*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%}button,input,select,textarea{font:inherit;color:inherit}::selection{background:var(--accent,#888);color:var(--accent-fg,#fff)}.app{background:var(--bg);width:100%;min-height:100vh;color:var(--fg);font-family:var(--font);flex-direction:column;display:flex}.app[data-theme=dark]{--bg:#0a0a0a;--fg:#fafafa;--panel:#0a0a0a;--stage:#0a0a0a;--muted:#7a7a7a;--accent:#fafafa;--accent-fg:#0a0a0a;--bd:2px solid #fafafa;--radius:0px;--radius-sm:0px;--btn-radius:0px;--shadow:none;--font:"Space Mono", monospace;--label-tt:uppercase;--label-ls:2px;--code-bg:#000;--code-fg:#fafafa;--code-comment:#666;--grid:#ffffff0d}.app[data-theme=light]{--bg:#fafaf7;--fg:#0a0a0a;--panel:#fafaf7;--stage:#fafaf7;--muted:#888;--accent:#0a0a0a;--accent-fg:#fafaf7;--bd:2px solid #0a0a0a;--radius:0px;--radius-sm:0px;--btn-radius:0px;--shadow:none;--font:"Space Mono", monospace;--label-tt:uppercase;--label-ls:2px;--code-bg:#0a0a0a;--code-fg:#fafaf7;--code-comment:#999;--grid:#0000000d}@media (prefers-reduced-motion:reduce){.fx-reduce-motion *,.fx-reduce-motion :before,.fx-reduce-motion :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
