:root{--background:#f8fafc;--foreground:#0f172a;--primary:#10b981;--primary-hover:#059669;--surface:#fff;--border:#e2e8f0;--text-muted:#64748b;--danger:#ef4444;--success:#22c55e;--warning:#f59e0b}@media (prefers-color-scheme:dark){:root{--background:#020617;--foreground:#f8fafc;--primary:#34d399;--primary-hover:#10b981;--surface:#0f172a;--border:#1e293b;--text-muted:#94a3b8}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--foreground);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn-primary{background-color:var(--primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:background-color .2s ease}.btn-primary:hover{background-color:var(--primary-hover)}