:root{--bg: #0f0f13;--surface: #1a1a24;--surface-2: #22222f;--border: #333345;--text: #e0e0e8;--text-muted: #888899;--accent: #9b72cf;--accent-light: #c4a7e7;--red: #cf8080;--link: #b08ad4;--link-hover: #d4b8f0;--header-h: 3.5rem;--content-w: 1100px}html{scroll-padding-top:calc(var(--header-h) + 1rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Hiragino Kaku Gothic ProN,Noto Sans JP,Meiryo,sans-serif;font-size:1rem;line-height:1.75;min-height:100dvh;display:flex;flex-direction:column}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{max-width:var(--content-w);margin:0 auto;padding:0 1.5rem;height:var(--header-h);display:flex;align-items:center;gap:2rem}.site-title{font-size:1.15rem;font-weight:700;letter-spacing:.06em;color:var(--accent-light);white-space:nowrap}.site-title:hover{color:#fff;text-decoration:none}header nav{display:flex;gap:1.5rem;font-size:.85rem;margin-left:auto}header nav a{color:var(--text-muted)}header nav a:hover{color:var(--text);text-decoration:none}.page-outer{flex:1;width:100%}.page-outer:not(.has-sidebar){max-width:var(--content-w);margin:0 auto}.page-outer.has-sidebar{display:grid;grid-template-columns:1fr minmax(0,var(--content-w)) 1fr;align-items:start}.page-outer.has-sidebar>.page-sidebar{grid-column:1}.page-outer.has-sidebar>main{grid-column:2}main{padding:2rem 1.5rem;min-width:0}.page-sidebar{position:sticky;top:calc(var(--header-h) + 1rem);max-height:calc(100dvh - var(--header-h) - 2rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent;padding:2rem 1.5rem}@media(max-width:768px){.page-outer.has-sidebar{display:block}.page-sidebar{position:static;max-height:none;overflow-y:visible;padding:1.5rem 1.5rem 0}}footer{border-top:1px solid var(--border);padding:1.5rem;text-align:center;font-size:.8rem;color:var(--text-muted)}.section-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:.4rem;margin-bottom:1.25rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2.5rem}.game-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1.25rem 1.5rem;transition:border-color .15s}.game-card:hover{border-color:var(--accent)}.game-card h2{font-size:1rem;font-weight:700;color:var(--red);margin-bottom:.75rem;line-height:1.4}.game-card h2 small{display:block;font-size:.75rem;font-weight:400;color:var(--text-muted);margin-top:.1rem}.game-card ul{list-style:none;font-size:.875rem;display:flex;flex-direction:column;gap:.3rem}.game-card ul li:before{content:"›";color:var(--accent);margin-right:.4em}.game-card .wip{color:var(--text-muted);font-size:.8rem}.game-card .group-label{color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.game-card .group-children{padding-left:.9rem;margin-top:.15rem;border-left:1px solid var(--border)}.game-card .group-children li:before{content:"–";color:var(--text-muted)}.updates{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1.25rem 1.5rem;margin-bottom:2rem;font-size:.875rem}.updates table{border-collapse:collapse;width:100%}.updates td{padding:.3rem 0;vertical-align:top}.updates td:first-child{white-space:nowrap;color:var(--text-muted);padding-right:1.5rem;font-variant-numeric:tabular-nums}.prose{line-height:1.8}.prose h1,.prose h2,.prose h3,.prose h4{font-weight:700;line-height:1.3;margin-top:2rem;margin-bottom:.75rem}.prose h1{font-size:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.4rem}.prose h2{font-size:1.25rem;color:var(--accent-light)}.prose h3{font-size:1.05rem}.prose h4{font-size:.95rem;color:var(--text-muted)}.prose p{margin-bottom:1rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1rem}.prose li{margin-bottom:.25rem}.prose strong{color:#fff}.prose blockquote{border-left:3px solid var(--accent);padding:.5rem 1rem;margin:1rem 0;color:var(--text-muted);background:var(--surface);border-radius:0 4px 4px 0}.prose code{background:var(--surface-2);padding:.1em .35em;border-radius:3px;font-size:.875em;font-family:Consolas,Menlo,monospace}.prose pre{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;overflow-x:auto;margin-bottom:1rem}.prose pre code{background:none;padding:0}.prose table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.875rem;overflow-x:auto;display:block}.prose th{background:var(--surface-2);color:var(--accent-light);font-weight:600;text-align:left;padding:.5rem .75rem;border:1px solid var(--border);white-space:nowrap}.prose td{padding:.4rem .75rem;border:1px solid var(--border);vertical-align:top}.prose tr:nth-child(2n) td{background:var(--surface)}.updates ul{list-style:disc;padding-left:1.25rem}.updates li{margin-bottom:.2rem}
