  :root { color-scheme: light; }
  body { font-family: 'Source Sans Pro', ui-sans-serif, system-ui, sans-serif; background: #FAF9F7; }
  [data-reveal] { opacity: 0; }
  .heart-btn path { transition: fill .15s ease, stroke .15s ease; }
  .heart-btn.active path { fill: #D6293E; stroke: #D6293E; }
  .no-scrollbar::-webkit-scrollbar { display: none; }
  .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

  .map-grid {
    background-image:
      linear-gradient(#E4E2DD 1px, transparent 1px),
      linear-gradient(90deg, #E4E2DD 1px, transparent 1px);
    background-size: 40px 40px;
    background-color: #EFEDE8;
  }
  #leaflet-map-canvas { height: 100%; width: 100%; background: #F2F1EE; }

  #map-panel-inner.map-fullscreen {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100vh; width: 100vw;
    z-index: 1100;
    border-radius: 0;
    border: none;
  }

  body.map-is-fullscreen > header,
  body.map-is-fullscreen > footer,
  body.map-is-fullscreen > #filter-backdrop,
  body.map-is-fullscreen > #filter-drawer,
  body.map-is-fullscreen > #info-modal,
  body.map-is-fullscreen > div:first-of-type {
    display: none !important;
  }
  body.map-is-fullscreen main {
    padding: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }
  body.map-is-fullscreen main > *:not(#map-panel) {
    display: none !important;
  }
  body.map-is-fullscreen #map-panel {
    display: block !important;
    padding: 0 !important;
  }
  
  .robin-map-popup .leaflet-popup-content-wrapper {
    background: #FFFFFF !important;
    color: #1C1C1C !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(28,28,28,0.14) !important;
    border: 1px solid #E4E2DD !important;
  }
  .robin-map-popup .leaflet-popup-tip { background: #FFFFFF !important; }
  .robin-map-popup .leaflet-popup-content { margin: 0 !important; width: 250px !important; }
  
  .robin-marker-badge {
    background: #1C1C1C;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(28,28,28,0.15);
    transition: background-color .15s ease, transform .15s ease;
    text-align: center;
  }
  .robin-marker-badge:hover {
    background: #D6293E;
    transform: scale(1.04);
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  }
