.scenario-form legend small{color:var(--muted);font-size:10px;font-weight:500}
.inline-parameter{display:grid;grid-template-columns:1fr minmax(110px,1fr);gap:10px;align-items:center;margin-top:9px;color:var(--muted);font-size:12px}
.inline-parameter input,.parameter-inputs input{width:100%;min-height:44px;padding:0 11px;border:1px solid var(--border);border-radius:11px;background:var(--surface)}
.parameter-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}
.parameter-inputs label{display:grid;gap:5px;color:var(--muted);font-size:10px}
.review-card{display:grid;margin:14px 0;border:1px solid var(--border);border-radius:18px;background:var(--surface);overflow:hidden}
.review-card div{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:13px 15px;border-bottom:1px solid var(--border)}
.review-card div:last-child{border-bottom:0}.review-card span{color:var(--muted);font-size:12px}.review-card strong{font-size:13px;text-align:right}
.route-options{display:grid;gap:11px}.route-option{position:relative;display:block}.route-option>input{position:absolute;opacity:0}
.route-option>span{display:block;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}
.route-option>input:checked+span{border-color:var(--primary);background:var(--lilac-soft);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 12%,transparent)}
.route-option b,.route-option small,.route-option em{display:block}.route-option small{margin-top:5px;color:var(--muted);font-size:11px}
.route-option em{margin-top:11px;color:var(--text);font-size:12px;font-style:normal;line-height:1.55}.route-options>.button{margin-top:2px}
.route-map-card{position:relative;margin:0 0 13px;overflow:hidden;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card)}
.walking-route-map{position:relative;width:100%;height:320px;background:linear-gradient(145deg,var(--surface),var(--green-soft));isolation:isolate}
.walking-route-map-status{position:absolute;inset:0;z-index:1;display:grid;place-items:center;padding:28px;color:var(--muted);font-size:12px;text-align:center;transition:opacity .2s ease}
.walking-route-map.is-ready .walking-route-map-status{opacity:0;pointer-events:none}.walking-route-map.has-error .walking-route-map-status{color:var(--text)}
.walking-route-map .maplibregl-canvas{outline:none}.walking-route-map .maplibregl-ctrl-top-right{top:10px;right:10px}
.walking-route-map .maplibregl-ctrl-group{overflow:hidden;border:1px solid color-mix(in srgb,var(--text) 12%,transparent);border-radius:12px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 5px 18px rgba(0,0,0,.18)}
.walking-route-map .maplibregl-ctrl-group button{width:38px;height:38px}.walking-route-map .maplibregl-ctrl-attrib{font-size:9px}
[data-theme="dark"] .walking-route-map .maplibregl-ctrl-group button span{filter:invert(1)}
.walking-route-marker{display:grid;width:26px;height:26px;padding:0;place-items:center;border:3px solid #fff;border-radius:50%;background:#73ff00;color:#071006;font:850 11px/1 Inter,system-ui,sans-serif;box-shadow:0 3px 12px rgba(0,0,0,.45);cursor:pointer}
.walking-route-marker.is-start{width:31px;height:31px;background:#7048ff;color:#fff}.walking-route-marker:focus-visible{outline:3px solid #fff;outline-offset:2px}
.route-map-fit{position:absolute;left:12px;top:12px;z-index:2;display:flex;min-height:38px;padding:0 12px;align-items:center;gap:6px;border:1px solid color-mix(in srgb,var(--text) 12%,transparent);border-radius:12px;background:color-mix(in srgb,var(--surface) 92%,transparent);color:var(--text);font-size:11px;font-weight:750;box-shadow:0 5px 18px rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.route-map-fit .icon{width:16px;height:16px;color:var(--green)}.route-map-card figcaption{padding:9px 13px;border-top:1px solid var(--border);color:var(--muted);font-size:9px}
.route-map-unavailable{margin-bottom:13px;padding:24px;border:1px solid var(--border);border-radius:18px;color:var(--muted);font-size:12px;text-align:center}
@media(max-width:350px){.parameter-inputs{grid-template-columns:1fr}.review-card div{grid-template-columns:76px 1fr}}
