.nav.svelte-1h32yp1{position:fixed;top:20px;left:0;right:0;z-index:100;display:flex;justify-content:center;pointer-events:none}.nav-glass.svelte-1h32yp1{pointer-events:auto;background:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:100px;padding:16px 80px;display:flex;align-items:center;gap:40px;box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000f}.nav-links.svelte-1h32yp1{display:flex;gap:52px;list-style:none}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:16px;font-weight:400;transition:opacity .2s,color .2s;color:var(--nav-default)}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{opacity:.6}.nav-over-light .nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){color:var(--nav-light)}.nav-over-light .nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--nav-light-hover);opacity:var(--nav-light-hover-opacity)}.nav-white .nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){color:#fff}.nav-white .nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{opacity:.85;color:#fff}@media(max-width:1399px){.nav-glass.svelte-1h32yp1{padding:14px 50px;gap:28px}.nav-links.svelte-1h32yp1{gap:44px}}@media(max-width:900px){.nav-glass.svelte-1h32yp1{width:auto;padding:12px 28px;gap:16px;justify-content:center}.nav-links.svelte-1h32yp1{gap:31px}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:14px}}@media(max-width:414px){.nav-glass.svelte-1h32yp1{padding:12px 18px}.nav-links.svelte-1h32yp1{gap:25px}}.hero.svelte-1q37ri0{height:100vh;min-height:700px;position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:0 5%}.hero-text.svelte-1q37ri0{text-align:left;position:relative;z-index:2;padding-left:5%;transform:rotate(-5deg);transform-origin:center center}.hero-text-centered.svelte-1q37ri0{text-align:center;padding-left:0;padding-right:0;display:flex;flex-direction:column;align-items:center;transform:none;margin-top:-48px}.hero-line1.svelte-1q37ri0{font-size:40px;font-weight:300;line-height:1.2;padding:10px 0;margin-top:var(--hero-line1-mt);margin-bottom:var(--hero-line1-mb)}.hero-text-centered.svelte-1q37ri0 .hero-line1:where(.svelte-1q37ri0){order:2;position:relative;z-index:2}.hero-word-static.svelte-1q37ri0{font-weight:700}.hero-title-img.svelte-1q37ri0{width:90%;max-width:100%;height:auto;display:block}.hero-text-centered.svelte-1q37ri0 .hero-title-img:where(.svelte-1q37ri0){margin-left:auto;margin-right:auto;order:1}.hero-socials.svelte-1q37ri0{position:absolute;bottom:40px;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2}.hero-scroll-prompt.svelte-1q37ri0{opacity:0;display:flex;flex-direction:column;align-items:center;gap:4px;font-family:Product Sans,sans-serif;font-weight:400;font-size:16px}.hero-socials-animated .hero-scroll-prompt.svelte-1q37ri0{opacity:1;animation:svelte-1q37ri0-heroScrollFadeIn .6s ease-out forwards}@keyframes svelte-1q37ri0-heroScrollFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero-scroll-arrow.svelte-1q37ri0{display:block;animation:svelte-1q37ri0-heroScrollBounce 1.2s ease-in-out infinite}.hero-scroll-arrow.svelte-1q37ri0 svg:where(.svelte-1q37ri0){width:24px;height:24px;display:block}@keyframes svelte-1q37ri0-heroScrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media(max-width:1399px){.hero-line1.svelte-1q37ri0{font-size:30px}}@media(max-width:900px){.hero-text.svelte-1q37ri0:not(.hero-text-centered){margin-top:var(--hero-mobile-offset, 0)}.hero-title-img.svelte-1q37ri0{width:95%}.hero-text-centered.svelte-1q37ri0 .hero-title-img:where(.svelte-1q37ri0){width:140vw;max-width:none;margin-left:50%;transform:translate(-50%)}.hero-text-centered.svelte-1q37ri0{padding-left:0;padding-right:0;text-align:center;display:flex;flex-direction:column;align-items:center;transform:none}.hero-line1.svelte-1q37ri0{font-size:26px;margin-top:-80px;margin-bottom:var(--hero-line1-mb-mobile)}.hero-socials.svelte-1q37ri0{bottom:24px}.hero-scroll-prompt.svelte-1q37ri0{font-size:14px}.hero-scroll-arrow.svelte-1q37ri0 svg:where(.svelte-1q37ri0){width:20px;height:20px}}.welcome-sticky-wrap.svelte-7hpc9t{background:#fff}.welcome.svelte-7hpc9t{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:100px 80px 80px;background:#fff}.welcome.svelte-7hpc9t .about-header:where(.svelte-7hpc9t){font-family:Product Sans,sans-serif;font-weight:400;font-size:57px;line-height:1.4;color:var(--about-color);opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out;max-width:50vw}.about-line.svelte-7hpc9t{display:block}.about-line.svelte-7hpc9t:not(:last-child){margin-bottom:1.8em}.about-revealed .about-header.svelte-7hpc9t{opacity:1;transform:translateY(0)}@media(max-width:1399px){.welcome.svelte-7hpc9t .about-header:where(.svelte-7hpc9t){font-size:45px;max-width:60vw}}@media(max-width:900px){.welcome.svelte-7hpc9t{padding:60px 24px 50px}.welcome.svelte-7hpc9t .about-header:where(.svelte-7hpc9t){font-size:34px;max-width:100%}}@media(min-width:601px)and (max-width:900px){.welcome.svelte-7hpc9t .about-header:where(.svelte-7hpc9t){max-width:60vw}}.vargus-logo.svelte-1u6r6qv{display:block;height:auto}.vargus-slash.svelte-1u6r6qv{transform-box:fill-box;transform-origin:center;animation:svelte-1u6r6qv-vargus-slash-spin 4s cubic-bezier(.6,0,.4,1) infinite}@keyframes svelte-1u6r6qv-vargus-slash-spin{0%,20%{transform:rotate(0)}50%,70%{transform:rotate(360deg)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.vargus-slash.svelte-1u6r6qv{animation:none}}.vargus-eye.svelte-12ghcrn{display:block;flex-shrink:0}.vargus-eye-slash.svelte-12ghcrn{transform-box:fill-box;transform-origin:center;animation:svelte-12ghcrn-vargus-eye-slash-spin 4s cubic-bezier(.6,0,.4,1) infinite}@keyframes svelte-12ghcrn-vargus-eye-slash-spin{0%,20%{transform:rotate(0)}50%,70%{transform:rotate(360deg)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.vargus-eye-slash.svelte-12ghcrn{animation:none}}.terrain-canvas.svelte-o79v7z{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.cards-section.svelte-f4d77i{padding:0 0 80px;overflow-x:clip}.cards-stack.svelte-f4d77i{width:75%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:60px}.game-card.svelte-f4d77i{aspect-ratio:2.4 / 1;border-radius:40px;overflow:visible;box-shadow:0 6px 20px #00000040;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0}.game-card.svelte-f4d77i:nth-child(1){transform:rotate(3deg)}.game-card.svelte-f4d77i:nth-child(2){transform:rotate(-2deg);margin-top:-30px}.game-card.svelte-f4d77i:nth-child(3){transform:rotate(1.5deg);margin-top:-40px}.game-card.svelte-f4d77i:nth-child(4){transform:rotate(-2.5deg);margin-top:-45px}.game-card.svelte-f4d77i:nth-child(5){transform:rotate(3deg);margin-top:-50px}.game-card-speedrun.svelte-f4d77i{background:#1d1d1d;flex-direction:row;justify-content:stretch;align-items:stretch;padding:0;overflow:hidden;box-shadow:none}.game-card-speedrun-content.svelte-f4d77i{flex:0 0 38%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:90px 40px 90px 68px;background:#1d1d1d;border-radius:40px 0 0 40px}.game-card-speedrun-logo.svelte-f4d77i{width:262px;height:auto;margin-bottom:46px;display:block}.game-card-speedrun-headline.svelte-f4d77i{font-family:Product Sans,sans-serif;font-weight:700;font-size:25px;color:#fff;margin:0 0 16px;line-height:1.2}.game-card-speedrun-desc.svelte-f4d77i{font-family:Product Sans,sans-serif;font-weight:400;font-size:16px;color:#ffffffe6;line-height:1.5;margin:0 0 28px;width:100%;max-width:100%;white-space:normal;overflow-wrap:break-word}.card-btn-dark.svelte-f4d77i{display:inline-flex;align-items:center;gap:9px;background:#fff;color:#1d1d1d;border-radius:9999px;padding:13px 18px;font-family:Product Sans,sans-serif;font-weight:400;font-size:15px;text-transform:none;border:none;cursor:pointer;transition:background .2s;text-decoration:none}.card-btn-dark.svelte-f4d77i:hover{background:#f5f5f5}.card-btn-dark.svelte-f4d77i img:where(.svelte-f4d77i){filter:brightness(0) invert(1);width:18px;height:18px}.card-btn-dark.svelte-f4d77i .card-btn-icon-chrome{filter:brightness(0) invert(.114)}.card-btn-dark.svelte-f4d77i .card-btn-icon-commitirl{filter:none;width:18px;height:18px}.card-btn-no-icon.svelte-f4d77i img:where(.svelte-f4d77i){display:none}.game-card-speedrun-screengrab.svelte-f4d77i{flex:1;display:flex;align-items:center;justify-content:center;padding:90px 24px 90px 0;min-width:0;background:#1d1d1d;border-radius:0 40px 40px 0}.game-card-speedrun-screengrab.svelte-f4d77i img:where(.svelte-f4d77i){width:90%;max-width:90%;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 14px 32px rgba(0,0,0,.35))}.game-card-aipop.svelte-f4d77i,.game-card-aipop.svelte-f4d77i .game-card-speedrun-content:where(.svelte-f4d77i),.game-card-aipop.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){background:var(--aipop-card-bg, #000000)}.game-card-black.svelte-f4d77i,.game-card-black.svelte-f4d77i .game-card-speedrun-content:where(.svelte-f4d77i),.game-card-black.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){background:var(--speedrun-card-bg, #2c2c2c)}.game-card-strava.svelte-f4d77i,.game-card-strava.svelte-f4d77i .game-card-speedrun-content:where(.svelte-f4d77i),.game-card-strava.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){background:var(--strava-card-bg, #fc4c02)}.game-card-aipop.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i),.game-card-strava.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){perspective:1400px}.game-card-aipop.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i),.game-card-strava.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){padding-left:48px}.screengrab-perspective.svelte-f4d77i{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;perspective:1400px}.screengrab-perspective-inner.svelte-f4d77i{width:90%;max-width:90%;transform-style:preserve-3d;transition:transform .3s ease-out;will-change:transform}.game-card-black.svelte-f4d77i .screengrab-perspective-inner:where(.svelte-f4d77i){scale:1.2}.game-card-aipop.svelte-f4d77i .screengrab-perspective-inner:where(.svelte-f4d77i){scale:.85}.screengrab-tilt-img.svelte-f4d77i{width:100%;max-width:100%;height:auto;object-fit:contain;display:block;border-radius:6px;filter:drop-shadow(0 14px 32px rgba(0,0,0,.35))}.game-card-aipop.svelte-f4d77i .screengrab-tilt-img:where(.svelte-f4d77i){border-radius:0}.game-card-on-light.svelte-f4d77i .game-card-speedrun-headline:where(.svelte-f4d77i),.game-card-on-light.svelte-f4d77i .game-card-speedrun-desc:where(.svelte-f4d77i){color:#111}.game-card-on-light.game-card-aipop.svelte-f4d77i .game-card-speedrun-logo:where(.svelte-f4d77i){filter:brightness(0)}.game-card-on-light.game-card-black.svelte-f4d77i .game-card-speedrun-logo:where(.svelte-f4d77i){filter:brightness(0);opacity:1}.game-card-on-light.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i){background:#111;color:#fff}.game-card-on-light.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i):hover{background:#000}.game-card-on-light.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i) .card-btn-icon-chrome{filter:brightness(0) invert(1)}.game-card-black.svelte-f4d77i .game-card-speedrun-content:where(.svelte-f4d77i){padding-right:20px}.game-card-black.svelte-f4d77i .game-card-speedrun-logo:where(.svelte-f4d77i){filter:brightness(0) invert(1);width:212.4px}.game-card-black.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i) img:where(.svelte-f4d77i){width:81%;max-width:81%}.game-card-aipop.svelte-f4d77i .game-card-speedrun-logo:where(.svelte-f4d77i){width:183.4px}.game-card-no-screenshot.svelte-f4d77i .game-card-speedrun-content:where(.svelte-f4d77i){flex:1;border-radius:40px}.game-card-light.svelte-f4d77i{background-color:#fff;background-image:linear-gradient(to right,#e0e0e0 1px,transparent 1px),linear-gradient(to bottom,#e0e0e0 1px,transparent 1px);background-size:20px 20px}.game-card-light.svelte-f4d77i .game-card-speedrun-content:where(.svelte-f4d77i),.game-card-light.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){background:transparent}.game-card-light.svelte-f4d77i .game-card-speedrun-headline:where(.svelte-f4d77i),.game-card-light.svelte-f4d77i .game-card-speedrun-desc:where(.svelte-f4d77i){color:#333}.game-card-light.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i){background:#333;color:#fff}.game-card-light.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i):hover{background:#1a1a1a}.game-card-light.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i) .card-btn-icon-chrome{filter:brightness(0) invert(1)}.game-card-stryder.svelte-f4d77i{background:var(--stryder-card-bg, #264DC0);padding:0;overflow:visible;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #00000040}.game-card-stryder-image.svelte-f4d77i{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transform:scale(.85)}.game-card-commitirl.svelte-f4d77i{background:#548e51;flex-direction:row;justify-content:stretch;align-items:stretch;padding:0;overflow:hidden;box-shadow:none;position:relative;isolation:isolate}.commitirl-bg-video.svelte-f4d77i{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scaleX(-1);z-index:0;pointer-events:none}.game-card-commitirl-content.svelte-f4d77i{position:relative;z-index:2;flex:0 0 50%;background:transparent!important;border-radius:40px 0 0 40px}.game-card-commitirl-logo.svelte-f4d77i{width:288px}.game-card-vargus.svelte-f4d77i{background:#fdf2e7;flex-direction:row;justify-content:stretch;align-items:stretch;padding:0;overflow:hidden;box-shadow:none;position:relative;isolation:isolate}.game-card-vargus.svelte-f4d77i .terrain-canvas{z-index:0}.game-card-vargus-content.svelte-f4d77i{position:relative;z-index:1;flex:0 0 42%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:90px 40px 90px 68px;background:transparent}.game-card-vargus-content.svelte-f4d77i .vargus-logo{margin-bottom:46px}.vargus-headline.svelte-f4d77i{color:#111!important}.vargus-desc.svelte-f4d77i{color:#111111bf!important}.vargus-btn.svelte-f4d77i{background:#111!important;color:#fdf2e7!important}.vargus-btn.svelte-f4d77i:hover{background:#000!important}.game-card-vargus-terminal.svelte-f4d77i{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:0;min-width:0;perspective:1400px}.vargus-perspective.svelte-f4d77i{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;perspective:1400px}.vargus-perspective-inner.svelte-f4d77i{width:auto;height:auto;max-width:100%;max-height:100%;transform-style:preserve-3d;transition:transform .3s ease-out;will-change:transform}.vargus-dashboard-img.svelte-f4d77i{display:block;max-width:100%;max-height:100%;width:auto;height:auto;border-radius:12px;box-shadow:0 14px 32px #00000059}@media(min-width:901px)and (max-width:1399px){.cards-section.svelte-f4d77i{padding-bottom:60px}.game-card.svelte-f4d77i:nth-child(1){margin-top:-20px}.game-card.svelte-f4d77i:nth-child(2){margin-top:-58px}.game-card.svelte-f4d77i:nth-child(3){margin-top:-52px}.game-card.svelte-f4d77i:nth-child(4){margin-top:-52px}.game-card.svelte-f4d77i:nth-child(5){margin-top:-52px}.game-card-speedrun.svelte-f4d77i,.game-card-vargus.svelte-f4d77i,.game-card-commitirl.svelte-f4d77i{aspect-ratio:auto;overflow:hidden;align-items:stretch}.game-card-commitirl-content.svelte-f4d77i{padding:52px 30px 52px 52px;flex:0 0 50%}.game-card-commitirl-logo.svelte-f4d77i{width:245px}.game-card-speedrun-content.svelte-f4d77i{flex:0 0 auto;overflow:visible;max-width:42%;padding:52px 30px 52px 52px}.game-card-speedrun-screengrab.svelte-f4d77i{flex:1;min-width:0;padding:52px 52px 52px 0}.game-card-speedrun-logo.svelte-f4d77i{width:204px;margin-bottom:36px}.game-card-speedrun-headline.svelte-f4d77i{font-size:22px}.game-card-speedrun-desc.svelte-f4d77i{font-size:14px}.card-btn-dark.svelte-f4d77i{font-size:13px;padding:9px 14px}.card-btn-dark.svelte-f4d77i img:where(.svelte-f4d77i){width:22px;height:22px}.game-card-vargus-content.svelte-f4d77i{padding:52px 30px 52px 52px}.game-card-vargus-content.svelte-f4d77i .vargus-logo{width:204px!important;margin-bottom:36px}.game-card-vargus-terminal.svelte-f4d77i{padding:52px 52px 52px 12px}.vargus-perspective-inner.svelte-f4d77i{max-width:440px}.game-card-black.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i) img:where(.svelte-f4d77i){width:90%;max-width:90%}.game-card-aipop.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i),.game-card-strava.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){padding-left:40px}.game-card-aipop.svelte-f4d77i .screengrab-perspective-inner:where(.svelte-f4d77i),.game-card-strava.svelte-f4d77i .screengrab-perspective-inner:where(.svelte-f4d77i){scale:1.2}}@media(min-width:1136px)and (max-width:1399px){.game-card-aipop.svelte-f4d77i .screengrab-perspective-inner:where(.svelte-f4d77i){scale:1.02}}@media(min-width:1400px)and (max-width:1499px){.game-card-vargus-content.svelte-f4d77i{flex:0 0 50%}.game-card-vargus-content.svelte-f4d77i .vargus-logo{width:262px!important}.vargus-headline.svelte-f4d77i{font-size:22px;white-space:nowrap}}@media(max-width:1399px){.cards-stack.svelte-f4d77i{width:85%}}@media(max-width:900px){.cards-section.svelte-f4d77i{padding-bottom:40px;margin-bottom:0}.cards-stack.svelte-f4d77i{width:100%;padding:0 30px;gap:40px;align-items:center}.game-card.svelte-f4d77i{aspect-ratio:1 / 1;max-width:500px;width:100%;margin-left:auto;margin-right:auto}.game-card.svelte-f4d77i:nth-child(1){transform:none;margin-top:-40px;position:relative;z-index:2}.game-card.svelte-f4d77i:nth-child(2),.game-card.svelte-f4d77i:nth-child(3),.game-card.svelte-f4d77i:nth-child(4),.game-card.svelte-f4d77i:nth-child(5){transform:none;margin-top:0}.game-card-speedrun.svelte-f4d77i{flex-direction:column;aspect-ratio:auto!important;width:100%;max-width:500px;box-sizing:border-box;padding:44px 30px;align-items:center;text-align:center;overflow:hidden}.game-card-speedrun-content.svelte-f4d77i{display:contents}.game-card-speedrun-logo.svelte-f4d77i{order:1;width:208px;margin-bottom:40px;margin-left:auto;margin-right:auto}.game-card-black.svelte-f4d77i .game-card-speedrun-logo:where(.svelte-f4d77i){width:190px}.game-card-aipop.svelte-f4d77i .game-card-speedrun-logo:where(.svelte-f4d77i){width:166.4px}.game-card-speedrun-screengrab.svelte-f4d77i{order:2;padding:0 0 40px;width:100%;justify-content:center}.game-card-speedrun-screengrab.svelte-f4d77i img:where(.svelte-f4d77i){width:85%;max-width:85%;transform:none}.game-card-aipop.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i) img:where(.svelte-f4d77i){width:95%;max-width:95%}.game-card-black.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i) img:where(.svelte-f4d77i){width:95%;max-width:95%}.game-card-speedrun-headline.svelte-f4d77i{order:3;font-size:20px;margin-bottom:10px;text-align:center}.game-card-speedrun-desc.svelte-f4d77i{order:4;font-size:14px;margin-bottom:20px;text-align:center}.card-btn-dark.svelte-f4d77i{order:5;align-self:center;font-size:13px;padding:9px 14px}.card-btn-dark.svelte-f4d77i img:where(.svelte-f4d77i){width:22px;height:22px}.game-card-black.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i) img:where(.svelte-f4d77i){width:17.6px;height:17.6px}.game-card-aipop.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i) img:where(.svelte-f4d77i){width:18.7px;height:18.7px}.game-card-vargus.svelte-f4d77i{flex-direction:column;aspect-ratio:auto!important;width:100%;max-width:500px;box-sizing:border-box;padding:44px 30px;align-items:center;text-align:center;overflow:hidden}.game-card-vargus-content.svelte-f4d77i{display:contents}.game-card-vargus-content.svelte-f4d77i .vargus-logo{order:1;width:208px!important;margin:0 auto 22px!important}.game-card-vargus-terminal.svelte-f4d77i{order:2;padding:0 0 44px;width:100%;justify-content:center;perspective:1400px}.vargus-perspective.svelte-f4d77i{perspective:1400px;transform-style:preserve-3d;transform:translate(-12px)}.vargus-perspective-inner.svelte-f4d77i{max-width:100%}.vargus-headline.svelte-f4d77i{order:3;font-size:18px;margin-bottom:10px;text-align:center;position:relative;z-index:1;white-space:nowrap}.vargus-desc.svelte-f4d77i{order:4;font-size:14px;margin-bottom:20px;text-align:center;position:relative;z-index:1}.vargus-btn.svelte-f4d77i{order:5;align-self:center;font-size:13px;padding:9px 14px;position:relative;z-index:1}.game-card-vargus-content.svelte-f4d77i .vargus-logo{position:relative;z-index:1}.game-card-vargus.svelte-f4d77i .terrain-canvas{opacity:.5}.game-card-aipop.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){padding-left:0}.game-card-aipop.svelte-f4d77i .screengrab-perspective-inner:where(.svelte-f4d77i){width:95%;max-width:95%;margin-left:auto;margin-right:auto;scale:1.056;translate:12px}.game-card-strava.svelte-f4d77i .game-card-speedrun-screengrab:where(.svelte-f4d77i){padding-left:0}.game-card-strava.svelte-f4d77i .screengrab-perspective-inner:where(.svelte-f4d77i){width:90%;max-width:90%;margin-left:auto;margin-right:auto;scale:1.2;translate:24px}.game-card-stryder.svelte-f4d77i{aspect-ratio:auto!important;height:calc(100vw + 60px);max-height:620px}.game-card-stryder-image.svelte-f4d77i{transform:scale(1.68)}.game-card-commitirl.svelte-f4d77i{flex-direction:column;aspect-ratio:auto!important;width:100%;max-width:500px;height:600px;box-sizing:border-box;padding:44px 30px;align-items:center;justify-content:flex-end;text-align:center;overflow:hidden}.game-card-commitirl.svelte-f4d77i .commitirl-bg-video:where(.svelte-f4d77i){right:auto;width:calc(100% + 210px);object-position:36% 50%;transform:translate(-182px,-62px) scale(.8) scaleX(-1)}.game-card-commitirl.svelte-f4d77i:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 40% 65% at 50% 38%,#48914b00 0% 32%,#48914b 85%)}.game-card-commitirl:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to top,#48914b,#48914b00);z-index:1;pointer-events:none}.game-card-commitirl-content{display:contents}.game-card-commitirl .game-card-commitirl-logo{width:240px;margin:0 auto auto;position:relative;z-index:2}.game-card-commitirl.svelte-f4d77i .game-card-speedrun-headline:where(.svelte-f4d77i){order:3;font-size:20px;margin-bottom:10px;text-align:center;position:relative;z-index:2}.game-card-commitirl.svelte-f4d77i .game-card-speedrun-desc:where(.svelte-f4d77i){order:4;font-size:14px;margin-bottom:20px;text-align:center;position:relative;z-index:2}.game-card-commitirl.svelte-f4d77i .card-btn-dark:where(.svelte-f4d77i){order:5;align-self:center;position:relative;z-index:2}}.stat-section.svelte-1kb8lls{position:relative;padding:100px 80px;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:60px;min-height:100vh}.bg-pattern.svelte-1kb8lls{position:absolute;inset:-20%;display:flex;flex-direction:column;justify-content:center;gap:20px;pointer-events:none;transform:rotate(-10deg);overflow:hidden}.pattern-row.svelte-1kb8lls{display:flex;align-items:center;gap:40px;white-space:nowrap;will-change:transform}.pattern-row.svelte-1kb8lls img:where(.svelte-1kb8lls){width:250px;height:auto;flex-shrink:0}.pattern-row.svelte-1kb8lls:nth-child(odd){animation:svelte-1kb8lls-scrollLeft 55s linear infinite}.pattern-row.svelte-1kb8lls:nth-child(2n){animation:svelte-1kb8lls-scrollRight 55s linear infinite}@keyframes svelte-1kb8lls-scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes svelte-1kb8lls-scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.vision-parallax-wrapper.svelte-1kb8lls{position:relative}.vision-parallax-stage.svelte-1kb8lls{min-height:100vh;--vision-progress: 1}.vision-parallax-stage.svelte-1kb8lls .vision-title:where(.svelte-1kb8lls){opacity:min(1,var(--vision-progress) / .15);transform:rotate(-4deg) translateY(calc(24px*(1 - min(1,var(--vision-progress) / .15))));transition:none}.vision-parallax-stage.svelte-1kb8lls .vision-copy-wrap:where(.svelte-1kb8lls),.vision-parallax-stage.svelte-1kb8lls .vision-btn:where(.svelte-1kb8lls){opacity:min(1,max(0,(var(--vision-progress) - .12) / .12));transition:none}.vision-parallax-stage.svelte-1kb8lls .vision-copy-wrap:where(.svelte-1kb8lls){transform:rotate(2deg)}.vision-layout.svelte-1kb8lls{position:relative;z-index:2;display:flex;align-items:center;gap:60px;max-width:900px}.vision-title.svelte-1kb8lls{font-family:Product Sans,sans-serif;font-size:clamp(56px,8.4vw,126px);font-weight:700;transform:rotate(-4deg);letter-spacing:-.04em;line-height:.88;flex-shrink:0}.vision-text.svelte-1kb8lls{font-family:Product Sans,sans-serif;font-size:18px;line-height:1.7;max-width:550px}.vision-line.svelte-1kb8lls{margin:0 0 1em}.vision-line.svelte-1kb8lls:last-child{margin-bottom:0}.vision-copy-wrap.svelte-1kb8lls{transform:rotate(2deg)}.vision-btn.svelte-1kb8lls{display:inline-block;margin-top:24px;margin-left:-8px;padding:14px 36px;font-family:Product Sans,sans-serif;font-size:16px;font-weight:700;border-radius:100px;transform:rotate(-2deg);transition:filter .2s;text-decoration:none}.vision-btn.svelte-1kb8lls:hover{filter:brightness(1.15)}@media(max-width:1399px){.vision-title.svelte-1kb8lls{font-size:clamp(73px,10.92vw,164px)}}@media(max-width:900px){.stat-section.svelte-1kb8lls{padding:60px 24px;flex-direction:column!important;text-align:center}.stat-section.pink-bg.svelte-1kb8lls{padding-top:70px;padding-bottom:36px}.pattern-row.svelte-1kb8lls img:where(.svelte-1kb8lls){width:150px}.vision-layout.svelte-1kb8lls{flex-direction:column;gap:30px}.vision-title.svelte-1kb8lls{font-size:clamp(73px,10.92vw,164px)}.vision-text.svelte-1kb8lls{font-size:16px}}.team-sticky-wrap.svelte-uypn5v{background:#fff}.team-section.svelte-uypn5v{background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.team-intro.svelte-uypn5v{text-align:center;padding:120px 40px 0;position:relative;overflow:hidden;background:#fff}.team-intro.svelte-uypn5v h2:where(.svelte-uypn5v){font-family:Product Sans,sans-serif;font-weight:700;font-size:72px;margin-bottom:0;position:relative}.team-tagline.svelte-uypn5v{font-weight:300;font-size:16px;max-width:600px;margin:0 auto;line-height:1.7;color:#555;text-align:center}.team-tagline.svelte-uypn5v strong{font-family:Product Sans,sans-serif;font-weight:700}.team-tagline.svelte-uypn5v a{text-decoration:none}.team-tagline.svelte-uypn5v a:hover{text-decoration:underline}.team-bio.svelte-uypn5v{font-family:Product Sans,sans-serif;font-weight:300;font-size:22px;max-width:650px;margin:0 auto 56px;line-height:1.7;color:#555;text-align:center}.team-bio-link.svelte-uypn5v{text-decoration:none;transition:opacity .2s}.team-bio-link.svelte-uypn5v:hover{text-decoration:underline}.team-divider.svelte-uypn5v{width:50px;height:0;border:none;border-top:1px solid #ccc;margin:48px auto}.team-grid.svelte-uypn5v{display:flex;flex-direction:column;align-items:center;gap:0;padding:20px 40px 100px}.team-row.svelte-uypn5v{display:flex;flex-wrap:nowrap;gap:56px;justify-content:center}.team-member.svelte-uypn5v{text-align:center;transition:transform .3s}.team-member.svelte-uypn5v:hover{transform:translateY(-4px)}.team-member-link.svelte-uypn5v{display:block;text-decoration:none;color:inherit}.team-member-link.svelte-uypn5v:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:50%}.team-photo.svelte-uypn5v{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:12px}.team-name.svelte-uypn5v{font-family:Product Sans,sans-serif;font-weight:700;font-size:16px}.team-section.svelte-uypn5v .team-intro:where(.svelte-uypn5v),.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-row:where(.svelte-uypn5v),.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-bio:where(.svelte-uypn5v),.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-tagline:where(.svelte-uypn5v),.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-divider:where(.svelte-uypn5v){opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.team-section.svelte-uypn5v .team-intro:where(.svelte-uypn5v){transition-delay:0s}.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-bio:where(.svelte-uypn5v){transition-delay:.25s}.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-row:where(.svelte-uypn5v){transition-delay:.5s}.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-divider:where(.svelte-uypn5v),.team-section.svelte-uypn5v .team-grid:where(.svelte-uypn5v) .team-tagline:where(.svelte-uypn5v){transition-delay:.7s}.team-animated .team-intro.svelte-uypn5v,.team-animated .team-grid.svelte-uypn5v .team-row:where(.svelte-uypn5v),.team-animated .team-grid.svelte-uypn5v .team-bio:where(.svelte-uypn5v),.team-animated .team-grid.svelte-uypn5v .team-tagline:where(.svelte-uypn5v),.team-animated .team-grid.svelte-uypn5v .team-divider:where(.svelte-uypn5v){opacity:1;transform:translateY(0)}@media(min-width:901px)and (max-width:1399px){.team-intro.svelte-uypn5v h2:where(.svelte-uypn5v){font-size:40px}.team-row.svelte-uypn5v{gap:32px}.team-grid.svelte-uypn5v{gap:28px}}@media(max-width:900px){.team-intro.svelte-uypn5v{padding:94px 24px 20px}.team-intro.svelte-uypn5v h2:where(.svelte-uypn5v){font-size:45px}.team-bio.svelte-uypn5v{font-size:15px;line-height:1.5;margin-bottom:0}.team-tagline.svelte-uypn5v{font-size:16px;line-height:1.5}.team-divider.svelte-uypn5v{margin:8px auto 10px}.team-grid.svelte-uypn5v{padding:16px 24px 40px;gap:32px}.team-row.svelte-uypn5v{display:grid;grid-template-columns:repeat(6,1fr);gap:28px;justify-items:center;max-width:400px;margin:0 auto}.team-member.svelte-uypn5v:nth-child(1){grid-column:2 / 4}.team-member.svelte-uypn5v:nth-child(2){grid-column:4 / 6}.team-member.svelte-uypn5v:nth-child(3){grid-column:1 / 3}.team-member.svelte-uypn5v:nth-child(4){grid-column:3 / 5}.team-member.svelte-uypn5v:nth-child(5){grid-column:5 / 7}.team-photo.svelte-uypn5v{width:90px;height:90px}.team-name.svelte-uypn5v{font-size:14px}.team-name-first.svelte-uypn5v,.team-name-last.svelte-uypn5v{display:block}}@media(min-width:1400px){.team-intro.svelte-uypn5v{padding-bottom:50px}.team-grid.svelte-uypn5v{padding-top:50px}}.footer.svelte-jz8lnl{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:100px 40px 60px;position:relative;overflow:hidden}.footer-polygon.svelte-jz8lnl{margin-bottom:24px;display:flex;justify-content:center}.footer-polygon.svelte-jz8lnl img:where(.svelte-jz8lnl){width:var(--footer-logo-width);height:auto;display:block}.footer-contact-text.svelte-jz8lnl{font-family:Product Sans,sans-serif;font-weight:400;font-size:20px;line-height:1.7;color:var(--footer-text);max-width:600px;margin:0 auto 62px;text-align:center}.footer-contact-text.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--footer-link);text-decoration:underline}.footer-contact-text.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{opacity:var(--footer-link-hover-opacity)}.footer-copy-divider.svelte-jz8lnl{width:50px;height:0;border:none;border-top:1px solid var(--footer-border);margin:0 auto 62px}.footer-copy.svelte-jz8lnl{font-weight:300;font-size:14px;color:var(--footer-text);margin-bottom:20px;opacity:var(--footer-copy-opacity)}.footer-address.svelte-jz8lnl{font-weight:300;font-size:14px;color:var(--footer-text);line-height:1.8;margin-bottom:32px;opacity:var(--footer-address-opacity)}.footer-address.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--footer-text);text-decoration:none}.footer-address.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{text-decoration:underline}.footer-socials.svelte-jz8lnl{display:flex;gap:20px;justify-content:center;margin-bottom:40px}.footer-socials.svelte-jz8lnl a:where(.svelte-jz8lnl){display:flex;align-items:center;justify-content:center;transition:opacity .2s;opacity:var(--footer-social-opacity)}.footer-socials.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{opacity:var(--footer-social-hover-opacity)}.footer-socials.svelte-jz8lnl svg:where(.svelte-jz8lnl){width:26px;height:26px;fill:var(--footer-social-fill)}@media(max-width:1399px){.footer-polygon.svelte-jz8lnl img:where(.svelte-jz8lnl){width:var(--footer-logo-width-tablet)}}@media(max-width:900px){.footer-contact-text.svelte-jz8lnl{font-size:16px}.footer-polygon.svelte-jz8lnl img:where(.svelte-jz8lnl){width:var(--footer-logo-width-mobile)}.footer.svelte-jz8lnl{padding:130px 24px 40px}}
