/* ==========================================================================
   MAP STYLES & CUSTOM CARTOGRAPHY
   Parchment Texture, Custom Markers, Glowing Halos, Animated Paths
   ========================================================================== */

/* Parchment Basemap Filter */
.parchment-theme .leaflet-tile-pane {
  filter: sepia(45%) saturate(120%) brightness(95%) contrast(105%) hue-rotate(-10deg);
}

.satellite-theme .leaflet-tile-pane {
  filter: saturate(110%) contrast(110%);
}

.modern-theme .leaflet-tile-pane {
  filter: none;
}

/* Map Overlays & Watermarks */
.floating-era-badge {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 800;
  background: rgba(247, 243, 233, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--color-gold);
  border-left: 5px solid var(--color-crimson);
  border-radius: 8px;
  padding: 0.75rem 1.15rem;
  max-width: 360px;
  box-shadow: var(--shadow-lg);
  pointer-events: auto;
  transition: all 0.3s ease;
}

.era-tag {
  font-family: var(--font-serif-title);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--color-crimson);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.era-title {
  font-family: var(--font-serif-title);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.25;
  margin-bottom: 4px;
}

.era-desc {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* Floating Action Buttons on Map */
.map-floating-actions {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 800;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.floating-btn {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-parchment-dark);
  color: var(--text-primary);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--font-sans);
  text-align: center;
}

.floating-btn:hover {
  background: #FFF;
  color: var(--color-crimson);
  border-color: var(--color-gold);
  box-shadow: var(--shadow-gold);
  transform: translateY(-1px);
}

/* Map Legend */
.map-legend-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 800;
  background: rgba(247, 243, 233, 0.94);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--border-parchment-dark);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  max-width: 250px;
  font-size: 0.76rem;
  overflow: hidden;
  transition: all 0.25s ease;
}

.legend-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.75rem;
  background: #E5D9C4;
  border-bottom: 1px solid var(--border-parchment);
  cursor: pointer;
}

.legend-title {
  font-family: var(--font-serif-title);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  text-transform: uppercase;
}

.legend-collapse-btn {
  background: none;
  border: none;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: var(--text-secondary);
  cursor: pointer;
}

.legend-body {
  padding: 0.6rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text-secondary);
}

