@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Public+Sans:wght@400;500;600;700;800;900&display=swap");

:root {
  --bsmi-ink: #151515;
  --bsmi-muted: #687076;
  --bsmi-line: #dde2e7;
  --bsmi-bg: #f5f7f8;
  --bsmi-panel: #ffffff;
  --bsmi-gold: #b98322;
  --bsmi-green: #198754;
  --bsmi-teal: #0f766e;
  --bsmi-red: #b42318;
  --bsmi-blue: #0e66ff;
  --bsmi-shadow: 0 16px 40px rgba(21, 21, 21, 0.08);
}

html:has(.bsmi-standalone-body),
.bsmi-standalone-body {
  margin: 0 !important;
  padding: 0 !important;
  background: #eef2f4;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: clip;
  overscroll-behavior: none;
}

.bsmi-standalone-body #wpadminbar {
  display: none !important;
}

.bsmi-standalone-body .cb-cursor,
.bsmi-standalone-body .cb-cursor::before,
.bsmi-standalone-body .cb-cursor::after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.bsmi-standalone-body .bsmi-wrap {
  margin-left: 0;
  width: 100vw;
  min-height: 100dvh;
  height: 100dvh;
  overflow: hidden;
  --bsmi-drawer-height: min(66dvh, 650px);
  --bsmi-drawer-tabs-height: 58px;
  --bsmi-drawer-bottom: 18px;
}

.bsmi-standalone-body .bsmi-shell {
  min-height: 100dvh;
  height: 100dvh;
  padding: 0;
  overflow: hidden;
}

.bsmi-standalone-body .bsmi-mapdeck {
  height: 100dvh;
  min-height: 620px;
  border-bottom: 0;
}

.bsmi-standalone-body .bsmi-mapdeck .bsmi-map {
  position: absolute;
  inset: 65px 0 0;
  height: auto;
  min-height: 0;
}

.bsmi-standalone-body .bsmi-mapdeck .leaflet-tile-pane img {
  filter: saturate(1.02) contrast(0.96) brightness(1.04);
}

.bsmi-standalone-body .bsmi-mapdeck .leaflet-tile-pane img.bsmi-reference-tiles {
  opacity: 0.9;
}

.bsmi-standalone-body .bsmi-map-header {
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
}

.bsmi-standalone-body .bsmi-brand-chip {
  width: max-content;
  min-width: 0;
  min-height: 45px;
  height: 45px;
  padding: 0 2px 0 0;
  gap: 7px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.bsmi-standalone-body .bsmi-brand-logo {
  width: 38px;
  height: 45px;
  flex: 0 0 38px;
}

.bsmi-standalone-body .bsmi-brand-chip strong {
  position: static;
  width: auto;
  height: auto;
  overflow: hidden;
  clip: auto;
  clip-path: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.bsmi-standalone-body .bsmi-brand-chip small {
  font-size: 14px;
  line-height: 1;
}

.bsmi-standalone-body .bsmi-compare-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 105px;
  min-height: 36px;
  height: 36px;
  padding: 0;
  font-size: 13px;
  box-shadow: 0 10px 22px rgba(13, 20, 28, 0.15);
  transform: translateX(-13.5px);
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='14' x='8' y='8' rx='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-mode-switch {
  height: 42px;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-color: #e0dfd8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(13, 20, 28, 0.12);
}

.bsmi-standalone-body .bsmi-mode-switch button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 14px;
  border-color: transparent;
  font-size: 13px;
  line-height: 20px;
}

.bsmi-standalone-body .bsmi-mode-switch [data-view-mode="areas"] {
  width: 83px;
}

.bsmi-standalone-body .bsmi-mode-switch [data-view-mode="projects"] {
  width: 97px;
}

.bsmi-standalone-body .bsmi-mode-switch [data-action="focus-contact"] {
  display: none;
}

.bsmi-standalone-body .bsmi-map-toolbar {
  z-index: 820 !important;
  top: 75px;
  gap: 13px;
  padding: 6px 8px;
  border-color: #e0dfd8;
  border-radius: 12px;
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.bsmi-standalone-body .bsmi-map-toolbar > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(224, 223, 216, 0.9);
  background: #fff;
  color: #111827;
  font-size: 13px;
  line-height: 20px;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-open-tab="market"] {
  display: none !important;
}

.bsmi-standalone-body .bsmi-compare-btn::before,
.bsmi-standalone-body .bsmi-mode-switch button::before,
.bsmi-standalone-body .bsmi-map-toolbar > button:not(.bsmi-info-dot)::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background: currentColor;
  opacity: 0.86;
  -webkit-mask: var(--bsmi-icon) center / contain no-repeat;
  mask: var(--bsmi-icon) center / contain no-repeat;
}

.bsmi-standalone-body .bsmi-mode-switch [data-view-mode="areas"] {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-mode-switch [data-view-mode="projects"],
.bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode="projects"] {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18'/%3E%3Cpath d='M6 12H4a2 2 0 0 0-2 2v8'/%3E%3Cpath d='M18 9h2a2 2 0 0 1 2 2v11'/%3E%3Cpath d='M10 6h4'/%3E%3Cpath d='M10 10h4'/%3E%3Cpath d='M10 14h4'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-map-toolbar > [data-action="toggle-filters"] {
  display: none;
  width: 88px;
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h18'/%3E%3Cpath d='M6 12h12'/%3E%3Cpath d='M10 19h4'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode="developers"] {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15h12'/%3E%3Cpath d='M4 19h7'/%3E%3Cpath d='M6 15l5-9 5 9'/%3E%3Cpath d='M11 6h7l2 3'/%3E%3Cpath d='M13 10h5'/%3E%3Ccircle cx='6' cy='19' r='2'/%3E%3Ccircle cx='16' cy='19' r='2'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-map-toolbar [data-target="metrics"] {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h12'/%3E%3Cpath d='M4 17h7'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"] {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3Cpath d='M12 2v3'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M2 12h3'/%3E%3Cpath d='M19 12h3'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-map-toolbar [data-open-tab="market"] {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M8 5v14'/%3E%3Cpath d='M16 5v14'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-map-toolbar [data-target="metrics"]::after,
.bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"]::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0.75;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-action="toggle-popover"].is-popover-open::after {
  transform: translateY(2px) rotate(-135deg);
}

.bsmi-standalone-body .bsmi-map-toolbar [data-action="toggle-popover"].is-popover-open:not(.bsmi-info-dot) {
  background: #f0f0ee;
  color: #111;
}

.bsmi-standalone-body .bsmi-map-toolbar > button.is-active {
  border-color: #8ed7bd;
  background: #e8f5ee;
  color: #0f766e;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode="developers"] {
  width: 118px;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode="projects"] {
  width: 102px;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-target="metrics"] {
  width: 112px;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-target="metrics"].is-active {
  width: auto;
  min-width: 112px;
  max-width: 184px;
  white-space: nowrap;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"] {
  width: 100px;
  position: relative;
}

.bsmi-layer-active-count {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #4b9471;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.bsmi-layer-active-count[hidden] {
  display: none;
}

.bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"].has-active-layers,
.bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"].has-active-layers.is-popover-open {
  color: #2f775c;
}

.bsmi-standalone-body .bsmi-map-toolbar .bsmi-info-dot {
  align-self: center;
  width: 22px;
  min-height: 22px;
  height: 22px;
  margin-left: -7px;
  padding: 0 !important;
  border: 1.5px solid #005eff;
  border-radius: 999px !important;
  background: #e4eeff;
  color: #005eff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 20px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.bsmi-standalone-body .bsmi-map-toolbar .bsmi-info-dot.is-popover-open {
  border-color: #050505;
  background: #050505;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(5, 5, 5, 0.22);
}

.bsmi-standalone-body .bsmi-area-label-marker {
  display: none;
}

.bsmi-standalone-body .bsmi-district-label {
  color: rgba(3, 7, 18, 0.92);
  font-size: 12.5px;
  font-weight: 520;
  text-shadow: none;
}

.bsmi-standalone-body .bsmi-district-label.is-active {
  color: rgba(3, 7, 18, 0.95);
  font-weight: 560;
}

.bsmi-standalone-body .bsmi-district-label.is-priority {
  color: rgba(3, 7, 18, 0.95);
  font-weight: 560;
}

.bsmi-project-toolbar {
  display: none;
  top: 65px;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 640;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 10px 9px 12px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(244, 244, 244, 0.66);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(26px) saturate(0.82);
}

.bsmi-wrap.is-project-mode .bsmi-project-toolbar {
  display: none;
}

.bsmi-wrap.is-project-mode .bsmi-map-rail {
  display: none;
}

.bsmi-wrap.is-project-mode .bsmi-mapdeck .bsmi-map {
  display: none;
}

.bsmi-wrap.is-project-mode.is-3d-enabled .bsmi-map-toolbar,
.bsmi-wrap.is-project-mode.is-3d-enabled .leaflet-control-container {
  display: none;
}

.bsmi-wrap.is-project-mode:not(.is-3d-enabled) .bsmi-map-toolbar,
.bsmi-wrap.is-project-mode:not(.is-3d-enabled) .leaflet-control-container {
  display: none;
}

.bsmi-wrap.is-project-mode.is-project-filter-open .bsmi-project-toolbar {
  display: flex;
}

.bsmi-wrap.is-project-mode.is-3d-enabled .bsmi-project-toolbar {
  display: flex;
}

.bsmi-wrap.is-project-mode:not(.is-3d-enabled) .bsmi-project-toolbar {
  display: flex;
}

.bsmi-wrap.is-project-mode.is-project-filter-open:not(.is-3d-enabled) .bsmi-project-toolbar {
  top: 126px;
  left: 50%;
  right: auto;
  width: min(1280px, calc(100vw - 24px));
  height: 56px;
  transform: translateX(-50%);
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(13, 20, 28, 0.14);
}

.bsmi-project-mobile-filter {
  display: none;
}

.bsmi-show-button {
  display: none;
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.bsmi-wrap.is-project-mode .bsmi-show-button {
  display: block;
}

.bsmi-show-button[data-action="toggle-filters"] {
  display: block;
}

.bsmi-show-panel .bsmi-show-button {
  width: calc(100% - 20px);
  margin: 8px auto 0;
}

.bsmi-show-button:hover,
.bsmi-show-button:focus-visible {
  background: var(--bsmi-blue);
  outline: 0;
}

.bsmi-project-toolbar-group {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.bsmi-project-mapmode {
  width: 492px;
}

.bsmi-project-mapmode > span {
  width: 81px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.bsmi-project-filters {
  width: 612px;
  justify-content: flex-end;
  margin-left: clamp(16px, 10.2vw, 153px);
}

.bsmi-project-pill,
.bsmi-project-3d-toggle {
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #f3f1f1;
  color: #1a1a1a;
  box-shadow: 0 9px 20px rgba(17, 24, 39, 0.12);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

.bsmi-project-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 15px;
  cursor: pointer;
}

.bsmi-project-dropdown > .bsmi-project-pill {
  justify-content: flex-start;
  gap: 10px;
}

.bsmi-project-dropdown > .bsmi-project-pill::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  -webkit-mask: var(--bsmi-project-filter-icon) center / contain no-repeat;
  mask: var(--bsmi-project-filter-icon) center / contain no-repeat;
  opacity: 0.8;
}

.bsmi-project-dropdown > .bsmi-project-pill i {
  margin-left: auto;
}

.bsmi-project-mapmode-select .bsmi-project-pill {
  --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 6 6-3 6 3 6-3v15l-6 3-6-3-6 3V6Z'/%3E%3Cpath d='M9 3v15M15 6v15'/%3E%3C/svg%3E");
}

.bsmi-project-type-select .bsmi-project-pill {
  --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.bsmi-project-bed-select .bsmi-project-pill {
  --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4v16M22 12v8M2 17h20M4 12h16a2 2 0 0 1 2 2v3H2v-3a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M6 12V8h5a3 3 0 0 1 3 3v1'/%3E%3C/svg%3E");
}

.bsmi-project-price-select .bsmi-project-pill {
  --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.6 2.6H4a2 2 0 0 0-2 2v8.6a2 2 0 0 0 .6 1.4l6.8 6.8a2 2 0 0 0 2.8 0l9.2-9.2a2 2 0 0 0 0-2.8l-6.8-6.8a2 2 0 0 0-1.4-.6Z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.5'/%3E%3C/svg%3E");
}

.bsmi-project-status-select .bsmi-project-pill {
  --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a8 8 0 0 1 16 0'/%3E%3Cpath d='M2 14h20'/%3E%3Cpath d='M8 14v-2a4 4 0 0 1 8 0v2'/%3E%3Cpath d='M6 18h12'/%3E%3C/svg%3E");
}

.bsmi-project-dropdown {
  position: relative;
  height: 42px;
  flex: 0 0 auto;
}

.bsmi-project-dropdown > .bsmi-project-pill {
  width: 100%;
}

.bsmi-project-dropdown.is-disabled {
  opacity: 0.48;
}

.bsmi-project-dropdown.is-disabled > .bsmi-project-pill {
  cursor: not-allowed;
}

.bsmi-project-mapmode-select {
  width: 175px;
}

.bsmi-project-search {
  width: 206px;
  padding: 0 14px;
  cursor: text;
}

.bsmi-project-search span {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: currentColor;
  opacity: 0.72;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1a1a1a;
  font: inherit;
}

.bsmi-project-search input::placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.bsmi-project-pill.is-selected {
  background: #c8eafd;
}

.bsmi-project-pill.is-warm {
  background: #fff6d4;
}

.bsmi-project-pill i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  opacity: 0.72;
  transform: translateY(-2px) rotate(45deg);
}

.bsmi-project-dropdown.is-open .bsmi-project-pill i {
  transform: translateY(2px) rotate(-135deg);
}

.bsmi-project-type-select {
  width: 155px;
}

.bsmi-project-bed-select {
  width: 120px;
}

.bsmi-project-price-select {
  width: 163px;
}

.bsmi-project-status-select {
  width: 127px;
}

.bsmi-project-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 780;
  min-width: 100%;
  display: none;
  gap: 5px;
  padding: 7px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.2);
}

.bsmi-project-dropdown.is-open .bsmi-project-menu {
  display: grid;
}

.bsmi-project-menu button {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #111827;
  padding: 0 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}

.bsmi-project-menu button:hover,
.bsmi-project-menu button.is-active {
  background: #eef4ff;
  color: #0e66ff;
}

.bsmi-project-price-menu {
  width: 250px;
}

.bsmi-project-range-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 5px 2px 0;
}

.bsmi-project-range-fields label {
  display: grid;
  gap: 4px;
  color: #687076;
  font-size: 11px;
  font-weight: 800;
}

.bsmi-project-range-fields input {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 1px solid #dde2e7;
  border-radius: 8px;
  padding: 0 9px;
  font: inherit;
  font-size: 13px;
}

.bsmi-project-range-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 7px 2px 0;
}

.bsmi-project-range-actions button {
  justify-content: center;
  background: #f3f4f6;
}

.bsmi-project-range-actions [data-project-range-apply] {
  background: #0e66ff;
  color: #fff;
}

.bsmi-project-3d-toggle {
  width: 148px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.bsmi-wrap.is-project-mode.is-3d-enabled .bsmi-project-3d-toggle,
.bsmi-wrap.is-project-mode:not(.is-3d-enabled) .bsmi-project-3d-toggle,
.bsmi-wrap.is-project-mode.is-project-filter-open .bsmi-project-3d-toggle {
  display: inline-flex;
  flex: 0 0 148px;
}

.bsmi-project-3d-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.bsmi-project-3d-toggle span {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #d6a11d;
  position: relative;
}

.bsmi-project-3d-toggle span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bsmi-project-3d-toggle input:not(:checked) + span {
  background: #d7dce2;
}

.bsmi-project-3d-toggle input:not(:checked) + span::after {
  display: none;
}

.bsmi-project-stage {
  display: none;
  inset: 65px 0 0;
  z-index: 500;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.bsmi-project-stage h2,
.bsmi-project-stage h3,
.bsmi-project-stage p,
.bsmi-project-stage span,
.bsmi-project-stage strong,
.bsmi-project-stage a,
.bsmi-project-stage button {
  font-family: inherit;
}

.bsmi-wrap.is-project-mode .bsmi-project-stage {
  display: block;
}

.bsmi-project-vector-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #07090c;
  opacity: 0;
  transition: opacity 260ms ease, filter 220ms ease;
}

.bsmi-wrap.is-project-mode.is-project-vector-loading {
  cursor: wait;
}

.bsmi-wrap.is-project-mode.is-project-vector-loading::before {
  content: "";
  position: absolute;
  inset: 65px 0 0;
  z-index: 920;
  background: rgba(238, 240, 242, 0.56);
  backdrop-filter: blur(4.5px) saturate(0.72);
  pointer-events: auto;
}

.bsmi-wrap.is-project-mode.is-project-vector-loading::after {
  content: "BS";
  position: absolute;
  left: 50%;
  top: calc(50% + 32px);
  z-index: 930;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: #fff;
  color: #111;
  box-shadow: 0 16px 46px rgba(17, 24, 39, 0.18);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
  animation: bsmi-project-loader-pulse 1.15s ease-in-out infinite;
  pointer-events: none;
}

@keyframes bsmi-project-loader-pulse {
  0%, 100% {
    box-shadow: 0 16px 46px rgba(17, 24, 39, 0.18), inset 0 0 0 0 rgba(42, 103, 235, 0);
  }
  50% {
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.23), inset 0 0 0 7px rgba(42, 103, 235, 0.08);
  }
}

.bsmi-wrap.is-project-vector-ready .bsmi-project-vector-map {
  opacity: 1;
}

.bsmi-project-vector-map .maplibregl-canvas {
  outline: 0;
}

.bsmi-burj-landmark-marker {
  --bsmi-landmark-scale: 1;
  width: 86px;
  height: 390px;
  overflow: visible;
  pointer-events: none;
}

.bsmi-burj-landmark-marker.is-hidden {
  display: none;
}

.bsmi-wrap.is-project-vector-ready .bsmi-burj-landmark-marker {
  display: none;
}

.bsmi-burj-landmark-model {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0.94;
  filter: drop-shadow(8px 10px 10px rgba(0, 0, 0, 0.28));
  transform: scale(var(--bsmi-landmark-scale)) scaleX(0.62);
  transform-origin: 50% 100%;
}

.bsmi-burj-landmark-model i {
  position: absolute;
  left: 50%;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(90deg, #555b61 0%, #a5abb0 42%, #7a8086 68%, #484e54 100%);
  box-shadow: inset -4px 0 8px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}

.bsmi-burj-landmark-model .is-base {
  bottom: 0;
  width: 86px;
  height: 96px;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}

.bsmi-burj-landmark-model .is-lower {
  bottom: 88px;
  width: 68px;
  height: 92px;
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}

.bsmi-burj-landmark-model .is-middle {
  bottom: 170px;
  width: 48px;
  height: 86px;
  clip-path: polygon(14% 0, 86% 0, 100% 100%, 0 100%);
}

.bsmi-burj-landmark-model .is-upper {
  bottom: 247px;
  width: 30px;
  height: 72px;
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}

.bsmi-burj-landmark-model .is-spire {
  bottom: 307px;
  width: 9px;
  height: 83px;
  border: 0;
  background: linear-gradient(90deg, #555b61, #9da3a9 48%, #484e54);
  box-shadow: none;
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
}

.bsmi-project-vector-map .maplibregl-ctrl-bottom-left {
  bottom: 7px;
  left: 8px;
  z-index: 5;
}

.bsmi-project-vector-map .maplibregl-ctrl-bottom-right {
  right: 72px;
  bottom: 8px;
  z-index: 5;
}

.bsmi-project-vector-map .maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(13, 17, 22, 0.84);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.bsmi-project-vector-map .maplibregl-ctrl-group button {
  background-color: transparent;
}

.bsmi-project-vector-map .maplibregl-ctrl-group button + button {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.bsmi-project-vector-map .maplibregl-ctrl-icon {
  filter: invert(1);
}

.bsmi-project-vector-map .maplibregl-ctrl-attrib {
  border-radius: 5px;
  background: rgba(8, 11, 15, 0.74);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.bsmi-project-vector-map .maplibregl-ctrl-attrib a {
  color: inherit;
}

.bsmi-project-vector-map .maplibregl-popup-content {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 10, 14, 0.92);
  color: #fff;
  padding: 0;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.bsmi-project-vector-map .maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  border-top-color: rgba(7, 10, 14, 0.92);
}

.bsmi-project-vector-map .maplibregl-popup-anchor-top .maplibregl-popup-tip {
  border-bottom-color: rgba(7, 10, 14, 0.92);
}

.bsmi-project-vector-popup {
  min-width: 210px;
  display: grid;
  gap: 4px;
  padding: 11px 13px;
}

.bsmi-project-vector-popup strong,
.bsmi-project-vector-popup b,
.bsmi-project-vector-popup span,
.bsmi-project-vector-popup em {
  display: block;
  color: #fff;
  font-family: inherit;
  letter-spacing: 0;
}

.bsmi-project-vector-popup strong {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-project-vector-popup span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.2;
}

.bsmi-project-vector-popup b {
  color: #74edbd;
  font-size: 12px;
  line-height: 1.2;
}

.bsmi-project-vector-popup em {
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

.bsmi-project-bg {
  position: absolute;
  inset: -24px;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(8, 12, 18, 0.34)),
    radial-gradient(circle at 51% 38%, rgba(255, 255, 255, 0.08), transparent 46%),
    url("project-3d-map-v2.jpg") center / cover no-repeat;
  filter: grayscale(1) contrast(1.02) brightness(0.72) blur(1.8px);
  transform: scale(1.035);
  transition: opacity 260ms ease, filter 220ms ease;
}

.bsmi-project-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.26));
  backdrop-filter: none;
}

.bsmi-wrap.is-project-empty .bsmi-project-bg {
  filter: grayscale(1) contrast(0.78) brightness(0.56) blur(5.8px);
  transform: scale(1.04);
}

.bsmi-wrap.is-project-empty .bsmi-project-bg::after {
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(1.8px);
}

.bsmi-wrap.is-project-empty .bsmi-project-toolbar,
.bsmi-wrap.is-project-empty .bsmi-project-legend {
  filter: blur(3.4px);
  opacity: 0.42;
  pointer-events: none;
}

.bsmi-wrap.is-project-menu-open .bsmi-project-bg::after {
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(5.6px);
}

.bsmi-wrap.is-project-vector-ready .bsmi-project-bg {
  opacity: 0;
  pointer-events: none;
}

.bsmi-wrap.is-project-vector-ready.is-project-menu-open .bsmi-project-vector-map {
  filter: blur(5px) brightness(0.54);
}

.bsmi-wrap.is-project-vector-ready.is-project-empty .bsmi-project-vector-map {
  filter: grayscale(1) blur(5px) brightness(0.5);
}

.bsmi-wrap.is-project-vector-ready .bsmi-project-pins {
  display: none;
}

.bsmi-wrap.is-project-vector-fallback .bsmi-project-vector-map {
  opacity: 0;
  pointer-events: none;
}

.bsmi-wrap.is-project-mode:not(.is-3d-enabled) .bsmi-project-bg {
  opacity: 0.18;
  filter: grayscale(1);
}

.bsmi-wrap.is-project-mode:not(.is-3d-enabled):not(.is-project-vector-ready) .bsmi-project-bg {
  opacity: 1;
  filter: grayscale(1) contrast(1.02) brightness(0.72) blur(1.8px);
}

.bsmi-project-legend {
  position: absolute;
  left: 10px;
  top: 75px;
  z-index: 4;
  width: 296px;
  color: #fff;
}

.bsmi-project-gauge {
  height: 42px;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 26px rgba(255, 255, 255, 0.04);
}

.bsmi-project-gauge span,
.bsmi-project-gauge b {
  font-size: 13px;
  font-weight: 900;
}

.bsmi-project-gauge span:first-child {
  color: #20d7a4;
}

.bsmi-project-gauge span:last-child {
  color: #e91e63;
  text-align: right;
}

.bsmi-project-gauge b {
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #18d39c 0%, #cddd40 54%, #e91e63 100%);
  color: #1a1a1a;
}

.bsmi-project-scale {
  width: 236px;
  margin: 18px 0 0 5px;
  display: grid;
  gap: 12px;
}

.bsmi-project-scale p {
  display: grid;
  grid-template-columns: 18px 74px minmax(105px, auto);
  align-items: baseline;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  font-weight: 900;
}

.bsmi-project-scale i {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #e91e63;
  box-shadow: 0 0 14px currentColor;
}

.bsmi-project-scale p:nth-child(2) i {
  background: #cddd40;
}

.bsmi-project-scale p:nth-child(3) i {
  background: #5ce794;
}

.bsmi-project-scale p:nth-child(1) span {
  color: #e91e63;
}

.bsmi-project-scale p:nth-child(2) span {
  color: #cddd40;
}

.bsmi-project-scale p:nth-child(3) span {
  color: #5ce794;
}

.bsmi-project-scale strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  white-space: nowrap;
}

.bsmi-project-pins {
  position: absolute;
  inset: 125px 0 0;
  z-index: 2;
  pointer-events: none;
}

.bsmi-project-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--pin-color);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16), 0 0 20px rgba(255, 255, 255, 0.2);
  opacity: 0.78;
  pointer-events: auto;
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.bsmi-project-pin::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid var(--pin-color);
  opacity: 0.22;
}

.bsmi-project-pin:hover,
.bsmi-project-pin:focus-visible {
  z-index: 5;
  opacity: 0.96;
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 28px var(--pin-color);
  outline: 0;
}

.bsmi-project-pin span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: 190px;
  transform: translateX(-50%);
  display: grid;
  gap: 4px;
  padding: 9px 11px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.bsmi-project-pin span strong {
  display: block;
  color: #fff;
  font-weight: 950;
}

.bsmi-project-pin span b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.bsmi-project-pin span em {
  color: rgba(255, 255, 255, 0.82);
  direction: auto;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  unicode-bidi: plaintext;
}

