.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:fixed;inset:0}.cookie-banner__panel{background:var(--color-surface);border-radius:var(--radius-card);padding:var(--space-lg);box-shadow:var(--shadow-soft-hover);gap:var(--space-md);flex-direction:column;display:flex}.cookie-banner__text{color:var(--color-text);margin:0;font-size:.95rem;line-height:1.5}.cookie-banner__text b{font-weight:700}@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}}.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}.registration{background:var(--color-surface-muted);min-height:100dvh;padding:var(--space-xl) var(--space-lg) var(--space-lg);flex-direction:column;display:flex}.registration__title{margin:0 0 var(--space-lg);color:var(--color-text);font-size:clamp(1.5rem,6vw,1.9rem);font-weight:800}.registration__form{gap:var(--space-md);flex-direction:column;display:flex}.registration__field{color:var(--color-text-muted);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.registration__field input{border-radius:var(--radius-sm);height:52px;padding:0 var(--space-md);color:var(--color-text);background:var(--color-surface);transition:border-color var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo);border:1px solid #2b2b2b1f;font-size:1rem}.registration__field input:focus-visible{border-color:var(--color-brand);outline:none;box-shadow:0 0 0 3px #f5325b26}.registration__characters{gap:var(--space-sm);display:flex}.registration__character{padding:var(--space-sm);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;box-shadow:var(--shadow-soft);transition:border-color var(--duration-fast) var(--ease-out-expo), transform var(--duration-fast) var(--ease-out-expo), color var(--duration-fast) var(--ease-out-expo);border:2px solid #0000;flex-direction:column;flex:1;align-items:center;gap:4px;font-weight:600;display:flex}.registration__character span{font-size:1.8rem}.registration__character:hover{transform:translateY(-1px)}.registration__character--active{border-color:var(--color-brand);color:var(--color-text)}.registration__character:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.registration__agree{align-items:flex-start;gap:var(--space-sm);color:var(--color-text-muted);cursor:pointer;font-size:.88rem;display:flex}.registration__agree input{width:20px;height:20px;accent-color:var(--color-brand);margin-top:3px}.registration__error{color:var(--color-brand);margin:0;font-size:.88rem;font-weight:600}.splash{background:linear-gradient(160deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);color:#fff;min-height:100dvh;padding:var(--space-xl) var(--space-lg) var(--space-lg);flex-direction:column;justify-content:space-between;display:flex;overflow:hidden}.splash__hero{flex-direction:column;flex:1;min-height:0;display:flex}.splash__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;margin:0 0 var(--space-lg);flex-direction:column;font-size:clamp(2.4rem,12vw,3.4rem);font-weight:900;line-height:.9;display:flex}.splash__title-sub{font-size:.62em}.splash__art{border-radius:var(--radius-card);background:#ffffff14;border:2px dashed #ffffff59;flex:1;justify-content:center;align-items:center;min-height:200px;display:flex}.splash__art-emoji{filter:drop-shadow(0 12px 20px #00000040);animation:splash-bob 3.2s var(--ease-out-expo) infinite;font-size:clamp(4.5rem,28vw,7.5rem);display:inline-block}@keyframes splash-bob{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-10px)rotate(2deg)}}.splash__footer{gap:var(--space-md);padding-top:var(--space-lg);flex-direction:column;display:flex}.splash__subtitle{text-align:center;margin:0;font-weight:600;line-height:1.35}.splash__cta{box-shadow:var(--shadow-brand)}.splash__cookie-note{text-align:center;color:#ffffffd9;margin:0;font-size:.75rem;line-height:1.4}.splash__cookie-note b{font-weight:700}@media (prefers-reduced-motion:reduce){.splash__art-emoji{animation:none}}.flashcall-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}.flashcall-login__header{padding-top:var(--space-sm);align-items:center;display:flex}.flashcall-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}.flashcall-login__back:hover{box-shadow:var(--shadow-soft-hover);transform:translateY(-1px)}.flashcall-login__back:active{transform:scale(.94)}.flashcall-login__back:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.flashcall-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}.flashcall-login__title{margin:0;font-size:clamp(1.4rem,5.5vw,1.8rem);font-weight:800}.flashcall-login__hint{color:var(--color-text-muted);margin:0;line-height:1.5}.flashcall-login__form{align-items:center;gap:var(--space-md);flex-direction:column;width:100%;display:flex}.flashcall-login__phone-input{width:100%;height:var(--button-height);border-radius:var(--radius-pill);background:var(--color-surface);box-shadow:var(--shadow-soft);text-align:center;color:var(--color-text);padding:0 var(--space-md);transition:box-shadow var(--duration-fast) var(--ease-out-expo), transform var(--duration-fast) var(--ease-out-expo);border:none;font-size:1.1rem;font-weight:600}.flashcall-login__phone-input::placeholder{color:var(--color-text-muted);font-weight:500}.flashcall-login__phone-input:focus-visible{box-shadow:0 0 0 3px #f5325b40, var(--shadow-soft);outline:none;transform:translateY(-1px)}.flashcall-login__phone-input:disabled{opacity:.6}.flashcall-login__retry{color:var(--color-brand);cursor:pointer;font-weight:700;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.flashcall-login__error{color:var(--color-brand);margin:0;font-size:.85rem;font-weight:600}.welcome{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}.welcome__header{padding-top:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.welcome__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}.welcome__back:hover{box-shadow:var(--shadow-soft-hover);transform:translateY(-1px)}.welcome__back:active{transform:scale(.94)}.welcome__back:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.welcome__skip{color:var(--color-text);cursor:pointer;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-pill);transition:background var(--duration-fast) var(--ease-out-expo), opacity var(--duration-fast) var(--ease-out-expo);background:0 0;border:none;font-size:1rem;font-weight:600}.welcome__skip:hover:not(:disabled){background:#2b2b2b0f}.welcome__skip:disabled{opacity:.5;cursor:not-allowed}.welcome__skip:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.welcome__intro{justify-content:center;gap:var(--space-md);text-align:center;padding:0 var(--space-sm);flex-direction:column;flex:1;display:flex}.welcome__title{margin:0;font-size:clamp(1.6rem,6vw,2rem);font-weight:800}.welcome__body{color:var(--color-text-muted);margin:0;line-height:1.55}.welcome__actions{gap:var(--space-sm);padding-top:var(--space-lg);flex-direction:column;display:flex}.welcome__max{font-style:italic;font-weight:800}.welcome__max-logo{background:conic-gradient(from 200deg,#6a5cf5,#3aa0ff,#7a4dff,#6a5cf5);border-radius:50%;width:22px;height:22px;display:inline-block}.welcome__error{text-align:center;color:var(--color-brand);margin:0;font-size:.85rem;font-weight:600}.welcome__checkbox{align-items:center;gap:var(--space-sm);padding:var(--space-xs) 2px;cursor:pointer;font-size:.92rem;display:flex}.welcome__checkbox-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.welcome__checkmark{background:var(--color-text-muted);opacity:.28;width:24px;height:24px;transition:background var(--duration-fast) var(--ease-out-expo), opacity var(--duration-fast) var(--ease-out-expo);border-radius:50%;flex:none;position:relative}.welcome__checkmark:after{content:"";opacity:0;width:10px;height:6px;transition:opacity var(--duration-fast) var(--ease-out-expo);border-bottom:2px solid #fff;border-left:2px solid #fff;margin:auto;position:absolute;inset:0;transform:rotate(-45deg)translateY(-1px)}.welcome__checkbox-input:checked+.welcome__checkmark{background:var(--color-brand);opacity:1}.welcome__checkbox-input:checked+.welcome__checkmark:after{opacity:1}.welcome__checkbox-input:focus-visible+.welcome__checkmark{outline:3px solid var(--color-accent-blue);outline-offset:2px}.welcome__legal{margin:var(--space-xs) 0 0;color:var(--color-text-muted);font-size:.75rem;line-height:1.5}.welcome__legal b{color:var(--color-text);font-weight:700}.hud{top:var(--space-sm);left:var(--space-sm);right:var(--space-sm);z-index:2;align-items:center;gap:var(--space-xs);padding:8px 8px 8px var(--space-sm);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-soft);color:#fff;background:#14121e8c;display:flex;position:absolute}.hud__timer{border-radius:var(--radius-pill);font-variant-numeric:tabular-nums;text-align:center;background:#ffffff24;flex:none;min-width:40px;padding:4px 10px;font-size:.9rem;font-weight:800}.hud__helmets{font-variant-numeric:tabular-nums;flex:none;align-items:center;gap:4px;font-size:.9rem;font-weight:800;display:inline-flex}.hud__helmets-icon{font-size:.95rem;line-height:1}.hud__lives{color:var(--color-brand);letter-spacing:2px;text-shadow:0 1px 2px #00000059;flex:1;justify-content:center;font-size:1rem;display:flex}.hud__pause{color:#fff;cursor:pointer;width:34px;height:34px;transition:transform var(--duration-fast) var(--ease-out-expo), background-color var(--duration-fast) var(--ease-out-expo);background:#ffffff29;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.hud__pause:hover{background:#ffffff47}.hud__pause:active{transform:scale(.9)}.hud__pause:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hud__pause{transition:none}}.game-screen{justify-content:center;align-items:center;gap:var(--space-md);min-height:100dvh;padding:var(--space-lg) var(--space-md);background:#100e1a;flex-direction:column;display:flex}.game-screen__field-wrap{aspect-ratio:375/720;border-radius:var(--radius-card);width:100%;max-width:375px;box-shadow:var(--shadow-soft-hover);background:#1a1a2e;position:relative;overflow:hidden}.game-screen__field{position:absolute;inset:0}.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__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}.screen-scroll{background:var(--color-surface-muted);min-height:100dvh;color:var(--color-text);padding:var(--space-md) var(--space-lg) var(--space-xl);flex-direction:column;display:flex;overflow-y:auto}.app-header{align-items:center;gap:var(--space-sm);padding-top:var(--space-sm);display:flex}.app-header__action{background:var(--color-surface);width:48px;height:48px;box-shadow:var(--shadow-soft);cursor:pointer;color:var(--color-text);transition:transform var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo);border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.app-header__action:hover{box-shadow:var(--shadow-soft-hover);transform:translateY(-1px)}.app-header__action:active{transform:scale(.94)}.app-header__action:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.app-header__action--sub{color:var(--color-brand)}.level-bar{align-items:center;gap:var(--space-xs);background:var(--color-surface);border-radius:var(--radius-pill);box-shadow:var(--shadow-soft);flex:1;min-height:48px;padding:4px;display:flex}.level-bar__level{flex:none}.level-bar__currency{text-align:right;padding-right:var(--space-xs);white-space:nowrap;flex:1;font-size:1rem;font-weight:700}.level-bar__currency-sep{color:var(--color-text-muted);font-weight:600}.level-bar__exchange{background:var(--color-brand);width:32px;height:32px;box-shadow:var(--shadow-brand);border-radius:50%;flex:none;justify-content:center;align-items:center;margin-right:-2px;display:inline-flex}.level-bar__exchange-trigger{justify-content:flex-end;align-items:center;gap:var(--space-xs);color:inherit;font:inherit;cursor:pointer;border-radius:var(--radius-pill);transition:transform var(--duration-fast) var(--ease-out-expo);background:0 0;border:none;flex:1;padding:0;display:flex}.level-bar__exchange-trigger:hover{transform:translateY(-1px)}.level-bar__exchange-trigger:active{transform:scale(.96)}.level-bar__exchange-trigger:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.level-badge{padding:10px var(--space-md);border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);color:#fff;letter-spacing:.02em;white-space:nowrap;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:inline-flex}.level-bar__level.level-badge{text-transform:uppercase}.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(--color-text-muted);white-space:nowrap;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:inline-flex}.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}.reward-task-card{gap:var(--space-sm);padding:var(--space-md);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);flex-direction:column;display:flex}.reward-task-card__badges{gap:var(--space-xs);display:flex}.reward-task-card__title{margin:0;font-size:1.05rem;font-weight:800}.reward-task-card__subtitle{color:var(--color-text-muted);margin:0}.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}.buy-screen__title{margin:var(--space-lg) 0 var(--space-xs);text-align:center;font-size:clamp(1.7rem,7vw,2.1rem);font-weight:800}.buy-screen__subtitle{margin:0 0 var(--space-lg);color:var(--color-text-muted);text-align:center}.buy-screen__balance{padding:var(--space-md);margin-bottom:var(--space-lg);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;display:flex}.buy-screen__balance-label{font-weight:700}.buy-screen__packages{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.buy-package-card{align-items:center;gap:var(--space-md);padding:var(--space-sm);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);display:flex}.buy-package-card__art{flex:none;width:72px;position:relative}.buy-package-card__badge{padding:4px 8px;font-size:.6rem;position:absolute;top:-6px;left:-6px}.buy-package-card__info{flex-direction:column;flex:1;gap:2px;display:flex}.buy-package-card__amount{margin:0;font-size:1.05rem;font-weight:800}.buy-package-card__price{color:var(--color-text-muted);margin:0;font-weight:600}.buy-package-card button{width:auto;height:46px;padding:0 var(--space-md);flex:none;font-size:.9rem}.collection__title{margin:var(--space-lg) 0 var(--space-xs);font-size:clamp(1.7rem,7vw,2.1rem);font-weight:800}.collection__subtitle{margin:0 0 var(--space-lg);color:var(--color-text-muted)}.collection__grid{gap:var(--space-sm);padding:var(--space-lg) 0;grid-template-columns:repeat(3,1fr);display:grid}.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:fixed;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__top{padding:var(--space-md) 0;justify-content:flex-end;display:flex}.home-hub__diary{width:136px}.home-hub__play{align-items:center;gap:var(--space-md);width:100%;margin:var(--space-md) 0 var(--space-xl);cursor:pointer;transition:transform var(--duration-fast) var(--ease-out-expo);background:0 0;border:none;flex-direction:column;padding:0;display:flex}.home-hub__play:hover{transform:translateY(-2px)}.home-hub__play:active{transform:scale(.985)}.home-hub__play:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:4px;border-radius:var(--radius-card)}.home-hub__play-label{color:var(--color-text);font-size:1.15rem;font-weight:700}.home-hub__sections{gap:var(--space-xs);padding-bottom:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.level-gate-screen__center{flex:1;justify-content:center;align-items:center;display:flex}.level-gate-screen__card{align-items:center;gap:var(--space-md);padding:var(--space-xl) var(--space-lg);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft-hover);text-align:center;flex-direction:column;display:flex}.level-gate-screen__art{width:132px}.level-gate-screen__title{margin:0;font-size:1.3rem;font-weight:800}.level-gate-screen__body{color:var(--color-text-muted);margin:0}.level-gate-screen__card .btn-pill{margin-top:var(--space-xs)}.raffles-screen__title{margin:var(--space-lg) 0 var(--space-lg);text-align:center;font-size:clamp(1.7rem,7vw,2.1rem);font-weight:800}.raffles-screen__hero{gap:var(--space-xs);padding:var(--space-lg);margin-bottom:var(--space-lg);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);flex-direction:column;display:flex}.raffles-screen__hero-art{margin-bottom:var(--space-sm);position:relative}.raffles-screen__hero-art-label{color:var(--color-text-muted);justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.raffles-screen__hero-title{margin:0;font-size:1.15rem;font-weight:800}.raffles-screen__hero-meta{gap:var(--space-lg);margin:var(--space-xs) 0;display:flex}.raffles-screen__hero-meta>div{flex-direction:column;gap:2px;display:flex}.raffles-screen__hero-meta-label{color:var(--color-text-muted);font-size:.85rem}.raffles-screen__hero-meta-value{font-weight:700}.raffles-screen__hero-note{color:var(--color-text-muted);margin:0;font-size:.85rem}.raffles-screen__week-list{gap:var(--space-sm);margin:0 calc(var(--space-lg) * -1) var(--space-lg);padding:2px var(--space-lg) var(--space-xs);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.raffle-card{gap:var(--space-xs);min-width:152px;padding:var(--space-sm);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);scroll-snap-align:start;flex-direction:column;flex:0 0 44%;display:flex}.raffle-card__art{position:relative}.raffle-card__badge{padding:6px 10px;font-size:.7rem;position:absolute;top:6px;right:6px}.raffle-card__title{margin:0;font-size:.95rem;font-weight:700}.raffle-card__cost{color:var(--color-text-muted);align-items:center;gap:6px;margin:0;font-size:.85rem;font-weight:600;display:flex}.raffle-card__cta{height:46px;margin-top:2px;font-size:.9rem}.ticket-chip{align-items:center;gap:4px;display:inline-flex}.ticket-chip__value{color:var(--color-text);font-weight:700}.ticket-chip__icon{background:linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.raffles-screen__result-card{gap:var(--space-sm);padding:var(--space-lg);margin-bottom:var(--space-lg);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);flex-direction:column;display:flex}.raffles-screen__result-title{margin:0;font-size:1.05rem;font-weight:800}.raffles-screen__result-meta{gap:var(--space-lg);display:flex}.raffles-screen__result-meta>div{flex-direction:column;gap:2px;display:flex}.set-screen__eyebrow{margin:var(--space-lg) 0 0;color:var(--color-text-muted);font-weight:700}.set-screen__title{margin:2px 0 var(--space-xs);font-size:clamp(1.7rem,7vw,2.1rem);font-weight:800}.set-screen__subtitle{margin:0 0 var(--space-lg);color:var(--color-text-muted)}.set-screen__grid{gap:var(--space-sm);padding:var(--space-lg) 0;grid-template-columns:repeat(3,1fr);display:grid}.stats-screen__title{margin:var(--space-lg) 0 var(--space-xs);font-size:clamp(1.7rem,7vw,2.1rem);font-weight:800}.stats-screen__subtitle{margin:0 0 var(--space-lg);color:var(--color-text-muted)}.stats-screen__summary{padding:var(--space-md);margin-bottom:var(--space-lg);background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);flex-direction:column;gap:4px;display:flex}.stats-screen__summary-title{margin:0;font-size:1.05rem;font-weight:800}.stats-screen__summary-label{color:var(--color-text-muted);margin:0}.stats-screen__summary-badges{gap:var(--space-xs);margin-top:var(--space-xs);display:flex}.stats-screen__list{gap:var(--space-sm);flex-direction:column;display:flex}.tasks-screen__title-row{align-items:center;gap:var(--space-xs);margin:var(--space-lg) 0 var(--space-xs);display:flex}.tasks-screen__title{margin:0;font-size:clamp(1.7rem,7vw,2.1rem);font-weight:800}.tasks-screen__info-icon{color:var(--color-text-muted);flex:none}.tasks-screen__subtitle{margin:0 0 var(--space-lg);color:var(--color-text-muted);text-align:center}.tasks-screen__tabs{margin:0 0 var(--space-lg);background:var(--color-surface);border-radius:var(--radius-pill);box-shadow:var(--shadow-soft);gap:4px;padding:4px;display:flex}.tasks-screen__tab{padding:14px var(--space-sm);border-radius:var(--radius-pill);color:var(--color-text);cursor:pointer;transition:background var(--duration-fast) var(--ease-out-expo), color var(--duration-fast) var(--ease-out-expo), box-shadow var(--duration-fast) var(--ease-out-expo);background:0 0;border:none;flex:1;font-family:inherit;font-size:.95rem;font-weight:700}.tasks-screen__tab:focus-visible{outline:3px solid var(--color-accent-blue);outline-offset:2px}.tasks-screen__tab--active{background:linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);color:#fff;box-shadow:var(--shadow-brand)}.tasks-screen__list{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.loading-splash{background:linear-gradient(160deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);color:#fff;justify-content:center;align-items:center;gap:var(--space-lg);min-height:100dvh;padding:var(--space-xl) var(--space-lg);text-align:center;flex-direction:column;display:flex}.loading-splash__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;flex-direction:column;margin:0;font-size:clamp(1.9rem,9vw,2.6rem);font-weight:900;line-height:.95;display:flex}.loading-splash__title-sub{font-size:.62em}.loading-splash__spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.9s linear infinite loading-splash-spin}@keyframes loading-splash-spin{to{transform:rotate(360deg)}}.loading-splash__hint{opacity:.9;margin:0;font-weight:600}@media (prefers-reduced-motion:reduce){.loading-splash__spinner{animation:none}}:root{--color-brand:#f5325b;--color-brand-dark:#d81f49;--color-sber:#21a038;--color-sber-dark:#1a8a2e;--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:999px;--radius-card:24px;--radius-sm:14px;--space-xs:8px;--space-sm:12px;--space-md:20px;--space-lg:32px;--space-xl:48px;--button-height:58px;--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;--duration-fast:.15s;--duration-normal:.25s;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--font-display:"Arial Black", "Helvetica Neue", Arial, sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{height: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{min-height:100dvh;position:relative}.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)}.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--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:fixed}.app__status--error{color:var(--color-brand);font-weight:600}
