/* Dedicated hotel-centered trip map */
.trip-map-head{margin-bottom:12px}
.trip-map-tools{position:sticky;top:0;z-index:28;background:rgba(244,242,235,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:7px 0 8px;margin-bottom:10px;border-bottom:1px solid rgba(216,221,215,.92)}
.trip-map-filters{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px 0}
.trip-map-filters::-webkit-scrollbar{display:none}
.trip-map-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:12px;align-items:start}
.trip-map-card{overflow:hidden;border-radius:22px;border:1px solid var(--line);background:var(--paper)}
#tripMapCanvas{height:min(62vh,640px);min-height:430px;width:100%;background:#e7ebe6}
.trip-map-status{padding:10px 13px;border-top:1px solid var(--line);font-size:11px;line-height:1.45;color:var(--muted)}
.trip-map-list{display:grid;gap:8px;max-height:min(68vh,700px);overflow:auto;padding-right:2px}
.trip-map-item{display:grid;grid-template-columns:11px minmax(0,1fr);gap:10px;padding:12px 13px;border:1px solid var(--line);border-radius:15px;background:var(--paper);cursor:pointer;text-align:left;color:var(--ink)}
.trip-map-item:hover{border-color:#aebbb6}
.trip-map-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;background:#637370}
.trip-map-dot.food{background:#c66e3f}.trip-map-dot.sight{background:#2d6665}.trip-map-dot.store{background:#9a782a}.trip-map-dot.hotel{background:#172728}
.trip-map-item b{display:block;font-size:13px;line-height:1.35}
.trip-map-item small{display:block;margin-top:3px;color:var(--muted);font-size:10px;line-height:1.4}
.trip-map-item .trip-time{color:var(--brand);font-weight:900}
.trip-map-empty{padding:22px;text-align:center;color:var(--muted);font-size:12px}
.trip-marker{display:grid;place-items:center;width:30px;height:30px;border-radius:50% 50% 50% 8px;transform:rotate(-45deg);border:2px solid #fff;box-shadow:0 4px 12px rgba(17,36,36,.28);color:#fff;font-size:12px;font-weight:900}
.trip-marker span{transform:rotate(45deg)}
.trip-marker.food{background:#c66e3f}.trip-marker.sight{background:#2d6665}.trip-marker.store{background:#9a782a}.trip-marker.hotel{background:#172728}
.trip-popup h3{font-size:14px;margin:0 0 4px}.trip-popup p{font-size:11px;margin:3px 0;color:#52615f}.trip-popup .trip-popup-time{font-weight:900;color:#174e4f}
.trip-popup-actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}
.trip-popup-actions a{display:inline-flex;padding:5px 7px;border-radius:8px;background:#edf3ef;color:#174e4f;text-decoration:none;font-size:10px;font-weight:900}
.leaflet-popup-content{margin:12px 14px}
@media(max-width:800px){.trip-map-layout{grid-template-columns:1fr}.trip-map-list{max-height:none;grid-template-columns:repeat(2,minmax(0,1fr))}#tripMapCanvas{height:52vh;min-height:390px}}
@media(max-width:640px){.trip-map-tools{margin-left:-12px;margin-right:-12px;padding:7px 12px 8px;box-shadow:0 5px 12px rgba(31,49,49,.06)}.trip-map-layout{gap:9px}.trip-map-card{border-radius:18px}#tripMapCanvas{height:50vh;min-height:360px}.trip-map-list{grid-template-columns:1fr}.trip-map-item{padding:10px 11px}.trip-map-status{font-size:10px}}
