/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--label-family);
  }
}
@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: normal;
    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(--mono-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace), ui-monospace, monospace;
    font-feature-settings: normal;
    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 {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-6 {
    inset-inline: calc(var(--spacing) * 6);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-start {
    inset-inline-start: calc(var(--spacing) * -1);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .-end {
    inset-inline-end: calc(var(--spacing) * -1);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-64 {
    left: calc(var(--spacing) * 64);
  }
  .left-\[13\.25rem\] {
    left: 13.25rem;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[35\] {
    z-index: 35;
  }
  .z-\[50\] {
    z-index: 50;
  }
  .z-\[65\] {
    z-index: 65;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .z-\[80\] {
    z-index: 80;
  }
  .z-\[90\] {
    z-index: 90;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-m-2 {
    margin: calc(var(--spacing) * -2);
  }
  .-m-6 {
    margin: calc(var(--spacing) * -6);
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }
  .-mb-1 {
    margin-bottom: calc(var(--spacing) * -1);
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .\!ml-2 {
    margin-left: calc(var(--spacing) * 2) !important;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .\!inline-block {
    display: inline-block !important;
  }
  .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;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .\!h-2 {
    height: calc(var(--spacing) * 2) !important;
  }
  .\!h-2\.5 {
    height: calc(var(--spacing) * 2.5) !important;
  }
  .\!h-3 {
    height: calc(var(--spacing) * 3) !important;
  }
  .\!h-3\.5 {
    height: calc(var(--spacing) * 3.5) !important;
  }
  .\!h-4 {
    height: calc(var(--spacing) * 4) !important;
  }
  .\!h-5 {
    height: calc(var(--spacing) * 5) !important;
  }
  .\!h-6 {
    height: calc(var(--spacing) * 6) !important;
  }
  .\!h-7 {
    height: calc(var(--spacing) * 7) !important;
  }
  .\!h-8 {
    height: calc(var(--spacing) * 8) !important;
  }
  .\!h-9 {
    height: calc(var(--spacing) * 9) !important;
  }
  .\!h-10 {
    height: calc(var(--spacing) * 10) !important;
  }
  .\!h-11 {
    height: calc(var(--spacing) * 11) !important;
  }
  .\!h-12 {
    height: calc(var(--spacing) * 12) !important;
  }
  .\!h-\[18px\] {
    height: 18px !important;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-44 {
    max-height: calc(var(--spacing) * 44);
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .max-h-\[50vh\] {
    max-height: 50vh;
  }
  .max-h-\[55vh\] {
    max-height: 55vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[320px\] {
    max-height: 320px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }
  .min-h-\[22rem\] {
    min-height: 22rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-2 {
    width: calc(var(--spacing) * 2) !important;
  }
  .\!w-3\.5 {
    width: calc(var(--spacing) * 3.5) !important;
  }
  .\!w-4 {
    width: calc(var(--spacing) * 4) !important;
  }
  .\!w-5 {
    width: calc(var(--spacing) * 5) !important;
  }
  .\!w-6 {
    width: calc(var(--spacing) * 6) !important;
  }
  .\!w-7 {
    width: calc(var(--spacing) * 7) !important;
  }
  .\!w-8 {
    width: calc(var(--spacing) * 8) !important;
  }
  .\!w-9 {
    width: calc(var(--spacing) * 9) !important;
  }
  .\!w-10 {
    width: calc(var(--spacing) * 10) !important;
  }
  .\!w-11 {
    width: calc(var(--spacing) * 11) !important;
  }
  .\!w-12 {
    width: calc(var(--spacing) * 12) !important;
  }
  .\!w-14 {
    width: calc(var(--spacing) * 14) !important;
  }
  .\!w-16 {
    width: calc(var(--spacing) * 16) !important;
  }
  .\!w-20 {
    width: calc(var(--spacing) * 20) !important;
  }
  .\!w-24 {
    width: calc(var(--spacing) * 24) !important;
  }
  .\!w-28 {
    width: calc(var(--spacing) * 28) !important;
  }
  .\!w-32 {
    width: calc(var(--spacing) * 32) !important;
  }
  .\!w-40 {
    width: calc(var(--spacing) * 40) !important;
  }
  .\!w-44 {
    width: calc(var(--spacing) * 44) !important;
  }
  .\!w-48 {
    width: calc(var(--spacing) * 48) !important;
  }
  .\!w-64 {
    width: calc(var(--spacing) * 64) !important;
  }
  .\!w-\[18px\] {
    width: 18px !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/5 {
    width: calc(2 / 5 * 100%);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4 / 5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[10rem\] {
    max-width: 10rem;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[60\%\] {
    max-width: 60%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[16rem\] {
    min-width: 16rem;
  }
  .min-w-\[18px\] {
    min-width: 18px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .\!gap-4 {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * 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)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-3\.5 {
    row-gap: calc(var(--spacing) * 3.5);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-outline-variant\/5 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
      }
    }
  }
  .divide-outline-variant\/10 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
      }
    }
  }
  .divide-outline-variant\/20 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
      }
    }
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded {
    border-radius: calc(var(--radius-control) / 2) !important;
  }
  .\!rounded-full {
    border-radius: var(--radius-pill) !important;
  }
  .\!rounded-lg {
    border-radius: var(--radius-control) !important;
  }
  .\!rounded-xl {
    border-radius: var(--radius-card) !important;
  }
  .rounded {
    border-radius: calc(var(--radius-control) / 2);
  }
  .rounded-2xl {
    border-radius: var(--radius-panel);
  }
  .rounded-full {
    border-radius: var(--radius-pill);
  }
  .rounded-lg {
    border-radius: var(--radius-control);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-card);
  }
  .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-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-amber-500\/20 {
    border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }
  .border-error\/20 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-error) / 1) 20%, transparent);
    }
  }
  .border-on-surface\/5 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-on-surface) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-on-surface) / 1) 5%, transparent);
    }
  }
  .border-outline-variant {
    border-color: rgb(var(--color-outline-variant) / 1);
  }
  .border-outline-variant\/5 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
  }
  .border-outline-variant\/10 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
  }
  .border-outline-variant\/15 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 15%, transparent);
    }
  }
  .border-outline-variant\/20 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
  }
  .border-outline-variant\/30 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 30%, transparent);
    }
  }
  .border-outline-variant\/40 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 40%, transparent);
    }
  }
  .border-primary {
    border-color: rgb(var(--color-primary) / 1);
  }
  .border-primary\/20 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent);
    }
  }
  .border-primary\/30 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 30%, transparent);
    }
  }
  .border-rule {
    border-color: rgb(var(--color-on-surface) / 0.10);
  }
  .border-rule-strong {
    border-color: rgb(var(--color-on-surface) / 0.22);
  }
  .border-success\/20 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-success) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-success) / 1) 20%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .\!bg-green-500\/10 {
    background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent) !important;
    }
  }
  .\!bg-primary\/10 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent) !important;
    }
  }
  .\!bg-primary\/15 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 15%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 15%, transparent) !important;
    }
  }
  .\!bg-red-500\/10 {
    background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent) !important;
    }
  }
  .\!bg-secondary\/10 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-secondary) / 1) / 1) 10%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-secondary) / 1) 10%, transparent) !important;
    }
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-500\/5 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 5%, transparent);
    }
  }
  .bg-amber-500\/10 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }
  .bg-blue-500\/10 {
    background-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
    }
  }
  .bg-error {
    background-color: rgb(var(--color-error) / 1);
  }
  .bg-error\/5 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 5%, transparent);
    }
  }
  .bg-error\/15 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 15%, transparent);
    }
  }
  .bg-green-500\/10 {
    background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
    }
  }
  .bg-modal-overlay {
    background-color: rgb(var(--modal-overlay));
  }
  .bg-on-primary {
    background-color: rgb(var(--color-on-primary) / 1);
  }
  .bg-on-surface {
    background-color: rgb(var(--color-on-surface) / 1);
  }
  .bg-on-surface-variant\/40 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 40%, transparent);
    }
  }
  .bg-outline-variant\/20 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
  }
  .bg-primary {
    background-color: rgb(var(--color-primary) / 1);
  }
  .bg-primary-container-low {
    background-color: rgb(var(--color-primary-container-low) / 1);
  }
  .bg-primary-container\/20 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary-container) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary-container) / 1) 20%, transparent);
    }
  }
  .bg-primary-container\/25 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary-container) / 1) / 1) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary-container) / 1) 25%, transparent);
    }
  }
  .bg-primary-container\/30 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary-container) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary-container) / 1) 30%, transparent);
    }
  }
  .bg-primary-container\/50 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary-container) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary-container) / 1) 50%, transparent);
    }
  }
  .bg-primary\/5 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 5%, transparent);
    }
  }
  .bg-primary\/8 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 8%, transparent);
    }
  }
  .bg-primary\/10 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
  }
  .bg-primary\/\[0\.02\] {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 2%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 2%, transparent);
    }
  }
  .bg-purple-500\/10 {
    background-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-purple-500) 10%, transparent);
    }
  }
  .bg-red-500\/10 {
    background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
    }
  }
  .bg-secondary {
    background-color: rgb(var(--color-secondary) / 1);
  }
  .bg-secondary-container\/30 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-secondary-container) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-secondary-container) / 1) 30%, transparent);
    }
  }
  .bg-secondary-container\/50 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-secondary-container) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-secondary-container) / 1) 50%, transparent);
    }
  }
  .bg-secondary\/10 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-secondary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-secondary) / 1) 10%, transparent);
    }
  }
  .bg-slideout-overlay {
    background-color: rgb(var(--slideout-overlay));
  }
  .bg-success\/5 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-success) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-success) / 1) 5%, transparent);
    }
  }
  .bg-success\/15 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-success) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-success) / 1) 15%, transparent);
    }
  }
  .bg-surface {
    background-color: rgb(var(--color-surface) / 1);
  }
  .bg-surface-container {
    background-color: rgb(var(--color-surface-container) / 1);
  }
  .bg-surface-container-high {
    background-color: rgb(var(--color-surface-container-high) / 1);
  }
  .bg-surface-container-high\/30 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 30%, transparent);
    }
  }
  .bg-surface-container-high\/50 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 50%, transparent);
    }
  }
  .bg-surface-container-high\/80 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 80%, transparent);
    }
  }
  .bg-surface-container-highest {
    background-color: rgb(var(--color-surface-container-highest) / 1);
  }
  .bg-surface-container-low {
    background-color: rgb(var(--color-surface-container-low) / 1);
  }
  .bg-surface-container-low\/30 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 30%, transparent);
    }
  }
  .bg-surface-container-low\/40 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 40%, transparent);
    }
  }
  .bg-surface-container-low\/50 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 50%, transparent);
    }
  }
  .bg-surface-container-low\/60 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 60%, transparent);
    }
  }
  .bg-surface-container-lowest {
    background-color: rgb(var(--color-surface-container-lowest) / 1);
  }
  .bg-surface-container-lowest\/80 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-lowest) / 1) / 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-lowest) / 1) 80%, transparent);
    }
  }
  .bg-surface-container-lowest\/90 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-lowest) / 1) / 1) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-lowest) / 1) 90%, transparent);
    }
  }
  .bg-surface-container\/60 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container) / 1) / 1) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container) / 1) 60%, transparent);
    }
  }
  .bg-surface\/80 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface) / 1) / 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface) / 1) 80%, transparent);
    }
  }
  .bg-tertiary-container\/30 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-tertiary-container) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-tertiary-container) / 1) 30%, transparent);
    }
  }
  .bg-tertiary\/10 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-tertiary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-tertiary) / 1) 10%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-primary\/10 {
    --tw-gradient-from: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-primary\/20 {
    --tw-gradient-from: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-primary\/5 {
    --tw-gradient-to: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, rgb(var(--color-primary) / 1) 5%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-secondary\/10 {
    --tw-gradient-to: color-mix(in srgb, rgb(rgb(var(--color-secondary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, rgb(var(--color-secondary) / 1) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .\!p-3 {
    padding: calc(var(--spacing) * 3) !important;
  }
  .\!p-4 {
    padding: calc(var(--spacing) * 4) !important;
  }
  .\!p-5 {
    padding: calc(var(--spacing) * 5) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .\!px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5) !important;
  }
  .\!px-2 {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .\!px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .\!py-0 {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .\!py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5) !important;
  }
  .\!py-8 {
    padding-block: calc(var(--spacing) * 8) !important;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[15vh\] {
    padding-top: 15vh;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-1\.5 {
    padding-right: calc(var(--spacing) * 1.5);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-7 {
    padding-right: calc(var(--spacing) * 7);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * 0.5);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-14 {
    padding-left: calc(var(--spacing) * 14);
  }
  .pl-64 {
    padding-left: calc(var(--spacing) * 64);
  }
  .\!text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-body {
    font-family: var(--label-family), system-ui, sans-serif;
  }
  .font-display {
    font-family: var(--display-family), system-ui, sans-serif;
  }
  .font-headline {
    font-family: var(--display-family), system-ui, sans-serif;
  }
  .font-mono {
    font-family: var(--mono-family), ui-monospace, monospace;
  }
  .\!text-2xl {
    font-size: 22px !important;
    line-height: var(--tw-leading, 28px) !important;
  }
  .\!text-3xl {
    font-size: 28px !important;
    line-height: var(--tw-leading, 34px) !important;
  }
  .\!text-4xl {
    font-size: 34px !important;
    line-height: var(--tw-leading, 40px) !important;
  }
  .\!text-base {
    font-size: 14px !important;
    line-height: var(--tw-leading, 20px) !important;
  }
  .\!text-cap {
    font-size: 11px !important;
    line-height: var(--tw-leading, 15px) !important;
  }
  .\!text-lg {
    font-size: 16px !important;
    line-height: var(--tw-leading, 22px) !important;
  }
  .\!text-meta {
    font-size: 10px !important;
    line-height: var(--tw-leading, 14px) !important;
  }
  .\!text-sm {
    font-size: 13px !important;
    line-height: var(--tw-leading, 18px) !important;
  }
  .\!text-xl {
    font-size: 18px !important;
    line-height: var(--tw-leading, 24px) !important;
  }
  .\!text-xs {
    font-size: 12px !important;
    line-height: var(--tw-leading, 16px) !important;
  }
  .text-2xl {
    font-size: 22px;
    line-height: var(--tw-leading, 28px);
  }
  .text-3xl {
    font-size: 28px;
    line-height: var(--tw-leading, 34px);
  }
  .text-4xl {
    font-size: 34px;
    line-height: var(--tw-leading, 40px);
  }
  .text-base {
    font-size: 14px;
    line-height: var(--tw-leading, 20px);
  }
  .text-cap {
    font-size: 11px;
    line-height: var(--tw-leading, 15px);
  }
  .text-lg {
    font-size: 16px;
    line-height: var(--tw-leading, 22px);
  }
  .text-meta {
    font-size: 10px;
    line-height: var(--tw-leading, 14px);
  }
  .text-sm {
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
  }
  .text-xl {
    font-size: 18px;
    line-height: var(--tw-leading, 24px);
  }
  .text-xs {
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .\!text-\[32px\] {
    font-size: 32px !important;
  }
  .\!text-\[40px\] {
    font-size: 40px !important;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .\!leading-none {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\!tracking-wider {
    --tw-tracking: var(--tracking-wider) !important;
    letter-spacing: var(--tracking-wider) !important;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .\!text-green-600 {
    color: var(--color-green-600) !important;
  }
  .\!text-on-surface-variant\/60 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 60%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 60%, transparent) !important;
    }
  }
  .\!text-on-surface-variant\/70 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 70%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 70%, transparent) !important;
    }
  }
  .\!text-primary {
    color: rgb(var(--color-primary) / 1) !important;
  }
  .\!text-red-600 {
    color: var(--color-red-600) !important;
  }
  .\!text-secondary {
    color: rgb(var(--color-secondary) / 1) !important;
  }
  .text-\[Npx\] {
    color: Npx;
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-error {
    color: rgb(var(--color-error) / 1);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-on-error {
    color: rgb(var(--color-on-error) / 1);
  }
  .text-on-primary {
    color: rgb(var(--color-on-primary) / 1);
  }
  .text-on-primary-container {
    color: rgb(var(--color-on-primary-container) / 1);
  }
  .text-on-secondary-container {
    color: rgb(var(--color-on-secondary-container) / 1);
  }
  .text-on-surface {
    color: rgb(var(--color-on-surface) / 1);
  }
  .text-on-surface-variant {
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .text-on-surface-variant\/20 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 20%, transparent);
    }
  }
  .text-on-surface-variant\/30 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 30%, transparent);
    }
  }
  .text-on-surface-variant\/40 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 40%, transparent);
    }
  }
  .text-on-surface-variant\/50 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 50%, transparent);
    }
  }
  .text-on-surface-variant\/60 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 60%, transparent);
    }
  }
  .text-on-surface-variant\/70 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 70%, transparent);
    }
  }
  .text-on-surface-variant\/80 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 80%, transparent);
    }
  }
  .text-on-surface\/80 {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface) / 1) / 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface) / 1) 80%, transparent);
    }
  }
  .text-primary {
    color: rgb(var(--color-primary) / 1);
  }
  .text-primary\/70 {
    color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-primary) / 1) 70%, transparent);
    }
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-secondary {
    color: rgb(var(--color-secondary) / 1);
  }
  .text-success {
    color: rgb(var(--color-success) / 1);
  }
  .text-surface {
    color: rgb(var(--color-surface) / 1);
  }
  .text-tertiary {
    color: rgb(var(--color-tertiary) / 1);
  }
  .text-warning {
    color: rgb(var(--color-warning) / 1);
  }
  .text-white {
    color: var(--color-white);
  }
  .\!uppercase {
    text-transform: uppercase !important;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .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,);
  }
  .overline {
    text-decoration-line: overline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-primary {
    accent-color: rgb(var(--color-primary) / 1);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .shadow-ambient {
    --tw-shadow: var(--shadow-ambient);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-ambient-lg {
    --tw-shadow: var(--shadow-ambient-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --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);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-outline-variant\/15 {
    --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 15%, transparent);
    }
  }
  .ring-outline-variant\/20 {
    --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
  }
  .ring-outline-variant\/40 {
    --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 40%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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,);
  }
  .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,);
  }
  .backdrop-filter {
    -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,);
  }
  .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-\[backdrop-filter\] {
    transition-property: backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[padding-left\] {
    transition-property: padding-left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-0 {
    transition-delay: 0ms;
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .delay-200 {
    transition-delay: 200ms;
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[600ms\] {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .ease-\[cubic-bezier\(0\.16\,1\,0\.3\,1\)\] {
    --tw-ease: cubic-bezier(0.16,1,0.3,1);
    transition-timing-function: cubic-bezier(0.16,1,0.3,1);
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[scrollbar-width\:thin\] {
    scrollbar-width: thin;
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-primary\/15 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 15%, transparent);
        }
      }
    }
  }
  .group-hover\:text-amber-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-amber-600);
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: rgb(var(--color-primary) / 1);
      }
    }
  }
  .group-hover\:text-secondary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: rgb(var(--color-secondary) / 1);
      }
    }
  }
  .group-hover\:text-tertiary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: rgb(var(--color-tertiary) / 1);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .peer-checked\:bg-primary {
    &:is(:where(.peer):checked ~ *) {
      background-color: rgb(var(--color-primary) / 1);
    }
  }
  .peer-focus\:ring-2 {
    &:is(:where(.peer):focus ~ *) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .peer-focus\:ring-primary\/30 {
    &:is(:where(.peer):focus ~ *) {
      --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 30%, transparent);
      }
    }
  }
  .peer-focus\:outline-none {
    &:is(:where(.peer):focus ~ *) {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .selection\:bg-primary-container {
    & *::selection {
      background-color: rgb(var(--color-primary-container) / 1);
    }
    &::selection {
      background-color: rgb(var(--color-primary-container) / 1);
    }
  }
  .selection\:text-on-primary-container {
    & *::selection {
      color: rgb(var(--color-on-primary-container) / 1);
    }
    &::selection {
      color: rgb(var(--color-on-primary-container) / 1);
    }
  }
  .placeholder\:text-on-surface-variant\/40 {
    &::placeholder {
      color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 40%, transparent);
      }
    }
  }
  .placeholder\:text-on-surface-variant\/50 {
    &::placeholder {
      color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 50%, transparent);
      }
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-\[2px\] {
    &::after {
      content: var(--tw-content);
      top: 2px;
    }
  }
  .after\:left-\[2px\] {
    &::after {
      content: var(--tw-content);
      left: 2px;
    }
  }
  .after\:h-5 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 5);
    }
  }
  .after\:w-5 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 5);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-pill);
    }
  }
  .after\:border {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-outline-variant {
    &::after {
      content: var(--tw-content);
      border-color: rgb(var(--color-outline-variant) / 1);
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .peer-checked\:after\:translate-x-full {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .peer-checked\:after\:border-white {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        border-color: var(--color-white);
      }
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-amber-500\/15 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-amber-500) 15%, transparent);
        }
      }
    }
  }
  .hover\:border-outline-variant\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 40%, transparent);
        }
      }
    }
  }
  .hover\:border-outline-variant\/60 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 60%, transparent);
        }
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: rgb(var(--color-primary) / 1);
      }
    }
  }
  .hover\:border-primary\/15 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 15%, transparent);
        }
      }
    }
  }
  .hover\:border-primary\/20 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent);
        }
      }
    }
  }
  .hover\:border-primary\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 40%, transparent);
        }
      }
    }
  }
  .hover\:border-red-500\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-red-500) 40%, transparent);
        }
      }
    }
  }
  .hover\:border-secondary\/15 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-secondary) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-secondary) / 1) 15%, transparent);
        }
      }
    }
  }
  .hover\:border-tertiary\/15 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-tertiary) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-tertiary) / 1) 15%, transparent);
        }
      }
    }
  }
  .hover\:bg-error-container\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error-container) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error-container) / 1) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-error\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-green-500\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-on-surface\/\[0\.06\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-on-surface) / 1) / 1) 6%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-on-surface) / 1) 6%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-primary) / 1);
      }
    }
  }
  .hover\:bg-primary-container\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary-container) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary-container) / 1) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary-dim {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-primary-dim) / 1);
      }
    }
  }
  .hover\:bg-primary\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 15%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-500\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-500) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-red-500\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container) / 1);
      }
    }
  }
  .hover\:bg-surface-container-high {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-high) / 1);
      }
    }
  }
  .hover\:bg-surface-container-high\/30 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 30%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container-high\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container-low {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-low) / 1);
      }
    }
  }
  .hover\:bg-surface-container-low\/30 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 30%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container-low\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container-low\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container-lowest\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-lowest) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-lowest) / 1) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container-lowest\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-lowest) / 1) / 1) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-lowest) / 1) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-surface-container\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container) / 1) / 1) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container) / 1) 60%, transparent);
        }
      }
    }
  }
  .hover\:text-error {
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-error) / 1);
      }
    }
  }
  .hover\:text-error\/80 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, rgb(var(--color-error) / 1) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-on-primary {
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-primary) / 1);
      }
    }
  }
  .hover\:text-on-surface {
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .hover\:text-on-surface-variant {
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface-variant) / 1);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-primary) / 1);
      }
    }
  }
  .hover\:text-primary-dim {
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-primary-dim) / 1);
      }
    }
  }
  .hover\:text-primary\/80 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, rgb(var(--color-primary) / 1) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-red-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-400);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:text-red-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-600);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-card-hover {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: var(--shadow-raised);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
      }
    }
  }
  .hover\:ring-outline-variant {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: rgb(var(--color-outline-variant) / 1);
      }
    }
  }
  .hover\:ring-primary\/30 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 30%, transparent);
        }
      }
    }
  }
  .hover\:ring-primary\/40 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 40%, transparent);
        }
      }
    }
  }
  .focus\:border-primary {
    &:focus {
      border-color: rgb(var(--color-primary) / 1);
    }
  }
  .focus\:border-primary\/40 {
    &:focus {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 40%, transparent);
      }
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-primary {
    &:focus {
      --tw-ring-color: rgb(var(--color-primary) / 1);
    }
  }
  .focus\:ring-primary\/40 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 40%, transparent);
      }
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tw-ring-inset: inset;
    }
  }
  .active\:cursor-grabbing {
    &:active {
      cursor: grabbing;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:bg-surface-container {
    &:disabled {
      background-color: rgb(var(--color-surface-container) / 1);
    }
  }
  .disabled\:opacity-30 {
    &:disabled {
      opacity: 30%;
    }
  }
  .disabled\:opacity-40 {
    &:disabled {
      opacity: 40%;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .disabled\:opacity-60 {
    &:disabled {
      opacity: 60%;
    }
  }
  .disabled\:hover\:bg-transparent {
    &:disabled {
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: 34px;
      line-height: var(--tw-leading, 40px);
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:p-7 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: 28px;
      line-height: var(--tw-leading, 34px);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-w-\[28rem\] {
    @media (width >= 64rem) {
      min-width: 28rem;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_380px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 380px;
    }
  }
  .lg\:grid-cols-\[18rem_minmax\(0\,1fr\)_18rem\] {
    @media (width >= 64rem) {
      grid-template-columns: 18rem minmax(0,1fr) 18rem;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:self-center {
    @media (width >= 64rem) {
      align-self: center;
    }
  }
  .lg\:border-t-0 {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:border-l {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .dark\:text-amber-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-amber-400);
    }
  }
  .dark\:text-amber-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-amber-500);
    }
  }
  .\[\&\:\:-webkit-scrollbar\]\:w-1 {
    &::-webkit-scrollbar {
      width: calc(var(--spacing) * 1);
    }
  }
  .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full {
    &::-webkit-scrollbar-thumb {
      border-radius: var(--radius-pill);
    }
  }
  .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-outline-variant\/40 {
    &::-webkit-scrollbar-thumb {
      background-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 40%, transparent);
      }
    }
  }
}
:root {
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-emphasis: cubic-bezier(0.5, 0, 0.2, 1);
  --duration-micro: 150ms;
  --duration-medium: 300ms;
  --duration-macro: 500ms;
  --nav-height: 13rem;
  --nav-crossfade: var(--duration-micro);
  --nav-blur-max: 16;
  --nav-bg-opacity: 0.8;
  --view-push-duration: var(--duration-macro);
  --view-push-offset: 72px;
  --view-pop-duration: var(--duration-medium);
  --view-pop-offset: 48px;
  --view-push-parallax: -24px;
  --tab-duration: var(--duration-medium);
  --tab-offset: 8px;
  --route-leave: var(--duration-micro);
  --route-leave-y: 4px;
  --route-enter: var(--duration-medium);
  --route-enter-y: 12px;
}
:root {
  --surface-noise: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.045'/></svg>");
  --surface-tint-warm: transparent;
  --surface-tint-cool: transparent;
  --surface-tint-warm-pos: 20% 10%;
  --surface-tint-cool-pos: 80% 80%;
  --page-backdrop: radial-gradient(circle at var(--surface-tint-warm-pos), var(--surface-tint-warm), transparent 50%),
        radial-gradient(circle at var(--surface-tint-cool-pos), var(--surface-tint-cool), transparent 60%),
        var(--surface-noise);
  --portal-accent: var(--color-primary);
}
:root, [data-palette="azure"] {
  --color-primary: 12 86 208;
  --color-primary-dim: 0 74 186;
  --color-primary-light: 92 139 255;
  --color-on-primary: 248 247 255;
  --color-primary-container: 218 226 255;
  --color-primary-container-low: 235 240 255;
  --color-on-primary-container: 0 74 185;
  --color-primary-fixed: 218 226 255;
  --color-primary-fixed-dim: 198 211 255;
  --color-on-primary-fixed: 0 57 147;
  --color-secondary: 83 96 115;
  --color-secondary-dim: 71 84 103;
  --color-secondary-light: 102 112 133;
  --color-on-secondary: 248 248 255;
  --color-secondary-container: 214 227 251;
  --color-secondary-container-low: 232 237 247;
  --color-on-secondary-container: 70 83 101;
  --color-secondary-fixed: 214 227 251;
  --color-secondary-fixed-dim: 200 213 236;
  --color-tertiary: 97 91 119;
  --color-tertiary-dim: 85 79 107;
  --color-tertiary-light: 151 145 168;
  --color-on-tertiary: 252 247 255;
  --color-tertiary-container: 227 219 253;
  --color-tertiary-container-low: 240 236 250;
  --color-on-tertiary-container: 82 76 104;
  --color-surface: 249 250 255;
  --color-surface-dim: 221 228 244;
  --color-surface-bright: 250 251 255;
  --color-surface-container-lowest: 255 255 255;
  --color-surface-container-low: 244 246 252;
  --color-surface-container: 237 240 249;
  --color-surface-container-high: 230 235 247;
  --color-surface-container-highest: 222 230 244;
  --color-surface-variant: 224 231 244;
  --color-on-surface: 20 49 97;
  --color-on-surface-variant: 75 89 115;
  --color-outline: 107 121 145;
  --color-outline-variant: 176 187 208;
  --color-error: 159 64 61;
  --color-error-dim: 78 3 9;
  --color-on-error: 255 247 246;
  --color-error-container: 254 137 131;
  --color-on-error-container: 117 33 33;
  --color-success: 18 183 106;
  --color-success-dim: 3 152 85;
  --color-success-container: 209 250 223;
  --color-on-success-container: 5 79 49;
  --color-warning: 247 144 9;
  --color-warning-dim: 220 104 3;
  --color-warning-container: 254 240 199;
  --color-on-warning-container: 122 46 14;
  --color-inverse-surface: 6 14 30;
  --color-inverse-on-surface: 149 157 178;
  --color-inverse-primary: 92 139 255;
  --shadow-rgb: 20 49 97;
  --radius-control: 8px;
  --radius-card: 12px;
  --radius-panel: 16px;
  --radius-pill: 999px;
  --shadow-ambient: 0 12px 32px rgb(var(--shadow-rgb) / 0.06);
  --shadow-ambient-lg: 0 16px 48px rgb(var(--shadow-rgb) / 0.10);
  --shadow-card: 0 1px 2px rgb(var(--shadow-rgb) / 0.05), 0 4px 10px rgb(var(--shadow-rgb) / 0.06);
  --shadow-raised: 0 2px 4px rgb(var(--shadow-rgb) / 0.06), 0 8px 20px rgb(var(--shadow-rgb) / 0.10);
  --shadow-floating: 0 12px 32px rgb(var(--shadow-rgb) / 0.18);
  --shadow-modal: 0 24px 64px rgb(var(--shadow-rgb) / 0.28);
  --field-grid-color: 12 86 208;
  --field-grid-opacity: 0.03;
  --modal-overlay: 20 49 97 / 0.2;
  --slideout-overlay: 20 49 97 / 0.2;
  --cb-bg: rgb(20 49 97);
  --cb-fg: white;
  --cb-fg-mute: rgb(255 255 255 / 0.75);
  --cb-divider: rgb(255 255 255 / 0.18);
  --cb-divider-hover: rgb(255 255 255 / 0.4);
}
[data-palette="azure-dark"] {
  --color-primary: 128 168 255;
  --color-primary-dim: 92 139 255;
  --color-primary-light: 168 196 255;
  --color-on-primary: 12 16 28;
  --color-primary-container: 26 56 116;
  --color-primary-container-low: 20 36 80;
  --color-on-primary-container: 198 218 255;
  --color-primary-fixed: 218 226 255;
  --color-primary-fixed-dim: 198 211 255;
  --color-on-primary-fixed: 0 32 92;
  --color-secondary: 158 178 210;
  --color-secondary-dim: 130 148 178;
  --color-secondary-light: 188 204 230;
  --color-on-secondary: 14 24 44;
  --color-secondary-container: 44 60 92;
  --color-secondary-container-low: 28 40 64;
  --color-on-secondary-container: 200 216 240;
  --color-secondary-fixed: 214 227 251;
  --color-secondary-fixed-dim: 200 213 236;
  --color-tertiary: 188 178 220;
  --color-tertiary-dim: 158 148 196;
  --color-tertiary-light: 210 200 234;
  --color-on-tertiary: 24 18 44;
  --color-tertiary-container: 64 56 96;
  --color-tertiary-container-low: 44 38 72;
  --color-on-tertiary-container: 220 212 244;
  --color-surface: 12 16 28;
  --color-surface-dim: 8 12 22;
  --color-surface-bright: 28 36 54;
  --color-surface-container-lowest: 20 26 42;
  --color-surface-container-low: 26 34 52;
  --color-surface-container: 34 44 64;
  --color-surface-container-high: 44 56 78;
  --color-surface-container-highest: 56 70 94;
  --color-surface-variant: 44 56 78;
  --color-on-surface: 224 234 252;
  --color-on-surface-variant: 156 178 220;
  --color-outline: 110 134 178;
  --color-outline-variant: 56 76 110;
  --color-error: 244 144 144;
  --color-error-dim: 220 110 110;
  --color-on-error: 40 8 8;
  --color-error-container: 96 32 32;
  --color-on-error-container: 254 200 196;
  --color-success: 52 211 153;
  --color-success-dim: 16 174 120;
  --color-success-container: 16 64 44;
  --color-on-success-container: 168 234 200;
  --color-warning: 251 191 36;
  --color-warning-dim: 220 160 16;
  --color-warning-container: 80 56 12;
  --color-on-warning-container: 254 224 160;
  --color-inverse-surface: 224 234 252;
  --color-inverse-on-surface: 26 34 52;
  --color-inverse-primary: 12 86 208;
  --shadow-rgb: 0 0 0;
  --field-grid-color: 128 168 255;
  --field-grid-opacity: 0.06;
  --modal-overlay: 0 0 0 / 0.3;
  --slideout-overlay: 0 0 0 / 0.3;
  --cb-bg: rgb(44 56 78);
  --cb-fg: rgb(224 234 252);
  --cb-fg-mute: rgb(156 178 220);
  --cb-divider: rgb(56 76 110 / 0.6);
  --cb-divider-hover: rgb(56 76 110);
}
[data-palette="operational-teal"] {
  --color-primary: 15 118 110;
  --color-primary-dim: 0 92 85;
  --color-primary-light: 128 213 203;
  --color-on-primary: 255 255 255;
  --color-primary-container: 156 242 232;
  --color-primary-container-low: 232 251 246;
  --color-on-primary-container: 0 80 74;
  --color-primary-fixed: 156 242 232;
  --color-primary-fixed-dim: 128 213 203;
  --color-on-primary-fixed: 0 32 29;
  --color-secondary: 70 92 88;
  --color-secondary-dim: 50 70 66;
  --color-secondary-light: 110 132 128;
  --color-on-secondary: 255 255 255;
  --color-secondary-container: 210 232 226;
  --color-secondary-container-low: 232 244 240;
  --color-on-secondary-container: 32 56 50;
  --color-secondary-fixed: 210 232 226;
  --color-secondary-fixed-dim: 188 212 206;
  --color-tertiary: 0 119 109;
  --color-tertiary-dim: 0 92 84;
  --color-tertiary-light: 107 216 203;
  --color-on-tertiary: 255 255 255;
  --color-tertiary-container: 137 245 231;
  --color-tertiary-container-low: 222 249 245;
  --color-on-tertiary-container: 0 80 73;
  --color-surface: 246 250 248;
  --color-surface-dim: 218 232 228;
  --color-surface-bright: 250 254 252;
  --color-surface-container-lowest: 255 255 255;
  --color-surface-container-low: 240 248 244;
  --color-surface-container: 230 242 238;
  --color-surface-container-high: 220 236 230;
  --color-surface-container-highest: 208 228 222;
  --color-surface-variant: 220 236 230;
  --color-on-surface: 8 32 28;
  --color-on-surface-variant: 60 80 76;
  --color-outline: 100 124 118;
  --color-outline-variant: 188 210 204;
  --color-error: 186 26 26;
  --color-error-dim: 147 0 10;
  --color-on-error: 255 255 255;
  --color-error-container: 255 218 214;
  --color-on-error-container: 147 0 10;
  --color-success: 18 183 106;
  --color-success-dim: 3 152 85;
  --color-success-container: 209 250 223;
  --color-on-success-container: 5 79 49;
  --color-warning: 247 144 9;
  --color-warning-dim: 220 104 3;
  --color-warning-container: 254 240 199;
  --color-on-warning-container: 122 46 14;
  --color-inverse-surface: 8 32 28;
  --color-inverse-on-surface: 246 250 248;
  --color-inverse-primary: 128 213 203;
  --modal-overlay: 8 32 28 / 0.22;
  --slideout-overlay: 8 32 28 / 0.22;
}
[data-palette="paper-cream"] {
  --color-primary: 91 58 140;
  --color-primary-dim: 70 40 116;
  --color-primary-light: 142 110 192;
  --color-on-primary: 255 254 251;
  --color-primary-container: 237 229 250;
  --color-primary-container-low: 246 240 252;
  --color-on-primary-container: 56 30 102;
  --color-primary-fixed: 237 229 250;
  --color-primary-fixed-dim: 218 204 240;
  --color-on-primary-fixed: 40 18 78;
  --color-secondary: 201 122 43;
  --color-secondary-dim: 166 96 24;
  --color-secondary-light: 220 162 96;
  --color-on-secondary: 255 254 251;
  --color-secondary-container: 251 232 212;
  --color-secondary-container-low: 252 243 230;
  --color-on-secondary-container: 92 49 8;
  --color-secondary-fixed: 251 232 212;
  --color-secondary-fixed-dim: 240 211 178;
  --color-tertiary: 138 132 120;
  --color-tertiary-dim: 110 104 92;
  --color-tertiary-light: 178 172 160;
  --color-on-tertiary: 255 254 251;
  --color-tertiary-container: 232 226 214;
  --color-tertiary-container-low: 240 236 226;
  --color-on-tertiary-container: 60 56 48;
  --color-surface: 246 244 239;
  --color-surface-dim: 231 226 214;
  --color-surface-bright: 255 254 251;
  --color-surface-container-lowest: 255 254 251;
  --color-surface-container-low: 250 247 240;
  --color-surface-container: 241 237 228;
  --color-surface-container-high: 231 226 214;
  --color-surface-container-highest: 220 214 200;
  --color-surface-variant: 231 226 214;
  --color-on-surface: 26 24 21;
  --color-on-surface-variant: 90 86 77;
  --color-outline: 138 132 120;
  --color-outline-variant: 216 210 194;
  --color-error: 154 43 43;
  --color-error-dim: 116 24 24;
  --color-on-error: 255 246 245;
  --color-error-container: 247 220 220;
  --color-on-error-container: 100 12 12;
  --color-success: 43 111 75;
  --color-success-dim: 22 86 56;
  --color-success-container: 224 240 230;
  --color-on-success-container: 8 60 36;
  --color-warning: 168 106 20;
  --color-warning-dim: 134 78 8;
  --color-warning-container: 247 236 214;
  --color-on-warning-container: 80 42 0;
  --color-inverse-surface: 26 24 21;
  --color-inverse-on-surface: 246 244 239;
  --color-inverse-primary: 142 110 192;
  --color-cascade-retain: var(--color-primary);
  --color-cascade-flow: var(--color-secondary);
  --shadow-rgb: 26 24 21;
  --field-grid-color: 91 58 140;
  --field-grid-opacity: 0.04;
  --modal-overlay: 26 24 21 / 0.22;
  --slideout-overlay: 26 24 21 / 0.22;
  --cb-bg: rgb(26 24 21);
  --cb-fg: rgb(246 244 239);
  --cb-fg-mute: rgb(220 214 200);
  --cb-divider: rgb(255 255 255 / 0.18);
  --cb-divider-hover: rgb(255 255 255 / 0.40);
}
[data-palette="midnight-paper"] {
  --color-primary: 200 175 240;
  --color-primary-dim: 168 138 220;
  --color-primary-light: 220 200 248;
  --color-on-primary: 24 16 40;
  --color-primary-container: 60 38 96;
  --color-primary-container-low: 42 26 68;
  --color-on-primary-container: 232 220 250;
  --color-primary-fixed: 232 220 250;
  --color-primary-fixed-dim: 218 204 240;
  --color-on-primary-fixed: 32 12 78;
  --color-secondary: 230 168 110;
  --color-secondary-dim: 200 138 80;
  --color-secondary-light: 244 198 152;
  --color-on-secondary: 36 22 8;
  --color-secondary-container: 96 56 24;
  --color-secondary-container-low: 64 38 16;
  --color-on-secondary-container: 252 230 200;
  --color-secondary-fixed: 251 232 212;
  --color-secondary-fixed-dim: 240 211 178;
  --color-tertiary: 200 196 184;
  --color-tertiary-dim: 168 164 152;
  --color-tertiary-light: 224 220 208;
  --color-on-tertiary: 28 26 22;
  --color-tertiary-container: 60 56 48;
  --color-tertiary-container-low: 44 40 32;
  --color-on-tertiary-container: 232 226 214;
  --color-surface: 24 22 18;
  --color-surface-dim: 16 14 12;
  --color-surface-bright: 38 34 28;
  --color-surface-container-lowest: 30 26 22;
  --color-surface-container-low: 36 32 26;
  --color-surface-container: 44 40 32;
  --color-surface-container-high: 56 50 40;
  --color-surface-container-highest: 70 62 50;
  --color-surface-variant: 56 50 40;
  --color-on-surface: 240 232 218;
  --color-on-surface-variant: 188 178 160;
  --color-outline: 130 122 108;
  --color-outline-variant: 64 58 46;
  --color-error: 244 144 144;
  --color-error-dim: 220 110 110;
  --color-on-error: 40 8 8;
  --color-error-container: 96 32 32;
  --color-on-error-container: 254 200 196;
  --color-success: 110 196 156;
  --color-success-dim: 80 168 130;
  --color-success-container: 24 64 44;
  --color-on-success-container: 188 234 208;
  --color-warning: 251 191 36;
  --color-warning-dim: 220 160 16;
  --color-warning-container: 80 56 12;
  --color-on-warning-container: 254 224 160;
  --color-inverse-surface: 240 232 218;
  --color-inverse-on-surface: 24 22 18;
  --color-inverse-primary: 91 58 140;
  --color-cascade-retain: var(--color-primary);
  --color-cascade-flow: var(--color-secondary);
  --shadow-rgb: 0 0 0;
  --field-grid-color: 200 175 240;
  --field-grid-opacity: 0.05;
  --modal-overlay: 0 0 0 / 0.3;
  --slideout-overlay: 0 0 0 / 0.3;
  --cb-bg: rgb(38 34 28);
  --cb-fg: rgb(240 232 218);
  --cb-fg-mute: rgb(188 178 160);
  --cb-divider: rgb(255 255 255 / 0.12);
  --cb-divider-hover: rgb(255 255 255 / 0.30);
}
[data-palette="editorial-paper"] {
  --color-primary: 20 17 13;
  --color-primary-dim: 0 0 0;
  --color-primary-light: 59 52 42;
  --color-on-primary: 244 238 227;
  --color-primary-container: 235 227 212;
  --color-primary-container-low: 248 244 234;
  --color-on-primary-container: 20 17 13;
  --color-primary-fixed: 235 227 212;
  --color-primary-fixed-dim: 220 210 192;
  --color-on-primary-fixed: 20 17 13;
  --color-secondary: 184 116 61;
  --color-secondary-dim: 152 92 44;
  --color-secondary-light: 210 152 100;
  --color-on-secondary: 244 238 227;
  --color-secondary-container: 246 226 200;
  --color-secondary-container-low: 250 240 222;
  --color-on-secondary-container: 90 50 12;
  --color-secondary-fixed: 246 226 200;
  --color-secondary-fixed-dim: 232 208 175;
  --color-tertiary: 47 92 110;
  --color-tertiary-dim: 28 70 86;
  --color-tertiary-light: 86 124 142;
  --color-on-tertiary: 244 238 227;
  --color-tertiary-container: 217 230 236;
  --color-tertiary-container-low: 232 240 244;
  --color-on-tertiary-container: 20 56 72;
  --color-surface: 244 238 227;
  --color-surface-dim: 232 224 209;
  --color-surface-bright: 252 248 240;
  --color-surface-container-lowest: 255 252 246;
  --color-surface-container-low: 248 244 234;
  --color-surface-container: 240 234 220;
  --color-surface-container-high: 232 224 209;
  --color-surface-container-highest: 220 210 192;
  --color-surface-variant: 235 227 212;
  --color-on-surface: 20 17 13;
  --color-on-surface-variant: 110 101 87;
  --color-outline: 138 130 116;
  --color-outline-variant: 200 192 178;
  --color-error: 159 64 61;
  --color-error-dim: 122 38 36;
  --color-on-error: 255 246 245;
  --color-error-container: 246 220 218;
  --color-on-error-container: 100 18 18;
  --color-success: 47 107 60;
  --color-success-dim: 32 80 44;
  --color-success-container: 220 234 222;
  --color-on-success-container: 20 60 30;
  --color-warning: 168 118 31;
  --color-warning-dim: 134 92 18;
  --color-warning-container: 246 230 198;
  --color-on-warning-container: 80 50 4;
  --color-inverse-surface: 20 17 13;
  --color-inverse-on-surface: 244 238 227;
  --color-inverse-primary: 220 210 192;
  --color-cascade-retain: var(--color-primary);
  --color-cascade-flow: var(--color-secondary);
  --shadow-rgb: 20 17 13;
  --field-grid-color: 20 17 13;
  --field-grid-opacity: 0.04;
  --modal-overlay: 20 17 13 / 0.22;
  --slideout-overlay: 20 17 13 / 0.22;
  --cb-bg: rgb(20 17 13);
  --cb-fg: rgb(244 238 227);
  --cb-fg-mute: rgb(220 210 192);
  --cb-divider: rgb(255 255 255 / 0.18);
  --cb-divider-hover: rgb(255 255 255 / 0.40);
}
:root, [data-palette="azure"], [data-palette="azure-dark"], [data-palette="operational-teal"], [data-palette="navy"], [data-palette="navy-dark"] {
  --color-cascade-retain: var(--color-primary);
  --color-cascade-flow: var(--color-secondary);
}
[data-palette="navy"] {
  --color-primary: 15 28 44;
  --color-primary-dim: 27 46 71;
  --color-primary-light: 71 96 126;
  --color-on-primary: 248 249 250;
  --color-primary-container: 214 228 249;
  --color-primary-container-low: 235 240 249;
  --color-on-primary-container: 15 28 44;
  --color-primary-fixed: 214 228 249;
  --color-primary-fixed-dim: 194 211 232;
  --color-on-primary-fixed: 15 28 44;
  --color-secondary: 71 96 126;
  --color-secondary-dim: 55 77 104;
  --color-secondary-light: 109 132 158;
  --color-on-secondary: 248 249 250;
  --color-secondary-container: 194 220 255;
  --color-secondary-container-low: 231 239 255;
  --color-on-secondary-container: 72 97 126;
  --color-secondary-fixed: 194 220 255;
  --color-secondary-fixed-dim: 169 199 238;
  --color-tertiary: 97 91 119;
  --color-tertiary-dim: 85 79 107;
  --color-tertiary-light: 151 145 168;
  --color-on-tertiary: 252 247 255;
  --color-tertiary-container: 227 219 253;
  --color-tertiary-container-low: 240 236 250;
  --color-on-tertiary-container: 82 76 104;
  --color-surface: 248 249 250;
  --color-surface-dim: 231 232 233;
  --color-surface-bright: 255 255 255;
  --color-surface-container-lowest: 255 255 255;
  --color-surface-container-low: 243 244 245;
  --color-surface-container: 233 234 235;
  --color-surface-container-high: 231 232 233;
  --color-surface-container-highest: 223 224 225;
  --color-surface-variant: 231 232 233;
  --color-on-surface: 25 28 29;
  --color-on-surface-variant: 64 72 76;
  --color-outline: 112 120 125;
  --color-outline-variant: 192 200 205;
  --color-error: 159 64 61;
  --color-error-dim: 78 3 9;
  --color-on-error: 255 247 246;
  --color-error-container: 254 137 131;
  --color-on-error-container: 117 33 33;
  --color-success: 18 183 106;
  --color-success-dim: 3 152 85;
  --color-success-container: 209 250 223;
  --color-on-success-container: 5 79 49;
  --color-warning: 247 144 9;
  --color-warning-dim: 220 104 3;
  --color-warning-container: 254 240 199;
  --color-on-warning-container: 122 46 14;
  --color-inverse-surface: 29 33 34;
  --color-inverse-on-surface: 229 230 231;
  --color-inverse-primary: 169 195 227;
  --modal-overlay: 15 28 44 / 0.22;
  --slideout-overlay: 15 28 44 / 0.22;
}
[data-palette="navy-dark"] {
  --color-primary: 158 188 226;
  --color-primary-dim: 124 156 200;
  --color-primary-light: 196 216 240;
  --color-on-primary: 12 18 30;
  --color-primary-container: 30 50 80;
  --color-primary-container-low: 22 36 56;
  --color-on-primary-container: 200 220 245;
  --color-primary-fixed: 214 228 249;
  --color-primary-fixed-dim: 194 211 232;
  --color-on-primary-fixed: 15 28 44;
  --color-secondary: 158 174 196;
  --color-secondary-dim: 130 146 168;
  --color-secondary-light: 188 204 222;
  --color-on-secondary: 16 22 32;
  --color-secondary-container: 40 56 76;
  --color-secondary-container-low: 28 38 54;
  --color-on-secondary-container: 200 214 230;
  --color-secondary-fixed: 194 220 255;
  --color-secondary-fixed-dim: 169 199 238;
  --color-tertiary: 188 178 220;
  --color-tertiary-dim: 158 148 196;
  --color-tertiary-light: 210 200 234;
  --color-on-tertiary: 24 18 44;
  --color-tertiary-container: 64 56 96;
  --color-tertiary-container-low: 44 38 72;
  --color-on-tertiary-container: 220 212 244;
  --color-surface: 14 18 24;
  --color-surface-dim: 8 12 18;
  --color-surface-bright: 28 34 44;
  --color-surface-container-lowest: 18 22 30;
  --color-surface-container-low: 24 30 40;
  --color-surface-container: 32 40 52;
  --color-surface-container-high: 42 52 66;
  --color-surface-container-highest: 56 68 84;
  --color-surface-variant: 42 52 66;
  --color-on-surface: 218 226 238;
  --color-on-surface-variant: 152 166 188;
  --color-outline: 108 124 148;
  --color-outline-variant: 54 68 88;
  --color-error: 244 144 144;
  --color-error-dim: 220 110 110;
  --color-on-error: 40 8 8;
  --color-error-container: 96 32 32;
  --color-on-error-container: 254 200 196;
  --color-success: 52 211 153;
  --color-success-dim: 16 174 120;
  --color-success-container: 16 64 44;
  --color-on-success-container: 168 234 200;
  --color-warning: 251 191 36;
  --color-warning-dim: 220 160 16;
  --color-warning-container: 80 56 12;
  --color-on-warning-container: 254 224 160;
  --color-inverse-surface: 218 226 238;
  --color-inverse-on-surface: 14 18 24;
  --color-inverse-primary: 15 28 44;
  --shadow-rgb: 0 0 0;
  --field-grid-color: 158 188 226;
  --field-grid-opacity: 0.06;
  --modal-overlay: 0 0 0 / 0.3;
  --slideout-overlay: 0 0 0 / 0.3;
  --cb-bg: rgb(32 40 52);
  --cb-fg: rgb(218 226 238);
  --cb-fg-mute: rgb(152 166 188);
  --cb-divider: rgb(255 255 255 / 0.12);
  --cb-divider-hover: rgb(255 255 255 / 0.30);
}
[data-palette="paper-cream"] {
  --surface-tint-warm: rgb(184 116 61 / 0.05);
  --surface-tint-cool: rgb(112 78 46 / 0.04);
}
[data-palette="editorial-paper"] {
  --surface-tint-warm: rgb(184 116 61 / 0.05);
  --surface-tint-cool: rgb(47 92 110 / 0.04);
}
[data-palette="azure"] {
  --surface-tint-warm: rgb(12 86 208 / 0.025);
  --surface-tint-cool: transparent;
}
[data-palette="operational-teal"] {
  --surface-tint-warm: rgb(14 110 110 / 0.04);
  --surface-tint-cool: rgb(184 116 61 / 0.025);
}
[data-palette="azure-dark"], [data-palette="navy"], [data-palette="navy-dark"], [data-palette="midnight-paper"] {
  --surface-noise: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.025'/></svg>");
  --surface-tint-warm: transparent;
  --surface-tint-cool: transparent;
}
[data-palette="midnight-paper"] {
  --surface-tint-warm: rgb(184 116 61 / 0.05);
  --surface-tint-cool: rgb(112 78 46 / 0.04);
}
[data-palette="paper-cream"] body, [data-palette="editorial-paper"] body, [data-palette="midnight-paper"] body {
  background-image: var(--page-backdrop);
}
[data-palette="paper-cream"] .nav-base-view, [data-palette="editorial-paper"] .nav-base-view, [data-palette="midnight-paper"] .nav-base-view {
  background-color: transparent;
}
[data-textured] {
  background-image: var(--page-backdrop);
}
@media print {
  [data-palette="paper-cream"] body, [data-palette="editorial-paper"] body, [data-palette="midnight-paper"] body, [data-textured] {
    background-image: none;
  }
}
:root {
  --cjk-sans-stack: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
        'Yu Gothic UI', 'Yu Gothic', 'Meiryo',
        'Apple SD Gothic Neo', 'Malgun Gothic',
        'PingFang SC', 'PingFang TC',
        'Microsoft YaHei', 'Microsoft JhengHei',
        'Noto Sans CJK JP';
  --cjk-serif-stack: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro',
        'Yu Mincho', 'YuMincho',
        'Songti SC', 'STSong',
        'Nanum Myeongjo', 'Batang',
        'SimSun', 'PMingLiU',
        'Noto Serif CJK JP';
}
:root, [data-style="standard"] {
  --display-family: 'Manrope', var(--cjk-sans-stack), system-ui, sans-serif;
  --display-weight: 800;
  --display-track: -0.02em;
  --label-track: 0;
  --label-case: none;
  --label-family: 'Manrope', var(--cjk-sans-stack), system-ui, sans-serif;
  --label-weight: 700;
  --tier-name-family: 'Manrope', var(--cjk-sans-stack), system-ui, sans-serif;
  --tier-name-weight: 700;
  --tier-name-case: none;
  --tier-name-track: -0.01em;
  --tier-name-size: 16px;
  --num-family: 'Manrope', var(--cjk-sans-stack), system-ui, sans-serif;
  --leader-style: solid;
  --field-grid: none;
  --field-size: 24px 24px;
  --frame-radius: var(--radius-control);
  --pill-radius: var(--radius-pill);
  --tier-radius: var(--radius-card);
  --row-radius: var(--radius-card);
  --module-radius: var(--radius-control);
  --rule-feature: none;
  --icon-family: 'Material Symbols Outlined';
  --mono-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, var(--cjk-sans-stack), monospace;
}
[data-style="brief"] {
  --display-family: 'JetBrains Mono', var(--cjk-sans-stack), ui-monospace, monospace;
  --display-weight: 500;
  --display-track: -0.04em;
  --label-track: 0.10em;
  --label-case: uppercase;
  --label-family: 'JetBrains Mono', var(--cjk-sans-stack), ui-monospace, monospace;
  --label-weight: 500;
  --tier-name-family: 'JetBrains Mono', var(--cjk-sans-stack), ui-monospace, monospace;
  --tier-name-weight: 600;
  --tier-name-case: uppercase;
  --tier-name-track: 0.08em;
  --tier-name-size: 14px;
  --num-family: 'JetBrains Mono', var(--cjk-sans-stack), ui-monospace, monospace;
  --leader-style: dotted;
  --field-grid: linear-gradient(to right, rgb(var(--field-grid-color) / var(--field-grid-opacity)) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(var(--field-grid-color) / var(--field-grid-opacity)) 1px, transparent 1px);
  --field-size: 24px 24px;
  --frame-radius: 0px;
  --pill-radius: 0px;
  --tier-radius: 0px;
  --row-radius: 0px;
  --module-radius: 0px;
  --rule-feature: block;
}
[data-style="editorial"] {
  --display-family: 'Fraunces', var(--cjk-serif-stack), Georgia, serif;
  --display-weight: 700;
  --display-track: -0.02em;
  --label-track: 0.10em;
  --label-case: uppercase;
  --label-family: 'Inter', var(--cjk-sans-stack), system-ui, sans-serif;
  --label-weight: 600;
  --tier-name-family: 'Fraunces', var(--cjk-serif-stack), Georgia, serif;
  --tier-name-weight: 700;
  --tier-name-case: none;
  --tier-name-track: -0.015em;
  --tier-name-size: 17px;
  --num-family: 'JetBrains Mono', var(--cjk-sans-stack), ui-monospace, monospace;
  --leader-style: solid;
  --field-grid: none;
  --field-size: 24px 24px;
  --frame-radius: 14px;
  --pill-radius: var(--radius-pill);
  --tier-radius: 14px;
  --row-radius: var(--radius-card);
  --module-radius: var(--radius-card);
  --rule-feature: none;
}
[data-style="editorial"] .font-headline, [data-style="editorial"] .section-title, [data-style="editorial"] .stat-value, [data-style="editorial"] .stat-card .stat-value, [data-style="editorial"] .stat .stat-value, [data-style="editorial"] .page-nav-title, [data-style="editorial"] [data-page-nav-title], [data-style="editorial"] h1.font-headline, [data-style="editorial"] h2.font-headline, [data-style="editorial"] h3.font-headline, [data-style="editorial"] .n-row-name, [data-style="editorial"] .n-sc-title {
  font-family: var(--display-family);
  font-feature-settings: 'ss01' on, 'ss02' on;
  letter-spacing: -0.018em;
}
[data-style="editorial"] .stat-value, [data-style="editorial"] .stat-card .stat-value {
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 1;
}
[data-style="editorial"] .tabular-mono, [data-style="editorial"] .n-tbl td.tabular-mono, [data-style="editorial"] .n-mono {
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
[data-style="editorial"] .stat-label, [data-style="editorial"] .label-field, [data-style="editorial"] .n-kv-label, [data-style="editorial"] .n-sc-label, [data-style="editorial"] .n-tbl thead th, [data-style="editorial"] .page-nav-subtitle {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
[data-style="editorial"] .page-nav-subtitle {
  font-size: 11px;
  line-height: 16px;
}
[data-style="editorial"] .section-card, [data-style="editorial"] .n-tbl-wrap, [data-style="editorial"] .n-sidebar-card, [data-style="editorial"] .card-elevated {
  border-radius: 14px;
}
[data-style="editorial"] .section-title::before {
  width: 3px !important;
  height: 18px !important;
  background: rgb(var(--color-primary)) !important;
  transform: translateY(2px) !important;
  border-radius: 2px;
}
[data-style="editorial"] .nav-root-view .page-nav h1, [data-style="editorial"] .nav-root-view .page-nav h2, [data-style="editorial"] [data-nav-root] h1, [data-style="editorial"] [data-nav-root] h2 {
  font-family: var(--display-family);
  font-weight: 700;
  letter-spacing: -0.022em;
}
[data-style="editorial"] .section-link {
  font-family: var(--display-family);
  font-variant-caps: all-small-caps;
  letter-spacing: 0.04em;
}
[data-style="editorial"] .anno-title {
  font-family: var(--display-family);
}
[data-palette="paper-cream"] body, [data-palette="paper-cream"] html, [data-palette="editorial-paper"] body, [data-palette="editorial-paper"] html, [data-palette="midnight-paper"] body, [data-palette="midnight-paper"] html {
  background-color: rgb(var(--color-surface));
}
[data-palette="paper-cream"] .section-card, [data-palette="paper-cream"] .n-sidebar-card, [data-palette="paper-cream"] .card-elevated, [data-palette="paper-cream"] .empty-state, [data-palette="paper-cream"] .n-tbl-wrap, [data-palette="paper-cream"] .rail-item, [data-palette="editorial-paper"] .section-card, [data-palette="editorial-paper"] .n-sidebar-card, [data-palette="editorial-paper"] .card-elevated, [data-palette="editorial-paper"] .empty-state, [data-palette="editorial-paper"] .n-tbl-wrap, [data-palette="editorial-paper"] .rail-item, [data-palette="midnight-paper"] .section-card, [data-palette="midnight-paper"] .n-sidebar-card, [data-palette="midnight-paper"] .card-elevated, [data-palette="midnight-paper"] .empty-state, [data-palette="midnight-paper"] .n-tbl-wrap, [data-palette="midnight-paper"] .rail-item {
  box-shadow: 0 1px 0 rgb(20 18 12 / 0.04), 0 6px 16px -8px rgb(20 18 12 / 0.10);
  border-color: rgb(var(--color-outline-variant) / 0.55);
}
[data-palette="paper-cream"] .stat, [data-palette="paper-cream"] .stat-card, [data-palette="editorial-paper"] .stat, [data-palette="editorial-paper"] .stat-card, [data-palette="midnight-paper"] .stat, [data-palette="midnight-paper"] .stat-card {
  background: rgb(var(--color-surface-container-lowest));
  border-color: rgb(var(--color-outline-variant) / 0.55);
}
[data-palette="paper-cream"] .n-tbl tbody tr:hover td, [data-palette="editorial-paper"] .n-tbl tbody tr:hover td, [data-palette="midnight-paper"] .n-tbl tbody tr:hover td {
  background: rgb(var(--color-surface-container-low) / 0.6);
}
html {
  touch-action: manipulation;
}
.fonts-ready #page-content {
  transition: opacity 0.2s ease;
}
#font-spinner {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--color-surface-container-lowest));
}
#font-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgb(var(--color-outline-variant) / 0.45);
  border-top-color: rgb(var(--color-on-surface-variant));
  border-radius: var(--radius-pill);
  animation: fs-spin 0.6s linear infinite;
}
@keyframes fs-spin {
  to {
    transform: rotate(360deg);
  }
}
.dismiss-spinner #font-spinner {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
[x-cloak] {
  display: none !important;
}
button, [role="button"] {
  cursor: pointer;
}
button:focus-visible, [role="button"]:focus-visible, a:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid rgb(var(--color-primary, 12 86 208));
  outline-offset: 2px;
  border-radius: var(--radius-control);
}
@layer components {
  .btn-primary {
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: rgb(var(--color-primary) / 1);
    --tw-gradient-to: rgb(var(--color-primary-dim) / 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    padding-inline: calc(var(--spacing) * 6);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-primary) / 1);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent) var(--tw-shadow-alpha), transparent);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
    &:active {
      scale: 0.98;
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-hero {
    display: inline-flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-card);
    --tw-border-style: none;
    border-style: none;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: rgb(var(--color-primary) / 1);
    --tw-gradient-to: rgb(var(--color-primary-dim) / 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    padding-inline: calc(var(--spacing) * 4);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-primary) / 1);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent) var(--tw-shadow-alpha), transparent);
    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));
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
      }
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:active {
      scale: 0.98;
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-sso-dark {
    display: inline-flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-card);
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-inverse-surface) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-inverse-on-surface) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-inverse-surface) / 1) / 1) 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-inverse-surface) / 1) 90%, transparent);
        }
      }
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:active {
      scale: 0.98;
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-sso-light {
    display: inline-flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface-variant) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-low) / 1);
      }
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:active {
      scale: 0.98;
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-hero-outlined {
    display: inline-flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-low) / 1);
      }
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:active {
      scale: 0.98;
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-hero-neutral {
    display: inline-flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: none;
    border-style: none;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-low) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-high) / 1);
      }
    }
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:active {
      scale: 0.98;
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-hero-loading {
    display: inline-flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    cursor: wait;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-card);
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-secondary-container) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-secondary) / 1);
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-secondary {
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgb(var(--color-primary) / 1);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 6);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 6%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 6%, transparent);
        }
      }
    }
  }
  .btn-primary-sm {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: rgb(var(--color-primary) / 1);
    --tw-gradient-to: rgb(var(--color-primary-dim) / 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    padding-inline: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(110%);
        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,);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-neutral-sm {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-surface-container-highest) / 1);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-surface) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-highest) / 1) / 1) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-highest) / 1) 80%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-danger-sm {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 10%, transparent);
    }
    padding-inline: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-error) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 15%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-primary-xs {
    display: inline-flex;
    height: calc(var(--spacing) * 7);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    --tw-border-style: none;
    border-style: none;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: rgb(var(--color-primary) / 1);
    --tw-gradient-to: rgb(var(--color-primary-dim) / 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(110%);
        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,);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-neutral-xs {
    display: inline-flex;
    height: calc(var(--spacing) * 7);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-surface-container-highest) / 1);
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-surface) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-highest) / 1) / 1) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-highest) / 1) 80%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-danger-xs {
    display: inline-flex;
    height: calc(var(--spacing) * 7);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    --tw-border-style: none;
    border-style: none;
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 10%, transparent);
    }
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-error) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 15%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-clear-sm {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    align-items: center;
    border-radius: var(--radius-control);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface-variant) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-error) / 1);
      }
    }
  }
  .btn-danger {
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 10%, transparent);
    }
    padding-inline: calc(var(--spacing) * 6);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-error) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 15%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-toolbar {
    display: inline-flex;
    height: calc(var(--spacing) * 9);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1.5);
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-surface-container-high) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-surface) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 80%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-icon {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    background-color: transparent;
    color: rgb(var(--color-on-surface-variant) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-on-surface) / 1) / 1) 6%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-on-surface) / 1) 6%, transparent);
        }
      }
    }
  }
  .input-field {
    height: calc(var(--spacing) * 11);
    width: 100%;
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &:focus {
      border-color: rgb(var(--color-primary) / 1);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 30%, transparent);
      }
    }
  }
  .input-field-sm {
    height: calc(var(--spacing) * 8);
    width: 100%;
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 40%, transparent);
      }
    }
    &:focus {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 30%, transparent);
      }
    }
  }
  .input-search {
    height: calc(var(--spacing) * 8);
    width: 100%;
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-right: calc(var(--spacing) * 4);
    padding-left: calc(var(--spacing) * 10);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 40%, transparent);
      }
    }
    &:focus {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 30%, transparent);
      }
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent);
      }
    }
  }
  .input-hero {
    width: 100%;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 30%, transparent);
    }
    background-color: rgb(var(--color-surface) / 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 30%, transparent);
      }
    }
    &:focus {
      border-color: rgb(var(--color-primary) / 1);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .input-form {
    width: 100%;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &:focus {
      border-color: rgb(var(--color-primary) / 1);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: rgb(var(--color-primary) / 1);
    }
  }
  .input-form-error {
    width: 100%;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgb(var(--color-error) / 1);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &:focus {
      border-color: rgb(var(--color-error) / 1);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: rgb(var(--color-error) / 1);
    }
  }
  .form-field-error {
    margin-top: calc(var(--spacing) * 1);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: rgb(var(--color-error) / 1);
  }
  .input-form-sm {
    width: 100%;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &:focus {
      border-color: rgb(var(--color-primary) / 1);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &:focus {
      --tw-ring-color: rgb(var(--color-primary) / 1);
    }
  }
  .combobox {
    position: relative;
    width: 100%;
  }
  .combobox > .combobox-selected:not([style*="display: none"]) ~ .relative {
    display: none;
  }
  .combobox-panel {
    z-index: 60;
    max-height: calc(var(--spacing) * 64);
    overflow-y: auto;
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .combobox-option {
    width: 100%;
    cursor: pointer;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    text-align: left;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 60%, transparent);
        }
      }
    }
  }
  .combobox-option.is-cursor {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    color: rgb(var(--color-primary) / 1);
  }
  .combobox-row {
    display: flex;
    width: 100%;
    min-width: calc(var(--spacing) * 0);
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .combobox-row-icon {
    flex-shrink: 0;
    font-size: 18px !important;
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 70%, transparent);
    }
  }
  .combobox-row-body {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    flex-direction: column;
  }
  .combobox-row-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .combobox-row-title.is-mono {
    font-family: var(--num-family);
  }
  .combobox-row-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .combobox-row-trailing {
    flex-shrink: 0;
    font-size: 10px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface-variant) / 1);
    --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,);
  }
  .combobox-hint {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 4);
    text-align: center;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 60%, transparent);
    }
  }
  .combobox-hint.is-error {
    color: rgb(var(--color-error) / 1);
  }
  .combobox-paste {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    text-align: left;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 5%, transparent);
        }
      }
    }
  }
  .combobox-paste .material-symbols-outlined {
    color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-primary) / 1) 70%, transparent);
    }
  }
  .combobox-paste-label {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 70%, transparent);
    }
  }
  .combobox-paste-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(var(--color-on-surface) / 1);
  }
  .combobox-selected {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
  }
  .combobox-clear {
    margin-left: auto;
    display: inline-flex;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius-control) / 2);
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 50%, transparent);
    }
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 40%, transparent);
        }
      }
    }
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .label-hero {
    margin-bottom: calc(var(--spacing) * 1.5);
    display: block;
    font-family: var(--label-family), system-ui, sans-serif;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .ghost-input {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: transparent;
    color: rgb(var(--color-on-surface) / 1);
    transition-property: border-color,width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: rgb(var(--color-outline) / 1);
    }
    &:focus {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
    &:focus {
      border-color: transparent;
    }
    &:focus {
      border-bottom-color: rgb(var(--color-primary) / 1);
    }
  }
  .scrollbar-thin {
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-outline-variant) / 0.35) transparent;
  }
  .scrollbar-thin::-webkit-scrollbar {
    width: 4px;
  }
  .scrollbar-thin::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar-thin::-webkit-scrollbar-thumb {
    background: rgb(var(--color-outline-variant) / 0.35);
    border-radius: 2px;
  }
  .form-label {
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .label-field {
    margin-bottom: calc(var(--spacing) * 1.5);
    display: block;
    font-size: 10px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .section-label {
    display: block;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .toolbar-label {
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .search-box {
    position: relative;
    max-width: var(--container-sm);
    min-width: 240px;
    flex: 1;
  }
  .search-box-icon {
    pointer-events: none;
    position: absolute;
    top: calc(1 / 2 * 100%);
    left: calc(var(--spacing) * 3);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    font-size: 18px !important;
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 50%, transparent);
    }
  }
  .toggle {
    position: relative;
    display: inline-flex;
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 11);
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
  }
  .toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .toggle-track {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    border-radius: var(--radius-pill);
    background-color: rgb(var(--color-surface-container) / 1);
    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));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .toggle input:checked ~ .toggle-track {
    background-color: rgb(var(--color-primary) / 1);
  }
  .toggle-thumb {
    position: absolute;
    top: calc(var(--spacing) * 1);
    left: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    border-radius: var(--radius-pill);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    --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);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .toggle input:checked ~ .toggle-thumb {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .toggle input:disabled ~ .toggle-track, .toggle input:disabled ~ .toggle-thumb {
    opacity: 50%;
  }
  .toggle input:disabled ~ .toggle-track {
    cursor: not-allowed;
  }
  .card {
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding: calc(var(--spacing) * 6);
  }
  .card-elevated {
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: var(--shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .card-interactive {
    cursor: pointer;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: var(--shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 15%, transparent);
        }
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow: var(--shadow-raised);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .type-display {
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 2rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .type-headline {
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 1.5rem;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .type-headline-sm {
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 1.125rem;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .type-body {
    font-family: var(--label-family), system-ui, sans-serif;
    font-size: 14px;
    line-height: var(--tw-leading, 20px);
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .type-body-sm {
    font-family: var(--label-family), system-ui, sans-serif;
    font-size: 0.75rem;
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .type-label {
    font-family: var(--label-family), system-ui, sans-serif;
    font-size: 0.75rem;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .toolbar-header {
    margin-bottom: calc(var(--spacing) * 10);
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
  }
  .toolbar-header h2 {
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 22px;
    line-height: var(--tw-leading, 28px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
  }
  .toolbar-header::after {
    content: '';
    height: 1px;
    flex: 1;
    background-color: rgb(var(--color-surface-container-high) / 1);
  }
  .list-compact {
    width: 100%;
    text-align: left;
  }
  .list-compact th {
    padding-block: calc(var(--spacing) * 3);
    padding-right: calc(var(--spacing) * 4);
    font-size: 10px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    white-space: nowrap;
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .list-compact td {
    padding-block: calc(var(--spacing) * 3);
    padding-right: calc(var(--spacing) * 4);
  }
  .list-compact th:first-child, .list-compact td:first-child {
    padding-left: calc(var(--spacing) * 4);
  }
  .list-compact th:last-child, .list-compact td:last-child {
    padding-right: calc(var(--spacing) * 4);
  }
  .list-compact thead {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 50%, transparent);
    }
  }
  .list-compact tbody {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
      }
    }
  }
  .list-standard {
    width: 100%;
    text-align: left;
  }
  .list-standard th {
    padding-block: calc(var(--spacing) * 4);
    padding-right: calc(var(--spacing) * 6);
    font-size: 10px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    white-space: nowrap;
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .list-standard td {
    padding-block: calc(var(--spacing) * 4);
    padding-right: calc(var(--spacing) * 6);
  }
  .list-standard th:first-child, .list-standard td:first-child {
    padding-left: calc(var(--spacing) * 6);
  }
  .list-standard th:last-child, .list-standard td:last-child {
    padding-right: calc(var(--spacing) * 6);
  }
  .list-standard thead {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 50%, transparent);
    }
  }
  .list-standard tbody {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
      }
    }
  }
  .list-compact tbody tr, .list-standard tbody tr {
    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));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 30%, transparent);
        }
      }
    }
  }
  .list-compact.is-borderless tbody, .list-standard.is-borderless tbody {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(0px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .list-compact.is-borderless td, .list-compact.is-borderless th {
    padding-block: calc(var(--spacing) * 4);
  }
  .list-standard.is-borderless td, .list-standard.is-borderless th {
    padding-block: calc(var(--spacing) * 5);
  }
  .list-compact.is-borderless thead, .list-standard.is-borderless thead {
    background-color: transparent;
  }
  .list-compact tbody tr.is-row-selected, .list-standard tbody tr.is-row-selected {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 5%, transparent);
    }
  }
  .list-compact tbody tr.is-row-selected>td:first-child, .list-standard tbody tr.is-row-selected>td:first-child {
    box-shadow: inset 3px 0 0 0 rgb(var(--color-primary));
  }
  .list-container {
    overflow-x: auto;
    border-radius: var(--radius-panel);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    --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);
  }
  .list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 20%, transparent);
    }
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .toast {
    display: flex;
    min-width: 280px;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 40%, transparent);
    }
    background-color: rgb(var(--color-surface) / 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    --tw-shadow: var(--shadow-ambient);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: opacity,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .toast-success {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-left-color: rgb(var(--color-success) / 1);
  }
  .toast-error {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-left-color: rgb(var(--color-error) / 1);
    padding-left: calc(var(--spacing) * 4);
  }
  .toast-warning {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-left-color: rgb(var(--color-warning) / 1);
    padding-left: calc(var(--spacing) * 4);
  }
  .toast-info {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-left-color: rgb(var(--color-primary) / 1);
    padding-left: calc(var(--spacing) * 4);
  }
  .toast-content {
    flex: 1;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: rgb(var(--color-on-surface) / 1);
  }
  .toast-close {
    cursor: pointer;
    --tw-border-style: none;
    border-style: none;
    background-color: transparent;
    padding: calc(var(--spacing) * 1);
    --tw-leading: 1;
    line-height: 1;
    color: rgb(var(--color-outline) / 1);
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .toast-enter {
    animation: toast-in var(--duration-medium) var(--ease-out);
  }
  .toast-leave {
    animation: toast-out 0.2s ease forwards;
  }
  .architectural-grid {
    background-image: radial-gradient(circle, rgb(var(--color-primary) / 0.12) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  .auth-card-shadow {
    --tw-shadow: var(--shadow-ambient);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .status-dot, .status-dot-sm {
    display: flex;
    align-items: center;
  }
  .status-dot {
    gap: calc(var(--spacing) * 2);
  }
  .status-dot-sm {
    gap: calc(var(--spacing) * 1.5);
  }
  .status-dot>span {
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .status-dot-sm>span {
    font-size: 10px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .status-dot::before, .status-dot-sm::before {
    content: '';
    display: block;
    height: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 2);
    flex-shrink: 0;
    border-radius: var(--radius-pill);
  }
  .status-dot.is-active::before, .status-dot.is-success::before, .status-dot-sm.is-active::before, .status-dot-sm.is-success::before {
    background-color: rgb(var(--color-success) / 1);
    box-shadow: 0 0 8px rgb(var(--color-success) / 0.5);
  }
  .status-dot.is-inactive::before, .status-dot-sm.is-inactive::before {
    background-color: rgb(var(--color-outline-variant) / 1);
  }
  .status-dot.is-active>span, .status-dot.is-success>span, .status-dot-sm.is-active>span, .status-dot-sm.is-success>span {
    color: rgb(var(--color-success) / 1);
  }
  .status-dot.is-inactive>span, .status-dot-sm.is-inactive>span {
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .status-dot.is-modified::before, .status-dot-sm.is-modified::before {
    background-color: rgb(var(--color-primary) / 1);
    box-shadow: 0 0 8px rgb(var(--color-primary) / 0.5);
  }
  .status-dot.is-modified>span, .status-dot-sm.is-modified>span {
    color: rgb(var(--color-primary) / 1);
  }
  .status-dot.is-removed::before, .status-dot-sm.is-removed::before {
    background-color: rgb(var(--color-error) / 1);
    box-shadow: 0 0 8px rgb(var(--color-error) / 0.5);
  }
  .status-dot.is-removed>span, .status-dot-sm.is-removed>span {
    color: rgb(var(--color-error) / 1);
  }
  .status-dot-only {
    height: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 2);
    border-radius: var(--radius-pill);
  }
  .status-dot-only.is-active {
    background-color: rgb(var(--color-success) / 1);
  }
  .status-dot-only.is-inactive {
    background-color: rgb(var(--color-outline-variant) / 1);
  }
  .badge-pill {
    display: inline-flex;
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: 10px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
  }
  .badge-pill.is-audit-create {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    color: rgb(var(--color-primary) / 1);
  }
  .badge-pill.is-audit-update {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-warning) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-warning) / 1) 15%, transparent);
    }
    color: rgb(var(--color-on-warning-container) / 1);
  }
  .badge-pill.is-audit-delete {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error-container) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error-container) / 1) 40%, transparent);
    }
    color: rgb(var(--color-on-error-container) / 1);
  }
  .badge-pill.is-audit-security {
    background-color: rgb(var(--color-error-container) / 1);
    color: rgb(var(--color-on-error-container) / 1);
  }
  .badge-pill.is-audit-api {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-tertiary) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-tertiary) / 1) 15%, transparent);
    }
    color: rgb(var(--color-tertiary-dim) / 1);
  }
  .badge-pill.is-audit-system {
    background-color: rgb(var(--color-surface-container-high) / 1);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .badge-pill.is-active {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-success) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-success) / 1) 10%, transparent);
    }
    color: rgb(var(--color-success) / 1);
  }
  .badge-pill.is-inactive {
    background-color: rgb(var(--color-surface-container) / 1);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .badge-pill.is-warning {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-warning) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-warning) / 1) 10%, transparent);
    }
    color: rgb(var(--color-warning) / 1);
  }
  .badge-pill.is-neutral {
    background-color: rgb(var(--color-surface-container) / 1);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .badge-pill-xs {
    display: inline-flex;
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: 9px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
  }
  .badge-pill-lg {
    display: inline-flex;
    border-radius: var(--radius-control);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 1);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    text-transform: uppercase;
  }
  .bulk-action-bar {
    position: fixed;
    bottom: calc(var(--spacing) * 6);
    left: calc(1 / 2 * 100%);
    z-index: 30;
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-panel);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 20%, transparent);
    }
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 95%, transparent);
    }
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 3);
    --tw-shadow: var(--shadow-ambient-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-backdrop-blur: blur(var(--blur-md));
    -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,);
    transform: translateX(-50%) translateY(calc(100% + 2rem));
    max-width: calc(100vw - 3rem);
    transition: transform .28s var(--ease-emphasis), visibility 0s linear .28s;
    visibility: hidden;
    pointer-events: none;
  }
  .bulk-action-bar.is-visible {
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform .28s var(--ease-emphasis), visibility 0s linear 0s;
  }
  .batch-checkbox {
    margin-inline: auto;
    display: flex;
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius-control) / 2);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 30%, transparent);
    }
    background-color: rgb(var(--color-surface-container-low) / 1);
    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));
  }
  .batch-checkbox:hover {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 40%, transparent);
    }
  }
  .batch-checkbox.is-selected {
    border-color: rgb(var(--color-primary) / 1);
    background-color: rgb(var(--color-primary) / 1);
    color: rgb(var(--color-on-primary) / 1);
  }
  .batch-checkbox.is-selected::before {
    font-family: var(--icon-family);
    content: 'check';
    font-size: 12px;
  }
  .n-tbl tbody tr.is-selected {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 4%, transparent);
    }
  }
  .status-badge {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .status-badge::before {
    content: '';
    display: block;
    height: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 2);
    flex-shrink: 0;
    border-radius: var(--radius-pill);
  }
  .status-badge.is-active {
    color: rgb(var(--color-success) / 1);
  }
  .status-badge.is-active::before {
    background-color: rgb(var(--color-success) / 1);
    box-shadow: 0 0 8px rgb(var(--color-success) / 0.5);
  }
  .status-badge.is-inactive {
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .status-badge.is-inactive::before {
    background-color: rgb(var(--color-outline-variant) / 1);
  }
  .status-badge.is-modified {
    color: rgb(var(--color-primary) / 1);
  }
  .status-badge.is-modified::before {
    background-color: rgb(var(--color-primary) / 1);
    box-shadow: 0 0 8px rgb(var(--color-primary) / 0.5);
  }
  .status-badge.is-removed {
    color: rgb(var(--color-error) / 1);
  }
  .status-badge.is-removed::before {
    background-color: rgb(var(--color-error) / 1);
    box-shadow: 0 0 8px rgb(var(--color-error) / 0.5);
  }
  .status-dot.is-available::before, .status-dot-sm.is-available::before {
    background-color: rgb(var(--color-primary) / 1);
  }
  .status-dot.is-available>span, .status-dot-sm.is-available>span {
    color: rgb(var(--color-primary) / 1);
  }
  .status-badge.is-available {
    color: rgb(var(--color-primary) / 1);
  }
  .status-badge.is-available::before {
    background-color: rgb(var(--color-primary) / 1);
    box-shadow: 0 0 8px rgb(var(--color-primary) / 0.5);
  }
  .status-dot.is-warning::before, .status-dot-sm.is-warning::before {
    background-color: rgb(var(--color-warning) / 1);
  }
  .status-dot.is-warning>span, .status-dot-sm.is-warning>span {
    color: rgb(var(--color-warning) / 1);
  }
  .status-badge.is-warning {
    color: rgb(var(--color-warning) / 1);
  }
  .status-badge.is-warning::before {
    background-color: rgb(var(--color-warning) / 1);
    box-shadow: 0 0 8px rgb(var(--color-warning) / 0.5);
  }
  .status-dot.is-error::before, .status-dot-sm.is-error::before {
    background-color: rgb(var(--color-error) / 1);
  }
  .status-dot.is-error>span, .status-dot-sm.is-error>span {
    color: rgb(var(--color-on-error-container) / 1);
  }
  .status-badge.is-error {
    color: rgb(var(--color-error) / 1);
  }
  .status-badge.is-error::before {
    background-color: rgb(var(--color-error) / 1);
    box-shadow: 0 0 8px rgb(var(--color-error) / 0.5);
  }
  .status-dot.is-success::before, .status-dot-sm.is-success::before {
    background-color: rgb(var(--color-success) / 1);
  }
  .status-dot.is-success>span, .status-dot-sm.is-success>span {
    color: rgb(var(--color-success) / 1);
  }
  .status-badge.is-success {
    color: rgb(var(--color-success) / 1);
  }
  .status-badge.is-success::before {
    background-color: rgb(var(--color-success) / 1);
    box-shadow: 0 0 8px rgb(var(--color-success) / 0.5);
  }
  .status-dot.is-archived::before, .status-dot-sm.is-archived::before {
    background-color: rgb(var(--color-on-surface-variant) / 1);
  }
  .status-dot.is-archived>span, .status-dot-sm.is-archived>span {
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .status-badge.is-archived {
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .status-badge.is-archived::before {
    background-color: rgb(var(--color-on-surface-variant) / 1);
  }
  .status-dot-only.is-available {
    background-color: rgb(var(--color-primary) / 1);
  }
  .status-dot-only.is-warning {
    background-color: rgb(var(--color-warning) / 1);
  }
  .status-dot-only.is-error {
    background-color: rgb(var(--color-error) / 1);
  }
  .status-dot-only.is-success {
    background-color: rgb(var(--color-success) / 1);
  }
  .status-dot-only.is-archived {
    background-color: rgb(var(--color-on-surface-variant) / 1);
  }
  .empty-state {
    border-radius: var(--radius-panel);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 5%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 16);
    text-align: center;
  }
  .empty-state-inline {
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 16);
    text-align: center;
  }
  .empty-state-icon {
    font-size: 48px;
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 30%, transparent);
    }
  }
  .empty-state-title {
    margin-top: calc(var(--spacing) * 3);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 16px;
    line-height: var(--tw-leading, 22px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .empty-state-subtitle {
    margin-top: calc(var(--spacing) * 1);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .error-state {
    border-radius: var(--radius-panel);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-error) / 1) 10%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 16);
    text-align: center;
  }
  .error-state-inline {
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 12);
    text-align: center;
  }
  .error-state-icon {
    font-size: 48px;
    color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-error) / 1) 50%, transparent);
    }
  }
  .error-state-title {
    margin-top: calc(var(--spacing) * 3);
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 16px;
    line-height: var(--tw-leading, 22px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .error-state-subtitle {
    margin-top: calc(var(--spacing) * 1);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .error-state-action {
    margin-top: calc(var(--spacing) * 4);
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
    border-radius: var(--radius-control);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 15%, transparent);
        }
      }
    }
  }
  .tab-bar {
    display: flex;
    gap: calc(var(--spacing) * 1);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
  }
  .tab-item {
    display: inline-flex;
    height: calc(var(--spacing) * 11);
    align-items: center;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-color: transparent;
    padding-inline: calc(var(--spacing) * 5);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface-variant) / 1);
    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));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .tab-item.is-active {
    border-color: rgb(var(--color-primary) / 1);
    color: rgb(var(--color-primary) / 1);
  }
  .tab-badge {
    margin-left: calc(var(--spacing) * 1.5);
    border-radius: var(--radius-pill);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 40%, transparent);
    }
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: 10px;
    color: rgb(var(--color-on-surface-variant) / 1);
    font-family: var(--mono-family);
  }
  .tab-item.is-active .tab-badge {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    color: rgb(var(--color-primary) / 1);
  }
  .tab-pill-bar {
    display: flex;
    gap: calc(var(--spacing) * 2);
    overflow-x: auto;
  }
  .tab-pill {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-card);
    background-color: rgb(var(--color-surface-container-low) / 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-surface-variant) / 1);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 60%, transparent);
        }
      }
    }
  }
  .tab-pill.is-active {
    background-color: rgb(var(--color-primary) / 1);
    color: rgb(var(--color-on-primary) / 1);
    --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);
  }
  .tab-pill .material-symbols-outlined {
    font-size: 18px !important;
  }
  .skeleton, .skeleton-text, .skeleton-text-sm, .skeleton-heading, .skeleton-avatar, .skeleton-card {
    border-radius: var(--radius-control);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 75%, transparent);
    }
    background-image: linear-gradient( 90deg, transparent 0%, transparent 35%, rgb(var(--color-surface-container-highest) / 0.65) 50%, transparent 65%, transparent 100% );
    background-size: 220% 100%;
    animation: shimmer 1.4s linear infinite;
  }
  .skeleton-text {
    height: calc(var(--spacing) * 3.5);
    width: calc(3 / 4 * 100%);
  }
  .skeleton-text-sm {
    height: calc(var(--spacing) * 3);
    width: calc(1 / 2 * 100%);
  }
  .skeleton-heading {
    height: calc(var(--spacing) * 5);
    width: calc(2 / 5 * 100%);
  }
  .skeleton-avatar {
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    border-radius: var(--radius-pill);
  }
  .skeleton-card {
    height: calc(var(--spacing) * 32);
    border-radius: var(--radius-card);
  }
  .skeleton-row {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
  }
  @media (prefers-reduced-motion: reduce) {
    .skeleton, .skeleton-text, .skeleton-text-sm, .skeleton-heading, .skeleton-avatar, .skeleton-card {
      animation: none;
      background-position: 50% 0;
    }
  }
  .progress-track {
    height: calc(var(--spacing) * 1.5);
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-pill);
    background-color: rgb(var(--color-surface-container-highest) / 1);
  }
  .progress-fill {
    height: 100%;
    border-radius: var(--radius-pill);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .segmented-control {
    display: flex;
    height: calc(var(--spacing) * 8);
    align-items: center;
    gap: calc(var(--spacing) * 0.5);
    border-radius: var(--radius-control);
    background-color: rgb(var(--color-surface-container-low) / 1);
    padding: calc(var(--spacing) * 0.5);
  }
  .segmented-item {
    display: flex;
    height: 100%;
    width: calc(var(--spacing) * 7);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: rgb(var(--color-on-surface-variant) / 1);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .segmented-item.is-active {
    background-color: rgb(var(--color-surface-container-highest) / 1);
    color: rgb(var(--color-on-surface) / 1);
    --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);
  }
  .slideout-backdrop {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 70;
    background-color: rgb(var(--slideout-overlay));
  }
  .slideout-panel {
    position: fixed;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    z-index: 70;
    overflow: hidden;
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
    background-color: rgb(var(--color-surface-bright) / 1);
    --tw-shadow: var(--shadow-ambient-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .page-slideout-shell {
    position: absolute;
    inset-inline: calc(var(--spacing) * 0);
    top: calc(var(--spacing) * 16);
    bottom: calc(var(--spacing) * 0);
    z-index: 45;
    overflow: hidden;
  }
  .page-slideout-backdrop {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    background-color: rgb(var(--slideout-overlay));
  }
  .page-slideout-panel {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    z-index: 45;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    --tw-shadow: var(--shadow-ambient-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .page-slideout-header {
    display: flex;
    min-height: calc(var(--spacing) * 16);
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-lowest) / 1) / 1) 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-lowest) / 1) 95%, transparent);
    }
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
  }
  .page-slideout-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: var(--tw-leading, 20px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .page-slideout-subtitle {
    margin-top: calc(var(--spacing) * 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .page-slideout-close {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 70%, transparent);
    }
    color: rgb(var(--color-on-surface-variant) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-high) / 1);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .page-slideout-content {
    min-height: calc(var(--spacing) * 0);
    flex: 1;
    overflow-y: auto;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 5);
  }
  .page-slideout-footer {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 50%, transparent);
    }
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
  }
  .btn-ghost {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    align-items: center;
    justify-content: center;
    padding-inline: calc(var(--spacing) * 4);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface-variant) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .popup-backdrop {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 60;
  }
  .popup-shell {
    position: fixed;
    z-index: 60;
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-bright) / 1) / 1) 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-bright) / 1) 95%, transparent);
    }
    --tw-shadow: var(--shadow-ambient-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-backdrop-blur: blur(var(--blur-lg));
    -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,);
  }
  .popup-arrow {
    position: absolute;
    height: calc(var(--spacing) * 3.5);
    width: calc(var(--spacing) * 3.5);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    rotate: 45deg;
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-bright) / 1) / 1) 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-bright) / 1) 95%, transparent);
    }
  }
  .popup-content {
    position: relative;
  }
  .popup-arrow.is-below {
    top: calc(7px * -1);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
  }
  .popup-arrow.is-above {
    bottom: calc(7px * -1);
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
    }
  }
  .stat-strip {
    padding-inline: calc(var(--spacing) * 1);
  }
  .stat-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .stat-card {
    position: relative;
    display: flex;
    min-height: 124px;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-card);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: var(--shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .stat {
    display: flex;
    min-height: 96px;
    flex-direction: column;
    gap: calc(var(--spacing) * 1.5);
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 40%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding: calc(var(--spacing) * 5);
    text-align: left;
    --tw-shadow: var(--shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .stat.is-clickable {
    cursor: pointer;
    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));
  }
  .stat.is-clickable:hover {
    background-color: rgb(var(--color-surface-container-low) / 1);
  }
  .stat.is-warning {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-warning) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-warning) / 1) 30%, transparent);
    }
    background-color: color-mix(in srgb, rgb(rgb(var(--color-warning-container) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-warning-container) / 1) 15%, transparent);
    }
  }
  .stat.is-mute {
    opacity: 60%;
  }
  .stat-label {
    display: block;
    font-size: 10px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .stat-value {
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 22px;
    line-height: var(--tw-leading, 28px);
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: rgb(var(--color-on-surface) / 1);
  }
  .stat-meta {
    margin-top: calc(var(--spacing) * 1);
    font-size: 10.5px;
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 70%, transparent);
    }
  }
  .stat-icon {
    display: flex;
    height: calc(var(--spacing) * 7);
    width: calc(var(--spacing) * 7);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    color: rgb(var(--color-primary) / 1);
  }
  .stat-icon .material-symbols-outlined {
    font-size: 16px;
  }
  .stat-delta {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .stat-delta.is-up {
    color: rgb(var(--color-success) / 1);
  }
  .stat-delta.is-down {
    color: rgb(var(--color-error) / 1);
  }
  .stat-delta.is-flat {
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .stat-card > .stat-value {
    font-size: 28px;
    line-height: var(--tw-leading, 34px);
  }
  .stat-card > .stat-icon {
    position: absolute;
    top: calc(var(--spacing) * 4);
    right: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    border-radius: var(--radius-control);
  }
  .detail-section-tail {
    margin-top: calc(var(--spacing) * 3);
    :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)));
    }
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 15%, transparent);
    }
    padding-top: calc(var(--spacing) * 3);
  }
  .n-row-condensed {
    display: flex;
    align-items: baseline;
    gap: calc(var(--spacing) * 2);
    font-size: 11px;
  }
  .n-sc-row--inline-action {
    margin-top: calc(var(--spacing) * 2);
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 15%, transparent);
    }
    padding-top: calc(var(--spacing) * 2);
  }
  .n-sc-action {
    cursor: pointer;
    font-size: 11px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-primary) / 1);
  }
  .n-sc-action:hover {
    color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-primary) / 1) 80%, transparent);
    }
  }
  .n-sc-actions {
    margin-top: calc(var(--spacing) * 1);
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 0.5);
  }
  .n-sc-actions .n-sc-action {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-md);
    --tw-border-style: none;
    border-style: none;
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: 12px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface) / 1);
    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));
  }
  .n-sc-actions .n-sc-action:hover {
    background-color: rgb(var(--color-surface-container-high) / 1);
    color: rgb(var(--color-on-surface) / 1);
  }
  .n-sc-actions .n-sc-action > .material-symbols-outlined {
    flex-shrink: 0;
    font-size: 16px !important;
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .n-sc-actions .n-sc-action.is-danger {
    color: rgb(var(--color-error) / 1);
  }
  .n-sc-actions .n-sc-action.is-danger:hover {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 10%, transparent);
    }
    color: rgb(var(--color-error) / 1);
  }
  .n-sc-actions .n-sc-action.is-danger > .material-symbols-outlined {
    color: rgb(var(--color-error) / 1);
  }
  .activity-feed {
    display: flex;
    flex-direction: column;
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
      }
    }
  }
  .activity-row {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    gap: calc(var(--spacing) * 3);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-low) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-low) / 1) 40%, transparent);
        }
      }
    }
  }
  .activity-avatar {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    color: rgb(var(--color-primary) / 1);
  }
  .activity-body {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    flex-direction: column;
    gap: calc(var(--spacing) * 0.5);
  }
  .activity-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .activity-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .activity-time {
    flex-shrink: 0;
    font-size: 10px;
    white-space: nowrap;
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 60%, transparent);
    }
  }
  .activity-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1.5);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary-container) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary-container) / 1) 20%, transparent);
        }
      }
    }
  }
  .topbar-meta {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
  }
  .topbar-meta-pulse {
    position: relative;
    height: calc(var(--spacing) * 2);
    width: calc(var(--spacing) * 2);
    border-radius: var(--radius-pill);
    background-color: rgb(var(--color-success) / 1);
  }
  .topbar-meta-pulse::after {
    content: '';
    position: absolute;
    inset: calc(var(--spacing) * 0);
    border-radius: var(--radius-pill);
    background-color: rgb(var(--color-success) / 1);
    animation: topbar-meta-pulse-wave 1.8s ease-out infinite;
  }
  .topbar-meta-label {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .topbar-meta-timestamp {
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 60%, transparent);
    }
    font-family: var(--mono-family);
  }
  @keyframes topbar-meta-pulse-wave {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    100% {
      transform: scale(3.5);
      opacity: 0;
    }
  }
  .entity-cell {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .entity-cell-avatar {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--radius-control);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-primary) / 1);
    text-transform: uppercase;
  }
  .entity-cell-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .entity-cell-body {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    flex-direction: column;
  }
  .entity-cell-primary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .entity-cell-secondary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .text-id {
    font-family: var(--mono-family);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 70%, transparent);
    }
  }
  .toolbar-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-card);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding: calc(var(--spacing) * 4);
    --tw-shadow: var(--shadow-ambient);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .toolbar-filters-search {
    position: relative;
    min-width: 200px;
    flex: 1;
  }
  .toolbar-filters-dates, .toolbar-filters-type {
    height: calc(var(--spacing) * 8);
    width: 100%;
    min-width: 160px;
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface) / 1);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 40%, transparent);
      }
    }
    &:focus {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 30%, transparent);
      }
    }
  }
  .toolbar-filters-apply {
    display: inline-flex;
    height: calc(var(--spacing) * 8);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: rgb(var(--color-primary) / 1);
    --tw-gradient-to: rgb(var(--color-primary-dim) / 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    padding-inline: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-primary) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(110%);
        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,);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .toolbar-filters-export {
    display: inline-flex;
    height: calc(var(--spacing) * 9);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1.5);
    border-radius: var(--radius-control);
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-surface-container-high) / 1);
    padding-inline: calc(var(--spacing) * 4);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-surface) / 1);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-container-high) / 1) / 1) 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-surface-container-high) / 1) 80%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .detail-header {
    margin-bottom: calc(var(--spacing) * 6);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 6);
  }
  .detail-header-title {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .detail-header-title h1, .detail-header-title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--display-family), system-ui, sans-serif;
    font-size: 22px;
    line-height: var(--tw-leading, 28px);
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
    color: rgb(var(--color-on-surface) / 1);
  }
  .detail-header-meta {
    margin-top: calc(var(--spacing) * 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .detail-header-actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .entity-stepper {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-control);
    background-color: rgb(var(--color-surface-container-low) / 1);
    padding: calc(var(--spacing) * 0.5);
  }
  .entity-stepper-btn {
    display: flex;
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: rgb(var(--color-on-surface-variant) / 1);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-high) / 1);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 30%;
    }
  }
  .entity-stepper-label {
    padding-inline: calc(var(--spacing) * 2);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .kv-list {
    display: flex;
    flex-direction: column;
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
      }
    }
  }
  .kv-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .kv-label {
    flex-shrink: 0;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .kv-value {
    text-align: right;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    overflow-wrap: break-word;
    color: rgb(var(--color-on-surface) / 1);
  }
  .kv-value.is-mono {
    font-family: var(--mono-family);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
  }
  .entitlements-list {
    display: flex;
    flex-direction: column;
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
      }
    }
  }
  .entitlement-row {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .entitlement-name {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    flex-direction: column;
    gap: calc(var(--spacing) * 0.5);
  }
  .entitlement-name > strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .entitlement-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .entitlement-status {
    flex-shrink: 0;
  }
  .entitlement-row > button.btn-icon {
    flex-shrink: 0;
  }
  .brand-identity-card {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
  }
  .brand-swatch-row {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .brand-swatch {
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    flex-shrink: 0;
    border-radius: var(--radius-control);
    --tw-shadow: var(--shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .brand-swatch-hex {
    font-family: var(--mono-family);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .profile-avatar {
    display: flex;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-panel);
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 10%, transparent);
    }
    color: rgb(var(--color-primary) / 1);
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .profile-pill-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
  }
  .profile-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
  }
  .profile-meta-label {
    flex-shrink: 0;
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-transform: uppercase;
  }
  .profile-meta-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    font-size: 13px;
    line-height: var(--tw-leading, 18px);
    color: rgb(var(--color-on-surface) / 1);
  }
  .profile-meta-value.is-strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .axis-break {
    position: relative;
    height: 28px;
    margin: 36px 0 28px;
  }
  .axis-break::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgb(var(--color-outline-variant) / 0.5);
  }
  .axis-break::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 12px;
    background: rgb(var(--color-primary) / 0.6);
    transform: translate(-50%, -50%);
  }
  .ledger {
    display: grid;
    grid-template-columns: 7fr 5fr;
    border: 1px solid rgb(var(--color-outline-variant) / 0.4);
    background: rgb(var(--color-surface-container-lowest));
    border-radius: var(--frame-radius);
    overflow: hidden;
  }
  .ledger > section {
    padding: 28px 32px;
  }
  .ledger-left {
    border-right: 1px solid rgb(var(--color-outline-variant) / 0.4);
  }
  .ledger-eyebrow {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: var(--label-weight);
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
    color: rgb(var(--color-on-surface-variant));
    margin: 0 0 18px;
  }
  .ledger .line {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    position: relative;
  }
  .ledger .line + .line {
    border-top: 1px var(--leader-style) rgb(var(--color-outline-variant) / 0.6);
  }
  .ledger .line-group {
    display: contents;
  }
  .ledger .line.is-sub {
    border-top: none !important;
  }
  .ledger .line .line-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-on-surface-variant));
  }
  .ledger .line .line-icon .material-symbols-outlined {
    font-size: 16px;
  }
  .ledger .line .line-label {
    font-family: var(--label-family);
    font-size: 13px;
    font-weight: 600;
    color: rgb(var(--color-on-surface));
    display: flex;
    align-items: baseline;
    gap: 8px;
    overflow: hidden;
  }
  .ledger .line .line-label .meta {
    font-weight: 400;
    color: rgb(var(--color-on-surface-variant) / 0.75);
    font-size: 11px;
  }
  .ledger .line .line-amount {
    font-family: var(--num-family);
    font-size: 13px;
    font-weight: 600;
    color: rgb(var(--color-on-surface));
    font-variant-numeric: tabular-nums;
  }
  .ledger .line.is-empty .line-label, .ledger .line.is-empty .line-amount {
    color: rgb(var(--color-on-surface-variant) / 0.45);
    font-style: italic;
    font-weight: 400;
  }
  .ledger .line.is-sub {
    padding-left: 30px;
  }
  .ledger .line.is-sub::before {
    content: '↳';
    position: absolute;
    left: 12px;
    top: 10px;
    color: rgb(var(--color-on-surface-variant) / 0.4);
    font-size: 12px;
  }
  .ledger .line.is-sub .line-amount {
    font-weight: 400;
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant) / 0.75);
  }
  .ledger .line[data-vertical='restaurant'] .line-icon {
    color: rgb(var(--color-vertical-restaurant));
  }
  .ledger .line[data-vertical='hotel'] .line-icon {
    color: rgb(var(--color-vertical-hotel));
  }
  .ledger .line[data-vertical='retail'] .line-icon {
    color: rgb(var(--color-vertical-retail));
  }
  .ledger .line[data-vertical='ticketing'] .line-icon {
    color: rgb(var(--color-vertical-ticketing));
  }
  .ledger-right {
    background: rgb(var(--color-surface-container-lowest));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .total {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-top: 8px;
  }
  .total .sym {
    font-family: var(--num-family);
    font-size: 28px;
    font-weight: var(--display-weight);
    color: rgb(var(--color-on-surface) / 0.55);
    margin-top: 14px;
  }
  .total .int {
    font-family: var(--num-family);
    font-size: 64px;
    font-weight: var(--display-weight);
    letter-spacing: var(--display-track);
    line-height: 1;
    color: rgb(var(--color-on-surface));
    font-variant-numeric: tabular-nums;
  }
  .total .cents {
    font-family: var(--num-family);
    font-size: 24px;
    font-weight: var(--display-weight);
    color: rgb(var(--color-on-surface) / 0.55);
    margin-top: 8px;
  }
  .total .unit {
    font-family: var(--label-family);
    font-size: 12px;
    font-weight: var(--label-weight);
    color: rgb(var(--color-on-surface-variant));
    text-transform: var(--label-case);
    letter-spacing: var(--label-track);
    margin-top: 18px;
    margin-left: 4px;
  }
  .total-rule {
    margin: 18px 0 12px;
    height: 1px;
    background: rgb(var(--color-outline-variant) / 0.5);
    position: relative;
  }
  .total-rule::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 1px;
    background: rgb(var(--color-primary));
    transform: translateY(-50%);
  }
  .total-meta {
    display: flex;
    gap: 24px;
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: var(--label-weight);
    color: rgb(var(--color-on-surface-variant));
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
  }
  .total-meta b {
    display: block;
    margin-top: 2px;
    font-weight: 600;
    color: rgb(var(--color-on-surface));
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    font-family: var(--label-family);
  }
  .total .preview-delta {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--ghost-color, rgb(var(--color-primary)));
    margin-left: 8px;
    align-self: center;
    margin-top: 24px;
    min-width: 80px;
    display: inline-block;
  }
  .total.is-previewing .int {
    color: var(--ghost-color, rgb(var(--color-primary)));
    transition: color .12s ease;
  }
  .ledger .line.is-ghost {
    border-top: 1px dashed rgb(var(--color-outline-variant) / 0.7) !important;
    animation: ghost-in .18s ease;
  }
  .ledger .line.is-ghost .line-label, .ledger .line.is-ghost .line-amount {
    color: var(--ghost-color, rgb(var(--color-on-surface-variant) / 0.85));
    font-style: italic;
    font-weight: 500;
  }
  .ledger .line.is-ghost .line-icon {
    color: var(--ghost-color);
  }
  .ledger .line.is-ghost .preview-tag {
    font-family: var(--label-family);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--ghost-color);
    background: rgb(var(--color-surface-container));
    padding: 1px 5px;
    margin-left: 6px;
    border-radius: var(--pill-radius);
    font-style: normal;
    vertical-align: middle;
  }
  @keyframes ghost-in {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .ledger .line.has-pending .line-label::after {
    content: 'Pending';
    display: inline-block;
    margin-left: 8px;
    font-family: var(--label-family);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgb(var(--color-warning));
    background: rgb(var(--color-warning) / 0.10);
    padding: 1px 5px;
    border-radius: var(--pill-radius);
    vertical-align: middle;
  }
  .md-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
    align-items: start;
    margin-top: 24px;
    --rail-sticky-top: -84px;
  }
  .md-rail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: var(--rail-sticky-top);
  }
  .rail-group-label {
    font-family: var(--label-family);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgb(var(--color-on-surface-variant) / 0.7);
    margin: 8px 0 2px 4px;
  }
  .rail-group-label:first-child {
    margin-top: 0;
  }
  .rail-item {
    appearance: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    background: rgb(var(--color-surface-container-lowest));
    border: 1px solid rgb(var(--color-outline-variant) / 0.35);
    border-radius: var(--row-radius);
    padding: 14px 16px 14px 12px;
    display: grid;
    grid-template-columns: 4px 32px 1fr;
    gap: 0 12px;
    align-items: center;
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
    position: relative;
    overflow: hidden;
  }
  .rail-item:hover {
    border-color: rgb(var(--color-primary) / 0.4);
    transform: translateX(1px);
  }
  .rail-item.is-active {
    border-color: rgb(var(--color-primary));
    box-shadow: 0 0 0 3px rgb(var(--color-primary) / 0.10);
    background: rgb(var(--color-surface-container-lowest));
    cursor: default;
  }
  .rail-item.is-active:hover {
    transform: none;
  }
  .rail-item.is-empty {
    border-style: dashed;
    background: transparent;
  }
  .rail-item.is-empty:hover {
    border-style: dashed;
  }
  .rail-item.is-org {
    background: linear-gradient(to right, rgb(var(--color-primary) / 0.04), rgb(var(--color-surface-container-lowest)) 60%);
  }
  .rail-edge {
    width: 4px;
    align-self: stretch;
    background: var(--vert-color, rgb(var(--color-primary)));
  }
  .rail-item.is-empty .rail-edge {
    background: rgb(var(--color-outline-variant) / 0.5);
  }
  .rail-icon {
    width: 32px;
    height: 32px;
    border: 1px solid rgb(var(--color-outline-variant) / 0.5);
    background: rgb(var(--color-surface-container-low));
    border-radius: var(--frame-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vert-color, rgb(var(--color-primary)));
  }
  .rail-icon .material-symbols-outlined {
    font-size: 16px;
  }
  .rail-item.is-empty .rail-icon {
    color: rgb(var(--color-on-surface-variant) / 0.6);
  }
  .rail-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .rail-name {
    font-family: var(--tier-name-family);
    font-size: 13px;
    font-weight: var(--tier-name-weight);
    letter-spacing: var(--tier-name-track);
    text-transform: var(--tier-name-case);
    color: rgb(var(--color-on-surface));
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }
  .rail-name-title {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rail-dot {
    width: 6px;
    height: 6px;
    border-radius: var(--radius-pill);
    flex-shrink: 0;
  }
  .rail-dot.is-active {
    background: rgb(var(--color-success));
  }
  .rail-dot.is-pending {
    background: rgb(var(--color-warning));
  }
  .rail-sub {
    font-family: var(--label-family);
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant));
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }
  .rail-price {
    font-family: var(--num-family);
    font-weight: var(--display-weight);
    color: rgb(var(--color-on-surface));
    font-variant-numeric: tabular-nums;
  }
  .rail-item.is-empty .rail-sub {
    color: rgb(var(--color-on-surface-variant) / 0.6);
    font-style: italic;
  }
  .rail-from {
    font-family: var(--num-family);
    font-style: italic;
    font-weight: 500;
    color: rgb(var(--color-on-surface-variant));
    font-variant-numeric: tabular-nums;
  }
  .rail-price-unit {
    font-family: var(--label-family);
    font-style: italic;
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant) / 0.7);
  }
  .rail-pending-count {
    flex-shrink: 0;
    font-family: var(--label-family);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgb(var(--color-warning));
    background: rgb(var(--color-warning) / 0.10);
    padding: 2px 6px;
    border-radius: var(--pill-radius);
    white-space: nowrap;
    line-height: 1.2;
  }
  .md-detail {
    background: rgb(var(--color-surface-container-lowest));
    border: 1px solid rgb(var(--color-outline-variant) / 0.35);
    border-radius: var(--row-radius);
    padding: 28px 32px 36px;
    min-height: 480px;
  }
  .detail-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 22px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.35);
  }
  .detail-head .v-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgb(var(--color-outline-variant) / 0.5);
    background: rgb(var(--color-surface-container-low));
    border-radius: var(--frame-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vert-color, rgb(var(--color-primary)));
    flex-shrink: 0;
  }
  .detail-head .v-icon .material-symbols-outlined {
    font-size: 22px;
  }
  .detail-head .detail-title {
    flex: 1;
    min-width: 0;
  }
  .detail-head h3 {
    font-family: var(--tier-name-family);
    font-size: 18px;
    font-weight: var(--tier-name-weight);
    letter-spacing: var(--tier-name-track);
    text-transform: var(--tier-name-case);
    color: rgb(var(--color-on-surface));
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .detail-head .detail-sub {
    font-family: var(--label-family);
    font-size: 12px;
    color: rgb(var(--color-on-surface-variant));
    margin-top: 4px;
  }
  .detail-head .detail-price {
    font-family: var(--num-family);
    font-size: 22px;
    font-weight: var(--display-weight);
    color: rgb(var(--color-on-surface));
    letter-spacing: var(--display-track);
    line-height: 1;
    font-variant-numeric: tabular-nums;
  }
  .detail-head .detail-price .per {
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant) / 0.7);
    font-weight: 500;
    letter-spacing: 0;
  }
  .detail-head .from-prefix {
    font-family: var(--label-family);
    font-style: italic;
    font-size: 11px;
    font-weight: 500;
    color: rgb(var(--color-on-surface-variant) / 0.7);
    margin-right: 6px;
    letter-spacing: 0;
    text-transform: none;
  }
  .v-status {
    font-family: var(--label-family);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 8px;
    border: 1px solid;
    border-radius: var(--pill-radius);
  }
  .v-status.is-active {
    color: rgb(var(--color-success));
    border-color: rgb(var(--color-success) / 0.5);
    background: rgb(var(--color-success) / 0.06);
  }
  .v-status.is-pending {
    color: rgb(var(--color-warning));
    border-color: rgb(var(--color-warning) / 0.5);
    background: rgb(var(--color-warning) / 0.06);
  }
  .v-status.is-not-enrolled {
    color: rgb(var(--color-on-surface-variant));
    border-color: rgb(var(--color-outline-variant) / 0.7);
    background: rgb(var(--color-surface-container));
  }
  .plans-section-label {
    font-family: var(--label-family);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: rgb(var(--color-on-surface));
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .plans-section-label.sub {
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant));
    margin-bottom: 12px;
  }
  .tier-stack {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
  }
  .tier {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: subgrid;
    column-gap: 28px;
    align-items: start;
    padding: 24px 28px;
    background: rgb(var(--color-surface-container-lowest));
    border: 1px solid rgb(var(--color-outline-variant) / 0.35);
    border-radius: var(--tier-radius);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    cursor: pointer;
    position: relative;
  }
  .tier:hover {
    transform: translateY(-1px);
    border-color: rgb(var(--color-primary) / 0.4);
    box-shadow: 0 4px 14px rgb(var(--color-primary) / 0.10);
  }
  .tier:hover .tier-cta {
    opacity: 1;
    transform: translateX(0);
  }
  .tier.is-ghost-row, .module.is-ghost-row, .line.is-ghost-row {
    cursor: progress;
    pointer-events: none;
    opacity: 0.85;
  }
  .tier.is-ghost-row:hover, .module.is-ghost-row:hover {
    transform: none;
    border-color: rgb(var(--color-outline-variant) / 0.35);
    box-shadow: none;
  }
  .total.is-ghost {
    display: flex;
    align-items: center;
    min-height: 44px;
  }
  .ledger.is-ghost .total.is-previewing {
    color: inherit;
  }
  .tier.is-current {
    cursor: default;
    border-color: rgb(var(--color-primary));
    box-shadow: 0 0 0 3px rgb(var(--color-primary) / 0.12), 0 6px 16px rgb(var(--color-primary) / 0.12);
  }
  .tier.is-current:hover {
    transform: none;
  }
  .tier-name-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }
  .tier-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--tier-name-family);
    font-size: var(--tier-name-size);
    font-weight: var(--tier-name-weight);
    letter-spacing: var(--tier-name-track);
    text-transform: var(--tier-name-case);
    color: rgb(var(--color-on-surface));
  }
  .tier-name .marker {
    display: none;
    font-family: var(--num-family);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    color: rgb(var(--color-on-surface-variant) / 0.6);
    font-variant-numeric: tabular-nums;
  }
  [data-style="brief"] .tier-name .marker {
    display: inline;
  }
  [data-style="brief"] .tier.is-current .tier-name .marker {
    color: rgb(var(--color-primary));
  }
  .tier-desc {
    font-family: var(--label-family);
    font-size: 12px;
    line-height: 1.45;
    color: rgb(var(--color-on-surface-variant));
    margin: 0;
  }
  .tier-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tier-features li {
    font-size: 12px;
    color: rgb(var(--color-on-surface-variant));
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tier-features li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgb(var(--color-primary));
    flex-shrink: 0;
    border-radius: var(--radius-pill);
  }
  .tier-includes {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    grid-column: 1 / -1;
  }
  .chip {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border: 1px solid rgb(var(--color-outline-variant) / 0.5);
    border-radius: var(--pill-radius);
    color: rgb(var(--color-on-surface-variant));
    background: rgb(var(--color-surface-container-low));
  }
  .chip b {
    color: rgb(var(--color-on-surface));
    font-weight: 600;
  }
  .tier-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
  }
  .tier-price {
    font-family: var(--num-family);
    font-size: 32px;
    font-weight: var(--display-weight);
    letter-spacing: var(--display-track);
    color: rgb(var(--color-on-surface));
    line-height: 1;
    font-variant-numeric: tabular-nums;
  }
  .tier-price .per {
    font-size: 12px;
    color: rgb(var(--color-on-surface-variant) / 0.7);
    letter-spacing: 0;
    font-weight: 500;
  }
  .tier-price.is-free {
    font-family: var(--label-family);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 22px;
  }
  .tier-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
    color: rgb(var(--color-primary));
    border: 1px solid rgb(var(--color-primary));
    border-radius: var(--pill-radius);
    background: rgb(var(--color-surface-container-lowest));
    cursor: pointer;
    opacity: 0;
    transform: translateX(4px);
    transition: opacity .18s ease, transform .18s ease, background .15s ease;
  }
  .tier-cta:hover {
    background: rgb(var(--color-primary));
    color: rgb(var(--color-on-primary));
  }
  .tier-cta .delta {
    font-family: var(--num-family);
    font-weight: 600;
    color: inherit;
  }
  .tier-cta.is-down {
    color: rgb(var(--color-success));
    border-color: rgb(var(--color-success));
  }
  .tier-cta.is-down:hover {
    background: rgb(var(--color-success));
    color: white;
  }
  .current-stamp {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--label-track);
    color: rgb(var(--color-primary));
    text-transform: var(--label-case);
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .current-stamp::before {
    content: '✓';
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(var(--color-primary));
    color: rgb(var(--color-on-primary));
    font-size: 10px;
    border-radius: var(--pill-radius);
  }
  .mini-tier-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .mini-tier {
    background: rgb(var(--color-surface-container-lowest));
    border: 1px solid rgb(var(--color-outline-variant) / 0.4);
    border-radius: var(--module-radius);
    padding: 14px 16px;
    cursor: pointer;
    transition: border-color .15s ease, transform .15s ease;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .mini-tier:hover {
    border-color: rgb(var(--color-primary) / 0.5);
    transform: translateY(-1px);
  }
  .mini-tier.is-current {
    border-color: rgb(var(--color-primary));
    box-shadow: 0 0 0 3px rgb(var(--color-primary) / 0.10);
    cursor: default;
  }
  .mini-tier.is-current:hover {
    transform: none;
  }
  .mt-name {
    font-family: var(--tier-name-family);
    font-size: 13px;
    font-weight: var(--tier-name-weight);
    letter-spacing: var(--tier-name-track);
    text-transform: var(--tier-name-case);
    color: rgb(var(--color-on-surface));
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mt-flag {
    font-family: var(--label-family);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(var(--color-primary));
    border: 1px solid rgb(var(--color-primary) / 0.4);
    padding: 1px 5px;
    border-radius: var(--pill-radius);
  }
  .tier-name-flag {
    font-family: var(--label-family);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    padding: 2px 8px;
    border: 1px solid;
    border-radius: var(--pill-radius);
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
  }
  .tier-name-flag.is-current {
    color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary) / 0.4);
  }
  .tier-name-flag.is-pending {
    color: rgb(var(--color-warning));
    border-color: rgb(var(--color-warning) / 0.5);
    background: rgb(var(--color-warning) / 0.06);
  }
  [data-style="brief"] .tier-name-flag.is-pending {
    background: transparent;
  }
  .mt-price {
    font-family: var(--num-family);
    font-size: 18px;
    font-weight: var(--display-weight);
    color: rgb(var(--color-on-surface));
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
  }
  .mt-price .per {
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant) / 0.7);
    font-weight: 500;
  }
  .mt-meta {
    font-family: var(--label-family);
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant));
  }
  .shelf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .module {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 10px;
    padding: 18px;
    background: rgb(var(--color-surface-container-lowest));
    border: 1px solid rgb(var(--color-outline-variant) / 0.35);
    border-radius: var(--module-radius);
    transition: border-color .15s ease, transform .15s ease;
  }
  .module:hover {
    border-color: rgb(var(--color-primary) / 0.4);
    transform: translateY(-1px);
  }
  .module-head {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .module-icon {
    width: 32px;
    height: 32px;
    border: 1px solid rgb(var(--color-outline-variant) / 0.5);
    background: rgb(var(--color-surface-container-low));
    border-radius: var(--frame-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-on-surface-variant));
  }
  .module-icon .material-symbols-outlined {
    font-size: 18px;
  }
  .module-name {
    font-family: var(--tier-name-family);
    font-size: 14px;
    font-weight: var(--tier-name-weight);
    letter-spacing: var(--tier-name-track);
    text-transform: var(--tier-name-case);
    color: rgb(var(--color-on-surface));
  }
  .module-desc {
    font-family: var(--label-family);
    font-size: 12px;
    color: rgb(var(--color-on-surface-variant));
    line-height: 1.4;
  }
  .module-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px var(--leader-style) rgb(var(--color-outline-variant) / 0.6);
  }
  .module-price {
    font-family: var(--num-family);
    font-size: 13px;
    font-weight: var(--display-weight);
    color: rgb(var(--color-on-surface));
    font-variant-numeric: tabular-nums;
  }
  .module-price.is-payg {
    font-style: italic;
    font-weight: 500;
    color: rgb(var(--color-tertiary));
  }
  .module-price .unit {
    color: rgb(var(--color-on-surface-variant) / 0.7);
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
  }
  .pill {
    font-family: var(--label-family);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 10px;
    border: 1px solid;
    border-radius: var(--pill-radius);
  }
  .pill.is-in-plan {
    color: rgb(var(--color-success));
    border-color: rgb(var(--color-success) / 0.5);
    background: rgb(var(--color-success) / 0.06);
  }
  .pill.is-subscribed {
    color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary) / 0.5);
    background: rgb(var(--color-primary) / 0.06);
    cursor: pointer;
    transition: all .15s ease;
  }
  .pill.is-subscribed:hover {
    color: rgb(var(--color-error));
    border-color: rgb(var(--color-error));
    background: rgb(var(--color-error) / 0.08);
  }
  .pill.is-subscribed:hover .pill-label::before {
    content: '✕ ';
    opacity: 0.6;
  }
  .pill.is-add {
    color: rgb(var(--color-on-surface-variant));
    border-color: rgb(var(--color-outline-variant) / 0.7);
    cursor: pointer;
    background: none;
    transition: all .15s ease;
  }
  .pill.is-add:hover {
    color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary));
  }
  .pill.is-in-cart {
    color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary));
    background: rgb(var(--color-primary) / 0.08);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .pill.is-removing {
    color: rgb(var(--color-error));
    border-color: rgb(var(--color-error));
    background: rgb(var(--color-error) / 0.08);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .pill.is-edit {
    color: rgb(var(--color-on-surface-variant));
    border-color: rgb(var(--color-outline-variant) / 0.6);
    background: transparent;
    cursor: pointer;
    transition: all .15s ease;
  }
  .pill.is-edit:hover {
    color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary));
    background: rgb(var(--color-primary) / 0.06);
  }
  .catalog-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 36px 24px;
    border: 1px dashed rgb(var(--color-outline-variant) / 0.5);
    border-radius: var(--module-radius);
    background: rgb(var(--color-surface-container-lowest) / 0.4);
    text-align: center;
  }
  .catalog-empty .material-symbols-outlined {
    font-size: 28px;
    color: rgb(var(--color-on-surface-variant) / 0.6);
  }
  .catalog-empty p {
    font-family: var(--label-family);
    font-size: 13px;
    color: rgb(var(--color-on-surface-variant));
    margin: 0;
  }
  .tier.is-add-card, .module.is-add-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 92px;
    padding: 18px;
    background: transparent;
    border: 1.5px dashed rgb(var(--color-outline-variant) / 0.55);
    border-radius: var(--tier-radius);
    color: rgb(var(--color-on-surface-variant));
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
    cursor: pointer;
    transition: all .18s ease;
  }
  .module.is-add-card {
    border-radius: var(--module-radius);
  }
  .tier.is-add-card:hover, .module.is-add-card:hover {
    border-color: rgb(var(--color-primary));
    color: rgb(var(--color-primary));
    background: rgb(var(--color-primary) / 0.04);
    transform: none;
    box-shadow: none;
  }
  .tier.is-add-card .material-symbols-outlined, .module.is-add-card .material-symbols-outlined {
    font-size: 22px;
    opacity: 0.85;
  }
  .tier.is-add-card {
    grid-column: 1 / -1;
  }
  .tier.is-inactive, .module.is-inactive {
    opacity: 0.55;
    background: rgb(var(--color-surface-container-lowest) / 0.5);
  }
  .tier.is-inactive:hover, .module.is-inactive:hover {
    opacity: 1;
  }
  .tier.is-inactive .tier-name-flag.is-pending, .module.is-inactive .module-name {
    color: rgb(var(--color-on-surface-variant));
  }
  .tier-active-toggle {
    font-family: var(--label-family);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
    padding: 2px 8px;
    border: 1px solid;
    border-radius: var(--pill-radius);
    background: transparent;
    cursor: pointer;
    transition: background .12s ease, color .12s ease, border-color .12s ease;
  }
  .tier-active-toggle.is-active {
    color: rgb(var(--color-success));
    border-color: rgb(var(--color-success) / 0.45);
    background: rgb(var(--color-success) / 0.06);
  }
  .tier-active-toggle.is-active:hover {
    background: rgb(var(--color-success) / 0.16);
    border-color: rgb(var(--color-success));
  }
  .tier-active-toggle.is-inactive {
    color: rgb(var(--color-on-surface-variant));
    border-color: rgb(var(--color-outline-variant) / 0.6);
  }
  .tier-active-toggle.is-inactive:hover {
    color: rgb(var(--color-success));
    border-color: rgb(var(--color-success));
    background: rgb(var(--color-success) / 0.06);
  }
  .module-active-toggle {
    margin-left: auto;
    flex-shrink: 0;
  }
  .catalog-error {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid rgb(var(--color-error) / 0.35);
    background: rgb(var(--color-error) / 0.04);
    border-radius: var(--module-radius);
  }
  .catalog-error > .material-symbols-outlined {
    font-size: 24px;
    color: rgb(var(--color-error));
  }
  .catalog-error-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  .catalog-error-body p {
    font-family: var(--label-family);
    font-size: 13px;
    font-weight: 600;
    color: rgb(var(--color-on-surface));
    margin: 0;
  }
  .catalog-error-detail {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgb(var(--color-on-surface-variant)) !important;
  }
  .tier-cta.is-edit {
    color: rgb(var(--color-on-surface-variant));
    border-color: rgb(var(--color-outline-variant) / 0.7);
  }
  .tier-cta.is-edit:hover {
    color: rgb(var(--color-on-primary));
    border-color: rgb(var(--color-primary));
    background: rgb(var(--color-primary));
  }
  .module-name-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  .module-key {
    font-family: var(--num-family);
    font-size: 10px;
    font-weight: 500;
    color: rgb(var(--color-on-surface-variant) / 0.7);
    letter-spacing: 0.02em;
    margin: 0;
    text-transform: none;
  }
  .mini-tier.is-pending, .tier.is-pending {
    border-color: rgb(var(--color-warning));
    box-shadow: 0 0 0 3px rgb(var(--color-warning) / 0.12);
    cursor: pointer;
  }
  .mini-tier.is-pending .mt-flag, .tier.is-pending .pending-flag {
    color: rgb(var(--color-warning));
    border-color: rgb(var(--color-warning) / 0.5);
    background: rgb(var(--color-warning) / 0.06);
  }
  .pending-flag {
    font-family: var(--label-family);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    padding: 2px 8px;
    border: 1px solid;
    border-radius: var(--pill-radius);
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .mini-tier.is-being-replaced, .tier.is-being-replaced {
    opacity: 0.55;
    border-style: dashed;
    box-shadow: none;
  }
  .mini-tier.is-being-replaced .mt-flag, .tier.is-being-replaced .current-stamp {
    text-decoration: line-through;
  }
  .module.is-pending-add {
    border-color: rgb(var(--color-primary));
    box-shadow: 0 0 0 3px rgb(var(--color-primary) / 0.10);
  }
  .module.is-pending-remove {
    border-color: rgb(var(--color-error));
    box-shadow: 0 0 0 3px rgb(var(--color-error) / 0.10);
  }
  .module.is-pending-remove .module-name, .module.is-pending-remove .module-price {
    text-decoration: line-through;
    opacity: 0.55;
  }
  .discard-x {
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity .15s ease;
  }
  .discard-x:hover {
    opacity: 1;
  }
  .discard-x .material-symbols-outlined {
    font-size: 14px !important;
  }
  .enroll-footer {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgb(var(--color-outline-variant) / 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .enroll-eyebrow {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
    color: rgb(var(--color-on-surface));
    margin: 0;
  }
  .enroll-line {
    font-family: var(--label-family);
    font-size: 12px;
    color: rgb(var(--color-on-surface-variant));
    margin: 4px 0 0;
  }
  .pending-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgb(var(--color-warning) / 0.08);
    border: 1px solid rgb(var(--color-warning) / 0.3);
    border-radius: var(--module-radius);
    color: rgb(var(--color-warning));
    font-size: 12px;
    margin-top: 18px;
  }
  .pending-banner > span:nth-child(2) {
    flex: 1;
  }
  .pending-banner .v-action {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
    padding: 6px 12px;
    border: 1px solid rgb(var(--color-warning));
    border-radius: var(--pill-radius);
    background: transparent;
    color: rgb(var(--color-warning));
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
  }
  .pending-banner .v-action:hover {
    background: rgb(var(--color-warning));
    color: white;
  }
  .checkout-bar {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%) translateY(calc(100% + 32px));
    background: var(--cb-bg, rgb(var(--color-on-surface)));
    color: var(--cb-fg, white);
    border-radius: var(--radius-pill);
    padding: 10px 10px 10px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: var(--shadow-floating);
    z-index: 40;
    transition: transform .28s var(--ease-emphasis), visibility 0s linear .28s;
    visibility: hidden;
    pointer-events: none;
    max-width: calc(100vw - 36px);
  }
  .checkout-bar.is-visible {
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform .28s var(--ease-emphasis), visibility 0s linear 0s;
  }
  .cb-summary {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font-family: var(--label-family);
  }
  .cb-count {
    font-family: var(--num-family);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--cb-fg, white);
    font-variant-numeric: tabular-nums;
  }
  .cb-label {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--cb-fg-mute, rgb(255 255 255 / 0.65));
  }
  .cb-delta {
    font-family: var(--num-family);
    font-size: 14px;
    font-weight: 600;
    color: var(--cb-fg, white);
    padding-left: 14px;
    margin-left: 4px;
    border-left: 1px solid var(--cb-divider, rgb(255 255 255 / 0.18));
    font-variant-numeric: tabular-nums;
  }
  .cb-delta.is-up {
    color: rgb(255 179 173);
  }
  .cb-delta.is-down {
    color: rgb(157 240 195);
  }
  .cb-actions {
    display: flex;
    gap: 8px;
  }
  .cb-btn {
    appearance: none;
    cursor: pointer;
    padding: 9px 16px;
    font-family: var(--label-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: var(--radius-pill);
    border: 1px solid transparent;
    transition: all .12s ease;
  }
  .cb-btn.is-discard {
    background: transparent;
    color: var(--cb-fg-mute, rgb(255 255 255 / 0.75));
    border-color: var(--cb-divider, rgb(255 255 255 / 0.18));
  }
  .cb-btn.is-discard:hover {
    color: var(--cb-fg, white);
    border-color: var(--cb-divider-hover, rgb(255 255 255 / 0.4));
  }
  .cb-btn.is-checkout {
    background: rgb(var(--color-primary));
    color: rgb(var(--color-on-primary));
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .cb-btn.is-checkout:hover {
    background: rgb(var(--color-primary-dim));
  }
  .checkout-modal {
    background: rgb(var(--color-surface-container-lowest));
    border-radius: var(--radius-panel);
    width: 100%;
    max-width: 720px;
    max-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-modal);
    overflow: hidden;
  }
  .cm-head {
    padding: 22px 28px;
    border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cm-head h2 {
    font-family: var(--tier-name-family);
    font-size: 20px;
    font-weight: var(--tier-name-weight);
    letter-spacing: var(--tier-name-track);
    text-transform: var(--tier-name-case);
    color: rgb(var(--color-on-surface));
    margin: 0;
  }
  .cm-close {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    color: rgb(var(--color-on-surface-variant));
    padding: 6px;
  }
  .cm-close:hover {
    color: rgb(var(--color-on-surface));
  }
  .cm-body {
    padding: 22px 28px 12px;
    overflow-y: auto;
    flex: 1;
  }
  .cm-section {
    margin-bottom: 22px;
  }
  .cm-section-label {
    font-family: var(--label-family);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: var(--label-track);
    text-transform: var(--label-case);
    color: rgb(var(--color-on-surface-variant));
    margin: 0 0 10px;
  }
  .cm-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px dashed rgb(var(--color-outline-variant) / 0.5);
    font-size: 13px;
  }
  .cm-row:last-child {
    border-bottom: none;
  }
  .cm-row .cm-name {
    color: rgb(var(--color-on-surface));
  }
  .cm-row .cm-name b {
    font-weight: 600;
  }
  .cm-row .cm-meta {
    font-family: var(--label-family);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: var(--pill-radius);
    border: 1px solid;
  }
  .cm-meta.is-add {
    color: rgb(var(--color-primary));
    border-color: rgb(var(--color-primary) / 0.4);
    background: rgb(var(--color-primary) / 0.06);
  }
  .cm-meta.is-remove {
    color: rgb(var(--color-error));
    border-color: rgb(var(--color-error) / 0.4);
    background: rgb(var(--color-error) / 0.06);
  }
  .cm-meta.is-tier {
    color: rgb(var(--color-warning));
    border-color: rgb(var(--color-warning) / 0.4);
    background: rgb(var(--color-warning) / 0.06);
  }
  .cm-meta.is-keep {
    color: rgb(var(--color-on-surface-variant));
    border-color: rgb(var(--color-outline-variant) / 0.5);
    background: transparent;
  }
  .cm-row .cm-amount {
    font-family: var(--num-family);
    font-weight: 600;
    color: rgb(var(--color-on-surface));
    font-variant-numeric: tabular-nums;
    text-align: right;
    min-width: 80px;
  }
  .cm-row.is-remove .cm-name, .cm-row.is-remove .cm-amount {
    text-decoration: line-through;
    opacity: 0.6;
  }
  .cm-totals {
    margin-top: 18px;
    padding: 18px 0 6px;
    border-top: 1px solid rgb(var(--color-outline-variant) / 0.5);
  }
  .cm-total-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
    font-size: 13px;
    color: rgb(var(--color-on-surface-variant));
  }
  .cm-total-row.is-final {
    font-family: var(--num-family);
    color: rgb(var(--color-on-surface));
    font-size: 22px;
    font-weight: 600;
    margin-top: 6px;
  }
  .cm-total-row .cm-total-amount {
    font-family: var(--num-family);
    font-variant-numeric: tabular-nums;
  }
  .cm-foot {
    padding: 18px 28px;
    border-top: 1px solid rgb(var(--color-outline-variant) / 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(var(--color-surface-container-low) / 0.5);
  }
  .cm-foot-note {
    font-family: var(--label-family);
    font-size: 11px;
    color: rgb(var(--color-on-surface-variant));
  }
  .cm-foot-actions {
    display: flex;
    gap: 10px;
  }
  .cm-btn {
    appearance: none;
    cursor: pointer;
    padding: 10px 22px;
    font-family: var(--label-family);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: var(--radius-pill);
    border: 1px solid;
    transition: all .12s ease;
  }
  .cm-btn.is-cancel {
    background: transparent;
    color: rgb(var(--color-on-surface-variant));
    border-color: rgb(var(--color-outline-variant) / 0.6);
  }
  .cm-btn.is-cancel:hover {
    border-color: rgb(var(--color-on-surface-variant));
    color: rgb(var(--color-on-surface));
  }
  .cm-btn.is-confirm {
    background: rgb(var(--color-primary));
    color: rgb(var(--color-on-primary));
    border-color: rgb(var(--color-primary));
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .cm-btn.is-confirm:hover {
    filter: brightness(1.1);
  }
  .cm-empty {
    padding: 40px 20px;
    text-align: center;
    color: rgb(var(--color-on-surface-variant) / 0.6);
    font-size: 13px;
  }
  @media (max-width: 900px) {
    .ledger {
      grid-template-columns: 1fr;
    }
    .ledger-left {
      border-right: none;
      border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.4);
    }
    .tier-stack {
      grid-template-columns: 1fr;
    }
    .tier {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .tier-right {
      align-items: flex-start;
    }
    .shelf-grid {
      grid-template-columns: 1fr;
    }
    .md-layout {
      grid-template-columns: 1fr;
    }
    .md-rail {
      position: static;
      flex-direction: row;
      overflow-x: auto;
      padding-bottom: 4px;
    }
    .md-rail .rail-item {
      min-width: 220px;
    }
    .mini-tier-row {
      grid-template-columns: 1fr;
    }
  }
}
[data-style="brief"] .ledger-right {
  background: linear-gradient(to right, rgb(var(--field-grid-color) / 0.08) 1px, transparent 1px) 0 0 / 24px 24px, linear-gradient(to bottom, rgb(var(--field-grid-color) / 0.08) 1px, transparent 1px) 0 0 / 24px 24px, rgb(var(--color-surface-container-lowest));
}
[data-style="brief"] .total-meta b {
  font-family: var(--num-family);
}
[data-style="brief"] .rail-group-label {
  letter-spacing: 0.18em;
  font-weight: 600;
}
[data-style="brief"] .rail-icon {
  background: transparent;
}
[data-style="brief"] .v-status {
  background: transparent;
}
[data-style="brief"] .v-status.is-not-enrolled {
  background: transparent;
}
[data-style="brief"] .md-detail {
  background: linear-gradient(to right, rgb(var(--field-grid-color) / var(--field-grid-opacity)) 1px, transparent 1px) 0 0 / 24px 24px, rgb(var(--color-surface-container-lowest));
}
[data-style="brief"] .detail-head .v-icon {
  background: transparent;
}
[data-style="brief"] .module-icon {
  background: transparent;
}
[data-style="brief"] .module-name {
  font-size: 12px;
  letter-spacing: 0.06em;
}
[data-style="brief"] .pill {
  background: transparent;
  letter-spacing: 0.10em;
}
[data-style="brief"] .mini-tier.is-pending .mt-flag, [data-style="brief"] .tier.is-pending .pending-flag {
  background: transparent;
}
[data-style="brief"] .tier.is-current {
  border: 2px solid rgb(var(--color-primary));
  box-shadow: inset 0 0 0 4px rgb(var(--color-surface-container-lowest)), inset 0 0 0 5px rgb(var(--color-primary) / 0.5);
  background: linear-gradient(to right, rgb(var(--field-grid-color) / 0.06) 1px, transparent 1px) 0 0 / 24px 24px, rgb(var(--color-surface-container-lowest));
}
[data-style="brief"] .chip {
  font-family: var(--display-family);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
}
[data-style="brief"] .tier-features li::before {
  border-radius: 0;
}
[data-style="brief"] .checkout-bar {
  border-radius: 0;
}
[data-style="brief"] .cb-btn {
  border-radius: 0;
}
[data-style="brief"] .checkout-modal {
  border-radius: 0;
  border: 1px solid rgb(var(--color-outline-variant));
}
[data-style="brief"] .cm-btn {
  border-radius: 0;
}
[data-palette="navy"] .nexus-sidebar {
  background-color: rgb(var(--color-primary));
  isolation: isolate;
}
[data-palette="navy"] .nexus-sidebar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgb(var(--color-primary)), rgb(var(--color-primary-light)));
  pointer-events: none;
  z-index: 0;
}
[data-palette="navy"] .nexus-sidebar > * {
  position: relative;
  z-index: 1;
}
[data-palette="navy"] .nexus-sidebar .nexus-sidebar-item {
  color: rgb(var(--color-primary-fixed) / 0.7);
}
[data-palette="navy"] .nexus-sidebar .nexus-sidebar-item:hover {
  color: rgb(var(--color-primary-fixed));
  background-color: rgb(255 255 255 / 0.08);
}
[data-palette="navy"] .nexus-sidebar .nexus-sidebar-item.is-active {
  color: rgb(var(--color-primary-fixed));
  background-color: rgb(255 255 255 / 0.15);
}
[data-palette="navy"] .nexus-sidebar .nexus-sidebar-brand h1 {
  color: rgb(var(--color-primary-fixed));
}
[data-palette="navy"] .nexus-sidebar .nexus-sidebar-brand p {
  color: rgb(var(--color-primary-fixed) / 0.55);
}
[data-palette="navy"] .nexus-sidebar .nexus-sidebar-badge {
  background-color: rgb(var(--color-primary-fixed) / 0.14);
  color: rgb(var(--color-primary-fixed));
}
[data-palette="navy"] .nexus-sidebar nav p {
  color: rgb(var(--color-primary-fixed) / 0.45);
}
[data-palette="navy"] .nexus-sidebar .material-symbols-outlined {
  color: inherit;
}
[data-palette="navy"] .nexus-sidebar .mt-auto {
  border-color: rgb(var(--color-primary-fixed) / 0.15);
}
[data-palette="navy"] .nexus-topbar {
  background-color: rgb(var(--color-surface) / 0.8);
}
.page-transition {
  transition: opacity 150ms ease, transform 150ms ease;
}
.page-leaving {
  opacity: 0;
  transform: translateY(4px);
}
.page-entering {
  transition: none;
}
.page-entering>.page-nav {
  animation: page-nav-in 350ms var(--ease-out) both;
}
.page-entering> :not(.page-nav) {
  animation: page-content-in 400ms var(--ease-out) 80ms both;
}
@keyframes page-nav-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-content-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-route-leave {
  animation: nav-route-out var(--route-leave) ease both;
}
@keyframes nav-route-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(var(--route-leave-y));
  }
}
.nav-route-enter {
  animation: nav-route-in var(--route-enter) var(--ease-out) both;
}
@keyframes nav-route-in {
  from {
    opacity: 0;
    transform: translateY(calc(var(--route-enter-y) * -1));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-base-view {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  background-color: rgb(var(--color-surface) / 1);
}
.nav-scroll-view {
  position: absolute;
  inset: calc(var(--spacing) * 0);
  overflow-y: auto;
  padding-inline: calc(var(--spacing) * 8);
  padding-bottom: calc(var(--spacing) * 8);
  padding-top: var(--nav-height);
}
.view-stack {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--view-push-duration) var(--ease-out), transform var(--view-push-duration) var(--ease-out);
}
.view-stack.is-pushing {
  animation: view-push-in var(--view-push-duration) var(--ease-out) both;
  transition: none;
  pointer-events: auto;
}
.view-stack.is-open {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.view-stack.is-popping {
  animation: view-pop-out var(--view-pop-duration) var(--ease-in) both;
  transition: none;
  pointer-events: none;
}
.view-stack.is-underneath {
  opacity: 1;
  animation: view-sink var(--view-push-duration) var(--ease-out) both;
  transition: none;
  pointer-events: none;
}
.view-stack.is-rising {
  opacity: 1;
  animation: view-rise var(--view-pop-duration) var(--ease-out) both;
  transition: none;
  pointer-events: none;
}
@keyframes view-sink {
  from {
    transform: translateX(0) scale(1);
  }
  to {
    transform: translateX(var(--view-push-parallax)) scale(0.98);
  }
}
@keyframes view-rise {
  from {
    transform: translateX(var(--view-push-parallax)) scale(0.98);
  }
  to {
    transform: translateX(0) scale(1);
  }
}
[data-palette="paper-cream"] .view-stack.is-underneath, [data-palette="editorial-paper"] .view-stack.is-underneath, [data-palette="midnight-paper"] .view-stack.is-underneath {
  animation-name: view-sink-paper;
}
[data-palette="paper-cream"] .view-stack.is-rising, [data-palette="editorial-paper"] .view-stack.is-rising, [data-palette="midnight-paper"] .view-stack.is-rising {
  animation-name: view-rise-paper;
}
@keyframes view-sink-paper {
  from {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(var(--view-push-parallax)) scale(0.98);
    opacity: 0;
  }
}
@keyframes view-rise-paper {
  from {
    transform: translateX(var(--view-push-parallax)) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes view-push-in {
  from {
    opacity: 0;
    transform: translateX(var(--view-push-offset));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes view-pop-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--view-pop-offset));
  }
}
.tab-entering-right, .tab-entering-left {
  animation: tab-enter-scale var(--tab-duration) var(--ease-out) both;
}
.tab-leaving-right, .tab-leaving-left {
  animation: tab-leave-scale var(--tab-duration) var(--ease-in) both;
  position: absolute;
  inset-inline: 0;
  top: 0;
  pointer-events: none;
}
@keyframes tab-enter-scale {
  from {
    opacity: 0;
    transform: scale(0.98) translateY(4px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes tab-leave-scale {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0.98) translateY(-4px);
  }
}
@keyframes toast-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toast-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(24px);
  }
}
.stagger-enter {
  animation: stagger-in var(--duration-medium) var(--ease-out) both;
}
@keyframes stagger-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes page-nav-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-nav-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.page-nav-fade-in {
  animation: page-nav-fade-in 200ms ease forwards;
}
.page-nav-fade-out {
  animation: page-nav-fade-out 200ms ease forwards;
}
.nxmd-h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  color: rgb(var(--color-on-surface));
}
.nxmd-h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0.75rem 0 0.375rem;
  color: rgb(var(--color-on-surface));
}
.nxmd-h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0.5rem 0 0.25rem;
  color: rgb(var(--color-on-surface));
}
.nxmd-p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0.375rem 0;
  color: rgb(var(--color-on-surface-variant));
}
.nxmd-ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}
.nxmd-li {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(var(--color-on-surface-variant));
  margin: 0.125rem 0;
}
.nxmd-code {
  font-size: 0.8rem;
  padding: 0.125rem 0.375rem;
  border-radius: calc(var(--radius-control) / 2);
  background: rgb(var(--color-surface-container-high));
  color: rgb(var(--color-on-surface));
  font-family: var(--num-family);
}
.nxmd-bq {
  border-left: 3px solid rgb(var(--color-primary));
  padding: 0.25rem 0.75rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: rgb(var(--color-on-surface-variant));
  background: rgb(var(--color-surface-container-low));
  border-radius: 0 calc(var(--radius-control) / 2) calc(var(--radius-control) / 2) 0;
}
.nxmd-hr {
  border: none;
  border-top: 1px solid rgb(var(--color-outline-variant));
  margin: 1rem 0;
  opacity: 0.3;
}
.nxmd-link {
  color: rgb(var(--color-primary));
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nxmd-link:hover {
  opacity: 0.8;
}
.md-preview {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.md-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  padding: 0.125rem;
  border-radius: var(--radius-control);
  background: rgb(var(--color-surface-container-low));
  border: 1px solid rgb(var(--color-outline-variant));
}
.md-tab {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  border-radius: calc(var(--radius-control) - 2px);
  color: rgb(var(--color-on-surface-variant));
  transition: background-color 120ms ease, color 120ms ease;
}
.md-tab:hover {
  color: rgb(var(--color-on-surface));
}
.md-tab.is-active {
  background: rgb(var(--color-surface));
  color: rgb(var(--color-on-surface));
  box-shadow: 0 1px 2px rgb(var(--shadow-rgb) / 0.04);
}
.md-preview-pane {
  min-height: 8.75rem;
  padding: 0.625rem 0.875rem;
  border-radius: var(--radius-control);
  background: rgb(var(--color-surface-container-lowest));
  border: 1px solid rgb(var(--color-outline-variant));
  overflow-y: auto;
  max-height: 22rem;
}
.popup-picker {
  position: relative;
}
.popup-picker-trigger {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 2);
  border-radius: var(--radius-card);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
  }
  background-color: rgb(var(--color-surface-container-lowest) / 1);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  text-align: left;
  font-size: 12px;
  line-height: var(--tw-leading, 16px);
  color: rgb(var(--color-on-surface) / 1);
  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));
  --tw-outline-style: none;
  outline-style: none;
  &:focus-visible {
    border-color: rgb(var(--color-primary) / 1);
  }
  &:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus-visible {
    --tw-ring-color: rgb(var(--color-primary) / 1);
  }
}
.popup-picker-trigger:hover {
  border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 40%, transparent);
  }
}
.popup-picker-trigger[aria-expanded="true"] {
  border-color: rgb(var(--color-primary) / 1);
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: rgb(var(--color-primary) / 1);
}
.popup-picker-trigger > .material-symbols-outlined {
  flex-shrink: 0;
  color: rgb(var(--color-on-surface-variant) / 1);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.popup-picker-trigger[aria-expanded="true"] > .material-symbols-outlined {
  transform: rotate(180deg);
}
.popup-picker-trigger-empty {
  color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 60%, transparent);
  }
}
.popup-picker-panel {
  position: fixed;
  z-index: 60;
  overflow: hidden;
  border-radius: var(--radius-card);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 20%, transparent);
  }
  background-color: rgb(var(--color-surface-container-lowest) / 1);
  --tw-shadow: var(--shadow-ambient-lg);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  max-height: 16rem;
  display: flex;
  flex-direction: column;
}
.popup-picker-search {
  width: 100%;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 15%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 15%, transparent);
  }
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  font-size: 12px;
  line-height: var(--tw-leading, 16px);
  color: rgb(var(--color-on-surface) / 1);
  --tw-outline-style: none;
  outline-style: none;
}
.popup-picker-search::placeholder {
  color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 50%, transparent);
  }
}
.popup-picker-list {
  min-height: calc(var(--spacing) * 0);
  flex: 1;
  overflow-y: auto;
  padding-block: calc(var(--spacing) * 1);
}
.popup-picker-option {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 2);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 1.5);
  text-align: left;
  font-size: 12px;
  line-height: var(--tw-leading, 16px);
  color: rgb(var(--color-on-surface) / 1);
  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));
}
.popup-picker-option.is-cursor, .popup-picker-option:hover {
  background-color: rgb(var(--color-surface-container-low) / 1);
}
.popup-picker-option.is-selected {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: rgb(var(--color-primary) / 1);
}
.popup-picker-option.is-selected::after {
  font-family: var(--icon-family);
  content: 'check';
  font-size: 14px;
}
.popup-picker-option.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 40%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 40%, transparent);
  }
}
.popup-picker-empty {
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  font-size: 12px;
  line-height: var(--tw-leading, 16px);
  color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 60%, transparent);
  }
  font-style: italic;
}
.wizard-step-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 1.5);
}
.wizard-step-dot {
  display: inline-flex;
  height: calc(var(--spacing) * 2.5);
  width: calc(var(--spacing) * 2.5);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  background-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 30%, transparent);
  }
  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));
}
.wizard-step-dot.is-completed {
  cursor: pointer;
  background-color: rgb(var(--color-primary) / 1);
}
.wizard-step-dot.is-current {
  background-color: rgb(var(--color-primary) / 1);
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: rgb(var(--color-primary) / 1);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-offset-color: rgb(var(--color-surface-container-lowest) / 1);
}
.wizard-step-rail {
  height: 1px;
  min-width: 1.25rem;
  flex: 1;
  background-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 25%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 25%, transparent);
  }
}
.wizard-step-rail.is-completed {
  background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 60%, transparent);
  }
}
.wizard-progress-label {
  margin-top: calc(var(--spacing) * 2);
  font-size: 12px;
  line-height: var(--tw-leading, 16px);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: rgb(var(--color-on-surface-variant) / 1);
}
:root {
  --color-vertical-restaurant: 184 116  61;
  --color-vertical-hotel: 47  92 110;
  --color-vertical-retail: 90 107  60;
  --color-vertical-ticketing: 107  60  90;
}
.n-allcaps {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--color-on-surface-variant));
}
.tabular-mono {
  font-family: var(--num-family);
}
.n-print-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(var(--color-on-surface-variant));
  font-weight: 600;
}
.n-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.n-status-mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 500;
  color: rgb(var(--color-on-surface-variant));
}
.n-status-mark::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(var(--color-success));
  box-shadow: 0 0 0 3px rgb(var(--color-success) / 0.16);
}
.n-status-mark.is-inactive {
  color: rgb(var(--color-on-surface-variant) / 0.7);
}
.n-status-mark.is-inactive::before {
  background: rgb(var(--color-on-surface-variant) / 0.5);
  box-shadow: 0 0 0 3px rgb(var(--color-on-surface-variant) / 0.10);
}
.n-status-mark.is-warning {
  color: rgb(var(--color-warning));
}
.n-status-mark.is-warning::before {
  background: rgb(var(--color-warning));
  box-shadow: 0 0 0 3px rgb(var(--color-warning) / 0.18);
}
.n-status-mark.is-error {
  color: rgb(var(--color-error));
}
.n-status-mark.is-error::before {
  background: rgb(var(--color-error));
  box-shadow: 0 0 0 3px rgb(var(--color-error) / 0.18);
}
.n-status-mark.is-success {
  color: rgb(var(--color-success));
}
.n-status-mark.is-success::before {
  background: rgb(var(--color-success));
  box-shadow: 0 0 0 3px rgb(var(--color-success) / 0.18);
}
.n-status-mark.is-toggle {
  cursor: pointer;
  padding: 2px 8px;
  margin: -2px -8px;
  border-radius: var(--radius-pill);
  transition: background-color 120ms ease, box-shadow 120ms ease;
}
.n-status-mark.is-toggle:hover {
  background: rgb(var(--color-on-surface) / 0.06);
}
.n-status-mark.is-toggle:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: 2px;
}
.n-status-mark.is-toggle[disabled], .n-status-mark.is-toggle[aria-disabled='true'] {
  cursor: progress;
  opacity: 0.6;
}
.nexus-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgb(var(--color-primary) / 0.85) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: nexus-progress-shift 1.4s linear infinite;
  pointer-events: none;
  z-index: 50;
}
@keyframes nexus-progress-shift {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
[data-palette="paper-cream"] .nexus-progress-bar, [data-palette="editorial-paper"] .nexus-progress-bar {
  background: linear-gradient(90deg, transparent 0%, rgb(var(--color-primary) / 0.5) 50%, transparent 100%);
  background-size: 200% 100%;
}
.n-chip-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.n-chip-cluster .n-chip-divider {
  width: 1px;
  height: 18px;
  background: rgb(var(--color-outline-variant));
  margin: 0 4px;
}
.n-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(var(--color-on-surface-variant));
  background: rgb(var(--color-surface-container-lowest));
  border: 1px solid rgb(var(--color-outline-variant) / 0.4);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  line-height: 1;
  font-family: var(--label-family);
  letter-spacing: var(--label-track);
  text-transform: var(--label-case);
  white-space: nowrap;
}
.n-chip:hover {
  background: rgb(var(--color-surface-container-low));
  color: rgb(var(--color-on-surface));
  border-color: rgb(var(--color-outline-variant));
}
.n-chip .material-symbols-outlined {
  font-size: 14px;
}
.n-chip.is-active {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-on-primary));
  border-color: rgb(var(--color-primary));
}
.n-chip.is-active:hover {
  background: rgb(var(--color-primary-dim));
  color: rgb(var(--color-on-primary));
  border-color: rgb(var(--color-primary-dim));
}
.n-chip:disabled, .n-chip[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.n-chip-rim-restaurant {
  box-shadow: inset 3px 0 0 rgb(var(--color-vertical-restaurant));
  padding-left: 14px;
}
.n-chip-rim-hotel {
  box-shadow: inset 3px 0 0 rgb(var(--color-vertical-hotel));
  padding-left: 14px;
}
.n-chip-rim-retail {
  box-shadow: inset 3px 0 0 rgb(var(--color-vertical-retail));
  padding-left: 14px;
}
.n-chip-rim-ticketing {
  box-shadow: inset 3px 0 0 rgb(var(--color-vertical-ticketing));
  padding-left: 14px;
}
.vertical-fg {
  color: rgb(var(--color-primary) / 0.7);
}
.vertical-fg[data-vertical="restaurant"] {
  color: rgb(var(--color-vertical-restaurant));
}
.vertical-fg[data-vertical="hotel"] {
  color: rgb(var(--color-vertical-hotel));
}
.vertical-fg[data-vertical="retail"] {
  color: rgb(var(--color-vertical-retail));
}
.vertical-fg[data-vertical="ticketing"] {
  color: rgb(var(--color-vertical-ticketing));
}
.n-chip-add, .n-chip-saved {
  border-style: dashed;
  color: rgb(var(--color-on-surface-variant) / 0.7);
  background: transparent;
}
.n-chip-dot-live {
  color: rgb(var(--color-success));
}
.n-chip-dot-warning {
  color: rgb(var(--color-warning));
}
.n-chip-dot-inactive {
  color: rgb(var(--color-on-surface-variant) / 0.45);
}
.n-density-toggle {
  display: inline-flex;
  align-items: center;
  height: 32px;
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-control);
  padding: 2px;
  background: rgb(var(--color-surface-container-low));
}
.n-density-toggle button {
  height: 100%;
  min-width: 28px;
  border: none;
  background: transparent;
  color: rgb(var(--color-on-surface-variant));
  padding: 0 6px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  transition: background .12s ease, color .12s ease;
}
.n-density-toggle button.is-active {
  background: rgb(var(--color-surface-container-lowest));
  color: rgb(var(--color-on-surface));
  box-shadow: 0 1px 0 rgb(var(--color-on-surface) / 0.04);
}
.n-density-toggle .material-symbols-outlined {
  font-size: 16px;
}
.n-count {
  font-family: var(--label-family);
  font-size: 12.5px;
  color: rgb(var(--color-on-surface-variant));
  white-space: nowrap;
}
.n-count strong {
  font-weight: 700;
  color: rgb(var(--color-on-surface));
}
.n-tbl-wrap {
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-card);
  background: rgb(var(--color-surface-container-lowest));
  overflow: hidden;
}
table.n-tbl {
  width: 100%;
  border-collapse: collapse;
}
table.n-tbl thead th {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--color-on-surface-variant));
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgb(var(--color-outline-variant));
  background: rgb(var(--color-surface-container-low));
  white-space: nowrap;
  font-family: var(--label-family);
}
table.n-tbl thead th:first-child {
  padding-left: 20px;
}
table.n-tbl thead th:last-child {
  padding-right: 20px;
}
table.n-tbl tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.5);
  vertical-align: middle;
  font-size: 13px;
  color: rgb(var(--color-on-surface));
}
table.n-tbl tbody td:first-child {
  padding-left: 20px;
  position: relative;
}
table.n-tbl tbody td:last-child {
  padding-right: 20px;
}
table.n-tbl tbody tr {
  transition: background .12s ease;
  cursor: pointer;
}
table.n-tbl tbody tr:hover {
  background: rgb(var(--color-surface-container-low) / 0.6);
}
table.n-tbl tbody tr:hover td:first-child::before {
  opacity: 1;
  transform: scaleY(1);
}
table.n-tbl tbody tr:last-child td {
  border-bottom: none;
}
.n-tbl-wrap.is-compact table.n-tbl tbody td {
  padding: 8px 16px;
  font-size: 12.5px;
}
.n-tbl-wrap.is-compact table.n-tbl tbody td:first-child {
  padding-left: 20px;
}
.n-tbl-wrap.is-compact .n-row-secondary {
  display: none;
}
.n-tbl-wrap.is-compact .n-row-tile {
  width: 24px;
  height: 24px;
}
.n-tbl-wrap.is-compact .n-row-tile .material-symbols-outlined {
  font-size: 14px;
}
table.n-tbl tbody td:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: rgb(var(--color-primary));
  opacity: 0;
  transform: scaleY(.6);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
  border-radius: 0 2px 2px 0;
}
tr.n-v-restaurant td:first-child::before {
  background: rgb(var(--color-vertical-restaurant));
}
tr.n-v-hotel td:first-child::before {
  background: rgb(var(--color-vertical-hotel));
}
tr.n-v-retail td:first-child::before {
  background: rgb(var(--color-vertical-retail));
}
tr.n-v-ticketing td:first-child::before {
  background: rgb(var(--color-vertical-ticketing));
}
.n-row-primary {
  display: flex;
  align-items: center;
  gap: 12px;
}
.n-row-tile {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-control);
  display: grid;
  place-items: center;
  background: rgb(var(--color-surface-container-low));
  border: 1px solid rgb(var(--color-outline-variant));
  color: rgb(var(--color-on-surface-variant));
  flex-shrink: 0;
  transition: background .12s ease, color .12s ease;
}
.n-row-tile .material-symbols-outlined {
  font-size: 18px;
}
tr.n-v-restaurant .n-row-tile {
  color: rgb(var(--color-vertical-restaurant));
}
tr.n-v-hotel .n-row-tile {
  color: rgb(var(--color-vertical-hotel));
}
tr.n-v-retail .n-row-tile {
  color: rgb(var(--color-vertical-retail));
}
tr.n-v-ticketing .n-row-tile {
  color: rgb(var(--color-vertical-ticketing));
}
.n-row-stack {
  min-width: 0;
}
.n-row-name {
  font-weight: 600;
  color: rgb(var(--color-on-surface));
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-row-secondary {
  font-size: 11.5px;
  color: rgb(var(--color-on-surface-variant));
  line-height: 1.4;
  margin-top: 1px;
}
.n-row-secondary .tabular-mono {
  font-size: 10.5px;
}
.n-cell-stack-2 {
  line-height: 1.3;
}
.n-cell-stack-2 > span {
  display: block;
}
.n-cell-stack-2 .n-cs-top {
  color: rgb(var(--color-on-surface));
  font-weight: 500;
}
.n-cell-stack-2 .n-cs-bot {
  color: rgb(var(--color-on-surface-variant));
  font-size: 11px;
  margin-top: 1px;
}
.n-v-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 500;
  color: rgb(var(--color-on-surface-variant));
}
.n-v-chip .material-symbols-outlined {
  font-size: 14px;
}
.n-v-chip.n-v-restaurant {
  color: rgb(var(--color-vertical-restaurant));
}
.n-v-chip.n-v-hotel {
  color: rgb(var(--color-vertical-hotel));
}
.n-v-chip.n-v-retail {
  color: rgb(var(--color-vertical-retail));
}
.n-v-chip.n-v-ticketing {
  color: rgb(var(--color-vertical-ticketing));
}
.n-tbl th.is-sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.12s ease;
}
.n-tbl th.is-sortable:hover {
  background-color: rgb(var(--color-surface-container) / 0.5);
}
.n-tbl th.is-sortable:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: -2px;
}
.n-tbl th.is-sortable .n-sort-arrow {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 4px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.n-tbl th.is-sortable.is-sorted .n-sort-arrow, .n-tbl th.is-sortable:hover .n-sort-arrow {
  opacity: 1;
}
.n-tbl th.is-sortable.is-sorted {
  color: rgb(var(--color-on-surface));
}
.n-count-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--label-family);
  font-weight: 700;
  font-size: 14px;
  color: rgb(var(--color-on-surface));
}
.n-count-chip .n-cc-lbl {
  font-weight: 500;
  font-size: 10.5px;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.04em;
}
.page-nav-tile {
  background: rgb(var(--color-surface-container-low));
  border: 1px solid rgb(var(--color-outline-variant));
  color: rgb(var(--color-on-surface-variant));
}
.page-nav-tile-restaurant {
  color: rgb(var(--color-vertical-restaurant));
  background: rgb(var(--color-vertical-restaurant) / 0.08);
  border-color: rgb(var(--color-vertical-restaurant) / 0.2);
}
.page-nav-tile-hotel {
  color: rgb(var(--color-vertical-hotel));
  background: rgb(var(--color-vertical-hotel) / 0.08);
  border-color: rgb(var(--color-vertical-hotel) / 0.2);
}
.page-nav-tile-retail {
  color: rgb(var(--color-vertical-retail));
  background: rgb(var(--color-vertical-retail) / 0.08);
  border-color: rgb(var(--color-vertical-retail) / 0.2);
}
.page-nav-tile-ticketing {
  color: rgb(var(--color-vertical-ticketing));
  background: rgb(var(--color-vertical-ticketing) / 0.08);
  border-color: rgb(var(--color-vertical-ticketing) / 0.2);
}
.page-nav-pad-top {
  padding-top: calc(96px - var(--nav-collapse, 0) * 24px);
}
.page-nav-row-pad-btm {
  padding-bottom: calc((1 - var(--nav-collapse, 0)) * 4px);
}
.page-nav-back-btn {
  width: calc(36px - var(--nav-collapse, 0) * 12px);
  height: calc(36px - var(--nav-collapse, 0) * 12px);
}
.page-nav-back-btn .material-symbols-outlined {
  font-size: calc(24px - var(--nav-collapse, 0) * 8px);
}
.page-nav-tile {
  width: calc(48px - var(--nav-collapse, 0) * 14px);
  height: calc(48px - var(--nav-collapse, 0) * 14px);
}
.page-nav-tile .material-symbols-outlined {
  font-size: calc(26px - var(--nav-collapse, 0) * 7px);
}
.page-nav-h1 {
  font-size: calc(28px - var(--nav-collapse, 0) * 12px);
  line-height: 1.3;
}
.page-nav-fade-on-collapse {
  opacity: calc(1 - var(--nav-collapse, 0));
}
.page-nav-subtitle {
  opacity: calc(1 - var(--nav-collapse, 0));
  max-height: calc((1 - var(--nav-collapse, 0)) * 24px);
  margin-top: calc((1 - var(--nav-collapse, 0)) * 2px);
  overflow: hidden;
  padding-left: 3px;
}
.n-detail-tile {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-card);
  display: grid;
  place-items: center;
  background: rgb(var(--color-surface-container-low));
  border: 1px solid rgb(var(--color-outline-variant));
  color: rgb(var(--color-on-surface-variant));
  flex-shrink: 0;
  position: relative;
}
.n-detail-tile .material-symbols-outlined {
  font-size: 28px;
}
.n-detail-tile.n-v-restaurant {
  color: rgb(var(--color-vertical-restaurant));
  background: rgb(var(--color-vertical-restaurant) / 0.08);
  border-color: rgb(var(--color-vertical-restaurant) / 0.2);
}
.n-detail-tile.n-v-hotel {
  color: rgb(var(--color-vertical-hotel));
  background: rgb(var(--color-vertical-hotel) / 0.08);
  border-color: rgb(var(--color-vertical-hotel) / 0.2);
}
.n-detail-tile.n-v-retail {
  color: rgb(var(--color-vertical-retail));
  background: rgb(var(--color-vertical-retail) / 0.08);
  border-color: rgb(var(--color-vertical-retail) / 0.2);
}
.n-detail-tile.n-v-ticketing {
  color: rgb(var(--color-vertical-ticketing));
  background: rgb(var(--color-vertical-ticketing) / 0.08);
  border-color: rgb(var(--color-vertical-ticketing) / 0.2);
}
.n-detail-h1 {
  font-family: var(--display-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: rgb(var(--color-on-surface));
}
.n-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-control);
  overflow: hidden;
  height: 32px;
}
.n-stepper button {
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  display: grid;
  place-items: center;
  color: rgb(var(--color-on-surface-variant));
  cursor: pointer;
}
.n-stepper button:hover {
  background: rgb(var(--color-surface-container-low));
  color: rgb(var(--color-on-surface));
}
.n-stepper button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.n-stepper button:disabled:hover {
  background: transparent;
  color: rgb(var(--color-on-surface-variant));
}
.n-stepper-label {
  padding: 0 10px;
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant));
  border-left: 1px solid rgb(var(--color-outline-variant));
  border-right: 1px solid rgb(var(--color-outline-variant));
  height: 100%;
  display: grid;
  place-items: center;
}
.n-chain {
  display: flex;
  align-items: stretch;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(var(--color-outline-variant));
  overflow-x: auto;
  gap: 2px;
}
.n-chain-node {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: var(--radius-control);
  border: 1px solid transparent;
  transition: background .12s ease, border-color .12s ease;
  flex-shrink: 0;
  min-width: 168px;
  position: relative;
}
.n-chain-node:hover {
  background: rgb(var(--color-surface-container-low));
  border-color: rgb(var(--color-outline-variant) / 0.5);
}
.n-chain-node.is-current {
  background: rgb(var(--color-primary-container) / 0.4);
  border-color: rgb(var(--color-primary) / 0.2);
  cursor: default;
  padding-left: 18px;
}
.n-chain-node.is-current::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: rgb(var(--color-primary));
  border-radius: 2px;
}
.n-chain-node.is-current:hover {
  background: rgb(var(--color-primary-container) / 0.4);
}
.n-chain-sep {
  align-self: center;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
  color: rgb(var(--color-on-surface-variant) / 0.35);
  font-family: var(--icon-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 -2px;
}
.n-chain-step {
  font-family: var(--label-family);
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgb(var(--color-on-surface-variant));
}
.n-chain-node.is-current .n-chain-step {
  color: rgb(var(--color-primary));
}
.n-chain-name {
  font-weight: 600;
  color: rgb(var(--color-on-surface));
  font-size: 13.5px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
}
.n-chain-id {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  margin-top: 2px;
}
.detail-section {
  padding: 0 0 28px;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.5);
  margin-bottom: 28px;
}
.detail-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-card {
  background: rgb(var(--color-surface-container-lowest));
  border: 1px solid rgb(var(--color-outline-variant) / 0.4);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 20px 22px;
  margin-bottom: 0;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}
