:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#173237;background:#edf1ee;font-synthesis:none;--ink:#102d32;--lime:#c5fa73;--line:#dce3df}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #148885;outline-offset:3px}button:disabled{opacity:.5;cursor:wait}header{height:72px;background:var(--ink);color:white;display:flex;align-items:center;padding:0 28px;gap:20px}.brand{text-decoration:none;color:white;display:flex;align-items:center;gap:12px;font-size:18px;letter-spacing:1.5px}.brand b{font-weight:400;color:#b6c7c6}.brand-mark{width:35px;height:38px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-size:25px;font-weight:800;border-radius:8px}.pilot{margin-left:auto;font-size:12px;letter-spacing:1.5px;color:#d0dddd}.pilot span{color:var(--lime);margin-left:9px}.icon-btn{border:1px solid #ccd6d1;border-radius:50%;background:transparent;color:inherit;width:36px;height:36px;font-size:21px;display:grid;place-items:center;flex-shrink:0}header .icon-btn{border-color:#547075;font-size:18px}main{display:grid;grid-template-columns:328px 1fr;height:calc(100dvh - 72px);min-height:550px}.sidebar{background:#fff;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--line);z-index:2}.sidebar-top{padding:27px 22px 0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;color:#637b7d}.farm-tabs{display:flex;gap:8px;margin:14px 0 22px}.farm{flex:1;text-align:left;border:1px solid var(--line);background:#f8faf8;border-radius:10px;padding:13px 14px;font-weight:750;font-size:18px;color:var(--ink)}.farm span{display:block;font-size:12px;font-weight:500;color:#6b7f80;margin-top:5px}.farm.active{background:var(--ink);border-color:var(--ink);color:white}.farm.active span{color:#d0e2da}.search{height:48px;display:flex;align-items:center;gap:8px;border:1px solid #cad6d0;border-radius:8px;padding:0 12px}.search span{font-size:26px;color:#68807d}.search input{min-width:0;width:100%;border:0;background:none;outline:none;font-size:16px;color:var(--ink)}.list-heading{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#71817f;padding:20px 0 12px}.text-btn{color:#35695e;border:0;background:none;padding:7px 0;font-size:14px;font-weight:600}.turbine-list{overflow-y:auto;flex:1;padding:0 12px 12px}.turbine-row{width:100%;display:flex;align-items:center;gap:12px;padding:14px 12px;border:1px solid transparent;background:white;border-radius:9px;color:var(--ink);text-align:left;margin:2px 0}.turbine-row:hover{background:#f1f6f1}.turbine-row.selected{background:#eef6e4;border-color:#c5daae}.turbine-symbol{display:grid;place-items:center;width:35px;height:35px;background:#f1f5f2;border-radius:50%;color:#547766}.turbine-row.selected .turbine-symbol{background:#dcedc8}.row-title{font-weight:700;font-size:15px}.row-sub{color:#7a8984;font-size:12px;margin-top:4px}.row-arrow{margin-left:auto;color:#8b9c95}.sidebar-foot{border-top:1px solid var(--line);padding:15px 20px;font-size:12px;color:#74847b;display:flex;align-items:center;gap:8px}.mini-line{width:16px;height:2px;background:#87a180}.map-area{position:relative;min-width:0;overflow:hidden;background:#e8eee5}#map{position:absolute;inset:0}.map-top{position:absolute;left:24px;right:24px;top:22px;display:flex;justify-content:space-between;gap:10px;pointer-events:none}.map-top>*{pointer-events:auto}.location-tag{background:#fff;box-shadow:0 3px 12px #17323712;padding:11px 14px;border-radius:7px;display:flex;gap:8px;align-items:center;font-size:13px}.dot{width:7px;height:7px;border-radius:50%;background:#e0a348}.dot.ready{background:#4b8d68}.map-button{background:#fff;color:#385b55;border:1px solid #dce3df;border-radius:7px;padding:9px 13px;font-size:13px}.map-actions{position:absolute;right:24px;top:87px;display:grid;gap:8px}.map-actions button{width:44px;height:44px;border-radius:9px;background:#fff;border:1px solid #d9e2da;font-size:26px;color:#315d53;box-shadow:0 3px 12px #17323712}.destination-card,.empty-card{position:absolute;left:24px;bottom:57px;width:340px;max-width:calc(100% - 48px);background:#fff;border:1px solid #e3e9df;border-radius:16px;padding:22px;box-shadow:0 12px 35px #1b392b20}.empty-card h1{font-size:25px;letter-spacing:-.6px;margin:9px 0}.empty-card p{color:#6a7d76;font-size:15px;line-height:1.5;margin:8px 0 20px}.destination-head{display:flex;justify-content:space-between;align-items:center}.destination-head h1{font-size:31px;margin:6px 0;letter-spacing:-.8px}.destination-meta{font-size:13px;color:#688079;margin-bottom:19px}.origin-label{display:block;font-size:12px;letter-spacing:1px;font-weight:700;color:#687f77;margin-bottom:8px}select{width:100%;border:1px solid #cedad1;background:#f7faf6;border-radius:7px;padding:12px 9px;font-size:15px;color:#26493e}.primary{background:var(--ink);border:0;color:#fff;border-radius:8px;padding:14px 16px;font-size:15px;font-weight:650;display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:46px}.primary:hover{background:#25484b}.primary span{color:var(--lime);font-size:18px}.route-buttons{display:flex;gap:8px;margin-top:13px}.route-buttons .primary{flex:1}.secondary{border:1px solid #cedad1;border-radius:8px;background:#fff;color:#456355;padding:10px;font-size:14px}.pilot-note{font-size:12px;line-height:1.5;color:#77877d;margin-top:13px}.route-metrics{display:flex;align-items:baseline;gap:8px;padding-top:17px}.route-metrics strong{font-size:27px;letter-spacing:-1px}.route-metrics span{font-size:13px;color:#6b7c76}.route-warning{font-size:13px;line-height:1.5;color:#80591c;background:#fff5dd;border-radius:6px;padding:10px;margin-top:10px}.route-info{font-size:13px;line-height:1.5;color:#597568;margin:9px 0 0}.follow-button{background:#d2efad;color:#244932;margin-top:12px}.follow-button:hover{background:#c3e899}#guidance{margin-top:13px;padding:12px;background:#edf5e6;border-radius:8px}#guidance strong{display:block;font-size:20px;margin:7px 0}#guidance-detail{font-size:13px;color:#526a5d}.guidance-top{display:flex;justify-content:space-between;align-items:center}.guidance-top .eyebrow{font-size:10px;letter-spacing:1px}.map-legend{position:absolute;bottom:25px;left:25px;display:flex;gap:16px;font-size:12px;color:#4c695d;background:#ffffffd9;padding:7px 10px;border-radius:5px}.map-legend span{display:flex;align-items:center;gap:5px}.legend-road{width:16px;height:3px;background:#698773}.legend-wtg{width:8px;height:8px;border-radius:50%;background:#234d43}.wtg-marker{background:#fff;color:#183e36;border:1px solid #658979;border-radius:5px;padding:4px 7px;font-size:11px;font-weight:700;box-shadow:0 2px 6px #21413222;white-space:nowrap;cursor:pointer;min-height:25px}.wtg-marker:before{content:'';width:5px;height:5px;border-radius:50%;background:#416d54;display:inline-block;margin-right:5px}.wtg-marker.is-selected{background:var(--ink);border-color:var(--ink);color:#d3fa9d;z-index:2;font-size:13px;padding:6px 9px}.gps-marker{width:18px;height:18px;border:3px solid white;border-radius:50%;background:#287ed9;box-shadow:0 0 0 8px #287ed930}.maplibregl-ctrl-attrib{font-size:10px!important}#map-placeholder{position:absolute;inset:45% 10% auto;text-align:center;color:#547060;pointer-events:none}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#173b36;color:white;padding:13px 20px;border-radius:9px;box-shadow:0 6px 20px #17323730;font-size:14px;max-width:90vw;z-index:20;line-height:1.5}dialog{border:0;border-radius:18px;max-width:560px;width:calc(100% - 28px);padding:26px;color:#26483d;max-height:86dvh;overflow:auto;box-shadow:0 25px 90px #102d3255}dialog::backdrop{background:#102d3290}.dialog-header{display:flex;justify-content:space-between;align-items:center}dialog h2{font-size:28px;letter-spacing:-.8px;margin:15px 0}dialog h3{font-size:17px;margin:24px 0 8px}dialog p,dialog li{font-size:15px;line-height:1.65}dialog li{margin-bottom:12px}dialog ol{padding-left:20px}dialog a{color:#276c54}[hidden]{display:none!important}.no-results{padding:25px;color:#6e8177;font-size:15px;line-height:1.5}
@media(max-width:760px){header{height:60px;padding:0 16px;gap:12px}.brand{font-size:15px;gap:9px}.brand-mark{width:30px;height:33px;font-size:23px}.pilot{font-size:10px;letter-spacing:1px}.pilot span{display:none}main{display:flex;flex-direction:column;height:calc(100dvh - 60px);min-height:570px}.sidebar{flex-shrink:0;border-right:0;border-bottom:1px solid var(--line)}.sidebar-top{padding:12px 14px 0;display:grid;grid-template-columns:138px 1fr;column-gap:10px;align-items:center}.sidebar-top>.eyebrow,.list-heading{display:none}.farm-tabs{margin:0;gap:5px}.farm{font-size:15px;padding:11px 10px;border-radius:7px}.farm span{display:none}.search{height:43px;padding:0 9px}.search input{font-size:16px}.turbine-list{display:flex;gap:6px;padding:9px 14px 11px;overflow-x:auto;overflow-y:hidden;max-height:70px;flex:none}.turbine-row{width:auto;flex-shrink:0;padding:9px 12px;margin:0;background:#f5f8f4;border-color:#e0e7dc;border-radius:7px}.row-sub,.row-arrow,.turbine-symbol{display:none}.row-title{font-size:13px;white-space:nowrap}.sidebar-foot{display:none}.map-area{flex:1;min-height:400px}.map-top{top:12px;left:12px;right:12px;gap:6px}.location-tag{font-size:11px;padding:9px 10px}.map-button{font-size:11px;padding:7px 9px}.map-actions{right:12px;top:61px;gap:7px}.map-actions button{width:40px;height:40px}.destination-card,.empty-card{left:12px;bottom:38px;width:calc(100% - 24px);max-width:420px;border-radius:13px;padding:16px}.empty-card h1{font-size:23px}.empty-card p{font-size:14px;margin-bottom:13px}.destination-head h1{font-size:25px}.destination-meta{margin-bottom:10px;font-size:12px}.origin-label{font-size:10px;margin-bottom:6px}select{padding:9px;font-size:14px}.route-buttons{margin-top:9px}.primary{padding:11px 13px;font-size:14px;min-height:44px}.pilot-note{margin-top:9px;font-size:11px}.destination-head .eyebrow{font-size:10px}.route-metrics{padding-top:9px}.route-metrics strong{font-size:23px}.route-warning{padding:7px;font-size:12px;margin-top:7px}.route-info{font-size:12px;margin-top:6px}.map-legend{left:12px;bottom:13px;font-size:10px;gap:10px;padding:5px 7px}.wtg-marker{font-size:10px;padding:3px 5px}#snapshot-date{display:none}.follow-button{margin-top:8px}#guidance{padding:9px;margin-top:9px}#guidance strong{font-size:18px}.destination-card{max-height:calc(100% - 61px);overflow-y:auto}.no-results{padding:5px}.maplibregl-ctrl-bottom-right{bottom:0}#toast{bottom:15px;width:max-content;max-width:92vw}}
@media(prefers-reduced-motion:no-preference){button{transition:background .15s,border-color .15s}.destination-card,.empty-card{animation:appear .2s ease-out}@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}

.row-title,.row-sub{display:block}.coverage-note{font-size:12px;line-height:1.45;color:#7a632d;margin:-6px 0 12px}.target-bearing{font-size:14px;color:#235f55;background:#edf5e6;border-radius:7px;padding:10px;margin:0 0 12px}.row-sub.gap{color:#9a7028}@media(max-width:760px){.row-sub{display:none}.coverage-note{font-size:11px;margin:0 0 9px}.target-bearing{font-size:12px;padding:7px}}

.destination-card,.empty-card{z-index:3}.map-top,.map-actions,.map-legend{z-index:4}.maplibregl-control-container{position:relative;z-index:5}#route-checks{margin-top:10px;border-top:1px solid #e2e7dc;padding-top:9px}#route-checks summary{font-size:13px;color:#89601d;cursor:pointer;font-weight:650}#route-checks .route-warning{margin-bottom:0}@media(max-width:760px){.destination-card{max-height:58%;}.map-actions{z-index:2}#route-checks summary{font-size:12px}}
