.Header-module__hBw1pG__header{width:100%;height:100%;max-width:var(--content-max);padding:12px var(--content-pad-x) 0;justify-content:center;align-items:flex-start;margin:0 auto;display:flex;position:relative}.Header-module__hBw1pG__gameHeader{width:100%;height:60px;color:var(--text);background:#fff;border-bottom:1px solid #0e124014;grid-template-columns:auto minmax(260px,620px) auto;align-items:center;gap:20px;padding:0 clamp(14px,2vw,28px);display:grid;box-shadow:0 8px 24px #0507162e}.Header-module__hBw1pG__gameBrand{align-items:center;width:150px;height:48px;display:flex}.Header-module__hBw1pG__gameBrand img{object-fit:contain;width:142px;height:auto;display:block}.Header-module__hBw1pG__gameSearch{width:100%;height:40px;color:var(--text-muted);text-align:left;background:#f7f1f8;border:1px solid #ff78c829;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 13px;font-size:13px;font-weight:700;transition:border-color .16s,background-color .16s;display:grid}.Header-module__hBw1pG__gameSearch:hover,.Header-module__hBw1pG__gameSearch:focus-visible{color:var(--brand-strong);background:var(--brand-soft);border-color:#ff78c8a6}.Header-module__hBw1pG__gameSearch kbd{width:22px;height:22px;color:var(--text-soft);font:inherit;border:1px solid #0e12401f;border-radius:6px;place-items:center;font-size:11px;display:grid}.Header-module__hBw1pG__gameNavActions{justify-content:flex-end;align-items:stretch;gap:4px;height:48px;display:flex}.Header-module__hBw1pG__gameNavButton,.Header-module__hBw1pG__gameAccount>a,.Header-module__hBw1pG__gameAccount>button{min-width:58px;height:48px;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:3px 8px;font-family:inherit;font-size:9px;font-weight:800;text-decoration:none;display:flex}.Header-module__hBw1pG__gameNavButton:hover,.Header-module__hBw1pG__gameAccount>a:hover,.Header-module__hBw1pG__gameAccount>button:hover{color:var(--brand-strong);background:var(--brand-soft)}.Header-module__hBw1pG__gameLanguage{place-items:center;width:62px;display:grid}.Header-module__hBw1pG__gameLanguage button{width:60px;height:48px;color:var(--text);border-radius:10px}.Header-module__hBw1pG__gameAccount{place-items:center;display:grid}@media (max-width:900px){.Header-module__hBw1pG__gameHeader{grid-template-columns:auto minmax(120px,1fr) auto;gap:10px;padding-inline:10px}.Header-module__hBw1pG__gameBrand{width:118px}.Header-module__hBw1pG__gameBrand img{width:112px}.Header-module__hBw1pG__gameNavButton span,.Header-module__hBw1pG__gameLanguage{display:none}.Header-module__hBw1pG__gameNavButton,.Header-module__hBw1pG__gameAccount>a,.Header-module__hBw1pG__gameAccount>button{min-width:42px;padding-inline:5px}}@media (max-width:560px){.Header-module__hBw1pG__gameHeader{grid-template-columns:auto 1fr auto;gap:6px;height:54px;padding-inline:8px}.Header-module__hBw1pG__gameBrand{width:100px;height:44px}.Header-module__hBw1pG__gameBrand img{width:96px}.Header-module__hBw1pG__gameSearch{justify-content:center;justify-self:end;width:42px;height:40px;padding:0;display:flex}.Header-module__hBw1pG__gameSearch span,.Header-module__hBw1pG__gameSearch kbd{display:none}.Header-module__hBw1pG__gameNavActions{gap:1px;height:44px}.Header-module__hBw1pG__gameNavButton{display:none}.Header-module__hBw1pG__gameAccount>a,.Header-module__hBw1pG__gameAccount>button{min-width:40px;height:42px}}.Header-module__hBw1pG__card{width:440px;height:auto;animation:Header-module__hBw1pG__navIn .36s var(--ease-out) both;background:#fffffff5;border:1px solid #0e124012;border-radius:24px;flex-direction:column;align-items:stretch;padding:0;display:flex;position:relative;overflow:visible;box-shadow:0 15px 45px #0e12401c}@keyframes Header-module__hBw1pG__navIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.Header-module__hBw1pG__brand{flex:none;justify-content:center;align-items:center;width:100%;height:96px;padding:8px 24px;text-decoration:none;display:flex}.Header-module__hBw1pG__brandImg{object-fit:contain;width:auto;max-width:100%;height:62px;transition:transform .22s var(--ease-out);display:block}.Header-module__hBw1pG__brand:hover .Header-module__hBw1pG__brandImg{transform:scale(1.025)}.Header-module__hBw1pG__cardRow{background:#f2f3f8;border-radius:0 0 22px 22px;flex:none;grid-template-columns:repeat(6,minmax(62px,1fr));gap:4px;width:100%;min-width:0;min-height:66px;padding:6px;display:grid}.Header-module__hBw1pG__cardCell{color:#0e1240;cursor:pointer;min-width:0;transition:color var(--dur-2) var(--ease-out), background-color var(--dur-2) var(--ease-out), box-shadow var(--dur-3) var(--ease-out);background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:4px 6px;font-family:inherit;text-decoration:none;display:inline-flex;position:relative}.Header-module__hBw1pG__cardCell:after{content:"";opacity:0;transform-origin:50%;width:16px;height:2px;transition:opacity var(--dur-2) var(--ease-out), transform var(--dur-3) var(--ease-spring);background:currentColor;border-radius:999px;position:absolute;bottom:3px;right:50%;transform:translate(50%)scaleX(.35)}.Header-module__hBw1pG__cardCell svg{transform-origin:50%;transition:transform var(--dur-3) var(--ease-spring)}.Header-module__hBw1pG__cardCell:hover{color:var(--brand-strong);background:var(--brand-soft);box-shadow:0 7px 16px #0e124029}.Header-module__hBw1pG__cardCell:hover:after,.Header-module__hBw1pG__cardCell:focus-visible:after{opacity:1;transform:translate(50%)scaleX(1)}.Header-module__hBw1pG__cardCell:hover svg,.Header-module__hBw1pG__cardCell:focus-visible svg{transform:translateY(-2px)scale(1.06)}.Header-module__hBw1pG__cardCell:active svg{transform:translateY(0)scale(.94)}.Header-module__hBw1pG__cardCell:disabled{cursor:progress;opacity:.6}.Header-module__hBw1pG__cardCellActive,.Header-module__hBw1pG__cardCellActive:hover{color:#fff;background:var(--brand-strong);box-shadow:0 8px 18px #ff78c840}.Header-module__hBw1pG__cardCellLabel{max-width:100%;color:inherit;font-kerning:normal;letter-spacing:.5px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:700;line-height:12px;overflow:hidden}.Header-module__hBw1pG__cardCellSurprise svg{animation:3s ease-in-out infinite Header-module__hBw1pG__surpriseFloat}@keyframes Header-module__hBw1pG__surpriseFloat{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-2px)rotate(3deg)}}.Header-module__hBw1pG__languageCell{min-width:0;height:100%}.Header-module__hBw1pG__languageCell button{color:#0e1240;border-radius:12px;width:100%;height:100%}.Header-module__hBw1pG__languageCell button:hover{color:var(--brand-strong);background:var(--brand-soft)}.Header-module__hBw1pG__accountLoading{cursor:default;opacity:.68}.Header-module__hBw1pG__accountTrigger{font-family:inherit}.Header-module__hBw1pG__accountAvatar{background-position:50%;background-size:cover;border-radius:8px;width:25px;height:25px;display:block}.Header-module__hBw1pG__accountMenu{z-index:1200;color:#0e1240;text-align:left;transform-origin:top;width:242px;animation:Header-module__hBw1pG__menuIn .18s var(--ease-out) both;background:#fff;border:1px solid #0e124014;border-radius:16px;position:fixed;overflow:hidden;box-shadow:0 24px 54px #0e124038}@keyframes Header-module__hBw1pG__menuIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:none}}.Header-module__hBw1pG__accountIdentity{border-bottom:1px solid var(--border);background:#f5f6fa;flex-direction:column;gap:2px;padding:13px 14px;display:flex}.Header-module__hBw1pG__accountName,.Header-module__hBw1pG__accountEmail{word-break:break-word;display:block}.Header-module__hBw1pG__accountName{color:#0e1240;font-size:12px;font-weight:800}.Header-module__hBw1pG__accountEmail{color:var(--text-muted);font-size:10.5px}.Header-module__hBw1pG__accountMenuItem{color:#0e1240;border:0;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:#fff;align-items:center;gap:10px;width:100%;min-height:43px;padding:0 14px;font-family:inherit;font-size:12px;text-decoration:none;display:flex}.Header-module__hBw1pG__accountMenuItem:last-child{border-bottom:0}.Header-module__hBw1pG__accountMenuItem:hover{color:var(--brand-strong);background:var(--brand-soft)}.Header-module__hBw1pG__worldCup{z-index:5;color:#fff;background:var(--brand-strong);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;gap:5px;min-height:22px;padding:0 9px;font-size:9px;font-weight:800;text-decoration:none;display:inline-flex;position:absolute;top:-9px;left:50%;transform:translate(-50%);box-shadow:0 5px 13px #ff78c842}.Header-module__hBw1pG__worldCupBall,.Header-module__hBw1pG__worldCupTrophy{display:inline-flex}.Header-module__hBw1pG__worldCupText{color:#fff;white-space:nowrap}.Header-module__hBw1pG__worldCupShine{display:none}.Header-module__hBw1pG__cardWorldCup{margin-top:5px}@media (max-width:760px){.Header-module__hBw1pG__header{padding:7px 8px 0}.Header-module__hBw1pG__card{border-radius:19px;width:min(100%,356px)}.Header-module__hBw1pG__brand{height:72px;padding:5px 16px}.Header-module__hBw1pG__brandImg{height:49px}.Header-module__hBw1pG__cardRow{border-radius:0 0 17px 17px;grid-template-columns:repeat(6,minmax(36px,1fr));gap:2px;min-height:58px;padding:4px}.Header-module__hBw1pG__cardCell{border-radius:10px;padding:4px 2px}.Header-module__hBw1pG__cardCellLabel{display:none}.Header-module__hBw1pG__accountAvatar{width:23px;height:23px}}@media (max-width:470px){.Header-module__hBw1pG__brand{height:68px;padding-inline:12px}.Header-module__hBw1pG__brandImg{height:45px}.Header-module__hBw1pG__cardCell svg{width:19px;height:19px}.Header-module__hBw1pG__accountMenu{width:min(232px,100vw - 24px)}}@media (prefers-reduced-motion:reduce){.Header-module__hBw1pG__card,.Header-module__hBw1pG__accountMenu,.Header-module__hBw1pG__cardCellSurprise svg{animation:none}}
