:root{--paper:#f3f3ef;--ink:#111;--muted:#565650;--line:#b9b9b1;--navy:#001d3d;--blue:#008dce;--red:#e31b23}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px 5vw;border-bottom:1px solid var(--line);background:#f3f3eff2;backdrop-filter:blur(14px)}.bar a{color:inherit;text-decoration:none}.mini{display:flex;align-items:center;gap:10px;font-weight:900}.mini img{width:38px;height:38px;object-fit:contain}.hero,.section{padding:clamp(70px,9vw,140px) 5vw;border-bottom:1px solid var(--line)}.hero{padding-top:clamp(100px,14vw,190px)}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:900}.hero h1,.section h2{font-size:clamp(3.2rem,9vw,9rem);line-height:.84;letter-spacing:-.07em;margin:.18em 0}.section h2{font-size:clamp(2.5rem,6vw,6rem)}.lede,.copy{font-size:clamp(1.08rem,2vw,1.45rem);max-width:780px}.button,.downloads a{display:inline-block;border:1px solid;padding:11px 14px;color:inherit;text-decoration:none;font-weight:850}.button{margin-top:18px;background:var(--ink);color:var(--paper)}.showcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;align-items:center}.stage{margin:0;min-height:430px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);padding:28px}.stage img{width:min(100%,650px)}.stage.patch{background:#eee9e0}.downloads{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.swatches{display:grid;grid-template-columns:repeat(5,1fr);margin-top:35px}.swatches div{min-height:210px;background:var(--swatch);display:flex;flex-direction:column;justify-content:flex-end;padding:15px;color:#fff}.swatches div.paper{color:#111;border:1px solid var(--line)}.swatches span{font-weight:900}.swatches code{font-size:.78rem}.rules{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:35px}.rules div{border-top:2px solid;padding-top:10px}.roles{display:grid;grid-template-columns:1fr 1fr;gap:5vw}.roles article{border:1px solid;padding:25px}.roles .formal{border-color:var(--blue)}.roles .morale{border-color:var(--ink);background:#fff}footer{display:flex;justify-content:space-between;padding:28px 5vw;font-size:.8rem;color:var(--muted)}footer a{color:inherit}@media(max-width:760px){.showcase,.roles,.rules{grid-template-columns:1fr}.swatches{grid-template-columns:1fr 1fr}.swatches div{min-height:145px}.stage{min-height:300px}footer{flex-direction:column;gap:8px}}
