/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", system-ui, -apple-system, Segoe UI, sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    --color-red-500: #EF4444;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: #B91C1C;
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-yellow-500: #EAB308;
    --color-green-500: #22C55E;
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: #CBD5E1;
    --color-slate-400: #94A3B8;
    --color-slate-500: #64748B;
    --color-slate-600: #475569;
    --color-slate-700: #334155;
    --color-slate-800: #1E293B;
    --color-slate-900: #0F172A;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --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-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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-2xl: 1rem;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #0B111F;
    --color-base: #0B111F;
    --color-lightwhite: #EBF2FE;
    --color-main-400: #60A5FA;
    --color-main-500: #3B82F6;
    --color-main-600: #2563EB;
    --color-main-900: #1E3A8A;
    --color-main-950: #122150;
    --color-navy-600: #192C64;
    --color-navy-700: #101A3D;
    --color-navy-850: #0A1129;
    --color-accent: #192C64;
    --color-accent-hover: #233C82;
    --spacing-96: 24rem;
    --font-display: "Inter", system-ui, sans-serif;
    --color-text-4: var(--color-slate-400);
    --color-editor-bg: #050a18;
    --color-editor-panel: #0a1129;
    --color-editor-card: #0e1a3c;
    --color-editor-card-hover: #182a5b;
    --color-editor-modal: #14213D;
    --color-editor-border: rgba(255, 255, 255, 0.08);
    --color-editor-border-strong: rgba(255, 255, 255, 0.16);
    --color-editor-accent: #60a5fa;
    --color-editor-accent-soft: rgba(96, 165, 250, 0.12);
    --color-editor-accent-2: #93c5fd;
    --color-coin: #fcd34d;
    --color-cat-combat-bg: rgba(220, 54, 46, 0.16);
    --color-cat-combat-fg: #f87171;
    --color-cat-combat-dot: #f87171;
    --color-cat-help-bg: rgba(34, 197, 94, 0.16);
    --color-cat-help-fg: #4ade80;
    --color-cat-help-dot: #4ade80;
    --color-cat-fun-bg: rgba(168, 85, 247, 0.16);
    --color-cat-fun-fg: #c48dfd;
    --color-cat-fun-dot: #c48dfd;
    --color-cat-luck-bg: rgba(234, 179, 8, 0.16);
    --color-cat-luck-fg: #facc15;
    --color-cat-luck-dot: #facc15;
    --color-cat-system-bg: rgba(96, 165, 250, 0.16);
    --color-cat-system-fg: #93c5fd;
    --color-cat-system-dot: #60a5fa;
    --color-cat-cyan-bg: rgba(34, 211, 238, 0.16);
    --color-cat-cyan-fg: #67e8f9;
    --color-cat-cyan-dot: #22d3ee;
    --color-cat-rose-bg: rgba(244, 63, 94, 0.16);
    --color-cat-rose-fg: #fda4af;
    --color-cat-rose-dot: #fb7185;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .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-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .max-h-96 {
    max-height: var(--spacing-96);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-60 {
    min-width: calc(var(--spacing) * 60);
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/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);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .auto-rows-\[6rem\] {
    grid-auto-rows: 6rem;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(auto-fill\,minmax\(6rem\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(6rem,1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-navy-600 {
    border-color: var(--color-navy-600);
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .border-slate-700\/60 {
    border-color: color-mix(in srgb, #334155 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-700) 60%, transparent);
    }
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-amber-500\/20 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }
  .bg-base {
    background-color: var(--color-base);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-navy-600 {
    background-color: var(--color-navy-600);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-slate-700 {
    background-color: var(--color-slate-700);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-slate-900\/40 {
    background-color: color-mix(in srgb, #0F172A 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 40%, transparent);
    }
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .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-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);
  }
  .text-amber-300 {
    color: var(--color-amber-300);
  }
  .text-base {
    color: var(--color-base);
  }
  .text-blue-400 {
    color: var(--color-blue-400);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-lightwhite {
    color: var(--color-lightwhite);
  }
  .text-navy-600 {
    color: var(--color-navy-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-rose-400 {
    color: var(--color-rose-400);
  }
  .text-slate-100 {
    color: var(--color-slate-100);
  }
  .text-slate-200 {
    color: var(--color-slate-200);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-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;
    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-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;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:bg-accent-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-accent-hover);
      }
    }
  }
  .hover\:bg-blue-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-600);
      }
    }
  }
  .hover\:bg-red-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-500);
      }
    }
  }
  .hover\:bg-slate-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-700);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:bg-slate-100 {
    &:focus {
      background-color: var(--color-slate-100);
    }
  }
  .active\:bg-slate-100 {
    &:active {
      background-color: var(--color-slate-100);
    }
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/font/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/font/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/font/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: NeueMachina;
  src: url(/static/font/NeueMachina-Regular.ttf);
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes live-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.5);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.1);
  }
}
@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background-color: var(--color-bg);
  background-image: radial-gradient(ellipse 80% 60% at 20% 0%, rgba(59, 130, 246, 0.10), transparent 60%), radial-gradient(ellipse 70% 50% at 90% 30%, rgba(37, 99, 235, 0.08), transparent 65%), radial-gradient(ellipse 60% 40% at 50% 110%, rgba(18, 33, 80, 0.35), transparent 60%);
  background-attachment: fixed;
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid_bg {
  background-image: url('/static/svg/main_page_grid.svg');
}
@layer components {
  .text-title-m {
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
  .text-input-medium {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .text-link {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .text-main {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
  }
  .text-s {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    border-radius: var(--radius-sm);
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
    white-space: nowrap;
    user-select: none;
  }
  .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.25);
  }
  .btn:disabled, .btn[aria-disabled="true"] {
    cursor: not-allowed;
  }
  .btn-sm {
    padding: 10px 12px;
    font-size: 14px;
  }
  .btn-lg {
    padding: 18px 20px;
    font-size: 16px;
  }
  .btn-pilled {
    border-radius: 9999px;
  }
  .btn-primary {
    background-color: var(--color-main-500);
    color: var(--color-white);
  }
  .btn-primary:hover:not(:disabled) {
    background-color: var(--color-main-400);
  }
  .btn-primary:disabled, .btn-primary[aria-disabled="true"] {
    background-color: var(--color-main-900);
    color: rgba(255, 255, 255, 0.30);
  }
  .btn-soft {
    background-color: rgba(59, 130, 246, 0.12);
    color: var(--color-main-400);
  }
  .btn-soft:hover:not(:disabled) {
    background-color: rgba(59, 130, 246, 0.20);
  }
  .btn-soft:disabled, .btn-soft[aria-disabled="true"] {
    background-color: rgba(59, 130, 246, 0.06);
    color: rgba(96, 165, 250, 0.40);
  }
  .btn-ghost {
    background-color: transparent;
    color: var(--color-slate-300);
  }
  .btn-ghost:hover:not(:disabled) {
    background-color: var(--color-slate-800);
    color: var(--color-white);
  }
  .btn-danger {
    background-color: var(--color-red-700);
    color: var(--color-white);
  }
  .btn-danger:hover:not(:disabled) {
    background-color: var(--color-red-500);
  }
  .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    background-color: transparent;
    color: var(--color-slate-300);
    cursor: pointer;
    transition: background-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
  }
  .btn-icon:hover:not(:disabled) {
    background-color: var(--color-slate-800);
    color: var(--color-white);
  }
  .btn-icon:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.25);
  }
  .btn-icon-sm {
    width: 32px;
    height: 32px;
  }
  .btn-icon-lg {
    width: 62px;
    height: 62px;
  }
  .btn-icon-circle {
    border-radius: 9999px;
  }
  .btn-icon-solid {
    background-color: var(--color-main-500);
    color: var(--color-white);
  }
  .btn-icon-solid:hover:not(:disabled) {
    background-color: var(--color-main-400);
  }
  .btn-icon-outline {
    border-color: var(--color-slate-700);
  }
  .input {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 46px;
    padding: 14px 16px;
    background-color: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    border-radius: var(--radius-sm);
    color: var(--color-white);
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    transition: border-color 120ms ease, box-shadow 120ms ease;
  }
  select.input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%2364748B' stroke-width='2'><path d='M1 1l5 5 5-5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
  }
  .input::placeholder {
    color: var(--color-text-4);
    font-weight: 500;
  }
  .input:hover:not(:disabled):not([aria-invalid="true"]) {
    border-color: var(--color-slate-600);
  }
  .input:focus, .input:focus-visible {
    outline: none;
    border-color: var(--color-main-500);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.25);
  }
  .input[aria-invalid="true"] {
    border-color: var(--color-red-700);
  }
  .input[aria-invalid="true"]:focus {
    box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.25);
  }
  .input:disabled {
    background-color: var(--color-slate-900);
    color: var(--color-text-4);
    cursor: not-allowed;
  }
  .input-sm {
    height: 36px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .input-wrap {
    position: relative;
    display: flex;
    align-items: center;
  }
  .input-wrap > .input-icon-leading {
    position: absolute;
    left: 16px;
    color: var(--color-text-4);
    pointer-events: none;
    width: 16px;
    height: 16px;
  }
  .input-wrap > .input-icon-trailing {
    position: absolute;
    right: 16px;
    color: var(--color-text-4);
    width: 16px;
    height: 16px;
  }
  .input-wrap > .input-with-leading {
    padding-left: 42px;
  }
  .input-wrap > .input-with-trailing {
    padding-right: 42px;
  }
  .field-label {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-slate-300);
    letter-spacing: -0.02em;
  }
  .field-feedback {
    display: block;
    margin-top: 6px;
    font-family: var(--font-sans);
    font-size: 12px;
    line-height: 16px;
    color: var(--color-text-4);
    letter-spacing: -0.02em;
  }
  .field-feedback[data-tone="error"] {
    color: var(--color-red-700);
  }
  .field-feedback[data-tone="success"] {
    color: var(--color-green-500);
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.02em;
    border: 1px solid transparent;
    white-space: nowrap;
  }
  .badge-sm {
    padding: 2px 8px;
    font-size: 11px;
  }
  .badge-lg {
    padding: 6px 12px;
    font-size: 13px;
  }
  .badge-pilled {
    border-radius: 9999px;
  }
  .badge-solid-blue {
    background-color: var(--color-main-500);
    color: var(--color-white);
  }
  .badge-solid-white {
    background-color: var(--color-white);
    color: var(--color-bg);
  }
  .badge-solid-red {
    background-color: var(--color-red-700);
    color: var(--color-white);
  }
  .badge-solid-green {
    background-color: var(--color-green-500);
    color: var(--color-bg);
  }
  .badge-ghost-blue {
    background-color: rgba(59, 130, 246, 0.14);
    color: var(--color-main-400);
  }
  .badge-ghost-white {
    background-color: rgba(255, 255, 255, 0.10);
    color: var(--color-white);
  }
  .badge-ghost-red {
    background-color: rgba(185, 28, 28, 0.14);
    color: var(--color-red-500);
  }
  .badge-ghost-green {
    background-color: rgba(34, 197, 94, 0.14);
    color: var(--color-green-500);
  }
  .badge-outline-blue {
    background-color: transparent;
    border-color: var(--color-main-500);
    color: var(--color-main-400);
  }
  .badge-outline-white {
    background-color: transparent;
    border-color: var(--color-slate-700);
    color: var(--color-white);
  }
  .checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-slate-700);
    border-radius: 4px;
    background-color: var(--color-slate-800);
    cursor: pointer;
    position: relative;
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
    flex-shrink: 0;
  }
  .checkbox:hover:not(:disabled) {
    border-color: var(--color-main-500);
  }
  .checkbox:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.25);
  }
  .checkbox:checked {
    background-color: var(--color-main-500);
    border-color: var(--color-main-500);
  }
  .checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .checkbox:indeterminate {
    background-color: var(--color-main-500);
    border-color: var(--color-main-500);
  }
  .checkbox:indeterminate::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    width: 10px;
    height: 2px;
    background-color: var(--color-white);
  }
  .checkbox:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .checkbox-sm {
    width: 14px;
    height: 14px;
  }
  .checkbox-sm:checked::after {
    left: 3px;
    top: 0;
    width: 4px;
    height: 8px;
  }
  .checkbox-lg {
    width: 22px;
    height: 22px;
  }
  .tab-group {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background-color: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    border-radius: var(--radius-sm);
  }
  .tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    background-color: transparent;
    color: var(--color-slate-300);
    border: none;
    border-radius: 4px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 120ms ease, color 120ms ease;
  }
  .tab:hover:not([aria-selected="true"]):not(:disabled) {
    color: var(--color-white);
  }
  .tab[aria-selected="true"] {
    background-color: var(--color-main-500);
    color: var(--color-white);
  }
  .tab:disabled {
    color: var(--color-text-4);
    cursor: not-allowed;
  }
  .tab-group-vertical {
    flex-direction: column;
    align-items: stretch;
  }
  .card {
    background-color: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    border-radius: var(--radius-lg);
    padding: 20px;
  }
  .card-tight {
    padding: 16px;
  }
  .card-flush {
    padding: 0;
  }
  .divider {
    height: 1px;
    background-color: var(--color-slate-700);
    border: none;
    margin: 0;
  }
  .divider-vertical {
    width: 1px;
    height: auto;
    align-self: stretch;
  }
  .ed-shell {
    width: 100%;
    height: 100%;
    background: var(--color-editor-bg);
    color: var(--color-white);
    font-family: var(--font-sans);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .ed-chrome {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.32);
    border-bottom: 1px solid var(--color-editor-border);
    flex-shrink: 0;
    height: 52px;
    box-sizing: border-box;
    gap: 6px;
  }
  .ed-crumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--color-white);
  }
  .ed-crumbs .muted {
    color: var(--color-slate-400);
  }
  .ed-crumbs .sep {
    font-size: 11px;
    color: var(--color-text-4);
  }
  .ed-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .ed-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid transparent;
    color: var(--color-slate-300);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 14px;
  }
  .ed-icon:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--color-white);
  }
  .ed-icon-lg {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .ed-divider-v {
    width: 1px;
    height: 22px;
    background: var(--color-editor-border);
    margin: 0 4px;
  }
  .ed-btn {
    height: 34px;
    padding: 0 14px;
    border-radius: 10px;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: all 0.15s;
  }
  .ed-btn-ghost {
    background: transparent;
    color: var(--color-white);
    border-color: var(--color-editor-border-strong);
  }
  .ed-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  .ed-btn-primary {
    height: 38px;
    padding: 0 20px;
    font-weight: 700;
    background: var(--color-accent);
    color: var(--color-white);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.18);
  }
  .ed-btn-primary:hover:not(:disabled) {
    background: var(--color-accent-hover);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.45), 0 0 16px rgba(25, 44, 100, 0.6);
  }
  .ed-btn-primary:disabled, .ed-btn-primary[aria-disabled="true"] {
    background: var(--color-slate-800);
    color: var(--color-slate-500);
    box-shadow: none;
    cursor: not-allowed;
  }
  .ed-btn.htmx-request {
    pointer-events: none;
    opacity: 0.85;
    position: relative;
  }
  .ed-btn.htmx-request > i:not(.bi-arrow-repeat) {
    display: none;
  }
  .ed-btn.htmx-request::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.30);
    border-top-color: var(--color-white);
    animation: spin 0.7s linear infinite;
    display: inline-block;
    margin-right: 2px;
  }
  .ed-btn-danger {
    background: transparent;
    color: #f87171;
    border: 1px solid rgba(185, 28, 28, 0.45);
  }
  .ed-btn-danger:hover {
    background: rgba(185, 28, 28, 0.18);
    color: #fca5a5;
    border-color: rgba(185, 28, 28, 0.7);
  }
  .ed-toolbar {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background: var(--color-editor-panel);
    border-bottom: 1px solid var(--color-editor-border);
    flex-shrink: 0;
    gap: 14px;
    height: 80px;
    box-sizing: border-box;
  }
  .ed-game-cover {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4a1f0e, #1a0a04);
    flex-shrink: 0;
    border: 1px solid var(--color-editor-border);
  }
  .ed-name-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .ed-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ed-name {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.01em;
    line-height: 1.25;
    cursor: text;
  }
  .ed-name-edit-btn {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--color-slate-400);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.12s;
    padding: 0;
  }
  .ed-name-edit-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--color-white);
    border-color: var(--color-editor-border);
  }
  .ed-name-edit-btn.confirm:hover {
    background: rgba(34, 197, 94, 0.18);
    color: #4ade80;
    border-color: rgba(34, 197, 94, 0.4);
  }
  .ed-name-edit-btn.cancel:hover {
    background: rgba(220, 54, 46, 0.18);
    color: #f87171;
    border-color: rgba(220, 54, 46, 0.4);
  }
  .ed-name-edit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .ed-name-input {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.01em;
    line-height: 1.25;
    font-family: inherit;
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid var(--color-editor-accent);
    border-radius: 8px;
    padding: 2px 12px;
    margin: -3px -4px;
    outline: none;
    field-sizing: content;
    min-width: 380px;
    max-width: min(720px, 55vw);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
  }
  .ed-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: var(--color-slate-400);
  }
  .ed-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
  }
  .ed-status .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-slate-400);
  }
  .ed-status.published {
    color: #10b981;
  }
  .ed-status.published .dot {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
  }
  .ed-saved {
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .ed-saved i {
    color: #10b981;
    font-size: 11px;
  }
  .ed-body {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 520px;
    overflow: visible;
  }
  @media (min-width: 2200px) {
    .ed-body {
      grid-template-columns: 1fr 640px;
    }
  }
  .ed-pane {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
  }
  .ed-pane-interactive {
    background: var(--color-editor-bg);
  }
  .ed-pane-catalog {
    background: var(--color-navy-850);
    border-left: 1px solid var(--color-editor-border-strong);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.02);
  }
  .ed-pane-head {
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--color-editor-border);
    flex-shrink: 0;
    height: 64px;
    box-sizing: border-box;
  }
  .ed-pane-head-l {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
  }
  .ed-pane-head-l > i {
    font-size: 20px;
    color: var(--color-editor-accent);
    width: 32px;
    height: 32px;
    background: var(--color-editor-accent-soft);
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ed-pane-head-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.01em;
  }
  .ed-pane-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-slate-400);
    margin-bottom: 2px;
  }
  .ed-pane-head-sub {
    font-size: 11px;
    color: var(--color-slate-400);
    margin-top: 2px;
  }
  .ed-pane-head-r {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .ed-pane-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid var(--color-editor-border);
    color: var(--color-slate-300);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 13px;
  }
  .ed-pane-icon:hover {
    background: rgba(255, 255, 255, 0.06);
    color: var(--color-white);
  }
  .ed-board {
    flex: 1;
    overflow-y: auto;
    padding: 16px 22px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .ed-drop-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--color-editor-accent-soft);
    border: 1px dashed rgba(96, 165, 250, 0.35);
    border-radius: 12px;
    font-size: 12px;
    color: var(--color-editor-accent-2);
    flex-shrink: 0;
    transition: background 120ms, border-color 120ms;
  }
  .ed-drop-hint.is-over, .ed-drop-hint.is-accepting {
    background: rgba(96, 165, 250, 0.18);
    border-color: var(--color-editor-accent);
    color: var(--color-white);
  }
  .ed-drop-hint.is-over {
    background: rgba(96, 165, 250, 0.18);
    border-color: var(--color-editor-accent);
  }
  .ed-board-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    align-items: start;
    align-content: start;
    flex: 1 1 auto;
    min-height: 240px;
  }
  @media (min-width: 1700px) {
    .ed-board-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 2400px) {
    .ed-board-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .coin {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffd979, #c9873a 60%, #6b3f12);
    box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.25);
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
  }
  .coin-sm {
    width: 11px;
    height: 11px;
  }
  .coin-md {
    width: 14px;
    height: 14px;
  }
  .coin-lg {
    width: 18px;
    height: 18px;
  }
  .cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
  }
  .cat-chip .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  .cat-combat {
    background: var(--color-cat-combat-bg);
    color: var(--color-cat-combat-fg);
  }
  .cat-combat .dot {
    background: var(--color-cat-combat-dot);
  }
  .cat-help {
    background: var(--color-cat-help-bg);
    color: var(--color-cat-help-fg);
  }
  .cat-help .dot {
    background: var(--color-cat-help-dot);
  }
  .cat-fun {
    background: var(--color-cat-fun-bg);
    color: var(--color-cat-fun-fg);
  }
  .cat-fun .dot {
    background: var(--color-cat-fun-dot);
  }
  .cat-luck {
    background: var(--color-cat-luck-bg);
    color: var(--color-cat-luck-fg);
  }
  .cat-luck .dot {
    background: var(--color-cat-luck-dot);
  }
  .cat-system {
    background: var(--color-cat-system-bg);
    color: var(--color-cat-system-fg);
  }
  .cat-system .dot {
    background: var(--color-cat-system-dot);
  }
  .cat-cyan {
    background: var(--color-cat-cyan-bg);
    color: var(--color-cat-cyan-fg);
  }
  .cat-cyan .dot {
    background: var(--color-cat-cyan-dot);
  }
  .cat-rose {
    background: var(--color-cat-rose-bg);
    color: var(--color-cat-rose-fg);
  }
  .cat-rose .dot {
    background: var(--color-cat-rose-dot);
  }
  .toggle {
    width: 32px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
    border: none;
    padding: 0;
  }
  .toggle .knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: var(--color-white);
    border-radius: 50%;
    transition: transform 0.15s;
  }
  .toggle.is-on {
    background: var(--color-editor-accent);
  }
  .toggle.is-on .knob {
    transform: translateX(14px);
  }
  .cmd-card {
    background: var(--color-editor-card);
    border: 1px solid var(--color-editor-border);
    border-left: 3px solid var(--cc, var(--color-cat-system-dot));
    border-radius: 14px;
    padding: 13px;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 110px;
  }
  .cmd-card.cat-combat {
    --cc: var(--color-cat-combat-dot);
  }
  .cmd-card.cat-help {
    --cc: var(--color-cat-help-dot);
  }
  .cmd-card.cat-fun {
    --cc: var(--color-cat-fun-dot);
  }
  .cmd-card.cat-luck {
    --cc: var(--color-cat-luck-dot);
  }
  .cmd-card.cat-system {
    --cc: var(--color-cat-system-dot);
  }
  .cmd-card.cat-cyan {
    --cc: var(--color-cat-cyan-dot);
  }
  .cmd-card.cat-rose {
    --cc: var(--color-cat-rose-dot);
  }
  .cmd-card:hover {
    border-color: var(--color-editor-border-strong);
    background: var(--color-editor-card-hover);
    transform: translateY(-1px);
  }
  .cmd-card.is-off {
    opacity: 0.55;
  }
  .cmd-card-top {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cmd-card-del {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid transparent;
    color: var(--color-slate-400);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    opacity: 0;
    transition: opacity 120ms, background 120ms, color 120ms, border-color 120ms;
    padding: 0;
  }
  .cmd-card:hover .cmd-card-del {
    opacity: 1;
  }
  .cmd-card-del:hover {
    background: rgba(185, 28, 28, 0.18);
    color: #f87171;
    border-color: rgba(185, 28, 28, 0.45);
    opacity: 1;
  }
  .cmd-card-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.01em;
    line-height: 1.3;
  }
  .cmd-card-foot {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .cmd-trigger {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-editor-accent-2);
    background: var(--color-editor-accent-soft);
    padding: 2px 7px;
    border-radius: 5px;
  }
  .cmd-cost {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--color-coin);
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
  }
  .folder-card {
    background: var(--color-editor-card);
    border: 1px solid var(--color-editor-border);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.15s;
  }
  .folder-card.is-open {
    border-color: var(--color-editor-border-strong);
  }
  .folder-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    cursor: pointer;
    transition: background 0.15s;
  }
  .folder-head:hover {
    background: var(--color-editor-card-hover);
  }
  .folder-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: var(--color-editor-accent-soft);
    color: var(--color-editor-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
  }
  .folder-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .folder-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .folder-name > i {
    font-size: 11px;
    color: var(--color-slate-400);
  }
  .folder-sub {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--color-slate-400);
  }
  .folder-cost {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-coin);
  }
  .folder-settings-btn {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: transparent;
    border: 1px solid transparent;
    color: var(--color-slate-300);
    display: grid;
    place-items: center;
    cursor: pointer;
    margin-left: 4px;
    transition: all 0.12s;
  }
  .folder-settings-btn:hover {
    background: var(--color-editor-card);
    border-color: var(--color-editor-border);
    color: var(--color-white);
  }
  .folder-del-btn:hover {
    background: rgba(185, 28, 28, 0.18);
    color: #f87171;
    border-color: rgba(185, 28, 28, 0.45);
  }
  .folder-chev {
    color: var(--color-slate-400);
    font-size: 11px;
  }
  .folder-body {
    padding: 4px 14px 12px 14px;
    border-top: 1px solid var(--color-editor-border);
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(0, 0, 0, 0.15);
  }
  .folder-cmd-row {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--color-editor-border);
    border-radius: 9px;
    padding: 8px 10px;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .folder-cmd-row:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--color-editor-border-strong);
  }
  .folder-cmd-row.is-off {
    opacity: 0.55;
  }
  .folder-cmd-row .nm {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-white);
  }
  .folder-cmd-row .row {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .in-folder-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--color-slate-400);
    font-style: italic;
  }
  .in-folder-tag i {
    font-size: 9px;
    opacity: 0.7;
  }
  .sys-card {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.10), rgba(96, 165, 250, 0.02));
    border: 1px dashed rgba(96, 165, 250, 0.40);
    border-radius: 14px;
    padding: 14px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.15s;
  }
  .sys-card:hover {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.18), rgba(96, 165, 250, 0.04));
    border-color: var(--color-editor-accent);
  }
  .sys-card-top {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .sys-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: var(--color-editor-accent-soft);
    color: var(--color-editor-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
  }
  .sys-card-tag {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(252, 211, 77, 0.10);
    color: var(--color-coin);
    font-size: 10px;
    font-weight: 500;
  }
  .sys-card-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-white);
  }
  .sys-card-desc {
    font-size: 11px;
    color: var(--color-slate-400);
    line-height: 1.5;
  }
  .sys-card-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .cat-search {
    margin: 14px 22px 0;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid var(--color-editor-border);
    border-radius: 10px;
    height: 38px;
    flex-shrink: 0;
  }
  .cat-search i {
    color: var(--color-slate-400);
    font-size: 13px;
  }
  .cat-search input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--color-white);
    font-size: 13px;
    height: 100%;
  }
  .cat-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 12px 22px 4px;
    flex-shrink: 0;
  }
  .cat-tab {
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-slate-300);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.15s;
  }
  .cat-tab:hover {
    background: rgba(255, 255, 255, 0.09);
    color: var(--color-white);
  }
  .cat-tab.is-active {
    font-weight: 600;
  }
  .cat-tab .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  .cat-tab .c {
    background: rgba(0, 0, 0, 0.25);
    padding: 0 6px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
  }
  .cat-grid {
    flex: 1;
    overflow-y: auto;
    padding: 14px 22px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-content: start;
  }
  .cat-card {
    background: var(--color-editor-card);
    border: 1px solid var(--color-editor-border);
    border-radius: 14px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.15s;
    cursor: grab;
    position: relative;
  }
  .cat-card:hover {
    border-color: var(--color-editor-border-strong);
    background: var(--color-editor-card-hover);
  }
  .cat-card:active {
    cursor: grabbing;
  }
  .cat-card-top {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .cat-card-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.01em;
    line-height: 1.3;
  }
  .cat-card-desc {
    font-size: 11px;
    color: var(--color-slate-400);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cat-card-foot {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    flex-wrap: wrap;
  }
  .cat-card-foot .cmd-trigger {
    font-size: 10px;
  }
  .cat-card-foot .cmd-cost {
    font-size: 11px;
  }
  .hover-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    background: var(--color-editor-card);
    border: 1px solid var(--color-editor-border-strong);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.40), 0 4px 10px rgba(0, 0, 0, 0.20);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(6px);
    transition: opacity 0.14s, visibility 0.14s, transform 0.14s;
    pointer-events: none;
    z-index: 9999;
  }
  .hover-popup.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .hover-popup-video {
    position: relative;
    height: 160px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(135deg, #1f2937, #0f172a);
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .hover-popup-video > i {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.16);
  }
  .hover-popup-play {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  }
  .hover-popup-tag {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.55);
    color: rgba(255, 255, 255, 0.86);
    font-size: 10.5px;
    padding: 3px 7px;
    border-radius: 4px;
  }
  .hover-popup-body {
    padding: 12px 14px 14px;
  }
  .hover-popup-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 4px;
  }
  .hover-popup-desc {
    font-size: 12px;
    color: var(--color-slate-300);
    line-height: 1.45;
    margin-bottom: 8px;
  }
  .hover-popup-foot {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--color-slate-400);
    padding-top: 8px;
    border-top: 1px solid var(--color-editor-border);
    margin-bottom: 10px;
  }
  .hover-popup-foot .sep {
    opacity: 0.5;
  }
  .hover-popup-cta {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--color-editor-card-hover);
    border: 1px dashed var(--color-editor-border-strong);
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 11px;
    color: var(--color-slate-300);
  }
  .modal-bg {
    position: fixed;
    inset: 0;
    background: rgba(5, 10, 24, 0.78);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 32px;
  }
  .modal {
    width: 100%;
    max-width: 720px;
    max-height: 85vh;
    background: var(--color-editor-modal);
    border: 1px solid var(--color-editor-border-strong);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  }
  .modal > form {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    min-height: 0;
    overflow: hidden;
  }
  .modal-sm {
    max-width: 560px;
    max-height: 70vh;
  }
  .modal-head {
    padding: 18px 24px;
    border-bottom: 1px solid var(--color-editor-border);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }
  .modal-head .t {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-slate-300);
  }
  .modal-body {
    flex: 1 1 0%;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 24px 24px;
    gap: 18px;
  }
  .modal-foot {
    padding: 16px 24px;
    border-top: 1px solid var(--color-editor-border);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.18);
  }
  .ed-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }
  .ed-field-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-slate-400);
  }
  .ed-field-hint {
    font-size: 10.5px;
    color: var(--color-slate-400);
  }
  .ed-field-hint code {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: var(--color-slate-300);
    background: var(--color-editor-card-hover);
    padding: 1px 5px;
    border-radius: 4px;
  }
  .ed-ph-hint {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    margin-top: 4px;
  }
  .ed-ph-hint .ed-ph-chip {
    cursor: pointer;
    user-select: none;
    transition: background 100ms, color 100ms, border-color 100ms;
    border: 1px solid transparent;
  }
  .ed-ph-hint .ed-ph-chip:hover {
    background: var(--color-editor-accent-soft);
    color: var(--color-editor-accent-2);
    border-color: rgba(96, 165, 250, 0.4);
  }
  .ed-ph-hint .ed-ph-chip:active {
    transform: translateY(1px);
  }
  .ed-input {
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid var(--color-editor-border);
    border-radius: 10px;
    padding: 10px 12px;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--color-white);
    outline: none;
    box-sizing: border-box;
  }
  .ed-input.mono {
    font-family: var(--font-mono);
  }
  select.ed-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    padding: 4px 30px 4px 10px;
    cursor: pointer;
    color: var(--color-white);
    background-color: rgba(0, 0, 0, 0.30);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  select.ed-select:hover {
    border-color: rgba(96, 165, 250, 0.4);
  }
  select.ed-select option {
    background: var(--color-navy-850);
    color: var(--color-slate-300);
  }
  .ed-input:focus, .ed-textarea:focus {
    border-color: var(--color-editor-accent);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
  }
  .ed-textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid var(--color-editor-border);
    border-radius: 10px;
    padding: 10px 12px;
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--color-white);
    outline: none;
    box-sizing: border-box;
    resize: vertical;
    min-height: 64px;
    line-height: 1.5;
  }
  .ed-coin-input {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.30);
    border: 1px solid var(--color-editor-border);
    border-radius: 10px;
    padding: 10px 12px;
    box-sizing: border-box;
  }
  .ed-coin-input input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--color-white);
    font-family: var(--font-mono);
    font-size: 13px;
    padding: 0;
    min-width: 0;
  }
  .ed-coin-input .suff {
    font-size: 11px;
    color: var(--color-slate-400);
    flex-shrink: 0;
  }
  .ed-coin-input-sm {
    width: 120px;
    padding: 8px 12px;
  }
  .ed-cost-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ed-cost-suffix {
    font-size: 12px;
    color: var(--color-slate-400);
    white-space: nowrap;
  }
  .ed-locked {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.20);
    border: 1px solid var(--color-editor-border);
    border-radius: 10px;
    color: var(--color-slate-300);
    font-family: var(--font-mono);
    font-size: 13px;
  }
  .ed-locked .v {
    flex: 1;
  }
  .ed-locked i {
    color: var(--color-text-4);
  }
  .seg {
    display: flex;
    gap: 0;
    border: 1px solid var(--color-editor-border);
    border-radius: 8px;
    overflow: hidden;
    height: 32px;
  }
  .seg .seg-opt {
    flex: 1;
    background: var(--color-editor-panel);
    border: none;
    border-right: 1px solid var(--color-editor-border);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-slate-300);
    cursor: pointer;
    padding: 0 10px;
  }
  .seg .seg-opt:last-child {
    border-right: none;
  }
  .seg .seg-opt:hover {
    background: var(--color-editor-card);
    color: var(--color-white);
  }
  .seg .seg-opt.is-on {
    background: var(--color-editor-accent);
    color: var(--color-white);
    font-weight: 600;
  }
  .mode-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .mode-card {
    border: 1px solid var(--color-editor-border);
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.14s;
    background: var(--color-editor-panel);
  }
  .mode-card:hover {
    border-color: var(--color-editor-border-strong);
  }
  .mode-card.is-on {
    border-color: var(--color-editor-accent);
    background: rgba(96, 165, 250, 0.08);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.15);
  }
  .mode-card i {
    font-size: 20px;
    color: var(--color-slate-300);
  }
  .mode-card.is-on i {
    color: var(--color-editor-accent);
  }
  .mode-card .ttl {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--color-white);
    margin: 6px 0 3px;
  }
  .mode-card .dsc {
    font-size: 11px;
    color: var(--color-slate-400);
    line-height: 1.4;
  }
  .ed-board::-webkit-scrollbar, .cat-grid::-webkit-scrollbar, .modal-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .ed-board::-webkit-scrollbar-thumb, .cat-grid::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 4px;
  }
  .ed-board::-webkit-scrollbar-thumb:hover, .cat-grid::-webkit-scrollbar-thumb:hover, .modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.18);
  }
  .confirm-modal {
    position: fixed;
    inset: 0;
    background: rgba(5, 10, 24, 0.78);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10500;
    padding: 24px;
  }
  .confirm-modal.is-open {
    display: flex;
  }
  .confirm-modal-card {
    background: var(--color-editor-modal);
    border: 1px solid var(--color-editor-border-strong);
    border-radius: 14px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 440px;
    overflow: hidden;
    animation: confirm-pop 140ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  @keyframes confirm-pop {
    from {
      opacity: 0;
      transform: scale(0.96) translateY(8px);
    }
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
  .confirm-modal-head {
    display: flex;
    gap: 14px;
    padding: 22px 24px 18px;
  }
  .confirm-modal-ic {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 54, 46, 0.16);
    color: #f87171;
    font-size: 18px;
  }
  .confirm-modal-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: -0.01em;
    margin-bottom: 4px;
  }
  .confirm-modal-body {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-slate-300);
  }
  .confirm-modal-foot {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    padding: 14px 20px;
    background: rgba(0, 0, 0, 0.18);
    border-top: 1px solid var(--color-editor-border);
  }
  .confirm-modal-foot .ed-btn {
    height: 34px;
    padding: 0 16px;
    font-weight: 600;
  }
  .confirm-modal-foot .confirm-primary {
    background: var(--color-red-700);
    color: var(--color-white);
    border-color: var(--color-red-700);
  }
  .confirm-modal-foot .confirm-primary:hover {
    background: var(--color-red-500);
    border-color: var(--color-red-500);
    color: var(--color-white);
  }
  .nav-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--color-main-400);
    box-shadow: 0 0 12px var(--color-main-400), 0 0 4px var(--color-main-400), 0 0 2px rgba(255, 255, 255, 0.4);
    z-index: 10000;
    opacity: 0;
    transition: width 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 220ms ease-out;
    pointer-events: none;
  }
  .nav-progress.is-active {
    opacity: 1;
  }
  .sortable-ghost {
    opacity: 0.4;
  }
  .sortable-drag {
    transform: rotate(2deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  }
  .app-chrome {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 14px;
    background: linear-gradient(180deg, var(--color-slate-900), var(--color-bg));
    border-bottom: 1px solid var(--color-slate-800);
    user-select: none;
    -webkit-app-region: drag;
    app-region: drag;
    position: relative;
    z-index: 100;
  }
  .app-chrome.minimal {
    background: transparent;
    border-bottom: none;
  }
  .app-chrome .ac-brand, .app-chrome .ac-balance, .app-chrome .ac-da, .app-chrome .ac-user, .app-chrome .ac-logout, .app-chrome .ac-ctrls, .app-chrome button, .app-chrome input {
    -webkit-app-region: no-drag;
    app-region: no-drag;
  }
  .app-chrome .ac-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: var(--color-white);
  }
  .app-chrome .ac-brand img {
    width: 18px;
    height: 18px;
    display: block;
  }
  .app-chrome .ac-brand .a {
    color: var(--color-red-700);
  }
  .app-chrome .ac-path {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-text-4);
    letter-spacing: 0.05em;
  }
  .app-chrome .ac-path .cur {
    color: var(--color-slate-300);
  }
  .app-chrome .ac-spacer {
    flex: 1;
  }
  .app-chrome .ac-user {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px 4px 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--color-slate-800);
    border-radius: 999px;
    font-size: 12px;
    color: var(--color-slate-300);
    text-decoration: none;
    -webkit-app-region: no-drag;
  }
  .app-chrome .ac-user:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-white);
  }
  .app-chrome .ac-user .av {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9146ff, #5a2db8);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: var(--color-white);
  }
  .app-chrome .ac-user .tw-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9146ff;
  }
  .app-chrome .ac-da {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-app-region: no-drag;
  }
  .app-chrome .ac-da.linked {
    background: rgba(34, 197, 94, 0.12);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
  }
  .app-chrome .ac-da.unlinked {
    background: transparent;
    color: var(--color-slate-400);
    border: 1px solid var(--color-slate-700);
  }
  .app-chrome .ac-da.unlinked:hover {
    color: var(--color-white);
    border-color: var(--color-slate-600);
  }
  .app-chrome .ac-da.linked {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .app-chrome .ac-da.linked:hover {
    background: rgba(34, 197, 94, 0.2);
  }
  .app-chrome .ac-da-chevron {
    font-size: 9px;
    transition: transform 0.15s ease;
  }
  .app-chrome .ac-da-chevron.rotated {
    transform: rotate(180deg);
  }
  .app-chrome .ac-da-wrap {
    position: relative;
  }
  .app-chrome .ac-da-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: var(--color-slate-800, #1e293b);
    border: 1px solid var(--color-slate-700, #334155);
    border-radius: 8px;
    min-width: 140px;
    z-index: 200;
    padding: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  }
  .app-chrome .ac-da-menu-item {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
  }
  .app-chrome .ac-da-unlink {
    color: #f87171;
  }
  .app-chrome .ac-da-unlink:hover {
    background: rgba(248, 113, 113, 0.12);
  }
  .app-chrome .ac-logout {
    font-size: 11px;
    color: var(--color-slate-400);
    background: transparent;
    border: 1px solid transparent;
    padding: 4px 10px;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    -webkit-app-region: no-drag;
  }
  .app-chrome .ac-logout:hover {
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.06);
  }
  .app-chrome .ac-balance {
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--color-slate-800);
    border-radius: 999px;
    font-size: 12px;
    text-decoration: none;
    -webkit-app-region: no-drag;
    height: 26px;
    gap: 6px;
  }
  .app-chrome .ac-balance:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--color-slate-700);
  }
  .app-chrome .ac-balance .v {
    font-weight: 700;
    font-size: 12.5px;
    font-variant-numeric: tabular-nums;
  }
  .app-chrome .ac-balance .ccy {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
  .app-chrome .ac-ctrls {
    display: flex;
    gap: 0;
    height: 100%;
    align-items: stretch;
    margin-right: -14px;
    margin-left: 4px;
    -webkit-app-region: no-drag;
    app-region: no-drag;
  }
  .app-chrome .ac-ctrl {
    width: 46px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-slate-300);
    font-size: 12px;
    cursor: pointer;
    transition: background 120ms, color 120ms;
    -webkit-app-region: no-drag;
    app-region: no-drag;
  }
  .app-chrome .ac-ctrl:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-white);
  }
  .app-chrome .ac-ctrl.close:hover {
    background: var(--color-red-700);
    color: var(--color-white);
  }
  .app-footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 18px;
    background: rgba(0, 0, 0, 0.20);
    border-top: 1px solid var(--color-slate-800);
    font-size: 11px;
    color: var(--color-text-4);
  }
  .app-footer .af-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 12px;
    color: var(--color-slate-300);
  }
  .app-footer .af-brand img {
    width: 14px;
    height: 14px;
  }
  .app-footer .af-brand .a {
    color: var(--color-red-700);
  }
  .app-footer .af-links {
    display: flex;
    gap: 14px;
  }
  .app-footer .af-links a {
    color: var(--color-slate-400);
    text-decoration: none;
    transition: color 120ms;
  }
  .app-footer .af-links a:hover {
    color: var(--color-white);
  }
  .app-footer .af-spacer {
    flex: 1;
  }
  .gp-page {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    background: var(--color-bg);
    min-height: calc(100vh - 56px);
  }
  .gp-topbar {
    padding: 14px 32px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--color-slate-800);
    background: var(--color-bg);
  }
  .gp-crumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--color-text-4);
  }
  .gp-crumbs a {
    color: var(--color-slate-400);
    text-decoration: none;
    transition: color 0.12s;
  }
  .gp-crumbs a:hover {
    color: var(--color-white);
  }
  .gp-crumbs .sep {
    color: var(--color-slate-700);
  }
  .gp-crumbs .cur {
    color: var(--color-white);
    font-weight: 600;
  }
  .gp-spacer {
    flex: 1;
  }
  .gp-balance {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.14s;
  }
  .gp-balance:hover {
    background: var(--color-slate-700);
    border-color: var(--color-main-900);
  }
  .gp-balance .gp-coin {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffd979, #c9873a 60%, #6b3f12);
    box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.25), 0 1px 4px rgba(201, 135, 58, 0.5);
  }
  .gp-balance .v {
    font-weight: 700;
    font-size: 13.5px;
    color: var(--color-white);
    font-variant-numeric: tabular-nums;
  }
  .gp-balance .ccy {
    font-size: 10px;
    color: var(--color-text-4);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
  .gp-search {
    background: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    border-radius: 999px;
    padding: 8px 14px 8px 40px;
    font-size: 13px;
    color: var(--color-white);
    width: 260px;
    outline: none;
    font-family: inherit;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748B'><path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/></svg>");
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 14px;
  }
  .gp-search::placeholder {
    color: var(--color-text-4);
  }
  .gp-search:focus {
    border-color: var(--color-main-500);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  }
  .gp-hero {
    position: relative;
    padding: 28px 32px 24px;
    color: var(--color-white);
    overflow: hidden;
    border-bottom: 1px solid var(--color-slate-800);
  }
  .gp-hero .gp-hero-bg {
    position: absolute;
    inset: 0;
    background: var(--gp-hero-bg, linear-gradient(135deg, #2e1516, #14080c));
    background-size: cover;
    background-position: center;
  }
  .gp-hero .gp-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 17, 31, 0.0) 0%, rgba(11, 17, 31, 0.55) 60%, rgba(11, 17, 31, 0.95) 100%), linear-gradient(90deg, rgba(11, 17, 31, 0.7) 0%, rgba(11, 17, 31, 0) 60%);
  }
  .gp-hero-cta {
    position: absolute;
    top: 20px;
    right: 32px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px 11px 14px;
    border-radius: 999px;
    background: var(--color-accent);
    color: var(--color-white);
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.30), 0 8px 24px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(25, 44, 100, 0.45);
    transition: all 0.15s;
    text-decoration: none;
  }
  .gp-hero-cta:hover {
    background: var(--color-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.50), 0 12px 28px rgba(0, 0, 0, 0.45), 0 6px 16px rgba(25, 44, 100, 0.55);
  }
  .gp-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: end;
    max-width: 1280px;
  }
  .gp-hero-cover {
    aspect-ratio: 3 / 4;
    border-radius: 8px;
    background: var(--gp-cover, linear-gradient(135deg, #2e1516, #14080c));
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.08);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
  }
  .gp-hero-cover .cov-t {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    word-spacing: 99rem;
  }
  .gp-hero-cover .cov-logo {
    align-self: flex-end;
    font-weight: 300;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .gp-hero-meta {
    padding-bottom: 4px;
  }
  .gp-hero-meta .eyebrow {
    color: var(--color-main-400);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .gp-hero-meta .eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-main-400);
    box-shadow: 0 0 8px var(--color-main-400);
  }
  .gp-hero-meta h1 {
    font-weight: 800;
    font-size: 52px;
    line-height: 0.95;
    letter-spacing: -0.025em;
    margin: 0 0 14px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  }
  .gp-hero-meta .tags-line {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .gp-hero-meta .tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-slate-200, var(--color-slate-300));
    letter-spacing: 0.02em;
  }
  .gp-hero-meta .tag.primary {
    background: rgba(25, 44, 100, 0.35);
    border-color: rgba(96, 165, 250, 0.4);
    color: rgb(150, 190, 255);
  }
  .gp-hero-meta .desc {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-slate-300);
    max-width: 720px;
    margin-bottom: 14px;
  }
  .gp-hero-meta .meta-row {
    display: flex;
    gap: 20px;
    font-size: 12px;
    color: var(--color-slate-400);
  }
  .gp-hero-meta .meta-row .k {
    color: var(--color-text-4);
    margin-right: 6px;
  }
  .gp-hero-meta .meta-row b {
    color: var(--color-white);
    font-weight: 600;
  }
  .gp-tabs {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 32px;
    border-bottom: 1px solid var(--color-slate-800);
    background: var(--color-bg);
  }
  .gp-tab {
    padding: 14px 18px 13px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-slate-400);
    cursor: pointer;
    border: none;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: color 0.12s, border-color 0.12s;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .gp-tab:hover {
    color: var(--color-white);
  }
  .gp-tab.on {
    color: var(--color-white);
    border-bottom-color: var(--color-accent);
  }
  .gp-tab .c {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--color-slate-800);
    color: var(--color-slate-400);
    min-width: 20px;
    text-align: center;
  }
  .gp-tab.on .c {
    background: rgba(96, 165, 250, 0.10);
    color: var(--color-main-400);
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.45);
  }
  .gp-content {
    padding: 40px 32px 96px;
  }
  .gp-sec-head {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 0 0 14px;
  }
  .gp-sec-head:not(:first-child) {
    margin-top: 28px;
  }
  .gp-sec-head .t {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--color-white);
  }
  .gp-sec-head .s {
    font-size: 12px;
    color: var(--color-text-4);
  }
  .gp-int-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 14px;
  }
  .gp-int {
    background: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.15s;
    position: relative;
  }
  .gp-int:hover {
    border-color: var(--color-main-900);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  }
  .gp-int-head {
    padding: 16px 16px 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .gp-int-av {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--color-white);
  }
  .gp-int-av.sys {
    background: linear-gradient(135deg, var(--color-accent), var(--color-navy-700));
  }
  .gp-int-av.mine {
    background: linear-gradient(135deg, #3ad17a, #0f5a2d);
  }
  .gp-int-av.other {
    background: linear-gradient(135deg, #5a3ad1, #1f0f5a);
  }
  .gp-int-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: var(--color-white);
    line-height: 1.2;
    margin: 0 0 2px;
  }
  .gp-int-author {
    font-size: 11.5px;
    color: var(--color-text-4);
  }
  .gp-int-author .you {
    color: var(--color-main-400);
    font-weight: 600;
  }
  .gp-int-author .sys-lbl {
    color: var(--color-slate-300);
    font-weight: 600;
  }
  .gp-int-status {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .gp-int-status.draft {
    background: rgba(250, 200, 50, 0.12);
    color: rgb(250, 200, 50);
  }
  .gp-int-status.pub {
    background: rgba(58, 209, 122, 0.12);
    color: rgb(58, 209, 122);
  }
  .gp-int-cmds {
    padding: 0 16px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 28px;
  }
  .gp-cmd-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    padding: 3px 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--color-slate-700);
    border-radius: 4px;
    color: var(--color-slate-200, var(--color-slate-300));
  }
  .gp-cmd-pill i {
    font-size: 10px;
    color: var(--color-text-4);
  }
  .gp-cmd-pill .more {
    font-family: var(--font-sans);
    color: var(--color-text-4);
    font-weight: 600;
  }
  .gp-int-stats {
    padding: 10px 16px 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    border-top: 1px solid var(--color-slate-800);
    font-size: 11px;
    color: var(--color-text-4);
  }
  .gp-int-stats .s {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .gp-int-stats .s .v {
    font-weight: 700;
    font-size: 15px;
    color: var(--color-white);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
  }
  .gp-int-stats .s .k {
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-text-4);
  }
  .gp-int-stats .s.copies .v {
    color: #14b8a6;
  }
  .gp-int-foot {
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid var(--color-slate-800);
  }
  .gp-int-foot a, .gp-int-foot button {
    flex: 1;
    padding: 9px 12px;
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.12s;
    border: 0;
    text-decoration: none;
  }
  .gp-int-foot .run {
    background: var(--color-accent);
    color: var(--color-white);
  }
  .gp-int-foot .run:hover {
    background: var(--color-accent-hover);
  }
  .gp-int-foot .cfg {
    background: var(--color-slate-700);
    color: var(--color-slate-300);
    border: 1px solid var(--color-slate-700);
  }
  .gp-int-foot .cfg:hover {
    background: var(--color-slate-800);
    color: var(--color-white);
  }
  .gp-int-empty {
    grid-column: 1 / -1;
    padding: 60px 20px;
    text-align: center;
    color: var(--color-text-4);
    font-size: 13px;
    border: 1.5px dashed var(--color-slate-700);
    border-radius: 12px;
  }
  .hp-login-bg {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: radial-gradient(ellipse 60% 60% at 50% 30%, rgba(220,54,46,0.08), transparent 60%), radial-gradient(ellipse 80% 50% at 20% 90%, rgba(25,44,100,0.3), transparent 65%), repeating-linear-gradient(0deg, transparent 0, transparent 59px, rgba(255,255,255,0.02) 59px, rgba(255,255,255,0.02) 60px), repeating-linear-gradient(90deg, transparent 0, transparent 59px, rgba(255,255,255,0.02) 59px, rgba(255,255,255,0.02) 60px), var(--color-editor-bg);
    min-height: 100%;
  }
  .hp-login-root {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
  }
  .hp-login-mask {
    width: 140px;
    height: auto;
    margin-bottom: 24px;
    filter: drop-shadow(0 12px 40px rgba(220,54,46,0.4));
  }
  .hp-login-wordmark {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 14px;
    color: var(--color-white);
  }
  .hp-a {
    color: var(--color-red-700);
  }
  .hp-login-tag {
    font-size: 13px;
    color: var(--color-slate-400);
    max-width: 40ch;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .hp-cmd {
    font-family: var(--font-mono);
    color: var(--color-slate-300);
    background: rgba(145,70,255,0.14);
    border: 1px solid rgba(145,70,255,0.35);
    padding: 1px 7px;
    border-radius: 5px;
    font-size: 12px;
  }
  .hp-login-tw {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: #9146ff;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 120ms;
    box-shadow: 0 10px 30px rgba(145,70,255,0.35);
  }
  .hp-login-tw:hover {
    background: #a970ff;
    color: #fff;
  }
  .hp-tw-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hp-login-tw .hp-tw-icon-spinner, .hp-login-tw .hp-tw-label-loading {
    display: none;
  }
  .hp-login-tw.is-loading {
    pointer-events: none;
    opacity: 0.85;
    background: #7c3aed;
  }
  .hp-login-tw.is-loading .hp-tw-icon-default, .hp-login-tw.is-loading .hp-tw-label-default {
    display: none;
  }
  .hp-login-tw.is-loading .hp-tw-icon-spinner {
    display: flex;
    font-size: 20px;
    animation: spin 0.8s linear infinite;
  }
  .hp-login-tw.is-loading .hp-tw-label-loading {
    display: inline;
  }
  .hp-login-hint {
    margin-top: 20px;
    font-size: 11px;
    color: var(--color-text-4);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .hp-login-hint i {
    color: var(--color-slate-600);
  }
  .hp-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }
  .hp-top {
    flex: 0 0 auto;
    padding: 20px 32px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .hp-greeting {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.025em;
    margin: 0;
    line-height: 1;
    color: var(--color-white);
  }
  .hp-sub {
    font-size: 13px;
    color: var(--color-text-4);
    margin-left: 0;
  }
  .hp-hero-strip {
    flex: 0 0 auto;
    padding: 0 32px;
    margin-bottom: 40px;
  }
  .hp-hero {
    position: relative;
    height: 260px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: radial-gradient(ellipse 70% 80% at 10% 50%, rgba(6,11,28,0.95), rgba(6,11,28,0.3) 60%, transparent 85%), linear-gradient(135deg, #14080c, #2e1516);
  }
  .hp-hero-content {
    position: absolute;
    inset: 0;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 480px;
  }
  .hp-eyebrow {
    font-size: 11px;
    color: var(--color-slate-300);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
  }
  .hp-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--color-red-500);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    animation: pulse-live 1.8s ease-out infinite;
    display: inline-block;
  }
  @keyframes pulse-live {
    0% {
      box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
    }
    70% {
      box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
  }
  .hp-hero-title {
    font-weight: 800;
    font-size: 44px;
    letter-spacing: -0.03em;
    line-height: 0.95;
    margin: 10px 0 6px;
    color: var(--color-white);
  }
  .hp-hero-meta {
    font-size: 13px;
    color: var(--color-slate-300);
  }
  .hp-hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
  }
  .hp-btn-primary {
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    padding: 11px 18px;
    border-radius: 8px;
    background: var(--color-accent);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 120ms;
  }
  .hp-btn-primary:hover {
    background: var(--color-accent-hover);
  }
  .hp-btn-ghost {
    border: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    padding: 11px 18px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 120ms;
  }
  .hp-btn-ghost:hover {
    background: rgba(255,255,255,0.14);
  }
  .hp-section-head {
    flex: 0 0 auto;
    padding: 0 32px 12px;
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
  .hp-section-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.015em;
    margin: 0;
    color: var(--color-white);
  }
  .hp-section-cnt {
    font-size: 12px;
    color: var(--color-text-4);
  }
  .hp-filters {
    flex: 0 0 auto;
    padding: 0 32px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .hp-chip {
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    color: var(--color-slate-400);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 120ms;
    white-space: nowrap;
    font-family: inherit;
  }
  .hp-chip:hover {
    border-color: var(--color-slate-600);
    color: var(--color-white);
  }
  .hp-chip-on {
    background: var(--color-main-900) !important;
    border-color: transparent !important;
    color: var(--color-white) !important;
  }
  .hp-chip-c {
    margin-left: 6px;
    color: var(--color-text-4);
    font-weight: 400;
  }
  .hp-chip-on .hp-chip-c {
    color: rgba(255,255,255,0.6);
  }
  .hp-grid-wrap {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 0 32px 28px;
  }
  .hp-grid-wrap::-webkit-scrollbar {
    width: 6px;
  }
  .hp-grid-wrap::-webkit-scrollbar-thumb {
    background: var(--color-slate-700);
    border-radius: 3px;
  }
  .hp-game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }
  .hp-game {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: var(--color-slate-800);
    border: 1px solid var(--color-slate-700);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: border-color 120ms;
  }
  .hp-game:hover {
    border-color: var(--color-slate-600);
    text-decoration: none;
    color: inherit;
  }
  .hp-game:hover .hp-cover::after {
    opacity: 0.4;
  }
  .hp-game-disabled {
    cursor: default;
    pointer-events: none;
  }
  .hp-game-disabled .hp-cover {
    opacity: 0.55;
    filter: grayscale(0.4);
  }
  .hp-cover {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
  }
  .hp-cover-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
  }
  .hp-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(6,11,28,0.9) 100%);
    transition: opacity 150ms;
  }
  .hp-play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: opacity 150ms, transform 150ms;
    transform: translateX(-4px);
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    z-index: 2;
  }
  .hp-game:hover .hp-play {
    opacity: 1;
    transform: translateX(0);
  }
  .hp-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .hp-badge-hot {
    background: #fff;
    color: var(--color-editor-bg);
  }
  .hp-badge-wip {
    background: var(--color-slate-700);
    color: var(--color-slate-300);
  }
  .hp-badge-coming {
    background: var(--color-slate-700);
    color: var(--color-slate-300);
  }
  .hp-title-overlay {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 2;
  }
  .hp-game-name {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    line-height: 1.15;
  }
  .hp-tags {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .hp-tag {
    font-size: 9.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.88);
    background: rgba(0,0,0,0.42);
    backdrop-filter: blur(6px);
    padding: 2px 7px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    border: 1px solid rgba(255,255,255,0.08);
  }
  .hp-game-foot {
    padding: 9px 12px 11px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    background: var(--color-editor-bg);
    border-top: 1px solid var(--color-slate-700);
  }
  .hp-foot-count {
    font-size: 12px;
    color: var(--color-slate-300);
    font-weight: 500;
  }
  .hp-foot-count b {
    color: var(--color-main-400);
    font-weight: 700;
  }
  .hp-foot-sub {
    font-size: 11px;
    color: var(--color-text-4);
    font-family: var(--font-mono);
  }
  .hp-foot-muted {
    color: var(--color-text-4);
    font-style: italic;
    font-size: 11.5px;
  }
  .hp-empty {
    grid-column: 1 / -1;
    padding: 60px 20px;
    text-align: center;
    color: var(--color-text-4);
    font-size: 13px;
  }
}
@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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
