:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f1f5f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#0f172a,#1e3a5f)}.login-card{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 50px #0f172a40;display:flex;flex-direction:column;gap:16px}.login-card h1{margin:0;font-size:1.75rem}.subtitle{margin:0 0 8px;color:#64748b}.login-demo{padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:10px}.login-demo p{margin:0;font-size:.85rem;color:#475569}.btn-demo{padding:8px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;font-weight:600;cursor:pointer}.btn-demo:hover{background:#f1f5f9}.login-card label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#334155}.login-card input{padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px}.login-card button{margin-top:8px;padding:12px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:600}.login-card button:hover{background:#1d4ed8}.dashboard{max-width:1200px;margin:0 auto;padding:24px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.dashboard-header h1{margin:0;font-size:1.75rem}.dashboard-header p{margin:4px 0 0;color:#64748b}.filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 1px 3px #0f172a14;margin-bottom:24px}.filter-bar label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#475569}.filter-bar select{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.filter-actions{display:flex;align-items:end;gap:8px}.btn-primary,.btn-secondary{padding:10px 16px;border-radius:8px;border:1px solid transparent;font-weight:600}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#334155;border-color:#cbd5e1}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0f172a14;display:flex;flex-direction:column;gap:4px}.stat-label{font-size:.85rem;color:#64748b}.stat-value{font-size:1.4rem;color:#0f172a}.stat-hint{font-size:.8rem;color:#94a3b8}.results-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0f172a14}.results-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.results-header h2{margin:0;font-size:1.1rem}.results-header span{color:#64748b;font-size:.9rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:12px 10px;text-align:left;border-bottom:1px solid #e2e8f0}th{color:#475569;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.property-row{cursor:pointer}.property-row:hover{background:#f8fafc}.detail-page{max-width:1200px;margin:0 auto;padding:24px}.back-btn{margin-bottom:20px}.detail-hero{display:grid;grid-template-columns:2fr 1fr;gap:8px;height:360px;margin-bottom:20px;border-radius:12px;overflow:hidden}.detail-hero-main,.detail-hero-side{display:flex;flex-direction:column;gap:8px;min-height:0}.detail-hero-main img,.detail-hero-side img{width:100%;height:100%;object-fit:cover;display:block;background:#e2e8f0}.detail-hero-main img{min-height:360px}.detail-hero-side img{flex:1;min-height:0}.detail-hero-more{flex:1;border:none;background:#0f172a8c;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;min-height:0}.detail-all-photos{margin-bottom:20px}.detail-summary{margin-bottom:24px}.detail-price-lg{margin:0 0 12px;font-size:2rem;font-weight:700;color:#0f172a}.detail-stats{display:flex;flex-wrap:wrap;gap:16px;align-items:center;color:#334155;font-size:.95rem;margin-bottom:8px}.detail-stats span:not(.badge){padding-right:16px;border-right:1px solid #e2e8f0}.detail-stats span:not(.badge):last-of-type{border-right:none}.detail-location{margin:0;color:#64748b;font-size:.95rem}.detail-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0f172a14;margin-bottom:24px}.detail-section h2{margin:0 0 16px;font-size:1.1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.gallery-grid a{display:block;border-radius:8px;overflow:hidden;aspect-ratio:4 / 3;background:#e2e8f0}.gallery-grid img{width:100%;height:100%;object-fit:cover;display:block}.detail-description{margin:0;white-space:pre-wrap;line-height:1.6;color:#334155}.detail-link-btn{margin-top:8px;padding:0;border:none;background:none;color:#2563eb;font-weight:600;cursor:pointer}.detail-chars{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px 24px}.detail-char{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:.9rem}.detail-char span{color:#64748b}.detail-char strong{color:#0f172a;text-align:right}.detail-map{border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.detail-map iframe{display:block;width:100%;height:320px;border:0}@media(max-width:768px){.detail-hero{grid-template-columns:1fr;height:auto}.detail-hero-main img{min-height:220px;max-height:220px}.detail-hero-side{flex-direction:row;height:120px}}.property-thumb{width:72px;height:54px;object-fit:cover;border-radius:6px;display:block;background:#e2e8f0}.no-image{display:inline-block;width:72px;padding:8px 4px;font-size:.7rem;color:#94a3b8;text-align:center}.badge-buy{background:#dbeafe;color:#1d4ed8}.badge-rent{background:#dcfce7;color:#15803d}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px}.error{color:#dc2626;margin:0;font-size:.9rem}.error.banner{background:#fef2f2;border:1px solid #fecaca;padding:12px 16px;border-radius:8px;margin-bottom:16px}.loading,.empty-state{color:#64748b;padding:24px 0;text-align:center}@media(max-width:640px){.dashboard-header,.results-header{flex-direction:column;align-items:flex-start}}
