/* ===========================================================
   DegenToPro Blog — shared styling (dark / gold brand)
   =========================================================== */
:root {
  --bg: #050505;
  --bg2: #0b0b0c;
  --card: rgba(255,255,255,0.025);
  --border: rgba(255,255,255,0.08);
  --gold: #FFC800;
  --gold2: #ff9500;
  --green: #00ff66;
  --red: #ff5252;
  --text: #e7e9ee;
  --muted: #9ca3af;
  --dim: #6b7280;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 500px at 50% -120px, rgba(255,200,0,0.06), transparent 70%),
    var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }
.wrap { max-width: 920px; margin: 0 auto; padding: 0 20px; }
.wrap-wide { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ---- Header ---- */
.bnav { position: sticky; top: 0; z-index: 50; background: rgba(5,5,5,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.bnav-in { max-width: 1160px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bnav-brand img { height: 24px; width: auto; display: block; filter: drop-shadow(0 0 10px rgba(255,200,0,0.25)); }
.bnav-links { display: flex; align-items: center; gap: 22px; }
.bnav-links a { color: var(--muted); font-size: 14px; font-weight: 600; }
.bnav-links a:hover { color: #fff; text-decoration: none; }
.bnav-cta { background: linear-gradient(135deg, var(--gold), var(--gold2)); color: #0a0a0a !important; font-weight: 800; font-size: 13px; padding: 9px 16px; border-radius: 9px; letter-spacing: 0.3px; }
.bnav-cta:hover { text-decoration: none; filter: brightness(1.05); }
@media (max-width: 720px) { .bnav-links a:not(.bnav-cta) { display: none; } .bnav-brand img { height: 22px; } }

/* ---- Article hero ---- */
.bhero { padding: 54px 0 26px; }
.bcrumb { font-size: 12.5px; color: var(--dim); font-weight: 600; margin-bottom: 16px; }
.bcrumb a { color: var(--muted); }
.btag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold); background: rgba(255,200,0,0.1); border: 1px solid rgba(255,200,0,0.3); padding: 5px 11px; border-radius: 999px; margin-bottom: 16px; }
.bhero h1 { font-family: 'Montserrat', 'Inter', sans-serif; font-size: clamp(28px, 5vw, 44px); font-weight: 900; line-height: 1.12; letter-spacing: -0.6px; margin: 0 0 14px; color: #fff; }
.bhero .lede { font-size: 18px; color: var(--muted); margin: 0 0 18px; line-height: 1.6; }
.bmeta { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--dim); font-weight: 600; flex-wrap: wrap; }
.bmeta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--dim); }

/* ---- Article body ---- */
.barticle { padding: 14px 0 40px; }
.barticle h2 { font-family: 'Montserrat', 'Inter', sans-serif; font-size: clamp(22px, 3.6vw, 30px); font-weight: 900; letter-spacing: -0.4px; color: #fff; margin: 44px 0 14px; scroll-margin-top: 80px; }
.barticle h3 { font-size: 20px; font-weight: 800; color: #fff; margin: 30px 0 10px; }
.barticle p { margin: 0 0 16px; font-size: 16.5px; color: var(--text); }
.barticle ul, .barticle ol { margin: 0 0 18px; padding-left: 22px; }
.barticle li { margin: 0 0 9px; font-size: 16.5px; }
.barticle strong { color: #fff; font-weight: 700; }
.barticle a { font-weight: 600; text-decoration: underline; text-decoration-color: rgba(255,200,0,0.4); }
.barticle blockquote { margin: 22px 0; padding: 14px 20px; border-left: 3px solid var(--gold); background: rgba(255,200,0,0.04); border-radius: 0 10px 10px 0; color: #d1d5db; font-style: italic; }
.barticle hr { border: none; border-top: 1px solid var(--border); margin: 36px 0; }

/* ---- Table of contents ---- */
.btoc { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 18px 22px; margin: 22px 0 30px; }
.btoc h4 { margin: 0 0 10px; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold); font-weight: 800; }
.btoc ol { margin: 0; padding-left: 20px; columns: 2; }
.btoc li { margin: 0 0 7px; font-size: 14px; }
.btoc a { color: var(--muted); text-decoration: none; }
.btoc a:hover { color: var(--gold); }
@media (max-width: 640px) { .btoc ol { columns: 1; } }

/* ---- Comparison / data tables ---- */
.btable-wrap { overflow-x: auto; margin: 22px 0 26px; border: 1px solid var(--border); border-radius: 14px; }
.btable { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.btable th, .btable td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.btable thead th { background: rgba(255,200,0,0.07); color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; white-space: nowrap; }
.btable tbody tr:last-child td { border-bottom: none; }
.btable tbody tr:hover { background: rgba(255,255,255,0.015); }
.btable td:first-child, .btable th:first-child { font-weight: 700; color: #fff; }
.btable .yes { color: var(--green); font-weight: 800; }
.btable .no { color: var(--red); font-weight: 800; }
.btable .partial { color: var(--gold); font-weight: 800; }
.btable-highlight td:first-child { box-shadow: inset 3px 0 0 var(--gold); }

/* ---- Pros / Cons ---- */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 22px 0 26px; }
.pc-card { border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; }
.pc-card.pros { background: linear-gradient(180deg, rgba(0,255,102,0.05), transparent); border-color: rgba(0,255,102,0.28); }
.pc-card.cons { background: linear-gradient(180deg, rgba(255,82,82,0.05), transparent); border-color: rgba(255,82,82,0.28); }
.pc-card h4 { margin: 0 0 12px; font-size: 15px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.pc-card.pros h4 { color: var(--green); }
.pc-card.cons h4 { color: var(--red); }
.pc-card ul { list-style: none; margin: 0; padding: 0; }
.pc-card li { position: relative; padding-left: 22px; margin: 0 0 9px; font-size: 14.5px; color: #d1d5db; }
.pc-card.pros li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.pc-card.cons li::before { content: '✕'; position: absolute; left: 0; color: var(--red); font-weight: 900; }
@media (max-width: 640px) { .proscons { grid-template-columns: 1fr; } }

/* ---- Callout / best-for box ---- */
.callout { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 18px 22px; margin: 22px 0; }
.callout.gold { border-color: rgba(255,200,0,0.35); background: linear-gradient(180deg, rgba(255,200,0,0.06), transparent); }
.callout h4 { margin: 0 0 8px; font-size: 15px; font-weight: 800; color: var(--gold); }
.callout p:last-child { margin-bottom: 0; }

/* ---- Verdict ---- */
.verdict { border: 1px solid rgba(255,200,0,0.35); border-radius: 16px; padding: 24px 26px; margin: 30px 0; background: linear-gradient(180deg, rgba(255,200,0,0.05), rgba(255,255,255,0.01)); }
.verdict h2 { margin-top: 0 !important; }

/* ---- CTA box ---- */
.ctabox { text-align: center; border: 1px solid rgba(255,200,0,0.4); border-radius: 18px; padding: 34px 26px; margin: 40px 0; background: radial-gradient(600px 200px at 50% -40px, rgba(255,200,0,0.1), transparent 70%), rgba(255,255,255,0.02); }
.ctabox h3 { font-family: 'Montserrat', sans-serif; font-size: clamp(22px, 4vw, 30px); font-weight: 900; color: #fff; margin: 0 0 10px; letter-spacing: -0.4px; }
.ctabox p { color: var(--muted); font-size: 16px; margin: 0 auto 20px; max-width: 540px; }
.ctabox .btn-cta { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(135deg, var(--gold), var(--gold2)); color: #0a0a0a; font-weight: 900; font-size: 16px; padding: 15px 30px; border-radius: 12px; text-decoration: none; letter-spacing: 0.3px; box-shadow: 0 10px 30px rgba(255,200,0,0.25); transition: transform 0.15s; }
.ctabox .btn-cta:hover { transform: translateY(-1px); text-decoration: none; }
.ctabox .fineprint { margin-top: 14px; font-size: 12.5px; color: var(--dim); }

/* ---- Author / share ---- */
.bshare { display: flex; align-items: center; gap: 10px; margin: 30px 0 0; flex-wrap: wrap; }
.bshare span { font-size: 13px; color: var(--dim); font-weight: 600; }

/* ---- Related posts ---- */
.related { margin: 48px 0 10px; }
.related h2 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 900; color: #fff; margin: 0 0 18px; }

/* ---- Blog hub ---- */
.hub-hero { padding: 64px 0 26px; text-align: center; }
.hub-hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(32px, 6vw, 52px); font-weight: 900; letter-spacing: -0.8px; color: #fff; margin: 0 0 14px; }
.hub-hero h1 .g { color: var(--gold); }
.hub-hero p { font-size: 18px; color: var(--muted); max-width: 640px; margin: 0 auto; }
.hub-section { margin: 40px 0; }
.hub-section h2 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 900; color: #fff; margin: 0 0 4px; }
.hub-section .sub { color: var(--dim); font-size: 14px; margin: 0 0 18px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.post-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 22px; text-decoration: none; transition: border-color 0.18s, transform 0.18s, background 0.18s; }
.post-card:hover { border-color: rgba(255,200,0,0.4); transform: translateY(-2px); background: rgba(255,200,0,0.03); text-decoration: none; }
.post-card .pc-tag { font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.post-card h3 { font-size: 17.5px; font-weight: 800; color: #fff; margin: 0 0 8px; line-height: 1.3; }
.post-card p { font-size: 13.5px; color: var(--muted); margin: 0; flex: 1; line-height: 1.5; }
.post-card .pc-read { margin-top: 14px; font-size: 12.5px; font-weight: 800; color: var(--gold); }
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .post-grid { grid-template-columns: 1fr; } }

/* ---- Footer ---- */
.bfooter { border-top: 1px solid var(--border); margin-top: 56px; padding: 34px 0 40px; }
.bfooter-in { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.bfooter-top { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; margin-bottom: 22px; }
.bfooter-top img { height: 26px; }
.bfooter-links { display: flex; gap: 20px; flex-wrap: wrap; }
.bfooter-links a { color: var(--muted); font-size: 14px; font-weight: 600; }
.bfooter-disclaimer { font-size: 12.5px; color: var(--dim); line-height: 1.5; max-width: 760px; }
.bfooter-copy { margin-top: 14px; font-size: 12.5px; color: var(--dim); }

/* ---- Article screenshot figure ---- */
.bfig { margin: 24px 0 28px; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: #0c0c0d; box-shadow: 0 18px 50px rgba(0,0,0,0.45); }
.bfig img { display: block; width: 100%; height: auto; }
.bfig figcaption { padding: 10px 16px; font-size: 12.5px; color: var(--dim); font-weight: 600; border-top: 1px solid var(--border); background: rgba(255,255,255,0.015); }
.bfig figcaption b { color: var(--gold); font-weight: 800; }

/* ---- Aliases for related-card class variations used across articles ---- */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .related-grid { grid-template-columns: 1fr; } }
.related-grid .post-card { height: 100%; }
.post-card-body { display: flex; flex-direction: column; flex: 1; }
.post-card-tag { font-size: 10.5px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.post-card-title { font-size: 17.5px; font-weight: 800; color: #fff; margin: 0 0 8px; line-height: 1.3; }
.post-card-meta { margin-top: 14px; font-size: 12.5px; font-weight: 800; color: var(--gold); }
