:root{--bg:#060606;--bg-elevated:#0f0f0f;--bg-card:#0c0c0c;--bg-switcher:#141414;--bg-hover:#1a1a1a;--border:#1a1a1a;--border-subtle:#111;--text:#f0f0f0;--text-muted:#6b6b6b;--text-faint:#4a4a4a;--accent:#f0f0f0;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--ease:cubic-bezier(0.25,0.46,0.45,0.94);--transition:0.25s var(--ease)}*{box-sizing:border-box;padding:0;margin:0}:focus{outline:none}:focus-visible{outline:1px solid var(--text-muted);outline-offset:2px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter Tight,sans-serif;background:var(--bg);color:var(--text);letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input::placeholder,textarea::placeholder{font-family:Inter Tight,sans-serif}::selection{background:var(--text);color:var(--bg)}.switcher-tabs button:focus,.switcher-tabs button:focus-visible{outline:none;box-shadow:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}