:root{--background:#0d1117;--danger:#ff7b72;--foreground:#e6edf3;--info:#58a6ff;--line:#30363d;--muted:#8b949e;--selected:#1f6feb;--success:#3fb950;--surface:#161b22;--warning:#d29922;--font-mono:ui-monospace,"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono",monospace;color-scheme:dark}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;font-family:var(--font-mono);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--foreground);background:var(--background)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::selection{color:var(--foreground);background:var(--selected)}:focus-visible{outline:2px solid var(--info);outline-offset:3px}