: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;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,.privacy-page{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-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.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;cursor:pointer}.share-status{margin:0;max-width:320px;text-align:right;font-size:13px;word-break:break-all}.share-status.is-sent{color:var(--lime)}.share-status.is-error{color:var(--coral)}.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}.game-content{margin-top:40px;display:grid;grid-gap:20px;gap:20px;min-width:0}.game-content-section{min-width:0;padding:26px clamp(18px,4vw,34px);border:1px solid var(--line);border-radius:22px;background:#12161b}.game-content-section h2{margin:0 0 14px;font-size:clamp(20px,3vw,26px);letter-spacing:-.03em}.game-content-section p{margin:0 0 14px;max-width:74ch;color:#c4c8ce;line-height:1.9;overflow-wrap:anywhere;word-break:break-word}.game-content-section p:last-child{margin-bottom:0}.game-content-section ul{margin:0 0 14px;padding-left:1.2em;max-width:74ch;color:#c4c8ce;line-height:1.85;overflow-wrap:anywhere;word-break:break-word}.game-content-section li{margin-bottom:6px}.game-content-section li:last-child{margin-bottom:0}.feedback-panel{margin-top:18px}.feedback-panel.is-open{padding:18px;border:1px solid var(--line);border-radius:18px;background:#12161b}.feedback-open{min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:#15191e;color:#fff}.feedback-open:hover{border-color:var(--coral)}.feedback-label{display:block;margin-bottom:10px;font-size:14px;font-weight:700}.feedback-input{width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;background:#0d1117;color:var(--paper);line-height:1.7;resize:vertical}.feedback-input:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.feedback-meta{display:flex;flex-wrap:wrap;gap:4px 14px;margin:8px 0 14px;color:#7f8790;font-size:12px}.feedback-meta .is-over{color:var(--coral);font-weight:700}.feedback-actions{display:flex;flex-wrap:wrap;gap:8px}.feedback-actions button{min-height:42px;padding:0 18px;border-radius:999px;border:1px solid transparent;background:var(--lime);color:var(--ink);font-weight:700}.feedback-actions button:disabled{opacity:.45;cursor:not-allowed}.feedback-actions button.is-quiet{border-color:var(--line);background:#15191e;color:#fff;font-weight:400}.feedback-status{margin:12px 0 0;font-size:13px}.feedback-status.is-sent{color:var(--lime)}.feedback-status.is-error{color:var(--coral)}.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}.privacy-page{padding:72px 0 96px}.privacy-page h1{margin:0;font-size:clamp(34px,5vw,52px);letter-spacing:-.05em}.privacy-lead{max-width:700px;margin:22px 0 0;color:#c4c8ce;font-size:15px;line-height:1.9}.privacy-page section{max-width:760px;margin-top:40px}.privacy-page h2{margin:0 0 12px;font-size:20px;letter-spacing:-.02em}.privacy-page p{margin:0 0 10px;color:#aeb4bb;line-height:1.8;font-size:14px}.privacy-page a{color:var(--blue);text-decoration:underline}.privacy-page .primary-link{margin-top:44px}.site-footer{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:28px 0 44px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line)}.site-footer-brand{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.08em}.site-footer-nav{display:flex;gap:18px;flex-wrap:wrap}.site-footer-nav a{color:var(--muted);font-size:12px;text-decoration:none}.site-footer-nav a:focus-visible,.site-footer-nav a:hover{color:var(--paper)}.ad-slot{margin-top:64px;padding-top:28px;border-top:1px solid var(--line);display:grid;grid-gap:10px;gap:10px;justify-items:center}.ad-slot-label{margin:0;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.ad-slot .adsbygoogle{width:100%;min-height:90px}@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,.privacy-page{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}.game-content{margin-top:28px;gap:14px}.game-content-section{padding:20px;border-radius:18px}.site-footer{width:min(100% - 28px,1240px);padding:22px 0 36px;flex-direction:column;align-items:flex-start}.ad-slot{margin-top:44px;padding-top:22px}}:root{--retro-navy:#030b20;--retro-panel:#071631;--retro-cyan:#23d9ff;--retro-blue:#2879ff;--retro-pink:#ff2b91;--retro-yellow:#ffd54a;--retro-border:#174b97}body{background:var(--retro-navy)}.app-shell{background:repeating-linear-gradient(0deg,transparent 0 3px,rgba(45,129,255,.025) 3px 4px),radial-gradient(circle at 80% -10%,rgba(40,121,255,.16),transparent 34%),var(--retro-navy)}.topbar{min-height:72px;padding-block:12px;border-bottom:2px solid #10336a;background:rgba(2,8,23,.96);box-shadow:0 5px 0 rgba(0,0,0,.2)}.brand-mark{width:44px;height:44px;border-radius:2px;background:var(--retro-pink);color:#fff;font-size:16px;font-weight:950;box-shadow:4px 0 0 var(--retro-blue),0 4px 0 #071631,4px 4px 0 #071631}.brand-copy strong,.brand-mark{font-family:Courier New,ui-monospace,monospace}.brand-copy strong{color:#f5fbff;font-size:19px;letter-spacing:.02em;text-transform:uppercase;text-shadow:2px 2px 0 #143f82}.brand-copy small{color:var(--retro-cyan)}.brand-copy small,.topnav a{font-family:Courier New,ui-monospace,monospace}.topnav a{border-radius:2px;color:#d6e9ff;font-weight:800}.topnav a:focus-visible,.topnav a:hover{background:#102b57;color:var(--retro-cyan);box-shadow:inset 0 -2px 0 var(--retro-cyan)}.retro-portal{width:min(1380px,calc(100% - 28px));padding:22px 0 84px}.retro-hero{position:relative;min-height:580px;overflow:hidden;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr);align-items:center;border:2px solid var(--retro-border);background:linear-gradient(90deg,rgba(3,11,32,.98),rgba(4,18,49,.91) 39%,rgba(5,30,75,.28) 68%,rgba(4,16,39,.08)),linear-gradient(#1070d4 0 52%,#1663a5 52% 54%,#073268 54% 100%);box-shadow:inset 0 0 0 4px #06132e,0 10px 0 #010512,0 0 42px rgba(34,119,255,.18);image-rendering:pixelated}.retro-hero:before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.022) 3px 4px),radial-gradient(circle at 75% 10%,rgba(255,255,255,.34) 0 1px,transparent 2px),radial-gradient(circle at 88% 18%,rgba(255,255,255,.3) 0 1px,transparent 2px),radial-gradient(circle at 67% 22%,rgba(255,255,255,.24) 0 1px,transparent 2px);background-size:auto,50px 50px,73px 73px,93px 93px}.retro-hero-copy{position:relative;z-index:5;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px) 24px clamp(34px,5vw,72px) clamp(34px,5vw,72px)}.retro-kicker,.retro-section-kicker{margin:0 0 12px;color:var(--retro-cyan);font-size:11px;font-weight:900;letter-spacing:.15em}.retro-kicker,.retro-logo,.retro-section-kicker{font-family:Courier New,ui-monospace,monospace;text-transform:uppercase}.retro-logo{display:grid;width:max-content;margin-bottom:20px;color:white;font-weight:950;line-height:.78;letter-spacing:-.08em;filter:drop-shadow(5px 5px 0 #102b72)}.retro-logo span{font-size:clamp(48px,6vw,86px)}.retro-logo strong{color:var(--retro-yellow);font-size:clamp(52px,6.4vw,92px);text-shadow:4px 0 0 #b34625,-2px 0 0 #fff}.retro-hero-copy h1{margin:0;color:#f5fbff;font-size:clamp(26px,3.2vw,44px);line-height:1.2;letter-spacing:.02em;text-shadow:3px 3px 0 #071631}.retro-hero-lead{margin:18px 0 0;color:#d4e8ff;font-size:15px;line-height:1.85}.retro-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:28px}.retro-cta{min-height:58px;display:inline-flex;align-items:center;gap:14px;padding:0 26px;border:2px solid #ff7dbd;background:var(--retro-pink);color:#fff;font-family:Courier New,ui-monospace,monospace;font-size:18px;font-weight:950;text-decoration:none;box-shadow:5px 5px 0 #791849;transition:transform .12s ease,box-shadow .12s ease}.retro-cta:focus-visible,.retro-cta:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 #791849}.retro-counter{color:#7ea8d7;font-family:Courier New,ui-monospace,monospace;font-size:10px;font-weight:900;letter-spacing:.12em}.retro-counter strong{margin-left:5px;color:var(--retro-yellow);font-size:18px}.retro-world:before{content:"";position:absolute;inset:54% 0 0;background:linear-gradient(170deg,transparent 0 25%,#062554 26% 42%,transparent 43%),linear-gradient(190deg,transparent 0 22%,#09366d 23% 46%,transparent 47%),linear-gradient(180deg,#147dd1,#062759)}.retro-world:after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:repeating-linear-gradient(90deg,#0f512f 0 18px,#167242 18px 34px,#0a3b2a 34px 52px);-webkit-clip-path:polygon(0 58%,8% 42%,15% 64%,23% 36%,33% 58%,42% 30%,51% 60%,61% 38%,70% 63%,80% 33%,88% 55%,100% 40%,100% 100%,0 100%);clip-path:polygon(0 58%,8% 42%,15% 64%,23% 36%,33% 58%,42% 30%,51% 60%,61% 38%,70% 63%,80% 33%,88% 55%,100% 40%,100% 100%,0 100%)}.retro-sun{position:absolute;width:145px;height:145px;right:15%;top:11%;border-radius:50%;background:repeating-linear-gradient(0deg,#ffe97f 0 5px,#ffd653 5px 10px);box-shadow:0 0 0 8px rgba(255,224,83,.08)}.retro-cloud{position:absolute;width:112px;height:24px;background:#e2f8ff;box-shadow:20px -14px 0 #e2f8ff,52px -6px 0 #e2f8ff,74px 5px 0 #b9e8ff;opacity:.88}.cloud-a{top:20%;left:18%}.cloud-b{top:31%;right:7%;transform:scale(.65);opacity:.68}.retro-island{position:absolute;display:block;background:#255842;box-shadow:inset 0 10px 0 #4fc264}.island-back{width:150px;height:82px;left:17%;top:23%;-webkit-clip-path:polygon(12% 15%,82% 0,100% 36%,74% 62%,57% 100%,29% 74%,0 52%);clip-path:polygon(12% 15%,82% 0,100% 36%,74% 62%,57% 100%,29% 74%,0 52%);opacity:.72}.island-main{width:min(56vw,640px);height:235px;right:2%;top:35%;background:linear-gradient(#4da85c 0 17%,#2e734c 17% 28%,#315d51 28% 40%,#173d47 40% 100%);-webkit-clip-path:polygon(5% 12%,26% 3%,47% 8%,62% 0,80% 8%,97% 3%,100% 35%,88% 52%,79% 86%,60% 78%,49% 100%,34% 83%,17% 92%,10% 60%,0 44%);clip-path:polygon(5% 12%,26% 3%,47% 8%,62% 0,80% 8%,97% 3%,100% 35%,88% 52%,79% 86%,60% 78%,49% 100%,34% 83%,17% 92%,10% 60%,0 44%)}.retro-castle{position:absolute;width:150px;height:78px;left:42%;top:7px;background:#d6d6ca;box-shadow:inset 0 -10px 0 #8f9ba5}.retro-castle i,.retro-castle:after,.retro-castle:before{content:"";position:absolute;bottom:52px;width:34px;height:62px;background:#dfe4db;box-shadow:inset -7px 0 0 #8998a5}.retro-castle:before{left:8px;height:76px}.retro-castle:after{right:8px;height:86px}.retro-castle i:first-child{left:58px;height:108px}.retro-castle i:nth-child(2){left:24px;width:20px;height:44px}.retro-castle i:nth-child(3){right:35px;width:22px;height:53px}.retro-waterfall{position:absolute;width:42px;height:145px;left:61%;top:90px;background:repeating-linear-gradient(90deg,#d9fbff 0 6px,#53d7ff 6px 13px,#159be9 13px 19px);box-shadow:0 0 16px rgba(54,207,255,.8)}.retro-ship{position:absolute;right:8%;top:29%;width:86px;height:30px;display:grid;place-items:center;border:4px solid #152c62;border-radius:50%;background:#bb3e79;color:#fff;font:900 14px/1 Courier New,monospace}.retro-hero-sprite{position:absolute;left:19%;bottom:58px;width:70px;height:126px;filter:drop-shadow(7px 7px 0 rgba(1,8,24,.45))}.sprite-head{position:absolute;width:50px;height:46px;left:10px;top:0;background:#ffd09d;box-shadow:0 -12px 0 #ef3255,-9px -4px 0 #ef3255,11px -6px 0 #ef3255}.sprite-body{position:absolute;width:58px;height:56px;left:6px;top:47px;background:#e8324d;box-shadow:inset -16px 0 0 #1d3c75,-8px 14px 0 #202a49,51px 14px 0 -15px #ffd09d}.sprite-leg{position:absolute;width:18px;height:32px;top:100px;background:#214c8d;box-shadow:0 23px 0 -4px #f4f5f8}.leg-a{left:12px}.leg-b{right:12px}.retro-featured{position:absolute;z-index:5;right:28px;bottom:30px;width:min(330px,32%);display:grid;grid-gap:5px;gap:5px;padding:15px 16px;border:2px solid var(--retro-cyan);background:rgba(3,12,33,.9);color:#fff;text-decoration:none;box-shadow:5px 5px 0 #041a45}.retro-featured-label{color:var(--retro-yellow);font:900 9px/1.2 Courier New,monospace;letter-spacing:.12em}.retro-featured strong{font-size:17px}.retro-featured>span:not(.retro-featured-label){overflow:hidden;color:#a8c7e9;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.retro-featured b{margin-top:3px;color:var(--retro-cyan);font:900 10px/1 Courier New,monospace;letter-spacing:.08em}.retro-dots{position:absolute;z-index:5;left:50%;bottom:18px;display:flex;gap:8px}.retro-dots span{width:8px;height:8px;background:#426aa0;box-shadow:2px 2px 0 #04142e}.retro-dots span:first-child{background:var(--retro-cyan)}.retro-panel{border:2px solid #123c79;background:repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.018) 3px 4px),rgba(5,19,45,.96);box-shadow:inset 0 0 0 3px rgba(2,9,27,.8)}.retro-popular{margin-top:18px;padding:22px}.retro-section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:17px}.retro-section-heading.compact{margin-bottom:12px}.retro-section-heading h2{margin:0;color:#f5fbff;font-family:Courier New,ui-monospace,monospace;font-size:clamp(24px,3vw,36px);letter-spacing:-.04em;text-transform:uppercase}.retro-section-heading a{color:var(--retro-cyan);font:800 11px/1 Courier New,ui-monospace,monospace;text-decoration:none}.retro-section-kicker{margin-bottom:4px;color:var(--retro-yellow)}.retro-popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.retro-popular-card{min-width:0;overflow:hidden;border:2px solid #214d86;background:#061329;color:#fff;text-decoration:none;transition:transform .12s ease,border-color .12s ease}.retro-popular-card:focus-visible,.retro-popular-card:hover{transform:translateY(-3px);border-color:var(--retro-cyan)}.retro-game-art{position:relative;min-height:156px;display:block;overflow:hidden;background:var(--accent,#267aff)}.retro-game-art:before{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(145deg,transparent 0 23%,rgba(3,18,38,.72) 24% 45%,transparent 46%),linear-gradient(215deg,transparent 0 20%,rgba(2,34,55,.72) 21% 48%,transparent 49%),#0c4d6f}.retro-game-art:after{content:"";position:absolute;inset:auto 0 0;height:28px;background:repeating-linear-gradient(90deg,rgba(8,53,39,.95) 0 16px,rgba(18,103,60,.95) 16px 30px)}.retro-game-art.accent-lime{--accent:#5ec76f}.retro-game-art.accent-coral{--accent:#da5274}.retro-game-art.accent-blue{--accent:#2377d9}.retro-game-art.accent-cyan{--accent:#1aaac1}.retro-game-art.accent-gold{--accent:#b88924}.retro-art-grid{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.7) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.7) 1px,transparent 0);background-size:12px 12px}.retro-art-orb{position:absolute;width:54px;height:54px;right:18px;top:15px;border-radius:50%;background:#f6e272;box-shadow:0 0 0 4px rgba(255,255,255,.12)}.retro-art-sprite{position:absolute;z-index:2;left:20px;bottom:25px;width:52px;height:52px;display:grid;place-items:center;border:4px solid #eef8ff;background:#07224a;color:#fff;font:900 13px/1 Courier New,monospace;box-shadow:6px 6px 0 rgba(2,10,28,.55)}.retro-popular-copy{display:grid;grid-gap:5px;gap:5px;padding:12px}.retro-popular-copy strong{overflow:hidden;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.retro-popular-copy small{width:max-content;padding:3px 6px;border:1px solid #315b93;color:#a9c9ec;font:800 9px/1 Courier New,ui-monospace,monospace;text-transform:uppercase}.retro-info-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);grid-gap:18px;gap:18px;margin-top:18px}.retro-news{padding:20px 22px}.retro-news-list{display:grid}.retro-news-list>a{min-height:72px;display:grid;grid-template-columns:76px 1fr auto;align-items:center;grid-gap:14px;gap:14px;border-top:1px solid #173760;color:white;text-decoration:none}.retro-news-list>a:first-child{border-top:0}.retro-news-thumb{width:66px;height:46px;display:grid;place-items:center;border:2px solid #3267a6;background:var(--accent,#267aff);color:#fff;font:900 12px/1 Courier New,monospace;box-shadow:inset 0 -12px 0 rgba(3,16,37,.35)}.retro-news-thumb.accent-lime{--accent:#4eac58}.retro-news-thumb.accent-coral{--accent:#bc4160}.retro-news-thumb.accent-blue{--accent:#2165c0}.retro-news-thumb.accent-cyan{--accent:#1687a8}.retro-news-thumb.accent-gold{--accent:#9f7423}.retro-news-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.retro-news-copy time{color:#799bc3;font:700 10px/1 Courier New,monospace}.retro-news-copy strong{overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.retro-news-arrow{color:var(--retro-cyan);font-size:24px}.retro-community{padding:24px;background:radial-gradient(circle at 78% 18%,rgba(255,43,145,.35),transparent 20%),linear-gradient(145deg,#10184b,#2b1252 55%,#06172f)}.retro-community:after,.retro-community:before{content:"";position:absolute;background:#1cc5ff;opacity:.22;transform:rotate(45deg)}.retro-community:before{width:110px;height:110px;right:-25px;top:15px}.retro-community:after{width:46px;height:46px;right:74px;top:72px}.retro-community>span:last-child{position:relative;z-index:2;display:grid;grid-gap:9px;gap:9px}.retro-community small{color:var(--retro-cyan);font:900 9px/1 Courier New,monospace;letter-spacing:.11em}.retro-community strong{font-size:clamp(22px,2.7vw,34px);line-height:1.16}.retro-community em{color:var(--retro-yellow);font:900 11px/1 Courier New,monospace;font-style:normal}.retro-community-pixel{position:absolute;right:28px;top:38px;width:66px;height:66px;display:grid;place-items:center;border:5px solid #d9f9ff;background:#0e2858;color:#ff4da5;font:900 38px/1 monospace;box-shadow:8px 8px 0 rgba(0,0,0,.28)}.retro-library{margin-top:18px;padding:34px 22px 0;border:2px solid #153e78;background:rgba(4,16,39,.78)}.retro-library .section-heading h2{color:#fff;font-family:Courier New,ui-monospace,monospace;font-size:clamp(30px,4.6vw,52px);letter-spacing:-.045em;text-transform:uppercase}.retro-library .count-pill{border-radius:2px;border:2px solid var(--retro-cyan);color:var(--retro-cyan);font-family:Courier New,monospace;box-shadow:4px 4px 0 #04142d}.retro-library .filters{margin:24px 0 20px}.retro-library .filter-button{border-radius:2px;border:1px solid #2c5b92;background:#081b38;color:#a9c7e8;font:800 11px/1 Courier New,ui-monospace,monospace}.retro-library .filter-button[aria-pressed=true]{border-color:var(--retro-cyan);background:#123c70;color:#fff;box-shadow:inset 0 -3px 0 var(--retro-cyan)}.retro-game-grid{gap:12px;padding-bottom:22px}.retro-library-card{border-radius:2px;border:2px solid #193d70;background:#06142c;box-shadow:4px 4px 0 #020815}.retro-library-card:focus-visible,.retro-library-card:hover{border-color:var(--retro-cyan);transform:translateY(-2px)}.retro-library-card .cover{background:linear-gradient(145deg,transparent 0 44%,rgba(2,19,42,.38) 45% 100%),var(--accent,#2478df)}.retro-library-card .cover.accent-lime{--accent:#4ea95d}.retro-library-card .cover.accent-coral{--accent:#bb4662}.retro-library-card .cover.accent-blue{--accent:#2569bc}.retro-library-card .cover.accent-cyan{--accent:#1788a7}.retro-library-card .cover.accent-gold{--accent:#a07826}.retro-library-card .cover:after{border-radius:0;border:0;width:100%;height:36px;right:0;bottom:0;background:repeating-linear-gradient(90deg,#143a31 0 18px,#1a5a3e 18px 34px)}.retro-library-card .cover-symbol{color:#fff;font-size:48px;text-shadow:5px 5px 0 rgba(2,8,19,.38)}.retro-library-card .game-card-body>strong{color:white}.retro-library-card .play-link{color:var(--retro-cyan);font-family:Courier New,ui-monospace,monospace}.site-footer{border-top:2px solid #113365;color:#8fb0d3}.site-footer-brand,.site-footer-nav a{color:#7fa0c6;font-family:Courier New,ui-monospace,monospace}@media (max-width:980px){.retro-hero{grid-template-columns:minmax(300px,.95fr) minmax(320px,1.05fr)}.retro-hero-copy{padding:42px 34px}.retro-featured{right:18px;width:36%}.retro-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.retro-portal{width:min(100% - 18px,1380px);padding-top:10px}.retro-hero{min-height:690px;display:block}.retro-hero-copy{position:relative;min-height:440px;justify-content:flex-start;padding:32px 22px;background:linear-gradient(180deg,rgba(2,9,27,.94),rgba(2,9,27,.64) 72%,transparent)}.retro-logo span{font-size:clamp(48px,16vw,76px)}.retro-logo strong{font-size:clamp(52px,17vw,82px)}.retro-hero-copy h1{font-size:26px}.retro-world{inset:215px 0 0}.retro-sun{right:6%;top:9%;width:104px;height:104px}.island-main{width:100%;right:-14%;top:31%}.retro-hero-sprite{left:18%;bottom:56px;transform:scale(.78);transform-origin:bottom left}.retro-featured{left:18px;right:18px;bottom:22px;width:auto}.retro-dots{display:none}.retro-popular{padding:16px}.retro-popular-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.retro-popular-card{min-width:72%;scroll-snap-align:start}.retro-info-grid{grid-template-columns:1fr}.retro-community{min-height:230px}.retro-library{padding:24px 14px 0}}@media (max-width:560px){.brand-mark{width:38px;height:38px;font-size:13px}.brand-copy strong{font-size:16px}.topnav{gap:2px}.topnav a{padding:0 6px;font-size:10px}.retro-hero{min-height:650px}.retro-hero-copy{min-height:405px;padding:26px 18px}.retro-kicker{font-size:9px}.retro-logo{margin-bottom:15px}.retro-logo span{font-size:48px}.retro-logo strong{font-size:54px}.retro-hero-copy h1{font-size:23px}.retro-hero-lead{margin-top:13px;font-size:13px;line-height:1.65}.retro-hero-actions{margin-top:19px}.retro-cta{min-height:50px;padding:0 19px;font-size:15px}.retro-counter{display:none}.retro-world{inset:197px 0 0}.retro-castle{transform:scale(.76);transform-origin:center bottom}.retro-featured{bottom:16px;padding:12px}.retro-featured>span:not(.retro-featured-label){display:none}.retro-popular-card{min-width:83%}.retro-game-art{min-height:136px}.retro-news{padding:16px}.retro-news-list>a{grid-template-columns:62px 1fr auto;gap:10px}.retro-news-thumb{width:54px;height:42px}.retro-news-copy strong{font-size:12px}.retro-community{padding:20px}.retro-community-pixel{right:18px;top:28px}.retro-library .section-heading{align-items:center}.retro-library .section-heading h2{font-size:30px}.retro-library-card{grid-template-columns:104px 1fr}.retro-library-card .game-card-body{padding:15px}.retro-library-card .game-card-body>strong{font-size:19px}}.brand-logo{display:block;width:180px;height:46px;object-fit:contain;object-position:left center}.retro-world{position:absolute;inset:0 0 0 35%;z-index:1;overflow:hidden}.retro-world-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;image-rendering:auto}.retro-community{position:relative;min-height:100%;overflow:hidden;display:flex;align-items:end;padding:0;border:2px solid #503fa7;background:#0b1d4d;color:#fff;text-decoration:none;box-shadow:inset 0 0 0 3px #070d27}.retro-community-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.retro-community-copy{position:relative;z-index:2;display:grid;grid-gap:9px;gap:9px;width:100%;padding:24px;background:linear-gradient(180deg,transparent 5%,rgba(3,11,32,.24) 35%,rgba(3,11,32,.94))}@media (max-width:760px){.brand-logo{width:154px;height:auto}.retro-world{inset:215px 0 0}.retro-world-image{object-position:62% center}.retro-community-copy{padding:20px}}@media (max-width:560px){.brand-logo{width:132px}.retro-world{inset:197px 0 0}}