:root{--background:#fff;--foreground:#111827;--primary:#21409a;--primary-dark:#17327c;--muted:#6b7280;--border:#e5e7eb;--card:#fff;--shadow:rgba(15,23,42,.08);--footer:#1f3b8f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.page-shell{overflow-x:hidden}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.hero-section{position:relative;min-height:660px;background-image:linear-gradient(rgba(0,0,0,.28),rgba(0,0,0,.28)),url(/assets/updated/back-two.jpg);background-size:cover;background-position:50%;color:#fff}.hero-overlay{position:absolute;inset:0}.hero-content{position:relative;z-index:1;padding-top:24px;padding-bottom:72px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.brand-wrap{display:flex;flex-direction:column;gap:18px}.brand-logo{width:118px;height:auto}.brand-backed{width:104px;height:auto}.main-nav{display:flex;align-items:center;gap:30px;margin-top:4px}.nav-link{font-size:16px;font-weight:500;color:hsla(0,0%,100%,.95)}.signin-btn{align-self:flex-start;background:#fff;color:var(--primary);font-size:14px;font-weight:700;padding:10px 16px;border-radius:6px}.hero-copy{display:flex;justify-content:center;text-align:center;margin-top:96px}.hero-copy h1{max-width:540px;margin:0;font-size:clamp(32px,4vw,52px);line-height:1.1;font-weight:600;letter-spacing:-.04em}.hero-search-wrap{margin-top:56px;display:flex;flex-direction:column;align-items:center}.hero-tabs{width:min(470px,100%);background:hsla(0,0%,100%,.94);padding:4px;border-radius:10px;box-shadow:0 12px 30px rgba(31,41,55,.18);display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4px;gap:4px}.hero-tab{height:44px;border:0;background:transparent;border-radius:8px;color:#6b7280;font-weight:600;cursor:pointer}.hero-tab.active{background:var(--primary);color:#fff}.search-card{margin-top:14px;width:min(760px,100%);background:#fff;border-radius:14px;padding:16px;box-shadow:0 14px 34px rgba(31,41,55,.22)}.search-card p{margin:0 0 10px;color:var(--muted);font-size:13px;font-weight:500}.search-card input{width:100%;height:48px;border:1px solid #d1d5db;border-radius:8px;padding:0 14px;color:var(--foreground);outline:none}.search-card input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(33,64,154,.12)}.search-card button{width:100%;margin-top:12px;height:44px;border:0;border-radius:8px;background:var(--primary);color:#fff;font-weight:700;cursor:pointer}.features-section{padding:56px 0 48px}.section-heading{text-align:center}.section-heading-left{text-align:left}.section-heading h2{margin:0;font-size:38px;line-height:1.2;font-weight:600;letter-spacing:-.03em}.feature-grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.feature-card{position:relative;overflow:hidden;border-radius:18px;min-height:220px;box-shadow:0 10px 24px rgba(15,23,42,.08)}.feature-card img{width:100%;height:100%;object-fit:cover}.feature-card span{position:absolute;top:22px;left:22px;white-space:pre-line;font-size:22px;line-height:1.15;font-weight:500}.listings-section{padding:18px 0 72px}.listings-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.property-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 8px 20px var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.property-card:hover{transform:translateY(-4px);border-color:rgba(33,64,154,.32);box-shadow:0 16px 32px rgba(15,23,42,.14)}.property-image-wrap{position:relative}.property-image{width:100%;height:360px;object-fit:cover}.property-agent-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border-radius:9px;background:rgba(0,0,0,.56);color:#fff;font-size:12px;font-weight:600}.property-agent-avatar{width:24px;height:24px;border-radius:999px;object-fit:cover}.property-content{display:flex;flex-direction:column;gap:12px;padding:14px}.property-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.property-price-row h3{margin:0;font-size:24px;line-height:1.2;font-weight:800;letter-spacing:-.03em}.property-price-row span{color:var(--foreground);font-size:14px;font-weight:700}.property-address{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.property-divider{height:1px;background:var(--border)}.property-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.property-stat{display:inline-flex;align-items:center;gap:6px;min-width:0}.property-stat img{width:18px;height:18px;object-fit:contain}.property-stat span{color:var(--muted);font-size:12px;white-space:nowrap}.property-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.property-action{height:38px;border:1px solid var(--primary);border-radius:6px;display:grid;place-items:center;transition:background .2s ease}.property-action:hover{background:var(--primary)}.property-action img{width:22px;height:22px;object-fit:contain}.load-more-wrap{display:flex;justify-content:center;margin-top:28px}.load-more-btn{height:50px;border:0;border-radius:5px;background:var(--primary);color:#fff;padding:0 28px;font-weight:700;cursor:pointer}.banner-section{padding:0 0 96px}.banner-card{border-radius:18px;overflow:hidden}.banner-card img{width:100%;max-height:280px;object-fit:cover}.custom-footer{background:#101a2f;color:#fff;margin-top:0}.custom-footer-inner{padding:30px 40px}.footer-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.footer-logo-wrap{min-width:180px}.footer-logo{height:30px;width:auto}.footer-columns{display:flex;align-items:flex-start;gap:100px}.footer-column{min-width:160px}.footer-column h3{margin:0 0 10px;color:#facc15;font-size:16px;font-weight:700;letter-spacing:.02em}.footer-column ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.footer-column a{color:#fff;font-size:14px;line-height:1.6}.footer-divider{height:1px;margin:30px 0 20px;background:hsla(0,0%,100%,.24)}.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-socials{display:flex;align-items:center;gap:15px}.footer-socials a{display:inline-flex;align-items:center;justify-content:center}.footer-socials img{width:20px;height:20px;object-fit:contain}.footer-contact,.footer-contact a,.footer-contact span,.footer-copyright{margin:0;color:hsla(0,0%,100%,.72);font-size:14px}.footer-contact a{text-decoration:none}@media (max-width:1100px){.listings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card span{font-size:24px}}@media (max-width:820px){.container{width:min(100%,calc(100% - 20px))}.hero-section{min-height:560px}.topbar{flex-wrap:wrap}.main-nav{order:3;width:100%;justify-content:center;gap:18px;margin-top:16px}.hero-copy{margin-top:70px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:180px}.feature-card span{font-size:22px}.listings-grid{grid-template-columns:1fr}.property-image{height:280px}.custom-footer-inner{padding:30px 20px}.footer-bottom-row,.footer-columns,.footer-top-row{flex-direction:column;align-items:flex-start}.footer-columns{gap:30px}.footer-column{min-width:0}}.search-page-shell{background:#fff}.search-page-section{width:100%;background:#fff}.search-page-container{width:min(1360px,calc(100% - 48px));margin:0 auto;padding:20px 0 64px}.search-page-header{display:grid;grid-template-columns:220px 1fr 120px;align-items:center;grid-gap:16px;gap:16px;padding:14px 0 18px;border-bottom:1px solid #eceef3}.search-page-brand{display:flex;align-items:center;cursor:pointer}.search-page-logo{height:30px;width:auto;object-fit:contain;display:block}.search-page-nav{display:flex;justify-content:center;align-items:center;gap:28px}.search-page-nav-link{border:0;background:transparent;padding:0;cursor:pointer;font-size:16px;line-height:1;font-weight:500;color:#5f6675;text-decoration:none;transition:color .2s ease}.search-page-nav-link.active,.search-page-nav-link:hover{color:#173f9d}.search-page-signin{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:34px;padding:0 16px;border-radius:8px;background:#173f9d;color:#fff;font-size:13px;font-weight:600;text-decoration:none}.search-top-filter-bar{position:relative;padding:16px 0 12px;border-bottom:1px solid #eceef3}.search-mobile-filters-toggle{display:none}.search-top-filter-grid{display:grid;grid-template-columns:1.45fr .9fr .9fr .95fr .95fr .95fr .75fr;grid-gap:10px;gap:10px;align-items:end}.search-top-filter-item{position:relative}.search-top-filter-item label{display:block;margin-bottom:6px;font-size:11px;font-weight:500;color:#8b92a3}.search-top-input-wrap{position:relative}.search-top-filter-item input,.search-top-filter-item select{width:100%;height:39px;border:1px solid #dfe3eb;border-radius:8px;background:#fff;padding:0 12px;font-size:13px;color:#1f2430;outline:none;box-shadow:none}.search-top-filter-item input::placeholder{color:#b0b5c2}.search-top-filter-item input:focus,.search-top-filter-item select:focus{border-color:#173f9d}.search-top-filter-location input{padding-right:36px}.search-top-input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ba3b4;font-size:14px;pointer-events:none}.search-top-filter-submit{display:flex}.search-top-submit-btn{width:100%;height:39px;border:0;border-radius:8px;background:#173f9d;color:#fff;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.search-top-submit-btn:disabled{opacity:.82;cursor:wait}.search-top-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;background:#fff;border:1px solid #e3e7ef;border-radius:12px;box-shadow:0 16px 38px rgba(15,23,42,.08);overflow:hidden}.search-top-suggestion{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:10px;text-align:left;padding:11px 14px;font-size:13px;color:#2f3747;cursor:pointer}.search-top-suggestion:hover{background:#f7f9fc}.search-results-section{padding-top:18px}.search-results-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:24px;gap:24px;align-items:start}.search-results-main{min-width:0}.search-results-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.search-results-header h2{margin:0;font-size:20px;line-height:1.2;font-weight:700;color:#1b2230}.search-results-header p{margin:4px 0 0;font-size:13px;color:#9aa1af}.search-results-icons{display:flex;align-items:center;gap:12px;padding-top:4px}.search-grid-icon,.search-list-icon{position:relative;display:inline-block}.search-grid-icon{width:16px;height:16px}.search-grid-icon:before{content:"";position:absolute;inset:0;background:linear-gradient(#2a3140 0 0) 0 0 /6px 6px no-repeat,linear-gradient(#2a3140 0 0) 10px 0 /6px 6px no-repeat,linear-gradient(#2a3140 0 0) 0 10px /6px 6px no-repeat,linear-gradient(#2a3140 0 0) 10px 10px /6px 6px no-repeat;opacity:.95}.search-list-icon{width:15px;height:15px}.search-list-icon:before{content:"";position:absolute;inset:1px 2px;border-left:2px solid #b9bfcb;border-right:2px solid #b9bfcb}.search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:start}.search-results-grid .property-card{height:100%}.search-results-side{width:100%}.property-sidebar{display:flex;flex-direction:column;gap:14px}.property-sidebar-card{background:#fff;border:1px solid #e3e6ee;border-radius:14px;padding:16px 16px 14px}.property-sidebar-card h3{margin:0 0 12px;font-size:14px;line-height:1.35;font-weight:700;color:#1f2430}.property-sidebar-list{list-style:none;margin:0;padding:0}.property-sidebar-list li+li{margin-top:9px}.property-sidebar-list a{position:relative;display:block;padding-left:12px;font-size:12px;line-height:1.45;color:#4b5567;text-decoration:none}.property-sidebar-list a:before{content:"›";position:absolute;left:0;top:0;color:#5a6477;font-weight:700}.property-sidebar-list a:hover{color:#173f9d}.property-sidebar-alert{border-radius:14px;background:#173f9d;padding:18px 16px 16px;color:#fff}.property-sidebar-alert h3{margin:0 0 8px;font-size:16px;line-height:1.2;font-weight:700}.property-sidebar-alert p{margin:0 0 14px;font-size:12px;line-height:1.45;color:hsla(0,0%,100%,.9)}.property-sidebar-alert button{width:100%;height:38px;border:0;border-radius:8px;background:#fff;color:#173f9d;font-size:13px;font-weight:700;cursor:pointer}.search-empty-state{min-height:220px;border:1px dashed #d9deea;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fafbfd;font-size:14px;color:#6b7280;text-align:center;padding:24px}.button-spinner{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:999px;display:inline-block;animation:button-spin .8s linear infinite}@keyframes button-spin{to{transform:rotate(1turn)}}@media (max-width:1180px){.search-top-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-results-layout{grid-template-columns:1fr}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-results-side{margin-top:10px}.property-sidebar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}}@media (max-width:760px){.search-page-container{width:min(100%,calc(100% - 24px));padding-top:10px}.search-page-header{grid-template-columns:1fr auto;gap:12px;padding-bottom:14px}.search-page-nav{grid-column:1/-1;justify-content:flex-start;gap:18px;overflow-x:auto;padding-bottom:2px;margin-top:12px}.search-page-signin{min-width:76px;height:32px;font-size:12px}.search-mobile-filters-toggle{display:inline-flex;width:100%;height:40px;border:1px solid #dfe3eb;border-radius:10px;background:#fff;color:#273041;font-size:13px;font-weight:600;align-items:center;justify-content:center;margin-bottom:10px;cursor:pointer}.search-top-filter-grid{display:none;grid-template-columns:1fr}.search-top-filter-grid.open{display:grid}.search-results-header{flex-direction:column;align-items:flex-start}.search-results-icons{display:none}.property-sidebar,.search-results-grid{grid-template-columns:1fr}}.au-mobile{display:flex;flex-direction:column;min-height:100vh}.au-desktop{display:none}@media (min-width:700px){.au-mobile{display:none}.au-desktop{display:flex;flex-direction:row;min-height:100vh}}.au-appbar{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 12px;background:#fff;border-bottom:1px solid #e5e7eb}.au-appbar-title{font-size:18px;font-weight:600;color:#111827}.au-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;border-radius:50%}.au-back:hover{background:#f3f4f6}.au-mobile-body{flex:1 1;display:flex;flex-direction:column;padding:0 24px 40px;background:#fff}.au-logo-wrap{display:flex;justify-content:center;margin-top:20px}.au-left{flex:0 0 50%;display:flex;align-items:flex-start;justify-content:flex-start;background:#fff;padding:60px 0 60px 100px;overflow-y:auto}.au-left-inner{display:flex;flex-direction:column}.au-right{flex:1 1;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:hidden}.au-side-img-cover,.au-side-img-fill{width:100%;height:100%;object-fit:cover;display:block}.au-logo-desktop{width:8vw;min-width:80px;max-width:160px}.au-title{font-weight:700;color:#111827;margin:0}.au-field{display:flex;align-items:center;height:64px;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;overflow:hidden;width:100%}.au-field-wide,.au-wide-fields .au-field{width:37vw;min-width:280px;max-width:560px}.au-field-pass{position:relative}.au-input{flex:1 1;height:100%;border:none;background:transparent;padding:0 16px;font-size:15px;color:#111827;outline:none}.au-input::placeholder{color:#9ca3af}.au-eye{display:flex;align-items:center;justify-content:center;width:48px;height:100%;background:none;border:none;cursor:pointer;flex-shrink:0}.au-field-phone{gap:0}.au-dial-btn{display:flex;align-items:center;gap:6px;height:100%;padding:0 12px;background:none;border:none;border-right:1.5px solid #e5e7eb;cursor:pointer;white-space:nowrap;flex-shrink:0}.au-dial-btn:hover{background:#f3f4f6}.au-phone-input{padding-left:12px}.au-dial-dropdown{position:absolute;top:68px;left:0;z-index:200;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:240px;overflow-y:auto;min-width:200px}.au-dial-option{display:block;width:100%;padding:10px 16px;text-align:left;background:none;border:none;font-size:14px;color:#111827;cursor:pointer}.au-dial-option:hover{background:#f3f4f6}.au-btn-primary{width:100%;height:60px;background:var(--primary);color:#fff;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.au-btn-primary:hover{opacity:.9}.au-btn-primary:disabled{opacity:.6;cursor:default}.au-btn-google{width:100%;height:60px;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.au-btn-google:hover{background:#f9fafb}.au-btn-google.au-field-wide,.au-btn-primary.au-field-wide{width:37vw;min-width:280px;max-width:560px}.au-link-row{display:flex;justify-content:center}.au-link{font-size:16px;color:var(--primary);cursor:pointer;font-weight:600}.au-link:hover{text-decoration:underline}.au-spinner{width:22px;height:22px;border:3px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:au-spin .7s linear infinite;display:inline-block}@keyframes au-spin{to{transform:rotate(1turn)}}.au-spinner-dark{border-color:rgba(0,0,0,.15);border-top-color:var(--primary)}.feeds-active{height:100dvh;overflow:hidden;display:flex;flex-direction:column}.feeds-active .search-page-container,.feeds-active .search-page-section{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.feeds-active .search-page-container{padding-bottom:0}.feeds-active .search-results-section{flex:1 1;display:flex;flex-direction:column;overflow:hidden;padding-top:0}.feeds-active .search-results-layout{gap:0}.feeds-active .search-results-layout,.feeds-active .search-results-main{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.feeds-active .fv-desktop{flex:1 1;height:auto!important;overflow:hidden}.feeds-active .fv-scroll{flex:1 1;height:auto}.fv-toggle{display:flex;align-items:center;gap:6px;margin-left:auto}.fv-toggle-btn{background:none;border:none;cursor:pointer;padding:5px;border-radius:6px;line-height:0;opacity:.4;transition:opacity .15s}.fv-toggle-btn.fv-toggle-active{opacity:1}.fv-toggle-btn:hover{opacity:.75}.fv-toggle-sep{width:1px;height:18px;background:#d1d5db}.fv-desktop{display:flex;flex-direction:row;align-items:stretch;overflow:hidden;padding:0 20px 0 0}.fv-scroll{flex:1 1;min-width:0;height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none}.fv-scroll::-webkit-scrollbar{display:none}.fv-page{scroll-snap-align:start;height:100%;display:flex;flex-direction:row;align-items:flex-start;padding:14px 0 14px 40px;gap:60px}.fv-phone{position:relative;width:320px;min-width:320px;height:calc(100% - 14px);max-height:580px;border-radius:20px;overflow:hidden;background:#000;flex-shrink:0}.fv-vid{width:100%;height:100%;object-fit:cover;display:block}.fv-vid-controls{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:space-between;padding:0 16px}.fv-vid-btn{background:none;border:none;cursor:pointer;padding:0;line-height:0;display:flex;align-items:center}.fv-info{flex:1 1;min-width:0;padding-top:6px;max-width:500px}.fv-agent-row{display:flex;align-items:center;gap:14px}.fv-agent-pic{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.fv-agent-name{font-weight:700}.fv-agent-name,.fv-title{font-size:18px;color:#111827}.fv-title{font-weight:600;line-height:1.4;margin:0}.fv-loc{font-size:15px;color:#6b7280;font-weight:500;margin:0}.fv-price{display:flex;align-items:baseline;gap:2px}.fv-price-sym{font-size:22px;font-weight:600;color:#111827}.fv-price-val{font-size:28px;font-weight:700;color:#111827}.fv-stats-box{width:300px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.fv-stat-row{display:flex;align-items:center;gap:10px;padding:10px 14px}.fv-stat-icon{height:20px;width:auto;object-fit:contain}.fv-stat-text{font-size:13px;font-weight:500;color:#111827}.fv-stat-sep{height:1px;background:#e5e7eb}.fv-btns{display:flex;gap:10px}.fv-btn-contact,.fv-btn-view{padding:12px 22px;border:1.5px solid var(--primary);border-radius:8px;color:var(--primary);font-size:15px;font-weight:600;background:#fff;cursor:pointer;transition:background .15s,color .15s}.fv-btn-contact:hover,.fv-btn-view:hover{background:var(--primary);color:#fff}.fv-nav{display:flex;flex-direction:column;justify-content:space-between;padding:60px 10px;min-width:80px;flex-shrink:0}.fv-arrow{width:60px;height:60px;border-radius:50%;background:#f2f2f2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#111827;transition:background .15s}.fv-arrow:hover:not(:disabled){background:#e5e7eb}.fv-arrow:disabled{color:#9ca3af;cursor:default}.fv-mob{position:fixed;inset:0;z-index:50;background:#000;overflow:hidden}.fv-mob-back{position:absolute;top:48px;left:16px;z-index:10;width:32px;height:32px;border-radius:8px;background:rgba(0,0,0,.5);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.fv-mob-scroll{height:100%;width:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none}.fv-mob-scroll::-webkit-scrollbar{display:none}.fv-mob-page{position:relative;scroll-snap-align:start;height:100dvh;width:100%;overflow:hidden}.fv-mob-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.fv-mob-pause{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.fv-mob-pause svg{filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}.fv-mob-grad-top{top:0;height:160px;background:linear-gradient(180deg,rgba(0,0,0,.75),transparent)}.fv-mob-grad-bot,.fv-mob-grad-top{position:absolute;left:0;right:0;pointer-events:none;z-index:1}.fv-mob-grad-bot{bottom:0;height:360px;background:linear-gradient(0deg,rgba(0,0,0,.88),transparent)}.fv-mob-bot{position:absolute;bottom:0;left:0;right:0;padding:0 8px 28px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:8px;z-index:2}.fv-mob-left{flex:1 1;min-width:0}.fv-mob-loc-chip{display:inline-flex;align-items:center;gap:5px;background:rgba(0,0,0,.35);border-radius:8px;padding:6px 10px;max-width:90%}.fv-mob-loc-chip span{color:hsla(0,0%,100%,.85);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fv-mob-price{display:flex;align-items:baseline;margin-top:10px}.fv-mob-price-sym{color:#fff;font-size:18px;font-weight:600}.fv-mob-price-val{color:#fff;font-size:26px;font-weight:700;margin-left:3px}.fv-mob-stats{color:hsla(0,0%,100%,.9);font-size:13px;margin:4px 0 14px}.fv-mob-btns{display:flex;gap:10px}.fv-mob-call{background:var(--primary);border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:6px}.fv-mob-call,.fv-mob-details{flex:1 1;height:46px;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.fv-mob-details{background:hsla(0,0%,100%,.15);border:1.5px solid #fff;border-radius:10px}.fv-mob-right{display:flex;flex-direction:column;align-items:center;gap:2px;padding-bottom:10px;width:56px}.fv-mob-agent-pic{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:14px}.fv-mob-action{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:14px}.fv-mob-action-icon{width:28px;height:28px;object-fit:contain}.fv-mob-action span{color:#fff;font-size:13px;font-weight:600}.fv-mob-mute{margin-top:4px;display:flex;align-items:center;justify-content:center}.fv-mob-action-btn,.fv-mob-mute{background:none;border:none;cursor:pointer;padding:0}.fv-cmts-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:flex-end}.fv-cmts-panel{width:100%;max-height:76vh;background:#fff;border-radius:20px 20px 0 0;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0)}.fv-cmts-handle{width:40px;height:4px;background:#d9d9de;border-radius:999px;margin:12px auto 6px;flex-shrink:0}.fv-cmts-header{display:flex;align-items:center;justify-content:space-between;padding:6px 16px 12px;border-bottom:1px solid #f0f0f3;flex-shrink:0}.fv-cmts-list{flex:1 1;overflow-y:auto;padding:12px 16px}.fv-cmts-empty{text-align:center;color:#888;font-size:14px;padding:28px 0}.fv-cmts-item{display:flex;gap:10px;margin-bottom:14px}.fv-cmts-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.fv-cmts-user{font-size:13px;font-weight:700;margin-bottom:2px;color:#111}.fv-cmts-text{font-size:13px;color:#333;line-height:1.4}.fv-cmts-composer{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #f0f0f3;flex-shrink:0}.fv-cmts-input{flex:1 1;height:42px;border:none;outline:none;border-radius:21px;background:#efefef;padding:0 14px;font-size:14px;color:#111}.fv-cmts-send{width:38px;height:38px;border-radius:50%;border:none;background:var(--primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.au-snackbar{bottom:24px;left:50%;transform:translateX(-50%);background:#1f2937;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 4px 16px rgba(0,0,0,.2)}.au-snackbar,.au-toast{position:fixed;z-index:9999}.au-toast{bottom:50px;right:20px;background:#fff;color:var(--primary);border:2px solid var(--primary);padding:16px;border-radius:8px;font-size:18px;box-shadow:0 4px 16px rgba(0,0,0,.15)}.agent-page{min-height:100vh;background:#fff}.agent-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border)}.agent-back{background:none;border:none;padding:4px;cursor:pointer;color:#111827;display:inline-flex;align-items:center}.agent-brand-logo{height:30px;width:auto;display:block}.agent-signin{background:#fff;color:var(--primary);border:1px solid var(--primary);font-size:14px;font-weight:700;padding:8px 16px;border-radius:6px;text-decoration:none}.agent-main{padding-top:24px;padding-bottom:40px}.agent-divider{height:1px;background:var(--border);margin:18px 0}.agent-header{display:flex;align-items:flex-start;gap:24px}.agent-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f1f5f9}.agent-info{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.agent-name{font-size:24px;font-weight:700;color:#111827;margin:0}.agent-badge{background:#efc051;color:#111827;font-size:14px;font-weight:600;padding:5px 12px;border-radius:6px}.agent-actions{display:flex;gap:12px;margin-top:10px}.agent-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;padding:10px 28px;border-radius:8px;text-decoration:none}.agent-btn:hover{background:var(--primary-dark)}.agent-btn-icon{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1)}.agent-agency-label{margin-top:12px;font-size:15px;color:#6b7280}.agent-agency{font-size:16px;font-weight:600;color:#111827}.agent-listings-chip{display:inline-flex;align-items:center;gap:14px;background:#f8fafc;border-radius:8px;padding:10px 14px;color:var(--primary);font-size:16px;font-weight:600}.agent-chip-icon{width:26px;height:26px;object-fit:contain}.agent-empty{margin-top:28px;color:#6b7280;font-size:15px}@media (max-width:700px){.agent-header{gap:14px}.agent-avatar{width:110px;height:110px}.agent-name{font-size:20px}.agent-actions{width:100%}.agent-btn{flex:1 1;padding:10px 12px}}