.bsmi-project-pin:hover span,
.bsmi-project-pin:focus-visible span {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.bsmi-project-pin.has-live-label {
  z-index: 3;
  opacity: 0.92;
}

.bsmi-project-pin.has-live-label span {
  bottom: calc(100% + 8px);
  width: 126px;
  display: block;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(6, 8, 12, 0.7);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  font-size: 11px;
  line-height: 1.1;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateX(-50%);
  white-space: nowrap;
}

.bsmi-project-pin.has-live-label span strong {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bsmi-project-pin.has-live-label span em,
.bsmi-project-pin.has-live-label span b {
  display: none;
}

.bsmi-project-pin.has-live-label:hover span,
.bsmi-project-pin.has-live-label:focus-visible span {
  width: 190px;
  display: grid;
  gap: 4px;
  padding: 9px 11px;
  font-size: 12px;
  line-height: 1.25;
  overflow: visible;
  white-space: normal;
}

.bsmi-project-pin.has-live-label:hover span em,
.bsmi-project-pin.has-live-label:hover span b,
.bsmi-project-pin.has-live-label:focus-visible span em,
.bsmi-project-pin.has-live-label:focus-visible span b {
  display: block;
}

.bsmi-project-empty,
.bsmi-project-results {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(540px, calc(100vw - 32px));
  min-height: 203px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
}

.bsmi-project-empty h2,
.bsmi-project-results h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.bsmi-project-empty p,
.bsmi-project-results p {
  max-width: 540px;
  margin: 8px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20.8px;
  line-height: 1.4;
  font-weight: 400;
}

.bsmi-project-empty button {
  min-width: 159px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f4;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.bsmi-project-empty button span {
  width: 27px;
  height: 27px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cpath d='m17.1 17.1 5.2 5.2'/%3E%3Cpath d='M3.6 11.2A9.4 9.4 0 0 1 12.9 3c3.1 0 5.8 1.4 7.5 3.6'/%3E%3Cpath d='M20.6 2.9v4.2h-4.2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cpath d='m17.1 17.1 5.2 5.2'/%3E%3Cpath d='M3.6 11.2A9.4 9.4 0 0 1 12.9 3c3.1 0 5.8 1.4 7.5 3.6'/%3E%3Cpath d='M20.6 2.9v4.2h-4.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-results {
  width: min(560px, calc(100vw - 32px));
  min-height: 0;
  align-content: start;
  place-items: stretch;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.38);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
}

.bsmi-project-results-head span {
  color: #8ed7bd;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bsmi-project-results h2 {
  margin-top: 6px;
  font-size: 34px;
}

.bsmi-project-results p {
  margin-top: 8px;
  font-size: 14px;
}

.bsmi-project-result-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.bsmi-project-result-list article {
  min-height: 72px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  text-align: left;
}

.bsmi-project-result-list img {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
}

.bsmi-project-result-list span {
  color: #687076;
  font-size: 11px;
  font-weight: 800;
}

.bsmi-project-result-list h3 {
  margin: 2px 0 0;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
}

.bsmi-project-result-list small {
  display: block;
  margin-top: 2px;
  color: #4b5563;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.bsmi-project-result-list p {
  margin: 2px 0 0;
  color: #111827;
  font-size: 13px;
  font-weight: 950;
}

.bsmi-project-result-list a {
  min-width: 56px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--bsmi-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.bsmi-project-results-strip {
  position: absolute;
  left: 16px;
  right: 88px;
  bottom: 18px;
  z-index: 4;
  max-width: 980px;
  display: grid;
  grid-template-columns: 180px 260px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(8, 12, 18, 0.72);
  color: #fff;
  padding: 12px;
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.bsmi-wrap.is-project-pristine .bsmi-project-results-strip {
  display: none;
}

@media (min-width: 721px) {
  .bsmi-project-toolbar {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.1), inset 0 -1px 0 rgba(17, 24, 39, 0.08);
  }
}

.bsmi-project-results-strip .bsmi-project-results-head {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
}

.bsmi-project-results-strip .bsmi-project-results-head span,
.bsmi-project-results-strip .bsmi-project-results-head em {
  overflow: hidden;
  color: #8ed7bd;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bsmi-project-results-strip .bsmi-project-results-head strong {
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-project-results-strip .bsmi-project-results-head em {
  color: rgba(255, 255, 255, 0.64);
}

.bsmi-project-results-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.bsmi-project-results-metrics p {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 3px;
  margin: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  padding: 9px;
}

.bsmi-project-results-metrics span {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bsmi-project-results-metrics b {
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-project-results-strip .bsmi-project-result-list {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(118px, 1fr));
  gap: 8px;
  margin-top: 0;
  overflow: hidden;
}

.bsmi-project-result-list .bsmi-project-result-card {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 6px 8px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  padding: 9px;
  text-align: left;
  text-decoration: none;
}

.bsmi-project-result-card i {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.bsmi-project-result-card div {
  min-width: 0;
}

.bsmi-project-result-card strong,
.bsmi-project-result-card span,
.bsmi-project-result-card em,
.bsmi-project-result-card b {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-project-result-card strong {
  color: #111827;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.12;
}

.bsmi-project-result-card span,
.bsmi-project-result-card em {
  margin-top: 3px;
  color: #687076;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.12;
}

.bsmi-project-result-card em {
  color: #0f766e;
}

.bsmi-project-result-card b {
  grid-column: 1 / -1;
  align-self: end;
  color: #111827;
  font-size: 11px;
  font-weight: 950;
  line-height: 1.05;
}

.bsmi-standalone-body .bsmi-popover {
  top: 100%;
  width: 242px;
  padding: 8px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] {
  left: 254px;
  height: 337px;
  padding: 10px 10px 7px;
}

.bsmi-standalone-body .bsmi-popover[data-popover="info"] {
  top: calc(100% - 5px);
  left: 238px;
  width: 290px;
  height: 572px;
  padding: 0;
  border: 0.5px solid #d1d1d1;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
  z-index: 999;
}

.bsmi-standalone-body .bsmi-popover[data-popover="info"].is-open {
  max-height: 572px;
  overflow: hidden;
}

.bsmi-standalone-body .bsmi-popover[data-popover="layers"] {
  top: 100%;
  left: 407px;
  right: auto;
  width: 200px;
  height: auto;
  max-height: min(320px, calc(100dvh - 135px));
  overflow: auto;
  overscroll-behavior: contain;
  padding: 9px 0;
}

.bsmi-standalone-body .bsmi-popover-label {
  display: none;
}

.bsmi-standalone-body .bsmi-chip-row {
  gap: 4px;
  margin-bottom: 6px;
}

.bsmi-standalone-body .bsmi-metric-menu {
  gap: 2px;
}

.bsmi-standalone-body .bsmi-chip-row button,
.bsmi-standalone-body .bsmi-metric-menu button {
  min-height: 28px;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.1;
}

.bsmi-standalone-body .bsmi-metric-menu span {
  margin: 2px 0;
  color: #687076;
  font-size: 12px;
  font-weight: 850;
  text-align: left;
  text-transform: none;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-chip-row {
  position: relative;
  width: 220px;
  height: 31px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow: hidden;
  margin: 0 0 20px;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: #f9fafb;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-chip-row::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -12px;
  height: 1px;
  background: #f0f0f0;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-chip-row button {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  height: 28px;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-right: 1px solid #e5e7eb;
  border-radius: 0;
  background: #fff;
  color: #6b7280;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-chip-row button:last-child {
  border-right: 0;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-chip-row button.is-active {
  background: #f7f7fc;
  color: #3a307f;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] [data-quick-filter="type"]::before {
  content: "";
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  background: currentColor;
  opacity: 0.75;
  -webkit-mask: var(--bsmi-metric-chip-icon) center / contain no-repeat;
  mask: var(--bsmi-metric-chip-icon) center / contain no-repeat;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] [data-quick-filter="type"][data-value=""] {
  width: 55px;
  --bsmi-metric-chip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'%3E%3Ccircle cx='7' cy='7' r='2.2'/%3E%3Ccircle cx='17' cy='7' r='2.2'/%3E%3Ccircle cx='7' cy='17' r='2.2'/%3E%3Ccircle cx='17' cy='17' r='2.2'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] [data-quick-filter="type"][data-value="Apartment"] {
  width: 99px;
  --bsmi-metric-chip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='14' height='18' x='5' y='3' rx='1.5'/%3E%3Cpath d='M9 7h.01M15 7h.01M9 11h.01M15 11h.01M9 15h.01M15 15h.01'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] [data-quick-filter="type"][data-value="Villa"] {
  width: 64px;
  --bsmi-metric-chip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] [data-range] {
  width: 73px;
}

.bsmi-standalone-body .bsmi-popover-dashboard {
  width: 220px;
  min-height: 34px;
  margin: 0 0 9px;
  border: 0;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-metric-menu {
  width: 228px;
  gap: 0;
  margin: 0 0 0 -4px;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-metric-menu button {
  min-height: 31px;
  height: 31px;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  padding: 0 34px;
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-metric-menu button.is-active {
  background: transparent;
  color: #111;
}

.bsmi-standalone-body .bsmi-popover[data-popover="metrics"] .bsmi-metric-menu span {
  min-height: 26px;
  display: grid;
  place-items: center;
  margin: 0;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.bsmi-standalone-body .bsmi-filter-drawer {
  display: none;
}

.bsmi-standalone-body .bsmi-tabs {
  position: fixed;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--bsmi-drawer-bottom);
  z-index: 760;
  width: min(760px, calc(100vw - 24px));
  height: auto;
  max-height: var(--bsmi-drawer-tabs-height);
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate(-50%, calc(100% + 18px));
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(14px);
}

.bsmi-standalone-body main {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(var(--bsmi-drawer-tabs-height) + var(--bsmi-drawer-bottom) + 10px);
  z-index: 750;
  width: auto;
  max-width: min(1180px, calc(100vw - 24px));
  height: var(--bsmi-drawer-height);
  margin: 0 auto;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 12px;
  background: rgba(245, 247, 248, 0.96);
  box-shadow: 0 24px 70px rgba(13, 20, 28, 0.24);
  transform: translateY(calc(100% + var(--bsmi-drawer-tabs-height) + 34px));
  transition: transform 0.24s ease;
  backdrop-filter: blur(18px);
}

.bsmi-standalone-body .bsmi-wrap.is-dashboard-open main {
  transform: translateY(0);
}

.bsmi-standalone-body .bsmi-wrap.is-dashboard-open .bsmi-tabs {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(-50%);
}

.bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-tabs,
.bsmi-standalone-body .bsmi-wrap.is-project-mode main,
.bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-drawer-handle {
  display: none;
}

.bsmi-standalone-body .bsmi-wrap.is-dashboard-open .leaflet-control-container,
.bsmi-standalone-body .bsmi-wrap.is-dashboard-open .bsmi-floating-list,
.bsmi-standalone-body .bsmi-wrap.is-dashboard-open .bsmi-compare-btn {
  display: none;
}

.bsmi-standalone-body .bsmi-panel {
  width: 100%;
  margin: 0;
  padding: 14px;
}

.bsmi-standalone-body .bsmi-drawer-handle {
  position: fixed;
  left: 50%;
  bottom: calc(var(--bsmi-drawer-height) + var(--bsmi-drawer-tabs-height) + var(--bsmi-drawer-bottom) + 18px);
  z-index: 1090;
  width: min(220px, calc(100vw - 48px));
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.bsmi-standalone-body .bsmi-wrap.is-dashboard-open .bsmi-drawer-handle {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.bsmi-standalone-body .bsmi-drawer-handle span {
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.32);
  box-shadow: 0 8px 22px rgba(13, 20, 28, 0.18);
}

.bsmi-standalone-body .bsmi-drawer-handle button {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}

.bsmi-standalone-body .bsmi-contact-strip {
  display: none;
}

.bsmi-standalone-body .bsmi-source-note {
  display: none;
}

.bsmi-standalone-body .bsmi-wrap.is-filter-open .bsmi-filter-drawer {
  position: fixed;
  top: 142px;
  left: 16px;
  z-index: 780;
  width: min(980px, calc(100vw - 32px));
  max-height: calc(100dvh - 210px);
  overflow: auto;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  margin: 0;
  box-shadow: 0 18px 46px rgba(13, 20, 28, 0.2);
}

.bsmi-wrap {
  color: var(--bsmi-ink);
  background: var(--bsmi-bg);
  font-family: Inter, "Public Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: var(--bsmi-viewport-width, 100vw);
  max-width: none;
  margin-left: var(--bsmi-edge-offset, 0);
  margin-right: 0;
  position: relative;
  z-index: 4;
  isolation: isolate;
}

.bsmi-wrap * {
  box-sizing: border-box;
  font-family: inherit !important;
  letter-spacing: 0 !important;
}

.bsmi-project-preload {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.bsmi-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 28px;
}

.bsmi-mapdeck {
  position: relative;
  min-height: 640px;
  height: clamp(640px, 82vh, 860px);
  overflow: hidden;
  background: #e7eef0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.bsmi-mapdeck .bsmi-map {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.bsmi-map-header,
.bsmi-map-toolbar,
.bsmi-project-toolbar,
.bsmi-project-stage,
.bsmi-developer-panel,
.bsmi-map-rail,
.bsmi-layer-summary,
.bsmi-compare-dock,
.bsmi-interest-dock,
.bsmi-floating-list {
  position: absolute;
  z-index: 600;
}

.bsmi-project-toolbar {
  z-index: 640;
}

.bsmi-project-stage {
  z-index: 500;
}

.bsmi-map-toolbar {
  z-index: 820 !important;
}

.bsmi-layer-summary {
  z-index: 780;
}

.bsmi-map-header {
  top: 12px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  pointer-events: none;
}

.bsmi-map-header > * {
  pointer-events: auto;
}

.bsmi-brand-chip,
.bsmi-compare-btn,
.bsmi-mode-switch,
.bsmi-map-toolbar,
.bsmi-developer-panel,
.bsmi-map-rail,
.bsmi-layer-summary,
.bsmi-compare-dock,
.bsmi-floating-list {
  box-shadow: 0 16px 40px rgba(13, 20, 28, 0.16);
}

.bsmi-brand-chip {
  width: max-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #111827;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
  padding: 6px 12px 6px 7px;
  backdrop-filter: blur(14px);
}

.bsmi-brand-logo {
  width: 58px;
  height: 34px;
  display: inline-block;
  overflow: visible;
  border-radius: 8px;
  background: transparent;
  flex: 0 0 58px;
}

.bsmi-brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.bsmi-brand-chip strong {
  font-size: 15px;
  line-height: 1;
}

.bsmi-brand-chip small {
  color: #111827;
  font-weight: 900;
}

.bsmi-compare-btn {
  justify-self: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  padding: 0 20px;
  font-weight: 900;
  cursor: pointer;
}

.bsmi-mode-switch {
  justify-self: end;
  display: flex;
  gap: 5px;
  padding: 6px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.bsmi-mode-switch button,
.bsmi-map-toolbar > button,
.bsmi-chip-row button,
.bsmi-metric-menu button,
.bsmi-dock-head button {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #111827;
  padding: 8px 12px;
  font-weight: 850;
  cursor: pointer;
}

.bsmi-mode-switch button.is-active,
.bsmi-map-toolbar > button.is-active,
.bsmi-chip-row button.is-active,
.bsmi-metric-menu button.is-active {
  background: var(--bsmi-blue);
  color: #fff;
}

.bsmi-mode-switch button:not(.is-active) {
  color: #666;
}

.bsmi-map-toolbar {
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.bsmi-info-dot {
  width: 38px;
  padding: 0 !important;
  border: 1.5px solid #005eff !important;
  border-radius: 999px !important;
  background: #e4eeff !important;
  color: #005eff !important;
}

.bsmi-info-dot.is-popover-open {
  border-color: #050505 !important;
  background: #050505 !important;
  color: #fff !important;
}

.bsmi-developer-panel {
  top: 65px;
  left: 0;
  bottom: 0;
  width: min(400px, calc(100vw - 28px));
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  box-shadow: none;
  z-index: 1100;
}

.bsmi-wrap.is-developer-panel-open .bsmi-developer-panel {
  display: block;
}

.bsmi-developer-panel-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  height: 54px;
  box-sizing: border-box;
  padding: 20px 20px 10px;
}

.bsmi-developer-panel-head strong {
  color: #111827;
  font-size: 18px;
  line-height: 24px;
}

.bsmi-developer-panel-head button {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #eef1f4;
  color: #111827;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.bsmi-developer-search {
  position: relative;
  display: block;
  margin: 0 20px 20px;
}

.bsmi-developer-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.bsmi-developer-search input {
  width: 100%;
  height: 34px;
  min-height: 0;
  box-sizing: border-box;
  border: 1.5px solid #c7a33a;
  border-radius: 4px;
  background: #fff;
  color: #111827;
  padding: 0 12px;
  font-size: 14px;
  line-height: 34px;
}

.bsmi-developer-search input:focus {
  border-color: #bd9420;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(189, 148, 32, 0.4);
}

.bsmi-developer-search input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.bsmi-developer-list {
  display: grid;
  align-content: start;
  gap: 5px;
  overflow: visible;
  padding: 0 20px 22px;
}

.bsmi-developer-clear {
  justify-self: end;
  border: 0;
  background: transparent;
  color: #38527a;
  padding: 0 2px 4px;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.bsmi-developer-item-shell {
  min-height: 82px;
  box-sizing: border-box;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #f4f4f4;
}

.bsmi-developer-item {
  width: 100%;
  height: 68px;
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr) 70px;
  gap: 8px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #111827;
  padding: 0 0 0 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.bsmi-developer-item:hover,
.bsmi-developer-item:focus-visible {
  outline: 0;
}

.bsmi-developer-item:focus-within {
  box-shadow: inset 0 0 0 1px rgba(11, 111, 255, 0.45);
}

.bsmi-developer-item input {
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  margin: 0;
  display: inline-block;
  position: relative;
  border: 1.4px solid #6b7280;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}

.bsmi-developer-item input:checked {
  border-color: #0b6fff;
  background: #0b6fff;
}

.bsmi-developer-item input:checked::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0.5px;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.bsmi-developer-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bsmi-developer-brand {
  width: 70px;
  height: 70px;
  display: grid;
  align-items: center;
  justify-items: stretch;
  overflow: hidden;
}

.bsmi-developer-brand img {
  width: 70px;
  height: 70px;
  display: block;
  object-fit: contain;
}

.bsmi-developer-brand b {
  display: none;
  min-width: 0;
  overflow: hidden;
  color: rgba(17, 24, 39, 0.76);
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.9;
}

.bsmi-developer-brand.is-text b,
.bsmi-developer-brand.is-missing b {
  display: block;
}

.bsmi-developer-empty {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.bsmi-popover {
  display: none;
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  width: min(460px, 90vw);
  padding: 12px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bsmi-shadow);
}

.bsmi-popover.is-open {
  display: block;
}

.bsmi-popover-info {
  width: 288px;
  padding: 0;
  overflow: hidden;
}

.bsmi-popover-info.is-open {
  max-height: min(720px, calc(100dvh - 138px));
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
}

.bsmi-popover-info .bsmi-info-coverage {
  order: -1;
}

.bsmi-popover-label {
  margin: 0 0 8px;
  color: #687076;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bsmi-chip-row,
.bsmi-metric-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.bsmi-metric-menu {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.bsmi-metric-menu button {
  justify-content: flex-start;
  text-align: left;
}

.bsmi-metric-menu span {
  margin: 4px 0;
  color: #687076;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.bsmi-popover label {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 800;
}

.bsmi-show-panel {
  width: 200px;
  padding: 8px 0;
}

.bsmi-popover .bsmi-show-item {
  position: relative;
  min-height: 38px;
  width: calc(100% - 2px);
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 0 16px;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.bsmi-show-label {
  min-width: 0;
  line-height: 18px;
}

.bsmi-show-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.bsmi-show-switch {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 20px;
  border-radius: 999px;
  background: #d4d4cf;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.05);
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.bsmi-show-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.2);
  transition: transform 160ms ease;
}

.bsmi-show-item input:checked + .bsmi-show-switch {
  background: #4b9471;
  box-shadow: inset 0 0 0 1px rgba(26, 127, 78, 0.18);
}

.bsmi-show-item input:checked + .bsmi-show-switch::after {
  transform: translateX(16px);
}

.bsmi-show-item:focus-within .bsmi-show-switch {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.bsmi-info-row {
  padding: 9px 12px;
  border-bottom: 0.5px solid #e5e5e5;
}

.bsmi-info-row:last-child {
  border-bottom: 0;
}

.bsmi-info-row strong {
  display: block;
  margin: 0 0 2px;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.bsmi-info-row p {
  margin: 0;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
}

.bsmi-info-coverage small {
  display: block;
  margin-top: 7px;
  color: #6b7280;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.32;
}

.bsmi-coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 9px;
}

.bsmi-coverage-grid span {
  min-height: 46px;
  display: grid;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.86);
  padding: 7px 8px;
}

.bsmi-coverage-grid b {
  color: #050505;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}

.bsmi-coverage-grid em {
  color: #6b7280;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.bsmi-official-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.bsmi-official-source-links em {
  flex: 0 0 100%;
  color: #687076;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.bsmi-official-source-links a {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.bsmi-official-source-links a:hover,
.bsmi-official-source-links a:focus-visible {
  border-color: rgba(37, 99, 235, 0.45);
  color: #0f5aff;
  outline: 0;
}

.bsmi-layer-summary {
  left: 16px;
  bottom: 16px;
  width: 228px;
  display: none;
  gap: 9px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  backdrop-filter: blur(16px);
}

.bsmi-layer-summary.is-visible {
  display: grid;
}

.bsmi-layer-summary-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}

.bsmi-layer-summary-head strong {
  color: #111827;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.bsmi-layer-summary-head span {
  color: #687076;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.bsmi-layer-summary-list {
  display: grid;
  gap: 7px;
}

.bsmi-layer-summary-list p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.bsmi-layer-summary-list i,
.bsmi-poi-marker span {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--bsmi-poi-color, #111827);
  color: #fff;
  font-style: normal;
  font-weight: 950;
}

.bsmi-layer-summary-list i {
  width: 22px;
  height: 22px;
  font-size: 10px;
}

.bsmi-layer-summary-list span {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-layer-summary-list b {
  color: #4b5563;
  font-size: 11px;
  font-weight: 900;
}

.bsmi-poi-marker {
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
}

.bsmi-poi-marker span {
  width: 32px;
  height: 32px;
  border-radius: 50% 50% 50% 0;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.3);
  transform: rotate(-45deg);
}

.bsmi-poi-marker span i {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  -webkit-mask: var(--bsmi-poi-icon) center / contain no-repeat;
  mask: var(--bsmi-poi-icon) center / contain no-repeat;
}

.bsmi-poi-marker.is-landmarks {
  --bsmi-poi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M6 21V7l6-4 6 4v14'/%3E%3Cpath d='M9 10h6'/%3E%3Cpath d='M9 14h6'/%3E%3C/svg%3E");
}

.bsmi-poi-marker.is-medical {
  --bsmi-poi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}

.bsmi-poi-marker.is-metro {
  --bsmi-poi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='15' rx='3'/%3E%3Cpath d='M8 21l2-3'/%3E%3Cpath d='M16 21l-2-3'/%3E%3Cpath d='M8 8h8'/%3E%3Cpath d='M8 13h.01'/%3E%3Cpath d='M16 13h.01'/%3E%3C/svg%3E");
}

.bsmi-poi-marker.is-schools {
  --bsmi-poi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10 12 5 2 10l10 5 10-5Z'/%3E%3Cpath d='M6 12v5c3 2 9 2 12 0v-5'/%3E%3C/svg%3E");
}

.bsmi-poi-tooltip {
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.88);
  color: #fff;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 850;
}

.bsmi-wrap.is-rail-open .bsmi-layer-summary,
.bsmi-wrap.is-project-mode .bsmi-layer-summary {
  display: none;
}

.bsmi-map-rail {
  top: 65px;
  left: 0;
  right: auto;
  bottom: 0;
  width: 400px;
  display: block;
  overflow: auto;
  border: 0;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  padding: 20px;
  box-shadow: none;
  backdrop-filter: none;
  overscroll-behavior: contain;
  transform: translateX(calc(-100% - 28px));
  transition: transform 0.2s ease;
}

.bsmi-wrap.is-rail-open .bsmi-map-rail {
  transform: none;
}

.bsmi-rail-kicker {
  margin: 0 0 6px;
  color: var(--bsmi-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bsmi-map-rail h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

.bsmi-rail-number {
  margin-top: 8px;
  font-size: 25px;
  font-weight: 950;
}

.bsmi-map-rail p {
  margin: 7px 0 0;
  color: #687076;
  font-size: 13px;
}

.bsmi-rail-dashboard {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 4px;
  padding: 8px 14px;
  border: 1px solid #2b3958;
  border-radius: 6px;
  background: #172333;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.bsmi-rail-dashboard span {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: #ff8a32;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='M18 17V9'/%3E%3Cpath d='M13 17V5'/%3E%3Cpath d='M8 17v-3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='M18 17V9'/%3E%3Cpath d='M13 17V5'/%3E%3Cpath d='M8 17v-3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-rail-dashboard:hover,
.bsmi-rail-dashboard:focus-visible {
  border-color: #ff8a32;
  background: #202f43;
  outline: 0;
}

.bsmi-area-sheet-head {
  position: relative;
  min-height: 21px;
  display: block;
}

.bsmi-area-sheet-head h2 {
  margin: 0 40px 0 0;
  color: #050505;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}

.bsmi-area-sheet-head button {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 35px;
  background: rgba(197, 197, 197, 0.43);
  color: #050505;
  font: inherit;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

.bsmi-area-sheet-head button::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-area-signal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid #e4e9ee;
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px;
}

.bsmi-area-signal div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.bsmi-area-signal span,
.bsmi-area-source-strip span {
  color: #657282;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.bsmi-area-signal strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

.bsmi-area-signal b {
  color: #0f172a;
  font-size: 26px;
  line-height: 1;
}

.bsmi-area-signal > i,
.bsmi-compare-score i {
  position: relative;
  grid-column: 1 / -1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e9ee;
}

.bsmi-area-signal > i::before,
.bsmi-compare-score i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bsmi-area-score, 0%);
  border-radius: inherit;
  background: #0f766e;
}

.bsmi-area-signal.is-selective > i::before,
.bsmi-compare-insight-card.is-selective .bsmi-compare-score i::before {
  background: #c08a2e;
}

.bsmi-area-signal.is-watch > i::before,
.bsmi-compare-insight-card.is-watch .bsmi-compare-score i::before {
  background: #64748b;
}

.bsmi-area-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.bsmi-area-compare {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #dbe4ec;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.bsmi-area-compare span {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h7'/%3E%3Cpath d='M3 17h7'/%3E%3Cpath d='M14 7h7'/%3E%3Cpath d='M14 17h7'/%3E%3Cpath d='M10 7a4 4 0 0 0 4 4'/%3E%3Cpath d='M14 13a4 4 0 0 1-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h7'/%3E%3Cpath d='M3 17h7'/%3E%3Cpath d='M14 7h7'/%3E%3Cpath d='M14 17h7'/%3E%3Cpath d='M10 7a4 4 0 0 0 4 4'/%3E%3Cpath d='M14 13a4 4 0 0 1-4 4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-area-actions .bsmi-area-cta {
  width: 100%;
  min-width: 0;
  border-radius: 8px;
  margin-top: 0;
  padding-right: 12px;
  box-shadow: none;
}

.bsmi-area-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.bsmi-area-kpi-card {
  height: 106px;
  min-height: 106px;
  display: grid;
  align-content: start;
  gap: 4px;
  border: 0.5px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 14px 16px;
}

.bsmi-area-kpi-card i {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #dff3f0;
  position: relative;
}

.bsmi-area-kpi-card i::before {
  content: "";
  position: absolute;
  inset: 7px;
  background: #0f766e;
  -webkit-mask: var(--bsmi-kpi-icon) center / contain no-repeat;
  mask: var(--bsmi-kpi-icon) center / contain no-repeat;
}

.bsmi-area-kpi-card span {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.bsmi-area-kpi-card strong {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.bsmi-area-kpi-card strong em {
  font-style: normal;
}

.bsmi-kpi-currency {
  margin-right: 5px;
  color: #222;
  font-size: 0.66em;
  font-weight: 850;
  letter-spacing: 0;
  vertical-align: 0.08em;
}

.bsmi-kpi-percent {
  margin-left: 1px;
  font-size: 0.62em;
  font-weight: 850;
  vertical-align: 0.02em;
}

.bsmi-area-kpi-card.is-currency {
  border-color: #dceeed;
}

.bsmi-area-kpi-card.is-pulse {
  border-color: #e5e7eb;
}

.bsmi-area-kpi-card.is-home {
  border-color: #e0dbff;
}

.bsmi-area-kpi-card.is-calendar {
  border-color: #fdecd3;
}

.bsmi-area-kpi-card.is-trend {
  border-color: #dfe2f5;
}

.bsmi-area-kpi-card.is-supply {
  border-color: #dceeed;
}

.bsmi-area-kpi-card.is-currency i {
  background: #dceeed;
  --bsmi-kpi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M17 7.5c-1.2-1-3-1.5-5-1.5-2.8 0-5 1.2-5 3s2.2 3 5 3 5 1.2 5 3-2.2 3-5 3c-2 0-3.8-.5-5-1.5'/%3E%3C/svg%3E");
}

.bsmi-area-kpi-card.is-pulse i {
  background: #f3f4f6;
  --bsmi-kpi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h4l2-6 4 12 2-6h4'/%3E%3C/svg%3E");
}

.bsmi-area-kpi-card.is-home i {
  background: #e0dbff;
  --bsmi-kpi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E");
}

.bsmi-area-kpi-card.is-calendar i {
  background: #fdecd3;
  --bsmi-kpi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4'/%3E%3Cpath d='M16 3v4'/%3E%3Cpath d='M4 10h16'/%3E%3C/svg%3E");
}

.bsmi-area-kpi-card.is-trend i {
  background: #dfe2f5;
  --bsmi-kpi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 16 5-5 4 4 7-7'/%3E%3Cpath d='M14 8h6v6'/%3E%3C/svg%3E");
}

.bsmi-area-kpi-card.is-supply i {
  background: #dceeed;
  --bsmi-kpi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4.5v9L12 21l-8-4.5v-9L12 3Z'/%3E%3Cpath d='M12 12v9'/%3E%3Cpath d='m4 7.5 8 4.5 8-4.5'/%3E%3C/svg%3E");
}

.bsmi-area-kpi-card.is-pulse span {
  color: #6b7280;
}

.bsmi-area-projects {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.bsmi-area-projects > h3 {
  margin: 0 0 12px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.bsmi-area-project-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.bsmi-area-project-source {
  margin: 10px 2px 0;
  color: #7a7a7a;
  font-size: 10.5px;
  line-height: 15px;
}

.bsmi-area-project-card {
  min-height: 145px;
  display: flex;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.bsmi-area-project-card:hover,
.bsmi-area-project-card:focus-visible {
  border-color: #c9d8ef;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}

.bsmi-area-project-media {
  position: relative;
  width: 100px;
  min-width: 100px;
  min-height: 143px;
  display: block;
  overflow: hidden;
  background: #e5e7eb;
}

.bsmi-area-project-media > img {
  width: 100%;
  height: 100%;
  min-height: 143px;
  display: block;
  object-fit: cover;
}

.bsmi-area-project-status {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: calc(100% - 16px);
  overflow: hidden;
  border-radius: 20px;
  background: rgba(82, 82, 91, 0.9);
  color: #fff;
  padding: 3px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-area-project-status.is-active {
  background: rgba(22, 163, 74, 0.9);
}

.bsmi-area-project-brand {
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(34, 34, 34, 0.58);
  color: #fff;
  padding: 3px;
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.bsmi-area-project-info {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 12px 12px 14px;
}

.bsmi-area-project-head {
  min-width: 0;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.bsmi-area-project-head > span {
  min-width: 0;
  flex: 1 1 auto;
}

.bsmi-area-project-head strong {
  display: block;
  overflow: hidden;
  color: #111;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 18.72px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-area-project-head em {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #888;
  font-size: 12.48px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-area-project-head > i {
  width: 16px;
  height: 20px;
  flex: 0 0 16px;
  margin-top: 2px;
  background: #bbb;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3E%3Cpath d='m6 4 4 6-4 6' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3E%3Cpath d='m6 4 4 6-4 6' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-area-project-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.bsmi-area-project-price {
  min-height: 15.5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bsmi-area-project-price small,
.bsmi-area-project-progress small {
  color: #aaa;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}

.bsmi-area-project-price b {
  overflow: hidden;
  color: #0e66ff;
  font-size: 13.12px;
  font-weight: 700;
  line-height: 15.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-area-project-progress {
  min-height: 21.5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bsmi-area-project-progress > span {
  min-height: 13.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bsmi-area-project-progress b {
  color: #444;
  font-size: 11.52px;
  font-weight: 700;
  line-height: 13.5px;
}

.bsmi-area-project-progress.is-units b,
.bsmi-area-project-progress.is-sales b {
  color: #f59e0b;
}

.bsmi-area-project-progress > i {
  height: 4px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: #f0f0f0;
}

.bsmi-area-project-progress > i > em {
  width: var(--bsmi-project-progress, 0%);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #0e66ff;
}

.bsmi-area-project-progress.is-units > i > em,
.bsmi-area-project-progress.is-sales > i > em {
  background: #f59e0b;
}

.bsmi-project-detail {
  position: fixed;
  inset: 0;
  z-index: 1250;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Public Sans", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.bsmi-project-detail-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 57px;
  flex: 0 0 57px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(247, 246, 243, 0.97);
  backdrop-filter: blur(16px);
}

.bsmi-project-detail-header-inner {
  width: min(1160px, 100%);
  height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.bsmi-project-detail-back {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border: 1px solid #e2e0dc;
  border-radius: 999px;
  background: #fff;
  color: #111;
  padding: 0;
  cursor: pointer;
}

.bsmi-project-detail-back i {
  width: 18px;
  height: 18px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m15 18-6-6 6-6M9 12h11' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m15 18-6-6 6-6M9 12h11' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-detail-header nav {
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bsmi-project-detail-header nav::-webkit-scrollbar {
  display: none;
}

.bsmi-project-detail-header nav button {
  min-width: max-content;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #656565;
  padding: 0 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.bsmi-project-detail-header nav button:hover,
.bsmi-project-detail-header nav button:focus-visible {
  background: #efeeea;
  color: #111;
  outline: 0;
}

.bsmi-project-detail-header nav button.is-active {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #111;
  color: #fff;
}

.bsmi-project-detail-header nav button[data-project-detail-nav="overview"]::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 11 8-7 8 7v9h-6v-6h-4v6H4Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 11 8-7 8 7v9h-6v-6h-4v6H4Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-detail-header-actions {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bsmi-project-detail-header-actions button,
.bsmi-project-detail-header-actions > a {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #deddd9;
  border-radius: 8px;
  background: #fff;
  color: #111;
  padding: 0 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.bsmi-project-detail-header-actions .bsmi-project-detail-report {
  min-width: 188px;
  border-color: #df652e;
  background: #df652e;
  color: #fff;
  box-shadow: 0 5px 14px rgba(223, 101, 46, 0.2);
}

.bsmi-project-detail-header-actions .bsmi-project-detail-close {
  min-width: 85px;
  background: #f0efec;
}

.bsmi-project-detail-header-actions button:hover,
.bsmi-project-detail-header-actions button:focus-visible,
.bsmi-project-detail-header-actions > a:hover,
.bsmi-project-detail-header-actions > a:focus-visible {
  border-color: #afc7ec;
  background: #f6f9ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(14, 102, 255, 0.2);
}

.bsmi-project-detail-header-actions i {
  width: 17px;
  height: 17px;
  background: currentColor;
}

.bsmi-project-detail-report i {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v12m0 0 4-4m-4 4-4-4M5 20h14' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v12m0 0 4-4m-4 4-4-4M5 20h14' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-detail-close i {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 7 10 10M17 7 7 17' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 7 10 10M17 7 7 17' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-detail-body {
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
}

.bsmi-project-detail-container {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.bsmi-project-detail-gallery {
  width: 100%;
  height: 422px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.bsmi-project-gallery-main {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #1a1a1a;
  width: 100%;
  height: 100%;
}

.bsmi-project-gallery-main > img,
.bsmi-project-gallery-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bsmi-project-gallery-main > button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #111;
  transform: translateY(-50%);
  cursor: pointer;
}

.bsmi-project-gallery-main > button::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m10 3-5 5 5 5' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m10 3-5 5 5 5' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-gallery-main > button.is-prev {
  left: 12px;
}

.bsmi-project-gallery-main > button.is-next {
  right: 12px;
}

.bsmi-project-gallery-main > button.is-next::before {
  transform: rotate(180deg);
}

.bsmi-project-gallery-main > span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  min-width: 45px;
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
}

.bsmi-project-gallery-main > span b {
  margin-right: 3px;
}

.bsmi-project-gallery-basis {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  max-width: calc(100% - 90px);
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  padding: 3px 9px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

a.bsmi-project-gallery-basis:hover,
a.bsmi-project-gallery-basis:focus-visible {
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
}

.bsmi-project-gallery-thumbs {
  display: none;
}

.bsmi-project-gallery-thumbs button {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: #1a1a1a;
  padding: 0;
  cursor: pointer;
}

.bsmi-project-gallery-thumbs button.is-active {
  box-shadow: inset 0 0 0 3px #0e66ff;
}

.bsmi-project-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 794px) minmax(0, 258px);
  gap: 28px;
  padding-top: 36px;
}

.bsmi-project-detail-main {
  min-width: 0;
}

.bsmi-project-detail-intro {
  min-height: 0;
  position: relative;
}

.bsmi-project-detail-intro h1 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 38px;
  font-weight: 700;
  line-height: 43px;
}

.bsmi-project-detail-intro > p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 8px 0 0;
  color: #707070;
  font-size: 13px;
  line-height: 18px;
}

.bsmi-project-detail-intro > p i {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #999;
}

.bsmi-project-detail-intro > em {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-top: 12px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0e66ff;
  padding: 3px 8px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.bsmi-project-detail-map-view {
  min-width: 124px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  border: 0;
  border-radius: 7px;
  background: #111;
  color: #fff;
  padding: 0 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.bsmi-project-detail-map-view i {
  width: 16px;
  height: 16px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-detail-map-view:hover,
.bsmi-project-detail-map-view:focus-visible {
  background: #2a2a2a;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.16);
}

.bsmi-project-chess {
  position: fixed;
  inset: 0;
  z-index: 1330;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f5f5f2;
  color: #161616;
  font-family: "Public Sans", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.bsmi-project-chess,
.bsmi-project-chess * {
  box-sizing: border-box;
}

.bsmi-project-chess-progress {
  width: 100%;
  height: 72px;
  flex: 0 0 72px;
  border-bottom: 1px solid #e5e4df;
  background: #fff;
  padding: 17px max(32px, calc((100vw - 1240px) / 2)) 12px;
}

.bsmi-project-chess-progress > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bsmi-project-chess-progress span,
.bsmi-project-chess-progress strong {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}

.bsmi-project-chess-progress span {
  color: #696969;
}

.bsmi-project-chess-progress strong {
  color: #161616;
  font-weight: 750;
}

.bsmi-project-chess-progress > i {
  width: 100%;
  height: 12px;
  display: block;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e8e5;
}

.bsmi-project-chess-progress > i > b {
  width: var(--bsmi-chess-progress, 0%);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #49c878;
}

.bsmi-project-chess-header {
  width: 100%;
  min-height: 64px;
  flex: 0 0 64px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #deddd8;
  background: rgba(245, 245, 242, 0.98);
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
}

.bsmi-project-chess-back {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d9d8d3;
  border-radius: 999px;
  background: #fff;
  color: #161616;
  padding: 0;
  cursor: pointer;
}

.bsmi-project-chess-back i {
  width: 18px;
  height: 18px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m15 18-6-6 6-6M9 12h11' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m15 18-6-6 6-6M9 12h11' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-chess-back:hover,
.bsmi-project-chess-back:focus-visible {
  border-color: #9d9b94;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(22, 22, 22, 0.1);
}

.bsmi-project-chess-header > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.bsmi-project-chess-header > div strong {
  color: #161616;
  font-size: 15px;
  font-weight: 750;
  line-height: 19px;
}

.bsmi-project-chess-header > div span {
  overflow: hidden;
  color: #737373;
  font-size: 11px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-project-chess-inquiry,
.bsmi-project-chess-empty button {
  min-height: 40px;
  border: 0;
  border-radius: 7px;
  background: #171717;
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-project-chess-inquiry:hover,
.bsmi-project-chess-inquiry:focus-visible,
.bsmi-project-chess-empty button:hover,
.bsmi-project-chess-empty button:focus-visible {
  background: #303030;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.13);
}

.bsmi-project-chess-body {
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 28px max(32px, calc((100vw - 1240px) / 2)) 40px;
}

.bsmi-project-chess-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(360px, 1fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}

.bsmi-project-chess-intro > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.bsmi-project-chess-intro span {
  color: #767676;
  font-size: 11px;
  line-height: 15px;
}

.bsmi-project-chess-intro strong {
  color: #161616;
  font-size: 22px;
  font-weight: 750;
  line-height: 28px;
}

.bsmi-project-chess-intro p {
  max-width: 720px;
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 19px;
}

.bsmi-project-chess-grid {
  overflow: hidden;
  border: 1px solid #deddd8;
  border-radius: 8px;
  background: #fff;
}

.bsmi-project-chess-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  border-top: 1px solid #e5e4df;
}

.bsmi-project-chess-row:first-child {
  border-top: 0;
}

.bsmi-project-chess-row-label {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid #e5e4df;
  background: #f7f7f4;
  padding: 18px 15px;
}

.bsmi-project-chess-row-label strong {
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 750;
  line-height: 17px;
}

.bsmi-project-chess-row-label span {
  color: #777;
  font-size: 10px;
  line-height: 14px;
}

.bsmi-project-chess-tiles {
  min-width: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(196px, 220px);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: #c8c7c2 transparent;
}

.bsmi-project-chess-tile {
  min-width: 0;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddddd9;
  border-top: 4px solid #0e66ff;
  border-radius: 7px;
  background: #fff;
  padding: 15px 14px 12px;
  scroll-snap-align: start;
}

.bsmi-project-chess-tile.is-listing {
  border-top-color: #f59e0b;
  background: #fffdf7;
}

.bsmi-project-chess-tile > strong {
  overflow-wrap: anywhere;
  color: #161616;
  font-size: 15px;
  font-weight: 750;
  line-height: 20px;
}

.bsmi-project-chess-tile > p {
  margin: 6px 0 0;
  color: #4f4f4f;
  font-size: 11px;
  line-height: 16px;
}

.bsmi-project-chess-tile > span {
  margin-top: auto;
  padding-top: 14px;
  color: #858585;
  font-size: 9.5px;
  line-height: 14px;
}

.bsmi-project-chess-body > footer {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 16px;
  margin-top: 18px;
  color: #777;
  font-size: 10px;
  line-height: 16px;
}

.bsmi-project-chess-body > footer span:first-child {
  color: #313131;
  font-weight: 700;
}

.bsmi-project-chess-empty {
  min-height: 310px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid #deddd8;
  border-radius: 8px;
  background: #fff;
  padding: 36px;
  text-align: center;
}

.bsmi-project-chess-empty > i {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 14px;
  background: #a3a3a3;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' fill='none' stroke='black' stroke-width='1.6'/%3E%3Cpath d='M3 9h18M9 3v18m6-18v18' fill='none' stroke='black' stroke-width='1.4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' fill='none' stroke='black' stroke-width='1.6'/%3E%3Cpath d='M3 9h18M9 3v18m6-18v18' fill='none' stroke='black' stroke-width='1.4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-chess-empty > strong {
  color: #171717;
  font-size: 18px;
  line-height: 24px;
}

.bsmi-project-chess-empty > p {
  max-width: 590px;
  margin: 9px auto 20px;
  color: #676767;
  font-size: 12px;
  line-height: 19px;
}

.bsmi-project-detail-progress {
  position: static;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  margin-top: 20px;
}

.bsmi-project-detail-progress span,
.bsmi-project-detail-progress strong {
  font-size: 13px;
  line-height: 18px;
}

.bsmi-project-detail-progress span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #181818;
  font-weight: 700;
}

.bsmi-project-detail-progress span::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 16px;
  background: #2ea96b;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16M6 20V9l6-5 6 5v11M9 20v-6h6v6M9 10h.01M15 10h.01' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20h16M6 20V9l6-5 6 5v11M9 20v-6h6v6M9 10h.01M15 10h.01' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-detail-progress strong {
  color: #111;
}

.bsmi-project-detail-progress > i {
  grid-column: 1 / -1;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: #ececec;
}

.bsmi-project-detail-progress > i > b {
  width: var(--bsmi-detail-progress, 0%);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #49c878;
}

.bsmi-project-detail-progress > small {
  grid-column: 1 / -1;
  color: #737373;
  font-size: 9.5px;
  line-height: 14px;
}

.bsmi-project-detail-progress > small a,
.bsmi-floor-plan-source a,
.bsmi-unit-spec-note a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #b9b9b9;
  text-underline-offset: 2px;
}

.bsmi-project-detail-progress > small a:hover,
.bsmi-project-detail-progress > small a:focus-visible,
.bsmi-floor-plan-source a:hover,
.bsmi-floor-plan-source a:focus-visible,
.bsmi-unit-spec-note a:hover,
.bsmi-unit-spec-note a:focus-visible {
  color: #111;
}

.bsmi-project-detail-section {
  padding: 36px 0;
  border-top: 1px solid #e7e7e7;
  scroll-margin-top: 72px;
}

.bsmi-project-detail-intro + .bsmi-project-detail-section {
  border-top: 0;
}

.bsmi-project-detail-section h2,
.bsmi-project-detail-ready h2 {
  margin: 0 0 22px;
  color: #111;
  font-size: 24px;
  font-weight: 650;
  line-height: 30px;
}

.bsmi-project-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bsmi-project-highlight {
  min-height: 117px;
  display: grid;
  align-content: start;
  gap: 7px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #fff;
  padding: 16px 18px;
}

.bsmi-project-highlight > i {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #e7f0ff;
  position: relative;
}

.bsmi-project-highlight > i::before {
  content: "";
  position: absolute;
  inset: 7px;
  background: #0e66ff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 18 4-5 4 3 7-10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 18 4-5 4 3 7-10' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-highlight.is-units > i,
.bsmi-project-highlight.is-building > i {
  background: #e8f6ee;
}

.bsmi-project-highlight.is-units > i::before,
.bsmi-project-highlight.is-building > i::before {
  background: #178455;
}

.bsmi-project-highlight.is-calendar > i,
.bsmi-project-highlight.is-handover > i {
  background: #fff1d9;
}

.bsmi-project-highlight.is-calendar > i::before,
.bsmi-project-highlight.is-handover > i::before {
  background: #aa6b00;
}

.bsmi-project-highlight span {
  color: #777;
  font-size: 10px;
  font-weight: 650;
  line-height: 13px;
  text-transform: uppercase;
}

.bsmi-project-highlight strong {
  overflow-wrap: anywhere;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

.bsmi-project-highlight-source {
  display: block;
  overflow-wrap: anywhere;
  color: #777;
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
}

.bsmi-project-highlight-source a,
.bsmi-payment-plan-source a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #b9b9b9;
  text-underline-offset: 2px;
}

.bsmi-project-highlight-source a:hover,
.bsmi-project-highlight-source a:focus-visible,
.bsmi-payment-plan-source a:hover,
.bsmi-payment-plan-source a:focus-visible {
  color: #111;
}

.bsmi-project-detail-source,
.bsmi-project-transaction-note {
  margin: 14px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 16px;
}

.bsmi-project-detail-unavailable {
  min-height: 116px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  background: #f8fafc;
  padding: 18px;
}

.bsmi-project-detail-unavailable > i {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #e8eef6;
  position: relative;
}

.bsmi-project-detail-unavailable > i::before {
  content: "";
  position: absolute;
  inset: 11px;
  background: #526173;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='10' width='14' height='10' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='10' width='14' height='10' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-detail-unavailable strong {
  display: block;
  color: #111;
  font-size: 14px;
  line-height: 19px;
}

.bsmi-project-detail-unavailable p {
  margin: 5px 0 0;
  color: #687076;
  font-size: 12px;
  line-height: 17px;
}

.bsmi-project-detail-unavailable button,
.bsmi-project-detail-ready button,
.bsmi-project-detail-side-card > button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #0e66ff;
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-payment-plan {
  border: 1px solid #e3e1dc;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.bsmi-payment-plan-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bsmi-payment-plan-summary article {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-radius: 7px;
  background: #f7f6f3;
  padding: 12px 14px;
}

.bsmi-payment-plan-summary span,
.bsmi-payment-milestones span {
  color: #777;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.bsmi-payment-plan-summary strong,
.bsmi-payment-milestones strong {
  color: #111;
  font-size: 14px;
  line-height: 19px;
}

.bsmi-payment-milestones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.bsmi-payment-milestones article {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #e5e4e0;
  border-radius: 7px;
  padding: 11px;
}

.bsmi-payment-milestones article > i {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.bsmi-payment-milestones article > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.bsmi-payment-milestones small {
  color: #777;
  font-size: 10px;
  line-height: 14px;
}

.bsmi-payment-schedule {
  margin-top: 20px;
  border-top: 1px solid #e5e4e0;
  padding-top: 18px;
}

.bsmi-payment-schedule h3 {
  margin: 0 0 11px;
  color: #111;
  font-size: 13px;
  line-height: 18px;
}

.bsmi-payment-schedule > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.bsmi-payment-schedule article {
  min-width: 0;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #efeeeb;
  padding: 9px 0;
}

.bsmi-payment-schedule span {
  color: #777;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
}

.bsmi-payment-schedule strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #333;
  font-size: 10px;
  font-weight: 550;
  line-height: 15px;
}

.bsmi-payment-schedule b {
  color: #111;
  font-size: 11px;
  line-height: 15px;
}

.bsmi-payment-plan > p,
.bsmi-floor-plan-list > p {
  margin: 12px 0 0;
  color: #777;
  font-size: 10px;
  line-height: 16px;
}

.bsmi-payment-plan > p.bsmi-payment-plan-source {
  margin-top: 14px;
  color: #555;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

.bsmi-payment-plan > button {
  min-height: 42px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  background: #0e66ff;
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-floor-plan-list {
  display: grid;
  gap: 10px;
}

.bsmi-floor-plan-list article {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(130px, 0.8fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid #e4e2de;
  border-radius: 8px;
  background: #fff;
  padding: 13px 14px;
}

.bsmi-floor-plan-list article > div {
  display: grid;
  gap: 5px;
}

.bsmi-profile-layout-list article > div small {
  color: #888;
  font-size: 9.5px;
  line-height: 14px;
}

.bsmi-floor-plan-list article strong {
  color: #111;
  font-size: 15px;
}

.bsmi-floor-plan-list article span {
  color: #666;
  font-size: 12px;
}

.bsmi-floor-plan-list article button {
  min-height: 38px;
  border: 1px solid #d9d7d2;
  border-radius: 7px;
  background: #f7f6f3;
  color: #111;
  padding: 0 13px;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-floor-plan-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.bsmi-floor-plan-media-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4e2de;
  border-radius: 8px;
  background: #fff;
}

.bsmi-floor-plan-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #ebe9e5;
  border-radius: 0;
  background: #f6f5f2;
  padding: 0;
  cursor: zoom-in;
}

.bsmi-floor-plan-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
  transition: transform 0.18s ease;
}

.bsmi-floor-plan-media:hover img,
.bsmi-floor-plan-media:focus-visible img {
  transform: scale(1.025);
}

.bsmi-floor-plan-media:focus-visible {
  outline: 2px solid #0e66ff;
  outline-offset: -2px;
}

.bsmi-floor-plan-media > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: rgba(17, 17, 17, 0.88);
  color: #fff;
  padding: 0 9px;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.bsmi-floor-plan-media > span i {
  width: 13px;
  height: 13px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m20 20-4-4M11 8v6M8 11h6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m20 20-4-4M11 8v6M8 11h6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-floor-plan-media-grid article > div {
  min-height: 82px;
  display: grid;
  align-content: start;
  gap: 3px;
  padding: 12px;
}

.bsmi-floor-plan-media-grid article > div strong {
  color: #111;
  font-size: 14px;
  line-height: 19px;
}

.bsmi-floor-plan-media-grid article > div small {
  overflow: hidden;
  color: #777;
  font-size: 10px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-floor-plan-media-grid article > div p,
.bsmi-floor-plan-source {
  margin: 0;
  color: #5f5f5f;
  font-size: 11px;
  line-height: 17px;
}

.bsmi-floor-plan-source {
  margin-top: 12px;
  color: #777;
  font-size: 10px;
}

.bsmi-floor-plan-viewer {
  position: fixed;
  inset: 0;
  z-index: 8;
  display: none;
  place-items: center;
  padding: 24px;
}

.bsmi-wrap.is-floor-plan-open .bsmi-floor-plan-viewer {
  display: grid;
}

.bsmi-floor-plan-viewer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 15, 20, 0.78);
  padding: 0;
  backdrop-filter: blur(8px);
}

.bsmi-floor-plan-viewer-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 48px));
  height: min(780px, calc(100vh - 48px));
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr) 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.bsmi-floor-plan-viewer-dialog > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e9e7e2;
  padding: 0 18px;
}

.bsmi-floor-plan-viewer-dialog > header > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.bsmi-floor-plan-viewer-dialog > header span {
  color: #777;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.bsmi-floor-plan-viewer-dialog > header strong {
  overflow: hidden;
  color: #111;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-floor-plan-viewer-dialog > header button {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid #deddd9;
  border-radius: 999px;
  background: #f5f4f1;
  padding: 0;
  cursor: pointer;
}

.bsmi-floor-plan-viewer-dialog > header button::before,
.bsmi-floor-plan-viewer-dialog > header button::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #111;
  transform: rotate(45deg);
}

.bsmi-floor-plan-viewer-dialog > header button::after {
  transform: rotate(-45deg);
}

.bsmi-floor-plan-viewer-dialog > div {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  background: #f2f1ee;
  padding: 18px;
}

.bsmi-floor-plan-viewer-dialog > div img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.1);
}

.bsmi-floor-plan-viewer-dialog > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e9e7e2;
  color: #0e66ff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.bsmi-project-detail-copy {
  max-width: 720px;
  margin: 0;
  color: #353535;
  font-size: 14px;
  line-height: 22px;
}

.bsmi-project-nearby-summary {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: -4px 0 26px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 14px 0;
}

.bsmi-project-nearby-summary > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1c1c1c;
  font-size: 11px;
  font-weight: 750;
  line-height: 16px;
}

.bsmi-project-nearby-summary > span i {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 7px;
  background: #e9f2ff;
  position: relative;
}

.bsmi-project-nearby-summary > span i::before {
  content: "";
  position: absolute;
  inset: 7px;
  background: #0e66ff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='10' r='2.4' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='10' r='2.4' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-nearby-summary > span.is-estimate i {
  background: #fff3da;
}

.bsmi-project-nearby-summary > span.is-estimate i::before {
  background: #a76700;
}

.bsmi-project-nearby-summary p {
  margin: 0;
  color: #686868;
  font-size: 11px;
  line-height: 17px;
}

.bsmi-project-nearby-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 34px;
}

.bsmi-project-nearby-group {
  min-width: 0;
  border-top: 2px solid #e5e7eb;
  padding-top: 14px;
}

.bsmi-project-nearby-group > header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.bsmi-project-nearby-group > header i {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 7px;
  background: #e7f0ff;
  position: relative;
}

.bsmi-project-nearby-group > header i::before {
  content: "";
  position: absolute;
  inset: 7px;
  background: #0e66ff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 20V8l7-4 7 4v12M4 20h16M9 11h6M9 15h6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 20V8l7-4 7 4v12M4 20h16M9 11h6M9 15h6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-nearby-group.is-metro {
  border-top-color: #3a9f75;
}

.bsmi-project-nearby-group.is-metro > header i {
  background: #e7f7ef;
}

.bsmi-project-nearby-group.is-metro > header i::before {
  background: #087a4c;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='3' width='14' height='15' rx='4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M8 21l2-3m6 3-2-3M8 8h8m-8 4h8' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='3' width='14' height='15' rx='4' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M8 21l2-3m6 3-2-3M8 8h8m-8 4h8' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.bsmi-project-nearby-group.is-schools {
  border-top-color: #daa322;
}

.bsmi-project-nearby-group.is-schools > header i {
  background: #fff5d8;
}

.bsmi-project-nearby-group.is-schools > header i::before {
  background: #9b6800;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m3 9 9-5 9 5-9 5-9-5Zm3 3v5c4 3 8 3 12 0v-5M21 9v7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m3 9 9-5 9 5-9 5-9-5Zm3 3v5c4 3 8 3 12 0v-5M21 9v7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bsmi-project-nearby-group.is-medical {
  border-top-color: #df6767;
}

.bsmi-project-nearby-group.is-medical > header i {
  background: #fff0f0;
}

.bsmi-project-nearby-group.is-medical > header i::before {
  background: #c43d3d;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6v5h5v6h-5v5H9v-5H4V9h5V4Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4h6v5h5v6h-5v5H9v-5H4V9h5V4Z' fill='black'/%3E%3C/svg%3E");
}

.bsmi-project-nearby-group.is-landmarks {
  border-top-color: #7191c7;
}

.bsmi-project-nearby-group h3 {
  margin: 0;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 750;
  line-height: 19px;
}

.bsmi-project-nearby-group > div {
  display: grid;
}

.bsmi-project-nearby-place {
  min-width: 0;
  min-height: 57px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #ececec;
  color: inherit;
  padding: 9px 3px;
  text-decoration: none;
}

.bsmi-project-nearby-place span,
.bsmi-project-nearby-place strong,
.bsmi-project-nearby-place small {
  min-width: 0;
  display: block;
}

.bsmi-project-nearby-place strong {
  overflow-wrap: anywhere;
  color: #222;
  font-size: 12px;
  font-weight: 680;
  line-height: 17px;
}

.bsmi-project-nearby-place small {
  margin-top: 2px;
  color: #858585;
  font-size: 9.5px;
  line-height: 14px;
}

.bsmi-project-nearby-place b {
  color: #343434;
  font-size: 11px;
  font-weight: 750;
  line-height: 16px;
  white-space: nowrap;
}

a.bsmi-project-nearby-place:hover,
a.bsmi-project-nearby-place:focus-visible {
  background: #f7f9fc;
  outline: 0;
}

.bsmi-project-nearby-empty {
  min-height: 57px;
  display: flex;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #ececec;
  color: #858585;
  padding: 9px 3px;
  font-size: 10.5px;
  line-height: 16px;
}

.bsmi-project-amenity-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bsmi-project-amenity-list span {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px;
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.bsmi-project-amenity-list i {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 7px;
  background: #e8f6ee;
  position: relative;
}

.bsmi-project-amenity-list i::before {
  content: "";
  position: absolute;
  inset: 7px;
  background: #178455;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.bsmi-project-spec-grid p {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 5px;
  margin: 0;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 14px;
}

.bsmi-project-spec-grid span {
  color: #777;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.bsmi-project-spec-grid strong {
  overflow-wrap: anywhere;
  color: #111;
  font-size: 13px;
  line-height: 18px;
}

.bsmi-unit-spec-empty {
  border: 1px solid #e4e2de;
  border-radius: 8px;
  background: #faf9f7;
  padding: 18px 20px;
}

.bsmi-unit-spec-empty strong {
  display: block;
  color: #111;
  font-size: 14px;
}

.bsmi-unit-spec-empty p {
  max-width: 650px;
  margin: 6px 0 0;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 18px;
}

.bsmi-unit-mix {
  height: 32px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: #edf4ed;
}

.bsmi-unit-mix span {
  min-width: 0;
  flex: 0 0 var(--bsmi-unit-share, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #58bf50;
  color: #fff;
  padding: 0 3px;
  font-size: 10px;
  white-space: nowrap;
}

.bsmi-unit-mix span:nth-child(2) {
  background: #4eaf74;
}

.bsmi-unit-mix span:nth-child(3) {
  background: #3e9b88;
}

.bsmi-unit-mix span:nth-child(4n) {
  background: #328ca0;
}

.bsmi-unit-mix b,
.bsmi-unit-mix em {
  font: inherit;
  font-style: normal;
}

.bsmi-unit-spec-table {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #deddd9;
  border-radius: 8px;
}

.bsmi-unit-spec-table > div {
  min-height: 82px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1.35fr 0.65fr 0.65fr 0.95fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #e8e7e4;
  padding: 12px 18px;
  color: #444;
  font-size: 12px;
}

.bsmi-unit-spec-table > div:first-child {
  border-top: 0;
}

.bsmi-unit-spec-table > div.is-head {
  min-height: 58px;
  background: #f7f6f3;
  color: #111;
  font-weight: 700;
}

.bsmi-unit-spec-table .is-head small {
  color: #999;
  font-size: 9px;
  font-weight: 500;
}

.bsmi-unit-spec-table > div > span:nth-child(3) {
  display: grid;
  gap: 4px;
}

.bsmi-unit-spec-table > div > span:nth-child(3) strong {
  color: #111;
  font-size: 13px;
}

.bsmi-unit-spec-table > div > span:nth-child(3) small {
  color: #999;
  font-size: 10px;
}

.bsmi-unit-spec-table > div > span:last-child em {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e9f8ed;
  color: #1a7b44;
  padding: 5px 12px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.bsmi-unit-spec-table > div > span:last-child em.is-historical {
  background: #edf1f5;
  color: #42566f;
}

.bsmi-unit-spec-note {
  margin: 10px 0 0;
  color: #777;
  font-size: 10px;
  line-height: 16px;
}

.bsmi-project-record-title {
  margin: 32px 0 12px;
  color: #111;
  font-size: 16px;
  line-height: 22px;
}

.bsmi-project-transaction-toggle {
  width: fit-content;
  min-width: 250px;
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 3px;
  border: 1px solid #dfe3e8;
  border-radius: 7px;
  background: #f3f5f7;
  padding: 3px;
}

.bsmi-project-transaction-toggle button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #5d6671;
  padding: 7px 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-project-transaction-toggle button:hover {
  color: #111;
}

.bsmi-project-transaction-toggle button:focus-visible {
  outline: 2px solid #0e66ff;
  outline-offset: 1px;
}

.bsmi-project-transaction-toggle button.is-active {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 4px rgba(17, 24, 39, 0.12);
}

.bsmi-project-transaction-toggle button strong {
  min-width: 25px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dfe4e9;
  color: #5d6671;
  padding: 2px 7px;
  font-size: 9px;
  line-height: 14px;
}

.bsmi-project-transaction-toggle button.is-active strong {
  background: #111;
  color: #fff;
}

.bsmi-project-transaction-panel[hidden] {
  display: none;
}

.bsmi-project-transaction-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bsmi-project-transaction-note > strong {
  flex: 0 0 auto;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #edf1f5;
  color: #526173;
  padding: 4px 9px;
  font-size: 9px;
  line-height: 14px;
  white-space: nowrap;
}

.bsmi-project-transaction-note > strong[data-project-transaction-match="project"] {
  background: #e5f6eb;
  color: #177344;
}

.bsmi-project-transaction-note > strong[data-project-transaction-match="project-number"] {
  background: #e5f6eb;
  color: #177344;
}

.bsmi-project-transaction-note > strong[data-project-transaction-match="development"] {
  background: #fff1d8;
  color: #925c00;
}

.bsmi-project-transaction-note > strong[data-project-transaction-match="area"] {
  background: #e9effa;
  color: #315b94;
}

.bsmi-project-transaction-note > span {
  min-width: 0;
}

.bsmi-project-transaction-table {
  margin-top: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  overflow: hidden;
}

.bsmi-project-transaction-table > div {
  min-height: 52px;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.8fr 0.9fr 1.1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #ededed;
  padding: 8px 12px;
  color: #555;
  font-size: 12px;
}

.bsmi-project-transaction-table > div:first-child {
  border-top: 0;
}

.bsmi-project-transaction-table > div.is-head {
  min-height: 38px;
  background: #f6f6f6;
  color: #777;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.bsmi-project-transaction-table strong {
  color: #111;
}

.bsmi-project-registration {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e9f8ed;
  color: #1a7b44;
  padding: 4px 9px;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
}

.bsmi-project-registration.is-rental {
  background: #e9effa;
  color: #315b94;
}

.bsmi-project-registration.is-renewal {
  background: #fff1d8;
  color: #925c00;
}

.bsmi-project-detail-ready {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(286px, 320px);
  align-items: center;
  gap: 36px;
  margin-top: 36px;
  border-radius: 8px;
  background: #0b0b0b;
  color: #fff;
  padding: 38px;
}

.bsmi-project-detail-ready-copy h2 {
  max-width: 330px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.bsmi-project-detail-ready-copy p {
  max-width: 530px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 20px;
}

.bsmi-project-inline-intent {
  width: 100%;
  display: grid;
  justify-items: center;
}

.bsmi-project-inline-intent h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.bsmi-project-inline-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 80px);
  justify-content: center;
  gap: 20px;
  margin-top: 22px;
}

.bsmi-project-inline-options button {
  width: 80px;
  min-width: 0;
  min-height: 106px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.bsmi-project-inline-options button.is-active {
  color: var(--bsmi-blue);
}

.bsmi-project-inline-options button.is-active .bsmi-interest-icon {
  border-color: var(--bsmi-blue);
  background: var(--bsmi-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(14, 102, 255, 0.28);
}

.bsmi-project-detail-ready .bsmi-project-inline-continue {
  min-width: 132px;
  min-height: 44px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  background: var(--bsmi-blue);
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(14, 102, 255, 0.24);
}

.bsmi-project-detail-side {
  align-self: start;
  position: sticky;
  top: 30px;
}

.bsmi-project-detail-side-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.bsmi-project-detail-developer {
  display: flex;
  align-items: center;
  gap: 11px;
}

.bsmi-project-detail-developer > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.bsmi-project-detail-developer strong,
.bsmi-project-detail-developer small,
.bsmi-project-detail-price span,
.bsmi-project-detail-price strong,
.bsmi-project-detail-price small {
  display: block;
}

.bsmi-project-detail-developer strong {
  color: #111;
  font-size: 14px;
  line-height: 18px;
}

.bsmi-project-detail-developer small,
.bsmi-project-detail-price span,
.bsmi-project-detail-price small {
  color: #7b7b7b;
  font-size: 9px;
  font-weight: 650;
  line-height: 13px;
  text-transform: uppercase;
}

.bsmi-project-detail-price {
  margin-top: 20px;
  border-top: 1px solid #ececec;
  padding-top: 18px;
}

.bsmi-project-detail-price strong {
  margin-top: 5px;
  color: #111;
  font-size: 20px;
  line-height: 25px;
}

.bsmi-project-detail-price small {
  margin-top: 5px;
  overflow-wrap: anywhere;
  text-transform: none;
}

.bsmi-project-detail-price small a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #c7c7c7;
  text-underline-offset: 2px;
}

.bsmi-project-detail-price small a:hover,
.bsmi-project-detail-price small a:focus-visible {
  color: #111;
}

.bsmi-project-detail-side-card > button {
  width: 100%;
  margin-top: 20px;
}

.bsmi-project-detail-side-card > a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border: 1px solid #dedede;
  border-radius: 8px;
  color: #333;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
}

.bsmi-project-detail-side-card > a:hover,
.bsmi-project-detail-side-card > a:focus-visible {
  border-color: #afc7ec;
  color: #0e66ff;
}

.bsmi-area-mix,
.bsmi-compare-mini-bars {
  display: grid;
  gap: 8px;
}

.bsmi-area-mix {
  margin-top: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.bsmi-area-mix p,
.bsmi-compare-mini-bars p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 10px;
  align-items: center;
  margin: 0;
}

.bsmi-area-mix span,
.bsmi-compare-mini-bars span {
  min-width: 0;
  overflow: hidden;
  color: #526173;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-area-mix b,
.bsmi-compare-mini-bars b {
  color: #0f172a;
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
}

.bsmi-area-mix p > i,
.bsmi-compare-mini-bars p > i {
  position: relative;
  grid-column: 1 / -1;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.bsmi-area-mix p > i::before,
.bsmi-compare-mini-bars p > i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bsmi-share, 0%);
  border-radius: inherit;
  background: #111827;
}

.bsmi-area-mix .is-gold > i::before,
.bsmi-compare-mini-bars .is-gold > i::before {
  background: #c08a2e;
}

.bsmi-area-mix .is-teal > i::before,
.bsmi-compare-mini-bars .is-teal > i::before {
  background: #0f766e;
}

.bsmi-area-mix .is-blue > i::before {
  background: #2563eb;
}

.bsmi-area-rental-profile {
  margin-top: 24px;
  border-top: 1px solid #e6eaee;
  padding-top: 24px;
}

.bsmi-area-rental-profile-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.bsmi-area-rental-profile-head > div {
  min-width: 0;
}

.bsmi-area-rental-profile-head span,
.bsmi-area-rental-profile-head h3,
.bsmi-area-rental-profile-head strong,
.bsmi-area-rental-profile-head small {
  display: block;
}

.bsmi-area-rental-profile-head span {
  color: #0f766e;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
}

.bsmi-area-rental-profile-head h3 {
  margin: 3px 0 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 650;
  line-height: 22px;
}

.bsmi-area-rental-profile-head strong {
  flex: 0 0 auto;
  color: #0f172a;
  font-size: 18px;
  font-weight: 750;
  line-height: 20px;
  text-align: right;
}

.bsmi-area-rental-profile-head small {
  margin-top: 2px;
  color: #7a8694;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}

.bsmi-area-rental-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  margin-top: 22px;
}

.bsmi-area-rental-profile-group {
  min-width: 0;
}

.bsmi-area-rental-profile-group h4 {
  margin: 0 0 10px;
  color: #334155;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
}

.bsmi-area-rental-profile-group > div {
  display: grid;
  gap: 9px;
}

.bsmi-area-rental-profile-group p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 8px;
  align-items: center;
  margin: 0;
}

.bsmi-area-rental-profile-group p > span {
  min-width: 0;
  overflow: hidden;
  color: #566273;
  font-size: 10px;
  font-weight: 650;
  line-height: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-area-rental-profile-group p > strong {
  color: #172033;
  font-size: 10px;
  font-weight: 800;
  line-height: 13px;
}

.bsmi-area-rental-profile-group p > i {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f4;
}

.bsmi-area-rental-profile-group p > i > b {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bsmi-profile-share, 0%);
  border-radius: inherit;
  background: #1f2937;
}

.bsmi-area-rental-profile-group.is-gold p > i > b {
  background: #b98322;
}

.bsmi-area-rental-profile-group.is-teal p > i > b {
  background: #0f766e;
}

.bsmi-area-rental-profile-group.is-blue p > i > b {
  background: #2563eb;
}

.bsmi-area-rental-profile-group p > small {
  grid-column: 2;
  grid-row: 2;
  color: #8a94a1;
  font-size: 9px;
  font-style: normal;
  font-weight: 650;
  line-height: 10px;
}

.bsmi-area-rental-profile-source {
  margin: 20px 0 0;
  border-top: 1px solid #edf0f2;
  padding-top: 12px;
  color: #7a8694;
  font-size: 10px;
  line-height: 15px;
}

.bsmi-area-rental-profile-source span {
  display: block;
  margin-bottom: 3px;
  color: #465568;
  font-weight: 750;
}

.bsmi-area-description {
  margin-top: 20px;
  padding-top: 30px;
}

.bsmi-area-description h3 {
  margin: 0 0 12px;
  color: #050505;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.bsmi-area-description p {
  margin: 0;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
}

.bsmi-area-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  margin-top: 24px;
  padding: 0 18px 0 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.bsmi-area-cta .bsmi-floating-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-width: 2px;
  border-radius: 4px;
}

.bsmi-area-cta .bsmi-floating-icon::before {
  top: 5px;
  box-shadow: 0 5px 0 #fff;
}

.bsmi-area-cta .bsmi-floating-icon::after {
  top: 15px;
}

.bsmi-area-source-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.bsmi-area-source-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid #e4e9ee;
  border-radius: 999px;
  background: #fff;
  padding: 4px 8px;
  text-transform: none;
}

.bsmi-area-mobile-dock {
  display: none;
}

.bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-floating-list {
  display: none;
}

.bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-mobile-dock {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 980;
  width: 317px;
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  border-radius: 14px;
  background: #050505;
  color: #fff;
  padding: 10px 12px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.bsmi-wrap.is-area-mobile-dock-hidden .bsmi-area-mobile-dock {
  display: none !important;
}

.bsmi-area-mobile-dock-main {
  min-width: 0;
  min-height: 54px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.bsmi-area-mobile-dock-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.bsmi-area-mobile-dock-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-area-mobile-dock-main b {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.bsmi-area-mobile-dock-main em {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-area-mobile-dock-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  padding: 0;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.bsmi-rail-stats {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.bsmi-rail-stats div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #edf0f2;
  padding-top: 7px;
  color: #687076;
  font-size: 13px;
}

.bsmi-rail-stats strong {
  color: #111827;
}

.bsmi-rail-history {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #f8fafc;
  padding: 10px;
}

.bsmi-rail-history-head,
.bsmi-rail-history-list p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.bsmi-rail-history-head strong {
  color: var(--bsmi-ink);
  font-size: 13px;
  font-weight: 950;
}

.bsmi-rail-history-head span {
  color: #687076;
  font-size: 12px;
  font-weight: 850;
}

.bsmi-rail-history-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bsmi-rail-history-kpis p {
  display: grid;
  gap: 3px;
  margin: 0;
  border-radius: 7px;
  background: #fff;
  padding: 8px;
}

.bsmi-rail-history-kpis span,
.bsmi-rail-history-list span,
.bsmi-rail-history-list em {
  color: #687076;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.bsmi-rail-history-kpis b {
  color: var(--bsmi-ink);
  font-size: 18px;
  line-height: 1;
}

.bsmi-rail-history-list {
  display: grid;
  gap: 6px;
}

.bsmi-rail-history-chart {
  display: grid;
  gap: 7px;
}

.bsmi-rail-history-chart div {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.bsmi-rail-history-chart span {
  overflow: hidden;
  color: #687076;
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-rail-history-chart p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.bsmi-rail-history-chart i {
  width: var(--bsmi-history, 0%);
  min-width: 3px;
  height: 5px;
  display: block;
  border-radius: 999px;
}

.bsmi-rail-history-chart .is-sales {
  background: #111827;
}

.bsmi-rail-history-chart .is-rents {
  background: #0f766e;
}

.bsmi-rail-history-list p {
  margin: 0;
  border-top: 1px solid #edf0f2;
  padding-top: 6px;
  font-size: 12px;
}

.bsmi-rail-history-list b {
  margin-left: auto;
  color: var(--bsmi-ink);
  font-size: 11px;
  white-space: nowrap;
}

.bsmi-rail-evidence {
  margin-top: 14px;
}

.bsmi-rail-evidence-card {
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.bsmi-rail-evidence-head {
  display: grid;
  gap: 3px;
  margin-bottom: 10px;
}

.bsmi-rail-evidence-head strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
}

.bsmi-rail-evidence-head span {
  color: #687076;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.bsmi-rail-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bsmi-rail-evidence-block {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}

.bsmi-rail-evidence-block > b {
  color: #111827;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
}

.bsmi-rail-evidence-block > em {
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  border-radius: 999px;
  background: #eef7f5;
  color: #0f766e;
  padding: 4px 7px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bsmi-rail-evidence-block article {
  min-width: 0;
  border-top: 1px solid #edf0f2;
  padding-top: 7px;
}

.bsmi-rail-evidence-block article:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.bsmi-rail-evidence-block article span,
.bsmi-rail-evidence-block article p,
.bsmi-rail-evidence-block.is-empty p {
  color: #687076;
  font-size: 11px;
  line-height: 1.25;
}

.bsmi-rail-evidence-block article span {
  display: block;
  font-weight: 850;
  text-transform: uppercase;
}

.bsmi-rail-evidence-block article strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #111827;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-rail-evidence-block article p,
.bsmi-rail-evidence-block.is-empty p {
  margin: 3px 0 0;
}

.bsmi-compare-dock {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: opacity 0.18s ease;
  backdrop-filter: blur(4px);
  z-index: 1400;
}

.bsmi-compare-dock[aria-hidden="true"] {
  display: none;
}

.bsmi-wrap.is-compare-open .bsmi-compare-dock {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.bsmi-compare-modal {
  position: relative;
  width: min(902px, calc(100vw - 48px));
  min-height: 324px;
  max-height: min(620px, calc(100dvh - 80px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  padding: 21px 21px 20px 20px;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.28);
  transform: translateY(7px);
}

.bsmi-compare-modal.has-selection {
  min-height: 556px;
}

.bsmi-compare-close {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  display: grid;
  place-items: center;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

.bsmi-compare-close::before {
  content: "";
  width: 11px;
  height: 11px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-dock-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 15px;
}

.bsmi-dock-head > div {
  width: 230px;
  min-width: 0;
}

.bsmi-dock-head strong {
  display: block;
  font-size: 18px;
  line-height: 20px;
}

.bsmi-dock-head span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 13px;
  white-space: nowrap;
}

.bsmi-compare-search {
  position: relative;
  min-height: 51px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin: 0;
}

.bsmi-compare-search::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 13px;
  width: 15px;
  height: 15px;
  background: #8b96a3;
  transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.34-4.34'/%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.bsmi-compare-search > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.bsmi-compare-search input,
.bsmi-compare-search input[type="search"][data-compare-search] {
  width: 100%;
  height: 42px;
  min-height: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  padding: 0 12px 0 31px;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
}

.bsmi-wrap .bsmi-compare-search input[type="search"][data-compare-search] {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #111827 !important;
  padding: 0 12px 0 31px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 42px !important;
}

.bsmi-compare-search input::placeholder {
  color: #7f8a96;
  font-weight: 500;
  opacity: 1;
}

.bsmi-compare-empty {
  height: 157px;
  min-height: 157px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  border: 1.5px dashed #e2e8f0;
  border-radius: 14px;
  background: #fafbfc;
  color: #94a3b8;
  padding: 40px 20px;
  text-align: center;
}

.bsmi-compare-pin {
  width: 38px;
  height: 38px;
  background: #cbd5e1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.54 10.2-7.43 11.82a.86.86 0 0 1-1.14 0C9.54 20.2 4 14.99 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.54 10.2-7.43 11.82a.86.86 0 0 1-1.14 0C9.54 20.2 4 14.99 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-compare-empty strong {
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.bsmi-compare-empty p {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 13px;
}

.bsmi-compare-suggestions {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 5;
  max-height: clamp(35px, calc(100dvh - 290px), 336px);
  display: none;
  overflow: auto;
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.bsmi-compare-suggestions.is-open {
  display: grid;
}

.bsmi-compare-suggestions button {
  min-height: 33px;
  height: 33px;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #eef1f4;
  border-radius: 0;
  background: #fff;
  color: #111827;
  padding: 0 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.bsmi-compare-suggestions::-webkit-scrollbar {
  width: 6px;
}

.bsmi-compare-suggestions::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c6ced7;
}

.bsmi-compare-suggestions button:last-child {
  border-bottom: 0;
}

.bsmi-compare-suggestions button:hover,
.bsmi-compare-suggestions button:focus-visible {
  background: #f8fafc;
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.12);
}

.bsmi-compare-suggestions i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--bsmi-compare-dot, #8b96a3);
}

.bsmi-compare-suggestions span {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-compare-selected-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: -20px 6px 18px;
}

.bsmi-compare-selected-pills {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bsmi-compare-selected-pills span {
  max-width: 100%;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 999px;
  background: #f0f3f6;
  color: #111827;
  padding: 7px 8px 7px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.bsmi-compare-selected-pills button {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 999px;
  background: #d9dee4;
  color: #273142;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.bsmi-compare-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

.bsmi-compare-actions button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #38527a;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-compare-actions [data-action="download-pdf"] {
  min-height: 34px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 0 14px;
}

.bsmi-compare-actions [data-action="download-pdf"]:hover,
.bsmi-compare-actions [data-action="download-pdf"]:focus-visible {
  background: #0f766e;
  outline: 0;
}

.bsmi-compare-insights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.bsmi-compare-insight-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  border: 1px solid #e3e9ef;
  border-radius: 8px;
  background: #fbfcfd;
  padding: 12px;
}

.bsmi-compare-insight-card header {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.bsmi-compare-insight-card header span {
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bsmi-compare-insight-card.is-selective header span {
  color: #a06412;
}

.bsmi-compare-insight-card.is-watch header span {
  color: #64748b;
}

.bsmi-compare-insight-card header strong {
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-compare-score {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.bsmi-compare-score b {
  color: #0f172a;
  font-size: 20px;
  line-height: 1;
}

.bsmi-compare-score i {
  grid-column: auto;
  height: 7px;
}

.bsmi-compare-table {
  overflow: auto;
  border: 1px solid #e1e6ec;
  border-radius: 10px;
  background: #fff;
}

.bsmi-compare-row {
  min-width: 760px;
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) repeat(var(--bsmi-compare-cols, 1), minmax(210px, 0.72fr));
  border-bottom: 1px solid #eef1f4;
}

.bsmi-compare-row:last-child {
  border-bottom: 0;
}

.bsmi-compare-row > span,
.bsmi-compare-row > strong {
  min-height: 49px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #111827;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.25;
}

.bsmi-compare-row > span {
  gap: 10px;
  background: #f8fafc;
  color: #26364d;
  font-weight: 700;
}

.bsmi-compare-row > strong {
  overflow-wrap: anywhere;
  background: #fff;
  font-weight: 750;
}

.bsmi-compare-row > strong:nth-child(2) {
  background: #fffcf7;
}

.bsmi-compare-row > strong:nth-child(3) {
  background: #effcf4;
}

.bsmi-compare-row > strong:nth-child(4) {
  background: #f8f7ff;
}

.bsmi-compare-row > strong:nth-child(5) {
  background: #f7fbff;
}

.bsmi-compare-row.is-head > span,
.bsmi-compare-row.is-head > strong {
  min-height: 44px;
  background: #f3f6f8;
  color: #111827;
  font-size: 14px;
  font-weight: 850;
}

.bsmi-compare-row.is-head > span {
  color: #60718b;
  font-size: 11px;
  letter-spacing: 0;
}

.bsmi-compare-row i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #dde6ef;
  border-radius: 6px;
  background: #fff;
  color: #5e7088;
  font-size: 12px;
  font-style: normal;
}

.bsmi-compare-row i::before {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m7 15 4-4 3 3 5-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m7 15 4-4 3 3 5-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-compare-winner {
  display: inline-block;
  margin-left: 6px;
  color: #b98322;
  font-style: normal;
  line-height: 1;
  transform: translateY(1px);
}

.bsmi-compare-list {
  min-width: 0;
  flex: 0 0 auto;
  margin-top: 23px;
}

.bsmi-compare-list.has-selection {
  margin-top: 17px;
}

.bsmi-compare-selected-bar {
  width: 100%;
  height: 28px;
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  margin: 9px 0 0;
}

.bsmi-compare-selected-pills {
  min-width: 0;
  flex: 1 1 auto;
  height: 28px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 2px 0 2px 10px;
}

.bsmi-compare-selected-pills span {
  max-width: 100%;
  width: var(--bsmi-compare-pill-width, auto);
  height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-radius: 999px;
  background: var(--bsmi-compare-tint, rgba(139, 150, 163, 0.15));
  color: #111827;
  padding: 0 6px 0 14px;
  font-size: 10.8px;
  font-weight: 400;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-compare-selected-pills button {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 0;
  border-radius: 50%;
  background: #d1d5db;
  color: #111827;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.bsmi-compare-selected-pills button::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6 6 18'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-compare-clear {
  width: 63px;
  height: 22px;
  flex: 0 0 63px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #64748b;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
  cursor: pointer;
}

.bsmi-compare-table {
  width: 100%;
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: transparent;
}

.bsmi-compare-table-grid {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #0f172a;
  font-size: 13px;
  table-layout: auto;
}

.bsmi-compare-table-grid th,
.bsmi-compare-table-grid td {
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #f1f5f9;
  padding: 0 16px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.bsmi-compare-table-grid thead th {
  height: 43px;
  border-bottom-color: #e2e8f0;
}

.bsmi-compare-table-grid tbody td {
  height: 46px;
}

.bsmi-compare-table-grid tbody tr:last-child td {
  border-bottom: 0;
}

.bsmi-compare-metric-head,
.bsmi-compare-metric-cell {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 177px;
  min-width: 177px;
  max-width: 177px;
  background: #fafbfc;
}

.bsmi-compare-metric-head {
  z-index: 3;
  background: #f8fafc;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}

.bsmi-compare-metric-cell {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #334155;
  font-size: 13px;
  font-weight: 500;
}

.bsmi-compare-metric-cell i {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V5'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m7 15 4-4 3 3 5-6'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: #64748b;
  -webkit-mask: var(--bsmi-compare-metric-icon) center / contain no-repeat;
  mask: var(--bsmi-compare-metric-icon) center / contain no-repeat;
}

.bsmi-compare-metric-cell i.is-currency {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 6v12M15.5 8.5H10a2.5 2.5 0 0 0 0 5h4a2.5 2.5 0 0 1 0 5H8.5'/%3E%3C/svg%3E");
}

.bsmi-compare-metric-cell i.is-chart {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V10M10 20V4M16 20v-7M22 20V7'/%3E%3C/svg%3E");
}

.bsmi-compare-metric-cell i.is-trend {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 17 6-6 4 4 8-8'/%3E%3Cpath d='M15 7h6v6'/%3E%3C/svg%3E");
}

.bsmi-compare-metric-cell i.is-percent {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m19 5-14 14'/%3E%3Ccircle cx='6.5' cy='6.5' r='2.5'/%3E%3Ccircle cx='17.5' cy='17.5' r='2.5'/%3E%3C/svg%3E");
}

.bsmi-compare-metric-cell i.is-cube {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 8-9-5-9 5v8l9 5 9-5Z'/%3E%3Cpath d='m3.3 7.7 8.7 5 8.7-5M12 22V12.7'/%3E%3C/svg%3E");
}

.bsmi-compare-metric-cell i.is-calendar {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E");
}

.bsmi-compare-metric-cell i.is-building {
  --bsmi-compare-metric-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V4h12v17M16 9h4v12M8 8h4M8 12h4M8 16h4M2 21h20'/%3E%3C/svg%3E");
}

.bsmi-compare-area-head {
  min-width: 113px;
  background: var(--bsmi-compare-tint, rgba(139, 150, 163, 0.15));
  color: #0f172a;
  padding: 0 12px;
  font-size: 12.9px;
  font-weight: 600;
}

.bsmi-compare-value-cell {
  position: relative;
  min-width: 113px;
  background: var(--bsmi-compare-tint-soft, rgba(139, 150, 163, 0.07));
  color: #0f172a;
  font-size: 13px;
  font-weight: 500;
}

.bsmi-compare-value-cell.is-best {
  color: #000;
  font-weight: 700;
}

.bsmi-compare-aed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  color: currentColor;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  vertical-align: 1px;
}

.bsmi-compare-aed::before {
  content: "AED";
}

.bsmi-compare-value-cell .bsmi-compare-winner {
  margin-left: 5px;
}

.bsmi-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bsmi-compare-card {
  position: relative;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  padding: 12px;
  margin: 0;
}

.bsmi-compare-card h3 {
  margin: 0 24px 10px 0;
  font-size: 16px;
  line-height: 1.2;
}

.bsmi-compare-card > button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: #f3f6f8;
  color: #4b5563;
  cursor: pointer;
}

.bsmi-floating-list {
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0dfd8;
  border-radius: 999px;
  background: var(--bsmi-blue);
  color: #fff;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

.bsmi-floating-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  border: 2px solid #fff;
  border-radius: 5px;
}

.bsmi-floating-icon::before,
.bsmi-floating-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.bsmi-floating-icon::before {
  top: 7px;
  box-shadow: 0 6px 0 #fff;
}

.bsmi-floating-icon::after {
  top: 19px;
  left: 8px;
  right: 8px;
}

.bsmi-wrap.is-rail-open .bsmi-floating-list {
  right: 384px;
}

.bsmi-interest-dock {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(15, 17, 21, 0.74);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  backdrop-filter: blur(5px);
  z-index: 1400;
}

.bsmi-interest-dock[aria-hidden="true"] {
  display: none;
}

.bsmi-wrap.is-interest-open .bsmi-interest-dock {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.bsmi-wrap.is-compare-open .leaflet-control-container,
.bsmi-wrap.is-interest-open .leaflet-control-container {
  opacity: 0;
  pointer-events: none;
}

.bsmi-interest-modal {
  position: relative;
  width: min(450px, calc(100vw - 36px));
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  padding: 76px 28px 22px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.bsmi-interest-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.bsmi-interest-form {
  display: grid;
  gap: 0;
}

.bsmi-interest-step {
  display: none;
}

.bsmi-interest-step.is-active {
  display: grid;
  justify-items: center;
}

.bsmi-interest-form strong {
  color: #fff;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
}

.bsmi-interest-options {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}

.bsmi-interest-options button {
  width: 80px;
  display: grid;
  justify-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.bsmi-interest-icon {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.bsmi-interest-icon::before {
  content: "";
  width: 36px;
  height: 36px;
  background: currentColor;
  -webkit-mask: var(--bsmi-icon) center / 36px 36px no-repeat;
  mask: var(--bsmi-icon) center / 36px 36px no-repeat;
}

.bsmi-interest-options button.is-active {
  color: var(--bsmi-blue);
}

.bsmi-interest-options button.is-active .bsmi-interest-icon {
  border-color: var(--bsmi-blue);
  background: var(--bsmi-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(14, 102, 255, 0.28);
}

.bsmi-interest-icon-sell,
.bsmi-objective-icon-home {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.bsmi-interest-icon-buy {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16h3.2l2.2 2.2c.5.5 1.2.8 1.9.8h6.7c1.4 0 2.6-1 2.9-2.3l.1-.7h-7.1'/%3E%3Cpath d='M2.8 12.4h4.1c.8 0 1.5.3 2 .9l1.3 1.3c.4.4 1 .7 1.6.7h2.1c.7 0 1.3-.6 1.3-1.3s-.6-1.3-1.3-1.3h-1.7L10 10.5'/%3E%3Cpath d='M11 9.7V6.1l3-2.6 3 2.6v5.1'/%3E%3Cpath d='m10 6.8 4-3.5 4 3.5'/%3E%3Cpath d='M13.2 10.8V8.4h1.6v2.4'/%3E%3C/svg%3E");
}

.bsmi-interest-icon-rent {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='17' cy='7' r='4'/%3E%3Cpath d='M14.2 9.8 5 19'/%3E%3Cpath d='M7 17v3H4'/%3E%3Cpath d='M10 14v3H7'/%3E%3C/svg%3E");
}

.bsmi-intent-overlay {
  position: absolute;
  inset: 0;
  z-index: 1320;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(5, 8, 10, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
  -webkit-backdrop-filter: blur(10px) saturate(0.65) brightness(0.62);
  backdrop-filter: blur(10px) saturate(0.65) brightness(0.62);
}

.bsmi-intent-overlay[aria-hidden="true"] {
  display: none;
}

.bsmi-wrap.is-intent-open .bsmi-intent-overlay {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.bsmi-wrap.is-intent-open .leaflet-control-container {
  opacity: 0;
  pointer-events: none;
}

.bsmi-intent-modal {
  position: relative;
  width: min(590px, calc(100vw - 40px));
  min-height: 486px;
  display: grid;
  justify-items: stretch;
  align-content: start;
  gap: 0;
  border: 1px solid #292929;
  border-top: 3px solid #c8a76a;
  border-radius: 5px;
  background: #050505;
  color: #fff;
  padding: 34px 38px 32px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.56);
}

.bsmi-intent-close {
  position: absolute;
  top: 27px;
  right: 32px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid #404040;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.bsmi-intent-close:hover {
  border-color: #c8a76a;
  color: #c8a76a;
}

.bsmi-intent-brand {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 52px;
  border-bottom: 1px solid #252525;
}

.bsmi-intent-brand img {
  width: 154px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.bsmi-intent-brand span {
  color: #c8a76a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.bsmi-intent-eyebrow {
  margin: 42px 0 8px;
  color: #c8a76a;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
}

.bsmi-intent-modal h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
  text-align: left;
}

.bsmi-intent-copy {
  margin: 9px 0 0;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 1.5;
}

.bsmi-intent-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 29px;
}

.bsmi-intent-options button {
  width: auto;
  height: 116px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 10px 8px;
  border: 1px solid #343434;
  border-radius: 4px;
  background: #0c0c0c;
  color: #f6f6f4;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.bsmi-intent-options button:hover {
  border-color: #757575;
}

.bsmi-intent-options button.is-active {
  border-color: #c8a76a;
  background: #15120d;
  color: #c8a76a;
  box-shadow: inset 0 0 0 1px rgba(200, 167, 106, 0.24);
}

.bsmi-intent-options .bsmi-interest-icon {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f6f6f4;
  box-shadow: none;
}

.bsmi-intent-options .bsmi-interest-icon::before {
  width: 27px;
  height: 27px;
  -webkit-mask-size: 27px 27px;
  mask-size: 27px 27px;
}

.bsmi-intent-options button.is-active .bsmi-interest-icon {
  border-color: transparent;
  background: transparent;
  color: #c8a76a;
  box-shadow: none;
}

.bsmi-intent-options b {
  font-size: 14px;
  line-height: 1.1;
}

.bsmi-intent-options small {
  color: #777;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.bsmi-intent-options button.is-active small {
  color: #ad9364;
}

.bsmi-intent-continue {
  justify-self: start;
  min-width: 184px;
  min-height: 48px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #f7f6f2;
  border-radius: 3px;
  background: #f7f6f2;
  color: #050505;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: none;
}

.bsmi-intent-continue:hover {
  border-color: #c8a76a;
  background: #c8a76a;
}

.bsmi-intent-arrow {
  color: #a77f3d;
  font-size: 18px;
  line-height: 1;
}

.bsmi-intent-continue:hover .bsmi-intent-arrow {
  color: #050505;
}

.bsmi-intent-close:focus-visible,
.bsmi-intent-options button:focus-visible,
.bsmi-intent-continue:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.bsmi-objective-options {
  width: min(394px, 100%);
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.bsmi-bedroom-options {
  width: min(342px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.bsmi-objective-options button {
  min-height: 58px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 11px;
  background: #fff;
  color: #111827;
  padding: 10px 20px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}

.bsmi-bedroom-options button {
  width: 104px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  padding: 0 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}

.bsmi-objective-options button.is-active,
.bsmi-bedroom-options button.is-active {
  border-color: var(--bsmi-blue);
}

.bsmi-objective-options button.is-active {
  box-shadow: 0 0 0 2px rgba(14, 102, 255, 0.28);
}

.bsmi-bedroom-options button.is-active {
  background: var(--bsmi-blue);
  color: #fff;
  box-shadow: 0 6px 18px rgba(14, 102, 255, 0.22);
}

.bsmi-bedroom-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 10v10'/%3E%3Cpath d='M22 12v8'/%3E%3Cpath d='M2 16h20'/%3E%3Cpath d='M4 10h6a2 2 0 0 1 2 2v4H2v-4a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M12 12h6a4 4 0 0 1 4 4H12Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 10v10'/%3E%3Cpath d='M22 12v8'/%3E%3Cpath d='M2 16h20'/%3E%3Cpath d='M4 10h6a2 2 0 0 1 2 2v4H2v-4a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M12 12h6a4 4 0 0 1 4 4H12Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-objective-icon {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: var(--bsmi-icon) center / contain no-repeat;
  mask: var(--bsmi-icon) center / contain no-repeat;
}

.bsmi-objective-icon-income {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M6 12h.01M18 12h.01'/%3E%3C/svg%3E");
}

.bsmi-objective-icon-growth {
  --bsmi-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 17 6-6 4 4 8-8'/%3E%3Cpath d='M14 7h7v7'/%3E%3C/svg%3E");
}

.bsmi-objective-options b,
.bsmi-interest-options b {
  font-weight: 900;
}

.bsmi-objective-options small {
  color: #687076;
  font-size: 12px;
  font-weight: 700;
}

.bsmi-interest-step[data-interest-panel="contact"] {
  width: min(394px, 100%);
  gap: 0;
}

.bsmi-interest-step[data-interest-panel="budget"] {
  width: min(360px, 100%);
}

.bsmi-budget-fields {
  width: 100%;
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.bsmi-budget-fields label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
  text-align: left;
}

.bsmi-interest-step[data-interest-panel="contact"] p {
  max-width: 320px;
  margin: 6px auto 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.bsmi-contact-fields {
  width: 100%;
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

.bsmi-contact-field {
  position: relative;
  display: block;
  margin: 0;
}

.bsmi-contact-field > span {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: #2f74ff;
  pointer-events: none;
  -webkit-mask: var(--bsmi-contact-icon) center / contain no-repeat;
  mask: var(--bsmi-contact-icon) center / contain no-repeat;
}

.bsmi-contact-name {
  --bsmi-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5Z'/%3E%3C/svg%3E");
}

.bsmi-contact-email {
  --bsmi-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm8 8 8-5.2V7l-8 5.2L4 7v.8L12 13Z'/%3E%3C/svg%3E");
}

.bsmi-contact-mobile {
  --bsmi-contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.6 10.8a15.7 15.7 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.4 2.6.7 4 .7.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.4 21.6 2.4 13.6 2.4 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.7 4 .1.4 0 .8-.3 1.1l-2.1 2.3Z'/%3E%3C/svg%3E");
}

.bsmi-interest-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 10px;
  padding: 0 12px;
  font: inherit;
  font-weight: 750;
}

.bsmi-contact-field input {
  padding-left: 44px;
}

.bsmi-interest-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.bsmi-interest-step[data-interest-panel="intent"] .bsmi-interest-actions {
  margin-top: 47px;
}

.bsmi-interest-step[data-interest-panel="intent"] .bsmi-interest-submit {
  width: 126px;
  min-width: 126px;
  padding: 0;
}

.bsmi-interest-back,
.bsmi-interest-submit {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0 24px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.bsmi-interest-back {
  width: 44px;
  padding: 0;
  background: #fff;
  color: #111827;
  font-size: 22px;
}

.bsmi-interest-submit {
  min-width: 126px;
  background: var(--bsmi-blue);
  color: #fff;
}

.bsmi-interest-form [data-lead-message],
.bsmi-interest-validation {
  min-height: 18px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.bsmi-tabs,
.bsmi-filter-drawer,
.bsmi-panel,
.bsmi-contact-strip,
.bsmi-source-note {
  width: min(1440px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.bsmi-drawer-handle {
  display: none;
}

.bsmi-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: 20px 0 18px;
}

.bsmi-kicker {
  margin: 0 0 8px;
  color: var(--bsmi-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bsmi-header h1,
.bsmi-panel h2,
.bsmi-contact-strip h2 {
  margin: 0;
  letter-spacing: 0;
  color: var(--bsmi-ink);
}

.bsmi-header h1 {
  max-width: 820px;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.02;
}

.bsmi-header p:not(.bsmi-kicker),
.bsmi-contact-strip p,
.bsmi-panel p {
  margin: 8px 0 0;
  color: var(--bsmi-muted);
}

.bsmi-header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bsmi-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bsmi-ink);
  padding: 10px 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.bsmi-btn:hover,
.bsmi-tabs button:hover {
  transform: translateY(-1px);
  border-color: rgba(185, 131, 34, 0.55);
}

.bsmi-btn-primary {
  background: var(--bsmi-ink);
  border-color: var(--bsmi-ink);
  color: #fff;
}

.bsmi-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 16px;
  padding: 8px;
  border: 1px solid var(--bsmi-line);
  background: #fff;
  border-radius: 8px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.bsmi-tabs button {
  min-height: 38px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px 12px;
  background: transparent;
  color: var(--bsmi-muted);
  font-weight: 800;
  cursor: pointer;
}

.bsmi-tabs button.is-active {
  background: var(--bsmi-ink);
  color: #fff;
}

.bsmi-tabs .bsmi-account-link {
  min-height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-left: auto;
  padding: 8px 12px;
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bsmi-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.bsmi-tabs .bsmi-account-link span {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-tabs .bsmi-account-link:hover,
.bsmi-tabs .bsmi-account-link:focus-visible {
  border-color: rgba(185, 131, 34, 0.7);
  color: var(--bsmi-gold);
  outline: 0;
}

.bsmi-filters {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 12px;
  margin: 16px 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
  box-shadow: var(--bsmi-shadow);
}

.bsmi-filter-drawer {
  display: none;
}

.bsmi-wrap.is-filter-open .bsmi-filter-drawer {
  display: grid;
}

.bsmi-filters label,
.bsmi-list-toolbar label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #3c454c;
  font-size: 12px;
  font-weight: 800;
}

.bsmi-filters input,
.bsmi-filters select,
.bsmi-list-toolbar select,
.bsmi-contact-strip input,
.bsmi-contact-strip select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bsmi-ink);
  padding: 9px 10px;
  font: inherit;
}

.bsmi-check {
  align-self: end;
  min-height: 42px;
  flex-direction: row !important;
  align-items: center;
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
  padding: 0 10px;
}

.bsmi-check input,
.bsmi-amenities input {
  width: auto;
  min-height: auto;
}

.bsmi-amenities {
  grid-column: 1 / -2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.bsmi-amenities label {
  min-height: 34px;
  flex-direction: row;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
  background: #fafbfc;
  color: #3c454c;
}

.bsmi-filter-status {
  position: sticky;
  top: 0;
  z-index: 3;
  order: -1;
  grid-column: 1 / -1;
  min-height: 46px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: #f8fafc;
  padding: 8px 10px;
  color: var(--bsmi-muted);
  font-size: 12px;
  font-weight: 800;
}

.bsmi-filter-status-main {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bsmi-filter-status strong {
  color: var(--bsmi-ink);
  font-size: 18px;
  line-height: 1;
}

.bsmi-filter-status em {
  margin-left: auto;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 5px 8px;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
}

.bsmi-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bsmi-filter-chips button,
.bsmi-filter-chips > span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.bsmi-filter-chips button {
  cursor: pointer;
}

.bsmi-filter-chips button span {
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  color: #111827;
  font-size: 12px;
  line-height: 1;
}

.bsmi-filter-chips button:hover,
.bsmi-filter-chips button:focus-visible {
  border-color: rgba(37, 99, 235, 0.45);
  color: #0f5aff;
  outline: 0;
}

.bsmi-filter-chips > span {
  color: #6b7280;
  border-color: rgba(17, 24, 39, 0.08);
}

.bsmi-panel {
  display: none;
}

.bsmi-panel.is-active {
  display: block;
}

.bsmi-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.bsmi-kpi,
.bsmi-module,
.bsmi-area-card,
.bsmi-property-card,
.bsmi-report-card,
.bsmi-transaction-card,
.bsmi-contact-strip,
.bsmi-map-list {
  background: var(--bsmi-panel);
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
}

.bsmi-kpi {
  padding: 16px;
}

.bsmi-kpi span {
  color: var(--bsmi-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bsmi-kpi strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1;
}

.bsmi-kpi em {
  display: block;
  margin-top: 8px;
  color: var(--bsmi-teal);
  font-style: normal;
  font-weight: 800;
}

.bsmi-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bsmi-module {
  min-height: 285px;
  padding: 16px;
}

.bsmi-module > canvas[data-chart] {
  display: block;
  width: 100% !important;
  height: 190px !important;
  max-height: 190px;
}

.bsmi-module-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.bsmi-module-head h2,
.bsmi-list-toolbar h2,
.bsmi-report-head h2,
.bsmi-contact-strip h2 {
  font-size: 20px;
  line-height: 1.2;
}

.bsmi-module-head span {
  color: var(--bsmi-muted);
  font-size: 12px;
  font-weight: 800;
}

.bsmi-area-grid,
.bsmi-report-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.bsmi-transaction-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.bsmi-transaction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bsmi-transaction-card {
  min-width: 0;
  padding: 16px;
}

.bsmi-area-history-card {
  margin-top: 12px;
}

.bsmi-sample-card {
  margin-top: 12px;
}

.bsmi-sample-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 12px;
}

.bsmi-sample-chip {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fafbfc;
  color: var(--bsmi-muted);
}

.bsmi-sample-chip small,
.bsmi-sample-chip strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-sample-chip small {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bsmi-sample-chip strong {
  color: var(--bsmi-ink);
  font-size: 12px;
  line-height: 1.25;
}

.bsmi-sample-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.bsmi-sample-table {
  min-width: 0;
  max-height: min(62vh, 680px);
  border: 1px solid #edf0f2;
  border-radius: 8px;
  overflow: auto;
  overscroll-behavior: contain;
}

.bsmi-sample-title,
.bsmi-sample-row {
  display: grid;
  grid-template-columns: 84px minmax(84px, 0.9fr) minmax(98px, 1.15fr) minmax(86px, 0.9fr) minmax(100px, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 9px 10px;
}

.bsmi-sample-title {
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 44px;
  background: #fafbfc;
  color: var(--bsmi-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 2;
}

.bsmi-sample-title strong {
  color: var(--bsmi-ink);
  white-space: nowrap;
}

.bsmi-sample-title span {
  grid-column: 2 / -1;
  line-height: 1.25;
  text-transform: none;
}

.bsmi-sample-row {
  border-top: 1px solid #edf0f2;
  color: var(--bsmi-muted);
  font-size: 12px;
  line-height: 1.3;
}

.bsmi-sample-header {
  min-height: 32px;
  background: #fff;
  color: var(--bsmi-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  position: sticky;
  top: 44px;
  z-index: 1;
}

.bsmi-sample-row strong {
  color: var(--bsmi-ink);
}

.bsmi-sample-row span,
.bsmi-sample-row strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-history-table,
.bsmi-area-history {
  display: grid;
  gap: 0;
}

.bsmi-history-row,
.bsmi-area-history-row {
  display: grid;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border-top: 1px solid #edf0f2;
  color: var(--bsmi-muted);
  font-size: 13px;
}

.bsmi-history-row {
  grid-template-columns: minmax(90px, 1fr) minmax(86px, auto) minmax(70px, auto);
}

.bsmi-history-row:first-child,
.bsmi-area-history-row:first-child {
  border-top: 0;
}

.bsmi-history-row strong,
.bsmi-area-history-row strong {
  color: var(--bsmi-ink);
}

.bsmi-history-row em {
  justify-self: end;
  min-width: 56px;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--bsmi-teal);
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.bsmi-history-row em.is-down {
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
}

.bsmi-area-history {
  overflow-x: auto;
}

.bsmi-area-history-row {
  grid-template-columns: minmax(210px, 1.3fr) repeat(5, minmax(96px, 1fr));
}

.bsmi-area-history-head {
  min-height: 36px;
  color: #687076;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bsmi-area-card,
.bsmi-report-card {
  padding: 14px;
}

.bsmi-area-card h3,
.bsmi-report-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.bsmi-report-download {
  width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 0;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.bsmi-report-download:hover,
.bsmi-report-download:focus-visible {
  background: #0f766e;
  outline: 0;
}

.bsmi-metric-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid #edf0f2;
  color: var(--bsmi-muted);
  font-size: 13px;
}

.bsmi-metric-row strong {
  color: var(--bsmi-ink);
}

.bsmi-list-toolbar,
.bsmi-report-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  padding: 8px 0;
}

.bsmi-listings,
.bsmi-offplan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bsmi-property-card {
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.bsmi-property-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe4e8;
}

.bsmi-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bsmi-badges {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.bsmi-badge {
  border-radius: 999px;
  background: rgba(21, 21, 21, 0.88);
  color: #fff;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 900;
}

.bsmi-badge-gold {
  background: var(--bsmi-gold);
}

.bsmi-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.bsmi-card-body h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.bsmi-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0;
}

.bsmi-price strong {
  font-size: 21px;
  line-height: 1.1;
}

.bsmi-price span,
.bsmi-small {
  color: var(--bsmi-muted);
  font-size: 13px;
}

.bsmi-property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.bsmi-property-meta span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f4f8f6;
  color: #24544b;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 850;
}

.bsmi-facts,
.bsmi-tags,
.bsmi-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bsmi-facts span,
.bsmi-tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #e7eaee;
  padding: 5px 8px;
  background: #fafbfc;
  color: #3c454c;
  font-size: 12px;
  font-weight: 800;
}

.bsmi-card-actions {
  margin-top: auto;
  padding-top: 14px;
}

.bsmi-card-actions .bsmi-btn {
  min-height: 36px;
  padding: 7px 10px;
  font-size: 13px;
}

.bsmi-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 12px;
  min-height: 680px;
}

.bsmi-map {
  min-height: 680px;
  border: 1px solid var(--bsmi-line);
  border-radius: 8px;
  background: #dfe5e8;
  overflow: hidden;
}

.bsmi-map-list {
  overflow: auto;
  padding: 10px;
}

.bsmi-map-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f2;
}

.bsmi-map-item img {
  width: 72px;
  height: 62px;
  object-fit: cover;
  border-radius: 8px;
}

.bsmi-map-item h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}

.bsmi-map-market-card {
  grid-template-columns: minmax(0, 1fr);
}

.bsmi-map-rail .bsmi-map-list {
  min-height: 0;
  max-height: 270px;
  overflow: auto;
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 14px;
}

.bsmi-map-list-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  gap: 2px;
  margin: 0 0 8px;
  border-bottom: 1px solid #edf0f2;
  background: #fff;
  padding: 0 0 9px;
}

.bsmi-map-list-head strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
}

.bsmi-map-list-head span {
  color: #687076;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.bsmi-map-rail .bsmi-map-item:first-child,
.bsmi-map-rail .bsmi-map-list .bsmi-map-item:nth-child(2) {
  padding-top: 0;
}

.bsmi-count-marker {
  display: grid;
  place-items: center;
}

.bsmi-count-marker span {
  min-width: 21px;
  min-height: 18px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.94);
  color: #fff;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.bsmi-count-marker.is-priority span {
  min-width: 24px;
  min-height: 20px;
  padding: 0 8px;
  font-size: 11.5px;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.25);
}

.bsmi-count-marker.is-quiet span {
  opacity: 0.88;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.bsmi-project-marker span {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--bsmi-project-color, #111827);
  color: #fff;
  padding: 0 5px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.bsmi-project-marker span:empty {
  width: 18px;
  padding: 0;
}

.bsmi-project-marker span b {
  color: inherit;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.bsmi-project-light-tooltip {
  max-width: 260px;
  border: 0;
  border-radius: 9px;
  background: rgba(5, 5, 5, 0.86);
  color: #fff;
  padding: 8px 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.bsmi-project-light-tooltip::before {
  display: none;
}

.bsmi-developer-project-marker {
  border: 0;
  background: transparent;
}

.bsmi-developer-project-marker span {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #050505;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.34);
}

.bsmi-area-label {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(12, 18, 28, 0.88);
  font-size: 12px;
  font-weight: 520;
  line-height: 1.12;
  text-align: center;
  padding: 1px 4px;
  border-radius: 6px;
  opacity: 0.96;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.bsmi-area-label-priority {
  font-size: 12.5px;
  font-weight: 600;
}

.bsmi-area-label::before {
  display: none;
}

.bsmi-area-label-marker {
  border: 0;
  background: transparent;
  pointer-events: none;
}

.bsmi-area-label-marker.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.bsmi-area-label-marker span {
  width: 168px;
  min-height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  background: transparent;
  color: rgba(10, 15, 24, 0.9);
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.12;
  text-align: center;
  white-space: normal;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.bsmi-district-label {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(17, 24, 39, 0.82);
  font-size: 12px;
  font-weight: 460;
  line-height: 1.1;
  padding: 0;
  text-align: center;
  text-shadow: none;
}

.bsmi-district-label.is-active {
  color: rgba(17, 24, 39, 0.9);
  cursor: pointer;
  font-weight: 500;
}

.bsmi-district-label.is-priority {
  color: rgba(17, 24, 39, 0.88);
  font-weight: 500;
}

.bsmi-district-label::before {
  display: none;
}

.leaflet-control-zoom {
  overflow: hidden;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(13, 20, 28, 0.18) !important;
}

.bsmi-wrap .leaflet-top.leaflet-right {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.bsmi-wrap .leaflet-right .leaflet-control {
  margin-right: 0;
}

.bsmi-wrap .leaflet-control-zoom a {
  width: 29px !important;
  height: 29px !important;
  line-height: 29px !important;
}

.bsmi-standalone-body .leaflet-control-attribution {
  min-height: 14px;
  background: rgba(255, 255, 255, 0.72) !important;
  color: rgba(17, 24, 39, 0.72) !important;
  font-size: 10px !important;
  line-height: 14px !important;
  padding: 0 4px !important;
}

.bsmi-standalone-body .leaflet-control-attribution a {
  color: rgba(17, 24, 39, 0.72) !important;
}

.bsmi-standalone-body .leaflet-attribution-flag {
  display: none !important;
}

.leaflet-control-zoom a {
  color: #111827 !important;
}

.bsmi-contact-strip {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
  align-items: center;
}

.bsmi-contact-strip form {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
  align-items: center;
}

.bsmi-contact-strip [data-lead-message] {
  grid-column: 1 / -1;
  min-height: 20px;
  color: var(--bsmi-green);
  font-weight: 800;
}

.bsmi-source-note {
  margin: 12px 0 0;
  color: var(--bsmi-muted);
  font-size: 12px;
}

.bsmi-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed var(--bsmi-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bsmi-muted);
}

.leaflet-popup-content {
  margin: 10px;
}

.bsmi-popup {
  width: 210px;
}

.bsmi-popup img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
}

.bsmi-popup strong {
  display: block;
  margin-bottom: 4px;
}

.bsmi-popup a {
  display: inline-block;
  margin-top: 6px;
  margin-right: 8px;
  color: var(--bsmi-blue);
  font-weight: 850;
}

.bsmi-area-popup b {
  display: block;
  margin: 6px 0;
  font-size: 18px;
}

.bsmi-area-popup .bsmi-boundary-note {
  display: block;
  margin-top: 7px;
  border-top: 1px solid #edf0f2;
  padding-top: 7px;
  color: #687076;
  font-size: 11px;
  line-height: 1.35;
}

.bsmi-area-popup small {
  color: var(--bsmi-muted);
}

.bsmi-area-popup button {
  width: 100%;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: #111827;
  color: #fff;
  margin-top: 8px;
  padding: 0 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .bsmi-project-results-strip {
    left: 12px;
    right: 12px;
    grid-template-columns: 170px minmax(220px, 0.75fr) minmax(0, 1fr);
    max-width: none;
  }

  .bsmi-project-results-strip .bsmi-project-result-list {
    grid-template-columns: repeat(5, 150px);
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .bsmi-project-toolbar {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .bsmi-project-mapmode,
  .bsmi-project-filters,
  .bsmi-project-3d-toggle {
    flex: 0 0 auto;
  }

  .bsmi-project-filters {
    margin-left: 0;
  }

  .bsmi-filters {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .bsmi-kpis,
  .bsmi-transaction-kpis,
  .bsmi-area-grid,
  .bsmi-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsmi-transaction-grid {
    grid-template-columns: 1fr;
  }

  .bsmi-listings,
  .bsmi-offplan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsmi-map-layout,
  .bsmi-contact-strip {
    grid-template-columns: 1fr;
  }

  .bsmi-contact-strip form {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media (max-width: 720px) {
  .bsmi-shell {
    padding: 0 0 20px;
  }

  .bsmi-layer-summary {
    left: 16px;
    bottom: calc(96px + env(safe-area-inset-bottom));
    width: min(228px, calc(100vw - 32px));
  }

  .bsmi-mapdeck {
    height: 760px;
    min-height: 760px;
  }

  .bsmi-map-header {
    left: 10px;
    right: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bsmi-brand-chip,
  .bsmi-compare-btn,
  .bsmi-mode-switch {
    justify-self: stretch;
    width: 100%;
  }

  .bsmi-mode-switch {
    overflow-x: auto;
  }

  .bsmi-map-toolbar {
    top: 176px;
    left: 10px;
    right: 10px;
    transform: none;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .bsmi-project-toolbar {
    top: 176px;
    left: 10px;
    right: 10px;
    height: 58px;
    border-radius: 14px;
    padding: 8px;
  }

  .bsmi-project-stage {
    inset: 65px 0 0;
  }

  .bsmi-developer-panel {
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .bsmi-developer-panel-head {
    height: 54px;
    min-height: 54px;
    padding: 20px 20px 10px;
  }

  .bsmi-developer-panel-head button {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .bsmi-developer-search {
    margin: 0 20px 20px;
  }

  .bsmi-developer-search input {
    height: 34px;
    min-height: 0;
    border-color: #c7a33a;
    border-radius: 4px;
    line-height: 34px;
  }

  .bsmi-developer-list {
    gap: 5px;
    padding: 0 20px 22px;
  }

  .bsmi-developer-item {
    min-height: 68px;
    padding: 0 0 0 8px;
  }

  .bsmi-project-legend {
    display: none;
  }

  .bsmi-project-results-strip {
    left: 10px;
    right: 10px;
    bottom: 12px;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    max-height: 310px;
    overflow: hidden;
    padding: 10px;
    border-radius: 12px;
  }

  .bsmi-project-results-strip .bsmi-project-results-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 3px 10px;
  }

  .bsmi-project-results-strip .bsmi-project-results-head span,
  .bsmi-project-results-strip .bsmi-project-results-head em {
    font-size: 10px;
  }

  .bsmi-project-results-strip .bsmi-project-results-head strong {
    grid-column: 1 / -1;
    font-size: 18px;
  }

  .bsmi-project-results-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bsmi-project-results-metrics p {
    padding: 8px;
  }

  .bsmi-project-results-strip .bsmi-project-result-list {
    grid-template-columns: repeat(5, minmax(148px, 70vw));
    overflow-x: auto;
    margin-right: -4px;
    padding: 0 4px 3px 0;
  }

  .bsmi-project-result-list .bsmi-project-result-card {
    min-height: 88px;
  }

  .bsmi-project-results,
  .bsmi-project-empty {
    top: 50%;
    width: 100vw;
  }

  .bsmi-project-results {
    padding: 14px;
  }

  .bsmi-project-results h2,
  .bsmi-project-empty h2 {
    font-size: 48px;
    line-height: 1.18;
  }

  .bsmi-project-empty p {
    max-width: 100vw;
    margin-top: 8px;
    font-size: 20.8px;
    line-height: 1.4;
    font-weight: 400;
  }

  .bsmi-project-empty button {
    min-width: 159px;
    min-height: 48px;
    margin-top: 33px;
    gap: 10px;
    font-size: 14.4px;
  }

  .bsmi-project-result-list article {
    grid-template-columns: 56px 1fr;
  }

  .bsmi-project-result-list img {
    width: 56px;
    height: 48px;
  }

  .bsmi-project-result-list a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .bsmi-transaction-kpis,
  .bsmi-transaction-grid,
  .bsmi-sample-grid {
    grid-template-columns: 1fr;
  }

  .bsmi-sample-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsmi-sample-chip:last-child {
    grid-column: 1 / -1;
  }

  .bsmi-sample-chip:last-child strong {
    white-space: normal;
  }

  .bsmi-sample-table {
    max-height: 520px;
    overflow: auto;
  }

  .bsmi-sample-title {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .bsmi-sample-title span {
    grid-column: 1;
    white-space: normal;
  }

  .bsmi-sample-header {
    display: none;
  }

  .bsmi-sample-row {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 5px 8px;
    min-width: 0;
    min-height: 0;
    padding: 10px;
  }

  .bsmi-sample-row > :nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .bsmi-sample-row > :nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .bsmi-sample-row > :nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
    white-space: normal;
  }

  .bsmi-sample-row > :nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .bsmi-sample-row > :nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    text-align: right;
  }

  .bsmi-area-history-row {
    grid-template-columns: minmax(180px, 1.2fr) repeat(5, minmax(92px, 1fr));
    min-width: 700px;
  }

  .bsmi-popover {
    left: 0;
    right: 0;
    width: calc(100vw - 20px);
  }

  .bsmi-standalone-body .bsmi-popover[data-popover] {
    position: fixed;
    z-index: 835;
    top: 121px;
    right: auto;
    left: 8px;
    width: min(360px, calc(100vw - 20px));
  }

  .bsmi-standalone-body .bsmi-popover[data-popover="info"] {
    top: 115px;
    left: auto;
    right: 31px;
    width: 290px;
    height: 572px;
    max-height: 572px;
    overflow: hidden;
    z-index: 999;
  }

  .bsmi-standalone-body .bsmi-popover[data-popover="metrics"] {
    top: 121px;
    left: auto;
    right: 8px;
    width: 241px;
    height: 332px;
  }

  .bsmi-standalone-body .bsmi-popover[data-popover="layers"] {
    top: 121px;
    left: 3px;
    right: auto;
    width: min(198px, calc(100vw - 6px));
    padding: 8px 0;
  }

  .bsmi-standalone-body .bsmi-show-switch {
    width: 36px;
    height: 20px;
  }

  .bsmi-standalone-body .bsmi-show-switch::after {
    top: 3px;
    width: 14px;
    height: 14px;
  }

  .bsmi-standalone-body .bsmi-popover .bsmi-show-item {
    min-height: 38px;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 400;
  }

  .bsmi-standalone-body .bsmi-show-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
  }

  .bsmi-map-rail {
    top: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-height: min(500px, calc(100dvh - 170px));
    overflow: auto;
  }

  .bsmi-map-rail .bsmi-map-list {
    max-height: 160px;
  }

  .bsmi-compare-dock {
    align-items: center;
    justify-items: center;
    padding: 0;
  }

  .bsmi-compare-modal {
    width: calc(100vw - 42px);
    height: calc(100dvh - 130px);
    min-height: calc(100dvh - 130px);
    max-height: calc(100dvh - 130px);
    padding: 15px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(8px);
  }

  .bsmi-compare-close {
    top: 15px;
    right: 15px;
  }

  .bsmi-dock-head {
    margin-bottom: 15px;
    padding-right: 44px;
  }

  .bsmi-dock-head strong {
    font-size: 16px;
    line-height: 17px;
  }

  .bsmi-dock-head span {
    max-width: 230px;
  }

  .bsmi-compare-search {
    box-sizing: border-box;
    min-height: 51px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .bsmi-compare-search::before {
    left: 13px;
  }

  .bsmi-wrap .bsmi-compare-search input[type="search"][data-compare-search] {
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    padding: 0 12px 0 31px !important;
    font-size: 14px !important;
    line-height: 42px !important;
  }

  .bsmi-compare-search input::placeholder {
    font-weight: 400;
  }

  .bsmi-compare-selected-bar {
    height: auto;
    min-height: 28px;
    flex-direction: row;
    align-items: flex-start;
    margin: 9px 0 0;
  }

  .bsmi-compare-empty {
    box-sizing: border-box;
    height: 157px;
    min-height: 157px;
    border-color: #e2e8f0;
    border-radius: 14px;
    background: #fafbfc;
    padding: 40px 20px;
  }

  .bsmi-compare-empty p {
    max-width: none;
    color: #8290a3;
    font-size: 12px;
    line-height: 13px;
  }

  .bsmi-compare-pin {
    width: 38px;
    height: 38px;
  }

  .bsmi-compare-selected-pills {
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .bsmi-compare-list.has-selection {
    min-height: 0;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .bsmi-compare-list.has-selection .bsmi-compare-table {
    height: 100%;
  }

  .bsmi-interest-dock {
    padding: 0 16px;
  }

  .bsmi-intent-overlay {
    padding: 12px;
    align-items: center;
    overflow-y: auto;
  }

  .bsmi-intent-modal {
    width: calc(100vw - 24px);
    min-height: 0;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    padding: 24px 20px 22px;
    border-radius: 4px;
    overflow-y: auto;
  }

  .bsmi-intent-close {
    top: 18px;
    right: 18px;
    width: 31px;
    height: 31px;
    font-size: 20px;
  }

  .bsmi-intent-brand {
    min-height: 40px;
    padding-right: 42px;
  }

  .bsmi-intent-brand img {
    width: 128px;
  }

  .bsmi-intent-brand span {
    font-size: 9px;
  }

  .bsmi-intent-eyebrow {
    margin: 26px 0 7px;
    font-size: 9px;
  }

  .bsmi-intent-modal h2 {
    font-size: 28px;
    line-height: 1.08;
  }

  .bsmi-intent-copy {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.4;
  }

  .bsmi-intent-options {
    gap: 8px;
    margin-top: 20px;
  }

  .bsmi-intent-options button {
    width: auto;
    height: 112px;
    align-content: center;
    gap: 6px;
    padding: 8px 5px;
    line-height: 1.15;
  }

  .bsmi-intent-options .bsmi-interest-icon {
    width: 42px;
    height: 42px;
  }

  .bsmi-intent-options .bsmi-interest-icon::before {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
  }

  .bsmi-intent-options b {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    margin: 0;
  }

  .bsmi-intent-options small {
    font-size: 9px;
    line-height: 1.15;
  }

  .bsmi-intent-continue {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin-top: 22px;
  }

  .bsmi-interest-modal {
    width: calc(100vw - 32px);
    min-height: 314px;
    height: 314px;
    padding: 66px 24px 18px;
    border-radius: 14px;
  }

  .bsmi-interest-modal[data-interest-step="objective"] {
    min-height: 374px;
    height: 374px;
    padding: 43px 17px 17px;
  }

  .bsmi-interest-close {
    top: 11px;
    right: 11px;
    width: 32px;
    height: 32px;
  }

  .bsmi-interest-form strong {
    font-size: 24px;
    line-height: 1.1;
  }

  .bsmi-interest-options {
    gap: 12px;
    margin-top: 22px;
  }

  .bsmi-interest-options button {
    width: 68px;
    height: 92px;
    align-content: start;
    gap: 7px;
    line-height: 17px;
  }

  .bsmi-interest-icon {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .bsmi-interest-icon::before {
    width: 34px;
    height: 34px;
    -webkit-mask-size: 34px 34px;
    mask-size: 34px 34px;
  }

  .bsmi-interest-options b {
    display: block;
    line-height: 17px;
    margin: 0;
  }

  .bsmi-interest-step[data-interest-panel="intent"] .bsmi-interest-actions {
    margin-top: 45px;
  }

  .bsmi-interest-step[data-interest-panel="objective"] .bsmi-objective-options {
    gap: 10px;
    margin-top: 22px;
  }

  .bsmi-interest-step[data-interest-panel="objective"] .bsmi-objective-options button {
    min-height: 59px;
    border-radius: 10px;
  }

  .bsmi-interest-step[data-interest-panel="objective"] .bsmi-interest-validation:empty {
    min-height: 0;
    margin-top: 0;
  }

  .bsmi-interest-step[data-interest-panel="objective"] .bsmi-interest-actions {
    margin-top: 23px;
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options {
    width: 322px;
    gap: 10px;
    margin-top: 24px;
    transform: translateX(-8px);
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options button {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
    min-height: 38px;
    height: 38px;
    padding: 0 17px;
    font-weight: 500;
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options button[data-interest-bedroom="Studio"] {
    flex-basis: 100px;
    width: 100px;
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options button[data-interest-bedroom="1 Bed"] {
    flex-basis: 92px;
    width: 92px;
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options button[data-interest-bedroom="2 Bed"],
  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options button[data-interest-bedroom="3 Bed"],
  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options button[data-interest-bedroom="4 Bed"] {
    flex-basis: 95px;
    width: 95px;
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-bedroom-options button[data-interest-bedroom="5+ Bed"] {
    flex-basis: 103px;
    width: 103px;
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-interest-validation:empty {
    min-height: 0;
    margin-top: 0;
  }

  .bsmi-interest-step[data-interest-panel="bedrooms"] .bsmi-interest-actions {
    margin-top: 49px;
    transform: translateX(-7px);
  }

  .bsmi-floating-list {
    right: 10px;
    bottom: 10px;
  }

  .bsmi-standalone-body .bsmi-wrap .leaflet-top.leaflet-right {
    transform: translateY(calc(-50% + 4px));
  }

  .bsmi-wrap.is-rail-open .bsmi-floating-list {
    right: 10px;
    bottom: calc(min(500px, calc(100dvh - 170px)) + 20px);
  }

  .bsmi-wrap.is-project-mode .bsmi-floating-list {
    bottom: 336px;
  }

  .bsmi-standalone-body .leaflet-bottom.leaflet-right {
    right: auto;
    left: 4px;
    bottom: 2px;
  }

  .bsmi-standalone-body .leaflet-bottom .leaflet-control {
    margin-left: 0;
    margin-bottom: 0;
  }

  .bsmi-standalone-body .leaflet-control-attribution {
    max-width: 132px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .bsmi-standalone-body .bsmi-district-label {
    color: rgba(3, 7, 18, 0.88);
    font-size: 12.5px;
    font-weight: 460;
    text-shadow: none;
  }

  .bsmi-standalone-body .bsmi-district-label:not(.is-priority) {
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-compare-btn {
    display: none;
  }

  .bsmi-standalone-body .bsmi-map-header {
    left: 0;
    right: 0;
    height: 59px;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    gap: 10px;
    padding: 0 12px;
  }

  .bsmi-standalone-body .bsmi-mapdeck .bsmi-map {
    inset: 59px 0 0;
  }

  .bsmi-standalone-body .bsmi-brand-chip {
    width: 147px;
    min-height: 35px;
    height: 35px;
    gap: 5px;
    justify-self: start;
  }

  .bsmi-standalone-body .bsmi-brand-logo {
    width: 30px;
    height: 35px;
    flex-basis: 30px;
  }

  .bsmi-standalone-body .bsmi-brand-logo img {
    object-fit: contain;
    object-position: left center;
  }

  .bsmi-standalone-body .bsmi-brand-chip small {
    position: relative;
    top: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .bsmi-standalone-body .bsmi-brand-chip strong {
    font-size: 11px;
  }

  .bsmi-standalone-body .bsmi-compare-btn {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 10px;
    z-index: 720;
    width: 106px;
    justify-self: auto;
    transform: translateX(-50%);
  }

  .bsmi-standalone-body .bsmi-mode-switch {
    width: max-content;
    min-width: 0;
    grid-column: 2;
    justify-self: end;
    flex: 0 0 auto;
    overflow: visible;
  }

  .bsmi-standalone-body .bsmi-mode-switch [data-view-mode="areas"] {
    width: 83px;
  }

  .bsmi-standalone-body .bsmi-mode-switch [data-view-mode="projects"] {
    width: 97px;
  }

  .bsmi-standalone-body .bsmi-map-toolbar {
    top: 71px;
    left: 12px;
    right: 12px;
    box-sizing: border-box;
    max-width: calc(100vw - 24px);
    transform: none;
    gap: 6px;
    padding: 6px 1px 6px 8px;
    background:
      linear-gradient(rgba(21, 21, 21, 0.14), rgba(21, 21, 21, 0.14)) 68px 50% / 1px 26px no-repeat,
      linear-gradient(rgba(21, 21, 21, 0.14), rgba(21, 21, 21, 0.14)) 134px 50% / 1px 26px no-repeat,
      linear-gradient(rgba(21, 21, 21, 0.14), rgba(21, 21, 21, 0.14)) 207px 50% / 1px 26px no-repeat,
      #fff;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .bsmi-standalone-body .bsmi-map-toolbar::-webkit-scrollbar {
    display: none;
  }

  .bsmi-standalone-body .bsmi-map-toolbar > [data-action="toggle-filters"],
  .bsmi-standalone-body .bsmi-map-toolbar [data-open-tab="market"],
  .bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode],
  .bsmi-standalone-body .bsmi-map-toolbar [data-target="metrics"],
  .bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"] {
    width: 60px;
    min-width: 60px;
    flex: 0 0 60px;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
  }

  .bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode] {
    width: 53px;
    min-width: 53px;
    flex-basis: 53px;
    padding: 0 17px;
  }

  .bsmi-standalone-body .bsmi-map-toolbar [data-open-tab="market"] {
    order: 0;
    width: 53px;
    min-width: 53px;
    flex-basis: 53px;
    padding: 0 17px;
  }

  .bsmi-standalone-body .bsmi-map-toolbar > [data-action="toggle-filters"] {
    display: none;
    order: 0;
  }

  .bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode="developers"] {
    order: 1;
  }

  .bsmi-standalone-body .bsmi-map-toolbar [data-marker-mode="projects"] {
    order: 2;
    margin-left: 7px;
  }

  .bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"] {
    order: 3;
    width: 60px;
    min-width: 60px;
    flex-basis: 60px;
    margin-left: 6px;
  }

  .bsmi-standalone-body .bsmi-map-toolbar [data-target="layers"] .bsmi-layer-active-count {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 15px;
    height: 15px;
    font-size: 9px;
  }

  .bsmi-standalone-body .bsmi-map-toolbar [data-target="metrics"] {
    order: 4;
    width: 116px;
    min-width: 116px;
    flex-basis: 116px;
    gap: 9px;
    margin-left: 7px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 900;
  }

  .bsmi-standalone-body .bsmi-map-toolbar .bsmi-info-dot {
    order: 5;
    flex: 0 0 22px;
    margin-left: 0;
  }

  .bsmi-standalone-body .bsmi-project-toolbar {
    top: 59px;
    left: 0;
    right: 0;
    height: 52px;
    min-height: 52px;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 8px;
    padding: 5px;
    border-radius: 0;
    overflow: visible;
    background: rgba(242, 242, 242, 0.68);
    backdrop-filter: blur(28px) saturate(0.82);
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode:not(.is-3d-enabled) .bsmi-project-toolbar {
    top: 126px;
    left: 10px;
    right: 10px;
    width: auto;
    transform: none;
    border-radius: 14px;
  }

  .bsmi-standalone-body .bsmi-project-mobile-filter {
    width: 122px;
    min-width: 122px;
    height: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: 35px;
    background: #f3f1f1;
    color: #1a1a1a;
    padding: 0 14px;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
  }

  .bsmi-standalone-body .bsmi-project-mobile-filter i {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .bsmi-standalone-body .bsmi-project-mapmode {
    width: 100%;
    grid-template-columns: auto minmax(150px, 1fr);
    gap: 8px;
  }

  .bsmi-standalone-body .bsmi-project-mapmode,
  .bsmi-standalone-body .bsmi-project-filters {
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode:not(.is-project-filter-open) .bsmi-project-mapmode {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 143px;
    height: 42px;
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode:not(.is-project-filter-open) .bsmi-project-mapmode > span,
  .bsmi-standalone-body .bsmi-wrap.is-project-mode:not(.is-project-filter-open) .bsmi-project-search {
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode:not(.is-project-filter-open) .bsmi-project-mapmode-select {
    width: 143px;
    height: 42px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode:not(.is-project-filter-open) .bsmi-project-3d-toggle {
    position: absolute;
    top: 64px;
    left: 232px;
    width: 148px;
    height: 42px;
    display: inline-flex;
    flex: none;
  }

  .bsmi-standalone-body .bsmi-project-mapmode > span {
    width: auto;
    font-size: 13px;
  }

  .bsmi-standalone-body .bsmi-project-mapmode-select,
  .bsmi-standalone-body .bsmi-project-search {
    width: auto;
    min-width: 0;
  }

  .bsmi-standalone-body .bsmi-project-search {
    grid-column: 1 / -1;
  }

  .bsmi-standalone-body .bsmi-project-filters {
    width: 100%;
    flex: 0 0 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-left: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .bsmi-standalone-body .bsmi-project-type-select,
  .bsmi-standalone-body .bsmi-project-bed-select,
  .bsmi-standalone-body .bsmi-project-price-select,
  .bsmi-standalone-body .bsmi-project-status-select {
    width: auto;
    min-width: 0;
  }

  .bsmi-standalone-body .bsmi-project-3d-toggle {
    position: static;
    width: 150px;
    height: 36px;
    flex: 0 0 auto;
    margin-left: auto;
    border-radius: 10px;
    font-size: 13px;
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-toolbar {
    height: 337px;
    min-height: 337px;
    display: block;
    padding: 0;
    overflow: visible;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mobile-filter {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 122px;
    min-width: 122px;
    height: 42px;
    min-height: 42px;
    flex: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mapmode,
  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-filters {
    display: block;
    position: absolute;
    left: 5px;
    width: 380px;
    margin: 0;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-3d-toggle {
    position: absolute;
    top: 64px;
    left: 232px;
    width: 148px;
    height: 42px;
    display: inline-flex;
    flex: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mapmode {
    top: 61px;
    height: 271px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mapmode > span {
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mapmode-select,
  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-search,
  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-type-select,
  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-bed-select,
  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-price-select {
    position: absolute;
    left: 0;
    width: 380px;
    height: 42px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mapmode-select {
    top: 0;
    width: 220px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-search {
    top: 228px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-filters {
    top: 118px;
    height: 156px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-type-select {
    top: 0;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-bed-select {
    top: 57px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-price-select {
    top: 114px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-status-select {
    display: none;
  }

  .bsmi-standalone-body .bsmi-project-bg {
    background-position: center 42%;
    filter: grayscale(1) contrast(1.08) brightness(0.72) blur(1.7px);
    transform: scale(1.045);
  }

  .bsmi-standalone-body .bsmi-project-bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.3));
  }

  .bsmi-standalone-body .bsmi-project-legend {
    display: block;
    top: auto;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 100%;
    height: 42px;
    z-index: 6;
    pointer-events: none;
  }

  .bsmi-standalone-body .bsmi-project-gauge {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    padding: 0 20px;
    background: transparent;
    box-shadow: none;
  }

  .bsmi-standalone-body .bsmi-project-gauge span {
    width: auto;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 17px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
  }

  .bsmi-standalone-body .bsmi-project-gauge span:first-child {
    width: 27px;
    flex-basis: 27px;
  }

  .bsmi-standalone-body .bsmi-project-gauge span:last-child {
    width: 32px;
    flex-basis: 32px;
    margin-left: 1px;
  }

  .bsmi-standalone-body .bsmi-project-gauge b {
    width: 266px;
    height: 22px;
    flex: 0 0 266px;
    overflow: hidden;
    color: #111827;
    font-size: 13px;
    line-height: 14px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.16);
  }

  .bsmi-standalone-body .bsmi-project-scale {
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode:not(.is-project-empty) .bsmi-project-results-strip {
    bottom: calc(58px + env(safe-area-inset-bottom));
    max-height: 270px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-toolbar,
  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-legend {
    filter: none;
    opacity: 1;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-toolbar {
    pointer-events: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-legend {
    pointer-events: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-scale {
    position: fixed;
    top: 139px;
    left: 15px;
    z-index: 7;
    width: 133px;
    display: grid;
    gap: 12px;
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.58);
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-scale p {
    grid-template-columns: 18px 80px 1fr;
    gap: 10px;
    font-size: 14.4px;
    font-weight: 400;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-scale i {
    width: 16px;
    height: 16px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty .bsmi-project-scale strong {
    color: #fff;
    font-size: 14.4px;
    font-weight: 400;
  }

  .bsmi-standalone-body .bsmi-project-pins {
    inset: 64px 0 0;
  }

  .bsmi-standalone-body .bsmi-project-pin.has-live-label span {
    opacity: 0;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-pins {
    inset: 264px 0 0;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty.is-project-filter-open .bsmi-project-toolbar {
    height: 58px;
    min-height: 58px;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty.is-project-filter-open .bsmi-project-mapmode,
  .bsmi-standalone-body .bsmi-wrap.is-project-empty.is-project-filter-open .bsmi-project-filters {
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty.is-project-filter-open .bsmi-project-mobile-filter {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty.is-project-filter-open .bsmi-project-3d-toggle {
    position: static;
    width: 150px;
    height: 36px;
    flex: 0 0 150px;
    display: inline-flex;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-empty.is-project-filter-open .bsmi-project-pins {
    inset: 64px 0 0;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-map-toolbar,
  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-popover,
  .bsmi-wrap.is-rail-open:not(.is-project-mode) .leaflet-popup,
  .bsmi-wrap.is-rail-open:not(.is-project-mode) .leaflet-control-container {
    opacity: 0;
    pointer-events: none;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-map-rail {
    top: 51px;
    left: 0;
    right: 0;
    bottom: 14px;
    width: auto;
    max-height: none;
    display: block;
    overflow: auto;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 20px 20px 112px;
    box-shadow: none;
    backdrop-filter: none;
    z-index: 760;
    overscroll-behavior: contain;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-sheet-head h2 {
    font-size: 18px;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-sheet-head button {
    top: -10px;
    width: 30px;
    height: 30px;
    background: rgba(197, 197, 197, 0.43);
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-kpi-grid {
    gap: 10px;
    margin-top: 20px;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-kpi-card {
    min-height: 106px;
    padding: 14px 16px;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-kpi-card:nth-last-child(-n + 2) {
    height: 119px;
    min-height: 119px;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-kpi-card strong {
    font-size: 20px;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-description {
    margin-top: 20px;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-description p {
    font-size: 14px;
    line-height: 20px;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-floating-list {
    display: none;
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-cta {
    width: max-content;
    min-width: 176px;
    min-height: 48px;
    margin-top: 22px;
  }

  .bsmi-rail-evidence-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bsmi-wrap.is-rail-open:not(.is-project-mode) .bsmi-area-mobile-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 980;
    width: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    border-radius: 14px;
    background: #050505;
    color: #fff;
    padding: 10px 10px 10px 12px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    cursor: pointer;
  }

  .bsmi-wrap.is-area-mobile-dock-hidden .bsmi-area-mobile-dock {
    display: none !important;
  }

  .bsmi-area-mobile-dock-main {
    min-width: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    text-align: left;
    font: inherit;
    cursor: pointer;
  }

  .bsmi-area-mobile-dock-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #262626;
  }

  .bsmi-area-mobile-dock-icon::before {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M19 8v6'/%3E%3Cpath d='M22 11h-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M19 8v6'/%3E%3Cpath d='M22 11h-6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .bsmi-area-mobile-dock-main span:last-child {
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .bsmi-area-mobile-dock-main b {
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }

  .bsmi-area-mobile-dock-main em {
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bsmi-area-mobile-dock-close {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #31363f;
    font: inherit;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
  }

  .bsmi-tabs,
  .bsmi-filter-drawer,
  .bsmi-panel,
  .bsmi-contact-strip,
  .bsmi-source-note {
    width: calc(100% - 20px);
    max-width: 1440px;
  }

  .bsmi-header,
  .bsmi-list-toolbar,
  .bsmi-report-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .bsmi-header-actions {
    justify-content: stretch;
  }

  .bsmi-header-actions .bsmi-btn,
  .bsmi-list-toolbar label {
    width: 100%;
  }

  .bsmi-standalone-body .bsmi-wrap.is-filter-open .bsmi-filter-drawer {
    top: 132px;
    left: 10px;
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 185px);
    grid-template-columns: 1fr;
  }

  .bsmi-standalone-body .bsmi-popover[data-popover="info"] {
    max-height: 572px;
  }

  .bsmi-coverage-grid {
    gap: 5px;
    margin-top: 7px;
  }

  .bsmi-coverage-grid span {
    min-height: 38px;
    padding: 5px 7px;
  }

  .bsmi-coverage-grid b {
    font-size: 15px;
  }

  .bsmi-filters,
  .bsmi-kpis,
  .bsmi-chart-grid,
  .bsmi-area-grid,
  .bsmi-report-grid,
  .bsmi-listings,
  .bsmi-offplan-grid,
  .bsmi-contact-strip form {
    grid-template-columns: 1fr;
  }

  .bsmi-amenities {
    grid-column: 1;
  }

  .bsmi-filter-status {
    grid-column: 1;
  }

  .bsmi-filter-status em {
    margin-left: 0;
  }

  .bsmi-map,
  .bsmi-map-layout {
    min-height: 540px;
  }
}

@media (max-width: 720px) {
  .bsmi-project-results-strip .bsmi-project-result-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(272px, calc(100vw - 96px));
    overflow-x: auto;
  }

  .bsmi-project-results-strip .bsmi-project-result-list .bsmi-project-result-card {
    grid-column: auto;
    width: auto;
  }

  .bsmi-project-detail-header-inner {
    width: 100%;
    gap: 20px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .bsmi-project-detail-back {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .bsmi-project-detail-header nav {
    display: none;
  }

  .bsmi-project-detail-header-actions {
    min-width: 0;
    flex: 1 1 auto;
    gap: 20px;
    justify-content: stretch;
  }

  .bsmi-project-detail-header-actions button,
  .bsmi-project-detail-header-actions > a {
    padding: 0 12px;
  }

  .bsmi-project-detail-report {
    min-width: 0;
    flex: 1 1 auto;
  }

  .bsmi-project-detail-close {
    width: 85px;
    flex: 0 0 85px;
  }

  .bsmi-project-detail-container {
    width: 100%;
    padding: 0 16px;
  }

  .bsmi-project-detail-gallery {
    height: 260px;
  }

  .bsmi-project-detail-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 36px;
  }

  .bsmi-project-detail-intro {
    min-height: 0;
  }

  .bsmi-project-detail-intro h1 {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 24px;
    line-height: 27.3px;
  }

  .bsmi-project-detail-progress {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .bsmi-project-detail-map-view {
    margin-top: 16px;
  }

  .bsmi-project-chess-progress {
    height: 55px;
    flex-basis: 55px;
    padding: 7px max(20px, 15vw) 8px;
  }

  .bsmi-project-chess-progress span,
  .bsmi-project-chess-progress strong {
    font-size: 13px;
    line-height: 17px;
  }

  .bsmi-project-chess-progress > i {
    height: 15px;
    margin-top: 2px;
  }

  .bsmi-project-chess-header {
    min-height: 58px;
    flex-basis: 58px;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
    padding: 0 16px;
  }

  .bsmi-project-chess-back {
    width: 38px;
    height: 38px;
  }

  .bsmi-project-chess-header > div {
    justify-items: center;
    text-align: center;
  }

  .bsmi-project-chess-header > div strong {
    font-size: 14px;
    line-height: 18px;
  }

  .bsmi-project-chess-header > div span {
    display: none;
  }

  .bsmi-project-chess-inquiry {
    display: none;
  }

  .bsmi-project-chess-body {
    padding: 0 0 30px;
  }

  .bsmi-project-chess-intro {
    display: none;
  }

  .bsmi-project-chess-grid {
    border: 0;
    border-radius: 0;
    background: #fff;
  }

  .bsmi-project-chess-row {
    min-height: 160px;
    grid-template-columns: 80px minmax(0, 1fr);
    border-top-color: #fff;
  }

  .bsmi-project-chess-row-label {
    min-height: 160px;
    justify-items: center;
    align-content: center;
    border-right-color: #fff;
    background: #fff;
    padding: 12px 7px;
    text-align: center;
  }

  .bsmi-project-chess-row-label strong {
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 17px;
  }

  .bsmi-project-chess-row-label span {
    display: none;
  }

  .bsmi-project-chess-tiles {
    grid-auto-columns: 223px;
    gap: 1px;
    background: #fff;
    padding: 0;
  }

  .bsmi-project-chess-tile {
    min-height: 160px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: #eaf0f6;
    padding: 18px 14px;
    text-align: center;
  }

  .bsmi-project-chess-tile.is-listing {
    background: #fff7df;
  }

  .bsmi-project-chess-tile > strong {
    font-size: 23px;
    line-height: 28px;
  }

  .bsmi-project-chess-tile > p {
    margin-top: 5px;
    color: #30343a;
    font-size: 13px;
    line-height: 18px;
  }

  .bsmi-project-chess-tile > span {
    display: none;
  }

  .bsmi-project-chess-body > footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    margin: 16px 16px 0;
  }

  .bsmi-project-chess-empty {
    min-height: 330px;
    margin: 0 16px;
    padding: 28px 20px;
  }

  .bsmi-project-chess-empty > strong {
    font-size: 17px;
    line-height: 23px;
  }

  .bsmi-project-detail-section {
    padding: 32px 0;
  }

  .bsmi-project-detail-section h2,
  .bsmi-project-detail-ready h2 {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 27px;
  }

  .bsmi-project-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsmi-project-highlight {
    min-height: 112px;
    padding: 12px;
  }

  .bsmi-project-detail-unavailable {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .bsmi-project-detail-unavailable button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .bsmi-payment-plan-summary,
  .bsmi-payment-milestones {
    grid-template-columns: minmax(0, 1fr);
  }

  .bsmi-payment-schedule > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .bsmi-payment-schedule article {
    grid-template-columns: 82px minmax(0, 1fr) auto;
  }

  .bsmi-floor-plan-list article {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .bsmi-floor-plan-list article > div {
    grid-column: 1 / -1;
  }

  .bsmi-floor-plan-media-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bsmi-floor-plan-media {
    aspect-ratio: 16 / 10;
  }

  .bsmi-floor-plan-viewer {
    padding: 12px;
  }

  .bsmi-floor-plan-viewer-dialog {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    grid-template-rows: 58px minmax(0, 1fr) 48px;
  }

  .bsmi-floor-plan-viewer-dialog > div {
    padding: 10px;
  }

  .bsmi-project-amenity-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsmi-project-nearby-summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    margin-bottom: 22px;
  }

  .bsmi-project-nearby-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .bsmi-project-spec-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bsmi-unit-spec-table {
    overflow-x: auto;
  }

  .bsmi-unit-mix {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .bsmi-unit-mix span {
    min-height: 38px;
    flex: none;
    border-radius: 6px;
    padding: 0 8px;
    font-size: 10px;
  }

  .bsmi-unit-spec-table > div {
    min-width: 720px;
  }

  .bsmi-project-transaction-table {
    overflow-x: auto;
  }

  .bsmi-project-transaction-table > div {
    min-width: 760px;
  }

  .bsmi-project-transaction-toggle {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsmi-project-transaction-toggle button {
    min-width: 0;
    padding-inline: 9px;
  }

  .bsmi-project-transaction-note {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .bsmi-project-transaction-note > strong {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .bsmi-project-detail-ready {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 32px;
    margin-top: 28px;
    padding: 22px;
  }

  .bsmi-project-detail-ready-copy h2 {
    max-width: 290px;
    font-size: 30px;
    line-height: 36px;
  }

  .bsmi-project-inline-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .bsmi-project-inline-options button {
    width: 100%;
    min-height: 98px;
  }

  .bsmi-project-inline-options .bsmi-interest-icon {
    width: 64px;
    height: 64px;
  }

  .bsmi-project-detail-ready .bsmi-project-inline-continue {
    width: 100%;
  }

  .bsmi-project-detail-side {
    position: static;
    margin: 36px 0 28px;
  }

  .bsmi-project-detail-side-card {
    padding: 18px;
  }
}

@media (max-width: 720px) {
  .bsmi-wrap.is-project-mode .bsmi-project-results-strip {
    display: none !important;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-project-scale {
    position: fixed;
    top: 139px;
    left: 15px;
    z-index: 7;
    width: 196px;
    display: grid;
    gap: 12px;
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.58);
    pointer-events: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-project-scale p {
    grid-template-columns: 16px 61px minmax(0, 1fr);
    gap: 8px;
    font-size: 14.4px;
    font-weight: 400;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-project-scale i {
    width: 16px;
    height: 16px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-project-scale strong {
    color: #fff;
    font-size: 14.4px;
    font-weight: 400;
    white-space: nowrap;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode.is-project-filter-open .bsmi-project-scale {
    display: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mapmode-select {
    width: 380px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-3d-toggle {
    display: none !important;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-pill,
  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-search {
    justify-content: flex-start;
    gap: 12px;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 12px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-pill i {
    margin-left: auto;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-pill:not(.bsmi-project-search)::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: currentColor;
    -webkit-mask: var(--bsmi-project-filter-icon) center / contain no-repeat;
    mask: var(--bsmi-project-filter-icon) center / contain no-repeat;
    opacity: 0.76;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-mapmode-select .bsmi-project-pill {
    --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 6 6-3 6 3 6-3v15l-6 3-6-3-6 3V6Z'/%3E%3Cpath d='M9 3v15M15 6v15'/%3E%3C/svg%3E");
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-type-select .bsmi-project-pill {
    --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-bed-select .bsmi-project-pill {
    --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4v16M22 12v8M2 17h20M4 12h16a2 2 0 0 1 2 2v3H2v-3a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M6 12V8h5a3 3 0 0 1 3 3v1'/%3E%3C/svg%3E");
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-price-select .bsmi-project-pill {
    --bsmi-project-filter-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12.6 2.6H4a2 2 0 0 0-2 2v8.6a2 2 0 0 0 .6 1.4l6.8 6.8a2 2 0 0 0 2.8 0l9.2-9.2a2 2 0 0 0 0-2.8l-6.8-6.8a2 2 0 0 0-1.4-.6Z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.5'/%3E%3C/svg%3E");
  }

  .bsmi-project-vector-map .maplibregl-ctrl-group {
    display: none;
  }

  .bsmi-project-vector-map .maplibregl-ctrl-bottom-left {
    right: 8px;
    bottom: 43px;
    left: auto;
  }

  .bsmi-project-vector-map .maplibregl-ctrl-attrib {
    max-width: 210px;
    font-size: 8px;
  }

  .bsmi-project-vector-map .maplibregl-popup {
    max-width: min(250px, calc(100vw - 32px)) !important;
  }
}

/* Reference-aligned project filter menus and focused project search. */
.bsmi-project-search {
  width: 174px;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
}

.bsmi-project-search b {
  min-width: 0;
  overflow: hidden;
  font: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-project-search i {
  margin-left: auto;
  transform: translateX(-1px) rotate(-45deg);
}

.bsmi-project-search:focus,
.bsmi-project-pill:focus,
.bsmi-project-mobile-filter:focus {
  outline: 0;
}

.bsmi-wrap.is-project-menu-open .bsmi-project-bg::after {
  background: transparent;
  backdrop-filter: none;
}

.bsmi-wrap.is-project-vector-ready.is-project-menu-open .bsmi-project-vector-map {
  filter: none;
}

.bsmi-project-menu {
  top: calc(100% + 4px);
  right: 0;
  left: auto;
  width: 160px;
  min-width: 160px;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(17, 24, 39, 0.18);
}

.bsmi-project-menu button {
  min-height: 42px;
  justify-content: flex-start;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0;
  color: #262626;
  padding: 0 12px;
  font-size: 13.92px;
  font-weight: 400;
}

.bsmi-project-menu button:last-child {
  border-bottom: 0;
}

.bsmi-project-menu button:hover,
.bsmi-project-menu button.is-active {
  background: #f8f8f8;
  color: #111;
}

.bsmi-project-price-menu {
  top: calc(100% + 9px);
  right: 0;
  left: auto;
  width: 492px;
  min-width: 492px;
  overflow: visible;
  padding: 8px 11px 11px;
  border-radius: 0 0 3px 3px;
  transform: translateX(-3px);
}

.bsmi-project-dropdown.is-open .bsmi-project-price-menu {
  display: block;
}

.bsmi-project-range-mode {
  height: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 4px;
  border-radius: 26px;
  background: #f0f0f0;
}

.bsmi-project-range-mode button {
  min-height: 44px;
  justify-content: center;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: #151515;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
}

.bsmi-project-range-mode button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #151515;
}

.bsmi-project-range-mode button.is-active {
  background: #fff;
  color: #151515;
  box-shadow: 0 7px 17px rgba(17, 24, 39, 0.18);
  font-weight: 550;
}

.bsmi-project-range-fields {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  padding: 0;
  margin-top: 12px;
}

.bsmi-project-range-fields label {
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
}

.bsmi-project-range-fields input {
  height: 48px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  padding: 0 13px;
  color: #222;
  font-size: 14px;
}

.bsmi-project-range-fields input:focus {
  border-color: #c7a33a;
  outline: 0;
}

.bsmi-project-range-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 0;
}

.bsmi-project-range-actions button {
  width: 90px;
  min-height: 42px;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
}

.bsmi-project-range-actions [data-project-range-reset] {
  background: transparent;
  color: #5d6268;
}

.bsmi-project-range-actions [data-project-range-apply] {
  margin-left: auto;
  background: #202020;
  color: #fff;
}

.bsmi-project-range-actions [data-project-range-apply]:hover {
  background: #111;
  color: #fff;
}

.bsmi-project-range-actions [hidden] {
  display: none !important;
}

.bsmi-project-search-overlay {
  position: absolute;
  inset: 65px 0 0;
  z-index: 700;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(8, 10, 13, 0.18);
  backdrop-filter: blur(5px) grayscale(0.15);
}

.bsmi-wrap.is-project-mode.is-project-search-open .bsmi-project-search-overlay {
  display: flex;
}

.bsmi-project-search-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: default;
}

.bsmi-project-search-dialog {
  position: relative;
  z-index: 2;
  width: 486px;
  height: 87px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  padding: 15px 15px 15px 29px;
  border-radius: 7px;
  background: #f7f7f7;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
}

.bsmi-project-search-dialog::after {
  content: '';
  position: absolute;
  inset: 15px;
  z-index: -1;
  border: 2px solid #c5a13b;
  border-radius: 2px;
  pointer-events: none;
}

.bsmi-project-search-dialog > span {
  width: 24px;
  height: 24px;
  margin-left: 1px;
  background: #c5a13b;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-search-dialog input {
  width: 100%;
  min-width: 0;
  height: 55px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #262626;
  padding-left: 3px;
  font: inherit;
  font-size: 16px;
}

.bsmi-project-search-dialog input::placeholder {
  color: #666;
  opacity: 1;
}

.bsmi-project-search-results {
  position: relative;
  z-index: 2;
  width: 486px;
  max-height: 350px;
}

.bsmi-project-search-results:empty {
  display: none;
}

.bsmi-project-search-results-panel {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 7px;
  background: rgba(247, 247, 247, 0.98);
  padding: 10px 14px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
}

.bsmi-project-search-suggestion-list {
  max-height: 322px;
  display: grid;
  gap: 6px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.bsmi-project-search-suggestion {
  min-height: 46px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #fff;
  color: #303030;
  padding: 0 13px;
  text-decoration: none;
  box-sizing: border-box;
}

.bsmi-project-search-suggestion:hover,
.bsmi-project-search-suggestion:focus-visible {
  border-color: #c5a13b;
  background: #fffdf8;
  outline: 0;
}

.bsmi-project-search-suggestion > i {
  width: 18px;
  height: 18px;
  display: block;
  background: #8c8c8c;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 21V6l7-3 7 3v15M3 21h18M9 8h.01M9 12h.01M9 16h.01M15 8h.01M15 12h.01M15 16h.01' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 21V6l7-3 7 3v15M3 21h18M9 8h.01M9 12h.01M9 16h.01M15 8h.01M15 12h.01M15 16h.01' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-project-search-suggestion > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bsmi-project-search-suggestion strong {
  min-width: 0;
  overflow: hidden;
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-project-search-suggestion em {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #62cf82;
  color: #fff;
  padding: 2px 11px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

.bsmi-project-search-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 9px;
  color: #252525;
}

.bsmi-project-search-results-head strong {
  font-size: 13px;
  line-height: 18px;
}

.bsmi-project-search-results-head span,
.bsmi-project-search-results-panel.is-empty span {
  color: #777;
  font-size: 11px;
  line-height: 16px;
}

.bsmi-project-search-results-panel .bsmi-project-result-list {
  max-height: 270px;
  display: grid;
  gap: 5px;
  overflow-y: auto;
}

.bsmi-project-search-results-panel .bsmi-project-result-card {
  min-height: 55px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  grid-template-rows: auto;
  align-items: center;
  border-color: #e6e6e6;
  border-radius: 5px;
  background: #fff;
  padding: 7px 9px;
}

.bsmi-project-search-results-panel .bsmi-project-result-card:hover,
.bsmi-project-search-results-panel .bsmi-project-result-card:focus-visible {
  border-color: #c5a13b;
  background: #fffdf7;
  outline: 0;
}

.bsmi-project-search-results-panel .bsmi-project-result-card > b {
  grid-column: 3;
  align-self: center;
  color: #444;
  font-size: 10px;
}

.bsmi-project-search-results-panel.is-empty {
  display: grid;
  gap: 3px;
  padding: 16px;
}

.bsmi-wrap.is-project-search-open .bsmi-project-stage .bsmi-project-results-strip {
  visibility: hidden;
  pointer-events: none;
}

.bsmi-wrap.is-project-search-open .bsmi-project-toolbar {
  z-index: 710;
}

.bsmi-wrap.is-project-search-open .bsmi-project-mapmode,
.bsmi-wrap.is-project-search-open .bsmi-project-filters,
.bsmi-wrap.is-project-search-open .bsmi-project-mobile-filter {
  filter: blur(3px);
  opacity: 0.55;
  pointer-events: none;
}

@media (max-width: 720px) {
  .bsmi-burj-landmark-model {
    transform: scale(var(--bsmi-landmark-scale)) scaleX(0.54);
  }

  .bsmi-standalone-body .bsmi-project-mobile-filter {
    width: 119px;
    min-width: 119px;
    justify-content: flex-start;
    padding: 0 13px;
  }

  .bsmi-standalone-body .bsmi-project-mobile-filter::before {
    content: '';
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: currentColor;
    opacity: 0.78;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16l-6 7v7l-4 2v-9L4 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16l-6 7v7l-4 2v-9L4 4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .bsmi-standalone-body .bsmi-project-mobile-filter i {
    margin-left: auto;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-toolbar {
    background: #fff;
    backdrop-filter: none;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-dropdown > .bsmi-project-pill i {
    margin-left: 0;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-filter-open .bsmi-project-search i {
    margin-left: auto;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-price-menu-open .bsmi-project-toolbar {
    height: 470px;
    min-height: 470px;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-price-menu-open .bsmi-project-search {
    display: none;
  }

  .bsmi-standalone-body .bsmi-project-price-menu {
    top: calc(100% + 16px);
    right: 0;
    left: auto;
    width: 380px;
    min-width: 380px;
    padding: 2px 12px 10px;
    transform: none;
  }

  .bsmi-project-search-overlay {
    inset: 59px 0 0;
    padding: 0 5px;
  }

  .bsmi-project-search-dialog {
    width: 380px;
    max-width: 100%;
  }

  .bsmi-project-search-results {
    width: 380px;
    max-width: 100%;
  }

  .bsmi-project-search-results-panel .bsmi-project-result-card {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 4px 8px;
  }

  .bsmi-project-search-results-panel .bsmi-project-result-card > b {
    grid-column: 2;
  }

  .bsmi-standalone-body .bsmi-wrap.is-project-mode .bsmi-floating-list {
    bottom: 10px;
  }
}

/* Unified investment heatmap shell */
.bsmi-map-header.bsmi-investment-header,
.bsmi-standalone-body .bsmi-map-header.bsmi-investment-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 135px;
  display: block;
  padding: 0;
  border: 0;
  background: #172333;
  color: #f8fafc;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07);
  pointer-events: auto;
  z-index: 900;
}

.bsmi-investment-primary {
  height: 76px;
  display: grid;
  grid-template-columns: 136px minmax(190px, 220px) 164px minmax(200px, 226px) minmax(160px, 190px) minmax(135px, 160px);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 15px;
}

.bsmi-investment-header .bsmi-brand-chip,
.bsmi-standalone-body .bsmi-investment-header .bsmi-brand-chip {
  width: 136px;
  min-width: 136px;
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.bsmi-investment-header .bsmi-brand-logo,
.bsmi-standalone-body .bsmi-investment-header .bsmi-brand-logo {
  width: 39px;
  height: 46px;
  flex: 0 0 39px;
}

.bsmi-investment-header .bsmi-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.bsmi-brand-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.bsmi-investment-header .bsmi-brand-copy strong,
.bsmi-standalone-body .bsmi-investment-header .bsmi-brand-copy strong {
  width: auto;
  overflow: visible;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.bsmi-investment-header .bsmi-brand-copy small,
.bsmi-standalone-body .bsmi-investment-header .bsmi-brand-copy small {
  position: static;
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.bsmi-investment-search {
  height: 42px;
  min-width: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  border-radius: 22px;
  background: #2a3550;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.bsmi-investment-search > span {
  width: 16px;
  height: 16px;
  display: block;
  background: #aeb9cc;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bsmi-investment-search input {
  width: 100%;
  min-width: 0;
  height: 40px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.bsmi-investment-search input::placeholder {
  color: rgba(228, 234, 244, 0.78);
}

.bsmi-investment-purpose {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 3px;
  border-radius: 23px;
  background: #263149;
}

.bsmi-investment-purpose button {
  height: 36px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.bsmi-investment-purpose button.is-active {
  background: #ff8a32;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.32), 0 5px 16px rgba(255, 111, 30, 0.24);
}

.bsmi-investment-control {
  position: relative;
  min-width: 0;
}

.bsmi-investment-control > button,
.bsmi-investment-preference {
  width: 100%;
  height: 42px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) 8px;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 0;
  border-radius: 22px;
  background: #263149;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.bsmi-investment-control > button b,
.bsmi-investment-preference b {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bsmi-investment-control > button > span,
.bsmi-investment-preference > span {
  width: 16px;
  height: 16px;
  display: block;
  background: #c4cede;
  -webkit-mask: var(--bsmi-investment-icon) center / contain no-repeat;
  mask: var(--bsmi-investment-icon) center / contain no-repeat;
}

.bsmi-investment-metric-control {
  --bsmi-investment-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 6 6-3 6 3 6-3v15l-6 3-6-3-6 3Z'/%3E%3Cpath d='M9 3v15M15 6v15'/%3E%3C/svg%3E");
}

.bsmi-investment-filter-control {
  --bsmi-investment-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 7h16M7 12h10M10 17h4'/%3E%3C/svg%3E");
}

.bsmi-investment-preference {
  --bsmi-investment-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .34 1.88l.06.06-2.83 2.83-.06-.06a1.7 1.7 0 0 0-1.88-.34 1.7 1.7 0 0 0-1.03 1.56V21h-4v-.08A1.7 1.7 0 0 0 8.97 19.4a1.7 1.7 0 0 0-1.88.34l-.06.06-2.83-2.83.06-.06A1.7 1.7 0 0 0 4.6 15 1.7 1.7 0 0 0 3.08 14H3v-4h.08A1.7 1.7 0 0 0 4.6 9a1.7 1.7 0 0 0-.34-1.88L4.2 7.06l2.83-2.83.06.06A1.7 1.7 0 0 0 8.97 4.6 1.7 1.7 0 0 0 10 3.08V3h4v.08a1.7 1.7 0 0 0 1.03 1.52 1.7 1.7 0 0 0 1.88-.34l.06-.06 2.83 2.83-.06.06A1.7 1.7 0 0 0 19.4 9 1.7 1.7 0 0 0 20.92 10H21v4h-.08A1.7 1.7 0 0 0 19.4 15Z'/%3E%3C/svg%3E");
}

.bsmi-investment-control > button > i,
.bsmi-investment-preference > i {
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1.5px solid #8995aa;
  border-bottom: 1.5px solid #8995aa;
  transform: translateY(-2px) rotate(45deg);
}

.bsmi-investment-control .bsmi-popover,
.bsmi-investment-header .bsmi-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 980;
  width: 100%;
  min-width: 218px;
  max-height: min(440px, calc(100dvh - 160px));
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(24, 34, 49, 0.98);
  color: #fff;
  padding: 7px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.bsmi-investment-menu button {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #dbe4f2;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 550;
  text-align: left;
  cursor: pointer;
}

.bsmi-investment-menu button:hover,
.bsmi-investment-menu button.is-active {
  background: rgba(255, 138, 50, 0.16);
  color: #ff9b50;
}

.bsmi-investment-menu button[hidden] {
  display: none;
}

@media (min-width: 721px) {
  .bsmi-investment-metric-control .bsmi-investment-menu {
    top: calc(100% + 24px);
    padding: 16px;
  }
}

.bsmi-investment-filter-menu {
  width: 280px !important;
  padding: 14px !important;
}

.bsmi-investment-filter-menu .bsmi-popover-label {
  color: #99a7ba;
}

.bsmi-investment-filter-menu .bsmi-chip-row button {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #222e42;
  color: #dce5f2;
}

.bsmi-investment-filter-menu .bsmi-chip-row button.is-active {
  border-color: #ff8a32;
  background: #ff8a32;
  color: #fff;
}

.bsmi-investment-advanced {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #2a3650;
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.bsmi-investment-tabs {
  height: 58px;
  display: flex;
  align-items: stretch;
  gap: 22px;
  padding: 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.035);
  background: #182231;
  overflow-x: auto;
  scrollbar-width: none;
}

.bsmi-investment-tabs::-webkit-scrollbar {
  display: none;
}

.bsmi-investment-tabs button {
  position: relative;
  min-width: max-content;
  height: 58px;
  border: 0;
  background: transparent;
  color: #f4f7fb;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.bsmi-investment-tabs button.is-active {
  color: #ff9141;
}

.bsmi-investment-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 3px;
  border-radius: 2px;
  background: #ff8a32;
}

.bsmi-wrap.is-investment-heatmap .bsmi-project-stage,
.bsmi-wrap.is-investment-listings .bsmi-project-stage,
.bsmi-wrap.is-investment-buildings .bsmi-project-stage,
.bsmi-wrap.is-investment-areas .bsmi-project-stage,
.bsmi-wrap.is-investment-standard .bsmi-project-stage {
  display: block;
  inset: 135px 0 0;
}

.bsmi-wrap.is-investment-transactions .bsmi-mapdeck .bsmi-map,
.bsmi-wrap.is-investment-listings .bsmi-mapdeck .bsmi-map,
.bsmi-wrap.is-investment-buildings .bsmi-mapdeck .bsmi-map,
.bsmi-wrap.is-investment-areas .bsmi-mapdeck .bsmi-map,
.bsmi-wrap.is-investment-standard .bsmi-mapdeck .bsmi-map {
  display: none;
}

.bsmi-wrap.is-investment-heatmap.is-project-vector-loading::before,
.bsmi-wrap.is-investment-heatmap.is-project-vector-loading::after {
  display: none;
}

.bsmi-wrap.is-investment-heatmap .bsmi-project-toolbar,
.bsmi-wrap.is-investment-heatmap .bsmi-project-legend,
.bsmi-wrap.is-investment-heatmap [data-project-results],
.bsmi-wrap.is-investment-standard .bsmi-project-legend,
.bsmi-wrap.is-investment-standard [data-project-results] {
  display: none !important;
}

.bsmi-wrap.is-project-mode:not(.is-project-filter-open) .bsmi-project-toolbar {
  display: none !important;
}

.bsmi-wrap.is-project-mode.is-project-filter-open .bsmi-project-toolbar {
  top: 135px;
}

.bsmi-wrap.is-project-mode .bsmi-project-search-overlay {
  inset: 135px 0 0;
}

.bsmi-investment-legend {
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 8;
  width: 300px;
  min-height: 148px;
  display: grid;
  align-content: start;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: rgba(30, 43, 61, 0.5);
  color: #fff;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: none;
}

.bsmi-investment-legend h2 {
  margin: 0 0 16px;
  color: #dbe2ec;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.1;
}

.bsmi-investment-gradient {
  width: 100%;
  height: 13px;
  border-radius: 8px;
  background: linear-gradient(90deg, #43af2b 0%, #d8c833 50%, #f03d32 100%);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

.bsmi-investment-gradient-labels,
.bsmi-investment-gradient-values {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.bsmi-investment-gradient-labels {
  margin-top: 11px;
}

.bsmi-investment-gradient-labels span {
  color: #f2a336;
  font-size: 13px;
  font-weight: 650;
}

.bsmi-investment-gradient-labels span:first-child {
  color: #5fb62f;
}

.bsmi-investment-gradient-labels span:last-child {
  color: #ef4c43;
  text-align: right;
}

.bsmi-investment-gradient-labels span:nth-child(2),
.bsmi-investment-gradient-values strong:nth-child(2) {
  text-align: center;
}

.bsmi-investment-gradient-values {
  margin-top: 7px;
}

.bsmi-investment-gradient-values strong {
  color: #edf2f8;
  font-size: 12px;
  font-weight: 550;
}

.bsmi-investment-gradient-values strong:last-child {
  text-align: right;
}

.bsmi-investment-legend small {
  display: none;
}

.bsmi-investment-layer-dock {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 8;
  width: 198px;
  display: grid;
  gap: 0;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 7px;
  background: rgba(31, 43, 61, 0.94);
  color: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.bsmi-investment-layer-dock label {
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  color: #f3f6fa;
  font-size: 12px;
  font-weight: 520;
  cursor: pointer;
}

.bsmi-investment-layer-dock input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.bsmi-investment-layer-dock i {
  position: relative;
  width: 38px;
  height: 21px;
  flex: 0 0 38px;
  border-radius: 11px;
  background: #151e2d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  transition: background-color 160ms ease;
}

.bsmi-investment-layer-dock i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #96a4ba;
  transition: transform 160ms ease, background-color 160ms ease;
}

.bsmi-investment-layer-dock input:checked + i {
  background: #ff8a32;
}

.bsmi-investment-layer-dock input:checked + i::after {
  background: #fff;
  transform: translateX(17px);
}

.bsmi-wrap.is-investment-listings .bsmi-investment-legend,
.bsmi-wrap.is-investment-standard .bsmi-investment-legend {
  display: none;
}

.bsmi-wrap.is-investment-listings .bsmi-project-legend {
  top: 16px;
}

.bsmi-wrap.is-panorama-mode .bsmi-project-vector-map {
  cursor: crosshair;
}

.bsmi-wrap.is-investment-transactions .bsmi-map-rail,
.bsmi-wrap.is-investment-buildings .bsmi-map-rail,
.bsmi-wrap.is-investment-areas .bsmi-map-rail,
.bsmi-wrap.is-investment-standard .bsmi-map-rail {
  top: 135px;
  z-index: 860;
}

.bsmi-investment-building-popup strong,
.bsmi-investment-building-popup span,
.bsmi-investment-building-popup b,
.bsmi-investment-building-popup em {
  white-space: normal;
}

@media (min-width: 1181px) {
  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-primary {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 15px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-header .bsmi-brand-chip,
  .bsmi-standalone-body .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-header .bsmi-brand-chip {
    width: 132px;
    min-width: 132px;
    height: 44px;
    min-height: 44px;
    margin-right: 29px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-header .bsmi-brand-logo,
  .bsmi-standalone-body .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-header .bsmi-brand-logo {
    width: 38px;
    height: 42px;
    flex-basis: 38px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-search {
    flex: 0 0 190px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #2b3958;
    border-radius: 100px;
    background: #2b3958;
    box-shadow: none;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-search input {
    height: 38px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-purpose {
    flex: 0 0 162px;
    height: 40px;
    margin-left: auto;
    gap: 8px;
    padding: 4px;
    border-radius: 35px;
    background: #2b3958;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-purpose button {
    height: 32px;
    border-radius: 16px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-metric-control {
    flex: 0 0 220px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-filter-control {
    flex: 0 0 180px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-preference-control {
    flex: 0 0 131px;
  }

  .bsmi-wrap.is-investment-buildings .bsmi-investment-metric-control {
    margin-left: auto;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-control > button,
  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-preference {
    height: 40px;
    min-height: 40px;
    border: 1px solid #2b3958;
    border-radius: 35px;
    background: #2b3958;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-tabs {
    width: 550px;
    height: 41px;
    align-items: stretch;
    gap: 12px;
    margin: 5px 0 0 15px;
    padding: 0;
    border-top: 0;
    background: transparent;
    overflow: visible;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-tabs button {
    flex: 1 1 0;
    min-width: 0;
    height: 41px;
    padding: 12px 0;
    line-height: 17px;
  }

  .bsmi-wrap:not(.is-investment-standard) .bsmi-investment-tabs button.is-active::after {
    bottom: 0;
    height: 3px;
  }
}

@media (max-width: 1180px) and (min-width: 721px) {
  .bsmi-investment-primary {
    grid-template-columns: 125px minmax(170px, 1fr) 140px minmax(180px, 1fr) 150px 126px;
    gap: 8px;
    padding: 0 10px;
  }

  .bsmi-investment-header .bsmi-brand-chip,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-chip {
    width: 125px;
    min-width: 125px;
  }

  .bsmi-investment-control > button,
  .bsmi-investment-preference {
    padding: 0 10px;
  }
}

@media (max-width: 720px) {
  .bsmi-map-header.bsmi-investment-header,
  .bsmi-standalone-body .bsmi-map-header.bsmi-investment-header {
    height: 156px;
  }

  .bsmi-investment-primary {
    height: 108px;
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr) 42px 42px;
    grid-template-rows: 54px 54px;
    gap: 0 7px;
    padding: 0 8px;
  }

  .bsmi-investment-header .bsmi-brand-chip,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-chip {
    width: 106px;
    min-width: 106px;
    height: 48px;
    min-height: 48px;
  }

  .bsmi-investment-header .bsmi-brand-logo,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-logo {
    width: 31px;
    height: 40px;
    flex-basis: 31px;
  }

  .bsmi-investment-header .bsmi-brand-copy strong,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-copy strong {
    font-size: 10px;
  }

  .bsmi-investment-header .bsmi-brand-copy small,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-copy small {
    font-size: 6px;
  }

  .bsmi-investment-search {
    grid-column: 2 / -1;
    height: 38px;
    border-radius: 20px;
    padding: 0 11px;
  }

  .bsmi-investment-search input {
    height: 36px;
    font-size: 11px;
  }

  .bsmi-investment-purpose {
    grid-column: 1;
    grid-row: 2;
    height: 40px;
  }

  .bsmi-investment-purpose button {
    height: 34px;
    font-size: 11px;
  }

  .bsmi-investment-metric-control {
    grid-column: 2;
    grid-row: 2;
  }

  .bsmi-investment-filter-control {
    grid-column: 3;
    grid-row: 2;
  }

  .bsmi-investment-preference {
    grid-column: 4;
    grid-row: 2;
  }

  .bsmi-investment-control > button,
  .bsmi-investment-preference {
    height: 40px;
    min-height: 40px;
    padding: 0 11px;
  }

  .bsmi-investment-filter-control > button,
  .bsmi-investment-preference {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 0;
  }

  .bsmi-investment-filter-control > button b,
  .bsmi-investment-filter-control > button i,
  .bsmi-investment-preference b,
  .bsmi-investment-preference i {
    display: none;
  }

  .bsmi-investment-control .bsmi-popover,
  .bsmi-investment-header .bsmi-popover {
    position: fixed;
    top: 108px;
    right: 8px;
    left: 8px;
    width: auto !important;
    min-width: 0;
    max-height: calc(100dvh - 172px);
  }

  .bsmi-investment-tabs {
    height: 48px;
    gap: 20px;
    padding: 0 11px;
  }

  .bsmi-investment-tabs button {
    height: 48px;
    font-size: 12px;
  }

  .bsmi-investment-tabs button.is-active::after {
    bottom: 5px;
  }

  .bsmi-wrap.is-investment-heatmap .bsmi-project-stage,
  .bsmi-wrap.is-investment-listings .bsmi-project-stage,
  .bsmi-wrap.is-investment-buildings .bsmi-project-stage,
  .bsmi-wrap.is-investment-areas .bsmi-project-stage,
  .bsmi-wrap.is-investment-standard .bsmi-project-stage {
    inset: 156px 0 0;
  }

  .bsmi-investment-legend {
    top: 9px;
    left: 8px;
    width: min(270px, calc(100vw - 88px));
    min-height: 118px;
    padding: 13px 12px 10px;
  }

  .bsmi-investment-legend h2 {
    margin-bottom: 11px;
    font-size: 13px;
  }

  .bsmi-investment-gradient-labels {
    margin-top: 8px;
  }

  .bsmi-investment-gradient-labels span,
  .bsmi-investment-gradient-values strong {
    font-size: 10px;
  }

  .bsmi-investment-legend small {
    margin-top: 5px;
    font-size: 8px;
  }

  .bsmi-investment-layer-dock {
    left: 8px;
    bottom: 54px;
    width: 190px;
  }

  .bsmi-investment-layer-dock label {
    min-height: 36px;
    font-size: 11px;
  }

  .bsmi-wrap.is-project-mode.is-project-filter-open .bsmi-project-toolbar {
    top: 156px;
  }

  .bsmi-wrap.is-project-mode .bsmi-project-search-overlay {
    inset: 156px 0 0;
  }

  .bsmi-wrap.is-investment-transactions .bsmi-map-rail,
  .bsmi-wrap.is-investment-buildings .bsmi-map-rail,
  .bsmi-wrap.is-investment-areas .bsmi-map-rail,
  .bsmi-wrap.is-investment-standard .bsmi-map-rail {
    top: 156px;
  }

  .bsmi-wrap.is-rail-open.is-investment-transactions:not(.is-project-mode) .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-buildings:not(.is-project-mode) .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-areas:not(.is-project-mode) .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-standard:not(.is-project-mode) .bsmi-map-rail {
    top: 156px;
    bottom: 0;
  }
}

/* Mode-specific investment map controls */
.bsmi-investment-filter-menu {
  width: 430px !important;
  max-height: min(620px, calc(100dvh - 158px)) !important;
}

@media (min-width: 721px) {
  .bsmi-investment-filter-menu {
    top: calc(100% + 24px) !important;
    right: 0;
    left: auto !important;
    width: 360px !important;
    max-height: 320px !important;
  }
}

.bsmi-investment-filter-menu .bsmi-popover-label,
.bsmi-investment-preference-menu .bsmi-popover-label {
  margin: 12px 0 7px;
  color: #9eabba;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.bsmi-investment-filter-menu .bsmi-popover-label:first-child,
.bsmi-investment-preference-menu .bsmi-popover-label:first-child {
  margin-top: 0;
}

.bsmi-investment-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.bsmi-investment-check-grid.is-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bsmi-investment-check-grid label {
  position: relative;
  min-width: 0;
  min-height: 34px;
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: #222e42;
  color: #dce5f2;
  cursor: pointer;
}

.bsmi-investment-check-grid label:has(input:checked) {
  border-color: rgba(255, 138, 50, 0.8);
  background: rgba(255, 138, 50, 0.14);
  color: #fff;
}

.bsmi-investment-check-grid input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #ff8a32;
}

.bsmi-investment-check-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
}

.bsmi-investment-clear,
.bsmi-investment-compare-link {
  width: 100%;
  min-height: 36px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #2a3650;
  color: #f5f7fa;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-investment-filter-menu .bsmi-investment-advanced {
  display: none;
  margin-top: 6px;
}

.bsmi-wrap.is-investment-listings .bsmi-investment-filter-menu .bsmi-investment-advanced {
  display: block;
}

.bsmi-investment-preference-control {
  --bsmi-investment-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .34 1.88l.06.06-2.83 2.83-.06-.06a1.7 1.7 0 0 0-1.88-.34 1.7 1.7 0 0 0-1.03 1.56V21h-4v-.08A1.7 1.7 0 0 0 8.97 19.4a1.7 1.7 0 0 0-1.88.34l-.06.06-2.83-2.83.06-.06A1.7 1.7 0 0 0 4.6 15 1.7 1.7 0 0 0 3.08 14H3v-4h.08A1.7 1.7 0 0 0 4.6 9a1.7 1.7 0 0 0-.34-1.88L4.2 7.06l2.83-2.83.06.06A1.7 1.7 0 0 0 8.97 4.6 1.7 1.7 0 0 0 10 3.08V3h4v.08a1.7 1.7 0 0 0 1.03 1.52 1.7 1.7 0 0 0 1.88-.34l.06-.06 2.83 2.83-.06.06A1.7 1.7 0 0 0 19.4 9 1.7 1.7 0 0 0 20.92 10H21v4h-.08A1.7 1.7 0 0 0 19.4 15Z'/%3E%3C/svg%3E");
}

.bsmi-investment-preference-menu {
  width: 230px !important;
  right: 0;
  left: auto !important;
  padding: 13px !important;
}

@media (min-width: 721px) {
  .bsmi-investment-preference-control .bsmi-investment-preference {
    gap: 7px;
    padding-inline: 10px;
  }

  .bsmi-investment-preference-menu {
    top: calc(100% + 24px) !important;
    width: 204px !important;
    min-width: 204px !important;
  }
}

.bsmi-investment-segment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  padding: 3px;
  border-radius: 6px;
  background: #111a28;
}

.bsmi-investment-segment button {
  min-height: 34px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #aeb9c9;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.bsmi-investment-segment button.is-active {
  background: #ff8a32;
  color: #fff;
}

.bsmi-wrap.is-investment-buildings .bsmi-investment-purpose,
.bsmi-wrap.is-investment-standard .bsmi-investment-purpose,
.bsmi-wrap.is-investment-standard .bsmi-investment-metric-control,
.bsmi-wrap.is-investment-standard .bsmi-investment-filter-control,
.bsmi-wrap.is-investment-standard .bsmi-investment-preference-control {
  display: none;
}

.bsmi-wrap.is-investment-transactions .bsmi-map-toolbar,
.bsmi-wrap.is-investment-listings .bsmi-map-toolbar,
.bsmi-wrap.is-investment-buildings .bsmi-map-toolbar,
.bsmi-wrap.is-investment-areas .bsmi-map-toolbar,
.bsmi-wrap.is-investment-standard .bsmi-map-toolbar {
  display: none !important;
}

.bsmi-wrap.is-investment-buildings .bsmi-investment-primary {
  grid-template-columns: 136px minmax(190px, 240px) minmax(200px, 250px) minmax(160px, 210px) minmax(135px, 170px);
}

.bsmi-wrap.is-investment-listings.is-project-pristine .bsmi-investment-legend {
  display: grid;
}

.bsmi-wrap.is-investment-listings.is-project-pristine .bsmi-project-legend,
.bsmi-wrap.is-investment-listings.is-project-pristine [data-project-results] {
  display: none !important;
}

.bsmi-wrap.is-investment-listings:not(.is-project-pristine) .bsmi-investment-legend {
  display: none;
}

.bsmi-wrap.is-investment-reverse-scale .bsmi-investment-gradient {
  background: linear-gradient(90deg, #f03d32 0%, #d8c833 50%, #43af2b 100%);
}

.bsmi-wrap.is-investment-reverse-scale .bsmi-investment-gradient-labels span:first-child {
  color: #ef4c43;
}

.bsmi-wrap.is-investment-reverse-scale .bsmi-investment-gradient-labels span:last-child {
  color: #5fb62f;
}

.bsmi-wrap.is-investment-standard .bsmi-investment-layer-dock {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #162033;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.bsmi-wrap.is-investment-standard .bsmi-investment-layer-dock label {
  color: #162033;
}

.bsmi-wrap.is-investment-standard .bsmi-investment-layer-dock i {
  background: #d5dbe4;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.bsmi-wrap.is-investment-standard .bsmi-investment-layer-dock input:checked + i {
  background: #ff8a32;
}

@media (min-width: 721px) {
  .bsmi-wrap.is-investment-standard .bsmi-map-header.bsmi-investment-header,
  .bsmi-standalone-body .bsmi-wrap.is-investment-standard .bsmi-map-header.bsmi-investment-header {
    height: 74px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-primary {
    width: 372px;
    height: 44px;
    flex: 0 0 372px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-header .bsmi-brand-chip,
  .bsmi-standalone-body .bsmi-wrap.is-investment-standard .bsmi-investment-header .bsmi-brand-chip {
    width: 132px;
    min-width: 132px;
    height: 44px;
    min-height: 44px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-header .bsmi-brand-logo,
  .bsmi-standalone-body .bsmi-wrap.is-investment-standard .bsmi-investment-header .bsmi-brand-logo {
    width: 38px;
    height: 42px;
    flex-basis: 38px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-search {
    width: 220px;
    height: 42px;
    flex: 0 0 220px;
    border: 1px solid #2b3958;
    border-radius: 100px;
    background: #2b3958;
    box-shadow: none;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-tabs {
    position: static;
    width: 550px;
    height: 41px;
    flex: 0 0 550px;
    align-items: stretch;
    gap: 12px;
    margin: 0;
    padding: 0;
    border-top: 0;
    background: transparent;
    overflow: visible;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-tabs button {
    flex: 1 1 0;
    min-width: 0;
    height: 41px;
    padding: 12px 0;
    line-height: 17px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-tabs button.is-active::after {
    bottom: -2px;
    height: 4px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-project-stage {
    inset: 74px 0 0;
  }

  .bsmi-wrap.is-investment-standard .bsmi-map-rail {
    top: 74px;
  }
}

@media (max-width: 720px) {
  .bsmi-wrap.is-investment-buildings .bsmi-investment-metric-control {
    grid-column: 1 / 3;
  }

  .bsmi-wrap.is-investment-standard .bsmi-map-header.bsmi-investment-header,
  .bsmi-standalone-body .bsmi-wrap.is-investment-standard .bsmi-map-header.bsmi-investment-header {
    height: 102px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-primary {
    height: 54px;
    grid-template-rows: 54px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-tabs {
    height: 48px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-project-stage,
  .bsmi-wrap.is-investment-standard .bsmi-map-rail {
    inset-block-start: 102px;
  }

  .bsmi-investment-filter-menu {
    max-height: calc(100dvh - 172px) !important;
  }

  .bsmi-investment-check-grid,
  .bsmi-investment-check-grid.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsmi-investment-preference-menu {
    right: 8px !important;
  }
}

.bsmi-investment-mobile-layers,
.bsmi-investment-tabs-scroll,
.bsmi-investment-mobile-scrim,
.bsmi-investment-sheet-header {
  display: none;
}

.bsmi-wrap.is-investment-heatmap .bsmi-floating-list,
.bsmi-wrap.is-investment-listings .bsmi-floating-list,
.bsmi-wrap.is-investment-buildings .bsmi-floating-list,
.bsmi-wrap.is-investment-areas .bsmi-floating-list,
.bsmi-wrap.is-investment-standard .bsmi-floating-list {
  display: none !important;
}

/* Current-reference mobile investment map shell */
@media (max-width: 720px) {
  .bsmi-map-header.bsmi-investment-header,
  .bsmi-standalone-body .bsmi-map-header.bsmi-investment-header {
    height: 164px;
    overflow: visible;
    background: #172333;
  }

  .bsmi-investment-primary {
    position: relative;
    height: 164px;
    display: block;
    padding: 0;
  }

  .bsmi-investment-header .bsmi-brand-chip,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-chip {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 38px;
    min-width: 38px;
    height: 43px;
    min-height: 43px;
    display: grid;
    place-items: center;
    padding: 0;
  }

  .bsmi-investment-header .bsmi-brand-copy,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-copy {
    display: none;
  }

  .bsmi-investment-header .bsmi-brand-logo,
  .bsmi-standalone-body .bsmi-investment-header .bsmi-brand-logo {
    width: 38px;
    height: 38px;
    flex: none;
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  .bsmi-investment-header .bsmi-brand-logo img {
    display: none;
  }

  .bsmi-investment-header .bsmi-brand-logo::before {
    content: "";
    width: 36px;
    height: 38px;
    display: block;
    background: url("black-swan-brand.png") left center / 89px 38px no-repeat;
    filter: brightness(0) saturate(100%) invert(64%) sepia(88%) saturate(2184%) hue-rotate(337deg) brightness(103%) contrast(101%);
  }

  .bsmi-investment-search {
    position: absolute;
    top: 16px;
    left: 62px;
    width: 221px;
    height: 43px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    padding: 0 14px;
    border: 1px solid #2b3958;
    border-radius: 100px;
    background: rgba(21, 31, 46, 0.72);
    box-shadow: none;
  }

  .bsmi-investment-search input {
    height: 41px;
    font-size: 12px;
  }

  .bsmi-investment-mobile-layers {
    position: absolute;
    top: 18px;
    left: 289px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .bsmi-investment-mobile-layers span {
    width: 18px;
    height: 18px;
    display: block;
    background: #c4cede;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 2 8 4-8 4-8-4 8-4Z'/%3E%3Cpath d='m4 10 8 4 8-4'/%3E%3Cpath d='m4 14 8 4 8-4'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 2 8 4-8 4-8-4 8-4Z'/%3E%3Cpath d='m4 10 8 4 8-4'/%3E%3Cpath d='m4 14 8 4 8-4'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .bsmi-investment-mobile-layers.is-popover-open,
  .bsmi-investment-preference.is-popover-open,
  .bsmi-investment-filter-control > button.is-popover-open,
  .bsmi-investment-metric-control > button.is-popover-open {
    border-color: rgba(255, 138, 50, 0.8);
    box-shadow: 0 0 0 2px rgba(255, 138, 50, 0.2);
  }

  .bsmi-investment-purpose {
    position: absolute;
    top: 114px;
    left: 199px;
    width: 129px;
    height: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 4px;
    border-radius: 35px;
    background: #2b3958;
  }

  .bsmi-investment-purpose button {
    height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    font-size: 12px;
  }

  .bsmi-investment-metric-control {
    position: absolute;
    top: 114px;
    left: 16px;
    width: 175px;
    height: 40px;
  }

  .bsmi-investment-filter-control {
    position: absolute;
    top: 114px;
    left: 335px;
    width: 40px;
    height: 40px;
  }

  .bsmi-investment-preference-control {
    position: absolute;
    top: 18px;
    left: 335px;
    width: 40px;
    height: 40px;
  }

  .bsmi-investment-control > button,
  .bsmi-investment-preference {
    height: 40px;
    min-height: 40px;
    border: 1px solid #2b3958;
    border-radius: 35px;
    background: #2b3958;
  }

  .bsmi-investment-filter-control > button,
  .bsmi-investment-preference {
    grid-template-columns: 1fr;
    place-items: center;
    padding: 0;
    background: #2b3958;
  }

  .bsmi-investment-preference {
    border-radius: 50%;
    background: transparent;
  }

  .bsmi-investment-tabs {
    position: absolute;
    top: 63px;
    left: 8px;
    width: 374px;
    height: 41px;
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .bsmi-investment-tabs button {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    height: 41px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
  }

  .bsmi-investment-tabs button:nth-child(1) { width: 115.8px; }
  .bsmi-investment-tabs button:nth-child(2) { width: 79.9px; }
  .bsmi-investment-tabs button:nth-child(3) { width: 118.9px; }
  .bsmi-investment-tabs button:nth-child(4) { width: 66.9px; }
  .bsmi-investment-tabs button:nth-child(5) { width: 88.7px; }

  .bsmi-investment-tabs button.is-active::after {
    bottom: 0;
    height: 4px;
  }

  .bsmi-investment-tabs-scroll {
    position: absolute;
    top: 59px;
    z-index: 4;
    width: 36px;
    height: 55px;
    display: none;
    place-items: center;
    padding: 0;
    border: 0;
    background: #172333;
    cursor: pointer;
  }

  .bsmi-investment-tabs-scroll.is-visible {
    display: grid;
  }

  .bsmi-investment-tabs-scroll.is-prev {
    left: 0;
  }

  .bsmi-investment-tabs-scroll.is-next {
    right: 0;
  }

  .bsmi-investment-tabs-scroll span {
    width: 16px;
    height: 16px;
    display: block;
    background: #d7deea;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .bsmi-investment-tabs-scroll.is-prev span {
    transform: rotate(180deg);
  }

  .bsmi-wrap.is-investment-heatmap .bsmi-project-stage,
  .bsmi-wrap.is-investment-listings .bsmi-project-stage,
  .bsmi-wrap.is-investment-buildings .bsmi-project-stage,
  .bsmi-wrap.is-investment-areas .bsmi-project-stage,
  .bsmi-wrap.is-investment-standard .bsmi-project-stage {
    inset: 164px 0 0;
  }

  .bsmi-wrap.is-project-mode.is-project-filter-open .bsmi-project-toolbar {
    top: 164px;
  }

  .bsmi-wrap.is-project-mode .bsmi-project-search-overlay {
    inset: 164px 0 0;
  }

  .bsmi-wrap.is-investment-transactions .bsmi-map-rail,
  .bsmi-wrap.is-investment-buildings .bsmi-map-rail,
  .bsmi-wrap.is-investment-areas .bsmi-map-rail,
  .bsmi-wrap.is-investment-standard .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-transactions:not(.is-project-mode) .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-buildings:not(.is-project-mode) .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-areas:not(.is-project-mode) .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-standard:not(.is-project-mode) .bsmi-map-rail {
    top: 164px;
  }

  .bsmi-investment-legend {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 50%;
    width: 247px;
    min-height: 85px;
    height: 85px;
    padding: 8px 16px;
    border-radius: 8px;
    transform: translateX(-50%);
  }

  .bsmi-investment-legend h2 {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 24px;
  }

  .bsmi-investment-gradient {
    height: 6px;
  }

  .bsmi-investment-gradient-labels {
    display: none;
  }

  .bsmi-investment-gradient-values {
    margin-top: 5px;
  }

  .bsmi-investment-gradient-values strong {
    font-size: 12px;
    line-height: 18px;
  }

  .bsmi-investment-mobile-scrim {
    position: fixed;
    inset: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(2, 7, 15, 0.68);
    cursor: default;
  }

  .bsmi-wrap.is-popover-open .bsmi-investment-mobile-scrim {
    display: block;
  }

  .bsmi-wrap.is-popover-open .bsmi-investment-header {
    z-index: 1050;
  }

  .bsmi-investment-control .bsmi-popover,
  .bsmi-investment-header .bsmi-popover,
  .bsmi-investment-layer-dock {
    position: fixed;
    top: auto !important;
    right: 0 !important;
    bottom: 0;
    left: 0 !important;
    z-index: 1080;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none;
    max-height: none !important;
    overflow: hidden;
    border: 0;
    border-radius: 16px 16px 0 0;
    background: #172333;
    box-shadow: 0 -18px 46px rgba(0, 0, 0, 0.32);
    backdrop-filter: none;
  }

  .bsmi-investment-layer-dock {
    height: 282px;
    display: block;
    padding: 12px 16px 20px;
    color: #fff;
    visibility: hidden;
    transform: translateY(100%);
    transition: transform 180ms ease, visibility 180ms ease;
  }

  .bsmi-investment-layer-dock.is-open {
    visibility: visible;
    transform: translateY(0);
  }

  .bsmi-investment-layer-dock label {
    min-height: 24px;
    height: 24px;
    margin: 0 0 24px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .bsmi-investment-layer-dock label:last-child {
    margin-bottom: 0;
  }

  .bsmi-investment-sheet-header {
    position: relative;
    display: grid;
    align-content: end;
    width: 100%;
    color: #fff;
  }

  .bsmi-investment-sheet-header > span {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 76px;
    height: 4px;
    border: 1px solid #7f8ca1;
    border-radius: 3px;
    transform: translateX(-50%);
  }

  .bsmi-investment-sheet-header strong {
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 18px;
  }

  .bsmi-investment-layer-dock .bsmi-investment-sheet-header,
  .bsmi-investment-metric-control .bsmi-investment-sheet-header {
    height: 82px;
  }

  .bsmi-investment-layer-dock .bsmi-investment-sheet-header strong,
  .bsmi-investment-metric-control .bsmi-investment-sheet-header strong {
    position: absolute;
    top: 44px;
    left: 0;
  }

  .bsmi-investment-metric-control .bsmi-investment-menu {
    height: auto;
    min-height: 219px;
    max-height: calc(100dvh - 152px) !important;
    padding: 12px 16px 20px;
    overflow-y: auto;
  }

  .bsmi-investment-metric-control .bsmi-investment-menu button {
    position: relative;
    min-height: 35px;
    padding: 7px 34px 7px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    font-weight: 400;
  }

  .bsmi-investment-metric-control .bsmi-investment-menu button:hover,
  .bsmi-investment-metric-control .bsmi-investment-menu button.is-active {
    background: transparent;
    color: #ff8a32;
  }

  .bsmi-investment-metric-control .bsmi-investment-menu button.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 15px;
    height: 15px;
    background: #ff8a32;
    transform: translateY(-50%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .bsmi-investment-metric-control .bsmi-investment-menu button:last-child {
    border-bottom: 0;
  }

  .bsmi-investment-filter-menu {
    height: calc(100dvh - 152px);
    padding: 24px 20px !important;
    overflow-y: auto;
  }

  .bsmi-investment-filter-menu .bsmi-investment-sheet-header {
    height: 142px;
  }

  .bsmi-investment-filter-menu .bsmi-investment-sheet-header strong {
    position: absolute;
    top: 72px;
    left: 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 18px;
  }

  .bsmi-investment-filter-menu .bsmi-popover-label {
    display: block;
    min-height: 18px;
    margin: 26px 0 16px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 0;
    text-transform: none;
  }

  .bsmi-investment-filter-menu .bsmi-popover-label::before {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .bsmi-investment-filter-menu .bsmi-popover-label:nth-of-type(1)::before {
    content: "Select Property Types";
  }

  .bsmi-investment-filter-menu .bsmi-popover-label:nth-of-type(2)::before {
    content: "Select unit type";
  }

  .bsmi-investment-filter-menu .bsmi-popover-label:nth-of-type(3)::before {
    content: "Select building type Mode";
  }

  .bsmi-investment-filter-menu .bsmi-popover-label:nth-of-type(4)::before {
    content: "Status";
  }

  .bsmi-investment-filter-menu .bsmi-popover-label:first-of-type {
    margin-top: 0;
  }

  .bsmi-investment-check-grid,
  .bsmi-investment-check-grid.is-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .bsmi-investment-check-grid label {
    min-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
    border: 1px solid #71809a;
    border-radius: 18px;
    background: transparent;
  }

  .bsmi-investment-check-grid input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

  .bsmi-investment-check-grid span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .bsmi-investment-check-grid label:has(input:checked) {
    border-color: #ff8a32;
    background: #ff8a32;
  }

  .bsmi-investment-preference-menu {
    height: 294px;
    display: none;
    grid-template-columns: 166px 168px;
    align-content: start;
    gap: 20px 16px;
    padding: 24px 20px !important;
  }

  .bsmi-investment-preference-menu.is-open {
    display: grid;
  }

  .bsmi-investment-preference-menu .bsmi-investment-sheet-header {
    grid-column: 1 / -1;
    height: 126px;
  }

  .bsmi-investment-preference-menu .bsmi-investment-sheet-header strong {
    position: absolute;
    top: 72px;
    left: 0;
  }

  .bsmi-investment-preference-menu .bsmi-popover-label {
    display: block;
    align-self: center;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
  }

  .bsmi-investment-preference-menu .bsmi-investment-segment {
    width: 168px;
    height: 40px;
    align-self: center;
    gap: 0;
    padding: 4px;
    border-radius: 20px;
    background: #263149;
  }

  .bsmi-investment-preference-menu .bsmi-investment-segment button {
    height: 32px;
    min-height: 32px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 400;
  }

  .bsmi-investment-preference-menu .bsmi-investment-segment button.is-active {
    font-weight: 500;
  }

  .bsmi-investment-preference-menu .bsmi-investment-compare-link {
    display: none;
  }

  .bsmi-wrap.is-investment-standard .bsmi-map-header.bsmi-investment-header,
  .bsmi-standalone-body .bsmi-wrap.is-investment-standard .bsmi-map-header.bsmi-investment-header {
    height: 124px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-primary {
    height: 124px;
    display: block;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-mobile-layers {
    display: none;
  }

  .bsmi-wrap.is-investment-standard .bsmi-investment-tabs {
    top: 63px;
    height: 41px;
  }

  .bsmi-wrap.is-investment-standard .bsmi-project-stage,
  .bsmi-wrap.is-investment-standard .bsmi-map-rail {
    inset-block-start: 124px;
  }
}

/* Reference-style Areas map shell */
.bsmi-reference-header {
  display: none !important;
}

.bsmi-reference-header .bsmi-brand-copy {
  display: grid;
  gap: 3px;
}

.bsmi-reference-header .bsmi-brand-copy strong {
  color: #111827;
  letter-spacing: 0;
}

.bsmi-reference-header .bsmi-brand-copy small {
  color: #111827;
  letter-spacing: 0;
}

.bsmi-wrap.is-investment-areas .bsmi-investment-header {
  display: none !important;
}

.bsmi-wrap.is-investment-areas .bsmi-reference-header {
  display: grid !important;
  z-index: 900;
}

.bsmi-wrap.is-investment-areas .bsmi-project-stage {
  inset: 65px 0 0 !important;
  background: #eef3f0;
}

.bsmi-wrap.is-investment-areas .bsmi-map-toolbar {
  display: flex !important;
}

.bsmi-wrap.is-investment-areas .bsmi-floating-list {
  display: grid !important;
  z-index: 900;
}

.bsmi-wrap.is-investment-areas .bsmi-investment-layer-dock,
.bsmi-wrap.is-investment-areas .bsmi-project-legend,
.bsmi-wrap.is-investment-areas [data-project-results] {
  display: none !important;
}

.bsmi-wrap.is-investment-areas .bsmi-investment-legend {
  display: none !important;
}

.bsmi-wrap.is-investment-areas.is-reference-metric .bsmi-investment-legend {
  top: auto;
  right: auto;
  bottom: 16px;
  left: 14px;
  width: 276px;
  min-height: 128px;
  display: grid !important;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(12px);
}

.bsmi-wrap.is-investment-areas.is-reference-metric .bsmi-investment-legend h2,
.bsmi-wrap.is-investment-areas.is-reference-metric .bsmi-investment-gradient-values strong {
  color: #111827;
}

.bsmi-wrap.is-investment-areas .bsmi-map-rail,
.bsmi-wrap.is-rail-open.is-investment-areas:not(.is-project-mode) .bsmi-map-rail {
  top: 65px;
}

.bsmi-wrap.is-investment-areas .maplibregl-ctrl-bottom-right {
  display: none;
}

.bsmi-investment-poi-popup span {
  color: #687076;
  font-size: 11px;
  text-transform: capitalize;
}

.bsmi-reference-header button:focus-visible,
.bsmi-wrap.is-investment-areas .bsmi-map-toolbar > button:focus-visible,
.bsmi-wrap.is-investment-areas .bsmi-floating-list:focus-visible {
  outline: 3px solid rgba(14, 102, 255, 0.34);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .bsmi-wrap.is-investment-areas .bsmi-reference-header {
    height: 59px;
  }

  .bsmi-wrap.is-investment-areas .bsmi-reference-header .bsmi-brand-copy {
    display: grid;
  }

  .bsmi-wrap.is-investment-areas .bsmi-project-stage {
    inset: 59px 0 0 !important;
  }

  .bsmi-wrap.is-investment-areas .bsmi-map-toolbar {
    top: 71px;
  }

  .bsmi-wrap.is-investment-areas .bsmi-developer-panel {
    top: 59px;
  }

  .bsmi-wrap.is-investment-areas .bsmi-map-rail,
  .bsmi-wrap.is-rail-open.is-investment-areas:not(.is-project-mode) .bsmi-map-rail {
    top: 59px;
  }

  .bsmi-wrap.is-investment-areas.is-reference-metric .bsmi-investment-legend {
    bottom: 70px;
    left: 8px;
    width: min(260px, calc(100vw - 96px));
    min-height: 112px;
    padding: 11px;
  }

  .bsmi-wrap.is-investment-areas.is-reference-metric .bsmi-investment-legend h2 {
    margin-bottom: 9px;
    font-size: 12px;
  }

  .bsmi-wrap.is-investment-areas .bsmi-floating-list {
    right: 10px;
    bottom: 10px;
  }
}

@media print {
  .bsmi-tabs,
  .bsmi-filters,
  .bsmi-card-actions,
  .bsmi-contact-strip,
  .bsmi-header-actions {
    display: none !important;
  }

  .bsmi-panel {
    display: block !important;
    page-break-inside: avoid;
  }

  .bsmi-wrap {
    background: #fff;
  }
}
