/* Drawer (modern location card) */
.drawer {
  position: absolute;
  left: calc(20px + var(--panelW) + 16px);
  top: 100px;
  bottom: 20px;
  right: auto;
  width: 450px;
  background: rgba(12, 18, 44, 0.95);
  border: none !important;
  z-index: 650;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
  transition: transform .36s cubic-bezier(.22, .61, .36, 1), opacity .28s ease, visibility 0s linear .36s;
  will-change: transform;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.drawer.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}
.drawer.closing {
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
}

.drawerOverlay {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 3;
  padding: 5px;
  right: 15px;
  top: 10px;
  border-radius: 50px;
  background: transparent;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  --lg-bg-color: rgba(16, 8, 28, 0.45);
  --lg-highlight: rgba(255, 255, 255, 0.2);
}

.glass-container {
  font-weight: 600;
  color: var(--lg-text, #eaedff);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.glass-filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  filter: url(#lg-dist);
  isolation: isolate;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(117 113 123 / 45%);
}

.glass-specular {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  overflow: hidden;
  box-shadow:
    inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight);
}

.drawerOverlay>*:not(.glass-filter):not(.glass-overlay):not(.glass-specular) {
  position: relative;
  z-index: 3;
}

.lgFilterDefs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ratingPill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 18, 44, 0.85);
  color: #eaedff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -.01em;
}

.ratingPill .star {
  opacity: .95;
}

.ratingIcon {
  width: 16px;
  height: 16px;
  display: block;
}

.ratingInline {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 14px;
}

.drawerMetaRow {
  align-items: center;
  gap: var(--spacing-sm);
}

.drawerRatingActions {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.overlayRight {
  display: flex;
  gap: 10px;
}

.iconPill {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  border: 1px solid rgba(25, 89, 173, 0.35);
  background: rgba(12, 18, 44, 0.85);
  color: #eaedff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease;
}

.iconPill:hover {
  background: rgb(1 4 15 / 75%);
  border-color: var(--xplrit-accent);
  box-shadow: 0 16px 34px rgba(25, 89, 173, 0.35);
  color: #fff;
}
.iconPill:active {
  transform: translateY(0px) scale(.98);
}
.iconPill .heart {
  font-size: 18px;
  line-height: 1;
}
.iconPill img {
  width: 18px;
  height: 18px;
  display: block;
}

/* Drawer layout */
.drawerBody {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  scrollbar-gutter: stable;
  scrollbar-color: rgba(60, 82, 217, 0.45) rgba(12, 18, 44, 0.6);
  scrollbar-width: thin;
}

.drawerBody::-webkit-scrollbar {
  width: 10px;
}
.drawerBody::-webkit-scrollbar-track {
  background: rgba(12, 18, 44, 0.6);
  border-radius: 999px;
}
.drawerBody::-webkit-scrollbar-thumb {
  background: rgba(60, 82, 217, 0.45);
  border-radius: 999px;
  border: 2px solid rgba(12, 18, 44, 0.6);
}
.drawerBody::-webkit-scrollbar-thumb:hover {
  background: rgba(60, 82, 217, 0.65);
}
.drawerBody.is-scrolling {
  scrollbar-color: #3c52d9 rgba(12, 8, 20, 0.9);
}
.drawerBody.is-scrolling::-webkit-scrollbar-track {
  background: rgba(12, 8, 20, 0.9);
}
.drawerBody.is-scrolling::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3c52d9, #3c52d9);
  border: 2px solid rgba(12, 8, 20, 0.9);
}
.drawerBody.is-scrolling::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3c52d9, #2f6fe0);
}

.galleryWrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.galleryNav {
  position: absolute;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(12, 18, 44, 0.85);
  border: 1px solid rgba(25, 89, 173, 0.35);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 4px; /* Center the arrow visually */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.galleryWrapper:hover .galleryNav {
  opacity: 1;
}
.galleryNav:hover {
  background: #3c52d9;
  border-color: #3c52d9;
}
.galleryNav.prev { left: 0px; }
.galleryNav.next { right: 0px; }

.drawerGallery {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  padding-right: 4px;
  flex: 0 0 auto;
  scroll-snap-type: x mandatory;
  width: 100%;
  scroll-behavior: smooth;

  scrollbar-color: #3c52d9 rgba(12, 8, 20, 0.9);
  scrollbar-width: thin;
}

.drawerGallery::-webkit-scrollbar {
  height: 10px;
}
.drawerGallery::-webkit-scrollbar-track {
  background: rgba(12, 8, 20, 0.9);
  border-radius: 999px;
}
.drawerGallery::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3c52d9, #3c52d9);
  border-radius: 999px;
  border: 2px solid rgba(12, 8, 20, 0.9);
}
.drawerGallery::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3c52d9, #2f6fe0);
}

.drawerThumb {
  border: 2px solid rgba(51, 70, 121, 0.35);
  background: rgba(12, 18, 44, 0.85);
  border-radius: 14px;
  padding: 0;
  cursor: pointer;
  height: 180px;
  width: 260px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}

.drawerThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
.drawerThumb:hover {
  border-color: var(--xplrit-accent);
  /* box-shadow: 0 16px 30px rgba(25,89,173,0.45); */
}
.drawerThumb .drawerThumbOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  backdrop-filter: blur(3px);
  transition: background 0.2s ease;
}
.drawerThumb:hover .drawerThumbOverlay {
  background: rgba(0, 0, 0, 0.4);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
}

.lightboxBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 4, 15, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lightboxImg {
  position: relative;
  max-width: min(90vw, 1200px);
  max-height: 75vh;
  border-radius: 20px;
  border: 1px solid rgba(25, 89, 173, 0.35);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  z-index: 1;
  object-fit: cover;
}

.lightboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(25, 89, 173, 0.35);
  background: rgba(12, 18, 44, 0.85);
  color: #eaedff;
  font-size: 18px;
  cursor: pointer;

}
.lightboxClose:hover {
  background: rgba(37, 53, 117, 0.75);
}
.lightboxNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(25, 89, 173, 0.35);
  background: rgba(12, 18, 44, 0.85);
  color: #eaedff;
  font-size: 24px;
  cursor: pointer;

}
.lightboxNav:hover {
  background: rgba(37, 53, 117, 0.75);
  transform: translateY(-50%) !important;
}

.lightboxPrev {
  left: 20px;
}

.lightboxNext {
  right: 20px;
}

.drawerMap {
  position: relative;
  min-height: 240px;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
}

#drawerMap {
  position: absolute;
  inset: 0px;
  border-radius: 12px;
  overflow: hidden;
}

.drawerMapControls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
  border-radius: 50px;
  background: transparent;
  border: 1px solid rgba(51, 70, 121, 0.25);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  padding: 10px;
  overflow: hidden;
  --lg-bg-color: rgba(16, 8, 28, 0.45);
  --lg-highlight: rgba(255, 255, 255, 0.2);

  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.45),
    inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight);
}

