@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;600&family=Mulish:wght@300;400;500;600&display=swap");:root{--bg:#212121;--surface:#2b2b2b;--surface2:#333;--border:#3e3e3e;--text:#f5f5f5;--text-muted:#aaa;--accent:#3390ec;--radius:20px;--radius-sm:12px}@media (prefers-color-scheme:light){:root{--bg:#fff;--surface:#f0f0f0;--surface2:#e8e8e8;--border:#d9d9d9;--text:#000;--text-muted:#707579;--accent:#3390ec}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Mulish,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}