@aivex/ui 0.1.1 → 1.1.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -1
- package/dist/components/Icon/index.d.ts +8 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1001 -1132
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/theme.css +154 -0
- package/package.json +131 -2
package/dist/styles.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--aivex-tw-translate-x:0;--aivex-tw-translate-y:0;--aivex-tw-translate-z:0;--aivex-tw-border-style:solid;--aivex-tw-leading:initial;--aivex-tw-font-weight:initial;--aivex-tw-tracking:initial;--aivex-tw-shadow:0 0 #0000;--aivex-tw-shadow-color:initial;--aivex-tw-shadow-alpha:100%;--aivex-tw-inset-shadow:0 0 #0000;--aivex-tw-inset-shadow-color:initial;--aivex-tw-inset-shadow-alpha:100%;--aivex-tw-ring-color:initial;--aivex-tw-ring-shadow:0 0 #0000;--aivex-tw-inset-ring-color:initial;--aivex-tw-inset-ring-shadow:0 0 #0000;--aivex-tw-ring-inset:initial;--aivex-tw-ring-offset-width:0px;--aivex-tw-ring-offset-color:#fff;--aivex-tw-ring-offset-shadow:0 0 #0000;--aivex-tw-outline-style:solid;--aivex-tw-backdrop-blur:initial;--aivex-tw-backdrop-brightness:initial;--aivex-tw-backdrop-contrast:initial;--aivex-tw-backdrop-grayscale:initial;--aivex-tw-backdrop-hue-rotate:initial;--aivex-tw-backdrop-invert:initial;--aivex-tw-backdrop-opacity:initial;--aivex-tw-backdrop-saturate:initial;--aivex-tw-backdrop-sepia:initial;--aivex-tw-duration:initial}}:root,:host{--aivex-font-sans:var(--aivex-font-family);--aivex-color-black:#000;--aivex-color-white:#fff;--aivex-spacing:.25rem;--aivex-text-xs:.75rem;--aivex-text-xs--line-height:calc(1 / .75);--aivex-text-sm:.875rem;--aivex-text-sm--line-height:calc(1.25 / .875);--aivex-text-base:1rem;--aivex-text-base--line-height:calc(1.5 / 1);--aivex-text-lg:1.125rem;--aivex-text-lg--line-height:calc(1.75 / 1.125);--aivex-font-weight-normal:400;--aivex-font-weight-medium:500;--aivex-font-weight-semibold:600;--aivex-leading-tight:1.25;--aivex-radius-xs:4px;--aivex-radius-sm:6px;--aivex-radius-md:8px;--aivex-radius-xl:16px;--aivex-blur-sm:8px;--aivex-default-transition-duration:.15s;--aivex-default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--aivex-color-bg-primary:var(--aivex-bg-primary);--aivex-color-bg-secondary:var(--aivex-bg-secondary);--aivex-color-bg-tertiary:var(--aivex-bg-tertiary);--aivex-color-bg-float:var(--aivex-bg-float);--aivex-color-bg-inverse:var(--aivex-bg-inverse);--aivex-color-bg-inverse-strong:var(--aivex-bg-inverse-strong);--aivex-color-bg-brand:var(--aivex-bg-brand);--aivex-color-bg-brand-subtle:var(--aivex-bg-brand-subtle);--aivex-color-bg-danger:var(--aivex-bg-danger);--aivex-color-bg-danger-subtle:var(--aivex-bg-danger-subtle);--aivex-color-bg-info-subtle:var(--aivex-bg-info-subtle);--aivex-color-bg-success-subtle:var(--aivex-bg-success-subtle);--aivex-color-bg-warning-subtle:var(--aivex-bg-warning-subtle);--aivex-color-bg-disabled:var(--aivex-bg-disabled);--aivex-color-text-primary:var(--aivex-text-primary);--aivex-color-text-secondary:var(--aivex-text-secondary);--aivex-color-text-tertiary:var(--aivex-text-tertiary);--aivex-color-text-on-color:var(--aivex-text-on-color);--aivex-color-text-brand:var(--aivex-text-brand);--aivex-color-text-danger:var(--aivex-text-danger);--aivex-color-text-success:var(--aivex-text-success);--aivex-color-text-warning:var(--aivex-text-warning);--aivex-color-border-default:var(--aivex-border-default);--aivex-color-border-subtle:var(--aivex-border-subtle);--aivex-color-border-brand:var(--aivex-border-brand);--aivex-color-border-brand-subtle:var(--aivex-border-brand-subtle);--aivex-color-border-danger:var(--aivex-border-danger);--aivex-color-border-danger-subtle:var(--aivex-border-danger-subtle);--aivex-color-border-disabled:var(--aivex-border-disabled);--aivex-color-border-info-subtle:var(--aivex-border-info-subtle);--aivex-color-border-success-subtle:var(--aivex-border-success-subtle);--aivex-color-border-warning-subtle:var(--aivex-border-warning-subtle);--aivex-color-icon-primary:var(--aivex-icon-primary);--aivex-color-icon-secondary:var(--aivex-icon-secondary);--aivex-color-icon-danger:var(--aivex-icon-danger);--aivex-color-icon-info:var(--aivex-icon-info);--aivex-color-icon-success:var(--aivex-icon-success);--aivex-color-icon-warning:var(--aivex-icon-warning);--aivex-color-static-white:var(--aivex-static-white);--aivex-color-static-gray:var(--aivex-static-gray);--aivex-color-category-blue-text:var(--aivex-category-blue-text);--aivex-color-category-blue-bg-subtle:var(--aivex-category-blue-bg-subtle);--aivex-color-category-blue-border:var(--aivex-category-blue-border);--aivex-color-category-gray-text:var(--aivex-category-gray-text);--aivex-color-category-gray-bg-subtle:var(--aivex-category-gray-bg-subtle);--aivex-color-category-gray-border:var(--aivex-category-gray-border);--aivex-color-category-red-text:var(--aivex-category-red-text);--aivex-color-category-red-bg-subtle:var(--aivex-category-red-bg-subtle);--aivex-color-category-red-border:var(--aivex-category-red-border);--aivex-color-category-green-text:var(--aivex-category-green-text);--aivex-color-category-green-bg-subtle:var(--aivex-category-green-bg-subtle);--aivex-color-category-green-border:var(--aivex-category-green-border);--aivex-color-category-yellow-text:var(--aivex-category-yellow-text);--aivex-color-category-yellow-bg-subtle:var(--aivex-category-yellow-bg-subtle);--aivex-color-category-yellow-border:var(--aivex-category-yellow-border);--aivex-color-category-orange-text:var(--aivex-category-orange-text);--aivex-color-category-orange-bg-subtle:var(--aivex-category-orange-bg-subtle);--aivex-color-category-orange-border:var(--aivex-category-orange-border);--aivex-color-category-lime-text:var(--aivex-category-lime-text);--aivex-color-category-lime-bg-subtle:var(--aivex-category-lime-bg-subtle);--aivex-color-category-lime-border:var(--aivex-category-lime-border);--aivex-color-category-teal-text:var(--aivex-category-teal-text);--aivex-color-category-teal-bg-subtle:var(--aivex-category-teal-bg-subtle);--aivex-color-category-teal-border:var(--aivex-category-teal-border);--aivex-color-category-cyan-text:var(--aivex-category-cyan-text);--aivex-color-category-cyan-bg-subtle:var(--aivex-category-cyan-bg-subtle);--aivex-color-category-cyan-border:var(--aivex-category-cyan-border);--aivex-color-category-indigo-text:var(--aivex-category-indigo-text);--aivex-color-category-indigo-bg-subtle:var(--aivex-category-indigo-bg-subtle);--aivex-color-category-indigo-border:var(--aivex-category-indigo-border);--aivex-color-category-violet-text:var(--aivex-category-violet-text);--aivex-color-category-violet-bg-subtle:var(--aivex-category-violet-bg-subtle);--aivex-color-category-violet-border:var(--aivex-category-violet-border);--aivex-color-category-pink-text:var(--aivex-category-pink-text);--aivex-color-category-pink-bg-subtle:var(--aivex-category-pink-bg-subtle);--aivex-color-category-pink-border:var(--aivex-category-pink-border);--aivex-spacing-2xs:2px;--aivex-spacing-xs:4px;--aivex-spacing-sm:6px;--aivex-spacing-md:8px;--aivex-spacing-lg:12px;--aivex-spacing-xl:16px;--aivex-spacing-2xl:20px;--aivex-spacing-3xl:24px;--aivex-radius-full:9999px;--aivex-opacity-disable:.48;--aivex-opacity-dim:.32;--aivex-container-modal-md:28rem}:root{--aivex-base-black:#17171c;--aivex-base-white:#fff;--aivex-gray-50:#f9f9fa;--aivex-gray-100:#f1f1f4;--aivex-gray-150:#e8e7eb;--aivex-gray-200:#d6d6dd;--aivex-gray-300:#c0c0c8;--aivex-gray-400:#a7a9b6;--aivex-gray-500:#828490;--aivex-gray-600:#6a6b76;--aivex-gray-700:#4c4d57;--aivex-gray-800:#323339;--aivex-gray-900:#262629;--aivex-gray-950:#212124;--aivex-blue-50:#f0f6ff;--aivex-blue-100:#e5efff;--aivex-blue-150:#cce0ff;--aivex-blue-200:#99bef6;--aivex-blue-300:#669def;--aivex-blue-400:#377be2;--aivex-blue-500:#0056d8;--aivex-blue-600:#004bbd;--aivex-blue-700:#0041a3;--aivex-blue-800:#073883;--aivex-blue-900:#072e69;--aivex-blue-950:#06214c;--aivex-red-50:#fef5f5;--aivex-red-100:#ffe5e5;--aivex-red-150:#fac6c6;--aivex-red-200:#f28787;--aivex-red-300:#f26b6b;--aivex-red-400:#e23c3c;--aivex-red-500:#d51a1a;--aivex-red-600:#b80e0e;--aivex-red-700:#9a0808;--aivex-red-800:#6f0606;--aivex-red-900:#580404;--aivex-red-950:#400707;--aivex-green-50:#f4fbf6;--aivex-green-100:#dcf4e2;--aivex-green-150:#bfe8c9;--aivex-green-200:#96e7af;--aivex-green-300:#61d28b;--aivex-green-400:#34ad68;--aivex-green-500:#05985a;--aivex-green-600:#017a47;--aivex-green-700:#02643b;--aivex-green-800:#015431;--aivex-green-900:#004025;--aivex-green-950:#002e1b;--aivex-yellow-50:#fef9eb;--aivex-yellow-100:#fef0cc;--aivex-yellow-150:#fde6aa;--aivex-yellow-200:#fddf90;--aivex-yellow-300:#fbd369;--aivex-yellow-400:#f7c239;--aivex-yellow-500:#f5b40d;--aivex-yellow-600:#e09b07;--aivex-yellow-700:#c48405;--aivex-yellow-800:#8a5c00;--aivex-yellow-900:#573b00;--aivex-yellow-950:#3b2d0a;--aivex-cyan-50:#f1fbfd;--aivex-cyan-100:#ddf6fd;--aivex-cyan-150:#c1eefd;--aivex-cyan-200:#a3e6fc;--aivex-cyan-300:#79dbfa;--aivex-cyan-400:#5fd4f9;--aivex-cyan-500:#37c9f8;--aivex-cyan-600:#32b0e2;--aivex-cyan-700:#0793cb;--aivex-cyan-800:#1f6d8e;--aivex-cyan-900:#175468;--aivex-cyan-950:#163441;--aivex-indigo-50:#f6f6fe;--aivex-indigo-100:#ececfe;--aivex-indigo-150:#d3d2fd;--aivex-indigo-200:#bdbdfb;--aivex-indigo-300:#9f9ffa;--aivex-indigo-400:#8d8cf9;--aivex-indigo-500:#706ff7;--aivex-indigo-600:#6564e2;--aivex-indigo-700:#504faf;--aivex-indigo-800:#3e3d88;--aivex-indigo-900:#2f2f68;--aivex-indigo-950:#252541;--aivex-violet-50:#f7f4fb;--aivex-violet-100:#f5edfd;--aivex-violet-150:#e1c9f7;--aivex-violet-200:#d2aff3;--aivex-violet-300:#bd8aee;--aivex-violet-400:#b173ea;--aivex-violet-500:#9d50e5;--aivex-violet-600:#8f49d0;--aivex-violet-700:#6f39a3;--aivex-violet-800:#562c7e;--aivex-violet-900:#422260;--aivex-violet-950:#342244;--aivex-teal-50:#effbfa;--aivex-teal-100:#ddf3f2;--aivex-teal-150:#c7f0ed;--aivex-teal-200:#b0edea;--aivex-teal-300:#a3eae6;--aivex-teal-400:#89e5df;--aivex-teal-500:#6cded7;--aivex-teal-600:#62cbc5;--aivex-teal-700:#4d9e99;--aivex-teal-800:#3b7a76;--aivex-teal-900:#2d5d5a;--aivex-teal-950:#2f4645;--aivex-orange-50:#fdf7f2;--aivex-orange-100:#faeadb;--aivex-orange-150:#f7ddc4;--aivex-orange-200:#fbc99b;--aivex-orange-300:#f9b16d;--aivex-orange-400:#f8a151;--aivex-orange-500:#f68a25;--aivex-orange-600:#e07e22;--aivex-orange-700:#af621a;--aivex-orange-800:#874c14;--aivex-orange-900:#673a10;--aivex-orange-950:#3e2813;--aivex-lime-50:#f8fdec;--aivex-lime-100:#eef9d8;--aivex-lime-150:#e5fab7;--aivex-lime-200:#d1f18b;--aivex-lime-300:#c5f165;--aivex-lime-400:#b3ec36;--aivex-lime-500:#9ae004;--aivex-lime-600:#8ccc02;--aivex-lime-700:#73a701;--aivex-lime-800:#557b01;--aivex-lime-900:#415e01;--aivex-lime-950:#2d3914;--aivex-pink-50:#fdf2f5;--aivex-pink-100:#fbe4e9;--aivex-pink-150:#f8cdd7;--aivex-pink-200:#fcadc0;--aivex-pink-300:#fa88a3;--aivex-pink-400:#f97191;--aivex-pink-500:#f84d75;--aivex-pink-600:#e2466a;--aivex-pink-700:#b03753;--aivex-pink-800:#882a40;--aivex-pink-900:#682031;--aivex-pink-950:#421a23;--aivex-alpha-darkly-50:#8788970d;--aivex-alpha-darkly-100:#4f517814;--aivex-alpha-darkly-150:#676a8329;--aivex-alpha-darkly-200:#6d6c8447;--aivex-alpha-darkly-300:#61607666;--aivex-alpha-darkly-400:#56597185;--aivex-alpha-darkly-500:#48495bad;--aivex-alpha-darkly-600:#3a3c4ac2;--aivex-alpha-darkly-700:#2f303cdb;--aivex-alpha-darkly-800:#202127eb;--aivex-alpha-darkly-900:#1d1d20f5;--aivex-alpha-darkly-950:#1a1a1e;--aivex-alpha-lightly-50:#cccccc0d;--aivex-alpha-lightly-100:#cecfd414;--aivex-alpha-lightly-150:#c2c3d629;--aivex-alpha-lightly-200:#d5d6e747;--aivex-alpha-lightly-300:#e7e8fe66;--aivex-alpha-lightly-400:#e6e9fe85;--aivex-alpha-lightly-500:#ebedfead;--aivex-alpha-lightly-600:#f5f5ffc2;--aivex-alpha-lightly-700:#f6f6fedb;--aivex-alpha-lightly-800:#fafbffeb;--aivex-alpha-lightly-900:#fafbfff5;--aivex-alpha-lightly-950:#fafafc;--aivex-alpha-blue-400-8:#377be214;--aivex-alpha-blue-400-16:#377be229;--aivex-alpha-blue-400-24:#377be23d;--aivex-alpha-blue-400-32:#377be252;--aivex-alpha-blue-400-40:#377be266}:root,[data-theme=light]{--aivex-bg-primary:var(--aivex-base-white);--aivex-bg-secondary:var(--aivex-gray-50);--aivex-bg-tertiary:var(--aivex-alpha-darkly-100);--aivex-bg-float:var(--aivex-base-white);--aivex-bg-inverse:var(--aivex-gray-900);--aivex-bg-inverse-strong:var(--aivex-base-black);--aivex-bg-brand:var(--aivex-blue-500);--aivex-bg-brand-subtle:var(--aivex-alpha-blue-400-8);--aivex-bg-danger:var(--aivex-red-500);--aivex-bg-danger-subtle:var(--aivex-red-100);--aivex-bg-info:var(--aivex-blue-500);--aivex-bg-info-subtle:var(--aivex-blue-100);--aivex-bg-success:var(--aivex-green-500);--aivex-bg-success-subtle:var(--aivex-green-100);--aivex-bg-warning:var(--aivex-yellow-500);--aivex-bg-warning-subtle:var(--aivex-yellow-100);--aivex-bg-disabled:var(--aivex-gray-100);--aivex-text-primary:var(--aivex-gray-900);--aivex-text-secondary:var(--aivex-gray-600);--aivex-text-tertiary:var(--aivex-gray-400);--aivex-text-disabled:var(--aivex-gray-300);--aivex-text-on-color:var(--aivex-base-white);--aivex-text-brand:var(--aivex-blue-500);--aivex-text-danger:var(--aivex-red-500);--aivex-text-success:var(--aivex-green-500);--aivex-text-warning:var(--aivex-yellow-700);--aivex-border-default:var(--aivex-gray-200);--aivex-border-strong:var(--aivex-gray-400);--aivex-border-subtle:var(--aivex-gray-150);--aivex-border-brand:var(--aivex-blue-500);--aivex-border-brand-subtle:var(--aivex-alpha-blue-400-24);--aivex-border-danger:var(--aivex-red-500);--aivex-border-danger-subtle:var(--aivex-red-150);--aivex-border-disabled:var(--aivex-gray-200);--aivex-border-info:var(--aivex-blue-500);--aivex-border-info-subtle:var(--aivex-blue-150);--aivex-border-success:var(--aivex-green-500);--aivex-border-success-subtle:var(--aivex-green-150);--aivex-border-warning:var(--aivex-yellow-500);--aivex-border-warning-subtle:var(--aivex-yellow-300);--aivex-icon-primary:var(--aivex-gray-900);--aivex-icon-secondary:var(--aivex-gray-600);--aivex-icon-tertiary:var(--aivex-gray-400);--aivex-icon-on-color:var(--aivex-base-white);--aivex-icon-brand:var(--aivex-blue-500);--aivex-icon-danger:var(--aivex-red-500);--aivex-icon-info:var(--aivex-blue-500);--aivex-icon-success:var(--aivex-green-500);--aivex-icon-warning:var(--aivex-yellow-700);--aivex-canvas-primary:var(--aivex-base-white);--aivex-canvas-secondary:var(--aivex-gray-50);--aivex-canvas-elevated:var(--aivex-base-white);--aivex-static-black:var(--aivex-base-black);--aivex-static-white:var(--aivex-base-white);--aivex-static-gray:var(--aivex-gray-800);--aivex-spacing-none:0px;--aivex-spacing-2xs:2px;--aivex-spacing-xs:4px;--aivex-spacing-sm:6px;--aivex-spacing-md:8px;--aivex-spacing-lg:12px;--aivex-spacing-xl:16px;--aivex-spacing-2xl:20px;--aivex-spacing-3xl:24px;--aivex-radius-xs:4px;--aivex-radius-sm:6px;--aivex-radius-md:8px;--aivex-radius-xl:16px;--aivex-radius-full:9999px;--aivex-stroke-basic:1px;--aivex-stroke-bold:2px;--aivex-opacity-disable:.48;--aivex-opacity-dim:.32;--aivex-elevation-sm:0 1px 2px #0000001f, 0 0 4px #0000000f;--aivex-elevation-md:0 2px 4px #00000024, 0 0 8px #0000000f;--aivex-category-blue-text:var(--aivex-blue-600);--aivex-category-blue-bg:var(--aivex-blue-100);--aivex-category-blue-bg-subtle:var(--aivex-blue-50);--aivex-category-blue-border:var(--aivex-blue-150);--aivex-category-gray-text:var(--aivex-gray-600);--aivex-category-gray-bg:var(--aivex-gray-150);--aivex-category-gray-bg-subtle:var(--aivex-gray-50);--aivex-category-gray-border:var(--aivex-gray-150);--aivex-category-red-text:var(--aivex-red-600);--aivex-category-red-bg:var(--aivex-red-100);--aivex-category-red-bg-subtle:var(--aivex-red-50);--aivex-category-red-border:var(--aivex-red-150);--aivex-category-green-text:var(--aivex-green-600);--aivex-category-green-bg:var(--aivex-green-100);--aivex-category-green-bg-subtle:var(--aivex-green-50);--aivex-category-green-border:var(--aivex-green-150);--aivex-category-yellow-text:var(--aivex-yellow-600);--aivex-category-yellow-bg:var(--aivex-yellow-100);--aivex-category-yellow-bg-subtle:var(--aivex-yellow-50);--aivex-category-yellow-border:var(--aivex-yellow-150);--aivex-category-orange-text:var(--aivex-orange-600);--aivex-category-orange-bg:var(--aivex-orange-100);--aivex-category-orange-bg-subtle:var(--aivex-orange-50);--aivex-category-orange-border:var(--aivex-orange-150);--aivex-category-lime-text:var(--aivex-lime-600);--aivex-category-lime-bg:var(--aivex-lime-100);--aivex-category-lime-bg-subtle:var(--aivex-lime-50);--aivex-category-lime-border:var(--aivex-lime-150);--aivex-category-teal-text:var(--aivex-teal-600);--aivex-category-teal-bg:var(--aivex-teal-100);--aivex-category-teal-bg-subtle:var(--aivex-teal-50);--aivex-category-teal-border:var(--aivex-teal-150);--aivex-category-cyan-text:var(--aivex-cyan-600);--aivex-category-cyan-bg:var(--aivex-cyan-100);--aivex-category-cyan-bg-subtle:var(--aivex-cyan-50);--aivex-category-cyan-border:var(--aivex-cyan-150);--aivex-category-indigo-text:var(--aivex-indigo-600);--aivex-category-indigo-bg:var(--aivex-indigo-100);--aivex-category-indigo-bg-subtle:var(--aivex-indigo-50);--aivex-category-indigo-border:var(--aivex-indigo-150);--aivex-category-violet-text:var(--aivex-violet-600);--aivex-category-violet-bg:var(--aivex-violet-100);--aivex-category-violet-bg-subtle:var(--aivex-violet-50);--aivex-category-violet-border:var(--aivex-violet-150);--aivex-category-pink-text:var(--aivex-pink-600);--aivex-category-pink-bg:var(--aivex-pink-100);--aivex-category-pink-bg-subtle:var(--aivex-pink-50);--aivex-category-pink-border:var(--aivex-pink-150);--aivex-font-family:"Pretendard", -apple-system, BlinkMacSystemFont, sans-serif}[data-theme=dark]{--aivex-bg-primary:var(--aivex-gray-950);--aivex-bg-secondary:var(--aivex-gray-900);--aivex-bg-tertiary:var(--aivex-alpha-lightly-150);--aivex-bg-float:var(--aivex-gray-700);--aivex-bg-inverse:var(--aivex-gray-50);--aivex-bg-inverse-strong:var(--aivex-base-white);--aivex-bg-brand:var(--aivex-blue-400);--aivex-bg-brand-subtle:var(--aivex-alpha-blue-400-24);--aivex-bg-danger:var(--aivex-red-400);--aivex-bg-danger-subtle:var(--aivex-red-900);--aivex-bg-info:var(--aivex-blue-700);--aivex-bg-info-subtle:var(--aivex-blue-900);--aivex-bg-success:var(--aivex-green-700);--aivex-bg-success-subtle:var(--aivex-green-900);--aivex-bg-warning:var(--aivex-yellow-700);--aivex-bg-warning-subtle:var(--aivex-yellow-900);--aivex-bg-disabled:var(--aivex-gray-800);--aivex-text-primary:var(--aivex-gray-100);--aivex-text-secondary:var(--aivex-gray-400);--aivex-text-tertiary:var(--aivex-gray-500);--aivex-text-disabled:var(--aivex-gray-600);--aivex-text-on-color:var(--aivex-base-white);--aivex-text-brand:var(--aivex-blue-200);--aivex-text-danger:var(--aivex-red-300);--aivex-text-success:var(--aivex-green-300);--aivex-text-warning:var(--aivex-yellow-300);--aivex-border-default:var(--aivex-gray-700);--aivex-border-strong:var(--aivex-gray-500);--aivex-border-subtle:var(--aivex-gray-800);--aivex-border-brand:var(--aivex-blue-200);--aivex-border-brand-subtle:var(--aivex-alpha-blue-400-24);--aivex-border-danger:var(--aivex-red-300);--aivex-border-danger-subtle:var(--aivex-red-700);--aivex-border-disabled:var(--aivex-gray-700);--aivex-border-info:var(--aivex-blue-300);--aivex-border-info-subtle:var(--aivex-blue-700);--aivex-border-success:var(--aivex-green-300);--aivex-border-success-subtle:var(--aivex-green-700);--aivex-border-warning:var(--aivex-yellow-300);--aivex-border-warning-subtle:var(--aivex-yellow-700);--aivex-icon-primary:var(--aivex-gray-300);--aivex-icon-secondary:var(--aivex-gray-500);--aivex-icon-tertiary:var(--aivex-gray-500);--aivex-icon-on-color:var(--aivex-base-white);--aivex-icon-brand:var(--aivex-blue-200);--aivex-icon-danger:var(--aivex-red-300);--aivex-icon-info:var(--aivex-blue-300);--aivex-icon-success:var(--aivex-green-300);--aivex-icon-warning:var(--aivex-yellow-400);--aivex-canvas-primary:var(--aivex-base-black);--aivex-canvas-secondary:var(--aivex-gray-950);--aivex-canvas-elevated:var(--aivex-gray-900);--aivex-elevation-sm:0 1px 2px #0006, 0 0 4px #0000004d;--aivex-elevation-md:0 2px 4px #00000080, 0 0 8px #0000004d;--aivex-category-blue-text:var(--aivex-blue-300);--aivex-category-blue-bg:var(--aivex-blue-900);--aivex-category-blue-bg-subtle:var(--aivex-blue-950);--aivex-category-blue-border:var(--aivex-blue-700);--aivex-category-gray-text:var(--aivex-gray-400);--aivex-category-gray-bg:var(--aivex-gray-800);--aivex-category-gray-bg-subtle:var(--aivex-gray-950);--aivex-category-gray-border:var(--aivex-gray-700);--aivex-category-red-text:var(--aivex-red-300);--aivex-category-red-bg:var(--aivex-red-900);--aivex-category-red-bg-subtle:var(--aivex-red-950);--aivex-category-red-border:var(--aivex-red-700);--aivex-category-green-text:var(--aivex-green-300);--aivex-category-green-bg:var(--aivex-green-900);--aivex-category-green-bg-subtle:var(--aivex-green-950);--aivex-category-green-border:var(--aivex-green-700);--aivex-category-yellow-text:var(--aivex-yellow-300);--aivex-category-yellow-bg:var(--aivex-yellow-900);--aivex-category-yellow-bg-subtle:var(--aivex-yellow-950);--aivex-category-yellow-border:var(--aivex-yellow-700);--aivex-category-orange-text:var(--aivex-orange-300);--aivex-category-orange-bg:var(--aivex-orange-900);--aivex-category-orange-bg-subtle:var(--aivex-orange-950);--aivex-category-orange-border:var(--aivex-orange-700);--aivex-category-lime-text:var(--aivex-lime-300);--aivex-category-lime-bg:var(--aivex-lime-900);--aivex-category-lime-bg-subtle:var(--aivex-lime-950);--aivex-category-lime-border:var(--aivex-lime-700);--aivex-category-teal-text:var(--aivex-teal-300);--aivex-category-teal-bg:var(--aivex-teal-900);--aivex-category-teal-bg-subtle:var(--aivex-teal-950);--aivex-category-teal-border:var(--aivex-teal-700);--aivex-category-cyan-text:var(--aivex-cyan-300);--aivex-category-cyan-bg:var(--aivex-cyan-900);--aivex-category-cyan-bg-subtle:var(--aivex-cyan-950);--aivex-category-cyan-border:var(--aivex-cyan-700);--aivex-category-indigo-text:var(--aivex-indigo-300);--aivex-category-indigo-bg:var(--aivex-indigo-900);--aivex-category-indigo-bg-subtle:var(--aivex-indigo-950);--aivex-category-indigo-border:var(--aivex-indigo-700);--aivex-category-violet-text:var(--aivex-violet-300);--aivex-category-violet-bg:var(--aivex-violet-900);--aivex-category-violet-bg-subtle:var(--aivex-violet-950);--aivex-category-violet-border:var(--aivex-violet-700);--aivex-category-pink-text:var(--aivex-pink-300);--aivex-category-pink-bg:var(--aivex-pink-900);--aivex-category-pink-bg-subtle:var(--aivex-pink-950);--aivex-category-pink-border:var(--aivex-pink-700)}.aivex\:pointer-events-none{pointer-events:none}.aivex\:sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.aivex\:absolute{position:absolute}.aivex\:fixed{position:fixed}.aivex\:relative{position:relative}.aivex\:inset-0{inset:calc(var(--aivex-spacing) * 0)}.aivex\:top-0\.5{top:calc(var(--aivex-spacing) * .5)}.aivex\:top-1\/2{top:50%}.aivex\:top-full{top:100%}.aivex\:top-xl{top:var(--aivex-spacing-xl)}.aivex\:right-0{right:calc(var(--aivex-spacing) * 0)}.aivex\:right-full{right:100%}.aivex\:right-xl{right:var(--aivex-spacing-xl)}.aivex\:bottom-0{bottom:calc(var(--aivex-spacing) * 0)}.aivex\:bottom-full{bottom:100%}.aivex\:left-0{left:calc(var(--aivex-spacing) * 0)}.aivex\:left-0\.5{left:calc(var(--aivex-spacing) * .5)}.aivex\:left-1\/2{left:50%}.aivex\:left-full{left:100%}.aivex\:z-10{z-index:10}.aivex\:z-40{z-index:40}.aivex\:z-50{z-index:50}.aivex\:mx-auto{margin-inline:auto}.aivex\:mx-xl{margin-inline:var(--aivex-spacing-xl)}.aivex\:mt-1{margin-top:calc(var(--aivex-spacing) * 1)}.aivex\:mt-2{margin-top:calc(var(--aivex-spacing) * 2)}.aivex\:mt-sm{margin-top:var(--aivex-spacing-sm)}.aivex\:mt-xs{margin-top:var(--aivex-spacing-xs)}.aivex\:mr-2{margin-right:calc(var(--aivex-spacing) * 2)}.aivex\:mb-2{margin-bottom:calc(var(--aivex-spacing) * 2)}.aivex\:mb-lg{margin-bottom:var(--aivex-spacing-lg)}.aivex\:mb-sm{margin-bottom:var(--aivex-spacing-sm)}.aivex\:mb-xs{margin-bottom:var(--aivex-spacing-xs)}.aivex\:ml-2{margin-left:calc(var(--aivex-spacing) * 2)}.aivex\:ml-lg{margin-left:var(--aivex-spacing-lg)}.aivex\:block{display:block}.aivex\:flex{display:flex}.aivex\:grid{display:grid}.aivex\:hidden{display:none}.aivex\:inline-block{display:inline-block}.aivex\:inline-flex{display:inline-flex}.aivex\:aspect-square{aspect-ratio:1}.aivex\:size-5{width:calc(var(--aivex-spacing) * 5);height:calc(var(--aivex-spacing) * 5)}.aivex\:size-6{width:calc(var(--aivex-spacing) * 6);height:calc(var(--aivex-spacing) * 6)}.aivex\:h-0\.5{height:calc(var(--aivex-spacing) * .5)}.aivex\:h-1\.5{height:calc(var(--aivex-spacing) * 1.5)}.aivex\:h-2{height:calc(var(--aivex-spacing) * 2)}.aivex\:h-2\.5{height:calc(var(--aivex-spacing) * 2.5)}.aivex\:h-3{height:calc(var(--aivex-spacing) * 3)}.aivex\:h-4{height:calc(var(--aivex-spacing) * 4)}.aivex\:h-5{height:calc(var(--aivex-spacing) * 5)}.aivex\:h-6{height:calc(var(--aivex-spacing) * 6)}.aivex\:h-7{height:calc(var(--aivex-spacing) * 7)}.aivex\:h-8{height:calc(var(--aivex-spacing) * 8)}.aivex\:h-9{height:calc(var(--aivex-spacing) * 9)}.aivex\:h-10{height:calc(var(--aivex-spacing) * 10)}.aivex\:h-11{height:calc(var(--aivex-spacing) * 11)}.aivex\:h-12{height:calc(var(--aivex-spacing) * 12)}.aivex\:h-14{height:calc(var(--aivex-spacing) * 14)}.aivex\:h-full{height:100%}.aivex\:h-screen{height:100vh}.aivex\:min-h-6{min-height:calc(var(--aivex-spacing) * 6)}.aivex\:min-h-8{min-height:calc(var(--aivex-spacing) * 8)}.aivex\:min-h-9{min-height:calc(var(--aivex-spacing) * 9)}.aivex\:min-h-10{min-height:calc(var(--aivex-spacing) * 10)}.aivex\:min-h-11{min-height:calc(var(--aivex-spacing) * 11)}.aivex\:min-h-\[54px\]{min-height:54px}.aivex\:min-h-\[62px\]{min-height:62px}.aivex\:min-h-\[400px\]{min-height:400px}.aivex\:w-1\.5{width:calc(var(--aivex-spacing) * 1.5)}.aivex\:w-2{width:calc(var(--aivex-spacing) * 2)}.aivex\:w-2\.5{width:calc(var(--aivex-spacing) * 2.5)}.aivex\:w-3{width:calc(var(--aivex-spacing) * 3)}.aivex\:w-4{width:calc(var(--aivex-spacing) * 4)}.aivex\:w-5{width:calc(var(--aivex-spacing) * 5)}.aivex\:w-6{width:calc(var(--aivex-spacing) * 6)}.aivex\:w-7{width:calc(var(--aivex-spacing) * 7)}.aivex\:w-8{width:calc(var(--aivex-spacing) * 8)}.aivex\:w-9{width:calc(var(--aivex-spacing) * 9)}.aivex\:w-10{width:calc(var(--aivex-spacing) * 10)}.aivex\:w-12{width:calc(var(--aivex-spacing) * 12)}.aivex\:w-14{width:calc(var(--aivex-spacing) * 14)}.aivex\:w-20{width:calc(var(--aivex-spacing) * 20)}.aivex\:w-24{width:calc(var(--aivex-spacing) * 24)}.aivex\:w-32{width:calc(var(--aivex-spacing) * 32)}.aivex\:w-48{width:calc(var(--aivex-spacing) * 48)}.aivex\:w-64{width:calc(var(--aivex-spacing) * 64)}.aivex\:w-80{width:calc(var(--aivex-spacing) * 80)}.aivex\:w-96{width:calc(var(--aivex-spacing) * 96)}.aivex\:w-\[320px\]{width:320px}.aivex\:w-\[384px\]{width:384px}.aivex\:w-\[480px\]{width:480px}.aivex\:w-fit{width:fit-content}.aivex\:w-full{width:100%}.aivex\:max-w-\[24rem\]{max-width:24rem}.aivex\:max-w-\[36rem\]{max-width:36rem}.aivex\:max-w-\[160px\]{max-width:160px}.aivex\:max-w-\[180px\]{max-width:180px}.aivex\:max-w-\[720px\]{max-width:720px}.aivex\:max-w-modal-md{max-width:var(--aivex-container-modal-md)}.aivex\:min-w-0{min-width:calc(var(--aivex-spacing) * 0)}.aivex\:min-w-\[1\.25rem\]{min-width:1.25rem}.aivex\:min-w-\[80px\]{min-width:80px}.aivex\:min-w-\[160px\]{min-width:160px}.aivex\:flex-1{flex:1}.aivex\:shrink-0{flex-shrink:0}.aivex\:border-collapse{border-collapse:collapse}.aivex\:-translate-x-1\/2{--aivex-tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-1\/2{--aivex-tw-translate-x:calc(1 / 2 * 100%);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-2{--aivex-tw-translate-x:calc(var(--aivex-spacing) * 2);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-3{--aivex-tw-translate-x:calc(var(--aivex-spacing) * 3);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-4{--aivex-tw-translate-x:calc(var(--aivex-spacing) * 4);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:-translate-y-1\/2{--aivex-tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-y-1\/2{--aivex-tw-translate-y:calc(1 / 2 * 100%);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:rotate-45{rotate:45deg}.aivex\:cursor-default{cursor:default}.aivex\:cursor-pointer{cursor:pointer}.aivex\:appearance-none{appearance:none}.aivex\:grid-cols-\[minmax\(160px\,220px\)_minmax\(96px\,160px\)_1fr\]{grid-template-columns:minmax(160px,220px) minmax(96px,160px) 1fr}.aivex\:grid-cols-\[minmax\(160px\,220px\)_minmax\(220px\,1fr\)_120px\]{grid-template-columns:minmax(160px,220px) minmax(220px,1fr) 120px}.aivex\:grid-cols-\[repeat\(auto-fill\,minmax\(220px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.aivex\:flex-col{flex-direction:column}.aivex\:flex-wrap{flex-wrap:wrap}.aivex\:content-center{align-content:center}.aivex\:items-center{align-items:center}.aivex\:items-end{align-items:flex-end}.aivex\:items-start{align-items:flex-start}.aivex\:items-stretch{align-items:stretch}.aivex\:justify-between{justify-content:space-between}.aivex\:justify-center{justify-content:center}.aivex\:justify-end{justify-content:flex-end}.aivex\:justify-stretch{justify-content:stretch}.aivex\:gap-1{gap:calc(var(--aivex-spacing) * 1)}.aivex\:gap-1\.5{gap:calc(var(--aivex-spacing) * 1.5)}.aivex\:gap-2{gap:calc(var(--aivex-spacing) * 2)}.aivex\:gap-2xs{gap:var(--aivex-spacing-2xs)}.aivex\:gap-3{gap:calc(var(--aivex-spacing) * 3)}.aivex\:gap-3xl{gap:var(--aivex-spacing-3xl)}.aivex\:gap-6{gap:calc(var(--aivex-spacing) * 6)}.aivex\:gap-\[2px\]{gap:2px}.aivex\:gap-lg{gap:var(--aivex-spacing-lg)}.aivex\:gap-md{gap:var(--aivex-spacing-md)}.aivex\:gap-sm{gap:var(--aivex-spacing-sm)}.aivex\:gap-xl{gap:var(--aivex-spacing-xl)}.aivex\:gap-xs{gap:var(--aivex-spacing-xs)}.aivex\:self-center{align-self:center}.aivex\:truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.aivex\:overflow-auto{overflow:auto}.aivex\:overflow-hidden{overflow:hidden}.aivex\:rounded-\[6px\]{border-radius:6px}.aivex\:rounded-\[8px\]{border-radius:8px}.aivex\:rounded-full{border-radius:var(--aivex-radius-full)}.aivex\:rounded-md{border-radius:var(--aivex-radius-md)}.aivex\:rounded-sm{border-radius:var(--aivex-radius-sm)}.aivex\:rounded-xl{border-radius:var(--aivex-radius-xl)}.aivex\:rounded-xs{border-radius:var(--aivex-radius-xs)}.aivex\:rounded-b-md{border-bottom-right-radius:var(--aivex-radius-md);border-bottom-left-radius:var(--aivex-radius-md)}.aivex\:border{border-style:var(--aivex-tw-border-style);border-width:1px}.aivex\:border-2{border-style:var(--aivex-tw-border-style);border-width:2px}.aivex\:border-t{border-top-style:var(--aivex-tw-border-style);border-top-width:1px}.aivex\:border-t-0{border-top-style:var(--aivex-tw-border-style);border-top-width:0}.aivex\:border-t-2{border-top-style:var(--aivex-tw-border-style);border-top-width:2px}.aivex\:border-b{border-bottom-style:var(--aivex-tw-border-style);border-bottom-width:1px}.aivex\:border-l{border-left-style:var(--aivex-tw-border-style);border-left-width:1px}.aivex\:border-l-2{border-left-style:var(--aivex-tw-border-style);border-left-width:2px}.aivex\:border-dashed{--aivex-tw-border-style:dashed;border-style:dashed}.aivex\:border-\[\#99bef6\]{border-color:#99bef6}.aivex\:border-\[\#c1c3d2\]{border-color:#c1c3d2}.aivex\:border-border-brand{border-color:var(--aivex-color-border-brand)}.aivex\:border-border-brand-subtle{border-color:var(--aivex-color-border-brand-subtle)}.aivex\:border-border-danger{border-color:var(--aivex-color-border-danger)}.aivex\:border-border-danger-subtle{border-color:var(--aivex-color-border-danger-subtle)}.aivex\:border-border-default{border-color:var(--aivex-color-border-default)}.aivex\:border-border-disabled{border-color:var(--aivex-color-border-disabled)}.aivex\:border-border-info-subtle{border-color:var(--aivex-color-border-info-subtle)}.aivex\:border-border-subtle{border-color:var(--aivex-color-border-subtle)}.aivex\:border-border-success-subtle{border-color:var(--aivex-color-border-success-subtle)}.aivex\:border-border-warning-subtle{border-color:var(--aivex-color-border-warning-subtle)}.aivex\:border-category-blue-border{border-color:var(--aivex-color-category-blue-border)}.aivex\:border-category-cyan-border{border-color:var(--aivex-color-category-cyan-border)}.aivex\:border-category-gray-border{border-color:var(--aivex-color-category-gray-border)}.aivex\:border-category-green-border{border-color:var(--aivex-color-category-green-border)}.aivex\:border-category-indigo-border{border-color:var(--aivex-color-category-indigo-border)}.aivex\:border-category-lime-border{border-color:var(--aivex-color-category-lime-border)}.aivex\:border-category-orange-border{border-color:var(--aivex-color-category-orange-border)}.aivex\:border-category-pink-border{border-color:var(--aivex-color-category-pink-border)}.aivex\:border-category-red-border{border-color:var(--aivex-color-category-red-border)}.aivex\:border-category-teal-border{border-color:var(--aivex-color-category-teal-border)}.aivex\:border-category-violet-border{border-color:var(--aivex-color-category-violet-border)}.aivex\:border-category-yellow-border{border-color:var(--aivex-color-category-yellow-border)}.aivex\:border-transparent{border-color:#0000}.aivex\:bg-\[rgba\(0\,86\,216\,0\.08\)\]{background-color:#0056d814}.aivex\:bg-bg-brand{background-color:var(--aivex-color-bg-brand)}.aivex\:bg-bg-brand-subtle{background-color:var(--aivex-color-bg-brand-subtle)}.aivex\:bg-bg-danger{background-color:var(--aivex-color-bg-danger)}.aivex\:bg-bg-danger-subtle{background-color:var(--aivex-color-bg-danger-subtle)}.aivex\:bg-bg-disabled{background-color:var(--aivex-color-bg-disabled)}.aivex\:bg-bg-float{background-color:var(--aivex-color-bg-float)}.aivex\:bg-bg-info-subtle{background-color:var(--aivex-color-bg-info-subtle)}.aivex\:bg-bg-inverse{background-color:var(--aivex-color-bg-inverse)}.aivex\:bg-bg-inverse-strong{background-color:var(--aivex-color-bg-inverse-strong)}.aivex\:bg-bg-primary{background-color:var(--aivex-color-bg-primary)}.aivex\:bg-bg-secondary{background-color:var(--aivex-color-bg-secondary)}.aivex\:bg-bg-success-subtle{background-color:var(--aivex-color-bg-success-subtle)}.aivex\:bg-bg-tertiary{background-color:var(--aivex-color-bg-tertiary)}.aivex\:bg-bg-warning-subtle{background-color:var(--aivex-color-bg-warning-subtle)}.aivex\:bg-black\/50{background-color:var(--aivex-color-black)}@supports (color:color-mix(in lab, red, red)){.aivex\:bg-black\/50{background-color:color-mix(in oklab, var(--aivex-color-black) 50%, transparent)}}.aivex\:bg-border-default{background-color:var(--aivex-color-border-default)}.aivex\:bg-category-blue-bg-subtle{background-color:var(--aivex-color-category-blue-bg-subtle)}.aivex\:bg-category-cyan-bg-subtle{background-color:var(--aivex-color-category-cyan-bg-subtle)}.aivex\:bg-category-gray-bg-subtle{background-color:var(--aivex-color-category-gray-bg-subtle)}.aivex\:bg-category-green-bg-subtle{background-color:var(--aivex-color-category-green-bg-subtle)}.aivex\:bg-category-indigo-bg-subtle{background-color:var(--aivex-color-category-indigo-bg-subtle)}.aivex\:bg-category-lime-bg-subtle{background-color:var(--aivex-color-category-lime-bg-subtle)}.aivex\:bg-category-orange-bg-subtle{background-color:var(--aivex-color-category-orange-bg-subtle)}.aivex\:bg-category-pink-bg-subtle{background-color:var(--aivex-color-category-pink-bg-subtle)}.aivex\:bg-category-red-bg-subtle{background-color:var(--aivex-color-category-red-bg-subtle)}.aivex\:bg-category-teal-bg-subtle{background-color:var(--aivex-color-category-teal-bg-subtle)}.aivex\:bg-category-violet-bg-subtle{background-color:var(--aivex-color-category-violet-bg-subtle)}.aivex\:bg-category-yellow-bg-subtle{background-color:var(--aivex-color-category-yellow-bg-subtle)}.aivex\:bg-static-gray{background-color:var(--aivex-color-static-gray)}.aivex\:bg-transparent{background-color:#0000}.aivex\:bg-white,.aivex\:bg-white\/30{background-color:var(--aivex-color-white)}@supports (color:color-mix(in lab, red, red)){.aivex\:bg-white\/30{background-color:color-mix(in oklab, var(--aivex-color-white) 30%, transparent)}}.aivex\:bg-\[linear-gradient\(135deg\,\#dbeafe_0\%\,\#f5f3ff_50\%\,\#fee2e2_100\%\)\]{background-image:linear-gradient(135deg,#dbeafe 0%,#f5f3ff 50%,#fee2e2 100%)}.aivex\:object-cover{object-fit:cover}.aivex\:p-1{padding:calc(var(--aivex-spacing) * 1)}.aivex\:p-2xl{padding:var(--aivex-spacing-2xl)}.aivex\:p-3xl{padding:var(--aivex-spacing-3xl)}.aivex\:p-\[48px\]{padding:48px}.aivex\:p-lg{padding:var(--aivex-spacing-lg)}.aivex\:p-md{padding:var(--aivex-spacing-md)}.aivex\:p-sm{padding:var(--aivex-spacing-sm)}.aivex\:p-xl{padding:var(--aivex-spacing-xl)}.aivex\:p-xs{padding:var(--aivex-spacing-xs)}.aivex\:px-0{padding-inline:calc(var(--aivex-spacing) * 0)}.aivex\:px-0\.5{padding-inline:calc(var(--aivex-spacing) * .5)}.aivex\:px-1{padding-inline:calc(var(--aivex-spacing) * 1)}.aivex\:px-1\.5{padding-inline:calc(var(--aivex-spacing) * 1.5)}.aivex\:px-2{padding-inline:calc(var(--aivex-spacing) * 2)}.aivex\:px-2xl{padding-inline:var(--aivex-spacing-2xl)}.aivex\:px-4{padding-inline:calc(var(--aivex-spacing) * 4)}.aivex\:px-5{padding-inline:calc(var(--aivex-spacing) * 5)}.aivex\:px-\[2px\]{padding-inline:2px}.aivex\:px-\[6px\]{padding-inline:6px}.aivex\:px-\[10px\]{padding-inline:10px}.aivex\:px-lg{padding-inline:var(--aivex-spacing-lg)}.aivex\:px-md{padding-inline:var(--aivex-spacing-md)}.aivex\:px-sm{padding-inline:var(--aivex-spacing-sm)}.aivex\:px-xl{padding-inline:var(--aivex-spacing-xl)}.aivex\:py-1{padding-block:calc(var(--aivex-spacing) * 1)}.aivex\:py-2{padding-block:calc(var(--aivex-spacing) * 2)}.aivex\:py-4{padding-block:calc(var(--aivex-spacing) * 4)}.aivex\:py-\[2px\]{padding-block:2px}.aivex\:py-\[6px\]{padding-block:6px}.aivex\:py-lg{padding-block:var(--aivex-spacing-lg)}.aivex\:py-md{padding-block:var(--aivex-spacing-md)}.aivex\:py-sm{padding-block:var(--aivex-spacing-sm)}.aivex\:py-xs{padding-block:var(--aivex-spacing-xs)}.aivex\:pt-3{padding-top:calc(var(--aivex-spacing) * 3)}.aivex\:pr-10{padding-right:calc(var(--aivex-spacing) * 10)}.aivex\:pb-2xl{padding-bottom:var(--aivex-spacing-2xl)}.aivex\:pb-xl{padding-bottom:var(--aivex-spacing-xl)}.aivex\:text-center{text-align:center}.aivex\:text-left{text-align:left}.aivex\:align-middle{vertical-align:middle}.aivex\:font-sans{font-family:var(--aivex-font-sans)}.aivex\:text-body-lg-medium{letter-spacing:0;font-size:16px;font-weight:500;line-height:24px}.aivex\:text-body-lg-regular{letter-spacing:0;font-size:16px;font-weight:400;line-height:24px}.aivex\:text-body-md-medium{letter-spacing:0;font-size:14px;font-weight:500;line-height:22px}.aivex\:text-body-md-regular{letter-spacing:0;font-size:14px;font-weight:400;line-height:22px}.aivex\:text-body-sm-medium{letter-spacing:0;font-size:12px;font-weight:500;line-height:18px}.aivex\:text-body-sm-regular{letter-spacing:0;font-size:12px;font-weight:400;line-height:18px}.aivex\:text-caption-md{letter-spacing:.1px;font-size:12px;font-weight:400;line-height:18px}.aivex\:text-display-lg{letter-spacing:-.8px;font-size:56px;font-weight:600;line-height:68px}.aivex\:text-display-md{letter-spacing:-.4px;font-size:40px;font-weight:600;line-height:48px}.aivex\:text-heading-lg{letter-spacing:-.4px;font-size:28px;font-weight:600;line-height:40px}.aivex\:text-heading-md{letter-spacing:-.1px;font-size:24px;font-weight:600;line-height:32px}.aivex\:text-heading-sm{letter-spacing:-.1px;font-size:20px;font-weight:600;line-height:28px}.aivex\:text-heading-xl{letter-spacing:-.4px;font-size:36px;font-weight:600;line-height:44px}.aivex\:text-heading-xs{letter-spacing:-.1px;font-size:18px;font-weight:500;line-height:26px}.aivex\:text-label-lg{letter-spacing:.1px;font-size:14px;font-weight:500;line-height:20px}.aivex\:text-label-md{letter-spacing:.1px;font-size:12px;font-weight:500;line-height:18px}.aivex\:text-label-sm{letter-spacing:.1px;font-size:10px;font-weight:500;line-height:16px}.aivex\:text-label-xl{letter-spacing:.1px;font-size:16px;font-weight:500;line-height:24px}.aivex\:text-base{font-size:var(--aivex-text-base);line-height:var(--aivex-tw-leading,var(--aivex-text-base--line-height))}.aivex\:text-lg{font-size:var(--aivex-text-lg);line-height:var(--aivex-tw-leading,var(--aivex-text-lg--line-height))}.aivex\:text-sm{font-size:var(--aivex-text-sm);line-height:var(--aivex-tw-leading,var(--aivex-text-sm--line-height))}.aivex\:text-xs{font-size:var(--aivex-text-xs);line-height:var(--aivex-tw-leading,var(--aivex-text-xs--line-height))}.aivex\:text-\[8px\]{font-size:8px}.aivex\:text-\[9px\]{font-size:9px}.aivex\:text-\[18px\]{font-size:18px}.aivex\:leading-5{--aivex-tw-leading:calc(var(--aivex-spacing) * 5);line-height:calc(var(--aivex-spacing) * 5)}.aivex\:leading-6{--aivex-tw-leading:calc(var(--aivex-spacing) * 6);line-height:calc(var(--aivex-spacing) * 6)}.aivex\:leading-\[26px\]{--aivex-tw-leading:26px;line-height:26px}.aivex\:leading-none{--aivex-tw-leading:1;line-height:1}.aivex\:leading-tight{--aivex-tw-leading:var(--aivex-leading-tight);line-height:var(--aivex-leading-tight)}.aivex\:font-medium{--aivex-tw-font-weight:var(--aivex-font-weight-medium);font-weight:var(--aivex-font-weight-medium)}.aivex\:font-normal{--aivex-tw-font-weight:var(--aivex-font-weight-normal);font-weight:var(--aivex-font-weight-normal)}.aivex\:font-semibold{--aivex-tw-font-weight:var(--aivex-font-weight-semibold);font-weight:var(--aivex-font-weight-semibold)}.aivex\:tracking-\[-0\.1px\]{--aivex-tw-tracking:-.1px;letter-spacing:-.1px}.aivex\:tracking-\[0\.1px\]{--aivex-tw-tracking:.1px;letter-spacing:.1px}.aivex\:break-all{word-break:break-all}.aivex\:whitespace-nowrap{white-space:nowrap}.aivex\:text-category-blue-text{color:var(--aivex-color-category-blue-text)}.aivex\:text-category-cyan-text{color:var(--aivex-color-category-cyan-text)}.aivex\:text-category-gray-text{color:var(--aivex-color-category-gray-text)}.aivex\:text-category-green-text{color:var(--aivex-color-category-green-text)}.aivex\:text-category-indigo-text{color:var(--aivex-color-category-indigo-text)}.aivex\:text-category-lime-text{color:var(--aivex-color-category-lime-text)}.aivex\:text-category-orange-text{color:var(--aivex-color-category-orange-text)}.aivex\:text-category-pink-text{color:var(--aivex-color-category-pink-text)}.aivex\:text-category-red-text{color:var(--aivex-color-category-red-text)}.aivex\:text-category-teal-text{color:var(--aivex-color-category-teal-text)}.aivex\:text-category-violet-text{color:var(--aivex-color-category-violet-text)}.aivex\:text-category-yellow-text{color:var(--aivex-color-category-yellow-text)}.aivex\:text-icon-danger{color:var(--aivex-color-icon-danger)}.aivex\:text-icon-info{color:var(--aivex-color-icon-info)}.aivex\:text-icon-primary{color:var(--aivex-color-icon-primary)}.aivex\:text-icon-secondary{color:var(--aivex-color-icon-secondary)}.aivex\:text-icon-success{color:var(--aivex-color-icon-success)}.aivex\:text-icon-warning{color:var(--aivex-color-icon-warning)}.aivex\:text-static-white{color:var(--aivex-color-static-white)}.aivex\:text-text-brand{color:var(--aivex-color-text-brand)}.aivex\:text-text-danger{color:var(--aivex-color-text-danger)}.aivex\:text-text-on-color{color:var(--aivex-color-text-on-color)}.aivex\:text-text-primary{color:var(--aivex-color-text-primary)}.aivex\:text-text-secondary{color:var(--aivex-color-text-secondary)}.aivex\:text-text-success{color:var(--aivex-color-text-success)}.aivex\:text-text-tertiary{color:var(--aivex-color-text-tertiary)}.aivex\:text-text-warning{color:var(--aivex-color-text-warning)}.aivex\:text-white{color:var(--aivex-color-white)}.aivex\:opacity-0{opacity:0}.aivex\:opacity-40{opacity:.4}.aivex\:opacity-70{opacity:.7}.aivex\:opacity-80{opacity:.8}.aivex\:opacity-dim{opacity:var(--aivex-opacity-dim)}.aivex\:opacity-disable{opacity:var(--aivex-opacity-disable)}.aivex\:shadow{--aivex-tw-shadow:0 1px 3px 0 var(--aivex-tw-shadow-color,#0000001a), 0 1px 2px -1px var(--aivex-tw-shadow-color,#0000001a);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:shadow-md{--aivex-tw-shadow:var(--aivex-elevation-md);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:shadow-sm{--aivex-tw-shadow:var(--aivex-elevation-sm);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:outline{outline-style:var(--aivex-tw-outline-style);outline-width:1px}.aivex\:backdrop-blur-sm{--aivex-tw-backdrop-blur:blur(var(--aivex-blur-sm));-webkit-backdrop-filter:var(--aivex-tw-backdrop-blur,) var(--aivex-tw-backdrop-brightness,) var(--aivex-tw-backdrop-contrast,) var(--aivex-tw-backdrop-grayscale,) var(--aivex-tw-backdrop-hue-rotate,) var(--aivex-tw-backdrop-invert,) var(--aivex-tw-backdrop-opacity,) var(--aivex-tw-backdrop-saturate,) var(--aivex-tw-backdrop-sepia,);backdrop-filter:var(--aivex-tw-backdrop-blur,) var(--aivex-tw-backdrop-brightness,) var(--aivex-tw-backdrop-contrast,) var(--aivex-tw-backdrop-grayscale,) var(--aivex-tw-backdrop-hue-rotate,) var(--aivex-tw-backdrop-invert,) var(--aivex-tw-backdrop-opacity,) var(--aivex-tw-backdrop-saturate,) var(--aivex-tw-backdrop-sepia,)}.aivex\:transition-all{transition-property:all;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--aivex-tw-gradient-from,--aivex-tw-gradient-via,--aivex-tw-gradient-to;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:transition-opacity{transition-property:opacity;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:duration-200{--aivex-tw-duration:.2s;transition-duration:.2s}.aivex\:outline-none{--aivex-tw-outline-style:none;outline-style:none}.aivex\:select-none{-webkit-user-select:none;user-select:none}@media (hover:hover){.aivex\:group-hover\:text-text-secondary:is(:where(.aivex\:group):hover *){color:var(--aivex-color-text-secondary)}.aivex\:group-hover\:opacity-4:is(:where(.aivex\:group):hover *){opacity:.04}.aivex\:group-hover\:opacity-8:is(:where(.aivex\:group):hover *){opacity:.08}}.aivex\:group-active\:opacity-8:is(:where(.aivex\:group):active *){opacity:.08}.aivex\:group-active\:opacity-16:is(:where(.aivex\:group):active *){opacity:.16}.aivex\:peer-checked\:opacity-100:is(:where(.aivex\:peer):checked~*){opacity:1}.aivex\:placeholder\:text-text-tertiary::placeholder{color:var(--aivex-color-text-tertiary)}.aivex\:last\:border-b-0:last-child{border-bottom-style:var(--aivex-tw-border-style);border-bottom-width:0}.aivex\:checked\:border-border-brand:checked{border-color:var(--aivex-color-border-brand)}.aivex\:checked\:bg-bg-brand:checked{background-color:var(--aivex-color-bg-brand)}@media (hover:hover){.aivex\:hover\:border-border-brand:hover{border-color:var(--aivex-color-border-brand)}.aivex\:hover\:bg-bg-secondary:hover{background-color:var(--aivex-color-bg-secondary)}.aivex\:hover\:text-icon-primary:hover{color:var(--aivex-color-icon-primary)}.aivex\:hover\:text-text-primary:hover{color:var(--aivex-color-text-primary)}.aivex\:hover\:opacity-100:hover{opacity:1}}.aivex\:focus\:border-border-brand:focus{border-color:var(--aivex-color-border-brand)}.aivex\:focus-visible\:ring-2:focus-visible{--aivex-tw-ring-shadow:var(--aivex-tw-ring-inset,) 0 0 0 calc(2px + var(--aivex-tw-ring-offset-width)) var(--aivex-tw-ring-color,currentcolor);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:focus-visible\:ring-border-brand:focus-visible{--aivex-tw-ring-color:var(--aivex-color-border-brand)}.aivex\:focus-visible\:outline-none:focus-visible{--aivex-tw-outline-style:none;outline-style:none}.aivex\:disabled\:pointer-events-none:disabled{pointer-events:none}.aivex\:disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.aivex\:disabled\:opacity-40:disabled{opacity:.4}.aivex\:disabled\:opacity-disable:disabled{opacity:var(--aivex-opacity-disable)}.aivex\:\[\&\>\*\]\:flex-1>*{flex:1}@property --aivex-tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --aivex-tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --aivex-tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --aivex-tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --aivex-tw-leading{syntax:"*";inherits:false}@property --aivex-tw-font-weight{syntax:"*";inherits:false}@property --aivex-tw-tracking{syntax:"*";inherits:false}@property --aivex-tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-shadow-color{syntax:"*";inherits:false}@property --aivex-tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --aivex-tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-inset-shadow-color{syntax:"*";inherits:false}@property --aivex-tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --aivex-tw-ring-color{syntax:"*";inherits:false}@property --aivex-tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-inset-ring-color{syntax:"*";inherits:false}@property --aivex-tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-ring-inset{syntax:"*";inherits:false}@property --aivex-tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --aivex-tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --aivex-tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --aivex-tw-backdrop-blur{syntax:"*";inherits:false}@property --aivex-tw-backdrop-brightness{syntax:"*";inherits:false}@property --aivex-tw-backdrop-contrast{syntax:"*";inherits:false}@property --aivex-tw-backdrop-grayscale{syntax:"*";inherits:false}@property --aivex-tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --aivex-tw-backdrop-invert{syntax:"*";inherits:false}@property --aivex-tw-backdrop-opacity{syntax:"*";inherits:false}@property --aivex-tw-backdrop-saturate{syntax:"*";inherits:false}@property --aivex-tw-backdrop-sepia{syntax:"*";inherits:false}@property --aivex-tw-duration{syntax:"*";inherits:false}
|
|
2
|
+
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--aivex-tw-translate-x:0;--aivex-tw-translate-y:0;--aivex-tw-translate-z:0;--aivex-tw-border-style:solid;--aivex-tw-leading:initial;--aivex-tw-font-weight:initial;--aivex-tw-tracking:initial;--aivex-tw-shadow:0 0 #0000;--aivex-tw-shadow-color:initial;--aivex-tw-shadow-alpha:100%;--aivex-tw-inset-shadow:0 0 #0000;--aivex-tw-inset-shadow-color:initial;--aivex-tw-inset-shadow-alpha:100%;--aivex-tw-ring-color:initial;--aivex-tw-ring-shadow:0 0 #0000;--aivex-tw-inset-ring-color:initial;--aivex-tw-inset-ring-shadow:0 0 #0000;--aivex-tw-ring-inset:initial;--aivex-tw-ring-offset-width:0px;--aivex-tw-ring-offset-color:#fff;--aivex-tw-ring-offset-shadow:0 0 #0000;--aivex-tw-outline-style:solid;--aivex-tw-backdrop-blur:initial;--aivex-tw-backdrop-brightness:initial;--aivex-tw-backdrop-contrast:initial;--aivex-tw-backdrop-grayscale:initial;--aivex-tw-backdrop-hue-rotate:initial;--aivex-tw-backdrop-invert:initial;--aivex-tw-backdrop-opacity:initial;--aivex-tw-backdrop-saturate:initial;--aivex-tw-backdrop-sepia:initial;--aivex-tw-duration:initial}}:root,:host{--aivex-font-sans:var(--aivex-font-family);--aivex-color-black:#000;--aivex-color-white:#fff;--aivex-spacing:.25rem;--aivex-text-xs:.75rem;--aivex-text-xs--line-height:calc(1 / .75);--aivex-text-sm:.875rem;--aivex-text-sm--line-height:calc(1.25 / .875);--aivex-text-base:1rem;--aivex-text-base--line-height:calc(1.5 / 1);--aivex-text-lg:1.125rem;--aivex-text-lg--line-height:calc(1.75 / 1.125);--aivex-font-weight-normal:400;--aivex-font-weight-medium:500;--aivex-font-weight-semibold:600;--aivex-radius-xs:4px;--aivex-radius-sm:6px;--aivex-radius-md:8px;--aivex-radius-xl:16px;--aivex-blur-sm:8px;--aivex-default-transition-duration:.15s;--aivex-default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--aivex-color-bg-primary:var(--aivex-bg-primary);--aivex-color-bg-secondary:var(--aivex-bg-secondary);--aivex-color-bg-tertiary:var(--aivex-bg-tertiary);--aivex-color-bg-float:var(--aivex-bg-float);--aivex-color-bg-inverse:var(--aivex-bg-inverse);--aivex-color-bg-inverse-strong:var(--aivex-bg-inverse-strong);--aivex-color-bg-brand:var(--aivex-bg-brand);--aivex-color-bg-brand-subtle:var(--aivex-bg-brand-subtle);--aivex-color-bg-danger:var(--aivex-bg-danger);--aivex-color-bg-danger-subtle:var(--aivex-bg-danger-subtle);--aivex-color-bg-info-subtle:var(--aivex-bg-info-subtle);--aivex-color-bg-success-subtle:var(--aivex-bg-success-subtle);--aivex-color-bg-warning-subtle:var(--aivex-bg-warning-subtle);--aivex-color-bg-disabled:var(--aivex-bg-disabled);--aivex-color-text-primary:var(--aivex-text-primary);--aivex-color-text-secondary:var(--aivex-text-secondary);--aivex-color-text-tertiary:var(--aivex-text-tertiary);--aivex-color-text-on-color:var(--aivex-text-on-color);--aivex-color-text-brand:var(--aivex-text-brand);--aivex-color-text-danger:var(--aivex-text-danger);--aivex-color-text-success:var(--aivex-text-success);--aivex-color-text-warning:var(--aivex-text-warning);--aivex-color-border-default:var(--aivex-border-default);--aivex-color-border-subtle:var(--aivex-border-subtle);--aivex-color-border-brand:var(--aivex-border-brand);--aivex-color-border-brand-subtle:var(--aivex-border-brand-subtle);--aivex-color-border-danger:var(--aivex-border-danger);--aivex-color-border-danger-subtle:var(--aivex-border-danger-subtle);--aivex-color-border-disabled:var(--aivex-border-disabled);--aivex-color-border-info-subtle:var(--aivex-border-info-subtle);--aivex-color-border-success-subtle:var(--aivex-border-success-subtle);--aivex-color-border-warning-subtle:var(--aivex-border-warning-subtle);--aivex-color-icon-primary:var(--aivex-icon-primary);--aivex-color-icon-secondary:var(--aivex-icon-secondary);--aivex-color-icon-danger:var(--aivex-icon-danger);--aivex-color-icon-info:var(--aivex-icon-info);--aivex-color-icon-success:var(--aivex-icon-success);--aivex-color-icon-warning:var(--aivex-icon-warning);--aivex-color-static-white:var(--aivex-static-white);--aivex-color-static-gray:var(--aivex-static-gray);--aivex-color-category-blue-text:var(--aivex-category-blue-text);--aivex-color-category-blue-bg-subtle:var(--aivex-category-blue-bg-subtle);--aivex-color-category-blue-border:var(--aivex-category-blue-border);--aivex-color-category-gray-text:var(--aivex-category-gray-text);--aivex-color-category-gray-bg-subtle:var(--aivex-category-gray-bg-subtle);--aivex-color-category-gray-border:var(--aivex-category-gray-border);--aivex-color-category-red-text:var(--aivex-category-red-text);--aivex-color-category-red-bg-subtle:var(--aivex-category-red-bg-subtle);--aivex-color-category-red-border:var(--aivex-category-red-border);--aivex-color-category-green-text:var(--aivex-category-green-text);--aivex-color-category-green-bg-subtle:var(--aivex-category-green-bg-subtle);--aivex-color-category-green-border:var(--aivex-category-green-border);--aivex-color-category-yellow-text:var(--aivex-category-yellow-text);--aivex-color-category-yellow-bg-subtle:var(--aivex-category-yellow-bg-subtle);--aivex-color-category-yellow-border:var(--aivex-category-yellow-border);--aivex-color-category-orange-text:var(--aivex-category-orange-text);--aivex-color-category-orange-bg-subtle:var(--aivex-category-orange-bg-subtle);--aivex-color-category-orange-border:var(--aivex-category-orange-border);--aivex-color-category-lime-text:var(--aivex-category-lime-text);--aivex-color-category-lime-bg-subtle:var(--aivex-category-lime-bg-subtle);--aivex-color-category-lime-border:var(--aivex-category-lime-border);--aivex-color-category-teal-text:var(--aivex-category-teal-text);--aivex-color-category-teal-bg-subtle:var(--aivex-category-teal-bg-subtle);--aivex-color-category-teal-border:var(--aivex-category-teal-border);--aivex-color-category-cyan-text:var(--aivex-category-cyan-text);--aivex-color-category-cyan-bg-subtle:var(--aivex-category-cyan-bg-subtle);--aivex-color-category-cyan-border:var(--aivex-category-cyan-border);--aivex-color-category-indigo-text:var(--aivex-category-indigo-text);--aivex-color-category-indigo-bg-subtle:var(--aivex-category-indigo-bg-subtle);--aivex-color-category-indigo-border:var(--aivex-category-indigo-border);--aivex-color-category-violet-text:var(--aivex-category-violet-text);--aivex-color-category-violet-bg-subtle:var(--aivex-category-violet-bg-subtle);--aivex-color-category-violet-border:var(--aivex-category-violet-border);--aivex-color-category-pink-text:var(--aivex-category-pink-text);--aivex-color-category-pink-bg-subtle:var(--aivex-category-pink-bg-subtle);--aivex-color-category-pink-border:var(--aivex-category-pink-border);--aivex-spacing-2xs:2px;--aivex-spacing-xs:4px;--aivex-spacing-sm:6px;--aivex-spacing-md:8px;--aivex-spacing-lg:12px;--aivex-spacing-xl:16px;--aivex-spacing-2xl:20px;--aivex-spacing-3xl:24px;--aivex-radius-full:9999px;--aivex-opacity-disable:.48;--aivex-container-modal-md:28rem}:root{--aivex-base-black:#17171c;--aivex-base-white:#fff;--aivex-gray-50:#f9f9fa;--aivex-gray-100:#f1f1f4;--aivex-gray-150:#e8e7eb;--aivex-gray-200:#d6d6dd;--aivex-gray-300:#c0c0c8;--aivex-gray-400:#a7a9b6;--aivex-gray-500:#828490;--aivex-gray-600:#6a6b76;--aivex-gray-700:#4c4d57;--aivex-gray-800:#323339;--aivex-gray-900:#262629;--aivex-gray-950:#212124;--aivex-blue-50:#f0f6ff;--aivex-blue-100:#e5efff;--aivex-blue-150:#cce0ff;--aivex-blue-200:#99bef6;--aivex-blue-300:#669def;--aivex-blue-400:#377be2;--aivex-blue-500:#0056d8;--aivex-blue-600:#004bbd;--aivex-blue-700:#0041a3;--aivex-blue-800:#073883;--aivex-blue-900:#072e69;--aivex-blue-950:#06214c;--aivex-red-50:#fef5f5;--aivex-red-100:#ffe5e5;--aivex-red-150:#fac6c6;--aivex-red-200:#f28787;--aivex-red-300:#f26b6b;--aivex-red-400:#e23c3c;--aivex-red-500:#d51a1a;--aivex-red-600:#b80e0e;--aivex-red-700:#9a0808;--aivex-red-800:#6f0606;--aivex-red-900:#580404;--aivex-red-950:#400707;--aivex-green-50:#f4fbf6;--aivex-green-100:#dcf4e2;--aivex-green-150:#bfe8c9;--aivex-green-200:#96e7af;--aivex-green-300:#61d28b;--aivex-green-400:#34ad68;--aivex-green-500:#05985a;--aivex-green-600:#017a47;--aivex-green-700:#02643b;--aivex-green-800:#015431;--aivex-green-900:#004025;--aivex-green-950:#002e1b;--aivex-yellow-50:#fef9eb;--aivex-yellow-100:#fef0cc;--aivex-yellow-150:#fde6aa;--aivex-yellow-200:#fddf90;--aivex-yellow-300:#fbd369;--aivex-yellow-400:#f7c239;--aivex-yellow-500:#f5b40d;--aivex-yellow-600:#e09b07;--aivex-yellow-700:#c48405;--aivex-yellow-800:#8a5c00;--aivex-yellow-900:#573b00;--aivex-yellow-950:#3b2d0a;--aivex-cyan-50:#f1fbfd;--aivex-cyan-100:#ddf6fd;--aivex-cyan-150:#c1eefd;--aivex-cyan-200:#a3e6fc;--aivex-cyan-300:#79dbfa;--aivex-cyan-400:#5fd4f9;--aivex-cyan-500:#37c9f8;--aivex-cyan-600:#32b0e2;--aivex-cyan-700:#0793cb;--aivex-cyan-800:#1f6d8e;--aivex-cyan-900:#175468;--aivex-cyan-950:#163441;--aivex-indigo-50:#f6f6fe;--aivex-indigo-100:#ececfe;--aivex-indigo-150:#d3d2fd;--aivex-indigo-200:#bdbdfb;--aivex-indigo-300:#9f9ffa;--aivex-indigo-400:#8d8cf9;--aivex-indigo-500:#706ff7;--aivex-indigo-600:#6564e2;--aivex-indigo-700:#504faf;--aivex-indigo-800:#3e3d88;--aivex-indigo-900:#2f2f68;--aivex-indigo-950:#252541;--aivex-violet-50:#f7f4fb;--aivex-violet-100:#f5edfd;--aivex-violet-150:#e1c9f7;--aivex-violet-200:#d2aff3;--aivex-violet-300:#bd8aee;--aivex-violet-400:#b173ea;--aivex-violet-500:#9d50e5;--aivex-violet-600:#8f49d0;--aivex-violet-700:#6f39a3;--aivex-violet-800:#562c7e;--aivex-violet-900:#422260;--aivex-violet-950:#342244;--aivex-teal-50:#effbfa;--aivex-teal-100:#ddf3f2;--aivex-teal-150:#c7f0ed;--aivex-teal-200:#b0edea;--aivex-teal-300:#a3eae6;--aivex-teal-400:#89e5df;--aivex-teal-500:#6cded7;--aivex-teal-600:#62cbc5;--aivex-teal-700:#4d9e99;--aivex-teal-800:#3b7a76;--aivex-teal-900:#2d5d5a;--aivex-teal-950:#2f4645;--aivex-orange-50:#fdf7f2;--aivex-orange-100:#faeadb;--aivex-orange-150:#f7ddc4;--aivex-orange-200:#fbc99b;--aivex-orange-300:#f9b16d;--aivex-orange-400:#f8a151;--aivex-orange-500:#f68a25;--aivex-orange-600:#e07e22;--aivex-orange-700:#af621a;--aivex-orange-800:#874c14;--aivex-orange-900:#673a10;--aivex-orange-950:#3e2813;--aivex-lime-50:#f8fdec;--aivex-lime-100:#eef9d8;--aivex-lime-150:#e5fab7;--aivex-lime-200:#d1f18b;--aivex-lime-300:#c5f165;--aivex-lime-400:#b3ec36;--aivex-lime-500:#9ae004;--aivex-lime-600:#8ccc02;--aivex-lime-700:#73a701;--aivex-lime-800:#557b01;--aivex-lime-900:#415e01;--aivex-lime-950:#2d3914;--aivex-pink-50:#fdf2f5;--aivex-pink-100:#fbe4e9;--aivex-pink-150:#f8cdd7;--aivex-pink-200:#fcadc0;--aivex-pink-300:#fa88a3;--aivex-pink-400:#f97191;--aivex-pink-500:#f84d75;--aivex-pink-600:#e2466a;--aivex-pink-700:#b03753;--aivex-pink-800:#882a40;--aivex-pink-900:#682031;--aivex-pink-950:#421a23;--aivex-alpha-darkly-50:#8788970d;--aivex-alpha-darkly-100:#4f517814;--aivex-alpha-darkly-150:#676a8329;--aivex-alpha-darkly-200:#6d6c8447;--aivex-alpha-darkly-300:#61607666;--aivex-alpha-darkly-400:#56597185;--aivex-alpha-darkly-500:#48495bad;--aivex-alpha-darkly-600:#3a3c4ac2;--aivex-alpha-darkly-700:#2f303cdb;--aivex-alpha-darkly-800:#202127eb;--aivex-alpha-darkly-900:#1d1d20f5;--aivex-alpha-darkly-950:#1a1a1e;--aivex-alpha-lightly-50:#cccccc0d;--aivex-alpha-lightly-100:#cecfd414;--aivex-alpha-lightly-150:#c2c3d629;--aivex-alpha-lightly-200:#d5d6e747;--aivex-alpha-lightly-300:#e7e8fe66;--aivex-alpha-lightly-400:#e6e9fe85;--aivex-alpha-lightly-500:#ebedfead;--aivex-alpha-lightly-600:#f5f5ffc2;--aivex-alpha-lightly-700:#f6f6fedb;--aivex-alpha-lightly-800:#fafbffeb;--aivex-alpha-lightly-900:#fafbfff5;--aivex-alpha-lightly-950:#fafafc;--aivex-alpha-blue-400-8:#377be214;--aivex-alpha-blue-400-16:#377be229;--aivex-alpha-blue-400-24:#377be23d;--aivex-alpha-blue-400-32:#377be252;--aivex-alpha-blue-400-40:#377be266}:root,[data-theme=light]{--aivex-bg-primary:var(--aivex-base-white);--aivex-bg-secondary:var(--aivex-gray-50);--aivex-bg-tertiary:var(--aivex-alpha-darkly-100);--aivex-bg-float:var(--aivex-base-white);--aivex-bg-inverse:var(--aivex-gray-900);--aivex-bg-inverse-strong:var(--aivex-base-black);--aivex-bg-brand:var(--aivex-blue-500);--aivex-bg-brand-subtle:var(--aivex-alpha-blue-400-8);--aivex-bg-danger:var(--aivex-red-500);--aivex-bg-danger-subtle:var(--aivex-red-100);--aivex-bg-info:var(--aivex-blue-500);--aivex-bg-info-subtle:var(--aivex-blue-100);--aivex-bg-success:var(--aivex-green-500);--aivex-bg-success-subtle:var(--aivex-green-100);--aivex-bg-warning:var(--aivex-yellow-500);--aivex-bg-warning-subtle:var(--aivex-yellow-100);--aivex-bg-disabled:var(--aivex-gray-100);--aivex-text-primary:var(--aivex-gray-900);--aivex-text-secondary:var(--aivex-gray-600);--aivex-text-tertiary:var(--aivex-gray-400);--aivex-text-disabled:var(--aivex-gray-300);--aivex-text-on-color:var(--aivex-base-white);--aivex-text-brand:var(--aivex-blue-500);--aivex-text-danger:var(--aivex-red-500);--aivex-text-success:var(--aivex-green-500);--aivex-text-warning:var(--aivex-yellow-700);--aivex-border-default:var(--aivex-gray-200);--aivex-border-strong:var(--aivex-gray-400);--aivex-border-subtle:var(--aivex-gray-150);--aivex-border-brand:var(--aivex-blue-500);--aivex-border-brand-subtle:var(--aivex-alpha-blue-400-24);--aivex-border-danger:var(--aivex-red-500);--aivex-border-danger-subtle:var(--aivex-red-150);--aivex-border-disabled:var(--aivex-gray-200);--aivex-border-info:var(--aivex-blue-500);--aivex-border-info-subtle:var(--aivex-blue-150);--aivex-border-success:var(--aivex-green-500);--aivex-border-success-subtle:var(--aivex-green-150);--aivex-border-warning:var(--aivex-yellow-500);--aivex-border-warning-subtle:var(--aivex-yellow-300);--aivex-icon-primary:var(--aivex-gray-900);--aivex-icon-secondary:var(--aivex-gray-600);--aivex-icon-tertiary:var(--aivex-gray-400);--aivex-icon-on-color:var(--aivex-base-white);--aivex-icon-brand:var(--aivex-blue-500);--aivex-icon-danger:var(--aivex-red-500);--aivex-icon-info:var(--aivex-blue-500);--aivex-icon-success:var(--aivex-green-500);--aivex-icon-warning:var(--aivex-yellow-700);--aivex-canvas-primary:var(--aivex-base-white);--aivex-canvas-secondary:var(--aivex-gray-50);--aivex-canvas-elevated:var(--aivex-base-white);--aivex-static-black:var(--aivex-base-black);--aivex-static-white:var(--aivex-base-white);--aivex-static-gray:var(--aivex-gray-800);--aivex-spacing-none:0px;--aivex-spacing-2xs:2px;--aivex-spacing-xs:4px;--aivex-spacing-sm:6px;--aivex-spacing-md:8px;--aivex-spacing-lg:12px;--aivex-spacing-xl:16px;--aivex-spacing-2xl:20px;--aivex-spacing-3xl:24px;--aivex-radius-xs:4px;--aivex-radius-sm:6px;--aivex-radius-md:8px;--aivex-radius-xl:16px;--aivex-radius-full:9999px;--aivex-stroke-basic:1px;--aivex-stroke-bold:2px;--aivex-opacity-disable:.48;--aivex-opacity-dim:.32;--aivex-elevation-sm:0 1px 2px #0000001f, 0 0 4px #0000000f;--aivex-elevation-md:0 2px 4px #00000024, 0 0 8px #0000000f;--aivex-category-blue-text:var(--aivex-blue-600);--aivex-category-blue-bg:var(--aivex-blue-100);--aivex-category-blue-bg-subtle:var(--aivex-blue-50);--aivex-category-blue-border:var(--aivex-blue-150);--aivex-category-gray-text:var(--aivex-gray-600);--aivex-category-gray-bg:var(--aivex-gray-150);--aivex-category-gray-bg-subtle:var(--aivex-gray-50);--aivex-category-gray-border:var(--aivex-gray-150);--aivex-category-red-text:var(--aivex-red-600);--aivex-category-red-bg:var(--aivex-red-100);--aivex-category-red-bg-subtle:var(--aivex-red-50);--aivex-category-red-border:var(--aivex-red-150);--aivex-category-green-text:var(--aivex-green-600);--aivex-category-green-bg:var(--aivex-green-100);--aivex-category-green-bg-subtle:var(--aivex-green-50);--aivex-category-green-border:var(--aivex-green-150);--aivex-category-yellow-text:var(--aivex-yellow-600);--aivex-category-yellow-bg:var(--aivex-yellow-100);--aivex-category-yellow-bg-subtle:var(--aivex-yellow-50);--aivex-category-yellow-border:var(--aivex-yellow-150);--aivex-category-orange-text:var(--aivex-orange-600);--aivex-category-orange-bg:var(--aivex-orange-100);--aivex-category-orange-bg-subtle:var(--aivex-orange-50);--aivex-category-orange-border:var(--aivex-orange-150);--aivex-category-lime-text:var(--aivex-lime-600);--aivex-category-lime-bg:var(--aivex-lime-100);--aivex-category-lime-bg-subtle:var(--aivex-lime-50);--aivex-category-lime-border:var(--aivex-lime-150);--aivex-category-teal-text:var(--aivex-teal-600);--aivex-category-teal-bg:var(--aivex-teal-100);--aivex-category-teal-bg-subtle:var(--aivex-teal-50);--aivex-category-teal-border:var(--aivex-teal-150);--aivex-category-cyan-text:var(--aivex-cyan-600);--aivex-category-cyan-bg:var(--aivex-cyan-100);--aivex-category-cyan-bg-subtle:var(--aivex-cyan-50);--aivex-category-cyan-border:var(--aivex-cyan-150);--aivex-category-indigo-text:var(--aivex-indigo-600);--aivex-category-indigo-bg:var(--aivex-indigo-100);--aivex-category-indigo-bg-subtle:var(--aivex-indigo-50);--aivex-category-indigo-border:var(--aivex-indigo-150);--aivex-category-violet-text:var(--aivex-violet-600);--aivex-category-violet-bg:var(--aivex-violet-100);--aivex-category-violet-bg-subtle:var(--aivex-violet-50);--aivex-category-violet-border:var(--aivex-violet-150);--aivex-category-pink-text:var(--aivex-pink-600);--aivex-category-pink-bg:var(--aivex-pink-100);--aivex-category-pink-bg-subtle:var(--aivex-pink-50);--aivex-category-pink-border:var(--aivex-pink-150);--aivex-font-family:"Pretendard", -apple-system, BlinkMacSystemFont, sans-serif}[data-theme=dark]{--aivex-bg-primary:var(--aivex-gray-950);--aivex-bg-secondary:var(--aivex-gray-900);--aivex-bg-tertiary:var(--aivex-alpha-lightly-150);--aivex-bg-float:var(--aivex-gray-700);--aivex-bg-inverse:var(--aivex-gray-50);--aivex-bg-inverse-strong:var(--aivex-base-white);--aivex-bg-brand:var(--aivex-blue-400);--aivex-bg-brand-subtle:var(--aivex-alpha-blue-400-24);--aivex-bg-danger:var(--aivex-red-400);--aivex-bg-danger-subtle:var(--aivex-red-900);--aivex-bg-info:var(--aivex-blue-700);--aivex-bg-info-subtle:var(--aivex-blue-900);--aivex-bg-success:var(--aivex-green-700);--aivex-bg-success-subtle:var(--aivex-green-900);--aivex-bg-warning:var(--aivex-yellow-700);--aivex-bg-warning-subtle:var(--aivex-yellow-900);--aivex-bg-disabled:var(--aivex-gray-800);--aivex-text-primary:var(--aivex-gray-100);--aivex-text-secondary:var(--aivex-gray-400);--aivex-text-tertiary:var(--aivex-gray-500);--aivex-text-disabled:var(--aivex-gray-600);--aivex-text-on-color:var(--aivex-base-white);--aivex-text-brand:var(--aivex-blue-200);--aivex-text-danger:var(--aivex-red-300);--aivex-text-success:var(--aivex-green-300);--aivex-text-warning:var(--aivex-yellow-300);--aivex-border-default:var(--aivex-gray-700);--aivex-border-strong:var(--aivex-gray-500);--aivex-border-subtle:var(--aivex-gray-800);--aivex-border-brand:var(--aivex-blue-200);--aivex-border-brand-subtle:var(--aivex-alpha-blue-400-24);--aivex-border-danger:var(--aivex-red-300);--aivex-border-danger-subtle:var(--aivex-red-700);--aivex-border-disabled:var(--aivex-gray-700);--aivex-border-info:var(--aivex-blue-300);--aivex-border-info-subtle:var(--aivex-blue-700);--aivex-border-success:var(--aivex-green-300);--aivex-border-success-subtle:var(--aivex-green-700);--aivex-border-warning:var(--aivex-yellow-300);--aivex-border-warning-subtle:var(--aivex-yellow-700);--aivex-icon-primary:var(--aivex-gray-300);--aivex-icon-secondary:var(--aivex-gray-500);--aivex-icon-tertiary:var(--aivex-gray-500);--aivex-icon-on-color:var(--aivex-base-white);--aivex-icon-brand:var(--aivex-blue-200);--aivex-icon-danger:var(--aivex-red-300);--aivex-icon-info:var(--aivex-blue-300);--aivex-icon-success:var(--aivex-green-300);--aivex-icon-warning:var(--aivex-yellow-400);--aivex-canvas-primary:var(--aivex-base-black);--aivex-canvas-secondary:var(--aivex-gray-950);--aivex-canvas-elevated:var(--aivex-gray-900);--aivex-elevation-sm:0 1px 2px #0006, 0 0 4px #0000004d;--aivex-elevation-md:0 2px 4px #00000080, 0 0 8px #0000004d;--aivex-category-blue-text:var(--aivex-blue-300);--aivex-category-blue-bg:var(--aivex-blue-900);--aivex-category-blue-bg-subtle:var(--aivex-blue-950);--aivex-category-blue-border:var(--aivex-blue-700);--aivex-category-gray-text:var(--aivex-gray-400);--aivex-category-gray-bg:var(--aivex-gray-800);--aivex-category-gray-bg-subtle:var(--aivex-gray-950);--aivex-category-gray-border:var(--aivex-gray-700);--aivex-category-red-text:var(--aivex-red-300);--aivex-category-red-bg:var(--aivex-red-900);--aivex-category-red-bg-subtle:var(--aivex-red-950);--aivex-category-red-border:var(--aivex-red-700);--aivex-category-green-text:var(--aivex-green-300);--aivex-category-green-bg:var(--aivex-green-900);--aivex-category-green-bg-subtle:var(--aivex-green-950);--aivex-category-green-border:var(--aivex-green-700);--aivex-category-yellow-text:var(--aivex-yellow-300);--aivex-category-yellow-bg:var(--aivex-yellow-900);--aivex-category-yellow-bg-subtle:var(--aivex-yellow-950);--aivex-category-yellow-border:var(--aivex-yellow-700);--aivex-category-orange-text:var(--aivex-orange-300);--aivex-category-orange-bg:var(--aivex-orange-900);--aivex-category-orange-bg-subtle:var(--aivex-orange-950);--aivex-category-orange-border:var(--aivex-orange-700);--aivex-category-lime-text:var(--aivex-lime-300);--aivex-category-lime-bg:var(--aivex-lime-900);--aivex-category-lime-bg-subtle:var(--aivex-lime-950);--aivex-category-lime-border:var(--aivex-lime-700);--aivex-category-teal-text:var(--aivex-teal-300);--aivex-category-teal-bg:var(--aivex-teal-900);--aivex-category-teal-bg-subtle:var(--aivex-teal-950);--aivex-category-teal-border:var(--aivex-teal-700);--aivex-category-cyan-text:var(--aivex-cyan-300);--aivex-category-cyan-bg:var(--aivex-cyan-900);--aivex-category-cyan-bg-subtle:var(--aivex-cyan-950);--aivex-category-cyan-border:var(--aivex-cyan-700);--aivex-category-indigo-text:var(--aivex-indigo-300);--aivex-category-indigo-bg:var(--aivex-indigo-900);--aivex-category-indigo-bg-subtle:var(--aivex-indigo-950);--aivex-category-indigo-border:var(--aivex-indigo-700);--aivex-category-violet-text:var(--aivex-violet-300);--aivex-category-violet-bg:var(--aivex-violet-900);--aivex-category-violet-bg-subtle:var(--aivex-violet-950);--aivex-category-violet-border:var(--aivex-violet-700);--aivex-category-pink-text:var(--aivex-pink-300);--aivex-category-pink-bg:var(--aivex-pink-900);--aivex-category-pink-bg-subtle:var(--aivex-pink-950);--aivex-category-pink-border:var(--aivex-pink-700)}:where([class*=aivex\:],[class*=aivex\:] *){box-sizing:border-box;border:0 solid #0000;margin:0;padding:0}:where([class*=aivex\:]){line-height:1.5;font-family:var(--aivex-font-family);-webkit-tap-highlight-color:transparent}:where(hr[class*=aivex\:],[class*=aivex\:] hr){height:0;color:inherit;border-top-width:1px}:where(abbr[class*=aivex\:]:where([title]),[class*=aivex\:] abbr:where([title])){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(h1[class*=aivex\:],h2[class*=aivex\:],h3[class*=aivex\:],h4[class*=aivex\:],h5[class*=aivex\:],h6[class*=aivex\:],[class*=aivex\:] h1,[class*=aivex\:] h2,[class*=aivex\:] h3,[class*=aivex\:] h4,[class*=aivex\:] h5,[class*=aivex\:] h6){font-size:inherit;font-weight:inherit}:where(a[class*=aivex\:],[class*=aivex\:] a){color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}:where(b[class*=aivex\:],strong[class*=aivex\:],[class*=aivex\:] b,[class*=aivex\:] strong){font-weight:bolder}:where(code[class*=aivex\:],kbd[class*=aivex\:],samp[class*=aivex\:],pre[class*=aivex\:],[class*=aivex\:] code,[class*=aivex\:] kbd,[class*=aivex\:] samp,[class*=aivex\:] pre){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}:where(small[class*=aivex\:],[class*=aivex\:] small){font-size:80%}:where(sub[class*=aivex\:],sup[class*=aivex\:],[class*=aivex\:] sub,[class*=aivex\:] sup){vertical-align:baseline;font-size:75%;line-height:0;position:relative}:where(sub[class*=aivex\:],[class*=aivex\:] sub){bottom:-.25em}:where(sup[class*=aivex\:],[class*=aivex\:] sup){top:-.5em}:where(table[class*=aivex\:],[class*=aivex\:] table){text-indent:0;border-color:inherit;border-collapse:collapse}:where(progress[class*=aivex\:],[class*=aivex\:] progress){vertical-align:baseline}:where(summary[class*=aivex\:],[class*=aivex\:] summary){display:list-item}:where(ol[class*=aivex\:],ul[class*=aivex\:],menu[class*=aivex\:],[class*=aivex\:] ol,[class*=aivex\:] ul,[class*=aivex\:] menu){list-style:none}:where(img[class*=aivex\:],svg[class*=aivex\:],video[class*=aivex\:],canvas[class*=aivex\:],audio[class*=aivex\:],iframe[class*=aivex\:],embed[class*=aivex\:],object[class*=aivex\:],[class*=aivex\:] img,[class*=aivex\:] svg,[class*=aivex\:] video,[class*=aivex\:] canvas,[class*=aivex\:] audio,[class*=aivex\:] iframe,[class*=aivex\:] embed,[class*=aivex\:] object){vertical-align:middle;display:block}:where(img[class*=aivex\:],video[class*=aivex\:],[class*=aivex\:] img,[class*=aivex\:] video){max-width:100%;height:auto}:where(button[class*=aivex\:],input[class*=aivex\:],select[class*=aivex\:],optgroup[class*=aivex\:],textarea[class*=aivex\:],[class*=aivex\:] button,[class*=aivex\:] input,[class*=aivex\:] select,[class*=aivex\:] optgroup,[class*=aivex\:] textarea){font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select[class*=aivex\:]:is([multiple],[size]) optgroup,[class*=aivex\:] select:is([multiple],[size]) optgroup){font-weight:bolder}:where(select[class*=aivex\:]:is([multiple],[size]) optgroup option,[class*=aivex\:] select:is([multiple],[size]) optgroup option){padding-inline-start:20px}:where(){opacity:1;margin-inline-end:4px}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){:where(){color:currentColor}@supports (color:color-mix(in lab, red, red)){:where(){color:color-mix(in oklab, currentcolor 50%, transparent)}}}:where(textarea[class*=aivex\:],[class*=aivex\:] textarea){resize:vertical}:where(){-webkit-appearance:none;min-height:1lh;text-align:inherit;padding:0;padding-block:0;line-height:1;display:inline-flex}:where(input[class*=aivex\:]:-moz-ui-invalid,textarea[class*=aivex\:]:-moz-ui-invalid,[class*=aivex\:] input:-moz-ui-invalid,[class*=aivex\:] textarea:-moz-ui-invalid){box-shadow:none}:where(button[class*=aivex\:],input[class*=aivex\:]:where([type=button],[type=reset],[type=submit]),[class*=aivex\:] button,[class*=aivex\:] input:where([type=button],[type=reset],[type=submit])){appearance:button}:where(){height:auto}:where([class*=aivex\:] [hidden]:where(:not([hidden=until-found]))){display:none}.aivex\:pointer-events-none{pointer-events:none}.aivex\:sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.aivex\:absolute{position:absolute}.aivex\:fixed{position:fixed}.aivex\:relative{position:relative}.aivex\:inset-0{inset:calc(var(--aivex-spacing) * 0)}.aivex\:top-0\.5{top:calc(var(--aivex-spacing) * .5)}.aivex\:top-1\/2{top:50%}.aivex\:top-full{top:100%}.aivex\:top-xl{top:var(--aivex-spacing-xl)}.aivex\:right-0{right:calc(var(--aivex-spacing) * 0)}.aivex\:right-full{right:100%}.aivex\:right-xl{right:var(--aivex-spacing-xl)}.aivex\:bottom-0{bottom:calc(var(--aivex-spacing) * 0)}.aivex\:bottom-full{bottom:100%}.aivex\:left-0{left:calc(var(--aivex-spacing) * 0)}.aivex\:left-0\.5{left:calc(var(--aivex-spacing) * .5)}.aivex\:left-1\/2{left:50%}.aivex\:left-full{left:100%}.aivex\:z-10{z-index:10}.aivex\:z-40{z-index:40}.aivex\:z-50{z-index:50}.aivex\:m-0{margin:calc(var(--aivex-spacing) * 0)}.aivex\:mx-auto{margin-inline:auto}.aivex\:mx-xl{margin-inline:var(--aivex-spacing-xl)}.aivex\:mt-1{margin-top:calc(var(--aivex-spacing) * 1)}.aivex\:mt-2{margin-top:calc(var(--aivex-spacing) * 2)}.aivex\:mt-sm{margin-top:var(--aivex-spacing-sm)}.aivex\:mt-xs{margin-top:var(--aivex-spacing-xs)}.aivex\:mr-2{margin-right:calc(var(--aivex-spacing) * 2)}.aivex\:mb-2{margin-bottom:calc(var(--aivex-spacing) * 2)}.aivex\:mb-lg{margin-bottom:var(--aivex-spacing-lg)}.aivex\:mb-sm{margin-bottom:var(--aivex-spacing-sm)}.aivex\:mb-xs{margin-bottom:var(--aivex-spacing-xs)}.aivex\:ml-2{margin-left:calc(var(--aivex-spacing) * 2)}.aivex\:ml-lg{margin-left:var(--aivex-spacing-lg)}.aivex\:block{display:block}.aivex\:flex{display:flex}.aivex\:grid{display:grid}.aivex\:hidden{display:none}.aivex\:inline-block{display:inline-block}.aivex\:inline-flex{display:inline-flex}.aivex\:aspect-square{aspect-ratio:1}.aivex\:size-5{width:calc(var(--aivex-spacing) * 5);height:calc(var(--aivex-spacing) * 5)}.aivex\:size-6{width:calc(var(--aivex-spacing) * 6);height:calc(var(--aivex-spacing) * 6)}.aivex\:h-0\.5{height:calc(var(--aivex-spacing) * .5)}.aivex\:h-1\.5{height:calc(var(--aivex-spacing) * 1.5)}.aivex\:h-2{height:calc(var(--aivex-spacing) * 2)}.aivex\:h-2\.5{height:calc(var(--aivex-spacing) * 2.5)}.aivex\:h-3{height:calc(var(--aivex-spacing) * 3)}.aivex\:h-4{height:calc(var(--aivex-spacing) * 4)}.aivex\:h-5{height:calc(var(--aivex-spacing) * 5)}.aivex\:h-6{height:calc(var(--aivex-spacing) * 6)}.aivex\:h-7{height:calc(var(--aivex-spacing) * 7)}.aivex\:h-8{height:calc(var(--aivex-spacing) * 8)}.aivex\:h-9{height:calc(var(--aivex-spacing) * 9)}.aivex\:h-10{height:calc(var(--aivex-spacing) * 10)}.aivex\:h-11{height:calc(var(--aivex-spacing) * 11)}.aivex\:h-12{height:calc(var(--aivex-spacing) * 12)}.aivex\:h-14{height:calc(var(--aivex-spacing) * 14)}.aivex\:h-full{height:100%}.aivex\:h-screen{height:100vh}.aivex\:min-h-6{min-height:calc(var(--aivex-spacing) * 6)}.aivex\:min-h-8{min-height:calc(var(--aivex-spacing) * 8)}.aivex\:min-h-9{min-height:calc(var(--aivex-spacing) * 9)}.aivex\:min-h-10{min-height:calc(var(--aivex-spacing) * 10)}.aivex\:min-h-11{min-height:calc(var(--aivex-spacing) * 11)}.aivex\:min-h-\[54px\]{min-height:54px}.aivex\:min-h-\[62px\]{min-height:62px}.aivex\:min-h-\[400px\]{min-height:400px}.aivex\:min-h-screen{min-height:100vh}.aivex\:w-1\.5{width:calc(var(--aivex-spacing) * 1.5)}.aivex\:w-2{width:calc(var(--aivex-spacing) * 2)}.aivex\:w-2\.5{width:calc(var(--aivex-spacing) * 2.5)}.aivex\:w-3{width:calc(var(--aivex-spacing) * 3)}.aivex\:w-4{width:calc(var(--aivex-spacing) * 4)}.aivex\:w-5{width:calc(var(--aivex-spacing) * 5)}.aivex\:w-6{width:calc(var(--aivex-spacing) * 6)}.aivex\:w-7{width:calc(var(--aivex-spacing) * 7)}.aivex\:w-8{width:calc(var(--aivex-spacing) * 8)}.aivex\:w-9{width:calc(var(--aivex-spacing) * 9)}.aivex\:w-10{width:calc(var(--aivex-spacing) * 10)}.aivex\:w-12{width:calc(var(--aivex-spacing) * 12)}.aivex\:w-14{width:calc(var(--aivex-spacing) * 14)}.aivex\:w-20{width:calc(var(--aivex-spacing) * 20)}.aivex\:w-24{width:calc(var(--aivex-spacing) * 24)}.aivex\:w-32{width:calc(var(--aivex-spacing) * 32)}.aivex\:w-48{width:calc(var(--aivex-spacing) * 48)}.aivex\:w-64{width:calc(var(--aivex-spacing) * 64)}.aivex\:w-80{width:calc(var(--aivex-spacing) * 80)}.aivex\:w-96{width:calc(var(--aivex-spacing) * 96)}.aivex\:w-\[320px\]{width:320px}.aivex\:w-\[384px\]{width:384px}.aivex\:w-\[480px\]{width:480px}.aivex\:w-fit{width:fit-content}.aivex\:w-full{width:100%}.aivex\:max-w-\[24rem\]{max-width:24rem}.aivex\:max-w-\[36rem\]{max-width:36rem}.aivex\:max-w-\[160px\]{max-width:160px}.aivex\:max-w-\[180px\]{max-width:180px}.aivex\:max-w-\[720px\]{max-width:720px}.aivex\:max-w-modal-md{max-width:var(--aivex-container-modal-md)}.aivex\:min-w-0{min-width:calc(var(--aivex-spacing) * 0)}.aivex\:min-w-\[1\.25rem\]{min-width:1.25rem}.aivex\:min-w-\[80px\]{min-width:80px}.aivex\:min-w-\[160px\]{min-width:160px}.aivex\:flex-1{flex:1}.aivex\:shrink-0{flex-shrink:0}.aivex\:border-collapse{border-collapse:collapse}.aivex\:-translate-x-1\/2{--aivex-tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-1\/2{--aivex-tw-translate-x:calc(1 / 2 * 100%);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-2{--aivex-tw-translate-x:calc(var(--aivex-spacing) * 2);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-3{--aivex-tw-translate-x:calc(var(--aivex-spacing) * 3);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-x-4{--aivex-tw-translate-x:calc(var(--aivex-spacing) * 4);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:-translate-y-1\/2{--aivex-tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:translate-y-1\/2{--aivex-tw-translate-y:calc(1 / 2 * 100%);translate:var(--aivex-tw-translate-x) var(--aivex-tw-translate-y)}.aivex\:rotate-45{rotate:45deg}.aivex\:cursor-default{cursor:default}.aivex\:cursor-pointer{cursor:pointer}.aivex\:appearance-none{appearance:none}.aivex\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.aivex\:grid-cols-\[minmax\(160px\,220px\)_minmax\(96px\,160px\)_1fr\]{grid-template-columns:minmax(160px,220px) minmax(96px,160px) 1fr}.aivex\:grid-cols-\[minmax\(160px\,220px\)_minmax\(220px\,1fr\)_120px\]{grid-template-columns:minmax(160px,220px) minmax(220px,1fr) 120px}.aivex\:grid-cols-\[repeat\(auto-fill\,minmax\(220px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.aivex\:flex-col{flex-direction:column}.aivex\:flex-wrap{flex-wrap:wrap}.aivex\:content-center{align-content:center}.aivex\:items-center{align-items:center}.aivex\:items-end{align-items:flex-end}.aivex\:items-start{align-items:flex-start}.aivex\:items-stretch{align-items:stretch}.aivex\:justify-between{justify-content:space-between}.aivex\:justify-center{justify-content:center}.aivex\:justify-end{justify-content:flex-end}.aivex\:justify-stretch{justify-content:stretch}.aivex\:gap-1{gap:calc(var(--aivex-spacing) * 1)}.aivex\:gap-1\.5{gap:calc(var(--aivex-spacing) * 1.5)}.aivex\:gap-2{gap:calc(var(--aivex-spacing) * 2)}.aivex\:gap-2xs{gap:var(--aivex-spacing-2xs)}.aivex\:gap-3{gap:calc(var(--aivex-spacing) * 3)}.aivex\:gap-3xl{gap:var(--aivex-spacing-3xl)}.aivex\:gap-6{gap:calc(var(--aivex-spacing) * 6)}.aivex\:gap-\[2px\]{gap:2px}.aivex\:gap-\[48px\]{gap:48px}.aivex\:gap-lg{gap:var(--aivex-spacing-lg)}.aivex\:gap-md{gap:var(--aivex-spacing-md)}.aivex\:gap-sm{gap:var(--aivex-spacing-sm)}.aivex\:gap-xl{gap:var(--aivex-spacing-xl)}.aivex\:gap-xs{gap:var(--aivex-spacing-xs)}.aivex\:self-center{align-self:center}.aivex\:truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.aivex\:overflow-auto{overflow:auto}.aivex\:overflow-hidden{overflow:hidden}.aivex\:rounded-\[6px\]{border-radius:6px}.aivex\:rounded-\[8px\]{border-radius:8px}.aivex\:rounded-full{border-radius:var(--aivex-radius-full)}.aivex\:rounded-md{border-radius:var(--aivex-radius-md)}.aivex\:rounded-sm{border-radius:var(--aivex-radius-sm)}.aivex\:rounded-xl{border-radius:var(--aivex-radius-xl)}.aivex\:rounded-xs{border-radius:var(--aivex-radius-xs)}.aivex\:rounded-b-md{border-bottom-right-radius:var(--aivex-radius-md);border-bottom-left-radius:var(--aivex-radius-md)}.aivex\:border{border-style:var(--aivex-tw-border-style);border-width:1px}.aivex\:border-0{border-style:var(--aivex-tw-border-style);border-width:0}.aivex\:border-2{border-style:var(--aivex-tw-border-style);border-width:2px}.aivex\:border-t{border-top-style:var(--aivex-tw-border-style);border-top-width:1px}.aivex\:border-t-0{border-top-style:var(--aivex-tw-border-style);border-top-width:0}.aivex\:border-t-2{border-top-style:var(--aivex-tw-border-style);border-top-width:2px}.aivex\:border-b{border-bottom-style:var(--aivex-tw-border-style);border-bottom-width:1px}.aivex\:border-l{border-left-style:var(--aivex-tw-border-style);border-left-width:1px}.aivex\:border-l-2{border-left-style:var(--aivex-tw-border-style);border-left-width:2px}.aivex\:border-dashed{--aivex-tw-border-style:dashed;border-style:dashed}.aivex\:border-\[\#99bef6\]{border-color:#99bef6}.aivex\:border-\[\#c1c3d2\]{border-color:#c1c3d2}.aivex\:border-border-brand{border-color:var(--aivex-color-border-brand)}.aivex\:border-border-brand-subtle{border-color:var(--aivex-color-border-brand-subtle)}.aivex\:border-border-danger{border-color:var(--aivex-color-border-danger)}.aivex\:border-border-danger-subtle{border-color:var(--aivex-color-border-danger-subtle)}.aivex\:border-border-default{border-color:var(--aivex-color-border-default)}.aivex\:border-border-disabled{border-color:var(--aivex-color-border-disabled)}.aivex\:border-border-info-subtle{border-color:var(--aivex-color-border-info-subtle)}.aivex\:border-border-subtle{border-color:var(--aivex-color-border-subtle)}.aivex\:border-border-success-subtle{border-color:var(--aivex-color-border-success-subtle)}.aivex\:border-border-warning-subtle{border-color:var(--aivex-color-border-warning-subtle)}.aivex\:border-category-blue-border{border-color:var(--aivex-color-category-blue-border)}.aivex\:border-category-cyan-border{border-color:var(--aivex-color-category-cyan-border)}.aivex\:border-category-gray-border{border-color:var(--aivex-color-category-gray-border)}.aivex\:border-category-green-border{border-color:var(--aivex-color-category-green-border)}.aivex\:border-category-indigo-border{border-color:var(--aivex-color-category-indigo-border)}.aivex\:border-category-lime-border{border-color:var(--aivex-color-category-lime-border)}.aivex\:border-category-orange-border{border-color:var(--aivex-color-category-orange-border)}.aivex\:border-category-pink-border{border-color:var(--aivex-color-category-pink-border)}.aivex\:border-category-red-border{border-color:var(--aivex-color-category-red-border)}.aivex\:border-category-teal-border{border-color:var(--aivex-color-category-teal-border)}.aivex\:border-category-violet-border{border-color:var(--aivex-color-category-violet-border)}.aivex\:border-category-yellow-border{border-color:var(--aivex-color-category-yellow-border)}.aivex\:border-transparent{border-color:#0000}.aivex\:bg-\[rgba\(0\,86\,216\,0\.08\)\]{background-color:#0056d814}.aivex\:bg-bg-brand{background-color:var(--aivex-color-bg-brand)}.aivex\:bg-bg-brand-subtle{background-color:var(--aivex-color-bg-brand-subtle)}.aivex\:bg-bg-danger{background-color:var(--aivex-color-bg-danger)}.aivex\:bg-bg-danger-subtle{background-color:var(--aivex-color-bg-danger-subtle)}.aivex\:bg-bg-disabled{background-color:var(--aivex-color-bg-disabled)}.aivex\:bg-bg-float{background-color:var(--aivex-color-bg-float)}.aivex\:bg-bg-info-subtle{background-color:var(--aivex-color-bg-info-subtle)}.aivex\:bg-bg-inverse{background-color:var(--aivex-color-bg-inverse)}.aivex\:bg-bg-inverse-strong{background-color:var(--aivex-color-bg-inverse-strong)}.aivex\:bg-bg-primary{background-color:var(--aivex-color-bg-primary)}.aivex\:bg-bg-secondary{background-color:var(--aivex-color-bg-secondary)}.aivex\:bg-bg-success-subtle{background-color:var(--aivex-color-bg-success-subtle)}.aivex\:bg-bg-tertiary{background-color:var(--aivex-color-bg-tertiary)}.aivex\:bg-bg-warning-subtle{background-color:var(--aivex-color-bg-warning-subtle)}.aivex\:bg-black\/50{background-color:var(--aivex-color-black)}@supports (color:color-mix(in lab, red, red)){.aivex\:bg-black\/50{background-color:color-mix(in oklab, var(--aivex-color-black) 50%, transparent)}}.aivex\:bg-border-default{background-color:var(--aivex-color-border-default)}.aivex\:bg-category-blue-bg-subtle{background-color:var(--aivex-color-category-blue-bg-subtle)}.aivex\:bg-category-cyan-bg-subtle{background-color:var(--aivex-color-category-cyan-bg-subtle)}.aivex\:bg-category-gray-bg-subtle{background-color:var(--aivex-color-category-gray-bg-subtle)}.aivex\:bg-category-green-bg-subtle{background-color:var(--aivex-color-category-green-bg-subtle)}.aivex\:bg-category-indigo-bg-subtle{background-color:var(--aivex-color-category-indigo-bg-subtle)}.aivex\:bg-category-lime-bg-subtle{background-color:var(--aivex-color-category-lime-bg-subtle)}.aivex\:bg-category-orange-bg-subtle{background-color:var(--aivex-color-category-orange-bg-subtle)}.aivex\:bg-category-pink-bg-subtle{background-color:var(--aivex-color-category-pink-bg-subtle)}.aivex\:bg-category-red-bg-subtle{background-color:var(--aivex-color-category-red-bg-subtle)}.aivex\:bg-category-teal-bg-subtle{background-color:var(--aivex-color-category-teal-bg-subtle)}.aivex\:bg-category-violet-bg-subtle{background-color:var(--aivex-color-category-violet-bg-subtle)}.aivex\:bg-category-yellow-bg-subtle{background-color:var(--aivex-color-category-yellow-bg-subtle)}.aivex\:bg-static-gray{background-color:var(--aivex-color-static-gray)}.aivex\:bg-transparent{background-color:#0000}.aivex\:bg-white,.aivex\:bg-white\/30{background-color:var(--aivex-color-white)}@supports (color:color-mix(in lab, red, red)){.aivex\:bg-white\/30{background-color:color-mix(in oklab, var(--aivex-color-white) 30%, transparent)}}.aivex\:bg-\[linear-gradient\(135deg\,\#dbeafe_0\%\,\#f5f3ff_50\%\,\#fee2e2_100\%\)\]{background-image:linear-gradient(135deg,#dbeafe 0%,#f5f3ff 50%,#fee2e2 100%)}.aivex\:object-cover{object-fit:cover}.aivex\:p-0{padding:calc(var(--aivex-spacing) * 0)}.aivex\:p-1{padding:calc(var(--aivex-spacing) * 1)}.aivex\:p-2xl{padding:var(--aivex-spacing-2xl)}.aivex\:p-2xs{padding:var(--aivex-spacing-2xs)}.aivex\:p-3xl{padding:var(--aivex-spacing-3xl)}.aivex\:p-\[48px\]{padding:48px}.aivex\:p-\[60px\]{padding:60px}.aivex\:p-\[80px\]{padding:80px}.aivex\:p-lg{padding:var(--aivex-spacing-lg)}.aivex\:p-sm{padding:var(--aivex-spacing-sm)}.aivex\:p-xl{padding:var(--aivex-spacing-xl)}.aivex\:p-xs{padding:var(--aivex-spacing-xs)}.aivex\:px-0{padding-inline:calc(var(--aivex-spacing) * 0)}.aivex\:px-0\.5{padding-inline:calc(var(--aivex-spacing) * .5)}.aivex\:px-1{padding-inline:calc(var(--aivex-spacing) * 1)}.aivex\:px-1\.5{padding-inline:calc(var(--aivex-spacing) * 1.5)}.aivex\:px-2{padding-inline:calc(var(--aivex-spacing) * 2)}.aivex\:px-2xl{padding-inline:var(--aivex-spacing-2xl)}.aivex\:px-4{padding-inline:calc(var(--aivex-spacing) * 4)}.aivex\:px-5{padding-inline:calc(var(--aivex-spacing) * 5)}.aivex\:px-\[2px\]{padding-inline:2px}.aivex\:px-\[6px\]{padding-inline:6px}.aivex\:px-\[10px\]{padding-inline:10px}.aivex\:px-lg{padding-inline:var(--aivex-spacing-lg)}.aivex\:px-md{padding-inline:var(--aivex-spacing-md)}.aivex\:px-sm{padding-inline:var(--aivex-spacing-sm)}.aivex\:px-xl{padding-inline:var(--aivex-spacing-xl)}.aivex\:py-1{padding-block:calc(var(--aivex-spacing) * 1)}.aivex\:py-2{padding-block:calc(var(--aivex-spacing) * 2)}.aivex\:py-4{padding-block:calc(var(--aivex-spacing) * 4)}.aivex\:py-\[2px\]{padding-block:2px}.aivex\:py-\[6px\]{padding-block:6px}.aivex\:py-lg{padding-block:var(--aivex-spacing-lg)}.aivex\:py-md{padding-block:var(--aivex-spacing-md)}.aivex\:py-sm{padding-block:var(--aivex-spacing-sm)}.aivex\:py-xs{padding-block:var(--aivex-spacing-xs)}.aivex\:pt-3{padding-top:calc(var(--aivex-spacing) * 3)}.aivex\:pr-10{padding-right:calc(var(--aivex-spacing) * 10)}.aivex\:pb-2xl{padding-bottom:var(--aivex-spacing-2xl)}.aivex\:pb-xl{padding-bottom:var(--aivex-spacing-xl)}.aivex\:text-center{text-align:center}.aivex\:text-left{text-align:left}.aivex\:align-middle{vertical-align:middle}.aivex\:font-sans{font-family:var(--aivex-font-sans)}.aivex\:text-body-lg-medium{letter-spacing:0;font-size:16px;font-weight:500;line-height:24px}.aivex\:text-body-lg-regular{letter-spacing:0;font-size:16px;font-weight:400;line-height:24px}.aivex\:text-body-md-medium{letter-spacing:0;font-size:14px;font-weight:500;line-height:22px}.aivex\:text-body-md-regular{letter-spacing:0;font-size:14px;font-weight:400;line-height:22px}.aivex\:text-body-sm-medium{letter-spacing:0;font-size:12px;font-weight:500;line-height:18px}.aivex\:text-body-sm-regular{letter-spacing:0;font-size:12px;font-weight:400;line-height:18px}.aivex\:text-caption-md{letter-spacing:.1px;font-size:12px;font-weight:400;line-height:18px}.aivex\:text-display-lg{letter-spacing:-.8px;font-size:56px;font-weight:600;line-height:68px}.aivex\:text-display-md{letter-spacing:-.4px;font-size:40px;font-weight:600;line-height:48px}.aivex\:text-heading-lg{letter-spacing:-.4px;font-size:28px;font-weight:600;line-height:40px}.aivex\:text-heading-md{letter-spacing:-.1px;font-size:24px;font-weight:600;line-height:32px}.aivex\:text-heading-sm{letter-spacing:-.1px;font-size:20px;font-weight:600;line-height:28px}.aivex\:text-heading-xl{letter-spacing:-.4px;font-size:36px;font-weight:600;line-height:44px}.aivex\:text-heading-xs{letter-spacing:-.1px;font-size:18px;font-weight:500;line-height:26px}.aivex\:text-label-lg{letter-spacing:.1px;font-size:14px;font-weight:500;line-height:20px}.aivex\:text-label-md{letter-spacing:.1px;font-size:12px;font-weight:500;line-height:18px}.aivex\:text-label-sm{letter-spacing:.1px;font-size:10px;font-weight:500;line-height:16px}.aivex\:text-label-xl{letter-spacing:.1px;font-size:16px;font-weight:500;line-height:24px}.aivex\:text-base{font-size:var(--aivex-text-base);line-height:var(--aivex-tw-leading,var(--aivex-text-base--line-height))}.aivex\:text-lg{font-size:var(--aivex-text-lg);line-height:var(--aivex-tw-leading,var(--aivex-text-lg--line-height))}.aivex\:text-sm{font-size:var(--aivex-text-sm);line-height:var(--aivex-tw-leading,var(--aivex-text-sm--line-height))}.aivex\:text-xs{font-size:var(--aivex-text-xs);line-height:var(--aivex-tw-leading,var(--aivex-text-xs--line-height))}.aivex\:text-\[8px\]{font-size:8px}.aivex\:text-\[9px\]{font-size:9px}.aivex\:text-\[18px\]{font-size:18px}.aivex\:leading-\[26px\]{--aivex-tw-leading:26px;line-height:26px}.aivex\:leading-none{--aivex-tw-leading:1;line-height:1}.aivex\:font-medium{--aivex-tw-font-weight:var(--aivex-font-weight-medium);font-weight:var(--aivex-font-weight-medium)}.aivex\:font-normal{--aivex-tw-font-weight:var(--aivex-font-weight-normal);font-weight:var(--aivex-font-weight-normal)}.aivex\:font-semibold{--aivex-tw-font-weight:var(--aivex-font-weight-semibold);font-weight:var(--aivex-font-weight-semibold)}.aivex\:tracking-\[-0\.1px\]{--aivex-tw-tracking:-.1px;letter-spacing:-.1px}.aivex\:tracking-\[0\.1px\]{--aivex-tw-tracking:.1px;letter-spacing:.1px}.aivex\:break-all{word-break:break-all}.aivex\:whitespace-nowrap{white-space:nowrap}.aivex\:text-category-blue-text{color:var(--aivex-color-category-blue-text)}.aivex\:text-category-cyan-text{color:var(--aivex-color-category-cyan-text)}.aivex\:text-category-gray-text{color:var(--aivex-color-category-gray-text)}.aivex\:text-category-green-text{color:var(--aivex-color-category-green-text)}.aivex\:text-category-indigo-text{color:var(--aivex-color-category-indigo-text)}.aivex\:text-category-lime-text{color:var(--aivex-color-category-lime-text)}.aivex\:text-category-orange-text{color:var(--aivex-color-category-orange-text)}.aivex\:text-category-pink-text{color:var(--aivex-color-category-pink-text)}.aivex\:text-category-red-text{color:var(--aivex-color-category-red-text)}.aivex\:text-category-teal-text{color:var(--aivex-color-category-teal-text)}.aivex\:text-category-violet-text{color:var(--aivex-color-category-violet-text)}.aivex\:text-category-yellow-text{color:var(--aivex-color-category-yellow-text)}.aivex\:text-icon-danger{color:var(--aivex-color-icon-danger)}.aivex\:text-icon-info{color:var(--aivex-color-icon-info)}.aivex\:text-icon-primary{color:var(--aivex-color-icon-primary)}.aivex\:text-icon-secondary{color:var(--aivex-color-icon-secondary)}.aivex\:text-icon-success{color:var(--aivex-color-icon-success)}.aivex\:text-icon-warning{color:var(--aivex-color-icon-warning)}.aivex\:text-static-white{color:var(--aivex-color-static-white)}.aivex\:text-text-brand{color:var(--aivex-color-text-brand)}.aivex\:text-text-danger{color:var(--aivex-color-text-danger)}.aivex\:text-text-on-color{color:var(--aivex-color-text-on-color)}.aivex\:text-text-primary{color:var(--aivex-color-text-primary)}.aivex\:text-text-secondary{color:var(--aivex-color-text-secondary)}.aivex\:text-text-success{color:var(--aivex-color-text-success)}.aivex\:text-text-tertiary{color:var(--aivex-color-text-tertiary)}.aivex\:text-text-warning{color:var(--aivex-color-text-warning)}.aivex\:text-white{color:var(--aivex-color-white)}.aivex\:accent-bg-brand{accent-color:var(--aivex-color-bg-brand)}.aivex\:opacity-0{opacity:0}.aivex\:opacity-40{opacity:.4}.aivex\:opacity-70{opacity:.7}.aivex\:opacity-80{opacity:.8}.aivex\:opacity-disable{opacity:var(--aivex-opacity-disable)}.aivex\:shadow{--aivex-tw-shadow:0 1px 3px 0 var(--aivex-tw-shadow-color,#0000001a), 0 1px 2px -1px var(--aivex-tw-shadow-color,#0000001a);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:shadow-md{--aivex-tw-shadow:var(--aivex-elevation-md);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:shadow-sm{--aivex-tw-shadow:var(--aivex-elevation-sm);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:outline{outline-style:var(--aivex-tw-outline-style);outline-width:1px}.aivex\:backdrop-blur-sm{--aivex-tw-backdrop-blur:blur(var(--aivex-blur-sm));-webkit-backdrop-filter:var(--aivex-tw-backdrop-blur,) var(--aivex-tw-backdrop-brightness,) var(--aivex-tw-backdrop-contrast,) var(--aivex-tw-backdrop-grayscale,) var(--aivex-tw-backdrop-hue-rotate,) var(--aivex-tw-backdrop-invert,) var(--aivex-tw-backdrop-opacity,) var(--aivex-tw-backdrop-saturate,) var(--aivex-tw-backdrop-sepia,);backdrop-filter:var(--aivex-tw-backdrop-blur,) var(--aivex-tw-backdrop-brightness,) var(--aivex-tw-backdrop-contrast,) var(--aivex-tw-backdrop-grayscale,) var(--aivex-tw-backdrop-hue-rotate,) var(--aivex-tw-backdrop-invert,) var(--aivex-tw-backdrop-opacity,) var(--aivex-tw-backdrop-saturate,) var(--aivex-tw-backdrop-sepia,)}.aivex\:transition-all{transition-property:all;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--aivex-tw-gradient-from,--aivex-tw-gradient-via,--aivex-tw-gradient-to;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:transition-opacity{transition-property:opacity;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--aivex-tw-ease,var(--aivex-default-transition-timing-function));transition-duration:var(--aivex-tw-duration,var(--aivex-default-transition-duration))}.aivex\:duration-200{--aivex-tw-duration:.2s;transition-duration:.2s}.aivex\:outline-none{--aivex-tw-outline-style:none;outline-style:none}.aivex\:select-none{-webkit-user-select:none;user-select:none}@media (hover:hover){.aivex\:group-hover\:text-text-secondary:is(:where(.aivex\:group):hover *){color:var(--aivex-color-text-secondary)}.aivex\:group-hover\:opacity-4:is(:where(.aivex\:group):hover *){opacity:.04}.aivex\:group-hover\:opacity-8:is(:where(.aivex\:group):hover *){opacity:.08}}.aivex\:group-active\:opacity-8:is(:where(.aivex\:group):active *){opacity:.08}.aivex\:group-active\:opacity-16:is(:where(.aivex\:group):active *){opacity:.16}.aivex\:peer-checked\:opacity-100:is(:where(.aivex\:peer):checked~*){opacity:1}.aivex\:placeholder\:text-text-tertiary::placeholder{color:var(--aivex-color-text-tertiary)}.aivex\:last\:border-b-0:last-child{border-bottom-style:var(--aivex-tw-border-style);border-bottom-width:0}.aivex\:checked\:border-transparent:checked{border-color:#0000}.aivex\:checked\:bg-bg-brand:checked{background-color:var(--aivex-color-bg-brand)}@media (hover:hover){.aivex\:hover\:border-border-brand:hover{border-color:var(--aivex-color-border-brand)}.aivex\:hover\:bg-bg-secondary:hover{background-color:var(--aivex-color-bg-secondary)}.aivex\:hover\:text-icon-primary:hover{color:var(--aivex-color-icon-primary)}.aivex\:hover\:text-text-primary:hover{color:var(--aivex-color-text-primary)}.aivex\:hover\:opacity-100:hover{opacity:1}}.aivex\:focus\:border-border-brand:focus{border-color:var(--aivex-color-border-brand)}.aivex\:focus-visible\:ring-2:focus-visible{--aivex-tw-ring-shadow:var(--aivex-tw-ring-inset,) 0 0 0 calc(2px + var(--aivex-tw-ring-offset-width)) var(--aivex-tw-ring-color,currentcolor);box-shadow:var(--aivex-tw-inset-shadow), var(--aivex-tw-inset-ring-shadow), var(--aivex-tw-ring-offset-shadow), var(--aivex-tw-ring-shadow), var(--aivex-tw-shadow)}.aivex\:focus-visible\:ring-border-brand:focus-visible{--aivex-tw-ring-color:var(--aivex-color-border-brand)}.aivex\:focus-visible\:outline-none:focus-visible{--aivex-tw-outline-style:none;outline-style:none}.aivex\:disabled\:pointer-events-none:disabled{pointer-events:none}.aivex\:disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.aivex\:disabled\:opacity-40:disabled{opacity:.4}.aivex\:disabled\:opacity-disable:disabled{opacity:var(--aivex-opacity-disable)}.aivex\:\[\&\>\*\]\:flex-1>*{flex:1}@property --aivex-tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --aivex-tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --aivex-tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --aivex-tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --aivex-tw-leading{syntax:"*";inherits:false}@property --aivex-tw-font-weight{syntax:"*";inherits:false}@property --aivex-tw-tracking{syntax:"*";inherits:false}@property --aivex-tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-shadow-color{syntax:"*";inherits:false}@property --aivex-tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --aivex-tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-inset-shadow-color{syntax:"*";inherits:false}@property --aivex-tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --aivex-tw-ring-color{syntax:"*";inherits:false}@property --aivex-tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-inset-ring-color{syntax:"*";inherits:false}@property --aivex-tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-ring-inset{syntax:"*";inherits:false}@property --aivex-tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --aivex-tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --aivex-tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --aivex-tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --aivex-tw-backdrop-blur{syntax:"*";inherits:false}@property --aivex-tw-backdrop-brightness{syntax:"*";inherits:false}@property --aivex-tw-backdrop-contrast{syntax:"*";inherits:false}@property --aivex-tw-backdrop-grayscale{syntax:"*";inherits:false}@property --aivex-tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --aivex-tw-backdrop-invert{syntax:"*";inherits:false}@property --aivex-tw-backdrop-opacity{syntax:"*";inherits:false}@property --aivex-tw-backdrop-saturate{syntax:"*";inherits:false}@property --aivex-tw-backdrop-sepia{syntax:"*";inherits:false}@property --aivex-tw-duration{syntax:"*";inherits:false}
|
|
3
3
|
/*$vite$:1*/
|
package/dist/theme.css
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
@import "./tokens/tokens.css";
|
|
2
|
+
|
|
3
|
+
@theme {
|
|
4
|
+
/* Background Colors → bg-bg-* */
|
|
5
|
+
--color-bg-primary: var(--aivex-bg-primary);
|
|
6
|
+
--color-bg-secondary: var(--aivex-bg-secondary);
|
|
7
|
+
--color-bg-tertiary: var(--aivex-bg-tertiary);
|
|
8
|
+
--color-bg-float: var(--aivex-bg-float);
|
|
9
|
+
--color-bg-inverse: var(--aivex-bg-inverse);
|
|
10
|
+
--color-bg-inverse-strong: var(--aivex-bg-inverse-strong);
|
|
11
|
+
--color-bg-brand: var(--aivex-bg-brand);
|
|
12
|
+
--color-bg-brand-subtle: var(--aivex-bg-brand-subtle);
|
|
13
|
+
--color-bg-danger: var(--aivex-bg-danger);
|
|
14
|
+
--color-bg-danger-subtle: var(--aivex-bg-danger-subtle);
|
|
15
|
+
--color-bg-info: var(--aivex-bg-info);
|
|
16
|
+
--color-bg-info-subtle: var(--aivex-bg-info-subtle);
|
|
17
|
+
--color-bg-success: var(--aivex-bg-success);
|
|
18
|
+
--color-bg-success-subtle: var(--aivex-bg-success-subtle);
|
|
19
|
+
--color-bg-warning: var(--aivex-bg-warning);
|
|
20
|
+
--color-bg-warning-subtle: var(--aivex-bg-warning-subtle);
|
|
21
|
+
--color-bg-disabled: var(--aivex-bg-disabled);
|
|
22
|
+
|
|
23
|
+
/* Text Colors → text-text-* */
|
|
24
|
+
--color-text-primary: var(--aivex-text-primary);
|
|
25
|
+
--color-text-secondary: var(--aivex-text-secondary);
|
|
26
|
+
--color-text-tertiary: var(--aivex-text-tertiary);
|
|
27
|
+
--color-text-disabled: var(--aivex-text-disabled);
|
|
28
|
+
--color-text-on-color: var(--aivex-text-on-color);
|
|
29
|
+
--color-text-brand: var(--aivex-text-brand);
|
|
30
|
+
--color-text-danger: var(--aivex-text-danger);
|
|
31
|
+
--color-text-success: var(--aivex-text-success);
|
|
32
|
+
--color-text-warning: var(--aivex-text-warning);
|
|
33
|
+
|
|
34
|
+
/* Border Colors → border-border-* */
|
|
35
|
+
--color-border-default: var(--aivex-border-default);
|
|
36
|
+
--color-border-subtle: var(--aivex-border-subtle);
|
|
37
|
+
--color-border-brand: var(--aivex-border-brand);
|
|
38
|
+
--color-border-brand-subtle: var(--aivex-border-brand-subtle);
|
|
39
|
+
--color-border-danger: var(--aivex-border-danger);
|
|
40
|
+
--color-border-danger-subtle: var(--aivex-border-danger-subtle);
|
|
41
|
+
--color-border-disabled: var(--aivex-border-disabled);
|
|
42
|
+
--color-border-info: var(--aivex-border-info);
|
|
43
|
+
--color-border-info-subtle: var(--aivex-border-info-subtle);
|
|
44
|
+
--color-border-success: var(--aivex-border-success);
|
|
45
|
+
--color-border-success-subtle: var(--aivex-border-success-subtle);
|
|
46
|
+
--color-border-warning: var(--aivex-border-warning);
|
|
47
|
+
--color-border-warning-subtle: var(--aivex-border-warning-subtle);
|
|
48
|
+
|
|
49
|
+
/* Icon Colors → text-icon-* */
|
|
50
|
+
--color-icon-primary: var(--aivex-icon-primary);
|
|
51
|
+
--color-icon-secondary: var(--aivex-icon-secondary);
|
|
52
|
+
--color-icon-tertiary: var(--aivex-icon-tertiary);
|
|
53
|
+
--color-icon-on-color: var(--aivex-icon-on-color);
|
|
54
|
+
--color-icon-brand: var(--aivex-icon-brand);
|
|
55
|
+
--color-icon-danger: var(--aivex-icon-danger);
|
|
56
|
+
--color-icon-info: var(--aivex-icon-info);
|
|
57
|
+
--color-icon-success: var(--aivex-icon-success);
|
|
58
|
+
--color-icon-warning: var(--aivex-icon-warning);
|
|
59
|
+
|
|
60
|
+
/* Static Colors */
|
|
61
|
+
--color-static-black: var(--aivex-static-black);
|
|
62
|
+
--color-static-white: var(--aivex-static-white);
|
|
63
|
+
--color-static-gray: var(--aivex-static-gray);
|
|
64
|
+
|
|
65
|
+
/* Canvas Colors → bg-canvas-* */
|
|
66
|
+
--color-canvas-primary: var(--aivex-canvas-primary);
|
|
67
|
+
--color-canvas-secondary: var(--aivex-canvas-secondary);
|
|
68
|
+
--color-canvas-elevated: var(--aivex-canvas-elevated);
|
|
69
|
+
|
|
70
|
+
/* Category Colors */
|
|
71
|
+
--color-category-blue-text: var(--aivex-category-blue-text);
|
|
72
|
+
--color-category-blue-bg: var(--aivex-category-blue-bg);
|
|
73
|
+
--color-category-blue-bg-subtle: var(--aivex-category-blue-bg-subtle);
|
|
74
|
+
--color-category-blue-border: var(--aivex-category-blue-border);
|
|
75
|
+
--color-category-gray-text: var(--aivex-category-gray-text);
|
|
76
|
+
--color-category-gray-bg: var(--aivex-category-gray-bg);
|
|
77
|
+
--color-category-gray-bg-subtle: var(--aivex-category-gray-bg-subtle);
|
|
78
|
+
--color-category-gray-border: var(--aivex-category-gray-border);
|
|
79
|
+
--color-category-red-text: var(--aivex-category-red-text);
|
|
80
|
+
--color-category-red-bg: var(--aivex-category-red-bg);
|
|
81
|
+
--color-category-red-bg-subtle: var(--aivex-category-red-bg-subtle);
|
|
82
|
+
--color-category-red-border: var(--aivex-category-red-border);
|
|
83
|
+
--color-category-green-text: var(--aivex-category-green-text);
|
|
84
|
+
--color-category-green-bg: var(--aivex-category-green-bg);
|
|
85
|
+
--color-category-green-bg-subtle: var(--aivex-category-green-bg-subtle);
|
|
86
|
+
--color-category-green-border: var(--aivex-category-green-border);
|
|
87
|
+
--color-category-yellow-text: var(--aivex-category-yellow-text);
|
|
88
|
+
--color-category-yellow-bg: var(--aivex-category-yellow-bg);
|
|
89
|
+
--color-category-yellow-bg-subtle: var(--aivex-category-yellow-bg-subtle);
|
|
90
|
+
--color-category-yellow-border: var(--aivex-category-yellow-border);
|
|
91
|
+
--color-category-orange-text: var(--aivex-category-orange-text);
|
|
92
|
+
--color-category-orange-bg: var(--aivex-category-orange-bg);
|
|
93
|
+
--color-category-orange-bg-subtle: var(--aivex-category-orange-bg-subtle);
|
|
94
|
+
--color-category-orange-border: var(--aivex-category-orange-border);
|
|
95
|
+
--color-category-lime-text: var(--aivex-category-lime-text);
|
|
96
|
+
--color-category-lime-bg: var(--aivex-category-lime-bg);
|
|
97
|
+
--color-category-lime-bg-subtle: var(--aivex-category-lime-bg-subtle);
|
|
98
|
+
--color-category-lime-border: var(--aivex-category-lime-border);
|
|
99
|
+
--color-category-teal-text: var(--aivex-category-teal-text);
|
|
100
|
+
--color-category-teal-bg: var(--aivex-category-teal-bg);
|
|
101
|
+
--color-category-teal-bg-subtle: var(--aivex-category-teal-bg-subtle);
|
|
102
|
+
--color-category-teal-border: var(--aivex-category-teal-border);
|
|
103
|
+
--color-category-cyan-text: var(--aivex-category-cyan-text);
|
|
104
|
+
--color-category-cyan-bg: var(--aivex-category-cyan-bg);
|
|
105
|
+
--color-category-cyan-bg-subtle: var(--aivex-category-cyan-bg-subtle);
|
|
106
|
+
--color-category-cyan-border: var(--aivex-category-cyan-border);
|
|
107
|
+
--color-category-indigo-text: var(--aivex-category-indigo-text);
|
|
108
|
+
--color-category-indigo-bg: var(--aivex-category-indigo-bg);
|
|
109
|
+
--color-category-indigo-bg-subtle: var(--aivex-category-indigo-bg-subtle);
|
|
110
|
+
--color-category-indigo-border: var(--aivex-category-indigo-border);
|
|
111
|
+
--color-category-violet-text: var(--aivex-category-violet-text);
|
|
112
|
+
--color-category-violet-bg: var(--aivex-category-violet-bg);
|
|
113
|
+
--color-category-violet-bg-subtle: var(--aivex-category-violet-bg-subtle);
|
|
114
|
+
--color-category-violet-border: var(--aivex-category-violet-border);
|
|
115
|
+
--color-category-pink-text: var(--aivex-category-pink-text);
|
|
116
|
+
--color-category-pink-bg: var(--aivex-category-pink-bg);
|
|
117
|
+
--color-category-pink-bg-subtle: var(--aivex-category-pink-bg-subtle);
|
|
118
|
+
--color-category-pink-border: var(--aivex-category-pink-border);
|
|
119
|
+
|
|
120
|
+
/* Spacing → p-*, m-*, gap-*, w-*, h-* */
|
|
121
|
+
--spacing-2xs: 2px;
|
|
122
|
+
--spacing-xs: 4px;
|
|
123
|
+
--spacing-sm: 6px;
|
|
124
|
+
--spacing-md: 8px;
|
|
125
|
+
--spacing-lg: 12px;
|
|
126
|
+
--spacing-xl: 16px;
|
|
127
|
+
--spacing-2xl: 20px;
|
|
128
|
+
--spacing-3xl: 24px;
|
|
129
|
+
|
|
130
|
+
/* Border Radius → rounded-* */
|
|
131
|
+
--radius-xs: 4px;
|
|
132
|
+
--radius-sm: 6px;
|
|
133
|
+
--radius-md: 8px;
|
|
134
|
+
--radius-xl: 16px;
|
|
135
|
+
--radius-full: 9999px;
|
|
136
|
+
|
|
137
|
+
/* Opacity → opacity-* */
|
|
138
|
+
--opacity-disable: 0.48;
|
|
139
|
+
--opacity-dim: 0.32;
|
|
140
|
+
|
|
141
|
+
/* Font */
|
|
142
|
+
--font-sans: var(--aivex-font-family);
|
|
143
|
+
|
|
144
|
+
/* Shadows → shadow-* */
|
|
145
|
+
--shadow-sm: var(--aivex-elevation-sm);
|
|
146
|
+
--shadow-md: var(--aivex-elevation-md);
|
|
147
|
+
|
|
148
|
+
/* Container sizes → max-w-container-* / w-container-* */
|
|
149
|
+
--container-modal-sm: 24rem;
|
|
150
|
+
--container-modal-md: 28rem;
|
|
151
|
+
--container-modal-lg: 32rem;
|
|
152
|
+
--container-panel: 40rem;
|
|
153
|
+
--container-content: 72rem;
|
|
154
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aivex/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0-dev.2",
|
|
4
4
|
"description": "Aivex Design System UI Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"require": "./dist/index.cjs"
|
|
20
20
|
},
|
|
21
21
|
"./styles.css": "./dist/styles.css",
|
|
22
|
+
"./theme.css": "./dist/theme.css",
|
|
22
23
|
"./tokens/tokens.css": "./dist/tokens/tokens.css",
|
|
23
24
|
"./package.json": "./package.json"
|
|
24
25
|
},
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"dev": "storybook dev -p 6006",
|
|
27
28
|
"storybook": "storybook dev -p 6006",
|
|
28
29
|
"clean": "rm -rf dist",
|
|
29
|
-
"build": "pnpm clean && vite build && tsc -p tsconfig.build.json && mkdir -p dist/tokens && cp src/tokens/tokens.css dist/tokens/tokens.css",
|
|
30
|
+
"build": "pnpm clean && vite build && tsc -p tsconfig.build.json && mkdir -p dist/tokens && cp src/tokens/tokens.css dist/tokens/tokens.css && cp src/theme.css dist/theme.css",
|
|
30
31
|
"build-storybook": "storybook build",
|
|
31
32
|
"typecheck": "tsc --noEmit",
|
|
32
33
|
"lint": "biome check ./src",
|
|
@@ -52,9 +53,136 @@
|
|
|
52
53
|
"publishConfig": {
|
|
53
54
|
"access": "public"
|
|
54
55
|
},
|
|
56
|
+
"release": {
|
|
57
|
+
"extends": [],
|
|
58
|
+
"branches": [
|
|
59
|
+
{
|
|
60
|
+
"name": "main"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "dev",
|
|
64
|
+
"prerelease": "dev"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"tagFormat": "v${version}",
|
|
68
|
+
"plugins": [
|
|
69
|
+
[
|
|
70
|
+
"@semantic-release/commit-analyzer",
|
|
71
|
+
{
|
|
72
|
+
"preset": "angular",
|
|
73
|
+
"releaseRules": [
|
|
74
|
+
{
|
|
75
|
+
"scope": "no-release",
|
|
76
|
+
"release": false
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "breaking",
|
|
80
|
+
"release": "major"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "feat",
|
|
84
|
+
"release": "minor"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "fix",
|
|
88
|
+
"release": "patch"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "refactor",
|
|
92
|
+
"release": "patch"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "style",
|
|
96
|
+
"release": "patch"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"type": "perf",
|
|
100
|
+
"release": "patch"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"type": "revert",
|
|
104
|
+
"release": "patch"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "docs",
|
|
108
|
+
"scope": "README",
|
|
109
|
+
"release": "patch"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"type": "chore",
|
|
113
|
+
"release": false
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"type": "ci",
|
|
117
|
+
"release": false
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "test",
|
|
121
|
+
"release": false
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"type": "move",
|
|
125
|
+
"release": false
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"type": "remove",
|
|
129
|
+
"release": false
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"parserOpts": {
|
|
133
|
+
"noteKeywords": [
|
|
134
|
+
"BREAKING CHANGE",
|
|
135
|
+
"BREAKING CHANGES"
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
[
|
|
141
|
+
"@semantic-release/release-notes-generator",
|
|
142
|
+
{
|
|
143
|
+
"preset": "angular"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
[
|
|
147
|
+
"@semantic-release/npm",
|
|
148
|
+
{
|
|
149
|
+
"npmPublish": true
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
[
|
|
153
|
+
"@semantic-release/changelog",
|
|
154
|
+
{
|
|
155
|
+
"assets": [
|
|
156
|
+
"CHANGELOG.md"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
[
|
|
161
|
+
"@semantic-release/git",
|
|
162
|
+
{
|
|
163
|
+
"assets": [
|
|
164
|
+
"CHANGELOG.md",
|
|
165
|
+
"package.json"
|
|
166
|
+
]
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
[
|
|
170
|
+
"@semantic-release/exec",
|
|
171
|
+
{
|
|
172
|
+
"verifyReleaseCmd": "echo ${nextRelease.version} > .VERSION"
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
]
|
|
176
|
+
},
|
|
55
177
|
"packageManager": "pnpm@10.18.3",
|
|
56
178
|
"devDependencies": {
|
|
57
179
|
"@biomejs/biome": "2.4.12",
|
|
180
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
181
|
+
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
182
|
+
"@semantic-release/exec": "^7.0.3",
|
|
183
|
+
"@semantic-release/git": "^10.0.1",
|
|
184
|
+
"@semantic-release/npm": "^12.0.1",
|
|
185
|
+
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
58
186
|
"@storybook/addon-a11y": "^10.3.6",
|
|
59
187
|
"@storybook/addon-docs": "^10.3.6",
|
|
60
188
|
"@storybook/addon-onboarding": "^10.3.6",
|
|
@@ -71,6 +199,7 @@
|
|
|
71
199
|
"postcss": "8.5.10",
|
|
72
200
|
"react": "^19.2.5",
|
|
73
201
|
"react-dom": "^19.2.5",
|
|
202
|
+
"semantic-release": "^25.0.3",
|
|
74
203
|
"storybook": "^10.3.6",
|
|
75
204
|
"tailwindcss": "^4.2.4",
|
|
76
205
|
"typescript": "^6.0.3",
|