.auth-screen{gap:var(--auth-spacing-form-gap);width:100%;font-family:var(--auth-font-family);font-size:var(--auth-font-size-base);font-weight:var(--auth-font-weight-body);color:var(--auth-color-text);box-sizing:border-box;flex-direction:column;display:flex}.auth-screen__header{flex-direction:column;gap:.25rem;display:flex}.auth-screen__heading{font-size:var(--auth-font-size-heading);font-weight:var(--auth-font-weight-heading);color:var(--auth-color-text);margin:0}.auth-screen__subtext{font-size:var(--auth-font-size-label);color:var(--auth-color-text-muted);margin:0}.auth-screen__form{gap:var(--auth-spacing-form-gap);flex-direction:column;display:flex}.auth-screen__name-row{gap:var(--auth-spacing-form-gap);grid-template-columns:1fr 1fr;display:grid}.auth-screen__actions{justify-content:flex-start;display:flex}.auth-screen__footer{text-align:center;font-size:var(--auth-font-size-label);color:var(--auth-color-text-muted);margin:0}.auth-guard--dimmed{opacity:.4;pointer-events:none;transition:opacity .2s}.auth-input{flex-direction:column;gap:.375rem;display:flex}.auth-input__label{font-size:var(--auth-font-size-label);font-weight:var(--auth-font-weight-body);color:var(--auth-color-text)}.auth-input__wrapper{align-items:center;display:flex;position:relative}.auth-input__field{width:100%;font-family:var(--auth-font-family);font-size:var(--auth-font-size-base);color:var(--auth-color-text);background:var(--auth-color-surface);border:1px solid var(--auth-color-border);border-radius:var(--auth-radius-input);box-sizing:border-box;outline:none;padding:.625rem .75rem;transition:border-color .15s,box-shadow .15s}.auth-input__field::placeholder{color:var(--auth-color-text-muted)}.auth-input__field:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--auth-color-surface) inset;-webkit-text-fill-color:var(--auth-color-text);caret-color:var(--auth-color-text);transition:background-color 9999s ease-in-out}.auth-input__field:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--auth-color-surface) inset;-webkit-text-fill-color:var(--auth-color-text);caret-color:var(--auth-color-text);transition:background-color 9999s ease-in-out}.auth-input__field:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--auth-color-surface) inset;-webkit-text-fill-color:var(--auth-color-text);caret-color:var(--auth-color-text);transition:background-color 9999s ease-in-out}.auth-input__field:focus{border-color:var(--auth-color-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--auth-color-primary) 20%, transparent)}.auth-input--error .auth-input__field{border-color:var(--auth-color-error)}.auth-input--error .auth-input__field:focus{box-shadow:0 0 0 2px color-mix(in srgb, var(--auth-color-error) 20%, transparent)}.auth-input__toggle{cursor:pointer;color:var(--auth-color-text-muted);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;right:.5rem}.auth-input__toggle:hover{color:var(--auth-color-text)}.auth-input__error{font-size:var(--auth-font-size-label);color:var(--auth-color-error);margin:0}.auth-button{width:100%;font-family:var(--auth-font-family);font-size:var(--auth-font-size-base);font-weight:var(--auth-font-weight-button);border-radius:var(--auth-radius-button);cursor:pointer;box-sizing:border-box;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;line-height:1.5;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s,opacity .15s;display:inline-flex}.auth-button:disabled{opacity:.55;cursor:not-allowed}.auth-button-tooltip-wrapper{display:inline-flex;position:relative}.auth-button-tooltip{white-space:nowrap;color:var(--auth-color-background,#fff);background:var(--auth-color-text,#171717);pointer-events:none;opacity:0;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.auth-button-tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--auth-color-text,#171717);position:absolute;top:100%;left:50%;transform:translate(-50%)}.auth-button-tooltip-wrapper:hover .auth-button-tooltip{opacity:1}.auth-button--primary{background:var(--auth-color-primary);color:var(--auth-color-background)}.auth-button--primary:hover:not(:disabled){background:var(--auth-color-primary-hover)}.auth-button--secondary{color:var(--auth-color-primary);border-color:var(--auth-color-border);background:0 0}.auth-button--secondary:hover:not(:disabled){background:var(--auth-color-surface)}.auth-button--ghost{color:var(--auth-color-primary);background:0 0}.auth-button--ghost:hover:not(:disabled){background:var(--auth-color-surface)}.auth-button--danger{background:var(--auth-color-error);color:#fff}.auth-button--danger:hover:not(:disabled){opacity:.9}.auth-button__label{align-items:center;gap:.5rem;display:inline-flex}.auth-button--loading .auth-button__label{opacity:.6}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-button__spinner{animation:.8s linear infinite auth-spin}.auth-alert{font-size:var(--auth-font-size-label);border-radius:var(--auth-radius-input);padding:.75rem 1rem;line-height:1.5}.auth-alert--error{background:color-mix(in srgb, var(--auth-color-error) 10%, transparent);color:var(--auth-color-error);border:1px solid color-mix(in srgb, var(--auth-color-error) 25%, transparent)}.auth-alert--success{background:color-mix(in srgb, var(--auth-color-success) 10%, transparent);color:var(--auth-color-success);border:1px solid color-mix(in srgb, var(--auth-color-success) 25%, transparent)}.auth-alert--info{background:color-mix(in srgb, var(--auth-color-primary) 10%, transparent);color:var(--auth-color-primary);border:1px solid color-mix(in srgb, var(--auth-color-primary) 25%, transparent)}.auth-alert--warning{background:color-mix(in srgb, var(--auth-color-warning,#d97706) 10%, transparent);color:var(--auth-color-warning,#d97706);border:1px solid color-mix(in srgb, var(--auth-color-warning,#d97706) 25%, transparent)}.auth-link{font-family:var(--auth-font-family);font-size:inherit;font-weight:var(--auth-font-weight-button);color:var(--auth-color-primary);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none;display:inline}.auth-link:hover{text-decoration:underline}.auth-divider{color:var(--auth-color-text-muted);font-size:var(--auth-font-size-label);align-items:center;gap:1rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--auth-color-border);flex:1;height:1px}.auth-checkbox__label{font-size:var(--auth-font-size-label);color:var(--auth-color-text);cursor:pointer;align-items:flex-start;gap:.5rem;display:flex}.auth-checkbox__input{accent-color:var(--auth-color-primary);cursor:pointer;margin:.125rem 0 0}.auth-checkbox__text{line-height:1.4}.auth-checkbox__text a{color:var(--auth-color-primary);text-decoration:underline}.auth-checkbox__error{font-size:var(--auth-font-size-label);color:var(--auth-color-error);margin:.25rem 0 0}.auth-logo{justify-content:flex-start;display:flex}.auth-logo__image{height:var(--auth-logo-height);object-fit:contain}.auth-social-buttons{flex-direction:column;gap:.5rem;display:flex}.auth-social-button{width:100%;font-family:var(--auth-font-family);font-size:var(--auth-font-size-base);font-weight:var(--auth-font-weight-body);color:var(--auth-color-text);background:var(--auth-color-background);border:1px solid var(--auth-color-border);border-radius:var(--auth-radius-button);cursor:pointer;box-sizing:border-box;justify-content:center;align-items:center;gap:.625rem;padding:.625rem 1rem;transition:background-color .15s,border-color .15s;display:inline-flex}.auth-social-button:hover:not(:disabled){background:var(--auth-color-surface);border-color:var(--auth-color-text-muted)}.auth-social-button:disabled{opacity:.55;cursor:not-allowed}.auth-social-button__icon{flex-shrink:0}.auth-card{font-family:var(--auth-font-family);color:var(--auth-color-text);background:var(--auth-color-background);border-radius:var(--auth-radius-card);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.auth-card__form{width:100%;max-width:480px;padding:var(--auth-spacing-padding);box-sizing:border-box}.auth-card--split{border-radius:0;grid-template-columns:1fr 1fr;justify-content:stretch;align-items:stretch;display:grid}.auth-card--split .auth-card__hero{display:flex}.auth-card--split .auth-card__form{justify-content:center;align-items:center;max-width:none;padding:3rem;display:flex}.auth-card--split .auth-card__form>*{width:100%;max-width:480px}.auth-hero-panel{background-color:var(--auth-color-surface);box-sizing:border-box;background-repeat:no-repeat;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2.5rem;display:flex;position:relative;overflow:hidden}.auth-hero-panel__overlay{position:absolute;inset:0}.auth-hero-panel__body{z-index:1;flex-direction:column;gap:.75rem;display:flex;position:relative}.auth-hero-panel__heading{font-size:2rem;font-weight:var(--auth-font-weight-heading);color:var(--auth-color-text);margin:0;line-height:1.2}.auth-hero-panel__description{font-size:var(--auth-font-size-base);color:var(--auth-color-text-muted);max-width:400px;margin:0;line-height:1.6}.auth-hero-panel__content{margin-top:.5rem}.auth-flow-button__trigger{width:auto}.auth-overlay{z-index:999;background:var(--auth-color-overlay,#00000080);opacity:0;transition:opacity var(--auth-drawer-duration,.3s) ease;position:fixed;inset:0}.auth-overlay--visible{opacity:1}.auth-drawer{z-index:1000;background:var(--auth-color-background);font-family:var(--auth-font-family);color:var(--auth-color-text);box-sizing:border-box;transition:transform var(--auth-drawer-duration,.3s) cubic-bezier(.32, .72, 0, 1);flex-direction:column;display:flex;position:fixed;overflow-y:auto}@media (prefers-reduced-motion:reduce){.auth-drawer,.auth-overlay{transition-duration:.01ms}}.auth-drawer--right{width:var(--auth-drawer-width,420px);max-width:100vw;height:100vh;top:0;right:0;transform:translate(100%)}.auth-drawer--right.auth-drawer--open{transform:translate(0)}.auth-drawer--right.auth-drawer--closing{transform:translate(100%)}.auth-drawer--left{width:var(--auth-drawer-width,420px);max-width:100vw;height:100vh;top:0;left:0;transform:translate(-100%)}.auth-drawer--left.auth-drawer--open{transform:translate(0)}.auth-drawer--left.auth-drawer--closing{transform:translate(-100%)}.auth-drawer--bottom{max-height:var(--auth-drawer-max-height,92vh);border-radius:var(--auth-radius-drawer) var(--auth-radius-drawer) 0 0;bottom:0;left:0;right:0;transform:translateY(100%)}.auth-drawer--bottom.auth-drawer--open{transform:translateY(0)}.auth-drawer--bottom.auth-drawer--closing{transform:translateY(100%)}.auth-drawer__close{z-index:1;cursor:pointer;width:2rem;height:2rem;color:var(--auth-color-text-muted);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex;position:absolute;top:.75rem;right:.75rem}.auth-drawer__close:hover{color:var(--auth-color-text);background:var(--auth-color-surface)}.auth-drawer__content{padding:var(--auth-spacing-padding);flex:1;padding-top:3rem;overflow-y:auto}.property-badge{font-family:var(--auth-font-family,system-ui, sans-serif);text-transform:uppercase;letter-spacing:.04em;border-radius:.1875rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;line-height:1.4;display:inline-block}.property-badge--available-now{color:#fff;background:#16a34a}.property-badge--available-from{color:#fff;background:#2563eb}.property-badge--let-agreed,.property-badge--let,.property-badge--under-offer{color:#fff;background:#dc2626}.property-badge--unavailable{color:#fff;background:#9ca3af}.property-carousel{background:var(--auth-color-surface,#f5f5f5);width:100%;height:100%;min-height:240px;position:relative;overflow:hidden}.property-carousel--empty{justify-content:center;align-items:center;display:flex}.property-carousel__placeholder{height:100%;color:var(--auth-color-text-muted,#737373);font-size:var(--auth-font-size-label,.875rem);background:var(--auth-color-surface,#f5f5f5);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.property-carousel__placeholder:before{content:"";opacity:.5;background-color:currentColor;width:2rem;height:2rem;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") 50%/contain no-repeat}.property-carousel__slide{object-fit:cover;width:100%;height:100%;display:block}.property-carousel__badge{z-index:2;position:absolute;bottom:.75rem;left:.75rem}.property-carousel__prev,.property-carousel__next{z-index:2;background:color-mix(in srgb, var(--auth-color-background,#fff) 85%, transparent);cursor:pointer;width:2rem;height:2rem;color:var(--auth-color-text,#171717);opacity:0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.property-carousel:hover .property-carousel__prev,.property-carousel:hover .property-carousel__next{opacity:1}.property-carousel__prev{left:.5rem}.property-carousel__next{right:.5rem}.property-carousel__prev:hover,.property-carousel__next:hover{background:var(--auth-color-background,#fff)}.property-carousel__counter{z-index:2;color:#fff;font-family:var(--auth-font-family,system-ui, sans-serif);background:#0009;border-radius:.1875rem;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.75rem;display:flex;position:absolute;bottom:.75rem;right:.75rem}.property-price{flex-direction:column;gap:.125rem;display:flex}.property-price__label{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.property-price__amount{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);font-size:1.5rem;font-weight:700;line-height:1.2}.property-price__amount--fallback{opacity:.7;font-size:1.125rem;font-style:italic}.property-price__frequency{color:var(--auth-color-text-muted,#737373);font-size:.875rem;font-weight:400}.auth-toggle-wrap{display:inline-block}.auth-toggle{cursor:pointer;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex}.auth-toggle-button-wrap{display:inline-flex}.auth-toggle-button{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.625rem);background:var(--auth-color-background,#fff);color:var(--auth-color-text,#171717);font-family:var(--auth-font-family,system-ui, sans-serif);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;line-height:1.4;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.auth-toggle-button:hover:not(:disabled){border-color:var(--auth-color-primary,#171717)}.auth-toggle-button:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--auth-color-primary,#171717) 30%, transparent);outline:none}.auth-toggle-button--on{border-color:var(--auth-color-primary,#171717);background:var(--auth-color-primary,#171717);color:var(--auth-color-background,#fff)}.auth-toggle-button:disabled{opacity:.5;cursor:not-allowed}.auth-toggle-button__icon{flex:none;width:18px;height:18px;display:inline-flex}.auth-toggle-button__icon svg{width:100%;height:100%}@media (pointer:coarse){.auth-toggle-button{min-height:44px}}.auth-toggle--label-left{flex-direction:row-reverse}.auth-toggle--disabled{cursor:not-allowed;opacity:.55}.auth-toggle__input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.auth-toggle__track{background:var(--auth-color-border,#d4d4d4);border-radius:999px;flex-shrink:0;width:2.25rem;height:1.25rem;transition:background .18s;display:inline-block;position:relative}.auth-toggle__thumb{background:#fff;border-radius:50%;width:calc(1.25rem - 4px);height:calc(1.25rem - 4px);transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000040}.auth-toggle__input:checked+.auth-toggle__track{background:var(--auth-color-primary,#171717)}.auth-toggle__input:checked+.auth-toggle__track .auth-toggle__thumb{transform:translate(1rem)}.auth-toggle__input:focus-visible+.auth-toggle__track{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px}.auth-toggle__label{font-size:.875rem}.auth-toggle--sm .auth-toggle__track{width:1.75rem;height:1rem}.auth-toggle--sm .auth-toggle__thumb{width:calc(1rem - 4px);height:calc(1rem - 4px)}.auth-toggle--sm .auth-toggle__input:checked+.auth-toggle__track .auth-toggle__thumb{transform:translate(.75rem)}.auth-toggle--sm .auth-toggle__label{font-size:.8125rem}.price-summary{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex-direction:column;gap:.75rem;display:flex}.price-summary__lines{flex-direction:column;gap:.625rem;display:flex}.price-summary__line{justify-content:space-between;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.3;display:flex}.price-summary__line--indent{border-left:2px solid var(--auth-color-border,#e5e5e5);margin-left:.25rem;padding-left:.625rem}.price-summary__line--muted{color:var(--auth-color-text-muted,#737373)}.price-summary__label{align-items:center;gap:.375rem;min-width:0;display:inline-flex}.price-summary__info{color:var(--auth-color-text-muted,#737373);cursor:help;align-items:center;display:inline-flex}.price-summary__amount{font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:600}.price-summary__line--muted .price-summary__amount{font-weight:400}.price-summary__divider{background:var(--auth-color-border,#e5e5e5);height:1px}.price-summary__total{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.price-summary__total-label{font-size:1rem;font-weight:700}.price-summary__total-amount{font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.card{background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,1rem);font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.card__header{flex-direction:column;gap:.25rem;display:flex}.card__title{margin:0;font-size:1.0625rem;font-weight:700;line-height:1.3}.card__text{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem;line-height:1.4}.card__body{flex-direction:column;gap:.875rem;display:flex}.calendar{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);--calendar-cell:2.25rem;flex-direction:column;gap:.75rem;display:flex}.calendar__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.calendar__title{font-size:.9375rem;font-weight:600}.calendar__nav{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.5rem);background:var(--auth-color-background,#fff);width:2rem;height:2rem;color:var(--auth-color-text,#171717);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:inline-flex}.calendar__nav:hover{background:color-mix(in srgb, var(--auth-color-text,#171717) 6%, transparent);border-color:var(--auth-color-text-muted,#737373)}.calendar__nav:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px}.calendar__weekdays,.calendar__grid{grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.calendar__weekday{text-transform:uppercase;letter-spacing:.03em;color:var(--auth-color-text-muted,#737373);justify-content:center;align-items:center;font-size:.6875rem;font-weight:600;display:flex}.calendar__day{width:100%;height:var(--calendar-cell);border-radius:var(--auth-radius-button,.5rem);color:var(--auth-color-text,#171717);font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;font-size:.875rem;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.calendar__day--blank{cursor:default}.calendar__day:not(.calendar__day--blank):not(:disabled):hover{background:color-mix(in srgb, var(--auth-color-primary,#171717) 10%, transparent)}.calendar__day--today{border-color:var(--auth-color-primary,#171717);font-weight:600}.calendar__day--selected,.calendar__day--selected:hover{background:var(--auth-color-primary,#171717);border-color:var(--auth-color-primary,#171717);color:var(--auth-color-background,#fff);font-weight:600}.calendar__day--disabled,.calendar__day:disabled{color:var(--auth-color-text-muted,#737373);opacity:.4;cursor:not-allowed;text-decoration:line-through}.calendar__day:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px}.calendar__time{margin-top:.25rem}@media (pointer:coarse){.calendar{--calendar-cell:2.75rem}}.editable-time-display{font-family:var(--auth-font-family,system-ui, sans-serif);flex-direction:column;gap:.625rem;display:flex}.editable-time-display__row{justify-content:space-between;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.editable-time-display__label{color:var(--auth-color-text-muted,#737373)}.editable-time-display__value{color:var(--auth-color-text,#171717);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;font-weight:600;transition:color .15s;display:inline-flex}.editable-time-display__value-text{text-underline-offset:3px;text-decoration:underline}.editable-time-display__edit-icon{color:var(--auth-color-text-muted,#737373);flex:none;transition:color .15s}.editable-time-display__value:hover,.editable-time-display__value:hover .editable-time-display__edit-icon{color:var(--auth-color-primary,#171717)}.editable-time-display__value:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px;border-radius:3px}@media (pointer:coarse){.editable-time-display__value{min-height:44px}}.editable-time-display--field{flex-direction:row;gap:.5rem}.editable-time-display__field{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-background,#fff);min-width:9.5rem;color:var(--auth-color-text,#171717);text-align:left;cursor:pointer;flex-direction:column;gap:.125rem;padding:.375rem .75rem;transition:border-color .15s;display:flex}.editable-time-display__field:hover{border-color:var(--auth-color-text-muted,#737373)}.editable-time-display__field:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px}.editable-time-display__field-label{color:var(--auth-color-primary,#171717);font-size:.6875rem}.editable-time-display__field-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.editable-time-display__field-value{font-size:.875rem;font-weight:600}.editable-time-display__chevron{color:var(--auth-color-text-muted,#737373);flex-shrink:0}.date-time-edit-modal{flex-direction:column;gap:1rem;display:flex}.date-time-edit-modal__subtext{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem;line-height:1.4}.date-time-edit-modal__fieldtabs{gap:.5rem;display:flex}.date-time-edit-modal__tab{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.5rem);background:var(--auth-color-background,#fff);color:var(--auth-color-text,#171717);text-align:left;cursor:pointer;flex-direction:column;flex:1;gap:.125rem;padding:.5rem .75rem;transition:border-color .15s,background .15s;display:flex}.date-time-edit-modal__tab--active{border-color:var(--auth-color-primary,#171717);background:color-mix(in srgb, var(--auth-color-primary,#171717) 6%, transparent)}.date-time-edit-modal__tab:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px}.date-time-edit-modal__tab-label{text-transform:uppercase;letter-spacing:.03em;color:var(--auth-color-text-muted,#737373);font-size:.6875rem}.date-time-edit-modal__tab-value{font-size:.8125rem;font-weight:600}.date-time-edit-modal__footer{justify-content:flex-end;display:flex}.parking-card{background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,1rem);font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex-direction:column;gap:.75rem;padding:.75rem;transition:border-color .15s,box-shadow .15s;display:flex}.parking-card--active{border-color:var(--auth-color-primary,#171717);box-shadow:0 0 0 1px var(--auth-color-primary,#171717)}.parking-card--sold-out{opacity:.75}.parking-card__top{gap:.75rem;display:flex}.parking-card__media{border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-surface,#f5f5f5);flex-shrink:0;width:5rem;height:5rem;overflow:hidden}.parking-card__thumb{object-fit:cover;width:100%;height:100%;display:block}.parking-card__placeholder{text-align:center;width:100%;height:100%;color:var(--auth-color-text-muted,#737373);justify-content:center;align-items:center;padding:.25rem;font-size:.6875rem;display:flex}.parking-card__body{flex-direction:column;flex:1;gap:.375rem;min-width:0;display:flex}.parking-card__heading{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.parking-card__title-heading{min-width:0;margin:0}.parking-card__heading-end{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.parking-card__distance--top{white-space:nowrap}.parking-card__title{font:inherit;color:var(--auth-color-text,#171717);text-align:left;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-size:.9375rem;font-weight:600;line-height:1.3;text-decoration:underline}.parking-card__title:hover{color:var(--auth-color-primary,#171717)}.parking-card__cta-note{opacity:.85;font-weight:400}.parking-card__cta-unit{opacity:.85;margin-left:.25rem;font-weight:400}.parking-card__title:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px;border-radius:3px}.parking-card__save{flex-shrink:0}.parking-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.parking-card__bookings{color:var(--auth-color-text-muted,#737373);align-items:center;gap:.25rem;margin:0;font-size:.8125rem;display:flex}.parking-card__shield{color:var(--auth-color-success,#16a34a)}.parking-card__distance{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.8125rem}.parking-card__features,.parking-card__flags{flex-wrap:wrap;gap:.25rem;display:inline-flex}.parking-card__chips{flex-wrap:nowrap;align-items:center;gap:.25rem;min-width:0;display:flex;position:relative}.parking-card__chips-measure{white-space:nowrap;visibility:hidden;pointer-events:none;gap:.25rem;display:flex;position:absolute;top:0;left:0}.parking-card__chips-more{color:var(--auth-color-text,#171717);background:var(--auth-color-surface,#f5f5f5);border:1px solid var(--auth-color-border,#e5e5e5);cursor:pointer;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;padding:.1875rem .4rem;font-size:.6875rem;font-weight:600;line-height:1.4;display:inline-flex;position:relative}.parking-card__chips-popover{z-index:20;background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);opacity:0;visibility:hidden;flex-wrap:wrap;gap:.25rem;width:max-content;max-width:15rem;padding:.5rem;transition:opacity .12s;display:flex;position:absolute;bottom:calc(100% + .375rem);right:0;box-shadow:0 6px 20px #00000024}.parking-card__chips-more:hover .parking-card__chips-popover,.parking-card__chips-more:focus-within .parking-card__chips-popover{opacity:1;visibility:visible}.parking-card--vertical .parking-card__top{flex-direction:column}.parking-card--vertical .parking-card__media{aspect-ratio:16/10;width:100%;height:auto}.parking-card__media .property-carousel{height:100%;min-height:0}.listing-toolbar{border-bottom:1px solid var(--auth-color-border,#e5e5e5);font-family:var(--auth-font-family,system-ui, sans-serif);flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding-bottom:.5rem;display:flex}.listing-toolbar__sort{flex:0 auto;min-width:0}.listing-toolbar__end{flex:none;align-items:center;gap:.75rem;margin-left:auto;display:flex}.listing-toolbar__results{color:var(--auth-color-text-muted,#737373);white-space:nowrap;font-size:.8125rem}.listing-toolbar__filters{width:auto;padding:.375rem .75rem}.listing-toolbar__filters-badge{background:var(--auth-color-primary,#171717);min-width:1.125rem;height:1.125rem;color:var(--auth-color-background,#fff);border-radius:999px;justify-content:center;align-items:center;padding:0 .3125rem;font-size:.6875rem;font-weight:700;display:inline-flex}.parking-search-header{font-family:var(--auth-font-family,system-ui, sans-serif);flex-direction:column;display:flex}.parking-search-header__bar{background:var(--auth-color-text,#171717);color:var(--auth-color-background,#fff);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.parking-search-header__nav{align-items:center;gap:1rem;display:flex}.parking-search-header__search{flex-wrap:nowrap;align-items:flex-end;gap:.75rem;display:flex}.search-bar.parking-search-header__search-bar{flex:14rem;width:auto;min-width:0}.parking-search-header__dates{align-items:flex-end;gap:.75rem;display:flex}.parking-search-header__submit.auth-button{flex:none;width:auto;padding-top:.75rem;padding-bottom:.75rem}@media (max-width:768px){.parking-search-header__search{flex-wrap:wrap}.search-bar.parking-search-header__search-bar{flex-basis:100%}}.parking-search-header--panel{flex-direction:column;display:flex}.parking-search-header__intro{margin-bottom:1rem}.parking-search-header__title{font-size:1.5rem;font-weight:var(--auth-font-weight-heading,700);color:var(--auth-color-text,#171717);margin:0 0 .25rem}.parking-search-header__subtitle{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.9375rem}.parking-search-header__panel{background:var(--auth-color-surface,#f5f5f5);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.parking-search-header--panel .search-bar.parking-search-header__search-bar{flex:none;width:100%}.parking-search-header__panel-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.parking-search-header__panel-row .parking-search-header__field{flex:1 1 0;min-width:8rem}.parking-search-header__panel-row .date-time-field__trigger{min-width:0}.parking-search-header__filters{font:inherit;color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);cursor:pointer;flex:none;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.875rem;transition:border-color .15s;display:inline-flex}.parking-search-header__filters:hover,.parking-search-header__filters:focus-visible{border-color:var(--auth-color-primary,#171717);outline:none}.parking-search-header__filters-badge{min-width:1.25rem;height:1.25rem;color:var(--auth-color-background,#fff);background:var(--auth-color-primary,#171717);border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.75rem;font-weight:600;display:inline-flex}.parking-search-header__panel-submit.auth-button{width:100%}.parking-search{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);flex-direction:column;padding:1rem 1.5rem 2rem;display:flex}.parking-search--padded{padding:7rem 1rem 3rem}@media (min-width:640px){.parking-search--padded{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.parking-search--padded{padding-left:2rem;padding-right:2rem}}.parking-search__body{grid-template-columns:minmax(0,28rem) minmax(0,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}.parking-search__list{flex-direction:column;gap:1rem;min-width:0;max-height:70vh;padding-right:.5rem;display:flex;overflow:hidden auto}.parking-search__list-head{z-index:2;background:var(--auth-color-background,#fff);padding-bottom:.25rem;position:sticky;top:0}.parking-search__results-label{margin:0 0 .5rem;font-size:.875rem;font-weight:600}.parking-search__cards{flex-direction:column;gap:1rem;display:flex}.parking-search__cards>*{min-width:0}.parking-search__card-wrap{min-width:0;max-width:100%}.parking-search__status{text-align:center;color:var(--auth-color-text-muted,#737373);margin:2.5rem 0;font-size:.875rem}.parking-search__first-load{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:70vh;display:flex}.parking-search__spinner{border:2px solid var(--auth-color-border,#e5e5e5);border-top-color:var(--auth-color-primary,#171717);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite parking-search-spin}.parking-search__first-load-text{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem}@keyframes parking-search-spin{to{transform:rotate(360deg)}}.parking-search__map{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);align-self:start;position:sticky;top:1rem;overflow:hidden}.parking-search__overlay-toggle{z-index:10;background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:9999px;display:inline-flex;position:absolute;top:1rem;left:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001f}.parking-search__overlay-btn{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;display:inline-flex}.parking-search__overlay-btn--active{color:var(--auth-color-on-primary,#fff);background:var(--auth-color-primary,#171717)}.parking-search__draw-control{z-index:10;flex-direction:column;align-items:flex-end;gap:.5rem;max-width:calc(100% - 1.5rem);display:flex;position:absolute;bottom:1rem;right:.75rem}.parking-search__draw-btn{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .85rem;font-size:.8125rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex;box-shadow:0 2px 8px #0000001f}.parking-search__draw-btn:not(.parking-search__draw-btn--primary):not(.parking-search__draw-btn--clear):hover:not(:disabled){background:var(--auth-color-surface,#f5f5f5)}.parking-search__draw-btn--primary{color:var(--auth-color-on-primary,#fff);background:var(--auth-color-primary,#171717);border-color:var(--auth-color-primary,#171717)}.parking-search__draw-btn--primary:hover:not(:disabled){background:var(--auth-color-primary-hover,#333);border-color:var(--auth-color-primary-hover,#333);color:var(--auth-color-on-primary,#fff)}.parking-search__draw-btn--clear{color:#b91c1c;border-color:#f3c2c2}.parking-search__draw-btn--clear:hover:not(:disabled){color:#991b1b;background:#fee2e2;border-color:#ef9a9a}.parking-search__draw-btn:disabled{opacity:.5;cursor:not-allowed}.parking-search__draw-hint{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);white-space:nowrap;border-radius:9999px;padding:.35rem .6rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #0000001f}@media (max-width:1024px){.parking-search__body{grid-template-columns:1fr}.parking-search__list{max-height:none;overflow:visible}.parking-search__map{display:none}}.parking-locations{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);flex-direction:column;padding:1rem 1.5rem 2rem;display:flex}.parking-locations--padded{padding:1.5rem 1rem 3rem}@media (min-width:640px){.parking-locations--padded{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.parking-locations--padded{padding-left:2rem;padding-right:2rem}}.parking-locations__intro{border-bottom:1px solid var(--auth-color-border,#e5e5e5);flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.parking-locations__title{font-size:clamp(1.75rem,1.2rem + 2vw,2.5rem);font-weight:var(--auth-font-weight-heading,700);letter-spacing:-.02em;margin:0;line-height:1.1}.parking-locations__subtitle{max-width:48ch;color:var(--auth-color-text-muted,#737373);margin:0;font-size:1rem;line-height:1.5}.parking-locations__lede{color:var(--auth-color-text-muted,#737373);flex-wrap:wrap;align-items:baseline;gap:.4rem .875rem;margin:.25rem 0 0;font-size:.9375rem;display:flex}.parking-locations__lede>span{align-items:baseline;gap:.3rem;display:inline-flex}.parking-locations__lede>span+span:before{content:"";opacity:.55;background:currentColor;border-radius:50%;align-self:center;width:3px;height:3px;margin-right:.575rem}.parking-locations__status{text-align:center;color:var(--auth-color-text-muted,#737373);margin:2.5rem 0;font-size:.875rem}.parking-locations__cities{flex-direction:column;gap:3rem;display:flex}.parking-locations__city{content-visibility:auto;contain-intrinsic-size:auto 360px}.parking-locations__city-name{font-size:1.375rem;font-weight:var(--auth-font-weight-heading,700);letter-spacing:-.01em;align-items:baseline;gap:.625rem;margin:0 0 1.125rem;line-height:1.2;display:flex}.parking-locations__count{background:color-mix(in srgb, var(--auth-color-primary,#171717) 10%, transparent);min-width:1.5rem;height:1.5rem;color:var(--auth-color-primary,#171717);border-radius:999px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.8125rem;font-weight:700;display:inline-flex}.parking-locations__cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.parking-locations__cards>*{min-width:0;max-width:100%}@media (max-width:540px){.parking-locations__cards{grid-template-columns:1fr}}.parking-locations__toolbar{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-bottom:1.25rem;display:flex}.parking-locations__search{flex:18rem;min-width:0}.parking-locations__filters{flex-wrap:wrap;align-items:center;gap:.625rem 1.125rem;display:flex}.parking-locations__filters-label{text-transform:uppercase;letter-spacing:.08em;color:var(--auth-color-text-muted,#737373);font-size:.6875rem;font-weight:700}.parking-locations__filters .auth-checkbox__label{align-items:center}.parking-locations__filters .auth-checkbox__input{margin-top:0}.parking-locations__filters-clear{font:inherit;color:var(--auth-color-primary,#171717);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.2rem .3rem;font-size:.8125rem;font-weight:600;text-decoration:underline}.parking-locations__filters-clear:hover{opacity:.7}.parking-locations__sort{min-width:12rem}.parking-locations__jump{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.parking-locations__jump-pill{font:inherit;color:var(--auth-color-text,#171717);background:var(--auth-color-surface,#fafafa);border:1px solid var(--auth-color-border,#e5e5e5);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.3rem .75rem;font-size:.8125rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.parking-locations__jump-pill:hover{border-color:var(--auth-color-primary,#171717);color:var(--auth-color-primary,#171717)}.parking-locations__empty{text-align:center;background:var(--auth-color-surface,#fafafa);border-radius:var(--auth-radius-card,.75rem);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.parking-locations__empty-text{max-width:40ch;color:var(--auth-color-text-muted,#737373);margin:0;font-size:.9375rem;line-height:1.5}.parking-locations .parking-card__cta{font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:no-preference){.parking-locations .parking-card{transition:border-color .15s,box-shadow .2s,transform .2s cubic-bezier(.22,1,.36,1)}.parking-locations .parking-card:hover{border-color:color-mix(in srgb, var(--auth-color-primary,#171717) 28%, var(--auth-color-border,#e5e5e5));transform:translateY(-2px);box-shadow:0 10px 28px -18px #00000059}.parking-locations__intro,.parking-locations__toolbar,.parking-locations__jump{animation:.5s cubic-bezier(.22,1,.36,1) both parking-locations-rise}.parking-locations__toolbar{animation-delay:60ms}.parking-locations__jump{animation-delay:.12s}}@keyframes parking-locations-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:540px){.parking-locations__toolbar{align-items:stretch}.parking-locations__filters{align-items:center}.parking-locations__sort{margin-left:auto}.parking-locations__jump{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.parking-locations__jump::-webkit-scrollbar{display:none}}.parking-detail{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);flex-direction:column;gap:1.5rem;padding:1rem 1.5rem 2rem;display:flex}.parking-detail--padded{padding:1.5rem 1rem 3rem}@media (min-width:640px){.parking-detail--padded{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.parking-detail--padded{padding-left:2rem;padding-right:2rem}}.parking-detail__back{font:inherit;color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.4rem;padding:0;font-size:.875rem;font-weight:600;transition:color .15s;display:inline-flex}.parking-detail__back:hover{color:var(--auth-color-text,#171717)}.parking-detail__masthead{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem 2rem;display:flex}.parking-detail__headline{flex-direction:column;gap:.625rem;min-width:0;display:flex}.parking-detail__title{font-size:clamp(1.625rem,1.1rem + 2.1vw,2.5rem);font-weight:var(--auth-font-weight-heading,700);letter-spacing:-.025em;margin:0;line-height:1.08}.parking-detail__byline{color:var(--auth-color-text-muted,#737373);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.875rem;display:flex}.parking-detail__byline .property-address{flex-direction:row;align-items:baseline;gap:.4rem}.parking-detail__byline .property-features{gap:.375rem;position:relative}.parking-detail__byline .property-features:before{content:"";opacity:.5;background:currentColor;border-radius:50%;align-self:center;width:3px;height:3px;margin-right:.375rem}.parking-detail__showcase{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:stretch;gap:1.25rem;display:grid}.parking-detail__showcase--solo{max-width:32rem;display:block}.parking-detail__media{aspect-ratio:16/10;border-radius:var(--auth-radius-card,.75rem);max-height:320px;overflow:hidden;box-shadow:0 1px 2px #0000000d,0 16px 36px -24px #00000052}.parking-detail__media--empty{box-shadow:none;border:1px solid var(--auth-color-border,#e5e5e5)}.parking-detail__media-empty{background:var(--auth-color-surface,#f5f5f5);width:100%;height:100%;color:var(--auth-color-text-muted,#737373);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.parking-detail__map{border-radius:var(--auth-radius-card,.75rem);border:1px solid var(--auth-color-border,#e5e5e5);background:var(--auth-color-surface,#f5f5f5);min-height:220px;overflow:hidden}.parking-detail__map .listing-map{height:100%}.parking-detail__spots-title{text-transform:uppercase;letter-spacing:.1em;color:var(--auth-color-text-muted,#737373);align-items:baseline;gap:.75rem;margin:0 0 1rem;font-size:.8125rem;font-weight:700;display:flex}.parking-detail__spots-title-text{color:var(--auth-color-text,#171717)}.parking-detail__spots-count{letter-spacing:.04em;color:var(--auth-color-primary,#171717);align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:inline-flex}.parking-detail__spots-count:before{content:"";background:var(--auth-color-primary,#171717);border-radius:50%;width:.5rem;height:.5rem}.parking-detail__filters{border-bottom:1px solid var(--auth-color-border,#e5e5e5);flex-wrap:wrap;align-items:center;gap:.625rem 1.125rem;margin-bottom:0;padding:0 0 .875rem;display:flex}.parking-detail__filters-label{text-transform:uppercase;letter-spacing:.08em;color:var(--auth-color-text-muted,#737373);font-size:.6875rem;font-weight:700}.parking-detail__filters .auth-checkbox__label{align-items:center}.parking-detail__filters .auth-checkbox__input{margin-top:0}.parking-detail__filters-clear{font:inherit;color:var(--auth-color-primary,#171717);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.2rem .3rem;font-size:.8125rem;font-weight:600;text-decoration:underline}.parking-detail__filters-clear:hover{opacity:.7}.parking-detail__filter-sort{min-width:12rem;margin-left:auto}.parking-detail__status{text-align:center;color:var(--auth-color-text-muted,#737373);margin:2.5rem 0;font-size:.875rem}.parking-detail__empty{text-align:center;background:var(--auth-color-surface,#fafafa);border-radius:var(--auth-radius-card,.75rem);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.parking-detail__empty-text{max-width:36ch;color:var(--auth-color-text-muted,#737373);margin:0;font-size:.9375rem;line-height:1.5}@media (max-width:768px){.parking-detail__masthead{align-items:flex-start}.parking-detail__showcase{grid-template-columns:1fr}.parking-detail__media{aspect-ratio:16/9;max-height:320px}.parking-detail__map{min-height:260px}}@media (max-width:540px){.parking-detail__filters{align-items:stretch}.parking-detail__filter-sort{width:100%;margin-left:0}.parking-detail__media{aspect-ratio:4/3;max-height:240px}}@media (prefers-reduced-motion:no-preference){.parking-detail__masthead,.parking-detail__media,.parking-detail__spots{animation:.55s cubic-bezier(.22,1,.36,1) both parking-detail-rise}.parking-detail__media{animation-delay:70ms}.parking-detail__spots{animation-delay:.14s}.parking-detail__media .property-carousel__slide{transition:transform .5s cubic-bezier(.22,1,.36,1)}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.parking-detail__media:hover .property-carousel__slide{transform:scale(1.04)}}@keyframes parking-detail-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.parking-spots-table__scroll{border-bottom:1px solid var(--auth-color-border,#e5e5e5);width:100%;max-height:clamp(24rem,64vh,40rem);overflow:auto}.parking-spots-table{border-collapse:collapse;width:100%;font-size:.9375rem}.parking-spots-table thead{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.parking-spots-table td{text-align:left;white-space:nowrap;vertical-align:middle;padding:1.125rem 1rem}.parking-spots-table td:first-child{padding-left:0}.parking-spots-table td:last-child{padding-right:0}.parking-spots-table tbody tr{transition:background-color .18s}.parking-spots-table tbody tr+tr{border-top:1px solid var(--auth-color-border,#e5e5e5)}.parking-spots-table tbody tr:hover{background:color-mix(in srgb, var(--auth-color-primary,#171717) 4%, transparent)}.parking-spots-table__row--sold-out{color:var(--auth-color-text-muted,#737373)}.parking-spots-table__bay-inner{align-items:center;gap:.75rem;padding-left:.75rem;display:flex}.parking-spots-table__bay-label{letter-spacing:-.01em;font-variant-numeric:tabular-nums;color:var(--auth-color-text,#171717);font-size:1.0625rem;font-weight:700}.parking-spots-table__bay-label:before{content:"";vertical-align:middle;background:var(--auth-color-primary,#171717);width:.5rem;height:.5rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--auth-color-primary,#171717) 16%, transparent);border-radius:50%;margin-top:-.12em;margin-right:.55rem;display:inline-block}.parking-spots-table__row--sold-out .parking-spots-table__bay-label{color:var(--auth-color-text-muted,#737373)}.parking-spots-table__row--sold-out .parking-spots-table__bay-label:before{box-shadow:inset 0 0 0 1.5px var(--auth-color-text-muted,#737373);background:0 0}.parking-spots-table__media{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-surface,#f5f5f5);cursor:pointer;flex-shrink:0;width:3.5rem;height:3.5rem;padding:0;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.parking-spots-table__media:hover,.parking-spots-table__media:focus-visible{box-shadow:0 4px 12px color-mix(in srgb, var(--auth-color-primary,#171717) 18%, transparent);outline:none;transform:translateY(-1px)}.parking-spots-table__thumb{object-fit:cover;width:100%;height:100%;display:block}.parking-spots-table__count{color:#fff;text-align:center;background:#0000009e;border-radius:999px;min-width:1.05rem;padding:0 .25rem;font-size:.625rem;font-weight:700;line-height:1.05rem;position:absolute;bottom:.2rem;right:.2rem}.parking-spots-table__media--empty{cursor:default;justify-content:center;align-items:center;display:flex}.parking-spots-table__media--empty:hover{box-shadow:none;transform:none}.parking-spots-table__no-image{text-align:center;color:var(--auth-color-text-muted,#737373);padding:.25rem;font-size:.625rem;font-weight:600;line-height:1.15}.parking-spots-table__lightbox{border-radius:var(--auth-radius-input,.5rem);height:min(70vh,30rem)}.parking-spots-table__lightbox .property-carousel__slide{object-fit:contain;background:var(--auth-color-surface,#f5f5f5)}.parking-spots-table__prices{flex-direction:column;gap:.1rem;display:flex}.parking-spots-table__price-line{white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--auth-color-text-muted,#737373);font-size:.8125rem;font-weight:600}.parking-spots-table__price-line:first-child{color:var(--auth-color-text,#171717);font-size:1.0625rem;font-weight:700}.parking-spots-table__price-unit{color:var(--auth-color-text-muted,#737373);margin-left:.15rem;font-size:.75rem;font-weight:400}.parking-spots-table__chips{flex-wrap:wrap;gap:.3rem;display:inline-flex}.parking-spots-table__muted{color:var(--auth-color-text-muted,#737373)}.parking-spots-table__action{text-align:right}.parking-spots-table__cta.auth-button{width:auto;color:var(--auth-color-primary,#171717);border:1px solid color-mix(in srgb, var(--auth-color-primary,#171717) 32%, transparent);background:0 0;padding:.5rem 1.05rem;transition:background-color .18s,border-color .18s,color .18s}.parking-spots-table tbody tr:hover .parking-spots-table__cta.auth-button,.parking-spots-table__cta.auth-button:focus-visible{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);border-color:var(--auth-color-primary,#171717)}.parking-spots-table__cta.auth-button:disabled{opacity:1;color:var(--auth-color-text-muted,#737373);background:0 0;border-color:#0000;font-weight:600}.parking-spots-table__sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:540px){.parking-spots-table__scroll{border:none;border-radius:0;max-height:none;overflow:visible}.parking-spots-table,.parking-spots-table tbody,.parking-spots-table tr,.parking-spots-table td{width:100%;display:block}.parking-spots-table tbody tr,.parking-spots-table tbody tr+tr{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);background:var(--auth-color-background,#fff);margin-bottom:.875rem;padding:1rem 1.125rem}.parking-spots-table td{white-space:normal;text-align:right;justify-content:space-between;align-items:center;gap:1rem;padding:.4rem 0;display:flex}.parking-spots-table td[data-label]:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.06em;color:var(--auth-color-text-muted,#737373);text-align:left;flex:none;font-size:.6875rem;font-weight:700}.parking-spots-table__bay{border-bottom:1px solid var(--auth-color-border,#e5e5e5);justify-content:flex-start;margin-bottom:.4rem;padding-bottom:.65rem}.parking-spots-table__bay-inner{width:100%}.parking-spots-table__bay-label{font-size:1.1875rem}.parking-spots-table__media{width:4rem;height:4rem}.parking-spots-table__bay[data-label]:before{content:none}.parking-spots-table__chips{justify-content:flex-end}.parking-spots-table__prices{align-items:flex-end}.parking-spots-table__action{padding-top:.85rem}.parking-spots-table__cta.auth-button{background:var(--auth-color-primary,#171717);width:100%;color:var(--auth-color-on-primary,#fff);border-color:var(--auth-color-primary,#171717)}.parking-spots-table__cta.auth-button:disabled{border-color:var(--auth-color-border,#e5e5e5);color:var(--auth-color-text-muted,#737373);background:0 0}}@media (prefers-reduced-motion:reduce){.parking-spots-table tbody tr{transition:none}}.parking-availability-modal__body{flex-direction:column;gap:1rem;display:flex}.parking-availability-modal__fields{flex-wrap:wrap;gap:.75rem;display:flex}.parking-availability-modal__field{flex:10rem;min-width:0}.date-time-field{flex-direction:column;gap:.25rem;display:flex}.date-time-field__label{color:var(--auth-color-text-muted,#737373);font-size:.75rem;font-weight:600}.date-time-field__trigger{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-background,#fff);min-width:11rem;color:var(--auth-color-text,#171717);font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.875rem;transition:border-color .15s;display:flex}.date-time-field__trigger:hover,.date-time-field__trigger:focus-visible{border-color:var(--auth-color-primary,#171717);outline:none}.date-time-field__chevron{color:var(--auth-color-text-muted,#737373);flex-shrink:0}.date-time-field__popover{z-index:1100;background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);padding:.5rem;position:fixed;box-shadow:0 10px 30px #00000026}.countdown{border-radius:var(--auth-radius-button,8px);background:color-mix(in srgb, var(--auth-color-primary,#171717) 8%, transparent);color:var(--auth-color-text,#171717);font-family:var(--auth-font-family,system-ui, sans-serif);align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.85rem;font-weight:600;display:inline-flex}.countdown--expired{color:var(--auth-color-error,#dc2626);background:color-mix(in srgb, var(--auth-color-error,#dc2626) 8%, transparent)}.countdown__icon{flex:none}.countdown__label{font-weight:500}.countdown__time{font-variant-numeric:tabular-nums}.payment-form__grid{flex-direction:column;gap:.75rem;display:flex}.payment-form__row{gap:.75rem;display:flex}.payment-form__row>*{flex:1}.stripe-payment-form__element{margin-top:.25rem}.stripe-payment-form__error{margin-top:.75rem}.stripe-payment-panel{flex-direction:column;gap:1rem;display:flex}.stripe-payment-panel__pay{width:100%}.surcharge-disclosure{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);background:var(--auth-color-surface,#fafafa);font-family:var(--auth-font-family,system-ui, sans-serif);flex-direction:column;gap:.75rem;margin-top:.25rem;padding:1rem;display:flex}.surcharge-disclosure__note,.surcharge-disclosure__summary{margin:0}.surcharge-disclosure__actions{flex-wrap:wrap;gap:.5rem;display:flex}.surcharge-disclosure__pay{flex:auto}.surcharge-disclosure__change{flex:none}@media (max-width:540px){.surcharge-disclosure__actions{flex-direction:column}.surcharge-disclosure__pay,.surcharge-disclosure__change{flex:auto;width:100%}}.vehicle-manual-form{font-family:var(--auth-font-family,system-ui, sans-serif);margin-top:1rem}.vehicle-manual-form__title{color:var(--auth-color-text,#171717);margin:0 0 .75rem;font-size:1rem;font-weight:600}.vehicle-manual-form__grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.vehicle-manual-form__reg{grid-column:1/-1}.vehicle-manual-form__warning{margin-bottom:.75rem}.vehicle-manual-form__confirm{margin-top:.75rem}.vehicle-manual-form__actions{gap:.5rem;margin-top:.75rem;display:flex}@media (max-width:540px){.vehicle-manual-form__grid{grid-template-columns:1fr}}.dvla-vehicle-add__toggle,.dvla-vehicle-add__error{margin-bottom:.75rem}.dvla-vehicle-add__lookup{align-items:flex-end;gap:.5rem;display:flex}.dvla-vehicle-add__lookup>:first-child{flex:1}.dvla-vehicle-add__lookup .auth-button,.dvla-vehicle-add__actions .auth-button{flex:none;width:auto}.dvla-vehicle-add__add{flex-direction:column;gap:.75rem;display:flex}.dvla-vehicle-add__manual-link,.vehicle-information__manual-link{align-self:flex-start}@media (pointer:coarse){.dvla-vehicle-add__manual-link,.vehicle-information__manual-link{align-items:center;min-height:44px;display:inline-flex}}.dvla-vehicle-add__result{flex-direction:column;gap:.75rem;display:flex}.dvla-vehicle-add__match{background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,12px);flex-wrap:wrap;align-items:baseline;gap:.625rem;padding:.75rem 1rem;display:flex}.dvla-vehicle-add__match-reg{letter-spacing:.04em;font-weight:700}.dvla-vehicle-add__match-detail{color:var(--auth-color-text-muted,#737373);font-size:.875rem}.dvla-vehicle-add__actions{gap:.5rem;display:flex}.booking-confirmation{max-width:36rem;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex-direction:column;gap:1.25rem;margin:0 auto;display:flex}.booking-confirmation__hero{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.booking-confirmation__icon{color:var(--auth-color-success,#16a34a)}.booking-confirmation__title{margin:0;font-size:1.5rem;font-weight:700}.booking-confirmation__message{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.9rem}.booking-confirmation__rows{flex-direction:column;gap:.6rem;margin:0;display:flex}.booking-confirmation__row{justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.875rem;display:flex}.booking-confirmation__row--total{border-top:1px solid var(--auth-color-border,#e5e5e5);margin-top:.2rem;padding-top:.6rem}.booking-confirmation__label{color:var(--auth-color-text-muted,#737373)}.booking-confirmation__value{text-align:right;margin:0;font-weight:500}.booking-confirmation__total{margin:0;font-weight:700}.booking-history{max-width:48rem;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex-direction:column;gap:1rem;margin:0 auto;display:flex}.booking-history__title{margin:0;font-size:1.5rem;font-weight:700}.booking-history__description{color:var(--auth-color-text-muted,#737373);margin:.35rem 0 0}.booking-history__notice,.booking-history__status-text{text-align:center;color:var(--auth-color-text-muted,#737373);font-size:.875rem}.booking-history__list{flex-direction:column;gap:.75rem;display:flex}.booking-history__card{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,12px);background:var(--auth-color-background,#fff);padding:1.25rem}.booking-history__card-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.booking-history__location{margin:0;font-size:1.1rem;font-weight:600}.booking-history__subtitle{color:var(--auth-color-text-muted,#737373);margin:.2rem 0 0;font-size:.85rem}.booking-history__spot{margin:.2rem 0 0;font-size:.85rem;font-weight:500}.booking-history__status{text-transform:capitalize;background:var(--auth-color-surface,#f5f5f5);color:var(--auth-color-text-muted,#737373);border-radius:999px;flex:none;padding:.2rem .7rem;font-size:.7rem;font-weight:600}.booking-history__status--active{background:color-mix(in srgb, var(--auth-color-success,#16a34a) 14%, transparent);color:var(--auth-color-success,#16a34a)}.booking-history__status--upcoming{background:color-mix(in srgb, var(--auth-color-primary,#2563eb) 14%, transparent);color:var(--auth-color-primary,#2563eb)}.booking-history__status--cancelled{background:color-mix(in srgb, var(--auth-color-error,#dc2626) 14%, transparent);color:var(--auth-color-error,#dc2626)}.booking-history__grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1rem;display:grid}.booking-history__col{flex-direction:column;gap:.4rem;margin:0;display:flex}.booking-history__line{justify-content:space-between;gap:.75rem;font-size:.85rem;display:flex}.booking-history__line dt{color:var(--auth-color-text-muted,#737373)}.booking-history__line dd{text-align:right;margin:0;font-weight:500}.booking-history__plate{font-variant-numeric:tabular-nums;letter-spacing:.06em;font-weight:700}.booking-history__muted{color:var(--auth-color-text-muted,#737373);margin:.4rem 0 0;font-size:.85rem}.booking-history__footer{border-top:1px solid var(--auth-color-border,#e5e5e5);flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:1rem;padding-top:.9rem;display:flex}.booking-history__booked{color:var(--auth-color-text-muted,#737373);margin-left:auto;font-size:.75rem}.booking-history__head-end{flex:none;align-items:center;gap:.25rem;display:flex}.booking-history__confirm{flex-direction:column;gap:.75rem;display:flex}.booking-history__confirm-detail{color:var(--auth-color-text,#171717);margin:0;font-size:.875rem;font-weight:600}.booking-history__confirm-message{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem}.booking-history__confirm-actions{justify-content:flex-end;gap:.5rem;display:flex}.booking-history__confirm-actions .auth-button{white-space:nowrap;width:auto;padding:.5rem .9rem;font-size:.85rem}.booking-history__actions{align-items:center;gap:.125rem;display:flex}.booking-history__action{border-radius:var(--auth-radius-button,8px);width:2.75rem;height:2.75rem;color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.6rem;transition:background-color .15s,color .15s;display:inline-flex}.booking-history__action svg{width:1.1rem;height:1.1rem}.booking-history__action:hover{background-color:var(--auth-color-background,#f5f5f5);color:var(--auth-color-text,#171717)}.booking-history__action--danger:hover{color:#dc2626;background-color:#fef2f2}.booking-history__edit{flex-direction:column;gap:.75rem;display:flex}.booking-history__edit-actions{justify-content:flex-end;gap:.5rem;display:flex}.booking-history__edit-actions .auth-button{white-space:nowrap;width:auto;padding:.5rem .9rem;font-size:.85rem}@media (pointer:fine){.booking-history__action{width:2rem;height:2rem;padding:.45rem}}@media (max-width:540px){.booking-history__grid{grid-template-columns:1fr}}.my-vehicles{max-width:40rem;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex-direction:column;gap:1rem;margin:0 auto;display:flex}.my-vehicles__title{margin:0;font-size:1.5rem;font-weight:700}.my-vehicles__description{color:var(--auth-color-text-muted,#737373);margin:.35rem 0 0}.my-vehicles__status{color:var(--auth-color-text-muted,#737373);font-size:.875rem}.my-vehicles__saved,.my-vehicles .dvla-vehicle-add{background:var(--auth-color-surface,#f5f5f5)}.my-vehicles .auth-input__field{background:var(--auth-color-background,#fff)}.my-vehicles__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.my-vehicles__item{background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,12px);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.my-vehicles__item-main{flex-wrap:wrap;align-items:baseline;gap:.625rem;display:flex}.my-vehicles__reg{letter-spacing:.05em;font-weight:700}.my-vehicles__detail{color:var(--auth-color-text-muted,#737373);font-size:.875rem}.my-vehicles__remove{border-radius:var(--auth-radius-button,8px);width:2rem;height:2rem;color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.my-vehicles__remove:hover:not(:disabled){color:var(--auth-color-error,#dc2626);background:var(--auth-color-surface,#f5f5f5)}.my-vehicles__remove:disabled{opacity:.5;cursor:default}.my-vehicles__remove-icon{width:1.125rem;height:1.125rem}.my-vehicles__add{margin-top:.5rem}.my-vehicles__confirm{flex-direction:column;gap:.75rem;display:flex}.my-vehicles__confirm-message{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem}.my-vehicles__confirm-actions{justify-content:flex-end;gap:.5rem;display:flex}.my-vehicles__confirm-actions .auth-button{white-space:nowrap;width:auto;padding:.5rem .9rem;font-size:.85rem}.accordion{font-family:var(--auth-font-family,system-ui, sans-serif);flex-direction:column;display:flex}.accordion__item+.accordion__item{border-top:1px solid var(--auth-color-border,#e5e5e5)}.accordion__header{width:100%;color:var(--auth-color-text,#171717);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.9375rem;font-weight:600;display:flex}.accordion__header:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px;border-radius:4px}.accordion__icon{color:var(--auth-color-success,#16a34a);display:inline-flex}.accordion__title{flex:1;min-width:0}.accordion__chevron{color:var(--auth-color-text-muted,#737373);flex-shrink:0;transition:transform .18s}.accordion__item--open .accordion__chevron{transform:rotate(180deg)}.accordion__panel{color:var(--auth-color-text-muted,#737373);padding:0 0 .875rem;font-size:.875rem;line-height:1.5}.vehicle-information__toggle{margin-bottom:.25rem}.vehicle-information__list{flex-direction:column;gap:.5rem;display:flex}.vehicle-information__option{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-background,#fff);color:var(--auth-color-text,#171717);cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .875rem;transition:border-color .15s,background .15s;display:flex}.vehicle-information__option:hover{border-color:var(--auth-color-text-muted,#737373)}.vehicle-information__option--selected{border-color:var(--auth-color-primary,#171717);background:color-mix(in srgb, var(--auth-color-primary,#171717) 6%, transparent)}.vehicle-information__option:focus-visible{outline:2px solid color-mix(in srgb, var(--auth-color-primary,#171717) 45%, transparent);outline-offset:2px}.vehicle-information__reg{letter-spacing:.04em;font-variant-numeric:tabular-nums;font-weight:700}.vehicle-information__tags{flex-wrap:wrap;gap:.25rem;display:inline-flex}.vehicle-information__add{flex-direction:column;gap:.75rem;display:flex}.checkout-screen{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);max-width:1040px;margin:0 auto;padding:1.5rem}.checkout-screen--padded{padding:4rem 1rem 3rem}@media (min-width:640px){.checkout-screen--padded{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.checkout-screen--padded{padding-left:2rem;padding-right:2rem}}.checkout-screen__status{text-align:center;color:var(--auth-color-text-muted,#737373);margin:2.5rem 0;font-size:.875rem}.checkout-screen__heading{margin:0 0 1.25rem;font-size:1.5rem;font-weight:700}.checkout-screen__grid{grid-template-columns:minmax(0,1fr) minmax(0,22rem);align-items:start;gap:1.5rem;display:grid}.checkout-screen__main,.checkout-screen__aside{flex-direction:column;gap:1rem;display:flex}.checkout-screen__booking-row{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem 2.5rem;display:grid}.checkout-screen__booking-fields{flex-direction:column;gap:.875rem;display:flex}.checkout-screen__booking-row .checkout-screen__choose-spot{grid-column:1/-1;margin-top:0}@media (max-width:768px){.checkout-screen__booking-row{grid-template-columns:1fr;gap:1.25rem 0}}.checkout-screen__notice{align-items:center;gap:.5rem;display:flex}.checkout-screen__notice-icon{flex-shrink:0}.checkout-screen__duration{justify-content:space-between;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.checkout-screen__duration-label{color:var(--auth-color-text-muted,#737373)}.checkout-screen__add-date{text-align:center}.checkout-screen__choose-spot{width:100%;margin-top:.75rem}.checkout-screen__promo-row{align-items:center;gap:1rem;display:flex}.checkout-screen__promo-art{color:var(--auth-color-text,#171717);flex-shrink:0}.checkout-screen__promo-title{margin:0 0 .25rem;font-size:1rem;font-weight:700}.checkout-screen__promo-text{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem;line-height:1.4}.checkout-screen__payment-note{color:var(--auth-color-text-muted,#737373);align-items:center;gap:.5rem;margin:0;font-size:.875rem;display:flex}.checkout-screen__pay{margin-top:.25rem}.checkout-screen__map,.checkout-screen__media{margin:-.25rem -.25rem .25rem}.checkout-screen__carousel{border-radius:var(--auth-radius-input,.5rem);height:11rem;min-height:0}.checkout-screen__address{margin-top:-.25rem}.checkout-screen__price{margin-top:.25rem}.checkout-screen__price-error{margin-top:.5rem}.checkout-screen__map-placeholder{border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-surface,#f5f5f5);background-image:repeating-linear-gradient(45deg, transparent, transparent 14px, color-mix(in srgb, var(--auth-color-border,#e5e5e5) 60%, transparent) 14px, color-mix(in srgb, var(--auth-color-border,#e5e5e5) 60%, transparent) 15px);height:9rem;color:var(--auth-color-text-muted,#737373);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.8125rem;display:flex}.checkout-screen__listing-title{margin:0;font-size:1rem;font-weight:700}.checkout-screen__policy-text{margin:0}.checkout-screen__trustpilot{justify-content:center;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.checkout-screen__trustpilot-label{font-weight:700;text-decoration:underline}.checkout-screen__stars{gap:2px;display:inline-flex}.checkout-screen__star{background:var(--auth-color-success,#16a34a);justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.checkout-screen__trustpilot-brand{font-weight:700}.checkout-screen__time-value{color:var(--auth-color-text,#171717);font-weight:600}.checkout-screen__auth-actions{flex-direction:column;gap:1rem;display:flex}.checkout-screen__error{margin-top:-.25rem}.checkout-screen__cancellation{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);background:var(--auth-color-surface,#fafafa);color:var(--auth-color-text-muted,#737373);margin:0;padding:1rem;font-size:.75rem;line-height:1.4}@media (max-width:900px){.checkout-screen__grid{grid-template-columns:1fr}}.parking-features--bare{flex-direction:column;gap:1rem;display:flex}.parking-features__list{flex-wrap:wrap;gap:.5rem .625rem;display:flex}.parking-features__item{flex-direction:column;align-items:flex-start;gap:.25rem;display:inline-flex}.parking-features__tag{font-size:.75rem;font-weight:600}.parking-features__tag--soldout{color:var(--auth-color-error,#dc2626)}.parking-features__tag--absent{color:var(--auth-color-text-muted,#737373);font-weight:400}.parking-features__notice{color:var(--auth-color-error,#dc2626);margin:.75rem 0 0;font-size:.75rem;font-weight:600}.availability-timer{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);background:var(--auth-color-surface,#fafafa);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem;display:flex}.availability-timer--unavailable{flex-direction:column;align-items:stretch}.availability-timer__label{color:var(--auth-color-text-muted,#737373);align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.availability-timer__time{font-variant-numeric:tabular-nums;color:var(--auth-color-text,#171717);font-size:.875rem;font-weight:600}.availability-timer__message{color:var(--auth-color-text,#171717);margin:0;font-size:.875rem;font-weight:500}.availability-timer__search-again{margin-top:.75rem}.property-address{flex-direction:column;gap:.125rem;display:flex}.property-address__street{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);font-size:1.0625rem;font-weight:600;line-height:1.3}.property-address__postcode{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373)}.property-features{flex-wrap:wrap;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.property-features__pill{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-surface,#f5f5f5);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:.1875rem;align-items:center;padding:.1875rem .5rem;font-size:.75rem;line-height:1.4;display:inline-flex}.property-meta{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373);border-top:1px solid var(--auth-color-border,#e5e5e5);background:var(--auth-color-background,#fff);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.property-meta__item{white-space:nowrap;align-items:center;gap:.3rem;display:flex}.property-meta__item--furnished{text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.property-meta__icon{color:var(--auth-color-text-muted,#737373);flex-shrink:0}.property-meta__divider{background:var(--auth-color-border,#e5e5e5);flex-shrink:0;width:1px;height:1rem}.wishlist-button{background:color-mix(in srgb, var(--auth-color-background,#fff) 90%, transparent);cursor:pointer;color:var(--auth-color-text-muted,#737373);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex}.wishlist-button--md{width:2.25rem;height:2.25rem}.wishlist-button--md .wishlist-button__icon{width:20px;height:20px}.wishlist-button--sm{width:1.75rem;height:1.75rem}.wishlist-button--sm .wishlist-button__icon{width:16px;height:16px}.wishlist-button:hover{color:var(--auth-color-error,#dc2626);background:var(--auth-color-background,#fff)}.wishlist-button--saved{color:var(--auth-color-error,#dc2626)}.chip{font-family:var(--auth-font-family,system-ui, sans-serif);white-space:nowrap;border-radius:.25rem;align-items:center;font-weight:600;display:inline-flex}.chip--sm{padding:.1875rem .5rem;font-size:.6875rem}.chip--md{padding:.25rem .625rem;font-size:.75rem}.chip--default{background:var(--auth-color-surface,#f5f5f5);color:var(--auth-color-text,#171717);border:1px solid var(--auth-color-border,#e5e5e5)}.chip--success{color:#166534;background:#dcfce7}.chip--info{color:#1e40af;background:#dbeafe}.chip--warning{color:#92400e;background:#fef3c7}.verification-badge{font-family:var(--auth-font-family,system-ui, sans-serif);white-space:nowrap;border-radius:9999px;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.4;display:inline-flex}.verification-badge--verified{color:#065f46;background:#d1fae5;border:1.5px solid #059669}.verification-badge--not-verified{color:#b91c1c;background:#fef2f2;border:1.5px solid #f87171}@media (prefers-color-scheme:dark){[data-theme=dark] .verification-badge--verified,.verification-badge--verified:is([data-theme=dark] *){color:#6ee7b7;background:#064e3b40;border-color:#34d39966}[data-theme=dark] .verification-badge--not-verified,.verification-badge--not-verified:is([data-theme=dark] *){color:#fca5a5;background:#7f1d1d40;border-color:#f8717166}}[data-theme=dark] .verification-badge--verified{color:#6ee7b7;background:#064e3b40;border-color:#34d39966}[data-theme=dark] .verification-badge--not-verified{color:#fca5a5;background:#7f1d1d40;border-color:#f8717166}.rating{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);align-items:center;gap:.25rem;display:flex}.rating__star{color:#16a34a;flex-shrink:0}.rating__score{color:var(--auth-color-text,#171717);font-weight:700}.rating__count{color:var(--auth-color-text-muted,#737373)}.property-card{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.5rem);background:var(--auth-color-background,#fff);font-family:var(--auth-font-family,system-ui, sans-serif);grid-template-rows:auto auto;grid-template-columns:420px 1fr;transition:box-shadow .2s;display:grid;position:relative;overflow:hidden}.property-card:hover{box-shadow:0 4px 12px #00000014}.property-card[role=button],.property-card--linked{cursor:pointer}.property-card__link{z-index:1;text-indent:-9999px;font-size:0;position:absolute;inset:0;overflow:hidden}.property-card__link:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:-2px;border-radius:var(--auth-radius-card,.5rem)}.property-card--linked .property-card__media,.property-card--linked .property-card__actions,.property-card--linked .property-card__agent-contact,.property-card--linked .property-card__agent,.property-card--linked .property-card__fees-link,.property-card--linked .property-card__contact,.property-card--linked .property-card__compact-view,.property-card--linked .property-card__agent-phone,.property-card--linked .property-card__agent-email{z-index:2;position:relative}.property-card__media{isolation:isolate;grid-area:1/1/2/2;min-height:280px;position:relative;overflow:hidden}.property-card__media .property-carousel{height:100%}.property-card__body{flex-direction:column;grid-area:1/2/2/3;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.property-card__description{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.6;display:-webkit-box;overflow:hidden}.property-card__actions{gap:.5rem;margin-top:auto;display:flex}.property-card__cta{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);font-weight:var(--auth-font-weight-button,600);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;box-sizing:border-box;border:1px solid #0000;padding:.5rem 1.25rem;transition:background-color .15s,border-color .15s}.property-card__cta--primary{background:var(--auth-color-primary,#171717);color:var(--auth-color-background,#fff)}.property-card__cta--primary:hover:not(:disabled){background:var(--auth-color-primary-hover,#333)}.property-card__cta:disabled{opacity:.45;cursor:not-allowed}.property-card__tooltip-wrapper{display:inline-flex;position:relative}.property-card__tooltip{white-space:nowrap;color:var(--auth-color-background,#fff);background:var(--auth-color-text,#171717);pointer-events:none;opacity:0;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.property-card__tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--auth-color-text,#171717);position:absolute;top:100%;left:50%;transform:translate(-50%)}.property-card__tooltip-wrapper:hover .property-card__tooltip{opacity:1}.property-card__agent-actions .property-card__tooltip,.property-card__cta--secondary+.property-card__tooltip{left:auto;right:0;transform:none}.property-card__agent-actions .property-card__tooltip:after,.property-card__cta--secondary+.property-card__tooltip:after{left:auto;right:1.25rem;transform:none}.property-card__cta--secondary{color:var(--auth-color-primary,#171717);border-color:var(--auth-color-border,#e5e5e5);background:0 0}.property-card__cta--secondary:hover:not(:disabled){background:var(--auth-color-surface,#f5f5f5);border-color:var(--auth-color-text-muted,#737373)}.property-card__footer{grid-area:2/1/3/-1}.property-card--vertical{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;max-width:400px}.property-card--vertical .property-card__media{grid-area:auto/1;height:240px}.property-card--vertical .property-card__body,.property-card--vertical .property-card__footer{grid-area:auto/1}.property-card--compact{border:1px solid var(--auth-color-border,#e5e5e5);grid-template-rows:auto;grid-template-columns:180px 1fr}.property-card--compact .property-card__media{aspect-ratio:1;border-radius:var(--auth-radius-card,.5rem) 0 0 var(--auth-radius-card,.5rem);grid-area:1/1;height:auto;min-height:auto;overflow:hidden}.property-card--compact .property-card__body{grid-area:1/2;gap:.375rem;padding:1rem 1.25rem}.property-card__thumb{object-fit:cover;width:100%;height:100%;display:block}.property-card__title{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.property-card__features-inline{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.property-card__compact-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.property-card__rating{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);align-items:center;gap:.25rem;display:flex}.property-card__rating-star{flex-shrink:0}.property-card__rating-score{color:var(--auth-color-text,#171717);font-weight:700}.property-card__rating-count{color:var(--auth-color-text-muted,#737373)}.property-card--compact .property-card__save{width:2rem;height:2rem;top:.5rem;right:.5rem}.property-card--compact .property-price{flex-direction:row;align-items:baseline;gap:.25rem}.property-card--compact .property-price__label{text-transform:none;letter-spacing:0;font-size:.8125rem}.property-card--compact .property-price__amount{font-size:1.125rem}.property-card__compact-view{width:100%;margin-top:auto;padding:.375rem .75rem;font-size:.8125rem}.property-card--gallery{grid-template-rows:auto;grid-template-columns:1fr 1fr}.property-card--gallery .property-card__media{min-height:auto}.property-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.property-card__meta-inline{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373);margin:.25rem 0 0}.property-card__contact{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);font-weight:var(--auth-font-weight-button,600);color:var(--auth-color-text,#171717);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:.375rem;padding:.5rem 1rem;transition:background-color .15s,border-color .15s;display:inline-flex}.property-card__contact:hover{background:var(--auth-color-surface,#f5f5f5);border-color:var(--auth-color-text-muted,#737373)}.property-card__save{z-index:5;background:color-mix(in srgb, var(--auth-color-background,#fff) 90%, transparent);cursor:pointer;width:2.25rem;height:2.25rem;color:var(--auth-color-text-muted,#737373);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex;position:absolute;top:.75rem;right:.75rem}.property-card__save:hover{color:var(--auth-color-error,#dc2626);background:var(--auth-color-background,#fff)}.property-card__media{position:relative}.property-card__gallery{flex-direction:column;gap:.25rem;height:100%;display:flex}.property-card__gallery-hero{flex:1;min-height:200px;position:relative;overflow:hidden}.property-card__gallery-hero img{object-fit:cover;width:100%;height:100%;display:block}.property-card__gallery-badge{z-index:2;position:absolute;top:.75rem;left:.75rem}.property-card__gallery-counter{z-index:2;color:#fff;font-family:var(--auth-font-family,system-ui, sans-serif);background:#0009;border-radius:.1875rem;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.75rem;display:flex;position:absolute;bottom:.75rem;right:.75rem}.property-card__gallery-thumbs{grid-template-columns:1fr 1fr;gap:.25rem;height:120px;display:grid}.property-card__gallery-thumbs img{object-fit:cover;width:100%;height:100%;display:block}.property-card__gallery-placeholder{height:100%;color:var(--auth-color-text-muted,#737373);font-size:var(--auth-font-size-label,.875rem);background:var(--auth-color-surface,#f5f5f5);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.property-card__gallery-placeholder:before{content:"";opacity:.5;background-color:currentColor;width:2rem;height:2rem;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") 50%/contain no-repeat}.property-card__agent{border-top:1px solid var(--auth-color-border,#e5e5e5);justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.75rem;display:flex}.property-card__agent-logo{object-fit:contain;height:1.5rem}.property-card__agent-name{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373)}.property-card--active{border-color:var(--auth-color-primary,#c9a96e);box-shadow:0 0 0 2px var(--auth-color-primary,#c9a96e)}.property-card__fees-link{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;margin-top:.125rem;padding:0;font-size:.75rem;text-decoration:underline;display:inline-block}.property-card__fees-link:hover{color:var(--auth-color-primary,#c9a96e)}.property-card__highlights{grid-template-columns:1fr 1fr;gap:.375rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.property-card__highlight{color:var(--auth-color-text,#171717);-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-left:1rem;font-size:.8125rem;line-height:1.5;display:-webkit-box;position:relative;overflow:hidden}.property-card__highlight:before{content:"";background:var(--auth-color-primary,#c9a96e);border-radius:50%;width:6px;height:6px;position:absolute;top:.5em;left:0}.property-card__agent-contact{border-top:1px solid var(--auth-color-border,#e5e5e5);align-items:center;gap:.75rem;margin-top:auto;padding-top:.75rem;display:flex}.property-card__agent-people{flex-direction:column;flex:1;gap:.625rem;min-width:0;display:flex}.property-card__agent-person{align-items:center;gap:.75rem;min-width:0;display:flex}.property-card__agent-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:2.25rem;height:2.25rem}.property-card__agent-avatar--initials{background:var(--auth-color-primary,#c9a96e);color:var(--auth-color-on-primary,#fff);letter-spacing:.02em;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.property-card__agent-details{flex-direction:column;gap:.0625rem;min-width:0;display:flex}.property-card__agent-contact-name{color:var(--auth-color-text,#171717);font-size:.8125rem;font-weight:600}.property-card__agent-contact-role{color:var(--auth-color-text-muted,#737373);font-weight:400}.property-card__agent-contact-role:before{content:"·";color:var(--auth-color-text-muted,#737373);margin:0 .375rem}.property-card__agent-agency{color:var(--auth-color-text-muted,#737373);font-size:.75rem}.property-card__agent-phone,.property-card__agent-email{color:var(--auth-color-primary,#c9a96e);font-size:.75rem;text-decoration:none}.property-card__agent-actions{flex-direction:column;align-items:flex-end;gap:.375rem;margin-left:auto;display:flex}.property-card__contact-now{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-primary,#c9a96e);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600}.property-card__contact-now:hover:not(:disabled){text-decoration:underline}.property-card__contact-now:disabled{color:var(--auth-color-text-muted,#737373);cursor:not-allowed;opacity:.6}@media (max-width:768px){.property-card,.property-card--horizontal,.property-card--gallery{grid-template-rows:auto;grid-template-columns:1fr}.property-card__media,.property-card--horizontal .property-card__media{grid-area:auto/1;min-height:200px}.property-card__body,.property-card__footer{grid-area:auto/1}.property-card--compact{grid-template-columns:120px 1fr}.property-card__highlights{grid-template-columns:1fr}.property-meta{flex-wrap:wrap;gap:.5rem}.property-card__agent-contact{flex-direction:column;align-items:stretch;gap:.75rem}.property-card__agent-actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:1.25rem;margin-top:0;margin-left:0}}.select{flex-direction:column;gap:.375rem;display:flex}.select__label{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);font-weight:var(--auth-font-weight-body,400);color:var(--auth-color-text,#171717)}.select__field{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-base,1rem);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .625rem center;background-repeat:no-repeat;outline:none;padding:.5rem 2rem .5rem .75rem;transition:border-color .15s,box-shadow .15s}.select__field:focus{border-color:var(--auth-color-primary,#171717);box-shadow:0 0 0 2px color-mix(in srgb, var(--auth-color-primary) 20%, transparent)}.select__field:disabled{opacity:.55;cursor:not-allowed}.search-bar{width:100%;position:relative}.search-bar__form{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-background,#fff);align-items:stretch;display:flex;overflow:hidden}.search-bar__input-wrap{flex:1;align-items:center;gap:.5rem;min-width:0;padding-left:1rem;display:flex}.search-bar__icon{color:var(--auth-color-text-muted,#737373);flex-shrink:0}.search-bar__input{min-width:0;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:0 0;border:none;outline:none;flex:1;padding:.75rem .5rem;font-size:.875rem}.search-bar__input:focus-visible{outline:none}.search-bar__input::placeholder{color:var(--auth-color-text-muted,#737373)}.search-bar--bare .search-bar__input-wrap{padding-left:0}.search-bar--bare .search-bar__input{padding:.75rem 1rem}.search-bar--bare .search-bar__form{transition:border-color .15s}.search-bar--bare .search-bar__form:focus-within{border-color:var(--auth-color-primary,#171717)}.search-bar__clear{cursor:pointer;color:var(--auth-color-text-muted,#737373);background:0 0;border:none;align-items:center;padding:0 .5rem;transition:color .15s;display:flex}.search-bar__clear:hover{color:var(--auth-color-text,#171717)}.search-bar__chip{background:var(--auth-color-border,#ffffff1f);border:1px solid var(--auth-color-border,#ffffff2e);color:var(--auth-color-text,#171717);white-space:nowrap;border-radius:1rem;flex-shrink:0;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8125rem;font-weight:500;display:inline-flex}.search-bar__chip-remove{cursor:pointer;width:16px;height:16px;color:var(--auth-color-text-muted,#737373);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.search-bar__chip-remove:hover{color:var(--auth-color-text,#171717);background:var(--auth-color-border,#00000014)}.search-bar__button{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:.875rem;font-weight:var(--auth-font-weight-button,600);color:var(--auth-color-background,#fff);background:var(--auth-color-primary,#171717);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.375rem;padding:.75rem 1.25rem;transition:background-color .15s;display:inline-flex}.search-bar__button:hover{background:var(--auth-color-primary-hover,#333)}.search-bar__dropdown{z-index:50;border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);background:var(--auth-color-background,#fff);max-height:400px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.search-bar__group-label{text-transform:uppercase;letter-spacing:.05em;color:var(--auth-color-text-muted,#737373);background:var(--auth-color-surface,#f5f5f5);padding:.5rem 1rem;font-size:.6875rem;font-weight:600}.search-bar__suggestion{width:100%;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.875rem;transition:background-color .1s;display:flex}.search-bar__suggestion:hover,.search-bar__suggestion--active{background:var(--auth-color-surface,#f5f5f5);color:var(--auth-color-primary,#171717)}.search-panel__use-location{width:100%;font-family:var(--auth-font-family,system-ui, sans-serif);text-transform:uppercase;letter-spacing:.03em;color:var(--auth-color-primary,#c9a96e);border:none;border-bottom:1px solid var(--auth-color-border,#e5e5e5);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:600;display:flex}.search-panel__use-location:hover{background:var(--auth-color-surface,#f5f5f5)}.search-panel__use-location:disabled{opacity:.6;cursor:wait}.search-bar__suggestion-icon{color:var(--auth-color-text-muted,#737373);flex-shrink:0}.search-bar__loading{color:var(--auth-color-text-muted,#737373);padding:.75rem 1rem;font-size:.8125rem;font-style:italic}.listing-screen{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.listing-screen__toolbar{align-items:stretch;gap:.75rem;display:flex}.listing-screen__search{flex:1}.listing-screen__sort{flex-shrink:0}.listing-screen__filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.listing-screen__filters .chip{align-items:center;gap:.375rem;display:inline-flex}.listing-screen__filter-remove{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;align-items:center;padding:0;display:flex}.listing-screen__filter-remove:hover{opacity:1}.listing-screen__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.listing-screen__heading{font-size:1.5rem;font-weight:var(--auth-font-weight-heading,700);color:var(--auth-color-text,#171717);margin:0;line-height:1.3}.listing-screen__description{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373);margin:.5rem 0 0;line-height:1.6}.listing-screen__save-search{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);font-weight:var(--auth-font-weight-button,600);color:var(--auth-color-text,#171717);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:.375rem;padding:.5rem 1rem;transition:background-color .15s,border-color .15s;display:inline-flex}.listing-screen__save-search:hover{background:var(--auth-color-surface,#f5f5f5);border-color:var(--auth-color-text-muted,#737373)}.listing-screen__results{flex-direction:column;gap:1rem;display:flex}.listing-screen__empty{text-align:center;color:var(--auth-color-text-muted,#737373);font-size:var(--auth-font-size-base,1rem);padding:3rem 1rem}.block-card{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.5rem);background:var(--auth-color-background,#fff);height:380px;font-family:var(--auth-font-family,system-ui, sans-serif);grid-template-rows:auto;grid-template-columns:420px 1fr;transition:box-shadow .2s;display:grid;overflow:hidden}.block-card:hover{box-shadow:0 4px 12px #00000014}.block-card[role=button]{cursor:pointer}.block-card--linked{cursor:pointer;position:relative}.block-card__link{z-index:1;text-indent:-9999px;font-size:0;position:absolute;inset:0;overflow:hidden}.block-card__link:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:-2px;border-radius:var(--auth-radius-card,.5rem)}.block-card--linked .block-card__media,.block-card--linked .block-card__save,.block-card--linked .block-card__cta{z-index:2;position:relative}.block-card__media{position:relative;overflow:hidden}.block-card__media .property-carousel{height:100%}.block-card__thumb{object-fit:cover;width:100%;height:100%;display:block}.block-card__save{z-index:2;position:absolute;top:.75rem;right:.75rem}.block-card__body{flex-direction:column;gap:.625rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.block-card__label{letter-spacing:.08em;color:var(--auth-color-text-muted,#737373);font-size:.6875rem;font-weight:600}.block-card__name{color:var(--auth-color-text,#171717);margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.block-card__unit-count{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373);margin:0}.block-card__stats{flex-wrap:wrap;gap:.375rem;display:flex}.block-card__breakdown{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373);margin:0}.block-card__rent-section{flex-direction:column;gap:.125rem;display:flex}.block-card__rent-label{color:var(--auth-color-text-muted,#737373);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.block-card__rent{font-size:var(--auth-font-size-base,1rem);color:var(--auth-color-text,#171717)}.block-card__rent strong{font-size:1.25rem}.block-card__rent-freq{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373)}.block-card__description{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.6;display:-webkit-box;overflow:hidden}.block-card__features-inline{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.8125rem;line-height:1.5}.block-card__compact-footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.block-card__cta{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-label,.875rem);font-weight:var(--auth-font-weight-button,600);color:var(--auth-color-background,#fff);background:var(--auth-color-primary,#171717);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;border:none;padding:.5rem 1.25rem;transition:background-color .15s}.block-card__cta:hover{background:var(--auth-color-primary-hover,#333)}.block-card--vertical{grid-template-columns:1fr;max-width:400px}.block-card--vertical .block-card__media{height:220px}.block-card--compact{grid-template-columns:200px 1fr}.block-card--compact .block-card__media{aspect-ratio:1;height:auto}.block-card--compact .block-card__body{gap:.375rem;padding:1rem 1.25rem}.block-card--compact .block-card__rent strong{font-size:1.125rem}.block-card--minimal{grid-template-columns:1fr;max-width:320px;height:auto}.block-card--minimal .block-card__media{height:220px}.block-card--minimal .block-card__body{gap:.25rem;padding:1rem;overflow:visible}.block-card__minimal-address{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);text-transform:uppercase;font-size:.9375rem;font-weight:700;line-height:1.3}@media (max-width:768px){.block-card--horizontal{grid-template-columns:1fr}}.multi-select{display:inline-block;position:relative}.multi-select__list{flex-direction:column;gap:.5rem;max-height:16rem;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.multi-select__empty{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem}.filter-pill{border:1.5px solid var(--auth-color-border,#d1d5db);background:var(--auth-color-background,#fff);font-family:var(--auth-font-family,system-ui, sans-serif);text-align:left;box-sizing:border-box;border-radius:.625rem;flex-direction:column;justify-content:center;gap:2px;min-width:140px;height:56px;padding:.5rem .875rem;transition:border-color .15s;display:flex}.filter-pill--clickable{cursor:pointer}.filter-pill--clickable:hover{border-color:var(--auth-color-text,#171717)}.filter-pill--active{border-color:var(--auth-color-primary,#171717);box-shadow:0 0 0 1px var(--auth-color-primary,#171717)}.filter-pill__label{color:var(--auth-color-text,#171717);pointer-events:none;font-size:.75rem;font-weight:700;line-height:1.2}.filter-pill__value{height:1.25rem;color:var(--auth-color-text,#171717);justify-content:space-between;align-items:center;gap:.5rem;font-size:.9375rem;line-height:1.25rem;display:flex}.filter-pill__content{text-overflow:ellipsis;white-space:nowrap;flex:auto;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.filter-pill__chevron{color:var(--auth-color-text,#171717);flex-shrink:0;transition:transform .2s}.filter-pill__chevron--open{transform:rotate(180deg)}.filter-panel{z-index:20;background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);min-width:280px;font-family:var(--auth-font-family,system-ui, sans-serif);border-radius:.75rem;padding:1rem;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 8px 24px #0000001f}.filter-panel--range{grid-template-columns:1fr 1fr;gap:1rem;min-width:360px;display:grid}.filter-panel--wide{min-width:480px}.segmented-toggle{background:var(--auth-color-background,#fff);font-family:var(--auth-font-family,system-ui, sans-serif);border-radius:.5rem;align-items:stretch;gap:0;display:inline-flex;overflow:hidden}.segmented-toggle__option{border:1px solid var(--auth-color-border,#d1d5db);background:var(--auth-color-background,#fff);color:var(--auth-color-text,#171717);cursor:pointer;white-space:nowrap;border-right-width:0;flex:auto;padding:.625rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,color .15s}.segmented-toggle__option:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.segmented-toggle__option:last-child{border-right-width:1px;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.segmented-toggle__option:hover:not(.segmented-toggle__option--active){background:var(--auth-color-surface,#f5f5f5)}.segmented-toggle__option--active{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);border-color:var(--auth-color-primary,#171717)}.tabs{font-family:var(--auth-font-family,system-ui, sans-serif);align-items:stretch;gap:0;display:flex}.tabs--full-width{width:100%}.tabs--full-width .tabs__tab{flex:1;justify-content:center}.tabs__tab{color:var(--auth-color-muted,#6b7280);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;font-weight:500;transition:color .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex;position:relative}.tabs__tab:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:-2px}.tabs__tab--disabled{opacity:.4;cursor:not-allowed}.tabs--sm .tabs__tab{padding:.5rem 1rem;font-size:.8125rem}.tabs--md .tabs__tab{padding:.75rem 1.25rem;font-size:.875rem}.tabs--lg .tabs__tab{padding:1rem 1.5rem;font-size:1rem}.tabs--underline{border-bottom:1px solid var(--auth-color-border,#d1d5db)}.tabs--underline .tabs__tab{border-bottom:2px solid #0000;margin-bottom:-1px}.tabs--underline .tabs__tab:hover:not(.tabs__tab--active):not(.tabs__tab--disabled){color:var(--auth-color-text,#171717);border-bottom-color:var(--auth-color-border,#d1d5db)}.tabs--underline .tabs__tab--active{color:var(--auth-color-primary,#171717);border-bottom-color:var(--auth-color-primary,#171717)}.tabs--pill{background:var(--auth-color-surface,#f5f5f5);border-radius:.625rem;gap:.25rem;padding:.25rem}.tabs--pill .tabs__tab{border-radius:.5rem}.tabs--pill .tabs__tab:hover:not(.tabs__tab--active):not(.tabs__tab--disabled){background:var(--auth-color-background,#fff);color:var(--auth-color-text,#171717)}.tabs--pill .tabs__tab--active{background:var(--auth-color-background,#fff);color:var(--auth-color-primary,#171717);box-shadow:0 1px 3px #0000001a}.tabs--contained{border-radius:.5rem;gap:0;overflow:hidden}.tabs--contained .tabs__tab{border:1px solid var(--auth-color-border,#d1d5db);background:var(--auth-color-background,#fff);border-right-width:0}.tabs--contained .tabs__tab:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.tabs--contained .tabs__tab:last-child{border-right-width:1px;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.tabs--contained .tabs__tab:hover:not(.tabs__tab--active):not(.tabs__tab--disabled){background:var(--auth-color-surface,#f5f5f5)}.tabs--contained .tabs__tab--active{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);border-color:var(--auth-color-primary,#171717)}.tabs__tab-icon{align-items:center;font-size:1.125em;display:inline-flex}.tabs__tab-badge{background:var(--auth-color-primary,#171717);min-width:1.25rem;height:1.25rem;color:var(--auth-color-on-primary,#fff);border-radius:999px;justify-content:center;align-items:center;padding:0 .375rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.tabs__tab--active .tabs__tab-badge{background:var(--auth-color-background,#fff);color:var(--auth-color-primary,#171717)}.tabs--underline .tabs__tab-badge,.tabs--pill .tabs__tab-badge{background:var(--auth-color-surface,#f5f5f5);color:var(--auth-color-muted,#6b7280)}.tabs--underline .tabs__tab--active .tabs__tab-badge,.tabs--pill .tabs__tab--active .tabs__tab-badge{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff)}@media (max-width:768px){.auth-drawer.filter-drawer{width:100vw}.filter-drawer__tristate-row{grid-template-columns:1fr;gap:.5rem}.filter-drawer__checkbox-grid,.filter-drawer__range{grid-template-columns:1fr}}.property-map{width:100%;font-family:var(--auth-font-family,system-ui, sans-serif);position:relative;overflow:hidden}.property-map__container{width:100%;height:100%}.property-map__filter-bar{z-index:10;background:var(--auth-color-surface,#fff);font-family:var(--auth-font-family,system-ui, sans-serif);border-radius:.875rem;align-items:stretch;gap:.5rem;padding:.625rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem;box-shadow:0 4px 16px #0000001f}.property-map__filter-group{position:relative}.property-map__filter-pill-input{cursor:text;flex:240px;min-width:200px}.property-map__filter-bar .filter-pill--clickable{flex:none;min-width:160px}.property-map__filter-input{min-width:0;height:100%;color:var(--auth-color-text,#171717);background:0 0;border:none;outline:none;flex:auto;margin:0;padding:0;font-family:inherit;font-size:.9375rem;line-height:1.25rem}.property-map__filter-input::placeholder{color:var(--auth-color-text-muted,#737373);opacity:1}.property-map__filter-clear{width:20px;height:20px;color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.property-map__filter-clear:hover{color:var(--auth-color-text,#171717)}.property-map__filter-radius-list{max-height:320px;margin:0;padding:0;list-style:none;overflow-y:auto}.property-map__filter-radius-item{width:100%;color:var(--auth-color-text,#171717);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .625rem;font-family:inherit;font-size:.9375rem;display:flex}.property-map__filter-radius-item:hover{background:var(--auth-color-surface,#f5f5f5)}.property-map__filter-radius-item--selected{font-weight:600}.property-map__filter-checkbox-grid{grid-template-columns:1fr 1fr;gap:.25rem 1.5rem;display:grid}.property-map__filter-btn-inner{align-items:center;gap:.5rem;display:inline-flex}.property-map__filter-bar .auth-button{white-space:nowrap;border-width:1.5px;border-radius:.625rem;flex:none;width:auto;height:56px;padding:0 1.25rem}.property-map__list-toggle{z-index:10;background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);font-family:var(--auth-font-family,system-ui, sans-serif);font-size:.875rem;font-weight:var(--auth-font-weight-button,600);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;transition:background .2s;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0003}.property-map__list-toggle:hover{background:var(--auth-color-primary-hover,#333)}.property-map__popup{border-radius:var(--auth-radius-card,12px);background:var(--auth-color-surface,#fff);width:260px;font-family:var(--auth-font-family,system-ui, sans-serif);overflow:hidden}.property-map__popup-image{object-fit:cover;width:100%;height:140px;display:block}.property-map__popup-body{padding:.75rem}.property-map__popup-price{color:var(--auth-color-text,#171717);font-size:1rem;font-weight:700}.property-map__popup-address{color:var(--auth-color-text-muted,#737373);margin-top:.25rem;font-size:.8125rem}.property-map__popup-meta{color:var(--auth-color-text-muted,#737373);margin-top:.25rem;font-size:.75rem}.property-map .maplibregl-popup-content,.property-map .mapboxgl-popup-content{border-radius:var(--auth-radius-card,12px);padding:0;box-shadow:0 4px 16px #00000026}.property-map .maplibregl-popup-close-button,.property-map .mapboxgl-popup-close-button{color:var(--auth-color-text-muted,#737373);padding:.25rem .5rem;font-size:1.25rem}@media (max-width:768px){.property-map__filter-bar{flex-wrap:wrap;gap:.375rem;padding:.5rem;top:.5rem;left:.5rem;right:.5rem}.property-map__filter-bar .filter-pill{min-width:0;height:48px}.property-map__filter-pill-input{flex:100%}.property-map__filter-bar .filter-panel{min-width:0;left:0;right:0}.property-map__filter-bar .filter-panel--range,.property-map__filter-bar .filter-panel--wide{min-width:0}.property-map__filter-bar .auth-button{height:48px}}.avatar{background-color:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);font-weight:600;font-family:var(--auth-font-family,sans-serif);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.avatar--sm{width:28px;height:28px;font-size:11px}.avatar--md{width:36px;height:36px;font-size:13px}.avatar--lg{width:44px;height:44px;font-size:16px}img.avatar{object-fit:cover}.user-menu{display:inline-flex;position:relative}.user-menu__trigger{cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;gap:.5rem;padding:0;transition:opacity .15s;display:flex}.user-menu__trigger:hover{opacity:.85}.user-menu__dropdown{background:var(--auth-color-surface,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-border-radius-card,12px);z-index:1000;min-width:220px;animation:.15s user-menu-fade-in;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 24px #0000001f}@keyframes user-menu-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-menu__header{flex-direction:column;padding:.75rem 1rem;display:flex}.user-menu__name{font-family:var(--auth-font-family,sans-serif);color:var(--auth-color-text,#171717);font-size:.875rem;font-weight:600}.user-menu__email{font-family:var(--auth-font-family,sans-serif);color:var(--auth-color-text-muted,#737373);margin-top:2px;font-size:.75rem}.user-menu__divider{background:var(--auth-color-border,#e5e5e5);height:1px}.user-menu__item{text-align:left;width:100%;font-family:var(--auth-font-family,sans-serif);color:var(--auth-color-text,#171717);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;text-decoration:none;transition:background-color .1s;display:flex}.user-menu__item:hover{background-color:var(--auth-color-background,#fafafa)}.user-menu__item-icon{width:18px;height:18px;color:var(--auth-color-text-muted,#737373);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.user-menu__item-icon svg{width:100%;height:100%}.user-menu__item-label{flex:1;min-width:0}.user-menu__item--danger,.user-menu__item--danger .user-menu__item-icon{color:var(--auth-color-error,#dc2626)}.user-menu__item--danger:hover{background-color:#fef2f2}.user-menu__item--disabled,.user-menu__item--disabled:hover{opacity:.5;pointer-events:none;cursor:default;background-color:#0000}.user-menu__section-title{font-family:var(--auth-font-family,sans-serif);letter-spacing:.04em;text-transform:uppercase;color:var(--auth-color-text-muted,#737373);padding:.5rem 1rem .25rem;font-size:.6875rem;font-weight:600}@media (max-width:540px){.user-menu__dropdown{max-width:calc(100vw - 2rem)}}.menu{display:inline-flex;position:relative}.menu__trigger{border-radius:var(--auth-radius-button,8px);width:2rem;height:2rem;color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.menu__trigger:hover{background-color:var(--auth-color-background,#f5f5f5);color:var(--auth-color-text,#171717)}.menu__dropdown{background:var(--auth-color-surface,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-border-radius-card,12px);z-index:1000;min-width:180px;padding:.25rem;animation:.15s menu-fade-in;position:absolute;top:calc(100% + 6px);box-shadow:0 4px 24px #0000001f}.menu__dropdown--right{right:0}.menu__dropdown--left{left:0}@keyframes menu-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.menu__item{border-radius:calc(var(--auth-radius-button,8px) - 2px);text-align:left;width:100%;font-family:var(--auth-font-family,sans-serif);color:var(--auth-color-text,#171717);cursor:pointer;background:0 0;border:none;padding:.55rem .75rem;font-size:.875rem;transition:background-color .1s;display:block}.menu__item:hover{background-color:var(--auth-color-background,#fafafa)}.menu__item:disabled{color:var(--auth-color-text-muted,#a3a3a3);cursor:not-allowed}.menu__item--danger{color:var(--auth-color-error,#dc2626)}.menu__item--danger:hover{background-color:#fef2f2}.enquiry-form{gap:var(--auth-spacing-form-gap,1rem);font-family:var(--auth-font-family,sans-serif);flex-direction:column;display:flex}.enquiry-form__property-badge{border:1px solid color-mix(in srgb, var(--auth-color-primary,#171717) 20%, transparent);background:color-mix(in srgb, var(--auth-color-primary,#171717) 5%, transparent);border-radius:var(--auth-border-radius-card,12px);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.enquiry-form__property-label{text-transform:uppercase;letter-spacing:.05em;color:var(--auth-color-primary,#171717);font-size:.7rem;font-weight:600}.enquiry-form__property-title{color:var(--auth-color-text,#171717);font-size:.875rem;font-weight:500}.enquiry-form__autofill-notice{border:1px solid var(--auth-color-border,#e5e5e5);background:var(--auth-color-background,#fafafa);border-radius:var(--auth-border-radius-card,12px);color:var(--auth-color-text,#171717);padding:.75rem 1rem;font-size:.875rem}.enquiry-form__autofill-notice p{margin:0}.enquiry-form__field{flex-direction:column;gap:.25rem;display:flex}.enquiry-form__textarea{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-border-radius-input,8px);width:100%;font-family:var(--auth-font-family,sans-serif);font-size:var(--auth-font-size-base,.875rem);color:var(--auth-color-text,#171717);background:var(--auth-color-surface,#fff);resize:vertical;min-height:120px;padding:.75rem;transition:border-color .15s}.enquiry-form__textarea:focus{border-color:var(--auth-color-primary,#171717);outline:none}.enquiry-form__textarea:disabled{opacity:.6;cursor:not-allowed}.enquiry-form__success{text-align:center;border:1px solid color-mix(in srgb, var(--auth-color-success,#16a34a) 30%, transparent);background:color-mix(in srgb, var(--auth-color-success,#16a34a) 5%, transparent);border-radius:var(--auth-border-radius-card,12px);flex-direction:column;align-items:center;padding:2rem;display:flex}.enquiry-form__success-icon{color:var(--auth-color-success,#16a34a);margin-bottom:1rem}.enquiry-form__success-heading{color:var(--auth-color-text,#171717);margin:0;font-size:1.25rem;font-weight:600}.enquiry-form__success-text{color:var(--auth-color-text-muted,#737373);margin:.5rem 0 0;font-size:.875rem}.enquiry-form__section{flex-direction:column;gap:1.125rem;margin-bottom:1.5rem;display:flex}.enquiry-form__section-title{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);border-bottom:1px solid var(--auth-color-border,#e5e5e5);margin:0;padding-bottom:.5rem;font-size:1.125rem;font-weight:700}.enquiry-form__row{gap:.75rem;display:flex}.enquiry-form__row>*{flex:1}.enquiry-form__section-hint{color:var(--auth-color-text-muted,#737373);margin:-.625rem 0 0;font-size:.8125rem;line-height:1.5}.enquiry-form__row--find-address{align-items:flex-end}.enquiry-form__row--find-address>*{flex:0 auto}.enquiry-form__row--find-address>:first-child{flex:auto}.enquiry-form__authed{color:var(--auth-color-text,#171717);margin:0;font-size:.875rem}.enquiry-form__label{color:var(--auth-color-text,#171717);margin:0 0 -.375rem;font-size:.875rem;font-weight:500}.enquiry-form__info{color:var(--auth-color-text,#171717);background:var(--auth-color-surface,#f5f5f5);border-left:3px solid var(--auth-color-primary,#c9a96e);border-radius:var(--auth-radius-input,.5rem);margin:0;padding:.75rem 1rem;font-size:.8125rem}.enquiry-form__actions{gap:.75rem;margin-top:1.5rem;display:flex}.enquiry-form__privacy{color:var(--auth-color-text-muted,#737373);margin-top:1rem;font-size:.75rem}.file-upload{flex-direction:column;gap:.75rem;display:flex}.file-upload__dropzone{border:2px dashed var(--auth-color-border,#e5e5e5);border-radius:var(--auth-border-radius-card,12px);cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;transition:border-color .15s,background-color .15s;display:flex}.file-upload__dropzone:hover{border-color:var(--auth-color-primary,#171717);background:color-mix(in srgb, var(--auth-color-primary,#171717) 3%, transparent)}.file-upload__icon{color:var(--auth-color-text-muted,#737373)}.file-upload__text{color:var(--auth-color-text,#171717);margin:0;font-size:.875rem;font-weight:500}.file-upload__hint{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.75rem}.file-upload__input{display:none}.file-upload__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.file-upload__item{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-border-radius-input,8px);background:var(--auth-color-surface,#fff);align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.file-upload__preview{object-fit:cover;border-radius:4px;flex-shrink:0;width:36px;height:36px}.file-upload__file-icon{width:36px;height:36px;color:var(--auth-color-text-muted,#737373);flex-shrink:0;justify-content:center;align-items:center;display:flex}.file-upload__info{flex-direction:column;flex:1;min-width:0;display:flex}.file-upload__name{color:var(--auth-color-text,#171717);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.file-upload__size{color:var(--auth-color-text-muted,#737373);font-size:.7rem}.file-upload__remove{color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .25rem;font-size:1.25rem;line-height:1}.file-upload__remove:hover{color:var(--auth-color-error,#dc2626)}.file-upload__error{color:var(--auth-color-error,#dc2626);margin:0;font-size:.75rem}.file-upload--error .file-upload__dropzone{border-color:var(--auth-color-error,#dc2626)}.props-carousel{font-family:var(--auth-font-family,sans-serif);position:relative}.props-carousel:focus{outline:none}.props-carousel__header{margin-bottom:1.5rem}.props-carousel__title{color:var(--auth-color-text,#171717);margin:0;font-size:1.5rem;font-weight:700}.props-carousel__subtitle{color:var(--auth-color-text-muted,#737373);margin:.25rem 0 0;font-size:.875rem}.props-carousel__wrapper{position:relative}.props-carousel__track{gap:var(--carousel-card-gap,16px);-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;scroll-padding-left:0;display:flex;overflow-x:auto}.props-carousel__track::-webkit-scrollbar{display:none}.props-carousel__track--snap{scroll-snap-type:x mandatory}.props-carousel__slide{scroll-snap-align:start;flex-shrink:0}.props-carousel__slide .property-card--vertical{width:100%;max-width:none;height:100%}.props-carousel__arrow{z-index:10;border:1px solid var(--auth-color-border,#e5e5e5);background:var(--auth-color-surface,#fff);width:40px;height:40px;color:var(--auth-color-text,#171717);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,box-shadow .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.props-carousel__arrow:hover{background:var(--auth-color-background,#fafafa);box-shadow:0 4px 12px #00000026}.props-carousel__arrow--left{left:-20px}.props-carousel__arrow--right{right:-20px}@media (max-width:768px){.props-carousel__arrow{display:none}.props-carousel__track{padding-left:1rem;padding-right:1rem}}.hub-dialog__overlay{z-index:999;transition:background-color var(--hub-dialog-duration,.25s) ease;background:0 0;position:fixed;inset:0}.hub-dialog__overlay--visible{background:#00000080}.hub-dialog{z-index:1000;opacity:0;background:var(--auth-color-surface,#fff);border-radius:var(--auth-border-radius-card,12px);max-height:90vh;transition:opacity var(--hub-dialog-duration,.25s) ease, transform var(--hub-dialog-duration,.25s) ease;font-family:var(--auth-font-family,sans-serif);position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)scale(.95);box-shadow:0 20px 60px #0003}.hub-dialog--open{opacity:1;transform:translate(-50%,-50%)scale(1)}.hub-dialog--closing{opacity:0;transform:translate(-50%,-50%)scale(.95)}.hub-dialog--sm{width:min(400px,90vw)}.hub-dialog--md{width:min(540px,90vw)}.hub-dialog--lg{width:min(720px,90vw)}.hub-dialog--xl{width:min(900px,90vw)}.hub-dialog--full{width:90vw;height:90vh}.hub-dialog__header{border-bottom:1px solid var(--auth-color-border,#e5e5e5);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.hub-dialog__title{color:var(--auth-color-text,#171717);margin:0;font-size:1.125rem;font-weight:600}.hub-dialog__close{width:2rem;height:2rem;color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:flex}.hub-dialog__close:hover{background:var(--auth-color-background,#fafafa);color:var(--auth-color-text,#171717)}.hub-dialog__body{padding:1.5rem}.parking-filter-modal__body{flex-direction:column;gap:1.5rem;display:flex}.parking-filter-modal__section{flex-direction:column;gap:.625rem;display:flex}.parking-filter-modal__title{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);margin:0;font-size:.875rem;font-weight:700}.parking-filter-modal__radius{align-items:stretch;gap:.75rem;display:flex}.parking-filter-modal__radius-input{flex:none;width:6rem}.parking-filter-modal__price{grid-template-columns:minmax(7rem,1fr) 1fr 1fr;align-items:start;gap:.75rem;display:grid}.parking-filter-modal__features{flex-direction:column;gap:.625rem;display:flex}.parking-filter-modal__apply{width:100%}@media (max-width:30rem){.parking-filter-modal__price{grid-template-columns:1fr}}.confirm-dialog__body{flex-direction:column;gap:1.5rem;display:flex}.confirm-dialog__message{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.9375rem;line-height:1.5}.confirm-dialog__actions{align-items:center;gap:.75rem;display:flex}.confirm-dialog__actions .auth-button{flex:none;width:auto}@media (max-width:640px){.hub-dialog{border-radius:var(--auth-border-radius-card,12px) var(--auth-border-radius-card,12px) 0 0;width:100%;max-height:85vh;inset:auto 0 0;transform:translateY(100%)}.hub-dialog--open{transform:translateY(0)}.hub-dialog--closing{transform:translateY(100%)}.hub-dialog--sm,.hub-dialog--md,.hub-dialog--lg,.hub-dialog--xl,.hub-dialog--full{width:100%}}.interactive-map{width:100%;position:relative}.interactive-map__layout{justify-content:center;align-items:center;gap:1.5rem;height:calc(100vh - 14rem);display:flex}.interactive-map__svg{flex:55%}.interactive-map__list{flex-direction:column;flex:none;min-width:10rem;max-width:16rem;max-height:calc(100vh - 15rem);margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.interactive-map__list-item{text-align:left;width:100%;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#e8e4dc);cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.3rem .625rem;font-size:.8125rem;line-height:1.3;transition:color .15s,background .15s;display:block}.interactive-map__list-item:hover,.interactive-map__list-item--hover{color:var(--auth-color-primary,#b8a378);background:var(--auth-color-border,#ffffff0f)}.interactive-map__list-item--selected{color:var(--auth-color-primary,#b8a378);font-weight:600}.interactive-map__list::-webkit-scrollbar{width:4px}.interactive-map__list::-webkit-scrollbar-track{background:0 0}.interactive-map__list::-webkit-scrollbar-thumb{background:var(--auth-color-border,#ffffff26);border-radius:2px}.interactive-map__svg{width:auto;max-width:100%;height:auto;max-height:calc(100vh - 14rem);margin:0 auto;display:block}.interactive-map__region{fill:var(--auth-color-secondary,#1a3460);stroke:var(--auth-color-background,#fff);cursor:pointer;transition:fill .2s}.interactive-map__region--hovered{fill:var(--auth-color-secondary-hover,#dcc292)}.interactive-map__region--selected{fill:var(--auth-color-primary,#c9a96e)}.interactive-map__label{pointer-events:none;-webkit-user-select:none;user-select:none;fill:#fff;text-shadow:0 1px 3px #000000b3;font-weight:600}.interactive-map__tooltip{background:var(--auth-color-foreground,#0c1f3f);color:#fff;white-space:nowrap;border-radius:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.stats-banner{justify-content:center;gap:2rem;padding:1.5rem 0;display:flex}.stats-banner--pills .stats-banner__item{background:var(--auth-color-surface,#f5f5f5);border-radius:9999px;padding:.75rem 1.5rem}.stats-banner--dividers .stats-banner__item+.stats-banner__item{border-left:1px solid var(--auth-color-border,#e5e5e5);padding-left:2rem}.stats-banner--cards .stats-banner__item{background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);padding:1rem 1.5rem}.stats-banner__item{text-align:center}.stats-banner__item--highlight .stats-banner__value{color:var(--auth-color-primary,#171717)}.stats-banner__value{font-size:1.75rem;font-weight:700;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);line-height:1.2}.stats-banner--sm .stats-banner__value{font-size:1.25rem}.stats-banner--lg .stats-banner__value{font-size:2.25rem}.stats-banner__affix{font-size:.75em}.stats-banner__label{color:var(--auth-color-text-muted,#737373);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem}.featured-categories__header{margin-bottom:1.5rem}.featured-categories__title{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);margin:0;font-size:1.5rem;font-weight:700}.featured-categories__subtitle{color:var(--auth-color-text-muted,#737373);margin:.5rem 0 0;font-size:.875rem}.featured-categories__grid{gap:1rem;display:grid}@media (max-width:768px){.featured-categories__grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:480px){.featured-categories__grid{grid-template-columns:1fr!important}}.featured-categories__tile{border-radius:var(--auth-radius-input,.5rem);aspect-ratio:3/4;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;position:relative;overflow:hidden}.featured-categories__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.featured-categories__tile--zoom:hover .featured-categories__image{transform:scale(1.04)}.featured-categories__tile--darken:hover .featured-categories__image{filter:brightness(.7)}.featured-categories__tile--lift:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.featured-categories__overlay{background:linear-gradient(#0000 40%,#0009 100%);position:absolute;inset:0}.featured-categories__content{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.featured-categories__label{font-family:var(--auth-font-family,system-ui, sans-serif);color:#fff;font-size:1.25rem;font-weight:700;line-height:1.2;display:block}.featured-categories__count{letter-spacing:.08em;color:#fffc;margin-top:.25rem;font-size:.6875rem;font-weight:600;display:block}.featured-categories__arrow{color:#fff;font-size:1.25rem;position:absolute;bottom:1.25rem;right:1.25rem}.comparison-drawer{z-index:100;background:var(--auth-color-background,#fff);border-top:1px solid var(--auth-color-border,#e5e5e5);border-radius:1rem 1rem 0 0;max-height:70vh;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -8px 32px #0000001f}.comparison-drawer--open{transform:translateY(0)}.comparison-drawer__handle{background:var(--auth-color-border,#e5e5e5);border-radius:9999px;width:2.5rem;height:.25rem;margin:.75rem auto}.comparison-drawer__header{justify-content:space-between;align-items:center;padding:0 1.5rem 1rem;display:flex}.comparison-drawer__title{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);margin:0;font-size:1.125rem;font-weight:700}.comparison-drawer__close{cursor:pointer;color:var(--auth-color-text-muted,#737373);background:0 0;border:none;padding:.25rem}.comparison-drawer__body{padding:0 1.5rem 1.5rem}.comparison-drawer__row{border-bottom:1px solid var(--auth-color-border,#e5e5e5);display:flex}.comparison-drawer__row--header{border-bottom:2px solid var(--auth-color-border,#e5e5e5)}.comparison-drawer__label{color:var(--auth-color-text-muted,#737373);flex:0 0 120px;padding:.75rem 0;font-size:.8125rem;font-weight:600}.comparison-drawer__cell{color:var(--auth-color-text,#171717);flex:1;padding:.75rem .5rem;font-size:.875rem}.comparison-drawer__cell--header{text-align:center;position:relative}.comparison-drawer__cell--diff{background:rgba(var(--auth-color-primary-rgb,23, 23, 23), .04);font-weight:600}.comparison-drawer__thumb{object-fit:cover;border-radius:var(--auth-radius-input,.5rem);width:100%;height:80px;margin-bottom:.5rem}.comparison-drawer__address{font-size:.8125rem;font-weight:600;display:block}.comparison-drawer__postcode{color:var(--auth-color-text-muted,#737373);font-size:.75rem;display:block}.comparison-drawer__remove{cursor:pointer;color:var(--auth-color-text-muted,#737373);background:0 0;border:none;font-size:1.25rem;line-height:1;position:absolute;top:.25rem;right:.25rem}.comparison-drawer__enquire{width:100%;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-background,#fff);background:var(--auth-color-primary,#171717);border-radius:var(--auth-radius-input,.5rem);cursor:pointer;border:none;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:background-color .15s}.comparison-drawer__enquire:hover{background:var(--auth-color-primary-hover,#333)}.partner-logos{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.partner-logos__group{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.partner-logos__image{opacity:.7;width:auto;transition:opacity .2s}.partner-logos__link{display:inline-flex}.partner-logos__link:hover .partner-logos__image,.partner-logos__image:hover{opacity:1}@media (max-width:768px){.partner-logos{flex-direction:column;gap:1.5rem}}.quick-filter-bar{justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 0;display:flex}.quick-filter-bar__pills{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.quick-filter-bar__pill-wrap{position:relative}.quick-filter-bar__range{grid-column:1/-1;gap:.75rem;min-width:280px;padding:.75rem;display:flex}.quick-filter-bar__period{grid-column:1/-1;min-width:280px;padding:.75rem .75rem 0}.quick-filter-bar__range>.select,.quick-filter-bar__period>.select{flex:1;min-width:0}.quick-filter-bar__range .select__field,.quick-filter-bar__period .select__field{width:100%}.quick-filter-bar__type-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;min-width:320px;padding:.75rem;display:grid}.quick-filter-bar__type-card{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);cursor:pointer;text-align:center;padding:.75rem;font-size:.8125rem;font-weight:500;transition:border-color .15s,background-color .15s}.quick-filter-bar__type-card:hover{border-color:var(--auth-color-primary,#171717)}.quick-filter-bar__type-card--selected{background:var(--auth-color-primary,#171717);color:var(--auth-color-background,#fff);border-color:var(--auth-color-primary,#171717)}.quick-filter-bar__more{background:var(--auth-color-surface,#f5f5f5);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--auth-color-text,#171717);flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s;display:inline-flex;position:relative}.quick-filter-bar__more:hover{border-color:var(--auth-color-primary,#171717)}.quick-filter-bar__badge{text-align:center;min-width:1rem;height:1rem;color:var(--auth-color-on-primary,#fff);background:var(--auth-color-primary,#171717);border-radius:9999px;padding:0 .25rem;font-size:.625rem;font-weight:700;line-height:1rem;position:absolute;top:-4px;right:-4px}@media (max-width:640px){.quick-filter-bar__type-grid{grid-template-columns:repeat(2,1fr);min-width:auto}}.filter-drawer--inline{font-family:var(--auth-font-family,system-ui, sans-serif);background:var(--auth-color-background,#fff);animation:.2s filter-drawer-slide-in}@keyframes filter-drawer-slide-in{0%{opacity:.5;clip-path:inset(0 0 100%)}to{opacity:1;clip-path:inset(0)}}.filter-drawer__header{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.filter-drawer__title{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);flex:1;margin:0;font-size:1.125rem;font-weight:700}.filter-drawer__clear{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-background,#fff);background:var(--auth-color-text-muted,#737373);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;border:none;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.filter-drawer__clear:hover{background:var(--auth-color-text,#171717)}.filter-drawer__close{color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;padding:.25rem}.filter-drawer__close:hover{color:var(--auth-color-text,#171717)}.filter-drawer__body{padding:0}.filter-drawer__section{border-bottom:1px solid var(--auth-color-border,#e5e5e5)}.filter-drawer__section:last-child{border-bottom:none}.filter-drawer__section-header{width:100%;color:var(--auth-color-text,#171717);cursor:pointer;font-family:var(--auth-font-family,system-ui, sans-serif);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.filter-drawer__section-title{font-size:.875rem;font-weight:600}.filter-drawer__section-summary{color:var(--auth-color-text-muted,#737373);align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.filter-drawer__section-chevron{transition:transform .2s}.filter-drawer__section-chevron--open{transform:rotate(180deg)}.filter-drawer__section-body{padding:0 0 .5rem}.filter-drawer__range-row{gap:.75rem;display:flex}.filter-drawer__range-row .hub-select{flex:1}.filter-drawer__type-grid{grid-template-columns:repeat(4,1fr);gap:.375rem;display:grid}.filter-drawer__type-card{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);cursor:pointer;text-align:center;background:0 0;padding:.5rem;font-size:.8125rem;font-weight:500;transition:border-color .15s,background .15s}.filter-drawer__type-card:hover{border-color:var(--auth-color-text-muted,#737373)}.filter-drawer__type-card--selected{background:var(--auth-color-primary,#c9a96e);border-color:var(--auth-color-primary,#c9a96e);color:var(--auth-color-on-primary,#fff)}.filter-drawer__chip-group{flex-wrap:wrap;gap:.375rem;display:flex}.filter-drawer__chip{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);border:1px solid var(--auth-color-border,#e5e5e5);cursor:pointer;background:0 0;border-radius:9999px;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;transition:border-color .15s,background .15s}.filter-drawer__chip:hover{border-color:var(--auth-color-text-muted,#737373)}.filter-drawer__chip--selected{background:var(--auth-color-primary,#c9a96e);border-color:var(--auth-color-primary,#c9a96e);color:var(--auth-color-on-primary,#fff)}.search-panel{font-family:var(--auth-font-family,system-ui, sans-serif)}.search-panel--overlay{z-index:100;background:var(--auth-color-background,#fff);padding:1rem;animation:.3s ease-out search-panel-reveal;position:fixed;inset:0;overflow-y:auto}@keyframes search-panel-reveal{0%{opacity:0;clip-path:inset(0 0 100%)}to{opacity:1;clip-path:inset(0)}}.search-panel__bar{align-items:center;display:flex}.search-panel__tenure{border-right:1px solid var(--auth-color-border,#e5e5e5);flex-shrink:0;align-items:center;gap:.75rem;padding:0 1rem;display:flex}.search-panel__tenure-option{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);cursor:pointer;white-space:nowrap;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.search-panel__tenure-option input[type=radio]{accent-color:var(--auth-color-primary,#c9a96e);cursor:pointer;margin:0}.search-panel__chips{border-right:1px solid var(--auth-color-border,#e5e5e5);align-items:center;gap:.25rem;padding:0 .75rem;display:flex}.search-panel__chip{color:var(--auth-color-text,#171717);background:var(--auth-color-primary,#c9a96e);background:color-mix(in srgb, var(--auth-color-primary,#c9a96e) 20%, transparent);border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.search-panel__chip-remove{cursor:pointer;color:var(--auth-color-text-muted,#737373);background:0 0;border:none;padding:0;font-size:.875rem;line-height:1}.search-panel__chip-remove:hover{color:var(--auth-color-text,#171717)}.search-panel__search{flex:1}.search-panel__filters{border-top:1px solid var(--auth-color-border,#e5e5e5);align-items:center;gap:.5rem;display:flex}.search-panel__clear-filters{font-size:.8125rem;font-family:var(--auth-font-family,inherit);color:inherit;opacity:.6;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.25rem;padding:.375rem .75rem;transition:opacity .15s;display:inline-flex}.search-panel__clear-filters:hover{opacity:1}.search-panel__map-btn{border:none;border-left:1px solid var(--auth-color-border,#e5e5e5);color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:.125rem;padding:.5rem 1.25rem;transition:color .15s;display:flex}.search-panel__map-btn:hover{color:var(--auth-color-primary,#c9a96e)}.search-panel__map-label{text-transform:uppercase;letter-spacing:.03em;font-size:.625rem;font-weight:600}.search-panel__map-panel{margin-top:.5rem}.search-panel__map-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.search-panel__map-tabs{border-bottom:1px solid var(--auth-color-border,#e5e5e5);display:flex}.search-panel__map-tab{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.search-panel__map-tab:hover{color:var(--auth-color-text,#171717)}.search-panel__map-tab--active{color:var(--auth-color-text,#171717);border-bottom-color:var(--auth-color-primary,#c9a96e)}.search-panel__map-actions{align-items:center;gap:.5rem;display:flex}.search-panel__map-toggle{background:var(--auth-color-surface,#f5f5f5);border-radius:var(--auth-radius-button,.25rem);gap:.125rem;padding:.125rem;display:flex}.search-panel__map-toggle-btn{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;background:0 0;border:none;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:background .15s,color .15s}.search-panel__map-toggle-btn--active{background:var(--auth-color-primary,#c9a96e);color:var(--auth-color-on-primary,#fff)}.search-panel__close{color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;padding:.25rem}.search-panel__close:hover{color:var(--auth-color-text,#171717)}.search-panel__area-map{max-width:36rem;margin:0 auto;padding:1rem 0}@media (max-width:768px){.search-panel__map-label{display:none}.search-panel__map-btn{padding:.5rem .75rem}.search-panel__filters{flex-wrap:wrap}.quick-filter-bar{flex-direction:column;align-items:stretch}.quick-filter-bar__pills{flex-flow:column;align-items:stretch}.quick-filter-bar__pill-wrap{width:100%}.quick-filter-bar__pill-wrap .filter-pill{justify-content:space-between;width:100%}.quick-filter-bar .filter-panel{width:100%;min-width:0;box-shadow:none;margin-top:.5rem;position:static}.quick-filter-bar .filter-panel--range,.quick-filter-bar .filter-panel--wide{min-width:0;display:block}.quick-filter-bar__period{min-width:0;padding:.5rem .5rem 0}.quick-filter-bar__range{min-width:0;padding:.5rem}}.property-detail{font-family:var(--auth-font-family,system-ui, sans-serif)}.property-detail__sticky-header{z-index:999;background:var(--auth-color-text,#171717);color:#fff;transition:transform .25s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 2px 8px #00000026}.property-detail__sticky-header--visible{transform:translateY(0)}.property-detail__sticky-inner{align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.property-detail__sticky-info{flex-direction:column;min-width:0;display:flex}.property-detail__sticky-address{white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.property-detail__sticky-location{opacity:.7;font-size:.75rem}.property-detail__sticky-price{white-space:nowrap;font-size:.9375rem;font-weight:700}.property-detail__sticky-facts{align-items:center;gap:1rem;display:flex}.property-detail__sticky-fact{align-items:center;gap:.25rem;font-size:.875rem;display:flex}.property-detail__sticky-fact svg{width:18px;height:18px;color:var(--auth-color-primary,#c9a96e)}.property-detail__sticky-agent{flex-direction:column;align-items:flex-end;margin-left:auto;display:flex}.property-detail__sticky-agent-name{white-space:nowrap;font-size:.8125rem;font-weight:600}.property-detail__sticky-agent-phone{color:var(--auth-color-primary,#c9a96e);font-size:.75rem;text-decoration:none}.property-detail__hero{width:100vw;margin-left:calc(50% - 50vw);position:relative}.property-detail__hero:before{content:"";z-index:5;pointer-events:none;background:linear-gradient(#00000073,#0000);height:120px;position:absolute;top:0;left:0;right:0}.property-detail__hero-content{background:var(--auth-color-surface,#f5f5f5);height:60vh;min-height:350px;max-height:600px;overflow:hidden}.property-detail__hero-content img{object-fit:cover;width:100%;height:100%}.property-detail__hero-breadcrumbs{z-index:10;color:#fff;text-shadow:0 1px 3px #00000080;font-size:.75rem;position:absolute;bottom:3.5rem;left:1.5rem}.property-detail__hero-breadcrumbs .property-detail__breadcrumb-link{color:#ffffffd9;text-decoration:none}.property-detail__hero-breadcrumbs .property-detail__breadcrumb-link:hover,.property-detail__hero-breadcrumbs .property-detail__breadcrumb-current{color:#fff}.property-detail__breadcrumb-sep{margin:0 .375rem}.property-detail__hero-tabs{z-index:10;gap:0;display:flex;position:absolute;bottom:0;left:0}.property-detail__hero-tab{text-transform:uppercase;letter-spacing:.03em;color:var(--auth-color-text,#171717);background:color-mix(in srgb, var(--auth-color-background,#fff) 85%, transparent);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s;display:flex}.property-detail__hero-tab:hover{background:color-mix(in srgb, var(--auth-color-background,#fff) 95%, transparent)}.property-detail__hero-tab--active{background:var(--auth-color-background,#fff);color:var(--auth-color-primary,#c9a96e)}.property-detail__hero-tab svg{flex-shrink:0}.property-detail__no-images{height:100%;color:var(--auth-color-text-muted,#737373);justify-content:center;align-items:center;font-size:.875rem;display:flex}.empty-state{text-align:center;box-sizing:border-box;width:100%;height:100%;color:var(--auth-color-text-muted,#737373);font-family:var(--auth-font-family,system-ui, sans-serif);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.empty-state--sm{padding:2rem 1.5rem}.empty-state--md{padding:3rem 1.5rem}.empty-state--lg{padding:4.5rem 1.5rem}.empty-state__icon{color:var(--auth-color-text-muted,#737373);opacity:.5;justify-content:center;align-items:center;margin-bottom:.625rem;display:flex}.empty-state__title{color:var(--auth-color-text,#171717);margin:0;font-size:1.0625rem;font-weight:600}.empty-state__message{max-width:24rem;margin:0;font-size:.875rem;line-height:1.55}.empty-state__action{margin-top:.875rem}.property-detail__map-embed{height:100%}.property-detail__map-embed iframe{width:100%;height:100%}.property-detail__title-strip{border-bottom:1px solid var(--auth-color-border,#e5e5e5);justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem 0 1.5rem;display:flex}.property-detail__title-left{min-width:0}.property-detail__title{color:var(--auth-color-text,#171717);margin:0;font-size:2rem;font-weight:700;line-height:1.2}.property-detail__location{color:var(--auth-color-text-muted,#737373);margin:.25rem 0 0;font-size:1rem}.property-detail__badge-row{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.property-detail__furnished-badge{letter-spacing:.05em;border:1px solid var(--auth-color-border,#e5e5e5);color:var(--auth-color-text,#171717);padding:.25rem .75rem;font-size:.6875rem;font-weight:600;display:inline-block}.property-detail__title-right{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.property-detail__price-label{color:var(--auth-color-text-muted,#737373);font-size:.8125rem}.property-detail__price-amount{color:var(--auth-color-text,#171717);font-size:2.25rem;font-weight:700;line-height:1.1}.property-detail__price-freq{color:var(--auth-color-text-muted,#737373);font-size:.875rem}.property-detail__price-ask{color:var(--auth-color-text-muted,#737373);font-size:1.5rem;font-style:italic;font-weight:600}.property-detail__facts-bar{border-bottom:1px solid var(--auth-color-border,#e5e5e5);justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.property-detail__facts{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.property-detail__fact{align-items:center;gap:.5rem;display:flex}.property-detail__fact svg{color:var(--auth-color-primary,#c9a96e);flex-shrink:0}.property-detail__fact-value{color:var(--auth-color-text,#171717);text-transform:capitalize;font-size:1rem;font-weight:600}.property-detail__fact-label{color:var(--auth-color-text-muted,#737373);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.property-detail__share-save{align-items:center;gap:1.25rem;display:flex}.property-detail__share-btn,.property-detail__save-btn{cursor:pointer;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);background:0 0;border:none;align-items:center;gap:.375rem;padding:.25rem 0;font-size:.875rem;transition:color .15s;display:flex}.property-detail__share-btn:hover,.property-detail__save-btn:hover{color:var(--auth-color-primary,#c9a96e)}.property-detail__section-title{color:var(--auth-color-text,#171717);margin:0 0 1rem;font-size:1.125rem;font-weight:700}.property-detail__details-section,.property-detail__agent-card,.property-detail__features-section,.property-detail__description-section,.property-detail__map-section,.property-detail__similar-section{border-bottom:1px solid var(--auth-color-border,#e5e5e5);padding:1.5rem 0}.property-detail__details-grid{grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;display:grid}.property-detail__detail-row{justify-content:space-between;display:flex}.property-detail__detail-row dt{color:var(--auth-color-text-muted,#737373);font-size:.875rem}.property-detail__detail-row dd{color:var(--auth-color-text,#171717);margin:0;font-size:.875rem;font-weight:500}.property-detail__agent-actions{gap:.75rem;display:flex}.property-detail__features-list{grid-template-columns:repeat(2,1fr);gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.property-detail__feature-item{color:var(--auth-color-text,#171717);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.property-detail__feature-item svg{color:var(--auth-color-primary,#c9a96e);flex-shrink:0}.property-detail__description--collapsed{max-height:12rem;position:relative;overflow:hidden}.property-detail__description--collapsed:after{content:"";background:linear-gradient(to bottom, transparent, var(--auth-color-background,#fff));height:4rem;position:absolute;bottom:0;left:0;right:0}.property-detail__description-text{color:var(--auth-color-text,#171717);white-space:pre-line;margin:0;font-size:.9375rem;line-height:1.7}.property-detail__read-more{color:var(--auth-color-primary,#c9a96e);cursor:pointer;background:0 0;border:none;margin-top:.75rem;padding:0;font-size:.875rem;font-weight:600;display:inline-block}.property-detail__similar-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.property-detail__similar-card{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);cursor:pointer;text-align:left;background:0 0;padding:0;transition:box-shadow .15s;overflow:hidden}.property-detail__similar-card:hover{box-shadow:0 4px 12px #0000001a}.property-detail__similar-image{object-fit:cover;width:100%;height:140px}.property-detail__similar-info{flex-direction:column;gap:.125rem;padding:.75rem;display:flex}.property-detail__similar-price{color:var(--auth-color-text,#171717);font-size:.875rem;font-weight:600}.property-detail__similar-address{color:var(--auth-color-text,#171717);font-size:.8125rem}.property-detail__similar-postcode{color:var(--auth-color-text-muted,#737373);font-size:.75rem}@media (max-width:768px){.property-detail__title{font-size:1.375rem}.property-detail__title-strip{flex-direction:column;gap:1rem;padding:1.25rem 0}.property-detail__title-right{align-items:flex-start}.property-detail__price-amount{font-size:1.75rem}.property-detail__facts-bar{flex-direction:column;align-items:flex-start;gap:1rem}.property-detail__facts{gap:1rem}.property-detail__hero-tabs{flex-wrap:wrap}.property-detail__hero-tab{padding:.5rem .75rem;font-size:.6875rem}.property-detail__details-grid,.property-detail__features-list{grid-template-columns:1fr}.property-detail__similar-grid{grid-template-columns:repeat(2,1fr)}.property-detail__sticky-inner{gap:1rem;padding:.5rem 1rem}.property-detail__sticky-facts,.property-detail__sticky-agent{display:none}}.property-detail__thumbnails{gap:.5rem;padding:.75rem 0;display:flex;overflow-x:auto}.property-detail__thumbnail{border-radius:var(--auth-radius-input,.5rem);cursor:pointer;background:0 0;border:2px solid #0000;flex-shrink:0;width:80px;height:56px;padding:0;transition:border-color .15s;position:relative;overflow:hidden}.property-detail__thumbnail:hover{border-color:var(--auth-color-primary,#c9a96e)}.property-detail__thumbnail img{object-fit:cover;width:100%;height:100%}.property-detail__thumbnail-more{color:#fff;background:#0009;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;position:absolute;inset:0}.property-detail__lightbox{z-index:10000;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.property-detail__lightbox-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.property-detail__lightbox-image{object-fit:contain;border-radius:4px;max-width:90vw;max-height:85vh}.property-detail__lightbox-close{color:#fff;cursor:pointer;z-index:1;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .15s;display:flex;position:absolute;top:1rem;right:1rem}.property-detail__lightbox-close:hover{background:#ffffff4d}.property-detail__lightbox-prev,.property-detail__lightbox-next{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.property-detail__lightbox-prev{left:1.5rem}.property-detail__lightbox-next{right:1.5rem}.property-detail__lightbox-prev:hover,.property-detail__lightbox-next:hover{background:#ffffff4d}.property-detail__lightbox-counter{color:#fff;letter-spacing:.05em;background:#0009;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.property-detail__price-secondary{color:var(--auth-color-text-muted,#737373);margin-top:.125rem;font-size:.8125rem}@keyframes property-detail-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.property-detail__skeleton-block{background:linear-gradient(90deg, var(--auth-color-surface,#f0f0f0) 25%, var(--auth-color-border,#e5e5e5) 37%, var(--auth-color-surface,#f0f0f0) 63%);border-radius:var(--auth-radius-input,.5rem);background-size:200% 100%;animation:1.5s infinite property-detail-shimmer}.property-detail__skeleton-hero{width:100%;height:100%}.property-detail__skeleton-title{width:60%;height:2rem;margin-bottom:.5rem}.property-detail__skeleton-subtitle{width:30%;height:1rem;margin-bottom:.75rem}.property-detail__skeleton-badge{width:25%;height:1.5rem}.property-detail__skeleton-price{width:120px;height:2.5rem}.property-detail__skeleton-fact{width:100px;height:1.5rem}.property-detail__skeleton-section{width:100%;height:120px;margin-bottom:1.5rem}.property-detail__skeleton-section-tall{width:100%;height:200px;margin-bottom:1.5rem}.property-detail__skeleton-sidebar{width:100%;height:280px}.property-detail--error{justify-content:center;align-items:center;min-height:60vh;display:flex}.property-detail__error-content{text-align:center;max-width:400px;padding:3rem 1.5rem}.property-detail__error-content svg{color:var(--auth-color-text-muted,#737373);margin-bottom:1rem}.property-detail__error-title{color:var(--auth-color-text,#171717);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.property-detail__error-message{color:var(--auth-color-text-muted,#737373);margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.agent-card{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);padding:1.5rem}.agent-card__agents{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.agent-card__agent{align-items:center;gap:1rem;display:flex}.agent-card__photo{object-fit:cover;border-radius:50%;width:3.5rem;height:3.5rem}.agent-card__photo-placeholder{background:var(--auth-color-surface,#f5f5f5);width:3.5rem;height:3.5rem;color:var(--auth-color-text-muted,#737373);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.agent-card__agent-info{flex-direction:column;gap:.125rem;display:flex}.agent-card__agent-name{color:var(--auth-color-text,#171717);font-size:.9375rem;font-weight:600}.agent-card__agent-role{color:var(--auth-color-text-muted,#737373);font-size:.8125rem}.agent-card__agent-phone,.agent-card__agent-email{color:var(--auth-color-primary,#c9a96e);font-size:.875rem;font-weight:500;text-decoration:none}.agent-card__agent-phone:hover,.agent-card__agent-email:hover{text-decoration:underline}.agent-card__agent-contact{cursor:pointer;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-primary,#c9a96e);text-underline-offset:2px;background:0 0;border:none;align-self:flex-start;margin-top:.25rem;padding:0;font-size:.8125rem;font-weight:600;text-decoration:underline}.agent-card__agent-contact:hover{opacity:.8}.agent-card__more{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.8125rem}.agent-card__org{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.agent-card__org-logo{object-fit:contain;width:4rem;height:auto;max-height:3rem}.agent-card__org-info{flex-direction:column;gap:.125rem;display:flex}.agent-card__org-name{color:var(--auth-color-text,#171717);font-size:.9375rem;font-weight:600}.agent-card__org-branch,.agent-card__org-address{color:var(--auth-color-text-muted,#737373);font-size:.8125rem}.agent-card__org-phone{color:var(--auth-color-primary,#c9a96e);font-size:.875rem;font-weight:500;text-decoration:none}.agent-card__actions{flex-direction:column;gap:.75rem;display:flex}.agent-card__actions>*{width:100%}.agent-card__brochure{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .15s;display:flex}.agent-card__brochure:hover{border-color:var(--auth-color-primary,#c9a96e)}.property-detail__layout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.property-detail__main,.property-detail__sidebar{min-width:0}.property-detail__sidebar-sticky{position:sticky;top:5rem}.property-detail__viewings{background:var(--auth-color-surface,#fafafa);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-input,.5rem);margin-top:1rem;padding:1rem}.property-detail__viewings-title{letter-spacing:.04em;text-transform:uppercase;color:var(--auth-color-text-muted,#737373);margin:0 0 .75rem;font-size:.75rem;font-weight:600}.property-detail__viewings-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.property-detail__viewing{border-bottom:1px solid var(--auth-color-border,#e5e5e5);justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem 0;display:flex}.property-detail__viewing:last-child{border-bottom:none}.property-detail__viewing-when{flex-direction:column;gap:.125rem;min-width:0;display:flex}.property-detail__viewing-date{color:var(--auth-color-text,#171717);font-size:.875rem;font-weight:500}.property-detail__viewing-time{color:var(--auth-color-text-muted,#737373);font-size:.8125rem}.property-detail__viewing-status{text-transform:capitalize;background:color-mix(in srgb, var(--auth-color-text-muted,#737373) 14%, transparent);color:var(--auth-color-text-muted,#737373);border-radius:999px;flex-shrink:0;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.4;display:inline-block}.property-detail__viewing-status--approved{color:#15803d;background:#16a34a29}.property-detail__viewing-status--pending{color:#8a7445;background:#b8a37833}.property-detail__viewing-status--rejected{color:#b91c1c;background:#dc262629}.property-detail__viewing-status--canceled{background:color-mix(in srgb, var(--auth-color-text-muted,#737373) 12%, transparent);color:var(--auth-color-text-muted,#737373);opacity:.85;text-decoration:line-through}.property-detail__viewings-link{color:var(--auth-color-primary);cursor:pointer;background:0 0;border:none;margin-top:.75rem;padding:0;font-size:.8125rem;font-weight:600}.property-detail__viewings-link:hover{text-decoration:underline}.property-detail__agent-section{border-bottom:1px solid var(--auth-color-border,#e5e5e5);padding:1.5rem 0}@media (max-width:1024px){.property-detail__layout{grid-template-columns:1fr}.property-detail__sidebar-sticky{position:static}}.property-detail__facts-row-section{border-bottom:1px solid var(--auth-color-border,#e5e5e5);padding:1.5rem 0}.property-detail__facts-row-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.property-detail__facts-row-item{background:var(--auth-color-surface,#f5f5f5);border-radius:var(--auth-radius-input,.5rem);flex-direction:column;gap:.25rem;padding:1rem;display:flex}.property-detail__facts-row-label{text-transform:uppercase;letter-spacing:.04em;color:var(--auth-color-text-muted,#737373);font-size:.75rem;font-weight:600}.property-detail__facts-row-value{color:var(--auth-color-text,#171717);font-size:.9375rem;font-weight:600}.property-detail__epc-section{border-bottom:1px solid var(--auth-color-border,#e5e5e5);padding:1.5rem 0}.property-detail__epc-stub{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem;font-style:italic}.property-detail__utilities-section{border-bottom:1px solid var(--auth-color-border,#e5e5e5);padding:1.5rem 0}.property-detail__utilities-grid{grid-template-columns:repeat(3,1fr);gap:0 2rem;display:grid}.property-detail__utility-row{border-bottom:1px solid var(--auth-color-border,#e5e5e5);justify-content:space-between;gap:1rem;padding:.75rem 0;display:flex}.property-detail__utility-label{color:var(--auth-color-text-muted,#737373);font-size:.875rem}.property-detail__utility-value{color:var(--auth-color-text,#171717);font-size:.875rem;font-weight:500}@media (max-width:768px){.property-detail__facts-row-grid{grid-template-columns:repeat(2,1fr)}.property-detail__utilities-grid{grid-template-columns:1fr}}.maplibregl-map{width:100%;height:100%;overflow:hidden;position:relative!important}.maplibregl-canvas-container{width:100%;height:100%;top:0;left:0;position:absolute!important}.maplibregl-canvas{top:0;left:0;position:absolute!important}.listing-map{width:100%;position:relative;overflow:hidden}.listing-map__container{width:100%;height:100%}.listing-map__pin{background:var(--auth-color-primary,#171717);color:var(--auth-color-background,#fff);font-family:var(--auth-font-family,system-ui, sans-serif);white-space:nowrap;cursor:pointer;transform-origin:bottom;border-radius:4px;align-items:center;gap:2px;padding:4px 8px;font-size:12px;font-weight:600;line-height:1;transition:transform .15s,box-shadow .15s;display:inline-flex;position:relative;box-shadow:0 2px 6px #00000040}.listing-map__pin:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--auth-color-primary,#171717);width:0;height:0;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.listing-map__pin--hover,.listing-map__pin:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 4px 12px #0000004d}.listing-map__pin--active{background:var(--auth-color-primary-hover,#c9a96e);z-index:10}.listing-map__pin--active:after{border-top-color:var(--auth-color-primary-hover,#c9a96e)}.listing-map__pin-label{font-weight:700}.listing-map__pin-freq{opacity:.85;font-size:10px;font-weight:400}.listing-map__cluster{background:var(--auth-color-primary,#171717);color:var(--auth-color-background,#fff);font-family:var(--auth-font-family,system-ui, sans-serif);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #0000004d}.listing-map__cluster:hover{transform:scale(1.08);box-shadow:0 4px 14px #00000059}.listing-map__cluster--small{width:36px;height:36px;font-size:13px}.listing-map__cluster--medium{width:44px;height:44px;font-size:14px}.listing-map__cluster--large{width:52px;height:52px;font-size:15px}.listing-map__cluster-count{line-height:1}.listing-map__radius-handle{flex-direction:column;align-items:center;display:flex;position:relative}.listing-map__radius-handle-dot{cursor:grab;box-sizing:border-box;background:#fff;border:2px solid #1a3460;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0f1d3373,0 0 0 1px #fff9}.listing-map__radius-handle-dot:active{cursor:grabbing}.listing-map__radius-handle-label{color:#fff;font-family:var(--auth-font-family,system-ui, sans-serif);white-space:nowrap;pointer-events:none;background:#1a3460;border-radius:999px;padding:3px 7px;font-size:.7rem;font-weight:600;line-height:1;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 1px 4px #0f1d3366,0 0 0 1px #ffffff59}.listing-map__popup-wrapper .maplibregl-popup-content,.listing-map__popup-wrapper .mapboxgl-popup-content{background:var(--auth-color-background,#fff);border-radius:8px;width:fit-content;padding:0;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000026}.listing-map__popup-wrapper.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.listing-map__popup-wrapper.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.listing-map__popup-wrapper.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{border-top-color:var(--auth-color-background,#fff)}.listing-map__popup-wrapper.maplibregl-popup-anchor-top .maplibregl-popup-tip,.listing-map__popup-wrapper.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.listing-map__popup-wrapper.maplibregl-popup-anchor-top-right .maplibregl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{border-bottom-color:var(--auth-color-background,#fff)}.listing-map__popup-wrapper.maplibregl-popup-anchor-left .maplibregl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{border-right-color:var(--auth-color-background,#fff)}.listing-map__popup-wrapper.maplibregl-popup-anchor-right .maplibregl-popup-tip,.listing-map__popup-wrapper.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{border-left-color:var(--auth-color-background,#fff)}.listing-map__popup-wrapper .maplibregl-popup-close-button,.listing-map__popup-wrapper .mapboxgl-popup-close-button{color:#fff;cursor:pointer;z-index:2;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:15px;line-height:1;display:flex;position:absolute;top:8px;right:8px}.listing-map__popup-wrapper .maplibregl-popup-close-button:hover,.listing-map__popup-wrapper .mapboxgl-popup-close-button:hover{background:#000000a6}.listing-map__popover{width:260px;font-family:var(--auth-font-family,system-ui, sans-serif)}.listing-map__popover-image{object-fit:cover;width:100%;height:140px;display:block}.listing-map__popover-placeholder{width:100%;height:100px;color:var(--auth-color-text-muted,#737373);background:var(--auth-color-surface,#f5f5f5);justify-content:center;align-items:center;display:flex}.listing-map__popover-placeholder:before{content:"";opacity:.45;background-color:currentColor;width:1.75rem;height:1.75rem;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") 50%/contain no-repeat}.listing-map__popover-body{padding:10px 12px 12px}.listing-map__popover-price{color:var(--auth-color-text,#171717);margin-bottom:2px;font-size:16px;font-weight:700}.listing-map__popover-address{color:var(--auth-color-text-muted,#737373);margin-bottom:4px;font-size:13px}.listing-map__popover-meta{color:var(--auth-color-text-muted,#737373);margin-bottom:10px;font-size:12px}.listing-map__popover-cta{background:var(--auth-color-primary,#171717);width:100%;color:var(--auth-color-background,#fff);cursor:pointer;text-align:center;border:none;border-radius:4px;padding:8px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:block}.listing-map__popover-cta:hover{background:var(--auth-color-primary-hover,#333)}.listing-map__pin--parking{gap:4px}.listing-map__pin-count{background:color-mix(in srgb, var(--auth-color-background,#fff) 22%, transparent);min-width:16px;height:16px;color:var(--auth-color-background,#fff);border-radius:8px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.listing-map__pin-unit{opacity:.85;font-size:10px;font-weight:400}.listing-map__pin--soldout{background:var(--auth-color-text-muted,#737373);cursor:default;opacity:.85;box-shadow:0 1px 4px #0000002e}.listing-map__pin--soldout:after{border-top-color:var(--auth-color-text-muted,#737373)}.listing-map__pin--soldout:hover{transform:none;box-shadow:0 1px 4px #0000002e}.listing-map__pin-soldout{font-weight:600}.listing-map__popover--parking .listing-map__popover-body{padding:12px}.listing-map__popover-title{color:var(--auth-color-text,#171717);margin-bottom:2px;padding-right:22px;font-size:15px;font-weight:700}.listing-map__popover--parking .listing-map__popover-price{margin-top:6px;margin-bottom:2px;font-size:15px}.listing-map__popover-chips{flex-wrap:wrap;gap:4px;margin:8px 0 10px;display:flex}.listing-map__popover-chip{background:var(--auth-color-surface,#f5f5f5);color:var(--auth-color-text,#171717);border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.4;display:inline-flex}.marketplace-layout{width:100%}.marketplace-browser__map-hero{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,.75rem);width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.marketplace-browser__map-toggle{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.marketplace-browser__map-toggle:hover{background:var(--auth-color-surface,#f5f5f5)}.marketplace-browser__map-toggle--hide{z-index:10;border-radius:9999px;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000001f}.marketplace-browser__map-toggle-row{justify-content:center;margin-bottom:1.5rem;display:flex}.marketplace-browser__overlay-toggle{z-index:10;background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:9999px;display:inline-flex;position:absolute;top:1rem;left:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001f}.marketplace-browser__overlay-btn{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;display:inline-flex}.marketplace-browser__overlay-btn--active{color:var(--auth-color-on-primary,#fff);background:var(--auth-color-primary,#171717)}.marketplace-browser__draw-control{z-index:10;flex-direction:column;align-items:flex-end;gap:.5rem;max-width:calc(100% - 1.5rem);display:flex;position:absolute;bottom:1rem;left:auto;right:.75rem;transform:none}.marketplace-browser__draw-btn,.marketplace-browser__saved-save,.marketplace-browser__saved-confirm,.marketplace-browser__saved-cancel,.marketplace-browser__saved-login{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .85rem;font-size:.8125rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex;box-shadow:0 2px 8px #0000001f}.marketplace-browser__draw-btn:not(.marketplace-browser__draw-btn--primary):not(.marketplace-browser__draw-btn--clear):hover:not(:disabled),.marketplace-browser__saved-login:hover:not(:disabled){background:var(--auth-color-surface,#f5f5f5)}.marketplace-browser__draw-btn--primary{color:var(--auth-color-on-primary,#fff);background:var(--auth-color-primary,#171717);border-color:var(--auth-color-primary,#171717)}.marketplace-browser__draw-btn--primary:hover:not(:disabled){background:var(--auth-color-primary-hover,#333);border-color:var(--auth-color-primary-hover,#333);color:var(--auth-color-on-primary,#fff)}.marketplace-browser__draw-btn--clear{color:#b91c1c;border-color:#f3c2c2}.marketplace-browser__draw-btn--clear:hover:not(:disabled){color:#991b1b;background:#fee2e2;border-color:#ef9a9a}.marketplace-browser__draw-btn:disabled,.marketplace-browser__saved-confirm:disabled,.marketplace-browser__saved-cancel:disabled{opacity:.5;cursor:not-allowed}.marketplace-browser__draw-hint{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);white-space:nowrap;border-radius:9999px;padding:.35rem .6rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #0000001f}.marketplace-browser__saved{flex-direction:column;align-items:flex-end;gap:.375rem;display:flex}.marketplace-browser__saved-save{color:var(--auth-color-on-primary,#fff);background:var(--auth-color-primary,#171717);border-color:var(--auth-color-primary,#171717)}.marketplace-browser__saved-save:hover:not(:disabled){background:var(--auth-color-primary-hover,#333);border-color:var(--auth-color-primary-hover,#333);color:var(--auth-color-on-primary,#fff)}.marketplace-browser__saved-name{background:var(--auth-color-background,#fff);border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem;display:inline-flex;box-shadow:0 2px 8px #0000001f}.marketplace-browser__saved-input{border:1px solid var(--auth-color-border,#e5e5e5);font-family:var(--auth-font-family,system-ui, sans-serif);border-radius:9999px;min-width:9rem;padding:.35rem .6rem;font-size:.8125rem}.marketplace-browser__saved-input:focus{border-color:var(--auth-color-primary,#171717);outline:none}.marketplace-browser__saved-confirm{color:var(--auth-color-on-primary,#fff);background:var(--auth-color-primary,#171717);border-color:var(--auth-color-primary,#171717)}.marketplace-browser__saved-cancel{width:2rem;padding:.5rem}.marketplace-browser__saved-dropdown{position:relative}.marketplace-browser__saved-toggle{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);cursor:pointer;border-radius:9999px;align-items:center;gap:.375rem;padding:.5rem .85rem;font-size:.8125rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0000001f}.marketplace-browser__saved-toggle:hover{background:var(--auth-color-surface,#f5f5f5)}.marketplace-browser__saved-toggle-chevron{transition:transform .15s;display:inline-flex}.marketplace-browser__saved-toggle-chevron--open{transform:rotate(180deg)}.marketplace-browser__saved-menu{z-index:20;background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:.75rem;flex-direction:column;gap:.125rem;min-width:12rem;max-width:16rem;max-height:14rem;margin:0;padding:.25rem;list-style:none;display:flex;position:absolute;bottom:calc(100% + .375rem);right:0;overflow-y:auto;box-shadow:0 6px 20px #0000002e}.marketplace-browser__saved-item{border-radius:.5rem;align-items:center;display:flex;overflow:hidden}.marketplace-browser__saved-item:hover{background:var(--auth-color-surface,#f5f5f5)}.marketplace-browser__saved-load{min-width:0;font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;flex:1;padding:.45rem .6rem;font-size:.8125rem;font-weight:600;overflow:hidden}.marketplace-browser__saved-remove{color:var(--auth-color-text-muted,#737373);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.45rem .55rem;font-size:.8125rem}.marketplace-browser__saved-remove:hover{color:#b91c1c;background:#fee2e2}.marketplace-browser__saved-hint,.marketplace-browser__saved-error{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);margin:0;font-size:.75rem}.marketplace-browser__saved-error{color:#b91c1c}.marketplace-browser__search{margin-bottom:1.5rem;scroll-margin-top:1rem}.marketplace-browser__area-error{margin-bottom:1rem}.marketplace-browser__results-bar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.marketplace-browser__count{font-family:var(--auth-font-heading,var(--auth-font-family,system-ui, sans-serif));color:var(--auth-color-text,#171717);font-size:1.25rem;font-weight:600}.marketplace-browser__loader{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;padding:4rem 1rem;display:flex}.marketplace-browser__spinner{border:2px solid var(--auth-color-border,#e5e5e5);border-top-color:var(--auth-color-primary,#171717);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite marketplace-browser-spin}@keyframes marketplace-browser-spin{to{transform:rotate(360deg)}}.marketplace-browser__loader-text{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text-muted,#737373);font-size:.875rem}.marketplace-layout__map-hero{width:100%;height:50vh;min-height:300px;max-height:500px;position:relative}.marketplace-layout__hide-map{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;z-index:10;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000001f}.marketplace-layout__hide-map:hover{background:var(--auth-color-surface,#f5f5f5)}.marketplace-layout__show-map{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717);background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.25rem);cursor:pointer;align-items:center;gap:.375rem;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.marketplace-layout__show-map:hover{background:var(--auth-color-surface,#f5f5f5)}.marketplace-layout__toolbar{justify-content:flex-end;padding:.5rem 0;display:flex}.marketplace-layout__view-toggle{border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-button,.25rem);display:inline-flex;overflow:hidden}.marketplace-layout__view-btn{background:var(--auth-color-background,#fff);width:36px;height:32px;color:var(--auth-color-text-muted,#737373);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.marketplace-layout__view-btn:not(:last-child){border-right:1px solid var(--auth-color-border,#e5e5e5)}.marketplace-layout__view-btn:hover{background:var(--auth-color-surface,#f5f5f5)}.marketplace-layout__view-btn--active{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff)}.marketplace-layout__view-btn--active:hover{background:var(--auth-color-primary,#171717)}.marketplace-layout__content{width:100%;position:relative}.marketplace-layout--grid .marketplace-layout__content{display:block}.marketplace-layout--grid .marketplace-layout__grid{width:100%}.marketplace-layout--split .marketplace-layout__content{grid-template-columns:1fr 40%;gap:0;height:calc(100vh - 200px);display:grid}.marketplace-layout--split .marketplace-layout__grid{padding-right:1rem;overflow-y:auto}.marketplace-layout--split .marketplace-layout__map{border-left:1px solid var(--auth-color-border,#e5e5e5);height:100%;position:sticky;top:0}.marketplace-layout--map .marketplace-layout__content{height:calc(100vh - 200px);position:relative}.marketplace-layout--map .marketplace-layout__map{width:100%;height:100%}.marketplace-layout__floating-panel{background:var(--auth-color-background,#fff);border-radius:var(--auth-radius-card,.5rem);z-index:10;flex-direction:column;width:380px;max-height:calc(100% - 2rem);display:flex;position:absolute;top:1rem;left:1rem;overflow:hidden;box-shadow:0 4px 20px #00000026}.marketplace-layout__floating-header{border-bottom:1px solid var(--auth-color-border,#e5e5e5);font-family:var(--auth-font-family,system-ui, sans-serif);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.marketplace-layout__floating-count{color:var(--auth-color-text,#171717);font-size:.8125rem;font-weight:600}.marketplace-layout__floating-close{border:1px solid var(--auth-color-border,#e5e5e5);background:var(--auth-color-background,#fff);width:28px;height:28px;color:var(--auth-color-text-muted,#737373);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.marketplace-layout__floating-close:hover{background:var(--auth-color-surface,#f5f5f5)}.marketplace-layout__floating-list{flex:1;padding:.5rem;overflow-y:auto}@media (max-width:768px){.marketplace-layout--split .marketplace-layout__content{flex-direction:column;height:auto;display:flex}.marketplace-layout--split .marketplace-layout__grid{padding-right:0;overflow-y:visible}.marketplace-layout--split .marketplace-layout__map{border-left:none;border-bottom:1px solid var(--auth-color-border,#e5e5e5);order:-1;height:300px}.marketplace-layout__floating-panel{width:calc(100% - 2rem);max-height:50%}.marketplace-browser__map-toggle--hide{left:.75rem;transform:none}}.pagination{color:inherit;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0;display:flex}.pagination__summary{color:inherit;opacity:.7;font-size:.875rem}.pagination__summary strong{opacity:1}.pagination__load-more{font-size:.875rem;font-weight:500;font-family:var(--auth-font-family,inherit);color:var(--auth-color-background,#fff);background:var(--auth-color-primary,#b8a378);border-radius:var(--auth-border-radius,.375rem);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.625rem 1.75rem;transition:opacity .15s;display:inline-flex}.pagination__load-more:hover{opacity:.9}.pagination__load-more:disabled{opacity:.5;cursor:not-allowed}.pagination--pages{flex-flow:wrap;justify-content:center;gap:.75rem}.pagination__info{color:inherit;opacity:.7;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.pagination__info strong{opacity:1}.pagination__info-text{white-space:nowrap}.pagination__rows-wrap{position:relative}.pagination__rows-trigger{font-size:.8125rem;font-family:var(--auth-font-family,inherit);color:inherit;border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius,.375rem);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:.375rem;padding:.375rem .625rem;transition:border-color .15s;display:inline-flex}.pagination__rows-trigger:hover:not(:disabled){border-color:var(--auth-color-primary,#b8a378)}.pagination__rows-trigger:disabled{opacity:.5;cursor:not-allowed}.pagination__rows-chevron{transition:transform .15s}.pagination__rows-chevron--open{transform:rotate(180deg)}.pagination__rows-menu{background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius,.375rem);z-index:10;min-width:100%;margin-top:.25rem;padding:.25rem;list-style:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000026}.pagination__rows-option{width:100%;font-size:.8125rem;font-family:var(--auth-font-family,inherit);color:inherit;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:.25rem;padding:.375rem .75rem;transition:background .1s;display:block}.pagination__rows-option:hover{background:var(--auth-color-border,#ffffff0f)}.pagination__rows-option--active{color:var(--auth-color-primary,#b8a378);font-weight:600}.pagination__controls{align-items:center;gap:.25rem;display:flex}.pagination__arrow{border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius,.375rem);width:2rem;height:2rem;color:inherit;cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.pagination__arrow:hover:not(:disabled){background:var(--auth-color-border,#ffffff0f)}.pagination__arrow:disabled{opacity:.3;cursor:not-allowed}.pagination__page{border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius,.375rem);min-width:2rem;height:2rem;color:inherit;font-size:.875rem;font-family:var(--auth-font-family,inherit);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0 .5rem;transition:all .15s;display:inline-flex}.pagination__page:hover:not(:disabled){background:var(--auth-color-border,#ffffff0f)}.pagination__page--active{background:var(--auth-color-primary,#b8a378);color:var(--auth-color-background,#fff);border-color:var(--auth-color-primary,#b8a378)}.pagination__page--active:hover:not(:disabled){background:var(--auth-color-primary,#b8a378);opacity:.9}.pagination__ellipsis{min-width:2rem;height:2rem;color:inherit;opacity:.5;justify-content:center;align-items:center;font-size:.875rem;display:inline-flex}.pagination--infinite{padding:0}.pagination__sentinel{height:1px}.pagination__spinner{justify-content:center;padding:1rem 0;display:flex}.pagination__spinner-icon{border:2px solid var(--auth-color-border,#e5e7eb);border-top-color:var(--auth-color-primary,#b8a378);border-radius:50%;width:1.5rem;height:1.5rem;animation:.6s linear infinite pagination-spin}@keyframes pagination-spin{to{transform:rotate(360deg)}}@media (max-width:768px){.pagination--pages{flex-direction:column;gap:.5rem}.pagination__info{flex-wrap:wrap;justify-content:center;gap:.5rem;font-size:.75rem}.pagination__controls{flex-wrap:wrap;justify-content:center}.pagination__page,.pagination__arrow{min-width:1.75rem;height:1.75rem;font-size:.75rem}}.book-viewing-modal{font-family:var(--auth-font-family,inherit);color:var(--auth-color-text,#1a1a1a)}.book-viewing-modal__step{flex-direction:column;gap:1rem;display:flex}.book-viewing-modal__step-title{font-size:var(--auth-font-size-heading,1.125rem);font-weight:var(--auth-font-weight-heading,600);margin:0}.book-viewing-modal__back{color:var(--auth-color-primary,#2563eb);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.875rem}.book-viewing-modal__back:hover{text-decoration:underline}.book-viewing-modal__login-gate{text-align:center;align-items:center;padding:2rem 1rem}.book-viewing-modal__login-message{font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text-muted,#6b7280);margin:0 0 .5rem}.book-viewing-modal__agent-select{flex-direction:column;gap:.5rem;display:flex}.book-viewing-modal__agent-dropdown{position:relative}.book-viewing-modal__agent{border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius-card,.5rem);background:var(--auth-color-surface,#fff);cursor:pointer;text-align:left;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;transition:border-color .15s,box-shadow .15s;display:flex}.book-viewing-modal__agent:hover{border-color:var(--auth-color-primary,#2563eb)}.book-viewing-modal__agent--trigger:disabled{cursor:default}.book-viewing-modal__agent--trigger:disabled:hover{border-color:var(--auth-color-border,#e5e7eb)}.book-viewing-modal__agent-chevron{color:var(--auth-color-text-muted,#6b7280);margin-left:auto;font-size:.875rem;transition:transform .15s}.book-viewing-modal__agent-chevron--open{transform:rotate(180deg)}.book-viewing-modal__agent-backdrop{cursor:default;z-index:5;background:0 0;border:none;position:fixed;inset:0}.book-viewing-modal__agent-menu{background:var(--auth-color-background,#fff);border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius-card,.5rem);z-index:6;flex-direction:column;gap:.25rem;max-height:18rem;margin:0;padding:.375rem;list-style:none;display:flex;position:absolute;top:calc(100% + .375rem);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0000002e}.book-viewing-modal__agent--option{border-color:#0000}.book-viewing-modal__agent-contact-line{color:var(--auth-color-text-muted,#6b7280);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.book-viewing-modal__agent--skeleton{cursor:default;pointer-events:none}.book-viewing-modal__agent--skeleton .book-viewing-modal__agent-placeholder{background:var(--auth-color-border,#e5e7eb);animation:1.4s ease-in-out infinite book-viewing-pulse}.book-viewing-modal__skeleton-line{background:var(--auth-color-border,#e5e7eb);border-radius:.3125rem;width:10rem;max-width:60%;height:.625rem;animation:1.4s ease-in-out infinite book-viewing-pulse;display:block}.book-viewing-modal__skeleton-line--short{width:6rem}@keyframes book-viewing-pulse{0%,to{opacity:1}50%{opacity:.45}}.book-viewing-modal__agent--selected{border-color:var(--auth-color-primary,#2563eb);box-shadow:0 0 0 2px color-mix(in srgb, var(--auth-color-primary,#2563eb) 25%, transparent)}.book-viewing-modal__agent-photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:2.5rem;height:2.5rem}.book-viewing-modal__agent-placeholder{background:var(--auth-color-primary,#2563eb);width:2.5rem;height:2.5rem;color:var(--auth-color-on-primary,#fff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.book-viewing-modal__agent-info{flex-direction:column;gap:.125rem;min-width:0;display:flex}.book-viewing-modal__agent-name{color:var(--auth-color-text,#1a1a1a);font-size:.9375rem;font-weight:600}.book-viewing-modal__agent-role{color:var(--auth-color-text-muted,#6b7280);font-size:.8125rem}.book-viewing-modal__calendar-row{align-items:flex-start;gap:1.5rem;display:flex}.book-viewing-modal__calendar-row--disabled{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.book-viewing-modal__calendar-col{flex:none}.book-viewing-modal__slots{flex-direction:column;flex:1 1 0;gap:.375rem;max-height:320px;padding-right:.25rem;display:flex;overflow-y:auto}@media (max-width:640px){.book-viewing-modal__calendar-row{flex-direction:column;gap:1rem}.book-viewing-modal__calendar-col{width:100%}.book-viewing-modal__slots{grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;max-height:none;padding-right:0;display:grid}.book-viewing-modal__slots .book-viewing-modal__slots-hint{grid-column:1/-1}}.book-viewing-modal__slots-hint{color:var(--auth-color-text-muted,#6b7280);text-align:center;margin:0;padding:1rem 0;font-size:.875rem}.book-viewing-modal__slot{border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius-button,.375rem);background:var(--auth-color-surface,#fff);color:var(--auth-color-text,#1a1a1a);cursor:pointer;text-align:center;padding:.5rem 1rem;font-size:.875rem;transition:border-color .15s,background-color .15s}.book-viewing-modal__slot:hover:not(:disabled){border-color:var(--auth-color-primary,#2563eb);background:color-mix(in srgb, var(--auth-color-primary,#2563eb) 5%, transparent)}.book-viewing-modal__slot--selected{background:var(--auth-color-primary,#2563eb);color:var(--auth-color-on-primary,#fff);border-color:var(--auth-color-primary,#2563eb)}.book-viewing-modal__slot--selected:hover:not(:disabled){background:var(--auth-color-primary-hover,#1d4ed8);border-color:var(--auth-color-primary-hover,#1d4ed8)}.book-viewing-modal__slot--disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.book-viewing-modal__confirm{gap:1.25rem}.book-viewing-modal__summary{background:var(--auth-color-surface,#f9fafb);border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius-card,.5rem);padding:1.25rem}.book-viewing-modal__summary-title{color:var(--auth-color-text,#1a1a1a);margin:0 0 .75rem;font-size:1rem;font-weight:600}.book-viewing-modal__summary-list{grid-template-columns:auto 1fr;gap:.375rem 1rem;margin:0;font-size:.875rem;display:grid}.book-viewing-modal__summary-list dt{color:var(--auth-color-text-muted,#6b7280);font-weight:500}.book-viewing-modal__summary-list dd{color:var(--auth-color-text,#1a1a1a);margin:0}.book-viewing-modal__error{color:var(--auth-color-error,#dc2626);background:color-mix(in srgb, var(--auth-color-error,#dc2626) 8%, transparent);border-radius:var(--auth-border-radius-input,.375rem);margin:0;padding:.5rem .75rem;font-size:.875rem}.book-viewing-modal__booked{text-align:center;align-items:center;gap:1rem;padding:.5rem 0}.book-viewing-modal__booked-icon{width:3rem;height:3rem;color:var(--auth-color-success,#16a34a);background:color-mix(in srgb, var(--auth-color-success,#16a34a) 12%, transparent);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.book-viewing-modal__booked-title{color:var(--auth-color-text,#1a1a1a);margin:0;font-size:1.125rem;font-weight:600}.book-viewing-modal__booked-message{color:var(--auth-color-text-muted,#6b7280);max-width:28rem;margin:0;font-size:.875rem}.book-viewing-modal__booked-summary{text-align:left;background:var(--auth-color-surface,#f9fafb);border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius-card,.5rem);grid-template-columns:auto 1fr;gap:.375rem 1rem;width:100%;margin:0;padding:1rem 1.25rem;font-size:.875rem;display:grid}.book-viewing-modal__booked-summary dt{color:var(--auth-color-text-muted,#6b7280);font-weight:500}.book-viewing-modal__booked-summary dd{color:var(--auth-color-text,#1a1a1a);margin:0}.book-viewing-modal__booked-actions{justify-content:center;gap:.75rem;width:100%;display:flex}@media (max-width:640px){.book-viewing-modal__calendar-row{flex-direction:column}.book-viewing-modal__slots{flex-flow:wrap;max-height:200px}.book-viewing-modal__slot{flex:none}}.my-viewings{max-width:720px;padding:var(--auth-spacing-section-gap,2rem) var(--auth-spacing-padding,1.5rem);margin:0 auto}.my-viewings__heading{font-family:var(--auth-font-family,inherit);font-size:var(--auth-font-size-heading,1.5rem);font-weight:var(--auth-font-weight-heading,600);color:var(--auth-color-text,#1a1a1a);margin:0 0 1.5rem}.my-viewings__loading{text-align:center;padding:3rem 1rem}.my-viewings__loading-text{font-family:var(--auth-font-family,inherit);font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text-muted,#6b7280);margin:0}.my-viewings__empty{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.my-viewings__empty-icon{color:var(--auth-color-text-muted,#6b7280);opacity:.5}.my-viewings__empty-text{font-family:var(--auth-font-family,inherit);font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text-muted,#6b7280);margin:0}.my-viewings__list{flex-direction:column;gap:1rem;display:flex}.my-viewings__card{background:var(--auth-color-surface,#fff);border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius-card,.75rem);padding:1.25rem;transition:box-shadow .15s,border-color .15s}.my-viewings__card[role=button]{cursor:pointer}.my-viewings__card[role=button]:hover{border-color:var(--auth-color-primary,#b8a378);box-shadow:0 2px 8px #0000000f}.my-viewings__card-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.my-viewings__datetime{font-family:var(--auth-font-family,inherit);font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text,#1a1a1a);font-weight:500}.my-viewings__status{font-family:var(--auth-font-family,inherit);text-transform:uppercase;letter-spacing:.03em;border-radius:var(--auth-border-radius-button,.375rem);white-space:nowrap;padding:.2em .6em;font-size:.75rem;font-weight:600;display:inline-block}.my-viewings__status--scheduled{color:#166534;background:#dcfce7}.my-viewings__status--completed{color:#1e40af;background:#dbeafe}.my-viewings__status--canceled{color:#6b7280;background:#f3f4f6}.my-viewings__status--rescheduled{color:#92400e;background:#fef3c7}.my-viewings__card-body{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.my-viewings__location{font-family:var(--auth-font-family,inherit);color:var(--auth-color-text,#171717);font-size:.9375rem;font-weight:600}.my-viewings__agent{font-family:var(--auth-font-family,inherit);color:var(--auth-color-text-muted,#6b7280);font-size:.875rem}.my-viewings__card-actions{border-top:1px solid var(--auth-color-border,#e5e7eb);gap:.5rem;padding-top:.75rem;display:flex}.my-viewings__confirm{flex-direction:column;gap:.75rem;display:flex}.my-viewings__confirm-detail{font-family:var(--auth-font-family,inherit);color:var(--auth-color-text,#171717);margin:0;font-size:.9375rem;font-weight:600}.my-viewings__confirm-message{font-family:var(--auth-font-family,inherit);color:var(--auth-color-text-muted,#6b7280);margin:0;font-size:.875rem}.my-viewings__confirm-actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.my-viewings__confirm-actions .auth-button{white-space:nowrap;width:auto;padding:.5rem 1rem;font-size:.875rem}@media (max-width:640px){.my-viewings{padding:1.25rem 1rem}.my-viewings__card-header{flex-direction:column;align-items:flex-start}}.contrast-surface{color:var(--contrast-fg,inherit)}.contrast-backing{background:var(--contrast-backing,transparent);box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.contrast-backing[data-backing-tone=light]{box-shadow:inset 0 0 0 1px #00000014}.contrast-backing[data-backing-tone=dark]{box-shadow:inset 0 0 0 1px #ffffff24}.contrast-backing>img,.contrast-backing>svg{object-fit:contain;width:100%;height:100%;display:block}.contrast-backing--circle{border-radius:50%}.contrast-backing--rounded{border-radius:.5rem}.contrast-backing--pill{border-radius:999px}.contrast-backing--none{border-radius:0}.contrast-backing--sm{width:2rem;height:2rem;padding:3px}.contrast-backing--md{width:2.75rem;height:2.75rem;padding:4px}.contrast-backing--lg{width:3.75rem;height:3.75rem;padding:6px}.team-section{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717)}.team-section__header{text-align:center;margin-bottom:2rem}.team-section__title{font-size:var(--auth-font-size-heading,1.5rem);font-weight:var(--auth-font-weight-heading,700);margin:0}.team-section__subtitle{color:var(--auth-color-text-muted,#737373);margin:.5rem 0 0}.team-section__status{text-align:center;color:var(--auth-color-text-muted,#737373);padding:2rem 0}.team-section__grid,.team-section__list{margin:0;padding:0;list-style:none}.team-section__grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;display:grid}@media (min-width:640px){.team-section__grid--cols-2,.team-section__grid--cols-3,.team-section__grid--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.team-section__grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.team-section__grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.team-section__list{flex-direction:column;gap:1rem;display:flex}.team-member{text-align:center;background:var(--auth-color-surface,#f5f5f5);border:1px solid var(--auth-color-border,#e5e5e5);border-radius:var(--auth-radius-card,1rem);flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.team-section__list .team-member{text-align:left;flex-direction:row;align-items:center}.team-member__photo.avatar{width:5rem;height:5rem;font-size:1.25rem}.team-member__body{flex-direction:column;gap:.125rem;display:flex}.team-member__name{color:var(--auth-color-text,#171717);font-weight:600}.team-member__position{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#737373)}.team-member__contact{font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-primary,#171717);text-decoration:none}.team-member__contact:hover{text-decoration:underline}.auth-toaster{z-index:9999;pointer-events:none;width:min(360px,100vw - 2rem);max-width:calc(100vw - 2rem);font-family:var(--auth-font-family,system-ui, sans-serif);flex-direction:column;gap:.5rem;display:flex;position:fixed}.auth-toaster--top-right{align-items:flex-end;top:1rem;right:1rem}.auth-toaster--top-left{align-items:flex-start;top:1rem;left:1rem}.auth-toaster--top-center{align-items:center;top:1rem;left:50%;transform:translate(-50%)}.auth-toaster--bottom-right{flex-direction:column-reverse;align-items:flex-end;bottom:1rem;right:1rem}.auth-toaster--bottom-left{flex-direction:column-reverse;align-items:flex-start;bottom:1rem;left:1rem}.auth-toaster--bottom-center{flex-direction:column-reverse;align-items:center;bottom:1rem;left:50%;transform:translate(-50%)}.auth-toast{pointer-events:auto;background:var(--auth-color-background,#fff);width:100%;color:var(--auth-color-text,#171717);border:1px solid color-mix(in srgb, var(--auth-color-text,#171717) 8%, transparent);border-radius:.75rem;align-items:flex-start;gap:.625rem;padding:.75rem .875rem;transition:box-shadow .2s;animation:.28s cubic-bezier(.22,1,.36,1) auth-toast-in;display:flex;box-shadow:0 1px 2px #1118270a,0 6px 16px #11182714,0 14px 32px #1118270f}.auth-toast:hover{box-shadow:0 1px 2px #1118270d,0 8px 20px #1118271a,0 18px 40px #11182714}.auth-toast--error{--auth-toast-accent:var(--auth-color-error,#dc2626)}.auth-toast--success{--auth-toast-accent:var(--auth-color-success,#16a34a)}.auth-toast--info{--auth-toast-accent:var(--auth-color-primary,#171717)}.auth-toast--warning{--auth-toast-accent:var(--auth-color-warning,#d97706)}.auth-toast__icon{width:1.625rem;height:1.625rem;color:var(--auth-toast-accent,var(--auth-color-primary,#171717));background:color-mix(in srgb, var(--auth-toast-accent,var(--auth-color-primary,#171717)) 13%, transparent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.auth-toast__icon svg{width:15px;height:15px}.auth-toast__body{flex:auto;min-width:0;padding-top:.0625rem}.auth-toast__title{color:var(--auth-color-text,#171717);letter-spacing:-.01em;margin:0 0 .0625rem;font-size:.875rem;font-weight:600;line-height:1.35}.auth-toast__message{color:var(--auth-color-text-muted,#6b7280);overflow-wrap:anywhere;margin:0;font-size:.8125rem;line-height:1.45}.auth-toast__close{width:1.5rem;height:1.5rem;color:var(--auth-color-text-muted,#9ca3af);cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:.4375rem;flex:none;justify-content:center;align-items:center;margin:-.0625rem -.1875rem 0 0;padding:0;transition:opacity .15s,background-color .15s,color .15s;display:inline-flex}.auth-toast__close svg{width:14px;height:14px}.auth-toast__close:hover{opacity:1;background:color-mix(in srgb, var(--auth-color-text,#171717) 6%, transparent);color:var(--auth-color-text,#171717)}@keyframes auth-toast-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.auth-toast{animation:none}}@media (max-width:540px){.auth-toaster{flex-direction:column;align-items:stretch;width:auto;max-width:none;inset:auto .75rem .75rem;transform:none}}.listing-card--linked{position:relative}.listing-card__link{z-index:1;text-indent:-9999px;font-size:0;position:absolute;inset:0;overflow:hidden}.listing-card__link:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:-2px}.listing-card--linked .listing-card__image,.listing-card--linked .listing-card__cta{z-index:2;position:relative}.key-facts{font-family:var(--auth-font-family,system-ui, sans-serif);color:var(--auth-color-text,#171717)}.key-facts__title{font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text,#171717);margin:0 0 .75rem;font-weight:600}.key-facts__list{margin:0;padding:0;list-style:none}.key-facts__item{margin:0;padding:0}.key-facts__label{font-size:inherit;margin:0;padding:0}.key-facts__dd{margin:0;padding:0}.key-facts__icon{color:var(--auth-color-muted,#6b7280);flex-shrink:0;align-items:center;line-height:1;display:flex}.key-facts__value-link,.key-facts__value-button{cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;color:var(--auth-color-primary,#171717);text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.key-facts__value-link:hover,.key-facts__value-button:hover{opacity:.75}.key-facts__value-link:focus-visible,.key-facts__value-button:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px;border-radius:2px}.key-facts__tooltip-wrapper{vertical-align:middle;align-items:center;margin-left:4px;display:inline-flex;position:relative}.key-facts__tooltip-trigger{cursor:pointer;width:18px;height:18px;color:var(--auth-color-muted,#6b7280);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.key-facts__tooltip-trigger:hover{color:var(--auth-color-text,#171717)}.key-facts__tooltip-trigger:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:1px}.key-facts__tooltip{white-space:normal;text-align:left;max-width:220px;color:var(--auth-color-background,#fff);background:var(--auth-color-text,#171717);pointer-events:none;opacity:0;z-index:10;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:400;line-height:1.4;transition:opacity .15s;position:absolute;bottom:calc(100% + 8px);left:50%;right:auto;transform:translate(-50%)}.key-facts__tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--auth-color-text,#171717);position:absolute;top:100%;left:50%;transform:translate(-50%)}.key-facts__tooltip-wrapper:hover .key-facts__tooltip,.key-facts__tooltip-trigger:focus-visible+.key-facts__tooltip{opacity:1}.key-facts--strip .key-facts__list{flex-wrap:wrap;align-items:flex-start;gap:0;display:flex}.key-facts--strip .key-facts__item{border-right:1px solid var(--auth-color-border,#e5e7eb);flex-direction:column;gap:2px;padding:0 1rem;display:flex}.key-facts--strip .key-facts__item:first-child{padding-left:0}.key-facts--strip .key-facts__item:last-child{border-right:none}.key-facts--strip .key-facts__label{color:var(--auth-color-muted,#6b7280);white-space:nowrap;align-items:center;font-size:.75rem;font-weight:500;display:flex}.key-facts--strip .key-facts__dd{color:var(--auth-color-text,#171717);white-space:nowrap;font-size:.875rem;font-weight:600}.key-facts--strip.key-facts--sm .key-facts__item{padding:0 .75rem}.key-facts--strip.key-facts--sm .key-facts__label{font-size:.6875rem}.key-facts--strip.key-facts--sm .key-facts__dd{font-size:.8125rem}.key-facts--grid .key-facts__list{grid-template-columns:repeat(3,1fr);gap:1rem 1.25rem;display:grid}.key-facts--grid.key-facts--cols-2 .key-facts__list{grid-template-columns:repeat(2,1fr)}.key-facts--grid.key-facts--cols-3 .key-facts__list{grid-template-columns:repeat(3,1fr)}.key-facts--grid.key-facts--cols-4 .key-facts__list{grid-template-columns:repeat(4,1fr)}.key-facts--grid .key-facts__item{flex-direction:column;gap:4px;display:flex}.key-facts--grid .key-facts__label{color:var(--auth-color-muted,#6b7280);align-items:center;font-size:.75rem;font-weight:500;display:flex}.key-facts--grid .key-facts__dd{color:var(--auth-color-text,#171717);font-size:.9375rem;font-weight:600}.key-facts--grid.key-facts--sm .key-facts__label{font-size:.6875rem}.key-facts--grid.key-facts--sm .key-facts__dd{font-size:.875rem}.key-facts--list .key-facts__list{flex-direction:column;display:flex}.key-facts--list .key-facts__item{border-bottom:1px solid var(--auth-color-border,#e5e7eb);justify-content:space-between;align-items:baseline;gap:1rem;padding:.625rem 0;display:flex}.key-facts--list .key-facts__item:first-child{border-top:1px solid var(--auth-color-border,#e5e7eb)}.key-facts--list .key-facts__label{color:var(--auth-color-muted,#6b7280);flex-shrink:0;align-items:center;font-size:.875rem;display:flex}.key-facts--list .key-facts__dd{color:var(--auth-color-text,#171717);text-align:right;font-size:.875rem;font-weight:500}.key-facts--list.key-facts--sm .key-facts__item{padding:.4375rem 0}.key-facts--list.key-facts--sm .key-facts__label,.key-facts--list.key-facts--sm .key-facts__dd{font-size:.8125rem}.key-facts__footnote{color:var(--auth-color-muted,#6b7280);margin:.75rem 0 0;font-size:.8125rem}.key-facts__footnote-link,.key-facts__footnote-button{cursor:pointer;font-family:inherit;font-size:inherit;color:var(--auth-color-primary,#171717);text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.key-facts__footnote-link:hover,.key-facts__footnote-button:hover{opacity:.75}.key-facts__footnote-link:focus-visible,.key-facts__footnote-button:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px;border-radius:2px}@media (max-width:768px){.key-facts--grid.key-facts--cols-4 .key-facts__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.key-facts--strip .key-facts__list{gap:.5rem 0}.key-facts--strip .key-facts__item{border-right:none;border-bottom:1px solid var(--auth-color-border,#e5e7eb);width:50%;padding:.375rem .75rem}.key-facts--strip .key-facts__item:nth-child(odd){padding-left:0}.key-facts--strip .key-facts__item:nth-last-child(-n+2){border-bottom:none}.key-facts--grid.key-facts--cols-3 .key-facts__list,.key-facts--grid.key-facts--cols-4 .key-facts__list{grid-template-columns:repeat(2,1fr)}.key-facts--grid.key-facts--cols-2 .key-facts__list{grid-template-columns:1fr}}.sticky-summary{z-index:500;background:var(--auth-color-surface,#fff);border-bottom:1px solid var(--auth-color-border,#e5e7eb);height:64px;font-family:var(--auth-font-family,sans-serif);font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text,#171717);box-sizing:border-box;pointer-events:none;opacity:0;align-items:center;gap:.5rem;padding:0 1rem;transition:opacity .25s,transform .25s;display:flex;position:fixed;left:0;right:0;transform:translateY(-100%);box-shadow:0 2px 12px #00000014}.sticky-summary--bottom{border-bottom:none;border-top:1px solid var(--auth-color-border,#e5e7eb);padding-bottom:env(safe-area-inset-bottom,0px);height:calc(64px + env(safe-area-inset-bottom,0px));top:auto;bottom:0;transform:translateY(100%);box-shadow:0 -2px 12px #00000014}.sticky-summary--visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.sticky-summary{transition:opacity .15s;transform:none}.sticky-summary--bottom{transform:none}}.sticky-summary__nav-btn{border:1px solid var(--auth-color-border,#e5e7eb);border-radius:var(--auth-border-radius-button,8px);width:36px;height:36px;color:var(--auth-color-text,#171717);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:inline-flex}.sticky-summary__nav-btn:hover{background:var(--auth-color-background,#f9fafb);border-color:var(--auth-color-text-muted,#737373)}.sticky-summary__nav-btn:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px}.sticky-summary__avatar-wrap{flex-shrink:0}.sticky-summary__avatar{object-fit:cover;background:var(--auth-color-primary,#171717);width:36px;height:36px;color:var(--auth-color-on-primary,#fff);border:2px solid var(--auth-color-border,#e5e7eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.sticky-summary__identity{flex-direction:column;flex-shrink:1;justify-content:center;min-width:0;display:flex}.sticky-summary__title{font-weight:600;font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text,#171717);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sticky-summary__subtitle{font-size:var(--auth-font-size-label,.8125rem);color:var(--auth-color-text-muted,#737373);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;overflow:hidden}.sticky-summary__meta{flex-shrink:0;align-items:center;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.sticky-summary__meta-item{font-size:var(--auth-font-size-label,.8125rem);color:var(--auth-color-text-muted,#737373);white-space:nowrap;align-items:center;gap:.25rem;display:inline-flex}.sticky-summary__meta-icon{color:var(--auth-color-text-muted,#737373);align-items:center;display:inline-flex}.sticky-summary__spacer{flex:auto;min-width:.5rem}.sticky-summary__price{flex-direction:column;flex-shrink:0;align-items:flex-end;line-height:1.2;display:inline-flex}.sticky-summary__price-label{color:var(--auth-color-text-muted,#737373);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem}.sticky-summary__price-amount{font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text,#171717);font-weight:700}.sticky-summary__price-frequency{font-size:var(--auth-font-size-label,.8125rem);color:var(--auth-color-text-muted,#737373);font-weight:400}.sticky-summary__btn{border-radius:var(--auth-border-radius-button,8px);height:40px;font-family:var(--auth-font-family,sans-serif);font-size:var(--auth-font-size-label,.8125rem);font-weight:var(--auth-font-weight-button,600);cursor:pointer;white-space:nowrap;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;padding:0 1.125rem;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.sticky-summary__btn:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px}.sticky-summary__btn--primary{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);border-color:var(--auth-color-primary,#171717)}.sticky-summary__btn--primary:hover:not(:disabled){background:var(--auth-color-primary-hover,#333);border-color:var(--auth-color-primary-hover,#333)}.sticky-summary__btn--primary:disabled{opacity:.45;cursor:not-allowed}.sticky-summary__btn--secondary{color:var(--auth-color-text,#171717);border-color:var(--auth-color-border,#e5e7eb);background:0 0}.sticky-summary__btn--secondary:hover{background:var(--auth-color-background,#f9fafb);border-color:var(--auth-color-text-muted,#737373)}@media (max-width:768px){.sticky-summary{height:56px}.sticky-summary--bottom{height:calc(56px + env(safe-area-inset-bottom,0px))}.sticky-summary__subtitle,.sticky-summary__meta{display:none}}@media (max-width:540px){.sticky-summary__avatar-wrap,.sticky-summary__btn--secondary{display:none}}.promo-banner{align-items:center;gap:var(--auth-spacing-section-gap,1.25rem);border-radius:var(--auth-radius-card,.75rem);transition:box-shadow .2s;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.promo-banner{transition:none}}.promo-banner--primary{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);border:none}.promo-banner--primary .promo-banner__eyebrow{color:color-mix(in srgb, var(--auth-color-on-primary,#fff) 70%, transparent)}.promo-banner--primary .promo-banner__text{color:color-mix(in srgb, var(--auth-color-on-primary,#fff) 80%, transparent)}.promo-banner--primary .promo-banner__btn--primary{background:var(--auth-color-accent,#f59e0b);color:var(--auth-color-primary,#171717);border-color:#0000}.promo-banner--primary .promo-banner__btn--primary:hover:not(:disabled){filter:brightness(1.08)}.promo-banner--primary .promo-banner__btn--secondary{color:var(--auth-color-on-primary,#fff);border-color:color-mix(in srgb, var(--auth-color-on-primary,#fff) 50%, transparent)}.promo-banner--primary .promo-banner__btn--secondary:hover{background:color-mix(in srgb, var(--auth-color-on-primary,#fff) 12%, transparent)}.promo-banner--primary .promo-banner__dismiss{color:color-mix(in srgb, var(--auth-color-on-primary,#fff) 70%, transparent)}.promo-banner--primary .promo-banner__dismiss:hover{color:var(--auth-color-on-primary,#fff)}.promo-banner--primary .promo-banner__icon-chip{background:color-mix(in srgb, var(--auth-color-on-primary,#fff) 15%, transparent);color:var(--auth-color-on-primary,#fff)}.promo-banner--accent{background:color-mix(in srgb, var(--auth-color-accent,#f59e0b) 12%, var(--auth-color-background,#fff));color:var(--auth-color-text,#171717);border:1px solid color-mix(in srgb, var(--auth-color-accent,#f59e0b) 30%, transparent)}.promo-banner--accent .promo-banner__eyebrow,.promo-banner--accent .promo-banner__text{color:var(--auth-color-text-muted,#737373)}.promo-banner--accent .promo-banner__btn--primary{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);border-color:#0000}.promo-banner--accent .promo-banner__btn--primary:hover:not(:disabled){opacity:.9}.promo-banner--accent .promo-banner__btn--secondary{color:var(--auth-color-primary,#171717);border-color:var(--auth-color-primary,#171717)}.promo-banner--accent .promo-banner__btn--secondary:hover{background:color-mix(in srgb, var(--auth-color-primary,#171717) 8%, transparent)}.promo-banner--accent .promo-banner__dismiss{color:var(--auth-color-text-muted,#737373)}.promo-banner--accent .promo-banner__icon-chip{background:color-mix(in srgb, var(--auth-color-accent,#f59e0b) 25%, transparent);color:var(--auth-color-text,#171717)}.promo-banner--surface{background:var(--auth-color-surface,#f9fafb);color:var(--auth-color-text,#171717);border:1px solid var(--auth-color-border,#e5e7eb)}.promo-banner--surface .promo-banner__eyebrow,.promo-banner--surface .promo-banner__text{color:var(--auth-color-text-muted,#737373)}.promo-banner--surface .promo-banner__btn--primary{background:var(--auth-color-primary,#171717);color:var(--auth-color-on-primary,#fff);border-color:#0000}.promo-banner--surface .promo-banner__btn--primary:hover:not(:disabled){opacity:.9}.promo-banner--surface .promo-banner__btn--secondary{color:var(--auth-color-text,#171717);border-color:var(--auth-color-border,#e5e7eb)}.promo-banner--surface .promo-banner__btn--secondary:hover{background:color-mix(in srgb, var(--auth-color-text,#171717) 6%, transparent)}.promo-banner--surface .promo-banner__dismiss{color:var(--auth-color-text-muted,#737373)}.promo-banner--surface .promo-banner__icon-chip{background:color-mix(in srgb, var(--auth-color-primary,#171717) 10%, transparent);color:var(--auth-color-primary,#171717)}.promo-banner--banner{flex-direction:row;width:100%;min-height:80px;padding:1.25rem 1.5rem}.promo-banner--banner .promo-banner__body{flex:auto;min-width:0}.promo-banner--banner .promo-banner__actions{flex-flow:wrap;flex:none;align-items:center;gap:.625rem;display:flex}.promo-banner--banner .promo-banner__media{border-radius:calc(var(--auth-radius-card,.75rem) - 2px) 0 0 calc(var(--auth-radius-card,.75rem) - 2px);flex:0 0 160px;max-width:160px;height:100%;min-height:80px;margin:-1.25rem 0 -1.25rem -1.5rem;overflow:hidden}.promo-banner--card{flex-direction:column;align-items:flex-start;width:100%;padding:1.25rem}.promo-banner--card .promo-banner__media{border-radius:calc(var(--auth-radius-card,.75rem) - 2px) calc(var(--auth-radius-card,.75rem) - 2px) 0 0;width:calc(100% + 2.5rem);height:140px;margin:-1.25rem -1.25rem 0;overflow:hidden}.promo-banner--card .promo-banner__body{width:100%}.promo-banner--card .promo-banner__actions{flex-direction:column;gap:.5rem;width:100%;margin-top:.25rem;display:flex}.promo-banner--card .promo-banner__actions .promo-banner__btn{text-align:center;justify-content:center;width:100%}.promo-banner--sidebar{flex-direction:column;align-items:flex-start;width:100%;padding:1rem}.promo-banner--sidebar .promo-banner__body{width:100%}.promo-banner--sidebar .promo-banner__actions{flex-direction:column;gap:.5rem;width:100%;display:flex}.promo-banner--sidebar .promo-banner__actions .promo-banner__btn{text-align:center;justify-content:center;width:100%}.promo-banner--compact.promo-banner--banner{min-height:56px;padding:.75rem 1rem}.promo-banner--compact.promo-banner--card,.promo-banner--compact.promo-banner--sidebar{padding:.75rem}.promo-banner--compact .promo-banner__heading{font-size:.875rem}.promo-banner--compact .promo-banner__text{font-size:.8125rem}.promo-banner--compact .promo-banner__btn{padding:.375rem .75rem;font-size:.8125rem}.promo-banner__media{flex-shrink:0}.promo-banner__image{object-fit:cover;width:100%;height:100%;display:block}.promo-banner__icon-chip{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-bottom:.625rem;display:inline-flex}.promo-banner__body{flex-direction:column;gap:.25rem;display:flex}.promo-banner__eyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:600;line-height:1.4}.promo-banner__heading{font-size:1rem;font-weight:var(--auth-font-weight-heading,600);margin:0;line-height:1.35}.promo-banner__text{margin:0;font-size:.875rem;line-height:1.5}.promo-banner__actions{flex-shrink:0}.promo-banner__btn{border-radius:var(--auth-radius-button,.375rem);font-size:.875rem;font-weight:var(--auth-font-weight-button,500);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1rem;line-height:1.25;text-decoration:none;transition:background .15s,opacity .15s,filter .15s,color .15s;display:inline-flex}@media (prefers-reduced-motion:reduce){.promo-banner__btn{transition:none}}.promo-banner__btn:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px}.promo-banner__btn--secondary{background:0 0}.promo-banner__dismiss{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:.5rem;right:.5rem}@media (prefers-reduced-motion:reduce){.promo-banner__dismiss{transition:none}}.promo-banner__dismiss:focus-visible{outline-offset:2px;outline:2px solid}@media (max-width:768px){.promo-banner--banner{flex-direction:column;align-items:flex-start;padding:1rem}.promo-banner--banner .promo-banner__media{flex:unset;max-width:unset;border-radius:calc(var(--auth-radius-card,.75rem) - 2px) calc(var(--auth-radius-card,.75rem) - 2px) 0 0;width:calc(100% + 2rem);height:140px;margin:-1rem -1rem 0}.promo-banner--banner .promo-banner__body{width:100%}.promo-banner--banner .promo-banner__actions{flex-direction:column;width:100%}.promo-banner--banner .promo-banner__actions .promo-banner__btn{text-align:center;justify-content:center;width:100%}}@media (max-width:540px){.promo-banner--card,.promo-banner--sidebar{padding:.875rem}}.nearby-places{font-family:var(--auth-font-family,system-ui, sans-serif);font-size:var(--auth-font-size-base,.9375rem);color:var(--auth-color-text,#171717);box-sizing:border-box;width:100%}.nearby-places__title{font-size:var(--auth-font-size-heading,1.125rem);font-weight:var(--auth-font-weight-heading,600);color:var(--auth-color-text,#171717);margin:0 0 .875rem;line-height:1.3}.nearby-places__strip{border-bottom:1px solid var(--auth-color-border,#e5e7eb);scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;flex-shrink:0;gap:0;margin-bottom:0;display:flex;overflow-x:auto}.nearby-places__strip::-webkit-scrollbar{display:none}.nearby-places__tab{cursor:pointer;font-family:inherit;font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-text-muted,#6b7280);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:.375rem;margin-bottom:-1px;padding:.625rem 1rem;font-weight:500;line-height:1.4;transition:color .15s,border-color .15s;display:inline-flex}@media (prefers-reduced-motion:reduce){.nearby-places__tab{transition:none}}.nearby-places__tab:hover{color:var(--auth-color-text,#171717)}.nearby-places__tab--active{color:var(--auth-color-primary,#171717);border-bottom-color:var(--auth-color-primary,#171717)}.nearby-places__tab:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px;border-radius:2px}.nearby-places__tab-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.nearby-places__panel-wrapper{display:none}.nearby-places__panel-wrapper--active{display:block}.nearby-places__panel{padding:.5rem 0}.nearby-places__list{margin:0;padding:0;list-style:none}.nearby-places__item{display:block}.nearby-places__row{border-bottom:1px solid var(--auth-color-border,#e5e7eb);color:inherit;cursor:default;font-family:inherit;font-size:inherit;text-align:left;box-sizing:border-box;background:0 0;border-top:none;border-left:none;border-right:none;align-items:center;gap:.625rem;width:100%;padding:.625rem 0;line-height:1.4;text-decoration:none;display:flex}.nearby-places__item:last-child .nearby-places__row{border-bottom:none}.nearby-places__row--link,.nearby-places__row--button{cursor:pointer;border-radius:var(--auth-radius-input,.25rem);margin-left:-.25rem;margin-right:-.25rem;padding-left:.25rem;padding-right:.25rem;transition:background .12s,color .12s}@media (prefers-reduced-motion:reduce){.nearby-places__row--link,.nearby-places__row--button{transition:none}}.nearby-places__row--link:hover,.nearby-places__row--button:hover{background:var(--auth-color-surface,#f9fafb);color:var(--auth-color-primary,#171717)}.nearby-places__row--link:focus-visible,.nearby-places__row--button:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px}.nearby-places__row-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.nearby-places__row-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.nearby-places__row-body{flex-direction:column;flex:1 1 0;gap:.125rem;min-width:0;display:flex}.nearby-places__row-name{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.nearby-places__row-detail{font-size:var(--auth-font-size-label,.8125rem);color:var(--auth-color-text-muted,#6b7280);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.nearby-places__row-end{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:flex}.nearby-places__row-distance{font-size:var(--auth-font-size-label,.8125rem);color:var(--auth-color-text-muted,#6b7280);white-space:nowrap}.nearby-places__badge{white-space:nowrap;border-radius:999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:500;line-height:1.5;display:inline-flex}.nearby-places__badge--default{background:var(--auth-color-surface,#f3f4f6);color:var(--auth-color-text-muted,#374151)}.nearby-places__badge--success{color:#166534;background:#dcfce7}.nearby-places__badge--info{color:#1e40af;background:#dbeafe}.nearby-places__badge--warning{color:#92400e;background:#fef3c7}.nearby-places__empty{color:var(--auth-color-text-muted,#6b7280);font-size:var(--auth-font-size-label,.875rem);text-align:center;margin:0;padding:1.25rem 0}.nearby-places__toggle{cursor:pointer;font-family:inherit;font-size:var(--auth-font-size-label,.875rem);color:var(--auth-color-primary,#171717);text-underline-offset:2px;background:0 0;border:none;align-items:center;gap:.25rem;margin-top:.625rem;padding:0;font-weight:500;text-decoration:underline;transition:opacity .12s;display:inline-flex}@media (prefers-reduced-motion:reduce){.nearby-places__toggle{transition:none}}.nearby-places__toggle:hover{opacity:.75}.nearby-places__toggle:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px;border-radius:2px}.nearby-places--dense .nearby-places__tab{padding:.5rem .75rem;font-size:.8125rem}.nearby-places--dense .nearby-places__row{padding:.4375rem 0}.nearby-places--dense .nearby-places__row-name{font-size:.875rem}.nearby-places--dense .nearby-places__row-detail,.nearby-places--dense .nearby-places__row-distance{font-size:.75rem}@media (max-width:540px){.nearby-places__tab{padding:.5rem .75rem;font-size:.8125rem}.nearby-places__row-name{font-size:.875rem}.nearby-places__row-detail,.nearby-places__row-distance{font-size:.75rem}.nearby-places__title{font-size:1rem}}@media (min-width:541px) and (max-width:768px){.nearby-places__tab{padding:.5625rem .875rem}}@media (min-width:1024px){.nearby-places__tab{padding:.75rem 1.25rem}}.items-strip{gap:var(--auth-spacing-section-gap,.75rem);flex-direction:column;display:flex}.items-strip__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.items-strip__header-left{flex-direction:column;flex:1 1 0;gap:.25rem;min-width:0;display:flex}.items-strip__header-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.items-strip__title{font-size:1.125rem;font-weight:var(--auth-font-weight-heading,600);color:var(--auth-color-text,#171717);margin:0;line-height:1.3}.items-strip__subtitle{color:var(--auth-color-text-muted,#737373);margin:0;font-size:.875rem;line-height:1.4}.items-strip__action{color:var(--auth-color-primary,#171717);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.items-strip__action:hover{opacity:.75}.items-strip__action:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px;border-radius:2px}.items-strip__arrows{align-items:center;gap:.25rem;display:none}@media (pointer:fine){.items-strip__arrows{display:flex}.items-strip--no-arrows .items-strip__arrows{display:none}}.items-strip__btn{border:1px solid var(--auth-color-border,#e5e5e5);background:var(--auth-color-surface,#fff);width:2rem;height:2rem;color:var(--auth-color-text,#171717);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.items-strip__btn:hover:not(:disabled){background:var(--auth-color-background,#fafafa);border-color:var(--auth-color-text-muted,#737373)}.items-strip__btn:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px}.items-strip__btn:disabled{opacity:.35;cursor:default}.items-strip__track{scrollbar-width:none;-ms-overflow-style:none;outline:none;flex-direction:row;display:flex;overflow:auto hidden}.items-strip__track::-webkit-scrollbar{display:none}.items-strip__track:focus-visible{outline:2px solid var(--auth-color-primary,#171717);outline-offset:2px;border-radius:var(--auth-border-radius-card,.75rem)}.items-strip--snap .items-strip__track{scroll-snap-type:x proximity}.items-strip--snap .items-strip__item{scroll-snap-align:start}.items-strip--peek .items-strip__track{padding-right:3rem}.items-strip__item{flex:0 0 var(--items-strip-item-width,340px);width:var(--items-strip-item-width,340px);min-width:0}.items-strip--sm .items-strip__item{flex-basis:260px;width:260px}.items-strip--md .items-strip__item{flex-basis:340px;width:340px}.items-strip--lg .items-strip__item{flex-basis:420px;width:420px}@media (max-width:768px){.items-strip--sm .items-strip__item{flex-basis:220px;width:220px}.items-strip--md .items-strip__item{flex-basis:288px;width:288px}.items-strip--lg .items-strip__item{flex-basis:357px;width:357px}.items-strip__title{font-size:1rem}}@media (max-width:540px){.items-strip__arrows{display:none!important}.items-strip--sm .items-strip__item{flex-basis:200px;width:200px}.items-strip--md .items-strip__item{flex-basis:260px;width:260px}.items-strip--lg .items-strip__item{flex-basis:300px;width:300px}.items-strip--peek .items-strip__track{padding-right:1.5rem}}
