/* Generated by scripts/build_css.py. Edit static/css/*.css instead. */

/* source: static/css/00-00-design-tokens.css */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/static/fonts/instrument-sans-latin-var.woff2") format("woff2");
}

/*
 * Velle design system
 *
 * Change the application theme here. Component files should consume semantic
 * tokens instead of defining colors, typography, radii or shadows themselves.
 */
:root {
  color-scheme: light;

  /* Color primitives */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-page: #eef4f6;
  --color-surface: #f8fbfc;
  --color-surface-strong: #ffffff;
  --color-surface-muted: #dbe6e9;
  --color-surface-cool: #dfe7e2;
  --color-surface-neutral: #e5e7eb;
  --color-ink: #173743;
  --color-ink-soft: #32484c;
  --color-muted: #526b75;
  --color-muted-strong: #3f5964;
  --color-muted-faint: #9aa8a1;
  --color-muted-cool: #a7b4ae;
  --color-line: #c9d9de;
  --color-line-strong: #b7cbd2;
  --color-line-hover: #bdc6bf;
  --color-accent: #236a8d;
  --color-accent-strong: #195777;
  --color-accent-deep: #173b52;
  --color-accent-success: #4f8260;
  --color-success: #236348;
  --color-success-strong: #067647;
  --color-success-vivid: #047857;
  --color-success-surface: #dcfae6;
  --color-success-surface-soft: #f0fbf5;
  --color-warning: #93370d;
  --color-warning-strong: #b54708;
  --color-warning-deep: #713f12;
  --color-warning-vivid: #b45309;
  --color-warning-surface: #fef0c7;
  --color-danger: #a7463e;
  --color-danger-strong: #842f29;
  --color-danger-deep: #991b1b;
  --color-danger-vivid: #dc2626;
  --color-danger-surface: #fff7f7;
  --color-info-text: #315849;

  /* RGB channels for transparent semantic colors */
  --rgb-white: 255 255 255;
  --rgb-black: 0 0 0;
  --rgb-page: 238 244 246;
  --rgb-surface: 248 251 252;
  --rgb-ink: 23 55 67;
  --rgb-muted: 96 118 128;
  --rgb-line: 201 217 222;
  --rgb-line-strong: 183 203 210;
  --rgb-line-neutral: 197 210 203;
  --rgb-line-warm: 217 222 219;
  --rgb-line-legacy: 214 223 218;
  --rgb-line-hover: 142 162 151;
  --rgb-surface-green: 239 245 241;
  --rgb-surface-neutral: 246 247 246;
  --rgb-surface-neutral-soft: 244 248 245;
  --rgb-surface-neutral-light: 250 251 250;
  --rgb-surface-legacy: 238 242 239;
  --rgb-control-line: 134 154 144;
  --rgb-control-muted: 116 139 128;
  --rgb-control-track: 129 144 137;
  --rgb-overlay-ink: 16 32 28;
  --rgb-overlay-deep: 8 18 12;
  --rgb-overlay-deep-warm: 8 22 14;
  --rgb-overlay-surface: 22 32 26;
  --rgb-overlay-green: 5 25 16;
  --rgb-muted-legacy: 93 109 103;
  --rgb-accent: 35 106 141;
  --rgb-success: 35 99 72;
  --rgb-success-bright: 53 160 111;
  --rgb-success-vivid: 5 150 105;
  --rgb-success-glow: 66 173 124;
  --rgb-success-deep: 19 58 39;
  --rgb-warning: 181 71 8;
  --rgb-warning-vivid: 217 119 6;
  --rgb-danger: 220 38 38;
  --rgb-danger-muted: 167 70 62;

  /* Application semantics */
  --page-background: var(--color-page);
  --page-background-art:
    radial-gradient(ellipse at 12% 0%, rgb(var(--rgb-accent) / .055), transparent 36%),
    radial-gradient(ellipse at 90% 4%, rgb(var(--rgb-success) / .045), transparent 32%),
    var(--page-background);
  --onboarding-background:
    radial-gradient(ellipse at 20% 0%, rgb(var(--rgb-accent) / .075), transparent 34%),
    radial-gradient(ellipse at 84% 8%, rgb(var(--rgb-success) / .055), transparent 30%),
    linear-gradient(180deg, rgb(var(--rgb-white) / .46), transparent 34%),
    var(--page-background);
  --site-gate-background:
    linear-gradient(135deg, rgb(var(--rgb-overlay-green) / .72), rgb(var(--rgb-success) / .56)),
    radial-gradient(ellipse at 20% 12%, rgb(var(--rgb-white) / .22), transparent 30%),
    var(--page-background);
  --chat-workspace-background:
    radial-gradient(ellipse at 84% 10%, rgb(var(--rgb-accent) / .052), transparent 34%),
    linear-gradient(180deg, rgb(var(--rgb-surface) / .76), rgb(var(--rgb-surface-green) / .62));
  --chat-thread-background:
    linear-gradient(180deg, rgb(var(--rgb-surface) / .42), rgb(var(--rgb-surface-green) / .42)),
    radial-gradient(circle at top left, rgb(var(--rgb-accent) / .045), transparent 34%);
  --message-workspace-background:
    radial-gradient(ellipse at 82% 8%, rgb(var(--rgb-accent) / .055), transparent 34%),
    linear-gradient(180deg, rgb(var(--rgb-surface) / .78), rgb(var(--rgb-surface-green) / .62));
  --marketplace-background:
    radial-gradient(ellipse at 14% 0%, rgb(var(--rgb-accent) / .07), transparent 34%),
    radial-gradient(ellipse at 88% 6%, rgb(var(--rgb-success) / .045), transparent 30%),
    linear-gradient(180deg, rgb(var(--rgb-white) / .30), transparent 28%),
    var(--page-background);
  --property-detail-background:
    radial-gradient(ellipse at 50% 0%, rgb(var(--rgb-white) / .92), transparent 42%),
    linear-gradient(180deg, var(--color-surface) 0%, var(--color-white) 64%, var(--color-surface) 100%);
  --image-stage-background: color-mix(in srgb, var(--lake-ink) 5%, var(--lake-page));
  --lightbox-background:
    radial-gradient(ellipse at 10% -4%, rgb(var(--rgb-accent) / .24), transparent 38%),
    radial-gradient(ellipse at 90% 4%, rgb(var(--rgb-success) / .16), transparent 38%),
    linear-gradient(145deg, rgb(var(--rgb-overlay-ink) / .98), rgb(var(--rgb-overlay-deep) / .97));
  --lightbox-backdrop:
    linear-gradient(180deg, rgb(var(--rgb-overlay-ink) / .24), rgb(var(--rgb-overlay-deep) / .72)),
    rgb(var(--rgb-overlay-deep) / .52);
  --surface-primary: var(--color-surface-strong);
  --surface-secondary: var(--color-surface);
  --surface-subtle: rgb(var(--rgb-surface) / .72);
  --surface-raised: rgb(var(--rgb-white) / .88);
  --surface-overlay: rgb(var(--rgb-white) / .94);
  --surface-field: rgb(var(--rgb-white) / .82);
  --surface-hover: var(--color-white);
  --surface-disabled: var(--color-surface-muted);
  --text-primary: var(--color-ink);
  --text-secondary: var(--color-muted);
  --text-tertiary: var(--color-muted-strong);
  --text-on-accent: var(--color-white);
  --border-subtle: rgb(var(--rgb-line) / .72);
  --border-default: rgb(var(--rgb-line) / .90);
  --border-strong: rgb(var(--rgb-line-strong) / .95);
  --focus-ring: rgb(var(--rgb-accent) / .16);
  --selection-subtle: rgb(var(--rgb-accent) / .055);
  --selection-default: rgb(var(--rgb-accent) / .10);
  --selection-strong: rgb(var(--rgb-accent) / .16);
  --scrim: rgb(var(--rgb-black) / .58);

  /* Component color roles */
  --button-primary-background: var(--color-accent);
  --button-primary-hover: var(--color-accent-strong);
  --button-primary-text: var(--text-on-accent);
  --button-secondary-background: rgb(var(--rgb-white) / .68);
  --button-secondary-hover: var(--color-white);
  --button-secondary-text: var(--color-accent-strong);
  --button-disabled-background: var(--color-surface-muted);
  --button-disabled-text: var(--color-muted);
  --field-background: var(--surface-field);
  --field-hover-background: var(--color-white);
  --field-border: var(--border-strong);
  --field-focus-border: rgb(var(--rgb-accent) / .68);
  --card-background: var(--surface-raised);
  --card-border: var(--border-default);
  --card-hover-border: rgb(var(--rgb-accent) / .32);
  --navigation-background: rgb(var(--rgb-surface) / .92);
  --navigation-border: rgb(var(--rgb-line) / .78);
  --footer-background: rgb(var(--rgb-surface) / .72);
  --success-background: var(--color-success-surface);
  --success-text: var(--color-success-strong);
  --warning-background: var(--color-warning-surface);
  --warning-text: var(--color-warning);
  --danger-background: rgb(var(--rgb-danger) / .08);
  --danger-border: rgb(var(--rgb-danger) / .28);
  --danger-text: var(--color-danger-strong);
  --message-out-background: var(--color-accent-success);

  /* Typography */
  --font-body: Inter, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Gill Sans MT", "Avenir Next", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  --font-editorial: Georgia, "Times New Roman", serif;
  --font-hero-commercial: "Instrument Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-weight-regular: 500;
  --font-weight-medium: 620;
  --font-weight-semibold: 680;
  --font-weight-bold: 750;
  --font-size-sm: .82rem;

  /* Spacing */
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;

  /* Shape and elevation */
  --radius-xs: 3px;
  --radius-compact: 4px;
  --radius-sm: 5px;
  --radius-md: 6px;
  --radius-control: 7px;
  --radius-lg: 8px;
  --radius-xl: 10px;
  --radius-2xl: 12px;
  --radius-dialog: 18px;
  --radius-round: 999px;
  --shadow-inset: inset 0 1px 0 rgb(var(--rgb-white) / .72);
  --shadow-subtle: 0 8px 20px rgb(var(--rgb-ink) / .045);
  --shadow-card: 0 12px 30px rgb(var(--rgb-ink) / .055);
  --shadow-raised: 0 14px 34px rgb(var(--rgb-ink) / .11);
  --shadow-floating: 0 18px 48px rgb(var(--rgb-ink) / .16);
  --shadow-focus: 0 0 0 3px var(--focus-ring);

  /* Controls and motion */
  --control-height-sm: 34px;
  --control-height-md: 40px;
  --control-height-lg: 44px;
  --control-padding-inline: 16px;
  --motion-fast: 140ms;
  --motion-normal: 180ms;
  --motion-slow: 240ms;
  --motion-ease: ease;
  --app-header-height: 62px;
  --app-content-width: 1180px;
  --app-section-space: 38px;

  /* Shared Jarvenselka brand palette */
  --lake-page: var(--color-page);
  --lake-surface: var(--color-surface);
  --lake-card: var(--color-white);
  --lake-ink: var(--color-ink);
  --lake-muted: var(--color-muted);
  --lake-line: rgb(var(--rgb-ink) / .14);
  --lake-accent: var(--color-accent);
  --lake-top: #9bc6d0;
  --lake-mid: #d5e8ec;
  --lake-mist-a: #327c89;
  --lake-mist-b: #6e9cad;
  --lake-mist-c: #6f8f84;
  --lake-mist-d: #7d7894;
  --lake-mist-glow: #71c9d6;
  --lake-hero-texture:
    radial-gradient(ellipse 52% 48% at 50% 36%, rgb(var(--rgb-white) / .62), transparent 76%),
    radial-gradient(ellipse 78% 25% at 50% 78%, rgb(var(--rgb-accent) / .10), transparent 80%);

  /* Backwards-compatible aliases */
  --bg: var(--page-background);
  --panel: var(--surface-primary);
  --ink: var(--text-primary);
  --muted: var(--text-secondary);
  --line: var(--color-line);
  --soft: var(--surface-secondary);
  --accent: var(--color-accent);
  --accent-strong: var(--color-accent-strong);
  --accent-deep: var(--color-accent-deep);
  --accent-mint: var(--color-accent);
  --green: var(--color-success);
  --amber: var(--color-warning-strong);
  --red: var(--color-danger-vivid);
  --field: var(--field-background);
  --glass: var(--surface-subtle);
  --shadow: var(--shadow-card);
}

/* Active Järvenselkä landing palette */

/* source: static/css/00-base-nav.css */
* { box-sizing: border-box; }
button,
a,
label,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
html {
  scrollbar-color: rgb(var(--rgb-ink) / .16) transparent;
  scrollbar-width: thin;
}
body {
  margin: 0;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: var(--page-background-art);
  color: var(--ink);
}
body.picker-open {
  overflow: hidden;
  overscroll-behavior: none;
}
body.mobile-nav-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
body.picker-open .web-nav {
  transform: translateY(-110%);
}
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: rgb(var(--rgb-ink) / .16);
  border-radius: var(--radius-round);
}
::-webkit-scrollbar-thumb:hover { background: rgb(var(--rgb-ink) / .28); }
a { color: var(--ink); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.mt-14 { margin-top: 14px; }
.mb-10 { margin-bottom: 10px; }

.web-shell { min-height: 100vh; display: flex; flex-direction: column; }
.web-nav {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 30px;
  background: rgb(var(--rgb-surface) / .84);
  border-bottom: 1px solid rgb(var(--rgb-line) / .78);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px) saturate(120%);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease;
  will-change: transform;
}
.web-nav.nav-hidden { transform: translateY(-110%); }
.web-nav.search-nav-static,
.web-nav.search-nav-static.nav-hidden,
body.picker-open .web-nav.search-nav-static {
  transform: none;
}
.web-nav.nav-scrolled { box-shadow: 0 10px 26px rgb(var(--rgb-ink) / .07); }
.web-nav.landing-nav {
  position: fixed;
  left: 0;
  right: 0;
  background: rgb(var(--rgb-overlay-green) / .30);
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: blur(14px) saturate(115%);
}
.landing-nav .brand,
.landing-nav .nav-links a {
  color: rgb(var(--rgb-white) / .9);
}
.landing-nav .nav-links .btn {
  min-height: 34px;
  padding: 0 13px;
  color: rgb(var(--rgb-white) / .88);
  background: rgb(var(--rgb-white) / .10);
  border: 1px solid rgb(var(--rgb-white) / .24);
  border-radius: var(--radius-round);
  box-shadow: none;
  text-decoration: none;
}
.landing-nav .nav-links .btn:hover {
  color: var(--color-white);
  background: rgb(var(--rgb-white) / .16);
  border-color: rgb(var(--rgb-white) / .34);
  text-decoration: none;
}
.landing-nav.nav-scrolled {
  background: rgb(var(--rgb-overlay-green) / .32);
  border-bottom-color: transparent;
  box-shadow: none;
}
.web-nav.onboarding-nav {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}
.web-nav.onboarding-nav.nav-scrolled {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}
.onboarding-nav .brand {
  color: var(--ink);
}
.onboarding-nav .nav-links a {
  color: var(--color-muted);
}
.onboarding-nav .nav-links a:hover {
  color: var(--ink);
}
.brand { font-size: 19px; font-weight: 750; color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.nav-main-group,
.nav-account-group {
  display: contents;
}
@media (min-width: 981px) {
  .nav-links:has(.nav-main-group) {
    gap: 14px;
  }
  .nav-links .nav-main-group,
  .nav-links .nav-account-group {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .nav-links .nav-account-group {
    padding-left: 0;
    border-left: 0;
  }
  .nav-links .nav-account-group .logout-form {
    height: 36px;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .nav-links .nav-main-group > a,
  .nav-links .nav-account-group > a,
  .nav-links .nav-account-group .logout-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid transparent;
    border-radius: var(--radius-control);
  }
  .nav-links .nav-main-group > a:hover,
  .nav-links .nav-account-group > a:hover,
  .nav-links .nav-main-group > a:focus-visible,
  .nav-links .nav-account-group > a:focus-visible {
    border-color: color-mix(in srgb, var(--lake-ink) 10%, transparent);
    background: color-mix(in srgb, var(--lake-ink) 4%, transparent);
  }
  .nav-links .nav-account-group .logout-link {
    min-height: 44px;
    align-self: center;
    padding-inline: 12px;
    font-size: 14px;
    line-height: 1;
    color: var(--lake-muted);
  }
}
.nav-links a { color: var(--muted); font-weight: 650; font-size: 13px; }
.nav-links a:hover { color: var(--ink); text-decoration: none; }
.mobile-nav-toggle,
.mobile-nav-head,
.mobile-nav-dialog {
  display: none;
}
.landing-nav .nav-links a:not(.btn):hover {
  color: var(--color-white);
  text-decoration: none;
  text-shadow: 0 1px 14px rgb(var(--rgb-white) / .26);
}
.web-main { flex: 1; }
.web-shell:has(.landing-nav):not(:has(.landing-hero)):not(:has(.onboarding-shell)):not(:has(.form-shell)) .web-main {
  padding-top: 62px;
}
body:has(.landing-hero) .web-main,
body:has(.landing-hero) .web-nav,
body:has(.landing-hero) .web-footer {
  font-family: var(--font-body);
  font-weight: 400;
}
body:has(.landing-hero) button,
body:has(.landing-hero) input,
body:has(.landing-hero) select,
body:has(.landing-hero) textarea {
  font-family: inherit;
}
body:has(.landing-hero) .brand {
  font-weight: 560;
}
body:has(.landing-hero) .nav-links a {
  font-weight: 460;
}
body:has(.landing-hero) .btn {
  font-weight: 560;
}
body:has(.landing-hero) .section-title,
body:has(.landing-hero) .home-title,
body:has(.landing-hero) .home-price,
body:has(.landing-hero) .home-location,
body:has(.landing-hero) .badge {
  font-weight: 560;
}
.web-footer {
  padding: 18px 0;
  border-top: 1px solid rgb(var(--rgb-line) / .78);
  background: rgb(var(--rgb-surface) / .84);
  color: var(--muted);
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: .75rem;
  left: .75rem;
  transform: translateY(calc(-100% - 1.5rem));
  padding: .7rem 1rem;
  border: 2px solid var(--focus-ring-color);
  border-radius: var(--radius-sm);
  background: var(--surface-primary);
  color: var(--text-primary);
  font-weight: var(--font-weight-semibold);
  box-shadow: var(--shadow-md);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  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;
  white-space: nowrap !important;
  border: 0 !important;
}
.logout-form {
  display: contents;
}

.nav-button-reset {
  appearance: none;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

@media (min-width: 981px) {
  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) {
    min-height: 80px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 3vw, 4.5rem);
    padding-inline: clamp(1.75rem, 3.2vw, 4.5rem);
  }

  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) > .brand {
    grid-column: 1;
    justify-self: start;
  }

  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) > .nav-links {
    display: contents;
  }

  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) .nav-main-group {
    grid-column: 2;
    justify-self: center;
    gap: clamp(10px, 1vw, 20px);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) .nav-account-group {
    grid-column: 3;
    justify-self: end;
    gap: 5px;
    padding-left: 0;
    border-left: 0;
  }

  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) .nav-main-group > a,
  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) .nav-account-group > a {
    min-height: 52px;
    padding-inline: clamp(12px, .9vw, 18px);
    font-size: 16px;
  }
}

@media (min-width: 90rem) {
  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) {
    min-height: 88px;
  }

  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) .nav-main-group > a,
  body:not(:has(.lake-hero)) .web-nav:has(.nav-main-group) .nav-account-group .logout-link {
    font-size: 17px;
  }
}

/* source: static/css/01-landing.css */
.web-footer {
  padding: 28px;
  border-top: 1px solid rgb(var(--rgb-line) / .86);
  background: rgb(var(--rgb-surface) / .86);
  color: var(--muted);
  font-size: 13px;
}

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 42px 0 28px;
  background: linear-gradient(180deg, rgb(var(--rgb-surface) / .92), rgb(var(--rgb-page) / .96));
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 32px; align-items: center; }
.hero h1 { font-size: 48px; line-height: 1.02; margin: 0 0 14px; letter-spacing: 0; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.55; margin: 0 0 22px; }
.hero-photo {
  min-height: 420px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e5e7eb;
}
.hero-photo img { width: 100%; height: 420px; object-fit: cover; }
.landing-hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #f4fff9;
  padding: 98px 0 34px;
}
.landing-hero::before,
.landing-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.landing-hero::before {
  inset: -24%;
  z-index: 1;
  background:
    radial-gradient(ellipse at 16% 28%, rgba(47,170,105,.19) 0 18%, transparent 48%),
    radial-gradient(ellipse at 76% 24%, rgba(31,131,83,.17) 0 16%, transparent 44%),
    radial-gradient(ellipse at 48% 82%, rgba(2,35,22,.44) 0 18%, transparent 48%),
    linear-gradient(116deg, rgba(1,18,12,.95), rgba(9,64,42,.84) 48%, rgba(3,31,21,.92));
  filter: blur(26px) saturate(112%);
  opacity: .98;
  transform-origin: 50% 50%;
}
.landing-hero::after {
  inset: -18%;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(108deg, transparent 0 24%, rgba(58,190,116,.15) 42%, transparent 62%),
    linear-gradient(246deg, transparent 0 28%, rgba(28,132,82,.12) 48%, transparent 70%);
  background-size: 180% 180%, 220% 220%;
  filter: blur(13px) saturate(108%);
  opacity: .68;
}
.landing-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.landing-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(196,255,225,.10), transparent 36%),
    linear-gradient(92deg, rgba(2,20,14,.72), rgba(9,60,39,.46) 48%, rgba(1,19,13,.62)),
    linear-gradient(180deg, rgba(211,255,233,.08), rgba(1,15,11,.62));
  background-size: auto, auto, auto;
}
.landing-hero-shade::before,
.landing-hero-shade::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.landing-hero-shade::before {
  right: 4%;
  top: 16%;
  width: min(42vw, 520px);
  aspect-ratio: 2.2;
  opacity: 0;
  background:
    linear-gradient(105deg, transparent 0 36%, rgb(var(--rgb-accent) / .32) 44%, transparent 56%);
  filter: blur(14px);
  transform: rotate(-5deg);
  animation: landingHiddenHome 30s ease-in-out infinite alternate;
}
.landing-hero-shade::after {
  left: 8%;
  bottom: 4%;
  width: min(34vw, 420px);
  aspect-ratio: 2.4;
  opacity: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgb(var(--rgb-accent) / .20), transparent 62%);
  filter: blur(18px);
  transform: rotate(-8deg);
  animation: landingHiddenLoop 36s ease-in-out infinite alternate;
}
.landing-hero-content {
  position: relative;
  display: grid;
  gap: 14px;
  z-index: 4;
}
@media (min-width: 641px) {
  .landing-hero-content {
    transform: translateY(32px);
  }
}

.rich-motion .landing-hero:not(.seaglass-hero)::before {
  inset: -24%;
  background:
    radial-gradient(ellipse at 16% 28%, rgba(47,170,105,.19) 0 18%, transparent 48%),
    radial-gradient(ellipse at 76% 24%, rgba(31,131,83,.17) 0 16%, transparent 44%),
    radial-gradient(ellipse at 48% 82%, rgba(2,35,22,.44) 0 18%, transparent 48%),
    linear-gradient(116deg, rgba(1,18,12,.95), rgba(9,64,42,.84) 48%, rgba(3,31,21,.92));
  filter: blur(26px) saturate(112%);
  opacity: .98;
  animation: mobileGreenSwell 24s ease-in-out infinite alternate;
}

.rich-motion .landing-hero:not(.seaglass-hero)::after {
  inset: -18%;
  background:
    linear-gradient(108deg, transparent 0 24%, rgba(58,190,116,.15) 42%, transparent 62%),
    linear-gradient(246deg, transparent 0 28%, rgba(28,132,82,.12) 48%, transparent 70%);
  background-size: 180% 180%, 220% 220%;
  filter: blur(13px) saturate(108%);
  opacity: .68;
  animation: mobileGreenDrift 20s ease-in-out infinite alternate;
}

.rich-motion .landing-hero:not(.seaglass-hero) .landing-hero-bg {
  animation: landingImageDrift 36s ease-in-out infinite alternate;
}

@keyframes landingCurrent {
  0% {
    transform: translate3d(-.7%, -.4%, 0) scale(1);
    background-position: 22% 30%, 82% 18%, 62% 82%, 0% 50%;
  }
  50% {
    transform: translate3d(.6%, .3%, 0) scale(1.012);
    background-position: 23% 32%, 80% 20%, 60% 80%, 52% 52%;
  }
  100% {
    transform: translate3d(.9%, .6%, 0) scale(1.006);
    background-position: 20% 28%, 84% 22%, 64% 84%, 100% 50%;
  }
}

@keyframes landingTide {
  0% {
    transform: translate3d(-.4%, .2%, 0);
    background-position: 30% 68%, 74% 46%, 0% 50%;
  }
  50% {
    transform: translate3d(.4%, -.2%, 0);
    background-position: 31% 66%, 72% 48%, 50% 50%;
  }
  100% {
    transform: translate3d(.6%, .3%, 0);
    background-position: 29% 70%, 76% 44%, 100% 50%;
  }
}

@keyframes landingHiddenHome {
  0%, 18% {
    opacity: .12;
    transform: translate3d(-.6%, .3%, 0) rotate(-6deg);
  }
  48% {
    opacity: .26;
    transform: translate3d(.4%, -.2%, 0) rotate(-4deg);
  }
  100% {
    opacity: .10;
    transform: translate3d(1%, .4%, 0) rotate(-7deg);
  }
}

@keyframes landingHiddenLoop {
  0%, 16% {
    opacity: .10;
    transform: translate3d(-.4%, .2%, 0) rotate(-18deg) scale(.94);
  }
  52% {
    opacity: .22;
    transform: translate3d(.5%, -.4%, 0) rotate(-10deg) scale(1);
  }
  100% {
    opacity: .08;
    transform: translate3d(.9%, .3%, 0) rotate(-22deg) scale(.96);
  }
}

@keyframes landingImageDrift {
  0% { transform: scale(1.02) translate3d(-.6%, -.4%, 0); }
  100% { transform: scale(1.055) translate3d(.6%, .5%, 0); }
}

@keyframes mobileGreenSwell {
  0% {
    transform: translate3d(-.6%, -.3%, 0) scale(1);
    background-position: 16% 28%, 76% 24%, 48% 82%, 0% 50%;
  }
  50% {
    transform: translate3d(.5%, .4%, 0) scale(1.016);
    background-position: 18% 30%, 74% 26%, 50% 78%, 54% 52%;
  }
  100% {
    transform: translate3d(.8%, .2%, 0) scale(1.008);
    background-position: 14% 26%, 78% 22%, 46% 84%, 100% 50%;
  }
}

@keyframes mobileGreenDrift {
  0% {
    transform: translate3d(-.4%, .2%, 0);
    background-position: 0% 48%, 100% 52%;
  }
  100% {
    transform: translate3d(.5%, -.2%, 0);
    background-position: 100% 52%, 0% 48%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rich-motion .landing-hero::before,
  .rich-motion .landing-hero::after,
  .rich-motion .landing-hero-bg,
  .landing-hero-shade::before,
  .landing-hero-shade::after {
    animation: none;
  }
}
.market-copy {
  max-width: 760px;
}
.hero-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(212,255,235,.76);
}
.hero-title-mobile {
  display: none;
}
.hero-mobile-copy {
  display: none;
}
.market-copy h1 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
  color: #f6fff9;
  font-weight: 520;
  text-shadow: 0 14px 36px rgb(var(--rgb-black) / .22);
}
.hero-desktop-copy {
  margin: 0;
  max-width: 680px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(236,255,247,.84);
}
.hero-register-cta {
  display: grid;
  justify-items: start;
  gap: 7px;
  width: fit-content;
  margin: 18px 0 12px;
}
.hero-register-cta .btn {
  min-height: 42px;
  min-width: 188px;
  padding: 0 22px;
  border-radius: var(--radius-2xl);
  border-color: rgba(23,98,70,.22);
  background: var(--color-accent);
  color: var(--color-white);
  font-weight: 560;
  box-shadow: 0 12px 24px rgb(var(--rgb-black) / .18);
}
.hero-register-cta .btn:hover {
  background: var(--color-accent-strong);
  border-color: rgba(23,98,70,.30);
  box-shadow: 0 14px 28px rgb(var(--rgb-black) / .20);
}
.hero-register-cta .btn:focus-visible {
  box-shadow:
    0 0 0 3px rgba(203,241,220,.24),
    0 12px 24px rgb(var(--rgb-black) / .18);
}
.hero-register-cta .hero-login-btn {
  background: rgba(9,48,32,.46);
  color: rgba(244,255,249,.96);
  border-color: rgba(206,246,224,.28);
  box-shadow: 0 10px 22px rgb(var(--rgb-black) / .14);
}
.hero-register-cta .hero-login-btn:hover {
  background: rgba(14,64,42,.56);
  border-color: rgba(222,255,235,.42);
  box-shadow: 0 12px 26px rgb(var(--rgb-black) / .17);
}
.market-search {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  align-self: end;
  padding: 12px;
  border: 1px solid rgba(24,76,59,.10);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgb(var(--rgb-white) / .72), rgba(239,248,244,.54)),
    rgb(var(--rgb-white) / .36);
  box-shadow: 0 18px 44px rgba(14,54,42,.09);
  backdrop-filter: blur(18px) saturate(124%);
}
.market-search label {
  color: rgba(24,54,47,.72);
  font-weight: 500;
}
.market-search input,
.market-search select {
  border-color: rgba(24,76,59,.12);
  background: rgb(var(--rgb-white) / .92);
  color: #18322d;
  box-shadow: 0 1px 0 rgb(var(--rgb-white) / .45) inset;
}
.market-price-wrap {
  display: block;
  position: relative;
}
.market-price-suffix {
  display: none;
}
@media (min-width: 981px) {
  .landing-hero {
    padding-top: 108px;
    padding-bottom: 52px;
  }
  .landing-hero-shade {
    background:
      radial-gradient(ellipse at 50% 36%, rgba(9,60,39,.24), rgba(2,20,14,.58) 52%, rgba(1,16,11,.76) 100%),
      linear-gradient(180deg, rgba(211,255,233,.06), rgba(1,15,11,.58));
  }
  .landing-hero-content {
    justify-items: center;
    align-content: center;
    gap: 18px;
    max-width: 1180px;
    text-align: center;
    transform: none;
  }
  .market-copy {
    max-width: 940px;
  }
  .hero-kicker {
    justify-content: center;
    margin-bottom: 12px;
    font-size: 15px;
  }
  .market-copy h1 {
    margin-bottom: 16px;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 540;
  }
  .hero-desktop-copy {
    max-width: 780px;
    margin-inline: auto;
    font-size: 20px;
    line-height: 1.5;
  }
  .hero-register-cta {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px auto 14px;
  }
  .hero-register-cta .btn {
    min-width: 174px;
    min-height: 48px;
    padding-inline: 26px;
  }
  .market-search {
    width: min(100%, 1080px);
    margin-inline: auto;
    padding: 14px;
    text-align: left;
  }
  .market-search input,
  .market-search select,
  .market-search > .btn {
    min-height: 46px;
  }
}

/* Merilasi production hero */
body:has(.seaglass-hero) .web-nav.landing-nav,
.web-nav.landing-nav.seaglass-nav {
  color: #243a40;
  background: rgba(244,250,251,.78);
  border-bottom-color: rgba(36,58,64,.12);
  box-shadow: none;
  backdrop-filter: blur(16px) saturate(118%);
}
body:has(.seaglass-hero) .web-nav.landing-nav.nav-scrolled,
.web-nav.landing-nav.seaglass-nav.nav-scrolled {
  background: rgba(244,250,251,.92);
  border-bottom-color: rgba(36,58,64,.14);
  box-shadow: 0 10px 28px rgba(45,108,112,.08);
}
body:has(.seaglass-hero) .landing-nav .brand,
body:has(.seaglass-hero) .landing-nav .nav-links a,
.web-nav.seaglass-nav .brand,
.web-nav.seaglass-nav .nav-links a {
  color: #243a40;
}
body:has(.seaglass-hero) .landing-nav .nav-links a:not(.btn):hover,
.web-nav.seaglass-nav .nav-links a:not(.btn):hover {
  color: #2d6c70;
  text-shadow: none;
}
body:has(.seaglass-hero) .landing-nav .nav-links .btn,
.web-nav.seaglass-nav .nav-links .btn {
  color: #243a40;
  background: rgba(45,108,112,.06);
  border-color: rgba(45,108,112,.30);
}
body:has(.seaglass-hero) .landing-nav .nav-links .btn:hover,
.web-nav.seaglass-nav .nav-links .btn:hover {
  color: var(--color-white);
  background: #2d6c70;
  border-color: #2d6c70;
}

.seaglass-hero {
  --seaglass-hero: #d5e8e9;
  --seaglass-deep: #bfdadd;
  --seaglass-a: #4e9995;
  --seaglass-b: #6398a3;
  --seaglass-c: #708fa1;
  min-height: 680px;
  height: 100svh;
  max-height: 900px;
  align-items: stretch;
  padding: 62px 0 0;
  color: #243a40;
  isolation: isolate;
  background:
    radial-gradient(92% 58% at -12% 114%, var(--seaglass-a) 0%, transparent 66%),
    radial-gradient(78% 42% at 112% 108%, var(--seaglass-b) 0%, transparent 70%),
    radial-gradient(106% 42% at 50% 124%, var(--seaglass-c) 0%, transparent 72%),
    linear-gradient(155deg, var(--seaglass-deep) 0%, var(--seaglass-hero) 62%, #b9d5d8 100%);
  background:
    radial-gradient(92% 58% at -12% 114%, var(--seaglass-a) 0%, transparent 66%),
    radial-gradient(78% 42% at 112% 108%, var(--seaglass-b) 0%, transparent 70%),
    radial-gradient(106% 42% at 50% 124%, var(--seaglass-c) 0%, transparent 72%),
    linear-gradient(155deg, var(--seaglass-deep) 0%, var(--seaglass-hero) 62%, color-mix(in srgb, var(--seaglass-hero) 80%, var(--seaglass-c)) 100%);
}
.seaglass-hero::before {
  inset: 52% -18% -32%;
  z-index: 0;
  border-radius: 44%;
  background:
    radial-gradient(ellipse at 18% 62%, var(--seaglass-a), transparent 56%),
    radial-gradient(ellipse at 82% 52%, var(--seaglass-b), transparent 58%),
    radial-gradient(ellipse at 54% 104%, var(--seaglass-c), transparent 62%);
  filter: blur(52px);
  opacity: .36;
  animation: seaglassColorDrift 18s ease-in-out infinite alternate;
}
.seaglass-hero::after {
  inset: 61% -20% -38%;
  z-index: 0;
  border-radius: 50%;
  background:
    linear-gradient(106deg, transparent 18%, rgba(177,139,70,.10) 34%, transparent 47%),
    linear-gradient(118deg, transparent 14%, rgba(78,153,149,.40) 38%, rgba(112,143,161,.32) 58%, transparent 82%);
  background:
    linear-gradient(106deg, transparent 18%, rgba(177,139,70,.10) 34%, transparent 47%),
    linear-gradient(118deg, transparent 14%, color-mix(in srgb, var(--seaglass-a) 62%, transparent) 38%, color-mix(in srgb, var(--seaglass-c) 50%, transparent) 58%, transparent 82%);
  filter: blur(36px);
  opacity: .38;
  transform: rotate(-5deg);
  animation: seaglassLightDrift 22s ease-in-out infinite alternate;
}
.seaglass-hero .landing-hero-content {
  height: 100%;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .78fr);
  align-items: center;
  justify-items: stretch;
  gap: clamp(40px, 7vw, 112px);
  max-width: 1180px;
  text-align: left;
  transform: none;
}
.seaglass-hero .landing-hero-content-single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
}
.seaglass-hero .market-copy {
  position: relative;
  z-index: 2;
  max-width: 630px;
}
.seaglass-hero .hero-kicker {
  justify-content: flex-start;
  margin-bottom: 12px;
  color: color-mix(in srgb, #243a40 74%, #2d6c70);
  font-size: 13px;
  font-weight: 700;
}
.seaglass-hero .market-copy h1 {
  margin: 0;
  color: #243a40;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.04;
  font-weight: 620;
  letter-spacing: 0;
  text-shadow: none;
  text-wrap: balance;
}
.seaglass-hero .hero-desktop-copy {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(36,58,64,.72);
  font-size: 19px;
  line-height: 1.5;
}
.seaglass-hero .hero-register-cta {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  margin: 28px 0 0;
}
.seaglass-hero .hero-register-cta[hidden] {
  display: none;
}
.seaglass-hero .hero-register-cta .btn {
  min-width: 164px;
  min-height: 44px;
  padding-inline: 22px;
  color: var(--color-white);
  background: #2d6c70;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  box-shadow: none;
}
.seaglass-hero .hero-register-cta .btn:hover {
  background: #255e62;
  border-color: transparent;
  box-shadow: none;
}
.seaglass-hero .hero-register-cta .hero-login-btn {
  min-width: 138px;
  color: #243a40;
  background: rgba(36,58,64,.06);
  border-color: rgba(36,58,64,.30);
  box-shadow: none;
}
.seaglass-hero .hero-register-cta .hero-login-btn:hover {
  color: #243a40;
  background: rgb(var(--rgb-white) / .24);
  border-color: rgba(36,58,64,.42);
  box-shadow: none;
}

.landing-feature-carousel {
  position: relative;
  z-index: 2;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(45,108,112,.84);
  border-radius: var(--radius-control);
  background: #2d6c70;
  box-shadow: 0 20px 42px rgba(42,76,82,.18);
  transform: translateY(-34px);
  touch-action: pan-y pinch-zoom;
}
.landing-feature-viewport {
  overflow: hidden;
}
.landing-feature-track {
  display: flex;
  width: 100%;
  transition: transform .55s cubic-bezier(.22,.7,.2,1);
  will-change: transform;
}
.landing-feature-card {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  color: #f7fbfd;
  background: #2d6c70;
}
.landing-feature-card:focus-visible {
  outline: 3px solid rgb(var(--rgb-white) / .86);
  outline-offset: -5px;
}
.landing-feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3.05;
  object-fit: cover;
}
.landing-feature-body {
  min-height: 122px;
  padding: 20px 22px 21px;
  color: #f7fbfd;
  background: #2d6c70;
}
.landing-feature-body h2 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 25px;
  font-weight: 650;
}
.landing-feature-body p {
  margin: 0;
  color: rgba(239,247,251,.78);
  font-size: 16px;
  line-height: 1.35;
}
.landing-feature-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.landing-carousel-arrow {
  position: absolute;
  top: 40%;
  width: 32px;
  height: 44px;
  padding: 0 0 3px;
  border: 0;
  border-radius: var(--radius-compact);
  color: rgb(var(--rgb-white) / .86);
  background: rgba(16,27,24,.28);
  box-shadow: none;
  font-family: var(--font-editorial);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  opacity: .70;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  transition: background-color .18s ease, opacity .18s ease;
}
.landing-carousel-arrow[data-carousel-prev] {
  left: 7px;
}
.landing-carousel-arrow[data-carousel-next] {
  right: 7px;
}
.landing-carousel-arrow:hover {
  background: rgba(16,27,24,.52);
  opacity: 1;
}
.landing-carousel-arrow:focus-visible {
  outline: 3px solid rgb(var(--rgb-white) / .82);
  outline-offset: 2px;
  opacity: 1;
}

.landing-seaglass-flow {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 36%;
  overflow: visible;
  pointer-events: none;
}
.landing-seaglass-flow::before,
.landing-seaglass-flow::after,
.landing-seaglass-flow span {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}
.landing-seaglass-flow::before {
  inset: 6% -8% -42%;
  background:
    radial-gradient(ellipse 62% 28% at 14% 58%, var(--seaglass-a) 0%, transparent 73%),
    radial-gradient(ellipse 48% 13% at 79% 46%, var(--seaglass-c) 0%, transparent 76%);
  filter: blur(42px);
  opacity: .42;
  animation: seaglassFlowA 18s ease-in-out infinite alternate;
}
.landing-seaglass-flow::after {
  inset: 20% -10% -40%;
  background:
    radial-gradient(ellipse 68% 20% at 26% 48%, rgba(78,153,149,.34) 0%, transparent 75%),
    radial-gradient(ellipse 47% 9% at 82% 34%, rgba(112,143,161,.30) 0%, transparent 78%);
  background:
    radial-gradient(ellipse 68% 20% at 26% 48%, color-mix(in srgb, var(--seaglass-a) 76%, transparent) 0%, transparent 75%),
    radial-gradient(ellipse 47% 9% at 82% 34%, color-mix(in srgb, var(--seaglass-c) 72%, transparent) 0%, transparent 78%);
  filter: blur(30px);
  opacity: .36;
  transform: rotate(-1deg);
  animation: seaglassFlowB 23s ease-in-out infinite alternate;
}
.landing-seaglass-flow svg {
  position: absolute;
  inset: 0 -3% -10%;
  width: 106%;
  height: 106%;
  display: block;
  overflow: visible;
  filter: blur(32px);
  opacity: .15;
  animation: seaglassCurrent 20s ease-in-out infinite alternate;
}
.landing-seaglass-flow path {
  fill: none;
  stroke: #659895;
  stroke: color-mix(in srgb, var(--seaglass-a) 72%, var(--seaglass-c));
  stroke-width: 72px;
  stroke-linecap: round;
}
.landing-seaglass-flow span {
  right: -10%;
  bottom: -35%;
  left: -10%;
  height: 62%;
  background:
    radial-gradient(ellipse 72% 34% at 14% 48%, #69a4a1, transparent 70%),
    radial-gradient(ellipse 50% 16% at 82% 34%, #789bac, transparent 74%);
  background:
    radial-gradient(ellipse 72% 34% at 14% 48%, color-mix(in srgb, var(--seaglass-deep) 72%, var(--seaglass-a)), transparent 70%),
    radial-gradient(ellipse 50% 16% at 82% 34%, color-mix(in srgb, var(--seaglass-deep) 76%, var(--seaglass-c)), transparent 74%);
  filter: blur(44px);
  opacity: .28;
  animation: seaglassFlowC 27s ease-in-out infinite alternate;
}

@keyframes seaglassColorDrift {
  0% { transform: translate3d(-1.5%, 1%, 0) scale(1.02) rotate(-1deg); }
  100% { transform: translate3d(2%, -1.5%, 0) scale(1.07) rotate(2deg); }
}
@keyframes seaglassLightDrift {
  0% { transform: translate3d(-3%, 1%, 0) rotate(-7deg) scale(1); }
  100% { transform: translate3d(4%, -2%, 0) rotate(-3deg) scale(1.08); }
}
@keyframes seaglassFlowA {
  0% { transform: translate3d(-2%, 2%, 0) scale(1.02) rotate(-1deg); }
  100% { transform: translate3d(2.5%, -2%, 0) scale(1.08) rotate(2deg); }
}
@keyframes seaglassFlowB {
  0% { transform: translate3d(2%, 1%, 0) scale(1.02) rotate(-4deg); }
  100% { transform: translate3d(-3%, -2%, 0) scale(1.1) rotate(2deg); }
}
@keyframes seaglassFlowC {
  0% { transform: translate3d(-1.5%, 0, 0) scaleX(1.02); }
  100% { transform: translate3d(2%, -3%, 0) scaleX(1.08); }
}
@keyframes seaglassCurrent {
  0% { transform: translate3d(-1.5%, 1%, 0) scaleX(1.02); }
  100% { transform: translate3d(1.5%, -2%, 0) scaleX(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .seaglass-hero::before,
  .seaglass-hero::after,
  .landing-seaglass-flow::before,
  .landing-seaglass-flow::after,
  .landing-seaglass-flow span,
  .landing-seaglass-flow svg {
    animation: none;
  }
  .landing-feature-track {
    transition: none;
  }
}

.seaglass-content {
  --seaglass-page: #eef6f5;
  --seaglass-surface: #fbfdfd;
  --seaglass-ink: #273c42;
  --seaglass-muted: #65777c;
  --seaglass-line: rgba(39, 60, 66, .15);
  --seaglass-accent: #2d6c70;
  padding: 70px 0 82px;
  background: var(--seaglass-page);
  color: var(--seaglass-ink);
  scroll-margin-top: 78px;
}
.seaglass-content .value-intro {
  max-width: 680px;
  margin-bottom: 34px;
}
.seaglass-content .section-kicker {
  margin: 0 0 8px;
  color: var(--seaglass-accent);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: uppercase;
}
.seaglass-content .value-intro h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.16;
  font-weight: 630;
  letter-spacing: 0;
  text-wrap: balance;
}
.seaglass-value-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 74px;
  border-top: 1px solid var(--seaglass-line);
  border-bottom: 1px solid var(--seaglass-line);
}
.seaglass-value-cards article {
  min-height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px 30px 24px 0;
}
.seaglass-value-cards article + article {
  padding-left: 30px;
  border-left: 1px solid var(--seaglass-line);
}
.seaglass-value-cards h3 {
  margin: 0 0 9px;
  color: var(--seaglass-ink);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: 0;
}
.seaglass-value-cards p {
  margin: 0;
  color: var(--seaglass-muted);
  font-size: 14px;
  line-height: 1.55;
}
.seaglass-results-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.seaglass-results-header h2 {
  margin: 0;
  color: var(--seaglass-ink);
  font-size: 31px;
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: 0;
}
.seaglass-results-header .text-link {
  gap: 8px;
  color: var(--seaglass-muted);
  font-weight: 650;
  text-decoration: none;
}
.seaglass-results-header .text-link:hover {
  color: var(--seaglass-ink);
}
.seaglass-public-carousel {
  position: relative;
}
.seaglass-public-carousel .public-results-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(45, 108, 112, .28) transparent;
}
.seaglass-public-carousel.is-enhanced .public-results-viewport {
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}
.landing-results.seaglass-public-track {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  transition: transform .46s cubic-bezier(.22, .7, .2, 1);
  will-change: transform;
}
.seaglass-public-track .home-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(39, 60, 66, .11);
  border-radius: var(--radius-lg);
  background: var(--seaglass-surface);
  box-shadow: 0 12px 28px rgba(42, 76, 82, .09);
  touch-action: manipulation;
}
.seaglass-public-track .home-card:hover {
  border-color: rgba(45, 108, 112, .28);
  box-shadow: 0 17px 34px rgba(42, 76, 82, .13);
}
.seaglass-public-track .home-img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.seaglass-public-track .home-body {
  flex: 1;
  min-height: 176px;
  display: flex;
  flex-direction: column;
  padding: 18px 19px 17px;
}
.seaglass-public-track .home-title {
  color: var(--seaglass-ink);
  font-size: 17px;
  line-height: 1.25;
}
.seaglass-public-track .facts {
  margin-top: 10px;
  color: var(--seaglass-muted);
}
.seaglass-public-track .home-price {
  color: var(--seaglass-ink);
}
.seaglass-public-track .home-location {
  color: var(--seaglass-muted);
}
.seaglass-public-track .home-cta {
  margin-top: auto;
  color: var(--seaglass-accent);
}
.public-carousel-arrow {
  display: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 36px;
  height: 52px;
  border: 1px solid rgba(39, 60, 66, .16);
  border-radius: var(--radius-sm);
  padding: 0 0 3px;
  background: rgba(251, 253, 253, .92);
  color: var(--seaglass-ink);
  font-family: var(--font-editorial);
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  box-shadow: 0 8px 22px rgba(42, 76, 82, .13);
  transform: translateY(-50%);
  transition: opacity .16s ease, background-color .16s ease, box-shadow .16s ease;
}
.seaglass-public-carousel.is-enhanced .public-carousel-arrow {
  display: grid;
  place-items: center;
}
.public-carousel-arrow:hover:not(:disabled) {
  background: var(--color-white);
  box-shadow: 0 10px 26px rgba(42, 76, 82, .18);
}
.public-carousel-arrow:focus-visible {
  outline: 3px solid rgba(45, 108, 112, .24);
  outline-offset: 2px;
}
.public-carousel-arrow:disabled {
  opacity: .24;
  cursor: default;
}
.public-carousel-prev {
  left: -18px;
}
.public-carousel-next {
  right: -18px;
}
.seaglass-empty {
  border-color: var(--seaglass-line);
  background: rgba(251, 253, 253, .68);
  color: var(--seaglass-muted);
}
.seaglass-content .desktop-app-promo {
  margin-top: 54px;
  padding: 36px 0 4px;
  border: 0;
  border-top: 1px solid var(--seaglass-line);
  border-radius: 0;
  background: transparent;
  color: var(--seaglass-ink);
  box-shadow: none;
}
.seaglass-content .desktop-app-promo h2 {
  color: var(--seaglass-ink);
}
.seaglass-content .desktop-app-promo p {
  color: var(--seaglass-muted);
}
.seaglass-content .app-kicker {
  color: var(--seaglass-accent);
}
.seaglass-content .qr-link {
  border: 0;
  background: transparent;
  color: var(--seaglass-ink);
  box-shadow: none;
}
.seaglass-content .qr-placeholder {
  width: 116px;
  height: 116px;
  border-width: 10px;
  border-color: var(--seaglass-ink);
  border-radius: var(--radius-xs);
}
body:has(.seaglass-hero) .web-footer {
  border-color: rgba(39, 60, 66, .13);
  background: #fbfdfd;
  color: #65777c;
}
body:has(.seaglass-hero) .web-footer strong {
  color: #273c42;
}

.landing-band {
  background: var(--bg);
}
.landing-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 560;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
}
.text-link:hover {
  color: var(--ink);
}
.more-link span {
  font-size: 15px;
  line-height: 1;
  transition: transform .14s ease;
}
.more-link:hover span {
  transform: translateX(2px);
}

.panel {
  background: rgb(var(--rgb-white) / .86);
  border: 1px solid rgb(var(--rgb-line) / .86);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: 0 1px 0 rgb(var(--rgb-white) / .82) inset;
}
.search-panel { box-shadow: var(--shadow); }
.search-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; align-items: end; }
label {
  display: grid;
  gap: 7px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 640;
}
label:has(> .required-mark) {
  display: block;
}
label:has(> .required-mark) > input,
label:has(> .required-mark) > select,
label:has(> .required-mark) > textarea,
label:has(> .required-mark) > .chip-group,
label:has(> .required-mark) > .location-stack {
  margin-top: 7px;
}
.field-stack {
  display: grid;
  gap: 7px;
}
.field-stack > label {
  display: inline-flex;
  width: fit-content;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="hidden"]),
select,
textarea {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgb(var(--rgb-line-strong) / .95);
  border-radius: var(--radius-lg);
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  background: var(--field);
  color: var(--ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgb(var(--rgb-white) / .80);
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
select {
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%235D6D67' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="hidden"]):hover,
select:hover,
textarea:hover {
  border-color: rgba(142,162,151,.96);
  background: var(--color-white);
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="hidden"]):focus,
select:focus,
textarea:focus {
  border-color: rgb(var(--rgb-accent) / .68);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / .13), inset 0 1px 0 rgb(var(--rgb-white) / .9);
}
[data-number-input].is-invalid {
  border-color: rgb(var(--rgb-danger) / .72);
  background: rgba(255,247,247,.98);
  box-shadow: 0 0 0 3px rgb(var(--rgb-danger) / .10), inset 0 1px 0 rgb(var(--rgb-white) / .9);
}
input::placeholder,
textarea::placeholder {
  color: #a5b0aa;
  opacity: 1;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--accent-strong);
}
textarea { resize: vertical; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: var(--radius-round);
  padding: 9px 17px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 7px 16px rgb(var(--rgb-ink) / .12);
  transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease, border-color .14s ease;
}
.btn:hover {
  background: var(--color-accent-strong);
  box-shadow: 0 9px 18px rgb(var(--rgb-ink) / .15);
  text-decoration: none;
}
.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgb(var(--rgb-accent) / .18),
    0 7px 16px rgb(var(--rgb-ink) / .12);
}
.btn.secondary {
  background: rgb(var(--rgb-white) / .68);
  color: var(--accent-strong);
  border: 1px solid rgb(var(--rgb-line-strong) / .95);
  box-shadow: none;
}
.btn.secondary:hover { background: var(--color-white); border-color: rgba(101,160,123,.96); box-shadow: 0 8px 18px rgb(var(--rgb-ink) / .075); }
.btn.ghost {
  background: transparent;
  color: var(--accent-strong);
  border: 1px solid rgb(var(--rgb-line-strong) / .95);
  box-shadow: none;
}
.btn.ghost:hover { background: rgb(var(--rgb-white) / .58); border-color: rgba(101,160,123,.96); box-shadow: 0 8px 18px rgb(var(--rgb-ink) / .065); }
.btn.full { width: 100%; }
.btn:disabled {
  cursor: not-allowed;
  background: #d3ddd7;
  color: #707871;
  box-shadow: none;
}

/* Jarvenselka landing */
body:has(.lake-hero) {
  background: var(--lake-page);
  color: var(--lake-ink);
  scrollbar-width: auto;
}

body:has(.lake-hero),
body:has(.lake-hero) .web-main,
body:has(.lake-hero) .web-nav,
body:has(.lake-hero) .web-footer {
  font-family: var(--font-body);
  background: var(--lake-page);
}

body:has(.lake-hero) .web-nav.landing-nav,
.web-nav.landing-nav.lake-nav {
  min-height: 72px;
  padding-inline: clamp(28px, 4.2vw, 68px);
  color: var(--lake-ink);
  background: color-mix(in srgb, var(--lake-page) 74%, transparent);
  border-bottom-color: color-mix(in srgb, var(--lake-ink) 6%, transparent);
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(114%);
}

body:has(.lake-hero) .web-nav.landing-nav.nav-hidden,
.web-nav.landing-nav.lake-nav.nav-hidden {
  transform: translateY(calc(-100% - 2px));
}

body:has(.lake-hero) .web-nav.landing-nav.nav-scrolled,
.web-nav.landing-nav.lake-nav.nav-scrolled {
  background: color-mix(in srgb, var(--lake-page) 82%, transparent);
  border-bottom-color: color-mix(in srgb, var(--lake-ink) 9%, transparent);
  box-shadow: 0 12px 34px rgb(var(--rgb-ink) / .045);
}

body:has(.lake-hero) .landing-nav .brand,
body:has(.lake-hero) .landing-nav .nav-links a,
.web-nav.lake-nav .brand,
.web-nav.lake-nav .nav-links a {
  color: var(--lake-ink);
}

body:has(.lake-hero) .landing-nav .brand,
.web-nav.lake-nav .brand {
  position: relative;
  width: fit-content;
  height: 48px;
  min-width: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
}

body:has(.lake-hero) .landing-nav .brand:hover,
.web-nav.lake-nav .brand:hover {
  text-decoration: none;
}
.web-nav.lake-nav .brand--static {
  cursor: default;
}
.web-nav.lake-nav .brand--static::after {
  display: none;
}

body:has(.lake-hero) .landing-nav .brand::after,
.web-nav.lake-nav .brand::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: .48;
  transition: left .08s ease-out, width .08s ease-out;
}

body:has(.lake-hero) .landing-nav .brand:hover::after,
body:has(.lake-hero) .landing-nav .brand:focus-visible::after,
.web-nav.lake-nav .brand:hover::after,
.web-nav.lake-nav .brand:focus-visible::after {
  left: 0;
  width: 100%;
}

.velle-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--lake-ink);
}

.velle-wordmark {
  color: var(--lake-ink);
  font-family: var(--font-hero-commercial);
  line-height: .86;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  font-feature-settings: "kern" 1, "liga" 1;
  letter-spacing: -.055em;
}

.velle-wordmark-initial {
  color: inherit;
}

.velle-lockup--header .velle-wordmark {
  font-size: 35px;
  font-weight: 535;
  font-variation-settings: "wght" 535;
}

body:has(.lake-hero) .landing-nav .nav-links,
.web-nav.lake-nav .nav-links {
  gap: 5px;
  flex-wrap: nowrap;
}

body:has(.lake-hero) .landing-nav .nav-links a:not(.btn),
.web-nav.lake-nav .nav-links a:not(.btn) {
  font-size: 13px;
  font-weight: 500;
}

body:has(.lake-hero) .landing-nav .nav-links > a,
.web-nav.lake-nav .nav-links > a {
  position: relative;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 14px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

body:has(.lake-hero) .landing-nav .nav-links > a:hover,
body:has(.lake-hero) .landing-nav .nav-links > a:focus-visible,
.web-nav.lake-nav .nav-links > a:hover,
.web-nav.lake-nav .nav-links > a:focus-visible {
  color: var(--lake-ink);
  text-shadow: none;
  text-decoration: none;
}

body:has(.lake-hero) .landing-nav .nav-links > a::after,
.web-nav.lake-nav .nav-links > a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: .64;
  transition: left .055s ease-out, width .055s ease-out;
}

body:has(.lake-hero) .landing-nav .nav-links > a:hover::after,
body:has(.lake-hero) .landing-nav .nav-links > a:focus-visible::after,
.web-nav.lake-nav .nav-links > a:hover::after,
.web-nav.lake-nav .nav-links > a:focus-visible::after {
  left: 14px;
  width: calc(100% - 28px);
}

body:has(.lake-hero) .landing-nav .desktop-auth-link,
.web-nav.lake-nav .desktop-auth-link {
  width: auto;
  min-width: 94px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 18px;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 24%, transparent);
  border-radius: var(--radius-xs);
  background: color-mix(in srgb, var(--lake-page) 68%, transparent);
  box-shadow: inset 0 1px rgb(var(--rgb-white) / .28);
  font-weight: 500;
  text-decoration: none;
  transition: color .12s ease, background-color .12s ease, border-color .12s ease;
}

body:has(.lake-hero) .landing-nav .desktop-auth-link.btn,
.web-nav.lake-nav .desktop-auth-link.btn {
  font-weight: 500;
}

body:has(.lake-hero) .landing-nav .logout-link,
.web-nav.lake-nav .logout-link {
  min-width: 104px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border: 1px solid var(--color-danger-strong);
  border-radius: var(--radius-round);
  color: var(--color-white);
  background: color-mix(in srgb, var(--color-danger-strong) 82%, var(--lake-ink));
  text-align: center;
}

body:has(.lake-hero) .landing-nav .logout-link::after,
.web-nav.lake-nav .logout-link::after {
  display: none;
}

body:has(.lake-hero) .landing-nav .logout-link:hover,
.web-nav.lake-nav .logout-link:hover {
  color: var(--color-white);
  border-color: var(--color-danger-strong);
  background: color-mix(in srgb, var(--color-danger-strong) 92%, var(--lake-ink));
}

body:has(.lake-hero) .landing-nav .desktop-auth-link::after,
.web-nav.lake-nav .desktop-auth-link::after {
  display: none;
}

body:has(.lake-hero) .landing-nav .desktop-auth-link:not(.btn):hover,
.web-nav.lake-nav .desktop-auth-link:not(.btn):hover,
body:has(.lake-hero) .landing-nav .desktop-auth-link:not(.btn):focus-visible,
.web-nav.lake-nav .desktop-auth-link:not(.btn):focus-visible {
  color: var(--lake-ink);
  background: color-mix(in srgb, var(--lake-accent) 10%, var(--lake-page));
  border-color: color-mix(in srgb, var(--lake-accent) 48%, var(--lake-ink));
  box-shadow: inset 0 1px rgb(var(--rgb-white) / .4);
}

body:has(.lake-hero) .landing-nav .nav-links .btn,
.web-nav.lake-nav .nav-links .btn {
  color: var(--lake-page);
  border-color: color-mix(in srgb, var(--lake-ink) 88%, transparent);
  background: color-mix(in srgb, var(--lake-ink) 94%, var(--lake-accent));
  box-shadow: inset 0 1px rgb(var(--rgb-white) / .12);
}

body:has(.lake-hero) .landing-nav .nav-links .btn:hover,
.web-nav.lake-nav .nav-links .btn:hover,
body:has(.lake-hero) .landing-nav .nav-links .btn:focus-visible,
.web-nav.lake-nav .nav-links .btn:focus-visible {
  color: var(--lake-page);
  border-color: var(--lake-ink);
  background: var(--lake-ink);
  box-shadow: inset 0 1px rgb(var(--rgb-white) / .17), 0 6px 16px rgb(var(--rgb-ink) / .11);
  transform: none;
}

.lake-story {
  position: relative;
  display: block;
  background: var(--lake-page);
}

.lake-story [data-lake-panel] {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity .12s linear;
  will-change: auto;
}

.lake-story [data-lake-panel].is-render-near {
  will-change: opacity;
}

.lake-story [data-lake-panel]:not(.lake-hero) {
  content-visibility: auto;
  contain-intrinsic-size: auto 100svh;
}

.lake-hero-scroll-shell {
  display: contents;
}

.lake-hero {
  min-height: 640px;
  height: 100svh;
  max-height: none;
  align-items: stretch;
  padding: 0;
  color: var(--lake-ink);
  isolation: isolate;
  background-color: var(--lake-page);
  background-image:
    var(--lake-hero-texture),
    radial-gradient(
      ellipse 118% 74% at 8% -8%,
      var(--lake-top) 0%,
      color-mix(in srgb, var(--lake-top) 72%, var(--lake-mid)) 45%,
      color-mix(in srgb, var(--lake-mid) 46%, transparent) 62%,
      transparent 76%
    ),
    radial-gradient(
      ellipse 92% 62% at 92% 2%,
      var(--lake-mid) 0%,
      color-mix(in srgb, var(--lake-mid) 58%, transparent) 50%,
      transparent 75%
    );
}

.lake-hero::before {
  display: none;
}

.lake-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 260px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    color-mix(in srgb, var(--lake-page) 18%, transparent) 24%,
    color-mix(in srgb, var(--lake-page) 52%, transparent) 46%,
    color-mix(in srgb, var(--lake-page) 84%, transparent) 66%,
    var(--lake-page) 76%,
    var(--lake-page) 100%
  );
}

.lake-hero-grid {
  position: relative;
  z-index: 3;
  width: min(1280px, calc(100% - 48px));
  max-width: 1280px;
  height: 100%;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1040px);
  justify-content: center;
  justify-items: center;
  align-content: center;
  padding-top: 62px;
  text-align: center;
}

.lake-hero-copy {
  width: 100%;
  max-width: 1040px;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}

.lake-brand-stage {
  position: relative;
  width: min(100%, 360px);
  height: auto;
  display: block;
  margin: 0 auto 34px;
}

.lake-brand-stage::after {
  display: none;
}

.velle-lockup--hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.velle-lockup--hero .velle-wordmark {
  font-size: clamp(64px, 6.1vw, 82px);
  font-weight: 515;
  font-variation-settings: "wght" 515;
  letter-spacing: -.065em;
}

.lake-hero-conversion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lake-hero-copy h1 {
  margin: 0;
  color: var(--lake-ink);
  font-family: var(--font-hero-commercial);
  max-width: 1040px;
  font-size: clamp(3.75rem, calc(5.8vw + .35rem), 6.75rem);
  line-height: .98;
  font-weight: 525;
  font-variation-settings: "wght" 525;
  letter-spacing: -.035em;
  text-shadow: none;
  text-wrap: nowrap;
  white-space: nowrap;
}

.hero-phrase-lead,
.hero-phrase-arrival {
  display: inline-block;
}

.velle-inline-brand {
  font-weight: 720;
  font-variation-settings: "wght" 720;
}

.lake-hero-description {
  max-width: 760px;
  margin: 20px auto 0;
  color: color-mix(in srgb, var(--lake-ink) 68%, var(--lake-muted));
  font-family: var(--font-body);
  font-size: clamp(1.125rem, 1.15vw, 1.25rem);
  line-height: 1.45;
  font-weight: 430;
  letter-spacing: -.01em;
  text-wrap: balance;
}
.lake-hero-description span {
  display: inline;
}

.lake-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.lake-hero-actions[hidden] {
  display: none;
}

body:has(.lake-hero) .lake-hero-actions .lake-primary-action {
  min-width: 220px;
  min-height: 50px;
  justify-content: center;
  gap: 14px;
  padding: 0 23px;
  color: var(--color-white);
  border: 1px solid color-mix(in srgb, var(--lake-accent) 54%, var(--lake-ink));
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--lake-accent) 88%, var(--lake-ink));
  box-shadow:
    inset 0 1px rgb(var(--rgb-white) / .12),
    0 8px 20px rgb(var(--rgb-black) / .12);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
}

body:has(.lake-hero) .lake-hero-actions .lake-primary-action::after {
  content: none;
}

body:has(.lake-hero) .lake-hero-actions .lake-primary-action:hover {
  color: var(--color-white);
  background: color-mix(in srgb, var(--lake-accent) 94%, var(--lake-ink));
  box-shadow:
    inset 0 1px rgb(var(--rgb-white) / .14),
    0 11px 24px rgb(var(--rgb-black) / .15);
  transform: translateY(-1px);
}

.lake-mobile-login,
.lake-mobile-store-link {
  display: none;
}

.lake-flow-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
  mask-image: linear-gradient(
    to bottom,
    var(--color-black) 0,
    var(--color-black) calc(100% - 510px),
    rgb(var(--rgb-black) / .82) calc(100% - 405px),
    rgb(var(--rgb-black) / .52) calc(100% - 295px),
    rgb(var(--rgb-black) / .20) calc(100% - 195px),
    transparent calc(100% - 130px),
    transparent 100%
  );
}

.lake-flow-field svg {
  position: absolute;
  inset: 0 -2% auto;
  width: 104%;
  height: 100%;
  display: block;
  overflow: visible;
  opacity: .80;
  transform: translate3d(-.2%, .08%, 0) scale(1.006);
  transform-origin: center;
}

.lake-fog-viewport {
  fill: url("#lake-fog-gradient");
  opacity: .74;
}

.lake-fog-depth {
  fill: url("#lake-fog-depth-gradient");
  opacity: .48;
}

.lake-fog-surface-field {
  fill: url("#lake-fog-gradient");
  opacity: .34;
}

.lake-fog-surface-left-field {
  fill: url("#lake-fog-depth-gradient");
  opacity: .20;
}

.lake-fog-gold {
  fill: url("#lake-gold-mist-gradient");
  opacity: .40;
}

.lake-depth-core {
  stop-color: color-mix(in srgb, var(--lake-mist-a) 78%, var(--lake-mist-b));
  stop-opacity: .72;
}

.lake-depth-soft {
  stop-color: color-mix(in srgb, var(--lake-mist-c) 58%, var(--lake-mist-a));
  stop-opacity: .28;
}

.lake-depth-clear {
  stop-color: var(--lake-mist-b);
  stop-opacity: 0;
}

.lake-fog-stop-a {
  stop-color: var(--lake-mist-a);
  stop-opacity: .90;
}

.lake-fog-stop-a-soft {
  stop-color: color-mix(in srgb, var(--lake-mist-a) 72%, var(--lake-mist-b));
  stop-opacity: .78;
}

.lake-fog-stop-c {
  stop-color: var(--lake-mist-c);
  stop-opacity: .48;
}

.lake-fog-stop-b {
  stop-color: var(--lake-mist-b);
  stop-opacity: .68;
}

.lake-fog-stop-d {
  stop-color: var(--lake-mist-d);
  stop-opacity: .44;
}

.lake-fog-stop-mix {
  stop-color: color-mix(in srgb, var(--lake-mist-a) 42%, var(--lake-mist-b));
  stop-opacity: .52;
}

.lake-fog-stop-tail {
  stop-color: var(--lake-mist-b);
  stop-opacity: .34;
}

.lake-gold-clear {
  stop-color: var(--lake-mist-glow);
  stop-opacity: 0;
}

.lake-gold-warm {
  stop-color: var(--lake-mist-glow);
  stop-opacity: .32;
}

.lake-gold-soft {
  stop-color: color-mix(in srgb, var(--lake-mist-glow) 72%, var(--lake-mid));
  stop-opacity: .18;
}

.lake-fog-base {
  transform-origin: center;
}

.lake-fog-surface {
  transform-origin: center;
}

.lake-hero.is-visual-active .lake-flow-field svg {
  animation: lakeFogCompositeDrift 64s ease-in-out infinite alternate;
  will-change: transform;
}

.landing-visual-lite .lake-fog-surface {
  display: none;
}

@keyframes lakeFogCompositeDrift {
  from { transform: translate3d(-.35%, .10%, 0) scale(1.006); }
  to { transform: translate3d(.35%, -.12%, 0) scale(1.012); }
}

.lake-panel {
  color: var(--lake-ink);
  background: var(--lake-page);
}

.lake-benefits {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 92px max(20px, calc((100vw - 1140px) / 2)) 46px;
}

.lake-story [data-lake-panel].lake-benefits {
  min-height: 78svh;
}

.lake-benefits > .container,
.lake-public > .container {
  display: contents;
}

.lake-value-intro {
  width: 100%;
  margin: 0 0 38px;
  text-align: center;
}

.lake-value-intro h2 {
  margin: 0;
  color: var(--lake-ink);
  font-size: clamp(36px, 3.8vw, 48px);
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: 0;
  white-space: nowrap;
}

.lake-value-cards {
  width: min(100%, 1040px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-inline: auto;
}

.lake-value-cards article {
  position: relative;
  min-height: 194px;
  display: grid;
  grid-template-rows: 58px auto;
  row-gap: 14px;
  align-content: start;
  overflow: hidden;
  padding: 27px 25px 25px;
  text-align: left;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 14%, transparent);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  box-shadow: 0 1px 2px color-mix(in srgb, var(--lake-ink) 6%, transparent);
  transition: border-color var(--motion-normal) var(--motion-ease);
}
.lake-value-cards article::before {
  content: none;
}
.lake-value-cards article:hover {
  border-color: color-mix(in srgb, var(--lake-ink) 18%, transparent);
  background: var(--color-white);
  box-shadow: 0 1px 2px color-mix(in srgb, var(--lake-ink) 6%, transparent);
  transform: none;
}

.lake-value-cards h3 {
  align-self: start;
  margin: 0;
  color: var(--lake-ink);
  font-family: var(--font-body);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 620;
  letter-spacing: -.02em;
}

.lake-value-cards p {
  max-width: 31ch;
  margin: 0;
  color: color-mix(in srgb, var(--lake-muted) 88%, var(--lake-ink));
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.52;
  font-weight: 400;
}

.lake-public {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px max(24px, calc((100vw - 1080px) / 2)) 32px;
}

.lake-story [data-lake-panel].lake-public {
  min-height: 74svh;
}

.lake-story [data-lake-panel].lake-public.is-empty {
  min-height: 46svh;
}

.lake-results-header {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.lake-results-header h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: var(--lake-ink);
  font-size: 31px;
  line-height: 1.1;
  font-weight: 650;
}

.lake-results-header .text-link {
  grid-column: 2;
  grid-row: 1;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 2px;
  color: var(--lake-muted);
  font-weight: 650;
  text-decoration: none;
}

.lake-results-header .text-link:hover {
  color: var(--lake-ink);
}

.lake-public-carousel {
  position: relative;
  width: 100%;
}

.lake-public-carousel .public-results-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--rgb-accent) / .25) transparent;
}

.lake-public-carousel.is-enhanced .public-results-viewport {
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

.landing-results.lake-public-track {
  --lake-public-gap: 18px;
  display: flex;
  grid-template-columns: none;
  gap: var(--lake-public-gap);
  transition: transform .48s cubic-bezier(.22, .72, .18, 1);
  transform: translate3d(0, 0, 0);
  will-change: auto;
  backface-visibility: hidden;
}

.lake-public-carousel.is-render-active .lake-public-track {
  will-change: transform;
}

.lake-public-carousel.is-dragging .lake-public-track {
  transition: none;
}

.lake-public-track .home-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 54%) minmax(0, 46%);
  aspect-ratio: 10 / 11;
  overflow: hidden;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  color: var(--lake-ink);
  background: var(--surface-subtle);
  box-shadow: var(--shadow-inset);
  touch-action: pan-y;
  user-select: none;
  contain: layout style;
}

.lake-public-track .home-img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  backface-visibility: hidden;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.lake-public-track .home-media {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.lake-public-track .home-media-link,
.lake-public-track .home-media .home-img {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.lake-public-carousel.is-enhanced .lake-public-track .home-img {
  opacity: 0;
  transition: opacity .24s ease-out;
}

.lake-public-carousel.is-enhanced .lake-public-track .home-img.is-loaded {
  opacity: 1;
}

.lake-public-track .home-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  font-family: var(--font-hero-commercial);
  font-variant-numeric: lining-nums tabular-nums;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-title {
  display: -webkit-box;
  min-height: 2.4em;
  margin: 7px 0 8px;
  overflow: hidden;
  color: var(--lake-ink);
  font-family: inherit;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.018em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-location,
:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-meta {
  min-height: 1.35em;
  margin: 0;
  overflow: hidden;
  color: var(--lake-muted);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-location {
  margin-bottom: 5px;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-meta {
  display: flex;
  min-height: 0;
  gap: 5px;
  overflow: visible;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-meta > span {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: var(--lake-ink);
  font-size: 18px;
  font-weight: 450;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-meta > span strong {
  font-size: inherit;
  font-weight: inherit;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-card-footer {
  margin-top: auto;
  padding-top: 16px;
}

:is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-price {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--lake-ink);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}

.lake-public-track .home-cta {
  margin-top: auto;
  color: var(--lake-accent);
}

.lake-public-carousel .public-carousel-arrow {
  top: 50%;
  width: 44px;
  height: 52px;
  padding: 0;
  color: var(--lake-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: Arial, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.lake-public-carousel.is-enhanced .public-carousel-arrow {
  display: block;
}

.lake-public-carousel .public-carousel-arrow[data-public-prev] {
  left: -44px;
}

.lake-public-carousel .public-carousel-arrow[data-public-next] {
  right: -44px;
}

.lake-public-carousel .public-carousel-arrow:hover {
  color: var(--lake-accent);
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%) scale(1.06);
}

.lake-empty {
  border-color: var(--lake-line);
  background: rgb(var(--rgb-surface) / .68);
  color: var(--lake-muted);
}

.lake-app-promo {
  z-index: 4;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 100px max(24px, calc((100vw - 1140px) / 2)) clamp(8rem, 14svh, 11rem);
  border: 0;
  border-radius: 0;
  color: var(--lake-ink);
  background: var(--lake-page);
  box-shadow: none;
}

.lake-story [data-lake-panel].lake-app-promo {
  min-height: 72svh;
}

.lake-app-copy {
  max-width: 720px;
}

.lake-app-copy h2 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--lake-ink);
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: 0;
  text-wrap: balance;
}

.lake-app-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--lake-muted);
  font-size: 17px;
  line-height: 1.65;
}

.lake-desktop-app-link {
  min-width: 178px;
  padding: 8px;
  color: var(--lake-ink);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lake-desktop-app-link .qr-placeholder {
  width: 148px;
  height: 148px;
  border-width: 11px;
  border-color: var(--lake-ink);
  box-shadow: none;
}

body:has(.lake-hero) .web-footer {
  border-color: var(--lake-line);
  background: var(--lake-surface);
  color: var(--lake-muted);
}

body:has(.lake-hero) .web-footer strong {
  color: var(--lake-ink);
}

@media (min-width: 90rem) {
  .lake-story [data-lake-panel]:not(.lake-hero) {
    content-visibility: visible;
    contain-intrinsic-size: none;
  }

  .lake-hero {
    min-height: max(92svh, 39vw);
  }

  .lake-hero::after {
    height: 15vw;
  }

  .lake-hero-grid {
    width: 90vw;
    max-width: none;
    min-height: max(92svh, 39vw);
    margin-inline: auto;
    padding-top: 0;
    left: auto;
    transform: translateX(5px);
  }

  .lake-brand-stage {
    width: min(22vw, 28rem);
    margin-bottom: clamp(1.45rem, 2.1vw, 2.6rem);
  }

  .lake-hero-copy h1 {
    max-width: 84vw;
    font-size: clamp(5.4rem, 6.35vw, 10.2rem);
    line-height: .94;
  }

  .lake-hero-description {
    max-width: 58vw;
    margin-top: clamp(1.15rem, 1.45vw, 1.85rem);
    font-size: clamp(1.22rem, 1.18vw, 1.55rem);
  }

  .lake-story [data-lake-panel].lake-benefits {
    min-height: 68svh;
    padding: clamp(3.8rem, 4.9vw, 6rem) 5vw clamp(2.4rem, 3vw, 4rem);
  }

  .lake-value-intro {
    margin-bottom: clamp(1.65rem, 2vw, 2.8rem);
  }

  .lake-value-intro h2 {
    font-size: clamp(2.85rem, 3.15vw, 4.4rem);
  }

  .lake-results-header h2 {
    font-size: clamp(2.2rem, 2.35vw, 3.15rem);
  }

  .lake-value-cards {
    width: 88vw;
    gap: clamp(1.05rem, 1.25vw, 1.65rem);
  }

  .lake-value-cards article {
    min-height: clamp(16.75rem, 15vw, 20rem);
    padding: clamp(1.75rem, 1.95vw, 2.45rem);
  }

  .lake-value-cards h3 {
    font-size: clamp(1.45rem, 1.38vw, 1.78rem);
  }

  .lake-value-cards p {
    max-width: 34ch;
    font-size: clamp(1.05rem, .98vw, 1.18rem);
  }

  .lake-story [data-lake-panel].lake-public {
    min-height: 68svh;
    padding: clamp(3rem, 4vw, 5rem) 5vw clamp(2rem, 2.6vw, 3.5rem);
  }

  .lake-story [data-lake-panel].lake-public.is-empty {
    min-height: 46svh;
  }

  .lake-results-header {
    align-items: end;
    margin-bottom: 28px;
  }

  .lake-results-header .text-link {
    margin-bottom: 0;
    font-size: clamp(.95rem, .88vw, 1.08rem);
  }

  .landing-results.lake-public-track {
    --lake-public-gap: clamp(1rem, 1.1vw, 1.5rem);
  }

  .lake-public-track .home-card {
    flex-basis: calc((100% - (3 * var(--lake-public-gap))) / 4);
  }

  :is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-title {
    font-size: clamp(1.32rem, 1.18vw, 1.5rem);
  }

  :is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-location,
  :is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-meta {
    font-size: clamp(1.04rem, .94vw, 1.16rem);
  }

  :is(body:has(.lake-hero), body:has(.agent-shell)) .lake-public-track .home-price {
    font-size: clamp(1.38rem, 1.24vw, 1.56rem);
  }

  .lake-public-track .home-body {
    padding: 20px 22px;
  }

  .lake-story [data-lake-panel].lake-app-promo {
    min-height: 68svh;
    padding: clamp(4rem, 6vw, 7rem) 5vw clamp(9rem, 14svh, 12rem);
    gap: clamp(2rem, 3.2vw, 4.4rem);
  }

  .lake-app-copy h2 {
    font-size: clamp(3rem, 3.4vw, 4.8rem);
  }

  .lake-app-copy p {
    font-size: clamp(1.1rem, 1vw, 1.28rem);
  }
}

@media (min-width: 120rem) {
  .lake-hero-grid {
    width: 88vw;
  }

  .lake-hero-copy h1 {
    font-size: clamp(6.8rem, 5.9vw, 11.5rem);
  }

  .lake-benefits {
    padding-inline: 6vw;
  }

  .lake-value-cards {
    width: 84vw;
  }

  .lake-public-track .home-card {
    flex-basis: calc((100% - (3 * var(--lake-public-gap))) / 4);
  }

  .lake-app-promo {
    padding-inline: 6vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lake-story [data-lake-panel] {
    opacity: 1 !important;
    transition: none;
  }

  .lake-flow-field svg {
    animation: none;
  }

  .lake-public-carousel.is-enhanced .lake-public-track .home-img {
    opacity: 1;
    transition: none;
  }
}

/* source: static/css/02-auth-shared.css */
.auth-shell {
  min-height: calc(100vh - 62px);
  display: grid;
  place-items: center;
  padding: 48px 16px;
}
.auth-card {
  width: min(100%, 420px);
  display: grid;
  gap: 18px;
  padding: 30px;
  background: rgb(var(--rgb-white) / .88);
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(112%);
}
.auth-head {
  display: grid;
  gap: 7px;
  text-align: left;
}
.auth-head h1 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.14;
  font-weight: 680;
}
.auth-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.auth-alert {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgb(var(--rgb-accent) / .18);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-accent) / .06);
  color: var(--color-info-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}
.auth-alert.success {
  border-color: rgb(var(--rgb-success-bright) / .22);
  background: rgb(var(--rgb-success-bright) / .08);
  color: var(--color-success);
}
.auth-form {
  display: grid;
  gap: 13px;
}
.auth-form .btn {
  margin-top: 4px;
}
.auth-google-button {
  position: relative;
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  color: var(--color-ink);
  background: var(--color-white);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .15s ease, box-shadow .15s ease;
}
.auth-google-button svg {
  position: absolute;
  left: 14px;
  width: 18px !important;
  min-width: 18px;
  max-width: 18px;
  height: 18px !important;
  min-height: 18px;
  max-height: 18px;
  display: block;
}
.auth-google-button span { text-align: center; }
.auth-google-button:hover { background: var(--color-surface); box-shadow: var(--shadow-xs); text-decoration: none; }
.auth-google-button:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 2px; }
.auth-method-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}
.auth-method-divider::before,
.auth-method-divider::after { content: ""; height: 1px; background: rgb(var(--rgb-line) / .9); }
.auth-minimal-header { flex: 0 0 auto; }
.auth-card-register {
  width: min(100%, 500px);
  gap: 22px;
  padding: 36px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.auth-shell-register {
  min-height: calc(100vh - 62px);
  min-height: calc(100svh - 62px);
  place-items: center;
  padding-block: clamp(48px, 7svh, 88px);
  background:
    radial-gradient(circle at 50% 4%, rgb(var(--rgb-white) / .96), transparent 38%),
    var(--color-page);
}
.auth-shell-register .auth-head {
  justify-items: center;
  text-align: center;
}
.auth-shell-register .auth-head h1 {
  font-size: clamp(30px, 4vw, 38px);
  font-weight: 620;
  letter-spacing: -.035em;
}
.auth-form-register {
  gap: 0;
}
.auth-register-error {
  margin-bottom: 16px;
}
.auth-form-fields {
  display: grid;
  gap: 12px;
}
.auth-field {
  position: relative;
  display: grid;
  gap: 6px;
  min-width: 0;
}
.auth-field-label {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 620;
}
.auth-register-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  animation: auth-register-step-in var(--motion-normal) var(--motion-ease);
}
.auth-register-step[hidden] {
  display: none !important;
}
.auth-register-step legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.auth-register-step[data-register-step="1"] .auth-form-fields {
  grid-template-columns: 1fr;
  gap: 13px;
}
.auth-form-register:not(.is-enhanced) .register-step-next,
.auth-form-register:not(.is-enhanced) .register-step-back {
  display: none;
}
.auth-field-feedback,
.auth-field-hint {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}
.auth-field-feedback:empty {
  display: none;
}
.auth-field.is-invalid .auth-field-feedback {
  color: var(--color-danger-deep);
}
.auth-field.is-valid input {
  border-color: color-mix(in srgb, var(--color-success) 42%, var(--line));
}
.auth-field.is-invalid input {
  border-color: rgb(var(--rgb-danger) / .58);
  box-shadow: 0 0 0 3px rgb(var(--rgb-danger) / .075);
}
.auth-password-control {
  position: relative;
  display: block;
}
.auth-password-control input {
  padding-right: 76px;
}
.auth-password-control button {
  position: absolute;
  top: 50%;
  right: 9px;
  min-width: 54px;
  min-height: 32px;
  padding: 0 8px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--accent-strong);
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transform: translateY(-50%);
}
.auth-password-control button:hover,
.auth-password-control button:focus-visible {
  background: var(--surface-subtle);
}
.auth-register-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.auth-register-actions .btn {
  width: 100%;
  min-height: 46px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 650;
}
.auth-register-step > .register-step-next {
  min-height: 46px;
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 650;
}
@keyframes auth-register-step-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .auth-register-step {
    animation: none;
  }
}
.auth-form-register .btn:disabled {
  border-color: color-mix(in srgb, var(--lake-ink) 6%, transparent);
  background: color-mix(in srgb, var(--lake-ink) 8%, var(--lake-page));
  color: color-mix(in srgb, var(--lake-muted) 68%, transparent);
  box-shadow: none;
  opacity: 1;
}
.auth-register-step > .cf-turnstile {
  margin-top: 14px;
  justify-self: start;
}
.auth-switch {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}
.auth-switch a {
  color: var(--accent-strong);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.auth-register-step > .auth-register-submit {
  min-height: 46px;
  margin-top: 22px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 650;
}

.auth-forgot-link {
  width: fit-content;
  color: var(--text-secondary);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.auth-forgot-link:hover {
  color: var(--text-primary);
}
.auth-field.is-checking .auth-field-feedback {
  color: var(--muted);
}
.auth-phone-control {
  display: grid;
  grid-template-columns: minmax(142px, .48fr) minmax(0, 1fr);
  gap: 8px;
}
.auth-phone-control select,
.auth-phone-control input {
  width: 100%;
}
.auth-phone-control select {
  min-height: 46px;
  padding-inline: 11px 28px;
  border-color: color-mix(in srgb, var(--lake-ink) 18%, transparent);
  background-color: color-mix(in srgb, var(--lake-page) 50%, white);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 90rem) {
  .auth-shell {
    min-height: calc(100svh - var(--app-header-height));
    padding: 7svh 4vw;
  }

  .auth-card {
    width: clamp(26rem, 30vw, 34rem);
    gap: clamp(1.125rem, 1.2vw, 1.5rem);
    padding: clamp(1.9rem, 2vw, 2.45rem);
  }

  .auth-card-register {
    width: clamp(31rem, 34vw, 40rem);
    padding-inline: clamp(1.75rem, 2vw, 2.5rem);
  }

  .auth-head h1 {
    font-size: clamp(1.85rem, 1.9vw, 2.35rem);
  }

  .auth-shell-register .auth-head h1 {
    font-size: clamp(2rem, 2.25vw, 2.75rem);
  }

  .auth-form {
    gap: clamp(.85rem, .9vw, 1.1rem);
  }

  .auth-field-label,
  .auth-phone-control select,
  .auth-form-register input {
    font-size: 1rem;
  }
}

.site-gate-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px 16px;
  background: var(--site-gate-background);
}
.site-gate-card {
  width: min(100%, 390px);
  display: grid;
  gap: 18px;
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid rgb(var(--rgb-white) / .42);
  background: rgb(var(--rgb-white) / .93);
  box-shadow: 0 22px 56px rgb(var(--rgb-overlay-green) / .24);
  backdrop-filter: blur(18px) saturate(112%);
}

.mobile-app-compact-shell {
  min-height: calc(100svh - 146px);
  align-items: start;
  place-items: start center;
  padding-top: 34px;
}
.mobile-app-compact-card {
  gap: 15px;
}
.mobile-app-eyebrow {
  margin: 0;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.mobile-app-compact-actions {
  display: grid;
  gap: 10px;
}
.mobile-app-small-note {
  font-size: 12px;
  line-height: 1.4;
}

.section { padding: 38px 0; }
.section-title { font-size: 28px; margin: 0 0 8px; }
.section-title-link {
  color: inherit;
  text-decoration: none;
}
.section-title-link:hover {
  color: var(--accent-strong);
  text-decoration: none;
}
.section-copy { color: var(--muted); margin: 0 0 18px; line-height: 1.55; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.info-card, .home-card, .action-card {
  background: rgb(var(--rgb-white) / .88);
  border: 1px solid rgb(var(--rgb-line) / .88);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 0 rgb(var(--rgb-white) / .78) inset;
}
.info-card { padding: 20px; }
.info-card h3, .action-card h3 { margin: 0 0 8px; font-size: 18px; }
.info-card p, .action-card p { color: var(--muted); line-height: 1.5; margin: 0; }

/* source: static/css/03-marketplace-filters.css */
.search-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr) 300px; gap: 16px; align-items: start; padding: 20px 0 34px; }
.sticky { position: sticky; top: 84px; }
.results-header { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-bottom: 12px; }
.access-note {
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .72);
  box-shadow: 0 8px 20px rgb(var(--rgb-ink) / .045);
}
.access-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 620;
}
.result-list { display: grid; gap: 12px; }
.search-page {
  padding: 24px 0 52px;
}
.marketplace-page {
  padding: 20px 0 46px;
}
body:has(.marketplace-page) .web-main,
body:has(.property-detail-page) .web-main {
  background: var(--marketplace-background);
}
.marketplace-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 0 14px;
}
.marketplace-heading h1 {
  margin: 0 0 6px;
  font-family: var(--font-body);
  font-size: clamp(27px, 2.4vw, 31px);
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -.025em;
}
.marketplace-heading .section-copy {
  margin-bottom: 0;
}
.marketplace-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.marketplace-sidebar {
  position: sticky;
  top: 18px;
  max-height: calc(100svh - 36px);
  overflow: auto;
  overscroll-behavior: contain;
  display: grid;
  gap: 10px;
  transition: top .24s ease;
}
.marketplace-filter-card {
  position: relative;
  padding: 15px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--lake-page) 94%, white);
  box-shadow: 0 12px 30px rgb(var(--rgb-ink) / .07);
}
.marketplace-sidebar {
  max-height: calc(100svh - 96px);
  top: 78px;
}
body.nav-hidden-active .marketplace-sidebar {
  top: 16px;
  max-height: calc(100svh - 34px);
}
.feed-shortcuts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
}
.feed-shortcuts .feed-watch-edit,
.feed-shortcuts .feed-watch-search {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  border: 1px solid rgb(var(--rgb-accent) / .20);
  border-radius: var(--radius-control);
  box-shadow: none;
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
}
.feed-shortcuts .feed-watch-edit {
  min-width: 0;
  background: rgb(var(--rgb-surface) / .72);
  color: var(--ink);
}
.feed-shortcuts .feed-watch-search {
  min-width: 58px;
  background: rgb(var(--rgb-accent) / .10);
  color: var(--accent-strong);
}
.feed-shortcuts .feed-watch-edit:hover,
.feed-shortcuts .feed-watch-search:hover {
  background: rgb(var(--rgb-accent) / .07);
  text-decoration: none;
}
.feed-shortcuts .feed-watch-search:hover {
  background: rgb(var(--rgb-accent) / .16);
}
.marketplace-filter-form {
  display: grid;
  gap: 12px;
  padding-bottom: 2px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
}
.marketplace-filter-section {
  display: grid;
  gap: 14px;
}
.marketplace-filter-section + .marketplace-filter-section {
  margin-top: 0;
}
.marketplace-filter-section + .marketplace-filter-section .filter-section-title {
  margin-top: 0;
}
.range-filter {
  display: grid;
  gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.marketplace-filter-section > .range-filter + .range-filter {
  margin-top: 14px;
}
.range-filter-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.range-filter-head span {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
}
.range-filter-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}
.range-filter-slider {
  --slider-track-size: 5px;
  --slider-thumb-size: 20px;
  position: relative;
  height: 28px;
  display: grid;
  align-items: center;
}
.range-filter-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: var(--slider-track-size);
  border-radius: var(--radius-round);
  transform: translateY(-50%);
  background:
    linear-gradient(
      90deg,
      rgb(var(--rgb-line-neutral) / .78) 0%,
      rgb(var(--rgb-line-neutral) / .78) var(--range-left, 0%),
      rgb(var(--rgb-accent) / .94) var(--range-left, 0%),
      rgb(var(--rgb-accent) / .94) var(--range-right, 100%),
      rgb(var(--rgb-line-neutral) / .78) var(--range-right, 100%),
      rgb(var(--rgb-line-neutral) / .78) 100%
    );
}
.range-filter-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}
.range-filter-slider input[type="range"]:focus,
.range-filter-slider input[type="range"]:focus-visible,
.single-range-slider input[type="range"]:focus,
.single-range-slider input[type="range"]:focus-visible {
  outline: none;
  box-shadow: none;
}
.range-filter-slider input[type="range"]::-webkit-slider-runnable-track {
  height: var(--slider-track-size);
  background: transparent;
}
.range-filter-slider input[type="range"]::-moz-range-track {
  height: var(--slider-track-size);
  background: transparent;
}
.range-filter-slider input[type="range"]::-webkit-slider-thumb {
  width: var(--slider-thumb-size);
  height: var(--slider-thumb-size);
  margin-top: calc((var(--slider-track-size) - var(--slider-thumb-size)) / 2);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-round);
  background: var(--accent-strong);
  box-sizing: border-box;
  cursor: grab;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}
.range-filter-slider input[type="range"]::-moz-range-thumb {
  width: var(--slider-thumb-size);
  height: var(--slider-thumb-size);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-round);
  background: var(--accent-strong);
  box-sizing: border-box;
  cursor: grab;
  pointer-events: auto;
}
.single-range-filter {
  display: grid;
  gap: 8px;
}
.single-range-filter output {
  color: var(--lake-accent);
  font-size: 12px;
  font-weight: 560;
}
.single-range-slider {
  --slider-track-size: 4px;
  --slider-thumb-size: 20px;
  position: relative;
  display: grid;
  align-items: center;
  min-height: 28px;
}
.single-range-slider input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: var(--accent-strong);
  appearance: none;
  -webkit-appearance: none;
}
.single-range-slider input[type="range"]::-webkit-slider-runnable-track {
  height: var(--slider-track-size);
  border-radius: var(--radius-round);
  background: linear-gradient(
    90deg,
    rgb(var(--rgb-accent) / .94) 0 var(--single-range-progress, 0%),
    rgb(var(--rgb-line-neutral) / .78) var(--single-range-progress, 0%) 100%
  );
}
.single-range-slider input[type="range"]::-moz-range-track {
  height: var(--slider-track-size);
  border-radius: var(--radius-round);
  background: linear-gradient(
    90deg,
    rgb(var(--rgb-accent) / .94) 0 var(--single-range-progress, 0%),
    rgb(var(--rgb-line-neutral) / .78) var(--single-range-progress, 0%) 100%
  );
}
.single-range-slider input[type="range"]::-webkit-slider-thumb {
  width: var(--slider-thumb-size);
  height: var(--slider-thumb-size);
  margin-top: calc((var(--slider-track-size) - var(--slider-thumb-size)) / 2);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-round);
  background: var(--accent-strong);
  box-sizing: border-box;
  cursor: grab;
  appearance: none;
  -webkit-appearance: none;
}
.single-range-slider input[type="range"]::-moz-range-thumb {
  width: var(--slider-thumb-size);
  height: var(--slider-thumb-size);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-round);
  background: var(--accent-strong);
  box-sizing: border-box;
  cursor: grab;
}
.range-filter-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.range-filter-inputs > label {
  display: block;
  min-width: 0;
}
.marketplace-filter-section > label:not(.filter-search-field),
.split-fields > label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
}
.filter-search-field {
  display: grid;
}
.range-input-wrap {
  position: relative;
  display: block;
}
.range-input-wrap input {
  width: 100%;
  min-height: 42px;
  padding: 9px 32px 9px 11px;
  border-radius: var(--radius-sm);
  border-color: color-mix(in srgb, var(--lake-ink) 14%, transparent);
  background: color-mix(in srgb, var(--lake-page) 72%, white);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / .72),
    0 1px 2px rgb(var(--rgb-ink) / .045);
  font-variant-numeric: tabular-nums;
}
.range-input-wrap > span:not(.field-error) {
  position: absolute;
  top: 50%;
  right: 11px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  transform: translateY(-50%);
  pointer-events: none;
}
.range-input-wrap > span:not(.field-error) sup {
  font-size: .72em;
  line-height: 0;
}
.filter-section-title {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.filter-select-field > .filter-section-title {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
}
.marketplace-filter-form input[type="text"],
.marketplace-filter-form input[type="search"],
.marketplace-filter-form select {
  min-height: 44px;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 18%, transparent);
  border-radius: var(--radius-md);
  background-color: color-mix(in srgb, var(--lake-page) 48%, white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--font-weight-regular);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / .72),
    0 1px 2px rgb(var(--rgb-ink) / .045);
}
.marketplace-filter-form input[type="text"]:hover,
.marketplace-filter-form input[type="search"]:hover,
.marketplace-filter-form select:hover {
  border-color: rgb(var(--rgb-accent) / .40);
  background-color: color-mix(in srgb, var(--lake-page) 62%, white);
}
.marketplace-filter-form input[type="text"]:focus-visible,
.marketplace-filter-form input[type="search"]:focus-visible,
.marketplace-filter-form select:focus-visible {
  border-color: rgb(var(--rgb-accent) / .60);
  background-color: var(--color-white);
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / .11);
}
.marketplace-filter-form select.native-filter-select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  min-height: 44px;
  padding: 10px 12px;
  background-image: none;
  background-color: color-mix(in srgb, var(--lake-page) 48%, white);
}
.filter-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.house-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.filter-chip {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 19%, transparent);
  border-radius: var(--radius-md);
  padding: 0 11px;
  background: color-mix(in srgb, var(--lake-page) 42%, white);
  color: var(--color-ink-soft);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / .62),
    0 1px 2px rgb(var(--rgb-ink) / .035);
  cursor: pointer;
  transition: none;
}
.area-chip,
.amenity-chip {
  min-height: 40px;
  border-radius: var(--radius-md);
  padding: 0 10px;
}
.amenity-chip {
  justify-content: flex-start;
}
.amenity-chip span {
  width: 100%;
  justify-content: flex-start;
}
.house-type-chip {
  width: 100%;
  min-height: 42px;
  justify-content: flex-start;
  border-radius: var(--radius-md);
  padding: 0 10px;
}
.filter-field {
  display: grid;
  align-content: start;
  gap: 6px;
}
.field-label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}
.room-chip-grid {
  gap: 6px;
}
.room-chip {
  min-height: 34px;
  min-width: 42px;
  border-radius: var(--radius-round);
  padding: 0 10px;
}
.filter-chip:hover {
  border-color: rgb(var(--rgb-accent) / .48);
  background: rgb(var(--rgb-accent) / .075);
}
.filter-chip:has(input:checked) {
  border-color: color-mix(in srgb, var(--lake-accent) 78%, var(--lake-ink));
  background: color-mix(in srgb, var(--lake-accent) 82%, var(--lake-ink));
  color: var(--color-white);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / .20),
    0 3px 7px rgb(var(--rgb-ink) / .12);
}
.filter-chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.filter-chip span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.2;
}
.filter-chip span::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 34%, transparent);
  border-radius: var(--radius-compact);
  background: rgb(var(--rgb-white) / .76);
  color: var(--lake-accent);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.filter-chip:has(input:checked) span::before {
  content: "\2713";
  border-color: rgb(var(--rgb-white) / .88);
  background: var(--color-white);
}
.filter-chip:focus-within {
  outline: 0;
}
.filter-chip:has(input:focus-visible) {
  border-color: var(--lake-accent);
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / .13);
}
.area-chip-grid,
.amenity-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.location-picker-field {
  position: relative;
  display: grid;
}
.location-field-control {
  position: relative;
  display: grid;
}
.location-hidden-values {
  display: none;
}
.location-select-button {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 12%, transparent);
  border-radius: var(--radius-sm);
  padding: 8px 13px;
  background: color-mix(in srgb, var(--lake-page) 58%, var(--color-white));
  background-clip: border-box;
  color: var(--ink);
  box-shadow: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: left;
}
.location-select-button:hover {
  border-color: rgb(var(--rgb-accent) / .24);
  background: color-mix(in srgb, var(--lake-page) 72%, white);
}
.location-select-button span {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}
.location-select-button strong {
  font-size: 15px;
  font-weight: 520;
}
.location-select-button small {
  overflow: hidden;
  color: var(--muted);
  font-size: 15px;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location-select-button small:empty {
  display: none;
}
.location-select-button em {
  color: var(--accent-strong);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.location-quick-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: var(--radius-round);
  background: color-mix(in srgb, var(--lake-ink) 8%, var(--lake-page));
  color: var(--lake-ink);
  font-size: 19px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.location-quick-clear:hover {
  background: color-mix(in srgb, var(--lake-ink) 14%, var(--lake-page));
}
.location-quick-clear[hidden] {
  display: none;
}
.location-field-control:has(.location-quick-clear:not([hidden])) .location-select-button {
  padding-right: 46px;
}
.filter-selected-locations {
  gap: 8px;
  margin-top: 9px;
  padding: 0 2px;
}
.filter-selected-locations[hidden] {
  display: none;
}
.filter-selected-locations .selected-location-group {
  gap: 5px;
  padding-top: 7px;
}
.filter-selected-locations .selected-location-city {
  font-size: 12px;
}
.filter-selected-locations .selected-chip {
  min-height: 28px;
  padding: 4px 9px;
  font-size: 11px;
}
.location-field-control:has(.location-quick-clear:not([hidden])) .location-select-button em {
  display: none;
}
.location-picker-modal[hidden] {
  display: none;
}
.location-picker-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
}
.location-picker-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(var(--rgb-overlay-ink) / .42);
  backdrop-filter: blur(8px);
}
.location-picker-sheet {
  position: relative;
  width: min(94vw, 480px);
  max-height: min(760px, 88svh);
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  border: 1px solid rgb(var(--rgb-line) / .94);
  border-radius: var(--radius-dialog);
  background: color-mix(in srgb, var(--lake-page) 94%, white);
  box-shadow: 0 24px 70px rgb(var(--rgb-ink) / .22);
  overflow: hidden;
}
.location-picker-handle {
  width: 42px;
  height: 4px;
  margin: 10px auto 2px;
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-control-track) / .38);
}
.location-picker-header {
  min-height: 54px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
}
.location-picker-header span {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: center;
}
.location-picker-header strong {
  font-size: 18px;
  font-weight: 600;
}
.location-picker-header small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location-picker-done {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-white) / .96);
  color: var(--ink);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}
.location-picker-done {
  color: var(--accent-strong);
  font-size: 23px;
  font-weight: 500;
}
.location-picker-search {
  display: grid;
  gap: 6px;
  padding: 0 16px 12px;
}
.location-picker-search span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 560;
}
.location-picker-search input {
  min-height: 42px;
  border-radius: var(--radius-round);
  padding: 0 15px;
  background: rgb(var(--rgb-surface) / .96);
}
.location-picker-list {
  min-height: 260px;
  overflow: auto;
  border-top: 1px solid rgb(var(--rgb-line) / .74);
  border-bottom: 1px solid rgb(var(--rgb-line) / .74);
}
.location-picker-list-back {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid rgb(var(--rgb-line) / .72);
  padding: 0 16px;
  background: color-mix(in srgb, var(--lake-page) 92%, var(--color-white));
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 520;
  text-align: left;
  cursor: pointer;
}
.location-picker-list-back[hidden] {
  display: none;
}
.location-picker-list-back span {
  color: var(--accent-strong);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.location-picker-row {
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: stretch;
  border-bottom: 1px solid rgb(var(--rgb-line) / .62);
  background: var(--color-white);
}
.location-picker-row:last-child {
  border-bottom: 0;
}
.location-picker-row[hidden] {
  display: none;
}
.location-picker-row.selected {
  background: rgb(var(--rgb-accent) / .08);
}
.location-picker-row.selected [data-location-toggle] {
  color: var(--accent-strong);
}
.location-picker-row.selected [data-location-toggle]::after {
  content: "Valittu";
  margin-left: auto;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(var(--rgb-accent) / .22);
  border-radius: var(--radius-md);
  padding: 0 8px;
  background: rgb(var(--rgb-accent) / .08);
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 560;
}
.location-picker-row button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
}
.location-picker-row [data-location-toggle] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 16px;
  text-align: left;
  font-size: 15px;
  font-weight: 520;
}
.location-picker-drill {
  border-left: 1px solid rgb(var(--rgb-line) / .62) !important;
  color: var(--muted) !important;
  font-size: 24px !important;
}
.location-picker-row:not(:has(.location-picker-drill)) {
  grid-template-columns: 1fr;
}
.location-picker-footer {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 10px;
  padding: 12px 16px;
  background: rgb(var(--rgb-surface) / .96);
}
body.location-picker-open {
  overflow: hidden;
}
.filter-submit-bar {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  padding: 12px 15px 14px;
  border-top: 1px solid rgb(var(--rgb-line) / .86);
  background: var(--lake-page);
}
.filter-submit-bar .btn {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  margin: 0;
  white-space: nowrap;
}
.filter-submit-bar .btn.full {
  width: 100%;
  padding: 8px 14px;
  box-shadow: none;
}
.filter-submit-bar .btn.full:hover,
.filter-submit-bar .btn.full:active,
.filter-submit-bar .btn.full:focus-visible {
  box-shadow: none;
}

@media (min-width: 981px) {
  .marketplace-page .marketplace-layout {
    width: min(calc(100% - 56px), 1320px);
    max-width: 1320px;
    margin-inline: auto;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 24px;
  }

  .desktop-filter-card {
    position: sticky;
    top: calc(var(--app-header-height) + 10px);
    align-self: start;
    height: calc(100svh - var(--app-header-height) - 20px);
    max-height: calc(100svh - var(--app-header-height) - 20px);
    display: grid;
    overflow: hidden;
    padding: 0;
    border-color: rgb(var(--rgb-line) / .72);
    background: transparent;
    box-shadow: none;
    transition: none;
  }
  .search-filter-sidebar {
    grid-template-rows: auto minmax(0, 1fr);
    top: calc(var(--app-header-height) + 10px);
    max-height: calc(100svh - var(--app-header-height) - 20px);
    overflow: hidden;
  }
  .search-filter-sidebar .desktop-filter-card {
    position: relative;
    top: auto;
    height: 100%;
    min-height: 0;
    max-height: none;
  }
  body.nav-hidden-active .desktop-filter-card {
    top: 10px;
    height: calc(100svh - 20px);
    max-height: calc(100svh - 20px);
  }
  body.nav-hidden-active .search-filter-sidebar {
    top: 10px;
    max-height: calc(100svh - 20px);
  }
  .desktop-filter-card .marketplace-filter-form {
    position: relative;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    padding-right: 0;
    padding-bottom: 0;
  }
  .desktop-filter-scroll {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 16px;
    overflow: auto;
    padding: 14px 18px 34px;
    scrollbar-gutter: stable;
    overscroll-behavior: contain;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgb(var(--rgb-black)) 0,
      rgb(var(--rgb-black)) calc(100% - 34px),
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgb(var(--rgb-black)) 0,
      rgb(var(--rgb-black)) calc(100% - 34px),
      transparent 100%
    );
  }
  .desktop-filter-scroll::-webkit-scrollbar {
    width: 10px;
  }
  .desktop-filter-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .desktop-filter-scroll::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: var(--radius-round);
    background: color-mix(in srgb, var(--lake-ink) 28%, transparent);
    background-clip: padding-box;
  }
  .desktop-filter-scroll [data-filter-edge-blocked] {
    pointer-events: none !important;
  }
  .desktop-filter-card .filter-head {
    flex: 0 0 auto;
    min-height: 58px;
    margin: 0;
    padding: 0 18px;
    border-bottom: 1px solid rgb(var(--rgb-line) / .76);
  }
  .desktop-filter-card .filter-submit-bar {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
    padding: 13px 16px 14px;
    border-top: 1px solid var(--border-default);
    border-radius: 0;
    background: var(--surface-raised);
    box-shadow: 0 -10px 24px rgb(var(--rgb-ink) / .055);
  }
  .desktop-filter-card .filter-submit-bar .btn {
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: var(--radius-control);
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
  }
  .desktop-filter-card .filter-submit-bar .btn.ghost {
    border-color: color-mix(in srgb, var(--lake-ink) 16%, transparent);
    background: color-mix(in srgb, var(--lake-page) 60%, white);
    color: var(--lake-ink);
    box-shadow: none;
  }
  .desktop-filter-card .filter-submit-bar .btn.full {
    box-shadow: none;
  }
  body.location-picker-open {
    overflow: hidden;
  }
  body.location-picker-open .desktop-filter-card .marketplace-filter-form {
    overflow: hidden;
  }
  body.location-picker-open .desktop-filter-scroll {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .desktop-filter-card .location-picker-field {
    position: static;
  }
  .desktop-filter-card .location-picker-modal {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: grid;
    padding: 0;
    border-radius: var(--radius-lg);
    background: var(--color-white);
    overflow: hidden;
  }
  .desktop-filter-card .location-picker-modal[hidden] {
    display: none;
  }
  .desktop-filter-card .location-picker-backdrop {
    display: none;
  }
  .desktop-filter-card .location-picker-sheet {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 0;
    align-self: start;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    border: 0;
    border-radius: inherit;
    background: var(--color-white);
    box-shadow: none;
  }
  .desktop-filter-card .location-picker-handle {
    display: none;
  }
  .desktop-filter-card .location-picker-header {
    position: relative;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    min-height: 56px;
    padding: 0 14px;
    border-bottom: 1px solid rgb(var(--rgb-line) / .72);
  }
  .desktop-filter-card .location-picker-header span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(68%, 220px);
    transform: translate(-50%, -50%);
    gap: 0;
    pointer-events: none;
  }
  .desktop-filter-card .location-picker-header strong {
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .desktop-filter-card .location-picker-header small {
    display: none;
  }
  .desktop-filter-card .location-picker-search {
    padding: 12px 14px;
  }
  .desktop-filter-card .location-picker-search input {
    min-height: 38px;
    padding: 0 13px;
  }
  .desktop-filter-card .location-picker-list {
    min-height: 0;
    overflow: auto;
    padding-bottom: 0;
    scroll-padding-bottom: 12px;
    border-bottom: 1px solid rgb(var(--rgb-line) / .72);
  }
  .desktop-filter-card .location-picker-row {
    min-height: 46px;
    grid-template-columns: minmax(0, 1fr) 40px;
  }
  .desktop-filter-card .location-picker-row [data-location-toggle] {
    gap: 8px;
    padding: 0 14px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
  }
  .desktop-filter-card .location-picker-row.selected [data-location-toggle] {
    font-weight: 520;
  }
  .desktop-filter-card .location-picker-row.selected [data-location-toggle]::after {
    min-height: 22px;
    padding: 0 7px;
    font-size: 10px;
    font-weight: 500;
  }
  .desktop-filter-card .location-picker-drill {
    font-size: 21px !important;
  }
  .desktop-filter-card .location-picker-footer {
    position: relative;
    z-index: 6;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 13px 14px 15px;
    border-top: 1px solid rgb(var(--rgb-line) / .74);
    background: var(--color-white);
    box-shadow: none;
  }
  .desktop-filter-card .location-picker-footer .btn {
    width: 100%;
    min-height: 42px;
    margin: 0;
    border-radius: var(--radius-sm);
  }
  .desktop-filter-card .location-picker-done {
    display: inline-grid;
    position: relative;
    z-index: 3;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    pointer-events: auto;
  }
}

@media (min-width: 90rem) {
  .marketplace-page {
    padding-block: clamp(1.5rem, 2vw, 3rem) clamp(3rem, 4vw, 5rem);
  }

  .marketplace-page .marketplace-layout {
    width: calc(100% - 36px);
    max-width: none;
    margin-inline: auto;
    grid-template-columns: minmax(22rem, 25vw) minmax(0, 1fr);
    gap: clamp(1.25rem, 1.6vw, 2rem);
  }

  .search-filter-sidebar {
    --desktop-filter-height: min(76rem, 85svh);
    position: sticky;
    top: calc(var(--app-header-height) + 16px);
    bottom: auto;
    align-self: start;
    height: var(--desktop-filter-height);
    margin-top: 42px;
    max-height: var(--desktop-filter-height);
    overflow: hidden;
  }

  body.nav-hidden-active .search-filter-sidebar {
    top: 16px;
    height: var(--desktop-filter-height);
    max-height: var(--desktop-filter-height);
  }

  .desktop-filter-card {
    height: 100%;
    max-height: 100%;
    border-radius: clamp(.75rem, .8vw, 1rem);
  }

  .search-filter-sidebar .desktop-filter-card {
    height: 100%;
    max-height: 100%;
  }

  .desktop-filter-card .marketplace-filter-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 15px;
  }

  .desktop-filter-scroll {
    flex: 1 1 auto;
    max-height: none;
    padding: clamp(.9rem, 1vw, 1.25rem) clamp(1rem, 1.25vw, 1.5rem) clamp(2rem, 2.25vw, 2.75rem);
  }

  .desktop-filter-card .filter-head h2 {
    font-size: 18px;
  }

  .desktop-filter-card .filter-section-title,
  .desktop-filter-card .field-label {
    font-size: 15px;
  }

  .desktop-filter-card .marketplace-filter-form input[type="text"],
  .desktop-filter-card .marketplace-filter-form input[type="search"],
  .desktop-filter-card .marketplace-filter-form select,
  .desktop-filter-card .marketplace-filter-form select.native-filter-select,
  .desktop-filter-card .range-input-wrap input {
    min-height: 44px;
    font-size: 15px;
  }

  .desktop-filter-card .filter-chip span {
    font-size: 15px;
  }

  .desktop-filter-card .filter-submit-bar {
    border-radius: 0 0 clamp(.75rem, .8vw, 1rem) clamp(.75rem, .8vw, 1rem);
    box-shadow: none;
  }

  .desktop-filter-card .filter-submit-bar .btn {
    min-height: 40px;
    padding-block: 7px;
    font-size: 15px;
  }
}

.mobile-filter-trigger {
  display: none;
  width: fit-content;
}
.mobile-filter-trigger-bar {
  display: none;
}
.mobile-watch-actions {
  display: none;
}
.mobile-filter-modal[hidden] {
  display: none;
}
.mobile-filter-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-items: end;
}
.mobile-filter-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(var(--rgb-overlay-ink) / .42);
  backdrop-filter: blur(7px);
}
.mobile-filter-dialog {
  position: relative;
  width: 100%;
  max-height: min(88svh, 680px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border-radius: var(--radius-dialog) 18px 0 0;
  border: 1px solid rgb(var(--rgb-line) / .94);
  border-bottom: 0;
  background: rgb(var(--rgb-white) / .96);
  box-shadow: 0 -24px 54px rgb(var(--rgb-ink) / .20);
  overflow: hidden;
}
.mobile-filter-header {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid rgb(var(--rgb-line) / .86);
  background: rgb(var(--rgb-white) / .98);
}
.mobile-filter-header h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
}
.mobile-filter-close {
  width: 36px;
  height: 36px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-round);
  background: var(--color-white);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.mobile-filter-form {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0;
  padding: 0;
}
.mobile-filter-body {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  overflow: auto;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgb(var(--rgb-black)) 0,
    rgb(var(--rgb-black)) calc(100% - 42px),
    transparent calc(100% - 2px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgb(var(--rgb-black)) 0,
    rgb(var(--rgb-black)) calc(100% - 42px),
    transparent calc(100% - 2px),
    transparent 100%
  );
}
body.location-picker-open .mobile-filter-body {
  -webkit-mask-image: none;
  mask-image: none;
}
.mobile-filter-footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
  padding: 13px 18px calc(13px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgb(var(--rgb-line) / .86);
  background: rgb(var(--rgb-white) / .98);
  box-shadow: 0 -10px 26px rgb(var(--rgb-ink) / .055);
}
.mobile-filter-footer .btn {
  min-height: 48px;
  font-size: 15px;
  font-weight: 600;
  text-shadow: none;
  box-shadow: none;
}
body.filter-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}
.filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}
.filter-head h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
}
.filter-head a {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 560;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.split-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.marketplace-results {
  display: grid;
  gap: 12px;
}

/* source: static/css/04-listings.css */
.marketplace-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 0 2px 8px;
  border-bottom: 0;
}
.marketplace-toolbar strong {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted);
  font-weight: 520;
}
.marketplace-results-title {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(20px, 1.55vw, 23px);
  font-weight: 640;
  letter-spacing: -.025em;
  line-height: 1.12;
}
.marketplace-toolbar span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 560;
}
.marketplace-toolbar-action {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 14%, transparent);
  border-radius: var(--radius-control);
  background: color-mix(in srgb, var(--lake-page) 68%, white);
  color: var(--lake-ink);
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
}
.marketplace-toolbar-action:hover {
  border-color: color-mix(in srgb, var(--lake-accent) 44%, transparent);
  background: color-mix(in srgb, var(--lake-accent) 8%, white);
  text-decoration: none;
}
.marketplace-layout.feed-personalized {
  grid-template-columns: minmax(0, 1fr);
}
.marketplace-list .home-card {
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 207px;
}
.marketplace-list .home-img {
  min-height: 207px;
}
.marketplace-list .home-media {
  min-height: 207px;
}
.marketplace-list .home-body {
  padding: 19px 20px;
}
.marketplace-list .home-title {
  font-size: 20px;
}
@media (min-width: 981px) {
  .marketplace-results .marketplace-toolbar,
  .marketplace-results > .pagination {
    width: 100%;
    max-width: 836px;
    margin-inline: auto;
  }
  .marketplace-results .marketplace-list {
    width: 100%;
    max-width: 836px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-inline: auto;
  }
  .marketplace-results .marketplace-list .home-card {
    min-width: 0;
    min-height: 0;
    aspect-ratio: 6 / 7;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 56%) minmax(0, 44%);
    overflow: hidden;
  }
  .marketplace-results .marketplace-list .home-media,
  .marketplace-results .marketplace-list .home-img,
  .marketplace-results .marketplace-list .home-media-link {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .marketplace-results .marketplace-list .home-media {
    background: color-mix(in srgb, var(--lake-surface) 82%, var(--lake-page));
  }
  .marketplace-results .marketplace-list .home-img {
    object-fit: cover;
  }
  .marketplace-results .marketplace-list .home-body {
    min-height: 0;
    padding: 16px 18px 18px;
  }
  .marketplace-results .marketplace-list .home-title {
    display: -webkit-box;
    min-height: 2.4em;
    overflow: hidden;
    font-family: var(--font-hero-commercial);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .marketplace-results .marketplace-list .home-meta,
  .marketplace-results .marketplace-list .home-location {
    min-height: 1.35em;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 90rem) {
  .marketplace-results .marketplace-toolbar,
  .marketplace-results > .pagination,
  .marketplace-results .marketplace-list {
    max-width: none;
  }

  .marketplace-results .marketplace-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.15vw, 1.5rem);
  }

  .marketplace-results .marketplace-list .home-title {
    font-size: 22px;
  }

  .marketplace-results .marketplace-list .home-location,
  .marketplace-results .marketplace-list .home-meta,
  .marketplace-results .marketplace-list .home-meta > span {
    font-size: 19px;
  }

  .marketplace-results .marketplace-list .home-price {
    font-size: 23px;
  }

  .feed-personalized {
    width: min(84vw, 104rem);
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
  }

  .feed-personalized .marketplace-results-title {
    font-size: clamp(1.8rem, 1.75vw, 2.25rem);
  }
}
.pagination {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-wrap: nowrap;
  padding: 3px;
  border: 1px solid rgb(var(--rgb-line) / .82);
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-white) / .72);
}
.pagination-numbers {
  display: flex;
  gap: 2px;
  align-items: center;
}
.pagination > .pagination-direction,
.pagination-numbers > a,
.pagination-numbers > .pagination-current {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius-round);
  padding: 0 9px;
  background: rgb(var(--rgb-white) / .66);
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 620;
}
.pagination-current {
  cursor: default;
}
.pagination-numbers > a:hover {
  border-color: rgb(var(--rgb-accent) / .30);
  background: rgb(var(--rgb-accent) / .065);
  text-decoration: none;
}
.pagination .pagination-direction {
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  padding-inline: 12px;
}
.pagination a.pagination-direction:hover {
  border-color: transparent;
  background: transparent;
  color: var(--ink);
}
.pagination a.active,
.pagination-current.active {
  border-color: rgb(var(--rgb-accent) / .32);
  background: rgb(var(--rgb-accent) / .10);
  color: var(--ink);
}
.pagination .disabled,
.pagination .ellipsis {
  color: var(--muted);
  background: transparent;
}
.pagination .disabled {
  opacity: .48;
}
.public-search-pagination {
  position: static;
  margin: 12px auto 0;
  padding: 3px;
  background: rgb(var(--rgb-white) / .72);
  box-shadow: 0 8px 24px rgb(var(--rgb-ink) / .055);
  backdrop-filter: none;
}
.selections-page {
  display: grid;
  gap: 22px;
  width: min(920px, calc(100% - 40px));
  padding-block: clamp(24px, 5vw, 54px);
}
.selections-heading {
  display: grid;
  gap: 6px;
}
.selections-heading h1,
.selections-heading p {
  margin: 0;
}
.selections-heading h1 {
  font-family: var(--font-body);
  font-size: clamp(27px, 3.6vw, 38px);
  font-weight: 680;
  letter-spacing: -.03em;
}
.selections-heading p {
  color: var(--muted);
  font-size: 14px;
}
.selections-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  width: min(100%, 480px);
  padding: 4px;
  border: 1px solid rgb(var(--rgb-line) / .78);
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-surface) / .62);
}
.selections-tabs a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-round);
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
  text-align: center;
}
.selections-tabs a:hover {
  color: var(--ink);
  text-decoration: none;
}
.selections-tabs a.active {
  background: var(--ink);
  color: var(--color-white);
  box-shadow: 0 6px 18px rgb(var(--rgb-ink) / .13);
}
.selections-list {
  gap: 14px;
}
.public-search-pagination > .pagination-direction,
.public-search-pagination .pagination-numbers > a,
.public-search-pagination .pagination-numbers > .pagination-current {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: var(--radius-round);
  padding-inline: 10px;
  background: transparent;
  font-size: 14px;
}
.public-search-pagination a:not(.pagination-direction):hover {
  border-color: color-mix(in srgb, var(--lake-ink) 10%, transparent);
  background: color-mix(in srgb, var(--lake-ink) 5%, transparent);
}
.public-search-pagination a.active,
.public-search-pagination .pagination-current.active {
  border-color: color-mix(in srgb, var(--lake-ink) 22%, transparent);
  background: color-mix(in srgb, var(--lake-ink) 7%, transparent);
  color: var(--lake-ink);
}
.search-hero-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 18px;
}
.search-hero-panel h1 {
  margin: 0 0 9px;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}
.search-hero-panel .section-copy {
  max-width: 680px;
  margin-bottom: 0;
}
.search-filter-panel {
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .84);
  box-shadow: 0 10px 26px rgb(var(--rgb-ink) / .065);
  backdrop-filter: blur(14px) saturate(112%);
}
.search-filter-form {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(130px, .8fr)) auto auto;
  gap: 10px;
  align-items: end;
}
.search-results-shell {
  display: grid;
  gap: 14px;
}
.search-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.search-results-head h2 {
  margin: 0 0 4px;
  font-size: 26px;
  line-height: 1.15;
}
.search-results-head .section-copy {
  margin-bottom: 0;
}
.search-note {
  display: grid;
  gap: 3px;
  min-width: 230px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .72);
}
.search-note strong {
  font-size: 13px;
}
.search-note span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.refined-results {
  gap: 14px;
}
.refined-empty {
  background: rgb(var(--rgb-white) / .78);
}
.home-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 176px;
  color: var(--ink);
  border-color: rgb(var(--rgb-line) / .46);
  background:
    linear-gradient(180deg, rgb(var(--rgb-white) / .44), rgb(var(--rgb-white) / .30)),
    rgb(var(--rgb-page) / .34);
  box-shadow: 0 1px 0 rgb(var(--rgb-white) / .46) inset;
  backdrop-filter: blur(8px) saturate(106%);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.home-card:hover {
  text-decoration: none;
  border-color: rgb(var(--rgb-accent) / .32);
  background:
    linear-gradient(180deg, rgb(var(--rgb-white) / .84), rgb(var(--rgb-white) / .68)),
    rgb(var(--rgb-white) / .72);
  box-shadow: 0 14px 34px rgb(var(--rgb-ink) / .11);
  transform: translateY(-2px);
}
.home-media {
  position: relative;
  min-width: 0;
  min-height: 176px;
  overflow: hidden;
  background: var(--surface-disabled);
  touch-action: pan-y;
  user-select: none;
}
.home-media-link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  color: inherit;
}
.home-media-link:hover,
.home-media-link:focus-visible,
.home-body:hover,
.home-body:focus-visible {
  text-decoration: none;
}
.home-img {
  background: var(--surface-disabled);
  width: 100%;
  height: 100%;
  min-height: 176px;
  object-fit: cover;
  filter: saturate(.95);
  transition: transform .24s ease, filter .24s ease;
}
.home-gallery-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 44px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--text-on-accent);
  background: transparent;
  box-shadow: none;
  opacity: .9;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .12s ease, color .12s ease, background-color .12s ease, box-shadow .12s ease, transform .12s ease;
}
.home-gallery-arrow span {
  width: 16px;
  height: 16px;
  display: block;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  font-size: 0;
  filter:
    drop-shadow(0 1px 3px color-mix(in srgb, var(--lake-ink) 92%, transparent))
    drop-shadow(0 0 1px color-mix(in srgb, var(--text-on-accent) 74%, transparent));
}
.home-gallery-prev { left: 7px; }
.home-gallery-next { right: 7px; }
.home-gallery-prev span { transform: rotate(45deg); }
.home-gallery-next span { transform: rotate(225deg); }
.home-gallery-arrow:hover,
.home-gallery-arrow:focus-visible {
  color: var(--text-on-accent);
  background: transparent;
  box-shadow: none;
  opacity: 1;
  transform: translateY(-50%) scale(1.06);
}
.home-gallery-arrow:focus-visible {
  outline: 2px solid rgb(var(--rgb-accent) / .58);
  outline-offset: 2px;
}
.home-gallery-arrow:active {
  transform: translateY(-50%);
}
@media (min-width: 981px) {
  .home-gallery-arrow {
    width: 36px;
    height: 40px;
    border-radius: var(--radius-round);
  }
  .home-gallery-arrow span {
    width: 13px;
    height: 13px;
    border-width: 0 0 2px 2px;
  }
}
.home-gallery-count {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 9px;
  min-width: 76px;
  padding: 5px 9px;
  border-radius: var(--radius-round);
  color: var(--text-on-accent);
  background: color-mix(in srgb, var(--lake-ink) 74%, transparent);
  font-size: 12px;
  line-height: 1;
  font-weight: var(--font-weight-medium);
  text-align: center;
}
.home-media.is-image-changing .home-img,
.home-media.is-image-changing > .home-media-link .home-img {
  opacity: .58;
  transform: translate3d(calc(var(--gallery-direction, 0) * 6px), 0, 0) scale(1.012);
}
.home-card:hover .home-img {
  filter: saturate(1.05);
  transform: scale(1.018);
}
.home-body { padding: 15px 16px; display: grid; gap: 8px; align-content: start; color: inherit; font-family: var(--font-hero-commercial); font-variant-numeric: lining-nums tabular-nums; }
.home-card-heading { display: grid; gap: 4px; min-width: 0; }
.home-title { font-size: 18px; line-height: 1.28; font-weight: 500; color: var(--ink); }
.home-card-summary {
  display: grid;
  gap: 9px;
  margin-top: auto;
}
.home-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}
.home-card-tail {
  min-width: 0;
  display: grid;
  justify-items: end;
  gap: 7px;
  margin-left: auto;
}
.home-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 520;
}
.home-meta > span {
  min-height: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--lake-ink);
  font-size: 17px;
  font-weight: 450;
  line-height: 1.1;
  white-space: nowrap;
}
.home-meta > span strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.home-meta span + span {
  margin-left: 10px;
  padding-left: 0;
  border-left: 0;
}
.facts { display: flex; gap: 10px; flex-wrap: wrap; align-items: baseline; color: var(--muted); font-size: 14px; }
.home-price { color: var(--ink); font-size: 19px; line-height: 1.1; font-weight: 600; }
.home-location { color: var(--muted); font-size: 14px; line-height: 1.35; font-weight: 450; }
.home-cta {
  margin-top: 4px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 620;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.landing-results .home-card { grid-template-columns: 1fr; min-height: 0; }
.landing-results .home-media { min-height: 225px; }
.landing-results .home-img { height: 225px; min-height: 225px; }
.landing-results .home-body { min-height: 158px; }
.badge { display: inline-flex; align-items: center; width: fit-content; border-radius: var(--radius-round); padding: 4px 8px; font-size: 12px; font-weight: 750; background: var(--soft); color: var(--ink); }
.badge.green { background: var(--color-success-surface); color: var(--color-success-strong); }
.badge.amber { background: var(--color-warning-surface); color: var(--color-warning); }
.map-panel { min-height: 420px; display: grid; align-content: center; justify-items: center; text-align: center; color: var(--muted); background: var(--soft); }

.swipe-view-panel {
  margin-bottom: 96px;
}
.swipe-decision-bar,
.property-preview-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 44px minmax(132px, 180px) minmax(132px, 180px) 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 20px calc(11px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgb(var(--rgb-line) / .94);
  background: rgb(var(--rgb-surface) / .98);
  box-shadow: 0 -12px 30px rgb(var(--rgb-ink) / .10);
  backdrop-filter: blur(16px) saturate(112%);
}
.swipe-decision-bar > .swipe-decision-actions {
  display: contents;
}
.property-preview-bar {
  grid-template-columns: repeat(2, minmax(150px, 220px));
}
.property-preview-bar.own-home-edit-bar {
  grid-template-columns: minmax(150px, 220px);
}
.property-preview-bar.property-account-bar {
  grid-template-columns: minmax(150px, 220px);
}
body:has(.swipe-decision-bar) .web-footer,
body:has(.property-preview-bar) .web-footer {
  margin-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
}
.property-preview-bar .btn {
  width: 100%;
  min-height: 44px;
  border-radius: var(--radius-sm);
}
.swipe-decision-bar form {
  min-width: 0;
}
.swipe-action-btn {
  gap: 0;
  border-radius: var(--radius-sm);
  font-weight: var(--font-weight-semibold);
}
.swipe-decision-bar .btn {
  width: 100%;
  min-height: 48px;
  white-space: nowrap;
}
.swipe-action-no,
.swipe-action-no:hover,
.swipe-action-no.is-active {
  color: var(--color-danger-strong);
  border-color: rgb(var(--rgb-danger-muted) / .30);
  background: rgb(var(--rgb-white) / .72);
  box-shadow: none;
}
.swipe-action-no:hover,
.swipe-action-no.is-active {
  border-color: rgb(var(--rgb-danger-muted) / .48);
  background: rgb(var(--rgb-danger-muted) / .08);
}
.swipe-action-yes.is-active {
  border-color: var(--accent-deep);
  background: var(--accent-deep);
}
.swipe-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(var(--rgb-line) / .95);
  border-radius: var(--radius-round);
  background: var(--surface-overlay);
  color: var(--accent-strong);
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}
.swipe-nav-btn:hover {
  border-color: rgb(var(--rgb-accent) / .32);
  background: rgb(var(--rgb-accent) / .08);
  text-decoration: none;
}
.swipe-nav-btn.disabled {
  opacity: .36;
  pointer-events: none;
}
.property-detail-page:has(+ .property-decision-bar) {
  padding-bottom: 88px;
}
.property-detail-page:has(+ .property-preview-bar) {
  padding-bottom: 88px;
}
.property-decision-bar {
  width: 100%;
  grid-template-columns: repeat(2, minmax(132px, 180px));
}
.property-decision-bar form {
  width: auto;
}
.property-decision-bar .btn {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 54px;
  border-radius: var(--radius-sm);
  padding: 9px 17px;
  font-size: 15px;
}

@media (min-width: 981px) {
  .property-preview-bar.own-home-edit-bar {
    display: none;
  }
  body:has(.property-preview-bar.own-home-edit-bar) .web-footer {
    margin-bottom: 0;
  }
  .property-preview-bar {
    left: 50%;
    right: auto;
    bottom: 22px;
    width: auto;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgb(var(--rgb-line) / .86);
    border-radius: 20px;
    background: rgb(var(--rgb-surface) / .94);
    box-shadow: 0 18px 48px rgb(var(--rgb-ink) / .16);
    transform: translateX(-50%);
  }
  .property-preview-bar .btn {
    min-width: 178px;
    min-height: 50px;
    border-radius: var(--radius-md);
  }
  .property-decision-bar,
  .property-account-bar { display: none; }
  .property-detail-page:has(~ .property-decision-bar),
  .property-detail-page:has(~ .property-account-bar) {
    padding-bottom: 0;
  }
  body:has(.property-decision-bar) .web-footer,
  body:has(.property-account-bar) .web-footer {
    margin-bottom: 0;
  }
}
.interest-limit-dialog {
  width: min(420px, calc(100% - 32px));
  max-width: 420px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-dialog);
  padding: 0;
  background: var(--surface-overlay);
  color: var(--text-primary);
  box-shadow: var(--shadow-floating);
}
.interest-limit-dialog::backdrop {
  background: rgb(var(--rgb-overlay-ink) / .52);
  backdrop-filter: blur(5px);
}
.interest-limit-content {
  display: grid;
  gap: 12px;
  padding: 24px;
}
.interest-limit-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
}
.interest-limit-content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.15;
}
.interest-limit-content > p:not(.interest-limit-kicker) {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.5;
}
.interest-limit-status {
  padding-block: 8px;
  border-block: 1px solid var(--border-subtle);
}
.interest-limit-status strong {
  color: var(--text-primary);
}
.interest-limit-dismiss {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--text-secondary);
  font-size: 13px;
  cursor: pointer;
}
.interest-limit-dismiss input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--color-accent);
}
.interest-limit-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}
.interest-limit-actions .btn {
  min-height: 46px;
  justify-content: center;
}
.property-decision-bar .swipe-action-text {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}
.property-decision-bar .swipe-nav-btn {
  width: 44px;
  height: 44px;
  align-self: center;
  border-color: rgb(var(--rgb-line) / .92);
  background: rgb(var(--rgb-white) / .58);
  color: var(--accent-strong);
  box-shadow: none;
}
.property-decision-bar .swipe-nav-btn:hover {
  border-color: rgb(var(--rgb-accent) / .28);
  background: rgb(var(--rgb-accent) / .08);
}
.property-decision-bar .swipe-nav-btn.disabled {
  border-color: rgb(var(--rgb-line) / .72);
  background: rgb(var(--rgb-surface-legacy) / .72);
  color: var(--color-muted-faint);
  opacity: 1;
}
.property-detail-page [data-property-carousel],
.property-detail-page .property-info,
.property-detail-page .property-content {
  touch-action: pan-y;
}

.app-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.desktop-app-promo {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgb(var(--rgb-line) / .88);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse at 88% 10%, rgb(var(--rgb-accent) / .10), transparent 34%),
    rgb(var(--rgb-white) / .78);
  box-shadow: 0 12px 30px rgb(var(--rgb-ink) / .055);
}
.app-kicker { color: var(--accent); margin-bottom: 8px; }
.desktop-app-promo h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 620;
}
.desktop-app-promo p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.qr-link {
  display: grid;
  gap: 10px;
  justify-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.qr-link:hover { color: var(--ink); text-decoration: none; }
.qr-placeholder {
  width: 132px;
  height: 132px;
  border: 12px solid var(--accent-deep);
  background:
    linear-gradient(90deg, var(--accent-deep) 12px, transparent 12px 24px, var(--accent-deep) 24px 36px, transparent 36px),
    linear-gradient(var(--accent-deep) 12px, transparent 12px 24px, var(--accent-deep) 24px 36px, transparent 36px),
    var(--color-white);
  box-shadow: 0 8px 20px rgb(var(--rgb-ink) / .08);
}

.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 18px; padding: 24px 0 40px; }
.gallery-main { height: 430px; border-radius: var(--radius-lg); overflow: hidden; background: var(--color-surface-neutral); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 14px 0; }
.fact { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 12px; background: var(--color-white); }
.fact strong { display: block; font-size: 18px; }
.fact span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }

/* source: static/css/05-property-detail.css */
.property-detail-page {
  padding: 24px 0 64px;
  background: var(--property-detail-background);
}
.property-detail-page[data-property-swipe] {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  touch-action: pan-y;
}
body:has(.property-detail-page[data-property-swipe]) {
  overscroll-behavior-y: contain;
}
.property-detail-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}
.property-detail-page.is-swipe-tracking .property-detail-shell,
.property-detail-page.is-swipe-restoring .property-detail-shell {
  transform: translate3d(var(--property-swipe-x, 0px), 0, 0);
  opacity: var(--property-swipe-opacity, 1);
  will-change: transform, opacity;
}
.property-detail-page.is-swipe-restoring .property-detail-shell {
  transition: transform 220ms cubic-bezier(.22, .76, .24, 1), opacity 190ms ease;
}
.property-visual {
  position: relative;
  width: min(100%, 1080px);
  margin-inline: auto;
  min-width: 0;
}
.property-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
}
.property-breadcrumb a {
  color: var(--accent-strong);
}
.property-breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: var(--color-muted-cool);
}
.property-gallery {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 3 / 2;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(var(--rgb-line) / .72);
  border-radius: 14px;
  background: var(--surface-primary);
}
@media (min-width: 981px) {
  .property-gallery {
    height: clamp(480px, 62svh, 610px);
    aspect-ratio: auto;
  }
  .property-gallery-main img {
    object-position: center;
  }
}

@media (min-width: 90rem) {
  .property-detail-page {
    padding-block: clamp(1.5rem, 2vw, 3rem) clamp(4rem, 5vw, 6rem);
  }

  .property-detail-shell {
    width: 88vw;
    max-width: none;
    margin-inline: auto;
  }

  .property-visual {
    width: 82vw;
    max-width: none;
  }

  .property-gallery {
    height: min(68svh, 47vw);
  }
}
.property-gallery button {
  display: block;
  min-width: 0;
  min-height: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}
.property-gallery-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  padding: 0;
  background: var(--surface-primary);
  box-sizing: border-box;
  touch-action: none;
  user-select: none;
}
.property-gallery-main img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transform: translate3d(var(--property-gallery-drag-x, 0px), 0, 0) scale(var(--property-gallery-drag-scale, 1));
  transition: filter .22s ease;
  will-change: transform;
}
.property-gallery-main.is-dragging img {
  --property-gallery-drag-scale: .995;
  transition: none;
}
.property-gallery-main.is-restoring img {
  transition: transform 210ms cubic-bezier(.22, .76, .24, 1), filter .22s ease;
}
.property-gallery-main img:hover {
  filter: none;
}
@media (prefers-reduced-motion: reduce) {
  .property-detail-page.is-swipe-restoring .property-detail-shell,
  .property-gallery-main.is-restoring img {
    transition-duration: 1ms;
  }
}
.property-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid !important;
  place-items: center;
  width: 42px;
  height: 54px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--color-white) !important;
  font-size: 46px;
  line-height: 1;
  box-shadow: none;
  text-shadow: 0 2px 14px rgb(var(--rgb-black) / .62);
  transform: translateY(-50%);
  transition: color .18s ease, text-shadow .18s ease;
}
.property-gallery-nav:hover {
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-overlay-deep) / .56) !important;
  color: var(--color-white) !important;
  text-shadow: 0 1px 8px rgb(var(--rgb-black) / .58);
}
.property-back-link:focus-visible,
.property-gallery-nav:focus-visible,
.property-viewer-nav:focus-visible {
  outline: 2px solid rgb(var(--rgb-white) / .92);
  outline-offset: 3px;
}
.property-gallery-nav:focus-visible {
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-overlay-surface) / .48) !important;
}
.property-gallery-nav.prev {
  left: 16px;
}
.property-gallery-nav.next {
  right: 16px;
}
.property-gallery-all {
  position: absolute;
  right: 14px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: var(--radius-round);
  padding: 0 14px !important;
  background: rgb(var(--rgb-overlay-deep) / .68) !important;
  color: var(--color-white) !important;
  box-shadow: none;
  backdrop-filter: none;
}
.property-gallery-all span {
  font-size: 13px;
  font-weight: 760;
}
.property-gallery-all strong {
  color: rgb(var(--rgb-white) / .78);
  font-size: 12px;
  font-weight: 720;
}
.property-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 18px;
  width: min(100%, 980px);
  margin-inline: auto;
  border-bottom: 0;
  padding: 34px 24px 28px;
  text-align: center;
}
.property-heading {
  display: grid;
  justify-items: center;
  min-width: 0;
}
.property-heading h1,
.property-heading h2 {
  margin: 0;
  max-width: 820px;
  margin-inline: auto;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 630;
}
.property-heading p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.property-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 13px;
}
.property-price strong {
  color: var(--ink);
  font-size: clamp(23px, 2.2vw, 30px);
  line-height: 1;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.property-preview-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.property-key-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  align-items: end;
  justify-content: center;
  gap: clamp(24px, 3.5vw, 50px);
  padding: 2px 0 0;
}
.property-desktop-actions {
  width: min(100%, 700px);
  justify-self: center;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 14%, transparent);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--lake-card) 84%, white);
  box-shadow: 0 10px 26px rgb(var(--rgb-ink) / .06);
}
.property-desktop-actions .swipe-decision-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(118px, 1fr));
  gap: 16px;
}
.property-desktop-actions form {
  min-width: 0;
}
.property-desktop-actions .btn {
  width: 100%;
  height: 64px;
  min-height: 64px;
  border-radius: var(--radius-md);
  padding-inline: 24px;
  font-size: 17px;
  white-space: nowrap;
}
.property-key-facts div {
  display: flex;
  min-width: 0;
  padding: 0;
}
.property-key-facts strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.14;
  font-weight: 560;
}
.property-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(calc(100% - clamp(24px, 5vw, 64px)), 920px);
  margin-inline: auto;
  border-top: 0;
}
.property-section {
  width: 100%;
  padding: 32px 0 38px;
  border-bottom: 0;
}
.property-content > .property-section + .property-section {
  border-top: 0;
}
.property-content > .property-section:first-child {
  padding: 44px 0 34px;
}
.property-description-section {
  grid-column: 1 / -1;
  align-self: start;
}
.property-section h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 650;
  text-align: left;
}
.property-description {
  max-width: 760px;
  margin: 0 auto;
  color: var(--color-ink-soft);
  font-size: 18px;
  line-height: 1.76;
  text-align: center;
  white-space: pre-line;
}

@media (min-width: 64rem) {
  .property-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(54px, 5vw, 96px);
    width: min(calc(100% - clamp(40px, 6vw, 96px)), 1180px);
  }

  .property-facts-section {
    align-self: start;
    justify-self: center;
    width: min(100%, 500px);
  }

  .property-features-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 90rem) {
  .property-intro {
    width: 76vw;
    max-width: none;
    padding-block: clamp(2rem, 2.2vw, 3rem);
  }

  .property-heading h1,
  .property-heading h2 {
    max-width: 64vw;
    font-size: clamp(2.4rem, 2.7vw, 3.5rem);
  }

  .property-heading p,
  .property-description {
    font-size: clamp(1.05rem, 1vw, 1.28rem);
  }

  .property-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    column-gap: clamp(112px, 7.5vw, 160px);
    width: min(88vw, 1600px);
    max-width: 1600px;
  }

  .property-description {
    max-width: min(56vw, 940px);
  }

  .property-facts-section {
    justify-self: stretch;
    width: 100%;
  }

  .property-section h2 {
    font-size: 24px;
  }

  .property-data-grid div {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: clamp(24px, 2vw, 36px);
  }

}
.property-data-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  text-align: left;
}
.property-data-grid div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 34px);
  min-height: 58px;
  border-top: 0;
  padding: 16px 0;
}
.property-data-grid dt,
.property-data-grid dd {
  margin: 0;
  min-width: 0;
}
.property-data-grid dt {
  color: var(--muted);
  font-size: 14px;
  font-weight: 540;
  text-align: left;
}
.property-data-grid dd {
  color: var(--ink);
  font-size: 15px;
  font-weight: 540;
  overflow-wrap: anywhere;
  text-align: left;
}
.property-data-grid dd.is-yes {
  color: var(--ink);
  font-weight: 540;
}
.property-data-grid dd.is-no {
  color: var(--ink);
  font-weight: 540;
}
.property-data-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(36px, 5vw, 72px);
  margin-top: 0;
}
.property-similar {
  width: min(calc(100% - clamp(24px, 5vw, 64px)), 1080px);
  margin-inline: auto;
  padding-top: 44px;
  border-bottom: 0;
}
.property-similar-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.property-similar-head h2 {
  margin: 0;
  font-family: var(--font-hero-commercial);
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.15;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 90rem) {
  .property-similar {
    width: 76vw;
    max-width: none;
  }

  .property-data-grid dt,
  .property-data-grid dd {
    font-size: 18px;
  }

  .property-data-grid dd {
    text-align: right;
  }

  .property-similar .marketplace-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.15vw, 1.5rem);
  }

  .property-similar .home-card {
    min-width: 0;
    min-height: 0;
    aspect-ratio: 6 / 7;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 56%) minmax(0, 44%);
    overflow: hidden;
  }

  .property-similar .home-media,
  .property-similar .home-img,
  .property-similar .home-media-link {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .property-similar .home-body {
    min-height: 0;
    padding: 16px 18px 18px;
  }

  .property-similar .home-title {
    font-size: 19px;
  }

  .property-similar .home-location,
  .property-similar .home-meta,
  .property-similar .home-meta > span {
    font-size: 16px;
  }

  .property-similar .home-price {
    font-size: 20px;
  }
}
body.lightbox-open {
  overflow: hidden;
}
.property-lightbox[hidden] {
  display: none;
}
.property-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000;
  display: grid;
  place-items: stretch;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(145deg, rgb(var(--rgb-surface-neutral-light)), rgb(var(--rgb-surface-neutral-soft)));
}
.property-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(var(--rgb-surface) / .88);
  backdrop-filter: blur(14px) saturate(104%);
}
.property-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  backdrop-filter: none;
}
.property-lightbox-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  border-bottom: 1px solid rgb(var(--rgb-line) / .9);
  padding-bottom: 14px;
}
.property-lightbox-top span {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 780;
}
.property-lightbox-top strong {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
}
.property-lightbox-close {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 18px);
  right: 22px;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  text-shadow: none;
}
.property-lightbox-close:hover {
  color: var(--accent-strong);
}
.property-lightbox-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 3.4vw, 34px);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: calc(env(safe-area-inset-top, 0px) + 20px) clamp(14px, 4vw, 44px) calc(env(safe-area-inset-bottom, 0px) + 28px);
  scroll-snap-type: y proximity;
  overscroll-behavior: contain;
}
.property-lightbox-grid button {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: min(100%, 860px);
  height: auto;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  box-shadow: none;
  line-height: 0;
  appearance: none;
  scroll-snap-align: start;
}
.property-photo-index {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: var(--radius-md);
  padding: 0 11px;
  border: 1px solid rgb(var(--rgb-white) / .7);
  background: rgb(var(--rgb-white) / .82);
  color: var(--ink);
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
  backdrop-filter: blur(10px);
}
.property-lightbox-grid button + button {
  margin-top: 0;
}
.property-lightbox-grid button:first-child {
  grid-column: auto;
  grid-row: auto;
}
.property-lightbox-grid img {
  position: static !important;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(calc(100dvh - 72px), 680px);
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: filter .18s ease;
}
.property-lightbox-grid button:hover img {
  filter: saturate(1.04);
}

@media (min-width: 90rem) {
  .property-lightbox-grid {
    gap: 3vw;
    padding-inline: 6vw;
  }

  .property-lightbox-grid button {
    width: min(82vw, 78rem);
  }

  .property-lightbox-grid img {
    max-height: 82svh;
  }
}
.property-viewer[hidden] {
  display: none;
}
.property-viewer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10020;
  display: grid;
  place-items: stretch;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  background: linear-gradient(145deg, rgb(var(--rgb-surface-neutral-light)), rgb(var(--rgb-surface-neutral-soft)));
}
.property-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(var(--rgb-surface) / .9);
  backdrop-filter: blur(14px) saturate(104%);
}
.property-viewer-panel {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 64px 86px 20px;
}
.property-viewer.is-zoomed .property-viewer-panel {
  padding: 0;
}
.property-viewer-stage {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding-bottom: clamp(34px, 8vh, 82px);
  cursor: default;
  user-select: none;
  box-sizing: border-box;
  touch-action: none;
  overscroll-behavior: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.property-viewer.is-zoomed .property-viewer-stage {
  cursor: grab;
  padding-bottom: 0;
}
.property-viewer.is-zoomed .property-viewer-stage.is-dragging {
  cursor: grabbing;
}
.property-viewer-stage img {
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100dvh - 104px);
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: center center;
  transition: transform .14s ease;
  will-change: transform;
}
.property-viewer.is-zoomed .property-viewer-stage img {
  max-width: 100vw;
  max-height: 100dvh;
}
.property-viewer-stage.is-dragging img {
  transition: none;
}
.property-viewer-zoom {
  backdrop-filter: blur(14px) saturate(112%);
}
.property-viewer-close {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 18px);
  right: 24px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  text-shadow: none;
  touch-action: manipulation;
}
.property-viewer-count {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 26px);
  left: 50%;
  z-index: 40;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
  transform: translateX(-50%);
  text-shadow: none;
}
.property-viewer-nav {
  position: absolute;
  top: var(--viewer-image-center-y, 50%);
  z-index: 40;
  display: grid;
  place-items: center;
  width: 44px;
  height: 64px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 54px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  text-shadow: none;
  touch-action: manipulation;
}
.property-viewer-nav.prev {
  left: 24px;
}
.property-viewer-nav.next {
  right: 24px;
}
.property-viewer-close:hover,
.property-viewer-nav:hover {
  background: transparent;
  color: var(--accent-strong);
}
.property-viewer.is-zoomed .property-viewer-nav {
  opacity: 1;
  pointer-events: auto;
}
.property-viewer-zoom {
  position: fixed !important;
  left: 50%;
  bottom: 16px;
  z-index: 10040;
  display: inline-grid;
  grid-template-columns: 36px minmax(54px, auto) 36px;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgb(var(--rgb-white) / .9);
  color: var(--ink);
  box-shadow: 0 14px 44px rgb(var(--rgb-ink) / .14);
  transform: translateX(-50%);
}
.property-viewer-zoom button {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0;
  font-weight: 760;
  cursor: pointer;
}
.property-viewer-zoom button::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1.8px solid currentColor;
  border-radius: var(--radius-round);
  transform: translate(-2px, -2px);
}
.property-viewer-zoom button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: var(--radius-round);
  background: currentColor;
  transform: translate(8px, 8px) rotate(45deg);
}
.property-viewer-zoom button.zoom-in {
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-position:
    calc(50% - 2px) calc(50% - 2px),
    calc(50% - 2px) calc(50% - 2px);
  background-size: 8px 2px, 2px 8px;
  background-repeat: no-repeat;
}
.property-viewer-zoom button.zoom-out {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: calc(50% - 2px) calc(50% - 2px);
  background-size: 8px 2px;
  background-repeat: no-repeat;
}
.property-viewer-zoom button:hover {
  background-color: rgb(var(--rgb-accent) / .08);
}
.property-viewer-zoom span {
  border-right: 1px solid rgb(var(--rgb-line) / .84);
  border-left: 1px solid rgb(var(--rgb-line) / .84);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 780;
  line-height: 36px;
  text-align: center;
}
@media (pointer: coarse) {
  .property-viewer-zoom {
    display: none;
  }
}
.app-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr) 300px; gap: 16px; padding: 20px 0 34px; align-items: start; }
/* Own listing dashboard and preview toolbar */
.property-topbar {
  position: absolute;
  inset: 18px 18px auto;
  z-index: 5;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}
.property-back-link {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--radius-round);
  color: var(--color-white);
  background: rgb(var(--rgb-overlay-deep) / .68);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
}
.property-back-link:hover {
  color: var(--color-white);
  background: rgb(var(--rgb-overlay-deep) / .82);
  text-decoration: none;
}
.property-preview-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}
.property-overflow {
  position: relative;
}
.property-overflow summary {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 0;
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-overlay-deep) / .68);
  color: var(--color-white);
  box-shadow: none;
  backdrop-filter: none;
  cursor: pointer;
  list-style: none;
}
.property-overflow summary::-webkit-details-marker {
  display: none;
}
.property-overflow summary span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.property-overflow summary:hover,
.property-overflow[open] summary {
  background: rgb(var(--rgb-overlay-deep) / .82);
}
.property-overflow summary:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: 3px;
}
.property-overflow-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: max-content;
  min-width: 230px;
  overflow: hidden;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-md);
  padding: 6px;
  background: rgb(var(--rgb-surface) / .98);
  box-shadow: 0 10px 28px rgb(var(--rgb-ink) / .12);
  backdrop-filter: none;
}
.property-overflow-menu a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-radius: var(--radius-sm);
  padding: 0 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 620;
}
.property-overflow-menu a:hover,
.property-overflow-menu a:focus-visible {
  background: rgb(var(--rgb-accent) / .08);
  color: var(--accent-strong);
  text-decoration: none;
}
.own-home-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-content: start;
  width: min(100%, 1080px);
  margin: 0 auto 6px;
}
.own-home-media-action {
  display: flex;
  justify-content: flex-end;
  width: min(100%, 1080px);
  margin: 0 auto 8px;
}
.own-home-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: min(100%, 760px);
  margin: 0;
  padding: 8px 0 12px;
  border: 0;
}
.own-home-dashboard-head {
  display: block;
}
.own-home-dashboard-head h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.12;
}
.own-home-dashboard-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.own-home-status {
  display: grid;
  gap: 3px;
  padding: 11px 13px;
  border: 1px solid rgb(var(--rgb-border) / .9);
  border-radius: var(--radius-md);
  background: rgb(var(--rgb-surface) / .72);
}
.own-home-submitted {
  padding: 11px 13px;
  border-radius: var(--radius-md);
  background: rgb(var(--rgb-accent) / .1);
  color: var(--ink);
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
.own-home-status strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
}
.own-home-status span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.own-home-status[data-tone="green"] { border-color: rgb(var(--rgb-success) / .35); background: var(--color-success-surface-soft); }
.own-home-status[data-tone="blue"] { border-color: rgb(var(--rgb-accent) / .3); background: rgb(var(--rgb-accent) / .07); }
.own-home-status[data-tone="amber"] { border-color: rgb(var(--rgb-warning) / .35); background: var(--color-warning-surface); }
.own-home-status[data-tone="red"] { border-color: var(--danger-border); background: var(--color-danger-surface); }
.own-home-edit-action {
  min-height: 42px;
  padding-inline: 16px;
  white-space: nowrap;
}
.own-home-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.own-home-dashboard-stats > div {
  display: grid;
  gap: 3px;
  min-height: 48px;
  align-content: center;
  padding: 5px clamp(13px, 1.8vw, 23px);
  border: 0;
  border-radius: var(--radius-md);
  background: rgb(var(--rgb-surface) / .5);
}
.own-home-dashboard-stats strong {
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: var(--font-weight-semibold);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.own-home-dashboard-stats span {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 560;
}

@media (min-width: 64rem) {
  .own-home-overview {
    grid-template-columns: minmax(0, 760px) auto;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 8px;
  }

  .own-home-overview .own-home-dashboard {
    padding-bottom: 0;
  }

  .own-home-overview .own-home-media-action {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 90rem) {
  .own-home-overview {
    width: 82vw;
    max-width: none;
    margin-bottom: 8px;
  }

  .own-home-media-action {
    width: 82vw;
    max-width: none;
    margin-bottom: 10px;
  }

  .own-home-dashboard {
    width: min(48vw, 820px);
    margin: 0;
    padding-block: 12px;
  }

  .own-home-dashboard-head h1 {
    font-size: clamp(1.75rem, 1.7vw, 2.25rem);
  }

  .own-home-dashboard-head p,
  .own-home-dashboard-stats span {
    font-size: 15px;
  }

  .own-home-dashboard-stats > div {
    min-height: 68px;
    padding: 10px clamp(1.25rem, 1.6vw, 2rem);
  }

  .own-home-dashboard-stats strong {
    font-size: 28px;
  }

  body:has(.own-home-dashboard) .property-section h2 {
    font-size: 22px;
  }

  body:has(.own-home-dashboard) .property-data-grid dt,
  body:has(.own-home-dashboard) .property-data-grid dd {
    font-size: 17px;
  }
}
.own-home-empty-shell {
  min-height: calc(100svh - 150px);
  align-content: center;
}
.own-home-empty {
  max-width: 520px;
  margin-inline: auto;
}

/* source: static/css/06-app-settings-support.css */
.app-home-layout {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.app-home-heading {
  padding-bottom: 12px;
}
.app-home-menu {
  position: sticky;
  top: 78px;
  display: grid;
  gap: 14px;
  padding: 15px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .84);
  box-shadow: 0 10px 26px rgb(var(--rgb-ink) / .065);
  backdrop-filter: blur(14px) saturate(112%);
  transition: top .24s ease;
}
.app-home-user {
  display: grid;
  gap: 3px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.app-home-user strong {
  font-size: 16px;
}
.app-home-user span {
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-home-links {
  display: grid;
  gap: 3px;
}
.app-home-links a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: var(--radius-control);
  padding: 0 11px;
  color: var(--color-muted-strong);
  font-size: 14px;
  font-weight: 750;
}
.app-home-links a:hover {
  background: rgb(var(--rgb-accent) / .07);
  color: var(--ink);
  text-decoration: none;
}
.app-home-links a.active {
  background: var(--color-accent);
  color: var(--color-white);
}
.app-home-links span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: var(--radius-round);
  background: var(--soft);
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}
.app-home-house {
  display: grid;
  gap: 5px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--ink);
}
.app-home-house:hover {
  text-decoration: none;
}
.app-home-house img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  background: var(--color-surface-muted);
}
.app-home-house span {
  margin-top: 4px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}
.app-home-house strong {
  font-size: 15px;
  line-height: 1.3;
}
.app-home-house small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.settings-page {
  padding: 22px 0 54px;
}
.settings-shell {
  display: grid;
  grid-template-columns: 274px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.settings-sidebar {
  position: sticky;
  top: 78px;
  display: grid;
  gap: 12px;
}
.settings-identity,
.settings-card,
.settings-hero,
.settings-action {
  border: 1px solid rgb(var(--rgb-line) / .72);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-surface) / .58);
  box-shadow: none;
  backdrop-filter: blur(10px) saturate(106%);
}
.settings-identity {
  display: grid;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
}
.settings-identity strong,
.settings-identity span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.settings-identity strong {
  font-size: 14px;
}
.settings-identity span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 620;
}
.settings-nav-list {
  display: grid;
  gap: 2px;
  padding: 8px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .62);
}
.settings-nav-list a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--radius-lg);
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}
.settings-nav-list a:hover {
  background: rgb(var(--rgb-accent) / .065);
  color: var(--ink);
  text-decoration: none;
}
.settings-content {
  display: grid;
  gap: 18px;
  min-width: 0;
}
.settings-directory {
  display: grid;
  gap: 24px;
}
.settings-group {
  display: grid;
  gap: 9px;
  scroll-margin-top: 86px;
}

@media (min-width: 90rem) {
  .settings-page {
    padding-block: clamp(2rem, 3vw, 4rem) clamp(4rem, 5vw, 6rem);
  }

  .settings-content-simple {
    width: min(68vw, 72rem);
  }

  .settings-directory {
    gap: clamp(1.5rem, 1.8vw, 2.25rem);
  }

  .settings-unified-panel .settings-row {
    min-height: clamp(4rem, 4.2vw, 5.25rem);
    padding-inline: clamp(1rem, 1.4vw, 1.75rem);
  }
}

.settings-group-head {
  padding-inline: 2px;
}
.settings-group-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.01em;
}
.settings-notification-form {
  gap: 0;
}
.settings-notification-form .settings-toggle-list {
  border: 0;
}
.settings-notification-form .settings-toggle {
  padding: 15px 18px;
}
.settings-notification-footer {
  padding: 14px 18px 16px;
  border-top: 1px solid rgb(var(--rgb-line) / .82);
}
.settings-account-panel {
  border-color: color-mix(in srgb, var(--lake-ink) 13%, var(--lake-line));
  background: color-mix(in srgb, var(--lake-page) 90%, white);
}
.settings-account-panel .settings-control-row {
  cursor: pointer;
}
.settings-account-panel .settings-logout-button strong {
  color: var(--ink);
}
.settings-account-panel .settings-logout-button:hover {
  background: color-mix(in srgb, var(--lake-accent) 8%, transparent);
}
.settings-account-panel .danger-row {
  background: rgb(var(--rgb-danger) / .035);
}
.settings-account-panel .danger-row strong {
  color: var(--red);
}
.settings-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 2px 0;
}
.settings-title h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}
.settings-hero {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 22px;
}
.settings-hero h1 {
  margin: 0 0 7px;
  font-size: 32px;
  line-height: 1.1;
}
.settings-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.settings-section {
  scroll-margin-top: 88px;
  display: grid;
  gap: 10px;
}
.settings-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  padding: 0 2px;
}
.settings-section-head h2 {
  margin: 0 0 4px;
  font-size: 22px;
}
.settings-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}
.settings-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.settings-action {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 15px;
  color: var(--ink);
}
.settings-action:hover {
  border-color: rgb(var(--rgb-accent) / .24);
  background: rgb(var(--rgb-white) / .92);
  text-decoration: none;
}
.settings-action span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 680;
}
.settings-action strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 680;
}
.settings-card {
  padding: 18px;
}
.settings-form {
  display: grid;
  gap: 16px;
}
.settings-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.settings-form-grid label:first-child:last-child,
.settings-form-grid label:nth-child(3):last-child {
  grid-column: 1 / -1;
}
.settings-form input[readonly] {
  color: var(--muted);
  background: rgb(var(--rgb-surface) / .84);
}
.settings-toggle-list {
  display: grid;
  border-top: 1px solid rgb(var(--rgb-line) / .8);
  border-bottom: 1px solid rgb(var(--rgb-line) / .8);
}
.settings-toggle {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}
.settings-toggle + .settings-toggle {
  border-top: 1px solid rgb(var(--rgb-line) / .8);
}
.settings-toggle span {
  display: grid;
  gap: 3px;
}
.settings-toggle strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.settings-toggle small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 520;
}
.settings-toggle input {
  flex: 0 0 auto;
  inline-size: 20px;
  min-inline-size: 20px;
  max-inline-size: 20px;
  block-size: 20px;
  min-block-size: 20px;
  max-block-size: 20px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 0;
  accent-color: var(--accent-strong);
}
.settings-note,
.settings-empty {
  display: grid;
  gap: 4px;
  padding: 13px;
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-page) / .72);
  color: var(--muted);
  line-height: 1.45;
}
.settings-note strong,
.settings-empty strong {
  color: var(--ink);
  font-size: 14px;
}
.settings-empty.compact {
  background: transparent;
  padding: 0;
}
.settings-form-footer {
  display: flex;
  justify-content: flex-end;
}
.settings-split-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 18px;
}
.settings-split-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
}
.settings-password-form {
  display: grid;
  gap: 12px;
}
.settings-password-form .btn {
  width: fit-content;
}
.settings-danger {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgb(var(--rgb-danger) / .16);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .56);
}
.settings-danger p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.danger-link {
  width: fit-content;
  color: var(--red) !important;
  border-color: rgb(var(--rgb-danger) / .22) !important;
}
.danger-link:hover {
  border-color: rgb(var(--rgb-danger) / .32) !important;
  background: rgb(var(--rgb-danger) / .045) !important;
}
.settings-alert {
  margin-bottom: 10px;
  border: 1px solid rgb(var(--rgb-danger) / .16);
  border-radius: var(--radius-lg);
  padding: 10px 12px;
  background: rgb(var(--rgb-danger) / .055);
  color: var(--red);
  font-size: 13px;
  font-weight: 650;
}
.settings-ticket-list {
  display: grid;
  gap: 0;
}
.settings-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 10px 0;
  color: var(--ink);
}
.settings-ticket + .settings-ticket {
  border-top: 1px solid rgb(var(--rgb-line) / .82);
}
.settings-ticket:hover {
  text-decoration: none;
}
.settings-ticket span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.settings-ticket strong,
.settings-ticket small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.settings-ticket strong {
  font-size: 14px;
}
.settings-ticket small {
  color: var(--muted);
  font-size: 13px;
}
.settings-ticket em {
  border: 1px solid rgb(var(--rgb-accent) / .16);
  border-radius: var(--radius-round);
  padding: 4px 8px;
  color: var(--accent-strong);
  background: rgb(var(--rgb-accent) / .045);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  white-space: nowrap;
}
.settings-panel {
  overflow: hidden;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .86);
  box-shadow: 0 10px 26px rgb(var(--rgb-ink) / .045);
}
.settings-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 14px 18px;
  color: var(--ink);
}
.settings-row + .settings-row,
.settings-row + .settings-edit,
.settings-edit + .settings-row,
.settings-edit + .settings-edit {
  border-top: 1px solid rgb(var(--rgb-line) / .82);
}
.settings-row span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.settings-row strong,
.settings-row small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.settings-row strong {
  font-size: 14px;
  font-weight: 720;
}
.settings-row small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 520;
}
.settings-row em {
  max-width: 260px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 680;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.settings-control-row {
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
}
.settings-visibility-row {
  background: transparent;
}
.settings-control {
  display: inline-grid;
  grid-template-columns: minmax(170px, 220px) auto;
  gap: 8px;
  align-items: center;
}
.settings-control select {
  min-height: 38px;
}
.settings-control .btn {
  min-height: 38px;
  padding: 0 12px;
}
.link-row:hover {
  background: rgb(var(--rgb-accent) / .045);
  text-decoration: none;
}
.link-row:hover em {
  color: var(--accent-strong);
}
.compact-row {
  min-height: 54px;
}
.danger-row strong {
  color: var(--ink);
}
.danger-row:hover strong {
  color: var(--red);
}
.settings-edit {
  display: grid;
}
.settings-edit summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  color: var(--accent-strong);
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  list-style: none;
}
.settings-edit summary::-webkit-details-marker {
  display: none;
}
.settings-edit summary::after {
  content: "+";
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
  font-weight: 520;
}
.settings-edit[open] summary::after {
  content: "-";
}
.settings-inline-form {
  display: grid;
  gap: 14px;
  padding: 0 18px 18px;
}
.settings-help {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.listing-privacy-form {
  display: grid;
  gap: 10px;
  margin: 14px 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.listing-status-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}
.listing-status-line span + span::before {
  content: "·";
  margin-right: 14px;
  color: rgb(var(--rgb-muted-legacy) / .72);
}

/* Compact settings directory */
.settings-content-simple {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
  gap: 22px;
}
.settings-content-simple .settings-title {
  display: grid;
  gap: 5px;
  padding-top: 12px;
}
.settings-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}
.settings-unified-panel {
  border-color: rgb(var(--rgb-line) / .72);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-surface) / .64);
  box-shadow: 0 18px 48px rgb(var(--rgb-ink) / .045);
}
.settings-unified-panel .settings-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 15px 20px;
}
.settings-unified-panel .settings-row > em {
  min-width: 72px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 12px;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 12%, var(--lake-line));
  border-radius: var(--radius-round);
  background: color-mix(in srgb, var(--lake-card) 68%, transparent);
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}
.settings-unified-panel .link-row {
  position: relative;
  padding-right: 20px;
  transition: background-color .14s ease;
}
.settings-unified-panel .link-row::after {
  content: none;
}
.settings-unified-panel .link-row:hover::after {
  content: none;
}
.settings-unified-panel .link-row:hover > em,
.settings-edit-row > summary.settings-row:hover > em,
.settings-edit-row[open] > summary.settings-row > em {
  border-color: color-mix(in srgb, var(--lake-ink) 22%, var(--lake-line));
  background: color-mix(in srgb, var(--lake-accent) 10%, var(--lake-card));
  color: var(--ink);
}
.settings-edit-row > summary.settings-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 70px;
  padding: 15px 20px;
  color: var(--ink);
}
.settings-edit-row > summary.settings-row::after {
  content: none;
}
.settings-edit-row[open] > summary.settings-row::after {
  content: none;
}
.settings-edit-row > summary.settings-row span {
  display: grid;
  gap: 3px;
}
.settings-edit-row > summary.settings-row strong {
  font-size: 14px;
}
.settings-edit-row > summary.settings-row small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 520;
}
.settings-edit-row > summary.settings-row em {
  font-style: normal;
}
.settings-edit-row .settings-inline-form {
  padding: 4px 20px 22px;
  border-top: 1px solid rgb(var(--rgb-line) / .72);
}
.settings-ticket-row {
  background: rgb(var(--rgb-accent) / .025);
}
.listing-privacy-form p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.listing-privacy-form .btn {
  width: 100%;
}
.support-shell {
  display: grid;
  gap: 16px;
  padding: 18px 0 34px;
}
.support-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 2px;
}
.support-hero h1 {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.08;
}
.support-hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 14px;
  align-items: start;
}
.support-create,
.support-list,
.support-info-card {
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .88);
  box-shadow: 0 8px 22px rgb(var(--rgb-ink) / .045);
}
.support-create {
  display: grid;
  gap: 14px;
  padding: 18px;
}
.support-create h2,
.support-section-head h2 {
  margin: 0;
  font-size: 21px;
}
.support-form {
  display: grid;
  gap: 12px;
}
.support-list {
  overflow: hidden;
}
.support-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  background: rgb(var(--rgb-surface-neutral-light) / .78);
}
.support-section-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.support-ticket-list {
  display: grid;
}
.support-ticket-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 13px 16px;
  border-bottom: 1px solid rgb(var(--rgb-line) / .78);
  color: var(--ink);
}
.support-ticket-card:hover {
  background: rgb(var(--rgb-accent) / .045);
  text-decoration: none;
}
.support-ticket-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-accent) / .09);
  color: var(--accent-strong);
  font-size: 18px;
  font-weight: 820;
}
.support-ticket-icon.large {
  width: 50px;
  height: 50px;
}
.support-ticket-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.support-ticket-main strong,
.support-ticket-main small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-ticket-main strong {
  font-size: 15px;
}
.support-ticket-main small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.support-ticket-meta {
  display: grid;
  gap: 5px;
  justify-items: end;
}
.support-ticket-meta em,
.support-ticket-meta b {
  border-radius: var(--radius-round);
  padding: 4px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}
.support-ticket-meta em {
  background: rgb(var(--rgb-success-vivid) / .08);
  color: var(--color-success-vivid);
}
.support-ticket-meta b {
  background: rgb(var(--rgb-warning-vivid) / .10);
  color: var(--color-warning-vivid);
}
.support-empty {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: var(--muted);
}
.support-empty strong {
  color: var(--ink);
}

/* Support centre */
.support-page,
.pricing-page {
  color: var(--ink);
}
.support-page .container,
.pricing-page .container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}
.support-page {
  display: grid;
  gap: clamp(3rem, 6vw, 6rem);
  padding: clamp(2rem, 4vw, 4.5rem) 0 clamp(4rem, 7vw, 7rem);
}
.support-page .support-hero {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: end;
  padding: 0;
}
.support-page .support-hero > div {
  max-width: 760px;
}
.support-page .support-hero h1 {
  margin: 0 0 14px;
  font-family: var(--font-hero-commercial);
  font-size: clamp(2.5rem, 4.2vw, 4.75rem);
  line-height: 1.02;
  font-weight: 560;
  letter-spacing: 0;
}
.support-page .support-hero p:not(.eyebrow),
.support-section-intro > p:last-child,
.support-create > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.support-help-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: start;
}
.support-faq,
.support-section-intro,
.faq-group {
  display: grid;
}
.support-faq {
  gap: 42px;
}
.support-section-intro {
  gap: 9px;
}
.support-section-intro h2,
.support-create h2,
.support-page .support-section-head h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.25vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.faq-group {
  gap: 0;
}
.faq-group h3 {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  line-height: 1.3;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 16px 42px 16px 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-item summary:hover,
.faq-item summary:focus-visible {
  color: var(--accent-strong);
}
.faq-item summary:focus-visible {
  outline: 3px solid rgb(var(--rgb-accent) / .18);
  outline-offset: 3px;
}
.faq-item p {
  max-width: 760px;
  margin: -2px 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.support-page .support-create {
  position: static;
  display: grid;
  gap: 22px;
  border: 1px solid rgb(var(--rgb-line) / .92);
  border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 2vw, 2rem);
  background: rgb(var(--rgb-white) / .88);
  box-shadow: 0 14px 34px rgb(var(--rgb-ink) / .07);
}
.support-create > div:first-child {
  display: grid;
  gap: 8px;
}
.support-page .support-create h2 {
  font-size: 25px;
}
.support-page .support-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.support-form label {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 650;
}
.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgb(var(--rgb-line-strong) / .95);
  border-radius: var(--radius-md);
  padding: 11px 12px;
  background: var(--color-white);
  color: var(--ink);
  font: inherit;
}
.support-form textarea {
  min-height: 170px;
  resize: vertical;
  line-height: 1.5;
}
.support-form [aria-invalid="true"] {
  border-color: var(--color-danger);
}
.support-form .field-error {
  color: var(--color-danger-deep);
  font-size: 13px;
  font-weight: 620;
}
.support-security-note {
  margin: 6px 0 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.support-security-note strong {
  color: var(--ink);
}
.support-form .btn {
  min-height: 50px;
  margin-top: 4px;
}
.support-page .form-error-summary {
  border-left: 3px solid var(--color-danger);
  padding: 12px 14px;
  background: var(--color-danger-surface);
}
.support-page .form-error-summary ul {
  margin: 8px 0 0;
  padding-left: 20px;
}
.support-page .form-error-summary a {
  color: var(--color-danger-deep);
}
.support-inline-history {
  display: grid;
  gap: 0;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.support-history-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
}
.support-history-head h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
.support-history-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}
.support-inline-history .support-ticket-card {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 68px;
  padding: 13px 0;
}
.support-inline-history .support-ticket-main strong {
  font-size: 14px;
}
.support-inline-history .support-ticket-main small {
  font-size: 12px;
}
.support-inline-history .support-ticket-meta {
  align-self: center;
}
.support-inline-history .support-empty {
  padding: 14px 0 2px;
}

/* Pricing */
.pricing-page {
  padding: clamp(2.5rem, 4.5vw, 5rem) 0 clamp(4rem, 7vw, 7.5rem);
}
.pricing-overview {
  display: grid;
  gap: clamp(1.5rem, 2.8vw, 2.75rem);
}
.pricing-intro {
  display: grid;
  grid-template-columns: minmax(210px, .56fr) minmax(0, 1.44fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 7rem);
}
.pricing-intro h1 {
  margin: 0;
  font-family: var(--font-hero-commercial);
  font-size: clamp(2.7rem, 4.2vw, 5rem);
  font-weight: 540;
  line-height: 1;
  letter-spacing: 0;
}
.pricing-intro p {
  max-width: 760px;
  margin: 0;
  color: var(--color-ink-soft);
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.55;
}
.pricing-options {
  display: grid;
  gap: 12px;
}
.pricing-option {
  display: grid;
  grid-template-columns: minmax(210px, .56fr) minmax(0, 1.44fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: start;
  padding: clamp(1.6rem, 2.7vw, 2.75rem);
  border: 0;
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--surface-primary) 82%, var(--color-surface-cool));
  box-shadow: none;
}
.pricing-option-primary {
  background: color-mix(in srgb, var(--color-surface-cool) 68%, var(--color-white));
}
.pricing-option-price {
  display: grid;
  align-content: start;
  gap: 8px;
}
.pricing-option-price h2 {
  max-width: 280px;
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: 0;
}
.pricing-option-price strong {
  max-width: 230px;
  color: var(--ink);
  font-size: clamp(1.3rem, 1.65vw, 1.8rem);
  font-weight: 650;
  line-height: 1.12;
}
.pricing-option-primary .pricing-option-price strong {
  font-size: clamp(2.6rem, 3.6vw, 4.4rem);
  line-height: 1;
}
.pricing-option-price span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.35;
}
.pricing-option-copy {
  display: grid;
  gap: 12px;
  max-width: 800px;
}
.pricing-option-copy p {
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 16px;
  line-height: 1.62;
}
.pricing-option-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 32px;
  margin: 4px 0 0;
  padding-left: 20px;
}
.pricing-option-features li {
  padding-left: 2px;
  line-height: 1.5;
}
.pricing-option-actions {
  margin-top: 6px;
}
.pricing-option-actions .btn {
  min-width: 180px;
}
.pricing-clarity {
  display: grid;
  grid-template-columns: minmax(210px, .56fr) minmax(0, 1.44fr);
  gap: clamp(2rem, 5vw, 7rem);
  padding: clamp(1.25rem, 2vw, 2rem) clamp(1.6rem, 2.7vw, 2.75rem) 0;
}
.pricing-clarity strong {
  font-size: 17px;
  line-height: 1.4;
}
.pricing-clarity p {
  max-width: 800px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

@media (min-width: 90rem) {
  .support-page .container,
  .pricing-page .container {
    width: 88vw;
    max-width: none;
  }

  .support-page .support-hero p:not(.eyebrow),
  .support-section-intro > p:last-child,
  .faq-item summary,
  .pricing-option-copy p,
  .pricing-option-features li {
    font-size: 18px;
  }

  .faq-group h3 {
    font-size: 22px;
  }

  .faq-item p,
  .support-create > div > p:last-child,
  .support-form input,
  .support-form select,
  .support-form textarea,
  .pricing-clarity p {
    font-size: 16px;
  }
}
.support-chat-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 12px;
  min-height: calc(100svh - 84px);
  padding: 10px 0 24px;
}
.support-chat-info {
  display: grid;
  align-content: start;
  gap: 12px;
}
.support-info-card {
  display: grid;
  gap: 10px;
  padding: 16px;
}
.support-info-card h1 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}
.support-info-card p,
.support-info-card small {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.support-chat.messages-chat {
  border-radius: var(--radius-lg);
}
.settings-logout-form {
  display: contents;
}

.settings-logout-button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.settings-account-panel .settings-logout-form + .danger-row {
  border-top: 1px solid rgb(var(--rgb-danger) / .14);
}

/* source: static/css/07-chat-workspace.css */
.onboarding-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr) 260px; gap: 16px; padding: 20px 0 34px; align-items: start; }
.sidebar-panel { display: grid; gap: 10px; }
.app-menu {
  background: rgb(var(--rgb-white) / .78);
  box-shadow: none;
}
.menu-link {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: var(--radius-control);
  padding: 0 11px;
  color: var(--color-muted-strong);
  font-size: 14px;
  font-weight: 750;
}
.menu-link:hover {
  background: rgb(var(--rgb-accent) / .07);
  color: var(--ink);
  text-decoration: none;
}
.menu-link.active {
  background: var(--color-accent);
  color: var(--color-white);
}
.dash-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.chat-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr) 280px; gap: 16px; padding: 20px 0 34px; align-items: start; }
.operator-chat-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  max-width: 1040px;
}
.chat-context {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.chat-property-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgb(var(--rgb-line) / .74);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-surface) / .62);
  color: var(--ink);
  box-shadow: none;
}
.chat-property-card:hover {
  border-color: rgb(var(--rgb-accent) / .38);
  text-decoration: none;
  background: rgb(var(--rgb-surface) / .78);
}
.chat-property-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: var(--color-surface-muted);
}
.chat-property-body {
  display: grid;
  gap: 2px;
  padding: 10px 11px 11px;
}
.chat-property-body span {
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}
.chat-property-body strong {
  font-size: 19px;
  line-height: 1.12;
}
.chat-property-body small,
.chat-property-body em {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 620;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-window {
  display: grid;
  min-height: calc(100svh - 126px);
  border: 1px solid rgb(var(--rgb-line) / .74);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--chat-workspace-background);
  box-shadow: none;
}
.chat-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: rgb(var(--rgb-surface-green) / .70);
}
.chat-head h1 {
  margin: 0 0 4px;
  font-size: 25px;
  line-height: 1.16;
}
.chat-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.message-stack { display: grid; gap: 10px; min-height: 420px; }
.chat-message-stack {
  align-content: end;
  min-height: 440px;
  padding: 14px 16px;
  background: var(--chat-thread-background);
}
.message { max-width: 78%; border: 1px solid var(--line); background: rgb(var(--rgb-white) / .72); border-radius: var(--radius-lg); padding: 10px 12px; }
.message.out { margin-left: auto; background: var(--soft); border-color: var(--line); }
.chat-message-stack .message {
  display: grid;
  gap: 5px;
  max-width: min(74%, 620px);
  border-radius: var(--radius-control);
  padding: 10px 12px;
  box-shadow: 0 2px 10px rgb(var(--rgb-ink) / .035);
}
.chat-message-stack .message.out {
  border-color: rgb(var(--rgb-accent) / .24);
  background: var(--message-out-background);
  color: var(--color-white);
}
.chat-message-stack .message small,
.chat-message-stack .message time {
  color: var(--muted);
  font-size: 11px;
  font-weight: 720;
}
.chat-message-stack .message.out small,
.chat-message-stack .message.out time {
  color: rgb(var(--rgb-white) / .78);
}
.chat-message-stack .message div {
  line-height: 1.48;
}
.chat-empty {
  align-self: center;
  justify-self: center;
  display: grid;
  gap: 8px;
  width: min(100%, 460px);
  text-align: center;
  border: 0;
  background: transparent;
  transform: translateY(8vh);
}
.chat-empty strong {
  color: var(--ink);
  font-size: 20px;
}
.chat-empty span {
  line-height: 1.5;
}
.chat-compose {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
  background: rgb(var(--rgb-surface-green) / .72);
}
.chat-compose label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}
.chat-compose textarea {
  min-height: 88px;
  max-height: 220px;
  font-size: 16px;
  line-height: 1.45;
}
.muted { color: var(--muted); }
.empty { border: 1px dashed var(--line); background: var(--panel); border-radius: var(--radius-lg); padding: 18px; color: var(--muted); }
.row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.stack { display: grid; gap: 12px; }
.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--soft);
}
.segmented a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  color: var(--muted);
  font-weight: 750;
  font-size: 13px;
}
.segmented a:hover { text-decoration: none; }
.segmented a.active {
  background: var(--color-white);
  color: var(--accent-strong);
  box-shadow: 0 1px 3px rgb(var(--rgb-ink) / .10);
}
.wide-app { grid-template-columns: 240px minmax(0, 1fr) 260px; }
.section-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.workspace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, rgb(var(--rgb-white) / .94), rgb(var(--rgb-surface-neutral-soft) / .86));
}
.workspace-hero h1,
.focused-step h1 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}
.workspace-hero .section-copy {
  max-width: 620px;
  margin-bottom: 0;
}
.hero-actions {
  display: grid;
  gap: 10px;
  min-width: 190px;
}
.quick-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.quick-panel {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 17px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .84);
  color: var(--ink);
}
.quick-panel:hover {
  border-color: rgb(var(--rgb-line-hover) / .96);
  box-shadow: 0 10px 22px rgb(var(--rgb-ink) / .075);
  text-decoration: none;
}
.quick-panel.primary {
  background: var(--color-accent);
  color: var(--color-white);
  border-color: rgb(var(--rgb-accent) / .72);
}
.quick-panel span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.quick-panel.primary span,
.quick-panel.primary small { color: rgb(var(--rgb-white) / .72); }
.quick-panel strong {
  font-size: 20px;
  line-height: 1.2;
}
.quick-panel small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.task-list,
.side-actions {
  display: grid;
  gap: 10px;
}
.task-row,
.side-actions a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .78);
  color: var(--ink);
}
.side-actions a {
  grid-template-columns: 1fr;
  gap: 3px;
}
.task-row:hover,
.side-actions a:hover {
  border-color: var(--color-line-hover);
  background: var(--color-white);
  text-decoration: none;
}
.task-row > span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-round);
  background: var(--soft);
  font-weight: 800;
  font-size: 12px;
}
.task-row.done > span {
  background: var(--color-success-surface);
  color: var(--color-success-strong);
}
.task-row strong,
.side-actions strong {
  display: block;
  font-size: 15px;
}
.task-row small,
.side-actions span {
  color: var(--muted);
  line-height: 1.4;
}
.focused-step {
  padding: 22px;
}
.mini-house-card {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.mini-house-card:hover {
  text-decoration: none;
}
.mini-house-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  background: var(--color-surface-muted);
}
.mini-house-card strong {
  font-size: 15px;
  line-height: 1.25;
}
.mini-house-card span {
  color: var(--muted);
  font-size: 13px;
}

/* source: static/css/08-onboarding-forms.css */
.onboarding-shell,
.form-shell {
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding: 74px 16px 48px;
  background: var(--onboarding-background);
}
.onboarding-card,
.form-card {
  width: min(820px, calc(100vw - 32px));
  min-height: min(700px, calc(100svh - 122px));
  display: grid;
  gap: 18px;
  background: rgb(var(--rgb-white) / .9);
  border: 1px solid rgb(var(--rgb-line) / .92);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
}
.onboarding-card {
  grid-template-rows: auto minmax(0, 1fr);
}
.form-card {
  grid-template-rows: auto auto minmax(0, 1fr);
}
.onboarding-card > .onboarding-stage {
  align-self: stretch;
  min-height: 0;
  width: 100%;
}
.step-card {
  gap: 20px;
}
.onboarding-brand {
  color: var(--ink);
  font-size: 18px;
  font-weight: 680;
}
.onboarding-brand:hover,
.back-link:hover {
  text-decoration: none;
}
.onboarding-progress {
  display: grid;
  gap: 9px;
}
.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 640;
}
.progress-meta strong {
  color: var(--ink);
  font-weight: 680;
}
.progress-track {
  height: 3px;
  overflow: hidden;
  border-radius: var(--radius-round);
  background: rgb(var(--rgb-line) / .95);
}
.progress-fill {
  height: 100%;
  border-radius: var(--radius-round);
  background: var(--color-accent);
}
.progress-0,
.progress-step-0 { width: 0%; }
.progress-20,
.progress-step-1 { width: 20%; }
.progress-40,
.progress-step-2 { width: 40%; }
.progress-60,
.progress-step-3 { width: 60%; }
.progress-80,
.progress-step-4 { width: 80%; }
.progress-100,
.progress-step-5 { width: 100%; }
.progress-six-step-1 { width: 16.666%; }
.progress-six-step-2 { width: 33.333%; }
.progress-six-step-3 { width: 50%; }
.progress-six-step-4 { width: 66.666%; }
.progress-six-step-5 { width: 83.333%; }
.progress-six-step-6 { width: 100%; }

@media (min-width: 90rem) {
  .onboarding-shell,
  .form-shell {
    min-height: calc(100svh - var(--app-header-height));
    place-items: center;
    padding: 6svh 4vw;
  }

  .onboarding-card,
  .form-card {
    width: min(68vw, 68rem);
    min-height: min(76svh, 50rem);
    gap: clamp(1.125rem, 1.25vw, 1.65rem);
    padding: clamp(1.5rem, 1.8vw, 2.25rem);
  }

  .onboarding-card:has(.onboarding-summary-stage) {
    width: min(78vw, 82rem);
  }

}

.home-features-card {
  width: min(820px, calc(100vw - 32px));
  max-width: 820px;
}
.home-features-card .form-eyebrow {
  margin: 0 0 8px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}
.feature-selection-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.feature-selection-meta strong {
  color: var(--ink);
  font-size: 14px;
}
.home-feature-groups {
  display: grid;
}
.home-feature-group {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.home-feature-group h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 670;
}
.home-feature-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.home-feature-group-head > span {
  color: var(--muted);
  font-size: 12px;
}
.home-feature-group-head strong {
  margin-left: 5px;
  color: var(--ink);
  font-weight: 680;
}
.home-feature-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home-feature-option {
  min-height: 42px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-round);
  background: color-mix(in srgb, var(--lake-page) 82%, white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 580;
  cursor: pointer;
  transition: none;
}
.home-feature-option:hover {
  border-color: rgb(var(--rgb-accent) / .40);
  background: rgb(var(--rgb-accent) / .055);
}
.home-feature-option:has(input:checked) {
  border-color: var(--lake-ink);
  background: color-mix(in srgb, var(--lake-accent) 68%, var(--lake-ink));
  color: var(--color-white);
  box-shadow: 0 3px 8px rgb(var(--rgb-ink) / .10);
}
.home-feature-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.home-feature-control {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(var(--rgb-control-muted) / .72);
  border-radius: 50%;
  background: rgb(var(--rgb-white) / .68);
  transition: none;
}
.home-feature-option input:checked + .home-feature-control {
  border-color: var(--accent-strong);
  background: var(--accent-strong);
}
.home-feature-option input:checked + .home-feature-control::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.home-feature-option input:focus-visible + .home-feature-control {
  outline: 3px solid rgb(var(--rgb-accent) / .18);
  outline-offset: 2px;
}
.home-feature-option:has(input:disabled) {
  color: var(--muted);
  cursor: not-allowed;
  opacity: .52;
}
.summary-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.summary-feature-tags span {
  padding: 6px 9px;
  border: 1px solid rgb(var(--rgb-accent) / .2);
  border-radius: var(--radius-md);
  color: var(--accent-strong);
  background: rgb(var(--rgb-accent) / .06);
  font-size: 12px;
  font-weight: 650;
}
.onboarding-stage,
.form-card-head {
  display: grid;
  gap: 10px;
}
.onboarding-stage h1,
.form-card-head h1 {
  margin: 0;
  max-width: 640px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 680;
}
.stage-copy,
.form-card-head p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}
.compact-intro {
  gap: 12px;
  grid-template-rows: auto auto minmax(0, 1fr);
}
.compact-intro h1 {
  font-size: 30px;
}
.compact-intro .form-footer {
  margin-top: 8px;
  align-self: end;
}
.onboarding-form {
  display: grid;
  gap: 14px;
  margin-top: 4px;
}
.onboarding-form > .form-footer {
  margin-top: 6px;
}
.choice-list,
.check-list {
  display: grid;
  gap: 10px;
}
.choice-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.choice-fieldset > legend {
  margin: 0 0 8px;
  padding: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 620;
}
.check-list.columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.choice-row,
.check-row {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  color: var(--ink);
  cursor: pointer;
  box-shadow: inset 0 0 0 1px transparent;
  transition: none;
}
.choice-row:first-child,
.check-row:first-child {
  border-top: 1px solid var(--line);
}
.choice-row:hover,
.check-row:hover {
  border-color: rgb(var(--rgb-accent) / .38);
  background: rgb(var(--rgb-accent) / .055);
  box-shadow:
    inset 0 0 0 1px rgb(var(--rgb-accent) / .08),
    0 8px 18px rgb(var(--rgb-ink) / .055);
}
.choice-row:has(input:focus-visible),
.check-row:has(input:focus-visible) {
  border-color: rgb(var(--rgb-accent) / .48);
  background: rgb(var(--rgb-accent) / .065);
  box-shadow:
    inset 0 0 0 1px rgb(var(--rgb-accent) / .10),
    0 0 0 3px rgb(var(--rgb-accent) / .11);
}
.choice-row:has(input:checked),
.check-row:has(input:checked) {
  border-color: rgb(var(--rgb-accent) / .56);
  background: rgb(var(--rgb-accent) / .14);
  box-shadow: inset 0 0 0 1px rgb(var(--rgb-accent) / .12);
}
.choice-row:has(input:checked):hover,
.check-row:has(input:checked):hover,
.choice-row:has(input:checked):has(input:focus-visible),
.check-row:has(input:checked):has(input:focus-visible) {
  border-color: rgb(var(--rgb-accent) / .52);
  background: rgb(var(--rgb-accent) / .095);
  box-shadow:
    inset 0 0 0 1px rgb(var(--rgb-accent) / .12),
    0 0 0 3px rgb(var(--rgb-accent) / .11);
}
.choice-row {
  grid-template-columns: 24px minmax(0, 1fr);
  min-height: 60px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--lake-ink) 15%, transparent);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--lake-page) 72%, white);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / .72),
    0 3px 10px rgb(var(--rgb-ink) / .045);
}
.choice-row:has(input:checked),
.choice-row:has(input:checked):hover,
.choice-row:has(input:checked):has(input:focus-visible) {
  border-color: rgb(var(--rgb-accent) / .48);
  background: rgb(var(--rgb-accent) / .14);
  color: var(--accent-strong);
  box-shadow:
    inset 0 0 0 1px rgb(var(--rgb-accent) / .08),
    0 4px 12px rgb(var(--rgb-accent) / .07);
}
.choice-row input,
.check-row input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.choice-control,
.check-control {
  box-sizing: border-box;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  inline-size: 22px;
  min-inline-size: 22px;
  max-inline-size: 22px;
  block-size: 22px;
  min-block-size: 22px;
  max-block-size: 22px;
  aspect-ratio: 1 / 1;
  justify-self: center;
  align-self: center;
  border: 1.5px solid rgb(var(--rgb-control-line) / .88);
  background: var(--color-white);
  transition: border-color .14s ease, background-color .14s ease, box-shadow .14s ease;
}
.choice-control {
  border-radius: 50%;
}
.check-control {
  border-radius: var(--radius-md);
}
.choice-control::after {
  content: none;
}
.check-control::after {
  content: "";
  width: 11px;
  height: 9px;
  background: var(--color-white);
  clip-path: polygon(14% 52%, 0 68%, 38% 100%, 100% 18%, 84% 0, 35% 66%);
  transform: scale(0);
  transition: transform .14s ease;
}
.choice-row input[type="radio"] {
  position: static;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  appearance: none;
  border: 1.5px solid rgb(var(--rgb-control-line) / .82);
  border-radius: var(--radius-round);
  background: var(--color-white);
  box-shadow: none;
}
.choice-row:has(input:checked) input[type="radio"] {
  border-color: rgb(var(--rgb-accent) / .68);
  background: radial-gradient(circle, var(--lake-accent) 0 4px, var(--color-white) 4.5px);
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / .07);
}
.choice-row:hover .choice-control,
.check-row:hover .check-control {
  border-color: rgb(var(--rgb-accent) / .58);
}
.check-row input:checked + .check-control {
  border-color: var(--accent-strong);
}
.check-row input:checked + .check-control {
  background: var(--accent-strong);
}
.check-row input:checked + .check-control::after {
  transform: scale(1);
}
.check-control::after {
  content: "";
  width: 11px;
  height: 9px;
  background: var(--color-white);
  clip-path: polygon(14% 52%, 0 68%, 38% 100%, 100% 18%, 84% 0, 35% 66%);
}
.choice-row input:focus-visible,
.check-row input:focus-visible {
  outline: none;
}
.check-row input:focus-visible + .check-control {
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / .13);
}
.choice-row input[type="radio"]:focus-visible {
  outline: 3px solid rgb(var(--rgb-accent) / .16);
  outline-offset: 2px;
}
.choice-row strong {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 650;
}
.choice-row small,
.check-label,
.file-field span {
  color: var(--muted);
  line-height: 1.45;
}
.choice-content,
.check-label {
  min-width: 0;
}
.choice-content {
  display: grid;
  gap: 3px;
}
.stage-summary {
  display: grid;
  gap: 0;
  margin: 2px 0 6px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stage-summary div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
}
.stage-summary div + div {
  border-top: 1px solid var(--line);
}
.stage-summary strong {
  font-size: 14px;
}
.stage-summary span {
  color: var(--muted);
  line-height: 1.45;
}
.summary-review {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 8px;
}
.onboarding-card:has(.onboarding-summary-stage) {
  width: min(1120px, calc(100vw - 48px));
}
.onboarding-summary-stage {
  gap: 14px;
}
.summary-intro {
  max-width: 760px;
}
.summary-section {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px 0 28px;
  border-top: 0;
}
.summary-section + .summary-section {
  border-top: 1px solid rgb(var(--rgb-line-warm) / .62);
}
.summary-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 0;
  border-bottom: 0;
}
.summary-section-head h2 {
  margin: 0;
  font-family: var(--font-hero-commercial);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
}
.summary-section-head a {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.summary-section-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.summary-house {
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 2.4vw, 32px);
  align-items: stretch;
}
.summary-house img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-lg);
  background: var(--color-surface-muted);
}
.summary-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.summary-facts.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.summary-facts div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.summary-facts div:last-child,
.summary-facts div:nth-last-child(-n + 3),
.summary-facts.compact div:nth-last-child(-n + 4) {
  border-bottom: 0;
}
.summary-facts span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 560;
}
.summary-facts strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.4;
}
.summary-empty {
  padding: 12px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 620;
}
.form-footer.summary-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}
.summary-location-block {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.summary-location-block > span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}
.summary-location-lines {
  display: grid;
  gap: 0;
}
.summary-location-line {
  display: grid;
  grid-template-columns: minmax(7.5rem, .25fr) minmax(0, 1fr);
  gap: 14px;
  padding: 6px 0;
  border-top: 0;
}
.summary-location-line strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}
.summary-location-line span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.summary-feature-list {
  display: grid;
  grid-template-columns: minmax(8rem, .32fr) minmax(0, 1fr);
  gap: 14px;
  padding-top: 4px;
}
.summary-feature-list > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 560;
}
.summary-feature-list p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}
.form-footer.summary-footer > .btn,
.form-footer.summary-footer form {
  width: min(100%, 210px);
  min-width: 150px;
}
.form-footer.summary-footer form .btn {
  width: 100%;
  min-width: 150px;
}
.form-section {
  display: grid;
  gap: 12px;
  padding-top: 6px;
}
.form-section h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}
.amenities-group {
  display: grid;
  gap: 12px;
  margin-bottom: 4px;
  padding: 4px 0 10px;
}
.amenities-group-head {
  display: grid;
  gap: 4px;
}
.amenities-group-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 650;
}
.amenities-group-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.helper-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.required-mark {
  color: var(--red);
  font-weight: 700;
}
.form-grid.calm {
  align-items: start;
}
.summary-secondary {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 24px 0 0;
  border-top: 1px solid rgb(var(--rgb-line-warm) / .62);
}
.summary-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.summary-detail-list > div {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.summary-detail-list dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}
.summary-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

@media (min-width: 981px) {
  .summary-review {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    column-gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
  }

  .summary-review > .summary-section + .summary-section {
    min-height: 100%;
    border-top: 0;
    border-left: 1px solid rgb(var(--rgb-line-warm) / .72);
    padding-left: clamp(2rem, 4vw, 4.5rem);
  }

  .summary-house {
    grid-template-columns: 1fr;
  }

  .summary-house img {
    max-height: 280px;
  }

  .summary-secondary {
    margin-top: 10px;
  }
}
.criteria-range-stack {
  display: grid;
  gap: 18px;
}
.criteria-range-stack .range-filter,
.criteria-range-stack .single-range-filter {
  padding: 10px 0 2px;
}
.criteria-range-stack .range-filter-inputs > label {
  display: block;
  min-width: 0;
}
.criteria-compact-grid {
  align-items: end;
}
.form-shell.intake-shell {
  align-items: start;
  padding-top: 92px;
}
.intake-form-card {
  background:
    radial-gradient(ellipse at 88% 8%, rgb(var(--rgb-accent) / .055), transparent 34%),
    linear-gradient(180deg, rgb(var(--rgb-surface) / .78), rgb(var(--rgb-surface-green) / .62));
  box-shadow: none;
}
.intake-house-card {
  display: grid;
  grid-template-columns: clamp(78px, 18vw, 96px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgb(var(--rgb-line) / .74);
  border-radius: var(--radius-lg);
  padding: 9px;
  background: rgb(var(--rgb-surface) / .62);
  color: var(--ink);
}
.intake-house-card:hover {
  border-color: rgb(var(--rgb-accent) / .30);
  text-decoration: none;
}
.intake-house-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-control);
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-cool), var(--color-page));
}
.intake-house-card span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.intake-house-card small {
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}
.intake-house-card strong {
  font-size: 17px;
  line-height: 1.2;
}
.intake-house-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
}
.intake-form .form-section {
  background: rgb(var(--rgb-surface) / .54);
  box-shadow: none;
}
.intake-topic-grid {
  margin-top: 12px;
}
.intake-topic-help {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.45;
}
.intake-topic-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  line-height: 1.25;
}
.intake-topic-grid input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
}
.intake-topic-grid span {
  min-width: 0;
}
.wide-field {
  grid-column: 1 / -1;
}
.address-privacy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.address-field {
  min-width: 0;
}
.address-privacy-toggle {
  min-height: 44px;
  align-self: end;
  padding: 9px 10px 9px 12px;
  gap: 9px;
  border-color: var(--border-default);
  background: color-mix(in srgb, var(--lake-page) 88%, transparent);
  box-shadow: none;
  white-space: nowrap;
}
.address-privacy-toggle:hover {
  border-color: rgb(var(--rgb-accent) / .32);
  background: color-mix(in srgb, var(--lake-page) 78%, var(--color-white));
  box-shadow: none;
}
.address-privacy-toggle:has(input:checked),
.address-privacy-toggle:has(input:checked):hover {
  border-color: rgb(var(--rgb-accent) / .44);
  background: rgb(var(--rgb-accent) / .10);
}
.address-privacy-toggle .switch-content {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}
.address-privacy-toggle .switch-control {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  inline-size: 20px;
  min-inline-size: 20px;
  max-inline-size: 20px;
  block-size: 20px;
  min-block-size: 20px;
  max-block-size: 20px;
}
.back-link {
  width: fit-content;
  color: var(--muted);
  font-size: 13px;
  font-weight: 620;
}
.file-field {
  padding: 16px;
  border: 1px dashed var(--color-line-hover);
  border-radius: var(--radius-lg);
  background: var(--soft);
}
.file-field input {
  background: var(--color-white);
}
.status-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--color-white);
}
.status-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-round);
  background: var(--soft);
  color: var(--ink);
  font-weight: 680;
}
.status-box strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}
.status-box span {
  color: var(--muted);
  line-height: 1.45;
}
.form-status-summary {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding: 10px 2px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.form-status-summary[hidden],
.form-image-selection-error[hidden] {
  display: none;
}
.form-image-selection-error {
  margin-top: 8px;
  color: var(--color-danger-strong);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.45;
}
.form-status-summary .status-icon {
  width: 26px;
  height: 26px;
  background: rgb(var(--rgb-accent) / .10);
  color: var(--accent-strong);
  font-size: 13px;
}
.form-status-summary strong {
  margin-bottom: 1px;
}
.form-status-summary span {
  font-size: 13px;
}
.form-status-summary.has-missing strong,
.form-status-summary.has-invalid strong {
  color: var(--color-danger-strong);
}
.form-status-summary.has-missing span,
.form-status-summary.has-invalid span {
  color: color-mix(in srgb, var(--color-danger-strong) 76%, var(--muted));
}
.compact-required-status.ready {
  visibility: hidden;
}
.has-missing-value > input,
.has-missing-value > select,
.has-missing-value > textarea,
.has-invalid-value > input,
.has-invalid-value > select,
.has-invalid-value > textarea,
.location-picker.has-missing-value .picker-button {
  border-color: rgb(var(--rgb-danger) / .58);
  box-shadow: 0 0 0 3px rgb(var(--rgb-danger) / .07);
}
.choice-list.has-missing-value {
  padding-left: 10px;
  box-shadow: inset 2px 0 0 rgb(var(--rgb-danger) / .50);
}
.switch-list {
  display: grid;
  gap: 8px;
}
.switch-row {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 620;
  cursor: pointer;
  transition: none;
}
.switch-row:first-child {
  border-top: 1px solid var(--line);
}
.switch-row:hover {
  border-color: rgb(var(--rgb-accent) / .40);
  background: rgb(var(--rgb-accent) / .075);
  box-shadow:
    inset 0 0 0 1px rgb(var(--rgb-accent) / .10),
    0 9px 20px rgb(var(--rgb-ink) / .065);
}
.switch-row:hover .switch-content {
  color: var(--ink);
}
.switch-row:has(input:checked) {
  border-color: rgb(var(--rgb-accent) / .42);
  background: color-mix(in srgb, var(--lake-page) 58%, var(--color-white));
  box-shadow: none;
}
.switch-row:has(input:focus-visible) {
  border-color: rgb(var(--rgb-accent) / .48);
  background: rgb(var(--rgb-accent) / .065);
  box-shadow:
    inset 0 0 0 1px rgb(var(--rgb-accent) / .10),
    0 0 0 3px rgb(var(--rgb-accent) / .11);
}
.switch-row:has(input:checked):hover,
.switch-row:has(input:checked):has(input:focus-visible) {
  border-color: rgb(var(--rgb-accent) / .54);
  background: color-mix(in srgb, var(--lake-page) 58%, var(--color-white));
  box-shadow: none;
}
.switch-row input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.switch-content {
  display: grid;
  gap: 3px;
  min-width: 0;
  color: var(--muted);
  line-height: 1.4;
  transition: none;
}
.switch-content small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 520;
  line-height: 1.35;
}
.switch-control {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  inline-size: 22px;
  min-inline-size: 22px;
  max-inline-size: 22px;
  block-size: 22px;
  min-block-size: 22px;
  max-block-size: 22px;
  aspect-ratio: 1 / 1;
  border: 1.5px solid rgb(var(--rgb-control-line) / .88);
  border-radius: var(--radius-md);
  background: var(--color-white);
  transition: border-color .14s ease, background-color .14s ease, box-shadow .14s ease;
}
.switch-control::after {
  content: "";
  width: 11px;
  height: 9px;
  background: var(--color-white);
  clip-path: polygon(14% 52%, 0 68%, 38% 100%, 100% 18%, 84% 0, 35% 66%);
  transform: scale(0);
  transition: transform .14s ease;
}
.amenities-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 0;
}
.amenities-list .switch-row {
  width: 100%;
  min-height: 54px;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--lake-page) 82%, white);
  box-shadow: none;
}
.amenities-list .switch-row:hover {
  border-color: rgb(var(--rgb-accent) / .40);
  background: rgb(var(--rgb-accent) / .055);
  box-shadow: none;
}
.amenities-list .switch-row:has(input:checked) {
  border-color: rgb(var(--rgb-accent) / .58);
  background: rgb(var(--rgb-accent) / .15);
  box-shadow: inset 0 0 0 1px rgb(var(--rgb-accent) / .10);
}
.amenities-list .switch-content {
  color: var(--ink);
  font-size: 15px;
}
.amenities-list .switch-control {
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  border-radius: var(--radius-md);
}
.switch-row:hover .switch-control {
  border-color: rgb(var(--rgb-accent) / .58);
}
.switch-row input:checked ~ .switch-content {
  color: var(--ink);
}
.switch-row input:checked ~ .switch-control {
  border-color: var(--accent-strong);
  background: var(--color-white);
  box-shadow: 0 0 0 2px rgb(var(--rgb-accent) / .08);
}
.switch-row input:checked ~ .switch-control::after {
  background: var(--accent-strong);
  transform: scale(1);
}
.switch-control::after {
  content: "";
  width: 11px;
  height: 9px;
  background: var(--color-white);
  clip-path: polygon(14% 52%, 0 68%, 38% 100%, 100% 18%, 84% 0, 35% 66%);
}
.switch-row input:focus-visible {
  outline: none;
}
.switch-row input:focus-visible ~ .switch-control {
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / .13);
}
[data-visible-for][hidden],
[data-amenity][hidden] {
  display: none !important;
}
.draft-box {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: var(--radius-lg);
  background: var(--soft);
  color: var(--ink);
}
.draft-box span {
  color: var(--muted);
  line-height: 1.45;
}
.form-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
}
.form-footer .btn {
  width: min(100%, 210px);
  min-width: 150px;
  min-height: 48px;
  justify-content: center;
  padding-inline: 16px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
}
.form-back,
.form-next {
  gap: 9px;
}
.form-back::before {
  content: "\2190";
  font-size: 16px;
  line-height: 1;
  transition: transform .18s ease;
}
.form-next::after {
  content: "\2192";
  font-size: 16px;
  line-height: 1;
  transition: transform .18s ease;
}
.form-back:hover::before {
  transform: translateX(-2px);
}
.form-next:hover::after {
  transform: translateX(2px);
}
.role-choice-form {
  grid-template-rows: auto minmax(0, 1fr);
}
.onboarding-stage.role-choice-stage {
  gap: 6px;
  justify-items: stretch;
}
.onboarding-stage.role-choice-stage h1 {
  font-size: clamp(28px, 3.4vw, 32px);
}
.role-choice-stage .stage-copy {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.45;
}
.role-choice-stage .role-choice-form {
  gap: 16px;
  margin-top: 2px;
  width: 100%;
  justify-self: stretch;
}
.role-choice-form .choice-fieldset,
.role-choice-form .choice-list,
.role-choice-form .form-footer {
  width: 100%;
  justify-self: stretch;
}
.role-choice-stage .choice-list {
  gap: 12px;
}
.role-choice-stage .choice-row {
  min-height: 76px;
  padding: 17px 18px;
}
.role-choice-stage .choice-row strong {
  font-size: 16px;
}
.role-choice-form .form-footer {
  align-self: end;
  justify-content: space-between;
}
.role-choice-form .form-back {
  margin-inline: 0;
}
.role-choice-form .choice-list.has-missing-value {
  padding-left: 0;
  box-shadow: none;
}
.onboarding-stage.visibility-stage {
  gap: 5px;
}
.visibility-stage .stage-copy {
  margin-top: 0;
}
.visibility-stage .visibility-form {
  gap: 12px;
  width: 100%;
  margin-top: 4px;
}
.visibility-form .choice-list {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.visibility-form .choice-row {
  grid-template-columns: 24px minmax(0, 1fr);
  min-height: 76px;
  padding: 17px 18px;
}
.visibility-form .choice-row strong {
  font-size: 16px;
}
.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.choice-chip {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-round);
  padding: 8px 12px;
  background: var(--color-white);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: none;
}
@media (hover: hover) and (pointer: fine) {
  .choice-chip:hover {
    border-color: rgb(var(--rgb-accent) / .40);
    background: rgb(var(--rgb-accent) / .055);
  }
}
.choice-chip.is-selected {
  border-color: var(--lake-ink);
  background: color-mix(in srgb, var(--lake-accent) 68%, var(--lake-ink));
  color: var(--color-white);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / .18),
    0 3px 8px rgb(var(--rgb-ink) / .10);
}
.choice-chip.is-selected::before {
  content: "";
  width: 11px;
  height: 9px;
  margin-right: 6px;
  background: var(--color-white);
  clip-path: polygon(14% 52%, 0 68%, 38% 100%, 100% 18%, 84% 0, 35% 66%);
}
.choice-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--rgb-accent) / .13);
}
.location-picker {
  position: relative;
  display: grid;
  gap: 10px;
}
.location-stack {
  display: grid;
  gap: 10px;
}
.region-field {
  display: grid;
  gap: 8px;
}
.region-field[hidden] {
  display: none;
}
.picker-button {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgb(var(--rgb-line-strong) / .95);
  border-radius: var(--radius-lg);
  padding: 11px 13px;
  background:
    url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%232D6C70' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center / 14px 14px,
    color-mix(in srgb, var(--lake-page) 78%, white);
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.picker-button:hover {
  border-color: rgb(var(--rgb-line-hover) / .96);
  background-color: color-mix(in srgb, var(--lake-page) 64%, white);
}
.picker-button small {
  display: block;
  margin-bottom: 3px;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 640;
}
.picker-button strong {
  font-size: 15px;
  font-weight: 650;
}
.picker-button strong:is(:empty),
.picker-button strong[data-location-label] {
  padding-right: 24px;
}

.form-grid select {
  min-height: 46px;
  border-radius: var(--radius-sm);
  border-color: color-mix(in srgb, var(--lake-ink) 18%, transparent);
  background-color: color-mix(in srgb, var(--lake-page) 76%, white);
  background-position: right 13px center;
  font-weight: 620;
}
.form-grid select:has(option[value=""]:checked) {
  color: var(--muted);
}
.form-grid select:hover {
  border-color: rgb(var(--rgb-accent) / .42);
  background-color: color-mix(in srgb, var(--lake-page) 62%, white);
}
.picker-panel {
  position: fixed;
  inset: 60px 16px auto;
  z-index: 220;
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr);
  gap: 12px;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 84px);
  margin: 0 auto;
  overflow: hidden;
  overscroll-behavior: contain;
  border: 1px solid rgb(var(--rgb-line) / .94);
  border-radius: var(--radius-lg);
  padding: 14px;
  background: rgb(var(--rgb-white) / .96);
  box-shadow: 0 22px 58px rgb(var(--rgb-ink) / .17);
  backdrop-filter: blur(18px) saturate(112%);
  transform-origin: 50% 0;
  animation: pickerPanelIn .18s ease-out both;
}
body.picker-open .picker-panel {
  inset-block-start: 18px;
}
body.picker-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 210;
  background: rgb(var(--rgb-ink) / .18);
  backdrop-filter: blur(2px);
}
.picker-panel[hidden] {
  display: none;
}

@keyframes pickerPanelIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .picker-panel {
    animation: none;
  }
}

.picker-panel.hierarchical {
  grid-template-columns: 1fr;
}
.picker-panel.hierarchical .picker-regions {
  display: none;
}
.picker-panel.hierarchical .picker-list {
  max-height: min(430px, calc(100vh - 250px));
}
.picker-head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding-bottom: 2px;
}
.picker-head strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 15px;
}
.picker-head span {
  display: block;
  max-width: 560px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.picker-close {
  display: inline-grid;
  place-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-round);
  background: var(--color-white);
  color: var(--ink);
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.picker-close:hover {
  background: var(--soft);
}
.picker-footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}
.picker-complete {
  min-width: 132px;
}
.picker-search {
  grid-column: 1 / -1;
}
.picker-list,
.picker-regions {
  display: grid;
  align-content: start;
  gap: 4px;
  max-height: min(420px, calc(100vh - 250px));
  overflow: auto;
  padding-right: 4px;
}
.picker-list.is-level-entering {
  animation: picker-level-in 180ms ease-out;
}
@keyframes picker-level-in {
  from {
    opacity: .38;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.picker-region-intro {
  padding: 7px 10px;
  border-radius: var(--radius-control);
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 640;
}
.picker-row {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: var(--radius-control);
  padding: 8px 10px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 630;
  text-align: left;
  cursor: pointer;
}
.picker-row:hover {
  background: rgb(var(--rgb-accent) / .07);
}
.picker-row.strong {
  background: var(--color-accent);
  color: var(--color-white);
}
.picker-row.sub {
  color: var(--color-muted);
}
.picker-back {
  width: fit-content;
  min-height: 34px;
  border: 0;
  border-radius: var(--radius-control);
  padding: 8px 10px;
  background: var(--soft);
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
.picker-row-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: stretch;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  background: transparent;
}
.picker-row-shell:hover {
  background: var(--soft);
}
.picker-row-shell.selected {
  border-color: rgb(var(--rgb-accent) / .38);
  background: color-mix(in srgb, var(--lake-page) 56%, var(--color-white));
  box-shadow: none;
}
.picker-row-shell.partial {
  background: rgb(var(--rgb-surface-neutral) / .72);
}
.picker-row-main,
.picker-drill {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}
.picker-row-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  gap: 2px;
  padding: 10px 11px;
  text-align: left;
  font-size: 14px;
  font-weight: 650;
}
.picker-row-main span {
  min-width: 0;
}
.picker-row-count {
  color: var(--muted);
  font-size: 12px;
  font-weight: 620;
  white-space: nowrap;
}
.picker-check {
  display: inline-grid;
  place-items: center;
  align-self: center;
  min-width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: var(--radius-round);
  border: 1px solid rgb(var(--rgb-accent) / .34);
  background: var(--color-white);
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 650;
}
.picker-drill {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  border-left: 1px solid rgb(var(--rgb-line-warm) / .8);
  color: var(--muted);
  font-size: 25px;
  line-height: 1;
}
.picker-drill:hover {
  background: rgb(var(--rgb-white) / .72);
  color: var(--ink);
}
.picker-region-title {
  padding: 8px 10px 3px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}
.selected-locations {
  display: grid;
  gap: 10px;
}
.selected-location-group {
  display: grid;
  gap: 6px;
  padding-top: 9px;
  border-top: 1px solid color-mix(in srgb, var(--lake-ink) 10%, transparent);
}
.selected-location-group:first-child {
  padding-top: 2px;
  border-top: 0;
}
.selected-location-city {
  color: var(--ink);
  font-size: 13px;
  font-weight: var(--font-weight-semibold);
}
.selected-location-items {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.selected-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-round);
  padding: 5px 9px;
  background: var(--soft);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 620;
  cursor: pointer;
}
.image-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 136px));
  gap: 10px;
  justify-content: start;
}
.image-preview {
  display: grid;
  gap: 5px;
  position: relative;
  cursor: grab;
  touch-action: none;
  user-select: none;
  transition: opacity .14s ease, transform .14s ease;
}
.image-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-lg);
  background: var(--color-surface-muted);
}
.image-preview span {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image-preview.is-dragging {
  z-index: 3;
  opacity: .34;
  transform: scale(.985);
}
.image-drag-ghost {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 400;
  pointer-events: none;
  opacity: .96;
  cursor: grabbing;
  filter: drop-shadow(0 12px 20px rgb(var(--rgb-ink) / .2));
  transition: none;
}
.image-drag-ghost .image-controls,
.image-drag-ghost .image-drag-handle {
  visibility: hidden;
}
.image-drag-handle {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(var(--rgb-line) / .88);
  border-radius: var(--radius-md);
  padding: 0;
  color: var(--ink);
  background: rgb(var(--rgb-surface) / .92);
  box-shadow: 0 4px 12px rgb(var(--rgb-ink) / .12);
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: grab;
  touch-action: none;
}
.image-drag-handle:active {
  cursor: grabbing;
}
.existing-image-grid {
  margin-top: 2px;
}
.existing-image img {
  border: 1px solid var(--line);
}
.image-controls {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.image-controls button {
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  padding: 4px 7px;
  background: var(--color-white);
  color: var(--ink);
  font: inherit;
  font-size: 11px;
  font-weight: 620;
  cursor: pointer;
}
.image-controls button:hover {
  background: var(--soft);
}
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: end; }
.choice-card,
.check-card,
.action-tile,
.mini-row {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius-lg);
  padding: 13px;
  color: var(--ink);
}
.choice-card:hover,
.check-card:hover,
.action-tile:hover,
.mini-row:hover {
  border-color: rgb(var(--rgb-accent) / .55);
  box-shadow: 0 8px 18px rgb(var(--rgb-ink) / .055);
  text-decoration: none;
}
.choice-card input,
.check-card input,
.check-line input {
  width: auto;
  min-width: auto;
}
.choice-card strong,
.action-tile strong,
.mini-row strong { font-size: 15px; }
.choice-card span,
.check-card span,
.action-tile span,
.mini-row span { color: var(--muted); line-height: 1.45; }
.check-card,
.check-line {
  grid-template-columns: auto 1fr;
  align-items: center;
}
.action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.progress-list { display: grid; gap: 10px; margin: 14px 0; }
.progress-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.progress-list span { color: var(--muted); }
.mini-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
.onboarding-hero-panel {
  display: grid;
  gap: 14px;
}
.onboarding-hero-panel h1 {
  margin: 0;
}
.onboarding-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.onboarding-steps.compact {
  margin-top: 4px;
}
.onboarding-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .72);
  color: var(--ink);
}
.onboarding-step:hover {
  text-decoration: none;
  border-color: var(--color-line-hover);
}
.onboarding-step strong {
  font-size: 14px;
  font-weight: 650;
}
.onboarding-step small {
  grid-column: 2;
  color: var(--muted);
  line-height: 1.35;
}
.onboarding-step.done {
  border-color: rgb(var(--rgb-success-vivid) / .22);
  background: var(--color-success-surface-soft);
}
.step-number {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-round);
  background: var(--soft);
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}
.onboarding-step.done .step-number {
  background: var(--color-success-surface);
  color: var(--color-success-strong);
}
.why-line {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 13px;
}
.listing-row,
.inbox-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 12px;
  color: var(--ink);
}
.inbox-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.listing-row:hover,
.inbox-row:hover {
  border-color: rgb(var(--rgb-accent) / .55);
  text-decoration: none;
}
.listing-thumb {
  width: 132px;
  height: 96px;
  object-fit: cover;
  border-radius: var(--radius-control);
  background: var(--color-surface-neutral);
}
.listing-main {
  display: grid;
  gap: 7px;
}
.listing-main h2 {
  margin: 0;
  font-size: 18px;
}
.listing-actions {
  display: grid;
  gap: 8px;
  min-width: 130px;
}
.saved-search-row {
  grid-template-columns: minmax(0, 1fr) auto;
}
.inbox-row div {
  display: grid;
  gap: 4px;
}
.inbox-row span,
.inbox-row small {
  color: var(--muted);
}
.inbox-thumb,
.inbox-thumb-placeholder {
  width: 82px;
  aspect-ratio: 1;
  border-radius: var(--radius-control);
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-cool), var(--color-page));
}
.inbox-row {
  grid-template-columns: 82px minmax(0, 1fr) auto;
  min-height: 108px;
}
.inbox-row strong {
  font-size: 17px;
  line-height: 1.28;
}
.inbox-row small {
  display: grid;
  gap: 5px;
  justify-items: end;
  text-align: right;
  font-weight: 650;
}
.inbox-row small b {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: var(--radius-round);
  background: var(--accent);
  color: var(--color-white);
  font-size: 12px;
}
.inbox-empty {
  display: grid;
  gap: 10px;
  justify-items: start;
}
.inbox-empty strong {
  color: var(--ink);
  font-size: 18px;
}
.inbox-empty span {
  max-width: 560px;
  line-height: 1.5;
}
.seller-chat-window {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 156px;
  padding: 16px;
  border: 1px solid rgb(var(--rgb-line) / .9);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-white) / .88);
  box-shadow: var(--shadow);
}
.seller-chat-window img,
.seller-chat-window .inbox-thumb-placeholder {
  width: 118px;
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  object-fit: cover;
}
.seller-chat-main {
  display: grid;
  gap: 7px;
}
.seller-chat-main h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}
.seller-chat-main p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

@media (min-width: 90rem) {
  .onboarding-stage h1,
  .form-card-head h1,
  .onboarding-stage.role-choice-stage h1 {
    max-width: 46rem;
    font-size: 38px;
  }

  .stage-copy,
  .form-card-head p,
  .role-choice-stage .stage-copy,
  .helper-text {
    max-width: 44rem;
    font-size: 16px;
  }

  .form-section h2 {
    font-size: 21px;
  }

  .amenities-group-head h3 {
    font-size: 18px;
  }

  .amenities-group-head p {
    font-size: 16px;
  }

  .amenities-list .switch-row {
    min-height: 62px;
    padding-inline: 16px;
  }

  .choice-fieldset > legend,
  .picker-button strong,
  .form-grid input,
  .form-grid select,
  .range-filter-inputs input,
  .switch-content,
  .choice-chip {
    font-size: 16px;
  }

  .role-choice-stage .choice-row {
    min-height: 104px;
    padding: 24px 26px;
    column-gap: 20px;
  }

  .visibility-form .choice-row {
    min-height: 104px;
    padding: 24px 26px;
    column-gap: 20px;
  }

  .role-choice-stage .choice-row strong,
  .choice-row strong {
    font-size: 19px;
  }

  .role-choice-stage .choice-row input[type="radio"] {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .form-footer .btn {
    min-height: 52px;
    font-size: 16px;
  }

  .picker-button {
    min-height: 64px;
  }

  .picker-button small,
  .progress-meta {
    font-size: 14px;
  }

  .onboarding-summary-stage .summary-section-head h2,
  .onboarding-summary-stage .summary-secondary h2 {
    font-size: 26px;
  }

  .onboarding-summary-stage .summary-facts span,
  .onboarding-summary-stage .summary-location-line strong,
  .onboarding-summary-stage .summary-location-line span,
  .onboarding-summary-stage .summary-feature-list > span,
  .onboarding-summary-stage .summary-detail-list dt {
    font-size: 15px;
  }

  .onboarding-summary-stage .summary-facts strong,
  .onboarding-summary-stage .summary-feature-list p,
  .onboarding-summary-stage .summary-detail-list dd {
    font-size: 17px;
  }
}

/* source: static/css/09-messages.css */
.messages-shell {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  width: min(1040px, calc(100% - 48px));
  min-height: 600px;
  height: min(720px, calc(100svh - 126px));
  margin-inline: auto;
  padding: 28px 0 42px;
  gap: 18px;
}
.messages-shell.seller-mode {
  grid-template-columns: minmax(0, 1fr);
  width: min(760px, calc(100% - 48px));
  gap: 0;
}
.messages-shell.is-empty-inbox {
  grid-template-columns: minmax(0, 1fr);
}
.messages-empty-page {
  display: grid;
  place-content: center;
  justify-items: center;
  min-height: calc(100svh - 150px);
  padding: 36px 20px 70px;
  color: var(--muted);
  text-align: center;
}
.messages-empty-kicker {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 680;
  text-transform: uppercase;
}
.messages-empty-page h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 520;
  line-height: 1.08;
}
.messages-empty-page > p:not(.messages-empty-kicker) {
  max-width: 510px;
  margin: 12px 0 20px;
  font-size: 14px;
  line-height: 1.55;
}
.messages-house-side {
  min-width: 0;
}
.chat-house-card {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgb(var(--rgb-line) / .74);
  border-radius: var(--radius-lg);
  background: rgb(var(--rgb-surface) / .62);
  color: var(--ink);
  box-shadow: none;
}
.chat-house-link {
  text-decoration: none;
}
.chat-house-card:hover,
.chat-house-card[open] {
  border-color: rgb(var(--rgb-accent) / .28);
  text-decoration: none;
}
.chat-house-link:hover {
  background: rgb(var(--rgb-surface) / .78);
}
.chat-house-card summary {
  display: grid;
  gap: 10px;
  cursor: pointer;
  list-style: none;
}
.chat-house-card summary::-webkit-details-marker {
  display: none;
}
.chat-house-card summary::after {
  content: "Avaa tiedot";
  justify-self: start;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 760;
}
.chat-house-card[open] summary::after {
  content: "Sulje tiedot";
}
.chat-house-card summary img,
.chat-house-card > img,
.chat-house-card > div {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius-control);
  object-fit: cover;
  background: linear-gradient(135deg, var(--color-surface-cool), var(--color-page));
}
.chat-house-card summary span,
.chat-house-card > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.chat-house-card small {
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}
.chat-house-card strong {
  font-size: 15px;
  line-height: 1.25;
}
.chat-house-card em,
.chat-house-card i {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
}
.chat-house-details {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgb(var(--rgb-line) / .82);
  padding-top: 10px;
}
.chat-house-details dl {
  display: grid;
  gap: 7px;
  margin: 0;
}
.chat-house-details dl div {
  display: grid;
  grid-template-columns: minmax(78px, .8fr) minmax(0, 1.2fr);
  gap: 8px;
}
.chat-house-details dt,
.chat-house-details dd {
  margin: 0;
  min-width: 0;
  font-size: 12px;
  line-height: 1.35;
}
.chat-house-details dt {
  color: var(--muted);
  font-weight: 700;
}
.chat-house-details dd {
  color: var(--ink);
  font-weight: 720;
}
.chat-house-details .btn {
  width: 100%;
}
.messages-list {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.conversation-list {
  display: grid;
  gap: 7px;
  align-content: start;
  min-height: 0;
  padding: 4px;
  overflow: auto;
}
.conversation-empty {
  display: grid;
  gap: 5px;
  padding: 24px 18px;
  color: var(--muted);
}
.conversation-empty strong {
  color: var(--ink);
  font-size: 15px;
}
.conversation-empty span {
  font-size: 13px;
  line-height: 1.45;
}
.conversation-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 76px;
  padding: 10px 12px;
  border: 1px solid rgb(var(--rgb-line) / .70);
  border-radius: var(--radius-md);
  background: rgb(var(--rgb-surface) / .46);
  color: var(--ink);
}
.conversation-item:hover {
  border-color: rgb(var(--rgb-accent) / .24);
  background: rgb(var(--rgb-surface) / .82);
  text-decoration: none;
}
.conversation-item.active {
  border-color: rgb(var(--rgb-accent) / .24);
  background: rgb(var(--rgb-accent) / .07);
  box-shadow: inset 2px 0 0 rgb(var(--rgb-accent) / .46);
}
.conversation-thumb {
  width: 54px;
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  object-fit: cover;
  background: var(--color-surface-muted);
}
.conversation-thumb.placeholder {
  background: linear-gradient(135deg, var(--color-surface-cool), var(--color-page));
}
.conversation-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.conversation-copy strong,
.conversation-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conversation-copy strong {
  font-size: 14px;
  line-height: 1.25;
}
.conversation-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 620;
}
.conversation-meta {
  display: grid;
  gap: 5px;
  justify-items: end;
  min-width: 46px;
}
.conversation-meta b {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  border-radius: var(--radius-round);
  background: var(--accent);
  color: var(--color-white);
  font-size: 11px;
}
.conversation-meta small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}
.messages-chat {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(var(--rgb-line) / .74);
  border-radius: 22px;
  background: color-mix(in srgb, var(--lake-page) 78%, var(--surface-primary));
  box-shadow: 0 18px 52px rgb(var(--rgb-ink) / .055);
}
.messages-mobile-back {
  display: none;
}
.messages-chat.no-compose {
  grid-template-rows: minmax(0, 1fr);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.seller-mode .messages-chat {
  grid-template-rows: minmax(0, 1fr) auto;
}
.messages-chat:has(.messages-chat-empty) {
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
}
.messages-thread .message div {
  white-space: pre-line;
}
.message-inline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  margin-top: 12px;
  padding: 0 15px;
  border: 1px solid rgb(var(--rgb-accent) / .22);
  border-radius: var(--radius-md);
  background: rgb(var(--rgb-accent) / .08);
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}
.message-inline-action:hover {
  background: rgb(var(--rgb-accent) / .15);
  text-decoration: none;
}
.messages-thread {
  display: flex;
  flex-direction: column;
  align-content: normal;
  gap: 12px;
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 24px 26px;
  scrollbar-gutter: stable;
}
.messages-thread::before {
  content: "";
  flex: 1 1 auto;
  min-height: 0;
}
.messages-thread .message {
  flex: 0 0 auto;
  max-width: min(76%, 560px);
  border-radius: 17px 17px 17px 6px;
  padding: 11px 13px;
  background: rgb(var(--rgb-surface) / .92);
  box-shadow: none;
}
.messages-thread .message.out {
  border-radius: 17px 17px 6px 17px;
}
.messages-thread:has(.chat-empty) {
  display: grid;
  place-items: center;
  align-content: center;
  padding-top: min(18svh, 150px);
  padding-bottom: min(10svh, 88px);
}
.messages-chat.waiting .chat-message-stack {
  background: transparent;
}
.seller-mode .messages-chat.waiting .chat-empty {
  padding: 0;
}
.messages-compose {
  gap: 12px;
  border-top: 1px solid rgb(var(--rgb-line) / .68);
  padding: 13px 14px;
  background: rgb(var(--rgb-surface) / .72);
}
.messages-compose textarea {
  min-height: 96px;
  max-height: 220px;
  border-radius: 14px;
  padding: 14px 15px;
  background: rgb(var(--rgb-surface) / .9);
  font-size: 16px;
  line-height: 1.45;
  resize: vertical;
}
.messages-compose .btn {
  min-width: 104px;
  min-height: 52px;
  border-radius: 14px;
  font-size: 15px;
}
.messages-chat-empty {
  display: grid;
  place-self: center;
  align-content: center;
  gap: 10px;
  width: min(100%, 440px);
  min-height: 0;
  padding: 22px;
  color: var(--muted);
  text-align: center;
  transform: translateY(-3vh);
}

@media (min-width: 981px) {
  .web-shell:has(.messages-shell) .web-main {
    min-height: calc(100svh - 66px);
  }
  .messages-shell {
    align-self: start;
  }
}
@media (min-width: 90rem) {
  .messages-shell {
    grid-template-columns: minmax(320px, 22vw) minmax(0, 1fr);
    width: min(72vw, 1320px);
    height: min(820px, calc(100svh - 142px));
  }

  .messages-shell.seller-mode {
    width: min(62vw, 1060px);
  }

  .conversation-item {
    grid-template-columns: 60px minmax(0, 1fr) auto;
    min-height: 86px;
    padding: 12px 14px;
  }

  .conversation-thumb {
    width: 60px;
  }

  .conversation-copy strong,
  .chat-house-card strong {
    font-size: 17px;
  }

  .conversation-copy small,
  .chat-house-card em,
  .chat-house-card i,
  .conversation-empty span {
    font-size: 15px;
  }

  .conversation-meta small,
  .chat-house-card small,
  .chat-house-card summary::after {
    font-size: 13px;
  }

  .chat-house-details dt,
  .chat-house-details dd {
    font-size: 14px;
  }

  .messages-thread .message {
    max-width: min(72%, 650px);
    padding: 13px 16px;
  }

  .messages-thread .message div {
    font-size: 17px;
    line-height: 1.55;
  }

  .messages-thread .message small,
  .messages-thread .message time {
    font-size: 14px;
  }

  .messages-compose textarea {
    font-size: 17px;
  }

  .messages-compose .btn,
  .messages-empty-page > p:not(.messages-empty-kicker),
  .messages-chat-empty span {
    font-size: 16px;
  }

  .messages-chat-empty strong {
    font-size: 22px;
  }
}
.messages-chat-empty strong {
  color: var(--ink);
  font-size: 20px;
}
.listing-privacy-note {
  display: grid;
  gap: 4px;
  padding: 2px 0 4px;
  background: transparent;
}
.listing-privacy-note strong {
  color: var(--ink);
  font-size: 14px;
}
.listing-privacy-note span,
.switch-row small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
@media (min-width: 90rem) {
  .messages-chat-empty strong {
    font-size: 22px;
  }
}

/* source: static/css/10-error-fallback.css */
.not-found-page {
  position: relative;
  min-height: calc(100svh - var(--app-header-height));
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 34px 20px 44px;
  color: var(--lake-ink);
  background:
    radial-gradient(ellipse 86% 60% at 8% -8%, color-mix(in srgb, var(--lake-top) 72%, transparent), transparent 72%),
    radial-gradient(ellipse 68% 48% at 94% 4%, color-mix(in srgb, var(--lake-mid) 82%, transparent), transparent 76%),
    var(--lake-page);
}

.not-found-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 30% at 50% 36%, rgb(var(--rgb-white) / .56), transparent 78%),
    radial-gradient(ellipse 78% 24% at 50% 88%, rgb(var(--rgb-accent) / .07), transparent 82%);
  -webkit-mask-image: linear-gradient(to bottom, var(--color-black) 0 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, var(--color-black) 0 78%, transparent 100%);
}

.not-found-content {
  width: min(100%, 670px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(-8px);
  animation: not-found-content-in 520ms ease both;
}

.not-found-mark {
  position: relative;
  width: 132px;
  height: auto;
  overflow: visible;
  margin-bottom: 14px;
}

.not-found-mark img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  transform: none;
  filter: brightness(1.055) saturate(.9);
}

.not-found-code {
  margin: 0 0 13px;
  color: var(--lake-accent);
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
  text-transform: uppercase;
}

.not-found-code span {
  display: inline-block;
  margin: 0 7px;
  color: rgb(var(--rgb-ink) / .34);
}

.not-found-content h1 {
  margin: 0;
  color: var(--lake-ink);
  font-family: var(--font-hero-commercial);
  font-size: clamp(46px, 5.2vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.not-found-message {
  max-width: 480px;
  margin: 17px 0 0;
  color: var(--lake-muted);
  font-size: 16px;
  line-height: 1.55;
  text-wrap: balance;
}

.not-found-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 27px;
}

.not-found-actions .btn {
  min-width: 154px;
  min-height: 42px;
  justify-content: center;
  padding-inline: 19px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
}

.not-found-actions .btn:first-child {
  border-color: color-mix(in srgb, var(--lake-accent) 54%, var(--lake-ink));
  background: color-mix(in srgb, var(--lake-accent) 88%, var(--lake-ink));
  box-shadow: 0 8px 20px rgb(var(--rgb-black) / .10);
}

.not-found-actions .btn:first-child::after {
  content: "\2192";
  margin-left: 12px;
  font-size: 16px;
}

.not-found-actions .btn.secondary {
  color: var(--lake-ink);
  border-color: rgb(var(--rgb-ink) / .18);
  background: rgb(var(--rgb-white) / .42);
  box-shadow: none;
}

.not-found-actions .btn.secondary:hover {
  border-color: rgb(var(--rgb-accent) / .38);
  background: rgb(var(--rgb-white) / .68);
}

body:has(.not-found-page) .web-footer {
  display: none;
}

@keyframes not-found-content-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(-8px);
  }
}

@media (max-width: 640px) {
  .not-found-page {
    min-height: calc(100svh - var(--app-header-height));
    padding: 24px 18px 34px;
    background:
      radial-gradient(ellipse 118% 48% at 50% -8%, color-mix(in srgb, var(--lake-top) 76%, transparent), transparent 75%),
      radial-gradient(ellipse 76% 44% at 92% 16%, color-mix(in srgb, var(--lake-mid) 72%, transparent), transparent 78%),
      var(--lake-page);
  }

  .not-found-content {
    width: min(100%, 390px);
    transform: translateY(-14px);
  }

  .not-found-mark {
    width: 116px;
    height: 70px;
    margin-bottom: 11px;
  }

  .not-found-code {
    margin-bottom: 11px;
    font-size: 11px;
  }

  .not-found-content h1 {
    font-size: clamp(40px, 12vw, 50px);
  }

  .not-found-message {
    max-width: 330px;
    margin-top: 14px;
    font-size: 15px;
  }

  .not-found-actions {
    width: min(100%, 330px);
    margin-top: 24px;
  }

  .not-found-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 370px) {
  .not-found-actions {
    flex-direction: column;
    width: min(100%, 220px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .not-found-content,
  .error-panel {
    animation: none;
  }
}

.error-shell {
  position: relative;
  min-height: calc(100svh - var(--app-header-height));
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 42px 20px 52px;
  color: var(--lake-ink);
  background:
    radial-gradient(ellipse 88% 58% at 8% -10%, color-mix(in srgb, var(--lake-top) 68%, transparent), transparent 72%),
    radial-gradient(ellipse 70% 46% at 94% 8%, color-mix(in srgb, var(--lake-mid) 78%, transparent), transparent 76%),
    var(--lake-page);
}
.error-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 46% 30% at 50% 38%, rgb(var(--rgb-white) / .54), transparent 78%),
    radial-gradient(ellipse 74% 22% at 50% 90%, rgb(var(--rgb-accent) / .055), transparent 82%);
}
.error-panel {
  width: min(100%, 650px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
  animation: not-found-content-in 520ms ease both;
}
.error-mark {
  width: 122px;
  margin-bottom: 14px;
}
.error-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(1.04) saturate(.9);
}
.error-code {
  margin: 0 0 13px;
  color: var(--lake-accent);
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: .03em;
  text-transform: uppercase;
}
.error-panel h1 {
  margin: 0;
  color: var(--lake-ink);
  font-family: var(--font-hero-commercial);
  font-size: clamp(42px, 4.8vw, 62px);
  font-weight: 680;
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}
.error-message {
  max-width: 520px;
  margin: 17px 0 0;
  color: var(--lake-muted);
  font-size: 16px;
  line-height: 1.55;
  text-wrap: balance;
}
.error-list {
  width: min(100%, 500px);
  margin: 20px 0 0;
  padding: 14px 18px 14px 34px;
  border-top: 1px solid color-mix(in srgb, var(--lake-ink) 10%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--lake-ink) 10%, transparent);
  color: var(--lake-ink);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-top: 27px;
}
.error-actions .btn {
  min-width: 164px;
  min-height: 44px;
  border-radius: var(--radius-sm);
  font-weight: var(--font-weight-medium);
}
.error-actions .btn.secondary {
  color: var(--lake-ink);
  border-color: rgb(var(--rgb-ink) / .16);
  background: rgb(var(--rgb-white) / .38);
  box-shadow: none;
}
.error-note {
  margin: 18px 0 0;
  color: color-mix(in srgb, var(--lake-muted) 72%, transparent);
  font-size: 11px;
}
body:has(.error-shell) .web-footer {
  display: none;
}
@media (max-width: 640px) {
  .error-shell {
    padding: 28px 18px 38px;
    background:
      radial-gradient(ellipse 118% 50% at 50% -10%, color-mix(in srgb, var(--lake-top) 72%, transparent), transparent 75%),
      radial-gradient(ellipse 76% 42% at 92% 18%, color-mix(in srgb, var(--lake-mid) 68%, transparent), transparent 78%),
      var(--lake-page);
  }
  .error-panel {
    width: min(100%, 390px);
  }
  .error-mark {
    width: 110px;
    margin-bottom: 11px;
  }
  .error-panel h1 {
    font-size: clamp(38px, 11vw, 48px);
  }
  .error-message {
    max-width: 340px;
    margin-top: 14px;
    font-size: 15px;
  }
  .error-actions {
    width: min(100%, 340px);
    margin-top: 24px;
  }
  .error-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 13px;
    white-space: nowrap;
  }
}
@media (max-width: 370px) {
  .error-actions {
    flex-direction: column;
    width: min(100%, 230px);
  }
  .error-actions .btn {
    width: 100%;
  }
}
.field-error {
  display: block;
  margin-top: 6px;
  color: var(--color-danger-deep);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}
.field-error[hidden] {
  display: none;
}
[aria-invalid="true"] {
  border-color: rgb(var(--rgb-danger) / .56) !important;
  box-shadow: 0 0 0 3px rgb(var(--rgb-danger) / .09) !important;
}

/* source: static/css/11-premium-app.css */
/*
 * Premium application layer
 *
 * The landing owns its art direction. This layer gives every operational view
 * the same calm Järvenselkä language while preserving their existing layout.
 */
body:not(:has(.lake-hero)) {
  background: var(--page-background-art);
  color: var(--text-primary);
}

body:not(:has(.lake-hero)) .web-main {
  min-height: 100svh;
}

body:not(:has(.lake-hero)) .web-footer {
  border-color: var(--border-subtle);
  background: var(--footer-background);
  color: var(--text-secondary);
}

body:not(:has(.lake-hero)) .web-footer strong {
  color: var(--text-primary);
  font-family: var(--font-display);
}

.web-footer .footer-content,
.web-footer .footer-brand-copy,
.footer-language-form {
  display: flex;
  align-items: center;
}

.web-footer .footer-content {
  justify-content: space-between;
  gap: var(--space-lg);
}

.web-footer .footer-brand-copy {
  gap: var(--space-sm);
  min-width: 0;
}

.footer-language-form {
  gap: var(--space-xs);
  flex: 0 0 auto;
  font-size: var(--font-size-sm);
}

.footer-language-form label {
  color: var(--text-muted);
}

.footer-language-form select {
  width: auto;
  min-width: 10rem;
  min-height: 2.25rem;
  padding: 0 2rem 0 .7rem;
  border-color: var(--border-subtle);
  background: var(--surface-subtle);
  color: var(--text-primary);
  font: inherit;
  font-weight: var(--font-weight-medium);
  cursor: pointer;
}

.footer-language-form select:hover {
  background: var(--surface-hover);
}

.footer-language-submit {
  min-height: 2.25rem;
  padding: 0 .75rem;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: var(--surface-primary);
  color: var(--text-primary);
  font: inherit;
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
}

.footer-language-submit:hover {
  background: var(--surface-hover);
}

.footer-language-submit:focus-visible {
  outline: 3px solid var(--focus-ring-color);
  outline-offset: 2px;
}

body:not(:has(.lake-hero)) h1,
body:not(:has(.lake-hero)) h2,
body:not(:has(.lake-hero)) .section-title {
  color: var(--text-primary);
  font-family: var(--font-display);
  font-weight: var(--font-weight-semibold);
}

body:not(:has(.lake-hero)) .eyebrow,
body:not(:has(.lake-hero)) .form-eyebrow,
body:not(:has(.lake-hero)) .mobile-app-eyebrow {
  color: var(--color-accent-strong);
}

body:not(:has(.lake-hero)) .btn {
  min-height: var(--control-height-md);
  border-radius: var(--radius-md);
  padding-inline: var(--control-padding-inline);
  background: var(--button-primary-background);
  color: var(--button-primary-text);
  box-shadow: var(--shadow-subtle);
  transition:
    transform var(--motion-fast) var(--motion-ease),
    background-color var(--motion-fast) var(--motion-ease),
    border-color var(--motion-fast) var(--motion-ease),
    box-shadow var(--motion-fast) var(--motion-ease);
}

body:not(:has(.lake-hero)) .btn:hover {
  background: var(--button-primary-hover);
  box-shadow: var(--shadow-card);
}

body:not(:has(.lake-hero)) .btn:focus-visible {
  box-shadow: var(--shadow-focus);
}

body:not(:has(.lake-hero)) .btn.secondary,
body:not(:has(.lake-hero)) .btn.ghost {
  color: var(--button-secondary-text);
  background: var(--button-secondary-background);
  border-color: var(--border-strong);
  box-shadow: none;
}

body:not(:has(.lake-hero)) .btn.secondary:hover,
body:not(:has(.lake-hero)) .btn.ghost:hover {
  color: var(--text-primary);
  background: var(--button-secondary-hover);
  border-color: var(--card-hover-border);
  box-shadow: var(--shadow-subtle);
}

body:not(:has(.lake-hero)) button.form-next:disabled,
body:not(:has(.lake-hero)) button.form-next:disabled:hover,
body:not(:has(.lake-hero)) button.form-next:disabled:focus-visible {
  border-color: var(--color-line);
  color: var(--color-muted);
  background: var(--color-surface-neutral);
  box-shadow: none;
  cursor: not-allowed;
  opacity: .78;
  transform: none;
}

body:not(:has(.lake-hero)) button.form-next:disabled::after,
body:not(:has(.lake-hero)) button.form-next:disabled:hover::after {
  opacity: .5;
  transform: none;
}

body:not(:has(.lake-hero)) input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="hidden"]),
body:not(:has(.lake-hero)) select,
body:not(:has(.lake-hero)) textarea {
  min-height: var(--control-height-lg);
  border-radius: var(--radius-md);
  border-color: var(--field-border);
  background: var(--field-background);
  box-shadow: none;
  font-family: var(--font-body);
  font-weight: var(--font-weight-regular);
}

body:not(:has(.lake-hero)) input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="hidden"]):focus,
body:not(:has(.lake-hero)) select:focus,
body:not(:has(.lake-hero)) textarea:focus {
  border-color: var(--field-focus-border);
  background: var(--field-hover-background);
  box-shadow: var(--shadow-focus);
}

body:not(:has(.lake-hero)) .panel,
body:not(:has(.lake-hero)) .auth-card {
  border-color: var(--card-border);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
  box-shadow: var(--shadow-card);
  backdrop-filter: none;
}

body:not(:has(.lake-hero)) .onboarding-card,
body:not(:has(.lake-hero)) .form-card {
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body:not(:has(.lake-hero)) .auth-shell {
  background:
    radial-gradient(ellipse at 50% 18%, var(--selection-default), transparent 34%),
    transparent;
}

body:not(:has(.lake-hero)) .property-heading h1,
body:not(:has(.lake-hero)) .property-heading h2,
body:not(:has(.lake-hero)) .property-section h2,
body:not(:has(.lake-hero)) .onboarding-stage h1,
body:not(:has(.lake-hero)) .form-card-head h1 {
  font-family: var(--font-body);
  font-weight: 560;
}

body:not(:has(.lake-hero)) .property-similar > h2 {
  font-family: var(--font-hero-commercial);
  font-weight: 500;
}

body:not(:has(.lake-hero)) .property-back-link,
body:not(:has(.lake-hero)) .property-feature-list span,
body:not(:has(.lake-hero)) .choice-row strong,
body:not(:has(.lake-hero)) .choice-chip {
  font-weight: 560;
}

body:not(:has(.lake-hero)) .auth-card {
  padding: 32px;
}

body:not(:has(.lake-hero)) .auth-head h1 {
  font-family: var(--font-display);
}

body:not(:has(.lake-hero)) .auth-shell.auth-shell-register {
  background:
    radial-gradient(circle at 50% 4%, rgb(var(--rgb-white) / .96), transparent 38%),
    var(--color-page);
}

body:not(:has(.lake-hero)) .auth-card.auth-card-register {
  padding: 36px 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body:not(:has(.lake-hero)) .auth-alert,
body:not(:has(.lake-hero)) .settings-alert,
body:not(:has(.lake-hero)) .status-box {
  border-radius: var(--radius-md);
  box-shadow: none;
}

body:not(:has(.lake-hero)) .marketplace-filter-card,
body:not(:has(.lake-hero)) .app-home-menu,
body:not(:has(.lake-hero)) .search-filter-panel {
  border-color: var(--card-border);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
  box-shadow: var(--shadow-subtle);
  backdrop-filter: none;
}

body:not(:has(.lake-hero)) .marketplace-toolbar {
  border-bottom: 0;
}

body:not(:has(.lake-hero)) .marketplace-toolbar strong {
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 520;
}

body:not(:has(.lake-hero)) .feed-shortcuts {
  padding: 3px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
}

body:not(:has(.lake-hero)) .feed-shortcuts .feed-watch-edit,
body:not(:has(.lake-hero)) .feed-shortcuts .feed-watch-search {
  border-color: transparent;
  border-radius: var(--radius-md);
}

body:not(:has(.lake-hero)) .feed-shortcuts .feed-watch-search {
  background: var(--selection-default);
}

body:not(:has(.lake-hero)) .filter-submit-bar,
body:not(:has(.lake-hero)) .mobile-filter-footer,
body:not(:has(.lake-hero)) .mobile-filter-trigger-bar {
  border-color: var(--border-default);
  background: var(--lake-page);
}

body:not(:has(.lake-hero)) .desktop-filter-card .filter-submit-bar {
  border-color: var(--border-default);
  background: var(--surface-raised);
}

body:not(:has(.lake-hero)) .home-card,
body:not(:has(.lake-hero)) .listing-card,
body:not(:has(.lake-hero)) .action-card,
body:not(:has(.lake-hero)) .info-card {
  border-color: var(--card-border);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
  box-shadow: var(--shadow-inset);
  backdrop-filter: none;
}

body:not(:has(.lake-hero)) .home-card:hover,
body:not(:has(.lake-hero)) .listing-card:hover,
body:not(:has(.lake-hero)) .action-card:hover {
  border-color: var(--card-hover-border);
  background: var(--surface-raised);
  box-shadow: var(--shadow-raised);
}

body:not(:has(.lake-hero)) .home-title,
body:not(:has(.lake-hero)) .home-price,
body:not(:has(.lake-hero)) .listing-card h2 {
  color: var(--text-primary);
  font-weight: var(--font-weight-semibold);
}

body:not(:has(.lake-hero)) .marketplace-list .home-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px 22px;
}

body:not(:has(.lake-hero)) .marketplace-list .home-location,
body:not(:has(.lake-hero)) .marketplace-list .home-meta {
  margin: 0;
  color: var(--lake-muted);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

body:not(:has(.lake-hero)) .marketplace-list .home-title {
  margin: 0;
  color: var(--lake-ink);
  font-family: var(--font-hero-commercial);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
}

body:not(:has(.lake-hero)) .marketplace-list .home-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 18px;
}

body:not(:has(.lake-hero)) .marketplace-list .home-card-heading {
  gap: 4px;
}

body:not(:has(.lake-hero)) .marketplace-list .home-card-summary {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

body:not(:has(.lake-hero)) .marketplace-list .home-card-summary .home-card-footer {
  margin-top: auto;
  padding-top: 0;
}

body:not(:has(.lake-hero)) .marketplace-list .home-price {
  color: var(--lake-ink);
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
}

body:not(:has(.lake-hero)) .marketplace-list .home-cta {
  margin: 0;
  color: var(--lake-accent);
  font-size: 12px;
  text-decoration: none;
}

body:not(:has(.lake-hero)) .pagination > .pagination-direction,
body:not(:has(.lake-hero)) .pagination-numbers > a,
body:not(:has(.lake-hero)) .pagination-numbers > .pagination-current {
  border-radius: var(--radius-md);
  background: var(--surface-subtle);
}

body:not(:has(.lake-hero)) .pagination a.active,
body:not(:has(.lake-hero)) .pagination-current.active {
  color: var(--button-primary-text);
  border-color: var(--button-primary-background);
  background: var(--button-primary-background);
}

body:not(:has(.lake-hero)) .public-search-pagination > .pagination-direction,
body:not(:has(.lake-hero)) .public-search-pagination .pagination-numbers > a,
body:not(:has(.lake-hero)) .public-search-pagination .pagination-numbers > .pagination-current {
  border: 1px solid transparent;
  border-radius: var(--radius-round);
  background: transparent;
}

body:not(:has(.lake-hero)) .public-search-pagination a.active,
body:not(:has(.lake-hero)) .public-search-pagination .pagination-current.active {
  color: var(--lake-ink);
  border-color: color-mix(in srgb, var(--lake-ink) 18%, transparent);
  background: color-mix(in srgb, var(--lake-ink) 7%, transparent);
  box-shadow: none;
}

@media (min-width: 701px) {
  body:not(:has(.lake-hero)) .public-search-pagination {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 18px;
    padding: 3px;
  }

  body:not(:has(.lake-hero)) .public-search-pagination .pagination-numbers {
    gap: 3px;
    padding-inline: 4px;
    border-inline: 0;
  }

  body:not(:has(.lake-hero)) .public-search-pagination > .pagination-direction,
  body:not(:has(.lake-hero)) .public-search-pagination .pagination-numbers > a,
  body:not(:has(.lake-hero)) .public-search-pagination .pagination-numbers > .pagination-current {
    min-width: 42px;
    min-height: 42px;
    border-color: transparent;
    border-radius: var(--radius-round);
    background: transparent;
    color: var(--lake-ink);
    font-size: 15px;
    font-weight: 620;
  }

  body:not(:has(.lake-hero)) .public-search-pagination a:hover {
    border-color: transparent;
    background: color-mix(in srgb, var(--lake-ink) 7%, transparent);
    color: var(--lake-ink);
  }

  body:not(:has(.lake-hero)) .public-search-pagination .pagination-current.active {
    color: var(--lake-ink);
    border-color: color-mix(in srgb, var(--lake-ink) 22%, transparent);
    border-radius: var(--radius-round);
    background: color-mix(in srgb, var(--lake-ink) 7%, transparent);
    box-shadow: none;
  }

  body:not(:has(.lake-hero)) .public-search-pagination .pagination-direction {
    width: auto;
    padding-inline: 13px;
    gap: 7px;
  }

  body:not(:has(.lake-hero)) .public-search-pagination .pagination-previous::before {
    content: none;
  }

  body:not(:has(.lake-hero)) .public-search-pagination .pagination-next::after {
    content: none;
  }
}
body:not(:has(.lake-hero)) .marketplace-list .home-meta,
body:not(:has(.lake-hero)) .marketplace-list .home-meta > span {
  font-size: 17px;
}

@media (min-width: 90rem) {
  .web-footer .footer-content {
    width: 92vw;
    max-width: none;
    margin-inline: auto;
    padding-inline: clamp(1rem, 1.5vw, 2rem);
  }

  body:not(:has(.lake-hero)) .marketplace-list .home-title {
    font-size: 22px;
  }

  body:not(:has(.lake-hero)) .marketplace-list .home-location,
  body:not(:has(.lake-hero)) .marketplace-list .home-meta,
  body:not(:has(.lake-hero)) .marketplace-list .home-meta > span {
    font-size: 20px;
  }

  body:not(:has(.lake-hero)) .marketplace-list .home-price {
    font-size: 23px;
  }
}

body:not(:has(.lake-hero)) .empty,
body:not(:has(.lake-hero)) .refined-empty,
body:not(:has(.lake-hero)) .settings-empty {
  border-color: var(--border-subtle);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
  box-shadow: none;
}

body:not(:has(.lake-hero)) .property-key-facts,
body:not(:has(.lake-hero)) .property-key-facts div {
  border-color: transparent;
  background: transparent;
}

body:not(:has(.lake-hero)) .property-feature-list span {
  border-radius: var(--radius-md);
  background: var(--surface-subtle);
}

body:not(:has(.lake-hero)) .settings-identity,
body:not(:has(.lake-hero)) .settings-card,
body:not(:has(.lake-hero)) .settings-hero,
body:not(:has(.lake-hero)) .settings-action,
body:not(:has(.lake-hero)) .settings-panel {
  border-color: var(--card-border);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
  box-shadow: none;
  backdrop-filter: none;
}

body:not(:has(.lake-hero)) .settings-nav-list {
  border-color: var(--border-default);
  background: transparent;
}

body:not(:has(.lake-hero)) .settings-nav-list a:hover,
body:not(:has(.lake-hero)) .settings-edit summary:hover {
  background: var(--selection-subtle);
}

body:not(:has(.lake-hero)) .settings-toggle,
body:not(:has(.lake-hero)) .settings-row,
body:not(:has(.lake-hero)) .settings-ticket {
  border-color: var(--border-subtle);
}

body:not(:has(.lake-hero)) .messages-list,
body:not(:has(.lake-hero)) .messages-chat,
body:not(:has(.lake-hero)) .chat-window,
body:not(:has(.lake-hero)) .support-chat-shell {
  border-color: var(--card-border);
  background-color: var(--surface-subtle);
  box-shadow: none;
}

body:not(:has(.lake-hero)) .messages-list {
  border-color: transparent;
  background: transparent;
}

body:not(:has(.lake-hero)) .messages-chat.no-property.no-compose {
  border-color: transparent;
  background: transparent;
}

body:not(:has(.lake-hero)) .messages-title-strip,
body:not(:has(.lake-hero)) .messages-chat-head,
body:not(:has(.lake-hero)) .chat-head {
  border-color: var(--border-subtle);
  background: var(--surface-secondary);
}

body:not(:has(.lake-hero)) .conversation-item {
  border-color: var(--border-subtle);
  background: color-mix(in srgb, var(--lake-page) 70%, transparent);
}

body:not(:has(.lake-hero)) .conversation-item:hover {
  background: var(--selection-subtle);
}

body:not(:has(.lake-hero)) .conversation-item.active {
  background: var(--selection-default);
  box-shadow: inset 3px 0 0 var(--color-accent);
}

body:not(:has(.lake-hero)) .message {
  border-color: var(--border-subtle);
  border-radius: var(--radius-control);
  background: var(--surface-primary);
}

body:not(:has(.lake-hero)) .message.out,
body:not(:has(.lake-hero)) .chat-message-stack .message.out {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: var(--text-on-accent);
}

body:not(:has(.lake-hero)) .chat-compose,
body:not(:has(.lake-hero)) .messages-compose {
  border-color: var(--border-subtle);
  background: var(--surface-secondary);
}

body:not(:has(.lake-hero)) .onboarding-shell,
body:not(:has(.lake-hero)) .form-shell {
  background: var(--onboarding-background);
}

body:not(:has(.lake-hero)) .choice-row,
body:not(:has(.lake-hero)) .check-row,
body:not(:has(.lake-hero)) .option-card,
body:not(:has(.lake-hero)) .choice-card {
  border-color: var(--border-default);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
  box-shadow: none;
}

body:not(:has(.lake-hero)) .choice-row {
  border-color: color-mix(in srgb, var(--lake-ink) 16%, transparent);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--lake-page) 72%, white);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / .72),
    0 3px 10px rgb(var(--rgb-ink) / .045);
}

body:not(:has(.lake-hero)) .choice-row:hover,
body:not(:has(.lake-hero)) .check-row:hover,
body:not(:has(.lake-hero)) .option-card:hover,
body:not(:has(.lake-hero)) .choice-card:hover {
  border-color: var(--card-hover-border);
  background: var(--selection-subtle);
  box-shadow: var(--shadow-subtle);
}

body:not(:has(.lake-hero)) .choice-row:has(input:checked),
body:not(:has(.lake-hero)) .check-row:has(input:checked),
body:not(:has(.lake-hero)) .option-card:has(input:checked),
body:not(:has(.lake-hero)) .choice-card:has(input:checked) {
  border-color: var(--color-accent);
  background: var(--selection-default);
}

body:not(:has(.lake-hero)) .choice-row:has(input:checked),
body:not(:has(.lake-hero)) .choice-row:has(input:checked):hover,
body:not(:has(.lake-hero)) .choice-row:has(input:checked):has(input:focus-visible) {
  border-color: rgb(var(--rgb-accent) / .48);
  background: rgb(var(--rgb-accent) / .14);
  color: var(--accent-strong);
  box-shadow:
    inset 0 0 0 1px rgb(var(--rgb-accent) / .08),
    0 4px 12px rgb(var(--rgb-accent) / .07);
}

body:not(:has(.lake-hero)) .progress-fill,
body:not(:has(.lake-hero)) .switch-control::after {
  background: var(--color-accent);
}

@media (max-width: 980px) {
  body:not(:has(.lake-hero)) .mobile-filter-trigger-bar {
    box-shadow: var(--shadow-floating);
  }

  body:not(:has(.lake-hero)) .messages-list,
  body:not(:has(.lake-hero)) .messages-chat {
    border-radius: var(--radius-lg);
  }
}

@media (max-width: 640px) {
  body:not(:has(.lake-hero)) .auth-card.auth-card-register {
    padding: 24px 16px;
  }

  body:not(:has(.lake-hero)) .auth-card,
  body:not(:has(.lake-hero)) .onboarding-card,
  body:not(:has(.lake-hero)) .form-card {
    padding: 22px 18px;
  }

  body:not(:has(.lake-hero)) .marketplace-list .home-card {
    border-radius: var(--radius-lg);
  }
}

/* source: static/css/12-legal.css */
.legal-page {
  width: min(100% - 32px, 800px);
  padding-block: clamp(40px, 7vw, 88px);
  color: var(--text-primary);
}

.legal-page header {
  margin-bottom: 40px;
}

.legal-page h1 {
  max-width: 18ch;
  margin: 6px 0 12px;
  font-family: var(--font-hero-commercial);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: var(--font-weight-medium);
  line-height: 1.05;
}

.legal-page h2 {
  margin: 0 0 10px;
  font-family: var(--font-hero-commercial);
  font-size: 1.08rem;
  font-weight: var(--font-weight-semibold);
}

.legal-page section {
  padding-block: 24px;
  border-top: 1px solid var(--border-subtle);
}

.legal-page p,
.legal-page dd {
  color: var(--text-secondary);
  line-height: 1.72;
}

.legal-page a,
.footer-legal-links a {
  color: var(--color-accent-strong);
  text-underline-offset: 3px;
}

.legal-page-short {
  min-height: 60vh;
}

.account-delete-page {
  width: min(100% - 40px, 920px);
}

.account-delete-page header,
.account-delete-page .legal-form {
  max-width: 760px;
}

.account-delete-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 12px;
  width: min(100%, 520px);
}

.account-delete-actions .btn {
  width: 100%;
}

.legal-draft-notice {
  margin-bottom: 28px;
  padding: 12px 14px;
  border-left: 3px solid var(--color-warning-strong);
  background: var(--warning-background);
  color: var(--warning-text);
}

.legal-facts {
  border-top: 1px solid var(--border-default);
}

.legal-facts div {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 2fr;
  gap: 20px;
  padding-block: 18px;
  border-bottom: 1px solid var(--border-subtle);
}

.legal-facts dt {
  font-weight: var(--font-weight-semibold);
}

.legal-facts dd {
  margin: 0;
}

.legal-form {
  display: grid;
  gap: 22px;
}

.legal-form > label:not(.legal-check):not(.honeypot) {
  display: grid;
  gap: 8px;
  font-weight: var(--font-weight-semibold);
}

.legal-form input,
.legal-form select,
.legal-form textarea {
  width: 100%;
  border: 1px solid var(--field-border);
  border-radius: var(--radius-control);
  background: var(--field-background);
  color: var(--text-primary);
  font: inherit;
}

.legal-form input,
.legal-form select {
  min-height: var(--control-height-lg);
  padding-inline: var(--control-padding-inline);
}

.legal-form textarea {
  min-height: 160px;
  padding: 14px 16px;
  resize: vertical;
}

.legal-form input:focus,
.legal-form select:focus,
.legal-form textarea:focus {
  border-color: var(--field-focus-border);
  outline: none;
  box-shadow: var(--shadow-focus);
}

.legal-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: var(--text-secondary);
  line-height: 1.45;
}

.legal-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-content {
  flex-wrap: wrap;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

.footer-legal-links a {
  font-size: var(--font-size-sm);
  text-decoration: none;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}

@media (max-width: 680px) {
  .legal-page {
    width: min(100% - 40px, 800px);
    padding-block: 32px 56px;
  }

  .account-delete-page {
    width: min(100% - 40px, 920px);
  }

  .account-delete-actions {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr);
  }

  .legal-page header {
    margin-bottom: 28px;
  }

  .legal-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .footer-legal-links {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .legal-page,
  .account-delete-page {
    width: min(100% - 32px, 920px);
  }
}

/* source: static/css/90-responsive.css */
@media (max-width: 980px) {
  .lake-public-carousel .public-carousel-arrow[data-public-prev] {
    left: -16px;
  }

  .lake-public-carousel .public-carousel-arrow[data-public-next] {
    right: -16px;
  }

  .hero-grid, .search-layout, .detail-layout, .app-layout, .chat-layout, .onboarding-layout, .workspace-hero, .settings-shell { grid-template-columns: 1fr; }
  .search-grid, .cards, .dash-grid, .fact-grid, .option-grid, .form-grid, .action-grid, .landing-results, .quick-panel-grid { grid-template-columns: 1fr 1fr; }
  .property-gallery {
    height: auto;
    overflow: hidden;
    background: var(--image-stage-background);
    border-radius: 16px;
  }
  .property-gallery-main {
    flex: 0 0 auto;
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 0;
    border-radius: 0;
  }
  .property-key-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, max-content));
  }
  .property-desktop-actions {
    display: none;
  }
  .property-data-grid {
    grid-template-columns: 1fr;
  }
  .operator-chat-layout {
    max-width: none;
  }
  .chat-context {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 260px));
  }
  .marketplace-layout,
  .app-home-layout {
    grid-template-columns: 1fr;
  }
  .marketplace-page .marketplace-layout {
    width: min(calc(100% - 24px), 1180px);
  }
  .desktop-filter-card {
    display: none;
  }
  .mobile-filter-trigger-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: block;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgb(var(--rgb-line) / .92);
    background: rgb(var(--rgb-surface) / .97);
    box-shadow: 0 -12px 28px rgb(var(--rgb-ink) / .10);
    backdrop-filter: blur(14px);
  }
  .mobile-filter-trigger {
    display: flex;
    position: static;
    width: 65%;
    min-height: 56px;
    padding-block: 14px;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgb(var(--rgb-ink) / .16);
  }
  body.filter-modal-open .mobile-filter-trigger-bar {
    display: none;
  }
  .marketplace-page {
    padding-bottom: 78px;
  }
  body:has(.mobile-filter-trigger-bar) .web-footer {
    margin-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
  .messages-shell {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .messages-empty-page {
    min-height: calc(100svh - 118px);
    padding: 26px 18px 62px;
  }
  .messages-shell.seller-mode,
  .support-grid,
  .support-chat-shell {
    grid-template-columns: 1fr;
  }
  .chat-house-card {
    position: static;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
  }
  .chat-house-card summary img,
  .chat-house-card > div {
    width: 112px;
  }
  .messages-list,
  .messages-chat {
    border: 1px solid rgb(var(--rgb-line) / .9);
    border-radius: var(--radius-lg);
  }
  .messages-list {
    max-height: 42svh;
  }
  .marketplace-sidebar,
  .app-home-menu,
  .settings-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .settings-nav-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .search-filter-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-hero-panel, .search-results-head { align-items: start; flex-direction: column; }
  .search-note { min-width: 0; width: 100%; }
  .market-search { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sticky { position: static; }
  .onboarding-card, .form-card { padding: 24px; }
  .onboarding-stage h1, .form-card-head h1 { font-size: 34px; }
}

@media (max-width: 640px) and (prefers-reduced-motion: reduce) {
  .landing-hero.lake-hero {
    --mobile-hero-reveal: 1 !important;
    --mobile-logo-offset: -78px !important;
    --mobile-logo-scale: .70 !important;
  }
}

@media (max-width: 980px) {
  .landing-hero.seaglass-hero {
    min-height: 820px;
    height: auto;
    max-height: none;
  }
  .seaglass-hero .landing-hero-content {
    min-height: 820px;
    grid-template-columns: minmax(0, 640px);
    justify-content: center;
    justify-items: stretch;
    align-content: center;
    gap: 48px;
    padding-top: 94px;
    padding-bottom: 58px;
    text-align: center;
  }
  .seaglass-hero .market-copy {
    max-width: 640px;
    margin-inline: auto;
  }
  .seaglass-hero .hero-kicker,
  .seaglass-hero .hero-register-cta {
    justify-content: center;
  }
  .seaglass-hero .hero-desktop-copy {
    margin-inline: auto;
  }
  .landing-feature-carousel {
    width: min(500px, 88vw);
    margin-inline: auto;
    transform: none;
  }
}

@media (max-width: 840px) {
  .seaglass-content {
    padding: 56px 0 60px;
  }
  .seaglass-content .value-intro {
    margin-bottom: 26px;
  }
  .seaglass-content .value-intro h2 {
    font-size: 29px;
  }
  .seaglass-value-cards {
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }
  .seaglass-value-cards article {
    min-height: 0;
    padding: 23px 0;
  }
  .seaglass-value-cards article + article {
    padding-left: 0;
    border-top: 1px solid var(--seaglass-line);
    border-left: 0;
  }
  .seaglass-results-header {
    align-items: flex-start;
  }
  .seaglass-results-header h2 {
    font-size: 28px;
  }
  .seaglass-public-track {
    gap: 14px;
  }
  .seaglass-public-track .home-card {
    flex-basis: 100%;
  }
  .public-carousel-arrow {
    width: 32px;
    height: 48px;
    font-size: 24px;
  }
  .public-carousel-prev {
    left: 4px;
  }
  .public-carousel-next {
    right: 4px;
  }
}

@media (max-width: 640px) {
  html,
  body,
  .web-shell,
  .web-main {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }
  html,
  body {
    overscroll-behavior-x: none;
  }

  body:has(.seaglass-hero) .web-nav.landing-nav,
  body:has(.seaglass-hero) .web-nav.landing-nav.nav-scrolled,
  .web-nav.landing-nav.seaglass-nav,
  .web-nav.landing-nav.seaglass-nav.nav-scrolled {
    min-height: calc(58px + env(safe-area-inset-top, 0px));
    padding: env(safe-area-inset-top, 0px) max(16px, env(safe-area-inset-right, 0px)) 0 max(16px, env(safe-area-inset-left, 0px));
    color: #243a40;
    background: rgba(199,222,224,.92);
    border-bottom-color: rgba(36,58,64,.12);
    box-shadow: none;
  }
  body:has(.seaglass-hero) .landing-nav .brand,
  body:has(.seaglass-hero) .landing-nav .nav-links a,
  .web-nav.seaglass-nav .brand,
  .web-nav.seaglass-nav .nav-links a {
    color: #243a40;
  }
  .landing-hero.seaglass-hero {
    min-height: max(730px, calc(100svh + 70px));
    height: auto;
    max-height: none;
    align-items: stretch;
    padding: 0 max(20px, env(safe-area-inset-right, 0px)) 0 max(20px, env(safe-area-inset-left, 0px));
    color: #243a40;
    background:
      radial-gradient(118% 72% at -14% 116%, var(--seaglass-a) 0%, transparent 64%),
      radial-gradient(105% 62% at 114% 101%, var(--seaglass-b) 0%, transparent 67%),
      radial-gradient(110% 54% at 48% 124%, var(--seaglass-c) 0%, transparent 70%),
      linear-gradient(155deg, var(--seaglass-deep) 0%, var(--seaglass-hero) 60%, #b9d5d8 100%);
    background:
      radial-gradient(118% 72% at -14% 116%, var(--seaglass-a) 0%, transparent 64%),
      radial-gradient(105% 62% at 114% 101%, var(--seaglass-b) 0%, transparent 67%),
      radial-gradient(110% 54% at 48% 124%, var(--seaglass-c) 0%, transparent 70%),
      linear-gradient(155deg, var(--seaglass-deep) 0%, var(--seaglass-hero) 60%, color-mix(in srgb, var(--seaglass-hero) 80%, var(--seaglass-c)) 100%);
  }
  .landing-hero.seaglass-hero::before {
    inset: -28%;
    z-index: 0;
    border-radius: 44%;
    background:
      radial-gradient(ellipse at 22% 80%, var(--seaglass-a), transparent 54%),
      radial-gradient(ellipse at 78% 75%, var(--seaglass-b), transparent 55%),
      radial-gradient(ellipse at 52% 110%, var(--seaglass-c), transparent 58%);
    filter: blur(52px);
    opacity: .38;
  }
  .landing-hero.seaglass-hero::after {
    inset: 46% -34% -36%;
    z-index: 0;
    display: block;
    border-radius: 50%;
    background:
      linear-gradient(108deg, transparent 20%, rgba(177,139,70,.09) 36%, transparent 49%),
      linear-gradient(118deg, transparent 14%, rgba(78,153,149,.42) 38%, rgba(112,143,161,.34) 58%, transparent 82%);
    background:
      linear-gradient(108deg, transparent 20%, rgba(177,139,70,.09) 36%, transparent 49%),
      linear-gradient(118deg, transparent 14%, color-mix(in srgb, var(--seaglass-a) 64%, transparent) 38%, color-mix(in srgb, var(--seaglass-c) 52%, transparent) 58%, transparent 82%);
    filter: blur(34px);
    opacity: .42;
    transform: rotate(-9deg);
  }
  .seaglass-hero .landing-hero-content {
    min-height: max(730px, calc(100svh + 70px));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding: calc(82px + env(safe-area-inset-top, 0px)) 0 calc(54px + env(safe-area-inset-bottom, 0px));
    text-align: center;
  }
  .seaglass-hero .market-copy {
    width: 100%;
    max-width: 390px;
  }
  .seaglass-hero .hero-kicker {
    justify-content: center;
    color: color-mix(in srgb, #243a40 74%, #2d6c70);
    font-size: 13px;
  }
  .seaglass-hero .market-copy h1 {
    color: #243a40;
    font-size: 40px;
    line-height: 1.06;
    text-shadow: none;
  }
  .seaglass-hero .hero-desktop-copy {
    display: block;
    max-width: 330px;
    margin: 18px auto 0;
    color: rgba(36,58,64,.72);
    font-size: 16px;
    line-height: 1.45;
  }
  .seaglass-hero .hero-register-cta {
    width: min(100%, 330px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 22px auto 0;
  }
  .seaglass-hero .hero-register-cta[hidden] {
    display: none;
  }
  .seaglass-hero .hero-register-cta .btn,
  .seaglass-hero .hero-register-cta .hero-login-btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding-inline: 14px;
  }
  .landing-feature-carousel,
  .landing-seaglass-flow {
    display: none;
  }
  .seaglass-content {
    padding: 48px 0 54px;
  }
  .seaglass-content .section-kicker {
    font-size: 11px;
  }
  .seaglass-results-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .seaglass-public-track .home-body {
    min-height: 168px;
  }
}

@media (max-width: 640px) {
  body:has(.lake-hero) .web-nav.landing-nav,
  body:has(.lake-hero) .web-nav.landing-nav.nav-scrolled,
  .web-nav.landing-nav.lake-nav,
  .web-nav.landing-nav.lake-nav.nav-scrolled {
    min-height: calc(68px + env(safe-area-inset-top, 0px));
    padding: env(safe-area-inset-top, 0px) max(18px, env(safe-area-inset-right, 0px)) 0 max(18px, env(safe-area-inset-left, 0px));
    color: var(--lake-ink);
    background: color-mix(in srgb, var(--lake-page) 88%, transparent);
    border-bottom-color: color-mix(in srgb, var(--lake-ink) 9%, transparent);
    box-shadow: 0 8px 24px rgb(var(--rgb-ink) / .04);
    backdrop-filter: blur(22px) saturate(112%);
  }

  body:has(.lake-hero) .landing-nav .brand,
  .web-nav.lake-nav .brand {
    width: auto;
    min-width: 0;
    flex-basis: auto;
    color: var(--lake-ink);
    font-size: 17px;
  }

  .velle-lockup--header .velle-wordmark {
    font-size: 32px;
  }

  body:has(.lake-hero) .mobile-nav-toggle,
  .web-nav.lake-nav .mobile-nav-toggle {
    width: 40px;
    height: 40px;
    color: var(--lake-ink);
    border: 1px solid color-mix(in srgb, var(--lake-ink) 11%, transparent);
    border-radius: var(--radius-xs);
    background: color-mix(in srgb, var(--lake-page) 56%, transparent);
  }

  body:has(.lake-hero) .mobile-nav-toggle:hover,
  body:has(.lake-hero) .mobile-nav-toggle:focus-visible,
  .web-nav.lake-nav .mobile-nav-toggle:hover,
  .web-nav.lake-nav .mobile-nav-toggle:focus-visible {
    border-color: color-mix(in srgb, var(--lake-ink) 20%, transparent);
    background: color-mix(in srgb, var(--lake-page) 84%, transparent);
  }

  .web-nav.lake-nav .mobile-nav-dialog[open] {
    display: flex;
    flex-direction: column;
  }

  .web-nav.lake-nav .mobile-nav-links {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .web-nav.lake-nav .mobile-nav-auth {
    width: min(100%, 240px);
    align-self: center;
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
  }

  .web-nav.lake-nav .mobile-nav-links .desktop-auth-link:not(.btn) {
    min-height: 48px;
    justify-content: center;
    margin-top: 0;
    color: var(--lake-ink);
    border: 1px solid color-mix(in srgb, var(--lake-ink) 17%, transparent);
    border-radius: var(--radius-sm);
    background: color-mix(in srgb, var(--lake-page) 82%, white);
    font-size: 14px;
  }

  .web-nav.lake-nav .mobile-nav-links .btn.desktop-auth-link {
    min-height: 48px;
    justify-content: center;
    margin: 4px 0 0;
    color: var(--color-white);
    border: 0;
    border-radius: var(--radius-sm);
    background: var(--lake-accent);
    font-size: 14px;
  }

  .lake-story [data-lake-panel]:not(.lake-hero) {
    min-height: 88svh;
    content-visibility: visible;
    contain-intrinsic-size: none;
    transition: opacity .22s linear;
  }

  .lake-hero-scroll-shell {
    position: relative;
    display: block;
    height: auto;
  }

  .landing-hero.lake-hero {
    --mobile-hero-reveal: 1;
    --mobile-logo-offset: 0px;
    --mobile-logo-scale: 1;
    transition: none;
    position: relative;
    min-height: 100svh;
    height: auto;
    max-height: none;
    align-items: stretch;
    padding: 0 max(20px, env(safe-area-inset-right, 0px)) 0 max(20px, env(safe-area-inset-left, 0px));
    color: var(--lake-ink);
    background-color: color-mix(in srgb, var(--lake-page) 88%, var(--lake-mid));
    background-image:
      radial-gradient(
        ellipse 72% 34% at -12% 13%,
        color-mix(in srgb, var(--lake-mist-b) 29%, transparent) 0%,
        color-mix(in srgb, var(--lake-top) 16%, transparent) 56%,
        transparent 82%
      ),
      radial-gradient(
        ellipse 68% 32% at 112% 15%,
        color-mix(in srgb, var(--lake-mist-b) 26%, transparent) 0%,
        color-mix(in srgb, var(--lake-top) 15%, transparent) 58%,
        transparent 84%
      ),
      radial-gradient(
        ellipse 152% 28% at 50% 108%,
        color-mix(in srgb, var(--lake-mist-a) 17%, var(--lake-page)) 0%,
        color-mix(in srgb, var(--lake-mist-b) 7%, var(--lake-page)) 58%,
        transparent 86%
      ),
      linear-gradient(
        180deg,
        color-mix(in srgb, var(--lake-page) 76%, var(--lake-mid)) 0%,
        color-mix(in srgb, var(--lake-page) 90%, var(--lake-mid)) 25%,
        var(--lake-page) 44%,
        var(--lake-page) 72%,
        color-mix(in srgb, var(--lake-page) 92%, var(--lake-mid)) 100%
      );
  }

  .landing-hero.lake-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    width: auto;
    height: 210px;
    display: block;
    pointer-events: none;
    background: radial-gradient(
      ellipse 92% 110% at 50% 0,
      color-mix(in srgb, var(--lake-mist-b) 27%, transparent) 0%,
      color-mix(in srgb, var(--lake-top) 16%, transparent) 52%,
      transparent 82%
    );
    filter: none;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .landing-hero.lake-hero::after {
    inset: auto 0 0;
    z-index: 1;
    width: auto;
    height: 54%;
    display: block;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      color-mix(in srgb, var(--lake-page) 16%, transparent) 30%,
      color-mix(in srgb, var(--lake-page) 48%, transparent) 58%,
      color-mix(in srgb, var(--lake-page) 82%, transparent) 76%,
      var(--lake-page) 86%,
      var(--lake-page) 100%
    );
    filter: none;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .lake-flow-field {
    display: none;
  }

  .lake-hero-grid {
    width: 100%;
    min-height: 100svh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(94px + env(safe-area-inset-top, 0px)) 0 max(54px, env(safe-area-inset-bottom, 0px));
    text-align: center;
  }

  .lake-hero-copy {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
  }

  .lake-brand-stage {
    width: min(260px, calc(100vw - 72px));
    height: auto;
    margin-bottom: 30px;
    transform: translateY(var(--mobile-logo-offset)) scale(var(--mobile-logo-scale));
    transform-origin: center;
    will-change: auto;
  }

  .velle-lockup--hero .velle-wordmark {
    font-size: clamp(48px, 13vw, 58px);
  }

  .lake-hero-conversion {
    opacity: 1 !important;
    pointer-events: auto;
    transform: none !important;
    will-change: auto;
  }

  .lake-hero.is-mobile-hero-interactive .lake-hero-conversion {
    pointer-events: auto;
  }

  .lake-hero.is-visual-active .lake-brand-stage {
    will-change: transform;
  }

  .lake-hero.is-visual-active .lake-hero-conversion {
    will-change: opacity, transform;
  }

  .lake-hero-copy h1 {
    margin-inline: auto;
    color: color-mix(in srgb, var(--lake-ink) 96%, var(--lake-accent));
    max-width: 100%;
    font-size: clamp(40px, 12.7vw, 52px);
    line-height: 1.05;
    font-weight: 525;
    letter-spacing: -.022em;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .hero-phrase-lead,
  .hero-phrase-arrival {
    display: inline-block;
  }

  .lake-hero-description {
    width: min(390px, calc(100% - 24px));
    max-width: none;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    text-wrap: initial;
  }

  .lake-hero-description span {
    display: block;
    white-space: nowrap;
  }

  .lake-hero-actions {
    width: min(100%, 240px);
    min-height: 52px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 30px auto 0;
  }

  body:has(.lake-hero) .lake-hero-actions .lake-primary-action {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    display: inline-flex;
    padding-inline: 22px;
    font-size: 16px;
  }

  .lake-hero-actions .lake-mobile-login {
    display: none;
  }

  .lake-story [data-lake-panel].lake-benefits {
    min-height: 78svh;
    padding: 48px 20px 26px;
  }

  .lake-benefits > .container,
  .lake-public > .container {
    width: 100%;
  }

  .lake-value-intro {
    margin-bottom: 26px;
  }

  .lake-value-intro h2 {
    font-size: 34px;
    line-height: 1.08;
    white-space: normal;
    text-wrap: balance;
  }

  .lake-value-cards {
    width: min(84vw, 320px);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;
    margin-inline: auto;
  }

  .lake-value-cards article {
    min-height: 196px;
    height: 100%;
    grid-template-rows: auto auto;
    row-gap: 14px;
    padding: 28px 24px;
  }

  .lake-value-cards h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.22;
  }

  .lake-value-cards p {
    font-size: 15px;
    line-height: 1.5;
  }

  .lake-story [data-lake-panel].lake-public {
    min-height: 68svh;
    padding: 44px 14px 18px;
  }

  .lake-story [data-lake-panel].lake-public.is-empty {
    min-height: 44svh;
  }

  .lake-results-header {
    align-items: end;
    gap: 12px;
    margin-bottom: 20px;
  }

  .lake-results-header h2 {
    font-size: 29px;
  }

  .lake-results-header .text-link {
    flex: 0 0 auto;
    padding-bottom: 0;
    font-size: 13px;
    white-space: nowrap;
  }

  .lake-public-carousel .public-results-viewport {
    width: calc(100% - 28px);
    margin: 0 14px -10px;
    padding-bottom: 10px;
  }

  .landing-results.lake-public-track {
    align-items: stretch;
    gap: 14px;
  }

  .lake-public-track .home-card {
    flex-basis: 100%;
    min-height: 360px;
    aspect-ratio: auto;
    grid-template-rows: auto 1fr;
    align-self: stretch;
    box-shadow: none;
  }

  .lake-public-track .home-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .lake-public-track .home-media .home-img {
    height: 100%;
    min-height: 0;
  }

  .lake-public-track .home-body {
    min-height: 0;
    padding: 18px 18px 21px;
  }

  body:has(.lake-hero) .lake-public-track .home-title {
    font-size: 20px;
  }

  body:has(.lake-hero) .lake-public-track .home-location,
  body:has(.lake-hero) .lake-public-track .home-meta {
    font-size: 14px;
  }

  body:has(.lake-hero) .lake-public-track .home-price {
    font-size: 18px;
  }

  .lake-public-carousel .public-carousel-arrow {
    width: 40px;
    height: 52px;
    font-size: 36px;
  }

  .lake-public-carousel .public-carousel-arrow[data-public-prev] {
    left: -12px;
  }

  .lake-public-carousel .public-carousel-arrow[data-public-next] {
    right: -12px;
  }

  .lake-story [data-lake-panel].lake-app-promo {
    min-height: 60svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 52px 24px max(180px, 28svh);
    text-align: center;
  }

  .lake-app-copy {
    max-width: 330px;
  }

  .lake-app-copy h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 1.08;
  }

  .lake-app-copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  .lake-desktop-app-link {
    display: none;
  }

  .lake-mobile-store-link {
    width: min(100%, 208px);
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 9px 16px;
    color: var(--lake-ink);
    border: 1px solid rgb(var(--rgb-ink) / .22);
    border-radius: var(--radius-md);
    background: rgb(var(--rgb-surface) / .72);
    box-shadow: 0 8px 20px rgb(var(--rgb-ink) / .07);
    font-size: 14px;
    font-weight: 620;
    text-decoration: none;
  }
}

@media (max-width: 640px) {
  .web-nav {
    min-height: 66px;
    padding: 0 18px;
    align-items: center;
    flex-direction: row;
  }
  .web-nav.landing-nav {
    background: rgba(8,30,20,.68);
    border-bottom: 1px solid rgb(var(--rgb-white) / .10);
    box-shadow: 0 12px 34px rgb(var(--rgb-black) / .14);
    backdrop-filter: blur(18px) saturate(128%);
  }
  .web-nav.landing-nav.nav-scrolled {
    background: rgba(8,30,20,.82);
    border-bottom-color: rgb(var(--rgb-white) / .12);
    box-shadow: 0 14px 34px rgb(var(--rgb-black) / .18);
  }
  .brand {
    font-size: 20px;
    font-weight: 820;
    letter-spacing: 0;
  }
  .landing-nav .brand {
    color: rgb(var(--rgb-white) / .96);
  }
  .nav-links {
    display: none;
  }
  .mobile-nav-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #243a40;
    cursor: pointer;
  }
  .mobile-nav-toggle span {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: currentColor;
  }
  .mobile-nav-head {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: var(--lake-ink);
    border-bottom: 1px solid color-mix(in srgb, var(--lake-ink) 10%, transparent);
  }
  .mobile-nav-head .velle-lockup--header {
    color: var(--lake-ink);
  }
  .mobile-nav-close {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--lake-ink);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .mobile-nav-dialog:focus,
  .mobile-nav-close:focus:not(:focus-visible) {
    outline: none;
  }
  .mobile-nav-dialog {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(92vw, 360px);
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
    max-height: none;
    margin: 0;
    padding: max(20px, env(safe-area-inset-top, 0px)) 20px max(24px, env(safe-area-inset-bottom, 0px));
    border: 0;
    border-left: 1px solid color-mix(in srgb, var(--lake-ink) 10%, transparent);
    background: color-mix(in srgb, var(--lake-page) 96%, white);
    color: var(--lake-ink);
    box-shadow: -22px 0 48px rgb(var(--rgb-black) / .16);
    overflow-y: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 180ms ease, transform 220ms ease, display 220ms allow-discrete;
  }
  .mobile-nav-dialog[open] {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateX(0);
  }
  .mobile-nav-dialog.is-closing {
    opacity: 0;
    transform: translateX(100%);
  }
  @starting-style {
    .mobile-nav-dialog[open] {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .mobile-nav-dialog::backdrop {
    background: rgb(6 25 33 / 36%);
    backdrop-filter: blur(3px);
    transition: background 180ms ease;
  }
  .mobile-nav-dialog.is-closing::backdrop {
    background: transparent;
  }
  .mobile-nav-dialog form {
    margin: 0;
  }
  .mobile-nav-links {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
  }
  .mobile-nav-links .nav-main-group,
  .mobile-nav-links .nav-account-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mobile-nav-links .nav-account-group {
    margin-top: auto;
    border-top: 1px solid color-mix(in srgb, var(--lake-ink) 10%, transparent);
    padding-top: 14px;
  }
  .mobile-nav-auth {
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
  }
  .mobile-nav-links a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 0;
    border-radius: var(--radius-sm);
    color: var(--lake-ink);
    background: transparent;
    font-size: 15px;
    font-weight: 680;
    text-decoration: none;
  }
  .mobile-nav-links a:not(.btn):hover,
  .mobile-nav-links a:not(.btn):focus-visible {
    background: color-mix(in srgb, var(--lake-accent) 8%, transparent);
  }
  .mobile-nav-links .btn {
    justify-content: center;
    border: 0;
    color: var(--color-white);
    background: var(--lake-accent);
  }
  .mobile-nav-links .logout-link {
    justify-content: center;
    margin-top: 8px;
    border: 1px solid var(--color-danger-vivid);
    color: var(--color-white);
    background: var(--color-danger-vivid);
  }
  .mobile-nav-links .logout-link:hover,
  .mobile-nav-links .logout-link:focus-visible {
    border-color: var(--color-danger-strong);
    color: var(--color-white);
    background: var(--color-danger-strong);
  }
  body:has(.seaglass-hero) .mobile-nav-toggle,
  .web-nav.seaglass-nav .mobile-nav-toggle {
    color: #243a40;
  }
  .mobile-nav-links .desktop-auth-link { display: flex !important; }
  .desktop-app-promo { display: none; }
  .home-feature-options {
    grid-template-columns: 1fr;
  }
  .home-feature-group {
    padding: 22px 0;
  }
  .home-feature-group-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .home-feature-options {
    gap: 7px;
  }
  .home-feature-option {
    min-height: 40px;
    max-width: 100%;
  }
  .hero-register-cta { display: none; }
  .seaglass-hero .hero-register-cta:not([hidden]) {
    display: flex;
  }
  .hero { min-height: auto; padding-top: 24px; }
  .hero h1 { font-size: 34px; }
  .landing-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 124px 0 28px;
    align-items: end;
    color: var(--color-success-surface-soft);
  }
  .landing-hero::before {
    inset: -24%;
    background:
      radial-gradient(ellipse at 16% 28%, rgba(47,170,105,.19) 0 18%, transparent 48%),
      radial-gradient(ellipse at 76% 24%, rgba(31,131,83,.17) 0 16%, transparent 44%),
      radial-gradient(ellipse at 48% 82%, rgba(2,35,22,.44) 0 18%, transparent 48%),
      linear-gradient(116deg, rgba(1,18,12,.95), rgba(9,64,42,.84) 48%, rgba(3,31,21,.92));
    filter: blur(26px) saturate(112%);
    opacity: .98;
    animation: mobileGreenSwell 24s ease-in-out infinite alternate;
  }
  .landing-hero::after {
    inset: -18%;
    background:
      linear-gradient(108deg, transparent 0 24%, rgba(58,190,116,.15) 42%, transparent 62%),
      linear-gradient(246deg, transparent 0 28%, rgba(28,132,82,.12) 48%, transparent 70%);
    background-size: 180% 180%, 220% 220%;
    filter: blur(13px) saturate(108%);
    opacity: .68;
    animation: mobileGreenDrift 20s ease-in-out infinite alternate;
  }
  .landing-hero-shade {
    background:
      radial-gradient(ellipse at 50% 0%, rgba(196,255,225,.10), transparent 36%),
      linear-gradient(92deg, rgba(2,20,14,.72), rgba(9,60,39,.46) 48%, rgba(1,19,13,.62)),
      linear-gradient(180deg, rgba(211,255,233,.08), rgba(1,15,11,.62));
  }
  .landing-hero-shade::before,
  .landing-hero-shade::after {
    opacity: 0;
    animation: none;
  }
  .hero-title-desktop {
    display: none;
  }
  .hero-title-mobile {
    display: inline;
  }
  .hero-desktop-copy {
    display: none;
  }
  .hero-mobile-copy {
    display: block;
    margin: -2px 0 0;
    max-width: 310px;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(236,255,247,.84);
  }
  .hero-kicker {
    color: rgba(212,255,235,.76);
  }
  .market-copy h1 {
    color: var(--color-success-surface-soft);
    font-size: 36px;
    text-shadow: 0 14px 36px rgb(var(--rgb-black) / .22);
  }
  .market-search {
    grid-template-columns: 1fr;
    border-color: rgba(213,255,237,.18);
    background:
      linear-gradient(135deg, rgba(5,38,28,.72), rgba(8,72,52,.44)),
      rgb(var(--rgb-white) / .08);
    box-shadow: 0 18px 44px rgb(var(--rgb-black) / .18);
  }
  .market-search-extra {
    display: none !important;
  }
  .market-search label {
    color: rgba(236,255,247,.84);
  }
  .market-search input,
  .market-search select {
    border-color: rgba(213,255,237,.22);
    background: rgb(var(--rgb-white) / .94);
    color: #102f27;
  }
  .market-price-wrap input {
    padding-right: 74px;
  }
  .market-price-suffix {
    position: absolute;
    right: 14px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    height: 1em;
    color: rgba(16,47,39,.58);
    font-size: 14px;
    font-weight: 760;
    pointer-events: none;
    transform: translateY(-50%);
  }
  .hero-photo, .hero-photo img { min-height: 260px; height: 260px; }
  .search-grid, .cards, .dash-grid, .fact-grid, .option-grid, .form-grid, .action-grid, .landing-results, .quick-panel-grid { grid-template-columns: 1fr; }
  .property-detail-page {
    padding-top: 0;
  }
  .property-visual {
    width: calc(100% + 32px);
    margin-inline: -16px;
  }
  .property-gallery {
    height: auto;
    aspect-ratio: 4 / 3;
    border: 0;
    border-radius: 0;
    border-block: 0;
    background: var(--color-white);
    box-shadow: none;
  }
  .property-breadcrumb {
    display: none;
  }
  .property-gallery-main {
    height: 100%;
    aspect-ratio: 4 / 3;
    border-block: 0;
    background: var(--color-white);
    box-shadow: none;
  }
  .property-gallery-main img {
    display: block;
    border: 0;
    outline: 0;
    object-fit: cover;
  }
  .property-gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .property-gallery-nav.prev {
    left: 10px;
  }
  .property-gallery-nav.next {
    right: 10px;
  }
  .property-gallery-all {
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: 14px;
    height: 38px !important;
    padding: 0 12px !important;
  }
  .property-topbar {
    inset: max(16px, env(safe-area-inset-top, 0px)) max(18px, env(safe-area-inset-right, 0px)) auto max(18px, env(safe-area-inset-left, 0px));
  }
  .property-back-link {
    min-height: 40px;
    padding-inline: 12px;
  }
  .property-overflow summary {
    width: 40px;
    height: 40px;
  }
  .property-intro {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 13px;
    width: 100%;
    padding: 28px 0 19px;
    text-align: left;
  }
  .property-heading {
    justify-items: start;
  }
  .property-heading h1,
  .property-heading h2 {
    font-size: 28px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .property-heading p {
    margin-top: 8px;
    font-size: 14px;
  }
  .property-price {
    min-width: 0;
    align-items: flex-start;
    justify-content: start;
  }
  .property-price strong {
    font-size: 23px;
  }
  .property-key-facts {
    grid-column: 1;
    grid-row: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
    gap: 9px 22px;
    margin-top: 1px;
    padding: 2px 0 0;
    background: transparent;
  }
  .property-key-facts div {
    flex: 0 0 auto;
    min-width: 0;
    padding: 0;
  }
  .property-key-facts strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .property-section {
    padding: 19px 0;
  }
  .property-section h2,
  .property-similar-head h2 {
    font-size: 18px;
    text-align: left;
  }
  .property-description {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }
  .property-data-grid dt { font-size: 14px; }
  .property-data-grid dd { font-size: 15px; }
  .property-data-grid div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .property-lightbox {
    padding: 0;
  }
  .property-lightbox-panel {
    height: 100%;
    border-radius: 0;
    padding: 0;
  }
  .property-lightbox-top {
    align-items: start;
  }
  .property-lightbox-grid {
    gap: 18px;
    padding: calc(env(safe-area-inset-top, 0px) + 18px) 12px calc(env(safe-area-inset-bottom, 0px) + 24px);
  }
  .property-lightbox-grid button {
    width: 100%;
  }
  .property-viewer-panel {
    padding: 58px 12px 74px;
  }
  .property-viewer-close {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    right: 12px;
  }
  .property-viewer-count {
    top: calc(env(safe-area-inset-top, 0px) + 18px);
  }
  .property-viewer-nav {
    width: 34px;
    height: 58px;
    font-size: 48px;
  }
  .property-viewer-nav.prev {
    left: 10px;
  }
  .property-viewer-nav.next {
    right: 10px;
  }
  .property-viewer-zoom {
    display: none;
  }
  .settings-page { padding-top: 14px; }
  .settings-content-simple {
    width: min(100% - 24px, 760px);
  }
  .settings-sidebar {
    display: none;
  }
  .settings-shell {
    display: block;
  }
  .settings-hero,
  .settings-section-head,
  .settings-ticket,
  .settings-toggle {
    align-items: start;
    flex-direction: column;
  }
  .settings-hero h1 { font-size: 29px; }
  .settings-nav-list,
  .settings-action-grid,
  .settings-form-grid,
  .settings-split-card {
    grid-template-columns: 1fr;
  }
  .settings-row {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }
  .settings-edit-row > summary.settings-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px 16px;
  }
  .settings-unified-panel .settings-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 64px;
    padding: 13px 16px;
  }
  .settings-unified-panel .settings-row > em {
    min-width: 66px;
    min-height: 30px;
    padding-inline: 10px;
  }
  .settings-edit-row .settings-inline-form {
    padding: 4px 16px 18px;
  }
  .settings-row strong,
  .settings-row small,
  .settings-row em {
    white-space: normal;
  }
  .settings-row em {
    max-width: none;
  }
  .settings-title {
    align-items: start;
    flex-direction: column;
  }
  .settings-title h1 {
    font-size: 30px;
  }
  .settings-control {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .settings-control .btn {
    width: 100%;
  }
  .settings-form-footer {
    justify-content: stretch;
  }
  .settings-form-footer .btn,
  .settings-password-form .btn {
    width: 100%;
  }
  .settings-section-head p,
  .settings-panel > .settings-row small,
  .settings-panel > .link-row small {
    display: none;
  }
  .settings-section {
    gap: 7px;
  }
  .settings-section-head h2 {
    margin-bottom: 0;
  }
  .settings-panel > .settings-row,
  .settings-panel > .link-row {
    min-height: 58px;
    padding-block: 12px;
  }
  .settings-account-panel > .settings-row small,
  .settings-account-panel > .settings-control-row small {
    display: block;
  }
  .settings-account-panel .settings-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
  .settings-notification-form .settings-toggle {
    align-items: center;
    flex-direction: row;
  }
  .settings-notification-footer {
    padding-inline: 16px;
  }
  .marketplace-heading, .marketplace-toolbar { align-items: start; flex-direction: column; }
  .marketplace-heading h1 { font-size: 26px; }
  .selections-page {
    width: min(100% - 24px, 920px);
    gap: 18px;
    padding-block: 20px 34px;
  }
  .selections-tabs {
    width: 100%;
  }
  .desktop-filter-card {
    display: none;
  }
  .mobile-filter-trigger {
    display: flex;
    left: auto;
    right: auto;
    width: 65%;
    min-height: 56px;
    margin: 0 auto;
  }
  .mobile-filter-body {
    gap: 20px;
    padding: 20px 18px 28px;
  }
  .mobile-filter-body .marketplace-filter-section + .marketplace-filter-section {
    margin-top: 9px;
  }
  .feed-shortcuts {
    display: none;
  }
  .mobile-watch-actions {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgb(var(--rgb-line) / .9);
    border-radius: var(--radius-lg);
    background: rgb(var(--rgb-surface) / .92);
  }
  .mobile-watch-actions > span {
    color: var(--ink);
    font-size: 14px;
    font-weight: 720;
  }
  .mobile-watch-actions > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .mobile-watch-actions .btn {
    min-height: 40px;
  }
  .filter-chip {
    min-height: 44px;
    padding: 0 12px;
  }
  .area-chip,
  .amenity-chip {
    min-height: 42px;
  }
  .house-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .house-type-chip {
    min-height: 44px;
  }
  input,
  select,
  textarea,
  .location-picker-row [data-location-toggle] {
    font-size: 16px;
  }
  .location-picker-modal {
    align-items: end;
    place-items: end stretch;
  }
  .location-picker-backdrop {
    opacity: 0;
    background: rgb(var(--rgb-overlay-ink) / .24);
    backdrop-filter: blur(3px);
    transition: opacity .22s ease;
  }
  .location-picker-sheet {
    width: 100%;
    height: calc(100svh - 28px);
    max-height: calc(100svh - 28px);
    border-radius: var(--radius-dialog) var(--radius-dialog) 0 0;
    border-bottom: 0;
    background: var(--color-white);
    box-shadow: 0 -18px 44px rgb(var(--rgb-ink) / .24);
    transform: translateY(102%);
    transition: transform .27s cubic-bezier(.22, .76, .24, 1);
  }
  .location-picker-modal.is-open .location-picker-backdrop {
    opacity: 1;
  }
  .location-picker-modal.is-open .location-picker-sheet {
    transform: translateY(0);
  }
  .location-picker-list {
    min-height: min(420px, 52svh);
  }
  .pagination {
    display: flex;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    gap: 3px;
    overflow: visible;
  }
  .pagination > .pagination-direction,
  .pagination-numbers > a,
  .pagination-numbers > .pagination-current {
    min-width: 34px;
    min-height: 40px;
    padding: 0 6px;
    font-size: 14px;
  }
  .pagination > :first-child,
  .pagination > :last-child {
    width: 44px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
  }
  .pagination > :first-child::before {
    content: "\2039";
    font-size: 22px;
  }
  .pagination > :last-child::before {
    content: "\203A";
    font-size: 22px;
  }
  .pagination .pagination-numbers {
    min-width: 0;
    display: flex;
    gap: 2px;
    justify-content: center;
  }
  .pagination .pagination-current {
    display: inline-flex;
    width: 34px;
    min-width: 34px;
    min-height: 40px;
    padding: 0 6px;
    border-color: color-mix(in srgb, var(--lake-ink) 18%, transparent);
    background: color-mix(in srgb, var(--lake-ink) 7%, transparent);
    color: var(--lake-ink);
    font-size: 14px;
    font-weight: 680;
  }
  .split-fields { grid-template-columns: 1fr; }
  .marketplace-list .home-card { grid-template-columns: 1fr; }
  .marketplace-list .home-media { height: 222px; min-height: 222px; }
  .marketplace-list .home-img { height: 222px; min-height: 222px; }
  .marketplace-results .marketplace-list {
    width: 100%;
    margin-inline: auto;
    gap: 22px;
  }
  body:not(:has(.lake-hero)) .marketplace-results .marketplace-list .home-card {
    width: 100%;
    aspect-ratio: auto;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--lake-ink) 11%, var(--lake-line));
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--lake-card) 92%, var(--lake-page));
    box-shadow: 0 10px 28px rgb(var(--rgb-ink) / .055);
  }
  body:not(:has(.lake-hero)) .marketplace-results .marketplace-list .home-media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
  }
  body:not(:has(.lake-hero)) .marketplace-results .marketplace-list .home-img {
    height: 100%;
    min-height: 0;
  }
  body:not(:has(.lake-hero)) .marketplace-list .home-body {
    min-height: 156px;
    padding: 17px 16px 19px;
    background: transparent;
  }
  .marketplace-results .home-gallery-count {
    height: 26px;
    min-width: 38px;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1px 9px 0;
    border-radius: var(--radius-round);
    font-size: 11px;
    line-height: 1;
  }
  body:not(:has(.lake-hero)) .marketplace-list .home-title {
    font-size: 21px;
  }
  body:not(:has(.lake-hero)) .marketplace-list .home-card-footer {
    gap: 12px;
    padding-top: 16px;
  }
  .search-page { padding-top: 14px; }
  .search-hero-panel h1 { font-size: 27px; }
  .search-filter-form { grid-template-columns: 1fr; }
  .onboarding-steps { grid-template-columns: 1fr; }
  .home-card, .listing-row, .inbox-row { grid-template-columns: 1fr; }
  .messages-shell {
    width: min(100%, calc(100% - 20px));
    min-height: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 24px;
  }
  .messages-list {
    max-height: none;
  }
  .messages-shell:not(.seller-mode):not(.has-active-case) .messages-chat {
    display: none;
  }
  .messages-shell:not(.seller-mode).has-active-case .messages-list {
    display: none;
  }
  .messages-mobile-back {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-bottom: 1px solid rgb(var(--rgb-line) / .78);
    color: var(--accent-strong);
    background: rgb(var(--rgb-surface) / .82);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .conversation-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .conversation-meta {
    grid-column: 2;
    justify-items: start;
  }
  .messages-chat {
    min-height: min(620px, calc(100svh - 96px));
  }
  .messages-chat:has(.messages-mobile-back) {
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .messages-shell.seller-mode {
    width: min(100%, calc(100% - 20px));
    min-height: auto;
    padding: 10px 0 24px;
  }
  .seller-mode .messages-chat {
    min-height: min(620px, calc(100svh - 96px));
    border-radius: 18px;
  }
  .seller-mode .messages-thread {
    gap: 8px;
    padding: 16px 13px;
  }
  .seller-mode .chat-message-stack .message {
    max-width: 84%;
    border-radius: 18px 18px 18px 6px;
    padding: 9px 11px;
    box-shadow: none;
  }
  .seller-mode .chat-message-stack .message.out {
    border-radius: 18px 18px 6px 18px;
  }
  .seller-mode .messages-compose {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom, 0px));
  }
  .seller-mode .messages-compose textarea {
    min-height: 44px;
    max-height: 96px;
    border-radius: 16px;
  }
  .seller-mode .messages-compose .btn {
    width: auto;
    min-width: 74px;
    min-height: 44px;
    border-radius: 14px;
  }
  .support-hero {
    align-items: start;
    flex-direction: column;
  }
  .support-ticket-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .support-ticket-meta {
    grid-column: 2;
    justify-items: start;
    grid-auto-flow: column;
    justify-content: start;
  }
  .inbox-thumb,
  .inbox-thumb-placeholder {
    width: 100%;
    max-height: 210px;
  }
  .seller-chat-window {
    grid-template-columns: 1fr;
  }
  .seller-chat-window img,
  .seller-chat-window .inbox-thumb-placeholder {
    width: 100%;
    max-height: 220px;
  }
  .chat-context {
    grid-template-columns: 1fr;
  }
  .chat-property-card {
    width: min(100%, 280px);
  }
  .chat-compose {
    grid-template-columns: 1fr;
  }
  .chat-compose {
    display: grid;
  }
  .chat-compose .btn {
    width: 100%;
  }
  .messages-compose {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .messages-compose .btn {
    width: auto;
  }
  .chat-message-stack .message {
    max-width: 92%;
  }
  .home-img { height: 210px; min-height: 210px; }
  .app-promo { grid-template-columns: 1fr; justify-items: start; }
  .qr-link { justify-items: start; }
  .listing-thumb { width: 100%; height: 180px; }
  .listing-actions { min-width: 0; }
  .gallery-main { height: 280px; }
  .onboarding-shell, .form-shell { padding: 78px 12px 42px; place-items: start stretch; }
  .onboarding-card, .form-card { width: 100%; padding: 20px; gap: 20px; }
  .onboarding-progress { gap: 8px; }
  .onboarding-stage h1, .form-card-head h1 { font-size: 30px; }
  .stage-copy, .form-card-head p { font-size: 15px; }
  .stage-summary div { grid-template-columns: 1fr; gap: 4px; }
  .summary-house,
  .summary-review,
  .summary-facts,
  .summary-facts.compact {
    grid-template-columns: 1fr;
  }
  .summary-location-line {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .form-footer.summary-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .summary-section {
    padding-top: 16px;
  }
  .summary-detail-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .summary-detail-list {
    grid-template-columns: 1fr;
  }
  .summary-house img {
    max-height: 230px;
  }
  .summary-facts div,
  .summary-facts.compact div:nth-last-child(-n + 4) {
    border-bottom: 0;
  }
  .check-list.columns { grid-template-columns: 1fr; }
  .wide-field { grid-column: auto; }
  .picker-panel {
    inset:
      max(14px, env(safe-area-inset-top, 0px))
      10px
      max(10px, env(safe-area-inset-bottom, 0px));
    z-index: 220;
    width: auto;
    max-height: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    padding: 16px;
    overflow: hidden;
  }
  body.picker-open .picker-panel {
    inset-block-start: max(14px, env(safe-area-inset-top, 0px));
  }
  .picker-search {
    min-height: 42px;
  }
  .picker-list,
  .picker-regions {
    min-height: 0;
    max-height: none;
    overflow-y: auto;
  }
  .picker-panel.hierarchical .picker-list {
    max-height: none;
  }
  .picker-footer {
    margin: 0 -16px -16px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border-default);
    background: var(--color-white);
  }
  .picker-panel .picker-footer .picker-complete {
    width: 100%;
    min-height: 48px;
  }
  .range-filter-slider,
  .single-range-slider {
    --slider-thumb-size: 28px;
    min-height: 44px;
  }
  .range-filter-slider input[type="range"],
  .single-range-slider input[type="range"] {
    height: 44px;
  }
  .image-preview-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .own-home-dashboard {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 4px;
    padding: 8px 0;
    border: 0;
  }
  .own-home-dashboard-head {
    align-items: center;
  }
  .own-home-dashboard-head h1 {
    font-size: 21px;
  }
  .own-home-edit-action {
    display: none;
  }
  .own-home-media-action {
    display: none;
  }
  .own-home-dashboard-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    border: 0;
    background: transparent;
  }
  .own-home-dashboard-stats > div {
    min-height: 54px;
    padding: 8px 9px;
    border: 0;
    background: color-mix(in srgb, var(--lake-card) 72%, transparent);
  }
  .own-home-dashboard-stats strong {
    font-size: 22px;
  }
  .address-privacy-row {
    grid-template-columns: 1fr;
  }
  .address-privacy-toggle {
    width: fit-content;
  }
  .swipe-view-panel { margin-bottom: 150px; }
  .swipe-decision-bar {
    grid-template-columns: 38px minmax(0, 1fr) minmax(0, 1fr) 38px;
    gap: 7px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  }
  .swipe-decision-bar form {
    grid-column: auto;
    grid-row: auto;
  }
  .swipe-decision-bar .swipe-nav-btn {
    width: 38px;
    height: 38px;
  }
  .property-detail-page:has(+ .property-decision-bar),
  .property-detail-page:has(+ .property-preview-bar) {
    padding-bottom: 96px;
  }
  .property-decision-bar {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .form-footer {
    flex-direction: row;
    align-items: center;
  }
  .form-footer .btn {
    width: auto;
    min-width: 0;
    flex: 0 1 auto;
  }
}

@media (max-width: 640px) {
  body:has(.onboarding-shell) .onboarding-shell,
  body:has(.form-shell) .form-shell {
    padding-top: calc(66px + env(safe-area-inset-top, 0px));
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px));
  }

  body:has(.onboarding-shell) .onboarding-card,
  body:has(.form-shell) .form-card {
    min-height: max(0px, min(560px, calc(100svh - 170px)));
    gap: 16px;
    padding: 18px;
  }

  body:has(.onboarding-shell) .form-grid.calm,
  body:has(.form-shell) .form-grid.calm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 16px;
    align-items: start;
  }

  body:has(.onboarding-shell) .form-grid.calm > .wide-field,
  body:has(.form-shell) .form-grid.calm > .wide-field,
  body:has(.onboarding-shell) .form-grid.calm > label:has(> textarea),
  body:has(.form-shell) .form-grid.calm > label:has(> textarea),
  body:has(.onboarding-shell) .criteria-compact-grid > .single-range-filter,
  body:has(.form-shell) .criteria-compact-grid > .single-range-filter {
    grid-column: 1 / -1;
  }

  body:has(.onboarding-shell) .form-grid.calm > label,
  body:has(.form-shell) .form-grid.calm > label {
    min-width: 0;
    gap: 6px;
    color: var(--text-tertiary);
    font-size: 11px;
    font-weight: var(--font-weight-semibold);
  }

  body:has(.onboarding-shell) .form-grid.calm input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="hidden"]),
  body:has(.form-shell) .form-grid.calm input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="hidden"]),
  body:has(.onboarding-shell) .form-grid.calm select,
  body:has(.form-shell) .form-grid.calm select,
  body:has(.onboarding-shell) .form-grid.calm textarea,
  body:has(.form-shell) .form-grid.calm textarea {
    min-height: 46px;
    border-color: color-mix(in srgb, var(--lake-ink) 16%, transparent);
    border-radius: var(--radius-control);
    background: color-mix(in srgb, var(--lake-page) 68%, var(--color-white));
    box-shadow: inset 0 1px 0 rgb(var(--rgb-white) / .7);
    font-weight: var(--font-weight-regular);
  }

  body:has(.onboarding-shell) .onboarding-form > .form-section,
  body:has(.form-shell) .onboarding-form > .form-section {
    min-height: min(54svh, 460px);
    align-content: start;
    padding-block: 14px 22px;
    scroll-margin-top: 76px;
  }

  body:has(.onboarding-shell) .onboarding-form > .form-section + .form-section,
  body:has(.form-shell) .onboarding-form > .form-section + .form-section {
    margin-top: 14px;
  }

  body:has(.onboarding-shell) .web-footer,
  body:has(.form-shell) .web-footer {
    margin-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }

  body:has(.onboarding-shell) .form-footer,
  body:has(.form-shell) .form-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: 10px;
    margin: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--border-default);
    background: rgb(var(--rgb-surface) / .97);
    box-shadow: 0 -12px 28px rgb(var(--rgb-ink) / .10);
    backdrop-filter: blur(14px);
  }

  body:has(.onboarding-shell) .form-footer .btn,
  body:has(.form-shell) .form-footer .btn {
    width: 100%;
    height: 50px;
    min-width: 0;
    min-height: 50px;
    justify-content: center;
    padding-inline: 12px;
    font-size: 13px;
    font-family: var(--font-body);
    font-weight: 650;
    line-height: 1;
    justify-self: stretch;
  }

  .web-nav.lake-nav .mobile-nav-dialog {
    width: min(88vw, 336px);
    padding:
      max(22px, env(safe-area-inset-top, 0px))
      24px
      max(26px, env(safe-area-inset-bottom, 0px));
    border-left-color: color-mix(in srgb, var(--lake-ink) 8%, transparent);
    background: var(--lake-page);
    box-shadow:
      -18px 0 46px rgb(var(--rgb-black) / .14),
      0 max(40px, env(safe-area-inset-bottom, 0px)) 0 var(--color-white);
  }

  body.mobile-nav-open:has(.web-nav.lake-nav) {
    background: var(--color-white);
  }

  .web-nav.lake-nav .mobile-nav-head {
    min-height: 54px;
    padding-bottom: 12px;
  }

  .web-nav.lake-nav .mobile-nav-close {
    width: 38px;
    height: 38px;
    font-size: 27px;
  }

  .web-nav.lake-nav .mobile-nav-links {
    gap: 8px;
    padding-top: 14px;
  }

  .web-nav.lake-nav .mobile-nav-links > a,
  .web-nav.lake-nav .mobile-nav-links .desktop-auth-link:not(.btn),
  .web-nav.lake-nav .mobile-nav-links .logout-link {
    min-height: 55px;
    justify-content: flex-start;
    margin: 0;
    padding: 0 4px;
    border: 0;
    border-radius: 0;
    color: var(--lake-ink);
    background: transparent;
    font-size: 15px;
    font-weight: 620;
  }

  .web-nav.lake-nav .mobile-nav-links > a:not(.btn)::after {
    content: none;
  }

  .web-nav.lake-nav .mobile-nav-links > a:not(.btn):hover,
  .web-nav.lake-nav .mobile-nav-links > a:not(.btn):focus-visible {
    color: var(--lake-accent);
    background: transparent;
  }

  .web-nav.lake-nav .mobile-nav-links .logout-link {
    width: min(100%, 208px);
    min-height: 46px;
    justify-content: center;
    align-self: center;
    margin: auto auto 0;
    padding-inline: 18px;
    color: var(--color-white);
    border: 1px solid var(--color-danger-strong);
    border-radius: var(--radius-sm);
    background: color-mix(in srgb, var(--color-danger-strong) 82%, var(--lake-ink));
    text-align: center;
  }

  .web-nav.lake-nav .mobile-nav-links .btn.desktop-auth-link {
    min-height: 46px;
    justify-content: center;
    margin-top: 12px;
    padding: 0 18px;
    border: 1px solid color-mix(in srgb, var(--lake-accent) 72%, var(--lake-ink));
    border-radius: var(--radius-sm);
    color: var(--color-white);
    background: var(--lake-accent);
    font-size: 14px;
    font-weight: 680;
  }

  .lake-public-carousel .public-carousel-arrow[data-public-prev] {
    left: max(-22px, calc(env(safe-area-inset-left, 0px) - 22px));
  }

  .lake-public-carousel .public-carousel-arrow[data-public-next] {
    right: max(-22px, calc(env(safe-area-inset-right, 0px) - 22px));
  }

  .lake-public-carousel.is-enhanced .public-carousel-arrow {
    display: grid;
    place-items: center;
    z-index: 5;
  }

  .lake-public-carousel .public-carousel-arrow:disabled {
    opacity: .32;
  }

  .web-nav.lake-nav .mobile-nav-links .desktop-auth-link:not(.btn) {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    margin-top: 0;
    padding: 0 18px;
    border: 0;
    border-radius: var(--radius-sm);
    background: color-mix(in srgb, var(--lake-accent) 16%, var(--lake-page));
    box-shadow: none;
  }

  .web-nav.lake-nav .mobile-nav-links .desktop-auth-link:not(.btn)::after {
    content: none;
  }

  .web-nav.lake-nav .mobile-nav-links .btn.desktop-auth-link {
    width: 100%;
    min-height: 52px;
    margin-top: 0;
    border: 0;
  }

  .property-content {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .property-content > .property-section {
    grid-column: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 0;
  }

  .property-content > .property-section:first-child {
    padding-top: 22px;
  }

  .property-section h2 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .property-data-grid,
  .property-data-grid.compact {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .property-data-grid div {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    min-height: 48px;
    padding: 10px 0;
  }

  .property-data-grid dd {
    text-align: left;
    margin: 0;
    overflow-wrap: anywhere;
  }

  .visibility-form .choice-list,
  .amenities-list {
    grid-template-columns: 1fr;
  }

  .property-data-grid dt {
    text-align: left;
  }

  .property-gallery-nav.prev {
    left: max(14px, env(safe-area-inset-left, 0px));
  }

  .property-gallery-nav.next {
    right: max(14px, env(safe-area-inset-right, 0px));
  }

  .property-similar {
    padding-top: 28px;
  }

  .property-similar-head {
    display: grid;
    gap: 5px;
    margin-bottom: 18px;
  }

  .property-similar .result-list {
    gap: 16px;
  }

  body:not(:has(.lake-hero)) .property-similar .home-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 104px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--lake-ink) 10%, var(--lake-line));
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--lake-card) 90%, var(--lake-page));
    box-shadow: 0 8px 22px rgb(var(--rgb-ink) / .045);
  }

  .property-similar .home-media,
  .property-similar .home-img {
    width: 104px;
    height: 104px;
    min-height: 104px;
    border-radius: 0;
    overflow: hidden;
  }

  body:not(:has(.lake-hero)) .property-similar .home-body {
    min-height: 104px;
    padding: 9px 12px 9px 14px;
  }

  .property-similar .home-location {
    font-size: 11px;
  }

  body:not(:has(.lake-hero)) .property-similar .home-title {
    margin: 3px 0 6px;
    font-size: 16px;
    line-height: 1.18;
  }

  body:not(:has(.lake-hero)) .property-similar .home-meta {
    font-size: 12px;
  }

  body:not(:has(.lake-hero)) .property-similar .home-card-footer {
    margin-top: auto;
    padding-top: 7px;
  }

  body:not(:has(.lake-hero)) .property-similar .home-price {
    font-size: 14px;
  }

  .property-similar .home-cta {
    display: none;
  }

  .public-search-pagination {
    gap: 8px;
    padding: 3px;
  }

  .public-search-pagination > .pagination-direction,
  .public-search-pagination .pagination-numbers > a,
  .public-search-pagination .pagination-numbers > .pagination-current {
    min-width: 34px;
    min-height: 42px;
    padding: 0 6px;
    font-size: 14px;
  }

  .pagination .pagination-direction {
    min-width: 44px;
    min-height: 44px;
    font-size: 0;
  }

  .marketplace-page .container.marketplace-layout {
    width: 100%;
    margin-inline: 0;
    padding-inline: 20px;
    box-sizing: border-box;
  }

  .marketplace-results .marketplace-toolbar {
    align-items: flex-start;
    margin: 0 0 20px;
    padding-inline: 0;
  }

  .marketplace-results .marketplace-toolbar > div {
    display: grid;
    gap: 8px;
  }

  .marketplace-results .marketplace-results-title {
    margin: 0;
  }

  .public-search-pagination > :first-child,
  .public-search-pagination > :last-child {
    width: 44px;
  }
}

@media (max-width: 350px) {
  body:has(.onboarding-shell) .form-grid.calm,
  body:has(.form-shell) .form-grid.calm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .web-nav.lake-nav .mobile-nav-dialog,
  .web-nav.lake-nav .mobile-nav-dialog[open] {
    background-color: var(--color-white) !important;
  }

  .web-nav.lake-nav .mobile-nav-dialog[open] {
    min-height: 100dvh;
  }

  .web-footer .footer-content,
  .web-footer .footer-brand-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .web-footer .footer-content {
    gap: var(--space-md);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
    padding-inline: max(20px, env(safe-area-inset-left)) max(20px, env(safe-area-inset-right));
    box-sizing: border-box;
  }

  .web-footer .footer-brand-copy {
    gap: var(--space-2xs);
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer-language-form {
    width: 100%;
  }

  .footer-language-form select {
    min-width: 0;
    flex: 1 1 auto;
  }
}
@media (max-width: 700px) {
  .auth-card-register {
    width: min(100%, 420px);
    padding: 24px 16px;
  }

  .auth-form-fields {
    gap: 13px;
  }

  .auth-register-step[data-register-step="1"] .auth-form-fields {
    grid-template-columns: 1fr;
  }

  .auth-register-actions {
    gap: 8px;
  }

  .auth-register-actions .btn {
    padding-inline: 12px;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  .landing-hero.lake-hero {
    min-height: max(430px, 100svh);
    height: auto;
  }

  .lake-hero-grid {
    width: min(760px, calc(100% - 48px));
    min-height: max(430px, 100svh);
    padding-top: 72px;
    padding-bottom: 38px;
  }

  .lake-hero-copy {
    max-width: 680px;
  }

  .lake-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(42px, 8.2vw, 64px);
    line-height: 1;
    white-space: normal;
    text-wrap: balance;
  }

  .lake-hero-description {
    max-width: 560px;
    margin-top: 14px;
    font-size: clamp(15px, 2.1vw, 18px);
    line-height: 1.42;
  }

  .lake-hero-actions {
    margin-top: 20px;
  }

  body:has(.lake-hero) .lake-hero-actions .lake-primary-action {
    min-height: 44px;
  }

  .lake-story [data-lake-panel]:not(.lake-hero),
  .lake-benefits,
  .lake-public,
  .lake-app-promo {
    min-height: auto;
  }
}

@media (max-height: 680px) and (min-width: 981px) {
  .lake-hero {
    min-height: 620px;
    height: auto;
  }

  .lake-hero-grid {
    min-height: 620px;
    padding-top: 82px;
    padding-bottom: 42px;
  }
}

@media (max-width: 980px) {
  .support-page .support-hero,
  .support-help-layout,
  .pricing-intro,
  .pricing-option,
  .pricing-clarity {
    grid-template-columns: 1fr;
  }

  .support-page .support-hero {
    align-items: start;
  }

  .support-page .support-create {
    position: static;
    top: auto;
  }

  .pricing-intro,
  .pricing-option,
  .pricing-clarity {
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .support-page {
    gap: 3.5rem;
    padding-top: 2rem;
  }

  .support-page .support-create {
    border-radius: var(--radius-md);
  }

  .support-page .support-ticket-card {
    padding-inline: 16px;
  }

  .support-page .support-inline-history .support-ticket-card {
    padding-inline: 0;
  }

  .pricing-page {
    padding-top: 2rem;
  }

  .pricing-option {
    padding: 20px;
  }

  .pricing-option-features {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .pricing-option-actions .btn {
    width: 100%;
  }

  .pricing-clarity {
    padding-inline: 20px;
  }

  .summary-feature-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
/* The English headline needs two strong lines to match the Finnish lockup. */
html[lang="en"] .lake-hero-copy h1 {
  white-space: normal;
  text-wrap: balance;
  letter-spacing: 0;
  font-size: clamp(4.5rem, 6vw, 7rem);
  max-width: 13ch;
  margin-inline: auto;
}
html[lang="en"] .hero-phrase-lead,
html[lang="en"] .hero-phrase-arrival {
  display: block;
  white-space: normal;
}
html[lang="en"] .lake-hero-description span { white-space: normal; }
@media (max-width: 640px) {
  html[lang="en"] .lake-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(44px, 12.7vw, 52px);
    line-height: 1.02;
  }

  .property-detail-page .property-detail-shell {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .property-detail-page .property-visual {
    width: 100%;
    margin: 0;
  }

  .property-detail-page .property-intro,
  .property-detail-page .property-content,
  .property-detail-page .property-similar {
    width: calc(100% - 40px);
    max-width: none;
    margin-inline: auto;
  }

  .property-detail-page .property-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .property-detail-page .property-description-section {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .property-detail-page .property-section h2 {
    font-size: 20px;
    margin: 0 0 12px;
    text-align: left;
  }

  .property-detail-page .property-data-grid dt,
  .property-detail-page .property-data-grid dd {
    font-size: 15px;
    line-height: 1.5;
  }

  .pagination.public-search-pagination .pagination-direction {
    border: 0;
    background: transparent;
  }
}

/* Keep the landing composition stable between phone and desktop layouts. */
@media (min-width: 641px) and (max-width: 1100px) {
  .landing-hero.lake-hero {
    min-height: max(640px, 100svh);
    height: auto;
  }

  .lake-hero-grid {
    width: min(100% - 48px, 900px);
    min-height: max(640px, 100svh);
    margin-inline: auto;
    padding: 84px 0 48px;
  }

  .lake-hero-copy {
    width: 100%;
    max-width: 860px;
    margin-inline: auto;
  }

  .lake-hero-copy h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(3.35rem, 7.1vw, 5.25rem);
    line-height: .98;
    white-space: normal;
    text-wrap: balance;
  }

  .hero-phrase-lead,
  .hero-phrase-arrival {
    white-space: nowrap;
  }

  html[lang="en"] .lake-hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(3.75rem, 7.2vw, 5.4rem);
  }

  .lake-public {
    padding-inline: 44px;
  }

  .lake-public-track .home-card {
    flex-basis: calc((100% - var(--lake-public-gap)) / 2);
  }

  .lake-public-carousel .public-carousel-arrow[data-public-prev] {
    left: -38px;
  }

  .lake-public-carousel .public-carousel-arrow[data-public-next] {
    right: -38px;
  }
}

@media (min-width: 641px) and (max-width: 760px) {
  .lake-public-carousel .public-results-viewport {
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .lake-public-track .home-card {
    flex-basis: 100%;
  }
}

@media (max-width: 640px) {
  .lake-story [data-lake-panel].lake-public {
    padding-inline: 20px;
  }

  .lake-public-carousel .public-results-viewport {
    width: 100%;
    margin-inline: 0;
  }

  .lake-public-carousel .public-carousel-arrow[data-public-prev] {
    left: 4px;
  }

  .lake-public-carousel .public-carousel-arrow[data-public-next] {
    right: 4px;
  }

  .pagination.public-search-pagination {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 3px;
  }

  .pagination.public-search-pagination .pagination-direction {
    width: 36px;
    min-width: 36px;
    padding: 0;
    color: var(--lake-ink);
    font-size: 0;
    font-weight: 620;
  }

  .pagination.public-search-pagination > :first-child::before,
  .pagination.public-search-pagination > :last-child::before {
    font-size: 22px;
  }

  .pagination.public-search-pagination > :first-child::before {
    content: "\2039";
  }

  .pagination.public-search-pagination > :last-child::before {
    content: "\203A";
  }

  .pagination.public-search-pagination .pagination-current {
    width: auto;
  }

  .pagination.public-search-pagination .pagination-current {
    min-height: 44px;
    padding-inline: 6px;
    color: var(--lake-ink);
    font-size: 14px;
    font-weight: 620;
  }

}
