.scanmap-hotel-sheet-backdrop{
  position:fixed;
  inset:0;
  background:rgba(10,18,30,.42);
  z-index:4600;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  box-sizing:border-box;
}

.scanmap-hotel-sheet-backdrop.is-open{
  display:flex;
}

.scanmap-hotel-sheet{
  width:min(440px, 96vw);
  max-height:calc(100dvh - 36px);
  overflow:auto;
  border-radius:28px;
  background:#f8fbff;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#102033;
}

.scanmap-hotel-hero{
  position:relative;
  height:210px;
  overflow:hidden;
  border-radius:28px 28px 0 0;
  background:#dbe7f5;
}

.scanmap-hotel-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.scanmap-hotel-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  font-size:22px;
  font-weight:800;
  cursor:pointer;
}

.scanmap-hotel-body{
  padding:18px;
}

.scanmap-hotel-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 11px;
  border-radius:999px;
  background:#eaf7ef;
  color:#0f7a3d;
  font-size:12px;
  font-weight:800;
  margin-bottom:10px;
}

.scanmap-hotel-title{
  margin:0;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.03em;
}

.scanmap-hotel-type{
  margin-top:6px;
  color:#5e7087;
  font-size:14px;
  font-weight:700;
}

.scanmap-hotel-address{
  margin-top:8px;
  color:#44566d;
  font-size:13px;
}

.scanmap-hotel-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0;
}

.scanmap-hotel-chip{
  padding:8px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(18,57,92,.10);
  box-shadow:0 4px 12px rgba(15,45,80,.05);
  font-size:12px;
  font-weight:800;
  color:#24384e;
}

.scanmap-hotel-desc{
  background:#fff;
  border:1px solid rgba(18,57,92,.10);
  border-radius:18px;
  padding:13px;
  font-size:14px;
  line-height:1.45;
  color:#24384e;
  margin-bottom:14px;
}

.scanmap-hotel-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:14px;
}

.scanmap-hotel-info{
  background:#fff;
  border:1px solid rgba(18,57,92,.10);
  border-radius:18px;
  padding:12px;
}

.scanmap-hotel-info span{
  display:block;
  font-size:11px;
  color:#6d7f94;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.scanmap-hotel-info strong{
  display:block;
  margin-top:4px;
  font-size:15px;
  color:#142235;
}

.scanmap-hotel-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}

.scanmap-hotel-btn{
  border:0;
  border-radius:16px;
  padding:12px 10px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  text-align:center;
  text-decoration:none;
  display:flex;
  justify-content:center;
  align-items:center;
  background:#fff;
  color:#123047;
  box-shadow:0 6px 16px rgba(20,50,85,.08);
}

.scanmap-hotel-btn.primary{
  background:linear-gradient(135deg,#0f8b46,#20b362);
  color:#fff;
}

.scanmap-hotel-btn.blue{
  background:linear-gradient(135deg,#0d6efd,#16a4ff);
  color:#fff;
}

.scanmap-hotel-note{
  margin-top:12px;
  font-size:12px;
  color:#6d7f94;
  text-align:center;
}

@media (max-width:640px){
  .scanmap-hotel-sheet-backdrop{
    padding:0;
    align-items:flex-end;
  }

  .scanmap-hotel-sheet{
    width:100vw;
    max-height:92dvh;
    border-radius:28px 28px 0 0;
  }
}