.section-title {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--tier-name-family);
  font-weight: 700;
  font-size: 15px;
  color: rgb(var(--color-on-surface));
  letter-spacing: -0.005em;
  line-height: 1;
}
.section-title::before {
  content: '';
  width: 4px;
  height: 14px;
  background: rgb(var(--color-on-surface) / 0.35);
  border-radius: 2px;
  flex-shrink: 0;
  transform: translateY(1px);
}
.section-title .section-meta {
  color: rgb(var(--color-on-surface-variant));
  margin-left: 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.section-head:has(.section-head-actions) {
  align-items: center;
}
.section-card .section-title .section-meta::before {
  content: '·';
  margin-right: 6px;
  color: rgb(var(--color-on-surface-variant) / 0.55);
}
.section-card .section-title .section-meta {
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.n-kv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgb(var(--color-outline-variant));
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-control);
  overflow: hidden;
}
.n-kv-cell {
  padding: 14px 18px;
  background: rgb(var(--color-surface-container-lowest));
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 64px;
}
.n-kv-cell.kv-wide {
  grid-column: 1 / -1;
}
.n-kv-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgb(var(--color-on-surface-variant));
}
.n-kv-value {
  font-size: 13.5px;
  color: rgb(var(--color-on-surface));
  font-weight: 500;
  line-height: 1.4;
}
.n-kv-value.is-mono {
  font-family: var(--num-family);
  font-weight: 500;
  font-size: 12px;
  user-select: all;
}
.n-kv-value.is-display {
  font-family: var(--display-family);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.n-kv-value.is-mute {
  color: rgb(var(--color-on-surface-variant));
  font-weight: 400;
}
.n-sidebar-card {
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-control);
  background: rgb(var(--color-surface-container-lowest));
  padding: 18px 18px 14px;
}
.n-sidebar-card ~ .n-sidebar-card {
  margin-top: 20px;
}
.n-sidebar-card .n-sc-title {
  font-family: var(--label-family);
  font-weight: 700;
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant));
  margin-bottom: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.n-sidebar-card .n-sc-row {
  padding: 10px 0;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.5);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.n-sidebar-card .n-sc-row:last-child {
  border-bottom: none;
}
.n-sidebar-card .n-sc-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(var(--color-on-surface-variant));
}
.n-sidebar-card .n-sc-value {
  font-size: 12.5px;
  color: rgb(var(--color-on-surface));
  display: flex;
  align-items: center;
  gap: 6px;
}
.n-sidebar-card .n-sc-value.is-mono {
  font-family: var(--num-family);
  font-size: 11px;
  word-break: break-all;
}
.n-sc-copy {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: rgb(var(--color-on-surface-variant));
  margin-top: 2px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.n-sc-copy:hover {
  color: rgb(var(--color-primary));
}
.n-sc-copy .material-symbols-outlined {
  font-size: 13px;
}
.mini-list {
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-control);
  overflow: hidden;
  background: rgb(var(--color-surface-container-lowest));
}
.mini-list-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.5);
  transition: background .12s ease;
}
.mini-list-row:hover {
  background: rgb(var(--color-surface-container-low) / 0.5);
}
.mini-list-row:last-child {
  border-bottom: none;
}
.mini-list-row .mini-list-row-tile {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: rgb(var(--color-surface-container-low));
  border: 1px solid rgb(var(--color-outline-variant));
  color: rgb(var(--color-on-surface-variant));
}
.mini-list-row .mini-list-row-tile .material-symbols-outlined {
  font-size: 16px;
}
.mini-list-row .mini-list-row-name {
  font-weight: 600;
  color: rgb(var(--color-on-surface));
  font-size: 13px;
}
.mini-list-row .mini-list-row-id {
  font-family: var(--num-family);
  font-size: 10.5px;
  color: rgb(var(--color-on-surface-variant));
}
.n-skel-section {
  padding: 16px 0 20px;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.6);
}
.n-skel-section + .n-skel-section {
  margin-top: 0;
}
.n-skel-section .n-skel-title {
  height: 12px;
  width: 96px;
  margin-bottom: 14px;
  border-radius: 4px;
}
.n-skel-section .n-skel-line {
  height: 14px;
  border-radius: 4px;
  margin-top: 10px;
}
.n-skel-mini-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.n-skel-mini-list-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.5);
}
.n-skel-mini-list-row:last-child {
  border-bottom: none;
}
.n-skel-mini-list-row .n-skel-tile {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}
.n-skel-mini-list-row .n-skel-name {
  height: 12px;
  width: 60%;
  border-radius: 4px;
}
.n-skel-mini-list-row .n-skel-id {
  height: 10px;
  width: 40%;
  border-radius: 3px;
  margin-top: 5px;
}
.n-skel-mini-list-row .n-skel-status {
  height: 14px;
  width: 56px;
  border-radius: 7px;
}
.n-skel-chain {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(var(--color-outline-variant));
}
.n-skel-chain-node {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  min-width: 168px;
  border-radius: var(--radius-control);
  border: 1px solid rgb(var(--color-outline-variant) / 0.5);
  background: rgb(var(--color-surface-container-low) / 0.4);
}
.n-skel-chain-node .n-skel-step {
  height: 9px;
  width: 60px;
  border-radius: 3px;
}
.n-skel-chain-node .n-skel-name {
  height: 13px;
  width: 80%;
  border-radius: 4px;
  margin-top: 8px;
}
.n-skel-chain-node .n-skel-id {
  height: 9px;
  width: 50%;
  border-radius: 3px;
  margin-top: 6px;
}
.n-skel-sidebar-card {
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-control);
  padding: 18px 18px 14px;
  background: rgb(var(--color-surface-container-lowest));
}
.n-skel-sidebar-card + .n-skel-sidebar-card {
  margin-top: 16px;
}
.n-skel-sidebar-card .n-skel-title {
  height: 10px;
  width: 70px;
  border-radius: 3px;
  margin-bottom: 14px;
}
.n-skel-sidebar-card .n-skel-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.5);
}
.n-skel-sidebar-card .n-skel-row:last-child {
  border-bottom: none;
}
.n-skel-sidebar-card .n-skel-row .n-skel-label {
  height: 10px;
  width: 40%;
  border-radius: 3px;
}
.n-skel-sidebar-card .n-skel-row .n-skel-value {
  height: 12px;
  width: 80px;
  border-radius: 3px;
}
.n-ops-block {
  background: rgb(var(--color-surface-container-lowest));
  border: 1px solid rgb(var(--color-outline-variant));
  border-left-width: 3px;
  border-radius: var(--radius-control);
  padding: 18px 20px 18px 22px;
  position: relative;
}
.n-ops-block::before {
  content: attr(data-vertical);
  position: absolute;
  top: -7px;
  left: 14px;
  background: rgb(var(--color-surface-container-lowest));
  padding: 0 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
}
.n-ops-block[data-vertical-tone="restaurant"] {
  border-left-color: rgb(var(--color-vertical-restaurant));
}
.n-ops-block[data-vertical-tone="hotel"] {
  border-left-color: rgb(var(--color-vertical-hotel));
}
.n-ops-block[data-vertical-tone="retail"] {
  border-left-color: rgb(var(--color-vertical-retail));
}
.n-ops-block[data-vertical-tone="ticketing"] {
  border-left-color: rgb(var(--color-vertical-ticketing));
}
.n-ops-block[data-vertical-tone="restaurant"]::before {
  color: rgb(var(--color-vertical-restaurant));
}
.n-ops-block[data-vertical-tone="hotel"]::before {
  color: rgb(var(--color-vertical-hotel));
}
.n-ops-block[data-vertical-tone="retail"]::before {
  color: rgb(var(--color-vertical-retail));
}
.n-ops-block[data-vertical-tone="ticketing"]::before {
  color: rgb(var(--color-vertical-ticketing));
}
.n-ops-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.4);
  align-items: baseline;
}
.n-ops-row:first-child {
  padding-top: 4px;
}
.n-ops-row:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}
.n-ops-label {
  font-size: 10px;
  font-weight: 600;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.n-ops-value {
  font-size: 14px;
  color: rgb(var(--color-on-surface));
  font-weight: 600;
}
.n-status-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 4px 0 2px;
}
.n-status-step {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  align-items: start;
  padding: 6px 0;
  position: relative;
}
.n-status-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 18px;
  bottom: -6px;
  width: 2px;
  background: rgb(var(--color-outline-variant) / 0.6);
}
.n-status-step.is-reached:not(:last-child)::before {
  background: rgb(var(--color-primary) / 0.5);
}
.n-status-dot {
  width: 14px;
  height: 14px;
  border-radius: var(--radius-pill);
  border: 2px solid rgb(var(--color-outline-variant));
  background: rgb(var(--color-surface-container-lowest));
  margin-top: 1px;
  z-index: 1;
}
.n-status-step.is-reached .n-status-dot {
  border-color: rgb(var(--color-primary));
  background: rgb(var(--color-primary));
}
.n-status-step.is-void .n-status-dot {
  border-color: rgb(var(--color-error));
  background: rgb(var(--color-error));
}
.n-status-step-name {
  font-size: 12.5px;
  font-weight: 600;
  color: rgb(var(--color-on-surface-variant));
}
.n-status-step.is-reached .n-status-step-name {
  color: rgb(var(--color-on-surface));
}
.n-status-step.is-void .n-status-step-name {
  color: rgb(var(--color-error));
}
.n-status-step-meta {
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant) / 0.7);
  margin-top: 1px;
}
.n-status-timeline[data-status="void"] .n-status-step:not(.is-void) .n-status-step-name {
  text-decoration: line-through;
  opacity: 0.55;
}
.n-address-card {
  background: rgb(var(--color-surface-container-lowest));
  border: 1px solid rgb(var(--color-outline-variant));
  border-radius: var(--radius-control);
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 24px;
}
.n-address-block {
  font-family: var(--label-family);
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgb(var(--color-on-surface-variant));
}
.n-address-block .n-ab-line1 {
  font-weight: 800;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
  color: rgb(var(--color-on-surface));
  letter-spacing: -0.01em;
}
.n-address-block .n-ab-postal {
  font-family: var(--num-family);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgb(var(--color-on-surface));
}
.n-address-tz {
  font-size: 10px;
  font-weight: 600;
  color: rgb(var(--color-on-surface-variant) / 0.7);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.5;
}
.n-address-tz .n-atz-id {
  font-family: var(--num-family);
  font-size: 12px;
  font-weight: 500;
  color: rgb(var(--color-on-surface));
  display: block;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.stat.is-spark {
  position: relative;
  overflow: hidden;
  padding-right: 92px;
}
.stat-spark {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 76px;
  height: 22px;
  opacity: 0.55;
  pointer-events: none;
}
.n-cascade-bar {
  --retain: 50;
  --flow: 50;
  display: grid;
  gap: 8px;
}
.n-cascade-bar-track {
  display: flex;
  height: 10px;
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: rgb(var(--color-surface-container-high));
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 0.04);
}
.n-cascade-bar.is-lg .n-cascade-bar-track {
  height: 14px;
}
.n-cascade-bar.is-sm .n-cascade-bar-track {
  height: 8px;
}
.n-cascade-bar-seg-retain {
  background: rgb(var(--color-cascade-retain));
  width: calc(var(--retain) * 1%);
  transition: width 250ms var(--ease-out);
}
.n-cascade-bar-seg-flow {
  background: rgb(var(--color-cascade-flow));
  width: calc(var(--flow) * 1%);
  transition: width 250ms var(--ease-out);
}
.n-cascade-bar-legend {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  font-weight: 600;
}
.n-cascade-bar-legend .n-cb-retain {
  color: rgb(var(--color-cascade-retain));
}
.n-cascade-bar-legend .n-cb-flow {
  color: rgb(var(--color-cascade-flow));
}
.n-cascade-bar-legend .n-cb-num {
  font-family: var(--num-family, ui-monospace, monospace);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.n-contract-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  background: rgb(var(--color-surface-container-lowest));
  border: 1px solid rgb(var(--color-outline-variant) / 0.6);
  border-radius: var(--radius-control);
  font-size: 12px;
  line-height: 1;
}
.n-contract-chip .n-cc-pct {
  font-family: var(--num-family, ui-monospace, monospace);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 13px;
  color: rgb(var(--color-on-surface));
}
.n-contract-chip .n-cc-sep {
  color: rgb(var(--color-outline-variant));
}
.n-contract-chip .n-cc-period {
  font-family: var(--num-family, ui-monospace, monospace);
  color: rgb(var(--color-on-surface-variant));
  font-size: 11.5px;
}
.n-lifecycle-rail {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.n-lifecycle-step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
}
.n-lifecycle-step .n-ls-pip {
  width: 14px;
  height: 14px;
  border-radius: var(--radius-pill);
  border: 2px solid rgb(var(--color-outline-variant));
  background: rgb(var(--color-surface-container-lowest));
  flex-shrink: 0;
}
.n-lifecycle-step.is-done .n-ls-pip {
  background: rgb(var(--color-cascade-retain));
  border-color: rgb(var(--color-cascade-retain));
}
.n-lifecycle-step.is-active .n-ls-pip {
  background: rgb(var(--color-surface-container-lowest));
  border-color: rgb(var(--color-cascade-retain));
  box-shadow: 0 0 0 4px rgb(var(--color-cascade-retain) / 0.16);
}
.n-lifecycle-step .n-ls-label {
  font-size: 11px;
  font-weight: 600;
  color: rgb(var(--color-on-surface-variant));
}
.n-lifecycle-step .n-ls-when {
  font-size: 10.5px;
  font-family: var(--num-family, ui-monospace, monospace);
  color: rgb(var(--color-on-surface-variant) / 0.7);
}
.n-lifecycle-joiner {
  flex: 0 0 36px;
  height: 2px;
  background: rgb(var(--color-outline-variant));
  margin: -28px 8px 0;
  align-self: center;
  border-radius: 1px;
}
.n-lifecycle-joiner.is-done {
  background: rgb(var(--color-cascade-retain));
}
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 28px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  background: rgb(var(--color-surface-elevated));
  border: 1px solid rgb(var(--color-outline-variant) / 0.4);
  border-radius: calc(var(--frame-radius) * 0.6);
  color: rgb(var(--color-on-surface-variant));
  transition: background-color 150ms ease, color 150ms ease;
  text-decoration: none;
}
.section-link:hover {
  background: rgb(var(--color-surface-container));
  color: rgb(var(--color-on-surface));
}
.section-link .material-symbols-outlined {
  font-size: 14px;
  line-height: 1;
}
.anno {
  display: block;
  border-left: 2px solid rgb(var(--color-secondary));
  background: rgb(var(--color-surface-elevated));
  padding: 12px 14px;
  border-radius: 0 calc(var(--frame-radius) * 0.6) calc(var(--frame-radius) * 0.6) 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(var(--color-on-surface-variant));
}
.anno-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgb(var(--color-on-surface));
  margin-bottom: 4px;
}
.n-delta-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 7px 2px 5px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.n-delta-chip .material-symbols-outlined {
  font-size: 12px;
  line-height: 1;
}
.n-delta-chip.is-up {
  background: rgb(var(--color-cascade-retain) / 0.15);
  color: rgb(var(--color-cascade-retain));
}
.n-delta-chip.is-down {
  background: rgb(var(--color-error) / 0.15);
  color: rgb(var(--color-error));
}
.n-delta-chip.is-neutral {
  background: rgb(var(--color-surface-container));
  color: rgb(var(--color-on-surface-variant));
}
.n-ledger-tile {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.n-ledger-tile .material-symbols-outlined {
  font-size: 16px;
  line-height: 1;
}
.n-ledger-tile.is-positive {
  background: rgb(var(--color-cascade-retain) / 0.15);
  color: rgb(var(--color-cascade-retain));
}
.n-ledger-tile.is-negative {
  background: rgb(var(--color-error) / 0.15);
  color: rgb(var(--color-error));
}
.n-ledger-tile.is-neutral {
  background: rgb(var(--color-surface-variant));
  color: rgb(var(--color-on-surface-variant));
}
.n-rail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius-card);
  background: rgb(var(--color-surface-container-lowest));
  box-shadow: var(--shadow-card);
}
.n-rail-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.n-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 36px;
  margin-top: 24px;
}
@media (max-width: 980px) {
  .n-detail-grid {
    grid-template-columns: 1fr;
  }
}
.n-section-title {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 700);
  font-size: 22px;
  letter-spacing: -0.01em;
  margin: 0;
  color: rgb(var(--color-on-surface));
  font-variation-settings: "opsz" 36;
}
.n-section-title em {
  font-style: italic;
  font-weight: 400;
  color: rgb(var(--color-on-surface) / 0.65);
}
.n-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(var(--color-on-surface) / 0.1);
}
.n-section-action {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: var(--num-family);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--color-on-surface-variant));
  cursor: pointer;
  transition: color var(--duration-micro) var(--ease-out);
}
.n-section-action:hover, .n-section-action:focus-visible {
  color: rgb(var(--color-on-surface));
}
.n-section-action:focus-visible, .n-list-row[role="button"]:focus-visible {
  outline: 2px solid rgb(var(--portal-accent, var(--color-primary)));
  outline-offset: 3px;
}
.n-list-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0 13px 16px;
  border-bottom: 1px dashed rgb(var(--color-on-surface) / 0.1);
  position: relative;
  transition: background var(--duration-micro) var(--ease-out), padding var(--duration-medium) var(--ease-out);
}
.n-list-row:last-child {
  border-bottom: 0;
}
.n-list-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: transparent;
  transition: background var(--duration-medium) var(--ease-out);
}
.n-list-row:hover {
  background: rgb(var(--color-on-surface) / 0.025);
  padding-left: 24px;
}
.n-list-row[data-vertical="restaurant"]:hover::before {
  background: rgb(var(--color-vertical-restaurant));
}
.n-list-row[data-vertical="hotel"]:hover::before {
  background: rgb(var(--color-vertical-hotel));
}
.n-list-row[data-vertical="retail"]:hover::before {
  background: rgb(var(--color-vertical-retail));
}
.n-list-row[data-vertical="ticketing"]:hover::before {
  background: rgb(var(--color-vertical-ticketing));
}
.n-list-row[data-status="ok"]:hover::before {
  background: rgb(var(--color-success));
}
.n-list-row[data-status="warn"]:hover::before {
  background: rgb(var(--color-warning));
}
.n-list-row[data-status="err"]:hover::before {
  background: rgb(var(--color-error));
}
.n-list-row .time {
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant) / 0.6);
  letter-spacing: 0.04em;
  font-feature-settings: "tnum" on;
}
.n-list-row .body {
  min-width: 0;
}
.n-list-row .actor {
  font-weight: 600;
  font-size: 14px;
  color: rgb(var(--color-on-surface));
}
.n-list-row .actor + .detail {
  margin-top: 2px;
}
.n-list-row .detail {
  font-size: 13px;
  color: rgb(var(--color-on-surface) / 0.78);
}
.n-list-row .detail code {
  font-family: var(--num-family);
  font-size: 12px;
  color: rgb(var(--color-on-surface));
  padding: 1px 6px;
  background: rgb(var(--color-surface-container));
  border-radius: 3px;
}
.n-skeleton-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px dashed rgb(var(--color-on-surface) / 0.1);
}
.n-skeleton-row:last-child {
  border-bottom: 0;
}
.n-skeleton-row .body {
  flex: 1 1 auto;
  min-width: 0;
}
.n-list-row--compact {
  grid-template-columns: 1fr auto;
  padding: 9px 0 9px 12px;
}
.n-list-row--compact .actor {
  font-size: 13px;
}
.n-list-row--compact .detail {
  font-size: 12px;
}
.n-list-row--compact .time {
  font-size: 11px;
}
.n-accent-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  vertical-align: 1px;
  border-radius: 50%;
  background: rgb(var(--portal-accent, var(--color-primary)));
}
.n-tag {
  display: inline-block;
  font-family: var(--num-family);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(var(--color-on-surface-variant));
  padding: 4px 8px;
  border: 1px solid rgb(var(--color-on-surface) / 0.1);
  border-radius: 3px;
  line-height: 1.3;
  white-space: nowrap;
}
.n-tag[data-vertical="restaurant"] {
  color: rgb(var(--color-vertical-restaurant));
  border-color: rgb(var(--color-vertical-restaurant) / 0.35);
}
.n-tag[data-vertical="hotel"] {
  color: rgb(var(--color-vertical-hotel));
  border-color: rgb(var(--color-vertical-hotel) / 0.35);
}
.n-tag[data-vertical="retail"] {
  color: rgb(var(--color-vertical-retail));
  border-color: rgb(var(--color-vertical-retail) / 0.35);
}
.n-tag[data-vertical="ticketing"] {
  color: rgb(var(--color-vertical-ticketing));
  border-color: rgb(var(--color-vertical-ticketing) / 0.35);
}
.n-tag[data-status="ok"] {
  color: rgb(var(--color-success));
  border-color: rgb(var(--color-success) / 0.35);
}
.n-tag[data-status="warn"] {
  color: rgb(var(--color-warning));
  border-color: rgb(var(--color-warning) / 0.35);
}
.n-tag[data-status="err"] {
  color: rgb(var(--color-error));
  border-color: rgb(var(--color-error) / 0.35);
}
.n-dossier {
  background: rgb(var(--color-surface-container));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-radius: var(--radius-card, 12px);
  padding: 28px 28px 24px;
}
.n-dossier + .n-dossier {
  margin-top: 16px;
}
.n-dossier .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(var(--color-on-surface) / 0.08);
  margin-bottom: 20px;
}
.n-dossier .title {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 700);
  font-size: 18px;
  margin: 0;
  letter-spacing: -0.005em;
  color: rgb(var(--color-on-surface));
}
.n-dossier .title em {
  font-style: italic;
  font-weight: 400;
  color: rgb(var(--color-on-surface) / 0.65);
}
.n-dossier .tag {
  font-family: var(--num-family);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(var(--color-on-surface-variant));
}
.n-dossier .figure {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 700);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
  font-feature-settings: "tnum" on;
  color: rgb(var(--color-on-surface));
}
.n-dossier .figure .currency {
  font-family: var(--default-font-family, 'Manrope', system-ui, sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: rgb(var(--color-on-surface-variant));
  margin-right: 6px;
  vertical-align: 14px;
}
.n-dossier .meta {
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant));
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.n-dossier .meta b {
  color: rgb(var(--color-on-surface));
  font-weight: 600;
}
.n-dossier .meta .row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.n-dossier .meta .row + .row {
  border-top: 1px dashed rgb(var(--color-on-surface) / 0.08);
}
.n-dossier .meta + .meta, .n-dossier .meta-block {
  margin-top: 18px;
}
.n-dossier-empty {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-size: 12px;
  font-style: italic;
  color: rgb(var(--color-on-surface-variant));
  margin: 0;
}
.n-comp-bar {
  display: grid;
  grid-template-columns: 140px 1fr 120px;
  gap: 24px;
  align-items: center;
  padding: 6px 0;
}
.n-comp-bar + .n-comp-bar {
  border-top: 1px dashed rgb(var(--color-on-surface) / 0.06);
}
.n-comp-bar .name {
  font-weight: 600;
  font-size: 14px;
  color: rgb(var(--color-on-surface));
}
.n-comp-bar .name small {
  display: block;
  margin-top: 2px;
  font-family: var(--num-family);
  font-size: 10px;
  font-weight: 400;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.n-comp-bar .track {
  height: 6px;
  background: rgb(var(--color-on-surface) / 0.06);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.n-comp-bar .fill {
  height: 100%;
  border-radius: 999px;
  background: rgb(var(--portal-accent, var(--color-primary)));
  transform-origin: left center;
  animation: n-comp-bar-grow 1100ms var(--ease-out) both;
}
@keyframes n-comp-bar-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.n-comp-bar[data-vertical="restaurant"] .fill {
  background: rgb(var(--color-vertical-restaurant));
}
.n-comp-bar[data-vertical="hotel"] .fill {
  background: rgb(var(--color-vertical-hotel));
}
.n-comp-bar[data-vertical="retail"] .fill {
  background: rgb(var(--color-vertical-retail));
}
.n-comp-bar[data-vertical="ticketing"] .fill {
  background: rgb(var(--color-vertical-ticketing));
}
.n-comp-bar[data-tone="ok"] .fill {
  background: rgb(var(--color-success));
}
.n-comp-bar[data-tone="warn"] .fill {
  background: rgb(var(--color-warning));
}
.n-comp-bar[data-tone="err"] .fill {
  background: rgb(var(--color-error));
}
.n-comp-bar--single {
  grid-template-columns: 1fr;
  gap: 8px;
}
.n-comp-bar .value {
  font-family: var(--num-family);
  font-size: 12px;
  color: rgb(var(--color-on-surface));
  text-align: right;
  letter-spacing: 0.04em;
  font-feature-settings: "tnum" on;
}
.n-comp-bar .value small {
  color: rgb(var(--color-on-surface-variant));
  font-weight: 400;
}
@media (max-width: 980px) {
  .n-comp-bar {
    grid-template-columns: 110px 1fr 90px;
    gap: 16px;
  }
}
.n-fact-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgb(var(--color-on-surface) / 0.08);
  border-top: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-bottom: 1px solid rgb(var(--color-on-surface) / 0.08);
  margin-top: 32px;
}
.n-fact-rail .cell {
  padding: 22px 24px;
  background: rgb(var(--color-surface));
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.n-fact-rail .eyebrow {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.n-fact-rail .value {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 700);
  font-size: 30px;
  letter-spacing: -0.02em;
  color: rgb(var(--color-on-surface));
  line-height: 1;
  font-feature-settings: "tnum" on;
}
.n-fact-rail .value .unit {
  font-family: var(--default-font-family, 'Manrope', system-ui, sans-serif);
  font-size: 12px;
  font-weight: 600;
  color: rgb(var(--color-on-surface-variant));
  margin-left: 4px;
}
.n-fact-rail .meta {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.04em;
}
.n-fact-rail .meta .ok {
  color: rgb(var(--color-success));
}
.n-fact-rail .meta .warn {
  color: rgb(var(--color-warning));
}
.n-fact-rail .meta .err {
  color: rgb(var(--color-error));
}
@media (max-width: 980px) {
  .n-fact-rail {
    grid-template-columns: repeat(2, 1fr);
  }
}
.n-spark {
  width: 100%;
  height: 88px;
  overflow: visible;
  display: block;
  margin-top: 28px;
}
.n-spark .area {
  fill: rgb(var(--portal-accent, var(--color-primary)));
  fill-opacity: 0.08;
}
.n-spark .line {
  fill: none;
  stroke: rgb(var(--portal-accent, var(--color-primary)));
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: n-spark-draw calc(var(--duration-macro) * 3) var(--ease-out) forwards;
}
.n-spark .axis {
  stroke: rgb(var(--color-on-surface) / 0.1);
  stroke-width: 1;
  stroke-dasharray: 1 3;
}
.n-spark .label {
  font-family: var(--num-family);
  font-size: 9px;
  fill: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@keyframes n-spark-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 720px) {
  .n-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .n-list-row, .n-list-row--compact {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
    padding-left: 12px;
  }
  .n-list-row:hover {
    padding-left: 18px;
  }
  .n-list-row .time, .n-list-row .n-tag {
    justify-self: start;
  }
  .n-comp-bar {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 0;
  }
  .n-comp-bar .value {
    text-align: left;
  }
}
.n-digest-banner {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-left: 3px solid rgb(var(--portal-accent, var(--color-primary)));
  border-radius: var(--radius-card, 12px);
  padding: 14px 22px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}
.n-digest-banner .meta {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.n-digest-banner .meta b {
  color: rgb(var(--color-on-surface));
  font-weight: 600;
}
.n-digest-banner .sentence {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 500);
  font-size: 16px;
  line-height: 1.5;
  color: rgb(var(--color-on-surface));
}
.n-digest-banner .num {
  font-family: var(--num-family);
  font-weight: 600;
  font-size: inherit;
  color: rgb(var(--portal-accent, var(--color-primary)));
  font-variant-numeric: tabular-nums;
  padding: 0 2px;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1.5px solid rgb(var(--portal-accent, var(--color-primary)) / 0.25);
  transition: border-color 120ms var(--ease-out, ease-out), background var(--duration-micro, 150ms) var(--ease-out, ease-out);
}
.n-digest-banner .num:hover, .n-digest-banner .num:focus-visible {
  border-bottom-color: rgb(var(--portal-accent, var(--color-primary)));
  background: rgb(var(--portal-accent, var(--color-primary)) / 0.06);
}
.n-digest-banner .num[data-tone="warn"] {
  color: rgb(var(--color-warning));
  border-bottom-color: rgb(var(--color-warning) / 0.3);
}
.n-digest-banner .num[data-tone="warn"]:hover, .n-digest-banner .num[data-tone="warn"]:focus-visible {
  border-bottom-color: rgb(var(--color-warning));
  background: rgb(var(--color-warning) / 0.06);
}
.n-digest-banner .num[data-tone="err"] {
  color: rgb(var(--color-error));
  border-bottom-color: rgb(var(--color-error) / 0.3);
}
.n-digest-banner .num[data-tone="err"]:hover, .n-digest-banner .num[data-tone="err"]:focus-visible {
  border-bottom-color: rgb(var(--color-error));
  background: rgb(var(--color-error) / 0.06);
}
.n-digest-banner .dismiss {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
  color: rgb(var(--color-on-surface-variant) / 0.7);
  transition: color var(--duration-micro, 150ms) var(--ease-out, ease-out);
}
.n-digest-banner .dismiss:hover, .n-digest-banner .dismiss:focus-visible {
  color: rgb(var(--color-on-surface));
}
.n-digest-banner[data-mode="counter"] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.n-digest-banner[data-mode="counter"] .meta {
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.n-digest-banner[data-mode="counter"] .count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  background: rgb(var(--portal-accent, var(--color-primary)) / 0.08);
  color: rgb(var(--portal-accent, var(--color-primary)));
  font-family: var(--num-family);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background calc(var(--duration-medium, 300ms) * 2) var(--ease-out, ease-out), color calc(var(--duration-medium, 300ms) * 2) var(--ease-out, ease-out);
}
.n-digest-banner[data-mode="counter"] .count[data-count="0"] {
  background: transparent;
  color: rgb(var(--color-on-surface-variant) / 0.6);
}
.n-digest-banner[data-mode="counter"] .count::before {
  content: '+';
}
.n-digest-banner[data-mode="counter"] .count[data-count="0"]::before {
  content: '';
}
@media (max-width: 720px) {
  .n-digest-banner[data-mode="sentence"] {
    grid-template-columns: 1fr;
  }
}
.n-shift-hero {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-top: 4px solid rgb(var(--portal-accent, var(--color-primary)));
  border-radius: var(--radius-card, 12px);
  overflow: hidden;
  margin-top: 20px;
}
.n-shift-hero[data-state="today-soon"] {
  border-top-color: rgb(var(--color-warning));
}
.n-shift-hero[data-state="on-shift"] {
  border-top-color: rgb(var(--color-success));
}
.n-shift-hero .head {
  padding: 14px 20px;
  border-bottom: 1px dashed rgb(var(--color-on-surface) / 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.n-shift-hero .head .state-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  background: rgb(var(--color-surface-container));
  color: rgb(var(--color-on-surface));
  font-weight: 600;
}
.n-shift-hero .head .state-tag .dot {
  width: 6px;
  height: 6px;
  background: rgb(var(--color-on-surface-variant) / 0.5);
}
.n-shift-hero[data-state="today-soon"] .state-tag .dot {
  background: rgb(var(--color-warning));
}
.n-shift-hero[data-state="on-shift"] .state-tag .dot {
  background: rgb(var(--color-success));
}
.n-shift-hero .body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 20px;
}
.n-shift-hero .when {
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
  color: rgb(var(--color-on-surface));
}
.n-shift-hero .when .seconds {
  font-size: 28px;
  color: rgb(var(--color-on-surface-variant));
  font-weight: 400;
}
.n-shift-hero .when small {
  display: block;
  margin-top: 8px;
  font-family: var(--label-family);
  font-size: 11px;
  font-weight: 400;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.n-shift-hero .where {
  text-align: right;
  font-size: 14px;
}
.n-shift-hero .where .site {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 600);
  font-size: 17px;
  letter-spacing: -0.01em;
  color: rgb(var(--color-on-surface));
}
.n-shift-hero .where .role {
  margin-top: 4px;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.n-shift-hero .where .span {
  margin-top: 8px;
  font-family: var(--num-family);
  font-size: 12px;
  color: rgb(var(--color-on-surface));
  font-variant-numeric: tabular-nums;
}
.n-shift-hero .actions {
  padding: 14px 20px;
  border-top: 1px dashed rgb(var(--color-on-surface) / 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.n-shift-hero .actions .hint {
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  .n-shift-hero .body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .n-shift-hero .where {
    text-align: left;
  }
  .n-shift-hero .when {
    font-size: 36px;
  }
  .n-shift-hero .when .seconds {
    font-size: 22px;
  }
  .n-shift-hero .actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .n-shift-hero .actions .hint {
    text-align: center;
  }
}
.n-week-strip {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-radius: var(--radius-card, 12px);
  padding: 16px 20px;
  margin-top: 12px;
}
.n-week-strip .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}
.n-week-strip .head .label {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.n-week-strip .head .total {
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface));
  font-variant-numeric: tabular-nums;
}
.n-week-strip .head .total small {
  color: rgb(var(--color-on-surface-variant));
  margin-left: 4px;
}
.n-week-strip .grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.n-week-strip .day {
  text-align: center;
  padding: 8px 4px 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 120ms;
  position: relative;
}
.n-week-strip .day:hover {
  background: rgb(var(--color-surface-container));
}
.n-week-strip .day[data-today="true"] {
  border-color: rgb(var(--portal-accent, var(--color-primary)));
  background: rgb(var(--portal-accent, var(--color-primary)) / 0.04);
}
.n-week-strip .day[data-today="true"]::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
  background: rgb(var(--portal-accent, var(--color-primary)));
}
.n-week-strip .day .dow {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.n-week-strip .day .dom {
  margin-top: 2px;
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  font-weight: 500;
  color: rgb(var(--color-on-surface));
}
.n-week-strip .day[data-shift="off"] .dom {
  color: rgb(var(--color-on-surface-variant) / 0.5);
}
.n-week-strip .day .shift-blk {
  margin-top: 8px;
  min-height: 22px;
  font-family: var(--num-family);
  font-size: 10px;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}
.n-week-strip .day[data-shift="off"] .shift-blk {
  color: rgb(var(--color-on-surface-variant) / 0.5);
}
.n-week-strip .day[data-shift="on"] .shift-blk {
  color: rgb(var(--color-on-surface));
  background: rgb(var(--color-surface-container));
  padding: 2px 4px;
  margin-left: -2px;
  margin-right: -2px;
}
.n-week-strip .day[data-shift="on"][data-today="true"] .shift-blk {
  background: rgb(var(--portal-accent, var(--color-primary)));
  color: rgb(var(--color-on-primary, 255 255 255));
}
.n-week-strip .day .shift-blk small {
  display: block;
  font-size: 9px;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 1px;
}
.n-week-strip .day[data-shift="on"][data-today="true"] .shift-blk small {
  color: rgb(var(--color-on-primary, 255 255 255) / 0.8);
}
@media (max-width: 600px) {
  .n-week-strip .day {
    padding: 6px 2px 8px;
  }
  .n-week-strip .day .dow {
    font-size: 9px;
  }
  .n-week-strip .day .dom {
    font-size: 14px;
  }
  .n-week-strip .day .shift-blk {
    font-size: 9px;
    min-height: 18px;
  }
}
.n-roster-strip {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-radius: var(--radius-card, 12px);
  padding: 18px 24px;
  margin-top: 12px;
}
.n-roster-strip .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 14px;
}
.n-roster-strip .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: transform 120ms var(--ease-out, ease-out);
  text-align: center;
}
.n-roster-strip .person:hover {
  transform: translateY(-1px);
}
.n-roster-strip .person .av {
  width: 40px;
  height: 40px;
  background: rgb(var(--color-surface-container));
  color: rgb(var(--color-on-surface));
  display: grid;
  place-items: center;
  font-family: var(--num-family);
  font-size: 12px;
  font-weight: 600;
  position: relative;
  border: 1px solid rgb(var(--color-on-surface) / 0.1);
  border-radius: var(--radius-control, 8px);
}
.n-roster-strip .person .av::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border: 2px solid rgb(var(--color-surface));
  background: rgb(var(--color-on-surface-variant) / 0.6);
  border-radius: 50%;
}
.n-roster-strip .person[data-status="on"] .av::after {
  background: rgb(var(--color-success));
}
.n-roster-strip .person[data-status="late"] .av::after {
  background: rgb(var(--color-warning));
}
.n-roster-strip .person[data-status="break"] .av::after {
  background: rgb(var(--color-on-surface-variant) / 0.6);
}
.n-roster-strip .person[data-status="off"] .av {
  opacity: 0.4;
}
.n-roster-strip .person[data-status="off"] .av::after {
  opacity: 0.5;
}
.n-roster-strip .person .name {
  font-size: 12px;
  font-weight: 500;
  color: rgb(var(--color-on-surface));
  line-height: 1.2;
}
.n-roster-strip .person .role {
  font-family: var(--num-family);
  font-size: 9px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.n-handover-card {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-radius: var(--radius-card, 12px);
}
.n-handover-card .meta {
  padding: 12px 18px;
  border-bottom: 1px solid rgb(var(--color-on-surface) / 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.n-handover-card .meta .from {
  color: rgb(var(--color-on-surface));
  font-weight: 600;
}
.n-handover-card .body {
  padding: 16px 18px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgb(var(--color-on-surface));
  min-height: 120px;
}
.n-handover-card .body[contenteditable="true"]:focus {
  outline: 0;
  background: rgb(var(--portal-accent, var(--color-primary)) / 0.02);
}
.n-handover-card .body .placeholder {
  color: rgb(var(--color-on-surface-variant) / 0.6);
  font-style: italic;
}
.n-handover-card .foot {
  padding: 10px 18px;
  border-top: 1px dashed rgb(var(--color-on-surface) / 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.n-handover-card .foot button {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--portal-accent, var(--color-primary)));
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 4px 8px;
}
.n-handover-card .foot button:hover {
  background: rgb(var(--portal-accent, var(--color-primary)) / 0.06);
}
.n-health-banner {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-left: 4px solid rgb(var(--color-success));
  border-radius: var(--radius-card, 12px);
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.n-health-banner[data-overall="degraded"] {
  border-left-color: rgb(var(--color-warning));
}
.n-health-banner[data-overall="incident"] {
  border-left-color: rgb(var(--color-error));
}
.n-health-banner .status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.n-health-banner .status .dot {
  width: 10px;
  height: 10px;
  background: rgb(var(--color-success));
  border-radius: 50%;
  position: relative;
}
.n-health-banner .status .dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border: 1px solid rgb(var(--color-success));
  border-radius: 50%;
  animation: n-health-pulse 1.8s ease-out infinite;
}
.n-health-banner[data-overall="degraded"] .dot, .n-health-banner[data-overall="degraded"] .dot::after {
  background-color: rgb(var(--color-warning));
  border-color: rgb(var(--color-warning));
}
.n-health-banner[data-overall="incident"] .dot, .n-health-banner[data-overall="incident"] .dot::after {
  background-color: rgb(var(--color-error));
  border-color: rgb(var(--color-error));
}
.n-health-banner[data-overall="degraded"] .status .dot::after {
  animation-duration: 1.2s;
}
.n-health-banner[data-overall="incident"] .status .dot::after {
  animation-duration: 0.9s;
}
@keyframes n-health-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.n-health-banner .status .label {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 600);
  font-size: 15px;
  letter-spacing: -0.005em;
  color: rgb(var(--color-on-surface));
  text-transform: uppercase;
}
.n-health-banner .count {
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant));
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.n-health-banner .count b {
  color: rgb(var(--color-on-surface));
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.n-health-banner[data-overall="degraded"] .count b {
  color: rgb(var(--color-warning));
}
.n-health-banner[data-overall="incident"] .count b {
  color: rgb(var(--color-error));
}
.n-health-banner .detail {
  font-size: 12.5px;
  color: rgb(var(--color-on-surface-variant));
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 12px;
}
.n-health-banner .detail b {
  color: rgb(var(--color-on-surface));
  font-weight: 600;
}
@media (max-width: 720px) {
  .n-health-banner {
    flex-wrap: wrap;
  }
  .n-health-banner .detail {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.n-now-strip {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-top: 4px solid rgb(var(--color-success));
  border-radius: var(--radius-card, 12px);
  overflow: hidden;
  margin-top: 24px;
  transition: border-top-color var(--duration-medium, 300ms) var(--ease-out, ease-out);
}
.n-now-strip[data-status="warn"] {
  border-top-color: rgb(var(--color-warning));
}
.n-now-strip[data-status="err"] {
  border-top-color: rgb(var(--color-error));
}
.n-now-strip .head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 22px 28px;
  border-bottom: 1px dashed rgb(var(--color-on-surface) / 0.1);
}
.n-now-strip .clock {
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgb(var(--color-on-surface));
}
.n-now-strip .clock .seconds {
  font-size: 28px;
  color: rgb(var(--color-on-surface-variant));
  font-weight: 400;
  margin-left: 2px;
}
.n-now-strip .state {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 600);
  color: rgb(var(--color-on-surface));
}
.n-now-strip .state .label {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: block;
  margin-bottom: 4px;
}
.n-now-strip .state .title {
  font-size: 20px;
  letter-spacing: -0.015em;
}
.n-now-strip .state .sub {
  margin-top: 4px;
  font-family: var(--num-family);
  font-size: 12px;
  font-weight: 400;
  color: rgb(var(--color-on-surface-variant));
  font-variant-numeric: tabular-nums;
}
.n-now-strip .status-col {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.n-now-strip .status-col .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgb(var(--color-success) / 0.08);
  color: rgb(var(--color-success));
  font-family: var(--num-family);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.n-now-strip[data-status="warn"] .status-col .badge {
  background: rgb(var(--color-warning) / 0.1);
  color: rgb(var(--color-warning));
}
.n-now-strip[data-status="err"] .status-col .badge {
  background: rgb(var(--color-error) / 0.1);
  color: rgb(var(--color-error));
}
.n-now-strip .status-col .badge .dot {
  width: 7px;
  height: 7px;
  background: rgb(var(--color-success));
  border-radius: 50%;
}
.n-now-strip[data-status="warn"] .status-col .badge .dot {
  background: rgb(var(--color-warning));
}
.n-now-strip[data-status="err"] .status-col .badge .dot {
  background: rgb(var(--color-error));
}
.n-now-strip .status-col .freshness {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant) / 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.n-now-strip .vitals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.n-now-strip .vitals .vital {
  padding: 18px 24px;
  border-right: 1px solid rgb(var(--color-on-surface) / 0.08);
  position: relative;
}
.n-now-strip .vitals .vital:last-child {
  border-right: 0;
}
.n-now-strip .vitals .vital .eyebrow {
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.n-now-strip .vitals .vital .value {
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgb(var(--color-on-surface));
  line-height: 1;
}
.n-now-strip .vitals .vital .value .denom {
  color: rgb(var(--color-on-surface-variant));
  font-weight: 400;
  font-size: 18px;
  margin-left: 4px;
}
.n-now-strip .vitals .vital .sub {
  margin-top: 6px;
  font-size: 12px;
  color: rgb(var(--color-on-surface-variant));
}
.n-now-strip .vitals .vital[data-tone="warn"] .value {
  color: rgb(var(--color-warning));
}
.n-now-strip .vitals .vital[data-tone="err"] .value {
  color: rgb(var(--color-error));
}
@media (max-width: 920px) {
  .n-now-strip .head {
    gap: 20px;
    padding: 18px 22px;
  }
  .n-now-strip .clock {
    font-size: 40px;
  }
  .n-now-strip .clock .seconds {
    font-size: 22px;
  }
  .n-now-strip .vitals {
    grid-template-columns: repeat(2, 1fr);
  }
  .n-now-strip .vitals .vital:nth-child(2) {
    border-right: 0;
  }
  .n-now-strip .vitals .vital:nth-child(-n+2) {
    border-bottom: 1px solid rgb(var(--color-on-surface) / 0.08);
  }
  .n-now-strip .status-col {
    align-items: flex-start;
  }
}
@media (max-width: 720px) {
  .n-now-strip .head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .n-now-strip .clock {
    font-size: 36px;
  }
  .n-now-strip .vitals {
    grid-template-columns: 1fr;
  }
  .n-now-strip .vitals .vital {
    border-right: 0;
    border-bottom: 1px solid rgb(var(--color-on-surface) / 0.08);
  }
  .n-now-strip .vitals .vital:last-child {
    border-bottom: 0;
  }
}
.n-tbl[data-style="matrix"] tbody tr {
  cursor: pointer;
  transition: background var(--duration-micro, 150ms) var(--ease-out, ease-out);
  position: relative;
}
.n-tbl[data-style="matrix"] tbody tr:hover {
  background: rgb(var(--color-on-surface) / 0.025);
}
.n-tbl[data-style="matrix"] tbody td {
  padding: 18px 16px;
  border-bottom: 1px solid rgb(var(--color-on-surface) / 0.08);
  vertical-align: middle;
}
.n-tbl[data-style="matrix"] tbody tr:last-child td {
  border-bottom: 0;
}
.n-tbl[data-style="matrix"] tbody tr::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  background: rgb(var(--color-on-surface) / 0.12);
  transition: background var(--duration-medium, 300ms) var(--ease-out, ease-out);
}
.n-tbl[data-style="matrix"] tbody tr[data-vertical="restaurant"]::before {
  background: rgb(var(--color-vertical-restaurant));
}
.n-tbl[data-style="matrix"] tbody tr[data-vertical="hotel"]::before {
  background: rgb(var(--color-vertical-hotel));
}
.n-tbl[data-style="matrix"] tbody tr[data-vertical="retail"]::before {
  background: rgb(var(--color-vertical-retail));
}
.n-tbl[data-style="matrix"] tbody tr[data-vertical="ticketing"]::before {
  background: rgb(var(--color-vertical-ticketing));
}
.n-tbl[data-style="matrix"] .site-cell {
  padding-left: 24px !important;
  min-width: 200px;
}
.n-tbl[data-style="matrix"] .site-cell .name {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 600);
  font-size: 15px;
  color: rgb(var(--color-on-surface));
  letter-spacing: -0.005em;
}
.n-tbl[data-style="matrix"] .site-cell .city {
  margin-top: 2px;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.n-tbl[data-style="matrix"] .metric-cell {
  text-align: right;
  min-width: 110px;
}
.n-tbl[data-style="matrix"] .metric-cell .value {
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  font-weight: 500;
  color: rgb(var(--color-on-surface));
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.n-tbl[data-style="matrix"] .metric-cell .delta {
  margin-top: 4px;
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant));
  font-variant-numeric: tabular-nums;
}
.n-tbl[data-style="matrix"] .metric-cell .delta[data-dir="up"] {
  color: rgb(var(--color-success));
}
.n-tbl[data-style="matrix"] .metric-cell .delta[data-dir="down"] {
  color: rgb(var(--color-error));
}
.n-tbl[data-style="matrix"] .metric-cell .delta .arrow {
  margin-right: 2px;
}
.n-tbl[data-style="matrix"] .flagged-cell {
  text-align: center;
  min-width: 80px;
}
.n-tbl[data-style="matrix"] .flagged-cell .count {
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  font-weight: 500;
  color: rgb(var(--color-on-surface-variant) / 0.6);
}
.n-tbl[data-style="matrix"] .flagged-cell[data-tone="warn"] .count {
  color: rgb(var(--color-warning));
}
.n-tbl[data-style="matrix"] .flagged-cell[data-tone="err"] .count {
  color: rgb(var(--color-error));
}
.n-tbl[data-style="matrix"] .flagged-cell .label {
  margin-top: 4px;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.n-tbl[data-style="matrix"] .flagged-cell[data-tone="warn"] .label {
  color: rgb(var(--color-warning));
}
.n-tbl[data-style="matrix"] .flagged-cell[data-tone="err"] .label {
  color: rgb(var(--color-error));
}
.n-tbl[data-style="matrix"] .spark-cell {
  width: 120px;
  padding-right: 24px !important;
}
.n-tbl[data-style="matrix"] .spark-cell svg {
  width: 100%;
  height: 32px;
  display: block;
  overflow: visible;
}
.n-tbl[data-style="matrix"] .spark-cell svg .line {
  fill: none;
  stroke: rgb(var(--color-on-surface-variant));
  stroke-width: 1.4;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.n-tbl[data-style="matrix"] .spark-cell[data-tone="up"] svg .line {
  stroke: rgb(var(--color-success));
}
.n-tbl[data-style="matrix"] .spark-cell[data-tone="down"] svg .line {
  stroke: rgb(var(--color-error));
}
.n-tbl[data-style="matrix"] .spark-cell svg .area {
  fill-opacity: 0.08;
  stroke: none;
}
.n-tbl[data-style="matrix"] .spark-cell[data-tone="up"] svg .area {
  fill: rgb(var(--color-success));
}
.n-tbl[data-style="matrix"] .spark-cell[data-tone="down"] svg .area {
  fill: rgb(var(--color-error));
}
.n-tbl[data-style="matrix"] .spark-cell[data-tone="flat"] svg .area {
  fill: rgb(var(--color-on-surface-variant));
  fill-opacity: 0.04;
}
@keyframes n-arrival-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(var(--portal-accent, var(--color-primary)) / 0.35);
  }
  100% {
    box-shadow: 0 0 0 8px rgb(var(--portal-accent, var(--color-primary)) / 0);
  }
}
.n-section-head.arrived, .n-tbl-wrap.arrived, .panel.arrived {
  animation: n-arrival-pulse calc(var(--duration-macro, 500ms) * 2.4) var(--ease-out, ease-out) 1;
}
.n-list-row[data-new="true"] {
  background: linear-gradient( to right, rgb(var(--portal-accent, var(--color-primary)) / 0.04), transparent 60% );
}
.n-list-row[data-new="true"]::before {
  background: rgb(var(--portal-accent, var(--color-primary)));
}
.n-list-row[data-new="true"] .actor::before {
  content: 'NEW';
  display: inline-block;
  vertical-align: 1px;
  margin-right: 8px;
  padding: 1px 5px;
  background: rgb(var(--portal-accent, var(--color-primary)));
  color: rgb(var(--color-on-primary, 255 255 255));
  font-family: var(--num-family);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.n-entity-card {
  background: rgb(var(--color-surface));
  border: 1px solid rgb(var(--color-on-surface) / 0.08);
  border-left: 3px solid rgb(var(--portal-accent, var(--color-primary)));
  border-radius: var(--radius-card, 12px);
  padding: 18px 20px;
  cursor: pointer;
  transition: all var(--duration-micro, 150ms) var(--ease-out, ease-out);
}
.n-entity-card:hover {
  border-color: rgb(var(--color-on-surface) / 0.18);
  transform: translateY(-1px);
  box-shadow: var(--shadow-card);
}
.n-entity-card[data-vertical="restaurant"] {
  border-left-color: rgb(var(--color-vertical-restaurant));
}
.n-entity-card[data-vertical="hotel"] {
  border-left-color: rgb(var(--color-vertical-hotel));
}
.n-entity-card[data-vertical="retail"] {
  border-left-color: rgb(var(--color-vertical-retail));
}
.n-entity-card[data-vertical="ticketing"] {
  border-left-color: rgb(var(--color-vertical-ticketing));
}
.n-entity-card .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.n-entity-card .head .name {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-weight: var(--display-weight, 600);
  font-size: 15px;
  letter-spacing: -0.005em;
  color: rgb(var(--color-on-surface));
}
.n-entity-card .head .secondary {
  margin-top: 2px;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.n-entity-card .head .trend-arrow {
  font-family: var(--num-family);
  font-weight: 600;
  font-size: 16px;
}
.n-entity-card .head .trend-arrow[data-dir="up"] {
  color: rgb(var(--color-success));
}
.n-entity-card .head .trend-arrow[data-dir="down"] {
  color: rgb(var(--color-error));
}
.n-entity-card .head .trend-arrow[data-dir="flat"] {
  color: rgb(var(--color-on-surface-variant));
}
.n-entity-card .metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}
.n-entity-card .metric .value {
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: rgb(var(--color-on-surface));
}
.n-entity-card .metric .delta {
  font-family: var(--num-family);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.n-entity-card .metric .delta[data-dir="up"] {
  color: rgb(var(--color-success));
}
.n-entity-card .metric .delta[data-dir="down"] {
  color: rgb(var(--color-error));
}
.n-entity-card .metric .delta[data-dir="flat"] {
  color: rgb(var(--color-on-surface-variant));
}
.n-entity-card .sub {
  font-size: 12px;
  color: rgb(var(--color-on-surface-variant));
  margin-bottom: 14px;
}
.n-entity-card .spark {
  width: 100%;
  height: 32px;
  display: block;
  overflow: visible;
}
.n-entity-card .spark .line {
  fill: none;
  stroke: rgb(var(--color-on-surface-variant));
  stroke-width: 1.4;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.n-entity-card[data-tone="up"] .spark .line {
  stroke: rgb(var(--color-success));
}
.n-entity-card[data-tone="down"] .spark .line {
  stroke: rgb(var(--color-error));
}
.n-entity-card .spark .area {
  fill-opacity: 0.08;
  stroke: none;
}
.n-entity-card[data-tone="up"] .spark .area {
  fill: rgb(var(--color-success));
}
.n-entity-card[data-tone="down"] .spark .area {
  fill: rgb(var(--color-error));
}
.n-entity-card .foot {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgb(var(--color-on-surface) / 0.08);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--num-family);
  font-size: 10px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.n-entity-card .foot .flagged b {
  color: rgb(var(--color-on-surface));
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.n-entity-card[data-flagged-tone="warn"] .foot .flagged b {
  color: rgb(var(--color-warning));
}
.n-entity-card[data-flagged-tone="err"] .foot .flagged b {
  color: rgb(var(--color-error));
}
.n-entity-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.n-all-clear {
  padding: 24px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.n-all-clear .icon {
  width: 28px;
  height: 28px;
  background: rgb(var(--color-success) / 0.1);
  color: rgb(var(--color-success));
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
  border-radius: var(--radius-control, 8px);
}
.n-all-clear .copy {
  font-family: var(--display-family, 'Manrope', system-ui, sans-serif);
  font-size: 15px;
  color: rgb(var(--color-on-surface));
}
.n-all-clear .copy small {
  display: block;
  margin-top: 2px;
  font-family: var(--num-family);
  font-size: 11px;
  color: rgb(var(--color-on-surface-variant));
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-outline-style: solid;
      --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;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
