:root{--bg:#f5f7fb;--card:#fff;--ink:#111827;--muted:#667085;--line:#e4e7ec;--accent:#1463ff;--accent2:#0f4bd8;--green:#15803d;--amber:#b45309;--shadow:0 10px 30px rgba(16,24,40,.08)}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}
a{color:inherit}.topbar{background:#0b1220;color:#fff;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:24px;font-weight:800;letter-spacing:-.6px;display:flex;align-items:center;gap:9px}.bolt{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--accent);font-size:20px}.tagline{font-size:13px;color:#cbd5e1}.hero{background:linear-gradient(120deg,#0b1220,#16315e);color:#fff;padding:36px 20px 30px}.hero-inner{max-width:1240px;margin:auto}.hero h1{font-size:clamp(28px,4vw,46px);line-height:1.02;margin:0 0 10px;letter-spacing:-1.4px}.hero p{margin:0 0 20px;color:#dbe5f5;font-size:16px;max-width:740px}.searchbar{display:flex;gap:10px;flex-wrap:wrap;background:#fff;padding:9px;border-radius:14px;max-width:860px;box-shadow:0 12px 28px rgba(0,0,0,.18)}.searchbar input{flex:1;min-width:230px;border:0;outline:none;padding:11px 12px;font-size:16px}.searchbar button,.primary{border:0;background:var(--accent);color:#fff;font-weight:700;padding:12px 18px;border-radius:10px;cursor:pointer}.searchbar button:hover,.primary:hover{background:var(--accent2)}.filters{max-width:1240px;margin:14px auto 0;padding:0 20px;display:flex;gap:8px;flex-wrap:wrap}.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:13px;cursor:pointer}.chip.active{background:#eaf1ff;border-color:#a8c4ff;color:#0c4ed8;font-weight:700}.content{max-width:1240px;margin:14px auto 34px;padding:0 20px}.statusrow{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:14px 0;font-size:13px;color:var(--muted)}.mode-badge{font-weight:700;padding:5px 8px;border-radius:999px;background:#ecfdf3;color:var(--green)}.mode-badge.fallback{background:#fff7ed;color:var(--amber)}.workspace{display:grid;grid-template-columns:minmax(340px,430px) 1fr;gap:14px;min-height:650px}.listpane{display:flex;flex-direction:column;gap:10px;max-height:720px;overflow:auto;padding-right:3px}.hotel-card{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:15px;box-shadow:0 2px 8px rgba(16,24,40,.03);cursor:pointer}.hotel-card:hover{border-color:#b9cdf8;box-shadow:var(--shadow)}.hotel-card.selected{border:2px solid var(--accent)}.hotel-title{font-size:17px;font-weight:800;line-height:1.2;margin-bottom:5px}.address{font-size:13px;color:var(--muted);margin-bottom:10px}.badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.badge{font-size:11px;font-weight:700;border-radius:999px;padding:5px 7px;background:#eef2f6;color:#344054}.badge.fast{background:#fff0f0;color:#b42318}.badge.verified{background:#ecfdf3;color:#067647}.details{display:grid;grid-template-columns:1fr 1fr;gap:7px;font-size:12px}.details b{display:block;font-size:11px;color:#667085;text-transform:uppercase;letter-spacing:.4px;margin-bottom:1px}.card-actions{display:flex;gap:8px;margin-top:12px}.card-actions a{font-size:12px;font-weight:700;text-decoration:none;padding:8px 10px;border-radius:8px;border:1px solid var(--line);background:#fff}.mapwrap{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:#d9e3ef;min-height:650px}.map{position:absolute;inset:0}.map-note{position:absolute;z-index:500;left:12px;bottom:12px;background:rgba(255,255,255,.95);border-radius:10px;padding:8px 10px;font-size:11px;box-shadow:var(--shadow);max-width:320px}.empty{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:24px;text-align:center;color:var(--muted)}.section{max-width:1240px;margin:0 auto 50px;padding:0 20px}.section h2{font-size:26px;margin-bottom:8px}.section p{color:var(--muted);max-width:800px;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.step{background:#fff;border:1px solid var(--line);padding:18px;border-radius:14px}.step strong{display:block;margin-bottom:6px}.footer{border-top:1px solid var(--line);background:#fff;padding:24px 20px;color:var(--muted);font-size:12px}.footer-inner{max-width:1240px;margin:auto;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.leaflet-popup-content{font-family:inherit}.popup-title{font-weight:800;margin-bottom:4px}.popup-sub{font-size:12px;color:#667085}.marker-pin{background:#1463ff;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.25);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900}
@media(max-width:860px){.workspace{grid-template-columns:1fr}.mapwrap{min-height:430px;order:-1}.listpane{max-height:none}.steps{grid-template-columns:1fr}.tagline{display:none}.content{padding:0 12px}.filters{padding:0 12px}.hero{padding-left:14px;padding-right:14px}}
