/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wider: 0.05em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --default-mono-font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
    --color-surface-2: var(--surface-2);
    --color-orange: #f68f60;
    --color-orange-2: #fab28c;
    --color-orange-tint: #fdeee3;
    --color-teal: #0d6b75;
    --color-teal-tint: #e2f1f2;
    --color-navy: #25394d;
    --color-navy-2: #1b2b3b;
    --color-navy-3: #324a63;
    --color-green: #56ad7f;
    --color-green-tint: #e6f3ec;
    --color-crimson: #ba3351;
    --color-crimson-tint: #f8e5ea;
    --color-skyteal: #83c5cf;
    --color-skyteal-tint: #eaf5f7;
    --radius-chip: 11px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-line {
    border-color: var(--line);
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-orange-tint {
    background-color: var(--color-orange-tint);
  }
  .bg-surface {
    background-color: var(--surface);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  }
  .font-mono {
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12\.5px\] {
    font-size: 12.5px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-all {
    word-break: break-all;
  }
  .text-text {
    color: var(--text);
  }
  .text-text-2 {
    color: var(--text-2);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .hover\:text-text {
    &:hover {
      @media (hover: hover) {
        color: var(--text);
      }
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
:root {
  --bg: #f6f3ee;
  --surface: #ffffff;
  --surface-2: #fbf8f3;
  --line: #e8e3da;
  --line-2: #efeae0;
  --text: #1b2b3b;
  --text-2: #5c6b7a;
  --text-3: #8a95a1;
  --shadow-sm: 0 1px 0 rgba(27, 43, 59, 0.04), 0 2px 6px -2px rgba(27, 43, 59, 0.06);
  --shadow-md: 0 4px 14px -6px rgba(27, 43, 59, 0.12), 0 1px 0 rgba(27, 43, 59, 0.04);
  --shadow-lg: 0 20px 40px -20px rgba(27, 43, 59, 0.25), 0 4px 12px -8px rgba(27, 43, 59, 0.12);
  --tint-warn: #fff4dd;
  --tint-warn-text: #7d5d10;
  --on-navy: #ffffff;
  --navy-soft-border: rgba(255, 255, 255, 0.06);
  --navy-soft-fill: rgba(255, 255, 255, 0.05);
}
.dark {
  --bg: #0f1822;
  --surface: #1b2b3b;
  --surface-2: #25394d;
  --line: #2f4458;
  --line-2: #2a3d54;
  --text: #f2efe8;
  --text-2: #a8b5c3;
  --text-3: #6f8194;
  --shadow-sm: 0 1px 0 rgba(0, 0, 0, 0.25), 0 2px 6px -2px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 4px 14px -6px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(0, 0, 0, 0.25);
  --shadow-lg: 0 20px 40px -20px rgba(0, 0, 0, 0.6), 0 4px 12px -8px rgba(0, 0, 0, 0.4);
  --tint-warn: #3a2f12;
  --tint-warn-text: #f1c463;
}
@layer base {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html,
  body {
    margin: 0;
    padding: 0;
  }
  body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-sans);
    font-feature-settings: "cv11", "ss01";
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
  }
  button {
    font-family: inherit;
    cursor: pointer;
  }
  ::selection {
    background: var(--color-orange-tint);
  }
  .num {
    font-family: var(--font-mono);
    font-feature-settings: "tnum", "zero";
  }
}
@layer components {
  .app-shell {
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 100vh;
  }
  .app-shell.focus-mode {
    grid-template-columns: 1fr;
  }
  .app-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-x: hidden;
  }
  .focus-restore {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 110;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    color: var(--text);
    box-shadow: var(--shadow-lg);
    font-size: 13px;
    font-weight: 800;
  }
  .sb {
    position: relative;
    width: 76px;
    background: var(--color-navy);
    color: #cfd7e0;
    transition: width 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 20;
  }
  .sb.open {
    width: 288px;
  }
  .sb-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 18px;
  }
  .logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--color-orange) 0%, #f4a57a 100%);
    display: grid;
    place-items: center;
    color: var(--color-navy-2);
    font-weight: 800;
    flex: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  }
  .logo svg {
    width: 22px;
    height: 22px;
  }
  .logo-wm {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.2s 0.05s, transform 0.2s 0.05s;
  }
  .sb.open .logo-wm {
    opacity: 1;
    transform: none;
  }
  .logo-wm b {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.01em;
    font-size: 15px;
  }
  .logo-wm span {
    color: var(--color-skyteal);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .sb-tenant {
    margin: 4px 14px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  .tenant-avatar {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--color-teal);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    flex: none;
  }
  .tenant-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s 0.05s;
    flex: 1;
    min-width: 0;
  }
  .sb.open .tenant-meta {
    opacity: 1;
  }
  .tenant-meta small {
    color: var(--color-skyteal);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .tenant-meta b {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tenant-switch {
    color: var(--color-skyteal);
    opacity: 0;
    transition: opacity 0.2s;
  }
  .sb.open .tenant-switch {
    opacity: 0.7;
  }
  .sb-nav {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px 10px 76px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-navy-3) transparent;
  }
  .sb-nav::-webkit-scrollbar {
    width: 6px;
  }
  .sb-nav::-webkit-scrollbar-thumb {
    background: var(--color-navy-3);
    border-radius: 3px;
  }
  .sb-group-label {
    padding: 14px 14px 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6f8194;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.15s;
  }
  .sb.open .sb-group-label {
    opacity: 1;
  }
  .sb:not(.open) .sb-group-label {
    height: 18px;
    padding-top: 14px;
    padding-bottom: 0;
    position: relative;
  }
  .sb:not(.open) .sb-group-label::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.07);
  }
  .sb-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    margin: 1px 0;
    border-radius: 11px;
    color: #cfd7e0;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
  }
  .sb-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }
  .sb-item .ico {
    width: 22px;
    height: 22px;
    flex: none;
    display: grid;
    place-items: center;
    color: var(--color-skyteal);
  }
  .sb-item .ico svg {
    width: 20px;
    height: 20px;
  }
  .sb-item .lbl {
    flex: 1;
    opacity: 0;
    transition: opacity 0.15s;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sb.open .sb-item .lbl {
    opacity: 1;
  }
  .sb-item .chev {
    opacity: 0;
    color: #6f8194;
    transition: transform 0.2s, opacity 0.2s;
  }
  .sb.open .sb-item .chev {
    opacity: 0.8;
  }
  .sb-item.expanded .chev {
    transform: rotate(90deg);
  }
  .sb-item .badge {
    background: var(--color-orange);
    color: var(--color-navy-2);
    font-weight: 700;
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 0.15s;
  }
  .sb.open .sb-item .badge {
    opacity: 1;
  }
  .sb-item.active {
    background: linear-gradient(90deg, rgba(246, 143, 96, 0.18), rgba(246, 143, 96, 0.04));
    color: #fff;
  }
  .sb-item.active .ico {
    color: var(--color-orange);
  }
  .sb-item.active::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: var(--color-orange);
  }
  .sb-sub {
    overflow: hidden;
    height: 0;
    transition: height 0.25s ease;
  }
  .sb-sub-inner {
    padding: 2px 0 4px 8px;
    margin-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }
  .sb.open .sb-sub.open {
    height: auto;
  }
  .sb:not(.open) .sb-sub {
    height: 0 !important;
  }
  .sb-sub .sb-item {
    font-size: 13px;
    padding: 7px 12px;
    color: #9ca9b7;
  }
  .sb-sub .sb-item:hover {
    color: #fff;
  }
  .sb-sub .sb-item .ico {
    width: 14px;
    height: 14px;
    color: #5c6b7a;
  }
  .sb-sub .sb-item .ico .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5c6b7a;
    display: block;
  }
  .sb-sub .sb-item:hover .ico .dot {
    background: var(--color-skyteal);
  }
  .sb-sub .sb-item.active .ico .dot {
    background: var(--color-orange);
  }
  .sb-sub .sb-item.active {
    color: #fff;
    background: transparent;
  }
  .sb-pin-toggle {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--color-skyteal);
    box-shadow: 0 10px 26px -18px rgba(0, 0, 0, 0.75);
    z-index: 5;
    pointer-events: auto;
  }
  .sb-pin-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .sb-pin-toggle.active {
    background: rgba(246, 143, 96, 0.18);
    border-color: rgba(246, 143, 96, 0.28);
    color: var(--color-orange);
  }
  .sb-foot {
    padding: 10px 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 6px;
  }
  .upgrade {
    background: linear-gradient(160deg, rgba(246, 143, 96, 0.16) 0%, rgba(13, 107, 117, 0.18) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 14px;
    color: #fff;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.25s;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
  }
  .sb.open .upgrade {
    opacity: 1;
    height: auto;
    padding: 14px;
    border-width: 1px;
  }
  .upgrade::before {
    content: "";
    position: absolute;
    right: -22px;
    top: -22px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(246, 143, 96, 0.55), transparent 70%);
  }
  .upgrade h4 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 700;
  }
  .upgrade p {
    margin: 0 0 10px;
    font-size: 11.5px;
    color: #cfd7e0;
    line-height: 1.4;
  }
  .upgrade .bar {
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .upgrade .bar i {
    display: block;
    height: 100%;
    width: 46%;
    background: linear-gradient(90deg, var(--color-orange), var(--color-skyteal));
    border-radius: 99px;
  }
  .upgrade .upg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: #fff;
    color: var(--color-navy-2);
    border: 0;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 12px;
  }
  .topbar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    background: transparent;
  }
  .crumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-2);
    font-size: 13px;
    font-weight: 600;
    flex: none;
    white-space: nowrap;
  }
  .crumbs .sep {
    color: var(--text-3);
  }
  .crumbs .here {
    color: var(--text);
    font-weight: 700;
  }
  .crumbs .home-ico {
    width: 18px;
    height: 18px;
    color: var(--color-teal);
  }
  .search {
    flex: 1;
    max-width: 520px;
    margin-left: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 9px 14px;
    box-shadow: var(--shadow-sm);
  }
  .search input {
    border: 0;
    outline: 0;
    flex: 1;
    background: transparent;
    font-size: 13.5px;
    color: var(--text);
    font-family: inherit;
  }
  .search input::placeholder {
    color: var(--text-3);
  }
  .search .kbd {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: var(--text-3);
    background: var(--surface-2);
    padding: 2px 6px;
    border-radius: 5px;
    border: 1px solid var(--line);
  }
  .search svg {
    color: var(--text-3);
  }
  .tb-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
  }
  .icobtn {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    border: 1px solid var(--line);
    background: var(--surface);
    display: grid;
    place-items: center;
    color: var(--text-2);
    position: relative;
    box-shadow: var(--shadow-sm);
    flex: none;
    text-decoration: none;
  }
  .icobtn:hover {
    color: var(--text);
    border-color: var(--text-3);
  }
  .icobtn .dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-orange);
    box-shadow: 0 0 0 2px var(--surface);
  }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--color-navy);
    color: #fff;
    border: 0;
    border-radius: 11px;
    padding: 0 14px;
    height: 38px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: var(--shadow-sm);
    white-space: nowrap;
    flex: none;
  }
  .btn-primary:hover {
    background: var(--color-navy-3);
  }
  .btn-primary svg {
    width: 16px;
    height: 16px;
  }
  .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: var(--text-2);
    border: 0;
    border-radius: 11px;
    padding: 0 12px;
    height: 38px;
    font-weight: 600;
    font-size: 13px;
  }
  .btn-ghost:hover {
    background: var(--surface-2);
    color: var(--text);
  }
  .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 0 14px;
    height: 38px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: var(--shadow-sm);
  }
  .btn-outline:hover {
    border-color: var(--text-3);
  }
  .btn-danger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--color-crimson-tint);
    color: var(--color-crimson);
    border: 1px solid color-mix(in srgb, #ba3351 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-crimson) 30%, transparent);
    }
    border-radius: 11px;
    padding: 0 14px;
    height: 38px;
    font-weight: 600;
    font-size: 13px;
  }
  .btn-danger:hover {
    background: color-mix(in srgb, #ba3351 18%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-crimson) 18%, transparent);
    }
  }
  .btn-success {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--color-green);
    color: #fff;
    border: 1px solid color-mix(in srgb, #56ad7f 72%, #000);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-green) 72%, #000);
    }
    border-radius: 11px;
    padding: 0 14px;
    height: 38px;
    font-weight: 800;
    font-size: 13px;
    box-shadow: var(--shadow-sm);
    white-space: nowrap;
  }
  .btn-success:hover {
    background: color-mix(in srgb, #56ad7f 88%, #000);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-green) 88%, #000);
    }
  }
  .btn-success:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .user-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 12px 5px 5px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 999px;
    box-shadow: var(--shadow-sm);
    position: relative;
    white-space: nowrap;
    flex: none;
  }
  .user-chip:hover {
    border-color: var(--text-3);
  }
  .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-teal), var(--color-skyteal));
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: grid;
    place-items: center;
    flex: none;
  }
  .user-chip .name {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.1;
  }
  .user-chip .role {
    font-size: 11px;
    color: var(--text-3);
    line-height: 1.1;
  }
  .user-chip .nm {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .user-chip .caret {
    color: var(--text-3);
    margin-left: 2px;
  }
  .menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 6px;
    width: 260px;
    box-shadow: var(--shadow-lg);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
  }
  .menu.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .menu .mhead {
    padding: 10px 12px 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 6px;
  }
  .menu .mhead .avatar {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .menu .mhead .nm b {
    font-size: 13px;
    color: var(--text);
    font-weight: 700;
    display: block;
  }
  .menu .mhead .nm span {
    font-size: 11.5px;
    color: var(--text-3);
  }
  .menu .mitem {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 9px;
    color: var(--text);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
  }
  .menu .mitem:hover {
    background: var(--surface-2);
  }
  .menu .mitem svg {
    width: 16px;
    height: 16px;
    color: var(--text-2);
  }
  .menu .mitem .right {
    margin-left: auto;
    font-size: 11px;
    color: var(--text-3);
  }
  .menu .msep {
    height: 1px;
    background: var(--line);
    margin: 6px 4px;
  }
  .menu .mitem.danger {
    color: var(--color-crimson);
  }
  .menu .mitem.danger svg {
    color: var(--color-crimson);
  }
  .theme-toggle {
    display: flex;
    background: var(--surface-2);
    border-radius: 10px;
    padding: 3px;
    gap: 2px;
    margin-left: auto;
  }
  .theme-toggle button {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 11px;
    color: var(--text-2);
    font-weight: 600;
  }
  .theme-toggle button.on {
    background: var(--surface);
    color: var(--text);
    box-shadow: var(--shadow-sm);
  }
  .page {
    padding: 6px 28px 36px;
    min-width: 0;
  }
  .page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .page-head h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
  }
  .page-head .sub {
    margin-top: 4px;
    font-size: 13.5px;
    color: var(--text-2);
  }
  .seg {
    display: flex;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 3px;
    box-shadow: var(--shadow-sm);
  }
  .seg button {
    border: 0;
    background: transparent;
    padding: 7px 14px;
    border-radius: 9px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--text-2);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }
  .seg button.on {
    background: var(--color-navy);
    color: #fff;
  }
  .seg button svg {
    width: 13px;
    height: 13px;
  }
  .tabs {
    display: flex;
    gap: 2px;
    background: var(--surface-2);
    padding: 3px;
    border-radius: 11px;
    border: 1px solid var(--line);
  }
  .tabs button {
    border: 0;
    background: transparent;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-2);
    white-space: nowrap;
  }
  .tabs button.on {
    background: var(--surface);
    color: var(--text);
    box-shadow: var(--shadow-sm);
  }
  .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .field label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-2);
  }
  .input {
    width: 100%;
    padding: 10px 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 11px;
    color: var(--text);
    font-size: 13.5px;
    font-family: inherit;
    outline: 0;
    transition: border-color 0.15s, box-shadow 0.15s;
  }
  .input::placeholder {
    color: var(--text-3);
  }
  .input:focus {
    border-color: var(--color-teal);
    box-shadow: 0 0 0 3px var(--color-teal-tint);
  }
  .input.error {
    border-color: var(--color-crimson);
  }
  .input.error:focus {
    box-shadow: 0 0 0 3px var(--color-crimson-tint);
  }
  .card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 18px;
    box-shadow: var(--shadow-sm);
  }
  .card .ch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .card .ch > * {
    min-width: 0;
  }
  .card .ch > :last-child {
    flex: none;
  }
  .card .ch h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.005em;
    white-space: nowrap;
  }
  .card .ch .sub {
    font-size: 11.5px;
    color: var(--text-3);
    font-weight: 500;
    white-space: nowrap;
  }
  .pill {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.01em;
  }
  .pill.up {
    background: var(--color-green-tint);
    color: #2e7a52;
  }
  .pill.dn {
    background: var(--color-crimson-tint);
    color: #8c2540;
  }
  .pill.warn {
    background: var(--tint-warn);
    color: var(--tint-warn-text);
  }
  .pill.info {
    background: var(--color-skyteal-tint);
    color: var(--color-teal);
  }
  .pill.neutral {
    background: var(--surface-2);
    color: var(--text-2);
  }
  .dark .pill.up {
    background: color-mix(in srgb, #56ad7f 22%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-green) 22%, transparent);
    }
    color: #8fd9af;
  }
  .dark .pill.dn {
    background: color-mix(in srgb, #ba3351 22%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-crimson) 22%, transparent);
    }
    color: #f1a3b6;
  }
  .dark .pill.info {
    background: color-mix(in srgb, #83c5cf 22%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-skyteal) 22%, transparent);
    }
    color: var(--color-skyteal);
  }
  .order-status-tabs {
    display: flex;
    gap: 4px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 4px;
    box-shadow: var(--shadow-sm);
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .order-status-tabs button {
    border: 0;
    background: transparent;
    color: var(--text-2);
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12.5px;
    font-weight: 700;
    white-space: nowrap;
  }
  .order-status-tabs button.on {
    background: var(--color-navy);
    color: #fff;
  }
  .orders-board {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }
  .orders-list-panel,
  .order-detail-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
  }
  .orders-list-panel {
    padding: 12px;
    display: grid;
    gap: 12px;
  }
  .orders-list-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px 38px;
    gap: 8px;
  }
  .orders-search {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    height: 38px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface-2);
    color: var(--text-3);
  }
  .orders-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-family: inherit;
    font-size: 13px;
  }
  .orders-search input::placeholder {
    color: var(--text-3);
  }
  .orders-tool-btn {
    height: 38px;
    width: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface-2);
    color: var(--text-2);
  }
  .orders-tool-btn:hover {
    color: var(--text);
    border-color: var(--text-3);
  }
  .orders-list {
    display: grid;
    gap: 8px;
  }
  .order-list-item {
    width: 100%;
    min-height: 78px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface);
    color: var(--text);
    padding: 12px;
    text-align: left;
  }
  .order-list-item:hover,
  .order-list-item.active {
    border-color: var(--color-skyteal);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, #83c5cf 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--color-skyteal) 45%, transparent);
    }
  }
  .order-channel-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--surface-2);
    color: var(--text-3);
    flex: none;
  }
  .order-channel-icon.lg {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: var(--color-teal-tint);
    color: var(--color-teal);
  }
  .order-list-main {
    min-width: 0;
    display: grid;
    gap: 5px;
  }
  .order-list-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
  }
  .order-list-top b,
  .order-list-top strong {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .order-list-top strong {
    font-family: var(--font-mono);
  }
  .order-list-sub {
    font-size: 12px;
    color: var(--text-2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .order-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }
  .order-progress i {
    height: 4px;
    border-radius: 99px;
    background: var(--line);
  }
  .order-progress i.done {
    background: var(--color-skyteal);
  }
  .order-detail-panel {
    overflow: hidden;
  }
  .order-detail-head {
    min-height: 78px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--line);
  }
  .order-detail-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }
  .order-detail-title h2 {
    margin: 0;
    color: var(--text);
    font-size: 18px;
    line-height: 1.2;
  }
  .order-detail-title p {
    margin: 5px 0 0;
    color: var(--text-2);
    font-size: 12.5px;
    font-weight: 600;
  }
  .order-head-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: none;
  }
  .order-head-actions button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--text-3);
  }
  .woo-status-select {
    height: 34px;
    min-width: 170px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface-2);
    color: var(--text);
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 800;
    padding: 0 10px;
    outline: 0;
  }
  .woo-status-select:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .order-section {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }
  .order-section h3 {
    margin: 0 0 12px;
    color: var(--text-2);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .order-section p {
    margin: 5px 0;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
  }
  .order-products {
    display: grid;
    gap: 12px;
  }
  .order-products-head,
  .order-product-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 150px 70px 150px;
    gap: 16px;
    align-items: center;
  }
  .order-products-head {
    color: var(--text-2);
    font-size: 12px;
    font-weight: 800;
  }
  .order-product-row {
    color: var(--text);
    font-size: 13px;
  }
  .order-product-row b,
  .order-product-row strong {
    font-weight: 700;
  }
  .order-product-row span {
    color: var(--text-2);
    font-weight: 600;
  }
  .order-product-row strong,
  .order-products-total b {
    text-align: right;
    font-family: var(--font-mono);
  }
  .order-products-total {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 14px;
    padding-top: 8px;
    color: var(--text-2);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .order-products-total b {
    color: var(--text);
    font-size: 15px;
  }
  .order-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--line);
  }
  .order-info-grid .order-section {
    border-bottom: 0;
  }
  .order-info-grid .order-section + .order-section {
    border-left: 1px solid var(--line);
  }
  .paid {
    color: #1ea96a;
  }
  .pending {
    color: var(--color-orange);
  }
  .order-note {
    margin: 16px;
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, #83c5cf 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-skyteal) 65%, transparent);
    }
    border-radius: 13px;
    background: color-mix(in srgb, #83c5cf 16%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-skyteal) 16%, transparent);
    }
    color: var(--text);
    font-size: 13px;
    line-height: 1.45;
  }
  .order-note span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 999px;
    background: var(--color-orange);
    color: #fff;
    font-weight: 900;
    font-size: 12px;
  }
  .order-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
  }
  .order-actions button {
    min-height: 40px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--text);
    font-size: 13px;
    font-weight: 800;
  }
  .order-actions button.active {
    background: var(--color-skyteal);
    border-color: var(--color-skyteal);
    color: var(--color-navy-2);
  }
  .woo-stack {
    display: grid;
    gap: 16px;
  }
  .woo-alert,
  .woo-empty {
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface-2);
    color: var(--text-2);
    padding: 14px;
    font-size: 13px;
    font-weight: 700;
  }
  .woo-alert {
    border-color: #ba3351;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-crimson) 28%, var(--line));
    }
    background: var(--color-crimson-tint);
    color: var(--color-crimson);
  }
  .woo-alert.success {
    border-color: #56ad7f;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-green) 28%, var(--line));
    }
    background: var(--color-green-tint);
    color: #2e7a52;
  }
  .toast-alerts {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 120;
    display: grid;
    gap: 10px;
    width: min(360px, calc(100vw - 36px));
    pointer-events: none;
  }
  .toast-alert {
    pointer-events: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: var(--shadow-lg);
    color: var(--text);
  }
  .toast-alert.success {
    border-color: #56ad7f;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-green) 34%, var(--line));
    }
  }
  .toast-alert.error {
    border-color: #ba3351;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-crimson) 34%, var(--line));
    }
  }
  .toast-alert-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-green-tint);
    color: #2e7a52;
  }
  .toast-alert.error .toast-alert-icon {
    background: var(--color-crimson-tint);
    color: var(--color-crimson);
  }
  .toast-alert p {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
  }
  .toast-alert button {
    width: 28px;
    height: 28px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface-2);
    color: var(--text-2);
    font-size: 17px;
    line-height: 1;
  }
  .woo-empty.detail {
    margin: 16px;
  }
  .woo-inventory-grid,
  .woo-taxonomy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    gap: 16px;
    align-items: start;
  }
  .woo-taxonomy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .woo-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
    padding: 16px;
    display: grid;
    gap: 14px;
  }
  .woo-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .woo-panel-head h3,
  .woo-create-form h3 {
    margin: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.25;
  }
  .woo-panel-head p {
    margin: 4px 0 0;
    color: var(--text-2);
    font-size: 12.5px;
    line-height: 1.4;
  }
  .woo-product-list,
  .woo-attribute-list,
  .woo-category-tree {
    display: grid;
    gap: 8px;
  }
  .woo-list-table {
    display: grid;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
  }
  .woo-list-head,
  .woo-list-row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 130px minmax(120px, 0.8fr);
    gap: 12px;
    align-items: center;
  }
  .woo-list-head {
    background: var(--surface-2);
    color: var(--text-2);
    padding: 12px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .woo-list-row {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--line);
    background: var(--surface);
    color: var(--text);
    padding: 12px;
    text-align: left;
  }
  .woo-list-row:hover {
    background: var(--surface-2);
  }
  .woo-list-row b {
    display: block;
    color: var(--text);
    font-size: 13.5px;
    margin-bottom: 3px;
  }
  .woo-list-row small,
  .woo-list-row span {
    color: var(--text-2);
    font-size: 12px;
    font-weight: 700;
    min-width: 0;
  }
  .woo-term-preview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .woo-product-row {
    width: 100%;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 140px auto;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    color: var(--text);
    padding: 10px;
    text-align: left;
  }
  .woo-product-row:hover,
  .woo-product-row.active {
    background: var(--surface-2);
    border-color: var(--color-skyteal);
  }
  .woo-product-photo {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: var(--surface-2);
    color: var(--text-3);
    border: 1px solid var(--line);
  }
  .woo-product-photo.lg {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
  .woo-product-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .woo-product-main,
  .woo-product-money {
    min-width: 0;
    display: grid;
    gap: 4px;
  }
  .woo-product-main b,
  .woo-product-money b {
    color: var(--text);
    font-size: 13.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .woo-product-main small,
  .woo-product-money small {
    color: var(--text-2);
    font-size: 11.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .woo-product-money {
    text-align: right;
    font-family: var(--font-mono);
  }
  .woo-product-detail {
    display: grid;
    gap: 14px;
  }
  .woo-detail-hero {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .woo-detail-hero h3 {
    margin: 0;
    color: var(--text);
    font-size: 18px;
    line-height: 1.2;
  }
  .woo-detail-hero p {
    margin: 5px 0 0;
    color: var(--text-2);
    font-size: 12px;
    font-weight: 700;
  }
  .woo-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .woo-detail-grid div,
  .woo-detail-block {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-2);
    padding: 11px;
  }
  .woo-detail-grid span,
  .woo-detail-block span {
    display: block;
    color: var(--text-3);
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
  }
  .woo-detail-grid b,
  .woo-detail-block p {
    margin: 0;
    color: var(--text);
    font-size: 12.5px;
    line-height: 1.45;
  }
  .woo-create-form {
    align-content: start;
    display: grid;
    gap: 10px;
  }
  .woo-create-form input,
  .woo-create-form select,
  .woo-create-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface-2);
    color: var(--text);
    font-family: inherit;
    font-size: 13px;
    outline: 0;
    padding: 10px 12px;
  }
  .woo-create-form input:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
  .woo-field {
    display: grid;
    gap: 6px;
  }
  .woo-field span {
    color: var(--text-2);
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .woo-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .woo-stock-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-2);
  }
  .woo-stock-copy {
    display: grid;
    gap: 3px;
  }
  .woo-stock-copy b {
    color: var(--text);
    font-size: 13px;
  }
  .woo-stock-copy span {
    color: var(--text-2);
    font-size: 12px;
    line-height: 1.35;
  }
  .woo-switch {
    position: relative;
    width: 46px;
    height: 26px;
    flex: none;
  }
  .woo-switch input {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
  .woo-switch span {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: var(--line);
    transition: background 0.15s;
  }
  .woo-switch span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: transform 0.15s;
  }
  .woo-switch input:checked + span {
    background: var(--color-green);
  }
  .woo-switch input:checked + span::after {
    transform: translateX(20px);
  }
  .woo-category-node {
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface);
    padding: 12px;
  }
  .woo-category-node > div:first-child,
  .woo-attribute-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .woo-category-node b,
  .woo-attribute-row b {
    color: var(--text);
    font-size: 13px;
  }
  .woo-category-node span,
  .woo-attribute-row span {
    color: var(--text-2);
    font-size: 12px;
    font-weight: 700;
  }
  .woo-category-children {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    padding-left: 24px;
  }
  .woo-category-children span {
    background: var(--surface-2);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 4px 8px;
  }
  .woo-attribute-row {
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface);
    padding: 12px;
  }
  .woo-attribute-row div {
    min-width: 0;
    display: grid;
    gap: 3px;
  }
  .woo-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-2);
    font-size: 12.5px;
    font-weight: 700;
  }
  .woo-products-table {
    display: grid;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
  }
  .woo-products-head,
  .woo-products-row {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) 120px 110px minmax(180px, 1fr) 150px;
    gap: 14px;
    align-items: center;
  }
  .woo-products-head {
    background: var(--surface-2);
    color: var(--text-2);
    padding: 12px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .woo-products-row {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--line);
    background: var(--surface);
    color: var(--text);
    padding: 12px;
    text-align: left;
  }
  .woo-products-row:hover {
    background: var(--surface-2);
  }
  .woo-product-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .woo-product-cell > span:last-child {
    min-width: 0;
    display: grid;
    gap: 4px;
  }
  .woo-product-cell b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text);
    font-size: 13.5px;
  }
  .woo-product-cell small,
  .woo-products-cats {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text-2);
    font-size: 12px;
    font-weight: 700;
  }
  .woo-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(15, 24, 34, 0.64);
    display: grid;
    place-items: center;
    padding: 24px;
  }
  .woo-modal {
    width: min(1040px, 100%);
    max-height: min(860px, calc(100vh - 48px));
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    gap: 14px;
    padding: 18px;
  }
  .woo-modal.compact {
    width: min(680px, 100%);
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .woo-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
  }
  .woo-modal-head.product {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }
  .woo-modal-product-media {
    width: 58px;
    height: 58px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface-2);
    color: var(--text-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .woo-modal-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .woo-modal-head h3 {
    margin: 0;
    color: var(--text);
    font-size: 18px;
  }
  .woo-modal-head p {
    margin: 5px 0 0;
    color: var(--text-2);
    font-size: 13px;
  }
  .woo-modal-head .icobtn {
    border-radius: 999px;
    font-size: 22px;
    line-height: 1;
  }
  .woo-modal-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    overflow: auto;
    padding-right: 4px;
  }
  .woo-modal-wide {
    grid-column: 1 / -1;
  }
  .woo-create-form select[multiple] {
    min-height: 140px;
  }
  .woo-product-attributes {
    display: grid;
    gap: 10px;
  }
  .woo-product-attributes select[multiple] {
    min-height: 72px;
  }
  .woo-values-box {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface-2);
  }
  .woo-values-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .woo-values-head b {
    color: var(--text);
    font-size: 13px;
  }
  .woo-values-head span {
    color: var(--text-3);
    font-size: 11.5px;
    font-weight: 800;
  }
  .woo-term-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .woo-term-chips span {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text);
    font-size: 12px;
    font-weight: 800;
    padding: 5px 9px;
  }
  .woo-term-chips.editable span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 7px 5px 10px;
  }
  .woo-term-chips.editable button {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface-2);
    color: var(--text-2);
    font-size: 11px;
    font-weight: 900;
    padding: 3px 7px;
  }
  .woo-term-chips.editable button.danger {
    border-color: #ba3351;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-crimson) 32%, var(--line));
    }
    color: var(--color-crimson);
    background: var(--color-crimson-tint);
  }
  .woo-term-chips small {
    color: var(--text-3);
    font-size: 12px;
  }
  .woo-create-value {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }
  .woo-picker-box,
  .woo-attribute-builder {
    display: grid;
    gap: 10px;
  }
  .woo-picker-selected {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface-2);
  }
  .woo-picker-selected span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--text);
    font-size: 12px;
    font-weight: 850;
    padding: 6px 8px 6px 10px;
  }
  .woo-picker-selected button {
    width: 20px;
    height: 20px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface-2);
    color: var(--text-2);
    line-height: 1;
  }
  .woo-picker-selected small,
  .woo-picker-box small {
    color: var(--text-3);
    font-size: 12px;
    font-weight: 700;
  }
  .woo-picker-box.add-attribute {
    padding-top: 2px;
  }
  .woo-attribute-card {
    display: grid;
    grid-template-columns: minmax(150px, 0.9fr) minmax(220px, 1.2fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface-2);
  }
  .woo-attribute-card b {
    display: block;
    color: var(--text);
    font-size: 13px;
  }
  .woo-attribute-card small {
    color: var(--text-3);
    font-size: 11.5px;
    font-weight: 700;
  }
  .woo-empty.inline {
    padding: 12px;
  }
  .woo-richtext {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--surface-2);
  }
  .woo-richtext-toolbar {
    display: flex;
    gap: 4px;
    padding: 8px;
    border-bottom: 1px solid var(--line);
    background: var(--surface);
  }
  .woo-richtext-toolbar button {
    width: 32px;
    height: 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-2);
    color: var(--text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
  }
  .woo-richtext-editor {
    min-height: 170px;
    padding: 12px;
    outline: 0;
    color: var(--text);
    font-size: 13px;
    line-height: 1.55;
  }
  .woo-richtext-editor ul,
  .woo-richtext-editor ol {
    padding-left: 20px;
  }
  .woo-html-preview {
    display: block;
    color: var(--text-3);
    font-size: 11px;
    line-height: 1.4;
  }
  .woo-modal-actions {
    position: sticky;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px 0 0;
    border-top: 1px solid var(--line);
    background: var(--surface);
    flex-wrap: wrap;
  }
  .tasks-shell {
    display: grid;
    gap: 16px;
  }
  .tasks-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .task-stat {
    min-height: 86px;
    padding: 16px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .task-stat span {
    color: var(--text-2);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .task-stat b {
    color: var(--text);
    font-size: 30px;
    line-height: 1;
  }
  .tasks-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .tasks-toolbar h3 {
    margin: 0;
    font-size: 16px;
    color: var(--text);
  }
  .tasks-toolbar p {
    margin: 4px 0 0;
    color: var(--text-2);
    font-size: 12.5px;
  }
  .task-filter-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
  }
  .task-inbox-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 16px;
    align-items: start;
  }
  .task-list {
    padding: 8px;
    display: grid;
    gap: 6px;
  }
  .task-row {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: var(--text);
    padding: 12px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    text-align: left;
  }
  .task-row:hover,
  .task-row.active {
    background: var(--surface-2);
    border-color: var(--line);
  }
  .task-row.active {
    box-shadow: inset 3px 0 0 var(--color-teal);
  }
  .task-row-icon,
  .task-detail-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: var(--color-teal-tint);
    color: var(--color-teal);
    display: grid;
    place-items: center;
    flex: none;
  }
  .task-row-main {
    min-width: 0;
    display: grid;
    gap: 5px;
  }
  .task-row-top {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }
  .task-row-top b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.25;
  }
  .task-row-desc {
    color: var(--text-2);
    font-size: 12.5px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .task-row-meta {
    color: var(--text-3);
    font-size: 11.5px;
    font-weight: 600;
  }
  .task-detail {
    position: sticky;
    top: 16px;
    display: grid;
    gap: 16px;
  }
  .task-detail-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .task-id {
    display: block;
    color: var(--text-3);
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .task-detail h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--text);
  }
  .task-detail p {
    margin: 0;
    color: var(--text-2);
    font-size: 13px;
    line-height: 1.55;
  }
  .task-detail-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .task-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .task-detail-grid div {
    padding: 12px;
    border-radius: 12px;
    background: var(--surface-2);
    border: 1px solid var(--line);
    display: grid;
    gap: 4px;
  }
  .task-detail-grid span {
    color: var(--text-3);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .task-detail-grid b {
    color: var(--text);
    font-size: 12.5px;
    line-height: 1.3;
  }
  .task-detail-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .kpi {
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 154px;
    position: relative;
    overflow: hidden;
  }
  .kpi.feature {
    background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-2) 100%);
    color: #fff;
    border-color: var(--color-navy-2);
  }
  .kpi.feature .ki-label,
  .kpi.feature .ki-foot {
    color: #9db0c2;
  }
  .kpi.feature .ki-foot b {
    color: #fff;
  }
  .kpi .ki-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .kpi .ki-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-3);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .kpi .ki-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: none;
  }
  .kpi .ki-icon.o {
    background: var(--color-orange-tint);
    color: #b85a1e;
  }
  .kpi .ki-icon.t {
    background: var(--color-teal-tint);
    color: var(--color-teal);
  }
  .kpi .ki-icon.g {
    background: var(--color-green-tint);
    color: #2e7a52;
  }
  .kpi .ki-icon.r {
    background: var(--color-crimson-tint);
    color: var(--color-crimson);
  }
  .kpi.feature .ki-icon {
    background: rgba(246, 143, 96, 0.22);
    color: var(--color-orange);
  }
  .kpi .ki-value {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.05;
  }
  .kpi .ki-value small {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-2);
    margin-right: 4px;
  }
  .kpi.feature .ki-value small {
    color: #9db0c2;
  }
  .kpi .ki-foot {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-3);
  }
  .kpi .ki-foot b {
    color: var(--text);
    font-weight: 600;
  }
  .kpi-spark {
    position: absolute;
    right: -2px;
    bottom: 0;
    width: 120px;
    height: 46px;
    opacity: 0.85;
  }
  .chart-card {
    padding: 20px;
  }
  .chart-legend {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: var(--text-2);
  }
  .chart-legend .lg {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .chart-legend .sw {
    width: 9px;
    height: 9px;
    border-radius: 3px;
  }
  .chart-host {
    margin-top: 8px;
    position: relative;
  }
  .axis-y text,
  .axis-x text {
    font-family: var(--font-mono);
    font-size: 10px;
    fill: var(--text-3);
  }
  .grid-line {
    stroke: var(--line-2);
    stroke-dasharray: 2 4;
  }
  .donut-row {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .donut-row svg {
    flex: none;
  }
  .donut-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .donut-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
  }
  .donut-item .sw {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    flex: none;
  }
  .donut-item .lbl {
    flex: 1;
    color: var(--text);
  }
  .donut-item .v {
    font-weight: 700;
    color: var(--text);
    font-family: var(--font-mono);
    font-size: 12.5px;
  }
  .donut-center {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none;
  }
  .donut-center b {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }
  .donut-center small {
    font-size: 10.5px;
    color: var(--text-3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
  }
  .tbl th {
    text-align: left;
    font-weight: 600;
    color: var(--text-3);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 8px 10px;
    border-bottom: 1px solid var(--line);
  }
  .tbl td {
    padding: 12px 10px;
    border-bottom: 1px solid var(--line-2);
    color: var(--text);
    vertical-align: middle;
  }
  .tbl tr:last-child td {
    border-bottom: 0;
  }
  .tbl tr:hover td {
    background: var(--surface-2);
  }
  .sku {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sku .thumb {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 18px;
    flex: none;
  }
  .sku .meta {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .sku .meta b {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
  }
  .sku .meta small {
    font-size: 11px;
    color: var(--text-3);
    font-family: var(--font-mono);
  }
  .progress {
    height: 6px;
    background: var(--surface-2);
    border-radius: 99px;
    overflow: hidden;
    width: 100%;
    max-width: 120px;
  }
  .progress i {
    display: block;
    height: 100%;
    border-radius: 99px;
  }
  .stock-cell {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .feed {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .fitem {
    display: flex;
    gap: 12px;
    padding: 10px 4px;
    position: relative;
  }
  .fitem .dot {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: none;
  }
  .fitem .meta {
    flex: 1;
    min-width: 0;
  }
  .fitem .meta p {
    margin: 0;
    font-size: 13px;
    color: var(--text);
    line-height: 1.4;
  }
  .fitem .meta p b {
    font-weight: 700;
  }
  .fitem .meta time {
    font-size: 11.5px;
    color: var(--text-3);
    font-weight: 500;
  }
  .fitem .dot.o {
    background: var(--color-orange-tint);
    color: #b85a1e;
  }
  .fitem .dot.t {
    background: var(--color-teal-tint);
    color: var(--color-teal);
  }
  .fitem .dot.g {
    background: var(--color-green-tint);
    color: #2e7a52;
  }
  .fitem .dot.r {
    background: var(--color-crimson-tint);
    color: var(--color-crimson);
  }
  .fitem .dot.k {
    background: var(--color-skyteal-tint);
    color: var(--color-teal);
  }
  .ship {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: var(--surface-2);
    border: 1px solid var(--line-2);
  }
  .ship .truck {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--surface);
    color: var(--color-teal);
    border: 1px solid var(--line);
  }
  .ship .info {
    flex: 1;
    min-width: 0;
  }
  .ship .info b {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
  }
  .ship .info span {
    font-size: 11.5px;
    color: var(--text-3);
  }
  .ship .eta {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-teal);
    text-align: right;
    font-family: var(--font-mono);
  }
  .ship .eta small {
    display: block;
    font-size: 10px;
    color: var(--text-3);
    font-weight: 500;
    font-family: var(--font-sans);
  }
  .tt {
    position: absolute;
    background: var(--color-navy);
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 11.5px;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -110%);
    transition: opacity 0.12s;
    box-shadow: var(--shadow-md);
    white-space: nowrap;
    z-index: 5;
  }
  .tt.show {
    opacity: 1;
  }
  .tt b {
    display: block;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 2px;
  }
  .tt .row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 10.5px;
  }
  .tt .sw {
    width: 7px;
    height: 7px;
    border-radius: 2px;
  }
  .row-bet {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .link {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-teal);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    cursor: pointer;
  }
  .link:hover {
    color: var(--color-navy);
  }
  .dark .link:hover {
    color: var(--color-skyteal);
  }
  .muted {
    color: var(--text-3);
  }
  .stack {
    display: flex;
    flex-direction: column;
  }
  .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .pagination .pg-info {
    font-size: 12px;
    color: var(--text-3);
  }
  .pagination .pg-info b {
    color: var(--text);
    font-weight: 700;
    font-family: var(--font-mono);
  }
  .pagination .pg-pages {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .pg-btn {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--text-2);
    font-weight: 600;
    font-size: 13px;
    font-family: var(--font-mono);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
  }
  .pg-btn:hover:not(:disabled) {
    border-color: var(--text-3);
    color: var(--text);
  }
  .pg-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .pg-btn.active {
    background: var(--color-navy);
    color: #fff;
    border-color: var(--color-navy);
  }
  .pg-ellipsis {
    color: var(--text-3);
    padding: 0 4px;
    font-family: var(--font-mono);
  }
}
@layer utilities {
  .grid-gap-16 {
    display: grid;
    gap: 16px;
  }
  .row-gap-16 {
    display: grid;
    gap: 16px;
  }
  .r-kpi {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .r-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .r-1-1 {
    grid-template-columns: 1fr 1fr;
  }
  .r-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  @media (max-width: 1100px) {
    .r-kpi {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .r-2-1,
    .r-3-2,
    .r-1-1 {
      grid-template-columns: 1fr;
    }
    .task-inbox-grid {
      grid-template-columns: 1fr;
    }
    .orders-board {
      grid-template-columns: 1fr;
    }
    .woo-inventory-grid,
    .woo-taxonomy-grid {
      grid-template-columns: 1fr;
    }
    .orders-list-panel {
      position: static;
    }
    .task-detail {
      position: static;
    }
  }
  @media (max-width: 640px) {
    .r-kpi {
      grid-template-columns: 1fr;
    }
    .page {
      padding-left: 16px;
      padding-right: 16px;
    }
    .topbar {
      padding-left: 16px;
      padding-right: 16px;
    }
    .tasks-summary {
      grid-template-columns: 1fr;
    }
    .tasks-toolbar {
      align-items: stretch;
      flex-direction: column;
    }
    .task-filter-row {
      justify-content: flex-start;
    }
    .task-row {
      grid-template-columns: 34px minmax(0, 1fr);
    }
    .task-row > .pill {
      grid-column: 2;
      width: fit-content;
    }
    .task-detail-grid {
      grid-template-columns: 1fr;
    }
    .order-status-tabs {
      justify-content: flex-start;
    }
    .orders-list-tools {
      grid-template-columns: minmax(0, 1fr) 38px 38px;
    }
    .order-detail-head,
    .order-info-grid {
      grid-template-columns: 1fr;
    }
    .order-detail-head {
      align-items: flex-start;
      flex-direction: column;
    }
    .order-info-grid {
      display: block;
    }
    .order-info-grid .order-section + .order-section {
      border-left: 0;
      border-top: 1px solid var(--line);
    }
    .order-products-head {
      display: none;
    }
    .order-product-row {
      grid-template-columns: 1fr;
      gap: 4px;
      padding: 10px 0;
      border-bottom: 1px solid var(--line);
    }
    .order-product-row strong {
      text-align: left;
    }
    .order-actions {
      grid-template-columns: 1fr 1fr;
    }
    .woo-product-row {
      grid-template-columns: 48px minmax(0, 1fr);
    }
    .woo-products-head {
      display: none;
    }
    .woo-list-head {
      display: none;
    }
    .woo-list-row {
      grid-template-columns: 1fr;
      gap: 5px;
    }
    .woo-products-row {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .woo-product-cell {
      align-items: flex-start;
    }
    .woo-product-money {
      grid-column: 2;
      text-align: left;
    }
    .woo-product-row > .pill {
      grid-column: 2;
      width: fit-content;
    }
    .woo-form-row,
    .woo-detail-grid,
    .woo-attribute-card {
      grid-template-columns: 1fr;
    }
    .woo-modal-backdrop {
      padding: 10px;
      place-items: stretch;
    }
    .woo-modal {
      max-height: calc(100vh - 20px);
    }
    .woo-modal-body {
      grid-template-columns: 1fr;
    }
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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: 0px;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-duration: initial;
    }
  }
}

