.rbc-calendar{border-radius:.5rem;overflow:hidden;border:1px solid hsl(var(--border));font-family:var(--font-sans)}.rbc-toolbar{padding:.75rem 1rem;background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;align-items:center}.rbc-toolbar .rbc-toolbar-label{font-size:1.125rem;font-weight:600;color:hsl(var(--card-foreground))}.rbc-btn-group button{background-color:hsl(var(--background));border:1px solid hsl(var(--border));color:hsl(var(--foreground));padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s;cursor:pointer}.rbc-btn-group button:hover{background-color:hsl(var(--muted))}.rbc-btn-group button.rbc-active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.rbc-header{padding:.5rem;text-align:center;font-weight:600;background-color:hsl(var(--muted));border-bottom:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}.rbc-day-view,.rbc-month-view,.rbc-week-view{border:none}.rbc-day-bg{border-left:1px solid hsl(var(--border))}.rbc-day-bg:first-child{border-left:none}.rbc-month-row{border-bottom:1px solid hsl(var(--border))}.rbc-today{background-color:hsl(var(--primary)/.05)}.rbc-date-cell{padding:.25rem;color:hsl(var(--foreground))}.rbc-off-range-bg{background-color:hsl(var(--muted)/.3)}.rbc-off-range .rbc-date-cell{color:hsl(var(--muted-foreground));opacity:.6}.rbc-event{border-radius:.25rem;padding:.25rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;cursor:pointer}.rbc-event:focus{outline:2px solid hsl(var(--ring))}.rbc-event.rbc-selected{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}