@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&family=Material+Symbols+Rounded:FILL@0..1";:root{--primary: #2563eb;--primary-2: #0ea5e9;--primary-3: #1d4ed8;--success: #10b981;--danger: #b91c1c;--text: #0f172a;--muted: #64748b;--text-muted: #64748b;--line: #dbe4f2;--border: #e2e8f0;--surface: #ffffff;--bg: #f4f8ff;--bg-muted: #eef2ff;--radius: 18px;--radius-sm: 12px;--radius-lg: 24px;--shadow-sm: 0 10px 25px rgba(15, 23, 42, .08);--shadow: 0 20px 50px rgba(37, 99, 235, .15);--shadow-strong: 0 26px 65px rgba(15, 23, 42, .2);--glass-bg: linear-gradient(150deg, rgba(255, 255, 255, .92), rgba(248, 251, 255, .82));--glass-border: 1px solid rgba(255, 255, 255, .95);--focus-ring: 0 0 0 3px #dbeafe;--focus-border: #93c5fd}[data-theme=dark]{--text: #f1f5f9;--muted: #94a3b8;--text-muted: #94a3b8;--line: #334155;--border: #334155;--surface: #1e293b;--bg: #0f172a;--bg-muted: #1e293b;--shadow-sm: 0 10px 25px rgba(0, 0, 0, .3);--shadow: 0 20px 50px rgba(0, 0, 0, .4);--shadow-strong: 0 26px 65px rgba(0, 0, 0, .5);--glass-bg: linear-gradient(150deg, rgba(30, 41, 59, .95), rgba(15, 23, 42, .9));--glass-border: 1px solid rgba(71, 85, 105, .5);--focus-ring: 0 0 0 3px rgba(59, 130, 246, .4);--focus-border: #60a5fa}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--surface);color:var(--text);border-color:var(--line)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--muted)}[data-theme=dark] select{color-scheme:dark}[data-theme=dark] select option{background:var(--surface);color:var(--text)}[data-theme=dark] select.dropdown-glass,[data-theme=dark] .glass-card select,[data-theme=dark] .search-panel select,[data-theme=dark] button.dropdown-glass,[data-theme=dark] .states-trigger{background:var(--glass-bg);border-color:var(--line);color:var(--text)}[data-theme=dark] .states-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-strong)}[data-theme=dark] .states-option{color:var(--text)}[data-theme=dark] .states-option:hover{background:#3b82f626}[data-theme=dark] .zip-input-wrap{background:var(--surface);border-color:var(--line)}[data-theme=dark] .zip-input-wrap input{background:transparent;color:var(--text)}[data-theme=dark] .zip-location-btn{background:var(--glass-bg);border-color:var(--line);color:var(--primary-2)}[data-theme=dark] .state-chip{background:var(--glass-bg);border-color:var(--line);color:var(--text)}[data-theme=dark] .state-chip button{color:var(--muted)}[data-theme=dark] .state-chip button:hover{color:var(--danger)}*{box-sizing:border-box}@media (max-width: 600px){a,button{-webkit-tap-highlight-color:rgba(59,130,246,.15)}.site-nav-link,.list-row,.btn,.icon-badge,.top-user-block{touch-action:manipulation}}html,body,#root{min-height:100%}body{margin:0;font-family:Poppins,sans-serif;color:var(--text);background:radial-gradient(circle at 0% 0%,#3b82f638,#3b82f614 26%,#f4f8ff00 56%),radial-gradient(circle at 100% 0%,#10b9812e,#10b9810f 24%,#f4f8ff00 52%),linear-gradient(180deg,#f7faff,#eef5ff);transition:background .3s ease,color .3s ease}[data-theme=dark] body{background:radial-gradient(circle at 0% 0%,rgba(59,130,246,.15) 0%,rgba(59,130,246,.05) 26%,transparent 56%),radial-gradient(circle at 100% 0%,rgba(16,185,129,.1) 0%,rgba(16,185,129,.03) 24%,transparent 52%),linear-gradient(180deg,#0f172a,#1e293b)}h1,h2,h3,h4,strong,.brand{font-family:Sora,sans-serif;letter-spacing:-.03em}p{margin:.4rem 0;color:var(--muted)}a{color:inherit;text-decoration:none}.icon-glyph{font-size:1.2rem;font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24;line-height:1}.icon-glyph.filled{font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.theme-toggle{padding:.5rem!important;min-width:40px;min-height:40px;display:grid;place-items:center}.animated-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.loader-inline{padding:.5rem}.loader-card{padding:2rem 1.5rem;min-height:140px}.loader-full{padding:3rem;min-height:280px}.loader-button{padding:.35rem}.loader-visual{position:relative;display:flex;align-items:center;justify-content:center}.loader-inline .loader-visual,.loader-button .loader-visual{width:36px;height:36px}.loader-card .loader-visual{width:64px;height:64px}.loader-full .loader-visual{width:88px;height:88px}.loader-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform-origin:center}.loader-ring-track{stroke:#2563eb26}.loader-ring-arc{stroke:var(--primary);transform-origin:center;stroke-dashoffset:0;animation:loader-dash 1.2s linear infinite}@keyframes loader-dash{to{stroke-dashoffset:-132}}.loader-dots{display:flex;align-items:center;justify-content:center;gap:6px;position:relative;z-index:1}.loader-inline .loader-dots,.loader-button .loader-dots{gap:4px}.loader-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 0 12px #2563eb80}.loader-card .loader-dot{width:10px;height:10px;box-shadow:0 0 16px #2563eb99}.loader-full .loader-dot{width:12px;height:12px;box-shadow:0 0 20px #2563eb99}.loader-label{font-size:.85rem;font-weight:600;color:var(--muted);letter-spacing:.02em}.loader-inline .loader-label,.loader-button .loader-label{font-size:.75rem}.form-field-loader{padding:.75rem 0;display:flex;justify-content:flex-start}.btn-with-loader .btn-loading-content{display:inline-flex;align-items:center;gap:.5rem}.glass-card{background:var(--glass-bg);border:var(--glass-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:var(--radius);box-shadow:var(--shadow);position:relative;overflow:hidden}.glass-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(130deg,#ffffff80,#fff0);opacity:.55}[data-theme=dark] .glass-card:after{background:linear-gradient(130deg,#ffffff0d,#fff0);opacity:.3}.btn{border:none;border-radius:var(--radius-sm);padding:.72rem 1rem;font-weight:700;font-family:Poppins,sans-serif;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;position:relative}.btn.primary{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 10px 22px #2563eb59}.btn.ghost{background:#f1f5f9;color:#334155}[data-theme=dark] .btn.ghost{background:#334155;color:#e2e8f0}.btn.link{background:transparent;color:var(--primary);padding-inline:.2rem}.btn.tiny{padding:.45rem .7rem;font-size:.8rem}.btn.danger{background:#fee2e2;color:#991b1b}[data-theme=dark] .btn.danger{background:#7f1d1d;color:#fecaca}.btn:hover{transform:translateY(-2px)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.app-shell,.website-shell{min-height:100vh;width:100%;padding:1.1rem}.side-nav{padding:1.1rem;display:flex;flex-direction:column;gap:.8rem;box-shadow:var(--shadow-strong);animation:cardFloat .7s ease}.side-nav-head{display:grid;gap:.2rem}.brand{font-size:1.4rem;color:var(--primary)}.brand-sub{margin-top:-.25rem;font-size:.82rem}.role-chip{margin-top:.4rem;width:fit-content;font-size:.72rem;font-weight:700;color:#1e40af;background:linear-gradient(130deg,#2563eb2b,#0ea5e91a);border:1px solid rgba(59,130,246,.22);border-radius:999px;padding:.25rem .6rem}.side-nav nav{display:grid;gap:.3rem}.nav-item{display:flex;align-items:center;gap:.65rem;padding:.66rem .76rem;border-radius:12px;color:#334155;transition:.2s ease}.nav-item:hover,.nav-item.active{background:linear-gradient(135deg,#2563eb24,#0ea5e917);color:#1e40af;box-shadow:inset 0 0 0 1px #3b82f62e}.side-nav-footer{margin-top:auto}.app-main{display:flex;flex-direction:column;gap:1rem}.website-shell{display:flex;flex-direction:column;gap:.95rem;max-width:1320px;margin:0 auto}.site-header{padding:.95rem 1.05rem;box-shadow:var(--shadow-strong)}.site-header-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:44px}.site-brand-wrap{display:grid;gap:.1rem;min-width:0}.site-brand-wrap .brand{line-height:1.2}.app-brand-link{display:inline-flex;align-items:center;gap:.55rem}.app-brand-logo{height:30px;width:auto;display:block}.site-nav{margin-top:.8rem;display:flex;gap:.45rem;flex-wrap:wrap}.site-nav-link{display:inline-flex;align-items:center;gap:.45rem;padding:.52rem .75rem;border-radius:999px;font-size:.84rem;border:1px solid #e2e8f0;background:#ffffffbf;color:#334155;transition:.2s ease}[data-theme=dark] .site-nav-link{border-color:#475569;background:#1e293bcc;color:#cbd5e1}.site-nav-link:hover,.site-nav-link.active{background:linear-gradient(135deg,#2563eb24,#0ea5e91a);border-color:#3b82f64d;color:#1d4ed8}.drawer-trigger{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:12px;background:#2563eb1a;color:var(--primary);cursor:pointer;transition:background .2s,color .2s}.drawer-trigger:hover{background:#2563eb33}.drawer-trigger .icon-glyph{font-size:1.2rem}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.drawer-overlay--open{opacity:1;visibility:visible}.drawer-panel{position:fixed;top:0;left:0;width:min(280px,85vw);max-width:320px;height:100%;background:var(--surface);box-shadow:8px 0 32px #0f172a26;z-index:1001;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}[data-theme=dark] .drawer-panel{background:var(--bg);box-shadow:8px 0 32px #0006}.drawer-panel--open{transform:translate(0)}@supports (padding: max(0px)){.drawer-panel{padding-left:env(safe-area-inset-left)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-bottom:1px solid var(--line)}.drawer-brand{font-family:Sora,sans-serif;font-weight:700;font-size:1.1rem;color:var(--text);display:inline-flex;align-items:center;gap:.55rem}.drawer-close{width:44px;height:44px;display:grid;place-items:center;border:none;border-radius:12px;background:#64748b1a;color:var(--muted);cursor:pointer;transition:background .2s,color .2s}.drawer-close:hover{background:#64748b33;color:var(--text)}.drawer-user{padding:1rem 1.1rem;border-bottom:1px solid var(--line)}.drawer-user-block{display:flex;align-items:center;gap:.85rem;width:100%;padding:.5rem 0;border:none;background:none;cursor:pointer;text-align:left;border-radius:12px;transition:background .2s}.drawer-user-block:hover{background:#2563eb14}.drawer-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary-3),var(--primary));color:#fff;font-weight:700;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.drawer-avatar img{width:100%;height:100%;object-fit:cover}.drawer-user-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.drawer-user-meta strong{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-user-meta span{font-size:.8rem;color:var(--muted)}.drawer-nav{flex:1;overflow-y:auto;padding:1rem .75rem;display:flex;flex-direction:column;gap:.35rem}.drawer-nav-link{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:12px;font-size:.95rem;color:var(--text);transition:background .2s,color .2s}.drawer-nav-link:hover{background:#2563eb14;color:var(--primary)}.drawer-nav-link.active{background:linear-gradient(135deg,#2563eb24,#0ea5e91a);color:var(--primary);font-weight:600}.drawer-nav-link .icon-glyph{font-size:1.2rem}.drawer-actions{padding:1rem 1.1rem;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.35rem}.drawer-action-link,.drawer-logout{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:12px;font-size:.95rem;color:var(--text);background:none;border:none;cursor:pointer;text-align:left;width:100%;transition:background .2s,color .2s}.drawer-action-link:hover,.drawer-logout:hover{background:#3b82f614;color:var(--primary)}.drawer-logout:hover{color:var(--danger)}.drawer-theme{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:12px;font-size:.95rem;color:var(--text)}.drawer-theme .theme-toggle{margin:0}.site-main{display:flex;flex-direction:column;gap:.95rem}.site-hero{padding:1.1rem}.site-hero-kicker{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8}.site-hero h2{margin:.35rem 0;font-size:clamp(1.1rem,2vw,1.45rem)}.top-strip{padding:.82rem 1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-strong);animation:cardFloat .7s ease}.top-user-block{display:flex;align-items:center;gap:.7rem}.top-avatar{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:12px;overflow:hidden;flex-shrink:0;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary-3),var(--primary));color:#fff;font-weight:700;box-shadow:0 8px 18px #2563eb59}.top-avatar-img{width:100%;height:100%;border-radius:inherit;object-fit:cover;object-position:center;display:block}.top-user-block.website-user{display:flex;align-items:center;gap:.7rem;padding:.25rem .75rem .25rem .25rem;border-radius:999px;background:#ffffffbf;border:1px solid #e2e8f0;min-width:190px;max-width:100%;overflow:hidden;text-decoration:none;color:inherit;transition:background .2s,border-color .2s;cursor:pointer;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}button.top-user-block.website-user{background:#ffffffbf;border:1px solid #e2e8f0}.top-user-block.website-user:hover{background:#ffffffe6;border-color:var(--focus-border)}[data-theme=dark] .top-user-block.website-user,[data-theme=dark] button.top-user-block.website-user{background:#1e293bcc;border-color:#475569}[data-theme=dark] .top-user-block.website-user:hover{background:#1e293bf2;border-color:var(--focus-border)}.top-user-block .top-user-meta{display:flex;flex-direction:column;justify-content:center;gap:.05rem;text-align:left;min-width:0;overflow:hidden}.top-user-block .top-user-meta p{margin:0}.top-user-name{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-user-role{font-size:.78rem}.top-strip p{margin:0;font-size:.8rem}.top-actions{display:flex;align-items:center;gap:.7rem}.icon-badge{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:var(--primary);background:#eff6ff;border:1px solid #dbeafe}.icon-badge .icon-glyph{line-height:1;display:block}[data-theme=dark] .icon-badge{background:#2563eb33;border-color:#3b82f64d}.pill-link{padding:.45rem .85rem;border-radius:999px;background:linear-gradient(130deg,#10b98133,#34d3991f);color:#047857;font-weight:700;font-size:.84rem}.page-body{display:flex;flex-direction:column;gap:1rem;padding-bottom:5rem;width:100%}.page-body>*{animation:riseIn .45s ease both}.page-header{padding:1rem 1.08rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-strong)}.page-header-left{display:flex;align-items:center;gap:.9rem}.page-icon{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2563eb38,#0ea5e924);color:var(--primary);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #3b82f633}.page-overline{color:#3b82f6;font-weight:700;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.page-header h1{margin:0;font-size:1.16rem}.page-header p{margin:.15rem 0 0;font-size:.88rem}.page-header-actions{z-index:1}.search-panel,.buyer-search-panel{padding:1rem}.search-panel{display:grid;grid-template-columns:1fr auto;gap:.7rem}.search-panel-zip{grid-template-columns:1fr 1.2fr auto}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:var(--radius-sm);padding:.72rem .8rem;outline:none;font-family:Poppins,sans-serif}input:focus,select:focus,textarea:focus{border-color:var(--focus-border);box-shadow:var(--focus-ring)}select.dropdown-glass,.glass-card select,.search-panel select,button.dropdown-glass,.states-trigger{background:var(--glass-bg);border:var(--glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.states-trigger{border-radius:var(--radius-sm);padding:.72rem .8rem;color:var(--text);border:1px solid var(--line)!important}.states-trigger:focus{border-color:var(--focus-border)!important;box-shadow:var(--focus-ring);outline:none}.zip-input-wrap{display:flex;align-items:stretch;gap:0;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);overflow:hidden}.zip-input-wrap input{flex:1;border:none;border-radius:0}.zip-input-wrap input:focus{box-shadow:none}.zip-input-wrap:focus-within{border-color:var(--focus-border);box-shadow:var(--focus-ring)}.zip-location-btn{display:flex;align-items:center;justify-content:center;padding:0 .6rem;background:var(--glass-bg);border:none;border-left:1px solid var(--line);cursor:pointer;color:var(--primary);transition:background .2s,color .2s}.zip-location-btn:hover:not(:disabled){background:#2563eb14}.zip-location-btn:disabled{opacity:.6;cursor:not-allowed}.zip-location-btn .icon-glyph{font-size:1.2rem}.zip-location-btn .icon-glyph.spin{animation:spin .8s linear infinite}.zip-location-btn .animated-loader{margin:0}.zip-location-btn .loader-visual,.zip-location-btn .loader-ring{width:24px;height:24px}.zip-location-btn .loader-dot{width:5px;height:5px}@keyframes spin{to{transform:rotate(360deg)}}.website-shell--loan-officer .site-hero,.website-shell--loan-officer .site-nav-link.active{background:linear-gradient(135deg,#10b98114,#0596690d);border-color:#10b98133}.website-shell--loan-officer .site-nav-link.active{color:var(--success);border-bottom-color:var(--success)}.website-shell--loan-officer .drawer-nav-link.active{color:var(--success);background:#10b9811a}.page-body--loan-officer .glass-card.panel{border-color:#10b98126;background:linear-gradient(150deg,#fffffff2,#ecfdf5e6)}[data-theme=dark] .page-body--loan-officer .glass-card.panel{background:linear-gradient(150deg,#1e293bf2,#064e3b26);border-color:#10b98133}.page-body--loan-officer .btn.primary{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b98166}.page-body--loan-officer .btn.primary:hover{background:linear-gradient(135deg,#059669,#047857)}.kpi-grid--loan-officer .kpi-card--loan-officer{border-color:#10b98133;background:linear-gradient(150deg,#fffffffa,#ecfdf599)}.kpi-grid--loan-officer .kpi-card--loan-officer .kpi-dot,.kpi-grid--loan-officer .kpi-card--loan-officer .kpi-head .icon-glyph,.kpi-grid--loan-officer .kpi-card--loan-officer strong{color:var(--success)}[data-theme=dark] .kpi-grid--loan-officer .kpi-card--loan-officer{background:linear-gradient(150deg,#1e293bf2,#064e3b33);border-color:#10b98140}.action-tiles .tile:hover{border-color:#2563eb4d}.website-shell--loan-officer .action-tiles .tile:hover{border-color:#10b98159;background:#10b9810f}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.kpi-card{padding:1rem;position:relative;overflow:hidden}[data-theme=dark] .kpi-card{color:var(--text)}.kpi-card:before{content:"";position:absolute;width:135px;height:135px;top:-76px;right:-62px;background:radial-gradient(circle,#2563eb47,#2563eb00 72%)}.kpi-card p{margin:0 0 .42rem;font-size:.78rem}.kpi-card strong{font-size:1.24rem}.kpi-head{display:flex;justify-content:space-between;align-items:center;color:var(--primary-3);margin-bottom:.45rem}.kpi-dot{width:9px;height:9px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 0 0 5px #3b82f626}.action-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.tile{text-align:left;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(135deg,var(--surface),var(--bg) 60%,#eef7ff);padding:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}[data-theme=dark] .tile{background:linear-gradient(135deg,var(--surface),var(--bg) 60%,#1e293b)}.tile:before{content:"";position:absolute;inset:-60% auto auto -40%;width:180px;height:180px;background:radial-gradient(circle,rgba(14,165,233,.15),transparent 70%)}.tile span,.tile small{position:relative;z-index:1}.tile-top{position:relative;z-index:1;display:flex;justify-content:space-between;color:#1d4ed8;margin-bottom:.35rem}.tile span{display:block;font-weight:800;color:#1e293b}[data-theme=dark] .tile span{color:var(--text)}.tile small{color:var(--muted)}.tile:hover{transform:translateY(-3px);box-shadow:0 16px 30px #3b82f633}.panel{padding:1rem}.panel h3{margin:0 0 .7rem}.list-rows{display:grid;gap:.55rem}.list-row{display:flex;justify-content:space-between;align-items:center;gap:.7rem;border:1px solid #edf2fb;border-radius:12px;padding:.75rem;background:#ffffffb8;transition:opacity .2s ease,transform .2s ease,max-height .2s ease}.list-row-deleting{opacity:.7;pointer-events:none}.list-row-removing{opacity:0;transform:translateY(-6px) scale(.98);max-height:0;padding-top:0;padding-bottom:0;overflow:hidden;pointer-events:none}[data-theme=dark] .list-row{border-color:#334155;background:#1e293b99}.messages-full-chat{display:flex;flex-direction:column;min-height:60vh}.messages-full-chat .chat-thread{flex:1;display:flex;flex-direction:column;min-height:0}.messages-full-chat .chat-thread-messages{max-height:none;flex:1;min-height:300px}.chat-thread{margin-top:.8rem;display:grid;gap:.6rem}.chat-thread-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.chat-thread-messages{max-height:320px;border-radius:12px;border:1px solid #e2e8f0;padding:.75rem;background:#f8fafce6;overflow-y:auto;display:grid;gap:.4rem}[data-theme=dark] .chat-thread-messages{border-color:#334155;background:#1e293bcc}.chat-thread-empty{margin:0;font-size:.9rem;color:#64748b}.chat-message{max-width:80%;display:grid;gap:.1rem}.chat-message-me{margin-left:auto;text-align:right}.chat-message-them{margin-right:auto;text-align:left}.chat-message-bubble{display:inline-block;padding:.5rem .7rem;border-radius:14px;background:#2563eb;color:#fff;box-shadow:0 6px 14px #2563eb40}.chat-message-them .chat-message-bubble{background:#e5e7eb;color:#111827;box-shadow:none}[data-theme=dark] .chat-message-them .chat-message-bubble{background:#334155;color:#f1f5f9}.chat-message-bubble p{margin:0;font-size:.88rem}.chat-message-me .chat-message-bubble p{color:#fff}.chat-message-meta{font-size:.68rem;color:#64748b}.chat-thread-composer{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:flex-end}.chat-thread-composer textarea{resize:none}.toast-stack{position:fixed;inset-inline:0;top:1rem;display:grid;justify-items:center;gap:.5rem;z-index:9999;pointer-events:none}.toast{pointer-events:auto;min-width:min(360px,95vw);padding:.7rem .9rem;border-radius:999px;background:#0f172aeb;color:#e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:0 18px 38px #0f172a4d;font-size:.86rem}.toast-success{background:linear-gradient(135deg,#16a34a,#22c55e);color:#ecfdf5}.toast-error{background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fef2f2}.toast-info{background:linear-gradient(135deg,#0369a1,#0ea5e9);color:#f0f9ff}.toast button{border:none;background:transparent;color:inherit;cursor:pointer;font-size:1rem;line-height:1}.pill{min-width:25px;text-align:center;background:#fee2e2;color:#991b1b;border-radius:999px;padding:.2rem .45rem;font-size:.75rem;font-weight:700}.profile-page-wrap{width:100%;max-width:560px;margin:0 auto}.profile-header{padding:2rem 1.5rem;text-align:center;background:linear-gradient(135deg,var(--primary),var(--primary-2));border-radius:var(--radius);margin-bottom:1.5rem}.profile-header-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.profile-avatar-wrap{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.9);background:#fff3}.profile-avatar{width:100%;height:100%;object-fit:cover}.profile-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffffe6}.profile-avatar-placeholder.hidden{display:none}.profile-avatar-placeholder .icon-glyph{font-size:2.5rem}.profile-display-name{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.profile-display-email{margin:0;font-size:.95rem;color:#ffffffe6}.profile-form-card{margin-bottom:1.5rem}.profile-form-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.profile-form-title .icon-glyph{color:var(--primary)}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form-field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.profile-form-field input,.profile-form-field textarea{width:100%;padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem}.profile-form-field input:disabled,.profile-form-field textarea:disabled{background:var(--bg-muted);cursor:not-allowed;opacity:.85}.profile-form-field textarea{resize:vertical;min-height:80px}.profile-form-actions{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.profile-form-actions .btn:last-child{margin-left:auto}.profile-logout-wrap{margin-top:1rem}.profile-logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}[data-theme=dark] .profile-header{background:linear-gradient(135deg,var(--primary),var(--primary-2))}[data-theme=dark] .profile-form-field input,[data-theme=dark] .profile-form-field textarea{background:var(--surface);color:var(--text);border-color:var(--line)}.profile-grid{padding:1rem;display:grid;gap:1rem;grid-template-columns:240px 1fr}.form-stack{display:grid;gap:.55rem}.listing-form-grid{max-width:640px;margin:0 auto;padding:1.5rem}.add-listing-section{margin-bottom:1.75rem}.listing-limit-info{margin-top:-.5rem}.listing-limit-reached{padding:1rem;background:#b91c1c14;border-radius:var(--radius-sm);border:1px solid rgba(185,28,28,.2)}.listing-limit-reached p{margin:0 0 1rem;font-size:.9rem;color:var(--text)}.add-listing-section:last-of-type{margin-bottom:0}.add-listing-section h4{font-size:.95rem;font-weight:700;color:var(--text);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--line)}.add-listing-form .form-field{margin-bottom:1rem}.add-listing-form .form-field label{display:block;font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.add-listing-form input,.add-listing-form select,.add-listing-form textarea{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-sm);padding:.72rem .9rem;font-size:.95rem}.add-listing-form input:focus,.add-listing-form select:focus,.add-listing-form textarea:focus{border-color:var(--focus-border);box-shadow:var(--focus-ring);outline:none}.add-listing-form select{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.bac-slider-wrap{padding:1rem 0}.bac-slider-wrap label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.9rem;font-weight:600}.bac-slider-value{color:var(--primary);font-size:1rem}.add-listing-form input[type=range]{width:100%;height:8px;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,var(--line) 0%,var(--line) 100%);border-radius:4px;border:none}.add-listing-form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));cursor:pointer;box-shadow:0 4px 12px #2563eb66;border:2px solid #fff}.add-listing-form input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));cursor:pointer;box-shadow:0 4px 12px #2563eb66;border:2px solid #fff}.add-listing-form input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:4px;background:linear-gradient(to right,#2563eb33,#0ea5e933)}.add-listing-form input[type=range]::-moz-range-track{height:8px;border-radius:4px;background:#2563eb1a}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted);margin-top:.35rem}.add-listing-form input[type=file]{padding:.6rem;cursor:pointer}.add-listing-form input.input-readonly,.add-listing-form input[readonly]{background:#f1f5f9;color:var(--text);cursor:default}[data-theme=dark] .add-listing-form input,[data-theme=dark] .add-listing-form select,[data-theme=dark] .add-listing-form textarea{background:var(--surface);color:var(--text);border-color:var(--line)}[data-theme=dark] .add-listing-form input.input-readonly,[data-theme=dark] .add-listing-form input[readonly]{background:#334155}.add-listing-form input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:.75rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--glass-bg);cursor:pointer;font-family:Poppins,sans-serif;font-size:.85rem}.listing-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.listing-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.form-hint{font-size:.85rem;color:var(--muted);margin-top:.25rem}.form-hint a{color:var(--primary);text-decoration:underline}.open-house-entry{padding:1rem;margin-bottom:1rem;background:#2563eb0a;border:1px solid rgba(37,99,235,.2);border-radius:var(--radius-sm)}.open-house-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.zip-demo-screen{margin-bottom:1.5rem}.zip-demo-header{padding:1.5rem;background:linear-gradient(135deg,#2563eb1f,#0ea5e914);border:1px solid rgba(37,99,235,.3);border-radius:var(--radius);margin-bottom:1rem;position:relative}.zip-demo-header h2{margin:0 0 .5rem;font-size:1.25rem;color:var(--text)}.zip-demo-header p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.5}.zip-demo-skip{position:absolute;top:1rem;right:1rem}.zip-demo-section{margin-bottom:1rem}.zip-demo-section h4{margin:0 0 .5rem;font-size:1rem}.zip-demo-hint{margin:0 0 .75rem;font-size:.85rem;color:var(--muted)}.zip-demo-state-chips{display:flex;flex-wrap:wrap;gap:.5rem}.zip-state-chip{padding:.4rem .9rem;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:999px;font-size:.9rem;font-weight:600;color:var(--primary)}.zip-demo-warning p a{color:var(--primary);text-decoration:underline}.first-zip-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem}.first-zip-dialog{width:100%;max-width:720px;margin:auto;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-strong);border:1px solid var(--line);padding:1.5rem}[data-theme=dark] .first-zip-dialog-overlay{background:#0f172ad9}.first-zip-dialog-header{padding:1.5rem;background:linear-gradient(135deg,#2563eb1f,#0ea5e914);border:1px solid rgba(37,99,235,.3);border-radius:var(--radius);margin-bottom:1rem;position:relative}.first-zip-dialog-header h2{margin:0 0 .5rem;font-size:1.25rem;color:var(--text)}.first-zip-dialog-header p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.5}.first-zip-dialog-skip{position:absolute;top:1rem;right:1rem}.first-zip-dialog-body{display:flex;flex-direction:column;gap:1rem}.first-zip-status{margin:0;font-size:.9rem;color:var(--muted)}.first-zip-done{align-self:flex-start}.first-zip-dialog-spacious{max-width:820px;padding:2rem}.first-zip-dialog-spacious .first-zip-dialog-body{gap:1.5rem}.first-zip-search-section{padding:1.25rem 1.5rem!important}.first-zip-panel{padding:1.25rem 1.5rem}.first-zip-scroll-area{max-height:420px;overflow-y:auto;padding-right:.5rem;margin-top:.75rem}.first-zip-claimed-section{padding:1.25rem 1.5rem}.first-zip-claimed-scroll{max-height:200px;overflow-y:auto;margin-top:.75rem}.first-zip-list-row{padding:.85rem 1rem;transition:opacity .3s ease}.first-zip-list-row.releasing{opacity:.7;pointer-events:none}.first-zip-list-row .release-btn-content{display:inline-flex;align-items:center;gap:.5rem}.first-zip-list-row .release-spinner{width:14px;height:14px;border:2px solid rgba(239,68,68,.2);border-top-color:#ef4444;border-radius:50%;animation:release-spin .7s linear infinite}.zip-empty-state{padding:2rem 1rem;text-align:center}.zip-empty-state p{margin:0 0 .5rem;color:var(--muted)}.zip-empty-hint{font-size:.9rem!important}.zip-info-banner{margin-bottom:1rem;background:#2563eb14;border:1px solid rgba(37,99,235,.25)}.zip-info-content{display:flex;align-items:flex-start;gap:.75rem}.zip-info-content .icon-glyph{flex-shrink:0;color:var(--primary);font-size:1.4rem}.zip-info-content p{margin:0;font-size:.95rem;line-height:1.5;color:var(--text)}.zip-search-label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem;color:var(--text);grid-column:1 / -1}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0f172a80;display:grid;place-items:center;padding:1rem}.listing-edit-dialog{width:min(860px,100%);max-height:calc(100vh - 2rem);overflow:auto;box-shadow:var(--shadow-strong)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a80;display:grid;place-items:center;padding:1rem}.modal-dialog{width:min(420px,100%);max-height:calc(100vh - 2rem);overflow:auto;box-shadow:var(--shadow-strong);border-radius:var(--radius)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--line)}.modal-header h3{margin:0;font-size:1.1rem;font-weight:600}.modal-body{padding:1.25rem}.logout-confirm-dialog .modal-body p{margin:0 0 1.25rem;color:var(--text)}.logout-confirm-actions{display:flex;gap:.75rem;justify-content:flex-end}.contact-agent-dialog .contact-agent-header{display:flex;gap:1rem;margin-bottom:1rem}.contact-agent-dialog .contact-agent-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.contact-agent-dialog .contact-agent-avatar-fallback{width:56px;height:56px;border-radius:50%;background:var(--primary-muted);display:grid;place-items:center;color:var(--primary)}.contact-agent-dialog .contact-agent-info h4{margin:0 0 .25rem;font-size:1.1rem}.contact-agent-dialog .contact-agent-brokerage{margin:0;font-size:.875rem;color:var(--muted)}.contact-agent-dialog .contact-agent-rating{display:flex;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.875rem}.contact-agent-dialog .contact-agent-bio,.contact-agent-dialog .contact-agent-details{margin-top:1rem}.contact-agent-dialog .contact-agent-bio h5,.contact-agent-dialog .contact-agent-details h5{margin:0 0 .5rem;font-size:.95rem}.contact-agent-dialog .contact-agent-bio p{margin:0;font-size:.9rem;color:var(--text);line-height:1.5}.contact-agent-dialog .contact-agent-row{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.9rem}.contact-agent-dialog .contact-agent-row a{color:var(--primary);text-decoration:none}.contact-agent-dialog .contact-agent-row a:hover{text-decoration:underline}.contact-agent-dialog .contact-agent-actions{display:flex;gap:.5rem;margin-top:1.25rem;flex-wrap:wrap}.listing-detail-agent-card{margin:1.5rem 0;padding:1rem;background:var(--primary-muted);border-radius:var(--radius);border:1px solid var(--primary)}.listing-detail-agent-card h4{margin:0 0 .75rem;font-size:1rem;display:flex;align-items:center;gap:.5rem}.listing-detail-agent-preview{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.listing-detail-agent-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.listing-detail-agent-avatar-fallback{width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center}.listing-detail-agent-info{flex:1;min-width:120px;display:flex;flex-direction:column;gap:.25rem}.listing-detail-agent-info strong{font-size:1rem}.listing-detail-agent-info span{font-size:.875rem;color:var(--muted)}.listing-detail-agent-preview .btn{display:inline-flex;align-items:center;gap:.5rem}.lead-form-context{margin-top:1rem;font-size:.9rem;color:var(--muted)}.waiting-list-entries{list-style:none;margin:0;padding:0}.waiting-list-entries li{display:flex;flex-direction:column;gap:.25rem;padding:.6rem 0;border-bottom:1px solid var(--line)}.waiting-list-entries li:last-child{border-bottom:none}.entry-name{font-weight:500;color:var(--text)}.entry-email{font-size:.875rem;color:var(--muted)}.zip-card-claimed-badge{display:block;margin-top:.25rem;font-size:.75rem;color:var(--muted)}.text-muted{color:var(--muted);font-size:.9rem}.quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.quick-links a{padding:.6rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.row{display:flex;gap:.6rem;align-items:center}.row-gap-sm{gap:.4rem}.btn.icon-only{padding:.4rem;min-width:auto}.btn.icon-only .icon-glyph{font-size:1.1rem}.small-gap{justify-content:space-between}.clean-list{margin:0;padding-left:1.2rem;line-height:1.8}.fake-chart{height:190px;border-radius:14px;background:linear-gradient(180deg,#10b98130,#2563eb17),repeating-linear-gradient(90deg,#ffffff61 0,#ffffff61 1px,#fff0 1px,#fff0 34px)}.calc-result{margin-top:.7rem;font-weight:800;color:#047857;font-size:1.05rem}.rebate-calc-panel{display:flex;flex-direction:column;gap:1rem}.rebate-calc-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;background:#f1f5f9;border-radius:12px;padding:.35rem}[data-theme=dark] .rebate-calc-tabs{background:#1e293b99}.rebate-calc-tab{padding:.6rem .8rem;border:none;border-radius:10px;background:transparent;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}[data-theme=dark] .rebate-calc-tab{color:#94a3b8}.rebate-calc-tab.active{background:#2563eb;color:#fff}[data-theme=dark] .rebate-calc-tab.active{background:#3b82f6;color:#fff}.rebate-calc-form{display:flex;flex-direction:column;gap:.6rem}.rebate-calc-form label{font-weight:600;font-size:.9rem}.rebate-calc-result{margin-top:.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.rebate-calc-result p{margin:.35rem 0}.rebate-note{font-size:.9rem;color:#475569}.rebate-notes,.rebate-warnings{margin:.5rem 0 0;padding-left:1.2rem;font-size:.9rem}.rebate-warnings{color:#b45309}.rebate-empty-hint{margin-top:1rem;text-align:center;color:var(--text-muted);font-size:.95rem}.rebate-result-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.rebate-result-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#2563eb1a;border-radius:12px;color:var(--primary)}.rebate-result-icon .icon-glyph{font-size:1.5rem}.rebate-result-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--text)}.rebate-result-card{padding:1.25rem;background:var(--bg);border:1px solid rgba(59,130,246,.25);border-radius:12px;margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem}[data-theme=dark] .rebate-result-card{background:#1e293b80;border-color:#3b82f64d}.rebate-tier-badge{display:inline-block;padding:.4rem 1rem;background:#2563eb1a;border:2px solid var(--primary);border-radius:20px;font-weight:700;font-size:.9rem;color:var(--primary);align-self:flex-start}.rebate-result-block{display:flex;flex-direction:column;gap:.35rem}.rebate-label{font-size:.9rem;font-weight:500;color:var(--text-muted)}.rebate-value{font-weight:600;font-size:1rem;color:var(--text)}.rebate-value-large{font-size:2rem;font-weight:700;color:#10b981}.rebate-value-emphasis{font-size:1.35rem;font-weight:700;color:#10b981}.rebate-value-green{color:#10b981}.rebate-value-blue{color:var(--primary);font-weight:700}.rebate-highlight-box{padding:1rem;background:#10b98114;border:2px solid rgba(16,185,129,.5);border-radius:12px;display:flex;flex-direction:column;gap:.5rem}.rebate-result-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.rebate-result-row-bold .rebate-value{font-weight:700}.rebate-result-seller-wrap{display:flex;flex-direction:column;gap:1rem}.rebate-contract-box{padding:1rem;background:#2563eb0f;border:1px solid rgba(37,99,235,.3);border-radius:12px}.rebate-contract-title{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:var(--primary)}.rebate-contract-note{margin:.5rem 0 0;font-size:.9rem;font-style:italic;color:var(--text)}.rebate-contract-instr{margin:.75rem 0 0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.rebate-notes-section{margin-top:1rem;padding:.75rem 1rem;background:#3b82f614;border:1px solid rgba(59,130,246,.25);border-radius:12px}.rebate-notes-section summary{cursor:pointer;font-weight:600;color:var(--primary)}.rebate-notes-section ul{margin:.5rem 0 0;padding-left:1.25rem}.rebate-notes-section li{margin-bottom:.5rem;font-size:.9rem}.rebate-warnings-section{margin-top:1rem;padding:.75rem 1rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.4);border-radius:12px}.rebate-warnings-section strong{color:#b45309}.rebate-result-actions{margin-top:1.25rem}.rebate-find-agents{display:inline-flex;align-items:center;gap:.5rem}.status{border-radius:999px;padding:.22rem .6rem;font-size:.75rem;font-weight:700}.status.pending{background:#ffedd5;color:#9a3412}.status.in-progress{background:#dbeafe;color:#1d4ed8}.status.completed{background:#dcfce7;color:#15803d}.buyer-search-panel{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}.buyer-search-copy h3{margin:0;font-size:1.1rem}.buyer-search-copy p{margin-top:.35rem;max-width:46ch}.buyer-search-controls{display:grid;grid-template-columns:1fr auto auto;gap:.6rem;align-items:center}.buyer-search-controls .zip-input-wrap{min-width:0}.buyer-market{padding:1rem;display:grid;gap:.95rem}.buyer-tabbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;background:#eff6ff;border-radius:13px;padding:.4rem}[data-theme=dark] .buyer-tabbar{background:#1e293bcc}.buyer-tab{border:none;border-radius:10px;background:transparent;padding:.62rem .55rem;font-weight:700;font-family:Poppins,sans-serif;color:#475569;cursor:pointer;transition:.2s ease}.buyer-tab.active{background:#fff;color:#1d4ed8;box-shadow:0 6px 18px #2563eb29}[data-theme=dark] .buyer-tab.active{background:#2563eb40;color:#93c5fd}.buyer-home-tabs{display:flex;background:var(--surface);border-bottom:1px solid var(--line);overflow-x:auto}.buyer-home-tab{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1rem .5rem;border:none;border-bottom:3px solid transparent;margin-bottom:-1px;background:transparent;color:var(--muted);font-size:.7rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.buyer-home-tab-icon{font-size:1.25rem}.buyer-home-tab-label{text-align:center;line-height:1.2}.buyer-home-tab--blue.active{color:var(--primary);background:#2563eb14;border-bottom-color:var(--primary)}.buyer-home-tab--purple.active{color:#7c3aed;background:#7c3aed14;border-bottom-color:#7c3aed}.buyer-home-tab--orange.active{color:#ea580c;background:#ea580c14;border-bottom-color:#ea580c}.buyer-home-tab--green.active{color:var(--success);background:#10b98114;border-bottom-color:var(--success)}.buyer-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.buyer-empty-state-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.buyer-empty-state--blue .buyer-empty-state-icon{background:#2563eb1a;color:var(--primary)}.buyer-empty-state--purple .buyer-empty-state-icon{background:#7c3aed1a;color:#7c3aed}.buyer-empty-state--orange .buyer-empty-state-icon{background:#ea580c1a;color:#ea580c}.buyer-empty-state--green .buyer-empty-state-icon{background:#10b9811a;color:var(--success)}.buyer-empty-state-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text)}.buyer-empty-state-subtitle{margin:0;font-size:.9rem;color:var(--muted);line-height:1.4;max-width:32ch}.buyer-agent-card{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid rgba(37,99,235,.15);border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.buyer-agent-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2563eb1f}.buyer-agent-card-inner{display:flex;flex-direction:column;gap:1rem}.buyer-agent-card-inner--sticky-actions{min-height:260px}.buyer-agent-card-inner--sticky-actions .buyer-agent-card-actions{margin-top:auto;padding-top:.5rem}.buyer-agent-card-header{display:flex;align-items:flex-start;gap:.75rem}.buyer-agent-card-avatar-wrap{flex-shrink:0;padding:3px;border-radius:50%}.buyer-agent-card-avatar-wrap--blue{background:linear-gradient(135deg,#2563eb,#3b82f6,#0ea5e9)}.buyer-agent-card-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;display:block;background:#fff}.buyer-agent-card-avatar-fallback{width:54px;height:54px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--primary)}.buyer-agent-card-info{flex:1;min-width:0}.buyer-agent-card-name{margin:0 0 .25rem;font-size:1.05rem;font-weight:600;color:var(--text)}.buyer-agent-card-company{margin:0 0 .35rem;font-size:.88rem;color:var(--muted)}.buyer-agent-card-rating{display:flex;align-items:center;gap:.35rem;font-size:.85rem}.buyer-agent-card-rating .icon-glyph{color:var(--success);font-size:1rem}.buyer-agent-card-reviews{color:var(--muted);font-weight:400}.buyer-agent-card-fav{flex-shrink:0;padding:.35rem;border:none;background:transparent;color:var(--muted);cursor:pointer;border-radius:50%;transition:color .2s}.buyer-agent-card-fav:hover,.buyer-agent-card-fav .icon-glyph.filled,.buyer-agent-card-fav .material-symbols-rounded.filled{color:#ef4444}.buyer-agent-card-states{display:flex;flex-wrap:wrap;gap:.5rem}.buyer-agent-card-state-pill{padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff}.buyer-agent-card-state-pill--blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.buyer-agent-card-bio{margin:0;font-size:.9rem;color:var(--text);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.buyer-agent-card-actions{display:flex;gap:.75rem}.buyer-agent-card-btn-outline{flex:1;background:transparent;border:1.5px solid var(--primary);color:var(--primary)}.buyer-agent-card-btn-solid{flex:1}.buyer-loan-officer-card{background:linear-gradient(145deg,#f0fdf4,#ecfdf5);border:1px solid rgba(16,185,129,.2);border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.buyer-loan-officer-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #10b9811f}.buyer-loan-officer-card-inner{display:flex;flex-direction:column;gap:1rem}.buyer-loan-officer-card-inner--sticky-actions{min-height:260px}.buyer-loan-officer-card-inner--sticky-actions .buyer-loan-officer-card-actions{margin-top:auto;padding-top:.5rem}.buyer-loan-officer-card-header{display:flex;align-items:flex-start;gap:.75rem}.buyer-loan-officer-card-avatar-wrap{flex-shrink:0;padding:3px;border-radius:50%}.buyer-loan-officer-card-avatar-wrap--green{background:linear-gradient(135deg,#10b981,#34d399,#6ee7b7)}.buyer-loan-officer-card-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;display:block;background:#fff}.buyer-loan-officer-card-avatar-fallback{width:54px;height:54px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--success)}.buyer-loan-officer-card-info{flex:1;min-width:0}.buyer-loan-officer-card-name{margin:0 0 .25rem;font-size:1.05rem;font-weight:600;color:var(--text)}.buyer-loan-officer-card-company{margin:0 0 .35rem;font-size:.88rem;color:var(--muted)}.buyer-loan-officer-card-rating{display:flex;align-items:center;gap:.35rem;font-size:.85rem}.buyer-loan-officer-card-rating .icon-glyph{color:var(--success);font-size:1rem}.buyer-loan-officer-card-reviews{color:var(--muted);font-weight:400}.buyer-loan-officer-card-fav{flex-shrink:0;padding:.35rem;border:none;background:transparent;color:var(--muted);cursor:pointer;border-radius:50%;transition:color .2s}.buyer-loan-officer-card-fav:hover,.buyer-loan-officer-card-fav .icon-glyph.filled,.buyer-loan-officer-card-fav .material-symbols-rounded.filled{color:#ef4444}.buyer-loan-officer-card-states{display:flex;flex-wrap:wrap;gap:.5rem}.buyer-loan-officer-card-state-pill{padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff}.buyer-loan-officer-card-state-pill--green{background:linear-gradient(135deg,#10b981,#34d399)}.buyer-loan-officer-card-bio{margin:0;font-size:.9rem;color:var(--text);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.buyer-loan-officer-card-actions{display:flex;gap:.75rem}.buyer-loan-officer-card-btn-outline{flex:1;background:transparent;border:1.5px solid var(--success);color:var(--success)}.buyer-loan-officer-card-btn-solid{flex:1;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;border:none}.buyer-listing-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.buyer-listing-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #4f46e51f}.buyer-listing-card-media-wrap{position:relative;width:100%;height:160px;background:#eef2ff}.buyer-listing-card-media{width:100%;height:100%;object-fit:cover;display:block}.buyer-listing-card-media-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;background:linear-gradient(135deg,#eef2ff,#e2e8f0)}.buyer-listing-card-fav{position:absolute;top:.5rem;right:.5rem;width:36px;height:36px;border-radius:50%;background:#00000080;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.buyer-listing-card-fav:hover{background:#000000b3}.buyer-listing-card-fav .material-symbols-rounded.filled{color:#ef4444}.buyer-listing-card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.buyer-listing-card-price{margin:0;font-size:1.15rem;font-weight:700;color:var(--text)}.buyer-listing-card-address{margin:0;font-size:.95rem;font-weight:500;color:var(--text);line-height:1.3}.buyer-listing-card-meta{margin:0;font-size:.85rem;color:var(--muted)}.buyer-listing-card-chip{display:inline-block;padding:.25rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;width:fit-content}.buyer-listing-card-chip--dual{background:#7c3aed1f;color:#7c3aed}.buyer-listing-card-chip:not(.buyer-listing-card-chip--dual){background:#64748b26;color:var(--muted)}.buyer-listing-card-btn{margin-top:.25rem;width:100%}.buyer-openhouse-card{background:var(--surface);border:2px solid rgba(234,88,12,.3);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #ea580c14}.buyer-openhouse-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ea580c26}.buyer-openhouse-card-media-wrap{position:relative;width:100%;height:180px;background:#fff7ed}.buyer-openhouse-card-media{width:100%;height:100%;object-fit:cover;display:block}.buyer-openhouse-card-media-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ea580c;background:linear-gradient(135deg,#fff7ed,#ffedd5)}.buyer-openhouse-card-badge{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#ea580c;color:#fff;border-radius:999px;font-size:.8rem;font-weight:700}.buyer-openhouse-card-fav{position:absolute;top:.5rem;left:.5rem;width:36px;height:36px;border-radius:50%;background:#00000080;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.buyer-openhouse-card-fav:hover{background:#000000b3}.buyer-openhouse-card-fav .material-symbols-rounded.filled{color:#ef4444}.buyer-openhouse-card-body{padding:1rem;display:flex;flex-direction:column;gap:.6rem}.buyer-openhouse-card-price{margin:0;font-size:1.15rem;font-weight:700;color:var(--text)}.buyer-openhouse-card-address{margin:0;font-size:.95rem;font-weight:500;color:var(--text);line-height:1.3}.buyer-openhouse-card-datetime{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#ea580c1a;border:1px solid rgba(234,88,12,.25);border-radius:var(--radius-sm)}.buyer-openhouse-card-datetime .icon-glyph{color:#ea580c;flex-shrink:0}.buyer-openhouse-card-datetime>div{display:flex;flex-direction:column;gap:.15rem}.buyer-openhouse-card-date{font-size:.9rem;font-weight:600;color:var(--text)}.buyer-openhouse-card-time{font-size:.82rem;color:var(--muted)}.buyer-openhouse-card-notes{margin:0;font-size:.85rem;color:var(--muted);font-style:italic;line-height:1.4}.buyer-openhouse-card-btn{margin-top:.25rem;width:100%;background:linear-gradient(135deg,#ea580c,#f97316);color:#fff;border:none}.buyer-cards-grid{display:grid;gap:1rem;padding-top:1rem}.buyer-cards-grid--profile{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.buyer-cards-grid--listing{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}[data-theme=dark] .buyer-agent-card{background:linear-gradient(145deg,#1e293b99,#0f172a80);border-color:#3b82f640}[data-theme=dark] .buyer-loan-officer-card{background:linear-gradient(145deg,#065f4626,#052e161a);border-color:#10b9814d}[data-theme=dark] .buyer-listing-card,[data-theme=dark] .buyer-openhouse-card{border-color:var(--line)}[data-theme=dark] .buyer-openhouse-card{border-color:#ea580c66}.market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.market-card{border-radius:16px;background:linear-gradient(170deg,#fff,#f8fbff),radial-gradient(circle at 85% 15%,#0ea5e924,#0ea5e900 50%);border:1px solid #dbeafe;padding:.95rem;display:grid;gap:.65rem;transition:transform .2s ease,box-shadow .2s ease}[data-theme=dark] .market-card{background:linear-gradient(170deg,var(--surface) 0%,var(--bg) 100%);border-color:#334155}.market-card-media-wrap{width:100%;height:160px;border-radius:12px;overflow:hidden;border:1px solid #dbeafe;background:#eef6ff}.market-card-media{width:100%;height:100%;object-fit:cover;display:block}.market-card-media-fallback{width:100%;height:100%;display:grid;place-items:center;color:#64748b;font-weight:600;background:linear-gradient(135deg,#eff6ff,#e2e8f0)}.market-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0f172a1f}.market-card-top{display:flex;justify-content:space-between;gap:.8rem}.market-card h4{margin:0;font-size:1.02rem}.market-card p{margin:.2rem 0 0;font-size:.88rem}.market-card span{height:fit-content;font-size:.73rem;font-weight:700;border-radius:999px;padding:.25rem .55rem;color:#075985;background:#0ea5e924}.market-card small{color:#334155}.market-card-actions{display:flex;justify-content:space-between}.zip-panel{display:grid;gap:.65rem}.zip-panel-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.zip-panel-head h3{margin:0}.zip-scroll-area{max-height:340px;overflow:auto;padding-right:.2rem}.zip-scroll-area-sm{max-height:220px}.zip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.zip-card{border:1px solid #e2e8f0;border-radius:12px;background:#ffffffc7;padding:.65rem;display:grid;gap:.35rem}[data-theme=dark] .zip-card{border-color:#334155;background:#1e293bb3}.zip-card-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.zip-card-top span{font-size:.75rem;font-weight:700;border-radius:999px;padding:.2rem .5rem;color:#065f46;background:#d1fae5}.zip-card p{margin:0}.zip-card small{color:#475569}.zip-card-actions{display:flex;justify-content:flex-end}.zip-tabs-wrap{border-radius:var(--radius);overflow:hidden}.zip-tabs{display:flex;justify-content:center;gap:2rem;padding:0 1.5rem;border-bottom:1px solid var(--line)}.zip-tab{padding:1rem 1.5rem;border:none;border-bottom:3px solid transparent;margin-bottom:-1px;background:none;color:var(--muted);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s}.zip-tab:hover{color:var(--text)}.zip-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.zip-tab-count{margin-left:.4rem;font-size:.85rem;font-weight:600;opacity:.8}.zip-tab-panel{padding:2rem 1.5rem;min-height:220px}.zip-grid-pro{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.zip-card-pro{padding:1.75rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);display:flex;flex-direction:column;gap:1.25rem;transition:border-color .2s,box-shadow .2s}.zip-card-pro:hover{border-color:var(--focus-border);box-shadow:0 4px 12px #2563eb14}[data-theme=dark] .zip-card-pro:hover{box-shadow:0 4px 12px #3b82f626}.zip-card-pro .zip-card-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.zip-card-pro .zip-code-badge{font-size:1.35rem;font-weight:700;letter-spacing:.1em;color:var(--text)}.zip-card-pro .zip-price{font-size:1.05rem;font-weight:700;color:var(--success);white-space:nowrap}.zip-card-pro .zip-price small{font-size:.8rem;font-weight:500;color:var(--muted);margin-left:.15rem}.zip-card-pro .zip-card-location{font-size:.95rem;color:var(--muted);margin:0;line-height:1.4}.zip-card-pro .zip-card-meta{font-size:.88rem;color:var(--muted);line-height:1.4}.zip-card-pro .zip-card-actions{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--line)}.zip-card-pro .zip-card-actions .btn{width:100%;display:flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;font-weight:600}.zip-empty-state{text-align:center;padding:4rem 2rem;color:var(--muted)}.zip-empty-state p{margin:0;font-size:1rem}.zip-empty-hint{font-size:.9rem;margin-top:.75rem;opacity:.8}.zip-claimed-list{display:flex;flex-direction:column;gap:.75rem}.zip-claimed-row{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);gap:1.5rem;transition:opacity .3s ease,transform .3s ease}.zip-claimed-row.releasing{opacity:.7;pointer-events:none}.zip-claimed-row .release-btn-content{display:inline-flex;align-items:center;gap:.5rem}.zip-claimed-row .release-spinner{width:16px;height:16px;border:2px solid rgba(239,68,68,.2);border-top-color:#ef4444;border-radius:50%;animation:release-spin .7s linear infinite}@keyframes release-spin{to{transform:rotate(360deg)}}.zip-claimed-info strong.zip-claimed-code{display:block;font-size:1.1rem;font-weight:600;letter-spacing:.05em}.zip-claimed-info p{margin:.4rem 0 0;font-size:.9rem;color:var(--muted)}.zip-search-section .zip-search-label{font-size:.9rem;font-weight:500;color:var(--muted);grid-column:1 / -1}.search-panel-zip.zip-search-section{display:grid;grid-template-columns:1fr 1.2fr auto;gap:1rem;align-items:end;padding:1.25rem 1.5rem}.btn.small{padding:.6rem 1.25rem;font-size:.9rem}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-bg,.onboarding-bg,.splash-bg{background:radial-gradient(circle at 10% 10%,#3b82f638,#3b82f600 46%),radial-gradient(circle at 90% 10%,#10b98133,#10b98100 44%),linear-gradient(180deg,#f8fbff,#f1f6ff)}[data-theme=dark] .auth-bg,[data-theme=dark] .onboarding-bg,[data-theme=dark] .splash-bg{background:radial-gradient(circle at 10% 10%,rgba(59,130,246,.15),transparent 46%),radial-gradient(circle at 90% 10%,rgba(16,185,129,.1),transparent 44%),linear-gradient(180deg,#0f172a,#1e293b)}.auth-card{width:min(520px,100%);padding:1.35rem 1.4rem 1.45rem;display:grid;gap:.78rem;box-shadow:var(--shadow-strong);animation:cardFloat .7s ease}.auth-card>h2{margin:0;font-size:1.35rem;letter-spacing:-.02em}.auth-card>p:first-of-type{margin:-.15rem 0 .15rem;font-size:.92rem;color:var(--muted)}.auth-card.center{text-align:center}.auth-upload{display:flex;flex-direction:column;gap:.45rem}.auth-upload__header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.auth-upload__label{font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text)}.auth-upload__hint{font-size:.78rem;font-weight:500;color:var(--muted)}.auth-upload__surface{position:relative;border-radius:14px;padding:1px;background:linear-gradient(135deg,#2563eb47,#0ea5e91f,#10b98124);box-shadow:0 1px #ffffffa6 inset,0 12px 28px #0f172a12}.auth-upload--logo .auth-upload__surface{background:linear-gradient(135deg,#10b9814d,#0ea5e91f)}.auth-upload--video .auth-upload__surface{background:linear-gradient(135deg,#6366f147,#2563eb1f)}.auth-upload__native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;opacity:0}.auth-upload__main{display:flex;gap:.9rem;align-items:stretch;padding:.85rem 1rem;border-radius:13px;background:linear-gradient(180deg,#ffffffb8,#f8fafceb);border:1px solid rgba(255,255,255,.85)}[data-theme=dark] .auth-upload__main{background:linear-gradient(180deg,#1e293beb,#0f172af5);border-color:#94a3b82e}.auth-upload--has-file .auth-upload__main{background:linear-gradient(180deg,#f0fdfaf2,#ffffffeb);border-color:#10b98138}[data-theme=dark] .auth-upload--has-file .auth-upload__main{background:linear-gradient(180deg,#064e3b59,#0f172af5);border-color:#34d39947}.auth-upload__visual{flex-shrink:0;width:52px;height:52px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#2563eb1f,#0ea5e90f);color:var(--primary);border:1px solid rgba(37,99,235,.18)}.auth-upload--logo .auth-upload__visual{background:linear-gradient(145deg,#10b98124,#0ea5e90f);color:#059669;border-color:#10b98138}.auth-upload--video .auth-upload__visual{background:linear-gradient(145deg,#6366f124,#2563eb0f);color:#4f46e5;border-color:#6366f138}.auth-upload__svg{width:26px;height:26px}.auth-upload__content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.55rem}.auth-upload__pitch{margin:0;font-size:.82rem;line-height:1.45;color:var(--muted)}.auth-upload__cta{align-self:flex-start;padding:.52rem 1.1rem;border-radius:999px;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 6px 16px #2563eb52,0 1px #ffffff40 inset;transition:transform .18s ease,box-shadow .18s ease}.auth-upload__cta:hover{transform:translateY(-1px);box-shadow:0 10px 22px #2563eb61,0 1px #ffffff40 inset}.auth-upload__cta:active{transform:translateY(0)}.auth-upload__cta:focus-visible{outline:2px solid rgba(37,99,235,.55);outline-offset:3px}.auth-upload__mini:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.auth-upload--logo .auth-upload__cta{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 6px 16px #10b98159,0 1px #fff3 inset}.auth-upload--logo .auth-upload__cta:hover{box-shadow:0 10px 22px #10b9816b}.auth-upload--video .auth-upload__cta{background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 6px 16px #4f46e559,0 1px #fff3 inset}.auth-upload--video .auth-upload__cta:hover{box-shadow:0 10px 22px #4f46e56b}.auth-upload__picked{display:flex;flex-direction:column;gap:.45rem;min-width:0}.auth-upload__filename{font-size:.8rem;font-weight:600;color:var(--text);word-break:break-word;line-height:1.35}.auth-upload__picked-actions{display:flex;flex-wrap:wrap;gap:.45rem}.auth-upload__mini{padding:.38rem .75rem;border-radius:999px;font-family:Poppins,sans-serif;font-size:.76rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s,border-color .15s,color .15s}.auth-upload__mini--solid{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:#2563eb59;box-shadow:0 4px 12px #2563eb38}.auth-upload__mini--solid:hover{filter:brightness(1.05)}.auth-upload__mini--ghost{color:var(--muted);background:#94a3b81f;border-color:#94a3b859}.auth-upload__mini--ghost:hover{color:var(--danger);border-color:#ef444459;background:#fee2e273}[data-theme=dark] .auth-upload__mini--ghost:hover{background:#7f1d1d59;color:#fecaca}.auth-profile-extra{position:relative;z-index:1;padding:1.15rem 1.1rem;display:flex;flex-direction:column;gap:.7rem;margin-top:.35rem;border-radius:var(--radius);border:1px solid rgba(148,163,184,.22);background:linear-gradient(165deg,#ffffff8c,#f1f5f959)}.auth-profile-extra--agent{border-color:#2563eb38;box-shadow:0 14px 36px #2563eb14}.auth-profile-extra--lo{border-color:#10b9813d;box-shadow:0 14px 36px #10b98114}[data-theme=dark] .auth-profile-extra{background:linear-gradient(165deg,#1e293b8c,#0f172a73)}.auth-profile-extra__lede{margin-top:-.15rem!important;line-height:1.45}.auth-profile-extra__section-label{margin:.35rem 0 0;font-size:.8rem;font-weight:600;letter-spacing:.03em;color:var(--text)}.auth-profile-extra__micro{margin:-.35rem 0 .15rem!important;font-size:.78rem!important}.auth-profile-extra-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.auth-profile-chip-grid{gap:.45rem}.auth-profile-extra .auth-profile-chip{padding:.48rem .78rem;border-radius:999px;font-size:.78rem;line-height:1.35;font-weight:600;border-width:1.5px;box-shadow:0 1px #fff9 inset;transition:transform .15s ease,box-shadow .15s ease}.auth-profile-extra .auth-profile-chip:hover{transform:translateY(-1px)}.auth-profile-extra .auth-profile-chip.selected{box-shadow:0 8px 20px #2563eb47,0 1px #fff3 inset}.auth-profile-extra--lo .auth-profile-chip.selected{box-shadow:0 8px 20px #10b98147,0 1px #fff3 inset}.auth-specialty-grid .auth-profile-chip{font-size:.72rem;text-align:left;border-radius:12px;padding:.5rem .72rem}.auth-submit-cta{margin-top:.35rem;width:100%;padding:.82rem 1.15rem;border-radius:12px!important;font-size:.95rem!important;letter-spacing:.03em;box-shadow:0 12px 28px #2563eb61,0 1px #fff3 inset!important}.auth-submit-cta:hover:not(:disabled){transform:translateY(-2px)}.auth-card textarea{border-radius:12px;border:1px solid rgba(148,163,184,.35);padding:.65rem .75rem;font-family:Poppins,sans-serif;font-size:.88rem;resize:vertical;min-height:4.5rem;background:#ffffffa6}[data-theme=dark] .auth-card textarea{background:#0f172aa6;border-color:#94a3b840}.error-text{color:var(--danger);font-size:.85rem}.states-dropdown-wrap{display:flex;flex-direction:column;gap:.5rem;position:relative}.states-trigger{width:100%;text-align:left;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem}.states-panel{position:absolute;top:100%;left:0;right:0;margin-top:.35rem;max-height:220px;overflow-y:auto;padding:.5rem;z-index:100}.states-option{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;cursor:pointer;border-radius:var(--radius-sm);transition:background .15s}.states-option:hover{background:#2563eb14}.states-option input{width:auto;margin:0}.states-label{font-size:.85rem;color:var(--muted);font-weight:500}.states-chips{display:flex;flex-wrap:wrap;gap:.4rem}.state-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--glass-bg);border:var(--glass-border);border-radius:var(--radius-sm);font-size:.82rem}.state-chip button{background:none;border:none;cursor:pointer;padding:0 .15rem;font-size:1.1rem;line-height:1;color:var(--muted);transition:color .2s}.state-chip button:hover{color:var(--danger)}.form-hint{font-size:.85rem;color:var(--muted);margin:-.3rem 0 .5rem}.states-chip-grid{display:flex;flex-wrap:wrap;gap:.5rem}.state-chip-btn{padding:.4rem .7rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);color:var(--text);font-size:.85rem;font-family:Poppins,sans-serif;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.state-chip-btn:hover{background:#2563eb14;border-color:var(--primary)}.state-chip-btn.selected{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:var(--primary);color:#fff}.checklist-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.checklist-card{padding:1.25rem;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.08)}.checklist-card--blue{background:#2563eb0d;border-color:#2563eb40}.checklist-card--green{background:#10b9810d;border-color:#10b98140}.checklist-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.checklist-card-header .icon-glyph{flex-shrink:0;color:var(--primary)}.checklist-card--green .checklist-card-header .icon-glyph{color:var(--success)}.checklist-card-header h4{margin:0;font-size:1.05rem;line-height:1.35}.checklist-lo-card{padding:1.25rem;border-radius:var(--radius-sm);border:1px solid rgba(37,99,235,.2);background:#2563eb0a}.checklist-lo-card--green{border-color:#10b98140;background:#10b9810a}.checklist-lo-card--green .checklist-lo-card-header .icon-glyph{color:var(--success)}.checklist-lo-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.checklist-lo-card-header .icon-glyph{flex-shrink:0;color:var(--primary)}.checklist-lo-card-header h3{margin:0 0 .25rem;font-size:1.1rem}.checklist-lo-card-header p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.5}.checklist-lo-card .btn.primary{margin-top:1rem}.checklist-flow{display:flex;flex-direction:column;gap:1.2rem}.checklist-header{padding:1.2rem}.checklist-header-inner{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.checklist-icon-wrap{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#2563eb1a;border-radius:var(--radius-sm);color:var(--primary)}.checklist-icon-wrap.checklist-lo{background:#10b9811f;color:var(--success)}.checklist-header h3{margin:0 0 .25rem;font-size:1.15rem}.checklist-header p{margin:0;font-size:.88rem;color:var(--muted)}.checklist-info-box{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;background:#2563eb14;border:1px solid rgba(37,99,235,.25);border-radius:var(--radius-sm);font-size:.88rem;color:var(--text)}.checklist-info-box.checklist-lo{background:#10b98114;border-color:#10b9814d}.checklist-info-box .icon-glyph{flex-shrink:0;color:var(--primary)}.checklist-info-box.checklist-lo .icon-glyph{color:var(--success)}.checklist-section{padding:1.2rem}.checklist-section-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.05rem}.checklist-section-title .icon-glyph{color:var(--primary)}.checklist-section-title.checklist-lo .icon-glyph{color:var(--success)}.checklist-platform-overview{white-space:pre-line;line-height:1.6;font-size:.92rem;color:var(--text)}.checklist-items{list-style:none;margin:0;padding:0;counter-reset:checklist-num}.checklist-item{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-start}.checklist-item:last-child{margin-bottom:0}.checklist-num{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);font-weight:700;font-size:.9rem}.checklist-items.checklist-agent .checklist-num{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);color:var(--primary)}.checklist-items.checklist-lo .checklist-num{background:#10b9811f;border:1px solid rgba(16,185,129,.3);color:var(--success)}.checklist-text{flex:1;font-size:.92rem;line-height:1.55;color:var(--text)}.checklist-tips{list-style:none;margin:0;padding:0}.checklist-tips li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;font-size:.92rem;line-height:1.5}.checklist-tips li:last-child{margin-bottom:0}.checklist-consumer{display:flex;flex-direction:column;gap:1.25rem}.checklist-consumer-header{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;background:#2563eb14;border:1px solid rgba(37,99,235,.2);border-radius:var(--radius-md)}.checklist-consumer-header h3{margin:0;font-size:1.1rem}.checklist-consumer-header p{margin:.35rem 0 0;font-size:.9rem;color:var(--text-muted)}.checklist-consumer-items{list-style:none;margin:0;padding:0;counter-reset:none}.checklist-consumer-item{display:flex;gap:.75rem;margin-bottom:1.25rem;align-items:flex-start}.checklist-consumer-item:last-child{margin-bottom:0}.checklist-consumer-item .checklist-num{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);font-weight:700;font-size:.9rem;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);color:var(--primary)}.checklist-text-wrap{flex:1;display:flex;flex-direction:column;gap:.6rem}.checklist-consumer .checklist-text{white-space:pre-line;line-height:1.55;font-size:.92rem;color:var(--text)}.checklist-consumer .checklist-action{align-self:flex-start}.checklist-consumer-note{padding:1rem;background:var(--bg-muted);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.75rem}.checklist-consumer-note p{margin:0;font-size:.9rem;line-height:1.5;color:var(--text)}.post-survey-tabs{display:flex;gap:.35rem;margin-bottom:1rem;background:var(--bg-muted);border-radius:10px;padding:.35rem}.post-survey-tab{flex:1;padding:.6rem .8rem;border:none;border-radius:8px;background:transparent;font-weight:600;font-size:.9rem;cursor:pointer;color:var(--text-muted);transition:all .2s}.post-survey-tab.active.agent{background:var(--primary);color:#fff}.post-survey-tab.active.lo{background:#10b981;color:#fff}.post-survey-search{margin-bottom:1rem}.post-survey-search input{width:100%;padding:.6rem 1rem .6rem 2.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem}.post-survey-no-match{margin:1rem 0;color:var(--text-muted);font-size:.9rem}.post-survey-list{list-style:none;margin:0;padding:0}.post-survey-card{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;border:1px solid var(--border);border-radius:12px;background:var(--bg);cursor:pointer;text-align:left;margin-bottom:.75rem;transition:background .2s,border-color .2s}.post-survey-card:hover{background:var(--bg-muted);border-color:var(--primary)}.post-survey-card-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--bg-muted)}.post-survey-card-avatar img{width:100%;height:100%;object-fit:cover}.post-survey-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.post-survey-card-placeholder.hidden,.post-survey-avatar-placeholder.hidden{display:none}.post-survey-card-placeholder .icon-glyph,.post-survey-avatar-placeholder .icon-glyph{font-size:1.5rem}.post-survey-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.post-survey-card-info .post-survey-name{font-weight:600;font-size:1rem}.post-survey-card-info .post-survey-company{font-size:.85rem;color:var(--text-muted)}.post-survey-type-badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.post-survey-type-badge.agent{background:#2563eb26;color:var(--primary)}.post-survey-type-badge.lo{background:#10b98126;color:#10b981}.post-survey-card-arrow{color:var(--text-muted)}.post-survey-empty{text-align:center;padding:2rem}.post-survey-empty-icon{margin-bottom:1rem;color:var(--text-muted)}.post-survey-empty-icon .icon-glyph{font-size:3rem}.post-survey-empty h3{margin:0 0 .5rem}.post-survey-empty p{margin:0 0 1rem;color:var(--text-muted)}.post-survey-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.post-survey-avatar-wrap{width:72px;height:72px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--bg-muted)}.post-survey-avatar{width:100%;height:100%;object-fit:cover}.post-survey-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.post-survey-detail-header h3{margin:0 0 .25rem}.post-survey-detail-header .post-survey-company{margin:0 0 .35rem;font-size:.9rem}.post-survey-detail-intro{margin:0 0 .75rem;line-height:1.5}.post-survey-detail-note{margin:0 0 1.25rem;font-size:.9rem}.post-survey-detail-actions{display:flex;gap:.75rem}.post-survey-page-wrap,.post-survey-form{width:100%;max-width:100%}.post-survey-form.panel{padding:1.5rem}.post-survey-form-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.survey-progress{margin-bottom:1.5rem}.survey-progress-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.survey-progress span:first-child{font-weight:600}.survey-progress-pct{font-weight:700;color:var(--primary)}.survey-progress-bar{height:8px;background:var(--bg-muted);border-radius:4px;overflow:hidden;margin-top:.5rem}.survey-progress-fill{height:100%;background:var(--primary);border-radius:4px;transition:width .2s}.survey-questions{margin-bottom:1.5rem}.survey-question-card{padding:1rem 0;border-bottom:1px solid var(--border)}.survey-question-card:last-child{border-bottom:none}.survey-question-card h4{margin:0 0 .75rem;font-size:1rem}.survey-radio-group{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.survey-radio-option{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:.5rem;cursor:pointer;padding:.4rem 0;width:auto;min-height:1.5rem}.survey-radio-option input{margin:0;width:1.125rem;height:1.125rem;accent-color:var(--primary);align-self:center}.survey-radio-option span{line-height:1.25;align-self:center}.survey-other-input{margin-top:.5rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);width:100%}.survey-money-input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-size:1rem}.survey-slider-wrap{padding:.5rem 0}.survey-slider-value{display:block;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.survey-slider-wrap input[type=range]{width:100%;accent-color:var(--primary)}.survey-slider-labels{display:flex;justify-content:space-between;font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.survey-question-card textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;resize:vertical}.survey-nav{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.survey-nav .btn:last-child{margin-left:auto}[data-theme=dark] .post-survey-panel,[data-theme=dark] .post-survey-form,[data-theme=dark] .post-survey-empty,[data-theme=dark] .post-survey-panel h3,[data-theme=dark] .post-survey-form h3,[data-theme=dark] .post-survey-empty h3,[data-theme=dark] .post-survey-form-header h3,[data-theme=dark] .post-survey-company{color:var(--text)}[data-theme=dark] .post-survey-company{color:var(--muted)}[data-theme=dark] .post-survey-tab{color:var(--text);background:var(--surface);border-color:var(--line)}[data-theme=dark] .post-survey-search input{background:var(--surface);color:var(--text);border-color:var(--line)}[data-theme=dark] .post-survey-search input::placeholder{color:var(--muted)}[data-theme=dark] .post-survey-card{background:var(--surface);border-color:var(--line);color:var(--text)}[data-theme=dark] .post-survey-card:hover{background:var(--bg-muted);border-color:var(--primary)}[data-theme=dark] .post-survey-card-info .post-survey-name{color:var(--text)}[data-theme=dark] .post-survey-card-info .post-survey-company,[data-theme=dark] .post-survey-card-arrow,[data-theme=dark] .post-survey-card-placeholder .icon-glyph,[data-theme=dark] .post-survey-avatar-placeholder .icon-glyph{color:var(--muted)}[data-theme=dark] .post-survey-avatar-wrap,[data-theme=dark] .post-survey-card-avatar{background:var(--surface)}[data-theme=dark] .post-survey-empty h3{color:var(--text)}[data-theme=dark] .post-survey-empty p,[data-theme=dark] .post-survey-no-match{color:var(--muted)}[data-theme=dark] .post-survey-type-badge.agent{background:#3b82f640;color:#93c5fd}[data-theme=dark] .post-survey-type-badge.lo{background:#10b98140;color:#6ee7b7}[data-theme=dark] .survey-progress span{color:var(--text)}[data-theme=dark] .survey-progress-pct{color:var(--primary)}[data-theme=dark] .survey-progress-bar{background:var(--surface)}[data-theme=dark] .survey-question-card{border-color:var(--line)}[data-theme=dark] .survey-question-card h4,[data-theme=dark] .survey-radio-option,[data-theme=dark] .survey-radio-option span{color:var(--text)}[data-theme=dark] .survey-money-input,[data-theme=dark] .survey-other-input,[data-theme=dark] .survey-question-card textarea{background:var(--surface);color:var(--text);border-color:var(--line)}[data-theme=dark] .survey-question-card textarea::placeholder{color:var(--muted)}[data-theme=dark] .survey-slider-value{color:var(--text)}[data-theme=dark] .survey-slider-labels{color:var(--muted)}[data-theme=dark] .survey-nav{border-color:var(--line)}.post-survey-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;text-align:left;margin-bottom:.5rem;transition:background .2s}.post-survey-item:hover{background:var(--bg-muted)}.post-survey-name{font-weight:600}.post-survey-company{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.text-muted{color:var(--text-muted);font-size:.9rem}.checklist-tips.checklist-agent .icon-glyph{color:var(--primary)}.checklist-tips.checklist-lo .icon-glyph{color:var(--success)}.detail-hero{display:grid;grid-template-columns:220px 1fr;gap:1rem}.detail-image-wrap{width:100%;height:220px;border-radius:14px;overflow:hidden;border:1px solid #dbeafe;background:#eef2ff}.detail-image{width:100%;height:100%;object-fit:cover}.detail-image-fallback{display:grid;place-items:center;width:100%;height:100%;font-weight:600;color:#64748b;background:linear-gradient(135deg,#f1f5f9,#dbeafe)}.detail-content h3{margin-top:0}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.detail-grid article{border:1px solid #edf2fb;border-radius:12px;padding:.75rem;background:#ffffffb8}.detail-logo-wrap{width:100%;max-width:220px;border-radius:12px;overflow:hidden;border:1px solid #dbeafe}.detail-logo{width:100%;display:block;object-fit:contain;background:#fff}.detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-bottom:.8rem}.detail-gallery-image{width:100%;height:170px;object-fit:cover;border-radius:10px;border:1px solid #dbeafe}.detail-gallery-empty{min-height:170px;border-radius:10px}.detail-openhouse{margin:.8rem 0;border:1px solid #dbeafe;border-radius:12px;padding:.75rem;background:#f8fbff}.detail-openhouse-item{padding:.5rem 0;border-bottom:1px solid #e2e8f0}.detail-openhouse-item:last-child{border-bottom:none;padding-bottom:0}.agent-detail-hero{padding:1.5rem}.agent-detail-profile-row{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.agent-detail-avatar-wrap{flex-shrink:0;width:80px;height:80px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#2563eb,#3b82f6);padding:3px}.agent-detail-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%;background:#fff}.agent-detail-avatar-fallback{width:100%;height:100%;border-radius:50%;background:#2563eb1a;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:2rem}.agent-detail-info{flex:1;min-width:0}.agent-detail-name{margin:0 0 .25rem;font-size:1.35rem;font-weight:600;color:var(--text)}.agent-detail-brokerage{margin:0 0 .35rem;font-size:.95rem;color:var(--muted)}.agent-detail-rating{display:flex;align-items:center;gap:.35rem;font-size:.9rem}.agent-detail-rating .icon-glyph{color:var(--success)}.agent-detail-logo-wrap{width:64px;height:64px;flex-shrink:0;border-radius:var(--radius-sm);border:1px solid rgba(37,99,235,.2);padding:.5rem;overflow:hidden}.agent-detail-logo{width:100%;height:100%;object-fit:contain}.agent-detail-verified{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;background:#10b9811a;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:var(--success)}.agent-detail-bio{margin-top:1.25rem;font-size:.95rem;line-height:1.5;color:var(--text)}.agent-detail-expertise,.agent-detail-links,.agent-detail-reviews-section{margin-top:1.25rem}.agent-detail-expertise h4,.agent-detail-links h4,.agent-detail-reviews-section h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text)}.agent-detail-expertise-pills{display:flex;flex-wrap:wrap;gap:.5rem}.agent-detail-expertise-pill{padding:.4rem .75rem;background:linear-gradient(135deg,#2563eb1a,#10b9811a);border:1px solid rgba(37,99,235,.3);border-radius:999px;font-size:.85rem;font-weight:600;color:var(--text)}.agent-detail-links-list{display:flex;flex-direction:column;gap:.5rem}.agent-detail-link-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#2563eb0d;border:1px solid rgba(37,99,235,.2);border-radius:var(--radius-sm);color:var(--text);text-decoration:none;transition:background .2s}.agent-detail-link-item:hover{background:#2563eb1a}.agent-detail-link-item .icon-glyph{color:var(--primary)}.agent-detail-link-item span:last-of-type{margin-left:auto;color:var(--primary)}.agent-detail-links-empty{padding:1rem;background:#64748b0d;border:1px dashed var(--line);border-radius:var(--radius-sm);color:var(--muted);font-style:italic;margin:0}.agent-detail-reviews-section{padding:1rem;background:#2563eb0d;border:1px solid rgba(37,99,235,.2);border-radius:var(--radius-sm)}.agent-detail-platform-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.agent-detail-platform-rating .icon-glyph.filled,.agent-detail-platform-rating .material-symbols-rounded.filled{color:var(--primary)}.agent-detail-reviews-sub{margin:0;font-size:.85rem;color:var(--muted);font-style:italic}.agent-detail-actions{display:flex;gap:.75rem;margin-top:1.5rem}.agent-detail-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.agent-detail-actions .icon-glyph,.agent-detail-actions .material-symbols-rounded{font-size:1.1em;flex-shrink:0}.agent-detail-btn-outline{flex:1;background:transparent;border:1.5px solid var(--primary);color:var(--primary)}.agent-detail-btn-solid{flex:1}.agent-detail-tabs-wrap{margin-top:1rem;padding:0;overflow:hidden}.agent-detail-tabs{display:flex;border-bottom:1px solid var(--line)}.agent-detail-tab{flex:1;padding:1rem;border:none;background:transparent;font-size:.95rem;font-weight:500;color:var(--muted);cursor:pointer;transition:color .2s,background .2s;border-bottom:2px solid transparent}.agent-detail-tab:hover{color:var(--text)}.agent-detail-tab.active{color:var(--primary);font-weight:600;background:#2563eb14;border-bottom-color:var(--primary)}.agent-detail-tab-content{padding:1.5rem}.agent-detail-section{margin-bottom:1.5rem}.agent-detail-section h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text)}.agent-detail-pills{display:flex;flex-wrap:wrap;gap:.5rem}.agent-detail-pill{padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600}.agent-detail-pill--blue{background:#2563eb1a;color:var(--primary)}.agent-detail-pill--green{background:#10b9811a;color:var(--success)}.agent-detail-contact-list{display:flex;flex-direction:column;gap:.75rem}.agent-detail-contact-item{display:flex;align-items:flex-start;gap:.75rem}.agent-detail-contact-item .icon-glyph{color:var(--primary);flex-shrink:0}.agent-detail-contact-item .label{display:block;font-size:.8rem;color:var(--muted)}.agent-detail-contact-item .value{display:block;font-size:.95rem;font-weight:500;color:var(--text)}.agent-detail-reviews-list{display:flex;flex-direction:column;gap:1rem}.agent-detail-review-card{padding:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm)}.agent-detail-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.agent-detail-review-name{font-weight:600;color:var(--text)}.agent-detail-review-date{font-size:.85rem;color:var(--muted)}.agent-detail-review-stars{display:flex;gap:.2rem;margin-bottom:.5rem}.agent-detail-review-stars .icon-glyph.filled,.agent-detail-review-stars .material-symbols-rounded.filled{color:var(--success)}.agent-detail-review-comment{margin:0;font-size:.9rem;line-height:1.45;color:var(--text)}.agent-detail-empty{padding:2rem;text-align:center;color:var(--muted)}.agent-detail-properties-list{display:grid;gap:1rem}.agent-detail-property-card{display:grid;grid-template-columns:200px 1fr;gap:1rem;padding:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:box-shadow .2s}.agent-detail-property-card:hover{box-shadow:var(--shadow-sm)}.agent-detail-property-media{aspect-ratio:4/3;background:var(--bg);overflow:hidden}.agent-detail-property-media img{width:100%;height:100%;object-fit:cover}.agent-detail-property-media-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:2rem}.agent-detail-property-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.agent-detail-property-body h5{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.agent-detail-property-price{margin:0;font-size:1.1rem;font-weight:700;color:var(--primary)}.agent-detail-property-meta{margin:0;font-size:.9rem;color:var(--muted)}.agent-detail-property-status{display:inline-block;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;background:#64748b1a;color:var(--muted)}.agent-detail-property-status.active{background:#10b9811a;color:var(--success)}.agent-detail-empty-state{padding:2.5rem;text-align:center;color:var(--muted)}.agent-detail-empty-state .icon-glyph{font-size:3rem;display:block;margin-bottom:.75rem;color:var(--muted)}.agent-detail-empty-state p{margin:0 0 .35rem;font-weight:600;color:var(--text)}.agent-detail-empty-state span{font-size:.9rem}@media (max-width: 640px){.agent-detail-property-card{grid-template-columns:1fr}}.listing-detail-empty{padding:3rem;text-align:center;color:var(--muted)}.listing-detail-empty .icon-glyph{font-size:3rem;display:block;margin-bottom:1rem}.listing-detail-hero{border-radius:var(--radius);overflow:hidden;margin-bottom:1rem;background:var(--bg)}.listing-detail-carousel-wrap{position:relative;aspect-ratio:4/3;max-height:400px;overflow:hidden}.listing-detail-carousel{position:relative;width:100%;height:100%;overflow:hidden}.listing-detail-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .3s ease}.listing-detail-carousel-dots{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;gap:.5rem}.listing-detail-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .2s}.listing-detail-dot.active{width:24px;border-radius:4px;background:#fff}.listing-detail-carousel-counter{position:absolute;top:1rem;right:1rem;padding:.35rem .75rem;background:#0009;border-radius:999px;color:#fff;font-size:.85rem;font-weight:600}.listing-detail-carousel-fallback{width:100%;height:100%;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);gap:.5rem}.listing-detail-content{padding:1.5rem}.listing-detail-price-section{padding:1.5rem;background:var(--surface);border-radius:var(--radius);margin-bottom:1rem}.listing-detail-price{margin:0 0 .5rem;font-size:1.75rem;font-weight:800;color:var(--primary)}.listing-detail-address{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.listing-detail-address .icon-glyph{color:var(--muted);flex-shrink:0}.listing-detail-tags{display:flex;flex-wrap:wrap;gap:.5rem}.listing-detail-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;background:#64748b1a;color:var(--muted)}.listing-detail-tag.dual{background:#10b9811a;color:var(--success)}.listing-detail-restricted-notice{display:flex;gap:.75rem;padding:1rem;background:#64748b26;border:1px solid rgba(100,116,139,.4);border-radius:var(--radius-sm);margin-bottom:1rem}.listing-detail-restricted-notice .icon-glyph{color:var(--text);flex-shrink:0}.listing-detail-restricted-notice strong{display:block;margin-bottom:.35rem}.listing-detail-restricted-notice p{margin:0;font-size:.9rem;line-height:1.4;color:var(--text)}.listing-detail-rebate-notice{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#2563eb14;border:1px solid rgba(37,99,235,.25);border-radius:var(--radius-sm);margin-bottom:.5rem}.listing-detail-rebate-notice .icon-glyph{color:var(--primary)}.listing-detail-rebate-notice span{font-weight:600;color:var(--primary)}.listing-detail-rebate-disclaimer{margin:0 0 1rem;font-size:.9rem;line-height:1.45;color:var(--text)}.listing-detail-rebate-cards{display:grid;gap:1rem;margin-bottom:1rem}@media (min-width: 760px){.listing-detail-rebate-cards.dual{grid-template-columns:1fr 1fr}}.listing-detail-rebate-card{padding:1rem;background:var(--surface);border:1px solid rgba(37,99,235,.15);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.listing-detail-rebate-card--dual{border-color:#10b98140;background:#10b9810d}.listing-detail-rebate-card h4{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text)}.listing-detail-rebate-amount{margin:0 0 .5rem;font-size:1.25rem;font-weight:800;color:var(--primary)}.listing-detail-rebate-card--dual .listing-detail-rebate-amount{color:var(--success)}.listing-detail-rebate-sub{margin:0;font-size:.85rem;line-height:1.4;color:var(--muted)}.listing-detail-important-notice{display:flex;gap:.75rem;padding:1rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.4);border-radius:var(--radius-sm);margin-bottom:1.5rem}.listing-detail-important-notice .icon-glyph{color:#b45309;flex-shrink:0}.listing-detail-important-notice strong{display:block;margin-bottom:.35rem;color:#92400e}.listing-detail-important-notice p{margin:0;font-size:.9rem;line-height:1.4;color:#78350f}.listing-detail-pros-cons{margin-bottom:1.5rem}.listing-detail-pros-cons h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--text)}.listing-detail-pros-cons-grid{display:grid;gap:1rem}@media (min-width: 640px){.listing-detail-pros-cons-grid{grid-template-columns:1fr 1fr}}.listing-detail-pros-card,.listing-detail-cons-card{padding:1rem;border-radius:var(--radius-sm);border:1px solid var(--line)}.listing-detail-pros-card{background:#10b9810d;border-color:#10b98133}.listing-detail-cons-card{background:#ef44440d;border-color:#ef444433}.listing-detail-pros-card h5,.listing-detail-cons-card h5{margin:0 0 .5rem;font-size:.95rem;font-weight:600}.listing-detail-pros-card h5{color:var(--success)}.listing-detail-cons-card h5{color:var(--danger)}.listing-detail-pros-card ul,.listing-detail-cons-card ul{margin:0;padding-left:1.25rem;font-size:.9rem;line-height:1.5;color:var(--text)}.listing-detail-openhouse-section{padding:1rem;background:linear-gradient(135deg,#2563eb0d,#10b9810d);border:2px solid rgba(37,99,235,.2);border-radius:var(--radius-sm);margin-bottom:1rem}.listing-detail-openhouse-section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--text)}.listing-detail-openhouse-section h4 .icon-glyph{margin-right:.35rem}.listing-detail-openhouse-item{padding:.75rem 0;border-bottom:1px solid var(--line)}.listing-detail-openhouse-item:last-child{border-bottom:none}.listing-detail-openhouse-item p{margin:0 0 .25rem;font-size:.9rem}.listing-detail-meta{margin-bottom:1.5rem}.listing-detail-meta p{margin:0 0 .35rem;font-size:.95rem;color:var(--text)}.listing-detail-meta-row{color:var(--muted)}.listing-detail-actions{display:flex;flex-direction:column;gap:.75rem}.listing-detail-btn-primary,.listing-detail-btn-secondary{width:100%}.listing-detail-status{margin-top:.5rem;font-size:.9rem;color:var(--muted)}.loan-officer-detail-hero{padding:1.5rem}.loan-officer-detail-profile-row{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.loan-officer-detail-avatar-wrap{flex-shrink:0;width:80px;height:80px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#10b981,#34d399);padding:3px}.loan-officer-detail-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%;background:#fff}.loan-officer-detail-avatar-fallback{width:100%;height:100%;border-radius:50%;background:#10b9811a;display:flex;align-items:center;justify-content:center;color:var(--success);font-size:2rem}.loan-officer-detail-info{flex:1;min-width:0}.loan-officer-detail-name{margin:0 0 .25rem;font-size:1.35rem;font-weight:600;color:var(--text)}.loan-officer-detail-company{margin:0 0 .35rem;font-size:.95rem;color:var(--muted)}.loan-officer-detail-rating{display:flex;align-items:center;gap:.35rem;font-size:.9rem}.loan-officer-detail-rating .icon-glyph{color:var(--success)}.loan-officer-detail-logo-wrap{width:64px;height:64px;flex-shrink:0;border-radius:var(--radius-sm);border:1px solid rgba(16,185,129,.3);padding:.5rem;overflow:hidden}.loan-officer-detail-logo{width:100%;height:100%;object-fit:contain}.loan-officer-detail-verified{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;background:#10b9811a;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:var(--success)}.loan-officer-detail-bio{margin-top:1.25rem;font-size:.95rem;line-height:1.5;color:var(--text)}.loan-officer-detail-rebate-badge{display:flex;gap:1rem;margin-top:1.25rem;padding:1rem;background:#10b9811a;border:1px solid var(--success);border-radius:var(--radius-sm)}.loan-officer-detail-rebate-badge .icon-glyph{color:var(--success);flex-shrink:0}.loan-officer-detail-rebate-badge strong{display:block;margin-bottom:.35rem;color:var(--success)}.loan-officer-detail-rebate-badge p{margin:0;font-size:.9rem;line-height:1.4;color:var(--text)}.loan-officer-detail-reviews-section{margin-top:1.25rem;padding:1rem;background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-sm)}.loan-officer-detail-reviews-section h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text)}.loan-officer-detail-platform-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.loan-officer-detail-platform-rating .icon-glyph.filled,.loan-officer-detail-platform-rating .material-symbols-rounded.filled{color:var(--success)}.loan-officer-detail-reviews-sub{margin:0;font-size:.85rem;color:var(--muted);font-style:italic}.loan-officer-detail-apply-btn{width:100%;margin-top:1rem;background:#10b981e6}.loan-officer-detail-actions{display:flex;gap:.75rem;margin-top:1.5rem}.loan-officer-detail-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.loan-officer-detail-actions .icon-glyph,.loan-officer-detail-actions .material-symbols-rounded{font-size:1.1em;flex-shrink:0}.loan-officer-detail-btn-solid{flex:1;background:var(--success)}.loan-officer-detail-btn-outline{flex:1;background:transparent;border:1.5px solid var(--success);color:var(--success)}.loan-officer-detail-tabs-wrap{margin-top:1rem;padding:0;overflow:hidden}.loan-officer-detail-tabs{display:flex;border-bottom:1px solid var(--line)}.loan-officer-detail-tab{flex:1;padding:1rem;border:none;background:transparent;font-size:.95rem;font-weight:500;color:var(--muted);cursor:pointer;transition:color .2s,background .2s;border-bottom:2px solid transparent}.loan-officer-detail-tab:hover{color:var(--text)}.loan-officer-detail-tab.active{color:var(--success);font-weight:600;background:#10b98114;border-bottom-color:var(--success)}.loan-officer-detail-tab-content{padding:1.5rem}.loan-officer-detail-section{margin-bottom:1.5rem}.loan-officer-detail-section h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text)}.loan-officer-detail-pills{display:flex;flex-wrap:wrap;gap:.5rem}.loan-officer-detail-pill{padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;background:#10b9811a;color:var(--success)}.loan-officer-detail-pill--blue{background:#2563eb1a;color:var(--primary)}.loan-officer-detail-contact-list{display:flex;flex-direction:column;gap:.75rem}.loan-officer-detail-contact-item{display:flex;align-items:flex-start;gap:.75rem}.loan-officer-detail-contact-item .icon-glyph{color:var(--success);flex-shrink:0}.loan-officer-detail-contact-item .label{display:block;font-size:.8rem;color:var(--muted)}.loan-officer-detail-contact-item .value{display:block;font-size:.95rem;font-weight:500;color:var(--text)}.loan-officer-detail-reviews-list{display:flex;flex-direction:column;gap:1rem}.loan-officer-detail-review-card{padding:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm)}.loan-officer-detail-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.loan-officer-detail-review-name{font-weight:600;color:var(--text)}.loan-officer-detail-review-date{font-size:.85rem;color:var(--muted)}.loan-officer-detail-review-stars{display:flex;gap:.2rem;margin-bottom:.5rem}.loan-officer-detail-review-stars .icon-glyph.filled,.loan-officer-detail-review-stars .material-symbols-rounded.filled{color:var(--success)}.loan-officer-detail-review-comment{margin:0;font-size:.9rem;line-height:1.45;color:var(--text)}.loan-officer-detail-empty{padding:2rem;text-align:center;color:var(--muted)}.loan-officer-detail-programs-list{display:flex;flex-direction:column;gap:1rem}.loan-officer-detail-program-card{padding:1rem;border:1px solid rgba(16,185,129,.25);border-radius:var(--radius-sm)}.loan-officer-detail-program-card h5{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--text)}.loan-officer-detail-program-card p{margin:0;font-size:.9rem;line-height:1.45;color:var(--text)}.loan-officer-detail-empty-state{padding:2.5rem;text-align:center;color:var(--muted)}.loan-officer-detail-empty-state .icon-glyph{font-size:2.5rem;display:block;margin-bottom:.75rem}.checkbox-group{display:grid;gap:.5rem;margin-top:.15rem}.checkbox-group-terms{margin-top:.25rem}.checkbox-row{display:flex;align-items:flex-start;gap:.55rem;font-size:.9rem;line-height:1.35;color:#334155}.checkbox-row input[type=checkbox]{width:16px;min-width:16px;height:16px;margin-top:.15rem;accent-color:#2563eb}.checkbox-row span{display:block}.step-dots{display:flex;gap:.4rem}.step-dots span{width:8px;height:8px;border-radius:999px;background:#cbd5e1}.step-dots span.active{width:30px;background:#2563eb}.slide-mark{color:#2563eb;font-size:.8rem;font-weight:800}.mobile-nav{display:none}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cardFloat{0%{opacity:0;transform:translateY(16px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1100px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid,.buyer-search-panel,.detail-hero,.detail-grid{grid-template-columns:1fr}}@media (max-width: 840px){.app-shell,.website-shell{padding:.8rem}.side-nav{display:none}.site-header-top{flex-direction:column;align-items:flex-start}.top-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.top-strip{position:sticky;top:.25rem;z-index:5}.mobile-nav{display:none}.action-tiles,.search-panel,.search-panel-zip,.first-zip-search-section{grid-template-columns:1fr}.first-zip-dialog-spacious{padding:1.25rem}.first-zip-dialog-spacious .zip-grid-pro,.listing-grid-2,.listing-grid-3{grid-template-columns:1fr}.buyer-tabbar{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-home-tabs{flex-wrap:wrap}.buyer-home-tab{flex:1 1 50%;min-width:120px}.buyer-cards-grid--profile,.buyer-cards-grid--listing,.market-grid,.zip-grid,.buyer-search-controls{grid-template-columns:1fr}.top-user-block p{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-gallery{grid-template-columns:1fr}}.landing-splash{position:relative;min-height:100vh;display:grid;place-items:center;padding:1.5rem;overflow:hidden;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.12),transparent 50%),radial-gradient(circle at 80% 70%,rgba(16,185,129,.08),transparent 50%),linear-gradient(180deg,#0f172a,#1e293b)}[data-theme=light] .landing-splash{background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.12),transparent 50%),radial-gradient(circle at 80% 70%,rgba(16,185,129,.08),transparent 50%),linear-gradient(180deg,#fafbff,#f1f5f9)}.landing-splash-theme{position:absolute;top:1rem;right:1rem;z-index:10}.landing-splash-inner{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:420px}.landing-splash-logo-img{width:clamp(72px,18vw,100px);height:auto;display:block;margin-bottom:.5rem}.landing-splash-logo{margin:0;font-size:clamp(2.5rem,8vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.landing-splash-logo .logo-geta{color:#93c5fd}.landing-splash-logo .logo-rebate{color:#38bdf8}[data-theme=light] .landing-splash-logo .logo-geta{color:#1e40af}[data-theme=light] .landing-splash-logo .logo-rebate{color:#0ea5e9}.landing-splash-desc{margin:0;min-height:2.5rem;font-size:1.1rem;color:var(--muted);font-weight:500}.landing-splash-load{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:min(280px,90vw);z-index:5}.landing-splash-load-label{margin:0 0 .5rem;font-size:.8rem;color:var(--muted);font-weight:500;letter-spacing:.02em}.landing-splash-load-pct{color:var(--fg);font-weight:600}.landing-splash-load-track{height:3px;background:#ffffff1f;border-radius:999px;overflow:hidden}[data-theme=light] .landing-splash-load-track{background:#00000014}.landing-splash-load-bar{height:100%;width:100%;background:linear-gradient(90deg,#3b82f6,#38bdf8);border-radius:999px;transform-origin:left center}.landing-wrap{min-height:100vh;max-width:1320px;margin:0 auto;padding:1.1rem;display:grid;gap:1rem}.landing-nav{padding:.82rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.landing-nav-links{display:flex;align-items:center;gap:.8rem}.landing-nav-links a{padding:.35rem .55rem;border-radius:999px;font-size:.82rem;color:#334155}.landing-nav-links a:hover{background:#eff6ff;color:#1d4ed8}[data-theme=dark] .landing-nav-links a:hover{background:#2563eb33;color:#93c5fd}.landing-wrap,.lp2-root{--landing-btn-fs: .875rem;--landing-btn-py: .56rem;--landing-btn-px: .92rem;--landing-btn-fw: 700;--landing-cta-gap: .5rem}.landing-wrap :is(a,button).btn:not(.link),.lp2-root :is(a,button).btn:not(.link){display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-size:var(--landing-btn-fs);padding:var(--landing-btn-py) var(--landing-btn-px);font-weight:var(--landing-btn-fw);line-height:1.28;text-align:center;text-wrap:balance;border-radius:var(--radius-sm)}.landing-nav-actions{display:flex;align-items:center;gap:var(--landing-cta-gap)}.landing-brand{display:flex;align-items:center;gap:.5rem}.landing-brand-logo{width:32px;height:32px;border-radius:10px;object-fit:contain;flex-shrink:0}.landing-footer{margin-top:2rem;padding:1.15rem 1.35rem;border-radius:20px}.landing-footer-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(.75rem,2.2vw,1.75rem)}.landing-footer-col--left{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;justify-self:start;min-width:0;text-align:left}.landing-footer-brand-stack{display:flex;max-width:100%}.landing-footer-logo{width:40px;height:40px;border-radius:14px;object-fit:contain;flex-shrink:0}.landing-footer-logo--wide{width:auto;height:auto;max-width:min(240px,36vw);max-height:52px;border-radius:0}.landing-footer-meta-block{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;font-size:.82rem;line-height:1.45;color:var(--muted)}.landing-footer-copy{font-weight:600;color:var(--text)}.landing-footer-tagline{max-width:280px}.landing-footer-col--center{justify-self:center;display:flex;align-items:center;justify-content:center}.landing-footer-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(.65rem,2vw,1.25rem)}.landing-footer-badge-img{height:48px;width:auto;max-width:min(220px,38vw);object-fit:contain;display:block}.landing-footer-col--right{justify-self:end;display:flex;align-items:center;min-width:0}.landing-footer-links{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.landing-footer-links a{padding:.35rem .55rem;border-radius:999px;font-size:.85rem;color:var(--muted);border:1px solid rgba(148,163,184,.2);background:#ffffff59}[data-theme=dark] .landing-footer-links a{background:#02061738}.landing-footer-links a:hover{color:var(--primary)}@media (max-width: 900px){.landing-footer-row{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1.15rem}.landing-footer-col--left{align-items:center;justify-self:center;text-align:center}.landing-footer-meta-block{align-items:center}.landing-footer-tagline{max-width:340px}.landing-footer-col--center,.landing-footer-col--right{justify-self:center}.landing-footer-links{justify-content:center}}.landing-stats-bar{padding:1rem 1.25rem;border-radius:18px}.landing-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1000px;margin:0 auto}.landing-stat-item{display:flex;align-items:center;gap:.85rem;padding:.5rem 0}.landing-stat-icon-wrap{width:48px;height:48px;min-width:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb26,#0ea5e91f);color:var(--primary)}.landing-stat-icon-wrap .icon-glyph{font-size:1.5rem!important}.landing-stat-content{display:flex;flex-direction:column;gap:.15rem}.landing-stat-content strong{font-size:1.35rem;letter-spacing:-.02em;color:var(--text)}.landing-stat-content span{font-size:.8rem;color:var(--muted);font-weight:500}[data-theme=dark] .landing-stat-icon-wrap{background:linear-gradient(135deg,#3b82f640,#0ea5e933)}.landing-main{display:grid;gap:1rem}.landing-hero{padding:1.15rem;display:grid;grid-template-columns:1.08fr .92fr;gap:1rem}.hero-copy h1{margin:.25rem 0 .55rem;font-size:clamp(1.5rem,3vw,2.35rem);line-height:1.14}.hero-copy p{max-width:58ch}.hero-cta{display:flex;flex-wrap:wrap;gap:var(--landing-cta-gap);margin-top:.8rem}.hero-cta.hero-cta-stack{flex-direction:column;align-items:stretch;max-width:28rem}.hero-cta-primary-auth{display:flex;flex-wrap:wrap;gap:var(--landing-cta-gap)}.hero-cta-primary-auth .hero-cta-auth-btn{flex:1 1 9.5rem;justify-content:center}.hero-cta-secondary{display:flex;flex-wrap:wrap;gap:var(--landing-cta-gap);padding-top:.6rem;border-top:1px solid rgba(148,163,184,.38)}[data-theme=dark] .hero-cta-secondary{border-top-color:#4755698c}.hero-panel{border-radius:18px;background:linear-gradient(140deg,#f8fbff,#eef6ff);border:1px solid #dbeafe;padding:.9rem;display:grid;gap:.7rem}.hero-badge{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;font-size:.75rem;font-weight:700;color:#047857;border-radius:999px;padding:.3rem .6rem;background:#10b98124}.hero-search{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;border-radius:13px;border:1px solid #dbeafe;background:#fff;padding:.45rem}.hero-search--single{grid-template-columns:auto 1fr}.hero-calc-fields{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;min-width:0}.hero-search--single .hero-calc-fields{grid-template-columns:1fr}.hero-search--single .hero-calc-field span{display:none}.hero-calc-field{display:grid;gap:.2rem;min-width:0}.hero-calc-field span{font-size:.72rem;font-weight:700;color:var(--muted)}.hero-calc-field input,.hero-calc-field select{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .6rem;font-weight:600;background:#ffffffe6;color:var(--text);outline:none}.hero-calc-field input:focus,.hero-calc-field select:focus{box-shadow:var(--focus-ring);border-color:var(--focus-border)}.hero-rebate-results{display:grid;gap:.55rem}.hero-tier-table{display:grid;gap:.35rem}.hero-tier-row{display:grid;grid-template-columns:60px 1fr 110px 1.1fr;gap:.55rem;padding:.6rem .65rem;border:1px solid #e2e8f0;border-radius:12px;background:#fffc}[data-theme=dark] .hero-tier-row{border-color:var(--line);background:#1e293bb3}.hero-tier-row--head{font-weight:800;background:#2563eb14;border-color:#2563eb2e}.hero-rebate-card{border-radius:12px;border:1px solid #e2e8f0;background:#fffc;padding:.65rem;display:grid;gap:.35rem}.hero-rebate-top{display:grid;gap:.1rem}.hero-rebate-top strong{color:var(--text);font-size:1.05rem}.hero-rebate-top span{color:var(--muted);font-size:.78rem;font-weight:600}.hero-rebate-footnote{margin:0;font-size:.72rem;line-height:1.35}.hero-rebate-empty{border-radius:12px;border:1px dashed rgba(148,163,184,.6);background:#fff9;padding:.7rem;color:var(--muted)}.hero-rebate-empty strong{color:var(--text)}.hero-rebate-help{display:flex;align-items:flex-start;gap:.45rem;font-size:.78rem;color:var(--muted)}.hero-rebate-help a{color:var(--primary);font-weight:700}.hero-rebate-help .icon-glyph{color:var(--primary);margin-top:.1rem}.lp2-callout{margin-top:.55rem;border-radius:14px;border:1px solid rgba(37,99,235,.2);background:linear-gradient(145deg,#2563eb14,#10b9810d);padding:.7rem .8rem;color:var(--text);font-size:.92rem;line-height:1.4}[data-theme=dark] .lp2-callout{border-color:#3b82f640;background:linear-gradient(145deg,#1e293bd9,#0f172ad9)}.hero-mini-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.hero-mini-cards article{border-radius:12px;border:1px solid #e2e8f0;background:#fffc;padding:.55rem}.hero-mini-cards-with-icons article{display:flex;align-items:center;gap:.6rem}.hero-mini-icon-wrap{width:36px;height:36px;min-width:36px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb1f,#0ea5e91a);flex-shrink:0}.hero-mini-icon-wrap .icon-glyph{color:var(--primary);font-size:1.1rem!important}.hero-mini-cards strong{font-size:1rem}.hero-mini-cards p{margin:0;font-size:.75rem}.landing-section,.landing-cta{padding:1.05rem}.landing-section h2,.landing-cta h2{margin:0 0 .65rem}.feature-grid,.pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.landing-section .feature-grid,.landing-section .pillars{max-width:1200px;margin:0 auto;justify-items:center}.landing-section .pillars article{width:100%}#flows .pillars{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-card{border:1px solid rgba(226,232,240,.6);border-radius:14px;background:#ffffff85;padding:.7rem}.feature-grid article,.pillars article{border:1px solid #e2e8f0;border-radius:14px;background:#ffffffb8;padding:.75rem}[data-theme=dark] .feature-grid article,[data-theme=dark] .pillars article{border-color:#334155;background:#1e293bb3}.feature-grid article .icon-glyph,.feature-icon-wrap .icon-glyph{color:#1d4ed8}.feature-icon-wrap{width:44px;height:44px;min-width:44px;border-radius:12px;display:inline-grid;place-items:center;background:linear-gradient(135deg,#2563eb1f,#0ea5e91a)}.feature-icon-wrap .icon-glyph{font-size:1.35rem!important}.feature-grid h3,.pillars h3,.home-card h3{margin:.4rem 0 .35rem;font-size:.94rem}.homes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.home-card{border:1px solid rgba(226,232,240,.6);border-radius:14px;background:#ffffff85;padding:.7rem}.home-art{height:300px;border-radius:12px;background:linear-gradient(180deg,#0000000a,#0000000a),linear-gradient(135deg,#93c5fd,#0ea5e9)}.home-card span{display:inline-block;margin-top:.3rem;font-size:.75rem;color:#047857;font-weight:700}.landing-cta{text-align:center;display:grid;gap:.45rem;align-items:center;justify-items:center}.flow-card{display:grid;gap:.6rem;overflow:hidden}.flow-card-media{border-radius:12px;min-height:300px;background-size:cover;background-position:center}.flow-card-body{display:grid;gap:.25rem}.feature-card-with-media{padding:0;overflow:hidden}.feature-card-media{width:100%;height:200px;background-size:cover;background-position:center}.feature-card-body{padding:.75rem}@media (max-width: 1100px){.landing-hero{grid-template-columns:1fr}.feature-grid,.pillars,.homes-grid,.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-stats-inner{grid-template-columns:repeat(2,1fr)}#flows .pillars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 840px){.landing-wrap{padding:.8rem}.landing-nav{flex-wrap:wrap}.landing-nav-links{order:3;width:100%;overflow-x:auto;padding-bottom:.2rem}.landing-nav-actions{margin-left:auto}.hero-search,.hero-calc-fields,.hero-tier-row,.feature-grid,.pillars,.homes-grid,.hero-mini-cards{grid-template-columns:1fr}.landing-stats-inner{grid-template-columns:repeat(2,1fr);gap:1rem}.reviews-grid,#flows .pillars{grid-template-columns:1fr}}.landing-nav-premium{border-radius:20px;background:linear-gradient(140deg,#ffffffeb,#f7fbffdb)}[data-theme=dark] .landing-nav-premium{background:linear-gradient(140deg,#1e293bf2,#0f172ae6)}.landing-hero-premium{grid-template-columns:1fr 1fr;border-radius:20px;padding:1.2rem;background:radial-gradient(circle at 90% 0%,rgba(37,99,235,.08),transparent 45%),radial-gradient(circle at 0% 90%,rgba(16,185,129,.06),transparent 40%),linear-gradient(145deg,#fff,#fafbff)}[data-theme=dark] .landing-hero-premium{background:radial-gradient(circle at 90% 0%,rgba(37,99,235,.08),transparent 45%),radial-gradient(circle at 0% 90%,rgba(16,185,129,.05),transparent 40%),linear-gradient(145deg,var(--surface) 0%,var(--bg) 100%)}.premium-copy h1{font-size:clamp(1.75rem,3.2vw,2.7rem);line-height:1.08;letter-spacing:-.04em;margin-bottom:.5rem}.premium-copy p{font-size:.95rem;max-width:60ch}.hero-visual-block{border:1px solid rgba(148,163,184,.2);border-radius:18px;padding:.85rem;background:linear-gradient(160deg,#ffffff85,#f1f5ff70);display:grid;gap:.7rem;box-shadow:0 18px 40px #1e293b14}.hero-visual-art{height:360px;border-radius:14px;background:linear-gradient(180deg,#0f172a0f,#0f172a05),linear-gradient(135deg,#2563eb,#0ea5e9 45%,#10b981);position:relative;overflow:hidden}.hero-visual-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(-45deg,#ffffff08,#ffffff08 8px,#fff0 8px,#fff0 16px)}.landing-section{border-radius:20px}.landing-subtext{margin-top:-.2rem;margin-bottom:.6rem;font-size:.9rem}.premium-home-card{display:grid;gap:.35rem;box-shadow:0 8px 20px #2563eb0a}.premium-home-card .btn{margin-top:.2rem}.timeline-pillar{grid-template-columns:repeat(3,minmax(0,1fr))}.timeline-pillar article{border:1px solid rgba(59,130,246,.2);background:linear-gradient(145deg,#ffffffd9,#eff6ffcc);display:grid;gap:.35rem}.timeline-pillar article .icon-glyph{color:var(--primary);font-size:1.25rem}[data-theme=dark] .timeline-pillar article{border-color:#3b82f640;background:linear-gradient(145deg,#1e293be6,#0f172ad9)}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:1100px;margin:0 auto}.review-card{border:1px solid var(--border);border-radius:14px;background:#ffffffb8;padding:1rem;display:grid;gap:.6rem}[data-theme=dark] .review-card{background:#1e293bb3;border-color:var(--line)}.review-stars{display:flex;gap:.2rem}.review-stars .icon-glyph{color:#f59e0b;font-size:1rem}.review-card blockquote{margin:0;font-size:.88rem;line-height:1.5;color:var(--muted);font-style:italic}.review-author{display:flex;align-items:center;gap:.5rem}.review-author .icon-glyph{color:var(--primary);font-size:1rem}.review-author strong{display:block;font-size:.9rem}.review-author span{font-size:.75rem;color:var(--muted)}.reviews-carousel{position:relative;max-width:520px;margin:0 auto;min-height:180px}.reviews-carousel-track{position:relative}.review-carousel-card{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transform:translate(24px);transition:opacity .5s ease,transform .5s ease,visibility .5s;pointer-events:none}.review-carousel-card.active{position:relative;opacity:1;visibility:visible;transform:translate(0);pointer-events:auto}.reviews-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.reviews-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#94a3b880;cursor:pointer;transition:background .3s,transform .3s}.reviews-carousel-dot:hover{background:#94a3b8cc}.reviews-carousel-dot.active{background:var(--primary);transform:scale(1.25)}.animate-on-scroll{will-change:transform,opacity}.faqs-list{display:grid;gap:.85rem;max-width:700px;margin:0 auto}.faq-item{display:flex;gap:.75rem;align-items:flex-start;border:1px solid var(--border);border-radius:14px;background:#ffffffb8;padding:1rem}[data-theme=dark] .faq-item{background:#1e293bb3;border-color:var(--line)}.faq-item .icon-glyph{color:var(--primary);font-size:1.2rem;flex-shrink:0}.faq-item h4{margin:0 0 .3rem;font-size:.95rem}.faq-item p{margin:0;font-size:.85rem;line-height:1.5}.landing-cta{border-radius:20px;background:radial-gradient(circle at 50% 0%,#0ea5e91a,#0ea5e900 45%),linear-gradient(145deg,#f8fbff,#f4f7ff)}.landing-cta h2,.landing-cta p{color:#0f172a}.landing-cta .btn{margin-top:.35rem}.role-select-wrap{padding:1.25rem 1.5rem;gap:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto}.role-select-wrap .landing-nav-links{display:flex}.role-select-theme{position:fixed;top:1.25rem;right:1.5rem;z-index:100}.role-select-nav{width:100%}.role-select-main{width:100%;gap:1.5rem}.role-select-hero{grid-template-columns:1fr;text-align:center;padding:2.5rem 2rem}.role-select-hero .hero-visual-block{display:none}.role-select-hero-copy{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.role-select-hero-copy h1{margin:.5rem 0 .75rem;font-size:clamp(1.85rem,4vw,2.75rem);line-height:1.15;letter-spacing:-.03em}.role-select-hero-desc{margin:0;font-size:1.05rem;line-height:1.6;max-width:56ch;color:var(--muted)}[data-theme=dark] .role-select-hero-desc{color:var(--text-muted)}.role-select-kpis{padding:1.25rem 2rem;border-radius:16px}.role-select-kpis-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:900px;margin:0 auto;text-align:center}.role-select-kpi{display:flex;flex-direction:column;align-items:center;gap:.25rem}.role-select-kpi strong{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.02em}.role-select-kpi span{font-size:.8rem;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.role-select-cards{padding:2rem 2rem 2.25rem}.role-select-cards-header{text-align:center;margin-bottom:1.75rem}.role-select-cards-header h2{margin:0 0 .5rem;font-size:clamp(1.4rem,2.5vw,1.85rem)}.role-select-cards-sub{font-size:.95rem;color:var(--muted);max-width:42ch;margin:0 auto}.role-select-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:stretch}.role-select-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;border-radius:16px;overflow:hidden;border:1px solid rgba(148,163,184,.25)}.role-select-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px #2563eb2e}.role-select-card-media{min-height:320px;flex-shrink:0}.role-select-card-body{flex:1;display:flex;flex-direction:column;padding:1.25rem 1.25rem 1.5rem;text-align:left}.role-select-card-icon{margin-bottom:.75rem}.role-select-card-icon .icon-glyph{font-size:1.75rem;color:var(--primary)}.role-select-card-body h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.role-select-card-body p{margin:0;font-size:.9rem;line-height:1.5;color:var(--muted);flex:1}.role-select-cta{display:inline-block;margin-top:1rem;font-weight:600;color:var(--primary);font-size:.9rem;transition:transform .2s}.role-select-card:hover .role-select-cta{transform:translate(4px)}.role-select-value{padding:2rem 2rem 2.25rem}.role-select-value h2{text-align:center;margin-bottom:.5rem}.role-select-value-sub{text-align:center;margin:0 auto 1.75rem;max-width:56ch;font-size:.95rem;color:var(--muted)}.role-select-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.role-select-value-item{text-align:center;padding:1.25rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#ffffff80}[data-theme=dark] .role-select-value-item{background:#1e293b66;border-color:#94a3b826}.role-select-value-icon{margin-bottom:.75rem}.role-select-value-icon .icon-glyph{font-size:1.75rem;color:var(--primary)}.role-select-value-item h3{margin:0 0 .4rem;font-size:1rem;font-weight:600}.role-select-value-item p{margin:0;font-size:.85rem;line-height:1.5;color:var(--muted)}.role-select-flow{padding:2rem 2rem 2.25rem}.role-select-flow h2{text-align:center;margin-bottom:1.5rem}.role-select-flow-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.role-select-flow-steps article{padding:1.5rem 1.25rem;border-radius:14px;border:1px solid rgba(59,130,246,.2);background:linear-gradient(145deg,#ffffffe6,#eff6ffd9);text-align:center}[data-theme=dark] .role-select-flow-steps article{background:linear-gradient(145deg,#1e293b99,#1e293b66);border-color:#3b82f640}.role-select-flow-num,.role-select-flow-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#2563eb26,#0ea5e91f);color:var(--primary);font-weight:700;font-size:1rem;margin-bottom:.75rem}.role-select-flow-icon .icon-glyph{font-size:1.25rem!important}.role-select-flow-steps h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.role-select-flow-steps p{margin:0;font-size:.85rem;line-height:1.5;color:var(--muted)}.role-select-cta{padding:2.25rem 2rem;text-align:center}.role-select-cta h2{margin-bottom:.5rem}.role-select-cta p{margin:0 auto 1.25rem;max-width:48ch}.role-select-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (max-width: 900px){.role-select-pillars,.role-select-value-grid,.role-select-flow-steps{grid-template-columns:1fr}.role-select-kpis-inner{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 600px){.role-select-hero{padding:1.75rem 1.25rem}.role-select-kpis-inner{grid-template-columns:1fr}.role-select-cta-actions{flex-direction:column}.role-select-cta-actions .btn{width:100%}}[data-theme=dark] .role-select-cta h2,[data-theme=dark] .role-select-cta p{color:var(--text)}[data-theme=dark] .role-select-card{border-color:#94a3b833}.lp2-root{min-height:100vh;padding:clamp(16px,2.6vw,32px);position:relative;overflow-x:clip}.lp2-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.lp2-bg:after{content:none}[data-theme=dark] .lp2-bg{background:linear-gradient(180deg,#0b1220,#0f172a)}[data-theme=dark] .lp2-bg:after{content:none}.lp2-container{position:relative;z-index:1;max-width:1180px;margin:0 auto;display:grid;gap:clamp(18px,2.2vw,28px)}.lp2-page,.lp2-page--buyer{--lp2-accent: #2563eb}.lp2-page--agent{--lp2-accent: #10b981}.lp2-page--loan{--lp2-accent: #f59e0b}.lp2-page .lp2-title-accent{background:linear-gradient(135deg,var(--lp2-accent),#0ea5e9 45%,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.lp2-page .btn.primary{background:linear-gradient(135deg,var(--lp2-accent),#0ea5e9);box-shadow:0 12px 26px #02061724}.lp2-page .btn.primary:hover{box-shadow:0 16px 34px #0206172e}.lp2-page .lp2-hero{position:relative;border-top:6px solid var(--lp2-accent)}.lp2-page .lp2-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(900px 420px at 15% 0%,rgba(2,6,23,.05),transparent 60%)}[data-theme=dark] .lp2-page .lp2-hero:after{background:radial-gradient(900px 420px at 15% 0%,rgba(255,255,255,.06),transparent 60%)}.lp2-page .lp2-hero-copy{position:relative;z-index:1}.lp2-page .lp2-hero-media{background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 60px #0206171f}[data-theme=dark] .lp2-page .lp2-hero-media{background:#0b1220;border-color:#334155;box-shadow:0 22px 70px #00000080}.lp2-page .lp2-media-card{border-color:#e2e8f0;background:#fff}[data-theme=dark] .lp2-page .lp2-media-card{border-color:#334155;background:#0f172a}.lp2-page .lp2-home,.lp2-page .lp2-media-feature,.lp2-page .lp2-accordion-item{box-shadow:0 16px 44px #02061714}.lp2-page .lp2-home:hover,.lp2-page .lp2-media-feature:hover{transform:translateY(-3px);transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 22px 60px #0206171f}.lp2-page .lp2-home-art,.lp2-page .lp2-media-feature-art{position:relative}.lp2-page .lp2-home-art:after,.lp2-page .lp2-media-feature-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 60%,rgba(2,6,23,.22))}[data-theme=dark] .lp2-page .lp2-home-art:after,[data-theme=dark] .lp2-page .lp2-media-feature-art:after{background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.35))}.lp2-page .lp2-badge{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}[data-theme=dark] .lp2-page .lp2-badge{background:#0b1220;border-color:#334155;color:#93c5fd}.lp2-page .lp2-callout{border-color:color-mix(in srgb,var(--lp2-accent) 30%,#ffffff)}.lp2-feature-cards{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lp2-feature-card{border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:1rem;display:grid;gap:.55rem;box-shadow:0 14px 40px #02061714}[data-theme=dark] .lp2-feature-card{border-color:#334155;background:#0b1220;box-shadow:0 22px 70px #00000080}.lp2-feature-card-top{display:flex;align-items:center;gap:.7rem}.lp2-feature-card-top h3{margin:0}.lp2-feature-card p{margin:0;color:var(--muted);line-height:1.55}.lp2-flow-cards{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lp2-flow-card{border:1px solid #e2e8f0;border-radius:22px;background:#fff;overflow:hidden;display:grid;box-shadow:0 14px 40px #02061714}[data-theme=dark] .lp2-flow-card{border-color:#334155;background:#0b1220;box-shadow:0 22px 70px #00000080}.lp2-flow-card-art{height:clamp(210px,28vw,320px);min-height:210px;background-size:cover;background-position:center;filter:saturate(1.05) contrast(1.02)}.lp2-flow-card-body{padding:.95rem;display:grid;gap:.45rem}.lp2-flow-card-top{display:flex;align-items:center;gap:.55rem}.lp2-flow-num{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;font-weight:900;letter-spacing:-.02em;background:#eff6ff;border:1px solid #bfdbfe;color:var(--primary)}[data-theme=dark] .lp2-flow-num{background:#0f172a;border-color:#334155;color:#93c5fd}.lp2-flow-card-body h3{margin:.15rem 0 .25rem;letter-spacing:-.02em}.lp2-flow-card-body p{margin:0;color:var(--muted);line-height:1.55}@media (max-width: 900px){.lp2-feature-cards,.lp2-flow-cards{grid-template-columns:1fr}}.lp2-surface{border-radius:24px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 60px #02061714,0 2px 10px #0206170a;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:clamp(20px,2.6vw,34px)}[data-theme=dark] .lp2-surface{border-color:#334155;background:#0f172a;box-shadow:0 22px 70px #00000061}.lp2-surface:before{content:none}[data-theme=dark] .lp2-surface:before{content:none}.lp2-section{padding-block:clamp(8px,1.2vw,16px)}.lp2-section-head{max-width:80ch}.lp2-section-head h2{margin:0}.lp2-section-head p{margin:.45rem 0 0}.lp2-role .lp2-section-head{margin-inline:auto;text-align:center}.lp2-role .lp2-section-head p{margin-inline:auto}.lp2-role-tiles{margin-top:1.1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lp2-role-tile{border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:1.1rem;display:grid;gap:.75rem}[data-theme=dark] .lp2-role-tile{border-color:#334155;background:#0b1220}.lp2-role-tile-head{display:grid;grid-template-columns:76px 1fr;gap:.8rem;align-items:start}.lp2-role-tile-icon{width:76px;height:76px;border-radius:0;display:grid;place-items:center;background:transparent;border:0;overflow:hidden}[data-theme=dark] .lp2-role-tile-icon{background:transparent;border-color:transparent}.lp2-role-tile-icon img{width:100%;height:100%;object-fit:contain}.lp2-role-tile-head h3{margin:0;font-size:1.05rem;letter-spacing:-.02em;color:var(--text)}.lp2-role-tile-head p{margin:.25rem 0 0;font-size:.9rem;color:var(--muted)}.lp2-role-tile-sub{margin:0}.lp2-role-tile-auth.lp2-cta-auth-row{justify-content:center;width:100%;padding-bottom:.7rem;border-bottom:1px solid rgba(148,163,184,.32)}[data-theme=dark] .lp2-role-tile-auth.lp2-cta-auth-row{border-bottom-color:#4755698c}.lp2-role-tile-more{margin-top:auto;padding-top:.7rem;border-top:1px solid rgba(148,163,184,.32)}[data-theme=dark] .lp2-role-tile-more{border-top-color:#4755698c}.lp2-role-tile-more .btn{width:100%;justify-content:center}.lp2-role-tile--buyer{border-top:5px solid #2563eb}.lp2-role-tile--agent{border-top:5px solid #10b981}.lp2-role-tile--loan{border-top:5px solid #f59e0b}@media (max-width: 1100px){.lp2-role-tiles{grid-template-columns:1fr}}#buyers .lp2-rebate-subgrid{gap:clamp(18px,2.5vw,2rem)}#buyers .lp2-subsection-card.lp2-media-feature{overflow:hidden}#buyers .lp2-subsection-card .lp2-media-feature-body{padding:1.5rem clamp(1.25rem,4vw,2rem) 1.5rem!important;align-items:stretch}#buyers .lp2-subsection-card .lp2-subsection-icon{margin:0 auto .75rem;align-self:center;width:56px;height:56px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}#buyers .lp2-subsection-card .lp2-subsection-icon .icon-glyph{font-size:1.35rem!important}#buyers .lp2-subsection-card h3{text-align:center;margin-top:0}#buyers .lp2-subsection-card .lp2-media-feature-body>p{text-align:center}#buyers .lp2-subsection-card .lp2-bullets{text-align:left;width:100%;max-width:100%;align-self:stretch}#buyers .lp2-subsection-card .lp2-cta{justify-content:center;width:100%}#buyers .lp2-cta-auth-stack .lp2-cta-auth-row .btn,.lp2-root section.lp2-surface:has(#agents) .lp2-cta-auth-stack .lp2-cta-auth-row .btn,#loan-officers .lp2-cta-auth-stack .lp2-cta-auth-row .btn{flex:1 1 auto;padding:.52rem .9rem;font-size:.875rem;line-height:1.28;white-space:nowrap}#buyers .lp2-cta-auth-stack .lp2-cta-more-row .btn,.lp2-root section.lp2-surface:has(#agents) .lp2-cta-auth-stack .lp2-cta-more-row .btn,#loan-officers .lp2-cta-auth-stack .lp2-cta-more-row .btn{padding:.5rem .9rem;font-size:.875rem;line-height:1.3;white-space:normal}.lp2-section-head h2{letter-spacing:-.04em}.lp2-feature,.lp2-step,.lp2-home,.lp2-role-card,.lp2-kpi,.lp2-media-feature-body,.lp2-home-body{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;padding:0!important}.lp2-feature,.lp2-step,.lp2-media-feature-body,.lp2-home-body,.lp2-role-card-body{display:grid;align-content:start;gap:.55rem}.lp2-feature h3,.lp2-step h3,.lp2-media-feature-body h3,.lp2-home-body h3{margin:.15rem 0 0;font-size:1.02rem;letter-spacing:-.02em}.lp2-feature p,.lp2-step p,.lp2-media-feature-body p,.lp2-home-body p{margin:0}.lp2-feature-icon,.lp2-step-icon,.lp2-role-card-icon,.lp2-media-card-icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe}[data-theme=dark] .lp2-feature-icon,[data-theme=dark] .lp2-step-icon,[data-theme=dark] .lp2-role-card-icon,[data-theme=dark] .lp2-media-card-icon{background:#0b1220;border-color:#334155}.lp2-feature-icon .icon-glyph,.lp2-step-icon .icon-glyph,.lp2-role-card-icon .icon-glyph,.lp2-media-card-icon .icon-glyph{color:var(--primary);font-size:1.25rem!important}[data-theme=dark] .lp2-feature-icon .icon-glyph,[data-theme=dark] .lp2-step-icon .icon-glyph,[data-theme=dark] .lp2-role-card-icon .icon-glyph,[data-theme=dark] .lp2-media-card-icon .icon-glyph{color:#60a5fa}.lp2-bullets{margin-top:.1rem}.lp2-grid{gap:clamp(16px,2vw,24px)}.lp2-media-feature-body .btn+.btn{margin-left:.4rem}.lp2-cta{align-items:center}.lp2-role .lp2-cta{justify-content:center}.lp2-cta .btn{white-space:nowrap}.lp2-cta .btn.ghost{border:1px solid #e2e8f0}[data-theme=dark] .lp2-cta .btn.ghost{border-color:#334155}.lp2-step{position:relative}.lp2-step:before{content:"";position:absolute;left:-10px;top:16px;bottom:16px;width:3px;border-radius:999px;background:linear-gradient(180deg,#2563ebbf,#10b98199);opacity:.65}.lp2-step h3,.lp2-feature h3{margin-top:.2rem}.lp2-trust-pill{border:0;background:#ffffffa6}[data-theme=dark] .lp2-trust-pill{background:#1e293b99}.lp2-role .hero-search{border-radius:18px;padding:.65rem;border:1px solid #e2e8f0;background:#fff}[data-theme=dark] .lp2-role .hero-search{border-color:#334155;background:#0b1220}.lp2-role .hero-calc-field input,.lp2-role .hero-calc-field select{border-radius:12px;border-color:#cbd5e1;background:#fff}[data-theme=dark] .lp2-role .hero-calc-field input,[data-theme=dark] .lp2-role .hero-calc-field select{background:#0f172a}.lp2-role .hero-tier-row{border-radius:14px;border-color:#e2e8f0;background:#fff}[data-theme=dark] .lp2-role .hero-tier-row{background:#0b1220}.lp2-header{position:sticky;top:14px;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;padding:.85rem 1rem}.lp2-brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:800}.lp2-brand-logo{width:34px;height:34px;border-radius:12px;object-fit:contain;flex-shrink:0}.lp2-brand-logo--wide{width:220px;height:44px;border-radius:0;object-fit:contain}.lp2-brand-label{font-family:Sora,sans-serif;letter-spacing:-.03em;color:var(--text)}.lp2-nav{display:flex;gap:.35rem;justify-content:center}.lp2-nav-link{padding:.45rem .7rem;border-radius:999px;font-size:.82rem;font-weight:600;color:var(--muted);transition:background .2s ease,color .2s ease,transform .2s ease}.lp2-nav-link:hover{background:#2563eb1a;color:var(--text);transform:translateY(-1px)}.lp2-header-actions{display:flex;justify-content:flex-end;align-items:center;gap:var(--landing-cta-gap)}.lp2-app-teaser{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem 1rem;padding:.55rem 1rem;border-radius:var(--radius);border:1px solid #e2e8f0;box-shadow:0 10px 28px #0206170f}.lp2-app-teaser-icon{flex-shrink:0;display:grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:12px;background:#2563eb1f;color:#2563eb}.lp2-app-teaser-icon .icon-glyph{font-size:1.35rem}[data-theme=dark] .lp2-app-teaser-icon{background:#60a5fa26;color:#93c5fd}.lp2-app-teaser-text{flex:1 1 14rem;margin:0;font-size:.875rem;line-height:1.4;color:var(--text)}.lp2-app-teaser-text strong{font-weight:700}.lp2-app-teaser-badges{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.lp2-app-teaser .lp2-store-badge img{height:36px}.lp2-app-teaser-more{font-size:.82rem;font-weight:700;white-space:nowrap;color:var(--primary);text-decoration:none}.lp2-app-teaser-more:hover{text-decoration:underline}[data-theme=dark] .lp2-app-teaser{border-color:#334155;box-shadow:0 12px 32px #00000038}@media (max-width: 720px){.lp2-app-teaser.lp2-surface{background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:.45rem 0;border-radius:0;overflow:visible}.lp2-app-teaser{border:none;box-shadow:none;padding:.45rem 0}[data-theme=dark] .lp2-app-teaser,[data-theme=dark] .lp2-app-teaser.lp2-surface{border:none;box-shadow:none;background:transparent}.lp2-app-teaser-badges{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:auto;align-items:center;gap:.4rem}}.lp2-main{display:grid;gap:16px}.lp2-hero{padding:clamp(1.1rem,2.2vw,1.75rem);display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center}.lp2-hero--home{padding-top:clamp(14px,2.2vw,22px)}.lp2-hero--home{width:auto;margin-inline:calc(50% - 50vw);transform:none;grid-template-columns:1fr;align-items:start;justify-items:center;height:clamp(420px,46vw,560px);background-image:url(/images/heroImage.jpeg);background-image:-webkit-image-set(url(/images/heroImage.jpeg) 1x,url(/images/heroImage@2x.jpeg) 2x);background-image:image-set(url(/images/heroImage.jpeg) 1x,url(/images/heroImage@2x.jpeg) 2x);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0;position:relative;padding-inline:0;padding-bottom:clamp(120px,14vw,170px)}@media (max-width: 720px){.lp2-hero--home{background-size:auto 100%;background-position:center top}}@media (max-width: 480px){.lp2-hero--home{background-size:cover;background-position:right}}@media (min-width: 1440px){.lp2-hero--home{height:clamp(500px,36vw,680px);padding-bottom:clamp(140px,12vw,200px);max-width:1440px;width:100%;margin-inline:auto}}.lp2-root{overflow-x:hidden}.lp2-hero-card{border-radius:22px;border:1px solid rgba(148,163,184,.16);background:#ffffffe0;box-shadow:0 18px 55px #02061714;padding:1rem;display:grid;gap:.75rem}.lp2-hero--home .lp2-hero-card{width:min(540px,92%);position:absolute;left:50%;bottom:clamp(14px,2.5vw,24px);transform:translate(-50%);max-height:100%;overflow:hidden;border-radius:20px;border:2px solid rgba(2,6,23,.82);background:linear-gradient(180deg,#0b4ec4f2,#083a98f2);box-shadow:0 22px 70px #02061738}.lp2-hero--home .lp2-hero-card-head strong,.lp2-hero--home .lp2-hero-card-head span{color:#fff}.lp2-hero--home .hero-rebate-help span,.lp2-hero--home .hero-rebate-help a{color:#ffffffeb}.lp2-hero--home .hero-rebate-help a:hover{color:#fff}.lp2-hero--home .hero-rebate-results{overflow:auto;max-height:260px;padding-right:.25rem;-webkit-overflow-scrolling:touch}.lp2-hero--home .lp2-hero-copy,.lp2-hero--home .lp2-hero-card{z-index:1}.lp2-hero--home .lp2-hero-copy{border-radius:22px;background:#fff;border:1px solid #e2e8f0;padding:1.1rem;box-shadow:0 18px 55px #02061714;width:min(980px,92%);margin-top:clamp(14px,2.5vw,28px)}[data-theme=dark] .lp2-hero--home .lp2-hero-copy{background:#0b1220;border-color:#334155}[data-theme=dark] .lp2-hero-card{border-color:#94a3b824;background:#02061759;box-shadow:0 22px 70px #00000061}.lp2-hero-card-head{display:grid;gap:.2rem}.lp2-hero-card-head--row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.lp2-hero-card-head-text{display:grid;gap:.2rem}.lp2-hero-card-close{border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.lp2-hero-card-close:hover{background:#ffffff2e}.lp2-estimator-fab{position:absolute;left:50%;bottom:clamp(14px,2.5vw,24px);transform:translate(-50%);border:1px solid #0f172a;background:#fff;color:#0f172a;border-radius:999px;padding:.65rem .9rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:800;cursor:pointer;box-shadow:0 14px 40px #0206172e}[data-theme=dark] .lp2-estimator-fab{background:#0b1220;border-color:#334155;color:#e2e8f0}.lp2-app-band{margin-top:1rem;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:center}.lp2-app-media{border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:1.1rem;position:relative;overflow:hidden;display:grid;place-items:center;min-height:220px}[data-theme=dark] .lp2-app-media{border-color:#334155;background:#0b1220}.lp2-app-media img{width:min(320px,85%);height:auto;object-fit:contain;position:relative;z-index:1}.lp2-app-media-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(circle at 30% 20%,rgba(37,99,235,.22),transparent 55%),radial-gradient(circle at 70% 70%,rgba(16,185,129,.18),transparent 55%);pointer-events:none}.lp2-app-note{margin-top:.6rem;font-size:.85rem;color:var(--muted)}.lp2-store-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;line-height:0;border:1px solid #e2e8f0;background:#fff}[data-theme=dark] .lp2-store-badge{border-color:#334155;background:#0b1220}.lp2-store-badge img{height:44px;width:auto;display:block}@media (max-width: 720px){.lp2-store-badge{width:100%}.lp2-store-badge img{height:48px;margin:0 auto}.lp2-app-teaser .lp2-store-badge{width:auto;flex:0 0 auto}.lp2-app-teaser .lp2-store-badge img{height:34px;margin:0}}@media (max-width: 900px){.lp2-app-band{grid-template-columns:1fr}}.lp2-hero-card-head strong{color:var(--text);font-size:.98rem;letter-spacing:-.02em}.lp2-hero-card-head span{color:var(--muted);font-size:.85rem}.lp2-hero--center{grid-template-columns:1fr;text-align:center}.lp2-hero--center .lp2-trust--center{justify-content:center}.lp2-kicker{margin:0;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700}.lp2-title{margin:.45rem 0 .6rem;font-size:clamp(2rem,4.2vw,3.35rem);line-height:1.05;letter-spacing:-.05em;color:var(--text)}.lp2-title-accent{background:linear-gradient(135deg,#2563eb,#0ea5e9 45%,#10b981);-webkit-background-clip:text;background-clip:text;color:transparent}.lp2-lead{margin:0;max-width:62ch;color:var(--muted);font-size:1.02rem;line-height:1.65}.lp2-hero--center .lp2-lead{margin-left:auto;margin-right:auto}.lp2-hero-calc{margin-top:1rem;width:min(980px,100%);margin-inline:auto;display:grid;gap:.6rem}.lp2-cta{margin-top:.95rem;display:flex;flex-wrap:wrap;gap:var(--landing-cta-gap)}.lp2-cta--center{justify-content:center}.lp2-cta.lp2-cta-auth-stack{flex-direction:column;align-items:stretch;gap:var(--landing-cta-gap)}.lp2-cta.lp2-cta-auth-stack.lp2-cta--center{max-width:22rem;margin-left:auto;margin-right:auto}.lp2-cta-auth-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--landing-cta-gap)}.lp2-cta-auth-row .btn{flex:1 1 9rem;justify-content:center}.lp2-cta-more-row{padding-top:.55rem;border-top:1px solid rgba(148,163,184,.38)}[data-theme=dark] .lp2-cta-more-row{border-top-color:#4755698c}.lp2-cta-more-row .btn{width:100%;justify-content:center}.lp2-cta-row.lp2-cta-auth-stack{flex-direction:column;align-items:stretch;justify-content:flex-start;min-width:min(280px,100%)}.lp2-cta-band .lp2-cta-row.lp2-cta-auth-stack{align-self:stretch}.lp2-bullets{margin:.35rem 0 0;padding-left:1.15rem;display:grid;gap:.35rem;color:var(--muted);font-size:.95rem;line-height:1.55}.lp2-bullets li{margin:0}.lp2-faq-rich p{margin:.4rem 0}.lp2-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1220;display:grid;place-items:center;padding:1rem;z-index:1000}.lp2-modal{width:min(780px,100%);padding:1rem}.lp2-modal-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}.lp2-modal-sub{margin-top:.4rem;font-size:.9rem}.lp2-tier-grid{margin-top:.75rem;display:grid;gap:.35rem}.lp2-tier-row{display:grid;grid-template-columns:70px 1fr 110px;gap:.5rem;align-items:start;padding:.6rem .65rem;border:1px solid var(--border);border-radius:12px;background:#fff}.lp2-tier-row>span{min-width:0;overflow-wrap:anywhere;word-break:break-word}.lp2-tier-row--head>span{line-height:1.15}.lp2-tier-row--head>span[role=columnheader]{white-space:nowrap}@media (max-width: 720px){.lp2-modal .lp2-tier-row{grid-template-columns:74px 1fr 64px;gap:.45rem}.lp2-modal .lp2-tier-row--head>span{font-size:.78rem}}[data-theme=dark] .lp2-tier-row{border-color:var(--line);background:#0b1220}.lp2-tier-row--head{font-weight:800;background:#eff6ff;border-color:#bfdbfe}.lp2-trust{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.5rem}.lp2-trust-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .6rem;border-radius:999px;border:1px solid #e2e8f0;background:#fff;font-size:.82rem;font-weight:600;color:var(--text)}[data-theme=dark] .lp2-trust-pill{background:#0b1220;border-color:#334155}.lp2-hero-media{position:relative;min-height:380px;border-radius:20px;border:0;background:#0206170a;overflow:hidden}[data-theme=dark] .lp2-hero-media{background:#ffffff0f}.lp2-media-visual{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(37,99,235,.32),transparent 55%),radial-gradient(circle at 90% 30%,rgba(14,165,233,.28),transparent 60%),radial-gradient(circle at 55% 95%,rgba(16,185,129,.22),transparent 62%),linear-gradient(135deg,#02061705,#02061714);filter:saturate(1.05)}.lp2-media-visual--photo{background-size:cover;background-position:center;filter:saturate(1.05) contrast(1.02)}.lp2-media-visual--photo:after{content:none}.lp2-media-card{position:absolute;display:flex;gap:.65rem;align-items:center;width:min(320px,80%);padding:.75rem .85rem;border-radius:16px;border:1px solid rgba(226,232,240,.55);background:#ffffffb8;box-shadow:0 20px 60px #0206171f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}[data-theme=dark] .lp2-media-card{border-color:#94a3b82e;background:#0f172a9e;box-shadow:0 28px 70px #0006}.lp2-media-card strong{display:block;font-size:.95rem;color:var(--text)}.lp2-media-card span{display:block;font-size:.78rem;color:var(--muted);margin-top:.15rem}.lp2-media-card-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb29,#0ea5e91f);color:var(--primary);flex-shrink:0}.lp2-media-card--top{top:18px;left:16px}.lp2-media-card--mid{bottom:22px;left:18px}.lp2-media-card--bot{bottom:92px;right:18px}.lp2-section{padding:clamp(1.05rem,2vw,1.4rem)}.lp2-section-head{display:grid;gap:.35rem;margin-bottom:.95rem}.lp2-section-head h2{margin:0;letter-spacing:-.03em}.lp2-section-head p{margin:0;color:var(--muted);max-width:70ch}.lp2-grid{display:grid;gap:14px}.lp2-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.lp2-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.lp2-grid--2wide{grid-template-columns:repeat(2,minmax(0,1fr))}.lp2-feature,.lp2-step{border-radius:18px;border:1px solid rgba(148,163,184,.2);background:#ffffff80;padding:1rem}[data-theme=dark] .lp2-feature,[data-theme=dark] .lp2-step{background:#02061738;border-color:#94a3b829}.lp2-feature-icon,.lp2-step-icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#2563eb29,#0ea5e91f);color:var(--primary);margin-bottom:.65rem}.lp2-feature h3,.lp2-step h3{margin:0 0 .35rem;font-size:1rem}.lp2-feature p,.lp2-step p{margin:0;color:var(--muted);line-height:1.55;font-size:.9rem}.lp2-home{border-radius:20px;border:1px solid #e2e8f0;background:#fff;overflow:hidden;display:grid}[data-theme=dark] .lp2-home{background:#0b1220;border-color:#334155}.lp2-home-art{height:280px;background-size:cover;background-position:center;filter:saturate(1.05) contrast(1.02)}.lp2-home-body{padding:1rem;display:grid;gap:.4rem}.lp2-home-body h3{margin:0}.lp2-meta{margin:0;color:var(--muted);font-size:.85rem}.lp2-badge{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:.35rem .55rem;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:700;font-size:.78rem;border:1px solid #a7f3d0}[data-theme=dark] .lp2-badge{background:#064e3b;border-color:#065f46;color:#86efac}.lp2-role-card{border-radius:22px;border:1px solid rgba(148,163,184,.22);overflow:hidden;text-decoration:none;color:inherit;display:grid;transition:transform .25s ease,box-shadow .25s ease}.lp2-role-card:hover{transform:translateY(-6px);box-shadow:0 32px 80px #2563eb2e}.lp2-role-card-art{height:320px;background-size:cover;background-position:center}.lp2-role-card-body{padding:1.1rem 1.1rem 1.25rem;display:grid;gap:.4rem;background:#fff}[data-theme=dark] .lp2-role-card-body{background:#0b1220}.lp2-role-card-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb2e,#0ea5e924);color:var(--primary)}.lp2-role-card-body h3{margin:.35rem 0 .15rem;font-size:1.05rem}.lp2-role-card-body p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.lp2-role-card-cta{margin-top:.5rem;color:var(--primary);font-weight:700;font-size:.88rem}.lp2-kpis{padding:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.lp2-kpi{display:flex;gap:.75rem;align-items:center;padding:.6rem .55rem;border-radius:18px;border:1px solid #e2e8f0;background:#fff}[data-theme=dark] .lp2-kpi{background:#0b1220;border-color:#334155}.lp2-kpi-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#eff6ff;color:var(--primary);border:1px solid #bfdbfe}.lp2-kpi-body strong{display:block;color:var(--text);letter-spacing:-.02em;font-size:1.1rem}.lp2-kpi-body span{display:block;color:var(--muted);font-size:.78rem;font-weight:600;margin-top:.1rem}.lp2-cta-band{padding:clamp(1.05rem,2vw,1.4rem);display:flex;gap:var(--landing-cta-gap);align-items:center;justify-content:space-between}.lp2-cta-band h2{margin:0}.lp2-cta-band p{margin:.35rem 0 0;color:var(--muted)}.lp2-cta-row{display:flex;flex-wrap:wrap;gap:var(--landing-cta-gap);justify-content:flex-end}.lp2-media-feature{border-radius:22px;border:1px solid #e2e8f0;background:#fff;overflow:hidden;display:grid}[data-theme=dark] .lp2-media-feature{background:#0b1220;border-color:#334155}.lp2-media-feature-art{height:220px;background-size:cover;background-position:center;filter:saturate(1.05) contrast(1.02)}.lp2-media-feature-body{padding:1rem;display:grid;gap:.35rem}.lp2-accordion{display:grid;gap:10px;max-width:820px;margin:0 auto}.lp2-accordion-item{border-radius:18px;border:1px solid #e2e8f0;background:#fff;overflow:hidden}[data-theme=dark] .lp2-accordion-item{background:#0b1220;border-color:#334155}.lp2-accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:.95rem 1rem;background:transparent;border:none;cursor:pointer;color:var(--text);text-align:left}.lp2-accordion-left{display:inline-flex;align-items:center;gap:.65rem}.lp2-accordion-chevron{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;border:1px solid rgba(148,163,184,.18);background:#ffffff59;color:var(--muted);transition:transform .2s ease,color .2s ease,background .2s ease}[data-theme=dark] .lp2-accordion-chevron{background:#02061738}.lp2-accordion-item.open .lp2-accordion-chevron{transform:rotate(180deg);color:var(--text);background:#2563eb1f}.lp2-accordion-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb29,#0ea5e91f);color:var(--primary);flex-shrink:0}.lp2-accordion-q{font-weight:700;font-size:.95rem}.lp2-accordion-panel{padding:0 1rem 1rem}.lp2-accordion-panel p{margin:0;color:var(--muted);line-height:1.65;font-size:.9rem}.lp2-footer{padding:1.1rem 1.2rem}.lp2-footer-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(.75rem,2.2vw,1.75rem)}.lp2-footer-col--left{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;justify-self:start;min-width:0;text-align:left}.lp2-footer-brand{display:flex;max-width:100%}.lp2-footer-logo{width:220px;height:auto;border-radius:0;object-fit:contain;flex-shrink:0}.lp2-footer-logo--wide{width:260px}.app-brand-logo--wide{width:220px;height:auto;object-fit:contain}@media (max-width: 520px){.lp2-brand-logo--wide{width:170px;height:38px}.app-brand-logo--wide{width:170px}}.lp2-footer-meta-block{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;font-size:.82rem;line-height:1.45;color:var(--muted)}.lp2-footer-copy{font-weight:600;color:var(--text)}.lp2-footer-tagline{max-width:280px}.lp2-footer-col--center{justify-self:center;display:flex;align-items:center;justify-content:center}.lp2-footer-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(.65rem,2vw,1.25rem)}.lp2-footer-col--right{justify-self:end;display:flex;align-items:center;min-width:0}.lp2-footer-links{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.lp2-footer-links a{padding:.35rem .55rem;border-radius:999px;font-size:.85rem;color:var(--muted);border:1px solid rgba(148,163,184,.18);background:#fff6}[data-theme=dark] .lp2-footer-links a{background:#02061738}.lp2-footer-links a:hover{color:var(--text);background:#2563eb1a}.lp2-footer-badge-img{height:48px;width:auto;max-width:min(220px,38vw);object-fit:contain;display:block}@media (max-width: 1100px){.lp2-hero{grid-template-columns:1fr}.lp2-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 840px){.lp2-hero-card{padding:.9rem}}@media (max-width: 900px){.lp2-grid--3,.lp2-grid--2wide{grid-template-columns:1fr}.lp2-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.lp2-footer-row{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1.15rem}.lp2-footer-col--left{align-items:center;justify-self:center;text-align:center}.lp2-footer-meta-block{align-items:center}.lp2-footer-tagline{max-width:340px}.lp2-footer-col--center,.lp2-footer-col--right{justify-self:center}.lp2-footer-links{justify-content:center}.lp2-footer-logo--wide{width:min(240px,78vw);height:auto}}@media (max-width: 720px){.lp2-nav{display:none}.lp2-header{display:flex;justify-content:space-between}.lp2-header>span{display:none}.lp2-cta-band{flex-direction:column;align-items:flex-start}.lp2-cta-row{width:100%;justify-content:center}.lp2-cta-auth-row{flex-direction:column;align-items:stretch}.lp2-cta-auth-row .btn{width:100%;flex:none}#buyers .lp2-cta-auth-stack .lp2-cta-auth-row .btn,.lp2-root section.lp2-surface:has(#agents) .lp2-cta-auth-stack .lp2-cta-auth-row .btn,#loan-officers .lp2-cta-auth-stack .lp2-cta-auth-row .btn{white-space:normal}.lp2-cta-row .btn{width:100%}.lp2-cta{justify-content:center;width:100%}.lp2-cta .btn{width:100%;justify-content:center;white-space:normal;line-height:1.25}.lp2-media-feature-body .lp2-cta{justify-content:center}.lp2-media-card{width:min(300px,86%)}.lp2-grid--4{grid-template-columns:1fr}}@media (max-width: 520px){.lp2-kpis{grid-template-columns:1fr}}.site-header{border-radius:20px}.site-hero{border-radius:20px;background:radial-gradient(circle at 90% 0%,#2563eb33,#2563eb00 42%),linear-gradient(145deg,#ffffffed,#f3f8ffe0)}[data-theme=dark] .site-hero{background:radial-gradient(circle at 90% 0%,rgba(37,99,235,.15),transparent 42%),linear-gradient(145deg,var(--glass-bg))}@media (max-width: 1100px){.landing-hero-premium{grid-template-columns:1fr}}.billing-tabs-section{padding:0;margin-bottom:1rem;overflow:hidden}.billing-tabs{display:flex;gap:0;padding:0 1rem;border-bottom:1px solid var(--line);background:#00000005}[data-theme=dark] .billing-tabs{background:#0003}.billing-tab{padding:1rem 1.25rem;font-size:.95rem;font-weight:500;color:var(--muted);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .2s,border-color .2s}.billing-tab:hover{color:var(--text)}.billing-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.billing-tab-panel{padding:1.5rem;min-height:120px}.billing-section{padding:1rem 1.25rem;margin-bottom:1rem}.billing-section h3{margin:0 0 1rem}.billing-sub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.billing-sub-card{padding:1.35rem;display:flex;flex-direction:column;gap:1rem}.billing-sub-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.billing-sub-title-wrap{display:flex;flex-direction:column;gap:.25rem}.billing-sub-title{font-size:1.1rem}.billing-sub-meta{display:block;font-size:.9rem;color:var(--muted)}.billing-sub-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;padding:.3rem .6rem;border-radius:999px;flex-shrink:0}.billing-sub-badge-active{background:#10b98133;color:#10b981}.billing-sub-badge-cancelled{background:#f59e0b33;color:#f59e0b}.billing-sub-badge-expired{background:#94a3b840;color:var(--muted)}.billing-sub-details{display:grid;gap:.6rem;font-size:.95rem}.billing-sub-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.billing-sub-label{color:var(--muted)}.billing-sub-value{font-weight:500}.billing-sub-actions{margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--line)}.billing-empty{margin:0;color:var(--muted);font-size:.95rem}.billing-payment-table-wrap{overflow-x:auto}.billing-payment-table{width:100%;border-collapse:collapse;font-size:.9rem}.billing-payment-table th,.billing-payment-table td{padding:.6rem .8rem;text-align:left;border-bottom:1px solid var(--line)}.billing-payment-table th{font-weight:600;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.billing-payment-table td:last-child{font-weight:600}@media (max-width: 600px){.website-shell,.app-shell{padding:.5rem;gap:.6rem}.drawer-trigger{display:flex}.desktop-only{display:none!important}.site-header{padding:.7rem 1rem;border-radius:16px}.site-header-top{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;min-height:48px}.site-brand-wrap{gap:.1rem;min-width:0;flex:1;align-items:center}.site-brand-wrap .brand{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.site-brand-wrap .brand-sub{display:none}.top-actions{display:flex;flex-wrap:nowrap;gap:.5rem;flex-shrink:0;align-items:center;margin-left:auto}.top-actions .theme-toggle,.top-actions .pill-link{display:none}.drawer-trigger,.icon-badge{width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-badge .icon-glyph,.drawer-trigger .icon-glyph{margin:0;display:block;line-height:1}.site-nav.desktop-nav,.hero-desktop{display:none}.site-main{gap:.6rem}.site-hero-kicker{font-size:.68rem}.site-hero h2{font-size:1.05rem;line-height:1.35}.site-hero p{font-size:.88rem;line-height:1.45}.site-main{gap:.85rem}.page-body{padding:0 .25rem 4rem;gap:1.1rem}.page-header{padding:1.1rem 1.15rem;flex-wrap:wrap;gap:.75rem}.page-header h1{font-size:1.1rem}.page-header p,.page-header small{font-size:.85rem}.page-icon{width:42px;height:42px}.glass-card.panel,.panel{padding:1.15rem 1.1rem;border-radius:16px}.panel h3{margin-bottom:.9rem;font-size:1rem}.list-rows{gap:.65rem}.list-row{padding:1rem 1.1rem;min-height:56px;border-radius:14px;gap:.85rem}.list-row strong{font-size:.95rem}.list-row p{font-size:.85rem;margin-top:.2rem}.list-row .btn.tiny{padding:.55rem .9rem;min-height:40px}.list-row .row{gap:.5rem}.list-row .pill{padding:.25rem .5rem;font-size:.75rem}.btn{min-height:44px;padding:.65rem 1.1rem;font-size:.9rem}.btn.tiny{min-height:40px;padding:.5rem .85rem;font-size:.85rem}.btn.small{min-height:42px;padding:.6rem 1rem}input,select,textarea{padding:.85rem 1rem;min-height:48px;font-size:16px}.search-panel,.buyer-search-panel{padding:1.1rem;gap:.85rem}.chat-thread{margin-top:.5rem;gap:.75rem;padding:1rem}.chat-thread-header{padding-bottom:.5rem;flex-wrap:wrap}.chat-thread-header h3{font-size:1rem}.chat-thread-messages{padding:1rem;min-height:280px;max-height:min(50vh,400px);gap:.6rem}.chat-message-bubble{padding:.65rem .9rem;font-size:.9rem}.chat-thread-composer{gap:.65rem}.chat-thread-composer textarea{min-height:48px;padding:.75rem 1rem;font-size:16px}.chat-thread-composer .btn{min-height:48px;padding:.65rem 1rem}.messages-full-chat{min-height:70vh;padding:.5rem 0}.messages-full-chat .chat-thread-messages{min-height:250px;max-height:none;flex:1}.feature-card,.glass-card{padding:1.1rem}.kpi-grid{grid-template-columns:1fr;gap:.75rem}.kpi-card{padding:1rem 1.1rem}.action-tiles{grid-template-columns:1fr;gap:.75rem}.tile{padding:1.1rem;min-height:72px}.buyer-cards-grid,.buyer-cards-grid--profile,.buyer-cards-grid--listing{grid-template-columns:1fr;gap:1rem}.agent-card,.listing-card,.loan-officer-card{padding:1rem 1.1rem}.buyer-home-tab{padding:.85rem .5rem;min-height:52px}.buyer-tabbar{gap:.6rem;padding:.5rem}.buyer-agent-card,.buyer-agent-card-inner{padding:1rem}.buyer-agent-card-actions{gap:.6rem}.buyer-agent-card-btn-outline,.buyer-agent-card-btn-solid{min-height:44px}.detail-hero,.detail-grid{gap:1rem}.first-zip-dialog-spacious{padding:1.5rem 1.2rem}.first-zip-dialog-spacious .zip-grid-pro{gap:.85rem}.zip-input-wrap input{padding:.85rem 1rem}.states-trigger{padding:.85rem 1rem;min-height:48px}.top-avatar{width:44px;height:44px}}@media (max-width: 400px){.website-shell,.app-shell{padding:.4rem}.site-header{padding:.75rem .9rem}.pill-link{font-size:.75rem;padding:.45rem .75rem}.site-nav-link span{max-width:4.5ch;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 500px){.hide-on-narrow{display:none}}@supports (padding: max(0px)){@media (max-width: 600px){.website-shell{padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right));padding-bottom:max(4rem,env(safe-area-inset-bottom))}.site-header{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}}
