:root{--bg-base: #0a0a0f;--bg-surface: #141418;--bg-elevated: #1a1a1f;--bg-hover: #222228;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--text-primary: rgba(255, 255, 255, .92);--text-secondary: rgba(255, 255, 255, .55);--text-tertiary: rgba(255, 255, 255, .35);--accent: #00aab4;--accent-bright: #00c8d2;--accent-dark: #006e75;--error: #ff4444;--error-bg: rgba(255, 68, 68, .12);--success: #22c55e;--warning: #fbbf24;--warning-bg: rgba(251, 191, 36, .12)}body.theme-light{--bg-base: #ffffff;--bg-surface: #f5f5f7;--bg-elevated: #ffffff;--bg-hover: #ebebef;--border: rgba(0, 0, 0, .08);--border-hover: rgba(0, 0, 0, .15);--text-primary: rgba(0, 0, 0, .92);--text-secondary: rgba(0, 0, 0, .55);--text-tertiary: rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden;background:var(--bg-base);color:var(--text-primary)}.dragging *{-webkit-user-select:none!important;user-select:none!important;cursor:move!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}::-webkit-scrollbar-corner{background:var(--bg-base)}
