/* REGION compat — portfolio daystrips, table chrome, selectors, room-filter layout
 * Extracted from legacy.css for War Room (which does not load legacy.css).
 * Re-run: node scripts/extract-region-compat.js
 */
#propertyChartWrapper {
      box-sizing: border-box;
      min-width: 0;
      width: 100%;
      max-width: 100%;
      min-height: 0;
      height: 100%;
      max-height: 100%;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      gap: 0;
      /* Whole column scrolls (chart + list); thead sticks — do not nest a list scrollport */
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }

#propCockpitTabsBar.prop-cockpit-chart-bar {
      flex: 0 0 auto;
      display: flex;
      align-items: stretch;
      gap: 2px;
      width: 100%;
      box-sizing: border-box;
      min-height: var(--prop-chrome-h, 36px);
      padding: 0 8px;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      background: var(--c-surface-2, #161a20);
      position: sticky;
      top: 0;
      z-index: 6;
    }

#propCockpitTabsBar.prop-cockpit-chart-bar[hidden] {
      display: none !important;
    }

#propCockpitTabsBar .prop-cockpit-tabs,
#propCockpitTabsBar .mega-header-views {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      gap: 2px;
      flex: 1 1 auto;
      min-width: 0;
      width: 100%;
      overflow-x: auto;
      overflow-y: visible;
      padding: 2px 0;
      box-sizing: border-box;
    }

#propCockpitTabsBar .mega-header-view-row,
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab {
      display: inline-flex;
      grid-template-columns: none;
      flex: 1 1 0;
      align-items: center;
      justify-content: center;
      gap: 6px;
      min-width: 0;
      min-height: var(--prop-chrome-h, 36px);
      padding: 0 10px;
      white-space: nowrap;
      border-radius: var(--r-md);
      font-size: 0.72em;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      box-sizing: border-box;
    }

#propCockpitTabsBar .mega-header-view-row__hint {
      display: none;
    }

#propCockpitTabsBar .mega-header-view-row:hover,
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab:hover {
      border: var(--sel-border-hover);
      color: var(--sel-fg-hover);
      background: transparent;
}

#propCockpitTabsBar .mega-header-view-row.is-active,
#propCockpitTabsBar .mega-header-view-row.prop-cockpit__tab--active,
#propCockpitTabsBar .mega-header-view-row[aria-selected="true"],
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab.is-active,
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab.prop-cockpit__tab--active,
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab[aria-selected="true"] {
      border: var(--sel-border-active);
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
}

#propCockpitTabsBar .mega-header-view-row.is-active:hover,
#propCockpitTabsBar .mega-header-view-row.prop-cockpit__tab--active:hover,
#propCockpitTabsBar .mega-header-view-row[aria-selected="true"]:hover,
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab.is-active:hover,
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab.prop-cockpit__tab--active:hover,
#propCockpitTabsBar .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab[aria-selected="true"]:hover {
      border: var(--sel-border-hover);
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
}

#propCockpitTabsBar .mega-header-view-row.is-active .mega-header-view-row__label,
#propCockpitTabsBar .mega-header-view-row.prop-cockpit__tab--active .mega-header-view-row__label,
#propCockpitTabsBar .mega-header-view-row[aria-selected="true"] .mega-header-view-row__label,
#propCockpitTabsBar .mega-header-view-row.is-active .mega-oxide-glyph,
#propCockpitTabsBar .mega-header-view-row.prop-cockpit__tab--active .mega-oxide-glyph,
#propCockpitTabsBar .mega-header-view-row[aria-selected="true"] .mega-oxide-glyph {
      color: var(--sel-fg-active);
}

#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) .prop-portfolio-table > thead {
      display: none !important;
}

#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) .prop-cockpit__panels {
      padding-top: 0;
}

#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) .prop-portfolio-table--has-expanded-row tr.prop-portfolio-expand td {
      border: none;
      padding: 0 !important;
}

#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) #propAvailabilityChartBlock.chart-container,
#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) #propPriceBlock .chart-container,
#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) .prop-cockpit-rates .chart-container {
      padding-top: 0;
      padding-bottom: 0;
      border-top: none;
      border-radius: 0;
}

#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) #propAvailabilityChartHeading.prop-portfolio-chart-heading,
#propertyChartWrapper:has(#propCockpitTabsBar:not([hidden])) #propPriceChartHeading.prop-portfolio-chart-heading {
      padding-top: 0;
}

.prop-region-empty-hint,
    .prop-selection-empty-hint {
      margin: 24px 16px;
      max-width: 42rem;
      padding: 14px 16px;
      color: var(--x-text-muted, #9aa3b2);
      font-size: 0.95rem;
      line-height: 1.45;
      border-left: 3px solid var(--x-border, #3a4150);
    }

.prop-region-empty-hint[hidden],
    .prop-selection-empty-hint[hidden] {
      display: none !important;
    }

body.property-tab-room-filter-visible {
      overflow: hidden;
    }

body.property-tab-room-filter-visible #PropertyData {
      display: grid !important;
      grid-template-columns: var(--room-filter-panel-width) minmax(0, 1fr);
      grid-template-rows: minmax(0, 1fr);
      grid-template-areas: 'roomFilterPanel propertyChartWrapper';
      align-items: stretch;
      align-content: stretch;
      column-gap: 0;
      /* Explicit height — min-height alone lets the list grow the page and hides the h-scrollbar */
      height: calc(100vh - var(--app-header-h, 40px));
      max-height: calc(100vh - var(--app-header-h, 40px));
      min-height: 0;
      overflow: hidden;
      box-sizing: border-box;
    }

body.property-tab-room-filter-visible #roomFilterPanel {
      grid-area: roomFilterPanel;
      height: 100%;
      max-height: 100%;
    }

body.property-tab-room-filter-visible #propertyChartWrapper {
      grid-area: propertyChartWrapper;
      align-self: stretch;
      min-height: 0;
      height: 100%;
      max-height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }

body.property-tab-room-filter-visible:has(.app-header--property-data) #PropertyData {
      height: 100vh;
      max-height: 100vh;
      margin-top: calc(-1 * var(--app-header-h, 40px));
    }

body.property-tab-room-filter-visible:has(.app-header--property-data) #roomFilterPanel {
      height: 100vh;
      max-height: 100vh;
      position: relative;
      top: auto;
      align-self: stretch;
      --prop-chrome-h: 36px;
    }

body.property-tab-room-filter-visible:has(.app-header--property-data) #propertyChartWrapper {
      align-self: end;
      height: calc(100vh - var(--app-header-h, 40px));
      max-height: calc(100vh - var(--app-header-h, 40px));
    }

body.property-tab-room-filter-hidden #PropertyData {
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas: 'propertyChartWrapper';
    }

body.property-tab-room-filter-visible.property-tab-room-filter-hidden:has(.app-header--property-data) #PropertyData {
      height: calc(100vh - var(--app-header-h, 40px));
      max-height: calc(100vh - var(--app-header-h, 40px));
      margin-top: 0;
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: minmax(0, 1fr);
      grid-template-areas: 'propertyChartWrapper';
    }

body.property-tab-room-filter-visible.property-tab-room-filter-hidden:has(.app-header--property-data) #propertyChartWrapper {
      height: 100%;
      max-height: 100%;
      align-self: stretch;
    }

body.property-tab-room-filter-hidden #roomFilterPanel {
      display: none !important;
      width: 0 !important;
      min-width: 0 !important;
      max-width: 0 !important;
      height: 0 !important;
      max-height: 0 !important;
      margin: 0;
      padding: 0;
      overflow: hidden;
      pointer-events: none;
      visibility: hidden;
      border: none;
      box-shadow: none;
    }

#propertyChartWrapper #propPortfolioAggregateStrips {
      margin-left: 0;
      width: 100%;
      max-width: 100%;
      flex: 0 0 auto;
    }

body.property-tab-room-filter-visible .prop-portfolio-lane-inset {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      max-width: 100%;
    }

#PropertyData .prop-portfolio-lane-inset {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      max-width: 100%;
    }

#propertyChartWrapper .chart-container {
      width: 100%;
      max-width: 100%;
      margin: 0;
    }

.app-header.app-header--property-data,
.app-header.app-header--display {
      position: relative;
      top: auto;
    }

.panel-header[data-load-progress-host],
    .room-filter-panel__top[data-load-progress-host],
    .prop-cockpit-stub[data-load-progress-host] {
      position: relative;
    }

.app-header-tab-controls {
      flex: 1 1 auto;
      min-width: 0;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      gap: 8px;
    }

.app-header-tab-controls__group {
      display: none;
      align-items: center;
      gap: 8px;
      min-width: 0;
      width: auto;
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: thin;
    }

.app-header-tab-controls__group.active {
      display: flex;
    }

.app-header-tab-controls__group[data-tab-controls="displayChrome"].active {
      flex: 0 0 auto;
    }

.app-header-tab-controls__group[data-tab-controls="PropertyData"].active,
.app-header-tab-controls__group[data-tab-controls="BookingData"].active,
.app-header-tab-controls__group[data-tab-controls="CheapestProperties"].active {
      flex: 1 1 auto;
      min-width: 0;
    }

.app-header-tab-controls .booking-panel {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      gap: 8px;
      min-width: 0;
      width: auto;
    }

.app-header-tab-controls .booking-toolbar,
    .app-header-tab-controls .booking-compare-lanes,
    .app-header-tab-controls .top-controls {
      margin: 0;
      box-shadow: none;
    }

.app-header-tab-controls .booking-toolbar {
      display: flex;
      flex-wrap: nowrap;
      gap: 4px;
      padding: 0;
      min-height: 34px;
      background: transparent;
      border: none;
      box-shadow: none;
    }

.app-header-tab-controls .booking-toolbar-label {
      font-size: 9px;
      letter-spacing: 0.04em;
    }

.app-header-tab-controls .booking-compare-lanes {
      display: flex;
      flex-direction: column;
      align-self: center;
      min-width: 0;
      width: auto;
    }

.app-header-tab-controls .compare-lane {
      grid-template-columns: minmax(110px, auto) 1fr;
      gap: 4px;
      min-height: 0;
      padding: 1px 6px;
    }

.app-header-tab-controls .compare-lane__date .ui-select,
    .app-header-tab-controls .booking-toolbar-date .ui-select {
      width: 8.5rem;
      min-width: 8.5rem;
      max-width: 8.5rem;
      height: 22px;
      padding: 0 22px 0 8px;
      font-size: 12px;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      color: var(--x-text-secondary);
      border: 1px solid transparent;
      border-radius: var(--r-sm);
      background: transparent;
    }

.app-header-tab-controls .compare-lane__date .ui-select:hover,
    .app-header-tab-controls .booking-toolbar-date .ui-select:hover {
      color: var(--x-text-primary);
      background: var(--x-bg-secondary);
    }

.app-header-tab-controls .compare-lane__date .ui-select:focus,
    .app-header-tab-controls .booking-toolbar-date .ui-select:focus {
      color: var(--x-text-primary);
      border-color: var(--x-border-light);
      background: var(--x-bg-secondary);
      box-shadow: none;
    }

.app-header-tab-controls .icon-btn {
      width: 22px;
      height: 22px;
      border-radius: var(--r-sm);
      font-size: 9px;
    }

.app-header-tab-controls .icon-btn:hover {
      color: var(--sel-fg-hover);
    }

.app-header-tab-controls .collections-area {
      margin: 0;
      min-height: 0;
      border: none;
      background: transparent;
      overflow: visible;
    }

.app-header-tab-controls .collections-scroll {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      gap: 2px;
      padding: 0;
      margin: 0;
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      overflow-x: auto;
      max-height: none;
      scrollbar-width: thin;
      scrollbar-color: #475569 transparent;
    }

.app-header-tab-controls .collections-scroll::-webkit-scrollbar {
      height: 3px;
    }

.app-header-tab-controls .collection-group-sep {
      color: var(--ui-text-dim);
      font-size: 14px;
      font-weight: 300;
      padding: 0 4px;
      user-select: none;
      flex-shrink: 0;
    }

.app-header-tab-controls .night-item-compact {
      padding: 0;
      margin: 0;
      width: auto;
    }

.app-header-tab-controls .night-item-compact input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
      pointer-events: none;
    }

.app-header-tab-controls .night-item-compact label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 1.75rem;
      height: 22px;
      padding: 0 6px;
      font-variant-numeric: tabular-nums;
      border-radius: var(--r-sm);
      border: 1px solid rgba(var(--coll-rgb, 100, 116, 139), calc(var(--coll-alpha, 1) * 0.35));
      background: transparent;
      font-size: 12px;
      font-weight: 700;
      color: var(--x-text-secondary);
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    }

.app-header-tab-controls .night-item-compact label:hover {
      color: rgb(var(--coll-rgb, 226, 232, 240));
      background: rgba(var(--coll-rgb, 100, 116, 139), calc(var(--coll-alpha, 1) * 0.12));
      border-color: rgba(var(--coll-rgb, 100, 116, 139), calc(var(--coll-alpha, 1) * 0.55));
    }

.app-header-tab-controls .night-item-compact:has(input:checked) label {
      border-color: rgba(var(--coll-rgb, 37, 99, 235), var(--coll-alpha, 1));
      color: rgb(var(--coll-rgb, 37, 99, 235));
      background: rgba(var(--coll-rgb, 37, 99, 235), calc(var(--coll-alpha, 1) * 0.12));
      box-shadow: none;
    }

.app-header-tab-controls .booking-panel--property.booking-toolbar--property {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 8px;
      padding: 0;
      min-height: var(--prop-chrome-h, 36px);
      max-height: var(--prop-chrome-h, 36px);
      overflow: hidden;
      background: transparent;
      border: none;
      box-shadow: none;
      --prop-chrome-h: 32px;
      --prop-chrome-pad-y: 1px;
      --prop-chrome-pad-x: 8px;
      --prop-chrome-label-h: 10px;
      --prop-chrome-value-h: 18px;
      --prop-chrome-value-size: 12px;
    }

.app-header-tab-controls .booking-panel--property .prop-date-stack {
      display: grid;
      grid-template-rows: 20px 20px auto;
      align-items: center;
      justify-items: stretch;
      gap: 0;
      flex: 0 0 auto;
      line-height: 1;
      padding: 2px 0;
    }

.app-header-tab-controls .booking-panel--property .prop-date-stack__row {
      display: grid;
      grid-template-columns: minmax(7.5rem, 8rem);
      align-items: center;
      gap: 0;
      height: 20px;
    }

.app-header-tab-controls .booking-panel--property .prop-toolbar__properties {
      margin-left: 0;
    }

.app-header-tab-controls .booking-panel--property .prop-date-select,
    .prop-horizon-stack__select {
      width: 100%;
      min-width: 0;
      height: 20px;
      padding: 0 6px;
      font-size: 13px;
      font-variant-numeric: tabular-nums;
      font-weight: 700;
      letter-spacing: 0.01em;
      color: var(--x-text-secondary);
      border: none;
      border-radius: var(--r-sm);
      background: transparent;
      line-height: 20px;
    }

.app-header-tab-controls .booking-panel--property .prop-date-select {
      appearance: none;
      -webkit-appearance: none;
      background-image: none;
      cursor: pointer;
    }

.app-header-tab-controls .booking-panel--property .prop-horizon-stack__select {
      color: var(--x-text-primary);
    }

.app-header-tab-controls .booking-panel--property .prop-date-select--overlay {
      opacity: 0.72;
      font-weight: 600;
    }

.app-header-tab-controls .booking-panel--property .prop-date-select:hover,
    .app-header-tab-controls .booking-panel--property .prop-date-select:focus {
      background: rgba(255, 255, 255, 0.06);
      outline: none;
    }

.app-header-tab-controls .booking-panel--property #propHorizonSelect.prop-horizon-mark:hover,
    .app-header-tab-controls .booking-panel--property #propHorizonSelect.prop-horizon-mark:focus {
      filter: brightness(1.06);
      outline: none;
    }

.app-header-tab-controls .booking-panel--property .icon-btn {
      width: 20px;
      height: 20px;
      min-height: 20px;
      padding: 0;
      border-radius: var(--r-sm);
      font-size: 10px;
      line-height: 1;
    }

.app-header-tab-controls .booking-panel--property .icon-btn:hover {
      color: var(--sel-fg-hover);
    }

.app-header-tab-controls .booking-panel--property .ui-btn:not(.ui-btn--both-dates) {
      height: 32px;
      min-height: 32px;
    }

.app-header-tab-controls .booking-panel--property .ui-btn--both-dates {
      align-self: center;
      width: 28px;
      height: var(--prop-chrome-h, 36px);
      min-height: var(--prop-chrome-h, 36px);
      padding: 0;
      border: none;
      border-radius: var(--r-sm);
      font-size: 12px;
      color: var(--x-text-secondary);
      background: transparent;
    }

.app-header-tab-controls .booking-panel--property .ui-btn--both-dates:hover {
      color: var(--x-text-primary);
      background: rgba(255, 255, 255, 0.06);
    }

.prop-horizon-stack {
      display: flex;
      align-items: stretch;
      justify-content: stretch;
      min-width: 4.75rem;
      width: auto;
      min-height: var(--prop-chrome-h, 36px);
      height: var(--prop-chrome-h, 36px);
      padding: 0;
      box-sizing: border-box;
      border-radius: var(--prop-chrome-radius);
      overflow: visible;
      align-self: center;
    }

.prop-horizon-stack__btn {
      display: grid;
      grid-template-rows: var(--prop-chrome-label-h, 11.2px) minmax(var(--prop-chrome-value-h, 19.6px), 1fr);
      align-items: center;
      justify-items: stretch;
      gap: 0;
      width: 100%;
      height: 100%;
      min-height: var(--prop-chrome-h, 36px);
      margin: 0;
      padding: var(--prop-chrome-pad-y, 1.7px) var(--prop-chrome-pad-x, 10px);
      border-radius: inherit;
      font: inherit;
      line-height: 1;
      cursor: pointer;
      box-sizing: border-box;
    }

.prop-horizon-stack__label {
      display: flex;
      align-items: center;
      justify-content: center;
      height: var(--prop-chrome-label-h, 11.2px);
      margin: 0;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: inherit;
      opacity: 0.75;
      user-select: none;
      line-height: 1;
    }

.prop-horizon-stack__value {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      height: var(--prop-chrome-value-h, 19.6px);
      min-height: var(--prop-chrome-value-h, 19.6px);
      margin: 0 auto;
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      line-height: 1;
      white-space: nowrap;
    }

.prop-horizon-stack__value .prop-horizon-mark {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      padding: 0.15em 0.4em;
      align-self: center;
      outline: none;
    }

.prop-horizon-stack__unit {
      color: var(--c-text, var(--x-text-primary, #fff));
      font-weight: 700;
      font-size: var(--prop-chrome-value-size, 13px);
      letter-spacing: 0.02em;
      text-transform: uppercase;
      margin-left: 0.12em;
      line-height: 1;
      align-self: center;
    }

.prop-horizon-stack .prop-date-select--sr,
    .prop-horizon-stack__select.prop-date-select--sr {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      border: 0 !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

.prop-date-stack-wrap {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 0;
      flex: 0 0 auto;
      align-self: center;
      box-sizing: border-box;
      min-height: var(--prop-chrome-h, 36px);
      height: var(--prop-chrome-h, 36px);
      border: none;
      border-radius: var(--prop-chrome-radius);
      background: transparent;
      overflow: visible;
    }

.prop-date-stack-wrap[data-mode='tactical'] {
      height: auto;
      min-height: var(--prop-chrome-h, 36px);
    }

.prop-date-stack-wrap[data-mode='tactical'] .prop-date-stack-nav {
      width: 18px;
      min-width: 18px;
      height: var(--prop-chrome-h, 36px);
      min-height: var(--prop-chrome-h, 36px);
      padding: 0;
    }

.prop-date-stack-wrap[data-mode='tactical'] .prop-date-stack--tactical {
      width: max-content;
    }

.prop-date-stack-wrap[data-mode='tactical'] .prop-date-stack__row {
      grid-template-columns: max-content;
      width: max-content;
    }

.prop-date-stack-wrap[data-mode='tactical'] .prop-date-select--sr {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      border: 0 !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

.prop-date-stack__face {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.35em;
      margin: 0;
      padding: 0;
      border: none;
      background: transparent;
      color: inherit;
      font: inherit;
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      line-height: 1;
      cursor: pointer;
      width: max-content;
      max-width: none;
      white-space: nowrap;
    }

.prop-date-stack__face-date,
    .prop-date-stack__face-role {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
    }

.prop-date-stack__face .prop-today-mark {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      padding: 0.15em 0.4em;
      outline: none;
    }

.prop-date-stack__face--new .prop-date-stack__face-date {
      color: var(--c-text, var(--x-text, #fff));
      font-weight: 700;
    }

.prop-date-stack__face--old {
      color: var(--c-text-2, var(--x-text-secondary, rgba(255, 255, 255, 0.72)));
      font-weight: 700;
      opacity: 0.9;
    }

.prop-date-stack__face.is-picker-open {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
      outline: none;
      border-radius: var(--r-sm);
    }

.prop-date-stack-visual {
      display: grid;
      grid-template-rows: var(--prop-chrome-label-h, 11.2px) minmax(0, 1fr);
      align-items: center;
      justify-items: stretch;
      gap: 0;
      height: 100%;
      min-height: 0;
      max-height: 100%;
      padding: var(--prop-chrome-pad-y, 1.7px) var(--prop-chrome-pad-x, 10px);
      margin: 0;
      border: var(--sel-border);
      border-radius: inherit;
      background: transparent;
      color: var(--sel-fg);
      font: inherit;
      line-height: 1;
      max-width: 16.5rem;
      min-width: 9.5rem;
      cursor: pointer;
      align-self: stretch;
      box-sizing: border-box;
    }

.prop-date-stack-visual:hover {
      border: var(--sel-border-hover);
      background: transparent;
      color: var(--sel-fg-hover);
    }

.prop-date-stack-visual[aria-expanded="true"] {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-date-stack-visual[aria-expanded="true"]:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-date-stack-visual .prop-nav-stack__label,
    .prop-date-stack-visual .prop-nav-stack__value {
      justify-content: center;
      text-align: center;
      width: 100%;
    }

.prop-date-stack-visual .prop-nav-stack__value,
    #propDateStackVisualValue {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.35em;
      height: var(--prop-chrome-value-h, 19.6px);
      min-height: var(--prop-chrome-value-h, 19.6px);
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      overflow: visible;
      white-space: nowrap;
    }

#propDateStackVisualValue .prop-date-stack__face-date {
      color: inherit;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
      line-height: 1;
    }

#propDateStackVisualValue .prop-date-stack__new-group {
      display: inline-flex;
      align-items: center;
      gap: 0;
      line-height: 1;
    }

.prop-date-stack-visual .prop-today-mark,
    #propDateStackVisualValue .prop-today-mark {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      padding: 0 0.2em;
      align-self: center;
      outline: none;
    }

.prop-date-stack-visual .prop-date-stack__offset,
    #propDateStackVisualValue .prop-date-stack__offset {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      align-self: center;
    }

.prop-today-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 0.2em;
      border-radius: 0;
      background: transparent;
      color: var(--c-accent);
      font-weight: 400;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.04em;
      line-height: 1.25;
      white-space: nowrap;
      box-shadow: none;
      text-shadow: none;
      text-transform: uppercase;
    }

#propDateStackVisualValue {
      gap: 0.35em;
    }

#propDateStackVisualValue .prop-today-mark {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      padding: 0 0.2em;
      align-self: center;
      outline: none;
    }

#propDateStackVisualValue .prop-date-stack__offset {
      color: var(--c-text-2, var(--x-text-secondary, rgba(255, 255, 255, 0.55)));
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.01em;
      line-height: 1;
      align-self: center;
    }

#propPortfolioChartHeading .prop-portfolio-chart-day-stack-link.prop-today-mark {
      font-size: 0.92em;
      vertical-align: baseline;
    }

/* NOW face chips use .prop-today-mark; keep selects screen-reader only. */
.app-header-tab-controls .booking-panel--property .prop-date-select--sr,
    .booking-panel--property .prop-date-select--sr {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

.prop-date-stack-wrap[data-mode='visual'] .prop-date-stack-nav,
    .prop-date-stack-wrap[data-mode='visual'] .prop-date-stack--tactical {
      display: none !important;
    }

.prop-date-stack-wrap[data-mode='tactical'] .prop-date-stack-visual {
      display: none !important;
    }

.prop-horizon-stack__label {
      display: flex;
      align-items: center;
      justify-content: center;
      height: var(--prop-chrome-label-h, 11.2px);
      margin: 0;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: inherit;
      opacity: 0.75;
      user-select: none;
      line-height: 1;
    }

.prop-horizon-stack__select {
      text-align: center;
      text-align-last: center;
      appearance: none;
      -webkit-appearance: none;
      background-image: none;
      padding-right: 6px;
    }

.prop-toolbar-sep {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 0.7rem;
      flex: 0 0 auto;
      color: var(--x-text-secondary);
      opacity: 0.35;
      user-select: none;
      align-self: center;
    }

.prop-toolbar-sep::before {
      content: '›';
      font-size: 1rem;
      font-weight: 600;
      line-height: 1;
    }

.prop-nav-back-list.tablinks {
      display: grid;
      grid-template-rows: var(--prop-chrome-label-h, 11.2px) minmax(0, 1fr);
      align-items: center;
      justify-items: stretch;
      gap: 0;
      height: var(--prop-chrome-h, 36px);
      min-height: var(--prop-chrome-h, 36px);
      max-height: var(--prop-chrome-h, 36px);
      padding: var(--prop-chrome-pad-y, 1.7px) var(--prop-chrome-pad-x, 10px);
      border: var(--sel-border);
      border-radius: var(--prop-chrome-radius);
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.02em;
      color: var(--sel-fg);
      background: transparent;
      box-shadow: none;
      max-width: 11rem;
      min-width: 4.75rem;
      overflow: visible;
      white-space: normal;
      flex: 0 1 auto;
      align-self: center;
      line-height: 1;
      box-sizing: border-box;
    }

.prop-nav-stack__label {
      display: flex;
      align-items: center;
      justify-content: center;
      height: var(--prop-chrome-label-h, 11.2px);
      margin: 0;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: inherit;
      opacity: 0.75;
      user-select: none;
      cursor: pointer;
      line-height: 1;
    }

.prop-nav-stack__value {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: var(--prop-chrome-value-h, 19.6px);
      min-height: var(--prop-chrome-value-h, 19.6px);
      margin: 0;
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.01em;
      color: inherit;
      white-space: nowrap;
      overflow: visible;
      text-overflow: clip;
      min-width: 0;
      width: 100%;
      cursor: pointer;
      line-height: 1;
    }

.prop-nav-back-list .prop-nav-stack__label,
    .prop-nav-back-list .prop-nav-stack__value {
      color: inherit !important;
    }

.prop-nav-back-list .prop-nav-stack__label {
      color: inherit;
      opacity: 0.75;
    }

.prop-nav-back-list .prop-nav-stack__value {
      color: inherit;
      opacity: 1;
    }

.prop-nav-back-list.tablinks:hover {
      color: var(--sel-fg-hover);
      background: transparent;
      border: var(--sel-border-hover);
    }

.prop-nav-back-list.tablinks[aria-expanded="true"] {
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
      border: var(--sel-border-active);
    }

.prop-nav-back-list.tablinks[aria-expanded="true"]:hover {
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
      border: var(--sel-border-hover);
    }

.prop-nav-prop-btn {
      display: grid;
      grid-template-rows: var(--prop-chrome-label-h, 10px) var(--prop-chrome-value-h, 18px);
      align-items: center;
      justify-items: center;
      gap: 0;
      height: var(--prop-chrome-h, 36px) !important;
      min-height: var(--prop-chrome-h, 36px) !important;
      max-height: var(--prop-chrome-h, 36px) !important;
      padding: var(--prop-chrome-pad-y, 1.7px) var(--prop-chrome-pad-x, 10px) !important;
      font-size: 13px !important;
      font-weight: 400 !important;
      margin-left: 0 !important;
      border-radius: var(--r-md) !important;
      align-self: center;
      flex: 0 0 auto;
      line-height: 1;
      max-width: 6.5rem;
      min-width: 4.75rem;
      box-sizing: border-box;
      overflow: visible;
    }

.prop-nav-prop-btn.prop-nav-prop-btn--named,
    #propPropertySelectorBtn.prop-nav-prop-btn--named {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
      gap: 0;
      height: auto !important;
      min-height: 0 !important;
      max-height: none !important;
      max-width: none;
      min-width: 0;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      overflow: visible;
    }

#propPropertySelectorBtn:not(.prop-nav-prop-btn--named) {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 4px;
      height: auto !important;
      min-height: var(--prop-chrome-h, 36px) !important;
      max-height: none !important;
      max-width: none;
      padding-top: 6px !important;
      padding-bottom: 6px !important;
      overflow: visible;
    }

/* Overview for (N) PROPERTIES — N bold green; PROPERTIES bold white */
#propPropertySelectorBtn .prop-nav-prop-overview {
      display: inline-flex;
      align-items: baseline;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0;
      min-width: 0;
      max-width: 100%;
      font-family: var(--font-mono);
      line-height: 1.2;
      white-space: normal;
      overflow: visible;
      color: var(--c-text-2);
      text-align: center;
    }

#propPropertySelectorBtn .prop-nav-prop-overview__lead {
      font-family: var(--font-mono);
      font-size: var(--t-11);
      font-weight: 400;
      letter-spacing: 0.02em;
      color: var(--c-text-3);
      line-height: 1.2;
    }

#propPropertySelectorBtn .prop-nav-prop-overview__unit {
      font-family: var(--font-mono);
      font-size: var(--t-11);
      font-weight: 400;
      letter-spacing: 0.03em;
      text-transform: lowercase;
      color: var(--c-text-3);
      opacity: 1;
      line-height: 1.2;
    }

#propPropertySelectorBtn .prop-nav-prop-view-close {
      display: none !important;
    }

.prop-nav-prop-overview-line {
      display: inline-flex;
      align-items: baseline;
      justify-content: center;
      flex-wrap: nowrap;
      gap: 0;
      width: auto;
      max-width: 100%;
      min-width: 0;
    }

.prop-nav-prop-overview-line .prop-nav-prop-view-close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 1.15em;
      height: 1.15em;
      margin: 0 0 0 0.4em;
      padding: 0;
      border: none;
      border-radius: var(--r-sm);
      background: var(--c-neg);
      color: var(--c-text);
      font-family: var(--font-sans);
      font-size: var(--t-11);
      font-weight: 700;
      line-height: 1;
      cursor: pointer;
      vertical-align: baseline;
    }

.prop-nav-prop-overview-line .prop-nav-prop-view-close:hover {
      filter: brightness(1.1);
    }

.prop-nav-prop-overview-line .prop-nav-prop-view-close[hidden] {
      display: none !important;
    }

.prop-nav-prop-summary {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0;
      width: 100%;
      min-width: 0;
    }

#propPropertySelectorBtn .prop-nav-prop-count {
      display: inline-flex;
      align-items: baseline;
      justify-content: center;
      min-width: 0;
      line-height: 1.2;
      font-family: var(--font-mono);
      font-size: var(--prop-chrome-value-size, 12px);
      font-weight: 700;
      letter-spacing: 0.02em;
      color: var(--c-accent);
      text-transform: none;
    }

#propPropertySelectorBtn .prop-nav-prop-count .prop-selected-mark {
      font-family: inherit;
      font-size: inherit;
      font-weight: 700;
      letter-spacing: inherit;
      color: var(--c-accent);
      line-height: 1.2;
    }

.prop-nav-prop-summary .prop-nav-prop-scale {
      display: block;
      min-width: 0;
      max-width: 100%;
      font-family: var(--font-mono);
      font-size: var(--t-11);
      font-weight: 400;
      letter-spacing: 0.02em;
      line-height: 1.2;
      color: var(--c-text-3);
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

.prop-nav-prop-summary .prop-nav-prop-scale-n {
      font-weight: 700;
      color: var(--c-text);
    }

.prop-nav-prop-btn .prop-nav-prop-name {
      color: var(--x-text-primary, var(--c-text));
      font-weight: 700;
      font-size: var(--prop-chrome-value-size, 13px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 20ch;
      line-height: 1;
    }

.prop-nav-prop-btn .prop-nav-prop-count[hidden],
    .prop-nav-prop-btn .prop-nav-prop-name[hidden],
    #propPropertySelectorBtn .prop-nav-prop-overview[hidden],
    #propPropertySelectorBtn .prop-nav-prop-overview__unit[hidden],
    .prop-nav-prop-summary .prop-nav-prop-scale[hidden],
    #propPropertySelectorBtn .prop-nav-stack__label[hidden],
    #propPropertySelectorBtn .prop-nav-stack__value[hidden],
    #propNavPropViewCheck[hidden] {
      display: none !important;
    }

.prop-nav-prop-btn .prop-nav-stack__value {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      height: var(--prop-chrome-value-h, 19.6px);
      min-height: var(--prop-chrome-value-h, 19.6px);
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      overflow: visible;
    }

.prop-nav-prop-btn .prop-selected-mark {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
      align-self: center;
    }

.prop-nav-prop-btn .prop-selected-mark,
    #propPropertySelectorBtn .prop-selected-mark {
      padding: 0;
      outline: none;
      font-weight: 700;
      color: var(--c-accent);
      background: transparent;
      text-shadow: none !important;
      box-shadow: none !important;
    }

.prop-nav-prop-btn .prop-nav-stack__label {
      color: inherit;
    }

#propPropertySelectorBtn.prop-nav-prop-btn--named .prop-nav-stack__label {
      height: auto;
      min-height: 0;
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      opacity: 1;
      justify-content: center;
      text-align: center;
      width: 100%;
      white-space: normal;
      line-height: 1.2;
      flex-wrap: wrap;
      gap: 0.25em;
    }

