:root{--bg: #f4f5f7;--surface: #ffffff;--surface-2: #f1f5f9;--border: rgba(15, 23, 42, .1);--shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 4px 12px rgba(15, 23, 42, .05);--text: #0f172a;--text-muted: #64748b;--accent: #4f46e5;--accent-2: #6366f1;--accent-soft: rgba(99, 102, 241, .1);--accent-grad: linear-gradient(135deg, #6366f1, #8b5cf6);--success: #059669;--success-bg: rgba(5, 150, 105, .12);--danger: #dc2626;--danger-bg: rgba(220, 38, 38, .08);--danger-border: rgba(220, 38, 38, .3);--venue-bg: rgba(99, 102, 241, .12);--venue-text: #4f46e5;--venue-out-bg: #fee2e2;--venue-out-text: #b91c1c;color-scheme:light}:root[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface-2: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .1);--shadow: 0 1px 2px rgba(0, 0, 0, .3);--text: #f1f5f9;--text-muted: #94a3b8;--accent: #818cf8;--accent-2: #a5b4fc;--accent-soft: rgba(129, 140, 248, .15);--accent-grad: linear-gradient(135deg, #6366f1, #8b5cf6);--success: #34d399;--success-bg: rgba(52, 211, 153, .15);--danger: #fca5a5;--danger-bg: rgba(239, 68, 68, .12);--danger-border: rgba(239, 68, 68, .35);--venue-bg: rgba(129, 140, 248, .15);--venue-text: #a5b4fc;--venue-out-bg: rgba(239, 68, 68, .18);--venue-out-text: #fca5a5;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,sans-serif;transition:background .2s ease,color .2s ease}@media(max-width:640px){.calendar-sidebar{position:static!important;flex-basis:100%!important;width:100%}.calendar-top-btn{position:fixed!important;bottom:16px;right:16px;width:auto!important;margin-top:0!important;z-index:50;box-shadow:0 2px 10px #0006}}
