@keyframes custom-select_menuIn__pJp0C{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-select_container__fCoVx{position:relative}.custom-select_trigger__BLCR4{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:46px;padding:0 14px;border:1px solid var(--border);border-radius:2px;background:var(--bg-secondary);color:var(--text-primary);font:inherit;font-size:.875rem;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,color .2s,box-shadow .2s}.custom-select_trigger__BLCR4:hover{border-color:color-mix(in srgb,var(--accent) 50%,var(--border))}.custom-select_trigger__BLCR4:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px rgba(255,70,85,.25)}.custom-select_triggerOpen__c1pKD{border-color:var(--accent);box-shadow:0 0 0 1px rgba(255,70,85,.25)}.custom-select_triggerFilter__DbLGd{min-height:34px;padding:0 10px;border:0;border-radius:2px;background:var(--bg-secondary);color:var(--text-secondary);font-size:.82rem;font-weight:800;letter-spacing:.01em;box-shadow:none}.custom-select_triggerFilter__DbLGd.custom-select_triggerOpen__c1pKD,.custom-select_triggerFilter__DbLGd:focus-visible,.custom-select_triggerFilter__DbLGd:hover{border-color:transparent;background:var(--bg-card-hover);color:var(--accent);box-shadow:none}.custom-select_triggerLabel__SWlhm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select_chevron__pCF_R{flex-shrink:0;color:var(--text-muted);transition:color .2s,transform .2s}.custom-select_triggerFilter__DbLGd.custom-select_triggerOpen__c1pKD .custom-select_chevron__pCF_R,.custom-select_triggerFilter__DbLGd:focus-visible .custom-select_chevron__pCF_R,.custom-select_triggerFilter__DbLGd:hover .custom-select_chevron__pCF_R{color:var(--accent)}.custom-select_chevronOpen__rH9YF{transform:rotate(180deg)}.custom-select_listbox__BsHip{position:absolute;z-index:50;top:calc(100% + 4px);left:0;width:100%;max-height:220px;overflow-y:auto;margin:0;padding:4px 0;list-style:none;border:1px solid var(--border);border-radius:2px;background:var(--bg-card);box-shadow:0 4px 24px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.03);animation:custom-select_menuIn__pJp0C .16s ease-out both}.custom-select_listboxFilter__a2KKN{top:calc(100% + 6px);padding:5px;border:0;background:var(--bg-card);box-shadow:0 14px 32px rgba(0,0,0,.38),0 2px 8px rgba(0,0,0,.2)}.custom-select_option__HFkyq{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:.875rem;color:var(--text-secondary);cursor:pointer;transition:background .1s,color .1s}.custom-select_optionFocused__FcNWQ{background:var(--bg-card-hover);color:var(--text-primary)}.custom-select_optionSelected__IrCsY{color:var(--text-primary);font-weight:500}.custom-select_optionFilter__j1fV0{min-height:36px;padding:8px 10px;border-radius:2px;font-size:.8rem;font-weight:700}.custom-select_optionFilter__j1fV0.custom-select_optionFocused__FcNWQ{background:var(--bg-card-hover);color:var(--text-primary)}.custom-select_optionFilter__j1fV0.custom-select_optionSelected__IrCsY{background:var(--bg-secondary);color:var(--accent);font-weight:800}.custom-select_optionIndicator__50GXH{flex-shrink:0;width:3px;height:14px;border-radius:1px;background:transparent;transition:background .15s}.custom-select_optionSelected__IrCsY .custom-select_optionIndicator__50GXH{background:var(--accent)}@media (max-width:640px){.custom-select_triggerFilter__DbLGd{min-height:34px;padding:0 8px;font-size:.8rem}.custom-select_optionFilter__j1fV0{min-height:38px;font-size:.82rem}}@media (prefers-reduced-motion:reduce){.custom-select_listbox__BsHip{animation:none}}.contact-form_formCard__gJa0e{position:relative;display:flex;flex-direction:column;gap:0;border-radius:4px;border:1px solid var(--border);background:var(--bg-card);overflow:hidden}.contact-form_formCard__gJa0e:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,var(--accent) 0,transparent 100%)}.contact-form_section__NPvJ3{padding:24px 32px;border-bottom:1px solid var(--border)}.contact-form_section__NPvJ3:last-of-type{border-bottom:none}@media (max-width:768px){.contact-form_section__NPvJ3{padding:20px}}.contact-form_uploadArea__7Uqdo{display:flex;align-items:center;justify-content:center;width:100%;min-height:80px;border-radius:2px;border:1px dashed var(--border);background:var(--bg-secondary);padding:12px 16px;cursor:pointer;transition:border-color .2s,background .2s}.contact-form_uploadArea__7Uqdo:hover{border-color:var(--accent);background:var(--bg-card)}.contact-form_uploadDragOver__e5MOr{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 5%,var(--bg-secondary))}.contact-form_messageBox__GxoHc{display:flex;align-items:flex-start;gap:10px;margin:0 32px;padding:12px 16px;border-radius:2px;border:1px solid}.contact-form_messageSuccess__Z37uC{border-color:rgba(34,197,94,.3);background:rgba(34,197,94,.06);color:rgb(74,222,128)}.contact-form_messageError__fr3IQ{border-color:rgba(255,70,85,.3);background:rgba(255,70,85,.06);color:var(--accent)}@media (max-width:768px){.contact-form_messageBox__GxoHc{margin:0 20px}}.contact-form_submitButton__USjZo{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;min-width:200px;padding:0 28px;background:var(--accent);color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));transition:background .2s,color .2s;margin-bottom:32px}.contact-form_submitButton__USjZo:hover:not(:disabled){background:#ece8e1;color:#0f1923}.light .contact-form_submitButton__USjZo:hover:not(:disabled){background:#0f1923;color:#ece8e1}.contact-form_submitButton__USjZo:disabled{cursor:wait;opacity:.65}@media (max-width:768px){.contact-form_submitButton__USjZo{width:100%;margin-bottom:20px}}.contact-form_modalOverlay__AouSp{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);animation:contact-form_overlayFadeIn__gS69p .2s ease-out}.contact-form_modalOverlayClosing__9zM36{animation:contact-form_overlayFadeOut__lNbY8 .18s ease-in forwards}.contact-form_modalContent__uYMM7{width:100%;max-width:480px;max-height:calc(100vh - 48px);overflow-y:auto;padding:32px;border-radius:4px;border:1px solid var(--border);background:var(--bg-card);position:relative;animation:contact-form_modalSlideUp__JONU9 .25s ease-out}.contact-form_modalContentClosing__FwjuU{animation:contact-form_modalSlideDown__HYNNs .18s ease-in forwards}@keyframes contact-form_overlayFadeIn__gS69p{0%{opacity:0}to{opacity:1}}@keyframes contact-form_overlayFadeOut__lNbY8{0%{opacity:1}to{opacity:0}}@keyframes contact-form_modalSlideUp__JONU9{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes contact-form_modalSlideDown__HYNNs{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.985)}}.contact-form_modalContent__uYMM7:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,rgb(74,222,128),transparent)}@media (max-width:768px){.contact-form_modalContent__uYMM7{padding:24px}}@keyframes history_slideIn__hh252{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes history_expandBar__uWC0S{0%{width:0}}.history_pageHeader___oBog{grid-column:1;grid-row:1;animation:history_slideIn__hh252 .45s ease both}.history_headerRow__YGTC2{position:relative;z-index:10;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,300px);align-items:end;column-gap:16px;row-gap:10px;margin-bottom:20px}.history_filters__ftvLQ{display:contents}.history_scoringFilter__fl_kt{position:relative;z-index:2;grid-column:1;grid-row:2;justify-self:start;display:flex;flex-direction:column;gap:5px;width:170px;animation:history_slideIn__hh252 .45s ease both;animation-delay:.01s}.history_tabs__2grc6{position:relative;grid-column:2;grid-row:2;justify-self:end;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:0;width:min(100%,300px);animation:history_slideIn__hh252 .45s ease both;animation-delay:.03s}.history_tabs__2grc6:after{position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px;background:color-mix(in srgb,var(--text-muted) 38%,transparent);content:"";opacity:.7}.history_tabButton__Y7FIg{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-width:0;min-height:34px;padding:0 8px 2px;border:0;background:transparent;color:var(--text-secondary);font-size:.82rem;font-weight:800;letter-spacing:.02em;cursor:pointer;transition:color .22s ease}.history_tabButtonActive__57DaW,.history_tabButton__Y7FIg:hover{color:var(--accent)}.history_tabButton__Y7FIg:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.history_tabSlider__w1Dju{position:absolute;z-index:3;bottom:0;left:0;width:33.333333%;height:3px;border-radius:999px;background:var(--accent);box-shadow:0 0 8px color-mix(in srgb,var(--accent) 35%,transparent);pointer-events:none;transition:left .3s cubic-bezier(.22,1,.36,1)}.history_tabSliderSingle__gysCq{left:33.333333%}.history_tabSliderMultiplayer__sULue{left:66.666667%}@media (max-width:640px){.history_headerRow__YGTC2{grid-template-columns:minmax(0,1fr) minmax(128px,40%);column-gap:12px;row-gap:12px;margin-bottom:18px}.history_pageHeader___oBog{grid-column:1;grid-row:1}.history_scoringFilter__fl_kt{grid-column:2;grid-row:1;justify-self:stretch;width:100%}.history_tabs__2grc6{grid-column:1/-1;grid-row:2;justify-self:stretch;width:100%}.history_tabButton__Y7FIg{min-width:0;min-height:38px;padding:0 10px 2px;font-size:.96rem}}@keyframes history_rankPulse__Cmtfw{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.05)}}@keyframes history_scanLine__A1tmm{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes history_statReveal__64xKm{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.history_hero__vzZKz{position:relative;display:flex;flex-direction:column;border:1px solid var(--border);background:var(--bg-card);overflow:hidden;animation:history_slideIn__hh252 .5s ease both;animation-delay:.06s}.history_hero__vzZKz:before{content:"";position:absolute;top:0;left:0;right:0;height:48px;background:linear-gradient(180deg,var(--accent) 0,var(--accent) 2px,rgba(255,70,85,.12) 2px,transparent 100%);z-index:2}.history_hero__vzZKz:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(255,255,255,.008) 0,rgba(255,255,255,.008) 4px);pointer-events:none;z-index:1}.history_rankCenter__yuEBB{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px 28px;border-bottom:1px solid var(--border);overflow:hidden}@media (min-width:641px){.history_rankCenter__yuEBB{padding:40px 20px 32px}}.history_rankCenter__yuEBB:before{content:"";position:absolute;top:45%;left:50%;width:260px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(255,70,85,.18) 0,rgba(255,70,85,.05) 50%,transparent 70%);transform:translate(-50%,-50%);mask-image:linear-gradient(180deg,transparent 0,black 45%);pointer-events:none}.history_rankCenter__yuEBB:after{content:"";position:absolute;top:50%;left:50%;width:120px;height:120px;border:1px solid rgba(255,70,85,.15);transform:translate(-50%,-50%) rotate(45deg);pointer-events:none}@media (min-width:641px){.history_rankCenter__yuEBB:after{width:140px;height:140px}}.history_rankCenterLabel__k58DV{position:relative;z-index:2;animation:history_slideIn__hh252 .5s ease both;animation-delay:.12s}.history_rankCenterImageWrap__Q3N7P{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.history_rankCenterImage__lmd0w{object-fit:contain;filter:drop-shadow(0 4px 20px rgba(255,70,85,.35)) drop-shadow(0 0 40px rgba(255,70,85,.1));animation:history_slideIn__hh252 .6s ease both;animation-delay:.15s;transition:transform .3s ease,filter .3s ease}.history_rankCenterName__lhBsE{position:relative;z-index:2;animation:history_slideIn__hh252 .5s ease both;animation-delay:.22s}.history_statsPanel__dIDoW{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:0}@media (min-width:641px){.history_statsPanel__dIDoW{grid-template-columns:repeat(4,1fr)}}.history_heroStatCell__1ryLi{position:relative;display:flex;flex-direction:column;padding:16px 18px;border-top:1px solid var(--border);transition:background .25s ease}.history_heroStatCell__1ryLi:nth-child(odd){border-right:1px solid var(--border)}@media (min-width:641px){.history_heroStatCell__1ryLi{padding:20px 22px;border-top:none}.history_heroStatCell__1ryLi:nth-child(odd){border-right:none}.history_heroStatCell__1ryLi:not(:last-child){border-right:1px solid var(--border)}}.history_heroStatCell__1ryLi:hover{background:rgba(255,70,85,.03)}.history_statLabel__O1iRq{font-size:.6rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;display:flex;align-items:center;gap:6px}.history_statLabel__O1iRq:before{content:"";display:inline-block;width:8px;height:2px;background:var(--accent);flex-shrink:0}.history_statValue__lCgWZ{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1;color:var(--text-primary);padding-left:16px}@media (min-width:641px){.history_statValue__lCgWZ{font-size:1.75rem}}.history_statUnit__YKqJg{font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--text-secondary);margin-left:2px}.history_heroStatCell__1ryLi:first-child{animation:history_statReveal__64xKm .45s ease both;animation-delay:.2s}.history_heroStatCell__1ryLi:nth-child(2){animation:history_statReveal__64xKm .45s ease both;animation-delay:.28s}.history_heroStatCell__1ryLi:nth-child(3){animation:history_statReveal__64xKm .45s ease both;animation-delay:.36s}.history_heroStatCell__1ryLi:nth-child(4){animation:history_statReveal__64xKm .45s ease both;animation-delay:.44s}.history_entry__2aFTa{position:relative;display:grid;align-items:stretch;gap:0;padding:0;border:1px solid transparent;border-left:3px solid var(--accent);background:linear-gradient(135deg,rgba(255,70,85,.05) 0,transparent 50%),var(--bg-card);text-decoration:none;color:inherit;will-change:transform;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;animation:history_slideIn__hh252 .45s ease both}.history_entry__2aFTa:hover{background:linear-gradient(135deg,rgba(255,70,85,.14) 0,transparent 50%),var(--bg-card-hover);border-color:rgba(255,70,85,.45);border-left-color:var(--accent);transform:translateY(-1px);box-shadow:0 8px 24px rgba(255,70,85,.12),0 2px 6px rgba(0,0,0,.3)}.history_entry__2aFTa:after{content:"";position:absolute;top:0;right:0;border-style:solid;border-width:0 16px 16px 0;border-color:transparent var(--accent) transparent transparent;opacity:0;transition:opacity .2s ease;pointer-events:none}.history_entry__2aFTa:hover:after{opacity:1}.history_entryPerfect__3KpM2 .history_scoreCurrent__ksUzq{color:var(--color-correct)}.history_entryPerfect__3KpM2 .history_scoreBarFill__vjpGF{background:var(--color-correct)}.history_entryPerfect__3KpM2 .history_scorePercentHigh__k3SmM{color:var(--color-correct)}.history_entryPerfect__3KpM2{border-left-color:var(--color-correct);background:linear-gradient(135deg,rgba(var(--color-correct-rgb),.06) 0,transparent 50%),var(--bg-card)}.history_entry__2aFTa.history_entryPerfect__3KpM2:hover{background:linear-gradient(135deg,rgba(var(--color-correct-rgb),.16) 0,transparent 50%),var(--bg-card-hover);border-color:rgba(var(--color-correct-rgb),.45);border-left-color:var(--color-correct);box-shadow:0 8px 24px rgba(var(--color-correct-rgb),.12),0 2px 6px rgba(0,0,0,.3)}.history_entryPerfect__3KpM2:after{border-color:transparent var(--color-correct) transparent transparent}.history_entryPerfect__3KpM2 .history_rankImage__sID2K{filter:drop-shadow(0 2px 6px rgba(34,255,197,.25))}.history_historyMetaPill__a7kQf,.history_multiplayerModePill__KuTMR,.history_singleModePill__qd3MF,.history_winnerPill__4VYUV{display:inline-flex;align-items:center;justify-content:center;height:21px;padding:0 8px;border:1px solid var(--border);font-size:.68rem;font-weight:800;letter-spacing:.1em;color:var(--text-muted)}.history_multiplayerModePill__KuTMR,.history_singleModePill__qd3MF{width:25px;border-color:transparent;background:transparent;padding:0}.history_multiplayerModePill__KuTMR,.history_singleModePill__qd3MF{color:var(--accent)}.history_historyMetaPill__a7kQf{background:transparent}.history_winnerPill__4VYUV{border-color:rgba(var(--color-correct-rgb),.4);background:rgba(var(--color-correct-rgb),.1);color:var(--color-correct)}.history_entryPerfect__3KpM2:hover .history_rankImage__sID2K{filter:drop-shadow(0 3px 10px rgba(34,255,197,.4))}.history_entryPerfect__3KpM2:hover .history_arrow__eL5Nz{color:var(--color-correct)}.history_rankPanel__TKnkW{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;align-self:stretch;border-right:1px solid var(--border);background:linear-gradient(180deg,rgba(255,70,85,.07),transparent);transition:background .2s ease}.history_entry__2aFTa:hover .history_rankPanel__TKnkW{background:linear-gradient(180deg,rgba(255,70,85,.14),transparent)}.light .history_rankPanel__TKnkW{background:linear-gradient(180deg,rgba(255,70,85,.2),rgba(255,70,85,.06))}.light .history_entry__2aFTa:hover .history_rankPanel__TKnkW{background:linear-gradient(180deg,rgba(255,70,85,.28),rgba(255,70,85,.1))}.history_entry__2aFTa.history_entryPerfect__3KpM2 .history_rankPanel__TKnkW{background:linear-gradient(180deg,rgba(34,255,197,.18),transparent)}.history_entry__2aFTa.history_entryPerfect__3KpM2:hover .history_rankPanel__TKnkW{background:linear-gradient(180deg,rgba(34,255,197,.28),transparent)}.light .history_entry__2aFTa.history_entryPerfect__3KpM2 .history_rankPanel__TKnkW{background:linear-gradient(180deg,rgba(34,255,197,.28),rgba(34,255,197,.08))}.light .history_entry__2aFTa.history_entryPerfect__3KpM2:hover .history_rankPanel__TKnkW{background:linear-gradient(180deg,rgba(34,255,197,.38),rgba(34,255,197,.12))}.history_rankImage__sID2K{object-fit:contain;filter:drop-shadow(0 2px 6px rgba(255,70,85,.2));transition:transform .2s ease,filter .2s ease}.history_entry__2aFTa:hover .history_rankImage__sID2K{transform:scale(1.08);filter:drop-shadow(0 3px 10px rgba(255,70,85,.35))}.history_rankName__GmZpn{font-weight:800;letter-spacing:.1em;color:var(--text-secondary);text-align:center;line-height:1.2}.history_placementLabel__FxlT7{margin-top:-2px;color:var(--accent);font-size:.74rem;font-weight:900;letter-spacing:.12em;line-height:1}.history_placementLabelTop__V0p6J{color:var(--color-correct)}.history_scoreCurrent__ksUzq{font-weight:800;line-height:1;letter-spacing:.06em;color:var(--text-primary)}.history_scorePercent__iIA6a{font-size:.78rem;font-weight:800;letter-spacing:.04em;color:var(--text-muted)}.history_scorePercentHigh__k3SmM{color:var(--accent)}.history_scoreBar__9KQKl{width:100%;height:4px;background:rgba(255,255,255,.06);position:relative;overflow:hidden}.light .history_scoreBar__9KQKl{background:rgba(0,0,0,.08)}.history_scoreBarFill__vjpGF{position:absolute;top:0;left:0;height:100%;background:var(--accent);animation:history_expandBar__uWC0S .8s ease both;animation-delay:inherit}.history_arrow__eL5Nz{align-items:center;justify-content:center;width:48px;color:var(--text-muted);opacity:0;transition:opacity .2s,color .2s}.history_entry__2aFTa:hover .history_arrow__eL5Nz{opacity:1;color:var(--accent)}.history_empty__mEZf4{margin-top:28px;border:1px dashed rgba(255,70,85,.25);background:linear-gradient(135deg,rgba(255,70,85,.03) 0,transparent 40%),var(--bg-card);padding:56px 24px;text-align:center;animation:history_slideIn__hh252 .5s ease both}.history_emptyIcon__mQjdA{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid rgba(255,70,85,.25);color:var(--accent);margin-bottom:18px}.history_emptyCta__goQr1{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 22px;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--accent);border:none;text-decoration:none;transition:background .2s,color .2s,transform .2s}.history_emptyCta__goQr1:hover{background:#ece8e1;color:#0f1923;transform:translateY(-1px)}