#propPropertySelectorBtn.prop-nav-prop-btn--named .prop-nav-stack__label .prop-selected-mark {
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      line-height: 1;
    }

.prop-nav-prop-chip {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      min-width: 0;
    }

#propNavPropViewRow {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      width: 100%;
      margin: 0;
      padding: 3px 0;
      font-family: var(--font-sans);
      font-size: var(--portfolio-type-size, var(--t-12));
      font-weight: 400;
      letter-spacing: 0.02em;
      line-height: 1.25;
      text-align: left;
      box-sizing: border-box;
      border: 0;
      background: transparent;
      border-radius: 0;
    }

#propNavPropViewRow:hover {
      border: 0;
      background: transparent;
    }

#propNavPropViewRow[hidden] {
      display: none !important;
    }

#propNavPropViewCheck {
      width: 11px;
      height: 11px;
      flex-shrink: 0;
      margin: 0;
      accent-color: var(--c-accent);
      pointer-events: auto;
      cursor: pointer;
    }

#propNavPropViewRow .prop-selector-item__name {
      flex: 1 1 auto;
      min-width: 0;
      font-weight: 400;
      text-align: left;
      color: var(--c-accent);
    }

.prop-nav-prop-btn .prop-nav-stack__value {
      color: inherit;
    }

.prop-nav-property-exit.room-filter-intel__prop-exit,
    .prop-nav-property-exit {
      display: inline-flex;
      align-items: center;
      align-self: center;
      width: auto;
      max-width: min(22rem, 28vw);
      height: 32px;
      margin: 0;
      padding: 0 10px;
      border-radius: var(--r-md);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      line-height: 1.1;
      text-align: left;
      white-space: nowrap;
      overflow: visible;
      cursor: pointer;
      flex: 0 1 auto;
    }

.prop-nav-property-exit.room-filter-intel__prop-exit:hover,
    .prop-nav-property-exit:hover {
      text-decoration: none;
    }

.prop-nav-property-exit.room-filter-intel__prop-exit:focus-visible,
    .prop-nav-property-exit:focus-visible {
      outline: 2px solid var(--c-accent-ring);
      outline-offset: 2px;
    }

.prop-nav-property-exit[hidden],
    .prop-nav-prop-exit-sep[hidden] {
      display: none !important;
    }

.prop-nav-inline-chips.room-filter-panel__filter-chips,
    .prop-nav-inline-chips {
      display: inline-flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 6px;
      margin-left: 4px;
      min-width: 0;
      max-width: min(42vw, 28rem);
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: thin;
      align-self: center;
    }

.prop-nav-inline-chips[hidden] {
      display: none !important;
    }

.prop-nav-inline-chips .room-filter-chip {
      flex: 0 0 auto;
      height: 26px;
      padding: 0 10px;
      border-radius: var(--r-sm);
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
    }

.app-header--display #appMainTabs,
    .app-header--display .main-tabs {
      display: none !important;
    }

.app-header-tab-controls .booking-toolbar-nav .ui-btn,
    .app-header-tab-controls .prop-toolbar__properties,
    .app-header-tab-controls .prices-stats-btn {
      height: 34px;
      min-height: 34px;
      padding: 0 14px;
      border-radius: var(--r-sm);
      font-size: 15px;
      font-weight: 700;
      box-shadow: none;
    }

.app-header-tab-controls .booking-panel--property .ui-btn:hover,
    .app-header-tab-controls .booking-toolbar-nav .ui-btn:hover,
    .app-header-tab-controls .prop-toolbar__properties:hover,
    .app-header-tab-controls .prices-stats-btn:hover {
      color: var(--sel-fg-hover);
    }

.app-header-tab-controls .booking-panel--property .ui-btn--both-dates {
      color: var(--x-text-secondary);
      border-color: transparent;
      align-self: center;
      width: 28px;
      height: var(--prop-chrome-h, 36px);
      min-height: var(--prop-chrome-h, 36px);
      min-width: 28px;
      padding: 0;
    }

.app-header-tab-controls .booking-panel--property .ui-btn--both-dates:hover {
      color: var(--sel-fg-hover);
    }

.app-header-tab-controls .top-controls {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-start;
      gap: 4px;
      min-width: max-content;
      padding: 0;
      background: transparent;
      border: none;
    }

.app-header-tab-controls .app-toolbar-region-select,
    .app-header-tab-controls .ui-select {
      height: 34px;
      width: auto;
      min-width: 0;
      max-width: 11rem;
      padding: 0 24px 0 10px;
      font-size: 15px;
      font-weight: 700;
      color: var(--x-text-secondary);
      border: 1px solid transparent;
      border-radius: var(--r-sm);
      background: transparent;
    }

.app-header-tab-controls .ui-segment {
      gap: 2px;
      padding: 0;
      border: none;
      background: transparent;
    }

.app-header-tab-controls .ui-segment label,
    .app-header-tab-controls .ui-segment .prices-action-btn {
      height: 34px;
      padding: 0 12px;
      border-radius: var(--r-sm);
      border: 1px solid transparent;
      background: transparent;
      color: var(--x-text-secondary);
      font-size: 15px;
      font-weight: 700;
    }

.app-header-tab-controls .ui-segment label:hover {
      color: var(--x-text-primary);
      background: var(--x-bg-secondary);
    }

.app-header-tab-controls .ui-segment label:has(input:checked) {
      border-color: var(--x-warning);
      color: var(--x-warning);
      background: rgba(255, 173, 31, 0.08);
    }

@media (max-width: 720px) {
.app-header-tab-controls {
        order: 5;
        flex-basis: 100%;
      }

.app-header-tab-controls .booking-panel {
        min-width: 760px;
      }
}

#roomFilterPanel {
      position: sticky;
      top: 0;
      align-self: start;
      display: none;
      flex-direction: column;
      width: var(--room-filter-panel-width);
      max-width: 100%;
      min-width: 0;
      height: 100vh;
      max-height: 100vh;
      background: var(--x-bg-elevated);
      color: var(--x-text-primary);
      border-right: 1px solid var(--x-border);
      box-shadow: none;
      z-index: 1;
      overflow: hidden;
      box-sizing: border-box;
    }

body.property-tab-room-filter-visible #roomFilterPanel {
      display: flex;
      position: sticky;
    }

#roomFilterPanel .room-filter-cockpit-tabs {
      flex: 0 0 auto;
    }

#roomFilterPanel .room-filter-panel__scroll {
      position: relative;
      flex: 1 1 auto;
      min-height: 0;
      max-height: none;
      overflow-y: auto;
      overflow-x: hidden;
      box-sizing: border-box;
      -webkit-overflow-scrolling: touch;
      padding-right: 0;
      padding-left: 0;
    }

/* Invisible end pad so mobile can scroll past last content */
.scroll-end-spacer {
      flex: 0 0 auto;
      width: 100%;
      height: 500px;
      pointer-events: none;
      visibility: hidden;
    }

#roomFilterPanel.room-filter-panel--market .room-filter-panel__body,
    #roomFilterPanel.room-filter-panel--empty .room-filter-panel__body,
    #roomFilterPanel.room-filter-panel--property .room-filter-panel__body {
      width: 100%;
      max-width: 100%;
    }

#roomFilterPanel.room-filter-panel--market #roomFilterContent,
    #roomFilterPanel.room-filter-panel--empty #roomFilterContent {
      display: none;
    }

#roomFilterPanel.room-filter-panel--property,
    #roomFilterPanel.room-filter-panel--market,
    #roomFilterPanel.room-filter-panel--empty {
      overflow: hidden;
    }

#roomFilterPanel.room-filter-panel--property #roomFilterContent {
      padding: 4px 0 8px;
    }

#roomFilterPanel .room-filter-panel__checkin-select {
      font-size: 0.88em;
    }

.room-filter-panel__checkin-select {
      width: 100%;
      margin-bottom: 4px;
      font-size: 0.95em;
    }

#roomFilterPanel .room-filter-panel__filters {
      padding-left: var(--room-filter-panel-inset-x);
      padding-right: var(--room-filter-panel-inset-x);
    }

.room-filter-panel__filters {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 6px;
      padding: 8px 10px;
      border-bottom: 1px solid var(--x-border);
      background: var(--x-bg-secondary);
      box-sizing: border-box;
    }

.room-filter-panel__filters[hidden] {
      display: none;
    }

.room-filter-panel__filters-label {
      font-size: 0.72em;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--ui-text-muted);
      flex-shrink: 0;
    }

.room-filter-panel__filter-chips {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 4px;
      min-width: 0;
    }

.room-filter-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.78em;
      font-weight: 600;
      font-family: inherit;
      color: var(--x-warning);
      background: rgba(255, 173, 31, 0.08);
      border: 1px solid var(--x-warning);
      padding: 4px 8px;
      border-radius: var(--r-sm);
      line-height: 1.3;
      cursor: pointer;
      user-select: none;
      transition: background 0.12s ease;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

.room-filter-chip:hover {
      border-color: var(--c-accent);
      background: transparent;
    }

.room-filter-chip--facility:not(.room-filter-chip--active) {
      color: var(--x-text-secondary);
      background: transparent;
      border-color: var(--x-border);
    }

.room-filter-chip--facility:not(.room-filter-chip--active):hover {
      background: transparent;
      border-color: var(--c-accent);
      color: var(--c-text);
    }

.prop-portfolio-active-filters {
      width: 100%;
      max-width: none;
      margin-top: 6px;
      box-sizing: border-box;
      padding: 4px 8px;
      gap: 4px;
      flex-wrap: wrap;
      align-items: center;
      /* Override .room-filter-panel__filters secondary bg */
      background: var(--c-surface-2);
    }

.prop-portfolio-ex-bar {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding: 4px 0 6px;
    }

.prop-portfolio-ex-bar__line {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
    }

.prop-portfolio-ex-bar__actions {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-left: auto;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

.prop-portfolio-ex-bar__links.room-filter-panel__links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0;
      padding: 0;
      border: none;
      background: transparent;
    }

.prop-portfolio-ex-bar__links.room-filter-panel__links[hidden] {
      display: none;
    }

.prop-portfolio-ex-bar .prop-portfolio-ex-mode {
      padding: 0;
      margin: 0;
    }

.prop-portfolio-filters-toggle {
      appearance: none;
      border: none;
      background: transparent;
      color: var(--ui-text-muted, var(--x-text-secondary, #9ca3af));
      font: inherit;
      font-size: 0.78em;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 3px 2px;
      margin-left: 0;
      cursor: pointer;
      text-transform: uppercase;
    }

.prop-portfolio-filters-toggle:hover {
      color: var(--x-text, #e5e7eb);
    }

.prop-portfolio-filters-toggle[aria-expanded='true'] {
      color: var(--c-accent);
    }

#propPortfolioActiveFilters.prop-portfolio-active-filters {
      margin-top: 0;
      padding: 0;
      background: transparent;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 8px;
    }

#propPortfolioActiveFilters .prop-portfolio-active-filters__panel {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      width: 100%;
      box-sizing: border-box;
      padding: 4px 8px;
      background: var(--c-surface-2);
    }

#propPortfolioActiveFilters.is-collapsed {
      display: none;
    }

.prop-portfolio-table th.prop-portfolio-col--chart-select,
    .prop-portfolio-table td.prop-portfolio-col--chart-select {
      /* set in JS as --prop-portfolio-chart-select-w (plot left / Y gutter) */
      width: var(--prop-portfolio-chart-select-w, 40px);
      min-width: var(--prop-portfolio-chart-select-w, 40px);
      max-width: var(--prop-portfolio-chart-select-w, 40px);
      text-align: center;
      vertical-align: middle;
      padding: 0 !important;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
    }

.prop-portfolio-table thead th.prop-portfolio-col--chart-select {
      vertical-align: middle;
      height: 100%;
      background: var(--x-bg-elevated);
    }

.prop-portfolio-table tbody td.prop-portfolio-col--chart-select {
      border-right: 1px solid var(--x-border);
      background: var(--x-bg-elevated);
    }

.prop-portfolio-table tbody td.prop-portfolio-col--chart-select--checked {
      background: var(--x-bg-elevated);
    }

.prop-portfolio-chart-select-hit {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      margin: 0;
      cursor: pointer;
      box-sizing: border-box;
    }

.prop-portfolio-table tbody td.prop-portfolio-col--chart-select--info {
      vertical-align: middle;
      background: var(--x-bg-elevated);
    }

/* Sticky identity columns while the metrics scroll horizontally */
.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) th.prop-portfolio-col--chart-select,
    .prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) td.prop-portfolio-col--chart-select {
      position: sticky;
      left: 0;
      z-index: 3;
    }

.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) th.prop-portfolio-col--property,
    .prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) td.prop-portfolio-col--property {
      position: sticky;
      left: var(--prop-portfolio-chart-select-w, 40px);
      z-index: 3;
      background: var(--x-bg-secondary, #111);
    }

.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) thead th.prop-portfolio-col--chart-select,
    .prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) thead th.prop-portfolio-col--property {
      z-index: 5;
      background: var(--x-bg-elevated);
    }

.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) tbody tr.prop-portfolio-row:hover td.prop-portfolio-col--property,
    .prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row)
      tbody
      tr.prop-portfolio-row.prop-portfolio-table__active
      td.prop-portfolio-col--property {
      background: var(--c-surface-2, var(--x-bg-secondary, #111));
    }

.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row)
      tbody
      tr.prop-portfolio-row.prop-portfolio-table__active
      td.prop-portfolio-col--property {
      background: var(--sel-bg-active);
    }

.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) tbody tr.prop-portfolio-timeline-row > td.prop-portfolio-col--chart-select,
    .prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row)
      tbody
      tr.prop-portfolio-availability-row
      > td.prop-portfolio-col--chart-select {
      z-index: 3;
      background: var(--x-bg-elevated);
    }

.prop-portfolio-strip-info {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 28px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      color: var(--x-text-secondary);
      opacity: 0.85;
      cursor: help;
      user-select: none;
    }

.prop-portfolio-strip-info:hover {
      opacity: 1;
      color: var(--ui-text);
    }

.prop-portfolio-ex-info-stack {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      gap: 3px;
      width: 100%;
      min-height: 0;
      box-sizing: border-box;
      padding: 2px 0 4px;
    }

.prop-portfolio-strip-info--ex {
      min-height: 14px;
      height: 14px;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      opacity: 0.9;
      cursor: default;
    }

button.prop-portfolio-strip-info--ex {
      appearance: none;
      -webkit-appearance: none;
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      padding: 0;
      margin: 0;
      width: 100%;
      text-align: right;
      line-height: 1;
    }

.prop-portfolio-chart-select-all,
    .prop-portfolio-row__chart-check {
      position: relative;
      width: 13px;
      height: 13px;
      margin: 0;
      flex-shrink: 0;
      cursor: pointer;
      accent-color: var(--c-accent);
      vertical-align: middle;
    }

td.prop-portfolio-col--chart-select--checked .prop-portfolio-row__chart-check {
      accent-color: var(--prop-chart-color, var(--c-accent));
    }

.prop-portfolio-chart-select-mark {
      display: none;
      flex: 0 0 auto;
      width: 7px;
      height: 7px;
      border-radius: var(--r-sm);
      background: var(--prop-chart-color, transparent);
      border: 1px solid var(--c-border);
      box-sizing: border-box;
    }

td.prop-portfolio-col--chart-select--checked .prop-portfolio-chart-select-mark {
      display: block;
    }

.prop-portfolio-row__name--chart-color {
      font-weight: 400;
      color: inherit;
    }

.room-filter-chip--by-property.room-filter-chip--active {
      color: var(--c-accent);
      border-color: transparent;
      background: var(--c-accent-soft);
    }

.room-filter-chip--by-property:not(.room-filter-chip--active) {
      color: var(--x-text-secondary, #8b98a5);
      border-color: rgba(255, 255, 255, 0.14);
      background: rgba(255, 255, 255, 0.04);
    }

.room-filter-chip--by-property:not(.room-filter-chip--active):hover {
      color: var(--x-text-primary, #e7e9ea);
      border-color: transparent;
      background: var(--c-accent-soft);
    }

#propPortfolioActiveFilters .prop-portfolio-active-filters__col--filters {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 4px;
      min-width: 0;
      flex: 1 1 auto;
    }

#propPortfolioActiveFilters .prop-portfolio-active-filters__col--filters[hidden] {
      display: none;
    }

#propPortfolioActiveFilters .room-filter-panel__filter-chips {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 4px;
      min-width: 0;
    }

.prop-portfolio-active-filters .room-filter-panel__filter-chips {
      display: contents;
    }

.prop-portfolio-active-filters .room-filter-panel__filters-label {
      font-size: calc(0.95em - 2px);
      font-weight: 400;
      letter-spacing: 0.03em;
      line-height: 1.2;
      margin-right: 4px;
    }

.prop-portfolio-active-filters .room-filter-chip {
      font-size: calc(0.95em - 2px);
      font-weight: 400;
      padding: 1px 5px;
      border-radius: var(--r-sm);
      line-height: 1.2;
    }

#PropertyData .prop-portfolio-active-filters .room-filter-chip,
    #PropertyData .prop-portfolio-active-filters .room-filter-panel__filters-label {
      font-size: calc(0.95em - 2px);
    }

.prop-portfolio-active-filters[hidden] {
      display: none;
    }

#roomFilterPanel .room-filter-panel__links {
      padding-left: var(--room-filter-panel-inset-x);
      padding-right: var(--room-filter-panel-inset-x);
    }

#roomFilterContent > .room-filter-panel__links {
      padding-left: 0;
      padding-right: 0;
      margin: 0 0 8px;
    }

.room-filter-panel__links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      padding: 6px 10px;
      border-bottom: 1px solid var(--x-border);
      background: var(--x-bg-secondary);
      box-sizing: border-box;
    }

.room-filter-panel__links-label {
      flex: 0 0 auto;
      font-size: 0.78em;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--x-text-secondary);
      opacity: 0.9;
    }

.room-filter-panel__links[hidden] {
      display: none;
    }

#roomFilterCockpitTabs.room-filter-cockpit-tabs[hidden] {
      display: none !important;
    }

#roomFilterCockpitTabs {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

#roomFilterCockpitTabs .prop-cockpit__tabs {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: stretch;
      gap: 2px;
      padding: 6px var(--room-filter-panel-inset-x) 4px;
      border-bottom: 1px solid var(--x-border);
    }

#roomFilterCockpitTabs .prop-cockpit__tab {
      width: 100%;
      text-align: left;
      border-radius: var(--r-sm);
      padding: 8px 10px;
      letter-spacing: 0.04em;
    }

#roomFilterCockpitTabs  .prop-cockpit__tab--active {
      color: var(--c-accent);
      border-color: transparent;
      border-bottom-color: transparent;
      background: var(--c-accent-soft);
      box-shadow: none;
    }

#roomFilterCockpitTabs .prop-cockpit__tab--rates {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
      align-items: center;
      gap: 8px;
      min-height: 44px;
    }

#roomFilterCockpitTabs .prop-cockpit__tab--rates .prop-cockpit__tab-label-stack {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 0;
      min-width: 0;
      line-height: 1.1;
    }

#roomFilterCockpitTabs .prop-cockpit__tab--rates .prop-cockpit__tab-label-line {
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--x-text-secondary);
      opacity: 0.85;
      white-space: nowrap;
    }

#roomFilterCockpitTabs .prop-cockpit__tab--rates .prop-cockpit__tab-label {
      display: none;
    }

#roomFilterCockpitTabs .prop-cockpit__tab--rates .prop-cockpit__tab-date-slot {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
    }

#roomFilterCockpitTabs .prop-cockpit__tab-date {
      font-weight: 400;
      border: none;
      background: transparent;
      color: inherit;
      padding: 0;
      margin: 0;
      flex: 0 0 auto;
      min-width: 0;
      appearance: none;
      -webkit-appearance: none;
      background-image: none;
      cursor: inherit;
      pointer-events: none;
    }

#roomFilterCockpitTabs .prop-cockpit__tab--rates.prop-cockpit__tab--active .prop-cockpit__tab-date {
      pointer-events: auto;
      cursor: pointer;
    }

#roomFilterCockpitTabs .prop-cockpit__source-los-slot {
      padding: 4px var(--room-filter-panel-inset-x) 8px;
    }

#roomFilterCockpitTabs .prop-cockpit__source-los-slot[hidden] {
      display: none !important;
    }

.room-filter-panel__link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.78em;
      font-weight: 600;
      font-family: inherit;
      color: var(--ui-link);
      text-decoration: none;
      background: var(--x-bg-primary);
      border: 1px solid var(--x-border);
      padding: 4px 10px;
      border-radius: var(--r-sm);
      line-height: 1.3;
      cursor: pointer;
      transition: background 0.12s ease, border-color 0.12s ease;
    }

.room-filter-panel__link:hover {
      text-decoration: underline;
      background: var(--ui-primary-soft);
      border-color: var(--x-accent);
    }

#roomFilterPanel .room-filter-intel,
    #roomFilterPanel .room-filter-day-brief {
      padding: 8px var(--room-filter-panel-inset-x) 10px;
      border-bottom: 1px solid var(--x-border);
      box-sizing: border-box;
      max-width: 100%;
      font-size: 0.82em;
      line-height: 1.4;
      color: var(--x-text-primary);
    }

#roomFilterPanel #roomFilterRegionIntel.room-filter-intel,
#roomFilterPanel #roomFilterPropertyIntel.room-filter-intel {
      padding: 0;
      border-bottom: none;
    }

.room-filter-intel[hidden],
    .room-filter-day-brief[hidden] {
      display: none !important;
    }

#roomFilterPanel .room-filter-intel__pulse {
      margin: 0;
    }

#roomFilterPanel .room-filter-intel__pulse + .room-filter-intel__sep,
    #roomFilterPanel .room-filter-intel__sep + .room-filter-intel__pulse {
      margin-top: 10px;
    }

#roomFilterPanel .room-filter-intel .prop-cockpit-pulse__hero,
    #roomFilterPanel .room-filter-day-brief .prop-cockpit-pulse__hero {
      padding: 10px;
    }

#roomFilterPanel .room-filter-intel .prop-cockpit-pulse__kpis,
    #roomFilterPanel .room-filter-day-brief .prop-cockpit-pulse__kpis {
      grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
      gap: 8px 6px;
    }

#roomFilterPanel .room-filter-intel .prop-cockpit-kpi__value,
    #roomFilterPanel .room-filter-day-brief .prop-cockpit-kpi__value {
      font-size: 1.15em;
    }

#roomFilterPanel .room-filter-intel .prop-cockpit-insights,
    #roomFilterPanel .room-filter-day-brief .prop-cockpit-insights {
      grid-template-columns: 1fr;
      gap: 8px;
      margin-top: 8px;
    }

.room-filter-intel__prop-exit:not(.prop-portfolio-region-intro__name) {
      display: block;
      width: 100%;
      margin: 0 0 4px;
      padding: 0;
      font: inherit;
      font-size: 0.8em;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      line-height: 1.3;
      text-align: left;
      cursor: pointer;
      border-radius: var(--r-sm);
    }

.room-filter-intel__prop-exit:not(.prop-portfolio-region-intro__name):hover {
      text-decoration: none;
    }

.room-filter-intel__prop-exit:not(.prop-portfolio-region-intro__name):focus-visible {
      outline: 2px solid var(--c-accent-ring);
      outline-offset: 2px;
    }

.room-filter-intel__catalog-bit {
      cursor: help;
    }

.room-filter-intel__maps-link {
      color: var(--ui-link, #1da1f2);
      text-decoration: none;
      font-weight: 600;
    }

.room-filter-intel__maps-link:hover {
      text-decoration: underline;
    }

.room-filter-intel__sep {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 12px 0 10px;
    }

.room-filter-intel__sep-line {
      flex: 1 1 auto;
      height: 1px;
      background: var(--c-accent-soft);
      min-width: 8px;
    }

.room-filter-intel__sep-label {
      flex: 0 1 auto;
      max-width: 100%;
      font-size: 0.8em;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--c-accent);
      text-align: center;
      line-height: 1.3;
    }

.room-filter-intel__sep-info {
      margin-right: 2px;
    }

.room-filter-intel__score-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      list-style: none;
      margin: 0 0 8px;
      padding: 0;
    }

.room-filter-intel__score-chip {
      display: inline-flex;
      align-items: baseline;
      gap: 4px;
      padding: 2px 7px;
      border: 1px solid rgba(47, 51, 54, 0.9);
      border-radius: var(--r-sm);
      background: rgba(15, 23, 42, 0.55);
      font-size: 0.88em;
      font-variant-numeric: tabular-nums;
    }

.room-filter-intel__score-chip-name {
      color: var(--ui-text-muted, var(--x-text-secondary));
    }

.room-filter-intel__reviews-scroll {
      max-height: 180px;
      overflow-y: auto;
      margin: 0;
      padding-left: 1.1em;
      list-style: disc;
    }

.room-filter-intel__review-li {
      margin-bottom: 8px;
    }

.room-filter-intel__review-li:last-child {
      margin-bottom: 0;
    }

.room-filter-intel__review-text {
      margin: 2px 0 0;
      white-space: pre-wrap;
      word-break: break-word;
    }

#roomFilterPanel .room-filter-panel__top {
      padding: 8px var(--room-filter-panel-inset-x);
      border-bottom: 1px solid var(--x-border);
      max-width: 100%;
      box-sizing: border-box;
    }

#roomFilterPanel.room-filter-panel--property .room-filter-panel__day-sep {
      display: flex;
      align-items: center;
      gap: 8px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-top: 1px solid var(--c-border);
      border-bottom: 1px solid var(--c-border);
      background: var(--c-accent-soft);
    }

.room-filter-panel__day-sep-label {
      flex: 0 0 auto;
      font-size: 0.78em;
      font-weight: 700;
      letter-spacing: 0.03em;
      color: var(--c-accent);
      white-space: nowrap;
    }

#roomFilterPanel.room-filter-panel--property .room-filter-panel__day-sep .room-filter-panel__checkin-select {
      flex: 1 1 auto;
      width: auto;
      min-width: 0;
      margin-bottom: 0;
      border-color: transparent;
      background: rgba(15, 23, 42, 0.55);
    }

.room-filter-panel__controls {
      display: flex;
      gap: 6px;
    }

.room-filter-panel__controls .btn {
      flex: 1;
      padding: 6px 12px;
      font-size: 13px;
    }

.room-filter-panel__body {
      padding: 8px var(--room-filter-panel-inset-x);
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

#roomFilterContent {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      overflow-x: clip;
      overflow-y: visible;
    }

#roomFilterContent .room-filter-table th,
    #roomFilterContent .room-filter-table td {
      vertical-align: middle;
    }

#roomFilterContent .room-filter-table {
      width: 100%;
      font-family: var(--font-mono);
      font-size: var(--t-12, 12px);
      font-weight: 400;
    }

#roomFilterContent .room-filter-table--compare {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      table-layout: fixed;
    }

#roomFilterContent .room-filter-table--compare th:last-child,
    #roomFilterContent .room-filter-table--compare td:last-child {
      padding-right: 0;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__col-gutter-left,
    #roomFilterContent .room-filter-table--compare .room-filter-table__col-gutter {
      width: var(--room-filter-color-gutter, var(--s-3, 12px));
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__col-tier {
      width: auto;
      min-width: 0;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__col-past,
    #roomFilterContent .room-filter-table--compare .room-filter-table__col-pchange,
    #roomFilterContent .room-filter-table--compare .room-filter-table__col-today {
      width: 8ch;
    }

#roomFilterPanel .room-filter-panel__overlay-hint {
      padding-left: calc(var(--room-filter-panel-inset-x) * 1.5);
      padding-right: var(--room-filter-panel-inset-x);
    }

.room-filter-panel__overlay-hint {
      font-size: 0.85em;
      color: var(--x-text-secondary);
      padding: 8px 15px 12px;
      margin: 0;
      line-height: 1.35;
      border-top: 1px solid var(--x-border);
    }

.room-filter-table {
      border-collapse: collapse;
      font-size: 0.88em;
    }

.room-filter-table th {
      text-align: left;
      font-weight: 600;
      color: var(--ui-text-muted);
      padding: 4px 6px;
      border-bottom: 1px solid var(--ui-border-color);
    }

.room-filter-table__group[data-room-key] {
      cursor: pointer;
    }

.room-filter-table__group--profiler-stub,
    .room-filter-table__group--no-data {
      opacity: 0.4;
      filter: grayscale(1);
    }

.room-filter-table__group--profiler-stub .room-filter-table__rate-price,
    .room-filter-table__group--no-data .room-filter-table__rate-price {
      color: var(--x-text-muted);
    }

.room-filter-table__group--profiler-stub .room-filter-table__room-title-text,
    .room-filter-table__group--no-data .room-filter-table__room-title-text,
    .room-filter-table__group--profiler-stub input.room-filter-table__series-cb,
    .room-filter-table__group--no-data input.room-filter-table__series-cb {
      filter: grayscale(1);
    }

.room-filter-table__unlisted {
      color: var(--c-text-3, var(--x-text-muted));
      font-weight: 400;
    }

.room-filter-table__sold-out {
      color: var(--c-text-3, var(--x-text-muted));
      font-weight: 400;
      letter-spacing: 0.02em;
    }

.room-filter-show-all-bar {
      display: grid;
      grid-template-columns: auto auto auto auto;
      grid-template-rows: auto auto auto;
      grid-template-areas:
        "stack-label . target-label links"
        "scrape arrow date links"
        "showall showall showall links";
      align-items: center;
      justify-items: start;
      column-gap: 10px;
      row-gap: 3px;
      padding: 0 0 8px;
      padding-left: var(--room-filter-panel-inset-x);
      box-sizing: border-box;
      min-height: 0;
      width: max-content;
      max-width: 100%;
    }

.room-filter-show-all-bar[hidden] {
      display: none !important;
    }

.room-filter-show-all-bar__links {
      grid-area: links;
      position: relative;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 4px;
      padding-right: 0;
    }

.room-filter-show-all-bar__links[hidden] {
      display: none !important;
    }

.room-filter-show-all-bar__links-btn {
      appearance: none;
      -webkit-appearance: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 2px 4px;
      font-size: 14px;
      line-height: 1;
      cursor: pointer;
      border-radius: var(--r-sm);
    }

.room-filter-show-all-bar__links-menu {
      position: absolute;
      top: 50%;
      right: calc(100% + 4px);
      left: auto;
      transform: translateY(-50%);
      z-index: 40;
      display: flex;
      flex-direction: column;
      gap: var(--s-2);
      min-width: 12.5em;
      margin: 0;
      padding: var(--s-2);
      border: 1px solid var(--c-border, rgba(255, 255, 255, 0.18));
      border-radius: var(--r-sm);
      background: var(--x-bg-elevated, var(--c-surface-2, #1a1a1a));
      box-shadow: var(--sh-3, 0 8px 24px rgba(0, 0, 0, 0.45));
    }

.room-filter-show-all-bar__links-menu.is-fixed-open {
      position: fixed;
      z-index: 10050;
      transform: none;
    }

.room-filter-show-all-bar__links-menu[hidden] {
      display: none !important;
    }

.room-filter-show-all-bar__links-row {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 2px;
    }

.room-filter-show-all-bar__links-row-label {
      font-size: var(--t-12);
      font-weight: 700;
      letter-spacing: 0.02em;
      color: var(--c-text-2);
      padding: 0 2px;
    }

.room-filter-show-all-bar__links-row-chips {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2px;
    }

.room-filter-show-all-bar__links-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 8px;
      border-radius: var(--r-sm);
      font-size: var(--t-12);
      font-weight: 600;
      letter-spacing: 0.02em;
      text-decoration: none;
      white-space: nowrap;
}

.room-filter-show-all-bar__label--stack { grid-area: stack-label; align-self: end; }
.room-filter-show-all-bar__scrape { grid-area: scrape; }
.room-filter-show-all-bar__arrow { grid-area: arrow; }
.room-filter-show-all-bar__label--target { grid-area: target-label; align-self: end; }
.room-filter-show-all-bar__date { grid-area: date; }

.room-filter-show-all-bar__arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      color: var(--x-danger, #ef4444);
      font-size: 0.85em;
      font-weight: 800;
      line-height: 1;
      padding: 0 2px;
    }

.room-filter-show-all-bar__label {
      appearance: none;
      -webkit-appearance: none;
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      background: transparent;
      font-family: inherit;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--c-text-3, var(--x-text-secondary, rgba(255, 255, 255, 0.55)));
      line-height: 1.1;
      text-align: left;
      white-space: nowrap;
      opacity: 1;
    }

button.room-filter-show-all-bar__label {
      cursor: pointer;
    }

button.room-filter-show-all-bar__label:hover:not(:disabled) {
      color: var(--c-text-2, var(--x-text-secondary, rgba(255, 255, 255, 0.75)));
    }

button.room-filter-show-all-bar__label:disabled {
      cursor: default;
      opacity: 1;
      color: var(--c-text-3, var(--x-text-secondary, rgba(255, 255, 255, 0.55)));
    }

.room-filter-show-all-bar__scrape {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1px;
      min-width: 0;
      font-variant-numeric: tabular-nums;
      line-height: 1.2;
    }

.room-filter-show-all-bar__scrape-line {
      display: inline-flex;
      align-items: center;
      gap: 0.35em;
      white-space: nowrap;
    }

