.mx-root{--g:#2e8b57;--o:#e39b1a;--r:#d0433b;--bg:#f6f6f4;--fg:#1f1f1f;--muted:#6b6b6b;--line:#e3e3df;--card:#fff;--head:#fafaf8;--hover:#fbfbf9;--tab:#eeeeea;--cur:#fff7e0;--live-b:#b9d8c3;--live-c:#2e6b45;--live-bg:#f1f8f3;--grey:#d5d5d0;--btn:#1f1f1f;--btnfg:#fff}.mx-root[data-theme=dark]{--bg:#141517;--fg:#e8e8e6;--muted:#9a9a97;--line:#2c2d31;--card:#1c1d21;--head:#202126;--hover:#22232a;--tab:#1a1b1f;--cur:#33301f;--live-b:#2f5a3d;--live-c:#8fd0a5;--live-bg:#1c2a21;--grey:#3a3b40;--btn:#e8e8e6;--btnfg:#141517}.mx-root{font:14px/1.45 -apple-system,Segoe UI,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);min-height:60vh}.mx-root header{padding:16px 24px 0;background:var(--card);border-bottom:1px solid var(--line)}.mx-root .top{display:flex;align-items:center;gap:12px}.mx-root h1{margin:0;font-size:18px;flex:1}.mx-root .sub{color:var(--muted);font-size:13px;margin-top:4px}.mx-root .ctl{display:flex;gap:10px;align-items:center}.mx-root .seg{display:inline-flex;height:32px;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--card)}.mx-root .seg button{border:0;border-radius:0;height:100%;padding:0 12px;font-size:12px;background:transparent;color:var(--muted)}.mx-root .seg button.on{background:var(--btn);color:var(--btnfg);font-weight:600}.mx-root .ico{width:32px;height:32px;border-radius:50%;padding:0;display:inline-flex;align-items:center;justify-content:center}.mx-root .ico svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mx-root .tabs{display:flex;gap:4px;margin-top:12px;flex-wrap:wrap;align-items:flex-end}.mx-root .tab{padding:8px 14px;border:1px solid var(--line);border-bottom:none;border-radius:8px 8px 0 0;background:var(--tab);cursor:pointer;font-size:13px;-webkit-user-select:none;user-select:none}.mx-root .tab.on{background:var(--card);font-weight:600;position:relative;top:1px}.mx-root .tab b{color:var(--muted);font-weight:500;margin-left:6px;font-variant-numeric:tabular-nums}.mx-root section{display:none}.mx-root section.on{display:block}.mx-root .dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;vertical-align:middle}.mx-root .dot.green{background:var(--g)}.mx-root .dot.orange{background:var(--o)}.mx-root .dot.red{background:var(--r)}.mx-root .dot.grey{background:var(--grey)}.mx-root .wrap{overflow:auto;margin:12px 24px;background:var(--card);border:1px solid var(--line);border-radius:8px}.mx-root table{width:100%;border-collapse:collapse;background:var(--card)}.mx-root th,.mx-root td{padding:8px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:13px}.mx-root th{background:var(--head);font-weight:600;white-space:nowrap;position:sticky;top:0;z-index:1}.mx-root td.num,.mx-root th.num{text-align:right;font-variant-numeric:tabular-nums}.mx-root .mono{font-family:ui-monospace,Menlo,monospace;font-size:12px}.mx-root td.prod{min-width:300px}.mx-root td.prod .t{font-weight:600}.mx-root td.prod .m{color:var(--muted);font-size:12px;margin-top:2px}.mx-root .mk{display:inline-block;border:1px solid var(--line);border-radius:4px;padding:0 5px;margin:2px 4px 0 0;font-size:11px;color:var(--muted);white-space:nowrap}.mx-root .mk.live{border-color:var(--live-b);color:var(--live-c);background:var(--live-bg)}.mx-root td.sug{min-width:380px;font-size:12px}.mx-root td.sug label{display:block;cursor:pointer;margin:1px 0;padding:2px 4px;border-radius:4px}.mx-root td.sug label:hover{background:var(--hover)}.mx-root td.sug label span.k{display:inline-block;width:16px;color:var(--muted)}.mx-root td.sug small{color:var(--muted)}.mx-root td.sug input[type=text]{min-width:170px;height:26px;padding:0 8px;font-size:12px;margin-top:4px}.mx-root td.mp{white-space:nowrap;font-size:12px;text-align:center}.mx-root td.mp small{color:var(--muted);font-family:ui-monospace,Menlo,monospace;font-size:11px}.mx-root th.mp{text-align:center;font-size:12px}.mx-root .bar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:12px 24px;background:var(--card);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:3}.mx-root button{display:inline-block;height:32px;line-height:30px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:var(--card);color:var(--fg);font-size:13px;text-align:center;cursor:pointer}.mx-root button.pri{background:var(--btn);color:var(--btnfg);border-color:var(--btn)}.mx-root button.sm{height:26px;line-height:24px;padding:0 8px;font-size:12px}.mx-root button.on{border-color:var(--fg);font-weight:600}.mx-root input,.mx-root select{height:32px;padding:0 10px;border:1px solid var(--line);border-radius:6px;font-size:13px;background:var(--card);color:var(--fg)}.mx-root input[type=text]{min-width:240px}.mx-root input[type=checkbox],.mx-root input[type=radio]{height:auto;padding:0}.mx-root label.cb{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:4px}.mx-root .count{color:var(--muted);font-size:13px;margin-left:auto}.mx-root .more{padding:8px 24px 12px;color:var(--muted);font-size:13px}.mx-root tr.cur td{background:var(--cur)}.mx-root tr.cur td.prod{box-shadow:inset 3px 0 0 var(--o)}.mx-root .keys{color:var(--muted);font-size:12px;padding:8px 24px 0}.mx-root .why{color:var(--muted);font-size:12px}.mx-root .cp{cursor:pointer;border-bottom:1px dotted var(--muted);-webkit-user-select:all;user-select:all}.mx-root .cp:hover{color:var(--fg);border-bottom-style:solid}.mx-root .cp.did{color:var(--g);border-bottom-color:var(--g)}.mx-root #shop.hidemp th.mp,.mx-root #shop.hidemp td.mp{display:none}.mx-root #shop th:nth-child(1),.mx-root #shop td:nth-child(1){position:sticky;left:0;z-index:2;background:var(--card);width:240px;min-width:240px;max-width:240px;white-space:normal;word-break:break-word}.mx-root #shop th:nth-child(2),.mx-root #shop td:nth-child(2){position:sticky;left:260px;z-index:2;background:var(--card);box-shadow:inset -1px 0 0 var(--line)}.mx-root #shop th:nth-child(1),.mx-root #shop th:nth-child(2){z-index:4;background:var(--head)}.mx-root .sugrow{display:flex;gap:6px;align-items:center;margin-top:4px}.mx-root .sugrow input[type=text]{flex:1;margin-top:0!important}.mx-root button.ghost{color:var(--muted);border-color:transparent;background:transparent}.mx-root button.ghost:hover{border-color:var(--line)}.mx-root button:disabled{opacity:.45;cursor:default}.mx-root .err{color:var(--r);font-size:12px;margin-top:2px}.mx-root .err:empty{display:none}.mx-root .bar2{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:8px 24px 0}.mx-root .pager{display:flex;gap:6px;align-items:center;margin-left:auto}.mx-root th.sort{cursor:pointer;-webkit-user-select:none;user-select:none}.mx-root th.sort small{color:var(--muted);font-weight:500}.mx-root td.sel,.mx-root th.sel{width:16px;text-align:center;padding-right:0}.mx-page{max-width:none;padding:12px 0 24px}.mx-page h1{font-size:20px;margin:24px 24px 8px}.mx-muted{color:#6b6b6b;font-size:13px}p.mx-muted{margin:8px 24px}.mx-alert{margin:8px 24px;padding:8px 12px;border:1px solid #d0433b;border-radius:6px;color:#d0433b;font-size:13px}.mx-panel{margin:12px 24px 16px;padding:16px;border:1px solid #e3e3df;border-radius:8px;background:#fff;overflow-x:auto}.mx-panel h2{font-size:14px;margin:16px 0 8px}.mx-panel>:first-child{margin-top:0}.mx-panel p.mx-muted,.mx-panel .mx-alert{margin-left:0;margin-right:0}.mx-form{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:8px 0}.mx-form input,.mx-form select{height:32px;padding:0 10px;border:1px solid #e3e3df;border-radius:6px;background:#fff;color:#1f1f1f;font-size:13px}.mx-form input[type=file]{padding:0 8px;line-height:30px}.mx-form input[type=number]{width:88px}.mx-page>button,.mx-panel button{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;border:1px solid #e3e3df;border-radius:6px;background:#fff;color:#1f1f1f;font-size:13px;line-height:1;cursor:pointer}.mx-page>button,.mx-panel .mx-form button{background:#1f1f1f;border-color:#1f1f1f;color:#fff}.mx-page>button:disabled,.mx-panel button:disabled{opacity:.45;cursor:default}.mx-tokens{width:100%;border-collapse:collapse;font-size:13px;margin-top:12px}.mx-tokens th,.mx-tokens td{text-align:left;padding:8px 12px 8px 0;border-bottom:1px solid #e3e3df;vertical-align:middle}.mx-tokens th{font-weight:600;white-space:nowrap}.mx-tokens td:nth-child(3),.mx-tokens td:nth-child(4),.mx-tokens td:nth-child(5){font-variant-numeric:tabular-nums;white-space:nowrap}.mx-tokens th:last-child,.mx-tokens td:last-child{width:1%;padding-right:0;text-align:right;white-space:nowrap}.mx-tokens button{height:26px;padding:0 10px;font-size:12px}.mx-tokens tr.revoked td{color:#9a9a97}.mx-msg{max-width:420px;margin:48px auto;padding:24px;border:1px solid #e3e3df;border-radius:8px;background:#fff;text-align:center}.mx-msg h1{margin:0}.mx-msg p.mx-muted{margin:8px 0 0}.mx-msg>button{margin-top:16px}@layer properties{@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{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}@layer theme{:root,:host{--font-sans:"gilroy-regular","Inter",system-ui,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-800:oklch(44.4% .177 26.899);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-800:oklch(47.3% .137 46.201);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-500:oklch(79.5% .184 86.047);--color-lime-300:oklch(89.7% .196 126.665);--color-lime-400:oklch(84.1% .238 128.85);--color-lime-500:oklch(76.8% .233 130.85);--color-green-300:oklch(87.1% .15 154.449);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-500:oklch(69.6% .17 162.48);--color-teal-300:oklch(85.5% .138 181.071);--color-teal-400:oklch(77.7% .152 181.912);--color-teal-500:oklch(70.4% .14 182.503);--color-cyan-300:oklch(86.5% .127 207.078);--color-cyan-400:oklch(78.9% .154 211.53);--color-cyan-500:oklch(71.5% .143 215.221);--color-sky-300:oklch(82.8% .111 230.318);--color-sky-400:oklch(74.6% .16 232.661);--color-sky-500:oklch(68.5% .169 237.323);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-indigo-300:oklch(78.5% .115 274.713);--color-indigo-400:oklch(67.3% .182 276.935);--color-indigo-500:oklch(58.5% .233 277.117);--color-violet-300:oklch(81.1% .111 293.571);--color-violet-400:oklch(70.2% .183 293.541);--color-violet-500:oklch(60.6% .25 292.717);--color-purple-300:oklch(82.7% .119 306.383);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-fuchsia-300:oklch(83.3% .145 321.434);--color-fuchsia-400:oklch(74% .238 322.16);--color-fuchsia-500:oklch(66.7% .295 322.15);--color-pink-300:oklch(82.3% .12 346.018);--color-pink-400:oklch(71.8% .202 349.761);--color-pink-500:oklch(65.6% .241 354.308);--color-rose-300:oklch(81% .117 11.638);--color-rose-400:oklch(71.2% .194 13.428);--color-rose-500:oklch(64.5% .246 16.439);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-900:oklch(20.8% .042 265.755);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-800:oklch(27.8% .033 256.848);--color-white:#fff;--spacing:.25rem;--container-3xl:48rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.025em;--radius-lg:.5rem;--radius-xl:.75rem;--blur-xl:24px;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background:#f5f7fb;--color-foreground:#1f2937;--color-border:#d9e2ec}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{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:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:root{color-scheme:light;--et-primary:#1f2937;--et-primary-hover:#111827;--et-primary-gradient:linear-gradient(180deg,#f5f8fc 0%,#eef4fb 52%,#eef2f8 100%);--et-primary-gradient-horizontal:linear-gradient(90deg,#ffffffe6 0%,#f2f7fcf2 35%,#eef4fbeb 65%,#f4f7fce6 100%);--et-surface-base:#f5f7fb;--et-surface-card:#ffffffe6;--et-surface-subtle:#eef3f8;--et-border-strong:#d7e0eb;--et-text-heading:#18212f;--et-text-body:#4b5563;--et-text-muted:#7a8595}@font-face{font-family:gilroy-regular;src:url(/fonts/Gilroy/Gilroy-Regular.woff)format("woff");font-display:swap}@font-face{font-family:gilroy-extrabold;src:url(/fonts/Gilroy/Gilroy-ExtraBold.woff)format("woff");font-display:swap}*{border-color:var(--color-border)}body{background-color:var(--color-background);font-family:var(--font-sans);color:var(--color-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#b7d0e938,#0000 30%),radial-gradient(circle at 100% 0,#e2ecf842,#0000 32%),linear-gradient(#f9fbfd,#f3f6fa 45%,#f5f7fb);min-height:100vh;margin:0}h1,h2,h3,h4,h5,h6{color:var(--et-text-heading);font-family:gilroy-extrabold,gilroy-regular,Inter,system-ui,sans-serif}}@layer components{.sales-commitments-focus:focus-visible{outline-offset:2px;outline:2px solid #475569}@keyframes header-shell-glow-pulse{0%,to{box-shadow:0 20px 44px -34px #0f172a2e,0 8px 16px -12px #0f172a14,0 0 #85b3df14,0 0 #fff6}50%{box-shadow:0 22px 46px -34px #0f172a33,0 10px 18px -12px #0f172a17,0 0 20px 3px #85b3df1a,0 0 32px 6px #ffffff52}}@keyframes header-nav-glow-pulse{0%,to{box-shadow:0 14px 28px -24px #0f172a38,0 0 #85b3df0d}50%{box-shadow:0 16px 30px -24px #0f172a3d,0 0 16px 2px #85b3df14}}.header-shell-glow{will-change:box-shadow;animation:4.6s ease-in-out infinite header-shell-glow-pulse}.header-nav-glow{will-change:box-shadow;animation:4.1s ease-in-out infinite header-nav-glow-pulse}@media(prefers-reduced-motion:reduce){.header-shell-glow,.header-nav-glow{animation:none!important}}.priority-badge{padding-inline:calc(var(--spacing)*2);padding-block:calc(var(--spacing)*.5);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);border-radius:3.40282e38px;align-items:center;display:inline-flex}.priority-p0{background-color:var(--color-red-100);color:var(--color-red-800)}.priority-p1{background-color:var(--color-amber-100);color:var(--color-amber-800)}.priority-p2{background-color:var(--color-gray-100);color:var(--color-gray-800)}.phase-badge{padding-inline:calc(var(--spacing)*2.5);padding-block:calc(var(--spacing)*.5);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);border-radius:3.40282e38px;align-items:center;display:inline-flex}.urgency-bar{height:calc(var(--spacing)*2);border-radius:3.40282e38px}@keyframes progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(250%)}}@keyframes progress-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin-smooth{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes step-card-in{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes signature-rocket{0%{opacity:1;transform:translateY(0)scale(1)rotate(-8deg)}70%{opacity:1;transform:translateY(-54px)scale(1.08)rotate(-8deg)}to{opacity:0;transform:translateY(-118px)scale(.92)rotate(-8deg)}}.run-progress-track{height:calc(var(--spacing)*2);background:linear-gradient(90deg,#edf2f7cc,#e2e8f099);border-radius:3.40282e38px;overflow:hidden}.run-progress-bar{background:var(--et-primary-gradient-horizontal);background-size:200% 100%;border-radius:9999px;width:40%;height:100%;animation:1.8s cubic-bezier(.65,0,.35,1) infinite progress-indeterminate,2s linear infinite progress-shimmer}.run-spin{animation:.8s linear infinite spin-smooth}.run-step-enter{animation:.35s cubic-bezier(.22,1,.36,1) both step-card-in;animation-delay:calc(var(--step-index,0)*60ms)}@media(prefers-reduced-motion:reduce){.run-progress-bar,.run-spin,.run-step-enter{animation:none!important}}.depth-panel{border-radius:var(--radius-xl);border-style:var(--tw-border-style);border-width:1px;border-color:#d9e2eccc;position:relative;overflow:hidden}@supports (color:color-mix(in lab,red,red)){.depth-panel{border-color:color-mix(in oklab,var(--color-border)80%,transparent)}}.depth-panel{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fffffff5;box-shadow:inset 0 1px #fffffff2,0 10px 24px -20px #0f172a3d,0 2px 6px -5px #0f172a29}.depth-panel:after{content:none}.depth-panel>*{z-index:1;position:relative}.depth-panel-cool{background-image:radial-gradient(circle at 10% -24%,#6fc0e329,#0000 42%)}.depth-panel-ink{background-color:#fffffff5;background-image:none}.depth-panel-indigo{background-image:radial-gradient(circle at 8% -18%,#a69fc833,#0000 40%)}.depth-subtle{border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:1px;border-color:#d9e2ecbf}@supports (color:color-mix(in lab,red,red)){.depth-subtle{border-color:color-mix(in oklab,var(--color-border)75%,transparent)}}.depth-subtle{background-color:#f8fafceb;box-shadow:inset 0 1px #fffffff5,0 7px 14px -14px #0f172a33}.depth-subtle-soft{border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:1px;border-color:#d9e2eca6}@supports (color:color-mix(in lab,red,red)){.depth-subtle-soft{border-color:color-mix(in oklab,var(--color-border)65%,transparent)}}.depth-subtle-soft{background-color:#f8fafcd1;box-shadow:inset 0 1px #fffffff2,0 2px 8px -8px #0f172a2e}.kpi-dashboard .kpi-table-shell{background-color:#fffffffa;background-image:linear-gradient(#ffffffc2,#f8fafc70);box-shadow:inset 0 1px #fffffff2}.kpi-dashboard .kpi-table-shell table{background-color:#fffffff5;border-color:#e2e8f0e0}.kpi-dashboard .kpi-table-shell thead th{box-shadow:inset 0 -1px #e2e8f0c7}}@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.inline{display:inline}.table{display:table}.w-full{width:100%}.max-w-3xl{max-width:var(--container-3xl)}.min-w-0{min-width:calc(var(--spacing)*0)}.grow{flex-grow:1}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.rounded-\[20px\]{border-radius:20px}.border{border-style:var(--tw-border-style);border-width:1px}.border-white\/75{border-color:#ffffffbf}@supports (color:color-mix(in lab,red,red)){.border-white\/75{border-color:color-mix(in oklab,var(--color-white)75%,transparent)}}.bg-white\/74{background-color:#ffffffbd}@supports (color:color-mix(in lab,red,red)){.bg-white\/74{background-color:color-mix(in oklab,var(--color-white)74%,transparent)}}.p-1{padding:calc(var(--spacing)*1)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-4{padding-block:calc(var(--spacing)*4)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[10px\]{font-size:10px}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.28em\]{--tw-tracking:.28em;letter-spacing:.28em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-900{color:var(--color-slate-900)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.shadow-\[0_18px_36px_-30px_rgba\(15\,23\,42\,0\.14\)\,0_8px_16px_-14px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 18px 36px -30px var(--tw-shadow-color,#0f172a24),0 8px 16px -14px var(--tw-shadow-color,#0f172a0f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}@media(min-width:40rem){.sm\:w-auto{width:auto}.sm\:shrink-0{flex-shrink:0}.sm\:px-5{padding-inline:calc(var(--spacing)*5)}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}}html[data-theme=dark]{color-scheme:dark;--color-background:#0e0e12;--color-foreground:#eaeae7;--color-muted:#17171d;--color-muted-foreground:#9a999f;--color-border:#2b2b33;--color-primary:#e9e9e6;--color-primary-foreground:#16161b;--color-ring:#5b7fa8;--et-primary:#e9e9e6;--et-primary-hover:#fff;--et-primary-gradient:linear-gradient(180deg,#17171d 0%,#131318 52%,#101015 100%);--et-primary-gradient-horizontal:linear-gradient(90deg,#18181ee6 0%,#14141af2 35%,#121218eb 65%,#16161ce6 100%);--et-surface-base:#0a0a0d;--et-surface-card:#18181ee6;--et-surface-subtle:#15151b;--et-border-strong:#34343e;--et-text-heading:#f3f2f4;--et-text-body:#c8c7cb;--et-text-muted:#96959b;--color-white:#16161b;--color-slate-50:#15151a;--color-slate-100:#1c1c22;--color-slate-200:#25252d;--color-slate-300:#34343d;--color-slate-400:#8d8c93;--color-slate-500:#9d9ca2;--color-slate-600:#b8b7bc;--color-slate-700:#d3d2d6;--color-slate-800:#e7e6e8;--color-slate-900:#f3f2f4;--color-slate-950:#fbfbfc;--color-gray-50:#15151a;--color-gray-100:#1c1c22;--color-gray-200:#25252d;--color-gray-300:#34343d;--color-gray-400:#8d8c93;--color-gray-500:#9d9ca2;--color-gray-600:#b8b7bc;--color-gray-700:#d3d2d6;--color-gray-800:#e7e6e8;--color-gray-900:#f3f2f4;--color-gray-950:#fbfbfc;--color-zinc-50:#15151a;--color-zinc-100:#1c1c22;--color-zinc-200:#25252d;--color-zinc-300:#34343d;--color-zinc-400:#8d8c93;--color-zinc-500:#9d9ca2;--color-zinc-600:#b8b7bc;--color-zinc-700:#d3d2d6;--color-zinc-800:#e7e6e8;--color-zinc-900:#f3f2f4;--color-zinc-950:#fbfbfc;--color-neutral-50:#15151a;--color-neutral-100:#1c1c22;--color-neutral-200:#25252d;--color-neutral-300:#34343d;--color-neutral-400:#8d8c93;--color-neutral-500:#9d9ca2;--color-neutral-600:#b8b7bc;--color-neutral-700:#d3d2d6;--color-neutral-800:#e7e6e8;--color-neutral-900:#f3f2f4;--color-neutral-950:#fbfbfc;--color-stone-50:#15151a;--color-stone-100:#1c1c22;--color-stone-200:#25252d;--color-stone-300:#34343d;--color-stone-400:#8d8c93;--color-stone-500:#9d9ca2;--color-stone-600:#b8b7bc;--color-stone-700:#d3d2d6;--color-stone-800:#e7e6e8;--color-stone-900:#f3f2f4;--color-stone-950:#fbfbfc;--color-red-50:#2c1319}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-red-50:color-mix(in oklab,var(--color-red-500)12%,#101015)}}html[data-theme=dark]{--color-red-100:#3a151b}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-red-100:color-mix(in oklab,var(--color-red-500)18%,#101015)}}html[data-theme=dark]{--color-red-200:#52181e}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-red-200:color-mix(in oklab,var(--color-red-500)28%,#101015)}}html[data-theme=dark]{--color-red-600:var(--color-red-400);--color-red-700:var(--color-red-300);--color-red-800:#ffb7b7}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-red-800:color-mix(in oklab,var(--color-red-300)78%,white)}}html[data-theme=dark]{--color-red-900:#ffc8c8}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-red-900:color-mix(in oklab,var(--color-red-300)60%,white)}}html[data-theme=dark]{--color-red-950:#ffd6d6}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-red-950:color-mix(in oklab,var(--color-red-300)45%,white)}}html[data-theme=dark]{--color-orange-50:#2d1b12}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-orange-50:color-mix(in oklab,var(--color-orange-500)12%,#101015)}}html[data-theme=dark]{--color-orange-100:#3b2111}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-orange-100:color-mix(in oklab,var(--color-orange-500)18%,#101015)}}html[data-theme=dark]{--color-orange-200:#532a0f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-orange-200:color-mix(in oklab,var(--color-orange-500)28%,#101015)}}html[data-theme=dark]{--color-orange-600:var(--color-orange-400);--color-orange-700:var(--color-orange-300);--color-orange-800:#ffc88d}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-orange-800:color-mix(in oklab,var(--color-orange-300)78%,white)}}html[data-theme=dark]{--color-orange-900:#ffd5a8}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-orange-900:color-mix(in oklab,var(--color-orange-300)60%,white)}}html[data-theme=dark]{--color-orange-950:#ffdfbd}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-orange-950:color-mix(in oklab,var(--color-orange-300)45%,white)}}html[data-theme=dark]{--color-amber-50:#2c2112}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-amber-50:color-mix(in oklab,var(--color-amber-500)12%,#101015)}}html[data-theme=dark]{--color-amber-100:#3a2911}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-amber-100:color-mix(in oklab,var(--color-amber-500)18%,#101015)}}html[data-theme=dark]{--color-amber-200:#51370f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-amber-200:color-mix(in oklab,var(--color-amber-500)28%,#101015)}}html[data-theme=dark]{--color-amber-600:var(--color-amber-400);--color-amber-700:var(--color-amber-300);--color-amber-800:#ffdc62}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-amber-800:color-mix(in oklab,var(--color-amber-300)78%,white)}}html[data-theme=dark]{--color-amber-900:#ffe486}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-amber-900:color-mix(in oklab,var(--color-amber-300)60%,white)}}html[data-theme=dark]{--color-amber-950:#ffeba5}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-amber-950:color-mix(in oklab,var(--color-amber-300)45%,white)}}html[data-theme=dark]{--color-yellow-50:#2b2312}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-yellow-50:color-mix(in oklab,var(--color-yellow-500)12%,#101015)}}html[data-theme=dark]{--color-yellow-100:#382d11}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-yellow-100:color-mix(in oklab,var(--color-yellow-500)18%,#101015)}}html[data-theme=dark]{--color-yellow-200:#4e3d0f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-yellow-200:color-mix(in oklab,var(--color-yellow-500)28%,#101015)}}html[data-theme=dark]{--color-yellow-600:var(--color-yellow-400);--color-yellow-700:var(--color-yellow-300);--color-yellow-800:#ffe658}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-yellow-800:color-mix(in oklab,var(--color-yellow-300)78%,white)}}html[data-theme=dark]{--color-yellow-900:#ffec7f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-yellow-900:color-mix(in oklab,var(--color-yellow-300)60%,white)}}html[data-theme=dark]{--color-yellow-950:#fff19f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-yellow-950:color-mix(in oklab,var(--color-yellow-300)45%,white)}}html[data-theme=dark]{--color-lime-50:#1d2712}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-lime-50:color-mix(in oklab,var(--color-lime-500)12%,#101015)}}html[data-theme=dark]{--color-lime-100:#243211}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-lime-100:color-mix(in oklab,var(--color-lime-500)18%,#101015)}}html[data-theme=dark]{--color-lime-200:#2f450f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-lime-200:color-mix(in oklab,var(--color-lime-500)28%,#101015)}}html[data-theme=dark]{--color-lime-600:var(--color-lime-400);--color-lime-700:var(--color-lime-300);--color-lime-800:#caf677}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-lime-800:color-mix(in oklab,var(--color-lime-300)78%,white)}}html[data-theme=dark]{--color-lime-900:#d6f897}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-lime-900:color-mix(in oklab,var(--color-lime-300)60%,white)}}html[data-theme=dark]{--color-lime-950:#e0fab1}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-lime-950:color-mix(in oklab,var(--color-lime-300)45%,white)}}html[data-theme=dark]{--color-green-50:#0e261d}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-green-50:color-mix(in oklab,var(--color-green-500)12%,#101015)}}html[data-theme=dark]{--color-green-100:#0d3121}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-green-100:color-mix(in oklab,var(--color-green-500)18%,#101015)}}html[data-theme=dark]{--color-green-200:#0c4328}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-green-200:color-mix(in oklab,var(--color-green-500)28%,#101015)}}html[data-theme=dark]{--color-green-600:var(--color-green-400);--color-green-700:var(--color-green-300);--color-green-800:#98f4bb}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-green-800:color-mix(in oklab,var(--color-green-300)78%,white)}}html[data-theme=dark]{--color-green-900:#b0f7cb}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-green-900:color-mix(in oklab,var(--color-green-300)60%,white)}}html[data-theme=dark]{--color-green-950:#c3f9d8}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-green-950:color-mix(in oklab,var(--color-green-300)45%,white)}}html[data-theme=dark]{--color-emerald-50:#0e2422}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-emerald-50:color-mix(in oklab,var(--color-emerald-500)12%,#101015)}}html[data-theme=dark]{--color-emerald-100:#0d2f28}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-emerald-100:color-mix(in oklab,var(--color-emerald-500)18%,#101015)}}html[data-theme=dark]{--color-emerald-200:#0c4033}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-emerald-200:color-mix(in oklab,var(--color-emerald-500)28%,#101015)}}html[data-theme=dark]{--color-emerald-600:var(--color-emerald-400);--color-emerald-700:var(--color-emerald-300);--color-emerald-800:#82eec5}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-emerald-800:color-mix(in oklab,var(--color-emerald-300)78%,white)}}html[data-theme=dark]{--color-emerald-900:#9ff2d2}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-emerald-900:color-mix(in oklab,var(--color-emerald-300)60%,white)}}html[data-theme=dark]{--color-emerald-950:#b7f5de}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-emerald-950:color-mix(in oklab,var(--color-emerald-300)45%,white)}}html[data-theme=dark]{--color-teal-50:#0e2426}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-teal-50:color-mix(in oklab,var(--color-teal-500)12%,#101015)}}html[data-theme=dark]{--color-teal-100:#0d2f2f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-teal-100:color-mix(in oklab,var(--color-teal-500)18%,#101015)}}html[data-theme=dark]{--color-teal-200:#0c3f3e}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-teal-200:color-mix(in oklab,var(--color-teal-500)28%,#101015)}}html[data-theme=dark]{--color-teal-600:var(--color-teal-400);--color-teal-700:var(--color-teal-300);--color-teal-800:#6ff1de}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-teal-800:color-mix(in oklab,var(--color-teal-300)78%,white)}}html[data-theme=dark]{--color-teal-900:#90f4e6}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-teal-900:color-mix(in oklab,var(--color-teal-300)60%,white)}}html[data-theme=dark]{--color-teal-950:#acf7ec}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-teal-950:color-mix(in oklab,var(--color-teal-300)45%,white)}}html[data-theme=dark]{--color-cyan-50:#0e242c}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-cyan-50:color-mix(in oklab,var(--color-cyan-500)12%,#101015)}}html[data-theme=dark]{--color-cyan-100:#0d2e38}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-cyan-100:color-mix(in oklab,var(--color-cyan-500)18%,#101015)}}html[data-theme=dark]{--color-cyan-200:#0c3f4b}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-cyan-200:color-mix(in oklab,var(--color-cyan-500)28%,#101015)}}html[data-theme=dark]{--color-cyan-600:var(--color-cyan-400);--color-cyan-700:var(--color-cyan-300);--color-cyan-800:#79eefd}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-cyan-800:color-mix(in oklab,var(--color-cyan-300)78%,white)}}html[data-theme=dark]{--color-cyan-900:#98f2fe}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-cyan-900:color-mix(in oklab,var(--color-cyan-300)60%,white)}}html[data-theme=dark]{--color-cyan-950:#b2f5fe}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-cyan-950:color-mix(in oklab,var(--color-cyan-300)45%,white)}}html[data-theme=dark]{--color-sky-50:#0e222f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-sky-50:color-mix(in oklab,var(--color-sky-500)12%,#101015)}}html[data-theme=dark]{--color-sky-100:#0d2b3c}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-sky-100:color-mix(in oklab,var(--color-sky-500)18%,#101015)}}html[data-theme=dark]{--color-sky-200:#0c3a52}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-sky-200:color-mix(in oklab,var(--color-sky-500)28%,#101015)}}html[data-theme=dark]{--color-sky-600:var(--color-sky-400);--color-sky-700:var(--color-sky-300);--color-sky-800:#95ddff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-sky-800:color-mix(in oklab,var(--color-sky-300)78%,white)}}html[data-theme=dark]{--color-sky-900:#ade5ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-sky-900:color-mix(in oklab,var(--color-sky-300)60%,white)}}html[data-theme=dark]{--color-sky-950:#c2ecff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-sky-950:color-mix(in oklab,var(--color-sky-300)45%,white)}}html[data-theme=dark]{--color-blue-50:#141d31}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-blue-50:color-mix(in oklab,var(--color-blue-500)12%,#101015)}}html[data-theme=dark]{--color-blue-100:#16243f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-blue-100:color-mix(in oklab,var(--color-blue-500)18%,#101015)}}html[data-theme=dark]{--color-blue-200:#192f57}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-blue-200:color-mix(in oklab,var(--color-blue-500)28%,#101015)}}html[data-theme=dark]{--color-blue-600:var(--color-blue-400);--color-blue-700:var(--color-blue-300);--color-blue-800:#a8d2ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-blue-800:color-mix(in oklab,var(--color-blue-300)78%,white)}}html[data-theme=dark]{--color-blue-900:#bcdcff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-blue-900:color-mix(in oklab,var(--color-blue-300)60%,white)}}html[data-theme=dark]{--color-blue-950:#cde5ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-blue-950:color-mix(in oklab,var(--color-blue-300)45%,white)}}html[data-theme=dark]{--color-indigo-50:#1a1a31}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-indigo-50:color-mix(in oklab,var(--color-indigo-500)12%,#101015)}}html[data-theme=dark]{--color-indigo-100:#1f1e3f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-indigo-100:color-mix(in oklab,var(--color-indigo-500)18%,#101015)}}html[data-theme=dark]{--color-indigo-200:#272657}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-indigo-200:color-mix(in oklab,var(--color-indigo-500)28%,#101015)}}html[data-theme=dark]{--color-indigo-600:var(--color-indigo-400);--color-indigo-700:var(--color-indigo-300);--color-indigo-800:#b8c4ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-indigo-800:color-mix(in oklab,var(--color-indigo-300)78%,white)}}html[data-theme=dark]{--color-indigo-900:#c8d2ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-indigo-900:color-mix(in oklab,var(--color-indigo-300)60%,white)}}html[data-theme=dark]{--color-indigo-950:#d6ddff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-indigo-950:color-mix(in oklab,var(--color-indigo-300)45%,white)}}html[data-theme=dark]{--color-violet-50:#1f1831}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-violet-50:color-mix(in oklab,var(--color-violet-500)12%,#101015)}}html[data-theme=dark]{--color-violet-100:#271c3f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-violet-100:color-mix(in oklab,var(--color-violet-500)18%,#101015)}}html[data-theme=dark]{--color-violet-200:#332357}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-violet-200:color-mix(in oklab,var(--color-violet-500)28%,#101015)}}html[data-theme=dark]{--color-violet-600:var(--color-violet-400);--color-violet-700:var(--color-violet-300);--color-violet-800:#d1c5ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-violet-800:color-mix(in oklab,var(--color-violet-300)78%,white)}}html[data-theme=dark]{--color-violet-900:#dcd2ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-violet-900:color-mix(in oklab,var(--color-violet-300)60%,white)}}html[data-theme=dark]{--color-violet-950:#e5ddff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-violet-950:color-mix(in oklab,var(--color-violet-300)45%,white)}}html[data-theme=dark]{--color-purple-50:#231731}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-purple-50:color-mix(in oklab,var(--color-purple-500)12%,#101015)}}html[data-theme=dark]{--color-purple-100:#2c1b3f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-purple-100:color-mix(in oklab,var(--color-purple-500)18%,#101015)}}html[data-theme=dark]{--color-purple-200:#3c2057}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-purple-200:color-mix(in oklab,var(--color-purple-500)28%,#101015)}}html[data-theme=dark]{--color-purple-600:var(--color-purple-400);--color-purple-700:var(--color-purple-300);--color-purple-800:#e1c4ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-purple-800:color-mix(in oklab,var(--color-purple-300)78%,white)}}html[data-theme=dark]{--color-purple-900:#e8d2ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-purple-900:color-mix(in oklab,var(--color-purple-300)60%,white)}}html[data-theme=dark]{--color-purple-950:#edf}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-purple-950:color-mix(in oklab,var(--color-purple-300)45%,white)}}html[data-theme=dark]{--color-fuchsia-50:#291331}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-fuchsia-50:color-mix(in oklab,var(--color-fuchsia-500)12%,#101015)}}html[data-theme=dark]{--color-fuchsia-100:#36153e}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-fuchsia-100:color-mix(in oklab,var(--color-fuchsia-500)18%,#101015)}}html[data-theme=dark]{--color-fuchsia-200:#4b1755}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-fuchsia-200:color-mix(in oklab,var(--color-fuchsia-500)28%,#101015)}}html[data-theme=dark]{--color-fuchsia-600:var(--color-fuchsia-400);--color-fuchsia-700:var(--color-fuchsia-300);--color-fuchsia-800:#f5bcff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-fuchsia-800:color-mix(in oklab,var(--color-fuchsia-300)78%,white)}}html[data-theme=dark]{--color-fuchsia-900:#f7cbff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-fuchsia-900:color-mix(in oklab,var(--color-fuchsia-300)60%,white)}}html[data-theme=dark]{--color-fuchsia-950:#f9d8ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-fuchsia-950:color-mix(in oklab,var(--color-fuchsia-300)45%,white)}}html[data-theme=dark]{--color-pink-50:#2c1425}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-pink-50:color-mix(in oklab,var(--color-pink-500)12%,#101015)}}html[data-theme=dark]{--color-pink-100:#39162d}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-pink-100:color-mix(in oklab,var(--color-pink-500)18%,#101015)}}html[data-theme=dark]{--color-pink-200:#501a3a}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-pink-200:color-mix(in oklab,var(--color-pink-500)28%,#101015)}}html[data-theme=dark]{--color-pink-600:var(--color-pink-400);--color-pink-700:var(--color-pink-300);--color-pink-800:#feb9df}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-pink-800:color-mix(in oklab,var(--color-pink-300)78%,white)}}html[data-theme=dark]{--color-pink-900:#fec9e6}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-pink-900:color-mix(in oklab,var(--color-pink-300)60%,white)}}html[data-theme=dark]{--color-pink-950:#fed6ec}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-pink-950:color-mix(in oklab,var(--color-pink-300)45%,white)}}html[data-theme=dark]{--color-rose-50:#2d121d}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-rose-50:color-mix(in oklab,var(--color-rose-500)12%,#101015)}}html[data-theme=dark]{--color-rose-100:#3b1321}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-rose-100:color-mix(in oklab,var(--color-rose-500)18%,#101015)}}html[data-theme=dark]{--color-rose-200:#531527}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-rose-200:color-mix(in oklab,var(--color-rose-500)28%,#101015)}}html[data-theme=dark]{--color-rose-600:var(--color-rose-400);--color-rose-700:var(--color-rose-300);--color-rose-800:#ffb6c0}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-rose-800:color-mix(in oklab,var(--color-rose-300)78%,white)}}html[data-theme=dark]{--color-rose-900:#ffc7ce}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-rose-900:color-mix(in oklab,var(--color-rose-300)60%,white)}}html[data-theme=dark]{--color-rose-950:#ffd5db}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark]{--color-rose-950:color-mix(in oklab,var(--color-rose-300)45%,white)}}html[data-theme=dark] body{background:#0a0a0d}html[data-theme=dark] .text-white,html[data-theme=dark] .hover\:text-white:hover,html[data-theme=dark] .focus\:text-white:focus,html[data-theme=dark] .group:hover .group-hover\:text-white{color:#fff}html[data-theme=dark] .ring-white,html[data-theme=dark] .focus\:ring-white:focus{--tw-ring-color:#fff}html[data-theme=dark] .bg-slate-700,html[data-theme=dark] .hover\:bg-slate-700:hover{background-color:#314158}html[data-theme=dark] .bg-slate-800,html[data-theme=dark] .hover\:bg-slate-800:hover{background-color:#1d293d}html[data-theme=dark] .bg-slate-900,html[data-theme=dark] .hover\:bg-slate-900:hover{background-color:#0f172b}html[data-theme=dark] .bg-slate-950,html[data-theme=dark] .hover\:bg-slate-950:hover{background-color:#020618}html[data-theme=dark] .bg-emerald-600,html[data-theme=dark] .hover\:bg-emerald-600:hover{background-color:#009669;background-color:oklch(59.6% .145 163.225)}html[data-theme=dark] .bg-green-600,html[data-theme=dark] .hover\:bg-green-600:hover{background-color:#00a447;background-color:oklch(62.7% .194 149.214)}html[data-theme=dark] .bg-red-600,html[data-theme=dark] .hover\:bg-red-600:hover{background-color:#e40014;background-color:oklch(57.7% .245 27.325)}html[data-theme=dark] .bg-red-700,html[data-theme=dark] .hover\:bg-red-700:hover{background-color:#bf000f;background-color:oklch(50.5% .213 27.518)}html[data-theme=dark] .bg-rose-600,html[data-theme=dark] .hover\:bg-rose-600:hover{background-color:#e60045;background-color:oklch(58.6% .253 17.585)}html[data-theme=dark] .bg-rose-700,html[data-theme=dark] .hover\:bg-rose-700:hover{background-color:#c1003a;background-color:oklch(51.4% .222 16.935)}html[data-theme=dark] .bg-rose-800,html[data-theme=dark] .hover\:bg-rose-800:hover{background-color:#a30037;background-color:oklch(45.5% .188 13.697)}html[data-theme=dark] .bg-violet-600,html[data-theme=dark] .hover\:bg-violet-600:hover{background-color:#7f22fe}html[data-theme=dark] .bg-violet-900,html[data-theme=dark] .hover\:bg-violet-900:hover{background-color:#4d179a}html[data-theme=dark] .bg-violet-950,html[data-theme=dark] .hover\:bg-violet-950:hover{background-color:#2f0d68}html[data-theme=dark] .bg-cyan-600,html[data-theme=dark] .hover\:bg-cyan-600:hover{background-color:#0091b3;background-color:oklch(60.9% .126 221.723)}html[data-theme=dark] .bg-sky-600,html[data-theme=dark] .hover\:bg-sky-600:hover{background-color:#0084c7;background-color:oklch(58.8% .158 241.966)}html[data-theme=dark] .bg-amber-900,html[data-theme=dark] .hover\:bg-amber-900:hover{background-color:#7b3306}html[data-theme=dark] .bg-black{background-color:#000}html[data-theme=dark] .depth-panel,html[data-theme=dark] .depth-panel-ink{background-color:#16161bf5;box-shadow:inset 0 1px #ffffff0a,0 10px 24px -20px #000000b3,0 2px 6px -5px #00000080}html[data-theme=dark] .depth-subtle{background-color:#131318eb;box-shadow:inset 0 1px #ffffff0a,0 7px 14px -14px #0009}html[data-theme=dark] .depth-subtle-soft{background-color:#131318d1;box-shadow:inset 0 1px #ffffff0a,0 2px 8px -8px #0000008c}html[data-theme=dark] .kpi-dashboard .kpi-table-shell{background-color:#16161bfa;background-image:linear-gradient(#1a1a20c2,#13131870);box-shadow:inset 0 1px #ffffff0a}html[data-theme=dark] .kpi-dashboard .kpi-table-shell table{background-color:#16161bf5;border-color:#ffffff1a}html[data-theme=dark] .kpi-dashboard .kpi-table-shell thead th{box-shadow:inset 0 -1px #ffffff1a}html[data-theme=dark] div[class*=-z-10]{opacity:.05}html[data-theme=dark] .header-shell-glow{background-color:#1a1a20b8;border-color:#ffffff1a;animation:none;box-shadow:0 18px 40px -32px #000000d9,0 8px 18px -14px #0000008c}html[data-theme=dark] .header-nav-glow{animation:none}html[data-theme=dark] .header-shell-glow img[src="/e-tailize-logo.png"]{content:url(/e-tailize-logo-dark.png);transform:scale(1.2)}html[data-theme=dark] .text-slate-100,html[data-theme=dark] .text-gray-100,html[data-theme=dark] .text-zinc-100,html[data-theme=dark] .text-neutral-100,html[data-theme=dark] .text-stone-100{color:#eceef1}html[data-theme=dark] .text-slate-200,html[data-theme=dark] .text-gray-200,html[data-theme=dark] .text-zinc-200,html[data-theme=dark] .text-neutral-200,html[data-theme=dark] .text-stone-200{color:#dfe2e7}html[data-theme=dark] .text-slate-300,html[data-theme=dark] .text-gray-300,html[data-theme=dark] .text-zinc-300,html[data-theme=dark] .text-neutral-300,html[data-theme=dark] .text-stone-300{color:#c9cdd4}html[data-theme=dark] .text-red-100{color:#ffc9ca}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-red-100{color:color-mix(in oklab,var(--color-red-400)35%,white)}}html[data-theme=dark] .text-red-200{color:#ffaaac}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-red-200{color:color-mix(in oklab,var(--color-red-400)55%,white)}}html[data-theme=dark] .text-red-300{color:#ff8c8e}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-red-300{color:color-mix(in oklab,var(--color-red-400)75%,white)}}html[data-theme=dark] .text-orange-100{color:#ffd6af}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-orange-100{color:color-mix(in oklab,var(--color-orange-400)35%,white)}}html[data-theme=dark] .text-orange-200{color:#ffbf81}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-orange-200{color:color-mix(in oklab,var(--color-orange-400)55%,white)}}html[data-theme=dark] .text-orange-300{color:#ffa853}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-orange-300{color:color-mix(in oklab,var(--color-orange-400)75%,white)}}html[data-theme=dark] .text-amber-100{color:#fee7a6}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-amber-100{color:color-mix(in oklab,var(--color-amber-400)35%,white)}}html[data-theme=dark] .text-amber-200{color:#fdd973}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-amber-200{color:color-mix(in oklab,var(--color-amber-400)55%,white)}}html[data-theme=dark] .text-amber-300{color:#fdcc40}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-amber-300{color:color-mix(in oklab,var(--color-amber-400)75%,white)}}html[data-theme=dark] .text-yellow-100{color:#fdeca6}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-yellow-100{color:color-mix(in oklab,var(--color-yellow-400)35%,white)}}html[data-theme=dark] .text-yellow-200{color:#fce173}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-yellow-200{color:color-mix(in oklab,var(--color-yellow-400)55%,white)}}html[data-theme=dark] .text-yellow-300{color:#fbd640}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-yellow-300{color:color-mix(in oklab,var(--color-yellow-400)75%,white)}}html[data-theme=dark] .text-lime-100{color:#ddf6a6}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-lime-100{color:color-mix(in oklab,var(--color-lime-400)35%,white)}}html[data-theme=dark] .text-lime-200{color:#c9f073}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-lime-200{color:color-mix(in oklab,var(--color-lime-400)55%,white)}}html[data-theme=dark] .text-lime-300{color:#b5eb40}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-lime-300{color:color-mix(in oklab,var(--color-lime-400)75%,white)}}html[data-theme=dark] .text-green-100{color:#a8f4ce}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-green-100{color:color-mix(in oklab,var(--color-green-400)35%,white)}}html[data-theme=dark] .text-green-200{color:#76eeb2}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-green-200{color:color-mix(in oklab,var(--color-green-400)55%,white)}}html[data-theme=dark] .text-green-300{color:#44e796}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-green-300{color:color-mix(in oklab,var(--color-green-400)75%,white)}}html[data-theme=dark] .text-emerald-100{color:#a6efda}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-emerald-100{color:color-mix(in oklab,var(--color-emerald-400)35%,white)}}html[data-theme=dark] .text-emerald-200{color:#73e7c4}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-emerald-200{color:color-mix(in oklab,var(--color-emerald-400)55%,white)}}html[data-theme=dark] .text-emerald-300{color:#40deaf}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-emerald-300{color:color-mix(in oklab,var(--color-emerald-400)75%,white)}}html[data-theme=dark] .text-teal-100{color:#a6f0e8}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-teal-100{color:color-mix(in oklab,var(--color-teal-400)35%,white)}}html[data-theme=dark] .text-teal-200{color:#73e7db}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-teal-200{color:color-mix(in oklab,var(--color-teal-400)55%,white)}}html[data-theme=dark] .text-teal-300{color:#40dece}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-teal-300{color:color-mix(in oklab,var(--color-teal-400)75%,white)}}html[data-theme=dark] .text-cyan-100{color:#a6eff9}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-cyan-100{color:color-mix(in oklab,var(--color-cyan-400)35%,white)}}html[data-theme=dark] .text-cyan-200{color:#73e6f6}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-cyan-200{color:color-mix(in oklab,var(--color-cyan-400)55%,white)}}html[data-theme=dark] .text-cyan-300{color:#40ddf3}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-cyan-300{color:color-mix(in oklab,var(--color-cyan-400)75%,white)}}html[data-theme=dark] .text-sky-100{color:#a6e7fe}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-sky-100{color:color-mix(in oklab,var(--color-sky-400)35%,white)}}html[data-theme=dark] .text-sky-200{color:#73dafe}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-sky-200{color:color-mix(in oklab,var(--color-sky-400)55%,white)}}html[data-theme=dark] .text-sky-300{color:#40ccfe}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-sky-300{color:color-mix(in oklab,var(--color-sky-400)75%,white)}}html[data-theme=dark] .text-blue-100{color:#c3dfff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-blue-100{color:color-mix(in oklab,var(--color-blue-400)35%,white)}}html[data-theme=dark] .text-blue-200{color:#a1ccff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-blue-200{color:color-mix(in oklab,var(--color-blue-400)55%,white)}}html[data-theme=dark] .text-blue-300{color:#7fb9ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-blue-300{color:color-mix(in oklab,var(--color-blue-400)75%,white)}}html[data-theme=dark] .text-indigo-100{color:#d1d5ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-indigo-100{color:color-mix(in oklab,var(--color-indigo-400)35%,white)}}html[data-theme=dark] .text-indigo-200{color:#b7bdff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-indigo-200{color:color-mix(in oklab,var(--color-indigo-400)55%,white)}}html[data-theme=dark] .text-indigo-300{color:#9da5ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-indigo-300{color:color-mix(in oklab,var(--color-indigo-400)75%,white)}}html[data-theme=dark] .text-violet-100{color:#e0d4ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-violet-100{color:color-mix(in oklab,var(--color-violet-400)35%,white)}}html[data-theme=dark] .text-violet-200{color:#cebcff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-violet-200{color:color-mix(in oklab,var(--color-violet-400)55%,white)}}html[data-theme=dark] .text-violet-300{color:#bca4ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-violet-300{color:color-mix(in oklab,var(--color-violet-400)75%,white)}}html[data-theme=dark] .text-purple-100{color:#e9d2ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-purple-100{color:color-mix(in oklab,var(--color-purple-400)35%,white)}}html[data-theme=dark] .text-purple-200{color:#dcb8ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-purple-200{color:color-mix(in oklab,var(--color-purple-400)55%,white)}}html[data-theme=dark] .text-purple-300{color:#d09eff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-purple-300{color:color-mix(in oklab,var(--color-purple-400)75%,white)}}html[data-theme=dark] .text-fuchsia-100{color:#f8ccff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-fuchsia-100{color:color-mix(in oklab,var(--color-fuchsia-400)35%,white)}}html[data-theme=dark] .text-fuchsia-200{color:#f5aeff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-fuchsia-200{color:color-mix(in oklab,var(--color-fuchsia-400)55%,white)}}html[data-theme=dark] .text-fuchsia-300{color:#f191ff}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-fuchsia-300{color:color-mix(in oklab,var(--color-fuchsia-400)75%,white)}}html[data-theme=dark] .text-pink-100{color:#fec9e5}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-pink-100{color:color-mix(in oklab,var(--color-pink-400)35%,white)}}html[data-theme=dark] .text-pink-200{color:#fdaad7}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-pink-200{color:color-mix(in oklab,var(--color-pink-400)55%,white)}}html[data-theme=dark] .text-pink-300{color:#fc8bc8}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-pink-300{color:color-mix(in oklab,var(--color-pink-400)75%,white)}}html[data-theme=dark] .text-rose-100{color:#ffc9d2}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-rose-100{color:color-mix(in oklab,var(--color-rose-400)35%,white)}}html[data-theme=dark] .text-rose-200{color:#ffabb9}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-rose-200{color:color-mix(in oklab,var(--color-rose-400)55%,white)}}html[data-theme=dark] .text-rose-300{color:#ff8c9f}@supports (color:color-mix(in lab,red,red)){html[data-theme=dark] .text-rose-300{color:color-mix(in oklab,var(--color-rose-400)75%,white)}}html[data-theme=dark] .border-slate-800,html[data-theme=dark] .border-gray-800,html[data-theme=dark] .border-zinc-800{border-color:#ffffff24}html[data-theme=dark] .border-slate-900,html[data-theme=dark] .border-gray-900,html[data-theme=dark] .border-zinc-900{border-color:#ffffff1a}html[data-theme=dark] .text-white\/60{color:#fff9}html[data-theme=dark] .text-white\/65{color:#ffffffa6}html[data-theme=dark] .text-white\/68{color:#ffffffad}html[data-theme=dark] .text-white\/70{color:#ffffffb3}html[data-theme=dark] .text-white\/75{color:#ffffffbf}html[data-theme=dark] .text-white\/78{color:#ffffffc7}html[data-theme=dark] .text-white\/80{color:#fffc}html[data-theme=dark] .text-white\/82{color:#ffffffd1}html[data-theme=dark] .text-white\/84{color:#ffffffd6}html[data-theme=dark] .text-white\/88{color:#ffffffe0}html[data-theme=dark] .bg-white\/5{background-color:#ffffff0d}html[data-theme=dark] .bg-white\/8{background-color:#ffffff14}html[data-theme=dark] .bg-white\/10{background-color:#ffffff1a}html[data-theme=dark] .bg-white\/12{background-color:#ffffff1f}html[data-theme=dark] .bg-white\/15{background-color:#ffffff26}html[data-theme=dark] .bg-white\/16{background-color:#ffffff29}html[data-theme=dark] .bg-white\/18{background-color:#ffffff2e}html[data-theme=dark] .bg-white\/20{background-color:#fff3}html[data-theme=dark] .bg-white\/24{background-color:#ffffff3d}html[data-theme=dark] .border-white\/10{border-color:#ffffff1a}html[data-theme=dark] .border-white\/14{border-color:#ffffff24}html[data-theme=dark] .border-white\/15{border-color:#ffffff26}html[data-theme=dark] .border-white\/16{border-color:#ffffff29}html[data-theme=dark] .border-white\/20{border-color:#fff3}html[data-theme=dark] .border-white\/25{border-color:#ffffff40}html[data-theme=dark] .border-white\/30{border-color:#ffffff4d}html[data-theme=dark] .border-white\/35{border-color:#ffffff59}html[data-theme=dark] .border-white\/40{border-color:#fff6}html[data-theme=dark] .ring-white\/40{--tw-ring-color:#fff6}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}
