@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sidebar-width: 220px;--list-width: 320px;--color-bg: #0f1117;--color-surface: #1a1d27;--color-surface-hover: #242836;--color-surface-active: #2a2f3e;--color-border: #2e3348;--color-text: #e1e4ed;--color-text-muted: #8b90a5;--color-text-dim: #5c6078;--color-accent: #6c7bf7;--color-accent-soft: rgba(108, 123, 247, .12);--color-success: #34d399;--color-warning: #fbbf24;--color-danger: #f87171;--color-ai: #a78bfa;--color-ai-soft: rgba(167, 139, 250, .1);--radius: 8px;--radius-sm: 6px;--transition: .15s ease}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:14px;color:var(--color-text);background:var(--color-bg)}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}