.room-filter-show-all-bar__scrape-date {
      font-family: inherit;
      font-size: 0.72em;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none;
      color: var(--c-text, var(--x-text-primary, #f2ede8));
    }

.room-filter-show-all-bar__scrape-line--old .room-filter-show-all-bar__scrape-date,
.room-filter-show-all-bar__scrape-line--old .room-filter-show-all-bar__scrape-role {
      color: var(--c-text-2, var(--x-text-secondary, rgba(255, 255, 255, 0.72)));
      font-weight: 600;
    }

.room-filter-show-all-bar__scrape-role {
      font-size: 0.65em;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

.room-filter-show-all-bar__scrape-role.prop-today-mark {
      font-size: 0.62em;
      padding: 0.05em 0.35em;
    }

.room-filter-show-all-bar > .room-filter-show-all-btn {
      grid-area: showall;
      justify-self: start;
      margin-top: 6px;
    }

.room-filter-back-region-btn {
      appearance: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 1px solid var(--c-border-strong, rgba(255, 255, 255, 0.28));
      border-radius: var(--r-sm);
      background: var(--c-surface-3, rgba(255, 255, 255, 0.08));
      color: var(--c-text, var(--x-text-primary, #f2ede8));
      font: inherit;
      font-size: 0.72em;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 5px 10px 5px 8px;
      cursor: pointer;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.room-filter-back-region-btn__arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.95em;
      line-height: 1;
      opacity: 0.95;
      color: var(--c-danger, var(--x-danger, #ef4444));
}

.room-filter-back-region-btn:hover .room-filter-back-region-btn__arrow {
      color: var(--c-danger, var(--x-danger, #ef4444));
}

.room-filter-back-region-btn:hover {
      color: var(--c-accent, #1da1f2);
      border-color: color-mix(in srgb, var(--c-accent, #1da1f2) 55%, transparent);
      background: var(--c-accent-soft, rgba(29, 161, 242, 0.16));
    }

.room-filter-back-region-btn:focus-visible {
      outline: 2px solid color-mix(in srgb, var(--c-accent, #1da1f2) 55%, transparent);
      outline-offset: 1px;
    }

.room-filter-show-all-btn {
      appearance: none;
      border-radius: var(--r-sm);
      font: inherit;
      font-size: 0.72em;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      padding: 5px 10px;
      cursor: pointer;
}

.room-filter-show-all-btn[hidden] {
      display: none !important;
}

.room-filter-show-all-bar__date {
      display: inline-flex;
      align-items: center;
      min-width: 0;
      flex: 0 0 auto;
    }

.room-filter-show-all-bar__date .room-filter-panel__checkin-select,
.room-filter-show-all-bar__date .prop-cockpit__tab-date {
      appearance: none;
      -webkit-appearance: none;
      width: auto;
      min-width: 7.5em;
      max-width: 11em;
      margin: 0;
      margin-bottom: 0;
      border: 1px solid var(--c-border, rgba(255, 255, 255, 0.18));
      border-radius: var(--r-sm);
      background: var(--c-surface-2, rgba(255, 255, 255, 0.04));
      color: var(--c-accent, #1da1f2);
      font-family: inherit;
      font-size: 0.72em;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none;
      padding: 5px 10px;
      cursor: pointer;
      line-height: 1.2;
      font-variant-numeric: tabular-nums;
}

#roomFilterPanel .room-filter-show-all-bar__date .room-filter-panel__checkin-select,
#roomFilterPanel .room-filter-show-all-bar__date .prop-cockpit__tab-date {
      color: var(--c-accent, #1da1f2);
      font-size: 0.72em;
      width: auto;
      margin-bottom: 0;
}

.room-filter-show-all-bar__date .room-filter-panel__checkin-select:hover,
.room-filter-show-all-bar__date .prop-cockpit__tab-date:hover {
      background: var(--c-accent-soft, rgba(29, 161, 242, 0.16));
      border-color: transparent;
    }

.room-filter-show-all-bar__date .room-filter-panel__checkin-select:focus-visible,
.room-filter-show-all-bar__date .prop-cockpit__tab-date:focus-visible {
      outline: 2px solid color-mix(in srgb, var(--c-accent, #1da1f2) 55%, transparent);
      outline-offset: 1px;
    }

.room-filter-table__group td {
      transition: background-color 0.12s ease, border-color 0.12s ease;
    }

.room-filter-table__room-row td {
      padding-top: 10px;
      vertical-align: middle;
    }

.room-filter-table__group--chart-hover td,
    .room-filter-table__group--solo td {
      border-color: transparent;
    }

.room-filter-table__group--chart-hover .room-filter-table__rate-row td {
      border-bottom-color: transparent;
    }

.room-filter-table__group--solo .room-filter-table__rate-row td {
      border-bottom-color: transparent;
    }

.room-filter-table__group--chart-hover td {
      background-color: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 14%, transparent);
      border-left: none;
      border-right: none;
    }

.room-filter-table__group--chart-hover tr:first-child td {
      border-top: 2px solid var(--room-series-color, var(--x-accent));
    }

.room-filter-table__group--chart-hover tr:last-child td {
      border-bottom: 2px solid var(--room-series-color, var(--x-accent));
    }

.room-filter-table__group--solo td {
      background: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 8%, transparent);
      border-left: none;
      border-right: none;
    }

.room-filter-table__group--solo tr:first-child td {
      border-top: 2px solid var(--room-series-color, var(--x-accent));
    }

.room-filter-table__group--solo tr:last-child td {
      border-bottom: 2px solid var(--room-series-color, var(--x-accent));
    }

.room-filter-table__group--solo.room-filter-table__group--chart-hover td {
      background-color: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 16%, transparent);
    }

.room-filter-table input.room-filter-table__series-cb,
    .prop-portfolio-detail__room-strip-row input.room-filter-table__series-cb {
      appearance: none;
      -webkit-appearance: none;
      width: 15px;
      height: 15px;
      margin: 0;
      border: 2px solid var(--room-series-color, var(--x-accent));
      border-radius: var(--r-sm);
      background: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 16%, transparent);
      vertical-align: middle;
      cursor: pointer;
      flex-shrink: 0;
    }

.room-filter-table input.room-filter-table__series-cb:checked,
    .prop-portfolio-detail__room-strip-row input.room-filter-table__series-cb:checked {
      background-color: var(--room-series-color, var(--x-accent));
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.7 9.5 3.8' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-size: 11px;
      background-position: center;
      background-repeat: no-repeat;
    }

.room-filter-table input.room-filter-table__series-cb--light,
    .prop-portfolio-detail__room-strip-row input.room-filter-table__series-cb--light {
      border-color: color-mix(in srgb, var(--room-series-color) 70%, #ffffff);
    }

.room-filter-table input.room-filter-table__series-cb--light:checked,
    .prop-portfolio-detail__room-strip-row input.room-filter-table__series-cb--light:checked {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.7 9.5 3.8' fill='none' stroke='%23111827' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

.room-filter-table__room-name label {
      font-weight: 400;
      cursor: pointer;
    }

.room-filter-table__room-line {
      align-items: center;
      gap: 8px;
      width: 100%;
    }

.room-filter-table__room-inventory {
      flex-shrink: 0;
      margin-left: auto;
      font-variant-numeric: tabular-nums;
      font-weight: 400;
      min-width: 2.25em;
      text-align: right;
    }

.room-filter-table__room-title {
      flex: 1;
      min-width: 0;
      display: inline;
      font-weight: 400;
    }

.room-filter-table__room-row input.room-filter-table__room-cb,
    .room-filter-table__room-avail-row input.room-filter-table__room-cb {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
      clip: rect(0, 0, 0, 0);
      overflow: hidden;
      white-space: nowrap;
    }

.room-filter-table__room-change {
      font-weight: 600;
    }

.room-filter-table__room-change--sold {
      color: var(--x-success);
    }

.room-filter-table__room-change--canceled {
      color: var(--x-error);
    }

.room-filter-table__beds {
      font-size: 0.95em;
      color: var(--ui-text-muted);
      margin-top: 2px;
    }

.room-filter-table__meta {
      font-weight: 400;
      color: var(--ui-text-muted);
    }

.room-filter-table__meta-badge--overlay-only {
      font-size: 0.85em;
      font-weight: 600;
      color: var(--ui-text-muted);
      font-style: italic;
    }

.room-filter-table__rate-row td {
      padding: 2px 6px;
      color: var(--ui-text-muted);
      border-bottom: 1px solid rgba(128, 128, 128, 0.15);
    }

.room-filter-table--compare .room-filter-table__rate-row td,
    .room-filter-table--compare .room-filter-table__fac-row td {
      border-bottom: none;
    }

.room-filter-table__tier-line {
      display: flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
    }

.room-filter-table__tier-line input.room-filter-table__series-cb {
      margin-top: 0;
    }

.room-filter-table__tier-cell {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-right: 8px;
      vertical-align: middle;
    }

.room-filter-table--compare .room-filter-table__tier-cell {
      padding-top: 0;
      padding-bottom: 0;
      min-width: 0;
      overflow: visible;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__tier-line {
  min-width: 0;
  overflow: visible;
}

#roomFilterContent .room-filter-table--compare .room-filter-table__tier-line .room-filter-table__rate-guest {
  flex: 1 1 0;
}

#roomFilterContent .room-filter-table--compare .room-filter-table__avail-label .room-filter-table__avail-count,
#roomFilterContent .room-filter-table--compare .room-filter-table__rate-guest .room-filter-table__tier-count {
      color: var(--c-text);
      font-weight: 700;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__tier-paren {
  font-weight: 400;
}

#roomFilterContent .room-filter-table--compare .room-filter-table__avail-label,
    #roomFilterContent .room-filter-table--compare .room-filter-table__rate-guest {
      display: block;
      min-width: 0;
      overflow: visible;
      text-overflow: clip;
      white-space: nowrap;
      text-transform: none;
      letter-spacing: normal;
      font-family: inherit;
    }

.room-filter-table__rate-guest {
      line-height: 1.25;
      white-space: nowrap;
      color: var(--x-text-secondary);
      font-family: inherit;
      font-size: 1em;
      font-weight: 400;
    }

.room-filter-table__avail-label {
      line-height: 1.25;
      white-space: nowrap;
      color: var(--x-text-secondary);
      font-family: inherit;
      font-size: 1em;
      font-weight: 400;
    }

.room-filter-table__rate-price--overlay {
      color: var(--c-text-3, var(--x-text-muted));
    }

.room-filter-table__rate-price--carried {
      color: var(--x-text-muted);
      font-style: italic;
    }

.room-filter-table__delta {
      font-size: var(--delta-value-size);
      font-weight: 600;
      white-space: nowrap;
    }

.room-filter-table__rate-price {
      color: var(--c-text, var(--x-text-primary));
      white-space: nowrap;
    }

.room-filter-table__facilities {
      font-size: 0.95em;
      color: var(--x-text-muted);
      padding: 0 6px 8px 21px !important;
    }

.room-filter-index-row {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      padding: 8px 0;
      border-bottom: 1px solid var(--ui-border-color);
    }

.room-filter-table--compare th,
    .room-filter-table--compare td {
      padding: 2px 4px;
      vertical-align: middle;
    }

#roomFilterContent .room-filter-table--compare.hl-table thead th,
#roomFilterContent .room-filter-table--compare thead th {
      background: transparent;
      position: static;
      text-transform: none;
      letter-spacing: 0.02em;
      font-family: var(--font-mono);
      font-weight: 400;
      color: var(--c-text-2, var(--x-text-secondary));
      border-bottom: none;
    }

#roomFilterContent .room-filter-table--compare.hl-table tbody td {
      border-bottom: none;
    }

#roomFilterContent .room-filter-table--compare.hl-table tbody tr:hover td {
      background: transparent;
    }

.room-filter-table--compare .room-filter-table__section-title {
      display: flex;
      flex-wrap: nowrap;
      align-items: baseline;
      justify-content: flex-start;
      gap: 0 0.5em;
      width: 100%;
      min-width: 0;
      font-family: var(--font-mono);
      font-size: var(--t-12, 12px);
      font-weight: 400;
      line-height: 1.25;
    }

.room-filter-table--compare .room-filter-table__ascii-plus,
.room-filter-table--compare .room-filter-table__ascii-line {
      display: none;
    }

.room-filter-table--compare .room-filter-table__ascii-title {
      flex: 1 1 auto;
      min-width: 0;
      color: inherit;
      white-space: normal;
      overflow: visible;
      font-family: inherit;
      font-weight: 400;
    }

.room-filter-table--compare .room-filter-table__avail-banner-cell {
      padding: 4px 0 6px;
      font-weight: 400;
    }

.room-filter-table--compare .room-filter-table__avail-banner-row .room-filter-table__section-title {
      font-size: var(--t-12, 12px);
    }

#roomFilterCompareHead th {
      padding-top: 6px;
      padding-bottom: 6px;
      border-top: none;
      border-bottom: 1px solid var(--c-border);
      font-size: var(--t-10, 10px);
      font-weight: 400;
      color: var(--c-text-3);
    }

.room-filter-table--compare .room-filter-table__group tr:first-child td {
      border-top: none;
    }

.room-filter-table--compare .room-filter-table__group tr:last-child td {
      border-bottom: none;
    }

.room-filter-table--compare .room-filter-table__group--chart-hover td {
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 8%, transparent) 0%,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 14%, transparent) 72%,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 22%, transparent) 100%
      );
      border-left: none;
      border-right: none;
    }

.room-filter-table--compare .room-filter-table__group--chart-hover tr:first-child td {
      border-top: none;
    }

.room-filter-table--compare .room-filter-table__group--chart-hover tr:last-child td {
      border-bottom: none;
    }

.room-filter-table--compare .room-filter-table__group--solo td {
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 10%, transparent) 0%,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 16%, transparent) 72%,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 26%, transparent) 100%
      );
      border-left: none;
      border-right: none;
    }

.room-filter-table--compare .room-filter-table__group--solo tr:first-child td {
      border-top: none;
    }

.room-filter-table--compare .room-filter-table__group--solo tr:last-child td {
      border-bottom: none;
    }

.room-filter-table--compare .room-filter-table__group--solo.room-filter-table__group--chart-hover td {
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 10%, transparent) 0%,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 16%, transparent) 72%,
        color-mix(in srgb, var(--room-series-color, var(--x-accent)) 26%, transparent) 100%
      );
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__group--chart-hover td,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--solo td,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--solo.room-filter-table__group--chart-hover td,
    #roomFilterContent .room-filter-table__group--chart-hover td,
    #roomFilterContent .room-filter-table__group--solo td {
      border-left: none !important;
      border-right: none !important;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__group--chart-hover tr:first-child td,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--chart-hover tr:last-child td,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--solo tr:first-child td,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--solo tr:last-child td,
    #roomFilterContent .room-filter-table__group--chart-hover tr:first-child td,
    #roomFilterContent .room-filter-table__group--solo tr:first-child td,
    #roomFilterContent .room-filter-table__group--chart-hover tr:last-child td,
    #roomFilterContent .room-filter-table__group--solo tr:last-child td {
      border-top: none !important;
      border-bottom: none !important;
    }

#roomFilterContent .room-filter-table--compare input.room-filter-table__guest-cb {
      appearance: none;
      -webkit-appearance: none;
      display: block;
      visibility: hidden;
      box-sizing: border-box;
      width: var(--room-filter-color-gutter, var(--s-3, 12px));
      height: var(--room-filter-color-gutter, var(--s-3, 12px));
      margin: 0 auto;
      border: 2px solid var(--room-series-color, var(--x-accent));
      border-radius: var(--r-sm);
      background: transparent;
      vertical-align: middle;
      cursor: pointer;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__group--solo input.room-filter-table__guest-cb,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--chart-hover input.room-filter-table__guest-cb {
      visibility: visible;
    }

#roomFilterContent .room-filter-table--compare tbody.room-filter-table__group:not(.room-filter-table__group--solo):not(.room-filter-table__group--chart-hover) input.room-filter-table__guest-cb {
      background-color: transparent !important;
      background-image: none !important;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__group--solo input.room-filter-table__guest-cb:checked,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--chart-hover input.room-filter-table__guest-cb:checked {
      background-color: var(--room-series-color, var(--x-accent));
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.7 9.5 3.8' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-size: 11px;
      background-position: center;
      background-repeat: no-repeat;
    }

#roomFilterContent .room-filter-table--compare .room-filter-table__group--solo input.room-filter-table__guest-cb.room-filter-table__series-cb--light:checked,
    #roomFilterContent .room-filter-table--compare .room-filter-table__group--chart-hover input.room-filter-table__guest-cb.room-filter-table__series-cb--light:checked {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.7 9.5 3.8' fill='none' stroke='%23111827' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

#roomFilterContent .room-filter-table--compare input.room-filter-table__room-cb {
      display: none;
    }

.room-filter-table--compare th {
      line-height: 1.2;
      font-size: 0.82em;
    }

.room-filter-table--compare .room-filter-table__th-label,
    .room-filter-table--compare .room-filter-table__th-sub {
      display: block;
      white-space: nowrap;
    }

.room-filter-table--compare .room-filter-table__th-Today .room-filter-table__th-sub {
      display: block;
      color: inherit;
      opacity: 0.85;
      font-weight: 400;
      margin-top: 2px;
    }

.room-filter-table--compare .room-filter-table__th-past,
.room-filter-table--compare .room-filter-table__th-pchange,
.room-filter-table--compare .room-filter-table__th-Today {
      text-align: center;
    }

.room-filter-table--compare .room-filter-table__th-Today .room-filter-table__th-label {
      display: block;
      white-space: nowrap;
    }

.room-filter-table--compare tbody td.room-filter-table__rate-price {
      text-align: center;
    }

.room-filter-table--compare tbody td.room-filter-table__delta {
      text-align: center;
    }

.room-filter-table--compare tbody td:nth-child(5).room-filter-table__rate-price,
    .room-filter-table--compare tbody td:nth-child(5) .room-filter-table__room-inventory,
    .room-filter-table--compare tbody td:nth-child(5) .room-filter-table__rate-price {
      color: var(--x-text-primary);
    }

.room-filter-table--compare .room-filter-table__th-tier {
      text-align: left;
      padding-right: 8px;
      white-space: nowrap;
    }

.room-filter-table--compare .room-filter-table__room-name-row td {
      padding-top: 6px;
      padding-bottom: 4px;
      vertical-align: middle;
      border-bottom: none;
    }

.room-filter-table--compare .room-filter-table__group + .room-filter-table__group
  .room-filter-table__room-name-row td {
      padding-top: 8px;
    }

.room-filter-table--compare .room-filter-table__group tr:last-child td {
      padding-bottom: 8px;
      border-bottom: 1px solid var(--c-border-soft);
    }

.room-filter-table--compare .room-filter-table__room-name-cell {
      text-align: left;
      width: 100%;
      padding-left: var(--room-filter-color-gutter, var(--s-3, 12px));
      padding-right: 0;
    }

.room-filter-table--compare .room-filter-table__room-name-row .room-filter-table__room-title-text {
      display: block;
      flex: 0 1 auto;
      width: auto;
      text-align: left;
      min-width: 0;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: var(--font-mono);
      font-weight: 400;
      font-size: var(--t-12, 12px);
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--c-text);
      transition: color 0.12s ease;
    }

.room-filter-table--compare .room-filter-table__rate-row td,
.room-filter-table--compare .room-filter-table__room-avail-row td,
.room-filter-table--compare .room-filter-table__avail-row td,
.room-filter-table--compare .room-filter-table__rate-row .room-filter-table__rate-guest,
.room-filter-table--compare .room-filter-table__room-avail-row .room-filter-table__avail-label,
.room-filter-table--compare .room-filter-table__rate-row .room-filter-table__rate-price,
.room-filter-table--compare .room-filter-table__room-avail-row .room-filter-table__room-inventory {
      font-family: inherit;
      font-size: var(--t-12);
      font-weight: 400;
      line-height: 1.35;
    }

.room-filter-table--compare .room-filter-table__rate-row .room-filter-table__delta,
.room-filter-table--compare .room-filter-table__room-avail-row .room-filter-table__delta {
      font-family: inherit;
      font-size: var(--delta-value-size);
      font-weight: 600;
      line-height: 1.35;
    }

.room-filter-table--compare .room-filter-table__room-avail-row td {
      padding-top: 3px;
      padding-bottom: 3px;
      vertical-align: middle;
    }

.room-filter-table--compare .room-filter-table__room-line {
      display: flex;
      align-items: baseline;
      gap: 8px;
      width: 100%;
    }

.room-filter-table--compare .room-filter-table__room-title {
      flex: 1;
      min-width: 0;
      display: flex;
      align-items: baseline;
      gap: 6px;
      font-weight: 400;
    }

.room-filter-table--compare .room-filter-table__room-title-text {
      text-align: left;
      min-width: 0;
      white-space: normal;
      overflow-wrap: anywhere;
      word-break: break-word;
      font-family: var(--font-mono);
      font-weight: 400;
      font-size: var(--t-12, 12px);
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--c-text);
      transition: color 0.12s ease;
    }

.room-filter-table--compare .room-filter-table__group--chart-hover .room-filter-table__room-title-text,
    .room-filter-table--compare .room-filter-table__group--solo .room-filter-table__room-title-text {
      color: var(--c-text);
      font-weight: 600;
    }

.room-filter-table--compare .room-filter-table__room-inventory {
      display: block;
      width: 100%;
      margin-left: 0;
      white-space: nowrap;
      text-align: center;
      font-variant-numeric: tabular-nums;
      font-weight: 400;
      color: var(--c-text-3, var(--x-text-secondary));
    }

.room-filter-table--compare tbody td:nth-child(5) .room-filter-table__room-inventory {
      color: var(--c-text, var(--x-text-primary));
    }

.room-filter-table--compare .room-filter-table__avail-row .room-filter-table__rate-price {
      color: inherit;
    }

.room-filter-table--compare .room-filter-table__avail-row .room-filter-table__rate-price--overlay {
      color: inherit;
    }

.room-filter-table--compare .room-filter-table__avail-zero,
    .room-filter-table--compare .room-filter-table__no-change {
      display: block;
      width: 100%;
      text-align: center;
      color: var(--x-text-secondary);
      font-weight: 400;
      font-size: inherit;
      line-height: inherit;
    }

.room-filter-table--compare .room-filter-table__delta .delta-up,
    .room-filter-table--compare .room-filter-table__delta .delta-down,
    .room-filter-table--compare .room-filter-table__delta .room-filter-table__room-change {
      display: block;
      width: 100%;
      text-align: center;
      font-weight: 600;
      font-size: inherit;
      line-height: inherit;
    }

.room-filter-table--compare .room-filter-table__delta .delta-up,
    .room-filter-table--compare .room-filter-table__delta .delta-down {
      color: var(--c-delta);
    }

.room-filter-table--compare .room-filter-table__delta .room-filter-table__room-change--sold,
    .room-filter-table--compare .room-filter-table__delta .room-filter-table__room-change--canceled {
      font-weight: 700;
      font-size: var(--t-12);
    }

/* Unit change: reuse daystrip booked/cancelled chip (no price-up/down border). */
.room-filter-table--compare .room-filter-table__delta--unit-change {
      text-align: center;
      vertical-align: middle;
    }

.room-filter-table--compare .room-filter-table__unit-change-chip.prop-portfolio-daystrip__day {
      flex: none;
      display: inline-flex;
      width: 1.85rem;
      height: 1.3rem;
      min-width: 1.85rem;
      border-right: none;
      border-radius: var(--r-sm);
      margin: 0 auto;
      container-type: normal;
      vertical-align: middle;
    }

.room-filter-table--compare .room-filter-table__unit-change-chip .prop-portfolio-daystrip__count {
      font-size: 1em;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    }

.room-filter-table--compare .room-filter-table__rate-row .room-filter-table__tier-line {
      align-items: center;
    }

.room-filter-table--compare .room-filter-table__group tr:last-child td {
      padding-bottom: 3px;
    }

.room-filter-table--compare .room-filter-table__th-num,
    .room-filter-table--compare .room-filter-table__th-past,
    .room-filter-table--compare .room-filter-table__th-pchange,
    .room-filter-table--compare .room-filter-table__th-Today {
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      white-space: nowrap;
    }

.room-filter-table--compare .room-filter-table__th-sub {
      font-weight: 400;
      opacity: 0.85;
      font-size: 0.92em;
      margin-top: 2px;
    }

.room-filter-table--compare .room-filter-table__rate-price,
    .room-filter-table--compare .room-filter-table__delta {
      white-space: nowrap;
      text-align: center;
      font-variant-numeric: tabular-nums;
      padding-left: 0;
      padding-right: 0;
      vertical-align: middle;
      line-height: 1.25;
    }

.property-selector-dropdown,
    #propPropertySelectorPanel,
    #selectorPanel {
      display: none;
      position: fixed;
      z-index: 1200;
      width: min(420px, 92vw);
      overflow: hidden;
      background: var(--x-bg-elevated);
      border: 1px solid var(--x-border);
      border-radius: var(--ui-radius);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
      flex-direction: column;
    }

#propPropertySelectorPanel,
    #selectorPanel {
      height: auto;
      max-height: none;
    }

#propPropertySelectorPanel.prop-selector-panel--compact,
    .prop-selector-panel--compact.prop-region-picker,
    .prop-selector-panel--compact.prop-horizon-picker {
      width: min(280px, 92vw);
      padding: 4px;
      border-radius: var(--r-sm);
      border: 1px solid var(--x-border, rgba(255, 255, 255, 0.12));
      background: var(--x-bg-elevated, rgba(15, 23, 42, 0.96));
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
      box-sizing: border-box;
    }

/* Width set in JS to match WAS/NOW (or stack face) trigger. */
.prop-selector-panel--compact.prop-date-picker {
      width: auto;
      min-width: 0;
      max-width: 92vw;
      padding: 4px;
      border-radius: var(--r-sm);
      border: 1px solid var(--x-border, rgba(255, 255, 255, 0.12));
      background: var(--x-bg-elevated, rgba(15, 23, 42, 0.96));
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
      box-sizing: border-box;
    }

.prop-selector-panel--compact .prop-selector-panel__header,
    #propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__header {
      display: flex;
      align-items: center;
      gap: var(--s-2);
      padding: 0 0 var(--s-2);
      background: transparent;
      border-bottom: 1px solid color-mix(in srgb, var(--c-border) 70%, transparent);
    }

