.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:hsl(var(--border))}.calendar-day{min-height:120px;background-color:hsl(var(--card));border:1px solid hsl(var(--border));transition:all .2s ease}.calendar-day:hover{background-color:hsl(var(--accent))}.calendar-day.today{background-color:hsl(var(--primary)/.1);border-color:hsl(var(--primary));border-width:2px}.calendar-day.other-month{opacity:.4;background-color:hsl(var(--muted)/.2)}.event-item{font-size:.75rem;padding:.25rem;background-color:hsl(var(--primary)/.1);border-left:2px solid hsl(var(--primary));border-radius:.25rem;cursor:pointer;transition:background-color .2s ease;margin-bottom:.25rem}.event-item:hover{background-color:hsl(var(--primary)/.2)}.event-item.tournament{border-left-color:#3b82f6;background-color:rgb(59 130 246/.1)}.event-item.conference{border-left-color:#10b981;background-color:rgb(16 185 129/.1)}.event-item.game-show{border-left-color:#8b5cf6;background-color:rgb(139 92 246/.1)}.week-view-day{min-height:400px;padding:.5rem}.week-view-header{text-align:center;padding:.5rem;margin-bottom:.5rem;border-radius:.25rem;font-weight:600}.week-view-header.today{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.week-view-header.normal{background-color:hsl(var(--muted))}@media (max-width:768px){.calendar-day{min-height:80px;padding:.25rem}.event-item{font-size:.625rem;padding:.125rem .25rem}.week-view-day{min-height:300px}}@media (prefers-color-scheme:dark){.event-item.tournament:hover{background-color:rgb(59 130 246/.3)}.event-item.conference:hover{background-color:rgb(16 185 129/.3)}.event-item.game-show:hover{background-color:rgb(139 92 246/.3)}}