.GameCanvasStage-module__lgP7xa__shell{background:#d7edf2;width:100%;height:100%;position:absolute;inset:0}.GameCanvasStage-module__lgP7xa__canvas{width:100%;height:100%;display:block}
.GameBottomHud-module___Cokwa__chatPanel{bottom:calc(100% + var(--chat-panel-gap));z-index:4;width:min(100vw, var(--chat-panel-closed-inline-size,402px));-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:#fff;pointer-events:auto;background:#4b7884c7;border-right:1px solid #ffffff61;grid-template-columns:minmax(0,1fr);font-family:Poppins,Arial,Helvetica,sans-serif;transition:grid-template-columns .22s cubic-bezier(.22,1,.36,1),width .22s cubic-bezier(.22,1,.36,1),block-size .26s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;left:0;overflow:hidden}.GameBottomHud-module___Cokwa__chatPanelCollapsed{width:min(100vw, var(--chat-panel-closed-inline-size,402px))}.GameBottomHud-module___Cokwa__chatPanelWideBar,.GameBottomHud-module___Cokwa__chatPanelCollapsed.GameBottomHud-module___Cokwa__chatPanelWideBar{width:min(100vw, var(--chat-panel-open-inline-size,450px))}.GameBottomHud-module___Cokwa__chatPanelOpen{transform-origin:0 100%;will-change:clip-path, opacity;grid-template-columns:minmax(0,1fr);animation:.32s cubic-bezier(.18,.9,.24,1) GameBottomHud-module___Cokwa__chatPanelOpenIn}.GameBottomHud-module___Cokwa__chatPanelClosing{pointer-events:none;animation:.22s cubic-bezier(.5,0,.75,0) forwards GameBottomHud-module___Cokwa__chatPanelCloseOut}.GameBottomHud-module___Cokwa__chatPanelWithFriends{width:min(100vw, var(--chat-panel-open-inline-size,450px));grid-template-columns:var(--chat-friends-rail-size) minmax(0, 1fr)}.GameBottomHud-module___Cokwa__chatPanelMedium{block-size:min(56dvh,430px)}.GameBottomHud-module___Cokwa__chatPanelFull{block-size:var(--chat-full-block-size,min(82dvh, 760px))}.GameBottomHud-module___Cokwa__chatFriendRail{z-index:3;width:var(--chat-friends-rail-size);box-sizing:border-box;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:7px 4px;display:flex;position:relative;overflow:hidden}.GameBottomHud-module___Cokwa__chatFriendRailAnimated{animation:.18s cubic-bezier(.22,1,.36,1) GameBottomHud-module___Cokwa__chatFriendRailIn}@keyframes GameBottomHud-module___Cokwa__chatFriendRailIn{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes GameBottomHud-module___Cokwa__chatPanelOpenIn{0%{opacity:.72;clip-path:inset(calc(100% - 2.25rem) 0 0)}to{opacity:1;clip-path:inset(0)}}@keyframes GameBottomHud-module___Cokwa__chatPanelCloseOut{0%{opacity:1;clip-path:inset(0)}to{opacity:.72;clip-path:inset(calc(100% - 2.25rem) 0 0)}}.GameBottomHud-module___Cokwa__chatAvatarButton{cursor:pointer;background:#edf6f8;border:1px solid #ffffffe6;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid;overflow:hidden}.GameBottomHud-module___Cokwa__chatAvatarButton img{object-fit:cover;width:100%;height:100%;display:block}.GameBottomHud-module___Cokwa__chatPanelBody{z-index:1;min-width:0;position:relative;overflow:hidden}.GameBottomHud-module___Cokwa__chatPanelHeader{z-index:2;box-sizing:border-box;width:100%;color:#fff;cursor:pointer;min-block-size:2rem;font:inherit;background:#30545eb8;border:0;justify-content:space-between;align-items:center;padding:.42rem .45rem;display:flex;position:relative}.GameBottomHud-module___Cokwa__chatPanelWithFriends .GameBottomHud-module___Cokwa__chatPanelHeader{width:calc(100% + var(--chat-friends-rail-size));margin-left:calc(var(--chat-friends-rail-size) * -1);padding-left:calc(var(--chat-friends-rail-size) + .45rem)}.GameBottomHud-module___Cokwa__chatPanelHeader strong{font-size:.82rem;font-weight:600}.GameBottomHud-module___Cokwa__chatPanelHeader .GameBottomHud-module___Cokwa__chatArrow{color:#fff}.GameBottomHud-module___Cokwa__chatPanelBody p{align-items:center;gap:9px;margin:7px 0 0;padding:0 12px 0 6px;font-size:.75rem;line-height:1.2;display:flex}.GameBottomHud-module___Cokwa__chatPanelBody p span{background:#ffffff42;border-radius:50%;flex:0 0 15px;place-items:center;width:15px;height:15px;font-size:.68rem;font-weight:800;display:grid}.GameBottomHud-module___Cokwa__chatPanelActions{gap:8px;margin-top:auto;padding-bottom:7px;display:grid}.GameBottomHud-module___Cokwa__chatPanelActions button{color:#d6eef0;cursor:pointer;background:0 0;border:0;place-items:center;width:48px;height:48px;padding:0;display:grid;position:relative}.GameBottomHud-module___Cokwa__chatActionIconUp,.GameBottomHud-module___Cokwa__chatActionIconHover{object-fit:contain;pointer-events:none;grid-area:1/1;width:50px;height:50px;display:block}.GameBottomHud-module___Cokwa__chatActionIconHover,.GameBottomHud-module___Cokwa__chatPanelActions button:hover .GameBottomHud-module___Cokwa__chatActionIconUp,.GameBottomHud-module___Cokwa__chatPanelActions button:focus-visible .GameBottomHud-module___Cokwa__chatActionIconUp{opacity:0}.GameBottomHud-module___Cokwa__chatPanelActions button:hover .GameBottomHud-module___Cokwa__chatActionIconHover,.GameBottomHud-module___Cokwa__chatPanelActions button:focus-visible .GameBottomHud-module___Cokwa__chatActionIconHover{opacity:1}.GameBottomHud-module___Cokwa__bottomHud{--chat-panel-gap:0px;--chat-panel-closed-inline-size:402px;--chat-panel-open-inline-size:450px;--chat-friends-rail-size:48px;--chat-composer-max-inline-size:270px;z-index:5;pointer-events:none;grid-template-columns:minmax(20rem,1fr) auto minmax(20rem,1fr);align-items:end;padding-block:clamp(.45rem,1vw,.7rem);font-family:Poppins,Arial,Helvetica,sans-serif;display:grid;position:absolute;bottom:0;left:0;right:0;overflow:visible}.GameBottomHud-module___Cokwa__bottomHud:before{content:"";pointer-events:none;background:linear-gradient(#fffffffa 0%,#f3f3f3fa 38%,#d5d5d5fc 100%),#dfdfdf;border-top:2px solid #ffffffd9;border-bottom:1px solid #43434385;position:absolute;inset:0;box-shadow:inset 0 1px #ffffffe0,inset 0 9px 10px #ffffff6b,0 -1px #00000014}.GameBottomHud-module___Cokwa__bottomHud:after{content:"";pointer-events:none;background:#ffffff9e;height:2px;position:absolute;top:2px;left:0;right:0}.GameBottomHud-module___Cokwa__quickControls{z-index:2;pointer-events:auto;grid-column:1;align-self:end;align-items:center;gap:7px;width:min(37vw,450px);min-width:334px;display:flex;position:relative}.GameBottomHud-module___Cokwa__quickControlsFriendsOpen .GameBottomHud-module___Cokwa__chatComposerShell{max-width:var(--chat-composer-max-inline-size)}.GameBottomHud-module___Cokwa__quickButton,.GameBottomHud-module___Cokwa__navButton,.GameBottomHud-module___Cokwa__avatarMenu button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.GameBottomHud-module___Cokwa__quickButton{flex:none;place-items:center;width:2rem;min-height:2rem;display:grid;position:relative}.GameBottomHud-module___Cokwa__quickButton img{object-fit:contain;max-width:30px;max-height:30px;transition:transform .14s;display:block}.GameBottomHud-module___Cokwa__quickButton:hover img,.GameBottomHud-module___Cokwa__quickButton:focus-visible img,.GameBottomHud-module___Cokwa__quickButtonActive img{transform:translateY(-2px)scale(1.06)}.GameBottomHud-module___Cokwa__friendsToggle{grid-template-columns:2rem 1.125rem;width:3.25rem}.GameBottomHud-module___Cokwa__friendCount{color:#6d777d;place-items:center;min-width:18px;height:18px;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:800;display:grid}.GameBottomHud-module___Cokwa__chatComposerShell{min-width:178px;max-width:max(10rem, calc(var(--chat-composer-max-inline-size) - var(--chat-friends-rail-size)));cursor:text;background:#fff;border:1px solid #92a0a64d;border-radius:999px;flex:auto;align-items:center;min-height:2rem;padding:0 13px;transition:max-width .18s cubic-bezier(.22,1,.36,1);display:flex}.GameBottomHud-module___Cokwa__chatComposer{color:#3f525c;white-space:nowrap;outline:0;width:100%;min-width:0;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:.82rem;line-height:1.15;overflow:hidden}.GameBottomHud-module___Cokwa__chatComposer:empty:before{content:attr(data-placeholder);color:#95a1a6;cursor:text}.GameBottomHud-module___Cokwa__chatComposerShell:focus-within{border-color:#4da8c2}.GameBottomHud-module___Cokwa__chatArrow{color:#55646c;border-top:2px solid;border-left:2px solid;width:7px;height:7px;display:block}.GameBottomHud-module___Cokwa__chatArrow[data-direction=up]{transform:translateY(1px)rotate(45deg)}.GameBottomHud-module___Cokwa__chatArrow[data-direction=down]{transform:translateY(-1px)rotate(225deg)}.GameBottomHud-module___Cokwa__navItems{z-index:1;pointer-events:auto;grid-column:2;justify-content:center;align-items:end;gap:clamp(14px,1.8vw,26px);margin-top:-50px;padding-inline:1.5rem;display:flex;position:relative}.GameBottomHud-module___Cokwa__navItemRoot{flex:none;position:relative}.GameBottomHud-module___Cokwa__navButton{color:#5d656b;text-shadow:0 1px #ffffffdb;place-items:end center;width:clamp(4.125rem,5vw,4.75rem);min-height:auto;display:grid}.GameBottomHud-module___Cokwa__navButton:focus-visible,.GameBottomHud-module___Cokwa__quickButton:focus-visible,.GameBottomHud-module___Cokwa__avatarMenu button:focus-visible,.GameBottomHud-module___Cokwa__chatAvatarButton:focus-visible,.GameBottomHud-module___Cokwa__chatPanelActions button:focus-visible,.GameBottomHud-module___Cokwa__chatPanelHeader:focus-visible{outline-offset:2px;outline:2px solid #1f98bd}.GameBottomHud-module___Cokwa__iconFrame{place-items:center;width:clamp(3.625rem,4.7vw,4.375rem);min-height:clamp(3rem,4vw,3.5rem);display:grid}.GameBottomHud-module___Cokwa__navIcon{object-fit:contain;pointer-events:none;max-width:100%;max-height:100%;transform:translateY(var(--dock-y)) scale(var(--dock-scale));transform-origin:bottom;grid-area:1/1;transition:opacity .12s,filter .14s,transform .17s cubic-bezier(.22,1,.36,1);display:block}.GameBottomHud-module___Cokwa__navIconBase{filter:drop-shadow(0 2px #00000094)drop-shadow(0 3px 2px #00000047)}.GameBottomHud-module___Cokwa__navIconOutline{opacity:0;filter:drop-shadow(1px 0 #fff100)drop-shadow(-1px 0 #fff100)drop-shadow(0 1px #fff100)drop-shadow(0 -1px #fff100)drop-shadow(1px 1px #fff100)drop-shadow(-1px 1px #fff100)drop-shadow(1px -1px #fff100)drop-shadow(-1px -1px #fff100)}.GameBottomHud-module___Cokwa__navItemRoot:hover .GameBottomHud-module___Cokwa__navIconOutline,.GameBottomHud-module___Cokwa__navButton:focus-visible .GameBottomHud-module___Cokwa__navIconOutline,.GameBottomHud-module___Cokwa__navItemSelected .GameBottomHud-module___Cokwa__navIconOutline{opacity:1}.GameBottomHud-module___Cokwa__label{text-align:center;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;place-items:center;max-width:100%;min-height:19px;margin-top:6px;padding:0 5px 1px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:.9rem;line-height:1.05;display:inline-grid;overflow:hidden}.GameBottomHud-module___Cokwa__labelSelected{color:#fff;text-shadow:0 1px #2556678c;background:#5db2cf;min-width:48px}.GameBottomHud-module___Cokwa__avatarMenu{z-index:14;background:#fff;border:1px solid #4d5f6947;border-radius:6px;width:140px;display:grid;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.GameBottomHud-module___Cokwa__avatarMenu button{color:#39576b;text-align:left;border-bottom:1px solid #edf1f3;min-height:32px;padding:0 12px;font-size:.86rem;font-weight:600}.GameBottomHud-module___Cokwa__avatarMenu button:last-child{border-bottom:0}.GameBottomHud-module___Cokwa__avatarMenu button:hover{background:#eff8fb}@media (max-width:980px){.GameBottomHud-module___Cokwa__chatPanel{width:min(100vw, var(--chat-panel-closed-inline-size,348px));left:0}.GameBottomHud-module___Cokwa__chatPanelWithFriends{width:min(100vw, var(--chat-panel-open-inline-size,396px))}.GameBottomHud-module___Cokwa__bottomHud{grid-template-columns:minmax(0,1fr);row-gap:.35rem}.GameBottomHud-module___Cokwa__quickControls{width:min(45vw,396px);min-width:330px}.GameBottomHud-module___Cokwa__navItems{scrollbar-width:none;grid-column:1;justify-content:flex-end;padding-inline:clamp(.5rem,2vw,1rem);overflow-x:auto}.GameBottomHud-module___Cokwa__navItems::-webkit-scrollbar{display:none}}@media (max-width:640px){.GameBottomHud-module___Cokwa__bottomHud{align-content:end;padding:.4rem .5rem .55rem}.GameBottomHud-module___Cokwa__quickControls{width:100%;min-width:0}.GameBottomHud-module___Cokwa__chatPanel{width:min(100vw, var(--chat-panel-closed-inline-size,calc(100vw - var(--chat-friends-rail-size))));left:0}.GameBottomHud-module___Cokwa__chatPanelWithFriends{width:min(100vw, var(--chat-panel-open-inline-size,100vw))}.GameBottomHud-module___Cokwa__chatComposerShell{max-width:max(10rem, calc(var(--chat-composer-max-inline-size) - var(--chat-friends-rail-size)));flex:auto}.GameBottomHud-module___Cokwa__navItems{justify-content:flex-start;gap:8px;padding-inline:0}.GameBottomHud-module___Cokwa__navButton{width:clamp(3.75rem,18vw,4.125rem)}.GameBottomHud-module___Cokwa__iconFrame{width:clamp(3.25rem,15vw,3.625rem);min-height:clamp(2.75rem,12vw,3rem)}.GameBottomHud-module___Cokwa__navIcon{max-width:100%;max-height:100%}.GameBottomHud-module___Cokwa__label{font-size:.68rem}}
.ProfileAlertBar-module__sYIzPa__alertWrap{z-index:49;pointer-events:none;background:0 0;width:100%;position:absolute;top:100%;left:0}.ProfileAlertBar-module__sYIzPa__alertBar{width:min(920px,100% - 220px);min-height:24px;color:var(--profile-alert-text,#12324d);background:var(--profile-alert-bg,#ffde4a);pointer-events:auto;border-radius:0 0 18px 18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin:0 auto;padding:4px 22px;font-size:.7rem;line-height:1.25;display:grid;box-shadow:0 3px 8px #0a2e4e1f}.ProfileAlertBar-module__sYIzPa__content{align-items:center;gap:10px;min-width:0;display:flex}.ProfileAlertBar-module__sYIzPa__icon{background:#ffffff57;border-radius:999px;flex:none;place-items:center;width:19px;height:19px;font-weight:700;display:grid;overflow:hidden}.ProfileAlertBar-module__sYIzPa__icon img{object-fit:contain;width:14px;height:14px}.ProfileAlertBar-module__sYIzPa__message{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;overflow:hidden}.ProfileAlertBar-module__sYIzPa__link{color:var(--profile-alert-link,#6b5600);text-underline-offset:2px;white-space:nowrap;font-size:.68rem;font-weight:700;text-decoration:underline}.ProfileAlertBar-module__sYIzPa__closeButton{border:1px solid color-mix(in srgb, currentColor 22%, transparent);color:currentColor;cursor:pointer;background:#ffffff85;border-radius:999px;flex:0 0 22px;justify-self:end;place-items:center;width:22px;height:22px;padding:0;transition:background-color .16s,border-color .16s,transform .16s;display:grid;position:relative}.ProfileAlertBar-module__sYIzPa__closeIcon,.ProfileAlertBar-module__sYIzPa__closeIcon:before,.ProfileAlertBar-module__sYIzPa__closeIcon:after{display:block}.ProfileAlertBar-module__sYIzPa__closeIcon{width:10px;height:10px;position:relative}.ProfileAlertBar-module__sYIzPa__closeIcon:before,.ProfileAlertBar-module__sYIzPa__closeIcon:after{content:"";background:currentColor;border-radius:999px;width:10px;height:2px;position:absolute;top:4px;left:0}.ProfileAlertBar-module__sYIzPa__closeIcon:before{transform:rotate(45deg)}.ProfileAlertBar-module__sYIzPa__closeIcon:after{transform:rotate(-45deg)}.ProfileAlertBar-module__sYIzPa__closeButton:hover{border-color:color-mix(in srgb, currentColor 44%, transparent);background:#ffffffc7;transform:translateY(-1px)}.ProfileAlertBar-module__sYIzPa__closeButton:focus-visible{outline:2px solid color-mix(in srgb, currentColor 58%, transparent);outline-offset:2px}.ProfileAlertBar-module__sYIzPa__previewWrap{z-index:0;pointer-events:auto;background:#1c1c1c;padding:28px 0;position:static}@media (max-width:1180px){.ProfileAlertBar-module__sYIzPa__alertBar{width:calc(100% - 96px)}}@media (max-width:720px){.ProfileAlertBar-module__sYIzPa__alertBar{border-radius:0 0 14px 14px;gap:8px;width:calc(100% - 24px);padding:5px 12px}.ProfileAlertBar-module__sYIzPa__content{flex-wrap:wrap;gap:4px 8px}.ProfileAlertBar-module__sYIzPa__message{white-space:normal}}
.ProfileNavbar-module__pjZglq__navbarShell{z-index:60;position:relative}.ProfileNavbar-module__pjZglq__navbar{z-index:50;background:#8ccfe1 url(/images/profile-navbar/navbar-background.png) bottom repeat-x;padding:4px 0 3px;position:sticky;top:0;overflow:visible}.ProfileNavbar-module__pjZglq__inner{align-items:center;gap:clamp(5px,.8vw,12px);width:min(1510px,100% - clamp(24px,3vw,56px));margin:0 auto;padding-left:clamp(108px,11vw,162px);display:flex;position:relative}.ProfileNavbar-module__pjZglq__logoLink{z-index:1;width:clamp(104px,10vw,142px);line-height:0;position:absolute;top:0;left:0}.ProfileNavbar-module__pjZglq__logoLink img{width:clamp(104px,10vw,142px);height:auto;margin-top:6px;display:block}.ProfileNavbar-module__pjZglq__navLinks{color:#fff;flex:340px;align-items:center;height:100%;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:clamp(.78rem,1.05vw,.96rem);font-weight:700;display:flex}.ProfileNavbar-module__pjZglq__navLinks a{white-space:nowrap;align-items:center;gap:5px;height:34px;padding:0 clamp(4px,.9vw,16px);display:inline-flex}.ProfileNavbar-module__pjZglq__chevron{border-bottom:1px solid;border-right:1px solid;width:7px;height:7px;transform:translateY(-1px)rotate(45deg)}.ProfileNavbar-module__pjZglq__homeLink{color:#fff;background:#5cb639;border:1px solid #15598d;border-radius:8px;justify-content:center;min-width:62px;font-family:Nunito,Arial,Helvetica,sans-serif}.ProfileNavbar-module__pjZglq__manageLink{color:#fff;text-transform:uppercase;background:#0a3a62;border:1px solid #15598d;border-radius:8px;justify-content:center;min-width:82px;margin-left:5px;font-family:Nunito,Arial,Helvetica,sans-serif}.ProfileNavbar-module__pjZglq__menuButton{display:none}.ProfileNavbar-module__pjZglq__balances{flex:none;align-items:center;gap:clamp(6px,.8vw,12px);display:flex}.ProfileNavbar-module__pjZglq__balancePill{--balance-icon-left:-10px;--balance-icon-size:31px;--balance-value-left:clamp(25px, 2.8vw, 42px);--balance-value-min-width:clamp(43px, 4.2vw, 60px);--balance-value-right:clamp(30px, .8vw, 12px);box-sizing:border-box;width:auto;min-width:clamp(76px,7.8vw,114px);height:24px;padding:0 var(--balance-value-right) 0 var(--balance-value-left);border-radius:999px;justify-content:center;align-items:center;font-size:clamp(.66rem,.8vw,.82rem);font-weight:700;display:inline-flex;position:relative}.ProfileNavbar-module__pjZglq__balanceSurface{border-radius:inherit;background:#fffffff5;position:absolute;inset:0;overflow:hidden}.ProfileNavbar-module__pjZglq__balanceFill{background:#adf8fa;position:absolute;inset:0 auto 0 0}.ProfileNavbar-module__pjZglq__balancePill img{z-index:1;left:var(--balance-icon-left);width:auto;height:var(--balance-icon-size);position:absolute;top:50%;transform:translateY(-50%)}.ProfileNavbar-module__pjZglq__balancePill strong{min-width:var(--balance-value-min-width);z-index:1;text-align:center;white-space:nowrap;font-size:clamp(.66rem,.8vw,.82rem);font-weight:700;line-height:1;display:block;position:relative}.ProfileNavbar-module__pjZglq__xp{color:#138aa0}.ProfileNavbar-module__pjZglq__gold{color:#9d9047}.ProfileNavbar-module__pjZglq__tokens{color:#bf6226}.ProfileNavbar-module__pjZglq__starBalancePill{--balance-icon-left:-15px}.ProfileNavbar-module__pjZglq__vipBadge{flex:none;width:clamp(36px,3.6vw,48px);height:auto;display:block}.ProfileNavbar-module__pjZglq__iconButton{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:34px;min-width:0;height:100%;padding:0;display:inline-flex}.ProfileNavbar-module__pjZglq__iconButton:last-child{width:42px}.ProfileNavbar-module__pjZglq__iconButton img{max-width:100%;height:auto;display:block}.ProfileNavbar-module__pjZglq__alertsRoot{--popover-panel-overhang-right:78px;--popover-trigger-half-width:21px;--popover-arrow-center-right:calc(var(--popover-panel-overhang-right) + var(--popover-trigger-half-width));flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:100%;display:flex;position:relative}.ProfileNavbar-module__pjZglq__alertBellButton{flex:0 0 42px;width:42px;position:relative}.ProfileNavbar-module__pjZglq__alertBadge{color:#fff;background:#0a3a62;border:2px solid #8ccfe1;border-radius:999px;place-items:center;min-width:17px;height:17px;font-size:.64rem;font-weight:800;line-height:1;display:grid;position:absolute;top:2px;right:1px}.ProfileNavbar-module__pjZglq__alertsPanel{top:calc(100% + 12px);right:calc(var(--popover-panel-overhang-right) * -1);z-index:90;color:#0a2e4e;background:#f4ffff;border-radius:8px;flex-direction:column;width:min(458px,100vw - 24px);max-height:min(520px,100vh - 98px);display:flex;position:absolute;overflow:visible;box-shadow:0 18px 32px #0a2e4e3d}.ProfileNavbar-module__pjZglq__alertsPanel:before{content:"";top:-12px;right:var(--popover-arrow-center-right);z-index:2;pointer-events:none;border-bottom:12px solid #fff;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;position:absolute}.ProfileNavbar-module__pjZglq__alertsPanelHeader{z-index:1;color:#0a2e4e;background:#fff;border-bottom:2px solid #1b76a2;border-radius:8px 8px 0 0;justify-content:center;align-items:center;gap:8px;height:48px;font-size:.92rem;font-weight:800;display:flex;position:relative}.ProfileNavbar-module__pjZglq__alertsPanelHeader strong{color:#fff;background:#0a3a62;border-radius:999px;place-items:center;min-width:21px;height:21px;font-size:.72rem;font-weight:800;line-height:1;display:grid}.ProfileNavbar-module__pjZglq__alertsList{align-content:start;gap:12px;min-height:236px;max-height:min(440px,100vh - 158px);padding:26px 24px 30px;display:grid;overflow-y:auto}.ProfileNavbar-module__pjZglq__alertListItem{grid-template-columns:80px minmax(0,1fr) 108px;align-items:center;gap:14px;display:grid}.ProfileNavbar-module__pjZglq__alertListItem>img{object-fit:cover;background:#4d9ab6;border-radius:6px;width:80px;height:60px}.ProfileNavbar-module__pjZglq__alertListItem div{gap:3px;min-width:0;display:grid}.ProfileNavbar-module__pjZglq__alertListItem strong,.ProfileNavbar-module__pjZglq__spaceAlertContent strong{color:#0a2e4e;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;font-weight:800;line-height:1.2;overflow:hidden}.ProfileNavbar-module__pjZglq__alertListItem span,.ProfileNavbar-module__pjZglq__spaceAlertContent span{color:#415565;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;line-height:1.25;overflow:hidden}.ProfileNavbar-module__pjZglq__alertListItem small,.ProfileNavbar-module__pjZglq__spaceAlertContent small{color:#637786;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:700;line-height:1.25;overflow:hidden}.ProfileNavbar-module__pjZglq__alertListItem a,.ProfileNavbar-module__pjZglq__spaceAlertGoButton{color:#fff;background:#5cb639;border:1px solid #15598d;border-radius:7px;justify-content:center;align-items:center;min-height:40px;font-size:.9rem;font-weight:800;text-decoration:none;display:inline-flex}.ProfileNavbar-module__pjZglq__alertsEmpty{color:#637786;text-align:center;margin:0;padding:30px 24px;font-size:.86rem;font-weight:700}.ProfileNavbar-module__pjZglq__spaceAlertToastStack{z-index:120;pointer-events:none;justify-items:end;gap:8px;display:grid;position:fixed;top:78px;right:clamp(14px,2vw,28px)}.ProfileNavbar-module__pjZglq__spaceAlertToast{box-sizing:border-box;color:#0a2e4e;pointer-events:auto;width:min(382px,100vw - 28px);height:72px;transform:translateX(calc(var(--toast-index,0) * -5px));background:#f4ffff;border-radius:10px;grid-template-columns:58px minmax(0,1fr) 70px;align-items:center;gap:10px;padding:12px 14px;animation:.22s ease-out both ProfileNavbar-module__pjZglq__spaceAlertEnter;display:grid;position:relative;box-shadow:0 12px 24px #00000038}.ProfileNavbar-module__pjZglq__spaceAlertToastLeaving{animation:.22s ease-in both ProfileNavbar-module__pjZglq__spaceAlertLeave}.ProfileNavbar-module__pjZglq__spaceAlertToast>img{object-fit:cover;background:#4d9ab6;border-radius:6px;width:58px;height:48px}.ProfileNavbar-module__pjZglq__spaceAlertContent{flex-direction:column;justify-content:center;min-width:0;display:flex}.ProfileNavbar-module__pjZglq__spaceAlertCloseButton{cursor:pointer;background:#e50000;border:3px solid #fff;border-radius:50%;width:30px;height:30px;padding:0;position:absolute;top:-12px;right:-10px;box-shadow:-3px 3px 10px #0a2e4e66,inset 0 -2px #00000014}.ProfileNavbar-module__pjZglq__spaceAlertCloseButton span{background:#fff;border-radius:999px;width:15px;height:3px;position:absolute;top:50%;left:50%}.ProfileNavbar-module__pjZglq__spaceAlertCloseButton span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.ProfileNavbar-module__pjZglq__spaceAlertCloseButton span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}@keyframes ProfileNavbar-module__pjZglq__spaceAlertEnter{0%{opacity:0;transform:translateX(calc(24px + (var(--toast-index,0) * -5px))) translateY(-6px) scale(.98)}to{opacity:1;transform:translateX(calc(var(--toast-index,0) * -5px)) translateY(0) scale(1)}}@keyframes ProfileNavbar-module__pjZglq__spaceAlertLeave{0%{opacity:1;transform:translateX(calc(var(--toast-index,0) * -5px)) translateY(0) scale(1)}to{opacity:0;transform:translateX(calc(36px + (var(--toast-index,0) * -5px))) translateY(-4px) scale(.98)}}.ProfileNavbar-module__pjZglq__authActions{flex:none;align-items:center;gap:12px;margin-left:auto;display:flex}.ProfileNavbar-module__pjZglq__loginButton,.ProfileNavbar-module__pjZglq__registerButton{color:#fff;cursor:pointer;text-transform:uppercase;border:1px solid #15598d;border-radius:5px;justify-content:center;align-items:center;min-width:78px;min-height:28px;padding:0 18px;font-family:Nunito,Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:700;display:inline-flex}.ProfileNavbar-module__pjZglq__loginButton{background:#5cb639}.ProfileNavbar-module__pjZglq__registerButton{background:#0a3a62}.ProfileNavbar-module__pjZglq__settingsRoot{--popover-panel-overhang-right:0px;--popover-trigger-half-width:21px;--popover-arrow-center-right:calc(var(--popover-panel-overhang-right) + var(--popover-trigger-half-width));flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:100%;display:flex;position:relative}.ProfileNavbar-module__pjZglq__settingsRoot .ProfileNavbar-module__pjZglq__iconButton{width:42px}.ProfileNavbar-module__pjZglq__settingsCard{z-index:30;color:#0a2e4e;background:#f8ffff;border:1px solid #12a3d2;border-radius:10px;width:224px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 34px #0a2e4e3d}.ProfileNavbar-module__pjZglq__settingsCard:before{content:"";top:-10px;right:var(--popover-arrow-center-right);z-index:2;pointer-events:none;border-bottom:10px solid #12a3d2;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute}.ProfileNavbar-module__pjZglq__settingsCard:after{content:"";top:-9px;right:var(--popover-arrow-center-right);z-index:3;pointer-events:none;border-bottom:9px solid #f8ffff;border-left:9px solid #0000;border-right:9px solid #0000;width:0;height:0;position:absolute}.ProfileNavbar-module__pjZglq__settingsOption{z-index:1;color:#0a2e4e;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 10px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:.94rem;font-weight:700;text-decoration:none;display:flex;position:relative}.ProfileNavbar-module__pjZglq__settingsOption:hover{background:#e7f6f9}.ProfileNavbar-module__pjZglq__settingsOptionIcon{color:#0b6f98;background:#e0f6fb;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.ProfileNavbar-module__pjZglq__settingsOptionIcon svg{fill:currentColor;width:17px;height:17px}.ProfileNavbar-module__pjZglq__mobilePanel,.ProfileNavbar-module__pjZglq__drawerBackdrop{display:none}@media (max-width:1280px){.ProfileNavbar-module__pjZglq__inner{gap:6px;width:calc(100% - 24px);padding-left:clamp(92px,9vw,122px)}.ProfileNavbar-module__pjZglq__logoLink,.ProfileNavbar-module__pjZglq__logoLink img{width:clamp(92px,9vw,118px)}.ProfileNavbar-module__pjZglq__navLinks{flex:auto;font-size:.78rem}.ProfileNavbar-module__pjZglq__navLinks a{height:32px;padding:0 8px}.ProfileNavbar-module__pjZglq__homeLink{min-width:58px}.ProfileNavbar-module__pjZglq__balances{gap:5px}.ProfileNavbar-module__pjZglq__balancePill{--balance-value-left:30px;--balance-value-min-width:44px;--balance-value-right:8px;min-width:82px}.ProfileNavbar-module__pjZglq__balancePill img{left:var(--balance-icon-left);width:auto;height:var(--balance-icon-size)}.ProfileNavbar-module__pjZglq__vipBadge{width:38px}}@media (max-width:1080px){.ProfileNavbar-module__pjZglq__navbar{background-position:top;background-size:auto 132px;height:auto;min-height:92px}.ProfileNavbar-module__pjZglq__inner{flex-wrap:wrap;gap:8px;width:calc(100% - 32px);height:auto;min-height:92px;padding:7px 0 8px}.ProfileNavbar-module__pjZglq__logoLink{flex:none;order:1;width:118px;margin:0;position:absolute;top:7px;left:50%;transform:translate(-50%)}.ProfileNavbar-module__pjZglq__logoLink img{width:118px;margin-top:0}.ProfileNavbar-module__pjZglq__navLinks{display:none}.ProfileNavbar-module__pjZglq__menuButton{cursor:pointer;background:0 0;border:0;flex-direction:column;flex:0 0 38px;order:0;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;padding:0;display:inline-flex}.ProfileNavbar-module__pjZglq__menuButton span{background:#fff;border-radius:999px;width:22px;height:3px;transition:opacity .16s,transform .16s;display:block;box-shadow:0 1px 2px #0a2e4e2e}.ProfileNavbar-module__pjZglq__menuButtonOpen span:first-child{transform:translateY(8px)rotate(45deg)}.ProfileNavbar-module__pjZglq__menuButtonOpen span:nth-child(2){opacity:0}.ProfileNavbar-module__pjZglq__menuButtonOpen span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.ProfileNavbar-module__pjZglq__balances{flex:1 0 100%;order:10;justify-content:center;width:100%;margin-top:20px;margin-left:auto}.ProfileNavbar-module__pjZglq__balancePill{--balance-value-left:36px;--balance-value-min-width:58px;--balance-value-right:10px;min-width:104px}.ProfileNavbar-module__pjZglq__vipBadge{order:2;width:42px;margin-left:auto}.ProfileNavbar-module__pjZglq__authActions{order:4;margin-left:auto}.ProfileNavbar-module__pjZglq__iconButton{order:4;width:34px;height:38px}.ProfileNavbar-module__pjZglq__alertsRoot{--popover-panel-overhang-right:48px;--popover-trigger-half-width:19px;flex:0 0 38px;order:4;width:38px;height:38px}.ProfileNavbar-module__pjZglq__alertBellButton{flex-basis:38px;width:38px}.ProfileNavbar-module__pjZglq__alertsPanel{top:calc(100% + 10px);right:calc(var(--popover-panel-overhang-right) * -1)}.ProfileNavbar-module__pjZglq__settingsRoot{--popover-panel-overhang-right:2px;--popover-trigger-half-width:19px;flex:0 0 38px;order:5;width:38px;height:38px}.ProfileNavbar-module__pjZglq__settingsRoot .ProfileNavbar-module__pjZglq__iconButton{width:38px}.ProfileNavbar-module__pjZglq__settingsCard{top:calc(100% + 10px);right:calc(var(--popover-panel-overhang-right) * -1)}.ProfileNavbar-module__pjZglq__mobilePanel{z-index:1000;pointer-events:none;background:#f6fffe;border-right:2px solid #15598d;flex-direction:column;width:min(275px,82vw);transition:transform .22s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-102%);box-shadow:18px 0 34px #0a2e4e38}.ProfileNavbar-module__pjZglq__mobilePanelOpen{pointer-events:auto;transform:translate(0)}.ProfileNavbar-module__pjZglq__drawerBackdrop{z-index:990;opacity:0;pointer-events:none;background:#0a2e4e5c;transition:opacity .18s;display:block;position:fixed;inset:0}.ProfileNavbar-module__pjZglq__drawerBackdropOpen{opacity:1;pointer-events:auto}.ProfileNavbar-module__pjZglq__drawerHeader{border-bottom:1px solid #15598d29;justify-content:space-between;align-items:center;min-height:84px;padding:16px 18px;display:flex}.ProfileNavbar-module__pjZglq__drawerHeader img{width:132px;height:auto}.ProfileNavbar-module__pjZglq__drawerCloseButton{cursor:pointer;background:#fff;border:none;border-radius:50%;width:38px;height:38px;position:relative}.ProfileNavbar-module__pjZglq__drawerCloseButton span{background:#15598d;width:18px;height:3px;position:absolute;top:50%;left:50%}.ProfileNavbar-module__pjZglq__drawerCloseButton span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.ProfileNavbar-module__pjZglq__drawerCloseButton span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.ProfileNavbar-module__pjZglq__mobileNav{color:#0a2e4e;flex-direction:column;flex:none;gap:4px;padding:18px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.08rem;display:flex}.ProfileNavbar-module__pjZglq__mobileNav a{border-radius:10px;padding:14px 16px}.ProfileNavbar-module__pjZglq__mobileNav a:hover,.ProfileNavbar-module__pjZglq__mobileLogoutButton:hover{background:#15598d1a}.ProfileNavbar-module__pjZglq__mobileLogoutButton{color:#0a2e4e;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:48px;padding:10px 16px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.08rem;font-weight:700;display:flex}.ProfileNavbar-module__pjZglq__mobileAuthActions{gap:8px;margin-top:8px;display:grid}.ProfileNavbar-module__pjZglq__mobileHomeLink{color:#fff;background:#5cb639;border:1px solid #15598d}.ProfileNavbar-module__pjZglq__mobileManageLink{color:#fff;text-transform:uppercase;background:#0a3a62;border:1px solid #15598d}.ProfileNavbar-module__pjZglq__mobileHomeLink:hover,.ProfileNavbar-module__pjZglq__mobileManageLink:hover{filter:brightness(1.04);background:#5cb639}.ProfileNavbar-module__pjZglq__mobileManageLink:hover{background:#0a3a62}.ProfileNavbar-module__pjZglq__mobileClock{margin-top:auto;padding:4px 18px 18px}.ProfileNavbar-module__pjZglq__mobileClockCard{box-sizing:border-box;justify-self:stretch;width:100%}}@media (max-width:620px){.ProfileNavbar-module__pjZglq__navbar{min-height:106px}.ProfileNavbar-module__pjZglq__inner{align-content:flex-start;gap:6px;width:calc(100% - 24px);min-height:106px}.ProfileNavbar-module__pjZglq__inner>.ProfileNavbar-module__pjZglq__iconButton{margin-left:auto}.ProfileNavbar-module__pjZglq__balances{gap:8px;margin-top:16px;display:flex}.ProfileNavbar-module__pjZglq__balancePill{--balance-value-left:30px;--balance-value-min-width:48px;--balance-value-right:8px;width:auto;min-width:86px;max-width:none;font-size:.68rem}.ProfileNavbar-module__pjZglq__balancePill img{left:var(--balance-icon-left);width:auto;height:var(--balance-icon-size)}.ProfileNavbar-module__pjZglq__balancePill strong{font-size:.68rem}.ProfileNavbar-module__pjZglq__logoLink{z-index:2;width:108px;top:8px}.ProfileNavbar-module__pjZglq__logoLink img{width:108px}.ProfileNavbar-module__pjZglq__alertsRoot{order:2;margin-left:auto}.ProfileNavbar-module__pjZglq__vipBadge{order:3;width:42px;margin-left:0;display:block}.ProfileNavbar-module__pjZglq__settingsRoot{display:none}.ProfileNavbar-module__pjZglq__authActions{gap:6px;display:flex}.ProfileNavbar-module__pjZglq__loginButton,.ProfileNavbar-module__pjZglq__registerButton{min-width:70px;padding:0 12px}.ProfileNavbar-module__pjZglq__settingsCard{width:min(210px,100vw - 24px);right:0}.ProfileNavbar-module__pjZglq__alertsPanel{width:min(340px,100vw - 24px);max-height:min(360px,100vh - 92px);position:fixed;top:68px;right:12px}.ProfileNavbar-module__pjZglq__alertsPanel:before{display:none}.ProfileNavbar-module__pjZglq__alertsPanelHeader{height:42px;font-size:.86rem}.ProfileNavbar-module__pjZglq__alertsList{gap:10px;min-height:0;max-height:min(292px,100vh - 150px);padding:16px 14px 18px;overflow-y:auto}.ProfileNavbar-module__pjZglq__alertListItem{grid-template-columns:52px minmax(0,1fr) 62px;gap:8px}.ProfileNavbar-module__pjZglq__alertListItem>img{width:52px;height:42px}.ProfileNavbar-module__pjZglq__alertListItem strong,.ProfileNavbar-module__pjZglq__spaceAlertContent strong{font-size:.86rem}.ProfileNavbar-module__pjZglq__alertListItem span,.ProfileNavbar-module__pjZglq__spaceAlertContent span{font-size:.75rem}.ProfileNavbar-module__pjZglq__alertListItem small,.ProfileNavbar-module__pjZglq__spaceAlertContent small{font-size:.64rem}.ProfileNavbar-module__pjZglq__alertListItem a{min-height:34px;font-size:.76rem}.ProfileNavbar-module__pjZglq__spaceAlertToastStack{top:auto;right:50%;bottom:max(16px, env(safe-area-inset-bottom));justify-items:center;gap:7px;width:min(320px,100vw - 24px);transform:translate(50%)}.ProfileNavbar-module__pjZglq__spaceAlertToast{grid-template-columns:42px minmax(0,1fr) 50px;gap:7px;width:100%;height:58px;padding:8px 10px}.ProfileNavbar-module__pjZglq__spaceAlertToast>img{width:42px;height:36px}.ProfileNavbar-module__pjZglq__spaceAlertGoButton{min-height:32px;font-size:.72rem}.ProfileNavbar-module__pjZglq__spaceAlertCloseButton{border-width:2px;width:26px;height:26px;top:-10px;right:-8px}.ProfileNavbar-module__pjZglq__spaceAlertCloseButton span{width:13px;height:2px}}@media (prefers-reduced-motion:reduce){.ProfileNavbar-module__pjZglq__spaceAlertToast{animation:none}}
.SmallverseClockCard-module__7HMB3q__card{color:#fff;opacity:.9;background:#364d59;border:1px solid #24414f;border-radius:3px;justify-self:end;width:max-content;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.SmallverseClockCard-module__7HMB3q__inner{border-top:1px solid #5a727c;padding:5px 15px}.SmallverseClockCard-module__7HMB3q__timeRow{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";justify-content:flex-start;align-items:center;gap:5px;display:flex}.SmallverseClockCard-module__7HMB3q__clockIcon{color:#fff;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.5px;width:18px;height:18px;margin-right:3px}.SmallverseClockCard-module__7HMB3q__timeBlock{color:#fff;border:1px solid #667d8b;border-radius:2px;place-items:center;min-width:35px;font-size:1.6rem;font-weight:400;line-height:1;display:grid;position:relative}.SmallverseClockCard-module__7HMB3q__timeBlock span{text-align:center;width:100%;padding:2px 5px;display:block}.SmallverseClockCard-module__7HMB3q__timeBlock i{background:#667d8b;width:100%;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.SmallverseClockCard-module__7HMB3q__timeNumbers{gap:5px;display:flex}.SmallverseClockCard-module__7HMB3q__timezone{color:#fff;letter-spacing:0;font-size:.9rem;font-weight:400}.SmallverseClockCard-module__7HMB3q__onlinePill{color:#fff;white-space:nowrap;background:#24414f;border:1px solid #2d2e4a;border-radius:999px;align-items:center;min-width:0;margin:10px 0 0;padding:2px 0;font-size:.8rem;font-weight:400;display:flex}.SmallverseClockCard-module__7HMB3q__onlinePill img{object-fit:contain;width:13px;margin-left:3px;margin-right:5px}.SmallverseClockCard-module__7HMB3q__onlinePill span{overflow-wrap:anywhere;min-width:0}
.SessionLoading-module__4KM4kq__loadingPage{background:linear-gradient(#dff6fac2,#dff6faeb),url(/images/backgrounds/page-background.jpg) 50%/cover;align-content:center;place-items:center;min-height:100vh;display:grid}.SessionLoading-module__4KM4kq__loadingPage img{width:190px;height:auto;animation:1.2s ease-in-out infinite SessionLoading-module__4KM4kq__logoPulse}@keyframes SessionLoading-module__4KM4kq__logoPulse{0%,to{opacity:.62;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}
.Footer-module__hP-FLq__footer{color:#fff;background:linear-gradient(#2da2ca 0%,#278eb7 100%)}.Footer-module__hP-FLq__content{width:min(var(--viewport-shell), calc(100% - var(--viewport-gutter)));grid-template-columns:260px 1fr;align-items:start;gap:80px;margin:0 auto;padding:52px 0;display:grid}.Footer-module__hP-FLq__brand{width:150px;line-height:0;display:block}.Footer-module__hP-FLq__brand img{width:100%;height:auto}.Footer-module__hP-FLq__nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;display:grid}.Footer-module__hP-FLq__column{align-content:start;gap:8px;display:grid}.Footer-module__hP-FLq__column h3{text-transform:uppercase;margin:0 0 4px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:.82rem;font-weight:700}.Footer-module__hP-FLq__column a{color:#ffffffe6;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:.82rem}.Footer-module__hP-FLq__column a:hover{text-decoration:underline}.Footer-module__hP-FLq__socials{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__hP-FLq__socials a{color:#fff;background:#155d8f59;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.Footer-module__hP-FLq__socials svg{fill:currentColor;width:15px;height:15px}.Footer-module__hP-FLq__languageSwitcher{width:max-content;margin-top:10px;position:relative}.Footer-module__hP-FLq__languageTrigger,.Footer-module__hP-FLq__languageMenu{background:#fff;border:1px solid #ffffffb8}.Footer-module__hP-FLq__languageTrigger{cursor:pointer;border-radius:5px;justify-content:space-between;align-items:center;width:84px;height:30px;padding:0 8px;display:flex}.Footer-module__hP-FLq__languageTrigger img,.Footer-module__hP-FLq__languageOption img{object-fit:contain;width:38px;height:22px;display:block}.Footer-module__hP-FLq__chevron{border-bottom:1px solid #1f3140;border-right:1px solid #1f3140;width:7px;height:7px;margin:0 auto;transform:translateY(-1px)rotate(45deg)}.Footer-module__hP-FLq__languageMenu{z-index:10;border-radius:5px;flex-direction:column;gap:6px;width:84px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 8px 16px #122d3d2e}.Footer-module__hP-FLq__languageOption{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;height:30px;padding:0;display:flex}.Footer-module__hP-FLq__bottom{background:#17608e}.Footer-module__hP-FLq__legal{width:min(var(--viewport-shell), calc(100% - var(--viewport-gutter)));color:#ffffffd6;justify-content:space-between;align-items:center;gap:24px;min-height:70px;margin:0 auto;font-size:.7rem;display:flex}.Footer-module__hP-FLq__legal p{margin:0}.Footer-module__hP-FLq__legal a{color:#fff;text-underline-offset:2px;font-weight:700;text-decoration:underline}.Footer-module__hP-FLq__legalLeft{flex:42%}.Footer-module__hP-FLq__legalRight{text-align:right;flex:48%}@media (max-width:820px){.Footer-module__hP-FLq__content,.Footer-module__hP-FLq__nav{grid-template-columns:1fr}.Footer-module__hP-FLq__content{text-align:center;justify-items:center;gap:34px}.Footer-module__hP-FLq__brand{justify-self:center}.Footer-module__hP-FLq__column,.Footer-module__hP-FLq__socials,.Footer-module__hP-FLq__languageSwitcher{justify-content:center;justify-items:center}.Footer-module__hP-FLq__legal{text-align:center;flex-direction:column;justify-content:center;padding:18px 0}.Footer-module__hP-FLq__legalRight{text-align:center}}
.Button-module__p9nNXq__button{color:#fff;cursor:pointer;letter-spacing:0;text-transform:uppercase;border:0;justify-content:center;align-items:center;min-height:42px;padding:0 28px;font-family:Poppins,Arial,Helvetica,sans-serif;text-decoration:none;transition:transform .18s,filter .18s;display:inline-flex;position:relative}.Button-module__p9nNXq__content,.Button-module__p9nNXq__contentLoading{justify-content:center;align-items:center;display:inline-flex}.Button-module__p9nNXq__contentLoading{visibility:hidden}.Button-module__p9nNXq__spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite Button-module__p9nNXq__spin;position:absolute}@keyframes Button-module__p9nNXq__spin{to{transform:rotate(360deg)}}.Button-module__p9nNXq__fullWidth{width:100%;min-width:0}.Button-module__p9nNXq__button:disabled,.Button-module__p9nNXq__button[aria-disabled=true]{cursor:not-allowed;filter:grayscale(.18);opacity:.62;transform:none}.Button-module__p9nNXq__primary{background-color:#5cb639;border:1px solid #15598d;border-radius:8px;font-family:Nunito,Arial,Helvetica,sans-serif}.Button-module__p9nNXq__primary:hover{filter:brightness(1.04);background-color:#5cb639}.Button-module__p9nNXq__primary:active{filter:brightness(.98);background-color:#5cb639}.Button-module__p9nNXq__soft{min-width:110px;min-height:34px;box-shadow:none;background:#8ed8e3;border-radius:999px;font-size:.78rem}.Button-module__p9nNXq__game{outline-offset:0;text-shadow:0 3px 3px #00000057;background:linear-gradient(#a7ce2f 0%,#5cb639 100%);border:3px solid #163d61;border-radius:999px;outline:8px solid #0e68b3;min-width:282px;min-height:62px;padding:0 42px;font-family:Nunito,Arial,Helvetica,sans-serif;font-size:1.35rem;font-weight:700;line-height:1;box-shadow:inset 0 2px #ffff4d,inset 0 -2px #5dccb0,0 4px #145c88}.Button-module__p9nNXq__game:active{filter:brightness(.98);background:linear-gradient(#79c72d 0%,#56b829 58%,#359b27 100%);box-shadow:inset 0 6px 2px #124d1557,inset 0 -1px #ffffff38,0 1px #0f4f78}.Button-module__p9nNXq__game:hover{filter:brightness(1.04)}.Button-module__p9nNXq__gamesoft{outline-offset:0;text-shadow:0 3px 3px #00000057;background:linear-gradient(#a7ce2f 0%,#5cb639 100%);border-radius:999px;outline:2px solid #163d61;min-width:282px;min-height:62px;padding:0 42px;font-family:Nunito,Arial,Helvetica,sans-serif;font-size:1.35rem;font-weight:700;line-height:1;box-shadow:inset 0 2px #ffff4d,inset 0 -2px #5dccb0,0 4px #145c88}.Button-module__p9nNXq__gamesoft:active{filter:brightness(.98);background:linear-gradient(#79c72d 0%,#56b829 58%,#359b27 100%);box-shadow:inset 0 6px 2px #124d1557,inset 0 -1px #ffffff38,0 1px #0f4f78}.Button-module__p9nNXq__gamesoft:hover{filter:brightness(1.04)}.Button-module__p9nNXq__swsoft{background:linear-gradient(#b0d22f 0%,#3dab3b 100%);border-radius:999px;min-height:62px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.2rem;box-shadow:inset 0 2px 1px #feff33,inset 0 -2px 1px #00000065}.Button-module__p9nNXq__swsoft:active{background:linear-gradient(#9ed22b 0%,#3a9f37 100%);box-shadow:inset 0 6px 2px #124d1557,inset 0 -1px #ffffff38}.Button-module__p9nNXq__sm{min-width:auto;min-height:34px;padding:0 20px;font-size:.78rem}.Button-module__p9nNXq__md{min-width:auto;min-height:42px;padding:0 28px;font-size:1rem}.Button-module__p9nNXq__lg{min-width:auto;min-height:62px;padding:0 42px;font-size:1.2rem}
.StandardModal-module__ePRX3a__overlay{z-index:2000;background:#000000d1;place-items:center;padding:48px 24px;animation:.18s ease-out StandardModal-module__ePRX3a__overlayFadeIn;display:grid;position:fixed;inset:0;overflow-y:auto}.StandardModal-module__ePRX3a__modal{color:#0a2e4e;transform-origin:top;background:#f6fffe;border:3px solid #2890c0;border-radius:16px;width:min(940px,100%);padding:38px 48px 34px;animation:.22s cubic-bezier(.2,.85,.25,1.08) StandardModal-module__ePRX3a__modalEnter;position:relative;box-shadow:0 22px 56px #00000042}.StandardModal-module__ePRX3a__modal h3{margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.1rem;line-height:1.05}.StandardModal-module__ePRX3a__modal p{margin:6px 0 0;font-size:.82rem;line-height:1.45}.StandardModal-module__ePRX3a__closeButton{z-index:2;cursor:pointer;background:#e50000;border:3px solid #fff;border-radius:50%;width:34px;height:34px;padding:0;position:absolute;top:-14px;right:-14px;box-shadow:-3px 3px 10px #0a2e4e66,inset 0 -2px #00000014}.StandardModal-module__ePRX3a__closeButton span{background:#fff;border-radius:999px;width:17px;height:3px;position:absolute;top:50%;left:50%}.StandardModal-module__ePRX3a__closeButton span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.StandardModal-module__ePRX3a__closeButton span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.StandardModal-module__ePRX3a__title{color:#03006e;letter-spacing:0;margin:0 0 30px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:clamp(1.8rem,3vw,2.25rem);line-height:1}@keyframes StandardModal-module__ePRX3a__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes StandardModal-module__ePRX3a__modalEnter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:860px){.StandardModal-module__ePRX3a__overlay{padding:30px 18px}.StandardModal-module__ePRX3a__modal{padding:32px 20px 28px}}
.ToastProvider-module__XVhQPG__viewport{z-index:4000;pointer-events:none;gap:10px;width:min(380px,100vw - 36px);display:grid;position:fixed;top:18px;right:18px}.ToastProvider-module__XVhQPG__toast{color:#0a2e4e;pointer-events:auto;background:#fff;border:2px solid #0a2e4e24;border-radius:8px;gap:4px;padding:12px 38px 12px 14px;animation:.18s ease-out ToastProvider-module__XVhQPG__toastEnter;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 34px #0a2e4e33}.ToastProvider-module__XVhQPG__toast:before{content:"";background:#2890c0;width:5px;position:absolute;inset:0 auto 0 0}.ToastProvider-module__XVhQPG__toast strong{font-size:.82rem;line-height:1.2}.ToastProvider-module__XVhQPG__toast p{margin:0;font-size:.76rem;line-height:1.35}.ToastProvider-module__XVhQPG__error:before{background:#e50000}.ToastProvider-module__XVhQPG__success:before{background:#5cb639}.ToastProvider-module__XVhQPG__info:before{background:#2890c0}.ToastProvider-module__XVhQPG__closeButton{cursor:pointer;background:#0a2e4e14;border:0;border-radius:50%;width:22px;height:22px;padding:0;position:absolute;top:8px;right:8px}.ToastProvider-module__XVhQPG__closeButton span{background:#0a2e4e;border-radius:999px;width:12px;height:2px;position:absolute;top:50%;left:50%}.ToastProvider-module__XVhQPG__closeButton span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.ToastProvider-module__XVhQPG__closeButton span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}@keyframes ToastProvider-module__XVhQPG__toastEnter{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:560px){.ToastProvider-module__XVhQPG__viewport{width:calc(100vw - 24px);top:12px;right:12px}}
.GoogleRecaptcha-module__AGfH3a__captcha{justify-items:center;gap:8px;width:min(304px,100%);min-height:78px;display:grid}.GoogleRecaptcha-module__AGfH3a__widget{min-height:78px}.GoogleRecaptcha-module__AGfH3a__info,.GoogleRecaptcha-module__AGfH3a__error{text-align:center;border-radius:7px;width:100%;margin:0;padding:9px 10px;font-size:.72rem;font-weight:700;line-height:1.25}.GoogleRecaptcha-module__AGfH3a__info{color:#15598d;background:#e9f6fb}.GoogleRecaptcha-module__AGfH3a__error{color:#9f1f1f;background:#ffe2e2}
.LanguageSwitcher-module__xVQJnW__switcher{z-index:200;flex:none;align-self:end;position:relative}.LanguageSwitcher-module__xVQJnW__trigger,.LanguageSwitcher-module__xVQJnW__menu{background:#fff;border:1px solid #15598d;width:88px}.LanguageSwitcher-module__xVQJnW__trigger{cursor:pointer;border-radius:8px;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:8px;height:34px;min-height:34px;padding:0 10px;display:grid}.LanguageSwitcher-module__xVQJnW__trigger:focus-visible,.LanguageSwitcher-module__xVQJnW__option:focus-visible{outline-offset:2px;outline:3px solid #15598d40}.LanguageSwitcher-module__xVQJnW__flag{object-fit:contain;width:42px;height:24px;display:block}.LanguageSwitcher-module__xVQJnW__chevron{fill:none;stroke:#1f1f24;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;width:18px;height:18px;transition:transform .16s}.LanguageSwitcher-module__xVQJnW__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__xVQJnW__menu{border-radius:8px;justify-items:center;gap:10px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 24px #15598d24}.LanguageSwitcher-module__xVQJnW__menu .LanguageSwitcher-module__xVQJnW__flag{width:54px;height:34px}.LanguageSwitcher-module__xVQJnW__option{cursor:pointer;background:0 0;border:0;place-items:center;width:100%;min-height:34px;padding:0;display:grid}.LanguageSwitcher-module__xVQJnW__option:hover{filter:brightness(.96)}@media (max-width:820px){.LanguageSwitcher-module__xVQJnW__trigger,.LanguageSwitcher-module__xVQJnW__menu{width:88px}.LanguageSwitcher-module__xVQJnW__trigger{grid-template-columns:minmax(0,1fr) 14px;gap:8px;min-height:34px;padding:0 10px}.LanguageSwitcher-module__xVQJnW__flag{width:42px;height:24px}.LanguageSwitcher-module__xVQJnW__menu .LanguageSwitcher-module__xVQJnW__flag{width:54px;height:34px}.LanguageSwitcher-module__xVQJnW__chevron{width:18px;height:18px}}
.help-module__mD1omq__helpPage{color:#2d2d38;background:linear-gradient(#e1f3f8ad,#e1f3f8c7),#dff2f7 url(/images/backgrounds/page-background.jpg) top/auto 900px no-repeat;min-height:100vh}.help-module__mD1omq__shell{--help-shell-top-padding:84px;--profile-alert-page-offset:0px;width:min(1280px,100% - 40px);padding:calc(var(--help-shell-top-padding) + var(--profile-alert-page-offset)) 0 290px;grid-template-columns:minmax(0,960px) 220px;align-items:start;gap:54px;margin:0 auto;display:grid}:is(html[data-profile-alert-visible=true] .help-module__mD1omq__shell,html[data-profile-alert-visible=true] .help-module__mD1omq__articleShell){--profile-alert-page-offset:44px}.help-module__mD1omq__hub{background:#e1f0f5;border-radius:9px;min-width:0;padding:38px 44px 54px}.help-module__mD1omq__hub h1{color:#0b3260;letter-spacing:0;margin:0 0 34px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.42rem}.help-module__mD1omq__contentCard{background:#fff;border:1px solid #0a2e4e29;border-radius:10px;padding:46px 54px 56px}.help-module__mD1omq__intro{color:#2d2d38;max-width:780px;margin:0 0 22px;font-size:.95rem;font-weight:500;line-height:1.45}.help-module__mD1omq__helpList{flex-direction:column;display:flex}.help-module__mD1omq__emptyState{color:#53616c;text-align:center;background:#f3f9fc;border-radius:8px;place-items:center;min-height:108px;margin:16px 0 0;padding:22px;font-size:.9rem;font-weight:600;line-height:1.4;display:grid}.help-module__mD1omq__helpItem{color:#2d2d38;border-bottom:1px solid #e5e5e5;align-items:center;gap:22px;min-height:126px;padding:16px 0;display:flex}.help-module__mD1omq__helpItem:last-child{border-bottom:0}.help-module__mD1omq__helpItem img{object-fit:contain}.help-module__mD1omq__helpItem span{flex-direction:column;gap:3px;min-width:0;display:flex}.help-module__mD1omq__helpItem strong{color:#03c7de;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.28rem;font-weight:600;line-height:1}.help-module__mD1omq__helpItem small{color:#30303a;font-size:.88rem;font-weight:400;line-height:1.3}.help-module__mD1omq__helpListSkeleton{flex-direction:column;display:flex}.help-module__mD1omq__helpItemSkeleton,.help-module__mD1omq__categoryHeaderSkeleton,.help-module__mD1omq__categorySectionSkeleton,.help-module__mD1omq__articleNavSkeleton,.help-module__mD1omq__articleCardSkeleton{position:relative;overflow:hidden}.help-module__mD1omq__helpItemSkeleton:after,.help-module__mD1omq__categoryHeaderSkeleton:after,.help-module__mD1omq__categorySectionSkeleton:after,.help-module__mD1omq__articleNavSkeleton:after,.help-module__mD1omq__articleCardSkeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffbd,#0000);animation:1.2s ease-in-out infinite help-module__mD1omq__helpSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.help-module__mD1omq__helpItemSkeleton{border-bottom:1px solid #e5e5e5;align-items:center;gap:22px;min-height:126px;padding:16px 0;display:flex}.help-module__mD1omq__helpItemSkeleton:last-child{border-bottom:0}.help-module__mD1omq__helpItemSkeleton>span{background:#e6f0f4;border-radius:50%;flex:0 0 92px;width:92px;height:92px}.help-module__mD1omq__helpItemSkeleton div{gap:10px;width:min(420px,100%);display:grid}.help-module__mD1omq__helpItemSkeleton i,.help-module__mD1omq__helpItemSkeleton small,.help-module__mD1omq__categoryHeaderSkeleton span,.help-module__mD1omq__categoryHeaderSkeleton i,.help-module__mD1omq__categoryHeaderSkeleton small,.help-module__mD1omq__categorySectionSkeleton h2,.help-module__mD1omq__categorySectionSkeleton span,.help-module__mD1omq__articleNavSkeleton span,.help-module__mD1omq__articleHeaderSkeleton i,.help-module__mD1omq__articleHeaderSkeleton span,.help-module__mD1omq__articleHeaderSkeleton small,.help-module__mD1omq__articleBodySkeleton span{background:#e6f0f4;border-radius:999px;display:block}.help-module__mD1omq__helpItemSkeleton i{width:58%;height:18px}.help-module__mD1omq__helpItemSkeleton small{width:86%;height:13px}.help-module__mD1omq__sideRail{justify-content:flex-end;padding-top:12px;display:flex}.help-module__mD1omq__articleShell{--help-article-shell-top-padding:70px;--profile-alert-page-offset:0px;width:min(1416px,100% - 96px);padding:calc(var(--help-article-shell-top-padding) + var(--profile-alert-page-offset)) 0 240px;margin:0 auto}.help-module__mD1omq__articleTopRow{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.help-module__mD1omq__breadcrumbs{color:#0b3260;background:#e1f0f5d6;border-radius:7px;flex-wrap:wrap;align-items:center;gap:7px;width:fit-content;max-width:100%;margin:0 0 0 8px;padding:10px 14px;font-size:.84rem;font-weight:500;display:flex}.help-module__mD1omq__breadcrumbs a{color:#0b3260;font-weight:500}.help-module__mD1omq__breadcrumbs a:hover{color:#03c7de}.help-module__mD1omq__breadcrumbs span{color:#0b326094}.help-module__mD1omq__breadcrumbs strong{color:#0b3260;font-weight:700}.help-module__mD1omq__articleStage{justify-content:center;align-items:flex-start;gap:24px;display:flex}.help-module__mD1omq__articleLayout{background:#e1f0f5c2;border-radius:8px;flex:auto;align-items:flex-start;gap:24px;min-width:0;padding:36px 26px 48px;display:flex}.help-module__mD1omq__articleNavColumn{flex-direction:column;flex:0 0 300px;gap:66px;width:300px;display:flex}.help-module__mD1omq__topicNav{flex-direction:column;gap:7px;display:flex}.help-module__mD1omq__topicGroup{flex-direction:column;gap:5px;display:flex}.help-module__mD1omq__topicHeader{appearance:none;color:#0b3260;text-align:left;cursor:pointer;background:#fff;border:1px solid #c9d6dc;border-radius:2px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:35px;padding:0 10px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:.96rem;line-height:1;transition:border-color .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.help-module__mD1omq__topicHeaderActive{color:#8fb800}.help-module__mD1omq__topicHeader:hover{color:#03a9c8;border-color:#a9d7e4;transform:translateY(-1px);box-shadow:0 2px 6px #0b326014}.help-module__mD1omq__topicToggleIcon{flex:0 0 13px;width:13px;height:13px;transition:opacity .18s;display:block}.help-module__mD1omq__topicHeader:hover .help-module__mD1omq__topicToggleIcon{opacity:.76}.help-module__mD1omq__topicPanel{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .24s,opacity .18s,transform .24s;display:grid;transform:translateY(-4px)}.help-module__mD1omq__topicPanelOpen{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.help-module__mD1omq__topicPanelInner{overflow:hidden}.help-module__mD1omq__topicLinks{flex-direction:column;gap:5px;padding:5px 0 7px 25px;display:flex}.help-module__mD1omq__topicLinks a{color:#0b3260;font-size:.94rem;font-weight:500;line-height:1.2;transition:color .16s,transform .16s}.help-module__mD1omq__topicLinks a:hover,.help-module__mD1omq__topicLinks .help-module__mD1omq__topicLinkActive{color:#8fb800}.help-module__mD1omq__topicLinks a:hover{transform:translate(2px)}.help-module__mD1omq__supportCard{background:#fff;border:1px solid #0a2e4e2e;border-radius:10px;overflow:hidden;box-shadow:0 1px #0a2e4e14}.help-module__mD1omq__supportCard img{object-fit:cover;width:100%;height:162px;display:block}.help-module__mD1omq__supportCard div{text-align:center;flex-direction:column;align-items:center;gap:18px;padding:26px 22px 28px;display:flex}.help-module__mD1omq__supportCard h2{color:#0b3260;max-width:230px;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.34rem;line-height:.96}.help-module__mD1omq__supportButton{color:#fff;text-transform:uppercase;background:linear-gradient(#8bd943,#55b734);border-radius:999px;justify-content:center;align-items:center;min-width:150px;min-height:34px;font-size:.66rem;font-weight:700;display:inline-flex}.help-module__mD1omq__articleCard{background:#fff;border:1px solid #0a2e4e24;border-radius:10px;flex:auto;min-width:0;padding:0 0 52px;overflow:hidden}.help-module__mD1omq__articleNavSkeleton{gap:7px;display:grid}.help-module__mD1omq__articleNavSkeleton span{border:1px solid #d7e3e9;border-radius:3px;width:100%;height:35px}.help-module__mD1omq__articleHeaderSkeleton{gap:12px;padding:34px 48px 22px;display:grid}.help-module__mD1omq__articleHeaderSkeleton i{width:min(360px,72%);height:24px}.help-module__mD1omq__articleHeaderSkeleton span{width:min(680px,92%);height:14px}.help-module__mD1omq__articleHeaderSkeleton small{border-radius:3px;width:118px;height:20px}.help-module__mD1omq__articleBodySkeleton{gap:14px;padding:0 48px 52px;display:grid}.help-module__mD1omq__articleBodySkeleton span{height:13px}.help-module__mD1omq__articleBodySkeleton span:first-child{width:92%}.help-module__mD1omq__articleBodySkeleton span:nth-child(2){width:78%}.help-module__mD1omq__articleBodySkeleton span:nth-child(3){width:88%}.help-module__mD1omq__articleBodySkeleton span:nth-child(4){width:54%}.help-module__mD1omq__articleBanner{background:#e1f0f5;border-bottom:1px solid #d9e2e7;height:260px;margin:0;overflow:hidden}.help-module__mD1omq__articleBanner img{object-fit:cover;width:100%;height:100%;display:block}.help-module__mD1omq__articleHeader{flex-direction:column;align-items:flex-start;gap:10px;padding:34px 48px 22px;display:flex}.help-module__mD1omq__articleHeader h1{color:#0b3260;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.62rem;line-height:1}.help-module__mD1omq__articleHeader p{color:#435463;max-width:760px;margin:0;font-size:.96rem;font-weight:500;line-height:1.45}.help-module__mD1omq__articleHeader span{color:#fff;background:#0b3260;border-radius:3px;align-items:center;min-height:20px;padding:0 8px;font-size:.54rem;font-weight:600;display:inline-flex}.help-module__mD1omq__quickWalkthrough{background:linear-gradient(#f4fcff,#fff);border:1px solid #d5e7ee;border-radius:8px;gap:14px;margin:0 48px 28px;padding:20px 22px;display:grid}.help-module__mD1omq__quickWalkthrough h2,.help-module__mD1omq__articleHeading{color:#03c7de;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.14rem;line-height:1}.help-module__mD1omq__quickWalkthrough ol{gap:9px;margin:0;padding-left:20px;display:grid}.help-module__mD1omq__quickWalkthrough li{padding-left:4px}.help-module__mD1omq__articleBody{color:#272732;flex-direction:column;gap:22px;padding:0 48px;font-size:.92rem;font-weight:400;line-height:1.48;display:flex}.help-module__mD1omq__articleRichText{flex-direction:column;gap:18px;display:flex}.help-module__mD1omq__articleBody p,.help-module__mD1omq__articleRichText div{margin:0}.help-module__mD1omq__articleRichText h2,.help-module__mD1omq__articleRichText h3{color:#03c7de;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;line-height:1}.help-module__mD1omq__articleRichText h2{font-size:1.14rem}.help-module__mD1omq__articleRichText h3{font-size:1rem}.help-module__mD1omq__articleRichText ul,.help-module__mD1omq__articleRichText ol{flex-direction:column;gap:8px;margin:0;padding-left:22px;display:flex}.help-module__mD1omq__articleBody a{color:#009fc7;font-weight:700}.help-module__mD1omq__articleBody a:hover{color:#8fb800}.help-module__mD1omq__articleFigure{background:#e1f0f5;border:1px solid #d9e2e7;border-radius:9px;margin:4px 0 2px;overflow:hidden}.help-module__mD1omq__articleFigure img{object-fit:cover;width:100%;height:230px;display:block}.help-module__mD1omq__articleFigure figcaption{color:#52616b;padding:12px 16px 14px;font-size:.78rem;font-weight:400}.help-module__mD1omq__articleRichText figure{background:#e1f0f5;border:1px solid #d9e2e7;border-radius:9px;margin:4px 0 2px;overflow:hidden}.help-module__mD1omq__articleRichText figure img,.help-module__mD1omq__articleRichText>img{object-fit:cover;width:100%;max-height:360px;display:block}.help-module__mD1omq__articleRichText figcaption{color:#52616b;padding:12px 16px 14px;font-size:.78rem}.help-module__mD1omq__articleRichText blockquote,.help-module__mD1omq__articleRichText aside{background:#f3ffe8;border-left:5px solid #8bc53f;border-radius:6px;margin:0;padding:16px 18px}.help-module__mD1omq__articleRichText blockquote p,.help-module__mD1omq__articleRichText aside p{margin:0}.help-module__mD1omq__articleSteps,.help-module__mD1omq__relatedLinks{background:#fbfeff;border:1px solid #dde7ec;border-radius:8px;flex-direction:column;gap:12px;padding:18px 20px;display:flex}.help-module__mD1omq__articleCard>.help-module__mD1omq__relatedLinks{margin:28px 48px 0}.help-module__mD1omq__articleSteps h2,.help-module__mD1omq__relatedLinks h2,.help-module__mD1omq__articleVideo h2,.help-module__mD1omq__videoMock h2{color:#03c7de;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.1rem;line-height:1}.help-module__mD1omq__articleSteps ol{flex-direction:column;gap:8px;margin:0;padding-left:20px;display:flex}.help-module__mD1omq__articleSteps li{padding-left:4px}.help-module__mD1omq__articleCallout{background:#f3ffe8;border-left:5px solid #8bc53f;border-radius:6px;padding:16px 18px}.help-module__mD1omq__articleCallout strong{color:#0b3260;margin-bottom:5px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1rem;display:block}.help-module__mD1omq__articleVideo{gap:14px;display:grid}.help-module__mD1omq__articleVideoFrame{background:#0b3260;border:1px solid #d9e2e7;border-radius:9px;place-items:center;min-height:260px;display:grid;overflow:hidden}.help-module__mD1omq__articleVideoFrame iframe,.help-module__mD1omq__articleVideoFrame video{aspect-ratio:16/9;border:0;width:100%;display:block}.help-module__mD1omq__articleVideoEmpty{color:#fff;place-items:center;width:100%;min-height:260px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.2rem;display:grid}.help-module__mD1omq__articleVideo p{color:#52616b;font-size:.84rem}.help-module__mD1omq__videoMock{color:#fff;background:linear-gradient(#0b3260b3,#0b3260b8),url(/images/backgrounds/page-background.jpg) 50%/cover no-repeat;border-radius:9px;align-items:center;gap:18px;min-height:118px;padding:20px;display:flex}.help-module__mD1omq__videoMock>span{background:#03c7de;border-radius:50%;flex:0 0 56px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;box-shadow:0 2px #0000002e}.help-module__mD1omq__videoMock>span:after{content:"";border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:18px solid #fff;width:0;height:0;margin-left:4px}.help-module__mD1omq__videoMock div{flex:auto;min-width:0}.help-module__mD1omq__videoMock p{opacity:.9;margin-top:5px;font-size:.8rem}.help-module__mD1omq__videoMock small{background:#00000059;border-radius:4px;align-self:flex-end;padding:4px 7px;font-weight:600}.help-module__mD1omq__relatedLinks div{flex-wrap:wrap;gap:10px;display:flex}.help-module__mD1omq__relatedLinks a{color:#009fc7;background:#e9faff;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.78rem;font-weight:600;display:inline-flex}.help-module__mD1omq__articleClock{flex:0 0 220px;justify-content:flex-end;width:220px;display:flex}.help-module__mD1omq__logoutDialog{width:min(360px,100%)}.help-module__mD1omq__logoutError{color:#9f1f1f;font-weight:700}.help-module__mD1omq__logoutActions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.help-module__mD1omq__categoryLanding{background:#fff;border:1px solid #0a2e4e24;border-radius:10px;width:min(1020px,100%);margin:0 auto;padding:34px 42px 46px}.help-module__mD1omq__categoryHeader{border-bottom:1px solid #e3e8ec;align-items:center;gap:24px;padding-bottom:26px;display:flex}.help-module__mD1omq__categoryHeader img{object-fit:contain;width:92px;height:92px}.help-module__mD1omq__categoryHeader h1{color:#03bdd4;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.44rem;font-weight:600}.help-module__mD1omq__categoryHeader p{color:#30303a;margin:7px 0 0;font-size:.94rem;line-height:1.4}.help-module__mD1omq__categorySectionList{gap:26px;margin-top:30px;display:grid}.help-module__mD1omq__categorySectionCard{gap:12px;display:grid}.help-module__mD1omq__categorySectionCard h2{color:#0b3260;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.04rem;font-weight:600}.help-module__mD1omq__categorySectionCard>div{gap:10px;display:grid}.help-module__mD1omq__categorySectionCard a{color:#0b3260;background:#fbfeff;border:1px solid #dce7ed;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;display:flex}.help-module__mD1omq__categorySectionCard a:hover{background:#f2fcff;border-color:#9bddea}.help-module__mD1omq__categorySectionCard span{gap:3px;display:grid}.help-module__mD1omq__categorySectionCard strong{color:#03bdd4;font-size:.94rem;font-weight:600}.help-module__mD1omq__categorySectionCard small,.help-module__mD1omq__categorySectionCard em{color:#53616c;font-size:.78rem;font-style:normal;font-weight:400}.help-module__mD1omq__categorySkeleton{gap:30px;display:grid}.help-module__mD1omq__categoryHeaderSkeleton{border-bottom:1px solid #e3e8ec;align-items:center;gap:24px;padding-bottom:26px;display:flex}.help-module__mD1omq__categoryHeaderSkeleton>span{border-radius:50%;flex:0 0 92px;width:92px;height:92px}.help-module__mD1omq__categoryHeaderSkeleton div{gap:12px;width:min(620px,100%);display:grid}.help-module__mD1omq__categoryHeaderSkeleton i{width:42%;height:20px}.help-module__mD1omq__categoryHeaderSkeleton small{width:86%;height:14px}.help-module__mD1omq__categorySectionSkeletonList{gap:26px;display:grid}.help-module__mD1omq__categorySectionSkeleton{gap:12px;display:grid}.help-module__mD1omq__categorySectionSkeleton h2{width:180px;height:16px;margin:0}.help-module__mD1omq__categorySectionSkeleton span{background:#f4fafc;border:1px solid #dce7ed;border-radius:8px;height:54px}@keyframes help-module__mD1omq__helpSkeletonShimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.help-module__mD1omq__helpItemSkeleton:after,.help-module__mD1omq__categoryHeaderSkeleton:after,.help-module__mD1omq__categorySectionSkeleton:after,.help-module__mD1omq__articleNavSkeleton:after,.help-module__mD1omq__articleCardSkeleton:after{animation:none;transform:none}}@media (max-width:1040px){.help-module__mD1omq__shell{grid-template-columns:1fr;gap:22px}.help-module__mD1omq__sideRail{order:-1;justify-content:center}.help-module__mD1omq__articleStage{flex-direction:column}.help-module__mD1omq__articleTopRow{flex-direction:column;align-items:center}.help-module__mD1omq__articleShell{--help-article-shell-top-padding:42px;width:min(100% - 28px,820px)}.help-module__mD1omq__articleLayout{flex-direction:column;width:100%;padding:22px}.help-module__mD1omq__articleClock{justify-content:center;width:100%}.help-module__mD1omq__articleNavColumn{flex-basis:auto;order:1;gap:22px;width:100%}.help-module__mD1omq__articleCard{order:2;width:100%}.help-module__mD1omq__articleBanner{height:220px}.help-module__mD1omq__supportCard{max-width:360px}}@media (max-width:720px){.help-module__mD1omq__shell{--help-shell-top-padding:36px;width:min(100% - 24px,560px);padding-bottom:110px}.help-module__mD1omq__sideRail,.help-module__mD1omq__articleClock{display:none}.help-module__mD1omq__hub{padding:24px 14px 26px}.help-module__mD1omq__hub h1{margin-left:8px}.help-module__mD1omq__contentCard{padding:26px 22px 34px}.help-module__mD1omq__helpItem,.help-module__mD1omq__helpItemSkeleton{gap:14px;min-height:104px}.help-module__mD1omq__helpItemSkeleton>span{flex-basis:64px;width:64px;height:64px}.help-module__mD1omq__helpItem img{flex-basis:64px;width:64px;height:auto}.help-module__mD1omq__helpItem strong{font-size:1.05rem}.help-module__mD1omq__helpItem small,.help-module__mD1omq__intro{font-size:.78rem}.help-module__mD1omq__articleShell{--help-article-shell-top-padding:30px;width:min(100% - 20px,560px);padding-bottom:110px}.help-module__mD1omq__breadcrumbs{margin:0;padding:12px 14px;font-size:.75rem}.help-module__mD1omq__articleLayout{padding:14px}.help-module__mD1omq__articleCard{padding-bottom:34px}.help-module__mD1omq__articleHeader,.help-module__mD1omq__articleHeaderSkeleton{padding:26px 22px 20px}.help-module__mD1omq__quickWalkthrough{margin:0 22px 24px;padding:18px}.help-module__mD1omq__articleBody{padding:0 22px}.help-module__mD1omq__articleBodySkeleton{padding:0 22px 34px}.help-module__mD1omq__articleHeader h1{font-size:1.36rem}.help-module__mD1omq__articleBody{font-size:.82rem}.help-module__mD1omq__articleFigure img{height:170px}.help-module__mD1omq__articleBanner{height:172px}.help-module__mD1omq__articleCard>.help-module__mD1omq__relatedLinks{margin:24px 22px 0}.help-module__mD1omq__articleVideoFrame,.help-module__mD1omq__articleVideoEmpty{min-height:170px}.help-module__mD1omq__videoMock{flex-direction:column;align-items:flex-start}.help-module__mD1omq__videoMock small{align-self:flex-start}.help-module__mD1omq__categoryLanding{padding:24px 18px 30px}.help-module__mD1omq__categoryHeader,.help-module__mD1omq__categoryHeaderSkeleton{flex-direction:column;align-items:flex-start;gap:16px}.help-module__mD1omq__categorySectionCard a{flex-direction:column;align-items:stretch}}
.SelectInput-module__iXx9bq__field{color:#0e365d;gap:6px;width:100%;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:.7rem;font-weight:400;display:grid;position:relative}.SelectInput-module__iXx9bq__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.SelectInput-module__iXx9bq__control{cursor:pointer;background:#fff;border:1px solid #2890c0;border-radius:5px;grid-template-columns:minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:44px;padding:0 30px 0 12px;display:grid;position:relative}.SelectInput-module__iXx9bq__withIcon{grid-template-columns:auto minmax(0,1fr)}.SelectInput-module__iXx9bq__control:focus-within{box-shadow:0 0 0 3px #2890c02e}.SelectInput-module__iXx9bq__invalid{background:#ffffffdb;border-color:red;border-radius:0}.SelectInput-module__iXx9bq__invalid:focus-within{box-shadow:none}.SelectInput-module__iXx9bq__icon,.SelectInput-module__iXx9bq__chevron{z-index:1;color:#62afd1;pointer-events:none;place-items:center;display:grid}.SelectInput-module__iXx9bq__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:26px;height:26px;overflow:visible}.SelectInput-module__iXx9bq__chevron{color:#2890c0;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.SelectInput-module__iXx9bq__chevron svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:20px;height:20px}.SelectInput-module__iXx9bq__field select{appearance:none;color:#28435a;cursor:pointer;background:0 0;border:0;outline:none;width:100%;min-width:0;padding:0 28px 0 12px;font-size:.88rem;font-weight:400;line-height:1.2;position:absolute;inset:0}.SelectInput-module__iXx9bq__withIcon select{padding-left:48px}.SelectInput-module__iXx9bq__field select:disabled{cursor:not-allowed}.SelectInput-module__iXx9bq__errorText{z-index:12;color:#fff;background:red;width:max-content;max-width:100%;margin:0;padding:5px 8px;font-size:.72rem;font-weight:700;line-height:1.1;position:absolute;top:calc(100% + 5px);left:0}.SelectInput-module__iXx9bq__errorText:before{content:"";border-bottom:6px solid red;border-right:6px solid #0000;position:absolute;top:-6px;left:14px}.SelectInput-module__iXx9bq__sm{gap:8px;min-height:38px;padding:0 28px 0 10px}.SelectInput-module__iXx9bq__sm .SelectInput-module__iXx9bq__icon svg{width:22px;height:22px}.SelectInput-module__iXx9bq__sm select{padding-right:26px;font-size:.84rem}.SelectInput-module__iXx9bq__sm.SelectInput-module__iXx9bq__withIcon select{padding-left:40px}.SelectInput-module__iXx9bq__sm .SelectInput-module__iXx9bq__chevron svg{width:18px;height:18px}.SelectInput-module__iXx9bq__md{gap:10px;min-height:44px;padding:0 30px 0 12px}.SelectInput-module__iXx9bq__md .SelectInput-module__iXx9bq__icon svg{width:26px;height:26px}.SelectInput-module__iXx9bq__md select{font-size:.88rem}.SelectInput-module__iXx9bq__lg{gap:12px;min-height:52px;padding:0 34px 0 16px}.SelectInput-module__iXx9bq__lg .SelectInput-module__iXx9bq__icon svg{width:30px;height:30px}.SelectInput-module__iXx9bq__lg select{padding-right:32px;font-size:.94rem}.SelectInput-module__iXx9bq__lg.SelectInput-module__iXx9bq__withIcon select{padding-left:54px}.SelectInput-module__iXx9bq__lg .SelectInput-module__iXx9bq__chevron svg{width:24px;height:24px}
.JoinSmallVerseModal-module__FpaEra__overlay{z-index:2000;background:#000000d1;place-items:center;padding:48px 24px;animation:.18s ease-out JoinSmallVerseModal-module__FpaEra__overlayFadeIn;display:grid;position:fixed;inset:0;overflow-y:auto}.JoinSmallVerseModal-module__FpaEra__modal{color:#0a2e4e;transform-origin:top;background:#f6fffe;border:3px solid #2890c0;border-radius:16px;width:min(1060px,100%);padding:38px 48px 34px;animation:.22s cubic-bezier(.2,.85,.25,1.08) JoinSmallVerseModal-module__FpaEra__modalEnter;position:relative;box-shadow:0 22px 56px #00000042}.JoinSmallVerseModal-module__FpaEra__closeButton{z-index:2;cursor:pointer;background:#e50000;border:3px solid #fff;border-radius:50%;width:34px;height:34px;padding:0;position:absolute;top:-14px;right:-14px;box-shadow:-3px 3px 10px #0a2e4e66,inset 0 -2px #00000014}.JoinSmallVerseModal-module__FpaEra__closeButton span{background:#fff;border-radius:999px;width:17px;height:3px;position:absolute;top:50%;left:50%}.JoinSmallVerseModal-module__FpaEra__closeButton span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.JoinSmallVerseModal-module__FpaEra__closeButton span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.JoinSmallVerseModal-module__FpaEra__closeButtonBehind{pointer-events:none;visibility:hidden}.JoinSmallVerseModal-module__FpaEra__title{color:#03006e;margin:0 0 30px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:clamp(1.8rem,3vw,2.25rem);line-height:1}.JoinSmallVerseModal-module__FpaEra__formNotice{border-radius:7px;margin:-14px 0 18px;padding:9px 12px;font-size:.78rem;font-weight:700;line-height:1.25}.JoinSmallVerseModal-module__FpaEra__formNoticeError{color:#9f1f1f;background:#ffe2e2}.JoinSmallVerseModal-module__FpaEra__formNoticeSuccess{color:#2f7624;background:#e8f8e0}.JoinSmallVerseModal-module__FpaEra__form{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px 64px;display:grid}.JoinSmallVerseModal-module__FpaEra__panel{align-content:start;gap:14px;display:grid}.JoinSmallVerseModal-module__FpaEra__panel h3{margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.2rem;line-height:1.05}.JoinSmallVerseModal-module__FpaEra__panel p{margin:-8px 0 4px;font-size:.9rem;line-height:1.35}.JoinSmallVerseModal-module__FpaEra__avatarPanel{grid-area:1/2/span 2}.JoinSmallVerseModal-module__FpaEra__twoColumn,.JoinSmallVerseModal-module__FpaEra__answerRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.JoinSmallVerseModal-module__FpaEra__answerRow{grid-template-columns:minmax(0,1.6fr) minmax(0,.8fr)}.JoinSmallVerseModal-module__FpaEra__birthdayRow{flex-flow:wrap;align-items:center;gap:10px;display:flex}.JoinSmallVerseModal-module__FpaEra__agesBadge{width:56px;display:block}.JoinSmallVerseModal-module__FpaEra__modalInput{color:#0a2e4e;gap:5px;min-width:0;font-size:.8rem;display:grid;position:relative}.JoinSmallVerseModal-module__FpaEra__birthdayRow .JoinSmallVerseModal-module__FpaEra__modalInput{flex:118px}.JoinSmallVerseModal-module__FpaEra__fieldError{color:#fff;background:red;border-radius:0;width:fit-content;max-width:100%;padding:5px 8px;font-size:.68rem;font-weight:700;line-height:1.15}.JoinSmallVerseModal-module__FpaEra__genderPicker,.JoinSmallVerseModal-module__FpaEra__avatarPicker{border:0;justify-items:center;gap:10px;margin:0;padding:0;display:grid}.JoinSmallVerseModal-module__FpaEra__genderPicker legend,.JoinSmallVerseModal-module__FpaEra__avatarPicker legend{text-align:center;margin-bottom:4px;font-size:.66rem}.JoinSmallVerseModal-module__FpaEra__genderPicker{border:0;justify-items:center;gap:8px;padding:0}.JoinSmallVerseModal-module__FpaEra__genderPicker legend{text-align:center;margin:0;padding:0}.JoinSmallVerseModal-module__FpaEra__genderOptions{background:#fff;border:2px solid #2890c0;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:min(320px,100%);padding:5px;display:grid}.JoinSmallVerseModal-module__FpaEra__genderOption{color:#2890c0;cursor:pointer;background:#fff;border:0;border-radius:7px;place-items:center;min-height:44px;font-size:.74rem;transition:background-color .16s,color .16s,filter .16s;display:grid}.JoinSmallVerseModal-module__FpaEra__genderOption:hover{filter:brightness(.97)}.JoinSmallVerseModal-module__FpaEra__genderActive{background:#2890c0;color:#fff!important}.JoinSmallVerseModal-module__FpaEra__genderActiveFemale{background:#f7a7d9;color:#fff!important}.JoinSmallVerseModal-module__FpaEra__avatarGrid{grid-template-columns:repeat(3,minmax(0,128px));gap:18px;display:grid}.JoinSmallVerseModal-module__FpaEra__avatarCard{cursor:pointer;background:#f3f3f3;border:1px solid #c9c9c9;border-radius:5px;place-items:center;min-height:218px;padding:14px 8px;display:grid;position:relative}.JoinSmallVerseModal-module__FpaEra__avatarCardSelected{border:2px solid #0a2e4e}.JoinSmallVerseModal-module__FpaEra__avatarCardSelected:after{content:none}.JoinSmallVerseModal-module__FpaEra__selectedIcon{object-fit:contain;width:18px;height:18px;position:absolute;top:6px;right:6px}.JoinSmallVerseModal-module__FpaEra__avatarCard img{object-fit:contain;max-width:86px;max-height:178px}.JoinSmallVerseModal-module__FpaEra__terms{color:#0a2e4e;text-align:center;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;margin:2px auto 0;font-size:.78rem;line-height:1.25;display:grid}.JoinSmallVerseModal-module__FpaEra__terms input{accent-color:#2890c0;width:16px;height:16px;margin:0}.JoinSmallVerseModal-module__FpaEra__termsInvalid{color:#9f1f1f}.JoinSmallVerseModal-module__FpaEra__terms a{color:#00aeda;text-underline-offset:2px;text-decoration:underline}.JoinSmallVerseModal-module__FpaEra__playButton{justify-self:center;margin-top:18px}.JoinSmallVerseModal-module__FpaEra__captchaBox{justify-self:center}.JoinSmallVerseModal-module__FpaEra__stepDots,.JoinSmallVerseModal-module__FpaEra__mobileActions{display:none}.JoinSmallVerseModal-module__FpaEra__verificationOverlay{z-index:5;background:#0a2e4e6b;border-radius:13px;place-items:center;padding:24px;animation:.18s ease-out JoinSmallVerseModal-module__FpaEra__overlayFadeIn;display:grid;position:absolute;inset:0}.JoinSmallVerseModal-module__FpaEra__verificationDialog{color:#0a2e4e;transform-origin:50%;background:#f6fffe;border:3px solid #2890c0;border-radius:10px;gap:14px;width:min(520px,100%);padding:28px;animation:.22s cubic-bezier(.2,.85,.25,1.08) JoinSmallVerseModal-module__FpaEra__modalEnter;display:grid;position:relative;box-shadow:0 18px 48px #0000003d}.JoinSmallVerseModal-module__FpaEra__verificationDialog h3{margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.35rem}.JoinSmallVerseModal-module__FpaEra__verificationDialog p{margin:0;font-size:.84rem;line-height:1.35}.JoinSmallVerseModal-module__FpaEra__verificationClose{z-index:2;cursor:pointer;background:#e50000;border:3px solid #fff;border-radius:50%;width:34px;height:34px;padding:0;position:absolute;top:-14px;right:-14px;box-shadow:-3px 3px 10px #0a2e4e66,inset 0 -2px #00000014}.JoinSmallVerseModal-module__FpaEra__verificationClose span{background:#fff;border-radius:999px;width:17px;height:3px;position:absolute;top:50%;left:50%}.JoinSmallVerseModal-module__FpaEra__verificationClose span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.JoinSmallVerseModal-module__FpaEra__verificationClose span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.JoinSmallVerseModal-module__FpaEra__verificationNotice{color:#2f7624;background:#e8f8e0;border-radius:7px;padding:8px 10px;font-weight:700}.JoinSmallVerseModal-module__FpaEra__otpField{gap:8px;margin:8px 0 14px;display:grid}.JoinSmallVerseModal-module__FpaEra__otpLabel{color:#0a2e4e;font-size:.66rem;line-height:1}.JoinSmallVerseModal-module__FpaEra__otpGrid{grid-template-columns:repeat(6,36px);gap:10px;display:grid}.JoinSmallVerseModal-module__FpaEra__otpGrid input{color:#03006e;text-align:center;background:#fff;border:1px solid #2890c0;border-radius:5px;outline:none;width:36px;height:36px;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;line-height:1}.JoinSmallVerseModal-module__FpaEra__otpGrid input:focus{box-shadow:0 0 0 3px #2890c02e}.JoinSmallVerseModal-module__FpaEra__otpGrid input:disabled{cursor:not-allowed;opacity:.64}.JoinSmallVerseModal-module__FpaEra__otpError{color:#fff;background:red;width:fit-content;max-width:100%;padding:5px 8px;font-weight:700;margin:2px 0 0!important;font-size:.72rem!important;line-height:1.15!important}.JoinSmallVerseModal-module__FpaEra__verificationActions{grid-template-columns:1fr auto;gap:10px;display:grid}@keyframes JoinSmallVerseModal-module__FpaEra__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes JoinSmallVerseModal-module__FpaEra__modalEnter{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:860px){.JoinSmallVerseModal-module__FpaEra__overlay{align-items:start;padding:20px 12px}.JoinSmallVerseModal-module__FpaEra__modal{min-height:min(720px,100vh - 40px);padding:30px 20px 22px}.JoinSmallVerseModal-module__FpaEra__closeButton{top:8px;right:8px}.JoinSmallVerseModal-module__FpaEra__title{margin-bottom:18px;padding-right:40px;font-size:1.65rem}.JoinSmallVerseModal-module__FpaEra__formNotice{margin:0 0 14px}.JoinSmallVerseModal-module__FpaEra__stepDots{justify-content:center;gap:8px;margin-bottom:18px;display:flex}.JoinSmallVerseModal-module__FpaEra__stepDot{color:#15598d;cursor:pointer;background:#fff;border:2px solid #2890c0;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.JoinSmallVerseModal-module__FpaEra__stepDotActive{color:#fff;background:#2890c0}.JoinSmallVerseModal-module__FpaEra__form{display:block}.JoinSmallVerseModal-module__FpaEra__panel{display:none}.JoinSmallVerseModal-module__FpaEra__panelActive{display:grid}.JoinSmallVerseModal-module__FpaEra__twoColumn,.JoinSmallVerseModal-module__FpaEra__answerRow,.JoinSmallVerseModal-module__FpaEra__birthdayRow{grid-template-columns:1fr;display:grid}.JoinSmallVerseModal-module__FpaEra__birthdayRow{gap:8px}.JoinSmallVerseModal-module__FpaEra__agesBadge{justify-self:start}.JoinSmallVerseModal-module__FpaEra__avatarGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.JoinSmallVerseModal-module__FpaEra__avatarCard{min-height:172px}.JoinSmallVerseModal-module__FpaEra__avatarCard img{max-width:64px;max-height:132px}.JoinSmallVerseModal-module__FpaEra__playButton{display:none}.JoinSmallVerseModal-module__FpaEra__mobileActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.JoinSmallVerseModal-module__FpaEra__mobileNavButton{border:2px solid #2890c0;min-height:42px;font-weight:700;transition:filter .16s,transform .16s;color:#15598d!important;background:#fff!important;border-radius:8px!important}.JoinSmallVerseModal-module__FpaEra__mobileNavButton:hover{filter:brightness(.96);transform:translateY(-1px)}.JoinSmallVerseModal-module__FpaEra__mobileNavButton:active{filter:brightness(.92);transform:translateY(1px)}.JoinSmallVerseModal-module__FpaEra__mobileNavButton:disabled{cursor:not-allowed;opacity:.42;transform:none}.JoinSmallVerseModal-module__FpaEra__mobilePlayButton{grid-column:1/-1}.JoinSmallVerseModal-module__FpaEra__verificationOverlay{border-radius:0;position:fixed}}@media (max-width:520px){.JoinSmallVerseModal-module__FpaEra__modal{border-width:2px;border-radius:12px;padding:28px 14px 18px}.JoinSmallVerseModal-module__FpaEra__genderPicker{grid-template-columns:repeat(2,minmax(0,1fr))}.JoinSmallVerseModal-module__FpaEra__avatarGrid{grid-template-columns:1fr}.JoinSmallVerseModal-module__FpaEra__avatarCard{min-height:150px}.JoinSmallVerseModal-module__FpaEra__avatarCard img{max-height:120px}.JoinSmallVerseModal-module__FpaEra__verificationDialog{padding:24px 18px}.JoinSmallVerseModal-module__FpaEra__otpGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.JoinSmallVerseModal-module__FpaEra__otpGrid input{width:100%;min-width:0}.JoinSmallVerseModal-module__FpaEra__verificationActions{grid-template-columns:1fr}}
.ResetPasswordModal-module__VxDrGq__overlay{z-index:2300;background:#000000d1;place-items:center;padding:32px 18px;animation:.18s ease-out ResetPasswordModal-module__VxDrGq__overlayFadeIn;display:grid;position:fixed;inset:0;overflow-y:auto}.ResetPasswordModal-module__VxDrGq__dialog{color:#0a2e4e;transform-origin:top;background:#f6fffe;border:3px solid #2890c0;border-radius:10px;gap:14px;width:min(500px,100%);padding:32px;animation:.22s cubic-bezier(.2,.85,.25,1.08) ResetPasswordModal-module__VxDrGq__dialogEnter;display:grid;position:relative;box-shadow:0 22px 56px #00000042}.ResetPasswordModal-module__VxDrGq__closeButton{z-index:2;cursor:pointer;background:#e50000;border:3px solid #fff;border-radius:50%;width:30px;height:30px;padding:0;position:absolute;top:-12px;right:-12px;box-shadow:0 2px 8px #0a2e4e47}.ResetPasswordModal-module__VxDrGq__closeButton span{background:#fff;border-radius:999px;width:15px;height:3px;position:absolute;top:50%;left:50%}.ResetPasswordModal-module__VxDrGq__closeButton span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.ResetPasswordModal-module__VxDrGq__closeButton span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.ResetPasswordModal-module__VxDrGq__dialog h2{color:#03006e;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.55rem;line-height:1.05}.ResetPasswordModal-module__VxDrGq__dialog p{margin:0;font-size:.84rem;line-height:1.4}.ResetPasswordModal-module__VxDrGq__form{gap:16px;margin-top:6px;display:grid}.ResetPasswordModal-module__VxDrGq__message{border-radius:7px;padding:8px 10px;font-size:.78rem;font-weight:700;line-height:1.25}.ResetPasswordModal-module__VxDrGq__messageError{color:#9f1f1f;background:#ffe2e2}.ResetPasswordModal-module__VxDrGq__messageSuccess{color:#2f7624;background:#e8f8e0}@keyframes ResetPasswordModal-module__VxDrGq__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ResetPasswordModal-module__VxDrGq__dialogEnter{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:560px){.ResetPasswordModal-module__VxDrGq__dialog{padding:28px 18px 22px}}
.newsManager-module__bJywrq__newsWorkspace{width:100%;margin:0;padding:0}.newsManager-module__bJywrq__newsListPanel,.newsManager-module__bJywrq__newsEditPanel{margin-top:18px}.newsManager-module__bJywrq__newsListHeader{border-bottom:1px solid #e5edf1;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.newsManager-module__bJywrq__newsListHeader h2,.newsManager-module__bJywrq__newsListHeader p{margin:0}.newsManager-module__bJywrq__newsListHeader h2{color:#0b3260;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:1.04rem;font-weight:600}.newsManager-module__bJywrq__newsListHeader p{color:#6a7b88;font-size:.78rem}.newsManager-module__bJywrq__newsTable{display:grid}.newsManager-module__bJywrq__newsTableHead,.newsManager-module__bJywrq__newsTableRow{grid-template-columns:minmax(260px,1.7fr) minmax(130px,.7fr) minmax(150px,.8fr) minmax(130px,.7fr) minmax(170px,auto);align-items:center;gap:16px;display:grid}.newsManager-module__bJywrq__newsTableHead{color:#6a7b88;text-transform:uppercase;background:#f7fbfd;border-bottom:1px solid #e5edf1;padding:10px 20px;font-size:.72rem;font-weight:600}.newsManager-module__bJywrq__newsTableRow{color:#33485c;border-bottom:1px solid #edf2f5;min-width:0;padding:14px 20px;font-size:.86rem}.newsManager-module__bJywrq__newsTableRowSkeleton{border-bottom:1px solid #edf2f5;grid-template-columns:minmax(260px,1.7fr) minmax(130px,.7fr) minmax(150px,.8fr) minmax(130px,.7fr) minmax(170px,auto);align-items:center;gap:16px;padding:18px 20px;display:grid;position:relative;overflow:hidden}.newsManager-module__bJywrq__newsTableRowSkeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffc2,#0000);animation:1.2s ease-in-out infinite newsManager-module__bJywrq__newsManagerSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.newsManager-module__bJywrq__newsTableRowSkeleton span{background:#e6f0f4;border-radius:999px;height:14px;display:block}.newsManager-module__bJywrq__newsTableRowSkeleton span:first-child{width:72%}.newsManager-module__bJywrq__newsTableRowSkeleton span:nth-child(2){width:64%}.newsManager-module__bJywrq__newsTableRowSkeleton span:nth-child(3),.newsManager-module__bJywrq__newsTableRowSkeleton span:nth-child(4){width:86px}.newsManager-module__bJywrq__newsTableRowSkeleton span:nth-child(5){width:130px}@keyframes newsManager-module__bJywrq__newsManagerSkeletonShimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.newsManager-module__bJywrq__newsTableRowSkeleton:after,.newsManager-module__bJywrq__categoryItemSkeleton:after{animation:none;transform:none}}.newsManager-module__bJywrq__newsTableRow:last-child{border-bottom:0}.newsManager-module__bJywrq__newsTitleCell{gap:4px;min-width:0;display:grid}.newsManager-module__bJywrq__newsTitleCell strong{color:#0b3260;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.92rem;font-weight:600;overflow:hidden}.newsManager-module__bJywrq__newsTitleCell small{color:#7a8994;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.newsManager-module__bJywrq__statusCell,.newsManager-module__bJywrq__actionCell{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.newsManager-module__bJywrq__statusPill{text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;min-height:24px;padding:0 8px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.newsManager-module__bJywrq__statusPublished{color:#3b7a24;background:#e8f7dc}.newsManager-module__bJywrq__statusDraft{color:#8a5d05;background:#fff4d8}.newsManager-module__bJywrq__statusChanged{color:#b52d68;background:#ffeef5}.newsManager-module__bJywrq__newsManager{grid-template-columns:minmax(260px,330px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.newsManager-module__bJywrq__newsLibrary,.newsManager-module__bJywrq__newsEditor{min-width:0}.newsManager-module__bJywrq__newsLibrary{padding:18px}.newsManager-module__bJywrq__newsEditor{display:grid}.newsManager-module__bJywrq__newsLibraryHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.newsManager-module__bJywrq__newsLibraryHeader p,.newsManager-module__bJywrq__newsLibraryHeader h1,.newsManager-module__bJywrq__newsEditorHeader p,.newsManager-module__bJywrq__newsEditorHeader h2{margin:0}.newsManager-module__bJywrq__newsLibraryHeader h1,.newsManager-module__bJywrq__newsEditorHeader h2{color:#0b3260;font-family:Poppins,Arial,Helvetica,sans-serif;font-weight:600;line-height:1.05}.newsManager-module__bJywrq__newsLibraryHeader h1{font-size:1.35rem}.newsManager-module__bJywrq__newsEditorHeader h2{font-size:clamp(1.1rem,1.6vw,1.42rem)}.newsManager-module__bJywrq__newsLibraryFilters{gap:10px;margin:16px 0;display:grid}.newsManager-module__bJywrq__newsLibraryLinks{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0;display:grid}.newsManager-module__bJywrq__newsLibraryLinks a{color:#0b3260;background:#f7fbfd;border:1px solid #c8d8e2;border-radius:8px;place-items:center;min-height:38px;font-size:.84rem;font-weight:600;text-decoration:none;display:grid}.newsManager-module__bJywrq__newsLibraryLinks a:hover{background:#eaf8fd;border-color:#39a8d2}.newsManager-module__bJywrq__newsList{gap:10px;margin-top:16px;display:grid}.newsManager-module__bJywrq__newsListItem{color:#0b3260;text-align:left;cursor:pointer;background:#fff;border:1px solid #d5e1e7;border-radius:8px;gap:6px;width:100%;padding:12px;display:grid}.newsManager-module__bJywrq__newsListItem:hover,.newsManager-module__bJywrq__newsListItemActive{border-color:#39a8d2;box-shadow:0 8px 20px #06395c1a}.newsManager-module__bJywrq__newsListTitle{font-weight:600}.newsManager-module__bJywrq__newsListMeta{color:#6a7b88;flex-wrap:wrap;gap:6px;font-size:.78rem;display:flex}.newsManager-module__bJywrq__newsTag{color:#0b6899;text-transform:uppercase;background:#e8f6ff;border-radius:999px;align-items:center;width:fit-content;padding:6px 8px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.newsManager-module__bJywrq__draftTag{color:#9a6400;background:#fff6dc}.newsManager-module__bJywrq__unsavedTag{color:#b52d68;background:#ffeef5}.newsManager-module__bJywrq__newsEditorHeader{border-bottom:1px solid #e5edf1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;display:flex}.newsManager-module__bJywrq__newsEditorActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.newsManager-module__bJywrq__generatedMeta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.newsManager-module__bJywrq__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.newsManager-module__bJywrq__formGridFull{grid-column:1/-1}.newsManager-module__bJywrq__categoryShortcut{align-items:end;display:flex}.newsManager-module__bJywrq__categoryShortcut a{justify-content:center;width:100%}.newsManager-module__bJywrq__categoryList{gap:10px;display:grid}.newsManager-module__bJywrq__categoryItem{background:#fbfeff;border:1px solid #d5e1e7;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:10px;padding:10px;display:grid}.newsManager-module__bJywrq__categoryItemSkeleton{background:#fbfeff;border:1px solid #d5e1e7;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:10px;padding:16px 10px;display:grid;position:relative;overflow:hidden}.newsManager-module__bJywrq__categoryItemSkeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffc2,#0000);animation:1.2s ease-in-out infinite newsManager-module__bJywrq__newsManagerSkeletonShimmer;position:absolute;inset:0;transform:translate(-100%)}.newsManager-module__bJywrq__categoryItemSkeleton span{background:#e6f0f4;border-radius:999px;height:14px;display:block}.newsManager-module__bJywrq__categoryItemSkeleton span:first-child{width:min(260px,70%)}.newsManager-module__bJywrq__categoryItemSkeleton span:not(:first-child){width:82px}.newsManager-module__bJywrq__categoryItem input{color:#25394c;width:100%;min-width:0;min-height:38px;font:inherit;background:#fff;border:1px solid #cbd8df;border-radius:7px;padding:8px 10px;font-size:.9rem}.newsManager-module__bJywrq__categoryItem input:focus{border-color:#03c7de;outline:2px solid #03c7de2e}.newsManager-module__bJywrq__categoryItem span{color:#6a7b88;font-size:.8rem;font-weight:500}.newsManager-module__bJywrq__imagePreview{aspect-ratio:16/7;background:#e9f4f8;border:1px solid #d5e1e7;border-radius:8px;width:100%;overflow:hidden}.newsManager-module__bJywrq__imagePreview img{object-fit:cover;width:100%;height:100%}.newsManager-module__bJywrq__emptyImagePreview{color:#6a7b88;place-items:center;height:100%;font-size:.82rem;font-weight:700;display:grid}.newsManager-module__bJywrq__jsonPreview{color:#d7f3ff;background:#07213b;border:1px solid #d5e1e7;border-radius:8px;max-height:280px;padding:14px;font-size:.78rem;overflow:auto}.newsManager-module__bJywrq__emptyState{color:#5f7280;text-align:center;background:#f3f9fc;border-radius:8px;margin:24px;padding:24px}.newsManager-module__bJywrq__emptyState p{margin:0 0 16px}@media (max-width:1100px){.newsManager-module__bJywrq__newsManager,.newsManager-module__bJywrq__generatedMeta,.newsManager-module__bJywrq__formGrid{grid-template-columns:1fr}.newsManager-module__bJywrq__newsTableHead{display:none}.newsManager-module__bJywrq__newsTable{gap:10px;padding:14px}.newsManager-module__bJywrq__newsTableRow{border:1px solid #d5e1e7;border-radius:8px;grid-template-columns:1fr;gap:10px;padding:14px}.newsManager-module__bJywrq__newsTableRowSkeleton{border:1px solid #d5e1e7;border-radius:8px;grid-template-columns:1fr}}@media (max-width:720px){.newsManager-module__bJywrq__newsWorkspace{width:100%}.newsManager-module__bJywrq__newsLibrary,.newsManager-module__bJywrq__newsEditorHeader{padding:16px}.newsManager-module__bJywrq__newsEditorHeader{align-items:stretch}.newsManager-module__bJywrq__newsEditorActions{grid-template-columns:1fr;width:100%;display:grid}.newsManager-module__bJywrq__actionCell{grid-template-columns:1fr;display:grid}.newsManager-module__bJywrq__categoryItem,.newsManager-module__bJywrq__categoryItemSkeleton{grid-template-columns:1fr}}
.FeatureCarousel-module__lX1pxq__carousel{grid-template-columns:58px 1fr 58px;align-items:center;gap:30px;display:grid}.FeatureCarousel-module__lX1pxq__viewport{clip-path:inset(0 round 8px);border-radius:8px;overflow:hidden}.FeatureCarousel-module__lX1pxq__track{grid-auto-columns:calc(33.3333% - 21.3333px);grid-auto-flow:column;gap:32px;transition:transform .32s;display:grid}.FeatureCarousel-module__lX1pxq__card{aspect-ratio:2/3;border-radius:8px;position:relative;overflow:hidden}.FeatureCarousel-module__lX1pxq__cardImage{object-fit:cover;width:100%;height:100%;display:block}.FeatureCarousel-module__lX1pxq__cardText{filter:drop-shadow(0 3px #155d8f99);object-fit:contain;width:auto;max-width:calc(100% - 24px);height:auto;max-height:34%;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.FeatureCarousel-module__lX1pxq__arrowButton{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:58px;height:58px;padding:0;transition:transform .18s;display:grid}.FeatureCarousel-module__lX1pxq__arrowIcon{width:36px;height:57px;transition:filter .18s;display:block}.FeatureCarousel-module__lX1pxq__previousButton .FeatureCarousel-module__lX1pxq__arrowIcon{transform:rotate(180deg)}.FeatureCarousel-module__lX1pxq__arrowButton:hover{transform:scale(1.08)}.FeatureCarousel-module__lX1pxq__arrowButton:hover .FeatureCarousel-module__lX1pxq__arrowIcon{filter:brightness(.94)saturate(1.12)}@media (max-width:820px){.FeatureCarousel-module__lX1pxq__carousel{grid-template-columns:1fr}.FeatureCarousel-module__lX1pxq__arrowButton{display:none}.FeatureCarousel-module__lX1pxq__viewport{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;padding-bottom:14px;overflow-x:auto}.FeatureCarousel-module__lX1pxq__viewport::-webkit-scrollbar{display:none}.FeatureCarousel-module__lX1pxq__track{grid-auto-columns:minmax(250px,86vw);transform:none!important}.FeatureCarousel-module__lX1pxq__card{scroll-snap-align:center}}
.CarouselArrowButton-module__3AJQia__arrowButton{color:#fff;cursor:pointer;background:#0a3a62;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;font-family:Arial,Helvetica,sans-serif;font-weight:800;line-height:1;display:inline-flex;box-shadow:inset 0 -2px #00000029,0 1px 2px #0a2e4e24}.CarouselArrowButton-module__3AJQia__arrowButton span{margin-top:-2px;display:block}.CarouselArrowButton-module__3AJQia__arrowButton:disabled{cursor:inherit;opacity:.42}.CarouselArrowButton-module__3AJQia__arrowButton:focus-visible{outline-offset:3px;outline:3px solid #2890c057}.CarouselArrowButton-module__3AJQia__sm{width:22px;height:22px;font-size:1.28rem}.CarouselArrowButton-module__3AJQia__md{width:28px;height:28px;font-size:1.6rem}
.page-module__4gMfna__pageShell{width:min(var(--viewport-shell-wide), calc(100% - var(--viewport-gutter)));margin:0 auto}.page-module__4gMfna__sectionPad{padding:120px 0}.page-module__4gMfna__sectionHeading{text-align:center;max-width:720px;margin:0 auto 56px}.page-module__4gMfna__sectionHeading h2,.page-module__4gMfna__promoCopy h2{margin:0 0 16px;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:clamp(2rem,2.4vw,3.35rem);font-weight:700;line-height:1.05}.page-module__4gMfna__sectionHeading p,.page-module__4gMfna__promoCopy p{margin:0;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.5}.page-module__4gMfna__lightHeading{justify-items:center;margin-bottom:0;display:grid}.page-module__4gMfna__lightHeading h2,.page-module__4gMfna__lightHeading p{color:#fff}.page-module__4gMfna__hero{background:#edf8fb;min-height:520px;position:relative;overflow:hidden}.page-module__4gMfna__heroBackground,.page-module__4gMfna__promoBackground{object-fit:cover;opacity:.38;width:100%;height:100%;position:absolute;inset:0}.page-module__4gMfna__heroContent{place-items:end center;min-height:520px;margin:0 auto;padding:32px 0 0;display:grid;position:relative}.page-module__4gMfna__heroCharacters{align-items:flex-end;min-height:410px;display:flex;position:relative}.page-module__4gMfna__heroCharactersImage{object-fit:contain;object-position:center bottom;width:100%;height:auto}.page-module__4gMfna__heroCopy{text-align:center;justify-items:center;gap:8px;display:grid;position:absolute;bottom:34px;transform:translate(-50%)}.page-module__4gMfna__heroTitleImage{filter:drop-shadow(0 3px #155d8f8c);width:min(300px,78vw);height:auto}.page-module__4gMfna__howTo{color:#fff;background:#1d7ab6}.page-module__4gMfna__howToContent{width:min(var(--viewport-shell-wide), calc(100% - var(--viewport-gutter)));grid-template-columns:auto minmax(0,auto) auto;justify-content:center;align-items:center;gap:24px;min-height:72px;margin:0 auto;display:grid}.page-module__4gMfna__howToIcon{width:42px;height:auto;transform:rotate(12deg)}.page-module__4gMfna__howTo p{margin:0;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:.98rem;font-weight:400;line-height:1.4}.page-module__4gMfna__howTo p strong{color:#ffff4d}.page-module__4gMfna__howToButton{justify-self:start}.page-module__4gMfna__possibilities{background:radial-gradient(circle at 18% 24%,#ffffffeb 0 16%,#0000 26%),radial-gradient(circle at 80% 70%,#ffffffc7 0 18%,#0000 30%),#dff9fb;position:relative;overflow:hidden}.page-module__4gMfna__possibilitiesTitle,.page-module__4gMfna__possibilitiesDescription{color:#434343}.page-module__4gMfna__cloudsBackground{object-fit:cover;opacity:.42;width:100%;height:100%;position:absolute;inset:0}.page-module__4gMfna__possibilities .page-module__4gMfna__pageShell{z-index:1;position:relative}.page-module__4gMfna__promo{background:#ffffffc7;position:relative}.page-module__4gMfna__promoContent{width:min(var(--viewport-shell-wide), calc(100% - var(--viewport-gutter)));grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;column-gap:clamp(3rem,7vw,8rem);margin:0 auto;display:grid;position:relative}.page-module__4gMfna__promoCopy{justify-self:center;width:min(100%,32rem)}.page-module__4gMfna__promoTitle,.page-module__4gMfna__promoDescription,.page-module__4gMfna__journeyTitle,.page-module__4gMfna__journeyDescription{color:#15598d}.page-module__4gMfna__promoCopy p{margin-bottom:28px;font-weight:700}.page-module__4gMfna__offer{justify-self:center;width:min(100%,34rem);margin-top:-170px;position:relative}.page-module__4gMfna__offerImage{z-index:1;width:100%;height:auto;display:block}.page-module__4gMfna__offerText{color:#6b667b;text-align:center;gap:8px;font-family:Poppins,Arial,Helvetica,sans-serif;font-size:.78rem;line-height:1.3;display:grid;position:absolute;top:70%;left:21.5%;right:21.5%}.page-module__4gMfna__offerText h3{color:#fff;text-align:center;margin:0;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.6rem;line-height:1;position:absolute;bottom:calc(100% + 35px);left:-16%;right:-16%}.page-module__4gMfna__offerText p{margin:0 auto;font-size:1rem;font-weight:600}.page-module__4gMfna__offerText ul{gap:7px;margin:10px auto 0;padding:0;font-size:1rem;list-style:none;display:grid}.page-module__4gMfna__offerText li:before{content:"";background:url(/images/icons/bullet_tick.svg) 50%/contain no-repeat;width:.82em;height:.82em;margin-right:6px;display:inline-block}.page-module__4gMfna__journey{background:radial-gradient(circle at 12% 18%,#ffffffe6 0 14%,#0000 28%),#ddfaed;position:relative;overflow:hidden}.page-module__4gMfna__journeyContent{z-index:1;width:min(var(--viewport-shell-wide), calc(100% - var(--viewport-gutter)));justify-items:center;margin:0 auto;display:grid;position:relative}.page-module__4gMfna__journeySteps{grid-template-columns:repeat(3,minmax(0,1fr));place-items:start center;gap:72px;width:min(820px,100%);margin-bottom:76px;display:grid}.page-module__4gMfna__journeyStep{text-align:center;grid-template-rows:132px 90px;place-items:start center;gap:10px;width:220px;display:grid}.page-module__4gMfna__journeyIcon{object-fit:contain;object-position:center top;width:min(150px,100%);height:auto;max-height:132px}.page-module__4gMfna__journeyText{object-fit:contain;object-position:center top;max-width:170px;height:auto;display:block}.page-module__4gMfna__journeyWorld{width:min(750px,40vw);height:auto;position:absolute;bottom:-18%;right:-11%;transform:rotate(-4deg)}.page-module__4gMfna__more{background:#716988}.page-module__4gMfna__more p{margin-bottom:28px}@media (max-width:1080px){.page-module__4gMfna__promoContent{text-align:center;grid-template-columns:1fr;justify-items:center;gap:54px}.page-module__4gMfna__promoCopy{margin:0 auto}.page-module__4gMfna__journeyWorld{opacity:.45}}@media (max-width:820px){.page-module__4gMfna__sectionPad{padding:84px 0}.page-module__4gMfna__hero,.page-module__4gMfna__heroContent{min-height:450px}.page-module__4gMfna__heroCharacters{min-height:330px}.page-module__4gMfna__howToContent{text-align:center;grid-template-columns:auto minmax(0,1fr);padding:18px 0}.page-module__4gMfna__howToButton{grid-column:1/-1;justify-self:center}.page-module__4gMfna__journeySteps{grid-template-columns:1fr;gap:28px}.page-module__4gMfna__journeyStep{grid-template-rows:132px auto;width:100%}.page-module__4gMfna__journeyWorld{display:none}}@media (max-width:560px){.page-module__4gMfna__pageShell,.page-module__4gMfna__heroContent,.page-module__4gMfna__howToContent,.page-module__4gMfna__promoContent,.page-module__4gMfna__journeyContent{width:min(100% - var(--viewport-gutter-mobile), var(--viewport-shell-wide))}.page-module__4gMfna__heroCopy{width:min(100% - var(--viewport-gutter-mobile), 360px)}.page-module__4gMfna__offer{margin-top:0}.page-module__4gMfna__offerText{font-size:.68rem}.page-module__4gMfna__sectionHeading h2,.page-module__4gMfna__promoCopy h2{font-size:2rem}.page-module__4gMfna__sectionHeading p,.page-module__4gMfna__promoCopy p{font-size:1rem}}
.FreeRichTextEditor-module__bHypjW__editor{background:#fbfeff;border:1px solid #cbd8df;border-radius:8px;overflow:hidden}.FreeRichTextEditor-module__bHypjW__toolbar{background:#f2f9fb;border-bottom:1px solid #e1ebef;flex-wrap:wrap;gap:6px;padding:10px;display:flex}.FreeRichTextEditor-module__bHypjW__toolbar button{color:#0b3260;cursor:pointer;background:#fff;border:1px solid #cbd8df;border-radius:6px;min-width:34px;min-height:32px;padding:0 9px;font-size:.72rem;font-weight:700}.FreeRichTextEditor-module__bHypjW__toolbar button:hover{color:#009fc7;border-color:#03c7de}.FreeRichTextEditor-module__bHypjW__toolbar .FreeRichTextEditor-module__bHypjW__activeButton{color:#0b5c82;background:#dff6fb;border-color:#03a9cb;box-shadow:inset 0 0 0 1px #03a9cb2e}.FreeRichTextEditor-module__bHypjW__colorControl{color:#0b3260;background:#fff;border:1px solid #cbd8df;border-radius:6px;align-items:center;gap:7px;min-height:32px;padding:0 8px;font-size:.72rem;font-weight:700;display:inline-flex}.FreeRichTextEditor-module__bHypjW__colorControl input{cursor:pointer;background:0 0;border:0;width:24px;height:22px;padding:0}.FreeRichTextEditor-module__bHypjW__fileInput{display:none}.FreeRichTextEditor-module__bHypjW__surface{color:#272732;outline:0;padding:18px;font-size:.92rem;line-height:1.55}.FreeRichTextEditor-module__bHypjW__surface:focus{box-shadow:inset 0 0 0 2px #03c7de2e}.FreeRichTextEditor-module__bHypjW__surface p,.FreeRichTextEditor-module__bHypjW__surface div,.FreeRichTextEditor-module__bHypjW__surface h2,.FreeRichTextEditor-module__bHypjW__surface h3,.FreeRichTextEditor-module__bHypjW__surface ul,.FreeRichTextEditor-module__bHypjW__surface ol,.FreeRichTextEditor-module__bHypjW__surface blockquote,.FreeRichTextEditor-module__bHypjW__surface figure,.FreeRichTextEditor-module__bHypjW__surface aside{margin:0 0 14px}.FreeRichTextEditor-module__bHypjW__surface h2,.FreeRichTextEditor-module__bHypjW__surface h3{color:#0b3260;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif}.FreeRichTextEditor-module__bHypjW__surface a{color:#009fc7;font-weight:700}.FreeRichTextEditor-module__bHypjW__surface figure{background:#e1f0f5;border:1px solid #d9e2e7;border-radius:8px;overflow:hidden}.FreeRichTextEditor-module__bHypjW__surface figure:hover,.FreeRichTextEditor-module__bHypjW__surface aside:hover,.FreeRichTextEditor-module__bHypjW__surface blockquote:hover{outline-offset:2px;outline:2px solid #03c7de47}.FreeRichTextEditor-module__bHypjW__surface img{max-width:100%;height:auto;display:block}.FreeRichTextEditor-module__bHypjW__surface figcaption{color:#52616b;padding:10px 12px 12px;font-size:.78rem}.FreeRichTextEditor-module__bHypjW__surface blockquote,.FreeRichTextEditor-module__bHypjW__surface aside{background:#f3ffe8;border-left:5px solid #8bc53f;border-radius:6px;padding:14px 16px}.FreeRichTextEditor-module__bHypjW__imagePickerOverlay{z-index:80;background:#0a2e4e61;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.FreeRichTextEditor-module__bHypjW__imagePickerDialog{color:#0a2e4e;background:#fff;border:1px solid #0a2e4e2e;border-radius:8px;gap:16px;width:min(780px,100%);max-height:min(760px,100vh - 40px);padding:20px;display:grid;overflow:auto;box-shadow:0 20px 48px #0a2e4e42}.FreeRichTextEditor-module__bHypjW__imagePickerHeader{justify-content:space-between;align-items:start;gap:16px;display:flex}.FreeRichTextEditor-module__bHypjW__imagePickerHeader h3,.FreeRichTextEditor-module__bHypjW__imagePickerHeader p{margin:0}.FreeRichTextEditor-module__bHypjW__imagePickerHeader h3{color:#0b3260;font-family:Ubuntu Titling,Arial,Helvetica,sans-serif;font-size:1.18rem}.FreeRichTextEditor-module__bHypjW__imagePickerHeader p{color:#52616b;margin-top:5px;font-size:.82rem;font-weight:600;line-height:1.4}.FreeRichTextEditor-module__bHypjW__imagePickerHeader button{color:#0b3260;cursor:pointer;background:#fff;border:1px solid #cbd8df;border-radius:6px;width:32px;height:32px;font-size:.88rem;font-weight:800}.FreeRichTextEditor-module__bHypjW__imagePickerTabs{border-bottom:1px solid #e1ebef;flex-wrap:wrap;gap:8px;padding-bottom:12px;display:flex}.FreeRichTextEditor-module__bHypjW__imagePickerTabs button{color:#0b3260;cursor:pointer;background:#f8fcfe;border:1px solid #cbd8df;border-radius:6px;min-height:34px;padding:0 12px;font-size:.75rem;font-weight:800}.FreeRichTextEditor-module__bHypjW__imagePickerTabs .FreeRichTextEditor-module__bHypjW__activePickerTab{color:#008daf;background:#e4faff;border-color:#03c7de}.FreeRichTextEditor-module__bHypjW__imagePickerGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.FreeRichTextEditor-module__bHypjW__imageChoice{color:#0b3260;cursor:pointer;text-align:left;background:#fbfeff;border:1px solid #d9e2e7;border-radius:8px;gap:9px;min-width:0;padding:8px;display:grid}.FreeRichTextEditor-module__bHypjW__imageChoice:hover{background:#eefbff;border-color:#03c7de}.FreeRichTextEditor-module__bHypjW__imageChoice img{aspect-ratio:16/10;object-fit:cover;background:#e1f0f5;border:1px solid #e1ebef;border-radius:6px;width:100%}.FreeRichTextEditor-module__bHypjW__imageChoice span{gap:3px;min-width:0;display:grid}.FreeRichTextEditor-module__bHypjW__imageChoice strong{color:#0b3260;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:800;overflow:hidden}.FreeRichTextEditor-module__bHypjW__imageChoice small{color:#6a7b88;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;font-weight:600;overflow:hidden}.FreeRichTextEditor-module__bHypjW__imageUrlForm{gap:12px;display:grid}.FreeRichTextEditor-module__bHypjW__imageUrlForm label{color:#0b3260;gap:7px;font-size:.76rem;font-weight:800;display:grid}.FreeRichTextEditor-module__bHypjW__imageUrlForm input{color:#0a2e4e;width:100%;min-height:40px;font:inherit;border:1px solid #cbd8df;border-radius:6px;padding:0 12px}.FreeRichTextEditor-module__bHypjW__imageUrlForm button{color:#fff;cursor:pointer;background:#03c7de;border:1px solid #04b6d0;border-radius:6px;width:fit-content;min-height:38px;padding:0 14px;font-size:.78rem;font-weight:800}.FreeRichTextEditor-module__bHypjW__imagePickerError,.FreeRichTextEditor-module__bHypjW__imagePickerEmpty{border-radius:8px;margin:0;padding:14px;font-size:.82rem;font-weight:700;line-height:1.4}.FreeRichTextEditor-module__bHypjW__imagePickerError{color:#a83030;background:#fff1f1}.FreeRichTextEditor-module__bHypjW__imagePickerEmpty{color:#52616b;background:#f2f9fb}@media (max-width:640px){.FreeRichTextEditor-module__bHypjW__imagePickerDialog{padding:16px}.FreeRichTextEditor-module__bHypjW__imagePickerGrid{grid-template-columns:repeat(auto-fill,minmax(126px,1fr))}}
.GameTopBar-module__oidyXq__topBar{flex:none;width:100%;min-width:0}
.IconActionButton-module__pmw1RG__button{color:#183c5a;cursor:pointer;letter-spacing:0;text-transform:uppercase;background:#f4f5f6;border:1px solid #d1d7dd;border-radius:6px;justify-content:center;align-items:center;gap:5px;min-height:30px;font-family:Nunito,Arial,Helvetica,sans-serif;font-size:.72rem;font-weight:700;display:inline-flex;position:relative}.IconActionButton-module__pmw1RG__button:disabled{cursor:not-allowed;opacity:.62}.IconActionButton-module__pmw1RG__content,.IconActionButton-module__pmw1RG__contentLoading{justify-content:center;align-items:center;gap:5px;display:inline-flex}.IconActionButton-module__pmw1RG__contentLoading{visibility:hidden}.IconActionButton-module__pmw1RG__icon{flex:0 0 15px;place-items:center;width:15px;display:inline-grid}:is(.IconActionButton-module__pmw1RG__icon svg,.IconActionButton-module__pmw1RG__icon img){object-fit:contain;width:100%;height:100%;display:block}.IconActionButton-module__pmw1RG__spinner{border:2px solid #0b326040;border-top-color:#03c7de;border-radius:999px;width:14px;height:14px;animation:.7s linear infinite IconActionButton-module__pmw1RG__spin;position:absolute}@keyframes IconActionButton-module__pmw1RG__spin{to{transform:rotate(360deg)}}
.GameLabShell-module__t7iNda__shell{background:#161616;flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.GameLabShell-module__t7iNda__stage{flex:auto;min-height:0;position:relative;overflow:hidden}
.AuthenticatedLayout-module__KLn5Ma__logoutDialog{width:min(360px,100%)}.AuthenticatedLayout-module__KLn5Ma__logoutError{color:#9f1f1f;font-weight:700}.AuthenticatedLayout-module__KLn5Ma__logoutActions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}
.gameLab-module__CMZdFW__page{color:#173a55;background:#191919;width:100vw;min-height:100vh;overflow:hidden}
