*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:var(--fs-base);-webkit-font-smoothing:antialiased}a{color:var(--iris);text-decoration:none}a:hover{color:var(--iris-strong);text-decoration:underline}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}.kicker{font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;color:var(--text-mute);font-size:10px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:var(--r-pill);background-clip:content-box;border:3px solid #0000}::-webkit-scrollbar-thumb:hover{background:var(--text-mute);background-clip:content-box;border:3px solid #0000}::selection{background:var(--iris-bg)}:focus-visible{outline:2px solid var(--iris);outline-offset:2px}
