:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--scrollbar-track: #f1f3f7;--scrollbar-thumb: #c1c7d4;--scrollbar-thumb-hover: #a9b1c2}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}#root{min-height:100vh}[data-theme=dark]{--scrollbar-track: #1e2330;--scrollbar-thumb: #4a5364;--scrollbar-thumb-hover: #5a6478}.app-scroll-area{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.app-scroll-area::-webkit-scrollbar{width:10px}.app-scroll-area::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:10px}.app-scroll-area::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}.app-scroll-area::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
