:root{--background:#fff;--foreground:#171717;--muted-foreground:#6b7280;--border:#d1d5db;--surface:#f9fafb;--primary:#2563eb;--primary-foreground:#fff;--danger:#dc2626;--danger-foreground:#fff;--danger-surface:#fef2f2;--success:#16a34a;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--text-xs:12px;--text-sm:13px;--text-base:14px;--text-lg:16px;--text-xl:18px;--text-2xl:22px;--breakpoint-tablet:1024px;--breakpoint-mobile:640px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--muted-foreground:#9ca3af;--border:#2e2e2e;--surface:#171717;--primary:#3b82f6;--primary-foreground:#0a0a0a;--danger:#f87171;--danger-foreground:#0a0a0a;--danger-surface:#2c1414;--success:#4ade80}}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;display:flex}@layer base{*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
