@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;650;700;750;800&display=swap');
:root{font-family:'DM Sans',Arial,sans-serif;color:#35463d;background:#f5f4eb;font-synthesis:none;--ink:#35463d;--muted:#758573;--orange:#d9774e;--mono:'DM Mono',monospace}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer;border:0;touch-action:manipulation}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ce8055;outline-offset:3px}a{color:inherit;text-decoration:none}[hidden]{display:none!important}.game-shell{width:min(1180px,100%);padding:22px;margin:auto}.world{height:calc(100dvh - 44px);min-height:580px;max-height:1100px;position:relative;isolation:isolate;background:var(--sky,#d7e7de);overflow:hidden;border-radius:18px;box-shadow:0 0 0 1px #526c5012;transition:background .7s}.landscape{position:absolute;inset:0;width:100%;height:100%;z-index:-1}.world-header{position:absolute;top:25px;left:29px;right:29px;display:flex;align-items:center;justify-content:space-between;z-index:2}.brand{display:flex;align-items:center;gap:9px;font-size:22px;font-weight:800;letter-spacing:-1px}.brand svg{height:25px;width:25px;fill:none;stroke:var(--orange);stroke-width:3.5}.header-actions{display:flex;gap:10px;align-items:center}.icon-button{display:grid;place-items:center;width:40px;height:40px;background:#f8f8ee8c;border:1px solid #758b6426;border-radius:10px;font-size:19px}.soles-button{background:#f8f8ee8c;border:1px solid #758b6426;border-radius:10px;padding:11px 13px;font:13px var(--mono);display:flex;gap:6px;align-items:center}.soles-word{font-size:8px;letter-spacing:1px}.eyebrow{font:9px var(--mono);letter-spacing:1.7px;color:#708472}.altitude{position:absolute;top:15%;width:100%;text-align:center;pointer-events:none}.altitude .eyebrow{font-size:9px;letter-spacing:2px}.altitude-number{font-size:94px;letter-spacing:-4px;font-weight:650;line-height:1.17;display:flex;align-items:baseline;justify-content:center;gap:12px;font-variant-numeric:tabular-nums}.ft{font:17px var(--mono);letter-spacing:0;color:#738572}.ruler{position:absolute;top:29%;bottom:30%;right:0;width:74px;opacity:.64;overflow:hidden}.ruler-tick{position:absolute;right:0;display:flex;align-items:center;gap:13px;transition:top .14s}.ruler-tick span{font:10px var(--mono);color:#57725e}.ruler-tick i{height:1px;width:17px;background:#78937a}.ruler-tick:after{content:'';position:absolute;width:9px;height:1px;background:#78937a;top:23px;right:0;opacity:.5}.climber-wrap{position:absolute;bottom:40%;left:calc(50% - 45px);width:90px;height:147px;z-index:2}.avatar{position:absolute;bottom:0;left:0;width:90px;height:131px;transform-origin:bottom center}.avatar svg{width:100%;height:100%;overflow:visible}.foot-pop{position:absolute;right:-27px;top:40px;opacity:0;font:11px var(--mono);color:#597154}.person{transform-origin:40px 108px}.front-leg{transform-origin:48px 75px}.back-leg{transform-origin:32px 75px}.left-arm{transform-origin:25px 47px}.right-arm{transform-origin:55px 47px}.jump-shadow{transform-origin:40px 111px}.step .person{animation:jump .34s linear}.step .front-leg{animation:jump-front-leg .34s ease-out}.step .back-leg{animation:jump-back-leg .34s ease-out}.step .left-arm{animation:jump-left-arm .34s ease-out}.step .right-arm{animation:jump-right-arm .34s ease-out}.step .jump-shadow{animation:jump-shadow .34s ease-out}.step .foot-pop{animation:foot-pop .45s ease-out}.zone-label{position:absolute;top:calc(60% + 20px);left:0;right:0;display:flex;justify-content:center;align-items:center;gap:8px;font:8px var(--mono);letter-spacing:1.1px;color:#5f7b61;pointer-events:none}.zone-label i{height:4px;width:4px;border-radius:50%;background:#7b956d}.encounter{position:absolute;left:25%;top:37%;width:44px;height:44px;background:none;color:#688874;padding:7px;animation:float 7s ease-in-out infinite}.encounter svg{width:100%;height:100%;overflow:visible}.encounter:hover{filter:brightness(.75)}.climb-dock{position:absolute;width:min(440px,calc(100% - 46px));bottom:37px;left:50%;transform:translateX(-50%);background:#f8f7ece0;border:1px solid #fffff566;border-radius:16px;padding:18px 20px 7px;box-shadow:0 8px 28px #27432e0b;backdrop-filter:blur(12px);z-index:3}.next-line{display:flex;align-items:center;gap:10px}.next-line .eyebrow{font-size:8px;letter-spacing:1px}.next-line strong{font-size:12px;font-weight:600;flex:1;min-width:0}.next-line #remaining{font:9px var(--mono);color:#7d8973;text-align:right;white-space:nowrap}.progress-track{height:4px;background:#dce2d0;border-radius:3px;margin:12px 0 16px;overflow:hidden}#progress-fill{height:100%;background:#829570;transition:width .12s;border-radius:3px}.climb-button{display:flex;align-items:center;justify-content:center;gap:14px;background:var(--orange);color:#fff7e7;width:100%;border-radius:9px;padding:16px 15px;font:500 13px var(--mono);letter-spacing:1.6px;box-shadow:0 3px 0 #b8623e;user-select:none;transition:background .12s,transform .08s,box-shadow .08s}.climb-button>span:first-child{font:25px Arial;line-height:20px}.climb-button .key-hint{font:7px var(--mono);letter-spacing:1px;border:1px solid #fff5;border-radius:3px;padding:4px;margin-left:16px;opacity:.65}.climb-button:hover{background:#e08257}.climb-button:active,.climb-button.pressed{transform:translateY(2px);box-shadow:0 1px 0 #b8623e}.journal-nav{display:flex;justify-content:space-between;gap:5px;margin-top:10px}.journal-nav button{background:none;padding:10px 4px;font-size:10px;display:flex;gap:6px;align-items:center;border-radius:5px}.journal-nav button>span:first-child{font-size:16px;color:#788c6c}.journal-nav button:hover{background:#83976b11}.journal-nav svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.6}.scene-bottom{position:absolute;bottom:13px;left:24px;right:24px;display:flex;justify-content:space-between;gap:10px;font:7px var(--mono);color:#6a805f;letter-spacing:.3px}.night .brand,.night .altitude,.night .ft,.night .altitude .eyebrow,.night .scene-bottom,.night .zone-label,.night .ruler-tick span{color:#d7e1d4}.night .ruler-tick i,.night .ruler-tick:after{background:#9cafaa}.night .soles-button,.night .world-header .icon-button{background:#f8f8eecc}.landscape #ground{transition:transform .15s ease-out}.landscape #stars,.landscape #earth,.landscape #high-clouds{opacity:0}.milestone-toast{position:absolute;bottom:245px;left:50%;transform:translate(-50%,12px);opacity:0;pointer-events:none;max-width:85%;width:320px;border-radius:10px;background:#fbfaeef5;box-shadow:0 4px 24px #31453314;padding:15px 20px;text-align:center;transition:.25s;z-index:4}.milestone-toast.show{opacity:1;transform:translate(-50%,0)}.milestone-toast span{font:8px var(--mono);color:#9a8b68;letter-spacing:1px}.milestone-toast strong{display:block;font-size:16px;margin-top:5px}.milestone-toast p{font-size:11px;color:#7d8b73;line-height:1.5;margin:5px 0 0}.panel-shade{position:absolute;inset:0;background:#233d2e3d;backdrop-filter:blur(4px);z-index:9}dialog{position:absolute;inset:16px 16px 16px auto;margin:0;width:min(580px,calc(100% - 32px));max-width:none;max-height:none;height:calc(100% - 32px);border:1px solid #e1e5d8;border-radius:14px;padding:0;background:#f8f8f0;color:var(--ink);box-shadow:0 10px 60px #263d3226;z-index:10;overflow:hidden}dialog[open]{display:flex;flex-direction:column}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:17px 24px 10px;flex-shrink:0}.dialog-header .eyebrow{font-size:8px}.dialog-header .icon-button{width:34px;height:34px;font-size:16px;background:transparent}#dialog-content{padding:0 24px 28px;overflow:auto;overscroll-behavior:contain;flex:1;scrollbar-width:thin;scrollbar-color:#c5ceb8 transparent}h2{font-size:29px;letter-spacing:-.8px;margin:7px 0 8px;font-weight:600}.intro{font-size:12px;color:#7f8b75;line-height:1.7;margin:0 0 17px}.panel-title{display:flex;justify-content:space-between;align-items:start;gap:8px}.balance{font:11px var(--mono);padding:8px 10px;background:#ebefdf;border-radius:7px;white-space:nowrap;margin-top:12px}.wardrobe-hero{border-radius:10px;background:#e8eedf;display:flex;align-items:center;gap:22px;padding:12px 25px;margin-bottom:18px}.outfit-preview{height:111px;width:77px;flex-shrink:0}.outfit-preview svg{width:100%;height:100%}.wardrobe-hero .eyebrow{font-size:8px;letter-spacing:1px}.wardrobe-hero p{font-size:12px;margin:8px 0}.earn-note{font:9px var(--mono);line-height:1.7;color:#829073}.slot-tabs{display:flex;gap:5px;flex-wrap:wrap;border-bottom:1px solid #dde3d3;padding:0 0 12px;margin:0 0 14px}.slot-tabs button{padding:9px 11px;background:#ebeee3;border-radius:6px;font-size:11px}.slot-tabs button[aria-selected=true]{background:#6e8266;color:#fff9ea}.gear-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gear-card{position:relative;border:1px solid #dfe4d4;border-radius:10px;padding:13px;min-width:0;background:#fafaf3}.gear-card.equipped{border-color:#91a27d;background:#eff3e7}.gear-preview{height:102px;text-align:center;background:#e9edde;border-radius:6px;margin-bottom:10px;padding:4px}.gear-preview svg{height:100%;width:70px}.gear-cost{font:8px var(--mono);letter-spacing:.4px;color:#83906f}.gear-card h3{font-size:13px;line-height:1.3;margin:7px 0}.gear-card p{font-size:10px;color:#839078;line-height:1.6;min-height:32px;margin:0 0 12px}.gear-card button,.secondary-button{border:1px solid #d5ddc7;background:#e7eddd;border-radius:6px;padding:10px 9px;font:9px var(--mono);line-height:1.4}.gear-card button{width:100%;min-height:35px}.gear-card button:disabled{background:#eef0e7;color:#8e9980;border-color:#e1e6d7}.gear-card.equipped button{color:#697e58}.gear-card button:not(:disabled):hover,.secondary-button:hover{background:#dce6ce}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.secondary-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5}.appearance-preview{height:148px;background:#e8eedf;border-radius:10px;display:flex;justify-content:center;padding:13px;margin:14px 0 22px}.appearance-preview svg{height:100%;width:90px}fieldset{border:0;padding:0;margin:0 0 22px}legend{font-size:12px;font-weight:600;margin-bottom:12px;padding:0}.swatches{display:flex;gap:12px;flex-wrap:wrap}.swatches button{width:36px;height:36px;background:var(--swatch);border-radius:50%;border:3px solid #f8f8f0;box-shadow:0 0 0 1px #c7cfbc}.swatches button[aria-pressed=true]{box-shadow:0 0 0 2px #697e57;position:relative}.swatches button[aria-pressed=true]:after{content:'✓';color:#fff;mix-blend-mode:difference;font-size:18px}.choice-row{display:flex;gap:9px}.choice-row button{border:1px solid #dce2d1;border-radius:7px;padding:11px 18px;background:#edf0e5;font-size:11px}.choice-row button[aria-pressed=true]{border-color:#849776;background:#e1e9d5}.settings-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e0e5d6;padding:16px 0;gap:15px}.settings-row strong{font-size:12px}.settings-row p{font-size:10px;line-height:1.6;color:#8a957e;margin:5px 0 0}.text-button{background:none;color:#859374;padding:10px 0;font-size:10px}.panel-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:15px 0}.panel-tabs button{padding:8px 10px;border-radius:5px;background:#e9eddf;color:#7b896e;font-size:10px}.panel-tabs button.active{background:#7e9270;color:white}.log-divider{font:9px var(--mono);letter-spacing:1px;margin:25px 0 8px;color:#859272}.log-row{display:flex;gap:11px;padding:14px 0;border-bottom:1px solid #e1e6d6;align-items:center}.log-symbol{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#e7ecdc;color:#778767;font-size:12px;flex-shrink:0}.log-row>div{flex:1;min-width:0}.log-row h3{font-size:12px;margin:0 0 4px}.log-row p{font-size:10px;color:#87937b;margin:0;line-height:1.6}.log-row>strong{font:9px var(--mono);white-space:nowrap}.log-row.locked{opacity:.55}.notice{position:absolute;bottom:225px;left:50%;transform:translate(-50%,15px);background:#3b4c3d;color:#faf7e9;padding:13px 18px;border-radius:9px;font-size:11px;line-height:1.6;max-width:88%;width:max-content;opacity:0;pointer-events:none;transition:.2s;z-index:20}.notice.show{opacity:1;transform:translate(-50%,0)}.share-preview{border-radius:10px;background:#dfe8d7;padding:26px 15px;text-align:center;margin:20px 0}.share-preview h3{font-size:18px;letter-spacing:3px}.share-preview strong{font-size:clamp(27px,6vw,50px);letter-spacing:-2px}.share-preview p{font:10px var(--mono);line-height:1.8;color:#738168}.dialog-actions{display:flex;gap:9px;flex-wrap:wrap}.empty-state{padding:25px 0 15px;text-align:center}.empty-state>span{font-size:45px;color:#9eac8d}.empty-state p{font-size:12px;color:#849178;line-height:1.9}.empty-state strong{display:block;font-size:28px;color:#4f654a}.backup-note{font-size:10px;color:#89967d;line-height:1.7}input[type=file]{font:10px var(--mono);max-width:100%}@keyframes jump{0%,100%{transform:translateY(0) scale(1)}12%{transform:translateY(2px) scale(1.035,.95);animation-timing-function:cubic-bezier(.15,.7,.25,1)}42%{transform:translateY(-16px) scale(.98,1.035)}53%{transform:translateY(-17px) scale(1);animation-timing-function:cubic-bezier(.55,0,.85,.4)}82%{transform:translateY(0) scale(1)}90%{transform:translateY(2px) scale(1.045,.95);animation-timing-function:ease-out}}@keyframes jump-front-leg{0%,15%,85%,100%{transform:translateY(0) rotate(0)}40%,55%{transform:translateY(var(--front-lift,-6px)) rotate(var(--front-turn,-9deg))}}@keyframes jump-back-leg{0%,15%,85%,100%{transform:translateY(0) rotate(0)}40%,55%{transform:translateY(var(--back-lift,-3px)) rotate(var(--back-turn,7deg))}}@keyframes jump-left-arm{0%,100%{transform:rotate(0)}12%{transform:rotate(-5deg)}40%,58%{transform:rotate(24deg)}88%{transform:rotate(-7deg)}}@keyframes jump-right-arm{0%,100%{transform:rotate(0)}12%{transform:rotate(5deg)}40%,58%{transform:rotate(-24deg)}88%{transform:rotate(7deg)}}@keyframes jump-shadow{0%,100%{transform:scale(1);opacity:.13}45%,55%{transform:scale(.65,.75);opacity:.055}90%{transform:scale(1.13,1);opacity:.16}}@keyframes foot-pop{10%{opacity:.85}100%{opacity:0;transform:translateY(-20px)}}@keyframes float{50%{translate:12px -8px}}@media(max-width:650px){.game-shell{padding:0}.world{height:100dvh;min-height:540px;max-height:none;border-radius:0}.world-header{top:max(17px,env(safe-area-inset-top));left:20px;right:20px}.brand{font-size:20px}.brand svg{width:23px;height:23px}.soles-button{padding:10px;font-size:12px}.soles-word{display:none}.icon-button{width:38px;height:38px}.header-actions{gap:8px}.altitude{top:15%}.altitude-number{font-size:80px}.altitude .eyebrow{font-size:8px}.ft{font-size:14px}.climber-wrap{width:77px;height:129px;left:calc(50% - 38.5px)}.avatar{width:77px;height:112px}.zone-label{font-size:7px;letter-spacing:.8px;top:calc(60% + 14px)}.ruler{width:59px;top:31%;bottom:32%}.ruler-tick{gap:10px}.ruler-tick span{font-size:9px}.ruler-tick i{width:13px}.ruler-tick:after{top:18px}.encounter{left:20%;top:36%}.climb-dock{bottom:calc(27px + env(safe-area-inset-bottom));width:calc(100% - 32px);padding:16px 16px 5px;border-radius:14px}.next-line{gap:8px}.next-line strong{font-size:11px}.next-line #remaining{font-size:8px}.climb-button{padding:18px 15px;font-size:13px}.key-hint{display:none}.journal-nav{margin-top:10px}.journal-nav button{padding:10px 4px;font-size:10px}.scene-bottom{bottom:calc(8px + env(safe-area-inset-bottom));left:18px;right:18px;font-size:6px}.milestone-toast{bottom:230px;width:290px;padding:12px 16px}.milestone-toast strong{font-size:14px}.milestone-toast p{font-size:10px}dialog{inset:10px;width:calc(100% - 20px);height:calc(100% - 20px);border-radius:12px}.dialog-header{padding:13px 17px 8px}#dialog-content{padding:0 17px 25px}h2{font-size:25px}.intro{font-size:11px}.balance{font-size:10px;padding:7px 8px}.wardrobe-hero{padding:10px 17px;gap:16px}.slot-tabs{gap:5px}.slot-tabs button{padding:9px 8px;font-size:10px}.gear-grid{gap:9px}.gear-card{padding:10px}.gear-card h3{font-size:12px}.gear-card p{font-size:10px;min-height:47px}.gear-card button{font-size:8px;padding:9px 6px}.gear-preview{height:90px}.gear-cost{font-size:7px}.swatches{gap:11px}.swatches button{width:34px;height:34px}.log-row{gap:8px}.log-row>strong{font-size:8px}.log-row h3{font-size:11px}.notice{bottom:220px;font-size:10px}}
@media(max-height:650px){.altitude{top:14%}.altitude-number{font-size:64px}.climber-wrap{bottom:39%;height:112px}.avatar{height:95px}.zone-label{display:none}.climb-dock{padding-top:12px;bottom:24px}.climb-button{padding-top:13px;padding-bottom:13px}.progress-track{margin-top:9px;margin-bottom:12px}.journal-nav button{padding-top:8px;padding-bottom:8px}.milestone-toast{bottom:195px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.step .foot-pop{display:none}}
/* Journey scenery and first-session discoveries */
.altitude-number{flex-direction:column;align-items:center;gap:0}
.altitude-number>.ft{line-height:1.4;margin-top:2px}
#altitude{padding-right:4px}
.body-type-options button{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 12px;min-height:76px}
.body-type-options svg{width:38px;height:55px;flex-shrink:0}
.world{overflow:clip}
.town{position:absolute;left:-12%;bottom:-34px;width:124%;height:43%;pointer-events:none;transform-origin:center bottom;z-index:0;opacity:0;transition:opacity .6s,transform .15s}.town svg{width:100%;height:100%}#journey-markers{pointer-events:none}.journey-marker{position:absolute;width:104px;text-align:center;z-index:1;pointer-events:none;transition:top .15s,opacity .2s}.journey-marker[data-side=left]{left:20%}.journey-marker[data-side=right]{right:18%}.journey-marker svg{width:77px;height:85px;filter:drop-shadow(0 4px 4px #4663400b)}.journey-marker>span{display:block;font-size:10px;line-height:1.3;color:#647e65;margin-top:2px}.journey-marker>strong{display:block;font:9px var(--mono);margin-top:5px;color:#6b8266}.encounter{width:83px;height:90px;padding:2px 10px 18px;top:34%;z-index:2;left:auto;right:auto;transition:opacity .2s}.encounter[data-side=left]{left:12%}.encounter[data-side=right]{right:12%}.encounter svg{height:66px;width:66px}.encounter-hint{display:block;position:absolute;bottom:1px;left:0;width:100%;font:8px var(--mono);letter-spacing:.8px;color:#677e61;white-space:nowrap}.encounter:not(.collected) .encounter-hint{background:#f5f6e8ba;border:1px solid #8ca27433;border-radius:5px;padding:4px 2px}.encounter.collected .encounter-hint{opacity:.55;font-size:7px}.night .encounter-hint{color:#d2dccd}.night .encounter:not(.collected) .encounter-hint{background:#344a4c}.next-gear{display:flex;gap:9px;align-items:center;padding:0 0 12px;width:100%;background:none;text-align:left}.reward-thumbnail{width:27px;height:35px;overflow:hidden;flex-shrink:0}.reward-thumbnail svg{height:35px;width:27px}.next-gear>span:nth-child(2){flex:1;min-width:0}.next-gear small{display:block;font:7px var(--mono);letter-spacing:.9px;color:#899378}.next-gear strong{display:block;font-size:10px;font-weight:500;color:#5f7555;margin-top:4px}.reward-distance{font:8px var(--mono);color:#839173;white-space:nowrap}.next-gear:hover strong{color:#b3784b}.next-hud .progress-track{margin-bottom:11px}.milestone-toast{top:29%;bottom:auto!important;width:360px;padding:14px;display:flex;align-items:center;gap:11px;text-align:left}.celebration-art{width:48px;height:55px;flex-shrink:0;background:#e8eddc;border-radius:8px;display:grid;place-items:center;overflow:hidden}.celebration-art svg{width:48px;max-height:55px}.celebration-copy{flex:1;min-width:0}.celebration-copy>span{font-size:7px;letter-spacing:.65px}.celebration-copy>strong{font-size:14px}.celebration-copy>p{font-size:10px;margin:5px 0 0;line-height:1.5}.celebration-reward{display:block;font-size:9px;line-height:1.5;margin-top:7px;font-weight:500;color:#6c8254}.notice{bottom:290px}.collection-summary{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#e9efdf;padding:14px 12px;border-radius:8px;font-size:11px}.collection-summary>span{font:8px var(--mono);text-align:right;color:#7f8e6e}.discovery-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.discovery-card{border:1px solid #dfe6d4;border-radius:8px;padding:12px;background:#f6f8ed}.discovery-card>div{height:60px;display:grid;place-items:center}.discovery-card svg{height:58px;width:58px}.discovery-card h3{font-size:11px;margin:8px 0 5px}.discovery-card p{font-size:10px;line-height:1.6;margin:5px 0;color:#829176}.discovery-card.unknown{opacity:.6;background:#eef2e5}.discovery-card.unknown>div>span{font:26px var(--mono);color:#9eab8c}.gear-card{display:flex;flex-direction:column}.gear-kind{font:8px var(--mono);letter-spacing:.7px;color:#859478}.gear-card h3{font-size:14px;margin:7px 0}.gear-card p.gear-description{font-size:11px;line-height:1.5;min-height:34px;margin-bottom:12px}.gear-price{font-size:19px;font-weight:650;letter-spacing:-.25px;color:#455e3c;margin-top:auto;line-height:1.3}.gear-price.free-price{font-size:15px;color:#708658}.gear-card p.gear-requirement{font-size:11px;line-height:1.55;min-height:51px;margin:7px 0 12px;color:#7d8c70}.gear-card button{font:500 11px 'DM Sans',Arial,sans-serif;min-height:43px;padding:10px 8px;line-height:1.4}.gear-card button:disabled{color:#88977a;background:#edf0e6}.gear-card button:not(:disabled){background:#dfe9d1;border-color:#b7c8a1;color:#435e37}.balance{font:12px var(--mono)}
/* Breathing and cloth movement are visual only; a jump still requires an input. */
.avatar .idle-body{transform-origin:40px 109px;animation:idle-breathe 4.8s ease-in-out infinite}.step .idle-body{animation-play-state:paused}.avatar .cape-cloth{transform-origin:40px 44px;animation:cape-flutter 3.7s ease-in-out infinite}.step .cape-cloth{animation:cape-jump .34s ease-out}.left-step{--front-lift:-3px;--front-turn:-4deg;--back-lift:-7px;--back-turn:10deg}.avatar .left-arm,.avatar .right-arm{will-change:transform}@keyframes idle-breathe{0%,100%{transform:translateY(0) scaleY(1)}50%{transform:translateY(-.7px) scaleY(1.006)}}@keyframes cape-flutter{0%,100%{transform:skewX(-1deg)}50%{transform:skewX(3deg) scaleX(1.025)}}@keyframes cape-jump{0%,100%{transform:skewX(0)}40%{transform:skewX(-5deg) scaleX(1.08)}70%{transform:skewX(4deg)}}
@media(max-width:650px){.journey-marker{width:79px}.journey-marker[data-side=left]{left:10%}.journey-marker[data-side=right]{right:12%}.journey-marker svg{width:62px;height:70px}.journey-marker>span{font-size:8px}.journey-marker>strong{font-size:8px}.encounter{width:73px;height:84px;top:34%;padding:0 7px 16px}.encounter svg{width:59px;height:59px}.encounter[data-side=left]{left:9%}.encounter[data-side=right]{right:11%}.encounter-hint{font-size:7px}.next-gear{padding-bottom:10px}.reward-distance{font-size:7px}.next-gear strong{font-size:10px}.milestone-toast{padding:12px;gap:9px;max-width:90%}.celebration-art{width:40px;height:49px}.celebration-art svg{width:40px;max-height:49px}.celebration-copy>strong{font-size:13px}.celebration-copy>p{font-size:10px}.gear-card p.gear-description{min-height:49px}.gear-card h3{font-size:13px}.gear-price{font-size:18px}.gear-price.free-price{font-size:14px}.gear-card p.gear-requirement{font-size:11px;min-height:68px}.gear-card button{font-size:11px}.collection-summary{font-size:10px}.discovery-card{padding:10px}}
@media(max-height:650px){.next-gear{padding-bottom:7px}.reward-thumbnail{height:27px}.reward-thumbnail svg{height:27px}.climber-wrap{bottom:43%}.journey-marker svg{height:55px}.encounter{top:32%}.zone-label{display:none}}

/* Clear log sections and a larger, centered climb target. */
.log-sections{display:flex;gap:6px;padding:5px;background:#e7eddd;border-radius:10px;margin:20px 0 14px}.log-sections button{flex:1;padding:13px 10px;border-radius:7px;background:transparent;color:#7c8b70;font-size:13px;font-weight:600}.log-sections button[aria-selected=true]{background:#fdfcf4;color:#425d3c;box-shadow:0 2px 8px #334c3210}.log-empty{padding:25px 0;color:#7d8c70;font-size:12px;line-height:1.7}.encounter.collected .encounter-hint{display:none}.body-type-options svg{width:54px;height:78px}.body-type-options button{min-height:98px}.climb-button{position:relative;min-height:102px;padding:22px 16px;font-size:16px}.climb-button>span.climb-label{display:inline-flex;align-items:center;justify-content:center;gap:13px;font:inherit;line-height:1}.climb-label svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.climb-button .key-hint{position:absolute;right:15px;margin:0;top:50%;transform:translateY(-50%)}.step{--front-lift:-10px;--front-turn:-20deg;--front-scale:.72;--back-lift:0px;--back-turn:3deg;--back-scale:1}.step.left-step{--front-lift:0px;--front-turn:-3deg;--front-scale:1;--back-lift:-10px;--back-turn:20deg;--back-scale:.72}
@keyframes jump-front-leg{0%,12%,90%,100%{transform:translateY(0) rotate(0) scaleY(1)}38%,62%{transform:translateY(var(--front-lift)) rotate(var(--front-turn)) scaleY(var(--front-scale))}}
@keyframes jump-back-leg{0%,12%,90%,100%{transform:translateY(0) rotate(0) scaleY(1)}38%,62%{transform:translateY(var(--back-lift)) rotate(var(--back-turn)) scaleY(var(--back-scale))}}
@media(max-width:650px){.climb-button{min-height:103px;font-size:15px}}
@media(max-height:650px){.climb-button{min-height:82px;padding:18px 14px}.log-sections{margin-top:14px}}

/* Uniform wardrobe cards with compact, aligned content rows. */
.gear-card{display:grid;height:330px;padding:10px;grid-template-rows:72px 10px 34px 50px 24px minmax(0,1fr) 44px;gap:4px;align-content:stretch}
.gear-card .gear-preview{height:72px;margin:0;padding:3px}
.gear-card .gear-kind{line-height:10px;align-self:end}
.gear-card h3{margin:0;font-size:13px;line-height:1.3;align-self:center}
.gear-card p.gear-description{min-height:0;margin:0;font-size:11px;line-height:1.5}
.gear-card .gear-price{margin:0;align-self:center;font-size:18px}
.gear-card .gear-price.free-price{font-size:14px}
.gear-card p.gear-requirement{min-height:0;margin:0;font-size:11px;line-height:1.5}
.gear-card button{height:44px;min-height:44px;padding:7px 5px;align-self:end}
@media(max-width:360px){.gear-card p.gear-description,.gear-card p.gear-requirement{font-size:10px;line-height:1.5}.gear-card h3{font-size:12px}}

.gear-card .gear-preview{display:flex;align-items:center;justify-content:center}

/* Keep expedition controls away from the climbing thumb zone. */
.expedition-button{display:flex;align-items:center;gap:7px;height:42px;padding:0 12px;background:#f8f8eecc;border:1px solid #758b6426;border-radius:10px;font-size:11px;font-weight:600}.expedition-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.climb-dock{padding-bottom:20px}.menu-back{padding:8px 0;background:none;font-size:11px;color:#718464}.expedition-summary{display:flex;align-items:center;gap:22px;padding:18px 22px;background:#e8eddf;border-radius:12px;margin:22px 0}.expedition-summary>div:first-child{width:62px;height:92px}.expedition-summary svg{width:100%;height:100%}.expedition-summary strong{display:block;font-size:30px;letter-spacing:-1px;margin:5px 0}.expedition-summary p{font-size:11px;color:#7d8c70;margin:0}.expedition-links{display:grid;gap:10px}.expedition-links button{display:flex;align-items:center;gap:16px;background:#f1f4e9;border:1px solid #dce5d1;border-radius:10px;min-height:82px;padding:17px;text-align:left}.expedition-links button>svg{width:26px;height:26px;fill:none;stroke:#758966;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.expedition-links button>span{flex:1}.expedition-links strong{display:block;font-size:14px}.expedition-links small{display:block;font-size:11px;color:#829275;margin-top:6px;line-height:1.4}.expedition-links b{font-weight:400;color:#829275}.expedition-links button:hover,.browse-gear:hover{background:#e3ebd7}
.soles-wallet{padding:24px 18px 18px;background:#e6eddb;border:1px solid #dce5cf;border-radius:13px;text-align:center;margin:22px 0 20px}.soles-total{display:flex;align-items:baseline;justify-content:center;gap:12px;margin:8px 0 20px;color:#4f6840}.soles-total>span:first-child{align-self:center;font-size:34px;color:#93a778}.soles-total strong{font-size:56px;line-height:1.2;letter-spacing:-2px}.soles-total>span:last-child{font-size:16px}.soles-account{display:flex;justify-content:center;gap:28px;border-top:1px solid #d3ddc7;padding-top:13px;font-size:11px;color:#7a8c6a}.soles-account strong{font-weight:600;margin-left:6px;color:#526c43}.sole-progress{margin:0 4px 20px}.sole-progress>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}.sole-progress>div:first-child>span{font:10px var(--mono);color:#7c8e6e}.sole-track{height:7px;background:#e3e9d8;border-radius:9px;overflow:hidden;margin-top:12px}.sole-track>span{display:block;height:100%;background:#8da274;border-radius:9px}.sole-progress p{font-size:10px;color:#859478;margin:8px 0 0}.browse-gear{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:58px;border:1px solid #afc196;background:#dfe9d0;border-radius:9px;color:#435e36;font-weight:600;font-size:15px}.browse-gear svg{height:23px;width:23px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linejoin:round}.soles-picks-heading{margin:25px 0 13px}.soles-picks-heading h3{font-size:13px;margin:0 0 5px}.soles-picks-heading p{font-size:11px;color:#829174;margin:0}.soles-picks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.soles-picks button{display:flex;flex-direction:column;align-items:center;gap:7px;padding:10px 6px;border-radius:9px;border:1px solid #dfe6d4;background:#f2f5e9;text-align:center}.sole-item-preview{height:68px;width:50px}.sole-item-preview svg{height:100%;width:100%}.soles-picks strong{font-size:11px;line-height:1.4;min-height:31px}.soles-picks button>span:not(.sole-item-preview){font:10px var(--mono);color:#627a50}.soles-picks small{font-size:9px;line-height:1.4;color:#89977c}.soles-footnote{text-align:center;font-size:10px;color:#89967c;line-height:1.6;margin-top:20px}
@media(max-width:650px){.expedition-button{height:38px;padding:0 10px}.climb-dock{padding-bottom:17px}.expedition-summary{padding:15px;gap:17px}.expedition-links button{min-height:76px;padding:14px}.soles-wallet{margin-top:18px;padding-top:21px}.soles-total strong{font-size:48px}}

.character-intro{padding:7px 0 2px;text-align:center}.character-intro strong{font-size:14px;font-weight:600}.character-intro p{font-size:11px;color:#829173;margin:7px 0 15px}.character-intro-actions{display:flex;gap:9px}.character-intro-actions button{flex:1;min-height:48px;border-radius:8px;font-size:12px;font-weight:600;background:#e5ecd9;border:1px solid #c7d4b7}.character-intro-actions button:first-child{background:#d9774e;border-color:#ca7048;color:#fff7e7}.character-intro-actions button:last-child{color:#718364;background:#eef1e5}.menu-back.setup-done{color:#526f41;font-weight:600;padding:9px 12px;border-radius:7px;background:#e3ecd6}.hair-options{gap:7px}.hair-options button{flex:1;padding:11px 8px}

.set-picker{display:flex;align-items:center;gap:16px;margin:16px 0 13px}.set-picker>span{font-size:11px;color:#7c8f6b}.set-picker select{flex:1;min-width:0;min-height:44px;border:1px solid #cbd8bc;background:#edf2e4;color:#405a36;padding:10px 12px;border-radius:8px;font:600 12px 'DM Sans',Arial,sans-serif}.set-picker select:focus-visible{outline:3px solid #ce8055;outline-offset:2px}.equip-set{display:block;margin-top:10px;border:1px solid #b9caa4;border-radius:7px;background:#dce8cd;color:#49653b;min-height:40px;padding:8px 10px;font-size:11px;font-weight:600}.equip-set:disabled{opacity:.5}.wardrobe-hero .eyebrow{line-height:1.6}.gear-kind{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* Earned titles stay quiet and never compete with the altitude. */
#wearable-title{display:block;margin-top:9px;font:500 11px 'DM Sans',Arial,sans-serif;letter-spacing:.2px;color:#587361}.night #wearable-title{color:#cbdcd0}
.title-summary{border:1px solid #d3dec8;background:#e8eedf;border-radius:12px;padding:20px;margin:20px 0}.title-summary strong{display:block;font-size:20px;margin:9px 0}.title-summary p{font-size:11px;line-height:1.6;color:#7b8c70}.title-summary button{margin-top:4px}
.achievement-list{display:grid;gap:10px}.achievement-card{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px 12px;align-items:start;padding:17px 14px;background:#f1f3e9;border:1px solid #e0e5d5;border-radius:10px}.achievement-card.earned{background:#eaf0e0;border-color:#cbd9bb}.award-mark{font-size:27px;color:#8b9d78;line-height:1}.achievement-card h3{font-size:14px;margin:0 0 6px}.achievement-card p{font-size:11px;line-height:1.5;color:#7d8c70;margin:0 0 10px}.award-title{display:block;font-size:12px;color:#637c50;font-weight:500}.award-progress{height:4px;background:#dce4d2;margin:12px 0 5px;border-radius:6px;overflow:hidden}.award-progress span{display:block;height:100%;background:#94aa7c}.achievement-card small{font:9px var(--mono);color:#819173}.achievement-card>button{grid-column:2;justify-self:start;min-height:40px;padding:9px 16px;background:#dce8cc;border:1px solid #c3d3b0;border-radius:7px;font-size:11px;font-weight:600}.achievement-card>button:disabled{background:#e8eddf;opacity:.6}
.outfit-share-preview{max-width:360px;margin:20px auto}.outfit-share-preview>svg{display:block;width:100%;height:auto;border-radius:14px}.outfit-share-preview .idle-body,.outfit-share-preview .cape-cloth{animation:none}
@media(max-height:650px){#wearable-title{margin-top:5px;font-size:10px}}
.zone-label{flex-direction:column;align-items:center;gap:0}
@media(max-height:650px){.zone-label:has(#wearable-title:not([hidden])){display:flex;top:calc(60% + 8px)}.zone-label #zone{display:none}#wearable-title{margin-top:0}}
/* Account and rankings live inside the expedition, away from climbing input. */
.online-menu-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:-7px 0 18px}.online-menu-links button{display:flex;gap:10px;align-items:center;min-height:88px;padding:14px 12px;background:#e6eddb;border:1px solid #cbd9bd;border-radius:10px;text-align:left}.online-menu-links svg{width:22px;height:24px;fill:none;stroke:#758966;stroke-width:1.5;flex-shrink:0}.online-menu-links button>span:first-of-type{flex:1;min-width:0}.online-menu-links strong{display:block;font-size:12px;line-height:1.4}.online-menu-links small{display:block;font-size:10px;color:#7a8c6a;margin-top:5px;line-height:1.4}.online-menu-links button>span:last-child{color:#829275}
.account-climber{display:flex;align-items:center;gap:22px;padding:19px;background:#e8eddf;border-radius:12px;margin:22px 0}.account-climber>div:first-child{width:65px;height:98px;flex-shrink:0}.account-climber svg{height:100%;width:100%}.account-climber strong{display:block;font-size:36px;margin:6px 0;letter-spacing:-1px;overflow-wrap:anywhere}.account-climber strong small{font:11px var(--mono);letter-spacing:0}.account-climber p{font-size:11px;line-height:1.5;color:#7a8c6a;margin:0;overflow-wrap:anywhere}.account-climber .eyebrow{font-size:8px;letter-spacing:1px}
.account-tabs{display:flex;gap:5px;padding:5px;border-radius:9px;background:#e7eddd;margin-bottom:16px}.account-tabs button{flex:1;min-height:42px;border-radius:6px;background:transparent;font-size:12px;font-weight:600;color:#7c8b70}.account-tabs button[aria-selected=true]{background:#fbfbf1;color:#425d3c;box-shadow:0 2px 8px #334c3210}
.online-state{border:1px solid #dce4d1;border-radius:10px;padding:18px;margin:14px 0 18px;background:#f0f3e7}.online-state h3{font-size:16px;margin:12px 0 8px}.online-state p{font-size:12px;line-height:1.7;color:#75866a;margin:7px 0 0}.online-state>strong{font-size:15px}.online-state button{margin-top:14px}.online-badge{display:inline-block;font:8px var(--mono);letter-spacing:1px;color:#738461;background:#e1e8d6;padding:7px 9px;border-radius:5px;white-space:nowrap}
.auth-providers{display:grid;gap:9px}.auth-providers button,.email-soon{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px;background:#f0f3e7;border:1px solid #d4dfc8;border-radius:8px;font-size:13px;font-weight:500}.auth-providers button:disabled,.email-soon:disabled{color:#8b977f;background:#f3f4ec;border-color:#e1e6d7;cursor:default}.auth-providers small,.email-soon small{font:8px var(--mono);text-transform:uppercase;color:#879779}.email-soon{margin-top:9px}
.account-promise{font-size:11px;color:#7b8b70;line-height:1.7;margin:18px 0;text-align:center}.account-actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.account-actions>button{flex:1;min-height:46px}.account-submit{min-height:46px;padding:12px 15px;border:1px solid #b8caa2;background:#dfe9d0;border-radius:8px;color:#435e36;font-size:12px;font-weight:600}.account-submit:disabled{opacity:.6}.auth-feedback{font-size:12px;line-height:1.5;color:#687e56;margin:12px 0}.auth-feedback:empty{display:none}
#account-email-form{margin-top:20px}#account-email-form label{display:block;font-size:11px;margin:13px 0 7px}#account-email-form input{display:block;width:100%;min-height:46px;border:1px solid #c5d3b8;background:#fffef5;color:#35463d;border-radius:7px;padding:10px 12px;font:14px 'DM Sans',Arial,sans-serif}#account-email-form .account-submit{width:100%;margin-top:13px}
.leaderboard-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:24px 0 14px}.leaderboard-table-wrap{border:1px solid #dce4d1;border-radius:10px;overflow:hidden}.leaderboard-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.leaderboard-table th{background:#e8eddf;color:#7b8b70;font:9px var(--mono);text-transform:uppercase;letter-spacing:.8px;text-align:left;padding:14px 12px}.leaderboard-table th:first-child{width:20%}.leaderboard-table th:last-child{width:38%}.leaderboard-table td{padding:14px 12px;border-top:1px solid #e1e7d7;overflow-wrap:anywhere}.leaderboard-table td:last-child,.leaderboard-table th:last-child{text-align:right}.leaderboard-table td small{font-size:8px}.leaderboard-table tr.your-rank{background:#e5eed8}.leaderboard-empty{padding:24px 10px;text-align:center}.leaderboard-empty svg{display:block;width:43px;height:43px;fill:none;stroke:#a1b18e;stroke-width:1.1;margin:8px auto 20px}.leaderboard-empty strong{font-size:15px;font-weight:500}.leaderboard-empty p{color:#819173;font-size:12px;line-height:1.7;margin:10px 0 0}.local-rank{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px;background:#e8eddf;border-radius:10px;margin-top:18px}.local-rank strong{display:block;font-size:28px;letter-spacing:-.5px;margin-top:6px;overflow-wrap:anywhere}.local-rank small{font:10px var(--mono)}.local-rank>span{font:10px var(--mono);color:#7d8c70}
@media(max-width:420px){.online-menu-links{gap:8px}.online-menu-links button{padding:12px 10px;gap:8px}.online-menu-links button>span:last-child{display:none}.online-menu-links svg{width:19px}.account-climber{gap:16px;padding:16px}.leaderboard-table td,.leaderboard-table th{padding:12px 10px}.leaderboard-table{font-size:11px}}

/* Keep every expedition destination visible without shrinking touch targets. */
#dialog[data-panel="expedition"] h2{margin:3px 0 6px}
#dialog[data-panel="expedition"] .intro{margin-bottom:10px}
.expedition-summary{padding:10px 16px;gap:16px;margin:12px 0}
.expedition-summary>div:first-child{width:45px;height:65px;flex-shrink:0}
.expedition-summary strong{font-size:26px;margin:3px 0}
.expedition-links{gap:7px}
.expedition-links button{min-height:60px;padding:10px 13px;gap:13px}
.expedition-links small{margin-top:3px}
.online-menu-links{margin:0 0 11px;gap:8px}
.online-menu-links button{min-height:65px;padding:10px;gap:8px}
.online-menu-links small{margin-top:3px}
@media(max-width:650px){
  #dialog[data-panel="expedition"] .dialog-header{padding:9px 16px 4px}
  #dialog[data-panel="expedition"] #dialog-content{padding:0 16px 12px}
  #dialog[data-panel="expedition"] .intro{display:none}
  #dialog[data-panel="expedition"] h2{font-size:23px;margin:2px 0 8px}
  .expedition-summary{margin:8px 0 10px;padding:8px 13px}
  .expedition-summary>div:first-child{height:60px;width:42px}
  .expedition-summary .eyebrow{font-size:8px;letter-spacing:1px}
  .expedition-links button{min-height:56px;padding:9px 12px}
  .expedition-links strong{font-size:13px}
  .expedition-links small{font-size:10px;margin-top:2px}
  .expedition-links svg{flex-shrink:0}
}
@media(max-width:650px) and (max-height:620px){
  #dialog[data-panel="expedition"] .expedition-summary{padding:5px 12px;margin:6px 0 8px}
  #dialog[data-panel="expedition"] .expedition-summary>div:first-child{height:48px;width:34px}
  #dialog[data-panel="expedition"] .expedition-links{gap:5px}
  #dialog[data-panel="expedition"] .expedition-links button{min-height:49px;padding:7px 11px}
  #dialog[data-panel="expedition"] .online-menu-links button{min-height:59px;padding:8px}
}
/* Itinerary context belongs with altitude; identity belongs with the climber. */
.journey-caption{font:500 11px 'DM Sans',Arial,sans-serif;color:#587361;letter-spacing:.2px;line-height:1.4;max-width:80%;margin:0 auto 11px;text-wrap:balance}
.altitude{top:13%}
.climber-identity{position:absolute;top:calc(60% + 9px);left:15%;right:15%;display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none;text-align:center;z-index:2}
#player-name{font:600 14px 'DM Sans',Arial,sans-serif;color:#3e604a;max-width:100%;overflow-wrap:anywhere;line-height:1.2}
.climber-identity #wearable-title{margin:0;line-height:1.3}
#player-rank{font:10px var(--mono);color:#5f7b61;line-height:1.4}
.night .journey-caption,.night #player-name,.night #player-rank{color:#cbdcd0}
@media(max-height:650px){.altitude{top:12.5%}.journey-caption{font-size:10px;margin-bottom:7px}.climber-identity{top:calc(57% + 6px);gap:3px}#player-name{font-size:12px}#player-rank{font-size:9px}}
.display-name-form{border:1px solid #d5dfc8;background:#edf2e4;border-radius:10px;padding:16px;margin:16px 0}
.display-name-form h3{font-size:15px;margin:0 0 13px}
.display-name-form label{display:block;font-size:12px;font-weight:600;margin-bottom:7px}
.display-name-form input{width:100%;min-height:44px;padding:10px 12px;background:#fffef5;border:1px solid #c5d3b8;border-radius:7px;font:16px 'DM Sans',Arial,sans-serif;color:#35463d}
.display-name-form input:disabled{background:#f7f8ef;color:#8b977f}
.display-name-form>p:not(.auth-feedback),.signup-name-note{font-size:11px;color:#75866a;line-height:1.6}
.display-name-form .account-submit{width:100%}
.soles-purchase{margin-top:22px;padding-top:19px;border-top:1px solid #dce4d1}
.soles-purchase button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #cbd7be;border-radius:9px;background:#e9efdf;color:#76876b;font:600 14px 'DM Sans',Arial,sans-serif;cursor:default}
.soles-purchase button>small{font:8px var(--mono);text-transform:uppercase;letter-spacing:.5px;background:#dfe7d4;padding:5px 7px;border-radius:4px}
.soles-purchase p{font-size:11px;line-height:1.6;text-align:center;color:#7b8c70;margin:9px 0 0}

/* Warm gold makes the wardrobe currency easy to spot without flashing. */
.soles-button{display:flex;align-items:center;justify-content:center;gap:6px;background:#fff0c9;border:1px solid #d9ad50;color:#87521e;font-weight:600;box-shadow:0 2px 8px #9e6a1c16}
.sole-symbol{display:inline-grid;place-items:center;flex-shrink:0;width:27px;height:27px;border-radius:50%;background:#f5c34f;color:#9b4f1c;border:1px solid #d9972f;box-shadow:inset 0 0 0 2px #ffe39b;font:24px/1 'DM Sans',Arial,sans-serif}
.soles-button:hover{background:#ffe4a4;border-color:#c68732}
.soles-button:active{background:#ffdb83}
.soles-button .soles-word{font-size:9px;letter-spacing:.7px}
@media(max-width:650px){.soles-button{min-height:38px;padding:4px 8px;gap:5px}.soles-button .sole-symbol{width:25px;height:25px;font-size:23px}}
/* The wallet is a single phone screen, with room for both outfit and purchase entry points. */
#dialog[data-panel="soles"] .dialog-header{padding:9px 17px 4px}
#dialog[data-panel="soles"] #dialog-content{padding-bottom:14px}
#dialog[data-panel="soles"] h2{margin:2px 0 4px}
#dialog[data-panel="soles"] .intro{margin:0 0 10px;font-size:11px}
#dialog[data-panel="soles"] .soles-wallet{margin:10px 0 12px;padding:12px 15px 10px}
#dialog[data-panel="soles"] .soles-total{gap:9px;margin:3px 0 8px}
#dialog[data-panel="soles"] .soles-total strong{font-size:40px}
#dialog[data-panel="soles"] .soles-total>.sole-symbol{width:32px;height:32px;font-size:29px;color:#9b4f1c}
#dialog[data-panel="soles"] .soles-account{padding-top:8px;font-size:10px}
#dialog[data-panel="soles"] .sole-progress{margin:0 2px 12px}
#dialog[data-panel="soles"] .sole-track{margin-top:8px;height:6px}
#dialog[data-panel="soles"] .sole-progress p{display:none}
#dialog[data-panel="soles"] .browse-gear{min-height:47px;font-size:14px}
#dialog[data-panel="soles"] .soles-picks-heading{margin:13px 0 8px}
#dialog[data-panel="soles"] .soles-picks-heading h3{margin:0;font-size:12px}
#dialog[data-panel="soles"] .soles-picks button{padding:7px 5px;gap:4px}
#dialog[data-panel="soles"] .sole-item-preview{height:48px;width:36px}
#dialog[data-panel="soles"] .soles-picks strong{font-size:10px;line-height:1.3;min-height:26px}
#dialog[data-panel="soles"] .soles-picks small{font-size:8px}
#dialog[data-panel="soles"] .soles-purchase{margin-top:12px;padding-top:12px}
#dialog[data-panel="soles"] .soles-purchase button{min-height:47px}
#dialog[data-panel="soles"] .soles-purchase .sole-symbol{width:23px;height:23px;font-size:21px}
@media(max-height:620px){
  #dialog[data-panel="soles"] .soles-wallet{padding:8px 12px;margin:8px 0 10px}
  #dialog[data-panel="soles"] .soles-total strong{font-size:34px}
  #dialog[data-panel="soles"] .soles-picks-heading{margin-top:10px}
  #dialog[data-panel="soles"] .sole-item-preview{height:35px;width:26px}
  #dialog[data-panel="soles"] .soles-picks button{padding:5px;gap:3px}
  #dialog[data-panel="soles"] .soles-purchase{margin-top:9px;padding-top:9px}
}

/* A champagne star replaces the filled coin everywhere Soles appear. */
.sole-symbol{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;vertical-align:middle;background:none;border:0;border-radius:0;box-shadow:none;line-height:1}
.sole-symbol>svg{display:block;width:100%;height:100%;flex-shrink:0}
.soles-button{background:#f3f0df;border-color:#c9c3aa;color:#6d634b;box-shadow:0 2px 8px #6159380b}
.soles-button:hover{background:#ede7d2;border-color:#b7aa88}
.soles-button:active{background:#e8dfc6}
.balance.wardrobe-wallet{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:47px;padding:6px 9px;margin-top:10px;border:1px solid #d8dcc8;background:#edf0e2;color:#677254;flex-shrink:0}
.wallet-amount{display:flex;align-items:center;justify-content:center;gap:4px}
.wardrobe-wallet .sole-symbol{width:18px;height:18px}
.wardrobe-wallet small{font:9px 'DM Sans',Arial,sans-serif;font-weight:600;color:#7f765a;line-height:1.2}
.wardrobe-wallet:hover{border-color:#b4bea0;background:#e6ebd9}
.gear-price .sole-symbol{width:18px;height:18px;margin-right:4px;vertical-align:-4px}
.sole-price-inline{display:flex;align-items:center;justify-content:center;gap:3px}
.sole-price-inline .sole-symbol{width:14px;height:14px}
.sole-pop{position:absolute;left:calc(100% - 5px);top:60px;display:flex;align-items:center;gap:3px;width:max-content;pointer-events:none;opacity:0;font:500 10px var(--mono);color:#766344;text-shadow:0 1px 3px #f7f4e9}
.sole-pop .sole-symbol{width:20px;height:20px;filter:drop-shadow(0 0 3px #fff0d080)}
.sole-pop.is-visible{animation:sole-earned 1.4s ease-out both}
.night .sole-pop{color:#e6d5b4;text-shadow:0 1px 3px #182d30}
@keyframes sole-earned{0%{opacity:0;transform:translateY(4px)}15%,65%{opacity:1}100%{opacity:0;transform:translateY(-12px)}}
@media(prefers-reduced-motion:reduce){.sole-pop.is-visible{opacity:1;transform:none}}
/* Persistent mode indication keeps unranked offline play distinct from accounts. */
.save-status { font: 9px var(--mono, monospace); letter-spacing: .02em; opacity: .75; margin-top: 7px; }
#climb:disabled { opacity: .5; cursor: default; }
.saved-climbs{display:grid;gap:8px;padding:12px 0;border-block:1px solid #c5cfbb;margin:12px 0}
.saved-climbs>div{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:11px}
.saved-climbs strong{white-space:nowrap;font:12px var(--mono)}
.welcome{position:absolute;inset:0;z-index:8;display:grid;place-items:center;padding:28px 22px;overflow:auto;background:linear-gradient(180deg,#e4eee4f5,#e4eddded 68%,#d5e3cef5);color:var(--ink)}
.welcome-card{width:min(390px,100%);text-align:center;margin:auto}
.welcoming #play-surface{visibility:hidden}
.welcome-brand{display:flex;justify-content:center;align-items:center;gap:9px;font-size:25px;font-weight:800;letter-spacing:-1px}
.welcome-brand svg{width:27px;height:27px;fill:none;stroke:var(--orange);stroke-width:3.5}
.welcome-avatar{height:125px;margin:22px auto 12px;position:relative}
.welcome-avatar svg{height:100%;width:90px;overflow:visible}
.welcome .eyebrow{font-size:9px;letter-spacing:1.5px}
.welcome h1{font-size:clamp(32px,5vw,44px);font-weight:650;letter-spacing:-1.6px;line-height:1.08;margin:14px 0}
.welcome-copy{font-size:14px;line-height:1.6;color:#64775f;margin:0 0 24px}
.welcome-actions{display:grid;gap:10px}
.welcome-actions button{min-height:52px;border-radius:10px;font-weight:650;font-size:15px}
.welcome-primary{background:var(--orange);color:#fffbed;box-shadow:0 3px 0 #b8623e}
.welcome-primary span{margin-left:12px}.welcome-primary:hover{background:#c96c45}
.welcome-signin{border:1px solid #9bae9070;background:#f9faefb8}.welcome-signin:hover{background:#fffdf1}
.welcome-guest{background:none;min-height:48px;margin-top:13px;padding:10px 20px;font-size:13px;color:#52664c;text-decoration:underline;text-underline-offset:4px}
.welcome-note{font-size:11px;line-height:1.5;color:#6d7f67;max-width:300px;margin:3px auto 0}
.welcoming #dialog[data-panel="account"]{inset:16px;margin:auto;width:min(470px,calc(100% - 32px))}
.welcoming #dialog[data-panel="account"] .account-climber{display:none}
.welcoming #dialog[data-panel="account"] .account-promise{display:none}
@media(max-height:730px){.welcome{padding:18px 22px}.welcome-avatar{height:88px;margin:12px auto 5px}.welcome h1{font-size:33px;margin:10px 0}.welcome-copy{margin-bottom:17px}.welcome-brand{font-size:22px}.welcome-guest{margin-top:8px}}
@media(prefers-reduced-motion:reduce){.welcome *{animation:none!important}}
@media(max-width:650px){
  #dialog[data-panel="account"] .intro{margin-bottom:14px}
  #dialog[data-panel="account"] .account-climber{padding:12px 16px;margin:14px 0}
  #dialog[data-panel="account"] .account-climber>div:first-child{height:90px}
  #dialog[data-panel="account"] #cloud-status{padding:15px;margin:14px 0}
  #dialog[data-panel="account"] #cloud-status .account-actions{margin-top:12px}
  #dialog[data-panel="account"] #cloud-status .signup-name-note{margin-bottom:0;font-size:10px;line-height:1.55}
}
.account-email-identity{margin:12px 0 16px;padding:11px 14px;border:1px solid #dce3d2;border-radius:9px;overflow-wrap:anywhere}.account-email-identity span{display:block;font-size:11px;color:#7b8b70;margin-bottom:4px}.account-email-identity strong{display:block;font-size:14px;font-weight:600;line-height:1.4}

.connection-notice{margin:0 0 12px;padding:10px 12px;border:1px solid #cf9b69;border-radius:9px;background:#fff0d8;color:#774423;font-size:13px;font-weight:600;line-height:1.4;text-align:center}.connection-notice[hidden]{display:none}

.leaderboard-self{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#e8eddf;border-radius:10px;margin:12px 0}.leaderboard-self strong{display:block;font-size:32px;margin:4px 0}.leaderboard-self span:last-child{font-size:12px;overflow-wrap:anywhere}.leaderboard-self>div{min-width:0}.leaderboard-pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:14px 0}.leaderboard-pagination span{font-size:11px;text-align:center}.leaderboard-pagination button{min-height:44px;padding:9px 11px}.leaderboard-jump{display:flex;align-items:center;gap:10px;font-size:12px}.leaderboard-jump input{width:80px;min-height:42px;padding:8px;border:1px solid #cbd6be;border-radius:7px;background:#fafaf4;color:inherit}.leaderboard-jump button{min-height:42px}.leaderboard-privacy{padding:12px 14px;margin:14px 0;border:1px solid #dce3d2;border-radius:9px}.leaderboard-privacy label{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;cursor:pointer;min-height:30px}.leaderboard-privacy input{width:19px;height:19px;flex-shrink:0;accent-color:#687e56}.leaderboard-privacy p{font-size:11px;line-height:1.6;margin:5px 0 0;color:#687e56}.board-you{display:inline-block;margin-left:7px;padding:2px 5px;background:#d7e4c8;border-radius:4px;font-size:9px}.leaderboard-table td:nth-child(2){overflow-wrap:anywhere}.leaderboard-table{table-layout:fixed}.leaderboard-table th:first-child{width:22%}.leaderboard-table th:last-child{width:32%}

/* One quiet action-button style, matching wardrobe Equip controls. */
#dialog button{font-family:'DM Sans',Arial,sans-serif}
#dialog :is(.secondary-button,.account-submit,.equip-set,.achievement-card>button,.auth-providers button,.email-soon,.gear-card button){font:500 11px/1.4 'DM Sans',Arial,sans-serif;letter-spacing:0;min-height:44px;border:1px solid #b7c8a1;border-radius:6px;background:#dfe9d1;color:#435e37;padding:10px 12px}
#dialog :is(.secondary-button,.account-submit,.equip-set,.achievement-card>button,.auth-providers button,.email-soon,.gear-card button):not(:disabled):hover{background:#d4e1c2;border-color:#a6ba8d}
#dialog :is(.secondary-button,.account-submit,.equip-set,.achievement-card>button,.auth-providers button,.email-soon,.gear-card button):disabled{background:#edf0e6;border-color:#dce3d2;color:#88977a;cursor:default}
.header-actions{align-items:stretch}
.header-actions>.expedition-button{height:auto;min-height:49px;padding:0 15px;font-size:12px;align-self:stretch;justify-content:center}
.header-actions>.soles-button{min-height:49px}
.header-actions>.expedition-button svg{width:19px;height:19px}
#dialog[data-panel="share"] #dialog-content{text-align:center}
#dialog[data-panel="share"] .intro{max-width:340px;margin:0 auto 16px;text-wrap:balance}
#dialog[data-panel="share"] h2{max-width:400px;margin:7px auto 8px;text-wrap:balance}
#dialog[data-panel="share"] .outfit-share-preview{max-width:340px;width:100%;margin:16px auto}
#dialog[data-panel="share"] .outfit-share-preview .idle-body,#dialog[data-panel="share"] .outfit-share-preview .cape-cloth{animation:none!important}
#dialog[data-panel="share"] .dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:340px;margin:0 auto;justify-content:center}
#dialog[data-panel="share"] .dialog-actions button{width:100%}
.soles-purchase button[data-open]{cursor:pointer;color:#435e37}
.soles-purchase button[data-open]:hover{background:#dfe9d1}
#dialog[data-panel="buy-soles"] #dialog-content{text-align:center}
.soles-shop-status{max-width:330px;margin:26px auto}
.soles-shop-status h3{margin:12px 0;font-size:20px}
.soles-shop-status p{font-size:13px;line-height:1.6;color:var(--muted)}
.soles-shop-status .secondary-button{margin-top:12px;min-width:170px}
/* All collections use the same compact wardrobe cards and wallet. */
.collection-current-preview{width:110px;height:114px;flex-shrink:0}
.collection-current-preview>svg{width:100%;height:100%}
.collection-hero strong{display:block;font-size:13px;line-height:1.5;margin-top:6px}
.collection-note{font-size:11px;line-height:1.6;color:var(--muted);margin:8px 0 14px}
.collection-preview>svg{width:100%;height:100%;max-width:140px}
.collection-grid .gear-card h3{outline-offset:2px}
.soles-collections{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:13px 0}
.soles-collections button{display:flex;align-items:center;text-align:left;gap:9px;min-height:74px;padding:11px 9px;border:1px solid #cbd7be;border-radius:9px;background:#edf2e4}
.soles-collections button:hover{background:#dfe9d1}
.soles-collections svg{width:24px;height:24px;fill:none;stroke:#758966;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.soles-collections strong{display:block;font-size:12px}
.soles-collections small{display:block;font-size:10px;color:var(--muted);margin-top:4px;line-height:1.35}
/* Keep the expanded expedition menu compact enough for a phone. */
#dialog[data-panel="expedition"] .expedition-links{grid-template-columns:1fr 1fr;gap:7px}
#dialog[data-panel="expedition"] .expedition-links button{padding:10px;min-height:66px;gap:9px}
#dialog[data-panel="expedition"] .expedition-links svg{width:21px;height:21px;flex-shrink:0}
#dialog[data-panel="expedition"] .expedition-links strong{font-size:12px}
#dialog[data-panel="expedition"] .expedition-links small,#dialog[data-panel="expedition"] .expedition-links b{display:none}
@media(max-width:360px){.soles-collections button{gap:6px;padding:9px 7px}.soles-collections svg{width:20px;height:20px}.collection-current-preview{width:90px}}
@media(prefers-reduced-motion:reduce){.avatar .companion-float,.collection-preview svg[data-style] .person,.step svg[data-style] .person,.step .ride-art,.step .avatar .step-effect{animation:none!important}.avatar .step-effect{opacity:0}}
#dialog[data-panel="expedition"] .expedition-links .shop-currency-mark{display:flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;margin-left:auto}
#dialog[data-panel="expedition"] .shop-currency-mark .sole-symbol,#dialog[data-panel="expedition"] .shop-currency-mark svg{width:20px;height:20px}
.style-combination{display:grid;grid-template-columns:1fr;gap:4px;margin-top:8px}
.style-combination>div,.style-combination>button{padding:7px 9px;border:1px solid #d3ddc5;border-radius:7px;background:#f6f7ed;text-align:left}
.style-combination>button{background:#edf3e2;border-style:dashed;cursor:pointer}
.style-combination>button:hover{background:#dfe9d1}
.style-combination :is(div,button)>span{display:block;font-size:8px;letter-spacing:1px;color:#758573}
.style-combination strong{font-size:11px;line-height:1.3;margin:3px 0 0}
.style-combination .combination-plus{text-align:center;font-size:16px;line-height:12px;color:#879a74}
/* One choreography, shared by real steps and the explicit, non-scoring Try buttons. */
svg[data-style]{--motion:motion-step;--motion-duration:.42s;--pose-timing:cubic-bezier(.2,.7,.3,1);--front-y:-18px;--back-y:-4px;--front-r:-20deg;--back-r:12deg;--left-r:28deg;--right-r:-28deg}
svg[data-style="move-hop"]{--motion:motion-hop;--motion-duration:.62s;--front-y:-14px;--back-y:-14px;--front-r:-26deg;--back-r:26deg;--left-r:58deg;--right-r:-58deg}
svg[data-style="move-march"]{--motion:motion-march;--motion-duration:.58s;--back-y:0px;--back-r:-5deg;--left-r:55deg;--right-r:30deg}
svg[data-style="move-twirl"]{--motion:motion-twirl;--motion-duration:.76s;--front-y:-16px;--front-r:-25deg;--back-r:18deg;--left-r:100deg;--right-r:-100deg}
svg[data-style="move-robot"]{--motion:motion-robot;--motion-duration:.68s;--pose-timing:steps(4,end);--front-y:-22px;--front-r:-50deg;--back-r:20deg;--left-r:90deg;--right-r:25deg}
svg[data-style="move-starjump"]{--motion:motion-starjump;--motion-duration:.7s;--front-y:3px;--back-y:3px;--front-r:-35deg;--back-r:35deg;--left-r:140deg;--right-r:-140deg}
svg[data-style="move-kick"]{--motion:motion-kick;--motion-duration:.72s;--back-y:0px;--back-r:16deg;--left-r:35deg;--right-r:-95deg}
svg[data-style="move-wiggle"]{--motion:motion-wiggle;--motion-duration:.8s;--front-y:-9px;--back-y:-9px;--front-r:-16deg;--back-r:16deg;--left-r:95deg;--right-r:-95deg}
svg[data-style="move-flip"]{--motion:motion-flip;--motion-duration:.82s;--front-y:-17px;--back-y:-17px;--front-r:35deg;--back-r:-35deg;--left-r:45deg;--right-r:-45deg}
svg[data-style^="ride-"]{--front-y:-3px;--back-y:-3px;--front-r:-3deg;--back-r:3deg;--left-r:22deg;--right-r:-22deg}
svg[data-style="ride-board"]{--motion:motion-board;--motion-duration:.6s;--left-r:50deg;--right-r:-50deg}
svg[data-style="ride-pogo"]{--motion:motion-pogo;--motion-duration:.7s;--left-r:-20deg;--right-r:20deg}
svg[data-style="ride-carpet"]{--motion:motion-carpet;--motion-duration:.78s;--left-r:35deg;--right-r:-35deg}
svg[data-style="ride-plane"]{--motion:motion-plane;--motion-duration:.72s;--left-r:55deg;--right-r:-55deg}
svg[data-style="ride-cloud"]{--motion:motion-cloud;--motion-duration:.8s;--left-r:40deg;--right-r:-40deg}
.climb-motion{transform-origin:40px 90px}
svg[data-style="move-flip"] .climb-motion{transform-origin:40px 65px}
.avatar svg[data-style] .person,.motion-preview svg[data-style] .person{animation:none!important}
:is(.step .avatar,.motion-preview.is-previewing) .climb-motion{animation:var(--motion) var(--motion-duration) both}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style] .idle-body{animation:none}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style] .front-leg{animation:pose-front var(--motion-duration) var(--pose-timing) both}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style="move-kick"] .front-leg{animation:pose-kick var(--motion-duration) linear both}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style="move-march"] .front-leg{animation:pose-march var(--motion-duration) var(--pose-timing) both}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style] .back-leg{animation:pose-back var(--motion-duration) var(--pose-timing) both}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style] .left-arm{animation:pose-left var(--motion-duration) var(--pose-timing) both}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style] .right-arm{animation:pose-right var(--motion-duration) var(--pose-timing) both}
:is(.step .avatar,.motion-preview.is-previewing) svg[data-style] .jump-shadow{animation:motion-shadow var(--motion-duration) both}
.avatar .step-effect,.movement-accent{opacity:0}
:is(.step .avatar,.motion-preview.is-previewing) .step-effect{animation:motion-burst var(--motion-duration) ease-out both}
:is(.step .avatar,.motion-preview.is-previewing) .effect-left{animation:effect-left var(--motion-duration) both}
:is(.step .avatar,.motion-preview.is-previewing) .effect-right{animation:effect-right var(--motion-duration) both}
:is(.step .avatar,.motion-preview.is-previewing) .movement-accent{animation:motion-accent var(--motion-duration) both}
.pogo-spring{transform-origin:40px 110px}
.cloud-cushion,.carpet-fabric{transform-origin:40px 109px}
:is(.step .avatar,.motion-preview.is-previewing) .pogo-spring{animation:spring-load var(--motion-duration) both}
:is(.step .avatar,.motion-preview.is-previewing) .cloud-cushion{animation:cushion-squish var(--motion-duration) both}
:is(.step .avatar,.motion-preview.is-previewing) .carpet-fabric{animation:carpet-wave var(--motion-duration) both}
:is(.step .avatar,.motion-preview.is-previewing) .carpet-tassels{animation:tassel-wave var(--motion-duration) both;transform-origin:40px 112px}
.avatar .companion-float{animation:companion-drift 4s ease-in-out infinite}
.companion-wing{transform-origin:22px 30px}
.avatar .companion-wing{animation:companion-flap 2.8s ease-in-out infinite}
.motion-preview{position:relative;overflow:visible}
#dialog .gear-card .preview-motion{position:absolute;right:1px;bottom:1px;width:43px;height:28px;min-height:28px;padding:3px;font-size:9px;background:#f7f6eadd;border:1px solid #ccd7bb;border-radius:5px;z-index:1}
.motion-preview.is-previewing .preview-motion{opacity:.45}
#dialog .collection-grid .motion-preview>svg{max-width:160px;overflow:visible}
#dialog[data-panel="styles"] .gear-card{grid-template-rows:84px 10px 30px 42px 24px minmax(0,1fr) 44px}
#dialog[data-panel="styles"] .gear-card .gear-preview{height:84px}
#dialog[data-panel="styles"] .gear-card .gear-description{font-size:10.5px;line-height:1.35}
.motion-preview.is-previewing>svg{transform:scale(1.2);transform-origin:50% 80%}
@keyframes motion-step{0%,100%{transform:translateY(0)}15%{transform:translateY(3px) scale(1.03,.96)}48%{transform:translateY(-17px)}84%{transform:translateY(2px) scale(1.03,.97)}}
@keyframes motion-hop{0%,100%{transform:translateY(0)}16%{transform:translateY(6px) scale(1.08,.87)}43%,52%{transform:translateY(-29px) scale(.97,1.03)}81%{transform:translateY(4px) scale(1.06,.92)}}
@keyframes motion-march{0%,100%{transform:translateY(0)}16%{transform:translateY(2px)}43%,56%{transform:translateY(-16px)}83%{transform:translateY(3px)}}
@keyframes pose-march{0%,12%,88%,100%{transform:translateY(0) rotate(0) scaleY(1)}43%,58%{transform:translateY(-5px) rotate(-8deg) scaleY(.48)}}
@keyframes motion-twirl{0%,100%{transform:translateY(0) scaleX(1)}15%{transform:translateY(3px) rotate(-7deg)}32%{transform:translateY(-22px) scaleX(.15)}50%{transform:translateY(-28px) scaleX(-1)}68%{transform:translateY(-19px) scaleX(-.15)}88%{transform:translateY(2px) scaleX(1) rotate(5deg)}}
@keyframes motion-robot{0%,100%{transform:translateY(0)}15%{transform:translate(-4px,2px) rotate(-6deg);animation-timing-function:steps(2,end)}35%{transform:translate(-4px,-12px) rotate(-6deg);animation-timing-function:steps(2,end)}58%{transform:translate(5px,-24px) rotate(6deg);animation-timing-function:steps(3,end)}85%{transform:translate(2px,2px) rotate(2deg)}}
@keyframes motion-starjump{0%,100%{transform:translateY(0)}17%{transform:translateY(5px) scale(1.04,.92)}43%,56%{transform:translateY(-28px) scale(1.04,1.02)}85%{transform:translateY(3px) scale(1.04,.94)}}
@keyframes motion-kick{0%,100%{transform:translateY(0)}20%{transform:translate(-4px,4px) rotate(5deg)}34%{transform:translate(-6px,-12px) rotate(-8deg)}43%,56%{transform:translate(-7px,-20px) rotate(-17deg)}72%{transform:translate(-3px,-10px) rotate(-5deg)}88%{transform:translateY(3px) rotate(2deg)}}
@keyframes pose-kick{0%,10%,100%{transform:rotate(0) scaleY(1)}27%{transform:rotate(-32deg) scaleY(.55)}43%,56%{transform:rotate(-110deg) scaleY(1.08)}72%{transform:rotate(-32deg) scaleY(.6)}90%{transform:rotate(3deg) scaleY(1)}}
@keyframes motion-wiggle{0%,100%{transform:translateY(0)}14%{transform:translate(-3px,4px) rotate(-5deg)}32%{transform:translate(-6px,-17px) rotate(-12deg)}47%{transform:translate(6px,-25px) rotate(12deg)}63%{transform:translate(-5px,-17px) rotate(-10deg)}83%{transform:translate(2px,2px) rotate(4deg)}}
@keyframes motion-flip{0%{transform:translateY(0) rotate(0)}16%{transform:translateY(4px) rotate(-12deg) scale(1.04,.94)}38%{transform:translateY(-28px) rotate(90deg) scale(.95)}53%{transform:translateY(-34px) rotate(200deg) scale(.92)}72%{transform:translateY(-19px) rotate(325deg)}88%{transform:translateY(3px) rotate(360deg) scale(1.05,.94)}100%{transform:translateY(0) rotate(360deg)}}
@keyframes motion-board{0%,100%{transform:translateY(0)}18%{transform:translateY(3px) rotate(-7deg)}46%{transform:translateY(-22px) rotate(9deg)}72%{transform:translateY(-10px) rotate(-4deg)}88%{transform:translateY(2px) rotate(2deg)}}
@keyframes motion-pogo{0%,100%{transform:translateY(0)}20%{transform:translateY(10px) scale(1.04,.95)}42%,52%{transform:translateY(-29px) scale(.99,1.03)}80%{transform:translateY(7px) scale(1.03,.96)}}
@keyframes motion-carpet{0%,100%{transform:translateY(0)}18%{transform:translate(-3px,3px) rotate(-4deg)}44%{transform:translate(5px,-24px) rotate(6deg)}67%{transform:translate(2px,-16px) rotate(-3deg)}88%{transform:translateY(2px) rotate(2deg)}}
@keyframes motion-plane{0%,100%{transform:translateY(0)}17%{transform:translate(-5px,4px) rotate(-9deg)}43%{transform:translate(9px,-26px) rotate(12deg)}68%{transform:translate(4px,-14px) rotate(-5deg)}87%{transform:translateY(2px) rotate(2deg)}}
@keyframes motion-cloud{0%,100%{transform:translateY(0)}20%{transform:translateY(7px) scale(1.04,.96)}46%{transform:translateY(-28px)}69%{transform:translateY(-13px) rotate(3deg)}86%{transform:translateY(4px) scale(1.03,.97)}}
@keyframes pose-front{0%,12%,88%,100%{transform:translateY(0) rotate(0)}43%,58%{transform:translateY(var(--front-y)) rotate(var(--front-r))}}
@keyframes pose-back{0%,12%,88%,100%{transform:translateY(0) rotate(0)}43%,58%{transform:translateY(var(--back-y)) rotate(var(--back-r))}}
@keyframes pose-left{0%,100%{transform:rotate(0)}15%{transform:rotate(-7deg)}43%,58%{transform:rotate(var(--left-r))}86%{transform:rotate(-6deg)}}
@keyframes pose-right{0%,100%{transform:rotate(0)}15%{transform:rotate(7deg)}43%,58%{transform:rotate(var(--right-r))}86%{transform:rotate(6deg)}}
@keyframes motion-shadow{0%,100%{transform:scaleX(1);opacity:.13}48%{transform:scaleX(.65);opacity:.06}84%{transform:scaleX(1.12);opacity:.17}}
@keyframes spring-load{0%,100%{transform:scaleY(1)}20%,80%{transform:scaleY(.4)}44%{transform:scaleY(1.18)}}
@keyframes cushion-squish{0%,100%{transform:scale(1)}20%,86%{transform:scale(1.13,.7)}46%{transform:scale(.95,1.1)}}
@keyframes carpet-wave{0%,100%{transform:skewY(0)}25%{transform:skewY(-5deg)}56%{transform:skewY(5deg)}80%{transform:skewY(-2deg)}}
@keyframes tassel-wave{0%,100%{transform:skewX(0)}30%{transform:skewX(-20deg)}60%{transform:skewX(20deg)}}
@keyframes motion-burst{0%,16%{opacity:0;transform:translateY(-3px)}28%{opacity:.85}100%{opacity:0;transform:translateY(12px)}}
@keyframes effect-left{0%,18%{transform:translate(0,0)}100%{transform:translate(-11px,8px) rotate(-9deg)}}
@keyframes effect-right{0%,18%{transform:translate(0,0)}100%{transform:translate(11px,11px) rotate(9deg)}}
@keyframes motion-accent{0%,22%,85%,100%{opacity:0}35%,60%{opacity:.65}}
@keyframes companion-drift{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes companion-flap{0%,35%,65%,100%{transform:rotate(0)}45%{transform:rotate(18deg)}55%{transform:rotate(-14deg)}}
@media(prefers-reduced-motion:reduce){
  :is(.avatar,.motion-preview) svg[data-style] *, :is(.step .avatar,.motion-preview.is-previewing) svg[data-style] *{animation:none!important}
  :is(.avatar,.motion-preview) .movement-accent{opacity:0!important}
}
.window-shopping .soles-picks{grid-template-columns:repeat(var(--window-columns,4),minmax(0,1fr));gap:6px}
#dialog[data-panel="soles"] .window-shopping .sole-item-preview{width:100%;height:38px}
#dialog[data-panel="soles"] .window-shopping .soles-picks strong{font-size:10px;min-height:26px}
.window-shopping .sole-price-inline{display:flex;align-items:center;justify-content:center;gap:2px;font-size:10px!important;white-space:nowrap}
.window-shopping .sole-price-inline .sole-symbol{width:13px;height:13px}
@media(max-height:700px){
  #dialog[data-panel="soles"] .soles-wallet{margin:8px 0 10px;padding:8px 12px}
  #dialog[data-panel="soles"] .soles-total{margin:2px 0 6px}
  #dialog[data-panel="soles"] .soles-total strong{font-size:34px}
  #dialog[data-panel="soles"] .soles-collections{gap:6px;margin:10px 0}
  #dialog[data-panel="soles"] .soles-collections button{min-height:54px;padding:7px}
  #dialog[data-panel="soles"] .soles-collections small{font-size:9px;margin-top:2px}
  #dialog[data-panel="soles"] .window-shopping .sole-item-preview{height:36px}
  #dialog[data-panel="soles"] .window-shopping .soles-picks-heading{margin:9px 0 6px}
}
#dialog[data-panel="styles"] .collection-hero{gap:12px}
#dialog[data-panel="styles"] .collection-hero>div:last-child{flex:1;min-width:0}
@media(max-width:360px){#dialog[data-panel="expedition"] .expedition-links button{gap:6px;padding:9px 8px}#dialog[data-panel="expedition"] .expedition-links strong{font-size:11px}#dialog[data-panel="expedition"] .expedition-links>button>svg{width:18px;height:18px}}
/* Leaderboard portraits and still share cards. Scoped to these two panels. */
#dialog[data-panel="leaderboard"] .board-heading h2{margin:6px 0}
.board-heading .intro{margin-bottom:17px}
.board-summit{position:relative;isolation:isolate;overflow:hidden;border-radius:14px;background:#dbe8df;padding:16px 14px 18px;margin-bottom:14px}
.board-horizon{position:absolute;inset:0;width:100%;height:100%;z-index:-1;opacity:.58}
.board-summit-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.board-summit-heading>span:last-child{font-size:10px;color:#597465}
.board-leaders{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:end}
.board-leader{min-width:0;display:flex;align-items:center;flex-direction:column;text-align:center;padding:8px 4px 12px;border-radius:10px;background:#f9f8eeab;border:1px solid #f8f8ed8a}
.board-leader.first{background:#fff7dfdc;border-color:#d8c391}
.leader-place{font:500 13px var(--mono);color:#637559;margin-bottom:6px}.board-leader.first .leader-place{color:#947645}
.board-portrait{display:block;width:35px;height:49px;flex-shrink:0;background:#e5ecdd;border-radius:8px;padding:3px;overflow:hidden}
.board-portrait>svg{display:block;width:100%;height:100%;overflow:visible}
.board-portrait :is(.idle-body,.cape-cloth){animation:none!important}
.board-leader .board-portrait{width:56px;height:78px;background:none;padding:0;margin:2px 0 7px}
.leader-name{font-size:11px;overflow-wrap:anywhere;line-height:1.4;max-width:100%}
.leader-title{font-size:9px;color:#6b7c62;margin-top:3px;max-width:100%;overflow-wrap:anywhere}
.leader-altitude{margin-top:9px;font-size:13px;font-weight:700;max-width:100%;overflow-wrap:anywhere}.leader-altitude small{font-size:8px;font-weight:500}
.board-leaders.solo{display:block}.solo .board-leader{display:grid;grid-template-columns:72px 1fr;text-align:left;column-gap:15px;max-width:310px;margin:auto;padding:13px 20px}.solo .board-portrait{grid-column:1;grid-row:1/5;width:64px;height:90px;margin:0}.solo .leader-place,.solo .leader-name,.solo .leader-title,.solo .leader-altitude{grid-column:2;margin:0}.solo .leader-name{font-size:18px}.solo .leader-altitude{font-size:23px;margin-top:5px}.solo .leader-altitude small{font-size:11px}
.board-empty{grid-column:1/-1;text-align:center;font-size:13px;line-height:1.8;margin:18px 0 30px}
.board-personal{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:13px 11px;background:#e7eddd;border:1px solid #cbd7bb;border-radius:11px;margin:14px 0;box-shadow:0 3px 12px #4059360a}
.board-personal>div{display:flex;align-items:center;gap:9px;min-width:0}.board-personal .eyebrow{font-size:7px;letter-spacing:1px}.board-personal strong{display:block;font-size:26px;margin-top:3px;line-height:1.2}.board-personal strong small{font-size:11px;font-weight:500}.board-personal p{font-size:10px;line-height:1.4;margin:4px 0 0;color:#657758}.board-personal button{min-height:44px;white-space:nowrap;padding:10px}
.board-join{display:flex;gap:12px;align-items:center;margin:12px 0 18px}.board-join p{font-size:11px;line-height:1.6;flex:1;margin:0;color:#718067}.board-join button{min-height:44px;white-space:nowrap}
.board-list-heading{display:flex;align-items:center;gap:12px;margin:10px 0 5px}.board-list-heading>strong{flex:1;font-size:13px}.board-list-heading .text-button{min-height:44px;padding:8px 0;font-size:11px}
#dialog[data-panel="leaderboard"] .leaderboard-table th:first-child{width:17%}#dialog[data-panel="leaderboard"] .leaderboard-table th:last-child{width:29%}
#dialog[data-panel="leaderboard"] .leaderboard-table :is(td,th){padding:10px 8px}.leaderboard-table th{font-size:8px}
.board-person{display:flex;align-items:center;gap:8px;min-width:0}.board-name{min-width:0;display:block}.board-name>strong{font-size:12px;line-height:1.4;font-weight:600;display:block}.board-name>small{display:block;font-size:9px;color:#718466;line-height:1.4;margin-top:3px}.board-name .board-you{display:inline-block;margin:3px 0 0;padding:1px 5px}.board-rank-number{font:10px var(--mono);color:#708065}
.leaderboard-table td:last-child>strong{font-size:12px;line-height:1.5}.leaderboard-table tr.your-rank{background:#e5eed8;box-shadow:inset 3px 0 #82966d}
.board-info{border-top:1px solid #e0e5d7;margin-top:18px;padding-top:8px;font-size:11px;color:#738369}.board-info summary{cursor:pointer;min-height:44px;align-content:center}.board-info>p{font-size:11px;line-height:1.7}.board-info .leaderboard-privacy{margin:8px 0}
.share-variants{display:flex;gap:5px;padding:5px;border-radius:11px;background:#e7eddd;max-width:340px;margin:0 auto}
.share-variants button{flex:1;background:transparent;border:1px solid transparent;border-radius:7px;padding:10px 8px;color:#75866c}.share-variants button[aria-pressed="true"]{background:#fbfaf2;border-color:#dbe2d0;color:#405839;box-shadow:0 2px 6px #34512c0a}.share-variants strong{display:block;font-size:13px}.share-variants small{display:block;font-size:10px;margin-top:4px}
#dialog[data-panel="share"] .outfit-share-preview{max-width:min(340px,calc((100dvh - 365px)*.8));min-width:205px;margin:12px auto}
#dialog[data-panel="share"] .outfit-share-preview svg *{animation:none!important}
#dialog[data-panel="share"] .share-primary{background:#dfe9cf;border-color:#bacba7}
#dialog[data-panel="share"] .share-caption{font-size:11px;min-height:40px;margin-top:3px;color:#697c5e}
@media(max-width:360px){.board-person .board-portrait{width:28px;height:42px}.board-person{gap:5px}.board-name>strong{font-size:11px}.board-personal .board-portrait{display:none}.leader-altitude{font-size:11px}}

.board-leader{min-height:190px}.board-leader.first{min-height:206px}.leader-name{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.solo .board-leader{min-height:0}

.leaderboard-table-wrap{scroll-margin-top:112px}
@media(max-height:680px){#dialog[data-panel="share"] h2{font-size:21px}#dialog[data-panel="share"] .intro{margin-bottom:10px}.share-variants button{padding:8px}.share-variants small{margin-top:2px}}

body[data-starting] .game-shell{visibility:hidden}
.startup-status{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#d7e7de;color:#354e43;text-align:center;padding:32px}
.startup-status[hidden]{display:none}
.startup-status strong{font-size:26px}
.startup-status p{max-width:360px;line-height:1.6}
.startup-status button{padding:14px 28px;border:1px solid #a5b49b;border-radius:12px;background:#f7f6ef;color:#354e43;font:inherit;cursor:pointer}

/* Expedition hierarchy and shop controls — reversible September 26 UI pass. */
#dialog[data-panel="expedition"] h2{font-size:25px;margin:0 0 12px}
.expedition-profile{display:flex;align-items:center;gap:15px;width:100%;padding:12px 16px;border:1px solid #c9d6bd;border-radius:12px;background:#e5ecdc;text-align:left;color:#354e43}
.profile-portrait{flex:0 0 49px;width:49px;height:72px;display:block}.profile-portrait svg{width:100%;height:100%}
.profile-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.profile-copy .eyebrow{font-size:8px;letter-spacing:1.3px}
.profile-copy>strong{font-size:19px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-title{font-size:11px;color:#728368;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-stats{font:11px var(--mono);color:#4f6845}.profile-stats>span{color:#728368}.profile-arrow{font-size:24px;color:#819378}
.expedition-featured{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 6px}.expedition-featured button{display:flex;align-items:center;gap:9px;min-height:56px;padding:12px;border:1px solid #c3d2b5;border-radius:10px;background:#eff3e6;color:#3c5537;font:600 12px 'DM Sans',Arial,sans-serif;text-align:left}.expedition-featured button span{flex:1}.expedition-featured b{font-size:13px;font-weight:400;color:#819378}
.expedition-featured svg,.expedition-settings svg{width:21px;height:21px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.expedition-section-label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 0}.expedition-section-label>span{font:8px var(--mono);letter-spacing:1.3px;color:#819075}.expedition-section-label button{display:flex;align-items:center;gap:5px;min-height:40px;padding:6px;background:none;color:#6a8059;font-size:11px}.expedition-section-label .sole-symbol{width:19px;height:19px}
#dialog[data-panel="expedition"] .expedition-shops button{min-height:68px;background:#f1f4e9;border-color:#dce5d1;border-radius:10px}
#dialog[data-panel="expedition"] .expedition-shops small{display:block;font-size:9px;line-height:1.3;margin-top:4px;color:#87947b}
#dialog[data-panel="expedition"] .expedition-shops .shop-currency-mark{flex-basis:16px;width:16px;height:16px}#dialog[data-panel="expedition"] .expedition-shops .shop-currency-mark svg{width:16px;height:16px}
#dialog[data-panel="expedition"] .expedition-journal{margin-top:10px;padding-top:10px;border-top:1px solid #e0e5d7}
#dialog[data-panel="expedition"] .expedition-journal button{min-height:48px;background:transparent;padding:10px;border-color:#e0e5d7}
.expedition-settings{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;margin-top:8px;padding:8px 10px;background:none;color:#7c8d70;text-align:left;font:500 12px 'DM Sans',Arial,sans-serif}.expedition-settings small{flex:1;text-align:right;font-size:10px;color:#97a08c}.expedition-settings b{font-weight:400;font-size:18px}
.expedition-profile:hover,.expedition-featured button:hover{background:#dee8d4}#dialog[data-panel="expedition"] .expedition-links button:hover,.expedition-settings:hover{background:#e9efdf}
/* Separate navigation from filled actions, with consistent touch targets. */
#dialog :is(.secondary-button,.account-submit,.equip-set,.achievement-card>button,.auth-providers button,.email-soon,.gear-card button){font:600 12px/1.35 'DM Sans',Arial,sans-serif;border-radius:8px;min-height:44px}
#dialog :is(.secondary-button[data-open],.auth-providers button){background:#f2f4eb;border-color:#d3dec6;color:#5c734d}
#dialog .menu-back{min-height:44px;display:flex;align-items:center;font:500 12px 'DM Sans',Arial,sans-serif;padding:8px 2px}
#dialog :is(.panel-tabs,.slot-tabs) button{min-height:40px;font:500 11px 'DM Sans',Arial,sans-serif;border-radius:7px;padding:9px 12px;white-space:nowrap;flex-shrink:0}
/* Compact shop headers give the product art the space. */
#dialog:is([data-panel="gear"],[data-panel="styles"],[data-panel="scenery"],[data-panel="companion"]) .panel-title h2{font-size:25px;margin-bottom:5px}
#dialog:is([data-panel="gear"],[data-panel="styles"],[data-panel="scenery"],[data-panel="companion"]) .panel-title .intro{font-size:11px;line-height:1.4;margin:0 0 10px;max-width:250px}
#dialog .wardrobe-hero{padding:8px 12px;gap:12px;margin-bottom:8px;min-height:80px}
#dialog .outfit-preview{width:48px;height:72px}#dialog .collection-current-preview{width:74px;height:76px}
#dialog .wardrobe-hero p{font-size:10px;line-height:1.4;margin:5px 0}#dialog .wardrobe-hero .earn-note{font-size:10px}
#dialog .collection-hero>div:last-child>strong{font-size:13px}#dialog .collection-note{font-size:10px;line-height:1.45;margin:8px 0}
.shop-filters,.log-filters,#dialog[data-panel="achievements"] .panel-tabs{position:sticky;top:0;z-index:5;background:#f8f8ef;box-shadow:0 5px 9px -8px #516047;padding:8px 0;margin:0 0 12px}
.shop-filters .set-picker{margin:0 0 8px;gap:10px}.shop-filters .set-picker select{min-height:40px;padding:8px 10px}.shop-filters .slot-tabs{border:0;margin:0;padding:0 0 3px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}
#dialog .panel-tabs.shop-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}
.log-filters .log-sections{margin:0 0 8px}.log-filters .panel-tabs{margin:0;flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}
#dialog[data-panel="achievements"] .panel-tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}
#dialog .gear-card{height:354px;grid-template-rows:100px 10px 32px 44px 26px minmax(0,1fr) 44px;gap:4px;padding:10px;scroll-margin-top:112px}
#dialog .gear-card .gear-preview{height:100px;padding:3px}#dialog .gear-card .gear-preview>svg{height:94px;width:86px;max-width:100%}
#dialog .gear-card .gear-description{font-size:10.5px;line-height:1.4}#dialog .gear-card .gear-requirement{font-size:10.5px;line-height:1.4}#dialog .gear-card h3{font-size:13px;line-height:1.25}
#dialog .gear-card .preview-motion{right:3px;bottom:3px;width:55px;height:44px;min-height:44px;padding:6px;font-size:11px;background:#f7f8ed;border-radius:8px;box-shadow:0 2px 5px #49603e12}
#dialog .motion-preview>svg{transform:translateX(-12px)}
@media(max-width:650px){
 #dialog[data-panel="expedition"] h2{font-size:23px;margin:0 0 9px}
 .expedition-profile{padding:10px 12px;gap:12px}.profile-copy>strong{font-size:18px}.profile-portrait{width:44px;flex-basis:44px;height:65px}
 #dialog[data-panel="expedition"] .expedition-shops button{min-height:64px;gap:8px}
 #dialog[data-panel="expedition"] .expedition-shops small{display:none}
 .expedition-featured button{padding:10px;min-height:52px;font-size:12px}
 #dialog .wardrobe-hero{padding:7px 10px}.expedition-settings small{font-size:9px}
}
@media(max-width:370px){.expedition-featured button{gap:6px;font-size:11px}.expedition-featured svg{width:18px;height:18px}.expedition-settings small{display:none}.expedition-settings>span{flex:1}}
@media(max-height:680px){#dialog[data-panel="expedition"] h2{font-size:21px;margin-bottom:7px}.expedition-profile{padding:8px 12px}.profile-portrait{height:58px;flex-basis:40px}.profile-copy{gap:3px}.expedition-featured{margin:8px 0 2px}#dialog[data-panel="expedition"] .expedition-shops button{min-height:58px}#dialog[data-panel="expedition"] .expedition-journal{margin-top:8px;padding-top:8px}.expedition-settings{margin-top:4px}}

#dialog[data-panel="styles"] .style-combination{grid-template-columns:minmax(0,1fr) 8px minmax(0,1fr);gap:4px;align-items:center;margin-top:5px}
#dialog[data-panel="styles"] .style-combination>div,#dialog[data-panel="styles"] .style-combination>button{min-height:64px;padding:7px 6px;display:flex;flex-direction:column;justify-content:center}
#dialog[data-panel="styles"] .style-combination :is(div,button)>span{font-size:7px;letter-spacing:.5px}#dialog[data-panel="styles"] .style-combination strong{display:block;font-size:10px}
#dialog[data-panel="styles"] .collection-hero>div:last-child{min-width:0;flex:1}#dialog[data-panel="styles"] .collection-current-preview{width:54px;height:83px}
#dialog .collection-preview>svg{width:100%;max-width:140px;height:100%}#dialog .motion-preview>svg{width:118px;height:108px;max-width:none;flex-shrink:0;transform:translateX(-14px)}
