*,*:before,*:after{box-sizing:border-box}:root{--bg: #000;--fg: #fff;--fg-muted: rgb(255 255 255 / .4);--fg-dim: rgb(255 255 255 / .25);--fg-secondary: rgb(255 255 255 / .7);--border: rgb(255 255 255 / .4);--card-hover: rgb(255 255 255 / .08);--progress-track: rgb(255 255 255 / .15);--progress-fill: #fff;color-scheme:dark}:root[data-theme=light]{--bg: #fff;--fg: #000;--fg-muted: rgb(0 0 0 / .4);--fg-dim: rgb(0 0 0 / .2);--fg-secondary: rgb(0 0 0 / .6);--border: rgb(0 0 0 / .25);--card-hover: rgb(0 0 0 / .05);--progress-track: rgb(0 0 0 / .15);--progress-fill: #000;color-scheme:light}html{width:100%;height:100%;background:var(--bg);overflow:hidden}body{margin:0;width:100%;height:100%;min-height:100vh;font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,monospace;background:var(--bg);color:var(--fg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}code{font-family:inherit;background:transparent;padding:0}
