:root{color:#f7f5ef;background:#0b0d10;font-family:Inter,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Noto Sans JP,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;--ink:#0b0d10;--paper:#f7f5ef;--muted:#a9afb7;--line:rgba(255,255,255,0.13);--lime:#c6ff4a;--coral:#ff7b67;--blue:#78b7ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--ink);color:var(--paper)}a,button{font:inherit}a{color:inherit}button{cursor:pointer}.app-shell{min-height:100vh;background:radial-gradient(circle at 80% -10%,rgba(120,183,255,.16),transparent 34%),var(--ink)}.topbar{min-height:76px;display:flex;justify-content:space-between;gap:24px;padding:16px clamp(20px,4vw,54px);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(11,13,16,.86)}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:12px;text-decoration:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--lime);color:var(--ink);font-size:21px;font-weight:950;box-shadow:5px 5px 0 #2b3320}.brand-copy{display:grid;grid-gap:2px;gap:2px}.brand-copy strong{font-size:18px;letter-spacing:-.02em}.brand-copy small{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.14em}.topnav{display:flex;gap:6px}.topnav a{min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;text-decoration:none;color:#d6d9dd;font-size:13px}.topnav a:focus-visible,.topnav a:hover{background:rgba(255,255,255,.08);color:#fff}.brief-page,.game-page,.portal{width:min(1240px,calc(100% - 40px));margin:0 auto}.portal{padding:68px 0 96px}.hero{min-height:560px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;grid-gap:clamp(34px,6vw,88px);gap:clamp(34px,6vw,88px);padding-bottom:88px}.brief-page h1,.game-heading h1,.hero-copy h1{margin:0;font-size:clamp(44px,7vw,86px);line-height:.98;letter-spacing:-.065em}.hero-copy h1{max-width:760px}.eyebrow{margin:0 0 18px;color:var(--lime);font-size:12px;font-weight:900;letter-spacing:.22em}.brief-lead,.hero-lead{max-width:650px;margin:28px 0 0;color:#c4c8ce;font-size:clamp(16px,2vw,20px);line-height:1.9}.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:34px}.primary-link{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;background:var(--lime);color:var(--ink);text-decoration:none;font-weight:900}.hero-note{color:var(--muted);font-size:13px}.featured-card{min-height:430px;display:grid;grid-template-rows:auto 1fr auto;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:28px;text-decoration:none;background:#15191f;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.featured-card:focus-visible,.featured-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.45)}.featured-label{font-size:10px;font-weight:900;letter-spacing:.2em;color:#17191c;background:var(--paper);width:max-content;padding:7px 10px;border-radius:999px}.featured-art{position:relative;display:block;min-height:220px;margin:18px -24px;overflow:hidden}.featured-art:after,.featured-art:before{content:"";position:absolute;border-radius:50%;filter:blur(1px)}.featured-art:before{width:210px;height:210px;left:18%;top:4%;background:var(--lime)}.featured-art:after{width:120px;height:120px;right:10%;bottom:8%;background:var(--coral)}.pixel{position:absolute;z-index:2;width:38px;height:38px;background:#111;box-shadow:38px 0 0 #111,0 38px 0 #111;transform:rotate(8deg)}.pixel-one{left:22%;top:38%}.pixel-two{right:24%;top:22%;transform:rotate(28deg) scale(.7)}.pixel-three{right:34%;bottom:10%;transform:rotate(-12deg) scale(.5)}.featured-copy{display:grid;grid-gap:8px;gap:8px}.featured-copy small{color:var(--muted)}.featured-copy strong{font-size:30px;letter-spacing:-.04em}.featured-copy span{color:#bdc2c8;line-height:1.6}.catalog-section{padding-top:64px;border-top:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.section-heading h2{margin:0;font-size:clamp(34px,5vw,58px);letter-spacing:-.055em}.count-pill{min-width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);color:var(--lime);font-weight:900}.filters{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 22px}.filter-button{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:transparent;color:#c8ccd1}.filter-button[aria-pressed=true]{background:var(--paper);color:var(--ink);border-color:var(--paper)}.game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.game-card{min-height:210px;display:grid;grid-template-columns:minmax(150px,34%) 1fr;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#12161b;text-decoration:none;transition:transform .18s ease,border-color .18s ease}.game-card:focus-visible,.game-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.42)}.cover{position:relative;min-height:210px;overflow:hidden;background:#c6ff4a;color:#101316}.accent-lime{--accent:var(--lime)}.accent-coral{--accent:var(--coral)}.accent-blue{--accent:var(--blue)}.cover.accent-lime,.featured-card.accent-lime .featured-art:before{background:var(--lime)}.cover.accent-coral,.featured-card.accent-coral .featured-art:before{background:var(--coral)}.cover.accent-blue,.featured-card.accent-blue .featured-art:before{background:var(--blue)}.cover:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;border:28px solid rgba(11,13,16,.78);right:-46px;bottom:-48px}.cover-number{position:absolute;top:16px;left:16px;font-size:12px;font-weight:900;letter-spacing:.12em}.cover-symbol{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:84px;line-height:1;font-weight:200}.game-card-body{min-width:0;display:grid;align-content:center;grid-gap:10px;gap:10px;padding:24px}.game-card-meta{display:flex;gap:8px;color:var(--muted);font-size:11px;text-transform:uppercase}.game-card-meta em{color:var(--lime);font-style:normal;font-weight:900}.game-card-body>strong{font-size:26px;letter-spacing:-.04em}.game-card-body>small{color:#aeb4bb;line-height:1.65;font-size:13px}.play-link{margin-top:6px;font-size:12px;font-weight:900;letter-spacing:.12em}.game-page{padding:42px 0 80px}.detail-nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px}.back-link{color:#c9cdd2;text-decoration:none}.mini-tag{padding:7px 10px;border-radius:999px;border:1px solid var(--line);color:var(--lime);font-size:11px;font-weight:800}.game-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:28px}.game-heading h1{font-size:clamp(42px,6vw,76px)}.game-heading p:not(.eyebrow){max-width:720px;color:#b9bec5;line-height:1.7}.play-actions{display:flex;gap:8px;flex-wrap:wrap}.play-actions a,.play-actions button{min-height:42px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:#15191e;color:#fff;text-decoration:none}.game-frame-shell{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#080a0d}.frame-topbar{height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid var(--line)}.frame-topbar span{width:8px;height:8px;border-radius:50%;background:#4f555e}.frame-topbar strong{margin-left:auto;color:#737a84;font-size:10px;letter-spacing:.1em}.game-frame{display:block;width:100%;height:min(72vh,760px);min-height:520px;border:0;background:#0d1117}.runtime-note{margin:14px 4px 0;color:#7f8790;font-size:12px}.brief-page{padding:72px 0 96px}.brief-page h1{max-width:980px;font-size:clamp(42px,7vw,78px)}.brief-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin:48px 0}.brief-grid article{min-height:230px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#12161b}.brief-grid article>span{color:var(--lime);font-size:11px;font-weight:900;letter-spacing:.14em}.brief-grid h2{margin:44px 0 10px;font-size:24px}.brief-grid p{margin:0;color:#aeb4bb;line-height:1.7}@media (max-width:860px){.topbar{position:static}.hero{min-height:0;grid-template-columns:1fr;padding-bottom:62px}.featured-card{min-height:390px}.game-grid{grid-template-columns:1fr}.game-heading{align-items:flex-start;flex-direction:column}.brief-grid{grid-template-columns:1fr}}@media (max-width:560px){.brief-page,.game-page,.portal{width:min(100% - 28px,1240px)}.portal{padding-top:42px}.topbar{min-height:68px;padding:12px 14px}.brand-copy small{display:none}.topnav a{padding:0 8px;font-size:12px}.hero-copy h1{font-size:43px}.hero-lead{font-size:15px;line-height:1.75}.featured-card{min-height:350px;border-radius:20px}.game-card{grid-template-columns:112px 1fr;border-radius:18px}.cover,.game-card{min-height:170px}.game-card-body{padding:18px}.game-card-body>strong{font-size:21px}.game-card-body>small{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.game-frame{min-height:420px;height:62vh}}