:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}body{font-family:-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;background-color:#f5f5f5}#root{height:100vh;width:100vw}.app{height:100vh;width:100vw;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:.2rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;min-height:55px;flex-shrink:0}.app-header h1{font-size:1.2rem;color:#333;margin:0}.view-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.view-selector{padding:.5rem .75rem;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:.9rem;min-width:140px}.view-selector:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.navigation-controls{display:flex;align-items:center;gap:.75rem}.navigation-controls button{padding:.5rem 1rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s ease}.navigation-controls button:hover{background:#f5f5f5;border-color:#bbb}.navigation-controls button:active{transform:translateY(1px)}.current-period{font-weight:500;min-width:180px;text-align:center;color:#333}.event-count{font-size:.9rem;color:#666;background:#f0f0f0;padding:.4rem .8rem;border-radius:16px;font-weight:500}.app-body{flex:1;display:flex;min-height:0;width:100%;overflow:hidden}.filter-sidebar{background:#fff;border-left:1px solid #e0e0e0;border-right:none;transition:width .3s ease,transform .2s ease;order:2;position:relative}.filter-sidebar.collapsed{width:0;min-width:0;padding:0;overflow:visible;border-left:none;background:transparent}.filter-sidebar.expanded{width:280px;min-width:280px;padding:1rem;position:relative;order:2}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filter-header h3{margin:0;font-size:1.1rem}.toggle-btn{background:none;border:none;font-size:.7rem;cursor:pointer;padding:.5rem;border-radius:4px}.toggle-btn:hover{background:#f5f5f5}.filter-sidebar.collapsed .toggle-btn{display:none}.calendar-container{order:1;flex:1;padding:1rem;overflow:auto;width:100%;min-width:0}.toggle-btn.overlay-toggle{position:static;background:#fff;border:1px solid #e0e0e0;padding:.45rem .65rem;border-radius:6px;box-shadow:0 2px 6px #00000014}.filter-header .toggle-btn{display:none}.app-header .toggle-btn.overlay-toggle{position:static;margin-left:.5rem}.filter-actions{margin-bottom:1rem}.clear-filters-btn{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:.9rem;width:100%}.clear-filters-btn:hover{background:#f5f5f5}.filter-section{margin-bottom:1.5rem}.filter-section h4{margin-bottom:.5rem;font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.filter-option input[type=checkbox]{margin:0}.color-scheme-selector{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.color-scheme-selector label{font-size:.9rem;font-weight:500;color:#555}.color-scheme-dropdown{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background-color:#fff;cursor:pointer;transition:border-color .2s ease}.color-scheme-dropdown:hover{border-color:#999}.color-scheme-dropdown:focus{outline:none;border-color:#007acc;box-shadow:0 0 0 2px #007acc33}.calendar-container{flex:1;padding:1rem;overflow:auto;width:100%;min-width:0}.calendar-grid{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:auto;width:100%;height:100%}.week-view .calendar-header{display:grid;grid-template-columns:repeat(7,1fr);background:#f8f9fa;border-bottom:1px solid #e0e0e0}.week-view .calendar-body{display:grid;grid-template-columns:repeat(7,1fr);height:calc(100vh - 180px)}.day-header{padding:1rem;text-align:center;border-right:1px solid #e0e0e0}.day-header:last-child{border-right:none}.day-name{font-weight:500;margin-bottom:.25rem;text-transform:uppercase;font-size:.8rem;color:#666}.day-number{font-size:1.2rem;font-weight:600}.day-cell{padding:.5rem;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;min-height:120px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.day-cell:last-child{border-right:none}.two-week-view .calendar-header{display:grid;grid-template-columns:repeat(7,1fr);background:#f8f9fa;border-bottom:1px solid #e0e0e0}.two-week-view .calendar-body{height:calc(100vh - 160px);display:flex;flex-direction:column}.day-header-label{padding:.75rem;text-align:center;font-weight:500;text-transform:uppercase;font-size:.8rem;color:#666;border-right:1px solid #e0e0e0}.day-header-label:last-child{border-right:none}.week-row{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e0e0e0;flex:1}.week-row:last-child{border-bottom:none}.two-week-view .day-cell{padding:.5rem;border-right:1px solid #e0e0e0;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.two-week-view .day-cell:last-child{border-right:none}.two-week-view .day-number{font-size:.9rem;font-weight:600;margin-bottom:.5rem}.month-view .calendar-header{display:grid;grid-template-columns:repeat(7,1fr);background:#f8f9fa;border-bottom:1px solid #e0e0e0}.month-view .calendar-body{height:calc(100vh - 160px);display:flex;flex-direction:column;overflow-x:scroll}.month-view .week-row{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e0e0e0;flex:1}.month-view .day-cell{padding:.5rem;border-right:1px solid #e0e0e0;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.month-view .day-cell:last-child{border-right:none}.month-view .day-number{font-size:.9rem;font-weight:600;margin-bottom:.5rem}.day-cell.other-month{background:#f8f9fa;color:#999}.day-cell.other-month .day-number{color:#ccc}.multi-month-view{padding:1rem;height:calc(100vh - 90px);overflow:auto}.months-container{display:grid;gap:1.5rem;height:100%;min-height:0}@media (min-width: 1600px){.three-months .months-container{grid-template-columns:repeat(3,minmax(350px,1fr))}.six-months .months-container{grid-template-columns:repeat(6,minmax(300px,1fr))}}@media (min-width: 1200px) and (max-width: 1599px){.six-months .months-container{grid-template-columns:repeat(4,minmax(280px,1fr));grid-template-rows:repeat(2,1fr)}}.three-months .months-container{grid-template-columns:repeat(3,1fr)}.six-months .months-container{grid-template-columns:repeat(6,1fr)}@media (max-width: 1400px){.six-months .months-container{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}.month-column{border:1px solid #e0e0e0;border-radius:4px;display:flex;flex-direction:row}.month-header{background:#f8f9fa;padding:.75rem .5rem;text-align:center;font-weight:500;border-right:1px solid #e0e0e0;border-bottom:none;font-size:.9rem;flex-shrink:0;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);width:3rem;display:flex;align-items:center;justify-content:center}.month-body{display:flex;flex-direction:column;flex:1;overflow-y:auto}.week-row-compact{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #f0f0f0}.week-row-compact:last-child{border-bottom:none}.week-row-events{border-bottom:1px solid #f0f0f0;padding:.6rem;flex:1;display:flex;gap:.5rem}.week-row-events:last-child{border-bottom:none}.week-header{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-weight:600;flex-shrink:0;width:auto}.week-start-date{font-size:.8rem;color:#333;background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;min-width:35px;text-align:center;flex-shrink:0}.week-other-month{font-size:.7rem;color:#999;font-weight:400}.week-events{display:flex;flex-direction:column;gap:.4rem;flex:1}.day-events{display:flex;flex-wrap:wrap;gap:.4rem;align-items:flex-start;border-bottom:1px dotted #ccc;padding-bottom:.4rem}.multi-month-view .day-events{flex-direction:row;flex-wrap:wrap;gap:.2rem}.week-events .day-events:last-child{border-bottom:none}.day-events .event-item{flex:0 0 auto;max-width:calc(50% - .2rem)}.multi-month-view .day-events .event-item{max-width:calc(50% - .1rem);width:auto;flex:0 0 calc(50% - .1rem)}.multi-month-view .day-events .event-item.holiday-event{max-width:100%;width:100%;flex:0 0 100%}.multi-month-view .event-item.compact.all-day.holiday-event .event-name{display:inline;padding-left:.4rem;font-size:.6rem}.multi-month-view .event-item.compact.all-day.holiday-event .event-time-multi{display:inline}.week-events .event-item{margin-bottom:0}.day-cell::-webkit-scrollbar,.calendar-container::-webkit-scrollbar{width:6px}.day-cell::-webkit-scrollbar-track,.calendar-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.day-cell::-webkit-scrollbar-thumb,.calendar-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.day-cell::-webkit-scrollbar-thumb:hover,.calendar-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.multi-month-view{padding:1rem;height:calc(100vh - 90px)}.months-container{display:grid;gap:1.5rem;height:100%}.month-column{border:1px solid #e0e0e0;border-radius:8px;background:#fff;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:row}.month-header{background:#f8f9fa;padding:.4rem .5rem;text-align:center;font-weight:600;border-right:1px solid #e0e0e0;border-bottom:none;font-size:1rem;color:#333;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);width:3rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.day-cell-mini{padding:.25rem;border-right:1px solid #f0f0f0;min-height:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer}.day-cell-mini:last-child{border-right:none}.day-cell-mini:hover{background:#f5f5f5}.day-number-mini{font-size:.7rem;font-weight:500}.event-indicator{background:#007bff;color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;margin-top:1px}.event-item{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #6366f1;border-radius:6px;padding:.5rem;font-size:.9rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000014;position:relative;overflow:hidden}.event-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--event-border-color, #6366f1),transparent);opacity:.6}.event-item:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px);border-color:var(--event-border-color, #6366f1)}.event-item.compact{padding:.2rem .5rem;font-size:.8rem;border-radius:4px}.event-time{font-weight:600;margin-bottom:.25rem;font-size:.8rem;opacity:.8}.event-time-multi{font-weight:400;margin-bottom:0;font-size:.65rem;white-space:nowrap;opacity:.8}.multi-month-view .event-item{display:flex;align-items:stretch;gap:0;padding:0;padding-right:.5rem;overflow:hidden;border-left:none!important}.event-day-badge{background:#0003;color:#333;font-size:.5rem;font-weight:700;padding:0;margin:0;border-radius:6px 0 0 6px;text-align:center;width:1.5rem;flex-shrink:0;line-height:.7;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;justify-content:center;align-self:stretch;border-right:1px solid rgba(0,0,0,.1);box-sizing:border-box}.multi-month-view .event-item .event-day-badge{background:var(--event-border-color, rgba(0, 0, 0, .2));color:#fff;border-right-color:var(--event-border-color, rgba(0, 0, 0, .1))}.event-content{flex:1;min-width:0;padding:.3rem 0 .3rem .3rem;display:flex;flex-direction:column;justify-content:flex-start}.multi-month-view .event-name{margin-bottom:0;font-size:.65rem;line-height:1}.multi-month-view .event-time-multi{font-size:.5rem;margin-bottom:.05rem;line-height:1}.event-name{font-weight:500;margin-bottom:.25rem;line-height:1.3;font-size:.9rem}.event-location{font-size:.8rem;opacity:.7;margin-top:.25rem}.event-item.compact .event-location{display:none}.event-item.compact .event-name{margin-bottom:0;font-size:.85rem}.event-item:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.event-item:focus{outline:2px solid var(--event-border-color, #6366f1);outline-offset:2px}.event-item.all-day{border-left-width:4px;background:linear-gradient(135deg,var(--event-bg-color, rgba(99, 102, 241, .1)) 0%,rgba(255,255,255,.9) 100%)}.event-item.holiday-event{opacity:.85;font-size:.65rem;border-width:1px;border-left-width:2px;order:-1}.multi-month-view .event-item.holiday-event,.multi-month-view .event-item.all-day.holiday-event{width:100%;max-width:100%;font-size:.65rem;flex:none;margin-bottom:.2rem;border-left:none!important}.multi-month-view .event-item.holiday-event .event-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-item.holiday-event .event-name{font-weight:400;font-style:italic;opacity:.9;margin-bottom:0}.event-item.holiday-event:hover{opacity:1;transform:none;box-shadow:0 2px 8px #0000001a}.event-item.holiday-public{background:#fff5f5!important;border-color:#fca5a5!important;border-left-color:#f87171!important;color:#7f1d1d!important}.event-item.holiday-school{background:#f0fdf4!important;border-color:#86efac!important;border-left-color:#4ade80!important;color:#166534!important}.dark-mode .event-item.holiday-public{background:#7f1d1d1a!important;border-color:#f871714d!important;border-left-color:#f8717199!important;color:#fca5a5!important}.dark-mode .event-item.holiday-school{background:#1665341a!important;border-color:#4ade804d!important;border-left-color:#4ade8099!important;color:#86efac!important}.filter-option.all-option{border-bottom:1px solid #e0e0e0;padding-bottom:.5rem;margin-bottom:.5rem}.filter-option.all-option strong{color:#333}.filter-option:disabled{opacity:.5}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#fff;border-radius:8px;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0000004d;margin:1rem;width:100%}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;border-radius:8px 8px 0 0}.modal-header h2{margin:0;color:#333;font-size:1.5rem}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#e0e0e0}.modal-body{padding:1.5rem}.event-detail-section{margin-bottom:1.5rem}.event-detail-section:last-child{margin-bottom:0}.event-detail-section h3{margin-bottom:.5rem;color:#666;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.event-detail-section p{margin-bottom:.5rem;line-height:1.5}.event-description,.event-admin-notes{line-height:1.6}.event-description p,.event-admin-notes p{margin-bottom:.75rem}.event-description strong,.event-admin-notes strong{font-weight:600}.assets-list{list-style:disc;margin-left:1.5rem}.assets-list li{margin-bottom:.25rem}.event-meta p{margin-bottom:.5rem;font-size:.9rem}.event-meta strong{font-weight:600;color:#333}.event-meta a{color:#007bff;text-decoration:none}.event-meta a:hover{text-decoration:underline}.timezone-info{font-size:.8rem;color:#888;margin-top:.5rem}@media (max-width: 768px){.app-header{flex-direction:column;align-items:stretch}.view-controls{justify-content:space-between}.filter-sidebar.expanded{width:280px;min-width:280px;padding:1rem;box-shadow:-2px 0 10px #0000001a}.three-months .months-container,.six-months .months-container{grid-template-columns:1fr}.multi-month-view .month-column{flex-direction:column}.multi-month-view .month-header{writing-mode:horizontal-tb;text-orientation:initial;width:auto;border-right:none;border-bottom:1px solid #e0e0e0;padding:.75rem}.multi-month-view .week-row-events{flex-direction:column}.navigation-controls{flex-wrap:wrap;justify-content:center}.current-period{order:-1;width:100%;margin-bottom:.5rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{color:#666;font-size:1rem}.auth-required{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#f5f5f5}.auth-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center;max-width:400px;width:90%}.auth-card h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.auth-card p{color:#666;margin-bottom:2rem;line-height:1.5}.login-btn{background-color:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .2s}.login-btn:hover{background-color:#0056b3}.auth-controls{display:flex;align-items:center;gap:1rem}.logout-btn{background-color:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.logout-btn:hover{background-color:#c82333}.auth-status{color:#28a745;font-size:14px;font-weight:500}.error-notice{background-color:#fff3cd;color:#856404;padding:4px 8px;border-radius:4px;font-size:12px;cursor:help}.retry-btn{background-color:#ffc107;color:#212529;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .2s}.retry-btn:hover{background-color:#e0a800}.mock-mode-notice{background-color:#e1f5fe;color:#01579b;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;border:1px solid #b3e5fc}:root.dark-mode,.dark-mode{--bg: #1e2939;--panel: #1b1b1f;--muted: #9aa3ad;--text: #e6eef3;--accent: #7c8cff;--border: #2a2a2f;--card-shadow: rgba(0,0,0,.6)}.dark-mode body{background-color:var(--bg);color:var(--text)}.dark-mode .app-header{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-bottom:1px solid var(--border)}.dark-mode .app-header h1{color:var(--text)}.dark-mode .view-selector,.dark-mode .navigation-controls button,.dark-mode .view-controls .event-count,.dark-mode .filter-sidebar.expanded,.dark-mode .calendar-grid,.dark-mode .month-column,.dark-mode .modal-content{background:var(--panel);color:var(--text);border-color:var(--border)}.dark-mode .current-period,.dark-mode .event-count,.dark-mode .auth-status{color:var(--text)}.dark-mode button{background-color:#232326;color:var(--text);border-color:var(--border)}.dark-mode .event-item{background:#151518;border:1px solid #242427;box-shadow:0 2px 6px var(--card-shadow)}.dark-mode .event-item:before{opacity:.9}.theme-toggle{background:transparent;border:1px solid transparent;padding:.4rem .6rem;border-radius:6px;font-size:1rem;cursor:pointer}.theme-toggle:hover{border-color:var(--border)}.dark-mode .filter-sidebar{background:var(--panel);color:var(--text);border-left:1px solid var(--border)}.dark-mode .color-scheme-dropdown{background:#232326;color:var(--text);border:1px solid var(--border)}.dark-mode .toggle-btn:hover{background:#ffffff05}.dark-mode .filter-sidebar,.dark-mode .filter-sidebar.expanded,.dark-mode .filter-sidebar.collapsed{background:var(--panel);color:var(--text);border-right:1px solid var(--border)}.dark-mode .toggle-btn.overlay-toggle{background:var(--panel);color:var(--text);border:1px solid var(--border);box-shadow:0 2px 6px var(--card-shadow)}.dark-mode .toggle-btn.overlay-toggle:hover{background:#ffffff05}.dark-mode .toggle-btn.overlay-toggle:focus{outline:2px solid rgba(124,140,255,.18);outline-offset:2px}.dark-mode .calendar-header,.dark-mode .week-view .calendar-header,.dark-mode .two-week-view .calendar-header,.dark-mode .month-view .calendar-header{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-bottom:1px solid var(--border);color:var(--muted)}.dark-mode .calendar-header .day-header,.dark-mode .day-header,.dark-mode .day-header-label{background:transparent;color:var(--muted);border-right:1px solid var(--border)}.dark-mode .calendar-body,.dark-mode .week-row,.dark-mode .day-cell,.dark-mode .week-row-compact{background:transparent;color:var(--text);border-color:var(--border)}.dark-mode .month-body{background:transparent;color:var(--text);border-color:var(--border);min-height:0}.dark-mode .month-header{background:var(--panel)!important;color:var(--text)!important;border-right:1px solid var(--border)!important;border-bottom:none!important}@media (max-width: 768px){.dark-mode .multi-month-view .month-header{border-right:none!important;border-bottom:1px solid var(--border)!important}}.dark-mode .week-start-date{background:#ffffff05!important;color:var(--text)!important;border:1px solid rgba(255,255,255,.03)}.dark-mode .week-row-events{border-bottom:1px solid var(--border)}:root.dark-mode,.dark-mode{--event-border-color: #8b8fff;--event-bg-color: rgba(139,143,255,.08)}.dark-mode .event-item{background:linear-gradient(180deg,#ffffff03,#fff0);border:1px solid rgba(255,255,255,.04);border-left:4px solid var(--event-border-color);color:var(--text)}.dark-mode .event-item.all-day{background:linear-gradient(135deg,var(--event-bg-color) 0%,rgba(255,255,255,.01) 100%)}.dark-mode .event-day-badge{background:#ffffff26;color:var(--text);border-right:1px solid rgba(255,255,255,.1)}.dark-mode .multi-month-view .event-item .event-day-badge{background:var(--event-border-color, rgba(255, 255, 255, .15));color:#fff;border-right-color:var(--event-border-color, rgba(255, 255, 255, .1))}.dark-mode .day-cell.other-month{background:#ffffff03;color:#8b9199}
