:root{--background:#f7f9fc;--foreground:#1a1f2c;--border:#e4e7ee;--input:#fff;--primary:#2a8bff;--primary-foreground:#fff;--secondary:#eaf6ff;--secondary-foreground:#4a4f5e;--muted:#f1f5f9;--muted-foreground:#4a4f5e;--success:#ecfdf5;--success-foreground:#065f46;--accent:#66e1ff;--accent-foreground:#fff;--destructive:#ff3b3f;--destructive-foreground:#fff;--warning:#ffc043;--warning-foreground:#1a1f2c;--card:#fff;--card-foreground:#1a1f2c;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:12px;--sidebar-width:72px;--sidebar-width-expanded:248px;--font-family:"Lato",-apple-system,"Segoe UI",sans-serif;--kx-canvas:#f6f7f9;--kx-surface:#fff;--kx-surface-sunken:#eef0f3;--kx-border:#dfe2e8;--kx-border-strong:#c2c7d0;--kx-text:#0b0d12;--kx-text-secondary:#565d6b;--kx-text-tertiary:#8b909c;--kx-accent:#35f;--kx-accent-hover:#2643db;--kx-accent-wash:#eaeeff;--kx-accent-glow:rgba(51,85,255,.28);--kx-success:#0e9f5a;--kx-success-wash:#e4f9ee;--kx-warning:#b6790a;--kx-warning-wash:#fdf2df;--kx-danger:#e0304d;--kx-danger-wash:#fdeaee;--kx-on-accent:#fff;--kx-hero-fill:#0b0d12;--kx-channel-instagram:#c2185b;--kx-channel-instagram-wash:#fce4ec;--kx-radius:6px;--kx-radius-sm:4px;--kx-font-ui:"Lato",-apple-system,"Segoe UI",sans-serif;--kx-font-body:"Lato","Segoe UI",sans-serif;--kx-font-mono:"JetBrains Mono",ui-monospace,"SF Mono",monospace;--kx-chrome-bg:#0a0d16;--kx-chrome-bg-raised:#12151f;--kx-chrome-border:#23273a;--kx-chrome-text:#e7e9f5;--kx-chrome-text-muted:#7d8296;--kx-chrome-accent:#5c7cff;--kx-chrome-accent-glow:rgba(92,124,255,.35)}:root:not([data-theme=light]){@media (prefers-color-scheme:dark){--kx-canvas:#14161c;--kx-surface:#1b1e27;--kx-surface-sunken:#12141b;--kx-border:#2b2f3b;--kx-border-strong:#3a3f4d;--kx-text:#eef0f6;--kx-text-secondary:#a7acbb;--kx-text-tertiary:#6d7385;--kx-accent:#5c7cff;--kx-accent-hover:#7a94ff;--kx-accent-wash:#1c2445;--kx-accent-glow:rgba(92,124,255,.35);--kx-success:#37cf87;--kx-success-wash:#113626;--kx-warning:#e0ac4b;--kx-warning-wash:#3a2f16;--kx-danger:#f0708a;--kx-danger-wash:#3a1e26}}:root[data-theme=dark]{--kx-canvas:#14161c;--kx-surface:#1b1e27;--kx-surface-sunken:#12141b;--kx-border:#2b2f3b;--kx-border-strong:#3a3f4d;--kx-text:#eef0f6;--kx-text-secondary:#a7acbb;--kx-text-tertiary:#6d7385;--kx-accent:#5c7cff;--kx-accent-hover:#7a94ff;--kx-accent-wash:#1c2445;--kx-accent-glow:rgba(92,124,255,.35);--kx-success:#37cf87;--kx-success-wash:#113626;--kx-warning:#e0ac4b;--kx-warning-wash:#3a2f16;--kx-danger:#f0708a;--kx-danger-wash:#3a1e26}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-family);background:var(--kx-canvas)}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}:root{color-scheme:light}:root:not([data-theme=light]){@media (prefers-color-scheme:dark){color-scheme:dark}}:root[data-theme=dark]{color-scheme:dark}input,option,select,textarea{color:var(--kx-text)}option{background:var(--kx-surface)}::placeholder{color:var(--kx-text-tertiary);opacity:1}