:root{--bg:#0b0d12;--fg:#e6e8ef;--muted:#8b93a7;--accent:#5b9eff;--panel:#161a23;--panel-border:#232936}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.4}#__next,body,body>div,html{height:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}