:root,[data-theme=editorial]{--bg:#f6f3ee;--surface:#fffdf9;--surface-2:#efeae2;--text:#1d1b18;--muted:#6d675f;--line:#e2dcd2;--accent:#e2672b;--accent-ink:#fff;--font-display:var(--font-instrument), "Times New Roman", serif;--display-weight:400;--display-tracking:-.02em;--radius:14px;--hero-size:clamp(3.4rem, 13.5vw, 12.5rem);--glow:#e2672b29;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root{--ease-out:cubic-bezier(.2, .7, .2, 1)}[data-theme=midnight]{--bg:#111113;--surface:#19191d;--surface-2:#222228;--text:#ecebf0;--muted:#9a98a6;--line:#2b2b33;--accent:#a78bfa;--accent-ink:#111113;--font-display:var(--font-grotesk), system-ui, sans-serif;--display-weight:600;--display-tracking:-.045em;--radius:10px;--hero-size:clamp(3rem, 10.5vw, 10rem);--glow:#a78bfa33;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=warm]{--bg:#efe6d8;--surface:#f7f0e5;--surface-2:#e6dac7;--text:#3a2a1e;--muted:#7b6552;--line:#dccdb8;--accent:#b5532f;--accent-ink:#fff8ef;--font-display:var(--font-fraunces), Georgia, serif;--display-weight:500;--display-tracking:-.03em;--radius:18px;--hero-size:clamp(3rem, 10.5vw, 10rem);--glow:#b5532f29;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-inter), system-ui, -apple-system, "Segoe UI", sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}::selection{background:var(--accent);color:var(--accent-ink)}.skip-link{z-index:100;background:var(--text);color:var(--bg);border-radius:8px;padding:.6rem 1rem;text-decoration:none;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-theme{background:var(--bg);min-height:100vh;color:var(--text)}.container{width:min(1180px,100% - 3rem);margin-inline:auto}.display{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);margin:0;line-height:.95}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.75rem;font-weight:600}.muted{color:var(--muted)}.btn{border:1px solid var(--line);background:var(--surface);min-height:48px;color:var(--text);font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s,border-color .2s;display:inline-flex}.btn:hover{border-color:var(--text);transform:translateY(-1px)}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.btn-primary:hover{border-color:var(--accent);filter:brightness(1.05)}.btn [aria-hidden=true]{transition:transform .25s var(--ease-out)}.btn:hover [aria-hidden=true]{transform:translate(3px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-block{width:100%}.arrow-link{border-bottom:1px solid;align-items:center;gap:.4rem;padding-bottom:2px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.arrow-link:hover{color:var(--accent)}.arrow-link span{transition:transform .3s var(--ease-out)}.arrow-link:hover span{transform:translateY(3px)}.pill{border:1px solid var(--line);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.pill:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.site-header{z-index:50;background:color-mix(in srgb, var(--bg) 82%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #0000;position:sticky;top:0}@supports (animation-timeline:scroll()){.site-header{animation:linear both header-line;animation-timeline:scroll();animation-range:0 120px}}@keyframes header-line{to{border-bottom-color:var(--line)}}.site-header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;display:flex}.brand{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);font-size:1.35rem;text-decoration:none}.site-nav{gap:clamp(1rem,3vw,2.25rem);display:flex}.site-nav a{color:var(--muted);font-size:.92rem;text-decoration:none;transition:color .2s;position:relative}.site-nav a:after{content:"";background:var(--accent);transform-origin:100%;height:1px;transition:transform .35s var(--ease-out);position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.site-nav a:hover{color:var(--text)}.site-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.preview-banner{background:var(--text);color:var(--bg);text-align:center;padding:.5rem 1rem;font-size:.85rem}.preview-banner a{margin-left:.5rem;font-weight:600}.hero{isolation:isolate;position:relative;overflow:hidden}.hero-inner{flex-direction:column;justify-content:center;min-height:calc(100svh - 68px);padding-block:4rem 5rem;display:flex}.hero-glow{z-index:-1;aspect-ratio:1;background:radial-gradient(closest-side, var(--glow), transparent 70%), radial-gradient(closest-side at 30% 70%, color-mix(in srgb, var(--glow) 60%, transparent), transparent 70%);filter:blur(10px);width:min(70vw,900px);animation:glow-in 2.2s .2s var(--ease-out) both;pointer-events:none;position:absolute;top:-20%;right:-10%}.hero-eyebrow{align-items:center;gap:.9rem;animation:.8s both fade;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--accent);transform-origin:0;width:2.5rem;height:1px;animation:draw .9s .15s var(--ease-out) both}.hero-title{font-size:var(--hero-size);overflow-wrap:anywhere;margin-top:1.25rem}.hero-letter{animation:letter-rise 1s calc(var(--i) * 45ms + .1s) var(--ease-out) both;display:inline-block}.hero-bottom{animation:rise-soft 1s .7s var(--ease-out) both;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:clamp(2rem,5vw,3.5rem);display:flex}.hero-text{max-width:34rem;color:var(--muted);margin:0;font-size:clamp(1.05rem,1.6vw,1.25rem)}.hero-image{border-radius:var(--radius);border:1px solid var(--line);animation:rise-soft 1.1s .9s var(--ease-out) both;margin-top:clamp(2.5rem,6vw,4rem);overflow:hidden}.hero-image img{width:100%;height:auto}@keyframes fade{0%{opacity:0}}@keyframes rise-soft{0%{opacity:0;transform:translateY(18px)}}@keyframes letter-rise{0%{opacity:0;filter:blur(6px);transform:translateY(.45em)rotate(4deg)}}@keyframes draw{0%{transform:scaleX(0)}}@keyframes glow-in{0%{opacity:0;transform:scale(.8)translateY(-4%)}}[data-reveal]{transition:opacity .8s var(--ease-out) var(--reveal-delay,0s), transform .9s var(--ease-out) var(--reveal-delay,0s)}.reveal-ready [data-reveal]:not(.is-revealed){opacity:0;transform:translateY(28px)}.section{border-top:1px solid var(--line);padding-block:clamp(4rem,9vw,7.5rem);scroll-margin-top:68px}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem 2rem;margin-bottom:clamp(2rem,5vw,3.5rem);display:flex}.section-title{font-size:clamp(2.5rem,6vw,4.5rem)}.section-count{font-family:var(--font-display);color:var(--muted);font-size:1.25rem}.section-index{letter-spacing:.16em;color:var(--accent);align-items:center;gap:.75rem;margin:0 0 1rem;font-size:.78rem;font-weight:600;display:flex}.section-index:after{content:"";opacity:.6;transform-origin:0;width:3rem;height:1px;transition:transform 1s .25s var(--ease-out);background:currentColor;transform:scaleX(0)}.is-revealed .section-index:after,html:not(.reveal-ready) .section-index:after{transform:none}.section-intro{max-width:36rem;color:var(--muted);margin:.75rem 0 0}.carousel{--gap:clamp(1.25rem, 3vw, 2.5rem)}.carousel-track{grid-auto-flow:column;grid-auto-columns:calc((100% - var(--gap)) / 2);gap:var(--gap);overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;margin:-.75rem;padding:.75rem .75rem 1.5rem;scroll-padding-inline:.75rem;list-style:none;display:grid;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;min-width:0}.carousel-bar{align-items:center;gap:1.5rem;margin-top:clamp(1rem,2.5vw,1.75rem);display:flex}.carousel-progress{background:var(--line);border-radius:2px;flex:1;height:2px;position:relative;overflow:hidden}.carousel-progress span{background:var(--text);border-radius:2px;transition:left .15s linear,width .3s;position:absolute;top:0;bottom:0}.carousel-buttons{gap:.5rem;display:flex}.carousel-btn{border:1px solid var(--line);background:var(--surface);width:48px;height:48px;color:var(--text);font:inherit;cursor:pointer;border-radius:50%;place-items:center;font-size:1.1rem;transition:background-color .2s,border-color .2s,color .2s,opacity .2s,transform .2s;display:grid}.carousel-btn:hover:not(:disabled){background:var(--text);border-color:var(--text);color:var(--bg)}.carousel-btn:active:not(:disabled){transform:scale(.94)}.carousel-btn:disabled{opacity:.35;cursor:default}.game-card{color:inherit;text-decoration:none;display:block}.game-card-media{aspect-ratio:16/10;border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--line);transition:box-shadow .5s var(--ease-out), transform .5s var(--ease-out);position:relative;overflow:hidden}.game-card-media:after{content:"";opacity:0;background:linear-gradient(#0000 55%,#00000073);transition:opacity .4s;position:absolute;inset:0}.game-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out)}.game-card:hover .game-card-media,.game-card:focus-visible .game-card-media{transform:translateY(-4px);box-shadow:0 22px 40px -24px #00000073}.game-card:hover .game-card-media img,.game-card:focus-visible .game-card-media img{transform:scale(1.05)}.game-card:hover .game-card-media:after,.game-card:focus-visible .game-card-media:after{opacity:1}.game-card-cta{z-index:1;background:var(--accent);color:var(--accent-ink);opacity:0;transition:opacity .35s ease, transform .45s var(--ease-out);border-radius:999px;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex;position:absolute;bottom:1rem;left:1rem;transform:translateY(8px)}.game-card:hover .game-card-cta,.game-card:focus-visible .game-card-cta{opacity:1;transform:none}.media-fallback{font-family:var(--font-display);color:var(--muted);text-align:center;place-items:center;padding:1rem;font-size:clamp(1.5rem,3vw,2.25rem);display:grid;position:absolute;inset:0}.game-card-body{padding-top:1.1rem}.game-card-row{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.game-card-title{font-size:clamp(1.6rem,2.6vw,2.1rem);line-height:1.05;transition:color .25s}.game-card:hover .game-card-title{color:var(--accent)}.game-card-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.5rem 0 0;display:-webkit-box;overflow:hidden}.game-card-meta{color:var(--muted);margin:.35rem 0 0;font-size:.85rem}.team-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:clamp(1.25rem,2.5vw,2rem);margin:0;padding:0;list-style:none;display:grid}.team-photo{aspect-ratio:4/5;border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--line);position:relative;overflow:hidden}.team-photo img{object-fit:cover;object-position:center top;filter:grayscale();width:100%;height:100%;transition:filter .5s,transform .6s}.team-card:hover .team-photo img{filter:none;transform:scale(1.03)}.team-initials{font-family:var(--font-display);color:var(--muted);place-items:center;font-size:3rem;display:grid;position:absolute;inset:0}.team-name{margin:.9rem 0 0;font-size:1.05rem;font-weight:600;line-height:1.3}.team-role{color:var(--muted);margin:.15rem 0 0;font-size:.9rem}.site-footer{isolation:isolate;border-top:1px solid var(--line);padding-block:clamp(4rem,9vw,7rem) 2rem;scroll-margin-top:68px;position:relative;overflow:hidden}.footer-glow{z-index:-1;aspect-ratio:1;background:radial-gradient(closest-side, var(--glow), transparent 70%);pointer-events:none;width:min(80vw,1000px);position:absolute;bottom:-45%;left:-15%}.footer-mail{font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);overflow-wrap:anywhere;background:linear-gradient(currentColor,currentColor) 0 100%/0 2px no-repeat;margin-top:1.25rem;font-size:clamp(1.9rem,6.5vw,5rem);line-height:1;text-decoration:none;transition:background-size .4s,color .2s;display:inline-block}.footer-mail:hover{color:var(--accent);background-size:100% 2px}.footer-text{max-width:34rem;color:var(--muted);margin:1rem 0 0}.socials{flex-wrap:wrap;gap:.6rem;margin:clamp(2.5rem,5vw,3.5rem) 0 0;padding:0;list-style:none;display:flex}.socials a{border:1px solid var(--line);min-height:44px;transition:border-color .2s ease, background-color .2s ease, transform .25s var(--ease-out);border-radius:999px;align-items:center;gap:.35rem;padding:.55rem 1.1rem;font-size:.9rem;text-decoration:none;display:inline-flex}.socials a:hover{border-color:var(--text);background:var(--surface);transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:clamp(3rem,7vw,5rem);padding-top:1.5rem;font-size:.85rem;display:flex}.footer-bottom a{text-decoration:none}.page-top{padding-top:clamp(2rem,5vw,3.5rem)}.back-link{color:var(--muted);gap:.4rem;font-size:.9rem;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--text)}.game-hero{padding-block:clamp(2rem,5vw,3.5rem) clamp(2rem,4vw,3rem)}.game-title{overflow-wrap:anywhere;animation:rise-soft .9s var(--ease-out) both;margin-top:.75rem;font-size:clamp(3rem,9vw,7.5rem)}.game-tagline{max-width:40rem;color:var(--muted);margin:1.25rem 0 0;font-size:clamp(1.1rem,1.8vw,1.35rem)}.meta-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;margin-top:1.5rem;font-size:.9rem;display:flex}.game-cover{animation:rise-soft 1s .15s var(--ease-out) both;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface-2);margin-block:0;overflow:hidden}.game-cover img{object-fit:cover;width:100%;max-height:72vh}.game-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:clamp(2rem,6vw,5rem);padding-block:clamp(3rem,7vw,5rem);display:grid}.prose p{max-width:44rem;margin:0 0 1.1rem;font-size:1.075rem}.prose .lead{font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.5}.subheading{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:2.5rem 0 1rem;font-size:.8rem;font-weight:700}.feature-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.feature-list li{border-bottom:1px solid var(--line);gap:.9rem;padding:.85rem 0;display:flex}.feature-list li:before{content:"—";color:var(--accent)}.aside-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:.75rem;padding:1.5rem;display:grid;position:sticky;top:92px}.aside-card h2{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 .25rem;font-size:.8rem}.fact-list{gap:0;margin:.5rem 0 0;display:grid}.fact-list div{border-top:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.7rem 0;font-size:.92rem;display:flex}.fact-list dt{color:var(--muted)}.fact-list dd{text-align:right;overflow-wrap:anywhere;margin:0;font-weight:500}.video-frame{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--line);background:#000;position:relative;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.gallery a{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface-2);display:block;overflow:hidden}.gallery img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery a:hover img{transform:scale(1.03)}.press-band{border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(1.75rem,4vw,2.75rem);display:flex}.press-band h2{font-size:clamp(1.8rem,4vw,2.75rem)}.press-band p{color:var(--muted);margin:.4rem 0 0}.page-block{padding-bottom:clamp(3rem,7vw,5rem)}.page-end{padding-bottom:clamp(4rem,9vw,7rem)}.subheading.flush{margin-top:0}.presskit-eyebrow{margin-top:2rem}.presskit-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:clamp(2rem,6vw,5rem);padding-block:clamp(2.5rem,6vw,4rem);display:grid}.presskit-layout .aside-card{top:92px}.presskit-section+.presskit-section{margin-top:clamp(2.5rem,5vw,3.5rem)}.presskit-section>h2{font-size:clamp(1.6rem,3vw,2.2rem);font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);margin:0 0 1.25rem}.asset-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.asset-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.asset-card .thumb{aspect-ratio:16/10;background:var(--surface-2)}.asset-card .thumb img{object-fit:cover;width:100%;height:100%}.asset-card-body{justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .9rem;font-size:.88rem;display:flex}.asset-card-body span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.asset-card-body a{color:var(--accent);flex-shrink:0;font-weight:600;text-decoration:none}.file-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.file-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;display:flex}.file-list a{color:var(--accent);white-space:nowrap;font-weight:600;text-decoration:none}.careers{background:radial-gradient(60% 80% at 100% 0%, var(--glow), transparent 70%), color-mix(in srgb, var(--surface-2) 55%, var(--bg));position:relative}.careers-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.careers-info .section-head{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.position-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.position-list li{border-bottom:1px solid var(--line);font-family:var(--font-display);font-weight:var(--display-weight);letter-spacing:var(--display-tracking);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-size:clamp(1.25rem,2.2vw,1.6rem);line-height:1.2;display:flex}.position-tag{font-family:var(--font-inter), system-ui, sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);flex-shrink:0;font-size:.72rem;font-weight:600}.careers-note{color:var(--muted);max-width:28rem;margin:0}.careers-card{border:1px solid var(--line);border-radius:calc(var(--radius) + 6px);background:var(--surface);padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 30px 60px -45px #00000059}.careers-form{gap:1.1rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;display:grid}.form-field{gap:.4rem;display:grid}.form-field>span{font-size:.85rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line);border-radius:max(6px, calc(var(--radius) - 4px));background:var(--bg);width:100%;min-height:48px;color:var(--text);font:inherit;padding:.7rem .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-field textarea{resize:vertical;min-height:110px}.form-field input:focus-visible,.form-field select:focus-visible,.form-field textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent);outline:none}.file-drop{border:1px dashed color-mix(in srgb, var(--muted) 55%, transparent);border-radius:max(6px, calc(var(--radius) - 4px));background:var(--bg);cursor:pointer;align-items:center;gap:1rem;padding:1rem 1.1rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.file-drop:hover,.file-drop:focus-within{border-color:var(--accent)}.file-drop:has(input:focus-visible){box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent)}.file-drop.has-file{border-style:solid;border-color:var(--accent)}.file-drop input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.file-drop-icon{background:color-mix(in srgb, var(--accent) 14%, transparent);width:42px;height:42px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.file-drop-text{min-width:0;display:grid}.file-drop-text strong{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;overflow:hidden}.file-drop-text small{color:var(--muted);font-size:.82rem}.form-check{color:var(--muted);cursor:pointer;align-items:flex-start;gap:.7rem;font-size:.85rem;display:flex}.form-check input{width:18px;height:18px;accent-color:var(--accent);flex-shrink:0;margin-top:.15rem}.form-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-top:.25rem;display:flex}.form-status{color:var(--muted);margin:0;font-size:.9rem}.form-status:empty{display:none}.form-status.is-error{color:#b93a0e}[data-theme=midnight] .form-status.is-error{color:#fca5a5}.hp-field{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.careers-success{animation:rise-soft .7s var(--ease-out) both;justify-items:start;gap:.9rem;padding-block:1rem;display:grid}.careers-success h3{font-size:clamp(1.8rem,3.5vw,2.6rem)}.careers-success p{color:var(--muted);max-width:30rem;margin:0}.careers-success-mark{background:var(--accent);width:52px;height:52px;color:var(--accent-ink);animation:pop .6s .1s var(--ease-out) both;border-radius:50%;place-items:center;font-size:1.4rem;display:grid}@keyframes pop{0%{opacity:0;transform:scale(.4)}}.empty-state{border:1px dashed var(--line);border-radius:var(--radius);text-align:center;color:var(--muted);padding:3rem 1.5rem}.not-found{text-align:center;place-items:center;min-height:80vh;padding:3rem 1.5rem;display:grid}.not-found h1{margin:1rem 0;font-size:clamp(3rem,10vw,7rem)}@media (max-width:900px){.game-layout,.presskit-layout,.careers-layout{grid-template-columns:1fr}.aside-card,.presskit-layout .aside-card{position:static}}@media (max-width:680px){.container{width:min(1180px,100% - 2rem)}.hero-glow{width:120vw;top:18%;right:-35%}.carousel-track{grid-auto-columns:86%}.carousel-btn{width:44px;height:44px}.form-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-nav{gap:1rem}.site-nav a{font-size:.85rem}.brand{font-size:1.1rem}}@media (max-width:520px){.site-nav{gap:.8rem}.site-nav a{font-size:.8rem}.brand{font-size:1rem}}@media (max-width:380px){.site-header-inner{gap:.5rem}.site-nav{gap:.75rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.reveal-ready [data-reveal]:not(.is-revealed){opacity:1;transform:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_991aebb-module__bYvC1W__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_991aebb-module__bYvC1W__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ccf27e5a7366fb23-s.p.0hck6o0i8wq3a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.0gq7fw9.sy_5..woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_806a44f6-module__CeOZFW__className{font-family:Instrument Serif,Instrument Serif Fallback;font-style:normal;font-weight:400}.instrument_serif_806a44f6-module__CeOZFW__variable{--font-instrument:"Instrument Serif", "Instrument Serif Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.0gspg~~t9nou8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.p.0rx81dn62y51_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_31a520df-module__VocHMW__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_31a520df-module__VocHMW__variable{--font-grotesk:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1e219c03c996efbd-s.0vlx5hthn2t7i.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.p.0fu677rwbv-.g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces Fallback;src:local(Times New Roman);ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.0%;size-adjust:115.45%}.fraunces_be3597a1-module__tP_vlq__className{font-family:Fraunces,Fraunces Fallback;font-style:normal}.fraunces_be3597a1-module__tP_vlq__variable{--font-fraunces:"Fraunces", "Fraunces Fallback"}