.legend-marker {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.marker-savior {
  background: #EAB308;
  border: 2px solid #78350F;
  box-shadow: 0 0 6px rgba(234, 179, 8, 0.8);
}

.marker-diaspora {
  background: #2563EB;
  border: 2px solid #1E3A8A;
}

.marker-church {
  background: #DC2626;
  border: 2px solid #7F1D1D;
  box-shadow: 0 0 5px rgba(220, 38, 38, 0.5);
}

.marker-jerusalem-site {
  background: #D97706;
  border: 2px solid #78350F;
  box-shadow: 0 0 6px rgba(217, 119, 6, 0.7);
}

.marker-epistle {
  background: #C45B38;
  border: 2px solid #7D1B16;
}

.legend-line {
  width: 22px;
  height: 3px;
  flex-shrink: 0;
  border-radius: 2px;
}

.line-savior {
  background: #D97706;
  height: 4px;
  box-shadow: 0 0 6px rgba(217, 119, 6, 0.7);
}

.line-paul1 { background: #16A34A; }
.line-paul2 { background: #EA580C; }
.line-paul3 { background: #0284C7; }
.line-paul4 { background: #475569; }
.line-province {
  background: transparent;
  border-bottom: 2px dashed #92400E;
}

/* ==========================================================================
   CUSTOM LEAFLET MARKER ELEMENTS
   ========================================================================== */

/* Savior Event Marker */
.custom-marker-savior {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.savior-pulse-ring {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(234, 179, 8, 0.35);
  animation: pulse-radiate 2.4s infinite ease-out;
}

.savior-icon-inner {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FDE047 0%, #D97706 100%);
  border: 2px solid #FFF8EB;
  color: #451A03;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 10px rgba(245, 158, 11, 0.7);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.custom-marker-savior:hover .savior-icon-inner {
  transform: scale(1.22);
}

/* Church Congregation Marker */
.custom-marker-church {
  position: relative;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.church-pulse-ring {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.25);
  animation: pulse-radiate 3s infinite ease-out;
}

.church-icon-inner {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #EF4444 0%, #991B1B 100%);
  border: 2px solid #FFF;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: transform 0.2s;
}

.custom-marker-church:hover .church-icon-inner {
  transform: scale(1.25);
}

/* Jewish Diaspora Marker */
.custom-marker-diaspora {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diaspora-icon-inner {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
  border: 2px solid #DBEAFE;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.28);
  cursor: pointer;
  transition: transform 0.2s;
}

.custom-marker-diaspora:hover .diaspora-icon-inner {
  transform: scale(1.25);
}

/* Seven Churches of Revelation Marker */
.custom-marker-revelation {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.revelation-icon-inner {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F59E0B 0%, #B45309 100%);
  border: 2px solid #FFF;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.85);
  cursor: pointer;
  transition: transform 0.2s;
}

.custom-marker-revelation:hover .revelation-icon-inner {
  transform: scale(1.3);
}

/* Jerusalem Landmark Sacred Site Marker */
.custom-marker-jerusalem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: z-index 0.1s;
}

.custom-marker-jerusalem:hover {
  z-index: 9999 !important;
}

.jerusalem-icon-inner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FEF08A 0%, #D97706 70%, #92400E 100%);
  border: 2px solid #FFF8EB;
  color: #451A03;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 10px rgba(217, 119, 6, 0.7);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s;
}

/* Category Color Accents */
.custom-marker-jerusalem.cat-temple .jerusalem-icon-inner {
  background: linear-gradient(135deg, #FEF08A 0%, #D97706 70%, #92400E 100%);
  border-color: #FEF3C7;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 12px rgba(217, 119, 6, 0.8);
}

.custom-marker-jerusalem.cat-passion .jerusalem-icon-inner {
  background: linear-gradient(135deg, #FCA5A5 0%, #DC2626 70%, #7F1D1D 100%);
  border-color: #FEE2E2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 12px rgba(220, 38, 38, 0.8);
}

.custom-marker-jerusalem.cat-resurrection .jerusalem-icon-inner {
  background: linear-gradient(135deg, #FFFBEB 0%, #F59E0B 60%, #B45309 100%);
  border-color: #FEF9C3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 14px rgba(245, 158, 11, 0.9);
}

.custom-marker-jerusalem.cat-miracle .jerusalem-icon-inner {
  background: linear-gradient(135deg, #BAE6FD 0%, #0284C7 70%, #075985 100%);
  border-color: #E0F2FE;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 12px rgba(2, 132, 199, 0.8);
}

.custom-marker-jerusalem.cat-roman .jerusalem-icon-inner {
  background: linear-gradient(135deg, #DDD6FE 0%, #7C3AED 70%, #4C1D95 100%);
  border-color: #EDE9FE;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 12px rgba(124, 58, 237, 0.8);
}

.custom-marker-jerusalem.cat-apostolic .jerusalem-icon-inner {
  background: linear-gradient(135deg, #BBF7D0 0%, #16A34A 70%, #14532D 100%);
  border-color: #DCFCE7;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 0 12px rgba(22, 163, 74, 0.8);
}

.custom-marker-jerusalem:hover .jerusalem-icon-inner {
  transform: scale(1.35);
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.95);
}

.jerusalem-site-label {
  font-family: var(--font-serif-title);
  font-size: 11px;
  font-weight: 700;
  color: #241408;
  background: rgba(255, 252, 245, 0.95);
  border: 1px solid rgba(180, 83, 9, 0.65);
  border-radius: 4px;
  padding: 1px 6px;
  margin-top: 3px;
  white-space: nowrap;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  pointer-events: none;
  transition: all 0.2s;
}

.custom-marker-jerusalem:hover .jerusalem-site-label {
  max-width: 260px;
  white-space: normal;
  background: #FFFDF8;
  border-color: #B45309;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

/* City Text Label Marker */
.custom-city-label,
.custom-region-label {
  background: none;
  border: none;
  box-shadow: none;
  pointer-events: auto !important;
}

.city-label-text {
  font-family: var(--font-serif-title);
  font-size: 11px;
  font-weight: 700;
  color: #26190E;
  text-shadow: 0 0 3px #FDF8ED, 0 0 6px #FDF8ED, 0 1px 2px rgba(255,255,255,0.9);
  white-space: nowrap;
  letter-spacing: 0.04em;
  pointer-events: auto;
  cursor: pointer;
}

.region-label-text {
  font-family: var(--font-serif-title);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: rgba(92, 58, 26, 0.72);
  text-shadow: 0 0 4px #FDF8ED, 0 1px 2px rgba(253, 248, 237, 0.95);
  white-space: nowrap;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
}

.city-label-major {
  font-size: 13px;
  color: #170E07;
  text-decoration: underline;
  text-decoration-color: rgba(197, 160, 89, 0.6);
  text-underline-offset: 2px;
}


.marker-prophecy .savior-icon-inner {
  background: #F59E0B !important;
  color: #78350F !important;
  border-color: #D97706 !important;
}

.marker-apostolic .savior-icon-inner {
  background: #DC2626 !important;
  color: #FEF2F2 !important;
  border-color: #991B1B !important;
}

/* Keyframe Animations */
@keyframes pulse-radiate {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.7);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* Custom Tooltip Styling */
.leaflet-tooltip.custom-bible-tooltip {
  background: rgba(249, 246, 238, 0.96);
  border: 1px solid var(--color-gold);
  border-radius: 6px;
  color: var(--text-primary);
  box-shadow: var(--shadow-md);
  padding: 6px 10px;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 500;
}

.custom-bible-tooltip::before {
  border-top-color: var(--color-gold) !important;
}

.tooltip-title {
  font-family: var(--font-serif-title);
  font-weight: 700;
  color: var(--color-crimson);
  font-size: 0.85rem;
}

.tooltip-scripture {
  font-family: var(--font-scripture);
  font-style: italic;
  color: var(--text-muted);
  font-size: 0.78rem;
}

/* 1st-Century Jerusalem Quarter Labels on Map */
.leaflet-div-quarter-label {
  background: none;
  border: none;
}

.quarter-map-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 252, 245, 0.92);
  border: 1.5px dashed;
  border-radius: 6px;
  padding: 2px 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
  pointer-events: none;
  text-align: center;
}

.quarter-map-label .q-name {
  font-family: var(--font-serif-title);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.quarter-map-label .q-elev {
  font-size: 8.5px;
  color: #78350F;
  font-weight: 600;
  opacity: 0.85;
}

/* Ancient Jerusalem Gate Marker */
.leaflet-div-gate {
  background: none;
  border: none;
}

.custom-marker-gate {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 243, 199, 0.95);
  border: 1.5px solid #D97706;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.35);
  cursor: pointer;
  transition: transform 0.15s, background 0.15s;
}

.custom-marker-gate:hover {
  transform: scale(1.3);
  background: #FEF08A;
  box-shadow: 0 0 12px rgba(217, 119, 6, 0.8);
  z-index: 1000;
}

.gate-icon-inner {
  font-size: 13px;
  line-height: 1;
}

.gate-label {
  display: none;
}

/* Layer Filter Chip Dot */
.dot-jerusalem-geo {
  background: #D97706;
  box-shadow: 0 0 5px rgba(217, 119, 6, 0.8);
}

.badge-elevation {
  background: #FEF3C7;
  color: #92400E;
  border: 1px solid #FDE68A;
}

/* ==========================================================================
   1ST CENTURY ORBITAL SATELLITE EXPLORER MODAL & PINS
   ========================================================================== */

/* Floating Quick Action Pill on Main Map Viewport (Legacy / Fallback) */
.floating-satellite-pill {
  position: absolute;
  top: 16px;
  right: 60px;
  z-index: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(24, 24, 27, 0.92);
  color: #FBBF24;
  border: 1.5px solid #F59E0B;
  border-radius: 30px;
  padding: 8px 16px;
  font-family: var(--font-serif-title);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45), 0 0 12px rgba(245, 158, 11, 0.25);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  pointer-events: auto;
}

.floating-satellite-pill:hover {
  background: rgba(39, 39, 42, 0.98);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.6), 0 0 20px rgba(245, 158, 11, 0.5);
  border-color: #FCD34D;
  color: #FDE68A;
}



/* Modal Shell */
.satellite-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.satellite-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.satellite-modal-window {
  position: relative;
  width: 95vw;
  height: 92vh;
  background: #090A0F;
  border: 1.5px solid #D97706;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 40px rgba(217, 119, 6, 0.3);
  overflow: hidden;
  z-index: 10;
}

/* Modal Header Bar */
.satellite-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #111318;
  border-bottom: 1px solid rgba(217, 119, 6, 0.35);
  gap: 16px;
  flex-wrap: wrap;
}

.satellite-badge {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #FBBF24;
  display: block;
  margin-bottom: 2px;
}

.satellite-modal-title {
  font-family: var(--font-serif-title);
  font-size: 1.35rem;
  font-weight: 700;
  color: #FDF4DC;
  margin: 0;
  line-height: 1.2;
}

.satellite-modal-subtitle {
  font-size: 0.8rem;
  color: #9CA3AF;
  margin: 2px 0 0 0;
}

/* Tab Switcher */
.satellite-view-tabs {
  display: flex;
  gap: 8px;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sat-tab {
  background: transparent;
  border: none;
  color: #D1D5DB;
  font-family: var(--font-serif-title);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sat-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #F9FAFB;
}

.sat-tab.active {
  background: linear-gradient(135deg, #B45309, #78350F);
  color: #FEF3C7;
  border: 1px solid #F59E0B;
  box-shadow: 0 2px 8px rgba(180, 83, 9, 0.4);
}

.btn-sat-action {
  font-size: 0.82rem;
  padding: 6px 12px;
  border-color: #D97706;
  color: #FDE68A;
}

.btn-sat-action:hover {
  background: rgba(217, 119, 6, 0.2);
}

.satellite-close-btn {
  background: transparent;
  border: none;
  font-size: 1.8rem;
  color: #9CA3AF;
  cursor: pointer;
  padding: 0 6px;
  line-height: 1;
  transition: color 0.2s;
}

.satellite-close-btn:hover {
  color: #EF4444;
}

/* Viewer Body */
.satellite-viewer-container {
  position: relative;
  flex: 1;
  overflow: hidden;
  background: radial-gradient(circle at center, #11141D 0%, #060709 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  user-select: none;
}

.satellite-viewer-container.panning {
  cursor: grabbing;
}

.satellite-image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 96%;
  max-height: 96%;
  transition: transform 0.05s ease-out;
  transform-origin: center center;
}

.satellite-image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

/* Interactive Pins Overlaid on Satellite Imagery */
.satellite-pins-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.satellite-pin-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  transition: transform 0.2s ease;
}

.satellite-pin-marker:hover {
  transform: translate(-50%, -50%) scale(1.18);
  z-index: 50;
}

.sat-pin-core {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sat-pin-radar {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.5px solid #F59E0B;
  animation: satRadarPulse 2.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sat-pin-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FBBF24;
  border: 2px solid #78350F;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.9);
}

.sat-pin-label {
  margin-top: 3px;
  font-family: var(--font-serif-title);
  font-size: 11px;
  font-weight: 700;
  color: #FEF3C7;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(245, 158, 11, 0.6);
  padding: 1px 6px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  pointer-events: none;
}

@keyframes satRadarPulse {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

/* Floating Info Card (Hover / Selected) */
.satellite-info-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 380px;
  max-width: calc(100vw - 48px);
  background: rgba(17, 24, 39, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid #D97706;
  border-radius: 10px;
  padding: 16px;
  color: #F3F4F6;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.75);
  z-index: 100;
  animation: fadeIn 0.2s ease-out;
}

.sat-card-badge {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #FBBF24;
  margin-bottom: 4px;
}

.sat-card-title {
  font-family: var(--font-serif-title);
  font-size: 1.25rem;
  font-weight: 700;
  color: #FEF3C7;
  margin: 0 0 4px 0;
}

.sat-card-elev {
  font-size: 0.78rem;
  color: #93C5FD;
  font-weight: 600;
  margin-bottom: 6px;
}

.sat-card-scripture {
  font-size: 0.8rem;
  color: #FCD34D;
  background: rgba(217, 119, 6, 0.15);
  border-left: 3px solid #D97706;
  padding: 4px 8px;
  border-radius: 0 4px 4px 0;
  margin-bottom: 8px;
}

.sat-card-desc {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #D1D5DB;
  margin: 0 0 10px 0;
}

.sat-card-action {
  font-size: 0.75rem;
  font-weight: 700;
  color: #FBBF24;
  text-decoration: underline;
}

/* Floating Zoom & Controls Widget */
.satellite-controls-widget {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  background: rgba(17, 24, 39, 0.9);
  border: 1px solid rgba(217, 119, 6, 0.4);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.sat-ctrl-btn {
  background: transparent;
  border: none;
  color: #E5E7EB;
  font-size: 1.2rem;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
}

.sat-ctrl-btn:hover {
  background: rgba(217, 119, 6, 0.3);
  color: #FBBF24;
}

.sat-zoom-display {
  font-size: 0.72rem;
  font-family: var(--font-sans);
  color: #9CA3AF;
  text-align: center;
  padding: 2px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Bottom Watermark Pill */
.satellite-watermark-pill {
  position: absolute;
  bottom: 16px;
  right: 20px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.sat-recon-icon {
  font-size: 1.1rem;
}

.sat-recon-text strong {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #FCD34D;
}

.sat-recon-text small {
  display: block;
  font-size: 0.65rem;
  color: #9CA3AF;
}


