@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#f7f5f0;--surface:#fff;--surface-soft:#f1ede3;--text:#1a2533;--muted:#5f6b78;--primary:#183153;--secondary:#b99156;--border:#ddd5c6;--success:#1f7a4d;--danger:#b24545;--shadow:0 14px 35px #101e311a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}a{color:inherit;text-decoration:none}#root{flex-direction:column;min-height:100vh;display:flex}.page-shell{flex:1;width:min(1200px,92vw);margin:0 auto;padding:2.5rem 0 4rem}.brand-word{letter-spacing:.5px;font-family:Playfair Display,Georgia,serif}.site-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1200px,92vw);margin:0 auto;padding:1rem 0;display:flex}.nav-links{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.nav-link{color:var(--muted);font-size:.92rem}.directions-link{color:var(--primary);text-underline-offset:3px;align-items:center;gap:.35rem;font-size:.92rem;font-weight:700;text-decoration:underline;display:inline-flex}.directions-link:hover{color:#112540}.directions-link:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #18315359}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:.62rem 1rem;font-weight:600;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#112540}.btn-outline{border-color:var(--border);background:var(--surface);color:var(--text)}.btn-accent{background:var(--secondary);color:#fff}.hero{color:#f8f9fb;box-shadow:var(--shadow);background:linear-gradient(115deg,#183153f0,#183153db);border-radius:20px;overflow:hidden}.hero-inner{max-width:760px;padding:3.5rem 2rem}.eyebrow{text-transform:uppercase;letter-spacing:1.5px;color:#e8d6b6;font-size:.74rem;font-weight:700}h1,h2,h3,h4{color:var(--text);margin:0}h1,h2{font-family:Playfair Display,Georgia,serif}h1{margin-top:.75rem;font-size:clamp(2rem,4.2vw,3.4rem)}.hero p{color:#dde3eb;margin-top:1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.6rem;display:flex}.section{margin-top:2.6rem}.section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.section-head p{color:var(--muted);max-width:560px}.grid{gap:1.2rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 6px 18px #131f2e0f}.property-card{overflow:hidden}.property-body{padding:1rem}.property-meta{color:var(--muted);margin-top:.45rem;font-size:.9rem}.price{color:var(--primary);margin-top:.85rem;font-weight:700}.status-pill{border-radius:999px;align-items:center;margin-top:.55rem;padding:.25rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.status-ok{color:var(--success);background:#1f7a4d1a}.status-bad{color:var(--danger);background:#b245451a}.slider{background:#e6e9ec;height:220px;position:relative;overflow:hidden}.slider img{object-fit:cover;width:100%;height:100%}.slider-media{object-fit:cover;width:100%;height:100%;display:block}.slider-arrow{color:#fff;cursor:pointer;background:#183153b8;border:none;border-radius:999px;width:32px;height:32px;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow.left{left:10px}.slider-arrow.right{right:10px}.slider-dots{justify-content:center;gap:.35rem;width:100%;display:flex;position:absolute;bottom:12px;left:0}.slider-dot{background:#ffffff73;border-radius:50%;width:7px;height:7px}.slider-dot.active{background:#fff}.feature-card{padding:1.15rem}.feature-card p{color:var(--muted);margin-top:.65rem}.listings-layout{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:1.2rem;display:grid}.search-bar{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;margin-bottom:1rem;display:grid}.filter-sidebar{padding:1rem;position:sticky;top:92px}.filter-sidebar h3{margin:0}.filter-help{color:var(--muted);margin:.45rem 0 0;font-size:.9rem}.filter-actions{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.filter-actions .btn{width:100%}.empty-state,.loading-state{text-align:center;background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:14px;padding:2rem}.auth-wrap{max-width:520px;margin:2rem auto}.auth-card,.details-panel,.dashboard-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.4rem}.auth-card h2,.details-panel h2,.dashboard-panel h2{margin-bottom:1rem}.form-grid{gap:.95rem;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}label{color:var(--muted);margin-bottom:.35rem;font-size:.88rem;font-weight:600;display:block}input,textarea,select{border:1px solid var(--border);width:100%;font:inherit;color:var(--text);background:#fff;border-radius:10px;padding:.68rem .8rem}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:2px solid #18315326}.message{border-radius:10px;padding:.8rem;font-size:.92rem}.message.success{color:var(--success);background:#1f7a4d1f}.message.error{color:var(--danger);background:#b245451f}.footer{color:#dbe2ea;background:#13233a;margin-top:auto}.footer-inner{grid-template-columns:1.2fr 1fr;gap:1rem;width:min(1200px,92vw);margin:0 auto;padding:2.2rem 0;display:grid}.footer p,.footer a{color:#c8d2df;font-size:.93rem}.footer-list{flex-wrap:wrap;gap:.95rem;display:flex}@media (width<=860px){.listings-layout{grid-template-columns:1fr}.filter-sidebar{position:static}.grid-2,.footer-inner{grid-template-columns:1fr}.hero-inner{padding:2.4rem 1.2rem}.site-header-inner,.nav-links{align-items:flex-start}}
