*{box-sizing:border-box;margin:0;padding:0}html,body,#main{width:100%;height:100%}html{font-size:16px}@media (max-width:768px){html{font-size:clamp(16px,4vw,18px)}}@media (max-width:768px) and (-webkit-min-device-pixel-ratio:2),(max-width:768px) and (min-resolution:2dppx){html{font-size:clamp(17px,4.2vw,19px)}}@media (max-width:768px) and (-webkit-min-device-pixel-ratio:3),(max-width:768px) and (min-resolution:3dppx){html{font-size:clamp(18px,4.5vw,20px)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:var(--font-base);line-height:1.5}*{scrollbar-width:thin;scrollbar-color:var(--color-border)transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0;border-radius:3px}::-webkit-scrollbar-thumb{background:var(--color-border-light);border-radius:3px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--color-border)}::-webkit-scrollbar-thumb:active{background:var(--color-border-hover)}::-webkit-scrollbar-corner{background:0 0}svg{fill:none;stroke:var(--color-text-secondary);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}svg path{stroke:inherit}