.top-status{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:4px;padding:4px 2px}.top-status__subtitle{margin-top:4px;color:var(--muted);font-size:13px}.top-status__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;font-size:12px}.top-status__stats span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:#555859;background:#fff}.quest-card{overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow-sm)}.quest-sheet .quest-card{border:0;border-radius:0;box-shadow:none}.quest-card__hero{position:relative;min-height:174px;overflow:hidden;padding:20px;color:#fff;background:linear-gradient(145deg,#769d7f,#426d4c)}.quest-card.is-sport .quest-card__hero{background:linear-gradient(145deg,#85888c,#4d5054)}.quest-card.is-partner .quest-card__hero{background:linear-gradient(145deg,#d5b184,#a77846)}.quest-card__scene{position:absolute;inset:0;opacity:.26;background:radial-gradient(circle at 80% 15%,rgba(255,255,255,.5) 0 30px,transparent 31px),linear-gradient(165deg,transparent 0 58%,rgba(255,255,255,.16) 59% 62%,transparent 63%)}.quest-card__scene span{position:absolute;bottom:-12px;width:74px;border-radius:12px 12px 0 0;background:#ffffff70}.quest-card__scene span:nth-child(1){left:9%;height:72px}.quest-card__scene span:nth-child(2){left:35%;height:112px}.quest-card__scene span:nth-child(3){right:8%;height:88px}.quest-card__hero-icon{position:absolute;right:24px;bottom:20px;width:72px;height:72px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:22px;color:#fff;background:#ffffff29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.quest-card__hero-icon svg{width:38px;height:38px}.quest-card__header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:50px}.quest-card__eyebrow{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.quest-card__badge{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid rgba(255,255,255,.34);border-radius:999px;color:#fff;background:#1423182e;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quest-card__badge svg{width:15px;height:15px}.quest-card__content{padding:24px}.quest-card h2{margin:0;padding-right:34px;color:var(--ink);font-size:clamp(26px,7vw,34px);line-height:1.08;letter-spacing:-.045em}.quest-card__description{margin:12px 0 0;color:#686b6c;font-size:15px;line-height:1.5}.quest-card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0 0}.quest-card__meta>div{min-width:0;padding:12px;border:1px solid var(--line);border-radius:16px;background:#f8f8f5}.quest-card__meta dt{color:#96999a;font-size:10px;font-weight:600}.quest-card__meta dd{min-height:22px;display:flex;align-items:center;gap:5px;margin:6px 0 0;overflow:hidden;color:#3f4243;font-size:13px;font-weight:700;text-overflow:ellipsis}.quest-card__meta dd svg{width:15px;height:15px;flex:0 0 auto}.quest-card__meta dd.is-reward{color:var(--green)}.quest-progress{margin-top:24px}.quest-progress h3{margin:0 0 14px;color:#3f4243;font-size:14px}.quest-progress ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.quest-progress li{position:relative;display:grid;grid-template-columns:34px 1fr;gap:12px;min-height:62px;color:#96999a}.quest-progress li:not(:last-child):after{content:"";position:absolute;top:34px;bottom:0;left:16px;width:2px;background:#e7e8e5}.quest-progress li>span{position:relative;z-index:1;width:34px;height:34px;display:grid;place-items:center;border:1px solid #dedfdb;border-radius:50%;color:#8c8f90;background:#f7f7f4;font-size:12px;font-weight:800}.quest-progress li.is-current>span{border-color:var(--green);color:#fff;background:var(--green);box-shadow:0 0 0 5px var(--green-soft)}.quest-progress li.is-done>span{border-color:#cfe1d2;color:var(--green);background:var(--green-soft)}.quest-progress li.is-done:not(:last-child):after{background:#cfe1d2}.quest-progress li>span svg{width:17px;height:17px}.quest-progress li div{padding-top:1px}.quest-progress li strong,.quest-progress li small{display:block}.quest-progress li strong{color:#5c5f60;font-size:13px}.quest-progress li.is-current strong,.quest-progress li.is-done strong{color:#2f3233}.quest-progress li small{margin-top:3px;font-size:11px;line-height:1.35}.quest-card__start-block{display:grid;gap:8px;margin-top:18px}.quest-card__primary,.quest-card__actions button,.quest-card__answer-row button,.quest-card__scan-trigger,.quest-card__link{min-height:50px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:16px;font-weight:750;transition:transform .14s var(--ease-out, cubic-bezier(.23, 1, .32, 1)),background .18s ease,opacity .18s ease}.quest-card__primary:active:not(:disabled),.quest-card__actions button:active:not(:disabled),.quest-card__answer-row button:active:not(:disabled),.quest-card__scan-trigger:active:not(:disabled),.quest-card__link:active:not(:disabled){transform:scale(.97)}.quest-card__primary,.quest-card__actions button.is-primary,.quest-card__answer-row button{color:#fff;background:var(--green);box-shadow:0 8px 20px #4f8a5c33}.quest-card__primary svg,.quest-card__actions svg,.quest-card__scan-trigger svg,.quest-card__link svg{width:20px;height:20px}.quest-card__link{color:#5a5d5e;background:transparent}.quest-card button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.quest-card__actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px;margin-top:18px}.quest-card__actions button{color:#4f5253;background:#eff0ed}.quest-card__answer{margin-top:20px;padding:18px;border:1px solid rgba(79,138,92,.16);border-radius:20px;background:#f4f8f4}.quest-card__answer-heading{display:grid;gap:3px;margin-bottom:14px}.quest-card__answer-heading span{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.quest-card__answer-heading strong{color:#313435;font-size:16px}.quest-card__answer-label{display:block;margin:14px 0 7px;color:#626566;font-size:12px;font-weight:700}.quest-card__answer-row{display:grid;gap:9px}.quest-card__input{width:100%;min-width:0;min-height:50px;padding:0 14px;border:1px solid rgba(41,45,48,.12);border-radius:15px;color:var(--ink);background:#fff;font-size:16px}.quest-card__scan-trigger{width:100%;color:var(--green);background:#fff;border:1px solid rgba(79,138,92,.22)}.quest-card__complete,.quest-card__pending,.quest-card__result{margin-top:18px;padding:16px;border-radius:18px}.quest-card__complete{display:flex;gap:12px;align-items:center;color:#2f6f3e;background:var(--green-soft)}.quest-card__complete>span{width:42px;height:42px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:var(--green)}.quest-card__complete svg{width:22px}.quest-card__complete p,.quest-card__pending p,.quest-card__result p{margin:4px 0 0;line-height:1.4}.quest-card__pending{color:#745b36;background:#fbf4e8}.quest-card__result--success{color:#2f6f3e;background:var(--green-soft)}.quest-card__result--error{color:#a52c24;background:#fff0ee}.quest-card__history{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.quest-card__history span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:#777a7b;background:#fafaf8;font-size:11px}.qr-scanner{margin-top:12px;padding:10px;border:1px solid var(--line);border-radius:17px;background:#fff}.qr-scanner__video{width:100%;border-radius:13px;background:#171a1b}.qr-scanner__status{margin:9px 0 0;color:var(--muted);font-size:12px}.onboarding{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:18px}.onboarding__scrim{position:absolute;inset:0;background:#191d1b8f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.onboarding__card{position:relative;width:min(100%,410px);overflow:hidden;padding:16px;border:1px solid rgba(255,255,255,.7);border-radius:30px;background:#fffffff7;box-shadow:0 28px 80px #141c164d;transform:scale(1);opacity:1;transition:transform .26s cubic-bezier(.23,1,.32,1),opacity .22s ease-out}@starting-style{.onboarding__card{transform:scale(.96);opacity:0}}.onboarding__skip{position:absolute;z-index:3;top:26px;right:26px;min-height:40px;padding:0 13px;border:0;border-radius:999px;color:#5f6263;background:#ffffffd1;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.onboarding__visual{position:relative;height:220px;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,#dfe9df,#f5efe2)}.onboarding__map-lines{position:absolute;inset:-20%;opacity:.55;background:repeating-linear-gradient(28deg,transparent 0 32px,rgba(255,255,255,.9) 33px 38px,transparent 39px 66px),repeating-linear-gradient(115deg,transparent 0 42px,rgba(255,255,255,.9) 43px 48px,transparent 49px 80px)}.onboarding__marker{position:absolute;top:58px;left:50%;width:70px;height:70px;display:grid;place-items:center;border:3px solid #fff;border-radius:50% 50% 50% 14px;color:#fff;background:var(--green);box-shadow:0 14px 28px #325b3b47;transform:translate(-50%) rotate(-45deg)}.onboarding__marker svg{width:32px;height:32px;transform:rotate(45deg)}.onboarding__visual.is-step-2 .onboarding__marker{left:70%;background:#5d6266}.onboarding__visual.is-step-3 .onboarding__marker{left:76%;background:var(--sand)}.onboarding__mini-card{position:absolute;right:20px;bottom:18px;left:20px;display:flex;align-items:center;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.7);border-radius:16px;color:#3d4140;background:#ffffffe0;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.onboarding__mini-card span{width:36px;height:36px;border-radius:11px;background:var(--green-soft)}.onboarding__copy{padding:24px 8px 8px}.onboarding__copy>span{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.onboarding__copy h2{margin:8px 0 10px;color:var(--ink);font-size:25px;line-height:1.1;letter-spacing:-.035em}.onboarding__copy p{margin:0;color:#6b6e6f;font-size:14px;line-height:1.55}.onboarding__dots{display:flex;justify-content:center;gap:6px;padding:8px 0 16px}.onboarding__dots i{width:7px;height:7px;border-radius:999px;background:#d6d8d4;transition:width .18s cubic-bezier(.23,1,.32,1),background .18s ease}.onboarding__dots i.is-active{width:22px;background:var(--green)}.onboarding__next{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:17px;color:#fff;background:var(--green);font-weight:800;transition:transform .14s cubic-bezier(.23,1,.32,1)}.onboarding__next:active{transform:scale(.97)}.onboarding__next svg{width:18px;height:18px}@media(max-width:420px){.quest-card__content{padding:20px}.quest-card__hero{min-height:150px;padding:16px}.quest-card__header{padding-right:42px}.quest-card__hero-icon{right:18px;bottom:16px;width:60px;height:60px}.quest-card__hero-icon svg{width:32px;height:32px}.quest-card__meta>div{padding:10px 8px}.quest-card__meta dd{font-size:11px}.onboarding{padding:10px}.onboarding__visual{height:min(220px,31dvh)}}@media(max-height:650px){.onboarding__visual{height:140px}.onboarding__marker{top:30px;width:56px;height:56px}.onboarding__copy{padding-top:16px}.onboarding__copy p{font-size:12px}}@media(prefers-reduced-motion:reduce){.onboarding__card{transform:none;transition:opacity .16s ease}.quest-card button,.onboarding button{transform:none!important}}.map-screen{position:relative;width:100%;height:100dvh;overflow:hidden;background:#edf0e9}.map-screen__canvas,.quest-map{position:absolute;inset:0}.quest-map{width:100%;height:100%;background:#edf0e9}.quest-map .ol-layer canvas{filter:saturate(.66) contrast(.88) brightness(1.09)}.map-dashboard{position:absolute;z-index:20;top:max(14px,env(safe-area-inset-top));left:50%;width:min(calc(100% - 28px),760px);padding:22px;border:1px solid rgba(255,255,255,.8);border-radius:30px;background:#fffffff5;box-shadow:0 18px 46px #31373821;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translate(-50%)}.map-dashboard__heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.map-dashboard__heading-actions{display:flex;align-items:center;gap:8px}.map-dashboard__help{width:48px;height:48px;display:grid;flex:0 0 auto;place-items:center;padding:0;border:1px solid var(--line);border-radius:16px;color:var(--green);background:#fff;box-shadow:0 4px 12px #2c31330d;transition:transform .14s var(--ease-out),background .18s ease}.map-dashboard__help:active{transform:scale(.96);background:var(--green-soft)}.map-dashboard__help svg{width:22px;height:22px}.map-dashboard h1{margin:0;font-size:clamp(30px,7vw,48px);line-height:.98;letter-spacing:-.055em}.map-dashboard__heading p{margin:7px 0 0;color:#999b9d;font-size:clamp(14px,4vw,19px)}.map-dashboard__city{min-height:48px;display:flex;flex:0 0 auto;align-items:center;gap:10px;padding:0 16px;border:1px solid var(--line);border-radius:16px;color:#383a3b;background:#fff;box-shadow:0 4px 12px #2c31330d;font-size:14px;font-weight:700}.map-dashboard__city svg{width:16px;transform:rotate(90deg)}.map-dashboard__controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.map-dashboard__controls button,.map-dashboard__geo{min-width:0;min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:16px;color:#484a4b;background:#fff;font-size:14px}.map-dashboard__controls button{transition:background .18s ease,border-color .18s ease}.map-dashboard__controls button:active{background:var(--green-soft);border-color:#4f8a5c3d}.map-dashboard__controls button:disabled{cursor:wait;opacity:.64}.map-dashboard__controls svg{width:23px;height:23px;flex:0 0 auto;color:var(--green)}.map-dashboard__geo.is-success{color:var(--green)}.map-dashboard__geo.is-pending{color:#8d744f}.map-dashboard__geo.is-error{color:var(--danger)}.map-dashboard__geo.is-error svg,.map-dashboard__geo.is-pending svg{color:currentColor}.map-dashboard__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.map-dashboard__stats>div{min-width:0;min-height:54px;display:flex;align-items:center;justify-content:center;gap:7px;padding:7px 10px;border:1px solid var(--line);border-radius:15px;background:#fff}.map-dashboard__stats>div>span{width:30px;height:30px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff}.map-dashboard__stats>div>span.is-green{background:var(--green)}.map-dashboard__stats>div>span.is-sand{background:var(--sand)}.map-dashboard__stats svg{width:17px;height:17px}.map-dashboard__stats strong{font-size:18px;font-variant-numeric:tabular-nums}.map-dashboard__stats small{overflow:hidden;color:#5d6061;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.map-legend{position:absolute;z-index:12;right:18px;bottom:calc(max(12px,env(safe-area-inset-bottom)) + 86px);display:grid;gap:10px;padding:13px;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:#fffffff0;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.map-legend span{display:flex;align-items:center;gap:9px;color:#555859;font-size:12px}.map-legend i{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#fff;font-style:normal}.map-legend svg{width:16px;height:16px}.map-legend .is-city i{background:var(--green)}.map-legend .is-sport i{background:#65676b}.map-legend .is-partner i{background:var(--sand)}.map-coach{position:absolute;z-index:15;bottom:calc(max(12px,env(safe-area-inset-bottom)) + 90px);left:max(18px,calc((100vw - 760px)/2));display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.8);border-radius:17px;color:#414443;background:#fffffff0;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.map-coach>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:12px;font-weight:800}.map-coach p{display:grid;margin:0;font-size:10px}.map-coach p strong{font-size:12px}.map-coach>svg{width:16px;color:var(--green);transform:rotate(90deg)}.quest-sheet{position:fixed;z-index:100;inset:0;display:grid;align-items:end;padding:14px}.quest-sheet__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#1c1f1f6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quest-sheet__panel{position:relative;z-index:1;width:min(100%,620px);max-height:min(82dvh,760px);margin:0 auto max(0px,env(safe-area-inset-bottom));overflow-y:auto;border-radius:28px;background:#fff;box-shadow:0 24px 70px #1417174d}.quest-sheet__close{position:sticky;z-index:3;top:12px;float:right;width:44px;height:44px;display:grid;place-items:center;margin:12px 12px -56px 0;border:0;border-radius:50%;color:#555859;background:#f1f1ee}.quest-sheet__close svg{width:21px;height:21px}@media(min-width:760px){.map-dashboard{top:24px}}@media(max-width:520px){.map-dashboard{width:calc(100% - 20px);padding:16px;border-radius:24px}.map-dashboard__heading{gap:10px}.map-dashboard__city{min-height:44px;padding:0 12px;font-size:12px}.map-dashboard__help{width:44px;height:44px}.map-dashboard__controls{gap:8px;margin-top:14px}.map-dashboard__controls button,.map-dashboard__geo{min-height:48px;gap:7px;padding:0 9px;font-size:11px}.map-dashboard__controls svg{width:20px;height:20px}.map-dashboard__stats{gap:7px;margin-top:8px}.map-dashboard__stats>div{min-height:48px;gap:5px;padding:6px}.map-dashboard__stats>div>span{width:27px;height:27px}.map-dashboard__stats strong{font-size:15px}.map-dashboard__stats small{font-size:10px}.map-legend{right:10px;bottom:calc(max(12px,env(safe-area-inset-bottom)) + 86px);gap:7px;padding:9px}.map-legend span{gap:7px;font-size:10px}.map-legend i{width:24px;height:24px}.quest-sheet{padding:8px}.quest-sheet__panel{max-height:88dvh;border-radius:24px}}@media(max-width:360px){.map-dashboard h1{font-size:27px}.map-dashboard__heading{gap:6px}.map-dashboard__city{min-height:40px;padding:0 8px;font-size:11px}.map-dashboard__city svg,.map-dashboard__stats small{display:none}.map-dashboard__help{width:40px;height:40px}.map-dashboard__stats>div{gap:7px}.map-dashboard__stats strong{font-size:17px}}@media(max-height:680px){.map-dashboard__heading p{display:none}.map-dashboard__controls{margin-top:10px}.map-dashboard__stats,.map-legend,.map-coach{display:none}}:root{color:#252525;background:#f7f6f2;font-family:Manrope,Segoe UI,sans-serif;font-synthesis:none;--ink: #252525;--muted: #747474;--surface: #ffffff;--line: rgba(41, 45, 48, .1);--green: #4f8a5c;--green-soft: #edf5ee;--sand: #c9a16f;--danger: #b84f4f;--shadow-sm: 0 8px 24px rgba(44, 49, 51, .08);--shadow-lg: 0 18px 50px rgba(44, 49, 51, .13);--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-drawer: cubic-bezier(.32, .72, 0, 1)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{overflow-x:hidden;background:#f7f6f2}button,input,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(79,138,92,.3);outline-offset:2px}.app-shell{min-height:100dvh;background:radial-gradient(circle at 90% 0%,rgba(79,138,92,.08),transparent 28%),#f7f6f2}.app-shell__content{width:min(100%,960px);margin:0 auto;padding:max(20px,env(safe-area-inset-top)) 20px 112px}.app-shell.is-map,.app-shell.is-map .app-shell__content{width:100%;height:100dvh;overflow:hidden}.app-shell.is-map .app-shell__content{padding:0;max-width:none}.state-screen{min-height:100dvh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#fbfaf7,#eef4ef)}.state-screen__panel{width:min(100%,430px);padding:30px;border:1px solid var(--line);border-radius:30px;background:#fffffff5;box-shadow:var(--shadow-lg)}.state-screen__badge,.list-card__status{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;color:var(--green);background:var(--green-soft);font-size:13px;font-weight:700}.state-screen h1{margin:18px 0 12px;font-size:clamp(25px,8vw,34px);line-height:1.08;letter-spacing:-.03em}.state-screen__description,.state-screen__step span,.list-card__meta,.rating-hero p,.squad-empty p{color:var(--muted);line-height:1.55}.state-screen__actions,.state-screen__steps,.stack-list,.rating-grid,.leader-list{display:grid;gap:12px}.state-screen__actions,.state-screen__steps{margin-top:20px}.state-screen__step,.list-card{padding:16px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.state-screen__step{display:grid;gap:4px;background:#f8f8f6}.state-screen__button{min-height:50px;padding:0 18px;border:0;border-radius:16px;font-weight:700}.state-screen__button--primary{color:#fff;background:var(--green)}.state-screen__button--secondary{color:var(--ink);background:#efefec}.bottom-nav{position:fixed;z-index:50;right:max(16px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));left:max(16px,env(safe-area-inset-left));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;width:min(calc(100% - 32px),800px);margin:0 auto;padding:10px;border:1px solid rgba(255,255,255,.72);border-radius:28px;background:#fffffff2;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav__item{min-width:0;min-height:58px;display:grid;place-items:center;align-content:center;gap:4px;padding:6px 3px;border:0;border-radius:18px;color:#747474;background:transparent;font-size:11px;line-height:1;transition:color .18s ease,background .18s ease}.bottom-nav__item svg{width:24px;height:24px}.bottom-nav__item.is-active{color:var(--green);background:var(--green-soft);font-weight:700}.bottom-nav__item:active{background:#e7eee8}.screen-frame h1{margin:0 0 16px;font-size:clamp(26px,7vw,38px);letter-spacing:-.04em}.pill-row{display:flex;gap:8px;overflow-x:auto;margin-bottom:16px;scrollbar-width:none}.pill-row span,.member-chip{flex:0 0 auto;padding:10px 14px;border:1px solid var(--line);border-radius:999px;color:#5d6061;background:var(--surface)}.stack-list{gap:14px}.list-card{padding:20px;border-radius:24px;box-shadow:var(--shadow-sm)}.list-card button{min-height:44px;margin-top:12px;padding:0 16px;border:0;border-radius:14px;color:#fff;background:var(--green);font-weight:700}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.profile-grid__label{display:block;margin-bottom:6px;color:#8a8d8e;font-size:12px}.leader-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fafaf8}.leader-row p{margin:4px 0 0;color:var(--muted);font-size:13px}.leader-rank{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft);font-weight:800}.squad-hero{display:flex;justify-content:space-between;gap:16px}.squad-hero__stats{display:grid;gap:8px;justify-items:end;color:var(--muted)}.member-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}@media(min-width:760px){.bottom-nav__item{font-size:13px}}@media(max-width:420px){.app-shell__content{padding-right:14px;padding-left:14px}.bottom-nav{right:8px;left:8px;width:calc(100% - 16px);padding:8px;border-radius:24px}.bottom-nav__item{min-height:54px;font-size:10px}.bottom-nav__item svg{width:22px;height:22px}.profile-grid{grid-template-columns:1fr}.squad-hero{flex-direction:column}.squad-hero__stats{justify-items:start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.quest-season,.squad-banner,.profile-hero,.rating-banner{position:relative;overflow:hidden;border-radius:28px;color:#fff;background:linear-gradient(145deg,#315d3c,#5f9369);box-shadow:0 18px 44px #32553b33}.quest-season{display:grid;grid-template-columns:1fr auto;gap:20px;padding:24px}.quest-season:after,.profile-hero:after,.rating-banner:after{content:"";position:absolute;width:180px;height:180px;right:-55px;top:-70px;border:30px solid rgba(255,255,255,.08);border-radius:50%}.quest-season__copy,.quest-season__progress,.quest-season__stats,.profile-hero>*,.rating-banner>*{position:relative;z-index:1}.quest-season__copy>span,.quest-list-heading span,.section-title span,.profile-hero__identity>span,.rating-banner>div>span{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.quest-season__copy h2,.rating-banner h2{margin:6px 0 8px;font-size:clamp(24px,7vw,34px);line-height:1.05;letter-spacing:-.045em}.quest-season__copy p,.rating-banner p{max-width:430px;margin:0;color:#ffffffc2;font-size:13px;line-height:1.45}.quest-season__progress{width:96px;height:96px;display:grid;place-items:center;align-content:center;border-radius:50%;background:conic-gradient(#fff var(--progress),rgba(255,255,255,.18) 0)}.quest-season__progress:before{content:"";position:absolute;inset:7px;border-radius:50%;background:#4e8159}.quest-season__progress strong,.quest-season__progress span{position:relative;z-index:1}.quest-season__progress strong{font-size:21px}.quest-season__progress span{font-size:9px}.quest-season__stats{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.15)}.quest-season__stats span{display:flex;align-items:baseline;gap:6px;color:#ffffffb8;font-size:11px}.quest-season__stats strong{color:#fff;font-size:17px}.quest-list-heading,.section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:26px 4px 14px}.quest-list-heading>div,.section-title>div{display:grid;gap:3px}.quest-list-heading span,.section-title span{color:var(--green)}.quest-list-heading>svg{width:24px;color:var(--green)}.section-title b{min-width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft);font-size:12px}.quest-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.quest-list-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm)}.quest-list-card__art{position:relative;height:150px;overflow:hidden;background:linear-gradient(145deg,#b7d0bb,#668d6f)}.quest-list-card.is-sport .quest-list-card__art{background:linear-gradient(145deg,#b9c8cf,#6d7378)}.quest-list-card.is-partner .quest-list-card__art{background:linear-gradient(145deg,#ead5b9,#ba8e5d)}.quest-list-card__scene{position:absolute;inset:0;opacity:.38;background:linear-gradient(165deg,transparent 55%,rgba(255,255,255,.4) 56% 59%,transparent 60%)}.quest-list-card__scene i{position:absolute;bottom:-10px;width:25%;border-radius:12px 12px 0 0;background:#ffffffb8}.quest-list-card__scene i:nth-child(1){left:8%;height:65px}.quest-list-card__scene i:nth-child(2){left:37%;height:100px}.quest-list-card__scene i:nth-child(3){right:8%;height:78px}.quest-list-card__icon{position:absolute;top:12px;left:12px;width:42px;height:42px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;color:#fff;background:var(--green);box-shadow:0 6px 18px #1e28212e}.quest-list-card.is-sport .quest-list-card__icon{background:#62676b}.quest-list-card.is-partner .quest-list-card__icon{background:var(--sand)}.quest-list-card__icon svg{width:24px;height:24px}.quest-list-card__status{position:absolute;right:12px;top:12px;padding:7px 10px;border-radius:999px;color:#555859;background:#ffffffe6;font-size:10px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quest-list-card__status.is-completed{color:var(--green)}.quest-list-card__content{padding:18px}.quest-list-card h2{margin:0;font-size:20px;letter-spacing:-.025em}.quest-list-card p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.quest-list-card__meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:14px}.quest-list-card__meta span{display:flex;align-items:center;gap:5px;color:#737677;font-size:11px}.quest-list-card__meta span:last-child{color:var(--green);font-weight:800}.quest-list-card__meta svg{width:15px;height:15px}.quest-list-card button,.invite-card button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;border:0;border-radius:14px;color:#fff;background:var(--green);font-weight:750;transition:transform .14s var(--ease-out),opacity .18s ease}.quest-list-card button:active,.invite-card button:active{transform:scale(.97)}.quest-list-card button svg{width:16px}.squad-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:24px;background:linear-gradient(145deg,#253b31,#557a63)}.squad-banner__crest{width:72px;height:72px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:22px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.squad-banner__crest svg{width:38px;height:38px}.squad-banner__copy{position:relative;z-index:1}.squad-banner__copy>span{color:#b9d6c0;font-size:11px;font-weight:800;letter-spacing:.07em}.squad-banner h2{margin:4px 0;font-size:25px;letter-spacing:-.035em}.squad-banner p{margin:0;color:#ffffffb3;font-size:11px}.squad-banner__score{position:relative;z-index:1;display:grid;justify-items:end}.squad-banner__score svg{width:20px;color:#efca8d}.squad-banner__score strong{margin-top:5px;font-size:24px}.squad-banner__score span{color:#ffffffa6;font-size:9px}.squad-banner__route{position:absolute;inset:0;opacity:.1}.squad-banner__route i{position:absolute;width:160px;height:2px;border-top:2px dashed #fff;transform:rotate(-20deg)}.squad-banner__route i:nth-child(1){left:-20px;top:35%}.squad-banner__route i:nth-child(2){right:-30px;bottom:25%;transform:rotate(25deg)}.squad-banner__route i:nth-child(3){left:42%;top:10%;transform:rotate(70deg)}.squad-section,.rating-list{margin-top:16px;padding:20px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm)}.squad-section .section-title,.rating-list .section-title{margin:0 0 12px}.squad-members{display:grid;gap:4px}.squad-member,.rating-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:11px 4px;border-bottom:1px solid #eff0ed}.squad-member:last-child,.rating-row:last-child{border-bottom:0}.squad-member__avatar,.rating-row__avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:#315b3a;background:#dfeee2;font-size:12px;font-weight:800}.tone-1{color:#765a2e;background:#f2e5cc}.tone-2{color:#455e76;background:#dfe9f2}.tone-3{color:#735268;background:#f0e1eb}.squad-member div,.rating-row>div{display:grid;gap:2px}.squad-member small,.rating-row small{color:#8d9091;font-size:10px}.squad-member__online{width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#58a267;box-shadow:0 0 0 2px #dceade}.invite-card{display:grid;grid-template-columns:auto 1fr;gap:14px;margin-top:16px;padding:20px;border:1px solid #eadcc7;border-radius:24px;background:linear-gradient(145deg,#fffaf1,#f7ecda)}.invite-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;color:#8c6738;background:#eddbbd}.invite-card__icon svg{width:25px}.invite-card>div:nth-child(2){display:grid}.invite-card span{color:#8b714e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.invite-card strong{margin-top:5px;font-size:23px;letter-spacing:.08em}.invite-card p{margin:5px 0 0;color:#7e7467;font-size:11px;line-height:1.4}.invite-card button{grid-column:1 / -1;margin-top:2px;color:#684d2d;background:#ead7b8;box-shadow:none}.invite-card button svg{width:18px}.squad-empty,.rating-empty{display:grid;justify-items:center;padding:36px 24px;text-align:center;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm)}.squad-empty__art,.rating-empty>svg{width:110px;height:110px;display:grid;place-items:center;margin-bottom:18px;border-radius:34px;color:var(--green);background:var(--green-soft)}.squad-empty__art svg{width:56px}.squad-empty>span{color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase}.squad-empty h2,.rating-empty h2{margin:7px 0 8px}.squad-empty p,.rating-empty p{max-width:380px;margin:0;color:var(--muted);line-height:1.5}.profile-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:24px;background:linear-gradient(145deg,#365f43,#76a17f)}.profile-hero__avatar{position:relative;width:70px;height:70px;display:grid;place-items:center;border:3px solid rgba(255,255,255,.6);border-radius:24px;background:#ffffff29;font-size:21px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-hero__avatar span{position:absolute;right:-4px;bottom:-4px;width:24px;height:24px;display:grid;place-items:center;border:3px solid #5f8f69;border-radius:50%;color:var(--green);background:#fff}.profile-hero__avatar svg{width:13px}.profile-hero__identity h2{margin:3px 0;font-size:25px;letter-spacing:-.035em}.profile-hero__identity p{margin:0;color:#ffffffb3;font-size:11px}.profile-hero__identity>span{color:#cce0d0}.profile-hero__rank{display:grid;justify-items:end}.profile-hero__rank span{color:#ffffffa6;font-size:10px}.profile-hero__rank strong{font-size:26px}.profile-level{grid-column:1 / -1;margin-top:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.15)}.profile-level>div:first-child{display:flex;justify-content:space-between;font-size:11px}.profile-level__track{height:7px;overflow:hidden;margin-top:8px;border-radius:999px;background:#ffffff2e}.profile-level__track i{display:block;height:100%;border-radius:inherit;background:#fff}.profile-level small{display:block;margin-top:6px;color:#ffffffa1;font-size:9px}.profile-achievements{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}.profile-achievements article{min-width:0;display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:var(--shadow-sm)}.profile-achievements article>span{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center;border-radius:13px;color:#fff}.profile-achievements .is-green{background:var(--green)}.profile-achievements .is-sand{background:var(--sand)}.profile-achievements .is-dark{background:#58615c}.profile-achievements .is-blue{background:#6686a1}.profile-achievements svg{width:20px}.profile-achievements div{min-width:0;display:grid}.profile-achievements small{color:#929596;font-size:9px}.profile-achievements strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.geo-card{display:grid;grid-template-columns:minmax(120px,.8fr) 1.2fr;gap:18px;margin-top:16px;padding:16px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm)}.geo-card__map{position:relative;min-height:150px;overflow:hidden;border-radius:18px;background:#e8eee7}.geo-card__map:before{content:"";position:absolute;inset:-20%;background:repeating-linear-gradient(28deg,transparent 0 25px,rgba(255,255,255,.8) 26px 32px,transparent 33px 58px),repeating-linear-gradient(110deg,transparent 0 35px,rgba(255,255,255,.7) 36px 42px,transparent 43px 70px)}.geo-card__map>span{position:absolute;top:50%;left:50%;width:48px;height:48px;display:grid;place-items:center;border:3px solid #fff;border-radius:50% 50% 50% 12px;color:#fff;background:var(--green);box-shadow:0 8px 20px #35533b3d;transform:translate(-50%,-60%) rotate(-45deg)}.geo-card__map span svg{width:24px;transform:rotate(45deg)}.geo-card__content{align-self:center}.geo-card__status{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:11px;font-weight:800}.geo-card__status svg{width:17px}.geo-card h2{margin:8px 0 6px;font-size:19px}.geo-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.rating-banner{display:grid;grid-template-columns:1fr auto;gap:18px;padding:24px;background:linear-gradient(145deg,#765c35,#c59b64)}.rating-banner__trophy{width:76px;height:76px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:24px;color:#fff0c5;background:#ffffff21}.rating-banner__trophy svg{width:40px;height:40px}.rating-banner__bars{position:absolute;right:100px;bottom:0;left:50%;height:70px;opacity:.12}.rating-banner__bars i{position:absolute;bottom:0;width:22px;border-radius:8px 8px 0 0;background:#fff}.rating-banner__bars i:nth-child(1){left:0;height:30%}.rating-banner__bars i:nth-child(2){left:34px;height:65%}.rating-banner__bars i:nth-child(3){left:68px;height:100%}.rating-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding:5px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.rating-tabs button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:14px;color:#747778;background:transparent;font-size:12px;font-weight:700}.rating-tabs button.is-active{color:var(--green);background:var(--green-soft)}.rating-tabs svg{width:18px}.rating-podium{min-height:190px;display:flex;align-items:end;justify-content:center;gap:8px;margin-top:16px;padding:18px 12px 0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,#f4f1e9);box-shadow:var(--shadow-sm)}.rating-podium article{width:min(31%,130px);display:grid;justify-items:center;text-align:center}.rating-podium .place-1{order:2}.rating-podium .place-2{order:1}.rating-podium .place-3{order:3}.rating-podium__medal{width:22px;height:22px;display:grid;place-items:center;margin-bottom:-8px;z-index:2;border:2px solid #fff;border-radius:50%;color:#fff;background:var(--sand);font-size:9px;font-weight:800}.rating-podium__avatar{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;color:#674a28;background:#f0d9b7;font-size:12px;font-weight:800}.rating-podium .place-1 .rating-podium__avatar{width:56px;height:56px;color:#315b3a;background:#dcebdd}.rating-podium article>strong{max-width:100%;margin-top:6px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.rating-podium article>small{color:#8b8e8f;font-size:9px}.rating-podium article>i{width:100%;margin-top:7px;border-radius:10px 10px 0 0;background:#d9d0bf}.rating-podium .place-1>i{background:#bad0bf}.rating-podium .place-3>i{background:#dfc6ae}.rating-row{grid-template-columns:26px auto 1fr minmax(72px,.8fr)}.rating-row__place{color:#8e9192;font-size:11px;font-weight:800;text-align:center}.rating-row__score{justify-items:end}.rating-row__score>strong{font-size:12px;font-variant-numeric:tabular-nums}.rating-row__score>span{width:100%;height:4px;overflow:hidden;border-radius:999px;background:#eceeeb}.rating-row__score i{display:block;height:100%;border-radius:inherit;background:var(--green)}@media(max-width:620px){.quest-gallery{grid-template-columns:1fr}.quest-list-card{display:grid;grid-template-columns:42% 58%}.quest-list-card__art{height:auto;min-height:196px}.quest-list-card__content{padding:15px}.quest-list-card h2{font-size:17px}.quest-list-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.squad-banner{grid-template-columns:auto 1fr}.squad-banner__score{grid-column:1 / -1;grid-auto-flow:column;justify-content:start;align-items:center;gap:8px;justify-items:start;padding-top:12px;border-top:1px solid rgba(255,255,255,.14)}.squad-banner__score strong{margin:0}.geo-card{grid-template-columns:115px 1fr;gap:14px}}@media(max-width:380px){.quest-season{padding:20px}.quest-season__progress{width:78px;height:78px}.quest-season__stats span{display:grid;gap:1px}.quest-list-card{grid-template-columns:38% 62%}.quest-list-card__art{min-height:210px}.quest-list-card__meta{display:grid;gap:5px}.profile-hero{grid-template-columns:auto 1fr;padding:20px}.profile-hero__rank{display:none}.profile-achievements article{padding:11px}.geo-card{grid-template-columns:1fr}.geo-card__map{min-height:110px}.rating-banner__trophy{width:60px;height:60px}.rating-row{grid-template-columns:22px auto 1fr}.rating-row__score{grid-column:2 / -1;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px}}
