
:root{
  --line:#e6eef3; --navbg:#1e2f3e; --navtext:#e8f4ff; --ink:#13202b; --muted:#5b6b7a; --accent:#2aa3b1;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:#f4f9ff;color:var(--ink);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,sans-serif;
  max-width:390px;margin-left:auto;margin-right:auto;
  border-left:1px solid #e8eef5;border-right:1px solid #e8eef5;
}
a{color:#1a73e8;text-decoration:none}
a:hover{text-decoration:underline}
.container{padding:0 14px}
.topbar{background:var(--navbg);color:var(--navtext);position:sticky;top:0;z-index:20}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:8px 12px}
.nav a{color:var(--navtext);margin:0 8px;font-size:14px}
.logo{height:36px;width:auto;border-radius:6px;object-fit:cover}
/* Hamburger */
.hamburger{width:34px;height:28px;display:grid;gap:5px;cursor:pointer}
.hamburger span{display:block;height:3px;background:var(--navtext);border-radius:3px}
.dropdown{display:none;background:#12222e;color:var(--navtext);border-bottom:1px solid #0e1b24}
.dropdown a{display:block;color:#dfeeff;padding:12px 16px;border-top:1px solid #0e1b24}
.dropdown a:hover{background:#0e1b24}
.show{display:block}
/* Content */
.subnav{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0 12px;padding:0 8px}
.subnav a{color:#cfe4fb;font-size:13px}
.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;margin:12px 0}
.btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:10px 12px;cursor:pointer;font-weight:600}
.btn.ghost{background:#eaf6f8;color:#176974}
.small{font-size:.9rem;color:var(--muted)}
.grid-two{display:grid;grid-template-columns:1fr;gap:10px}
.kv{display:grid;grid-template-columns:150px 1fr;gap:6px;padding:8px 0;border-bottom:1px solid var(--line);align-items:center}
.kv span{color:#5e7184;font-size:14px}
.badge{display:inline-flex;align-items:center;gap:6px;background:#ecf6ff;color:#2a5aae;padding:2px 6px;border-radius:999px;font-size:.78rem}
.lock{color:#6f93ad}
table{width:100%;border-collapse:collapse}
th,td{padding:8px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}
tfoot td{color:var(--muted)}
.footer{padding:14px 0;border-top:1px solid var(--line);margin-top:20px;color:#3a556a}
.stats{display:grid;gap:6px}
.img-hero{width:100%;height:auto;border-radius:10px;border:1px solid var(--line)}
h1{font-size:22px;margin:12px 0 6px}
h2{font-size:18px;margin:6px 0 8px}
/* Reviews list */
.review{border-bottom:1px solid var(--line);padding:10px 0}
.review .meta{display:flex;justify-content:space-between;color:#40586c;font-size:13px;margin-bottom:6px}
.lock-pill{display:inline-flex;align-items:center;gap:6px;background:#eef5ff;border:1px dashed #b7c8df;color:#5e78a0;border-radius:999px;padding:2px 8px;font-size:12px}

/* --- Discussion Boards styling --- */
.lead{font-size:14px;color:#3b5468;line-height:1.5;margin:8px 0}
.rule-list{margin:0;padding-left:18px;color:#2f4354}
.rule-list li{margin:6px 0}
.section-title{font-size:16px;margin:10px 0 6px;color:#0e2233}
.board-chip{display:inline-block;background:#eef6ff;border:1px solid #cfe0f4;color:#214a77;
            padding:6px 10px;margin:5px;border-radius:999px;font-size:13px;white-space:nowrap}
.board-grid{display:flex;flex-wrap:wrap;margin-top:6px}
.card.pad{padding-top:10px;padding-bottom:10px}
.note-link{color:#1a73e8}

/* --- Help / Info & Policies styling --- */
.help-lead{font-size:14px;color:#2b4358;line-height:1.6;margin:8px 0}
.help-section{background:#ffffff;border:1px solid #e6eef3;border-radius:10px;padding:12px;margin:12px 0}
.help-title{font-size:18px;margin:4px 0 8px;color:#0e2233}
.help-callout{background:#f0f7ff;border:1px solid #cfe0f4;border-radius:10px;padding:10px;margin-top:8px;color:#1d3a57}
.help-cta{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.help-cta a{display:inline-block;background:#eaf6f8;border:1px solid #cfeaf0;border-radius:999px;padding:8px 10px;color:#176974;font-size:13px}

/* --- Home icon button --- */
.home-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:999px;background:#2aa3b1;
  margin-left:6px;border:1px solid rgba(0,0,0,.06);
}
.home-btn svg{width:18px;height:18px;fill:#ffffff}

.member-only{display:none}
.form-row{display:grid;gap:8px}
.input, input, textarea, select{width:100%;padding:10px;border:1px solid #e1e8f1;border-radius:8px}
label{font-size:14px;color:#3a556a}

/* === BOLD SITE-WIDE BACKGROUND (AUTO-ADDED) === */
/* This block makes the background image bold/visible while keeping text readable. */
html, body { height: 100%; }
/* Use a subtle overlay for contrast; the photo remains vivid. */
body {
  background:
    linear-gradient(rgba(0,0,0,0.12), rgba(0,0,0,0.12)) , 
    url('../assets/bg-site.jpg') center center / cover no-repeat fixed;
}

/* Improve heading legibility over imagery */
h1, h2, h3, .hero-title, .section-title {
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Optional helper: if any sections need extra readability, they can use .on-image */
.on-image { background: rgba(255,255,255,0.06); }
/* === END BOLD SITE-WIDE BACKGROUND === */
