    :root {
      --ink: var(--neutral--950);
      --paper: var(--neutral--020);
      --paper-dark: var(--neutral--020);
      --white: white;
      --gold: var(--sand-600);
      --gold-dark: var(--sand-700);
      --sage: var(--green-700);
      --line: var(--neutral--060);
      --muted: var(--neutral--600);
      --soft: var(--sand-100);
      --ok: var(--green-700);
      --warn: var(--sand-700);
      --sand-950: #171007;
      --sand-900: #2F200F;
      --sand-800: #593E1C;
      --sand-700: #885E2B;
      --sand-600: #B37B38;
      --sand-500: #C89250;
      --sand-400: #D3A873;
      --sand-300: #DEBE96;
      --sand-200: #E9D4B9;
      --sand-100: #F4E9DC;
      --sand-080: #F6EEE4;
      --sand-060: #F9F3EC;
      --sand-050: #FAF5EF;
      --sand-040: #FDFAF7;
      --sand-020: #FEFDFB;
      --green-950: #0A150F;
      --green-900: #142A1F;
      --green-800: #26503B;
      --green-700: #397959;
      --green-600: #4CA177;
      --green-500: #63B58C;
      --green-400: #82C4A3;
      --green-300: #A1D3BA;
      --green-200: #C1E2D1;
      --green-100: #E0F0E8;
      --green-080: #E6F3ED;
      --green-060: #ECF6F1;
      --green-050: #F0F8F4;
      --green-040: #F3F9F6;
      --green-020: #F9FCFA;
      --lavender-950: #0D0D17;
      --lavender-900: #18182B;
      --lavender-800: #313159;
      --lavender-700: #484984;
      --lavender-600: #6667AB;
      --lavender-500: #7F80B8;
      --lavender-400: #999AC7;
      --lavender-300: #B3B4D5;
      --lavender-200: #CECEE4;
      --lavender-100: #E5E5F1;
      --lavender-080: #EAEAF4;
      --lavender-060: #EFEFF7;
      --lavender-050: #F2F2F8;
      --lavender-040: #F5F5F9;
      --lavender-020: #FAFAFC;
      --blue-950: #090C15;
      --blue-900: #111627;
      --blue-800: #232F52;
      --blue-700: #34457A;
      --blue-600: #465EA4;
      --blue-500: #5E75BA;
      --blue-400: #7E91C8;
      --blue-300: #9EACD6;
      --blue-200: #BFC8E4;
      --blue-100: #DFE3F1;
      --blue-080: #E5E9F4;
      --blue-060: #ECEEF7;
      --blue-050: #EFF1F8;
      --blue-040: #F2F4F9;
      --blue-020: #F9F9FC;
      --neutral--000: #FFFFFF;
      --neutral--020: #F7F7F7;
      --neutral--040: #F0F0F0;
      --neutral--050: #ECECEC;
      --neutral--060: #E8E8E8;
      --neutral--080: #E1E1E1;
      --neutral--100: #D9D9D9;
      --neutral--200: #BFBFBF;
      --neutral--300: #A6A6A6;
      --neutral--400: #8C8C8C;
      --neutral--500: #737373;
      --neutral--600: #5C5C5C;
      --neutral--700: #424242;
      --neutral--800: #292929;
      --neutral--900: #0F0F0F;
      --neutral--950: #020202;
      --neutral--030: #f5f5f5;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    * { box-sizing: border-box; }
    html {
      scroll-padding-top: 42px;
      overflow-anchor: none;
    }
    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      line-height: 1.55;
      padding-bottom: 82px;
    }

    a { color: inherit; text-decoration-color: var(--blue-200); text-underline-offset: 3px; }
    table th {
      color: var(--blue-500);
      font-weight: 700;
    }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    .wrap { margin: 0 auto; padding: 0 22px; }

    .topbar {
      background: var(--neutral--000);
      color: var(--ink);
      border-bottom: 1px solid var(--blue-100);
      position: sticky;
      top: 0;
      z-index: 60;
    }
    .topbar .wrap {
      min-height: 64px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 16px;
      position: relative;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      letter-spacing: .02em;
    }
    .brand-logo {
      width: 32px;
      height: 32px;
      display: block;
      object-fit: contain;
    }
    .brand-title {
      color: inherit;
      font-weight: 500;
      text-decoration: none;
      transition: opacity .16s ease;
    }
    .profile-status-trigger {
      background: transparent;
      border: 0;
      padding: 0;
      cursor: pointer;
      font: inherit;
      line-height: inherit;
    }
    .profile-status-trigger:hover,
    .profile-status-trigger:focus-visible {
      color: var(--neutral--900);
    }
    .profile-status-trigger:not([href]) {
      cursor: default;
    }
    .profile-status-trigger:not([href]):hover,
    .profile-status-trigger:not([href]):focus-visible {
      color: inherit;
    }
    .nav {
      display: flex;
      justify-content: flex-end;
      font-size: 14px;
      color: var(--neutral--600);
      align-items: center;
      flex: 1;
    }
    .nav-section-links,
    .nav-actions {
      display: flex;
      align-items: center;
      gap: 18px;
    }
    .nav-section-links {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      justify-content: center;
    }
    .nav-actions {
      justify-content: flex-end;
      margin-left: auto;
    }
    .language-switcher {
      position: relative;
      display: inline-flex;
      align-items: center;
    }
    .language-trigger {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      height: 30px;
      padding: 0 9px;
      border: 1px solid var(--blue-100);
      border-radius: 999px;
      background: var(--neutral--000);
      color: var(--ink);
      font-family: inherit;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      cursor: pointer;
    }
    .language-trigger:hover,
    .language-trigger:focus-visible,
    .language-switcher.open .language-trigger {
      color: var(--neutral--900);
      background: var(--blue-020);
    }
    .language-flag {
      font-size: 15px;
      line-height: 1;
    }
    .language-chevron {
      font-size: 10px;
      opacity: .75;
    }
    .language-menu {
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      min-width: 170px;
      padding: 6px;
      border: 1px solid var(--blue-100);
      border-radius: 8px;
      background: var(--neutral--000);
      box-shadow: 0 16px 34px rgba(15, 15, 15, .12);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-6px);
      transition: opacity .16s ease, transform .16s ease;
      z-index: 70;
    }
    .language-switcher.open .language-menu {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
    .language-menu .language-option {
      display: grid;
      grid-template-columns: 22px 1fr auto;
      align-items: center;
      gap: 8px;
      padding: 8px 10px;
      border-radius: 6px;
      color: var(--ink);
      font-size: 13px;
      text-decoration: none;
    }
    .language-menu .language-option:hover,
    .language-menu .language-option:focus-visible {
      color: var(--neutral--900);
      background: var(--neutral--060);
    }
    .language-menu .language-option.is-active {
      color: var(--neutral--900);
    }
    .language-menu .language-code {
      font-size: 11px;
      font-weight: 700;
      opacity: .72;
    }
    .nav a {
      color: var(--neutral--600);
      text-decoration: none;
      transition: color .16s ease, background .16s ease, transform .16s ease;
    }
    .nav a:hover,
    .nav a:focus-visible {
      color: var(--neutral--900);
    }
    .nav a.nav-claim {
      background: white;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 7px 12px;
      font-weight: 400;
      line-height: 1;
      text-decoration: none;
      transition: background .16s ease, transform .16s ease;
    }
    .nav a.nav-claim:hover,
    .nav a.nav-claim:focus-visible {
      background: var(--neutral--060);
      transform: translateY(-1px);
    }
    .claim-panel {
      position: fixed;
      top: 60px;
      right: var(--claim-panel-right, max(22px, calc((100vw - 1180px) / 2 + 22px)));
      width: min(820px, calc(100vw - 44px));
      background: white;
      color: var(--ink);
      border: 2px solid var(--blue-200);
      border-radius: 18px;
      box-shadow: 0 18px 44px rgba(15, 15, 15, .12);
      max-height: calc(100vh - 80px);
      overflow-y: auto;
      padding: 20px;
      transform: translateY(-18px);
      opacity: 0;
      pointer-events: none;
      transition: transform .2s ease, opacity .2s ease;
      z-index: 60;
    }
    .report-panel {
      position: fixed;
      top: 60px;
      right: var(--report-panel-right, max(165px, calc((100vw - 1180px) / 2 + 165px)));
      width: min(380px, calc(100vw - 44px));
      min-height: 150px;
      background: white;
      color: var(--ink);
      border: 2px solid var(--blue-200);
      border-radius: 18px;
      box-shadow: 0 18px 44px rgba(15, 15, 15, .12);
      padding: 20px;
      transform: translateY(-18px);
      opacity: 0;
      pointer-events: none;
      transition: transform .2s ease, opacity .2s ease;
      z-index: 60;
    }
    .profile-status-panel {
      position: fixed;
      top: 60px;
      left: var(--profile-status-panel-left, max(22px, calc((100vw - 1180px) / 2 + 22px)));
      width: min(430px, calc(100vw - 44px));
      min-height: 150px;
      background: white;
      color: var(--ink);
      border: 2px solid var(--blue-200);
      border-radius: 18px;
      box-shadow: 0 18px 44px rgba(15, 15, 15, .12);
      padding: 20px;
      transform: translateY(-18px);
      opacity: 0;
      pointer-events: none;
      transition: transform .2s ease, opacity .2s ease;
      z-index: 60;
    }
    .claim-panel.open {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }
    .report-panel.open {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }
    .profile-status-panel.open {
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }
    .claim-panel-header,
    .report-panel-header,
    .profile-status-panel-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
    }
    .claim-panel h2,
    .report-panel h2,
    .profile-status-panel h2 {
      margin-bottom: 12px;
      font-size: 25px;
      color: var(--ink);
    }
    .claim-submit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: max-content;
      min-height: 40px;
      margin: 24px 0 0 auto;
      border: 0;
      border-radius: 999px;
      background: var(--neutral--060);
      color: var(--ink);
      padding: 8px 14px;
      font: inherit;
      font-weight: 400;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      transition: background .16s ease, opacity .16s ease;
    }
    .claim-submit:hover,
    .claim-submit:focus-visible {
      background: var(--green-300);
      color: var(--ink);
      outline: 0;
    }
    .claim-submit-icon {
      display: grid;
      place-items: center;
      width: 18px;
      height: 18px;
      color: currentColor;
    }
    .claim-submit-icon svg {
      width: 18px;
      height: 18px;
      display: block;
    }
    .claim-panel p,
    .report-panel p,
    .profile-status-panel p {
      color: var(--neutral--700);
    }
    .profile-status-facts {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 8px 14px;
      margin: 16px 0 0;
      font-size: 13px;
    }
    .profile-status-facts dt {
      color: var(--neutral--600);
    }
    .profile-status-facts dd {
      margin: 0;
      color: var(--ink);
    }
    .profile-status-progression {
      display: grid;
      grid-template-columns: 1fr auto 1fr auto 1fr;
      align-items: center;
      gap: 12px;
      margin: 18px 0 4px;
    }
    .profile-status-step {
      display: grid;
      gap: 7px;
      justify-items: center;
      margin: 0;
      opacity: .42;
      transform: scale(.84);
      transition: opacity .16s ease, transform .16s ease;
    }
    .profile-status-step.current {
      opacity: 1;
      transform: scale(1.08);
    }
    .profile-status-step img {
      width: 72px;
      height: 72px;
      object-fit: contain;
    }
    .profile-status-step.current img {
      width: 88px;
      height: 88px;
    }
    .profile-status-step figcaption {
      font-weight: 500;
    }
    .profile-status-step:not(.current) figcaption {
      font-size: 14px;
    }
    .profile-status-step.current figcaption {
      font-size: 12px;
    }
    .profile-status-arrow {
      color: var(--neutral--400);
      font-size: 24px;
      font-weight: 400;
    }
    .claim-copy {
      margin: 0;
    }
    .claim-benefits {
      display: grid;
      gap: 12px;
      padding: 0;
      list-style: none;
    }
    .claim-benefit {
      display: grid;
      grid-template-columns: 120px minmax(0, 1fr);
      gap: 36px;
      align-items: start;
      padding: 12px;
      border-radius: 6px;
      background: var(--neutral--020);
    }
    .claim-benefit-image {
      width: 100%;
      aspect-ratio: 16 / 9;
      height: auto;
      min-height: 0;
      border-radius: 5px;
      display: block;
      object-fit: cover;
      object-position: center;
      background: var(--neutral--020);
    }
    .claim-benefit-icon {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--green-300);
      color: var(--neutral--950);
      line-height: 1;
    }
    .claim-benefit-icon svg {
      width: 19px;
      height: 19px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .claim-benefit-copy {
      display: grid;
      gap: 4px;
      color: var(--neutral--700);
      font-size: 15px;
      line-height: 1.45;
    }
    .claim-benefit-title {
      color: var(--ink);
      font-size: 16px;
      line-height: 1.25;
      font-weight: 500;
    }
    .claim-benefit-copy span {
      display: block;
    }
    .claim-panel a,
    .report-panel a {
      color: var(--ink);
      text-decoration-color: var(--blue-200);
    }
    .claim-panel a.claim-submit {
      color: var(--ink);
      text-decoration: none;
    }
    .claim-panel a.claim-submit:hover,
    .claim-panel a.claim-submit:focus-visible {
      color: var(--ink);
    }
    .edit-form {
      display: grid;
      gap: 16px;
      margin-top: 12px;
    }
    .edit-form textarea {
      width: 100%;
      min-height: 104px;
      resize: vertical;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: var(--neutral--020);
      color: var(--ink);
      padding: 10px 11px;
      font: inherit;
      line-height: 1.45;
    }
    .edit-form textarea::placeholder {
      color: var(--neutral--500);
    }
    .edit-form textarea:focus {
      outline: 2px solid rgba(130,196,163,.55);
      outline-offset: 2px;
    }
    .edit-submit {
      justify-self: end;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 40px;
      border: 0;
      border-radius: 999px;
      background: var(--neutral--060);
      color: var(--ink);
      padding: 8px 12px;
      font: inherit;
      font-weight: 400;
      cursor: pointer;
      transition: background .16s ease, opacity .16s ease;
    }
    .edit-submit:disabled {
      cursor: not-allowed;
      opacity: .82;
    }
    .edit-submit:not(:disabled):hover,
    .edit-submit:not(:disabled):focus-visible {
      background: var(--green-300);
    }
    .edit-submit.checking .submit-progress {
      display: inline-block;
    }
    .submit-progress {
      --edit-progress: 0%;
      width: 16px;
      height: 16px;
      border-radius: 999px;
      background: conic-gradient(var(--green-300) var(--edit-progress), rgba(18,15,13,.2) 0);
      box-shadow: inset 0 0 0 1px rgba(18,15,13,.24);
    }
    .edit-submit:not(:disabled) .submit-progress {
      display: none;
    }
    .edit-submit.validator-ready .submit-progress {
      display: inline-grid;
      place-items: center;
      background: var(--green-300);
      color: var(--ink);
      box-shadow: none;
    }
    .edit-submit.validator-ready .submit-progress::after {
      content: "";
      width: 7px;
      height: 4px;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      transform: rotate(-45deg) translate(1px, -1px);
    }
    .edit-message {
      min-height: 18px;
      color: var(--neutral--700);
      font-size: 13px;
    }
    .edit-message.error {
      color: #f4c7c3;
    }
    .edit-thanks {
      display: none;
      margin: 22px 0 0;
    }
    .edit-thanks strong {
      display: block;
      color: var(--green-300);
      font-size: 16px;
      line-height: 1.1;
      font-weight: 500;
    }
    .edit-thanks span {
      display: block;
      margin-top: 5px;
      color: var(--neutral--700);
      font-size: 13px;
    }
    .report-panel.submitted .report-prompt,
    .report-panel.submitted .edit-form {
      display: none;
    }
    .report-panel.submitted .edit-thanks {
      display: block;
    }
    .local-host-panels {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }
    .uniqueness-panels {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: start;
    }
    .uniqueness-panel {
      border-top: 1px solid var(--line);
      padding-top: 16px;
    }
    .uniqueness-panel h3 {
      margin: 0 0 12px;
      font-size: 18px;
    }
    .stay-experience-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      align-items: stretch;
    }
    .stay-experience-audiences {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 0 16px;
    }
    .nearby-experience-toolbar {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 16px 24px;
      align-items: center;
      margin: 0 0 16px;
    }
    .nearby-experience-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px 24px;
      align-items: center;
      margin: 0 0 16px;
    }
    .nearby-experience-header .section-note {
      margin: 0;
      flex: 1 1 420px;
    }
    .nearby-experience-toolbar .stay-experience-audiences {
      margin: 0;
      flex: 1 1 420px;
    }
    .nearby-experience-inline-filter {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
    }
    .nearby-experience-filter-group {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }
    .nearby-experience-filter-label {
      color: var(--muted);
      font-size: 12px;
      font-weight: 600;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .nearby-experience-filter-options {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
    }
    .stay-experience-audience {
      border: 1px solid transparent;
      border-radius: 999px;
      background: var(--neutral--020);
      color: var(--ink);
      padding: 4px 12px;
      font: inherit;
      font-size: 14px;
      line-height: 1.2;
      cursor: pointer;
      transition: background .16s ease, border-color .16s ease, color .16s ease;
    }
    .stay-experience-audience:hover,
    .stay-experience-audience:focus-visible {
      background: var(--neutral--060);
      outline: 0;
    }
    .stay-experience-audience[aria-selected="true"],
    .stay-experience-audience[aria-pressed="true"] {
      background: var(--green-100);
      border-color: var(--green-200);
      color: var(--ink);
    }
    .stay-experience-card {
      display: grid;
      gap: 12px;
      padding: 15px;
      align-content: start;
    }
    .stay-experience-copy {
      display: grid;
      gap: 7px;
    }
    .stay-experience-card h3,
    .stay-experience-card p {
      margin: 0;
    }
    .stay-experience-card h3 {
      color: var(--ink);
      font-size: 18px;
      line-height: 1.22;
    }
    .stay-experience-card p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }
    .stay-experience-kicker {
      color: var(--blue-500) !important;
      font-size: 12px !important;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .stay-experience-tags {
      gap: 10px;
    }
    .chips > span {
      display: inline-flex;
      align-items: center;
      border: 1px solid transparent;
      border-radius: 999px;
      background: var(--neutral--020);
      color: var(--ink);
      padding: 3px 9px;
      font-size: 12px;
      line-height: 1.2;
    }
    .stay-experience-evidence {
      border-top: 1px solid var(--line);
      padding-top: 10px;
      font-size: 12px !important;
    }
    .nearby-experience-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
      align-items: stretch;
    }
    .nearby-experience-card {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .nearby-experience-media {
      aspect-ratio: 16 / 10;
      border-radius: 16px;
      overflow: hidden;
      background: var(--neutral--020);
    }
    .nearby-experience-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
    .nearby-experience-copy {
      display: grid;
      gap: 7px;
    }
    .nearby-experience-body {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      gap: 12px;
    }
    .nearby-experience-card h3,
    .nearby-experience-card p {
      margin: 0;
    }
    .nearby-experience-card h3 {
      font-size: 18px;
      line-height: 1.22;
    }
    .nearby-experience-card p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.5;
    }
    .nearby-experience-facts {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 12px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.4;
    }
    .nearby-experience-facts span {
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }
    .nearby-experience-facts span + span::before {
      content: '';
      width: 4px;
      height: 4px;
      margin-right: 12px;
      border-radius: 999px;
      background: var(--blue-200);
      flex: 0 0 auto;
    }
    .nearby-experience-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
    }
    .nearby-experience-meta span,
    .nearby-experience-status {
      border-radius: 999px;
      background: var(--neutral--020);
      color: var(--ink);
      padding: 3px 9px;
      font-size: 12px;
      line-height: 1.2;
    }
    .nearby-experience-status.bookable {
      background: #dfeee4;
      color: #1f3027;
    }
    .nearby-experience-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding-top: 4px;
      align-items: center;
    }
    .nearby-experience-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      border-radius: 999px;
      border: 1px solid var(--green-200);
      background: var(--green-100);
      color: var(--ink);
      padding: 0 14px;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
    }
    .nearby-experience-action.secondary {
      min-height: auto;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--blue-500);
      padding: 0;
      font-weight: 500;
      text-decoration: underline;
      text-decoration-color: var(--blue-200);
      text-underline-offset: 2px;
    }
    .nearby-experience-action:hover,
    .nearby-experience-action:focus-visible {
      background: var(--green-200);
      outline: 0;
    }
    .nearby-experience-action.secondary:hover,
    .nearby-experience-action.secondary:focus-visible {
      background: transparent;
      color: var(--blue-700);
    }
    .nearby-experience-card .stay-experience-evidence {
      margin-top: auto;
    }
    .collection-list {
      display: grid;
      list-style: none;
      margin: 0;
      padding: 0;
      border-top: 1px solid var(--line);
    }
    .collection-item {
      border-bottom: 1px solid var(--line);
      padding: 6px 0;
    }
    .collection-item summary {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 18px;
      gap: 12px;
      align-items: center;
      padding: 0;
      cursor: pointer;
      font: inherit;
      list-style: none;
    }
    .collection-item summary::-webkit-details-marker {
      display: none;
    }
    .collection-item summary:hover,
    .collection-item summary:focus-visible {
      outline: none;
    }
    .collection-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 400;
      text-decoration: none;
    }
    .collection-arrow {
      justify-self: end;
      width: 8px;
      height: 8px;
      border-right: 1.5px solid var(--muted);
      border-bottom: 1.5px solid var(--muted);
      transform: rotate(45deg);
      transition: transform .16s ease;
    }
    .collection-item[open] .collection-arrow {
      transform: rotate(225deg);
    }
    .collection-reason {
      margin: -1px 0 7px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }
    .local-host-panel {
      border-top: 1px solid var(--line);
      padding-top: 16px;
    }
    .local-host-panel h3 {
      margin: 0 0 12px;
      font-size: 18px;
    }
    .persona-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, 86px);
      gap: 16px;
      align-items: start;
      justify-content: start;
    }
    .persona-grid .agent-tile {
      justify-self: start;
    }
    .hero {
      background:
        linear-gradient(180deg, var(--blue-700), var(--blue-500)),
        var(--hero-image, none) center/cover;
      color: var(--white);
      min-height: 54vh;
      display: grid;
      align-items: end;
      padding: 68px 0 34px;
    }
    h1 {
      font-size: clamp(40px, 7vw, 60px);
      line-height: .95;
      margin: 0 0 18px;
      max-width: 850px;
      font-weight: 500;
      letter-spacing: 0;
    }
    .hero p {
      max-width: 720px;
      margin: 0;
      font-size: 19px;
      color: var(--blue-100);
    }
    .hero .profile-purpose {
      max-width: 900px;
      margin: 0 0 18px;
      color: var(--blue-200);
      font-size: 15px;
      line-height: 1.45;
    }
    .hero-actions {
      margin-top: 26px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 84px;
      flex-wrap: wrap;
      max-width: 980px;
      /* Reserve the assistant/key-people strip's height so the empty grids in the
         SSR shell don't collapse to 0 and then grow ~123px on hydration, shoving
         the page down (a top CLS contributor). Matches the populated single-row
         height; extra agents wrap and only add bounded shift. */
      min-height: 123px;
    }
    .cta-column {
      display: grid;
      gap: 12px;
    }
    .cta-label {
      color: var(--blue-200);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .agent-grid {
      display: flex;
      align-items: flex-start;
      gap: 26px;
      flex-wrap: wrap;
    }
    .key-people-column {
      margin-left: auto;
    }
    .persona-avatar {
      display: grid;
      place-items: center;
      background: transparent;
      color: var(--ink);
      font-weight: 850;
      font-size: 18px;
    }
    .person-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-left: 8px;
    }
    .person-avatar-button {
      border: 0;
      background: transparent;
      padding: 0;
      display: inline-grid;
      place-items: center;
      cursor: pointer;
      vertical-align: middle;
    }
    .person-avatar {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      object-fit: cover;
      background: var(--blue-100);
      color: var(--ink);
      display: inline-grid;
      place-items: center;
      font-size: 10px;
      font-weight: 850;
    }
    .person-avatar svg,
    .agent-avatar svg {
      width: 100%;
      height: 100%;
      display: block;
    }
    .agent-tile {
      width: 86px;
      color: inherit;
      text-align: center;
      text-decoration: none;
      display: inline-grid;
      justify-items: center;
      gap: 10px;
      padding: 0;
      border: 0;
      background: transparent;
      font: inherit;
      cursor: pointer;
    }
    .agent-avatar {
      width: 64px;
      height: 64px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,.08);
      object-fit: cover;
      display: block;
      background: rgba(255,255,255,.12);
      transition: transform .16s ease, box-shadow .16s ease;
    }
    .agent-tile:hover .agent-avatar,
    .agent-tile:focus-visible .agent-avatar {
      transform: translateY(-2px);
      box-shadow: 0 8px 18px rgba(0,0,0,.18);
    }
    .agent-role {
      font-size: 14px;
      line-height: 1.2;
    }
    .claim-avatar {
      padding: 13px;
      background: white;
    }
    .claim-avatar svg {
      width: 100%;
      height: 100%;
      display: block;
    }
    .btn {
      border: 1px solid var(--sand-500);
      background: var(--sand-500);
      color: white;
      padding: 12px 16px;
      font-weight: 750;
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
      border-radius: 3px;
    }
    .btn.secondary {
      background: rgba(255,255,255,.08);
      color: white;
      border-color: var(--blue-200);
    }
    .btn.ghost {
      background: transparent;
      color: var(--ink);
      border-color: var(--line);
    }
    .btn.small {
      min-height: 40px;
      padding: 9px 13px;
      font-size: 14px;
    }
    .sticky-actions {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 30;
      padding: 6px 0;
      background: white;
      color: var(--ink);
      border-top: 1px solid var(--line);
      box-shadow: 0 -12px 32px rgba(15,15,15,.08);
    }
    .sticky-actions .wrap {
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    .sticky-label {
      min-width: 0;
    }
    .sticky-place,
    .sticky-label span {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .sticky-place {
      font-weight: 650;
    }
    .sticky-label span {
      color: var(--neutral--600);
      font-size: 13px;
    }
    .sticky-buttons {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      flex: 0 0 auto;
    }
    .sticky-agent-group {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .sticky-actions .cta-column { gap: 7px; }
    .sticky-actions .cta-label {
      font-size: 11px;
      color: var(--neutral--600);
    }
    .sticky-actions .agent-grid { gap: 18px; }
    .sticky-actions .agent-tile {
      width: 72px;
      gap: 7px;
    }
    .sticky-actions .agent-avatar {
      width: 46px;
      height: 46px;
      border-radius: 10px;
    }
    .sticky-actions .agent-role { font-size: 12px; }
    .sticky-actions .claim-avatar { padding: 10px; }

    main {
      background: var(--neutral--020);
      padding: 36px 0 0;
    }
    .grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 350px;
      gap: 26px;
      align-items: start;
    }
    .overview-grid {
      align-items: stretch;
      margin-bottom: 6px;
    }
    .overview-grid > div,
    .overview-grid aside {
      display: flex;
      flex-direction: column;
    }
    .overview-section {
      flex: 1;
    }
    .body-flow {
      display: grid;
      gap: 0;
    }
    .signal-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
    .signal-grid section {
      min-width: 0;
    }
    section, aside .panel {
      background: white;
      border: 1px solid var(--line);
      border-radius: 6px;
      margin-bottom: 20px;
      min-width: 0;
      padding: 24px;
    }
    section[id],
    #questions,
    #visual-gaps {
      scroll-margin-top: 42px;
    }
    h2 {
      font-size: 28px;
      line-height: 1.12;
      margin: 0 0 16px;
      font-weight: 500;
    }
    h3 {
      color: var(--blue-600);
      font-size: 22px;
      margin: 0 0 8px;
      font-weight: 500;
    }
    .muted { color: var(--muted); }
    .small { font-size: 13px; }
    .facts {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
    .profile-summary {
      display: grid;
      gap: 18px;
    }
    .profile-description {
      margin: 0;
    }
    .profile-data {
      width: 100%;
      overflow-x: auto;
    }
    .profile-data-table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid var(--line);
      font-size: 14px;
    }
    .profile-data th,
    .profile-data td {
      padding: 7px 0;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .profile-data th {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .profile-data th:first-child,
    .profile-data td:first-child {
      white-space: nowrap;
      padding-right: 16px;
    }
    .profile-data th:last-child,
    .profile-data td:last-child {
      width: 190px;
      padding-left: 18px;
    }
    .profile-data td {
      min-width: 0;
      overflow-wrap: anywhere;
      padding: 4px 0;
    }
    .area-data-table th:nth-child(1),
    .area-data-table td:nth-child(1) {
      width: 36%;
      white-space: normal;
    }
    .area-data-table th:nth-child(2),
    .area-data-table td:nth-child(2) {
      width: 14%;
      padding-right: 16px;
    }
    .area-data-table th:nth-child(3),
    .area-data-table td:nth-child(3) {
      width: 29%;
      padding-right: 16px;
    }
    .area-data-table th:nth-child(4),
    .area-data-table td:nth-child(4) {
      width: 24%;
      padding-left: 16px;
    }
    .area-data-table th:last-child,
    .area-data-table td:last-child {
      width: 133px;
    }
    .expandable-attribute-cell {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 28px;
      column-gap: 8px;
      align-items: start;
    }
    .expandable-attribute-copy {
      min-width: 0;
      display: grid;
      gap: 4px;
    }
    .expandable-description-trigger {
      border: 0;
      background: transparent;
      padding: 0;
      width: 28px;
      height: 28px;
      display: block;
      text-align: left;
      cursor: pointer;
      font: inherit;
      color: inherit;
    }
    .expandable-attribute-label {
      min-width: 0;
      font: inherit;
      color: inherit;
    }
    .expandable-description-toggle {
      width: 28px;
      height: 28px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--white);
      color: var(--ink);
      display: grid;
      place-items: center;
    }
    .expandable-description-toggle::before {
      content: "";
      width: 7px;
      height: 7px;
      border: solid currentColor;
      border-width: 0 2px 2px 0;
      transform: translateY(-2px) rotate(45deg);
    }
    .area-context-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
      gap: 44px;
      align-items: stretch;
    }
    .area-context-primary,
    .area-context-secondary {
      min-width: 0;
    }
    .area-context-primary {
      display: grid;
      gap: 28px;
      align-content: start;
    }
    .area-context-secondary {
      display: grid;
      gap: 24px;
      align-content: start;
    }
    .adjacent-neighborhoods-panel {
      margin-top: 0;
    }
    .major-ports-panel {
      min-width: 0;
    }
    .area-map-panel {
      border-radius: 5px;
      background: var(--white);
      overflow: hidden;
      align-self: stretch;
      display: flex;
      align-items: stretch;
    }
    .area-map-frame {
      width: 100%;
      position: relative;
      display: flex;
      align-items: stretch;
      margin-top: auto;
      min-height: min(560px, calc(100svh - 150px));
      max-height: min(1500px, calc(100svh - 190px));
      height: 100%;
    }
    .area-map {
      flex: 1 1 auto;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 5px;
      overflow: hidden;
      background: var(--white);
      position: relative;
    }
    .area-map .maplibregl-canvas {
      outline: none;
    }
    .area-map .maplibregl-ctrl-group {
      border: 1px solid var(--line);
      box-shadow: none;
    }
    .area-map .maplibregl-ctrl button {
      width: 28px;
      height: 28px;
    }
    .area-map .maplibregl-ctrl-attrib {
      background: rgba(255, 255, 255, 0.88);
      font-size: 11px;
    }
    .area-map-empty {
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      padding: 20px;
      text-align: center;
      color: var(--muted);
      font-size: 14px;
    }
    .area-map-layer-controls {
      position: absolute;
      top: 14px;
      left: 14px;
      z-index: 3;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      max-width: calc(100% - 28px);
    }
    .area-map-layer-toggle {
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.92);
      color: var(--ink);
      border-radius: 999px;
      padding: 8px 12px;
      font: inherit;
      font-size: 12px;
      line-height: 1;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(23, 19, 17, 0.08);
    }
    .area-map-layer-toggle.is-active {
      background: var(--ink);
      color: var(--white);
      border-color: var(--ink);
    }
    .adjacent-neighborhoods-table-shell {
      padding: 0;
    }
    .major-ports-table-shell {
      margin-top: 0;
    }
    .major-ports-title {
      margin: 0 0 14px;
      font-size: 17px;
      line-height: 1.3;
    }
    .major-ports-subtitle {
      margin: -4px 0 14px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }
    .adjacent-neighborhoods-table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid var(--line);
      font-size: 14px;
    }
    .adjacent-neighborhoods-table th,
    .adjacent-neighborhoods-table td {
      padding: 4px 0;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .adjacent-neighborhoods-table th {
      padding: 7px 0;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .adjacent-neighborhoods-table th:last-child,
    .adjacent-neighborhoods-table td:last-child {
      width: 112px;
      text-align: right;
      white-space: nowrap;
      padding-left: 18px;
    }
    .adjacent-neighborhoods-name {
      font-weight: 500;
    }
    .expandable-description-trigger[aria-expanded="true"] .expandable-description-toggle::before {
      transform: translateY(2px) rotate(225deg);
    }
    .expandable-description-body {
      margin: 0;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.45;
    }
    .transport-option-list {
      margin-top: 4px;
    }
    .transport-option-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 12px;
      line-height: 1.45;
    }
    .transport-option-table th,
    .transport-option-table td {
      padding: 8px 0;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .transport-option-table th {
      color: var(--blue-500);
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .05em;
    }
    .transport-option-table th:not(:last-child),
    .transport-option-table td:not(:last-child) {
      padding-right: 14px;
    }
    .transport-option-table tbody tr:last-child td {
      border-bottom: 0;
    }
    .transport-option-mode {
      color: var(--ink);
      font-weight: 600;
      white-space: nowrap;
    }
    .transport-option-trust details.trust-status {
      font-size: 12px;
    }
    details.trust-status {
      border-top: 0;
      padding: 0;
      color: var(--muted);
      font-size: 12px;
    }
    .trust-status summary {
      color: var(--ink);
      cursor: pointer;
      font-size: 13px;
      font-weight: 400;
      list-style: revert;
    }
    .trust-status span {
      display: block;
      margin-top: 2px;
    }
    .metric-grid {
      display: grid;
      gap: 8px;
      margin-top: 14px;
    }
    .metric-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) repeat(3, 54px);
      gap: 8px;
      align-items: baseline;
      padding: 6px 0;
      border-top: 1px solid var(--line);
      font-size: 14px;
    }
    .metric-row:first-child {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      border-top: 0;
    }
    .metric-row span:not(:first-child) {
      text-align: right;
      white-space: nowrap;
      font-variant-numeric: tabular-nums;
    }
    .activity-expanded {
      margin-left: 0;
      padding: 2px 0 12px;
      max-height: 330px;
      overflow-y: auto;
      overflow-x: auto;
    }
    .activity-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }
    #profileActivityBody tr {
      vertical-align: bottom;
    }
    .activity-table th,
    .activity-table td {
      text-align: left;
      border-top: 1px solid var(--line);
      padding: 6px 8px;
    }
    #profileActivityBody th,
    .activity-table thead:first-child tr:first-child th {
      border-top: 0;
    }
    .activity-table th {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    .activity-table th:first-child,
    .activity-table td:first-child {
      white-space: nowrap;
      width: 120px;
    }
    .activity-actions {
      width: 36px;
      text-align: right;
    }
    .activity-arrow {
      border: 0;
      background: transparent;
      color: var(--ink);
      width: 28px;
      height: 28px;
      padding: 0;
      cursor: pointer;
      display: inline-grid;
      place-items: center;
    }
    .activity-arrow svg {
      width: 18px;
      height: 18px;
      transition: transform .16s ease;
    }
    .activity-arrow[aria-expanded="true"] svg {
      transform: rotate(180deg);
    }
    .activity-extra[hidden] {
      display: none;
    }
    .fact, .evidence, .question, .activity, .offer-empty {
      background: var(--paper-dark);
      border-radius: 5px;
      padding: 13px;
    }
    .offer-empty strong {
      font-weight: inherit;
      color: inherit;
    }
    .fact strong, .evidence strong { display: block; font-size: 13px; color: var(--muted); margin-bottom: 3px; }
    .update-type {
      display: inline-block;
      color: var(--blue-500);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .updates-feed {
      display: grid;
      border-top: 1px solid var(--line);
    }
    .section-note {
      margin: 0 0 14px;
      color: var(--muted);
      max-width: 820px;
      font-size: 14px;
    }
    .signal-list {
      display: grid;
    }
    .signal-table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid var(--line);
      font-size: 14px;
    }
    .signal-table th,
    .signal-table td {
      padding: 9px 0;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .signal-table th {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .signal-table th:last-child,
    .signal-table td:last-child {
      text-align: right;
      white-space: nowrap;
      font-variant-numeric: tabular-nums;
    }
    .recommendations-subtitle,
    .faq-panel .muted,
    .media-known-note,
    .grounding-gap-subsection .muted,
    .visual-gaps-note,
    .media-null-alert {
      font-size: 14px;
    }
    .update-row {
      display: grid;
      grid-template-columns: 150px minmax(0, 1fr);
      gap: 14px;
      padding: 9px 0;
      border-bottom: 1px solid var(--line);
    }
    .update-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) max-content;
      gap: 12px;
      align-items: baseline;
    }
    .update-row time {
      display: block;
      color: var(--muted);
      font-size: 13px;
      white-space: nowrap;
    }
    .update-row strong {
      min-width: 0;
      font-size: 14px;
    }
    .update-row p {
      margin: 2px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }
    .chips { display: flex; flex-wrap: wrap; gap: 10px; }
    .chip {
      max-width: 320px;
      border: 0;
      border-top: 0;
      padding: 0;
    }
    .chip summary {
      list-style: none;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 999px;
      background: var(--neutral--020);
      color: var(--ink);
      padding: 4px 12px;
      font-weight: 400;
      line-height: 1.2;
      transition: background .16s ease, border-color .16s ease, color .16s ease;
    }
    .chip summary:hover,
    .chip summary:focus-visible {
      background: var(--neutral--060);
      outline: 0;
    }
    .chip summary::-webkit-details-marker { display: none; }
    .chip[open] summary,
    .chip.selected summary {
      background: var(--green-100);
      border-color: var(--green-200);
    }
    .chip p {
      display: none;
    }
    .attribute-evidence-footer {
      margin-top: 12px;
      border-top: 1px solid var(--line);
      padding-top: 10px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
      min-height: 30px;
    }
    .attribute-evidence-footer[hidden] {
      display: none;
    }
    .attribute-evidence-text {
      margin: 0 0 10px;
    }
    .attribute-detail-text {
      margin: 0 0 8px;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.5;
    }
    .attribute-detail-text[hidden] {
      display: none;
    }
    .attribute-evidence-media {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 2px;
      scroll-snap-type: x proximity;
    }
    .attribute-media-card {
      min-width: 136px;
      max-width: 170px;
      scroll-snap-align: start;
      color: var(--ink);
      font-size: 12px;
      margin: 0;
    }
    .attribute-media-card a {
      color: inherit;
      text-decoration: none;
    }
    .attribute-media-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
      border-radius: 4px;
      background: var(--soft);
      margin-bottom: 5px;
    }
    .attribute-media-type {
      display: block;
      color: var(--muted);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
    .faq-panels,
    .media-panels {
      display: grid;
      grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr);
      gap: 18px;
      align-items: start;
      min-width: 0;
    }
    .faq-panel,
    .media-panel {
      min-width: 0;
    }
    #media,
    #accessibility {
      overflow-anchor: none;
    }
    .faq-panel summary,
    .knowledge-gap-list p {
      overflow-wrap: anywhere;
    }
    .faq-panel summary {
      font-weight: 500;
    }
    .faq-panel h3,
    .media-panel h3 {
      margin-bottom: 6px;
    }
    .knowledge-gap-list {
      display: grid;
      margin-top: 12px;
    }
    .knowledge-gap-list p {
      margin: 0;
      border-top: 1px solid var(--line);
      padding: 6px 0;
    }
    .opening-hours-offers {
      display: grid;
      grid-template-columns: 350px minmax(0, 1fr);
      gap: 14px;
      align-items: stretch;
      margin-bottom: 20px;
    }
    .opening-hours-offers > section {
      display: flex;
      flex-direction: column;
      height: 100%;
      margin-bottom: 0;
    }
    .opening-hours-offers .offer-empty {
      flex: 1;
    }
    .offers-summary {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 16px;
      align-items: start;
    }
    #offers .offer-empty {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .offers-summary p {
      margin: 0;
    }
    .offer-summary-copy {
      display: grid;
      gap: 4px;
    }
    .offer-price-tier {
      min-width: 170px;
      padding-left: 16px;
      border-left: 1px solid var(--line);
    }
    .offer-price-tier-label {
      margin: 0 0 4px;
      color: var(--blue-500);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
    .offer-price-tier-value {
      margin: 0;
      color: var(--ink);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.35;
      text-align: left;
    }
    .offer-pricing-details {
      margin: 20px 0 0;
      margin-top: auto;
      padding-top: 16px;
    }
    .offer-pricing-details-label {
      margin: 0 0 4px;
      color: var(--blue-500);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
    .offer-pricing-details-value {
      margin: 0;
    }
    .offer-pricing-details strong {
      color: var(--ink);
    }
    @media (max-width: 900px) {
      .opening-hours-offers {
        grid-template-columns: minmax(0, 1fr);
      }
    }
    @media (max-width: 680px) {
      .offers-summary {
        grid-template-columns: minmax(0, 1fr);
      }
      .offer-price-tier {
        min-width: 0;
        padding-left: 0;
        padding-top: 12px;
        border-left: 0;
        border-top: 1px solid var(--line);
      }
      .offer-price-tier-value {
        text-align: left;
      }
    }
    .two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .media-carousel {
      display: flex;
      align-items: stretch;
      gap: 10px;
      overflow-x: auto;
      padding: 2px 0 8px;
      scroll-snap-type: x proximity;
    }
    .media-search {
      width: 100%;
      margin: 0 0 12px;
    }
    .media-known-note {
      margin: 0 0 10px;
      color: var(--muted);
    }
    .media-item {
      flex: 0 0 172px;
      display: flex;
      flex-direction: column;
      margin: 0;
      scroll-snap-align: start;
    }
    .media-item[hidden] {
      display: none;
    }
    .media-caption {
      display: grid;
    }
    .media-thumb {
      width: 100%;
      border: 0;
      background: transparent;
      padding: 8px 0 5px;
      color: inherit;
      text-align: left;
      cursor: pointer;
      font: inherit;
    }
    .media-thumb img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      display: block;
      border-radius: 4px;
    }
    .media-description {
      border-top: 0;
      padding: 0;
    }
    .media-description-trigger {
      width: 100%;
      border: 0;
      background: transparent;
      padding: 0;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 28px;
      gap: 8px;
      align-items: center;
      text-align: left;
      cursor: pointer;
    }
    .media-title {
      min-width: 0;
      height: 28px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.3;
      display: flex;
      align-items: center;
    }
    .media-description-toggle {
      width: 28px;
      height: 28px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--white);
      color: var(--ink);
      display: grid;
      place-items: center;
    }
    .media-description-toggle::before {
      content: "";
      width: 7px;
      height: 7px;
      border: solid currentColor;
      border-width: 0 2px 2px 0;
      transform: translateY(-2px) rotate(45deg);
    }
    .media-description-trigger[aria-expanded="true"] .media-description-toggle::before {
      transform: translateY(2px) rotate(225deg);
    }
    .media-trust .trust-status {
      border-top: 0;
      padding: 0;
    }
    .media-description-body {
      margin: 2px 0 0;
      max-height: 168px;
      overflow-y: auto;
      border: 1px solid var(--line);
      border-radius: 4px;
      background: var(--paper-dark);
      padding: 8px 10px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.25;
    }
    .media-null-alert {
      border: 1px solid var(--line);
      border-radius: 4px;
      background: var(--paper-dark);
      padding: 10px 12px;
      color: var(--warn);
      font-size: 13px;
    }
    .media-null-alert[hidden] {
      display: none;
    }
    .visual-gaps-title {
      margin-bottom: 6px;
    }
    .visual-gaps-note {
      margin: 0 0 8px;
      color: var(--muted);
      font-size: 13px;
    }
    .visual-gaps-table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid var(--line);
    }
    .practical-constraints-table th:first-child,
    .practical-constraints-table td:first-child {
      width: 20%;
      padding-right: 18px;
      white-space: nowrap;
    }
    .practical-constraints-table td:last-child {
      line-height: 1.5;
    }
    .accessibility-table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid var(--line);
    }
    .accessibility-table th:first-child,
    .accessibility-table td:first-child,
    .accessibility-table th:last-child,
    .accessibility-table td:last-child {
      width: 28%;
    }
    .accessibility-table th:first-child,
    .accessibility-table td:first-child {
      padding-right: 18px;
    }
    .accessibility-table th:last-child,
    .accessibility-table td:last-child {
      padding-left: 18px;
    }
    .visual-gaps-table th,
    .visual-gaps-table td,
    .accessibility-table th,
    .accessibility-table td {
      padding: 6px 0;
      border-bottom: 1px solid var(--line);
      font-size: 13px;
      text-align: left;
      vertical-align: top;
    }
    .visual-gaps-table th,
    .accessibility-table th {
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .media-modal {
      position: fixed;
      inset: 0;
      z-index: 80;
      display: grid;
      place-items: center;
      padding: 28px;
      background: rgba(18,15,13,.74);
    }
    .media-modal[hidden] {
      display: none;
    }
    .media-modal-dialog {
      width: min(960px, calc(100vw - 56px));
      max-height: calc(100vh - 56px);
      background: var(--white);
      border-radius: 6px;
      box-shadow: 0 24px 70px rgba(0,0,0,.34);
      overflow: auto;
      position: relative;
      padding: 18px;
    }
    .media-modal-close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 34px;
      height: 34px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--white);
      color: var(--ink);
      cursor: pointer;
      font-size: 20px;
      line-height: 1;
    }
    .media-modal img {
      width: 100%;
      max-height: calc(100vh - 150px);
      object-fit: contain;
      display: block;
      border-radius: 4px;
      background: var(--soft);
    }
    .media-modal-caption {
      margin: 10px 42px 0 0;
      color: var(--muted);
      font-size: 13px;
    }
    .neighborhood-map-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
      gap: 18px;
      align-items: stretch;
      transition: grid-template-columns .18s ease;
      overflow-anchor: none;
    }
    .neighborhood-map-layout.sidebar-collapsed {
      grid-template-columns: minmax(0, 1fr) 44px;
      gap: 10px;
    }
    .map {
      height: min(1500px, calc(100svh - 190px));
      border-radius: 6px;
      border: 1px solid var(--line);
      position: relative;
      overflow: hidden;
      overflow-anchor: none;
      background: transparent;
    }
    .map .maplibregl-canvas {
      outline: 0;
    }
    .map .maplibregl-ctrl-attrib {
      display: none;
    }
    .map .maplibregl-popup {
      z-index: 8 !important;
    }
    .map .maplibregl-marker {
      z-index: 5 !important;
    }
    .map .maplibregl-marker.poi-marker.main {
      z-index: 7 !important;
    }
    .poi-card-connector {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: visible;
      pointer-events: none;
      z-index: 1 !important;
    }
    .poi-card-connector polygon {
      filter: blur(1.5px);
    }
    .poi-marker {
      width: 32px;
      height: 32px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: var(--white);
      box-shadow: none;
      display: grid;
      place-items: center;
      font: 500 14px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      cursor: pointer;
      overflow: visible;
    }
    .poi-marker-label {
      width: 32px;
      height: 32px;
      border: 2px solid var(--neutral--060);
      border-radius: 999px;
      background: var(--neutral--800);
      color: var(--white);
      box-shadow: 0 8px 20px rgba(23,19,17,.22);
      display: grid;
      place-items: center;
      transform: scale(1);
      transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, opacity .16s ease;
      pointer-events: none;
    }
    .poi-marker:hover,
    .poi-marker:focus-visible {
      outline: 0;
    }
    .poi-marker:hover .poi-marker-label,
    .poi-marker:focus-visible .poi-marker-label {
      transform: scale(1.1);
      box-shadow: 0 14px 30px rgba(23,19,17,.34), 0 4px 12px rgba(23,19,17,.22);
    }
    .poi-marker.main {
      width: 53px;
      height: 63px;
      position: relative;
      background: transparent;
      color: var(--white);
      border: 0;
      border-radius: 0;
      box-shadow: none;
      font-size: 14px;
      transform: none;
      z-index: 1;
    }
    .poi-marker.main::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 45px;
      height: 45px;
      border-radius: 999px;
      background:
        radial-gradient(circle at center, var(--white) 0 8px, transparent 9px),
        var(--sand-600);
      border: 2px solid var(--white);
      box-shadow: 0 8px 20px rgba(23,19,17,.22);
      transform: translateX(-50%);
      transition: transform .16s ease, box-shadow .16s ease;
      pointer-events: none;
    }
    .poi-marker.main::after {
      content: "";
      position: absolute;
      top: 43px;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 18px solid var(--sand-600);
      filter: drop-shadow(0 2px 0 var(--white));
      transform: translateX(-50%);
      transform-origin: 50% 0;
      transition: transform .16s ease, filter .16s ease;
      pointer-events: none;
    }
    .poi-marker.main:hover,
    .poi-marker.main:focus-visible {
      outline: 0;
    }
    .poi-marker.main:hover::before,
    .poi-marker.main:focus-visible::before {
      transform: translateX(-50%) scale(1.1);
      box-shadow: 0 14px 30px rgba(23,19,17,.34), 0 4px 12px rgba(23,19,17,.22);
    }
    .poi-marker.main:hover::after,
    .poi-marker.main:focus-visible::after {
      transform: translateX(-50%) scale(1.1);
      filter: drop-shadow(0 2px 0 var(--white)) drop-shadow(0 8px 12px rgba(23,19,17,.18));
    }
    .poi-marker.active {
      background: transparent;
      color: var(--white);
      border-color: transparent;
      box-shadow: none;
    }
    .poi-marker.active .poi-marker-label {
      background: var(--green-600);
      border-color: var(--white);
      box-shadow: 0 0 0 4px rgba(28,125,98,.22);
    }
    .poi-marker.active:hover .poi-marker-label,
    .poi-marker.active:focus-visible .poi-marker-label {
      box-shadow: 0 14px 30px rgba(23,19,17,.34), 0 4px 12px rgba(23,19,17,.22);
    }
    .poi-marker.main.active {
      background: transparent;
      color: var(--white);
      border-color: transparent;
      box-shadow: none;
    }
    .poi-marker.filtered-out {
      display: none;
    }
    .map-unavailable {
      margin: 0;
      min-height: 100%;
      display: grid;
      place-items: center;
      padding: 20px;
      color: var(--muted);
      text-align: center;
    }
    .maplibregl-popup-content {
      padding: 0;
      border-radius: 12px !important;
      border: 0;
      box-shadow: 0 18px 48px rgba(23,19,17,.22);
      color: #111;
      background: #fff;
      overflow: hidden;
    }
    .maplibregl-popup-close-button {
      display: none;
    }
    .maplibregl-popup-tip {
      display: none !important;
      border: 0 !important;
    }
    .map .maplibregl-popup.map-popup-dragged {
      margin-left: var(--map-popup-drag-x, 0px);
      margin-top: var(--map-popup-drag-y, 0px);
    }
    .map-popup {
      padding: 0;
      width: 320px;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      max-height: min(690px, calc(100vh - 110px));
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    .map-popup .place-hero {
      position: relative;
      flex: 0 1 180px;
      min-height: 168px;
      width: 100%;
      background: #e5e7eb;
      background-size: cover;
      background-position: center center;
      border-radius: 0;
      overflow: hidden;
      cursor: grab;
      touch-action: none;
    }
    .map-popup.is-dragging .place-hero {
      cursor: grabbing;
    }
    .map-popup .place-hero.fallback {
      background-image: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 50%, #d1d5db 100%);
    }
    .map-popup .popup-button {
      position: absolute;
      top: 8px;
      width: 26px;
      height: 26px;
      border-radius: 999px;
      border: 1px solid rgba(0, 0, 0, .2);
      background: rgba(255, 255, 255, .65);
      color: #111;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 0;
      line-height: 1;
      text-decoration: none;
      font-family: inherit;
      font-size: 14px;
      font-weight: 300;
      z-index: 12;
    }
    .map-popup .popup-button:hover {
      background: rgba(255, 255, 255, .8);
    }
    .map-popup .popup-button.info {
      left: 8px;
      font-weight: 500;
    }
    .map-popup .popup-button.close {
      right: 8px;
      font-size: 0;
    }
    .map-popup .popup-button.trash {
      right: 44px;
      font-size: 14px;
      display: none;
    }
    .map-popup .info-overlay {
      position: absolute;
      top: 44px;
      left: 10px;
      right: 10px;
      background: rgba(0, 0, 0, .65);
      color: #fff;
      padding: 8px 10px;
      border-radius: 8px;
      font-size: 11px;
      box-sizing: border-box;
      display: none;
      z-index: 10;
    }
    .map-popup .info-overlay.show {
      display: block;
      line-height: 1.4;
    }
    .map-popup .agents-rail {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 8px;
      padding: 0 8px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .map-popup .agents-grid-wrapper {
      overflow: hidden;
      width: 100%;
    }
    .map-popup .agents-grid {
      display: flex;
      gap: 8px;
      width: 100%;
      transition: transform 0.3s ease;
    }
    .map-popup .agent-wrapper {
      flex: 0 0 calc((100% - 16px) / 3);
      min-width: 0;
    }
    .map-popup .agent-tile {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, .12);
      min-height: 84px;
      width: 100%;
      background-size: cover;
      background-position: center;
      cursor: pointer;
      box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
      transition: transform .06s ease, box-shadow .12s ease, border-color .12s ease;
    }
    .map-popup .agent-tile::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, .50);
    }
    .map-popup .agent-tile:hover::before {
      background: rgba(255, 255, 255, .8);
    }
    .map-popup .agent-tile:hover {
      box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
      border-color: rgba(0, 0, 0, .18);
    }
    .map-popup .agent-tile.active {
      border: 1px solid #292929;
      box-shadow: 0 2px 8px rgba(41, 41, 41, .2);
      background-image: none;
    }
    .map-popup .agent-tile.active::before {
      background: rgba(255, 255, 255, .90);
    }
    .map-popup .agent-icon {
      position: absolute;
      top: 8px;
      left: 50%;
      transform: translateX(-50%);
      width: 48px;
      height: 48px;
      border-radius: 6px;
      border: none;
      background: transparent;
      object-fit: contain;
      z-index: 1;
    }
    .map-popup .agent-role {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      color: #111;
      font-size: 12px;
      line-height: 1.0;
      text-align: center;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 24px;
      pointer-events: none;
      z-index: 1;
      background: rgba(255, 255, 255, .75);
      padding: 2px 4px;
      border-radius: 0;
    }
    .map-popup .place-chat {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: max-height 300ms ease-in-out, opacity 300ms ease-in-out;
      background: var(--paper-dark);
      border-bottom: 1px solid #eee;
      display: flex;
      flex-direction: column;
      flex: 0 0 auto;
    }
    .map-popup .place-chat.expanded {
      max-height: 330px;
      opacity: 1;
      flex: 2 0 auto;
      overflow: visible;
    }
    .map-popup .place-body {
      margin: 10px;
      margin-top: 12px;
      padding-bottom: 6px;
      flex: 0 1 auto;
      min-height: 0;
      display: flex;
      flex-direction: column;
    }
    .map-popup h3 {
      color: var(--ink);
      margin: -6px 0 6px 0;
      font-size: 15px;
      line-height: 1.2;
      padding: 0;
      flex-shrink: 0;
    }
    .map-popup .details-box {
      background: transparent;
      border: 0;
      border-radius: 8px;
      padding: 0;
      max-height: 220px;
      overflow: hidden;
      margin-top: 6px;
      box-sizing: border-box;
      max-width: 100%;
      flex: 0 1 auto;
      min-height: 0;
    }
    .map-popup .kv2 {
      display: flex;
      flex-direction: column;
      gap: 6px;
      font-size: 12px;
    }
    .map-popup .kv2 .value {
      color: #111;
      word-break: break-word;
    }
    .map-popup .kv2 a {
      color: #0b5bd3;
      text-decoration: none;
    }
    .map-popup .kv2 a:hover {
      text-decoration: underline;
    }
    .map-popup .ih-body {
      display: flex;
      flex-direction: column;
      padding: 10px;
      padding-bottom: 0;
      overflow-y: auto;
      gap: 8px;
      flex: 1 1 auto;
      min-height: 60px;
    }
    .map-popup .ih-body:empty {
      padding: 0;
    }
    .map-popup .ih-msg {
      padding: 8px 10px;
      border-radius: 8px;
      max-width: 92%;
      line-height: 1.35;
      white-space: pre-wrap;
      color: inherit;
      font-size: 13px;
    }
    .map-popup .ih-msg.user {
      background: var(--neutral--900);
      color: var(--neutral--000);
      align-self: flex-end;
    }
    .map-popup .ih-msg.assistant {
      background: var(--neutral--020);
      color: var(--neutral--900);
      align-self: flex-start;
    }
    .map-popup .ih-input-area {
      padding: 10px 10px 6px 10px;
      flex: 0 0 auto;
      background: inherit;
      display: flex;
      flex-direction: column;
    }
    .map-popup .ih-input {
      display: flex;
      gap: 10px;
      align-items: center;
      margin: 6px 0;
    }
    .map-popup .ih-input textarea {
      flex: 1;
      min-height: 44px;
      max-height: 120px;
      resize: none;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid var(--neutral--060);
      box-sizing: border-box;
      line-height: 1.4;
      background: var(--neutral--000);
      outline: none;
      font-family: inherit;
      font-size: 13px;
    }
    .map-popup .ih-send {
      background: var(--neutral--800);
      border: none;
      color: var(--neutral--000);
      width: 44px;
      height: 44px;
      padding: 0;
      border-radius: 50%;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }
    .map-popup .ih-send:hover {
      background: var(--neutral--900);
    }
    .map-popup .typing-dots {
      display: inline-flex;
      align-items: center;
      vertical-align: middle;
      height: 18px;
      padding-top: 2px;
    }
    .map-popup .typing-dots span {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 4px;
      background: var(--neutral--500);
      border-radius: 50%;
      opacity: .3;
      animation: ih-typing-dot 1s infinite ease-in-out;
    }
    .map-popup .typing-dots span:nth-child(2) {
      animation-delay: .12s;
    }
    .map-popup .typing-dots span:nth-child(3) {
      animation-delay: .24s;
    }
    @keyframes ih-typing-dot {
      0% { transform: translateY(0); opacity: .3; }
      50% { transform: translateY(-6px); opacity: 1; }
      100% { transform: translateY(0); opacity: .3; }
    }
    .recommendations {
      --recommendations-height: min(1500px, calc(100svh - 190px));
      --category-tabs-max-height: 40%;
      margin-top: 0;
      border: 0;
      border-radius: 6px;
      padding: 14px;
      height: var(--recommendations-height);
      display: flex;
      flex-direction: column;
      background: rgba(255,255,255,.74);
      overflow: hidden;
      position: relative;
      overflow-anchor: none;
    }
    .recommendations-header {
      display: block;
      padding-right: 38px;
      margin-bottom: 18px;
    }
    .recommendations h3 {
      margin: 0;
      font-size: 18px;
    }
    .recommendations-subtitle {
      margin: 3px 0 0;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.25;
    }
    .recommendations-toggle {
      width: 30px;
      height: 30px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--white);
      color: var(--ink);
      cursor: pointer;
      display: grid;
      place-items: center;
      padding: 0;
      position: absolute;
      top: 6px;
      right: 6px;
    }
    .recommendations-toggle::before {
      content: ">";
      font-size: 16px;
      line-height: 1;
      transform: rotate(0deg);
    }
    .recommendations-toggle:hover,
    .recommendations-toggle:focus-visible {
      background: var(--paper-dark);
    }
    .category-tabs-shell {
      position: relative;
      flex: 0 0 auto;
      min-height: 24px;
      margin: 0 0 10px;
      padding-right: 34px;
      z-index: 4;
    }
    .category-tabs-shell.expanded {
      z-index: 8;
    }
    .category-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      max-height: 24px;
      overflow: hidden;
      overscroll-behavior: contain;
      padding-right: 0;
    }
    .category-tabs-shell.expanded .category-tabs {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      max-height: min(320px, calc(var(--recommendations-height) - 170px));
      overflow-y: auto;
      background: white;
      border-radius: 12px;
      box-shadow: 0 18px 48px rgba(23,19,17,.18);
      padding: 8px 42px 8px 8px;
    }
    .category-tab {
      border: 1px solid transparent;
      border-radius: 999px;
      background: var(--neutral--020);
      color: var(--ink);
      cursor: pointer;
      font: inherit;
      font-size: 12px;
      line-height: 1;
      min-height: 24px;
      padding: 0 10px;
      white-space: nowrap;
      transition: background .16s ease, border-color .16s ease, color .16s ease;
    }
    .category-tab:hover,
    .category-tab:focus-visible {
      background: var(--neutral--060);
      outline: 0;
    }
    .category-tab.active {
      background: var(--green-100);
      border-color: var(--green-200);
    }
    .category-tabs-toggle {
      position: absolute;
      top: 0;
      right: 0;
      width: 24px;
      height: 24px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--white);
      color: var(--ink);
      cursor: pointer;
      display: grid;
      place-items: center;
      padding: 0;
      z-index: 9;
    }
    .category-tabs-toggle::before {
      content: "";
      width: 6px;
      height: 6px;
      border: solid currentColor;
      border-width: 0 2px 2px 0;
      transform: translateY(-2px) rotate(45deg);
    }
    .category-tabs-shell.expanded .category-tabs-toggle::before {
      transform: translateY(2px) rotate(225deg);
    }
    .category-tabs-toggle:hover,
    .category-tabs-toggle:focus-visible {
      background: var(--paper-dark);
      outline: 0;
    }
    .recommendations.collapsed {
      padding: 6px;
    }
    .recommendations.collapsed .recommendations-header {
      margin: 0;
      padding-right: 0;
    }
    .recommendations.collapsed .recommendations-toggle::before {
      content: "<";
    }
    .recommendations.collapsed h3,
    .recommendations.collapsed .recommendations-subtitle,
    .recommendations.collapsed .category-tabs-shell,
    .recommendations.collapsed .search-input,
    .recommendations.collapsed .recommendation-grid {
      display: none;
    }
    .recommendation-grid {
      min-height: 0;
      flex: 1 1 auto;
      display: block;
    }
    .search-input {
      width: 100%;
      min-height: 36px;
      border: 1px solid var(--line);
      background: white;
      color: var(--ink);
      border-radius: 1.5rem;
      padding: 2px 12px;
      margin: 0 0 20px;
      font: inherit;
    }
    .recommendation-list {
      max-height: none;
      height: 100%;
      overflow: auto;
      border-top: 0;
      display: grid;
      align-content: start;
      gap: 4px;
    }
    .recommendation-row {
      width: 100%;
      display: grid;
      grid-template-columns: 22px minmax(0, 1fr);
      gap: 16px;
      align-items: start;
      border: 0;
      border-radius: 0.75rem;
      background: transparent;
      color: var(--ink);
      padding: 6px 10px;
      text-align: left;
      cursor: pointer;
      font: inherit;
    }
    .recommendation-row:hover,
    .recommendation-row:focus-visible {
      background: var(--paper-dark);
    }
    .recommendation-row.active,
    .recommendation-row.active:hover,
    .recommendation-row.active:focus-visible {
      background: var(--green-100);
    }
    .recommendation-number {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      background: var(--neutral--800);
      color: var(--white);
      display: grid;
      place-items: center;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      margin-top: 1px;
    }
    .recommendation-row.active .recommendation-number {
      background: var(--green-600);
      color: var(--white);
    }
    .recommendation-copy {
      min-width: 0;
      display: grid;
      gap: 1px;
    }
    .recommendation-name {
      font-size: 16px;
      line-height: 1.18;
      font-weight: 500;
    }
    .recommendation-name,
    .recommendation-category {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .recommendation-category {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.18;
      text-align: left;
    }
    .recommendation-reason {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.18;
      margin-top: 4px;
      text-align: left;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .recommendation-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 6px;
    }
    .recommendation-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 24px;
      border-radius: 12px;
      background: var(--neutral--020);
      color: var(--ink);
      font-size: 12px;
      line-height: 1;
      padding: 0 10px;
      text-decoration: none;
    }
    .recommendation-agent-link {
      width: 24px;
      padding: 0;
    }
    .recommendation-website-link {
      width: 24px;
      padding: 0;
      background: var(--neutral--020);
      color: var(--ink);
    }
    .recommendation-action-icon {
      width: 14px;
      height: 14px;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }
    .recommendation-row.active .recommendation-agent-link {
      background: var(--white);
      color: var(--ink);
    }
    .recommendation-action:hover,
    .recommendation-action:focus-visible {
      background: var(--neutral--060);
      outline: 0;
      text-decoration: none;
    }
    .recommendation-agent-link:hover,
    .recommendation-agent-link:focus-visible,
    .recommendation-website-link:hover,
    .recommendation-website-link:focus-visible,
    .recommendation-row.active .recommendation-agent-link:hover,
    .recommendation-row.active .recommendation-agent-link:focus-visible,
    .recommendation-row.active .recommendation-website-link:hover,
    .recommendation-row.active .recommendation-website-link:focus-visible {
      background: var(--neutral--060);
      color: var(--ink);
    }
    .agent {
      display: flex;
      gap: 14px;
      align-items: center;
    }
    .agent img {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: 2px solid var(--gold);
      object-fit: cover;
      flex: 0 0 auto;
    }
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--ok);
      font-weight: 800;
      font-size: 13px;
    }
    .completion-gauge {
      display: grid;
      margin: 28px 0 18px;
    }
    .completion-track {
      height: 12px;
      border-radius: 999px;
      background: var(--neutral--020);
      border: 1px solid var(--line);
      position: relative;
    }
    .completion-fill {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 42%;
      border-radius: inherit;
      background: var(--sand-300);
    }
    .completion-value {
      position: absolute;
      left: 42%;
      top: -24px;
      transform: translateX(-50%);
      color: var(--ink);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
    }
    .completion-marker {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--ink);
      border: 2px solid var(--white);
      position: absolute;
      left: 42%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }
    .popularity-fill {
      width: 68%;
      background: var(--green-500);
    }
    .completion-fill.good,
    .popularity-fill.good {
      background: var(--green-500);
    }
    .completion-fill.medium,
    .popularity-fill.medium {
      background: var(--sand-300);
    }
    .completion-fill.bad,
    .popularity-fill.bad {
      background: var(--neutral--100);
    }
    .popularity-value,
    .popularity-marker {
      left: 68%;
    }
    .completion-gaps {
      padding-left: 18px;
      margin-left: 0;
    }
    .warning { color: var(--warn); font-weight: 700; }
    details {
      border-top: 1px solid var(--line);
      padding: 14px 0;
    }
    details:first-of-type { border-top: 0; }
    summary { cursor: pointer; font-weight: 800; }
    footer {
      color: var(--blue-700);
      font-size: 15px;
      line-height: 1.4;
      padding: 36px 0;
    }
    footer a { color: var(--blue-700); }
    #focusChatHost {
      position: absolute;
      width: 0;
      height: 0;
      overflow: visible;
    }
    #focusChatHost focus-chat {
      --header-icon-hover-bg: var(--blue-700);
      --user-msg-color: var(--blue-500);
      --assistant-msg-color: var(--neutral--020);
      --assistant-text-color: var(--neutral--900);
      --send-btn-bg: var(--blue-500);
      --send-btn-hover-bg: var(--blue-600);
      --send-hover-color: var(--blue-600);
      --branding-color: var(--blue-500);
      display: contents;
    }
    .footer-status {
      margin-top: 14px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 300px;
      gap: 24px;
      align-items: start;
    }
    .footer-badge {
      border-left: 1px solid var(--line);
      padding-left: 20px;
    }
    .footer-badge img {
      display: block;
      max-width: 229px;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    code {
      background: rgba(23,19,17,.08);
      padding: 1px 5px;
      border-radius: 4px;
    }

    @media (max-width: 900px) {
      body { padding-bottom: 128px; }
      :root { --pulldown-x-offset: 0px; }
      .grid, .two, .three, .facts, .footer-grid, .signal-grid, .faq-panels, .media-panels, .stay-experience-grid, .nearby-experience-grid { grid-template-columns: 1fr; }
      .area-context-layout { grid-template-columns: 1fr; }
      .neighborhood-map-layout,
      .neighborhood-map-layout.sidebar-collapsed { grid-template-columns: 1fr; }
      .map {
        height: min(560px, calc(100svh - 150px));
      }
      .area-map-frame {
        min-height: min(560px, calc(100svh - 150px));
        max-height: min(560px, calc(100svh - 150px));
        height: auto;
      }
      .area-map {
        height: min(560px, calc(100svh - 150px));
      }
      .recommendations {
        --category-tabs-max-height: 276px;
        height: auto;
        max-height: 460px;
      }
      .recommendations.collapsed {
        height: 44px;
      }
      .recommendation-grid { grid-template-columns: 1fr; }
      .uniqueness-panels { grid-template-columns: 1fr; }
      .local-host-panels { grid-template-columns: 1fr; }
      .stay-experience-audiences {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
      }
      .nearby-experience-toolbar,
      .nearby-experience-header,
      .nearby-experience-inline-filter,
      .nearby-experience-filter-options {
        justify-content: flex-start;
      }
      .overview-grid > div,
      .overview-grid aside {
        display: block;
      }
      .profile-data,
      .profile-data thead,
      .profile-data tbody,
      .profile-data tr,
      .profile-data th,
      .profile-data td {
        display: block;
      }
      .profile-data thead {
        display: none;
      }
      .profile-data-table {
        display: block;
        width: 100%;
      }
      .profile-data tr {
        border-bottom: 1px solid var(--line);
        padding: 8px 0;
      }
      .profile-data th,
      .profile-data td {
        border-bottom: 0;
        padding: 2px 0;
      }
      .profile-data td:first-child {
        color: var(--muted);
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .06em;
      }
      .profile-data th:last-child,
      .profile-data td:last-child {
        width: auto;
        padding-left: 0;
      }
      .area-data-table,
      .area-data-table tbody,
      .area-data-table tr,
      .area-data-table td {
        width: 100% !important;
        max-width: none;
      }
      .hero { min-height: 47vh; }
      .nav {
        display: flex;
        gap: 12px;
        justify-content: flex-end;
      }
      .nav-section-links { display: none; }
      .nav-actions { gap: 12px; margin-left: 0; }
      .brand-logo { width: 32px; height: 32px; }
      .claim-panel {
        top: 60px;
        right: 14px;
        width: calc(100vw - 28px);
      }
      .report-panel {
        top: 60px;
        right: 14px;
        width: calc(100vw - 28px);
      }
      .profile-status-panel {
        top: 60px;
        left: 14px;
        width: calc(100vw - 28px);
      }
      section, aside .panel { padding: 19px; }
      .sticky-actions .wrap {
        min-height: 116px;
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
      }
      .sticky-buttons { width: 100%; }
      .sticky-buttons {
        justify-content: space-between;
        gap: 18px;
      }
      .sticky-agent-group {
        width: 100%;
        justify-content: space-between;
      }
      .sticky-buttons .cta-column { min-width: 0; }
      .sticky-buttons .agent-grid { gap: 14px; }
      .footer-badge {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-left: 0;
        padding-top: 20px;
      }
    }
    @media (max-width: 560px) {
      .area-map-frame,
      .adjacent-neighborhoods-table-shell,
      .major-ports-table-shell {
        padding-left: 16px;
        padding-right: 16px;
      }
      .area-map-frame {
        min-height: min(560px, calc(100svh - 150px));
        max-height: min(560px, calc(100svh - 150px));
        height: auto;
      }
      .area-map {
        height: min(560px, calc(100svh - 150px));
      }
      .claim-panel {
        padding: 16px;
      }
      .claim-benefit {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 18px;
        padding: 10px;
      }
      .claim-benefit-image {
        height: auto;
        min-height: 0;
      }
      .claim-benefit-copy {
        font-size: 15px;
        line-height: 1.38;
      }
      .claim-benefit-title {
        font-size: 16px;
      }
    }
