@import"https://fonts.googleapis.cn/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100vh;overflow-x:hidden;background-color:var(--background-light);color:var(--text-light)}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}body.dark-mode{background-color:var(--background-dark);color:var(--text-dark)}button{font-family:inherit}a{text-decoration:none}:root{--primary-light: #7c4dff;--background-light: #f5f5f5;--surface-light: #ffffff;--text-light: #333333;--primary-dark: #bb86fc;--background-dark: #121212;--surface-dark: #1e1e1e;--text-dark: #e0e0e0;--transition-speed: .3s}#root{min-height:100vh;display:flex;flex-direction:column}.material-icons{font-size:24px;line-height:1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.dark-mode ::-webkit-scrollbar-track{background:var(--background-dark)}.dark-mode ::-webkit-scrollbar-thumb{background:#666}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#888}