.drawerMapControls::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  filter: url(#lg-dist);
  isolation: isolate;
}
.drawerMapControls::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(117 113 123 / 45%);
}
.drawerMapControls .ctrlBtn {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
}
.drawerMapControls .ctrlBtn img {
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.drawerHero {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  position: relative;
}

.drawerHero .cardImg {
  height: 320px;
  border-radius: 0;
}
.drawerHero .cardBody {
  left: 14px;
  right: 14px;
  bottom: 14px;
}
.drawerHero .cardPlace {
  font-size: 40px;
  margin: 0 0 4px;
}
.drawerHero .cardTitle {
  font-size: 18px;
  margin-bottom: 6px;
}
.drawerHero .drawerSummary {
  font-size: 12px;
  color: rgba(233, 228, 255, 0.7);
  margin: 6px 0 20px;
}
.drawerHero .cardMeta {
  gap: 8px;
  margin-bottom: 20px;
}
.drawerHero .cardMeta .pill {
  font-size: 11px;
}

.identity {
  display: grid;
  gap: 3px;
  height: 500px;
}

.drawerMetaRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.drawerMetaSep {
  color: rgba(233, 228, 255, 0.6);
  font-size: 12px;
}

.drawerTitle {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.02em;
  color: #eaedff;
  line-height: 1.15;
}

.drawerType {
  font-size: 14px;
  color: rgba(233, 228, 255, 0.7);
  font-weight: 600;
  line-height: 1.15;
}

.drawerLocation {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(233, 228, 255, 0.6);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.drawerLocation .wxInlineIcon {
  margin-right: 0;
}

/* summary */
.drawerSummary {
  font-size: 14px;
  color: rgba(233, 228, 255, 0.75);
  line-height: 1.4;
  max-width: 46ch;
  margin: 0;
}

/* drawer directions */
.drawerDirectionsBtn {
  margin-top: 10px;
  padding: 0 16px;
  align-self: flex-start;
  column-gap: 8px;
}

.drawerDirectionsIcon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-self: center;
}


/* conditions panel */
.conditions {
    border: 1px solid rgba(25, 89, 173, 0.35);
    border-radius: 0px;
    background: #20265a;
    padding: 10px 12px;
    display: grid;
    gap: 6px;
}

.condRow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(15, 23, 42, .78);
  font-size: 13px;
}

.condRow.top {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}
.condRow.mid {
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
}
.condRow.bottom {
  justify-content: space-evenly;
  gap: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.condRow.bottom>span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.condRow.bottom .wxInlineIcon img,
.condRow.bottom .weatherIcon img {
  width: 30px;
  height: 30px;
}
.condRow.bottom .condText {
  white-space: nowrap;
}
.condRow .dot {
  opacity: .45;
  font-weight: 800;
}
.condRow.bottom .dot {
  display: inline-block;
  opacity: .45;
}

.forecastPanel {
border: none;
    overflow: hidden;
    padding: 24px;
}

.forecastRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;

}
.forecastRow:first-child {
  border-top: none;
}
.forecastRow.open+.forecastDetails {
  display: grid;
  gap: 6px;
}
.forecastLeft {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.forecastIcon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.forecastDay {
  font-size: 14px;
  font-weight: 700;
  color: #eaedff;
}

.forecastRight {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(233, 228, 255, 0.7);
  font-weight: 700;
  font-size: 13px;
}

.forecastTemps {
  display: flex;
  align-items: center;
  gap: 6px;
}

.forecastHi {
  color: #eaedff;
}

.forecastLo {
  color: rgba(233, 228, 255, 0.6);
}

.forecastDetails {
  padding: 10px 14px 14px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(233, 228, 255, 0.7);
  font-size: 13px;
}

.forecastDetailRow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.forecastDetailRow .wxInlineIcon img {
  width: 14px;
  height: 14px;
}

.lightBar {
    height: 9px;
    border-radius: 999px;
    background: #20265a;
    overflow: hidden;
    min-width: 280px;
    position: relative;
}

.lightFill {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #3b82f6 0%, #fbbf24 100%);
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.45);
  transition: width .35s ease;
}

.lightFillNight {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.35) 0%, rgba(99, 102, 241, 0.55) 100%);
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.35);
  transition: width .35s ease;
  opacity: .6;
}

.drawerTabs {
position: relative;
    z-index: 4;
    display: flex;
    gap: 0;
    align-items: center;
    padding: 7px;
    background: rgb(0 0 0 / 50%);
    border: none;
    overflow: hidden;
    width: 100%;

}
.drawerBody .drawerTabs {
  position: sticky !important;
  top: 0;
  z-index: 8;
}

.drawerTab {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  height: 44px;
  background: transparent;
  border: none;
  color: #c4cbf5;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .25s ease;
}

.drawerTabsSubstrate {
  position: absolute;
  top: 7px;
  left: 7px;
  height: calc(100% - 14px);
  width: calc(25% - 7px);
  background: linear-gradient(#253575, #162561);
  box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 100%, .05);
  transition: transform .35s ease;
  z-index: 1;
}

