.max-login{background:var(--color-surface-muted);min-height:100dvh;color:var(--color-text);padding:var(--space-md) var(--space-lg) var(--space-lg);flex-direction:column;display:flex}.max-login__header{padding-top:var(--space-sm);align-items:center;display:flex}.max-login__back{background:var(--color-surface);width:48px;height:48px;box-shadow:var(--shadow-soft);cursor:pointer;transition:transform var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo);border:none;border-radius:50%;font-size:1.2rem;line-height:1}.max-login__back:hover{box-shadow:var(--shadow-soft-hover);transform:translateY(-1px)}.max-login__back:active{transform:scale(.94)}.max-login__back:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.max-login__body{justify-content:center;align-items:center;gap:var(--space-md);text-align:center;padding:var(--space-lg) var(--space-sm) 0;flex-direction:column;flex:1;display:flex}.max-login__title{margin:0;font-size:clamp(1.4rem,5.5vw,1.8rem);font-weight:800}.max-login__hint{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:0;line-height:1.5;display:flex}.max-login__hint--small{font-size:.85rem}.max-login__brand-mark{color:var(--color-text);align-items:center;gap:6px;font-style:italic;font-weight:800;display:inline-flex}.max-login__brand-mark:before{content:"";background:conic-gradient(from 200deg,#6a5cf5,#3aa0ff,#7a4dff,#6a5cf5);border-radius:50%;width:16px;height:16px}.max-login__form{align-items:center;gap:var(--space-md);flex-direction:column;width:100%;display:flex}.max-login__code-boxes{gap:var(--space-sm);justify-content:center;display:flex}.max-login__code-box{border-radius:var(--radius-sm);background:var(--color-surface);width:42px;height:58px;box-shadow:var(--shadow-soft);text-align:center;color:var(--color-text);transition:box-shadow var(--duration-fast) var(--ease-out-expo), transform var(--duration-fast) var(--ease-out-expo);border:none;font-size:1.4rem;font-weight:700}.max-login__code-box:focus-visible{box-shadow:0 0 0 3px #f5325b40, var(--shadow-soft);outline:none;transform:translateY(-1px)}.max-login__code-box:disabled{opacity:.6}.max-login__retry{color:var(--color-brand);cursor:pointer;font-weight:700;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.max-login__error{color:var(--color-brand);margin:0;font-size:.85rem;font-weight:600}.error-sheet__layer{z-index:1;background:#00000052;align-items:end;display:flex;position:absolute;inset:0}.error-sheet__sheet{width:100%;padding:2.5rem 2rem max(2rem, env(safe-area-inset-bottom));text-align:center;background:#fff;border-radius:1.75rem 1.75rem 0 0;flex-direction:column;align-items:center;gap:1.125rem;display:flex}.error-sheet__illustration{object-fit:contain;width:min(20.7rem,88%);height:auto;max-height:17rem;display:block}.error-sheet__copy{gap:1rem;width:100%;display:grid}.error-sheet__copy h2,.error-sheet__copy p{margin:0}.error-sheet__copy h2{color:#333;font:700 1.125rem/1.2 Inter,Arial,sans-serif}.error-sheet__copy p{color:#7a7a7a;font:500 1rem/1.1 Inter,Arial,sans-serif}.error-sheet__sheet .btn-pill{margin:0}.flashcall-login{box-sizing:border-box;width:100%;height:100%;min-height:100dvh;max-height:100dvh;padding:max(.5rem, env(safe-area-inset-top,0px)) max(1rem, env(safe-area-inset-right,0px)) max(1rem, env(safe-area-inset-bottom,0px)) max(1rem, env(safe-area-inset-left,0px));color:#404040;background:#f7f7f7;flex-direction:column;display:flex;position:relative;overflow:hidden}.flashcall-login__header{flex:none;align-items:center;min-height:2.5rem;display:flex}.flashcall-login__back{color:#404040;cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font:400 1.25rem/1 Inter,Arial,sans-serif;display:inline-flex}.flashcall-login__back:hover{transform:translateY(-.0625rem)}.flashcall-login__back:focus-visible,.flashcall-login .btn-pill:focus-visible,.flashcall-login__retry:focus-visible{outline-offset:.1875rem;outline:.125rem solid #404040}.flashcall-login__phone-input:focus,.flashcall-login__phone-input:focus-visible{outline:none}.flashcall-login__body{text-align:center;flex-direction:column;flex:auto;align-items:center;width:100%;max-width:19.4375rem;min-height:0;margin:0 auto;padding-top:clamp(1.5rem,6vh,2.5rem);display:flex}.flashcall-login__title{color:#404040;margin:0;font:700 1.125rem/1.2 Inter,Arial,sans-serif}.flashcall-login__hint{color:#7a7a7a;width:100%;margin:1rem 0 0;font:500 .875rem/1.2 Inter,Arial,sans-serif}.flashcall-login__form{flex-direction:column;flex:none;align-items:stretch;gap:3rem;width:100%;margin-top:clamp(1.5rem,5vh,2.5rem);display:flex}.flashcall-login__phone-input{width:100%;height:3rem;box-shadow:none;color:#404040;box-sizing:border-box;text-align:left;background:#fff;border:0;border-radius:2.0625rem;padding:0 1rem;font:400 .9375rem/1.2 Inter,Arial,sans-serif}.flashcall-login__phone-input::placeholder{color:#c6c6c6}.flashcall-login__phone-input:disabled{opacity:.6}.flashcall-login .btn-pill{width:100%;height:3rem;min-height:3rem;box-shadow:none;border-radius:3.5rem;font:500 1rem/1.1 Inter,Arial,sans-serif}.flashcall-login__retry{color:#7a7a7a;cursor:pointer;background:0 0;border:0;padding:.75rem 0;font:500 .625rem/1.1 Inter,Arial,sans-serif}.flashcall-login__form--code{gap:2rem}.flashcall-login__code-actions{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;display:flex}.flashcall-login__ghost{color:#404040;cursor:pointer;background:0 0;border:0;border-radius:3.5rem;width:100%;min-height:2.25rem;padding:.5rem 1.5rem;font:500 .75rem/1.2 Inter,Arial,sans-serif}.flashcall-login__ghost:disabled{opacity:.45;cursor:not-allowed}.flashcall-login__ghost:focus-visible{outline-offset:.1875rem;outline:.125rem solid #404040}.flashcall-login__reverse-number{color:#404040;letter-spacing:.02em;text-align:center;margin:.5rem 0 1.25rem;font:700 1.75rem/1.2 Inter,Arial,sans-serif;text-decoration:none;display:block}.flashcall-login__reverse-number:focus-visible{outline-offset:.25rem;outline:.125rem solid #404040}.flashcall-login .max-login__code-boxes{justify-content:space-between;gap:.5rem;width:100%;display:flex}.flashcall-login .max-login__code-box{width:4.48438rem;max-width:4.48438rem;height:4.48438rem;box-shadow:none;color:#404040;text-align:center;background:#fff;border:0;border-radius:1rem;flex:1 1 0;padding:0;font:600 2rem/1 Inter,Arial,sans-serif}.flashcall-login .max-login__code-box:focus,.flashcall-login .max-login__code-box:focus-visible{box-shadow:none;outline:none}@media (height<=700px){.flashcall-login__body{padding-top:1rem}.flashcall-login__form{gap:2rem;margin-top:1.25rem}}.phone-auth-warning{z-index:20;pointer-events:auto;flex-direction:column;justify-content:flex-end;width:100%;max-width:100%;display:flex;position:absolute;inset:0}.phone-auth-warning__scrim{background:#0000008c;position:absolute;inset:0}.phone-auth-warning__sheet{z-index:1;box-sizing:border-box;width:100%;max-width:100%;padding-top:2.5rem;padding-right:max(2rem, env(safe-area-inset-right,0px));padding-bottom:max(2.5rem, env(safe-area-inset-bottom,0px));padding-left:max(2rem, env(safe-area-inset-left,0px));text-align:center;background:#fff;border-radius:1.75rem 1.75rem 0 0;flex-direction:column;align-items:center;gap:1.125rem;display:flex;position:relative}.phone-auth-warning__close{top:1rem;right:max(1rem, env(safe-area-inset-right,0px));box-sizing:content-box;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:1.5rem;height:1.5rem;margin:-.625rem;padding:.625rem;display:grid;position:absolute}.phone-auth-warning__close img{pointer-events:none;width:1.5rem;height:1.5rem;display:block}.phone-auth-warning__copy{box-sizing:border-box;color:#7a7a7a;letter-spacing:-.05px;text-align:center;white-space:normal;width:100%;max-width:100%;margin:0;font-family:Inter,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:1.1}.phone-auth-warning__cta{box-sizing:border-box;width:100%;max-width:19.4375rem;min-height:3rem;margin:0;padding:.9375rem 1.5rem}@media (width>=24rem){.phone-auth-warning__cta{max-width:100%}}.welcome{box-sizing:border-box;width:100%;height:100%;min-height:100dvh;max-height:100dvh;padding:max(.5rem, env(safe-area-inset-top,0px)) max(2rem, env(safe-area-inset-right,0px)) max(1rem, env(safe-area-inset-bottom,0px)) max(2rem, env(safe-area-inset-left,0px));color:#404040;background:#f7f7f7;flex-direction:column;display:flex;position:relative;overflow:hidden}.welcome__error-overlay{z-index:10;background:#f7f7f7eb;place-items:center;padding:2rem;display:grid;position:absolute;inset:0}.welcome__error-card{text-align:center;background:#fff;border-radius:1.25rem;width:min(100%,19.4375rem);padding:1.5rem;box-shadow:0 .5rem 1.5rem #4040402e}.welcome__error-title{color:#404040;margin:0;font:700 1.125rem/1.2 Inter,Arial,sans-serif}.welcome__error-body{color:#7a7a7a;margin:.75rem 0 1.25rem;font:500 .875rem/1.3 Inter,Arial,sans-serif}.welcome__error-retry{width:100%}.welcome__header{flex:none;justify-content:flex-end;align-items:center;min-height:44px;display:flex}.welcome__skip{color:#7a7a7a;cursor:pointer;background:0 0;border:0;min-width:44px;min-height:44px;padding:.5rem 0;font:500 .875rem/1.2 Inter,Arial,sans-serif}.welcome__skip:disabled{cursor:not-allowed;opacity:.5}.welcome__skip:focus-visible,.welcome .btn-pill:focus-visible,.welcome__checkbox-input:focus-visible+.welcome__checkmark{outline-offset:.1875rem;outline:.125rem solid #404040}.welcome__content{flex-direction:column;flex:auto;width:100%;max-width:19.4375rem;min-height:0;margin:0 auto;display:flex}.welcome__intro{text-align:center;flex-direction:column;flex:none;align-items:center;gap:1rem;margin-top:clamp(1.5rem,6vh,3.5rem);display:flex}.welcome__title{color:#404040;margin:0;font:700 1.125rem/1.2 Inter,Arial,sans-serif}.welcome__body{color:#7a7a7a;margin:0;font:500 .875rem/1.2 Inter,Arial,sans-serif}.welcome__actions{flex-direction:column;flex:auto;justify-content:flex-end;gap:1rem;min-height:0;margin-top:auto;padding-top:1rem;padding-bottom:.25rem;display:flex}.welcome__providers{flex-direction:column;flex:none;gap:.5rem;display:flex}.welcome .btn-pill{width:100%;height:3rem;min-height:3rem;box-shadow:none;letter-spacing:-.05px;border:0;border-radius:3.5rem;padding:.9375rem 1.5rem;font:500 1rem/1.1 Inter,Arial,sans-serif}.welcome .btn-pill:active{transform:scale(.98)}.welcome__sber{gap:.75rem;font-weight:400}.welcome__sber-logo{flex:none;width:1.625rem;height:1.625rem}.welcome__max{background:#fff}.welcome__max-logo{object-fit:contain;flex:none;width:4.75rem;height:auto}.welcome__phone{color:#404040;background:#fff;font-weight:500}.welcome__consents{flex-direction:column;flex:none;gap:.75rem;display:flex}.welcome__checkbox{cursor:pointer;color:#7a7a7a;text-align:left;align-items:flex-start;gap:.75rem;font:500 .625rem/1.1 Inter,Arial,sans-serif;display:flex}.welcome__checkbox a{color:#ff335f;font-weight:500;text-decoration:none}.welcome__checkbox-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.welcome__checkmark{box-sizing:border-box;background:#c6c6c6;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}.welcome__checkbox-input:checked+.welcome__checkmark{background:#ff335f}.welcome__checkmark img{width:12px;height:9px;display:block}@media (height<=700px){.welcome__intro{gap:.75rem;margin-top:clamp(.75rem,3vh,1.5rem)}.welcome__actions{gap:.75rem}}.cookie-banner{box-sizing:border-box;color:#404040;text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;gap:16px;width:100%;margin:0;padding:1rem;display:flex}.cookie-banner p{margin:0;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:500;line-height:1.35}.cookie-banner a{color:#ff335f;text-decoration:none}.cookie-banner__accept{box-sizing:border-box;color:#404040;cursor:pointer;letter-spacing:.12px;background:#f7f7f7;border:0;border-radius:999px;width:100%;min-height:36px;padding:8px 24px;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:500;line-height:1.2}.cookie-banner__accept:focus-visible{outline-offset:2px;outline:3px solid #4d8dff}.cookie-banner--blocking{z-index:999;padding:var(--space-lg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:cookie-banner-in var(--duration-normal) var(--ease-out-expo);background:#2b2b2b73;flex-direction:column;justify-content:flex-end;align-items:stretch;display:flex;position:absolute;inset:0}@keyframes cookie-banner-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.cookie-banner--blocking{animation:none}}.landing-screen{color:#404040;width:100%;height:100%;min-height:100dvh;max-height:100dvh;padding-top:max(12px, env(safe-area-inset-top,0px));padding-bottom:0;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);box-sizing:border-box;background:#fecde3;flex-direction:column;align-items:stretch;display:flex;position:relative;overflow:hidden}.landing-screen__brand{flex-direction:column;flex:auto;justify-content:flex-end;align-items:center;width:100%;min-height:0;padding-top:clamp(4px,1vh,12px);display:flex}.landing-screen__hero{aspect-ratio:315/524;flex:0 auto;width:100%;min-height:0;max-height:100%;position:relative}.landing-screen__illustration{object-fit:contain;object-position:center top;pointer-events:none;-webkit-user-select:none;user-select:none;width:calc(100% - 3.6rem);height:auto;max-height:100%;display:block;position:absolute;top:0;left:1.8rem}.landing-screen__logo{object-fit:contain;object-position:center bottom;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;width:calc(100% - 2rem);height:auto;max-height:28%;margin:0 auto;display:block;position:absolute;bottom:0;left:1rem;right:1rem}.landing-screen__bottom{width:100%;padding:1rem 1rem 0;padding-bottom:max(1.75rem, env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;flex:none;align-items:stretch;margin:0;display:flex}.landing-screen__ready{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;width:100%;display:flex}.landing-screen__ready p{letter-spacing:0;color:#404040;width:100%;margin:0;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.2}.landing-screen__cta{letter-spacing:-.05px;cursor:pointer;color:#fff;box-sizing:border-box;background:#ff335f;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:15px 24px;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.1;display:inline-flex}.landing-screen__ready .landing-screen__cta{width:calc(100% - 2rem);max-width:none;margin:0}.landing-screen__cta:focus-visible{outline-offset:2px;outline:3px solid #4d8dff}.branded-splash{color:#fff;background:#14c8c0;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.branded-splash__background{object-fit:cover;object-position:center center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.branded-splash__progress{z-index:1;width:min(168px,45vw);margin:0 auto max(28px, env(safe-area-inset-bottom,0px) + 5.5vh);text-align:center;position:relative}.branded-splash__value{letter-spacing:.01em;color:#ff335f;font-variant-numeric:tabular-nums;margin:0 0 8px;font-size:16px;font-weight:700;line-height:1}.branded-splash__bar{background:#fff;border-radius:2px;height:6px;overflow:hidden;box-shadow:0 1px 2px #0000001f}.branded-splash__bar-fill{border-radius:inherit;background:#ff335f;height:100%;transition:width 70ms linear}@media (prefers-reduced-motion:reduce){.branded-splash__bar-fill{transition:none}}.auto-register-error{background:#f8dbd9;place-items:center;min-height:100dvh;padding:24px;display:grid}.auto-register-error__card{text-align:center;background:#fff;border-radius:24px;gap:16px;width:min(100%,311px);padding:24px;display:grid;box-shadow:0 8px 24px #0000000f}.auto-register-error__card h1,.auto-register-error__card p{margin:0}.auto-register-error__card h1{color:#404040;font:700 20px/1.2 Inter,Arial,sans-serif}.auto-register-error__card p{color:#7a7a7a;font:500 16px/1.3 Inter,Arial,sans-serif}.auto-register-error__card .btn-pill{justify-content:center}.auto-register-legal{background:#f8dbd9;place-items:center;min-height:100dvh;padding:24px;display:grid}.auto-register-legal__card{background:#fff;border-radius:24px;gap:20px;width:min(100%,311px);padding:24px;display:grid;box-shadow:0 8px 24px #0000000f}.auto-register-legal__card h1{color:#404040;text-align:center;margin:0;font:700 20px/1.2 Inter,Arial,sans-serif}.auto-register-legal__checkbox{color:#7a7a7a;cursor:pointer;align-items:flex-start;gap:10px;font:500 14px/1.35 Inter,Arial,sans-serif;display:flex}.auto-register-legal__checkbox input{opacity:0;position:absolute}.auto-register-legal__checkmark{border:1.5px solid #ff335f;border-radius:6px;flex:0 0 20px;place-items:center;width:20px;height:20px;margin-top:1px;display:grid}.auto-register-legal__checkbox input:checked+.auto-register-legal__checkmark{background:#ff335f}.auto-register-legal__checkbox input:focus-visible+.auto-register-legal__checkmark{outline-offset:2px;outline:3px solid #ff335f4d}.auto-register-legal__checkbox a{color:inherit;text-decoration:underline}.onboarding-overlay__dim{z-index:20;background:#080a149e;animation:.2s ease-out both onboarding-fade-in;position:absolute;inset:0}.onboarding-overlay__dim.is-leaving{animation:.19s ease-in both onboarding-fade-out}.onboarding-overlay__swipe-hint{z-index:21;pointer-events:none;-webkit-user-select:none;user-select:none;width:26%;height:auto;position:absolute;bottom:14%}.onboarding-overlay__swipe-hint--left{left:4.3%}.onboarding-overlay__swipe-hint--right{right:4.3%}.onboarding-overlay{padding:var(--space-md,16px);z-index:21;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.onboarding-overlay .onboarding-overlay__card{animation:.28s cubic-bezier(.22,.9,.28,1.18) both onboarding-card-in}.onboarding-overlay.is-leaving .onboarding-overlay__card{animation:.19s ease-in both onboarding-card-out}.onboarding-overlay__card{border-radius:var(--radius-card,18px);color:#fff;text-align:center;width:100%;max-width:300px;box-shadow:var(--shadow-soft-hover,0 12px 40px #00000059);pointer-events:auto;background:#1f2233;flex-direction:column;align-items:center;gap:14px;padding:20px 18px;display:flex}.onboarding-overlay__text{margin:0;font-size:.95rem;line-height:1.35}.onboarding-overlay__btn{color:#16182a;min-width:160px;font:inherit;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:12px 20px;font-weight:700}.onboarding-overlay__dots{gap:6px;display:flex}.onboarding-overlay__dot{background:#ffffff47;border-radius:50%;width:7px;height:7px}.onboarding-overlay__dot.is-done{background:#ff335f}.onboarding-overlay__text{animation:.3s ease-out 60ms both onboarding-rise}.onboarding-overlay__btn{animation:.3s ease-out .12s both onboarding-rise}.onboarding-overlay__dots{animation:.3s ease-out .18s both onboarding-fade-in}.onboarding-overlay.is-leaving .onboarding-overlay__text,.onboarding-overlay.is-leaving .onboarding-overlay__btn,.onboarding-overlay.is-leaving .onboarding-overlay__dots{animation:none}.onboarding-overlay__dot{transition:background-color .26s,transform .26s cubic-bezier(.2,.9,.3,1.3)}.onboarding-overlay__dot.is-done{transform:scale(1.25)}@keyframes onboarding-fade-in{0%{opacity:0}to{opacity:1}}@keyframes onboarding-fade-out{0%{opacity:1}to{opacity:0}}@keyframes onboarding-card-in{0%{opacity:0;transform:translateY(16px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes onboarding-card-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.97)}}@keyframes onboarding-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes onboarding-pop{0%{transform:scale(.7)}60%{transform:scale(1.12)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.onboarding-overlay .onboarding-overlay__card,.onboarding-overlay.is-leaving .onboarding-overlay__card,.onboarding-overlay__text,.onboarding-overlay__btn,.onboarding-overlay__dots,.game-screen__lane-btn.onboarding-overlay__lane.is-highlight{animation:.16s ease-out both onboarding-fade-in}.onboarding-overlay__dot.is-done{transform:none}}.onboarding-overlay--helmet-tip{justify-content:center;align-items:center;padding:16px}.onboarding-overlay__helmet-cluster{pointer-events:auto;flex-direction:column;align-items:center;gap:12px;animation:.28s cubic-bezier(.22,.9,.28,1.18) both onboarding-card-in;display:flex;position:relative}.onboarding-overlay--helmet-tip.is-leaving .onboarding-overlay__helmet-cluster{animation:.19s ease-in both onboarding-card-out}.onboarding-overlay__tip{color:#404040;text-align:center;background:#fff;border-radius:24px;width:min(206px,100vw - 48px);padding:14px;position:relative;box-shadow:0 10px 30px #40404029}.onboarding-overlay__tip-text{white-space:pre-line;margin:0;font-size:12px;font-weight:500;line-height:14.4px}.onboarding-overlay__tip--above:after{content:"";background:#fff;border-radius:3px;width:18px;height:18px;margin-left:-9px;position:absolute;bottom:-7px;left:50%;transform:rotate(45deg);box-shadow:2px 2px 6px #40404014}.onboarding-overlay__helmet-cta{cursor:pointer;background:#ff335f;border:0;border-radius:50%;place-items:center;width:68px;height:68px;padding:0;display:grid;box-shadow:0 8px 24px #ff335f59}.onboarding-overlay__helmet-cta img{object-fit:contain;filter:brightness(0)invert();pointer-events:none;width:37px;height:32px}.onboarding-overlay--warning-tip{padding-top:max(12px, env(safe-area-inset-top,0px) + 108px);padding-right:max(16px, env(safe-area-inset-right,0px) + 16px);padding-bottom:max(24px, env(safe-area-inset-bottom,0px) + 24px);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-left:16px;display:flex}.onboarding-overlay__warning-anchor{pointer-events:none;justify-content:flex-end;width:100%;animation:.28s cubic-bezier(.22,.9,.28,1.18) both onboarding-card-in;display:flex}.onboarding-overlay--warning-tip.is-leaving .onboarding-overlay__warning-anchor{animation:.19s ease-in both onboarding-card-out}.onboarding-overlay--warning-tip .onboarding-overlay__tip--below{color:#404040;text-align:center;background:#fff;border-radius:24px;width:182px;max-width:calc(100vw - 32px);padding:14px;box-shadow:0 10px 30px #40404029}.onboarding-overlay--warning-tip .onboarding-overlay__tip-text{letter-spacing:0;white-space:pre-line;margin:0;font-size:12px;font-weight:500;line-height:14.4px}.onboarding-overlay--overtake-tip{--overtake-tip-caret-max-offset:78.28px;padding:16px;padding-bottom:max(24px, env(safe-area-inset-bottom,0px) + 24px);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.onboarding-overlay__overtake-anchor{left:max(16px, calc(25% - var(--overtake-tip-caret-max-offset)));bottom:max(112px, env(safe-area-inset-bottom,0px) + 112px);pointer-events:none;width:min(206px,100vw - 32px);animation:.28s cubic-bezier(.22,.9,.28,1.18) both onboarding-card-in;position:absolute}.onboarding-overlay--overtake-tip.is-leaving .onboarding-overlay__overtake-anchor{animation:.19s ease-in both onboarding-card-out}.onboarding-overlay--overtake-tip .onboarding-overlay__tip--overtake{box-sizing:border-box;width:100%;max-width:none}.onboarding-overlay__tip--overtake:after{left:calc(25vw - max(16px, calc(25vw - var(--overtake-tip-caret-max-offset))));content:"";background:#fff;border-radius:3px;width:18px;height:18px;margin-left:-9px;position:absolute;bottom:-7px;transform:rotate(45deg);box-shadow:2px 2px 6px #40404014}.onboarding-overlay__tip--below:before{content:"";background:#fff;border-radius:2px;width:14px;height:14px;position:absolute;top:-6px;right:34px;transform:rotate(45deg);box-shadow:-1px -1px 4px #4040400f}.onboarding-overlay__continue{color:#fff;width:min(311px,100% - 32px);min-height:48px;font:inherit;letter-spacing:0;cursor:pointer;pointer-events:auto;text-shadow:0 1px 2px #0006;background:0 0;border:0;border-radius:56px;justify-content:center;align-self:center;align-items:center;margin-top:auto;padding:8px 24px;font-size:16px;font-weight:600;line-height:1.2;display:inline-flex}.onboarding-overlay__continue:active{opacity:.85}.onboarding-run:has(.onboarding-overlay--warning-tip) .hud__warnings{z-index:26;position:relative;box-shadow:0 0 0 4px #fffffff2,0 4px 16px #40404024}.onboarding-run:has(.onboarding-overlay--warning-tip) .hud__warning-tri{background:#ff335f}:is(.onboarding-run:has(.onboarding-overlay--warning-tip) .hud__warning-stem,.onboarding-run:has(.onboarding-overlay--warning-tip) .hud__warning-dot){background:#fff}.onboarding-overlay__catcher{z-index:22;cursor:pointer;background:0 0;border:0;margin:0;padding:0;position:absolute;inset:0}.onboarding-overlay--helmet-tip,.onboarding-overlay--warning-tip,.onboarding-overlay--overtake-tip{z-index:23;pointer-events:none}.onboarding-overlay--helmet-tip .onboarding-overlay__helmet-cluster,.onboarding-overlay--helmet-tip .onboarding-overlay__helmet-cta,.onboarding-overlay--warning-tip .onboarding-overlay__warning-anchor{pointer-events:auto}.challenge-toast{z-index:40;background:#fff;border-radius:999px;align-items:center;gap:10px;max-width:min(320px,100% - 32px);padding:8px 16px 8px 8px;animation:.25s ease-out challenge-toast-in;display:inline-flex;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000002e}.challenge-toast__icon{color:#f5b800;background:#ffe58a;border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.challenge-toast__copy{flex-direction:column;min-width:0;display:flex}.challenge-toast__caption{color:#7a7a7a;font-size:12px}.challenge-toast__title{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}@keyframes challenge-toast-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.hud{z-index:2;pointer-events:none;position:absolute;inset:0}.hud>*{pointer-events:auto}.hud__challenge{box-sizing:border-box;color:#333;font-variant-numeric:tabular-nums;background:#fff;border-radius:20px;align-items:center;gap:8px;height:40px;padding:0 10px;font-size:14px;font-weight:500;line-height:1;display:inline-flex;box-shadow:0 4px 16px #4040401a}.hud__challenge-count{color:#333}.hud__challenge-target{color:#0003}.hud__challenge-icon{background:#ff335f;width:24px;height:24px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5069%204.24662C14.7931%203.96044%2015.2571%203.96044%2015.5433%204.24662L20.5906%209.29394C20.8768%209.58012%2020.8768%2010.0441%2020.5906%2010.3303L20.5254%2010.3955C20.2392%2010.6817%2019.7752%2010.6817%2019.489%2010.3955L14.4417%205.3482C14.1555%205.06201%2014.1555%204.59801%2014.4417%204.31183L14.5069%204.24662Z'%20fill='currentColor'/%3e%3cpath%20d='M9.53319%204.24662C9.247%203.96044%208.783%203.96044%208.49682%204.24662L3.4495%209.29394C3.16332%209.58012%203.16332%2010.0441%203.4495%2010.3303L3.51471%2010.3955C3.80089%2010.6817%204.26489%2010.6817%204.55108%2010.3955L9.59839%205.3482C9.88458%205.06201%209.88458%204.59801%209.59839%204.31183L9.53319%204.24662Z'%20fill='currentColor'/%3e%3cpath%20d='M20.1133%209.43555C20.7168%209.43567%2021.1826%209.96595%2021.1045%2010.5645L20.1055%2018.2285C19.9754%2019.2244%2019.1264%2019.9696%2018.1221%2019.9697H5.87793C4.87366%2019.9695%204.0256%2019.2243%203.89551%2018.2285L2.89551%2010.5645C2.81745%209.966%203.28325%209.43575%203.88672%209.43555H20.1133ZM7.41992%2012.458C6.96467%2012.458%206.59582%2012.827%206.5957%2013.2822V17.1299C6.59577%2017.5851%206.96464%2017.9541%207.41992%2017.9541C7.8752%2017.9541%208.24408%2017.5851%208.24414%2017.1299V13.2822C8.24403%2012.827%207.87517%2012.458%207.41992%2012.458ZM10.5342%2012.458C10.079%2012.4581%209.71008%2012.8271%209.70996%2013.2822V17.1299C9.71002%2017.5851%2010.079%2017.954%2010.5342%2017.9541C10.9895%2017.9541%2011.3583%2017.5851%2011.3584%2017.1299V13.2822C11.3583%2012.827%2010.9894%2012.458%2010.5342%2012.458ZM13.6494%2012.458C13.1942%2012.458%2012.8243%2012.827%2012.8242%2013.2822V17.1299C12.8243%2017.5851%2013.1941%2017.9541%2013.6494%2017.9541C14.1045%2017.9538%2014.4736%2017.585%2014.4736%2017.1299V13.2822C14.4735%2012.8272%2014.1044%2012.4583%2013.6494%2012.458ZM16.7637%2012.458C16.3084%2012.458%2015.9396%2012.827%2015.9395%2013.2822V17.1299C15.9395%2017.5851%2016.3084%2017.9541%2016.7637%2017.9541C17.2188%2017.954%2017.5878%2017.5851%2017.5879%2017.1299V13.2822C17.5878%2012.8271%2017.2188%2012.4581%2016.7637%2012.458Z'%20fill='currentColor'/%3e%3cpath%20d='M2.56494%2010.0763C2.56494%209.6716%202.89304%209.34351%203.29777%209.34351H20.7023C21.1071%209.34351%2021.4352%209.6716%2021.4352%2010.0763V10.2595C21.4352%2010.6643%2021.1071%2010.9924%2020.7023%2010.9924H3.29777C2.89304%2010.9924%202.56494%2010.6643%202.56494%2010.2595V10.0763Z'%20fill='currentColor'%20fill-opacity='0.6'/%3e%3c/svg%3e") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5069%204.24662C14.7931%203.96044%2015.2571%203.96044%2015.5433%204.24662L20.5906%209.29394C20.8768%209.58012%2020.8768%2010.0441%2020.5906%2010.3303L20.5254%2010.3955C20.2392%2010.6817%2019.7752%2010.6817%2019.489%2010.3955L14.4417%205.3482C14.1555%205.06201%2014.1555%204.59801%2014.4417%204.31183L14.5069%204.24662Z'%20fill='currentColor'/%3e%3cpath%20d='M9.53319%204.24662C9.247%203.96044%208.783%203.96044%208.49682%204.24662L3.4495%209.29394C3.16332%209.58012%203.16332%2010.0441%203.4495%2010.3303L3.51471%2010.3955C3.80089%2010.6817%204.26489%2010.6817%204.55108%2010.3955L9.59839%205.3482C9.88458%205.06201%209.88458%204.59801%209.59839%204.31183L9.53319%204.24662Z'%20fill='currentColor'/%3e%3cpath%20d='M20.1133%209.43555C20.7168%209.43567%2021.1826%209.96595%2021.1045%2010.5645L20.1055%2018.2285C19.9754%2019.2244%2019.1264%2019.9696%2018.1221%2019.9697H5.87793C4.87366%2019.9695%204.0256%2019.2243%203.89551%2018.2285L2.89551%2010.5645C2.81745%209.966%203.28325%209.43575%203.88672%209.43555H20.1133ZM7.41992%2012.458C6.96467%2012.458%206.59582%2012.827%206.5957%2013.2822V17.1299C6.59577%2017.5851%206.96464%2017.9541%207.41992%2017.9541C7.8752%2017.9541%208.24408%2017.5851%208.24414%2017.1299V13.2822C8.24403%2012.827%207.87517%2012.458%207.41992%2012.458ZM10.5342%2012.458C10.079%2012.4581%209.71008%2012.8271%209.70996%2013.2822V17.1299C9.71002%2017.5851%2010.079%2017.954%2010.5342%2017.9541C10.9895%2017.9541%2011.3583%2017.5851%2011.3584%2017.1299V13.2822C11.3583%2012.827%2010.9894%2012.458%2010.5342%2012.458ZM13.6494%2012.458C13.1942%2012.458%2012.8243%2012.827%2012.8242%2013.2822V17.1299C12.8243%2017.5851%2013.1941%2017.9541%2013.6494%2017.9541C14.1045%2017.9538%2014.4736%2017.585%2014.4736%2017.1299V13.2822C14.4735%2012.8272%2014.1044%2012.4583%2013.6494%2012.458ZM16.7637%2012.458C16.3084%2012.458%2015.9396%2012.827%2015.9395%2013.2822V17.1299C15.9395%2017.5851%2016.3084%2017.9541%2016.7637%2017.9541C17.2188%2017.954%2017.5878%2017.5851%2017.5879%2017.1299V13.2822C17.5878%2012.8271%2017.2188%2012.4581%2016.7637%2012.458Z'%20fill='currentColor'/%3e%3cpath%20d='M2.56494%2010.0763C2.56494%209.6716%202.89304%209.34351%203.29777%209.34351H20.7023C21.1071%209.34351%2021.4352%209.6716%2021.4352%2010.0763V10.2595C21.4352%2010.6643%2021.1071%2010.9924%2020.7023%2010.9924H3.29777C2.89304%2010.9924%202.56494%2010.6643%202.56494%2010.2595V10.0763Z'%20fill='currentColor'%20fill-opacity='0.6'/%3e%3c/svg%3e") 50%/contain no-repeat}.hud__pause{top:var(--space-md);left:var(--space-md);color:#fff;cursor:pointer;width:48px;height:48px;box-shadow:var(--shadow-soft);transition:transform var(--duration-fast) var(--ease-out-expo);background:#ff335f;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute}.hud__pause:active{transform:scale(.9)}.hud__pause:focus-visible{outline-offset:2px;outline:3px solid #fff}.hud__right{top:var(--space-md,16px);right:var(--space-md,16px);z-index:4;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:absolute}.hud__helmets,.hud__warnings{box-sizing:border-box;background:#fff;flex-direction:row;align-items:center;display:inline-flex;overflow:hidden;box-shadow:0 4px 16px #4040401a;height:40px!important;min-height:40px!important;max-height:40px!important}.hud__helmets{color:#333;letter-spacing:.14px;font-variant-numeric:tabular-nums;border-radius:40px;justify-content:flex-end;gap:6px;padding:0 8px;font-size:14px;font-weight:500;line-height:1}.hud__helmets-count{color:#333;align-items:baseline;font-size:14px;font-weight:500;line-height:1;display:inline-flex}@keyframes hud-helmet-bump-up{0%{color:#333;transform:scale(1)}35%{color:#1f9d55;transform:scale(1.18)}to{color:#333;transform:scale(1)}}@keyframes hud-helmet-bump-down{0%{color:#333;transform:scale(1)}35%{color:#ff335f;transform:scale(1.1)}to{color:#333;transform:scale(1)}}.hud__helmets-count--bump-up{transform-origin:50%;animation:.42s hud-helmet-bump-up}.hud__helmets-count--bump-down{transform-origin:50%;animation:.42s hud-helmet-bump-down}@media (prefers-reduced-motion:reduce){.hud__helmets-count--bump-up,.hud__helmets-count--bump-down{animation:none}}.hud__helmets-cap{color:#0003;font-weight:500}.hud__helmets-icon{object-fit:contain;flex:none;width:24px;height:24px;display:block}.hud__warnings{border-radius:32px;justify-content:center;gap:8px;padding:0 8px}.hud__warning{flex:0 0 24px;width:24px;height:24px;display:block;position:relative;overflow:hidden}.hud__warning-tri{background:#e3e3e3;width:21.11px;height:18.6px;position:absolute;top:2.4px;left:1.445px;-webkit-mask:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20width='21.1097'%20height='18.6'%20viewBox='0%200%2021.1097%2018.6'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Polygon%2012'%20d='M9.51564%200.599999C9.97752%20-0.200001%2011.1322%20-0.199999%2011.5941%200.600001L20.9472%2016.8C21.4091%2017.6%2020.8317%2018.6%2019.9079%2018.6H1.20179C0.278027%2018.6%20-0.29932%2017.6%200.16256%2016.8L9.51564%200.599999Z'%20fill='black'/%3e%3c/svg%3e") 50%/100% 100% no-repeat;mask:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20width='21.1097'%20height='18.6'%20viewBox='0%200%2021.1097%2018.6'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Polygon%2012'%20d='M9.51564%200.599999C9.97752%20-0.200001%2011.1322%20-0.199999%2011.5941%200.600001L20.9472%2016.8C21.4091%2017.6%2020.8317%2018.6%2019.9079%2018.6H1.20179C0.278027%2018.6%20-0.29932%2017.6%200.16256%2016.8L9.51564%200.599999Z'%20fill='black'/%3e%3c/svg%3e") 50%/100% 100% no-repeat}.hud__warning-stem,.hud__warning-dot{background:#c6c6c6;border-radius:1.2px;width:2.4px;position:absolute;left:10.8px}.hud__warning-stem{height:8.4px;top:7.2px}.hud__warning-dot{height:2.4px;top:16.8px}.hud__warning.is-on .hud__warning-tri{background:#ff335f}.hud__warning.is-on .hud__warning-stem,.hud__warning.is-on .hud__warning-dot{background:#fff}.hud__center{top:var(--space-md);left:calc(var(--space-md) + 48px + var(--space-xs));right:var(--hud-center-right,160px);justify-content:center;gap:var(--space-xs);display:flex;position:absolute}.hud__pedestrian{box-sizing:border-box;border-radius:var(--radius-pill);color:#333;font-variant-numeric:tabular-nums;background:#fff;align-items:center;gap:6px;height:40px;padding:0 10px 0 14px;font-size:14px;font-weight:700;line-height:1;transition:background-color .2s,color .2s;display:inline-flex;box-shadow:0 4px 16px #4040401a}.hud__pedestrian-time{white-space:nowrap}.hud__pedestrian-icon{object-fit:contain;flex:none;width:24px;height:28px;display:block}.hud__pedestrian--glow{color:#fff;background:#ff335f}@media (prefers-reduced-motion:reduce){.hud__pause{transition:none}}.hud__cap-toast{background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .75rem .25rem .25rem;animation:3s forwards hud-cap-toast-fade;display:inline-flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 .25rem 1rem #0000001f}.hud__cap-toast-icon{background:#f6e2e6;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.hud__cap-toast-icon img{object-fit:contain;width:1.5rem;height:1.25rem}.hud__cap-toast-text{color:#7a7a7a;text-align:left;font-size:.625rem;font-weight:500;line-height:.6875rem}@keyframes hud-cap-toast-fade{0%{opacity:0;transform:translateY(-.25rem)}8%{opacity:1;transform:translateY(0)}85%{opacity:1}to{opacity:0}}.warning-flash{pointer-events:none;z-index:20;justify-content:center;align-items:flex-start;padding-top:16%;display:flex;position:absolute;inset:0}.warning-flash__icon{fill:#ff335f;filter:drop-shadow(0 6px 24px #00000073);width:38%;max-width:180px;height:auto;animation:.5s step-end both warning-flash-blink}.warning-flash__bang{fill:#1a1a2e}@keyframes warning-flash-blink{0%,40%,80%{opacity:1;transform:scale(1)}20%,60%{opacity:.15;transform:scale(.94)}to{opacity:0;transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.warning-flash__icon{animation:.5s ease-out both warning-flash-fade}@keyframes warning-flash-fade{0%{opacity:1}70%{opacity:1}to{opacity:0}}}.game-screen{justify-content:center;align-items:center;gap:var(--space-md);min-height:100dvh;padding:var(--space-lg) 0;background:#100e1a;flex-direction:column;display:flex}.game-screen__field-wrap{width:min(100%, calc((100dvh - 2 * var(--space-lg)) * 375 / 720));aspect-ratio:375/720;box-shadow:var(--shadow-soft-hover);background:#1a1a2e;position:relative;overflow:hidden}.game-screen__error-home{margin-top:var(--space-sm);border-radius:var(--radius-pill);color:#ffffffb3;font:inherit;cursor:pointer;background:0 0;border:none;padding:6px 12px;font-weight:600}.game-screen__error-home:hover{color:#fff}.game-screen__error-home:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}@media (width>=480px){.game-screen{padding:var(--space-lg) var(--space-md)}.game-screen__field-wrap{border-radius:var(--radius-card);max-width:375px}}.game-screen__field{position:absolute;inset:0}.game-screen__lane-controls{left:0;right:0;bottom:var(--space-lg);z-index:3;padding:0 var(--space-md);pointer-events:none;justify-content:space-between;display:flex;position:absolute}.game-screen__lane-btn{pointer-events:auto;-webkit-backdrop-filter:blur(6px);color:#fff;cursor:pointer;width:72px;height:72px;box-shadow:var(--shadow-soft);touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:transform var(--duration-fast) var(--ease-out-expo), background-color var(--duration-fast) var(--ease-out-expo);background:#14121e6b;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.game-screen__lane-btn:active{background:#ff335f8c;transform:scale(.9)}.game-screen__lane-btn:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){.game-screen__lane-btn{transition:none}}.game-screen__field canvas{width:100%;height:100%;display:block}.game-screen__intro{z-index:1;justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-xl) var(--space-lg);text-align:center;background:linear-gradient(160deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);color:#fff;flex-direction:column;display:flex;position:absolute;inset:0}.game-screen__intro-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;margin:0;font-size:.72rem;font-weight:700}.game-screen__intro-title{font-family:var(--font-display);text-transform:uppercase;margin:0;font-size:clamp(1.9rem,9vw,2.5rem);font-weight:900;line-height:.95}.game-screen__intro-body{color:#ffffffe0;max-width:26ch;margin:0;font-weight:600;line-height:1.45}.game-screen__cta{max-width:260px;box-shadow:var(--shadow-brand)}.game-screen__locations,.game-screen__mode-toggle{justify-content:center;gap:var(--space-xs);flex-wrap:wrap;max-width:280px;display:flex}.game-screen__location-btn,.game-screen__mode-btn{border-radius:var(--radius-pill);color:#ffffffd9;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out-expo), color var(--duration-fast) var(--ease-out-expo);background:#ffffff24;border:none;padding:.4em .9em;font-size:.82rem;font-weight:700}.game-screen__location-btn--active,.game-screen__mode-btn--active{color:var(--color-brand-dark);background:#fff}.game-screen__characters{justify-content:center;gap:var(--space-xs);flex-wrap:wrap;max-width:280px;display:flex}.game-screen__character-btn{border-radius:var(--radius-card);cursor:pointer;width:56px;height:56px;transition:background-color var(--duration-fast) var(--ease-out-expo), border-color var(--duration-fast) var(--ease-out-expo);background:#ffffff24;border:2px solid #0000;justify-content:center;align-items:center;padding:0;display:flex}.game-screen__character-btn--active{background:#fff;border-color:#fff}.game-screen__character-img{object-fit:contain;pointer-events:none;width:44px;height:44px}.game-screen__banner{width:100%;max-width:375px;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-soft);color:var(--color-text);text-align:center;margin:0;font-weight:700}.game-screen__banner--error{background:var(--color-brand);color:#fff;box-shadow:var(--shadow-brand)}.game-screen__banner--success{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-soft-hover)}.game-screen__banner--muted{background:var(--color-surface-muted);color:var(--color-text-muted);box-shadow:none}.game-screen--fullscreen{z-index:30;touch-action:none;background:#1a1a2e;width:100%;height:100%;min-height:0;padding:0;display:block;position:absolute;inset:0;overflow:hidden}.game-screen--fullscreen .game-screen__field-wrap{aspect-ratio:auto;width:100%;max-width:none;height:100%;box-shadow:none;background:#1a1a2e;border-radius:0;position:absolute;inset:0;overflow:hidden;transform:none}@media (width>=480px){.game-screen--fullscreen .game-screen__field-wrap{border-radius:0;max-width:none}}.game-screen--fullscreen .game-screen__field{width:100%;height:100%;position:absolute;inset:0}.game-screen--fullscreen .game-screen__field canvas{display:block;width:100%!important;height:100%!important}.onboarding-run{z-index:30;touch-action:none;background:#1a1a2e;width:100%;height:100%;min-height:0;padding:0;display:block;position:absolute;inset:0;overflow:hidden}.onboarding-run .game-screen__field-wrap{aspect-ratio:auto;width:100%;max-width:none;height:100%;box-shadow:none;background:#1a1a2e;border-radius:0;position:absolute;inset:0;overflow:hidden;transform:none}@media (width>=480px){.onboarding-run .game-screen__field-wrap{border-radius:0;max-width:none}}.onboarding-run .game-screen__field{width:100%;height:100%;position:absolute;inset:0}.onboarding-run .game-screen__field canvas{display:block;width:100%!important;height:100%!important}.onboarding-run__error{left:50%;bottom:max(16px, env(safe-area-inset-bottom,0px));z-index:5;color:#fff;background:#0009;border-radius:999px;margin:0;padding:8px 14px;font-size:.85rem;position:absolute;transform:translate(-50%)}.onboarding-run .hud__helmets,.onboarding-run .hud__warnings{animation:.38s cubic-bezier(.22,.9,.28,1.14) both onboarding-hud-in}@keyframes onboarding-hud-in{0%{opacity:0;transform:translate(28px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}.onboarding-run .hud__helmets-count{transition:transform .18s cubic-bezier(.2,.9,.3,1.4)}@media (prefers-reduced-motion:reduce){.onboarding-run .hud__helmets,.onboarding-run .hud__warnings{animation:none}}.onboarding-result{color:#333;background:#f8f8f8;flex-direction:column;height:100%;min-height:100%;display:flex;position:relative;overflow:hidden;container-type:size}.onboarding-result--character{cursor:pointer;background:#f8dbd9}.onboarding-result__header{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:clamp(44px,9cqh,76px) 20px 0;display:flex;position:relative}.onboarding-result__title{color:#333;flex-direction:column;gap:4px;margin:0;font-size:18px;font-weight:700;line-height:1.2;display:flex}.onboarding-result--character .onboarding-result__title{color:#404040;font:700 28px/1.2 Inter,Arial,sans-serif;display:block}.onboarding-result__reward{background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:36px;padding:6px 14px;font-size:20px;font-weight:600;display:inline-flex;box-shadow:0 4px 16px #0000000f}.onboarding-result__reward strong{font-size:32px;font-weight:600;line-height:1}.onboarding-result__reward img{width:24px;height:24px}.onboarding-result--character .onboarding-result__reward{color:#404040;border-radius:100px;min-height:40px;padding:8px 16px;font:500 14px/1 Inter,Arial,sans-serif}.onboarding-result__description{color:#7a7a7a;max-width:311px;margin:16px 0 0;font-size:14px;line-height:1.4}.onboarding-result__art{z-index:0;flex:1;justify-content:center;align-items:center;min-height:240px;padding:8px 12px;display:flex;position:relative}.onboarding-result__art img{object-fit:contain;width:min(340px,92cqw);height:auto;max-height:48cqh}.onboarding-result__bottom{z-index:1;width:min(311px,100% - 2rem);padding:12px 0 max(calc(env(safe-area-inset-bottom,0px) + 16px), 16px);flex-direction:column;align-items:center;gap:12px;margin:0 auto;display:flex;position:relative}.onboarding-result__continue{color:#7a7a7a;margin:0;font:500 16px/1.2 Inter,Arial,sans-serif}.onboarding-result__cta{cursor:pointer;color:#fff;background:#ff335f;border:0;border-radius:999px;width:100%;min-height:52px;font-size:1rem;font-weight:600}.onboarding-result__cta--ghost{color:#ff335f;background:0 0;border:1.5px solid #ff335f}.onboarding-result__cta--light{color:#ff335f;background:#fff;box-shadow:0 8px 24px #0000000f}.onboarding-result__cta:disabled{opacity:.45;cursor:not-allowed}.onboarding-result--character:focus-visible{outline-offset:-3px;outline:3px solid #ff335f}.onboarding-result__legal{text-align:center;color:#7a7a7a;max-width:311px;margin:0;font-size:12px;line-height:1.35}.onboarding-result__legal label{text-align:left;cursor:pointer;align-items:flex-start;gap:8px;display:inline-flex}.onboarding-result--guest{color:#3f3f3f;background:#f7f7f7}.onboarding-result__guest-body{width:min(311px,100% - 2rem);min-height:100%;padding:max(44px, env(safe-area-inset-top,0px)) 0 max(16px, env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;flex:1;margin:0 auto;display:flex}.onboarding-result__header--guest{flex:auto;justify-content:center;gap:16px;padding:clamp(24px,8cqh,72px) 0 0}.onboarding-result__title--guest{color:#3f3f3f;gap:0;font-size:18px;font-weight:700;line-height:1.22}.onboarding-result__reward--plain{min-height:auto;box-shadow:none;color:#3f3f3f;background:0 0;border-radius:0;gap:8px;padding:0}.onboarding-result__reward--plain strong{color:#3f3f3f;font-size:32px;font-weight:600;line-height:1}.onboarding-result__reward--plain img{width:28px;height:28px}.onboarding-result__description--guest{color:#7a7a7a;max-width:311px;margin:0;font-size:14px;font-weight:500;line-height:1.2}.onboarding-result__bottom--guest{gap:16px;width:100%;margin-top:auto;padding-top:24px}.onboarding-result__providers{flex-direction:column;gap:8px;width:100%;display:flex}.onboarding-result--guest .btn-pill{cursor:pointer;border:0;border-radius:56px;justify-content:center;align-items:center;gap:12px;width:100%;height:48px;min-height:48px;padding:15px 24px;font:500 16px/1.1 Inter,Arial,sans-serif;display:inline-flex}.onboarding-result--guest .btn-pill:disabled{opacity:.45;cursor:not-allowed}.onboarding-result--guest .btn-pill--sber{color:#fff;background:#21a038;font-weight:400}.onboarding-result__sber-logo{flex:none;width:26px;height:26px}.onboarding-result--guest .btn-pill--max{color:#3f3f3f;background:#fff}.onboarding-result__max-logo{object-fit:contain;flex:none;width:76px;height:auto}.onboarding-result--guest .btn-pill--surface{color:#3f3f3f;background:#fff;font-weight:500}.onboarding-result--guest .btn-pill--vk{color:#fff;background:#07f;font-weight:500}.onboarding-result__consents{width:100%}.onboarding-result__checkbox{cursor:pointer;color:#7a7a7a;text-align:left;align-items:flex-start;gap:12px;font:500 10px/1.2 Inter,Arial,sans-serif;display:flex}.onboarding-result__checkbox a{color:#ff335f;font-weight:500;text-decoration:none}.onboarding-result__checkbox-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.onboarding-result__checkmark{box-sizing:border-box;background:#c6c6c6;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.onboarding-result__checkbox-input:checked+.onboarding-result__checkmark{background:#ff335f}.onboarding-result__checkmark img{width:12px;height:9px;display:block}.onboarding-result__guest-continue{color:#ff335f;cursor:pointer;background:0 0;border:0;padding:8px 4px 4px;font:500 14px/1.2 Inter,Arial,sans-serif}.onboarding-result__guest-continue:focus-visible,.onboarding-result--guest .btn-pill:focus-visible,.onboarding-result__checkbox-input:focus-visible+.onboarding-result__checkmark{outline-offset:3px;outline:2px solid #3f3f3f}.character-screen{--cs-peach:#f8dad8;--cs-pink:#ff335f;--cs-white:#fff;--cs-black:#333;--cs-secondary:#7a7a7a;z-index:1;background:var(--cs-peach);touch-action:manipulation;-webkit-user-select:none;user-select:none;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;min-height:0;display:grid;position:absolute;inset:0;overflow:hidden;container-type:size}.character-screen__stage{min-height:0;position:relative;overflow:hidden}.character-screen__carousel{cursor:grab;touch-action:pan-y;position:absolute;inset:0;overflow:hidden}.character-screen__carousel:active{cursor:grabbing}.character-screen__slide{grid-template-rows:minmax(0,1fr) auto;justify-items:center;gap:clamp(16px,3.5cqh,36px);min-width:0;display:grid;position:absolute;inset:clamp(12px,3cqh,36px) clamp(56px,15cqw,80px) clamp(12px,2cqh,24px)}.character-screen__slide img{object-fit:contain;object-position:center bottom;pointer-events:none;-webkit-user-drag:none;align-self:center;width:min(64cqw,300px);max-width:100%;height:100%;min-height:0}.character-screen__slide h1{color:var(--cs-black);text-align:center;margin:0;font-size:24px;font-weight:600;line-height:1.1}.character-screen__arrow{z-index:3;background:var(--cs-white);cursor:pointer;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #4040401a}.character-screen__arrow--left{left:16px}.character-screen__arrow--right{right:16px}.character-screen__chevron{background:var(--cs-pink);width:24px;height:24px;display:block;-webkit-mask:url(/assets/entry-flow/carousel-chevron.svg) 50%/16px 16px no-repeat;mask:url(/assets/entry-flow/carousel-chevron.svg) 50%/16px 16px no-repeat}.character-screen__arrow--left .character-screen__chevron{transform:rotate(90deg)}.character-screen__arrow--right .character-screen__chevron{transform:rotate(-90deg)}.character-screen__carousel.is-forward .character-screen__slide--outgoing{animation:.32s cubic-bezier(.4,0,.2,1) both character-slide-out-left}.character-screen__carousel.is-forward .character-screen__slide--incoming{animation:.32s cubic-bezier(.4,0,.2,1) both character-slide-in-right}.character-screen__carousel.is-backward .character-screen__slide--outgoing{animation:.32s cubic-bezier(.4,0,.2,1) both character-slide-out-right}.character-screen__carousel.is-backward .character-screen__slide--incoming{animation:.32s cubic-bezier(.4,0,.2,1) both character-slide-in-left}.character-screen__modal{z-index:4;width:100%;padding:2.5rem 2rem 1.15rem;padding-bottom:max(1.15rem, env(safe-area-inset-bottom));background:var(--cs-white);text-align:center;border-radius:28px 28px 0 0;position:relative}.character-screen__modal h2{color:var(--cs-black);letter-spacing:.18px;margin:0;font-size:18px;font-weight:700;line-height:1.2}.character-screen__modal p{color:var(--cs-secondary);letter-spacing:.14px;margin:12px 0 24px;font-size:14px;font-weight:500;line-height:1.2}.character-screen__confirm{width:100%;min-height:52px;color:var(--cs-white);background:var(--cs-pink);font:inherit;cursor:pointer;border:0;border-radius:56px;justify-content:center;align-items:center;padding:0 20px;font-size:16px;font-weight:500;line-height:1.1;display:inline-flex}@keyframes character-slide-out-left{to{opacity:0;transform:translate(-100%)}}@keyframes character-slide-in-right{0%{transform:translate(100%)}}@keyframes character-slide-out-right{to{opacity:0;transform:translate(100%)}}@keyframes character-slide-in-left{0%{transform:translate(-100%)}}@media (prefers-reduced-motion:reduce){.character-screen__slide{animation:none!important}}.onboarding-flow{color:#404040;background:#f8f8f8;flex-direction:column;min-height:100%;display:flex}.onboarding-flow__panel{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:24px 20px 32px;display:flex}.onboarding-flow__panel h1{margin:0;font-size:1.5rem}.onboarding-flow__panel p{max-width:320px;margin:0;line-height:1.45}.onboarding-flow__cta{cursor:pointer;color:#fff;background:#ff335f;border:0;border-radius:999px;min-width:200px;min-height:52px;padding:0 24px;font-size:1rem;font-weight:600}.onboarding-flow__characters{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.onboarding-flow__character{cursor:pointer;background:#fff;border:2px solid #e3e3e3;border-radius:20px;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;width:140px;min-height:180px;padding:12px 8px 14px;font-size:1rem;display:flex;overflow:hidden}.onboarding-flow__character-img{object-fit:contain;width:100%;height:120px}.onboarding-flow__character--active{border-color:#ff335f;box-shadow:0 0 0 2px #ff335f33}.onboarding-flow__runner{width:100%;height:100%;min-height:0;position:relative}.onboarding-flow__character-select{width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.onboarding-viewport{--scene-width:375px;--scene-height:810px;--scene-scale:1;--transition-duration:.36s;background:#f5f5f5;width:100%;height:100%;position:absolute;inset:0;overflow:clip}.scene-shell{width:var(--scene-width);height:var(--scene-height);transform:translate(-50%, -50%) scale(var(--scene-scale));transform-origin:50%;isolation:isolate;background:#000;border-radius:0;position:absolute;top:50%;left:50%;overflow:clip}@media (width>=768px){.app-frame .scene-shell{border-radius:24px}}.scene-shell img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:none;display:block}.state-layer,.speech,.speech__bubble,.scene-button,.bottom-gradient,.divider,.three-panel,.three-character,.three-state-content,.two-panel,.two-character,.two-state-content,.full-frame-state,.full-frame-background,.full-frame-background__image,.full-frame-background__wash,.full-frame-character,.full-frame-foreground,.full-frame-speech{position:absolute}.scene-panel{position:absolute;overflow:hidden}.scene-panel__image{object-fit:cover;width:100%;height:100%}.scene-panel__wash{pointer-events:none;background:#ffffff4d;position:absolute;inset:0}.scene-character{object-fit:contain;height:auto}.full-frame-state,.full-frame-background,.full-frame-background__wash{inset:0}.full-frame-background{overflow:hidden}.full-frame-background__image,.full-frame-character,.full-frame-foreground{object-fit:contain;height:auto}.full-frame-background__wash{background:#ffffff4d}.full-frame-character,.full-frame-foreground,.full-frame-speech{z-index:2}.state-layer{opacity:0;visibility:hidden;transition:opacity var(--transition-duration) ease, visibility 0s linear var(--transition-duration);inset:0}.state-layer.is-active{opacity:1;visibility:visible;transition-delay:0s}.speech__bubble{width:100%;height:100%;inset:0}.speech__copy{z-index:1;color:#404040;text-align:center;white-space:pre-line;flex-direction:column;align-items:center;font-size:8px;line-height:normal;display:flex;position:absolute}.speech__copy strong,.speech__copy span{white-space:pre-line;display:block}.speech__copy strong{font-weight:700}.speech__copy span{font-weight:500}.divider{transform-origin:0;background:#fff;border:0;height:4px}.bottom-gradient{bottom:var(--scene-gradient-bottom);pointer-events:none;background:linear-gradient(#0000 0%,#000 100%)}.bottom-gradient--standard{width:377px;height:136px;left:-1px}.full-frame-scene .bottom-gradient{z-index:20}.bottom-gradient--full-frame{width:377px;height:136px;left:-1px}.scene-button{z-index:30;left:32px;bottom:var(--scene-button-bottom);color:#fff;letter-spacing:-.05px;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:56px;place-items:center;width:311px;height:48px;padding:8px 24px;font-size:16px;font-weight:500;line-height:1.1;display:grid}.scene-button--ghost{background:0 0}.scene-button--pink{background:#ff335f}.scene-button:focus-visible{outline-offset:-4px;outline:2px solid #fff}.scene-button:disabled{cursor:default}.three-panel--top{z-index:1;width:375.5px;height:318px;top:0;left:0;transform:none}.three-part-scene:not(.location-intro-scene--park) .three-panel--top{clip-path:polygon(0 0,375.5px 0,375.5px 318px,0 220.5px)}.three-state--0{z-index:2}.three-panel--middle{z-index:3;width:375px;height:319.5px;top:220.5px;left:0}.three-part-scene:not(.location-intro-scene--park) .three-panel--middle{clip-path:polygon(0 0,375px 97.5px,375px 266px,0 319.5px)}.divider--three-first{z-index:4;width:406.021px;top:214px;left:-8px;transform:rotate(14.5496deg)}.three-part-scene:not(.location-intro-scene--park) .divider--three-first{width:387.952px;top:218.5px;left:0;transform:rotate(14.5556deg)}.three-state--1{z-index:5}.three-panel--lower{z-index:6;width:375.5px;height:323.5px;top:486.5px;left:0}.three-part-scene:not(.location-intro-scene--park) .three-panel--lower{clip-path:polygon(0 53.5px,375.5px 0,375.5px 323.5px,0 323.5px)}.divider--three-second{z-index:7;width:379.787px;top:539px;left:0;transform:rotate(-8.0981deg)}.three-part-scene:not(.location-intro-scene--park) .divider--three-second{width:379.292px;top:538px;left:0;transform:rotate(-8.10874deg)}.three-state--2{z-index:8}.three-part-scene .bottom-gradient{z-index:9}.three-state-content{inset:0}.three-part-scene:not(.location-intro-scene--park) .three-character{object-fit:cover}.three-character--0{left:var(--three-first-character-left);top:var(--three-first-character-top);width:var(--three-first-character-width)}.three-part-scene:not(.location-intro-scene--park) .three-character--0{height:var(--three-first-character-height)}.three-character--1{width:199px;top:274px;left:189px}.three-part-scene:not(.location-intro-scene--park) .three-character--1{height:366px}.three-character--2{width:279px;top:502px;left:130px}.three-part-scene:not(.location-intro-scene--park) .three-character--2{height:415px}.three-speech--0{left:16px;top:var(--three-first-speech-top);width:185px;height:89.186px}.three-speech--0 .speech__copy{gap:4px;width:117px;top:17px;left:34px}.three-speech--1{width:185px;height:89.186px;top:249px;left:38px}.three-speech--1 .speech__copy{width:128px;top:27px;left:32px}.three-speech--2{width:185px;height:89.186px;top:489px;left:32px}.three-speech--2 .speech__copy{color:#000;width:123px;top:27px;left:31px}.two-panel--upper{z-index:1;width:375.669px;height:476.5px;top:0;left:0}.two-part-scene:not(.location-intro-scene--park) .two-panel--upper{clip-path:polygon(0 0,375.669px 0,375.669px 476.5px,0 372px)}.two-state--0{z-index:2}.two-panel--lower{z-index:3;width:376px;height:438px;top:372px;left:-1px}.two-part-scene--state-0:not(.location-intro-scene--park) .two-panel--lower{clip-path:polygon(0 0,376px 104.5px,376px 440.5px,0 440.5px);width:376px;height:440.5px}.two-part-scene--state-1:not(.location-intro-scene--park) .two-panel--lower{clip-path:polygon(0 0,518px 144px,518px 446px,0 446px);width:518px;height:446px}.two-panel--lower>.scene-panel__image{object-position:left top}.divider--two{z-index:4;width:408.933px;top:365.5px;left:-10px;transform:rotate(15.5316deg)}.two-state--1{z-index:5}.two-part-scene .bottom-gradient{z-index:6}.bottom-gradient--two{left:-1px}.bottom-gradient--two-0{width:377px;height:173px}.bottom-gradient--two-1{width:377px;height:162px}.two-state-content{inset:0}.two-character--0{left:var(--two-first-character-left);top:var(--two-first-character-top);width:var(--two-first-character-width)}.two-part-scene:not(.location-intro-scene--park) .two-character{object-fit:cover;transform:none}.two-part-scene:not(.location-intro-scene--park) .two-character--0{height:var(--two-first-character-height)}.two-character--1{width:314px;top:450px;left:-84px}.two-part-scene:not(.location-intro-scene--park) .two-character--1{object-fit:contain;height:467px}.two-speech--0{left:52px;top:var(--two-first-speech-top);width:185px;height:89.186px}.two-speech--0 .speech__copy{color:#000;gap:4px;width:151px;top:10px;left:17px}.two-speech--0 .speech__copy strong{width:100%}.two-speech--0 .speech__copy span{font-weight:400}.two-speech--1{width:199.521px;height:96.186px;top:441px;left:153px}.two-speech--1 .speech__copy{color:#000;gap:4px;width:161px;top:9px;left:19px}.two-speech--1 .speech__copy span{font-weight:400}.three-speech .speech__bubble,.two-speech--0 .speech__bubble{transform:scaleX(-1)}@media (prefers-reduced-motion:reduce){:root{--transition-duration:0s}.state-layer{transition:none}}.panel-sequence-scene{background:#f8dbd9;width:100%;height:100%;position:relative;overflow:hidden}.panel-sequence-state{position:absolute;inset:0}.panel-sequence-art{object-fit:contain;object-position:center top;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.panel-sequence-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._icon_1x90f_1{vertical-align:middle;flex:none;display:inline-block}._colorPrimary_1x90f_7{color:var(--color-text-primary)}._colorSecondary_1x90f_11{color:var(--color-text-secondary)}._colorTertiary_1x90f_15{color:var(--color-text-tertiary)}._colorAuxiliary_1x90f_19{color:var(--color-text-auxiliary)}._colorLight_1x90f_23{color:var(--color-text-light)}._colorBrand_1x90f_27{color:var(--color-brand-pink)}._colorBrandDark_1x90f_31{color:var(--color-brand-dark-pink)}._colorInherit_1x90f_35{color:currentColor}._display_hstk0_1,._headlineLarge_hstk0_2,._headlineMedium_hstk0_3,._bodyLarge_hstk0_4,._bodyMedium_hstk0_5,._labelSemibold_hstk0_6,._labelMedium_hstk0_7,._titleXs_hstk0_8{font-family:var(--font-body);margin:0}._display_hstk0_1{font-size:var(--type-display-size);font-weight:var(--type-display-weight);line-height:var(--type-display-line);letter-spacing:var(--type-display-tracking)}._headlineLarge_hstk0_2{font-size:var(--type-headline-large-size);font-weight:var(--type-headline-large-weight);line-height:var(--type-headline-large-line);letter-spacing:var(--type-headline-large-tracking)}._headlineMedium_hstk0_3{font-size:var(--type-headline-medium-size);font-weight:var(--type-headline-medium-weight);line-height:var(--type-headline-medium-line);letter-spacing:var(--type-headline-medium-tracking)}._bodyLarge_hstk0_4{font-size:var(--type-body-large-size);font-weight:var(--type-body-large-weight);line-height:var(--type-body-large-line);letter-spacing:var(--type-body-large-tracking)}._bodyMedium_hstk0_5{font-size:var(--type-body-medium-size);font-weight:var(--type-body-medium-weight);line-height:var(--type-body-medium-line);letter-spacing:var(--type-body-medium-tracking)}._labelSemibold_hstk0_6{font-size:var(--type-label-semibold-size);font-weight:var(--type-label-semibold-weight);line-height:var(--type-label-semibold-line);letter-spacing:var(--type-label-semibold-tracking)}._labelMedium_hstk0_7{font-size:var(--type-label-medium-size);font-weight:var(--type-label-medium-weight);line-height:var(--type-label-medium-line);letter-spacing:var(--type-label-medium-tracking)}._titleXs_hstk0_8{font-size:var(--type-title-xs-size);font-weight:var(--type-title-xs-weight);line-height:var(--type-title-xs-line);letter-spacing:var(--type-title-xs-tracking)}._colorPrimary_hstk0_69{color:var(--color-text-primary)}._colorSecondary_hstk0_73{color:var(--color-text-secondary)}._colorTertiary_hstk0_77{color:var(--color-text-tertiary)}._colorAuxiliary_hstk0_81{color:var(--color-text-auxiliary)}._colorLight_hstk0_85{color:var(--color-text-light)}._colorInherit_hstk0_89{color:inherit}._base_1kwpc_1{justify-content:center;align-items:center;gap:var(--button-gap);width:auto;min-width:0;height:auto;min-height:0;font:inherit;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo), opacity var(--duration-fast) var(--ease-out-expo), background-color var(--duration-fast) var(--ease-out-expo);border:0;border-radius:0;padding:0;line-height:1;display:inline-flex}._base_1kwpc_1:active{transform:scale(.97)}._base_1kwpc_1:focus-visible{outline:.1875rem solid var(--color-accent-blue);outline-offset:.1875rem}._base_1kwpc_1:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed;transform:none}._primary_1kwpc_37{background:var(--color-brand);color:#fff;box-shadow:var(--shadow-brand)}._primary_1kwpc_37:hover:not(:disabled){background:var(--color-brand-dark)}._secondary_1kwpc_47{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-soft)}._secondary_1kwpc_47:hover:not(:disabled){box-shadow:var(--shadow-soft-hover);transform:translateY(-1px)}._ghost_1kwpc_58{color:var(--color-text);background:0 0}._ghost_1kwpc_58:hover:not(:disabled){background:#2b2b2b0f}._m_1kwpc_67{height:var(--button-height-m);padding:var(--button-padding-vertical-m) var(--button-padding-horizontal-m);border-radius:var(--button-radius-m);font-size:var(--button-font-m);font-weight:500}._s_1kwpc_47{width:auto;height:var(--button-height-s);padding:var(--button-padding-vertical-s) var(--button-padding-horizontal-s);border-radius:var(--button-radius-s);font-size:var(--button-font-s);font-weight:500}._fullWidth_1kwpc_84{width:100%}._withIcon_1kwpc_88{justify-content:center;align-items:center;gap:var(--button-gap);display:inline-flex}._iconOnly_1kwpc_95{border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;display:inline-flex}._iconOnly_1kwpc_95._s_1kwpc_47{width:var(--button-height-s);height:var(--button-height-s)}._card_1h5gb_1{box-sizing:border-box;color:#404040;background:#fff;border:1px solid #e3e3e3;border-radius:1.5rem;width:100%;padding:.75rem;font-family:Inter,sans-serif}._main_1h5gb_2{min-height:5.875rem}._rewards_1h5gb_3{align-items:center;gap:.5rem;min-width:0;display:flex}._reward_1h5gb_3{box-sizing:border-box;border:1px solid #e3e3e3;border-radius:6.25rem;align-items:center;gap:.25rem;height:2.25rem;padding:.375rem .5rem .375rem .625rem;font-size:.875rem;font-weight:500;line-height:1.05rem;display:inline-flex}._rewardValue_1h5gb_5{color:var(--grey-color-primary,#404040)}._topRow_1h5gb_6{justify-content:space-between;align-items:center;gap:.5rem;display:flex}._copyRow_1h5gb_7{align-items:flex-start;gap:.5rem;margin-top:1rem;display:flex}._logo_1h5gb_9{background-color:#ff335f;background-image:url(data:image/webp;base64,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);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.25rem;flex:0 0 2.1875rem;place-items:center;width:2.1875rem;height:2.1875rem;display:grid;overflow:hidden}._logo_1h5gb_9 img,._logo_1h5gb_9>*{object-fit:contain;z-index:1;max-width:2.1875rem;max-height:2.1875rem;position:relative}._copy_1h5gb_7{flex:1;min-width:0}._copy_1h5gb_7 h3{margin:0;font-size:1rem;font-weight:600;line-height:1.25rem}._copy_1h5gb_7 p{margin:.25rem 0 0;font-size:.875rem;line-height:1.125rem}._check_1h5gb_34{color:#fff;background:#ff335f;border-radius:50%;flex:0 0 1.5rem;place-items:center;width:1.5rem;height:1.5rem;display:grid}._footer_1h5gb_35{gap:1rem;height:2.25rem;margin-top:1rem;display:flex}._cta_1h5gb_36{flex:auto;min-width:0}._timer_1h5gb_37{color:#404040;white-space:pre;background:#f8f8f8;border-radius:2.5rem;flex:0 0 4.875rem;place-items:center;width:4.875rem;height:2.25rem;font-size:.75rem;line-height:.9rem;display:grid}._initial_1h5gb_38{min-height:11.625rem}._in_progress_1h5gb_39{min-height:12.625rem}._completed_1h5gb_40{min-height:8.625rem}._completed_1h5gb_40 ._rewards_1h5gb_3,._completed_1h5gb_40 ._copyRow_1h5gb_7{opacity:.5}._progress_1h5gb_43{flex-direction:column;gap:.375rem;height:3.25rem;margin-top:1rem;display:flex}._labelRow_1h5gb_44{align-items:center;height:1.25rem;display:flex}._labelSpacer_1h5gb_45{flex:1 1 0}._pointLabel_1h5gb_46{box-sizing:border-box;color:#404040;background:#f8f8f8;border-radius:3.75rem;flex:0 0 3rem;place-items:center;width:3rem;height:1.25rem;font-size:.625rem;font-weight:500;line-height:.6875rem;display:grid}._trackRow_1h5gb_47{align-items:center;height:1.5rem;display:flex}._markerCell_1h5gb_48{z-index:1;flex:0 0 3rem;place-items:center;width:3rem;height:1.5rem;display:grid;position:relative}._segment_1h5gb_49{background:#e3e3e3;flex:1 1 0;height:.25rem;margin:0 -1.5rem}._segmentFill_1h5gb_50{background:#ff335f;height:100%;display:block}._point_1h5gb_46,._pointCurrent_1h5gb_51,._pointDone_1h5gb_51{border-radius:50%;place-items:center;width:1.5rem;height:1.5rem;display:grid}._point_1h5gb_46,._pointCurrent_1h5gb_51{background:#e3e3e3}._pointDone_1h5gb_51{color:#fff;background:#ff335f}._check_1h5gb_34 svg rect,._pointDone_1h5gb_51 svg rect{fill:none}._dot_1h5gb_56{background:#ff335f;border-radius:50%;width:.5rem;height:.5rem}._page_6md32_1{background:var(--color-surface-muted);min-height:100dvh;padding:1.5rem 1rem}._section_6md32_7{width:100%;max-width:26.875rem;margin:0 auto}._sectionTitle_6md32_13{margin-bottom:1.5rem}._row_6md32_17{border-bottom:1px solid var(--color-text-auxiliary);flex-direction:column;gap:.75rem;padding:1.25rem 0;display:flex}._meta_6md32_25{flex-direction:column;gap:.25rem;display:flex}._metrics_6md32_31{font-variant-numeric:tabular-nums}._sample_6md32_35{overflow-wrap:break-word}._colorGrid_6md32_39{grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));gap:.75rem;margin-top:1.5rem;display:grid}._colorCard_6md32_46{border-radius:var(--radius-sm);background:var(--color-surface);box-shadow:var(--shadow-soft);flex-direction:column;gap:.5rem;padding:1rem;display:flex}._colorSwatch_6md32_56{border:1px solid var(--color-text-auxiliary);border-radius:.5rem;height:3rem}._swatchPrimary_6md32_62{background:var(--color-text-primary)}._swatchSecondary_6md32_66{background:var(--color-text-secondary)}._swatchTertiary_6md32_70{background:var(--color-text-tertiary)}._swatchAuxiliary_6md32_74{background:var(--color-text-auxiliary)}._swatchLight_6md32_78{background:var(--color-text-light)}._colorGroup_6md32_82+._colorGroup_6md32_82{margin-top:2rem}._colorGroupTitle_6md32_86{margin-bottom:.75rem}._swatchGrid_6md32_90{grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));gap:.75rem;display:grid}._swatchCard_6md32_96{border-radius:var(--radius-sm);background:var(--color-surface);box-shadow:var(--shadow-soft);flex-direction:column;gap:.25rem;padding:.75rem;display:flex}._swatchRect_6md32_106{border:1px solid var(--color-text-auxiliary);border-radius:.5rem;height:5rem;margin-top:.5rem}._sectionSpacer_6md32_113{margin-top:3rem}._buttonGrid_6md32_117{flex-direction:column;gap:1.25rem;display:flex}._buttonRow_6md32_123{flex-direction:column;gap:.5rem;display:flex}._buttonSample_6md32_129{width:100%}._buttonPair_6md32_133{flex-direction:column;gap:.5rem;display:flex}._iconButtonRow_6md32_139{align-items:center;gap:.75rem;display:flex}._iconDemoGroup_6md32_145{border-bottom:1px solid var(--color-text-auxiliary);flex-direction:column;gap:.75rem;padding:1.25rem 0;display:flex}._iconDemoGroup_6md32_145:last-child{border-bottom:none}._iconDemoRow_6md32_157{flex-wrap:wrap;gap:1rem;display:flex}._iconDemoItem_6md32_163{flex-direction:column;align-items:center;gap:.375rem;min-width:3rem;display:flex}._iconCatalog_6md32_171{grid-template-columns:repeat(auto-fill,minmax(4.5rem,1fr));gap:1rem;display:grid}._iconCatalogItem_6md32_177{border-radius:var(--radius-sm);background:var(--color-surface);box-shadow:var(--shadow-soft);flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;display:flex}._headerSamples_6md32_188{flex-direction:column;gap:24px;display:flex}._headerSection_6md32_194{width:calc(100% + 2rem);max-width:none;margin:0 -1rem}._headerSection_6md32_194 ._sectionTitle_6md32_13{padding:0 1rem}._headerSample_6md32_188{flex-direction:column;gap:8px;display:flex}._headerSampleLabel_6md32_210{padding:0 1rem}.location-intro-scene--park .three-character--0{left:var(--park-three-first-character-left);top:var(--park-three-first-character-top);width:var(--park-three-first-character-width);height:auto}.location-intro-scene--park .three-panel--top{clip-path:polygon(0 0,100% 0,100% 100%,0 216.5px);width:375.5px;height:318.5px;top:0;left:.5px}.location-intro-scene--park .three-panel--middle{clip-path:polygon(0 0,100% 102px,100% 269.5px,0 100%);width:376px;height:323px;top:216.5px;left:0}.location-intro-scene--park .three-panel--lower{clip-path:polygon(0 53px,100% 0,100% 100%,0 100%);width:375.5px;height:323.5px;top:486.5px;left:0}.location-intro-scene--park .three-speech--0{left:16px;top:var(--park-three-first-speech-top);width:185px;height:89.186px}.location-intro-scene--park .three-character--1{width:199px;height:auto;top:266px;left:-10px}.location-intro-scene--park .three-speech--1{width:205.743px;height:99.186px;top:216px;left:121px}.location-intro-scene--park .three-character--2{width:279px;height:auto;top:517px;left:138px}.location-intro-scene--park .three-speech--2{width:185px;height:89.186px;top:507px;left:34px}.location-intro-scene--park .two-character--0{left:var(--park-two-first-character-left);top:var(--park-two-first-character-top);width:var(--park-two-first-character-width);height:auto}.location-intro-scene--park .two-panel--upper{clip-path:polygon(0 0,100% 0,100% 100%,0 371px);width:375.669px;height:476.5px;top:0;left:0}.location-intro-scene--park .two-panel--lower{clip-path:polygon(0 0,100% 103.5px,100% 100%,0 100%);width:376px;height:441.5px;top:372px;left:-1px}.location-intro-scene--park .two-speech--0{left:36px;top:var(--park-two-first-speech-top);width:185px;height:89.186px}.location-intro-scene--park .two-character--1{width:208px;height:auto;top:503px;left:-20px}.location-intro-scene--park .two-speech--1{width:205.743px;height:99.186px;top:452px;left:121px}.location-intro-scene--park .scene-character{object-fit:contain}.location-intro-scene--park .speech__copy{color:#000}.location-intro-scene--park .three-speech--0 .speech__copy{gap:4px;width:137px;top:24px;left:24px}.location-intro-scene--park .three-speech--1 .speech__copy{gap:4px;width:163px;top:14px;left:25px}.location-intro-scene--park .three-speech--2 .speech__copy{gap:4px;width:137px;top:10px;left:26px}.location-intro-scene--park .two-speech--0 .speech__copy{gap:4px;width:128px;top:13px;left:29px}.location-intro-scene--park .two-speech--1 .speech__copy{gap:4px;width:128px;top:11px;left:43px}.location-intro-scene--park .three-speech--1 .speech__bubble{transform:none}.location-intro-scene--business .full-frame-background--0{width:377px;height:816px;top:0;left:-1px}.location-intro-scene--business .full-frame-background--0 .full-frame-background__image{width:230.31%;top:-58.66%;left:-71.05%}.location-intro-scene--business .full-frame-character--0{width:250px;height:auto;top:284px;left:21px}.location-intro-scene--business .full-frame-foreground--0{width:378px;height:auto;top:732px;left:23px}.location-intro-scene--business .full-frame-speech--0{width:185px;height:89.186px;top:234px;left:174px}.location-intro-scene--business .full-frame-speech--0 .speech__copy{gap:4px;width:120px;top:13px;left:32px}.location-intro-scene--business .full-frame-background--1{width:376px;height:810px;top:0;left:-1px}.location-intro-scene--business .full-frame-background--1 .full-frame-background__image{width:176.06%;top:-45.2%;left:-6.91%}.location-intro-scene--business .full-frame-character--1{width:311px;height:auto;top:281px;left:109px}.location-intro-scene--business .full-frame-foreground--1{width:276px;height:auto;top:714px;left:142.5px}.location-intro-scene--business .full-frame-speech--1{width:185px;height:89.186px;top:242px;left:20px}.location-intro-scene--business .full-frame-speech--1 .speech__bubble{transform:scaleX(-1)}.location-intro-scene--business .full-frame-speech--1 .speech__copy{width:134px;top:17px;left:26px}.location-intro-scene--business .speech__copy{color:#000}.location-intro-scene--business .scene-button{bottom:calc(var(--scene-button-bottom) + 36px)}.location-intro-flow{position:absolute;inset:0}.location-intro-flow__error{z-index:40;color:#fff;text-align:center;pointer-events:none;background:#000000b8;border-radius:12px;width:max-content;max-width:311px;margin:0;padding:8px 12px;font-size:14px;line-height:18px;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.game-screen__intro.game-loading{z-index:5}.game-loading__track{border-radius:var(--radius-pill);background:#ffffff47;width:min(220px,60vw);height:10px;position:relative;overflow:hidden}.game-loading__fill{border-radius:inherit;background:#fff;transition:width .2s;position:absolute;inset:0 auto 0 0}.flashlight-gauge{top:96px;left:var(--space-sm);z-index:2;flex-direction:column;align-items:center;gap:4px;display:flex;position:absolute}.flashlight-gauge__track{border-radius:var(--radius-pill);background:#fff;flex-direction:column;justify-content:flex-end;align-items:center;width:26px;height:132px;padding:4px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000040}.flashlight-gauge__fill{border-radius:var(--radius-pill);background:#ea4c62;max-height:calc(100% - 30px);transition:height .2s linear;position:absolute;bottom:26px;left:4px;right:4px}.flashlight-gauge__icon{opacity:.75;width:18px;height:auto;margin-bottom:2px;position:relative}.flashlight-gauge--low .flashlight-gauge__fill{animation:.6s step-end infinite flashlight-gauge-blink}.flashlight-gauge__label{color:#ff8080;text-shadow:0 1px 3px #0009;font-size:.75rem;font-weight:700}@keyframes flashlight-gauge-blink{50%{opacity:.25}}@media (prefers-reduced-motion:reduce){.flashlight-gauge--low .flashlight-gauge__fill{animation:none}}.rain-overlay{z-index:1;pointer-events:none;background:radial-gradient(#121e3a38 0%,#121e3a5c 55%,#121e3a80 100%);position:absolute;inset:0;overflow:hidden}.rain-overlay__drop{will-change:transform;background:linear-gradient(#c6e0ff00 0%,#c6e0ff8c 100%);width:1px;height:6vh;animation-name:rain-overlay-fall;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute}@keyframes rain-overlay-fall{0%{transform:translateY(0)}to{transform:translateY(210vh)}}@media (prefers-reduced-motion:reduce){.rain-overlay__drop{animation:none;display:none}}.traffic-stop{z-index:3;align-items:center;gap:var(--space-sm);flex-direction:column;display:flex;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}.traffic-stop__light{border-radius:var(--radius-card);-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-soft-hover);background:#14121ec7;flex-direction:column;gap:6px;padding:8px 7px;display:flex}.traffic-stop__bulb{background:#ffffff29;border-radius:50%;width:16px;height:16px;transition:background-color .12s,box-shadow .12s}.traffic-stop__bulb--red.is-on{background:#e0524a;box-shadow:0 0 10px 2px #e0524ab3}.traffic-stop__bulb--yellow.is-on{background:#f2c14e;box-shadow:0 0 10px 2px #f2c14eb3}.traffic-stop__bulb--green.is-on{background:#3ddc6b;box-shadow:0 0 10px 2px #3ddc6bb3}.traffic-stop__btn{letter-spacing:.02em;padding-inline:var(--space-lg);font-weight:800}@media (prefers-reduced-motion:reduce){.traffic-stop__bulb{transition:none}}.dismount-overlay{z-index:3;pointer-events:none;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}.dismount-overlay__button{pointer-events:auto;color:#fff;background:#1f9d55;border:none;border-radius:999px;padding:12px 28px;font-size:16px;font-weight:600}.screen-scroll{background:var(--color-surface-muted);height:100%;min-height:0;max-height:100%;color:var(--color-text);padding:var(--space-md) var(--space-lg) var(--space-xl);-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;overflow:hidden auto}.app-header{box-sizing:border-box;width:100%;padding:max(8px, env(safe-area-inset-top,0px)) 16px 0;align-items:center;gap:12px;display:flex}.app-header__action{cursor:pointer;color:#3f3f3f;background:#fff;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:0 2px 8px #00000014}.app-header__action:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.app-header__action:active{transform:scale(.94)}.app-header__action:focus-visible{outline:3px solid var(--color-accent-blue,#4d8dff);outline-offset:2px}.app-header__action--faq{color:#3f3f3f}.app-header__faq-mark{color:#3f3f3f;font:500 16px/1 Inter,Arial,sans-serif}.app-header__action--sub{color:#ff335f}.app-header__action-spacer{flex:none;width:40px;height:40px}.level-progress{--progress:0%;box-sizing:border-box;background:#fff;border-radius:40px;flex:auto;width:100%;max-width:234px;height:40px;margin-left:auto;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000f}.level-progress__fill{width:var(--progress);border-radius:inherit;pointer-events:none;z-index:0;background:#ff335f;transition:width .2s;position:absolute;inset:0 auto 0 0}.level-progress__content{z-index:1;box-sizing:border-box;pointer-events:none;justify-content:space-between;align-items:center;padding:0 8px 0 13px;display:flex;position:absolute;inset:0}.level-progress__content--base{color:#333;z-index:1}.level-progress__content--base strong,.level-progress__content--base b{color:#333}.level-progress__content--base .level-progress__counter>span:not(.level-progress__helmet-disc){color:#c6c6c6}.level-progress__content--contrast{color:#fff;z-index:2;clip-path:inset(0 calc(100% - var(--progress)) 0 0)}.level-progress__content--contrast,.level-progress__content--contrast *{color:#fff}.level-progress__level{letter-spacing:.02em;white-space:nowrap;font:500 14px/1 Inter,Arial,sans-serif}.level-progress__counter{font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:6px;font:500 16px/1 Inter,Arial,sans-serif;display:inline-flex}.level-progress__counter b{font-weight:500}.level-progress__helmet-disc{box-sizing:border-box;background:#ffffffe6;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.level-progress__content--contrast .level-progress__helmet-disc{background:#ffffffe6}.level-progress__helmet{object-fit:contain;width:22px;height:19px;display:block}.level-badge{color:#fff;letter-spacing:.02em;white-space:nowrap;background:linear-gradient(135deg,#ff335f 0%,#e61e4d 100%);border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:.85rem;font-weight:800;display:inline-flex}.placeholder-art{border-radius:var(--radius-sm);background:var(--color-placeholder);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.placeholder-art--landscape{aspect-ratio:4/3}.placeholder-art--portrait{aspect-ratio:3/4}.placeholder-art--square{aspect-ratio:1}.placeholder-art__glyph{width:42%;height:42%;color:var(--color-placeholder-icon)}.placeholder-art--sm .placeholder-art__glyph{width:48%;height:48%}.placeholder-art--lg .placeholder-art__glyph{width:32%;height:32%}.placeholder-art__sun,.placeholder-art__mountain{fill:var(--color-placeholder-icon)}.placeholder-art__lock{color:var(--color-placeholder-lock)}.section-card{width:100%;padding:var(--space-sm);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);text-align:left;color:inherit;cursor:default;transition:transform var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo);border:none;flex-direction:column;align-items:flex-start;gap:8px;font-family:inherit;display:flex}button.section-card{cursor:pointer}button.section-card:hover{box-shadow:var(--shadow-soft-hover);transform:translateY(-2px)}button.section-card:active{transform:scale(.97)}button.section-card:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:3px}.section-card__label{color:var(--color-text-muted);white-space:pre-line;font-size:.85rem;font-weight:600;line-height:1.25}.section-card--compact{border-radius:var(--radius-sm);padding:var(--space-xs);align-items:center;gap:6px}.section-card--compact .section-card__label{text-align:center;font-size:.72rem}.section-card-slot{flex-direction:column;align-items:center;gap:6px;display:flex}.section-card-slot .section-card{width:100%}.section-card-slot__meta{color:var(--color-text-muted);opacity:.85;font-size:.85rem;font-weight:600}.section-label{margin:0 0 var(--space-sm);color:var(--color-text-muted);font-weight:600}.reward-chip{padding:6px 6px 6px var(--space-sm);border-radius:var(--radius-pill);background:var(--color-surface-muted);color:var(--grey-color-primary,#404040);letter-spacing:.00875rem;white-space:nowrap;align-items:center;gap:6px;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.2;display:inline-flex}.reward-chip__value{color:var(--grey-color-primary,#404040);font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}.reward-chip__ticket,.reward-chip__card,.reward-chip__helmet{flex:none;width:1.5rem;height:1.5rem}.reward-chip__icon{background:var(--color-brand);border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.info-banner{min-height:140px;padding:var(--space-lg);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);color:var(--color-text-muted);text-align:center;justify-content:center;align-items:center;font-weight:600;display:flex}.pause-sheet{z-index:10;position:absolute;inset:0}.pause-sheet__scrim{background:#00000094;position:absolute;inset:0}.pause-sheet__panel{color:#404040;background:#f5f5f5;border-radius:24px 24px 0 0;flex-direction:column;display:flex;position:absolute;inset:6.42% 0 0;overflow:hidden}.pause-sheet__sr-title{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.pause-sheet__body{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.pause-sheet__body>.app-header{padding-top:24px}.pause-sheet__section{padding:0 16px}.pause-sheet__section-title{margin:16px 0;font:600 16px/20px Inter,Arial,sans-serif}.pause-sheet__active-list,.pause-sheet__completed-list{gap:8px;display:grid}.pause-sheet__state{color:#777;background:#fff;border-radius:24px;margin:0;padding:16px;font:500 14px/18px Inter,Arial,sans-serif}.pause-sheet__state p{margin:0}.pause-sheet__retry{color:#ff335f;cursor:pointer;background:#fff;border:0;border-radius:40px;min-height:40px;margin-top:12px;padding:0 16px;font:600 14px/18px Inter,Arial,sans-serif}.pause-sheet__actions{padding:16px 16px max(52px, calc(env(safe-area-inset-bottom,0px) + 16px));background:#f5f5f5;flex:none;gap:8px;display:grid}.pause-sheet__button{cursor:pointer;border:0;border-radius:56px;min-height:48px;font:600 16px/20px Inter,Arial,sans-serif}.pause-sheet__button--primary{color:#fff;background:#ff335f}.pause-sheet__button--secondary{color:#404040;background:#fff}.pause-sheet__button:disabled{cursor:wait;opacity:.6}.pause-sheet__button:focus-visible{outline-offset:2px;outline:3px solid #4d8dff}@media (height<=680px){.pause-sheet__section-title{margin:12px 0}.pause-sheet__actions{padding-top:12px}}@media (prefers-reduced-motion:no-preference){.pause-sheet__panel{animation:.18s ease-out both pause-sheet-enter}}@keyframes pause-sheet-enter{0%{opacity:0;transform:translateY(12px)}}.post-run{z-index:20;box-sizing:border-box;color:#404040;background:#f8dbd9;font-family:Inter,Arial,sans-serif;position:absolute;inset:0;overflow:hidden}.post-run--tap{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;outline:none}.post-run--tap.post-run--keyboard-focus:focus{box-shadow:inset 0 0 0 3px #ff335f}.post-run__header{z-index:2;text-align:center;position:absolute;top:clamp(28px,8.4%,68px);left:32px;right:32px}.post-run__header h1,.post-run__header h2,.post-run__header p{margin:0}.post-run__header h1{letter-spacing:-.2px;font-size:clamp(24px,7.47vw,28px);font-weight:700;line-height:1.1}.post-run__header p{color:#7a7a7a;margin-top:10px;font-size:16px;font-weight:500;line-height:1.15}.post-run__header--warning p{flex-direction:column;display:flex}.post-run__header--warning strong{color:inherit;font-weight:500}.post-run__art-image{object-fit:contain;display:block}.post-run__warning-art{z-index:1;width:83%;height:38%;position:absolute;top:23.6%;left:8.5%}.post-run__warning-card{z-index:2;box-sizing:border-box;text-align:center;background:#fff;border-radius:16px;width:83%;min-height:128px;margin:0;padding:28px 20px 16px;position:absolute;top:67%;left:8.5%}.post-run__warning-card h2{margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.1}.post-run__warning-card p{color:#7a7a7a;margin:0;font-size:12px;font-weight:500;line-height:1.2}.post-run__warning-badge{color:#fff;background:#ff335f;border:4px solid #fff;border-radius:50%;place-items:center;width:40px;height:40px;font-size:24px;font-weight:700;display:grid;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.post-run__footer{z-index:5;right:32px;bottom:max(16px, env(safe-area-inset-bottom,0px));position:absolute;left:32px}.post-run__primary,.post-run__secondary{cursor:pointer;border:0;border-radius:56px;justify-content:center;align-items:center;width:100%;min-height:48px;font:600 16px/1.1 Inter,Arial,sans-serif;display:flex}.post-run__primary{color:#fff;background:#ff335f}.post-run__secondary{color:#ff335f;background:#fff;margin-top:8px}.post-run__primary:focus-visible,.post-run__secondary:focus-visible{outline-offset:2px;outline:3px solid #404040}.post-run__header--summary{flex-direction:column;align-items:center;gap:12px;display:flex}.post-run__helmet-counter{box-sizing:border-box;background:#fff;border-radius:100px;align-items:center;gap:4px;min-height:40px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1;display:flex}.post-run__helmet-counter img{width:24px;height:24px}.post-run__summary-art{object-fit:contain;width:83%;height:56%;position:absolute;top:22.5%;left:8.5%}.post-run__footer--actions{bottom:max(16px, env(safe-area-inset-bottom,0px))}.post-run__footer--hint{color:#7a7a7a;text-align:center;justify-content:center;align-items:center;min-height:48px;font-size:16px;font-weight:500;line-height:1.1;display:flex}.post-run__header--reward{top:14.3%}.post-run__header--reward p{max-width:290px;margin-left:auto;margin-right:auto;line-height:1.1}.post-run--challenge{box-sizing:border-box;padding-top:4.5rem;padding-right:32px;padding-bottom:max(16px, env(safe-area-inset-bottom,0px));flex-direction:column;padding-left:32px;display:flex}.post-run--challenge>*{pointer-events:none}.post-run--challenge .post-run__header,.post-run--challenge .post-run__footer--hint{flex:none;position:static}.post-run__challenge-rewards{justify-content:center;align-items:center;gap:8px;min-height:42px;margin-top:16px;display:flex}.post-run__challenge-reward{color:#333;background:#fff;border:1px solid #e3e3e3;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:42px;padding:8px 10px;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex}.post-run__challenge-art{z-index:1;object-fit:contain;flex:auto;width:100%;min-height:0;margin-top:clamp(8px,2%,24px)}.post-run__collection-art{width:92%;height:50%;position:absolute;top:30%;left:4%}.post-run__set-name{color:#7a7a7a;margin-top:8px;font-size:12px;display:inline-block}.post-run__set-art{width:94%;height:43%;position:absolute;top:34%;left:3%}.post-run__set-art>img{width:100%;height:100%}.post-run__set-heart{color:#fff;text-shadow:0 1px 1px #0000000d;font-size:clamp(15px,5vw,21px);line-height:1;position:absolute}.post-run__set-heart--1{top:50%;left:18%;transform:rotate(-26deg)}.post-run__set-heart--2{top:41%;left:34%;transform:rotate(-14deg)}.post-run__set-heart--3{top:35%;left:49%}.post-run__set-heart--4{top:41%;left:65%;transform:rotate(14deg)}.post-run__set-heart--5{top:50%;left:80%;transform:rotate(26deg)}.post-run--card{box-sizing:border-box;padding:max(24px, env(safe-area-inset-top,0px)) 2rem max(72px, env(safe-area-inset-bottom,0px));flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.post-run__card-stage{flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:16px;width:100%;min-height:0;max-height:100%;display:flex}.post-run__eyebrow{z-index:2;color:#7a7a7a;text-align:center;flex:none;width:100%;margin:0;font-size:16px;font-weight:500;line-height:1.1;position:static}.post-run__card{z-index:1;box-sizing:border-box;text-align:center;background:#fff;border-radius:24px;flex-direction:column;flex:0 auto;align-items:center;width:100%;max-width:100%;min-height:0;max-height:100%;margin:0;padding:20px 20px 24px;display:flex;position:relative;overflow:hidden}.post-run__card-title,.post-run__card h1{color:#404040;letter-spacing:-.02em;text-align:center;flex:none;width:100%;margin:0 0 16px;font-size:28px;font-weight:700;line-height:1.1}.post-run__card-art{flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;overflow:hidden}.post-run__card-art img,.post-run__card img{aspect-ratio:271/310;object-fit:contain;background:#fff;border-radius:12px;width:100%;max-width:100%;height:auto;min-height:0;max-height:100%;display:block}.post-run__card-body,.post-run__card p{color:#7a7a7a;text-align:center;flex:none;width:100%;margin:20px 0 0;font-size:16px;font-weight:500;line-height:1.1}.post-run--status{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;display:flex}.post-run--status h1,.post-run--status p{margin:0}.post-run--status p{color:#7a7a7a;max-width:30ch;line-height:1.35}.post-run--status .post-run__primary{max-width:311px}.post-run__spinner{border:4px solid #ff335f33;border-top-color:#ff335f;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite post-run-spin}@keyframes post-run-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.post-run__spinner{animation:none}}@media (height<=700px){.post-run__header{top:4.5%}.post-run__header--reward{top:7%}.post-run__warning-art{height:35%;top:19%}.post-run__warning-card{min-height:116px;padding-top:24px;top:54%}.post-run__summary-art{height:53%;top:18%}.post-run__collection-art{height:55%;top:23%}.post-run__set-art{height:48%;top:27%}.post-run--card{padding-top:max(16px, env(safe-area-inset-top,0px));padding-bottom:max(64px, env(safe-area-inset-bottom,0px))}.post-run__card{padding:16px 16px 18px}.post-run__card-title,.post-run__card h1{margin-bottom:12px;font-size:22px}.post-run__card-body,.post-run__card p{margin-top:12px;font-size:14px}.post-run__footer{bottom:max(8px, env(safe-area-inset-bottom,0px))}}.post-run__header--story{flex-direction:column;align-items:center;gap:10px;display:flex}.post-run__header--story p{max-width:32ch}.post-run--story{box-sizing:border-box;padding:clamp(28px, 8.4%, 68px) 32px max(16px, env(safe-area-inset-bottom,0px));flex-direction:column;display:flex}.post-run--story .post-run__story-top,.post-run--story .post-run__footer--hint{flex:none;position:static;inset:auto}.post-run__story-art{z-index:1;flex:auto;width:100%;min-height:0;margin-top:clamp(8px,2%,24px)}.post-run__ticket-pill{z-index:2;left:50%;bottom:max(72px, calc(env(safe-area-inset-bottom,0px) + 64px));box-sizing:border-box;color:#404040;background:#fff;border-radius:100px;align-items:center;gap:6px;min-height:40px;padding:8px 16px;font-size:14px;font-weight:600;line-height:1;display:flex;position:absolute;transform:translate(-50%)}.post-run__ticket-pill img{width:24px;height:24px}.post-run--story-keep-going .post-run__story-art,.post-run--story-more-orders .post-run__story-art{width:116%;margin-left:-8%}@media (height<=700px){.post-run__ticket-pill{bottom:max(56px, calc(env(safe-area-inset-bottom,0px) + 52px))}.post-run__story-top{gap:8px}}.post-run__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.post-run--location-finale{background:#f8dbd9}.post-run__location-finale-art{z-index:1;object-fit:contain;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.post-run--location-finale-status .post-run__location-finale-art{object-position:center center;height:auto;top:30%;bottom:84px}.post-run--location-finale-status .post-run__location-finale-art--park-status{object-fit:contain;object-position:center center;width:83%;height:42.9%;inset:36.4% auto auto 8.5%}.post-run__ticket-pill--finale{bottom:max(72px, calc(env(safe-area-inset-bottom,0px) + 64px))}.post-run__location-finale-top,.post-run__story-top{z-index:2;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:clamp(28px,8.4%,68px);left:32px;right:32px}.post-run__location-finale-top .post-run__location-finale-heading,.post-run__location-finale-top .post-run__ticket-pill,.post-run__story-top .post-run__header,.post-run__story-top .post-run__ticket-pill{position:static;transform:none}@media (height<=700px){.post-run__ticket-pill--finale{bottom:max(56px, calc(env(safe-area-inset-bottom,0px) + 52px))}.post-run__location-finale-top{gap:8px}}.post-run__location-finale-heading{z-index:2;text-align:center;margin:0;position:absolute;top:clamp(28px,8.4%,68px);left:32px;right:32px}.post-run__location-finale-heading h1{margin:0 0 4px;font-size:clamp(22px,6.8vw,26px);font-weight:800;line-height:1.1}.post-run__location-finale-heading p{color:#7a7a7a;margin:0;font-size:15px;font-weight:500}.post-run__location-finale-character{z-index:2;object-fit:contain;width:82%;height:auto;position:absolute;bottom:6%;right:-4%}.post-run__location-finale-bubble{z-index:3;width:60%;position:absolute;top:30%;left:6%}.post-run__location-finale-bubble .speech__bubble{width:100%;display:block;transform:scaleX(-1)}.post-run__location-finale-bubble .speech__copy{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;position:absolute;inset:10% 20% 22% 10%}.post-run__location-finale-bubble .speech__copy strong{font-size:12px;font-weight:700;line-height:1.15}.post-run__location-finale-bubble .speech__copy span{color:#7a7a7a;font-size:10px;font-weight:500;line-height:1.2}@media (width>=380px){.post-run__location-finale-bubble .speech__copy strong{font-size:13px}.post-run__location-finale-bubble .speech__copy span{font-size:11px}}.post-run--location-finale-farewell .post-run__footer--hint,.post-run--location-finale-campaign_complete .post-run__footer--hint{z-index:5;color:#fff;background:#ff335f;border:0;border-radius:56px;font-weight:600}.post-run--location-finale-full-comic .post-run__location-finale-art{z-index:0;object-fit:cover;object-position:left center}.post-run--location-finale-full-comic:before{z-index:1;content:"";pointer-events:none;background:#ffffff4d;position:absolute;inset:0}.post-run--location-finale-full-comic:after{z-index:4;content:"";pointer-events:none;background:linear-gradient(#0000 3.3%,#000 81.3%);height:21.3%;position:absolute;bottom:0;left:0;right:0}.post-run--location-finale-full-comic .post-run__location-finale-character{object-fit:contain;object-position:left bottom;width:112%;height:60.9%;inset:39.2% auto auto 18.4%}.post-run--location-finale-full-comic .post-run__location-finale-bubble{width:49.33%;top:36.65%;left:7.47%}.post-run--location-finale-full-comic .post-run__location-finale-bubble .speech__copy{gap:4px;inset:14% 16% 18%}.post-run--location-finale-full-comic .post-run__location-finale-bubble .speech__copy strong,.post-run--location-finale-full-comic .post-run__location-finale-bubble .speech__copy span{color:#000;font-size:8px;line-height:1.2}.post-run--location-finale-full-comic .post-run__footer--hint{bottom:max(55px, calc(env(safe-area-inset-bottom,0px) + 55px))}.tuning-fab{z-index:9999;color:#fff;cursor:pointer;background:#141218d1;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex;position:fixed;top:8px;right:8px}.tuning-fab__badge{color:#fff;text-align:center;background:#e5484d;border-radius:8px;min-width:15px;height:15px;padding:0 3px;font-size:10px;line-height:15px;position:absolute;top:-4px;right:-4px}.tuning-panel{z-index:9999;color:#eee;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#121016f0;flex-direction:column;width:300px;max-width:92vw;height:100vh;font:12px/1.35 -apple-system,system-ui,sans-serif;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 24px #00000080}.tuning-panel__head,.tuning-panel__foot{border-bottom:1px solid #ffffff1a;align-items:center;gap:6px;padding:8px 10px;display:flex}.tuning-panel__foot{color:#ffffff8c;border-top:1px solid #ffffff1a;border-bottom:none}.tuning-panel__spacer{flex:1}.tuning-panel__hint{font-size:10px}.tuning-panel__body{flex:1;padding:4px 0;overflow-y:auto}.tuning-btn{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:6px;padding:4px 8px;font-size:11px}.tuning-btn:hover{background:#ffffff3d}.tuning-btn:disabled{opacity:.4;cursor:default}.tuning-btn--x{padding:4px 7px}.tuning-btn--sm{padding:2px 6px;font-size:10px}.tuning-group{border-bottom:1px solid #ffffff0f;padding:4px 0}.tuning-group__head{align-items:center;padding:2px 10px;display:flex}.tuning-group__toggle{text-align:left;color:#cfc8da;cursor:pointer;background:0 0;border:none;flex:1;padding:2px 0;font-size:12px;font-weight:700}.tuning-row{padding:3px 10px}.tuning-row--dirty{background:#7864dc24}.tuning-row__label{color:#ffffffc7;margin-bottom:2px;display:block}.tuning-row__restart{color:#f0b429;margin-left:4px}.tuning-row__controls{align-items:center;gap:6px;display:flex}.tuning-row__controls input[type=range]{accent-color:#8b7cf0;flex:1;min-width:0}.tuning-row__num{color:#fff;-moz-appearance:textfield;background:#0000004d;border:1px solid #ffffff29;border-radius:5px;width:58px;padding:2px 4px;font-size:11px}.tuning-row__reset{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:5px;width:20px;height:20px;font-size:12px;line-height:1}.tuning-row__reset--ghost{cursor:default;background:0 0}.tuning-flag{color:#ffffffd9;cursor:pointer;align-items:center;gap:7px;display:flex}.tuning-flag input{accent-color:#e5484d;width:15px;height:15px}.tuning-asset{border-top:1px solid #ffffff0f;padding:2px 0 4px}.tuning-asset--dirty{background:#7864dc1a}.tuning-asset__head{align-items:center;gap:6px;padding:2px 10px;display:flex}.tuning-asset__thumb{object-fit:contain;background:linear-gradient(45deg,#b9b9c2 25%,#0000 25% 75%,#b9b9c2 75%) 0 0/12px 12px,linear-gradient(45deg,#b9b9c2 25%,#d7d7de 25% 75%,#b9b9c2 75%) 6px 6px/12px 12px,#cfcfd6;border-radius:5px;flex:none;width:40px;height:40px}.tuning-asset__head .tuning-group__toggle{font-size:11px;font-weight:600}.tuning-asset__tag{color:#fff6;font-size:10px;font-weight:400}.tuning-asset__enums{gap:10px;display:flex}.tuning-asset__enum{color:#ffffffb3;align-items:center;gap:4px;font-size:11px;display:flex}.tuning-asset__enum select{color:#fff;background:#0000004d;border:1px solid #ffffff29;border-radius:5px;padding:1px 3px;font-size:11px}.tuning-export{border-bottom:1px solid #ffffff1f;padding:8px 10px}.tuning-export__head{opacity:.8;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;font-size:.72rem;display:flex}.tuning-export__area{color:#e8e8f0;resize:vertical;background:#00000059;border:1px solid #ffffff24;border-radius:8px;width:100%;padding:6px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;line-height:1.35}.tasks-screen{-webkit-overflow-scrolling:touch;background:#f5f5f5;height:100%;min-height:0;max-height:100%;padding-top:0;padding-left:0;padding-right:0;overflow-y:auto}.tasks-screen__content{padding:0 1rem 1.5rem}.tasks-screen__title-row{justify-content:center;align-items:center;gap:8px;margin:24px 0 8px;display:flex}.tasks-screen__title{letter-spacing:-.02em;color:#404040;text-align:center;margin:0;font-size:28px;font-weight:700;line-height:1}.tasks-screen__info-btn{color:#404040;cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.tasks-screen__info-btn:focus-visible{outline-offset:2px;border-radius:50%;outline:3px solid #4da3ff}.tasks-screen__subtitle{color:#a6a6a6;text-align:center;margin:0 0 24px;font-size:14px;font-weight:500;line-height:1.2}.tasks-screen__progress{flex-direction:column;gap:8px;margin:0 0 16px;display:flex}.tasks-progress-card{background:#fff;border-radius:20px;flex-direction:column;gap:12px;padding:12px;display:flex}.tasks-progress-card__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.tasks-progress-card__label{color:#404040;font-size:14px;font-weight:500;line-height:1.2}.tasks-progress-card__value{color:#a6a6a6;white-space:nowrap;flex:none;font-size:14px;font-weight:500;line-height:1.2}.tasks-progress-card__track{background:#f4f4f4;border-radius:8px;width:100%;height:8px;position:relative;overflow:hidden}.tasks-progress-card__fill{background:#ff335f;border-radius:8px;height:100%;display:block}.tasks-screen__tabs{background:#fff;border-radius:999px;gap:4px;margin:0 0 16px;padding:4px;display:flex}.tasks-screen__tab{color:#404040;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;min-height:34px;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:600;line-height:1.2}.tasks-screen__tab:focus-visible{outline-offset:2px;outline:3px solid #4da3ff}.tasks-screen__tab--active{color:#fff;background:#ff335f}.tasks-screen__section-label{color:#a6a6a6;margin:0 0 16px;font-size:16px;font-weight:500;line-height:1.15}.tasks-screen__list{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.tasks-screen__list--challenge{gap:12px}.tasks-screen__status,.tasks-screen__empty{color:#7a7a7a;text-align:center;margin:0;padding:12px 4px;font-size:14px}.tasks-screen__status--error{color:#cc284d}.tasks-promo-banner{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:24px;line-height:0;text-decoration:none;display:block;overflow:hidden}.tasks-promo-banner:focus-visible{outline-offset:2px;outline:3px solid #4da3ff}.tasks-promo-banner__img{object-fit:cover;border-radius:24px;width:100%;height:auto;display:block}.quest-card{background:#fff;border-radius:24px;flex-direction:column;gap:12px;padding:12px 12px 16px;display:flex;position:relative}.quest-card--interactive{cursor:pointer}.quest-card--interactive:focus-visible{outline-offset:2px;outline:3px solid #4da3ff}.quest-card__top{flex-wrap:wrap;align-items:center;gap:8px;min-height:36px;display:flex}.quest-card__rewards{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.quest-card__body{align-items:flex-start;gap:12px;min-width:0;display:flex}.quest-card__icon{background:#e3e3e3;border-radius:10px;flex:0 0 35px;width:35px;height:35px;overflow:hidden}.quest-card__icon-img{object-fit:cover;width:100%;height:100%;display:block}.quest-card__copy{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.daily-challenge .quest-card__top{flex-wrap:nowrap;align-items:flex-start;gap:12px;min-height:0}.daily-challenge .quest-card__meta{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:8px;min-width:0;min-height:36px;display:flex}.daily-challenge .quest-card__icon{background-color:#ff335f;background-image:url(data:image/webp;base64,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);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-basis:88px;width:88px;height:88px}.daily-challenge .quest-card__icon-img{object-fit:contain;z-index:1;position:relative}.daily-challenge .quest-card__copy{flex:none}.quest-card__title{color:#404040;margin:0;font-size:16px;font-weight:500;line-height:1.25}.quest-card__subtitle{color:#7a7a7a;margin:0;font-size:14px;font-weight:500;line-height:1.25}.quest-card__dim{opacity:.55}.quest-card__footer{align-items:center;gap:16px;display:flex}.quest-card .quest-card__cta{flex:auto;min-width:0;height:36px;min-height:36px;padding:0 16px;font-size:12px;font-weight:500}.quest-card__timer{color:#404040;white-space:pre;background:#f8f8f8;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:78px;height:36px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.quest-card__check{background:#ff335f;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;display:inline-flex}.quest-card__check svg{color:#fff;display:block}.quest-card .reward-chip{min-height:36px;color:var(--grey-color-primary,#404040);letter-spacing:.00875rem;background:#fff;border:1px solid #ececec;border-radius:999px;gap:4px;padding:6px 8px 6px 10px;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.2}.quest-card .reward-chip__ticket,.quest-card .reward-chip__card{width:1.5rem;height:1.5rem}.reward-task-card{background:#fff;border-radius:24px;flex-direction:column;gap:16px;padding:12px;display:flex;position:relative}.tasks-help{z-index:1000;background:#0000008c;justify-content:center;align-items:flex-end;animation:.16s ease-out tasks-help-in;display:flex;position:absolute;inset:0}.tasks-help__sheet{width:100%;max-width:480px;padding:40px 32px max(32px, env(safe-area-inset-bottom));box-sizing:border-box;background:#fff;border-radius:24px 24px 0 0;position:relative}.tasks-help__close{color:#404040;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex;position:absolute;top:16px;right:16px}.tasks-help__title{color:#404040;text-align:center;margin:0 0 18px;font-size:18px;font-weight:700;line-height:1.2}.tasks-help__body{color:#7a7a7a;text-align:center;white-space:pre-line;margin:0 0 24px;font-size:14px;font-weight:500;line-height:1.35}.tasks-help__cta{color:#fff;width:100%;min-height:48px;font:inherit;cursor:pointer;background:#ff335f;border:0;border-radius:56px;justify-content:center;align-items:center;font-size:16px;font-weight:500;display:flex}.tasks-help__cta:focus-visible,.tasks-help__close:focus-visible{outline-offset:2px;outline:3px solid #4da3ff}@keyframes tasks-help-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.tasks-help{animation:none}}.buy-screen{background:#f5f5f5;min-height:100%}.buy-screen__title{letter-spacing:-.02em;color:#333;text-align:center;margin:8px 0 6px;font-size:22px;font-weight:700;line-height:1.15}.buy-screen__subtitle{color:#7a7a7a;text-align:center;margin:0 0 16px;font-size:14px;line-height:1.35}.buy-screen__balance{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex;box-shadow:0 2px 10px #0000000a}.buy-screen__balance-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.buy-screen__balance-label{color:#333;font-size:15px;font-weight:700}.buy-screen__balance-hint{color:#a6a6a6;font-size:12px}.buy-screen__section-label{letter-spacing:.02em;text-transform:uppercase;color:#a6a6a6;margin:4px 0 10px;font-size:12px;font-weight:600}.buy-screen__packages{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.buy-package-card{background:#fff;border-radius:20px;align-items:center;gap:12px;padding:12px;display:flex;box-shadow:0 2px 10px #0000000a}.buy-package-card__art{background:linear-gradient(160deg,#fff1f4 0%,#ffe3ea 100%);border-radius:16px;flex:none;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;overflow:hidden}.buy-package-card__art img{object-fit:contain;width:54px;height:54px}.buy-package-card__badge{position:absolute;top:-6px;left:-6px;box-shadow:0 2px 6px #ff335f40;padding:4px 8px!important;font-size:.65rem!important}.buy-package-card__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.buy-package-card__amount{color:#333;margin:0;font-size:16px;font-weight:800}.buy-package-card__price{color:#7a7a7a;margin:0;font-size:13px;font-weight:600}.buy-package-card .btn-pill{flex:none;width:auto;min-width:96px;height:44px;padding:0 16px;font-size:.9rem}.collection-coach{z-index:1100;cursor:pointer;background:#0000008c;position:absolute;inset:0;overflow:hidden}.collection-coach__hole{box-sizing:border-box;pointer-events:none;background:0 0;outline:2px solid #ffffffd9;position:absolute;box-shadow:0 0 0 9999px #0000008c}.collection-coach:has(.collection-coach__hole){background:0 0}.collection-coach__tooltip{z-index:1101;pointer-events:none;background:#fff;border-radius:24px;max-width:209px;padding:14px 16px;position:absolute;box-shadow:0 8px 28px #0000002e}.collection-coach__tooltip-text{color:#404040;text-align:center;margin:0;font-size:12px;font-weight:600;line-height:1.2}.collection-coach__tooltip--right:before{content:"";border-top:10px solid #0000;border-bottom:10px solid #0000;border-right:9px solid #fff;width:0;height:0;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.collection-coach__tooltip--below:before{content:"";border-bottom:9px solid #fff;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.collection-coach__hint{left:50%;bottom:max(28px, env(safe-area-inset-bottom));z-index:1101;color:#f8f8f8;text-align:center;pointer-events:none;white-space:nowrap;margin:0;font-size:16px;font-weight:500;line-height:1.1;position:absolute;transform:translate(-50%)}.collection{-webkit-overflow-scrolling:touch;background:#f5f5f5;height:100%;min-height:0;max-height:100%;padding-top:0;padding-left:0;padding-right:0;overflow-y:auto}.collection__content{padding:0 16px 24px}.collection__status{color:#7a7a7a;text-align:center;margin:0 0 16px;font-size:14px;font-weight:500}.collection__title{letter-spacing:-.2px;color:#333;text-align:center;margin:24px 0 8px;font-size:28px;font-weight:700;line-height:1.1}.collection__subtitle{color:#a6a6a6;letter-spacing:.14px;text-align:center;max-width:343px;margin:0 auto 24px;font-size:14px;font-weight:500;line-height:1.2}.collection__banner{background:#facecf;border-radius:16px;height:120px;margin:0 0 16px;display:block;position:relative;overflow:hidden}.collection__banner-art{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:268px;height:134px;position:absolute;top:-7px;left:50%;transform:translate(-50%)}.collection__banner-badge{z-index:1;box-sizing:border-box;color:#333;letter-spacing:.14px;white-space:nowrap;background:#fff;border:1px solid #e3e3e3;border-radius:100px;justify-content:center;align-items:center;gap:4px;min-height:36px;padding:6px 8px 6px 10px;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex;position:absolute;bottom:12px;right:12px}.collection__banner-badge img{flex:none;width:24px;height:24px;display:block}.collection__banner-badge-value{color:#333}.collection__grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:8px;padding:0 0 24px;display:grid}.collection-set-tile{cursor:pointer;width:100%;max-width:109px;font:inherit;color:inherit;background:0 0;border:0;flex-direction:column;align-items:center;padding:0;display:flex}.collection-set-tile__art{background:#e8e8e8;border-radius:16px;justify-content:center;align-items:center;width:100%;height:142px;display:flex;position:relative;overflow:hidden}.collection-set-tile__art img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:87px;height:90px}.collection-set-tile__label{letter-spacing:.02px;color:#333;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:109px;min-height:22px;margin:6px 0 0;font-size:10px;font-weight:500;line-height:1.1;display:-webkit-box;overflow:hidden}.collection-set-tile__progress{box-sizing:border-box;letter-spacing:.14px;color:#333;white-space:nowrap;background:#fff;border:1px solid #e3e3e3;border-radius:100px;justify-content:center;align-items:center;gap:4px;height:36px;margin-top:6px;padding:0 8px 0 10px;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex}.collection-set-tile__progress-owned{color:#333}.collection-set-tile__progress-sep{color:#c6c6c6}.collection-set-tile__progress img{flex:none;width:24px;height:24px;display:block}.promo-first-run-sheet__scrim{z-index:40;background:#000000b3;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.promo-first-run-sheet{box-sizing:border-box;text-align:center;background:#fff;border-radius:32px 32px 0 0;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:375px;padding:32px 32px 40px;display:flex;position:relative}.promo-first-run-sheet__close{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;position:absolute;top:16px;right:16px}.promo-first-run-sheet__art{object-fit:contain;width:auto;height:182px;display:block}.promo-first-run-sheet__title{color:#404040;margin:0;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;line-height:1.3}.promo-first-run-sheet__text{color:#a6a6a6;margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4}.promo-first-run-sheet__code-field{box-sizing:border-box;background:#f5f5f5;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.promo-first-run-sheet__code{color:#404040;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;overflow:hidden}.promo-first-run-sheet__copy{cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:0;display:inline-flex}.promo-first-run-sheet__copied{color:#ff335f;font-size:12px;font-weight:500}.promo-first-run-sheet__cta{color:#fff;cursor:pointer;background:#ff335f;border:0;border-radius:56px;width:100%;height:48px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500}.promo-first-run-sheet__close:focus-visible,.promo-first-run-sheet__copy:focus-visible,.promo-first-run-sheet__cta:focus-visible{outline-offset:2px;outline:2px solid #ff335f}.logout-dialog{z-index:1000;padding:var(--space-lg);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:logout-dialog-in var(--duration-normal) var(--ease-out-expo);background:#2b2b2b7a;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.logout-dialog__panel{width:min(100%,360px);padding:var(--space-xl) var(--space-lg) var(--space-lg);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-soft-hover);text-align:center}.logout-dialog__title{color:var(--color-text);margin:0;font-size:1.45rem;line-height:1.2}.logout-dialog__text{margin:var(--space-sm) 0 0;color:var(--color-text-muted);line-height:1.45}.logout-dialog__error{margin:var(--space-md) 0 0;color:#b42318;font-size:.9rem;line-height:1.4}.logout-dialog__actions{gap:var(--space-sm);margin-top:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.logout-dialog__button{min-height:48px;padding:0 var(--space-md);border-radius:var(--radius-pill);font:inherit;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out-expo);border:none;font-weight:700}.logout-dialog__button:active:not(:disabled){transform:scale(.97)}.logout-dialog__button:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.logout-dialog__button:disabled{cursor:wait;opacity:.6}.logout-dialog__button--secondary{background:var(--color-surface-muted,#f2f2f2);color:var(--color-text)}.logout-dialog__button--danger{background:var(--color-brand);color:#fff;box-shadow:var(--shadow-brand)}@keyframes logout-dialog-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.logout-dialog{animation:none}}.home-hub{--home-bg:#f8dad8;--home-ink:#3f3f3f;--home-pink:#ff335f;--home-card:#fff;--home-gutter:clamp(16px, 4.3vw, 32px);--home-max:375px;background:var(--home-bg);min-height:100svh;color:var(--home-ink);box-sizing:border-box;flex-direction:column;display:flex;position:relative;overflow:hidden}.home-hub>.app-header{z-index:3;flex:none;position:relative}.home-hub__body{z-index:1;box-sizing:border-box;flex:auto;grid-template-columns:1fr;width:100%;min-height:0;margin:0;padding:0;display:grid;position:relative}.home-hub__side{z-index:2;flex-direction:column;align-items:flex-start;gap:0;width:80px;display:flex;position:absolute;top:1rem;left:1rem}.home-hub__raffle-tile{background:var(--home-card);cursor:pointer;box-sizing:border-box;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:80px;height:80px;padding:8px;display:flex;box-shadow:0 2px 8px #0000000f}.home-hub__raffle-tile img{object-fit:contain;width:40px;height:32px}.home-hub__raffle-tile span{color:var(--home-ink);font:500 10px/1.1 Inter,Arial,sans-serif}.home-hub__countdown{z-index:1;background:var(--home-pink);color:#f7f7f7;white-space:nowrap;box-sizing:border-box;border-radius:34px;justify-content:center;align-self:center;align-items:center;min-width:88px;height:21px;margin:-10px 0 0;padding:0 10px;font:500 10px/1 Inter,Arial,sans-serif;display:inline-flex;position:relative}.home-hub__character{pointer-events:none;z-index:0;box-sizing:border-box;justify-content:center;align-items:flex-end;padding:0 8px 1.12rem;display:flex;position:absolute;inset:0}.home-hub__character img{object-fit:contain;object-position:bottom center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:min(252px,68vw);height:auto;max-height:min(48dvh,340px)}.home-hub__bottom{z-index:2;width:min(100%, var(--home-max));padding:0 var(--home-gutter) max(16px, env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;flex:none;align-items:center;gap:20px;margin:0 auto;display:flex;position:relative}.home-hub__play{background:var(--home-pink);color:#fff;cursor:pointer;width:100%;max-width:311px;height:48px;min-height:48px;box-shadow:none;border:0;border-radius:56px;justify-content:center;align-items:center;padding:0 24px;font:500 16px/1.1 Inter,Arial,sans-serif;display:flex}.home-hub__play:active{transform:scale(.98)}.home-hub__play:focus-visible{outline-offset:3px;outline:3px solid #3f3f3f}.home-hub__nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;max-width:311px;display:grid}.home-hub__nav-item{background:var(--home-card);cursor:pointer;box-sizing:border-box;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:98px;min-height:98px;padding:12px 8px;display:flex;box-shadow:0 2px 8px #0000000f}.home-hub__nav-item:active{transform:scale(.98)}.home-hub__nav-item:focus-visible{outline-offset:2px;outline:3px solid #3f3f3f}.home-hub__nav-icon{flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.home-hub__nav-icon img{object-fit:contain;width:auto;max-width:40px;height:auto;max-height:40px}.home-hub__nav-label{color:var(--home-ink);text-align:center;font:500 10px/1.1 Inter,Arial,sans-serif}.home-hub__faq{z-index:40;background:#00000059;flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.home-hub__faq-sheet{max-height:min(85dvh,691px);padding:26px 16px max(20px, env(safe-area-inset-bottom,0px));box-sizing:border-box;background:#fff;border-radius:24px 24px 0 0;overflow-y:auto}.home-hub__faq-sheet h2{color:#404040;margin:0 2px 24px;font:700 28px/1.1 Inter,Arial,sans-serif}.home-hub__faq-list{gap:8px;display:grid}.home-hub__faq-item{background:#f7f7f7;border-radius:24px;overflow:hidden}.home-hub__faq-question{color:#2a2c2f;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:16px;font:500 16px/1.1 Inter,Arial,sans-serif;display:flex}.home-hub__faq-question:focus-visible{outline-offset:-3px;outline:3px solid #2a2c2f}.home-hub__faq-chevron{color:#2a2c2f;flex:none;margin-left:12px;transition:transform .15s;display:inline-flex}.home-hub__faq-item--expanded .home-hub__faq-chevron{transform:rotate(180deg)}.home-hub__faq-item p{color:#7a7a7a;overflow-wrap:anywhere;margin:0;padding:0 16px 16px;font:500 14px/1.2 Inter,Arial,sans-serif}.home-hub__faq-link{color:var(--home-pink,#ff335f);text-decoration:underline}.home-hub__faq-logout{border:1.5px solid var(--home-pink);width:100%;min-height:48px;color:var(--home-pink);cursor:pointer;background:0 0;border-radius:999px;margin-top:16px;font:600 16px/1.1 Inter,Arial,sans-serif}.home-hub__faq-close{background:var(--home-pink);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;min-height:48px;margin-top:10px;font:600 16px/1.1 Inter,Arial,sans-serif}@media (width>=480px){.home-hub__character img{width:min(280px,42vw);max-height:min(52dvh,380px)}}@media (height<=700px){.home-hub__character img{max-height:min(40dvh,260px)}.home-hub__nav-item{height:88px;min-height:88px}}.level-gate-screen{background:#f5f5f5;min-height:100%}.level-gate-screen__center{flex:1;justify-content:center;align-items:center;padding:12px 0 28px;display:flex}.level-gate-screen__card{text-align:center;background:#fff;border-radius:24px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:340px;padding:28px 20px 22px;display:flex;box-shadow:0 8px 28px #00000014}.level-gate-screen__art{background:linear-gradient(160deg,#fff1f4 0%,#ffe3ea 100%);border-radius:28px;justify-content:center;align-items:center;width:148px;height:148px;display:flex;overflow:hidden}.level-gate-screen__art img{object-fit:contain;width:112px;height:112px}.level-gate-screen__title{letter-spacing:-.02em;color:#333;margin:0;font-size:1.25rem;font-weight:800;line-height:1.25}.level-gate-screen__body{color:#7a7a7a;margin:0;font-size:14px;line-height:1.45}.level-gate-screen__card .btn-pill{width:100%;max-width:240px;margin-top:4px}.map-screen{background:#7d5a8c;width:100%;height:100%;position:relative;overflow:hidden}.map-screen__viewport{touch-action:none;cursor:grab;position:absolute;inset:0;overflow:hidden}.map-screen__viewport:active{cursor:grabbing}.map-screen__canvas{aspect-ratio:24/43;transform-origin:0 0;will-change:transform;width:193.25%;position:absolute;top:0;left:0}.map-screen__art{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.map-marker{cursor:pointer;background:0 0;border:0;padding:0;position:absolute;transform:translate(-50%,-50%)}.map-marker__locked-stack{flex-direction:column;align-items:center;gap:.25rem;display:flex}.map-marker__lock{background:var(--color-brand-pink);border-radius:2rem;justify-content:center;align-items:center;width:4rem;height:4.125rem;display:flex}.map-marker__counter{color:#404040;white-space:nowrap;background:#fff;border-radius:6.25rem;align-items:center;gap:.25rem;padding:.25rem .375rem .25rem .5rem;font:500 .625rem/1.1 Inter,Arial,sans-serif;display:inline-flex}.map-marker__unlocked{width:6.9rem;height:3.588rem;display:block;position:relative}.map-marker__platform{background:#fff;border-radius:50%;display:block;position:absolute;inset:0}.map-marker__ellipse{width:6rem;height:auto;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-screen__chrome{z-index:5;pointer-events:none;position:relative}.map-screen__chrome .app-header{pointer-events:none}.map-screen__chrome .app-header__action{pointer-events:auto}.map-screen__chrome .level-progress{background:#ffffffeb}.location-sheet__scrim{z-index:6;background:#000000b3;align-items:flex-end;display:flex;position:absolute;inset:0}.location-sheet{width:100%;max-height:100%;padding:2rem 2rem max(2rem, env(safe-area-inset-bottom));background:#fff;border-radius:2rem 2rem 0 0;flex-direction:column;gap:1.125rem;display:flex;position:relative;overflow-y:auto}.location-sheet__close{cursor:pointer;background:0 0;border:0;padding:.25rem;display:flex;position:absolute;top:1rem;right:1rem}.location-sheet__heading{gap:.5rem;display:grid}.location-sheet__eyebrow{color:#a6a6a6;margin:0;font:700 1.125rem/1.2 Inter,Arial,sans-serif}.location-sheet__title{color:#404040;letter-spacing:-.0125rem;margin:0;font:700 1.75rem/1.1 Inter,Arial,sans-serif}.location-sheet__illustration{object-fit:contain;align-self:center;width:auto;max-width:100%;height:13.75rem}.location-sheet__description{color:#a6a6a6;letter-spacing:-.003rem;margin:0;font:500 1rem/1.1 Inter,Arial,sans-serif}.location-sheet__cta{background:var(--color-brand-pink);color:#fff;cursor:pointer;border:0;border-radius:3.5rem;width:100%;height:3rem;font:600 .9375rem/1.2 Inter,Arial,sans-serif}.location-sheet__reward{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.location-sheet__reward-label{color:#404040;font:500 .875rem/1.2 Inter,Arial,sans-serif}.location-sheet__reward-pill{color:#404040;background:#fff;border:1px solid #e3e3e3;border-radius:6.25rem;align-items:center;gap:.25rem;padding:.375rem .5rem .375rem .625rem;font:500 .875rem/1.2 Inter,Arial,sans-serif;display:inline-flex}.map-marker:focus-visible,.location-sheet__close:focus-visible,.location-sheet__cta:focus-visible{outline:2px solid var(--color-brand-pink);outline-offset:2px}.location-sheet--locked{padding-bottom:max(3.5rem, env(safe-area-inset-bottom))}.map-screen__progression-error{z-index:6;background:#fff;border-radius:1rem;align-items:center;gap:.75rem;width:min(90%,22rem);padding:.75rem 1rem;display:flex;position:absolute;top:4.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0000002e}.map-screen__progression-error p{color:#404040;flex:1;margin:0;font:500 .875rem/1.2 Inter,Arial,sans-serif}.map-screen__progression-error button{background:var(--color-brand-pink);color:#fff;cursor:pointer;border:0;border-radius:6.25rem;padding:.375rem .875rem;font:600 .875rem/1.2 Inter,Arial,sans-serif}.promo-code-info-sheet__scrim{z-index:40;background:#000000b3;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.promo-code-info-sheet{width:100%;max-width:375px;padding:32px 32px calc(52px + env(safe-area-inset-bottom));box-sizing:border-box;text-align:center;background:#fff;border-radius:32px 32px 0 0;flex-direction:column;align-items:center;gap:18px;display:flex;position:relative}.promo-code-info-sheet__close{color:#404040;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;position:absolute;top:16px;right:16px}.promo-code-info-sheet__art{object-fit:contain;width:min(249px,100%);height:182px;display:block}.promo-code-info-sheet__copy{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.promo-code-info-sheet__title{color:#404040;letter-spacing:.18px;text-align:center;margin:0;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;line-height:1.2}.promo-code-info-sheet__body{flex-direction:column;align-items:center;width:100%;display:flex}.promo-code-info-sheet__text{color:#7a7a7a;letter-spacing:-.05px;text-align:center;margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.1}.promo-code-info-sheet__close:focus-visible{outline-offset:2px;outline:2px solid #ff335f}.raffles-screen{padding:0 1rem 2rem;overflow-x:hidden}.raffles-screen>.app-header{width:calc(100% + 2rem);margin-inline:-1rem}.raffles-screen__title-row{justify-content:space-between;align-items:center;height:2.25rem;margin-top:2.5rem;display:flex}.raffles-screen__title{color:#404040;letter-spacing:-.0125rem;margin:0;font-size:1.75rem;font-weight:700;line-height:1.925rem}.raffles-screen__wallet{align-items:center;gap:.5rem;width:8.125rem;height:2.25rem;display:flex}.raffles-screen__info{cursor:pointer;background:0 0;border:0;place-items:center;width:2.5rem;height:2.25rem;padding:0;display:grid}.raffles-screen__info img{width:1.25rem;height:1.25rem;display:block}.raffles-screen__ticket-counter{box-sizing:border-box;color:#404040;letter-spacing:.00875rem;background:#fff;border:1px solid #e3e3e3;border-radius:2rem;justify-content:center;align-items:center;gap:.25rem;min-width:5.125rem;height:2.25rem;padding:.375rem .625rem;font-size:.875rem;font-weight:500;line-height:1.05rem;display:inline-flex}.raffles-screen__ticket-icon{color:#cc284d;flex:none;width:1.5rem;height:1.5rem;display:block}.raffles-screen__tabs{background:#fff;border-radius:1.9375rem;gap:.125rem;height:2.625rem;margin-top:2.5rem;padding:.25rem;display:flex}.raffles-screen__tab{color:#404040;letter-spacing:.00125rem;background:0 0;border:0;border-radius:1.5rem;flex:1;height:2.125rem;padding:0;font:600 .8125rem/1.125rem Inter,Arial,sans-serif}.raffles-screen__tab--active{color:#fff;background:#ff335f}.raffles-screen__hero{border-radius:1rem;flex-direction:column;height:13.5rem;margin-top:1.25rem;display:flex;position:relative;overflow:visible}.raffles-screen__countdown{z-index:1;box-sizing:border-box;color:#7a7a7a;letter-spacing:.00125rem;background:#fff;border:1px solid #c6c6c6;border-radius:2.125rem;align-items:center;height:1.1875rem;padding:.25rem .5rem;font-size:.625rem;font-weight:500;line-height:.6875rem;display:inline-flex;position:absolute;top:-.5rem;right:.5rem}.raffles-screen__hero-art{background:#fafafa;border-radius:1rem 1rem 0 0;height:7.5rem;overflow:hidden}.raffles-screen__hero-art img{object-fit:cover;width:100%;height:100%;display:block}.raffles-screen__hero-details{background:#fff;border-radius:0 0 1rem 1rem;flex-direction:column;flex:1;gap:.5rem;padding:.875rem;display:flex}.raffles-screen__hero-heading,.raffles-screen__hero-reward{justify-content:space-between;align-items:center;display:flex}.raffles-screen__hero-heading{min-height:1.5rem}.raffles-screen__hero-info{cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:1.5rem;height:1.5rem;padding:0;display:grid;position:relative}.raffles-screen__hero-info:after{content:"";position:absolute;inset:-.5rem}.raffles-screen__hero-info:focus-visible{outline-offset:2px;outline:3px solid #404040}.raffles-screen__hero-title{flex-direction:column;gap:.125rem;display:flex}.raffles-screen__hero-eyebrow{color:#7a7a7a;letter-spacing:.0075rem;margin:0;font-size:.75rem;font-weight:500;line-height:.9rem}.raffles-screen__hero-heading h2{color:#404040;letter-spacing:.01125rem;margin:0;font-size:1.125rem;font-weight:700;line-height:1.35rem}.raffles-screen__hero-reward{color:#404040;letter-spacing:.00875rem;height:2.25rem;font-size:.875rem;font-weight:500;line-height:1.05rem}.raffles-screen__weekly{margin-top:1rem}.raffles-screen__weekly>h2{color:#a6a6a6;letter-spacing:-.003125rem;margin:0;font-size:1rem;font-weight:500;line-height:1.1rem}.raffles-screen__week-list{grid-template-columns:repeat(2,1fr);gap:.5rem;width:100%;margin-top:.5rem;display:grid}.raffles-screen__weekly-status{color:#7a7a7a;letter-spacing:.00875rem;margin:.5rem 0 0;font-size:.875rem;font-weight:500;line-height:1.05rem}.raffles-screen__weekly-status p{margin:0 0 .5rem}.raffles-screen__weekly-retry{color:#fff;letter-spacing:.0075rem;background:#ff335f;border:0;border-radius:2.5rem;justify-content:center;align-items:center;height:2.25rem;padding:.375rem 1rem;font:500 .75rem/.9rem Inter,Arial,sans-serif;display:inline-flex}.raffle-card{box-sizing:border-box;background:#fff;border-radius:1.125rem;min-height:15.0625rem;padding:.25rem .25rem 3rem;position:relative}.raffle-card__art{border-radius:1rem;width:100%;height:8.125rem;position:relative;overflow:hidden}.raffle-card__art>img{width:100%;height:100%;display:block}.raffle-card__badge{box-sizing:border-box;color:#fff;letter-spacing:.00125rem;background:#ff335f;border-radius:2rem;align-items:center;height:1.1875rem;padding:.25rem .375rem;font-size:.625rem;font-weight:500;line-height:.6875rem;display:inline-flex;position:absolute;top:.625rem;right:.625rem}.raffle-card__access{z-index:1;color:#404040;letter-spacing:.00125rem;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:.25rem;margin:0;padding:0;font-family:Inter,Arial,sans-serif;font-size:.625rem;font-style:normal;font-weight:500;line-height:1.1;display:inline-flex;position:absolute;bottom:.75rem;left:.75rem}.raffle-card__access:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #ff335f}.raffle-card__title{color:#404040;letter-spacing:.0075rem;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.5rem 0 0;font-size:.75rem;font-weight:500;line-height:.9rem;display:-webkit-box;overflow:hidden}.raffle-card__subtitle{color:#7a7a7a;letter-spacing:.0075rem;text-overflow:ellipsis;white-space:nowrap;margin:.25rem 0 0;font-size:.75rem;font-weight:500;line-height:.9rem;overflow:hidden}.raffle-card__contribution{color:#7a7a7a;letter-spacing:.00125rem;margin:.5rem 0 0;font-size:.625rem;font-weight:500;line-height:.6875rem}.raffle-card__cta{color:#fff;letter-spacing:.0075rem;background:#ff335f;border:0;border-radius:2.5rem;justify-content:center;align-items:center;gap:.25rem;height:2.25rem;padding:.375rem .75rem;font:500 .75rem/.9rem Inter,Arial,sans-serif;display:inline-flex;position:absolute;bottom:.25rem;left:.25rem;right:.25rem}.raffle-card__cta--disabled{opacity:.5}.raffles-sheet-overlay{z-index:20;pointer-events:auto;flex-direction:column;justify-content:flex-end;width:100%;max-width:100%;display:flex;position:absolute;inset:0}.raffles-sheet-overlay__scrim{cursor:pointer;background:#0000008c;border:0;margin:0;padding:0;position:absolute;inset:0}.raffles-sheet{z-index:1;box-sizing:border-box;width:100%;max-width:100%;max-height:min(90%,100% - 2rem);padding-top:2.5rem;padding-right:max(2rem, env(safe-area-inset-right,0px));padding-bottom:max(3.25rem, env(safe-area-inset-bottom,0px));padding-left:max(2rem, env(safe-area-inset-left,0px));color:#404040;text-align:center;background:#fff;border-radius:1.75rem 1.75rem 0 0;flex-direction:column;align-items:center;gap:1.125rem;margin:0;display:flex;position:relative;overflow:hidden auto}.raffles-sheet__close{top:1rem;right:max(.97rem, env(safe-area-inset-right,0px));box-sizing:content-box;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;width:1.5rem;height:1.5rem;margin:0;padding:0;line-height:0;display:grid;position:absolute}.raffles-sheet__close img{width:1.5rem;height:1.5rem;display:block}.raffles-sheet__title,.raffles-sheet h2{color:#404040;letter-spacing:.01125rem;text-align:center;width:100%;margin:0;font-family:Inter,Arial,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2}.raffles-sheet__body-stack{flex-direction:column;gap:1rem;width:100%;display:flex}.raffles-sheet__body,.raffles-sheet>p{color:#7a7a7a;letter-spacing:-.05px;text-align:center;width:100%;margin:0;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:1.1}.raffles-sheet__illustration{justify-content:center;align-items:center;width:100%;height:8.125rem;display:flex}.raffles-sheet__illustration img{object-fit:contain;height:6.25rem}.raffles-sheet__primary{box-sizing:border-box;color:#fff;letter-spacing:-.05px;cursor:pointer;background:#ff335f;border:0;border-radius:3.5rem;width:100%;max-width:19.4375rem;min-height:3rem;margin:0;padding:.9375rem 1.5rem;font:500 1rem/1.1 Inter,Arial,sans-serif}@media (width>=24rem){.raffles-sheet__primary{max-width:100%}}.raffles-sheet__loading{color:#7a7a7a;font-size:14px}.raffles-sheet--investment{min-height:auto;padding-top:2.5rem;padding-right:max(2rem, env(safe-area-inset-right,0px));padding-bottom:max(3.25rem, env(safe-area-inset-bottom,0px));padding-left:max(2rem, env(safe-area-inset-left,0px));text-align:left;color:#333;align-items:stretch;gap:1.125rem}.raffles-sheet--investment>p[role=alert],.raffles-sheet--investment .raffles-sheet__loading{text-align:center}.raffles-investment__hero{align-items:center;gap:1rem;width:100%;margin:0;display:flex}.raffles-investment__thumbnail{background:#e3e3e3;border-radius:.5rem;flex:none;width:3.5625rem;height:2.875rem;position:relative;overflow:hidden}.raffles-investment__thumbnail img{object-fit:contain;border-radius:.408rem;width:100%;height:100%;margin:0;position:absolute;inset:0}.raffles-investment__hero-text{flex-direction:column;flex:auto;gap:.25rem;min-width:0;display:flex}.raffles-investment__period{color:#7a7a7a;letter-spacing:.12px;margin:0;font-family:Inter,Arial,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.raffles-sheet--investment .raffles-investment__title{color:#333;letter-spacing:-.05px;text-align:left;width:100%;margin:0;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:1.1}.raffles-investment__meta{justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin:0;padding:0;display:flex}.raffles-investment__meta--compact{width:100%}.raffles-investment__meta-label{color:#a6a6a6;letter-spacing:.14px;white-space:nowrap;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-weight:500;line-height:1.2}.raffles-investment__added-block{flex-direction:column;gap:.5rem;width:100%;display:flex}.raffles-investment__hint{color:#a6a6a6;letter-spacing:.12px;text-align:left;width:100%;margin:0;font-family:Inter,Arial,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.raffles-investment__error{color:#ff335f;flex-direction:column;gap:.5rem;margin:0;font:500 .8125rem/1.2 Inter,Arial,sans-serif;display:flex}.raffles-investment__error button{color:#ff335f;cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font:500 .875rem/1.2 Inter,Arial,sans-serif;text-decoration:underline}.raffles-ticket-pill{box-sizing:border-box;background:#fff;border:1px solid #e3e3e3;border-radius:6.25rem;flex:none;justify-content:center;align-items:center;gap:.25rem;padding:.375rem .5rem .375rem .625rem;display:inline-flex}.raffles-ticket-pill__value{color:#333;letter-spacing:.14px;white-space:nowrap;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-weight:500;line-height:1.2}.raffles-ticket-pill__icon{flex:none;width:1.5rem;height:1.5rem;display:block}.raffles-ticket-counter{align-items:center;gap:4px;font:500 14px/1.2 Inter,Arial,sans-serif;display:inline-flex}.raffles-ticket-counter img{width:24px;height:24px}.raffle-allocation{flex-direction:column;gap:.5rem;width:100%;display:flex}.raffle-allocation__stepper-block{flex-direction:column;align-items:center;gap:.25rem;width:100%;display:flex}.raffle-allocation__amount-control{box-sizing:border-box;background:#f8f8f8;border-radius:1.5rem;justify-content:space-between;align-items:center;width:100%;padding:.375rem;display:flex}.raffle-allocation__step{cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;width:auto;height:auto;padding:.5rem;line-height:0;display:flex}.raffle-allocation__step img{width:1.5rem;height:1.5rem;display:block}.raffle-allocation__step:disabled{opacity:.4;cursor:default}.raffle-allocation__value{color:#333;letter-spacing:.14px;flex:none;justify-content:center;align-items:center;gap:.25rem;margin:0;font-family:Inter,Arial,sans-serif;font-size:.875rem;font-weight:500;line-height:1.2;display:inline-flex}.raffle-allocation__value-num{white-space:nowrap}.raffle-allocation__value img{flex:none;width:1.5rem;height:1.5rem;display:block}.raffle-allocation__error{color:#ff335f;letter-spacing:.02px;text-align:center;width:100%;min-height:.6875rem;margin:0;font-family:Inter,Arial,sans-serif;font-size:.625rem;font-weight:500;line-height:1.1}.raffle-allocation__confirm{box-sizing:border-box;color:#fff;letter-spacing:-.05px;text-align:center;cursor:pointer;background:#ff335f;border:0;border-radius:3.5rem;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:3rem;margin:0;padding:.9375rem 1.5rem;font-family:Inter,Arial,sans-serif;font-size:1rem;font-weight:500;line-height:1.1;display:flex}.raffle-allocation__confirm:disabled{opacity:.5;cursor:default}.raffle-receipt{background:#f4f5f7;border-radius:16px;flex-direction:column;gap:8px;margin-top:16px;padding:16px;font:400 14px/16.8px Inter,Arial,sans-serif;display:flex}.raffle-receipt p{margin:0}.raffle-receipt p:first-child{font-weight:600}.raffle-receipt button{color:#ff335f;background:0 0;border:0;align-self:flex-start;padding:0;font:500 14px/16.8px Inter,Arial,sans-serif}.raffles-results{color:#404040;flex-direction:column;gap:12px;margin-top:16px;font-family:Inter,Arial,sans-serif;display:flex}.raffles-results__group{flex-direction:column;gap:4px;display:flex}.raffles-results__period{color:#a6a6a6;letter-spacing:-.05px;margin:0;font-size:16px;font-weight:500;line-height:17.6px}.raffles-results__card{background:#fff;border:1px solid #0000;border-radius:16px;flex-direction:row;align-items:flex-start;gap:12px;padding:16px;display:flex;position:relative;overflow:hidden}.raffles-results__thumb{object-fit:contain;background:#f5f5f5;border-radius:10px;flex:none;width:64px;height:64px;display:block}.raffles-results__body{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.raffles-results__card--win{border-color:#fe3c65}.raffles-results__sparkles{pointer-events:none;width:48px;height:91px;position:absolute;top:8px;right:8px}.raffles-results__label,.raffles-results__text,.raffles-results__bonus,.raffles-results__title{margin:0}.raffles-results__label{color:#7a7a7a;font-size:12px;font-weight:500;line-height:14.4px}.raffles-results__title{letter-spacing:.14px;max-width:calc(100% - 48px);font-size:14px;font-weight:500;line-height:16.8px}.raffles-results__text{color:#7a7a7a;letter-spacing:.12px;font-size:12px;font-weight:500;line-height:14.4px}.raffles-results__bonus{color:#ff335f;letter-spacing:.02px;font-size:10px;font-weight:500;line-height:11px}.raffles-results__action{color:#fff;background:#ff335f;border:0;border-radius:40px;justify-content:center;align-self:stretch;align-items:center;height:40px;font:500 14px/16.8px Inter,Arial,sans-serif;display:inline-flex}.raffles-results__action:disabled{opacity:.5}.raffles-results__email{box-sizing:border-box;background:#f8f8f8;border-radius:26.5px;justify-content:space-between;align-items:center;gap:8px;height:44px;padding:0 6px 0 12px;display:flex}.raffles-results__email-value{letter-spacing:.14px;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:16.8px;overflow:hidden}.raffles-results__copy{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 4px;display:inline-flex}.raffles-results__copy img{width:16.5px;height:16.5px;display:block}.raffles-results__copied{color:#7a7a7a;white-space:nowrap;font-size:12px;font-weight:500;line-height:14.4px}.raffles-empty{color:#7a7a7a;text-align:center;margin:24px 0 0;font-size:14px;line-height:16.8px}.raffles-results__promo{flex-direction:column;gap:8px;display:flex}.raffles-results__promo-header{justify-content:space-between;align-items:center;gap:4px;display:flex}.raffles-results__promo-label{color:#a6a6a6;letter-spacing:-.05px;margin:0;font-size:16px;font-weight:500;line-height:17.6px}.raffles-results__promo-info{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.raffles-results__promo-info img{width:24px;height:24px;display:block}.raffles-results__promo-field{box-sizing:border-box;background:#fff;border-radius:50px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.raffles-results__promo-value{letter-spacing:.02px;font-size:13px;font-weight:600;line-height:18px}.collection-card-modal{z-index:1000;padding:24px 2rem max(24px, env(safe-area-inset-bottom));box-sizing:border-box;cursor:pointer;background:#000000b8;flex-direction:column;justify-content:center;align-items:center;gap:16px;animation:.16s ease-out collection-card-modal-in;display:flex;position:absolute;inset:0}.collection-card-modal__sheet{z-index:1;box-sizing:border-box;background:#fff;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:100%;height:auto;max-height:none;padding:20px 20px 24px;display:flex;position:relative;overflow:visible}.collection-card-modal__title{color:#404040;letter-spacing:-.02em;text-align:center;width:100%;max-width:none;margin:0 0 16px;font-size:28px;font-weight:700;line-height:1.1}.collection-card-modal__image{aspect-ratio:271/310;object-fit:contain;background:#fff;border-radius:12px;width:100%;height:auto;display:block}.collection-card-modal__description{color:#7a7a7a;text-align:center;width:100%;margin:20px 0 0;font-size:16px;font-weight:500;line-height:1.1}.collection-card-modal__continue{color:#f8f8f8;text-align:center;pointer-events:none;flex:none;justify-content:center;align-items:center;width:100%;min-height:48px;padding:0 16px;font-size:16px;font-weight:500;line-height:1.1;display:flex}.collection-card-modal__continue:focus-visible{outline-offset:2px;outline:3px solid #fff}@keyframes collection-card-modal-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.collection-card-modal{animation:none}}.set-screen{-webkit-overflow-scrolling:touch;background:#f5f5f5;height:100%;min-height:0;max-height:100%;padding-top:0;padding-left:0;padding-right:0;overflow-y:auto}.set-screen__content{padding:0 1rem 1.5rem}.set-screen__status{color:#7a7a7a;text-align:center;margin:0 0 16px;font-size:14px;font-weight:500}.set-screen__eyebrow{color:#404040;text-align:center;margin:24px 0 0;font-size:18px;font-weight:700;line-height:22px}.set-screen__title{letter-spacing:-.02em;color:#404040;text-align:center;margin:4px 0 8px;font-size:28px;font-weight:700;line-height:1.1}.set-screen__subtitle{color:#a6a6a6;letter-spacing:.00875rem;text-align:center;max-width:20rem;margin:0 auto 24px;font-size:14px;font-weight:500;line-height:1.2}.set-screen__banner{box-sizing:border-box;background:#fbcfcf;border-radius:16px;width:100%;height:148px;margin:0 0 16px;position:relative;overflow:hidden}.set-screen__banner-art{object-fit:contain;object-position:center center;pointer-events:none;border-radius:16px;width:100%;height:100%;display:block}.set-screen__banner-rewards{z-index:1;gap:8px;display:flex;position:absolute;bottom:12px;right:12px}.set-screen__banner-pill{color:#333;letter-spacing:.00875rem;box-shadow:none;background:#fff;border:1px solid #e3e3e3;border-radius:100px;align-items:center;gap:4px;padding:6px 8px 6px 10px;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex}.set-screen__banner-pill img{object-fit:contain;width:24px;height:24px}.set-screen__banner-check{background:#fe3c65;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.set-screen__grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:8px;padding-bottom:24px;display:grid}.set-card-tile{aspect-ratio:109/142;background:#fff;border:0;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:109px;padding:0;display:flex;position:relative;overflow:hidden}.set-card-tile--clickable{cursor:pointer;font:inherit;color:inherit}.set-card-tile--clickable:focus-visible{outline-offset:2px;outline:3px solid #ff335f}.set-card-tile--owned img{object-fit:cover;width:100%;height:100%}.set-card-tile--locked img:not(.set-card-tile__lock-icon){object-fit:contain;object-position:center;width:85%;max-width:93px;height:auto;max-height:94%}.set-card-tile__lock{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.set-card-tile__lock-icon{object-fit:contain;width:24px;height:24px}.stats-screen{background:#f5f5f5;min-height:100%}.stats-screen__title{letter-spacing:-.02em;color:#333;text-align:center;margin:8px 0 6px;font-size:22px;font-weight:700;line-height:1.15}.stats-screen__subtitle{color:#7a7a7a;text-align:center;margin:0 0 16px;font-size:14px;line-height:1.35}.stats-screen__section-label{letter-spacing:.02em;text-transform:uppercase;color:#a6a6a6;margin:4px 0 10px;font-size:12px;font-weight:600}.stats-screen__summary{background:#fff;border-radius:20px;flex-direction:column;gap:10px;margin-bottom:16px;padding:14px;display:flex;box-shadow:0 2px 10px #0000000a}.stats-screen__summary-title{color:#333;margin:0;font-size:16px;font-weight:700}.stats-screen__summary-label{color:#a6a6a6;margin:0;font-size:12px;font-weight:500}.stats-screen__summary-badges{flex-wrap:wrap;gap:8px;display:flex}.stats-screen__progress{background:#fff;border-radius:20px;flex-direction:column;gap:10px;width:100%;margin-bottom:16px;padding:12px;display:flex;box-shadow:0 2px 10px #0000000a}.stats-screen__progress-head{justify-content:space-between;align-items:flex-start;gap:8px;font-size:14px;font-weight:500;display:flex}.stats-screen__progress-label{color:#404040;margin:0;line-height:1.2}.stats-screen__progress-value{white-space:nowrap;color:#c6c6c6;flex:none;margin:0}.stats-screen__progress-value strong{color:#333;font-weight:600}.stats-screen__progress-track{background:#f4f4f4;border-radius:8px;width:100%;height:8px;position:relative;overflow:hidden}.stats-screen__progress-fill{background:#ff335f;border-radius:8px;height:8px;position:absolute;inset:0 auto 0 0}.stats-screen__list{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.stats-screen__list>p[role=status],.stats-screen__list>div[role=alert]{color:#7a7a7a;text-align:center;background:#fff;border-radius:20px;margin:0;padding:14px;font-size:14px;box-shadow:0 2px 10px #0000000a}.stats-screen__list>div[role=alert]{color:#cc284d;flex-direction:column;align-items:center;gap:10px;display:flex}.daily-challenge__status,.daily-challenge__stale{color:#7a7a7a;margin:0;font-size:13px}.daily-challenge__status{color:#333;font-weight:600}:root{--color-brand:#f5325b;--color-brand-dark:#d81f49;--color-sber:#21a038;--color-sber-dark:#1a8a2e;--color-vk:#07f;--color-vk-dark:#005fd1;--color-surface:#fff;--color-surface-muted:#f5f5f7;--color-text:#2b2b2b;--color-text-muted:#9a9a9a;--color-accent-orange:#ff7a00;--color-accent-blue:#8ed8f0;--color-placeholder:#e4e4e9;--color-placeholder-icon:#c6c6cf;--color-placeholder-lock:#8a8a92;--radius-pill:999rem;--radius-card:1.5rem;--radius-sm:.875rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1.25rem;--space-lg:2rem;--space-xl:3rem;--button-height:3.625rem;--color-brand-dark-pink:#cc284d;--color-brand-pink:#ff335f;--color-brand-light-pink-2:#fecde3;--color-brand-peach:#f8dad8;--button-height-m:3rem;--button-height-s:2.25rem;--button-padding-horizontal-m:1.5rem;--button-padding-horizontal-s:.75rem;--button-radius-m:3.5rem;--button-radius-s:2.5rem;--button-padding-vertical-m:.9375rem;--button-padding-vertical-s:.375rem;--button-font-m:1rem;--button-font-s:.75rem;--button-gap:.5rem;--button-primary-bg:var(--color-brand-pink);--button-primary-bg-pressed:var(--color-brand-dark-pink);--button-primary-text:var(--color-text-light);--button-secondary-bg:var(--color-surface);--button-secondary-bg-pressed:var(--color-text-light);--button-secondary-text:var(--color-text-primary);--button-ghost-text:var(--color-text-primary);--button-ghost-text-pressed:var(--color-text-secondary);--button-disabled-opacity:.5;--shadow-soft:0 8px 24px #2b2b2b1f;--shadow-soft-hover:0 12px 30px #2b2b2b2e;--shadow-brand:0 12px 28px #f5325b59;--shadow-sber:0 10px 24px #21a03859;--shadow-vk:0 10px 24px #0077ff59;--duration-fast:.15s;--duration-normal:.25s;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--font-display:Inter, Arial, sans-serif;--font-body:Inter, Arial, sans-serif;--type-display-size:2rem;--type-display-weight:600;--type-display-line:2rem;--type-display-tracking:-.0125rem;--type-headline-large-size:1.75rem;--type-headline-large-weight:700;--type-headline-large-line:1.925rem;--type-headline-large-tracking:-.0125rem;--type-headline-medium-size:1.125rem;--type-headline-medium-weight:700;--type-headline-medium-line:1.35rem;--type-headline-medium-tracking:.01125rem;--type-body-large-size:1rem;--type-body-large-weight:500;--type-body-large-line:1.1rem;--type-body-large-tracking:-.003125rem;--type-body-medium-size:.875rem;--type-body-medium-weight:500;--type-body-medium-line:1.05rem;--type-body-medium-tracking:.00875rem;--type-label-semibold-size:.75rem;--type-label-semibold-weight:600;--type-label-semibold-line:.9rem;--type-label-semibold-tracking:.0075rem;--type-label-medium-size:.75rem;--type-label-medium-weight:500;--type-label-medium-line:.9rem;--type-label-medium-tracking:.0075rem;--type-title-xs-size:.625rem;--type-title-xs-weight:500;--type-title-xs-line:.6875rem;--type-title-xs-tracking:.00125rem;--color-text-primary:#404040;--color-text-secondary:#7a7a7a;--color-text-tertiary:#c6c6c6;--color-text-auxiliary:#e3e3e3;--color-text-light:#f8f8f8}@font-face{font-family:Inter;src:url(/assets/inter-400-COLGFB3M.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/inter-500-CDhBSFyE.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/inter-600-BAEEcJ4E.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/inter-700-BOs3KVhN.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;max-height:100%;overflow:hidden}html{font-size:100%}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-surface-muted);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}button,input{font-family:inherit}.app-root{height:100%;min-height:100%;max-height:100dvh;position:relative;overflow:hidden}.app-shell,.app-frame{width:100%;height:100%;min-height:100%}.app-frame{position:relative;overflow:hidden}.app-frame__viewport{width:100%;height:100%;min-height:100%;position:relative;overflow:hidden}.app-frame__screen{width:100%;height:100%;min-height:100%;position:relative}.app-shell__brand{display:none}@media (width>=768px){html,body,#root{height:100%;min-height:100%;max-height:100%}body,#root,.app-shell{background:#facac7}.app-shell{place-items:center;height:100%;max-height:100%;display:grid;position:relative;overflow:hidden}.app-shell__brand{z-index:0;width:171px;height:auto;display:block;position:absolute;top:32px;left:32px}.app-frame{--app-width:375px;--app-height:min(730px, 100dvh, 100%);--app-frame-height:var(--app-height);z-index:1;width:var(--app-width);height:var(--app-height);isolation:isolate;background:#f9dcdc;border-radius:22px;min-height:0;max-height:100%;overflow:hidden}.app-frame__screen{width:100%;height:100%;min-height:0}.app-frame .app-root{max-height:100%}.app-frame .screen-scroll{min-height:100%;max-height:100%}.app-root>*{height:100%;min-height:0;max-height:100%}.app-frame :is(.home-hub,.loading-splash,.auto-register,.auto-register-legal,.branded-splash,.flashcall-login,.landing-screen,.max-login,.welcome,.game-screen,.game-screen--fullscreen,.onboarding-run,.character-select,.onboarding-flow,.onboarding-result,.scene-onboarding,.guest-proof-migration){min-height:100%;max-height:100%}.app-frame .scene-onboarding{width:100%;height:100%}.app-frame .onboarding-viewport{width:100%;height:100%;min-height:0;position:absolute;inset:0}.app-frame .game-screen:not(.game-screen--fullscreen){height:100%;padding:5px 0}.app-frame .game-screen:not(.game-screen--fullscreen) .game-screen__field-wrap{width:min(100%, calc((var(--app-frame-height) - 10px) * 375 / 720))}.app-frame .game-screen.game-screen--fullscreen,.app-frame .onboarding-run{height:100%;max-height:100%;padding:0}.app-frame .game-screen.game-screen--fullscreen .game-screen__field-wrap,.app-frame .onboarding-run .game-screen__field-wrap{aspect-ratio:auto;width:100%;max-width:none;height:100%;position:absolute;inset:0}.app-frame .branded-splash__background{object-fit:cover}.app-frame .branded-splash__progress{width:min(168px,45%);margin-bottom:max(28px, env(safe-area-inset-bottom,0px) + calc(var(--app-frame-height) * .055))}}.btn-pill{justify-content:center;align-items:center;gap:var(--space-xs);width:100%;height:var(--button-height);border-radius:var(--radius-pill);cursor:pointer;transition:transform var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo), opacity var(--duration-fast) var(--ease-out-expo), background-color var(--duration-fast) var(--ease-out-expo);border:none;font-size:1.05rem;font-weight:700;display:inline-flex}.btn-pill:active{transform:scale(.97)}.btn-pill:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:3px}.btn-pill:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-pill--surface{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-soft)}.btn-pill--surface:hover:not(:disabled){box-shadow:var(--shadow-soft-hover);transform:translateY(-1px)}.btn-pill--sber{background:var(--color-sber);color:#fff;box-shadow:var(--shadow-sber)}.btn-pill--sber:hover:not(:disabled){background:var(--color-sber-dark);transform:translateY(-.0625rem)}.btn-pill--max{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-soft);border:1px solid #2b2b2b0f}.btn-pill--max:hover:not(:disabled){box-shadow:var(--shadow-soft-hover);transform:translateY(-1px)}.btn-pill--vk{background:var(--color-vk);color:#fff;box-shadow:var(--shadow-vk)}.btn-pill--vk:hover:not(:disabled){background:var(--color-vk-dark);transform:translateY(-.0625rem)}.btn-pill--brand-solid{background:var(--color-brand);color:#fff;box-shadow:var(--shadow-brand)}.btn-pill--brand-solid:hover:not(:disabled){background:var(--color-brand-dark)}.btn-pill--brand-pale{color:#fff;background:#fbc7d3}.btn-pill--brand-pale:hover:not(:disabled){background:#f9b3c4}.app__status{left:var(--space-lg);right:var(--space-lg);bottom:var(--space-lg);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);background:var(--color-surface);box-shadow:var(--shadow-soft-hover);text-align:center;z-index:500;margin:0;font-size:.9rem;position:absolute}.app__status--error{color:var(--color-brand);font-weight:600}.guest-proof-migration{min-height:100dvh;padding:var(--space-lg);background:var(--color-surface-muted);place-items:center;display:grid}.guest-proof-migration__card{width:min(100%,420px);padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-soft-hover);text-align:center}.guest-proof-migration__title{margin:0;font-size:clamp(1.5rem,6vw,2rem);font-weight:800}.guest-proof-migration__body{margin:var(--space-md) 0 var(--space-lg);color:var(--color-text-muted);line-height:1.55}
