*,:after,:before{box-sizing:border-box}*{border-color:var(--border-color)}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);line-height:1.6}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{height:100%;min-height:100%;max-width:100vw;overflow-x:hidden}::selection{background:var(--brand-primary);color:white}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--fg-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--fg-secondary)}