:root{--primary: #102734;--primary-light: #18384a;--primary-dark: #0b1f2a;--accent: #d4b06f;--accent-dark: #bf9a52;--accent-soft: #f8e9cb;--bg: #f6f4ef;--card: #ffffff;--text: #0f172a;--text-light: #64748b;--border: #e2e8f0;--primary-tint: rgba(11, 31, 42, .08);--primary-tint-strong: rgba(11, 31, 42, .12);--accent-tint: rgba(212, 176, 111, .15);--hero-gradient: radial-gradient(circle at top right, rgba(212, 176, 111, .18), transparent 32%), linear-gradient(135deg, #0b1f2a 0%, #102734 45%, #18384a 100%);--success: #28a745;--danger: #dc3545;--warning: #ffc107;--info: #17a2b8;--shadow: 0 4px 20px rgba(15, 23, 42, .08);--shadow-lg: 0 10px 40px rgba(15, 23, 42, .12);--radius: 16px}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:clip;width:100%;max-width:100%;scrollbar-color:var(--accent) var(--bg);scrollbar-width:thin}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar-track{background:var(--bg)}html::-webkit-scrollbar-thumb{background:var(--accent);border-radius:8px;border:2px solid var(--bg)}html::-webkit-scrollbar-thumb:hover{background:var(--accent-dark)}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:clip;width:100%;max-width:100%;scrollbar-color:var(--accent) var(--bg);scrollbar-width:thin}#root{overflow-x:clip;width:100%;max-width:100%}.home-marketing{overflow-x:clip;max-width:100%}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:var(--bg)}body::-webkit-scrollbar-thumb{background:var(--accent);border-radius:8px;border:2px solid var(--bg)}body::-webkit-scrollbar-thumb:hover{background:var(--accent-dark)}.btn{padding:.6rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95rem;font-family:inherit}.btn-primary{background:var(--accent);color:var(--primary-dark);box-shadow:0 4px 14px #d4b06f40}.btn-primary:hover{background:#dfbe84;color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--primary-dark);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary-dark);color:#fff;border-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.nav-actions .btn-auth{min-width:5.5rem;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.nav-actions .btn-outline.btn-auth{padding:calc(.4rem - 1px) calc(1rem - 1px)}.nav-auth-login-icon,.nav-auth-signup-label--short{display:none}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-dark)}.btn-sm{padding:.4rem 1rem;font-size:.85rem}.btn-ghost{background:transparent;color:var(--text-light)}.btn-ghost:hover{color:var(--primary)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.nav-pill-link,.filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.48rem 1.15rem;border-radius:999px;border:1px solid rgba(16,39,52,.14);background:#ffffff80;color:#0f172a9e;font-family:DM Sans,Inter,sans-serif;font-weight:600;font-size:.84rem;letter-spacing:.03em;cursor:pointer;transition:color .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease,transform .28s ease;text-decoration:none;white-space:nowrap}.nav-pill-link:hover,.filter-btn:hover{color:var(--accent-dark);border-color:var(--accent);background:#d4b06f1a;box-shadow:0 4px 18px #d4b06f24}.nav-pill-link.active,.filter-btn.active{color:var(--primary-dark);border-color:var(--accent);background:linear-gradient(135deg,var(--accent) 0%,#dfbe84 100%);box-shadow:0 4px 16px #d4b06f47}.nav-pill-link.active:hover,.filter-btn.active:hover{transform:translateY(-1px);box-shadow:0 6px 20px #d4b06f59}.navbar{background:var(--card);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;width:100%;max-width:100%;overflow-x:clip;padding:0 max(1rem,env(safe-area-inset-right)) 0 max(1rem,env(safe-area-inset-left));padding-top:env(safe-area-inset-top)}.nav-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;height:70px;gap:.5rem;min-width:0;position:relative}.nav-left-cluster{display:flex;align-items:center;gap:.45rem;flex:1;min-width:0}.nav-logo-center{position:absolute;left:50%;transform:translate(-50%);z-index:2}.logo{font-size:1.5rem;font-weight:800;color:var(--primary-dark);display:flex;align-items:center;gap:.5rem;cursor:pointer;flex-shrink:0}.logo i{color:var(--accent)}.brand-logo{gap:.65rem}.brand-logo-mark{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:block}.brand-logo-name{font-size:1.12rem;font-weight:700;color:var(--primary-dark)}.brand-logo--footer .brand-logo-mark{width:36px;height:36px}.brand-logo--footer .brand-logo-name{font-size:1.35rem;color:#fff}.nav-left-cluster img:not(.brand-logo-mark),.navbar img.brand-logo-img{display:none!important;width:0!important;height:0!important}.nav-links{display:flex;gap:.35rem;list-style:none;align-items:center;flex:0 1 auto;min-width:0;padding:0;margin-left:.25rem}.nav-links-primary a.nav-favorites{display:inline-flex;align-items:center;gap:.25rem}.nav-links li{flex-shrink:0}.nav-links a{text-decoration:none;color:var(--text);font-weight:500;transition:color .2s,background .2s,border-color .2s;cursor:pointer;padding:.45rem .6rem;border-bottom:2px solid transparent;border-radius:6px;white-space:nowrap;font-size:.88rem}.nav-links a:hover{color:var(--primary);background:var(--primary-tint);border-bottom-color:var(--primary-light)}.nav-links a.active{color:var(--primary);border-bottom-color:var(--accent);background:var(--primary-tint)}.nav-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0;flex-wrap:nowrap}.nav-wallet-chip{display:inline-flex;align-items:center;gap:.65rem;padding:.28rem .28rem .28rem .75rem;border-radius:999px;background:var(--primary-dark);box-shadow:inset 0 0 0 1px #d4b06f1f}.nav-wallet-chip__balance{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;font-size:.88rem;color:#e2e8f0eb;white-space:nowrap;letter-spacing:.01em}.nav-wallet-chip__icon{color:var(--accent);font-size:.82rem;flex-shrink:0}.nav-wallet-chip__add{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.42rem .95rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,#dfbe84 100%);color:var(--primary-dark);font-size:.82rem;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.nav-wallet-chip__add:hover{transform:translateY(-1px);box-shadow:0 4px 14px #d4b06f59;filter:brightness(1.03)}.nav-wallet-chip__add:active{transform:translateY(0)}.nav-logout-btn{color:var(--text-light)}.nav-balance{font-weight:600;color:var(--primary);font-size:.85rem;white-space:nowrap}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border-radius:999px;border:1px solid rgba(16,39,52,.14);background:#ffffff80;font-size:1.05rem;cursor:pointer;flex-shrink:0;color:#0f172ab3;transition:color .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease,transform .28s ease}.nav-spacer{flex:1 1 auto;min-width:.5rem}.mobile-menu-btn:hover,.mobile-menu-btn.active{color:var(--accent-dark);border-color:var(--accent);background:#d4b06f1a;box-shadow:0 4px 18px #d4b06f24}.mobile-menu-btn.active{background:linear-gradient(135deg,var(--accent) 0%,#dfbe84 100%);color:var(--primary-dark);border-color:var(--accent)}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-nav-backdrop.open{opacity:1;visibility:visible}.mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(300px,88vw);background:var(--card);box-shadow:4px 0 24px #00000026;z-index:2000;display:flex;flex-direction:column;padding:1.25rem 1rem;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.mobile-nav-drawer-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:600;color:var(--primary-dark);letter-spacing:.02em}.mobile-nav-drawer a{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;text-decoration:none;color:var(--text);font-family:Outfit,Inter,sans-serif;font-size:.95rem;font-weight:500;border-radius:10px;transition:background .2s,color .2s;cursor:pointer}.mobile-nav-drawer a:hover{background:var(--primary-tint);color:var(--primary-dark)}.mobile-nav-drawer a.active{background:var(--primary-tint-strong);color:var(--primary-dark);font-weight:600}.mobile-nav-icon-wrap{position:relative;flex-shrink:0;width:2rem;height:2rem}.mobile-nav-icon{width:2rem;height:2rem;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.88rem}.mobile-nav-badge{position:absolute;top:-2px;right:-3px;min-width:.85rem;height:.85rem;padding:0 .12rem;border-radius:999px;background:#dc3545;color:#fff;font-family:Outfit,Inter,sans-serif;font-size:.5rem;font-weight:700;line-height:.85rem;text-align:center;border:1.5px solid var(--card);box-sizing:border-box;pointer-events:none;z-index:1}.mobile-nav-group{margin-bottom:.15rem}.mobile-nav-group-toggle{display:flex;align-items:center;gap:.75rem;width:100%;padding:.7rem 1rem;border:none;background:transparent;color:var(--text);font-family:Outfit,Inter,sans-serif;font-size:.95rem;font-weight:500;border-radius:10px;cursor:pointer;transition:background .2s,color .2s;text-align:left}.mobile-nav-group-toggle:hover,.mobile-nav-group-toggle.active{background:var(--primary-tint);color:var(--primary-dark)}.mobile-nav-group-label{flex:1}.mobile-nav-group-chevron{font-size:.72rem;color:var(--text-light);margin-left:auto}.mobile-nav-sublist{display:flex;flex-direction:column;gap:.1rem;margin:.15rem 0 .35rem .5rem;padding-left:.65rem;border-left:2px solid var(--border)}.mobile-nav-subitem{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;text-decoration:none;color:var(--text-light);font-family:Outfit,Inter,sans-serif;font-size:.88rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.mobile-nav-subitem:hover{background:var(--primary-tint);color:var(--primary-dark)}.mobile-nav-subitem.active{background:var(--primary-tint-strong);color:var(--primary-dark);font-weight:600}.mobile-nav-drawer-balance{padding:.75rem 1rem;margin-top:.5rem;border-top:1px solid var(--border);font-family:Outfit,Inter,sans-serif;font-weight:600;font-size:.9rem;color:var(--primary-dark)}.deposit-form__unconfigured,.deposit-modal__unconfigured{padding:.85rem 1rem;border-radius:10px;background:var(--accent-soft);border:1px solid rgba(212,176,111,.45);font-size:.85rem;line-height:1.55;color:var(--text)}.deposit-form__unconfigured p,.deposit-modal__unconfigured p{margin:0}.deposit-form{display:flex;flex-direction:column;gap:.15rem}.deposit-form__lead{font-size:.9rem;color:var(--text-light);margin:0 0 1rem;line-height:1.55}.deposit-form__mode-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.deposit-form__balance{font-size:.9rem;color:var(--text-light);margin:0 0 1rem;padding:.75rem;background:var(--bg);border-radius:8px}.deposit-form__local-hint{display:block;font-size:.8rem;margin-top:.35rem}.deposit-form__stripe{margin-bottom:1rem;min-height:120px}.deposit-form__submit{width:100%;padding:1rem;margin-bottom:.75rem}.deposit-form__footnote{font-size:.75rem;color:var(--text-light);text-align:center;margin:1rem 0 0}.deposit-page__body{max-width:560px;padding-bottom:3rem}.deposit-page__toolbar{margin-bottom:1rem}.deposit-page__card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem 1.75rem}.deposit-page__rail-toggle{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.algo-deposit-panel__balances{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;background:var(--bg);border-radius:10px}.algo-deposit-panel__balance-label{display:block;font-size:.75rem;color:var(--text-light);margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.algo-deposit-panel__field-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.algo-deposit-panel__address-row{display:flex;gap:.5rem;align-items:stretch}.algo-deposit-panel__network{font-size:.78rem;color:var(--text-light);margin:.5rem 0 0}.insights-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1.5rem}.insights-search{display:flex;align-items:center;flex:1;min-width:220px;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.45rem .75rem;gap:.5rem}.insights-search input{border:none;outline:none;width:100%;font-family:inherit;font-size:.95rem;background:transparent}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.insight-card{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);cursor:pointer;transition:transform .2s,box-shadow .2s}.insight-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.insight-card-image{height:180px;background-size:cover;background-position:center;background-color:var(--bg)}.insight-card-body{padding:1.2rem}.insight-card-tag{color:var(--primary);font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.insight-card-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.insight-detail-hero{height:280px;background-size:cover;background-position:center;border-radius:var(--radius);margin-bottom:1.5rem}.insight-detail-body{background:var(--card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);line-height:1.75;white-space:pre-wrap}.insights-admin-form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.25rem}.insights-admin-table td{vertical-align:top}.hero{background:var(--hero-gradient);color:#fff;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.hero h1{font-size:3.2rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.hero p{font-size:1.25rem;opacity:.78;max-width:700px;margin:0 auto 2rem}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem;flex-wrap:wrap}.hero.hero--listings{overflow-x:clip;overflow-y:visible;padding-bottom:3.5rem}.hero.hero--listings.hero--landing{--nav-height: 70px;min-height:calc(100svh - var(--nav-height));display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;padding-top:2.5rem;padding-bottom:2.5rem;width:100%;max-width:100%;overflow-x:clip;isolation:isolate}.hero.hero--landing .hero-listings-explore{margin-top:1.5rem;padding-top:0}.hero.hero--landing .hero-stats{margin-top:2rem}.hero.hero--landing p{margin-bottom:1.25rem}.hero.hero--refined{background:var(--primary-dark);font-family:DM Sans,sans-serif;padding:7rem 2rem 5rem;width:100%;max-width:100%;overflow-x:clip;isolation:isolate}.hero.hero--refined .hero-refined-inner{position:relative;z-index:10;max-width:56rem;margin:0 auto;text-align:center}.hero-ambient-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;animation:hero-orb-float 20s ease-in-out infinite;will-change:transform}.hero-ambient-orb--1{width:min(500px,85vw);height:min(500px,85vw);background:#d4b06f1a;top:10%;left:5%;animation-delay:0s}.hero-ambient-orb--2{width:min(400px,70vw);height:min(400px,70vw);background:#d4b06f14;top:50%;right:10%;animation-delay:5s}.hero-ambient-orb--3{width:min(300px,55vw);height:min(300px,55vw);background:#f6f4ef0d;bottom:10%;left:40%;animation-delay:10s}@keyframes hero-orb-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-40px) scale(1.1)}66%{transform:translate(-20px,30px) scale(.9)}}@keyframes hero-orb-float-subtle{0%,to{transform:translate(0) scale(1)}50%{transform:translate(8px,-12px) scale(1.03)}}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;margin-bottom:2rem;border-radius:9999px;background:#ffffff05;backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px 1px #ffffff08}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:hero-badge-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes hero-badge-pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-badge-text{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#f6f4ef80;font-weight:500}.hero-refined-title{margin:0 0 .5rem;line-height:.9;letter-spacing:-.02em}.hero-refined-title-line{display:block;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,10vw,9rem);font-weight:500;color:var(--bg)}.hero-refined-title-accent{display:block;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,10vw,9rem);font-weight:500;font-style:italic;color:var(--accent);margin-bottom:2.5rem}.hero-refined-lead{font-size:clamp(1rem,2.5vw,1.25rem);color:#f6f4ef4d;max-width:36rem;margin:0 auto 5rem;line-height:1.65;font-weight:300;letter-spacing:.02em}.hero-refined-lead strong{color:var(--accent);font-weight:500}.hero-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:56rem;margin:0 auto 5rem;position:relative}@media(min-width:768px){.hero-stat-grid{grid-template-columns:repeat(4,1fr);gap:.65rem}}.hero-stat-line{display:none}@media(min-width:768px){.hero-stat-line{display:block;position:absolute;top:0;left:6%;right:6%;height:1px;pointer-events:none}}.hero-stat-line-draw{width:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,176,111,.45),transparent);transition:width 1.2s cubic-bezier(.16,1,.3,1);transition-delay:.35s}.hero-stat-line-draw.visible{width:100%}.hero-stat-card{position:relative;overflow:hidden;padding:.9rem 1rem;border-radius:.75rem;text-align:center;cursor:default;background:#ffffff05;backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px 1px #ffffff08;transition:all .5s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){.hero-stat-card{padding:1rem 1.15rem}}.hero-stat-card:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,176,111,.65),transparent);transition:width .55s cubic-bezier(.16,1,.3,1)}.hero-stat-card:hover{background:#ffffff08}.hero-stat-card:hover:before{width:72%}.hero-stat-card-value{font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--bg);margin-bottom:.35rem;transition:color .5s ease}.hero-stat-card:hover .hero-stat-card-value{color:var(--accent-soft)}.hero-stat-card-label{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:#f6f4ef33;font-weight:500}.hero-search-refined{max-width:36rem;margin:0 auto}.hero-search-panel{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:1rem;background:#ffffff0a;backdrop-filter:blur(50px) saturate(180%);-webkit-backdrop-filter:blur(50px) saturate(180%);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 1px #ffffff0a,0 20px 60px #0000004d;transition:all .5s cubic-bezier(.16,1,.3,1)}.hero-search-panel--focused{border-color:#d4b06f33;box-shadow:inset 0 1px 1px #ffffff0a,0 0 40px #d4b06f14}.hero-search-field{flex:1;display:flex;align-items:center;gap:.75rem;padding:0 1rem;min-width:0}.hero-search-field i{color:#f6f4ef33;font-size:.875rem;flex-shrink:0}.hero-search-field input{width:100%;background:transparent;border:none;outline:none;color:var(--bg);font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:300;padding:.75rem 0}.hero-search-field input::placeholder{color:#f6f4ef33}.hero-search-btn{position:relative;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.75rem;background:var(--bg);color:var(--primary-dark);font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;white-space:nowrap;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1)}.hero-search-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .6s ease}.hero-search-btn:hover:before{left:100%}.hero-search-btn:hover{transform:translateY(-2px);box-shadow:0 12px 40px -8px #d4b06f40}.hero-search-btn i{font-size:10px}.hero-scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:6rem auto 0;background:none;border:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0;color:inherit}.hero-scroll-indicator-label{font-size:10px;letter-spacing:.3em;text-transform:uppercase;font-weight:500;color:#f6f4ef26}.hero-scroll-indicator-line{width:1px;height:2.5rem;background:linear-gradient(to bottom,rgba(246,244,239,.2),transparent)}.hero-scroll-cue{display:inline-flex;align-items:center;justify-content:center;margin:1rem auto 0;padding:.35rem;background:transparent;border:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;color:var(--accent-soft);font-size:1.1rem;opacity:.85;animation:hero-scroll-bounce 2s ease-in-out infinite}@keyframes hero-scroll-bounce{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(6px);opacity:1}}.stat-item h3{font-size:2.5rem;font-weight:800;color:var(--accent-soft)}.stat-item p{opacity:.72;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.hero-listings-explore{max-width:760px;margin:2.5rem auto 0;position:relative;z-index:80;text-align:center}.hero-listings-bar{display:flex;align-items:stretch;gap:.5rem;padding:.55rem;border-radius:14px;background:#081c148c;border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 36px #00000038}.hero-listings-search{flex:1;min-width:0;display:flex;align-items:center;gap:.65rem;padding:.85rem 1.15rem}.hero-listings-search i{color:#ffffff8c;flex-shrink:0}.hero-listings-search input{flex:1;min-width:0;border:none;outline:none;background:transparent;color:#fff;font-family:inherit;font-size:.95rem}.hero-listings-search input::placeholder{color:#ffffff80}.hero-listings-market{flex-shrink:0;position:relative}.country-selector-root--hero-bar{position:relative;height:100%}.country-selector--hero-bar{display:flex;align-items:center;gap:.5rem;height:100%;min-height:52px;padding:.85rem 1.35rem;max-width:none;min-width:10.5rem;white-space:nowrap;background:#5cdb95;color:#0a2e1c!important;border:none;border-radius:8px;font-weight:700;font-size:.82rem;letter-spacing:.02em;text-transform:none;box-shadow:0 2px 10px #0003}.country-selector--hero-bar .country-label-long{overflow:visible;text-overflow:unset;max-width:none;color:#0a2e1c!important}.country-selector--hero-bar i.fa-chevron-down,.country-selector--hero-bar i.fa-chevron-up{color:#0a2e1c!important;opacity:.8}.country-selector-menu,.country-selector-menu--centered,.country-selector-menu--hero-bar{z-index:2100;color:var(--text)!important;background:#fff!important}.country-selector-menu--hero-bar{right:0!important;left:auto!important;transform:none!important;min-width:min(320px,88vw)}.country-selector-option{padding:.65rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border);color:var(--text)!important;font-weight:500;transition:background .15s,color .15s}.country-selector-option:hover{background:#0b1f2a14}.country-selector-option.is-selected{background:var(--primary)!important;color:#fff!important;font-weight:600}.country-selector-option.is-selected span{color:#fff!important}.country-selector-option.is-selected .country-option-currency{color:#ffffffe0!important}.country-selector-option.is-selected .fas{color:#fff!important}.country-selector--hero-bar .fas.fa-globe,.country-selector--hero-bar .fas.fa-earth-americas{color:#0a2e1c!important}.country-selector-option.is-pinned{font-weight:600}.country-selector-empty{padding:1rem;color:var(--text-light)!important;font-size:.9rem}.country-selector-search{padding:.5rem;border-bottom:1px solid var(--border)}.country-selector-search input{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:.9rem;color:var(--text);background:#fff}.country-selector-list{max-height:280px;overflow:auto;color:var(--text)}.country-selector-root--centered{width:100%;max-width:360px;display:flex;justify-content:center;position:relative;z-index:121}.country-selector--listings{max-width:100%;width:100%;background:#fff;color:var(--text);padding:.65rem 1rem;border-color:var(--border);box-shadow:none}.country-selector-menu--centered{left:50%!important;right:auto!important;transform:translate(-50%);width:min(360px,92vw);min-width:min(360px,92vw)}.listings-section{padding-top:2rem;position:relative;z-index:1}.listings-section .section-header{flex-direction:column;align-items:stretch;gap:1.25rem}.listings-section .section-header-top{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;width:100%}.listings-section .section-title{margin:0}.listings-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;width:100%}.listings-toolbar .filters{display:flex;flex-wrap:wrap;gap:.45rem}.hero--compact{padding:3.5rem 2rem 2.75rem}.hero--compact h1{font-size:2.35rem}.hero-view-listings-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:10.5rem;cursor:pointer;font-family:inherit}.hero-view-listings-btn i{font-size:.9rem}.home-marketing{width:100%}.home-story{position:relative;min-height:min(52vh,520px);display:flex;align-items:center;background-color:var(--bg);background-position:right center;background-size:cover;background-repeat:no-repeat;color:var(--text);padding:6rem 2rem;font-family:DM Sans,sans-serif;overflow:hidden;border-bottom:1px solid var(--border)}.home-story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,var(--bg) 0%,rgba(246,244,239,.97) 38%,rgba(246,244,239,.72) 62%,rgba(246,244,239,.2) 100%)}.home-story:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.home-story-wrap{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%;padding:0 .5rem}.home-story-inner{max-width:40rem;width:100%}.home-story-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:1.35rem}.home-story-eyebrow-line{width:3rem;height:1px;background:linear-gradient(90deg,var(--accent-dark),transparent)}.home-story-eyebrow-text{color:var(--accent-dark);font-size:11px;letter-spacing:.3em;text-transform:uppercase;font-weight:600}.home-story-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4.2vw,3.15rem);font-weight:500;line-height:1.12;letter-spacing:-.01em;color:var(--primary);margin:0 0 1.25rem;max-width:20ch;-webkit-hyphens:none;hyphens:none}.home-story-title em{font-style:italic;color:var(--accent-dark)}.home-story-lead{color:var(--primary-light);font-size:clamp(1rem,2vw,1.125rem);font-weight:600;line-height:1.55;margin:0 0 1rem;max-width:34rem;-webkit-hyphens:none;hyphens:none}.home-story-copy{font-size:1.05rem;font-weight:400;line-height:1.65;color:var(--text-light);margin:0;max-width:36rem;-webkit-hyphens:none;hyphens:none}@media(max-width:768px){.home-story{min-height:auto;padding:4.5rem 1.5rem}.home-story-title{max-width:none}}.home-process{position:relative;padding:8rem 2rem;color:var(--bg);background:var(--primary);font-family:DM Sans,sans-serif;overflow:hidden}.home-process:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent)}.home-process-inner{position:relative;z-index:1;max-width:1400px;margin:0 auto}.home-process-header{text-align:center;margin-bottom:6rem}.home-process-eyebrow{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.home-process-eyebrow-line{width:3rem;height:1px;background:linear-gradient(90deg,transparent,var(--accent))}.home-process-eyebrow-line--reverse{background:linear-gradient(270deg,transparent,var(--accent))}.home-process-eyebrow-text{color:var(--accent);font-size:11px;letter-spacing:.3em;text-transform:uppercase;font-weight:500}.home-process-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:500;color:var(--bg);line-height:1;letter-spacing:-.01em;margin:0}.home-process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.home-process-line{display:none}@media(min-width:768px){.home-process-line{display:block;position:absolute;top:2.5rem;left:12%;right:12%;height:1px}}.home-process-line-draw{width:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,176,111,.5),transparent);transition:width 1.5s cubic-bezier(.16,1,.3,1)}.home-process-line-draw.visible{width:100%}.home-process-step{position:relative;text-align:center}.home-process-step-badge{width:5rem;height:5rem;margin:0 auto 2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;background:#ffffff05;backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px 1px #ffffff08;transition:all .5s cubic-bezier(.16,1,.3,1)}.home-process-step:hover .home-process-step-badge{background:#d4b06f1a;border-color:#d4b06f33}.home-process-step-num{font-family:Cormorant Garamond,serif;font-size:1.25rem;color:var(--accent);transition:color .5s ease}.home-process-step:hover .home-process-step-num{color:var(--accent-soft)}.home-process-step-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--bg);margin:0 0 1rem;font-weight:500}.home-process-step-desc{color:#f6f4ef4d;font-size:14px;line-height:1.65;max-width:18rem;margin:0 auto;font-weight:300}.home-why-coown{padding:8rem 2rem;background:var(--primary-dark);color:var(--bg);font-family:DM Sans,sans-serif}.home-why-coown-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.home-why-coown-inner{grid-template-columns:1fr 1fr;gap:4rem}}.home-why-coown-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.home-why-coown-eyebrow-line{width:3rem;height:1px;background:linear-gradient(90deg,var(--accent),transparent)}.home-why-coown-eyebrow-text{color:var(--accent);font-size:11px;letter-spacing:.3em;text-transform:uppercase;font-weight:500}.home-why-coown-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.25rem,4vw,3rem);color:var(--bg);line-height:1.1;letter-spacing:-.01em;margin:0 0 2rem;font-weight:500}.home-why-coown-title em{font-style:italic;color:var(--accent)}.home-why-coown-lead{color:#f6f4ef4d;font-size:1.125rem;line-height:1.65;margin:0 0 2.5rem;max-width:28rem;font-weight:300}.home-why-coown-features{display:flex;flex-direction:column;gap:1.5rem}.home-why-coown-feature{display:flex;gap:1rem}.home-why-coown-feature-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--accent);background:#ffffff05;backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px 1px #ffffff08;transition:all .5s cubic-bezier(.16,1,.3,1)}.home-why-coown-feature:hover .home-why-coown-feature-icon{background:#d4b06f1a}.home-why-coown-feature-icon i{font-size:.875rem}.home-why-coown-feature-title{color:var(--bg);font-weight:500;margin:0 0 .25rem;font-size:1rem}.home-why-coown-feature-desc{color:#f6f4ef40;font-size:13px;margin:0;line-height:1.5}.home-why-coown-visual{position:relative}.home-why-coown-img-wrap{overflow:hidden;position:relative;border-radius:1.5rem;aspect-ratio:4 / 5}.home-why-coown-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .8s ease;filter:grayscale(30%) brightness(.8)}.home-why-coown-img-wrap:hover img{transform:scale(1.05);filter:grayscale(0%) brightness(1)}.home-why-coown-img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,31,42,.9) 0%,rgba(11,31,42,.2) 50%,transparent 100%);pointer-events:none}.home-why-coown-stat{position:absolute;bottom:-2rem;left:0;max-width:min(20rem,calc(100% - 1rem));padding:1.5rem;border-radius:1rem;background:#ffffff0a;backdrop-filter:blur(50px) saturate(180%);-webkit-backdrop-filter:blur(50px) saturate(180%);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 1px #ffffff0a,0 20px 60px #0000004d}.home-why-coown-stat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.home-why-coown-stat-icon{width:2rem;height:2rem;border-radius:50%;background:var(--accent-dark);display:flex;align-items:center;justify-content:center;color:var(--primary-dark);font-size:.75rem}.home-why-coown-stat-label{color:var(--bg);font-weight:500;font-size:.875rem}.home-why-coown-stat-value{font-family:Cormorant Garamond,serif;font-size:1.875rem;color:var(--accent);margin:0 0 .25rem;font-weight:500}.home-why-coown-stat-sub{color:#f6f4ef40;font-size:11px;margin:0}.reveal-up{opacity:0;transform:translateY(60px);transition:all 1s cubic-bezier(.16,1,.3,1)}.reveal-up.visible{opacity:1;transform:translateY(0)}.reveal-up.delay-1{transition-delay:.1s}.reveal-up.delay-2{transition-delay:.2s}.reveal-up.delay-3{transition-delay:.3s}.reveal-up.delay-4{transition-delay:.4s}.home-services{position:relative;padding:8rem 2rem;background:var(--primary);color:var(--bg);font-family:DM Sans,sans-serif;overflow:hidden}.home-services:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent)}.home-services-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.home-services-header{text-align:center;margin-bottom:3.5rem}.home-services-header .home-process-eyebrow{margin-bottom:1.5rem}.home-services-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:500;color:var(--bg);line-height:1.12;letter-spacing:-.01em;margin:0 auto;max-width:18ch}.home-services-title em{font-style:italic;color:var(--accent)}.home-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.home-service-card{display:flex;flex-direction:column;min-height:280px;padding:1.75rem 1.5rem;border-radius:1rem;background:#ffffff0a;backdrop-filter:blur(50px) saturate(180%);-webkit-backdrop-filter:blur(50px) saturate(180%);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 1px #ffffff0a;transition:border-color .45s ease,background .45s ease,transform .45s cubic-bezier(.16,1,.3,1)}.home-service-card:hover{border-color:#d4b06f47;background:#d4b06f0f;transform:translateY(-4px)}.home-service-card-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:1rem;margin-bottom:1.25rem;background:#ffffff05;backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);border:1px solid rgba(255,255,255,.04);transition:background .45s ease,border-color .45s ease}.home-service-card:hover .home-service-card-icon{background:#d4b06f1f;border-color:#d4b06f33}.home-service-card h3{font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:500;margin:0 0 .75rem;color:var(--bg);line-height:1.2}.home-service-card p{font-size:.9rem;color:#f6f4ef52;line-height:1.65;flex:1;margin:0 0 1.35rem;font-weight:300}.home-service-card a{font-weight:600;font-size:.88rem;letter-spacing:.02em;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;transition:color .3s ease,gap .3s ease}.home-service-card a:hover{color:#dfbe84;gap:.65rem}.home-service-card a i{font-size:.75rem;transition:transform .3s ease}.home-service-card a:hover i{transform:translate(2px)}@media(max-width:900px){.home-services{padding:5rem 1.5rem}.home-services-grid{grid-template-columns:1fr;max-width:28rem;margin:0 auto}.home-service-card{min-height:0}}.home-journey-cta{position:relative;padding:8rem 2rem;text-align:center;color:var(--bg);background:var(--primary-dark);font-family:DM Sans,sans-serif;overflow:hidden}.home-journey-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent)}.home-journey-cta-inner{position:relative;z-index:1;max-width:44rem;margin:0 auto}.home-journey-cta .home-process-eyebrow{margin-bottom:1.5rem}.home-journey-cta-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:500;color:var(--bg);line-height:1.1;letter-spacing:-.01em;margin:0 0 1.5rem}.home-journey-cta-title em{font-style:italic;color:var(--accent)}.home-journey-cta-title-dot{display:inline-block;width:.42em;height:.42em;margin:0 .22em .1em;border:1px solid var(--accent);border-radius:50%;vertical-align:middle;position:relative}.home-journey-cta-title-dot:after{content:"";position:absolute;top:50%;left:50%;width:.16em;height:.16em;margin:-.08em 0 0 -.08em;border-radius:50%;background:var(--accent)}.home-journey-cta-lead{color:#f6f4ef4d;font-size:1.125rem;line-height:1.65;margin:0 auto 2.5rem;max-width:36rem;font-weight:300}.home-journey-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.home-journey-cta-btn{border-radius:999px;padding:.8rem 1.85rem;font-weight:700;font-size:.95rem}.home-journey-cta-actions .btn-primary{background:var(--accent);color:var(--primary-dark);border:2px solid var(--accent);box-shadow:0 4px 14px #d4b06f40}.home-journey-cta-actions .btn-primary:hover{background:#dfbe84;border-color:#dfbe84;color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #d4b06f59}.home-journey-cta-btn-secondary{background:transparent;color:#f6f4ef8c;border:1px solid rgba(255,255,255,.14)}.home-journey-cta-btn-secondary:hover{color:var(--accent);border-color:var(--accent);background:#d4b06f14;transform:translateY(-2px);box-shadow:0 8px 24px #d4b06f26}@media(max-width:540px){.home-journey-cta{padding:5rem 1.25rem}.home-journey-cta-actions{flex-direction:column;width:100%}.home-journey-cta-actions .btn{width:100%;max-width:18rem}}.home-app{padding:4rem 2rem;margin-top:0;background:var(--card);border-top:1px solid var(--border)}.home-app-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.home-app-copy h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;margin:0 0 1rem;position:relative}.home-app-copy h2 .home-app-dot{position:absolute;width:3.5rem;height:3.5rem;border-radius:50%;background:#d4b06f59;left:-.5rem;top:-.75rem;z-index:-1}.home-app-copy p{color:var(--text-light);line-height:1.6;margin:0 0 1.5rem;max-width:420px}.home-app-badges{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.home-app-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;background:#1a1a1a;color:#fff;border-radius:10px;font-size:.85rem;font-weight:600;opacity:.55;cursor:default}.home-app-visual{display:flex;justify-content:center;align-items:center}.home-app-phone{width:260px;height:520px;border-radius:36px;border:10px solid #111;background:#111;box-shadow:0 28px 56px #00000038,inset 0 0 0 1px #ffffff0f;padding:10px;position:relative}.home-app-phone:before{content:"";position:absolute;top:14px;left:50%;transform:translate(-50%);width:72px;height:22px;border-radius:14px;background:#111;z-index:3}.home-app-phone-screen{width:100%;height:100%;border-radius:26px;overflow:hidden;background:linear-gradient(165deg,#0b1f2a,#0d4a3a 48%,#145c47);display:flex;flex-direction:column;color:#fff}.home-app-phone-status{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1rem .35rem;font-size:.68rem;font-weight:600;opacity:.92;flex-shrink:0}.home-app-phone-status-icons{display:flex;align-items:center;gap:.35rem;font-size:.62rem}.home-app-phone-body{flex:1;padding:.35rem .85rem .5rem;display:flex;flex-direction:column;gap:.65rem;min-height:0}.home-app-phone-brand{text-align:center;padding:.35rem 0 .15rem}.home-app-phone-brand img{width:52px;height:52px;margin:0 auto .45rem;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.25))}.home-app-phone-brand strong{display:block;font-size:1.15rem;font-weight:800;letter-spacing:-.03em}.home-app-phone-brand span{display:block;font-size:.68rem;opacity:.78;margin-top:.2rem;line-height:1.35}.home-app-phone-cards{display:flex;flex-direction:column;gap:.45rem}.home-app-phone-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:.55rem .65rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-app-phone-card-thumb{height:44px;border-radius:8px;background:linear-gradient(135deg,#d4b06f59,#0b1f2a99),url(https://images.unsplash.com/photo-1564013799919-ab600027ffc6?w=400&q=60) center/cover;margin-bottom:.4rem}.home-app-phone-card-title{font-size:.72rem;font-weight:700;line-height:1.25;margin-bottom:.15rem}.home-app-phone-card-meta{font-size:.62rem;opacity:.8;display:flex;justify-content:space-between;gap:.35rem}.home-app-phone-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:.15rem;padding:.45rem .5rem .65rem;background:#00000047;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.home-app-phone-tab{display:flex;flex-direction:column;align-items:center;gap:.15rem;font-size:.52rem;opacity:.55;font-weight:600}.home-app-phone-tab i{font-size:.85rem}.home-app-phone-tab--active{opacity:1;color:var(--accent)}.rent-cost-donut-wrap{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:center;margin-bottom:1rem}.rent-cost-donut-wrap--compact{grid-template-columns:1fr;gap:.85rem;margin-bottom:.75rem}.rent-cost-donut-chart{position:relative;flex-shrink:0}.rent-cost-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5rem;pointer-events:none}.rent-cost-donut-center strong{font-size:.92rem;font-weight:800;color:var(--text);line-height:1.1;max-width:78%;word-break:break-word}.rent-cost-donut-center span{font-size:.62rem;color:var(--text-light);margin-top:.12rem;max-width:78%;line-height:1.2}.rent-cost-donut-wrap:not(.rent-cost-donut-wrap--compact) .rent-cost-donut-chart{width:188px;height:188px}.rent-cost-donut-wrap:not(.rent-cost-donut-wrap--compact) .rent-cost-donut-center strong{font-size:1rem}.rent-cost-donut-wrap:not(.rent-cost-donut-wrap--compact) .rent-cost-donut-center span{font-size:.68rem}.rent-cost-donut-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.rent-cost-donut-legend li{display:flex;align-items:flex-start;gap:.5rem;font-size:.88rem}.rent-cost-donut-legend li span:last-child{margin-left:auto;font-weight:700;white-space:nowrap}.rent-cost-donut-swatch{width:10px;height:10px;border-radius:2px;margin-top:.25rem;flex-shrink:0}.rent-cost-donut-swatch--rent{background:var(--primary)}.rent-cost-donut-swatch--extra{background:#2a9d8f}.rent-cost-donut-swatch--tax{background:var(--accent)}.sale-invest-cost-breakdown{margin-top:1rem}@media(max-width:640px){.rent-cost-donut-wrap:not(.rent-cost-donut-wrap--compact){grid-template-columns:1fr;justify-items:center;text-align:center}.rent-cost-donut-legend{width:100%;max-width:280px}}@media(max-width:900px){.home-process{padding:5rem 1.5rem}.home-process-header{margin-bottom:3.5rem}.home-process-steps{grid-template-columns:1fr;gap:2.5rem}.home-why-coown{padding:5rem 1.5rem}.home-why-coown-stat{position:relative;bottom:auto;left:auto;margin-top:-3rem;margin-left:1rem;margin-right:1rem}.home-app-inner{grid-template-columns:1fr;text-align:center}.home-app-copy p{margin-left:auto;margin-right:auto}.home-app-badges{justify-content:center}.home-app-phone{transform:scale(.92);transform-origin:top center;margin-bottom:-1.5rem}.home-story-inner{margin:0 auto;text-align:center}.home-story-eyebrow{justify-content:center}.home-story-title,.home-story-lead,.home-story-copy{margin-left:auto;margin-right:auto}}@media(max-width:768px){.hero-ambient-orb{filter:blur(56px);animation-name:hero-orb-float-subtle}.hero-ambient-orb--1{left:-8%;top:6%}.hero-ambient-orb--2{right:-6%}.hero-ambient-orb--3{left:25%;bottom:6%}.hero-refined-inner{width:100%;max-width:100%;padding:0 .25rem}}@media(max-width:640px){.hero.hero--refined{padding:4rem 1rem 3rem}.hero-stat-grid{grid-template-columns:1fr;gap:.75rem;max-width:24rem;margin-bottom:2.5rem}.hero-stat-card{padding:.85rem 1rem}.hero-stat-card-value{font-size:1.5rem}.hero-search-refined{margin-top:1rem}.hero-search-panel{flex-direction:column;gap:.5rem;padding:.65rem}.hero-search-field{min-width:auto;width:100%}.hero-search-btn{width:100%;justify-content:center}.hero-scroll-indicator{margin-top:2rem}.home-process{padding:4rem 1rem}.home-process-header{margin-bottom:2.5rem}.home-process-steps{gap:2rem}.home-process-step-badge{width:4rem;height:4rem;margin-bottom:1.25rem}.home-process-step-title{font-size:1.25rem}.home-why-coown{padding:4rem 1rem}.home-why-coown-stat{position:relative;bottom:auto;left:auto;margin-top:-2rem;margin-left:.75rem;margin-right:.75rem;padding:1rem;max-width:none}.home-why-coown-stat-value{font-size:1.5rem}}@media(max-width:400px){.hero-refined-title-line,.hero-refined-title-accent{font-size:2.25rem}.hero-refined-lead{font-size:.95rem;max-width:none}.hero-badge{padding:.4rem 1rem;margin-bottom:1.25rem}.hero-badge-text{font-size:10px;letter-spacing:.15em}.home-process-eyebrow{gap:.5rem}.home-process-eyebrow-line{width:1.5rem}.home-process-title{font-size:1.875rem}.home-why-coown-title{font-size:1.75rem}.home-why-coown-lead{font-size:1rem}.home-why-coown-feature-icon{width:2rem;height:2rem;border-radius:.5rem}.home-why-coown-feature-icon i{font-size:.75rem}.home-why-coown-feature-title{font-size:.95rem}.home-why-coown-feature-desc{font-size:12px}}.browse-hub-page{min-height:calc(100vh - 72px);background:var(--bg);color:var(--text);padding:1.75rem 1.5rem 3rem}.browse-hub-page--rent{padding-top:0;padding-left:0;padding-right:0}.browse-hub-page--rent .browse-hub-inner{max-width:48rem;margin-top:.5rem;padding:0 1.25rem}.browse-hub-page--rent .list-benefits-row{max-width:980px;margin-bottom:2rem}.browse-hub-inner{max-width:920px;margin:0 auto}.browse-hub-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem 1.35rem 1.5rem;box-shadow:var(--shadow);overflow:visible}.browse-field{margin-bottom:1.1rem}.browse-field-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:.45rem}.browse-field-input,.browse-field-select-trigger{width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text);font-family:inherit;font-size:.92rem}.browse-field-input::placeholder{color:var(--text-light)}.browse-field-input:focus,.browse-field-select-trigger:focus{outline:2px solid rgba(11,31,42,.35);outline-offset:1px}.browse-mode-segment{display:flex;gap:0;padding:.25rem;background:var(--bg);border:1px solid var(--border);border-radius:10px}.browse-mode-segment button{flex:1;padding:.7rem .5rem;border:none;border-radius:8px;background:transparent;color:var(--text-light);font-family:inherit;font-size:.78rem;font-weight:700;letter-spacing:.06em;cursor:pointer}.browse-mode-segment button.active{color:var(--primary);background:#0b1f2a1a}.browse-hub-divider{border:none;border-top:1px solid var(--border);margin:1.25rem 0 1.1rem}.browse-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.browse-listed-filter__controls{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.browse-listed-filter__modes{width:100%}.browse-listed-filter__modes button{font-size:.82rem;padding:.82rem .5rem}.browse-listed-filter__pickers{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.browse-listed-filter__input,.browse-listed-filter__select,.browse-listed-filter__calendar{width:auto;min-width:10.5rem;max-width:100%;flex:1 1 10.5rem}.browse-listed-filter__select,.browse-listed-filter__calendar{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;min-height:2.75rem;padding:.65rem .85rem;font-size:.92rem}.browse-listed-filter--home .browse-listed-filter__controls{gap:.65rem}.browse-listed-filter--home .browse-listed-filter__modes button{font-size:.72rem;padding:.62rem .35rem}.browse-listed-filter--home .browse-listed-filter__select,.browse-listed-filter--home .browse-listed-filter__calendar{min-height:2.35rem;font-size:.82rem;flex:0 1 auto}.browse-listed-filter--admin .browse-listed-filter__hint{margin:.35rem 0 0;font-size:.75rem}.browse-listed-filter--admin .browse-listed-filter__modes{width:auto;flex:1 1 100%}.browse-listed-filter__clear{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .85rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--text-light);font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.browse-listed-filter__clear:hover{color:var(--primary);border-color:#10273433;background:var(--card)}.browse-listed-filter__hint{margin:.45rem 0 0;font-size:.78rem;color:var(--text-light);line-height:1.45}.browse-listed-filter--home{width:100%;margin-top:.35rem;padding-top:.85rem;border-top:1px solid var(--border)}.browse-listed-filter--home .browse-listed-filter__hint{display:none}.listings-toolbar .browse-listed-filter--home .browse-field-label{margin-bottom:.5rem}.listings-scroll-strip{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%}.listings-scroll-strip::-webkit-scrollbar{display:none}.listings-scroll-strip .filter-btn{flex-shrink:0}.browse-listed-mode-label--short{display:none}.browse-results-wrap{max-width:1400px;margin:2rem auto 0;padding:0 1.5rem}.browse-results-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;color:var(--text)}.browse-results-header h2{font-size:1.5rem;margin:0}.country-selector-root--browse-panel{width:100%}.country-selector--browse-panel{width:100%;max-width:none;padding:.85rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:10px;color:var(--text);font-weight:600;font-size:.92rem}.country-selector--browse-panel .country-label-long{color:var(--text)}.country-selector--browse-panel .fas{color:var(--text-light)!important}.country-selector--browse-panel .browse-panel-flag.fas{color:var(--primary)!important}.browse-search-combo{display:flex;align-items:stretch;gap:0;padding:.35rem;border-radius:10px;border:1px solid var(--border);background:var(--card);overflow:visible}.browse-search-combo-input-wrap{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;border-right:1px solid var(--border)}.browse-search-combo-input-wrap i{color:var(--text-light);flex-shrink:0}.browse-search-combo-input-wrap input{flex:1;min-width:0;border:none;outline:none;background:transparent;color:var(--text);font-family:inherit;font-size:.92rem}.browse-search-combo-input-wrap input::placeholder{color:var(--text-light)}.browse-search-combo-market{flex:0 0 auto;margin-left:auto;align-self:stretch;max-width:min(240px,38%)}.country-selector-root--search-combo{display:flex;height:100%;position:relative;z-index:120}.country-selector-root--search-combo:has(.country-selector-menu){z-index:2100}.country-selector--search-combo{min-height:44px;width:100%;min-width:10.5rem;max-width:100%;padding:.55rem .85rem;background:var(--card)!important;color:var(--text)!important;border:none!important;border-radius:0!important;font-weight:600;font-size:.88rem;text-transform:none;box-shadow:none;justify-content:space-between;cursor:pointer}.country-selector--search-combo .country-label-long{color:var(--text)!important;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-selector--search-combo .fas{color:var(--text-light)!important}.country-selector--search-combo .browse-panel-flag.fas{color:var(--primary)!important}.country-selector-menu--search-combo{z-index:2100;color:var(--text)!important;background:#fff!important;left:0!important;right:0!important;transform:none!important;min-width:min(300px,100%)}.country-selector-root{position:relative}.browse-price-range{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.browse-price-range input{flex:1;min-width:5rem;padding:.85rem .75rem;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text);font-family:inherit;font-size:.92rem}.browse-price-range span{color:var(--text-light);font-size:.85rem}.browse-price-hint{font-size:.72rem;color:var(--text-light);margin-top:.35rem}.browse-results-wrap .properties-grid{gap:1.5rem}.country-selector-menu--browse-panel{left:0!important;right:0!important;transform:none!important;width:100%;min-width:100%}.browse-native-select{width:100%;padding:.85rem 2rem .85rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text);font-family:inherit;font-size:.92rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236c757d' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}@media(max-width:720px){.browse-field-row{grid-template-columns:1fr}.browse-search-combo{flex-direction:column}.browse-search-combo-input-wrap{flex:none;border-right:none;border-bottom:1px solid var(--border)}.browse-search-combo-market{flex:none;width:100%;min-width:0}}.list-page{background:var(--bg);padding-bottom:3rem}.list-page-hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 55%,var(--primary-light) 100%);color:#fff;padding:2.75rem 1.5rem 3.25rem;text-align:center;position:relative;overflow:visible}.list-page-hero h1{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;margin-bottom:.65rem}.list-page-hero p{font-size:1.05rem;opacity:.92;max-width:540px;margin:0 auto;line-height:1.55}.list-page-hero--refined{background:var(--primary-dark);font-family:DM Sans,sans-serif;padding:2.5rem 1.5rem 3.25rem;overflow:hidden;width:100%;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #00000026}.list-page-hero--refined:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-gradient);opacity:.88;pointer-events:none;z-index:0}.list-page-hero--refined:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.06) 22%,transparent 42%,transparent 58%,rgba(212,176,111,.18) 100%),radial-gradient(ellipse 95% 60% at 50% -18%,rgba(255,255,255,.32),transparent 62%),radial-gradient(ellipse 50% 40% at 92% 88%,rgba(212,176,111,.16),transparent 72%),linear-gradient(180deg,rgba(255,255,255,.08) 0%,transparent 28%);pointer-events:none;z-index:0}.list-page-hero__orb{z-index:0}.list-page-hero__inner{position:relative;z-index:1;max-width:36rem;margin:0 auto}.list-page-hero__badge{margin-bottom:1.25rem}.list-page-hero--refined h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,5vw,2.65rem);font-weight:500;letter-spacing:-.02em;line-height:1.05;margin:0 0 .75rem;color:var(--bg)}.list-page-hero--refined h1 em{font-style:italic;color:var(--accent)}.list-page-hero--refined p{margin:0 auto;max-width:32rem;font-size:1rem;font-weight:300;line-height:1.6;color:#f6f4ef80;letter-spacing:.02em}.list-benefits-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;max-width:980px;margin:-1.65rem auto 1.65rem;padding:0 1.5rem;position:relative;z-index:2}.list-benefits-line{display:none}@media(min-width:640px){.list-benefits-line{display:block;position:absolute;top:0;left:8%;right:8%;height:1px;pointer-events:none}}.list-benefits-line-draw{width:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,176,111,.45),transparent);transition:width 1.2s cubic-bezier(.16,1,.3,1);transition-delay:.35s}.list-benefits-line-draw.visible{width:100%}.list-benefit-card{position:relative;display:flex;align-items:center;gap:1rem;overflow:hidden;padding:1.1rem 1.15rem;border-radius:12px;text-align:left;cursor:default;background:#0b1f2af5;backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 1px #ffffff08,0 10px 28px #0b1f2a38;transition:all .5s cubic-bezier(.16,1,.3,1)}.list-benefit-card:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,176,111,.65),transparent);transition:width .55s cubic-bezier(.16,1,.3,1)}.list-benefit-card:hover{background:#102734fa;transform:translateY(-2px);border-color:#d4b06f38;box-shadow:inset 0 1px 1px #ffffff0a,0 14px 32px #0b1f2a47}.list-benefit-card:hover:before{width:72%}.list-benefit-card i{flex-shrink:0;width:2.35rem;font-size:1.35rem;color:var(--accent);text-align:center;transition:color .5s ease}.list-benefit-card:hover i{color:var(--accent-soft)}.list-benefit-card__copy{min-width:0}.list-benefit-card strong{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:1.05rem;margin-bottom:.25rem;color:var(--bg);line-height:1.2;transition:color .5s ease}.list-benefit-card:hover strong{color:var(--accent-soft)}.list-benefit-card span{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#f6f4ef6b;line-height:1.4;font-weight:500}.list-page-body{max-width:920px;margin:0 auto;padding:0 1.5rem}.coown-page{background:var(--bg);color:var(--text);padding-bottom:3rem}.coown-page--hero{padding-bottom:3rem}.coown-page--hero .list-benefits-row{margin-bottom:2rem}.coown-page-body{max-width:1200px;margin:0 auto;padding:0 1.5rem}.coown-page-body--narrow{max-width:920px}.coown-page-body--profile{max-width:720px}.profile-wallet-card{background:var(--card);border-radius:var(--radius);padding:1.25rem 1.75rem;box-shadow:var(--shadow);margin-top:1.25rem;border:1px solid var(--border)}.profile-wallet-card__title{margin:0 0 .5rem;font-size:1.05rem;color:var(--primary)}.profile-wallet-card__desc{font-size:.85rem;color:var(--text-light);margin:0 0 .85rem;line-height:1.55}.profile-wallet-card__row{display:flex;gap:.5rem;align-items:stretch}.profile-wallet-card__address{flex:1;min-width:0;padding:.72rem .95rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;line-height:1.4;cursor:text}.profile-wallet-card__address:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint)}.profile-wallet-card__copy{flex-shrink:0;align-self:stretch;border-radius:10px;padding-left:1rem;padding-right:1rem}.profile-wallet-card__network{font-size:.78rem;color:var(--text-light);margin:.55rem 0 0}.coown-page-body--messages{max-width:960px}.coown-page-body--messages .listing-messages-page{padding-top:0}.coown-page-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-top:.25rem}.coown-page-toolbar__lead{flex:1 1 12rem;min-width:0}.coown-page-toolbar__lead h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;font-weight:500;color:var(--primary-dark);margin:0 0 .25rem}.coown-page-toolbar__lead p{margin:0;font-size:.9rem;color:var(--text-light);line-height:1.5}.coown-page-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.coown-page-empty{text-align:center;padding:3rem 1.5rem;background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.coown-page-empty__icon{font-size:2.75rem;color:var(--text-light);margin-bottom:1rem;display:block}.coown-page-empty h3{margin:0 0 .5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:var(--primary-dark)}.coown-page-empty p{color:var(--text-light);max-width:480px;margin:0 auto 1.5rem;line-height:1.6}.calc-results-panel{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 55%,var(--primary-light) 100%);color:var(--bg);border-radius:var(--radius);padding:2rem 1.75rem;text-align:center;box-shadow:var(--shadow-lg);border:1px solid rgba(212,176,111,.15)}.calc-results-panel__label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#f6f4ef8c;font-weight:500;margin-bottom:.5rem}.calc-results-panel__value{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:500;margin:0 0 1.25rem;line-height:1.1;color:var(--bg)}.calc-results-panel__usd{display:block;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:400;opacity:.65;margin-top:.35rem}.calc-results-panel__stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid rgba(246,244,239,.12)}.calc-results-panel__stat-label{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#f6f4ef73;margin-bottom:.25rem}.calc-results-panel__stat-value{font-weight:700;font-size:1.15rem;color:var(--accent-soft)}@media(max-width:640px){.coown-page-body{padding:0 1rem}.coown-page-toolbar{flex-direction:column;align-items:stretch}.coown-page-toolbar__actions{justify-content:flex-start}.list-page-hero--refined{padding:2.25rem 1rem 2.75rem}.list-page-hero--refined h1{font-size:clamp(1.85rem,7vw,2.35rem)}}.list-form-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid var(--border);overflow:hidden}.list-form-section{padding:1.75rem 2rem;border-bottom:1px solid var(--border)}.list-form-section:last-of-type{border-bottom:none}.list-form-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;color:var(--primary);margin:0 0 1.25rem}.list-form-section-title i{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#0b1f2a1a;border-radius:10px;font-size:.95rem}.list-photo-zone{border:2px dashed var(--border);border-radius:12px;padding:1.5rem 1rem;text-align:center;background:var(--bg);transition:border-color .2s,background .2s}.list-photo-zone:hover{border-color:var(--primary-light);background:#0b1f2a0a}.list-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:.75rem;margin-top:1rem}.list-photo-thumb{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1;border:1px solid var(--border);box-shadow:var(--shadow)}.list-photo-thumb img{width:100%;height:100%;object-fit:cover}.list-photo-remove{position:absolute;top:6px;right:6px;background:var(--danger);color:#fff;border:none;border-radius:50%;width:26px;height:26px;cursor:pointer;font-size:.85rem;line-height:1;display:flex;align-items:center;justify-content:center}.list-form-footer{padding:1.5rem 2rem 2rem;background:var(--bg);border-top:1px solid var(--border)}.list-form-footer .btn{width:100%;padding:1rem;font-size:1rem}.list-success-card{padding:2.5rem 2rem;text-align:center}.list-success-card .list-form-section{text-align:left;border:none;padding-top:0}.rent-cost-line{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.rent-cost-line--total{border-bottom:none;font-weight:700;padding-top:.65rem;margin-top:.25rem;border-top:1px solid var(--border)}.rent-monthly-costs-breakdown--compact .rent-cost-line{font-size:.85rem}.rent-monthly-costs-breakdown--compact .rent-cost-donut-wrap{margin-bottom:.65rem}@media(max-width:720px){.list-benefits-row{grid-template-columns:1fr;margin-top:-1.25rem;gap:.5rem}.list-benefit-card{padding:.95rem 1rem}.list-form-section,.list-form-footer{padding-left:1.25rem;padding-right:1.25rem}.list-form-section .form-row{grid-template-columns:1fr}}.list-page--v2{background:var(--bg);padding-bottom:5rem}.list-page--v2 .list-benefits-row{margin-bottom:2rem}.list-v2-shell{max-width:48rem;margin:0 auto;padding:0 1.25rem}.list-v2-form-wrap{padding-bottom:2rem}.list-v2-form{display:flex;flex-direction:column;gap:1.25rem}.list-v2-card{background:var(--card);border:1px solid rgba(16,39,52,.1);border-radius:20px;box-shadow:0 4px 24px #0f172a0f;overflow:hidden}.list-v2-card__header,.list-v2-card__toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 1.5rem 0}.list-v2-card__toggle{width:100%;border:none;background:transparent;cursor:pointer;font-family:inherit;text-align:left;padding-bottom:1.35rem}.list-v2-card__toggle:hover{background:#f6f4ef8c}.list-v2-card--collapsible.is-open .list-v2-card__toggle{padding-bottom:.85rem}.list-v2-card__title-wrap{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;min-width:0}.list-v2-card__icon{width:2.5rem;height:2.5rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1027341a,#d4b06f2e);color:var(--primary);flex-shrink:0}.list-v2-card__icon--muted{background:var(--bg);color:var(--text-light)}.list-v2-card__title{margin:0;font-size:1.12rem;font-weight:700;color:var(--primary-dark)}.list-v2-card__chevron{color:var(--text-light);transition:transform .22s ease;flex-shrink:0}.list-v2-card__chevron.is-open{transform:rotate(180deg)}.list-v2-badge{display:inline-flex;align-items:center;padding:.28rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.list-v2-badge--muted{background:var(--bg);color:var(--text-light)}.list-v2-badge--required{background:#dc35451a;color:var(--danger)}.list-v2-card__body{padding:0 1.5rem 1.5rem}.list-v2-card__body--collapsible{padding-top:0;animation:listV2FadeIn .28s ease-out}@keyframes listV2FadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.list-v2-field{margin-bottom:1.15rem}.list-v2-field:last-child{margin-bottom:0}.list-v2-field__label{display:block;font-size:.88rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.list-v2-required{color:var(--danger);margin-left:.15rem}.list-v2-field__helper,.list-v2-hint{font-size:.8rem;color:var(--text-light);line-height:1.5;margin:0 0 .55rem}.list-v2-input,.list-v2-select,.list-v2-textarea,.nearby-input-box__input{width:100%;padding:.82rem 1rem;border-radius:12px;border:1px solid var(--border);background:#f6f4ef73;color:var(--text);font-family:inherit;font-size:.92rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.list-v2-input:hover,.list-v2-select:hover,.list-v2-textarea:hover,.nearby-input-box__input:hover{border-color:#10273438}.list-v2-input:focus,.list-v2-select:focus,.list-v2-textarea:focus,.nearby-input-box__input:focus{outline:none;border-color:var(--accent-dark);box-shadow:0 0 0 3px #d4b06f38;background:var(--card)}.list-v2-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.25rem;cursor:pointer}.list-v2-textarea{resize:vertical;min-height:6.5rem}.list-v2-grid{display:grid;gap:0 1rem}.list-v2-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.list-v2-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.list-v2-notice{display:flex;align-items:flex-start;gap:.7rem;margin-top:1.15rem;padding:.95rem 1rem;border-radius:14px;font-size:.88rem;line-height:1.55}.list-v2-notice--accent{background:linear-gradient(135deg,#d4b06f24,#f8e9cb8c);border:1px solid rgba(212,176,111,.35);color:var(--primary-dark)}.list-v2-notice i{color:var(--accent-dark);margin-top:.15rem}.list-v2-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.list-v2-type-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.05rem;border-radius:14px;border:1px solid var(--border);background:#f6f4ef59}.list-v2-type-card__icon{width:2.35rem;height:2.35rem;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary-tint);color:var(--primary);flex-shrink:0}.list-v2-type-card strong{display:block;font-size:.9rem;color:var(--primary-dark);margin-bottom:.15rem}.list-v2-type-card p{margin:0;font-size:.78rem;color:var(--text-light);line-height:1.45}.list-v2-inset{margin:1.15rem 0;padding:1.15rem 1.2rem;border-radius:14px;border:1px solid var(--border);background:var(--bg)}.list-v2-inset--accent{background:linear-gradient(135deg,#1027340a,#d4b06f1a);border-color:#d4b06f47}.list-v2-inset__title{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin:0 0 .45rem;font-size:.98rem;color:var(--primary-dark)}.list-v2-inset__title i{color:var(--accent-dark)}.list-v2-inset__tag{font-size:.72rem;font-weight:600;color:var(--text-light)}.list-v2-inset__text{margin:0 0 1rem;font-size:.84rem;color:var(--text-light);line-height:1.55}.list-v2-radio-group{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem}.list-v2-radio{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;border-radius:12px;border:1px solid var(--border);background:var(--card);cursor:pointer;font-size:.88rem}.list-v2-radio input{margin-top:.2rem;accent-color:var(--primary)}.list-v2-radio strong{display:block;color:var(--text)}.list-v2-radio small{display:block;color:var(--text-light);font-size:.78rem;margin-top:.1rem}.list-v2-share-preview{margin:.35rem 0 0;font-size:.88rem;font-weight:600;color:var(--primary)}.list-v2-dropzone{border:2px dashed rgba(16,39,52,.18);border-radius:18px;padding:2rem 1.25rem;text-align:center;background:#f6f4ef73;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.list-v2-dropzone:hover,.list-v2-dropzone.is-dragover{border-color:var(--accent);background:#d4b06f1a;box-shadow:0 0 0 4px #d4b06f1f}.list-v2-dropzone__icon{width:3.25rem;height:3.25rem;margin:0 auto .85rem;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--accent-tint);color:var(--accent-dark);font-size:1.35rem}.list-v2-dropzone__title{margin:0 0 .25rem;font-size:.92rem;font-weight:600;color:var(--text)}.list-v2-dropzone__meta{margin:0;font-size:.8rem;color:var(--text-light)}.list-v2-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:.75rem;margin-top:1.15rem}.list-v2-photo-thumb{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}.list-v2-photo-thumb img{width:100%;height:100%;object-fit:cover}.list-v2-photo-cover{position:absolute;top:6px;left:6px;z-index:2;padding:.15rem .45rem;border-radius:6px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.list-v2-photo-remove{position:absolute;top:6px;right:6px;width:28px;height:28px;border:none;border-radius:8px;background:#0f172ab8;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;opacity:0;transition:opacity .2s ease}.list-v2-photo-thumb:hover .list-v2-photo-remove{opacity:1}.list-v2-video-preview{margin-top:1rem;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#0b1f2a}.list-v2-video-preview video{display:block;width:100%;max-height:220px;object-fit:contain;background:#000}.list-v2-video-preview__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;background:var(--card);border-top:1px solid var(--border)}.list-v2-video-preview__name{margin:0;font-size:.82rem;color:var(--text-light);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-v2-video-remove{flex-shrink:0;border:none;background:#dc35451a;color:var(--danger);border-radius:8px;padding:.35rem .65rem;font-size:.78rem;font-weight:600;cursor:pointer}.gallery-video-download{position:absolute;top:1rem;left:1rem;z-index:4;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border:none;border-radius:999px;background:#000000b8;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.gallery-video-download:hover{background:#000000e0}.gallery-video-download:disabled{opacity:.7;cursor:wait}.gallery-youtube-card{position:relative;display:block;width:100%;height:100%;border:none;padding:0;background:#000;cursor:pointer}.gallery-youtube-card__thumb{width:100%;height:100%;object-fit:cover;display:block}.gallery-youtube-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;background:#0000006b;color:#fff;font-size:.95rem;font-weight:600}.gallery-youtube-card__overlay i{font-size:2.4rem;color:red}.list-v2-or-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:var(--text-light);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.list-v2-or-divider:before,.list-v2-or-divider:after{content:"";flex:1;height:1px;background:var(--border)}.list-v2-youtube-input-row{display:flex;align-items:stretch;gap:.65rem}.list-v2-youtube-input-row input{flex:1;min-width:0}.list-v2-youtube-add{flex-shrink:0;align-self:stretch;display:inline-flex;align-items:center;gap:.4rem;padding:0 1rem;white-space:nowrap;min-height:46px}@media(max-width:560px){.list-v2-youtube-input-row{flex-direction:column}.list-v2-youtube-add{width:100%;justify-content:center}}.list-v2-youtube-preview{position:relative;display:block;background:#000}.list-v2-youtube-preview img{display:block;width:100%;max-height:220px;object-fit:cover}.list-v2-youtube-preview__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:#00000061;color:#fff;font-size:.88rem;font-weight:600}.list-v2-youtube-preview__overlay i{font-size:2rem;color:red}.nearby-amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.nearby-input-box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.45rem;padding:1rem .75rem .85rem;border-radius:14px;background:var(--bg);border:1px solid var(--border);cursor:text;transition:border-color .2s ease,box-shadow .2s ease}.nearby-input-box:focus-within{border-color:var(--accent);box-shadow:0 4px 16px #d4b06f24}.nearby-input-box>i{font-size:1.35rem;color:var(--primary)}.nearby-input-box__label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-light)}.nearby-input-box__input{text-align:center;padding:.55rem .65rem;font-size:.85rem;font-weight:600;background:var(--card)}.list-v2-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid rgba(16,39,52,.08)}.list-v2-toggle-row:last-child{border-bottom:none;padding-bottom:0}.list-v2-toggle-label{margin:0;font-size:.9rem;font-weight:600;color:var(--text)}.list-v2-toggle-desc{margin:.2rem 0 0;font-size:.78rem;color:var(--text-light);line-height:1.45}.list-v2-toggle{position:relative;width:2.65rem;height:1.45rem;border-radius:999px;border:none;background:var(--border);cursor:pointer;flex-shrink:0;transition:background .2s ease}.list-v2-toggle.is-on{background:var(--primary)}.list-v2-toggle__thumb{position:absolute;top:2px;left:2px;width:1.1rem;height:1.1rem;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;transition:transform .2s ease}.list-v2-toggle.is-on .list-v2-toggle__thumb{transform:translate(1.2rem)}.list-v2-sticky-footer{position:sticky;bottom:0;z-index:20;margin:.5rem -.25rem 0;padding:1rem 1.1rem;border-radius:16px;border:1px solid var(--border);background:#f6f4eff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -8px 28px #0f172a14}.list-v2-sticky-footer__legal{margin:0 0 .85rem;font-size:.8rem;color:var(--text-light);line-height:1.5}.list-v2-inline-link{border:none;background:none;padding:0;color:var(--primary);font-weight:600;cursor:pointer;font-family:inherit;font-size:inherit;text-decoration:underline}.list-v2-submit{width:100%;padding:.95rem 1.25rem;font-size:1rem;border-radius:12px}.list-v2-modal-choice{width:100%;padding:1rem 1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.85rem;text-align:left;border-radius:12px}.list-v2-modal-choice:last-child{margin-bottom:0}.list-v2-modal-choice span{display:flex;flex-direction:column;gap:.1rem}.list-v2-modal-choice small{font-size:.78rem;font-weight:500;opacity:.85}.list-v2-success{padding:2.25rem 1.75rem;text-align:center}.list-v2-success__icon{font-size:3.5rem;color:var(--success);margin-bottom:1rem}.list-v2-success h2{margin:0 0 .5rem}.list-v2-success__lead{color:var(--text-light);max-width:32rem;margin:0 auto 1.25rem;line-height:1.55}.list-v2-success__summary{text-align:left;background:var(--bg);border-radius:14px;padding:1rem 1.1rem;margin-bottom:1.25rem}.list-v2-success__pipeline{text-align:left;margin-top:1.5rem}.list-v2-success__pipeline h4{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:var(--primary)}.list-v2-success__footnote{color:var(--text-light);font-size:.9rem;margin:1.25rem 0 1.5rem}.list-v2-success__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.list-v2-card .rent-monthly-costs-fields--compact .rent-monthly-costs-fields__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.85rem}.list-v2-card .rent-monthly-costs-fields__cell{padding:.85rem .75rem;border-radius:14px;background:var(--bg);border:1px solid var(--border);text-align:center}.list-v2-card .rent-monthly-costs-fields__cell span{display:block;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-light);margin-bottom:.45rem}.list-v2-card .rent-monthly-costs-fields__cell input{width:100%;text-align:center;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--border);background:var(--card);font-family:inherit;font-size:.85rem}.list-v2-card .rent-monthly-costs-fields__cell--other{grid-column:1 / -1}.list-v2-card .rent-monthly-costs-fields__other-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.list-v2-card .form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem}.list-v2-card .form-group{margin-bottom:1rem}.list-v2-card .form-group label{display:block;font-size:.88rem;font-weight:600;margin-bottom:.4rem}.list-v2-card .form-group input,.list-v2-card .form-group select,.list-v2-card .form-group textarea{width:100%;padding:.82rem 1rem;border-radius:12px;border:1px solid var(--border);background:#f6f4ef73;font-family:inherit;font-size:.92rem}@media(max-width:720px){.list-v2-grid--2,.list-v2-grid--3,.list-v2-type-grid,.list-v2-card .form-row,.list-v2-card .rent-monthly-costs-fields__other-row{grid-template-columns:1fr}.list-v2-card__header,.list-v2-card__toggle,.list-v2-card__body{padding-left:1.15rem;padding-right:1.15rem}.list-v2-photo-remove{opacity:1}}.container{max-width:1400px;margin:0 auto;padding:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.section-title{font-size:1.8rem;font-weight:700}.filters{display:flex;gap:.45rem;flex-wrap:wrap}.listings-meta{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.listings-count,.browse-results-count{display:inline-flex;align-items:center;padding:.42rem 1rem;border-radius:999px;border:1px solid rgba(16,39,52,.1);background:#fff9;color:#0f172a85;font-family:DM Sans,Inter,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.04em}.search-bar{display:flex;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.5rem 1rem;gap:.5rem;min-width:300px}.search-bar input{border:none;outline:none;font-family:inherit;font-size:.95rem;width:100%}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:2rem}.property-card{background:var(--card);border-radius:var(--radius);overflow:hidden;border:2px solid var(--accent);box-shadow:0 4px 20px #d4b06f24;transition:transform .3s,box-shadow .3s,border-color .3s;cursor:pointer}.property-card:hover{transform:translateY(-5px);border-color:var(--accent-dark);box-shadow:0 12px 36px #d4b06f47}.property-image{height:220px;background-size:cover;background-position:center;position:relative;transition:background-image .5s ease}.property-badge{position:absolute;top:1rem;left:1rem;background:var(--accent);color:var(--primary-dark);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.property-badge.funded{background:var(--success)}.property-badge.hot{background:var(--danger)}.property-badge.land{background:var(--info)}.property-card-actions{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:2}.property-compare,.property-favorite{background:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;border:none}.property-compare:hover{background:var(--primary);color:#fff}.property-compare.active{background:var(--primary);color:#fff;box-shadow:0 0 0 3px #0b1f2a40}.property-favorite:hover,.property-favorite.active{background:var(--danger);color:#fff}.compare-tray{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:1000;max-width:min(960px,calc(100vw - 2rem));background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.compare-tray-icon{width:40px;height:40px;border-radius:10px;background:#0b1f2a1a;color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.compare-tray-meta h4{margin:0;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--text)}.compare-tray-meta p{margin:.15rem 0 0;font-size:.7rem;color:var(--text-light)}.compare-tray-items{display:flex;gap:.5rem;overflow-x:auto;flex:1;min-width:0;padding:.15rem 0}.compare-tray-chip{display:flex;align-items:center;gap:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.35rem .65rem .35rem .35rem;white-space:nowrap;font-size:.8rem;font-weight:600}.compare-tray-chip img{width:32px;height:32px;object-fit:cover;border-radius:6px}.compare-tray-chip button{border:none;background:none;color:var(--text-light);cursor:pointer;font-size:1.1rem;line-height:1;padding:0 .15rem}.compare-tray-chip button:hover{color:var(--danger)}.compare-tray-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.compare-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.compare-modal-panel{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);max-width:1100px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem;box-shadow:var(--shadow-lg)}.compare-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.compare-modal-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--bg);display:flex;flex-direction:column}.compare-modal-card img{width:100%;height:140px;object-fit:cover}.compare-modal-card-body{padding:1rem;flex:1}.compare-modal-card-body h3{font-size:.95rem;margin:0 0 .5rem}.compare-modal-stats{font-size:.8rem;color:var(--text-light);line-height:1.55;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.compare-modal-stats strong{color:var(--text)}.compare-modal-card-footer{padding:.75rem 1rem 1rem}body.has-compare-tray{padding-bottom:6rem}.gallery-indicator{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);display:flex;gap:.3rem;z-index:2}.gallery-dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:all .3s}.gallery-dot.active{background:#fff;width:16px;border-radius:3px}.photo-count{position:absolute;bottom:.5rem;right:.5rem;background:#0009;color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;z-index:2}.property-info{padding:1.5rem}.property-location{color:var(--text-light);font-size:.9rem;margin-bottom:.5rem}.property-location i{color:var(--accent);margin-right:.3rem}.property-listed-at{font-size:.8rem;color:var(--text-light);margin:-.35rem 0 .75rem;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.property-listed-at i{color:var(--primary);font-size:.72rem;opacity:.9}.property-price{font-family:Outfit,Inter,sans-serif;font-size:1.35rem;font-weight:800;color:var(--primary-dark);letter-spacing:-.02em;margin:.15rem 0 .65rem;line-height:1.2}.property-price-label{display:block;font-family:Outfit,Inter,sans-serif;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--text-light);margin-bottom:.2rem}.property-title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:600;letter-spacing:.01em;line-height:1.15;margin-bottom:.35rem;color:var(--text)}.metric .metric-value--return{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;width:auto}.metric-return-icon{font-size:.85em;color:#1a5f3f;flex-shrink:0}.property-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:1rem;background:linear-gradient(180deg,#f8faf9,#f1f5f3);border:1px solid var(--border);border-radius:10px;overflow:hidden}.metric{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:.7rem .35rem;min-width:0;border-right:1px solid var(--border)}.metric:last-child{border-right:none}.metric label{display:block;width:100%;font-size:.625rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;line-height:1.25;margin:0 0 .4rem;min-height:2.5em;display:flex;align-items:flex-end;justify-content:center;text-align:center;-webkit-hyphens:manual;hyphens:manual;word-break:normal;overflow-wrap:normal}.metric .metric-value{display:block;width:100%;font-weight:700;font-size:clamp(.8rem,2.4vw,.95rem);color:var(--primary);line-height:1.2;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric .metric-value--long{font-size:clamp(.72rem,2vw,.85rem)}.pagination-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border)}.pagination-bar--compact{margin-top:1.25rem;padding-top:1rem}.pagination-summary{font-size:.9rem;color:var(--text-light);font-weight:500}.pagination-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pagination-page-indicator{font-size:.88rem;font-weight:600;color:var(--text);min-width:6.5rem;text-align:center}.pagination-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--text);font-weight:600;font-size:.88rem;cursor:pointer;transition:background .2s,border-color .2s}.pagination-btn:hover:not(:disabled){background:#0b1f2a14;border-color:var(--primary);color:var(--primary)}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin-bottom:.5rem;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-light),var(--accent),var(--accent-dark));background-size:200% 100%;border-radius:4px;transition:width .5s ease;animation:progress-bar-shimmer 3s infinite linear}@keyframes progress-bar-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.progress-fill{animation:none;background:var(--accent)}}.progress-text{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-light)}.dashboard-grid{display:grid;grid-template-columns:260px 1fr;gap:2rem;padding-bottom:3rem}.sidebar{background:var(--card);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);height:fit-content}.user-profile{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.user-avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;margin:0 auto .8rem;color:#fff;font-size:1.8rem;font-weight:700}.user-avatar--guest{background:linear-gradient(135deg,#1027341f,#1027340f);color:var(--primary);font-size:1.45rem;font-weight:500;border:1px solid rgba(16,39,52,.12)}.admin-chat-report-review{margin:0 0 .75rem;padding:.65rem .8rem;border-radius:10px;background:#1027340a;border:1px solid rgba(16,39,52,.08);font-size:.84rem;line-height:1.5}.admin-chat-report-review strong{color:var(--primary-dark)}.admin-tab-badge--alert{background:var(--danger)}.user-name{font-weight:700}.user-email{color:var(--text-light);font-size:.85rem}.sidebar-menu{list-style:none}.sidebar-menu li{margin-bottom:.3rem}.sidebar-menu a{display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;border-radius:8px;text-decoration:none;color:var(--text);transition:all .3s;cursor:pointer;font-size:.95rem;border:none;background:none;width:100%;font-family:inherit}.sidebar-menu button{display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;border-radius:8px;text-decoration:none;color:var(--text);transition:background .2s,color .2s;cursor:pointer;font-size:.95rem;border:none;background:none;width:100%;font-family:inherit;text-align:left}.sidebar-menu button:hover{background:#0b1f2a1a;color:var(--primary)}.sidebar-menu button.active{background:var(--primary);color:#fff}.sidebar-menu button.active:hover{background:var(--primary-dark);color:#fff}.main-content{background:var(--card);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--bg);border-radius:12px;padding:1.5rem;border-left:4px solid var(--primary)}.stat-card:nth-child(2){border-left-color:var(--accent)}.stat-card:nth-child(3){border-left-color:var(--success)}.stat-card:nth-child(4){border-left-color:var(--danger)}.stat-card label{font-size:.8rem;color:var(--text-light);display:block;margin-bottom:.3rem}.stat-card value{font-size:1.6rem;font-weight:700;display:block}.stat-card .change{font-size:.8rem;margin-top:.3rem}.stat-card-label-row{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.35rem;position:relative}.stat-card-label-row label{margin-bottom:0}.stat-help-trigger{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;padding:0;border:none;background:transparent;color:var(--text-light);cursor:help;border-radius:50%;font-size:.75rem;line-height:1}.stat-help-trigger:hover,.stat-help-trigger:focus{color:var(--primary);outline:none}.stat-help-trigger:focus-visible{box-shadow:0 0 0 2px #0b1f2a59}.stat-help-tooltip{display:none;position:absolute;left:0;top:calc(100% + 6px);z-index:20;min-width:200px;max-width:280px;padding:.55rem .7rem;font-size:.78rem;font-weight:400;line-height:1.45;color:var(--text);background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);text-align:left}.stat-help-trigger:hover .stat-help-tooltip,.stat-help-trigger:focus .stat-help-tooltip,.stat-help-trigger.is-open .stat-help-tooltip{display:block}.change.positive{color:var(--success)}.change.negative{color:var(--danger)}.investment-table{width:100%;border-collapse:collapse;margin-top:1rem}.investment-table th{text-align:left;padding:1rem;border-bottom:2px solid var(--border);font-weight:600;color:var(--text-light);font-size:.8rem;text-transform:uppercase}.investment-table td{padding:1rem;border-bottom:1px solid var(--border)}.investment-table tr:hover{background:var(--bg)}.property-cell{display:flex;align-items:center;gap:1rem}.property-cell.property-cell-link{cursor:pointer;border:none;background:none;padding:0;text-align:left;font:inherit;width:100%}.property-cell.property-cell-link:hover .property-cell-info h4{color:var(--primary)}.property-cell.property-cell-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:8px}.property-thumb{width:48px;height:48px;border-radius:8px;background-size:cover;background-position:center;flex-shrink:0}.property-cell-info h4{font-weight:600;font-size:.95rem}.property-cell-info span{font-size:.8rem;color:var(--text-light)}.status-badge{padding:.25rem .7rem;border-radius:20px;font-size:.75rem;font-weight:600}.status-active{background:#d4edda;color:#155724}.status-pending{background:#fff3cd;color:#856404}.status-review{background:#cce5ff;color:#004085}.status-approved{background:#d4edda;color:#155724}.status-rejected{background:#f8d7da;color:#721c24}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:all .3s}.modal-overlay.active{opacity:1;visibility:visible}.modal{background:var(--card);border-radius:20px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;transform:scale(.9);transition:transform .3s}.modal-overlay.active .modal{transform:scale(1)}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.3rem}.modal-close{width:36px;height:36px;border-radius:50%;border:none;background:var(--bg);cursor:pointer;font-size:1.2rem;transition:all .3s}.modal-close:hover{background:var(--danger);color:#fff}.modal-body{padding:1.5rem 2rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0b1f2a1a}.form-group textarea{min-height:100px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.sell-shares-controls{display:flex;align-items:center;gap:.75rem}.sell-shares-controls input[type=number]{width:4.5rem;flex-shrink:0;text-align:center}.sell-shares-controls input[type=range]{flex:1;min-width:0;padding:0;border:none;box-shadow:none}.form-error{font-size:.8rem;color:var(--danger);margin-top:.3rem}.ownership-notice{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:1rem;padding:.75rem .9rem;border-radius:10px;background:#d4b06f1f;border:1px solid rgba(212,176,111,.35);color:var(--primary-dark);font-size:.88rem;font-weight:600;line-height:1.45}.ownership-notice i{color:var(--accent-dark);font-size:.95rem;margin-top:.12rem;flex-shrink:0}.ownership-notice--modal{margin:1rem 1.35rem 0}.investment-summary{background:var(--bg);border-radius:12px;padding:1.2rem;margin-bottom:1.2rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:.95rem}.summary-row:last-child{margin-top:.8rem;padding-top:.8rem;border-top:2px solid var(--border);font-weight:700;font-size:1.05rem}.modal--invest{max-width:480px;padding:0;overflow:hidden;display:flex;flex-direction:column;max-height:min(92vh,720px)}.modal--invest .modal-body{padding:0;overflow-y:auto;flex:1}.invest-modal__scroll{flex:1;min-height:0;overflow-y:auto;padding:1.15rem 1.35rem 1rem}.invest-modal__hero{display:flex;align-items:flex-start;gap:1rem;padding:1.35rem 1.35rem 1.15rem;background:linear-gradient(145deg,rgba(11,31,42,.12) 0%,rgba(11,31,42,.02) 55%,var(--card) 100%);border-bottom:1px solid var(--border);position:relative}.invest-modal__hero-media{width:72px;height:72px;border-radius:14px;object-fit:cover;box-shadow:0 8px 24px #0000001f;flex-shrink:0;background:var(--bg)}.invest-modal__hero-placeholder{width:72px;height:72px;border-radius:14px;flex-shrink:0;background:linear-gradient(135deg,var(--primary-light),var(--primary));display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 8px 24px #0b1f2a40}.invest-modal__hero-text{flex:1;min-width:0;padding-right:2.25rem}.invest-modal__eyebrow{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.35rem}.invest-modal__hero-text h2{font-size:1.2rem;line-height:1.25;margin:0 0 .35rem;font-family:var(--font-display, inherit)}.invest-modal__location{font-size:.85rem;color:var(--text-light);margin:0;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.modal--invest .modal-close{position:absolute;top:1rem;right:1rem;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border)}.invest-modal__content{padding:1.15rem 1.35rem 1.35rem}.modal--invest .sale-invest-cost-breakdown{margin-top:0;margin-bottom:1rem}.invest-modal__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin-bottom:1.15rem}.invest-modal__stat{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:.65rem .5rem;text-align:center}.invest-modal__stat label{display:block;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin-bottom:.25rem}.invest-modal__stat-value{display:block;font-size:.92rem;font-weight:700;color:var(--text);line-height:1.2}.invest-modal__stat--highlight{border-color:#0b1f2a59;background:#0b1f2a0f}.invest-modal__stat--highlight .invest-modal__stat-value{color:var(--primary)}.invest-modal__shares-panel{background:var(--card);border:1px solid rgba(16,39,52,.12);border-radius:14px;padding:1rem 1.1rem .9rem;margin-bottom:1rem;box-shadow:0 4px 18px #0f172a0a}.invest-modal__shares-label{display:block;font-size:.82rem;font-weight:700;color:var(--primary-dark);margin:0 0 .65rem}.invest-modal__shares-control{display:flex;align-items:stretch;border:1px solid rgba(16,39,52,.16);border-radius:12px;overflow:hidden;background:var(--bg)}.invest-modal__shares-adjust{width:3rem;flex-shrink:0;border:none;background:#ffffffb3;color:var(--primary);font-size:.95rem;cursor:pointer;transition:background .2s,color .2s}.invest-modal__shares-adjust:hover:not(:disabled){background:var(--primary);color:#fff}.invest-modal__shares-adjust:disabled{opacity:.35;cursor:not-allowed}.invest-modal__shares-input{flex:1;min-width:0;border:none;border-left:1px solid rgba(16,39,52,.1);border-right:1px solid rgba(16,39,52,.1);background:#fff;text-align:center;font-size:1.65rem;font-weight:800;color:var(--primary-dark);font-variant-numeric:tabular-nums;padding:.8rem .5rem;-moz-appearance:textfield}.invest-modal__shares-input::-webkit-outer-spin-button,.invest-modal__shares-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.invest-modal__shares-input:focus{outline:none;box-shadow:inset 0 0 0 2px #d4b06f73;background:#fff}.invest-modal__shares-input:disabled{opacity:.45;cursor:not-allowed}.invest-modal__shares-hint{margin:.6rem 0 0;font-size:.78rem;color:var(--text-light);line-height:1.45}.invest-modal__receipt{border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-bottom:.85rem;background:var(--card)}.invest-modal__receipt-head{padding:.55rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);background:var(--bg);border-bottom:1px solid var(--border)}.invest-modal__receipt-body{padding:.2rem 0}.invest-receipt-line{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.55rem 1rem;font-size:.9rem}.invest-receipt-line+.invest-receipt-line{border-top:1px solid rgba(0,0,0,.04)}.invest-receipt-line__label{color:var(--text-light);flex:1;min-width:0}.invest-receipt-line__label strong{display:block;color:var(--text);font-weight:600;font-size:.88rem}.invest-receipt-line__hint{display:block;font-size:.72rem;color:var(--text-light);margin-top:.2rem;line-height:1.35;font-weight:400}.invest-receipt-line__value{font-weight:600;color:var(--text);white-space:nowrap;font-variant-numeric:tabular-nums}.invest-receipt-line__value--muted{color:var(--text-light);font-weight:500}.invest-modal__total-card{margin:0 1rem .65rem;padding:.85rem 1rem;border-radius:12px;background:linear-gradient(135deg,#0b1f2a1a,#0b1f2a0a);border:1px solid rgba(11,31,42,.2);display:flex;justify-content:space-between;align-items:center;gap:1rem}.invest-modal__total-card span:first-child{font-size:.85rem;font-weight:600;color:var(--text)}.invest-modal__total-card strong{font-size:1.35rem;font-weight:800;color:var(--primary);font-variant-numeric:tabular-nums}.invest-modal__total-local{display:block;font-size:.75rem;font-weight:500;color:var(--text-light);margin-top:.15rem;text-align:right}.invest-modal__footer-sticky{flex-shrink:0;padding:1rem 1.35rem calc(1rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,var(--card) 24%);box-shadow:0 -10px 28px #0f172a14}.invest-modal__footer-total{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem .9rem;border-radius:12px;background:#0b1f2a0d;border:1px solid rgba(11,31,42,.1)}.invest-modal__footer-total-label{display:block;font-size:.82rem;font-weight:700;color:var(--text)}.invest-modal__footer-total-local{display:block;font-size:.74rem;color:var(--text-light);margin-top:.15rem}.invest-modal__footer-total-amount{font-size:1.35rem;font-weight:800;color:var(--primary-dark);font-variant-numeric:tabular-nums;white-space:nowrap}.invest-modal__fx-note{font-size:.75rem;color:var(--text-light);text-align:center;margin:0 0 .75rem;line-height:1.45}.invest-modal__footnote{font-size:.72rem;color:var(--text-light);line-height:1.45;margin:0 0 .5rem;padding:.65rem .75rem;background:var(--bg);border-radius:10px;display:flex;gap:.45rem;align-items:flex-start}.invest-modal__footnote i{color:var(--primary);margin-top:.1rem}.invest-modal__payment-rail{margin:.85rem 0 .5rem;padding:.85rem;background:var(--bg);border-radius:12px;border:1px solid var(--border)}.invest-modal__payment-rail-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin:0 0 .6rem}.invest-modal__payment-rail-options{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}@media(max-width:520px){.invest-modal__payment-rail-options{grid-template-columns:1fr}}.invest-modal__payment-rail-option{display:flex;align-items:flex-start;gap:.55rem;padding:.65rem .7rem;border:1px solid var(--border);border-radius:10px;background:var(--card);text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.invest-modal__payment-rail-option i{color:var(--primary);margin-top:.15rem;font-size:1rem}.invest-modal__payment-rail-option strong{display:block;font-size:.88rem;color:var(--text)}.invest-modal__payment-rail-option small{display:block;font-size:.72rem;color:var(--text-light);line-height:1.35;margin-top:.15rem}.invest-modal__payment-rail-option--active{border-color:var(--primary);box-shadow:0 0 0 1px #c8a24a59}.invest-modal__pay-asset{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--border)}.invest-modal__pay-asset-label{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin-bottom:.45rem}.invest-modal__pay-asset-options{display:flex;gap:.45rem}.invest-modal__pay-asset-btn{flex:1;padding:.45rem .6rem;border-radius:8px;border:1px solid var(--border);background:var(--card);font-weight:600;font-size:.82rem;cursor:pointer}.invest-modal__pay-asset-btn--active{border-color:var(--primary);color:var(--primary)}.invest-modal__pay-asset-note{font-size:.72rem;color:var(--text-light);line-height:1.45;margin:.55rem 0 0}.invest-modal__crypto-balances{margin-top:.65rem;padding:.55rem .75rem;border-radius:var(--radius-sm);background:var(--bg-subtle, #f5f3ef);font-size:.78rem;color:var(--text-light);line-height:1.45}.invest-modal__crypto-balances strong{color:var(--text);font-weight:600}.invest-modal__processing-note{margin:0 0 .65rem;padding:.55rem .75rem;border-radius:var(--radius-sm);background:#b8860b14;border:1px solid rgba(184,134,11,.25);font-size:.78rem;color:var(--text);line-height:1.45}.invest-modal__processing-note i{margin-right:.35rem;color:var(--primary)}.invest-modal__footer{padding-top:.25rem;border-top:1px solid var(--border)}.invest-modal__balance{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-bottom:.65rem;color:var(--text-light)}.invest-modal__balance strong{color:var(--text)}.invest-modal__balance--low strong{color:var(--danger)}.invest-modal__balance-warning{color:var(--danger);font-size:.84rem;margin:0 0 .65rem;line-height:1.4}.invest-modal__cta{width:100%;padding:.95rem 1.25rem;border-radius:999px;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 8px 22px #d4b06f59}.invest-modal__cta:disabled{box-shadow:none;opacity:.55}@media(max-width:420px){.invest-modal__stats{grid-template-columns:1fr}.invest-modal__hero-media,.invest-modal__hero-placeholder{width:56px;height:56px}}.modal--manage-listing{max-width:640px;padding:0;overflow:hidden;display:flex;flex-direction:column;max-height:min(92vh,820px)}.modal--manage-listing .modal-body{padding:0;overflow-y:auto;flex:1}.manage-modal__hero{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem 1rem;background:linear-gradient(145deg,rgba(11,31,42,.1) 0%,rgba(11,31,42,.02) 50%,var(--card) 100%);border-bottom:1px solid var(--border);position:relative}.manage-modal__hero-media,.manage-modal__hero-placeholder{width:64px;height:64px;border-radius:12px;flex-shrink:0;object-fit:cover}.manage-modal__hero-placeholder{background:linear-gradient(135deg,var(--primary-light),var(--primary));display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.35rem}.manage-modal__hero-text h2{margin:0 0 .25rem;font-size:1.15rem;line-height:1.25;padding-right:2rem}.manage-modal__hero-text p{margin:0;font-size:.82rem;color:var(--text-light)}.modal--manage-listing .modal-close{position:absolute;top:.85rem;right:.85rem;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border)}.manage-modal__content{padding:1.15rem 1.35rem 1.35rem}.manage-modal__section{margin-bottom:1.1rem;padding:1rem 1.05rem;background:var(--bg);border:1px solid var(--border);border-radius:14px}.manage-modal__section-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin:0 0 .75rem}.manage-modal__price-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.manage-modal__price-readonly{padding:.75rem;border-radius:10px;background:var(--card);border:1px dashed var(--border)}.manage-modal__price-readonly label{display:block;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin-bottom:.35rem}.manage-modal__price-readonly strong{font-size:1.05rem;color:var(--text)}.manage-modal__price-platform input{width:100%;font-size:1.05rem;font-weight:700;padding:.7rem .75rem;border-radius:10px;border:1px solid rgba(11,31,42,.35);background:var(--card)}.manage-modal__price-note{margin:.75rem 0 0;padding:.65rem .75rem;border-radius:10px;font-size:.8rem;line-height:1.45;background:#0b1f2a14;border:1px solid rgba(11,31,42,.15);color:var(--text)}.manage-modal__price-note--markup strong{color:var(--primary)}.manage-modal__form-grid .form-group{margin-bottom:.75rem}.manage-modal__form-grid .form-group label{font-size:.78rem;font-weight:600;color:var(--text-light)}.manage-modal__form-grid input,.manage-modal__form-grid select,.manage-modal__form-grid textarea{width:100%;padding:.6rem .7rem;border-radius:10px;border:1px solid var(--border);font-family:inherit;font-size:.9rem}.manage-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.35rem;margin:0 -1.35rem -1.35rem;border-top:1px solid var(--border);background:linear-gradient(180deg,var(--card) 0%,var(--bg) 100%);border-radius:0 0 var(--radius) var(--radius);position:sticky;bottom:0;z-index:2}.manage-modal__footer-remove{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .15rem;border:none;background:transparent;color:var(--danger);font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;border-radius:8px;transition:color .2s,background .2s}.manage-modal__footer-remove:hover:not(:disabled){color:#b02a37;background:#dc354514}.manage-modal__footer-remove:disabled{opacity:.45;cursor:not-allowed}.manage-modal__footer-actions{display:inline-flex;align-items:stretch;margin-left:auto;border-radius:10px;overflow:hidden;border:1px solid rgba(16,39,52,.18);box-shadow:0 4px 14px #0b1f2a14}.manage-modal__footer-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.62rem 1.15rem;border:none;font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,opacity .2s;white-space:nowrap}.manage-modal__footer-btn--cancel{background:var(--card);color:var(--primary);border-right:1px solid rgba(16,39,52,.12)}.manage-modal__footer-btn--cancel:hover{background:var(--primary-tint)}.manage-modal__footer-btn--save{background:var(--accent);color:var(--primary-dark);min-width:8.5rem}.manage-modal__footer-btn--save:hover:not(:disabled){background:var(--accent-dark)}.manage-modal__footer-btn--save:disabled{opacity:.55;cursor:not-allowed}@media(max-width:520px){.manage-modal__footer{flex-direction:column;align-items:stretch;gap:.75rem}.manage-modal__footer-remove{justify-content:center;padding:.55rem .75rem}.manage-modal__footer-actions{margin-left:0;width:100%}.manage-modal__footer-btn{flex:1}}.manage-modal__link-hint{font-size:.8rem;color:var(--text-light);margin:0 0 .85rem;padding:.55rem .65rem;background:var(--card);border-radius:8px;border:1px solid var(--border)}@media(max-width:520px){.manage-modal__price-grid{grid-template-columns:1fr}}.lister-pricing-banner{margin:.85rem 0 1rem;padding:.85rem 1rem;background:#0b1f2a0f;border:1px solid rgba(11,31,42,.18);border-radius:12px}.lister-pricing-banner--compact{margin:.5rem 0 .75rem;padding:.65rem .85rem}.lister-pricing-banner__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.9rem;margin-bottom:.35rem}.lister-pricing-banner__row:last-of-type{margin-bottom:0}.lister-pricing-banner__row--highlight strong{color:var(--primary);font-size:1rem}.lister-pricing-banner__label{color:var(--text-light);font-size:.78rem;font-weight:600}.lister-pricing-banner__note{margin:.65rem 0 0;padding-top:.6rem;border-top:1px solid rgba(11,31,42,.12);font-size:.78rem;line-height:1.45;color:var(--text-light)}.terms-page{padding:2rem 0 4rem;max-width:800px;margin:0 auto}.terms-page h1{font-size:1.75rem;margin-bottom:.35rem}.terms-page .terms-updated{color:var(--text-light);font-size:.9rem;margin-bottom:1.5rem}.terms-page section{margin-bottom:1.5rem}.terms-page h2{font-size:1.1rem;margin:0 0 .5rem;color:var(--primary)}.terms-page p,.terms-page li{font-size:.92rem;line-height:1.65;color:var(--text)}.terms-page ul{padding-left:1.25rem;margin:.5rem 0}.terms-page .terms-body h1{font-size:1.75rem;margin:0 0 .35rem}.terms-page .terms-body h2{font-size:1.1rem;margin:1.25rem 0 .5rem;color:var(--primary)}.terms-page .terms-body h3{font-size:1rem;margin:1rem 0 .4rem}.terms-page .terms-body blockquote{margin:.75rem 0;padding:.75rem 1rem;background:#c878001a;border-radius:10px;border-left:3px solid var(--warning)}.terms-page .terms-body table.terms-table{width:100%;border-collapse:collapse;font-size:.88rem;margin:.75rem 0}.terms-page .terms-body table.terms-table th,.terms-page .terms-body table.terms-table td{border:1px solid var(--border);padding:.5rem .65rem;text-align:left;vertical-align:top}.terms-page .terms-body table.terms-table th{background:var(--bg-light, #f5f5f5)}.terms-page .terms-body code{font-size:.88em;background:#0000000f;padding:.1rem .35rem;border-radius:4px}.terms-page .terms-loading{color:var(--text-light);padding:2rem 0}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:3000;display:flex;flex-direction:column;gap:.5rem}.toast{background:var(--text);color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.8rem;animation:slideIn .3s ease;min-width:300px;font-size:.95rem}.toast.success{background:var(--success)}.toast.error{background:var(--danger)}.toast.info{background:var(--info)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.page-section{display:none}.page-section.active{display:block}.gallery{position:relative;height:450px;background:#000;border-radius:var(--radius);overflow:hidden;margin-bottom:1rem}.gallery-main{width:100%;height:100%;object-fit:contain;background:#000}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#0009;color:#fff;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:3}.gallery-nav:hover{background:#000000e6}.gallery-nav.prev{left:1rem}.gallery-nav.next{right:1rem}.gallery-thumbs{display:flex;gap:.5rem;margin-top:.5rem;overflow-x:auto;padding-bottom:.5rem}.gallery-thumb{width:90px;height:65px;border-radius:8px;object-fit:cover;cursor:pointer;opacity:.5;transition:all .3s;border:2px solid transparent;flex-shrink:0}.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:var(--primary)}.gallery-counter{position:absolute;bottom:1rem;right:1rem;background:#000000b3;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;z-index:3}.video-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:var(--primary);box-shadow:var(--shadow-lg);z-index:3;transition:transform .3s}.video-badge:hover{transform:translate(-50%,-50%) scale(1.1)}.gallery-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:3}.gallery-dot-main{width:8px;height:8px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s}.gallery-dot-main.active{background:#fff;width:20px;border-radius:4px}.nearby-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-top:1rem}.nearby-item{background:var(--bg);padding:1rem;border-radius:12px;text-align:center}.nearby-item i{font-size:1.5rem;color:var(--primary);margin-bottom:.5rem;display:block}.nearby-item label{font-size:.75rem;color:var(--text-light);text-transform:uppercase}.nearby-item value{display:block;font-weight:700;font-size:1rem;margin-top:.2rem}.renovation-box{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-radius:12px;padding:1.2rem;margin-top:1rem;border-left:4px solid var(--warning)}.renovation-box.renovated{background:linear-gradient(135deg,#d4edda,#b8e994);border-left-color:var(--success)}.pipeline-wrap{margin:1.5rem 0;padding:1.15rem .65rem .85rem;background:linear-gradient(180deg,#fffffff2,#f6f4ef8c);border:1px solid rgba(16,39,52,.1);border-radius:14px;box-shadow:0 2px 14px #0f172a0a;transition:border-color .28s ease,box-shadow .28s ease}.pipeline{--pipeline-dot-size: 40px;position:relative;padding:0 .15rem}.pipeline-rail{position:absolute;top:calc(var(--pipeline-dot-size) / 2);left:calc(100% / 12);right:calc(100% / 12);height:2px;background:#1027341f;border-radius:999px;transform:translateY(-50%);z-index:0;overflow:hidden}.pipeline-rail-fill{height:100%;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:inherit;transition:width .35s ease}.pipeline-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.15rem;position:relative;z-index:1}.pipeline-step{display:flex;flex-direction:column;align-items:center;min-width:0;text-align:center;transition:transform .28s ease}.pipeline-dot{width:var(--pipeline-dot-size);height:var(--pipeline-dot-size);border-radius:50%;background:var(--card);border:2px solid rgba(16,39,52,.14);display:flex;align-items:center;justify-content:center;font-size:.82rem;color:#0f172a61;box-shadow:0 2px 8px #0f172a0d;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,border-color .28s ease,color .28s ease;flex-shrink:0}.pipeline-dot.completed{background:var(--primary-dark);border-color:var(--primary-dark);color:var(--accent);box-shadow:0 4px 14px #0b1f2a38}.pipeline-dot.active{background:linear-gradient(135deg,var(--accent) 0%,#dfbe84 100%);border-color:var(--accent);color:var(--primary-dark);box-shadow:0 4px 16px #d4b06f52;transform:scale(1.06)}.pipeline-caption{width:100%;min-height:2.85rem;margin-top:.55rem;display:flex;flex-direction:column;align-items:center}.pipeline-label{font-family:DM Sans,Inter,sans-serif;font-size:.7rem;font-weight:600;line-height:1.3;letter-spacing:.02em;color:#0f172a73;max-width:5.75rem}.pipeline-label.completed{color:var(--primary-dark)}.pipeline-label.active{color:var(--accent-dark);font-weight:700}.pipeline-label{transition:color .28s ease}@media(hover:hover){.pipeline-wrap:hover{border-color:#d4b06f52;box-shadow:0 4px 22px #d4b06f1f}.pipeline-step:hover .pipeline-dot:not(.completed):not(.active){transform:scale(1.08);background:#d4b06f1a;border-color:#d4b06f80;color:var(--accent-dark);box-shadow:0 6px 18px #d4b06f33}.pipeline-step:hover .pipeline-dot.completed{transform:scale(1.08);box-shadow:0 6px 20px #0b1f2a47,0 0 0 3px #d4b06f38}.pipeline-step:hover .pipeline-dot.active{transform:scale(1.1);box-shadow:0 6px 24px #d4b06f6b}.pipeline-step:hover .pipeline-label:not(.active){color:var(--primary-dark)}.pipeline-step:hover .pipeline-label.active{color:var(--primary-dark)}}.pipeline-step-extra{min-height:1.05rem;margin-top:.15rem;display:flex;align-items:flex-start;justify-content:center}.pipeline-step-spacer{display:block;min-height:1rem}.pipeline-live-link{font-size:.62rem;font-weight:600;color:var(--accent-dark);text-decoration:none;display:inline-flex;align-items:center;gap:.2rem;letter-spacing:.02em;white-space:nowrap}.pipeline-live-link:hover{color:var(--primary-dark);text-decoration:underline}.pipeline-live-link i{font-size:.58rem}.pipeline-admin .pipeline-step{cursor:pointer}@media(hover:hover){.pipeline-admin .pipeline-step:hover{transform:translateY(-2px)}}.pipeline-admin-hint{font-size:.85rem;color:var(--text-light);margin-bottom:.75rem}.admin-pipeline-block{margin-bottom:1.25rem;padding:1rem 1.1rem 1.1rem;background:var(--bg);border:1px solid var(--border);border-radius:14px}.admin-pipeline-controls{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.admin-pipeline-controls__actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.submission-queue-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem}.kyc-queue-stats{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.kyc-queue-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.kyc-queue-stats{grid-template-columns:1fr}}.submission-queue-stat{background:var(--card);border-radius:14px;padding:1.1rem 1.25rem;border:1px solid var(--border);cursor:pointer;text-align:left;transition:border-color .2s,box-shadow .2s,background .2s;font-family:inherit;width:100%}.submission-queue-stat:hover{border-color:var(--primary-light);box-shadow:var(--shadow)}.submission-queue-stat.active{border-color:var(--primary);box-shadow:0 4px 16px #0b1f2a1f;background:linear-gradient(135deg,#0b1f2a12,#ffffffe6)}.submission-queue-stat label{display:block;font-size:.78rem;color:var(--text-light);margin-bottom:.4rem;font-weight:600}.submission-queue-stat label i{margin-right:.35rem;color:var(--primary)}.submission-queue-stat value{display:block;font-size:1.85rem;font-weight:800;color:var(--text);letter-spacing:-.02em}.submission-queue-stat.active value{color:var(--primary)}.submission-queue-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.submission-queue-layout{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:1.25rem;align-items:stretch;min-height:0}@media(max-width:960px){.submission-queue-layout{grid-template-columns:1fr}}.submission-queue-sidebar{display:flex;flex-direction:column;gap:0;min-width:0}.submission-queue-toolbar{flex-shrink:0;margin-bottom:1rem;padding:1rem 1.1rem;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 2px 12px #0000000a}.submission-queue-search{margin-bottom:0;flex-shrink:0}.submission-queue-search input{width:100%;padding:.7rem 2.35rem .7rem 2.5rem;border:1px solid var(--border);border-radius:10px;font-size:.92rem;background:var(--bg);transition:border-color .2s,box-shadow .2s}.submission-queue-search input:focus{outline:none;border-color:var(--primary-light);box-shadow:0 0 0 3px #0b1f2a1f;background:#fff}.submission-queue-search-wrap{position:relative}.submission-queue-search-wrap>i.fa-search{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--text-light);pointer-events:none}.submission-queue-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:var(--text-light);cursor:pointer;display:flex;align-items:center;justify-content:center}.submission-queue-search-clear:hover{background:#0000000f;color:var(--text)}.submission-queue-list-panel{height:clamp(300px,52vh,620px);flex:none;overflow-y:scroll;overflow-x:hidden;border:1px solid var(--border);border-radius:14px;background:var(--bg);padding:.5rem;scrollbar-color:#7a9a82 #e8efe9;scrollbar-width:thin;box-shadow:inset 0 1px 4px #00000008}.submission-queue-list-panel::-webkit-scrollbar{width:12px}.submission-queue-list-panel::-webkit-scrollbar-thumb{background:#7a9a82;border-radius:8px;border:2px solid var(--bg)}.submission-queue-list-panel::-webkit-scrollbar-track{background:var(--card);border-radius:8px}.submission-queue-list{display:flex;flex-direction:column;gap:.5rem;max-height:none;overflow:visible;padding-right:0}.submission-row{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;padding:.8rem 1rem;border:1px solid transparent;border-radius:12px;background:var(--card);cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;font-family:inherit}.submission-row:hover{border-color:#0b1f2a40;box-shadow:0 2px 8px #0000000a}.submission-row.active{border-color:var(--primary);background:linear-gradient(90deg,#f0faf4,#fff);box-shadow:0 2px 12px #0b1f2a1a}.submission-row-thumb{width:52px;height:52px;border-radius:10px;background:var(--bg) center/cover no-repeat;flex-shrink:0;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.submission-row-thumb>i{font-size:1.1rem;color:var(--text-light);opacity:.45}.submission-row-body{flex:1;min-width:0;overflow:hidden}.submission-row-title-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-bottom:.2rem}.submission-row-title-text{font-weight:600;font-size:.92rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.submission-row-meta{font-size:.78rem;color:var(--text-light);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.submission-row-status{flex-shrink:0;align-self:flex-start;margin-top:.1rem}.submission-row-status .status-badge{font-size:.72rem;white-space:nowrap}.submission-queue-detail{position:sticky;top:1rem}.submission-queue-empty{padding:2rem;text-align:center;color:var(--text-light);border:1px dashed var(--border);border-radius:12px}.property-location-map{margin-top:1rem;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--card)}.property-location-map--fill{margin-top:0;height:100%;display:flex;flex-direction:column}.property-location-map-header{padding:.6rem .9rem;background:var(--bg);font-size:.85rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.5rem}.property-location-map-body{position:relative;width:100%;background:#e8ecef}.property-location-map-frame{width:100%;border:0;display:block;min-height:200px}.property-location-map--fill .property-location-map-body{flex:1;min-height:320px}.property-location-map--fill .property-location-map-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0}.property-location-map-placeholder{padding:1.25rem;color:var(--text-light);font-size:.9rem;text-align:center}.listings-view-toggle{display:inline-flex;gap:.2rem;padding:.22rem;border-radius:999px;border:1px solid rgba(16,39,52,.12);background:#ffffff8c}.listings-view-toggle button{border:1px solid transparent;border-radius:999px;background:transparent;padding:.42rem 1rem;font-family:DM Sans,Inter,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.03em;color:#0f172a8c;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:color .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease,transform .28s ease}.listings-view-toggle button:hover:not(.active){color:var(--accent-dark);background:#d4b06f14}.listings-view-toggle button.active{color:var(--primary-dark);background:linear-gradient(135deg,var(--accent) 0%,#dfbe84 100%);border-color:var(--accent);box-shadow:0 3px 12px #d4b06f40}.listings-view-toggle button.active:hover{transform:translateY(-1px);box-shadow:0 5px 16px #d4b06f52}.listings-map-browse{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:1rem;margin-bottom:1.5rem;align-items:stretch}.listings-map-browse-list{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);overflow:auto;max-height:520px}.listings-map-browse-panel{display:flex;flex-direction:column;gap:.85rem;min-height:420px}.listings-map-browse-map-wrap{flex:1;min-height:320px;display:flex;flex-direction:column}.listings-map-browse-item{display:block;width:100%;text-align:left;border:none;border-bottom:1px solid var(--border);background:transparent;padding:.75rem;cursor:pointer;font-family:inherit}.listings-map-browse-item-inner{display:flex;gap:.75rem;align-items:flex-start}.listings-map-browse-item-thumb{width:72px;height:54px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--bg);border:1px solid var(--border)}.listings-map-browse-item-thumb--empty{display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.1rem}.listings-map-browse-item-copy{flex:1;min-width:0}.listings-map-browse-item:hover{background:var(--bg)}.listings-map-browse-item.active{background:var(--primary-tint);border-left:3px solid var(--primary)}.listings-map-browse-item strong{display:block;font-size:.92rem;margin-bottom:.2rem;color:var(--text)}.listings-map-browse-item span{font-size:.8rem;color:var(--text-light)}.listing-agent-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);overflow:hidden;box-shadow:var(--shadow)}.listing-agent-card-section{padding:1rem 1.1rem}.listing-agent-card-section+.listing-agent-card-section{border-top:1px solid var(--border)}.listing-agent-card-top{display:flex;gap:.85rem;align-items:flex-start}.listing-agent-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0;overflow:hidden}.listing-agent-avatar img{width:100%;height:100%;object-fit:cover}.listing-agent-card-top h4{margin:0 0 .25rem;font-size:1.05rem;line-height:1.3}.listing-agent-message-btn{width:100%;margin-top:.85rem;padding:.75rem 1rem;border:none;border-radius:8px;background:#00a8b5;color:#fff;font-weight:700;font-size:.92rem;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s,transform .2s}.listing-agent-message-btn:hover:not(:disabled){background:#00919c;transform:translateY(-1px)}.listing-agent-message-btn:disabled{opacity:.55;cursor:not-allowed}.listing-agent-card-company{background:var(--bg)}.listing-agent-card-company-row{display:flex;gap:.65rem;align-items:flex-start}.listing-agent-card-company strong{display:block;font-size:.95rem;margin-bottom:.35rem;line-height:1.3}.listing-agent-meta-row{display:flex;flex-wrap:wrap;gap:.35rem .65rem;align-items:center;font-size:.8rem;color:var(--text-light);margin-top:.35rem}.listing-agent-meta-row+.listing-agent-meta-row{margin-top:.45rem}.listing-agent-verified{display:inline-flex;align-items:center;gap:.3rem;color:var(--primary);font-weight:600}.listing-agent-verified--gold{color:#b8860b}.listing-agent-verified--gold i{color:#d4af37}.property-documents-panel .property-documents-intro{color:var(--text-light);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.property-documents-list{list-style:none;margin:0 0 1.25rem;padding:0}.property-documents-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.property-documents-row__meta{display:flex;align-items:center;gap:.75rem;min-width:0}.property-documents-row__actions{display:flex;gap:.4rem;flex-wrap:wrap}.property-documents-status{display:inline-block;margin-left:.5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.property-documents-status--pending{color:var(--warning)}.property-documents-status--rejected{color:var(--danger)}.property-documents-upload,.property-documents-access{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.property-documents-hint{font-size:.8rem;color:var(--text-light);margin:.65rem 0 0}.nearby-amenities-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.85rem 1rem}.nearby-amenities-fields__item{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.nearby-amenities-fields__item span{font-weight:600;color:var(--text-light)}.nearby-amenities-fields__item input{width:100%}.listing-agent-consultation-btn{width:100%;padding:.75rem 1rem;border:2px solid var(--text);border-radius:8px;background:#fff;color:var(--text);font-weight:700;font-size:.88rem;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s}.listing-agent-consultation-btn:hover:not(:disabled){background:var(--bg)}.listing-agent-consultation-btn:disabled{opacity:.55;cursor:not-allowed}.listing-agent-card-cta p{margin:0 0 .75rem;font-size:.84rem;color:var(--text-light);line-height:1.5}.listing-agent-type-pill{font-weight:600;color:var(--text)}.listing-agent-company-logo{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0}.listing-agent-phone-link{border:none;background:none;padding:0;color:var(--primary);font-weight:600;cursor:pointer;font-family:inherit;font-size:.88rem;text-decoration:none}.listing-agent-phone-link:hover{text-decoration:underline}.listing-chat-modal .modal{max-width:560px;width:94vw;padding:0;overflow:hidden;border-radius:14px}.listing-chat-modal-header{display:flex;align-items:flex-start;gap:.85rem;padding:1.15rem 1.25rem;border-bottom:1px solid var(--border);background:var(--card)}.listing-chat-modal-header-copy{flex:1;min-width:0}.listing-chat-modal-header-copy h2{margin:0 0 .2rem;font-size:1.05rem;line-height:1.35}.listing-chat-modal-header-copy p{margin:0;font-size:.82rem;color:var(--text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-chat-modal-header .listing-agent-avatar{width:48px;height:48px;font-size:.95rem}.listing-chat-modal-close{border:none;background:var(--bg);width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:1.25rem;line-height:1;color:var(--text-light);flex-shrink:0}.listing-chat-modal-close:hover{background:var(--border);color:var(--text)}.listing-chat-thread{min-height:220px;max-height:340px;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.65rem;background:#f7f9fa}.listing-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1rem;color:var(--text-light)}.listing-chat-empty i{font-size:2rem;color:var(--primary);opacity:.35;margin-bottom:.75rem}.listing-chat-empty p{margin:0;font-size:.88rem;line-height:1.5;max-width:28rem}.listing-chat-bubble{max-width:88%;padding:.65rem .85rem;border-radius:12px;font-size:.9rem;line-height:1.45}.listing-chat-bubble--mine{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:4px}.listing-chat-bubble--theirs{align-self:flex-start;background:#fff;color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px}.listing-chat-bubble small{display:block;margin-top:.35rem;opacity:.75;font-size:.72rem}.listing-chat-compose{display:flex;gap:.55rem;align-items:flex-end;padding:.85rem 1.25rem 1.15rem;border-top:1px solid var(--border);background:var(--card)}.listing-chat-compose textarea{flex:1;min-height:48px;max-height:120px;resize:vertical;border:1px solid var(--border);border-radius:10px;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;line-height:1.45;background:#fff}.listing-chat-compose textarea:focus{outline:none;border-color:var(--primary-light);box-shadow:0 0 0 3px #0b1f2a14}.listing-chat-send-btn{width:48px;height:48px;border:none;border-radius:10px;background:#00a8b5;color:#fff;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s}.listing-chat-send-btn:hover:not(:disabled){background:#00919c}.listing-chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.listing-chat-modal-note{padding:0 1.25rem .85rem;font-size:.72rem;color:var(--text-light);line-height:1.45;background:var(--card)}.listing-messages-page{max-width:1100px}.listing-messages-layout{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:1rem;min-height:520px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.listing-messages-sidebar{border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0;background:var(--bg)}.listing-messages-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;border-bottom:1px solid var(--border)}.listing-messages-sidebar-head h3{margin:0;font-size:1rem}.listing-messages-list{list-style:none;margin:0;padding:.35rem 0;overflow-y:auto;flex:1}.listing-messages-list-item{width:100%;display:flex;gap:.75rem;align-items:flex-start;padding:.85rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s}.listing-messages-list-item:hover{background:#00000008}.listing-messages-list-item.active{background:var(--primary-tint);border-left:3px solid var(--primary);padding-left:calc(1rem - 3px)}.listing-messages-list-item--unread strong{font-weight:700;color:var(--text)}.listing-messages-unread-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background:var(--danger);border:2px solid var(--bg)}.listing-messages-unread-pill{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;margin-right:.35rem;border-radius:999px;background:var(--danger);color:#fff;font-size:.62rem;font-weight:700;line-height:1;vertical-align:middle}.listing-messages-list-avatar{position:relative;width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.listing-messages-list-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.listing-messages-list-top{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline}.listing-messages-list-top strong{font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-messages-list-top small{color:var(--text-light);font-size:.72rem;flex-shrink:0}.listing-messages-list-property{font-size:.78rem;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-messages-list-preview{font-size:.8rem;color:var(--text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-messages-empty-hint{padding:2rem 1.25rem;text-align:center;color:var(--text-light);font-size:.9rem;line-height:1.5}.listing-messages-empty-hint i{display:block;font-size:1.75rem;margin-bottom:.75rem;color:var(--primary);opacity:.7}.listing-messages-thread{display:flex;flex-direction:column;min-height:0;background:var(--card)}.listing-messages-thread--empty{align-items:center;justify-content:center}.listing-messages-thread-placeholder{text-align:center;color:var(--text-light);padding:2rem}.listing-messages-thread-placeholder i{font-size:2.5rem;margin-bottom:.75rem;color:var(--primary);opacity:.55}.listing-messages-thread-head{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.listing-messages-thread-head-copy{flex:1;min-width:0}.listing-messages-thread-head-copy h3{margin:0 0 .15rem;font-size:1rem}.listing-messages-thread-head-email{font-weight:400;font-size:.88rem;color:var(--text-light)}.listing-property-link{display:inline;padding:0;border:none;background:none;font:inherit;color:var(--primary);text-decoration:underline;text-underline-offset:2px;cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.listing-property-link:hover{color:var(--primary-dark, #007a85)}.listing-messages-list-property .listing-property-link{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;font-size:.82rem;color:var(--text-light)}.listing-messages-list-property .listing-property-link:hover{color:var(--primary);text-decoration:underline}.listing-messages-thread-head-copy p{margin:0;font-size:.82rem;color:var(--text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-messages-back-btn{display:none;border:none;background:var(--bg);width:36px;height:36px;border-radius:50%;cursor:pointer;color:var(--text)}.listing-messages-thread-body{flex:1;min-height:280px;max-height:420px}.listing-messages-compose{border-top:1px solid var(--border)}.listing-messages-report-btn{flex-shrink:0;color:var(--danger)!important;font-size:.8rem}@media(max-width:768px){.listing-messages-layout{grid-template-columns:1fr;min-height:auto}.listing-messages-sidebar--narrow-mobile{display:none}.listing-messages-thread:not(.listing-messages-thread--empty){min-height:480px}.listing-messages-back-btn{display:inline-flex;align-items:center;justify-content:center}}@media(max-width:900px){.listings-map-browse{grid-template-columns:1fr}.listings-map-browse-list{max-height:200px}}.auth-page{min-height:100vh;display:flex}.auth-left{flex:1;background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem}.auth-left h1{font-size:2.5rem;margin-bottom:1rem}.auth-left p{opacity:.9;font-size:1.1rem;max-width:400px}.auth-left .auth-features{margin-top:2rem;list-style:none}.auth-left .auth-features li{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;opacity:.9}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg)}.auth-card{background:var(--card);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow);width:100%;max-width:450px}.auth-card h2{margin-bottom:.5rem}.auth-card .subtitle{color:var(--text-light);margin-bottom:1.5rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--text-light);font-size:.85rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.social-btn{width:100%;padding:.7rem;border:1px solid var(--border);background:var(--card);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;transition:all .3s}.social-btn:hover{background:var(--bg)}.kyc-stepper{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.kyc-step-dot{width:36px;height:36px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--text-light)}.kyc-step-dot.active{background:var(--primary);color:#fff}.kyc-step-dot.completed{background:var(--success);color:#fff}.kyc-step-label{font-size:.75rem;text-align:center;margin-top:.3rem;color:var(--text-light)}.kyc-step-label.active{color:var(--primary);font-weight:600}.kyc-review-item{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid var(--border)}.kyc-review-item label{color:var(--text-light);font-size:.9rem}.kyc-review-item value{font-weight:600}.agent-card{background:var(--card);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.agent-listing-media{margin-bottom:1.25rem}.agent-listing-cover-wrap{position:relative;border-radius:12px;overflow:hidden;background:#e2e8e4;border:1px solid var(--border);margin-bottom:.65rem}.agent-listing-cover-wrap.agent-listing-gallery{cursor:zoom-in}.agent-listing-cover{display:block;width:100%;height:220px;object-fit:cover;object-position:center;background:#e2e8e4;pointer-events:none}.agent-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3}.agent-gallery-counter{position:absolute;bottom:.65rem;left:50%;transform:translate(-50%);background:#000000a6;color:#fff;font-size:.78rem;font-weight:600;padding:.25rem .65rem;border-radius:999px;z-index:3;pointer-events:none}.agent-gallery-expand{position:absolute;top:.65rem;right:.65rem;z-index:3;width:38px;height:38px;border-radius:8px;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.agent-gallery-expand:hover{background:#000c}.agent-listing-thumb-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.agent-listing-thumb-link{display:block;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:border-color .2s,box-shadow .2s;padding:0;background:none;cursor:pointer}.agent-listing-thumb-link.active{border-color:var(--primary);box-shadow:0 2px 8px #0b1f2a40}.agent-listing-thumb-link:hover{border-color:var(--primary-light);box-shadow:0 2px 8px #00000014}.photo-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;background:#000000f0;display:grid;grid-template-rows:auto 1fr auto;padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left))}.photo-lightbox-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;z-index:3;padding:.25rem .35rem .5rem}.photo-lightbox-action{display:inline-flex;align-items:center;gap:.45rem;min-height:44px;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1f;color:#fff;font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.photo-lightbox-action:hover:not(:disabled){background:#ffffff38;border-color:#ffffff59}.photo-lightbox-action:disabled{opacity:.65;cursor:wait}.photo-lightbox-action-label{white-space:nowrap}.photo-lightbox-stage{position:relative;min-height:0;min-width:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0 3.5rem}.photo-lightbox-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.photo-lightbox-close{width:44px;height:44px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;flex-shrink:0}.photo-lightbox-close:hover{background:#ffffff47}.photo-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.photo-lightbox-nav.prev{left:.35rem}.photo-lightbox-nav.next{right:.35rem}.photo-lightbox-nav:disabled{opacity:.25;cursor:not-allowed}.photo-lightbox-caption{z-index:3;color:#ffffffe6;font-size:.9rem;text-align:center;max-width:min(92vw,720px);margin:0 auto;padding:.65rem .5rem .25rem}.photo-lightbox-counter{display:block;font-weight:700;font-size:1rem;margin-bottom:.25rem}@media(max-width:640px){.photo-lightbox-stage{padding:0 2.5rem}.photo-lightbox-nav.prev{left:.15rem}.photo-lightbox-nav.next{right:.15rem}.photo-lightbox-action-label{display:none}.photo-lightbox-action{width:44px;height:44px;padding:0;justify-content:center}}.agent-listing-thumb{display:block;width:80px;height:56px;object-fit:cover;object-position:center;background:#e2e8e4}.agent-listing-photo-count{margin:0;font-size:.82rem;color:var(--text-light)}.agent-listing-photo-count i{margin-right:.35rem;color:var(--primary)}.agent-listing-no-photos{margin-bottom:1.25rem;padding:1rem 1.1rem;border-radius:10px;background:var(--bg);border:1px dashed var(--border);font-size:.88rem;color:var(--text-light);text-align:center}.agent-listing-no-photos i{display:block;font-size:1.5rem;margin-bottom:.5rem;opacity:.45}.agent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.agent-company{display:flex;align-items:center;gap:1rem}.agent-logo{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.tab-nav{display:flex;gap:.5rem;border-bottom:2px solid var(--border);margin-bottom:1.5rem}.tab-btn{padding:.8rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-weight:600;color:var(--text-light);font-family:inherit;font-size:.95rem}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.deposit-amount-row{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.deposit-amount-btn{flex:1;min-width:4.75rem;padding:.55rem .75rem;border-radius:10px;border:2px solid var(--border);background:var(--card);color:var(--text);font-weight:600;font-size:.9rem;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.deposit-amount-btn:hover{border-color:var(--primary-light);background:#0b1f2a1a;color:var(--primary)}.deposit-amount-btn.selected,.deposit-amount-btn.selected:hover{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 14px #0b1f2a59}.admin-page{min-height:100vh;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(11,31,42,.08),transparent),linear-gradient(180deg,#e8f0ec 0%,var(--bg) 280px)}.admin-hero{background:linear-gradient(128deg,#0a2e1f 0%,var(--primary-dark) 28%,var(--primary) 62%,#3a9b6a 100%);color:#fff;padding:2.5rem 2rem 3.25rem;position:relative;overflow:hidden}.admin-hero:before{content:"";position:absolute;left:-100px;bottom:-120px;width:340px;height:340px;border-radius:50%;background:#ffffff0d}.admin-hero:after{content:"";position:absolute;right:-60px;top:-100px;width:300px;height:300px;border-radius:50%;background:#ffffff12}.admin-hero-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;position:relative;z-index:1}.admin-hero-brand{display:flex;align-items:flex-start;gap:1.15rem;flex:1;min-width:0}.admin-hero-mark{width:58px;height:58px;border-radius:16px;flex-shrink:0;background:#ffffff24;border:1px solid rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;font-size:1.45rem;box-shadow:0 8px 24px #00000026}.admin-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.8;margin-bottom:.4rem}.admin-hero h1{font-size:2.15rem;font-weight:800;margin:0 0 .45rem;letter-spacing:-.02em}.admin-hero-desc{opacity:.92;max-width:540px;margin:0;font-size:.98rem;line-height:1.55}.admin-hero-meta{font-size:.72rem;opacity:.65;margin-top:.65rem;font-family:ui-monospace,monospace}.admin-hero .btn-outline{border-color:#ffffff80;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.65rem 1.25rem}.admin-hero .btn-outline:hover{background:#fff;color:var(--primary);border-color:#fff;transform:translateY(-2px)}.admin-body{max-width:1400px;margin:-2rem auto 0;padding:0 2rem 3.5rem;position:relative;z-index:2}.admin-alerts{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.35rem}.admin-alert{border-radius:14px;padding:1rem 1.35rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.85rem;box-shadow:var(--shadow);border:1px solid transparent}.admin-alert--warn{background:linear-gradient(135deg,#fffdf7,#fff6e0);border-color:#e8d48a}.admin-alert--pin{background:linear-gradient(135deg,#f7fcf9,#edf6f0);border-color:#0b1f2a38}.admin-alert-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.admin-alert--warn .admin-alert-icon{background:#ffc10740;color:#9a7b00}.admin-alert--pin .admin-alert-icon{background:#0b1f2a1f;color:var(--primary)}.admin-alert-content{display:flex;gap:.85rem;align-items:flex-start;flex:1;min-width:200px}.admin-alert-title{font-weight:700;font-size:.95rem;margin:0 0 .2rem;color:var(--text)}.admin-alert-text{font-size:.86rem;color:var(--text-light);margin:0;line-height:1.5;max-width:42rem}.admin-alert-actions{display:flex;gap:.5rem;flex-wrap:wrap;flex-shrink:0}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.35rem}.admin-stat{position:relative;overflow:hidden;background:var(--card);border-radius:var(--radius);padding:1.35rem 1.4rem;box-shadow:var(--shadow);display:flex;align-items:flex-start;gap:1rem;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.admin-stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;transition:opacity .2s}.admin-stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.admin-stat:hover:before{opacity:1}.admin-stat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.admin-stat-icon.green{background:linear-gradient(135deg,#0b1f2a24,#d4b06f33);color:var(--primary)}.admin-stat-icon.gold{background:linear-gradient(135deg,#f4a26147,#f4a2611f);color:var(--accent-dark)}.admin-stat-icon.blue{background:linear-gradient(135deg,#17a2b82e,#17a2b814);color:var(--info)}.admin-stat-icon.red{background:linear-gradient(135deg,#dc354524,#dc35450f);color:var(--danger)}.admin-stat label{font-size:.75rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.3rem;font-weight:600}.admin-stat value{font-size:1.75rem;font-weight:800;color:var(--text);display:block;line-height:1.1;letter-spacing:-.02em}.admin-tabs{display:flex;flex-wrap:nowrap;gap:.35rem;margin-bottom:1.25rem;padding:.4rem;background:var(--card);border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.admin-tab{padding:.7rem 1.15rem;border:none;border-radius:11px;background:transparent;cursor:pointer;font-weight:600;font-size:.86rem;color:var(--text-light);font-family:inherit;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;white-space:nowrap;flex-shrink:0}.admin-tab i{font-size:.9rem;opacity:.85}.admin-tab:hover{background:#0b1f2a12;color:var(--primary)}.admin-tab.active{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;box-shadow:0 4px 14px #0b1f2a59}.admin-tab.active i{opacity:1}.admin-tab-badge{background:#ffffff47;font-size:.68rem;padding:.12rem .5rem;border-radius:20px;font-weight:700}.admin-tab:not(.active) .admin-tab-badge{background:#0b1f2a1f;color:var(--primary)}.admin-panel{background:var(--card);border-radius:20px;padding:1.85rem 2rem;box-shadow:var(--shadow);border:1px solid var(--border);min-height:300px}.admin-panel-title,.admin-panel-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.admin-panel-title h3,.admin-panel-head h3{margin:0;font-size:1.3rem;font-weight:800;letter-spacing:-.02em;display:flex;align-items:center;gap:.55rem}.admin-panel-title h3 i,.admin-panel-head h3 i{color:var(--primary);font-size:1.05rem}.admin-panel-sub{color:var(--text-light);font-size:.9rem;margin:.4rem 0 0;line-height:1.5;max-width:38rem}.admin-panel .agent-card{border:1px solid var(--border);border-radius:14px;margin-bottom:1rem;transition:box-shadow .2s,border-color .2s}.admin-panel .agent-card:hover{box-shadow:var(--shadow);border-color:#0b1f2a33}.admin-submission{border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:1.25rem;background:var(--card);transition:box-shadow .2s,transform .2s}.admin-submission:hover{box-shadow:var(--shadow)}.admin-submission-detail{box-shadow:var(--shadow);border-color:#0b1f2a26}.admin-submission-detail .admin-submission-body{background:linear-gradient(180deg,#fffffffa,#f8f4ec6b)}.admin-submission-detail .admin-submission-cover{height:200px}.admin-submission-cover{height:140px;background-size:cover;background-position:center;background-color:#e2e8e4}.admin-submission-body{padding:1.35rem 1.5rem;background:var(--card)}.admin-review-log{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.admin-review-log--collapsible{margin-bottom:0}.admin-review-log__header{margin-bottom:.45rem}.admin-review-log__title{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.95rem;font-weight:600;color:var(--text)}.admin-review-log__title i.fa-clipboard-check{color:var(--primary)}.admin-review-log__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit}.admin-review-log__toggle:hover .admin-review-log__title{color:var(--primary)}.admin-review-log__chevron{font-size:.8rem;color:var(--text-light);flex-shrink:0;margin-left:.75rem}.admin-review-log__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:#0b1f2a14;font-size:.72rem;font-weight:700;color:var(--text-light)}.admin-review-log__hint{margin:0 0 .65rem;font-size:.78rem;color:var(--text-light)}.admin-review-log__empty{margin:.35rem 0 0;font-size:.8rem;color:var(--text-light)}.admin-review-log__item{padding:.65rem .75rem;background:var(--bg);border-radius:10px;border:1px solid var(--border);font-size:.85rem}.admin-review-log__item-title{font-weight:600;color:var(--text);margin-bottom:.2rem}.admin-review-log__item-meta{color:var(--text-light);font-size:.8rem}.admin-review-log__item-detail{margin-top:.25rem;font-size:.78rem;color:var(--text-light)}.admin-review-log__count{font-size:.75rem;color:var(--text-light);margin:0 0 .5rem}.admin-review-log__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.admin-review-log__list--scroll{max-height:min(280px,42vh);overflow-y:auto;padding-right:.35rem;scrollbar-gutter:stable}.admin-gate{display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;min-height:75vh;background:radial-gradient(ellipse at center,rgba(11,31,42,.06),transparent 70%)}.admin-gate-card{background:var(--card);border-radius:20px;padding:2.75rem 2.5rem;max-width:440px;width:100%;text-align:center;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.admin-gate-icon{width:76px;height:76px;border-radius:50%;margin:0 auto 1.35rem;display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,#0b1f2a1f,#2d8a5e14);color:var(--primary)}.admin-gate-icon.danger{background:#dc35451a;color:var(--danger)}.admin-gate-card h2{font-size:1.45rem;margin-bottom:.5rem}.admin-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--border);box-shadow:0 1px 3px #0000000a}.admin-table-wrap .investment-table{margin:0}.admin-table-wrap thead th{background:linear-gradient(180deg,#f4f7f5,#eef2ef);font-size:.72rem}.admin-table-wrap tbody tr:hover{background:#0b1f2a0a}.admin-table-wrap .investment-table--live-listings{table-layout:fixed;width:100%}.admin-table-wrap .investment-table--live-listings th,.admin-table-wrap .investment-table--live-listings td{vertical-align:middle;text-align:left;padding:.32rem .55rem;font-size:.8rem;line-height:1.25}.admin-table-wrap .investment-table--live-listings th{padding:.38rem .55rem;font-size:.64rem;white-space:nowrap}.admin-table-wrap .investment-table--live-listings th:nth-child(1),.admin-table-wrap .investment-table--live-listings td:nth-child(1){width:26%}.admin-table-wrap .investment-table--live-listings th:nth-child(2),.admin-table-wrap .investment-table--live-listings td:nth-child(2){width:7%}.admin-table-wrap .investment-table--live-listings th:nth-child(3),.admin-table-wrap .investment-table--live-listings td:nth-child(3){width:9%}.admin-table-wrap .investment-table--live-listings th:nth-child(4),.admin-table-wrap .investment-table--live-listings td:nth-child(4){width:17%}.admin-table-wrap .investment-table--live-listings th:nth-child(5),.admin-table-wrap .investment-table--live-listings td:nth-child(5){width:7%;white-space:nowrap}.admin-table-wrap .investment-table--live-listings th:nth-child(6),.admin-table-wrap .investment-table--live-listings td:nth-child(6){width:9%}.admin-table-wrap .investment-table--live-listings th:nth-child(7),.admin-table-wrap .investment-table--live-listings td:nth-child(7){width:11%}.admin-table-wrap .investment-table--live-listings th:last-child,.admin-table-wrap .investment-table--live-listings td:last-child{text-align:right;width:6.5rem;white-space:nowrap}.admin-table-wrap .investment-table--live-listings .status-badge{font-size:.62rem;padding:.08rem .38rem;border-radius:999px;white-space:nowrap}.admin-table-wrap .investment-table--live-listings .listing-mode-badge{font-size:.58rem;padding:.06rem .32rem}.live-listing-deal-cell{max-width:0;overflow:hidden}.live-listing-deal-line{display:flex;align-items:center;gap:.35rem;min-width:0}.live-listing-deal-title{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:.8rem}.live-listing-deal-badge{flex-shrink:0;margin-left:0}.live-listing-deal-sub{margin-top:.12rem;color:var(--text-light);font-size:.7rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-listing-target-cell{max-width:0;overflow:hidden}.live-listing-target-main{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-listing-target-sub{display:block;margin-top:.1rem;color:var(--text-light);font-size:.68rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-listing-manage-btn{padding:.18rem .5rem;font-size:.7rem;line-height:1.2}.admin-chat-report-detail{margin-top:.5rem;padding-top:.85rem;border-top:1px solid var(--border)}.admin-chat-report-meta{margin-bottom:.65rem;font-size:.78rem;color:var(--text-light);line-height:1.45}.admin-chat-report-thread{max-height:320px;margin:0;padding:.85rem;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.admin-email-warning{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(220,53,69,.35);background:#dc354514;color:var(--danger);font-size:.88rem;line-height:1.45}.admin-table-wrap .investment-table--chat-reports{table-layout:fixed;width:100%}.admin-table-wrap .investment-table--chat-reports th,.admin-table-wrap .investment-table--chat-reports td{padding:.45rem .55rem;font-size:.78rem;vertical-align:top}.admin-table-wrap .investment-table--chat-reports th{font-size:.72rem;white-space:nowrap}.admin-table-wrap .investment-table--chat-reports th:nth-child(1),.admin-table-wrap .investment-table--chat-reports td:nth-child(1){width:28%}.admin-table-wrap .investment-table--chat-reports th:nth-child(2),.admin-table-wrap .investment-table--chat-reports td:nth-child(2){width:14%}.admin-table-wrap .investment-table--chat-reports th:nth-child(3),.admin-table-wrap .investment-table--chat-reports td:nth-child(3){width:18%}.admin-table-wrap .investment-table--chat-reports th:nth-child(4),.admin-table-wrap .investment-table--chat-reports td:nth-child(4){width:10%;white-space:nowrap}.admin-table-wrap .investment-table--chat-reports th:nth-child(5),.admin-table-wrap .investment-table--chat-reports td:nth-child(5){width:10%}.admin-table-wrap .investment-table--chat-reports th:nth-child(6),.admin-table-wrap .investment-table--chat-reports td:nth-child(6){width:14%}.admin-table-wrap .investment-table--chat-reports th:last-child,.admin-table-wrap .investment-table--chat-reports td:last-child{width:6rem;text-align:right;white-space:nowrap}.admin-chat-report-row,.admin-kyc-row{cursor:pointer}.admin-chat-report-row:hover td,.admin-kyc-row:hover td{background:#10273408}.admin-chat-report-row.is-selected td,.admin-kyc-row.is-selected td{background:#d4b06f1f}.admin-table-wrap .investment-table--kyc-users{table-layout:fixed;width:100%}.admin-table-wrap .investment-table--kyc-users th,.admin-table-wrap .investment-table--kyc-users td{padding:.45rem .55rem;font-size:.78rem;vertical-align:top}.admin-table-wrap .investment-table--kyc-users th{font-size:.72rem;white-space:nowrap}.admin-table-wrap .investment-table--kyc-users th:nth-child(1),.admin-table-wrap .investment-table--kyc-users td:nth-child(1){width:28%}.admin-table-wrap .investment-table--kyc-users th:nth-child(2),.admin-table-wrap .investment-table--kyc-users td:nth-child(2){width:8%}.admin-table-wrap .investment-table--kyc-users th:nth-child(3),.admin-table-wrap .investment-table--kyc-users td:nth-child(3){width:12%;white-space:nowrap}.admin-table-wrap .investment-table--kyc-users th:nth-child(4),.admin-table-wrap .investment-table--kyc-users td:nth-child(4){width:12%}.admin-table-wrap .investment-table--kyc-users th:nth-child(5),.admin-table-wrap .investment-table--kyc-users td:nth-child(5){width:10%}.admin-table-wrap .investment-table--kyc-users th:nth-child(6),.admin-table-wrap .investment-table--kyc-users td:nth-child(6){width:18%}.admin-table-wrap .investment-table--kyc-users th:last-child,.admin-table-wrap .investment-table--kyc-users td:last-child{width:6rem;text-align:right;white-space:nowrap}.admin-kyc-row__email{word-break:break-all;font-size:.74rem}.admin-kyc-modal{max-width:680px;width:min(96vw,680px);padding:0;overflow:hidden}.admin-kyc-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem 1rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fffffffa,#f8f4ec8c)}.admin-kyc-modal__header-main{min-width:0;flex:1}.admin-kyc-modal__identity{display:flex;gap:.85rem;align-items:flex-start}.admin-kyc-modal__avatar,.admin-kyc-modal__avatar-img{flex-shrink:0;width:2.6rem;height:2.6rem;border-radius:10px}.admin-kyc-modal__avatar{display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.03em}.admin-kyc-modal__avatar-img{object-fit:cover}.admin-deleted-listing-row{cursor:pointer}.admin-deleted-listing-row:hover td{background:#10273408}.admin-deleted-listing-row.is-selected td{background:#d4b06f1f}.admin-deleted-listing-row__email{word-break:break-all;font-size:.74rem}.admin-deleted-listing-modal{max-width:720px;width:min(96vw,720px);padding:0;overflow:hidden}.admin-deleted-listing-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem 1rem;border-bottom:1px solid var(--border)}.admin-deleted-listing-modal__subtitle{margin:.15rem 0 0;font-size:.84rem;color:var(--text-light)}.admin-deleted-listing-modal__body{max-height:min(72vh,720px);overflow-y:auto}.admin-deleted-listing-modal__details{font-size:.88rem;line-height:1.65;margin-bottom:1rem}.admin-deleted-listing-modal__photos h3{margin:0 0 .65rem;font-size:.95rem}.admin-deleted-listing-modal__photo-grid{display:flex;flex-wrap:wrap;gap:.5rem}.admin-deleted-listing-modal__photo-grid a{display:block;width:88px;height:88px;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.admin-deleted-listing-modal__photo-grid img{width:100%;height:100%;object-fit:cover}.admin-deleted-listing-modal__actions{margin-top:1rem}.admin-table-wrap .investment-table--deleted-listings{table-layout:fixed;width:100%}.admin-table-wrap .investment-table--deleted-listings th:nth-child(1),.admin-table-wrap .investment-table--deleted-listings td:nth-child(1){width:22%}.admin-table-wrap .investment-table--deleted-listings th:nth-child(5),.admin-table-wrap .investment-table--deleted-listings td:nth-child(5){width:11%}.admin-table-wrap .investment-table--deleted-listings th:nth-child(6),.admin-table-wrap .investment-table--deleted-listings td:nth-child(6){width:14%}.admin-deleted-listing-pipeline-cell{white-space:normal;word-break:break-word;line-height:1.35}.admin-deleted-listing-actor-cell{min-width:0}.admin-deleted-listing-actor-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0}.browse-listed-filter__calendar{min-height:2.75rem;min-width:10.5rem;padding:.55rem .75rem;border:1px solid rgba(16,39,52,.14);border-radius:10px;background:#fff;color:var(--primary-dark);font-size:.92rem}.browse-listed-filter--admin .browse-listed-filter__calendar[type=date]{min-width:11.5rem}.browse-listed-filter--admin .browse-listed-filter__calendar[type=month]{min-width:11rem}.browse-listed-filter__modes-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;min-width:0;overflow:visible}.browse-field.browse-listed-filter .browse-field-label{font-size:.74rem;margin-bottom:.55rem}.browse-listed-filter__modes-row--admin-calendar .browse-listed-filter__modes{flex:0 1 auto}.admin-calendar-trigger{position:relative;display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .95rem;min-height:2.35rem;border:1px solid rgba(16,39,52,.14);border-radius:999px;background:linear-gradient(180deg,#fff,#f8f4ece6);color:var(--text-light);font-family:DM Sans,Inter,sans-serif;font-size:.84rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:border-color .25s ease,box-shadow .25s ease,color .25s ease,background .25s ease}.admin-calendar-trigger i{color:var(--accent);font-size:.82rem}.admin-calendar-trigger--filled{color:var(--primary-dark);border-color:#d4b06f73;background:#fff}.admin-calendar-trigger:hover,.admin-calendar-trigger:focus-visible{outline:none;border-color:var(--accent);color:var(--primary-dark);box-shadow:0 0 0 3px #d4b06f33}.admin-calendar-trigger input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-avatar-button{display:block;border:none;padding:0;cursor:pointer;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.profile-avatar-button:hover{transform:scale(1.02);box-shadow:0 8px 24px #1027341f}.profile-photo-viewer{position:relative;max-width:min(92vw,520px);padding:1rem;background:#fff;border-radius:16px;box-shadow:0 20px 60px #10273433}.profile-photo-viewer__close{position:absolute;top:.5rem;right:.5rem;z-index:1}.profile-photo-viewer__image{display:block;width:100%;max-height:min(72vh,520px);object-fit:contain;border-radius:12px;background:#10273408}.profile-photo-viewer__actions{display:flex;justify-content:center;margin-top:.75rem}.admin-kyc-modal__header .status-badge{margin-bottom:.35rem}.admin-kyc-modal__header h2{margin:0 0 .2rem;font-size:1.2rem;line-height:1.25}.admin-kyc-modal__subtitle{margin:0;font-size:.84rem;color:var(--text-light);line-height:1.45}.admin-kyc-modal__body{max-height:min(72vh,720px);overflow-y:auto}.admin-kyc-modal__review-summary{margin-bottom:1rem;padding:.75rem .9rem;border-radius:10px;background:#1027340a;font-size:.84rem;color:var(--text-light);line-height:1.5}.admin-kyc-modal__details{font-size:.9rem;margin-bottom:1rem;line-height:1.65}.admin-kyc-modal__document{margin-bottom:1rem}.admin-kyc-modal__document label{display:block;font-size:.8rem;color:var(--text-light);margin-bottom:.35rem}.admin-kyc-modal__document img{max-height:220px;max-width:100%;border-radius:8px;border:1px solid var(--border)}.admin-kyc-modal__actions{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.25rem;border-top:1px solid var(--border)}.admin-kyc-analytics{margin-bottom:.85rem}.admin-chat-report-row__reason{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.admin-chat-report-row__email{word-break:break-all;font-size:.74rem}.admin-chat-report-modal{max-width:760px;width:min(96vw,760px);padding:0;overflow:hidden}.admin-chat-report-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.35rem 1rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(16,39,52,.03),transparent)}.admin-chat-report-modal__header-main{min-width:0}.admin-chat-report-modal__header .status-badge{margin-bottom:.45rem}.admin-chat-report-modal__header h2{margin:0;font-size:1.2rem;line-height:1.3}.admin-chat-report-modal__subtitle{margin:.35rem 0 0;color:var(--text-light);font-size:.82rem;line-height:1.45}.admin-chat-report-modal__body{max-height:min(78vh,820px);overflow-y:auto;padding:1rem 1.35rem 1.25rem}.admin-chat-report-participants{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.admin-chat-report-participant{padding:.85rem .95rem;border-radius:12px;border:1px solid var(--border);background:var(--card)}.admin-chat-report-participant--reporter{border-color:#dc354547;background:#dc35450d}.admin-chat-report-participant--reported{border-color:#d4b06f73;background:#d4b06f14}.admin-chat-report-participant__label{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-light)}.admin-chat-report-participant strong{display:block;margin-top:.35rem;font-size:.88rem;word-break:break-all}.admin-chat-report-participant__hint{display:block;margin-top:.2rem;font-size:.74rem;color:var(--text-light)}.admin-chat-report-reason{margin-bottom:1rem;padding:.85rem .95rem;border-radius:12px;border:1px solid var(--border);background:var(--bg)}.admin-chat-report-reason__label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-light);margin-bottom:.35rem}.admin-chat-report-reason p{margin:0;font-size:.9rem;line-height:1.5}.admin-chat-report-section{margin-bottom:1rem}.admin-chat-report-section__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.admin-chat-report-section__head h3{margin:0;font-size:.95rem;display:inline-flex;align-items:center;gap:.4rem}.admin-chat-report-section__head h3 i{color:var(--primary);font-size:.85rem}.admin-chat-report-section__meta{font-size:.74rem;color:var(--text-light)}.admin-chat-report-legend{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:.55rem;font-size:.76rem;color:var(--text-light)}.admin-chat-report-legend span{display:inline-flex;align-items:center;gap:.35rem}.admin-chat-report-legend__dot{width:.55rem;height:.55rem;border-radius:50%;display:inline-block}.admin-chat-report-legend__dot--reporter{background:#dc3545}.admin-chat-report-legend__dot--reported{background:var(--accent)}.admin-chat-report-thread--admin{max-height:280px;overflow-y:auto;padding:.65rem;border:1px solid var(--border);border-radius:12px;background:var(--bg);display:flex;flex-direction:column;gap:.55rem}.admin-chat-report-message{padding:.65rem .75rem;border-radius:10px;border:1px solid var(--border);background:var(--card)}.admin-chat-report-message--reporter{border-color:#dc354538;background:#dc35450a}.admin-chat-report-message--reported{border-color:#d4b06f59;background:#d4b06f12}.admin-chat-report-message__head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:.35rem}.admin-chat-report-message__who{font-size:.78rem;font-weight:600;color:var(--text)}.admin-chat-report-message__time{margin-left:auto;font-size:.72rem;color:var(--text-light)}.admin-chat-report-message__text{font-size:.88rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.admin-chat-report-role{display:inline-flex;align-items:center;padding:.12rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.admin-chat-report-role--reporter{background:#dc354524;color:#b42318}.admin-chat-report-role--reported{background:#d4b06f38;color:#8a6a1f}.admin-chat-report-role--buyer,.admin-chat-report-role--agent,.admin-chat-report-role--participant{background:#10273414;color:var(--text-light)}.admin-chat-report-review--modal{margin-bottom:.75rem}.admin-chat-report-review--modal p{margin:.35rem 0 0;font-size:.88rem;line-height:1.5}.admin-chat-report-review__meta{font-size:.78rem;color:var(--text-light)}.admin-chat-report-loading{color:var(--text-light);font-size:.85rem;margin:.5rem 0}.admin-chat-report-email-status{margin:0 0 1rem;padding:.85rem .95rem;border-radius:12px;border:1px solid var(--border);background:var(--bg);font-size:.85rem}.admin-chat-report-email-status--warn{border-color:#dc354547;background:#dc35450a}.admin-chat-report-email-status__alert{margin:0 0 .5rem;color:var(--danger);font-size:.84rem;line-height:1.45}.admin-chat-report-email-status__line{margin:0 0 .65rem;font-size:.84rem;color:var(--text-light)}.admin-chat-report-email-status__line.is-sent{color:var(--success, #28a745)}.admin-chat-report-email-status__line.is-failed{color:var(--danger)}.admin-chat-report-modal__actions{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.25rem;border-top:1px solid var(--border)}.admin-chat-reports-analytics{margin-bottom:.85rem}.admin-chat-reports-status-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;align-content:start}.admin-chat-reports-status-btn{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.3rem;min-height:4rem;width:100%;padding:.75rem .85rem;border:1px solid rgba(16,39,52,.1);border-radius:12px;background:var(--card);box-shadow:0 2px 10px #0f172a0a;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .2s,box-shadow .2s,background .2s,transform .2s}.admin-chat-reports-status-btn:hover{border-color:var(--primary-light);box-shadow:var(--shadow)}.admin-chat-reports-status-btn.active{border-color:var(--primary);background:linear-gradient(135deg,#0b1f2a12,#fffffff2);box-shadow:0 4px 16px #0b1f2a1f}.admin-chat-reports-status-btn__label{display:flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:600;color:var(--text-light);line-height:1.3}.admin-chat-reports-status-btn__label i{color:var(--primary);font-size:.72rem}.admin-chat-reports-status-btn__value{font-size:1.55rem;font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1}.admin-chat-reports-status-btn.active .admin-chat-reports-status-btn__value{color:var(--primary)}@media(max-width:960px){.platform-activity-layout .admin-chat-reports-status-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.admin-chat-reports-status-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-chat-reports-period-toolbar{margin-bottom:1rem;padding:1rem 1.15rem 1.1rem;background:linear-gradient(180deg,#fffffffa,#f8f4eca6);border:1px solid rgba(16,39,52,.1);border-radius:16px;box-shadow:0 4px 20px #1027340d}.admin-chat-reports-period-toggle{margin-top:.55rem;flex-wrap:wrap;max-width:100%}.admin-chat-reports-period-toggle button{padding:.48rem .85rem}.admin-chat-reports-period-toggle button i{font-size:.78rem;opacity:.72}.admin-chat-reports-period-toggle button.active i{opacity:1}.admin-chat-reports-period-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;padding:.08rem .42rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.2;background:#10273414;color:var(--text-light)}.admin-chat-reports-period-toggle button.active .admin-chat-reports-period-count{background:#10273424;color:var(--primary-dark)}.admin-chat-reports-period-hint{margin:.75rem 0 0;font-size:.82rem;color:var(--text-light);line-height:1.45}@media(max-width:640px){.admin-chat-report-participants{grid-template-columns:1fr}.admin-chat-report-message__time{margin-left:0;width:100%}}.live-listings-analytics{margin-bottom:.85rem}.live-listings-analytics-note{margin:-.35rem 0 1rem;font-size:.82rem;color:var(--text-light);line-height:1.45}.live-listings-toolbar{margin-bottom:1.35rem;padding:1.15rem 1.25rem 1.25rem;background:linear-gradient(180deg,#fffffffa,#f8f4eca6);border:1px solid rgba(16,39,52,.1);border-radius:16px;box-shadow:0 4px 20px #1027340d;position:relative;overflow:hidden}.live-listings-toolbar:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 50%,var(--primary-light) 100%)}.live-listings-toolbar__search{margin-bottom:1rem}.live-listings-toolbar__search .submission-queue-search-wrap input{padding:.78rem 2.5rem .78rem 2.55rem;border-radius:12px;border-color:#1027341f;background:#ffffffd9;font-size:.94rem}.live-listings-toolbar__search .submission-queue-search-wrap input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d4b06f2e}.live-listings-toolbar__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1rem 1.5rem;padding-top:1rem;border-top:1px solid rgba(16,39,52,.08)}.live-listings-toolbar__group{display:flex;flex-direction:column;gap:.55rem;min-width:0}.live-listings-toolbar__label{font-family:DM Sans,Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-light)}.live-listings-toolbar__group .listings-view-toggle{width:fit-content;max-width:100%;flex-wrap:wrap}.live-listings-toolbar__group .listings-view-toggle button{white-space:nowrap}.live-listings-toolbar__date{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;min-width:0}.live-listings-toolbar__date-input{padding:.5rem .85rem;min-height:2.35rem;border:1px solid rgba(16,39,52,.14);border-radius:999px;font-family:DM Sans,Inter,sans-serif;font-size:.84rem;font-weight:600;letter-spacing:.02em;background:#fffc;color:var(--primary-dark);transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.live-listings-toolbar__date-input:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #d4b06f33}.live-listings-toolbar__date-clear{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .9rem;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--text-light);font-family:DM Sans,Inter,sans-serif;font-size:.8rem;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.live-listings-toolbar__date-clear:hover{color:var(--primary);background:var(--primary-tint);border-color:#1027341a}@media(max-width:900px){.live-listings-toolbar__grid{grid-template-columns:1fr}}.admin-table-wrap .investment-table--registered-users{table-layout:fixed;width:100%}.admin-table-wrap .investment-table--registered-users th,.admin-table-wrap .investment-table--registered-users td{padding:.45rem .55rem;vertical-align:top;text-align:left;font-size:.78rem}.admin-table-wrap .investment-table--registered-users th{font-size:.72rem;white-space:nowrap}.admin-table-wrap .investment-table--registered-users td strong{color:var(--primary-dark)}.admin-registered-user-row{cursor:pointer}.admin-registered-user-row:hover td{background:#10273408}.admin-registered-user-row.is-selected td{background:#d4b06f1f}.admin-registered-user-row__email{word-break:break-all;font-size:.74rem}.admin-registered-user-row__identity{display:flex;align-items:center;gap:.55rem;min-width:0}.admin-registered-user-row__text{min-width:0;flex:1 1 auto}.admin-registered-user-row__avatar,.admin-registered-user-row__avatar-img{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:6px}.admin-registered-user-row__avatar{display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:.62rem;font-weight:700}.admin-registered-user-row__avatar-img{object-fit:cover}.registered-users-toolbar{margin:1rem 0 .85rem;padding:1rem 1.15rem 1.1rem;background:linear-gradient(180deg,#fffffffa,#f8f4eca6);border:1px solid rgba(16,39,52,.1);border-radius:16px;box-shadow:0 4px 20px #1027340d}.registered-users-kyc-toggle{margin-top:.55rem;flex-wrap:wrap;max-width:100%}.registered-users-kyc-toggle button{padding:.48rem .85rem}.registered-users-toolbar__hint{margin:.75rem 0 0;font-size:.82rem;color:var(--text-light);line-height:1.45}.admin-registered-user-modal{max-width:760px;width:min(96vw,760px);padding:0;overflow:hidden}.admin-registered-user-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem 1rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fffffffa,#f8f4ec8c)}.admin-registered-user-modal__identity{display:flex;gap:.85rem;align-items:flex-start;min-width:0}.admin-registered-user-modal__avatar,.admin-registered-user-modal__avatar-img{flex-shrink:0;width:2.6rem;height:2.6rem;border-radius:10px}.admin-registered-user-modal__avatar{display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:.82rem;font-weight:700}.admin-registered-user-modal__avatar-img{object-fit:cover}.admin-registered-user-modal__header h2{margin:0 0 .2rem;font-size:1.2rem}.admin-registered-user-modal__subtitle{margin:0;font-size:.84rem;color:var(--text-light);line-height:1.45}.admin-registered-user-modal__body{max-height:min(72vh,720px);overflow-y:auto}.admin-registered-user-modal__loading{color:var(--text-light);text-align:center;padding:1.5rem 0}.admin-registered-user-modal__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-bottom:1rem}.admin-registered-user-modal__metric{background:#1027340a;border-radius:10px;padding:.75rem .9rem}.admin-registered-user-modal__metric label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-light);margin-bottom:.25rem}.admin-registered-user-modal__metric value{display:block;font-size:1.1rem;font-weight:800;color:var(--primary-dark)}.admin-registered-user-modal__section{margin-bottom:1rem}.admin-registered-user-modal__section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.65rem}.admin-registered-user-modal__section-head h3{margin:0}.admin-registered-user-modal__section h3{margin:0 0 .65rem;font-size:.95rem}.admin-registered-user-modal__section h3 i{margin-right:.35rem;color:var(--primary)}.admin-registered-user-modal__details{font-size:.88rem;line-height:1.65}.admin-registered-user-modal__empty{margin:0;font-size:.88rem;color:var(--text-light)}.admin-registered-user-modal__subline{font-size:.74rem;color:var(--text-light);margin-top:.15rem}.admin-registered-user-modal__photo-note{margin:0 0 .65rem;font-size:.82rem;color:var(--text-light)}.admin-registered-user-modal__email-edit{grid-column:1 / -1}.admin-registered-user-modal__email-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.35rem}.admin-registered-user-modal__email-row .browse-field-input{flex:1 1 14rem;min-width:0}.admin-submission-content{--admin-panel-shell: #faf8f4;--admin-panel-shell-border: rgba(184, 149, 106, .24);--admin-panel-hover: rgba(248, 244, 236, .82);--admin-panel-footer: rgba(248, 244, 236, .55);--admin-panel-muted-surface: rgba(255, 255, 255, .72);margin-bottom:1.25rem;border:1px solid var(--admin-panel-shell-border);border-radius:12px;background:var(--admin-panel-shell);overflow:hidden}.admin-submission-content__head{margin:0;padding:0;border-bottom:none}.admin-submission-content__toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.15rem 1.35rem;border:none;background:#fff;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:background .2s ease}.admin-submission-content__toggle:hover{background:var(--admin-panel-hover)}.admin-submission-content__head-main{display:flex;align-items:flex-start;gap:.85rem;min-width:0}.admin-submission-content__head-icon{flex:0 0 auto;width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;font-size:1rem}.admin-submission-content__head h3{margin:0 0 .2rem;font-size:1.05rem;font-weight:700;color:#1e293b;font-family:var(--font-serif, "Playfair Display", Georgia, serif)}.admin-submission-content__head p,.admin-submission-content__hint{margin:0;font-size:.8125rem;color:#94a3b8;line-height:1.45}.admin-submission-content__head-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.admin-submission-content__chevron{font-size:.8rem;color:#94a3b8}.admin-submission-content__pipeline-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(184,149,106,.2);background:var(--admin-panel-muted-surface);font-size:.8125rem;font-weight:500;color:#64748b;white-space:nowrap}.admin-submission-content__pipeline-badge--live{background:#ecfdf5;border-color:#a7f3d0;color:#059669}.admin-submission-content__pipeline-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:admin-listing-pipeline-pulse 2s infinite}@keyframes admin-listing-pipeline-pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-submission-content__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;padding:0 1.35rem 1.35rem}.admin-submission-content__card{padding:1.5rem;border-radius:12px;border:1px solid rgba(184,149,106,.16);background:#fff;transition:box-shadow .2s ease}.admin-submission-content__card:hover{box-shadow:0 4px 20px #b8956a14}.admin-submission-content__card--wide{grid-column:1 / -1}.admin-submission-content__section-header{display:flex;align-items:center;gap:.65rem;margin-bottom:1.15rem}.admin-submission-content__section-icon{width:2.25rem;height:2.25rem;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#1e293b;flex-shrink:0}.admin-submission-content__section-title{margin:0;font-size:.9375rem;font-weight:700;color:#1e293b;letter-spacing:.02em}.admin-submission-content__section-subtitle{margin:.15rem 0 0;font-size:.8125rem;color:#94a3b8}.admin-submission-content__fields{display:flex;flex-direction:column;gap:0}.admin-submission-content__subheading{margin:.75rem 0 .65rem;font-size:.8125rem;font-weight:700;color:#475569}.admin-submission-content__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.admin-submission-content__row--quad{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-bottom:.85rem}.admin-submission-content__row--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-submission-content__field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem;min-width:0}.admin-submission-content__field--full{grid-column:1 / -1}.admin-submission-content__field span{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.admin-submission-content__field input,.admin-submission-content__field select,.admin-submission-content__field textarea{width:100%;padding:.625rem .875rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1e293b;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.admin-submission-content__field input:focus,.admin-submission-content__field select:focus,.admin-submission-content__field textarea:focus{border-color:#b8956a;box-shadow:0 0 0 3px #b8956a1f}.admin-submission-content__field textarea{resize:vertical;min-height:5rem;font-family:inherit}.admin-submission-content__field small{font-size:.75rem;color:#94a3b8}.admin-submission-content__field--compact input{text-align:center;padding:.625rem .5rem}.admin-submission-content__field--inline{margin-bottom:0;flex:1 1 8rem;min-width:0}.listing-details-toggle-row{display:flex;align-items:center;gap:.65rem}.listing-details-toggle-row__label{font-size:.875rem;font-weight:500;color:#475569}.listing-details-toggle{position:relative;width:44px;height:24px;padding:0;border:none;border-radius:12px;background:#e2e8f0;cursor:pointer;transition:background .2s ease;flex-shrink:0}.listing-details-toggle--active{background:#b8956a}.listing-details-toggle__knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.listing-details-toggle--active .listing-details-toggle__knob{transform:translate(20px)}.admin-submission-extras__flags{display:flex;flex-wrap:wrap;align-items:center;gap:1.75rem;margin-bottom:1.35rem}.admin-submission-extras__flags--solo{margin-bottom:0}.admin-submission-extras__cost-inline{max-width:10rem}.admin-submission-extras__notes{margin-bottom:1rem!important}.admin-submission-extras__costs-head{margin-bottom:.85rem}.admin-submission-extras__costs-head span{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.admin-submission-content .nearby-amenities-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}.admin-submission-content .nearby-input-box{background:var(--admin-panel-muted-surface);border:1.5px solid rgba(184,149,106,.16);border-radius:10px;padding:.85rem .65rem;text-align:center;transition:all .2s ease}.admin-submission-content .nearby-input-box:hover,.admin-submission-content .nearby-input-box:focus-within{border-color:#b8956a;background:#fff;box-shadow:0 2px 12px #b8956a1a}.admin-submission-content .nearby-input-box>i{font-size:1.25rem;margin-bottom:.35rem;color:#64748b}.admin-submission-content .nearby-input-box__label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:.45rem}.admin-submission-content .nearby-input-box__input{padding:.45rem .55rem;border:1.5px solid #e2e8f0;border-radius:6px;font-size:.8125rem;text-align:center;background:#fff}.admin-submission-content .nearby-input-box__input:focus{border-color:#b8956a;outline:none}.admin-submission-content .rent-monthly-costs-fields--compact .rent-monthly-costs-fields__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1.75rem}.admin-submission-content .rent-monthly-costs-fields__cell{display:flex;flex-direction:row;align-items:center;gap:.65rem;min-width:0}.admin-submission-content .rent-monthly-costs-fields__cell span{flex:0 0 7.5rem;font-size:.8125rem;font-weight:500;letter-spacing:normal;text-transform:none;color:#475569;text-align:right}.admin-submission-content .rent-monthly-costs-fields__cell input{flex:1;min-width:0;padding:.625rem .875rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem}.admin-submission-content .rent-monthly-costs-fields__cell input:focus{border-color:#b8956a;box-shadow:0 0 0 3px #b8956a1f;outline:none}.admin-submission-content .rent-monthly-costs-fields__cell--other{grid-column:1 / -1}.admin-submission-content .rent-monthly-costs-fields__other-row{flex:1;display:grid;grid-template-columns:minmax(0,5rem) minmax(0,1fr);gap:.45rem}.admin-submission-content .rent-monthly-costs-fields__total--compact{display:block;margin:1.15rem 0 0;padding:1.15rem 1.35rem;border-radius:12px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.admin-submission-content .rent-monthly-costs-fields__total--compact>span{display:block;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:.35rem}.admin-submission-content .rent-monthly-costs-fields__total--compact strong{display:block;font-family:var(--font-serif, "Playfair Display", Georgia, serif);font-size:1.65rem;font-weight:600;color:#fff;line-height:1.2}.admin-submission-content .rent-monthly-costs-fields__total--compact small{display:block;width:auto;margin-top:.35rem;font-size:.75rem;font-weight:400;color:#64748b}.admin-submission-content__actions{display:flex;justify-content:flex-end;padding:0 1.35rem 1.35rem}.admin-submission-content__save-btn{background:linear-gradient(135deg,#b8956a,#a07d4f);color:#fff;border:none;border-radius:10px;padding:.8rem 1.75rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;letter-spacing:.02em}.admin-submission-content__save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #b8956a59}.admin-submission-content__save-btn:disabled{opacity:.65;cursor:not-allowed}@media(max-width:900px){.admin-submission-content__toggle{flex-direction:column;align-items:flex-start}.admin-submission-content__head-meta{width:100%;justify-content:space-between}.admin-submission-content__grid{grid-template-columns:1fr}.admin-submission-content__row--quad,.admin-submission-content__row--triple,.admin-submission-content .nearby-amenities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-submission-content .rent-monthly-costs-fields--compact .rent-monthly-costs-fields__grid{grid-template-columns:1fr}.admin-submission-content .rent-monthly-costs-fields__cell{flex-direction:column;align-items:stretch}.admin-submission-content .rent-monthly-costs-fields__cell span{text-align:left;flex:none}}.rent-monthly-costs-fields__total{margin:1rem 0 0;font-size:.88rem;color:var(--primary);font-weight:600}.rent-monthly-costs-fields__total--compact{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;margin:.65rem 0 0;padding:.55rem .7rem;border-radius:10px;background:#28a74514;font-size:.8rem}.rent-monthly-costs-fields__total--compact strong{font-size:.92rem}.rent-monthly-costs-fields__total--compact small{width:100%;font-weight:400;color:var(--text-light)}.rent-monthly-costs-fields--compact .rent-monthly-costs-fields__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.rent-monthly-costs-fields__cell{display:flex;flex-direction:column;gap:.22rem;min-width:0}.rent-monthly-costs-fields__cell span{font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-light)}.rent-monthly-costs-fields__cell input{width:100%;padding:.4rem .5rem;border:1px solid rgba(16,39,52,.12);border-radius:8px;font-size:.84rem;background:#fff}.rent-monthly-costs-fields__cell--other{grid-column:span 1}.rent-monthly-costs-fields__other-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(4.5rem,.75fr);gap:.35rem}.admin-luxury-collapsible{--admin-panel-shell: #faf8f4;--admin-panel-shell-border: rgba(184, 149, 106, .24);--admin-panel-hover: rgba(248, 244, 236, .82);--admin-panel-footer: rgba(248, 244, 236, .55);--admin-panel-muted-surface: rgba(255, 255, 255, .72);margin-bottom:1.25rem;border:1px solid var(--admin-panel-shell-border);border-radius:12px;background:var(--admin-panel-shell);overflow:hidden}.admin-luxury-collapsible__head{margin:0;padding:0}.admin-luxury-collapsible__toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.15rem 1.35rem;border:none;background:#fff;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:background .2s ease}.admin-luxury-collapsible__toggle:hover{background:var(--admin-panel-hover)}.admin-luxury-collapsible__head-main{display:flex;align-items:flex-start;gap:.85rem;min-width:0}.admin-luxury-collapsible__head-icon{flex:0 0 auto;width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:10px;font-size:1rem}.admin-luxury-collapsible__head-icon--offering{background:#fef3c7;color:#92400e}.admin-luxury-collapsible__head-icon--shares{background:#ede9fe;color:#5b21b6}.admin-luxury-collapsible__head h3{margin:0 0 .2rem;font-size:1.05rem;font-weight:700;color:#1e293b;font-family:var(--font-serif, "Playfair Display", Georgia, serif)}.admin-luxury-collapsible__head p{margin:0;font-size:.8125rem;color:#94a3b8;line-height:1.45}.admin-luxury-collapsible__head-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.admin-luxury-collapsible__chevron{font-size:.8rem;color:#94a3b8}.admin-luxury-collapsible__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(184,149,106,.2);background:var(--admin-panel-muted-surface);font-size:.8125rem;font-weight:500;color:#64748b;white-space:nowrap}.admin-luxury-collapsible__badge--live{background:#ecfdf5;border-color:#a7f3d0;color:#059669}.admin-luxury-collapsible__badge--success{background:#d1fae5;border-color:#a7f3d0;color:#059669}.admin-luxury-collapsible__badge--warning{background:#fef3c7;border-color:#fde68a;color:#b45309}.admin-luxury-collapsible__badge-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:admin-listing-pipeline-pulse 2s infinite}.admin-luxury-collapsible__body{padding:0 1.35rem 1.35rem}.admin-luxury-collapsible__body .admin-offering-panel__status-banner{margin-top:.15rem}.admin-offering-panel.admin-luxury-collapsible,.admin-share-structure.admin-luxury-collapsible{margin-bottom:1.25rem}.admin-offering-panel,.admin-share-structure{margin-bottom:0}.admin-offering-panel__status-banner{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.15rem;margin-bottom:1rem;border-radius:12px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.admin-offering-panel__status-icon{width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-offering-panel__status-text{margin:0;font-size:.875rem;font-weight:500;line-height:1.45}.admin-offering-panel__status-text strong{color:#b8956a}.admin-offering-panel__card,.admin-share-structure__card{background:#fff;border-radius:16px;border:1px solid rgba(184,149,106,.16);overflow:hidden;transition:box-shadow .2s ease}.admin-offering-panel__card:hover,.admin-share-structure__card:hover{box-shadow:0 4px 20px #b8956a14}.admin-offering-panel__card-header,.admin-share-structure__card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.35rem 1.5rem 0}.admin-offering-panel__card-header-left,.admin-share-structure__card-header-left{display:flex;align-items:center;gap:.75rem;min-width:0}.admin-offering-panel__card-icon,.admin-share-structure__card-icon{width:2.5rem;height:2.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0}.admin-offering-panel__card-icon--offering{background:#fef3c7;color:#92400e}.admin-share-structure__card-icon{background:#ede9fe;color:#5b21b6}.admin-offering-panel__card-title,.admin-share-structure__card-title{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a}.admin-offering-panel__card-subtitle,.admin-share-structure__card-subtitle{margin:.15rem 0 0;font-size:.8125rem;color:#94a3b8}.admin-offering-panel__card-body,.admin-share-structure__card-body{padding:1.25rem 1.5rem 1.5rem}.admin-offering-panel__intro{margin:0 0 1rem;font-size:.875rem;color:#64748b;line-height:1.5}.admin-offering-panel__form-grid{display:flex;flex-direction:column;gap:.15rem}.admin-offering-panel__form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:.35rem}.admin-offering-panel__form-group{margin-bottom:.35rem;min-width:0}.admin-offering-panel__label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.45rem}.admin-offering-panel__label-optional{font-weight:400;color:#94a3b8}.admin-offering-panel__input{width:100%;padding:.7rem .9rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.875rem;color:#1e293b;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.admin-offering-panel__input:focus{border-color:#b8956a;box-shadow:0 0 0 3px #b8956a1f}.admin-offering-panel__input:disabled{opacity:.65;cursor:not-allowed}select.admin-offering-panel__input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:2.5rem}.admin-offering-panel__card-footer,.admin-share-structure__card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.9rem 1.5rem;background:var(--admin-panel-footer);border-top:1px solid rgba(184,149,106,.14)}.admin-offering-panel__footer-note{margin:0;max-width:34rem;font-size:.75rem;color:#94a3b8;line-height:1.5}.admin-offering-panel__btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease;font-family:inherit;white-space:nowrap}.admin-offering-panel__btn--primary{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.admin-offering-panel__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #0f172a40}.admin-offering-panel__btn:disabled{opacity:.65;cursor:not-allowed}.admin-share-structure--needs-approval .admin-share-structure__card{border-color:#c8780059}.admin-share-structure__badge{padding:.35rem .85rem;border-radius:999px;font-size:.75rem;font-weight:600;flex-shrink:0}.admin-share-structure__badge--success{background:#d1fae5;color:#059669}.admin-share-structure__badge--warning{background:#fef3c7;color:#b45309}.admin-share-structure__info-box{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;margin-bottom:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px}.admin-share-structure__info-icon{flex-shrink:0;font-size:1rem;line-height:1.4}.admin-share-structure__info-text{margin:0;font-size:.8125rem;color:#1e40af;line-height:1.55}.admin-share-structure__suggested{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;margin-bottom:1rem;background:var(--admin-panel-muted-surface);border:1.5px solid rgba(184,149,106,.16);border-radius:12px}.admin-share-structure__suggested-icon{width:2rem;height:2rem;border-radius:8px;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.85rem}.admin-share-structure__suggested-text{margin:0;font-size:.875rem;color:#475569}.admin-share-structure__suggested-text strong{color:#1e293b}.admin-share-structure__radio-group{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.admin-share-structure__radio-card{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;background:#fff;transition:all .2s ease}.admin-share-structure__radio-card:hover{border-color:#b8956a;background:#fefbf7}.admin-share-structure__radio-card--selected{border-color:#b8956a;background:#fefbf7;box-shadow:0 0 0 3px #b8956a1f}.admin-share-structure__radio-input{position:absolute;opacity:0;pointer-events:none}.admin-share-structure__radio-circle{width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.admin-share-structure__radio-card--selected .admin-share-structure__radio-circle{border-color:#b8956a;background:#b8956a}.admin-share-structure__radio-circle-inner{width:8px;height:8px;border-radius:50%;background:#fff;opacity:0;transition:opacity .2s ease}.admin-share-structure__radio-card--selected .admin-share-structure__radio-circle-inner{opacity:1}.admin-share-structure__radio-content{display:flex;flex-direction:column;gap:.15rem;min-width:0}.admin-share-structure__radio-title{font-size:.875rem;font-weight:600;color:#1e293b}.admin-share-structure__radio-desc{font-size:.8125rem;color:#94a3b8}.admin-share-structure__field{margin-bottom:1rem}.admin-share-structure__label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.45rem}.admin-share-structure__input{width:100%;padding:.7rem .9rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.875rem;color:#1e293b;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.admin-share-structure__input--narrow{max-width:12.5rem}.admin-share-structure__input:focus{border-color:#b8956a;box-shadow:0 0 0 3px #b8956a1f}.admin-share-structure__calc-preview{margin:0 0 1rem;padding:1.15rem 1.25rem;border-radius:12px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.admin-share-structure__calc-label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:.35rem}.admin-share-structure__calc-value{font-family:var(--font-serif, "Playfair Display", Georgia, serif);font-size:1.45rem;font-weight:600;color:#fff;line-height:1.2}.admin-share-structure__calc-breakdown{margin:.35rem 0 0;font-size:.8125rem;color:#94a3b8;line-height:1.45}.admin-share-structure__calc-breakdown span{color:#b8956a;font-weight:600}.admin-share-structure__btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease;font-family:inherit}.admin-share-structure__btn--gold{background:linear-gradient(135deg,#b8956a,#a07d4f);color:#fff}.admin-share-structure__btn--gold:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #b8956a59}.admin-share-structure__btn:disabled{opacity:.65;cursor:not-allowed}.admin-share-structure__footer-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;font-size:.75rem;color:#94a3b8}.admin-share-structure__footer-meta strong{color:#1e293b;font-weight:600}.admin-share-structure__footer-dot{width:4px;height:4px;border-radius:50%;background:#cbd5e1}@media(max-width:768px){.admin-luxury-collapsible__toggle{flex-direction:column;align-items:flex-start}.admin-luxury-collapsible__head-meta{width:100%;justify-content:space-between}.admin-offering-panel__form-row{grid-template-columns:1fr}.admin-offering-panel__card-header,.admin-share-structure__card-header{flex-direction:column;align-items:flex-start}.admin-offering-panel__card-footer{flex-direction:column;align-items:stretch}.admin-offering-panel__btn{width:100%}}.admin-registered-user-modal__photo-link{display:inline-block;max-width:100%;border-radius:12px;overflow:hidden;border:1px solid rgba(16,39,52,.1);box-shadow:0 6px 24px #10273414}.admin-registered-user-modal__photo-large{display:block;max-width:min(100%,320px);max-height:320px;width:auto;height:auto;object-fit:contain;background:#10273408}.admin-registered-user-modal__photo-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.admin-table-wrap .investment-table--registered-user-holdings th,.admin-table-wrap .investment-table--registered-user-holdings td{padding:.4rem .5rem;font-size:.76rem}.admin-listing-badge{display:inline-block;margin-left:.35rem;padding:.1rem .4rem;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:4px;vertical-align:middle}.admin-listing-badge--demo{background:#6c757d1f;color:var(--text-light);border:1px solid rgba(108,117,125,.25)}.admin-listing-badge--live{background:#0b1f2a1a;color:var(--primary);border:1px solid rgba(11,31,42,.22)}.admin-empty{padding:3rem 2rem;text-align:center;color:var(--text-light);background:linear-gradient(180deg,var(--bg),var(--card));border-radius:14px;border:1px dashed var(--border)}.deletion-actor-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.35rem}.deletion-actor-badge--admin{background:#0b1f2a24;color:var(--primary);border:1px solid rgba(11,31,42,.25)}.deletion-actor-badge--lister{background:#6c757d1f;color:var(--text);border:1px solid var(--border)}.deletion-actor-email{font-size:.78rem;color:var(--text-light);font-weight:500}.admin-empty i{display:block;font-size:2.75rem;opacity:.35;margin-bottom:1rem;color:var(--primary)}.admin-btn-reset{border-color:#d4a82a!important;color:#8a6d12!important}.admin-btn-reset:hover{background:#fff8e6!important}@media(max-width:1024px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-body{padding:0 1rem 2.5rem;margin-top:-1.5rem}.admin-panel{padding:1.35rem 1.25rem}}@media(max-width:600px){.admin-stats{grid-template-columns:1fr}.admin-hero{padding:1.75rem 1.25rem 2.5rem}.admin-hero h1{font-size:1.45rem}.admin-hero-mark{width:48px;height:48px;font-size:1.2rem}}.detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.detail-card{background:var(--card);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.detail-card h3{margin-bottom:1rem;font-size:1.1rem}.detail-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.detail-metric{background:var(--bg);padding:1rem;border-radius:8px}.detail-metric label{font-size:.75rem;color:var(--text-light);text-transform:uppercase}.detail-metric value{display:block;font-weight:700;font-size:1.2rem;color:var(--primary);margin-top:.2rem}.platform-activity-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:1.25rem;margin-top:1rem;align-items:stretch}.platform-activity-metrics{margin-top:0}.platform-activity-metrics--row-3{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-activity-metrics--quad{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-docs-filters{margin-bottom:1rem}.platform-activity-chart-panel{background:var(--card);border:1px solid rgba(16,39,52,.1);border-radius:14px;padding:1rem 1rem .85rem;box-shadow:0 2px 14px #0f172a0a;display:flex;flex-direction:column;min-height:100%}.platform-activity-chart-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.platform-activity-chart-title{font-family:DM Sans,Inter,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-light)}.platform-activity-chart-toggle{display:flex;gap:.35rem;flex-wrap:wrap}.platform-activity-chart-toggle .filter-btn{padding:.38rem .85rem;font-size:.78rem}.platform-activity-chart-canvas-wrap{position:relative;flex:1;min-height:260px;height:260px}.platform-activity-chart-empty{display:flex;align-items:center;justify-content:center;height:100%;margin:0;padding:1rem;text-align:center;color:var(--text-light);font-size:.9rem}@media(max-width:960px){.platform-activity-layout{grid-template-columns:1fr}.platform-activity-chart-canvas-wrap{min-height:240px;height:240px}}.chart-container{position:relative;height:300px;margin:1rem 0}.market-card{background:var(--card);border-radius:var(--radius);overflow:hidden;border:2px solid var(--accent);box-shadow:0 4px 20px #d4b06f24;transition:transform .3s,box-shadow .3s,border-color .3s;cursor:pointer}.market-card:hover{transform:translateY(-3px);border-color:var(--accent-dark);box-shadow:0 12px 36px #d4b06f47}.market-card-image{position:relative;height:200px;overflow:hidden}.market-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}.market-card:hover .market-card-image img{transform:scale(1.05)}.market-card-body{padding:1.2rem}.market-card-image--placeholder{background:linear-gradient(135deg,var(--bg) 0%,#e8ecef 100%);display:flex;align-items:center;justify-content:center}.market-card-image--placeholder i{font-size:2.5rem;color:var(--text-light);opacity:.45}.submission-queue-section{margin-bottom:.35rem}.submission-queue-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--primary);padding:.65rem .75rem .45rem;margin-top:.35rem;background:#0b1f2a0f;border-radius:8px}.submission-queue-section:first-child .submission-queue-section-label{margin-top:0}.submission-mode-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border)}.submission-mode-filter{font-size:.8rem;padding:.4rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--bg);cursor:pointer;font-weight:600;color:var(--text);font-family:inherit;transition:background .2s,border-color .2s,color .2s}.submission-mode-filter:hover{border-color:var(--primary-light);color:var(--primary)}.submission-mode-filter.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #0b1f2a40}.listing-mode-badge{font-size:.65rem;padding:.15rem .45rem;flex-shrink:0;line-height:1.2}.submission-queue-list-empty{padding:2.5rem 1.25rem;text-align:center;color:var(--text-light)}.submission-queue-list-empty i{font-size:1.75rem;opacity:.4;margin-bottom:.65rem;display:block;color:var(--primary)}.submission-queue-list-empty p{margin:0;font-size:.9rem;line-height:1.5}.country-selector{display:flex;align-items:center;gap:.35rem;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.35rem .6rem;cursor:pointer;font-weight:600;font-size:.82rem;max-width:150px;white-space:nowrap}button.country-selector--hero-bar,.country-selector.country-selector--hero-bar{background:#5cdb95!important;border:none!important;max-width:none;box-shadow:0 2px 10px #0003}.country-selector .country-label-long{overflow:hidden;text-overflow:ellipsis}.country-selector img,.country-flag-img{width:20px;height:14px;border-radius:2px;object-fit:cover;flex-shrink:0}.property-country-flag{position:absolute;bottom:.5rem;left:.5rem;z-index:2;background:#fffffff2;border-radius:6px;padding:.2rem .45rem;display:inline-flex;align-items:center;gap:.35rem;box-shadow:0 2px 8px #0000001f;font-size:.7rem;font-weight:700;color:var(--text)}.property-country-flag .country-flag-img{width:18px;height:13px}.nav-links-primary .nav-label-short{display:none}@media(max-width:900px){.nav-links-primary .nav-label-long{display:none}.nav-links-primary .nav-label-short{display:inline}.nav-container{gap:.5rem}}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.sidebar{display:none}.stats-row{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.hero h1{font-size:2.2rem}.hero-stats{gap:2rem}.nav-wallet-chip__balance{font-size:.8rem;max-width:6.5rem;overflow:hidden;text-overflow:ellipsis}.nav-wallet-chip__add{padding:.38rem .8rem;font-size:.78rem}.nav-balance{font-size:.8rem;max-width:5.5rem;overflow:hidden;text-overflow:ellipsis}.auth-page{flex-direction:column}.auth-left{display:none}.calc-row,.form-row{grid-template-columns:1fr}.gallery{height:280px}}@media(max-width:768px){.nav-container{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"left logo actions";align-items:center;height:auto;min-height:58px;padding:.45rem 0;gap:.25rem .4rem}.nav-left-cluster{grid-area:left;flex:none;justify-self:start;min-width:0;gap:.35rem}.nav-left-cluster .nav-pill-link{padding:.4rem .8rem;font-size:.78rem}.nav-logo-center{grid-area:logo;position:static;transform:none;justify-self:center}.nav-actions{grid-area:actions;justify-self:end;flex:none;gap:.35rem;min-width:0}.nav-container--guest .nav-left-cluster .nav-pill-link{display:none}.nav-container--guest .nav-actions .btn-auth{min-width:0;padding:.38rem .8rem;font-size:.78rem}.nav-container--guest .nav-actions .btn-outline.btn-auth{padding:calc(.38rem - 1px) calc(.75rem - 1px)}.nav-container--guest .nav-logo-center{min-width:0;max-width:100%}.nav-container--guest .brand-logo{min-width:0}.properties-grid,.stats-row{grid-template-columns:1fr}.search-bar{min-width:auto;width:100%}.pipeline-wrap{padding:1rem .5rem .75rem}.pipeline-rail{display:none}.pipeline-steps{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1.1rem}.pipeline-caption{min-height:2.5rem}.nearby-grid{grid-template-columns:repeat(2,1fr)}.container{padding:1rem}.hero{padding:3rem 1rem}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.hero.hero--refined{padding:6rem 1.25rem 3.5rem}.hero-stat-grid,.hero-refined-lead{margin-bottom:3rem}.hero-scroll-indicator{margin:3.5rem auto 0}.hero-search-panel{flex-direction:column;align-items:stretch}.hero-search-btn{justify-content:center;width:100%}.section-header{flex-direction:column;align-items:flex-start}.country-selector{max-width:120px;font-size:.75rem;padding:.3rem .45rem}.country-selector:not(.country-selector--listings):not(.country-selector--search-combo):not(.country-selector--browse-panel) .country-label-long{display:none}.browse-search-combo{flex-direction:column}.browse-search-combo-input-wrap{border-right:none;border-bottom:1px solid var(--border)}.browse-search-combo-market{max-width:none;width:100%}.country-selector--listings{max-width:none;font-size:.9rem}.hero-listings-bar{flex-direction:column}.hero-listings-market{width:100%}.country-selector--hero-bar{width:100%;justify-content:center}.country-selector-menu--hero-bar{right:auto!important;left:50%!important;transform:translate(-50%)!important}}@media(max-width:640px){.listings-section{padding-top:1.25rem}.listings-section .section-header{gap:.85rem;margin-bottom:1.25rem}.listings-section .section-header-top{flex-direction:column;align-items:stretch;gap:.75rem}.listings-section .section-title{font-size:1.35rem;line-height:1.25}.listings-meta{justify-content:space-between;width:100%}.listings-toolbar{flex-direction:column;gap:.65rem}.listings-scroll-strip{margin:0 -.15rem;padding:.1rem .15rem .3rem}.listings-scroll-strip .filter-btn{min-height:44px;padding:.5rem 1rem}.browse-listed-filter--home{margin-top:0;padding-top:.65rem}.browse-listed-filter--home .browse-listed-filter__modes-row{flex-direction:column;align-items:stretch;gap:.55rem}.browse-listed-filter--home .browse-listed-filter__modes-row{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.15rem}.browse-listed-filter__modes-row::-webkit-scrollbar{display:none}.browse-listed-filter__modes.browse-mode-segment{width:max-content;min-width:100%;max-width:none;flex-shrink:0}.browse-listed-filter__modes.browse-mode-segment button{flex:0 0 auto;white-space:nowrap;min-height:44px;padding-left:.85rem;padding-right:.85rem}.browse-listed-mode-label--long{display:none}.browse-listed-mode-label--short{display:inline}.browse-listed-filter__select,.browse-listed-filter__calendar{width:100%;min-width:0;flex:1 1 100%}.browse-results-header{flex-direction:column;align-items:stretch;gap:.75rem}.browse-results-header h2{font-size:1.3rem;line-height:1.25}.browse-hub-page{padding:1.15rem 1rem 2.5rem}.browse-hub-page--rent{padding-top:0;padding-left:0;padding-right:0}.browse-results-wrap{padding:0 1rem;margin-top:1.5rem}}@media(max-width:480px){.nav-container{min-height:54px;padding:.35rem 0;gap:.2rem .3rem}.nav-left-cluster{gap:.28rem}.nav-left-cluster .nav-pill-link{padding:.36rem .65rem;font-size:.74rem}.brand-logo-mark{width:32px;height:32px}.brand-logo-name{font-size:1rem}.nav-wallet-chip{padding:.22rem .22rem .22rem .55rem;gap:.35rem}.nav-wallet-chip__balance{max-width:4.5rem;font-size:.76rem}.nav-wallet-chip__add{padding:.36rem .5rem;gap:0;font-size:0}.nav-wallet-chip__add i{font-size:.82rem}.nav-logout-btn{width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.nav-container--guest .brand-logo-name{display:none}.nav-container--guest .nav-actions .btn-auth{padding:.36rem .55rem;font-size:.76rem}.nav-container--guest .nav-actions .btn-outline.btn-auth{width:2rem;height:2rem;min-width:0;padding:0;gap:0}.nav-container--guest .nav-auth-login-label{display:none}.nav-container--guest .nav-auth-login-icon{display:inline-flex;font-size:.82rem}.nav-container--guest .nav-auth-signup-label--long{display:none}.nav-container--guest .nav-auth-signup-label--short{display:inline}}footer>.container>div:first-child{grid-template-columns:repeat(4,1fr)!important}@media(max-width:1024px){footer>.container>div:first-child{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){footer>.container>div:first-child{grid-template-columns:1fr!important}}
