.rbc-calendar{background:hsl(var(--background))}.rbc-calendar,.rbc-header{color:hsl(var(--foreground))}.rbc-header{border-bottom:1px solid hsl(var(--border));padding:.5rem;font-weight:600}.rbc-day-bg{border-color:hsl(var(--border))}.rbc-off-range-bg{background:hsl(var(--muted));opacity:.5}.rbc-today{background-color:hsl(var(--muted)/.3)}.rbc-event{border-radius:4px;padding:2px 4px;font-size:.875rem}.rbc-event-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rbc-time-slot{border-top-color:hsl(var(--border))}.rbc-time-header-content{border-left-color:hsl(var(--border))}.rbc-time-content{border-top-color:hsl(var(--border))}.rbc-toolbar{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.rbc-toolbar button{padding:.5rem 1rem;border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));border-radius:.375rem;cursor:pointer;transition:all .2s}.rbc-toolbar button:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.rbc-toolbar button.rbc-active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.rbc-toolbar-label{font-weight:600;font-size:1.125rem}.rbc-btn-group{display:flex;gap:.25rem}.rbc-month-row,.rbc-month-view{border-color:hsl(var(--border))}.rbc-day-slot .rbc-time-slot{border-top-color:hsl(var(--border))}.rbc-agenda-table,.rbc-agenda-view,.rbc-time-view{border-color:hsl(var(--border))}.rbc-agenda-date-cell,.rbc-agenda-time-cell{border-color:hsl(var(--border));padding:.5rem}.rbc-agenda-event-cell{padding:.5rem}@media (max-width:768px){.rbc-toolbar{flex-direction:column;align-items:stretch}.rbc-toolbar-label{text-align:center;margin:.5rem 0}.rbc-btn-group{justify-content:center}}