.lug-modal{z-index:1000;justify-content:center;align-items:center;padding:16px;animation:.2s lug-modal-in;display:flex;position:fixed;inset:0}body.search-app-variant .lug-modal{z-index:1080}.lug-modal__backdrop{-webkit-backdrop-filter:blur(4px);cursor:pointer;background:#0a243885;position:absolute;inset:0}.lug-modal__card{width:100%;max-width:420px;max-height:calc(100dvh - 32px);color:var(--color-primary);border-radius:var(--radius-xl);border:1px solid rgba(var(--color-primary-rgb), .08);border-top:3px solid var(--color-accent);background:#fff;flex-direction:column;gap:20px;padding:28px 24px 22px;animation:.26s cubic-bezier(.16,1,.3,1) lug-card-in;display:flex;position:relative;overflow:hidden auto;box-shadow:0 24px 48px #0a243829}@media (min-width:560px){.lug-modal__card{padding:32px 32px 26px}}.lug-modal__close{z-index:2;width:44px;height:44px;color:rgba(var(--color-primary-rgb), .55);cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;transition:background .14s,color .14s;display:inline-flex;position:absolute;top:8px;right:8px}:is(.lug-modal__close:hover,.lug-modal__close:focus-visible){background:rgba(var(--color-primary-rgb), .06);color:var(--color-primary)}.lug-modal__header{flex-direction:column;gap:8px;padding-right:28px;display:flex}.lug-modal__title{font-family:var(--font-headings);color:var(--color-primary);letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:600;line-height:1.25}@media (min-width:560px){.lug-modal__title{font-size:1.5rem}}.lug-modal__body{color:rgba(var(--color-primary-rgb), .72);margin:0;font-size:.9375rem;line-height:1.55}.lug-modal__actions{flex-direction:column;gap:10px;display:flex}.lug-modal__cta{border-radius:var(--radius-md);justify-content:center;align-items:center;width:100%;min-height:48px;padding:12px 16px;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.lug-modal__cta--primary{background:var(--color-primary);border-color:var(--color-primary)}.lug-modal__cta--primary:hover{background:#0d2f4a;border-color:#0d2f4a}.lug-modal__dismiss{color:rgba(var(--color-primary-rgb), .62);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;align-self:center;min-height:44px;padding:8px 12px;font-size:.875rem;font-weight:500;text-decoration:underline}:is(.lug-modal__dismiss:hover,.lug-modal__dismiss:focus-visible){color:var(--color-primary)}.lug-modal__agent-toggle{color:rgba(var(--color-primary-rgb), .55);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;align-self:flex-start;padding:0;font-size:.8125rem;font-weight:500;text-decoration:underline}:is(.lug-modal__agent-toggle:hover,.lug-modal__agent-toggle:focus-visible){color:var(--color-accent)}.lug-modal__agent-summary{color:rgba(var(--color-primary-rgb), .7);justify-content:space-between;align-items:center;gap:12px;padding-top:4px;font-size:.8125rem;display:flex}.lug-modal__agent-summary strong{color:var(--color-primary);font-weight:600}.lug-modal__agent{border-top:1px solid var(--border-subtle);flex-direction:column;gap:10px;padding-top:4px;display:flex}.lug-modal__agent-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.lug-modal__agent-label{color:rgba(var(--color-primary-rgb), .7);margin:0;font-size:.8125rem;font-weight:500}.lug-modal__agent-link{color:var(--color-accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:4px 0;font-size:.8125rem;font-weight:500;text-decoration:underline}.lug-modal__agent-search{border-radius:var(--radius-md);border:1px solid rgba(var(--color-primary-rgb), .12);width:100%;min-height:44px;color:var(--color-primary);background:#fff;padding:10px 14px;font-size:max(16px,1rem);transition:border-color .14s,box-shadow .14s}.lug-modal__agent-search:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-color:var(--color-accent)}.lug-modal__agent-list{flex-direction:column;gap:6px;max-height:200px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.lug-modal__agent-card{background:rgba(var(--color-primary-rgb), .02);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;min-height:52px;color:var(--color-primary);align-items:center;gap:10px;padding:8px 10px;transition:border-color .14s,background .14s;display:flex}:is(.lug-modal__agent-card:hover,.lug-modal__agent-card:focus-visible){border-color:rgba(var(--color-accent-rgb), .45);background:rgba(var(--color-accent-rgb), .04)}.lug-modal__agent-card--active{border-color:var(--color-accent);background:rgba(var(--color-accent-rgb), .08)}.lug-modal__agent-avatar{background:rgba(var(--color-primary-rgb), .08);width:40px;height:40px;color:var(--color-primary);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:inline-flex;overflow:hidden}.lug-modal__agent-img{object-fit:cover;border-radius:9999px;width:100%;height:100%}.lug-modal__agent-meta{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.lug-modal__agent-name{color:var(--color-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.lug-modal__agent-cities{color:rgba(var(--color-primary-rgb), .55);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.lug-modal__agent-empty{color:rgba(var(--color-primary-rgb), .55);margin:0;font-size:.8125rem}@keyframes lug-modal-in{0%{opacity:0}to{opacity:1}}@keyframes lug-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.lug-modal,.lug-modal__card{animation:none}}
.platform-upgrade-sheet{z-index:2400;pointer-events:auto;align-items:end;display:grid;position:fixed;inset:0}body.platform-upgrade-open .search-app-bottom-nav,body.platform-upgrade-open .ldp-mobile-cta{visibility:hidden;opacity:0;pointer-events:none}.platform-upgrade-sheet__backdrop{cursor:pointer;background:#07162385;border:0;position:absolute;inset:0}.platform-upgrade-sheet__panel{width:min(100%,560px);max-height:min(92dvh,720px);padding:var(--space-lg);padding-bottom:calc(var(--space-md) + env(safe-area-inset-bottom,0px));background:var(--theme-surface);color:var(--theme-text);border-radius:28px 28px 0 0;flex-direction:column;margin:0 auto;display:flex;position:relative;box-shadow:0 -24px 80px #07162347}.platform-upgrade-sheet__copy{-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto}.platform-upgrade-sheet__handle{width:48px;height:4px;margin:0 auto var(--space-md);background:var(--color-border);border-radius:999px}.platform-upgrade-sheet__eyebrow{margin:0 0 var(--space-xs);color:var(--theme-muted);font-family:var(--font-headings);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.platform-upgrade-sheet__title{font-family:var(--font-display);margin:0;font-size:clamp(1.55rem,6vw,2.35rem);line-height:1.05}.platform-upgrade-sheet__preview{margin:var(--space-sm) 0 0;border:1px solid var(--color-border);background:color-mix(in srgb, var(--theme-bg) 72%, white);border-radius:16px;padding:.7rem .9rem;font-weight:700}.platform-upgrade-sheet__guest-count{margin:var(--space-sm) 0 0;color:var(--color-accent,var(--color-primary));font-size:.9375rem;font-weight:600}.platform-upgrade-sheet__body{margin:var(--space-md) 0 0;color:var(--theme-muted)}.platform-upgrade-sheet__bullets{margin:var(--space-md) 0;gap:.55rem;padding:0;list-style:none;display:grid}.platform-upgrade-sheet__bullets li{align-items:center;gap:.55rem;font-weight:700;display:flex}.platform-upgrade-sheet__bullets li:before{content:"";background:var(--color-gold);border-radius:999px;flex:none;width:.55rem;height:.55rem}.platform-upgrade-sheet__actions{gap:var(--space-sm);padding-top:var(--space-sm);flex-shrink:0;display:grid}.platform-upgrade-sheet__actions .button{justify-content:center;width:100%}.platform-upgrade-sheet__primary{width:100%}.platform-upgrade-sheet__alt-actions{justify-content:center;align-items:center;gap:.25rem var(--space-md);flex-wrap:wrap;display:flex}.platform-upgrade-sheet__alt-actions .button{width:auto;min-height:var(--touch-target-min,44px);padding-inline:.35rem}.platform-upgrade-sheet__magic{margin-top:var(--space-md);border-top:1px solid var(--color-border);padding-top:var(--space-md)}.platform-upgrade-sheet__magic summary{cursor:pointer;color:var(--theme-muted);font-weight:700}.platform-upgrade-sheet__fineprint{margin:var(--space-md) 0 0;color:var(--theme-muted);font-size:var(--text-sm)}@media (min-width:720px){.platform-upgrade-sheet{align-items:center}.platform-upgrade-sheet__panel{padding:var(--space-xl);border-radius:28px}}.platform-value-strip{margin:var(--space-sm) 0;border:1px solid var(--color-border);background:var(--theme-surface);border-radius:18px;overflow:hidden;box-shadow:0 12px 36px #07162314}.platform-value-strip__toggle{justify-content:space-between;gap:var(--space-sm);width:100%;min-height:48px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;padding:.75rem 1rem;font-weight:800;display:flex}.platform-value-strip__toggle span:first-child{font-family:var(--font-headings);letter-spacing:.08em;text-transform:uppercase;font-size:var(--text-xs)}.platform-value-strip__toggle span:last-child{color:var(--theme-muted);font-size:var(--text-sm)}.platform-value-strip__body{gap:var(--space-sm);padding:0 1rem 1rem;display:grid}.platform-value-strip__body p{color:var(--theme-muted);margin:0}.home-client-platform__paths{gap:var(--space-lg);display:grid}.home-client-platform__path{gap:var(--space-sm);border:1px solid var(--border-subtle);border-top:3px solid var(--color-accent);border-radius:var(--radius-lg);padding:var(--space-lg);background:var(--surface-elevated);box-shadow:0 4px 16px rgba(var(--color-primary-rgb), .06);align-content:start;transition:box-shadow .18s,transform .18s;display:grid}.home-client-platform__path:hover{box-shadow:0 10px 28px rgba(var(--color-primary-rgb), .1);transform:translateY(-3px)}.home-client-platform__path h3,.home-client-platform__path p{margin:0}.home-client-platform__path h3{font-family:var(--font-headings);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);font-size:.8125rem;font-weight:700}.home-client-platform__path p{color:var(--color-muted);line-height:1.55}.home-client-platform__path .button{width:-moz-fit-content;width:fit-content;margin-top:var(--space-2)}.home-final-cta .home-client-platform__path{border-color:#ffffff24;box-shadow:0 10px 28px #00000040}.home-final-cta .home-client-platform__path:hover{box-shadow:0 14px 34px #00000052}.home-final-cta .home-client-platform__path .button--outline{background:var(--surface-elevated);color:var(--color-primary);border-color:var(--border-strong);box-shadow:none}.home-final-cta .home-client-platform__path .button--outline:hover:not(:disabled){background:var(--surface-muted);border-color:rgba(var(--color-primary-rgb), .28);color:var(--color-primary);box-shadow:none}.client-shell__guest-sync{margin:0 0 var(--space-md);border:1px solid color-mix(in srgb, var(--color-gold) 50%, var(--color-border));padding:var(--space-md);background:color-mix(in srgb, var(--color-gold) 12%, var(--theme-surface));border-radius:18px;font-weight:700}.client-shell__guest-sync p{margin:0}@media (max-width:767px){.home-client-platform__path .button{justify-content:center;width:100%}}@media (min-width:780px){.home-client-platform__paths{grid-template-columns:repeat(2,minmax(0,1fr))}}
.schedule-showing-prompt{z-index:1200;pointer-events:auto;align-items:end;display:grid;position:fixed;inset:0}.schedule-showing-prompt__backdrop{cursor:pointer;background:#07162385;border:0;position:absolute;inset:0}.schedule-showing-prompt__panel{width:min(100%,480px);padding:var(--space-lg);padding-bottom:calc(var(--space-lg) + env(safe-area-inset-bottom,0px));background:var(--theme-surface);color:var(--theme-text);border-radius:28px 28px 0 0;margin:0 auto;position:relative;box-shadow:0 -24px 80px #07162347}.schedule-showing-prompt__handle{width:48px;height:4px;margin:0 auto var(--space-md);background:var(--color-border);border-radius:999px}.schedule-showing-prompt__eyebrow{margin:0 0 var(--space-xs);color:var(--theme-muted);font-family:var(--font-headings);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.schedule-showing-prompt__title{font-family:var(--font-headings);margin:0;font-size:clamp(1.35rem,5.4vw,1.85rem);line-height:1.15}.schedule-showing-prompt__media{gap:var(--space-md);margin-top:var(--space-md);align-items:flex-start;display:flex}.schedule-showing-prompt__photo{object-fit:cover;background:var(--color-border);border-radius:12px;flex:0 0 112px;width:112px;height:76px}.schedule-showing-prompt__body{color:var(--theme-muted);margin:0}.schedule-showing-prompt__actions{gap:var(--space-sm);margin-top:var(--space-lg);display:grid}.schedule-showing-prompt__actions .button{justify-content:center;width:100%}.schedule-showing-prompt__primary,.schedule-showing-prompt__secondary{width:100%}body.favorites-follow-on-open .search-app-bottom-nav,body.favorites-follow-on-open .ldp-mobile-cta{visibility:hidden;opacity:0;pointer-events:none}@media (min-width:720px){.schedule-showing-prompt{align-items:center}.schedule-showing-prompt__panel{padding:var(--space-xl);border-radius:28px}}
.lsp-homeswipe{background:linear-gradient(180deg, rgba(var(--color-primary-rgb), .04) 0%, #fff 200px);min-height:0;padding:10px 12px calc(12px + env(safe-area-inset-bottom));flex-direction:column;flex:1;display:flex;position:relative}.lsp-homeswipe__presets{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.lsp-homeswipe__presets::-webkit-scrollbar{display:none}.lsp-homeswipe__presets-label{color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;font-size:.75rem;font-weight:600}.lsp-homeswipe__preset,.lsp-homeswipe__preset-clear{border-radius:var(--radius-full);border:1px solid var(--border-strong);min-height:36px;color:var(--color-primary);cursor:pointer;background:#fff;flex-shrink:0;align-items:center;gap:6px;padding:6px 14px;font-size:.8125rem;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.lsp-homeswipe__preset--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.lsp-homeswipe__preset-clear{color:var(--color-muted);background:0 0;border-style:dashed}.lsp-homeswipe__saved-searches{border-top:1px dashed var(--border-strong);align-items:center;gap:8px;margin-top:2px;padding:4px 0 8px;display:flex}.lsp-homeswipe__saved-searches-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:8px;display:flex;overflow-x:auto}.lsp-homeswipe__saved-searches-row::-webkit-scrollbar{display:none}.lsp-homeswipe__saved-search{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.hs-deck{overscroll-behavior:contain;touch-action:pan-y;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.hs-deck__toolbar{justify-content:space-between;align-items:center;gap:8px;padding:4px 2px 10px;display:flex}.hs-deck__scope-summary{color:var(--color-muted);letter-spacing:.01em;text-align:center;margin:-4px 2px 8px;font-size:.78rem;font-weight:500;line-height:1.3;animation:.3s ease-out both hs-slide-up-fade}.hs-deck__resume{border-radius:var(--radius-md);color:var(--color-text);background:linear-gradient(135deg,#3b82f61f,#6366f11a);border:1px solid #6366f138;justify-content:space-between;align-items:center;gap:10px;margin:0 2px 10px;padding:10px 12px;font-size:.82rem;animation:.35s ease-out both hs-slide-up-fade;display:flex}.hs-deck__resume-text{flex:1;line-height:1.35}.hs-deck__resume-actions{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.hs-deck__resume-reset{-webkit-appearance:none;appearance:none;color:var(--color-accent,#4338ca);border-radius:var(--radius-full);cursor:pointer;background:#fff;border:1px solid #4338ca4d;padding:5px 12px;font-size:.76rem;font-weight:600;transition:background .15s,transform .15s}.hs-deck__resume-reset:hover{background:#f5f3ff}.hs-deck__resume-reset:active{transform:translateY(1px)}.hs-deck__resume-dismiss{-webkit-appearance:none;appearance:none;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:inline-flex}.hs-deck__resume-dismiss:hover{background:#0000000d}.hs-deck__refine{min-height:var(--touch-target-min,44px);border-radius:var(--radius-full);border:1px solid var(--border-strong);color:var(--color-primary);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.hs-deck__review{min-height:var(--touch-target-min,44px);border-radius:var(--radius-full);border:1px solid var(--border-strong);color:var(--color-muted);cursor:pointer;background:#fff;align-items:center;gap:6px;padding:6px 12px;font-size:.8125rem;font-weight:600;transition:color .15s,border-color .15s,background .15s,transform .15s;display:inline-flex}.hs-deck__share{min-height:var(--touch-target-min,44px);border-radius:var(--radius-full);border:1px solid var(--border-strong);color:var(--color-muted);cursor:pointer;background:#fff;align-items:center;gap:5px;padding:6px 11px;font-size:.8125rem;font-weight:600;transition:color .15s,border-color .15s,background .15s,transform .15s;display:inline-flex}.hs-deck__share:hover{color:var(--color-text);border-color:var(--border-hover,#00000040)}.hs-deck__share:active{transform:translateY(1px)}.hs-deck__share-label{font-size:.8125rem}@media (max-width:380px){.hs-deck__share-label{display:none}}.hs-deck__review:disabled{cursor:not-allowed;opacity:.75}.hs-deck__review--unlocked{color:#fff;background-image:linear-gradient(90deg,#6366f1 0%,#a855f7 25%,#ec4899 50%,#a855f7 75%,#6366f1 100%);background-position:0%;background-size:220% 100%;border-color:#0000;animation:4.5s ease-in-out infinite hs-review-shimmer;box-shadow:0 4px 14px #a855f759}@keyframes hs-review-shimmer{0%,to{background-position:0%}50%{background-position:100%}}.hs-deck__review--unlocked:hover{transform:translateY(-1px);box-shadow:0 6px 18px #a855f773}.hs-deck__review--unlocked:active{transform:translateY(0)}.hs-deck__review--just-unlocked{animation:4.5s ease-in-out infinite hs-review-shimmer,.7s ease-out hs-review-bump}@keyframes hs-review-bump{0%{transform:scale(.92)}45%{transform:scale(1.06)}to{transform:scale(1)}}.hs-insights{z-index:70;-webkit-backdrop-filter:saturate(140%)blur(2px);background:#0f0f1999;justify-content:center;align-items:flex-end;animation:.22s ease-out hs-insights-fade;display:flex;position:fixed;inset:0}@keyframes hs-insights-fade{0%{opacity:0}to{opacity:1}}.hs-insights__panel{width:100%;max-width:640px;max-height:92dvh;max-height:92svh;padding:12px 18px calc(24px + env(safe-area-inset-bottom));background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;animation:.25s cubic-bezier(.22,1,.36,1) hs-insights-slide;overflow-y:auto;box-shadow:0 -14px 40px #0f0f1940}@keyframes hs-insights-slide{0%{opacity:0;transform:translateY(32%)}to{opacity:1;transform:translateY(0)}}.hs-insights__grip{background:#d1d5db;border-radius:999px;width:42px;height:4px;margin:0 auto 10px}.hs-insights__header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.hs-insights__eyebrow{text-transform:uppercase;letter-spacing:.06em;color:#6366f1;margin:0 0 2px;font-size:.7rem;font-weight:600}.hs-insights__title{color:var(--color-ink,#1f2937);margin:0;font-size:1.125rem;font-weight:700}.hs-insights__close{border:1px solid var(--border-strong);width:32px;height:32px;color:var(--color-muted);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.hs-insights__body{flex-direction:column;gap:12px;display:flex}.hs-insights__summary{color:var(--color-ink,#1f2937);margin:0;font-size:.95rem;line-height:1.45}.hs-insights__chips{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.hs-insights__chip{color:#4338ca;background:#6366f11a;border-radius:999px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.hs-insights__bullets{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.hs-insights__bullets li{color:var(--color-ink,#1f2937);font-size:.9rem;line-height:1.4}.hs-insights__subsection{margin-top:4px}.hs-insights__subtitle{text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);margin:0 0 6px;font-size:.8rem;font-weight:700}.hs-insights__tags{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.hs-insights__tag{border:1px solid #0000;border-radius:999px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.hs-insights__tag--good{color:#047857;background:#10b9811f}.hs-insights__tag--avoid{color:#be123c;background:#f43f5e1f}.hs-insights__apply-hint{color:#4338ca;background:#6366f114;border-radius:10px;margin:4px 0 0;padding:10px 12px;font-size:.85rem;line-height:1.4}.hs-insights__signed-out-hint{color:var(--color-muted);margin:0;font-size:.8rem}.hs-insights__actions{flex-direction:column;gap:8px;margin-top:6px;display:flex}.hs-insights__loading,.hs-insights__error{text-align:center;color:var(--color-muted);flex-direction:column;align-items:center;gap:10px;padding:30px 10px;display:flex}.hs-insights__error{color:#b91c1c}.hs-stats{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.hs-stats__chip{border-radius:var(--radius-full);letter-spacing:.02em;background:rgba(var(--color-primary-rgb), .06);color:var(--color-primary);align-items:center;padding:4px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.hs-stats__chip--yes{color:#0f766e;background:#0e9f6e1f}.hs-stats__chip--love{color:#be123c;background:#e11d481f}.hs-stats__chip--no{color:#374151;background:#11182714}.hs-deck__stage{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;flex:1;justify-content:center;align-items:center;min-height:0;padding:6px 0 10px;display:flex;position:relative}.hs-card{aspect-ratio:3/4;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;border-radius:20px;flex-direction:column;width:min(94vw,440px);max-width:100%;max-height:calc(100svh - 260px);margin:auto;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:0 18px 40px -18px #0a243859,0 4px 10px -4px #0a24382e}.hs-card--top{touch-action:none}.hs-card{animation:.24s ease-out both hs-card-fade-in}@keyframes hs-card-fade-in{0%{opacity:0}to{opacity:1}}.hs-card--enter-left,.hs-card--enter-right,.hs-card--enter-top{animation:hs-card-fade-in .24s ease-out both, var(--hs-enter-animation) .38s cubic-bezier(.22, 1, .36, 1) both}.hs-card--enter-left{--hs-enter-animation:hs-card-enter-left}.hs-card--enter-right{--hs-enter-animation:hs-card-enter-right}.hs-card--enter-top{--hs-enter-animation:hs-card-enter-top}@keyframes hs-card-enter-left{0%{transform:translate(-110vw)rotate(-14deg)}to{transform:translate(0,0)rotate(0)}}@keyframes hs-card-enter-right{0%{transform:translate(110vw)rotate(14deg)}to{transform:translate(0,0)rotate(0)}}@keyframes hs-card-enter-top{0%{transform:translateY(-110vh)}to{transform:translate(0,0)}}.hs-card__media{background:#f3f3f3;flex:1;min-height:0;position:relative;overflow:hidden}.hs-card__img,.hs-card__media img{object-fit:cover;object-position:center;pointer-events:none;width:100%!important;height:100%!important}.hs-card__no-img{width:100%;height:100%;color:var(--color-muted);background:#e5e7eb;justify-content:center;align-items:center;font-size:.875rem;display:flex}.hs-card__gradient{pointer-events:none;background:linear-gradient(#0a243800 0%,#0a2438d9 100%);height:60%;position:absolute;inset:auto 0 0}.hs-card__popular{border-radius:var(--radius-full);color:#7f1d1d;-webkit-backdrop-filter:blur(10px);letter-spacing:.01em;z-index:2;background:#ffffffeb;border:1px solid #ffffffd9;align-items:center;gap:5px;padding:5px 10px;font-size:.7rem;font-weight:700;animation:.4s ease-out both hs-slide-up-fade;display:inline-flex;position:absolute;top:12px;left:12px;box-shadow:0 4px 12px -4px #0a24384d}.hs-card__popular--love{color:#be123c}.hs-card__popular--interest{color:#4338ca}.hs-card__popular svg{flex:none}.hs-card__pills{flex-wrap:wrap;gap:6px;margin:0 0 6px;padding:0;list-style:none;display:flex}.hs-card__pill{border-radius:var(--radius-full);letter-spacing:.02em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);border:1px solid #ffffff59;align-items:center;padding:3px 9px;font-size:.68rem;font-weight:700;display:inline-flex}.hs-card__pill--new{color:#022c22;background:#10b981d9;border-color:#059669b3}.hs-card__pill--fresh{color:#fff;background:#ffffff38}.hs-card__pill--reduced{color:#fff;background:#f43f5ed9;border-color:#e11d48cc}.hs-card__photos-btn{min-height:var(--touch-target-min,44px);border-radius:var(--radius-full);color:#fff;-webkit-backdrop-filter:blur(10px);cursor:pointer;z-index:2;background:#0a2438bf;border:1px solid #fff3;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;top:12px;right:12px}.hs-card__stamp{letter-spacing:.08em;pointer-events:none;z-index:3;text-transform:uppercase;border:4px solid;border-radius:10px;padding:6px 18px;font-size:1.75rem;font-weight:800;animation:.18s ease-out both hs-stamp-fade-in;position:absolute;top:24px;transform:rotate(-12deg)}@keyframes hs-stamp-fade-in{0%{opacity:0}to{opacity:1}}.hs-card__stamp--no{color:#dc2626;left:24px;transform:rotate(-14deg)}.hs-card__stamp--yes{color:#059669;right:24px;transform:rotate(12deg)}.hs-card__stamp--love{color:#e11d48;left:50%;transform:translate(-50%)rotate(-4deg)}.hs-card__body{color:#fff;z-index:2;flex-direction:column;gap:6px;padding:14px 18px 16px;display:flex;position:absolute;inset:auto 0 0}.hs-card__price{letter-spacing:-.01em;text-shadow:0 1px 2px #00000040;margin:0;font-size:1.5rem;font-weight:700;line-height:1.1}.hs-card__neighborhood{letter-spacing:.02em;text-transform:uppercase;color:#ffffffe0;margin:0;font-size:.8125rem;font-weight:600}.hs-card__address{color:#fffffff2;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:500;display:-webkit-box;overflow:hidden}.hs-card__stats{color:#ffffffeb;margin:2px 0 0;font-size:.875rem;font-weight:500}.hs-card__meta{margin-top:6px}.hs-card__details-link{border-radius:var(--radius-full);color:#fff;-webkit-backdrop-filter:blur(6px);background:#ffffff2e;border:1px solid #ffffff4d;align-items:center;padding:6px 12px;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.hs-card__details-link:hover{background:#ffffff4d}.hs-actions{padding:14px 4px calc(14px + env(safe-area-inset-bottom));justify-content:center;align-items:center;gap:14px;display:flex}.hs-actions__btn{cursor:pointer;width:56px;min-width:44px;height:56px;min-height:44px;color:var(--color-primary);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 14px -4px #0a243840,0 2px 4px -2px #0a243826}.hs-actions__btn:active{transform:scale(.94)}.hs-actions__btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.hs-actions__btn--no{color:#dc2626}.hs-actions__btn--yes{color:#059669}.hs-actions__btn--love{color:#fff;background:linear-gradient(135deg,#f43f5e 0%,#e11d48 100%);width:64px;height:64px;box-shadow:0 8px 20px -6px #e11d4873,0 3px 6px -2px #e11d4840}.hs-actions__btn--undo,.hs-actions__btn--reset{width:44px;height:44px;color:var(--color-muted);background:rgba(var(--color-primary-rgb), .04);box-shadow:none;border:1px solid var(--border-strong)}.hs-deck__empty{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:340px;padding:30px 20px;display:flex}.hs-deck__empty-title{color:var(--color-primary);margin:0;font-size:1.25rem}.hs-deck__empty-body{color:var(--color-muted);margin:0;font-size:.9375rem;line-height:1.4}.hs-deck__empty-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}.hs-deck__empty-review{align-items:center;gap:6px;display:inline-flex}.hs-deck__error{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#f43f5e0f,#f973160f);border:1px solid #f43f5e33;flex-direction:column;align-items:center;gap:10px;margin:12px 2px;padding:28px 20px;display:flex}.hs-deck__error-title{color:var(--color-text);margin:0;font-size:1rem;font-weight:700}.hs-deck__error-body{color:var(--color-muted);margin:0 0 6px;font-size:.875rem}.hs-deck__error-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.hs-install-hint{left:12px;right:12px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:50;border-radius:var(--radius-lg);background:#fff;border:1px solid #6366f140;flex-direction:column;gap:10px;max-width:560px;margin-left:auto;margin-right:auto;padding:14px 16px;animation:.32s cubic-bezier(.22,1,.36,1) both hs-slide-up-fade;display:flex;position:fixed;box-shadow:0 18px 40px -18px #0a243859,0 1px 2px #0000000a}.hs-install-hint__body{flex-direction:column;gap:4px;display:flex}.hs-install-hint__title{color:var(--color-text);font-size:.95rem;font-weight:700}.hs-install-hint__copy{color:var(--color-muted);margin:0;font-size:.82rem;line-height:1.35}.hs-install-hint__ios{color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:4px;margin:4px 0 0;font-size:.78rem;line-height:1.4;display:inline-flex}.hs-install-hint__share{color:#4338ca;background:#6366f11a;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.hs-install-hint__actions{justify-content:flex-end;gap:8px;display:flex}.hs-install-hint__install{-webkit-appearance:none;appearance:none;border-radius:var(--radius-full);color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;padding:7px 14px;font-size:.82rem;font-weight:600}.hs-install-hint__dismiss{-webkit-appearance:none;appearance:none;color:var(--color-muted);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;padding:7px 10px;font-size:.82rem;font-weight:500}.hs-install-hint__dismiss:hover{background:#0000000a}.hs-deck__empty-review svg{flex:none}.hs-deck__loading{color:var(--color-muted);flex-direction:column;align-items:center;gap:12px;font-size:.9375rem;display:flex}.hs-deck__spinner{border:3px solid rgba(var(--color-primary-rgb), .12);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite hs-spin}@keyframes hs-spin{to{transform:rotate(360deg)}}.hs-toast{left:50%;bottom:calc(16px + env(safe-area-inset-bottom));color:#fff;border-radius:var(--radius-full);z-index:40;-webkit-backdrop-filter:blur(10px);pointer-events:none;background:#0a2438eb;padding:10px 18px;font-size:.8125rem;font-weight:600;animation:.2s ease-out hs-toast-in;position:fixed;transform:translate(-50%);box-shadow:0 10px 24px -8px #0a243866}@keyframes hs-toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.hs-signin-prompt{z-index:80;-webkit-backdrop-filter:blur(4px);background:#0a24388c;justify-content:center;align-items:flex-end;animation:.2s ease-out hs-toast-in;display:flex;position:fixed;inset:0}.hs-signin-prompt__card{width:min(100%,480px);padding:20px 20px calc(24px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -10px 30px -10px #0003}.hs-signin-prompt__title{color:var(--color-primary);margin:0 0 6px;font-size:1.125rem}.hs-signin-prompt__body{color:var(--color-muted);margin:0 0 14px;font-size:.9375rem;line-height:1.4}.hs-signin-prompt__actions{align-items:center;gap:10px;display:flex}.hs-deck__sr{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.hs-deck__kbd-hint{color:var(--color-muted);letter-spacing:.02em;justify-content:center;align-items:center;gap:8px;padding:6px 0 2px;font-size:.7rem;display:none}.hs-deck__kbd-hint kbd{color:#374151;background:#f3f4f6;border:1px solid #d1d5db;border-bottom-width:2px;border-radius:4px;justify-content:center;align-items:center;min-width:20px;padding:1px 5px;font-family:inherit;font-size:.72rem;font-weight:600;display:inline-flex}@media (min-width:768px) and (hover:hover){.hs-deck__kbd-hint{display:inline-flex}}.hs-photo-sheet{z-index:90;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0}.hs-photo-sheet__backdrop{background:#000000d9;animation:.15s ease-out hs-toast-in;position:absolute;inset:0}.hs-photo-sheet__panel{color:#fff;background:#000;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.hs-photo-sheet__header{padding:calc(12px + env(safe-area-inset-top)) 16px 12px;z-index:2;background:linear-gradient(#0009 0%,#0000 100%);justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.hs-photo-sheet__close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.hs-photo-sheet__spacer{flex-shrink:0;width:44px;height:44px}.hs-photo-sheet__title{text-align:center;flex-direction:column;flex:1;min-width:0;font-size:.8125rem;line-height:1.2;display:flex}.hs-photo-sheet__title strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.hs-photo-sheet__counter{color:#ffffffb3;font-size:.75rem}.hs-photo-sheet__stage{touch-action:pan-y;flex:1;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.hs-photo-sheet__strip{will-change:transform;width:100%;height:100%;display:flex}.hs-photo-sheet__slide{flex:0 0 100%;width:100%;height:100%;position:relative}.hs-photo-sheet__img,.hs-photo-sheet__slide img{object-fit:contain;width:100%;height:100%}.hs-photo-sheet__nav{color:#fff;cursor:pointer;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}:is(.hs-photo-sheet__close:focus-visible,.hs-photo-sheet__nav:focus-visible,.hs-photo-sheet__thumb:focus-visible){outline:2px solid var(--color-accent);outline-offset:2px}.hs-photo-sheet__nav--prev{left:10px}.hs-photo-sheet__nav--next{right:10px}.hs-photo-sheet__nav:disabled{opacity:.35;cursor:not-allowed}.hs-photo-sheet__thumbs-wrap{padding:10px 0 calc(10px + env(safe-area-inset-bottom));z-index:2;background:linear-gradient(#0000 0%,#0009 100%);position:relative}.hs-photo-sheet__thumbs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding:0 14px;display:flex;overflow-x:auto}.hs-photo-sheet__thumbs::-webkit-scrollbar{display:none}.hs-photo-sheet__thumb{cursor:pointer;opacity:.7;background:#222;border:2px solid #0000;border-radius:8px;flex:none;width:86px;height:58px;padding:0;transition:opacity .15s,border-color .15s;overflow:hidden}.hs-photo-sheet__thumb--active{opacity:1;border-color:var(--color-accent)}.hs-photo-sheet__thumb-img,.hs-photo-sheet__thumb img{object-fit:cover;width:100%;height:100%}@media (min-width:768px){.lsp-homeswipe{padding-left:20px;padding-right:20px}.hs-card{max-height:min(680px,100svh - 220px)}}@media (max-width:767px){.lsp--swipe-view .lsp-homeswipe{height:100%;min-height:0;padding:0}.lsp--swipe-view .hs-deck{height:100%;min-height:0;padding:0 10px}.lsp--swipe-view .hs-deck__toolbar{flex-wrap:nowrap;min-width:0;padding:4px 2px 6px}.lsp--swipe-view .hs-deck__btn-label,.lsp--swipe-view .hs-deck__share-label,.lsp--swipe-view .hs-deck__feed-label{display:none}.lsp--swipe-view .hs-deck__refine,.lsp--swipe-view .hs-deck__review,.lsp--swipe-view .hs-deck__share,.lsp--swipe-view .hs-deck__feed{min-width:var(--touch-target-min,44px);min-height:var(--touch-target-min,44px);padding:6px 10px}.lsp--swipe-view .hs-stats--inline{display:none}.lsp--swipe-view .hs-deck__counts-btn{display:inline-flex}.lsp--swipe-view .hs-card{aspect-ratio:auto;height:100%;max-height:100%}.lsp--swipe-view .hs-deck__stage{min-height:0;padding:2px 0 0}.lsp--swipe-view .hs-actions{padding:8px 4px calc(8px + env(safe-area-inset-bottom));gap:12px}.lsp--swipe-view .hs-actions__btn{width:48px;height:48px}.lsp--swipe-view .hs-actions__btn--love,.lsp--swipe-view .hs-actions__btn--no,.lsp--swipe-view .hs-actions__btn--yes{width:56px;height:56px}.lsp--swipe-view .hs-deck__resume{z-index:5;margin:0;padding:8px 10px;font-size:.78rem;position:absolute;top:44px;left:12px;right:12px}}@media (min-width:768px){.hs-deck__counts-btn{display:none}.hs-stats--inline{display:inline-flex}}.hs-deck__counts-btn{min-width:var(--touch-target-min,44px);min-height:var(--touch-target-min,44px);border-radius:var(--radius-full);border:1px solid var(--border-strong);color:var(--color-muted);cursor:pointer;background:#fff;flex-shrink:0;justify-content:center;align-items:center;padding:4px 10px;font-size:.8125rem;font-weight:700;display:none}.hs-deck__counts-total{font-variant-numeric:tabular-nums}.hs-deck__counts-pop{z-index:5;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:#fff;padding:8px 10px;animation:.2s ease-out both hs-slide-up-fade;position:absolute;top:46px;right:10px;box-shadow:0 8px 24px #0f0f1929}.hs-deck__feed{min-height:var(--touch-target-min,44px);border-radius:var(--radius-full);border:1px solid var(--border-strong);color:var(--color-primary);cursor:pointer;background:#fff;flex-shrink:0;align-items:center;gap:6px;max-width:160px;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.hs-deck__feed-label{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.hs-feed-sheet{z-index:75;justify-content:center;align-items:flex-end;animation:.2s ease-out hs-insights-fade;display:flex;position:fixed;inset:0}.hs-feed-sheet__scrim{-webkit-appearance:none;appearance:none;cursor:pointer;background:#0f0f198c;border:none;position:absolute;inset:0}.hs-feed-sheet__panel{width:100%;max-width:560px;max-height:78dvh;max-height:78svh;padding:12px 16px calc(20px + env(safe-area-inset-bottom));background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;animation:.24s cubic-bezier(.22,1,.36,1) hs-insights-slide;position:relative;overflow-y:auto;box-shadow:0 -14px 40px #0f0f1940}.hs-feed-sheet__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.hs-feed-sheet__title{color:var(--color-text);margin:0;font-size:1.0625rem;font-weight:700}.hs-feed-sheet__close{-webkit-appearance:none;appearance:none;color:var(--color-muted);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.hs-feed-sheet__close:hover{background:#0000000d}.hs-feed-sheet__section{margin-top:10px}.hs-feed-sheet__label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);margin:10px 0 6px;font-size:.72rem;font-weight:700}.hs-feed-sheet__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.hs-feed-sheet__item{-webkit-appearance:none;appearance:none;border-radius:var(--radius-md);text-align:left;cursor:pointer;background:#f9fafb;border:1px solid #0000;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;transition:background .15s,border-color .15s;display:flex}.hs-feed-sheet__item:hover{background:#f3f4f6}.hs-feed-sheet__item--active{background:rgba(var(--color-primary-rgb), .1);border-color:rgba(var(--color-primary-rgb), .3)}.hs-feed-sheet__item-title{color:var(--color-text);font-size:.95rem;font-weight:600}.hs-feed-sheet__item-meta{color:var(--color-muted);font-size:.8rem;line-height:1.3}.hs-actions__btn{transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s,background .18s}.hs-actions__btn:hover:not(:disabled){transform:translateY(-1px)}.hs-actions__btn:active:not(:disabled){transform:scale(.9)}.hs-actions__btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.hs-actions__btn--love:not(:disabled){animation:2.4s ease-in-out infinite hs-love-pulse}@keyframes hs-love-pulse{0%,to{box-shadow:0 8px 20px -6px #e11d4873,0 3px 6px -2px #e11d4840,0 0 #f43f5e73}50%{box-shadow:0 8px 20px -6px #e11d4873,0 3px 6px -2px #e11d4840,0 0 0 8px #f43f5e00}}.hs-actions__btn--no:not(:disabled):hover{background:#fef2f2}.hs-actions__btn--yes:not(:disabled):hover{background:#ecfdf5}@keyframes hs-slide-up-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hs-insights__summary,.hs-insights__chips,.hs-insights__bullets,.hs-insights__subsection,.hs-insights__apply-hint,.hs-insights__actions{animation:.35s ease-out both hs-slide-up-fade}.hs-insights__summary{animation-delay:40ms}.hs-insights__chips{animation-delay:80ms}.hs-insights__bullets{animation-delay:.12s}.hs-insights__subsection{animation-delay:.16s}.hs-insights__apply-hint{animation-delay:.2s}.hs-insights__actions{animation-delay:.24s}.hs-insights__chip,.hs-insights__tag{transition:transform .15s,background .15s}.hs-insights__chip:hover,.hs-insights__tag:hover{transform:translateY(-1px)}.hs-stats__chip{transition:transform .2s,background .2s}.hs-stats__chip:hover{transform:translateY(-1px)}.hs-preset-chip,.hs-preset-chip--active{transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .15s}.hs-preset-chip:hover:not(:disabled){transform:translateY(-1px)}.hs-preset-chip--active{box-shadow:0 4px 12px -4px rgba(var(--color-primary-rgb), .4)}.hs-toast{animation:.26s cubic-bezier(.22,1,.36,1) hs-toast-in}.hs-photo-sheet__img,.hs-photo-sheet__stage img{animation:.22s ease-out hs-photo-fade}@keyframes hs-photo-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.hs-card,.hs-card__stamp,.hs-toast,.hs-insights,.hs-insights__panel,.hs-insights__summary,.hs-insights__chips,.hs-insights__bullets,.hs-insights__subsection,.hs-insights__apply-hint,.hs-insights__actions,.hs-actions__btn--love:not(:disabled),.hs-deck__review--unlocked,.hs-deck__review--just-unlocked,.hs-photo-sheet__img,.hs-photo-sheet__stage img{transition:none!important;animation:none!important}.hs-card{opacity:1}}
.platform-guide__body{padding:var(--space-xl) 0 var(--space-xxl)}.platform-guide__container{max-width:52rem;padding:0 var(--space-md);margin:0 auto}@media (min-width:768px){.platform-guide__container{padding:0 var(--space-lg)}}.platform-guide__lede{margin:0 0 var(--space-md);color:color-mix(in srgb, var(--color-primary) 88%, var(--color-muted));max-width:42rem;font-size:1.0625rem;line-height:1.55}.platform-guide__note{padding:var(--space-md);border-radius:var(--radius-md);background:color-mix(in srgb, var(--theme-surface) 88%, var(--color-primary) 12%);border:1px solid var(--border-subtle);color:var(--color-muted);max-width:42rem;margin:0;font-size:.875rem;line-height:1.55}.platform-guide__dashboard-intro{margin-bottom:var(--space-xl)}.platform-guide__section-title{margin:0 0 var(--space-sm);font-family:var(--font-headings);color:var(--color-primary);letter-spacing:-.02em;font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:700;line-height:1.2}.platform-guide__dashboard-intro .platform-guide__lede{margin-bottom:var(--space-lg)}.platform-guide__dashboard-grid{gap:var(--space-md);margin:0 0 var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr));padding:0;list-style:none;display:grid}.platform-guide__dashboard-grid>li{min-width:0}.platform-guide__dashboard-card{min-height:100%;padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--theme-surface);color:inherit;flex-direction:column;align-items:flex-start;gap:.35rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 2px #00000008}.platform-guide__dashboard-card:hover{border-color:color-mix(in srgb, var(--color-accent) 38%, var(--border-subtle));box-shadow:0 4px 14px #0000000f}.platform-guide__dashboard-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.platform-guide__dashboard-card-tag{letter-spacing:.07em;color:var(--color-primary);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-accent) 20%, var(--theme-surface));border:1px solid color-mix(in srgb, var(--color-accent) 35%, var(--border-subtle));padding:.15rem .4rem;font-size:.6875rem;font-weight:800}.platform-guide__dashboard-card-title{font-family:var(--font-headings);color:var(--color-primary);font-size:1rem;font-weight:700;line-height:1.25}.platform-guide__dashboard-card-sub{color:var(--color-muted);font-size:.8125rem;line-height:1.45}@media (max-width:720px){.platform-guide__dashboard-grid{grid-template-columns:1fr}}.platform-guide__heading{font-family:var(--font-headings);color:var(--color-primary);letter-spacing:-.02em;margin:0;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;line-height:1.25}.platform-guide__features{gap:var(--space-lg);display:grid}.platform-guide__feature{padding:var(--space-md) var(--space-md) var(--space-md) calc(var(--space-md) + 4px);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--theme-surface);position:relative;box-shadow:0 1px 2px #00000008}.platform-guide__feature:before{content:"";left:0;top:var(--space-sm);bottom:var(--space-sm);background:var(--platform-guide-accent,var(--color-accent));border-radius:2px;width:4px;position:absolute}.platform-guide__feature--crm{--platform-guide-accent:color-mix(in srgb, var(--color-primary) 70%, var(--color-accent))}.platform-guide__feature--deals{--platform-guide-accent:color-mix(in srgb, var(--color-accent) 55%, var(--color-primary))}.platform-guide__feature--listings{--platform-guide-accent:color-mix(in srgb, var(--color-accent) 80%, #2d5016)}.platform-guide__feature--production{--platform-guide-accent:var(--color-primary)}.platform-guide__feature--marketing{--platform-guide-accent:color-mix(in srgb, var(--color-accent) 65%, var(--color-primary))}.platform-guide__feature--resources{--platform-guide-accent:color-mix(in srgb, var(--color-muted) 40%, var(--color-accent))}.platform-guide__feature-head{align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-sm);display:flex}.platform-guide__feature-tag{border-radius:var(--radius-sm);letter-spacing:.06em;text-align:center;min-width:2.75rem;color:var(--color-primary);background:color-mix(in srgb, var(--platform-guide-accent,var(--color-accent)) 22%, var(--theme-surface));border:1px solid color-mix(in srgb, var(--platform-guide-accent) 35%, var(--border-subtle));flex:none;padding:.2rem .45rem;font-size:.6875rem;font-weight:800}.platform-guide__feature-titles{flex:1;min-width:0}.platform-guide__feature-body{margin:0 0 var(--space-sm);color:var(--color-muted);font-size:.9375rem;line-height:1.55}.platform-guide__links{gap:var(--space-xs) var(--space-md);flex-wrap:wrap;font-size:.875rem;font-weight:600;display:flex}.platform-guide__demo{margin-bottom:0}.platform-guide__demo-lead{margin:0 0 var(--space-md);color:var(--color-muted);max-width:40rem;font-size:.9375rem;line-height:1.55}.platform-guide__ai-flow{justify-content:center;align-items:center;gap:var(--space-xs) var(--space-sm);margin-bottom:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);background:color-mix(in srgb, var(--theme-surface) 92%, var(--color-primary) 8%);border:1px dashed color-mix(in srgb, var(--border-subtle) 70%, var(--color-accent) 30%);flex-wrap:wrap;display:flex}.platform-guide__ai-flow-node{border-radius:var(--radius-sm);letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);background:var(--theme-surface);border:1px solid var(--border-subtle);padding:.35rem .65rem;font-size:.75rem;font-weight:700}.platform-guide__ai-flow-join{background:linear-gradient(90deg, var(--border-subtle), color-mix(in srgb, var(--color-accent) 60%, var(--border-subtle)));border-radius:1px;width:1.25rem;height:2px}@media (max-width:480px){.platform-guide__ai-flow-join{display:none}.platform-guide__ai-flow{flex-direction:column}}.platform-guide__demo-window{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--theme-surface);overflow:hidden;box-shadow:0 4px 16px #0000000f}.platform-guide__demo-link{margin:var(--space-sm) 0 0;font-size:.9375rem;font-weight:600}.platform-guide__trophy{margin:var(--space-xl) 0}.platform-guide__trophy-heading{margin:0 0 var(--space-xs);font-family:var(--font-headings);color:var(--color-primary);letter-spacing:-.02em;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700}.platform-guide__trophy-lead{margin:0 0 var(--space-md);color:var(--color-muted);max-width:40rem;font-size:.9375rem;line-height:1.55}.platform-guide__trophy-widget{border-radius:var(--radius-lg);overflow:hidden}.platform-guide__trophy-links{gap:var(--space-sm) var(--space-md);margin-top:var(--space-md);flex-wrap:wrap;font-size:.875rem;font-weight:600;display:flex}.platform-guide__divider{border:none;border-top:1px solid var(--border-subtle);margin:var(--space-xl) 0}@media (max-width:599px){.platform-guide__body{padding:var(--space-lg) 0 var(--space-xl)}.platform-guide__features{gap:var(--space-md)}}
.listing-staff-cart-btn{border-radius:var(--radius-sm);border:1px solid var(--color-accent);color:var(--color-primary);cursor:pointer;white-space:nowrap;background:#c5a0591f;padding:.45rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2}.listing-staff-cart-btn:hover{background:#c5a05938}.listing-staff-cart-btn--in-cart{border-color:var(--color-primary);background:#0a243814}.listing-staff-cart-btn--hero{color:var(--color-primary);background:#fffffff2;border-color:#ffffffe6;padding:.55rem .9rem;font-size:.875rem;box-shadow:0 2px 10px #0003}.listing-staff-cart-btn--hero.listing-staff-cart-btn--in-cart{color:#fff;background:#c5a059f2;border-color:#c5a059}.listing-staff-cart-btn--inline{min-height:var(--touch-target-min,44px);border-radius:var(--radius-sm);background:#0a24380a;border-color:#0a243826;justify-content:center;align-items:center;padding:.4rem .7rem;font-size:.8125rem;font-weight:600;display:inline-flex}.listing-staff-cart-btn--card{box-sizing:border-box;width:100%;min-height:var(--touch-target-min,44px);white-space:normal;text-align:center;justify-content:center;align-items:center;padding:.5rem .75rem;font-size:.8125rem;display:inline-flex}.ldp-hero__staff-cart{top:max(.75rem, env(safe-area-inset-top,0px));left:max(.75rem, env(safe-area-inset-left,0px));z-index:2;position:absolute}.ldp-header__staff-cart{margin-top:var(--space-sm);justify-content:flex-end;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.listing-client-cart-dock{z-index:85;padding:var(--space-sm) max(var(--space-md), env(safe-area-inset-right,0px)) max(var(--space-sm), env(safe-area-inset-bottom,0px)) max(var(--space-md), env(safe-area-inset-left,0px));pointer-events:none;position:fixed;bottom:0;left:0;right:0}.listing-client-cart-dock__inner{pointer-events:auto;justify-content:space-between;align-items:center;gap:var(--space-sm);max-width:720px;padding:var(--space-sm) var(--space-md);background:var(--color-primary);color:#fff;border-radius:var(--radius-md);flex-wrap:wrap;margin:0 auto;display:flex;box-shadow:0 -4px 24px #0a24382e}.listing-client-cart-dock__summary{margin:0;font-size:.9375rem}.listing-client-cart-dock__summary strong{color:var(--color-accent);font-weight:700}.listing-client-cart-dock__actions{gap:var(--space-xs);flex-wrap:wrap;align-items:center;display:flex}.listing-client-cart-dock__review.button--outline{color:#fff;background:0 0;border-color:#ffffff8c}.listing-client-cart-dock__review.button--outline:hover{background:#ffffff1a}.listing-client-cart-dock__clear{font:inherit;color:#ffffffbf;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.8125rem;font-weight:600;text-decoration:underline}.listing-client-cart-modal-overlay{z-index:95;padding:var(--space-md);padding-bottom:max(var(--space-md), env(safe-area-inset-bottom,0px));background:#0a243873;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (min-width:640px){.listing-client-cart-modal-overlay{align-items:center}}.listing-client-cart-modal{background:var(--theme-bg);width:100%;max-width:520px;max-height:min(88vh,640px);color:var(--theme-text);border-radius:var(--radius-md);flex-direction:column;display:flex;box-shadow:0 16px 48px #0a243833}.listing-client-cart-modal--with-preview{max-width:min(100%,560px);max-height:min(92vh,880px)}.listing-client-cart-modal__head{justify-content:space-between;align-items:flex-start;gap:var(--space-md);padding:var(--space-md) var(--space-md) 0;display:flex}.listing-client-cart-modal__title{color:var(--color-primary);margin:0;font-size:1.125rem;font-weight:600}.listing-client-cart-modal__close{cursor:pointer;color:var(--color-muted);background:0 0;border:none;padding:0 .25rem;font-size:1.5rem;line-height:1}.listing-client-cart-modal__body{padding:var(--space-md);flex:1;min-height:0;overflow-y:auto}.listing-client-cart-modal__ok{margin:0 0 var(--space-sm);color:var(--color-success,#1d6b3a);font-size:.9375rem}.listing-client-cart-modal__err{margin:0 0 var(--space-sm);color:var(--color-danger,#b42318);font-size:.9375rem}.listing-client-cart-modal__section{margin-bottom:var(--space-lg)}.listing-client-cart-modal__section-title{margin:0 0 var(--space-sm);color:var(--color-primary);font-size:.9375rem;font-weight:600}.listing-client-cart-modal__listing-list{margin:0;padding:0;list-style:none}.listing-client-cart-modal__listing-row{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);padding:var(--space-xs) 0;border-bottom:1px solid var(--border-subtle);font-size:.875rem;display:flex}.listing-client-cart-modal__listing-label{min-width:0;line-height:1.4}.listing-client-cart-modal__remove{font:inherit;color:var(--color-accent);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:.8125rem;text-decoration:underline}.listing-client-cart-modal__search{width:100%;margin-bottom:var(--space-sm);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:.55rem .75rem;font-size:1rem}.listing-client-cart-modal__muted{color:var(--color-muted);margin:0;font-size:.875rem}.listing-client-cart-modal__lead-list{max-height:220px;margin:0;padding:0;list-style:none;overflow-y:auto}.listing-client-cart-modal__lead-row{padding:var(--space-xs) 0;border-bottom:1px solid var(--border-subtle)}.listing-client-cart-modal__lead-label{align-items:flex-start;gap:var(--space-sm);cursor:pointer;font-size:.875rem;display:flex}.listing-client-cart-modal__lead-label input{margin-top:.2rem}.listing-client-cart-modal__lead-name{color:var(--color-primary);font-weight:600;display:block}.listing-client-cart-modal__lead-email{color:var(--color-muted);word-break:break-all;font-size:.8125rem;display:block}.listing-client-cart-modal__foot{align-items:center;gap:var(--space-sm);padding:var(--space-md);border-top:1px solid var(--border-subtle);flex-wrap:wrap;display:flex}.listing-client-cart-modal__foot-spacer{min-width:var(--space-xs);flex:1}.listing-client-cart-modal__preview-subject{margin:0 0 var(--space-xs);color:var(--color-primary);font-size:.875rem;line-height:1.45}.listing-client-cart-modal__preview-subject-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);margin-bottom:.2rem;font-size:.75rem;font-weight:600;display:block}.listing-client-cart-modal__preview-note{margin:0 0 var(--space-sm);font-size:.8125rem}.listing-client-cart-modal__preview-frame-wrap{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:#f4f4f5;min-height:280px;overflow:hidden}.listing-client-cart-modal__section-optional{color:var(--color-muted);font-size:.8125rem;font-weight:400}.listing-client-cart-modal__note{width:100%;font:inherit;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);resize:vertical;box-sizing:border-box;color:var(--theme-text);background:var(--theme-bg);padding:.55rem .75rem;font-size:.9375rem;line-height:1.5}.listing-client-cart-modal__note:focus{outline:2px solid var(--color-primary);outline-offset:1px}.listing-client-cart-modal__send-as{gap:var(--space-sm);border:0;flex-wrap:wrap;margin:0;padding:0;display:flex}.listing-client-cart-modal__send-as-option{color:var(--color-text);align-items:center;gap:.4rem;font-size:.875rem;display:inline-flex}.listing-client-cart-modal__preview-frame{background:#fff;border:0;width:100%;height:50vh;min-height:420px;max-height:520px;display:block}
.insights-list{gap:var(--space-xl);margin:0;padding:0;list-style:none;display:grid}@media (min-width:768px){.insights-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,360px),1fr))}}.insights-list-item{margin:0}.insight-card{background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-lg);height:100%;box-shadow:var(--shadow-soft);transition:transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo);flex-direction:column;display:flex}@media (hover:hover) and (pointer:fine){.insight-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}}.insight-card:focus-within{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:3px}@media (prefers-reduced-motion:reduce){.insight-card:hover{transform:none}}.insight-card-meta{color:var(--color-muted);margin:0 0 .5rem;font-size:.8125rem}.insight-card-segment{color:var(--color-primary);font-weight:600}.insight-card-title{font-family:var(--font-headings);margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.insight-card-title a{color:inherit;text-decoration:none}.insight-card-title a:hover{color:var(--color-accent);text-decoration:underline}.insight-card-excerpt{color:var(--color-muted);flex:1 0 auto;margin:0;font-size:.9375rem}.insight-card-footer{margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid var(--border-subtle)}.insight-card-footer a{color:var(--color-accent);font-size:.9375rem;font-weight:700;text-decoration:none}.insight-card-footer a:hover{text-decoration:underline}.insight-article-back{margin-bottom:var(--space-sm)}.insight-article-back a{font-size:var(--text-sm);color:var(--color-muted);border-radius:var(--radius-sm);text-decoration:none}.insight-article-back a:hover{color:var(--color-accent);text-decoration:underline}.insight-article-back a:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.insight-article-header{margin-bottom:var(--space-lg)}.insight-article-meta{color:var(--color-muted);margin:0 0 .25rem;font-size:.875rem}.insight-article-segment{color:var(--color-primary);font-weight:600}.insight-article-title{font-family:var(--font-headings);color:var(--color-primary);margin:0;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2}.insight-article-body.prose{font-size:1rem;line-height:1.65}.insight-article-body.prose p{margin:0 0 1rem}.insight-article-body.prose p:last-child{margin-bottom:0}.insight-article-body.prose ul,.insight-article-body.prose ol{margin:0 0 1rem;padding-left:1.5rem}.insight-article-body.prose li{margin-bottom:.35rem}.insight-article-body.prose a{color:var(--color-accent);font-weight:600}.insight-article-body.prose a:hover{text-decoration:underline}.insight-article-body.prose strong{color:var(--color-primary);font-weight:700}
.news-index-page,.news-article-page{background:var(--surface-page)}.news-masthead{color:var(--color-light);background:radial-gradient(circle at 82% 12%, rgba(var(--color-accent-rgb), .2), transparent 30%), var(--color-primary);border-bottom:4px solid var(--color-accent)}.news-masthead__inner{padding-block:clamp(4rem,9vw,7rem) clamp(2.5rem,6vw,4.5rem)}.news-kicker,.news-label{margin:0 0 var(--space-3);color:var(--color-accent);font-family:var(--font-headings);font-size:var(--text-eyebrow);letter-spacing:.12em;text-transform:uppercase;font-weight:800;line-height:1.3}.news-masthead h1{max-width:980px;font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(2.35rem,7vw,5.4rem);font-weight:650;line-height:.98}.news-masthead__lead{max-width:760px;margin:var(--space-5) 0 0;color:#ffffffd1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}.news-topic-nav{gap:var(--space-2);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.news-topic-nav a{min-height:var(--touch-target-min);color:var(--color-light);border-radius:var(--radius-full);font-family:var(--font-headings);font-size:var(--text-sm);border:1px solid #ffffff42;align-items:center;padding:.6rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.news-topic-nav a:hover{color:var(--color-primary);background:var(--color-light)}.news-topic-nav a:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.news-read-link:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.news-feature a:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.news-story-card a:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.news-related-grid a:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.news-feature-section,.news-latest-section,.news-related-section{padding-block:clamp(3rem,7vw,6rem)}.news-feature{background:var(--theme-surface);border:1px solid var(--border-strong);border-radius:var(--radius-xl);box-shadow:var(--shadow-strong);display:grid;overflow:hidden}.news-feature__image-link,.news-story-card__image-link{display:block;overflow:hidden}.news-feature__image-link img,.news-story-card__image-link img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out-expo);border-radius:0}.news-feature__image-link img{min-height:300px}.news-feature__content{align-self:center;padding:clamp(1.5rem,4vw,3.5rem)}.news-story-meta{gap:var(--space-2);margin:0 0 var(--space-3);color:var(--text-muted);font-family:var(--font-headings);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;font-weight:700;display:flex}.news-feature h2,.news-section-heading h2,.news-standards h2,.news-source-box h2,.news-related-section h2{color:var(--color-primary);font-family:var(--font-display);letter-spacing:-.025em;text-wrap:balance;margin:0;font-weight:650;line-height:1.08}.news-feature h2{font-size:clamp(2rem,4vw,3.6rem)}.news-feature h2 a,.news-story-card h3 a,.news-related-grid h3 a{color:inherit;text-decoration:none}.news-feature__content>p:not(.news-label,.news-story-meta){margin:var(--space-4) 0 0;color:var(--text-muted);font-size:var(--text-lead);line-height:1.65}.news-read-link{gap:var(--space-2);margin-top:var(--space-5);color:var(--color-primary);font-family:var(--font-headings);font-size:var(--text-sm);letter-spacing:.03em;align-items:center;font-weight:800;text-decoration:none;display:inline-flex}.news-read-link:hover{color:var(--color-accent)}.news-section-heading{gap:var(--space-4);margin-bottom:var(--space-6);align-items:end;display:grid}.news-section-heading h2,.news-standards h2,.news-related-section h2{font-size:clamp(1.9rem,4vw,3.1rem)}.news-section-heading>p{max-width:52ch;color:var(--text-muted);margin:0}.news-story-grid{gap:var(--space-5);display:grid}.news-story-card{background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.news-anchor{scroll-margin-top:calc(var(--site-header-stack-height) + var(--space-5));position:absolute;top:0}.news-story-card__image-link{aspect-ratio:16/10;background:var(--surface-muted)}.news-story-card__content{padding:var(--space-5)}.news-story-card h3{color:var(--color-primary);font-family:var(--font-display);letter-spacing:-.02em;margin:0;font-size:clamp(1.45rem,2.5vw,2rem);font-weight:650;line-height:1.12}.news-story-card__content>p:not(.news-label,.news-story-meta){margin:var(--space-4) 0 0;color:var(--text-muted)}.news-story-card .news-read-link{margin-top:var(--space-4)}.news-standards-section{color:var(--color-light);background:var(--color-primary);padding-block:clamp(3rem,7vw,5rem)}.news-standards{gap:var(--space-6);align-items:center;display:grid}.news-standards h2{color:var(--color-light)}.news-standards p:not(.news-kicker){max-width:66ch;margin:var(--space-4) 0 0;color:#ffffffc7}.news-standards__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.news-standards__actions .button--outline{color:var(--color-light);border-color:#ffffff7a}.news-article-hero{color:var(--color-light);background:var(--color-primary)}.news-article-hero__grid{gap:var(--space-6);padding-block:clamp(3rem,8vw,6rem);display:grid}.news-article-hero__content{align-self:center}.news-breadcrumbs{gap:var(--space-2);margin-bottom:var(--space-6);color:#ffffffad;font-family:var(--font-headings);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.news-breadcrumbs a{color:var(--color-light)}.news-article-hero h1{max-width:900px;font-family:var(--font-display);letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:clamp(2.45rem,6vw,5.1rem);font-weight:650;line-height:.99}.news-article-hero__dek{max-width:700px;margin:var(--space-5) 0 0;color:#ffffffd1;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6}.news-article-byline{gap:var(--space-3) var(--space-5);margin-top:var(--space-6);color:#ffffffad;font-family:var(--font-headings);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.news-article-byline p{margin:0}.news-article-hero__media{border-radius:var(--radius-xl);min-height:300px;box-shadow:var(--shadow-strong);border:1px solid #ffffff2e;overflow:hidden}.news-article-hero__media img{object-fit:cover;border-radius:0;width:100%;height:100%}.news-article-layout{gap:var(--space-7);padding-block:clamp(3rem,7vw,6rem);display:grid}.news-article-main{min-width:0}.news-article-body{max-width:72ch;color:var(--text-strong);font-size:clamp(1rem,.4vw + .95rem,1.125rem);line-height:1.78}.news-article-body>p{margin:0 0 1.4em}.news-article-body h2{color:var(--color-primary);font-family:var(--font-display);letter-spacing:-.025em;margin:2.2em 0 .65em;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:650;line-height:1.12}.news-article-body a,.news-source-box a{color:var(--color-primary);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);text-underline-offset:3px;font-weight:700;text-decoration-thickness:2px}.news-source-box{max-width:72ch;margin-top:var(--space-7);background:var(--surface-muted);border-left:4px solid var(--color-accent);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:clamp(1.25rem,3vw,2rem)}.news-source-box h2{font-size:1.6rem}.news-source-box p:not(.news-kicker){margin:var(--space-3) 0 0;color:var(--text-muted)}.news-source-box ul{margin:var(--space-4) 0 0;padding-left:1.2rem}.news-source-box li+li{margin-top:var(--space-2)}.news-article-sidebar{min-width:0}.news-sidebar-card{padding:var(--space-5);background:var(--theme-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.news-sidebar-card h2{color:var(--color-primary);font-family:var(--font-headings);margin:0;font-size:1.35rem;line-height:1.2}.news-sidebar-card>p:not(.news-kicker){margin:var(--space-3) 0 0;color:var(--text-muted)}.news-sidebar-card__actions{gap:var(--space-3);margin-top:var(--space-5);display:grid}.news-sidebar-card__actions .button{width:100%}.news-related-section{background:var(--surface-muted)}.news-related-section .news-section-heading{align-items:center}.news-related-section .news-section-heading .news-read-link{margin-top:0}.news-related-grid{gap:var(--space-4);display:grid}.news-related-grid article{padding:var(--space-5);background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.news-related-grid h3{color:var(--color-primary);font-family:var(--font-display);margin:0;font-size:1.45rem;font-weight:650;line-height:1.16}.news-related-grid article>p:last-child{margin:var(--space-3) 0 0;color:var(--text-muted);font-size:.95rem}@media (hover:hover) and (pointer:fine){.news-feature__image-link:hover img,.news-story-card__image-link:hover img{transform:scale(1.035)}.news-feature h2 a:hover,.news-story-card h3 a:hover,.news-related-grid h3 a:hover{color:var(--color-accent)}}@media (min-width:768px){.news-feature{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)}.news-section-heading{grid-template-columns:minmax(0,1fr) minmax(260px,.45fr)}.news-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-story-card:first-child{grid-column:span 2;grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.news-standards{grid-template-columns:minmax(0,1fr) auto}.news-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:900px){.news-article-hero__grid{grid-template-columns:minmax(0,1fr) minmax(380px,.88fr)}.news-article-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start}.news-article-sidebar{top:calc(var(--site-header-stack-height) + var(--space-5));position:sticky}}@media (min-width:1080px){.news-story-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.news-story-card:first-child{grid-column:span 2}}@media (max-width:767px){.news-masthead__inner{padding-top:var(--space-7)}.news-topic-nav{margin-inline:calc(var(--space-5) * -1);padding-inline:var(--space-5);scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.news-topic-nav::-webkit-scrollbar{display:none}.news-topic-nav a{flex:none}.news-feature-section,.news-latest-section,.news-related-section{padding-block:var(--space-7)}.news-feature__image-link{aspect-ratio:16/11}.news-feature__image-link img{min-height:0}.news-standards__actions{display:grid}.news-standards__actions .button{width:100%}.news-article-hero__grid{padding-top:var(--space-7)}.news-article-hero__media{aspect-ratio:16/11;min-height:0}}@media (prefers-reduced-motion:reduce){.news-feature__image-link img,.news-story-card__image-link img{transition:none}}
.res-hub-section-header{max-width:42rem}.res-hub-section-header .section-tag{margin-bottom:var(--space-xs);display:block}.res-hub-section-header .section-title{margin-bottom:var(--space-sm)}.res-hub-section-header .section-lead{margin:0}.res-hub-bento{gap:var(--space-lg);grid-template-columns:1fr;display:grid}@media (min-width:640px){.res-hub-bento{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.res-hub-bento{grid-template-columns:repeat(3,1fr)}}.res-hub-guides-stack{gap:var(--space-lg);flex-direction:column;width:100%;display:flex}.res-hub-guides-stack .res-hub-card{aspect-ratio:4/3;width:100%}@media (min-width:640px){.res-hub-guides-stack .res-hub-card,.res-hub-guides-stack .res-hub-card--featured{aspect-ratio:21/9}}.res-hub-card{border-radius:var(--radius-lg);color:inherit;aspect-ratio:4/3;background:var(--color-primary);box-shadow:var(--shadow-soft);transition:transform .4s var(--ease-out-expo), box-shadow .4s var(--ease-out-expo);text-decoration:none;display:block;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.res-hub-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.res-hub-card:hover .res-hub-card__img{transform:scale(1.05)}.res-hub-card:hover .res-hub-card__cta{color:#fff}}.res-hub-card:focus-visible{outline-offset:3px;outline:2px solid #c5a059e6}.res-hub-card--featured{aspect-ratio:4/3}@media (min-width:640px){.res-hub-card--featured{aspect-ratio:21/9;grid-column:span 2}}@media (min-width:1024px){.res-hub-card--featured{aspect-ratio:16/9;grid-column:span 2}}.res-hub-card__img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s var(--ease-out-expo);display:block}.res-hub-card__overlay{pointer-events:none;background:linear-gradient(#0a24381a 0%,#0a243873 50%,#0a2438eb 100%);position:absolute;inset:0}.res-hub-card__content{padding:var(--space-lg);z-index:1;color:#fff;position:absolute;bottom:0;left:0;right:0}@media (min-width:768px){.res-hub-card__content{padding:var(--space-xl)}}.res-hub-card__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-xs);font-size:.65rem;font-weight:700;display:block}.res-hub-card__title{font-family:var(--font-display);margin:0 0 var(--space-xs);color:#fff;text-wrap:balance;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:600;line-height:1.2}.res-hub-card--featured .res-hub-card__title{font-size:clamp(1.375rem,3vw,2rem)}.res-hub-card__desc{opacity:.88;margin:0 0 var(--space-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.res-hub-card--featured .res-hub-card__desc{-webkit-line-clamp:3;max-width:44ch}.res-hub-card__cta{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);font-size:.8125rem;font-weight:700;transition:color .25s;display:inline-block}.res-hub-tools{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (min-width:480px){.res-hub-tools{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.res-hub-tools{grid-template-columns:repeat(4,1fr)}}.res-hub-tool{background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-lg);gap:var(--space-sm);box-shadow:var(--shadow-soft);transition:transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo), border-color .25s ease;flex-direction:column;display:flex}@media (hover:hover) and (pointer:fine){.res-hub-tool:hover{box-shadow:var(--shadow-hover);border-color:#c5a05947;transform:translateY(-5px)}}.res-hub-tool__head{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.res-hub-tool__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);font-size:.65rem;font-weight:700}.res-hub-tool__lock{color:var(--color-muted);opacity:.65;flex-shrink:0;align-items:center;display:flex}.res-hub-tool__title{font-family:var(--font-headings);color:var(--color-primary);margin:0;font-size:1.0625rem;font-weight:700;line-height:1.25}.res-hub-tool__desc{color:var(--color-muted);flex:auto;margin:0;font-size:.9rem;line-height:1.55}.res-hub-tool__btn{align-self:flex-start;margin-top:auto}.res-hub-seller{background:var(--color-primary);border-radius:var(--radius-xl);padding:var(--space-xxl) var(--space-xl);gap:var(--space-xl);grid-template-columns:1fr;display:grid;overflow:hidden}@media (min-width:768px){.res-hub-seller{padding:clamp(var(--space-xxl), 5vw, 4rem);grid-template-columns:1fr 1fr;gap:0}}.res-hub-seller__panel{color:#fff}@media (min-width:768px){.res-hub-seller__panel--right{padding-left:clamp(var(--space-xl), 4vw, 3rem);border-left:1px solid #ffffff1f}}.res-hub-seller__tag{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm);font-size:.65rem;font-weight:700;display:block}.res-hub-seller__title{font-family:var(--font-display);color:#fff;margin:0 0 var(--space-sm);text-wrap:balance;font-size:clamp(1.5rem,3.5vw,2.125rem);font-weight:600;line-height:1.15}.res-hub-seller__subtitle{font-family:var(--font-headings);color:#ffffffeb;margin:0 0 var(--space-sm);text-wrap:balance;font-size:clamp(1rem,2vw,1.25rem);font-weight:600;line-height:1.3}.res-hub-seller__desc{color:#ffffffc7;margin:0 0 var(--space-xl);max-width:38ch;font-size:.9375rem;line-height:1.6}.res-hub-seller__actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.premium-auth-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:inline-flex}.res-hub-auth-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.res-hub-auth-actions--center{justify-content:center}.res-hub-auth-actions--stacked,.res-hub-auth-actions--stacked .premium-auth-actions{flex-direction:column;align-items:stretch}.res-hub-seller .button--outline{color:#ffffffe6;background:0 0;border-color:#ffffff4d}.res-hub-seller .button--outline:hover:not(:disabled){color:#fff;box-shadow:none;background:#ffffff1a;border-color:#ffffffb3}.res-hub-seller .button--text{color:#ffffffb3}.res-hub-seller .button--text:hover:not(:disabled){color:#fff}.resources-page .resources-hub-section{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.resources-page .resources-hub-section+.resources-hub-section{padding-top:var(--space-xl);border-top:none}@media (min-width:768px){.resources-page .resources-hub-section{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.resources-page .resources-hub-section+.resources-hub-section{padding-top:var(--space-xxl)}}.resources-section-pill{background:var(--theme-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle);transition:box-shadow .35s var(--ease-out-expo);overflow:hidden}.resources-section-pill:hover{box-shadow:var(--shadow-hover)}.resources-section-pill__image-wrap{aspect-ratio:21/9;background:var(--surface-muted);width:100%;min-height:140px;max-height:220px;position:relative;overflow:hidden}.resources-section-pill__image{object-fit:cover;object-position:center}.resources-section-pill__body{padding:var(--space-xl) var(--space-lg)}@media (min-width:768px){.resources-section-pill__body{padding:var(--space-xxl) var(--space-xl)}}.resources-section-pill__header{margin-bottom:var(--space-xl)}.resources-section-pill__header .section-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);font-size:.75rem;font-weight:700}.resource-card--featured{max-width:640px;margin-inline:auto}.resources-hub-subsection-title{font-family:var(--font-display);margin:0 0 var(--space-md);color:var(--color-primary);text-wrap:balance;font-size:clamp(1.125rem,2.2vw,1.5rem);font-weight:600;line-height:1.25}.resource-grid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.resource-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))}}.resource-card{background:var(--theme-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-soft);transition:transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo);flex-direction:column;display:flex}@media (hover:hover) and (pointer:fine){.resource-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}}@media (hover:none){.resource-card:hover{box-shadow:var(--shadow-hover)}}@media (prefers-reduced-motion:reduce){.resource-card:hover{transform:none}}.resource-card-title{font-family:var(--font-headings);color:var(--color-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.resource-card-title a{color:inherit;text-decoration:none}.resource-card-title a:hover{color:var(--color-accent);text-decoration:underline}.resource-card-body{color:var(--color-muted);flex:1 0 auto;margin:0 0 .75rem;font-size:.9375rem}.resource-card-meta{color:var(--color-muted);margin-bottom:.75rem;font-size:.875rem}.resource-card--teaser{opacity:.92}.resource-card--teaser:hover{transform:none}.tutorial-video-player{max-width:min(56rem,100%);margin-inline:auto}.tutorial-video-player__toolbar{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.tutorial-video-player__hint{color:var(--color-muted);flex:14rem;margin:0;font-size:.9375rem;line-height:1.45}.tutorial-video-player__actions{align-items:center;gap:var(--space-sm);flex-wrap:wrap;flex-shrink:0;display:flex}.tutorial-video-player__action-btn{min-height:44px;padding-inline:1.1rem}.tutorial-video-player__action-btn--compact{min-height:44px;padding-inline:.85rem;font-size:.875rem}.tutorial-video-player__stage{aspect-ratio:16/9;border-radius:var(--radius-md);background:#000;width:100%;position:relative;overflow:hidden}.tutorial-video-player__stage:-webkit-full-screen{width:100%;max-width:100%;height:100%;max-height:100%;aspect-ratio:unset;border-radius:0;justify-content:center;align-items:center;display:flex}.tutorial-video-player__stage:fullscreen{width:100%;max-width:100%;height:100%;max-height:100%;aspect-ratio:unset;border-radius:0;justify-content:center;align-items:center;display:flex}.tutorial-video-player__video{object-fit:contain;width:100%;height:100%;display:block}.tutorial-video-player__dialog{pointer-events:none;background:0 0;border:none;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0}.tutorial-video-player__dialog::backdrop{background:#0000008c}.tutorial-video-player__dialog-backdrop{z-index:0;cursor:pointer;pointer-events:auto;position:fixed;inset:0}.tutorial-video-player__dialog-panel{z-index:1;width:min(56rem, calc(100vw - var(--space-lg) * 2));gap:var(--space-sm);max-height:min(92dvh,48rem);padding:max(var(--space-md), env(safe-area-inset-top)) max(var(--space-md), env(safe-area-inset-right)) max(var(--space-md), env(safe-area-inset-bottom)) max(var(--space-md), env(safe-area-inset-left));border-radius:var(--radius-lg);background:var(--theme-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);box-sizing:border-box;pointer-events:auto;-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow:hidden auto;transform:translate(-50%,-50%)}.tutorial-video-player__dialog-header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;flex-shrink:0;display:flex}.tutorial-video-player__dialog-header-actions{align-items:center;gap:var(--space-sm);flex-wrap:wrap;flex-shrink:0;display:flex}.tutorial-video-player__dialog-title{font-family:var(--font-headings);color:var(--color-primary);margin:0;font-size:1.125rem;font-weight:600}.tutorial-video-player__dialog-close{min-width:44px;min-height:44px;color:var(--color-muted);border-radius:var(--radius-md);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:calc(-22px + .75rem) calc(-22px + .75rem) 0 0;padding:0;font-size:1.5rem;line-height:1;display:flex}:is(.tutorial-video-player__dialog-close:hover,.tutorial-video-player__dialog-close:focus-visible){color:var(--color-primary);background:rgba(var(--color-primary-rgb), .08)}.tutorial-video-player__dialog-stage{aspect-ratio:16/9;border-radius:var(--radius-md);background:#000;flex:auto;width:100%;min-height:0;max-height:min(92dvh - 9rem,38rem);overflow:hidden}.tutorial-video-player__dialog-stage:-webkit-full-screen{max-height:none;aspect-ratio:unset;border-radius:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.tutorial-video-player__dialog-stage:fullscreen{max-height:none;aspect-ratio:unset;border-radius:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.tutorial-video-player__dialog-stage .tutorial-video-player__video{width:100%;height:100%}@media (max-width:600px){.tutorial-video-player__dialog-panel{top:auto;bottom:max(var(--space-md), env(safe-area-inset-bottom));width:calc(100vw - max(var(--space-md) * 2, env(safe-area-inset-left) + env(safe-area-inset-right)));max-height:min(88dvh,44rem);left:50%;transform:translate(-50%)}.tutorial-video-player__dialog-stage{max-height:min(88dvh - 8rem,34rem)}}.training-library-page__catalog{padding-top:var(--space-xxl);padding-bottom:var(--space-xxl)}.training-library-page__intro{max-width:40rem}.training-library-page__eyebrow{margin-bottom:var(--space-sm)}.training-library-page__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-primary);margin:0 0 var(--space-md);text-wrap:balance;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:600;line-height:1.15}.training-library-page__subtitle{color:var(--color-muted);max-width:36ch;margin:0;font-size:1.0625rem;line-height:1.55}.training-video-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,288px),360px));justify-content:center;gap:clamp(1.25rem,3vw,2rem);margin:0;padding:0;list-style:none;display:grid}.training-video-grid__cell{min-width:0;margin:0}.training-video-card{height:100%;color:inherit;border-radius:var(--radius-xl);background:var(--theme-surface);border:1px solid var(--border-subtle);transition:transform .35s var(--ease-out-expo), box-shadow .35s var(--ease-out-expo), border-color .25s ease;flex-direction:column;text-decoration:none;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,0 14px 40px #0a24381a,0 4px 12px #0a24380f}@media (hover:hover) and (pointer:fine){.training-video-card:hover{border-color:#c5a05959;transform:translateY(-6px);box-shadow:inset 0 1px #ffffffbf,0 22px 50px #0a243824,0 8px 20px #0a243814}}@media (hover:none){.training-video-card:hover{border-color:#c5a05959;box-shadow:inset 0 1px #ffffffbf,0 22px 50px #0a243824,0 8px 20px #0a243814}}@media (prefers-reduced-motion:reduce){.training-video-card:hover{transform:none}}.training-video-card:focus-visible{outline-offset:3px;outline:2px solid #c5a059e6}.training-video-card__media{aspect-ratio:16/9;background:linear-gradient(145deg,#0a2438 0%,#1a4a66 100%);position:relative;overflow:hidden}.training-video-card__image{transition:transform .5s var(--ease-out-expo)}.training-video-card:hover .training-video-card__image{transform:scale(1.05)}.training-video-card__media-shade{pointer-events:none;background:linear-gradient(#0a24380d 0%,#0a243873 100%);position:absolute;inset:0}.training-video-card__play{width:4.25rem;height:4.25rem;color:var(--color-primary);transition:transform .35s var(--ease-out-expo), background .25s ease, color .25s ease;pointer-events:none;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 28px #0a243840}.training-video-card:hover .training-video-card__play{background:var(--color-primary);color:#fff;transform:translate(-50%,-50%)scale(1.06)}.training-video-card__play svg{margin-left:3px}.training-video-card__duration{border-radius:var(--radius-sm);letter-spacing:.06em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a2438d1;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;position:absolute;bottom:.65rem;right:.65rem}.training-video-card__body{padding:var(--space-lg) var(--space-lg) var(--space-xl);flex-direction:column;flex:1;gap:.5rem;display:flex}.training-video-card__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);align-self:flex-start;font-size:.65rem;font-weight:700}.training-video-card__name{font-family:var(--font-headings);color:var(--color-primary);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700;line-height:1.25}.training-video-card__desc{color:var(--color-muted);flex:auto;margin:0;font-size:.9375rem;line-height:1.55}.training-video-card__cta{color:var(--color-primary);letter-spacing:.02em;margin-top:.35rem;font-size:.875rem;font-weight:700}.training-video-card:hover .training-video-card__cta{color:var(--color-accent)}.guide-alerts-cta__actions{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.guide-alerts-cta__manage-link{color:#ffffffe0;text-underline-offset:3px;min-height:var(--touch-target-min);align-items:center;font-size:.875rem;text-decoration:underline;display:inline-flex}.guide-alerts-cta__manage-link:hover{color:#fff}.oregon-coast-guide-page__breadcrumb{padding-top:1rem}.oregon-coast-guide-page__intro p{color:var(--color-muted);text-wrap:pretty;margin:0;font-size:1rem;line-height:1.65}.oregon-coast-guide-page__city-card{padding:0;overflow:hidden}.oregon-coast-guide-page__city-card .resource-card-title,.oregon-coast-guide-page__city-card .resource-card-meta,.oregon-coast-guide-page__city-card .resource-card-body,.oregon-coast-guide-page__city-card .oregon-coast-guide-page__city-actions{margin-left:var(--space-lg);margin-right:var(--space-lg)}.oregon-coast-guide-page__city-card .resource-card-title{margin-top:var(--space-md)}.oregon-coast-guide-page__city-card .resource-card-body{margin-bottom:var(--space-md)}.oregon-coast-guide-page__city-actions{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.oregon-coast-guide-page__city-actions .button{flex:10rem;margin:0}.oregon-coast-guide-page__city-image-wrap{aspect-ratio:16/10;background:var(--theme-surface-muted);width:100%;position:relative}.oregon-coast-guide-page__city-image{object-fit:cover;object-position:center}.oregon-coast-guide-page__city-count{left:var(--space-sm);bottom:var(--space-sm);color:#fff;font-family:var(--font-headings);letter-spacing:.02em;background:#0a2438db;border-radius:999px;margin:0;padding:.35rem .65rem;font-size:.75rem;font-weight:600;position:absolute}.oregon-coast-guide-page__related-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.land-guide-page__breadcrumb{padding-top:1rem}.land-guide-page__intro{border-top:3px solid #0000;position:relative}.land-guide-page--oregon .land-guide-page__intro{border-top-color:rgba(var(--color-accent-rgb), .55)}.land-guide-page--washington .land-guide-page__intro{border-top-color:rgba(var(--color-primary-rgb), .22)}.land-guide-page--pnw .land-guide-page__intro{border-top-color:rgba(var(--color-accent-rgb), .4)}.land-guide-page__intro-layout{gap:var(--space-xl);flex-direction:column;display:flex}.land-guide-page__stat-grid{gap:var(--space-md);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.land-guide-page__stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.land-guide-page__stat-card{padding:var(--space-lg);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);border-left:4px solid var(--color-accent);background:var(--theme-surface);box-shadow:var(--shadow-soft);text-align:left;margin:0}.land-guide-page--washington .land-guide-page__stat-card{border-left-color:var(--color-primary)}.land-guide-page__stat-label{margin:0 0 var(--space-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);font-size:.75rem;font-weight:700}.land-guide-page__stat-value{margin:0 0 var(--space-xs);font-family:var(--font-display);color:var(--color-primary);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.2}.land-guide-page__stat-note{color:var(--color-muted);margin:0;font-size:.875rem;line-height:1.45}.land-guide-page__prose{text-align:left}.land-guide-page__prose-lead{color:var(--color-muted);margin:0;font-size:1.0625rem;line-height:1.65}.land-guide-page__section-intro{max-width:48rem}.land-guide-page__hub-card{padding:0;overflow:hidden}.land-guide-page__hub-card .resource-card-title,.land-guide-page__hub-card .resource-card-body,.land-guide-page__hub-card .button{margin-left:var(--space-lg);margin-right:var(--space-lg)}.land-guide-page__hub-card .resource-card-title{margin-top:var(--space-md)}.land-guide-page__hub-card .resource-card-body{margin-bottom:var(--space-md)}.land-guide-page__hub-card .button{margin-bottom:var(--space-lg)}.land-guide-page__hub-image-wrap{aspect-ratio:16/10;background:var(--theme-surface-muted);width:100%;position:relative}.land-guide-page__hub-image{object-fit:cover;object-position:center;transition:transform .45s var(--ease-out-expo)}@media (hover:hover) and (pointer:fine){.land-guide-page__hub-card:hover .land-guide-page__hub-image{transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){.land-guide-page__hub-image{transition:none}.land-guide-page__hub-card:hover .land-guide-page__hub-image{transform:none}}.land-guide-page__related-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.land-guide-page__bottom-cta .land-guide-page__bottom-cta-title{margin-bottom:var(--space-xs)}.land-guide-page__bottom-cta .land-guide-page__bottom-cta-lead{margin-bottom:var(--space-lg)}.land-guide-page__bottom-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.land-guide-live-listings__sections{gap:var(--space-xl);flex-direction:column;display:flex}.land-guide-live-listings__block{gap:var(--space-md);padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-page);box-shadow:var(--shadow-soft);flex-direction:column;display:flex}.land-guide-live-listings__block-header{gap:var(--space-xxs);flex-direction:column;display:flex}.land-guide-live-listings__block-title{font-family:var(--font-display);color:var(--color-primary);margin:0;font-size:1.25rem}.land-guide-live-listings__block-copy{color:var(--color-muted);margin:0;line-height:1.55}.land-guide-live-listings__carousel{padding:var(--space-xs) var(--space-sm) var(--space-xs) 0;gap:var(--space-md);overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--space-sm);-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(17rem,24rem);grid-auto-flow:column;margin:0;list-style:none;display:grid;overflow-x:auto}@media (min-width:768px){.land-guide-live-listings__carousel{padding-right:0;scroll-padding-inline:0}}.land-guide-live-listings__slide{scroll-snap-align:start;min-width:0}.land-guide-live-listings__empty{padding:var(--space-md);border:1px dashed var(--border-strong);border-radius:var(--radius-md);color:var(--color-muted);text-align:center;margin:0}.land-guide-live-listings__cta{margin-top:var(--space-xxs)}
.multifamily-guide-page__breadcrumb{padding-top:1rem}.multifamily-guide-page__intro{border-top:3px solid #0000;position:relative}.multifamily-guide-page--oregon .multifamily-guide-page__intro{border-top-color:rgba(var(--color-accent-rgb), .55)}.multifamily-guide-page--washington .multifamily-guide-page__intro{border-top-color:rgba(var(--color-primary-rgb), .22)}.multifamily-guide-page__section-intro{max-width:48rem}.multifamily-guide-page__prose-lead{color:var(--color-muted);margin:0;font-size:1.0625rem;line-height:1.65}.multifamily-guide-page__unit-grid{gap:var(--space-xl);display:grid}@media (min-width:900px){.multifamily-guide-page__unit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.multifamily-guide-page__unit-actions{margin-top:var(--space-md);flex-wrap:wrap;gap:.65rem;display:flex}.multifamily-guide-page__hub-card{padding:0;overflow:hidden}.multifamily-guide-page__hub-card .resource-card-title,.multifamily-guide-page__hub-card .resource-card-body,.multifamily-guide-page__hub-card .button{margin-left:var(--space-lg);margin-right:var(--space-lg)}.multifamily-guide-page__hub-card .resource-card-title{margin-top:var(--space-md)}.multifamily-guide-page__hub-card .resource-card-body{margin-bottom:var(--space-md)}.multifamily-guide-page__hub-card .button{margin-bottom:var(--space-lg)}.multifamily-guide-page__hub-image-wrap{aspect-ratio:16/10;background:var(--theme-surface-muted);width:100%;position:relative}.multifamily-guide-page__hub-image{object-fit:cover;object-position:center;transition:transform .45s var(--ease-out-expo)}@media (hover:hover) and (pointer:fine){.multifamily-guide-page__hub-card:hover .multifamily-guide-page__hub-image{transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){.multifamily-guide-page__hub-image{transition:none}.multifamily-guide-page__hub-card:hover .multifamily-guide-page__hub-image{transform:none}}.multifamily-guide-page__related-actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.multifamily-guide-page__bottom-cta-title{margin-bottom:var(--space-xs)}.multifamily-guide-page__bottom-cta-lead{margin-bottom:var(--space-lg)}.multifamily-guide-page__bottom-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.multifamily-fha-callout{gap:var(--space-xl);border-radius:var(--radius-lg);background:linear-gradient(145deg,#0a243809 0%,#c5a0591a 100%);border:1px solid #0a24381a;align-items:center;padding:clamp(1.5rem,4vw,2.5rem);display:grid;box-shadow:0 8px 28px #0a24380f}@media (min-width:900px){.multifamily-fha-callout{grid-template-columns:minmax(0,1fr) minmax(18rem,22rem)}}.multifamily-fha-callout__lead{margin:var(--space-sm) 0 0;color:var(--color-muted);font-size:1rem;line-height:1.6}.multifamily-fha-callout__points{margin:var(--space-md) 0 0;flex-direction:column;gap:.55rem;padding:0;list-style:none;display:flex}.multifamily-fha-callout__points li{color:var(--color-primary);padding-left:1.35rem;font-size:.9375rem;line-height:1.5;position:relative}.multifamily-fha-callout__points li:before{content:"";background:var(--color-accent);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.5em;left:0}.multifamily-fha-callout__cta .get-preapproved-cta{margin-top:0}