@charset "UTF-8";

/* src/styles.scss */
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans: "Inter", sans-serif;
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --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-nexus-cyan: #00e5ff;
    --color-nexus-pink: #ff00ea;
    --color-nexus-purple: #7702FF;
    --color-nexus-dark: #11111c;
    --color-nexus-glass: rgba(17, 17, 28, 0.55);
    --color-nexus-panel: #20202c;
  }
}
@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)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-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;
  }
  .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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[2px\] {
    top: 2px;
  }
  .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-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .z-\[80\] {
    z-index: 80;
  }
  .z-\[90\] {
    z-index: 90;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .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-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .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);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .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-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .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-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .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-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-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[22\%\] {
    width: 22%;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[560px\] {
    width: 560px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[92vw\] {
    max-width: 92vw;
  }
  .max-w-\[94vw\] {
    max-width: 94vw;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .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-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-48 {
    min-width: calc(var(--spacing) * 48);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-x-0\.5 {
    --tw-translate-x: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * 4);
    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);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .list-none {
    list-style-type: none;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .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-\[140px_1fr\] {
    grid-template-columns: 140px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .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);
  }
  :where(.space-y-0\.5 > :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)));
  }
  :where(.space-y-1 > :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)));
  }
  :where(.space-y-1\.5 > :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)));
  }
  :where(.space-y-2 > :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)));
  }
  :where(.space-y-3 > :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)));
  }
  :where(.space-y-4 > :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)));
  }
  :where(.space-y-5 > :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)));
  }
  :where(.space-y-6 > :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)));
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  :where(.divide-y > :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)));
  }
  .self-start {
    align-self: flex-start;
  }
  .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: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .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-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-\[rgba\(0\,255\,136\,0\.3\)\] {
    border-color: rgba(0, 255, 136, 0.3);
  }
  .border-\[rgba\(255\,51\,102\,0\.3\)\] {
    border-color: rgba(255, 51, 102, 0.3);
  }
  .border-\[var\(--nexus-border\)\] {
    border-color: var(--nexus-border);
  }
  .border-\[var\(--nexus-cyan\)\] {
    border-color: var(--nexus-cyan);
  }
  .border-amber-400\/30 {
    border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-amber-400\/30 {
      border-color: color-mix(in oklab, var(--color-amber-400) 30%, transparent);
    }
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-nexus-cyan {
    border-color: var(--color-nexus-cyan);
  }
  .border-nexus-pink {
    border-color: var(--color-nexus-pink);
  }
  .border-nexus-purple {
    border-color: var(--color-nexus-purple);
  }
  .border-red-500\/40 {
    border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-red-500\/40 {
      border-color: color-mix(in oklab, var(--color-red-500) 40%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-\[\#0d1f15\] {
    background-color: #0d1f15;
  }
  .bg-\[\#1f0d13\] {
    background-color: #1f0d13;
  }
  .bg-\[var\(--nexus-panel\)\] {
    background-color: var(--nexus-panel);
  }
  .bg-\[var\(--nexus-surface\)\] {
    background-color: var(--nexus-surface);
  }
  .bg-amber-900\/10 {
    background-color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-900\/10 {
      background-color: color-mix(in oklab, var(--color-amber-900) 10%, transparent);
    }
  }
  .bg-amber-900\/20 {
    background-color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-900\/20 {
      background-color: color-mix(in oklab, var(--color-amber-900) 20%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      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)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/70 {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-neutral-600 {
    background-color: var(--color-neutral-600);
  }
  .bg-neutral-700 {
    background-color: var(--color-neutral-700);
  }
  .bg-nexus-dark {
    background-color: var(--color-nexus-dark);
  }
  .bg-nexus-panel {
    background-color: var(--color-nexus-panel);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .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);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.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-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .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-\[1px\] {
    padding-block: 1px;
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .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-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .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-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-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-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11\.5px\] {
    font-size: 11.5px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12\.5px\] {
    font-size: 12.5px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .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-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-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;
  }
  .text-\[var\(--nexus-cyan\)\] {
    color: var(--nexus-cyan);
  }
  .text-\[var\(--nexus-green\)\] {
    color: var(--nexus-green);
  }
  .text-\[var\(--nexus-red\)\] {
    color: var(--nexus-red);
  }
  .text-\[var\(--nexus-text\)\] {
    color: var(--nexus-text);
  }
  .text-\[var\(--nexus-text-dim\)\] {
    color: var(--nexus-text-dim);
  }
  .text-\[var\(--nexus-text-muted\)\] {
    color: var(--nexus-text-muted);
  }
  .text-amber-400 {
    color: var(--color-amber-400);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-nexus-cyan {
    color: var(--color-nexus-cyan);
  }
  .text-nexus-pink {
    color: var(--color-nexus-pink);
  }
  .text-nexus-purple {
    color: var(--color-nexus-purple);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .accent-\[var\(--nexus-cyan\)\] {
    accent-color: var(--nexus-cyan);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-\[0\.65\] {
    opacity: 0.65;
  }
  .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-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);
  }
  .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-\[var\(--nexus-cyan\)\] {
    --tw-ring-color: var(--nexus-cyan);
  }
  .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-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-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-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));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  @media (hover: hover) {
    .hover\:scale-\[1\.01\]:hover {
      scale: 1.01;
    }
  }
  @media (hover: hover) {
    .hover\:bg-nexus-glass:hover {
      background-color: var(--color-nexus-glass);
    }
  }
  @media (hover: hover) {
    .hover\:bg-red-500\/10:hover {
      background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-red-500\/10:hover {
        background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-white\/5:hover {
      background-color: color-mix(in srgb, #fff 5%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/5:hover {
        background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-white\/\[0\.02\]:hover {
      background-color: color-mix(in srgb, #fff 2%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/\[0\.02\]:hover {
        background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:text-red-400:hover {
      color: var(--color-red-400);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: 70%;
    }
  }
  @media (hover: hover) {
    .hover\:opacity-75:hover {
      opacity: 75%;
    }
  }
  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
  }
  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
  }
  @media (hover: hover) {
    .hover\:brightness-125:hover {
      --tw-brightness: brightness(125%);
      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,);
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --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);
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-40:disabled {
    opacity: 40%;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  @media (width >= 40rem) {
    .sm\:inline {
      display: inline;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-auto {
      width: auto;
    }
  }
  @media (width >= 40rem) {
    .sm\:max-w-\[260px\] {
      max-width: 260px;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-center {
      justify-content: center;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
html {
  scroll-behavior: smooth;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes sequence-blink {
  0% {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    transform: scale(0.8);
  }
  10%, 20% {
    background-color: var(--glow-color);
    box-shadow: 0 0 12px var(--glow-color);
    transform: scale(1.1);
  }
  33%, 100% {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    transform: scale(0.8);
  }
}
:root {
  --nexus-bg: #11111c;
  --nexus-surface: #181822;
  --nexus-panel: #20202c;
  --nexus-panel-2: #262633;
  --nexus-border: rgba(255, 255, 255, 0.10);
  --nexus-border-glow: rgba(0, 229, 255, 0.35);
  --nexus-cyan: #00e5ff;
  --nexus-cyan-dim: rgba(0, 229, 255, 0.15);
  --nexus-cyan-glow: 0 0 12px rgba(0, 229, 255, 0.4);
  --nexus-cyan-ink: oklch(82% 0.12 200);
  --nexus-green: #00ff88;
  --nexus-green-dim: rgba(0, 255, 136, 0.15);
  --nexus-green-glow: 0 0 10px rgba(0, 255, 136, 0.35);
  --nexus-red: #ff3366;
  --nexus-red-dim: rgba(255, 51, 102, 0.15);
  --nexus-red-glow: 0 0 10px rgba(255, 51, 102, 0.35);
  --nexus-yellow: #ffd600;
  --nexus-yellow-dim: rgba(255, 214, 0, 0.15);
  --nexus-orange: #ff8c00;
  --nexus-orange-dim: rgba(255, 140, 0, 0.15);
  --nexus-purple: #a855f7;
  --nexus-purple-dim: rgba(168, 85, 247, 0.15);
  --nexus-pink: #ff00ea;
  --nexus-pink-dim: rgba(255, 0, 234, 0.15);
  --nexus-text: rgba(255, 255, 255, 0.95);
  --nexus-text-muted: rgba(255, 255, 255, 0.72);
  --nexus-text-dim: rgba(255, 255, 255, 0.55);
  --nexus-danger: var(--nexus-red);
  --nexus-danger-bg: rgba(255, 51, 102, 0.15);
  --nexus-warning: var(--nexus-yellow);
  --nexus-warning-bg: rgba(255, 214, 0, 0.15);
  --nexus-warning-border: rgba(255, 214, 0, 0.3);
  --nexus-bg-subtle: rgba(255, 255, 255, 0.04);
  --badge-blue-fg: #60a5fa;
  --badge-amber-fg: #f59e0b;
  --badge-green-fg: #4ade80;
  --badge-gray-fg: #9ca3af;
  --badge-purple-fg: #c084fc;
  --badge-yellow-fg: #ffd600;
  --badge-red-fg: #ff3366;
  --badge-orange-fg: #ff8c00;
  --nexus-selection-bg: rgba(0, 229, 255, 0.20);
  --nexus-selection-fg: #ffffff;
  --nexus-glass: rgba(17, 17, 28, 0.55);
  --nexus-glass-strong: rgba(17, 17, 28, 0.78);
  --nexus-glass-soft: rgba(17, 17, 28, 0.38);
  --nexus-glass-border: rgba(255, 255, 255, 0.10);
  --nexus-glass-border-cyan: rgba(0, 229, 255, 0.22);
  --nexus-glass-blur: none;
  --nexus-glass-blur-soft: blur(12px) saturate(140%);
  --nexus-glass-glow-cyan: inset 0 -1px 0 rgba(0, 229, 255, 0.10);
  --nexus-glass-glow-top: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --nexus-scrollbar-thumb: rgba(255, 255, 255, 0.12);
  --nexus-scrollbar-thumb-hover: rgba(0, 229, 255, 0.4);
  --nexus-toggle-track: rgba(255, 255, 255, 0.06);
  --nexus-toggle-track-border: rgba(255, 255, 255, 0.14);
  --nexus-toggle-thumb-off: rgba(255, 255, 255, 0.30);
}
html.dark-glass {
  --nexus-surface: rgba(13, 13, 18, 0.65);
  --nexus-panel: rgba(7, 7, 11, 0.70);
  --nexus-border: rgba(255, 255, 255, 0.072);
  --nexus-glass-blur: blur(20px) saturate(160%);
}
html.dark-glass body {
  background:
    radial-gradient(
      800px 520px at 20% 12%,
      rgba(168, 85, 247, 0.086),
      transparent 65%),
    radial-gradient(
      700px 480px at 82% 35%,
      rgba(0, 255, 136, 0.055),
      transparent 70%),
    radial-gradient(
      500px 380px at 60% 95%,
      rgba(168, 85, 247, 0.043),
      transparent 70%),
    #07070a;
}
html.dark-glass .nx-card {
  background: rgba(7, 7, 11, 0.703);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-color: rgba(255, 255, 255, 0.072);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px -14px rgba(0, 0, 0, 0.58);
}
html.dark-glass .nx-card-glow {
  background: rgba(7, 7, 11, 0.724);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-color: rgba(0, 229, 255, 0.226);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(0, 229, 255, 0.062),
    0 24px 60px -16px rgba(0, 0, 0, 0.63);
}
html.light-flat {
  --nexus-bg: #f5f4f8;
  --nexus-surface: #ffffff;
  --nexus-panel: #f9f8fc;
  --color-nexus-panel: #f9f8fc;
  --nexus-panel-2: #f3f2f7;
  --nexus-border: rgba(20, 15, 35, 0.10);
  --nexus-border-glow: rgba(0, 150, 180, 0.32);
  --nexus-cyan: #0096b4;
  --nexus-cyan-ink: oklch(46% 0.14 210);
  --nexus-cyan-dim: rgba(0, 150, 180, 0.12);
  --nexus-cyan-glow: 0 0 12px rgba(0, 150, 180, 0.28);
  --nexus-text: rgba(20, 15, 35, 0.92);
  --nexus-text-muted: rgba(20, 15, 35, 0.62);
  --nexus-text-dim: rgba(20, 15, 35, 0.42);
  --nexus-green: #00a655;
  --nexus-green-dim: rgba(0, 166, 85, 0.14);
  --nexus-red: #d61f4a;
  --nexus-red-dim: rgba(214, 31, 74, 0.10);
  --nexus-yellow: #b27e00;
  --nexus-yellow-dim: rgba(178, 126, 0, 0.14);
  --nexus-orange: #c4690a;
  --nexus-orange-dim: rgba(196, 105, 10, 0.12);
  --nexus-purple: #8038e8;
  --nexus-purple-dim: rgba(128, 56, 232, 0.12);
  --badge-blue-fg: #1d4ed8;
  --badge-amber-fg: #9a5b00;
  --badge-green-fg: #12703a;
  --badge-gray-fg: #4b5563;
  --badge-purple-fg: #7e22ce;
  --badge-yellow-fg: #7a5200;
  --badge-red-fg: #b3163e;
  --badge-orange-fg: #9a5108;
  --nexus-selection-fg: #10242b;
  --nexus-glass: rgba(255, 255, 255, 0.94);
  --nexus-glass-strong: rgba(255, 255, 255, 0.97);
  --nexus-glass-soft: rgba(255, 255, 255, 0.82);
  --nexus-glass-border: rgba(20, 15, 35, 0.10);
  --nexus-glass-border-cyan: rgba(0, 150, 180, 0.28);
  --nexus-glass-glow-top: inset 0 1px 0 rgba(255, 255, 255, 0.70);
  --nexus-glass-glow-cyan: inset 0 -1px 0 rgba(0, 150, 180, 0.12);
  --nexus-glass-blur: none;
  --nexus-scrollbar-thumb: rgba(0, 0, 0, 0.15);
  --nexus-scrollbar-thumb-hover: rgba(0, 150, 180, 0.55);
  --nexus-toggle-track: rgba(20, 15, 35, 0.08);
  --nexus-toggle-track-border: rgba(20, 15, 35, 0.22);
  --nexus-toggle-thumb-off: rgba(20, 15, 35, 0.35);
}
html.light-flat body {
  background: var(--nexus-bg);
}
html.light-glass {
  --nexus-bg: #f5f4f8;
  --nexus-surface: rgba(255, 255, 255, 0.72);
  --nexus-panel: rgba(255, 255, 255, 0.72);
  --color-nexus-panel: rgba(255, 255, 255, 0.72);
  --nexus-panel-2: rgba(250, 250, 253, 0.80);
  --nexus-border: rgba(20, 15, 35, 0.10);
  --nexus-border-glow: rgba(0, 150, 180, 0.32);
  --nexus-cyan: #0096b4;
  --nexus-cyan-ink: oklch(46% 0.14 210);
  --nexus-cyan-dim: rgba(0, 150, 180, 0.12);
  --nexus-cyan-glow: 0 0 12px rgba(0, 150, 180, 0.28);
  --nexus-text: rgba(20, 15, 35, 0.92);
  --nexus-text-muted: rgba(20, 15, 35, 0.62);
  --nexus-text-dim: rgba(20, 15, 35, 0.42);
  --nexus-green: #00a655;
  --nexus-green-dim: rgba(0, 166, 85, 0.14);
  --nexus-red: #d61f4a;
  --nexus-red-dim: rgba(214, 31, 74, 0.10);
  --nexus-yellow: #b27e00;
  --nexus-yellow-dim: rgba(178, 126, 0, 0.14);
  --nexus-orange: #c4690a;
  --nexus-orange-dim: rgba(196, 105, 10, 0.12);
  --nexus-purple: #8038e8;
  --nexus-purple-dim: rgba(128, 56, 232, 0.12);
  --badge-blue-fg: #1d4ed8;
  --badge-amber-fg: #9a5b00;
  --badge-green-fg: #12703a;
  --badge-gray-fg: #4b5563;
  --badge-purple-fg: #7e22ce;
  --badge-yellow-fg: #7a5200;
  --badge-red-fg: #b3163e;
  --badge-orange-fg: #9a5108;
  --nexus-selection-fg: #10242b;
  --nexus-glass: rgba(255, 255, 255, 0.72);
  --nexus-glass-strong: rgba(255, 255, 255, 0.90);
  --nexus-glass-soft: rgba(255, 255, 255, 0.60);
  --nexus-glass-border: rgba(20, 15, 35, 0.10);
  --nexus-glass-border-cyan: rgba(0, 150, 180, 0.28);
  --nexus-glass-blur: blur(20px) saturate(160%);
  --nexus-glass-blur-soft: blur(12px) saturate(140%);
  --nexus-glass-glow-top: inset 0 1px 0 rgba(255, 255, 255, 0.70);
  --nexus-glass-glow-cyan: inset 0 -1px 0 rgba(0, 150, 180, 0.12);
  --nexus-scrollbar-thumb: rgba(0, 0, 0, 0.15);
  --nexus-scrollbar-thumb-hover: rgba(0, 150, 180, 0.55);
  --nexus-toggle-track: rgba(20, 15, 35, 0.08);
  --nexus-toggle-track-border: rgba(20, 15, 35, 0.22);
  --nexus-toggle-thumb-off: rgba(20, 15, 35, 0.35);
}
html.light-glass body {
  background:
    radial-gradient(
      800px 520px at 18% 10%,
      rgba(128, 56, 232, 0.19),
      transparent 65%),
    radial-gradient(
      700px 480px at 82% 30%,
      rgba(0, 200, 140, 0.15),
      transparent 70%),
    radial-gradient(
      500px 380px at 60% 95%,
      rgba(128, 56, 232, 0.13),
      transparent 70%),
    #f4f0fb;
}
html.light-glass .nx-card {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-color: rgba(20, 15, 35, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 18px 40px -14px rgba(60, 40, 110, 0.22);
}
html.light-glass .nx-card-glow {
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-color: rgba(0, 150, 180, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(0, 150, 180, 0.11),
    0 24px 60px -16px rgba(60, 40, 110, 0.26);
}
html.light-flat select.nx-input,
html.light-glass select.nx-input {
  color-scheme: light;
}
@layer base {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    border-color: var(--nexus-border);
  }
  html,
  body {
    margin: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    padding: calc(var(--spacing) * 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--nexus-text);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }
  body {
    background:
      radial-gradient(
        1200px 800px at 18% 12%,
        rgba(0, 229, 255, 0.07),
        transparent 55%),
      radial-gradient(
        900px 700px at 88% 30%,
        rgba(168, 85, 247, 0.07),
        transparent 60%),
      radial-gradient(
        700px 600px at 70% 80%,
        rgba(255, 0, 234, 0.04),
        transparent 65%),
      radial-gradient(
        800px 600px at 30% 95%,
        rgba(0, 229, 255, 0.04),
        transparent 70%),
      var(--nexus-bg);
    min-height: 100vh;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--nexus-scrollbar-thumb);
    border-radius: 2px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--nexus-scrollbar-thumb-hover);
  }
  ::selection {
    background: var(--nexus-selection-bg);
    color: var(--nexus-selection-fg);
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}
@layer components {
  .nx-card {
    background: var(--nexus-panel);
    border: 1px solid var(--nexus-border);
    border-radius: 8px;
    padding: 1.25rem;
  }
  .nx-card-glow {
    background: var(--nexus-panel);
    border: 1px solid var(--nexus-border-glow);
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.08) inset;
  }
  .nx-input {
    background: var(--nexus-surface);
    border: 1px solid var(--nexus-border);
    border-radius: 6px;
    padding: 0.5rem 0.875rem;
    color: var(--nexus-text);
    font-size: 15px;
    width: 100%;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    outline: none;
  }
  .nx-input::placeholder {
    color: var(--nexus-text-dim);
  }
  .nx-input:focus {
    border-color: var(--nexus-cyan);
    box-shadow: var(--nexus-cyan-glow);
  }
  input[type=number].nx-input {
    -moz-appearance: textfield;
  }
  input[type=number].nx-input::-webkit-outer-spin-button,
  input[type=number].nx-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  select.nx-input {
    appearance: none;
    color-scheme: dark;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2.25rem;
    cursor: pointer;
  }
  select.nx-input option {
    background: var(--nexus-panel);
    color: var(--nexus-text);
  }
  .nx-btn,
  .nx-btn-danger-ghost,
  .nx-btn-danger,
  .nx-btn-ghost,
  .nx-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1.125rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.15s ease;
    white-space: nowrap;
    outline: none;
  }
  .nx-btn-primary {
    background: var(--nexus-cyan);
    color: #000;
  }
  .nx-btn-primary:hover {
    filter: brightness(1.1);
    box-shadow: var(--nexus-cyan-glow);
  }
  .nx-btn-primary:active {
    filter: brightness(0.9);
  }
  .nx-btn-primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .nx-btn-ghost {
    background: transparent;
    color: var(--nexus-text-muted);
    border: 1px solid var(--nexus-border);
  }
  .nx-btn-ghost:hover {
    border-color: var(--nexus-cyan);
    color: var(--nexus-cyan);
  }
  .nx-btn-ghost:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .nx-unbutton {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    cursor: pointer;
  }
  .nx-unbutton-plain {
    appearance: none;
    font: inherit;
    color: inherit;
    text-align: inherit;
    cursor: pointer;
  }
  .nx-rowclick {
    position: relative;
  }
  .nx-rowclick-trigger::after {
    content: "";
    position: absolute;
    inset: 0;
  }
  .nx-rowclick :is(a, button, input, select, textarea, label, [tabindex]):not(.nx-rowclick-trigger) {
    position: relative;
    z-index: 1;
  }
  .nx-btn-danger {
    background: var(--nexus-red-dim);
    color: var(--nexus-red);
    border: 1px solid rgba(255, 51, 102, 0.3);
  }
  .nx-btn-danger:hover {
    background: rgba(255, 51, 102, 0.25);
    box-shadow: var(--nexus-red-glow);
  }
  .nx-btn-danger:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .nx-btn-danger-ghost {
    background: transparent;
    color: var(--nexus-red);
    border: 1px solid rgba(255, 51, 102, 0.3);
  }
  .nx-btn-danger-ghost:hover {
    background: rgba(255, 51, 102, 0.08);
  }
  .nx-btn-danger-ghost:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .nx-btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
  }
  input[type=checkbox].nx-toggle {
    display: none;
  }
  input[type=checkbox].nx-toggle + label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  input[type=checkbox].nx-toggle + label .nx-toggle-track {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 15px;
    border-radius: 8px;
    background: var(--nexus-toggle-track);
    border: 1.5px solid var(--nexus-toggle-track-border);
    transition:
      background 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  input[type=checkbox].nx-toggle + label .nx-toggle-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--nexus-toggle-thumb-off);
    transition:
      left 0.2s,
      background 0.2s,
      box-shadow 0.2s;
  }
  input[type=checkbox].nx-toggle:checked + label .nx-toggle-track {
    background: rgba(0, 229, 255, 0.18);
    border-color: var(--nexus-cyan);
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.25);
  }
  input[type=checkbox].nx-toggle:checked + label .nx-toggle-thumb {
    left: 13px;
    background: var(--nexus-cyan);
    box-shadow: 0 0 6px rgba(0, 229, 255, 0.7);
  }
  input[type=checkbox].nx-toggle:disabled + label {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .nx-badge,
  .nx-badge-purple,
  .nx-badge-orange,
  .nx-badge-gray,
  .nx-badge-yellow,
  .nx-badge-cyan,
  .nx-badge-red,
  .nx-badge-green {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.1875rem 0.5625rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .nx-badge-green {
    background: var(--nexus-green-dim);
    color: var(--nexus-green);
  }
  .nx-badge-red {
    background: var(--nexus-red-dim);
    color: var(--nexus-red);
  }
  .nx-badge-cyan {
    background: var(--nexus-cyan-dim);
    color: var(--nexus-cyan);
  }
  .nx-badge-yellow {
    background: var(--nexus-yellow-dim);
    color: var(--nexus-yellow);
  }
  .nx-badge-gray {
    background: rgba(255, 255, 255, 0.07);
    color: var(--nexus-text-muted);
  }
  .nx-badge-orange {
    background: var(--nexus-orange-dim);
    color: var(--nexus-orange);
  }
  .nx-badge-purple {
    background: var(--nexus-purple-dim);
    color: var(--nexus-purple);
  }
  .nx-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nexus-text-muted);
    margin-bottom: 0.375rem;
  }
  .nx-field {
    display: flex;
    flex-direction: column;
  }
  .nx-field .nx-label {
    margin-bottom: 0.3rem;
  }
  .nx-field--full {
    grid-column: 1/-1;
  }
  .nx-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  @media (max-width: 639px) {
    .nx-form-grid {
      grid-template-columns: 1fr;
    }
  }
  .nx-hint {
    margin-top: 0.3rem;
    font-size: 0.6875rem;
    color: var(--nexus-text-dim);
    line-height: 1.4;
  }
  .nx-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .nx-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
  }
  .nx-table th {
    text-align: left;
    padding: 0.625rem 1rem;
    font-family: var(--font-mono, "JetBrains Mono", monospace);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nexus-text-muted);
    border-bottom: 1px solid var(--nexus-border);
  }
  .nx-table td {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    color: var(--nexus-text);
    vertical-align: middle;
  }
  .nx-table tr:last-child td {
    border-bottom: none;
  }
  .nx-table tr:hover td {
    background: rgba(255, 255, 255, 0.025);
  }
  .nx-th-sort {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-align: inherit;
    cursor: pointer;
  }
  .nx-th-sort:hover {
    color: var(--nexus-text);
  }
  .nx-th-sort:focus-visible {
    outline: 2px solid var(--nexus-cyan);
    outline-offset: 2px;
    border-radius: 2px;
  }
  .nx-th-caret {
    font-size: 0.625rem;
    line-height: 1;
    opacity: 0.35;
  }
  .nx-th-caret.nx-th-caret--active {
    opacity: 1;
    color: var(--nexus-cyan);
  }
  .nx-mono {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.75rem;
    color: var(--nexus-cyan-ink, var(--nexus-cyan));
  }
  .nx-prose p {
    margin: 0 0 0.5em;
  }
  .nx-prose p:last-child {
    margin-bottom: 0;
  }
  .nx-prose h1,
  .nx-prose h2,
  .nx-prose h3,
  .nx-prose h4 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0.75em 0 0.35em;
    color: var(--nexus-text);
  }
  .nx-prose h1 {
    font-size: 1.1em;
  }
  .nx-prose h2 {
    font-size: 1em;
  }
  .nx-prose h3,
  .nx-prose h4 {
    font-size: 0.9em;
  }
  .nx-prose ul,
  .nx-prose ol {
    padding-left: 1.25em;
    margin: 0.35em 0;
  }
  .nx-prose li {
    margin-bottom: 0.15em;
  }
  .nx-prose code {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85em;
    padding: 0.1em 0.35em;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--nexus-cyan);
  }
  .nx-prose pre {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid var(--nexus-border);
    border-radius: 6px;
    padding: 0.65em 0.85em;
    overflow-x: auto;
    margin: 0.5em 0;
  }
  .nx-prose pre code {
    background: none;
    padding: 0;
    color: var(--nexus-text);
    font-size: 0.8em;
  }
  .nx-prose a {
    color: var(--nexus-cyan);
    text-decoration: underline;
  }
  .nx-prose strong {
    font-weight: 700;
    color: var(--nexus-text);
  }
  .nx-prose em {
    font-style: italic;
  }
  .nx-prose blockquote {
    border-left: 3px solid var(--nexus-border);
    margin: 0.5em 0;
    padding-left: 0.75em;
    color: var(--nexus-text-muted);
  }
  .nx-prose hr {
    border: none;
    border-top: 1px solid var(--nexus-border);
    margin: 0.75em 0;
  }
  .nx-divider {
    height: 1px;
    background: var(--nexus-border);
    margin: 1rem 0;
  }
  .nx-dot,
  .nx-dot-gray,
  .nx-dot-cyan,
  .nx-dot-red,
  .nx-dot-green {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .nx-dot-green {
    background: var(--nexus-green);
    box-shadow: var(--nexus-green-glow);
  }
  .nx-dot-red {
    background: var(--nexus-red);
    box-shadow: var(--nexus-red-glow);
  }
  .nx-dot-cyan {
    background: var(--nexus-cyan);
    box-shadow: var(--nexus-cyan-glow);
  }
  .nx-dot-gray {
    background: rgba(255, 255, 255, 0.25);
  }
  .nx-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: var(--r-md, 6px);
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--nexus-text-muted);
    transition: background 0.15s, color 0.15s;
  }
  .nx-btn-icon:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--nexus-text);
  }
  .nx-link {
    color: var(--nexus-cyan);
    text-decoration: none;
    cursor: pointer;
  }
  .nx-link:hover {
    text-decoration: underline;
  }
  .modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .modal-panel {
    background: var(--nexus-panel);
    border: 1px solid var(--nexus-border-glow, var(--nexus-border));
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    backdrop-filter: var(--nexus-glass-blur);
    -webkit-backdrop-filter: var(--nexus-glass-blur);
  }
  .nx-glass {
    background: var(--nexus-glass);
    backdrop-filter: var(--nexus-glass-blur);
    -webkit-backdrop-filter: var(--nexus-glass-blur);
    border: 1px solid var(--nexus-glass-border);
    box-shadow: var(--nexus-glass-glow-top);
    border-radius: 8px;
    will-change: backdrop-filter, background;
  }
  .nx-glass.live {
    border-color: var(--nexus-glass-border-cyan);
    box-shadow: var(--nexus-glass-glow-top), var(--nexus-glass-glow-cyan);
  }
  .nx-glass.strong {
    background: var(--nexus-glass-strong);
  }
  .nx-glass.soft {
    background: var(--nexus-glass-soft);
    backdrop-filter: var(--nexus-glass-blur-soft);
    -webkit-backdrop-filter: var(--nexus-glass-blur-soft);
  }
  @media (prefers-reduced-transparency: reduce) {
    .nx-glass,
    .nx-glass.strong,
    .nx-glass.soft {
      background: var(--nexus-panel-2);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }
  }
}
@keyframes nx-toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nx-toast-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}
.nx-toast-enter {
  animation: nx-toast-in 0.2s ease forwards;
}
.nx-toast-exit {
  animation: nx-toast-out 0.2s ease forwards;
}
.nx-score-ring {
  --score: 85;
  --size: 80px;
  --stroke: 5px;
  --color: var(--nexus-cyan);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: conic-gradient(var(--color) calc(var(--score) * 1%), rgba(255, 255, 255, 0.06) 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.3));
}
.nx-score-ring::before {
  content: "";
  position: absolute;
  inset: var(--stroke);
  border-radius: 50%;
  background: var(--nexus-panel);
}
.nx-score-value {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 700;
  color: var(--nexus-cyan);
  font-family: "JetBrains Mono", monospace;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 9999px var(--nexus-surface) inset !important;
  -webkit-text-fill-color: var(--nexus-text) !important;
  caret-color: var(--nexus-text);
  transition: background-color 99999s ease-in-out 0s;
}
input:autofill {
  background: var(--nexus-surface) !important;
  color: var(--nexus-text) !important;
}
.text-\[10px\] {
  font-size: 0.6875rem !important;
}
.text-\[11px\] {
  font-size: 0.75rem !important;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  background: rgba(255, 255, 255, 0.07);
  color: var(--nexus-text-dim);
  margin-left: 4px;
  vertical-align: middle;
}
.tab-btn {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 12px;
  letter-spacing: 0.12em;
  cursor: pointer;
}
.nx-hover-text {
  color: var(--nexus-text-muted);
  transition: color 0.15s;
}
.nx-hover-text:hover {
  color: var(--nexus-text);
}
.subtabs {
  display: flex;
  gap: 4px;
  padding: 5px;
  border-radius: 6px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  max-width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 4px;
}
.subtabs::-webkit-scrollbar {
  display: none;
}
.subtab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 4px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--nexus-text-muted);
  cursor: pointer;
  border: 1px solid transparent;
  transition:
    color 0.15s,
    background 0.15s,
    border-color 0.15s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.subtab.active {
  background: var(--nexus-panel);
  color: var(--nexus-cyan-ink);
  border-color: rgba(0, 229, 255, 0.22);
}
.subtab.locked {
  color: var(--nexus-text-dim);
}
.subtab:hover:not(.active) {
  color: var(--nexus-text);
}
.subtab.locked:hover {
  color: var(--nexus-text-muted);
}
.lock-ico {
  font-size: 10px;
  opacity: 0.7;
  line-height: 1;
}
.locked-feature {
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 8px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
@media (max-width: 639px) {
  .locked-feature {
    padding: 24px 20px;
  }
}
.locked-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255, 214, 0, 0.1);
  border: 1px solid rgba(255, 214, 0, 0.32);
  color: var(--nexus-yellow);
}
.locked-icon svg {
  width: 28px;
  height: 28px;
}
.locked-feature h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--nexus-text);
  margin: 0;
}
.locked-desc {
  font-size: 14.5px;
  color: var(--nexus-text-muted);
  max-width: 560px;
  line-height: 1.6;
  margin: 0;
}
.locked-tier-rule {
  font-size: 12.5px;
  color: var(--nexus-text);
  max-width: 560px;
  line-height: 1.65;
  margin: 0;
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--nexus-yellow-dim);
  border: 1px solid rgba(255, 214, 0, 0.3);
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  letter-spacing: 0.02em;
}
.locked-tier-rule b {
  color: var(--nexus-yellow);
  font-weight: 600;
}
.you-are {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  background: rgba(168, 85, 247, 0.18);
  color: var(--nexus-purple);
  border: 1px solid rgba(168, 85, 247, 0.4);
  text-transform: uppercase;
}
.locked-cta-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--nexus-border);
}
.card-head-title {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--nexus-text-muted);
}
.card-head-spacer {
  flex: 1;
}
.card-body {
  padding: 18px 20px;
}
.keys-row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--nexus-border);
}
.keys-row:first-of-type {
  border-top: none;
}
.keys-label {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--nexus-text-muted);
}
.keys-value {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 13px;
  color: var(--nexus-text-dim);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.keys-footnote {
  font-size: 12.5px;
  color: var(--nexus-text-dim);
  margin-top: 14px;
  line-height: 1.55;
}
.m-tabbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.m-tabbar::-webkit-scrollbar {
  display: none;
}
.m-section + .m-section {
  border-top: 1px solid var(--nexus-border);
  padding-top: 16px;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 40;
}
.drawer-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(280px, 85vw);
  background: var(--nexus-surface);
  border-right: 1px solid var(--nexus-border);
  z-index: 50;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: var(--nexus-glass-blur);
  backdrop-filter: var(--nexus-glass-blur);
}
.drawer-panel.open {
  transform: translateX(0);
}
.m-section {
  padding: 12px 0;
}
.m-section-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.m-section-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--nexus-text-muted);
}
.m-section-count {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
}
.m-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m-note {
  font-size: 11px;
  color: var(--nexus-text-dim);
  line-height: 1.6;
  margin-top: 8px;
}
.service-card {
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 10px;
  padding: 14px;
  cursor: pointer;
  transition: border-color 0.15s;
}
.service-card:hover {
  border-color: var(--nexus-border-glow);
}
.sc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.sc-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--nexus-text);
}
.sc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 6px;
}
.sc-endpoint {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  color: var(--nexus-cyan);
  word-break: break-all;
  line-height: 1.5;
}
.member-card {
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 10px;
  padding: 14px;
}
.mc-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 229, 255, 0.12);
  color: var(--nexus-cyan);
  border: 1px solid rgba(0, 229, 255, 0.25);
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.mc-id {
  flex: 1;
  min-width: 0;
}
.mc-email {
  font-size: 13px;
  font-weight: 600;
  color: var(--nexus-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mc-meta {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
  margin-top: 2px;
}
.mc-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.mc-actions {
  display: flex;
  gap: 8px;
}
.you {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 0 5px;
  border-radius: 4px;
  background: rgba(0, 229, 255, 0.1);
  color: var(--nexus-cyan);
  border: 1px solid rgba(0, 229, 255, 0.25);
}
.m-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.env-pill {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-weight: 500;
  border: 1px solid var(--nexus-border);
  color: var(--nexus-text-muted);
  background: var(--nexus-surface);
}
.env-pill.active {
  background: rgba(0, 229, 255, 0.08);
  color: var(--nexus-cyan);
  border-color: rgba(0, 229, 255, 0.2);
}
.env-pill.locked {
  opacity: 0.4;
  color: var(--nexus-text-dim);
}
.m-glow-card {
  background:
    linear-gradient(
      135deg,
      rgba(0, 229, 255, 0.04),
      transparent);
  border: 1px solid var(--nexus-border-glow);
  border-radius: 10px;
  padding: 16px;
}
.m-subtabs {
  display: flex;
  overflow-x: auto;
  gap: 4px;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--nexus-border);
  margin-bottom: 16px;
  scrollbar-width: none;
}
.m-subtabs::-webkit-scrollbar {
  display: none;
}
.m-subtab {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  color: var(--nexus-text-muted);
}
.m-subtab.active {
  color: var(--nexus-cyan);
  border-bottom-color: var(--nexus-cyan);
}
.m-subtab.locked {
  color: var(--nexus-text-dim);
}
.m-subtab:hover:not(.active) {
  color: var(--nexus-text);
}
.m-key-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--nexus-border);
}
.m-key-row:last-of-type {
  border-bottom: none;
}
.m-key-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--nexus-text-muted);
  width: 70px;
  flex-shrink: 0;
}
.m-key-val {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  color: var(--nexus-text-dim);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-locked {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 32px 16px;
}
.m-locked h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--nexus-text);
  margin: 0;
}
.m-locked p {
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.6;
  margin: 0;
}
.m-locked-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--nexus-border);
}
.m-locked-icon svg {
  width: 22px;
  height: 22px;
  color: var(--nexus-text-dim);
}
.m-locked-tier {
  font-size: 11px;
  color: var(--nexus-text-dim);
  line-height: 1.6;
}
.m-locked-tier b {
  color: var(--nexus-text-muted);
}
.m-you-are {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1px 6px;
  border-radius: 4px;
  background: rgba(0, 229, 255, 0.1);
  color: var(--nexus-cyan);
  border: 1px solid rgba(0, 229, 255, 0.25);
  text-transform: uppercase;
}
.m-window-row {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  border-radius: 8px;
}
.m-window-btn {
  flex: 1;
  padding: 6px 0;
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  color: var(--nexus-text-muted);
  background: transparent;
  border: none;
}
.m-window-btn.active {
  background: var(--nexus-panel);
  color: var(--nexus-cyan);
}
.m-window-btn:hover:not(.active) {
  color: var(--nexus-text);
}
.m-info-strip {
  font-size: 12px;
  color: var(--nexus-text-muted);
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(0, 229, 255, 0.04);
  border: 1px solid rgba(0, 229, 255, 0.12);
  line-height: 1.5;
}
.m-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.m-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-bar-name {
  font-size: 10px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
  width: 130px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-meter {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
}
.m-meter .fill {
  height: 100%;
  background: var(--nexus-cyan);
  border-radius: 3px;
}
.m-bar-cnt {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-weight: 700;
  color: var(--nexus-text-muted);
  width: 20px;
  text-align: right;
}
.m-log-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px;
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 8px;
}
.m-log-time {
  font-size: 10px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
}
.m-log-action {
  font-size: 11px;
}
.m-log-actor,
.m-log-res {
  font-size: 10px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-addon-card {
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-addon-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.m-addon-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--nexus-text);
}
.m-addon-status {
  font-size: 11px;
  color: var(--nexus-text-dim);
  margin-top: 2px;
}
.m-addon-desc {
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.6;
}
.m-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--nexus-text-muted);
  display: block;
  margin-bottom: 6px;
}
.m-helper {
  font-size: 11px;
  color: var(--nexus-text-dim);
  margin-top: 6px;
  line-height: 1.55;
}
.m-static-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  border-radius: 6px;
  font-size: 13px;
  color: var(--nexus-text);
}
.m-row-card {
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-row-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-row-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 100px;
}
.m-row-badge.cyan {
  background: rgba(0, 229, 255, 0.1);
  color: var(--nexus-cyan);
  border: 1px solid rgba(0, 229, 255, 0.25);
}
.m-row-meta {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
}
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.gm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gm-modal {
  position: relative;
  z-index: 50;
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-glass-border);
  border-radius: 14px;
  padding: 24px;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