.prop-selector-panel--compact .prop-selector-panel__header--close-only,
    #propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__header--close-only {
      display: none;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__toolbar {
      gap: var(--s-3);
      flex: 1 1 auto;
      min-width: 0;
      justify-content: space-between;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__toolbar--search {
      flex: 0 0 auto;
      margin-top: 0;
      padding: 0;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__toolbar .btn,
    #propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__toolbar .hl-btn {
      padding: 0;
      height: auto;
      min-height: 0;
      font-family: var(--font-mono);
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      line-height: 1;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__toolbar .hl-btn--primary {
      color: var(--c-accent);
      background: transparent;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__toolbar .hl-btn--danger {
      color: var(--c-neg, var(--x-error, #e85d4c));
      background: transparent;
      border: none;
      box-shadow: none;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__search {
      flex: 1 1 auto;
      min-width: 0;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__search input,
    #propPropertySelectorPanel.prop-selector-panel--compact #propPropertySearch {
      width: 100%;
      height: var(--prop-chrome-value-h, 18px);
      padding: 0 0 2px;
      font-family: var(--font-mono);
      font-size: var(--prop-chrome-value-size, 12px);
      font-weight: 400;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      border: none;
      border-bottom: 1px solid var(--c-border);
      border-radius: 0;
      background: transparent;
      color: var(--c-text);
      box-shadow: none;
      box-sizing: border-box;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__search input:focus,
    #propPropertySelectorPanel.prop-selector-panel--compact #propPropertySearch:focus {
      border-color: var(--c-accent);
      box-shadow: none;
      background: transparent;
      outline: none;
    }

.prop-selector-panel--compact .panel-close,
    #propPropertySelectorPanel.prop-selector-panel--compact .panel-close {
      display: none;
    }

.prop-selector-panel--compact > .prop-selector-panel__body,
    #propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__body {
      gap: 0;
      max-height: min(42vh, 320px);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 0;
    }

#megaPropsRailHost #propPropertySelectorPanel.mega-oxide-embedded .prop-selector-panel__body {
      max-height: none;
      overflow: visible;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .property-selector-dropdown__section {
      padding: var(--s-2) 0 0;
      background: transparent;
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
    }

#megaPropsRailHost #propPropertySelectorPanel.mega-oxide-embedded .property-selector-dropdown__section {
      flex: 0 0 auto;
      overflow: visible;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .property-selector-dropdown__section--unified {
      padding-bottom: 0;
      border-bottom: none;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .property-selector-dropdown__heading {
      margin: 0 0 2px;
      font-family: var(--font-mono);
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 0.04em;
      opacity: 1;
      text-transform: uppercase;
      color: var(--c-text-3);
    }

#propPropertySelectorPanel.prop-selector-panel--compact .property-selector-dropdown__heading .prop-selected-mark {
      color: var(--c-accent);
    }

.prop-selector-panel--compact .property-selector-dropdown__list,
    #propPropertySelectorPanel.prop-selector-panel--compact .property-selector-dropdown__list {
      max-height: none;
      min-height: 0;
      padding: 0;
      overflow: visible;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-panel__toolbar:not(.prop-selector-panel__toolbar--search) {
      flex-shrink: 0;
      margin-top: var(--s-2);
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-item {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%;
      margin: 0;
      padding: 3px 0;
      font-family: var(--font-sans);
      font-size: var(--portfolio-type-size, var(--t-12));
      font-weight: 400;
      letter-spacing: 0.02em;
      border-radius: var(--r-sm);
      line-height: 1.25;
      cursor: pointer;
      box-sizing: border-box;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-item span {
      font-weight: 400;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-item__name {
      cursor: pointer;
      text-decoration: none;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-item input[type="checkbox"] {
      width: 11px;
      height: 11px;
      flex-shrink: 0;
      margin: 0;
      accent-color: var(--c-accent);
      pointer-events: auto;
      cursor: pointer;
    }

#propPropertySelectorPanel.prop-selector-panel--compact .prop-selector-item--disabled,
    .prop-selector-item--disabled {
      opacity: 0.45;
      cursor: default;
    }

.prop-region-picker.property-selector-dropdown {
      display: none;
      padding: 4px;
      min-width: 10rem;
    }

.prop-region-picker.property-selector-dropdown.open {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

.prop-region-picker__item,
    .prop-date-picker__item,
    .prop-horizon-picker__item {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%;
      margin: 0;
      padding: 6px 10px;
      border: 1px solid transparent;
      border-radius: var(--r-sm);
      background: transparent;
      color: var(--x-text-primary);
      font-size: 13px;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      line-height: 1.2;
      font-variant-numeric: tabular-nums;
      box-sizing: border-box;
    }

.prop-region-picker__item:hover,
    .prop-date-picker__item:hover,
    .prop-horizon-picker__item:hover {
      background: transparent;
      border: var(--sel-border-hover);
      color: var(--c-text);
    }

.prop-region-picker__item--active,
    .prop-date-picker__item.prop-region-picker__item--active,
    .prop-horizon-picker__item.prop-region-picker__item--active {
      color: var(--sel-fg-active);
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
    }

.prop-region-picker__item--active:hover,
    .prop-date-picker__item.prop-region-picker__item--active:hover,
    .prop-horizon-picker__item.prop-region-picker__item--active:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-date-picker.property-selector-dropdown {
      max-height: min(50vh, 320px);
      overflow-y: auto;
      z-index: 1200;
    }

.app-header-tab-controls .booking-panel--property .prop-date-select,
    .booking-panel--property .prop-date-select {
      color-scheme: dark;
      background: rgba(28, 38, 52, 0.65);
      border: 1px solid var(--ui-border-color, rgba(148, 163, 184, 0.25));
      border-radius: var(--r-sm);
      color: var(--x-text-primary);
    }

.app-header-tab-controls .booking-panel--property .prop-date-select.is-picker-open,
    .booking-panel--property .prop-date-select.is-picker-open {
      border-color: rgba(29, 161, 242, 0.45);
      box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.18);
    }

.app-header-tab-controls .booking-panel--property .prop-date-select option,
    .booking-panel--property .prop-date-select option {
      background: var(--x-bg-elevated, #1c2634);
      color: var(--x-text-primary);
    }

.property-selector-dropdown__empty {
      padding: 4px 2px;
      font-size: 11px;
    }

.property-selector-dropdown.open,
    #propPropertySelectorPanel.open,
    #selectorPanel.open {
      display: flex;
    }

.property-selector-dropdown__section {
      padding: 0 14px 8px;
      background: rgba(28, 38, 52, 0.65);
      min-height: 0;
    }

#propPropertySelectorPanel .property-selector-dropdown__section,
    #selectorPanel .property-selector-dropdown__section {
      flex: 0 0 auto;
      min-height: auto;
    }

.property-selector-dropdown__section--selected {
      padding: 0 14px 8px;
      border-bottom: 1px solid var(--ui-border-color);
    }

.property-selector-dropdown__heading {
      margin: 6px 0 0;
      font-size: 0.78em;
      font-weight: 600;
      color: var(--ui-text-muted);
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

.property-selector-dropdown__list {
      overflow-y: auto;
      max-height: 16vh;
      min-height: 2.5em;
      padding: 2px 0;
    }

#propPropertySelectorPanel .property-selector-dropdown__list,
    #selectorPanel .property-selector-dropdown__list {
      max-height: 400px;
      overflow-y: auto;
    }

#propPropertySelectorPanel .prop-selector-panel__body,
    #selectorPanel .prop-selector-panel__body {
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: visible;
      display: flex;
      flex-direction: column;
    }

#propPropertySelectorPanel.prop-selector-panel--constrained,
    #selectorPanel.prop-selector-panel--constrained {
      overflow: hidden;
    }

#propPropertySelectorPanel.prop-selector-panel--constrained .prop-selector-panel__body,
    #selectorPanel.prop-selector-panel--constrained .prop-selector-panel__body {
      overflow-y: auto;
    }

.property-selector-dropdown__empty {
      margin: 0;
      padding: 4px 0 6px;
      color: var(--ui-text-muted);
      font-size: 0.82em;
      line-height: 1.35;
    }

.property-selector-dropdown__hint {
      margin: 6px 0 0;
      padding: 4px 0 2px;
      color: var(--ui-text-muted);
      font-size: 0.78em;
      line-height: 1.35;
      font-style: italic;
    }

@media (max-width: 900px) {
#BookingData .collections-area,
      #PropertyData .collections-area {
        grid-column: 1 / -1;
        overflow-x: auto;
      }
}

#PropertyData.tabcontent {
      margin: 1px 1px 1px;
      padding: 0;
      border: none;
      background: transparent;
      box-shadow: none;
      font-family: var(--font-sans);
      font-size: var(--t-12);
      font-weight: 400;
    }

.prop-portfolio-lane-inset {
      box-sizing: border-box;
      margin-left: 1px;
      margin-right: 1px;
      width: calc(100% - 40px);
      max-width: calc(100% - 40px);
    }

.prop-portfolio-chart-block.prop-portfolio-lane-inset {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
    }

.prop-horizon-stack__custom {
      color: var(--ui-text-muted);
    }

.prop-horizon-stack__pro {
      color: var(--ui-text-muted);
      font-style: italic;
    }

.prop-horizon-stack__unavail {
      color: var(--ui-text-muted);
      opacity: 0.55;
    }

.prop-portfolio-table-wrap {
      max-width: 100%;
      min-width: 0;
      flex: 0 0 auto;
      /* Visible so vertical scroll stays on #propertyChartWrapper (sticky thead) */
      overflow: visible;
      --prop-text-rest: var(--c-text, var(--x-text-primary, #e7e9ea));
      --prop-text-rest-x: var(--x-text-primary, var(--c-text, #e7e9ea));
      --prop-text-rest-ui: var(--ui-text, var(--c-text, #e7e9ea));
    }

/* TargetDay focus: keep default table text — override legacy.css green tint */
.prop-portfolio-table.prop-portfolio-table--day-focus {
      --c-text: unset;
      --x-text-primary: unset;
      --x-text: unset;
      --ui-text: unset;
      color: inherit;
    }

.prop-portfolio-table.prop-portfolio-table--day-focus.prop-portfolio-table--day-focus-enter
      tbody
      tr.prop-portfolio-row:not(.prop-portfolio-row--day-focus-tint) {
      --c-text: unset;
      --x-text-primary: unset;
      --x-text: unset;
      --ui-text: unset;
      color: inherit;
    }

.prop-portfolio-table.prop-portfolio-table--day-focus tbody tr.prop-portfolio-row--day-focus-tint,
    .prop-portfolio-table.prop-portfolio-table--day-focus
      tbody
      tr.prop-portfolio-row--day-focus-tint
      td {
      color: inherit;
      transition: none;
    }

@media (prefers-reduced-motion: reduce) {
.prop-portfolio-table.prop-portfolio-table--day-focus tbody tr.prop-portfolio-row--day-focus-tint,
      .prop-portfolio-table.prop-portfolio-table--day-focus
        tbody
        tr.prop-portfolio-row--day-focus-tint
        td {
        transition: none;
      }
    }

.prop-portfolio-table.prop-portfolio-table--day-focus-reorder tbody tr.prop-portfolio-row {
      will-change: transform;
      position: relative;
      z-index: 1;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row.prop-portfolio-row--day-focus-enter {
      animation: prop-day-focus-row-enter 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

@keyframes prop-day-focus-row-enter {
      from {
        opacity: 0;
        transform: translateY(8px);
      }
      to {
        opacity: 1;
        transform: none;
      }
    }

@media (prefers-reduced-motion: reduce) {
.prop-portfolio-table.prop-portfolio-table--day-focus-reorder tbody tr.prop-portfolio-row {
        will-change: auto;
      }

.prop-portfolio-table tbody tr.prop-portfolio-row.prop-portfolio-row--day-focus-enter {
        animation: none;
      }
    }

.prop-portfolio-table-wrap .prop-portfolio-table {
      width: 100%;
      min-width: 0;
      max-width: none;
    }

#PropertyData .prop-portfolio-table {
      font-family: var(--font-sans);
      font-size: var(--t-12);
      font-weight: 400;
      --portfolio-type-size: var(--t-12);
      --portfolio-type-color: var(--c-text, var(--x-text-primary, #e7e9ea));
      --portfolio-name-color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
      box-sizing: border-box;
    }

/* One type size/color across portfolio table (match property title names) */
#PropertyData .prop-portfolio-table th,
#PropertyData .prop-portfolio-table th.prop-portfolio-col--property,
#PropertyData .prop-portfolio-table td.prop-portfolio-col--property {
      font-size: inherit;
      color: inherit;
    }

#PropertyData .prop-portfolio-filter-hint {
      font-size: 0.95em;
    }

#PropertyData button:not(.prop-portfolio-sort):not(.prop-portfolio-region-intro__name):not(.room-filter-overview-table__label-btn),
    #PropertyData label {
      font-size: 0.95em;
    }

.booking-panel--property.booking-toolbar--property {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 8px;
      min-height: 44px;
    }

.booking-panel--property .prop-date-stack {
      display: grid;
      grid-template-rows: 20px 20px;
      align-items: center;
      justify-items: stretch;
      gap: 0;
      flex: 0 0 auto;
      line-height: 1;
      padding: 2px 0;
    }

.booking-panel--property .prop-date-stack__row {
      display: grid;
      grid-template-columns: minmax(7.5rem, 8rem);
      align-items: center;
      gap: 0;
      height: 20px;
    }

.booking-panel--property .prop-date-select,
    .booking-panel--property .prop-horizon-stack__select {
      width: 100%;
      min-width: 0;
      height: 20px;
      padding: 0 6px;
      font-size: 13px;
      font-variant-numeric: tabular-nums;
      font-weight: 700;
      letter-spacing: 0.01em;
      border: none;
      border-radius: var(--r-sm);
      background: transparent;
      line-height: 20px;
    }

.prop-horizon-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-radius: 0;
      background: transparent;
      color: var(--c-accent);
      font-weight: 400;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.04em;
      line-height: 1.25;
      white-space: nowrap;
      box-shadow: none;
      vertical-align: baseline;
      text-shadow: none;
    }

.prop-target-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-radius: 0;
      background: transparent;
      color: inherit;
      font-weight: 400;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.02em;
      line-height: 1;
      white-space: nowrap;
      box-shadow: none;
      text-shadow: none;
      align-self: center;
    }

.prop-target-mark--idle {
      background: transparent;
      color: var(--x-text-secondary, var(--c-text-3));
      box-shadow: none;
      text-shadow: none;
      opacity: 0.75;
      padding: 0;
    }

.prop-target-stack__face {
      display: grid;
      grid-template-rows: var(--prop-chrome-label-h, 11.2px) minmax(var(--prop-chrome-value-h, 19.6px), 1fr);
      align-items: center;
      justify-items: stretch;
      gap: 0;
      width: 100%;
      height: 100%;
      min-height: var(--prop-chrome-h, 36px);
      margin: 0;
      padding: var(--prop-chrome-pad-y, 1.7px) var(--prop-chrome-pad-x, 10px);
      box-sizing: border-box;
      border-radius: var(--r-md);
      cursor: pointer;
    }

.prop-target-stack__select {
      appearance: none;
      -webkit-appearance: none;
      display: block;
      width: 100%;
      max-width: 100%;
      height: var(--prop-chrome-value-h, 19.6px);
      min-height: 0;
      max-height: var(--prop-chrome-value-h, 19.6px);
      margin: 0 auto;
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      color: inherit;
      font-family: inherit;
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.02em;
      line-height: 1;
      text-align: center;
      text-align-last: center;
      cursor: pointer;
      box-shadow: none;
      box-sizing: border-box;
    }

.prop-target-stack__select--idle {
      color: var(--x-text-secondary, var(--c-text-3));
      opacity: 0.75;
    }

.prop-target-stack__select--selected {
      color: inherit;
      opacity: 1;
    }

.prop-target-stack__date-face {
      display: block;
      width: 100%;
      box-shadow: none;
      font: inherit;
      user-select: none;
    }

.prop-target-stack__date-face[hidden],
    .prop-target-stack__select[hidden] {
      display: none !important;
    }

.prop-target-stack__value {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.25em;
      height: var(--prop-chrome-value-h, 19.6px);
      min-height: var(--prop-chrome-value-h, 19.6px);
      margin: 0 auto;
      font-size: var(--prop-chrome-value-size, 13px);
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
      line-height: 1;
    }

.prop-target-stack__clear {
      color: var(--x-text-secondary, var(--c-text-3));
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
      opacity: 0.85;
      line-height: 1;
    }

#propPortfolioChartHeading .prop-horizon-mark {
      font-size: 0.92em;
      transform: translateY(-0.05em);
    }

.portfolio-units-chart-tooltip {
      position: fixed;
      z-index: 10050;
      pointer-events: none;
      min-width: 8rem;
      max-width: 18rem;
      padding: 8px 10px;
      border-radius: var(--r-sm);
      border: 1px solid var(--c-border);
      background: var(--c-surface-2);
      color: var(--c-text);
      font-family: var(--font-mono);
      font-size: 11px;
      font-weight: 400;
      line-height: 1.35;
      box-shadow: var(--sh-2, 0 4px 16px rgba(0, 0, 0, 0.45));
      transition: opacity 80ms ease;
    }

.portfolio-units-chart-tooltip__title {
      margin-bottom: 4px;
      font-weight: 400;
      color: var(--c-accent);
    }

.portfolio-units-chart-tooltip__row--total {
      color: var(--c-text-3);
      margin-bottom: 4px;
      padding-bottom: 4px;
      border-bottom: 1px solid var(--c-border);
    }

.portfolio-units-chart-tooltip__row {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 2px;
    }

.portfolio-units-chart-tooltip__row--delta {
      margin-top: 4px;
      padding-top: 3px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

.portfolio-units-chart-tooltip__swatch {
      flex: 0 0 auto;
      width: 8px;
      height: 8px;
      border-radius: var(--r-sm);
      box-sizing: border-box;
    }

.portfolio-units-chart-tooltip__swatch--dash {
      background: transparent !important;
      border: 1.5px dashed currentColor;
    }

.portfolio-units-chart-tooltip__delta {
  display: inline-flex;
  align-items: center;
  font-size: var(--delta-col-size);
  font-weight: 600;
  color: var(--c-delta);
}

.portfolio-units-chart-tooltip__delta-text--sold {
  color: var(--c-pos);
}

.portfolio-units-chart-tooltip__delta-text--canc {
  color: var(--c-neg);
}

.portfolio-units-chart-tooltip__delta-text--net {
  color: var(--c-accent);
}

.portfolio-units-chart-tooltip__row--hint {
  margin-top: 4px;
  padding-top: 3px;
  border-top: 1px solid var(--c-border);
  font-size: 10px;
  color: var(--c-text-2);
}

.portfolio-units-chart-tooltip .prop-selected-mark,
    .portfolio-units-chart-tooltip .prop-today-mark,
    .portfolio-units-chart-tooltip .prop-horizon-mark,
    .portfolio-units-chart-tooltip__lane {
      font-size: 11px;
      padding: 0;
      vertical-align: baseline;
      background: transparent;
      box-shadow: none;
      color: var(--c-accent);
      font-weight: 400;
    }

.prop-selected-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-radius: 0;
      background: transparent;
      color: inherit;
      font-weight: 400;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.02em;
      line-height: 1.25;
      white-space: nowrap;
      box-shadow: none;
      vertical-align: baseline;
      text-shadow: none;
    }

.booking-panel--property .prop-date-select {
      appearance: none;
      -webkit-appearance: none;
      background-image: none;
      cursor: pointer;
    }

.booking-panel--property .prop-date-select--overlay {
      opacity: 0.72;
      font-weight: 600;
    }

.booking-panel--property .prop-toolbar__properties {
      margin-left: 0;
    }

.booking-panel--property .ui-btn--both-dates {
      color: var(--x-text-secondary);
      border-color: transparent;
      align-self: center;
      width: 28px;
      height: var(--prop-chrome-h, 36px);
      min-height: var(--prop-chrome-h, 36px);
      min-width: 28px;
      padding: 0;
    }

.booking-panel--property .ui-btn--both-dates:hover {
      color: var(--x-text-primary);
      background: var(--x-bg-secondary);
      border-color: transparent;
    }

#PropertyData .booking-collections-row {
      display: none !important;
    }

#PropertyData .booking-collections-group .collections-area {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px;
      min-height: 0;
    }

#propPropertySelectorBtn,
    #showSelectorBtn {
      flex: 0 0 auto;
      min-width: 0;
      max-width: none;
      text-align: center;
    }

#propPropertySearch,
    #propertySearch {
      width: 100%;
      padding: 8px 10px;
      border: var(--ui-border);
      border-radius: var(--r-sm);
      font-size: 0.85em;
      background: var(--ui-bg-elevated);
      color: var(--ui-text);
      box-sizing: border-box;
    }

#propPropertySearch:focus,
    #propertySearch:focus {
      outline: none;
      border-color: var(--ui-primary);
      box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
    }

.prop-portfolio-summary {
      margin-bottom: 16px;
      overflow: visible;
      max-width: 100%;
      box-sizing: border-box;
    }

.prop-portfolio-chart-block {
      background: var(--x-bg-primary);
      box-sizing: border-box;
      margin-bottom: 0;
      padding-bottom: 0;
      overflow: hidden;
      max-height: 560px;
      opacity: 1;
      transition:
        max-height 220ms ease,
        opacity 180ms ease,
        margin 220ms ease,
        padding 220ms ease;
    }

#propPortfolioSection.is-property-drilled .prop-portfolio-chart-block {
      display: none;
      max-height: none;
      opacity: 1;
      margin: 0;
      padding: 0;
      pointer-events: none;
      border: none;
    }

@media (prefers-reduced-motion: reduce) {
#propPortfolioSection .prop-portfolio-chart-block {
        transition: none;
      }

#propPortfolioSection.is-property-drilled .prop-portfolio-chart-block {
        display: none;
        max-height: none;
        opacity: 1;
      }
}

.room-filter-region__mover {
      appearance: none;
      border: none;
      background: transparent;
      color: inherit;
      font: inherit;
      padding: 0;
      margin: 0;
      cursor: pointer;
      text-align: left;
      width: 100%;
    }

.room-filter-region__mover:hover {
      color: var(--x-accent);
    }

.room-filter-region-overview {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 4px 0 8px;
      box-sizing: border-box;
    }

.room-filter-property-overview {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 4px 0 8px;
      box-sizing: border-box;
    }

.room-filter-drill-exit {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 4px 8px 8px;
      box-sizing: border-box;
    }

.room-filter-region-overview--anim {
      transform-origin: top center;
      transition:
        height 1.1s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.9s ease,
        padding 1.1s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
      will-change: height, opacity, transform;
    }

.room-filter-region-overview--exit {
      opacity: 0;
      transform: scaleY(0.94) translateY(-4px);
      pointer-events: none;
    }

.room-filter-region-overview--enter {
      transform: none;
    }

.room-filter-overview-enter-child {
      opacity: 0;
      transform: translateY(10px);
      animation: room-filter-overview-child-in 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
      animation-delay: var(--overview-enter-delay, 0ms);
    }

@keyframes room-filter-overview-child-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .room-filter-region-overview--anim {
    transition: none !important;
  }

  .room-filter-overview-card,
    .room-filter-overview-card__collapse,
    .room-filter-overview-card .room-filter-overview-info-btn {
      transition: none !important;
    }

  .room-filter-overview-enter-child {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

.room-filter-overview-card {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 4px;
      min-width: 0;
      padding: 6px 8px 3px 6px;
      border: var(--prop-chrome-border);
      border-radius: var(--prop-chrome-radius);
      background: var(--prop-chrome-bg);
      box-sizing: border-box;
      font-family: var(--font-sans);
      font-size: 12px;
      --overview-title-size: var(--t-10, 10px);
      transition: border-color var(--ease-oxide), background-color var(--ease-oxide);
    }

/* One typeface across the card; name is +2px only */
.room-filter-overview-card .room-filter-overview-table,
    .room-filter-overview-card .room-filter-overview-table__value,
    .room-filter-overview-card .room-filter-overview-block__head,
    .room-filter-overview-card.room-filter-overview-card--horizon .room-filter-overview-block__head,
    .room-filter-overview-card.room-filter-overview-card--horizon
      .room-filter-overview-COMPARE-face
      .room-filter-show-all-bar__label,
    .room-filter-overview-card.room-filter-overview-card--horizon
      .room-filter-overview-COMPARE-face
      .room-filter-show-all-bar__scrape-date,
    .room-filter-overview-card.room-filter-overview-card--horizon
      .room-filter-overview-COMPARE-face
      .room-filter-show-all-bar__scrape-role,
    .room-filter-overview-card .room-filter-overview-horizon-face__label,
    .room-filter-overview-card .room-filter-overview-horizon-face__value,
    .room-filter-overview-card .prop-horizon-mark,
    .room-filter-overview-card .prop-horizon-stack__unit,
    .room-filter-overview-card.room-filter-overview-card--target-date
      .room-filter-overview-target-face__date {
      font-family: inherit;
      font-size: 1em;
    }

.room-filter-overview-card.room-filter-overview-card--target-date
  .room-filter-overview-target-face__label {
      font-size: var(--t-11);
      font-weight: 400;
      letter-spacing: 0.04em;
      color: var(--c-text-3);
    }

.room-filter-overview-card .room-filter-overview-table {
      font-size: 1em;
    }

.room-filter-overview-card .room-filter-overview-table__value {
      font-family: inherit;
    }

/* Range card: neutral shell — lane color lives on intro / COMPARE / RANGE bands */
.room-filter-overview-card.room-filter-overview-card--horizon,
.hl-card.room-filter-overview-card--horizon {
      border: var(--prop-chrome-border);
      background: var(--prop-chrome-bg);
      box-shadow: none;
    }

/* Target Date scope: same gray card shell as other overview cards */
.room-filter-overview-card.room-filter-overview-card--target-date,
.hl-card.room-filter-overview-card--target-date {
      padding: var(--s-3, 12px);
      border-color: var(--c-border-soft);
      background: var(--c-surface-2);
      box-shadow: var(--sh-2);
    }

.room-filter-overview-card--target-date:not(.is-collapsed) {
      cursor: default;
    }

.room-filter-show-all-bar.room-filter-show-all-bar--card-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      max-width: 100%;
      padding: 0 0 8px;
      padding-left: 0;
      grid-template-columns: none;
      grid-template-rows: none;
      grid-template-areas: none;
    }

.room-filter-show-all-bar--card-actions .room-filter-show-all-bar__links {
      grid-area: auto;
      align-self: center;
      padding-left: 0;
    }

.room-filter-show-all-bar--card-actions > .room-filter-show-all-btn {
      grid-area: auto;
      margin-top: 0;
      margin-left: 0;
    }

.room-filter-show-all-bar--card-actions .room-filter-show-all-bar__links-menu {
      right: auto;
      left: calc(100% + 4px);
    }

.room-filter-overview-card--room-filter .room-filter-overview-card__empty {
      margin: 0;
      padding: 8px 0 12px;
      color: var(--x-text-secondary);
      text-align: center;
      font-size: 0.9em;
      line-height: 1.35;
    }

.room-filter-overview-compare + .room-filter-show-all-bar,
.room-filter-overview-compare + .room-filter-table {
      margin-top: 8px;
    }

.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  #propCheckinSelect,
.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  .room-filter-panel__checkin-select,
.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  .prop-cockpit__tab-date {
      appearance: none;
      -webkit-appearance: none;
      display: block;
      width: auto;
      max-width: 100%;
      margin: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      color: var(--c-accent);
      font-family: var(--font-mono);
      font-size: var(--prop-chrome-value-size, 12px);
      font-weight: 400;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.02em;
      text-transform: none;
      padding: 0;
      height: auto;
      min-height: 0;
      line-height: 1;
      text-align: start;
      text-align-last: start;
      cursor: pointer;
    }

/* Solo region card shell (empty selection) */
.room-filter-overview-card.room-filter-overview-card--region,
.hl-card.room-filter-overview-card--region {
      gap: 0;
      isolation: isolate;
      overflow: hidden;
      border-color: rgba(8, 10, 18, 0.85);
      background: #080a12;
    }

/* Merged A+B+C: clip intro band to card radius */
.room-filter-overview-card.room-filter-overview-card--with-intro,
.hl-card.room-filter-overview-card--with-intro {
      overflow: hidden;
    }

.room-filter-overview-card__intro {
      position: relative;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      gap: 0;
      margin: -6px -8px 0 -6px;
      padding: 6px 8px 4px 6px;
      overflow: hidden;
    }

.room-filter-overview-card__intro > * {
      position: relative;
      z-index: 1;
    }

.room-filter-overview-card__pinned {
      min-width: 0;
    }

.room-filter-overview-card.is-collapsed .room-filter-overview-card__pinned {
      margin-bottom: 0;
    }

.room-filter-overview-card--region .room-filter-overview-card__intro {
      margin: -6px -8px -3px -6px;
      padding: 6px 8px 3px 6px;
    }

.room-filter-overview-card--with-intro:not(.room-filter-overview-card--region)
  > .room-filter-overview-block__head {
      margin-top: 2px;
    }

/* Range bands: left rail only (TargetDay card reference).
   Region = white (REGION header); property = red; COMPARE = blue; RANGE = yellow.
   Yellow/blue only on direct card children — not nested intro collapses. */
