.wlb-app{--navy:#123f68;--green:#238b45;--line:#dbe4ec;--text:#203040;max-width:1180px;margin:0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text)}
.wlb-app *{box-sizing:border-box}
.wlb-hero{height:45px;min-height:45px;background:var(--navy);color:#fff;padding:0 14px;display:flex;align-items:center;justify-content:center;text-align:center}
.wlb-hero h2{font-size:20px;line-height:45px;margin:0;font-weight:800;letter-spacing:.01em}
.wlb-key-warning{padding:10px 14px;background:#fff4d4;border:1px solid #efd990}
.wlb-form{display:grid;grid-template-columns:1fr 1fr 190px 150px;gap:10px;align-items:end;padding:14px;background:#fff;border:1px solid var(--line);border-top:0}
.wlb-form label{font-size:12px;font-weight:750;position:relative}
.wlb-input-wrap{position:relative}
.wlb-input-wrap input{padding-right:36px!important}
.wlb-input-wrap button{position:absolute;right:3px;top:3px;bottom:3px;width:30px;border:0;background:transparent;font-size:22px;color:#738397;cursor:pointer}
.wlb-form input{width:100%;height:43px;border:1px solid #bbc8d4;border-radius:8px;padding:0 11px;background:#fff;font-size:15px}
.wlb-height-row{display:grid;grid-template-columns:1fr 23px 1fr 23px;align-items:center;gap:4px}
.wlb-height-row span{text-align:center;color:#617385}
.wlb-analyze{height:43px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:800;font-size:15px;cursor:pointer}
.wlb-autocomplete{position:absolute;z-index:1001;top:64px;left:0;right:0;background:#fff;border:1px solid #c7d3de;border-radius:8px;box-shadow:0 8px 24px #0002;overflow:hidden}
.wlb-autocomplete button{display:block;width:100%;border:0;border-bottom:1px solid #edf1f4;background:#fff;padding:9px 11px;text-align:left;cursor:pointer}
.wlb-autocomplete button:hover{background:#f2f7fb}
.wlb-autocomplete strong,.wlb-autocomplete small{display:block}
.wlb-autocomplete small{font-size:11px;color:#687b8f}
.wlb-status{min-height:34px;padding:8px 14px;font-size:13px;font-weight:650}
.wlb-status.error{color:#a51616}
.wlb-map-wrap{position:relative}
.wlb-map{height:520px;border:1px solid var(--line);border-radius:0 0 8px 8px;overflow:hidden;background:#e9eef2}
.wlb-map-placeholder{height:100%;display:grid;place-items:center;color:#6c7d8d}
.wlb-legend{display:flex;gap:16px;flex-wrap:wrap;align-items:center;padding:9px 12px;border:1px solid var(--line);border-bottom:0;border-radius:8px 8px 0 0;font-size:12px;background:#fff}
.wlb-legend strong{font-size:12px;color:#33475b;margin-right:2px}
.wlb-legend span{display:flex;align-items:center;gap:5px}
.wlb-legend i{width:10px;height:10px;border-radius:50%;display:inline-block}
.wlb-legend .red{background:#c62828}.wlb-legend .orange{background:#ef6c00}.wlb-legend .yellow{background:#d4a000}.wlb-legend .gray{background:#64748b}
.wlb-gps{position:absolute;right:12px;top:62px;z-index:20;border:0;border-radius:14px;background:#6b7280;color:#fff;min-width:54px;height:44px;padding:0 12px;font-size:14px;font-weight:800;box-shadow:0 3px 10px #0003;cursor:pointer}
.wlb-gps.active{background:#238b45}
.wlb-gps:focus-visible{outline:3px solid #fff;outline-offset:2px}
.wlb-route-choices,.wlb-results{margin-top:14px}
.wlb-choice-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:7px}
.wlb-choice-head span{font-size:12px;color:#6b7e90}
.wlb-choice{display:grid;grid-template-columns:190px 1fr 360px;align-items:center;gap:12px;width:100%;padding:11px 12px;margin:7px 0;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;cursor:pointer}
.wlb-choice.active{border:2px solid var(--navy);box-shadow:0 2px 10px #123f6818}
.wlb-choice-title{display:flex;align-items:center;gap:7px}
.wlb-choice-title em{font-style:normal;font-size:10px;background:#e3f3e8;color:#1d7138;padding:3px 6px;border-radius:20px}
.wlb-choice-name{font-size:13px;color:#587087}
.wlb-choice-metrics{display:flex;gap:14px;justify-content:flex-end;font-size:12px;align-items:center}
.wlb-choice-metrics strong{padding:4px 7px;border-radius:5px}
.wlb-choice-metrics .bad{background:#fde2e2;color:#9f1717}.wlb-choice-metrics .warn{background:#fff0dc;color:#994e00}.wlb-choice-metrics .good{background:#e7f5eb;color:#1c6e35}
.wlb-results{border:1px solid var(--line);border-radius:10px;padding:15px;background:#fff}
.wlb-result-head{display:flex;justify-content:space-between;gap:12px;align-items:center}
.wlb-result-head span{font-size:10px;letter-spacing:.08em;font-weight:800;color:#65788b}
.wlb-result-head h3{margin:2px 0 0}
.wlb-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0}
.wlb-stats div{background:#f4f7f9;border-radius:8px;padding:10px}
.wlb-stats span,.wlb-stats strong{display:block}.wlb-stats span{font-size:11px;color:#6b7d8f}.wlb-stats strong{font-size:17px;margin-top:2px}
.wlb-ok{padding:13px;border-radius:8px;background:#eaf6ee;border-left:4px solid #2b8d49}.wlb-ok p{margin:5px 0 0;font-size:13px}
.wlb-warning-list{display:grid;gap:7px}
.wlb-warning-list button{display:flex;justify-content:space-between;gap:12px;align-items:center;width:100%;text-align:left;border:0;border-radius:8px;padding:10px 12px;cursor:pointer}
.wlb-warning-list .conflict{background:#fde6e6;border-left:5px solid #c62828}.wlb-warning-list .tight{background:#fff0df;border-left:5px solid #ef6c00}.wlb-warning-list .caution{background:#fff8d9;border-left:5px solid #d4a000}
.wlb-warning-list span strong,.wlb-warning-list span small{display:block}.wlb-warning-list small{margin-top:3px;color:#4f6070}.wlb-warning-list b{white-space:nowrap}
.wlb-results details{margin-top:12px;padding:10px;background:#f4f6f8;border-radius:7px}
.wlb-note{font-size:11px;line-height:1.45;color:#65768a;margin:12px 2px 20px}
.wlb-popup{max-width:280px;font-size:12px}.wlb-popup p{margin:6px 0}.wlb-popup small{color:#66788a}
.wlb-popup-title{display:block;font-size:20px;line-height:1.2;font-weight:800;margin:0 0 8px}
.wlb-popup-title.danger{color:#c62828}.wlb-popup-title.tight{color:#ef6c00}.wlb-popup-title.caution{color:#b18400}.wlb-popup-title.neutral{color:#4b5563}
.wlb-popup-conflict{color:#c62828;font-weight:800}.wlb-popup-tight{color:#ef6c00;font-weight:800}.wlb-popup-caution{color:#9a7200;font-weight:800}.wlb-popup-neutral{color:#4b5563;font-weight:800}
@media(max-width:800px){
  .wlb-form{grid-template-columns:1fr 1fr}
  .wlb-place{grid-column:1/-1}
  .wlb-height{grid-column:1}.wlb-analyze{grid-column:2}
  .wlb-map{height:430px}
  .wlb-choice{grid-template-columns:1fr}
  .wlb-choice-metrics{justify-content:flex-start;flex-wrap:wrap}
  .wlb-stats{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .wlb-form{grid-template-columns:1fr;gap:9px;padding:12px}
  .wlb-place,.wlb-height,.wlb-analyze{grid-column:1}
  .wlb-form label{font-size:13px}.wlb-form input{font-size:16px}.wlb-analyze{width:100%}.wlb-autocomplete{top:66px}
  .wlb-map{height:390px}.wlb-gps{right:10px;top:60px;min-width:52px;height:42px}
  .wlb-legend{gap:8px 12px}.wlb-stats{grid-template-columns:1fr 1fr}
  .wlb-result-head,.wlb-choice-head{align-items:flex-start;flex-direction:column}
}
