@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Source+Serif+4:wght@600;700&display=swap";:root{color-scheme:light;--bg: #fbfaf7;--surface: #ffffff;--surface-soft: #f1eee8;--border: #e3ddd2;--text: #20212b;--muted: #686b75;--accent: #2f7d74;--accent-strong: #1e5e58;--accent-soft: #dcefed;--warm: #b96f2d;--danger: #9c3d3d;--shadow: 0 14px 30px rgba(32, 33, 43, .07);--max-width: 1280px;--radius: 4px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7}body,button,input,textarea{letter-spacing:0}a{color:var(--accent-strong);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--warm)}img{display:block;max-width:100%}:focus-visible{outline:3px solid rgba(185,111,45,.45);outline-offset:3px}.skip-link{position:absolute;left:1rem;top:1rem;z-index:10;padding:.6rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transform:translateY(-150%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.site-header__inner,.site-footer__inner,main{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--text);font-weight:700;text-decoration:none}.brand__mark{display:grid;place-items:center;width:2.25rem;aspect-ratio:1;background:var(--accent);border-radius:6px;color:#fff;font-size:.8rem}.brand__text{white-space:nowrap}.site-nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.site-nav__link{padding:.5rem .7rem;border-radius:6px;color:var(--muted);font-weight:700;text-decoration:none}.site-nav__link:hover,.site-nav__link.is-active{background:var(--accent-soft);color:var(--accent-strong)}main{padding-block:2rem 4rem}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted)}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.2rem;font-size:.95rem}.site-footer p{margin:0}.page-hero,.page-heading{padding-block:2rem 2.5rem}.page-hero{max-width:760px}.page-heading{max-width:720px}.page-heading--narrow{max-width:680px}.page-hero h1,.page-heading h1,.guide-header h1,.game-hero h1{font-family:"Source Serif 4",Georgia,Cambria,Times New Roman,serif;margin:0;line-height:1.1;font-size:clamp(2.15rem,7vw,4rem)}.page-heading h1,.guide-header h1,.game-hero h1{font-size:clamp(2rem,5vw,3rem)}.page-hero p,.page-heading p,.guide-header>p,.game-hero__body>p{max-width:68ch;color:var(--muted);font-size:1.08rem}.eyebrow{margin:0 0 .4rem;color:var(--warm);font-size:.78rem;font-weight:800;text-transform:uppercase}.muted{color:var(--muted)}.content-section{margin-top:2.5rem}.content-section--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:2rem;align-items:start}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-header h2,.side-panel h2,.prose-panel h2{margin:0;font-size:1.45rem;line-height:1.2}.text-link{font-weight:800;white-space:nowrap}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem}.card-grid--compact{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.game-card,.guide-card,.side-panel,.prose-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.game-card{overflow:hidden}.game-card__link,.guide-card__link{display:flex;height:100%;color:inherit;text-decoration:none}.game-card__link{flex-direction:column}.game-card__cover{aspect-ratio:16 / 9;background:var(--surface-soft);border-bottom:4px solid var(--game-accent, var(--accent));overflow:hidden}.game-card__cover img,.game-hero__cover img{width:100%;height:100%;object-fit:cover}.game-card__body,.guide-card__link,.side-panel,.prose-panel{padding:1rem}.game-card h3,.guide-card h3{margin:0;line-height:1.2;font-size:1.15rem}.game-card p,.guide-card p{margin-block:.55rem 0;color:var(--muted)}.game-card:hover,.guide-card:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.cover-fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#2f7d7424,#b96f2d1f),var(--surface-soft);color:var(--accent-strong);font-weight:900;font-size:2rem}.cover-fallback--large{min-height:260px}.mini-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.9rem}.mini-tags span,.tag{display:inline-flex;align-items:center;min-height:1.75rem;padding:.2rem .55rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--accent-strong);font-size:.86rem;font-weight:700;text-decoration:none}.tag:hover{background:var(--accent-soft);color:var(--accent-strong)}.tag-list{display:flex;flex-wrap:wrap;gap:.45rem;margin:.9rem 0 0;padding:0;list-style:none}.tag-list--compact{margin-top:.8rem}.guide-list{display:grid;gap:.8rem}.guide-list--wide{max-width:820px}.guide-card__link{flex-direction:column;justify-content:space-between;gap:.8rem}.side-panel{position:sticky;top:1rem}.tag-index{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:.75rem}.tag-index a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-weight:800;text-decoration:none}.tag-index a span:last-child{display:grid;place-items:center;min-width:2rem;height:2rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.9rem}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-block:0 1.25rem;color:var(--muted);font-size:.94rem}.breadcrumb a{font-weight:700}.game-hero{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:1.5rem;align-items:stretch;padding:1rem;background:var(--surface);border:1px solid var(--border);border-left:6px solid var(--game-accent, var(--accent));border-radius:var(--radius);box-shadow:var(--shadow)}.game-hero__cover{min-height:260px;overflow:hidden;border-radius:6px;background:var(--surface-soft)}.game-hero__body{align-self:center;padding:1rem}.guide-page{max-width:100%}.guide-header{max-width:800px;margin-bottom:2rem}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem;color:var(--muted)}.article-meta>a,.article-meta>span{font-weight:800}.article-meta .tag-list{margin:0}.article-layout{display:grid;grid-template-columns:minmax(0,800px) minmax(220px,1fr);gap:4rem;align-items:start}.article-body{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:min(6vw,3rem);box-shadow:var(--shadow)}.article-body>:first-child{margin-top:0}.article-body>:last-child{margin-bottom:0}.article-body h2,.article-body h3{font-family:"Source Serif 4",Georgia,Cambria,Times New Roman,serif;line-height:1.22;scroll-margin-top:1.5rem}.article-body h2{margin-top:2.4rem;font-size:1.55rem}.article-body h3{margin-top:1.8rem;font-size:1.18rem}.article-body p,.article-body li{color:#283430}.article-body a{font-weight:700}.article-body ul,.article-body ol{padding-left:1.35rem}.article-body li+li{margin-top:.35rem}.article-body table{display:block;width:max-content;max-width:100%;margin:1.4rem 0 2rem;overflow-x:auto;border:1px solid var(--border);border-collapse:separate;border-spacing:0;border-radius:var(--radius);background:var(--surface);font-size:.92rem;line-height:1.45}.article-body thead{background:var(--surface-soft)}.article-body th,.article-body td{min-width:8.5rem;padding:.75rem .9rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.article-body th{color:var(--text);font-weight:700;white-space:nowrap}.article-body td{color:#283430}.article-body tr:last-child td{border-bottom:0}.article-body th:last-child,.article-body td:last-child{border-right:0}.article-body tbody tr:nth-child(2n){background:#fcfbf8}.article-body tbody tr:hover{background:#f6f0e7}.article-body code{padding:.12rem .28rem;background:var(--surface-soft);border-radius:4px;font-size:.92em}.article-body .guide-callout{margin:1.4rem 0;padding:1rem;border-left:4px solid var(--warm);background:#fff7ed;border-radius:0 var(--radius) var(--radius) 0}.toc{position:sticky;top:1rem;padding-left:1rem;border-left:1px solid var(--border)}.toc h2{margin:0 0 .7rem;font-size:.9rem;text-transform:uppercase;color:var(--muted)}.toc nav{display:grid;gap:.45rem}.toc__link{color:var(--muted);font-size:.94rem;font-weight:700;text-decoration:none}.toc__link--depth-3{padding-left:.85rem;font-size:.9rem}.toc__link:hover{color:var(--accent-strong)}.prose-panel{max-width:760px;padding:1.25rem}.prose-panel h2+p{margin-top:.45rem}.empty-state{display:grid;place-items:start;max-width:680px;min-height:48vh;align-content:center}.empty-state h1{margin:0;font-size:clamp(2rem,6vw,3.6rem);line-height:1.1}.empty-state p{color:var(--muted)}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.7rem;padding:.65rem .95rem;border:1px solid var(--accent-strong);border-radius:var(--radius);background:var(--accent-strong);color:#fff;font-weight:800;text-decoration:none}.button:hover{background:var(--warm);border-color:var(--warm);color:#fff}.button--secondary{background:var(--surface);color:var(--accent-strong)}@media(max-width:900px){.content-section--split,.game-hero,.article-layout{grid-template-columns:1fr}.side-panel,.toc{position:static}.toc{order:-1;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}}@media(max-width:680px){.site-header__inner,.site-footer__inner,.section-header{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.page-hero,.page-heading{padding-block:1.25rem 1.75rem}.game-hero,.article-body{padding:.85rem}.game-hero__body{padding:.25rem}}
