@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&family=DM+Sans:wght@400;500&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--brand-primary:#2563eb;--brand-light:#60a5fa;--brand-dark:#1d4ed8;--bg:#0a0f1e;--bg-card:#ffffff08;--bg-status:#2563eb14;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--border-subtle:#ffffff14;--border-brand:#2563eb33}html,body{background:var(--bg);color:var(--text-primary);min-height:100vh;font-family:DM Sans,system-ui,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3{letter-spacing:-.02em;font-family:Sora,sans-serif;line-height:1.15}a{color:var(--brand-light);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;font-family:DM Sans,sans-serif}
