.ltt-map-app{--ltt-panel:#fff;--ltt-text:#1f2937;--ltt-muted:#64748b;--ltt-line:#e2e8f0;--ltt-map-button:#c7ef00;color:var(--ltt-text);margin:24px 0}.ltt-map-app *{box-sizing:border-box}.ltt-title{margin:0 0 8px;font-size:clamp(25px,4vw,42px);line-height:1.15}.ltt-lead{margin:0 0 16px;color:var(--ltt-muted);max-width:850px;line-height:1.55}.ltt-layout{display:grid;grid-template-columns:minmax(280px,370px) 1fr;gap:16px}.ltt-panel{background:var(--ltt-panel);border:1px solid var(--ltt-line);border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgb(15 23 42 / .06)}.ltt-controls{padding:14px;max-height:var(--ltt-map-height,720px);overflow:auto}.ltt-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.ltt-actions button,.ltt-map-button{appearance:none;border:0;border-radius:9px;padding:9px 11px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ltt-actions button{background:#e2e8f0;color:#0f172a}.ltt-actions button:hover{background:#cbd5e1}.ltt-route-card{border:1px solid var(--ltt-line);border-radius:12px;padding:11px;margin:9px 0;background:#fff}.ltt-route-head{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:start}.ltt-route-head input{margin-top:4px;transform:scale(1.15)}.ltt-route-name{font-weight:800;line-height:1.25}.ltt-meta{font-size:13px;color:var(--ltt-muted);margin-top:4px}.ltt-description{font-size:13px;line-height:1.4;margin:8px 0}.ltt-dot{display:inline-block;width:11px;height:11px;border-radius:50%;margin-right:6px}.ltt-badge{display:inline-block;background:#e2e8f0;border-radius:999px;padding:2px 7px;margin:3px 4px 0 0;font-size:12px}.ltt-map-button{background:var(--ltt-map-button);color:#172000!important;font-size:13px}.ltt-map-button:hover{filter:brightness(.95)}.ltt-map{height:var(--ltt-map-height,720px);min-height:420px;z-index:1}.ltt-map .leaflet-popup-content{line-height:1.45}.ltt-map .leaflet-popup-content .ltt-map-button{margin-top:8px}.ltt-map-error{padding:24px;background:#fef2f2;color:#991b1b}@media(max-width:820px){.ltt-layout{grid-template-columns:1fr}.ltt-controls{max-height:none}.ltt-map{height:min(66vh,var(--ltt-map-height,720px));min-height:480px}}