
:root{--bg:#111315;--panel:#181b1f;--soft:#22262b;--text:#f2f4f7;--muted:#b9c0c8;--accent:#ba3a3a;--accent2:#7d1212;--border:#313840;--link:#8dc1ff;--spoiler:#4f5a66}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{color:var(--link);text-decoration:none} a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.site{max-width:1200px;margin:0 auto;padding:24px}
.topbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:20px;padding:14px 16px;background:var(--panel);border:1px solid var(--border);border-radius:16px;position:sticky;top:12px;z-index:5}
.brand{font-weight:800;letter-spacing:.02em;color:#fff}.brand small{display:block;font-weight:500;color:var(--muted)}
.topnav{display:flex;flex-wrap:wrap;gap:8px}.topnav a{padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:var(--soft);color:var(--text)}
.layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px}.sidebar,.content{min-width:0}
.card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.sidebar .card{position:sticky;top:92px}
.meta{color:var(--muted);font-size:.95rem;margin-top:8px}
.hero{margin:18px 0 0}.hero img{border-radius:14px;border:1px solid var(--border);background:#0b0d0f}
.description{font-size:1.05rem;color:#d7dce2;margin-top:14px}
.notice{margin:14px 0 0;padding:12px 14px;border-left:4px solid #d1a545;background:#2a2418;border-radius:10px;color:#f5e7bf}
.notice strong{color:#fff}
.article h1,.article h2,.article h3,.article h4{line-height:1.25;margin:1.15em 0 .55em}.article h1{font-size:2.2rem;margin-top:0}.article h2{font-size:1.6rem;padding-top:.2em;border-top:1px solid var(--border)}.article h3{font-size:1.28rem}.article h4{font-size:1.08rem;color:#fff}.article p,.article ul,.article ol,.article table,.article .gh-blue-box{margin:0 0 1rem}.article p:empty{display:none}
.article table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#121519;display:block}.article tbody{display:table;width:100%}.article tr:nth-child(odd){background:rgba(255,255,255,.015)}.article th,.article td{border:1px solid var(--border);padding:12px 14px;text-align:left;vertical-align:top}.article th{background:#1a1d21}.article th.gh-red-cell,.article .gh-red-cell{background:linear-gradient(180deg,var(--accent),var(--accent2));color:#fff}
.article .gh-blue-box{padding:14px 16px;background:#132434;border:1px solid #32506b;border-radius:14px}
.content-image{margin:10px auto 18px;border-radius:14px;border:1px solid var(--border);background:#0b0d0f}
.check-item{display:flex;gap:12px;align-items:flex-start;padding:10px 12px;background:#14181c;border:1px solid var(--border);border-radius:12px;margin:.4rem 0}.check-item input{margin-top:.25rem;transform:scale(1.15)}
.spoiler{display:inline-block;border:none;padding:.12rem .45rem;border-radius:999px;background:var(--spoiler);color:transparent;cursor:pointer;transition:.15s;min-width:3.5em}.spoiler.revealed{color:#fff;background:#6d7d8f}
.sidebar h2{margin-top:0;font-size:1.1rem}.sidebar ul{margin:.6rem 0 0;padding-left:1.1rem}.sidebar li{margin:.35rem 0}.sidebar p{color:var(--muted)}
.footer{margin-top:20px;text-align:center;color:var(--muted);font-size:.92rem}
.redirect-list a{display:inline-block;margin:.25rem .35rem .25rem 0;padding:.45rem .8rem;background:var(--soft);border:1px solid var(--border);border-radius:999px;color:var(--text)}
@media (max-width:900px){.layout{grid-template-columns:1fr}.sidebar .card{position:static}.topbar{position:static}.site{padding:14px}.article h1{font-size:1.8rem}}

details.spoiler-block{margin:0 0 1rem;border:1px solid var(--border);border-radius:14px;background:#14181c;overflow:hidden}
details.spoiler-block summary{cursor:pointer;padding:12px 14px;background:var(--spoiler);color:#fff;font-weight:600;list-style:none}
details.spoiler-block summary::-webkit-details-marker{display:none}
details.spoiler-block[open] summary{border-bottom:1px solid var(--border)}
details.spoiler-block .spoiler-content{padding:14px}


.article .gh-red-box{padding:14px 16px;background:#341313;border:1px solid #6b3232;border-radius:14px}
.article .gh-dottedRow{display:grid;grid-template-columns:40px 22px minmax(0,1fr);gap:12px;align-items:center;padding:10px 12px;border:1px dashed var(--border);border-radius:12px;background:#14181c;margin:0 0 1rem}
.article .gh-achievement{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#27303a;font-weight:800;color:#fff}
.article .gh-trophy-platinum,.article .gh-trophy-gold,.article .gh-trophy-silver,.article .gh-trophy-bronze{width:18px;height:18px;border-radius:4px;border:1px solid rgba(255,255,255,.2)}
.article .gh-trophy-platinum{background:#d9e0ea}.article .gh-trophy-gold{background:#d2a33a}.article .gh-trophy-silver{background:#9da8b5}.article .gh-trophy-bronze{background:#8b5a3c}
.article .gh-trophy-title{font-weight:700}.article .gh-trophy-description{color:var(--muted)}
