.onboarding-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:hsl(var(--scrim)/.74);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:onboarding-fade .25s ease-out}.onboarding-dialog{--tour-soft:var(--mint-soft);--tour-ink:var(--mint-ink);position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:111;display:flex;flex-direction:column;width:min(940px,calc(100vw - 48px));max-height:calc(100dvh - 40px);overflow:auto;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:28px;box-shadow:0 30px 100px hsl(var(--scrim)/.5);outline:none;animation:onboarding-fade .25s ease-out}.onboarding-amber{--tour-soft:var(--amber-soft);--tour-ink:var(--amber-ink)}.onboarding-purple{--tour-soft:var(--purple-soft);--tour-ink:var(--purple-ink)}.onboarding-teal{--tour-soft:var(--teal-soft);--tour-ink:var(--teal-ink)}.onboarding-coral{--tour-soft:var(--coral-soft);--tour-ink:var(--coral-ink)}.onboarding-header{flex-shrink:0;display:flex;align-items:center;gap:20px;padding:15px 28px;border-bottom:1px solid hsl(var(--border)/.6)}.onboarding-wordmark{font-family:Fraunces Variable,serif;font-size:22px;font-weight:750;letter-spacing:-1px;white-space:nowrap}.onboarding-wordmark>span{color:hsl(var(--warm-dark));margin-left:4px;font-size:26px}.onboarding-skip{margin-left:auto;display:flex;align-items:center;gap:9px;font-size:11px;color:hsl(var(--muted-foreground));border-radius:8px;padding:8px}.onboarding-skip:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.onboarding-body{flex:1;display:grid;grid-template-columns:1.05fr 1fr;min-height:400px}.onboarding-stage{position:relative;isolation:isolate;min-width:0;overflow:hidden;background:radial-gradient(ellipse at 50% 47%,hsl(var(--tour-soft)/.7),transparent 72%),hsl(var(--secondary)/.25);border-right:1px solid hsl(var(--border)/.5);transition:background .4s}.onboarding-stage-ring{position:absolute;top:62px;right:35px;bottom:63px;left:35px;border:1px solid hsl(var(--tour-ink)/.16);border-radius:50%;transform:rotate(-24deg);pointer-events:none}.onboarding-stage-ring:after{content:"";position:absolute;top:18px;right:-18px;bottom:18px;left:-18px;border:1px dashed hsl(var(--tour-ink)/.13);border-radius:50%}.onboarding-canvas{position:absolute;top:12px;right:-14px;bottom:12px;left:-14px;touch-action:none;cursor:grab}.onboarding-canvas:active{cursor:grabbing}.onboarding-canvas canvas{outline:none}.onboarding-model-label{position:absolute;bottom:53px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:7px;padding:7px 11px;border:1px solid hsl(var(--border)/.7);background:hsl(var(--card)/.94);border-radius:20px;font-size:10px;font-weight:700;white-space:nowrap;pointer-events:none}.onboarding-model-controls{position:absolute;bottom:14px;left:28px;right:25px;display:flex;align-items:center;justify-content:space-between;color:hsl(var(--muted-foreground));font-size:9px}.onboarding-model-controls>span{display:flex;gap:6px;align-items:center}.onboarding-model-controls>button{display:grid;place-items:center;width:28px;height:28px;border:1px solid hsl(var(--border));border-radius:50%;background:hsl(var(--card)/.8);color:hsl(var(--foreground))}.onboarding-model-controls>button:hover{background:hsl(var(--accent))}.onboarding-model-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:35px;font-size:12px;color:hsl(var(--muted-foreground));text-align:center}.onboarding-copy{padding:45px 38px 32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;animation:onboarding-copy-in .3s ease-out}.onboarding-kicker{font-size:9px;letter-spacing:1.6px;font-weight:750;text-transform:uppercase;color:hsl(var(--tour-ink));margin-bottom:14px}.onboarding-title{font-family:Fraunces Variable,serif;font-size:clamp(29px,3.4vw,42px);font-weight:650;line-height:1.08;letter-spacing:-1.5px;text-wrap:balance;margin:0}.onboarding-description{font-size:13px;line-height:1.8;color:hsl(var(--muted-foreground));margin:19px 0 22px;text-wrap:pretty;max-width:33ch}.onboarding-takeaway{display:flex;align-items:flex-start;gap:11px;background:hsl(var(--tour-soft)/.65);color:hsl(var(--tour-ink));padding:13px 14px;border-radius:13px;font-size:12px;line-height:1.6;width:100%}.onboarding-takeaway>svg{flex-shrink:0;margin-top:1px}.onboarding-takeaway p{margin:0;font-weight:600}.onboarding-location{display:flex;gap:7px;align-items:center;font-size:10px;color:hsl(var(--muted-foreground));margin-top:17px}.onboarding-footer{flex-shrink:0;padding:14px 26px;display:flex;gap:20px;align-items:center;border-top:1px solid hsl(var(--border)/.6)}.onboarding-progress{display:flex;gap:5px}.onboarding-progress button{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;font-size:10px;color:hsl(var(--muted-foreground));border:1px solid transparent;transition:background .15s}.onboarding-progress button:hover{background:hsl(var(--secondary))}.onboarding-progress button[aria-current]{background:hsl(var(--brand));color:hsl(var(--brand-foreground));font-weight:800}.onboarding-progress button>svg{color:hsl(var(--brand))}.onboarding-time{font-size:9px;line-height:1.5;color:hsl(var(--muted-foreground));max-width:19ch}.onboarding-navigation{display:flex;gap:9px;margin-left:auto;flex-shrink:0}.onboarding-back{width:40px;height:40px;display:grid;place-items:center;border:1px solid hsl(var(--border));border-radius:12px}.onboarding-back:disabled{opacity:.3}.onboarding-back:hover:enabled{background:hsl(var(--secondary))}.onboarding-next{display:flex;align-items:center;justify-content:space-between;gap:25px;min-width:126px;height:40px;padding:0 16px;border-radius:12px;background:hsl(var(--brand));color:hsl(var(--brand-foreground));font-size:12px;font-weight:750}.onboarding-next:hover{filter:brightness(1.07)}.onboarding-choice{display:flex;align-items:center;gap:8px;font-size:11px;color:hsl(var(--muted-foreground));cursor:pointer}.onboarding-choice input{accent-color:hsl(var(--brand));width:15px;height:15px}@keyframes onboarding-fade{0%{opacity:0}to{opacity:1}}@keyframes onboarding-copy-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media(max-height:600px)and (orientation:landscape){.onboarding-dialog{width:min(840px,calc(100vw - 24px));max-height:calc(100dvh - 16px);border-radius:19px}.onboarding-header{padding:11px 21px}.onboarding-body{min-height:0;overflow:hidden}.onboarding-copy{padding:20px 28px;overflow-y:auto;min-height:0}.onboarding-title{font-size:29px}.onboarding-description{font-size:11px;margin:10px 0 12px;line-height:1.6;max-width:none}.onboarding-kicker{margin-bottom:9px;font-size:8px}.onboarding-takeaway{padding:9px 11px;font-size:10px}.onboarding-location{margin-top:10px;font-size:9px}.onboarding-model-label{bottom:39px;font-size:9px;padding:5px 9px}.onboarding-model-controls{bottom:8px;left:20px;right:17px}.onboarding-footer{padding:10px 20px;gap:12px}.onboarding-stage-ring{top:30px;right:30px;bottom:30px;left:30px}.onboarding-next,.onboarding-back{height:34px}.onboarding-wordmark{font-size:18px}}@media(max-width:600px)and (orientation:portrait){.onboarding-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:21px}.onboarding-header{padding:12px 17px;gap:10px}.onboarding-body{grid-template-columns:1fr}.onboarding-stage{height:240px;border-right:0;border-bottom:1px solid hsl(var(--border)/.5)}.onboarding-copy{padding:23px}.onboarding-title{font-size:31px}.onboarding-description{margin:12px 0 15px;max-width:none;font-size:12px}.onboarding-kicker{margin-bottom:9px}.onboarding-location{margin-top:11px}.onboarding-footer{padding:14px 17px;gap:8px;flex-wrap:wrap}.onboarding-time{display:none}.onboarding-progress{gap:1px}.onboarding-progress button{width:23px;height:23px}.onboarding-next{min-width:112px;gap:12px}.onboarding-navigation{gap:5px}.onboarding-back{width:32px}.onboarding-takeaway{font-size:11px}}@media(prefers-reduced-motion:reduce){.onboarding-overlay,.onboarding-dialog,.onboarding-copy{animation:none}.onboarding-stage,.onboarding-progress button{transition:none}}.run-result{--result-paper:#faf7ee;--result-ink:#23483d;--result-muted:#68766b;--result-line:#dedfd0;--result-soft:#efefe4;display:block;max-width:860px;padding:0;gap:0;border:1px solid #ffffff80;border-radius:24px;background:var(--result-paper);color:var(--result-ink);box-shadow:0 36px 110px #061b2266;text-align:left}.dark .run-result{--result-paper:#172823;--result-ink:#e4eddf;--result-muted:#a4b9ad;--result-line:#35493f;--result-soft:#20362c;border-color:#65837255}.result-hero{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px 34px 26px;background:#183e35;color:#faf6e7;border-bottom:3px solid #cfb16d}.result-hero:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 100% 0%,#58876b50,transparent 65%),repeating-linear-gradient(110deg,transparent 0 59px,#d8c68d08 60px 61px)}.result-kicker{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#e4c785;font-size:10px;font-weight:750;letter-spacing:1.7px;text-transform:uppercase}.result-kicker i{width:6px;height:6px;border-radius:50%;background:#e4c785;box-shadow:0 0 0 4px #e4c78519}.result-kicker>span{color:#94b4a2;margin-left:10px;letter-spacing:2px}.result-headline{font-family:Fraunces Variable,serif;font-size:clamp(25px,3.6vw,38px);font-weight:550;letter-spacing:-1.1px;line-height:1.12;max-width:560px;text-wrap:balance}.result-intro{color:#c2d4c7;font-size:12px;margin-top:10px;line-height:1.5;max-width:440px;overflow-wrap:anywhere}.result-valuation{margin-top:21px;display:flex;flex-direction:column;gap:1px}.result-valuation>span{font-size:10px;letter-spacing:1.3px;text-transform:uppercase;color:#bed0bc}.result-valuation>strong{font-family:Fraunces Variable,serif;font-size:clamp(38px,5.8vw,64px);font-weight:550;line-height:1.1;letter-spacing:-2.2px;color:#f3d891;font-variant-numeric:tabular-nums}.result-bell{flex:none;position:relative;display:grid;place-items:center;width:142px;height:164px;margin:10px 10px 0}.result-bell>div{position:absolute;top:9px;right:0;bottom:13px;left:0;border:1px solid #cfb16d55;border-radius:50%;outline:1px solid #cfb16d22;outline-offset:12px}.result-bell>span{display:grid;place-items:center;width:100px;height:100px;background:linear-gradient(140deg,#e7cc8b,#a98140);border:1px solid #f6e1aa;box-shadow:0 12px 28px #071b2860,inset 0 0 0 5px #e7ca8833;border-radius:30px;transform:rotate(-9deg)}.result-bell svg{width:52px;height:52px;stroke-width:1.35;color:#244539;transform:rotate(9deg)}.result-bell small{position:absolute;bottom:3px;font-size:10px;letter-spacing:4px;color:#ecd49d;font-weight:700}.run-result>button:last-child{z-index:3;color:#f5e6be;opacity:.9;right:10px;top:10px;background:#ffffff10}.result-body{padding:0 30px}.result-facts{display:grid;grid-template-columns:1fr 1fr 1fr;padding:20px 0;margin:0;border-bottom:1px solid var(--result-line)}.result-facts>div{padding:0 20px;border-left:1px solid var(--result-line);min-width:0}.result-facts>div:first-child{padding-left:0;border:0}.result-facts dt{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--result-muted)}.result-facts dt svg{width:13px;height:13px}.result-facts dd{margin:5px 0 0;font-size:23px;font-weight:650;letter-spacing:-.8px;font-variant-numeric:tabular-nums}.result-recap-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:27px;padding:22px 0 18px}.result-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.result-section-heading h3,.result-history-empty h3{font-size:12px;font-weight:750;letter-spacing:-.15px}.result-section-heading>span{font-size:10px;border-radius:20px;background:var(--result-soft);padding:3px 7px;color:var(--result-muted)}.result-chart-switch{display:flex;padding:3px;border:1px solid var(--result-line);border-radius:9px;gap:2px}.result-chart-switch button{padding:4px 8px;border-radius:6px;font-size:10px;color:var(--result-muted)}.result-chart-switch button[aria-pressed=true]{color:var(--result-ink);background:var(--result-soft);box-shadow:0 1px 2px #10281d0c}.result-chart-value{display:flex;align-items:baseline;gap:10px;margin:13px 0 0}.result-chart-value strong{font-size:19px;font-weight:650;letter-spacing:-.5px}.result-chart-value span{font-size:10px;color:var(--result-muted)}.result-history svg{width:100%;display:block;overflow:visible;color:#447d60}.dark .result-history svg{color:#92bca0}.result-history svg text{fill:var(--result-muted);font-size:12px;font-family:inherit}.result-chart-grid{stroke:var(--result-line);stroke-dasharray:3 5}.result-chart-cursor{stroke:currentColor;stroke-opacity:.35;stroke-dasharray:3 4}.result-chart-slider{display:block;width:100%;height:14px;cursor:ew-resize;accent-color:#62856c}.result-chart-dates{display:flex;justify-content:space-between;margin-top:4px;font-size:9px;color:var(--result-muted)}.result-extra-facts{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:10px;margin-top:18px}.result-extra-facts dt{font-size:9px;color:var(--result-muted)}.result-extra-facts dd{font-size:13px;font-weight:650;margin-top:3px}.result-milestones{padding-left:24px;border-left:1px solid var(--result-line)}.result-milestones ol{list-style:none;margin:15px 0 0;padding:0 5px 0 0;max-height:212px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.result-milestones li{display:flex;gap:10px;position:relative;padding:0 0 15px}.result-milestones li:not(:last-child):before{content:"";position:absolute;left:9px;top:22px;width:1px;height:calc(100% - 22px);background:var(--result-line)}.result-milestone-dot{flex:none;display:grid;place-items:center;width:20px;height:20px;background:var(--result-soft);border:1px solid var(--result-line);border-radius:50%}.result-milestone-dot svg{width:10px;height:10px}.result-milestones strong{display:block;font-size:11px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.result-milestones small{display:block;font-size:9px;color:var(--result-muted);margin-top:2px}.result-history-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--result-soft);border-radius:12px;text-align:center;padding:18px}.result-history-empty>svg{width:24px}.result-history-empty p,.result-no-milestones{font-size:11px;color:var(--result-muted)}.result-history-empty button{font-size:12px;text-decoration:underline}.result-impact{border-top:1px solid var(--result-line);font-size:11px}.result-impact summary{display:flex;align-items:center;gap:9px;cursor:pointer;padding:13px 0;list-style:none}.result-impact summary::-webkit-details-marker{display:none}.result-impact summary>svg{width:14px;height:14px;color:var(--result-muted)}.result-impact summary>strong{margin-left:auto;font-size:16px}.result-impact summary small{font-size:10px;color:var(--result-muted);font-weight:400}.result-impact summary>svg:last-child{transition:transform .2s}.result-impact[open] summary>svg:last-child{transform:rotate(90deg)}.result-impact>div{padding:0 0 15px;display:grid;gap:9px}.result-impact p{font-size:11px;color:var(--result-muted)}.result-footer{padding:18px 30px 16px;background:var(--result-soft);border-top:1px solid var(--result-line)}.result-primary-actions{display:grid;grid-template-columns:1.12fr 1.12fr 1fr;gap:10px}.result-action{display:flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:10px 13px;border-radius:12px;font-size:12px;font-weight:700;border:1px solid var(--result-line);transition:background .15s,transform .15s,box-shadow .15s}.result-action svg{width:16px;height:16px;flex:none}.result-action-primary{background:#23483d;color:#fff2d2;border-color:#183a30;box-shadow:0 3px #10291f}.dark .result-action-primary{background:#e1c582;color:#233e30;border-color:#f1d89c;box-shadow:0 3px #ad945b}.result-action-primary>svg:last-child{margin-left:auto;width:14px}.result-action-campus{background:var(--result-paper);box-shadow:0 3px 0 var(--result-line)}.result-action-share{border-style:dashed}.result-action:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 5px 13px #1433201a}.result-action:not(:disabled):active{transform:translateY(1px);box-shadow:none}.run-result button:focus-visible,.run-result input:focus-visible,.run-result summary:focus-visible,.run-result textarea:focus-visible{outline:2px solid #aa884c;outline-offset:3px}.run-result button:disabled{opacity:.6;cursor:wait}.result-footer-note{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:13px;font-size:9px;color:var(--result-muted)}.result-footer-note button{display:flex;gap:5px;align-items:center;font-size:10px}.result-footer-note svg{width:12px;height:12px}.result-share-manual{margin-top:12px;font-size:11px}.result-share-manual textarea{margin-top:6px;width:100%;min-height:90px;padding:10px;border:1px solid var(--result-line);border-radius:8px;background:var(--result-paper);color:var(--result-ink)}.result-export-error{font-size:11px;margin-top:10px;color:var(--result-ink)}.result-confetti{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:2;border-radius:24px}.result-confetti i{position:absolute;left:var(--x);top:-20px;width:7px;height:12px;background:var(--color);border-radius:1px;opacity:0;animation:result-confetti-fall 3.4s var(--delay) ease-in forwards}.result-confetti i:nth-child(3n){width:5px;height:5px;border-radius:50%}@keyframes result-confetti-fall{0%{opacity:0;transform:translateY(-15px) rotate(0)}12%{opacity:.9}75%{opacity:.8}to{opacity:0;transform:translate(var(--drift),650px) rotate(var(--spin))}}.run-result-ipo .result-bell>span{animation:result-bell-ring 1.2s .2s ease-in-out}@keyframes result-bell-ring{0%,to{transform:rotate(-9deg)}20%{transform:rotate(9deg)}40%{transform:rotate(-18deg)}60%{transform:rotate(2deg)}80%{transform:rotate(-13deg)}}@media(max-width:620px){.run-result{border-radius:18px}.result-hero{padding:27px 22px 22px;gap:8px}.result-bell{width:70px;height:100px;margin:0}.result-bell>span{width:59px;height:59px;border-radius:18px}.result-bell svg{width:32px;height:32px}.result-bell>div{outline-offset:5px}.result-bell small{font-size:8px}.result-kicker{font-size:8px;letter-spacing:1px}.result-kicker>span{display:none}.result-headline{font-size:27px}.result-valuation>strong{font-size:40px;letter-spacing:-1.5px}.result-body{padding:0 20px}.result-facts>div{padding:0 10px}.result-facts dd{font-size:18px}.result-facts dt{font-size:9px}.result-recap-grid{grid-template-columns:1fr;gap:20px}.result-milestones{border-left:0;padding:15px 0 0;border-top:1px solid var(--result-line)}.result-milestones ol{max-height:155px}.result-footer{padding:16px 20px}.result-primary-actions{grid-template-columns:1fr 1fr}.result-action-primary{grid-column:1/-1}.result-action{font-size:11px;min-height:46px}.result-footer-note{align-items:flex-start}}@media(prefers-reduced-motion:reduce){.result-confetti{display:none}.run-result-ipo .result-bell>span{animation:none}.run-result *{transition:none!important}}.run-result.run-result{display:block;max-width:860px;padding:0;gap:0;border-radius:24px;background:var(--result-paper);color:var(--result-ink)}.run-result .result-headline{font-size:clamp(25px,3.6vw,38px);font-weight:550;letter-spacing:-1.1px;line-height:1.12;color:#faf6e7}.run-result .result-intro{font-size:12px;color:#c2d4c7}@media(max-width:620px){.run-result.run-result{border-radius:18px}.run-result .result-headline{font-size:27px}}.run-result.run-result{display:flex;flex-direction:column;overflow:hidden}.run-result .result-hero,.run-result .result-footer{flex-shrink:0}.run-result .result-body{overflow-y:auto;min-height:0;overscroll-behavior:contain;scrollbar-width:thin}@media(min-width:621px)and (max-height:850px){.result-hero{padding:22px 30px 20px}.result-kicker{margin-bottom:12px}.run-result .result-headline{font-size:32px}.result-valuation{margin-top:14px}.result-valuation>strong{font-size:54px}.result-bell{height:140px;width:125px}.result-facts{padding:15px 0}.result-recap-grid{padding:16px 0;gap:22px}.result-milestones ol{max-height:174px}.result-extra-facts{margin-top:12px}}@media(max-height:500px){.result-hero{padding:15px 22px;min-height:120px}.result-kicker{margin-bottom:6px}.run-result .result-headline{font-size:24px}.result-intro,.result-bell{display:none}.result-valuation{margin-top:8px}.result-valuation>strong{font-size:35px}.result-valuation>span{font-size:8px}.result-footer{padding:10px 18px}.result-footer-note{margin-top:7px}.result-action{min-height:40px}}.result-action-share{border-style:solid;background:#e9dfc4;color:#365342;border-color:#d8ceb1}.dark .result-action-share{background:#34493b;color:#e6ddbf;border-color:#51624b}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/assets/dm-sans-latin-ext-wght-normal-BOFOeGcA.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-vietnamese-wght-normal-CnvboYUG.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-latin-ext-wght-normal-Ca2vKHc0.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-latin-wght-normal-ukD16Tqj.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:DM Sans Variable,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 210 20% 99%;--foreground: 222 24% 12%;--card: 0 0% 100%;--card-foreground: 222 24% 12%;--popover: 0 0% 100%;--popover-foreground: 222 24% 12%;--primary: 222 24% 14%;--primary-foreground: 210 20% 98%;--brand: 196 82% 37%;--brand-foreground: 0 0% 100%;--brand-soft: 196 68% 93%;--secondary: 210 16% 95%;--secondary-foreground: 222 20% 22%;--muted: 210 16% 95%;--muted-foreground: 215 14% 42%;--accent: 210 16% 94%;--accent-foreground: 222 20% 22%;--destructive: 356 72% 48%;--destructive-foreground: 0 0% 100%;--destructive-soft: 356 78% 96%;--success: 152 62% 30%;--success-foreground: 0 0% 100%;--success-soft: 152 46% 93%;--warning: 30 92% 33%;--warning-foreground: 0 0% 100%;--warning-soft: 38 92% 92%;--info: 212 82% 46%;--info-foreground: 0 0% 100%;--info-soft: 212 80% 95%;--border: 214 18% 89%;--input: 214 18% 89%;--ring: 196 82% 37%;--shadow: 222 40% 12%;--radius: .6rem;--sidebar: 210 17% 96%;--sidebar-foreground: 222 20% 22%;--sidebar-muted: 215 14% 45%;--sidebar-border: 214 18% 88%;--sidebar-accent: 196 82% 40%}.dark{--background: 222 26% 8%;--foreground: 210 16% 92%;--card: 222 24% 11%;--card-foreground: 210 16% 92%;--popover: 222 24% 11%;--popover-foreground: 210 16% 92%;--primary: 210 16% 92%;--primary-foreground: 222 24% 12%;--brand: 196 76% 47%;--brand-foreground: 222 40% 8%;--brand-soft: 196 55% 17%;--secondary: 217 18% 17%;--secondary-foreground: 210 16% 88%;--muted: 217 18% 17%;--muted-foreground: 215 14% 60%;--accent: 217 18% 20%;--accent-foreground: 210 16% 90%;--destructive: 356 66% 55%;--destructive-foreground: 0 0% 100%;--destructive-soft: 356 45% 18%;--success: 152 52% 44%;--success-foreground: 222 40% 8%;--success-soft: 152 38% 15%;--warning: 36 84% 52%;--warning-foreground: 222 40% 8%;--warning-soft: 36 55% 15%;--info: 212 78% 58%;--info-foreground: 222 40% 8%;--info-soft: 212 55% 17%;--border: 216 18% 20%;--input: 216 18% 22%;--ring: 196 76% 47%;--shadow: 0 0% 0%;--sidebar: 222 30% 7%;--sidebar-foreground: 210 16% 90%;--sidebar-muted: 215 12% 52%;--sidebar-border: 214 16% 18%;--sidebar-accent: 196 76% 52%}*{--tw-border-opacity: 1;border-color:hsl(var(--border) / var(--tw-border-opacity, 1))}body{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1));font-family:DM Sans Variable,sans-serif;--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01";text-rendering:optimizeLegibility}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.left-1\/2{left:50%}.right-3{right:.75rem}.top-1\/2{top:50%}.top-3{top:.75rem}.isolate{isolation:isolate}.z-50{z-index:50}.-ml-2{margin-left:-.5rem}.-mr-1{margin-right:-.25rem}.-mt-1{margin-top:-.25rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.h-10{height:2.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[calc\(100vw-2rem\)\]{width:calc(100vw - 2rem)}.w-\[min\(24rem\,calc\(100vw-2rem\)\)\]{width:min(24rem,calc(100vw - 2rem))}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-border{--tw-border-opacity: 1;border-color:hsl(var(--border) / var(--tw-border-opacity, 1))}.border-destructive\/40{border-color:hsl(var(--destructive) / .4)}.border-input{--tw-border-opacity: 1;border-color:hsl(var(--input) / var(--tw-border-opacity, 1))}.bg-brand{--tw-bg-opacity: 1;background-color:hsl(var(--brand) / var(--tw-bg-opacity, 1))}.bg-card{--tw-bg-opacity: 1;background-color:hsl(var(--card) / var(--tw-bg-opacity, 1))}.bg-destructive{--tw-bg-opacity: 1;background-color:hsl(var(--destructive) / var(--tw-bg-opacity, 1))}.bg-foreground{--tw-bg-opacity: 1;background-color:hsl(var(--foreground) / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity: 1;background-color:hsl(var(--secondary) / var(--tw-bg-opacity, 1))}.p-3\.5{padding:.875rem}.p-5{padding:1.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-0\.5{padding-top:.125rem}.text-left{text-align:left}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-background{--tw-text-opacity: 1;color:hsl(var(--background) / var(--tw-text-opacity, 1))}.text-brand{--tw-text-opacity: 1;color:hsl(var(--brand) / var(--tw-text-opacity, 1))}.text-brand-foreground{--tw-text-opacity: 1;color:hsl(var(--brand-foreground) / var(--tw-text-opacity, 1))}.text-card-foreground{--tw-text-opacity: 1;color:hsl(var(--card-foreground) / var(--tw-text-opacity, 1))}.text-destructive{--tw-text-opacity: 1;color:hsl(var(--destructive) / var(--tw-text-opacity, 1))}.text-destructive-foreground{--tw-text-opacity: 1;color:hsl(var(--destructive-foreground) / var(--tw-text-opacity, 1))}.text-info{--tw-text-opacity: 1;color:hsl(var(--info) / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity: 1;color:hsl(var(--primary-foreground) / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity: 1;color:hsl(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.text-success{--tw-text-opacity: 1;color:hsl(var(--success) / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-elevation-2{--tw-shadow: 0 4px 14px hsl(var(--shadow) / .08), 0 1px 3px hsl(var(--shadow) / .05);--tw-shadow-colored: 0 4px 14px var(--tw-shadow-color), 0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background) / 1)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:focus-visible{outline:none;box-shadow:0 0 0 1px hsl(var(--ring) / .9),0 0 0 3px hsl(var(--ring) / .18)}:is(input:not([cmdk-input]),textarea,select,[role=combobox]:not([cmdk-input])):focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .18)}[cmdk-input]:focus-visible{border-color:transparent;outline:none;box-shadow:none}.command-search-field{transition:border-color .14s ease,background-color .14s ease}.command-search-field:focus-within{border-color:hsl(var(--ring) / .38);background:hsl(var(--accent) / .22)}*{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .18) transparent}*::-webkit-scrollbar{width:5px;height:5px}*::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground) / .18);border-radius:999px;border:1px solid transparent;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground) / .38)}*::-webkit-scrollbar-track{background:transparent}.overlay-scroll-area{position:relative;min-width:0;min-height:0;overflow:hidden}.overlay-scroll-area__viewport{max-height:inherit;overscroll-behavior:contain;scrollbar-width:none}.overlay-scroll-area--vertical>.overlay-scroll-area__viewport{overflow-y:auto;overflow-x:hidden}.overlay-scroll-area--horizontal>.overlay-scroll-area__viewport{overflow-x:auto;overflow-y:hidden}.overlay-scroll-area--both>.overlay-scroll-area__viewport{overflow:auto}.overlay-scroll-area__viewport::-webkit-scrollbar{display:none;width:0;height:0}.overlay-scroll-area__content{min-width:0}.select-viewport{scrollbar-width:none}.select-viewport::-webkit-scrollbar{display:none;width:0;height:0}.overlay-scroll-area__rail{position:absolute;z-index:20;opacity:0;pointer-events:none;transition:opacity .12s ease}.overlay-scroll-area__rail--vertical{top:6px;right:3px;bottom:6px;width:8px}.overlay-scroll-area__rail--horizontal{right:6px;bottom:3px;left:6px;height:8px}.overlay-scroll-area--both>.overlay-scroll-area__rail--vertical{bottom:12px}.overlay-scroll-area--both>.overlay-scroll-area__rail--horizontal{right:12px}.overlay-scroll-area__rail.is-scrollable{opacity:.56;pointer-events:auto}.overlay-scroll-area:hover .overlay-scroll-area__rail.is-scrollable,.overlay-scroll-area:focus-within .overlay-scroll-area__rail.is-scrollable{opacity:1}.overlay-scroll-area__thumb{position:absolute;border-radius:999px;background:hsl(var(--muted-foreground) / .62);cursor:grab;touch-action:none;will-change:transform}.overlay-scroll-area__thumb--vertical{inset:0 1px auto auto;width:5px;min-height:32px}.overlay-scroll-area__thumb--horizontal{inset:1px auto auto 0;height:5px;min-width:32px}.overlay-scroll-area__thumb:hover,.overlay-scroll-area__thumb.is-dragging{background:hsl(var(--foreground) / .7)}.overlay-scroll-area__thumb--vertical:hover,.overlay-scroll-area__thumb--vertical.is-dragging{width:6px}.overlay-scroll-area__thumb--horizontal:hover,.overlay-scroll-area__thumb--horizontal.is-dragging{height:6px}.overlay-scroll-area__thumb.is-dragging{cursor:grabbing}.list-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 8px;border:0;background:transparent;color:hsl(var(--muted-foreground));font-size:11px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.hover\:bg-brand\/90:hover{background-color:hsl(var(--brand) / .9)}.hover\:bg-destructive-soft:hover{--tw-bg-opacity: 1;background-color:hsl(var(--destructive-soft) / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{--tw-text-opacity: 1;color:hsl(var(--accent-foreground) / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background) / 1)}.active\:scale-\[0\.99\]:active{--tw-scale-x: .99;--tw-scale-y: .99;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}:root{color-scheme:light;--world-foreground: 158 30% 22%;--world-muted: 158 24% 29%;--world-text-shadow: none;--vignette: 79 31% 78%;--vignette-glow: 67 43% 90%;--scrim: 158 30% 10%;--mint-soft: 144 37% 82%;--mint-ink: 154 33% 28%;--amber-soft: 43 72% 85%;--amber-ink: 34 54% 30%;--coral-soft: 21 67% 85%;--coral-ink: 12 41% 36%;--teal-soft: 183 36% 84%;--teal-ink: 179 32% 28%;--purple-soft: 258 30% 88%;--purple-ink: 252 29% 38%;--warning: 30 80% 30%;--warning-soft: 39 80% 88%;--destructive: 8 60% 35%;--destructive-soft: 15 70% 90%;--warm-foreground: 20 36% 23%;--warm-hover: 27 90% 68%;--warm-border: 24 65% 55%;--sunny-foreground: 28 45% 29%;--background: 45 35% 95%;--foreground: 158 27% 22%;--card: 47 46% 97%;--card-foreground: 158 27% 22%;--popover: 47 46% 97%;--popover-foreground: 158 27% 22%;--primary: 159 30% 28%;--primary-foreground: 47 46% 97%;--brand: 159 35% 30%;--brand-foreground: 47 46% 97%;--brand-soft: 144 28% 88%;--ring: 159 35% 36%;--secondary: 49 22% 90%;--secondary-foreground: 158 27% 22%;--muted: 49 22% 90%;--muted-foreground: 151 13% 36%;--accent: 144 23% 90%;--accent-foreground: 158 27% 22%;--border: 138 14% 81%;--input: 138 14% 79%;--radius: 1rem;--warm: 24 82% 61%;--warm-dark: 20 55% 39%;--sunny: 43 92% 69%;--sky: 187 37% 84%;--lavender: 252 27% 88%;--canvas: 95 28% 75%;--hype: 158 34% 41%;--wind: 27 67% 67%;--hud-shadow: 0 5px 0 hsl(156 28% 21% / .09), 0 12px 30px hsl(156 28% 21% / .1)}.dark{color-scheme:dark;--world-foreground: 49 29% 94%;--world-muted: 142 16% 82%;--world-text-shadow: 0 1px 4px hsl(158 35% 5% / .85);--vignette: 158 30% 7%;--vignette-glow: 158 30% 7%;--scrim: 158 30% 4%;--mint-soft: 154 26% 25%;--mint-ink: 144 38% 77%;--amber-soft: 37 32% 25%;--amber-ink: 43 80% 76%;--coral-soft: 15 28% 26%;--coral-ink: 21 74% 79%;--teal-soft: 179 26% 25%;--teal-ink: 183 44% 77%;--purple-soft: 252 22% 30%;--purple-ink: 258 55% 83%;--warning: 39 85% 74%;--warning-foreground: 30 65% 14%;--warning-soft: 35 37% 24%;--destructive: 14 85% 78%;--destructive-foreground: 8 50% 15%;--destructive-soft: 12 31% 25%;--warm-dark: 24 85% 74%;--sky: 179 26% 25%;--lavender: 252 22% 30%;--canvas: 158 20% 14%;--hype: 147 34% 64%;--wind: 27 67% 67%;--hud-shadow: 0 4px 0 hsl(158 30% 5% / .18), 0 12px 30px hsl(158 30% 5% / .28);--background: 158 20% 14%;--foreground: 49 29% 90%;--card: 158 18% 19%;--card-foreground: 49 29% 90%;--popover: 158 18% 19%;--popover-foreground: 49 29% 90%;--primary: 49 29% 90%;--primary-foreground: 158 20% 16%;--brand: 147 34% 70%;--brand-foreground: 158 25% 17%;--brand-soft: 156 26% 26%;--ring: 147 34% 64%;--secondary: 155 16% 25%;--secondary-foreground: 49 29% 90%;--muted: 155 16% 25%;--muted-foreground: 142 13% 74%;--accent: 155 18% 28%;--accent-foreground: 49 29% 90%;--border: 151 15% 34%;--input: 151 15% 38%}.milestone-button,.tiny-sentiment,.next-goal,.clock-caption,.map-help{text-shadow:var(--world-text-shadow)}.stage-medallion{text-shadow:none}select{background:hsl(var(--card));color:hsl(var(--foreground))}.game-dialog-scrim{background:hsl(var(--scrim) / .62)}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:default}button,a,input{-webkit-tap-highlight-color:transparent}.game-app{position:relative;width:100%;height:100dvh;min-height:300px;overflow:hidden;background:hsl(var(--canvas));isolation:isolate}.world-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.world-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at center,transparent 50%,hsl(var(--vignette) / .25));box-shadow:inset 0 0 120px hsl(var(--vignette-glow) / .16)}.hud-surface{background:hsl(var(--card) / .96);border:1px solid hsl(var(--border) / .9);box-shadow:var(--hud-shadow);border-radius:19px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:hsl(var(--foreground))}.hud-kicker{font-size:9px;font-weight:750;letter-spacing:1.1px;text-transform:uppercase;color:hsl(var(--muted-foreground))}.brand-hud{position:absolute;left:max(26px,env(safe-area-inset-left));top:max(24px,env(safe-area-inset-top));pointer-events:none;color:hsl(var(--world-foreground))}.wordmark{display:flex;align-items:center;gap:7px;font-size:30px;font-weight:850;letter-spacing:-1.7px;line-height:1}.wordmark>svg{width:30px;height:30px;color:hsl(var(--warm-dark));transform:rotate(8deg)}.brand-period{color:hsl(var(--warm-dark))}.brand-note{display:block;font-size:9px;font-weight:500;letter-spacing:.25px;margin:8px 0 0 36px;opacity:.65}.hud-orb{width:43px;height:43px;border-radius:15px;display:grid;place-items:center;background:hsl(var(--card) / .95);border:1px solid hsl(var(--border));box-shadow:0 4px #2745391a,0 7px 16px #27453914;transition:transform .16s,box-shadow .16s;color:hsl(var(--foreground))}.hud-orb:hover{transform:translateY(-2px) rotate(-3deg)}.hud-orb:active{transform:translateY(2px);box-shadow:0 1px #2745391a}.hud-orb.selected{background:hsl(var(--brand));color:hsl(var(--brand-foreground));border-color:hsl(var(--brand))}.menu-hud{position:absolute;right:max(24px,env(safe-area-inset-right));top:max(23px,env(safe-area-inset-top));z-index:30}.game-menu{position:absolute;right:0;top:56px;width:210px;padding:9px;animation:pop-in .2s ease-out}.game-menu>button{display:flex;align-items:center;gap:12px;width:100%;padding:12px 10px;border-radius:11px;font-size:12px;text-align:left}.game-menu>button:hover{background:hsl(var(--secondary))}.game-menu svg{width:16px;height:16px}.resource-symbol{display:grid;place-items:center;width:30px;height:30px;border-radius:11px;flex-shrink:0}.resource-symbol svg{width:17px;height:17px;stroke-width:2.2}.money-symbol{background:hsl(var(--mint-soft));color:hsl(var(--mint-ink))}.energy-symbol{background:hsl(var(--amber-soft));color:hsl(var(--amber-ink))}.compute-symbol{background:hsl(var(--teal-soft));color:hsl(var(--teal-ink))}.data-symbol{background:hsl(var(--purple-soft));color:hsl(var(--purple-ink))}.cash-resource{display:flex;align-items:center;gap:9px}.cash-resource strong{display:block;font-size:18px;font-weight:800;letter-spacing:-.7px;font-variant-numeric:tabular-nums;line-height:1.2}.cash-resource small{display:block;font-size:8px;font-weight:650;margin-top:3px}.spending{color:hsl(var(--warm-dark))}.earning{color:hsl(var(--brand))}.hud-divider{height:28px;width:1px;background:hsl(var(--border));margin-inline:-3px}.mini-resource{display:flex;align-items:center;gap:7px}.mini-resource strong{font-size:12px;font-weight:750;letter-spacing:-.3px}.mini-resource strong small{font-size:10px;color:hsl(var(--muted-foreground));font-weight:500}.resource-warning .resource-symbol{animation:warning-pulse 2s infinite}.resource-more{width:22px;height:26px;border-radius:8px;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));display:grid;place-items:center;margin-left:-7px}.resource-details{position:absolute;top:77px;left:50%;transform:translate(-50%);width:275px;padding:10px 17px;animation:drop-in .2s ease-out}.resource-details>div{display:flex;align-items:center;gap:10px;font-size:11px;padding:8px 0}.resource-details svg{width:15px;height:15px;color:hsl(var(--brand))}.resource-details b{margin-left:auto;font-size:12px;font-weight:700}.milestone-hud{position:absolute;left:max(25px,env(safe-area-inset-left));top:119px;width:237px;z-index:15}.milestone-button{display:flex;align-items:center;gap:11px;text-align:left;color:hsl(var(--world-foreground));width:100%}.stage-medallion{position:relative;display:grid;place-items:center;width:49px;height:49px;flex-shrink:0;background:hsl(var(--amber-soft));border:2px solid hsl(var(--card));outline:1px solid hsl(var(--amber-ink) / .3);border-radius:17px;box-shadow:0 4px #39604d26;transform:rotate(-5deg);color:hsl(var(--amber-ink))}.stage-medallion b{position:absolute;right:-5px;bottom:-5px;width:20px;height:20px;display:grid;place-items:center;background:hsl(var(--brand));color:hsl(var(--brand-foreground));border:2px solid hsl(var(--card));border-radius:50%;font-size:10px;transform:rotate(5deg)}.milestone-button>span:nth-child(2){flex:1}.milestone-button small{display:block;font-size:8px;font-weight:700;letter-spacing:.8px;color:hsl(var(--world-muted));margin-bottom:4px}.milestone-button strong{font-size:14px;font-weight:800;letter-spacing:-.3px}.milestone-button>svg{opacity:.55;transition:transform .2s}.milestone-button>svg.turned{transform:rotate(90deg)}.tiny-sentiment{display:flex;align-items:center;gap:5px;margin:16px 0 0 60px;color:hsl(var(--world-foreground))}.tiny-sentiment>span{font-size:9px;font-weight:700}.tiny-sentiment>div{height:5px;border-radius:5px;flex:1;background:hsl(var(--wind));overflow:hidden;box-shadow:0 1px #f7f6ed99}.tiny-sentiment i{display:block;height:100%;background:hsl(var(--hype));border-radius:5px;transition:width 1s}.milestone-details{margin-top:16px;padding:18px;animation:pop-in .2s ease-out}.milestone-details>strong{display:block;font-size:14px;margin:6px 0}.milestone-details p{font-size:11px;color:hsl(var(--muted-foreground));line-height:1.6}.milestone-details>button,.hint-bubble>button{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;margin-top:14px;width:100%;color:hsl(var(--brand))}.stage-beads{display:flex;justify-content:space-between;margin-top:14px}.stage-beads>span{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;border:1px solid hsl(var(--border));font-size:8px;color:hsl(var(--muted-foreground))}.stage-beads>.complete{background:hsl(var(--brand));border-color:hsl(var(--brand));color:hsl(var(--card));font-size:15px}.action-dock{position:absolute;bottom:max(25px,env(safe-area-inset-bottom));left:max(25px,env(safe-area-inset-left));padding:8px;display:flex;gap:5px;border-radius:24px;z-index:25}.dock-item{position:relative;display:flex;align-items:center;flex-direction:column;gap:6px;min-width:77px;padding:9px 9px 7px;border-radius:17px;transition:background .16s,transform .16s}.dock-item>span:nth-child(2){font-size:10px;font-weight:750}.dock-icon{width:37px;height:33px;display:grid;place-items:center;transition:transform .18s;border-radius:11px}.dock-build{background:hsl(var(--amber-soft));color:hsl(var(--amber-ink));transform:rotate(-7deg)}.dock-actions{background:hsl(var(--coral-soft));color:hsl(var(--coral-ink));transform:rotate(5deg)}.dock-settings{background:hsl(var(--mint-soft));color:hsl(var(--mint-ink));transform:rotate(-4deg)}.dock-item:hover .dock-icon{transform:translateY(-3px) rotate(0)}.dock-item.active{background:hsl(var(--brand-soft))}.dock-item.active .dock-icon{transform:rotate(0)}.dock-item kbd{position:absolute;right:5px;top:3px;color:hsl(var(--muted-foreground));font-size:7px;font-family:inherit}.build-popover{position:absolute;left:max(25px,env(safe-area-inset-left));bottom:135px;width:300px;max-height:calc(100dvh - 235px);z-index:24;overflow:hidden;animation:pop-in .22s cubic-bezier(.2,.8,.2,1)}.side-panel{display:flex;flex-direction:column;height:100%;max-height:inherit}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:17px 18px 12px}.panel-heading h2{font-size:21px;letter-spacing:-.7px;font-weight:800}.round-close{width:27px;height:27px;border-radius:10px;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));display:grid;place-items:center;flex-shrink:0}.round-close:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.panel-tabs{display:flex;gap:4px;padding:0 12px 11px;border-bottom:1px solid hsl(var(--border) / .6)}.panel-tabs>button{flex:1;padding-inline:6px;font-size:10px;gap:5px;border-radius:10px}.panel-tabs>button svg{width:12px;height:12px}.panel-tabs>button.selected{background:hsl(var(--brand-soft));color:hsl(var(--brand))}.panel-scroll{min-height:0;overflow-y:auto;flex:1;padding:0 17px 15px}.panel-subtitle{font-size:10px;color:hsl(var(--muted-foreground));margin:12px 0 0}.shop-item{display:flex;gap:11px;padding:14px 0;border-bottom:1px solid hsl(var(--border) / .55)}.shop-item:last-child{border-bottom:0}.item-icon{width:39px;height:39px;flex-shrink:0;display:grid;place-items:center;background:hsl(var(--secondary));border-radius:13px;box-shadow:inset 0 -3px hsl(var(--foreground) / .035)}.item-icon.clean{background:hsl(var(--brand-soft));color:hsl(var(--brand))}.item-body{flex:1;min-width:0}.item-name{display:flex;align-items:center;gap:5px;justify-content:space-between;font-size:12px;font-weight:800}.owned-count{display:grid;place-items:center;min-width:21px;height:20px;background:hsl(var(--secondary));border-radius:7px;font-size:9px;font-weight:600;color:hsl(var(--muted-foreground))}.item-body p{font-size:10px;line-height:1.6;color:hsl(var(--muted-foreground));margin:4px 0 9px}.item-bottom{display:flex;align-items:center;justify-content:space-between;gap:7px}.item-bottom>span{font-size:12px;font-weight:750}.item-bottom button{height:27px;padding:0 10px;font-size:10px;border-radius:9px;background:hsl(var(--brand-soft));border-color:transparent;color:hsl(var(--brand));font-weight:750;box-shadow:0 2px hsl(var(--brand) / .12)}.item-bottom button:hover{transform:translateY(-1px);background:hsl(var(--accent))}.item-bottom button svg{width:12px;height:12px}.construction-note{display:flex;gap:5px;align-items:center;font-size:9px;color:hsl(var(--warm-dark));margin-top:7px}.availability-note{display:block;font-size:9px;color:hsl(var(--muted-foreground));margin-top:6px}.direct-actions{display:flex;flex-direction:column;gap:8px;padding:13px 0 7px}.direct-actions button{font-size:11px;border-radius:11px}.direct-actions small{font-size:9px;text-align:center;color:hsl(var(--muted-foreground))}.strategy-panel{padding-top:16px}.strategy-panel form label{font-size:11px;font-weight:650}.price-field{display:flex;gap:7px;margin-top:7px}.price-field input{height:32px;border-radius:9px}.price-field button{border-radius:9px}.control-slider{margin-top:21px}.control-slider>div:first-child{display:flex;justify-content:space-between;font-size:11px;margin-bottom:9px}.control-slider strong{font-weight:700}.slider-root{position:relative;display:flex;align-items:center;width:100%;height:18px;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-track{background:hsl(var(--secondary));position:relative;flex:1;height:5px;border-radius:4px}.slider-range{position:absolute;background:hsl(var(--brand));height:100%;border-radius:4px}.slider-thumb{display:block;width:16px;height:16px;border:3px solid hsl(var(--card));border-radius:50%;background:hsl(var(--brand));box-shadow:0 1px 4px hsl(var(--shadow) / .25)}.slider-root[data-disabled]{opacity:.4}.slider-root[data-disabled][data-pending]{opacity:1}.strategy-panel>small{font-size:9px;color:hsl(var(--muted-foreground))}.service-stat{display:flex;align-items:center;gap:8px;font-size:11px;margin-top:23px;padding-top:12px;border-top:1px solid hsl(var(--border))}.service-stat svg{width:15px;color:hsl(var(--brand))}.service-stat strong{margin-left:auto}.empty-copy{font-size:12px;line-height:1.7;color:hsl(var(--muted-foreground));padding:15px 0}.research-hud{position:absolute;left:50%;bottom:max(29px,env(safe-area-inset-bottom));transform:translate(-50%);z-index:25}.research-pill{display:flex;position:relative;align-items:center;gap:11px;min-width:231px;padding:13px 17px 13px 13px;text-align:left;border-radius:20px;overflow:hidden;transition:transform .18s}.research-pill:hover{transform:translateY(-3px)}.research-icon{position:relative;display:grid;place-items:center;width:39px;height:39px;flex-shrink:0;background:hsl(var(--sky));color:hsl(var(--teal-ink));border-radius:13px;transform:rotate(6deg)}.research-icon>i{position:absolute;right:-2px;top:-2px;width:9px;height:9px;border:2px solid hsl(var(--card));border-radius:50%;background:hsl(var(--brand))}.research-pill>span:nth-child(2){flex:1}.research-pill small{display:block;font-size:9px;color:hsl(var(--muted-foreground));margin-bottom:3px}.research-pill small b{font-size:9px;color:hsl(var(--brand));margin-left:3px}.research-pill strong{display:block;font-size:12px;font-weight:800;letter-spacing:-.25px}.research-pill>svg{color:hsl(var(--muted-foreground))}.research-percent{font-size:12px;font-weight:800;color:hsl(var(--brand))}.pill-progress{position:absolute;bottom:0;left:0;height:4px;background:hsl(var(--brand));transition:width 1s linear}.training-active .research-icon{animation:flask-wiggle 3s ease-in-out infinite}.research-popover{position:absolute;bottom:83px;left:50%;transform:translate(-50%);width:295px;padding:19px;animation:drop-in .2s ease-out}.popover-header{display:flex;gap:11px;align-items:center}.popover-header .round-close{margin-left:auto}.research-sticker{width:45px;height:45px;background:hsl(var(--sky));color:hsl(var(--teal-ink));display:grid;place-items:center;border-radius:14px;transform:rotate(-7deg)}.popover-header h2{font-size:20px;font-weight:800;letter-spacing:-.6px;margin-top:3px}.popover-header h2 em{font-size:14px;font-style:normal;color:hsl(var(--brand))}.research-popover>p{font-size:11px;color:hsl(var(--muted-foreground));margin-top:17px}.game-cta{background:hsl(var(--warm));color:hsl(var(--warm-foreground));border:1px solid hsl(var(--warm-border));border-bottom-width:3px;border-radius:12px;font-weight:800;box-shadow:0 2px #86522d24;transition:transform .15s,background .15s}.game-cta:hover{background:hsl(var(--warm-hover));transform:translateY(-1px)}.game-cta:active{transform:translateY(2px)}.research-popover>.game-cta{width:100%;font-size:11px;margin-top:5px}.research-data-link{width:100%;display:flex;gap:6px;justify-content:center;align-items:center;font-size:10px;margin-top:12px;font-weight:650;color:hsl(var(--brand))}.research-progress{position:relative;height:25px;border-radius:8px;background:hsl(var(--secondary));overflow:hidden}.research-progress i{display:block;height:100%;background:hsl(var(--brand-soft));transition:width 1s}.research-progress span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:10px;font-weight:750}.research-popover>small{display:block;text-align:center;font-size:9px;color:hsl(var(--muted-foreground));margin:8px 0}.clock-hud{position:absolute;right:max(25px,env(safe-area-inset-right));bottom:max(29px,env(safe-area-inset-bottom));z-index:25}.clock-caption{display:flex;align-items:center;justify-content:flex-end;font-size:8px;font-weight:700;line-height:1;letter-spacing:1px;text-transform:uppercase;text-align:right;margin:0 9px 8px 0;color:hsl(var(--world-muted))}.clock-capsule{display:flex;align-items:center;gap:12px;height:57px;padding:7px 13px 7px 7px;border-radius:19px}.play-orb{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:hsl(var(--brand-soft));color:hsl(var(--brand))}.play-orb.paused{background:hsl(var(--warm));color:hsl(var(--warm-foreground));box-shadow:0 3px #9b603b3d}.play-orb.paused:hover{transform:rotate(-5deg)}.play-orb svg{stroke-width:1.5}.play-orb.paused svg{margin-left:2px}.clock-time{font-size:14px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.3px}.speed-control{font-size:11px;font-weight:750;padding:5px 7px;border-radius:8px;background:hsl(var(--secondary));min-width:31px}.speed-control small{font-size:10px;margin-left:2px}.skip-control{display:grid;place-items:center;color:hsl(var(--muted-foreground));padding:4px 0}.clock-capsule button:disabled{opacity:.4}:root{--feed-hud-top: 80px;--feed-hud-right: max(24px, env(safe-area-inset-right));--feed-orb-size: 43px}.social-hud{position:absolute;right:var(--feed-hud-right);top:var(--feed-hud-top);z-index:26}.feed-orb{background:hsl(var(--amber-soft));color:hsl(var(--amber-ink));border-color:hsl(var(--amber-ink) / .3);position:relative}.feed-orb>b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:7px;display:grid;place-items:center;background:hsl(var(--warm));color:hsl(var(--warm-foreground));border:2px solid hsl(var(--card));font-size:8px;font-weight:800}.feed-popover{position:absolute;right:max(24px,env(safe-area-inset-right));top:135px;width:294px;max-height:calc(100dvh - 265px);z-index:27;overflow:hidden;animation:pop-in .2s ease-out}.live-dot{width:5px;height:5px;background:hsl(var(--brand));border-radius:50%;box-shadow:0 0 0 3px hsl(var(--brand) / .1)}.hint-hud{position:absolute;left:max(25px,env(safe-area-inset-left));bottom:137px;z-index:20}.hint-orb{width:34px;height:34px;background:hsl(var(--card) / .94);border:1px solid hsl(var(--border) / .7);border-radius:50%;display:grid;place-items:center;color:hsl(var(--foreground));position:relative}.hint-orb>span{position:absolute;right:0;top:0;width:7px;height:7px;background:hsl(var(--warm));border:1px solid hsl(var(--card));border-radius:50%}.hint-bubble{position:absolute;left:0;bottom:46px;width:240px;padding:15px;animation:pop-in .2s ease-out}.hint-bubble p{font-size:11px;line-height:1.7}.panel-open .hint-hud{display:none}.campus-canvas{width:100%;height:100%;position:relative;touch-action:none}.campus-canvas canvas{display:block}.camera-controls{position:absolute;right:max(27px,env(safe-area-inset-right));bottom:122px;display:flex;gap:5px}.camera-controls button{width:27px;height:27px;border-radius:9px;background:hsl(var(--card) / .92);border-color:hsl(var(--border) / .45);box-shadow:none;color:hsl(var(--foreground))}.camera-controls svg{width:12px;height:12px}.map-help{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:7px;font-weight:500;color:hsl(var(--world-muted));white-space:nowrap;pointer-events:none}.map-tooltip{position:relative;background:hsl(var(--card));border:1px solid hsl(var(--border));padding:9px 13px;border-radius:12px;box-shadow:0 4px #3050401f;font-size:11px;font-weight:750;color:hsl(var(--foreground));animation:label-pop .18s ease-out}.map-tooltip:after{content:"";position:absolute;width:9px;height:9px;transform:rotate(45deg);bottom:-5px;left:calc(50% - 4px);background:hsl(var(--card));border-right:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.map-tooltip small{display:block;font-size:9px;color:hsl(var(--warm-dark));margin-top:3px}.world-label{display:flex;align-items:center;gap:7px;background:hsl(var(--card));color:hsl(var(--foreground));border:1px solid hsl(var(--border));box-shadow:0 3px #2745391a;border-radius:11px;padding:7px 12px;font-size:10px;font-weight:750;white-space:nowrap}.world-label>span{width:7px;height:7px;background:hsl(var(--brand));border-radius:50%;box-shadow:0 0 0 3px hsl(var(--brand) / .12)}.world-label small{font-size:8px;color:hsl(var(--muted-foreground))}.scene-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:30px;text-align:center;font-size:12px;color:hsl(var(--muted-foreground))}.loading-screen{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:15px;padding:30px;font-size:13px;max-width:90vw}.loading-screen p{font-size:11px;color:hsl(var(--muted-foreground))}.connection-banner{position:absolute;left:50%;transform:translate(-50%);top:100px;padding:11px 18px;font-size:11px;z-index:35;color:hsl(var(--warning))}.ipo-button,.reopen-results{position:absolute;right:26px;top:188px;z-index:20;font-size:12px;transform:rotate(-2deg)}.welcome-card{position:absolute;left:max(45px,env(safe-area-inset-left));top:50%;transform:translateY(-45%);width:330px;padding:28px;z-index:10;border-radius:25px;animation:welcome-in .4s ease-out}.welcome-sticker{position:absolute;right:-19px;top:-24px;display:grid;place-items:center;width:108px;height:78px;padding:7px;overflow:hidden;border:2px solid hsl(var(--card));background:hsl(var(--sunny));border-radius:20px;transform:rotate(10deg);box-shadow:0 4px #754e2f1f;pointer-events:none}.welcome-sticker img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 2px 1px hsl(150 25% 8% / .14))}.welcome-card>p{max-width:225px;margin:8px 0 22px;color:hsl(var(--foreground));font-size:17px;font-weight:760;line-height:1.35;letter-spacing:-.3px}.welcome-card form{display:flex;flex-direction:column;gap:13px}.field label{display:block;font-size:10px;font-weight:700;margin-bottom:6px}.field input{background:hsl(var(--secondary) / .3);border-radius:10px;height:38px;font-size:12px}.welcome-card .game-cta{width:100%;justify-content:space-between;height:41px;margin-top:2px;font-size:12px}.welcome-card form>small{font-size:9px;color:hsl(var(--muted-foreground));text-align:center}.welcome .camera-controls{bottom:27px}.welcome .map-help{bottom:15px}.results-dialog{text-align:center;gap:10px;padding:24px;border-radius:25px}.result-emblem{width:48px;height:48px;display:grid;place-items:center;background:hsl(var(--sunny));color:hsl(var(--sunny-foreground));border-radius:20px;transform:rotate(-8deg);margin:0 auto 4px}.result-emblem svg{transform:rotate(8deg)}.result-title{font-size:28px;font-weight:850;letter-spacing:-1px;line-height:1.2}.final-score{padding:16px 0;border-block:1px solid hsl(var(--border))}.final-score .eyebrow{display:block;font-size:9px;font-weight:700;letter-spacing:1px;color:hsl(var(--muted-foreground))}.final-score strong{display:block;font-size:43px;font-weight:850;letter-spacing:-1.8px;margin-top:5px}.dirty-heading{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:650}.dirty-heading>strong{font-size:20px}.dirty-heading small{font-size:10px;font-weight:400;color:hsl(var(--muted-foreground))}.dirty-row{display:grid;grid-template-columns:110px 1fr 35px;align-items:center;gap:10px;font-size:10px;text-align:left}.dirty-row b{text-align:right;font-weight:600}.progress-track{height:5px;background:hsl(var(--secondary));border-radius:6px;overflow:hidden}.progress-track i{display:block;height:100%;background:hsl(var(--warm));border-radius:inherit}.result-actions{display:flex;gap:10px;margin-top:10px}.result-actions button{flex:1;font-size:11px;border-radius:11px}.leaderboard-list li{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid hsl(var(--border));font-size:12px}.leaderboard-list li>b{color:hsl(var(--warm-dark));font-size:18px;font-weight:800}.leaderboard-list strong{display:block;font-weight:750}.leaderboard-list small{display:block;font-size:9px;color:hsl(var(--muted-foreground));margin-top:2px}.leaderboard-list li>span{margin-left:auto;font-weight:750}.rotate-overlay{display:none}@keyframes pop-in{0%{opacity:0;transform:translateY(9px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes drop-in{0%{opacity:0;margin-top:6px}to{opacity:1;margin-top:0}}@keyframes flask-wiggle{0%,to{transform:rotate(6deg)}45%{transform:rotate(-8deg)}55%{transform:rotate(-5deg)}}@keyframes warning-pulse{50%{box-shadow:0 0 0 4px hsl(var(--warm) / .18)}}@keyframes label-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes cash-pop{50%{box-shadow:0 5px #27453917,0 0 0 5px hsl(var(--brand) / .15)}}.cash-bump{animation:cash-pop .6s ease-out}@media(min-width:1600px){.cash-resource strong{font-size:20px}.mini-resource strong{font-size:14px}.resource-symbol{width:34px;height:34px}.milestone-hud{top:140px}.action-dock{padding:10px}.dock-item{min-width:88px}.build-popover{width:320px;bottom:142px}.research-pill{min-width:250px}.brand-hud{left:30px;top:29px}}@media(max-width:1100px){.resource-symbol{width:25px;height:27px;border-radius:9px}.resource-symbol svg{width:15px;height:15px}.cash-resource{gap:7px}.cash-resource strong{font-size:16px}.mini-resource{gap:5px}.mini-resource strong{font-size:11px}.brand-hud{left:20px;top:23px}.wordmark{font-size:26px}.wordmark>svg{width:25px;height:25px}.brand-note{font-size:8px;margin-left:31px}.milestone-hud{left:20px;top:107px;width:205px}.stage-medallion{width:43px;height:43px;border-radius:15px}.milestone-button strong{font-size:12px}.tiny-sentiment{margin-left:55px}.dock-item{min-width:65px;padding-inline:7px}.action-dock{left:20px;bottom:23px}.research-pill{min-width:211px;padding:11px 13px}.research-hud{bottom:27px}.clock-hud{right:20px;bottom:27px}.clock-capsule{gap:9px}.build-popover{left:20px;width:284px;bottom:131px}.hint-hud{left:20px;bottom:133px}}@media(max-width:850px)and (orientation:landscape){.brand-hud{left:16px;top:16px}.wordmark{font-size:23px;gap:4px}.wordmark>svg{width:23px;height:23px}.brand-note{display:none}.resource-symbol{width:22px;height:24px;border-radius:8px}.resource-symbol svg{width:13px;height:13px}.cash-resource strong{font-size:14px}.cash-resource small{font-size:6px;margin-top:2px}.mini-resource strong{font-size:10px}.mini-resource strong small{font-size:8px}.data-resource{display:none}.resource-more{width:18px;height:23px;margin-left:0}.hud-divider{height:24px}.menu-hud{top:15px;right:16px}.hud-orb{width:34px;height:34px;border-radius:12px}.hud-orb>svg{width:16px;height:16px}:root{--feed-hud-top: 60px;--feed-hud-right: max(16px, env(safe-area-inset-right));--feed-orb-size: 34px}.milestone-hud{top:81px;left:17px;width:177px}.stage-medallion{width:35px;height:35px;border-radius:12px}.stage-medallion>svg{width:19px}.stage-medallion>b{width:17px;height:17px;font-size:8px}.milestone-button{gap:9px}.milestone-button small{font-size:6px;margin-bottom:3px}.milestone-button strong{font-size:11px}.tiny-sentiment{margin-left:44px;margin-top:12px;font-size:8px;gap:4px}.tiny-sentiment>span{font-size:8px}.action-dock{left:16px;bottom:16px;padding:5px;gap:2px;border-radius:19px}.dock-item{min-width:57px;padding:6px 5px 5px;gap:4px;border-radius:13px}.dock-icon{width:29px;height:25px;border-radius:8px}.dock-icon svg{width:17px;height:17px}.dock-item>span:nth-child(2){font-size:8px}.dock-item kbd{display:none}.research-hud{bottom:19px;left:51%}.research-pill{min-width:185px;gap:8px;padding:9px 10px;border-radius:16px}.research-icon{width:31px;height:31px;border-radius:10px}.research-icon svg{width:19px}.research-pill small{font-size:7px;margin-bottom:2px}.research-pill strong{font-size:10px}.research-pill>svg{width:13px}.research-percent{font-size:10px}.clock-hud{right:16px;bottom:19px}.clock-caption{font-size:6px;margin-bottom:5px}.clock-capsule{height:47px;padding:6px 10px 6px 6px;gap:8px;border-radius:15px}.play-orb{width:33px;height:33px;border-radius:10px}.play-orb svg{width:15px;height:15px}.clock-time{font-size:12px}.speed-control{font-size:10px;padding:4px 5px;min-width:27px}.skip-control svg{width:14px}.camera-controls{bottom:87px;right:17px;gap:3px}.camera-controls button{width:22px;height:22px;border-radius:8px}.map-help{font-size:6px;bottom:5px}.hint-hud{bottom:95px;left:17px}.hint-orb{width:28px;height:28px}.hint-orb>svg{width:17px}.build-popover{left:16px;bottom:95px;max-height:calc(100dvh - 165px);width:272px;border-radius:17px}.panel-heading{padding:12px 15px 8px}.panel-heading h2{font-size:18px}.panel-tabs{padding:0 9px 8px}.panel-tabs>button{font-size:9px;height:26px}.panel-scroll{padding-inline:14px}.panel-subtitle{font-size:9px;margin-top:9px}.shop-item{padding:11px 0}.item-name{font-size:11px}.item-body p{font-size:9px;margin-bottom:7px}.item-icon{width:33px;height:33px;border-radius:11px}.item-icon svg{width:18px}.item-bottom>span{font-size:11px}.item-bottom button{height:24px;font-size:9px}.research-popover{bottom:64px;width:272px;padding:15px;max-height:calc(100dvh - 148px);overflow-y:auto}.research-sticker{width:35px;height:35px;border-radius:12px}.popover-header h2{font-size:17px}.research-popover>p{font-size:10px;margin-top:12px}.research-popover>.game-cta{height:30px}.feed-popover{right:16px;top:107px;max-height:calc(100dvh - 196px);width:265px;border-radius:17px}.game-menu{top:44px;width:190px}.game-menu>button{padding:9px;font-size:11px}.milestone-details{position:absolute;left:0;top:58px;width:220px;padding:14px}.welcome-card{left:30px;top:53%;width:280px;padding:20px;border-radius:21px}.welcome-card>p{max-width:190px;margin:6px 0 14px;font-size:14px}.welcome-card form{gap:9px}.welcome-card .field label{font-size:9px;margin-bottom:4px}.welcome-card .field input{height:30px;font-size:11px}.welcome-card .game-cta{height:34px;font-size:11px}.welcome-card form>small{font-size:8px}.welcome-sticker{width:84px;height:61px;right:-14px;top:-15px;padding:5px;border-radius:15px}.ipo-button,.reopen-results{top:116px;right:16px;font-size:10px;height:31px}.resource-details{top:60px}.connection-banner{top:73px;font-size:9px;max-width:50%;text-align:center;padding:8px 12px}}@media(max-width:700px)and (orientation:portrait){.rotate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:hsl(var(--background));padding:40px;gap:22px}.rotate-overlay>svg{transform:rotate(90deg);color:hsl(var(--brand))}.rotate-overlay h2{font-size:32px;font-weight:800;letter-spacing:-1px;line-height:1.1}.rotate-overlay p{font-size:13px;color:hsl(var(--muted-foreground));line-height:1.7}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.brand-hud{top:13px;left:22px}.game-logo{display:block;width:133px;height:auto;filter:drop-shadow(0 3px 1px hsl(150 25% 20% / .12))}.game-app.welcome>.brand-hud{display:none}.panel-scroll,.feed-scroll,.research-popover{scrollbar-color:hsl(var(--muted-foreground) / .18) transparent;scrollbar-width:thin}.panel-scroll:hover,.feed-scroll:hover,.research-popover:hover{scrollbar-color:hsl(var(--muted-foreground) / .3) transparent}@media(max-width:1100px){.brand-hud{top:12px;left:16px}.game-logo{width:119px}}@media(max-width:850px)and (orientation:landscape){.brand-hud{top:8px;left:13px}.game-logo{width:98px}}@media(max-width:980px){.game-app.playing .brand-hud{display:none}}.resource-button{min-width:0;width:100%;height:100%;border-radius:12px;text-align:left;transition:background .16s;position:relative}.resource-button:hover,.resource-button[aria-expanded=true]{background:hsl(var(--brand-soft) / .65)}.resource-button>div{min-width:0}.resource-label{display:block;font-size:8px;font-weight:650;letter-spacing:.1px;color:hsl(var(--muted-foreground));margin-bottom:3px}.live-number,.resource-breakdown dd,.clock-calendar{font-variant-numeric:tabular-nums;white-space:nowrap}.resource-more{margin-left:0}.resource-details{top:90px}.resource-popover{position:absolute;left:50%;top:112px;transform:translate(-50%);width:350px;max-height:calc(100dvh - 230px);overflow:hidden;z-index:28;animation:drop-in .16s ease-out}.resource-inspector .panel-heading{border-bottom:1px solid hsl(var(--border) / .6)}.resource-inspector .panel-heading h2{margin-top:4px}.resource-explanation{font-size:11px;line-height:1.65;color:hsl(var(--muted-foreground));margin:14px 0}.resource-breakdown{background:hsl(var(--secondary) / .65);padding:9px 12px;border-radius:12px}.resource-breakdown>div{display:flex;justify-content:space-between;gap:12px;font-size:10px;line-height:1.5;padding:5px 0}.resource-breakdown dt{color:hsl(var(--muted-foreground))}.resource-breakdown dd{font-weight:750}.sentiment-hud{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:18px}.sentiment-stat{display:flex;align-items:center;gap:7px;border-radius:12px;padding:9px 8px;text-align:left;background:hsl(var(--card) / .94);border:1px solid hsl(var(--border) / .9);box-shadow:0 3px #30504012;color:hsl(var(--foreground))}.sentiment-stat>span{font-size:9px;flex:1;font-weight:650}.sentiment-stat strong{display:block;font-size:14px;font-weight:800;margin-top:3px;min-width:4ch}.sentiment-stat>svg:first-child{color:hsl(var(--warning))}.sentiment-stat>svg:last-child{opacity:.4}.wind-stat>svg:first-child{color:hsl(var(--warm-dark))}.wind-stat.is-risk{background:hsl(var(--destructive-soft) / .96);color:hsl(var(--destructive))}.sentiment-stat:hover,.sentiment-stat[aria-expanded=true]{background:hsl(var(--accent))}.wind-stat.is-risk:hover,.wind-stat.is-risk[aria-expanded=true]{background:hsl(var(--destructive-soft));border-color:hsl(var(--destructive) / .6)}.sentiment-stat[aria-expanded=true]{border-color:hsl(var(--brand))}.camera-controls button:hover,.hint-orb:hover{background:hsl(var(--accent))}.sentiment-explanation{margin-top:10px;padding:15px}.sentiment-explanation>strong{font-size:13px;font-weight:750}.sentiment-explanation p{font-size:11px;line-height:1.6;margin:8px 0 12px;color:hsl(var(--muted-foreground))}.sentiment-explanation>button{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:10px;font-weight:750;color:hsl(var(--brand))}.next-goal{display:flex;align-items:center;gap:6px;width:100%;padding:12px 2px 0;font-size:9px;color:hsl(var(--world-foreground))}.next-goal>span{color:hsl(var(--world-muted))}.next-goal strong{font-weight:750;flex:1;text-align:left}.clock-calendar{min-width:123px;text-align:left}.clock-calendar>span{display:block;font-size:11px;font-weight:800;letter-spacing:-.2px}.clock-calendar>small{display:block;font-size:8px;color:hsl(var(--muted-foreground));margin-top:4px}.purchase-control{width:42px;height:42px;position:relative;display:grid;place-items:center;flex-shrink:0}.item-bottom .purchase-icon{width:32px;height:32px;padding:0;display:grid;place-items:center;border-radius:50%;border:1px solid hsl(var(--brand) / .12);background:hsl(var(--brand-soft));color:hsl(var(--brand));box-shadow:0 2px hsl(var(--brand) / .15)}.item-bottom .purchase-icon>svg{width:18px;height:18px}.item-bottom .purchase-icon:disabled{opacity:.45;cursor:not-allowed}.item-bottom .cooling .purchase-icon:disabled{opacity:1;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));box-shadow:none}.cooldown-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:42px;height:42px;transform:rotate(-90deg);pointer-events:none;fill:none;stroke-width:2.5}.ring-track{stroke:hsl(var(--border))}.ring-progress{stroke:hsl(var(--brand));stroke-linecap:round;transition:stroke-dashoffset .15s linear}.item-icon.model-preview{width:76px;height:74px;overflow:hidden;background:hsl(var(--secondary));border:1px solid hsl(var(--border) / .5);box-shadow:none}.model-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-item{gap:12px}.item-bottom{min-height:42px}.item-body p{margin-bottom:3px}.building-progress{min-width:112px;max-width:156px;background:hsl(var(--card) / .96);border:1px solid hsl(var(--border));box-shadow:0 3px 10px hsl(var(--shadow) / .18);border-radius:9px;padding:7px 9px;white-space:nowrap}.building-progress>div{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:8px;font-weight:750}.building-progress small{font-size:7px;font-weight:500;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.building-progress>i{display:block;height:4px;margin-top:6px;background:hsl(var(--secondary));border-radius:3px;overflow:hidden}.building-progress b{display:block;width:100%;height:100%;background:hsl(var(--warm));transform-origin:left;transition:transform .3s linear}@media(max-width:1100px){.resource-popover{top:100px}.clock-calendar{min-width:111px}.clock-calendar>span{font-size:10px}}@media(max-width:850px)and (orientation:landscape){.resource-label{font-size:7px;margin-bottom:2px}.resource-details{top:71px}.resource-popover{top:83px;width:322px;max-height:calc(100dvh - 168px)}.resource-inspector .panel-heading{padding:10px 14px 8px}.resource-inspector .panel-heading h2{font-size:17px}.resource-explanation{font-size:10px;margin:10px 0}.resource-breakdown>div{font-size:9px;padding:4px 0}.sentiment-hud{gap:5px;margin-top:12px}.sentiment-stat{padding:6px;gap:5px;border-radius:10px}.sentiment-stat>svg:first-child{width:12px}.sentiment-stat>svg:last-child{display:none}.sentiment-stat>span{font-size:8px}.sentiment-stat strong{font-size:12px;margin-top:2px}.next-goal{font-size:8px;padding-top:9px}.sentiment-explanation{position:absolute;width:223px;padding:13px}.sentiment-explanation p{font-size:10px}.clock-calendar{min-width:102px}.clock-calendar>span{font-size:9px}.clock-calendar>small{font-size:7px}.clock-capsule{gap:6px}.item-icon.model-preview{width:62px;height:64px}.purchase-control,.cooldown-ring{width:36px;height:36px}.item-bottom .purchase-icon{width:27px;height:27px}.item-bottom .purchase-icon>svg{width:16px;height:16px}.item-bottom{min-height:36px}}@media(prefers-reduced-motion:reduce){.ring-progress,.building-progress b{transition:none}}@media(max-width:850px)and (orientation:landscape){.resource-popover{max-height:calc(100dvh - 103px)}.resource-inspector .panel-heading{padding:9px 13px 7px}.resource-inspector .hud-kicker{font-size:6px}.resource-inspector .panel-heading h2{margin-top:2px;font-size:16px}.resource-explanation{font-size:9px;line-height:1.45;margin:8px 0}.resource-breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:7px 9px}.resource-breakdown>div{display:flex;flex-direction:column;justify-content:space-between;gap:4px;font-size:8px;padding:2px 0}.resource-breakdown dd{font-size:10px}.resource-inspector .panel-heading .hud-kicker{display:none}.resource-inspector .panel-heading h2{margin:0}.resource-inspector .item-icon.model-preview{width:49px;height:50px}.resource-inspector .item-body p{display:none}.resource-inspector .shop-item{padding:8px 0;gap:9px}.resource-inspector .item-bottom{min-height:34px}}.resource-button[aria-expanded=true]{box-shadow:inset 0 0 0 1px hsl(var(--brand) / .12)}.resource-details{top:94px}.resource-popover{top:116px;width:374px}.build-popover{width:338px}.item-facts{margin:10px 0 3px;padding:8px 0;border-top:1px solid hsl(var(--border) / .6);border-bottom:1px solid hsl(var(--border) / .6)}.item-facts>div{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:3px 0;font-size:9px;line-height:1.5}.item-facts dt{color:hsl(var(--muted-foreground));flex:1;min-width:0}.item-facts dd{font-weight:750;font-variant-numeric:tabular-nums;white-space:nowrap}.item-facts .fact-gain dd{color:hsl(var(--brand))}.item-facts .fact-cost dd{color:hsl(var(--warm-dark))}.item-conditions{margin:8px 0 4px;font-size:9px;color:hsl(var(--muted-foreground))}.item-conditions summary{cursor:pointer;line-height:1.5;text-decoration:underline;text-decoration-color:hsl(var(--border));text-underline-offset:3px}.item-conditions p{font-size:10px;line-height:1.6;margin:7px 0}.shop-item>.item-icon{margin-top:3px}.shop-item .item-body{min-width:0}.shop-item .item-name{align-items:start;line-height:1.4}.item-bottom{padding-top:3px}.audience-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 17px;padding:10px 12px;background:hsl(var(--secondary) / .6);border-radius:12px}.audience-summary>span{font-size:9px;color:hsl(var(--muted-foreground))}.audience-summary b{display:block;font-size:14px;font-weight:750;color:hsl(var(--foreground));margin-bottom:3px;font-variant-numeric:tabular-nums}.control-unit{display:block;font-size:9px;line-height:1.5;color:hsl(var(--muted-foreground));margin-top:3px}.control-explanation{font-size:10px;line-height:1.65;color:hsl(var(--muted-foreground));margin-top:10px}.control-current{font-size:9px;line-height:1.5;padding:8px 10px;background:hsl(var(--brand-soft) / .6);border-radius:8px;color:hsl(var(--brand));margin-top:9px;font-variant-numeric:tabular-nums}.control-slider>.slider-endpoints{display:flex;justify-content:space-between;gap:12px;font-size:8px;color:hsl(var(--muted-foreground));margin:3px 0 0}.control-slider>div:first-child{font-size:11px;gap:10px}.control-slider>div:first-child strong{flex-shrink:0}.strategy-panel .control-slider{padding-top:16px;border-top:1px solid hsl(var(--border) / .65);margin-top:18px}.strategy-panel .control-slider:first-child{border:0;margin-top:0;padding-top:0}@media(max-width:1100px){.resource-popover{top:108px}.resource-details{top:87px}}@media(max-width:850px)and (orientation:landscape){.resource-popover{top:87px;width:342px;max-height:calc(100dvh - 107px)}.resource-details{top:75px}.build-popover{width:304px}.resource-inspector .item-body p{display:block;font-size:9px;line-height:1.5}.resource-inspector .item-body>.item-facts{margin-top:6px}.item-facts{padding:5px 0}.item-facts>div{font-size:8px;gap:8px;padding:3px 0}.item-conditions{font-size:8px}.item-conditions p{font-size:9px}.control-explanation{font-size:9px;line-height:1.6}.control-current{font-size:8px}.audience-summary{padding:8px 10px;margin-bottom:12px}.audience-summary b{font-size:12px}}.resource-button>div{line-height:1.15}.resource-details{top:72px}.resource-popover{top:95px}.price-heading{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:11px;font-weight:650}.price-heading .control-unit{font-weight:400;margin:0;font-size:9px}.price-stepper{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:8px;margin-top:9px}.price-stepper button{width:34px;height:34px;border-radius:10px;background:hsl(var(--secondary) / .55);box-shadow:none}.price-stepper button:active:not(:disabled){transform:scale(.94)}.price-stepper output{text-align:center;font-size:22px;font-weight:750;font-variant-numeric:tabular-nums;line-height:1.2}.price-stepper output small{font-size:14px;color:hsl(var(--muted-foreground))}.strategy-panel{padding-top:10px}.audience-summary{padding:8px 10px;margin-bottom:13px}.audience-summary b{margin-bottom:1px}.control-explanation{margin-top:6px;line-height:1.45}.control-current{padding:0;background:none;margin-top:6px}.strategy-panel .control-slider{padding-top:12px;margin-top:12px}.control-slider>div:first-child{margin-bottom:5px}.control-slider>.slider-endpoints{margin-top:1px}.item-facts{margin-top:7px;padding:5px 0}.item-facts>div{padding:2px 0}.item-conditions{margin-top:5px}@media(max-width:1100px){.resource-details{top:72px}.resource-popover{top:93px}}@media(max-width:850px)and (orientation:landscape){.resource-details{top:65px}.resource-popover{top:77px;max-height:calc(100dvh - 92px)}}.build-popover .panel-heading,.resource-inspector .panel-heading{padding:12px 14px 9px}.build-popover .panel-heading h2,.resource-inspector .panel-heading h2{font-size:18px;line-height:1.25;margin:0}.resource-inspector .panel-heading .hud-kicker{display:none}.build-popover .panel-tabs{padding:0 10px 8px}.build-popover .panel-scroll,.resource-inspector .panel-scroll{padding:0 14px 12px}.resource-explanation{line-height:1.45;margin:10px 0;font-size:10px}.resource-breakdown{padding:6px 10px}.resource-breakdown>div{padding:3px 0}.impact-trigger{display:flex;align-items:center;gap:5px;text-align:left;border-radius:3px;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:hsl(var(--muted-foreground) / .5);text-underline-offset:3px}.impact-trigger:hover,.impact-trigger[aria-expanded=true]{color:hsl(var(--brand))}.impact-trigger:focus-visible{outline:2px solid hsl(var(--brand));outline-offset:3px}.impact-score{display:flex;align-items:baseline;gap:10px;margin:10px 0 7px}.impact-score strong{font-size:24px;line-height:1;font-variant-numeric:tabular-nums;font-weight:800}.impact-score small{font-size:12px;font-weight:500;color:hsl(var(--muted-foreground));margin-left:3px}.impact-score>span{font-size:10px;color:hsl(var(--muted-foreground))}.impact-scale{height:5px;background:hsl(var(--secondary));border-radius:5px;overflow:hidden}.impact-scale i{display:block;height:100%;background:hsl(var(--warm-dark));border-radius:inherit;transition:width .25s}.impact-factors section{padding:9px 0;border-top:1px solid hsl(var(--border) / .7)}.impact-factors section>div{display:flex;justify-content:space-between;gap:10px;font-size:11px;font-weight:750}.impact-factors b{font-variant-numeric:tabular-nums}.impact-factors p,.impact-history{font-size:10px;line-height:1.45;color:hsl(var(--muted-foreground));margin-top:4px}.impact-factors button{display:flex;align-items:center;gap:5px;font-size:10px;color:hsl(var(--brand));font-weight:650;margin-top:6px;padding:3px 0}.impact-factors button:hover{text-decoration:underline}.impact-history{border-top:1px solid hsl(var(--border) / .7);padding-top:9px;margin-bottom:3px}.data-readiness{font-size:10px;line-height:1.45;color:hsl(var(--brand));margin:8px 0}.milestones-panel .panel-heading small{display:block;margin-top:3px;font-size:9px;color:hsl(var(--muted-foreground))}.milestone-list{list-style:none;margin:0;padding:0 0 3px}.milestone-list>li{border-top:1px solid hsl(var(--border) / .65)}.milestone-entry{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:10px 0}.milestone-entry>span:nth-child(2){flex:1;min-width:0}.milestone-entry strong{display:block;font-size:11px;font-weight:750}.milestone-entry small{display:block;font-size:8px;color:hsl(var(--muted-foreground));margin-top:2px}.milestone-mark{display:grid;place-items:center;width:26px;height:26px;border:1px solid hsl(var(--border));border-radius:9px;color:hsl(var(--muted-foreground));flex-shrink:0}.is-earned .milestone-mark{background:hsl(var(--brand-soft));border-color:transparent;color:hsl(var(--brand))}.is-next .milestone-mark{background:hsl(var(--amber-soft));border-color:transparent;color:hsl(var(--amber-ink))}.milestone-entry>svg{color:hsl(var(--muted-foreground));transition:transform .15s}.is-open>.milestone-entry>svg{transform:rotate(180deg)}.milestone-entry-body{padding:0 0 11px 36px}.milestone-condition{margin:0 0 10px}.milestone-condition>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:6px;font-size:9px}.milestone-condition b{font-variant-numeric:tabular-nums;font-weight:750;white-space:nowrap}.milestone-condition small{font-weight:500;color:hsl(var(--muted-foreground))}.milestone-progress{height:4px;background:hsl(var(--secondary));border-radius:4px;overflow:hidden;margin-top:6px}.milestone-progress i{height:100%;display:block;border-radius:inherit;background:hsl(var(--brand));transition:width .3s}.milestone-reward-label{display:block;font-size:8px;color:hsl(var(--muted-foreground));margin-bottom:5px}.milestone-rewards{list-style:none;display:flex;flex-wrap:wrap;gap:4px;padding:0;margin:0}.milestone-rewards li{font-size:9px;line-height:1.35;padding:4px 6px;background:hsl(var(--secondary));border-radius:6px}.milestone-go{display:flex;align-items:center;justify-content:space-between;width:100%;padding:7px 9px;margin-top:9px;border-radius:8px;background:hsl(var(--brand-soft));color:hsl(var(--brand));font-size:10px;font-weight:700}.milestone-go:hover{filter:brightness(.97)}.milestone-button small{letter-spacing:.15px;text-transform:none}@media(prefers-reduced-motion:reduce){.milestone-progress i,.milestone-entry>svg{transition:none}}.game-app>.research-popover{left:max(25px,env(safe-area-inset-left));bottom:135px;transform:none;width:320px;max-height:calc(100dvh - 240px);overflow-y:auto;z-index:28;padding:15px}@media(max-width:850px)and (orientation:landscape){.game-app>.research-popover{left:max(17px,env(safe-area-inset-left));bottom:88px;width:295px;max-height:calc(100dvh - 170px);padding:12px}}.resource-hud .resource-alert{color:hsl(var(--warning));background:hsl(var(--warning-soft));box-shadow:inset 0 0 0 1px hsl(var(--warning) / .45)}.resource-hud .resource-alert.alert-critical{color:hsl(var(--destructive));background:hsl(var(--destructive-soft));box-shadow:inset 0 0 0 1px hsl(var(--destructive) / .55)}.resource-hud .resource-alert .resource-label,.resource-hud .resource-alert .resource-meaning{color:hsl(var(--warning));font-weight:700}.resource-hud .resource-alert.alert-critical .resource-label,.resource-hud .resource-alert.alert-critical .resource-meaning{color:hsl(var(--destructive))}.resource-hud .resource-alert .resource-symbol{position:relative;animation:resource-attention 3.2s ease-in-out infinite;overflow:visible}.resource-hud .resource-alert .resource-alert-mark{position:absolute;width:12px;height:12px;right:-3px;bottom:-3px;fill:hsl(var(--warning-soft));stroke:hsl(var(--warning));stroke-width:2.4}.resource-hud .resource-alert.alert-critical .resource-alert-mark{fill:hsl(var(--destructive-soft));stroke:hsl(var(--destructive))}@keyframes resource-attention{0%,18%,to{transform:scale(1);box-shadow:0 0 #e76f1300}9%{transform:scale(1.08);box-shadow:0 0 0 4px #e76f132e}}.deadline-notice{display:inline-flex;align-items:center;gap:4px;letter-spacing:.25px}.clock-connection{display:inline-flex;align-items:center;line-height:1}.deadline-warning .clock-caption,.deadline-critical .clock-caption{color:hsl(var(--warning))}.deadline-warning .clock-capsule{box-shadow:0 0 0 2px #ed9f3199,0 4px #64472b1f}.deadline-critical .clock-capsule{box-shadow:0 0 0 2px #e0643ebf,0 4px #643c2b21;background:hsl(var(--destructive-soft))}.deadline-warning .clock-calendar>small,.deadline-critical .clock-calendar>small{font-size:11px;font-weight:800;color:hsl(var(--warning))}.deadline-critical .clock-calendar>small{font-size:12px;color:hsl(var(--destructive))}.deadline-critical.is-running .clock-calendar{animation:deadline-nudge 7s ease-in-out infinite;transform-origin:center}@keyframes deadline-nudge{0%,12%,to{transform:scale(1) rotate(0)}3%{transform:scale(1.035) rotate(-2deg)}6%{transform:scale(1.035) rotate(2deg)}9%{transform:scale(1.035) rotate(-1deg)}}@media(max-width:850px)and (orientation:landscape){.deadline-notice{font-size:6.5px;gap:3px}.deadline-warning .clock-calendar>small,.deadline-critical .clock-calendar>small{font-size:9px}.resource-hud .resource-alert .resource-alert-mark{width:10px;height:10px}}@media(prefers-reduced-motion:reduce){.resource-hud .resource-alert .resource-symbol,.deadline-critical.is-running .clock-calendar{animation:none}}.deadline-warning .clock-caption,.deadline-critical .clock-caption{width:-moz-max-content;width:max-content;margin-left:auto;padding:3px 6px;border-radius:6px;background:hsl(var(--card) / .96)}.feed-popover{width:378px;max-width:calc(100vw - 32px);max-height:min(660px,calc(100dvh - 228px));border-radius:17px;background:hsl(var(--card))}.social-feed{position:relative;display:flex;flex-direction:column;max-height:inherit;min-height:180px}.timeline-heading{flex:0 0 53px;display:flex;align-items:center;gap:9px;padding:0 14px 0 17px;border-bottom:1px solid hsl(var(--border) / .7)}.timeline-mark{display:grid;place-items:center;color:hsl(var(--brand))}.timeline-heading h2{font-family:inherit;font-size:16px;font-weight:800;letter-spacing:-.5px;margin:0}.timeline-status{display:flex;align-items:center;gap:5px;font-size:9px;color:hsl(var(--muted-foreground))}.timeline-status i{width:5px;height:5px;border-radius:50%;background:hsl(var(--brand))}.timeline-status.reconnecting{font-size:8px}.timeline-heading .round-close{display:grid;place-items:center;margin-left:auto;width:30px;height:30px;border-radius:50%;color:hsl(var(--muted-foreground))}.timeline-heading .round-close:hover{background:hsl(var(--secondary))}.social-feed .feed-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:0}.timeline-post{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;padding:17px 12px 17px 17px;border-bottom:1px solid hsl(var(--border) / .5)}.timeline-post:last-child{border-bottom:0}.timeline-post-own{background:hsl(var(--brand) / .035)}.timeline-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:1px solid hsl(var(--avatar-ink) / .1);background:hsl(var(--avatar-ink) / .11);color:hsl(var(--avatar-ink))}.timeline-avatar.mint{--avatar-ink: 159 38% 34%}.timeline-avatar.ink{--avatar-ink: 157 21% 28%}.timeline-avatar.slate{--avatar-ink: 216 22% 43%}.timeline-avatar.violet{--avatar-ink: 258 28% 49%}.timeline-avatar.olive{--avatar-ink: 81 31% 35%}.timeline-avatar.coral{--avatar-ink: 12 55% 49%}.timeline-avatar.amber{--avatar-ink: 33 62% 39%}.timeline-avatar.sky{--avatar-ink: 198 43% 39%}.dark .timeline-avatar{color:hsl(var(--foreground));background:hsl(var(--avatar-ink) / .6)}.timeline-body{min-width:0}.timeline-byline{display:flex;align-items:center;gap:6px;min-width:0}.timeline-byline strong{font-size:12px;font-weight:750;line-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-byline time{margin-left:auto;flex-shrink:0;font-size:9px;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.timeline-own{flex-shrink:0;padding:1px 5px;border-radius:4px;background:hsl(var(--brand) / .09);color:hsl(var(--brand));font-size:8px;font-weight:650;line-height:13px}.timeline-handle{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--muted-foreground));font-size:10px;line-height:15px}.timeline-body p{margin:6px 0 0;font-size:13px;line-height:1.55;font-weight:450;letter-spacing:-.1px;overflow-wrap:anywhere;white-space:pre-wrap}.timeline-update{position:absolute;top:62px;left:0;right:0;display:flex;justify-content:center;z-index:1;pointer-events:none}.timeline-update button{display:flex;align-items:center;gap:6px;border:1px solid hsl(var(--brand) / .25);border-radius:24px;padding:8px 14px;background:hsl(var(--brand));color:hsl(var(--brand-foreground));box-shadow:0 3px 14px #1b32282e;font-size:11px;font-weight:650;pointer-events:auto}.timeline-update button:hover{filter:brightness(1.08)}.social-feed button:focus-visible,.social-feed .feed-scroll:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-3px}.timeline-empty{padding:34px 28px 40px;text-align:center}.timeline-empty>span{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:hsl(var(--brand-soft));color:hsl(var(--brand))}.timeline-empty h3{font-size:15px;font-weight:750;margin:0 0 7px}.timeline-empty p{margin:0;font-size:12px;line-height:1.6;color:hsl(var(--muted-foreground))}@media(max-width:850px)and (orientation:landscape){.feed-popover{top:62px;right:60px;width:340px;max-height:calc(100dvh - 141px)}.timeline-heading{flex-basis:45px}.timeline-post{padding-top:13px;padding-bottom:13px}.timeline-body p{font-size:12px}.timeline-update{top:52px}}.map-tooltip .blueprint-area{display:block;margin-top:3px;font-size:10px;font-weight:500;color:hsl(var(--muted-foreground));letter-spacing:.02em}.build-popover{width:392px}.catalog-panel .panel-heading{padding:15px 17px 12px;border-bottom:1px solid hsl(var(--border) / .6)}.catalog-panel .panel-heading h2{font-size:19px}.catalog-card{padding:17px 0 12px;border-bottom:1px solid hsl(var(--border) / .6)}.catalog-card:last-child{border-bottom:0}.catalog-overview{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;align-items:center}.catalog-art{position:relative;width:76px;height:78px;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:hsl(var(--secondary) / .55)}.catalog-art img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-art.building-art{overflow:hidden}.catalog-art.building-art img{-o-object-fit:cover;object-fit:cover;transform:scale(1.1)}.catalog-art .action-artwork{position:absolute;left:50%;top:50%;width:var(--art-size, 100%);height:auto;aspect-ratio:1;max-width:none;transform:translate(var(--art-x, -50%),var(--art-y, -50%))}.catalog-lock{position:absolute;bottom:4px;right:4px;width:22px;height:22px;display:grid;place-items:center;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));color:hsl(var(--muted-foreground))}.catalog-name{display:flex;gap:8px;align-items:center;justify-content:space-between}.catalog-name h3{font-size:13px;font-weight:750;letter-spacing:-.2px;line-height:1.3}.catalog-name>span{font-size:10px;font-weight:650;color:hsl(var(--brand));border-radius:5px;padding:2px 5px;background:hsl(var(--brand-soft))}.catalog-description>p{font-size:11px;line-height:1.45;margin:5px 0 7px;color:hsl(var(--muted-foreground))}.catalog-benefits{display:flex;flex-wrap:wrap;gap:3px 8px;font-size:10px;font-weight:700}.catalog-benefits .fact-gain{color:hsl(var(--brand))}.catalog-benefits .fact-cost{color:hsl(var(--warm-dark))}.catalog-benefits>span>span{font-weight:450}.catalog-purchase{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:10px}.catalog-purchase>div{display:flex;gap:8px;align-items:baseline;min-width:0}.catalog-purchase strong{font-size:14px;font-weight:750;font-variant-numeric:tabular-nums}.catalog-purchase small{font-size:9px;color:hsl(var(--muted-foreground))}.catalog-purchase button{display:flex;align-items:center;justify-content:center;gap:5px;min-width:83px;height:31px;padding:0 11px;font-size:11px;font-weight:700;border-radius:9px;background:hsl(var(--brand));color:hsl(var(--brand-foreground))}.catalog-purchase button:disabled{background:hsl(var(--secondary));color:hsl(var(--muted-foreground));cursor:default}.catalog-purchase button:hover:enabled{filter:brightness(1.08)}.catalog-availability{font-size:10px;margin:7px 0 0;color:hsl(var(--warm-dark))}.catalog-details{margin-top:8px;font-size:10px;color:hsl(var(--muted-foreground))}.catalog-details summary{display:flex;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;cursor:pointer;list-style:none;padding:4px 0}.catalog-details summary::-webkit-details-marker{display:none}.catalog-details[open] summary svg{transform:rotate(180deg)}.catalog-details dl{margin:7px 0}.catalog-details dl>div{display:flex;justify-content:space-between;gap:12px;padding:4px 0}.catalog-details dd{font-weight:650;color:hsl(var(--foreground))}.catalog-details p{margin:6px 0;font-size:10px;line-height:1.6}.catalog-card.is-locked .catalog-art>img{filter:saturate(.5);opacity:.7}.catalog-unlock{background:hsl(var(--secondary) / .5);border-radius:9px;margin-top:11px;padding:9px 10px}.catalog-unlock>span{display:flex;gap:5px;align-items:center;font-size:10px;color:hsl(var(--muted-foreground))}.catalog-unlock>small{display:block;margin-top:7px;font-size:9px;color:hsl(var(--muted-foreground))}.catalog-requirement{margin-top:8px}.catalog-requirement>div:first-child{display:flex;justify-content:space-between;gap:8px;font-size:10px}.catalog-requirement b{white-space:nowrap;font-size:10px;font-weight:650}.catalog-progress{height:3px;background:hsl(var(--border) / .6);border-radius:4px;margin-top:5px;overflow:hidden}.catalog-progress>i{display:block;height:100%;background:hsl(var(--brand) / .6);border-radius:inherit}.catalog-panel .panel-scroll{overscroll-behavior:contain;scrollbar-gutter:stable}.action-artwork{-o-object-fit:contain;object-fit:contain;width:48px;height:48px;flex-shrink:0}.dock-icon .action-artwork{width:51px;height:51px;max-width:none;filter:drop-shadow(0 3px 2px hsl(var(--foreground) / .12))}.dock-icon:has(.action-artwork){display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;overflow:visible;transform:none}.dock-item:hover .dock-icon:has(.action-artwork){transform:translateY(-2px)}.direct-actions button:has(.action-artwork){min-height:54px;height:auto;padding:5px 10px 5px 2px;justify-content:flex-start;gap:8px}.direct-actions button .action-artwork{width:46px;height:46px}.direct-actions button>svg:last-child{margin-left:auto}@media(max-width:850px)and (orientation:landscape){.build-popover{width:352px;max-height:calc(100dvh - 154px)}.catalog-panel .panel-heading{padding:10px 14px 8px}.catalog-panel .panel-heading h2{font-size:17px}.catalog-card{padding-top:13px}.catalog-overview{grid-template-columns:63px minmax(0,1fr);gap:10px}.catalog-art{width:63px;height:66px}.catalog-description>p{font-size:10px}.catalog-name h3{font-size:12px}.dock-icon .action-artwork{width:40px;height:40px}}.catalog-benefits .catalog-footprint{font-weight:500;opacity:.65}.compute-hud-usage{min-width:0;flex:1}.compute-meter{display:flex;width:100%;height:7px;background:hsl(var(--border) / .5);border-radius:5px;overflow:hidden}.compute-meter.compact{height:3px;margin-top:4px}.compute-meter>i{display:block;height:100%;transition:width .25s ease}.compute-operation{background:hsl(var(--amber-ink))}.compute-training{background:hsl(var(--brand))}.compute-summary{padding:12px;background:hsl(var(--secondary) / .5);border-radius:11px;margin:12px 0}.compute-summary>div:first-child{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px;gap:10px}.compute-summary strong{font-size:16px;font-weight:750}.compute-summary span{font-size:11px;color:hsl(var(--muted-foreground))}.compute-legend{display:flex;gap:11px;margin-top:9px}.compute-legend span{font-size:9px;display:flex;align-items:center;gap:4px}.compute-legend span:before{content:"";width:5px;height:5px;border-radius:2px;background:hsl(var(--amber-ink))}.compute-legend span:nth-child(2):before{background:hsl(var(--brand))}.compute-legend span:nth-child(3):before{background:hsl(var(--border))}.compute-summary p{margin:10px 0 0;font-size:11px;line-height:1.55;color:hsl(var(--muted-foreground))}.campus-render{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .65s ease}.scene-ready .campus-render{opacity:1}.campus-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 45%,#e6ebd8,#c2cfaa);opacity:1;transition:opacity .65s ease,visibility 0s .65s}.campus-loading.is-ready{opacity:0;visibility:hidden;pointer-events:none}.campus-loading-card{display:flex;flex-direction:column;align-items:center;gap:15px;color:#496451;font-size:13px;letter-spacing:.01em}.campus-loading-card>i{display:block;width:104px;height:3px;border-radius:3px;background:#49645120;overflow:hidden}.campus-loading-card>i>b{display:block;width:36%;height:100%;border-radius:inherit;background:#688c74;animation:campus-loading-drift 1.8s ease-in-out infinite alternate}.scene-loading .camera-controls,.scene-loading .map-help{visibility:hidden}@keyframes campus-loading-drift{0%{transform:translate(0)}to{transform:translate(180%)}}@media(prefers-reduced-motion:reduce){.campus-render,.campus-loading{transition:none}.campus-loading-card>i>b{animation:none;margin:auto}}.game-toaster[data-sonner-toaster][data-y-position=bottom]{bottom:max(104px,calc(env(safe-area-inset-bottom) + 88px))}.game-toaster[data-sonner-toaster][data-y-position=top][data-x-position=right]{top:var(--feed-hud-top);right:calc(var(--feed-hud-right) + var(--feed-orb-size) + 10px);left:auto;width:min(310px,calc(100vw - var(--feed-hud-right) - var(--feed-orb-size) - 26px));--width: min(310px, calc(100vw - var(--feed-hud-right) - var(--feed-orb-size) - 26px));z-index:28}.game-toaster .feed-preview-toast[data-sonner-toast]{width:100%}.feed-preview{position:relative;width:100%;border:1px solid hsl(var(--amber-ink) / .28);border-radius:14px;background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:0 6px 24px #20181324;font-family:DM Sans Variable,sans-serif}.feed-preview:after{content:"";position:absolute;top:15px;right:-5px;width:8px;height:8px;transform:rotate(45deg);background:hsl(var(--card));border-top:1px solid hsl(var(--amber-ink) / .28);border-right:1px solid hsl(var(--amber-ink) / .28)}.feed-preview-open{display:block;width:100%;padding:12px 29px 11px 14px;text-align:left;border-radius:inherit}.feed-preview-author{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;color:hsl(var(--amber-ink))}.feed-preview-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.5;margin-top:4px}.feed-preview-action{display:flex;align-items:center;gap:4px;margin-top:7px;font-size:10px;font-weight:650;color:hsl(var(--muted-foreground))}.feed-preview-open:hover .feed-preview-action{color:hsl(var(--foreground))}.feed-preview-close{position:absolute;top:3px;right:3px;display:grid;place-items:center;width:27px;height:27px;border-radius:9px;color:hsl(var(--muted-foreground))}.feed-preview-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.feed-preview button:focus-visible{outline:2px solid hsl(var(--amber-ink));outline-offset:2px}.resource-hud-wrap{position:absolute;top:max(22px,env(safe-area-inset-top));left:50%;transform:translate(-50%);z-index:20}.resource-hud{display:grid;grid-template-columns:minmax(0,1.25fr) 1px minmax(0,1.12fr) minmax(0,1.12fr) minmax(0,.85fr) minmax(0,1.35fr);width:min(820px,calc(100vw - 300px));min-height:72px;height:auto;gap:6px;padding:7px 8px;border-radius:20px}.resource-hud .resource-button{display:flex;min-width:0;gap:7px;padding:4px 6px;border-radius:12px}.resource-hud .hud-divider{margin:0;align-self:center;height:40px}.resource-hud .resource-symbol{width:27px;height:27px;border-radius:9px;flex-shrink:0}.resource-hud .resource-symbol svg{width:16px;height:16px}.resource-hud .resource-label{font-size:10px;line-height:1.2;margin-bottom:3px}.resource-hud strong{font-variant-numeric:tabular-nums;white-space:nowrap}.resource-hud .cash-resource strong{font-size:16px;line-height:1.2;letter-spacing:-.3px}.resource-hud .cash-resource small{display:block;font-size:9px;line-height:1.25;margin-top:3px;letter-spacing:-.15px;white-space:nowrap}.resource-hud .mini-resource strong{display:block;font-size:14px;line-height:1.2}.resource-hud .compute-hud-usage>strong{display:flex;align-items:baseline;gap:2px;font-size:16px}.resource-hud .compute-hud-usage>strong>small{font-size:11px}.resource-hud .compute-hud-usage>strong>em{font-style:normal;font-size:9px;font-weight:500;color:hsl(var(--muted-foreground));margin-left:2px}.resource-meaning{display:block;font-size:9px;line-height:1.25;margin-top:2px;white-space:nowrap;color:hsl(var(--muted-foreground))}.energy-pair{display:grid;gap:2px}.energy-pair>span{display:flex;align-items:baseline;gap:4px;line-height:1.2;white-space:nowrap}.energy-pair b{font-size:12px;font-weight:750;font-variant-numeric:tabular-nums}.energy-pair small{font-size:9px;color:hsl(var(--muted-foreground))}.resource-summary{align-self:stretch;display:grid;align-content:center;gap:3px;min-width:0;margin:0;padding:0 5px 0 9px;border-left:1px solid hsl(var(--border));font-variant-numeric:tabular-nums}.resource-summary>div{display:flex;align-items:center;justify-content:space-between;gap:6px;line-height:1.2;min-width:0}.resource-summary dt{display:flex;align-items:center;gap:4px;font-size:9px;color:hsl(var(--muted-foreground));white-space:nowrap}.resource-summary svg{width:10px;height:10px;flex-shrink:0}.resource-summary dd{font-size:10px;font-weight:750;white-space:nowrap;margin:0}.resource-summary dd small{font-size:9px;color:hsl(var(--muted-foreground));margin-left:2px}.resource-popover{top:108px;width:360px;max-height:calc(100dvh - 214px)}.build-popover{max-height:calc(100dvh - 246px)}.panel-heading,.panel-heading .round-close{flex-shrink:0}.panel-scroll{overscroll-behavior:contain}.round-close{width:30px;height:30px}.resource-inspector .panel-scroll{padding:2px 18px 16px}.resource-explanation{font-size:12px;line-height:1.5;margin:12px 0}.resource-breakdown{background:none;border-radius:0;padding:0}.resource-breakdown>div{padding:8px 0;border-bottom:1px solid hsl(var(--border) / .5);gap:12px}.resource-breakdown dt{font-size:12px;line-height:1.4}.resource-breakdown dd{font-size:12px;flex-shrink:0}.resource-actions{display:grid;gap:5px;margin-top:14px}.resource-actions button{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:9px;background:hsl(var(--brand-soft) / .7);color:hsl(var(--brand));text-align:left;font-size:12px;font-weight:650}.resource-actions button:hover{background:hsl(var(--brand-soft))}.compute-summary{padding:0;background:none;margin:15px 0;border-radius:0}.data-readiness,.impact-factors p,.impact-history{font-size:12px;line-height:1.5}.impact-score{margin:17px 0 12px}.impact-scale{margin-bottom:18px}.impact-factors section{padding:12px 0}.impact-factors section>div{font-size:13px}.impact-factors button{font-size:12px;min-height:30px}.impact-history{padding-top:12px}.catalog-card{padding:14px 0}.catalog-unlock{background:none;padding:0;border-radius:0}.catalog-details summary{min-height:30px;font-size:11px}.catalog-details p{font-size:11px}.catalog-purchase button{min-height:34px}.strategy-panel{padding:16px 0 2px}.audience-summary{padding:0 0 14px;background:none;border-radius:0;border-bottom:1px solid hsl(var(--border) / .65)}.audience-summary>span{font-size:11px}.audience-summary b{font-size:17px}.price-heading,.control-slider>div:first-child{font-size:13px}.price-heading .control-unit,.control-slider>.slider-endpoints{font-size:10px}.control-explanation{font-size:12px;line-height:1.5;margin-top:10px}.strategy-panel .control-slider{margin-top:18px;padding-top:18px}.research-requirements{margin:16px 0 10px}.research-requirements>div{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:9px 0;border-bottom:1px solid hsl(var(--border) / .6);font-size:12px}.research-requirements dt{display:flex;align-items:center;gap:7px}.research-requirements dt svg{flex-shrink:0;color:hsl(var(--muted-foreground))}.research-requirements dd{font-weight:750;font-variant-numeric:tabular-nums;white-space:nowrap}.research-requirements dd small{color:hsl(var(--muted-foreground));font-weight:500}.research-requirements .is-missing dd{color:hsl(var(--warning))}.research-popover .training-explanation{font-size:12px;line-height:1.5;color:hsl(var(--muted-foreground));margin:12px 0}.research-estimate{display:block;font-size:12px;margin:12px 0}.popover-header>div{min-width:0;flex:1}.popover-header h2{overflow-wrap:anywhere}.popover-header .round-close{flex-shrink:0}.research-pill{width:250px;min-width:0}.research-pill-copy{flex:1;min-width:0}.research-pill-copy>small{display:flex;align-items:baseline;gap:4px}.research-pill-copy>small>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.research-pill-copy>small>b{flex-shrink:0}.research-percent,.research-icon{flex-shrink:0}.milestone-entry strong{font-size:12px}.milestone-entry small,.milestones-panel .panel-heading small{font-size:10px}.milestone-condition>div:first-child{font-size:11px}.milestone-rewards li,.milestone-reward-label{font-size:10px}.milestone-go{font-size:12px;padding:10px}.leaderboard-list li>div{min-width:0}.leaderboard-list strong,.leaderboard-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-list li>span{flex-shrink:0;white-space:nowrap}button:focus-visible,summary:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:3px}@media(max-width:1100px){.game-app.playing .brand-hud{display:block;width:90px}.game-app.playing .game-logo{width:100%}.resource-hud{width:calc(100vw - 235px);grid-template-columns:minmax(0,1.22fr) 1px minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,.8fr) minmax(0,1.35fr)}.resource-hud .resource-symbol{display:none}}@media(max-width:900px){.resource-hud-wrap{top:max(12px,env(safe-area-inset-top));left:90px;right:65px;transform:none}.resource-hud{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px 7px;padding:6px 8px;border-radius:16px;min-height:88px}.resource-hud .hud-divider{display:none}.resource-hud .resource-button{padding:2px 4px}.resource-hud .resource-label{font-size:9px;margin-bottom:2px}.resource-hud .cash-resource strong,.resource-hud .mini-resource strong,.resource-hud .compute-hud-usage>strong{font-size:14px}.resource-hud .cash-resource small,.resource-meaning,.energy-pair small{font-size:9px}.energy-pair b{font-size:11px}.resource-summary{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));padding:5px 3px 0;border-left:0;border-top:1px solid hsl(var(--border));gap:12px}.resource-summary>div{gap:5px}.resource-summary dt,.resource-summary dd{font-size:9px}.resource-summary svg{display:none}.game-app.playing .brand-hud{display:block;left:10px;top:12px;width:70px}.game-app.playing .game-logo{width:100%}.milestone-hud{top:112px}.connection-banner{top:112px;max-width:calc(100vw - 80px)}.resource-popover{top:112px;max-height:calc(100dvh - 202px);width:350px}.build-popover{max-height:calc(100dvh - 210px)}.game-app>.research-popover{max-height:calc(100dvh - 210px);bottom:88px;width:330px}.research-pill{width:210px}}@media(max-width:720px)and (orientation:landscape){.resource-hud-wrap{left:78px;right:58px}.resource-hud{-moz-column-gap:4px;column-gap:4px}.resource-hud .compute-hud-usage>strong>em{font-size:8px}.resource-summary{gap:9px}.resource-summary dt{font-size:8px}.resource-summary dd{font-size:9px}.resource-summary dd small{font-size:8px}.game-app.playing .brand-hud{width:62px}.research-pill{width:180px;padding-inline:11px;gap:8px}.research-pill .research-icon{width:28px;height:30px}.research-pill-copy>small{font-size:8px}}@media(prefers-reduced-motion:reduce){.resource-popover,.build-popover,.onboarding-copy{animation:none}.compute-meter>i,.impact-scale i{transition:none}}@media(max-height:600px)and (orientation:landscape){.game-app>.research-popover .popover-header{position:sticky;top:-12px;z-index:1;background:hsl(var(--card));padding-block:7px}.research-requirements{margin-top:8px}.research-requirements>div{padding:6px 0}.research-popover .training-explanation{margin:8px 0}.game-app>.research-popover{background:hsl(var(--card))}}.milestone-list>li:first-child{border-top:0}.leaderboard-dialog{display:flex;flex-direction:column;overflow:hidden;gap:12px}.leaderboard-dialog>h2{padding-right:32px}.leaderboard-dialog>p{font-size:12px}.leaderboard-list{min-height:0;max-height:min(55dvh,460px);overflow-y:auto;overscroll-behavior:contain}.leaderboard-error{font-size:12px;display:grid;gap:12px}.results-dialog>.resource-explanation{margin:4px 0}@media(max-height:600px)and (orientation:landscape){.results-dialog{gap:7px;padding:18px 24px}.result-emblem{display:none}.result-title{font-size:23px}.final-score{padding:8px 0}.final-score strong{font-size:32px;margin-top:0}.result-actions{margin-top:4px}}@media(max-width:900px){:root{--feed-hud-top:112px;--feed-hud-right:max(16px,env(safe-area-inset-right));--feed-orb-size:34px}.feed-popover{top:112px;right:60px;max-height:min(660px,calc(100dvh - 205px))}.ipo-button,.reopen-results{top:163px;right:16px}.action-dock{left:16px;bottom:16px;padding:6px;gap:3px;border-radius:18px}.dock-item{min-width:50px;padding:6px;gap:3px}.dock-item>span:nth-child(2){font-size:8px}.dock-item kbd{display:none}.dock-icon{width:35px;height:29px}.dock-icon .action-artwork{width:40px;height:40px}.clock-hud{right:16px;bottom:19px}.clock-capsule{height:47px;padding:5px 8px 5px 5px;gap:8px;border-radius:17px}.clock-calendar{min-width:92px}.clock-calendar>span{font-size:9px}.clock-calendar>small{font-size:8px}.play-orb{width:34px;height:34px;border-radius:10px}.speed-control{min-width:28px;width:28px;font-size:10px}.skip-control{width:20px}}@media(max-width:900px)and (orientation:portrait){.game-app>.research-popover{bottom:112px;max-height:calc(100dvh - 224px)}}.funding-offer{padding:12px;border:1px solid hsl(var(--border));border-radius:14px;background:hsl(var(--brand-soft) / .45)}.funding-offer header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:12px}.funding-offer header span{color:hsl(var(--muted-foreground));font-size:10px}.funding-payout{margin:5px 0;color:hsl(var(--brand));font-size:24px;font-weight:750;font-variant-numeric:tabular-nums;line-height:1.2}.funding-offer p{margin:4px 0;font-size:11px;line-height:1.45;color:hsl(var(--muted-foreground))}.direct-actions .funding-offer small{display:block;text-align:left;margin:6px 0}.direct-actions .funding-button{width:100%;margin-top:8px;color:hsl(var(--mint-ink));background:hsl(var(--mint-soft));border-color:hsl(var(--brand) / .25)}.direct-actions .funding-button:hover{background:hsl(var(--brand-soft));color:hsl(var(--brand))}.press-visit-caption{pointer-events:auto;cursor:pointer;gap:6px;white-space:nowrap}.press-visit-caption:hover{filter:brightness(1.08)}.press-visit-caption:focus-visible{outline:2px solid #67ced0;outline-offset:3px}.leaderboard-dialog.profile-dialog{width:min(780px,calc(100vw - 32px));max-width:780px;padding:0}.leaderboard-list li{padding:0}.leaderboard-list li>button{width:100%;display:flex;align-items:center;gap:14px;padding:12px 3px;border:0;border-bottom:1px solid hsl(var(--border));background:transparent;text-align:left;color:inherit;cursor:pointer;transition:background .16s ease,padding .16s ease}.leaderboard-list li>button:hover{padding-inline:9px;background:hsl(var(--accent)/.65)}.leaderboard-list li>button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-2px}.leaderboard-list li>button>b{color:hsl(var(--warm-dark));font-size:18px;font-weight:800}.leaderboard-list li>button>div{min-width:0}.leaderboard-list li>button>span{margin-left:auto;font-weight:750;white-space:nowrap}.leaderboard-list li>button>svg{width:15px;color:hsl(var(--muted-foreground))}.player-profile{min-height:0;display:flex;flex-direction:column;overflow:hidden}.player-profile-header{position:relative;padding:28px 30px 23px;color:#f6f0dc;background:linear-gradient(125deg,#183b32,#315c48 64%,#9e593c);overflow:hidden}.player-profile-header:after{content:"";position:absolute;width:210px;height:210px;right:-45px;bottom:-125px;border:1px solid rgba(255,255,255,.24);border-radius:50%;box-shadow:0 0 0 24px #ffffff0d,0 0 0 55px #ffffff0a}.profile-back{position:relative;z-index:1;display:flex;align-items:center;gap:7px;margin:0 0 23px;padding:0;border:0;background:transparent;color:#ffffffbd;font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.profile-back svg{width:14px}.archive-kicker{position:relative;z-index:1;display:flex;align-items:center;gap:7px;color:#ddac72;font-size:9px;font-weight:800;letter-spacing:.18em}.player-profile h2{position:relative;z-index:1;margin:5px 0 2px;font:650 clamp(31px,5vw,48px)/1 "Fraunces Variable",serif;letter-spacing:-.035em}.player-profile-header p{position:relative;z-index:1;max-width:510px;margin:10px 0 0;color:#ffffffb8;font-size:11px;line-height:1.55}.player-run-summary{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-bottom:1px solid hsl(var(--border));background:hsl(var(--secondary)/.52)}.player-run-summary>div{padding:14px 20px;border-right:1px solid hsl(var(--border))}.player-run-summary>div:last-child{border-right:0}.player-run-summary dt,.run-archive-list small{color:hsl(var(--muted-foreground));font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.player-run-summary dd{margin:3px 0 0;font:700 16px/1.2 Fraunces Variable,serif}.run-sort{display:flex;align-items:center;gap:4px;padding:10px 20px 0}.run-sort>span{margin-right:auto;color:hsl(var(--muted-foreground));font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.run-sort button{padding:6px 9px;border:1px solid transparent;border-radius:9px;color:hsl(var(--muted-foreground));background:transparent;font-size:9px;font-weight:700;cursor:pointer}.run-sort button:hover{color:hsl(var(--foreground));background:hsl(var(--secondary))}.run-sort button.selected{color:hsl(var(--brand-foreground));border-color:hsl(var(--brand)/.25);background:hsl(var(--brand))}.run-archive-list{min-height:0;max-height:min(48dvh,440px);margin:0;padding:0 20px 15px;overflow:auto;list-style:none}.run-archive-list li{display:grid;grid-template-columns:36px minmax(130px,1fr) minmax(76px,.72fr) 58px auto;align-items:center;gap:14px;min-height:74px;border-bottom:1px solid hsl(var(--border))}.run-index{color:hsl(var(--warm-dark));font:700 17px/1 Fraunces Variable,serif}.run-identity{min-width:0}.run-identity strong,.run-identity span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.run-identity strong{font-size:13px}.run-identity span{margin-top:3px;color:hsl(var(--muted-foreground));font-size:9px}.run-score b,.run-dirty b{display:block;margin-top:3px;font-size:11px;white-space:nowrap}.run-archive-list .button{min-width:96px;font-size:10px}.run-archive-list .button svg{width:13px}.archive-loading{display:flex;align-items:center;justify-content:center;gap:8px;min-height:220px;color:hsl(var(--muted-foreground));font-size:11px}.archive-loading svg{width:17px}.replay-player{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;isolation:isolate;overflow:hidden;color:#f4f0df;background:#17261f}.replay-world,.replay-world>.campus-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.replay-world .campus-canvas:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(8,17,14,.56),transparent 21%,transparent 60%,rgba(8,17,14,.74))}.replay-world .camera-controls{z-index:5;bottom:174px}.replay-world .camera-controls button{color:#f4f0df;border-color:#fff3;background:#0d1c17b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.replay-world .map-help{z-index:5;bottom:180px;color:#ffffffa6}.replay-topbar{position:absolute;inset:0 0 auto;z-index:8;display:grid;grid-template-columns:1fr auto 42px;align-items:start;gap:18px;padding:22px 24px;pointer-events:none}.replay-topbar>*{pointer-events:auto}.replay-run-title h1{margin:4px 0 0;font:650 clamp(25px,3.3vw,43px)/1 "Fraunces Variable",serif;letter-spacing:-.035em;text-shadow:0 2px 12px rgba(0,0,0,.28)}.replay-run-title p{margin:6px 0 0;color:#ffffffab;font-size:10px}.replay-run-title .archive-kicker{color:#f2b977}.replay-run-title .archive-kicker svg{width:13px}.replay-light{display:flex;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:#0d1c17ad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.replay-light button{display:flex;align-items:center;gap:6px;padding:7px 9px;border:0;border-radius:10px;color:#ffffff94;background:transparent;font-size:9px;cursor:pointer}.replay-light button.selected{color:#20382f;background:#f4ead2}.replay-light svg{width:13px}.replay-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#fff;background:#0d1c17ad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}.replay-close svg{width:17px}.replay-metrics{position:absolute;z-index:7;top:110px;left:24px;width:156px;display:grid;gap:5px}.replay-metrics>div{display:grid;grid-template-columns:21px 1fr;grid-template-rows:auto auto;-moz-column-gap:8px;column-gap:8px;padding:8px 10px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:#0d1c17ad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.replay-metrics svg{grid-row:1/3;align-self:center;width:15px;color:#e5a968}.replay-metrics span{color:#ffffff8c;font-size:7px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.replay-metrics strong{margin-top:1px;overflow:hidden;text-overflow:ellipsis;font-size:10px;white-space:nowrap}.replay-state{position:absolute;z-index:10;top:50%;left:50%;width:min(390px,calc(100vw - 40px));transform:translate(-50%,-50%);display:grid;justify-items:center;gap:10px;padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:20px;color:#f4f0df;background:#0d1c17e0;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.replay-state>svg{width:26px;color:#e5a968}.replay-state h2{margin:0;font:650 24px/1.1 Fraunces Variable,serif}.replay-state p{margin:0;color:#ffffffa6;font-size:11px;line-height:1.5}.replay-state .button{color:#20382f;border-color:transparent;background:#f4ead2}.replay-console{position:absolute;z-index:9;right:16px;bottom:14px;left:16px;padding:12px 16px 13px;border:1px solid rgba(255,255,255,.16);border-radius:18px;color:#f4f0df;background:#0c1915e3;box-shadow:0 18px 50px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.replay-clockline{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:14px}.replay-clockline>div:last-child{text-align:right}.replay-clockline span{display:block;color:#ffffff73;font-size:7px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.replay-clockline strong{display:block;margin-top:2px;font-size:10px}.replay-clockline .replay-status{display:flex;align-items:center;gap:5px;color:#b8d8b4;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.replay-status svg{width:12px}.replay-chart{position:relative;height:48px;margin-top:5px}.replay-chart svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.replay-chart-line{fill:none;stroke:#efad67;stroke-width:2;vector-effect:non-scaling-stroke}.replay-chart-area{fill:#efad6714;stroke:none}.replay-chart input{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}.replay-markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.replay-markers i{position:absolute;bottom:-1px;width:2px;height:8px;border-radius:2px 2px 0 0;background:#ffffff73}.replay-transport{display:grid;grid-template-columns:30px 38px 30px auto 1fr auto;align-items:center;gap:5px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.replay-transport>button,.replay-speed button{display:grid;place-items:center;height:27px;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:#f4f0df;background:#ffffff0a;cursor:pointer}.replay-transport>button svg{width:14px}.replay-transport .replay-play{height:34px;color:#1d352c;background:#f0e5cd}.replay-speed{display:flex;align-items:center;gap:3px;margin-left:10px;color:#ffffff73}.replay-speed>svg{width:13px;margin-right:2px}.replay-speed button{width:28px;height:23px;font-size:8px}.replay-speed button.selected{color:#1d352c;background:#dda461}.replay-buffer,.replay-tick{color:#ffffff6e;font-size:8px}.replay-buffer{justify-self:end}.replay-buffer.loading{color:#efad67}.replay-tick{min-width:100px;text-align:right;font-variant-numeric:tabular-nums}.replay-archive-note{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px 28px;padding:18px 20px}.replay-archive-note h2{margin:3px 0 4px;font:650 20px/1.1 Fraunces Variable,serif}.replay-archive-note p{max-width:720px;margin:0;color:#ffffff9e;font-size:9px;line-height:1.5}.replay-archive-note details{font-size:8px;color:#ffffff80}.replay-archive-note summary{cursor:pointer;text-decoration:underline;text-underline-offset:3px}.replay-archive-note details p{margin-top:7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.replay-archive-tick{grid-column:2;grid-row:1/3;align-self:center;max-width:170px;color:#ffffffb3;font-size:9px;text-align:right}.replay-theme-light .replay-light,.replay-theme-light .replay-close,.replay-theme-light .replay-world .camera-controls button{color:#244238;border-color:#1e423633;background:#f9f6eae6;box-shadow:0 6px 20px #142c241f}.replay-theme-light .replay-light button{color:#244238a3}.replay-theme-light .replay-light button.selected{color:#f8f2df;background:#315b4b}.replay-theme-light .replay-metrics>div,.replay-theme-light .replay-console,.replay-theme-light .replay-state{color:#203d33;border-color:#1e42362e;background:#f9f6eaeb;box-shadow:0 12px 36px #142c2424}.replay-theme-light .replay-metrics svg{color:#a05d3d}.replay-theme-light .replay-metrics span,.replay-theme-light .replay-clockline span,.replay-theme-light .replay-buffer,.replay-theme-light .replay-tick{color:#203d3394}.replay-theme-light .replay-clockline .replay-status{color:#315b4b}.replay-theme-light .replay-chart-line{stroke:#a85f3e}.replay-theme-light .replay-chart-area{fill:#a85f3e1a}.replay-theme-light .replay-markers i{background:#203d3366}.replay-theme-light .replay-transport{border-color:#1e423624}.replay-theme-light .replay-transport>button,.replay-theme-light .replay-speed button{color:#294b3f;border-color:#1e42362e;background:#315b4b0f}.replay-theme-light .replay-transport .replay-play{color:#f8f2df;background:#315b4b}.replay-theme-light .replay-speed{color:#203d337a}.replay-theme-light .replay-speed button.selected{color:#fff8e8;background:#a85f3e}.replay-theme-light .replay-state>svg{color:#a85f3e}.replay-theme-light .replay-state p,.replay-theme-light .replay-archive-note p,.replay-theme-light .replay-archive-note details,.replay-theme-light .replay-archive-tick{color:#203d33ad}.replay-theme-light .replay-state .button{color:#f8f2df;background:#315b4b}.replay-theme-light .replay-archive-note .archive-kicker{color:#a85f3e}@media(max-width:720px){.player-run-summary>div{padding-inline:12px}.run-archive-list{padding-inline:12px}.run-sort{align-items:flex-start;flex-wrap:wrap;padding-inline:12px}.run-sort>span{width:100%;flex-basis:100%}.run-sort button{padding-inline:7px}.run-archive-list li{grid-template-columns:28px 1fr auto;gap:8px;padding:9px 0}.run-score,.run-dirty{display:none}.run-archive-list .button{min-width:78px;padding-inline:8px}.replay-topbar{grid-template-columns:1fr 38px;padding:14px}.replay-light{grid-column:1/3;justify-self:start;grid-row:2}.replay-light button span{display:none}.replay-metrics{top:166px;left:14px;width:132px}.replay-metrics>div{padding:6px 8px}.replay-console{right:8px;bottom:8px;left:8px;padding:10px}.replay-clockline .replay-status,.replay-buffer{display:none}.replay-clockline{grid-template-columns:1fr 1fr}.replay-chart{height:34px}.replay-transport{grid-template-columns:27px 34px 27px 1fr auto}.replay-speed{margin-left:5px}.replay-tick{min-width:76px}.replay-world .camera-controls{bottom:154px}.replay-world .map-help{display:none}.replay-archive-note{grid-template-columns:1fr;gap:6px}.replay-archive-note h2{font-size:17px}.replay-archive-tick{grid-column:1;grid-row:auto;max-width:none;text-align:left}}.replay-buffered-track{position:absolute;bottom:0;left:0;height:4px;background:#a2c5ad8c;pointer-events:none}.replay-playhead{position:absolute;top:0;bottom:0;width:2px;background:var(--replay-accent,#e5d5a5);pointer-events:none}.replay-retry{color:#f1c89d;font-size:12px}