.drawerTabPanels {
  display: grid;
  gap: 10px;
  /* padding: 24px; */

}
.drawerTabPanels .overview,
.drawerTabPanels .gallery,
.drawerTabPanels .notes,
.drawerTabPanels .reviews {
  padding: var(--spacing-lg);
}

.drawerTabPanel {
  display: none;
}

.drawerTabPanel.active {
  display: block;
  padding-bottom: 20px;
}
.drawerTabPanel.notes .reviewsDisclaimer {
  margin: 0 0 10px;
}
.drawerTabPanel.overview .drawerOverviewBlock {
  margin-bottom: 18px;
}
.drawerTabPanel.overview .drawerMap {
  margin-top: 6px;
}

.drawerEmptyState {
  padding: 16px;
  border-radius: 14px;
  border: 1px dashed rgba(25, 89, 173, 0.25);
  color: rgba(233, 228, 255, 0.6);
  font-size: 13px;
  background: rgba(12, 18, 44, 0.35);
}



.reviewsHeader {
  font-size: 13px;
  font-weight: 800;
  color: rgba(233, 228, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.reviewsTopRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 0 6px;
}

.reviewsScore {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.reviewsRatingValue {
  font-size: 38px;
  font-weight: 800;
  color: #eaedff;
}

.reviewsStar {
  font-size: 22px;
  color: #eaedff;
}

.reviewsMeta {
  font-size: 12px;
  color: rgba(233, 228, 255, 0.65);
  text-align: right;
  display: grid;
  gap: 2px;
}

.reviewsBars {
  margin: 8px 0 10px;
  display: grid;
  gap: 6px;
}

.reviewsBarRow {
  display: grid;
  grid-template-columns: 18px 18px 1fr;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(233, 228, 255, 0.75);
}

.reviewsBar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.reviewsBarFill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--xplrit-blue), var(--xplrit-accent));
}

.reviewsSummary {
  margin: 40px 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(233, 228, 255, 0.8);
}

.reviewsDisclaimer {
  margin-top: 20px;
  font-size: 11px;
  border: 1px solid rgb(78, 91, 103);
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.reviewsDisclaimerIcon {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.9;
  flex: 0 0 auto;
}

.reviewsCta {
  margin-top: 12px;
  width: 100%;
}

.reviewsList {
  margin-top: 40px;
  display: grid;
  gap: 12px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: #3c52d9 rgba(12, 8, 20, 0.9);
  scrollbar-width: thin;
}

.reviewsList::-webkit-scrollbar {
  width: 10px;
}
.reviewsList::-webkit-scrollbar-track {
  background: rgba(12, 8, 20, 0.9);
  border-radius: 999px;
}
.reviewsList::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3c52d9, #3c52d9);
  border-radius: 999px;
  border: 2px solid rgba(12, 8, 20, 0.9);
}
.reviewsList::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3c52d9, #2f6fe0);
}

.reviewItem {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: start;
}

.reviewAvatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #3c52d9, #3c52d9);
  border: 2px solid rgba(12, 18, 44, 0.7);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.reviewHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.reviewName {
  font-weight: 700;
  font-size: 13px;
  color: #eaedff;
}

.reviewMeta {
  font-size: 12px;
  color: rgba(233, 228, 255, 0.55);
}

.reviewStars {
  font-size: 12px;
  color: #eaedff;
  margin: 2px 0 4px;
}

.reviewText {
  margin: 0;
  font-size: 13px;
  color: rgba(233, 228, 255, 0.75);
  line-height: 1.45;
}

.drawerNotesLabel {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(233, 228, 255, 0.7);
  margin-bottom: 8px;
}

.drawerNotesHint {
  font-size: 12px;
  color: rgba(233, 228, 255, 0.55);
  margin-bottom: 10px;
}

