/* ─── Views & Page Transitions ─── */
.landing-nav {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100 !important;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  height: 100vh !important;
  background: #ffffff !important;
}

/* ─── Network container ─── */
#network-container {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

/* ─── Title card: light style ─── */
.title-card {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding: 22px 24px;
  max-width: 290px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  z-index: 10;
}

.title-card h1 {
  font-family: 'Libre Baskerville', 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 7px 0;
  color: #000000;
  letter-spacing: -0.02em;
}

.title-card p {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  color: #888888;
  line-height: 1.6;
  margin: 0;
}

/* ─── Info panel: light style overrides ─── */
.info-panel {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: -4px 0 40px rgba(0, 0, 0, 0.08) !important;
}

@media (min-width: 769px) {
  .info-panel {
    border-left: 1px solid #EEEEEE !important;
  }
}

@media (max-width: 768px) {
  .info-panel {
    border-top: 1px solid #EEEEEE !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08) !important;
  }
}

.panel-header {
  border-bottom: 1px solid #F0F0F0 !important;
}

#panel-title {
  font-family: 'Libre Baskerville', 'Times New Roman', serif !important;
  font-style: italic;
  color: #000000 !important;
}

.close-btn {
  background: #F5F5F5 !important;
  color: #888888 !important;
}

.close-btn:hover {
  background: #EEEEEE !important;
  color: #000000 !important;
}

#panel-body {
  font-family: 'Inter', system-ui, sans-serif !important;
  color: #555555 !important;
}

#panel-body b, #panel-body strong {
  color: #111111 !important;
}

#panel-body img {
  opacity: 1 !important;
}

/* ─── Now Building overlay: light style ─── */
.now-building-overlay {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.now-building-inner {
  background: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 40px 80px rgba(0, 0, 0, 0.14) !important;
}

.now-building-header {
  border-bottom: 1px solid #F0F0F0 !important;
}

.now-building-title {
  font-family: 'Libre Baskerville', 'Times New Roman', serif !important;
  font-style: italic;
  color: #000000 !important;
}

.now-building-live-dot {
  background: #0055FF !important;
  animation: nb-pulse-light 2.4s ease-in-out infinite !important;
}

@keyframes nb-pulse-light {
  0%, 100% { transform: scale(0.85); box-shadow: 0 0 0 0 rgba(0, 85, 255, 0.5); }
  50%       { transform: scale(1);    box-shadow: 0 0 0 7px rgba(0, 85, 255, 0); }
}

.now-building-close-btn {
  background: #F5F5F5 !important;
  color: #888888 !important;
}

.now-building-close-btn:hover {
  background: #EEEEEE !important;
  color: #000000 !important;
}

.nb-article-h1 {
  font-family: 'Libre Baskerville', 'Times New Roman', serif !important;
  font-style: italic;
  color: #000000 !important;
}

.nb-article h3 {
  font-family: 'Libre Baskerville', 'Times New Roman', serif !important;
  font-style: italic;
  color: #222222 !important;
}

.nb-article p {
  font-family: 'Inter', system-ui, sans-serif !important;
  color: #555555 !important;
}

.nb-article ul,
.nb-article ol {
  font-family: 'Inter', system-ui, sans-serif !important;
  color: #555555 !important;
}

.nb-article strong {
  color: #111111 !important;
}

.nb-callout {
  background: rgba(0, 85, 255, 0.04) !important;
  border-left: 2px solid rgba(0, 85, 255, 0.3) !important;
  color: #333333 !important;
}

.nb-rule {
  border-top: 1px solid #F0F0F0 !important;
}
