:root{--theme-page-bg: #f5f5f5;--theme-page-bg-alt: #ffffff;--theme-surface: #ffffff;--theme-surface-muted: #f8f8f8;--theme-text-title: #000000;--theme-text-primary: #333333;--theme-text-secondary: #666666;--theme-text-muted: #999999;--theme-text-inverse: #ffffff;--theme-primary: #1976d2;--theme-primary-active: #1565c0;--theme-neutral: #333333;--theme-neutral-active: #555555;--theme-success: #4caf50;--theme-success-bg: #e8f5e9;--theme-danger: #f44336;--theme-danger-bg: #ffebee;--theme-link: #007aff;--theme-border: #dddddd;--theme-border-light: #e0e0e0;--theme-divider: #f0f0f0;--theme-overlay: rgba(0, 0, 0, .5);--theme-placeholder-bg: #e8e8e8;--theme-placeholder-icon: #cccccc;--theme-scrollbar-thumb: #cccccc;--theme-scrollbar-thumb-hover: #999999}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--theme-page-bg);color:var(--theme-text-primary)}#app{width:100%;height:100%}@media(max-width:768px){body{font-size:14px}}*{-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--theme-scrollbar-thumb-hover)}
