*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}img,svg,canvas{display:block}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}input,textarea,select{border:none;outline:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}body{font-family:var(--font-mono);font-size:var(--font-size-base);line-height:var(--line-height);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-green-dim)}::selection{background:var(--color-green-glow);color:var(--color-green)}:focus-visible{outline:1px solid var(--color-blue);outline-offset:1px}
