@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Qwitcher+Grypen:wght@400;700&family=Syne:wght@700&display=swap");:root{--bg:#031a3f;--surface:#06285e;--surface2:#0a3372;--border:#1a3f6e;--accent:#7a899e;--accent2:#d0d5d8;--green:#34d399;--red:#f87171;--yellow:#fbbf24;--text:#d0d5d8;--muted:#7a899e;--radius:10px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Rajdhani,sans-serif;font-weight:500;min-height:100vh}a{color:inherit;text-decoration:none}