*{box-sizing:border-box}body{margin:0;background:#f5f7fb;color:#0f172a;font-family:Arial,sans-serif;padding-bottom:80px}header{background:#0f172a;color:#fff;padding:20px 18px;display:flex;justify-content:space-between;align-items:center}.brand{font-size:24px;font-weight:800}.subtitle{font-size:13px;opacity:.75;margin-top:4px}header button{border:0;border-radius:12px;background:#ffffff18;color:#fff;font-size:25px;width:42px;height:42px}.location{width:100%;border:0;background:#2563eb;color:#fff;border-radius:14px;padding:14px;font-size:16px;font-weight:700;margin-top:16px}.location-status{font-size:12px;color:#64748b;margin:6px 2px 12px}.search input{width:100%;padding:15px;border:1px solid #d7dce5;border-radius:14px;font-size:16px}.filters{display:flex;gap:8px;overflow:auto;padding:14px 0 10px}.filters button,.sort button{border:1px solid #d7dce5;background:#fff;border-radius:999px;padding:9px 15px;white-space:nowrap;cursor:pointer}.filters button.active,.sort button.active{background:#2563eb;color:#fff;border-color:#2563eb}.sort-title{font-size:13px;font-weight:700;color:#475569;margin:5px 0 7px}.sort{display:flex;gap:8px;margin-bottom:14px}#map{height:300px;border-radius:18px;overflow:hidden;border:1px solid #dbe2ea;margin-bottom:18px}.hero{background:#2563eb;color:#fff;border-radius:20px;padding:20px;margin-bottom:20px}.hero span{font-size:12px;font-weight:800}.hero h2{margin:10px 0 2px}.hero strong{font-size:32px}.hero p{margin:6px 0 0}.section-title{font-size:20px}.status{font-size:13px;color:#64748b;margin-bottom:10px}.card{background:#fff;border:1px solid #e3e7ee;border-radius:18px;padding:16px;margin:12px 0;box-shadow:0 5px 18px rgba(15,23,42,.05)}.card.best{border:2px solid #22c55e}.badge{display:inline-block;background:#dcfce7;color:#166534;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.card h3{margin:10px 0 4px}.place{color:#475569;font-size:14px}.price{font-size:28px;font-weight:800;margin-top:10px}.unit{font-size:12px;color:#64748b}.meta{font-size:12px;color:#64748b;margin-top:12px;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.distance{font-weight:700;color:#2563eb}.empty{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:22px;text-align:center;color:#64748b}nav{position:fixed;bottom:0;left:0;right:0;height:70px;background:#fff;border-top:1px solid #e2e8f0;display:flex;justify-content:center;z-index:5}nav button{flex:1;max-width:170px;border:0;background:transparent;color:#64748b;font-size:20px}nav button.selected{color:#2563eb}nav small{display:block;font-size:11px;margin-top:3px}