/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #0a0d1f;
    --color-ink-soft: #3b4156;
    --color-ink-faint: #7a7f93;
    --color-paper: #fafaf7;
    --color-paper-tint: #f3f1ea;
    --color-paper-deep: #ebe8de;
    --color-navy: #1e2a5e;
    --color-navy-deep: #111832;
    --color-navy-bright: #2a386f;
    --color-navy-300: #9aa1c0;
    --color-layer-300: #9aa1c0;
    --color-layer-900: #1e2a5e;
    --color-rule: rgba(10, 13, 31, 0.10);
    --color-rule-strong: rgba(10, 13, 31, 0.22);
    --color-status-operational: #16a34a;
    --color-status-degraded: #f59e0b;
    --color-status-partial: #ea580c;
    --color-status-major: #dc2626;
    --color-status-maintenance: #2563eb;
    --font-wordmark: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-display: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-body: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-label: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    --shadow-paper-md: 0 16px 36px -20px rgba(30, 42, 94, 0.35), 0 0 0 1px rgba(10, 13, 31, 0.08);
    --shadow-paper-lg: 0 50px 100px -50px rgba(30, 42, 94, 0.55), 0 0 0 1px rgba(10, 13, 31, 0.08);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .-left-\[29px\] {
    left: calc(29px * -1);
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-full {
    width: 100%;
  }
  .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-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-px {
    gap: 1px;
  }
  .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-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-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[color\:var\(--color-rule\)\] {
    :where(& > :not(:last-child)) {
      border-color: var(--color-rule);
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-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-\[color\:var\(--color-rule\)\] {
    border-color: var(--color-rule);
  }
  .border-\[color\:var\(--color-rule-strong\)\] {
    border-color: var(--color-rule-strong);
  }
  .bg-\[color\:var\(--color-rule\)\] {
    background-color: var(--color-rule);
  }
  .bg-layer-900 {
    background-color: var(--color-layer-900);
  }
  .bg-paper {
    background-color: var(--color-paper);
  }
  .bg-paper-deep {
    background-color: var(--color-paper-deep);
  }
  .bg-paper-deep\/50 {
    background-color: color-mix(in srgb, #ebe8de 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-paper-deep) 50%, transparent);
    }
  }
  .bg-paper-deep\/60 {
    background-color: color-mix(in srgb, #ebe8de 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-paper-deep) 60%, transparent);
    }
  }
  .bg-slate-400 {
    background-color: var(--color-slate-400);
  }
  .bg-status-degraded {
    background-color: var(--color-status-degraded);
  }
  .bg-status-maintenance {
    background-color: var(--color-status-maintenance);
  }
  .bg-status-major {
    background-color: var(--color-status-major);
  }
  .bg-status-operational {
    background-color: var(--color-status-operational);
  }
  .bg-status-partial {
    background-color: var(--color-status-partial);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.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);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-wordmark {
    font-family: var(--font-wordmark);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-ink-faint {
    color: var(--color-ink-faint);
  }
  .text-ink-soft {
    color: var(--color-ink-soft);
  }
  .text-layer-300 {
    color: var(--color-layer-300);
  }
  .text-layer-900 {
    color: var(--color-layer-900);
  }
  .text-layer-900\/80 {
    color: color-mix(in srgb, #1e2a5e 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-layer-900) 80%, transparent);
    }
  }
  .text-paper {
    color: var(--color-paper);
  }
  .text-paper\/80 {
    color: color-mix(in srgb, #fafaf7 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-paper) 80%, transparent);
    }
  }
  .text-status-degraded {
    color: var(--color-status-degraded);
  }
  .text-status-operational {
    color: var(--color-status-operational);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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-4 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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-\[color\:var\(--color-paper\)\] {
    --tw-ring-color: var(--color-paper);
  }
  .ring-\[color\:var\(--color-rule\)\] {
    --tw-ring-color: var(--color-rule);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, 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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-paper-deep {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-paper-deep);
      }
    }
  }
  .hover\:text-ink {
    &:hover {
      @media (hover: hover) {
        color: var(--color-ink);
      }
    }
  }
  .hover\:text-layer-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-layer-900);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .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-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
}
html {
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: var(--color-paper);
  font-family: var(--font-body);
  font-feature-settings: "ss01", "cv11";
  line-height: 1.5;
  position: relative;
}
::selection {
  background: rgba(30, 42, 94, 0.18);
  color: var(--color-navy-deep);
}
.font-display {
  font-family: var(--font-display);
  font-feature-settings: "ss01", "liga", "kern";
  font-kerning: normal;
  letter-spacing: -0.025em;
}
.font-mono, .font-label {
  font-family: var(--font-mono);
  font-feature-settings: "zero";
}
.display, h1.display, .h-display {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}
.display em, .h-display em {
  font-style: italic;
  font-weight: 400;
  color: var(--color-navy);
}
@layer components {
  .eyebrow {
    font-family: var(--font-label);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--color-ink-faint);
  }
  .kicker {
    font-family: var(--font-label);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--color-navy);
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .kicker::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: var(--color-navy);
  }
}
.num {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.hr-hair {
  border: 0;
  border-top: 1px solid var(--color-rule);
}
.hr-hair-strong {
  border: 0;
  border-top: 1px solid var(--color-rule-strong);
}
.live-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-status-operational);
}
.live-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 9999px;
  background: var(--color-status-operational);
  opacity: 0.35;
  animation: livePulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.live .dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-status-operational);
  position: relative;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}
