:root{--ink:#10221d;--forest:#0c1b18;--paper:#f2f0e8;--line:#d7d4ca;--lime:#d8ff55;--muted:#68736d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{width:min(calc(100% - 40px),1400px);margin:auto}header{position:sticky;top:0;z-index:20;background:rgba(12,27,24,.97);color:white;border-bottom:1px solid #ffffff18}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:68px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.03em}.brand b{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:var(--lime)}nav{display:flex;gap:4px;overflow:auto}nav a{padding:9px 10px;border-radius:8px;color:#ffffffa8;font-size:13px;font-weight:700}nav a:hover,nav a.active{background:#ffffff12;color:white}.page{display:none}.page.active{display:block}.hero{background:radial-gradient(circle at 20% 10%,#d8ff5544,transparent 28rem),linear-gradient(135deg,#f7f3e9,#e7e9dd)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:46px;min-height:660px;padding-block:60px}.hero h1,.page-hero h1{margin:14px 0 0;font-size:clamp(48px,7vw,98px);line-height:.92;letter-spacing:-.067em}.hero img{width:100%;aspect-ratio:5/4;object-fit:cover;object-position:68% center;border-radius:24px;box-shadow:0 28px 70px #0c1b1833}.eyebrow{margin:0;color:#315c4c;font-size:11px;font-weight:900;letter-spacing:.17em}.lime{color:var(--lime)}.lede,.page-hero p:last-child{max-width:750px;color:#58655f;line-height:1.7}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.button,button{cursor:pointer;border:0;border-radius:9px;background:#173f35;color:white;padding:11px 15px;font-weight:800}.button.secondary{border:1px solid var(--line);background:white;color:var(--ink)}.stats{display:flex;gap:34px;flex-wrap:wrap;margin-top:30px}.stats span{display:block;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.stats strong{font-size:26px}.section{padding-block:56px 80px}.section>h2,.dark h2{margin:8px 0 22px;font-size:clamp(34px,5vw,54px);letter-spacing:-.05em}.portal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.portal-grid>a{display:flex;min-height:245px;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:18px;background:#ffffffa8}.portal-grid b{font-size:26px}.portal-grid h3{margin:34px 0 6px;font-size:20px}.portal-grid p{color:var(--muted);font-size:14px;line-height:1.6}.dark{padding:70px 0;background:var(--forest);color:white}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.dark p:not(.eyebrow){color:#ffffff99}.rank-list{border-top:1px solid #ffffff24}.rank-list div{display:grid;grid-template-columns:35px 1fr auto;padding:13px 0;border-bottom:1px solid #ffffff24}.rank-list span{color:var(--lime);font-size:11px}.rank-list em{color:#ffffff77;font-size:12px;font-style:normal}.page-hero{padding:58px 0;background:radial-gradient(circle at 82% 15%,#d8ff5544,transparent 25rem),#e9eadf;border-bottom:1px solid var(--line)}.page-hero h1{max-width:1050px;font-size:clamp(45px,6vw,82px)}.filters{display:grid;grid-template-columns:1.35fr repeat(4,.65fr) auto;gap:10px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#ffffff99}.filters input,.filters select,.contact input,.contact textarea{width:100%;border:1px solid #cac7bd;border-radius:9px;background:white;padding:11px}.search{position:relative}.search span{position:absolute;left:12px;top:10px}.search input{padding-left:34px}.results{display:flex;justify-content:space-between;margin:22px 0 12px;padding:12px 0;border-block:1px solid var(--line);color:var(--muted);font-size:13px}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.game-card{display:grid;grid-template-columns:58px 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:15px;background:#ffffffb8;text-align:left}.cover{display:grid;width:58px;height:78px;place-items:center;border-radius:10px;background:linear-gradient(145deg,#6fa082,#183f35);color:white;font-size:25px;font-weight:900}.game-card small{display:block;color:var(--muted)}.game-card h3{margin:7px 0 3px;font-size:14px}.game-card strong{font-size:13px}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:26px}.systems-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.system-card{min-height:210px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#ffffffaa}.system-card h2{margin:30px 0 12px;font-size:30px}.system-card p{color:var(--muted)}.pills{display:flex;flex-wrap:wrap;gap:5px}.pill{padding:4px 7px;border-radius:99px;background:#e1e0d7;font-size:10px;font-weight:800}.tag-link{border:1px solid transparent;cursor:pointer}.tag-link:hover,.tag-link:focus-visible{border-color:#6f907f;background:#d6decf;outline:none}.highlights{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.highlight{display:grid;grid-template-columns:35px 1fr auto;gap:10px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.highlight h3{margin:5px 0}.highlight p{margin:0;color:var(--muted);font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric{padding:22px;border:1px solid var(--line);border-radius:16px;background:#ffffffaa}.metric span{display:block;color:var(--muted);font-size:12px}.metric strong{font-size:26px}.charts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}.charts article{padding:22px;border:1px solid var(--line);border-radius:16px;background:#ffffffaa}.bar-row{margin:12px 0}.bar-row div{display:flex;justify-content:space-between;font-size:12px}.bar-row i{display:block;height:7px;margin-top:4px;border-radius:99px;background:#739d4b}.region-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.region-stats div{display:flex;justify-content:space-between;padding:10px;border-radius:8px;background:#ebe9e0}.about,.contact{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-block:60px 80px}.about h2,.contact h2{font-size:30px;letter-spacing:-.04em}.about p,.contact>div>p{color:#56625d;line-height:1.8}.about img{width:100%;border-radius:18px}.about blockquote{margin:-30px 20px 0;position:relative;padding:22px;border-radius:14px;background:var(--forest);color:white;font-size:20px;font-weight:800}.notice{display:grid;gap:4px;margin-top:24px;padding:18px;border-radius:14px;background:#e3e6d7}.contact form{display:grid;gap:12px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#ffffffaa}.contact label{display:grid;gap:5px;font-size:12px;font-weight:800}.contact form p{color:#4d725f}footer{background:var(--forest);color:white}footer>div{display:flex;justify-content:space-between;padding-block:28px;color:#ffffff88}footer b{color:white}dialog{width:min(680px,calc(100% - 30px));max-height:85vh;overflow:auto;border:0;border-radius:20px;padding:26px;box-shadow:0 30px 90px #0006}dialog::backdrop{background:#0008}.close{position:absolute;right:12px;top:12px;background:#eee;color:#222;padding:5px 10px}.detail-value{display:flex;justify-content:space-between;margin:18px 0;padding:16px;border-radius:12px;background:var(--forest);color:white}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.detail-item{padding:12px;border:1px solid var(--line);border-radius:10px}.detail-item span{display:block;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.extras{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}@media(max-width:1000px){.hero-grid,.split,.about,.contact,.charts{grid-template-columns:1fr}.portal-grid,.systems-grid{grid-template-columns:repeat(2,1fr)}.game-grid{grid-template-columns:repeat(3,1fr)}.filters{grid-template-columns:1fr 1fr}.hero-grid{min-height:auto}.hero img{max-height:420px}.header-inner{align-items:flex-start;flex-direction:column;padding:12px 0}nav{width:100%}}@media(max-width:600px){.shell{width:min(calc(100% - 24px),1400px)}.portal-grid,.systems-grid,.metric-grid,.highlights,.game-grid{grid-template-columns:1fr}.filters{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:44px}.results,footer>div{align-items:flex-start;flex-direction:column}.detail-grid{grid-template-columns:1fr}}
.nav-wrap{display:flex;align-items:center;gap:6px;min-width:0}.nav-wrap nav{flex:1}.icon-button{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;padding:0;border-radius:999px;background:#ffffff10}.responsive-hero{display:block;width:100%}.hero .home-hero-art{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center}.collection-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px}.console-hero{position:relative;margin:0}.console-hero img{display:block;width:100%;height:300px;object-fit:cover;border-radius:20px;background:#e4e1d8;box-shadow:0 20px 50px #0c1b1822}.branded-console-hero{align-self:center}.branded-console-hero img{height:auto;object-fit:contain;background:#0c1b18}.console-hero figcaption{position:absolute;left:14px;bottom:14px;display:flex;flex-wrap:wrap;gap:5px 12px;max-width:calc(100% - 28px);padding:8px 11px;border-radius:9px;background:#0c1b18e6;color:white;font-size:12px;font-weight:800}.console-hero figcaption a{color:#d8ff55}.filters{grid-template-columns:1.25fr repeat(5,.65fr) auto}.results-row{display:flex;align-items:center;gap:12px;margin:22px 0 12px;padding:12px 0;border-block:1px solid var(--line)}.results-row .results{flex:1;margin:0;padding:0;border:0}.view-toggle{display:flex;gap:4px}.view-toggle button{display:grid;place-items:center;width:36px;height:36px;padding:0}.view-toggle button.active{background:var(--lime);color:#10221d}.alpha-index{display:flex;gap:4px;margin:0 0 16px;padding:9px;overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#ffffff75;scrollbar-width:thin}.alpha-index button{display:grid;min-width:30px;height:30px;padding:0 6px;place-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--ink);font-size:11px;font-weight:900}.alpha-index button:first-child{min-width:45px}.alpha-index button:hover:not(:disabled){border-color:#8ba292;background:#739d4b1f}.alpha-index button.active{border-color:#173f35;background:#173f35;color:#d8ff55}.alpha-index button:disabled{color:var(--muted);cursor:default;opacity:.3}.game-grid.list{grid-template-columns:1fr!important}.game-grid.list .game-card{width:100%}.game-card{color:#10221d}.card-value{display:inline-grid;float:right;justify-items:end;max-width:115px;text-align:right}.card-value strong{overflow:hidden;max-width:115px;text-overflow:ellipsis;white-space:nowrap}.card-value em{color:#68736d;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.portal-grid>a,.system-card,.metric,.charts article,.filters,.contact form,dialog{color:#10221d}.filters input,.filters select,.contact input,.contact textarea{color:#10221d}.pill,.notice,.region-stats div{color:#10221d}
.cover.cover-art{display:block;object-fit:cover;object-position:center;background:#e4e1d8}.detail-cover{display:grid;justify-items:center;gap:6px;margin:0 0 14px}.detail-cover-link{display:block;max-width:100%;border-radius:12px;cursor:zoom-in;transition:transform .18s ease,box-shadow .18s ease}.detail-cover-link:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 16px 38px #10221d33}.detail-cover-link:focus-visible{outline:3px solid #739d4b;outline-offset:3px}.detail-cover img{display:block;width:min(100%,280px);max-height:330px;object-fit:contain;border-radius:12px;background:#e8e5dc;box-shadow:0 14px 35px #10221d2b}.detail-cover figcaption{color:var(--muted);font-size:11px;font-weight:800}.highlight{width:100%;border:0;border-bottom:1px solid var(--line);border-radius:9px;background:transparent;color:var(--ink);text-align:left;transition:background-color .18s ease,transform .18s ease}.highlight:hover{background:#739d4b17;transform:translateY(-1px)}.highlight:focus-visible{outline:2px solid #739d4b;outline-offset:2px}.highlight:has(>img){grid-template-columns:35px 54px 1fr auto}.highlight>img{width:54px;height:72px;object-fit:cover;border-radius:7px;background:#e4e1d8}.detail-value>div{display:grid;gap:2px}.detail-value .value-status{padding:5px 8px;border-radius:99px;background:#ffffff18;color:white;font-size:10px;font-style:normal;font-weight:800}.detail-value .value-status:not(:first-child){white-space:nowrap}
.multi-filter-source{display:none!important}.checkbox-filter{position:relative;min-width:0}.checkbox-filter summary{display:flex;align-items:center;justify-content:space-between;gap:8px;height:43px;padding:0 11px;border:1px solid #cac7bd;border-radius:9px;background:white;color:#10221d;font-size:13px;font-weight:700;cursor:pointer;list-style:none}.checkbox-filter summary::-webkit-details-marker{display:none}.checkbox-filter summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkbox-filter summary b{color:var(--muted)}.checkbox-filter-menu{position:absolute;z-index:40;top:calc(100% + 5px);left:0;width:min(320px,calc(100vw - 40px));padding:9px;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 18px 45px #10221d2b}.checkbox-filter-menu>input{margin-bottom:7px}.checkbox-filter-options{display:grid;max-height:260px;overflow:auto}.checkbox-filter-option{display:flex;align-items:center;gap:8px;padding:7px;border-radius:7px;color:#10221d;font-size:12px;cursor:pointer}.checkbox-filter-option:hover{background:#eef0e6}.checkbox-filter-option input{width:15px;height:15px;margin:0}.checkbox-filter-menu>[data-clear]{margin-top:7px;padding:6px 8px;background:transparent;color:#315c4c;font-size:11px}.active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px}.active-filter-chip{display:inline-flex;align-items:center;gap:5px;max-width:260px;padding:5px 8px;border:1px solid var(--line);border-radius:99px;background:#e5e7dc;color:#10221d;font-size:11px}.active-filter-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-filters [data-clear-all]{padding:5px 8px;background:transparent;color:#315c4c;font-size:11px}.key-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}.key-tags .pill{font-size:9px}.collection-status{display:grid;gap:12px;margin:14px 0;padding:14px;border:1px solid #b7c5af;border-radius:14px;background:#edf1e5}.collection-status[data-kind="sealed"]{border-color:#c7ad5c;background:#f5efd9}.collection-status[data-kind="incomplete"],.collection-status[data-kind="unknown"]{border-color:#d3b889;background:#f4ecdf}.collection-status-heading{display:grid;grid-template-columns:34px 1fr;gap:10px}.collection-status-heading>i{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#173f35;color:#d8ff55;font-style:normal;font-weight:900}.collection-status-heading span{display:block;color:#657068;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.collection-status-heading strong{display:block;margin-top:2px;font-size:17px}.collection-status-heading p{margin:3px 0 0;color:#58635d;font-size:11px}.inventory-checklist{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.inventory-checklist>div{padding:8px;border:1px solid #10221d1a;border-radius:9px;background:#ffffff85}.inventory-checklist span{display:block;overflow:hidden;color:#68736d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.inventory-checklist strong{display:block;margin-top:2px;color:#315d49;font-size:11px}.inventory-checklist [data-state="missing"] strong{color:#a63f38}.inventory-checklist [data-state="unknown"] strong{color:#9a6817}.inventory-checklist [data-state="not-applicable"] strong{color:#727873}
[data-glossary]{cursor:help}.detail-item [data-glossary],.highlight p[data-glossary],.game-card small[data-glossary]{text-decoration:underline dotted #315c4ca6;text-underline-offset:3px}
.system-card{position:relative;overflow:hidden;min-height:320px;padding:0;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.system-card:hover{transform:translateY(-3px);border-color:#8ba292;box-shadow:0 16px 34px #10221d17}.system-image-wrap{position:relative;display:grid;height:192px;place-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 48%,#f5f4ee 0,#e2e6dc 72%)}.system-image{display:block;width:100%;height:100%;padding:16px 20px;object-fit:contain;object-position:center;mix-blend-mode:multiply}.system-card[data-system='GB'] .system-image,.system-card[data-system='VECT'] .system-image{padding:10px 48px}.system-card[data-system='Wii'] .system-image{padding:12px 36px}.system-card[data-system='ATARI26'] .system-image,.system-card[data-system='SFC'] .system-image{padding:14px 18px}.system-card[data-system='PS3'] .system-image,.system-card[data-system='3DS'] .system-image{padding:13px 22px}.system-number{position:absolute;right:11px;top:9px;padding:3px 7px;border-radius:99px;background:#0c1b18d1;color:#d8ff55;font-size:11px;font-weight:900;letter-spacing:.08em;backdrop-filter:blur(8px)}.system-card-copy{padding:18px 20px 20px}.system-card h2{min-height:2.5em;margin:0;font-size:22px;line-height:1.08}.system-card-copy p{margin:14px 0 10px}
.systems-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:11px 0;border-block:1px solid var(--line);color:var(--muted);font-size:13px}.systems-toolbar b{color:var(--ink)}.systems-view-toggle{display:flex;gap:4px}.systems-view-toggle button{display:grid;place-items:center;width:36px;height:36px;padding:0}.systems-view-toggle button.active{background:var(--lime);color:#10221d}.systems-grid.list{grid-template-columns:1fr}.systems-grid.list .system-card{display:grid;grid-template-columns:minmax(190px,280px) minmax(0,1fr);min-height:176px}.systems-grid.list .system-image-wrap{height:100%;min-height:176px;border-right:1px solid var(--line);border-bottom:0}.systems-grid.list .system-card-copy{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,auto);align-items:center;gap:24px}.systems-grid.list .system-card h2{min-height:0}.systems-grid.list .system-card-copy p{margin:0}.systems-grid.list .pills{align-content:center}
[data-theme="dark"] body{background:#0b1715;color:#f5f7ed}[data-theme="dark"] .hero,[data-theme="dark"] .page-hero{background:radial-gradient(circle at 82% 15%,#d8ff5522,transparent 25rem),#10221d;border-color:#2d453e}[data-theme="dark"] .lede,[data-theme="dark"] .page-hero p:last-child,[data-theme="dark"] .portal-grid p,[data-theme="dark"] .system-card p,[data-theme="dark"] .highlight p,[data-theme="dark"] .metric span,[data-theme="dark"] .about p,[data-theme="dark"] .contact>div>p{color:#a4b0aa}[data-theme="dark"] .portal-grid>a,[data-theme="dark"] .filters,[data-theme="dark"] .game-card,[data-theme="dark"] .system-card,[data-theme="dark"] .metric,[data-theme="dark"] .charts article,[data-theme="dark"] .contact form{background:#142923eb;border-color:#2d453e;color:#f5f7ed}[data-theme="dark"] .filters input,[data-theme="dark"] .filters select,[data-theme="dark"] .contact input,[data-theme="dark"] .contact textarea,[data-theme="dark"] dialog{background:#10221d;border-color:#38544b;color:#f5f7ed}[data-theme="dark"] .button.secondary{background:#142923;color:#f5f7ed;border-color:#2d453e}[data-theme="dark"] .pill,[data-theme="dark"] .region-stats div,[data-theme="dark"] .notice{background:#1b312a;color:#f5f7ed}[data-theme="dark"] .detail-item{border-color:#2d453e}[data-theme="dark"] .eyebrow{color:#a9cf63}[data-theme="dark"] .systems-toolbar b{color:#f5f7ed}
[data-theme="dark"] .checkbox-filter summary,[data-theme="dark"] .checkbox-filter-menu{background:#10221d;border-color:#38544b;color:#f5f7ed}[data-theme="dark"] .checkbox-filter-option{color:#f5f7ed}[data-theme="dark"] .checkbox-filter-option:hover{background:#1b312a}[data-theme="dark"] .active-filter-chip{background:#1b312a;border-color:#38544b;color:#f5f7ed}[data-theme="dark"] .active-filters [data-clear-all],[data-theme="dark"] .checkbox-filter-menu>[data-clear]{color:#b7d985}[data-theme="dark"] .highlight{color:#f5f7ed}[data-theme="dark"] .highlight:hover{background:#ffffff0d}[data-theme="dark"] .alpha-index{background:#142923;border-color:#38544b}[data-theme="dark"] .alpha-index button{color:#f5f7ed}[data-theme="dark"] .alpha-index button:disabled{color:#829089}
[data-theme="dark"] .collection-status,[data-theme="dark"] .collection-status[data-kind="sealed"],[data-theme="dark"] .collection-status[data-kind="incomplete"],[data-theme="dark"] .collection-status[data-kind="unknown"]{background:#172c26;border-color:#3a554c}[data-theme="dark"] .collection-status-heading span,[data-theme="dark"] .collection-status-heading p,[data-theme="dark"] .inventory-checklist span{color:#a4b0aa}[data-theme="dark"] .inventory-checklist>div{background:#ffffff09;border-color:#334b43}[data-theme="dark"] .inventory-checklist strong{color:#b7d985}
@media(max-width:1100px){.filters{grid-template-columns:1fr 1fr}}@media(max-width:1000px){.nav-wrap{width:100%}.collection-hero-grid{grid-template-columns:1fr}.systems-grid.list .system-card-copy{grid-template-columns:1fr auto}.systems-grid.list .pills{grid-column:1/-1}}@media(max-width:600px){.filters{grid-template-columns:1fr}.results-row{align-items:flex-start}.results-row .results{align-items:flex-start}.view-toggle{margin-left:auto}.console-hero img{height:230px}.systems-grid.list .system-card{display:block}.systems-grid.list .system-image-wrap{height:160px;min-height:0;border-right:0;border-bottom:1px solid var(--line)}.systems-grid.list .system-card-copy{display:block}.systems-grid.list .system-card-copy p{margin:14px 0 10px}}
.readable-record{display:grid;gap:12px}.readable-detail-grid{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#ffffff73}.readable-detail{display:grid;grid-template-columns:minmax(135px,.8fr) minmax(0,1.4fr);gap:16px;align-items:baseline;padding:13px 16px}.readable-detail+.readable-detail{border-top:1px solid var(--line)}.readable-detail>span,.source-record-grid span{color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.readable-detail>div{font-size:14px;font-weight:800;line-height:1.5}.readable-value{padding:0;border:0;border-bottom:1px dotted currentColor;background:transparent;color:inherit;font:inherit;cursor:pointer}.readable-value:hover{color:#315c4c;border-bottom-style:solid}.readable-value:focus-visible{border-radius:3px;outline:2px solid #739d4b;outline-offset:2px}.included-items{display:grid;gap:9px;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:#ffffff73}.included-items h3{margin:0;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.included-items ul{display:flex;flex-wrap:wrap;gap:6px 16px;margin:0;padding:0;list-style:none}.included-items li{font-size:13px;font-weight:750}.source-record{border:1px solid var(--line);border-radius:12px;background:#ebe9e0}.source-record summary{cursor:pointer;padding:13px 16px;font-size:12px;font-weight:900}.source-record[open] summary{border-bottom:1px solid var(--line)}.source-record-hide{display:none}.source-record[open] .source-record-show{display:none}.source-record[open] .source-record-hide{display:inline}.source-record-grid{display:grid;gap:10px;padding:13px 16px 16px}.source-record-grid>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.source-record-grid code{font-size:12px;text-align:right}[data-theme="dark"] .readable-detail-grid,[data-theme="dark"] .included-items,[data-theme="dark"] .source-record{background:#172c26;border-color:#38544b}[data-theme="dark"] .readable-value:hover{color:var(--lime)}@media(max-width:520px){.readable-detail{grid-template-columns:1fr;gap:4px}.source-record-grid>div{align-items:flex-start;flex-direction:column;gap:3px}.source-record-grid code{text-align:left}}.included-demos{display:grid;gap:12px;margin-top:14px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#ffffff73}.included-demos-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.included-demos-heading h3{margin:0;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.included-demos-heading span{color:var(--muted);font-size:11px;font-weight:800}.included-demos ol,.included-demos ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 20px;margin:0;padding:0;list-style:none;counter-reset:demos}.included-demos li{position:relative;padding-left:22px;font-size:13px;line-height:1.45;counter-increment:demos}.included-demos li::before{position:absolute;left:0;color:#66844a;content:counter(demos,decimal-leading-zero);font-size:9px;font-weight:900}[data-theme="dark"] .included-demos{background:#1b312a;border-color:#38544b}@media(max-width:520px){.included-demos-heading{align-items:flex-start;flex-direction:column;gap:3px}.included-demos ol,.included-demos ul{grid-template-columns:1fr}}.media-gallery{display:grid;gap:8px;margin:0 0 14px}.media-gallery-stage{position:relative;display:grid;min-height:290px;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#e8e5dc}.media-gallery-stage>a{display:grid;width:100%;height:100%;place-items:center;cursor:zoom-in}.media-gallery-stage img,.media-gallery-stage video{display:block;width:100%;height:min(50vh,400px);object-fit:contain}.media-gallery figcaption{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:11px;font-weight:800}.media-gallery-arrow{position:absolute;top:50%;z-index:2;width:36px;height:36px;padding:0;border:1px solid #10221d26;border-radius:999px;background:#fffffff0;color:#10221d;font-size:25px;line-height:1;box-shadow:0 6px 18px #10221d26;transform:translateY(-50%)}.media-gallery-arrow-left{left:10px}.media-gallery-arrow-right{right:10px}.media-gallery-thumbnails{display:flex;gap:7px;padding:2px 2px 6px;overflow-x:auto}.media-gallery-thumbnails button{flex:0 0 auto;width:58px;height:58px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:8px;background:#dfe2d8;opacity:.68}.media-gallery-thumbnails button.active{border-color:#527060;opacity:1}.media-gallery-thumbnails img{width:100%;height:100%;object-fit:cover}.media-gallery-thumbnails span{display:grid;width:100%;height:100%;place-items:center;background:#10221d;color:#d8ff55;font-size:20px}.media-manager-link{justify-self:start;margin-top:2px;color:#315c4c;font-size:12px;font-weight:900;text-decoration:underline;text-underline-offset:3px}[data-theme="dark"] .media-gallery-stage{background:#172c26;border-color:#38544b}[data-theme="dark"] .media-manager-link{color:var(--lime)}#detail{max-height:calc(100dvh - 20px);padding:58px 26px 26px;scrollbar-gutter:stable}.close{z-index:10;border:1px solid var(--line);background:#f7f6f1;box-shadow:0 4px 14px #10221d29}@media(max-width:520px){#detail{padding:52px 16px 18px}}.media-gallery-stage iframe{display:block;width:100%;height:min(50vh,400px);border:0}.media-gallery figcaption a{color:#315c4c;text-decoration:underline;text-underline-offset:2px}[data-theme="dark"] .media-gallery figcaption a{color:var(--lime)}.full-game-link{display:inline-flex;width:fit-content;align-items:center;gap:6px;color:#315c4c;font-size:13px;font-weight:900;text-decoration:underline;text-underline-offset:3px}[data-theme="dark"] .full-game-link{color:var(--lime)}.standalone-game{padding-block:28px 70px}.game-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--muted);font-size:13px;font-weight:800}.game-breadcrumb a{color:#315c4c}.game-page-record{display:grid;gap:30px;padding:clamp(16px,3vw,32px);border:1px solid var(--line);border-radius:24px;background:#ffffffb8;box-shadow:0 20px 50px #10221d14}.game-page-copy{display:grid;align-content:start;gap:16px;min-width:0}.game-page-copy h1{margin:0;font-size:clamp(38px,6vw,72px);line-height:.95;letter-spacing:-.055em}.game-page-system{margin:-8px 0 0;color:var(--muted);font-weight:800}.standalone-gallery{display:grid;gap:12px}.standalone-gallery figure{margin:0}.standalone-gallery img,.standalone-gallery video,.standalone-gallery iframe{display:block;width:100%;max-height:620px;object-fit:contain;border:1px solid var(--line);border-radius:16px;background:#e8e5dc}.standalone-gallery iframe{min-height:360px}.standalone-gallery figcaption{margin-top:6px;color:var(--muted);font-size:11px;font-weight:800}.game-page-copy .detail-value{margin:0}.game-page-copy .included-demos{margin-top:0}.not-found{min-height:60vh;padding-block:70px}.not-found h1{font-size:clamp(42px,7vw,82px)}[data-theme="dark"] .game-page-record{background:#142923;border-color:#38544b}[data-theme="dark"] .game-breadcrumb a{color:var(--lime)}@media(min-width:900px){.game-page-record{grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);align-items:start}.standalone-gallery{position:sticky;top:92px}}.share-filter-link{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:transparent;color:var(--ink);font-size:12px;font-weight:900}.share-filter-link:hover{background:#e3e6d7}[data-theme="dark"] .share-filter-link{border-color:#38544b;color:#f5f7ed}[data-theme="dark"] .share-filter-link:hover{background:#1b312a}@media(max-width:600px){.results-row{align-items:stretch}.share-filter-link{justify-content:center}}