/* ================================================================
   TVOTT HILLBILLY NEWS — Professional News Station Design v2
   ================================================================ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',system-ui,sans-serif;background:#f0f2f5;color:#1a1a1a;min-height:100vh}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
:root{
  --red:#cc0000;--red-dark:#990000;--charcoal:#0d0d0d;--dark:#1a1a1a;--dark-2:#1f2937;--dark-3:#374151;
  --mid:#6b7280;--light:#9ca3af;--border:#e5e7eb;--bg:#f0f2f5;--surface:#fff;--surface2:#f9fafb;
  --text1:#111827;--text2:#374151;--text3:#6b7280;--gold:#f59e0b;--blue:#1d4ed8;--green:#16a34a;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow:0 4px 6px rgba(0,0,0,.07);--shadow-lg:0 10px 25px rgba(0,0,0,.1);
  --r:6px;--r-sm:4px;--gap:20px;
}
.container{max-width:1240px;margin:0 auto;padding:0 20px}

/* TOP BAR */
.top-bar{background:var(--charcoal);border-bottom:1px solid #111;font-size:11px;font-weight:600;letter-spacing:.3px;color:#9ca3af}
.top-bar .container{display:flex;align-items:center;justify-content:space-between;height:36px;gap:12px}
.top-bar-nav{display:flex;align-items:center;overflow:hidden}
.top-bar-nav a{color:#9ca3af;padding:0 10px;border-right:1px solid #222;line-height:36px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;transition:color .15s}
.top-bar-nav a:first-child{border-left:1px solid #222}
.top-bar-nav a:hover{color:white}
.top-bar-right{display:flex;align-items:center;gap:16px;flex-shrink:0}
.top-bar-right a{color:#9ca3af;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.top-bar-right a:hover{color:white}
.top-bar-date{color:#4b5563;font-size:11px;white-space:nowrap}
.top-bar-admin{background:var(--red);color:white!important;padding:3px 10px;border-radius:var(--r-sm)}

/* HEADER */
header{background:var(--charcoal);position:sticky;top:0;z-index:200;box-shadow:0 2px 12px rgba(0,0,0,.4)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:20px}
.site-logo{display:flex;align-items:center;gap:12px;flex-shrink:0;text-decoration:none}
.logo-icon{width:54px;height:54px;background:transparent;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.logo-icon img{width:100%;height:100%;object-fit:contain;display:block}
.logo-text{display:flex;flex-direction:column;gap:1px;min-width:0}
.logo-name{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:800;color:white;line-height:1;letter-spacing:-.3px}
.logo-name em{color:var(--red);font-style:normal}
.logo-sub{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#4b5563;line-height:1}
.header-controls{display:flex;align-items:center;gap:10px}
.search-form{display:flex;align-items:center;background:#1f2937;border:1px solid #374151;border-radius:var(--r-sm);overflow:hidden;transition:border-color .2s}
.search-form:focus-within{border-color:var(--red)}
.search-form input{background:transparent;border:none;color:white;padding:8px 14px;font-size:13px;width:200px;outline:none;font-family:'Inter',sans-serif}
.search-form input::placeholder{color:#4b5563}
.search-form button{background:var(--red);border:none;color:white;padding:8px 13px;cursor:pointer;font-size:14px;transition:background .15s}
.search-form button:hover{background:var(--red-dark)}
.live-btn{display:flex;align-items:center;gap:7px;background:transparent;border:2px solid #374151;color:#9ca3af;padding:7px 14px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:var(--r-sm);cursor:pointer;white-space:nowrap;transition:all .2s;text-decoration:none}
.live-btn:hover{border-color:var(--red);color:white}
.live-btn-active{background:var(--red)!important;border-color:var(--red)!important;color:white!important;animation:live-pulse 2s infinite}
@keyframes live-pulse{0%,100%{box-shadow:0 0 0 0 rgba(204,0,0,.4)}50%{box-shadow:0 0 0 8px rgba(204,0,0,0)}}
.live-dot{width:7px;height:7px;background:white;border-radius:50%;animation:blink 1.3s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.2}}
.menu-toggle{display:none;background:none;border:1px solid #374151;color:white;width:38px;height:38px;border-radius:var(--r-sm);cursor:pointer;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}

/* NAV */
.main-nav{background:#1a1a1a;border-bottom:3px solid var(--red)}
.nav-inner{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.nav-inner::-webkit-scrollbar{display:none}
.nav-item{display:inline-flex;align-items:center;gap:5px;padding:0 15px;height:44px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#d1d5db;white-space:nowrap;border-bottom:3px solid transparent;margin-bottom:-3px;transition:all .15s}
.nav-item:hover,.nav-item.active{color:white;border-bottom-color:var(--red)}

/* BREAKING TICKER */
.breaking-bar{display:flex;align-items:center;background:var(--red);overflow:hidden;height:36px}
.breaking-label{background:var(--charcoal);color:white;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:2px;padding:0 16px;height:36px;display:flex;align-items:center;flex-shrink:0;border-right:2px solid rgba(255,255,255,.2);gap:7px}
.breaking-label-dot{width:7px;height:7px;background:var(--red);border-radius:50%;animation:blink 1.2s infinite}
.ticker-wrap{flex:1;overflow:hidden}
.ticker-inner{white-space:nowrap;animation:ticker 50s linear infinite;display:inline-block;font-size:12.5px;font-weight:600;color:white;padding:0 20px;line-height:36px}
@keyframes ticker{from{transform:translateX(100vw)}to{transform:translateX(-100%)}}

/* INFO STRIP */
.info-strip{background:white;border-bottom:1px solid var(--border)}
.info-strip .container{display:flex;align-items:center;justify-content:space-between;height:38px;gap:20px}
.weather-block{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text3);white-space:nowrap}
.weather-temp{font-size:17px;font-weight:700;color:var(--text1)}
.markets{display:flex;gap:24px;align-items:center}
.market-item{display:flex;flex-direction:column;align-items:flex-end}
.market-name{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text3)}
.market-val{font-size:12px;font-weight:700;color:var(--text1)}
.market-chg{font-size:10px;font-weight:700}
.chg-up{color:var(--green)}.chg-dn{color:var(--red)}

/* FLASH */
.flash{padding:12px 20px;font-size:13px;font-weight:600}
.flash-success{background:#dcfce7;color:#15803d;border-bottom:2px solid #16a34a}
.flash-error{background:#fee2e2;color:#dc2626;border-bottom:2px solid #dc2626}

/* MAIN */
.site-main{max-width:1240px;margin:0 auto;padding:24px 20px 48px}

/* SECTION HEADERS */
.section-head{display:flex;align-items:center;justify-content:space-between;margin:28px 0 16px;padding-bottom:10px;border-bottom:3px solid var(--red)}
.section-title{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:var(--text1);display:flex;align-items:center;gap:8px}
.section-more{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--red);transition:color .15s}
.section-more:hover{color:var(--red-dark);text-decoration:underline}

/* CATEGORY TAGS */
.cat-tag{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:3px 8px;color:white;background:var(--red);border-radius:2px;flex-shrink:0}
.cat-tag.breaking{background:var(--red)}
.cat-tag.local{background:#15803d}.cat-tag.politics{background:#7c3aed}.cat-tag.business{background:#b45309}
.cat-tag.weather{background:#0369a1}.cat-tag.sports{background:#92400e}.cat-tag.health{background:#0f766e}
.cat-tag.tech{background:#1d4ed8}.cat-tag.entertainment{background:#be185d}.cat-tag.world{background:#064e3b}
.cat-tag.opinion{background:#374151}.cat-tag.community{background:#78350f}

/* HERO */
.hero-wrap{display:grid;grid-template-columns:1fr 360px;grid-template-rows:1fr 1fr;gap:3px;margin-bottom:3px}
.hero-lead{grid-row:1/3;position:relative;overflow:hidden;background:var(--dark);cursor:pointer;display:flex;flex-direction:column;min-height:440px}
.hero-lead:hover .hero-overlay{opacity:.4}
.hero-scene{flex:1;display:flex;align-items:center;justify-content:center;font-size:72px;min-height:300px;position:relative;overflow:hidden}.hero-scene img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);transition:opacity .2s;pointer-events:none}
.hero-caption{padding:22px 24px;background:var(--charcoal);border-top:3px solid var(--red)}
.hero-caption h2{font-family:'Playfair Display',serif;font-size:clamp(20px,2.8vw,28px);font-weight:700;line-height:1.25;color:white;margin:8px 0 6px}
.hero-caption p{font-size:13px;color:#9ca3af;line-height:1.6}
.hero-meta{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:11px;color:#4b5563}
.hero-byline{color:var(--red);font-weight:700}

.side-card{background:#1a1a1a;display:flex;flex-direction:column;cursor:pointer;overflow:hidden;transition:background .15s}
.side-card:hover{background:#222}
.side-img{height:140px;display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0;overflow:hidden}.side-img img{width:100%;height:100%;object-fit:cover}
.side-body{padding:14px 16px;flex:1}
.side-body h3{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;line-height:1.4;color:white;margin:6px 0 5px}
.side-body .meta{font-size:11px;color:#4b5563}

/* CARD GRIDS */
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}
.card-grid-3{grid-template-columns:repeat(3,1fr)}
.card-grid-2{grid-template-columns:repeat(2,1fr)}
.news-card{background:var(--surface);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-sm);cursor:pointer;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;border:1px solid var(--border)}
.news-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.card-img{height:160px;display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0;overflow:hidden;position:relative}
.card-img img{width:100%;height:100%;object-fit:cover}
.card-body{padding:14px;flex:1;display:flex;flex-direction:column}
.card-body h3{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;line-height:1.4;color:var(--text1);margin:7px 0 6px;flex:1}
.card-body p{font-size:12.5px;color:var(--text3);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card-meta{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:11px;color:var(--text3);flex-wrap:wrap}

/* TWO-COL */
.two-col{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}
.list-story{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border);cursor:pointer}
.list-story:first-child{padding-top:0}
.list-story:last-child{border-bottom:none}
.list-story:hover h4{color:var(--red)}
.list-thumb{width:110px;height:74px;flex-shrink:0;border-radius:var(--r-sm);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:22px}
.list-thumb img{width:100%;height:100%;object-fit:cover}
.list-body h4{font-family:'Playfair Display',serif;font-size:14.5px;font-weight:700;line-height:1.4;color:var(--text1);margin:5px 0 4px;transition:color .15s}
.list-body p{font-size:12px;color:var(--text3);line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.list-meta{font-size:11px;color:var(--text3);margin-top:5px;display:flex;gap:6px}

/* WIDGETS */
.widget{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-sm)}
.widget-head{background:var(--charcoal);color:white;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:11px 16px}
.widget-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s;text-decoration:none}
.widget-item:hover{background:var(--surface2)}
.widget-item:last-child{border-bottom:none}
.widget-rank{font-size:20px;font-weight:900;color:var(--border);width:24px;flex-shrink:0;text-align:center}
.widget-emoji{font-size:18px;flex-shrink:0}
.widget-item p{font-size:12.5px;font-weight:600;color:var(--text1);line-height:1.4}

/* VIDEO */
.video-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3px}
.vid-card{position:relative;cursor:pointer;overflow:hidden;background:var(--dark);display:block}
.vid-card:hover .vid-overlay{opacity:.5}
.vid-scene{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.vid-scene img{width:100%;height:100%;object-fit:cover}
.vid-overlay{position:absolute;inset:0;background:rgba(0,0,0,.25);transition:opacity .2s}
.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:rgba(204,0,0,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.5);transition:background .2s,transform .2s}
.vid-card:hover .play-btn{background:var(--red);transform:translate(-50%,-50%) scale(1.08)}
.play-btn::after{content:'';width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid white;margin-left:3px}
.vid-dur{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.75);color:white;font-size:11px;font-weight:700;padding:2px 7px;border-radius:2px}
.vid-caption{background:var(--charcoal);padding:12px 14px;border-top:2px solid var(--red)}
.vid-caption h4{font-family:'Playfair Display',serif;font-size:14px;font-weight:700;color:white;line-height:1.35}

/* OPINION */
.opinion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
.op-card{background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--charcoal);border-radius:var(--r);padding:18px;cursor:pointer;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;text-decoration:none}
.op-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.op-author{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.op-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0;overflow:hidden}
.op-avatar img{width:100%;height:100%;object-fit:cover}
.op-name{font-size:13px;font-weight:700;color:var(--text1)}
.op-title-txt{font-size:11px;color:var(--text3)}
.op-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text3);margin-bottom:8px}
.op-card h3{font-family:'Playfair Display',serif;font-size:16px;font-weight:700;line-height:1.45;color:var(--text1);flex:1}

/* ADS */
/* =========================
   ADVERTISE PAGE HARD RESET
========================= */
.advertise-page {
    background: #f3f4f6;
    padding: 32px 14px 60px;
}

.advertise-page,
.advertise-page * {
    box-sizing: border-box;
}

/* Kill inherited theme wrappers inside this page */
.advertise-page .main,
.advertise-page .static-page-wrap,
.advertise-page .static-page-body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Main centered column */
.advertise-inner {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

/* =========================
   HERO
========================= */
.advertise-hero {
    background: linear-gradient(135deg, #0f1013 0%, #1a1d24 60%, #8f1010 100%);
    color: #fff;
    border-radius: 20px;
    padding: 44px 30px;
    text-align: center;
    margin: 0 auto 24px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.18);
    overflow: hidden;
    position: relative;
}

.advertise-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.10), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255,255,255,0.06), transparent 32%);
    pointer-events: none;
}

.advertise-hero-badge,
.advertise-hero-icon,
.advertise-hero h1,
.advertise-lead,
.advertise-sublead {
    position: relative;
    z-index: 2;
}

.advertise-hero-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.advertise-hero-icon {
    font-size: 34px;
    margin-bottom: 10px;
}

.advertise-hero h1 {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.advertise-lead {
    margin: 0 auto 10px;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.96);
}

.advertise-sublead {
    margin: 0 auto;
    max-width: 670px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
}

/* =========================
   CONTENT SECTIONS
========================= */
.advertise-section {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 18px;
    padding: 28px 24px;
    margin: 0 auto 22px;
    box-shadow: 0 10px 28px rgba(15,23,42,0.06);
}

.section-heading {
    max-width: 700px;
    margin: 0 auto 20px;
}

.section-heading.center {
    text-align: center;
}

.section-kicker {
    display: inline-block;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.section-heading h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.section-heading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5b6472;
}

/* =========================
   BENEFITS
========================= */
.benefits-list {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.benefit-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 16px;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    background: #f8fafc;
}

.benefit-icon {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
}

.benefit-content strong {
    display: block;
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.35;
    color: #111827;
    font-weight: 800;
}

.benefit-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #556070;
}

/* =========================
   AD CARDS
========================= */
.ad-slots-grid {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ad-slot-card {
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(15,23,42,0.05);
}

.slot-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.slot-name {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.slot-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5b6472;
}

/* =========================
   CTA
========================= */
.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-box h2 {
    margin: 8px 0 12px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.cta-box p {
    margin: 0 auto 20px;
    max-width: 620px;
    font-size: 15px;
    line-height: 1.75;
    color: #5b6472;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    color: #1f2937;
}

.advertise-actions {
    display: flex;
    justify-content: center;
}

.advertise-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    min-height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 14px 26px rgba(185,28,28,0.22);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .advertise-page {
        padding: 20px 10px 40px;
    }

    .advertise-inner {
        max-width: 100%;
    }

    .advertise-hero {
        padding: 32px 18px;
        border-radius: 16px;
    }

    .advertise-hero h1 {
        font-size: 30px;
    }

    .advertise-lead {
        font-size: 16px;
    }

    .advertise-section {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .section-heading h2,
    .cta-box h2 {
        font-size: 26px;
    }

    .ad-slots-grid {
        grid-template-columns: 1fr;
    }

    .ad-slot-card {
        min-height: auto;
    }

    .contact-details {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-item {
        justify-content: center;
        border-radius: 14px;
    }

    .advertise-btn {
        width: 100%;
    }
}

/* ARTICLE PAGE */
.article-layout{display:grid;grid-template-columns:1fr 300px;gap:32px;margin-top:24px;align-items:start}
.article-hero{width:100%;height:400px;border-radius:var(--r);overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative}
.article-hero img{width:100%;height:100%;object-fit:cover}
.article-hero-emoji{font-size:90px}
.article-hero-cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.65));color:rgba(255,255,255,.8);font-size:11px;padding:30px 16px 10px}
.article-meta{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.article-byline{font-size:13px;font-weight:700;color:var(--red)}
.article-time{font-size:12px;color:var(--text3)}
.article-views{font-size:11px;color:var(--text3)}
.article-title{font-family:'Playfair Display',serif;font-size:clamp(24px,3.5vw,36px);font-weight:700;line-height:1.2;color:var(--text1);margin-bottom:12px}
.article-deck{font-size:19px;font-style:italic;color:var(--text3);line-height:1.55;margin-bottom:20px;border-left:3px solid var(--red);padding-left:16px;font-family:'Source Serif 4',serif}
.article-rule{border:none;border-top:3px solid var(--red);width:48px;margin:0 0 22px}
.article-body p{font-family:'Source Serif 4',serif;font-size:17px;line-height:1.85;margin-bottom:20px;color:var(--text2)}
.article-body h2{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;margin:28px 0 12px;color:var(--text1)}
.article-body h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;margin:20px 0 10px;color:var(--text1)}
.article-body blockquote{border-left:4px solid var(--red);margin:24px 0;padding:6px 20px;font-family:'Playfair Display',serif;font-size:21px;font-style:italic;color:var(--text2);line-height:1.5}
.article-body ul,.article-body ol{padding-left:24px;margin-bottom:20px}
.article-body li{font-family:'Source Serif 4',serif;font-size:17px;line-height:1.8;margin-bottom:6px;color:var(--text2)}
.article-body a{color:var(--blue);text-decoration:underline}
.article-tags{margin:22px 0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tag-pill{background:var(--surface2);border:1px solid var(--border);padding:4px 11px;font-size:11px;font-weight:600;color:var(--text2);border-radius:20px;transition:all .15s}
.tag-pill:hover{background:var(--red);border-color:var(--red);color:white}
.share-row{border-top:1px solid var(--border);padding-top:16px;margin-top:20px;display:flex;gap:10px;flex-wrap:wrap}
.share-btn{background:var(--surface2);border:1px solid var(--border);padding:8px 16px;font-size:12px;font-weight:700;cursor:pointer;border-radius:var(--r-sm);color:var(--text2);font-family:'Inter',sans-serif;transition:all .15s}
.share-btn:hover{background:var(--charcoal);color:white;border-color:var(--charcoal)}

/* CATEGORY PAGE */
.category-header{background:var(--charcoal);border-radius:var(--r);padding:24px 28px;margin-bottom:24px;display:flex;align-items:center;gap:20px;border-bottom:3px solid var(--red)}
.category-icon{font-size:40px}
.category-header h1{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:white}
.category-header p{font-size:14px;color:#9ca3af;margin-top:4px}
.cat-layout{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}

/* SEARCH */
.search-bar-lg{display:flex;border:2px solid var(--border);border-radius:var(--r);overflow:hidden;margin-bottom:24px;box-shadow:var(--shadow-sm)}
.search-bar-lg input{flex:1;padding:14px 18px;font-size:16px;border:none;outline:none;background:var(--surface);font-family:'Inter',sans-serif;color:var(--text1)}
.search-bar-lg button{background:var(--red);border:none;color:white;padding:14px 24px;font-size:14px;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif}
.search-bar-lg button:hover{background:var(--red-dark)}
.search-count{font-size:13px;color:var(--text3);margin-bottom:20px}

/* CLASSIFIEDS */
.classifieds-cats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.cat-filter{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:2px solid var(--border);border-radius:20px;font-size:12px;font-weight:700;color:var(--text2);background:var(--surface);cursor:pointer;transition:all .15s;text-decoration:none}
.cat-filter:hover{border-color:var(--red);color:var(--red)}
.cat-filter.active{background:var(--red);border-color:var(--red);color:white}
.cat-filter-count{background:rgba(0,0,0,.12);padding:1px 6px;border-radius:10px;font-size:10px}
.cat-filter.active .cat-filter-count{background:rgba(255,255,255,.25)}
.classifieds-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}
.classified-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-sm);display:block;transition:box-shadow .2s,transform .2s}
.classified-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.classified-img{height:160px;overflow:hidden;background:var(--surface2);display:flex;align-items:center;justify-content:center;font-size:40px}
.classified-img img{width:100%;height:100%;object-fit:cover}
.classified-body{padding:14px}
.classified-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--green);margin-bottom:5px}
.classified-title{font-family:'Playfair Display',serif;font-size:16px;font-weight:700;line-height:1.35;color:var(--text1);margin-bottom:6px}
.classified-desc{font-size:12.5px;color:var(--text3);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.classified-footer{display:flex;align-items:center;gap:10px;margin-top:10px;flex-wrap:wrap}
.classified-price{font-size:18px;font-weight:700;color:var(--green)}
.classified-free{font-size:14px;font-weight:700;color:var(--gold)}
.classified-loc{font-size:11px;color:var(--text3)}
.classified-date{font-size:11px;color:var(--text3);margin-left:auto}
.classified-price-lg{font-size:28px;font-weight:700;color:var(--green)}

/* STATIC PAGES */
.static-page{max-width:760px}
.static-page-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:700;color:var(--text1);margin-bottom:8px;line-height:1.2}
.static-date{font-size:13px;color:var(--text3);margin-bottom:20px}
.page-rule{border:none;border-top:3px solid var(--red);width:48px;margin:0 0 24px}
.static-content p{font-family:'Source Serif 4',serif;font-size:17px;line-height:1.85;margin-bottom:18px;color:var(--text2)}
.static-content h2{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;margin:28px 0 12px;color:var(--text1)}
.static-content h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;margin:22px 0 10px;color:var(--text1)}
.static-content ul,.static-content ol{padding-left:24px;margin-bottom:18px}
.static-content li{font-family:'Source Serif 4',serif;font-size:17px;line-height:1.8;margin-bottom:6px;color:var(--text2)}
.static-content a{color:var(--blue);text-decoration:underline}
.static-content blockquote{border-left:4px solid var(--red);margin:20px 0;padding:8px 18px;font-style:italic;color:var(--text2)}
.styled-list{list-style:none;padding:0;margin-bottom:24px}
.styled-list li{font-size:15px;line-height:1.7;padding:8px 0;border-bottom:1px solid var(--border);color:var(--text2)}
.ad-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin:20px 0}
.ad-slot-card{background:var(--surface);border:1px solid var(--border);padding:18px;border-radius:var(--r);text-align:center;box-shadow:var(--shadow-sm)}
.ad-slot-icon{font-size:28px;margin-bottom:8px}
.ad-slot-name{font-weight:700;font-size:13px;color:var(--text1);margin-bottom:4px}
.ad-slot-desc{font-size:12px;color:var(--text3);line-height:1.5}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:360px 1fr;gap:40px}
.contact-info h2{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;margin-bottom:12px;color:var(--text1)}
.contact-info>p{font-size:15px;color:var(--text3);line-height:1.7;margin-bottom:20px}
.contact-detail{display:flex;gap:12px;align-items:center;margin-bottom:12px;font-size:14px;font-weight:600;color:var(--text2)}
.contact-icon{width:32px;height:32px;background:var(--surface2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.contact-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.social-btn{display:inline-flex;align-items:center;gap:6px;background:var(--surface2);border:1px solid var(--border);padding:8px 14px;border-radius:var(--r-sm);font-size:13px;font-weight:700;color:var(--text2);transition:all .15s}
.social-btn:hover{background:var(--charcoal);color:white;border-color:var(--charcoal)}
.form-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text2);margin-bottom:6px}
.form-input,.form-textarea,.form-select{width:100%;padding:11px 14px;border:2px solid var(--border);border-radius:var(--r-sm);font-size:14px;font-family:'Inter',sans-serif;color:var(--text1);background:var(--surface);outline:none;transition:border-color .2s}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--red)}
.form-textarea{resize:vertical;min-height:120px}
.form-group{margin-bottom:18px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.btn-submit{background:var(--red);color:white;border:none;padding:13px 28px;font-size:15px;font-weight:700;border-radius:var(--r-sm);cursor:pointer;font-family:'Inter',sans-serif;transition:background .15s}
.btn-submit:hover{background:var(--red-dark)}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--red);color:white;border:none;padding:10px 20px;font-size:13px;font-weight:700;border-radius:var(--r-sm);cursor:pointer;font-family:'Inter',sans-serif;transition:background .15s;text-decoration:none}
.btn-primary:hover{background:var(--red-dark);color:white}
.btn-secondary{display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--text2);border:2px solid var(--border);padding:9px 18px;font-size:13px;font-weight:700;border-radius:var(--r-sm);cursor:pointer;font-family:'Inter',sans-serif;transition:all .15s;text-decoration:none}
.btn-secondary:hover{border-color:var(--charcoal);color:var(--charcoal)}

