.calendar-container{max-width:800px;margin:0 auto;padding:40px 20px}.calendar-navigation{display:flex;justify-content:center;align-items:center;gap:30px}.calendar-nav-btn{background:0 0;border:2px solid #007bff;border-radius:50%;padding:10px;cursor:pointer;pointer-events:auto;transition:background .3s ease}.calendar-nav-btn:hover{transform:translateY(-2px)}.calendar-nav-btn:disabled{opacity:.5;cursor:not-allowed}.calendar-current{font-size:2rem;font-weight:700;color:#2c3e50;min-width:200px;text-align:center}.calendar-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.1);margin-bottom:60px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-day-header{text-align:center;font-weight:700;color:#666;padding:10px 5px;font-size:.9rem}.calendar-day-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;min-height:50px}.calendar-day-cell:hover{transform:scale(1.05);box-shadow:0 5px 15px rgba(0,0,0,.2)}.calendar-day-cell.empty{cursor:default}.calendar-day-cell.empty:hover{transform:none;box-shadow:none}.calendar-day-number{font-size:1rem;color:#333;font-weight:600;margin-bottom:2px}.calendar-day-cell.has-event{color:#fff}.calendar-day-cell.has-event .calendar-day-number{color:#fff}.calendar-day-cell.swim{background:linear-gradient(135deg,#ff6b6b,#ee5a6f)}.calendar-day-cell.bike{background:linear-gradient(135deg,#4facfe,#00f2fe)}.calendar-day-cell.run{background:linear-gradient(135deg,#43e97b,#38f9d7)}.calendar-day-cell.christmas-run,.calendar-day-cell.policies,.calendar-day-cell.presentation,.calendar-day-cell.robertson-ride{background:linear-gradient(135deg,#fee140,#fee140)}.calendar-day-cell.club-champs,.calendar-day-cell.duathlons,.calendar-day-cell.event,.calendar-day-cell.jan-hood,.calendar-day-cell.rwa,.calendar-day-cell.stu-ford,.calendar-day-cell.time-trials,.calendar-day-cell.triathlons{background:linear-gradient(135deg,#f570fa,#fe40ce)}.calendar-indicator{font-size:.7rem;text-align:center;line-height:1.2}