/* ============================================================
   THEME: DARK
   ============================================================
   Full dark-mode, developer-portfolio-inspired: near-black
   background, glowing cyan/violet accents, monospace touches
   on labels, soft glow shadows instead of flat gray ones.
   ============================================================ */

body.theme-dark{
  --navy:#0b0f19;
  --text-dark:#e5e7f0;
  --text-muted:#9297ad;
  --bg-soft:#131826;
  --radius:14px;
  background:#0b0f19;
  color:#e5e7f0;
  font-family:'Inter', sans-serif;
}
body.theme-dark h1, body.theme-dark h2, body.theme-dark h3, body.theme-dark h4{
  font-family:'Space Grotesk', sans-serif; color:#f4f5fa;
}
body.theme-dark p, body.theme-dark span, body.theme-dark li, body.theme-dark td, body.theme-dark th{ color:inherit; }
body.theme-dark .text-dark{ color:#e5e7f0 !important; }
body.theme-dark .text-muted{ color:#9297ad !important; }

body.theme-dark .top-strip{ background:#000; color:#8890a8; }
body.theme-dark .top-strip a{ color:#8890a8; }

body.theme-dark .site-header{ background:#0b0f19; border-bottom:1px solid #1e2434; }
body.theme-dark .brand-monogram{ background:linear-gradient(135deg,#06b6d4,#a78bfa); color:#0b0f19; }
body.theme-dark .brand-name{ color:#f4f5fa; }
body.theme-dark .brand-tag{ color:#9297ad; }
body.theme-dark .main-nav a{ color:#c7cbdc; }
body.theme-dark .main-nav a.active, body.theme-dark .main-nav a:hover{ color:#22d3ee; border-bottom-color:#22d3ee; }
body.theme-dark .nav-more-dropdown .dropdown-menu{ background:#131826; border:1px solid #232a3d; }
body.theme-dark .nav-more-dropdown .dropdown-item{ color:#e5e7f0; }
body.theme-dark .nav-more-dropdown .dropdown-item:hover{ background:#1a2033; }
body.theme-dark .dropdown-section-label{ color:#6b7086; }

body.theme-dark .btn-primary{ background:linear-gradient(135deg,#06b6d4,#3b82f6); border:none; box-shadow:0 0 20px rgba(34,211,238,.35); }
body.theme-dark .btn-gold{ background:linear-gradient(135deg,#a78bfa,#f472b6); border:none; color:#0b0f19; font-weight:600; }
body.theme-dark .btn-outline-primary{ border-color:#22d3ee; color:#22d3ee; }
body.theme-dark .btn-outline-primary:hover{ background:#22d3ee; color:#0b0f19; }
body.theme-dark .btn-light-outline{ background:#131826; border-color:#232a3d; color:#e5e7f0; }
body.theme-dark .btn-light-outline:hover{ background:#1a2033; }

body.theme-dark .home-hero{ background:radial-gradient(circle at 20% 0%, rgba(34,211,238,.08), transparent 45%), radial-gradient(circle at 90% 30%, rgba(167,139,250,.08), transparent 40%); }
body.theme-dark .home-hero-title{ background:linear-gradient(120deg,#e5e7f0,#22d3ee); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
body.theme-dark .home-hero-role{ color:#22d3ee; }
body.theme-dark .section-kicker{ color:#22d3ee; background:rgba(34,211,238,.1); }
body.theme-dark .hero-illustration{ border:4px solid #232a3d; box-shadow:0 0 40px rgba(34,211,238,.15); }
body.theme-dark .hero-social a{ background:#131826; color:#c7cbdc; }
body.theme-dark .hero-social a:hover{ background:#22d3ee; color:#0b0f19; }

body.theme-dark .stats-bar{ background:#000; }
body.theme-dark .stat-block-num{ color:#f4f5fa; font-family:'Space Grotesk', sans-serif; }
body.theme-dark .stat-block-label{ color:#8890a8; }

body.theme-dark .content-card, body.theme-dark .side-card, body.theme-dark .profile-side-card,
body.theme-dark .research-mini-card, body.theme-dark .pub-mini-card, body.theme-dark .split-card,
body.theme-dark .press-mini-card, body.theme-dark .research-detail-card, body.theme-dark .phd-card,
body.theme-dark .pub-list-item, body.theme-dark .patent-item, body.theme-dark .event-item,
body.theme-dark .membership-card, body.theme-dark .press-full-card, body.theme-dark .resource-card,
body.theme-dark .empty-notice{
  background:#131826 !important; border:1px solid #232a3d !important; box-shadow:none !important;
}
body.theme-dark .research-mini-card:hover, body.theme-dark .press-mini-card:hover,
body.theme-dark .press-full-card:hover, body.theme-dark .resource-card:hover{
  border-color:#22d3ee !important; box-shadow:0 0 24px rgba(34,211,238,.18) !important;
}
body.theme-dark .research-detail-card{ border-top:2px solid #22d3ee !important; }
body.theme-dark .research-detail-icon, body.theme-dark .split-card-icon, body.theme-dark .patent-icon,
body.theme-dark .membership-icon, body.theme-dark .pub-list-icon{
  background:#1a2033 !important; color:#22d3ee !important;
}
body.theme-dark .pub-mini-card h3, body.theme-dark .pub-list-body h3, body.theme-dark .phd-card-body h3,
body.theme-dark .book-card h3, body.theme-dark .patent-body h3, body.theme-dark .membership-body h3,
body.theme-dark .event-body h3, body.theme-dark .press-mini-body h3, body.theme-dark .press-full-body h3,
body.theme-dark .resource-body h3, body.theme-dark .content-card h2, body.theme-dark .research-detail-head h2{
  color:#f4f5fa;
}

body.theme-dark .bg-soft-section{ background:#0f1424; }
body.theme-dark .page-header-banner{ background:linear-gradient(120deg,#0b0f19,#131826 60%,#1a2033); border-bottom:1px solid #232a3d; }
body.theme-dark .breadcrumb-bar{ background:#0b0f19; border-bottom:1px solid #1e2434; }
body.theme-dark .breadcrumb-bar a{ color:#8890a8; }
body.theme-dark .breadcrumb-bar .active{ color:#e5e7f0; }

body.theme-dark .profile-side-photo{ border-color:#232a3d; }
body.theme-dark .tag-chip{ background:#1a2033; border-color:#232a3d; color:#c7cbdc; }
body.theme-dark .tag-chip:hover{ background:#22d3ee; color:#0b0f19; border-color:#22d3ee; }

body.theme-dark .timeline::before{ background:#232a3d; }
body.theme-dark .timeline-dot{ box-shadow:0 0 0 4px #0b0f19, 0 0 0 5px #232a3d, 0 0 10px rgba(34,211,238,.4); }
body.theme-dark .timeline-content span{ color:#8890a8; }

body.theme-dark .phd-filter-pills .nav-link{ background:#131826; border:1px solid #232a3d; color:#c7cbdc; }
body.theme-dark .phd-filter-pills .nav-link.active{ background:#22d3ee; border-color:#22d3ee; color:#0b0f19; }
body.theme-dark .info-table th{ background:#1a2033; color:#9297ad; }
body.theme-dark .table{ color:#e5e7f0; }

body.theme-dark .cta-banner{ background:linear-gradient(120deg,#131826,#1a2033); border:1px solid #232a3d; }

body.theme-dark .gallery-tile{ background:#131826; }
body.theme-dark .resource-thumb{ background:#1a2033; }

body.theme-dark .site-footer{ background:#000; }
body.theme-dark .footer-social a{ background:#131826; }
body.theme-dark .footer-social a:hover{ background:#22d3ee; color:#0b0f19; }
body.theme-dark .footer-bottom-bar{ background:#000; border-top:1px solid #1e2434; }

body.theme-dark .form-control, body.theme-dark .form-select{ background:#131826; border-color:#232a3d; color:#e5e7f0; }
body.theme-dark .form-control:focus, body.theme-dark .form-select:focus{ background:#131826; color:#e5e7f0; border-color:#22d3ee; box-shadow:0 0 0 .2rem rgba(34,211,238,.15); }
body.theme-dark .form-label{ color:#c7cbdc; }