.login-form-module__5qnECa__card{--login-card-border:var(--ui-border);--login-decoration:color-mix(in srgb, var(--ui-accent) 13%, transparent);--login-heading:var(--ui-text);--login-subtitle:var(--ui-text-muted);--login-label:var(--ui-text-soft);--login-field-border:var(--ui-border-control);--login-field-border-hover:color-mix(in srgb, var(--ui-accent) 26%, var(--ui-border-control));--login-field-background:var(--ui-canvas-soft);--login-field-background-hover:var(--ui-surface-raised);--login-field-icon:var(--ui-text-muted);--login-field-text:var(--ui-text);--login-field-placeholder:var(--ui-text-muted);--login-autofill-background:var(--ui-surface-raised);--login-feedback:var(--ui-text-muted);--login-error:var(--ui-danger);border-left:1px solid var(--login-card-border);background:radial-gradient(circle at 100% 0, color-mix(in srgb, var(--ui-accent) 11%, transparent), transparent 20rem), linear-gradient(155deg, #fff 0%, #fbfaf6 62%, #f5f1e7 100%);min-width:0;color:var(--login-heading);flex-direction:column;justify-content:center;padding:clamp(42px,5vw,68px);display:flex;position:relative;overflow:hidden}.login-form-module__5qnECa__card:after{border:1px solid var(--login-decoration);content:"";pointer-events:none;border-radius:38px;width:230px;height:230px;position:absolute;bottom:-96px;right:-72px;transform:rotate(22deg)}.login-form-module__5qnECa__cardHeading,.login-form-module__5qnECa__accountNotice,.login-form-module__5qnECa__form{z-index:1;position:relative}.login-form-module__5qnECa__cardHeading{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;margin-bottom:34px;display:grid}.login-form-module__5qnECa__welcomeMark{border:1px solid color-mix(in srgb, var(--ui-accent) 72%, white);background:var(--ui-accent);width:56px;height:56px;box-shadow:inset 0 -5px 0 color-mix(in srgb, var(--ui-accent) 78%, black), 0 13px 28px color-mix(in srgb, var(--ui-accent) 20%, transparent);color:var(--ui-on-accent);border-radius:15px;flex:none;place-items:center;display:grid}.login-form-module__5qnECa__welcomeMark svg{width:25px;height:25px}.login-form-module__5qnECa__cardHeading h2{color:var(--login-heading);letter-spacing:-.035em;margin:0;font-size:clamp(29px,3vw,36px);font-weight:760;line-height:1.05}.login-form-module__5qnECa__cardHeading p{max-width:390px;color:var(--login-subtitle);margin:7px 0 0;font-size:13px;font-weight:520;line-height:1.45}.login-form-module__5qnECa__accountNotice{border:1px solid color-mix(in srgb, var(--ui-accent) 52%, var(--login-card-border));background:color-mix(in srgb, var(--ui-accent) 10%, var(--login-field-background));box-shadow:inset 3px 0 0 var(--ui-accent);border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin:-10px 0 24px;padding:14px 16px;display:grid}.login-form-module__5qnECa__accountNoticeMark{background:var(--ui-accent);width:30px;height:30px;color:var(--ui-on-accent);box-shadow:0 7px 16px color-mix(in srgb, var(--ui-accent) 22%, transparent);border-radius:9px;place-items:center;font-size:18px;font-weight:850;line-height:1;display:grid}.login-form-module__5qnECa__accountNotice p{color:var(--login-subtitle);gap:3px;margin:0;font-size:12px;font-weight:540;line-height:1.45;display:grid}.login-form-module__5qnECa__accountNotice strong{color:var(--login-heading);letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:820}.login-form-module__5qnECa__form{gap:18px;display:grid}.login-form-module__5qnECa__group{gap:8px;display:grid}.login-form-module__5qnECa__group>label{color:var(--login-label);letter-spacing:.025em;text-transform:uppercase;font-size:12px;font-weight:760}.login-form-module__5qnECa__field{border:1px solid var(--login-field-border);background:var(--login-field-background);min-height:56px;color:var(--login-field-icon);border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;transition:border-color .16s,background .16s,box-shadow .16s;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.login-form-module__5qnECa__field:hover{border-color:var(--login-field-border-hover);background:var(--login-field-background-hover)}.login-form-module__5qnECa__field:focus-within{border-color:var(--ui-accent);background:var(--login-field-background-hover);box-shadow:0 0 0 4px color-mix(in srgb, var(--ui-accent) 18%, transparent), inset 0 1px 0 #ffffff09}.login-form-module__5qnECa__fieldError{border-color:var(--login-error);background:color-mix(in srgb, var(--login-error) 9%, var(--login-field-background))}.login-form-module__5qnECa__fieldError:focus-within{border-color:var(--login-error);box-shadow:0 0 0 4px color-mix(in srgb, var(--login-error) 13%, transparent)}.login-form-module__5qnECa__fieldIcon{width:50px;height:100%;color:var(--login-field-icon);place-items:center;display:grid}.login-form-module__5qnECa__fieldIcon svg{width:19px;height:19px}.login-form-module__5qnECa__field input{width:100%;min-width:0;height:54px;color:var(--login-field-text);background:0 0;border:0;outline:0;padding:0;font-size:15px;font-weight:560}.login-form-module__5qnECa__field input::placeholder{color:var(--login-field-placeholder);font-weight:520}.login-form-module__5qnECa__field input:disabled{cursor:wait;opacity:.6}.login-form-module__5qnECa__field input:-webkit-autofill{box-shadow:0 0 0 1000px var(--login-autofill-background) inset;-webkit-text-fill-color:var(--login-field-text)}.login-form-module__5qnECa__field input:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--login-autofill-background) inset;-webkit-text-fill-color:var(--login-field-text)}.login-form-module__5qnECa__field input:-webkit-autofill:focus{box-shadow:0 0 0 1000px var(--login-autofill-background) inset;-webkit-text-fill-color:var(--login-field-text)}.login-form-module__5qnECa__passwordToggle{width:48px;height:54px;color:var(--login-field-placeholder);cursor:pointer;background:0 0;border:0;outline:0;place-items:center;padding:0;display:grid}.login-form-module__5qnECa__passwordToggle:hover:not(:disabled),.login-form-module__5qnECa__passwordToggle:focus-visible{color:var(--ui-accent-hover)}.login-form-module__5qnECa__passwordToggle:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--ui-accent) 46%, transparent);border-radius:10px}.login-form-module__5qnECa__passwordToggle:disabled{cursor:wait;opacity:.55}.login-form-module__5qnECa__passwordToggle svg{width:20px;height:20px}.login-form-module__5qnECa__errorMessage{min-height:16px;color:var(--login-error);font-size:11px;line-height:1.35}.login-form-module__5qnECa__rememberOption{width:fit-content;color:var(--login-subtitle);cursor:pointer;-webkit-user-select:none;user-select:none;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;display:grid}.login-form-module__5qnECa__rememberOption input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.login-form-module__5qnECa__rememberControl{border:1px solid var(--login-field-border);background:var(--login-field-background);border-radius:7px;place-items:center;width:22px;height:22px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:grid;box-shadow:inset 0 1px #ffffff0a}.login-form-module__5qnECa__rememberControl>span{border-bottom:2px solid var(--ui-on-accent);border-left:2px solid var(--ui-on-accent);opacity:0;width:9px;height:5px;transition:opacity .14s,transform .14s;transform:translateY(-1px)rotate(-45deg)scale(.6)}.login-form-module__5qnECa__rememberOption:hover .login-form-module__5qnECa__rememberControl{border-color:var(--login-field-border-hover);background:var(--login-field-background-hover)}.login-form-module__5qnECa__rememberOption input:checked+.login-form-module__5qnECa__rememberControl{border-color:color-mix(in srgb, var(--ui-accent) 78%, white);background:var(--ui-accent);box-shadow:inset 0 -2px 0 color-mix(in srgb, var(--ui-accent) 80%, black), 0 7px 18px color-mix(in srgb, var(--ui-accent) 20%, transparent)}.login-form-module__5qnECa__rememberOption input:checked+.login-form-module__5qnECa__rememberControl>span{opacity:1;transform:translateY(-1px)rotate(-45deg)scale(1)}.login-form-module__5qnECa__rememberOption input:focus-visible+.login-form-module__5qnECa__rememberControl{box-shadow:0 0 0 4px color-mix(in srgb, var(--ui-accent) 22%, transparent)}.login-form-module__5qnECa__rememberOption input:disabled+.login-form-module__5qnECa__rememberControl,.login-form-module__5qnECa__rememberOption input:disabled~span{cursor:wait;opacity:.58}.login-form-module__5qnECa__rememberOption>span:last-child{gap:2px;display:grid}.login-form-module__5qnECa__rememberOption strong{color:var(--login-label);font-size:12px;font-weight:720;line-height:1.25}.login-form-module__5qnECa__rememberOption small{color:var(--login-feedback);font-size:10px;font-weight:520;line-height:1.3}.login-form-module__5qnECa__feedback{min-height:16px;color:var(--login-feedback);flex-direction:column;gap:4px;font-size:11px;line-height:1.45;display:flex}.login-form-module__5qnECa__formError{color:var(--login-error);outline:0;font-weight:650}.login-form-module__5qnECa__submit{border:1px solid color-mix(in srgb, var(--ui-accent) 78%, white);background:var(--ui-accent);min-height:57px;box-shadow:inset 0 -3px 0 color-mix(in srgb, var(--ui-accent) 82%, black), 0 14px 30px color-mix(in srgb, var(--ui-accent) 23%, transparent);color:var(--ui-on-accent);cursor:pointer;border-radius:13px;outline:0;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-size:15px;font-weight:780;transition:background .16s,box-shadow .16s,transform .16s;display:flex;position:relative}.login-form-module__5qnECa__submit:hover:not(:disabled){background:var(--ui-accent-hover);box-shadow:inset 0 -3px 0 color-mix(in srgb, var(--ui-accent) 78%, black), 0 17px 34px color-mix(in srgb, var(--ui-accent) 30%, transparent);transform:translateY(-1px)}.login-form-module__5qnECa__submit:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb, var(--ui-accent) 25%, transparent), inset 0 -3px 0 color-mix(in srgb, var(--ui-accent) 82%, black), 0 14px 30px color-mix(in srgb, var(--ui-accent) 23%, transparent)}.login-form-module__5qnECa__submit:disabled{cursor:not-allowed;opacity:.68}.login-form-module__5qnECa__submit[data-loading=true]:disabled{cursor:wait}.login-form-module__5qnECa__buttonArrow{width:19px;height:19px;display:inline-flex}.login-form-module__5qnECa__buttonArrow svg{width:100%;height:100%}.login-form-module__5qnECa__spinner{border:2px solid color-mix(in srgb, var(--ui-on-accent) 38%, transparent);border-top-color:var(--ui-on-accent);border-radius:50%;width:17px;height:17px;animation:.76s linear infinite login-form-module__5qnECa__login-spin}html[data-theme=dark] .login-form-module__5qnECa__card{--login-card-border:#2c405e;--login-decoration:color-mix(in srgb, var(--ui-accent) 12%, transparent);--login-heading:#f8fafc;--login-subtitle:#aeb9ca;--login-label:#e7ecf4;--login-field-border:#354b6d;--login-field-border-hover:#496182;--login-field-background:#1c2c46;--login-field-background-hover:#20314e;--login-field-icon:#afbacb;--login-field-text:#f6f8fb;--login-field-placeholder:#8390a5;--login-autofill-background:#20314e;--login-feedback:#9eabbe;--login-error:#ff91a2;background:radial-gradient(circle at 100% 0, color-mix(in srgb, var(--ui-accent) 9%, transparent), transparent 20rem), linear-gradient(155deg, #19283e 0%, #121e31 62%, #101a2b 100%)}html[data-seasonal-theme=halloween] .login-form-module__5qnECa__card{--login-card-border:#57334f;--login-decoration:#ce63f12e;--login-heading:#fff8ee;--login-subtitle:#cdb9c8;--login-label:#f2e1d5;--login-field-border:#62405d;--login-field-border-hover:#87587a;--login-field-background:#24152c;--login-field-background-hover:#301a38;--login-field-icon:#c8afc1;--login-field-text:#fff8ee;--login-field-placeholder:#a98f9f;--login-autofill-background:#301a38;--login-feedback:#bca5b5;--login-error:#ff8ca0;background:radial-gradient(circle at 100% 0,#ff751829,#0000 21rem),radial-gradient(circle at 8% 100%,#ce63f117,#0000 23rem),linear-gradient(155deg,#21142b 0%,#180e20 62%,#130a1a 100%)}html[data-seasonal-theme=christmas] .login-form-module__5qnECa__card{--login-card-border:#2c5960;--login-decoration:#79dcff24;--login-heading:#f8fcfa;--login-subtitle:#bfd4cf;--login-label:#e3f0ec;--login-field-border:#35636c;--login-field-border-hover:#4b7e87;--login-field-background:#11313a;--login-field-background-hover:#173c43;--login-field-icon:#a8c1bd;--login-field-text:#f8fcfa;--login-field-placeholder:#819c99;--login-autofill-background:#173c43;--login-feedback:#a9bfba;--login-error:#ff8d94;background:radial-gradient(circle at 100% 0,#e43d4624,#0000 21rem),radial-gradient(circle at 8% 100%,#198c5f1a,#0000 23rem),linear-gradient(155deg,#113039 0%,#0c2229 62%,#08191f 100%)}html[data-seasonal-theme=valentine] .login-form-module__5qnECa__card{--login-card-border:#672e50;--login-decoration:#ff69ad2b;--login-heading:#fff7fa;--login-subtitle:#dfbcc9;--login-label:#f6dce5;--login-field-border:#713551;--login-field-border-hover:#98506d;--login-field-background:#301329;--login-field-background-hover:#411731;--login-field-icon:#d0adbb;--login-field-text:#fff7fa;--login-field-placeholder:#ae8797;--login-autofill-background:#411731;--login-feedback:#c8a4b2;--login-error:#ff91aa;background:radial-gradient(circle at 100% 0,#f43f702e,#0000 21rem),radial-gradient(circle at 8% 100%,#ff69ad1a,#0000 23rem),linear-gradient(155deg,#2b1425 0%,#21101d 62%,#170914 100%)}html[data-seasonal-theme=easter] .login-form-module__5qnECa__card{--login-card-border:var(--ui-border);--login-decoration:#c4a1ef2b;--login-heading:var(--ui-text);--login-subtitle:var(--ui-text-soft);--login-label:var(--ui-text-soft);--login-field-border:var(--ui-border-control);--login-field-border-hover:var(--ui-accent);--login-field-background:var(--ui-surface-raised);--login-field-background-hover:var(--ui-surface-active);--login-field-icon:var(--ui-text-soft);--login-field-text:var(--ui-text);--login-field-placeholder:var(--ui-text-muted);--login-autofill-background:var(--ui-surface-active);--login-feedback:var(--ui-text-muted);--login-error:var(--ui-danger);background:radial-gradient(circle at 100% 0, #a5d96b2e, transparent 21rem), radial-gradient(circle at 8% 100%, #c4a1ef1a, transparent 23rem), linear-gradient(155deg, var(--ui-surface-raised) 0%, var(--ui-surface) 62%, var(--ui-canvas-soft) 100%)}@keyframes login-form-module__5qnECa__login-spin{to{transform:rotate(1turn)}}@media (max-width:920px){.login-form-module__5qnECa__card{border-top:1px solid var(--login-card-border);border-left:0;padding:52px 48px}}@media (min-width:921px) and (max-height:800px){.login-form-module__5qnECa__card{padding:38px 52px}.login-form-module__5qnECa__cardHeading{margin-bottom:26px}}@media (max-width:600px){.login-form-module__5qnECa__card{padding:38px 24px 30px}.login-form-module__5qnECa__cardHeading{gap:13px;margin-bottom:29px}.login-form-module__5qnECa__welcomeMark{border-radius:13px;width:49px;height:49px}.login-form-module__5qnECa__welcomeMark svg{width:23px;height:23px}.login-form-module__5qnECa__cardHeading h2{font-size:29px}.login-form-module__5qnECa__cardHeading p{font-size:12px}.login-form-module__5qnECa__accountNotice{margin-top:-7px;padding:13px 14px}.login-form-module__5qnECa__field,.login-form-module__5qnECa__submit{border-radius:12px}}@media (max-width:360px){.login-form-module__5qnECa__card{padding-left:19px;padding-right:19px}}@media (prefers-reduced-motion:reduce){.login-form-module__5qnECa__submit,.login-form-module__5qnECa__field,.login-form-module__5qnECa__rememberControl,.login-form-module__5qnECa__rememberControl>span{transition:none}.login-form-module__5qnECa__spinner{animation-duration:1.5s}}
.turnstile-widget-module__S_Hita__wrapper{border-radius:12px;place-items:center;min-width:0;min-height:65px;display:grid;position:relative;overflow:hidden}.turnstile-widget-module__S_Hita__widget{justify-content:center;align-items:center;width:100%;min-height:65px;display:flex}.turnstile-widget-module__S_Hita__widget iframe{max-width:100%}.turnstile-widget-module__S_Hita__status{border:1px dashed var(--login-field-border);background:var(--login-field-background);color:var(--login-feedback);text-align:center;border-radius:12px;place-items:center;font-size:11px;font-weight:620;line-height:1.4;display:grid;position:absolute;inset:0}@media (max-width:360px){.turnstile-widget-module__S_Hita__wrapper,.turnstile-widget-module__S_Hita__widget{min-height:70px}}
.login-intro-module__T5jsjq__intro{background-color:#0b1322;background-image:linear-gradient(90deg, #080f1deb, #080f1da3), var(--login-background-image), radial-gradient(circle at 82% 15%, color-mix(in srgb, var(--ui-accent) 25%, transparent), transparent 20rem), linear-gradient(145deg, #17243a 0%, #0b1322 66%, #111d31 100%);color:#f8f9fc;background-position:50%,50%,100% 0,50%;background-repeat:no-repeat;background-size:cover,cover,auto,cover;flex-direction:column;min-width:0;padding:clamp(42px,5vw,72px);display:flex;position:relative;overflow:hidden}.login-intro-module__T5jsjq__intro:before{border:1px solid color-mix(in srgb, var(--ui-accent) 16%, transparent);content:"";pointer-events:none;border-radius:18px;width:340px;height:340px;position:absolute;bottom:-80px;right:-40px;transform:rotate(24deg)}.login-intro-module__T5jsjq__intro:after{opacity:.4;content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff29 1px,#0000 1px);background-size:16px 16px;width:210px;height:210px;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(135deg,#000,#0000 72%);mask-image:linear-gradient(135deg,#000,#0000 72%)}.login-intro-module__T5jsjq__introContent{z-index:1;position:relative}.login-intro-module__T5jsjq__logo{--brand-mark-size:84px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121f34bd;border:1px solid #ffffff29;border-radius:21px;place-items:center;width:112px;height:112px;margin-bottom:18px;display:grid;box-shadow:0 20px 44px #04091247,inset 0 1px #ffffff12}.login-intro-module__T5jsjq__logo .brand-word{display:none}.login-intro-module__T5jsjq__logo .brand-mark{filter:none}.login-intro-module__T5jsjq__badge{border:1px solid color-mix(in srgb, var(--ui-accent) 48%, transparent);background:color-mix(in srgb, var(--ui-accent) 12%, #0d1727bd);color:var(--ui-accent);letter-spacing:.035em;text-transform:uppercase;border-radius:999px;align-items:center;gap:9px;padding:8px 12px;font-size:11px;font-weight:760;display:inline-flex}.login-intro-module__T5jsjq__badge>span{background:var(--ui-accent);width:8px;height:8px;box-shadow:0 0 18px color-mix(in srgb, var(--ui-accent) 70%, transparent);border-radius:2px}.login-intro-module__T5jsjq__intro h1{color:#fff;letter-spacing:-.055em;max-width:520px;margin:24px 0 18px;font-size:clamp(46px,4.5vw,64px);font-weight:720;line-height:1.02}.login-intro-module__T5jsjq__introText{color:#aeb6c5;max-width:500px;margin:0;font-size:16px;line-height:1.65}.login-intro-module__T5jsjq__highlights{flex-wrap:wrap;align-items:center;gap:10px;margin:30px 0 0;padding:0;list-style:none;display:flex}.login-intro-module__T5jsjq__highlights li{color:#ecf1f8;background:#121d31bf;border:1px solid #ffffff30;border-radius:11px;align-items:center;gap:8px;min-height:44px;padding:0 14px;font-size:11px;font-weight:700;display:inline-flex}.login-intro-module__T5jsjq__highlights li>span{background:var(--ui-accent);width:7px;height:7px;box-shadow:0 0 12px color-mix(in srgb, var(--ui-accent) 65%, transparent);border-radius:2px;transform:rotate(45deg)}html[data-theme=dark] .login-intro-module__T5jsjq__intro{background-image:linear-gradient(90deg, #080f1de6, #080f1d9e), var(--login-background-image), radial-gradient(circle at 82% 15%, color-mix(in srgb, var(--ui-accent) 24%, transparent), transparent 20rem), radial-gradient(circle at 14% 92%, color-mix(in srgb, var(--ui-accent) 10%, transparent), transparent 22rem), radial-gradient(circle at 92% 88%, color-mix(in srgb, var(--ui-cyan) 7%, transparent), transparent 18rem), linear-gradient(145deg, #18263e 0%, #0b1425 62%, #121e33 100%);background-position:50%,50%,100% 0,0 100%,100% 100%,50%;background-size:cover,cover,auto,auto,auto,cover}html[data-seasonal-theme=halloween] .login-intro-module__T5jsjq__intro{background-color:#100916;background-image:linear-gradient(90deg, #0a050ee8, #110816a3), var(--login-background-image), radial-gradient(circle at 82% 15%, #ff751840, transparent 21rem), radial-gradient(circle at 14% 92%, #ce63f124, transparent 23rem), linear-gradient(145deg, #24142e 0%, #100916 62%, #1b0d21 100%);background-position:50%,50%,100% 0,0 100%,50%;background-size:cover,cover,auto,auto,cover}html[data-seasonal-theme=halloween] .login-intro-module__T5jsjq__logo{background:#1e1025cc;border-color:#ffa64d3d;box-shadow:0 20px 44px #0301076b,0 0 28px #ff751814,inset 0 1px #ffbe5e14}html[data-seasonal-theme=halloween] .login-intro-module__T5jsjq__highlights li{background:#1e1025c7;border-color:#ffa64d3d}html[data-seasonal-theme=christmas] .login-intro-module__T5jsjq__intro{background-color:#07161b;background-image:linear-gradient(90deg, #040f12eb, #071d1fa6), var(--login-background-image), radial-gradient(circle at 82% 15%, #e43d4636, transparent 21rem), radial-gradient(circle at 14% 92%, #198c5f2b, transparent 23rem), linear-gradient(145deg, #0d2a2b 0%, #07161b 62%, #0b2228 100%);background-position:50%,50%,100% 0,0 100%,50%;background-size:cover,cover,auto,auto,cover}html[data-seasonal-theme=christmas] .login-intro-module__T5jsjq__logo{background:#0b2227d1;border-color:#ffda743d;box-shadow:0 20px 44px #00050775,0 0 28px #e43d4612,inset 0 1px #ffe69b17}html[data-seasonal-theme=christmas] .login-intro-module__T5jsjq__highlights li{background:#0b2227cc;border-color:#ffda7438}html[data-seasonal-theme=valentine] .login-intro-module__T5jsjq__intro{background-color:#170914;background-image:linear-gradient(90deg, #0d040beb, #23091ba8), var(--login-background-image), radial-gradient(circle at 82% 15%, #f43f7040, transparent 21rem), radial-gradient(circle at 14% 92%, #ff69ad26, transparent 23rem), linear-gradient(145deg, #2a1022 0%, #170914 62%, #21101d 100%);background-position:50%,50%,100% 0,0 100%,50%;background-size:cover,cover,auto,auto,cover}html[data-seasonal-theme=valentine] .login-intro-module__T5jsjq__logo{background:#2b1224d1;border-color:#ff9cbc45;box-shadow:0 20px 44px #0c000880,0 0 28px #f43f701a,inset 0 1px #ffb4ca17}html[data-seasonal-theme=valentine] .login-intro-module__T5jsjq__highlights li{background:#2b1224cc;border-color:#ff9cbc40}html[data-seasonal-theme=easter] .login-intro-module__T5jsjq__intro{background-color:var(--ui-canvas-soft);background-image:linear-gradient(90deg, #05100ceb, #112f1da8), var(--login-background-image), radial-gradient(circle at 82% 15%, #a5d96b40, transparent 21rem), radial-gradient(circle at 14% 92%, #c4a1ef26, transparent 23rem), linear-gradient(145deg, #193626 0%, var(--ui-canvas-soft) 62%, var(--ui-surface) 100%);background-position:50%,50%,100% 0,0 100%,50%;background-size:cover,cover,auto,auto,cover}html[data-seasonal-theme=easter] .login-intro-module__T5jsjq__logo{background:#132c20d1;border-color:#a3d18b45;box-shadow:0 20px 44px #020c0880,0 0 28px #a5d96b1a,inset 0 1px #e1f6d017}html[data-seasonal-theme=easter] .login-intro-module__T5jsjq__highlights li{background:#132c20cc;border-color:#a3d18b40}@media (max-width:920px){.login-intro-module__T5jsjq__intro{min-height:440px;padding:48px}.login-intro-module__T5jsjq__intro h1{max-width:520px;font-size:clamp(44px,8vw,58px)}}@media (min-width:921px) and (max-height:800px){.login-intro-module__T5jsjq__intro{padding:38px 48px}.login-intro-module__T5jsjq__intro h1{margin:20px 0 14px;font-size:clamp(44px,4vw,54px)}.login-intro-module__T5jsjq__introText{font-size:14px}.login-intro-module__T5jsjq__logo{--brand-mark-size:66px;border-radius:17px;width:88px;height:88px;margin-bottom:14px}.login-intro-module__T5jsjq__highlights{margin-top:22px}}@media (max-width:600px){.login-intro-module__T5jsjq__intro{min-height:385px;padding:35px 26px 29px}.login-intro-module__T5jsjq__logo{--brand-mark-size:60px;border-radius:16px;width:80px;height:80px;margin-bottom:13px}.login-intro-module__T5jsjq__badge{font-size:11px}.login-intro-module__T5jsjq__intro h1{margin:23px 0 17px;font-size:clamp(38px,11vw,48px)}.login-intro-module__T5jsjq__introText{font-size:14px}.login-intro-module__T5jsjq__highlights{align-items:stretch;margin-top:24px}.login-intro-module__T5jsjq__highlights li{flex:auto}}@media (max-width:360px){.login-intro-module__T5jsjq__intro{padding-left:21px;padding-right:21px}}
.login-page-module__i0nP3G__page{background-color:var(--ui-canvas);background-image:linear-gradient(#f4f1e9e0, #f4f1e9ed), var(--login-background-image), radial-gradient(circle at 9% 8%, color-mix(in srgb, var(--ui-accent) 13%, transparent), transparent 29rem), radial-gradient(circle at 92% 90%, color-mix(in srgb, var(--ui-cyan) 7%, transparent), transparent 25rem);min-width:320px;min-height:100svh;color:var(--ui-text);background-position:50%,50%,0 0,100% 100%;background-repeat:no-repeat;background-size:cover,cover,auto,auto;grid-template-rows:auto 1fr auto;display:grid;position:relative;overflow-x:hidden}.login-page-module__i0nP3G__atmosphere{pointer-events:none;position:absolute;inset:0;overflow:hidden}.login-page-module__i0nP3G__atmosphere:before,.login-page-module__i0nP3G__atmosphere:after{border:1px solid color-mix(in srgb, var(--ui-accent) 10%, transparent);content:"";border-radius:12px;position:absolute;transform:rotate(22deg)}.login-page-module__i0nP3G__atmosphere:before{width:440px;height:440px;top:-210px;left:-150px}.login-page-module__i0nP3G__atmosphere:after{width:520px;height:520px;bottom:-250px;right:-190px}.login-page-module__i0nP3G__header{z-index:2;padding:22px clamp(20px,4vw,64px);position:relative}.login-page-module__i0nP3G__headerInner{border:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-surface) 96%, transparent);border-radius:17px;grid-template-columns:minmax(180px,1fr) auto minmax(80px,1fr);align-items:center;width:min(1180px,100%);min-height:66px;margin:0 auto;padding:10px 14px;display:grid;box-shadow:0 16px 42px #1420391a,inset 0 1px #ffffffb8}.login-page-module__i0nP3G__brand{border-radius:10px;justify-self:start;align-items:center;gap:10px;min-width:0;text-decoration:none;display:inline-flex}.login-page-module__i0nP3G__brand:focus-visible{outline:2px solid var(--ui-accent);outline-offset:4px}.login-page-module__i0nP3G__brand .brand-mark{width:36px;height:36px;color:var(--ui-accent);filter:none}.login-page-module__i0nP3G__brand .server-domain{max-width:min(48vw,360px);color:var(--ui-text);letter-spacing:-.25px;font-size:16px;font-weight:680}.login-page-module__i0nP3G__headerActions{justify-self:end;align-items:center;gap:10px;display:flex}.login-page-module__i0nP3G__navigation{border:1px solid var(--ui-border);background:var(--ui-canvas-soft);border-radius:12px;justify-self:center;align-items:center;gap:3px;padding:4px;display:flex}.login-page-module__i0nP3G__navigationLink{min-width:78px;color:var(--ui-text-muted);text-align:center;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:680;line-height:1.2;text-decoration:none;transition:background .16s,color .16s,transform .16s}.login-page-module__i0nP3G__navigationLink:hover{color:var(--ui-text);transform:translateY(-1px)}.login-page-module__i0nP3G__navigationLink:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px;color:var(--ui-text)}.login-page-module__i0nP3G__header .theme-toggle{border-color:var(--ui-border);background:var(--ui-canvas-soft);color:var(--ui-text-soft)}.login-page-module__i0nP3G__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--ui-accent) 44%, var(--ui-border));background:var(--ui-surface-active);color:var(--ui-accent-hover)}.login-page-module__i0nP3G__main{z-index:1;place-items:center;width:100%;padding:24px clamp(20px,4vw,64px) 42px;display:grid;position:relative}.login-page-module__i0nP3G__shell{border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:22px;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);width:min(1180px,100%);min-height:min(680px,100svh - 176px);display:grid;overflow:hidden;box-shadow:0 32px 90px #0f182a29,0 4px 16px #0f182a0f}html[data-theme=dark] .login-page-module__i0nP3G__page{background-color:var(--ui-canvas);background-image:linear-gradient(#080f1dc7, #080f1de6), var(--login-background-image), radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--ui-accent) 18%, transparent), transparent 30rem), radial-gradient(circle at 94% 14%, color-mix(in srgb, var(--ui-cyan) 10%, transparent), transparent 25rem), radial-gradient(circle at 82% 94%, color-mix(in srgb, var(--ui-pink) 7%, transparent), transparent 27rem);color:var(--ui-text)}html[data-theme=dark] .login-page-module__i0nP3G__atmosphere:before{border-color:color-mix(in srgb, var(--ui-accent) 12%, transparent)}html[data-theme=dark] .login-page-module__i0nP3G__atmosphere:after{border-color:color-mix(in srgb, var(--ui-accent) 12%, transparent)}html[data-theme=dark] .login-page-module__i0nP3G__headerInner{background:#111b2e;border-color:#263955;box-shadow:0 16px 42px #080f1d2e}html[data-theme=dark] .login-page-module__i0nP3G__brand .server-domain{color:#f7f8fb}html[data-theme=dark] .login-page-module__i0nP3G__header .theme-toggle{color:#dbe2ed;background:#1b2940;border-color:#31435f}html[data-theme=dark] .login-page-module__i0nP3G__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--ui-accent) 48%, #31435f);color:var(--ui-accent-hover);background:#22334f}html[data-theme=dark] .login-page-module__i0nP3G__navigation{background:#17243a;border-color:#2f425f}html[data-theme=dark] .login-page-module__i0nP3G__navigationLink{color:#aeb8ca}:is(html[data-theme=dark] .login-page-module__i0nP3G__navigationLink:hover,html[data-theme=dark] .login-page-module__i0nP3G__navigationLink:focus-visible){color:#fff}html[data-theme=dark] .login-page-module__i0nP3G__shell{border-color:var(--ui-border);background:linear-gradient(145deg, color-mix(in srgb, var(--ui-accent) 5%, transparent), color-mix(in srgb, var(--ui-pink) 2%, transparent)), var(--ui-surface);box-shadow:0 34px 100px #0206126b, 0 0 0 1px color-mix(in srgb, var(--ui-accent) 5%, transparent)}html[data-seasonal-theme=halloween] .login-page-module__i0nP3G__page{background-color:var(--ui-canvas);background-image:linear-gradient(#0a050ec2, #0a050eeb), var(--login-background-image), radial-gradient(circle at 10% 8%, #ff6f1330, transparent 30rem), radial-gradient(circle at 94% 14%, #9c40c226, transparent 26rem)}html[data-seasonal-theme=halloween] .login-page-module__i0nP3G__headerInner{background:#1b1122;border-color:#51304f;box-shadow:0 16px 42px #0301076b,0 0 30px #ff6f1312}html[data-seasonal-theme=halloween] .login-page-module__i0nP3G__navigation{background:#24152c;border-color:#54304f}html[data-seasonal-theme=halloween] .login-page-module__i0nP3G__navigationLink{color:#cdb9c8}html[data-seasonal-theme=halloween] .login-page-module__i0nP3G__header .theme-toggle{color:var(--ui-accent-hover);background:#28172f;border-color:#593451}html[data-seasonal-theme=halloween] .login-page-module__i0nP3G__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--ui-accent) 54%, #593451);background:#351c36}html[data-seasonal-theme=halloween] .login-page-module__i0nP3G__shell{background:linear-gradient(145deg, #ff75180f, #ce63f109), var(--ui-surface);box-shadow:0 34px 100px #0301078a,0 0 0 1px #ff751814}html[data-seasonal-theme=christmas] .login-page-module__i0nP3G__page{background-color:var(--ui-canvas);background-image:linear-gradient(#040e12c7, #040e12ed), var(--login-background-image), radial-gradient(circle at 10% 8%, #18895e33, transparent 31rem), radial-gradient(circle at 94% 14%, #e43d4629, transparent 27rem)}html[data-seasonal-theme=christmas] .login-page-module__i0nP3G__headerInner{background:#0a2026;border-color:#28545a;box-shadow:0 16px 42px #0005077a,0 0 30px #e43d460f}html[data-seasonal-theme=christmas] .login-page-module__i0nP3G__navigation{background:#103039;border-color:#2b565e}html[data-seasonal-theme=christmas] .login-page-module__i0nP3G__navigationLink{color:#c7dcd7}html[data-seasonal-theme=christmas] .login-page-module__i0nP3G__header .theme-toggle{color:var(--ui-accent-hover);background:#12343c;border-color:#315e65}html[data-seasonal-theme=christmas] .login-page-module__i0nP3G__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--ui-accent) 54%, #315e65);background:#193f44}html[data-seasonal-theme=christmas] .login-page-module__i0nP3G__shell{background:linear-gradient(145deg, #e43d460e, #79dcff08), var(--ui-surface);box-shadow:0 34px 100px #00050794,0 0 0 1px #ffd56a12}html[data-seasonal-theme=valentine] .login-page-module__i0nP3G__page{background-color:var(--ui-canvas);background-image:linear-gradient(#0d040bc9, #0d040bf0), var(--login-background-image), radial-gradient(circle at 10% 8%, #f43f7036, transparent 31rem), radial-gradient(circle at 94% 14%, #ff69ad29, transparent 27rem)}html[data-seasonal-theme=valentine] .login-page-module__i0nP3G__headerInner{background:#21101d;border-color:#672b4d;box-shadow:0 16px 42px #0c000885,0 0 30px #f43f7014}html[data-seasonal-theme=valentine] .login-page-module__i0nP3G__navigation{background:#301329;border-color:#6d2f51}html[data-seasonal-theme=valentine] .login-page-module__i0nP3G__navigationLink{color:#dfbcc9}html[data-seasonal-theme=valentine] .login-page-module__i0nP3G__header .theme-toggle{color:var(--ui-accent-hover);background:#35142c;border-color:#713351}html[data-seasonal-theme=valentine] .login-page-module__i0nP3G__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--ui-accent) 58%, #713351);background:#461935}html[data-seasonal-theme=valentine] .login-page-module__i0nP3G__shell{background:linear-gradient(145deg, #f43f7012, #ff69ad0a), var(--ui-surface);box-shadow:0 34px 100px #0c00089e,0 0 0 1px #f43f7017}html[data-seasonal-theme=easter] .login-page-module__i0nP3G__page{background-color:var(--ui-canvas);background-image:linear-gradient(#05100cc9, #05100cf0), var(--login-background-image), radial-gradient(circle at 10% 8%, #a5d96b36, transparent 31rem), radial-gradient(circle at 94% 14%, #c4a1ef29, transparent 27rem)}html[data-seasonal-theme=easter] .login-page-module__i0nP3G__headerInner{border-color:var(--ui-border);background:var(--ui-surface);box-shadow:0 16px 42px #020c0885,0 0 30px #a5d96b14}html[data-seasonal-theme=easter] .login-page-module__i0nP3G__navigation{border-color:var(--ui-border);background:var(--ui-surface-raised)}html[data-seasonal-theme=easter] .login-page-module__i0nP3G__navigationLink{color:var(--ui-text-soft)}html[data-seasonal-theme=easter] .login-page-module__i0nP3G__header .theme-toggle{border-color:var(--ui-border-control);color:var(--ui-accent-hover);background:#1d382a}html[data-seasonal-theme=easter] .login-page-module__i0nP3G__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--ui-accent) 58%, var(--ui-border-control));background:#2b4935}html[data-seasonal-theme=easter] .login-page-module__i0nP3G__shell{background:linear-gradient(145deg, #a5d96b12, #c4a1ef0a), var(--ui-surface);box-shadow:0 34px 100px #020c089e,0 0 0 1px #a5d96b17}@media (max-width:920px){.login-page-module__i0nP3G__page{overflow-y:auto}.login-page-module__i0nP3G__main{padding-top:14px}.login-page-module__i0nP3G__shell{grid-template-columns:1fr;width:min(680px,100%);min-height:auto}}@media (max-width:1080px){.login-page-module__i0nP3G__headerInner{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;row-gap:9px}.login-page-module__i0nP3G__navigation{grid-area:2/1/auto/-1;justify-content:stretch;width:100%}.login-page-module__i0nP3G__navigationLink{flex:1 1 0;min-width:0;padding-left:8px;padding-right:8px}}@media (min-width:921px) and (max-height:800px){.login-page-module__i0nP3G__header{padding-top:14px;padding-bottom:14px}.login-page-module__i0nP3G__main{padding-top:8px;padding-bottom:16px}.login-page-module__i0nP3G__shell{min-height:calc(100svh - 126px)}}@media (max-width:600px){.login-page-module__i0nP3G__header{padding:15px 16px}.login-page-module__i0nP3G__brand .brand-mark{width:33px;height:33px}.login-page-module__i0nP3G__brand .server-domain{max-width:58vw;font-size:15px}.login-page-module__i0nP3G__navigation{border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:3px;display:grid}.login-page-module__i0nP3G__navigationLink{min-height:29px;padding:7px 4px;font-size:10px}.login-page-module__i0nP3G__main{padding:8px 12px 28px}.login-page-module__i0nP3G__shell{border-radius:18px}}
.server-brand-module__WgeEPW__mark{width:var(--brand-mark-size,35px);height:var(--brand-mark-size,35px);color:var(--brand-mark-color,var(--shop-accent,var(--ui-accent)));filter:var(--brand-mark-filter,none);flex:none;display:inline-flex}.server-brand-module__WgeEPW__mark svg{width:100%;height:100%}.server-brand-module__WgeEPW__logo{background-image:var(--brand-logo-image);background-position:50%;background-repeat:no-repeat;background-size:contain}html[data-seasonal-theme=halloween] .server-brand-module__WgeEPW__logo{background-image:var(--seasonal-halloween-brand-logo-image,var(--brand-logo-image))}html[data-seasonal-theme=christmas] .server-brand-module__WgeEPW__logo{background-image:var(--seasonal-christmas-brand-logo-image,var(--brand-logo-image))}html[data-seasonal-theme=valentine] .server-brand-module__WgeEPW__logo{background-image:var(--seasonal-valentine-brand-logo-image,var(--brand-logo-image))}html[data-seasonal-theme=easter] .server-brand-module__WgeEPW__logo{background-image:var(--seasonal-easter-brand-logo-image,var(--brand-logo-image))}.server-brand-module__WgeEPW__word{min-width:0;max-width:var(--brand-word-max-width,min(28vw, 330px));color:var(--brand-word-color,var(--shop-text,var(--ui-text)));font-family:var(--font-body);font-size:var(--brand-word-size,16px);font-weight:var(--brand-word-weight,680);letter-spacing:var(--brand-word-spacing,-.25px);text-overflow:ellipsis;white-space:nowrap;line-height:1;display:block;overflow:hidden}
.site-footer-module__dIFieq__footer{z-index:1;border-top:1px solid var(--ui-border);justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 40px);min-height:88px;margin-inline:auto;display:flex;position:relative}.site-footer-module__dIFieq__footer:before{background:linear-gradient(90deg, var(--ui-accent), transparent);content:"";width:72px;height:1px;position:absolute;top:-1px;left:0}.site-footer-module__dIFieq__brand{--brand-mark-size:30px;--brand-word-color:var(--ui-text-soft);--brand-word-size:14px;--brand-word-max-width:240px;border-radius:7px;align-items:center;gap:9px;min-width:0;text-decoration:none;display:inline-flex}.site-footer-module__dIFieq__footer nav{flex-wrap:wrap;justify-content:flex-end;gap:20px;display:flex}.site-footer-module__dIFieq__footer nav a{color:var(--ui-text-muted);border-radius:5px;font-size:13px;font-weight:680;text-decoration:none;transition:color .16s,transform .16s}.site-footer-module__dIFieq__footer nav a:hover{color:var(--ui-accent-hover);transform:translateY(-1px)}.site-footer-module__dIFieq__footer nav a:focus-visible,.site-footer-module__dIFieq__brand:focus-visible{outline:2px solid var(--ui-accent);outline-offset:4px}@media (max-width:680px){.site-footer-module__dIFieq__footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:15px;width:calc(100% - 30px);min-height:0;padding:24px 0}.site-footer-module__dIFieq__footer nav{justify-content:flex-start;gap:16px}}@media (prefers-reduced-motion:reduce){.site-footer-module__dIFieq__footer nav a{transition:none}}
.theme-toggle-module__mW4Bta__toggle{border:1px solid var(--ui-border-control);background:color-mix(in srgb, var(--ui-surface-raised) 86%, transparent);width:42px;height:42px;color:var(--ui-text-soft);cursor:pointer;border-radius:12px;outline:0;flex:none;place-items:center;padding:0;transition:border-color .16s,background .16s,color .16s,transform .16s;display:grid;position:relative;overflow:hidden}.theme-toggle-module__mW4Bta__toggle:hover{border-color:color-mix(in srgb, var(--ui-accent) 34%, var(--ui-border-control));background:var(--ui-surface-raised);color:var(--ui-accent);transform:translateY(-1px)}.theme-toggle-module__mW4Bta__toggle:active{transform:translateY(0)scale(.96)}.theme-toggle-module__mW4Bta__toggle:focus-visible{border-color:var(--ui-accent);box-shadow:0 0 0 4px var(--ui-focus)}.theme-toggle-module__mW4Bta__icon{z-index:1;place-items:center;width:21px;height:21px;display:grid;position:relative}.theme-toggle-module__mW4Bta__icon svg{width:100%;height:100%}:is(html[data-theme=light] .theme-toggle-module__mW4Bta__sun,html[data-theme=dark] .theme-toggle-module__mW4Bta__moon){display:none}.theme-toggle-module__mW4Bta__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:is(html[data-theme=light] .theme-toggle-module__mW4Bta__lightLabel,html[data-theme=dark] .theme-toggle-module__mW4Bta__darkLabel){display:none}@media (prefers-reduced-motion:reduce){.theme-toggle-module__mW4Bta__toggle{transition:none}}
.account-menu-module__PBZLnW__menu{z-index:90;border:1px solid color-mix(in srgb, var(--shop-accent) 25%, var(--shop-border));background:radial-gradient(circle at 12% 0, color-mix(in srgb, var(--shop-accent) 15%, transparent), transparent 44%), color-mix(in srgb, var(--shop-surface-raised) 98%, transparent);width:min(290px,100vw - 24px);box-shadow:0 22px 54px color-mix(in srgb, var(--shop-text) 20%, transparent), inset 0 1px 0 #ffffff14;color:var(--shop-text);border-radius:17px;gap:10px;padding:14px;animation:.19s cubic-bezier(.16,1,.3,1) both account-menu-module__PBZLnW__accountMenuEnter;display:grid;position:absolute;top:calc(100% + 11px);right:0}.account-menu-module__PBZLnW__menu:before{border-top:1px solid color-mix(in srgb, var(--shop-accent) 25%, var(--shop-border));border-left:1px solid color-mix(in srgb, var(--shop-accent) 25%, var(--shop-border));background:color-mix(in srgb, var(--shop-surface-raised) 98%, transparent);content:"";width:11px;height:11px;position:absolute;top:-6px;right:22px;transform:rotate(45deg)}.account-menu-module__PBZLnW__menu:after{content:"";height:12px;position:absolute;bottom:100%;left:0;right:0}.account-menu-module__PBZLnW__profile{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;padding:2px;display:grid}.account-menu-module__PBZLnW__avatar{background-image:var(--account-skin-url);width:48px;height:48px;image-rendering:pixelated;box-shadow:inset 0 0 0 1px #ffffff2e, 0 7px 18px color-mix(in srgb, var(--shop-text) 14%, transparent);background-position:14.2857% 14.2857%;background-size:800% 800%;border-radius:11px}.account-menu-module__PBZLnW__avatarPending{background:linear-gradient(135deg, color-mix(in srgb, var(--shop-accent) 24%, var(--shop-surface-raised)), var(--shop-surface-active))}.account-menu-module__PBZLnW__identity{flex-direction:column;gap:3px;min-width:0;display:flex}.account-menu-module__PBZLnW__identity small{color:var(--shop-accent);letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:850}.account-menu-module__PBZLnW__identity strong{color:var(--shop-text);font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.account-menu-module__PBZLnW__balance{border:1px solid var(--shop-border);background:color-mix(in srgb, var(--shop-surface) 78%, transparent);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:10px 12px;display:flex}.account-menu-module__PBZLnW__balance>span{color:var(--shop-muted);font-size:11px;font-weight:700}.account-menu-module__PBZLnW__balance strong{min-width:0;color:var(--shop-text);font-family:var(--font-display);text-overflow:ellipsis;white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;font-size:14px;display:inline-flex;overflow:hidden}.account-menu-module__PBZLnW__balance strong svg{width:16px;height:16px;color:var(--shop-accent);flex:none}.account-menu-module__PBZLnW__balance strong small{color:var(--shop-muted);font-family:var(--font-body);font-size:9px}.account-menu-module__PBZLnW__signOutButton{border:1px solid color-mix(in srgb, var(--ui-danger) 34%, var(--shop-border));background:color-mix(in srgb, var(--ui-danger-soft) 58%, var(--shop-surface));min-height:46px;color:var(--ui-danger);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:9px 12px;font-size:12px;font-weight:760;transition:border-color .16s,background .16s,transform .16s;display:flex}.account-menu-module__PBZLnW__signOutButton:hover:not(:disabled){border-color:color-mix(in srgb, var(--ui-danger) 58%, var(--shop-border));background:color-mix(in srgb, var(--ui-danger-soft) 85%, var(--shop-surface));transform:translateY(-1px)}.account-menu-module__PBZLnW__signOutButton:focus-visible{outline:3px solid var(--ui-focus);outline-offset:2px}.account-menu-module__PBZLnW__signOutButton:disabled{cursor:wait;opacity:.64}.account-menu-module__PBZLnW__signOutButton svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:19px;height:19px}@media (max-width:1000px){.account-menu-module__PBZLnW__menu{top:calc(100% + 70px)}.account-menu-module__PBZLnW__menu:before{display:none}.account-menu-module__PBZLnW__menu:after{height:72px}}@media (max-width:700px){.account-menu-module__PBZLnW__menu{width:min(290px,100vw - 24px);top:calc(100% + 10px);left:0;right:auto}.account-menu-module__PBZLnW__menu:after{height:12px}}@media (max-width:380px){.account-menu-module__PBZLnW__menu{width:min(284px,100vw - 20px)}}@media (prefers-reduced-motion:reduce){.account-menu-module__PBZLnW__menu{animation:none}.account-menu-module__PBZLnW__signOutButton{transition:none}}@keyframes account-menu-module__PBZLnW__accountMenuEnter{0%{opacity:0;transform:translateY(-7px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.store-header-module__9Snhla__header{z-index:50;border:1px solid var(--shop-border);background:color-mix(in srgb, var(--shop-surface) 94%, transparent);will-change:top, min-height, padding;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,max-content) minmax(0,1fr);align-items:center;column-gap:clamp(10px,1vw,16px);width:min(1460px,100% - 24px);min-height:72px;margin:0;padding:9px clamp(20px,4vw,64px);transition:top .44s cubic-bezier(.16,1,.3,1),min-height .44s cubic-bezier(.16,1,.3,1),padding .44s cubic-bezier(.16,1,.3,1),border-color .36s,border-radius .44s cubic-bezier(.16,1,.3,1),background .36s,box-shadow .44s cubic-bezier(.16,1,.3,1);display:grid;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 18px 44px #222b421c,inset 0 1px #ffffffc2}.store-header-module__9Snhla__compact{border-color:color-mix(in srgb, var(--shop-accent) 18%, var(--shop-border));background:color-mix(in srgb, var(--shop-surface) 98%, transparent);border-radius:20px;min-height:64px;padding-top:8px;padding-bottom:8px;top:12px;box-shadow:0 16px 38px #222b4224,inset 0 1px #ffffffb8}.store-header-module__9Snhla__brand{--brand-mark-size:38px;--brand-mark-color:var(--shop-accent);--brand-word-color:var(--shop-text);--brand-word-size:18px;--brand-word-max-width:min(28vw, 330px);border-radius:9px;justify-self:start;align-items:center;gap:10px;min-width:0;text-decoration:none;display:inline-flex}.store-header-module__9Snhla__brand:focus-visible{outline:2px solid var(--shop-accent);outline-offset:4px}.store-header-module__9Snhla__brand .server-domain{color:var(--shop-text)}.store-header-module__9Snhla__navigation{border:1px solid var(--shop-border);background:var(--shop-background);scrollbar-width:none;border-radius:12px;justify-self:center;align-items:center;gap:5px;min-width:0;max-width:100%;padding:5px;display:flex;overflow-x:auto}.store-header-module__9Snhla__navigation::-webkit-scrollbar{display:none}.store-header-module__9Snhla__navigationLink{min-width:0;color:var(--shop-muted);text-align:center;white-space:nowrap;border-radius:8px;flex:0 auto;justify-content:center;align-items:center;padding:9px clamp(7px,.7vw,14px);font-size:14px;font-weight:680;line-height:1.2;text-decoration:none;transition:background .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.store-header-module__9Snhla__navigationLink:hover{color:var(--shop-text);transform:translateY(-1px)}.store-header-module__9Snhla__navigationLink:focus-visible{outline:2px solid var(--shop-accent);outline-offset:2px}.store-header-module__9Snhla__navigationLink[aria-current=page]{background:var(--shop-accent);box-shadow:0 7px 18px color-mix(in srgb, var(--shop-accent) 22%, transparent);color:var(--ui-on-accent)}.store-header-module__9Snhla__actions{justify-self:end;align-items:center;gap:10px;min-width:max-content;display:flex}.store-header-module__9Snhla__desktopGuestTheme{display:inline-flex}.store-header-module__9Snhla__mobileMenuTheme{display:none}.store-header-module__9Snhla__mobileMenuButton{border:1px solid color-mix(in srgb, var(--shop-accent) 24%, var(--shop-border));background:color-mix(in srgb, var(--shop-accent) 7%, var(--shop-surface-raised));min-height:44px;color:var(--shop-text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:780;transition:border-color .18s,background .18s,box-shadow .18s,color .18s,transform .18s;display:none}.store-header-module__9Snhla__mobileMenuButton:hover,.store-header-module__9Snhla__mobileMenuButton:focus-visible,.store-header-module__9Snhla__mobileMenuButton[aria-expanded=true]{border-color:color-mix(in srgb, var(--shop-accent) 58%, var(--shop-border));background:color-mix(in srgb, var(--shop-accent) 14%, var(--shop-surface-raised));color:var(--shop-accent);box-shadow:0 8px 22px color-mix(in srgb, var(--shop-accent) 15%, transparent);outline:0}.store-header-module__9Snhla__mobileMenuButton:focus-visible{outline:2px solid var(--shop-accent);outline-offset:3px}.store-header-module__9Snhla__mobileMenuIcon{flex-direction:column;flex:none;justify-content:center;gap:5px;width:18px;height:14px;display:inline-flex;position:relative}.store-header-module__9Snhla__mobileMenuIcon span{transform-origin:50%;background:currentColor;border-radius:999px;width:18px;height:2px;transition:transform .21s cubic-bezier(.16,1,.3,1),width .18s;display:block}.store-header-module__9Snhla__mobileMenuButton[aria-expanded=true] .store-header-module__9Snhla__mobileMenuIcon span:first-child{transform:translateY(3.5px)rotate(45deg)}.store-header-module__9Snhla__mobileMenuButton[aria-expanded=true] .store-header-module__9Snhla__mobileMenuIcon span:last-child{transform:translateY(-3.5px)rotate(-45deg)}.store-header-module__9Snhla__mobileMenuLabel{text-align:left;min-width:42px}.store-header-module__9Snhla__playerButton,.store-header-module__9Snhla__balance{border:1px solid var(--shop-border);background:var(--shop-surface-raised);min-height:46px;color:var(--shop-text);border-radius:11px;align-items:center;display:flex}.store-header-module__9Snhla__playerButton{cursor:pointer;gap:9px;padding:4px 10px 4px 5px}.store-header-module__9Snhla__accountAnchor{display:inline-flex;position:relative}.store-header-module__9Snhla__accountChevron{fill:none;width:15px;height:15px;stroke:var(--shop-muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;transition:transform .18s}.store-header-module__9Snhla__playerButton[aria-expanded=true]{border-color:color-mix(in srgb, var(--shop-accent) 48%, var(--shop-border));background:var(--shop-surface-active)}.store-header-module__9Snhla__playerButton[aria-expanded=true] .store-header-module__9Snhla__accountChevron{transform:rotate(180deg)}.store-header-module__9Snhla__playerButton:hover:not(:disabled),.store-header-module__9Snhla__playerButton:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 48%, var(--shop-border));background:var(--shop-surface-active);outline:0}.store-header-module__9Snhla__playerButton:disabled{cursor:wait;opacity:.65}.store-header-module__9Snhla__skinFace{background-image:var(--skin-url);width:36px;height:36px;image-rendering:pixelated;background-position:14.2857% 14.2857%;background-size:800% 800%;border-radius:7px;flex:none;box-shadow:inset 0 0 0 1px #ffffff29}.store-header-module__9Snhla__skinFacePending{background:linear-gradient(135deg, color-mix(in srgb, var(--shop-accent) 22%, var(--shop-surface-raised)), var(--shop-surface-active));box-shadow:inset 0 0 0 1px #ffffff1f, 0 0 0 1px color-mix(in srgb, var(--shop-accent) 14%, transparent)}.store-header-module__9Snhla__loginLink{background:var(--shop-accent);min-height:46px;box-shadow:0 8px 22px color-mix(in srgb, var(--shop-accent) 22%, transparent);color:var(--ui-on-accent);border-radius:11px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:720;text-decoration:none;transition:background .16s,box-shadow .16s,transform .16s;display:inline-flex}.store-header-module__9Snhla__loginLink:hover{background:var(--ui-accent-hover);transform:translateY(-1px)}.store-header-module__9Snhla__loginLink:focus-visible{outline:2px solid var(--shop-accent);outline-offset:3px}.store-header-module__9Snhla__playerName{max-width:130px;color:var(--shop-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;overflow:hidden}.store-header-module__9Snhla__balance{appearance:none;min-width:50px;color:var(--shop-text);cursor:help;font-variant-numeric:tabular-nums;white-space:nowrap;justify-content:center;gap:5px;margin:0;padding:4px 10px;font-family:inherit;font-size:14px;font-weight:720;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}.store-header-module__9Snhla__balanceAnchor{display:inline-flex;position:relative}.store-header-module__9Snhla__balance:hover,.store-header-module__9Snhla__balance:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 52%, var(--shop-border));background:var(--shop-surface-active);box-shadow:0 8px 20px color-mix(in srgb, var(--shop-accent) 14%, transparent);outline:0;transform:translateY(-1px)}.store-header-module__9Snhla__balance:focus-visible{outline:2px solid var(--shop-accent);outline-offset:3px}.store-header-module__9Snhla__balanceCard{z-index:80;border:1px solid color-mix(in srgb, var(--shop-accent) 24%, var(--shop-border));visibility:hidden;background:radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--shop-accent) 14%, transparent), transparent 46%), color-mix(in srgb, var(--shop-surface-raised) 97%, transparent);width:min(270px,100vw - 24px);box-shadow:0 20px 48px color-mix(in srgb, var(--shop-text) 18%, transparent), inset 0 1px 0 #ffffff8a;color:var(--shop-text);opacity:0;pointer-events:none;transform-origin:100% 0;border-radius:16px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:14px;transition:opacity .16s,transform .19s cubic-bezier(.16,1,.3,1),visibility .16s;display:grid;position:absolute;top:calc(100% + 11px);right:0;transform:translateY(-7px)scale(.98)}.store-header-module__9Snhla__balanceCard:before{border-top:1px solid color-mix(in srgb, var(--shop-accent) 24%, var(--shop-border));border-left:1px solid color-mix(in srgb, var(--shop-accent) 24%, var(--shop-border));background:color-mix(in srgb, var(--shop-surface-raised) 97%, transparent);content:"";width:11px;height:11px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}.store-header-module__9Snhla__balanceCardOpen{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.store-header-module__9Snhla__balanceCard:after{content:"";height:12px;position:absolute;bottom:100%;left:0;right:0}.store-header-module__9Snhla__balanceCardIcon{border:1px solid color-mix(in srgb, var(--shop-accent) 22%, var(--shop-border));background:color-mix(in srgb, var(--shop-accent) 10%, var(--shop-surface-active));border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:inset 0 1px #ffffff7a}.store-header-module__9Snhla__balanceCardIcon>span{width:32px;height:32px}.store-header-module__9Snhla__balanceCardContent{gap:3px;min-width:0;display:grid}.store-header-module__9Snhla__balanceCardEyebrow{color:var(--shop-muted);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:780;line-height:1.2}.store-header-module__9Snhla__balanceCardAmount{min-width:0;color:var(--shop-text);font-variant-numeric:tabular-nums;align-items:baseline;gap:6px;font-size:20px;font-weight:820;line-height:1.1;display:flex}.store-header-module__9Snhla__balanceCardAmount span{color:var(--shop-accent);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:760;overflow:hidden}.store-header-module__9Snhla__balanceCardHint{color:var(--shop-muted);font-size:11px;font-weight:560;line-height:1.3}.store-header-module__9Snhla__balanceCelebrating{animation:.76s cubic-bezier(.16,1,.3,1) both store-header-module__9Snhla__balanceUpdate}html[data-theme=dark] .store-header-module__9Snhla__header{background:#0f192bf5;border-color:#2b3e5c;box-shadow:0 18px 44px #01050d6b,inset 0 1px #ffffff09}html[data-theme=dark] .store-header-module__9Snhla__header.store-header-module__9Snhla__compact{background:#0f192bfa;border-color:#526987c7;box-shadow:0 16px 38px #01050d75,inset 0 1px #ffffff0b}html[data-theme=dark] .store-header-module__9Snhla__navigation{background:#17243a}html[data-theme=dark] .store-header-module__9Snhla__brand .server-domain{color:#f8f9fc}html[data-theme=dark] .store-header-module__9Snhla__navigationLink{color:#aeb8ca}html[data-theme=dark] .store-header-module__9Snhla__navigationLink:hover{color:#fff}html[data-theme=dark] .store-header-module__9Snhla__navigationLink[aria-current=page]{background:var(--ui-accent);color:var(--ui-on-accent);box-shadow:0 7px 18px color-mix(in srgb, var(--ui-accent) 24%, transparent)}:is(html[data-theme=dark] .store-header-module__9Snhla__playerButton,html[data-theme=dark] .store-header-module__9Snhla__balance){color:#c8d0de;background:#17253d;border-color:#31445f}html[data-theme=dark] .store-header-module__9Snhla__playerButton:hover:not(:disabled){border-color:color-mix(in srgb, var(--shop-accent) 48%, #31445f);background:#20314c}html[data-theme=dark] .store-header-module__9Snhla__playerButton:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 48%, #31445f);background:#20314c}:is(html[data-theme=dark] .store-header-module__9Snhla__playerName,html[data-theme=dark] .store-header-module__9Snhla__balance){color:#f8f9fc}html[data-theme=dark] .store-header-module__9Snhla__balance{border-color:color-mix(in srgb, var(--ui-accent) 23%, var(--ui-border))}:is(html[data-theme=dark] .store-header-module__9Snhla__balance:hover,html[data-theme=dark] .store-header-module__9Snhla__balance:focus-visible){border-color:color-mix(in srgb, var(--shop-accent) 48%, #31445f);background:#20314c}html[data-theme=dark] .store-header-module__9Snhla__balanceCard{border-color:color-mix(in srgb, var(--shop-accent) 24%, #31445f);background:radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--shop-accent) 17%, transparent), transparent 46%), #17253d;box-shadow:0 22px 52px #01050d8c,inset 0 1px #ffffff0f}html[data-theme=dark] .store-header-module__9Snhla__balanceCard:before{border-color:color-mix(in srgb, var(--shop-accent) 24%, #31445f);background:#17253d}html[data-theme=dark] .store-header-module__9Snhla__balanceCardIcon{border-color:color-mix(in srgb, var(--shop-accent) 24%, #31445f);background:color-mix(in srgb, var(--shop-accent) 12%, #20314c);box-shadow:inset 0 1px #ffffff12}.store-header-module__9Snhla__header .theme-toggle{border-color:var(--shop-border);background:color-mix(in srgb, var(--shop-accent) 7%, var(--shop-surface-raised));width:46px;height:46px;box-shadow:inset 0 1px 0 #ffffff6b, 0 7px 18px color-mix(in srgb, var(--ui-text) 7%, transparent);color:var(--shop-accent);border-radius:12px}.store-header-module__9Snhla__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--shop-accent) 48%, var(--shop-border));background:var(--shop-surface-active);box-shadow:inset 0 1px 0 #ffffff75, 0 9px 22px color-mix(in srgb, var(--shop-accent) 14%, transparent);color:var(--shop-accent)}html[data-theme=dark] .store-header-module__9Snhla__header .theme-toggle{border-color:color-mix(in srgb, var(--shop-accent) 34%, #31445f);background:color-mix(in srgb, var(--shop-accent) 9%, #17253d);color:var(--shop-accent);box-shadow:inset 0 1px #ffffff12,0 8px 20px #00000042}html[data-theme=dark] .store-header-module__9Snhla__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--shop-accent) 48%, #31445f);color:var(--shop-accent);background:#20314c}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__header{background:#170c1cf7;border-color:#5b304f;box-shadow:0 18px 44px #0301078f,0 0 34px #ff69111a,inset 0 1px #ffb85414}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__header.store-header-module__9Snhla__compact{background:#170c1cf7;border-color:#5b304f;box-shadow:0 18px 44px #0301078f,0 0 34px #ff69111a,inset 0 1px #ffb85414}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__navigation{background:#211329}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__navigationLink{color:#cdb9c8}:is(html[data-seasonal-theme=halloween] .store-header-module__9Snhla__playerButton,html[data-seasonal-theme=halloween] .store-header-module__9Snhla__balance){color:#f6e9df;background:#24162d;border-color:#52304f}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__playerButton:hover:not(:disabled){border-color:color-mix(in srgb, var(--shop-accent) 54%, #5b304f);background:#321b33}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__playerButton:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 54%, #5b304f);background:#321b33}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__balance:hover{border-color:color-mix(in srgb, var(--shop-accent) 54%, #5b304f);background:#321b33}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__balance:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 54%, #5b304f);background:#321b33}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__balanceCard{border-color:color-mix(in srgb, var(--shop-accent) 32%, #5b304f);background:radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--shop-accent) 20%, transparent), transparent 46%), #24162d}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__balanceCard:before{border-color:color-mix(in srgb, var(--shop-accent) 32%, #5b304f);background:#24162d}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__header .theme-toggle{border-color:color-mix(in srgb, var(--shop-accent) 36%, #5b304f);background:color-mix(in srgb, var(--shop-accent) 10%, #24162d)}html[data-seasonal-theme=halloween] .store-header-module__9Snhla__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--shop-accent) 56%, #5b304f);background:#321b33}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__header{--shop-accent:#e43d46;background:#07191df7;border-color:#28545a;box-shadow:0 18px 44px #00050794,0 0 34px #e43d4614,inset 0 1px #ffe18d17}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__header.store-header-module__9Snhla__compact{--shop-accent:#e43d46;background:#07191df7;border-color:#28545a;box-shadow:0 18px 44px #00050794,0 0 34px #e43d4614,inset 0 1px #ffe18d17}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__navigation{background:#0d292d}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__navigationLink{color:#c7dcd7}:is(html[data-seasonal-theme=christmas] .store-header-module__9Snhla__playerButton,html[data-seasonal-theme=christmas] .store-header-module__9Snhla__balance){color:#f4fbf8;background:#103039;border-color:#2b555d}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__playerButton:hover:not(:disabled){border-color:color-mix(in srgb, var(--shop-accent) 54%, #2b555d);background:#173b40}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__playerButton:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 54%, #2b555d);background:#173b40}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__balance:hover{border-color:color-mix(in srgb, var(--shop-accent) 54%, #2b555d);background:#173b40}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__balance:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 54%, #2b555d);background:#173b40}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__balanceCard{border-color:color-mix(in srgb, var(--ui-gold) 24%, #2b555d);background:radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--shop-accent) 18%, transparent), transparent 46%), #103039}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__balanceCard:before{border-color:color-mix(in srgb, var(--ui-gold) 24%, #2b555d);background:#103039}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__header .theme-toggle{border-color:color-mix(in srgb, var(--shop-accent) 34%, #2b555d);background:color-mix(in srgb, var(--shop-accent) 9%, #103039)}html[data-seasonal-theme=christmas] .store-header-module__9Snhla__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--shop-accent) 56%, #2b555d);background:#173b40}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__header{--shop-accent:#f43f70;background:#1d0917f7;border-color:#672b4d;box-shadow:0 18px 44px #0c000899,0 0 34px #f43f701a,inset 0 1px #ffb1ca17}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__header.store-header-module__9Snhla__compact{--shop-accent:#f43f70;background:#1d0917f7;border-color:#672b4d;box-shadow:0 18px 44px #0c000899,0 0 34px #f43f701a,inset 0 1px #ffb1ca17}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__navigation{background:#2a1022}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__navigationLink{color:#dfbcc9}:is(html[data-seasonal-theme=valentine] .store-header-module__9Snhla__playerButton,html[data-seasonal-theme=valentine] .store-header-module__9Snhla__balance){color:#fff3f7;background:#301329;border-color:#632a4b}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__playerButton:hover:not(:disabled){border-color:color-mix(in srgb, var(--shop-accent) 58%, #632a4b);background:#411731}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__playerButton:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 58%, #632a4b);background:#411731}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__balance:hover{border-color:color-mix(in srgb, var(--shop-accent) 58%, #632a4b);background:#411731}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__balance:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 58%, #632a4b);background:#411731}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__balanceCard{border-color:color-mix(in srgb, var(--ui-gold) 22%, #632a4b);background:radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--shop-accent) 21%, transparent), transparent 46%), #301329}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__balanceCard:before{border-color:color-mix(in srgb, var(--ui-gold) 22%, #632a4b);background:#301329}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__header .theme-toggle{border-color:color-mix(in srgb, var(--shop-accent) 38%, #632a4b);background:color-mix(in srgb, var(--shop-accent) 10%, #301329)}html[data-seasonal-theme=valentine] .store-header-module__9Snhla__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--shop-accent) 58%, #632a4b);background:#411731}html[data-seasonal-theme=easter] .store-header-module__9Snhla__header{--shop-accent:var(--ui-accent);border-color:var(--ui-border);background:#0a1911f7;box-shadow:0 18px 44px #020c0899,0 0 34px #a5d96b1a,inset 0 1px #e1f6d017}html[data-seasonal-theme=easter] .store-header-module__9Snhla__header.store-header-module__9Snhla__compact{--shop-accent:var(--ui-accent);border-color:var(--ui-border);background:#0a1911f7;box-shadow:0 18px 44px #020c0899,0 0 34px #a5d96b1a,inset 0 1px #e1f6d017}html[data-seasonal-theme=easter] .store-header-module__9Snhla__navigation{background:#193626}html[data-seasonal-theme=easter] .store-header-module__9Snhla__navigationLink{color:var(--ui-text-soft)}:is(html[data-seasonal-theme=easter] .store-header-module__9Snhla__playerButton,html[data-seasonal-theme=easter] .store-header-module__9Snhla__balance){border-color:var(--ui-border);background:var(--ui-surface-raised);color:var(--ui-text)}html[data-seasonal-theme=easter] .store-header-module__9Snhla__playerButton:hover:not(:disabled){border-color:color-mix(in srgb, var(--shop-accent) 58%, var(--ui-border));background:var(--ui-surface-active)}html[data-seasonal-theme=easter] .store-header-module__9Snhla__playerButton:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 58%, var(--ui-border));background:var(--ui-surface-active)}html[data-seasonal-theme=easter] .store-header-module__9Snhla__balance:hover{border-color:color-mix(in srgb, var(--shop-accent) 58%, var(--ui-border));background:var(--ui-surface-active)}html[data-seasonal-theme=easter] .store-header-module__9Snhla__balance:focus-visible{border-color:color-mix(in srgb, var(--shop-accent) 58%, var(--ui-border));background:var(--ui-surface-active)}html[data-seasonal-theme=easter] .store-header-module__9Snhla__balanceCard{border-color:color-mix(in srgb, var(--ui-gold) 22%, var(--ui-border));background:radial-gradient(circle at 18% 10%, color-mix(in srgb, var(--shop-accent) 21%, transparent), transparent 46%), var(--ui-surface-raised)}html[data-seasonal-theme=easter] .store-header-module__9Snhla__balanceCard:before{border-color:color-mix(in srgb, var(--ui-gold) 22%, var(--ui-border));background:var(--ui-surface-raised)}html[data-seasonal-theme=easter] .store-header-module__9Snhla__header .theme-toggle{border-color:color-mix(in srgb, var(--shop-accent) 38%, var(--ui-border));background:color-mix(in srgb, var(--shop-accent) 10%, var(--ui-surface-raised))}html[data-seasonal-theme=easter] .store-header-module__9Snhla__header .theme-toggle:hover{border-color:color-mix(in srgb, var(--shop-accent) 58%, var(--ui-border));background:var(--ui-surface-active)}@media (max-width:1280px) and (min-width:1001px){.store-header-module__9Snhla__header{grid-template-columns:minmax(0,1fr) minmax(0,max-content) minmax(0,1fr);column-gap:8px;padding-left:clamp(14px,2vw,28px);padding-right:clamp(14px,2vw,28px)}.store-header-module__9Snhla__navigationLink{padding-left:6px;padding-right:6px;font-size:13px}.store-header-module__9Snhla__playerName{max-width:92px}}@media (max-width:1000px){.store-header-module__9Snhla__header.store-header-module__9Snhla__withNavigation{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;row-gap:9px;min-height:0;padding-top:10px;padding-bottom:10px}.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigation{grid-area:2/1/auto/-1;justify-content:stretch;width:100%}.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigationLink{flex:1 1 0;min-width:0;padding-top:7px;padding-bottom:7px}.store-header-module__9Snhla__balanceCard{top:calc(100% + 70px)}.store-header-module__9Snhla__balanceCard:before{display:none}}@media (max-width:700px){.store-header-module__9Snhla__header.store-header-module__9Snhla__withNavigation{top:max(8px, env(safe-area-inset-top));border-radius:18px;grid-template-rows:auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:0 8px;width:calc(100% - 16px);min-height:60px;padding:7px 8px 7px 12px}.store-header-module__9Snhla__header.store-header-module__9Snhla__guestHeader{grid-template-columns:minmax(0,1fr) auto auto}.store-header-module__9Snhla__header.store-header-module__9Snhla__mobileMenuOpen{border-color:color-mix(in srgb, var(--shop-accent) 42%, var(--shop-border));box-shadow:0 24px 56px color-mix(in srgb, var(--shop-text) 20%, transparent), inset 0 1px 0 #ffffff85;border-radius:20px}.store-header-module__9Snhla__header .theme-toggle{width:44px;height:44px}.store-header-module__9Snhla__compact{top:max(8px, env(safe-area-inset-top));min-height:60px}.store-header-module__9Snhla__brand{--brand-mark-size:34px;--brand-word-size:16px;--brand-word-max-width:clamp(72px, 38vw, 180px);min-height:44px}.store-header-module__9Snhla__mobileMenuButton{grid-area:1/2;justify-self:end;display:inline-flex}.store-header-module__9Snhla__guestHeader .store-header-module__9Snhla__mobileMenuButton{grid-column:3}.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigation,.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__actions{display:none}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation{row-gap:9px}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigation{border-color:color-mix(in srgb, var(--shop-accent) 16%, var(--shop-border));background:color-mix(in srgb, var(--shop-background) 88%, transparent);border-radius:15px;grid-area:2/1/auto/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;padding:7px;animation:.21s cubic-bezier(.16,1,.3,1) both store-header-module__9Snhla__mobileNavigationEnter;display:grid;overflow:visible}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigationLink{background:color-mix(in srgb, var(--shop-surface-raised) 76%, transparent);text-align:left;border:1px solid #0000;border-radius:10px;justify-content:flex-start;min-width:0;min-height:44px;padding:0 31px 0 12px;font-size:13px;position:relative}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigationLink:after{content:"";opacity:.52;border-top:1.5px solid;border-right:1.5px solid;width:6px;height:6px;position:absolute;top:50%;right:12px;transform:translateY(-50%)rotate(45deg)}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigationLink:hover{border-color:color-mix(in srgb, var(--shop-accent) 34%, var(--shop-border));background:var(--shop-surface-active);transform:none}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigationLink[aria-current=page]{border-color:color-mix(in srgb, var(--shop-accent) 70%, transparent);background:var(--shop-accent)}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigationLink[aria-current=page]:after{opacity:.85}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__actions{border-top:1px solid color-mix(in srgb, var(--shop-border) 76%, transparent);grid-area:3/1/auto/-1;justify-self:stretch;gap:8px;width:100%;min-width:0;padding:9px 1px 1px;animation:.24s cubic-bezier(.16,1,.3,1) 40ms both store-header-module__9Snhla__mobileActionsEnter;display:flex}.store-header-module__9Snhla__guestHeader.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__actions,.store-header-module__9Snhla__guestHeader.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__actions{border:0;grid-area:1/2;justify-self:end;gap:0;width:auto;min-width:0;padding:0;animation:none;display:flex}.store-header-module__9Snhla__guestHeader .store-header-module__9Snhla__desktopGuestTheme{display:none}.store-header-module__9Snhla__guestHeader .store-header-module__9Snhla__loginLink,.store-header-module__9Snhla__guestHeader.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__loginLink{flex:none;min-width:0;padding-left:12px;padding-right:12px}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__mobileMenuTheme{border-top:1px solid color-mix(in srgb, var(--shop-border) 76%, transparent);min-height:54px;color:var(--shop-muted);grid-area:3/1/auto/-1;justify-content:space-between;align-items:center;gap:12px;padding:8px 1px 1px 12px;font-size:12px;font-weight:720;animation:.24s cubic-bezier(.16,1,.3,1) 40ms both store-header-module__9Snhla__mobileActionsEnter;display:flex}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__accountAnchor{flex:auto;min-width:0}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__playerButton{width:100%;min-width:0}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__playerName{max-width:min(30vw,130px);display:block}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__accountChevron{margin-left:auto;display:block}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__loginLink{flex:auto;min-width:0}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__balanceCard{top:calc(100% + 10px)}.store-header-module__9Snhla__balance{min-width:44px}.store-header-module__9Snhla__balanceCard{right:-56px}.store-header-module__9Snhla__loginLink{min-height:44px;padding-left:13px;padding-right:13px}}@media (max-width:480px){.store-header-module__9Snhla__header.store-header-module__9Snhla__withNavigation{padding-left:10px}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigationLink{padding-left:10px;padding-right:27px;font-size:12px}}@media (max-width:380px){.store-header-module__9Snhla__header{padding-left:10px;padding-right:10px}.store-header-module__9Snhla__brand{--brand-word-max-width:34vw}.store-header-module__9Snhla__guestHeader .store-header-module__9Snhla__brand{gap:0}.store-header-module__9Snhla__guestHeader .store-header-module__9Snhla__brand .brand-word{display:none}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__actions{gap:5px}.store-header-module__9Snhla__mobileMenuButton{gap:6px;padding-left:10px;padding-right:10px}.store-header-module__9Snhla__mobileMenuLabel{min-width:40px}.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__playerName{max-width:82px}.store-header-module__9Snhla__balance{min-width:43px;padding-left:7px;padding-right:7px}.store-header-module__9Snhla__balanceCard{right:-49px}}@media (prefers-reduced-motion:reduce){.store-header-module__9Snhla__header{transition:none}.store-header-module__9Snhla__balanceCelebrating{animation:none}.store-header-module__9Snhla__balance,.store-header-module__9Snhla__balanceCard,.store-header-module__9Snhla__accountChevron,.store-header-module__9Snhla__mobileMenuButton,.store-header-module__9Snhla__mobileMenuIcon span{transition:none}.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__navigation,.store-header-module__9Snhla__mobileMenuOpen.store-header-module__9Snhla__withNavigation .store-header-module__9Snhla__actions,.store-header-module__9Snhla__mobileMenuOpen .store-header-module__9Snhla__mobileMenuTheme{animation:none}}@keyframes store-header-module__9Snhla__balanceUpdate{0%{transform:scale(.94)}45%{border-color:var(--ui-cyan);box-shadow:0 0 0 6px var(--ui-cyan-soft);transform:scale(1.08)}to{transform:scale(1)}}@keyframes store-header-module__9Snhla__mobileNavigationEnter{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes store-header-module__9Snhla__mobileActionsEnter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.store-shell-module__FxcZ6G__shell{--shop-background:var(--ui-canvas);--shop-surface:var(--ui-surface);--shop-surface-raised:var(--ui-surface-raised);--shop-surface-active:var(--ui-surface-active);--shop-text:var(--ui-text);--shop-muted:var(--ui-text-muted);--shop-border:var(--ui-border);--shop-accent:var(--ui-accent);--shop-accent-soft:var(--ui-accent-soft);--shop-positive:var(--ui-cyan);isolation:isolate;background:radial-gradient(circle at 7% 4%, color-mix(in srgb, var(--ui-accent) 13%, transparent), transparent 26rem), radial-gradient(circle at 94% 10%, color-mix(in srgb, var(--ui-cyan) 7%, transparent), transparent 24rem), var(--ui-canvas);min-height:100svh;color:var(--ui-text);padding-top:90px;position:relative;overflow-x:clip}@media (max-width:700px){.store-shell-module__FxcZ6G__shell{padding-top:80px}}html[data-theme=dark] .store-shell-module__FxcZ6G__shell{background:radial-gradient(circle at 8% 3%, color-mix(in srgb, var(--ui-accent) 20%, transparent), transparent 30rem), radial-gradient(circle at 96% 12%, color-mix(in srgb, var(--ui-cyan) 8%, transparent), transparent 26rem), radial-gradient(circle at 78% 92%, color-mix(in srgb, var(--ui-pink) 8%, transparent), transparent 28rem), var(--ui-canvas)}
.shop-experience-module__BTPhmW__fatalError{background:radial-gradient(circle at 50% 30%, var(--ui-danger-soft), transparent 24rem), var(--ui-canvas);min-height:100svh;color:var(--ui-danger);text-align:center;place-items:center;padding:30px;font-weight:700;display:grid}
.collections-experience-module___EkEfq__shell{min-height:100svh}
.discord-community-section-module__-Blb7a__section{--discord-blue:#5865f2;--discord-nitro-pink:#ff73fa;--section-gap:clamp(96px, 8vw, 132px);z-index:1;width:min(1180px,100% - 40px);min-height:330px;margin:0 auto var(--section-gap);border:1px solid var(--ui-border);background:radial-gradient(circle at 16% 108%, color-mix(in srgb, var(--ui-accent) 18%, transparent), transparent 38%), linear-gradient(118deg, color-mix(in srgb, var(--discord-blue) 13%, var(--ui-surface)), var(--ui-surface) 58%);contain-intrinsic-block-size:auto 420px;content-visibility:auto;border-radius:24px;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);align-items:center;animation:.58s cubic-bezier(.16,1,.3,1) .22s both discord-community-section-module__-Blb7a__discordSectionReveal;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 70px #1420391f,inset 0 1px #ffffff8c}.discord-community-section-module__-Blb7a__section:before,.discord-community-section-module__-Blb7a__section:after{content:"";pointer-events:none;position:absolute}.discord-community-section-module__-Blb7a__section:before{border:1px solid color-mix(in srgb, var(--discord-blue) 20%, transparent);border-radius:90px;width:390px;height:390px;top:-160px;right:-120px;transform:rotate(28deg)}.discord-community-section-module__-Blb7a__section:after{background:linear-gradient(180deg, var(--discord-blue) 0%, color-mix(in srgb, var(--discord-blue) 46%, var(--discord-nitro-pink)) 52%, var(--discord-nitro-pink) 100%);width:6px;height:100%;top:0;right:0}.discord-community-section-module__-Blb7a__mascot{place-items:end center;height:330px;display:grid;position:relative}.discord-community-section-module__-Blb7a__mascotGlow{background:radial-gradient(circle, color-mix(in srgb, var(--discord-blue) 30%, transparent), transparent 67%);filter:blur(8px);border-radius:50%;width:270px;height:270px;position:absolute;bottom:-55px}.discord-community-section-module__-Blb7a__mascot img{z-index:1;object-fit:contain;object-position:center bottom;transform-origin:bottom;filter:drop-shadow(0 18px 18px #050c1d45);padding:18px 10px 0;transform:scale(1.15)}.discord-community-section-module__-Blb7a__content{z-index:2;max-width:650px;padding:46px 68px 46px 36px;position:relative}.discord-community-section-module__-Blb7a__kicker{color:var(--discord-blue);letter-spacing:.075em;text-transform:uppercase;align-items:center;gap:8px;margin:0;font-size:13px;font-weight:830;display:inline-flex}.discord-community-section-module__-Blb7a__kicker svg{width:19px;height:19px}.discord-community-section-module__-Blb7a__content h2{color:var(--ui-text);font-family:var(--font-display);letter-spacing:-.047em;margin:13px 0 0;font-size:clamp(36px,4.3vw,58px);line-height:.98}.discord-community-section-module__-Blb7a__content h2 strong{color:var(--discord-blue);font:inherit}.discord-community-section-module__-Blb7a__description{max-width:590px;color:var(--ui-text-soft);margin:20px 0 0;font-size:16px;font-weight:540;line-height:1.68}.discord-community-section-module__-Blb7a__action{border:1px solid color-mix(in srgb, var(--discord-blue) 72%, white);background:linear-gradient(135deg, color-mix(in srgb, var(--discord-blue) 82%, white), var(--discord-blue));min-width:290px;min-height:52px;box-shadow:0 5px 0 color-mix(in srgb, var(--discord-blue) 68%, #2631a8), 0 17px 36px color-mix(in srgb, var(--discord-blue) 24%, transparent);color:#fff;text-transform:uppercase;border-radius:11px;justify-content:center;align-items:center;gap:10px;margin-top:28px;padding:0 20px;font-size:14px;font-weight:820;text-decoration:none;transition:box-shadow .16s,filter .16s,transform .16s;display:inline-flex}.discord-community-section-module__-Blb7a__action:hover{filter:brightness(1.07);transform:translateY(-2px)}.discord-community-section-module__-Blb7a__action:focus-visible{outline:2px solid var(--discord-blue);outline-offset:4px}.discord-community-section-module__-Blb7a__action svg{flex:none;width:18px;height:18px}.discord-community-section-module__-Blb7a__action svg:last-child{width:16px;height:16px;margin-left:auto}html[data-theme=dark] .discord-community-section-module__-Blb7a__section{background:radial-gradient(circle at 16% 108%, color-mix(in srgb, var(--ui-accent) 14%, transparent), transparent 38%), linear-gradient(118deg, #172343, #111c30 58%);border-color:#2b3e5c;box-shadow:0 30px 76px #01050d57,inset 0 1px #ffffff0a}html[data-seasonal-theme=halloween] .discord-community-section-module__-Blb7a__section{--discord-blue:var(--ui-accent);--discord-nitro-pink:var(--ui-pink);border-color:color-mix(in srgb, var(--ui-accent) 24%, var(--ui-border));background:radial-gradient(circle at 16% 108%, color-mix(in srgb, var(--ui-accent) 22%, transparent), transparent 40%), radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--ui-pink) 17%, transparent), transparent 38%), linear-gradient(118deg, #1d1125, #160d1d 58%);box-shadow:0 30px 76px #03010775,0 0 36px #ff6f1412,inset 0 1px #ffbe5e0f}html[data-seasonal-theme=christmas] .discord-community-section-module__-Blb7a__section{--discord-blue:var(--ui-accent);--discord-nitro-pink:var(--ui-gold);border-color:color-mix(in srgb, var(--ui-gold) 20%, var(--ui-border));background:radial-gradient(circle at 16% 108%, #198c5f33, transparent 40%), radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--ui-accent) 17%, transparent), transparent 38%), linear-gradient(118deg, #0d282b, #09191f 58%);box-shadow:0 30px 76px #0005077a,0 0 36px #ffd3660d,inset 0 1px #ffe49712}html[data-seasonal-theme=valentine] .discord-community-section-module__-Blb7a__section{--discord-blue:var(--ui-accent);--discord-nitro-pink:var(--ui-pink);border-color:color-mix(in srgb, var(--ui-accent) 28%, var(--ui-border));background:radial-gradient(circle at 16% 108%, color-mix(in srgb, var(--ui-accent) 23%, transparent), transparent 40%), radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--ui-pink) 18%, transparent), transparent 38%), linear-gradient(118deg, #2a1022, #180b15 58%);box-shadow:0 30px 76px #0c000880,0 0 36px #f43f7014,inset 0 1px #ffb4ca12}html[data-seasonal-theme=easter] .discord-community-section-module__-Blb7a__section{--discord-blue:var(--ui-accent);--discord-nitro-pink:var(--ui-pink);border-color:color-mix(in srgb, var(--ui-accent) 28%, var(--ui-border));background:radial-gradient(circle at 16% 108%, color-mix(in srgb, var(--ui-accent) 23%, transparent), transparent 40%), radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--ui-pink) 18%, transparent), transparent 38%), linear-gradient(118deg, #193626, #0c1b14 58%);box-shadow:0 30px 76px #020c0880,0 0 36px #a5d96b14,inset 0 1px #e1f6d012}html[data-seasonal-theme=easter] .discord-community-section-module__-Blb7a__action{color:var(--ui-on-accent)}@media (max-width:820px){.discord-community-section-module__-Blb7a__section{grid-template-columns:240px minmax(0,1fr)}.discord-community-section-module__-Blb7a__mascot img{padding-top:28px}.discord-community-section-module__-Blb7a__content{padding-left:16px;padding-right:40px}}@media (max-width:680px){.discord-community-section-module__-Blb7a__section{--section-gap:82px;grid-template-columns:1fr;width:calc(100% - 30px)}.discord-community-section-module__-Blb7a__mascot{order:2;height:235px}.discord-community-section-module__-Blb7a__mascot img{padding:8px 18px 0}.discord-community-section-module__-Blb7a__content{order:1;padding:38px 24px 12px}.discord-community-section-module__-Blb7a__content h2{font-size:clamp(34px,11vw,48px)}.discord-community-section-module__-Blb7a__description{font-size:15px}.discord-community-section-module__-Blb7a__action{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){.discord-community-section-module__-Blb7a__section,.discord-community-section-module__-Blb7a__mascot img{opacity:1;animation:none;translate:none}.discord-community-section-module__-Blb7a__action{transition:none}}@keyframes discord-community-section-module__-Blb7a__discordSectionReveal{0%{opacity:0;translate:0 30px}to{opacity:1;translate:none}}
.hero-server-button-module__EuPuVq__wrapper{margin-top:36px;animation:.72s cubic-bezier(.16,1,.3,1) .31s both hero-server-button-module__EuPuVq__heroServerButtonReveal;display:inline-flex;position:relative}.hero-server-button-module__EuPuVq__button{border:1px solid color-mix(in srgb, var(--ui-accent-hover) 75%, white);background:linear-gradient(180deg, color-mix(in srgb, var(--ui-accent) 92%, white) 0%, var(--ui-accent) 100%);min-width:min(380px,100vw - 40px);min-height:64px;box-shadow:0 5px 0 color-mix(in srgb, var(--ui-accent) 72%, #5d3d00), 0 18px 38px color-mix(in srgb, var(--ui-accent) 28%, transparent);color:var(--ui-on-accent);cursor:pointer;font:inherit;border-radius:9px;justify-content:center;align-items:center;padding:0 42px;transition:filter .16s,box-shadow .16s,transform .16s;display:inline-flex;position:relative}.hero-server-button-module__EuPuVq__button:hover{filter:brightness(1.06);box-shadow:0 7px 0 color-mix(in srgb, var(--ui-accent) 72%, #5d3d00), 0 22px 44px color-mix(in srgb, var(--ui-accent) 34%, transparent);transform:translateY(-2px)}.hero-server-button-module__EuPuVq__button:active{box-shadow:0 2px 0 color-mix(in srgb, var(--ui-accent) 72%, #5d3d00), 0 10px 24px color-mix(in srgb, var(--ui-accent) 24%, transparent);transform:translateY(2px)}.hero-server-button-module__EuPuVq__button:focus-visible{outline:3px solid color-mix(in srgb, var(--ui-accent) 55%, white);outline-offset:5px}.hero-server-button-module__EuPuVq__label{max-width:100%;font-family:var(--font-display);letter-spacing:-.02em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:clamp(18px,2vw,24px);font-weight:900;overflow:hidden}.hero-server-button-module__EuPuVq__statusBadge{color:#fff;letter-spacing:.02em;text-transform:uppercase;transform-origin:50%;background:#f04452;border:2px solid #fff;border-radius:9px;align-items:center;gap:6px;min-height:35px;padding:0 11px;font-size:14px;font-weight:850;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex;position:absolute;top:-16px;right:-12px;transform:rotate(2deg);box-shadow:0 7px 18px #f0445252}.hero-server-button-module__EuPuVq__statusBadge svg{flex:none;width:16px;height:16px}.hero-server-button-module__EuPuVq__statusBadgeCopied{background:#21bd68;transform:rotate(2deg)scale(1.04);box-shadow:0 8px 22px #21bd6861}.hero-server-button-module__EuPuVq__statusBadgeOnline{background:#21bd68;box-shadow:0 8px 22px #21bd6861}.hero-server-button-module__EuPuVq__statusBadgeFailed{background:#f04452;box-shadow:0 7px 18px #f0445252}.hero-server-button-module__EuPuVq__statusBadgeOffline{background:color-mix(in srgb, var(--ui-text-muted) 82%, #343b4b);box-shadow:0 7px 18px color-mix(in srgb, var(--ui-text-muted) 24%, transparent)}.hero-server-button-module__EuPuVq__statusBadgeLoading{background:color-mix(in srgb, var(--ui-cyan) 74%, #303747);box-shadow:0 7px 18px color-mix(in srgb, var(--ui-cyan) 25%, transparent)}.hero-server-button-module__EuPuVq__statusSpinner{border:2px solid #ffffff6b;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite hero-server-button-module__EuPuVq__serverStatusSpin}.hero-server-button-module__EuPuVq__copyStatus{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:680px){.hero-server-button-module__EuPuVq__wrapper,.hero-server-button-module__EuPuVq__button{width:100%}.hero-server-button-module__EuPuVq__button{min-width:0;min-height:60px;padding:0 28px}.hero-server-button-module__EuPuVq__statusBadge{right:8px}}@media (prefers-reduced-motion:reduce){.hero-server-button-module__EuPuVq__wrapper{opacity:1;animation:none;translate:none}.hero-server-button-module__EuPuVq__button,.hero-server-button-module__EuPuVq__statusBadge,.hero-server-button-module__EuPuVq__statusSpinner{transition:none;animation:none}}@keyframes hero-server-button-module__EuPuVq__heroServerButtonReveal{0%{opacity:0;translate:0 22px}to{opacity:1;translate:none}}@keyframes hero-server-button-module__EuPuVq__serverStatusSpin{to{transform:rotate(1turn)}}
.litebans-shell-module__JQcFXa__page{--shop-background:var(--ui-canvas);--shop-surface:var(--ui-surface);--shop-surface-raised:var(--ui-surface-raised);--shop-surface-active:var(--ui-surface-active);--shop-text:var(--ui-text);--shop-muted:var(--ui-text-muted);--shop-border:var(--ui-border);--shop-accent:var(--ui-accent);background:radial-gradient(circle at 9% 3%, color-mix(in srgb, var(--ui-accent) 12%, transparent), transparent 31rem), radial-gradient(circle at 96% 30%, color-mix(in srgb, var(--ui-cyan) 7%, transparent), transparent 27rem), var(--ui-canvas);min-width:320px;min-height:100svh;color:var(--ui-text);padding-top:116px;position:relative;overflow-x:clip}.litebans-shell-module__JQcFXa__atmosphere{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.litebans-shell-module__JQcFXa__atmosphere span{border:1px solid color-mix(in srgb, var(--ui-accent) 12%, transparent);border-radius:32px;position:absolute;transform:rotate(28deg)}.litebans-shell-module__JQcFXa__atmosphere span:first-child{width:430px;height:430px;top:260px;left:-210px}.litebans-shell-module__JQcFXa__atmosphere span:nth-child(2){width:500px;height:500px;top:830px;right:-240px}.litebans-shell-module__JQcFXa__atmosphere span:nth-child(3){border-color:color-mix(in srgb, var(--ui-cyan) 10%, transparent);width:280px;height:280px;top:1450px;left:31%;transform:rotate(58deg)}.litebans-shell-module__JQcFXa__main{z-index:1;width:min(1180px,100% - 40px);margin-inline:auto;padding:54px 0 84px;position:relative}html[data-theme=dark] .litebans-shell-module__JQcFXa__page{background:radial-gradient(circle at 9% 3%, color-mix(in srgb, var(--ui-accent) 9%, transparent), transparent 31rem), radial-gradient(circle at 96% 30%, color-mix(in srgb, var(--ui-cyan) 5%, transparent), transparent 27rem), var(--ui-canvas)}@media (max-width:1000px){.litebans-shell-module__JQcFXa__page{padding-top:156px}}@media (max-width:680px){.litebans-shell-module__JQcFXa__page{padding-top:150px}.litebans-shell-module__JQcFXa__main{width:calc(100% - 30px);padding-top:36px;padding-bottom:62px}}
.home-showcase-section-module__hEi2la__section{--section-gap:clamp(78px, 6.5vw, 106px);z-index:1;width:min(1180px,100% - 40px);min-height:370px;margin:0 auto var(--section-gap);border:1px solid var(--ui-border);background:linear-gradient(122deg, color-mix(in srgb, var(--ui-accent) 10%, var(--ui-surface)), var(--ui-surface) 58%);contain-intrinsic-block-size:auto 460px;content-visibility:auto;border-radius:24px;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:center;animation:.58s cubic-bezier(.16,1,.3,1) .18s both home-showcase-section-module__hEi2la__showcaseReveal;display:grid;position:relative;overflow:visible;box-shadow:0 28px 72px #1420391f,inset 0 1px #ffffff8a}.home-showcase-section-module__hEi2la__rotationProgress{z-index:5;background:color-mix(in srgb, var(--ui-border-control) 36%, transparent);pointer-events:none;border-radius:0 0 24px 24px;height:4px;position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.home-showcase-section-module__hEi2la__rotationProgress:after{background:linear-gradient(90deg, var(--ui-accent), var(--ui-cyan));box-shadow:0 0 15px color-mix(in srgb, var(--ui-cyan) 48%, transparent);content:"";transform-origin:0;animation:home-showcase-section-module__hEi2la__showcaseRotationProgress var(--showcase-rotation-delay) linear forwards;position:absolute;inset:0;transform:scaleX(0)}.home-showcase-section-module__hEi2la__section:after{background:radial-gradient(circle at 50% calc(100% - 3px), var(--ui-cyan) 0 3px, transparent 3.5px), linear-gradient(180deg, color-mix(in srgb, var(--ui-cyan) 8%, transparent), color-mix(in srgb, var(--ui-cyan) 55%, transparent) 62%, transparent) center / 1px 100% no-repeat;content:"";opacity:.56;transform-origin:top;pointer-events:none;width:7px;height:54px;animation:3.8s ease-in-out -1.2s infinite alternate home-showcase-section-module__hEi2la__showcaseTrailPulse;position:absolute;bottom:-75px;left:50%;transform:translate(-50%)}.home-showcase-section-module__hEi2la__content{z-index:2;padding:56px 28px 56px 52px;position:relative}.home-showcase-section-module__hEi2la__contentSlides{display:grid}.home-showcase-section-module__hEi2la__slideContent{visibility:hidden;opacity:0;pointer-events:none;grid-area:1/1}.home-showcase-section-module__hEi2la__activeSlideContent{visibility:visible;pointer-events:auto;animation:.42s cubic-bezier(.16,1,.3,1) both home-showcase-section-module__hEi2la__showcaseContentReveal}.home-showcase-section-module__hEi2la__kicker{color:var(--ui-accent-hover);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:13px;font-weight:830}.home-showcase-section-module__hEi2la__content h2{max-width:470px;color:var(--ui-text);font-family:var(--font-display);letter-spacing:-.047em;text-wrap:balance;margin:13px 0 0;font-size:clamp(38px,4.4vw,60px);line-height:.98}.home-showcase-section-module__hEi2la__description{max-width:470px;color:var(--ui-text-soft);margin:22px 0 0;font-size:16px;font-weight:550;line-height:1.68}.home-showcase-section-module__hEi2la__markers{align-items:center;gap:8px;margin-top:28px;display:flex}.home-showcase-section-module__hEi2la__markers button{background:var(--ui-border-control);cursor:pointer;border:0;border-radius:50%;width:9px;height:9px;padding:0;transition:width .22s,background .22s,box-shadow .22s,transform .22s;display:block}.home-showcase-section-module__hEi2la__markers button:hover{background:color-mix(in srgb, var(--ui-accent) 52%, var(--ui-border-control));transform:scale(1.14)}.home-showcase-section-module__hEi2la__markers button:focus-visible{outline:2px solid var(--ui-accent);outline-offset:3px}.home-showcase-section-module__hEi2la__markers .home-showcase-section-module__hEi2la__activeMarker{background:var(--ui-accent);width:28px;box-shadow:0 0 18px color-mix(in srgb, var(--ui-accent) 44%, transparent);border-radius:999px}.home-showcase-section-module__hEi2la__imageFrame{z-index:3;border:1px solid color-mix(in srgb, var(--ui-accent) 25%, var(--ui-border));background:var(--ui-canvas-soft);border-radius:19px;justify-self:end;width:calc(100% + 32px);min-height:330px;position:relative;overflow:hidden;transform:translate(26px)rotate(-1.25deg);box-shadow:0 26px 56px #050d1b40,inset 0 1px #ffffff42}.home-showcase-section-module__hEi2la__imageSlide{z-index:0;background-image:linear-gradient(180deg, transparent 55%, #040a153d), var(--showcase-image);opacity:0;pointer-events:none;background-position:50%;background-size:cover;transition:opacity .7s,transform 6s;position:absolute;inset:0;transform:scale(1.025)}.home-showcase-section-module__hEi2la__activeImageSlide{z-index:1;opacity:1;transform:scale(1)}.home-showcase-section-module__hEi2la__imageFrame:after{z-index:3;border-radius:inherit;content:"";pointer-events:none;border:1px solid #ffffff29;position:absolute;inset:0}.home-showcase-section-module__hEi2la__imageFrame:before{z-index:2;content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:22%;animation:7.5s ease-in-out 1.6s infinite home-showcase-section-module__hEi2la__showcaseLightSweep;position:absolute;top:-30%;bottom:-30%;left:0;transform:translate(-220%)rotate(10deg)}.home-showcase-section-module__hEi2la__imageBadge{z-index:4;color:#fff;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08101fa8;border:1px solid #ffffff36;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;animation:.36s cubic-bezier(.16,1,.3,1) both home-showcase-section-module__hEi2la__showcaseContentReveal;position:absolute;top:18px;right:18px}html[data-theme=dark] .home-showcase-section-module__hEi2la__section{background:linear-gradient(122deg,#172238,#111c30 58%);border-color:#2b3e5c;box-shadow:0 30px 78px #01050d57,inset 0 1px #ffffff0a}html[data-seasonal-theme=halloween] .home-showcase-section-module__hEi2la__section{border-color:color-mix(in srgb, var(--ui-accent) 24%, var(--ui-border));background:radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--ui-pink) 16%, transparent), transparent 36%), linear-gradient(122deg, color-mix(in srgb, var(--ui-accent) 13%, #1a1021), #1a1021 58%);box-shadow:0 30px 78px #03010775,0 0 36px #ff6f1412,inset 0 1px #ffbe5e0f}html[data-seasonal-theme=christmas] .home-showcase-section-module__hEi2la__section{border-color:color-mix(in srgb, var(--ui-gold) 20%, var(--ui-border));background:radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--ui-accent) 17%, transparent), transparent 36%), linear-gradient(122deg, #0c2c2c, #09191f 58%);box-shadow:0 30px 78px #0005077a,0 0 36px #6fd9ff0d,inset 0 1px #ffe49712}html[data-seasonal-theme=valentine] .home-showcase-section-module__hEi2la__section{border-color:color-mix(in srgb, var(--ui-accent) 27%, var(--ui-border));background:radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--ui-pink) 18%, transparent), transparent 36%), linear-gradient(122deg, color-mix(in srgb, var(--ui-accent) 13%, #21101d), #180b15 58%);box-shadow:0 30px 78px #0c000880,0 0 36px #f43f7014,inset 0 1px #ffb4ca12}html[data-seasonal-theme=easter] .home-showcase-section-module__hEi2la__section{border-color:color-mix(in srgb, var(--ui-accent) 27%, var(--ui-border));background:radial-gradient(circle at 92% 14%, color-mix(in srgb, var(--ui-pink) 18%, transparent), transparent 36%), linear-gradient(122deg, color-mix(in srgb, var(--ui-accent) 13%, var(--ui-surface)), #0c1b14 58%);box-shadow:0 30px 78px #020c0880,0 0 36px #a5d96b14,inset 0 1px #e1f6d012}@media (max-width:1100px){.home-showcase-section-module__hEi2la__section{grid-template-columns:minmax(0,.8fr) minmax(430px,1.2fr);width:min(940px,100% - 40px)}.home-showcase-section-module__hEi2la__content{padding-left:40px}.home-showcase-section-module__hEi2la__imageFrame{width:calc(100% + 10px);transform:translate(10px)rotate(-1deg)}}@media (max-width:820px){.home-showcase-section-module__hEi2la__section{grid-template-columns:1fr;padding-top:0}.home-showcase-section-module__hEi2la__content{padding:44px 38px 28px}.home-showcase-section-module__hEi2la__imageFrame{justify-self:center;width:calc(100% - 38px);min-height:330px;margin:0 auto 30px;transform:rotate(-.7deg)}}@media (max-width:680px){.home-showcase-section-module__hEi2la__section{--section-gap:72px;width:calc(100% - 30px)}.home-showcase-section-module__hEi2la__content{padding:36px 22px 25px}.home-showcase-section-module__hEi2la__content h2{font-size:clamp(36px,12vw,50px)}.home-showcase-section-module__hEi2la__description{font-size:15px}.home-showcase-section-module__hEi2la__imageFrame{border-radius:15px;width:calc(100% - 28px);min-height:235px;margin-bottom:22px}}@media (prefers-reduced-motion:reduce){.home-showcase-section-module__hEi2la__section,.home-showcase-section-module__hEi2la__section:after,.home-showcase-section-module__hEi2la__imageFrame:before,.home-showcase-section-module__hEi2la__rotationProgress:after,.home-showcase-section-module__hEi2la__activeSlideContent,.home-showcase-section-module__hEi2la__imageBadge{opacity:1;animation:none;translate:none}.home-showcase-section-module__hEi2la__rotationProgress:after{transform:scaleX(1)}.home-showcase-section-module__hEi2la__imageSlide{transition:none}}@keyframes home-showcase-section-module__hEi2la__showcaseRotationProgress{to{transform:scaleX(1)}}@keyframes home-showcase-section-module__hEi2la__showcaseContentReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes home-showcase-section-module__hEi2la__showcaseTrailPulse{0%{opacity:.3;transform:translate(-50%)scaleY(.82)}to{opacity:.7;transform:translate(-50%)scaleY(1)}}@keyframes home-showcase-section-module__hEi2la__showcaseLightSweep{0%,62%{opacity:0;transform:translate(-220%)rotate(10deg)}70%{opacity:.5}84%,to{opacity:0;transform:translate(560%)rotate(10deg)}}@keyframes home-showcase-section-module__hEi2la__showcaseReveal{0%{opacity:0;translate:0 30px}to{opacity:1;translate:none}}
.catalog-module__oV9yPq__tabs{border:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-surface) 94%, transparent);border-radius:19px;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;padding:9px;display:grid;box-shadow:0 15px 38px #14203912}.catalog-module__oV9yPq__tab{min-width:0;min-height:76px;color:var(--ui-text-soft);border:1px solid #0000;border-radius:13px;align-items:center;gap:12px;padding:12px;text-decoration:none;transition:border-color .16s,background .16s,transform .16s;display:flex}.catalog-module__oV9yPq__tab:hover{background:var(--ui-surface-active);color:var(--ui-text);transform:translateY(-1px)}.catalog-module__oV9yPq__tab:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.catalog-module__oV9yPq__tab[aria-current=page]{border-color:color-mix(in srgb, var(--ui-accent) 42%, var(--ui-border));background:linear-gradient(145deg, color-mix(in srgb, var(--ui-accent) 13%, transparent), transparent), var(--ui-surface-raised);color:var(--ui-text)}.catalog-module__oV9yPq__tabIcon,.catalog-module__oV9yPq__typeMark{background:var(--ui-accent-soft);color:var(--ui-accent-hover);border-radius:11px;flex:none;place-items:center;display:grid}.catalog-module__oV9yPq__tabIcon{width:42px;height:42px}.catalog-module__oV9yPq__tabIcon svg{width:21px;height:21px}.catalog-module__oV9yPq__tab>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.catalog-module__oV9yPq__tab strong{text-overflow:ellipsis;font-size:12px;overflow:hidden}.catalog-module__oV9yPq__tab small{color:var(--ui-text-muted);font-size:9px;font-weight:620}.catalog-module__oV9yPq__punishmentList{gap:9px;margin:0;padding:0;list-style:none;display:grid}.catalog-module__oV9yPq__punishmentList>li{min-width:0}.catalog-module__oV9yPq__punishmentLink{border:1px solid var(--ui-border);background:var(--ui-surface-raised);min-width:0;min-height:88px;color:inherit;border-radius:16px;grid-template-columns:minmax(180px,.48fr) minmax(280px,1fr) auto;align-items:center;gap:18px;padding:14px 16px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;box-shadow:0 10px 26px #1420390b}.catalog-module__oV9yPq__punishmentLink:hover{border-color:color-mix(in srgb, var(--ui-accent) 30%, var(--ui-border));box-shadow:0 14px 30px color-mix(in srgb, var(--ui-accent) 7%, transparent);transform:translateY(-1px)}.catalog-module__oV9yPq__punishmentLink:focus-visible{border-color:var(--ui-accent);outline:2px solid var(--ui-accent);outline-offset:3px}.catalog-module__oV9yPq__punishmentIdentity,.catalog-module__oV9yPq__punishmentReason{align-items:center;gap:12px;min-width:0;display:flex}.catalog-module__oV9yPq__punishmentIdentity>span:last-child,.catalog-module__oV9yPq__punishmentReason>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.catalog-module__oV9yPq__punishmentIdentity small,.catalog-module__oV9yPq__punishmentReason small{color:var(--ui-text-muted);font-size:9px;line-height:1.45}.catalog-module__oV9yPq__punishmentPlayerName{color:var(--ui-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.catalog-module__oV9yPq__punishmentLink:hover .catalog-module__oV9yPq__punishmentPlayerName{color:var(--ui-accent-hover)}.catalog-module__oV9yPq__typeMark{width:36px;height:36px}.catalog-module__oV9yPq__typeMark svg{width:18px;height:18px}.catalog-module__oV9yPq__punishmentReason strong{color:var(--ui-text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.45;overflow:hidden}.catalog-module__oV9yPq__status{border:1px solid var(--ui-border);background:var(--ui-canvas-soft);text-align:right;border-radius:11px;flex-direction:column;justify-content:center;align-items:flex-end;gap:3px;min-width:112px;min-height:48px;padding:8px 11px;display:flex}.catalog-module__oV9yPq__status strong{font-size:10px}.catalog-module__oV9yPq__status small{color:var(--ui-text-muted);white-space:nowrap;font-size:8px}.catalog-module__oV9yPq__status_active{border-color:color-mix(in srgb, var(--ui-cyan) 35%, var(--ui-border));background:var(--ui-cyan-soft);color:var(--ui-cyan)}.catalog-module__oV9yPq__status_permanent{border-color:color-mix(in srgb, var(--ui-danger) 35%, var(--ui-border));background:var(--ui-danger-soft);color:var(--ui-danger)}.catalog-module__oV9yPq__status_event{border-color:color-mix(in srgb, var(--ui-accent) 35%, var(--ui-border));background:var(--ui-accent-soft);color:var(--ui-accent-hover)}.catalog-module__oV9yPq__status_expired,.catalog-module__oV9yPq__status_removed{color:var(--ui-text-muted)}.catalog-module__oV9yPq__emptyState{border:1px dashed var(--ui-border);background:color-mix(in srgb, var(--ui-canvas-soft) 66%, transparent);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:38px;display:flex}.catalog-module__oV9yPq__emptyState>span{background:var(--ui-accent-soft);width:54px;height:54px;color:var(--ui-accent-hover);border-radius:15px;place-items:center;margin-bottom:16px;display:grid}.catalog-module__oV9yPq__emptyState svg{width:26px;height:26px}.catalog-module__oV9yPq__emptyState strong{color:var(--ui-text-soft);font-size:13px}.catalog-module__oV9yPq__emptyState p{max-width:430px;color:var(--ui-text-muted);margin:8px 0 0;font-size:10px;line-height:1.55}.catalog-module__oV9yPq__pagination{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:20px;display:grid}.catalog-module__oV9yPq__pageButton{border:1px solid var(--ui-border);background:var(--ui-surface-raised);width:fit-content;min-height:43px;color:var(--ui-text-soft);border-radius:11px;align-items:center;gap:7px;padding:0 14px;font-size:10px;font-weight:760;text-decoration:none;display:inline-flex}.catalog-module__oV9yPq__pageButton:hover{border-color:color-mix(in srgb, var(--ui-accent) 42%, var(--ui-border));color:var(--ui-accent-hover)}.catalog-module__oV9yPq__pageButton:focus-visible{outline:2px solid var(--ui-accent);outline-offset:3px}.catalog-module__oV9yPq__pageButton svg{width:16px;height:16px;transform:rotate(180deg)}.catalog-module__oV9yPq__pageButtonNext{justify-self:end}.catalog-module__oV9yPq__pageButtonNext svg{transform:none}.catalog-module__oV9yPq__pageButtonDisabled{opacity:.42}.catalog-module__oV9yPq__pagePosition{flex-direction:column;align-items:center;gap:3px;display:flex}.catalog-module__oV9yPq__pagePosition small{color:var(--ui-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:740}.catalog-module__oV9yPq__pagePosition strong{color:var(--ui-text-soft);font-variant-numeric:tabular-nums;font-size:11px}@media (max-width:900px){.catalog-module__oV9yPq__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-module__oV9yPq__punishmentLink{grid-template-columns:minmax(160px,.58fr) minmax(240px,1fr)}.catalog-module__oV9yPq__status{text-align:left;flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;min-height:38px}}@media (max-width:620px){.catalog-module__oV9yPq__tabs{grid-template-columns:1fr}.catalog-module__oV9yPq__tab{min-height:66px}.catalog-module__oV9yPq__punishmentLink{grid-template-columns:1fr;gap:13px;padding:14px}.catalog-module__oV9yPq__punishmentReason,.catalog-module__oV9yPq__status{grid-column:auto}.catalog-module__oV9yPq__punishmentReason{border-top:1px solid var(--ui-border);padding-top:12px}.catalog-module__oV9yPq__punishmentReason strong{white-space:normal}.catalog-module__oV9yPq__pagination{gap:8px}.catalog-module__oV9yPq__pageButton{padding:0 10px;font-size:0}.catalog-module__oV9yPq__pageButton svg{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){.catalog-module__oV9yPq__tab,.catalog-module__oV9yPq__punishmentLink{transition:none}}
.slime-api-shell-module__aJ_v-q__page{--shop-background:var(--ui-canvas);--shop-surface:var(--ui-surface);--shop-surface-raised:var(--ui-surface-raised);--shop-surface-active:var(--ui-surface-active);--shop-text:var(--ui-text);--shop-muted:var(--ui-text-muted);--shop-border:var(--ui-border);--shop-accent:var(--ui-accent);background:radial-gradient(circle at 7% 2%, color-mix(in srgb, var(--ui-accent) 12%, transparent), transparent 31rem), radial-gradient(circle at 96% 31%, color-mix(in srgb, var(--ui-cyan) 6%, transparent), transparent 28rem), var(--ui-canvas);min-width:320px;min-height:100svh;color:var(--ui-text);padding-top:116px;position:relative;overflow-x:clip}.slime-api-shell-module__aJ_v-q__atmosphere{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.slime-api-shell-module__aJ_v-q__atmosphere span{border:1px solid color-mix(in srgb, var(--ui-accent) 11%, transparent);border-radius:34px;animation:15s ease-in-out infinite alternate slime-api-shell-module__aJ_v-q__atmosphereDrift;position:absolute;transform:rotate(27deg)}.slime-api-shell-module__aJ_v-q__atmosphere span:first-child{width:430px;height:430px;top:280px;left:-220px}.slime-api-shell-module__aJ_v-q__atmosphere span:nth-child(2){width:520px;height:520px;animation-duration:19s;animation-delay:-6s;top:820px;right:-250px}.slime-api-shell-module__aJ_v-q__atmosphere span:nth-child(3){border-color:color-mix(in srgb, var(--ui-cyan) 9%, transparent);width:270px;height:270px;animation-duration:17s;animation-delay:-10s;top:1450px;left:39%;transform:rotate(58deg)}.slime-api-shell-module__aJ_v-q__performancePage .slime-api-shell-module__aJ_v-q__atmosphere{display:none}.slime-api-shell-module__aJ_v-q__performancePage .slime-api-shell-module__aJ_v-q__content>*{animation:none}.slime-api-shell-module__aJ_v-q__main{z-index:1;width:min(1180px,100% - 40px);margin-inline:auto;padding:34px 0 84px;position:relative}.slime-api-shell-module__aJ_v-q__content{gap:14px;display:grid}.slime-api-shell-module__aJ_v-q__content>*{animation:.52s cubic-bezier(.16,1,.3,1) both slime-api-shell-module__aJ_v-q__contentReveal}html[data-theme=dark] .slime-api-shell-module__aJ_v-q__page{background:radial-gradient(circle at 7% 2%, color-mix(in srgb, var(--ui-accent) 9%, transparent), transparent 31rem), radial-gradient(circle at 96% 31%, color-mix(in srgb, var(--ui-cyan) 4%, transparent), transparent 28rem), var(--ui-canvas)}@media (max-width:1000px){.slime-api-shell-module__aJ_v-q__page{padding-top:156px}}@media (max-width:680px){.slime-api-shell-module__aJ_v-q__page{padding-top:148px}.slime-api-shell-module__aJ_v-q__main{width:calc(100% - 30px);padding-top:27px;padding-bottom:64px}}@media (prefers-reduced-motion:reduce){.slime-api-shell-module__aJ_v-q__atmosphere span,.slime-api-shell-module__aJ_v-q__content>*{animation:none}}@keyframes slime-api-shell-module__aJ_v-q__atmosphereDrift{0%{translate:-8px 7px}to{translate:15px -13px}}@keyframes slime-api-shell-module__aJ_v-q__contentReveal{0%{opacity:0;translate:0 18px}to{opacity:1;translate:none}}
.minecraft-head-module__4c2lVq__head{border:1px solid color-mix(in srgb, var(--ui-accent) 34%, var(--ui-border));background:linear-gradient(145deg, color-mix(in srgb, var(--ui-accent) 15%, var(--ui-surface-raised)), var(--ui-canvas-soft));color:var(--ui-accent-hover);image-rendering:pixelated;flex:none;place-items:center;display:inline-grid;position:relative;overflow:hidden}.minecraft-head-module__4c2lVq__small{border-radius:11px;width:42px;height:42px}.minecraft-head-module__4c2lVq__large{width:88px;height:88px;box-shadow:0 16px 32px color-mix(in srgb, var(--ui-accent) 13%, transparent);border-radius:20px}.minecraft-head-module__4c2lVq__fallback{font-family:var(--font-display);font-size:18px}.minecraft-head-module__4c2lVq__large .minecraft-head-module__4c2lVq__fallback{font-size:34px}.minecraft-head-module__4c2lVq__image{object-fit:cover;width:100%;height:100%;image-rendering:pixelated;position:absolute;inset:0}
