:root{--color-primary:#f20cef;--color-primary-hover:#c20abf;--color-secondary:#dbf20c;--color-secondary-hover:#afc20a;--color-background:#fff;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#4b5563;--color-border:#e5e7eb;--color-navbar-background:#fff}:root[data-theme=dark]{--color-background:#121212;--color-surface:#1e1e1e;--color-text:#f3f4f6;--color-text-muted:#a1a1aa;--color-border:#333;--color-navbar-background:#000}*{box-sizing:border-box}body{color:var(--color-text);background:var(--color-background);margin:0;font-family:Inter,system-ui,sans-serif}#root{min-height:100vh}