.live .dot::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 9999px;
  background: var(--color-status-operational);
  opacity: 0.3;
  animation: livePulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes livePulse {
  0% {
    transform: scale(0.6);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}
.btn .arr {
  transition: transform 200ms ease;
}
.btn:hover .arr {
  transform: translateX(2px);
}
.btn-primary {
  background: var(--color-navy);
  color: var(--color-white);
}
.btn-primary:hover {
  background: var(--color-navy-bright);
  transform: translateY(-1px);
}
.btn-secondary {
  background: var(--color-white);
  color: var(--color-ink);
  border-color: var(--color-rule-strong);
}
.btn-secondary:hover {
  border-color: var(--color-ink);
  background: rgba(10, 13, 31, 0.02);
}
.btn-ghost {
  background: transparent;
  color: var(--color-ink-soft);
}
.btn-ghost:hover {
  background: rgba(10, 13, 31, 0.04);
  color: var(--color-ink);
}
.btn-danger-ghost {
  background: transparent;
  color: var(--color-status-major);
}
.btn-danger-ghost:hover {
  background: rgba(220, 38, 38, 0.08);
}
.btn-danger {
  background: rgba(220, 38, 38, 0.10);
  color: var(--color-status-major);
  border-color: rgba(220, 38, 38, 0.30);
}
.btn-danger:hover {
  background: rgba(220, 38, 38, 0.18);
}
.ic-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: transparent;
  color: var(--color-ink-soft);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}
