:root{--bg: #ffffff;--surface: #f3f4f6;--text: #111827;--border: #d1d5db;--sidebar: #e5e7eb;--link: #2563eb;--link-hover: #1d4ed8;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{--bg: #020617;--surface: #0f172a;--text: #ffffff;--border: #334155;--sidebar: #020617;--link: #60a5fa;--link-hover: #93c5fd}}*{box-sizing:border-box}html,body,#root{margin:0;min-width:320px;min-height:100vh;width:100%}body{background:var(--bg);color:var(--text)}a{color:var(--link);text-decoration:none;font-weight:500}a:hover{color:var(--link-hover)}input,textarea,select{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px;font:inherit}button{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:.2s ease}button:hover{opacity:.9}button:focus,button:focus-visible{outline:2px solid var(--link)}h1,h2,h3,h4,h5,h6{color:var(--text);margin-top:0}p,span,div,label{color:inherit}