/* LIVE TV */
.live-player-wrap{background:black;border-radius:var(--r);overflow:hidden;position:relative}
.live-player{width:100%;aspect-ratio:16/9;min-height:300px;border:none;display:block}
.live-now-badge{position:absolute;top:14px;left:14px;background:var(--red);color:white;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:5px 12px;border-radius:2px;display:flex;align-items:center;gap:7px;z-index:10}
.live-dot-anim{width:7px;height:7px;background:white;border-radius:50%;animation:blink 1.2s infinite}
.live-meta-bar{background:var(--charcoal);border-top:3px solid var(--red);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;border-radius:0 0 var(--r) var(--r)}
.live-title-text{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:white;margin-bottom:4px}
.live-sub{font-size:12px;color:#6b7280}
.live-watch-link{background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:var(--r-sm);font-size:12px;font-weight:700;transition:background .15s;text-decoration:none}
.live-watch-link:hover{background:rgba(255,255,255,.2)}
.live-platform-bar{display:flex;background:white;border:1px solid var(--border);border-radius:var(--r);margin-top:10px;overflow:hidden}
.live-plat-item{flex:1;display:flex;align-items:center;gap:10px;padding:10px 16px;border-right:1px solid var(--border);font-size:12px}
.live-plat-item:last-child{border-right:none;justify-content:flex-end;color:var(--text3);font-size:11px;flex:none}
.plat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.plat-dot-live{background:var(--red);animation:blink 1.2s infinite}
.plat-dot-off{background:#d1d5db}
.plat-name{font-weight:700;color:var(--text1)}
.plat-state{font-size:11px;color:var(--text3)}
.plat-state.is-live{color:var(--red);font-weight:700}
.live-offline{text-align:center;padding:70px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r)}
.live-offline-icon{font-size:72px;margin-bottom:16px}
.live-offline h2{font-family:'Playfair Display',serif;font-size:30px;margin-bottom:10px;color:var(--text1)}
.live-offline p{font-size:15px;color:var(--text3);max-width:460px;margin:0 auto 10px;line-height:1.6}
.live-channel-links{display:flex;gap:12px;justify-content:center;margin-top:24px;flex-wrap:wrap}
.live-ch-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;font-size:14px;font-weight:700;border-radius:var(--r-sm);text-decoration:none;transition:opacity .15s}
.live-ch-btn:hover{opacity:.85}
.live-ch-yt{background:#ff0000;color:white}
.live-ch-rumble{background:#85c742;color:#1a3a00}

/* EMPTY STATE */
.empty-state{text-align:center;padding:64px 20px;background:var(--surface);border-radius:var(--r);border:1px solid var(--border)}
.empty-icon{font-size:56px;margin-bottom:14px}
.empty-state h3{font-family:'Playfair Display',serif;font-size:24px;margin-bottom:8px;color:var(--text1)}
.empty-state p{font-size:15px;color:var(--text3);margin-bottom:20px}

/* PAGINATION */
.pagination-wrap{padding:20px 0;display:flex;justify-content:center}
.tvott-pagination{display:flex;gap:4px;align-items:center;flex-wrap:wrap;justify-content:center;font-family:'Inter',sans-serif}
.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border:1px solid var(--border);background:var(--surface);color:var(--text2);font-size:13px;font-weight:600;border-radius:var(--r-sm);text-decoration:none;transition:all .15s;cursor:pointer}
.page-btn:hover{background:var(--surface2);border-color:var(--text3)}
.page-current{background:var(--red)!important;border-color:var(--red)!important;color:white!important;cursor:default}
.page-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}
.page-dots{border:none;background:transparent;cursor:default;color:var(--text3)}