.drawerNotesText {
  width: 100%;
  min-height: 140px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.drawerOverviewText {
  color: rgba(233, 228, 255, 0.75);
  font-size: 13px;
  line-height: 1.5;
}

.drawerOverviewStatus {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.heroStatus {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.statusPill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(12, 18, 44, 0.7);
  border: 1px solid rgba(25, 89, 173, 0.3);
  color: #eaedff;
  font-size: 12px;
  font-weight: 700;
}

.statusPill img {
  width: 14px;
  height: 14px;
  display: block;
}

.drawerOverviewBlock {
  margin-bottom: var(--spacing-lg);

}

.drawerOverviewTopMeta {
  margin: 0 0 30px;
}

.drawerOverviewLabel {
  font-size: 14px;
  font-weight: 700;
  color: rgba(233, 228, 255, 0.7);
  margin-bottom: 10px;
}

.drawerDivider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 12px 0;
  width: 100%;
}

.drawerOverviewList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#drawerOverviewAmenities {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 8px;
  align-items: start;
  margin-top: 12px;
}

.amenityItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  min-width: 0;
}

.amenityIconBox {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(25, 89, 173, 0.16);
  border: 1px solid rgba(25, 89, 173, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eaedff;
  transition: background .2s ease, border-color .2s ease;
}

.amenityIconBox:hover {
  background: rgba(37, 53, 117, 0.35);
  border-color: rgba(46, 242, 255, 0.45);
}

.amenityIconImg {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.amenityLabel {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(233, 228, 255, 0.7);
  word-break: break-word;
}

.amenityMoreBox {
  font-size: 13px;
  font-weight: 700;
  color: rgba(233, 228, 255, 0.8);
}

.amenityEmpty {
  font-size: 12px;
  color: rgba(233, 228, 255, 0.5);
}


.daylightCard {
background: #141d46;
    padding: 24px;
}
.daylightCard .drawerGoldenRow {
  margin-top: 12px;
}

.daylightHeader {
  text-align: center;
  margin-bottom: 6px;
}

.daylightLabel {
  color: rgba(233, 228, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

.daylightDuration {
  color: #eaedff;
  font-size: 26px;
  margin: 4px 0;
  font-weight: 700;
}

.daylightChart {
  height: 120px;
  position: relative;
}

.daylightSvg {
  width: 100%;
  height: auto;
  display: block;
}

.daylightHorizon {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 2;
}

.daylightPathBg {
  stroke: rgba(25, 89, 173, 0.25);
  stroke-width: 2;
  stroke-dasharray: 4 4;
  fill: none;
}

.daylightFill {
  fill: rgba(251, 191, 36, 0.12);
}

.daylightPathActive {
  fill: none;
  stroke: #fbbf24;
  stroke-width: 3;
  stroke-linecap: round;
}

.daylightSunPoint {
  fill: #f59e0b;
  filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.6));
}

.daylightFooter {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 15px;
  margin-top: 10px;
}

.daylightTime {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 34px;
}

.daylightTimeEnd {
  text-align: right;
}

.daylightCountdown {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(233, 228, 255, 0.6);
}

.daylightSub {
  font-size: 12px;
  color: rgba(233, 228, 255, 0.6);
  font-weight: 500;
}

.daylightTimeVal {
  font-size: 16px;
  font-weight: 700;
  color: #eaedff;
  margin-top: 4px;
}


.intel-panel {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.drawerQualityContainer {
    border-radius: 5px;
    color: #f985cb;
    font-size: 12px;
    color: rgba(233, 228, 255, 0.6);
    font-weight: 500;
}

#drawerQuality, #drawerConfidence, .drawerQualityBox {
  color: #f985cb;
}

/* Mobile overrides for drawer */
@media (max-width: 980px) {
  .drawerOverlay {
    padding-left: 12px;
  }

  .drawerBody {
    padding-left: 14px;
  }

  /* Fix: Position drawer on screen for mobile */
  .drawer {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    top: 100px !important;
    bottom: 10px !important;
    transform: translateY(110%) !important;
  }
}
