@import "https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@700&display=swap";.su-overlay,.su-dialog{--font-display:"Plateia", sans-serif;--font-body:"Geist", system-ui, sans-serif;--font-mono:"Ubuntu Mono", ui-monospace, monospace;--bg-card:#0f1419;--bg:#05080c;--border:#ffffff14;--border-hi:#ffffff2e;--text:#fff;--text-soft:#a8b0bd;--cyan:#00d4ff;--orange:#fe5317}.su-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#05080cd1;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.su-dialog{background:var(--bg-card,#0f1419);border:1px solid var(--border,#ffffff14);text-align:center;-webkit-overflow-scrolling:touch;border-radius:10px;width:min(100%,620px);max-height:min(90vh,820px);padding:48px 28px 32px;position:relative;overflow:hidden auto;box-shadow:0 24px 80px #0000008c}.su-close{z-index:2;width:36px;height:36px;color:var(--text-soft,#8b95a5);cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}.su-close:hover{color:var(--text,#fff)}.su-head{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--cyan,#00d4ff);overflow-wrap:anywhere;padding:0 36px;font-size:13px;font-weight:200;line-height:1.5}.su-sub{color:var(--text-soft,#a8b0bd);overflow-wrap:break-word;margin-top:12px;padding:0 8px;font-size:15px;line-height:1.65}.su-chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px;display:grid}.su-chip{min-height:92px;font-family:var(--font-body);letter-spacing:.2px;text-transform:none;color:var(--text-soft,#a8b0bd);background:var(--bg,#05080c);border:1px solid var(--border,#ffffff14);cursor:pointer;white-space:normal;overflow-wrap:anywhere;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px 8px;font-size:12px;font-weight:500;line-height:1.35;transition:border-color .2s,color .2s,background .2s;display:flex}.su-chip-icon{flex-shrink:0;width:26px;height:26px}.su-chip-label{max-width:100%;display:block}.su-chip:hover{border-color:var(--border-hi,#ffffff2e);color:var(--text,#fff)}.su-chip.selected{border-color:var(--cyan,#00d4ff);color:var(--cyan,#00d4ff)}.su-chip.joined{border-color:#00d4ff59}.su-chip-badge{font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;opacity:.9;margin-top:2px;font-size:9px;display:block}.su-chip:disabled{opacity:.7;cursor:wait}.su-panel{border:1px solid var(--border,#ffffff0f);text-align:left;background:#ffffff05;border-radius:8px;margin-top:24px;padding:22px 20px}.su-steam,.su-form{margin-top:0}.su-body-copy,.su-steam-copy,.su-waitlist-copy{color:var(--text-soft,#a8b0bd);overflow-wrap:break-word;font-size:15px;line-height:1.65}.su-btn{font-family:var(--font-display);letter-spacing:.5px;cursor:pointer;border-radius:6px;padding:13px 24px;font-size:15px;transition:transform .15s,box-shadow .2s}.su-btn-block{width:100%;margin-top:16px}.su-btn-primary{color:#fff;background:var(--orange,#fe5317);border:1px solid var(--orange,#fe5317);margin-top:0}.su-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #fe53174d}.su-btn-primary:disabled{opacity:.7;cursor:wait}.su-form-row{justify-content:stretch;gap:10px;margin-top:16px;display:flex}.su-input{font-family:var(--font-body);color:var(--text,#fff);background:var(--bg,#05080c);border:1px solid var(--border,#ffffff14);border-radius:6px;outline:none;flex:1;min-width:0;padding:13px 16px;font-size:16px}.su-input-block{width:100%;margin-top:14px;display:block}.su-input:focus{border-color:var(--cyan,#00d4ff)}.su-success{color:var(--cyan,#00d4ff);margin-top:0;font-size:16px;line-height:1.6}.su-followup{border-top:1px solid var(--border,#ffffff14);text-align:left;margin-top:28px;padding-top:24px}.su-join-more{color:var(--text-soft,#a8b0bd);text-align:center;overflow-wrap:break-word;margin-bottom:20px;font-size:14px;line-height:1.6}.su-section{border:1px solid var(--border,#ffffff0f);background:#ffffff05;border-radius:8px;margin-bottom:20px;padding:20px}.su-section-title{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--cyan,#00d4ff);font-size:13px;font-weight:200}.su-section-sub{color:var(--text-soft,#a8b0bd);overflow-wrap:break-word;margin-top:10px;font-size:14px;line-height:1.65}.su-refer-form{margin-top:16px}.su-select-label{color:var(--text-soft,#a8b0bd);flex-direction:column;gap:8px;font-size:14px;display:flex}.su-select{font-family:var(--font-body);color:var(--text,#fff);background:var(--bg,#05080c);border:1px solid var(--border,#ffffff14);border-radius:6px;outline:none;padding:12px 14px;font-size:16px}.su-select:focus{border-color:var(--cyan,#00d4ff)}.su-btn-ghost{color:var(--text-soft,#a8b0bd);border:1px solid var(--border,#ffffff14);background:0 0;margin-top:4px}.su-btn-ghost:hover{color:var(--text,#fff);border-color:var(--border-hi,#ffffff2e)}.su-error{color:var(--orange,#fe5317);margin-top:12px;font-size:15px}@media (width<=640px){.su-dialog{padding:44px 16px 24px}.su-chips{grid-template-columns:repeat(2,minmax(0,1fr))}.su-head{letter-spacing:1.5px;padding:0 28px;font-size:12px}.su-form-row{flex-direction:column;align-items:stretch}.su-input{min-width:0}.su-btn-primary{width:100%}}.landing-page{--lp-bg:#111;--lp-peach:#f9ddd2;--lp-orange:#ff6423;--lp-teal:#18ffe3;--lp-teal-beam:#0ef8f0;--lp-muted:#a5948d;--lp-border:#ffd3c0;--lp-faq-bg:#141312;--lp-faq-border:#33302d;--lp-faq-plus:#2a2622;--lp-footer:#0f0f0f;--lp-footer-border:#3a3d40;--lp-zinc:#a1a1aa;--font-display:"Plateia", sans-serif;--font-body:"Geist", system-ui, sans-serif;--font-cta:"Ubuntu Mono", ui-monospace, monospace;background-color:var(--lp-bg);color:#fff;font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-image:url(/images/landing/v2/stars-bg.png);background-position:top;background-repeat:repeat-y;background-size:100%;min-height:100vh;line-height:1.5;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box}.landing-page a,.landing-page button,.landing-page summary{cursor:pointer}.landing-page img{max-width:100%;display:block}.landing-page .lp-orange{color:var(--lp-orange)}.landing-page .lp-teal{color:var(--lp-teal)}.landing-page .lp-hero-outer{padding:28px 32px}.landing-page .lp-hero-wrap{--lp-cut-br:clamp(72px, 9vw, 112px);--lp-hero-clip:polygon(0 0, 100% 0, 100% calc(100% - var(--lp-cut-br)), calc(100% - var(--lp-cut-br)) 100%, 0 100%);width:100%;max-width:1376px;margin:0 auto;position:relative}.landing-page .lp-hero-shell{z-index:1;background:var(--lp-border);clip-path:var(--lp-hero-clip);padding:2px;position:relative}.landing-page .lp-hero{z-index:1;background:var(--lp-bg);clip-path:var(--lp-hero-clip);flex-direction:column;display:flex;position:relative;overflow:hidden}.landing-page .lp-top-nav{z-index:5;border-bottom:2px solid var(--lp-border);background:0 0;justify-content:center;align-items:center;height:58px;display:flex;position:absolute;top:0;left:0;right:0}.landing-page .lp-wordmark{font-family:var(--font-display);letter-spacing:.02em;color:#fff;text-transform:uppercase;margin:0;font-size:clamp(22px,3vw,28px);font-weight:700}.landing-page .lp-wordmark-accent{color:var(--lp-orange)}.landing-page .lp-hero-city{width:100%;height:min(420px,42dvh,40vw);min-height:180px;position:relative;overflow:hidden}@supports not (height:100dvh){.landing-page .lp-hero-city{height:min(420px,42vh,40vw)}}.landing-page .lp-hero-city img{object-fit:cover;object-position:center top;width:100%;height:100%}.landing-page .lp-hero-text{z-index:3;flex-direction:column;align-items:flex-start;padding:36px 64px 48px;display:flex;position:relative}.landing-page .lp-hero-title{max-width:100%;font-family:var(--font-display);color:var(--lp-peach);text-transform:uppercase;margin:0 0 24px;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.12}.landing-page .lp-hero-title-accent{color:var(--lp-orange)}.landing-page .lp-hero-line{color:#fff;margin:0 0 8px;font-size:clamp(16px,1.7vw,20px);line-height:1.3}.landing-page .lp-hero-cta{margin:40px 0 12px;position:relative}.landing-page .lp-hero-cta-row{flex-wrap:wrap;align-items:center;gap:16px 20px;display:flex}.landing-page .lp-other-platforms-btn{max-width:min(280px,100%);font-family:var(--font-body);color:var(--lp-muted);text-align:left;background:#1111118c;border:1px solid #ffd3c047;border-radius:4px;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;font-weight:500;line-height:1.35;transition:color .15s,border-color .15s,background-color .15s;display:inline-flex}.landing-page .lp-other-platforms-btn:hover{color:var(--lp-peach);background:#111111bf;border-color:#ffd3c080}.landing-page .lp-other-platforms-btn:focus-visible{outline:2px solid var(--lp-teal);outline-offset:2px}.landing-page .lp-steam-btn{aspect-ratio:404/84;color:#fff;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;gap:12px;width:min(404px,100%);height:auto;padding:23px 24px;transition:transform .15s,filter .15s;display:inline-flex;position:relative;overflow:visible;box-shadow:0 4px #00000073}.landing-page .lp-steam-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.landing-page .lp-steam-btn-shape{z-index:0;object-fit:fill;pointer-events:none;width:calc(100% + 1.5px);max-width:none;height:calc(100% + 1.5px);position:absolute;inset:-.75px}.landing-page .lp-steam-btn-inner{z-index:1;font-family:var(--font-cta);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:12px;font-size:clamp(16px,2vw,28px);font-weight:700;display:inline-flex;position:relative}.landing-page .lp-steam-icon{flex-shrink:0;width:38px;max-width:none;height:38px}.landing-page .lp-steam-btn--wide{aspect-ratio:688/82;width:min(100%,688px);box-shadow:none;padding:16px 12px}.landing-page .lp-steam-btn--wide .lp-steam-btn-fuzz{z-index:0;opacity:.14;mix-blend-mode:soft-light;pointer-events:none;clip-path:polygon(1px 1px,calc(100% - 14px) 1px,calc(100% - 1px) 14px,calc(100% - 1px) calc(100% - 1px),14px calc(100% - 1px),1px calc(100% - 14px));background:url(/images/landing/v2/hero-fuzz.png) 0 0/512px 512px;position:absolute;inset:0}.landing-page .lp-steam-btn--wide .lp-steam-btn-inner{gap:14px;font-size:clamp(20px,3vw,40px)}.landing-page .lp-steam-btn--wide .lp-steam-icon{width:40px;height:40px}.landing-page .lp-hit-hint{pointer-events:none;width:min(210px,40vw);position:absolute;top:-78px;left:calc(100% - 12px)}.landing-page .lp-hero-note{max-width:42rem;color:var(--lp-muted);margin:0;font-size:16px;font-weight:300;line-height:1.4}.landing-page .lp-hero-note a{color:inherit;text-underline-offset:2px;text-decoration:underline}.landing-page .lp-hero-fuzz{z-index:1;opacity:.05;pointer-events:none;background:url(/images/landing/v2/hero-fuzz.png) 0 0/512px 512px;position:absolute;inset:0}.landing-page .lp-hero-gcoin{z-index:3;aspect-ratio:43/44;pointer-events:none;width:clamp(28px,4vw,43px);max-width:none;height:auto;position:absolute;bottom:10px;right:10px}.landing-page .lp-middle{background:0 0;flex-direction:column;align-items:center;gap:clamp(120px,18vw,260px);padding:160px 32px 0;display:flex;position:relative}.landing-page .lp-split{align-items:flex-start;gap:0;width:min(1376px,100%);display:flex}.landing-page .lp-split-title{font-family:var(--font-display);letter-spacing:.04em;color:var(--lp-peach);text-transform:uppercase;white-space:pre-line;flex:0 0 min(50%,688px);margin:0;padding-right:24px;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.15}.landing-page .lp-split-body{flex:688px;max-width:688px}.landing-page .lp-split-body p{color:#fff;margin:0 0 14px;font-size:clamp(18px,2vw,24px);font-weight:300;line-height:34px}.landing-page .lp-split-cta{color:var(--lp-orange)!important;margin-top:10px!important;font-size:clamp(24px,3vw,36px)!important;font-weight:400!important}.landing-page .lp-center-title{font-family:var(--font-display);letter-spacing:.04em;color:var(--lp-peach);text-align:center;text-transform:uppercase;margin:0;font-size:clamp(28px,4vw,48px);font-weight:700}.landing-page .lp-how{--lp-how-rail-pad:48px;--lp-how-accent-w:3px;flex-direction:column;align-items:center;width:100%;padding-top:40px;display:flex}.landing-page .lp-how .lp-center-title{margin-bottom:140px}.landing-page .lp-how-rail{--lp-how-line-top:0px;--lp-how-line-height:100%;width:min(1376px,100%);padding:0 0 0 var(--lp-how-rail-pad);flex-direction:column;gap:max(140px,100dvh - 560px);display:flex;position:relative}.landing-page .lp-how-rail:before{content:"";top:var(--lp-how-line-top);width:1px;height:var(--lp-how-line-height);pointer-events:none;background:#ffffff38;position:absolute;left:0}.landing-page .lp-how-row{opacity:0;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;transition:opacity .5s,filter .5s;display:flex}.landing-page .lp-how-row.is-faded{opacity:.42}.landing-page .lp-how-row.is-active{opacity:1}.landing-page .lp-how-copy{flex:664px;max-width:664px;padding-left:16px;position:relative}.landing-page .lp-how-copy:before{content:"";top:0;bottom:0;left:calc(-1 * var(--lp-how-rail-pad) + 1px);width:var(--lp-how-accent-w);background:0 0;transition:background-color .45s;position:absolute}.landing-page .lp-how-row.is-faded .lp-how-copy:before{background:#5a5a5a}.landing-page .lp-how-row.is-active .lp-how-copy:before{background:var(--lp-orange)}.landing-page .lp-how-copy h3{color:#8a7f78;margin:0 0 10px;font-size:20px;font-weight:400;transition:color .45s}.landing-page .lp-how-row.is-active .lp-how-copy h3{color:var(--lp-orange)}.landing-page .lp-how-copy p{color:#d4d4d8;margin:0;font-size:18px;font-weight:300;line-height:1.5}.landing-page .lp-how-shot{border-radius:10px;flex:0 560px;width:min(560px,46%);overflow:hidden}.landing-page .lp-how-shot img{object-fit:contain;width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){.landing-page .lp-how-row{opacity:1;transition:none}.landing-page .lp-how-copy:before,.landing-page .lp-how-copy h3{transition:none}.landing-page .lp-how-copy:before{background:var(--lp-orange)}.landing-page .lp-how-copy h3{color:var(--lp-orange)}}.landing-page .lp-roadmap{--lp-ease-beam:cubic-bezier(.22, 1, .36, 1);--lp-ease-out:cubic-bezier(.23, 1, .32, 1);flex-direction:column;align-items:center;width:100%;padding-top:180px;display:flex;overflow:visible}.landing-page .lp-roadmap .lp-center-title{margin-bottom:72px}.landing-page .lp-roadmap-steps{z-index:0;justify-content:space-between;align-items:flex-end;width:min(1180px,100%);margin:0 0 -8px;padding:0 24px;list-style:none;display:flex;position:relative;overflow:visible}.landing-page .lp-roadmap-step{--lp-roadmap-duration:1.5s;--lp-roadmap-delay:0s;--lp-roadmap-pillar-h:270px;width:min(168px,18vw);height:calc(var(--lp-roadmap-pillar-h) + 3.5em);flex-direction:column;justify-content:flex-end;align-items:center;display:flex;overflow:visible}@keyframes lp-roadmap-cap-in{0%,40%{opacity:0}to{opacity:1}}.landing-page .lp-roadmap-rise{width:100%;transition:transform var(--lp-roadmap-duration) var(--lp-ease-beam);transition-delay:var(--lp-roadmap-delay);will-change:transform;flex-direction:column;justify-content:flex-end;align-items:center;display:flex;transform:translateY(100%)}.landing-page .lp-roadmap.is-inview .lp-roadmap-rise{transform:translate(0,0)}.landing-page .lp-roadmap-stack{flex-direction:column;flex-shrink:0;align-items:center;width:100%;display:flex}.landing-page .lp-roadmap-label{max-width:100%;font-family:var(--font-body);letter-spacing:.06em;text-align:center;text-transform:uppercase;color:#e4e4e7;opacity:0;flex-shrink:0;margin:0 0 14px;font-size:clamp(11px,1.05vw,13px);font-weight:500;line-height:1.25}.landing-page .lp-roadmap-step--upcoming .lp-roadmap-label{color:#8b8b93}.landing-page .lp-roadmap-pillar{flex-direction:column;flex-shrink:0;align-items:center;width:40px;display:flex}.landing-page .lp-roadmap-marker{flex-shrink:0;width:40px;max-width:none;height:40px}.landing-page .lp-roadmap.is-inview .lp-roadmap-label{animation:lp-roadmap-cap-in var(--lp-roadmap-duration) var(--lp-ease-beam) both;animation-delay:var(--lp-roadmap-delay)}.landing-page .lp-roadmap-line{background:linear-gradient(to bottom, #011818f5, var(--lp-teal-beam));flex:auto;width:2px;min-height:40px;margin-top:0}.landing-page .lp-roadmap-step--current .lp-roadmap-line{width:6px;box-shadow:0 0 40px 2px #046c69b3}.landing-page .lp-roadmap-clouds{z-index:2;background:var(--lp-bg);pointer-events:none;width:100%;height:clamp(280px,35.4vw,510px);margin-top:0;position:relative;overflow:hidden}.landing-page .lp-roadmap-clouds img{object-fit:cover;object-position:center top;width:100%;max-width:none;height:100%;display:block}@media (prefers-reduced-motion:reduce){.landing-page .lp-roadmap-rise{transition:none;transform:translate(0,0)}.landing-page .lp-roadmap.is-inview .lp-roadmap-label{opacity:1;animation:none}}.landing-page .lp-calc-outer{z-index:3;margin-top:-56px;padding:0 32px 130px;position:relative}.landing-page .lp-calc-shell{--lp-calc-cut:72px;--lp-calc-clip:polygon(var(--lp-calc-cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--lp-calc-cut));background:var(--lp-border);width:min(1376px,100%);clip-path:var(--lp-calc-clip);margin:0 auto;padding:2px;position:relative}.landing-page .lp-calc{min-height:700px;clip-path:var(--lp-calc-clip);background:#061414;position:relative;overflow:hidden}.landing-page .lp-calc-skyline{z-index:0;pointer-events:none;width:100%;height:auto;position:absolute;bottom:0;left:0;right:0}.landing-page .lp-calc-gradient{z-index:1;pointer-events:none;background:linear-gradient(#002b2a85 36.3%,#171616 99.9%);position:absolute;inset:0}.landing-page .lp-calc-fuzz{z-index:2;opacity:.07;pointer-events:none;mix-blend-mode:soft-light;background:url(/images/landing/v2/calc-fuzz.png) 50%/cover no-repeat;position:absolute;inset:0}.landing-page .lp-calc-content{z-index:3;padding:96px 64px 64px;position:relative}.landing-page .lp-calc-title{font-family:var(--font-display);letter-spacing:.04em;color:#fff;text-align:center;text-transform:uppercase;margin:0 0 72px;font-size:clamp(28px,4vw,48px);font-weight:700}.landing-page .lp-calc-row{justify-content:space-between;align-items:center;gap:64px;display:flex}.landing-page .lp-calc-controls{flex-direction:column;flex:544px;align-items:center;max-width:544px;display:flex}.landing-page .lp-calc-label{color:#fff;text-align:center;margin:0 0 28px;font-size:24px;font-weight:400;display:block}.landing-page .lp-slider-wrap{width:min(460px,100%);position:relative}.landing-page .lp-slider{--lp-slider-progress:0%;appearance:none;background:linear-gradient(to right, var(--lp-orange) 0%, var(--lp-orange) var(--lp-slider-progress), #fff3 var(--lp-slider-progress), #fff3 100%);border-radius:3px;outline:none;width:100%;height:6px}.landing-page .lp-slider::-webkit-slider-runnable-track{background:0 0;border-radius:3px;height:6px}.landing-page .lp-slider::-webkit-slider-thumb{appearance:none;background:var(--lp-orange);cursor:pointer;border:2px solid #fff;border-radius:50%;width:22px;height:22px;margin-top:-8px;box-shadow:0 0 0 4px #ff642333}.landing-page .lp-slider::-moz-range-thumb{background:var(--lp-orange);cursor:pointer;border:2px solid #fff;border-radius:50%;width:22px;height:22px}.landing-page .lp-slider::-moz-range-track{background:0 0;border-radius:3px;height:6px}.landing-page .lp-slider::-moz-range-progress{background:var(--lp-orange);border-radius:3px;height:6px}.landing-page .lp-slider-ends{color:#777371;justify-content:space-between;margin-top:10px;font-size:15px;display:flex}.landing-page .lp-calc-hours{color:#fff;text-align:center;flex-direction:column;align-items:center;margin:24px 0 0;font-weight:700;line-height:1.3;display:flex}.landing-page .lp-calc-hours-num,.landing-page .lp-calc-hours-unit{font-size:32px}.landing-page .lp-calc-result{border:3px solid var(--lp-orange);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#27272acc;border-radius:12px;flex:none;justify-content:space-between;align-items:center;gap:24px;width:min(640px,100%);padding:24px;display:flex}.landing-page .lp-calc-result-main{flex-direction:column;gap:10px;min-width:0;display:flex}.landing-page .lp-calc-credits{align-items:flex-end;gap:10px;display:flex}.landing-page .lp-calc-credits-num{font-family:var(--font-display);letter-spacing:.04em;color:var(--lp-orange);text-shadow:4px 4px 2px #00000040;font-size:clamp(48px,6vw,68px);font-weight:700;line-height:1}.landing-page .lp-calc-credits-label{font-family:var(--font-display);text-transform:uppercase;flex-direction:column;gap:4px;padding-bottom:6px;display:flex}.landing-page .lp-calc-credits-label>span:first-child{letter-spacing:.08em;color:#a1a1aa;font-size:24px;font-weight:700}.landing-page .lp-calc-credits-label>span:last-child{font-family:var(--font-body);letter-spacing:.5em;color:#71717a;font-size:10px;font-weight:800}.landing-page .lp-calc-savings{font-family:var(--font-cta);letter-spacing:.08em;color:#a79a94;margin:0;font-size:24px}.landing-page .lp-calc-hearts{--lp-ease-out:cubic-bezier(.23, 1, .32, 1);flex-direction:column;flex-shrink:0;gap:6px;display:flex}.landing-page .lp-calc-heart{transform-origin:50%;width:38px;height:38px;transition:transform .32s var(--lp-ease-out);display:block;position:relative;transform:scale(.72)}.landing-page .lp-calc-heart.is-filled{transform:scale(1)}.landing-page .lp-calc-heart img{width:38px;max-width:none;height:38px;position:absolute;inset:0}.landing-page .lp-calc-heart-empty{opacity:1;transition:opacity .22s}.landing-page .lp-calc-heart-full{opacity:0;transition:opacity .28s var(--lp-ease-out), transform .32s var(--lp-ease-out);transform:scale(.85)}.landing-page .lp-calc-heart.is-filled .lp-calc-heart-empty{opacity:0}.landing-page .lp-calc-heart.is-filled .lp-calc-heart-full{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.landing-page .lp-calc-heart,.landing-page .lp-calc-heart-empty,.landing-page .lp-calc-heart-full{transition:none}}.landing-page .lp-faq{flex-direction:column;align-items:center;padding:100px 32px 194px;display:flex}.landing-page .lp-faq .lp-center-title{margin-bottom:44px}.landing-page .lp-faq-grid{grid-template-columns:1fr 1fr;align-items:start;gap:20px;width:min(1200px,100%);margin-bottom:44px;display:grid}.landing-page .lp-faq-item{background:var(--lp-faq-bg);border:1px solid var(--lp-faq-border);border-radius:8px 8px 8px 0;overflow:hidden}.landing-page .lp-faq-item:not(.lp-faq-item--left){border-radius:8px 8px 0}.landing-page .lp-faq-item summary{color:#fff;justify-content:space-between;align-items:center;gap:16px;padding:20px 16px 20px 24px;font-size:16px;list-style:none;display:flex}.landing-page .lp-faq-item summary::-webkit-details-marker{display:none}.landing-page .lp-faq-plus{background:var(--lp-faq-plus);width:30px;height:30px;color:var(--lp-orange);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;line-height:1;display:inline-flex}.landing-page .lp-faq-answer{color:#d4d4d8;padding:0 24px 20px;font-size:15px;line-height:1.55}.landing-page .lp-faq-ask{color:#fff;margin:0 0 9px;font-size:16px;font-weight:500}.landing-page .lp-faq-discord{color:#fff;align-items:center;gap:12px;font-size:14px;font-weight:300;text-decoration:none;display:inline-flex}.landing-page .lp-faq-discord:hover{text-decoration:underline}.landing-page .lp-faq-discord-icon{background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.landing-page .lp-early{z-index:2;background:#171717;flex-direction:column;align-items:center;min-height:548px;padding:150px 64px 200px;display:flex;position:relative;overflow:visible}.landing-page .lp-early-grid{z-index:0;opacity:.9;pointer-events:none;border-radius:inherit;clip-path:inset(0);background-color:#171717;background-image:url(/images/landing/v2/early-grid.png);background-position:0 0;background-repeat:repeat;background-size:100px 100px;position:absolute;inset:0}.landing-page .lp-early-vignette{z-index:1;pointer-events:none;clip-path:inset(0);background:radial-gradient(50% 50%,#0e0f1100 0%,#0e0f11 100%);position:absolute;inset:0}.landing-page .lp-early-fuzz{z-index:1;opacity:.1;mix-blend-mode:soft-light;pointer-events:none;clip-path:inset(0);background:url(/images/landing/v2/hero-fuzz.png) 0 0/512px 512px;position:absolute;inset:0}.landing-page .lp-early-figure{z-index:3;pointer-events:none;width:1542px;max-width:none;height:162px;position:absolute;top:-111px;left:50%;transform:translate(-50%)}.landing-page .lp-early-title{z-index:2;width:100%;font-family:var(--font-display);letter-spacing:.04em;text-align:center;text-transform:uppercase;background:linear-gradient(#c2c2c2 0%,#6f6f6f 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:normal;position:relative}.landing-page .lp-early-spacer{z-index:2;flex-shrink:0;width:10px;height:64px;position:relative}.landing-page .lp-early .lp-steam-btn{z-index:2;position:relative}.landing-page .lp-footer{background:var(--lp-footer);border-top:1px solid var(--lp-footer-border);padding:36px 64px}.landing-page .lp-footer-row{align-items:center;gap:24px;width:100%;display:flex}.landing-page .lp-footer-brand{flex-direction:column;flex:1 1 0;gap:12px;display:flex}.landing-page .lp-footer-name{letter-spacing:-.3px;color:#fff;align-items:center;gap:8px;font-size:24px;display:inline-flex}.landing-page .lp-footer-name img{width:25px;height:26px}.landing-page .lp-footer-legal{align-items:center;gap:10px;font-size:14px;display:flex}.landing-page .lp-footer-legal a{color:var(--lp-zinc);text-decoration:none}.landing-page .lp-footer-legal a:hover{color:#fff}.landing-page .lp-footer-legal span{background:#575351;width:1px;height:13px}.landing-page .lp-footer-copy{color:var(--lp-zinc);text-align:center;flex:1 1 0;margin:0;font-size:15px}.landing-page .lp-footer-socials{flex:1 1 0;justify-content:flex-end;gap:8px;display:flex}.landing-page .lp-footer-socials a{background:#26262a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.landing-page .lp-footer-socials a:hover{background:#333338}@media (width<=960px){.landing-page .lp-hero-wrap{--lp-cut-br:80px}.landing-page .lp-hero-city{height:min(340px,36dvh)}.landing-page .lp-hero-text{padding:32px 24px 40px}.landing-page .lp-hit-hint{display:none}.landing-page .lp-split{flex-direction:column;gap:28px}.landing-page .lp-split-title{flex-basis:auto;padding-right:0}.landing-page .lp-how{--lp-how-rail-pad:24px}.landing-page .lp-how .lp-center-title{margin-bottom:64px}.landing-page .lp-how-rail{gap:max(80px,100dvh - 640px)}.landing-page .lp-how-row{flex-direction:column}.landing-page .lp-how-shot{flex-basis:auto;width:100%;max-width:560px}.landing-page .lp-calc-shell{--lp-calc-cut:52px}.landing-page .lp-calc-content{padding:64px 24px 40px}.landing-page .lp-calc-row{flex-direction:column;align-items:stretch;gap:40px}.landing-page .lp-calc-controls{max-width:none}.landing-page .lp-calc-result{width:100%}.landing-page .lp-faq-grid{grid-template-columns:1fr}.landing-page .lp-footer-row{flex-direction:column;align-items:flex-start}.landing-page .lp-footer-copy,.landing-page .lp-footer-socials{text-align:left;justify-content:flex-start}}@media (height<=820px){.landing-page .lp-hero-outer{padding-top:20px;padding-bottom:20px}.landing-page .lp-hero-city{height:min(320px,34dvh)}.landing-page .lp-hero-text{padding-top:28px;padding-bottom:36px}.landing-page .lp-hero-title{margin-bottom:18px}.landing-page .lp-hero-cta{margin-top:28px}.landing-page .lp-hit-hint{display:none}}@media (height<=700px){.landing-page .lp-hero-city{height:min(240px,30dvh)}.landing-page .lp-hero-text{padding-top:22px;padding-bottom:28px}.landing-page .lp-hero-cta{margin-top:20px}}@media (width<=640px){.landing-page .lp-hero-outer,.landing-page .lp-calc-outer,.landing-page .lp-middle,.landing-page .lp-faq,.landing-page .lp-early,.landing-page .lp-footer{padding-left:16px;padding-right:16px}.landing-page .lp-hero-wrap{--lp-cut-br:56px}.landing-page .lp-hero-city{height:min(280px,32dvh)}.landing-page .lp-steam-btn-inner{white-space:normal;text-align:left}.landing-page .lp-roadmap{padding-top:96px}.landing-page .lp-roadmap-steps{gap:8px;padding:0 8px}.landing-page .lp-roadmap-step{width:min(72px,18vw)}.landing-page .lp-roadmap-label{margin-bottom:8px;font-size:9px}.landing-page .lp-roadmap-clouds{height:clamp(200px,48vw,320px)}.landing-page .lp-early{min-height:0;padding-top:120px;padding-bottom:120px}.landing-page .lp-early-figure{aspect-ratio:1542/162;width:min(1542px,220vw);height:auto;top:-72px}.landing-page .lp-early-spacer{height:40px}}
