/*! 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-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-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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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;
  }
  .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-2 {
    inset-inline: calc(var(--spacing) * 2);
  }
  .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-3 {
    top: calc(var(--spacing) * -3);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-full {
    top: 100%;
  }
  .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-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[35\] {
    z-index: 35;
  }
  .z-\[36\] {
    z-index: 36;
  }
  .z-\[47\] {
    z-index: 47;
  }
  .z-\[48\] {
    z-index: 48;
  }
  .z-\[50\] {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[65\] {
    z-index: 65;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .z-\[80\] {
    z-index: 80;
  }
  .z-\[90\] {
    z-index: 90;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .order-1 {
    order: 1;
  }
  .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);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .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-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .\!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-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);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!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\.5 {
    height: calc(var(--spacing) * 2.5) !important;
  }
  .\!h-3\.5 {
    height: calc(var(--spacing) * 3.5) !important;
  }
  .\!h-9 {
    height: calc(var(--spacing) * 9) !important;
  }
  .\!h-\[18px\] {
    height: 18px !important;
  }
  .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-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[70dvh\] {
    height: 70dvh;
  }
  .h-\[88vh\] {
    height: 88vh;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-44 {
    max-height: calc(var(--spacing) * 44);
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }
  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .max-h-\[50vh\] {
    max-height: 50vh;
  }
  .max-h-\[55vh\] {
    max-height: 55vh;
  }
  .max-h-\[60vh\] {
    max-height: 60vh;
  }
  .max-h-\[70dvh\] {
    max-height: 70dvh;
  }
  .max-h-\[70vh\] {
    max-height: 70vh;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[320px\] {
    max-height: 320px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .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-8 {
    width: calc(var(--spacing) * 8) !important;
  }
  .\!w-32 {
    width: calc(var(--spacing) * 32) !important;
  }
  .\!w-\[18px\] {
    width: 18px !important;
  }
  .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\/3 {
    width: calc(2 / 3 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .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-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-36 {
    width: calc(var(--spacing) * 36);
  }
  .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-\[min\(16rem\,80\%\)\] {
    width: min(16rem, 80%);
  }
  .w-\[min\(20rem\,85vw\)\] {
    width: min(20rem, 85vw);
  }
  .w-\[min\(220px\,calc\(100vw-1rem\)\)\] {
    width: min(220px, calc(100vw - 1rem));
  }
  .w-auto {
    width: auto;
  }
  .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-\[10rem\] {
    max-width: 10rem;
  }
  .max-w-\[60\%\] {
    max-width: 60%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[92vw\] {
    max-width: 92vw;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-48 {
    min-width: calc(var(--spacing) * 48);
  }
  .min-w-\[9rem\] {
    min-width: 9rem;
  }
  .min-w-\[12rem\] {
    min-width: 12rem;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    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-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    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 !important;
  }
  .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;
  }
  .resize-y {
    resize: vertical;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .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-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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .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-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * 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)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .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-0\.5 {
    row-gap: calc(var(--spacing) * 0.5);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .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-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\/15 {
    :where(& > :not(:last-child)) {
      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);
      }
    }
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .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 {
    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);
  }
  .rounded-br-sm {
    border-bottom-right-radius: var(--radius-sm);
  }
  .rounded-bl-sm {
    border-bottom-left-radius: var(--radius-sm);
  }
  .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-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-error\/40 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-error) / 1) 40%, 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\/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-primary\/40 {
    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);
    }
  }
  .border-red-500\/20 {
    border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-500) 20%, 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-warning\/40 {
    border-color: color-mix(in srgb, rgb(rgb(var(--color-warning) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, rgb(var(--color-warning) / 1) 40%, transparent);
    }
  }
  .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-amber-500\/15 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 15%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, 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-container {
    background-color: rgb(var(--color-error-container) / 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\/10 {
    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);
    }
  }
  .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-error\/15 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-on-error) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-on-error) / 1) 15%, transparent);
    }
  }
  .bg-on-primary {
    background-color: rgb(var(--color-on-primary) / 1);
  }
  .bg-on-surface-variant\/10 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 10%, transparent);
    }
  }
  .bg-outline-variant\/15 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 15%, 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-outline-variant\/40 {
    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);
    }
  }
  .bg-primary {
    background-color: rgb(var(--color-primary) / 1);
  }
  .bg-primary-container {
    background-color: rgb(var(--color-primary-container) / 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\/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\/15 {
    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);
    }
  }
  .bg-primary\/40 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-primary) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 40%, transparent);
    }
  }
  .bg-red-500\/5 {
    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);
    }
  }
  .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\/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-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\/10 {
    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);
    }
  }
  .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\/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-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-variant\/30 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-variant) / 1) / 1) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-variant) / 1) 30%, transparent);
    }
  }
  .bg-surface-variant\/40 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface-variant) / 1) / 1) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface-variant) / 1) 40%, 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-surface\/90 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-surface) / 1) / 1) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-surface) / 1) 90%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-warning {
    background-color: rgb(var(--color-warning) / 1);
  }
  .bg-warning-container {
    background-color: rgb(var(--color-warning-container) / 1);
  }
  .bg-warning\/5 {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-warning) / 1) / 1) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-warning) / 1) 5%, transparent);
    }
  }
  .bg-warning\/10 {
    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);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!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-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-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .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);
  }
  .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-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .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-\[calc\(0\.5rem_\+_env\(safe-area-inset-top\)\)\] {
    padding-top: calc(0.5rem + env(safe-area-inset-top));
  }
  .pt-\[env\(safe-area-inset-top\)\] {
    padding-top: env(safe-area-inset-top);
  }
  .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);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-\[calc\(1rem_\+_env\(safe-area-inset-bottom\)\)\] {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }
  .pb-\[env\(safe-area-inset-bottom\)\] {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .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);
  }
  .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;
  }
  .font-sans {
    font-family: var(--label-family), system-ui, sans-serif;
  }
  .\!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-lg {
    font-size: 16px !important;
    line-height: var(--tw-leading, 22px) !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-\[13px\] {
    font-size: 13px !important;
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .\!text-\[28px\] {
    font-size: 28px !important;
  }
  .\!text-\[32px\] {
    font-size: 32px !important;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .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-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-\[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-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-words {
    overflow-wrap: break-word;
  }
  .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-red-600 {
    color: var(--color-red-600) !important;
  }
  .text-\[Npx\] {
    color: Npx;
  }
  .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-on-error {
    color: rgb(var(--color-on-error) / 1);
  }
  .text-on-error-container {
    color: rgb(var(--color-on-error-container) / 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-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-warning-container {
    color: rgb(var(--color-on-warning-container) / 1);
  }
  .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-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-warning {
    color: rgb(var(--color-warning) / 1);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .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;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-primary {
    accent-color: rgb(var(--color-primary) / 1);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    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-card {
    --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);
  }
  .shadow-lg {
    --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);
  }
  .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);
  }
  .shadow-xl {
    --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);
  }
  .ring {
    --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-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-2 {
    --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);
  }
  .ring-black\/10 {
    --tw-ring-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .ring-outline-variant\/10 {
    --tw-ring-color: color-mix(in srgb, rgb(rgb(var(--color-outline-variant) / 1) / 1) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, rgb(var(--color-outline-variant) / 1) 10%, transparent);
    }
  }
  .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);
    }
  }
  .ring-primary\/40 {
    --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);
    }
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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-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-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-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;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[nexus\:route-guard\] {
    nexus: route-guard;
  }
  .\[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-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: rgb(var(--color-primary) / 1);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .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);
      }
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .focus-within\:opacity-100 {
    &:focus-within {
      opacity: 100%;
    }
  }
  .hover\:border-error\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, rgb(var(--color-error) / 1) 40%, 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-primary {
    &:hover {
      @media (hover: hover) {
        border-color: rgb(var(--color-primary) / 1);
      }
    }
  }
  .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\:bg-error {
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-error) / 1);
      }
    }
  }
  .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-on-error-container\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-on-error-container) / 1) / 1) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-on-error-container) / 1) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-on-error\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-on-error) / 1) / 1) 25%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-on-error) / 1) 25%, transparent);
        }
      }
    }
  }
  .hover\:bg-on-surface-variant\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-on-surface-variant) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-on-surface-variant) / 1) 20%, 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-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-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\/60 {
    &:hover {
      @media (hover: hover) {
        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);
        }
      }
    }
  }
  .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\:bg-white\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 25%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 25%, transparent);
        }
      }
    }
  }
  .hover\:text-error {
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-error) / 1);
      }
    }
  }
  .hover\:text-green-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-500);
      }
    }
  }
  .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\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .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);
        }
      }
    }
  }
  .focus\:border-primary {
    &:focus {
      border-color: rgb(var(--color-primary) / 1);
    }
  }
  .focus\:bg-surface-container-low\/80 {
    &:focus {
      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);
      }
    }
  }
  .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\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tw-ring-inset: inset;
    }
  }
  .focus-visible\:opacity-100 {
    &:focus-visible {
      opacity: 100%;
    }
  }
  .active\:cursor-grabbing {
    &:active {
      cursor: grabbing;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .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;
        }
      }
    }
  }
  .motion-reduce\:transition-none {
    @media (prefers-reduced-motion: reduce) {
      transition-property: none;
    }
  }
  .sm\:relative {
    @media (width >= 40rem) {
      position: relative;
    }
  }
  .sm\:inset-x-auto {
    @media (width >= 40rem) {
      inset-inline: auto;
    }
  }
  .sm\:right-5 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 5);
    }
  }
  .sm\:bottom-5 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:z-auto {
    @media (width >= 40rem) {
      z-index: auto;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:h-\[560px\] {
    @media (width >= 40rem) {
      height: 560px;
    }
  }
  .sm\:max-h-\[80vh\] {
    @media (width >= 40rem) {
      max-height: 80vh;
    }
  }
  .sm\:w-64 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 64);
    }
  }
  .sm\:w-\[380px\] {
    @media (width >= 40rem) {
      width: 380px;
    }
  }
  .sm\:w-\[420px\] {
    @media (width >= 40rem) {
      width: 420px;
    }
  }
  .sm\:shrink-0 {
    @media (width >= 40rem) {
      flex-shrink: 0;
    }
  }
  .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\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:pt-\[15vh\] {
    @media (width >= 40rem) {
      padding-top: 15vh;
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:z-\[50\] {
    @media (width >= 64rem) {
      z-index: 50;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:w-64 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 64);
    }
  }
  .lg\:min-w-\[16rem\] {
    @media (width >= 64rem) {
      min-width: 16rem;
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[18rem_minmax\(0\,1fr\)_18rem\] {
    @media (width >= 64rem) {
      grid-template-columns: 18rem minmax(0,1fr) 18rem;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1\.4fr\)_minmax\(0\,1fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1.4fr) minmax(0,1fr);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .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\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-14 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 14);
    }
  }
  .lg\:pl-64 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 64);
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .dark\:\!text-amber-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-amber-500) !important;
    }
  }
  .dark\:\!text-red-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-red-500) !important;
    }
  }
  .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);
    }
  }
  .dark\:text-red-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-red-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);
      }
    }
  }
}
html, body {
  overflow: clip;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/nexus/fonts/inter/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/nexus/fonts/inter/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/nexus/fonts/manrope/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/nexus/fonts/manrope/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url('/nexus/fonts/fraunces/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url('/nexus/fonts/fraunces/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/nexus/fonts/jetbrains-mono/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/nexus/fonts/jetbrains-mono/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('/nexus/fonts/material-symbols/material-symbols-outlined.woff2') format('woff2');
}
:root {
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-nav-view: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-emphasis: cubic-bezier(0.5, 0, 0.2, 1);
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 120ms;
  --duration-micro: 150ms;
  --duration-medium: 300ms;
  --duration-macro: 500ms;
  --nav-height: 13rem;
  --scrollbar-width: 0px;
  --nav-xfade-out: 80ms;
  --nav-xfade-in-delay: 90ms;
  --nav-xfade-in: 110ms;
  --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-popout-duration: 250ms;
  --view-pop-offset: 48px;
  --view-push-parallax: -24px;
  --view-rise-duration: var(--duration-macro);
  --view-rise-parallax: -32px;
  --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;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0s !important;
    scroll-behavior: auto !important;
  }
}
: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: 241 243 245;
  --color-surface-container: 233 234 235;
  --color-surface-container-high: 229 232 235;
  --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: 221 225 228;
  --color-error: 178 58 55;
  --color-error-dim: 78 3 9;
  --color-on-error: 255 247 246;
  --color-error-container: 247 228 227;
  --color-on-error-container: 117 33 33;
  --color-success: 18 146 90;
  --color-success-dim: 13 122 76;
  --color-success-container: 226 243 234;
  --color-on-success-container: 5 79 49;
  --color-warning: 199 122 20;
  --color-warning-dim: 220 104 3;
  --color-warning-container: 248 238 221;
  --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: 21 26 34;
  --color-surface-container-low: 27 33 43;
  --color-surface-container: 32 40 52;
  --color-surface-container-high: 42 51 64;
  --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-portal="core"] {
  --color-primary: 60 96 152;
  --color-primary-dim: 53 84 134;
  --color-primary-light: 111 137 179;
  --color-primary-container: 234 240 250;
  --color-primary-container-low: 243 247 252;
  --color-on-primary: 247 249 251;
  --color-on-primary-container: 19 35 58;
}
[data-portal="organization"] {
  --color-primary: 74 124 89;
  --color-primary-dim: 65 109 78;
  --color-primary-light: 121 158 132;
  --color-primary-container: 234 243 236;
  --color-primary-container-low: 243 248 245;
  --color-on-primary: 248 250 248;
  --color-on-primary-container: 22 51 31;
}
[data-portal="brand"] {
  --color-primary: 168 57 43;
  --color-primary-dim: 148 50 38;
  --color-primary-light: 191 108 98;
  --color-primary-container: 251 235 233;
  --color-primary-container-low: 253 244 243;
  --color-on-primary: 252 247 247;
  --color-on-primary-container: 58 20 15;
}
[data-portal="branch"] {
  --color-primary: 37 107 130;
  --color-primary-dim: 33 94 114;
  --color-primary-light: 94 145 162;
  --color-primary-container: 231 241 245;
  --color-primary-container-low: 242 247 250;
  --color-on-primary: 246 249 250;
  --color-on-primary-container: 15 42 51;
}
[data-portal="staff"] {
  --color-primary: 92 107 192;
  --color-primary-dim: 81 94 169;
  --color-primary-light: 134 145 208;
  --color-primary-container: 236 237 251;
  --color-primary-container-low: 245 245 253;
  --color-on-primary: 248 249 252;
  --color-on-primary-container: 31 36 82;
}
[data-portal="core"][data-palette="navy-dark"] {
  --color-primary: 148 168 198;
  --color-primary-dim: 118 144 183;
  --color-primary-light: 177 191 214;
  --color-primary-container: 19 35 58;
  --color-primary-container-low: 12 19 30;
  --color-on-primary: 10 15 24;
  --color-on-primary-container: 204 214 228;
}
[data-portal="organization"][data-palette="navy-dark"] {
  --color-primary: 155 183 164;
  --color-primary-dim: 128 163 139;
  --color-primary-light: 183 203 189;
  --color-primary-container: 22 51 31;
  --color-primary-container-low: 15 25 18;
  --color-on-primary: 12 20 14;
  --color-on-primary-container: 208 221 212;
}
[data-portal="brand"][data-palette="navy-dark"] {
  --color-primary: 207 146 138;
  --color-primary-dim: 194 116 107;
  --color-primary-light: 220 176 170;
  --color-primary-container: 58 20 15;
  --color-primary-container-low: 34 11 9;
  --color-on-primary: 27 9 7;
  --color-on-primary-container: 232 204 200;
}
[data-portal="branch"][data-palette="navy-dark"] {
  --color-primary: 135 174 186;
  --color-primary-dim: 102 151 168;
  --color-primary-light: 168 196 205;
  --color-primary-container: 15 42 51;
  --color-primary-container-low: 7 21 26;
  --color-on-primary: 6 17 21;
  --color-on-primary-container: 198 217 222;
}
[data-portal="staff"][data-palette="navy-dark"] {
  --color-primary: 165 174 220;
  --color-primary-dim: 141 151 211;
  --color-primary-light: 190 196 230;
  --color-primary-container: 31 36 82;
  --color-primary-container-low: 18 21 38;
  --color-on-primary: 15 17 31;
  --color-on-primary-container: 213 217 239;
}
[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="navy"] {
  --surface-tint-warm: rgb(70 104 158 / 0.05);
  --surface-tint-cool: transparent;
  --surface-tint-warm-pos: 50% -8%;
}
[data-palette="navy-dark"] {
  --surface-tint-warm: rgb(84 124 184 / 0.10);
  --surface-tint-cool: transparent;
  --surface-tint-warm-pos: 50% -8%;
}
[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', 'PingFang HK',
        'Microsoft YaHei', 'Microsoft JhengHei',
        'Noto Sans CJK JP';
  --cjk-serif-stack: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro',
        'Yu Mincho', 'YuMincho',
        'Songti SC', 'Songti TC',
        'Nanum Myeongjo', 'Batang',
        'SimSun', 'PMingLiU',
        'Noto Serif CJK JP';
}
:lang(ja), :lang(ja-JP) {
  --cjk-sans-stack: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
        'Yu Gothic UI', 'Yu Gothic', 'Meiryo',
        'Noto Sans CJK JP';
  --cjk-serif-stack: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro',
        'Yu Mincho', 'YuMincho',
        'Noto Serif CJK JP';
}
:lang(ko), :lang(ko-KR) {
  --cjk-sans-stack: 'Apple SD Gothic Neo', 'Malgun Gothic',
        'Nanum Gothic',
        'Noto Sans CJK KR';
  --cjk-serif-stack: 'Nanum Myeongjo', 'Batang',
        'AppleMyungjo',
        'Noto Serif CJK KR';
}
:lang(zh-HK) {
  --cjk-sans-stack: 'PingFang HK', 'PingFang TC',
        'Microsoft JhengHei',
        'PMingLiU',
        'Noto Sans CJK TC';
  --cjk-serif-stack: 'Songti TC', 'STSong',
        'PMingLiU',
        'Noto Serif CJK TC';
}
:lang(zh-TW), :lang(zh-Hant) {
  --cjk-sans-stack: 'PingFang TC',
        'Microsoft JhengHei',
        'PMingLiU',
        'Noto Sans CJK TC';
  --cjk-serif-stack: 'Songti TC', 'STSong',
        'PMingLiU',
        'Noto Serif CJK TC';
}
:lang(zh-CN), :lang(zh-SG), :lang(zh-Hans) {
  --cjk-sans-stack: 'PingFang SC',
        'Microsoft YaHei',
        'SimSun',
        'Noto Sans CJK SC';
  --cjk-serif-stack: 'Songti SC', 'STSong',
        'SimSun',
        'Noto Serif CJK SC';
}
:root {
  --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-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"] .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"] .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"] .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 var(--duration-micro) var(--ease-standard);
}
#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 var(--duration-micro) var(--ease-standard);
}
@layer base {
  .material-symbols-outlined {
    font-family: var(--icon-family);
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }
}
[x-cloak] {
  display: none !important;
}
button, [role="button"] {
  cursor: pointer;
  user-select: none;
}
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) * 9);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-primary) / 1);
    padding-inline: 15px;
    font-size: 12.5px;
    --tw-leading: 1;
    line-height: 1;
    --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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-primary-dim) / 1);
      }
    }
    &: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));
    -webkit-user-select: none;
    user-select: none;
    &: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));
    -webkit-user-select: none;
    user-select: none;
    &: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) * 9);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgb(var(--color-primary) / 1);
    background-color: transparent;
    padding-inline: 15px;
    font-size: 12.5px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    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));
    -webkit-user-select: none;
    user-select: none;
    &: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);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-soft {
    display: inline-flex;
    height: calc(var(--spacing) * 9);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    --tw-border-style: none;
    border-style: none;
    background-color: rgb(var(--color-primary-container) / 1);
    padding-inline: 15px;
    font-size: 12.5px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    color: rgb(var(--color-on-primary-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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-primary-container) / 1) / 1) 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-primary-container) / 1) 70%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .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;
    background-color: rgb(var(--color-primary) / 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-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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-primary-dim) / 1);
      }
    }
    &: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) 14%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 14%, 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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 20%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-primary-xs, .btn-neutral-xs, .btn-danger-xs {
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    --tw-border-style: none;
    border-style: none;
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    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));
    -webkit-user-select: none;
    user-select: none;
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
    height: 1.75rem;
    min-height: 1.75rem;
    max-height: 1.75rem;
    padding: 0 0.625rem;
    line-height: 1;
    gap: 0.25rem;
  }
  .btn-primary-xs {
    background-color: rgb(var(--color-primary) / 1);
    color: rgb(var(--color-on-primary) / 1);
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-primary-dim) / 1);
      }
    }
  }
  .btn-neutral-xs {
    background-color: rgb(var(--color-surface-container-highest) / 1);
    color: rgb(var(--color-on-surface) / 1);
    &: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);
        }
      }
    }
  }
  .btn-danger-xs {
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 14%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 14%, transparent);
    }
    color: rgb(var(--color-error) / 1);
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 20%, transparent);
        }
      }
    }
  }
  .btn-primary-xs .material-symbols-outlined, .btn-neutral-xs .material-symbols-outlined, .btn-danger-xs .material-symbols-outlined {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
  }
  .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-card-cta {
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-card);
    --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);
    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: rgb(var(--color-primary) / 1);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-primary) / 1);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-danger {
    display: inline-flex;
    height: calc(var(--spacing) * 9);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 9px;
    --tw-border-style: none;
    border-style: none;
    background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 14%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 14%, transparent);
    }
    padding-inline: 15px;
    font-size: 12.5px;
    --tw-leading: 1;
    line-height: 1;
    --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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, rgb(rgb(var(--color-error) / 1) / 1) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, rgb(var(--color-error) / 1) 20%, transparent);
        }
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:disabled {
      opacity: 50%;
    }
  }
  .btn-toolbar {
    display: inline-flex;
    height: 34px;
    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);
        }
      }
    }
  }
  .btn-icon-sm {
    display: flex;
    height: calc(var(--spacing) * 8);
    width: 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: 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);
        }
      }
    }
  }
  .topbar-icon-btn {
    display: flex;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-control);
    background-color: transparent;
    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) 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);
        }
      }
    }
  }
  .topbar-menu-btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-control);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 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) 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);
        }
      }
    }
  }
  @media (max-width: 1023px) {
    .topbar-menu-btn {
      width: 2.5rem;
      height: 2.5rem;
      padding: 0;
      gap: 0;
      justify-content: center;
    }
  }
  .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: 34px;
    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: 34px;
    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 {
    min-height: 38px;
    width: 100%;
    border-radius: 9px;
    border-style: var(--tw-border-style);
    border-width: 1.5px;
    border-color: rgb(var(--color-outline-variant) / 1);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: 12.5px;
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
    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(3px + 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) 18%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 18%, transparent);
      }
    }
    &:disabled {
      background-color: rgb(var(--color-surface-container-low) / 1);
    }
    &:disabled {
      color: rgb(var(--color-on-surface-variant) / 1);
    }
    &:disabled {
      opacity: 70%;
    }
  }
  .input-form-error {
    min-height: 38px;
    width: 100%;
    border-radius: 9px;
    border-style: var(--tw-border-style);
    border-width: 1.5px;
    border-color: rgb(var(--color-error) / 1);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: 12.5px;
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
    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(3px + 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-error) / 1) / 1) 18%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, rgb(var(--color-error) / 1) 18%, transparent);
      }
    }
    &:disabled {
      background-color: rgb(var(--color-surface-container-low) / 1);
    }
    &:disabled {
      color: rgb(var(--color-on-surface-variant) / 1);
    }
    &:disabled {
      opacity: 70%;
    }
  }
  .input-textarea {
    min-height: 54px;
    width: 100%;
    border-radius: 9px;
    border-style: var(--tw-border-style);
    border-width: 1.5px;
    border-color: rgb(var(--color-outline-variant) / 1);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: 9px;
    font-size: 12.5px;
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
    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(3px + 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) 18%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 18%, transparent);
      }
    }
    &:disabled {
      background-color: rgb(var(--color-surface-container-low) / 1);
    }
    &:disabled {
      color: rgb(var(--color-on-surface-variant) / 1);
    }
    &:disabled {
      opacity: 70%;
    }
  }
  .form-field-error {
    margin-top: 5px;
    font-size: 11px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-error) / 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-panel.is-above {
    --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);
  }
  @media (max-width: 639px) {
    .combobox-panel.is-bottom-sheet {
      position: fixed !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      top: auto !important;
      width: auto !important;
      max-width: none !important;
      max-height: 60vh;
      border-radius: 1rem 1rem 0 0;
      padding-bottom: env(safe-area-inset-bottom);
      overscroll-behavior: contain;
      animation: comboboxSheetUp 180ms ease-out;
    }
  }
  @keyframes comboboxSheetUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .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);
    }
    line-height: 1;
    display: block;
  }
  .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);
  }
  .command-palette-inline-panel {
    position: fixed;
    z-index: 45;
    max-height: calc(var(--spacing) * 80);
    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-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);
  }
  .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;
  }
  .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: 21px;
    width: calc(var(--spacing) * 9);
    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) * 0.5);
    left: calc(var(--spacing) * 0.5);
    height: 17px;
    width: 17px;
    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: 15px;
    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;
  }
  .n-radio {
    position: relative;
    display: inline-grid;
    height: 18px;
    width: 18px;
    flex-shrink: 0;
    cursor: pointer;
    place-items: center;
    border-radius: var(--radius-pill);
    border-style: var(--tw-border-style);
    border-width: 1.5px;
    border-color: rgb(var(--color-outline) / 1);
    background-color: rgb(var(--color-surface-container-lowest) / 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));
    -webkit-user-select: none;
    user-select: none;
  }
  .n-radio.is-selected {
    border-color: rgb(var(--color-primary) / 1);
  }
  .n-radio.is-selected::after {
    content: '';
    display: block;
    height: 9px;
    width: 9px;
    border-radius: var(--radius-pill);
    background-color: rgb(var(--color-primary) / 1);
  }
  .n-radio.is-disabled {
    pointer-events: none;
    opacity: 50%;
  }
  .n-check-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .n-check {
    display: inline-grid;
    height: 18px;
    width: 18px;
    flex-shrink: 0;
    cursor: pointer;
    place-items: center;
    border-radius: 5px;
    border-style: var(--tw-border-style);
    border-width: 1.5px;
    border-color: rgb(var(--color-outline) / 1);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    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));
    -webkit-user-select: none;
    user-select: none;
  }
  .n-check-input:checked ~ .n-check {
    border-color: rgb(var(--color-primary) / 1);
    background-color: rgb(var(--color-primary) / 1);
  }
  .n-check-input:checked ~ .n-check::after {
    font-family: var(--icon-family);
    content: 'check';
    font-size: 12px;
    --tw-leading: 1;
    line-height: 1;
  }
  .n-check-input:focus-visible ~ .n-check {
    --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: 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);
    }
    --tw-outline-style: none;
    outline-style: none;
  }
  .n-check-input:disabled ~ .n-check {
    cursor: not-allowed;
    opacity: 50%;
  }
  .n-check.is-danger {
    color: rgb(var(--color-on-error) / 1);
  }
  .n-check-input:checked ~ .n-check.is-danger {
    border-color: rgb(var(--color-error) / 1);
    background-color: rgb(var(--color-error) / 1);
  }
  .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);
  }
  .toast {
    display: flex;
    max-width: 420px;
    min-width: 300px;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-card);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgb(var(--color-outline-variant) / 1);
    background-color: rgb(var(--color-surface-container-lowest) / 1);
    padding: 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);
    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-icon {
    display: flex;
    height: 34px;
    width: 34px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background-color: rgb(var(--color-primary-container) / 1);
    color: rgb(var(--color-primary) / 1);
  }
  .toast-icon svg {
    height: 18px;
    width: 18px;
  }
  .toast-success .toast-icon {
    background-color: rgb(var(--color-success-container) / 1);
    color: rgb(var(--color-success) / 1);
  }
  .toast-error .toast-icon {
    background-color: rgb(var(--color-error-container) / 1);
    color: rgb(var(--color-error) / 1);
  }
  .toast-warning .toast-icon {
    background-color: rgb(var(--color-warning-container) / 1);
    color: rgb(var(--color-warning) / 1);
  }
  .toast-content {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    font-size: 13.5px;
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .toast-close {
    flex-shrink: 0;
    cursor: pointer;
    border-radius: var(--radius-md);
    --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) {
        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 {
      @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 var(--duration-micro) var(--ease-in) 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-success {
    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-danger {
    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);
  }
  .badge-pill.is-neutral {
    background-color: rgb(var(--color-surface-container) / 1);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .n-status-positive {
    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);
  }
  .n-status-warn {
    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);
  }
  .n-status-danger {
    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-status-info {
    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);
  }
  .n-status-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: 18px;
    width: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    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));
    -webkit-user-select: none;
    user-select: none;
  }
  .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) 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgb(var(--color-primary) / 1) 8%, 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);
  }
  .n-icon-sm {
    font-size: 16px;
  }
  .n-icon-md {
    font-size: 18px;
  }
  .n-icon-lg {
    font-size: 28px;
  }
  .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: 12.5px;
    --tw-leading: 1;
    line-height: 1;
    --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;
    --tw-leading: 1;
    line-height: 1;
    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;
  }
  .tab-segment-bar {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-control);
    background-color: rgb(var(--color-surface-container-high) / 1);
    padding: calc(var(--spacing) * 1);
  }
  .tab-segment {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: 12px;
    line-height: var(--tw-leading, 16px);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    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: 150ms;
    transition-duration: 150ms;
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .tab-segment.is-active {
    background-color: rgb(var(--color-surface) / 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);
  }
  .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);
    flex-shrink: 0;
    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: 7px;
    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);
  }
  .n-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface-variant) / 1);
  }
  .n-breadcrumb a {
    color: rgb(var(--color-on-surface-variant) / 1);
    text-decoration-line: none;
    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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        color: rgb(var(--color-on-surface) / 1);
      }
    }
  }
  .n-breadcrumb .is-current {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    color: rgb(var(--color-on-surface) / 1);
  }
  .n-breadcrumb-sep {
    color: rgb(var(--color-outline-variant) / 1);
    -webkit-user-select: none;
    user-select: none;
  }
  .n-pagination {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .n-pagination .n-page {
    display: inline-grid;
    height: 30px;
    min-width: 30px;
    cursor: pointer;
    place-items: center;
    border-radius: var(--radius-control);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgb(var(--color-outline-variant) / 1);
    padding-inline: calc(var(--spacing) * 1.5);
    font-size: 12px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-on-surface-variant) / 1);
    text-decoration-line: none;
    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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-low) / 1);
      }
    }
  }
  .n-pagination .n-page.is-active {
    border-color: rgb(var(--color-primary) / 1);
    background-color: rgb(var(--color-primary) / 1);
    color: rgb(var(--color-on-primary) / 1);
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-primary) / 1);
      }
    }
  }
  .n-pagination .n-page:disabled, .n-pagination .n-page[disabled], .n-pagination .n-page.is-disabled {
    pointer-events: none;
    opacity: 50%;
  }
  .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);
  }
  .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-menu-item {
    display: flex;
    height: calc(var(--spacing) * 8);
    cursor: pointer;
    align-items: center;
    gap: 9px;
    border-radius: 7px;
    padding-inline: 9px;
    font-size: 12.5px;
    --tw-leading: 1;
    line-height: 1;
    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));
    -webkit-user-select: none;
    user-select: none;
    &:hover {
      @media (hover: hover) {
        background-color: rgb(var(--color-surface-container-low) / 1);
      }
    }
  }
  .popup-menu-item.is-active {
    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);
  }
  .popup-menu-item.is-danger {
    color: rgb(var(--color-error) / 1);
    &: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);
        }
      }
    }
  }
  .popup-menu-item .material-symbols-outlined {
    font-size: 18px;
    --tw-leading: 1;
    line-height: 1;
  }
  .n-tooltip {
    display: inline-block;
    border-radius: 7px;
    background-color: rgb(var(--color-inverse-surface) / 1);
    padding-inline: 9px;
    padding-block: calc(var(--spacing) * 1.5);
    font-size: 11px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: rgb(var(--color-inverse-on-surface) / 1);
    --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);
  }
  .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);
    flex-shrink: 0;
    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, .stat-icon.material-symbols-outlined {
    font-size: 16px;
    line-height: 1;
    display: block;
  }
  .stat-icon.material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .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);
  }
  .stat-card > .stat-icon .material-symbols-outlined, .stat-card > .stat-icon.material-symbols-outlined {
    font-size: 18px;
  }
  .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-avatar .material-symbols-outlined, .entity-cell-avatar .material-symbols-outlined {
    font-size: inherit;
    line-height: 1;
    display: block;
  }
  .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: 34px;
    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: 34px;
    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-primary) / 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-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: rgb(var(--color-primary-dim) / 1);
      }
    }
    &: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 var(--duration-fast) var(--ease-standard);
  }
  .ledger .line.is-ghost {
    border-top: 1px dashed rgb(var(--color-outline-variant) / 0.7) !important;
    animation: ghost-in .18s var(--ease-out);
  }
  .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 var(--duration-micro) var(--ease-standard), transform var(--duration-micro) var(--ease-standard), box-shadow var(--duration-micro) var(--ease-standard);
    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 var(--duration-micro) var(--ease-standard), box-shadow var(--duration-micro) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard);
    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;
  }
  .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 var(--duration-micro) var(--ease-standard), transform var(--duration-micro) var(--ease-standard), background var(--duration-micro) var(--ease-standard);
  }
  .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 var(--duration-micro) var(--ease-standard), transform var(--duration-micro) var(--ease-standard);
    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);
  }
  .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 var(--duration-micro) var(--ease-standard), transform var(--duration-micro) var(--ease-standard);
  }
  .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: color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard);
  }
  .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: color var(--duration-fast) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard);
  }
  .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: color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard);
  }
  .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: color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard), transform var(--duration-micro) var(--ease-standard), box-shadow var(--duration-micro) var(--ease-standard);
  }
  .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 var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard);
  }
  .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 var(--duration-micro) var(--ease-standard);
  }
  .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 var(--duration-micro) var(--ease-standard), color var(--duration-micro) var(--ease-standard);
  }
  .pending-banner .v-action:hover {
    background: rgb(var(--color-warning));
    color: white;
  }
  .checkout-bar {
    position: fixed;
    left: 50%;
    bottom: calc(18px + env(safe-area-inset-bottom));
    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: color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard);
  }
  .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: color var(--duration-fast) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard), filter var(--duration-fast) var(--ease-standard);
  }
  .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;
    }
  }
}
:root {
  --shell-canvas-top: 22 41 74;
  --shell-canvas-bottom: 27 29 66;
  --shell-glow: 60 96 152;
  --shell-ink: 244 247 251;
}
[data-portal="core"] {
  --shell-canvas-top: 22 41 74;
  --shell-canvas-bottom: 27 29 66;
  --shell-glow: 60 96 152;
}
[data-portal="organization"] {
  --shell-canvas-top: 21 58 38;
  --shell-canvas-bottom: 14 58 57;
  --shell-glow: 74 124 89;
}
[data-portal="brand"] {
  --shell-canvas-top: 60 23 18;
  --shell-canvas-bottom: 51 19 41;
  --shell-glow: 168 57 43;
}
[data-portal="branch"] {
  --shell-canvas-top: 15 46 59;
  --shell-canvas-bottom: 19 42 72;
  --shell-glow: 37 107 130;
}
[data-portal="staff"] {
  --shell-canvas-top: 32 35 79;
  --shell-canvas-bottom: 43 31 78;
  --shell-glow: 92 107 192;
}
.nexus-sidebar-item {
  gap: 11px;
  padding: 8px 10px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-block: 3px;
  user-select: none;
}
.nexus-sidebar-item .material-symbols-outlined {
  font-size: 20px;
}
[data-portal] .nexus-sidebar {
  background-color: rgb(var(--shell-canvas-top));
  isolation: isolate;
}
[data-portal] .nexus-sidebar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(115% 55% at 12% -5%, rgb(var(--shell-glow) / 0.24), transparent 60%), radial-gradient(70% 40% at 100% 100%, rgb(var(--shell-glow) / 0.13), transparent 65%), linear-gradient(158deg, rgb(var(--shell-canvas-top)), rgb(var(--shell-canvas-bottom)));
  pointer-events: none;
  z-index: 0;
}
[data-portal] .nexus-sidebar > * {
  position: relative;
  z-index: 1;
}
[data-portal] .nexus-sidebar .nexus-sidebar-item {
  color: rgb(var(--shell-ink) / 0.7);
}
[data-portal] .nexus-sidebar .nexus-sidebar-item:hover {
  color: rgb(var(--shell-ink));
  background-color: rgb(255 255 255 / 0.08);
}
[data-portal] .nexus-sidebar .nexus-sidebar-item.is-active {
  color: rgb(var(--shell-ink));
  background-color: rgb(255 255 255 / 0.15);
}
[data-portal] .nexus-sidebar .nexus-sidebar-brand h1 {
  color: rgb(var(--shell-ink));
}
[data-portal] .nexus-sidebar .nexus-sidebar-brand p {
  color: rgb(var(--shell-ink) / 0.55);
}
[data-portal] .nexus-sidebar .nexus-sidebar-badge {
  background-color: rgb(var(--shell-ink) / 0.14);
  color: rgb(var(--shell-ink));
}
[data-portal] .nexus-sidebar nav p {
  color: rgb(var(--shell-ink) / 0.45);
}
[data-portal] .nexus-sidebar .material-symbols-outlined {
  color: inherit;
}
[data-portal] .nexus-sidebar .mt-auto {
  border-color: rgb(var(--shell-ink) / 0.15);
}
[data-portal] .nexus-sidebar .nexus-sidebar-brand button {
  color: rgb(var(--shell-ink) / 0.7);
}
[data-portal] .nexus-sidebar nav::-webkit-scrollbar-thumb {
  background-color: rgb(var(--shell-ink) / 0.25);
}
[data-portal] .nexus-sidebar .nexus-sidebar-eyebrow {
  color: rgb(var(--shell-ink) / 0.55);
}
.nexus-sidebar-logo {
  width: 30px;
  height: 30px;
  background-image: linear-gradient(135deg, rgb(var(--color-primary-light)), rgb(var(--color-primary)));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.18);
}
.nexus-sidebar-logo .material-symbols-outlined {
  color: #fff;
  font-size: 18px;
}
.nexus-sidebar-brand h1 {
  font-size: 15px;
  line-height: 1.1;
}
.nexus-sidebar-eyebrow {
  font-size: 9.5px;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-top: 2px;
  color: rgb(var(--color-on-surface-variant) / 0.7);
}
.nexus-sidebar-item.is-active {
  box-shadow: inset 2px 0 0 rgb(var(--color-primary-light));
}
[data-palette="navy"] .nexus-topbar {
  background-color: rgb(var(--color-surface) / 0.8);
}
.page-transition {
  transition: opacity var(--duration-fast) var(--ease-standard), transform var(--duration-micro) var(--ease-standard);
}
.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;
}
.page-leaving .nav-scroll-view, .page-entering .nav-scroll-view {
  scrollbar-color: transparent transparent;
}
.page-leaving .nav-scroll-view::-webkit-scrollbar-thumb, .page-entering .nav-scroll-view::-webkit-scrollbar-thumb, .page-leaving .nav-scroll-view::-webkit-scrollbar-track, .page-entering .nav-scroll-view::-webkit-scrollbar-track {
  background: transparent;
}
@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) var(--ease-in) 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-nav-view) both;
  transition: none;
  pointer-events: auto;
}
.view-stack.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.view-stack.is-popping {
  animation: view-pop-out var(--view-popout-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-nav-view) both;
  transition: none;
  pointer-events: none;
}
.view-stack.is-rising {
  opacity: 1;
  animation: view-rise var(--view-rise-duration) var(--ease-nav-view) both;
  transition: none;
  pointer-events: none;
}
.view-stack.is-underneath .nav-scroll-view, .view-stack.is-rising .nav-scroll-view, .view-stack.is-popping .nav-scroll-view {
  scrollbar-color: transparent transparent;
}
.view-stack.is-underneath .nav-scroll-view::-webkit-scrollbar-thumb, .view-stack.is-rising .nav-scroll-view::-webkit-scrollbar-thumb, .view-stack.is-popping .nav-scroll-view::-webkit-scrollbar-thumb, .view-stack.is-underneath .nav-scroll-view::-webkit-scrollbar-track, .view-stack.is-rising .nav-scroll-view::-webkit-scrollbar-track, .view-stack.is-popping .nav-scroll-view::-webkit-scrollbar-track {
  background: transparent;
}
@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-rise-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-rise-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;
}
@media (prefers-reduced-motion: reduce) {
  .stagger-enter {
    animation: none;
  }
}
@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 var(--duration-micro) var(--ease-out) forwards;
}
.page-nav-fade-out {
  animation: page-nav-fade-out var(--duration-micro) var(--ease-in) 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));
}
.md-body > *:first-child {
  margin-top: 0;
}
.md-body > *:last-child {
  margin-bottom: 0;
}
.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;
}
.session-actions {
  opacity: 0;
  pointer-events: none;
}
.group:hover .session-actions, .group:focus-within .session-actions {
  opacity: 1;
  pointer-events: auto;
}
@keyframes chat-bubble-from-right {
  from {
    opacity: 0;
    transform: translateX(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes chat-bubble-from-left {
  from {
    opacity: 0;
    transform: translateX(-12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.chat-bubble-user {
  animation: chat-bubble-from-right 180ms ease-out both;
}
.chat-bubble-assistant {
  animation: chat-bubble-from-left 220ms ease-out both;
}
@media (prefers-reduced-motion: reduce) {
  .chat-bubble-user, .chat-bubble-assistant {
    animation: none;
  }
}
.assistant-caret {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 1px;
  vertical-align: text-bottom;
  background-color: currentColor;
  opacity: 1;
  animation: assistant-caret-blink 1s step-end infinite;
}
@keyframes assistant-caret-blink {
  50% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .assistant-caret {
    animation: none;
  }
}
.assistant-stat-card {
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 12px 14px 10px;
  background: rgb(var(--color-surface-container-lowest));
  border: 1px solid rgb(var(--color-outline-variant) / 0.25);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}
.assistant-stat-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: rgb(var(--color-primary));
  white-space: nowrap;
}
.assistant-stat-subtitle {
  margin-top: 6px;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--color-on-surface-variant));
  white-space: nowrap;
}
.assistant-tool-tip {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgb(var(--color-on-surface));
  color: rgb(var(--color-surface-container-lowest));
  font-family: var(--mono-family, ui-monospace, monospace);
  font-size: 10px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms var(--ease-in, ease);
}
.assistant-tool-icon:hover .assistant-tool-tip, .assistant-tool-icon.is-open .assistant-tool-tip {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .assistant-tool-tip {
    transition: none;
  }
}
.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 var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard);
}
.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-panel.is-above {
  box-shadow: 0 -8px 24px rgb(0 0 0 / 0.18);
}
@media (max-width: 639px) {
  .popup-picker-panel.is-bottom-sheet {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: auto !important;
    max-width: none !important;
    max-height: 60vh;
    border-radius: 1rem 1rem 0 0;
    padding-bottom: env(safe-area-inset-bottom);
    overscroll-behavior: contain;
    animation: popupPickerSheetUp 180ms ease-out;
  }
}
@keyframes popupPickerSheetUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.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;
}
@layer components {
  .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;
    user-select: none;
    padding: 2px 8px;
    margin: -2px -8px;
    border-radius: var(--radius-pill);
    transition: background-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);
  }
  .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%;
  opacity: 0;
  transition: opacity 150ms linear;
  pointer-events: none;
  z-index: 50;
}
.nexus-progress-bar.is-active {
  opacity: 1;
  animation: nexus-progress-shift 1.4s linear infinite;
}
@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%;
}
@layer components {
  .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 var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard);
    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 var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard);
  }
  .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));
    box-shadow: var(--shadow-card);
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
  }
  .card-elevated .n-tbl-wrap {
    box-shadow: none;
  }
  table.n-tbl {
    width: 100%;
    border-collapse: collapse;
  }
  table.n-tbl thead th {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    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 var(--duration-fast) var(--ease-standard);
    cursor: pointer;
    user-select: none;
  }
  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 var(--duration-micro) var(--ease-standard), transform var(--duration-micro) var(--ease-standard);
    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 var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard);
  }
  .n-row-tile .material-symbols-outlined {
    font-size: 18px;
    line-height: 1;
    display: block;
  }
  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 var(--duration-fast) var(--ease-standard);
  }
  .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 var(--duration-fast) var(--ease-standard);
  }
  .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: 28px;
    transform: translateY(calc(var(--nav-collapse, 0) * -22px));
  }
  .page-nav-plate {
    position: absolute;
    top: calc(4rem + env(safe-area-inset-top));
    left: 0;
    right: var(--scrollbar-width, 0px);
    height: calc(9rem - var(--nav-collapse, 0) * 6rem);
    pointer-events: auto;
    overflow: hidden;
    -webkit-backdrop-filter: blur(calc(var(--nav-collapse, 0) * 12px));
    backdrop-filter: blur(calc(var(--nav-collapse, 0) * 12px));
    background-color: rgb(var(--color-surface-container-lowest) / calc(var(--nav-collapse, 0) * 0.72));
  }
  .page-nav-title-move {
    font-size: 28px;
    line-height: 36px;
    transform-origin: left center;
    transform: scale(calc(1 - var(--nav-collapse, 0) * 0.43));
    will-change: transform;
  }
  .nav-compact .page-nav-title-move {
    font-size: 16px;
    transform: scale(1);
  }
  .page-nav-tile {
    width: 40px;
    height: 40px;
    transform: scale(calc(1 - var(--nav-collapse, 0) * 0.2));
    transform-origin: left center;
    border-radius: calc(8px / (1 - var(--nav-collapse, 0) * 0.2));
  }
  .page-nav-tile .material-symbols-outlined {
    font-size: 26px;
    line-height: 1;
    display: block;
  }
  .page-nav-pad-top:has(.page-nav-tile) .page-nav-title-stack {
    transform: translateX(calc(var(--nav-collapse, 0) * -8px));
  }
  .page-nav-pad-top:has(.page-nav-tile) {
    transform: translateY(calc(var(--nav-collapse, 0) * -24px));
  }
  .page-nav-h1 {
    font-weight: 800;
  }
  .page-nav-subtitle {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    opacity: calc(1 - var(--nav-collapse, 0));
  }
  .page-nav-compact-in {
    opacity: var(--nav-collapse, 0);
  }
  .nav-compact .page-nav-subtitle {
    visibility: hidden;
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-route-enter, .nav-route-leave {
      animation: none !important;
    }
  }
  .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;
  }
  .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;
  }
  .section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 32px;
    margin-bottom: 12px;
    min-width: 0;
  }
  .section-head > .section-heading {
    min-width: 0;
  }
  .section-heading {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgb(var(--color-on-surface-variant));
  }
  .section-heading.is-loud {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--tier-name-family);
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.005em;
    line-height: 1;
    color: rgb(var(--color-on-surface));
  }
  .section-heading.is-loud::before {
    content: '';
    width: 4px;
    height: 14px;
    background: rgb(var(--color-on-surface) / 0.35);
    border-radius: 2px;
    flex-shrink: 0;
  }
  .section-heading.is-loud .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: 0 0 auto;
    max-width: 100%;
  }
  .section-card .section-heading.is-loud .section-meta::before {
    content: '·';
    margin-right: 6px;
    color: rgb(var(--color-on-surface-variant) / 0.55);
  }
  .section-card .section-heading.is-loud .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 var(--duration-fast) var(--ease-standard);
  }
  .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;
    line-height: 1;
    display: block;
  }
  .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-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%);
  }
  .n-cascade-bar-seg-flow {
    background: rgb(var(--color-cascade-flow));
    width: calc(var(--flow) * 1%);
  }
  .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 var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard);
    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;
    display: block;
  }
  .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;
  }
  @media (max-width: 980px) {
    .n-detail-grid {
      grid-template-columns: 1fr;
    }
  }
}
@layer components {
  .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-head--sub {
    margin-top: 28px;
  }
  .n-section-head--sub .n-section-title {
    font-size: 15px;
  }
  .n-section-head--block .n-section-title {
    font-size: 16px;
  }
  .n-section-head--inset {
    margin: 0;
    padding: 14px 18px;
  }
  .n-section-head--inset .n-section-title {
    font-size: 14px;
  }
  .n-page-head {
    border-bottom: 2px solid rgb(var(--color-on-surface));
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .n-page-head .n-section-title {
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
  .n-page-head--tagged .n-section-title {
    display: flex;
    align-items: baseline;
    gap: 14px;
  }
  .n-page-head--tagged .n-section-title .n-tag {
    align-self: center;
  }
  .n-shelf {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  @layer components {
    .n-shelf {
      grid-template-columns: 1fr 380px;
    }
  }
}
@layer components {
  .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-list-row .detail strong {
    color: rgb(var(--color-on-surface));
    font-weight: 600;
  }
  .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);
  }
}
@layer components {
  .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) {
  @layer components {
    .n-comp-bar {
      grid-template-columns: 110px 1fr 90px;
      gap: 16px;
    }
  }
}
@layer components {
  .n-pie-chart {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
  }
  .n-pie-disc {
    position: relative;
    width: 132px;
    height: 132px;
    flex-shrink: 0;
  }
  .n-pie {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(var(--color-on-surface) / 0.06);
    -webkit-mask: radial-gradient(circle closest-side, transparent 0 63%, #000 64% 100%);
    mask: radial-gradient(circle closest-side, transparent 0 63%, #000 64% 100%);
    transform-origin: center;
    animation: n-pie-in 520ms var(--ease-out) both;
  }
}
@keyframes n-pie-in {
  from {
    opacity: 0;
    transform: scale(0.9) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@layer components {
  .n-pie-hub {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    pointer-events: none;
  }
  .n-pie-hub b {
    font-family: var(--num-family);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: rgb(var(--color-on-surface));
    font-feature-settings: "tnum" on;
  }
  .n-pie-hub span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgb(var(--color-on-surface-variant));
  }
  .n-pie-legend {
    flex: 1 1 200px;
    min-width: 180px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .n-pie-legend-item {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
  }
  .n-pie-legend-item + .n-pie-legend-item {
    border-top: 1px dashed rgb(var(--color-on-surface) / 0.08);
  }
  .n-pie-legend-item .swatch {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: rgb(var(--color-primary));
  }
  .n-pie-legend-item[data-vertical="restaurant"] .swatch {
    background: rgb(var(--color-vertical-restaurant));
  }
  .n-pie-legend-item[data-vertical="hotel"] .swatch {
    background: rgb(var(--color-vertical-hotel));
  }
  .n-pie-legend-item[data-vertical="retail"] .swatch {
    background: rgb(var(--color-vertical-retail));
  }
  .n-pie-legend-item[data-vertical="ticketing"] .swatch {
    background: rgb(var(--color-vertical-ticketing));
  }
  .n-pie-legend-item .name {
    font-weight: 600;
    font-size: 14px;
    color: rgb(var(--color-on-surface));
  }
  .n-pie-legend-item .val {
    font-family: var(--num-family);
    font-size: 13px;
    color: rgb(var(--color-on-surface-variant));
    font-feature-settings: "tnum" on;
  }
  .n-pie-legend-item .pct {
    font-family: var(--num-family);
    font-size: 14px;
    font-weight: 700;
    color: rgb(var(--color-on-surface));
    min-width: 44px;
    text-align: right;
    font-feature-settings: "tnum" on;
  }
  .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) {
  @layer components {
    .n-fact-rail {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
@layer components {
  .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) {
  @layer components {
    .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;
    }
  }
}
@layer components {
  .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 var(--duration-micro) 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) {
  @layer components {
    .n-digest-banner[data-mode="sentence"] {
      grid-template-columns: 1fr;
    }
  }
}
@layer components {
  .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) {
  @layer components {
    .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;
    }
  }
}
@layer components {
  .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: background var(--duration-fast) var(--ease-standard), border-color var(--duration-micro) var(--ease-standard);
    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) {
  @layer components {
    .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;
    }
  }
}
@layer components {
  .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 var(--duration-micro) 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;
  }
}
@layer components {
  .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) {
  @layer components {
    .n-health-banner {
      flex-wrap: wrap;
    }
    .n-health-banner .detail {
      flex-basis: 100%;
      margin-left: 0;
    }
  }
}
@layer components {
  .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) {
  @layer components {
    .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) {
  @layer components {
    .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;
    }
  }
}
@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);
  }
}
@layer components {
  .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: border-color var(--duration-micro) var(--ease-standard), transform var(--duration-micro) var(--ease-standard), box-shadow var(--duration-micro) var(--ease-standard);
  }
  .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;
  }
}
@media (max-width: 767px) {
  :root {
    --nav-height: 11rem;
  }
  .md-layout {
    --rail-sticky-top: -52px;
  }
  .nav-scroll-view {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-nav-plate {
    height: calc(7rem - var(--nav-collapse, 0) * 4rem);
  }
  .page-nav-pad-top {
    padding-top: 20px;
    transform: translateY(calc(var(--nav-collapse, 0) * -12px));
  }
  .page-nav-pad-top:has(.page-nav-tile) {
    transform: translateY(calc(var(--nav-collapse, 0) * -14px));
  }
  .page-nav-actions {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .page-nav-actions::-webkit-scrollbar {
    display: none;
  }
  .page-nav-title-move {
    font-size: 22px;
    transform: scale(calc(1 - var(--nav-collapse, 0) * 0.273));
  }
  [data-pagenav-actions-slot] .btn-primary-sm:has(> .material-symbols-outlined), [data-pagenav-actions-slot] .btn-neutral-sm:has(> .material-symbols-outlined), [data-pagenav-actions-slot] .btn-danger-sm:has(> .material-symbols-outlined) {
    width: 2rem;
    min-width: 2rem;
    padding: 0;
    gap: 0;
  }
  [data-pagenav-actions-slot] .btn-primary-sm:has(> .material-symbols-outlined) > span:not(.material-symbols-outlined), [data-pagenav-actions-slot] .btn-neutral-sm:has(> .material-symbols-outlined) > span:not(.material-symbols-outlined), [data-pagenav-actions-slot] .btn-danger-sm:has(> .material-symbols-outlined) > span:not(.material-symbols-outlined) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.nexus-topbar {
  padding-top: env(safe-area-inset-top);
  height: calc(4rem + env(safe-area-inset-top));
  right: var(--scrollbar-width, 0px);
}
.nexus-billing-top-offset {
  top: calc(4rem + env(safe-area-inset-top)) !important;
}
body[data-nexus-impersonating="1"] .nexus-connectivity-banner {
  top: calc(env(safe-area-inset-top) + 40px);
}
.dl2 {
  --dl-bg: #F2F4F6;
  --dl-card: #FFFFFF;
  --dl-c-low: #F3F4F5;
  --dl-c: #E9EAEB;
  --dl-c-high: #E3E5E7;
  --dl-ink: #191C1D;
  --dl-ink2: #40484C;
  --dl-ink3: #6A737A;
  --dl-line: #DDE1E4;
  --dl-line2: #C8CED2;
  --dl-navy: #15243A;
  --dl-navy-soft: #28425F;
  --dl-navy-l: #47607E;
  --dl-on-navy: #F5F7FA;
  --dl-pri-cl: #EBF0F9;
  --dl-pri-c: #D8E4F6;
  --dl-sec: #47607E;
  --dl-ok: rgb(var(--color-success));
  --dl-ok-bg: rgb(var(--color-success-container));
  --dl-warn: rgb(var(--color-warning));
  --dl-warn-bg: rgb(var(--color-warning-container));
  --dl-err: rgb(var(--color-error));
  --dl-err-bg: rgb(var(--color-error-container));
  --dl-sh-card: 0 1px 2px rgba(21,36,58,.05), 0 3px 8px rgba(21,36,58,.05);
  --dl-sh-raise: 0 2px 4px rgba(21,36,58,.06), 0 10px 24px rgba(21,36,58,.10);
  --dl-rc: 12px;
  --dl-rctl: 8px;
  color: var(--dl-ink);
}
[data-palette="navy-dark"] .dl2, [data-palette="azure-dark"] .dl2 {
  --dl-bg: rgb(var(--color-surface-dim));
  --dl-card: rgb(var(--color-surface-container-lowest));
  --dl-c-low: rgb(var(--color-surface-container-low));
  --dl-c: rgb(var(--color-surface-container));
  --dl-c-high: rgb(var(--color-surface-container-high));
  --dl-ink: rgb(var(--color-on-surface));
  --dl-ink2: rgb(var(--color-on-surface-variant));
  --dl-ink3: rgb(var(--color-outline));
  --dl-line: rgb(var(--color-outline-variant));
  --dl-line2: rgb(var(--color-outline));
  --dl-navy-l: rgb(var(--color-primary));
  --dl-pri-cl: rgb(var(--color-primary-container-low));
  --dl-pri-c: rgb(var(--color-primary-container));
  --dl-sec: rgb(var(--color-secondary));
  --dl-sh-card: 0 1px 2px rgba(0,0,0,.45), 0 3px 8px rgba(0,0,0,.45);
  --dl-sh-raise: 0 2px 4px rgba(0,0,0,.5), 0 10px 24px rgba(0,0,0,.6);
}
[data-palette="navy-dark"] .dl2 .dl2-btn-soft, [data-palette="azure-dark"] .dl2 .dl2-btn-soft {
  color: rgb(var(--color-on-primary-container));
}
@keyframes dl2pulse {
  0%,100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: .45;
    transform: scale(.82);
  }
}
@keyframes dl2fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dl2barGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.dl2-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 28px 80px;
}
.dl2-shell {
  max-width: 1180px;
  margin-inline: auto;
}
.dl2-animate {
  animation: dl2fadeUp .45s cubic-bezier(.16,1,.3,1);
}
.dl2-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.dl2-grid-4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.dl2-shelf {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 20px;
  align-items: start;
}
.dl2-detail-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 20px;
  align-items: start;
}
@media (max-width:1080px) {
  .dl2-shelf,.dl2-detail-grid {
    grid-template-columns: 1fr;
  }
  .dl2-grid-4 {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:560px) {
  .dl2-grid-4 {
    grid-template-columns: 1fr;
  }
}
.dl2 {
  --dl-hero: linear-gradient(125deg,#13233A 0%,#1C3552 55%,#264E78 100%);
  --dl-hero-t1: rgba(111,144,192,.30);
  --dl-hero-t2: rgba(91,140,200,.16);
  --dl-hero-muted: #8FA8CA;
  --dl-hero-soft: #C4D2E4;
}
[data-portal="organization"] .dl2 {
  --dl-hero: linear-gradient(125deg,#16331F 0%,#1F4A2E 55%,#2A6B40 100%);
  --dl-hero-t1: rgba(120,200,150,.28);
  --dl-hero-t2: rgba(110,180,140,.16);
  --dl-hero-muted: #9CC8A9;
  --dl-hero-soft: #C9E0CF;
}
[data-portal="brand"] .dl2 {
  --dl-hero: linear-gradient(125deg,#3A140F 0%,#6E2018 52%,#A8392B 100%);
  --dl-hero-t1: rgba(220,150,130,.26);
  --dl-hero-t2: rgba(220,150,130,.13);
  --dl-hero-muted: #E0B0A8;
  --dl-hero-soft: #EBD2CD;
}
[data-portal="branch"] .dl2 {
  --dl-hero: linear-gradient(125deg,#0F2A33 0%,#1A4A5C 55%,#256B82 100%);
  --dl-hero-t1: rgba(130,190,210,.26);
  --dl-hero-t2: rgba(130,190,210,.13);
  --dl-hero-muted: #A0C8D6;
  --dl-hero-soft: #CDE4EC;
}
[data-portal="staff"] .dl2 {
  --dl-hero: linear-gradient(125deg,#1F2452 0%,#2E3577 55%,#3A43A0 100%);
  --dl-hero-t1: rgba(140,150,230,.30);
  --dl-hero-t2: rgba(120,135,220,.16);
  --dl-hero-muted: #A9B2E0;
  --dl-hero-soft: #CDD3EE;
}
.dl2-hero {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  padding: 30px 32px;
  background: var(--dl-hero);
  box-shadow: var(--dl-sh-raise);
}
.dl2-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 300px;
  height: 300px;
  border-radius: 99px;
  background: radial-gradient(circle, var(--dl-hero-t1), transparent 70%);
  pointer-events: none;
}
.dl2-hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 30%;
  width: 240px;
  height: 240px;
  border-radius: 99px;
  background: radial-gradient(circle, var(--dl-hero-t2), transparent 70%);
  pointer-events: none;
}
.dl2-hero__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.dl2-hero__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--dl-hero-muted);
}
.dl2-hero__title {
  margin: 9px 0 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.05;
}
.dl2-hero__lede {
  margin: 11px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--dl-hero-soft);
  max-width: 460px;
}
.dl2-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 6px 13px 6px 11px;
  border-radius: 99px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  white-space: nowrap;
}
.dl2-hero__dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #5BD08C;
  box-shadow: 0 0 0 4px rgba(91,208,140,.18);
  animation: dl2pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
.dl2-hero__attention {
  flex-shrink: 0;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-hero__attention:hover {
  background: rgba(255,255,255,.13);
}
.dl2-hero__attention-tile {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(199,122,20,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #F0B65A;
}
.dl2-hero__muted {
  color: var(--dl-hero-muted);
}
.dl2-hero__soft {
  color: var(--dl-hero-soft);
}
.dl2-section {
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-rc);
  box-shadow: var(--dl-sh-card);
  padding: 20px 22px;
}
.dl2-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.dl2-title {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.005em;
  color: var(--dl-ink);
}
.dl2-title__bar {
  width: 4px;
  height: 14px;
  border-radius: 2px;
  align-self: center;
  background: var(--dl-navy-l);
}
.dl2-title__bar.is-alert {
  background: var(--dl-err);
}
.dl2-title__bar.is-ink {
  background: var(--dl-ink);
}
.dl2-meta {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--dl-ink3);
}
.dl2-link {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--dl-navy-l);
  cursor: pointer;
}
.dl2-kpi {
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-rc);
  box-shadow: var(--dl-sh-card);
  padding: 18px;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--duration-micro) var(--ease-standard),transform var(--duration-micro) var(--ease-standard);
}
.dl2-kpi:hover {
  box-shadow: var(--dl-sh-raise);
  transform: translateY(-2px);
}
.dl2-kpi__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--dl-ink3);
  white-space: nowrap;
}
.dl2-kpi__value {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  color: var(--dl-ink);
  margin-top: 12px;
}
.dl2-kpi__sub {
  font-size: 11.5px;
  color: var(--dl-ink3);
}
.dl2-spark {
  width: 84px;
  height: 20px;
  flex-shrink: 0;
  opacity: .9;
}
.dl2-trend {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px 2px 4px;
  border-radius: 99px;
}
.dl2-trend.is-up {
  color: var(--dl-ok);
  background: var(--dl-ok-bg);
}
.dl2-trend.is-down {
  color: var(--dl-err);
  background: var(--dl-err-bg);
}
.dl2-tag {
  display: inline-flex;
  align-items: center;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 5px;
  white-space: nowrap;
}
.dl2-tag.is-ok {
  color: rgb(var(--color-on-success-container));
  background: var(--dl-ok-bg);
}
.dl2-tag.is-warn {
  color: rgb(var(--color-on-warning-container));
  background: var(--dl-warn-bg);
}
.dl2-tag.is-err {
  color: rgb(var(--color-on-error-container));
  background: var(--dl-err-bg);
}
.dl2-tag.is-info {
  color: var(--dl-navy-l);
  background: var(--dl-pri-cl);
}
.dl2-tag.is-neutral {
  color: var(--dl-ink2);
  background: var(--dl-c-low);
}
.dl2-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
}
.dl2-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--_dot,var(--dl-ink3));
  flex-shrink: 0;
}
.dl2-status.is-ok {
  color: var(--dl-ok);
  --_dot: var(--dl-ok);
}
.dl2-status.is-warn {
  color: var(--dl-warn);
  --_dot: var(--dl-warn);
}
.dl2-status.is-err {
  color: var(--dl-err);
  --_dot: var(--dl-err);
}
.dl2-status.is-neutral {
  color: var(--dl-ink2);
  --_dot: var(--dl-navy-l);
}
.dl2-status.is-archived {
  color: var(--dl-ink3);
  --_dot: var(--dl-line2);
}
.dl2-queue-row {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 13px 8px;
  border-bottom: 1px dashed rgba(25,28,29,.1);
  cursor: pointer;
  border-radius: 8px;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-queue-row:last-child {
  border-bottom: none;
}
.dl2-queue-row:hover {
  background: rgba(25,28,29,.025);
}
.dl2-queue-row__icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dl2-queue-row.is-critical .dl2-queue-row__icon {
  background: var(--dl-err-bg);
  color: var(--dl-err);
}
.dl2-queue-row.is-warning .dl2-queue-row__icon {
  background: var(--dl-warn-bg);
  color: var(--dl-warn);
}
.dl2-queue-row.is-info .dl2-queue-row__icon {
  background: var(--dl-ok-bg);
  color: var(--dl-ok);
}
.dl2-queue-row__cta {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--dl-navy-l);
  white-space: nowrap;
}
.dl2-revchart {
  width: 100%;
  height: 130px;
  display: block;
  overflow: visible;
}
.dl2-revchart-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 2px;
}
.dl2-compbar {
  display: flex;
  height: 16px;
  border-radius: 6px;
  overflow: hidden;
  gap: 2px;
  margin-bottom: 16px;
}
.dl2-compbar__seg {
  animation: dl2barGrow .6s ease;
  transform-origin: left;
}
.dl2-comp-legend-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 2px;
  border-bottom: 1px solid var(--dl-line);
}
.dl2-comp-legend-row:last-child {
  border-bottom: none;
}
.dl2-comp-swatch {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  flex-shrink: 0;
}
.dl2-activity-row {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 10px 2px;
  border-bottom: 1px dashed rgba(25,28,29,.1);
}
.dl2-activity-row:last-child {
  border-bottom: none;
}
.dl2-activity-row__time {
  font-size: 10.5px;
  color: var(--dl-ink3);
  width: 40px;
  flex-shrink: 0;
  padding-top: 2px;
}
.dl2-activity-row.is-clickable {
  cursor: pointer;
  border-radius: 8px;
  transition: background var(--duration-fast) var(--ease-standard);
  margin: 0 -6px;
  padding-left: 6px;
  padding-right: 6px;
}
.dl2-activity-row.is-clickable:hover {
  background: var(--dl-c-low);
}
.dl2-hero__edit {
  height: 38px;
  padding: 0 16px;
  background: #fff;
  color: var(--dl-navy);
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 700;
  font-size: 12.5px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-hero__edit:hover {
  background: #E7EEF8;
}
.dl2-hero__policy-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  margin-top: 20px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width:680px) {
  .dl2-hero__policy-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
.dl2-hero__policy-cell {
  background: rgba(15,28,48,.55);
  padding: 15px 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-hero__policy-cell:hover {
  background: rgba(40,66,95,.6);
}
.dl2-hero__policy-k {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dl-hero-muted);
}
.dl2-hero__policy-v {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #fff;
  line-height: 1.1;
  margin-top: 2px;
}
.dl2-hero__policy-note {
  font-size: 10.5px;
  color: var(--dl-hero-muted);
}
.dl2-chart-legend {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 600;
  color: var(--dl-ink3);
}
.dl2-chart-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.dl2-chart-legend__dot {
  width: 9px;
  height: 9px;
  border-radius: 2px;
}
.dl2-chart-legend__dot.is-issued {
  background: var(--dl-navy);
}
.dl2-chart-legend__dot.is-redeemed {
  background: var(--dl-sec);
}
.dl2-chart-headline {
  display: flex;
  gap: 30px;
  margin-bottom: 14px;
}
.dl2-chart-headline__v {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  color: var(--dl-ink);
}
.dl2-chart-headline__v.is-redeemed {
  color: var(--dl-sec);
}
.dl2-chart-headline__v.is-net {
  color: var(--dl-warn);
}
.dl2-chart-headline__v.is-ok {
  color: var(--dl-ok);
}
.dl2-chart-headline__k {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  color: var(--dl-ink3);
  margin-top: 4px;
}
.dl2-liabchart {
  width: 100%;
  height: 150px;
  display: block;
  overflow: visible;
}
.dl2-title__bar.is-retail {
  background: rgb(var(--color-vertical-retail));
}
.dl2-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  height: 120px;
  padding: 0 4px;
}
.dl2-bars__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  height: 100%;
  justify-content: flex-end;
}
.dl2-bars__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--dl-ink2);
}
.dl2-bars__bar {
  width: 100%;
  max-width: 44px;
  border-radius: 6px 6px 0 0;
  background: rgb(var(--color-vertical-retail) / 0.55);
  transform-origin: bottom;
  animation: dl2barRise .6s ease;
  min-height: 6px;
}
.dl2-bars__bar.is-last {
  background: rgb(var(--color-vertical-retail));
}
@keyframes dl2barRise {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.dl2-seg {
  display: inline-flex;
  gap: 6px;
  padding: 3px;
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  border-radius: 99px;
}
.dl2-seg__item {
  padding: 5px 13px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 600;
  color: var(--dl-ink2);
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  white-space: nowrap;
  transition: background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard);
}
.dl2-seg__item:hover {
  color: var(--dl-ink);
}
.dl2-seg__item.is-active {
  background: var(--dl-navy);
  color: #fff;
}
.dl2-seg__item.is-alert {
  color: var(--dl-err);
}
.dl2-seg__item.is-alert.is-active {
  background: var(--dl-err);
  color: #fff;
}
.dl2 .n-tbl-wrap {
  border-radius: var(--dl-rc);
  border: 1px solid var(--dl-line);
  box-shadow: var(--dl-sh-card);
  background: var(--dl-card);
}
.dl2 .n-tbl thead th {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--dl-ink3);
}
.dl2 .n-tbl tbody tr {
  border-bottom: 1px solid var(--dl-line);
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2 .n-tbl tbody tr:hover {
  background: var(--dl-c-low);
}
.dl2-backlink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  color: var(--dl-ink3);
  cursor: pointer;
  padding: 0;
  margin-bottom: 14px;
}
.dl2-backlink:hover {
  color: var(--dl-ink);
}
.dl2-dhead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.dl2-dhead__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--dl-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.dl2-dhead__name {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--dl-ink);
}
.dl2-vbadge {
  display: inline-flex;
  align-items: center;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 5px;
  white-space: nowrap;
}
.dl2-vbadge.n-v-restaurant {
  color: rgb(var(--color-vertical-restaurant));
  background: rgb(var(--color-vertical-restaurant) / .08);
  border: 1px solid rgb(var(--color-vertical-restaurant) / .30);
}
.dl2-vbadge.n-v-hotel {
  color: rgb(var(--color-vertical-hotel));
  background: rgb(var(--color-vertical-hotel) / .08);
  border: 1px solid rgb(var(--color-vertical-hotel) / .30);
}
.dl2-vbadge.n-v-retail {
  color: rgb(var(--color-vertical-retail));
  background: rgb(var(--color-vertical-retail) / .08);
  border: 1px solid rgb(var(--color-vertical-retail) / .30);
}
.dl2-vbadge.n-v-ticketing {
  color: rgb(var(--color-vertical-ticketing));
  background: rgb(var(--color-vertical-ticketing) / .08);
  border: 1px solid rgb(var(--color-vertical-ticketing) / .30);
}
.dl2-kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--dl-line);
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-rctl);
  overflow: hidden;
}
.dl2-kv__cell {
  background: var(--dl-card);
  padding: 13px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dl2-kv__k {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dl-ink3);
}
.dl2-kv__v {
  font-size: 13.5px;
  color: var(--dl-ink);
  font-weight: 600;
}
.dl2-enroll {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-rctl);
  border-left: 3px solid var(--dl-navy-l);
}
.dl2-metric-navy {
  background: var(--dl-navy);
  color: var(--dl-on-navy);
  border-radius: var(--dl-rc);
  box-shadow: var(--dl-sh-raise);
  padding: 22px;
}
.dl2-metric-navy__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #8FA3BD;
}
.dl2-metric-navy__value {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  margin-top: 8px;
}
.dl2-metric-navy__stats {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.dl2-card {
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-rc);
  box-shadow: var(--dl-sh-card);
  padding: 18px;
}
.dl2-card__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--dl-ink3);
  margin-bottom: 6px;
}
.dl2-broadcast-row {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 22px;
  border: none;
  border-bottom: 1px solid var(--dl-line);
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-broadcast-row:last-child {
  border-bottom: none;
}
.dl2-broadcast-row:hover {
  background: var(--dl-c-low);
}
.dl2-broadcast-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  margin-top: 6px;
  flex-shrink: 0;
}
.dl2-broadcast-body {
  font-size: 12.5px;
  color: var(--dl-ink2);
  line-height: 1.5;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dl2-terms-head {
  display: grid;
  grid-template-columns: 2fr .7fr 1.1fr .9fr;
  gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--dl-line);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--dl-ink3);
}
.dl2-terms-head > span:last-child {
  text-align: right;
}
.dl2-terms-row {
  display: grid;
  grid-template-columns: 2fr .7fr 1.1fr .9fr;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 14px 22px;
  border: none;
  border-bottom: 1px solid var(--dl-line);
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-terms-row:last-child {
  border-bottom: none;
}
.dl2-terms-row:hover {
  background: var(--dl-c-low);
}
.badge-pill.is-info {
  background: rgb(var(--color-primary) / 0.10);
  color: rgb(var(--color-primary));
}
.dl2-id-row {
  padding: 10px 0;
  border-bottom: 1px solid var(--dl-line);
}
.dl2-id-row:last-child {
  border-bottom: none;
}
.dl2-id-k {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dl-ink3);
}
.dl2-id-v {
  font-size: 11.5px;
  color: var(--dl-ink);
  margin-top: 3px;
  word-break: break-all;
}
.dl2-admin-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--dl-line);
  background: var(--dl-card);
  border-radius: var(--dl-rctl);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--dl-ink);
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-admin-btn:hover {
  background: var(--dl-c-low);
}
.dl2-admin-btn .material-symbols-outlined {
  font-size: 18px;
  color: var(--dl-navy-l);
}
.dl2-admin-btn.is-danger {
  border-color: rgb(var(--color-error) / .2);
  background: var(--dl-err-bg);
  color: var(--dl-err);
}
.dl2-admin-btn.is-danger:hover {
  background: #F3D6D5;
}
.dl2-admin-btn.is-danger .material-symbols-outlined {
  color: var(--dl-err);
}
.dl2-metric-navy__stat {
  flex: 1;
}
.dl2-metric-navy__stat-num {
  font-size: 20px;
  font-weight: 700;
}
.dl2-metric-navy__stat-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8FA3BD;
  margin-top: 2px;
}
.dl2 .detail-section {
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  border-radius: var(--dl-rc);
  box-shadow: var(--dl-sh-card);
  padding: 16px 20px;
  margin-bottom: 16px;
}
.dl2 .detail-section:last-child {
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: none;
}
.dl2 .section-heading.is-loud {
  color: var(--dl-ink);
}
.dl2 .section-heading.is-loud::before {
  background: var(--dl-navy-l);
}
.dl2 .n-sidebar-card {
  background: var(--dl-card);
  border-color: var(--dl-line);
  border-radius: var(--dl-rc);
  box-shadow: var(--dl-sh-card);
}
.dl2 .n-sidebar-card .n-sc-row {
  border-bottom-color: var(--dl-line);
}
.dl2 .mini-list {
  background: var(--dl-card);
  border-color: var(--dl-line);
  border-radius: var(--dl-rctl);
}
.dl2 .detail-section:has(.mini-list), .dl2 .detail-section:has(.dl2-detail-list) {
  padding: 0;
  overflow: hidden;
}
.dl2 .detail-section:last-child:has(.mini-list), .dl2 .detail-section:last-child:has(.dl2-detail-list) {
  padding-bottom: 0;
}
.dl2 .detail-section:has(.mini-list) > .section-head, .dl2 .detail-section:has(.dl2-detail-list) > .section-head {
  padding: 10px 20px;
  margin-bottom: 0;
  min-height: calc(32px + 20px);
}
.dl2 .detail-section:has(.mini-list) > .section-head, .dl2 .detail-section:has(.dl2-detail-list):not(:has(.dl2-detail-list__head)) > .section-head {
  border-bottom: 1px solid var(--dl-line);
}
.dl2 .detail-section:has(.mini-list) > .text-center, .dl2 .detail-section:has(.dl2-detail-list) > .text-center, .dl2 .detail-section:has(.mini-list) > .dl2-empty, .dl2 .detail-section:has(.dl2-detail-list) > .dl2-empty {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
}
.dl2 .detail-section .mini-list {
  border: none;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.dl2 .detail-section .mini-list-row {
  padding: 11px 20px;
  border-bottom-color: var(--dl-line);
}
.dl2 .detail-section .mini-list-row:hover {
  background: var(--dl-c-low);
}
.dl2 .detail-section .mini-list-row:last-child {
  border-bottom: none;
}
.dl2 .detail-section .mini-list-row-name {
  font-weight: 700;
  font-size: 12.5px;
  color: var(--dl-ink);
}
.dl2 .detail-section .mini-list-row-id {
  font-size: 11.5px;
  color: var(--dl-ink3);
}
.dl2 .detail-section .mini-list-row-tile {
  background: var(--dl-c-low);
  border-color: var(--dl-line);
  color: var(--dl-navy-l);
}
.dl2-detail-list {
  margin: 0;
}
.dl2-detail-list__head, .dl2-detail-list__row {
  display: grid;
  grid-template-columns: var(--dl2-list-cols, 1.4fr 1.8fr 0.8fr 0.7fr);
  gap: 12px;
  align-items: center;
  padding: 0 20px;
}
.dl2-detail-list__head {
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--dl-line);
}
.dl2-detail-list__head > span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--dl-ink3);
}
.dl2-detail-list__row {
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--dl-line);
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-detail-list__row:hover {
  background: var(--dl-c-low);
}
.dl2-detail-list__row:last-child {
  border-bottom: none;
}
.dl2-detail-list__row.is-clickable {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.dl2-detail-list__primary {
  font-weight: 700;
  font-size: 12.5px;
  color: var(--dl-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dl2-detail-list__meta {
  font-size: 12px;
  color: var(--dl-ink2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dl2-detail-list__end {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-size: 12.5px;
  color: var(--dl-ink);
  white-space: nowrap;
}
.dl2-detail-list__head > span.is-end {
  text-align: right;
}
.dl2-detail-list__skel {
  display: grid;
  grid-template-columns: var(--dl2-list-cols, 1.4fr 1.8fr 0.8fr 0.7fr);
  gap: 12px;
  align-items: center;
  padding: 11px 20px;
  border-bottom: 1px solid var(--dl-line);
}
.dl2-detail-list__skel:last-child {
  border-bottom: none;
}
.dl2-filterbar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.dl2-filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.dl2-filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.dl2-filter-row {
  display: grid;
  grid-template-columns: auto auto minmax(0,1fr);
  column-gap: 6px;
  align-items: center;
}
.dl2-filter-icon {
  grid-column: 1;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 99px;
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  box-shadow: var(--dl-sh-card);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.dl2-filter-icon .material-symbols-outlined {
  font-size: 18px;
  color: var(--dl-ink2);
}
.dl2-filter-icon.is-clear .material-symbols-outlined {
  color: var(--dl-err);
}
.dl2-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  box-sizing: border-box;
  padding: 0 14px;
  border-radius: 99px;
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  box-shadow: var(--dl-sh-card);
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  color: var(--dl-ink2);
  white-space: nowrap;
  transition: background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),border-color var(--duration-micro) var(--ease-standard);
}
.dl2-filter-btn:hover {
  color: var(--dl-ink);
}
.dl2-filter-btn .material-symbols-outlined {
  font-size: 18px;
  color: var(--dl-ink2);
  transition: color var(--duration-fast) var(--ease-standard);
}
.dl2-filter-btn.is-active {
  background: var(--dl-navy);
  color: #fff;
  border-color: var(--dl-navy);
}
.dl2-filter-btn.is-active .material-symbols-outlined {
  color: #fff;
}
.dl2-filter-btn__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--dl-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.dl2-filter-btn.is-active .dl2-filter-btn__count {
  background: rgba(255,255,255,.25);
}
.dl2-filter-popup {
  width: max-content;
  max-width: min(380px, calc(100vw - 24px));
}
.dl2-filter-popup .dl2-seg {
  border-radius: 18px;
}
.dl2-filter-label {
  grid-column: 2;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--dl-ink3);
  white-space: nowrap;
  padding-left: 2px;
}
.dl2-filterbar--rows .dl2-filter-row .dl2-filter-label {
  width: 96px;
}
.dl2-filter-content {
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.dl2-filter-search {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  box-sizing: border-box;
  padding: 0 13px;
  background: var(--dl-card);
  border: 1px solid var(--dl-line);
  border-radius: 99px;
  width: 210px;
  flex-shrink: 0;
}
.dl2-filter-search input {
  border: none;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 12.5px;
  color: var(--dl-ink);
  width: 100%;
  min-width: 0;
}
.dl2-filter-search .material-symbols-outlined {
  font-size: 17px;
  color: var(--dl-ink3);
  flex-shrink: 0;
}
.dl2-seg__count {
  font-weight: 700;
  opacity: .55;
}
.dl2-seg__item.is-active .dl2-seg__count {
  opacity: .75;
}
.dl2-kv__v.is-id {
  font-family: var(--num-family);
  font-variant-numeric: tabular-nums;
  font-size: 11.5px;
  line-height: 1.35;
  word-break: break-all;
  color: var(--dl-ink2);
}
.dl2-scope {
  padding: 14px 18px;
}
.dl2-scope__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.dl2-scope__eyebrow {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--dl-ink3);
}
.dl2-scope__sub {
  font-size: 11.5px;
  color: var(--dl-ink3);
}
.dl2-scope__chips {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dl2-scope-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 99px;
  background: var(--dl-card);
  color: var(--dl-ink2);
  font-family: inherit;
  font-weight: 600;
  font-size: 12.5px;
  cursor: pointer;
  border: 1px solid var(--dl-line);
  transition: background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),border-color var(--duration-micro) var(--ease-standard);
}
.dl2-scope-chip:hover {
  color: var(--dl-ink);
  border-color: var(--dl-line2);
}
.dl2-scope-chip .material-symbols-outlined {
  font-size: 16px;
}
.dl2-scope-chip.is-active {
  background: var(--dl-navy);
  color: #fff;
  font-weight: 700;
  border-color: var(--dl-navy);
}
.dl2-scope-chip__count {
  font-size: 11px;
  font-weight: 700;
  color: var(--dl-ink3);
}
.dl2-scope-chip.is-active .dl2-scope-chip__count {
  color: rgba(255,255,255,.6);
}
.dl2-scopehead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.dl2-scopehead__id {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 280px;
  flex: 1;
}
.dl2-scopehead__tile {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--dl-pri-cl);
  color: var(--dl-navy-l);
}
.dl2-scopehead__tile .material-symbols-outlined {
  font-size: 23px;
}
.dl2-scopehead__tile.n-v-restaurant {
  background: rgb(var(--color-vertical-restaurant) / .12);
  color: rgb(var(--color-vertical-restaurant));
}
.dl2-scopehead__tile.n-v-hotel {
  background: rgb(var(--color-vertical-hotel) / .12);
  color: rgb(var(--color-vertical-hotel));
}
.dl2-scopehead__tile.n-v-retail {
  background: rgb(var(--color-vertical-retail) / .12);
  color: rgb(var(--color-vertical-retail));
}
.dl2-scopehead__tile.n-v-ticketing {
  background: rgb(var(--color-vertical-ticketing) / .12);
  color: rgb(var(--color-vertical-ticketing));
}
.dl2-scopehead__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--dl-ink);
}
.dl2-scopehead__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--dl-ok);
  margin-top: 3px;
  flex-wrap: wrap;
}
.dl2-scopehead__dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--dl-ok);
  flex-shrink: 0;
}
.dl2-scopehead__blurb {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--dl-ink2);
  max-width: 520px;
}
.dl2-scopehead__kpis {
  display: flex;
  gap: 36px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--dl-line);
  flex-wrap: wrap;
}
.dl2-scopehead__kpi-v {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  color: var(--dl-ink);
}
.dl2-scopehead__kpi-k {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  color: var(--dl-ink3);
  margin-top: 5px;
}
.dl2-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 15px;
  background: var(--dl-navy);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 700;
  font-size: 12.5px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-btn-primary:hover {
  background: var(--dl-navy-soft);
}
.dl2-btn-primary .material-symbols-outlined {
  font-size: 18px;
}
.dl2-btn-soft {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 13px;
  background: var(--dl-pri-cl);
  color: var(--dl-navy);
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-btn-soft:hover {
  background: var(--dl-pri-c);
}
.dl2-btn-soft .material-symbols-outlined {
  font-size: 17px;
}
.dl2-btn-edit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 11px;
  border: 1px solid var(--dl-line);
  background: var(--dl-card);
  border-radius: 8px;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--dl-ink2);
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-standard);
}
.dl2-btn-edit:hover {
  background: var(--dl-c-low);
}
.dl2-btn-edit .material-symbols-outlined {
  font-size: 15px;
}
.dl2-empty, .dl2-error {
  text-align: center;
  padding: 32px 12px;
}
.dl2-empty__tile, .dl2-error__tile {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  margin: 0 auto 11px;
  font-size: 23px;
}
.dl2-empty__tile {
  background: var(--dl-pri-c);
  color: var(--dl-navy-l);
}
.dl2-error__tile {
  background: var(--dl-err-bg);
  color: var(--dl-err);
}
.dl2-empty__title, .dl2-error__title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--dl-ink);
}
.dl2-empty__desc, .dl2-error__desc {
  margin: 3px auto 0;
  max-width: 360px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--dl-ink2);
}
.dl2-empty__cta, .dl2-error__action {
  margin-top: 11px;
}
.dl2-matrix-empty {
  padding: 8px 0;
}
.dl2-substate {
  text-align: center;
  padding: 28px 12px;
}
.dl2-substate__icon {
  font-size: 32px;
  color: var(--dl-ink3);
  opacity: .5;
}
.dl2-substate__title {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--dl-ink2);
}
.dl2-substate__desc {
  margin: 3px auto 0;
  max-width: 340px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--dl-ink3);
}
.dl2-ladder {
  display: flex;
  flex-direction: column;
}
.dl2-ladder-row {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) 0.9fr 0.9fr minmax(0,2.4fr) 92px;
  gap: 16px;
  align-items: center;
  padding: 13px 12px;
  border-bottom: 1px solid var(--dl-line);
  transition: background var(--duration-fast) var(--ease-standard);
  cursor: pointer;
}
.dl2-ladder-row:hover:not(.is-head) {
  background: var(--dl-c-low);
}
.dl2-ladder-row.is-head {
  cursor: default;
  padding: 0 12px 9px;
  border-bottom: 1px solid var(--dl-line);
}
.dl2-ladder-row.is-head:hover {
  background: none;
}
.dl2-ladder-row.is-head > span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--dl-ink3);
}
.dl2-ladder-row.is-inactive {
  opacity: .62;
}
.dl2-ladder-row__name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -.005em;
  color: var(--dl-ink);
  min-width: 0;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.dl2-ladder-row__name:focus-visible {
  outline: 2px solid var(--dl-navy-l);
  outline-offset: 2px;
  border-radius: 4px;
}
.dl2-ladder-row__name > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl2-ladder-row__off {
  flex-shrink: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 5px;
  color: var(--dl-ink3);
  background: var(--dl-c-low);
}
.dl2-ladder-row__price {
  font-size: 14px;
  font-weight: 800;
  color: var(--dl-ink);
}
.dl2-ladder-row__limits {
  font-size: 12px;
  color: var(--dl-ink3);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl2-ladder-row__act {
  display: flex;
  justify-content: flex-end;
}
.dl2-legend {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 600;
  color: var(--dl-ink3);
}
.dl2-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.dl2-legend__item .material-symbols-outlined {
  font-size: 16px;
}
.dl2-legend__item .material-symbols-outlined.is-ok {
  color: var(--dl-ok);
}
.dl2-legend__chip {
  font-family: var(--num-family);
  font-size: 10px;
  font-weight: 700;
  color: var(--dl-navy-l);
  background: var(--dl-pri-cl);
  padding: 2px 6px;
  border-radius: 5px;
}
.dl2-matrix {
  display: flex;
  flex-direction: column;
}
.dl2-matrix-row {
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 13px 12px;
  border-bottom: 1px dashed rgba(25,28,29,.1);
}
.dl2-matrix-row.is-head {
  padding: 12px;
  border-bottom: 1px solid var(--dl-line);
}
.dl2-matrix-row.is-head > span:first-child {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--dl-ink3);
}
.dl2-matrix-th {
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--dl-ink2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl2-matrix-mod {
  min-width: 0;
}
.dl2-matrix-mod__name {
  font-weight: 700;
  font-size: 13px;
  color: var(--dl-ink);
}
.dl2-matrix-mod__desc {
  font-size: 11.5px;
  color: var(--dl-ink3);
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl2-matrix-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl2-matrix-inc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--dl-ok-bg);
  color: var(--dl-ok);
}
.dl2-matrix-inc .material-symbols-outlined {
  font-size: 17px;
}
.dl2-matrix-addon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--dl-navy-l);
  background: var(--dl-pri-cl);
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.dl2-matrix-none {
  color: var(--dl-line2);
  font-weight: 700;
}
@media (max-width:720px) {
  .dl2-ladder-row, .dl2-ladder-row.is-head {
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
  }
  .dl2-ladder-row__limits, .dl2-ladder-row__act {
    grid-column: 1 / -1;
  }
  .dl2-matrix-row {
    overflow-x: auto;
  }
}
[data-site="landmark"] {
  --ls-paper: #f6f4ef;
  --ls-surface: #fffefb;
  --ls-ink: #1a1815;
  --ls-ink-2: #5a564d;
  --ls-ink-3: #8a8478;
  --ls-rule: #e2ddce;
  --ls-amber: #c97a2b;
  --ls-amber-dim: #b06a1f;
  --ls-purple: #5b3a8c;
  --ls-purple-dim: #4a2f73;
}
[data-site="landmark"] body {
  background: var(--ls-paper);
  color: var(--ls-ink);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
[data-site="landmark"] .ls-logo {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -.02em;
}
[data-site="landmark"] .ls-nav a {
  font-weight: 600;
  font-size: 14px;
  color: var(--ls-ink-2);
}
[data-site="landmark"] .ls-nav a:hover {
  color: var(--ls-ink);
}
[data-site="landmark"] .ls-globe {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid #d8d2c2;
  color: var(--ls-ink-2);
  font-weight: 600;
  font-size: 12.5px;
}
[data-site="landmark"] .ls-globe:hover {
  border-color: var(--ls-ink-3);
  color: var(--ls-ink);
}
[data-site="landmark"] .ls-btn-amber {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 11px;
  background: var(--ls-amber);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 8px 20px -8px rgba(201,122,43,.55);
}
[data-site="landmark"] .ls-btn-amber:hover {
  background: var(--ls-amber-dim);
}
[data-site="landmark"] .ls-btn-purple {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 17px;
  border-radius: 999px;
  background: var(--ls-purple);
  color: #fff;
  font-weight: 600;
  font-size: 13.5px;
}
[data-site="landmark"] .ls-btn-purple:hover {
  background: var(--ls-purple-dim);
}
[data-site="landmark"] .ls-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 11px;
  background: var(--ls-surface);
  border: 1px solid #d8d2c2;
  color: var(--ls-ink);
  font-weight: 600;
  font-size: 15px;
}
[data-site="landmark"] .ls-btn-outline:hover {
  background: #f1ede4;
}
[data-site="landmark"] .ls-door-consumer {
  background: linear-gradient(180deg,#fdf4e9,#fbeede);
  border: 1px solid #f0dcc0;
  border-radius: 22px;
  padding: 34px;
}
[data-site="landmark"] .ls-door-consumer:hover {
  border-color: #e2b781;
}
[data-site="landmark"] .ls-door-business {
  background: linear-gradient(180deg,#f4eefb,#efe7f8);
  border: 1px solid #ddd0f0;
  border-radius: 22px;
  padding: 34px;
}
[data-site="landmark"] .ls-door-business:hover {
  border-color: #bfa4e6;
}
[data-site="landmark"] .ls-ph {
  background: repeating-linear-gradient(135deg,#eae4d7 0 11px,#f2eee4 11px 22px);
  border: 1px solid #ddd6c6;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
[data-site="landmark"] .ls-ph-sm {
  background: repeating-linear-gradient(135deg,#eae4d7 0 10px,#f2eee4 10px 20px);
  border: 1px solid #ddd6c6;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-site="landmark"] .ls-card {
  background: #fbf9f4;
  border: 1px solid #e6e0d1;
  border-radius: 16px;
  overflow: hidden;
}
[data-site="landmark"] .ls-card:hover {
  border-color: #c9c2b0;
}
[data-site="landmark"] .ls-stat {
  background: var(--ls-surface);
  border: 1px solid var(--ls-rule);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 14px 30px -14px rgba(26,24,21,.3);
}
[data-site="landmark"] .ls-mono {
  font-family: 'JetBrains Mono', monospace;
}
[data-site="landmark"] .ls-footer {
  background: #141210;
  color: #c9c3b6;
}
[data-site="landmark"] .ls-footer a:hover {
  color: #f6f4ef;
}
[data-site="landmark"] .ls-locale-card {
  background: var(--ls-surface);
  border: 1px solid #e6e0d1;
  border-radius: 14px;
  padding: 18px 20px;
}
[data-site="landmark"] .ls-locale-card:hover {
  border-color: #c9c2b0;
}
[data-site="landmark"] .ls-suggested {
  background: #f4eefb;
  border: 1px solid #ddd0f0;
  border-radius: 18px;
  padding: 22px 26px;
}
[data-site="landmark"] .ls-choose-back {
  color: var(--ls-ink-3);
}
[data-site="landmark"] .ls-choose-back:hover {
  color: var(--ls-ink);
}
[data-site="landmark"] .ls-locale-card a {
  font-weight: 600;
  font-size: 14px;
  color: var(--ls-purple);
}
[data-site="landmark"] .ls-locale-card a:hover {
  color: var(--ls-purple-dim);
  text-decoration: underline;
}
[data-site="landmark"] .ls-suggested-primary {
  display: inline-flex;
  align-items: center;
  padding: 11px 20px;
  border-radius: 10px;
  background: var(--ls-purple);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
[data-site="landmark"] .ls-suggested-primary:hover {
  background: var(--ls-purple-dim);
}
[data-site="landmark"] .ls-suggested-secondary {
  display: inline-flex;
  align-items: center;
  padding: 11px 20px;
  border-radius: 10px;
  background: var(--ls-surface);
  border: 1px solid #d8d2c2;
  color: var(--ls-ink);
  font-weight: 600;
  font-size: 14px;
}
[data-site="landmark"] .ls-suggested-secondary:hover {
  background: #f1ede4;
}
@media (max-width: 960px) {
  [data-site="landmark"] [data-stack] {
    grid-template-columns: 1fr !important;
  }
  [data-site="landmark"] [data-hide-sm] {
    display: none !important;
  }
  [data-site="landmark"] [data-cols] {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 600px) {
  [data-site="landmark"] [data-cols] {
    grid-template-columns: 1fr !important;
  }
  [data-site="landmark"] [data-grid] {
    grid-template-columns: 1fr !important;
  }
}
@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-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-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%;
}
@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-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-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%;
    }
  }
}