/* TOAST */
.toast{position:fixed;bottom:24px;right:24px;background:var(--charcoal);color:white;padding:12px 20px;font-size:13px;font-weight:600;border-radius:var(--r-sm);border-left:4px solid var(--red);transform:translateX(140%);transition:transform .3s;z-index:9999;box-shadow:var(--shadow-lg)}
.toast.show{transform:translateX(0)}

/* FOOTER */
footer{background:var(--charcoal);color:#9ca3af;border-top:4px solid var(--red);margin-top:48px}
.footer-top{padding:40px 0 32px;border-bottom:1px solid #1f2937}
.footer-grid{display:grid;grid-template-columns:280px 1fr;gap:48px}
.footer-logo-name{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:white;margin-bottom:4px}
.footer-logo-name em{color:var(--red);font-style:normal}
.footer-tagline{font-size:10px;color:#374151;text-transform:uppercase;letter-spacing:2px;margin-bottom:14px}
.footer-desc{font-size:13px;color:#4b5563;line-height:1.7;margin-bottom:18px}
.footer-socials{display:flex;gap:8px;flex-wrap:wrap}
.fsocial{display:inline-flex;align-items:center;gap:5px;background:#111827;color:#9ca3af;padding:6px 12px;border-radius:var(--r-sm);font-size:12px;font-weight:700;transition:all .15s;text-decoration:none}
.fsocial:hover{background:var(--red);color:white}
.footer-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.footer-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:white;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #111827}
.footer-nav-grid a{display:block;font-size:13px;color:#4b5563;margin-bottom:8px;transition:color .15s}
.footer-nav-grid a:hover{color:#d1d5db}
.footer-bottom{padding:16px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footer-copy{font-size:12px;color:#1f2937}
.footer-legal{display:flex;gap:16px;flex-wrap:wrap}
.footer-legal a{font-size:12px;color:#374151;transition:color .15s}
.footer-legal a:hover{color:#9ca3af}
.api-links{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}
.api-badge{display:inline-flex;align-items:center;gap:4px;background:#111827;color:#10b981;border:1px solid #064e3b;padding:3px 8px;border-radius:2px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .15s}
.api-badge:hover{background:#064e3b}

/* MOBILE NAV */
.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:300}
.mobile-overlay.open{display:block}
.mobile-panel{position:fixed;top:0;left:0;bottom:0;width:300px;background:var(--charcoal);z-index:400;overflow-y:auto;transform:translateX(-100%);transition:transform .3s;border-right:2px solid var(--red)}
.mobile-panel.open{transform:translateX(0)}
.mobile-panel-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #111827}
.mobile-panel-head .logo-name{font-size:18px}
.mobile-close{background:none;border:none;color:#9ca3af;font-size:24px;cursor:pointer;padding:4px}
.mobile-panel a{display:flex;align-items:center;gap:10px;padding:13px 20px;font-size:14px;font-weight:600;color:#d1d5db;border-bottom:1px solid #111827;text-decoration:none}
.mobile-panel a:hover{background:#111827;color:white}
.mobile-section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#374151;padding:14px 20px 6px}

/* RESPONSIVE */
@media(max-width:1024px){
  .hero-wrap{grid-template-columns:1fr 300px}
  .card-grid{grid-template-columns:repeat(2,1fr)}
  .two-col{grid-template-columns:1fr}
  .opinion-grid{grid-template-columns:repeat(2,1fr)}
  .video-grid{grid-template-columns:1fr 1fr}
  .article-layout{grid-template-columns:1fr}
  .cat-layout{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-nav-grid{grid-template-columns:repeat(2,1fr)}
  .markets{display:none}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .logo-sub{display:none}
  .search-form{display:none}
  .menu-toggle{display:flex}
  .top-bar{display:none}
  .hero-wrap{grid-template-columns:1fr;grid-template-rows:auto}
  .hero-lead{grid-row:auto;min-height:300px}
  .hero-caption h2{font-size:20px}
  .card-grid{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .opinion-grid{grid-template-columns:1fr}
  .video-grid{grid-template-columns:1fr}
  .classifieds-grid{grid-template-columns:1fr}
  .article-hero{height:240px}
  .form-row{grid-template-columns:1fr}
  .footer-nav-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .live-platform-bar{flex-direction:column}
  .live-plat-item{border-right:none;border-bottom:1px solid var(--border)}
}
@media(max-width:480px){
  .site-main{padding:16px 12px 40px}
  .logo-name{font-size:16px}
  .logo-icon{width:44px;height:44px}
  .live-btn{padding:6px 10px;font-size:10px}
  .footer-nav-grid{grid-template-columns:1fr}
  .classifieds-cats{gap:5px}
  .cat-filter{font-size:11px;padding:5px 10px}
}

/* ================================================================
   AUTH PAGES (Login / Register)
   ================================================================ */
.auth-wrap{display:flex;justify-content:center;padding:40px 20px}
.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg,10px);overflow:hidden;width:100%;max-width:460px;box-shadow:var(--shadow-lg)}
.auth-header{background:var(--charcoal);padding:28px 32px;text-align:center;border-bottom:3px solid var(--red)}
.auth-logo{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:white;margin-bottom:6px}
.auth-logo em{color:var(--red);font-style:normal}
.auth-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:white;margin-bottom:6px}
.auth-sub{font-size:13px;color:#9ca3af;line-height:1.5}
.auth-body{padding:28px 32px}
.auth-divider{text-align:center;font-size:13px;color:var(--text3);margin:18px 0;position:relative}
.auth-divider::before,.auth-divider::after{content:'';position:absolute;top:50%;width:38%;height:1px;background:var(--border)}
.auth-divider::before{left:0}.auth-divider::after{right:0}

/* ================================================================
   SOCIAL SHARE BUTTONS
   ================================================================ */
.share-section{margin:24px 0;padding:20px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--r)}
.share-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text3);margin-bottom:12px}
.share-buttons{display:flex;gap:8px;flex-wrap:wrap}
.share-btn-social{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--r-sm);font-size:13px;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s;border:none;cursor:pointer;font-family:'Inter',sans-serif}
.share-btn-social:hover{opacity:.88;transform:translateY(-1px)}
.share-fb{background:#1877f2;color:white}
.share-tw{background:#000;color:white}
.share-li{background:#0a66c2;color:white}
.share-wa{background:#25d366;color:white}
.share-em{background:var(--mid);color:white}
.share-copy{background:var(--surface);border:2px solid var(--border)!important;color:var(--text2);transition:all .2s!important}
.share-copy:hover{background:var(--charcoal)!important;color:white!important;border-color:var(--charcoal)!important}

/* Reading time + comment count */
.reading-time{font-size:11px;color:var(--text3);display:flex;align-items:center;gap:4px}
.comment-count-link{font-size:11px;color:var(--red);font-weight:700;text-decoration:none}
.comment-count-link:hover{text-decoration:underline}

/* ================================================================
   COMMENTS
   ================================================================ */
.comments-section{margin-top:36px;padding-top:8px}
.comment-form-wrap{background:var(--surface2);border:1px solid var(--border);border-radius:var(--r);padding:20px;margin-bottom:24px}
.commenter-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.commenter-avatar{border-radius:50%;border:2px solid var(--border)}
.commenter-name{font-weight:700;font-size:14px;color:var(--text1)}
.comment-form{}
.comment-textarea{width:100%;padding:12px 14px;border:2px solid var(--border);border-radius:var(--r-sm);font-size:15px;font-family:'Source Serif 4',serif;color:var(--text1);outline:none;resize:vertical;min-height:100px;background:var(--surface);transition:border-color .2s}
.comment-textarea:focus{border-color:var(--red)}
.comment-form-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}
.char-counter{font-size:11px;color:var(--text3)}
.comment-login-prompt{background:var(--surface2);border:1px solid var(--border);border-radius:var(--r);padding:32px;text-align:center;margin-bottom:24px}
.comment-login-prompt p{font-size:15px;color:var(--text2);line-height:1.6}
.comments-list{display:flex;flex-direction:column;gap:0}
.no-comments{padding:24px;text-align:center;color:var(--text3);font-size:14px;background:var(--surface2);border-radius:var(--r);margin-bottom:16px}
.comment-policy{font-size:12px;color:var(--text3);padding:14px;background:var(--surface2);border-radius:var(--r-sm);margin-top:16px;line-height:1.6}

.comment{padding:18px 0;border-bottom:1px solid var(--border);animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.comment:last-child{border-bottom:none}
.comment-pinned{background:#fffbeb;border-left:3px solid var(--gold);padding-left:14px;border-radius:0 var(--r-sm) var(--r-sm) 0}
.comment-reply{padding-left:20px;border-left:2px solid var(--border);margin-left:20px;border-bottom:none;padding-top:12px}
.comment-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.comment-avatar{border-radius:50%;border:2px solid var(--border);flex-shrink:0}
.comment-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.comment-author{font-weight:700;font-size:14px;color:var(--text1)}
.comment-pinned-badge{font-size:10px;font-weight:700;background:var(--gold);color:white;padding:2px 7px;border-radius:2px}
.comment-time{font-size:11px;color:var(--text3)}
.comment-body{font-family:'Source Serif 4',serif;font-size:15px;line-height:1.7;color:var(--text2);margin-bottom:8px;word-wrap:break-word}
.comment-actions{display:flex;gap:8px}
.comment-action-btn{background:none;border:none;font-size:12px;font-weight:700;color:var(--red);cursor:pointer;padding:4px 0;font-family:'Inter',sans-serif;text-decoration:none}
.comment-action-btn:hover{text-decoration:underline}
.comment-replies{margin-top:4px}

/* ================================================================
   WEATHER PAGE
   ================================================================ */
.weather-hero{background:var(--charcoal);border-radius:var(--r);padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;margin-bottom:24px;border-bottom:4px solid var(--red)}
.weather-current{display:flex;align-items:center;gap:24px}
.weather-main-emoji{font-size:80px;line-height:1}
.weather-city{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#6b7280;margin-bottom:4px}
.weather-big-temp{font-family:'Playfair Display',serif;font-size:72px;font-weight:700;color:white;line-height:1}
.weather-deg{font-size:36px;color:#9ca3af}
.weather-condition{font-size:18px;font-weight:600;color:#d1d5db;margin-top:4px}
.weather-feels{font-size:14px;color:#6b7280;margin-top:4px}
.weather-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.weather-detail-card{background:rgba(255,255,255,.05);border-radius:var(--r);padding:14px;text-align:center}
.weather-detail-icon{font-size:22px;margin-bottom:6px}
.weather-detail-val{font-size:20px;font-weight:700;color:white;line-height:1.2}
.weather-detail-label{font-size:11px;color:#6b7280;margin-top:4px;text-transform:uppercase;letter-spacing:.5px}
.forecast-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:8px}
.forecast-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:16px;text-align:center;box-shadow:var(--shadow-sm)}
.forecast-today{border-color:var(--red);border-width:2px}
.forecast-day{font-size:13px;font-weight:700;color:var(--text1);text-transform:uppercase;letter-spacing:.5px}
.forecast-date{font-size:11px;color:var(--text3);margin-bottom:10px}
.forecast-emoji{font-size:32px;margin:8px 0}
.forecast-condition{font-size:12px;color:var(--text2);margin-bottom:10px;line-height:1.3}
.forecast-temps{display:flex;justify-content:center;gap:10px;margin-bottom:6px}
.forecast-high{font-size:17px;font-weight:700;color:var(--red)}
.forecast-low{font-size:17px;font-weight:700;color:var(--text3)}
.forecast-rain{font-size:11px;color:var(--blue);margin-bottom:3px}
.forecast-wind{font-size:11px;color:var(--text3)}

/* ================================================================
   RESPONSIVE ADDITIONS
   ================================================================ */
@media(max-width:768px){
  .weather-hero{grid-template-columns:1fr}
  .weather-details-grid{grid-template-columns:repeat(3,1fr)}
  .forecast-grid{grid-template-columns:repeat(2,1fr)}
  .share-buttons{gap:6px}
  .share-btn-social{padding:7px 10px;font-size:12px}
  .auth-body{padding:20px}
  .auth-header{padding:20px}
  .comment-reply{margin-left:10px;padding-left:12px}
}
@media(max-width:480px){
  .weather-hero{padding:20px}
  .weather-big-temp{font-size:56px}
  .weather-main-emoji{font-size:60px}
  .forecast-grid{grid-template-columns:repeat(2,1fr)}
  .weather-details-grid{grid-template-columns:repeat(3,1fr);gap:8px}
  .weather-detail-val{font-size:16px}
}
/* ================================================================
   TERMS
   ================================================================ */
.legal-page {
    max-width: 900px;
    margin: 32px auto 60px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.legal-page-header {
    text-align: center;
    margin-bottom: 18px;
}

.legal-kicker {
    display: inline-block;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.legal-page .static-page-title {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
}

.legal-page .static-date {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.legal-page .page-rule {
    margin: 22px 0 28px;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.legal-content {
    max-width: 760px;
    margin: 0 auto;
}

.legal-content p,
.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.legal-content h2 {
    margin: 30px 0 12px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    color: #111827;
}

.legal-content ul {
    margin: 0 0 18px 22px;
    padding: 0;
}

.legal-content a {
    color: #b91c1c;
    text-decoration: none;
    font-weight: 700;
}

.legal-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .legal-page {
        margin: 20px 12px 40px;
        padding: 24px 18px;
        border-radius: 16px;
    }

    .legal-page .static-page-title {
        font-size: 30px;
    }

    .legal-content h2 {
        font-size: 23px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 15px;
        line-height: 1.75;
    }
}
/* ================================================================
   PRIVACY
   ================================================================ */
   .legal-page {
    max-width: 900px;
    margin: 32px auto 60px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.legal-page-header {
    text-align: center;
    margin-bottom: 18px;
}

.legal-kicker {
    display: inline-block;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.legal-page .static-page-title {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
}

.legal-page .static-date {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.legal-page .page-rule {
    margin: 22px 0 28px;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.legal-content {
    max-width: 760px;
    margin: 0 auto;
}

.legal-content p,
.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.legal-content h2 {
    margin: 30px 0 12px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    color: #111827;
}

.legal-content h3 {
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    color: #1f2937;
}

.legal-content ul {
    margin: 0 0 18px 22px;
    padding: 0;
}

.legal-content a {
    color: #b91c1c;
    text-decoration: none;
    font-weight: 700;
}

.legal-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .legal-page {
        margin: 20px 12px 40px;
        padding: 24px 18px;
        border-radius: 16px;
    }

    .legal-page .static-page-title {
        font-size: 30px;
    }

    .legal-content h2 {
        font-size: 23px;
    }

    .legal-content h3 {
        font-size: 18px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 15px;
        line-height: 1.75;
    }
}
/* ================================================================
   TVOTT PRO COST TICKER
   ================================================================ */

.info-strip {
    background: #ffffff;
    border-bottom: 1px solid var(--border);
}

.info-strip .container,
.info-strip-inner {
    display: flex;
    align-items: center;
    min-height: 34px;
}

.weather-block {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text3);
    white-space: nowrap;
}

.weather-temp {
    font-size: 16px;
    font-weight: 800;
    color: var(--text1);
}

.weather-meta {
    font-size: 12px;
    color: var(--text3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ticker shell */
.cost-ticker-bar {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

.cost-ticker-shell {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 36px;
    overflow: hidden;
}

/* label */
.cost-ticker-label {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    white-space: nowrap;
    padding-right: 4px;
}

.cost-ticker-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(204,0,0,.12);
    animation: tvottTickerBlink 1.8s infinite;
}

@keyframes tvottTickerBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: .45; }
}

/* scrolling area */
.cost-ticker-track-wrap {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

/* edge fades */
.cost-ticker-track-wrap::before,
.cost-ticker-track-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    width: 42px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.cost-ticker-track-wrap::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}

.cost-ticker-track-wrap::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
}

/* actual moving track */
.cost-ticker-track {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    min-width: max-content;
    white-space: nowrap;
    will-change: transform;
    animation: tvottTickerScroll 42s linear infinite;
}

.cost-ticker-bar:hover .cost-ticker-track {
    animation-play-state: paused;
}

/* ticker items */
.cost-ticker-item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
    white-space: nowrap;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid var(--border);
    line-height: 1;
}

.cost-ticker-item-label {
    font-size: 10px;
    font-weight: 800;
    color: var(--text3);
    text-transform: uppercase;
    letter-spacing: .06em;
}

.cost-ticker-item-price {
    font-size: 13px;
    font-weight: 900;
    color: var(--text1);
}

.cost-ticker-item-change {
    font-size: 10px;
    font-weight: 900;
}

.cost-ticker-item-change.up {
    color: var(--green);
}

.cost-ticker-item-change.down {
    color: var(--red);
}

@keyframes tvottTickerScroll {
    0% {
        transform: translate3d(0,0,0);
    }
    100% {
        transform: translate3d(-50%,0,0);
    }
}

/* responsive */
@media (max-width: 1024px) {
    .cost-ticker-track {
        animation-duration: 34s;
    }
}

@media (max-width: 768px) {
    .cost-ticker-shell {
        gap: 10px;
        min-height: 34px;
    }

    .cost-ticker-label {
        font-size: 9px;
    }

    .cost-ticker-item {
        gap: 6px;
        padding-right: 18px;
        margin-right: 18px;
    }

    .cost-ticker-item-label,
    .cost-ticker-item-change {
        font-size: 9px;
    }

    .cost-ticker-item-price {
        font-size: 11px;
    }

    .cost-ticker-track-wrap::before,
    .cost-ticker-track-wrap::after {
        width: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cost-ticker-track,
    .cost-ticker-dot {
        animation: none !important;
    }
}
/* ================================================================
   ACCOUNT / CLASSIFIED LAYOUTS
   CLEANED VERSION — removes bad color overrides
   ================================================================ */

.account-shell,
.classified-submit-shell {
    max-width: 1380px;
    margin: 0 auto;
    padding: 18px 14px 36px;
}

.account-header-card,
.classified-submit-header,
.classifieds-header-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    padding: 22px 24px;
    margin-bottom: 18px;
    color: #111827;
}

.account-layout,
.classified-submit-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
    align-items: start;
}

.account-main,
.account-side,
.classified-submit-main,
.classified-submit-side {
    min-width: 0;
}

.account-card,
.classified-submit-card,
.classifieds-cats-card,
.classifieds-empty-card,
.classifieds-widget,
.classified-side-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    color: #111827;
}

.account-card {
    max-width: 520px;
    margin: 0 auto;
    overflow: hidden;
}

.account-card-head {
    background: #050505;
    color: #fff;
    padding: 26px 28px;
    border-bottom: 3px solid #d40000;
    text-align: center;
}

.account-card-head h2,
.account-card-head p,
.auth-logo,
.auth-logo em {
    color: inherit;
}

.auth-logo em {
    color: #ff2b2b;
}

.account-card-body {
    padding: 24px 28px 26px;
    color: #111827;
}

.account-kicker,
.classified-kicker {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #b91c1c;
    margin-bottom: 8px;
}

.account-page-title,
.classified-title-main,
.classifieds-page-title {
    margin: 0 0 6px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
    color: #111827;
}

.account-page-sub,
.classified-sub,
.classifieds-page-sub,
.account-muted-link,
.classifieds-empty-card p,
.classifieds-widget-body p,
.classified-side-body p,
.classified-guidelines li {
    color: #4b5563;
}

.account-back-btn,
.account-back-btn:link,
.account-back-btn:visited,
.classified-submit-back,
.classified-submit-back:link,
.classified-submit-back:visited,
.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 18px;
    border-radius: 10px;
    background: #111827;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.account-back-btn:hover,
.classified-submit-back:hover,
.btn-secondary:hover {
    color: #fff !important;
    background: #000;
}

.account-form-group {
    margin-bottom: 16px;
}

.account-label,
.classified-label,
.form-label,
.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #111827 !important;
    margin-bottom: 8px;
}

.account-input,
.classified-input,
.classified-textarea,
.form-input,
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff !important;
    color: #111827 !important;
    font-size: 15px;
    line-height: 1.4;
    padding: 13px 14px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.account-input:focus,
.classified-input:focus,
.classified-textarea:focus,
.form-input:focus,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #c1121f;
    box-shadow: 0 0 0 3px rgba(193,18,31,.10);
}

.account-submit-btn,
.account-submit-btn:link,
.account-submit-btn:visited,
.classifieds-post-btn,
.classifieds-post-btn:link,
.classifieds-post-btn:visited,
.classified-submit-btn,
.classified-submit-btn:link,
.classified-submit-btn:visited,
.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-submit,
.btn-submit:link,
.btn-submit:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: #d40000 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none !important;
    transition: background .18s ease, transform .18s ease;
}

.account-submit-btn:hover,
.classifieds-post-btn:hover,
.classified-submit-btn:hover,
.btn-primary:hover,
.btn-submit:hover {
    background: #b10000 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.account-muted-link {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
}

.account-muted-link a {
    font-weight: 700;
}

/* ================================================================
   CLASSIFIED WIDGETS — LIGHT CARDS
   ================================================================ */

.classifieds-widget .widget-head,
.classified-side-head {
    background: #0f1115;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 14px 16px;
}

.classifieds-widget-body,
.classified-side-body {
    padding: 16px;
    color: #111827;
}

.classifieds-widget-body p,
.classified-side-body p,
.classified-guidelines li {
    color: #4b5563 !important;
}

.widget-item,
.widget-item:link,
.widget-item:visited {
    color: #111827 !important;
    text-decoration: none !important;
}

.widget-item p,
.widget-item span,
.widget-emoji {
    color: inherit !important;
}

/* ================================================================
   HERO / SIDEBAR STORY CARDS — DARK CARDS
   KEEP THESE LIGHT TEXT
   ================================================================ */

.side-card,
.side-card a,
.side-card h2,
.side-card h3,
.side-card h4,
.side-card p,
.side-card span,
.side-card .meta,
.side-card .author,
.side-card .date,
.side-card .byline {
    color: #fff !important;
}

.side-card .meta,
.side-card .author,
.side-card .date,
.side-card .byline {
    color: #9ca3af !important;
}

.side-body {
    color: #fff !important;
}

.side-body h3 {
    color: #fff !important;
}

.side-body .meta {
    color: #9ca3af !important;
}

/* ================================================================
   WHITE CONTENT CARDS — FORCE DARK TEXT
   ================================================================ */

.news-card,
.card-body,
.card-body h3,
.card-body p,
.card-meta,
.widget,
.widget-item,
.widget-item p,
.list-body h4,
.list-body p,
.list-meta,
.classified-card,
.classified-body,
.classified-title,
.classified-desc,
.classified-footer,
.classified-date,
.classified-loc {
    color: #111827;
}

.card-body p,
.card-meta,
.list-body p,
.list-meta,
.classified-desc,
.classified-date,
.classified-loc {
    color: #4b5563;
}

/* ================================================================
   MOBILE / HOME TEXT VISIBILITY FIX
   ================================================================ */

.card-post,
.post-card,
.top-story-card,
.story-card,
.hero-side-card,
.news-card,
.common-card,
.article-card {
    color: #111827 !important;
}

.card-post h2,
.card-post h3,
.card-post .title,
.card-post .post-title,
.card-post .entry-title,
.card-post .news-title,
.card-post .story-title,
.post-card h2,
.post-card h3,
.post-card .title,
.post-card .post-title,
.post-card .entry-title,
.post-card .news-title,
.post-card .story-title,
.top-story-card h2,
.top-story-card h3,
.top-story-card .title,
.top-story-card .post-title,
.top-story-card .entry-title,
.top-story-card .news-title,
.top-story-card .story-title,
.hero-side-card h2,
.hero-side-card h3,
.hero-side-card .title,
.hero-side-card .post-title,
.hero-side-card .entry-title,
.hero-side-card .news-title,
.hero-side-card .story-title,
.news-card h2,
.news-card h3,
.news-card .title,
.news-card .post-title,
.news-card .entry-title,
.news-card .news-title,
.news-card .story-title,
.article-card h2,
.article-card h3,
.article-card .title,
.article-card .post-title,
.article-card .entry-title,
.article-card .news-title,
.article-card .story-title {
    color: #111827 !important;
}

.card-post p,
.card-post .desc,
.card-post .excerpt,
.card-post .summary,
.card-post .meta,
.post-card p,
.post-card .desc,
.post-card .excerpt,
.post-card .summary,
.post-card .meta,
.top-story-card p,
.top-story-card .desc,
.top-story-card .excerpt,
.top-story-card .summary,
.top-story-card .meta,
.hero-side-card p,
.hero-side-card .desc,
.hero-side-card .excerpt,
.hero-side-card .summary,
.hero-side-card .meta,
.news-card p,
.news-card .desc,
.news-card .excerpt,
.news-card .summary,
.news-card .meta,
.article-card p,
.article-card .desc,
.article-card .excerpt,
.article-card .summary,
.article-card .meta {
    color: #4b5563 !important;
}

.card-post a,
.post-card a,
.top-story-card a,
.hero-side-card a,
.news-card a,
.article-card a {
    color: inherit !important;
    text-decoration: none;
}

.card-post .author,
.card-post .date,
.card-post .byline,
.post-card .author,
.post-card .date,
.post-card .byline,
.top-story-card .author,
.top-story-card .date,
.top-story-card .byline,
.hero-side-card .author,
.hero-side-card .date,
.hero-side-card .byline,
.news-card .author,
.news-card .date,
.news-card .byline,
.article-card .author,
.article-card .date,
.article-card .byline {
    color: #6b7280 !important;
}

@media (max-width: 1024px) {
    .account-layout,
    .classified-submit-layout {
        grid-template-columns: 1fr;
    }

    .account-header-card,
    .classified-submit-header,
    .classifieds-header-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-back-btn,
    .classified-submit-back {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .card-post h2,
    .card-post h3,
    .card-post .title,
    .card-post .post-title,
    .card-post .entry-title,
    .card-post .news-title,
    .card-post .story-title,
    .post-card h2,
    .post-card h3,
    .post-card .title,
    .post-card .post-title,
    .post-card .entry-title,
    .post-card .news-title,
    .post-card .story-title,
    .top-story-card h2,
    .top-story-card h3,
    .top-story-card .title,
    .top-story-card .post-title,
    .top-story-card .entry-title,
    .top-story-card .news-title,
    .top-story-card .story-title,
    .hero-side-card h2,
    .hero-side-card h3,
    .hero-side-card .title,
    .hero-side-card .post-title,
    .hero-side-card .entry-title,
    .hero-side-card .news-title,
    .hero-side-card .story-title,
    .news-card h2,
    .news-card h3,
    .news-card .title,
    .news-card .post-title,
    .news-card .entry-title,
    .news-card .news-title,
    .news-card .story-title,
    .article-card h2,
    .article-card h3,
    .article-card .title,
    .article-card .post-title,
    .article-card .entry-title,
    .article-card .news-title,
    .article-card .story-title {
        color: #111827 !important;
    }

    .card-post p,
    .card-post .desc,
    .card-post .excerpt,
    .card-post .summary,
    .post-card p,
    .post-card .desc,
    .post-card .excerpt,
    .post-card .summary,
    .top-story-card p,
    .top-story-card .desc,
    .top-story-card .excerpt,
    .top-story-card .summary,
    .hero-side-card p,
    .hero-side-card .desc,
    .hero-side-card .excerpt,
    .hero-side-card .summary,
    .news-card p,
    .news-card .desc,
    .news-card .excerpt,
    .news-card .summary,
    .article-card p,
    .article-card .desc,
    .article-card .excerpt,
    .article-card .summary {
        color: #4b5563 !important;
    }
}

.account-check-group {
  margin-bottom: 20px;
}

.account-check-label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  cursor: pointer;
}

.account-check-input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
}

.account-check-text {
  display: block;
  min-width: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #4b5563;
  word-break: break-word;
}

.account-check-text a {
  color: var(--red, #cc0000);
  font-weight: 700;
  text-decoration: none;
}

.account-check-text a:hover {
  text-decoration: underline;
}

/* ================================================================
   MEMBERS - MY PROFILE
   ================================================================ */
.account-page {
    padding: 30px 0 50px;
}

.account-shell {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    align-items: start;
}

.account-sidebar,
.account-main {
    min-width: 0;
}

.account-card,
.account-panel,
.account-hero,
.stat-card,
.action-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.05);
}

.account-card,
.account-panel {
    overflow: hidden;
}

.profile-cover {
    height: 90px;
    background: linear-gradient(135deg, #0f172a 0%, #111827 55%, #b91c1c 100%);
}

.profile-card-body {
    padding: 0 24px 24px;
    text-align: center;
    margin-top: -42px;
}

.profile-avatar {
    width: 84px;
    height: 84px;
    border-radius: 999px;
    object-fit: cover;
    border: 4px solid #fff;
    background: #fff;
    display: block;
    margin: 0 auto 12px;
}

.profile-name {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 4px;
    color: var(--text1);
}

.profile-email,
.profile-since {
    color: var(--text3);
    font-size: 0.92rem;
}

.profile-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.profile-badge {
    display: inline-flex;
    align-self: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.badge-active {
    background: #ecfdf5;
    color: #166534;
}

.badge-disabled {
    background: #fef2f2;
    color: #b91c1c;
}

.sidebar-nav-card,
.mini-stats-card {
    margin-top: 18px;
    padding: 20px;
}

.card-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: var(--text3);
}

.account-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-nav-link {
    text-decoration: none;
    color: var(--text2);
    padding: 10px 12px;
    border-radius: 12px;
    transition: 0.2s ease;
}

.account-nav-link:hover,
.account-nav-link.active {
    background: #f8fafc;
    color: var(--red);
    font-weight: 700;
}

.mini-stat-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.mini-stat-row:last-child {
    border-bottom: 0;
}

.logout-form {
    margin-top: 18px;
}

.account-hero {
    padding: 26px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.eyebrow {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--red);
    margin-bottom: 10px;
}

.account-hero h1 {
    margin: 0 0 8px;
    font-size: 2rem;
    line-height: 1.1;
}

.hero-text {
    margin: 0;
    color: var(--text3);
    max-width: 650px;
}

.hero-status-card {
    min-width: 240px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px;
}

.status-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text3);
    margin-bottom: 8px;
}

.stat-grid,
.action-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.action-card {
    padding: 22px;
}

.stat-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text3);
}

.stat-value {
    display: block;
    margin: 10px 0 8px;
    font-size: 2rem;
    font-weight: 800;
    color: var(--text1);
}

.stat-note,
.action-card p,
.empty-note {
    color: var(--text3);
    font-size: 14px;
}

.account-panel {
    padding: 24px;
    margin-bottom: 20px;
}

.panel-head {
    margin-bottom: 18px;
}

.panel-head h2 {
    margin: 0 0 6px;
    font-size: 1.5rem;
}

.panel-head p {
    margin: 0;
    color: var(--text3);
}

.account-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.account-form .form-group {
    margin-bottom: 16px;
}

.account-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
}

.account-form input,
.account-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 15px;
    background: #fff;
}

.security-block {
    border-top: 1px solid var(--border);
    margin-top: 8px;
    padding-top: 18px;
}

.security-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text3);
    margin-bottom: 14px;
}

.form-actions {
    margin-top: 8px;
}

.comment-item {
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

.comment-item-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 8px;
}

.comment-article {
    color: var(--red);
    font-weight: 800;
    text-decoration: none;
}

.comment-body {
    margin: 0 0 10px;
    color: var(--text2);
    line-height: 1.6;
}

.comment-meta {
    font-size: 12px;
    color: var(--text3);
}

.comment-status {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 10px;
}

.status-approved {
    background: #dcfce7;
    color: #166534;
}

.status-pending {
    background: #fef3c7;
    color: #92400e;
}

.status-rejected {
    background: #fee2e2;
    color: #b91c1c;
}

.support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.btn-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-account-primary {
    background: #d90000;
    color: #fff;
}

.btn-account-primary:hover {
    background: #b80000;
    color: #fff;
}

.btn-account-dark {
    background: #0f172a;
    color: #fff;
}

.btn-account-dark:hover {
    background: #020617;
    color: #fff;
}

.btn-account-danger {
    width: 100%;
    background: #fff;
    border-color: #dc2626;
    color: #dc2626;
}

.empty-state {
    text-align: center;
    padding: 20px 10px 10px;
}

.text-success {
    color: #15803d;
}

.text-warning {
    color: #b45309;
}

@media (max-width: 1100px) {
    .account-shell {
        grid-template-columns: 1fr;
    }

    .stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .action-grid {
        grid-template-columns: 1fr;
    }

    .account-hero {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .stat-grid,
    .account-form .form-grid {
        grid-template-columns: 1fr;
    }

    .comment-item-top {
        flex-direction: column;
        align-items: flex-start;
    }
}