html.dark-glass .gm-modal,
html.light-glass .gm-modal {
  backdrop-filter: var(--nexus-glass-blur);
  -webkit-backdrop-filter: var(--nexus-glass-blur);
  background: var(--nexus-glass-soft);
}
.gm-modal.wide {
  max-width: 620px;
}
.gm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.gm-head h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--nexus-text);
  margin: 0;
}
.gm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.gm-grid-full {
  grid-column: span 2;
}
.gm-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
}
.gm-help {
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.6;
  margin: 0;
}
.gm-popover {
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-glass-border);
  border-radius: 10px;
  padding: 6px;
  min-width: 260px;
  max-width: calc(100vw - 32px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  z-index: 50;
}
html.dark-glass .gm-popover,
html.light-glass .gm-popover {
  backdrop-filter: var(--nexus-glass-blur);
  -webkit-backdrop-filter: var(--nexus-glass-blur);
  background: var(--nexus-glass-soft);
}
.pop-section-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--nexus-text-dim);
  padding: 4px 8px 6px;
}
.pop-sep {
  border-top: 1px solid var(--nexus-border);
  margin: 4px 0;
}
.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  color: var(--nexus-text);
  cursor: pointer;
  transition: background 0.12s;
}
.menu-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.menu-item.danger {
  color: var(--nexus-red);
}
.ts-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.12s;
}
.ts-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.ts-row.current {
  background: var(--nexus-cyan-dim);
}
.ts-row.deleted {
  opacity: 0.55;
}
.ts-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--nexus-text);
}
.ts-id {
  font-size: 11px;
  font-family: var(--mono);
  color: var(--nexus-text-dim);
  margin-top: 1px;
}
.ts-current-chip {
  font-size: 10px;
  font-family: var(--mono);
  color: var(--nexus-cyan);
  margin-left: 6px;
}
.ts-deleted-chip {
  font-size: 10px;
  font-family: var(--mono);
  color: var(--nexus-red);
  margin-left: 6px;
}
.cm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-modal {
  position: relative;
  z-index: 50;
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 14px;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
}
.cm-modal.wide {
  max-width: 620px;
}
.cm-modal.error {
  border-left: 3px solid var(--nexus-red);
}
.cm-modal.tall {
  max-width: 580px;
  max-height: calc(100dvh - 64px);
  display: flex;
  flex-direction: column;
}
.cm-modal.tall .cm-body {
  overflow-y: auto;
  flex: 1 1 auto;
}
.cm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 12px;
  border-bottom: 1px solid var(--nexus-border);
}
.cm-head h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--nexus-text);
  margin: 0;
}
.cm-eyebrow {
  font-size: 11px;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--nexus-red);
}
.cm-body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  color: var(--nexus-text-muted);
  line-height: 1.6;
}
.cm-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 20px 16px;
  border-top: 1px solid var(--nexus-border);
}
.cm-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--nexus-text-muted);
}
.cm-meta-row .v {
  color: var(--nexus-text);
  font-weight: 500;
}
.cm-head-sub {
  font-size: 12px;
  color: var(--nexus-text-dim);
  margin-left: 8px;
}
.cm-head-sub b {
  color: var(--nexus-text);
  font-weight: 600;
}
.cm-foot-meta {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--nexus-text-muted);
}
.cm-foot-meta .kw {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--nexus-cyan-ink);
  font-weight: 600;
}
.cm-foot-meta-sep {
  color: var(--nexus-text-dim);
}
.cm-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cm-field .setting-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--nexus-text);
  letter-spacing: 0.02em;
}
.cm-field .setting-help {
  font-size: 11px;
  color: var(--nexus-text-dim);
  line-height: 1.5;
  margin: 0;
}
.cm-field-headrow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2px;
}
.cm-field-link {
  font-size: 11px;
  color: var(--nexus-cyan-ink);
  text-decoration: none;
  font-family: var(--mono);
}
.cm-field-link:hover {
  text-decoration: underline;
}
.cm-field-grid-2-tight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cm-required {
  color: var(--nexus-red);
  margin-left: 2px;
}
.cm-section-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--nexus-border);
  margin-top: 4px;
}
.cm-section-head .lbl {
  font-size: 11px;
  font-family: var(--mono);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--nexus-cyan-ink);
}
.cm-section-head .meta {
  font-size: 11px;
  color: var(--nexus-text-dim);
}
.cm-tier-rows {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cm-tier-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--nexus-border);
  background: var(--nexus-surface);
  cursor: pointer;
  transition: border-color 0.12s, background 0.12s;
}
.cm-tier-row:hover {
  border-color: rgba(0, 229, 255, 0.25);
}
.cm-tier-row.active {
  border-color: rgba(0, 229, 255, 0.45);
  background: rgba(0, 229, 255, 0.05);
}
.cm-tier-row.purple.active {
  border-color: rgba(161, 99, 255, 0.45);
  background: rgba(161, 99, 255, 0.05);
}
.cm-tier-name {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--nexus-text);
  width: 68px;
  flex-shrink: 0;
}
.cm-tier-limits {
  flex: 1;
  font-size: 11px;
  color: var(--nexus-text-dim);
}
.cm-tier-price {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--nexus-text-muted);
  white-space: nowrap;
}
.tier-pip-sm {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  background: rgba(0, 229, 255, 0.1);
  color: var(--nexus-cyan-ink);
  border: 1px solid rgba(0, 229, 255, 0.25);
  flex-shrink: 0;
}
.tier-pip-sm.gray {
  background: rgba(255, 255, 255, 0.04);
  color: var(--nexus-text-dim);
  border-color: var(--nexus-border);
}
.cm-seg {
  display: flex;
  gap: 6px;
}
.cm-seg-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--nexus-border);
  background: var(--nexus-surface);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.12s, background 0.12s;
}
.cm-seg-btn:hover:not(.locked) {
  border-color: rgba(0, 229, 255, 0.25);
}
.cm-seg-btn.active {
  border-color: rgba(0, 229, 255, 0.45);
  background: rgba(0, 229, 255, 0.05);
}
.cm-seg-btn.active .cm-seg-dot {
  background: var(--nexus-cyan);
  border-color: var(--nexus-cyan);
}
.cm-seg-btn.locked {
  opacity: 0.45;
  cursor: not-allowed;
}
.cm-seg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--nexus-border);
  background: transparent;
  margin-bottom: 4px;
  transition: background 0.12s, border-color 0.12s;
}
.cm-seg-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--nexus-text);
  display: flex;
  align-items: center;
  gap: 4px;
}
.cm-seg-sub {
  font-size: 11px;
  color: var(--nexus-text-dim);
}
.cm-seg-lock {
  font-size: 10px;
}
.icon-btn {
  background: none;
  border: none;
  color: var(--nexus-text-dim);
  font-size: 14px;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
  line-height: 1;
}
.icon-btn:hover {
  color: var(--nexus-text);
  background: rgba(255, 255, 255, 0.06);
}
.quota-cmp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.quota-cmp-table thead th {
  padding: 6px 8px;
  text-align: left;
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--nexus-text-dim);
  border-bottom: 1px solid var(--nexus-border);
}
.quota-cmp-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.quota-cmp-table td {
  padding: 7px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.q-name {
  color: var(--nexus-text-muted);
}
.q-val {
  color: var(--nexus-text);
  font-weight: 500;
}
.q-val.dim {
  color: var(--nexus-text-dim);
  font-weight: 400;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 48px 24px;
}
.empty-state h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--nexus-text);
  margin: 0;
}
.empty-state p {
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.65;
  max-width: 360px;
  margin: 0;
}
.es-icon {
  width: 48px;
  height: 48px;
  color: rgba(0, 229, 255, 0.5);
  margin: 0 auto 12px;
}
.es-icon svg {
  width: 100%;
  height: 100%;
}
.es-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.health-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.health-dot--green {
  background: #00ff88;
  box-shadow: 0 0 6px rgba(0, 255, 136, 0.6);
}
.health-dot--yellow {
  background: #ffd600;
  box-shadow: 0 0 6px rgba(255, 214, 0, 0.5);
}
.health-dot--red {
  background: #ff3366;
  box-shadow: 0 0 6px rgba(255, 51, 102, 0.5);
}
.health-dot--gray {
  background: rgba(255, 255, 255, 0.2);
}
.health-label {
  font-size: 10px;
  color: var(--nexus-text-dim);
  margin-top: 1px;
  font-family: "JetBrains Mono", monospace;
}
@keyframes skeleton-shimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
.skeleton {
  display: inline-block;
  border-radius: 4px;
  background:
    linear-gradient(
      90deg,
      var(--nexus-surface) 25%,
      rgba(255, 255, 255, 0.06) 37%,
      var(--nexus-surface) 63%);
  background-size: 800px 100%;
  animation: skeleton-shimmer 1.4s linear infinite;
}
.inline-error {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--nexus-surface);
  border: 1px solid rgba(255, 51, 102, 0.25);
  border-radius: 8px;
}
.ie-icon-wrap {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 51, 102, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--nexus-red);
}
.ie-icon-wrap svg {
  width: 14px;
  height: 14px;
}
.ie-content {
  flex: 1;
  min-width: 0;
}
.ie-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--nexus-text);
  margin-bottom: 2px;
}
.ie-msg {
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.55;
}
.stale-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(245, 200, 0, 0.07);
  border: 1px solid rgba(245, 200, 0, 0.25);
  border-radius: 8px;
  font-size: 12px;
  color: var(--nexus-text-muted);
}
.sb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nexus-yellow);
  flex-shrink: 0;
}
.page-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 80px 24px;
  max-width: 480px;
  margin: 0 auto;
}
.page-error h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--nexus-text);
  margin: 0;
}
.page-error p {
  font-size: 13px;
  color: var(--nexus-text-muted);
  line-height: 1.65;
  margin: 0;
}
.pe-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 51, 102, 0.1);
  border: 1px solid rgba(255, 51, 102, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nexus-red);
}
.pe-icon svg {
  width: 24px;
  height: 24px;
}
.pe-icon.yellow {
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.2);
  color: var(--nexus-yellow);
}
.pe-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pe-code {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--nexus-text-dim);
  padding: 8px 14px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  border-radius: 6px;
  width: 100%;
  text-align: left;
  display: block;
}
.env-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0;
}
.env-section + .env-section {
  border-top: 1px solid var(--nexus-border);
}
.env-section-head {
  margin-bottom: 6px;
}
.env-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--nexus-text-muted);
}
.env-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.env-shared-pill {
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text);
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
}
.env-personal-label {
  font-size: 11px;
  color: var(--nexus-text-muted);
  margin-bottom: 6px;
}
.env-personal-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border-glow);
  cursor: pointer;
  transition: background 0.12s;
  text-decoration: none;
  width: 100%;
}
.env-personal-card:hover {
  background: var(--nexus-panel);
}
.env-enter {
  font-size: 12px;
  color: var(--nexus-cyan);
  margin-left: auto;
}
.versions-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid var(--nexus-border);
  margin-bottom: 12px;
}
.version-counter {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
}
.version-chip {
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.2);
}
.log-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.log-controls-lbl {
  font-size: 10px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--nexus-text-dim);
}
.window-picker {
  display: flex;
  gap: 2px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  border-radius: 8px;
  padding: 3px;
}
.window-btn {
  padding: 4px 12px;
  border-radius: 6px;
  border: none;
  background: transparent;
  font-size: 12px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-muted);
  cursor: pointer;
  transition: all 0.12s;
}
.window-btn:hover {
  color: var(--nexus-text);
  background: rgba(255, 255, 255, 0.04);
}
.window-btn.active {
  background: var(--nexus-panel);
  color: var(--nexus-cyan);
}
.log-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--nexus-text-muted);
  padding: 8px 12px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  border-radius: 6px;
}
.info-ico {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 229, 255, 0.12);
  color: var(--nexus-cyan);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.log-aggregates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}
