/* Repair Riot base styles */
:root{color-scheme:light;--max:980px;--pad:20px;--border:#e9e9e9;--muted:#666}
*{box-sizing:border-box}
html,body{height:100%}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.55;margin:0;color:#111;background:#fff}
header,main,footer{max-width:var(--max);margin:0 auto;padding:var(--pad)}
header{border-bottom:1px solid var(--border)}

.topnav{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand img.logo{height:clamp(128px, 4.5vw, 200px);width:auto;display:block}
.brand .brandtext{font-weight:800;color:#111;font-size:clamp(16px, 1.7vw, 20px);line-height:1}
.topnav .links{display:flex;flex-wrap:wrap;gap:12px}
.topnav .links a{text-decoration:none;color:#111}
.topnav .links a:hover{text-decoration:underline}

h1{margin:10px 0 6px 0;font-size:30px;line-height:1.15}
h2{margin:22px 0 10px 0;font-size:22px;line-height:1.2}
p{margin:10px 0}
small{color:var(--muted)}

.tagline{margin-top:4px}

main section{margin:0 0 18px 0}

.note{background:#f7f7f7;border:1px solid var(--border);padding:12px;border-radius:10px}
.toc{background:#fbfbfb;border:1px solid var(--border);padding:12px;border-radius:10px;margin:0 0 18px 0}
.toc ul{margin:8px 0 0 18px}

table{width:100%;border-collapse:collapse;margin:10px 0}
th,td{border:1px solid #ddd;padding:10px;vertical-align:top}
th{background:#fafafa;text-align:left}

ul,ol{padding-left:22px;margin:10px 0}
li{margin:6px 0}

a{color:#0b57d0;text-decoration:underline}
a:visited{color:#6b2fb9}

.ad{border:1px dashed var(--border);border-radius:10px;padding:12px;margin:16px 0}
ins.adsbygoogle[data-ad-status="unfilled"]{display:none !important}

.affiliate{background:#fff7e6;border:1px solid #ffe3b3;border-radius:10px;padding:12px;margin:16px 0}
.aff-link{margin-left:.5rem;font-weight:600}
.muted{color:var(--muted)}

.footerlinks{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}

/* Mobile tighten */
@media (max-width:520px){
  :root{--pad:16px}
  h1{font-size:26px}
  h2{font-size:20px;margin-top:18px}
  .brand img.logo{height:clamp(80px, 10vw, 100px)}
  .brand .brandtext{font-size:16px}
}
