:root{--bg: #090c12;--bg-glow: #12203a;--surface: #12161f;--surface-2: #1a2030;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--accent: #2f90ff;--accent-press: #1f7cec;--accent-soft: rgba(47, 144, 255, .14);--positive: #2ebd85;--negative: #f6465d;--streak: #f7a13b;--text: #f3f6fb;--text-muted: #8b95a7;--text-dim: #5c6675;--r-card: 18px;--r-btn: 12px;--r-sm: 10px;--shadow-hero: 0 12px 32px rgba(0, 0, 0, .45);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100%}body{margin:0;min-height:100vh;background:var(--bg);background-image:radial-gradient(120% 55% at 50% -10%,var(--bg-glow) 0%,transparent 60%);background-attachment:fixed}.app{padding:12px 16px calc(28px + env(safe-area-inset-bottom));max-width:480px;margin:0 auto;overflow-x:clip}.appbar{display:flex;align-items:center;gap:10px;padding:6px 2px 16px}.appbar__mark{width:32px;height:32px;border-radius:9px;display:block}.appbar__name{font-size:17px;font-weight:700;letter-spacing:-.01em}.appbar__spacer{flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-card);padding:18px;margin-bottom:12px}.card__title{margin:0 0 12px;font-size:15px;font-weight:600;letter-spacing:-.01em}.card__hint{color:var(--text-muted);font-size:13px;line-height:1.5;margin:6px 0 0}.label{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.hero-tiles{display:flex;gap:10px;margin-bottom:12px}.hero-tile{flex:1;min-width:0;text-align:left;cursor:pointer;background:radial-gradient(140% 120% at 100% 0%,rgba(47,144,255,.16) 0%,transparent 55%),linear-gradient(180deg,#16203180 0%,var(--surface) 60%);border:1px solid var(--border-strong);box-shadow:var(--shadow-hero);padding:16px;margin:0;transition:transform .05s ease}.hero-tile:active{transform:scale(.985)}.hero-tile__top{display:flex;align-items:center;justify-content:space-between}.hero-tile__label{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.hero-tile__top svg{width:15px;height:15px;color:var(--text-dim);flex:none}.hero-tile__value{display:flex;align-items:baseline;gap:6px;margin-top:8px;font-size:clamp(20px,7vw,26px);font-weight:750;letter-spacing:-.02em;line-height:1.1;white-space:nowrap;font-variant-numeric:tabular-nums}.hero-tile__value--gram{color:var(--positive)}.hero-tile__value--muted{color:var(--text-muted);font-size:19px;font-weight:600}.hero-tile__gain{font-size:13px;font-weight:700;color:var(--positive);animation:gain-pop 2.5s ease forwards}@keyframes gain-pop{0%{opacity:0;transform:translateY(4px)}12%{opacity:1;transform:translateY(0)}75%{opacity:1}to{opacity:0;transform:translateY(-4px)}}.hero-tile__sub{margin-top:3px;font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-tile__chip{margin-top:10px}.hero-tile__chip--ok{color:var(--positive)}.hero-modal{width:100%;max-width:380px;border-radius:22px;border:1px solid var(--border-strong);padding:18px 18px calc(18px + env(safe-area-inset-bottom));animation:checkin-in .25s ease}.hero-modal__value{font-size:38px;font-weight:750;letter-spacing:-.02em;line-height:1.05;margin-top:6px;font-variant-numeric:tabular-nums}.hero-modal__value--gram{color:var(--positive);display:flex;align-items:baseline;gap:8px}.hero-modal__unit{font-size:16px;font-weight:600;color:var(--text-muted)}.hero-modal__sub{margin-top:4px;font-size:13px;color:var(--text-muted)}.hero-modal__sub--warn{color:var(--streak)}.hero-modal__retry{background:none;border:none;padding:0;font:inherit;color:var(--accent);font-weight:600;text-decoration:underline;cursor:pointer}.hero-modal__rows{margin-top:16px}.hero-modal__rows-cap{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);margin-bottom:4px}.hero-modal__row{display:flex;align-items:baseline;justify-content:space-between;width:100%;padding:9px 0;border-bottom:.5px solid var(--border);font-size:13.5px;color:var(--text-muted);background:none;border-left:none;border-right:none;border-top:none;font-family:inherit;text-align:left}.hero-modal__row>span:last-child{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.hero-modal__row--copy{cursor:pointer}.hero-modal__addr{display:inline-flex;align-items:center;gap:6px;font-size:12.5px}.hero-modal__addr svg{width:15px;height:15px;color:var(--accent)}.hero-modal__how{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-modal__how span{font-size:11.5px;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:6px 9px}.hero-modal__empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 8px 4px;text-align:center;color:var(--text-muted);font-size:13.5px;line-height:1.5}.hero-modal__empty svg{width:34px;height:34px;color:var(--accent)}.hero-modal__unlink{display:block;margin:12px auto 0;background:none;border:none;color:var(--text-dim);font-size:12.5px;font-family:inherit;text-decoration:underline;cursor:pointer}.hero-cta{margin-top:16px}.hero-hint{font-size:11.5px;color:var(--text-dim);text-align:center;margin-top:8px}.activity{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.activity__row{display:flex;justify-content:space-between;align-items:baseline;font-size:13px}.activity__label{color:var(--text-muted);display:inline-flex;align-items:center;gap:6px}.activity__value{font-variant-numeric:tabular-nums;font-weight:600}.activity__value .muted{color:var(--text-dim);font-weight:500}.progress{position:relative;height:6px;border-radius:999px;background:#ffffff14;overflow:hidden;margin-top:10px}.progress__bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#5ab0ff);transition:width .4s ease}.progress__bar--goal{background:linear-gradient(90deg,var(--positive),#4fd6a5)}.boost{margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.boost .activity__label svg{width:15px;height:15px;color:var(--streak)}.boost__badge{margin-left:6px;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700;color:var(--streak);background:#f7a13b24;border:1px solid rgba(247,161,59,.3);font-variant-numeric:tabular-nums}.progress__goal{position:absolute;top:0;bottom:0;width:2px;margin-left:-1px;background:#ffffff59}.chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;font-size:12.5px;font-weight:600;background:var(--surface-2);border:1px solid var(--border);color:var(--text)}.chip svg{width:14px;height:14px}.chip--league{color:var(--accent)}.chip--streak{color:var(--streak)}button{font-family:inherit;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 18px;border:none;border-radius:var(--r-btn);font-size:15px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:background .15s ease,opacity .15s ease,transform .05s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:default}.btn--block{width:100%}.btn--primary{background:var(--accent);color:#fff}.btn--primary:not(:disabled):active{background:var(--accent-press)}.btn--secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border-strong)}.btn--ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border);height:42px;font-size:14px}.btn svg{width:18px;height:18px}.btn-row{display:flex;gap:10px;flex-wrap:wrap}.btn-row .btn{flex:1;min-width:140px}.status{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600}.status__dot{width:9px;height:9px;border-radius:999px;flex-shrink:0}.status__dot--on{background:var(--positive);box-shadow:0 0 0 3px #2ebd852e}.status__dot--off{background:var(--text-dim)}.status__dot--wait{background:var(--streak);box-shadow:0 0 0 3px #f7a13b2e}.status__dot--lost{background:var(--negative);box-shadow:0 0 0 3px #f6465d2e}.pedo{margin-top:14px}.pedo__head{display:flex;align-items:baseline;gap:8px}.pedo__num{font-size:32px;font-weight:600;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.pedo__unit{color:var(--text-muted);font-size:13px}.pedo__points{margin:2px 0 4px;color:var(--positive);font-size:13px}.pedo__scene{display:block;width:100%;height:auto}.pedo__track{stroke:var(--border-strong)}.pedo__done{stroke:var(--accent);transition:stroke-dasharray .8s ease}.pedo__mark{fill:var(--text-dim);transition:fill .4s ease}.pedo__mark--hit{fill:var(--accent)}.pedo__lbl{fill:var(--text-muted);font-size:10px}.pedo__walker{color:var(--text);transition:transform .8s ease}@keyframes pedo-step{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.pedo__walker-bob{animation:pedo-step 1.1s ease-in-out infinite}.pedo__foot{display:flex;justify-content:space-between;margin-top:2px;font-size:12px;color:var(--text-muted)}.pedo__foot-goal--done{color:var(--accent)}.checks{display:flex;flex-direction:column;gap:16px;margin-top:16px}.setup-action{margin-top:16px}.setup-action .card__hint{margin:0 0 12px}.recover{margin-top:14px}.recover>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;padding:11px 14px;border:.5px solid var(--border-strong);border-radius:var(--r-btn);background:var(--surface-2);color:var(--text);font-size:13.5px;font-weight:600;transition:border-color .15s ease}.recover>summary::-webkit-details-marker{display:none}.recover>summary:after{content:"";width:8px;height:8px;flex:none;border-right:1.5px solid var(--text-muted);border-bottom:1.5px solid var(--text-muted);transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}.recover[open]>summary{margin-bottom:8px;border-color:var(--accent)}.recover[open]>summary:after{transform:rotate(-135deg) translateY(-2px)}.recover--stale>summary{border-color:#f7a13b8c;background:#f7a13b14;color:var(--streak)}.recover--stale>summary:after{border-color:var(--streak)}.check{display:flex;gap:12px}.check__dot{width:24px;height:24px;border-radius:999px;flex-shrink:0;display:grid;place-items:center}.check__dot svg{width:15px;height:15px}.check__dot--on{background:var(--positive);color:#04140d}.check__dot--off{background:var(--negative);box-shadow:0 0 0 3px #f6465d24}.check__dot--todo{background:transparent;box-shadow:inset 0 0 0 2px var(--border-strong)}.check__body{flex:1;min-width:0}.check__title{font-size:14.5px;font-weight:600}.check__desc{font-size:12.5px;color:var(--text-muted);line-height:1.5;margin-top:3px}.check__action{margin-top:10px}.meta{color:var(--text-dim);font-size:12.5px;margin-top:8px}.stepper{display:flex;flex-direction:column;margin-top:4px}.step{display:flex;gap:14px}.step__rail{display:flex;flex-direction:column;align-items:center}.step__badge{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;background:var(--surface-2);border:1.5px solid var(--border-strong);color:var(--text-muted)}.step__badge svg{width:17px;height:17px}.step__line{width:2px;flex:1;min-height:16px;margin:4px 0;background:var(--border)}.step.is-done .step__badge{background:var(--positive);border-color:var(--positive);color:#04140d}.step.is-done .step__line{background:var(--positive)}.step.is-active .step__badge{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);animation:step-pulse 1.6s ease-in-out infinite}@keyframes step-pulse{0%,to{box-shadow:0 0 #2f90ff66}50%{box-shadow:0 0 0 7px #2f90ff00}}.step__body{flex:1;min-width:0;padding-bottom:18px}.step:last-child .step__body{padding-bottom:0}.step__title{font-size:14.5px;font-weight:600;line-height:1.9}.step.is-active .step__title{color:var(--accent)}.step.is-pending .step__title{color:var(--text-dim)}.step__desc{font-size:12.5px;color:var(--text-muted);line-height:1.5;margin-top:2px}.step__action{margin-top:12px}@media(prefers-reduced-motion:reduce){.step.is-active .step__badge{animation:none}}.passed-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.info-btn{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;padding:0;cursor:pointer;background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text-muted)}.info-btn:active{color:var(--text)}.info-btn svg{width:15px;height:15px}.passed-note{font-size:12.5px;color:var(--text-muted);line-height:1.5;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:10px 12px;margin-bottom:16px}.passed-goal{display:flex;align-items:center;gap:16px}.passed-ring{width:72px;height:72px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;background:conic-gradient(var(--accent) calc(var(--ring, 0) * 360deg),var(--surface-2) 0);transition:background .4s ease}.passed-ring.is-done{background:conic-gradient(var(--positive) 360deg,var(--positive) 0)}.passed-count{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;font-size:25px;font-weight:800;font-variant-numeric:tabular-nums;background:var(--surface);color:var(--accent)}.passed-ring.is-done .passed-count{color:var(--positive)}.milestones{display:flex;justify-content:space-between;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.milestone{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}.milestone__dot{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:var(--surface-2);color:var(--text-dim);border:1px solid var(--border)}.milestone__dot svg{width:17px;height:17px}.milestone.is-reached .milestone__dot{background:var(--accent-soft);color:var(--accent);border-color:transparent}.milestone__day{font-size:11.5px;font-weight:600;color:var(--text-dim);font-variant-numeric:tabular-nums}.milestone.is-reached .milestone__day{color:var(--text-muted)}.passed-label{font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted)}.passed-next-title{font-size:17px;font-weight:700;margin-top:3px}.passed-next-reward{font-size:14px;font-weight:700;color:var(--positive);margin-top:3px}.achievements{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.achievements li{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--border)}.achievements li:first-child{border-top:none;padding-top:4px}.ach__icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex-shrink:0;background:var(--surface-2);color:var(--text-dim)}.achievements li.unlocked .ach__icon{background:var(--accent-soft);color:var(--accent)}.ach__icon svg{width:20px;height:20px}.ach__body{flex:1;min-width:0}.ach__title{font-size:14.5px;font-weight:600}.ach__desc{font-size:12.5px;color:var(--text-muted);margin-top:2px}.achievements li.locked .ach__title,.achievements li.locked .ach__desc{color:var(--text-dim)}.ach__reward{flex-shrink:0;font-size:13px;font-weight:700;color:var(--positive);font-variant-numeric:tabular-nums}.achievements li.locked .ach__reward{color:var(--text-dim)}.rewards-card{display:block;width:100%;text-align:left;cursor:pointer;color:inherit;font:inherit;overflow:hidden}.rewards-card__body{display:flex;flex-direction:column;gap:16px}.rewards-card__head{display:flex;align-items:center;gap:12px}.rewards-card__all{margin-left:auto;display:inline-flex;align-items:center;gap:2px;color:var(--accent);font-size:13.5px;font-weight:600;flex-shrink:0}.rewards-card__all svg{width:16px;height:16px}.rewards-goal{display:flex;align-items:center;gap:14px}.rewards-goal__medal{flex-shrink:0;display:grid;place-items:center}.rewards-goal__main{flex:1;min-width:0}.rewards-goal__name{font-size:15.5px;font-weight:700}.rewards-goal__req{font-size:12px;color:var(--text-muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rewards-bar{height:6px;border-radius:999px;background:#ffffff12;overflow:hidden;margin-top:9px}.rewards-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2f90ff,#27e0ff)}.rewards-bar__nums{font-size:11.5px;color:var(--text-muted);margin-top:5px}.rewards-shelf{display:flex;align-items:center;gap:6px;border-top:1px solid var(--border);padding-top:11px}.rewards-shelf__label{font-size:12px;color:var(--text-dim);margin-right:2px;flex-shrink:0}.rewards-shelf__row{display:flex;align-items:center;gap:5px;overflow:hidden;flex:1;min-width:0}.rewards-shelf__row svg{flex-shrink:0;display:block}.rewards-shelf__empty{font-size:12px;color:var(--text-dim)}.rewards-shelf__count{flex-shrink:0;font-size:12px;font-weight:700;color:var(--text-muted)}.ach__medal{flex-shrink:0;display:grid;place-items:center}.modal-overlay{position:fixed;inset:0;z-index:100;background:#000000a8;display:flex;align-items:center;justify-content:center;padding:16px;animation:overlay-in .2s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal{width:100%;max-width:440px;max-height:86vh;overflow-y:auto;background:var(--surface);border-radius:20px;border:1px solid var(--border-strong);padding:8px 16px 20px;animation:sheet-in .22s ease}@keyframes sheet-in{0%{transform:translateY(14px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){.modal-overlay,.modal{animation:none}}.modal__grip{display:none}.modal__grip--legacy{width:36px;height:4px;border-radius:999px;background:var(--border-strong);margin:8px auto 4px}.modal__head{display:flex;align-items:center;justify-content:space-between;padding:6px 0 12px;position:sticky;top:0;background:var(--surface)}.modal__head h3{margin:0;font-size:17px;font-weight:700}.modal__close{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;padding:0;cursor:pointer;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted)}.modal__close svg{width:18px;height:18px}.info-modal-overlay{position:fixed;inset:0;z-index:100;background:#0000009e;display:flex;align-items:center;justify-content:center;padding:20px;animation:overlay-in .2s ease}.info-modal{width:100%;max-width:360px;max-height:80vh;overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-card);padding:18px 20px 20px;box-shadow:var(--shadow-hero);animation:pop-in .22s cubic-bezier(.16,1,.3,1)}@keyframes pop-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.info-modal-overlay,.info-modal{animation:none}}.info-modal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.info-modal__head h3{margin:0;font-size:18px;font-weight:700}.info-modal__body{font-size:15px;line-height:1.7;color:#ccd4e0;letter-spacing:.005em}.ach-modal-list{list-style:none;padding:0;margin:0}.ach-modal-list li{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--border);cursor:pointer}.ach-modal-list li:first-child{border-top:none}.ach-modal-list li.locked .ach__medal{opacity:.8}.ach-modal-list li.locked .ach__title,.ach-modal-list li.locked .ach__reward{color:var(--text-dim)}.ach__hint{font-size:12.5px;font-weight:600;color:var(--accent);margin-top:3px}.faq-list{list-style:none;padding:0;margin:0}.faq-item{border-top:1px solid var(--border)}.faq-item:first-child{border-top:none}.faq-q{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:15px 0;background:none;border:none;color:var(--text);font:inherit;font-size:14.5px;font-weight:600;line-height:1.35;cursor:pointer}.faq-q>span:first-child{flex:1}.faq-chev{flex-shrink:0;display:grid;place-items:center;color:var(--text-dim);transition:transform .2s ease,color .2s ease}.faq-chev svg{width:18px;height:18px}.faq-item.is-open .faq-q{color:var(--accent)}.faq-item.is-open .faq-chev{transform:rotate(90deg);color:var(--accent)}.faq-a{font-size:13.5px;line-height:1.55;color:var(--text-muted);padding:0 30px 15px 0}.referral__bonus{margin-top:12px;padding:14px 16px;border-radius:var(--r-sm);background:#2ebd851a;border:1px solid rgba(46,189,133,.28)}.referral__bonus-value{font-size:22px;font-weight:750;letter-spacing:-.02em;color:var(--positive);font-variant-numeric:tabular-nums}.referral__bonus-sub{margin-top:4px;font-size:12.5px;line-height:1.45;color:var(--text-muted)}.referral__stat{display:flex;align-items:baseline;gap:8px;margin:14px 0 16px}.share-day__value{display:flex;align-items:baseline;gap:8px;margin:10px 0 2px}.share-day__num{font-size:32px;font-weight:750;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.share-day__unit{color:var(--text-muted);font-size:13px}.referral__count{font-size:28px;font-weight:750;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.referral__count-label{color:var(--text-muted);font-size:13px}.wallet-chip{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--border);font-size:13.5px;font-variant-numeric:tabular-nums;margin-bottom:14px}.wallet-chip svg{width:16px;height:16px;color:var(--accent)}.wallet-chip__balance{margin-left:auto;padding-left:12px;font-weight:700;color:var(--positive);white-space:nowrap}.result{margin-top:12px;font-size:13.5px;padding:10px 12px;border-radius:var(--r-sm);line-height:1.4;animation:result-in .25s ease}@keyframes result-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.result--ok{color:var(--positive);background:#2ebd851a}.result--err{color:var(--negative);background:#f6465d1a}.task-widget{display:block;margin-top:12px;max-width:100%;overflow:hidden;--adsgram-task-font-size: 15px;--adsgram-task-icon-size: 0px;--adsgram-task-icon-border-radius: 12px;--adsgram-task-icon-title-gap: 0px;--adsgram-task-button-width: auto}.task-reward{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap;color:var(--streak);background:#f7a13b24}.task-cta{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;max-width:100%;padding:8px 12px;border-radius:var(--r-btn);font-size:13px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;background:var(--accent);box-shadow:0 4px 14px #2f90ff59}.task-cta:active{background:var(--accent-press)}.task-cta--claim{color:#04140d;background:var(--positive);box-shadow:none}.task-cta--done{color:var(--text-muted);background:var(--surface-2);box-shadow:none}.modal-overlay--center{align-items:center;justify-content:center;padding:8px}.modal.checkin{width:100%;max-width:440px;min-height:88vh;max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow-y:auto;border-radius:22px;border:1px solid var(--border-strong);padding:22px 18px calc(22px + env(safe-area-inset-bottom));animation:checkin-in .25s ease}@keyframes checkin-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.modal.checkin{animation:none}}.checkin__sub{font-size:12.5px;color:var(--text-muted);margin-top:3px}.checkin__alert{margin:4px 0 12px;padding:10px 12px;border-radius:var(--r-sm);background:#f7a13b1f;border:1px solid rgba(247,161,59,.3);color:var(--streak);font-size:12.5px;line-height:1.45}.checkin__alert--burn{background:#f6465d1f;border-color:#f6465d4d;color:var(--negative)}.checkin__rows{margin:12px 0 16px;flex:1;display:flex;flex-direction:column;justify-content:space-evenly;gap:10px}.checkin__row{display:flex;align-items:center;gap:12px}.checkin__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;flex:1;min-width:0}.checkin__cell{aspect-ratio:1 / 1;border-radius:50%;border:1.5px solid transparent;background:var(--surface-2);color:var(--text-dim);display:flex;align-items:center;justify-content:center;padding:0;font:inherit}.checkin__cell svg{width:55%;height:55%;opacity:.45}.checkin__cell.is-done svg{opacity:1}.checkin__cell.is-today{cursor:pointer;animation:checkin-pulse 1.6s ease-in-out infinite}.checkin__cell.is-today svg{opacity:1}.checkin__cell.is-pop{animation:checkin-pop .45s ease-out}@keyframes checkin-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 var(--pulse)}50%{transform:scale(1.07);box-shadow:0 0 0 8px transparent}}@keyframes checkin-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.16);opacity:1}to{transform:scale(1)}}.checkin__tag{flex:none;width:26px;text-align:right;font-size:11px;font-variant-numeric:tabular-nums}.checkin__cta{text-align:center;font-size:13px;color:var(--accent)}.checkin__cta--ok{color:var(--positive)}.checkin__done{padding:12px 14px;border-radius:var(--r-sm);background:#f7a13b1f;border:1px solid rgba(247,161,59,.32)}.checkin__done-title{font-size:14px;font-weight:700;color:var(--streak);margin-bottom:5px}.checkin__done-text{font-size:12.5px;color:var(--text-muted);line-height:1.5}.checkin__foot{text-align:center;font-size:11.5px;color:var(--text-dim);margin-top:10px}.lb-controls{display:flex;justify-content:space-between;gap:8px;margin-bottom:12px;flex-wrap:wrap}.lb-seg{display:flex;background:var(--surface-2);border-radius:10px;padding:3px;gap:2px}.lb-seg__btn{border:none;background:transparent;color:var(--text-muted);font-family:inherit;font-size:13px;font-weight:600;padding:6px 12px;border-radius:8px;cursor:pointer}.lb-seg__btn--on{background:var(--accent);color:#fff}.lb-list{list-style:none;margin:0 0 8px;padding:0}.lb-row{display:flex;align-items:center;gap:10px;padding:8px 6px;border-bottom:.5px solid var(--border);font-size:14px}.lb-list .lb-row:last-child{border-bottom:none}.lb-row--me{background:var(--accent-soft);border-radius:8px}.lb-row--self{margin-bottom:8px;border-bottom:none}.lb-row__rank{flex:none;width:26px;text-align:center;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-muted)}.lb-row:nth-child(1) .lb-row__rank{color:#f0ac47}.lb-row:nth-child(2) .lb-row__rank{color:#c4c8ce}.lb-row:nth-child(3) .lb-row__rank{color:#d9903a}.lb-row__ava{flex:none;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;color:var(--text-muted);background:var(--surface-2);border:1.5px solid var(--border-strong)}.lb-row__ava[data-league=Silver]{border-color:#b2b4ba8c;color:#c4c8ce}.lb-row__ava[data-league=Gold]{border-color:#ef9f2799;color:#f0ac47}.lb-row__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.lb-list--dim{opacity:.45;transition:opacity .15s}.lb-skel{display:flex;flex-direction:column;gap:10px;padding:4px 0 8px}.lb-skel__row{height:36px;border-radius:10px;background:var(--surface-2);animation:lb-skel-pulse 1.2s ease-in-out infinite}.lb-skel__row:nth-child(2){animation-delay:.15s}.lb-skel__row:nth-child(3){animation-delay:.3s}@keyframes lb-skel-pulse{0%,to{opacity:1}50%{opacity:.45}}.lb-row__you{color:var(--text-muted);font-weight:400;font-size:12px}.lb-row__steps{font-variant-numeric:tabular-nums;font-weight:700}.lb-empty{padding:4px 0}.lb-empty__text{font-size:13px;color:var(--text-muted);margin:0 0 12px}.consent{min-height:100vh;padding:48px 24px 32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px}.consent__mark{width:72px;height:72px;border-radius:18px}.consent__wordmark{width:216px;height:auto;margin:8px auto 4px;filter:drop-shadow(0 0 22px rgba(39,224,255,.32))}.consent__title{font-size:20px;font-weight:700;letter-spacing:-.01em}.consent__text{font-size:14px;color:var(--text-muted);max-width:320px}.consent__check{display:flex;align-items:flex-start;gap:10px;max-width:340px;text-align:left;font-size:13px;color:var(--text-muted);cursor:pointer;margin-top:8px}.consent__check input{flex:none;width:18px;height:18px;margin-top:1px;accent-color:var(--accent);cursor:pointer}.consent__check a{color:var(--accent);text-decoration:none}.consent__btn{width:100%;max-width:340px;height:48px;margin-top:8px;border:none;border-radius:14px;background:var(--accent);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s}.consent__btn:disabled{opacity:.35;cursor:default}.loading{padding:96px 0;display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--text-muted);font-size:15px}.loading__mark{width:88px;height:88px;border-radius:22px}.loading__dots{display:flex;gap:8px;margin-top:6px}.loading__dots i{width:8px;height:8px;border-radius:50%;background:var(--text-muted);animation:loading-dot 1.1s ease-in-out infinite}.loading__dots i:nth-child(2){animation-delay:.18s}.loading__dots i:nth-child(3){animation-delay:.36s}@keyframes loading-dot{0%,to{opacity:.25}40%{opacity:1}}.ach-checkin-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 4px;margin-bottom:4px;border:none;border-bottom:.5px solid var(--border);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.ach-checkin-row .ach__reward svg{width:18px;height:18px;color:var(--text-dim)}.cbm__hero{text-align:center;padding:10px 0 2px}.cbm__glow{width:84px;height:84px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 35%,#2f90ff66,#2f90ff0f 72%);box-shadow:0 0 44px #2f90ff52}.cbm__num{font-size:42px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums;background:linear-gradient(180deg,#9ecbff,var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}.cbm__sub{color:var(--text-muted);font-size:13px;margin-top:2px}.cbm__steps{margin:16px 2px 0;display:flex;flex-direction:column;gap:10px}.cbm__step{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.4}.cbm__dot{width:22px;height:22px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center;flex:none;margin-top:1px}.cbm__note{font-size:12.5px;line-height:1.45;color:var(--streak);background:#f7a13b1a;border-radius:var(--r-sm);padding:8px 10px;margin-top:14px}.bonus-chip{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--streak);background:#f7a13b1f;border-radius:999px;padding:4px 10px;margin-top:10px}.chb__hero{text-align:center;padding:10px 0 2px}.chb__glow{width:88px;height:88px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 35%,#f7a13b61,#f7a13b0d 72%);box-shadow:0 0 46px #f7a13b4d;animation:chb-pulse 2.4s ease-in-out infinite}.chb__glow--done{background:radial-gradient(circle at 50% 35%,#2ebd8559,#2ebd850d 72%);box-shadow:0 0 46px #2ebd854d;animation:none}@keyframes chb-pulse{0%,to{box-shadow:0 0 32px #f7a13b38}50%{box-shadow:0 0 52px #f7a13b6b}}.chb__num{font-size:42px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums;background:linear-gradient(180deg,#ffd9a0,var(--streak));-webkit-background-clip:text;background-clip:text;color:transparent}.chb__num--done{background:linear-gradient(180deg,#9fe8c9,var(--positive));-webkit-background-clip:text;background-clip:text}.chb__sub{color:var(--text-muted);font-size:13px;margin-top:2px}.chb__pitch{font-size:14px;line-height:1.5;color:var(--text);text-align:center;margin:14px 6px 0}.chb__later{font-size:13px;color:var(--text-dim)}.terr__teaser{position:relative;display:block;width:100%;margin-top:14px;padding:0;border:.5px solid var(--border-strong);border-radius:var(--r-card);overflow:hidden;background:none;cursor:pointer}.terr__mini,.terr__map{display:block;width:100%;height:auto}.terr__teaser-overlay{position:absolute;inset:0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px;padding:10px;background:linear-gradient(180deg,rgba(7,11,20,.25),transparent 40%,rgba(7,11,20,.55) 100%)}.terr__pill{font-size:12.5px;font-weight:700;color:var(--text);background:#0a0e18c7;border:.5px solid var(--border-strong);border-radius:999px;padding:4px 10px;font-variant-numeric:tabular-nums}.terr__pill--muted{color:var(--text-muted);font-weight:600}.terr__pill--mine{color:var(--accent)}.terr__cta{position:absolute;left:10px;right:10px;bottom:10px;text-align:center;font-size:14px;font-weight:800;letter-spacing:.02em;color:#fff;background:var(--accent);border-radius:var(--r-btn);padding:11px 14px;box-shadow:0 6px 22px #2f90ff73}.terr__modal{max-height:94vh;overflow-y:auto}.terr-standalone{flex:1;min-height:0;position:relative}.terr__stage{margin:0 calc(-1 * var(--modal-pad, 16px));overflow:hidden;background:#0a141f}.terr__stage .terr__map{border-radius:0}.mapzoom{display:flex;align-items:center;gap:8px;margin-top:10px}.mapzoom__btn{width:38px;height:34px;font-size:19px;font-weight:700;line-height:1;color:var(--text);background:var(--surface-2);border:.5px solid var(--border-strong);border-radius:10px;cursor:pointer}.mapzoom__btn:disabled{opacity:.4}.mapzoom__val{min-width:34px;text-align:center;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-muted)}.mapzoom__reset{width:34px;height:34px;font-size:15px;color:var(--text-muted);background:none;border:.5px solid var(--border);border-radius:10px;cursor:pointer}.mapzoom__hint{font-size:12px;color:var(--text-dim)}.terr__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.terr__title{font-size:17px;font-weight:800;letter-spacing:-.01em}.terr__sub{font-size:12.5px;color:var(--text-muted);margin-top:1px}.terr__action{margin-top:12px;padding:12px;background:var(--surface-2);border:.5px solid var(--border);border-radius:var(--r-card);display:flex;flex-direction:column;gap:10px}.terr__action-info{display:flex;flex-direction:column;gap:2px;font-size:14px}.terr__action-info .muted{font-size:12.5px;color:var(--text-muted)}.terr__hint{margin-top:12px;text-align:center;font-size:13px;color:var(--text-muted)}.terr__leaders{margin-top:14px;display:flex;flex-direction:column;gap:8px}.terr__leader{display:flex;align-items:center;gap:8px;font-size:13.5px}.terr__leader .muted{margin-left:auto;color:var(--text-muted);font-variant-numeric:tabular-nums}.terr__leader-me{color:var(--accent);font-weight:700}.terr__dot{width:10px;height:10px;border-radius:50%;flex:none}.terr__burn{margin-top:12px;font-size:12px;color:var(--text-dim);text-align:center}.card--warn{border-color:#f7a13b73;background:linear-gradient(180deg,rgba(247,161,59,.07),transparent 60%)}.cupd{display:flex;gap:12px;align-items:flex-start}.cupd__ico{flex:none;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#f7a13b;background:#f7a13b24}.cupd__body{min-width:0}.cupd__title{font-size:15px;font-weight:700}.cupd__text{margin:4px 0 6px;font-size:13.5px;color:var(--text-muted);line-height:1.45}.warm{padding:10px 6px 2px;text-align:center}.warm__icon{width:54px;height:54px;border-radius:999px;display:inline-grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.warm__icon svg{width:24px;height:24px}.warm__title{margin-top:6px;font-size:18px;font-weight:700;letter-spacing:-.01em}.warm__steps{font-size:34px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-top:10px}.warm__sub{color:var(--text-muted);font-size:14px;margin-top:2px}.warm__body{font-size:13.5px;line-height:1.45;color:var(--text-muted);margin:8px 0 0}.warm__note{font-size:12.5px;font-weight:700;color:var(--accent);margin-top:10px}.warm__count{margin-top:12px;font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:#27e0ff;font-variant-numeric:tabular-nums}.warm__bar{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden;margin-top:14px}.warm__bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2f90ff,#27e0ff);width:0;animation:warm-fill 5s linear forwards}@media(prefers-reduced-motion:reduce){.warm__bar i{animation:none;width:100%}}.warm__note--done{color:#2ebd85;font-weight:600}@keyframes warm-fill{0%{width:0}to{width:100%}}.forced__steps{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px}.forced__dot{width:22px;height:4px;border-radius:999px;background:var(--border-strong)}.forced__dot--on{background:var(--accent)}.forced__count{margin-left:6px;font-size:13.5px;font-weight:800;color:#ffd166}.sf__flag{font-size:54px;line-height:1;margin-bottom:6px}.sf__leaders{display:flex;flex-direction:column;gap:8px;padding:10px 12px;background:var(--surface-2);border:.5px solid var(--border);border-radius:var(--r-card)}.sf__energy{margin:12px 0 10px;text-align:center;font-size:13px;color:var(--text-muted)}.terr__cell-head{display:flex;align-items:center;gap:10px}.terr__cell-empty{width:46px;height:46px;flex:none;border-radius:10px;border:1px dashed var(--border-strong);background:#ffffff05}.terr__strength{height:6px;border-radius:999px;background:#ffffff12;overflow:hidden}.terr__strength-fill{height:100%;border-radius:999px}.terr__history{display:flex;flex-direction:column;gap:5px;font-size:12.5px}.terr__history-row{display:flex;align-items:baseline;gap:6px}.terr__history-when{margin-left:auto;white-space:nowrap}.terr__modal.cellfull{position:fixed;inset:0;width:auto;max-width:none;height:auto;max-height:none;border-radius:0;border:0;padding:0;display:flex;flex-direction:column;overflow:hidden;animation:cellfull-in .26s cubic-bezier(.2,.8,.25,1)}@keyframes cellfull-in{0%{transform:translateY(4%) scale(.97);opacity:.4}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){.terr__modal.cellfull{animation:none}}.terr__modal--isofull{position:fixed;inset:0;width:100%;max-width:none;height:100%;max-height:none;margin:0;border-radius:0;border:0;padding-top:max(var(--tg-safe-area-inset-top, 0px),env(safe-area-inset-top,0px));padding-bottom:max(var(--tg-safe-area-inset-bottom, 0px),env(safe-area-inset-bottom,0px))}.cellfull__top{display:flex;align-items:center;gap:10px;padding:calc(10px + env(safe-area-inset-top)) 14px 10px}.cellfull__back{flex:none;width:40px;height:40px;border-radius:13px;border:1px solid var(--border-strong);background:#ffffff12;color:var(--text);font-size:20px;line-height:1}.cellfull__back:active{transform:scale(.94)}.cellfull__titles{flex:1;min-width:0}.cellhero{display:block;width:100%;flex:none}.cellfull__three{width:100%;height:300px;flex:none;background:radial-gradient(60% 45% at 50% 78%,#27e0ff21,#27e0ff00 70%),radial-gradient(45% 32% at 22% 30%,#ff2d8e24,#ff2d8e00 72%),linear-gradient(180deg,#0b1428,#070c19 60%,#04060c)}.cellfull__three canvas{display:block;width:100%;height:100%}.world3d{width:100%;background:radial-gradient(60% 45% at 50% 70%,#27e0ff1a,#27e0ff00 70%),radial-gradient(45% 32% at 20% 26%,#ff2d8e1a,#ff2d8e00 72%),linear-gradient(180deg,#060b18,#071022)}.world3d--island{height:460px}.world3d--district{height:500px}.world3d--mini{height:230px;pointer-events:none}@media(orientation:landscape)and (max-height:560px){.terr__modal--isofull>.terr__head,.terr__modal--isofull>.terr__rci,.terr__modal--isofull>.terr__back{position:absolute;z-index:3;margin:0;padding:5px 10px;border-radius:12px;background:#04060cad;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.terr__modal--isofull>.terr__head{top:6px;left:10px;right:10px}.terr__modal--isofull>.terr__rci{bottom:6px;left:10px;right:10px}.terr__modal--isofull>.terr__back{top:52px;left:10px}.world3d--island,.world3d--district{height:calc(100vh - 130px);height:calc(100dvh - 130px);min-height:190px}}.terr__modal--3d .world3d--island{height:440px}.terr__modal--3d .world3d--district{height:470px}.world3d{max-width:100%}.world3d canvas{display:block;width:100%;height:100%}.cellfull__body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:12px 16px calc(18px + env(safe-area-inset-bottom))}.cellfull__nb{font-size:12.5px}.terr__back{display:inline-flex;align-items:center;margin-bottom:8px;padding:6px 12px;font-size:13px;font-weight:700;color:var(--text);background:var(--surface-2);border:.5px solid var(--border);border-radius:999px;cursor:pointer}.rar{border:1px solid var(--line)}.rar--common{border-color:var(--line)}.rar--rare{border-color:#2f90ff55}.rar--epic{border-color:#b06bff66}.rar--legendary{border-color:#ffd16677;box-shadow:0 0 0 1px #ffd16622 inset}.shop__hero{display:flex;align-items:center;gap:16px;padding:14px 4px 18px}.shop__balance{flex:1}.shop__balanceValue{font-size:22px;font-variant-numeric:tabular-nums;color:var(--text)}.seg{display:flex;gap:6px;margin-bottom:12px}.seg__btn{flex:1;padding:9px 8px;border-radius:10px;font-size:13px;background:var(--surface-2);color:var(--text-muted);border:1px solid transparent}.seg__btn--on{background:var(--accent-weak);color:var(--text);border-color:#2f90ff55}.slotbar{display:flex;gap:6px;overflow-x:auto;padding-bottom:8px;margin-bottom:8px}.slotbar__btn{flex:none;padding:7px 12px;border-radius:999px;font-size:12px;background:var(--surface-2);color:var(--text-muted)}.slotbar__btn--on{background:var(--accent);color:#04101f}.shop__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.shop__cell{background:var(--surface-2);border-radius:12px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.shop__cell--on{background:var(--accent-weak)}.shop__cellArt{position:relative}.shop__cellArt--empty{width:54px;height:54px;border-radius:50%;border:1px dashed var(--line);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.shop__tick{position:absolute;right:-4px;bottom:-2px;width:20px;height:20px;border-radius:50%;background:var(--ok);color:#04101f;display:flex;align-items:center;justify-content:center}.shop__tick svg{width:13px;height:13px}.shop__cellName{font-size:12px;color:var(--text);line-height:1.25}.shop__cellHint{font-size:10.5px;color:var(--text-muted);line-height:1.3}.shop__locked{font-size:10.5px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.shop__locked svg{width:12px;height:12px}.btn--sm{height:30px;padding:0 12px;font-size:12px}.btn--stars{background:#ffd166;color:#2a1e00}.btn--stars:not(:disabled):active{background:#f0bf4e}.shop__sets{margin-top:18px}.setrow{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);font-size:13px}.setrow--done{color:var(--ok)}@keyframes ava-drift{0%{opacity:.25}50%{opacity:.9}to{opacity:.25}}.ava-fx-steps,.ava-fx-sparks,.ava-fx-storm{animation:ava-drift 2.4s ease-in-out infinite}@keyframes ava-pulse{0%{opacity:.35}50%{opacity:.8}to{opacity:.35}}.ava-fx-gram{animation:ava-pulse 2s ease-in-out infinite}.profile__row{display:flex;align-items:center;gap:14px;margin-bottom:12px}.profile__main{flex:1;min-width:0}.profile__name{font-size:17px;color:var(--text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile__meta{display:flex;align-items:center;gap:8px;margin-top:5px}.lb-row__mono{display:flex;align-items:center;justify-content:center;width:30px}.hs__text{line-height:1.55;margin:0 0 12px}.hs__reward{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.hs__reward>b{font-size:22px;font-weight:800;color:var(--positive);letter-spacing:-.02em}.hs__reward>i{font-style:normal;font-size:12px;color:var(--text-muted)}.move__text{line-height:1.55;margin:0 0 12px}.move__reward{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.move__reward>b{font-size:26px;font-weight:800;color:var(--positive);letter-spacing:-.02em}.move__reward>i{font-style:normal;font-size:12px;color:var(--text-muted)}.move__fine{margin:10px 0 0;font-size:11.5px}.recs__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.recs__cell{background:var(--surface-2);border-radius:var(--r-sm);padding:10px 12px;display:flex;flex-direction:column;gap:2px;min-width:0}.recs__cell>i{font-style:normal;font-size:11.5px;color:var(--text-muted);letter-spacing:.02em}.recs__cell>b{font-size:20px;font-weight:800;letter-spacing:-.02em}.recs__cell .meta{font-size:11px}.recs__note{margin-top:10px;font-size:12.5px;color:var(--positive)}.sw{width:30px;height:30px;border-radius:8px;border:2px solid transparent}.sw--on{border-color:var(--text)}.profile{position:relative}.profile__info{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:var(--surface-2)}.profile__info svg{width:16px;height:16px}.profile__leagueLabel{font-size:12px;color:var(--text-muted)}.profile__steps{margin-top:5px}.leagues{display:flex;flex-direction:column;gap:2px;margin-top:12px}.leagues__row{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;background:var(--surface-2)}.leagues__row--on{background:var(--accent-weak)}.leagues__you{margin-left:auto;font-size:11px;color:var(--accent)}.wn{text-align:left}.wn__close{position:absolute;top:14px;right:14px}.wn__hero{text-align:center;padding:6px 0 18px}.wn__title{font-size:20px;margin:0 0 6px}.wn__sub{font-size:13px;color:var(--text-muted);margin:0;line-height:1.5}.wn__list{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.wn__item{display:flex;gap:12px;align-items:flex-start}.wn__ico{flex:none;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.wn__ico svg{width:19px;height:19px}.wn__ico--blue{background:#2f90ff22;color:#2f90ff}.wn__ico--gold{background:#ffd16622;color:#ffd166}.wn__ico--green{background:#3ddc9722;color:#3ddc97}.wn__ico--violet{background:#8f6bff22;color:#8f6bff}.wn__itemTitle{font-size:14px;color:var(--text);margin-bottom:3px}.wn__itemText{font-size:12.5px;color:var(--text-muted);line-height:1.5}.wn__item--soon .wn__itemText{opacity:.85}.wn__soon{font-size:10px;color:#8f6bff;background:#8f6bff1a;padding:2px 7px;border-radius:999px;margin-left:6px;vertical-align:1px}.wn__update{margin-top:8px}.tasks__fallback{margin-top:10px;display:flex;flex-direction:column;gap:10px}.sr{position:relative;text-align:center}.sr__close{position:relative;z-index:2}.sr__sky{position:absolute;left:0;right:0;top:0;height:250px;pointer-events:none;z-index:0}.sr__burst{position:absolute}.sr__burst i{position:absolute;left:50%;top:50%;width:3px;height:12px;margin:-6px 0 0 -1.5px;border-radius:2px;background:var(--c, #ffd166);transform:rotate(var(--a)) translateY(-2px) scaleY(.4);opacity:0;animation:sr-boom 2.8s ease-out infinite;animation-delay:var(--d, 0s)}@keyframes sr-boom{0%{transform:rotate(var(--a)) translateY(-2px) scaleY(.4);opacity:0}5%{opacity:1}28%{transform:rotate(var(--a)) translateY(-30px) scaleY(1);opacity:.95}52%{transform:rotate(var(--a)) translateY(-44px) scaleY(.45);opacity:0}to{transform:rotate(var(--a)) translateY(-44px) scaleY(.45);opacity:0}}.sr__burst--0{left:18%;top:74px;--c: #ffd166;--d: .1s}.sr__burst--1{left:80%;top:58px;--c: #7cc0ff;--d: .7s}.sr__burst--2{left:50%;top:38px;--c: #ff9db1;--d: 1.3s}.sr__burst--3{left:30%;top:128px;--c: #9ef0c0;--d: 1.9s}.sr__burst--4{left:70%;top:140px;--c: #ffd166;--d: 2.4s}.sr__hero{position:relative;z-index:1;padding-top:16px}.sr__title{margin:0;font-size:22px;font-weight:800;text-shadow:0 0 24px rgba(255,209,102,.35)}.sr__sub{margin:6px 0 0;font-size:13.5px;color:var(--text-muted)}.sr__champ{position:relative;z-index:1;margin-top:12px}.sr__wreath{position:relative;width:132px;height:120px;margin:0 auto;display:flex;align-items:center;justify-content:center}.sr__laurel{position:absolute;inset:0;width:100%;height:100%;color:#d9a441;filter:drop-shadow(0 0 10px rgba(217,164,65,.35))}.sr__champName{margin-top:6px;font-size:17px;font-weight:800}.sr__champMeta{margin-top:2px;font-size:12.5px;color:var(--text-muted)}.sr__champAward{display:inline-block;margin-top:8px;padding:6px 14px;border-radius:999px;background:#d9a44129;border:1px solid rgba(217,164,65,.4);color:#ffd166;font-size:14px;font-weight:800}.sr__podium{position:relative;z-index:1;margin-top:14px;display:flex;flex-direction:column;gap:6px;text-align:left}.sr__row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px;background:#ffffff08;border:1px solid var(--border)}.sr__place{flex:none;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:800}.sr__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}.sr__name--me{color:var(--accent)}.sr__cells{font-size:12px;color:var(--text-muted)}.sr__pts{font-size:13px;font-weight:700;color:#ffd166}.sr__gram{position:relative;z-index:1;margin-top:10px;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;text-align:left;background:#2f90ff14;border:1px solid rgba(124,192,255,.3)}.sr__gramIco{font-size:22px}.sr__gramBody{flex:1;min-width:0}.sr__gramTitle{font-size:11.5px;color:var(--text-muted)}.sr__gramRow{display:flex;align-items:center;gap:8px;margin-top:2px;font-size:14px;font-weight:600}.sr__my{position:relative;z-index:1;margin:12px 0 0;font-size:13.5px;line-height:1.45}.sr__stats{margin:4px 0 0;font-size:12px;color:var(--text-dim)}.sr__next{margin-top:12px;padding:10px 12px;border-radius:12px;text-align:left;background:var(--accent-soft)}.sr__nextTitle{font-size:14px;font-weight:800}.sr__nextText{margin-top:4px;font-size:12.5px;line-height:1.45;color:var(--text-muted)}.sr .btn--primary{margin-top:14px}.sr__later{margin-top:8px}@media(prefers-reduced-motion:reduce){.sr__burst i{animation:none;opacity:0}}.dyn__meta{margin:2px 0 0;font-size:11.5px;color:var(--text-dim);text-align:right}.dyn__tree{position:relative;width:100%;aspect-ratio:340 / 210;margin-top:4px}.dyn__branches{position:absolute;inset:0;width:100%;height:100%}.dyn__node{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1px}.dyn__label{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:600}.dyn__label--muted{color:var(--text-dim);font-weight:500}.dyn__alive{font-size:9.5px;color:#9ef0c0}.dyn__emptyShield{width:36px;height:36px;color:#3a4a67}.dyn__tiers{margin-top:10px;display:flex;flex-direction:column;gap:6px}.dyn__tier{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:12px;background:#ffffff08;border:1px solid var(--border)}.dyn__tier--ready{background:#d9a4411f;border-color:#d9a44173}.dyn__tier--done{opacity:.75}.dyn__tierName{font-size:12.5px;font-weight:600;min-width:0}.dyn__finial{display:block;font-size:10.5px;font-weight:500;color:#ffd166}.dyn__done{font-size:12.5px;color:#9ef0c0;white-space:nowrap}.dyn__locked{font-size:12.5px;color:var(--text-muted);white-space:nowrap}.dyn__claim{flex:none;padding:7px 12px;border:none;border-radius:999px;background:#d9a441;color:#241a05;font-size:12.5px;font-weight:800;cursor:pointer}.dyn__claim:disabled{opacity:.6}.dyn__foot{margin-top:8px;font-size:11px;color:var(--text-muted);text-align:center}.da{position:relative;overflow:hidden;text-align:center;border-color:#d9a44180}.da__glow{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:240px;height:130px;pointer-events:none;background:radial-gradient(ellipse,rgba(217,164,65,.22),transparent 70%)}.da__close{position:relative;z-index:2}.da__hero{position:relative;padding-top:6px}.da__title{margin:2px 0 0;font-size:21px;font-weight:800;color:#ffd166;letter-spacing:-.01em}.da__sub{margin-top:4px;font-size:12.5px;color:var(--text-muted)}.da__points{margin-top:14px;display:flex;flex-direction:column;gap:10px;text-align:left}.da__point{display:flex;gap:10px;align-items:flex-start}.da__point p{margin:0;font-size:13px;line-height:1.45}.da__ico{flex:none;margin-top:1px;color:#d9a441;display:inline-flex}.da__ico svg{width:18px;height:18px}.da__gold{color:#ffd166;font-weight:700}.da__mutedText{color:var(--text-muted)}.da__cta{width:100%;margin-top:14px;padding:11px 12px;border:none;border-radius:12px;background:#d9a441;color:#241a05;font-size:14px;font-weight:800;cursor:pointer}.da__later{margin-top:8px}.terr__rci{display:flex;flex-direction:column;gap:2px;margin:8px 0 0;padding:7px 10px;border-radius:10px;background:#2f90ff14;border:1px solid rgba(124,192,255,.25);font-size:11.5px;font-weight:600}.terr__rci-pool{font-size:10.5px;font-weight:500;color:var(--text-muted)}.citycell{margin-top:10px;padding-top:10px;border-top:1px dashed var(--border)}.citycell__head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.citycell__lvl{font-size:13px;font-weight:800}.citycell__res{font-size:12.5px;color:#9ef0c0;font-weight:600}.citycell__upkeep{font-size:10.5px;color:var(--text-dim);margin-left:auto}.citycell__bar{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:11.5px}.citycell__bar-label{flex:none;width:118px;color:var(--text-muted)}.citycell__bar b{flex:none;width:26px;text-align:right;font-size:12px}.citycell__track{flex:1;height:6px;border-radius:999px;background:#ffffff0f;overflow:hidden}.citycell__fill{height:100%;border-radius:999px}.citycell__fill--cap{background:#2f90ff}.citycell__fill--att{background:#d9a441}.citycell__decor{margin-top:6px;font-size:11px;color:var(--text-muted)}.citycell__yield{margin-top:3px;font-size:11px;color:#9ef0c0}.citycell__slots{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.citycell__slot{padding:4px 9px;border-radius:999px;font-size:11px;color:var(--text-dim);border:1px dashed var(--border)}.citycell__slot--on{color:var(--text);border-style:solid;border-color:#2f90ff66;background:#2f90ff14}.citycell__hint{margin-top:8px;font-size:11px;color:var(--text-muted)}.citycell__buildgrid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.citycell__buildbtn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;border-radius:10px;border:1px solid var(--border);background:#ffffff08;color:var(--text);font-size:12px;font-weight:600;cursor:pointer}.citycell__buildbtn:disabled{opacity:.55}.citycell__cost{font-size:11px;color:#d9a441;font-weight:700}.citycell__lvlup{margin-top:8px}.cmorning{position:relative;text-align:center}.cmorning__sun{font-size:34px;margin-top:6px}.cmorning__title{margin:4px 0 0;font-size:20px;font-weight:800}.cmorning__rows{margin-top:12px;display:flex;flex-direction:column;gap:6px}.cmorning__row{padding:8px 10px;border-radius:10px;background:#ffffff08;border:1px solid var(--border);font-size:13px;text-align:left}.cmorning__row--gain{border-color:#9ef0c059;color:#9ef0c0}.cmorning__row--loss{border-color:#f0959559;color:#f09595}.cmorning__hint{margin:10px 0 0;font-size:11.5px;color:var(--text-muted)}.cmorning .btn--primary{margin-top:12px}.citycell__reserved,.citycell__monument{margin-top:8px;padding:7px 10px;border-radius:10px;font-size:11.5px;border:1px solid var(--border);background:#ffffff08}.citycell__reserved{border-color:#9ef0c059;color:#9ef0c0}.citycell__reserved span{display:block;color:var(--text-muted);margin-top:2px}.citycell__monument{color:#d9d2c0}.cityshop{margin-top:10px;padding-top:8px;border-top:1px dashed var(--border)}.cityshop__head{font-size:12px;font-weight:700}.cityshop__head span{display:block;font-size:10.5px;font-weight:500;color:var(--text-dim)}.cityshop__grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.cityshop__item{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:7px 9px;border-radius:10px;border:1px solid var(--border);background:#ffffff08;color:var(--text);font-size:11.5px;font-weight:600;cursor:pointer}.cityshop__item:disabled{opacity:.6}.cityshop__price{color:#d9a441;font-weight:700;white-space:nowrap}.weekly{border:1.5px solid rgba(47,144,255,.55);background:linear-gradient(180deg,#2f90ff17,#2f90ff08),var(--surface)}.weekly__badge{display:inline-block;padding:3px 10px;border-radius:999px;background:#2f90ff29;border:1px solid rgba(124,192,255,.4);color:#7cb9f7;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.weekly__cta{display:block;width:100%;margin-top:10px;padding:13px 14px;border:none;border-radius:12px;background:var(--accent);color:#fff;font-size:14.5px;font-weight:800;cursor:pointer;line-height:1.3}.weekly__cta:active{background:var(--accent-press)}.weekly__cta:disabled{opacity:.7}.weekly__trial{margin:8px 0 0;text-align:center;font-size:12px;color:var(--text-muted)}.vip{display:block;width:100%;text-align:left;border:1.5px solid rgba(47,144,255,.65);background:radial-gradient(130% 150% at 0% 0%,#2f90ff38,#2f90ff0d 55%),var(--surface);box-shadow:0 0 20px #2f90ff29,inset 0 1px #ffffff12;color:var(--text)}.vip__head{display:flex;align-items:center;gap:8px}.vip__count{font-size:11px;font-weight:700;color:#9ec5f0;background:#2f90ff29;border-radius:999px;padding:3px 9px}.vip__empty{margin-top:9px;font-size:13.5px;color:var(--text-muted);font-weight:600}.vipm__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.vipm__tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:13px 10px 12px;border-radius:14px;border:1px solid var(--border-strong);background:#ffffff08}.vipm__tile--done{opacity:.55}.vipm__img{width:58px;height:58px;border-radius:17px;object-fit:cover;border:1px solid rgba(47,144,255,.4);box-shadow:0 2px 10px #00000059}.vipm__imgph{width:58px;height:58px;border-radius:17px;display:flex;align-items:center;justify-content:center;font-size:26px;background:#ffffff0f}.vipm__name{font-size:13px;font-weight:700;line-height:1.3}.vipm__sub{font-size:10.5px;color:var(--text-muted)}.vipm__link{padding:0;border:0;background:none;color:var(--accent);font-size:11.5px;font-weight:700}.vipm__btn{width:100%;font-size:12px;padding:8px 6px;white-space:normal;line-height:1.25}.vipm__done{font-size:12.5px;color:#9ef0c0;font-weight:800}.vipm__wait{font-size:11px;color:var(--text-muted)}.vipm__btn--claim{animation:vipclaim 1.6s ease-in-out infinite}@keyframes vipclaim{0%,to{box-shadow:0 0 #2f90ff00}50%{box-shadow:0 0 14px 2px #2f90ff73}}@media(prefers-reduced-motion:reduce){.vipm__btn--claim{animation:none}}.bonus-sec{position:relative;margin-top:16px;padding:12px 12px 11px;border-radius:14px;border:1.5px solid transparent}.bonus-sec__pin{position:absolute;top:-11px;left:14px;font-size:15px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.4))}.bonus-sec__title{font-size:12.5px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.bonus-sec--screen{border-color:#2f90ff52;background:#2f90ff0f}.bonus-sec--screen .bonus-sec__title{color:#9ec5f0}.bonus-sec--screen .bonus-sec__title svg{width:14px;height:14px;color:#9ec5f0}.bonus-sec--board{border-style:dashed;border-color:#2f90ff52;background:#2f90ff0f}.bonus-sec--board .bonus-sec__title{color:#9ec5f0}.bonus-sec .progress{margin-top:8px}.bonus-sec__divider{margin-top:13px;padding-top:11px;border-top:1px dashed rgba(47,144,255,.28)}.bl-ladder{display:flex;gap:5px;margin-top:9px}.bl-chip{flex:1;display:flex;flex-direction:column;align-items:center;gap:1px;border-radius:9px;padding:5px 0 4px;background:#ffffff0d;color:var(--text-muted);white-space:nowrap}.bl-chip__ads{font-size:9.5px;font-weight:700;opacity:.9}.bl-chip__mult{font-size:11.5px;font-weight:800}.bl-chip--on{background:#2f90ff38;color:#9ec5f0}.bl-chip--next{outline:1px dashed rgba(47,144,255,.45);color:var(--text)}.bclaim{display:flex;flex-direction:column;gap:3px;padding-top:9px;padding-bottom:9px}.bclaim__main{font-size:14.5px;font-weight:800}.bclaim__sub{font-size:10.5px;font-weight:600;opacity:.85}.adtasks__hint{margin-top:4px}.bonus-sec .task-widget{margin-top:10px}.ptask{margin-top:12px;padding-top:10px;border-top:1px dashed var(--border)}.ptask__head{font-size:12px;font-weight:700;color:var(--text-muted)}.ptask__row{display:flex;align-items:center;gap:10px;width:100%;margin-top:8px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#ffffff08;color:var(--text);cursor:pointer;text-align:left}.ptask__row:disabled{opacity:.6}.ptask__ico{font-size:20px}.ptask__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.ptask__name{font-size:13.5px;font-weight:700}.ptask__sub{font-size:11px;color:var(--text-muted)}.ptask__reward{font-size:13px;font-weight:800;color:#9ef0c0;white-space:nowrap}.ptask__reward--done{color:var(--text-dim);font-weight:600}.world3d{position:relative}.world3d__fps{position:absolute;left:8px;top:8px;z-index:2;font:700 11px/1.2 ui-monospace,monospace;color:#7cf7c4;background:#04060cb8;border-left:2px solid #7cf7c4;padding:4px 8px;pointer-events:none}.hud{position:absolute;inset:0;z-index:3;pointer-events:none}.hud__label{position:absolute;left:0;top:0;display:flex;flex-direction:column;align-items:center;transition:opacity .15s;will-change:transform}.hud__body{display:flex;align-items:center;gap:5px;padding:3px 6px 4px;border-radius:9px;background:#050911cc;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:inset 0 0 0 1px #ffffff1f,0 0 0 1px #03050ae6,0 8px 20px #02040a99}.hud__socket{width:19px;height:19px;flex:0 0 auto;border-radius:8px;overflow:hidden;display:grid;place-items:center;box-shadow:inset 0 0 0 1.5px var(--own, rgba(140, 163, 199, .4))}.hud__socket i{font-style:normal;font-size:12px;color:#55637c}.hud__text{display:flex;flex-direction:column;gap:2px;white-space:nowrap}.hud__name{font-size:8.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 1px 3px rgba(0,0,0,.9)}.hud__row{display:flex;align-items:center;gap:4px;font-size:7.5px;color:#cfe1ff;text-shadow:0 1px 2px rgba(0,0,0,.9)}.hud__row b{font-weight:700;color:var(--own, #8ca3c7)}.hud__row s{width:1px;height:8px;background:#8ca3c74d}.hud__pips{display:flex;gap:1.5px}.hud__pips i{width:2px;height:5px;background:#8ca3c740}.hud__pips i.on{background:var(--own, #8ca3c7)}.hud__text--cell{flex-direction:column;gap:3px}.hud__text--cell b{font-size:8px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.9)}.hud__bar{display:block;width:22px;height:2.5px;background:#03050ab3}.hud__bar i{display:block;height:100%;background:var(--own, #8ca3c7);box-shadow:0 0 6px var(--own, transparent)}.hud__tail{width:8px;height:8px;margin-top:-4px;background:#050911e6;transform:rotate(45deg)}.hud__anchor{width:5px;height:5px;margin-top:4px;border-radius:50%;background:var(--own, #55637c);box-shadow:0 0 8px var(--own, transparent)}.hud__label--mine .hud__body{box-shadow:inset 0 0 0 1px #27e0ff8c,0 0 0 1px #03050ae6,0 0 18px #27e0ff47,0 8px 20px #02040a99}.hud__label--sel .hud__body{background:#04070ee6;box-shadow:inset 0 0 0 1.5px #fff,0 0 0 1px #03050a,0 10px 26px #02040abf;transform:scale(1.08)}.hud__label--asleep .hud__body{background:#05091194;box-shadow:inset 0 0 0 1px #8ca3c738,0 4px 12px #02040a73;transform:scale(.94)}.hud__label--asleep .hud__name,.hud__label--asleep .hud__row{color:#8ca3c7}.merge{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;background:linear-gradient(180deg,#cfe6ff,#eaf3ff 34%,#f2f6fd);touch-action:pan-y;overflow-y:auto;overscroll-behavior:contain;user-select:none;-webkit-user-select:none}.merge--loading{align-items:center;justify-content:center;color:#5d6b85}.merge__hud{display:flex;align-items:center;gap:8px;padding:calc(10px + env(safe-area-inset-top)) 14px 12px;background:#12161f;border-bottom:1px solid rgba(255,255,255,.08)}.merge__back{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#1a2030;color:#f3f6fb;display:flex;align-items:center;justify-content:center}.merge__energy{flex:1;display:flex;align-items:center;gap:8px;background:#1a2030;border:1px solid rgba(47,144,255,.35);border-radius:12px;padding:8px 11px}.merge__energy-value{font-size:16px;font-weight:800;color:#f3f6fb}.merge__energy-label{font-size:11px;color:#8b95a7}.merge__coins{display:flex;align-items:center;gap:6px;background:#1a2030;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:9px 11px;font-size:14px;font-weight:700;color:#f3f6fb}.merge__board{touch-action:pan-y;display:grid;gap:4px;margin:12px 12px 0;padding:8px;background:#e7eefb;border:1px solid #d3ddef;border-radius:20px;box-shadow:inset 0 2px 6px #1b243614}.merge__cell{aspect-ratio:1;border-radius:11px;background:#dde6f6;display:flex;align-items:center;justify-content:center}.merge__cell--full{background:#f5f8fe}.merge__cell--target{background:#fff;box-shadow:0 0 0 2px #2ebd85,0 0 0 6px #2ebd852e}.merge__cell--dragging{opacity:.35}.merge__gen{margin:12px 12px 0;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:15px;background:linear-gradient(160deg,#2f90ff,#1f7cec);box-shadow:0 8px 18px #2f90ff59;color:#fff}.merge__gen:disabled{background:#b9c7dc;box-shadow:none}.merge__gen-title{font-size:15px;font-weight:800}.merge__gen-cost{font-size:12px;opacity:.85}.merge__tray{display:flex;align-items:stretch;gap:8px;margin:10px 12px 0}.merge__storage{flex:1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;padding:6px;background:#ffffffb3;border:1px solid #d3ddef;border-radius:16px}.merge__slot{aspect-ratio:1;border-radius:9px;background:#e7eefb;display:flex;align-items:center;justify-content:center}.merge__slot--full{background:#fff}.merge__trash{width:54px;border-radius:16px;background:#ffffffb3;border:1px solid #d3ddef;display:flex;align-items:center;justify-content:center}.merge__hint{margin:10px 16px calc(14px + env(safe-area-inset-bottom));font-size:12px;line-height:1.45;color:#5d6b85;text-align:center}.merge__ghost{position:fixed;pointer-events:none;transform:translate(-50%,-50%) scale(1.15);filter:drop-shadow(0 6px 12px rgba(27,36,54,.35));z-index:70}.merge__orders{margin:12px 12px 0}.merge__orders-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:14px;font-weight:800;color:#1b2436}.merge__orders-row{display:flex;gap:8px}.merge__order{flex:1;min-width:0;display:flex;align-items:center;gap:6px;position:relative;padding:9px 8px;background:#fff;border:1px solid #dbe4f2;border-radius:16px;touch-action:pan-y}.merge__cell--full,.merge__slot--full{touch-action:none}.merge__order--focus{border:2px solid #2f90ff;box-shadow:0 6px 16px #2f90ff47}.merge__order--target{border:2px solid #2ebd85;box-shadow:0 0 0 4px #2ebd852e}.merge__order--wait{justify-content:center;border-style:dashed;background:#ffffff8c}.merge__order-flag{position:absolute;top:-9px;left:8px;padding:2px 7px;border-radius:7px;background:#2f90ff;color:#fff;font-size:9px;font-weight:800;letter-spacing:.03em}.merge__order-item{width:34px;height:34px;flex:none;border-radius:11px;background:#eaf3ff;display:flex;align-items:center;justify-content:center}.merge__order-info{display:flex;flex-direction:column;gap:2px;min-width:0}.merge__order-count{font-size:12px;font-weight:800;color:#1b2436}.merge__order-name{font-size:10px;color:#5d6b85;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merge__order-coins{margin-left:auto;display:flex;align-items:center;gap:3px;font-size:11px;font-weight:800;color:#1b2436}.merge__order-timer{font-size:10px;color:#5d6b85;text-align:center}.merge__city-btn{margin:10px 12px 0;padding:13px;display:flex;align-items:center;justify-content:center;gap:9px;position:relative;border:0;border-radius:15px;background:#12161f;color:#fff}.merge__city-title{font-size:15px;font-weight:800}.merge__city-badge{min-width:22px;padding:2px 7px;border-radius:8px;background:#f6465d;font-size:11px;font-weight:800}.merge-city{position:fixed;inset:0;z-index:61;display:flex;flex-direction:column;background:linear-gradient(180deg,#8ecbff,#bfe4ff 26%,#d9f0d2 44%,#cbe9c2);overflow-y:auto;overscroll-behavior:contain}.merge-city__hud{display:flex;align-items:center;gap:10px;padding:calc(12px + env(safe-area-inset-top)) 14px 10px}.merge-city__title{flex:1;display:flex;flex-direction:column;gap:2px}.merge-city__name{font-size:17px;font-weight:800;color:#12324f}.merge-city__sub{font-size:11px;color:#35617f}.merge-city__island{margin:4px 12px 0;padding:14px 12px 16px;border-radius:26px;background:linear-gradient(180deg,#a8e08f,#8fd47a);box-shadow:0 10px 22px #1b42242e}.merge-city__lots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.merge-city__lot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:92px;padding:8px 6px;border:2px solid #fff;border-radius:18px;background:#f6fff0;box-shadow:0 5px 12px #1b422429}.merge-city__lot--fog{background:repeating-linear-gradient(135deg,#e8eef7 0 10px,#dfe7f3 10px 20px);border-color:#ffffffe6}.merge-city__lot--ruin{background:#eef3ea;border-style:dashed;border-color:#b6c7ab}.merge-city__lot.is-locked{opacity:.6}.merge-city__lot.is-ready{border-color:#2f90ff;box-shadow:0 0 0 4px #2f90ff29}.merge-city__price{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:800;color:#1b2436}.merge-city__looks{display:flex;gap:4px}.merge-city__look{width:16px;height:16px;padding:0;border:2px solid #fff;border-radius:6px;box-shadow:0 1px 3px #00000029}.merge-city__look.is-picked{border-color:#1b2436}.merge-city__road{margin-top:14px;height:10px;border-radius:999px;background:#f2d9a8}.merge-city__hint{margin:12px 16px calc(16px + env(safe-area-inset-bottom));font-size:12px;line-height:1.45;color:#35617f;text-align:center}.merge__album-btn{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#1a2030;display:flex;align-items:center;justify-content:center}.merge-album{position:fixed;inset:0;z-index:61;display:flex;flex-direction:column;background:linear-gradient(180deg,#12161f,#12203a 42%,#0f1826);overflow-y:auto;overscroll-behavior:contain}.merge-album__name{font-size:17px;font-weight:800;color:#f3f6fb}.merge-album__sub{font-size:11px;color:#8b95a7}.merge-album__hero{margin:8px 16px 0;padding:16px;display:flex;gap:14px;border:1px solid rgba(47,144,255,.35);border-radius:22px;background:linear-gradient(165deg,#1c2740,#141b2b)}.merge-album__portrait{width:86px;height:86px;flex:none;padding:5px;border-radius:26px;background:#2f90ff;box-shadow:0 8px 20px #2f90ff66;display:flex;align-items:center;justify-content:center}.merge-album__bio{display:flex;flex-direction:column;gap:2px}.merge-album__hero-name{font-size:19px;font-weight:800;color:#f3f6fb}.merge-album__hero-role{font-size:12px;color:#8b95a7}.merge-album__story{margin:8px 0 0;font-size:12.5px;line-height:1.5;color:#c8d2e2}.merge-album__grid{margin:16px 16px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.merge-album__card{aspect-ratio:.82;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#1a2030}.merge-album__card--locked{background:#141a26;border-style:dashed;border-color:#ffffff24}.merge-album__card-name{font-size:11px;font-weight:700;color:#f3f6fb}.merge-album__card-role{font-size:9px;color:#8b95a7}.merge-album__hint{margin:14px 16px calc(16px + env(safe-area-inset-bottom));font-size:12px;line-height:1.45;color:#8b95a7;text-align:center}.merge__intro-lead{margin:6px 0 12px;font-size:14px;line-height:1.4;color:#2b3a52}.merge__intro-lines{margin:12px 0 0;padding:0 0 0 20px;text-align:left;font-size:13px;line-height:1.6;color:#46516a}.merge__intro-lines li+li{margin-top:8px}.merge__gift{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;background:#0b12208c}.merge__gift-card{width:290px;padding:22px 20px 18px;border-radius:24px;background:#fff;text-align:center;box-shadow:0 24px 60px #00000073}.merge__gift-art{display:flex;justify-content:center;margin-bottom:8px}.merge__gift-title{font-size:19px;font-weight:800;color:#1b2436}.merge__gift-text{margin-top:6px;font-size:13px;line-height:1.45;color:#5d6b85}.merge__gift-btn{margin-top:14px;width:100%;padding:13px;border:0;border-radius:14px;background:#2f90ff;color:#fff;font-size:15px;font-weight:800;box-shadow:0 8px 20px #2f90ff5c}.merge__lucky{margin:10px 12px 0;display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid #f7cf95;border-radius:14px;background:#fff5e6;text-align:left}.merge__lucky--active{justify-content:center;border-color:#f7a13b;font-size:12px;font-weight:800;color:#8a6a3b}.merge__lucky-play{width:30px;height:30px;flex:none;border-radius:10px;background:#f7a13b;color:#fff;display:flex;align-items:center;justify-content:center}.merge__lucky-text{flex:1;display:flex;flex-direction:column;gap:1px}.merge__lucky-text b{font-size:12px;font-weight:800;color:#1b2436}.merge__lucky-text i{font-style:normal;font-size:10px;color:#8a6a3b}.merge__lucky-btn{padding:6px 11px;border-radius:9px;background:#f7a13b;color:#fff;font-size:11px;font-weight:800}.merge__double{margin:8px 12px 0;padding:11px 14px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;background:linear-gradient(160deg,#ffb968,#f7a13b);color:#fff;font-size:13px;font-weight:800;box-shadow:0 6px 16px #f7a13b66}.merge__order-reroll{position:absolute;top:-8px;right:-6px;width:22px;height:22px;border:0;border-radius:8px;background:#f7a13b;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #f7a13b80}.merge__space{align-self:center;display:flex;align-items:center;gap:5px;padding:8px 10px;border:0;border-radius:12px;background:#f7a13b;color:#fff;font-size:10px;font-weight:800;white-space:nowrap}.merge__gift-btn--x2{background:linear-gradient(160deg,#ffb968,#f7a13b);box-shadow:0 8px 20px #f7a13b66}.merge__gift-btn--plain{margin-top:8px;background:none;box-shadow:none;color:#8b95a7;font-weight:600}.merge-teaser__text{margin:0 0 12px;font-size:13px;line-height:1.5;color:var(--text-muted)}.merge-teaser__frame{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#8ecbff,#bfe4ff 46%,#cbe9c2 72%,#b7dfa9)}.merge-teaser__scene{height:250px}.merge-teaser__scene canvas{display:block}.merge-teaser__chip{position:absolute;top:10px;left:10px;padding:6px 11px;border-radius:11px;background:#12161fc7;color:#f3f6fb;font-size:12px;font-weight:700}.merge-teaser__btn{position:absolute;left:12px;right:12px;bottom:12px;padding:13px;border:0;border-radius:14px;background:var(--accent);color:#fff;font-size:15px;font-weight:800;box-shadow:0 8px 20px #2f90ff73}.merge-teaser__btn:active{background:var(--accent-press)}.merge-world{flex:1;min-height:0;margin:4px 12px 0;border-radius:22px;overflow:hidden;background:linear-gradient(180deg,#8ecbff,#bfe4ff 42%,#cbe9c2 74%,#b7dfa9)}.merge-world__scene{width:100%;height:100%}.merge-world__scene canvas{display:block;touch-action:none}.merge-world__panel{margin:10px 12px 0;padding:12px 14px;border-radius:18px;background:#ffffffeb;box-shadow:0 6px 16px #1b422424}.merge-world__head{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.merge-world__lot{font-size:15px;font-weight:800;color:#1b2436}.merge-world__who{font-size:11px;color:#5d6b85}.merge-world__orders{width:100%;margin-top:8px;padding:12px 14px;border:1.5px solid rgba(47,144,255,.35);border-radius:13px;background:#2f90ff14;color:var(--accent);font-size:14px;font-weight:800}.merge-world__action{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:0;border-radius:13px;background:var(--accent);color:#fff;font-size:14px;font-weight:800}.merge-world__action:disabled{background:#b9c7dc}.merge-world__price{display:flex;align-items:center;gap:5px}.merge-world__looks{display:flex;align-items:center;gap:8px}.merge-world__looks-label{font-size:12px;color:#5d6b85;margin-right:auto}.merge-world__looks .merge-city__look{width:30px;height:30px;border-radius:10px}.nb{display:inline-flex;align-items:center;gap:3px;margin-left:6px;vertical-align:middle}.nb__b{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#e8eef8;background:#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff2e;flex:none}.nb__b--mint{color:#7cf7c4;background:#7cf7c429;box-shadow:inset 0 0 0 1px #7cf7c480}.nb__b--blue{color:#8fc5ff;background:#2f90ff33;box-shadow:inset 0 0 0 1px #2f90ff8c}.nb__b--amber{color:#ffc442;background:#ffc44229;box-shadow:inset 0 0 0 1px #ffc44280}.nb__b--coral{color:#ff7a5c;background:#ff7a5c29;box-shadow:inset 0 0 0 1px #ff7a5c80}.nb__b--cyan{color:#27e0ff;background:#27e0ff29;box-shadow:inset 0 0 0 1px #27e0ff80}.nb__b--new{animation:nbPop .7s cubic-bezier(.34,1.56,.64,1) both;box-shadow:0 0 0 2px #ffffff59,0 0 14px currentColor}.nb__more{font-style:normal;font-size:10px;color:var(--text-muted)}@keyframes nbPop{0%{transform:scale(0)}to{transform:scale(1)}}.vic{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(120% 80% at 50% 0%,#10203a,#04060c 70%);animation:vicIn .26s ease-out both}@keyframes vicIn{0%{opacity:0}to{opacity:1}}.vic__sky{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.vic__card{position:relative;width:min(340px,100%);display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:22px 18px 18px;border-radius:22px;background:#0a101ed1;box-shadow:inset 0 0 0 1px #ffffff1a,0 24px 60px #0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vic__kicker{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#27e0ff}.vic__title{margin:0;font-size:28px;font-weight:800;letter-spacing:-.02em;color:#f3f6fb}.vic__sub{margin:0;font-size:13px;line-height:1.5;color:#93a6c2}.vic__badge{width:96px;height:96px;margin:8px 0 2px;border-radius:50%;display:grid;place-items:center;color:#e8eef8;background:#ffffff14;box-shadow:inset 0 0 0 2px #ffffff40,0 0 40px #27e0ff40;animation:vicBadge .9s cubic-bezier(.34,1.56,.64,1) .2s both}.vic__badge--mint{color:#7cf7c4;box-shadow:inset 0 0 0 2px #7cf7c4b3,0 0 48px #7cf7c459}.vic__badge--blue{color:#8fc5ff;box-shadow:inset 0 0 0 2px #2f90ffcc,0 0 48px #2f90ff66}.vic__badge--amber{color:#ffc442;box-shadow:inset 0 0 0 2px #ffc442cc,0 0 48px #ffc44266}.vic__badge--coral{color:#ff7a5c;box-shadow:inset 0 0 0 2px #ff7a5ccc,0 0 48px #ff7a5c66}.vic__badge--cyan{color:#27e0ff;box-shadow:inset 0 0 0 2px #27e0ffcc,0 0 48px #27e0ff66}@keyframes vicBadge{0%{transform:scale(0) rotate(-20deg);opacity:0}to{transform:none;opacity:1}}.vic__nickWrap{width:100%;display:flex;flex-direction:column;gap:6px;margin-top:6px;animation:vicRise .5s ease-out .9s both}@keyframes vicRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.vic__nickLabel{font-family:JetBrains Mono,ui-monospace,monospace;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#5a6b85}.vic__nick{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#ffffff0f;box-shadow:inset 0 0 0 1px #ffffff1f;text-align:left}.vic__nick b{font-size:14px;color:#f3f6fb}.vic__nick .nb{margin-left:2px}.vic__nickHint{font-size:11.5px;line-height:1.45;color:#93a6c2}.vic__cta{width:100%;margin-top:6px;height:42px;border:0;border-radius:10px;background:#2f90ff;color:#fff;font-weight:700;font-size:14px}.keys{display:grid;grid-template-columns:auto 1fr 1fr;gap:6px;margin:8px 0 2px}.keys__btn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;padding:7px 9px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);text-align:left;font:inherit}.keys__btn b{font-size:12.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.keys__btn i{font-style:normal;font-size:10px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.keys__btn--wallet{align-items:center}.keys__btn--on{border-color:#2f90ff8c;background:var(--accent-soft)}.keys__btn--on i{color:var(--accent)}.keysheet{display:flex;flex-direction:column;gap:10px}.keysheet__head{display:flex;align-items:center;gap:12px}.keysheet__ico{font-size:26px;width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--surface-2);flex:none}.keysheet__title{margin:0;font-size:17px}.keysheet__cost{font-size:12px;color:var(--text-muted);margin-top:2px}.keysheet__text{margin:0;font-size:13px;line-height:1.5;color:var(--text-muted)}.keysheet__fine{margin:0;font-size:11px;color:var(--text-dim);text-align:center}.sr__pending{font-style:normal;font-size:11px;color:#ffd166}.supd{display:flex;flex-direction:column;gap:10px}.supd__kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:700}.supd__title{margin:0;font-size:22px;letter-spacing:-.01em}.supd__lead{margin:0;font-size:13.5px;line-height:1.5;color:var(--text-muted)}.supd__prize{padding:12px 14px;border-radius:14px;background:linear-gradient(160deg,#ffd16629,#2f90ff1a);box-shadow:inset 0 0 0 1px #ffd16659;display:flex;flex-direction:column;gap:8px}.supd__prizeTop{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.supd__prizeLabel{font-size:12px;color:var(--text-muted)}.supd__prizeBig{font-size:30px;font-weight:800;letter-spacing:-.02em;color:#ffd166}.supd__ladder{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.supd__step{display:flex;flex-direction:column;align-items:center;gap:1px;padding:6px 4px;border-radius:8px;background:#ffffff0f}.supd__step i{font-style:normal;font-size:10px;color:var(--text-dim)}.supd__step b{font-size:12px;white-space:nowrap}.supd__prizeNote{font-size:11px;color:var(--text-muted);line-height:1.4}.supd__keys{display:flex;flex-direction:column;gap:8px}.supd__key{display:flex;align-items:flex-start;gap:10px}.supd__keyIco{width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:10px;background:var(--surface-2);font-size:17px}.supd__key b{display:block;font-size:13.5px}.supd__key i{display:block;font-style:normal;font-size:12px;line-height:1.45;color:var(--text-muted)}.supd__finale{margin:2px 0 0;font-size:13px;font-weight:600;text-align:center}.cpm .modal{padding:0;overflow:hidden}.cpm__card{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px!important}.cpm__photoWrap{position:relative;margin:0 -16px 6px;aspect-ratio:16 / 10;background:#0b1220}.cpm__photo{width:100%;height:100%;object-fit:cover;display:block;animation:cpmIn .7s ease-out both}@keyframes cpmIn{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:none}}.cpm__kicker{position:absolute;left:12px;bottom:10px;padding:4px 9px;border-radius:999px;background:#04060cb8;color:#27e0ff;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cpm__title{margin:4px 0 0;font-size:22px;letter-spacing:-.01em}.cpm__sub{margin:0;font-size:13.5px;line-height:1.5;color:var(--text-muted)}.cpm__credit{margin:0 0 4px;font-size:10.5px;color:var(--text-dim)}.s2e-hl__hero{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16 / 9;background:#0b1220}.s2e-hl__hero img{width:100%;height:100%;object-fit:cover;display:block}.s2e-hl__heroName{position:absolute;left:10px;bottom:8px;padding:3px 8px;border-radius:999px;background:#04060cb3;color:#e8eef8;font-size:11.5px;font-weight:600}.s2e-hl__cpThumb{width:40px;height:40px;border-radius:8px;object-fit:cover;flex:none;background:#0b1220}.yd{--yd-a: #7cc6ff;--yd-b: #2f90ff;--yd-c: #27e0ff;--yd-glow: 47, 144, 255}.yd--gold{--yd-a: #ffe08a;--yd-b: #f7c948;--yd-c: #f7a13b;--yd-glow: 247, 201, 72}.yd--green{--yd-a: #7df0c0;--yd-b: #2ebd85;--yd-c: #1fa672;--yd-glow: 46, 189, 133}.yd--grey{--yd-a: #b8c0d0;--yd-b: #8b95a7;--yd-c: #5c6675;--yd-glow: 139, 149, 167}.modal.yd{max-width:400px;padding:14px 16px 18px}.yd .rise{animation:yd-rise .48s cubic-bezier(.2,.7,.2,1) both}@keyframes yd-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.yd__head{display:flex;align-items:flex-start;justify-content:space-between}.yd__title{font-size:17px;font-weight:700}.yd__date{font-size:13px;color:var(--text-muted);margin-top:2px}.yd__ring{position:relative;width:196px;height:196px;margin:18px auto 0}.yd__svg{position:absolute;inset:0;width:100%;height:100%;filter:drop-shadow(0 0 12px rgba(var(--yd-glow),.45))}.yd--green .yd__svg,.yd--grey .yd__svg{filter:none}.yd__track{fill:none;stroke:#24313d;stroke-width:12}.yd__arc{fill:none;stroke:url(#ydGrad);stroke-width:12;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .9s cubic-bezier(.2,.7,.2,1) .2s}.yd__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.yd__top{font-size:13px;font-weight:700;letter-spacing:.16em;color:var(--yd-b)}.yd__pct{font-size:60px;font-weight:800;line-height:1;letter-spacing:-.03em;background:linear-gradient(180deg,#fff,var(--yd-a));-webkit-background-clip:text;background-clip:text;color:transparent}.yd__pct small{font-size:34px;letter-spacing:0}.yd__of{font-size:12px;color:var(--text-muted);margin-top:4px}.yd__spark{position:absolute;animation:yd-twinkle 1.8s ease-in-out infinite}@keyframes yd-twinkle{0%,to{opacity:.25;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}.yd__rankwrap{display:flex;justify-content:center;margin-top:14px}.yd__rank{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:rgba(var(--yd-glow),.14);border:1px solid rgba(var(--yd-glow),.4);font-size:13px;font-weight:600;color:var(--yd-b)}.yd__rank svg{width:14px;height:14px}.yd__headline{text-align:center;font-size:22px;font-weight:800;letter-spacing:-.01em;margin-top:16px}.yd__text{text-align:center;font-size:14px;line-height:1.5;color:var(--text-muted);margin:8px 12px 0}.yd__actions{display:flex;gap:10px;margin-top:20px}.yd__actions .btn{flex:1;padding:0 12px}.yd__actions .btn--primary{flex:1.15;box-shadow:0 8px 24px #2f90ff47}.yd__preview{display:block;width:100%;margin-top:12px;border-radius:12px}@media(prefers-reduced-motion:reduce){.yd .rise,.yd__spark{animation:none}.yd__arc{transition:none}}.cityinvite__free{margin:0 0 6px;font-weight:600;line-height:1.5}.cityinvite__steps{margin:0 0 12px}.cityinvite__fine{margin:10px 0 0;font-size:11.5px;line-height:1.5}.terr__guide{display:flex;align-items:center;gap:10px;margin:0 0 10px;padding:9px 12px;border-radius:12px;background:#27e0ff1a;border:.5px solid rgba(39,224,255,.35);font-size:13.5px;line-height:1.3}.terr__guide b{flex:none;color:#27e0ff;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.citycell__quick{margin:10px 0 6px}:root{--press-t: .16s;--press-e: cubic-bezier(.2, .8, .2, 1)}.btn{transition:transform var(--press-t) var(--press-e),box-shadow var(--press-t) var(--press-e),background var(--press-t) var(--press-e),filter var(--press-t) var(--press-e),opacity var(--press-t) var(--press-e);box-shadow:inset 0 1px #ffffff14}.btn:active{transform:scale(.97)}.btn--primary{background:linear-gradient(180deg,#3d9bff 0%,var(--accent) 100%);box-shadow:inset 0 1px #ffffff2e,0 6px 18px #2f90ff38}.btn--primary:not(:disabled):active{background:linear-gradient(180deg,#3d9bff 0%,var(--accent) 100%);filter:brightness(1.08);box-shadow:inset 0 1px #ffffff2e,0 0 0 4px #2f90ff38,0 10px 26px #2f90ff5c}.btn--secondary:not(:disabled):active{background:#142038;border-color:#35507a;box-shadow:inset 0 1px #ffffff0f,0 0 0 4px #2f90ff24}.btn--ghost{box-shadow:none}.btn--ghost:not(:disabled):active{background:#ffffff0d;color:var(--text);border-color:var(--border-strong)}.card{box-shadow:inset 0 1px #ffffff0d,0 10px 28px #00000059}.hero-tile{transition:transform var(--press-t) var(--press-e),box-shadow var(--press-t) var(--press-e)}.hero-tile:active{transform:scale(.985);box-shadow:var(--shadow-hero),0 0 0 4px #2f90ff1f}.offers{display:block;width:100%;text-align:left;color:var(--text)}.offers__head{display:flex;align-items:center;gap:8px}.offers__head b{font-size:15px}.offers__pill{margin-left:auto;font-size:9.5px;font-weight:800;letter-spacing:.08em;color:var(--text-muted);border:1px solid var(--border-strong);border-radius:999px;padding:2px 7px}.offers__note{margin-top:6px;font-size:11.5px;color:var(--text-muted);line-height:1.35}.offers__list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.offers__row{display:flex;align-items:center;gap:11px;width:100%;padding:10px 11px;border:1px solid var(--border);border-radius:14px;background:#ffffff08;color:var(--text);text-align:left;cursor:pointer;transition:transform var(--press-t) var(--press-e),background var(--press-t) var(--press-e),box-shadow var(--press-t) var(--press-e)}.offers__row:active{transform:scale(.985);background:#2f90ff14;box-shadow:0 0 0 3px #2f90ff24}.offers__ava{flex:none;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-size:16px;font-weight:800;color:#dcecff;background:linear-gradient(160deg,#2f90ff8c,#2f90ff2e)}.offers__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.offers__body b{font-size:13.5px;line-height:1.25}.offers__body i{font-style:normal;font-size:11.5px;color:var(--text-muted);line-height:1.3}.offers__go{flex:none;font-size:12.5px;font-weight:700;color:var(--accent);white-space:nowrap}.offers__more{margin-top:10px;width:100%;padding:9px;border:1px dashed var(--border-strong);border-radius:12px;background:transparent;color:var(--text-muted);font-size:12.5px;font-weight:700;cursor:pointer;transition:transform var(--press-t) var(--press-e),background var(--press-t) var(--press-e)}.offers__more:active{transform:scale(.985);background:#ffffff0a}.offers__legal{margin-top:10px;display:flex;flex-direction:column;gap:3px;font-size:10px;line-height:1.35;color:var(--text-muted);opacity:.85}.league{display:block;width:100%;text-align:left;color:var(--text);cursor:pointer}.league__head{display:flex;align-items:center;justify-content:space-between}.league__label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.league__rank{font-size:11px;color:var(--text-muted)}.league__row{display:flex;align-items:baseline;justify-content:space-between;margin-top:8px;gap:10px}.league__badge{font-size:17px;font-weight:800;padding:3px 10px;border-radius:999px;background:#ffffff0f}.league__badge--novice{color:#b7c3d6}.league__badge--walker{color:#7cf7c4;background:#7cf7c41f}.league__badge--bronze{color:#e0a370;background:#e0a37024}.league__badge--silver{color:#cfd8e6;background:#cfd8e624}.league__badge--gold{color:#ffc442;background:#ffc44224}.league__badge--platinum{color:#9fe3ff;background:#9fe3ff24}.league__badge--diamond{color:#27e0ff;background:#27e0ff24}.league__badge--master{color:#c39bff;background:#c39bff24}.league__badge--grandmaster{color:#ff7a5c;background:#ff7a5c24}.league__badge--legend{color:#fff;background:linear-gradient(120deg,#ffc44266,#ff7a5c66)}.league__walked{font-family:var(--font-mono, inherit);font-size:13px;color:var(--text-muted)}.league__bar{position:relative;height:8px;margin-top:10px;border-radius:999px;background:#ffffff12;overflow:hidden}.league__bar i{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,var(--accent),#27e0ff);box-shadow:0 0 12px #2f90ff73;transition:width .6s cubic-bezier(.2,.8,.2,1)}.league__next{margin-top:8px;font-size:12.5px;color:var(--text-muted);line-height:1.35}.leagues__bonus{margin-left:8px;color:#7cf7c4}.s2e-app__stack .league{border:1px solid var(--cy-line);border-radius:8px;background:var(--cy-panel);padding:13px 14px;box-shadow:none}.s2e-app__stack .league__bar i{background:linear-gradient(90deg,var(--cy-blue),var(--cy-cyan))}.coach{position:fixed;inset:0;z-index:130;pointer-events:none}.coach__hole{position:fixed;border-radius:14px;border:2px solid var(--accent);box-shadow:0 0 0 9999px #04060cb8,0 0 24px #2f90ff8c;transition:left .16s ease,top .16s ease,width .16s ease,height .16s ease;animation:coachPulse 1.6s ease-in-out infinite}@keyframes coachPulse{0%,to{box-shadow:0 0 0 9999px #04060cb8,0 0 18px #2f90ff73}50%{box-shadow:0 0 0 9999px #04060cb8,0 0 34px #27e0ffd9}}.coach__bubble{position:fixed;left:16px;right:16px;padding:12px 14px;border-radius:14px;background:var(--surface, #0a101e);border:1px solid var(--accent);box-shadow:0 12px 32px #00000080;display:flex;flex-direction:column;gap:8px;pointer-events:auto}.coach__bubble--float{border-color:var(--border)}.coach__text{font-size:14px;font-weight:700;line-height:1.4}.coach__skip{align-self:flex-start;background:transparent;border:0;padding:0;font-size:12px;color:var(--text-muted);text-decoration:underline;cursor:pointer}.terr__chips{display:flex;gap:8px;flex-wrap:wrap;margin:-4px 0 10px}.terr__chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:999px;border:.5px solid var(--border);background:var(--surface-2);color:var(--text);font-size:12.5px;font-weight:700;cursor:pointer}.terr__chip--mine{color:var(--accent);border-color:#2f90ff73}.terr__rules{display:flex;flex-direction:column;gap:12px}.terr__rules-title{margin:0;font-size:18px;font-weight:800}.terr__rules-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;font-size:14px;line-height:1.45}.terr__rules-list li::marker{color:var(--accent);font-weight:800}.terr__mylist-sum{margin-top:-6px;font-size:13px;color:var(--text-muted)}.terr__mylist{display:flex;flex-direction:column;gap:8px;max-height:55vh;overflow-y:auto}.terr__mylist-row{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 12px;border-radius:12px;border:.5px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit;text-align:left;cursor:pointer}.terr__mylist-row b{font-size:14px}.terr__mylist-meta{font-size:12px;color:var(--text-muted)}.terr__mylist-builds{font-size:13px;color:var(--accent)}.league__badge{display:inline-flex;align-items:center;gap:8px}.league__ladder{display:flex;align-items:center;justify-content:space-between;gap:2px;margin-top:10px}.league__step{display:inline-flex;opacity:.35;transition:opacity .2s ease,transform .2s ease}.league__step--done{opacity:.85}.league__step--on{opacity:1;transform:scale(1.25)}.leagues__row{gap:10px}.s2e-app__who i svg,.profile__meta svg{vertical-align:-3px}.lb-podium{display:flex;align-items:flex-end;gap:8px;margin:12px 0 6px}.lb-podium__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.lb-podium__mono{display:inline-flex;border-radius:999px}.lb-podium__col--1 .lb-podium__mono{box-shadow:0 0 22px #ffc44273}.lb-podium__name{font-size:12.5px;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-podium__steps{font-style:normal;font-size:11.5px;font-weight:700;color:var(--accent)}.lb-podium__col--1 .lb-podium__steps{color:#ffc442}.lb-podium__step{width:100%;border-radius:10px 10px 0 0;display:grid;place-items:center;font-weight:800;color:var(--text-muted);background:linear-gradient(180deg,var(--surface-2) 0%,var(--surface) 100%);border:.5px solid var(--border);border-bottom:0}.lb-podium__col--1 .lb-podium__step{height:60px;color:#ffc442;border-color:#ffc44273}.lb-podium__col--2 .lb-podium__step{height:42px}.lb-podium__col--3 .lb-podium__step{height:30px}.lb-podium__col--me .lb-podium__name{color:var(--accent)}.today{display:flex;flex-direction:column;gap:6px}.today__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.today__title{font-size:15px;font-weight:800}.today__sum{font-size:11px;font-weight:700;color:#7cf7c4;letter-spacing:.04em;text-transform:uppercase}.today__row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:10px;border-radius:12px;border:.5px solid transparent;background:transparent;color:var(--text);cursor:pointer}.today__row--hot{background:#2f90ff0f;border-color:#2f90ff47}.today__ico{flex:0 0 40px;width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:17px}.today__ico--amber{color:#ffc442;background:#ffc44224}.today__ico--blue{color:#8fc5ff;background:#2f90ff29}.today__ico--cyan{color:#27e0ff;background:#27e0ff1f}.today__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.today__body b{font-size:14px;font-weight:700}.today__body i{font-style:normal;font-size:11.5px;color:var(--text-muted)}.today__cta{flex:0 0 auto;height:32px;padding:0 12px;border-radius:10px;display:inline-flex;align-items:center;font-size:12.5px;font-weight:800;color:#04060c;background:linear-gradient(180deg,#3d9bff,#2f90ff);color:#fff}.today__cta--done{background:#ffffff0f;color:var(--text-muted);font-weight:600}.cityinvite--hero{position:relative;overflow:hidden;background:radial-gradient(90% 60% at 100% 0%,rgba(47,144,255,.22) 0%,transparent 60%),radial-gradient(70% 50% at 0% 100%,rgba(124,247,196,.12) 0%,transparent 60%),#0a101e;border-color:#2f90ff59}.cityinvite__art{position:absolute;right:-18px;top:-6px;width:200px;height:136px;opacity:.9;pointer-events:none}.cityinvite__body{position:relative;display:flex;flex-direction:column;gap:6px}.cityinvite__brand{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#27e0ff}.cityinvite__title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.01em;max-width:60%}.cityinvite__tagline{margin:0;font-size:12.5px;line-height:1.45;color:var(--text-muted);max-width:62%}.cityinvite__prize{margin:6px 0 2px;padding:10px 12px;border-radius:12px;background:#ffc4421f;border:1px solid rgba(255,196,66,.4);display:flex;flex-direction:column;gap:2px}.cityinvite__prize b{font-size:14px;font-weight:800;color:#ffc442}.cityinvite__prize i{font-style:normal;font-size:11.5px;color:var(--text-muted)}.cityinvite--hero .cityinvite__free{margin-top:4px}.coach__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.coach__step{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#27e0ff}.coach__hint{font-size:11.5px;color:var(--text-muted)}.coach__skip{align-self:auto;text-decoration:none;padding:4px 8px;border-radius:999px;border:.5px solid var(--border)}:root{--cb-green: var(--positive, #2ebd85);--cb-green-soft: rgba(46, 189, 133, .16);--cb-gold: var(--streak, #f7a13b);--cb-blue: var(--accent, #2f90ff);--cb-ease: cubic-bezier(.2, .8, .2, 1);--cb-spring: cubic-bezier(.34, 1.56, .64, 1)}.s2e-app__stack>*{animation:s2eRise .28s var(--cb-ease) backwards}.s2e-app__stack>*:nth-child(2){animation-delay:40ms}.s2e-app__stack>*:nth-child(3){animation-delay:80ms}.s2e-app__stack>*:nth-child(4){animation-delay:.12s}.s2e-app__stack>*:nth-child(5){animation-delay:.16s}.s2e-app__stack>*:nth-child(n+6){animation-delay:.2s}.s2e-ticker{display:inline-grid;overflow:hidden}.s2e-ticker>span{grid-area:1 / 1;animation:cbTick .36s var(--cb-ease) both}@keyframes cbTick{0%{opacity:0;transform:translateY(60%);filter:blur(2px)}to{opacity:1;transform:none;filter:none}}.card,.cb,.raf,.fr{transition:transform var(--press-t, .16s) var(--cb-ease),box-shadow .2s var(--cb-ease)}button.card:active,.today__row:active,.fr__row:active{transform:scale(.985)}@media(prefers-reduced-motion:reduce){.s2e-app__stack>*,.s2e-ticker>span{animation:none}}.cb{position:relative;overflow:hidden;padding:16px 16px 14px;border:1px solid rgba(46,189,133,.28);border-radius:var(--r-card, 18px);background:radial-gradient(130% 80% at 100% 0%,#2ebd8538,#2ebd8500 60%),radial-gradient(90% 60% at 0% 100%,#2f90ff24,#2f90ff00 60%),linear-gradient(180deg,#0d1a1a 0%,var(--surface, #12161f) 78%);color:var(--text, #f3f6fb);box-shadow:inset 0 1px #ffffff0f,0 12px 32px #00000059}.cb:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(60% 40% at 30% 30%,rgba(125,240,192,.35),transparent 70%);opacity:0;transition:opacity .6s var(--cb-ease)}.cb--flash:after{opacity:1;transition-duration:.12s}.cb__head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.cb__title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cb-green)}.cb__day{font-size:11px;color:var(--text-muted, #8b95a7)}.cb__total{display:flex;align-items:baseline;gap:6px;margin-top:6px}.cb__num{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1;text-shadow:0 0 24px rgba(125,240,192,.35)}.cb__total>i{font-style:normal;font-size:22px;font-weight:700;color:var(--cb-green)}.cb__lines{display:grid;gap:6px;margin-top:12px}.cb__line{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;font-size:13px;color:var(--text-muted, #8b95a7)}.cb__line>b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:13px;color:var(--text, #f3f6fb)}.cb__ico{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;font-size:12px;background:#ffffff0f}.cb__ico--steps{background:var(--cb-green-soft)}.cb__ico--ads{background:#2f90ff29;color:var(--cb-blue);font-size:10px}.cb__note{margin:8px 0 0;font-size:10.5px;color:var(--text-dim, #5c6675)}.cb__shelf{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.cb__tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 12px;border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:12px;background:#ffffff0a;color:var(--text, #f3f6fb);text-align:left;font:inherit;cursor:default}.cb__tile>b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:17px;font-weight:700}.cb__tile>i{font-style:normal;font-size:10.5px;line-height:1.25;color:var(--text-muted, #8b95a7)}.cb__k{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim, #5c6675)}.cb__tile--ready{cursor:pointer;border-color:#2ebd8559;transition:transform .16s var(--cb-ease),border-color .2s}.cb__tile--ready:active{transform:scale(.97)}.cb__tile--ready .cb__k{color:var(--cb-green)}.cb__tile--hot{border-color:var(--cb-green);background:linear-gradient(180deg,#2ebd8538,#2ebd850f);animation:cbPulse 2.4s ease-in-out infinite}.cb__tile--hot>i{color:var(--cb-green)}@keyframes cbPulse{0%,to{box-shadow:0 0 #2ebd8500}50%{box-shadow:0 0 0 6px #2ebd851f}}.cb__chev{position:absolute;right:10px;top:8px;font-size:16px;color:var(--cb-green);opacity:.8}.cb__transfer{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:2px;width:100%;margin-top:10px;padding:11px 14px;border:0;border-radius:12px;background:linear-gradient(135deg,#34d399,#2ebd85,#1fa672);color:#06120d;font:inherit;cursor:pointer;box-shadow:0 8px 22px #2ebd8559;transition:transform .16s var(--cb-ease),box-shadow .2s,filter .2s}.cb__transfer:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:translate(-120%);animation:cbShine 3.6s ease-in-out infinite}@keyframes cbShine{0%,60%{transform:translate(-120%)}to{transform:translate(120%)}}.cb__transfer:active{transform:scale(.98)}.cb__transfer>b{font-size:14px;font-weight:800}.cb__transfer>i{font-style:normal;font-size:10.5px;opacity:.8}.cb__transfer--off{background:#ffffff0d;color:var(--text-muted, #8b95a7);box-shadow:none;cursor:default}.cb__transfer--off:before{display:none}.cb__transfer--busy{filter:saturate(.6)}.cb__burst{position:absolute;left:50%;top:50%;pointer-events:none}.cb__burst em{position:absolute;width:6px;height:6px;border-radius:50%;background:#fff;transform:rotate(calc(var(--i) * 45deg)) translateY(0);animation:cbBurst .7s var(--cb-ease) forwards}@keyframes cbBurst{0%{opacity:1;transform:rotate(calc(var(--i) * 45deg)) translateY(0) scale(1)}to{opacity:0;transform:rotate(calc(var(--i) * 45deg)) translateY(-46px) scale(.3)}}.cb__toast{margin-top:10px;padding:9px 12px;border-radius:10px;background:#f6465d24;color:#ffb3bd;font-size:12.5px;animation:s2eRise .28s var(--cb-ease) both}.cb__toast--ok{background:var(--cb-green-soft);color:#9ff0cf}@keyframes s2eRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.cb__transfer:before,.cb__tile--hot,.cb__burst em{animation:none}}.cbw__sheet{max-height:92vh;overflow-y:auto;padding-bottom:24px}.cbw__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cbw__head h3{margin:0;font-size:18px}.cbw__amount{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:14px;background:linear-gradient(180deg,#2ebd852e,#2ebd850a);border:1px solid rgba(46,189,133,.3)}.cbw__amount>b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.02em}.cbw__amount>i,.cbw__field>i{font-style:normal;font-size:11.5px;color:var(--text-muted, #8b95a7)}.cbw__field{display:flex;flex-direction:column;gap:6px;margin-top:14px}.cbw__phone{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:16px}.cbw__link{align-self:flex-start;padding:8px 12px;border:1px solid rgba(47,144,255,.4);border-radius:10px;background:#2f90ff1f;color:var(--cb-blue);font:inherit;font-weight:600}.cbw__banks{display:flex;flex-wrap:wrap;gap:6px}.cbw__chip{padding:7px 11px;border:1px solid var(--border, rgba(255, 255, 255, .1));border-radius:999px;background:#ffffff0a;color:var(--text, #f3f6fb);font:inherit;font-size:12.5px;transition:background .16s,border-color .16s,transform .16s var(--cb-ease)}.cbw__chip:active{transform:scale(.96)}.cbw__chip--on{border-color:var(--cb-green);background:var(--cb-green-soft);color:#9ff0cf}.cbw__input{padding:10px 12px;border:1px solid var(--border, rgba(255, 255, 255, .1));border-radius:10px;background:#ffffff0d;color:var(--text, #f3f6fb);font:inherit}.cbw__submit{margin-top:16px}.cbw__submit--off{opacity:.55}.cbw__note{margin-top:8px;padding:9px 12px;border-radius:10px;background:#f6465d24;color:#ffb3bd;font-size:12.5px}.cbw__note--ok{background:var(--cb-green-soft);color:#9ff0cf}.cbw__legal{margin:10px 0 0;font-size:10.5px;line-height:1.4;color:var(--text-dim, #5c6675)}.cbw__year{margin-top:16px}.cbw__year-head{display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted, #8b95a7)}.cbw__year-head b{color:var(--cb-gold)}.cbw__track{height:6px;margin-top:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.cbw__track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--cb-green),var(--cb-gold));transition:width .6s var(--cb-ease)}.cbw__year p{margin:6px 0 0;font-size:10.5px;color:var(--text-dim, #5c6675)}.cbw__history{margin-top:16px;display:grid;gap:6px}.cbw__empty{margin:0;font-size:12.5px;color:var(--text-muted, #8b95a7)}.cbw__row{display:grid;grid-template-columns:56px 1fr auto;gap:8px;padding:8px 10px;border-radius:10px;background:#ffffff0a;font-size:12.5px}.cbw__row-date{color:var(--text-muted, #8b95a7)}.cbw__row-sum{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif}.cbw__row-status{color:var(--text-muted, #8b95a7)}.cbw__row--paid .cbw__row-status{color:var(--cb-green)}.cbw__row--rejected .cbw__row-status,.cbw__row--failed .cbw__row-status{color:#ffb3bd}.cbw__row--need_inn .cbw__row-status{color:var(--cb-gold)}.raf{border-color:#f7a13b4d;background:radial-gradient(100% 70% at 100% 0%,rgba(247,201,72,.16),transparent 60%),var(--surface, #12161f)}.raf__head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.raf__title{display:block;font-weight:700}.raf__sub{display:block;font-size:11.5px;color:var(--text-muted, #8b95a7)}.raf__prize{display:flex;flex-direction:column;align-items:flex-end}.raf__prize>b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:22px;font-weight:800;color:var(--cb-gold);text-shadow:0 0 18px rgba(247,201,72,.4)}.raf__prize>i{font-style:normal;font-size:10.5px;color:var(--text-muted, #8b95a7)}.raf__tickets{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:14px;margin-top:12px}.raf__mine{display:flex;flex-direction:column}.raf__mine>b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:32px;font-weight:800;line-height:1}.raf__mine>i{font-style:normal;font-size:10.5px;color:var(--text-muted, #8b95a7)}.raf__days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;height:44px;align-items:end}.raf__day{position:relative;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.raf__day i{display:block;border-radius:4px 4px 2px 2px;background:#ffffff14;transition:height .5s var(--cb-ease)}.raf__day--on i{background:linear-gradient(180deg,#ffe08a,var(--cb-gold))}.raf__day em{margin-top:3px;font-style:normal;font-size:9px;text-align:center;color:var(--text-dim, #5c6675)}.raf__day--today em{color:var(--cb-gold);font-weight:700}.raf__total{grid-column:1 / -1;font-size:11px;color:var(--text-muted, #8b95a7)}.raf__how{margin:10px 0 0;font-size:11.5px;line-height:1.4;color:var(--text-muted, #8b95a7)}.raf__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.raf__verify{padding:7px 11px;border:1px solid rgba(247,161,59,.4);border-radius:999px;background:transparent;color:var(--cb-gold);font:inherit;font-size:12px;font-weight:600}.raf__last{font-size:11px;color:var(--text-muted, #8b95a7);text-align:right}.raf-v__text{font-size:13px;line-height:1.45;color:var(--text-muted, #8b95a7)}.raf-v__proto{display:grid;gap:6px;margin-top:8px}.raf-v__proto>div{display:grid;grid-template-columns:110px 1fr;gap:8px;font-size:12.5px}.raf-v__proto span{color:var(--text-dim, #5c6675)}.raf-v__proto code{font-size:10px;word-break:break-all;color:var(--cb-gold)}.raf-v__formula{margin-top:10px;font-size:11px;color:var(--text-dim, #5c6675)}.raf-v__list{display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}.raf-v__tk{padding:3px 6px;border-radius:6px;background:#ffffff0d;font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:10px;color:var(--text-muted, #8b95a7)}.raf-v__tk--mine{background:#2f90ff33;color:#9fd0ff}.raf-v__tk--win{background:#f7c9484d;color:#ffe08a;font-weight:700}.raf-v__more{font-size:10px;color:var(--text-dim, #5c6675);align-self:center}.fr__head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.fr__title{display:block;font-weight:700}.fr__sub{display:block;margin-top:2px;font-size:11.5px;line-height:1.35;color:var(--text-muted, #8b95a7)}.fr__badge{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:var(--cb-green-soft);color:#9ff0cf;font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:12px;font-weight:700;white-space:nowrap}.fr__badge small{opacity:.6}.fr__empty{margin:10px 0 0;font-size:12.5px;color:var(--text-muted, #8b95a7)}.fr__list{display:grid;gap:6px;margin-top:10px}.fr__row{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;background:#ffffff0a}.fr__ava{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2f90ff80,#2ebd8580);font-weight:700}.fr__body{display:flex;flex-direction:column}.fr__body b{font-size:13px}.fr__body i{font-style:normal;font-size:11px;color:var(--text-muted, #8b95a7)}.fr__dots{display:flex;gap:3px}.fr__dots i{width:7px;height:7px;border-radius:50%;background:#ffffff1a}.fr__dots i.on{background:var(--cb-green);box-shadow:0 0 6px #2ebd8599}.fr__paid{font-size:11.5px;color:#9ff0cf}.fr__btn{margin-top:12px}.fr__code{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:var(--text-muted, #8b95a7)}.fr__code b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;letter-spacing:.1em;color:var(--text, #f3f6fb)}.cbp__coin,.cbr__ticket{display:flex;flex-direction:column;align-items:center;gap:4px;margin:8px 0 6px}.cbp__coin>b,.cbr__ticket>b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:44px;font-weight:800;letter-spacing:-.02em;text-shadow:0 0 28px rgba(var(--yd-glow),.5)}.cbp__coin>i,.cbr__ticket>i{font-style:normal;font-size:12px;color:var(--text-muted, #8b95a7)}.cbp__ring{width:70px;height:70px;border-radius:50%;border:5px solid var(--yd-b);box-shadow:0 0 0 6px rgba(var(--yd-glow),.15),0 0 28px rgba(var(--yd-glow),.5);background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.5),transparent 45%),var(--yd-c);animation:cbCoin .9s var(--cb-spring) both}@keyframes cbCoin{0%{transform:scale(.4) rotate(-20deg);opacity:0}to{transform:none;opacity:1}}.cbr__stub{font-size:40px;animation:cbCoin .7s var(--cb-spring) both}.cbr__next{margin:0 0 8px;font-size:12px;color:var(--text-muted, #8b95a7);text-align:center}.stub{display:grid;gap:12px;padding:16px 16px 40px}.stub__hero{position:relative;overflow:hidden;padding:22px 18px 18px;border-radius:22px;border:1px solid rgba(46,189,133,.3);background:radial-gradient(120% 90% at 100% 0%,rgba(46,189,133,.28),transparent 60%),radial-gradient(80% 60% at 0% 100%,rgba(47,144,255,.22),transparent 60%),linear-gradient(180deg,#0d1a1a,var(--surface, #12161f));text-align:center}.stub__hero>svg{width:120px;height:auto;margin:0 auto 10px;display:block}.stub__glow{position:absolute;inset:-40% -20% auto;height:60%;background:radial-gradient(50% 50% at 50% 50%,rgba(125,240,192,.25),transparent 70%);pointer-events:none;animation:stubBreath 5s ease-in-out infinite}@keyframes stubBreath{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.stub__title{margin:0;font-size:24px;line-height:1.15;letter-spacing:-.01em}.stub__lead{margin:10px 0 16px;font-size:13.5px;line-height:1.45;color:var(--text-muted, #8b95a7)}.stub__cta{background:linear-gradient(135deg,#34d399,#2ebd85 55%,#1fa672);color:#06120d;box-shadow:0 10px 26px #2ebd8559}.stub__iphone{margin-top:10px;padding:8px;border:0;background:transparent;color:var(--cb-blue);font:inherit;font-size:12.5px}.stub__keep-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:var(--text-muted, #8b95a7)}.stub__keep-row b{font-family:JetBrains Mono,ui-monospace,system-ui,-apple-system,Roboto,sans-serif;font-size:15px;color:var(--text, #f3f6fb)}.stub__keep p,.stub__fine{margin:6px 0 0;font-size:11.5px;line-height:1.4;color:var(--text-dim, #5c6675)}.stub__steps h3{margin:0 0 8px;font-size:15px}.stub__steps ol{margin:0;padding:0;list-style:none;display:grid;gap:8px}.stub__steps li{display:grid;grid-template-columns:26px 1fr;gap:10px;font-size:13px;line-height:1.4}.stub__n{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--cb-green-soft);color:#9ff0cf;font-weight:700;font-size:12px}.stub__links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stub__link{padding:10px 6px;border:1px solid var(--border, rgba(255, 255, 255, .1));border-radius:12px;background:#ffffff0a;color:var(--text, #f3f6fb);font:inherit;font-size:12px}
