.Calendar-module-scss-module__64yRHG__calendar{max-width:900px;margin:0 auto}.Calendar-module-scss-module__64yRHG__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.Calendar-module-scss-module__64yRHG__monthTitleWrap{text-align:center;flex:1;overflow:hidden}.Calendar-module-scss-module__64yRHG__monthTitle{text-transform:capitalize;letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:700}.Calendar-module-scss-module__64yRHG__navBtn{background:var(--glass-subtle);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0;font-size:.875rem;transition:all .2s;display:flex}.Calendar-module-scss-module__64yRHG__navBtn:hover{background:var(--accent);border-color:var(--accent);box-shadow:0 0 20px rgba(var(--accent-rgb), .3)}.Calendar-module-scss-module__64yRHG__navBtn:active{transform:scale(.94)}.Calendar-module-scss-module__64yRHG__dayLabels{border-left:1px solid var(--border-mid);grid-template-columns:repeat(7,1fr);display:grid}.Calendar-module-scss-module__64yRHG__dayLabel{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-right:1px solid var(--border-mid);border-top:1px solid var(--border-mid);background:var(--glass-subtle);padding:10px 0;font-size:.7rem;font-weight:600}.Calendar-module-scss-module__64yRHG__weeksContainer{border-radius:0 0 8px 8px;overflow:hidden}.Calendar-module-scss-module__64yRHG__weekRow{border-left:1px solid var(--border-mid);grid-template-columns:repeat(7,1fr);display:grid;position:relative}.Calendar-module-scss-module__64yRHG__dayCell{border-right:1px solid var(--border-mid);border-bottom:1px solid var(--border-mid);cursor:pointer;background:0 0;flex-direction:column;min-height:110px;padding:6px 8px;transition:background .15s;display:flex}.Calendar-module-scss-module__64yRHG__dayCell:hover{background:var(--glass-subtle)}.Calendar-module-scss-module__64yRHG__emptyDay{cursor:default;background:0 0}.Calendar-module-scss-module__64yRHG__emptyDay:hover{background:0 0}.Calendar-module-scss-module__64yRHG__hasDay:hover{background:var(--glass-overlay)}.Calendar-module-scss-module__64yRHG__today{background:rgba(var(--accent-rgb), .06)!important}.Calendar-module-scss-module__64yRHG__today .Calendar-module-scss-module__64yRHG__dayNumber{background:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;display:inline-flex;color:var(--accent-fg,#fff)!important;font-weight:700!important}.Calendar-module-scss-module__64yRHG__selected{box-shadow:inset 0 0 0 2px var(--accent);background:rgba(var(--accent-rgb), .1)!important}.Calendar-module-scss-module__64yRHG__dayNumber{color:var(--text-secondary);font-size:.8rem;font-weight:500;line-height:1}.Calendar-module-scss-module__64yRHG__dots{flex-wrap:wrap;gap:3px;margin-top:auto;padding-top:4px;display:flex}.Calendar-module-scss-module__64yRHG__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.Calendar-module-scss-module__64yRHG__moreCount{color:var(--text-muted);font-size:.6rem;line-height:7px}.Calendar-module-scss-module__64yRHG__barLayer{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}@keyframes Calendar-module-scss-module__64yRHG__barSlideIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.Calendar-module-scss-module__64yRHG__eventBar{pointer-events:auto;cursor:pointer;background:var(--bar-color);transform-origin:0;border-radius:4px;align-items:center;padding:0 8px;text-decoration:none;transition:transform .15s,box-shadow .15s,filter .15s;animation:.35s ease-out both Calendar-module-scss-module__64yRHG__barSlideIn;display:flex;position:absolute;overflow:hidden}.Calendar-module-scss-module__64yRHG__eventBar:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff2e 0%,#ffffff0d 40%,#0000 60%);position:absolute;inset:0}.Calendar-module-scss-module__64yRHG__eventBar:hover{filter:brightness(1.15);box-shadow:0 3px 12px #00000059,0 0 10px color-mix(in srgb, var(--bar-color) 35%, transparent);z-index:3;transform:translateY(-1px)scaleX(1)}.Calendar-module-scss-module__64yRHG__barLabel{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 3px #00000080;z-index:1;font-size:.65rem;font-weight:600;position:relative;overflow:hidden}.Calendar-module-scss-module__64yRHG__barContinuesLeft{border-top-left-radius:0;border-bottom-left-radius:0}.Calendar-module-scss-module__64yRHG__barContinuesRight{border-top-right-radius:0;border-bottom-right-radius:0}.Calendar-module-scss-module__64yRHG__competitionBar:before{content:"";border-radius:inherit;pointer-events:none;border:1px dashed #ffffff40;position:absolute;inset:0}.Calendar-module-scss-module__64yRHG__overflowIndicator{color:var(--text-muted);text-align:center;pointer-events:none;font-size:.6rem;position:absolute;left:0;right:0}.Calendar-module-scss-module__64yRHG__loading{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;padding:1.5rem;font-size:.875rem;display:flex}@keyframes Calendar-module-scss-module__64yRHG__loadPulse{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.Calendar-module-scss-module__64yRHG__loadingDot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite Calendar-module-scss-module__64yRHG__loadPulse}.Calendar-module-scss-module__64yRHG__loadingDot:nth-child(2){animation-delay:.15s}.Calendar-module-scss-module__64yRHG__loadingDot:nth-child(3){animation-delay:.3s}.Calendar-module-scss-module__64yRHG__selectedPanel{background:var(--glass-subtle);border:1px solid var(--glass-border);border-left:3px solid var(--accent);border-radius:8px;margin-top:1.5rem;padding:1.25rem}.Calendar-module-scss-module__64yRHG__panelTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.05rem;font-weight:600}.Calendar-module-scss-module__64yRHG__noEvents{color:var(--text-muted);font-size:.875rem}.Calendar-module-scss-module__64yRHG__eventList{flex-direction:column;gap:.5rem;display:flex}.Calendar-module-scss-module__64yRHG__eventRow{align-items:center;gap:8px;display:flex}.Calendar-module-scss-module__64yRHG__eventCard{background:var(--glass-subtle);border:1px solid var(--glass-border);color:inherit;border-radius:8px;flex:1;align-items:center;gap:.75rem;min-width:0;padding:.75rem;text-decoration:none;transition:all .2s;display:flex}.Calendar-module-scss-module__64yRHG__eventCard:hover{border-color:var(--card-color,var(--accent));background:var(--glass-overlay);box-shadow:-2px 0 12px rgba(var(--accent-rgb), .1);transform:translate(4px)}.Calendar-module-scss-module__64yRHG__eventColor{border-radius:2px;flex-shrink:0;width:3px;min-height:32px}.Calendar-module-scss-module__64yRHG__eventInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.Calendar-module-scss-module__64yRHG__eventTitle{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.Calendar-module-scss-module__64yRHG__communityBadge{background:rgba(var(--accent-rgb), .15);color:var(--accent);text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(var(--accent-rgb), .2);border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.55rem;font-weight:700}.Calendar-module-scss-module__64yRHG__eventMeta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Calendar-module-scss-module__64yRHG__gameBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:700}.Calendar-module-scss-module__64yRHG__dateRange,.Calendar-module-scss-module__64yRHG__organizer{color:var(--text-muted);font-size:.725rem}.Calendar-module-scss-module__64yRHG__prize{color:var(--accent);font-size:.725rem;font-weight:600}@media (max-width:768px){.Calendar-module-scss-module__64yRHG__dayCell{min-height:80px;padding:4px 6px}.Calendar-module-scss-module__64yRHG__dayNumber{font-size:.7rem}.Calendar-module-scss-module__64yRHG__today .Calendar-module-scss-module__64yRHG__dayNumber{width:22px;height:22px;font-size:.65rem}.Calendar-module-scss-module__64yRHG__dot{width:6px;height:6px}.Calendar-module-scss-module__64yRHG__monthTitle{font-size:1.1rem}.Calendar-module-scss-module__64yRHG__dayLabel{padding:8px 0;font-size:.6rem}.Calendar-module-scss-module__64yRHG__barLabel{font-size:.575rem}}@media (max-width:480px){.Calendar-module-scss-module__64yRHG__dayCell{min-height:60px;padding:3px 4px}.Calendar-module-scss-module__64yRHG__dots{gap:2px}.Calendar-module-scss-module__64yRHG__dot{width:5px;height:5px}.Calendar-module-scss-module__64yRHG__barLabel{font-size:.5rem}.Calendar-module-scss-module__64yRHG__selectedPanel{padding:1rem}}
