:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:#fafafa}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:10;background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.logo{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;gap:.4rem}.logo-icon{font-size:1.2rem}.tabs{display:flex;gap:.25rem;background:#ffffff0f;border-radius:.5rem;padding:.25rem}.tab{position:relative;border:none;background:none;color:#fff9;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;transition:all .2s;font-family:inherit}.tab:hover{color:#ffffffe6}.tab.active{background:#ffffff1f;color:#fff}.badge{display:inline-flex;align-items:center;justify-content:center;margin-left:.35rem;min-width:1.2rem;height:1.2rem;padding:0 .3rem;font-size:.7rem;font-weight:600;background:#6366f1;color:#fff;border-radius:999px}.content{flex:1;max-width:1200px;margin:0 auto;padding:1.5rem;width:100%}.results-count{color:#ffffff80;font-size:.85rem;margin-bottom:1.25rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.home-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;overflow:hidden;transition:transform .2s,border-color .2s}.home-card:hover{transform:translateY(-2px);border-color:#ffffff26}.home-image{position:relative;height:180px;display:flex;align-items:flex-start;justify-content:space-between;padding:.75rem}.home-type{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:.3rem .6rem;border-radius:.3rem}.fav-btn{width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:1.2rem;cursor:pointer;transition:transform .2s,background .2s;display:flex;align-items:center;justify-content:center;line-height:1}.fav-btn:hover{transform:scale(1.1);background:#0009}.fav-btn.favorited{color:#f43f5e;background:#f43f5e26}.home-info{padding:1rem 1rem 1.15rem}.home-title{font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.home-address{font-size:.82rem;color:#ffffff73;margin-bottom:.6rem}.home-price{font-size:1.2rem;font-weight:700;color:#a5b4fc;margin-bottom:.6rem}.home-details{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffff80}.dot{width:3px;height:3px;border-radius:50%;background:#ffffff40}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;gap:.75rem}.empty-icon{font-size:3.5rem;color:#ffffff26;line-height:1}.empty-state h2{font-size:1.25rem;font-weight:600}.empty-state p{color:#ffffff73;font-size:.9rem;max-width:20rem}.btn{border:none;font-family:inherit;font-size:.85rem;font-weight:500;padding:.6rem 1.25rem;border-radius:.5rem;cursor:pointer;transition:background .2s;margin-top:.5rem}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#4f46e5}@media(max-width:640px){.header-inner{padding:.75rem 1rem}.content{padding:1rem}.grid{grid-template-columns:1fr}}
