.transport-map { position: absolute; inset: 0; }
.transport-map .maplibregl-ctrl-attrib { font-size: 10px; opacity: .76; }
.transport-map-topbar { position: absolute; z-index: 8; top: 18px; left: 18px; right: 18px; display: flex; justify-content: space-between; gap: 10px; pointer-events: none; }
.transport-map-status,
.transport-map-reset { pointer-events: auto; min-height: 42px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(15,46,85,.13); border-radius: 13px; background: rgba(255,255,255,.94); color: #17304e; box-shadow: 0 12px 28px rgba(7,27,56,.13); backdrop-filter: blur(12px); }
.transport-map-status { padding: 0 13px; font-size: .78rem; font-weight: 800; }
.transport-map-reset { padding: 0 14px; font: inherit; font-size: .76rem; font-weight: 850; cursor: pointer; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #23b26d; box-shadow: 0 0 0 4px rgba(35,178,109,.13); }
.transport-map-controls { position: absolute; z-index: 8; right: 20px; bottom: 22px; display: grid; overflow: hidden; border: 1px solid rgba(15,46,85,.13); border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 14px 32px rgba(7,27,56,.17); }
.transport-map-controls button { width: 46px; height: 46px; border: 0; border-bottom: 1px solid #e7edf4; background: transparent; color: #17304e; font-size: 1.35rem; cursor: pointer; }
.transport-map-controls button:last-child { border-bottom: 0; font-size: 1.1rem; }
.transport-map-controls button:hover { background: #f2f7fc; color: #0c78ff; }
.transport-map-hint { position: absolute; z-index: 10; top: 74px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 14px 0 17px; border-radius: 999px; background: #071b38; color: #fff; box-shadow: 0 14px 30px rgba(7,27,56,.25); font-size: .8rem; font-weight: 800; }
.transport-map-hint button { border: 0; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; padding: 7px 10px; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.transport-route-summary { position: absolute; z-index: 9; left: 22px; bottom: 22px; width: min(360px, calc(100% - 96px)); padding: 16px 46px 16px 17px; border: 1px solid rgba(15,46,85,.13); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(7,27,56,.18); backdrop-filter: blur(12px); }
.transport-route-summary > button { position: absolute; top: 9px; right: 10px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #eef3f8; color: #5f7188; cursor: pointer; }
.transport-route-summary > span { display: block; color: #0c78ff; font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.transport-route-summary > strong { display: block; margin-top: 3px; color: #071b38; font-size: 1.08rem; }
.transport-route-summary p { margin: 5px 0 0; color: #68798e; font-size: .8rem; line-height: 1.4; font-weight: 650; }
.transport-toast { position: absolute; z-index: 40; left: 50%; bottom: 24px; transform: translateX(-50%); max-width: min(460px, calc(100% - 32px)); padding: 12px 15px; border-radius: 12px; background: #071b38; color: #fff; box-shadow: 0 16px 34px rgba(7,27,56,.25); font-size: .8rem; font-weight: 750; text-align: center; }
.transport-user-marker,
.transport-destination-marker,
.transport-stop-marker { display: grid; place-items: center; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 8px 20px rgba(7,27,56,.24); }
.transport-user-marker { width: 22px; height: 22px; background: #0c78ff; }
.transport-destination-marker { width: 24px; height: 24px; background: #ff4d5f; }
.transport-stop-marker { width: 18px; height: 18px; background: #071b38; }
.transport-stop-marker.drop { background: #ff4d5f; }
.transport-map.is-picking .maplibregl-canvas { cursor: crosshair; }
@media (max-width: 840px) {
    .transport-map-topbar { top: 10px; left: 10px; right: 10px; }
    .transport-map-controls { right: 10px; bottom: 10px; }
    .transport-route-summary { left: 10px; bottom: 10px; width: min(330px, calc(100% - 72px)); }
    .transport-map-hint { top: 58px; max-width: calc(100% - 20px); white-space: nowrap; }
}
