.events-module__XFTw1W__eventsDashboard{flex-direction:column;gap:2rem;display:flex}.events-module__XFTw1W__header{justify-content:space-between;align-items:flex-end;display:flex}.events-module__XFTw1W__title{margin-bottom:.5rem;font-size:2rem;font-weight:800}.events-module__XFTw1W__subtitle{color:var(--text-muted)}.events-module__XFTw1W__mainLayout{grid-template-columns:280px 1fr;gap:2rem;display:grid}.events-module__XFTw1W__filtersSidebar{height:fit-content;padding:1.5rem;position:sticky;top:2rem}.events-module__XFTw1W__filterTitle{border-bottom:1px solid var(--surface-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-weight:700}.events-module__XFTw1W__filterGroup{margin-bottom:1.5rem}.events-module__XFTw1W__filterGroup label{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.events-module__XFTw1W__select{border:1px solid var(--surface-border);background-color:var(--background);width:100%;color:var(--foreground);border-radius:.5rem;padding:.75rem;font-family:inherit}.events-module__XFTw1W__applyBtn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-weight:600;transition:all .2s}.events-module__XFTw1W__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.events-module__XFTw1W__eventCard{color:inherit;flex-direction:column;padding:0;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.events-module__XFTw1W__eventCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000026}.events-module__XFTw1W__eventBannerContainer{background-color:var(--surface-border);width:100%;height:180px;position:relative}.events-module__XFTw1W__placeholderBanner{width:100%;height:100%;color:var(--text-muted);background:linear-gradient(135deg, var(--surface-border), var(--surface));justify-content:center;align-items:center;font-size:4rem;font-weight:800;display:flex}.events-module__XFTw1W__statusBadge{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 4px #0003}.events-module__XFTw1W__eventInfo{gap:1.5rem;padding:1.5rem;display:flex}.events-module__XFTw1W__eventDate{text-align:center;flex-direction:column;align-items:center;min-width:50px;display:flex}.events-module__XFTw1W__dateMonth{color:var(--primary);text-transform:uppercase;font-size:.875rem;font-weight:700}.events-module__XFTw1W__dateDay{font-size:1.75rem;font-weight:800;line-height:1.1}.events-module__XFTw1W__eventDetails{flex:1}.events-module__XFTw1W__eventTitle{margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.3}.events-module__XFTw1W__eventLocation{color:var(--text-muted);margin-bottom:.25rem;font-size:.875rem}.events-module__XFTw1W__eventSport{color:var(--primary);background-color:#048b4e1a;border-radius:.25rem;margin-top:.25rem;padding:.1rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.events-module__XFTw1W__profileLayout{flex-direction:column;gap:2rem;display:flex}.events-module__XFTw1W__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:-1rem;font-weight:500;transition:color .2s;display:inline-flex}.events-module__XFTw1W__backLink:hover{color:var(--primary)}.events-module__XFTw1W__eventHero{border-radius:1rem;align-items:flex-end;height:400px;display:flex;position:relative;overflow:hidden}.events-module__XFTw1W__heroOverlay{z-index:1;background:linear-gradient(#0000 0%,#0003 40%,#000c 100%);position:absolute;inset:0}.events-module__XFTw1W__heroContent{z-index:2;color:#fff;width:100%;padding:3rem;position:relative}.events-module__XFTw1W__heroStatus{background-color:var(--primary);color:#fff;text-transform:uppercase;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:700;display:inline-block}.events-module__XFTw1W__heroTitle{text-shadow:0 2px 4px #00000080;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1.1}.events-module__XFTw1W__heroMeta{text-shadow:0 1px 2px #00000080;gap:2rem;font-size:1.125rem;font-weight:500;display:flex}.events-module__XFTw1W__contentGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.events-module__XFTw1W__sectionBox{padding:2rem}.events-module__XFTw1W__sectionTitle{border-bottom:1px solid var(--surface-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.events-module__XFTw1W__description{color:var(--text-muted);white-space:pre-line;font-size:1rem;line-height:1.7}.events-module__XFTw1W__infoGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.events-module__XFTw1W__infoItem{flex-direction:column;gap:.25rem;display:flex}.events-module__XFTw1W__infoLabel{color:var(--text-muted);text-transform:uppercase;font-size:.875rem;font-weight:600}.events-module__XFTw1W__infoValue{font-size:1rem;font-weight:500}.events-module__XFTw1W__registerBox{background-color:var(--background);border:1px solid var(--primary);text-align:center;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.events-module__XFTw1W__priceTitle{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.events-module__XFTw1W__registerBtn{border-radius:.5rem;width:100%;padding:1rem;font-size:1.125rem}.events-module__XFTw1W__organizerBox{align-items:center;gap:1rem;margin-top:1rem;display:flex}.events-module__XFTw1W__orgAvatar{background-color:var(--surface-border);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-weight:700;display:flex}.events-module__XFTw1W__badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.events-module__XFTw1W__tickerContainer{background:linear-gradient(90deg,#ef444426,#048b4e26);border:1px solid #ef44444d;border-radius:.75rem;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex;overflow:hidden}.events-module__XFTw1W__tickerTitle{color:#ef4444;white-space:nowrap;font-size:.8rem;font-weight:800}.events-module__XFTw1W__tickerTrack{gap:2rem;display:flex;overflow-x:auto}.events-module__XFTw1W__tickerItem{white-space:nowrap;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.events-module__XFTw1W__liveTag{color:#fff;background:#ef4444;border-radius:.25rem;padding:.15rem .4rem;font-size:.7rem;font-weight:700}.events-module__XFTw1W__featureTabs{border-bottom:1px solid var(--surface-border);gap:1rem;padding-bottom:.5rem;display:flex}.events-module__XFTw1W__tabBtn{color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:.75rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.events-module__XFTw1W__activeTab{background:var(--surface);color:var(--primary);border-color:var(--surface-border);box-shadow:var(--card-shadow)}.events-module__XFTw1W__scoresList{flex-direction:column;gap:1rem;display:flex}.events-module__XFTw1W__scoreCard{flex-direction:column;gap:.75rem;display:flex}.events-module__XFTw1W__scoreHeader{color:var(--text-muted);justify-content:space-between;font-size:.8rem;display:flex}.events-module__XFTw1W__livePulse{color:#ef4444;font-weight:700}.events-module__XFTw1W__matchText{font-size:1.2rem;font-weight:800}.events-module__XFTw1W__matchBtn{background:var(--background);border:1px solid var(--surface-border);color:var(--primary);border-radius:.5rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.events-module__XFTw1W__leaderboardBox{flex-direction:column;gap:1rem;display:flex}.events-module__XFTw1W__table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.events-module__XFTw1W__table th{background:var(--background);border-bottom:1px solid var(--surface-border);color:var(--text-muted);padding:.75rem 1rem}.events-module__XFTw1W__table td{border-bottom:1px solid var(--surface-border);padding:.75rem 1rem}.events-module__XFTw1W__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#0b0f19d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.events-module__XFTw1W__modalCard{background:var(--surface);border:1px solid var(--surface-border);border-radius:1.25rem;flex-direction:column;gap:1rem;width:100%;max-width:500px;padding:2rem;display:flex;position:relative}.events-module__XFTw1W__modalClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.events-module__XFTw1W__ticketForm{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.events-module__XFTw1W__qrTicketBox{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.events-module__XFTw1W__qrHeader{flex-direction:column;gap:.25rem;display:flex}.events-module__XFTw1W__qrHeader span{color:var(--primary);font-size:.75rem;font-weight:700}.events-module__XFTw1W__qrCodeSim{border:4px solid var(--primary);color:#000;background:#fff;border-radius:1rem;justify-content:center;align-items:center;width:180px;height:180px;padding:1rem;font-weight:800;display:flex}.events-module__XFTw1W__qrSquare{flex-direction:column;gap:.5rem;font-size:.8rem;display:flex}