.ic-btn:hover {
  background: rgba(10, 13, 31, 0.04);
  color: var(--color-ink);
}
.form-styled > div {
  margin-bottom: 1rem;
}
.form-styled label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-ink);
  margin-bottom: 6px;
}
.form-styled input[type="text"], .form-styled input[type="email"], .form-styled input[type="password"], .form-styled input[type="url"], .form-styled input[type="tel"], .form-styled input[type="number"], .form-styled input[type="search"], .form-styled input[type="datetime-local"], .form-styled textarea, .form-styled select {
  width: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-rule-strong);
  border-radius: 7px;
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-ink);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.form-styled input::placeholder, .form-styled textarea::placeholder {
  color: var(--color-ink-faint);
}
.form-styled input:focus, .form-styled textarea:focus, .form-styled select:focus {
  outline: none;
  border-color: var(--color-navy);
  box-shadow: 0 0 0 3px rgba(30, 42, 94, 0.12);
}
.form-styled input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--color-navy);
  vertical-align: middle;
}
.form-styled .form-help, .form-styled small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--color-ink-faint);
}
.form-styled ul.list-unstyled, .form-styled ul.form-errors, .form-styled ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  color: var(--color-status-major);
  font-size: 12px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  width: auto;
  height: auto;
  z-index: 100;
  padding: 0.5rem 0.875rem;
  background: var(--color-ink);
  color: var(--color-white);
  font-size: 0.75rem;
  border-radius: 0.375rem;
  text-decoration: none;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-label);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid currentColor;
}
.chip .d {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}
.chip.ok {
  color: var(--color-status-operational);
  background: rgba(22, 163, 74, 0.10);
}
.chip.deg {
  color: var(--color-status-degraded);
  background: rgba(245, 158, 11, 0.12);
}
.chip.partial {
  color: var(--color-status-partial);
  background: rgba(234, 88, 12, 0.10);
}
.chip.maj {
  color: var(--color-status-major);
  background: rgba(220, 38, 38, 0.10);
}
.chip.maint {
  color: var(--color-status-maintenance);
  background: rgba(37, 99, 235, 0.10);
}
.chip.neutral {
  color: var(--color-ink-soft);
  background: rgba(10, 13, 31, 0.06);
  border-color: var(--color-rule-strong);
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 2px 8px 2px 7px;
  border-radius: 999px;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  height: 20px;
  border: 1px solid currentColor;
}
.pill::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}
.pill.is-operational {
  color: var(--color-status-operational);
  background: color-mix(in srgb, #16a34a 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-status-operational) 10%, transparent);
  }
}
.pill.is-degraded {
  color: var(--color-status-degraded);
  background: color-mix(in srgb, #f59e0b 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-status-degraded) 10%, transparent);
  }
}
.pill.is-partial {
  color: var(--color-status-partial);
  background: color-mix(in srgb, #ea580c 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-status-partial) 10%, transparent);
  }
}
.pill.is-major {
  color: var(--color-status-major);
  background: color-mix(in srgb, #dc2626 12%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-status-major) 12%, transparent);
  }
}
.pill.is-maintenance {
  color: var(--color-status-maintenance);
  background: color-mix(in srgb, #2563eb 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-status-maintenance) 10%, transparent);
  }
}
.pill.is-neutral {
  color: var(--color-ink-soft);
  background: rgba(10, 13, 31, 0.06);
}
.surface {
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 14px;
}
.surface-head {
  padding: 16px 22px;
  border-bottom: 1px solid var(--color-rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.surface-head h2 {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.surface-body {
  padding: 1.25rem;
}
.panel {
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 14px;
  overflow: hidden;
}
.panel-head {
  padding: 16px 22px;
  border-bottom: 1px solid var(--color-rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.panel-head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin: 0;
}
.panel-head .right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.panel-head .right a {
  font-size: 13px;
  color: var(--color-navy);
  font-weight: 500;
  text-decoration: none;
}
.panel-head .right a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.panel-footer {
  padding: 12px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-rule);
  background: var(--color-paper-tint);
  font-size: 13px;
  color: var(--color-ink-faint);
}
.panel-footer a {
  color: var(--color-navy);
  font-weight: 500;
  text-decoration: none;
}
.panel-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-rule);
  margin-bottom: 32px;
}
.page-head .page-eyebrow, .page-head .eyebrow {
  display: block;
  color: var(--color-ink-faint);
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
.page-head .page-title, .page-head h1 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 8px 0 0;
}
.page-head h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--color-navy);
}
.page-head .page-meta {
  color: var(--color-ink-faint);
  font-family: var(--font-label);
  font-size: 12px;
}
.page-head .actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 1180px) {
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .stats {
    grid-template-columns: 1fr;
  }
}
.stat {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 14px;
  padding: 20px;
  overflow: hidden;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.stat:hover {
  transform: translateY(-2px);
  border-color: var(--color-rule-strong);
  box-shadow: var(--shadow-paper-md);
}
.stat .lbl, .stat .stat-label {
  font-family: var(--font-label);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-ink-faint);
  font-weight: 500;
}
.stat .val, .stat .stat-value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 14px;
  font-variant-numeric: tabular-nums;
  display: block;
}
.stat .val .s {
  font-family: var(--font-label);
  font-size: 14px;
  color: var(--color-ink-faint);
  font-weight: 400;
  margin-left: 8px;
  letter-spacing: 0;
}
.stat .delta, .stat .stat-meta {
  font-size: 12px;
  color: var(--color-ink-soft);
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.stat .delta .pill-up, .stat .delta .pill-down {
  padding: 2px 7px;
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 11px;
}
.stat .delta .pill-up {
  background: rgba(22, 163, 74, 0.10);
  color: var(--color-status-operational);
}
.stat .delta .pill-down {
  background: rgba(220, 38, 38, 0.10);
  color: var(--color-status-major);
}
.stat .spark {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 120px;
  height: 40px;
  opacity: 0.6;
  pointer-events: none;
}
.stat .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--color-navy);
  border-radius: 3px;
}
.stat-cell {
  padding: 1.25rem;
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.stat-cell .stat-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--color-navy);
}
.ledger {
  width: 100%;
  font-size: 13.5px;
  border-collapse: separate;
  border-spacing: 0;
}
.ledger thead th {
  text-align: left;
  padding: 0.625rem 1rem;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--color-ink-faint);
  border-bottom: 1px solid var(--color-rule);
}
.ledger tbody td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--color-rule);
  vertical-align: middle;
}
.ledger tbody tr:hover td {
  background: rgba(30, 42, 94, 0.025);
}
.ledger tbody tr:last-child td {
  border-bottom: 0;
}
.ledger .row-actions a, .ledger .row-actions button {
  font-family: var(--font-label);
  font-size: 12.5px;
  color: var(--color-ink-soft);
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 4px;
}
.ledger .row-actions a:hover {
  color: var(--color-navy);
  background: rgba(30, 42, 94, 0.06);
}
.ledger .row-actions .danger:hover {
  color: var(--color-status-major);
  background: rgba(220, 38, 38, 0.06);
}
.tabs {
  display: inline-flex;
  background: var(--color-paper-tint);
  border: 1px solid var(--color-rule);
  border-radius: 8px;
  padding: 3px;
}
.tabs [role="tab"], .tabs button {
  background: transparent;
  border: 0;
  padding: 6px 12px;
  border-radius: 6px;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
  cursor: pointer;
}
.tabs [role="tab"][aria-selected="true"], .tabs button[aria-selected="true"] {
  background: var(--color-white);
  color: var(--color-ink);
  box-shadow: 0 1px 2px rgba(10, 13, 31, 0.08);
}
.empty-state {
  padding: 3rem 2rem;
  text-align: center;
  color: var(--color-ink-soft);
}
.empty-state .empty-art {
  display: inline-block;
  margin-bottom: 1rem;
}
.empty-state h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--color-ink);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.empty-state p {
  max-width: 28rem;
  margin: 0 auto;
  line-height: 1.5;
}
kbd {
  display: inline-block;
  padding: 1px 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  background: var(--color-paper-tint);
  color: var(--color-ink-soft);
  border: 1px solid var(--color-rule-strong);
  border-radius: 4px;
  box-shadow: 0 1px 0 var(--color-rule-strong);
  line-height: 1.4;
}
.uptime-bars {
  display: flex;
  gap: 2px;
  height: 28px;
  align-items: flex-end;
}
.uptime-bars span {
  flex: 1;
  border-radius: 1px;
  height: 100%;
}
.uptime-mini {
  display: flex;
  gap: 1.5px;
  height: 12px;
  align-items: flex-end;
  flex: 1;
}
.uptime-mini span {
  flex: 1;
  border-radius: 1px;
  height: 100%;
}
.admin-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
  background: var(--color-paper);
}
@media (max-width: 980px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }
}
.admin-sidebar {
  background: var(--color-white);
  border-right: 1px solid var(--color-rule);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
}
@media (max-width: 980px) {
  .admin-sidebar {
    display: none;
  }
}
.admin-sidebar .sidebar-top {
  padding: 18px 18px 16px;
  border-bottom: 1px solid var(--color-rule);
}
.admin-sidebar .brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-sidebar .brand-row .brand-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--color-ink);
}
.admin-sidebar .brand-row .brand-sub {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-ink-faint);
}
.tenant-chooser {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  background: var(--color-paper-tint);
  border-radius: 8px;
  border: 1px solid var(--color-rule);
  font-size: 13px;
  color: var(--color-ink);
  cursor: pointer;
  text-decoration: none;
  transition: border-color 150ms ease;
}
.tenant-chooser:hover {
  border-color: var(--color-rule-strong);
}
.tenant-chooser .l {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.tenant-chooser .ch {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--color-navy);
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
}
.tenant-chooser .n {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tenant-chooser .chev {
  color: var(--color-ink-faint);
}
.admin-nav {
  flex: 1;
  overflow-y: auto;
  padding: 14px 10px;
}
.admin-nav-section {
  margin-top: 14px;
}
.admin-nav-section:first-child {
  margin-top: 4px;
}
.admin-nav-section > h4 {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--color-ink-faint);
  padding: 0 10px 8px;
  margin: 0;
}
.admin-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 7px;
  color: var(--color-ink-soft);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: background 120ms ease, color 120ms ease;
}
.admin-nav a:hover {
  background: rgba(10, 13, 31, 0.04);
  color: var(--color-ink);
}
.admin-nav a .l {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.admin-nav a .l svg {
  width: 16px;
  height: 16px;
  color: var(--color-ink-faint);
  transition: color 120ms ease;
}
.admin-nav a:hover .l svg {
  color: var(--color-ink-soft);
}
.admin-nav a.is-active {
  background: rgba(30, 42, 94, 0.08);
  color: var(--color-navy-deep);
}
.admin-nav a.is-active .l svg {
  color: var(--color-navy);
}
.admin-nav a.is-active::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 25%;
  bottom: 25%;
  width: 2px;
  background: var(--color-navy);
  border-radius: 1px;
}
.admin-nav a .nav-badge {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 10.5px;
  font-variant-numeric: tabular-nums;
  background: var(--color-paper-deep);
  color: var(--color-ink-soft);
  padding: 2px 6px;
  border-radius: 999px;
  min-width: 22px;
  text-align: center;
}
.admin-nav a.is-active .nav-badge {
  background: var(--color-navy);
  color: var(--color-white);
}
.admin-sidebar .footer-block {
  border-top: 1px solid var(--color-rule);
  padding: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.admin-sidebar .footer-block .avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--color-navy), var(--color-navy-bright));
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
}
.admin-sidebar .footer-block .who {
  min-width: 0;
  flex: 1;
}
.admin-sidebar .footer-block .who .name {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-sidebar .footer-block .who .role {
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 10.5px;
  color: var(--color-ink-faint);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.admin-main {
  padding: 0;
  background: var(--color-paper);
  overflow-x: hidden;
}
.admin-main .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: saturate(1.2) blur(14px);
  -webkit-backdrop-filter: saturate(1.2) blur(14px);
  border-bottom: 1px solid var(--color-rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  gap: 24px;
}
.admin-main .crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--color-ink-faint);
}
.admin-main .crumbs .sep {
  color: var(--color-ink-faint);
}
.admin-main .crumbs .here {
  color: var(--color-ink);
  font-weight: 500;
}
.admin-main .content {
  padding: 36px 36px 80px;
  max-width: 1400px;
}
@media (max-width: 980px) {
  .admin-main .content {
    padding: 20px 16px 48px;
  }
}
.topbar-search {
  position: relative;
  flex: 1;
  max-width: 420px;
}
.topbar-search input {
  width: 100%;
  padding: 9px 14px 9px 36px;
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 8px;
  font-size: 13.5px;
  color: var(--color-ink);
  font-family: inherit;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.topbar-search input::placeholder {
  color: var(--color-ink-faint);
}
.topbar-search input:focus {
  outline: none;
  border-color: var(--color-navy);
  box-shadow: 0 0 0 3px rgba(30, 42, 94, 0.10);
}
.topbar-search > svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-ink-faint);
}
.topbar-search .kbd {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--color-ink-faint);
  background: var(--color-paper-tint);
  border: 1px solid var(--color-rule);
  border-radius: 4px;
  padding: 1px 5px;
}
.cmdk-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 13, 31, 0.40);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 14vh;
}
.cmdk {
  width: min(640px, 90vw);
  background: var(--color-white);
  border: 1px solid var(--color-rule-strong);
  border-radius: 14px;
  box-shadow: var(--shadow-paper-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.cmdk-input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--color-rule);
}
.cmdk-input svg {
  color: var(--color-ink-faint);
}
.cmdk-input input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
  color: var(--color-ink);
  font-family: inherit;
}
.cmdk-input input::placeholder {
  color: var(--color-ink-faint);
}
.cmdk-input .kbd {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--color-ink-faint);
  background: var(--color-paper-tint);
  border: 1px solid var(--color-rule);
  border-radius: 4px;
  padding: 2px 6px;
}
.cmdk-list {
  overflow-y: auto;
  padding: 8px 0;
}
.cmdk-section {
  padding: 4px 0;
}
.cmdk-section h5 {
  font-family: var(--font-label);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-ink-faint);
  font-weight: 500;
  padding: 6px 18px;
  margin: 0;
}
.cmdk-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-ink);
  text-decoration: none;
}
.cmdk-item:hover, .cmdk-item.is-active {
  background: rgba(30, 42, 94, 0.06);
}
.cmdk-item .label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cmdk-item .meta {
  font-family: var(--font-label);
  font-size: 11px;
  color: var(--color-ink-faint);
  letter-spacing: 0.06em;
}
.cmdk-empty {
  padding: 24px;
  text-align: center;
  color: var(--color-ink-faint);
  font-size: 14px;
}
.cmdk-foot {
  display: flex;
  justify-content: space-between;
  padding: 8px 18px;
  border-top: 1px solid var(--color-rule);
  background: var(--color-paper-tint);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--color-ink-faint);
}
.health-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 28px;
  border: 1px solid;
}
.health-banner.ok {
  background: linear-gradient(160deg, rgba(22, 163, 74, 0.07), rgba(22, 163, 74, 0.02));
  border-color: rgba(22, 163, 74, 0.20);
}
.health-banner.ok .title {
  color: #0f7c39;
}
.health-banner.deg {
  background: linear-gradient(160deg, rgba(245, 158, 11, 0.10), rgba(245, 158, 11, 0.03));
  border-color: rgba(245, 158, 11, 0.30);
}
.health-banner.deg .title {
  color: #b76e0a;
}
.health-banner.maj {
  background: linear-gradient(160deg, rgba(220, 38, 38, 0.10), rgba(220, 38, 38, 0.03));
  border-color: rgba(220, 38, 38, 0.30);
}
.health-banner.maj .title {
  color: #b22020;
}
.health-banner.maint {
  background: linear-gradient(160deg, rgba(37, 99, 235, 0.10), rgba(37, 99, 235, 0.03));
  border-color: rgba(37, 99, 235, 0.30);
}
.health-banner.maint .title {
  color: #1c4ed8;
}
.health-banner .live {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.health-banner .live .dot {
  width: 10px;
  height: 10px;
}
.health-banner .title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.health-banner .sub {
  color: var(--color-ink-soft);
  font-size: 13.5px;
  margin-top: 2px;
}
.health-banner .right {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--color-ink-soft);
  font-family: var(--font-label);
  font-size: 11.5px;
}
.events {
  margin-top: 24px;
  padding-left: 24px;
  border-left: 1px solid var(--color-rule-strong);
  position: relative;
}
.event {
  position: relative;
  padding: 18px 0;
}
.event::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 3px solid var(--color-paper);
}
.event.ok::before {
  background: var(--color-status-operational);
}
.event.warn::before {
  background: var(--color-status-degraded);
}
.event.maint::before {
  background: var(--color-status-maintenance);
}
.event.minor::before {
  background: var(--color-status-partial);
}
.event.major::before {
  background: var(--color-status-major);
}
.event .e-meta {
  font-family: var(--font-label);
  font-size: 11px;
  color: var(--color-ink-faint);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  gap: 14px;
  align-items: center;
}
.event .e-meta .state {
  font-weight: 600;
}
.event.ok .state {
  color: var(--color-status-operational);
}
.event.warn .state {
  color: var(--color-status-degraded);
}
.event.maint .state {
  color: var(--color-status-maintenance);
}
.event.minor .state {
  color: var(--color-status-partial);
}
.event.major .state {
  color: var(--color-status-major);
}
.event p {
  margin: 8px 0 0;
  color: var(--color-ink);
  line-height: 1.55;
  font-size: 14.5px;
}
.timeline-items {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
.timeline-item {
  flex: 1;
  min-width: 0;
  background: var(--color-paper-tint);
  border: 1px solid var(--color-rule);
  border-radius: 10px;
  padding: 12px 14px;
}
.timeline-item .t {
  font-family: var(--font-label);
  font-size: 11px;
  color: var(--color-ink-faint);
  letter-spacing: 0.08em;
}
.timeline-item .s {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 4px;
}
.timeline-item .s.ok {
  color: var(--color-status-operational);
}
.timeline-item .s.deg {
  color: var(--color-status-degraded);
}
.timeline-item .s.maj {
  color: var(--color-status-major);
}
.timeline-item .s.maint {
  color: var(--color-status-maintenance);
}
.timeline-item p {
  font-size: 12px;
  color: var(--color-ink-soft);
  margin: 6px 0 0;
  line-height: 1.45;
}
.activity {
  padding: 6px 22px 16px;
}
.activity .row {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--color-rule);
  align-items: center;
}
.activity .row:last-child {
  border-bottom: 0;
}
.activity .t {
  font-family: var(--font-label);
  font-size: 11px;
  color: var(--color-ink-faint);
}
.activity .what {
  font-size: 13px;
  line-height: 1.45;
}
.activity .what strong {
  font-weight: 600;
}
.activity .who {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--color-ink-soft);
}
.activity .av {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--color-navy), var(--color-navy-bright));
  color: var(--color-white);
  font-size: 10.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ledger-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-rule);
  align-items: center;
}
.ledger-row:last-child {
  border-bottom: 0;
}
.ledger-row time, .ledger-row .id {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--color-ink-faint);
}
.ledger-row .subject {
  font-size: 13.5px;
  color: var(--color-ink);
}
.components-list .row {
  display: grid;
  grid-template-columns: 24px 1fr 1fr 130px 110px;
  gap: 14px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--color-rule);
  align-items: center;
  font-size: 13.5px;
}
.components-list .row:last-child {
  border-bottom: 0;
}
.components-list .row:hover {
  background: rgba(30, 42, 94, 0.025);
}
.components-list .row .handle {
  color: var(--color-ink-faint);
  cursor: grab;
}
.components-list .row .name {
  font-weight: 500;
}
.components-list .row .grp {
  font-family: var(--font-label);
  font-size: 11px;
  color: var(--color-ink-faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-left: 10px;
}
.components-list .row .uptime {
  font-family: var(--font-label);
  font-size: 12px;
  color: var(--color-ink-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.terminal {
  background: var(--color-navy-deep);
  color: #dfe1ef;
  border-radius: 14px;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid var(--color-rule-strong);
  overflow: hidden;
  position: relative;
}
.terminal .titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  background: rgba(0, 0, 0, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
  color: #9aa1c0;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.terminal .titlebar .ok {
  color: #5ee2a0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.terminal .titlebar .ok .d {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #5ee2a0;
  box-shadow: 0 0 6px #5ee2a0;
}
.terminal .body {
  padding: 22px 26px;
}
.terminal .body .cmt {
  color: #7a7f93;
}
.terminal .body .v {
  color: #7aa2ff;
}
.terminal .body .s {
  color: #5ee2a0;
}
.terminal .body .block {
  margin-top: 6px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}
.dns-record {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--color-paper-deep);
  border: 1px solid var(--color-rule);
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  align-items: center;
}
.dns-record .dns-type {
  color: var(--color-ink-faint);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
}
.dns-record .dns-value {
  word-break: break-all;
  color: var(--color-ink);
}
.dns-record .copy-btn {
  background: var(--color-white);
  border: 1px solid var(--color-rule-strong);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  color: var(--color-ink-soft);
}
.dns-record .copy-btn:hover {
  color: var(--color-navy);
  border-color: var(--color-navy);
}
.dns-record.is-copied .copy-btn {
  color: var(--color-status-operational);
  border-color: var(--color-status-operational);
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 1rem;
  background: var(--color-paper-tint);
  border: 1px solid var(--color-rule);
  border-radius: 8px;
}
.filter-bar .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--font-label);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  background: var(--color-white);
  border: 1px solid var(--color-rule-strong);
  color: var(--color-ink-soft);
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
}
.filter-bar .chip.is-active {
  background: var(--color-navy);
  color: var(--color-white);
  border-color: var(--color-navy);
}
.filter-bar .search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-white);
  border: 1px solid var(--color-rule-strong);
  border-radius: 6px;
  padding: 4px 8px 4px 10px;
  font-size: 13px;
  min-width: 240px;
}
.filter-bar .search input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}
.md-preview {
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 6px;
  padding: 1rem;
  min-height: 8rem;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-ink);
}
.md-preview h1, .md-preview h2, .md-preview h3 {
  font-family: var(--font-display);
  font-weight: 500;
}
.md-preview p {
  margin-bottom: 0.75rem;
}
.md-preview code {
  font-family: var(--font-mono);
  font-size: 0.9em;
  background: var(--color-paper-tint);
  padding: 1px 4px;
  border-radius: 3px;
}
.md-preview pre {
  background: var(--color-paper-tint);
  padding: 0.75rem;
  border-radius: 6px;
  overflow-x: auto;
}
.md-preview a {
  color: var(--color-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.md-preview .preview-empty {
  color: var(--color-ink-faint);
  font-style: italic;
}
details.qa > summary, details.q > summary {
  list-style: none;
  cursor: pointer;
}
details.qa > summary::-webkit-details-marker, details.q > summary::-webkit-details-marker {
  display: none;
}
details.qa > summary .plus, details.q > summary .plus {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--color-paper-deep);
  position: relative;
  flex-shrink: 0;
  transition: background 150ms ease;
}
details.qa > summary .plus::before, details.qa > summary .plus::after, details.q > summary .plus::before, details.q > summary .plus::after {
  content: "";
  position: absolute;
  background: var(--color-ink-soft);
  left: 50%;
  top: 50%;
  transition: transform 250ms cubic-bezier(.2,.7,.2,1), background 150ms ease;
}
details.qa > summary .plus::before, details.q > summary .plus::before {
  width: 10px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
details.qa > summary .plus::after, details.q > summary .plus::after {
  width: 1.5px;
  height: 10px;
  transform: translate(-50%, -50%);
}
details.qa[open] > summary .plus, details.q[open] > summary .plus {
  background: var(--color-navy);
}
details.qa[open] > summary .plus::before, details.qa[open] > summary .plus::after, details.q[open] > summary .plus::before, details.q[open] > summary .plus::after {
  background: var(--color-white);
}
details.qa[open] > summary .plus::after, details.q[open] > summary .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cap-strip {
  padding: 22px 0;
  border-top: 1px solid var(--color-rule);
  border-bottom: 1px solid var(--color-rule);
  background: linear-gradient(180deg, rgba(30, 42, 94, 0.025), transparent);
}
.cap-strip .row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cap-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--color-ink-faint);
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cap-eyebrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: var(--color-navy);
}
.caps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}
.caps li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  font-size: 13.5px;
  color: var(--color-ink);
  font-weight: 500;
  border-right: 1px solid var(--color-rule);
  line-height: 1.2;
}
.caps li:last-child {
  border-right: 0;
  padding-right: 0;
}
.caps li svg {
  width: 15px;
  height: 15px;
  color: var(--color-navy);
  flex-shrink: 0;
}
@media (max-width: 980px) {
  .caps {
    justify-content: flex-start;
  }
  .caps li {
    padding: 6px 14px 6px 0;
    border-right: 0;
  }
  .caps li:first-child {
    padding-left: 0;
  }
  .cap-strip .row {
    gap: 14px;
  }
}
nav.marketing-main {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: saturate(1.2) blur(14px);
  -webkit-backdrop-filter: saturate(1.2) blur(14px);
  border-bottom: 1px solid var(--color-rule);
}
nav.marketing-main .row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.marketing-main .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: var(--color-ink);
}
nav.marketing-main .nav-links {
  display: flex;
  gap: 30px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--color-ink-soft);
}
nav.marketing-main .nav-links a {
  position: relative;
  padding: 6px 0;
  text-decoration: none;
  color: inherit;
}
nav.marketing-main .nav-links a:hover {
  color: var(--color-ink);
}
nav.marketing-main .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: var(--color-navy);
  transition: width 200ms ease;
}
nav.marketing-main .nav-links a:hover::after {
  width: 100%;
}
@media (max-width: 880px) {
  nav.marketing-main .nav-links {
    display: none;
  }
}
.hero {
  position: relative;
  padding: 80px 0 96px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(900px 500px at 0% 0%, rgba(30, 42, 94, 0.14), transparent 60%), radial-gradient(700px 460px at 100% 10%, rgba(30, 42, 94, 0.08), transparent 60%);
}
.hero .grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(10, 13, 31, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 13, 31, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at top, black 30%, transparent 70%);
  z-index: 0;
}
.hero .container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.hero .row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1080px) {
  .hero .row {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.hero h1 {
  font-size: clamp(40px, 5.6vw, 80px);
  margin: 24px 0 28px;
}
.hero .subtle {
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--color-ink-soft);
  max-width: 520px;
  line-height: 1.55;
}
.hero .ctas {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero .ctas .btn {
  padding: 13px 20px;
  font-size: 15px;
  border-radius: 10px;
}
.hero .note {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--color-ink-faint);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}
.hero-stats {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 560px;
}
.hero-stats .stat-x .v {
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 500;
}
.hero-stats .stat-x .l {
  font-size: 13px;
  color: var(--color-ink-faint);
  margin-top: 4px;
  line-height: 1.4;
}
.hero-card {
  position: relative;
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: var(--shadow-paper-lg);
  overflow: hidden;
  transform: rotate(0.4deg);
  transition: transform 400ms ease;
}
.hero-card:hover {
  transform: rotate(0);
}
.hero-card .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-rule);
  background: linear-gradient(180deg, var(--color-paper), var(--color-white));
}
.hero-card .dots {
  display: flex;
  gap: 6px;
}
.hero-card .dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(10, 13, 31, 0.08);
}
.hero-card .url {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--color-ink-faint);
  background: rgba(10, 13, 31, 0.04);
  padding: 4px 10px;
  border-radius: 6px;
}
.hero-card .body {
  padding: 28px;
}
.status-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.10), rgba(22, 163, 74, 0.04));
  border: 1px solid rgba(22, 163, 74, 0.25);
  color: #0f7c39;
  font-weight: 500;
}
.three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 980px) {
  .three {
    grid-template-columns: 1fr;
  }
}
.feat {
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 18px;
  padding: 32px;
  transition: all 250ms ease;
  position: relative;
  overflow: hidden;
}
.feat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(400px 200px at 100% 0%, rgba(30, 42, 94, 0.06), transparent 60%);
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}
.feat:hover {
  border-color: var(--color-rule-strong);
  transform: translateY(-2px);
  box-shadow: var(--shadow-paper-md);
}
.feat:hover::before {
  opacity: 1;
}
.feat .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.feat .num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  color: var(--color-navy);
  opacity: 0.7;
}
.feat h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.feat p {
  color: var(--color-ink-soft);
  line-height: 1.6;
  margin: 0;
}
.feat ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  font-size: 14px;
}
.feat ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px dashed var(--color-rule);
  color: var(--color-ink-soft);
}
.feat ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.feat ul li::before {
  content: "";
  width: 14px;
  height: 1.5px;
  background: var(--color-navy);
  flex-shrink: 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 880px) {
  .section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section-head h2 {
  font-size: clamp(30px, 3.6vw, 52px);
  margin: 14px 0 0;
}
.section-head .lede {
  color: var(--color-ink-soft);
  font-size: 17px;
  line-height: 1.6;
  max-width: 46ch;
}
.uc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 880px) {
  .uc-grid {
    grid-template-columns: 1fr;
  }
}
.uc {
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 18px;
  padding: 32px;
  transition: all 250ms ease;
}
.uc:hover {
  border-color: var(--color-ink);
  box-shadow: var(--shadow-paper-md);
}
.uc .tag {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-navy);
  font-weight: 500;
}
.uc h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 14px 0 12px;
}
.uc p {
  margin: 0;
  color: var(--color-ink-soft);
  line-height: 1.6;
}
.uc blockquote {
  margin: 20px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--color-navy);
  font-family: var(--font-display);
  font-style: italic;
  color: var(--color-navy);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 60px;
}
@media (max-width: 880px) {
  .pricing {
    grid-template-columns: 1fr;
  }
}
.price-card {
  background: var(--color-white);
  border: 1px solid var(--color-rule);
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.price-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-paper-md);
}
.price-card .name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.01em;
}
.price-card .price {
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 24px 0 6px;
}
.price-card .price .s {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--color-ink-faint);
  font-weight: 400;
  letter-spacing: 0;
}
.price-card .desc {
  color: var(--color-ink-soft);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0 0 28px;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  font-size: 14px;
  color: var(--color-ink-soft);
  flex: 1;
}
.price-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
}
.price-card ul li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--color-navy);
}
.price-card.featured {
  background: linear-gradient(160deg, var(--color-navy) 0%, var(--color-navy-deep) 100%);
  color: var(--color-white);
  border-color: transparent;
  position: relative;
}
.price-card.featured::after {
  content: "Most chosen";
  position: absolute;
  top: -12px;
  right: 24px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--color-white);
  color: var(--color-navy);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--color-rule);
}
.price-card.featured .desc {
  color: rgba(255, 255, 255, 0.75);
}
.price-card.featured ul {
  color: rgba(255, 255, 255, 0.85);
}
.price-card.featured ul li svg {
  color: var(--color-navy-300);
}
.price-card.featured .price .s {
  color: rgba(255, 255, 255, 0.6);
}
.price-card .btn {
  justify-content: center;
}
.cta-final {
  position: relative;
  border-radius: 24px;
  background: linear-gradient(160deg, var(--color-navy) 0%, var(--color-navy-deep) 80%);
  color: var(--color-white);
  padding: 80px 60px;
  overflow: hidden;
  box-shadow: var(--shadow-paper-lg);
}
.cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 400px at 110% -10%, rgba(154, 161, 192, 0.20), transparent 60%), radial-gradient(500px 360px at -10% 110%, rgba(154, 161, 192, 0.16), transparent 60%);
  pointer-events: none;
}
.cta-final .inner {
  position: relative;
  max-width: 640px;
}
.cta-final h2 {
  font-size: clamp(34px, 4.2vw, 60px);
  color: var(--color-white);
  margin: 14px 0 22px;
}
.cta-final h2 em {
  color: var(--color-navy-300);
}
.cta-final p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.6;
  max-width: 460px;
}
.cta-final .ctas {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cta-final .btn-primary {
  background: var(--color-white);
  color: var(--color-navy-deep);
}
.cta-final .btn-primary:hover {
  background: var(--color-paper-tint);
}
.cta-final .btn-secondary {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.25);
}
.cta-final .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-white);
}
@media (max-width: 760px) {
  .cta-final {
    padding: 48px 28px;
  }
}
.auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 880px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }
}
.auth-poster {
  background: linear-gradient(160deg, var(--color-navy) 0%, var(--color-navy-deep) 100%);
  color: var(--color-white);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.auth-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 480px at 110% 0%, rgba(154, 161, 192, 0.20), transparent 60%), radial-gradient(500px 360px at -10% 110%, rgba(154, 161, 192, 0.14), transparent 60%);
  pointer-events: none;
}
.auth-poster .brand-row, .auth-poster .pitch, .auth-poster .footer {
  position: relative;
}
.auth-poster .pitch {
  max-width: 460px;
  margin-top: 60px;
}
.auth-poster .pitch h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(34px, 3.8vw, 52px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 18px;
}
.auth-poster .pitch h2 em {
  font-style: italic;
  color: var(--color-navy-300);
  font-weight: 400;
}
.auth-poster .pitch p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.6;
}
.auth-poster .footer {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.05em;
}
@media (max-width: 880px) {
  .auth-poster {
    display: none;
  }
}
.auth-pane {
  background: var(--color-paper);
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-card {
  width: 100%;
  max-width: 420px;
}
.auth-card h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 8px;
}
.auth-card .sub {
  color: var(--color-ink-soft);
  font-size: 15px;
  margin: 0 0 28px;
}
.auth-card .form-foot {
  margin-top: 18px;
  font-size: 14px;
  color: var(--color-ink-soft);
  text-align: center;
}
.auth-card .form-foot a {
  color: var(--color-navy);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@supports (animation-timeline: view()) {
  .reveal {
    animation: reveal linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
  }
}
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.enter > * {
  opacity: 0;
  transform: translateY(10px);
  animation: enterIn 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.enter > *:nth-child(1) {
  animation-delay: 0.05s;
}
.enter > *:nth-child(2) {
  animation-delay: 0.18s;
}
.enter > *:nth-child(3) {
  animation-delay: 0.32s;
}
.enter > *:nth-child(4) {
  animation-delay: 0.46s;
}
.enter > *:nth-child(5) {
  animation-delay: 0.60s;
}
.enter > *:nth-child(6) {
  animation-delay: 0.72s;
}
@keyframes enterIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .enter > *, .reveal, .live-dot::after, .live .dot::after {
    animation: none !important;
  }
  .enter > * {
    opacity: 1;
    transform: none;
  }
}
.section-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  color: var(--color-navy);
  opacity: 0.4;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.layer-rule {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  width: 28px;
}
.layer-rule::before, .layer-rule::after, .layer-rule > span {
  content: "";
  display: block;
  height: 2px;
  background: var(--color-navy);
}
.layer-rule > span {
  width: 60%;
}
.prose {
  color: var(--color-ink-soft);
  line-height: 1.7;
  font-size: 16px;
}
.prose h1, .prose h2, .prose h3 {
  font-family: var(--font-display);
  color: var(--color-ink);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-top: 1.5em;
}
.prose h1 {
  font-size: 32px;
  margin-top: 0;
}
.prose h2 {
  font-size: 24px;
}
.prose h3 {
  font-size: 18px;
}
.prose p {
  margin: 0 0 1em;
}
.prose ul, .prose ol {
  padding-left: 1.2em;
  margin: 0 0 1em;
}
.prose li {
  margin-bottom: 0.35em;
}
.prose a {
  color: var(--color-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose strong {
  color: var(--color-ink);
}
.prose code {
  font-family: var(--font-mono);
  font-size: 0.9em;
  background: var(--color-paper-tint);
  padding: 1px 5px;
  border-radius: 3px;
}
.account-subnav {
  display: flex;
  gap: 4px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--color-rule);
  margin-bottom: 28px;
  overflow-x: auto;
}
.account-subnav a {
  padding: 8px 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--color-ink-soft);
  text-decoration: none;
  border-radius: 7px;
  white-space: nowrap;
  transition: background 120ms ease, color 120ms ease;
}
.account-subnav a:hover {
  background: rgba(10, 13, 31, 0.04);
  color: var(--color-ink);
}
.account-subnav a.is-active {
  background: var(--color-navy);
  color: var(--color-white);
}
.sub-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.sub-status .d {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}
.sub-status.active {
  color: var(--color-status-operational);
  background: rgba(22, 163, 74, 0.10);
}
.sub-status.trialing {
  color: var(--color-status-maintenance);
  background: rgba(37, 99, 235, 0.10);
}
.sub-status.past_due {
  color: var(--color-status-degraded);
  background: rgba(245, 158, 11, 0.12);
}
.sub-status.canceled, .sub-status.unpaid {
  color: var(--color-status-major);
  background: rgba(220, 38, 38, 0.10);
}
.sub-status.none {
  color: var(--color-ink-soft);
  background: rgba(10, 13, 31, 0.06);
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
