:root{--background:#06080b;--surface:#0b0f14;--surface-raised:#10151c;--line:#222b36;--line-bright:#354150;--text:#f7f8fa;--muted:#9da8b7;--subtle:#6f7b8b;--red:#ff3347;--red-deep:#8f1424;--green:#2bda87;--orange:#ff9d32}html{height:100%;background:var(--background)}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--text);background:var(--background);font-family:Bahnschrift,DIN Alternate,Arial Narrow,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-stretch:condensed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}::selection{color:#ffffff;background:var(--red-deep)}