.room-filter-overview-card--horizon .room-filter-overview-card__intro {
      --overview-region-rail: color-mix(in srgb, #fff 55%, transparent);
      box-shadow: inset 3px 0 0 0 var(--overview-region-rail);
      background: linear-gradient(
        90deg,
        color-mix(in srgb, #fff 10%, transparent) 0%,
        transparent 55%
      );
    }

.room-filter-overview-card--horizon.room-filter-overview-card--drilled
  .room-filter-overview-card__intro {
      box-shadow: none;
      background: transparent;
      padding: 0;
      gap: 4px;
    }

.room-filter-overview-card--horizon .room-filter-overview-card__intro-region {
      padding: 6px 8px 4px 6px;
      box-shadow: inset 3px 0 0 0 var(--overview-region-rail, color-mix(in srgb, #fff 55%, transparent));
      background: linear-gradient(
        90deg,
        color-mix(in srgb, #fff 10%, transparent) 0%,
        transparent 55%
      );
    }

.room-filter-overview-card--drilled .room-filter-overview-card__intro-region {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
    }

.room-filter-overview-card--drilled
  .room-filter-overview-card__intro-region
  .prop-portfolio-region-intro__context {
      width: auto;
      flex: 1 1 auto;
      min-width: 0;
      margin-bottom: 0;
    }

.room-filter-overview-card--drilled
  .room-filter-overview-card__intro-region
  .room-filter-back-region-btn {
      flex-shrink: 0;
    }

.room-filter-overview-card--horizon.room-filter-overview-card--drilled
  .room-filter-overview-card__intro-main {
      padding: 6px 8px 4px 6px;
      box-shadow: inset 3px 0 0 0 var(--lane-selected, #f0605d);
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--lane-selected, #f0605d) 14%, transparent) 0%,
        transparent 55%
      );
    }

.room-filter-overview-card--horizon > .room-filter-overview-card__pinned,
.room-filter-overview-card--horizon > .room-filter-overview-card__collapse {
      margin-left: -6px;
      margin-right: -8px;
      padding-left: 6px;
      padding-right: 8px;
    }

.room-filter-overview-card--horizon > .room-filter-overview-card__pinned,
.room-filter-overview-card--horizon
  .room-filter-overview-card__intro
  > .room-filter-overview-card__pinned {
      box-shadow: inset 3px 0 0 0 var(--lane-today, #3b82f6);
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--lane-today, #3b82f6) 14%, transparent) 0%,
        transparent 55%
      );
    }

.room-filter-overview-card--horizon.room-filter-overview-card--drilled
  .room-filter-overview-card__intro
  > .room-filter-overview-card__pinned {
      margin-left: 0;
      margin-right: 0;
      padding: 6px 8px 4px 6px;
    }

.room-filter-overview-card--horizon > .room-filter-overview-card__collapse {
      box-shadow: inset 3px 0 0 0 var(--lane-horizon, #eab308);
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--lane-horizon, #eab308) 14%, transparent) 0%,
        transparent 55%
      );
    }

.room-filter-overview-info-btn {
      position: absolute;
      top: 2px;
      right: 2px;
      z-index: 1;
      width: 22px;
      height: 22px;
      margin: 0;
      padding: 0;
      border: var(--sel-border);
      border-radius: var(--r-sm);
      background: transparent;
      color: var(--ui-text-muted);
      font-size: 11px;
      line-height: 1;
      cursor: pointer;
      opacity: 0.7;
      box-sizing: border-box;
    }

.room-filter-overview-info-btn:hover {
      opacity: 1;
      color: var(--c-text);
      border: var(--sel-border-hover);
      background: transparent;
    }

.room-filter-overview-info-btn[aria-expanded="true"],
.room-filter-overview-card.is-info-open > .room-filter-overview-info-btn {
      opacity: 1;
      color: var(--sel-fg-active);
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
    }

.room-filter-overview-info-btn[aria-expanded="true"]:hover,
.room-filter-overview-card.is-info-open > .room-filter-overview-info-btn:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.room-filter-overview-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      font-size: 12px;
    }

.room-filter-overview-table__row th,
    .room-filter-overview-table__row td {
      padding: 3px 0;
      vertical-align: middle;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

/* Last data row: no rule under it (info-rows sit after each row, so :last-of-type never matches) */
.room-filter-overview-table__row:not(:has(~ .room-filter-overview-table__row)) th,
    .room-filter-overview-table__row:not(:has(~ .room-filter-overview-table__row)) td {
      border-bottom: none;
    }

.room-filter-overview-table__label {
      width: 58%;
      font-size: var(--prop-chrome-label-size);
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--x-text-secondary);
      opacity: 0.85;
      text-align: left;
      padding-right: 6px;
      white-space: nowrap;
    }

.room-filter-overview-card--target-date .room-filter-overview-table__label {
      white-space: normal;
    }

.room-filter-overview-table__row--section th,
    .room-filter-overview-table__section {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 2px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--x-text-secondary);
      opacity: 0.7;
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

.room-filter-overview-table__row--section:first-child th {
      padding-top: 2px;
    }

.room-filter-overview-compare {
      padding: 2px 0 4px;
      cursor: default;
    }

.room-filter-overview-compare__table,
    .room-filter-overview-compare__money {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      font-variant-numeric: tabular-nums;
    }

.room-filter-overview-compare__col-label {
      width: 34%;
    }

.room-filter-overview-compare__col-was,
.room-filter-overview-compare__col-delta,
.room-filter-overview-compare__col-now {
      width: 22%;
    }

.room-filter-overview-compare__table th,
    .room-filter-overview-compare__table td,
    .room-filter-overview-compare__money th,
    .room-filter-overview-compare__money td {
      padding: 3px 0;
      vertical-align: top;
    }

/* WAS | Δ | NOW column rules */
.room-filter-overview-compare__table thead th:nth-child(3),
.room-filter-overview-compare__table thead th:nth-child(4),
.room-filter-overview-compare__table tbody td:nth-child(3),
.room-filter-overview-compare__table tbody td:nth-child(4),
#roomFilterContent .room-filter-table--compare thead th:nth-child(4),
#roomFilterContent .room-filter-table--compare thead th:nth-child(5),
#roomFilterContent .room-filter-table--compare tbody td:nth-child(4),
#roomFilterContent .room-filter-table--compare tbody td:nth-child(5) {
      border-left: 1px solid var(--c-border);
    }

.room-filter-overview-compare__table thead th {
      font-size: var(--t-11);
      font-weight: 400;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--c-text-3);
      opacity: 1;
      text-align: right;
      white-space: nowrap;
      border-bottom: 1px solid var(--c-border);
    }

.room-filter-overview-compare__table thead th:first-child {
      text-align: left;
      width: 34%;
      vertical-align: middle;
    }

.room-filter-overview-compare__table thead th:nth-child(2),
.room-filter-overview-compare__table thead th:nth-child(3),
.room-filter-overview-compare__table thead th:nth-child(4),
.room-filter-overview-compare__table tbody td:nth-child(2),
.room-filter-overview-compare__table tbody td:nth-child(3),
.room-filter-overview-compare__table tbody td:nth-child(4) {
      text-align: center;
      padding-left: 6px;
      padding-right: 6px;
      vertical-align: middle;
    }

#roomFilterContent .room-filter-table--compare thead th:nth-child(3),
#roomFilterContent .room-filter-table--compare thead th:nth-child(4),
#roomFilterContent .room-filter-table--compare thead th:nth-child(5),
#roomFilterContent .room-filter-table--compare tbody td:nth-child(3),
#roomFilterContent .room-filter-table--compare tbody td:nth-child(4),
#roomFilterContent .room-filter-table--compare tbody td:nth-child(5) {
      text-align: center;
      padding-left: 2px;
      padding-right: 2px;
      vertical-align: middle;
      white-space: nowrap;
    }

.room-filter-overview-compare__table thead th .prop-portfolio-th-delta {
      display: inline-block;
      font-size: var(--delta-col-size);
      font-weight: 600;
      line-height: 1;
      vertical-align: middle;
      opacity: 1;
      color: var(--c-delta);
    }

.room-filter-overview-compare__table thead th:last-child {
      color: var(--c-text);
      opacity: 1;
    }

.room-filter-overview-compare__table tbody th,
    .room-filter-overview-compare__money th {
      font-size: var(--t-11);
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 1.1;
      text-transform: uppercase;
      color: var(--c-text-3);
      opacity: 1;
      text-align: left;
      white-space: normal;
      vertical-align: middle;
    }

.room-filter-overview-compare__table tbody td,
    .room-filter-overview-compare__money td {
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      text-align: right;
      white-space: nowrap;
    }

.room-filter-overview-compare__old {
      color: var(--c-text-2);
      opacity: 1;
    }

.room-filter-overview-compare__table tbody td.room-filter-overview-compare__delta,
.room-filter-overview-compare__table tbody td.room-filter-overview-compare__delta--sold,
.room-filter-overview-compare__table tbody td.room-filter-overview-compare__delta--returned {
      color: var(--c-delta);
      font-size: var(--delta-value-size);
      font-weight: 600;
    }

.room-filter-overview-compare__new,
    .room-filter-overview-compare__money td {
      color: var(--c-text);
    }

.room-filter-overview-compare__money {
      margin-top: 8px;
      padding-top: 6px;
      border-top: 1px solid var(--c-border);
    }

.room-filter-overview-compare__money th {
      width: 50%;
    }

.room-filter-overview-table__row--prose td,
    .room-filter-overview-table__prose {
      width: auto;
      padding-top: 2px;
      padding-bottom: 2px;
      font-size: 0.92em;
      font-weight: 400;
      line-height: 1.35;
      letter-spacing: 0.01em;
      text-transform: none;
      color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
      opacity: 1;
      white-space: normal;
      text-align: left !important;
      width: 100%;
      border-bottom: none;
    }

.room-filter-overview-table__prose .prop-portfolio-region-intro__count {
      color: var(--c-text, var(--x-text-primary, #e7e9ea));
    }

.room-filter-overview-table__prose .prop-portfolio-region-intro__meta {
      color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
    }

.room-filter-overview-table__prose .prop-portfolio-region-intro__inventory {
      width: 100%;
    }

.room-filter-overview-table__label-btn {
      appearance: none;
      -webkit-appearance: none;
      display: inline-flex;
      width: max-content;
      max-width: 100%;
      padding: 2px 6px;
      margin: 0;
      font: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      text-transform: uppercase;
      cursor: pointer;
      text-align: left;
      border-radius: var(--r-md);
      box-sizing: border-box;
    }

.room-filter-overview-table__label-btn:hover,
    .room-filter-overview-table__label-btn:focus-visible {
      outline: none;
    }

.room-filter-overview-table__lane-label--compare,
    .room-filter-overview-table__label-btn.room-filter-overview-table__lane-label--compare {
      color: var(--lane-today, #3b82f6);
    }

.room-filter-overview-table__lane-label--horizon {
      color: var(--lane-horizon, #eab308);
    }

/* Property name / COMPARE / RANGE — identical Roboto + size */
.room-filter-overview-card .prop-portfolio-region-intro__name,
#PropertyData
  #roomFilterPanel
  .room-filter-overview-card
  button.prop-portfolio-region-intro__name--exit,
#PropertyData
  #roomFilterPanel
  .room-filter-overview-card
  button.room-filter-overview-table__label-btn.room-filter-overview-table__lane-label--compare,
.room-filter-overview-card .room-filter-overview-table__lane-label--compare,
.room-filter-overview-card .room-filter-overview-table__lane-label--horizon {
      font-family: var(--font-mono);
      font-size: var(--overview-title-size, 10px);
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 1.2;
      text-transform: uppercase;
    }

.room-filter-overview-card--target-date .room-filter-overview-target-face__label {
      color: var(--c-text-3);
    }

/* COMPARE row: NOW/WAS stacked like Capacity Δ / Price Δ; keep gutter from right rail */
.room-filter-overview-card .room-filter-overview-compare-stack {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 2px;
      text-align: right;
      max-width: 100%;
      box-sizing: border-box;
      padding-right: 0.35em;
      margin-right: 0.15em;
    }

.room-filter-overview-card
      .room-filter-overview-compare-stack
      .prop-portfolio-room-change__line {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0.35em;
      font-size: 1em;
      font-weight: 600;
      line-height: 1.25;
      text-transform: none;
      letter-spacing: normal;
    }

.room-filter-overview-card
      .room-filter-overview-compare-stack
      .prop-portfolio-room-change__line--active {
      font-weight: 700;
    }

.room-filter-overview-card
      .room-filter-overview-compare-stack
      .prop-portfolio-room-change__line--active
      .room-filter-overview-compare-stack__date {
      color: var(--c-text, var(--x-text-primary, #fff));
    }

.room-filter-overview-card
      .room-filter-overview-compare-stack
      .prop-portfolio-room-change__line:not(.prop-portfolio-room-change__line--active)
      .room-filter-overview-compare-stack__date {
      color: var(--c-text-3, var(--ui-text-muted, #71767b));
    }

.room-filter-overview-compare-stack__old {
      display: inline-flex;
      align-items: center;
      gap: 0;
      color: var(--c-text-3, var(--ui-text-muted, #71767b));
      opacity: 1;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 0.92em;
    }

.room-filter-overview-compare-stack__old .prop-date-stack__offset {
      color: inherit;
      opacity: 1;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: none;
    }

/* Pinned COMPARE values — no extra right gutter */
.room-filter-overview-card--horizon > .room-filter-overview-card__pinned
  .room-filter-overview-table__value,
.room-filter-overview-card--horizon
  .room-filter-overview-card__intro
  > .room-filter-overview-card__pinned
  .room-filter-overview-table__value {
      padding-right: 0;
    }

.room-filter-overview-horizon-value {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0.2em;
      white-space: nowrap;
    }

.room-filter-overview-card .room-filter-overview-table__value {
      text-align: right;
    }

.room-filter-overview-table__value {
      width: 42%;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      color: var(--x-text-primary);
      text-align: left;
      padding-right: 0;
      word-break: break-word;
      vertical-align: middle;
    }

.room-filter-overview-table__info-row,
    .room-filter-overview-info-only {
      display: none;
    }

.room-filter-overview-card.is-info-open .room-filter-overview-table__info-row {
      display: table-row;
    }

.room-filter-overview-card.is-info-open .room-filter-overview-info-only {
      display: block;
    }

.room-filter-overview-table__info {
      padding: 0 0 4px;
      font-size: 10px;
      line-height: 1.3;
      color: var(--ui-text-muted);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

.room-filter-overview-table__info::before {
      content: '· ';
      opacity: 0.7;
    }

.room-filter-overview-table__foot {
      margin: 4px 0 0;
      padding-right: 18px;
      font-size: 10px;
      line-height: 1.35;
      color: var(--ui-text-muted);
    }

.room-filter-overview-block__head {
      margin: 0 18px 2px 0;
    }

.room-filter-overview-block__head--with-chip {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 6px 8px;
    }

.room-filter-overview-block__head--with-chip .room-filter-overview-block__title {
      flex: 1 1 auto;
      min-width: 0;
    }

.room-filter-overview-block__head--with-chip .prop-under-chart-filters__date {
      flex: 0 0 auto;
    }

.room-filter-overview-block__head--with-stack {
      display: block;
      padding: 0;
      margin: 0;
    }

/* Range overview head: COMPARE + RANGE packed left (TargetDay-head twin) */
.room-filter-overview-card--horizon .room-filter-overview-block__head {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: start;
  align-items: start;
  column-gap: 12px;
  row-gap: 3px;
  padding: 0;
  margin: 0 18px 2px 0;
  font-size: 12px;
}

.room-filter-overview-COMPARE-face {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
  min-width: 0;
}

.room-filter-overview-card--horizon .room-filter-overview-COMPARE-face .room-filter-show-all-bar__label {
  font-size: var(--prop-chrome-label-size, 10px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--x-text-secondary);
  opacity: 0.85;
  line-height: 1.15;
}

.room-filter-overview-card--horizon .room-filter-overview-COMPARE-face .room-filter-show-all-bar__scrape-date {
  font-size: 1em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--x-text-primary);
}

.room-filter-overview-card--horizon
  .room-filter-overview-COMPARE-face
  .room-filter-show-all-bar__scrape-line--old
  .room-filter-show-all-bar__scrape-date,
.room-filter-overview-card--horizon
  .room-filter-overview-COMPARE-face
  .room-filter-show-all-bar__scrape-line--old
  .room-filter-show-all-bar__scrape-role {
  color: var(--x-text-secondary);
  font-weight: 600;
}

.room-filter-overview-card--horizon .room-filter-overview-COMPARE-face .room-filter-show-all-bar__scrape-role {
  font-size: var(--prop-chrome-label-size, 10px);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.room-filter-overview-horizon-face {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
  min-width: 0;
}

.room-filter-overview-horizon-face__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  font-size: var(--prop-chrome-label-size, 10px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--x-text-secondary);
  opacity: 0.85;
  line-height: 1.15;
}

.room-filter-overview-horizon-face__value {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2em;
  min-width: 0;
  font-size: 1em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}

.room-filter-overview-horizon-face__value .prop-horizon-stack__unit {
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--x-text-primary);
}

.room-filter-show-all-bar--overview {
      grid-template-columns: auto auto auto;
      grid-template-rows: auto auto;
      grid-template-areas:
        "stack-label . target-label"
        "scrape arrow date";
      padding-left: 0;
      padding-bottom: 0;
      width: 100%;
      max-width: 100%;
    }

.room-filter-show-all-bar--overview .room-filter-show-all-bar__date {
      min-width: 0;
    }

.room-filter-show-all-bar--overview .room-filter-show-all-bar__date .prop-under-chart-filters__date {
      appearance: none;
      display: inline-flex;
      align-items: center;
      margin: 0;
      border: 1px solid var(--c-border, rgba(255, 255, 255, 0.18));
      border-radius: var(--r-sm);
      background: var(--c-surface-2, rgba(255, 255, 255, 0.04));
      color: var(--c-accent, #1da1f2);
      font-family: inherit;
      font-size: 0.72em;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none;
      padding: 5px 10px;
      line-height: 1.2;
      font-variant-numeric: tabular-nums;
      cursor: pointer;
    }

.room-filter-show-all-bar--overview .room-filter-show-all-bar__date .room-filter-overview-date--idle {
      color: var(--sel-fg);
      background: transparent;
      border: var(--sel-border);
      opacity: 1;
      cursor: pointer;
    }

.room-filter-show-all-bar--overview .room-filter-show-all-bar__date .room-filter-overview-date--selected {
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
      border: var(--sel-border-active);
      opacity: 1;
      cursor: pointer;
    }

/* TARGET DAY card head — collapse hit when expanded. Date chrome is the compact face. */
.room-filter-overview-card--target-date > .room-filter-overview-block__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: stretch;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  min-height: auto;
  font-size: var(--t-12, 12px);
  border-radius: var(--r-md);
  box-sizing: border-box;
  cursor: pointer;
}

.room-filter-overview-card--target-date.is-collapsed > .room-filter-overview-block__head {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  min-height: auto;
  overflow: hidden;
}

.room-filter-overview-card--target-date.is-collapsed .room-filter-overview-target-face {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}

.room-filter-overview-target-face {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--s-1);
  width: max-content;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: var(--prop-chrome-pad-y, 1px) var(--prop-chrome-pad-x, 10px);
  margin: 0;
  box-sizing: border-box;
  border-radius: var(--r-md);
  cursor: pointer;
  white-space: nowrap;
}

.room-filter-overview-card--target-date > .room-filter-overview-card__collapse {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  cursor: default;
}

.room-filter-overview-target-face__label {
  flex: 0 0 auto;
  align-self: baseline;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: var(--t-11);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: start;
  color: var(--c-text-3);
  opacity: 1;
  line-height: 1;
  white-space: nowrap;
}

.room-filter-overview-target-face__date {
  flex: 0 0 auto;
  width: auto;
  min-width: 11ch;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.room-filter-overview-target-face__date.ui-sel {
  border-radius: var(--r-md);
  padding: var(--prop-chrome-pad-y, 1px) var(--prop-chrome-pad-x, 10px);
  box-sizing: border-box;
}

.room-filter-overview-target-face__date #roomFilterCheckinSlot {
  display: flex;
  align-items: baseline;
  width: auto;
  min-width: 0;
}

.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  .prop-under-chart-filters__date,
.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  .room-filter-overview-date-select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: var(--font-mono);
  font-size: var(--prop-chrome-value-size, 12px);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0;
  height: auto;
  min-height: 0;
  line-height: 1;
  text-align: start;
  text-align-last: start;
  cursor: pointer;
}

.room-filter-overview-card.is-collapsed {
      gap: 0;
      cursor: pointer;
    }

.room-filter-overview-card.is-collapsed:not(:has(.room-filter-overview-card__collapse)):not(
      .room-filter-overview-card--target-date
    ) {
      cursor: default;
    }

.room-filter-overview-card--target-date.is-collapsed {
      cursor: pointer;
    }

.room-filter-overview-card {
      transition: gap 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    }

.room-filter-overview-card__collapse {
      display: grid;
      grid-template-rows: 1fr;
      opacity: 1;
      transition:
        grid-template-rows var(--ease-expand),
        opacity var(--ease-expand-fade);
    }

.room-filter-overview-card__collapse-inner {
      overflow: hidden;
      min-height: 0;
    }

.room-filter-overview-card .room-filter-overview-info-btn {
      transition: opacity 0.9s ease;
    }

.room-filter-overview-card.is-collapsed .room-filter-overview-info-btn {
      opacity: 0;
      pointer-events: none;
    }

.room-filter-overview-card.is-collapsed .room-filter-overview-card__collapse {
      grid-template-rows: 0fr;
      opacity: 0;
      pointer-events: none;
    }

.room-filter-overview-card.is-collapsed .prop-portfolio-region-intro__name,
    .room-filter-overview-card.is-collapsed .room-filter-overview-block__head {
      margin-bottom: 0;
    }

.room-filter-overview-date--idle {
      color: var(--sel-fg);
      background: transparent;
      border: var(--sel-border);
      opacity: 1;
      cursor: pointer;
    }

.room-filter-overview-date--selected {
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
      border: var(--sel-border-active);
      opacity: 1;
      cursor: pointer;
    }

.room-filter-overview-card--target-date .room-filter-overview-date--idle {
      background: transparent;
      border: none;
      color: inherit;
      cursor: inherit;
    }

/* TARGET DAY head: mint chip on the date only — not the TARGET DAY label row */
.room-filter-overview-card--target-date > .room-filter-overview-block__head.ui-sel.is-active,
.room-filter-overview-card--target-date
  > .room-filter-overview-block__head.ui-sel.is-active:hover:not(:disabled):not(.is-disabled) {
      border: var(--sel-border-active) !important;
      background-color: var(--sel-bg-active) !important;
      color: var(--sel-fg-active) !important;
    }

.room-filter-overview-card--target-date.is-collapsed > .room-filter-overview-block__head.ui-sel.is-active,
.room-filter-overview-card--target-date.is-collapsed
  > .room-filter-overview-block__head.ui-sel.is-active:hover:not(:disabled):not(.is-disabled) {
      border: var(--sel-border) !important;
      background-color: transparent !important;
      color: var(--sel-fg) !important;
    }

.room-filter-overview-target-face__date.ui-sel.is-picker-open,
.room-filter-overview-target-face__date.ui-sel.is-picker-open:hover:not(:disabled):not(.is-disabled) {
      border: var(--sel-border-hover) !important;
      background-color: transparent !important;
      color: var(--sel-fg) !important;
    }

.room-filter-overview-target-face__date.is-picker-open .room-filter-overview-target-face__label,
.room-filter-overview-card--target-date
  > .room-filter-overview-block__head.ui-sel.is-active
  .room-filter-overview-target-face__label {
      color: var(--c-text-3);
    }

.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  .room-filter-overview-date--selected,
.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  .room-filter-overview-date-select.room-filter-overview-date--selected,
.room-filter-overview-card--target-date
  .room-filter-overview-target-face__date
  #propCheckinSelect.room-filter-overview-date--selected {
      padding: 0.1em 0.35em;
      border-radius: var(--r-sm);
      background: var(--sel-bg-active);
      border: none;
      color: var(--sel-fg-active);
      font-weight: 700;
      cursor: inherit;
    }

.room-filter-overview-date-select {
      appearance: none;
      -webkit-appearance: none;
      max-width: 100%;
      text-align: center;
      text-align-last: center;
      cursor: pointer;
    }

.room-filter-overview-block__title {
      margin: 0;
      font-family: var(--font-mono);
      font-size: var(--t-10, 10px);
      font-weight: 400;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--c-text-3);
    }

.room-filter-overview-block__sub {
      margin: 1px 0 0;
      font-size: 10px;
      line-height: 1.25;
      color: var(--ui-text-muted);
    }

.room-filter-overview-extras {
      padding: 2px 4px 0;
    }

.app-header-tab-controls .booking-panel--property .prop-horizon-stack,
    .app-header-tab-controls .booking-panel--property .prop-target-stack,
    .app-header-tab-controls .booking-panel--property .prop-date-stack-wrap,
    .prop-nav-prop-btn,
    .prop-nav-back-list.tablinks {
      border-radius: var(--prop-chrome-radius);
      box-shadow: none;
    }

/* Header stacks: no lane frames — mint text on the selection only */
.app-header-tab-controls .booking-panel--property .prop-date-stack-wrap {
      max-height: var(--prop-chrome-h, 36px);
      overflow: visible;
    }

.app-header-tab-controls .booking-panel--property .prop-date-stack-visual {
      box-shadow: none;
    }

.app-header-tab-controls .booking-panel--property .prop-horizon-stack {
      display: flex !important;
      align-items: stretch;
      justify-content: stretch;
      grid-template-rows: none;
      height: var(--prop-chrome-h, 36px);
      min-height: var(--prop-chrome-h, 36px);
      max-height: var(--prop-chrome-h, 36px);
      padding: 0 !important;
      overflow: visible;
      box-sizing: border-box;
    }

.app-header-tab-controls .booking-panel--property .prop-target-stack {
      display: flex !important;
      flex-direction: column;
      align-items: stretch;
      justify-content: stretch;
      grid-template-rows: none;
      height: auto;
      min-height: var(--prop-chrome-h, 36px);
      max-height: none;
      padding: 0 !important;
      overflow: visible;
      box-sizing: border-box;
    }

.app-header-tab-controls .booking-panel--property .prop-target-stack__face,
.app-header-tab-controls .booking-panel--property .prop-target-stack__btn {
      display: grid;
      grid-template-rows: var(--prop-chrome-label-h, 11.2px) minmax(0, 1fr);
      align-items: center;
      justify-items: stretch;
      width: 100%;
      height: 100%;
      min-height: 0;
      max-height: 100%;
      padding: var(--prop-chrome-pad-y, 1.7px) var(--prop-chrome-pad-x, 10px);
      box-sizing: border-box;
      border: none;
      background: transparent;
      color: inherit;
      font: inherit;
    }

.app-header-tab-controls .booking-panel--property .prop-target-stack__label {
      display: flex !important;
      visibility: visible !important;
      opacity: 0.75;
      height: var(--prop-chrome-label-h, 11.2px);
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: inherit;
      line-height: 1;
    }

.app-header-tab-controls .booking-panel--property .prop-horizon-stack__btn {
      display: grid;
      grid-template-rows: var(--prop-chrome-label-h, 11.2px) minmax(0, 1fr);
      align-items: center;
      justify-items: stretch;
      gap: 0;
      width: 100%;
      height: 100%;
      min-height: 0;
      max-height: 100%;
      padding: var(--prop-chrome-pad-y, 1.7px) var(--prop-chrome-pad-x, 10px);
      box-sizing: border-box;
    }

.app-header-tab-controls .booking-panel--property .prop-horizon-stack__label {
      display: flex !important;
      visibility: visible !important;
      opacity: 0.75;
      height: var(--prop-chrome-label-h, 11.2px);
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: inherit;
      line-height: 1;
    }

.prop-nav-prop-btn {
      border: var(--sel-border);
    }

.prop-nav-back-list.tablinks {
      border: var(--sel-border);
      background: transparent;
    }

.prop-horizon-stack__select {
      border-radius: var(--r-sm);
    }

.prop-filter-chip,
    .prop-under-chart-filters .prop-filter-chip,
    .room-filter-chip {
      border: var(--prop-chrome-border);
      border-radius: var(--prop-chrome-radius);
      background: var(--prop-chrome-bg);
      height: 28px;
      padding: 0 10px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
    }

.prop-filter-chip:hover,
    .room-filter-chip:hover {
      background: transparent;
      border-color: var(--c-accent);
    }

.prop-filter-chip--active,
    .prop-filter-chip[aria-expanded='true'],
    .room-filter-chip.is-active,
    .prop-under-chart-filters .prop-filter-chip--active {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-filter-chip--active:hover,
    .prop-filter-chip[aria-expanded='true']:hover,
    .room-filter-chip.is-active:hover,
    .prop-under-chart-filters .prop-filter-chip--active:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-drill-chart-heading .prop-portfolio-chart-mode {
      justify-self: start;
    }

#propPortfolioChartHeading.prop-portfolio-chart-heading,
#propAvailabilityChartHeading.prop-portfolio-chart-heading,
#propPriceChartHeading.prop-portfolio-chart-heading {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 8px 12px;
      padding: 6px 4px 4px;
      box-sizing: border-box;
    }

#propPortfolioChartHeading .prop-portfolio-chart-heading__center,
#propAvailabilityChartHeading .prop-portfolio-chart-heading__center,
#propPriceChartHeading .prop-portfolio-chart-heading__center {
      grid-column: 1 / -1;
      grid-row: 1;
      justify-self: center;
      padding: 0 2.5rem;
      pointer-events: none;
      min-width: 0;
      text-align: center;
      max-width: 100%;
    }

.prop-chart-heading-controls {
      grid-column: 1;
      grid-row: 1;
      justify-self: start;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px 8px;
      min-width: 0;
      position: relative;
      margin-left: var(--day-plot-left, var(--avail-los-left, 2.5rem));
    }

.prop-chart-heading-controls .prop-portfolio-chart-mode {
      flex: 0 0 auto;
    }

#propPortfolioChartHeading .prop-portfolio-chart-heading__spacer,
#propAvailabilityChartHeading .prop-portfolio-chart-heading__spacer,
#propPriceChartHeading .prop-portfolio-chart-heading__spacer {
      grid-column: 3;
      grid-row: 1;
      justify-self: stretch;
      min-width: 0;
      visibility: hidden;
      pointer-events: none;
    }

.prop-chart-heading-info {
      appearance: none;
      border: 1px solid var(--c-border, rgba(255, 255, 255, 0.18));
      background: transparent;
      color: var(--c-text-3, var(--ui-text-muted));
      width: 22px;
      height: 22px;
      border-radius: var(--r-pill, var(--r-sm));
      font: inherit;
      font-size: 0.78em;
      font-weight: 700;
      line-height: 1;
      cursor: pointer;
      padding: 0;
      flex: 0 0 auto;
      box-sizing: border-box;
    }

.prop-chart-heading-info--label {
      width: auto;
      height: auto;
      min-height: 22px;
      padding: var(--s-1) var(--s-2);
      font-size: var(--t-11);
      font-weight: 700;
      letter-spacing: 0.02em;
      white-space: nowrap;
      gap: 0.25em;
    }

.prop-chart-heading-info:hover {
      color: var(--c-text);
      border: var(--sel-border-hover);
      background: transparent;
    }

.prop-chart-heading-info[aria-expanded='true'] {
      color: var(--sel-fg-active);
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
    }

.prop-chart-heading-info[aria-expanded='true']:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-chart-heading-info-popover {
      position: absolute;
      top: calc(100% + var(--s-2));
      left: 0;
      z-index: 40;
      width: min(320px, 78vw);
    }

.prop-chart-heading-info-popover--wide {
      width: min(440px, 86vw);
    }

.prop-chart-heading-info-popover--delta .prop-portfolio-th-delta {
      color: var(--c-delta);
      font-size: var(--delta-col-size);
      font-weight: 700;
      line-height: 1;
      vertical-align: -0.08em;
    }

.prop-chart-heading-info-popover p {
      margin: 0 0 var(--s-2);
    }

.prop-chart-heading-info-popover p:last-child {
      margin-bottom: 0;
    }

.prop-chart-heading-info-popover code {
      font-family: var(--font-mono);
      font-size: inherit;
      color: var(--c-accent);
    }

.prop-chart-heading-info-popover__note {
      color: var(--c-text-3);
      font-size: var(--t-12);
    }

/* LISTED RATE: info (i) inside plot on Y right — clear of Δ% column */
#propPriceBlock .prop-chart-plot-info {
  position: absolute;
  top: calc(var(--day-plot-top, 8px) + 6px);
  right: calc(var(--day-plot-right, 0px) + 36px);
  z-index: 5;
}

#propPriceBlock .prop-chart-plot-info-popover {
  position: absolute;
  top: calc(var(--day-plot-top, 8px) + 30px);
  right: calc(var(--day-plot-right, 0px) + 36px);
  left: auto;
  z-index: 40;
  width: min(320px, 78vw);
}

.prop-portfolio-chart-heading {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr) minmax(0, 1fr);
      align-items: center;
      gap: 8px 12px;
      padding: 8px 4px 6px;
      box-sizing: border-box;
    }

#propPortfolioChartHeading.prop-portfolio-chart-heading {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 8px 12px;
      text-align: center;
      padding: 6px 4px 4px;
    }

#propPortfolioChartHeading .prop-portfolio-chart-heading__center {
      grid-column: 1 / -1;
      grid-row: 1;
      justify-self: center;
      padding: 0 2.5rem;
      pointer-events: none;
    }

#propPortfolioChartHeading .prop-portfolio-chart-heading__center .prop-portfolio-chart-day-stack-link {
      pointer-events: auto;
    }

.prop-chart-heading-controls {
      grid-column: 1;
      grid-row: 1;
      justify-self: start;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px 8px;
      min-width: 0;
      position: relative;
      margin-left: var(--day-plot-left, var(--avail-los-left, 2.5rem));
    }

.prop-chart-heading-controls .prop-portfolio-chart-mode {
      flex: 0 0 auto;
    }

#propPortfolioUnitsModeTabs [data-units-mode='change'] {
      text-transform: none;
      letter-spacing: 0.03em;
    }

#propPortfolioUnitsModeTabs .prop-portfolio-chart-mode__delta {
      display: inline-block;
      margin-left: 0.12em;
      font-size: var(--delta-mark-size);
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
      color: var(--c-delta);
      vertical-align: -0.12em;
    }

#propPortfolioUnitsModeTabs [data-units-mode='change'].is-active .prop-portfolio-chart-mode__delta,
#propPortfolioUnitsModeTabs [data-units-mode='change'][aria-pressed='true'] .prop-portfolio-chart-mode__delta {
      color: var(--c-delta);
      text-shadow: 0 0 14px color-mix(in srgb, var(--c-delta) 45%, transparent);
    }

#propPortfolioUnitsModeTabs [data-units-mode='change']:not(.is-active) .prop-portfolio-chart-mode__delta {
      opacity: 0.72;
    }

#propPortfolioChartHeading .prop-portfolio-chart-heading__actions {
      grid-column: 2;
      grid-row: 1;
      justify-self: end;
      align-self: start;
    }

.prop-portfolio-chart-heading__actions {
      justify-self: end;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-width: 0;
    }

.prop-chart-resize-handle {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 12px;
      /* Above sticky portfolio thead so an oversized chart can still be grabbed. */
      z-index: 30;
      cursor: ns-resize;
      touch-action: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.prop-chart-resize-handle::after {
      content: '';
      width: 36px;
      height: 3px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.28);
    }

.prop-chart-resize-handle:hover::after,
    .prop-chart-resize-handle:focus-visible::after {
      background: rgba(255, 255, 255, 0.5);
    }

.prop-chart-resize-handle:focus-visible {
      outline: none;
    }

body.prop-chart-resizing {
      cursor: ns-resize !important;
      user-select: none !important;
    }

body.prop-chart-resizing iframe {
      pointer-events: none;
    }

.prop-portfolio-chart-heading[hidden] {
      display: none;
    }

.prop-portfolio-chart-day-stack-link {
      appearance: none;
      margin: 0;
      padding: 0.1em 0.45em;
      border: none;
      background: var(--lane-today, #3b82f6);
      color: var(--lane-today-text, #fff);
      font: inherit;
      font-weight: 800;
      letter-spacing: inherit;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      line-height: inherit;
      border-radius: var(--r-sm);
      box-shadow: inset 0 0 0 1px var(--lane-today-border, rgba(59, 130, 246, 0.55));
      vertical-align: baseline;
    }

.prop-portfolio-chart-day-stack-link:hover {
      filter: brightness(1.06);
    }

.prop-portfolio-chart-day-stack-link:focus-visible {
      outline: 2px solid rgba(59, 130, 246, 0.45);
      outline-offset: 2px;
      border-radius: var(--r-sm);
    }

#propPortfolioChartHeading .prop-portfolio-chart-axis-hint,
    .prop-portfolio-chart-axis-hint {
      display: inline-block;
      font-weight: 700;
      color: var(--c-text-2, var(--c-text-muted));
      letter-spacing: 0;
      text-transform: none;
      padding: 0 0.1em;
    }

.prop-portfolio-chart-mode {
      display: inline-flex;
      align-items: stretch;
      justify-self: start;
      min-width: 0;
      padding: 2px;
      border: 1px solid var(--c-border);
      border-radius: var(--r-md);
      background: var(--c-surface-2);
      gap: 0;
      box-shadow: var(--sh-1);
    }

.prop-portfolio-chart-mode__btn {
      appearance: none;
      border: var(--sel-border);
      margin: 0;
      padding: 5px 10px;
      border-radius: var(--r-sm);
      background: transparent;
      color: var(--c-text-3, var(--ui-text-muted));
      font: inherit;
      font-size: 0.68em;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      line-height: 1.2;
      white-space: nowrap;
      cursor: pointer;
      box-sizing: border-box;
      transition:
        border-color var(--ease-oxide),
        background-color var(--ease-oxide),
        color var(--ease-oxide);
    }

.prop-portfolio-chart-mode__btn:hover {
      border: var(--sel-border-hover);
      color: var(--c-text);
      background: transparent;
    }

.prop-portfolio-chart-mode__btn.is-active,
.prop-portfolio-chart-mode__btn.hl-seg__btn.is-active,
.prop-portfolio-chart-mode__btn.hl-seg__btn[aria-pressed="true"] {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
      box-shadow: none;
      font-weight: 700;
    }

.prop-portfolio-chart-mode__btn.is-active:hover,
.prop-portfolio-chart-mode__btn.hl-seg__btn.is-active:hover,
.prop-portfolio-chart-mode__btn.hl-seg__btn[aria-pressed="true"]:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-availability-cube-mode .prop-portfolio-chart-mode__btn:not(.is-active):not([aria-pressed="true"]) {
      color: var(--sel-fg);
    }

.prop-portfolio-chart-mode__btn:focus-visible {
      outline: 2px solid rgba(255, 255, 255, 0.35);
      outline-offset: 1px;
    }

.prop-portfolio-chart-heading__center {
      min-width: 0;
      text-align: center;
      justify-self: center;
      max-width: 100%;
    }

.prop-portfolio-chart-heading__spacer {
      justify-self: stretch;
      min-width: 0;
      /* Balances the left toggle so the title stays visually centered. */
      visibility: hidden;
      pointer-events: none;
    }

.prop-portfolio-chart-title {
      margin: 0;
      font-size: 1.02em;
      font-weight: 500;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: var(--c-text-2, var(--x-text-primary, var(--ui-text)));
      line-height: 1.3;
      white-space: normal;
      max-width: 100%;
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__em {
      font-weight: 750;
      color: var(--c-text);
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__total {
      color: var(--c-text-3);
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__total .prop-portfolio-chart-title__em {
      color: var(--c-text-3);
      font-weight: 750;
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__sep {
      color: var(--c-text-3);
      font-weight: 500;
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__listed {
      color: var(--c-text-2);
      font-weight: 500;
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__now {
      color: var(--c-text);
      font-weight: 750;
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__n {
      color: var(--c-accent);
      font-weight: 800;
    }

#propPortfolioChartHeading .prop-portfolio-chart-title__delta {
      color: var(--c-delta);
      font-weight: 400;
      text-transform: none;
    }

.prop-portfolio-chart-subtitle {
      margin: 3px 0 0;
      font-size: 0.82em;
      font-weight: 500;
      letter-spacing: 0.01em;
      color: var(--ui-text-muted);
      line-height: 1.35;
      opacity: 1;
    }

.prop-portfolio-chart-subtitle[hidden] {
      display: none;
    }

@media (max-width: 720px) {
.prop-portfolio-chart-heading {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 6px;
      }

#propPortfolioChartHeading.prop-portfolio-chart-heading {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 6px 4px 4px;
      }

#propPortfolioChartHeading .prop-portfolio-chart-heading__center {
        padding: 0 2rem;
      }

.prop-chart-heading-controls {
        justify-self: start;
        margin-left: var(--day-plot-left, var(--avail-los-left, 2.5rem));
      }

.prop-portfolio-chart-mode {
        justify-self: center;
      }

.prop-portfolio-chart-heading__spacer {
        display: none;
      }

.prop-portfolio-chart-heading__actions {
        justify-self: end;
      }
}

.prop-portfolio-chart-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0;
    }

.prop-portfolio-units-mode-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  width: 100%;
  padding: 6px 8px 4px;
  box-sizing: border-box;
}

.app-header--display.app-header--property-list .prop-portfolio-units-mode-bar:not([hidden]) {
  width: auto;
  max-width: none;
}

.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode,
.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode.hl-seg {
      margin: 0;
      padding: 0;
      gap: 4px;
      border: none;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      overflow: visible;
    }

.prop-portfolio-units-mode-bar .prop-under-chart-filters__actions {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: flex-end;
      margin-left: auto;
      padding: 0;
      gap: 0;
      min-width: 0;
    }

.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn,
.prop-portfolio-units-mode-bar .prop-under-chart-filters__action {
      height: auto;
      min-height: var(--prop-chrome-h, 36px);
      padding: 0 10px;
      border: var(--sel-border);
      border-radius: var(--r-md);
      font-size: 0.68em;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--c-text-3, var(--ui-text-muted, #9aa3ad));
      background: transparent;
      box-shadow: none;
      box-sizing: border-box;
      transition:
        color var(--ease-oxide),
        background-color var(--ease-oxide),
        border-color var(--ease-oxide);
    }

.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn:hover,
.prop-portfolio-units-mode-bar .prop-under-chart-filters__action:hover {
      color: var(--c-text);
      background: transparent;
      border: var(--sel-border-hover);
    }

.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn.is-active,
.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn.hl-seg__btn.is-active,
.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn.hl-seg__btn[aria-pressed='true'],
.prop-portfolio-units-mode-bar .prop-under-chart-filters__action.is-active,
.prop-portfolio-units-mode-bar .prop-under-chart-filters__action[aria-pressed='true'] {
      color: var(--sel-fg-active) !important;
      background: var(--sel-bg-active) !important;
      border: var(--sel-border-active) !important;
      box-shadow: none !important;
      font-weight: 700;
    }

.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn.is-active:hover,
.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn.hl-seg__btn.is-active:hover,
.prop-portfolio-units-mode-bar .prop-portfolio-chart-mode__btn.hl-seg__btn[aria-pressed='true']:hover,
.prop-portfolio-units-mode-bar .prop-under-chart-filters__action.is-active:hover,
.prop-portfolio-units-mode-bar .prop-under-chart-filters__action[aria-pressed='true']:hover {
      color: var(--sel-fg-active) !important;
      background: var(--sel-bg-active) !important;
      border: var(--sel-border-hover) !important;
    }

.prop-portfolio-chart-container > .prop-portfolio-chart-heading {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      flex: 0 0 auto;
    }

.prop-portfolio-chart-wrapper {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 40vh;
    }

.chart-wrapper[data-chart-resize] {
      position: relative;
    }

#propPortfolioSection.prop-portfolio-summary {
      display: flex;
      flex-direction: column;
      gap: 0;
      flex: 0 0 auto;
      height: auto;
      max-height: none;
      min-height: 0;
      overflow: visible;
    }

#propPortfolioSection.prop-portfolio-summary > .prop-portfolio-chart-block,
    #propPortfolioSection.prop-portfolio-summary > #propUnderChartFilters,
    #propPortfolioSection.prop-portfolio-summary > #propPropertyDataUnderFilters {
      flex: 0 0 auto;
    }

#propPortfolioSection > #propPropertyDataUnderFilters.prop-property-data-under-filters {
      order: -1;
      position: sticky;
      top: 0;
      z-index: 4;
      width: 100%;
      box-sizing: border-box;
      border-top: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      background: var(--c-surface-2, var(--c-bg, #12151a));
    }

#propPortfolioSection > #propPropertyDataUnderFilters.prop-property-data-under-filters:not([hidden]) {
      display: flex;
    }

/* Chart + seam + list: flush join, square meeting edges. */
#propPortfolioSection .prop-portfolio-chart-container {
      border-radius: var(--r-lg) var(--r-lg) 0 0;
      border-bottom: none;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none;
    }

#propPortfolioSection > .prop-portfolio-table-wrap.prop-portfolio-lane-inset,
    #propPortfolioSection .prop-portfolio-lane-inset.prop-portfolio-table-wrap {
      flex: 0 0 auto;
      min-height: 0;
      overflow: visible;
      border-radius: 0 0 var(--r-lg) var(--r-lg);
      border-top: none;
      box-shadow: none;
    }

#propPortfolioSection > #propUnderChartFilters.prop-under-chart-filters,
    #propPortfolioSection #propUnderChartFilters.prop-under-chart-filters {
      margin: 0;
      padding: 0 6px;
      gap: 6px;
      align-items: center;
      background: var(--c-surface-2, var(--x-bg-secondary, #111));
      border-left: 1px solid var(--c-border-strong, var(--x-border, rgba(255, 255, 255, 0.12)));
      border-right: 1px solid var(--c-border-strong, var(--x-border, rgba(255, 255, 255, 0.12)));
      border-top: 1px solid color-mix(in srgb, var(--c-border-strong, rgba(255, 255, 255, 0.12)) 55%, transparent);
      border-bottom: 1px solid color-mix(in srgb, var(--c-border-strong, rgba(255, 255, 255, 0.12)) 55%, transparent);
      box-sizing: border-box;
    }

#propPortfolioSection #propUnderChartFilters .prop-under-chart-filters__chips {
      align-items: flex-start;
      padding-top: 0;
      padding-bottom: 4px;
      margin-top: -1px;
    }

#propPortfolioSection #propUnderChartFilters .prop-under-chart-filters__chips .prop-filter-chip,
    #propPortfolioSection #propUnderChartFilters .prop-under-chart-filters__date.room-filter-back-region-btn {
      height: 26px;
      border-radius: 0 0 var(--r-sm) var(--r-sm);
      border-top: none;
      margin-top: 0;
      padding: 0 10px 0 8px;
      font-size: 0.72em;
      box-sizing: border-box;
    }

