@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Noto+Sans+SC:wght@400;500;600&family=Noto+Serif+SC:wght@500;600&display=swap";:root{--bg: #10100e;--card: #161410;--line: #2a261f;--ink: #ece6db;--mute: #8d867c;--faint: #6a645c;--accent: #c4a574;--paper: #efe8dc;--paperink: #2a261f;--scroll-size: 6px;--scroll-thumb: rgba(196, 165, 116, .32);--scroll-thumb-active: rgba(196, 165, 116, .52)}*{box-sizing:border-box}html,body,#app{margin:0;height:100%;min-height:100%}body{font-family:Noto Sans SC,IBM Plex Sans,sans-serif;background:var(--bg);color:var(--ink)}button,input,textarea{font-family:inherit}a{color:inherit}*{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) transparent}::-webkit-scrollbar{width:var(--scroll-size);height:var(--scroll-size);background:transparent}::-webkit-scrollbar-track,::-webkit-scrollbar-corner{background:transparent}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb);border-radius:99px;border:1px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active{background-color:var(--scroll-thumb-active)}body:has(.login),body:has(.shell){--scroll-thumb: rgba(42, 38, 31, .22);--scroll-thumb-active: rgba(42, 38, 31, .38)}