.agg-card {
  background: var(--nexus-panel);
  border: 1px solid var(--nexus-border);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.agg-label {
  font-size: 10px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--nexus-text-muted);
}
.agg-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--nexus-text);
  line-height: 1;
}
.agg-sub {
  font-size: 11px;
  color: var(--nexus-text-dim);
}
.agg-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.agg-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bar-label {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-muted);
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
}
.bar {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.bar div {
  height: 100%;
  border-radius: 3px;
  background: var(--nexus-cyan);
}
.bar-num {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
  width: 24px;
  text-align: right;
  flex-shrink: 0;
}
.addons-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--nexus-border);
  border: 1px solid var(--nexus-border);
  border-radius: 10px;
  overflow: hidden;
}
lucide-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
lucide-icon > svg {
  display: block;
}
.addon-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: var(--nexus-panel);
  transition: background 0.12s;
}
.addon-row:hover {
  background: var(--nexus-surface);
}
.addon-row.coming-soon {
  opacity: 0.55;
  cursor: default;
}
.addon-row.coming-soon:hover {
  background: var(--nexus-panel);
}
.addon-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.addon-icon.cyan {
  background: var(--nexus-cyan-dim);
  color: var(--nexus-cyan);
  border: 1px solid rgba(0, 229, 255, 0.2);
}
.addon-icon.purple {
  background: var(--nexus-purple-dim);
  color: var(--nexus-purple);
  border: 1px solid rgba(124, 58, 237, 0.2);
}
.addon-icon.dim {
  background: rgba(255, 255, 255, 0.04);
  color: var(--nexus-text-dim);
  border: 1px solid var(--nexus-border);
}
.addon-info {
  flex: 1;
  min-width: 0;
}
.addon-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--nexus-text);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.addon-desc {
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.6;
}
.addon-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.addon-price {
  font-size: 11px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text-dim);
}
.status-off {
  font-size: 11px;
  font-weight: 400;
  color: var(--nexus-text-dim);
  font-family: var(--font-mono, "JetBrains Mono", monospace);
}
@media (max-width: 639px) {
  .addon-row {
    flex-direction: column;
  }
  .addon-actions {
    align-items: flex-start;
    width: 100%;
  }
}
.setting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.setting-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.audit-retention {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.audit-retention-val {
  font-size: 22px;
  font-weight: 700;
  color: var(--nexus-text);
}
.upgrade-link {
  font-size: 12px;
  color: var(--nexus-cyan);
  text-decoration: none;
}
.upgrade-link:hover {
  text-decoration: underline;
}
.danger-zone {
  border: 1px solid rgba(255, 51, 102, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.danger-head {
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--nexus-red);
  background: rgba(255, 51, 102, 0.06);
  border-bottom: 1px solid rgba(255, 51, 102, 0.15);
}
.danger-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: var(--nexus-panel);
}
.svc-keys-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 8px;
}
.key-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 12px;
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  border-radius: 6px;
}
.kc-label {
  font-size: 10px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--nexus-text-dim);
}
.kc-value {
  font-size: 12px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  color: var(--nexus-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kc-actions {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
.card-head-count {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10.5px;
  color: var(--nexus-text-dim);
  letter-spacing: 0.04em;
}
.wif-card-head {
  padding: 10px 16px;
}
.wif-card-body {
  padding: 12px 16px;
}
.wif-mode-card {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 10px 16px;
  border-radius: var(--radius-lg, 10px);
  background: rgba(168, 85, 247, 0.06);
  border: 1px solid rgba(168, 85, 247, 0.28);
}
.wif-mode-card.is-wif {
  background: rgba(0, 229, 255, 0.05);
  border-color: rgba(0, 229, 255, 0.3);
}
.wif-mode-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md, 6px);
  display: grid;
  place-items: center;
  background: rgba(168, 85, 247, 0.18);
  border: 1px solid rgba(168, 85, 247, 0.32);
  color: var(--nexus-purple);
  flex-shrink: 0;
}
.wif-mode-icon svg {
  width: 18px;
  height: 18px;
}
.is-wif .wif-mode-icon {
  background: var(--nexus-cyan-dim);
  border-color: rgba(0, 229, 255, 0.4);
  color: var(--nexus-cyan);
}
.wif-mode-meta {
  min-width: 0;
}
.wif-mode-headline {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.wif-mode-label {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nexus-text-muted);
  font-weight: 600;
}
.wif-mode-value {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 13px;
  font-weight: 600;
  color: var(--nexus-purple);
}
.is-wif .wif-mode-value {
  color: var(--nexus-cyan-ink);
}
.wif-mode-sep {
  color: var(--nexus-text-dim);
  margin: 0 2px;
}
.wif-mode-tagline {
  font-size: 12.5px;
  color: var(--nexus-text-muted);
  line-height: 1.4;
}
.wif-warn {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px 14px 8px 12px;
  border-radius: var(--radius-md, 6px);
  background: rgba(255, 214, 0, 0.06);
  border: 1px solid rgba(255, 214, 0, 0.3);
}
.wif-warn-ico {
  width: 24px;
  height: 24px;
  border-radius: var(--radius-sm, 4px);
  display: grid;
  place-items: center;
  background: rgba(255, 214, 0, 0.14);
  color: var(--nexus-yellow);
}
.wif-warn-ico svg {
  width: 14px;
  height: 14px;
}
.wif-warn-body {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}
.wif-warn-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--nexus-text);
}
.wif-warn-count {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11.5px;
  color: var(--nexus-yellow);
}
.wif-warn-sep {
  color: var(--nexus-text-dim);
}
.wif-warn-desc {
  font-size: 12px;
  color: var(--nexus-text-muted);
}
.wif-required-pill {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-sm, 4px);
  background: rgba(255, 214, 0, 0.1);
  color: var(--nexus-yellow);
  border: 1px solid rgba(255, 214, 0, 0.32);
  white-space: nowrap;
}
.wif-empty-inline {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
}
.wif-empty-ico {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm, 4px);
  background: var(--nexus-cyan-dim);
  border: 1px solid rgba(0, 229, 255, 0.32);
  color: var(--nexus-cyan);
  display: grid;
  place-items: center;
}
.wif-empty-ico svg {
  width: 18px;
  height: 18px;
}
.wif-empty-text {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.wif-empty-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--nexus-text);
}
.wif-empty-desc {
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.5;
}
.wif-dev-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 6px;
  align-items: start;
}
.wif-dev-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.wif-dev-toggle-label {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--nexus-text);
}
.wif-dev-help {
  margin: 0;
  font-size: 12px;
  color: var(--nexus-text-muted);
  line-height: 1.5;
}
.wif-dev-help b {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-weight: 500;
  color: var(--nexus-cyan-ink);
  font-size: 11.5px;
}
.wif-dev-roles {
  grid-row: 1/span 2;
  grid-column: 2;
  padding-left: 20px;
  border-left: 1px solid var(--nexus-border);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.15s;
}
.wif-dev-roles.is-locked {
  opacity: 0.4;
  pointer-events: none;
}
.wif-dev-roles-label {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nexus-text-muted);
  font-weight: 600;
}
.wif-dev-roles-rule {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10.5px;
  color: var(--nexus-text-dim);
  letter-spacing: 0.04em;
}
.role-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.role-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: var(--radius-sm, 4px);
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11.5px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid var(--nexus-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--nexus-text-muted);
  transition:
    background 0.12s,
    border-color 0.12s,
    color 0.12s;
}
.role-chip:hover {
  color: var(--nexus-text);
  border-color: rgba(255, 255, 255, 0.15);
}
.role-chip.active {
  background: var(--nexus-cyan-dim);
  border-color: rgba(0, 229, 255, 0.38);
  color: var(--nexus-cyan-ink);
}
.role-chip-check {
  font-size: 9.5px;
  opacity: 0.9;
}
.wif-session-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
}
.wif-session-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.wif-session-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.wif-session-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--nexus-text);
  min-width: 160px;
}
.wif-stepper {
  display: inline-grid;
  grid-template-columns: 28px 72px 28px;
  gap: 4px;
  align-items: center;
}
.wif-step-btn {
  height: 30px;
  width: 28px;
  border-radius: var(--radius-sm, 4px);
  background: var(--nexus-surface);
  border: 1px solid var(--nexus-border);
  color: var(--nexus-text-muted);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1;
  transition: color 0.12s, border-color 0.12s;
}
.wif-step-btn:hover {
  color: var(--nexus-cyan-ink);
  border-color: var(--nexus-cyan);
}
.wif-step-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.nx-input.wif-num {
  text-align: center;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 14px;
  font-weight: 500;
  color: var(--nexus-cyan-ink);
  padding: 6px 4px;
  height: 30px;
}
.wif-unit {
  margin-left: 4px;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10px;
  font-weight: 500;
  color: var(--nexus-text-dim);
  letter-spacing: 0.06em;
  text-transform: lowercase;
  padding: 1px 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--nexus-border);
}
.wif-range {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10.5px;
  color: var(--nexus-text-dim);
  letter-spacing: 0.04em;
}
.wif-session-help {
  margin: 0;
  font-size: 11.5px;
  color: var(--nexus-text-muted);
  line-height: 1.5;
}
.wif-session-help b {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-weight: 500;
  color: var(--nexus-text);
}
.wif-dirty-indicator {
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 10.5px;
  color: var(--nexus-text-dim);
  letter-spacing: 0.04em;
  font-style: italic;
}
@keyframes highlight-fade {
  from {
    background: rgba(0, 229, 255, 0.12);
  }
  to {
    background: transparent;
  }
}
.invoice-highlighted,
.service-highlighted {
  animation: highlight-fade 2s ease-out forwards;
}
.tab-bar-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
  background:
    linear-gradient(
      to right,
      transparent,
      var(--nexus-bg) 85%);
}
.tab-bar-inner::-webkit-scrollbar {
  display: none;
}
.nx-dot-yellow {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--nexus-yellow);
  box-shadow: 0 0 7px rgba(255, 214, 0, 0.5);
  flex-shrink: 0;
}
.nx-dot-pulse {
  animation: nx-pulse 2.5s infinite;
}
@keyframes nx-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
.nx-tab-active {
  color: var(--nexus-cyan) !important;
  border-color: var(--nexus-cyan) !important;
}
.nx-tab-mb {
  margin-bottom: -1px;
}
.nx-filter-active {
  color: var(--nexus-cyan);
  background: rgba(0, 200, 223, 0.08);
}
.nx-card-selected {
  border-color: var(--nexus-cyan) !important;
  background: rgba(34, 211, 238, 0.05) !important;
}
.nx-card-selected-ring {
  border-color: var(--nexus-cyan) !important;
  box-shadow: 0 0 0 1px var(--nexus-cyan);
}
.nx-seg-active-cyan {
  background: var(--nexus-cyan);
  color: var(--nexus-bg);
}
.nx-seg-active-purple {
  background: var(--nexus-purple);
  color: var(--nexus-bg);
}
.nx-seg-active-green {
  background: var(--nexus-green);
  color: var(--nexus-bg);
}
.nx-modal-danger {
  border: 1px solid rgba(255, 51, 102, 0.35) !important;
  background: rgba(255, 51, 102, 0.05) !important;
}
.nx-modal-danger-inner {
  background: rgba(255, 51, 102, 0.05);
  border-color: rgba(255, 51, 102, 0.2) !important;
}
.nx-text-green {
  color: var(--nexus-green);
}
.nx-text-cyan {
  color: var(--nexus-cyan);
}
.nx-text-yellow {
  color: var(--nexus-yellow);
}
.nx-text-red {
  color: var(--nexus-red);
}
.nx-text-dim {
  color: var(--nexus-text-dim);
}
.nx-text-muted {
  color: var(--nexus-text-muted);
}
.nx-text-normal {
  color: var(--nexus-text);
}
.nx-opacity-50 {
  opacity: 0.5;
}
.nx-opacity-60 {
  opacity: 0.6;
}
.nx-toggle-track {
  position: relative;
  transition: background 0.2s;
}
.nx-toggle-track.nx-on {
  background: var(--nexus-cyan);
}
.nx-toggle-track.nx-off {
  background: rgba(255, 255, 255, 0.12);
}
.nx-toggle-thumb {
  position: absolute;
  transition: left 0.2s, background 0.2s;
}
.nx-toggle-track.nx-on .nx-toggle-thumb {
  left: calc(100% - 14px);
  background: #000;
}
.nx-toggle-track.nx-off .nx-toggle-thumb {
  left: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.nx-type-release_note {
  color: var(--nexus-cyan);
  background: rgba(0, 229, 255, 0.13);
}
.nx-type-announcement {
  color: var(--nexus-purple);
  background: rgba(168, 85, 247, 0.13);
}
.nx-type-maintenance {
  color: var(--badge-yellow-fg);
  background: rgba(255, 214, 0, 0.13);
}
.nx-type-incident {
  color: var(--badge-red-fg);
  background: rgba(255, 51, 102, 0.13);
}
.nx-type-unknown {
  color: var(--badge-gray-fg);
  background: rgba(255, 255, 255, 0.07);
}
.nx-pill-expired {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: var(--nexus-red);
}
.nx-pill-warn {
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.4);
  color: var(--nexus-yellow);
}
.nx-pill-ok {
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.4);
  color: var(--nexus-cyan);
}
.nx-channel-email {
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.22);
}
.nx-channel-webhook {
  background: rgba(88, 101, 242, 0.15);
  border: 1px solid rgba(88, 101, 242, 0.3);
}
.nx-rotate-90 {
  transform: rotate(90deg);
}
.ps-tab {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ps-body {
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ps-head-div {
  width: 1px;
  height: 22px;
  background: var(--nexus-border);
}
.ps-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ps-field .setting-label {
  margin-bottom: 0;
}
.ps-help-tight {
  margin-top: 4px;
  font-size: 11.5px;
  line-height: 1.45;
}
.ps-grid-3 {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1.3fr);
  gap: 18px;
}
.ps-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.ps-input-suffix {
  position: relative;
}
.ps-input-suffix .nx-input {
  padding-right: 52px;
}
.ps-suffix {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--mono);
  font-size: 11px;
  color: var(--nexus-text-dim);
  letter-spacing: 0.04em;
  pointer-events: none;
}
.ps-readonly {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed var(--nexus-border);
  border-radius: var(--r-md);
}
.ps-readonly-val {
  font-size: 14px;
  font-weight: 600;
  color: var(--nexus-text);
}
.ps-readonly-spacer {
  flex: 1;
}
.ps-readonly .upgrade-link {
  white-space: nowrap;
}
.ps-inline-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: var(--nexus-text-muted);
  cursor: pointer;
  white-space: nowrap;
}
.ps-disabled-note {
  padding: 16px 18px;
  font-size: 13px;
  color: var(--nexus-text-dim);
}
.ps-grant-count {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--nexus-text-dim);
}
.ps-grants {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.ps-grants th:first-child,
.ps-grants td:first-child {
  padding-left: 18px;
}
.ps-grants th:last-child,
.ps-grants td:last-child {
  padding-right: 18px;
}
.ps-grant-note {
  margin: 0;
  padding: 9px 18px 11px;
  font-size: 12px;
  color: var(--nexus-text-dim);
  line-height: 1.5;
  border-top: 1px solid var(--nexus-border);
}
.mono-cyan {
  font-family: var(--mono);
  color: var(--nexus-cyan-ink);
  font-size: 11.5px;
}
.ps-danger {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 11px 18px;
}
.ps-danger .danger-head {
  margin: 0;
  flex-shrink: 0;
}
.ps-danger-help {
  margin: 0;
  flex: 1;
}
.light-fx .ps-readonly,
.light-flat .ps-readonly {
  background: rgba(20, 15, 35, 0.02);
}
@media (max-width: 768px) {
  .ps-grid-3,
  .ps-grid-2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ps-tab .card-head {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .ps-danger {
    flex-wrap: wrap;
  }
}
@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-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-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; }
@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-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-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;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