#propPortfolioSection #propUnderChartFilters .prop-under-chart-filters__chips {
      overflow: hidden;
    }

@keyframes prop-under-chart-date-chip-slide-in {
      from {
        opacity: 0;
        transform: translateY(-110%);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

.prop-under-chart-filters__target-hint.prop-under-chart-filters__date--enter,
.prop-under-chart-filters__date.prop-under-chart-filters__date--enter {
      animation: prop-under-chart-date-chip-slide-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

@media (prefers-reduced-motion: reduce) {
.prop-under-chart-filters__target-hint.prop-under-chart-filters__date--enter,
.prop-under-chart-filters__date.prop-under-chart-filters__date--enter {
        animation: none;
      }
    }

.prop-under-chart-filters__target-hint {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      max-width: 100%;
    }

.prop-under-chart-filters__target-hint-text {
      flex: 0 1 auto;
      min-width: 0;
      font-size: 0.78em;
      font-weight: 500;
      letter-spacing: 0.01em;
      text-transform: none;
      color: var(--c-text-3, var(--x-text-secondary, #9aa3ad));
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

.prop-under-chart-filters__date {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      flex: 0 0 auto;
    }

#propPortfolioSection:has(#propUnderChartFilters[hidden]) .prop-portfolio-chart-container {
      border-bottom: 1px solid var(--c-border-strong, var(--x-border, rgba(255, 255, 255, 0.12)));
    }

.prop-portfolio-filtered {
      margin-top: 12px;
    }

.prop-portfolio-focus-reset {
      margin-left: 8px;
      padding: 2px 12px;
      font-size: 0.9em;
      font-weight: 700;
      color: var(--x-bg-primary);
      background: var(--x-warning);
      border: none;
      border-radius: var(--ui-radius-pill);
      cursor: pointer;
      vertical-align: baseline;
    }

.prop-portfolio-focus-reset:hover {
      filter: brightness(1.08);
    }

.prop-portfolio-table--day-focus tbody tr.prop-portfolio-row--muted {
      opacity: 0.55;
    }

.prop-portfolio-filter-hint {
      font-size: 0.82em;
      color: var(--ui-text-muted);
      margin: 0 0 8px;
      line-height: 1.4;
      font-weight: 600;
    }

.prop-portfolio-table--filtered tbody tr.prop-portfolio-row,
.prop-portfolio-table--filtered tbody tr.prop-portfolio-timeline-row,
.prop-portfolio-table--filtered tbody tr.prop-portfolio-availability-row {
      cursor: pointer;
    }

@media (max-width: 900px) {
.prop-portfolio-chart-container {
        width: 100%;
        max-width: none;
      }
}

.prop-portfolio-table {
      width: 100%;
      min-width: 0;
      table-layout: auto;
      border-collapse: collapse;
      font-family: var(--font-sans);
      font-size: calc(0.82em - 2px);
      font-weight: 400;
      --portfolio-type-size: var(--t-12);
      --portfolio-type-color: var(--c-text, var(--x-text-primary, #e7e9ea));
      /* Property col: floor 250px, never exceed filter (270px) */
      --prop-portfolio-property-col-min: 250px;
      --prop-portfolio-property-col-max: 270px;
      --prop-portfolio-group-head-h: 22px;
    }

/* Portfolio table type: Roboto, no bold */
.prop-portfolio-table th,
.prop-portfolio-table td,
.prop-portfolio-table .prop-portfolio-th-label,
.prop-portfolio-table .prop-portfolio-th-delta,
.prop-portfolio-table .prop-portfolio-th-total,
.prop-portfolio-table .prop-portfolio-th-total *,
.prop-portfolio-table .prop-portfolio-col-group__label,
.prop-portfolio-table .prop-portfolio-sort,
.prop-portfolio-table .prop-portfolio-row__name,
.prop-portfolio-table .prop-portfolio-room-change,
.prop-portfolio-table .prop-portfolio-room-change *,
.prop-portfolio-table .prop-portfolio-rm-price,
.prop-portfolio-table .prop-portfolio-rm-price *,
.prop-portfolio-table .prop-portfolio-property-filter,
.prop-portfolio-table .delta-up,
.prop-portfolio-table .delta-down {
      font-family: var(--font-sans);
      font-weight: 400;
    }

.prop-portfolio-table th,
    .prop-portfolio-table td {
      padding: 0 !important;
      text-align: left;
      border-bottom: 1px solid var(--ui-border-color);
      min-width: 0;
    }

.prop-portfolio-table thead tr {
      background: var(--x-bg-secondary);
    }

.prop-portfolio-table thead th.prop-portfolio-col--metric,
    .prop-portfolio-table thead th.prop-portfolio-col--property,
    .prop-portfolio-table thead th.prop-portfolio-col--chart-select {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      vertical-align: middle;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row td {
      padding-top: 6px !important;
      padding-bottom: 6px !important;
      line-height: 1.35;
      vertical-align: middle;
      font-size: var(--portfolio-type-size, var(--t-12));
      color: var(--portfolio-type-color, var(--c-text, var(--x-text-primary, #e7e9ea)));
    }

.prop-portfolio-table th.prop-portfolio-col--metric,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric {
      text-align: center;
      vertical-align: middle;
    }

.prop-portfolio-table th.prop-portfolio-col--metric .prop-portfolio-sort {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      text-align: center;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric .prop-portfolio-room-change,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric .prop-portfolio-rm-price {
      display: inline-flex;
      justify-content: center;
      width: 100%;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row,
.prop-portfolio-table tbody tr.prop-portfolio-timeline-row,
.prop-portfolio-table tbody tr.prop-portfolio-availability-row {
      cursor: pointer;
    }

.prop-portfolio-table tbody tr.prop-portfolio-expand,
.prop-portfolio-table tbody tr.prop-portfolio-under-filters-row {
      cursor: default;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row:hover,
    .prop-portfolio-table tbody tr.prop-portfolio-row.prop-portfolio-table__active {
      background: transparent;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row:hover > td {
      box-shadow: inset 0 1px 0 var(--c-accent), inset 0 -1px 0 var(--c-accent);
      background: transparent;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row:hover > td:first-child {
      box-shadow: inset 1px 1px 0 var(--c-accent), inset 0 -1px 0 var(--c-accent);
    }

.prop-portfolio-table tbody tr.prop-portfolio-row:hover > td:last-child {
      box-shadow: inset -1px 1px 0 var(--c-accent), inset 0 -1px 0 var(--c-accent);
    }

.prop-portfolio-table tbody tr.prop-portfolio-row.prop-portfolio-table__active > td {
      background: var(--sel-bg-active);
      box-shadow: none;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row.prop-portfolio-table__active:hover > td {
      background: var(--sel-bg-active);
      box-shadow: inset 0 1px 0 var(--c-accent), inset 0 -1px 0 var(--c-accent);
    }

.prop-portfolio-table tbody tr.prop-portfolio-row.prop-portfolio-table__active:hover > td:first-child {
      box-shadow: inset 1px 1px 0 var(--c-accent), inset 0 -1px 0 var(--c-accent);
    }

.prop-portfolio-table tbody tr.prop-portfolio-row.prop-portfolio-table__active:hover > td:last-child {
      box-shadow: inset -1px 1px 0 var(--c-accent), inset 0 -1px 0 var(--c-accent);
    }

.prop-portfolio-chart-block .prop-chart-toolbar {
      font-size: 0.78em;
      line-height: 1.45;
      width: 100%;
      max-width: none;
    }

.prop-portfolio-chart-block .prop-chart-toolbar strong {
      color: var(--ui-text);
    }

.prop-portfolio-ex-mode {
      display: flex;
      gap: 4px;
      align-items: center;
      padding: 0;
      margin: 0;
    }

.prop-portfolio-ex-mode--header {
      flex: 0 0 auto;
      margin-left: auto;
    }

.app-header:not(.app-header--property-data) .prop-portfolio-ex-mode--header {
      display: none;
    }

.prop-portfolio-ex-mode__btn {
      appearance: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: var(--sel-border);
      background: transparent;
      color: var(--c-text-3, var(--x-text-secondary, #9ca3af));
      font: inherit;
      font-size: 0.78em;
      font-weight: 600;
      letter-spacing: 0.04em;
      padding: 3px 10px;
      cursor: pointer;
      border-radius: var(--r-sm);
      box-sizing: border-box;
      transition:
        border-color var(--ease-oxide),
        background-color var(--ease-oxide),
        color var(--ease-oxide);
    }

.prop-portfolio-ex-mode__btn:hover {
      color: var(--c-text);
      border: var(--sel-border-hover);
      background: transparent;
    }

.prop-portfolio-ex-mode__btn.is-active {
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
      border: var(--sel-border-active);
    }

.prop-portfolio-ex-mode__btn.is-active:hover {
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
      border: var(--sel-border-hover);
    }

.prop-portfolio-aggregate-strips {
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-width: 0;
    }

.prop-portfolio-aggregate-strip-row {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

.prop-portfolio-aggregate-strip-row:empty {
      display: none;
    }

.prop-portfolio-aggregate-strip-row__label {
      font-size: 0.72em;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--ui-text-muted);
      white-space: nowrap;
    }

.prop-portfolio-aggregate-strips .prop-portfolio-daystrip--expanded {
      opacity: 1;
      margin: 0;
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-aggregate-strips .prop-portfolio-daystrip__day--out-of-range {
      opacity: 1;
      background: rgba(255, 255, 255, 0.06);
    }

.prop-portfolio-table thead {
      border-top: 1px solid var(--x-border-light);
      border-bottom: 3px solid var(--x-border-light);
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
    }

.prop-portfolio-table thead th {
      position: sticky;
      top: 0;
      z-index: 2;
      font-size: 0.75em;
      font-weight: 400;
      color: var(--ui-text-muted);
      white-space: nowrap;
      vertical-align: middle;
      background: var(--x-bg-elevated);
      /* Beat generic th/td padding: 0 !important */
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      border-bottom: none;
    }

.prop-portfolio-table thead tr {
      background: var(--x-bg-elevated);
    }

.prop-portfolio-table thead tr.prop-portfolio-head-groups th {
      top: 0;
      z-index: 3;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prop-portfolio-table thead tr.prop-portfolio-head-groups th[rowspan] {
      top: 0;
      z-index: 3;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      vertical-align: middle;
}

.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) thead tr.prop-portfolio-head-groups th.prop-portfolio-col--chart-select,
.prop-portfolio-table:not(.prop-portfolio-table--has-expanded-row) thead tr.prop-portfolio-head-groups th.prop-portfolio-col--property {
      z-index: 5;
}

.prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col-group {
      padding: 4px 4px 2px !important;
      height: var(--prop-portfolio-group-head-h, 1.35em);
      box-sizing: border-box;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--c-text-2, var(--ui-text-muted, #9aa3ad));
}

.prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--metric {
      color: var(--portfolio-type-color, var(--c-text, var(--x-text-primary, #e7e9ea)));
      font-size: var(--portfolio-type-size, var(--t-12));
}

.prop-portfolio-col-group__label {
      display: block;
      font-weight: 400;
      letter-spacing: inherit;
      line-height: 1.2;
}

.prop-portfolio-col-group__sep {
      letter-spacing: 0;
      text-transform: none;
      color: inherit;
      opacity: 0.7;
}

.prop-portfolio-col-group__metric {
      letter-spacing: 0.04em;
      text-transform: none;
}

.prop-portfolio-col-group--sort-active .prop-portfolio-col-group__metric {
      color: var(--sel-fg-active);
}

.prop-portfolio-col-group--sort-active .prop-portfolio-col-group__metric .prop-portfolio-th-delta {
      color: var(--c-delta);
}

.prop-portfolio-col-group__sort-indicator {
      margin-left: 0.28em;
      font-size: 0.95em;
      color: var(--sel-fg-active);
      opacity: 0.95;
}

/* Row 2: metric titles — stick below the group row */
.prop-portfolio-table thead tr.prop-portfolio-head-labels th {
      top: var(--prop-portfolio-group-head-h, 1.35em);
      z-index: 2;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      vertical-align: bottom;
    }

.prop-portfolio-table thead th.prop-portfolio-col--property,
.prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--property,
.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--property {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--metric:not(.prop-portfolio-col--chart-select) {
      text-align: center;
    }

.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--metric:not(.prop-portfolio-col--chart-select) > .prop-portfolio-sort,
.prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--metric:not(.prop-portfolio-col--chart-select) > .prop-portfolio-sort {
      display: inline-flex;
      justify-content: center;
      width: 100%;
    }

/* Property: shrink-wrap first; min 250px; never wider than filter; 2-line name wrap. */
.prop-portfolio-col--property {
      width: 1%;
      min-width: var(--prop-portfolio-property-col-min, 250px);
      max-width: var(--prop-portfolio-property-col-max, 270px);
      text-align: left;
      overflow: hidden;
      padding-left: 10px !important;
      padding-right: 8px !important;
    }

/* Metrics: absorb leftover; never below content (nowrap body) */
.prop-portfolio-col--metric:not(.prop-portfolio-col--chart-select) {
      width: auto;
      min-width: 0;
      max-width: none;
      white-space: nowrap;
    }

.prop-portfolio-col--sold-pct .prop-portfolio-th-label,
    .prop-portfolio-col--p-change .prop-portfolio-th-label,
    .prop-portfolio-col--p-listed .prop-portfolio-th-label,
    .prop-portfolio-col--p-sold .prop-portfolio-th-label,
    .prop-portfolio-col--sold-r .prop-portfolio-th-label,
    .prop-portfolio-col--ur .prop-portfolio-th-label,
    .prop-portfolio-col--u .prop-portfolio-th-label {
      line-height: 1.15;
      white-space: normal;
      text-align: center;
    }

.prop-portfolio-table thead th.prop-portfolio-col--metric:not(.prop-portfolio-col--chart-select) {
      white-space: normal;
      overflow: visible;
    }

.prop-portfolio-table th.prop-portfolio-col--metric,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric {
      padding-left: 4px !important;
      padding-right: 4px !important;
      white-space: nowrap;
      font-variant-numeric: tabular-nums;
      overflow: hidden;
    }

/* Vertical hairlines between every metric column (header + rows) */
.prop-portfolio-table th.prop-portfolio-col--metric:not(.prop-portfolio-col--chart-select),
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric:not(.prop-portfolio-col--chart-select) {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

/* Stronger rules at group starts: property|rooms, rooms|price, price|revenue, revenue|cover */
.prop-portfolio-table thead th.prop-portfolio-col-group--rooms,
.prop-portfolio-table thead th.prop-portfolio-col-group--price,
.prop-portfolio-table th.prop-portfolio-col--metric.prop-portfolio-col--ur,
.prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric.prop-portfolio-col--ur,
.prop-portfolio-table th.prop-portfolio-col--metric.prop-portfolio-col--p-listed,
.prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric.prop-portfolio-col--p-listed,
.prop-portfolio-table th.prop-portfolio-col--metric.prop-portfolio-col--sold-r,
.prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric.prop-portfolio-col--sold-r,
.prop-portfolio-table th.prop-portfolio-col--metric.prop-portfolio-col--cover,
.prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--metric.prop-portfolio-col--cover {
      border-left: 2px solid rgba(255, 255, 255, 0.2);
    }

/* Metrics share leftover — no locked 1% floors */
.prop-portfolio-table th.prop-portfolio-col--u-change,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--u-change,
.prop-portfolio-table th.prop-portfolio-col--p-change,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--p-change,
.prop-portfolio-table th.prop-portfolio-col--p-listed,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--p-listed,
.prop-portfolio-table th.prop-portfolio-col--p-sold,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--p-sold,
.prop-portfolio-table th.prop-portfolio-col--sold-pct,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--sold-pct,
.prop-portfolio-table th.prop-portfolio-col--sold-r,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--sold-r,
.prop-portfolio-table th.prop-portfolio-col--ur,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--ur,
.prop-portfolio-table th.prop-portfolio-col--u,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--u,
.prop-portfolio-table th.prop-portfolio-col--cover,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--cover {
      width: auto;
      min-width: 0;
      max-width: none;
      box-sizing: border-box;
    }

.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--ur,
    .prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--u,
    .prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--sold-r,
    .prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--cover {
      overflow: visible;
      white-space: normal;
    }

.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--ur .prop-portfolio-sort,
    .prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--u .prop-portfolio-sort,
    .prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--sold-r .prop-portfolio-sort,
    .prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--cover .prop-portfolio-sort {
      width: auto;
      max-width: 100%;
      justify-content: center;
    }

.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--ur .prop-portfolio-th-label,
    .prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--u .prop-portfolio-th-label,
    .prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--sold-r .prop-portfolio-th-label,
    .prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--cover .prop-portfolio-th-label {
      white-space: normal;
      letter-spacing: 0.02em;
      font-size: var(--portfolio-type-size, var(--t-12));
      line-height: 1.25;
      max-width: none;
    }

.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--u-change .prop-portfolio-th-label {
      white-space: nowrap;
    }

.prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--ur,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--u,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--cover,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--sold-r,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--p-listed,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--p-sold,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--sold-pct {
      font-size: var(--portfolio-type-size, var(--t-12));
      font-weight: 400;
      font-variant-numeric: tabular-nums;
      overflow: hidden;
      text-overflow: clip;
    }

.prop-portfolio-th-stack {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      min-width: 0;
    }

.prop-portfolio-th-label {
      display: block;
      min-width: 0;
      font-family: var(--font-sans);
      font-size: var(--portfolio-type-size, var(--t-12));
      font-weight: 400;
      letter-spacing: 0.02em;
      word-spacing: 0;
      text-transform: none;
      color: var(--portfolio-type-color, var(--c-text, var(--x-text-primary, #e7e9ea)));
      opacity: 1;
      line-height: 1.25;
      text-align: center;
    }

.prop-portfolio-th-delta {
  display: inline;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: var(--c-delta);
  text-transform: none;
  vertical-align: -0.05em;
}

.prop-portfolio-table th .prop-portfolio-th-delta,
#roomFilterCompareHead .room-filter-table__th-pchange .prop-portfolio-th-delta,
.room-filter-overview-compare__table thead th .prop-portfolio-th-delta {
  font-size: var(--delta-col-size);
  font-weight: 600;
}

.prop-portfolio-col--property .prop-portfolio-th-label {
      text-align: left;
      padding-left: 2px;
      font-size: var(--portfolio-type-size, var(--t-12));
    }

.prop-portfolio-th-label .prop-portfolio-sort {
      font-size: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      text-transform: inherit;
      color: inherit;
      padding: 0;
    }

.prop-portfolio-sort--active .prop-portfolio-th-label {
      color: var(--sel-fg-active);
      opacity: 1;
      font-weight: 400;
      text-decoration: none;
    }

.prop-portfolio-th-total {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: var(--portfolio-type-size, var(--t-12));
      font-weight: 400;
      color: var(--portfolio-type-color, var(--c-text, var(--x-text-primary, #e7e9ea)));
      font-variant-numeric: tabular-nums;
      line-height: 1.25;
      min-height: 1.25em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
    }

.prop-portfolio-col--metric .prop-portfolio-th-total {
      text-align: center;
    }

.prop-portfolio-th-total .prop-portfolio-room-change {
      display: inline-flex;
      justify-content: center;
      width: 100%;
    }

.prop-portfolio-table thead tr.prop-portfolio-head-groups th.prop-portfolio-col--property,
.prop-portfolio-table thead tr.prop-portfolio-head-labels th.prop-portfolio-col--property {
      vertical-align: middle;
      text-align: left;
    }

.prop-portfolio-col--property > .prop-portfolio-property-filter,
.prop-portfolio-col--property > .prop-portfolio-property-filter-wrap {
      width: 100%;
      max-width: var(--prop-portfolio-property-col-max, 270px);
    }

.prop-portfolio-property-filter-wrap {
      position: relative;
      display: block;
      min-height: var(--prop-chrome-h, 32px);
      box-sizing: border-box;
    }

.prop-portfolio-property-filter-face {
      position: absolute;
      inset: 0;
      display: inline-flex;
      align-items: baseline;
      gap: 0.25em;
      pointer-events: none;
      font-family: var(--font-mono);
      font-size: var(--t-12);
      font-weight: 400;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      line-height: 1.25;
      padding: 4px 0;
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

.prop-portfolio-property-filter-face[hidden] {
      display: none;
    }

.prop-portfolio-property-filter-face__count {
      color: var(--c-accent);
      font-weight: 700;
    }

.prop-portfolio-property-filter-face__unit {
      color: var(--c-text);
      font-weight: 700;
    }

.prop-portfolio-sort {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 2px 4px;
      border: var(--sel-border);
      border-radius: var(--r-sm);
      background: transparent;
      color: var(--sel-fg);
      font: inherit;
      font-weight: 400;
      cursor: pointer;
      text-align: left;
      box-sizing: border-box;
    }

.prop-portfolio-sort:hover {
      border: var(--sel-border-hover);
      background: transparent;
      color: var(--sel-fg-hover);
    }

.prop-portfolio-sort__indicator {
      font-size: 0.85em;
      opacity: 0.9;
      min-width: 0.85em;
    }

.prop-portfolio-sort--active {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-portfolio-sort--active:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

/* Sorted column: match thead surface; do not recolor cell text */
.prop-portfolio-table th.prop-portfolio-col--sort-active,
    .prop-portfolio-table tbody tr.prop-portfolio-row td.prop-portfolio-col--sort-active {
      background: var(--c-surface-3);
    }

.prop-portfolio-table thead th.prop-portfolio-col--chart-select {
      vertical-align: middle;
      text-align: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

.prop-portfolio-chart-mode-toggle {
      appearance: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 36px;
      height: auto;
      margin: 0;
      padding: 0;
      border: var(--sel-border);
      border-radius: var(--r-sm);
      background: transparent;
      color: var(--sel-fg);
      font: inherit;
      font-size: 1rem;
      line-height: 1;
      cursor: pointer;
      box-sizing: border-box;
    }

.prop-portfolio-chart-mode-toggle:hover {
      border: var(--sel-border-hover);
      background: transparent;
      color: var(--sel-fg-hover);
    }

.prop-portfolio-chart-mode-toggle:focus-visible {
      outline: 2px solid var(--c-accent);
      outline-offset: 1px;
    }

.prop-portfolio-chart-mode-toggle.is-pct,
    .prop-portfolio-chart-mode-toggle[aria-pressed="true"] {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-portfolio-chart-mode-toggle.is-pct:hover,
    .prop-portfolio-chart-mode-toggle[aria-pressed="true"]:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-portfolio-chart-mode-toggle__icon {
      display: block;
      line-height: 1;
      pointer-events: none;
    }

.prop-cockpit-tabs > .room-filter-back-region-btn {
      flex: 0 0 auto;
      align-self: center;
      margin-right: 4px;
    }

.prop-portfolio-property-filter {
      display: block;
      flex: none;
      min-width: 0;
      max-width: var(--prop-portfolio-property-col-max, 270px);
      width: 100%;
      min-height: var(--prop-chrome-h, 32px);
      margin: 0;
      padding: 4px 0;
      border: none;
      border-radius: 0;
      background: transparent;
      color: var(--c-text);
      font-family: var(--font-mono);
      font-size: var(--t-12);
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      box-sizing: border-box;
    }

.prop-portfolio-property-filter::placeholder {
      color: transparent;
      font-weight: 400;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

.prop-portfolio-property-filter:focus {
      outline: none;
      border: none;
      background: transparent;
      box-shadow: none;
      color: var(--c-accent);
    }

.prop-portfolio-th-total {
      font-size: var(--portfolio-type-size, var(--t-12));
      font-weight: 400;
      font-variant-numeric: tabular-nums;
      line-height: 1.25;
      color: var(--portfolio-type-color, var(--x-text-primary));
      min-height: 1.25em;
    }

.prop-portfolio-th-total .prop-portfolio-delta,
    .prop-portfolio-th-total .prop-room-change,
    .prop-portfolio-th-total small {
      display: block;
      margin-top: 1px;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.2;
      color: var(--ui-text-muted);
    }

.prop-under-chart-filters {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      column-gap: 8px;
      row-gap: 8px;
      min-height: 0;
      padding: 2px 4px 4px;
      box-sizing: border-box;
    }

/* Portfolio stack seam overrides live under #propPortfolioSection above. */

.prop-filter-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      height: 28px;
      padding: 0 10px;
      margin: 0;
      border: var(--prop-chrome-border);
      border-radius: var(--prop-chrome-radius);
      background: var(--prop-chrome-bg);
      color: var(--x-text-primary);
      font-family: inherit;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
      line-height: 1;
      white-space: nowrap;
      cursor: pointer;
      box-sizing: border-box;
      transition: background 0.12s ease, border-color 0.12s ease;
    }

.prop-filter-chip:hover {
      background: transparent;
      border-color: var(--c-accent);
    }

.prop-filter-chip--active,
    .prop-filter-chip[aria-expanded='true'] {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-filter-chip--active:hover,
    .prop-filter-chip[aria-expanded='true']:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-under-chart-filters__links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-left: auto;
      flex: 0 0 auto;
    }

.prop-under-chart-filters__links[hidden] {
      display: none !important;
    }

.prop-under-chart-filters[hidden] {
      display: none !important;
    }

.prop-under-chart-filters__chips {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      justify-self: start;
      gap: 8px;
      min-width: 0;
      min-height: 28px;
    }

.prop-under-chart-filters__mode {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      justify-self: center;
      gap: 8px;
      min-width: 0;
    }

.prop-under-chart-filters__mode[hidden] {
      display: none !important;
    }

.prop-under-chart-filters__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      justify-self: end;
      gap: 8px;
      min-width: 0;
    }

.prop-under-chart-filters__action.is-active,
    .prop-under-chart-filters__action[aria-pressed='true'] {
      border-color: transparent;
      background: var(--c-surface-2, var(--x-bg-secondary, #111));
      color: var(--c-text, var(--x-text-primary, #e7e9ea));
    }

/* Collapse day-activity strips (B rows); drilled PropertyData timeline always stays on. */
#propPortfolioSection.prop-portfolio--activity-off tr.prop-portfolio-timeline-row:not(.prop-portfolio-timeline-row--drilled) {
      display: none;
    }

tr.prop-portfolio-timeline-row--drilled {
      display: table-row !important;
    }

/* Collapse nEX availability strips (list only — drilled strips live in rates panel). */
#propPortfolioSection.prop-portfolio--availability-off
    tr.prop-portfolio-availability-row {
      display: none;
    }

/* Name-row border: restore when both strip bands are off. */
#propPortfolioSection.prop-portfolio--activity-off.prop-portfolio--availability-off
    .prop-portfolio-table
    tbody
    tr.prop-portfolio-row:has(+ tr.prop-portfolio-availability-row)
    > td {
      border-bottom: 1px solid var(--ui-border-color);
    }

/* Availability on, Activity off: name sits above availability (timeline display:none below). */
#propPortfolioSection.prop-portfolio--activity-off:not(.prop-portfolio--availability-off)
    .prop-portfolio-table
    tbody
    tr.prop-portfolio-row:has(+ tr.prop-portfolio-availability-row)
    > td {
      border-bottom: none;
    }

.prop-under-chart-filters .prop-portfolio-filters-toggle,
    .prop-under-chart-filters .prop-filter-chip {
      flex: 0 0 auto;
      height: 26px;
      padding: 0 10px;
      margin: 0;
      border: 1px solid var(--x-border);
      border-radius: var(--r-sm);
      background: transparent;
      letter-spacing: 0.04em;
    }

.prop-under-chart-filters .prop-portfolio-filters-toggle[aria-expanded='true'],
    .prop-under-chart-filters .prop-filter-chip--active {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-under-chart-filters .room-filter-chip {
      flex: 0 0 auto;
      height: 26px;
      padding: 0 10px;
      border-radius: var(--r-sm);
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
    }

.prop-under-chart-filters__property.prop-nav-property-exit,
    .prop-under-chart-filters .prop-filter-chip--property-exit {
      max-width: min(28rem, 70vw);
      height: 26px;
      align-self: center;
      text-transform: none;
      letter-spacing: 0.01em;
    }

#propPortfolioActiveFilters.prop-portfolio-lane-inset {
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 8px;
    }

.prop-portfolio-focus-date {
      flex: 0 0 auto;
      height: 26px;
      min-height: 26px;
      padding: 0 10px;
      border-radius: var(--r-sm);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.01em;
      white-space: nowrap;
      max-width: 11rem;
    }

.prop-portfolio-focus-date[hidden] {
      display: none !important;
    }

.prop-portfolio-prop-selector {
      flex: 0 0 auto;
      height: 26px;
      min-height: 26px;
      padding: 0 8px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.02em;
      white-space: nowrap;
      color: var(--x-text-secondary);
      border: 1px solid transparent;
      border-radius: var(--r-sm);
      background: transparent;
    }

.prop-portfolio-prop-selector:hover,
    .prop-portfolio-prop-selector[aria-expanded="true"] {
      color: var(--x-text-primary);
      background: var(--x-bg-secondary);
      border-color: var(--x-border-light);
    }

.prop-portfolio-room-change {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 1px;
      font-variant-numeric: tabular-nums;
      font-weight: 400;
      line-height: 1.2;
      white-space: nowrap;
    }

.prop-portfolio-room-change__total {
      color: var(--ui-text);
      font-weight: 400;
    }

.prop-portfolio-room-change:not(.prop-portfolio-room-change--summary) .prop-portfolio-room-change__total {
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      padding-bottom: 1px;
      margin-bottom: 1px;
    }

.prop-portfolio-room-change__breakdown {
      color: var(--x-text-secondary);
      font-size: 0.85em;
      font-weight: 400;
      letter-spacing: 0.01em;
    }

.prop-portfolio-room-change__sep {
      color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
    }

.prop-portfolio-table .prop-portfolio-slash,
    .prop-portfolio-table .prop-portfolio-room-change__sep {
      color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
      font-weight: 400;
    }

.prop-portfolio-room-change__sold {
      color: var(--x-success);
      font-size: inherit;
      font-weight: inherit;
    }

.prop-portfolio-room-change__returned {
      color: var(--x-error);
      font-size: inherit;
      font-weight: inherit;
    }

.prop-portfolio-room-change__pair {
      display: block;
      font-size: 0.85em;
      font-weight: 400;
      line-height: 1.2;
      white-space: nowrap;
    }

.prop-portfolio-room-change--pair-only {
      display: inline-flex;
      flex-direction: row;
      align-items: baseline;
      gap: 0;
      font-size: inherit;
      line-height: 1.2;
}

.prop-portfolio-room-change--pair-only .prop-portfolio-room-change__sold,
.prop-portfolio-room-change--pair-only .prop-portfolio-room-change__returned {
      display: inline;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
}

.prop-portfolio-room-change:not(.prop-portfolio-room-change--summary) .prop-portfolio-room-change__sold,
    .prop-portfolio-room-change:not(.prop-portfolio-room-change--summary) .prop-portfolio-room-change__returned {
      display: inline;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
    }

.prop-portfolio-room-change--summary.prop-portfolio-room-change--sum .prop-portfolio-room-change__total {
      font-size: 1.05em;
      font-weight: 400;
      color: var(--x-text-primary);
    }

.prop-portfolio-room-change--summary.prop-portfolio-room-change--split {
      gap: 2px;
      align-items: center;
    }

.prop-portfolio-room-change--summary .prop-portfolio-room-change__line {
      display: block;
      font-size: 0.92em;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }

.prop-portfolio-room-change--summary .prop-portfolio-room-change__line--active {
      font-size: 0.92em;
      font-weight: 400;
    }

.prop-portfolio-row__name-cell {
      min-width: 0;
      vertical-align: middle;
    }

.prop-portfolio-row__name-line {
      display: flex;
      align-items: flex-start;
      min-width: 0;
      line-height: 1.25;
    }

.prop-portfolio-row__name {
      flex: 1 1 auto;
      min-width: 0;
      font-family: var(--font-sans);
      font-size: var(--portfolio-type-size, var(--t-12));
      color: var(--portfolio-name-color, var(--c-text-2, var(--x-text-secondary, #9aa3ad)));
      line-height: 1.25;
      max-height: calc(1.25em * 2);
      white-space: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      overflow-wrap: anywhere;
      word-break: break-word;
      text-overflow: ellipsis;
    }

.prop-portfolio-row__name--wrap {
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
      overflow-wrap: anywhere;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      max-height: calc(1.25em * 2);
    }

.prop-portfolio-row__name--clip {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      -webkit-line-clamp: unset;
      line-clamp: unset;
      max-height: none;
    }

.prop-portfolio-table--no-cover .prop-portfolio-col--cover {
      display: none !important;
    }

tr.prop-portfolio-row--expanded .prop-portfolio-row__name-cell {
      color: var(--x-warning);
    }

.prop-portfolio-table--has-expanded-row {
      border-collapse: separate;
      border-spacing: 0;
    }

/* PropertyData drill: thead stays region-list only — hide while expanded. */
.prop-portfolio-table--has-expanded-row #propPortfolioTableHead {
      display: none;
    }

#propPortfolioSection.is-property-drilling .prop-portfolio-detail__availability {
      will-change: transform;
    }

tr.prop-portfolio-under-filters-row td {
      padding: 0 !important;
      border-bottom: none;
      background: transparent;
      vertical-align: top;
    }

.prop-portfolio-under-filters-host {
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      gap: 4px;
      min-width: 0;
      width: 100%;
      box-sizing: border-box;
      padding: 4px 6px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      background: var(--c-surface-2, rgba(255, 255, 255, 0.02));
    }

.prop-portfolio-under-filters-host > #propUnderChartFilters,
    .prop-portfolio-under-filters-host > #propPropertyDataUnderFilters {
      margin: 0;
      padding: 0;
      flex: 1 1 auto;
      min-width: 0;
      border-top: none;
      background: transparent;
    }

#propPropertyDataUnderFilters .prop-cockpit-tabs,
#propPropertyDataUnderFilters .mega-header-views,
.prop-portfolio-under-filters-host .prop-cockpit-tabs,
.prop-portfolio-under-filters-host .mega-header-views {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      gap: 2px;
      flex: 1 1 auto;
      min-width: 0;
      max-width: none;
      width: 100%;
    }

#propPropertyDataUnderFilters .mega-header-view-row,
#propPropertyDataUnderFilters .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab,
.prop-portfolio-under-filters-host .mega-header-view-row,
.prop-portfolio-under-filters-host .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab {
      display: inline-flex;
      grid-template-columns: none;
      flex: 1 1 0;
      align-items: center;
      justify-content: center;
      gap: 4px;
      width: auto;
      min-width: 0;
      min-height: var(--prop-chrome-h, 36px);
      padding: 0 8px;
      white-space: nowrap;
      text-align: center;
      border-radius: var(--r-md);
      font-size: 0.68em;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      box-sizing: border-box;
    }

#propPropertyDataUnderFilters .mega-header-view-row__hint,
.prop-portfolio-under-filters-host .mega-header-view-row__hint {
      display: none;
}

#propPropertyDataUnderFilters .mega-header-view-row:hover,
.prop-portfolio-under-filters-host .mega-header-view-row:hover {
      border: var(--sel-border-hover);
      color: var(--c-text);
      background: transparent;
}

#propPropertyDataUnderFilters .mega-header-view-row.is-active,
#propPropertyDataUnderFilters .mega-header-view-row.prop-cockpit__tab--active,
.prop-portfolio-under-filters-host .mega-header-view-row.is-active,
.prop-portfolio-under-filters-host .mega-header-view-row.prop-cockpit__tab--active {
      border: var(--sel-border-active);
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
}

#propPropertyDataUnderFilters .mega-header-view-row.is-active:hover,
#propPropertyDataUnderFilters .mega-header-view-row.prop-cockpit__tab--active:hover,
.prop-portfolio-under-filters-host .mega-header-view-row.is-active:hover,
.prop-portfolio-under-filters-host .mega-header-view-row.prop-cockpit__tab--active:hover {
      border: var(--sel-border-hover);
      color: var(--sel-fg-active);
      background: var(--sel-bg-active);
}

.prop-cockpit-tabs {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2px 4px;
      flex: 1 1 auto;
      min-width: 0;
      width: 100%;
      z-index: 5;
    }

.prop-cockpit-tabs__tab {
      appearance: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 6px 10px;
      border-radius: var(--r-sm);
      font: inherit;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      cursor: pointer;
      white-space: nowrap;
      box-sizing: border-box;
    }

/* Legacy dropdown chrome kept for any leftover mounts */
.prop-cockpit-menu {
      position: relative;
      flex: 0 0 auto;
      margin-left: auto;
      z-index: 5;
    }

.prop-cockpit-menu__trigger {
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

.prop-cockpit-menu.is-open .prop-cockpit-menu__trigger,
    .prop-cockpit-menu__trigger[aria-expanded='true'] {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-cockpit-menu.is-open .prop-cockpit-menu__trigger:hover,
    .prop-cockpit-menu__trigger[aria-expanded='true']:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-cockpit-menu__dropdown {
      position: absolute;
      right: 0;
      top: calc(100% + 4px);
      z-index: 60;
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 168px;
      padding: 4px;
      box-sizing: border-box;
      background: var(--x-bg-primary, var(--c-bg));
      border: 1px solid var(--x-border, var(--c-border));
      border-radius: var(--r-sm);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    }

.prop-cockpit-menu__dropdown[hidden] {
      display: none !important;
    }

.prop-cockpit-menu__item {
      appearance: none;
      display: block;
      width: 100%;
      margin: 0;
      padding: 8px 10px;
      border: var(--sel-border);
      border-radius: var(--r-sm);
      background: transparent;
      color: var(--c-text-3, var(--x-text-secondary, var(--c-text-2)));
      font: inherit;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-align: left;
      text-transform: uppercase;
      cursor: pointer;
      box-sizing: border-box;
    }

.prop-cockpit-menu__item:hover {
      border: var(--sel-border-hover);
      background: transparent;
      color: var(--c-text);
    }

.prop-cockpit-menu__item.is-active,
    .prop-cockpit-menu__item.prop-cockpit__tab--active,
    .prop-cockpit-menu__item[aria-selected='true'] {
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-cockpit-menu__item.is-active:hover,
    .prop-cockpit-menu__item.prop-cockpit__tab--active:hover,
    .prop-cockpit-menu__item[aria-selected='true']:hover {
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
      color: var(--sel-fg-active);
    }

.prop-property-data-under-filters {
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      gap: 4px;
      min-height: var(--prop-chrome-h, 36px);
      padding: 4px 6px;
      box-sizing: border-box;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
      background: var(--c-surface-2, rgba(255, 255, 255, 0.02));
    }

.prop-property-data-under-filters[hidden] {
      display: none !important;
    }

.prop-property-data-under-filters .prop-under-chart-filters__chips {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      flex: 0 0 auto;
      min-width: 0;
    }

.prop-portfolio-table--has-expanded-row .prop-portfolio-detail__availability {
      border-bottom: 1px solid var(--x-border);
    }

tr.prop-portfolio-row--expanded td {
      background-color: var(--x-bg-primary);
      background-image: none;
      box-shadow: none;
      border-bottom: 1px solid var(--x-border);
    }

.prop-portfolio-table--has-expanded-row tr.prop-portfolio-expand td {
      border-top: 1px solid var(--x-border);
    }

.prop-portfolio-pulse-host {
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-pulse-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      align-items: start;
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-pulse-strip--loading {
      grid-template-columns: 1fr;
      padding: 12px;
    }

.prop-portfolio-pulse-strip__col {
      min-width: 0;
    }

.prop-portfolio-pulse-strip .prop-cockpit-pulse {
      height: 100%;
    }

.prop-portfolio-pulse-strip .prop-cockpit-pulse__kpis {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      gap: 8px;
    }

.prop-portfolio-pulse-strip .prop-cockpit-insights {
      grid-template-columns: 1fr;
    }

.prop-portfolio-pulse-strip .room-filter-intel__reviews-scroll {
      max-height: 160px;
    }

.prop-portfolio-pulse-strip__rm {
      grid-column: 1 / -1;
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-top: 4px;
      border-top: 1px solid var(--c-border-soft);
    }

.prop-portfolio-pulse-strip__rm-rank {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

.prop-portfolio-pulse-strip__rm-kpis {
      margin: 0;
    }

.prop-portfolio-pulse-strip__rm-insights {
      margin-top: 0;
    }

@media (max-width: 1100px) {
.prop-portfolio-pulse-strip {
        grid-template-columns: 1fr;
      }
}

/* Name + availability strip are one property unit: no line between them; line after strips. */
.prop-portfolio-table tbody tr.prop-portfolio-row:has(+ tr.prop-portfolio-availability-row) > td {
      border-bottom: none;
    }

tr.prop-portfolio-timeline-row {
      cursor: pointer;
    }

.prop-portfolio-table tbody tr.prop-portfolio-timeline-row > td {
      padding: 0 !important;
      border-bottom: 1px solid var(--ui-border-color);
      line-height: normal;
      min-width: 0;
      max-width: 100%;
    }

/* No border between availability and activity when both show. */
#propPortfolioSection:not(.prop-portfolio--activity-off)
    .prop-portfolio-table
    tbody
    tr.prop-portfolio-availability-row:has(+ tr.prop-portfolio-timeline-row)
    > td {
      border-bottom: none;
    }

/* Activity off: availability keeps the property separator. */
#propPortfolioSection.prop-portfolio--activity-off
    .prop-portfolio-table
    tbody
    tr.prop-portfolio-availability-row
    > td {
      border-bottom: 1px solid var(--ui-border-color);
    }

/* Availability off, Activity on: name sits above activity (availability display:none). */
#propPortfolioSection.prop-portfolio--availability-off:not(.prop-portfolio--activity-off)
    .prop-portfolio-table
    tbody
    tr.prop-portfolio-row:has(+ tr.prop-portfolio-availability-row)
    > td {
      border-bottom: none;
    }

tr.prop-portfolio-availability-row {
      cursor: pointer;
    }

.prop-portfolio-table tbody tr.prop-portfolio-availability-row > td {
      padding: 0 !important;
      border-bottom: 1px solid var(--ui-border-color);
      line-height: normal;
      min-width: 0;
      max-width: 100%;
      vertical-align: middle;
    }

.prop-portfolio-availability-row .prop-cockpit__source-los-slot {
      display: block;
      min-width: 0;
      padding: 2px 0 4px;
      box-sizing: border-box;
    }

.prop-portfolio-availability-row .prop-ex-mode-los-strips {
      margin: 0;
      gap: 3px;
    }

.prop-portfolio-availability-row .prop-source-los__strip {
      height: 14px;
      min-height: 14px;
    }

.prop-portfolio-availability-row .prop-portfolio-ex-info-stack {
      gap: 3px;
    }

.prop-portfolio-detail__availability {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin: 0;
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-detail__availability-row {
      display: flex;
      align-items: stretch;
      gap: 6px;
      min-width: 0;
    }

.prop-portfolio-detail__aggregated-row {
      display: flex;
      align-items: stretch;
      gap: 6px;
      min-width: 0;
    }

.prop-portfolio-detail__aggregated-delta {
      flex: 0 0 auto;
      width: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      box-sizing: border-box;
    }

.prop-portfolio-detail__availability-row .prop-portfolio-ex-info-stack {
      flex: 0 0 auto;
      width: 2.5rem;
      justify-content: center;
      gap: 3px;
      padding: 2px 0 4px;
    }

.prop-portfolio-detail__availability-row .prop-cockpit__source-los-slot {
      flex: 1 1 auto;
      min-width: 0;
      display: block;
      padding: 2px 0 4px;
      box-sizing: border-box;
    }

.prop-portfolio-detail__availability .prop-ex-mode-los-strips {
      margin: 0;
      gap: 3px;
    }

.prop-portfolio-detail__availability .prop-source-los__strip {
      height: 14px;
      min-height: 14px;
    }

/* Nested under cube chart: EX labels in Y gutter, cells match plot width. */
#propAvailabilityChartBlock .prop-portfolio-detail__availability {
      gap: 2px;
      margin: 0;
      padding: 0 0 6px;
      background: transparent;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__availability-heading.prop-portfolio-chart-heading {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: var(--s-2);
      padding: 2px 4px 0 var(--day-plot-left, var(--avail-los-left, 4px));
      margin: 0;
      min-width: 0;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__availability-heading .prop-portfolio-chart-title {
      margin: 0;
      font-size: 0.75rem;
      line-height: 1.25;
      white-space: nowrap;
      flex: 0 0 auto;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__availability-row {
      display: grid;
      grid-template-columns: var(--day-plot-left, var(--avail-los-left, 2.5rem)) minmax(0, 1fr) var(--day-plot-right, var(--avail-los-right, 0px));
      gap: 0;
      align-items: stretch;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__availability-row .prop-portfolio-ex-info-stack {
      grid-column: 1;
      width: 100%;
      min-width: 0;
      flex: none;
      justify-content: center;
      align-items: stretch;
      padding: 2px 4px 4px 0;
      box-sizing: border-box;
      overflow: hidden;
      text-align: right;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__availability-row .prop-cockpit__source-los-slot {
      grid-column: 2;
      min-width: 0;
      padding: 2px 0 4px;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__aggregated {
      gap: 2px;
      margin: 0;
      padding: 0 0 6px;
      background: transparent;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__aggregated-heading.prop-portfolio-chart-heading {
      padding: 2px 4px 0 var(--day-plot-left, var(--avail-los-left, 4px));
      margin: 0;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__aggregated-heading .prop-portfolio-chart-title,
#propAvailabilityChartBlock .prop-portfolio-detail__aggregated-heading .prop-portfolio-chart-subtitle {
      margin: 0;
      font-size: 0.75rem;
      line-height: 1.25;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__aggregated-row {
      display: grid;
      grid-template-columns: var(--day-plot-left, var(--avail-los-left, 2.5rem)) minmax(0, 1fr) var(--day-plot-right, var(--avail-los-right, 0px));
      gap: 0;
      align-items: stretch;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__aggregated-delta {
      grid-column: 1;
      width: 100%;
      min-width: 0;
      flex: none;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 2px 4px 4px 0;
      box-sizing: border-box;
      font-size: var(--delta-mark-size);
      line-height: 1;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__aggregated-delta .prop-portfolio-th-delta {
      font-size: inherit;
      font-weight: 600;
    }

#propAvailabilityChartBlock .prop-portfolio-detail__aggregated-row .prop-portfolio-daystrip {
      grid-column: 2;
      min-width: 0;
      width: 100%;
    }

/* No hover wash on strip / expand chrome — keeps cockpit pulse stable. */
tr.prop-portfolio-timeline-row:hover td,
tr.prop-portfolio-availability-row:hover td,
.prop-portfolio-table--has-expanded-row tr.prop-portfolio-timeline-row:hover td,
.prop-portfolio-table--has-expanded-row tr.prop-portfolio-availability-row:hover td {
      background: transparent;
    }

.prop-portfolio-daystrip {
      width: 100%;
    }

.prop-portfolio-daystrip--dual {
      display: flex;
      flex-direction: column;
      gap: 0;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(0, 0, 0, 0.4);
      border-radius: var(--r-sm);
      overflow: hidden;
    }

.prop-portfolio-daystrip--dual .prop-portfolio-daystrip__track {
      border: none;
      border-radius: 0;
      background: transparent;
      flex-shrink: 0;
    }

.prop-portfolio-daystrip__track {
      display: flex;
      width: 100%;
      height: 14px;
      min-height: 14px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(0, 0, 0, 0.4);
      border-radius: var(--r-sm);
      overflow: hidden;
      box-sizing: border-box;
    }

.prop-source-los {
      display: block;
      min-width: 0;
      margin: 0;
      padding: 0;
    }

.prop-source-los__label {
      display: none;
    }

.prop-source-los__strip {
      display: flex;
      flex: 1 1 auto;
      width: 100%;
      height: 14px;
      min-height: 14px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(0, 0, 0, 0.4);
      border-radius: var(--r-sm);
      overflow: hidden;
    }

.prop-source-los__day {
      flex: 1 1 0;
      min-width: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.35);
      box-sizing: border-box;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      container-type: inline-size;
    }

.prop-source-los__day-count {
      font-size: clamp(6px, 75cqw, 11px);
      font-weight: 400;
      line-height: 1;
      pointer-events: none;
      user-select: none;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    }

.prop-source-los__day:not([class*="--los"]) .prop-source-los__day-count {
      color: var(--x-text-secondary);
      text-shadow: none;
    }

.prop-source-los__day:last-child {
      border-right: none;
    }

.prop-source-los__day--los1,
.prop-source-los__day--los2,
.prop-source-los__day--los3,
.prop-source-los__day--los7 {
      --los-fill: 0;
    }

.prop-source-los__day--los1 {
      background: color-mix(in srgb, var(--c-pos, var(--x-success)) calc(var(--los-fill) * 100%), transparent);
    }

.prop-source-los__day--los2 {
      background: color-mix(in srgb, var(--c-warn, #eab308) calc(var(--los-fill) * 100%), transparent);
    }

.prop-source-los__day--los3 {
      background: color-mix(in srgb, #f97316 calc(var(--los-fill) * 100%), transparent);
    }

.prop-source-los__day--los7 {
      background: color-mix(in srgb, #a855f7 calc(var(--los-fill) * 100%), transparent);
    }

.prop-source-los__day[class*="--los"] .prop-source-los__day-count {
      color: color-mix(in srgb, #fff calc(var(--los-fill) * 140%), var(--c-text-3, var(--x-text-secondary)));
      text-shadow: 0 1px 2px rgba(0, 0, 0, calc(var(--los-fill) * 0.65));
    }

.prop-portfolio-daystrip--expanded {
      margin: 0;
    }

.prop-portfolio-daystrip__day {
      flex: 1 1 0;
      min-width: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.35);
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      container-type: inline-size;
    }

.prop-portfolio-daystrip__day--has-count {
      min-width: 0;
    }

.prop-portfolio-daystrip__count {
      font-size: 0.75em;
      font-weight: 400;
      line-height: 1;
      pointer-events: none;
      user-select: none;
    }

.prop-portfolio-daystrip .prop-portfolio-daystrip__count {
      font-size: clamp(6px, 75cqw, 11px);
    }

.prop-portfolio-daystrip--expanded .prop-portfolio-daystrip__count {
      font-size: clamp(6px, 75cqw, 11px);
    }

.prop-portfolio-daystrip__day--booked .prop-portfolio-daystrip__count,
    .prop-portfolio-daystrip__day--cancelled .prop-portfolio-daystrip__count {
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    }

.prop-portfolio-daystrip__day:last-child {
      border-right: none;
    }

.prop-portfolio-daystrip__day--booked {
      background: color-mix(in srgb, var(--x-success) 55%, transparent);
    }

.prop-portfolio-daystrip__day--cancelled {
      background: color-mix(in srgb, var(--x-error) 55%, transparent);
    }

.prop-portfolio-daystrip__day--none {
      background: transparent;
    }

.prop-portfolio-daystrip__day--sold-out {
      background: color-mix(in srgb, var(--x-success) 28%, transparent);
    }

.prop-portfolio-daystrip__day--out-of-range {
      background: transparent;
      opacity: 0.35;
    }

.prop-portfolio-daystrip__day--focused,
    .prop-portfolio-daystrip__day--column-hover,
    .prop-source-los__day--focused,
    .prop-source-los__day--column-hover {
      outline: none;
      box-shadow: inset 2px 0 0 var(--lane-target, #f7931a), inset -2px 0 0 var(--lane-target, #f7931a);
      z-index: 1;
      position: relative;
    }

.prop-source-los__day--clickable {
      cursor: pointer;
    }

#propSinglePropertySection .prop-portfolio-detail__aggregated .prop-portfolio-daystrip__day[data-checkin],
    #propSinglePropertySection .prop-portfolio-detail__strips .prop-portfolio-daystrip__day[data-checkin],
    #propSinglePropertySection .prop-portfolio-detail__availability .prop-source-los__day[data-checkin],
    #propSinglePropertySection .prop-ex-mode-los-strips .prop-source-los__day[data-checkin],
    #propPortfolioSection tr.prop-portfolio-timeline-row .prop-portfolio-daystrip__day[data-checkin],
    #propPortfolioSection tr.prop-portfolio-availability-row .prop-source-los__day[data-checkin] {
      cursor: pointer;
    }

.prop-portfolio-daystrip--expanded .prop-portfolio-daystrip__day--clickable,
    .prop-portfolio-daystrip--interactive .prop-portfolio-daystrip__day--clickable {
      cursor: pointer;
    }

.prop-portfolio-daystrip--expanded .prop-portfolio-daystrip__day--clickable:hover,
    .prop-portfolio-daystrip--interactive .prop-portfolio-daystrip__day--clickable:hover {
      filter: brightness(1.15);
    }

tr.prop-portfolio-expand td,
tr.prop-portfolio-expand:hover td {
      /* padding: 0 10px 12px 28px !important; */
      background: var(--x-bg-primary);
      border-bottom: 1px solid var(--ui-border-color);
      vertical-align: top;
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-detail {
      font-size: 0.82em;
      line-height: 1.45;
      color: var(--ui-text);
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-detail > .prop-portfolio-detail__strips-heading {
      padding: 6px 4px 2px;
    }

.prop-portfolio-detail__strips {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin: 0;
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-detail__strips > .prop-portfolio-daystrip--expanded {
      margin: 0;
    }

.prop-portfolio-detail__rooms {
      display: flex;
      flex-direction: column;
      gap: 0;
      min-width: 0;
      max-width: 100%;
      position: relative;
    }

.prop-portfolio-detail__aggregated {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin: 0;
      padding: 0;
      border-top: none;
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-detail__aggregated-heading.prop-portfolio-chart-heading {
      font-size: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      text-transform: none;
      color: inherit;
      cursor: default;
      width: auto;
    }

.prop-portfolio-detail__availability-heading.prop-portfolio-chart-heading {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: var(--s-2);
      grid-template-columns: none;
      width: auto;
      cursor: default;
    }

.prop-portfolio-detail__availability-heading .prop-portfolio-chart-title {
      text-transform: none;
      letter-spacing: 0.02em;
    }

.prop-portfolio-detail__aggregated .prop-portfolio-daystrip--expanded {
      margin: 0;
      min-width: 0;
      max-width: 100%;
    }

.prop-portfolio-daystrip__count--pct {
      font-size: 0.62em;
      font-weight: 700;
      letter-spacing: -0.02em;
      max-width: 100%;
      overflow: hidden;
      text-overflow: clip;
    }

.prop-portfolio-daystrip--expanded .prop-portfolio-daystrip__count--pct {
      font-size: 9px;
    }

.prop-portfolio-daystrip__day--occupancy {
      --occupancy-fill: 0;
      flex: 1 1 0;
      min-width: 0;
      container-type: inline-size;
      background: color-mix(in srgb, var(--x-success) calc(var(--occupancy-fill) * 55%), transparent);
    }

.prop-portfolio-daystrip__day--occupancy .prop-portfolio-daystrip__count--pct {
      font-size: clamp(6px, 75cqw, 9px);
      color: color-mix(in srgb, #fff calc(var(--occupancy-fill) * 100%), var(--ui-text-muted));
      text-shadow: 0 1px 2px rgba(0, 0, 0, calc(var(--occupancy-fill) * 0.65));
    }

.prop-portfolio-detail__room-row {
      display: flex;
      flex-direction: column;
      gap: 0;
      cursor: pointer;
      box-sizing: border-box;
      border-top: 1px solid rgba(255, 255, 255, 0.22);
      border-bottom: 1px solid rgba(255, 255, 255, 0.22);
      border-left: none;
      border-right: none;
      padding: 2px 4px;
      transition: opacity 0.12s ease, filter 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
    }

.prop-portfolio-detail__room-row--no-data {
      opacity: 0.4;
      filter: grayscale(1);
    }

.prop-portfolio-detail__room-row--no-data .prop-portfolio-detail__room-card-name,
    .prop-portfolio-detail__room-row--no-data input.room-filter-table__series-cb {
      color: var(--x-text-muted);
    }

.prop-portfolio-detail__room-card-name .room-filter-table__unlisted {
      color: var(--ui-danger);
      font-weight: 600;
      flex-shrink: 0;
    }

.prop-portfolio-detail__room-card-name .room-filter-table__sold-out {
      color: var(--lane-target, #f7931a);
      font-weight: 600;
      flex-shrink: 0;
    }

.prop-portfolio-detail__room-status--no-availability {
      color: var(--x-text-muted);
      font-weight: 600;
      letter-spacing: 0.02em;
      flex-shrink: 0;
    }

.prop-portfolio-detail__room-card-name .prop-portfolio-detail__room-status-subline {
      flex: 1 0 100%;
    }

.prop-portfolio-detail__room-row--chart-hover {
      background-color: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 30%, transparent);
      border-left: none;
      border-right: none;
    }

.prop-portfolio-detail__room-row--solo {
      background: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 22%, transparent);
      border-left: none;
      border-right: none;
    }

.prop-portfolio-detail__room-row--selected {
      background: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 22%, transparent);
      border-left: none;
      border-right: none;
    }

.prop-portfolio-detail__room-row--solo.prop-portfolio-detail__room-row--chart-hover,
.prop-portfolio-detail__room-row--selected.prop-portfolio-detail__room-row--chart-hover {
      background-color: color-mix(in srgb, var(--room-series-color, var(--x-accent)) 36%, transparent);
      border-left: none;
      border-right: none;
    }

.prop-portfolio-detail__room-strip-row {
      display: flex;
      align-items: center;
      gap: 5px;
      min-width: 0;
    }

.prop-portfolio-detail__room-strip-row .prop-portfolio-daystrip {
      flex: 1 1 auto;
      min-width: 0;
    }

.prop-portfolio-detail__room-strip-row .prop-portfolio-daystrip__track {
      width: 100%;
    }

.prop-portfolio-detail__room-line {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 10px;
    }

.prop-portfolio-detail__room-line .prop-portfolio-detail__room-card-name {
      font-weight: 400;
      font-size: 1.05em;
      flex: 1 1 auto;
      min-width: 0;
      max-width: none;
      white-space: normal;
      word-break: break-word;
      display: inline-flex;
      align-items: baseline;
      gap: 6px;
      flex-wrap: wrap;
      color: color-mix(in srgb, var(--x-text-primary) 55%, var(--x-text-secondary));
      transition: color 0.12s ease;
    }

.prop-portfolio-detail__room-row--chart-hover .prop-portfolio-detail__room-card-name,
    .prop-portfolio-detail__room-row--solo .prop-portfolio-detail__room-card-name,
    .prop-portfolio-detail__room-row--selected .prop-portfolio-detail__room-card-name {
      color: var(--room-series-color, var(--x-text-primary));
      font-weight: 600;
    }

.prop-portfolio-detail__room-card-name .room-filter-table__meta {
      font-size: 0.9em;
      white-space: nowrap;
    }

.prop-portfolio-detail__room-row .prop-portfolio-daystrip--expanded {
      margin: 0;
    }

/* RISES ↑ — green top. CUTS ↓ — red bottom. region.css is authoritative; keep compat in sync. */
.prop-portfolio-detail__rooms .prop-portfolio-daystrip__day--price-up {
      box-shadow: inset 0 2px 0 0 var(--c-pos);
    }

.prop-portfolio-detail__rooms .prop-portfolio-daystrip__day--price-down {
      box-shadow: inset 0 -2px 0 0 var(--c-neg);
    }

.prop-portfolio-detail__timeline {
      position: relative;
      height: 6px;
      background: rgba(148, 163, 184, 0.15);
      border-radius: var(--r-sm);
      overflow: hidden;
    }

.prop-portfolio-detail__timeline-seg {
      position: absolute;
      top: 0;
      height: 100%;
      border-radius: var(--r-sm);
      min-width: 3px;
    }

.prop-portfolio-detail__timeline-seg--booked {
      background: rgba(248, 113, 113, 0.65);
    }

.prop-portfolio-detail__timeline-seg--cancelled {
      background: rgba(74, 222, 128, 0.65);
    }

.prop-portfolio-detail__raw-details {
      margin-top: 8px;
      font-size: 0.92em;
    }

.prop-portfolio-detail__raw-details summary {
      cursor: pointer;
      color: var(--ui-text-muted);
      font-size: 0.85em;
      user-select: none;
    }

.prop-portfolio-detail__raw-details summary:hover {
      color: var(--ui-text);
    }

.prop-portfolio-detail__raw-details-body {
      margin-top: 8px;
      padding-top: 8px;
      border-top: 1px dashed var(--ui-border-color);
    }

.prop-portfolio-detail__raw-room {
      margin-bottom: 8px;
    }

.prop-portfolio-detail__raw-room:last-child {
      margin-bottom: 0;
    }

.prop-portfolio-detail__delta--booked {
      color: var(--x-success);
    }

.prop-portfolio-detail__delta--cancelled {
      color: var(--x-error);
    }

.prop-portfolio-detail__empty {
      color: var(--ui-text-muted);
      font-style: italic;
      margin: 4px 0 8px;
    }

.prop-portfolio-detail__moves {
      margin: 8px 0;
      padding: 8px 10px;
      background: rgba(59, 130, 246, 0.06);
      border-radius: var(--r-sm);
    }

.prop-portfolio-detail__moves-title {
      font-size: 0.75em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: var(--ui-text-muted);
      margin-bottom: 6px;
    }

.prop-portfolio-detail__actions {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 10px;
    }

.prop-portfolio-detail__actions button {
      padding: 6px 12px;
      font-size: 0.8em;
      border-radius: var(--r-sm);
      border: none;
      cursor: pointer;
    }

.prop-portfolio-detail__btn-primary {
      background: var(--x-accent);
      color: #fff;
    }

.prop-portfolio-detail__btn-secondary {
      background: transparent;
      color: var(--x-accent);
      border: 1px solid rgba(96, 165, 250, 0.4) !important;
    }

.prop-portfolio-inline-availability,
    .prop-portfolio-inline-price {
      margin-top: 0;
      padding: 0;
      border-top: none;
      background: var(--x-bg-primary);
      box-sizing: border-box;
    }

.prop-portfolio-inline-availability .chart-container,
    .prop-portfolio-inline-price .chart-container {
      margin-top: 0;
    }

#propSinglePropertyHome {
      background: transparent;
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
    }

#propSinglePropertySection > #propAvailabilityChartBlock,
    #propSinglePropertySection > #propPriceBlock {
      margin-bottom: 0;
    }

#propSinglePropertySection > #propAvailabilityChartBlock + #propPriceBlock,
    #propSinglePropertySection > .prop-single-property__availability + .prop-single-property__price {
      margin-top: 0;
    }

#propAvailabilityChartBlock .chart-wrapper,
    #propPriceBlock .chart-wrapper {
      position: relative;
      height: 40vh;
      min-height: 0;
      max-height: none;
    }

.prop-chart-range-status {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: var(--s-1);
      padding: var(--s-4);
      pointer-events: none;
      text-align: center;
      color: var(--c-text);
      background: color-mix(in srgb, var(--c-bg) 78%, transparent);
    }

.prop-chart-range-status[hidden] {
      display: none !important;
    }

.prop-chart-range-status__title {
      margin: 0;
      font-size: var(--t-14);
      font-weight: 600;
      color: var(--c-text);
    }

.prop-chart-range-status__lead,
    .prop-chart-range-status__body {
      margin: 0;
      font-size: var(--t-12);
      font-weight: 400;
      color: var(--c-text-2);
    }

#propAvailabilityChartBlock.chart-container,
    #propPriceBlock .chart-container {
      padding-left: 0;
      padding-right: 0;
    }

@font-face {
  font-family: 'Matrix Dots Demo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('../assets/fonts/matrix-dots-demo.woff2') format('woff2'),
    url('../assets/fonts/matrix-dots-demo.woff') format('woff');
}

@font-face {
  font-family: 'Dotrice';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/dotrice-regular.woff') format('woff');
}

.prop-portfolio-region-intro__context {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 0.1em;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--x-text-secondary, #a8a29e);
  white-space: normal;
  overflow: hidden;
}

.prop-portfolio-region-intro__name {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 0 0.15em;
  box-sizing: border-box;
  font-family: var(--font-mono);
  font-size: var(--overview-title-size, 10px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: normal;
  overflow: hidden;
  color: var(--x-text-primary, #f2ede8);
  text-shadow: none;
}

#PropertyData #roomFilterPanel button.prop-portfolio-region-intro__name--exit {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: var(--c-text, var(--x-text-primary, #f2ede8));
  cursor: pointer;
  text-align: left;
  font-family: var(--font-mono);
  font-size: var(--overview-title-size, 10px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: normal;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  word-break: break-word;
  padding: 0 0 0.15em;
  text-shadow: none;
}

#PropertyData #roomFilterPanel button.prop-portfolio-region-intro__name--exit:hover,
#PropertyData #roomFilterPanel button.prop-portfolio-region-intro__name--exit:focus-visible {
  color: var(--c-text, var(--x-text-primary, #f2ede8));
  outline: none;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

#PropertyData
  #roomFilterPanel
  .room-filter-overview-card--drilled
  button.prop-portfolio-region-intro__name--exit,
#PropertyData
  #roomFilterPanel
  .room-filter-overview-card--drilled
  button.prop-portfolio-region-intro__name--exit:hover,
#PropertyData
  #roomFilterPanel
  .room-filter-overview-card--drilled
  button.prop-portfolio-region-intro__name--exit:focus-visible {
  color: var(--lane-selected, #f0605d);
}

.prop-portfolio-region-intro__emph,
.prop-portfolio-region-intro__count {
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  color: var(--x-text-primary);
  letter-spacing: -0.015em;
  text-transform: none;
}

.prop-portfolio-region-intro__meta {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
}

.prop-portfolio-region-intro__name .prop-portfolio-region-intro__count {
  color: var(--c-text, var(--x-text-primary, #e7e9ea));
}

.prop-portfolio-region-intro__name .prop-portfolio-region-intro__meta {
  color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
  font-weight: 700;
}

.prop-portfolio-region-intro__name--head {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25;
  padding-bottom: 0.2em;
}

.room-filter-overview-card .prop-portfolio-region-intro__name--head,
#PropertyData
  #roomFilterPanel
  .room-filter-overview-card
  .prop-portfolio-region-intro__name--head {
  font-size: var(--prop-chrome-label-size, 11px);
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.prop-portfolio-region-intro__head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2em;
  width: 100%;
  min-width: 0;
}

.prop-portfolio-region-intro__split {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75em;
  width: 100%;
  min-width: 0;
}

.prop-portfolio-region-intro__title {
  min-width: 0;
  font-family: var(--font-mono);
  font-size: var(--overview-title-size, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--c-text, var(--x-text-primary, #e7e9ea));
  text-align: left;
}

.prop-portfolio-region-intro__side {
  flex-shrink: 0;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
  text-transform: uppercase;
}

.prop-portfolio-region-intro__inventory {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: baseline;
  column-gap: 0.35em;
  width: 100%;
  min-width: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.prop-portfolio-region-intro__inv-left {
  justify-self: start;
  text-align: left;
  min-width: 0;
}

.prop-portfolio-region-intro__inv-slash {
  justify-self: center;
  color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
  font-weight: 400;
}

.prop-portfolio-region-intro__inv-right {
  justify-self: end;
  text-align: right;
  min-width: 0;
}

.prop-portfolio-region-intro__inventory .prop-portfolio-region-intro__count {
  color: var(--c-text, var(--x-text-primary, #e7e9ea));
}

.prop-portfolio-region-intro__inventory .prop-portfolio-region-intro__meta {
  color: var(--c-text-2, var(--x-text-secondary, #9aa3ad));
}

.prop-drill-chart-heading {
      padding: 6px 4px 4px;
    }

.prop-drill-chart-heading[hidden] {
      display: none;
    }

.prop-portfolio-inline-availability .chart-wrapper,
    .prop-portfolio-inline-price .chart-wrapper {
      min-height: 280px;
      height: 350px;
      max-height: none;
    }

.room-filter-panel__tiers-heading {
      font-size: 0.82em;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--ui-text-muted);
      margin: 10px 0 4px;
    }

.room-filter-market-pulse {
      font-size: 0.9em;
      line-height: 1.4;
      max-width: 100%;
    }

.room-filter-market-pulse__hero {
      margin: 0 0 10px;
      padding: 10px;
      border: 1px solid var(--x-border);
      border-radius: var(--ui-radius-sm);
      background: var(--x-bg-secondary);
    }

.room-filter-market-pulse__hero-date {
      margin: 0 0 4px;
      font-size: 0.82em;
      color: var(--ui-text-muted);
    }

.room-filter-market-pulse__hero-headline {
      margin: 0 0 8px;
      font-size: 1.05em;
      color: var(--x-text-primary);
    }

.room-filter-market-pulse__hero-pct {
      font-size: 1.45em;
      font-weight: 700;
      line-height: 1.1;
    }

.room-filter-market-pulse__progress {
      height: 6px;
      margin: 0 0 8px;
      border-radius: var(--r-sm);
      background: color-mix(in srgb, var(--x-text-primary) 12%, transparent);
      overflow: hidden;
    }

.room-filter-market-pulse__progress-fill {
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--x-success) 85%, #fff),
        var(--x-success)
      );
      min-width: 0;
      transition: width 0.25s ease;
    }

.room-filter-market-pulse__hero-sub {
      margin: 0;
      font-size: 0.84em;
      color: var(--x-text-secondary);
      line-height: 1.35;
    }

.room-filter-market-pulse__kpi-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 6px;
      margin: 0 0 12px;
    }

.room-filter-market-pulse__kpi {
      padding: 6px 8px;
      border: 1px solid var(--x-border);
      border-radius: var(--ui-radius-sm);
      background: var(--x-bg-primary);
      min-width: 0;
    }

.room-filter-market-pulse__kpi-label {
      display: block;
      font-size: 0.68em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: var(--ui-text-muted);
      margin-bottom: 2px;
    }

.room-filter-market-pulse__kpi-value {
      display: block;
      font-size: 0.95em;
      font-weight: 600;
      color: var(--x-text-primary);
      line-height: 1.2;
    }

.room-filter-market-pulse__kpi-pair {
      display: block;
      font-size: 0.78em;
      font-weight: 600;
      line-height: 1.25;
    }

.room-filter-market-pulse__kpi-sub {
      display: block;
      margin-top: 2px;
      font-size: 0.68em;
      color: var(--ui-text-muted);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

.room-filter-market-pulse__tracked {
      margin: 0 0 8px;
      color: var(--ui-text-muted);
      font-size: 0.85em;
    }

.room-filter-market-pulse__stats {
      margin: 0 0 6px;
      color: var(--x-text-primary);
    }

.room-filter-market-pulse__change {
      margin: 0 0 8px;
      color: var(--x-text-secondary);
      font-size: 0.88em;
    }

.room-filter-market-pulse__sold {
      color: var(--x-success);
    }

.room-filter-market-pulse__returned {
      color: var(--x-danger);
    }

.room-filter-market-pulse__compression {
      margin: 0 0 10px;
      font-size: 0.85em;
      color: var(--x-warning);
    }

.room-filter-market-pulse__boards {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-bottom: 8px;
    }

.room-filter-market-pulse__board {
      min-width: 0;
      padding-top: 2px;
      border-top: 1px solid var(--x-border);
    }

.room-filter-market-pulse__board:first-child {
      border-top: none;
      padding-top: 0;
    }

.room-filter-market-pulse__board-title,
    .room-filter-market-pulse__board h5 {
      margin: 0 0 6px;
      font-size: 0.72em;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: var(--ui-text-muted);
    }

.room-filter-market-pulse__row {
      display: grid;
      grid-template-columns: 1.4em 1fr auto;
      gap: 6px;
      align-items: center;
      width: 100%;
      margin: 0 0 4px;
      padding: 5px 6px;
      border: 1px solid transparent;
      border-radius: var(--ui-radius-sm);
      background: transparent;
      color: inherit;
      font: inherit;
      text-align: left;
      cursor: pointer;
    }

.room-filter-market-pulse__row:hover {
      background: var(--x-bg-secondary);
      border-color: var(--x-border);
    }

.room-filter-market-pulse__row--focused {
      background: color-mix(in srgb, var(--x-warning) 14%, transparent);
      border-color: color-mix(in srgb, var(--x-warning) 45%, var(--x-border));
    }

.room-filter-market-pulse__rank {
      color: var(--ui-text-muted);
      font-size: 0.85em;
    }

.room-filter-market-pulse__name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 0.88em;
    }

.room-filter-market-pulse__value {
      font-weight: 600;
      font-size: 0.85em;
      white-space: nowrap;
      text-align: right;
    }

.room-filter-market-pulse__value--sold {
      color: var(--x-success);
    }

.room-filter-market-pulse__value--canceled {
      color: var(--x-danger);
    }

.room-filter-market-pulse__value--occupancy {
      color: var(--x-warning);
    }

.room-filter-market-pulse__hint {
      margin: 8px 0 0;
      font-size: 0.75em;
      color: var(--ui-text-muted);
      line-height: 1.35;
    }

.prop-cockpit {
      display: flex;
      flex-direction: column;
      gap: 0;
      min-width: 0;
    }

.prop-cockpit__tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      padding: 2px 0 4px;
      border-bottom: 1px solid var(--c-border);
    }

.prop-cockpit__source-los-slot[hidden] {
      display: none !important;
    }

.prop-cockpit__source-los-slot:not([hidden]) {
      min-width: 0;
      padding: 4px 0 6px;
      border-bottom: none;
    }

.prop-cockpit-rates > .prop-cockpit__source-los-slot:not([hidden]) {
      background: var(--x-bg-primary);
      padding: 2px 4px 8px;
      box-sizing: border-box;
    }

#roomFilterCockpitTabs .prop-cockpit__source-los-slot:not([hidden]) {
      padding: 4px var(--room-filter-panel-inset-x) 8px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

.prop-ex-mode-los-strips {
      display: flex;
      flex-direction: column;
      gap: 4px;
      min-width: 0;
      margin: 0 0 6px;
    }

.prop-ex-mode-los-strips[hidden] {
      display: none !important;
    }

.prop-ex-mode-los-strips__row,
    .prop-ex-mode-los-strips__btn {
      appearance: none;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      border: none;
      background: transparent;
      cursor: default;
      pointer-events: none;
      border-radius: var(--r-sm);
    }

.prop-ex-mode-los-strips__row .prop-source-los__strip,
    .prop-ex-mode-los-strips__btn .prop-source-los__strip {
      width: 100%;
      pointer-events: none;
    }

.prop-ex-mode-los-strips__row.is-active .prop-source-los__strip,
    .prop-ex-mode-los-strips__btn.is-active .prop-source-los__strip {
      outline: 1px solid var(--c-accent-ring);
      outline-offset: 0;
    }

.prop-cockpit__source-los-slot .prop-source-los {
      display: block;
      margin: 0;
      padding: 0;
    }

.prop-cockpit__source-los-slot .prop-source-los__strip {
      width: 100%;
    }

.prop-cockpit__tab {
      appearance: none;
      border: var(--sel-border);
      background: transparent;
      color: var(--c-text-3, var(--ui-text-muted));
      font: inherit;
      font-size: 0.78em;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 6px 10px;
      cursor: pointer;
      border-radius: var(--r-sm);
      box-sizing: border-box;
    }

.prop-cockpit__tab:hover {
      color: var(--c-text);
      border: var(--sel-border-hover);
      background: transparent;
    }

 .prop-cockpit__tab--active {
      color: var(--sel-fg-active);
      border: var(--sel-border-active);
      background: var(--sel-bg-active);
      box-shadow: none;
    }

.prop-cockpit__tab--active:hover {
      color: var(--sel-fg-active);
      border: var(--sel-border-hover);
      background: var(--sel-bg-active);
    }

.prop-cockpit__panels {
      min-width: 0;
      padding-top: 0;
    }

.prop-cockpit__panel:not([data-cockpit-panel="rates"]):not([data-cockpit-panel="dynamicexp"]) {
      font-size: 1.14em;
      line-height: 1.45;
    }

.prop-cockpit__panel[hidden] {
      display: none !important;
    }

.prop-cockpit-pulse__hero {
      margin: 0 0 10px;
      padding: 10px 12px;
      border: 1px solid var(--c-border-soft);
      border-radius: var(--r-md);
      background: var(--c-surface-2);
    }

.prop-cockpit-pulse__eyebrow {
      margin: 0 0 4px;
      font-size: 0.8em;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--c-accent);
    }

.prop-cockpit-pulse__lede {
      margin: 0 0 10px;
      font-size: 0.95em;
      color: var(--ui-text);
    }

.prop-cockpit-pulse__kpis {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      gap: 8px;
    }

.prop-cockpit-kpi {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }

.prop-cockpit-kpi__label {
      font-size: 0.75em;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--ui-text-muted);
    }

.prop-cockpit-kpi__value {
      font-size: 1.28em;
      font-weight: 700;
      color: var(--ui-text);
      font-variant-numeric: tabular-nums;
    }

.prop-cockpit-kpi__value--sm {
      font-size: 1em;
      font-weight: 600;
    }

.prop-cockpit-kpi__value--sold {
      color: var(--x-success, #22c55e);
    }

.prop-cockpit-kpi__value--returned {
      color: var(--x-danger, #ef4444);
    }

.prop-cockpit-pulse__hint {
      margin: 10px 0 0;
      font-size: 0.85em;
      color: var(--ui-text-muted);
    }

.prop-cockpit-stub {
      padding: 12px;
      border: 1px dashed var(--c-accent-ring);
      border-radius: var(--r-md);
      background: rgba(15, 23, 42, 0.35);
    }

.prop-cockpit-stub__eyebrow {
      margin: 0 0 4px;
      font-size: 0.78em;
      font-weight: 700;
      letter-spacing: 0.14em;
      color: var(--c-accent);
    }

.prop-cockpit-stub__title {
      margin: 0 0 8px;
      font-size: 1.08em;
      font-weight: 600;
    }

.prop-cockpit-stub__body,
    .prop-cockpit-stub__foot {
      margin: 0 0 8px;
      font-size: 0.95em;
      color: var(--ui-text-muted);
    }

.prop-cockpit-stub__foot {
      margin-bottom: 0;
    }

.prop-cockpit-stub__seeds {
      margin: 0 0 8px;
      padding-left: 1.1em;
      font-size: 0.95em;
      color: var(--ui-text);
    }

.prop-cockpit-rates {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 0;
      background: transparent;
    }

.prop-cockpit-rates > .prop-portfolio-detail__availability,
.prop-cockpit-rates > .prop-portfolio-detail__aggregated {
      background: var(--x-bg-primary);
      padding: 6px 4px;
      box-sizing: border-box;
      gap: 6px;
    }

.prop-cockpit-rates > .prop-portfolio-detail__availability-heading,
.prop-cockpit-rates > .prop-portfolio-detail__availability .prop-portfolio-detail__availability-heading,
.prop-cockpit-rates > .prop-portfolio-detail__aggregated-heading,
.prop-cockpit-rates > .prop-portfolio-detail__aggregated .prop-portfolio-detail__aggregated-heading {
      background: transparent;
      padding: 0 0 2px;
      box-sizing: border-box;
    }

.prop-cockpit-rates > .prop-portfolio-detail__strips-heading {
      background: var(--x-bg-primary);
      padding: 10px 4px 2px;
      margin-top: 2px;
      border-top: 1px solid var(--ui-border-color, var(--x-border));
      box-sizing: border-box;
    }

.prop-cockpit-rates > .prop-portfolio-detail__strips {
      background: var(--x-bg-primary);
      padding: 6px 4px;
      box-sizing: border-box;
    }

/* Unified rates stack (capacity + All rooms + By room type) under the cube chart */
.prop-portfolio-rates-stack,
#propAvailabilityChartBlock > .prop-portfolio-rates-stack,
.prop-cockpit-rates .prop-portfolio-rates-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 4px 4px 6px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  border-top: 1px solid var(--ui-border-color, var(--x-border));
  background: var(--x-bg-primary);
}

.prop-portfolio-rates-stack .prop-portfolio-detail__availability,
.prop-portfolio-rates-stack .prop-portfolio-detail__aggregated,
.prop-portfolio-rates-stack .prop-portfolio-detail__strips,
.prop-portfolio-rates-stack .prop-portfolio-detail__availability-heading,
.prop-portfolio-rates-stack .prop-portfolio-detail__aggregated-heading,
.prop-portfolio-rates-stack .prop-portfolio-detail__strips-heading {
  background: transparent;
  box-sizing: border-box;
  border: 0;
}

.prop-portfolio-rates-stack .prop-portfolio-detail__availability,
.prop-portfolio-rates-stack .prop-portfolio-detail__aggregated,
.prop-portfolio-rates-stack .prop-portfolio-detail__strips {
  padding: 0;
  margin: 0;
  gap: 2px;
}

#propAvailabilityChartBlock .prop-portfolio-rates-stack .prop-portfolio-detail__availability,
#propAvailabilityChartBlock .prop-portfolio-rates-stack .prop-portfolio-detail__aggregated {
  padding: 0;
  margin: 0;
}

.prop-portfolio-rates-ex-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.prop-portfolio-rates-ex-detail[hidden] {
  display: none !important;
}

.prop-portfolio-rates-stack .prop-portfolio-detail__strips-heading {
  margin: 0;
  padding: 2px 0 0;
  border: 0;
}

.prop-portfolio-rates-stack .prop-portfolio-detail__aggregated-heading.prop-portfolio-chart-heading,
.prop-portfolio-rates-stack .prop-portfolio-detail__availability-heading.prop-portfolio-chart-heading {
  padding: 2px 4px 0 var(--day-plot-left, var(--avail-los-left, 4px));
  margin: 0;
  border: 0;
}

.prop-portfolio-rates-stack .prop-portfolio-detail__availability-heading.prop-portfolio-chart-heading {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--s-2);
  min-width: 0;
}

/* Drop leftover per-room hairlines — stack is one continuous block */
.prop-portfolio-rates-stack .prop-portfolio-detail__room-row {
  border-top: none;
  border-bottom: none;
}

.prop-portfolio-rates-stack .prop-portfolio-detail__room-row--chart-hover,
.prop-portfolio-rates-stack .prop-portfolio-detail__room-row--solo,
.prop-portfolio-rates-stack .prop-portfolio-detail__room-row--selected,
.prop-portfolio-rates-stack
  .prop-portfolio-detail__room-row--solo.prop-portfolio-detail__room-row--chart-hover,
.prop-portfolio-rates-stack
  .prop-portfolio-detail__room-row--selected.prop-portfolio-detail__room-row--chart-hover {
  border-top: none;
  border-bottom: none;
}

.prop-portfolio-rates-stack .prop-portfolio-strip-info--ex {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 14px;
  height: 14px;
  text-align: right;
  line-height: 1;
  cursor: pointer;
}

.prop-portfolio-rates-stack .prop-ex-mode-los-strips__row[data-rates-ex-toggle] {
  cursor: pointer;
}

.prop-portfolio-rates-stack .prop-ex-n-parent[data-rates-ex-toggle] {
  cursor: pointer;
}

/* ROOMS LISTED ON NOW — stay-length chips in the title; tree in the checkbox gutter */
.prop-portfolio-detail__availability-heading {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--s-2);
  min-width: 0;
}

.prop-portfolio-availability-title-n {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--s-1);
  flex: 0 0 auto;
}

.prop-portfolio-availability-title-n::before {
  content: '·';
  color: var(--c-text-3, var(--x-text-secondary));
  font-weight: 400;
}

.prop-portfolio-availability-title-n:empty {
  display: none;
}

.prop-portfolio-availability-title-n:empty::before {
  content: none;
}

.prop-portfolio-availability-title-n__chip {
  font-size: var(--t-12);
  min-height: 22px;
  padding: 0 var(--s-1);
  line-height: 1;
  flex-shrink: 0;
}

#propAvailabilityChartBlock .prop-portfolio-detail__availability-row--tree {
  display: block;
  min-width: 0;
}

#propAvailabilityChartBlock .prop-portfolio-detail__availability-row--tree .prop-cockpit__source-los-slot {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 2px 0 4px;
}

.prop-ex-mode-los-strips--tree {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.prop-ex-n-branch {
  position: relative;
  min-width: 0;
}

.prop-ex-n-parent {
  display: grid;
  grid-template-columns: var(--day-plot-left, var(--avail-los-left, 2.5rem)) minmax(0, 1fr) var(--day-plot-right, var(--avail-los-right, 0px));
  gap: 0;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
}

.prop-ex-n-parent .prop-portfolio-strip-info--ex {
  grid-column: 1;
  justify-self: end;
  align-self: center;
  padding: 2px 4px 2px 0;
  box-sizing: border-box;
}

.prop-ex-n-parent .prop-source-los__strip {
  grid-column: 2;
  width: 100%;
  min-width: 0;
}

.prop-ex-n-children {
  position: relative;
  min-width: 0;
}

.prop-portfolio-rates-stack .prop-portfolio-detail__room-check {
  justify-self: start;
  margin-right: 0;
}

.prop-portfolio-rates-stack .prop-ex-n-parent:not(.is-active) .prop-source-los__day--los-idle {
  --los-fill: 0;
  background: color-mix(
    in srgb,
    var(--c-text-3, var(--x-text-secondary)) calc(var(--los-fill) * 35%),
    transparent
  );
}

.prop-portfolio-rates-stack .prop-ex-n-parent.is-active .prop-source-los__day--los1 {
  background: color-mix(in srgb, var(--c-pos, var(--x-success)) calc(var(--los-fill) * 100%), transparent);
}

.prop-portfolio-rates-stack .prop-portfolio-strip-info--ex.is-active {
  color: var(--c-pos, var(--x-success));
}

.prop-portfolio-rates-stack .prop-portfolio-strip-info--ex:not(.is-active) {
  color: var(--c-text-3, var(--x-text-secondary));
  opacity: 1;
}

.prop-portfolio-rates-stack .prop-ex-mode-los-strips__row:not(.is-active) .prop-source-los__day--los-idle {
  --los-fill: 0;
  background: color-mix(
    in srgb,
    var(--c-text-3, var(--x-text-secondary)) calc(var(--los-fill) * 35%),
    transparent
  );
}

.prop-portfolio-rates-stack .prop-ex-mode-los-strips__row.is-active .prop-source-los__day--los1 {
  background: color-mix(in srgb, var(--c-pos, var(--x-success)) calc(var(--los-fill) * 100%), transparent);
}

.prop-portfolio-rates-stack .prop-portfolio-strip-info--ex:hover,
.prop-portfolio-rates-stack .prop-ex-mode-los-strips__row[data-rates-ex-toggle]:hover .prop-source-los__strip {
  filter: brightness(1.12);
}

.prop-portfolio-rates-stack .prop-portfolio-strip-info--ex:focus-visible,
.prop-portfolio-rates-stack .prop-ex-mode-los-strips__row[data-rates-ex-toggle]:focus-visible {
  outline: 1px solid var(--x-accent, #60a5fa);
  outline-offset: 1px;
}

.prop-cockpit-rates > .prop-portfolio-inline-price {
  border-top: 1px solid var(--ui-border-color, var(--x-border));
  margin-top: 0;
  padding-top: 0;
}

/* Under-filters row — tabs live on #propCockpitTabsBar now */
#propPortfolioSection.is-property-drilled tr.prop-portfolio-under-filters-row:not(:has([data-cockpit-menu])) {
  display: none !important;
}

#propPortfolioSection.is-property-drilled .prop-portfolio-table > thead {
  display: none;
}

#propPortfolioSection.is-property-drilled .prop-portfolio-table-wrap,
#propPortfolioSection.is-property-drilled .prop-portfolio-lane-inset.prop-portfolio-table-wrap {
  border-top: none;
  border-radius: 0;
}

#propPortfolioSection.is-property-drilled .prop-cockpit__panels {
  padding-top: 0;
}

#propPortfolioSection.is-property-drilled .prop-portfolio-table--has-expanded-row tr.prop-portfolio-expand td {
  border: none;
  padding: 0 !important;
}

#propPortfolioSection.is-property-drilled #propAvailabilityChartBlock.chart-container,
#propPortfolioSection.is-property-drilled #propPriceBlock .chart-container {
  padding-top: 0;
  border-top: none;
  border-radius: 0;
}

#propPortfolioSection.is-property-drilled #propAvailabilityChartHeading.prop-portfolio-chart-heading,
#propPortfolioSection.is-property-drilled #propPriceChartHeading.prop-portfolio-chart-heading {
  padding-top: 0;
}

#propChartToolbar:empty,
.prop-chart-toolbar:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.prop-cockpit-muted {
      color: var(--c-text-2);
      font-size: var(--t-12);
    }

.prop-cockpit-insights {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 10px;
      margin-top: 10px;
    }

.prop-cockpit-insight {
      padding: var(--s-2) var(--s-3);
      border: 1px solid var(--c-border);
      border-radius: var(--r-sm);
      background: var(--c-surface-2);
    }

.prop-cockpit-insight__title {
      margin: 0 0 var(--s-2);
      font-size: var(--t-label-size);
      font-weight: 700;
      letter-spacing: var(--t-label-tracking);
      text-transform: uppercase;
      color: var(--c-accent);
    }

.prop-cockpit-insight__body {
      margin: 0 0 var(--s-1);
      font-size: var(--t-13);
      color: var(--c-text);
    }

.prop-cockpit-insight__list {
      margin: 0;
      padding-left: 1.1em;
      font-size: var(--t-12);
      color: var(--c-text-2);
    }

.prop-cockpit-table-wrap {
      overflow: auto;
      max-width: 100%;
      max-height: min(70vh, 32rem);
    }

.prop-cockpit-table {
      width: 100%;
      border-collapse: collapse;
      font-size: var(--t-13);
    }

.prop-cockpit-table th,
    .prop-cockpit-table td {
      padding: var(--s-2) var(--s-3);
      text-align: left;
      border-bottom: 1px solid var(--c-border);
      white-space: nowrap;
    }

.prop-cockpit-table th {
      position: sticky;
      top: 0;
      z-index: 1;
      background: var(--c-surface-2);
      color: var(--c-text-3);
      font-weight: var(--t-label-weight);
      font-size: var(--t-label-size);
      text-transform: uppercase;
      letter-spacing: var(--t-label-tracking);
    }

.prop-cockpit-table td.prop-cockpit-table__num {
      text-align: right;
      font-variant-numeric: tabular-nums;
    }

.prop-cockpit-table__self td {
      color: var(--c-accent);
      font-weight: 600;
    }

.prop-cockpit-table__sparse td {
      opacity: 0.75;
    }

.prop-cockpit-kpi__hint {
      display: block;
      margin-top: 2px;
      font-size: var(--t-11);
      font-weight: 400;
      color: var(--c-text-3);
      letter-spacing: 0;
      text-transform: none;
    }

.prop-cockpit-explainer {
      margin: 0 0 var(--s-3);
      padding: var(--s-2) var(--s-3);
      border: 1px solid var(--c-border);
      border-radius: var(--r-sm);
      background: var(--c-surface-2);
      font-size: var(--t-12);
      color: var(--c-text-2);
    }

.prop-cockpit-explainer summary {
      cursor: pointer;
      color: var(--c-text);
      list-style: none;
      font-weight: 600;
    }

.prop-cockpit-explainer summary::-webkit-details-marker {
      display: none;
    }

.prop-cockpit-explainer__sum {
      color: var(--c-text-3);
      font-weight: 400;
      margin-left: var(--s-2);
    }

.prop-cockpit-explainer__list {
      margin: var(--s-2) 0 0;
      padding-left: 1.15em;
      color: var(--c-text-2);
    }

.prop-cockpit-explainer__list li {
      margin-bottom: var(--s-1);
    }

.prop-cockpit-adr-scope {
      margin: 0 0 14px;
    }

.prop-cockpit-adr-scope .prop-cockpit-pulse__kpis {
      margin-top: 8px;
    }

.prop-cockpit-comps__controls {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: var(--s-3);
      margin: 0 0 var(--s-2);
    }

.prop-cockpit-comps__group {
      display: flex;
      flex-direction: column;
      gap: var(--s-1);
      min-width: 0;
    }

.prop-cockpit-comps__group-label {
      font-size: var(--t-label-size);
      font-weight: var(--t-label-weight);
      letter-spacing: var(--t-label-tracking);
      text-transform: uppercase;
      color: var(--c-text-3);
    }

.prop-cockpit-comps__anchor {
      display: inline-flex;
      align-items: center;
      gap: var(--s-2);
      font-size: var(--t-label-size);
      color: var(--c-text-3);
      font-weight: var(--t-label-weight);
      letter-spacing: var(--t-label-tracking);
      text-transform: uppercase;
    }

.prop-cockpit-comps__anchor select {
      font: inherit;
      font-size: var(--t-12);
      text-transform: none;
      letter-spacing: 0;
      font-weight: 500;
      max-width: 220px;
      padding: var(--s-1) var(--s-2);
    }

.prop-cockpit-badge {
      display: inline-block;
      margin-left: var(--s-1);
      padding: 0 var(--s-1);
      border-radius: var(--r-sm);
      border: 1px solid var(--c-border);
      color: var(--c-accent);
      font-size: var(--t-10);
      font-weight: 700;
      letter-spacing: var(--t-label-tracking);
      text-transform: uppercase;
      vertical-align: middle;
    }

.prop-cockpit-table__selected td {
      color: var(--c-text);
    }

/* MARKET ladder — column layout, row selection, no legacy row hover */
.prop-cockpit-table-wrap--market {
      overflow-x: auto;
      border: 1px solid var(--c-border);
      border-radius: var(--r-sm);
      background: var(--c-surface);
    }

.prop-cockpit-table--market {
      width: max-content;
      min-width: 100%;
    }

.prop-cockpit-table--market th,
    .prop-cockpit-table--market td {
      vertical-align: middle;
    }

.prop-cockpit-table--market th.prop-cockpit-table__col-rank,
    .prop-cockpit-table--market td.prop-cockpit-table__col-rank {
      width: 2.25rem;
      padding-right: var(--s-2);
      text-align: right;
      font-variant-numeric: tabular-nums;
      color: var(--c-text-3);
      white-space: nowrap;
    }

.prop-cockpit-table--market th.prop-cockpit-table__col-name,
    .prop-cockpit-table--market td.prop-cockpit-table__col-name {
      min-width: 13rem;
      max-width: 22rem;
      white-space: normal;
    }

.prop-cockpit-table--market th.prop-cockpit-table__col-metric,
    .prop-cockpit-table--market td.prop-cockpit-table__col-metric {
      text-align: right;
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
    }

.prop-cockpit-table--market th.prop-cockpit-table__col-shift,
    .prop-cockpit-table--market td.prop-cockpit-table__col-shift {
      text-align: center;
      white-space: nowrap;
    }

.prop-cockpit-table--market th.prop-cockpit-table__col-metric {
      padding: var(--s-2) var(--s-3);
    }

.prop-cockpit-table--market th.prop-cockpit-table__col-metric .prop-cockpit-th-sort {
      display: inline-flex;
      justify-content: flex-end;
      max-width: 100%;
      padding: var(--s-1) var(--s-2);
    }

.prop-cockpit-comps__name-cell {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: var(--s-2);
    }

.prop-cockpit-comps__name-text {
      min-width: 0;
      flex: 1 1 auto;
      line-height: 1.3;
    }

.prop-cockpit-comps__tags {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: var(--s-1);
    }

.prop-cockpit-comps__tag {
      flex-shrink: 0;
      font-size: var(--t-10);
      letter-spacing: var(--t-label-tracking);
      text-transform: uppercase;
    }

.prop-cockpit-comps__metric-stack {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 1px;
      line-height: 1.2;
    }

.prop-cockpit-comps__metric-hint {
      font-size: var(--t-11);
      color: var(--c-text-3);
      font-weight: 400;
    }

.prop-cockpit-table--market tbody tr {
      transition: none;
    }

.prop-cockpit-table--market tbody tr:hover td {
      background: inherit;
      color: inherit;
    }

.prop-cockpit-table--market tbody tr.prop-cockpit-table__selected td {
      background: var(--c-surface-2);
      color: var(--c-text);
    }

.prop-cockpit-table--market tbody tr.prop-cockpit-table__self td {
      background: var(--c-accent-soft);
      color: var(--c-text);
      font-weight: 400;
    }

.prop-cockpit-table--market tbody tr.prop-cockpit-table__self td:first-child {
      box-shadow: inset 3px 0 0 var(--c-accent);
    }

.prop-cockpit-table--market tbody tr.prop-cockpit-table__self .prop-cockpit-table__col-name .prop-cockpit-comps__name-text {
      color: var(--c-accent);
      font-weight: 600;
    }

.prop-cockpit-table--market tbody tr.prop-cockpit-table__self.prop-cockpit-table__selected td {
      background: var(--c-accent-soft);
    }

.prop-cockpit-table--market tbody tr.prop-cockpit-table__sparse td {
      opacity: 0.72;
    }

.prop-cockpit-toggles {
      display: inline-flex;
      flex-wrap: wrap;
      gap: var(--s-1);
    }

.prop-cockpit-toggle {
      appearance: none;
      font-size: var(--t-label-size);
      font-weight: var(--t-label-weight);
      letter-spacing: var(--t-label-tracking);
      text-transform: uppercase;
      padding: var(--s-1) var(--s-2);
      border-radius: var(--r-sm);
      cursor: pointer;
      box-sizing: border-box;
    }

.prop-cockpit-th-sort {
      display: inline-flex;
      align-items: center;
      gap: var(--s-1);
      padding: var(--s-1) var(--s-2);
      font: inherit;
      letter-spacing: inherit;
      text-transform: inherit;
      cursor: pointer;
      border-radius: var(--r-sm);
    }

.prop-cockpit-rank-chip {
      display: inline-block;
      margin-left: var(--s-1);
      padding: 1px var(--s-2);
      border-radius: var(--r-sm);
      color: var(--c-accent);
      font-size: var(--t-12);
      font-weight: 600;
      white-space: nowrap;
    }

.prop-cockpit-pickup__chart-wrap {
      position: relative;
      height: 180px;
      margin: 8px 0 12px;
    }

.prop-cockpit-pickup__grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 12px;
    }

@media (max-width: 900px) {
.prop-cockpit-pickup__grid {
        grid-template-columns: 1fr;
      }
}

.prop-cockpit-pickup__windows {
      margin-bottom: 10px;
    }

.room-filter-market-pulse__empty,
    .room-filter-market-pulse__empty-state,
    .room-filter-market-pulse__loading {
      margin: 0;
      padding: 12px 4px;
      color: var(--ui-text-muted);
      font-size: 0.88em;
      text-align: center;
    }

.room-filter-market-pulse__error {
      margin: 0 0 10px;
      padding: 8px;
      border-radius: var(--ui-radius-sm);
      background: color-mix(in srgb, var(--x-danger) 12%, transparent);
      color: var(--x-danger);
      font-size: 0.85em;
    }

@media (max-width: 900px) {
.booking-panel--property.booking-toolbar--property .prop-toolbar__properties {
        flex: 1 1 100%;
        margin-left: 0;
      }
}

/* Mega header — Oxide stage: parked toolbar stays hidden; stage is tall */
html[data-wr-public="1"] .app-header .mega-header-bar,
.app-header--display .mega-header-bar {
      display: flex;
    }

.mega-header-stage__host--parked {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
    }

.mega-header-stage__panel {
      min-height: 0;
    }

#propPropertySelectorPanel.mega-oxide-embedded {
      display: flex !important;
      flex-direction: column;
      position: static !important;
      width: 100% !important;
      min-width: 0;
      max-width: none !important;
      height: auto !important;
      max-height: none;
      overflow: visible;
      box-shadow: none !important;
      border: none !important;
      border-top: 1px solid var(--c-border) !important;
      border-radius: 0 !important;
    }

#propPropertySelectorPanel.mega-oxide-embedded::-webkit-scrollbar {
      width: 0;
      height: 0;
      display: none;
    }

.mega-header-stage .mega-header-views.prop-cockpit-tabs {
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: stretch;
      max-width: none;
    }

.mega-header-stage .mega-header-views .mega-header-view-row.prop-cockpit-tabs__tab {
      grid-template-columns: 1.75rem 7.5rem 1fr;
    }

