@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;600&display=swap");:root{--bg:#ffffff;--sidebar-bg:#f8fafc;--card-bg:#ffffff;--ink:#0f172a;--accent:#14b8a6;--accent-soft:rgba(20,184,166,0.15);--accent-purple:#8b5cf6;--line:#e2e8f0;--warn:#ef4444;color-scheme:light}[data-theme=dark]{--bg:#0f172a;--sidebar-bg:#1e293b;--card-bg:rgba(30,41,59,0.7);--ink:#f8fafc;--accent:#2dd4bf;--accent-soft:rgba(45,212,191,0.15);--accent-purple:#a855f7;--line:rgba(248,250,252,0.1);--warn:#f87171;color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;background-color:var(--bg);color:var(--ink);min-height:100vh;transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}