/* ═══════════════════════════════════════════════════════════
   GameShows.com — Dark Modern Theme
   Drop this into wwwroot/css/ and reference it in _Layout.cshtml
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto+Condensed:wght@400;700&display=swap');

:root {
  --bg:        #0d1117;
  --bg-mid:    #161b22;
  --bg-light:  #1c2230;
  --border:    #30363d;
  --gold:      #FFD700;
  --gold-dim:  #b8980a;
  --teal:      #00b4cc;
  --teal-dim:  #007a8a;
  --red:       #e63946;
  --text:      #e6edf3;
  --text-muted:#8b949e;
  --radius:    8px;
  --shadow:    0 4px 24px rgba(0,0,0,0.6);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Roboto Condensed', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; display: block; }

/* ── SITE NAVBAR ── */
.navbar {
  background: rgba(10,10,20,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 200;
  padding: 0 24px;
}
.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 24px;
}
.site-logo {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  text-decoration: none;
  white-space: nowrap;
}
.site-logo:hover { color: var(--gold-dim); }
.nav-links { display: flex; gap: 4px; flex-wrap: wrap; }
.nav-links a {
  color: var(--text-muted);
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
  text-transform: uppercase;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); background: rgba(255,215,0,0.08); }
.nav-play-btn {
  background: var(--teal);
  color: #000 !important;
  border-radius: 4px;
  font-weight: 700;
  padding: 7px 16px !important;
}
.nav-play-btn:hover { background: #00d4ee !important; color: #000 !important; }

/* ── AD UNITS ── */
.ad-unit {
  background: var(--bg-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
  padding: 8px 16px;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 1px;
}
.ad-unit ins { display: block; min-height: 50px; }

/* ── PAGE WRAPPER ── */
.page-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ── HERO ── */
.site-hero {
  background: linear-gradient(160deg, #0a0010 0%, #060a1a 40%, #0a1520 100%);
  padding: 72px 20px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.site-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0,180,204,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  color: var(--teal);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(40px, 8vw, 88px);
  font-weight: 700;
  color: var(--gold);
  text-shadow: 0 0 40px rgba(255,215,0,0.5), 4px 4px 0 rgba(0,0,0,0.8);
  letter-spacing: 4px;
  line-height: 1.0;
  margin-bottom: 16px;
}
.hero-subtitle {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 0;
}
.hero-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-hero-primary {
  background: var(--gold);
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 4px;
  letter-spacing: 2px;
  transition: all 0.2s;
  box-shadow: 0 0 24px rgba(255,215,0,0.4);
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-primary:hover { background: #ffe566; color: #000; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,215,0,0.5); }
.btn-hero-secondary {
  background: transparent;
  color: var(--teal);
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 4px;
  letter-spacing: 2px;
  border: 2px solid var(--teal);
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-secondary:hover { background: var(--teal); color: #000; transform: translateY(-2px); }

/* ── SECTION HEADERS ── */
.section-header {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  color: var(--teal);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.section-title span { color: var(--gold); }
.section-desc { color: var(--text-muted); font-size: 15px; margin-bottom: 32px; max-width: 560px; }

/* ── GAME CARD ── */
.show-card {
  background: var(--bg-mid);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  text-decoration: none;
  color: var(--text);
  display: flex;
  flex-direction: column;
}
.show-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 12px 40px rgba(255,215,0,0.2);
  color: var(--text);
}
.show-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.3s;
}
.show-card:hover img { transform: scale(1.04); }
.show-card-img { overflow: hidden; }
/* Sub-page cards (Big Moments, etc.) use 1:1 — matches the square source images, zero crop */
.show-card--subpage img { aspect-ratio: 1/1; }
.show-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.show-card-title { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.show-card-desc { font-size: 13px; color: var(--text-muted); flex: 1; }
.show-card-footer { padding: 12px 16px; border-top: 1px solid var(--border); display: flex; gap: 8px; }
.show-card-badge {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.badge-play { background: rgba(255,215,0,0.15); color: var(--gold); border: 1px solid rgba(255,215,0,0.3); }
.badge-read { background: rgba(0,180,204,0.12); color: var(--teal); border: 1px solid rgba(0,180,204,0.3); }

/* ── PROMO CARD — legacy rules kept for reference, no longer used on show pages ── */
/* (show sub-pages now use .show-card style matching the homepage grid)            */

/* Bootstrap 5.2 added text-shadow-1 but not all builds include it — define here as fallback */
.text-shadow-1 { text-shadow: 0 1px 2px rgba(0,0,0,0.6); }

/* ── FEATURED GAME CARD ── */
.featured-game-card {
  background: linear-gradient(135deg, #0a0020 0%, #001a30 100%);
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: box-shadow 0.25s;
}
.featured-game-card:hover { box-shadow: 0 8px 40px rgba(255,215,0,0.3); }
.featured-game-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.featured-game-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(255,215,0,0.4);
}
.featured-game-desc { font-size: 15px; color: var(--text-muted); max-width: 400px; margin-bottom: 20px; }
.btn-play-now {
  background: var(--gold);
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 4px;
  letter-spacing: 2px;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 0 20px rgba(255,215,0,0.4);
}
.btn-play-now:hover { background: #ffe566; color: #000; transform: translateY(-2px); }
.btn-play-now-teal { background: var(--teal); box-shadow: 0 0 20px rgba(0,180,204,0.4); }
.btn-play-now-teal:hover { background: #00d4ee; color: #000; }

/* ── GRID LAYOUTS ── */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 900px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* ── AFFILIATE SECTION ── */
.affiliate-section {
  background: linear-gradient(135deg, #0a0a1a 0%, #0a1520 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 20px;
}
.aff-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.aff-card {
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.aff-card::before { content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity 0.3s; background: radial-gradient(ellipse at 50% 0%, rgba(255,215,0,0.08), transparent 70%); }
.aff-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.4); color: var(--text); }
.aff-card:hover::before { opacity: 1; }
.aff-card .aff-type { font-size: 10px; color: var(--text-muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.aff-card .aff-name { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700; color: var(--gold); margin-bottom: 6px; }
.aff-card .aff-desc { font-size: 12px; color: var(--text-muted); line-height: 1.4; }
.aff-card .aff-cta { display: inline-block; margin-top: 10px; font-family: 'Oswald', sans-serif; font-size: 12px; color: var(--teal); letter-spacing: 1px; border: 1px solid rgba(0,180,204,0.4); border-radius: 20px; padding: 3px 12px; }
.aff-disclaimer { font-size: 11px; color: #555; text-align: center; margin-top: 20px; }

/* ── SHOW CONTENT PAGES ── */
.show-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.show-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
.show-hero-content { position: relative; padding: 24px; }
.show-hero-content h1 { font-family: 'Oswald', sans-serif; font-size: clamp(32px, 6vw, 56px); font-weight: 700; color: var(--gold); letter-spacing: 3px; text-shadow: 0 2px 12px rgba(0,0,0,0.8); }
.show-hero-play-btn { margin-top: 12px; }

.show-nav-tabs {
  background: var(--bg-mid);
  border-bottom: 2px solid var(--border);
  padding: 0 24px;
  display: flex;
  gap: 0;
  overflow-x: auto;
}
.show-nav-tab {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--text-muted);
  padding: 14px 18px;
  border-bottom: 3px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.show-nav-tab:hover, .show-nav-tab.active { color: var(--gold); border-bottom-color: var(--gold); }

.show-content { padding: 40px 0; }
.show-content h1, .show-content h2 { font-family: 'Oswald', sans-serif; }
.show-content h2 { color: var(--teal); font-size: 22px; margin: 32px 0 12px; }
.show-content p { color: var(--text-muted); margin-bottom: 14px; line-height: 1.7; }
.show-content ul, .show-content ol { color: var(--text-muted); padding-left: 20px; margin-bottom: 14px; }
.show-content li { margin-bottom: 6px; }

/* ── COMMENTS SECTION ── */
.comments-section { padding: 40px 0; border-top: 2px solid var(--border); }
.comments-title { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: var(--text); letter-spacing: 2px; margin-bottom: 24px; }

/* ── FOOTER ── */
.site-footer {
  background: #080d12;
  border-top: 2px solid var(--border);
  padding: 40px 20px 24px;
  margin-top: 60px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; }
.footer-desc { font-size: 13px; color: var(--text-muted); max-width: 280px; line-height: 1.6; }
.footer-col-title { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; color: var(--text); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 13px; color: var(--text-muted); transition: color 0.2s; }
.footer-links a:hover { color: var(--teal); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copyright { font-size: 12px; color: #555; }
.footer-legal { font-size: 11px; color: #444; }
.footer-legal a { color: #555; }

/* ── ARTICLE BODY ── */
.article-body { max-width: 760px; }
.article-body p { color: var(--text-muted); margin-bottom: 16px; line-height: 1.75; font-size: 16px; }
.article-body h2 { font-family: 'Oswald', sans-serif; font-size: 24px; color: var(--text); margin: 36px 0 12px; border-left: 4px solid var(--gold); padding-left: 14px; }
.article-body ul, .article-body ol { color: var(--text-muted); padding-left: 22px; margin-bottom: 14px; font-size: 15px; }
.article-body li { margin-bottom: 8px; line-height: 1.6; }
.article-body a { color: var(--teal); border-bottom: 1px dotted var(--teal-dim); }
.article-body a:hover { color: var(--gold); border-color: var(--gold-dim); }

/* ── UTILITY ── */
.mt-0 { margin-top: 0; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-40 { margin-top: 40px; } .mt-60 { margin-top: 60px; }
.mb-0 { margin-bottom: 0; } .mb-16 { margin-bottom: 16px; } .mb-24 { margin-bottom: 24px; } .mb-40 { margin-bottom: 40px; }
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-teal { color: var(--teal); }
.text-muted { color: var(--text-muted); }

/* ── SHOWS GRID (homepage) ── */
.shows-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 960px) { .shows-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .shows-grid { grid-template-columns: 1fr; } }

.games-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
@media (max-width: 680px) { .games-row { grid-template-columns: 1fr; } }

/* ── MOBILE NAVBAR ── */
.navbar-toggle-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 22px;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 1;
}
@media (max-width: 768px) {
  .navbar { position: relative; }
  .navbar-toggle-btn { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0; right: 0;
    background: rgba(10,10,20,0.98);
    flex-direction: column;
    padding: 12px 20px 16px;
    border-bottom: 1px solid var(--border);
    z-index: 201;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 8px; border-bottom: 1px solid var(--border); }
  .nav-links a:last-child { border-bottom: none; }
}

/* ══════════════════════════════════════════════════════════
   AUTH PAGES  (Register, Login, Profile, etc.)
══════════════════════════════════════════════════════════ */

.auth-page {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 16px 80px;
    background: var(--bg);
}

.auth-card {
    background: #111827;
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: 16px;
    padding: 40px 36px;
    width: 100%;
    max-width: 460px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.auth-logo {
    text-align: center;
    margin-bottom: 24px;
}

.auth-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
}

.auth-subtitle {
    color: #9ca3af;
    text-align: center;
    margin: 0 0 28px;
    font-size: 0.95rem;
}

.auth-field {
    margin-bottom: 20px;
}

.auth-field label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 6px;
}

.auth-input {
    width: 100%;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 11px 14px;
    color: #fff;
    font-size: 0.95rem;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.auth-input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.15);
}

.auth-input:disabled {
    cursor: not-allowed;
}

.input-with-toggle {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-toggle .auth-input {
    padding-right: 44px;
}

.toggle-pw {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    opacity: 0.5;
    transition: opacity 0.15s;
    padding: 0;
    line-height: 1;
}

.toggle-pw:hover {
    opacity: 1;
}

.auth-field-error {
    display: block;
    color: #f87171;
    font-size: 0.8rem;
    margin-top: 5px;
}

.auth-hint {
    display: block;
    color: #6b7280;
    font-size: 0.8rem;
    margin-top: 4px;
}

.auth-error-summary {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    color: #f87171;
    font-size: 0.875rem;
}

.auth-error-summary ul {
    margin: 0;
    padding-left: 20px;
}

.auth-success-box {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 8px;
    padding: 16px;
    color: #34d399;
    font-size: 0.9rem;
    text-align: center;
}

.auth-opt-in-box {
    background: rgba(255, 215, 0, 0.07);
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.auth-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    color: #d1d5db;
    font-weight: normal !important;
    justify-content: flex-start !important;
}

.auth-checkbox-label--small {
    font-size: 0.82rem;
}

.auth-checkbox {
    margin-top: 3px;
    accent-color: var(--gold);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
}

.auth-checkbox-label a {
    color: var(--gold);
}

.auth-btn {
    display: block;
    width: 100%;
    padding: 13px;
    background: var(--gold);
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
    margin-top: 8px;
    text-align: center;
    text-decoration: none;
}

.auth-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.auth-footer-links {
    text-align: center;
    margin-top: 20px;
    color: #6b7280;
    font-size: 0.875rem;
}

.auth-footer-links a {
    color: var(--gold);
    text-decoration: none;
}

.auth-footer-links a:hover {
    text-decoration: underline;
}

.forgot-link {
    color: #9ca3af !important;
    font-size: 0.8rem;
    font-weight: 400;
    text-decoration: none;
    margin-left: auto;
}

.forgot-link:hover {
    color: var(--gold) !important;
}

.req {
    color: #f87171;
    font-size: 0.75rem;
    margin-left: 2px;
}

/* ── Navbar User Menu ─────────────────────────────────── */
.nav-user-menu {
    position: relative;
}

.nav-user-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 215, 0, 0.12);
    border: 1px solid rgba(255, 215, 0, 0.35);
    border-radius: 24px;
    padding: 6px 14px 6px 8px;
    cursor: pointer;
    color: #fff;
    font-size: 0.875rem;
    transition: background 0.15s;
}

.nav-user-btn:hover {
    background: rgba(255, 215, 0, 0.22);
}

.nav-user-avatar {
    width: 28px;
    height: 28px;
    background: var(--gold);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

.nav-user-name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-caret {
    font-size: 0.7rem;
    opacity: 0.7;
}

.nav-user-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #1f2937;
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: 12px;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    display: none;
    z-index: 1000;
    overflow: hidden;
}

.nav-user-dropdown.open {
    display: block;
}

.nav-user-dropdown-header {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-user-dropdown-name {
    font-weight: 700;
    color: #fff;
    font-size: 0.9rem;
}

.nav-user-dropdown-email {
    color: #6b7280;
    font-size: 0.78rem;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-dropdown-item {
    display: block;
    width: 100%;
    padding: 11px 16px;
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.875rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background 0.1s;
}

.nav-user-dropdown-item:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #fff;
}

.nav-user-dropdown-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 4px 0;
}

.nav-user-dropdown-signout {
    color: #f87171 !important;
}

/* ── HyvorTalk Comments Section ─────────────────────── */
.hyvor-comments-section {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.hyvor-comments-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.hyvor-signin-prompt {
    background: rgba(255, 215, 0, 0.07);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #9ca3af;
    text-align: center;
}

.hyvor-signin-prompt a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.hyvor-signin-prompt a:hover {
    text-decoration: underline;
}
