@import url('/editor.css');
:root{color-scheme:dark;--bg:#0c171e;--panel:#14242e;--line:#304651;--muted:#a7bac4;--accent:#51ddbc}body{background:var(--bg);color:#eef5f7;font:16px/1.5 system-ui,sans-serif}a{color:#67dabc}button,.primary{border-color:#48636f;background:var(--panel);color:#edf7f7;font-weight:550;min-height:44px;font-size:14px;border-radius:8px}button:hover{background:#274451}button:disabled{opacity:.5}.primary{background:#247e70;border-color:#247e70;color:white}.primary:hover{background:#2b9584}input,select,textarea{background:var(--panel);color:#eef5f7;border-color:#48636f}input[readonly]{background:#162731;color:#a7bac4}label{color:#b4c7d0;font-size:14px}h1{font-size:32px;letter-spacing:-1px;line-height:1.18}h2{font-size:19px}h3{font-size:17px}.topbar{min-height:76px;padding:14px 26px;background:#102f38;color:white;border:0;gap:28px}.brand{color:white;letter-spacing:-.8px;display:flex;align-items:center;gap:10px}.brand:first-letter{color:#5ce0bf}.topbar nav{flex:1;gap:8px}.topbar nav button{padding:10px 16px;color:#c8dbdf;font-size:15px;border-radius:7px}.topbar nav button:hover,.topbar nav .nav-active{background:#23464f;color:white}.account-button{background:transparent;border-color:#54737b;color:white}.account-button:hover{background:#23464f}.map-layout{padding:0;max-width:none;display:grid;grid-template-columns:300px 1fr;min-height:calc(100dvh - 76px)}.sidebar{padding:29px 23px 20px;background:var(--panel);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:20px}.sidebar-heading h1{font-size:30px}.sidebar-heading p{margin-bottom:10px;font-size:14px}.eyebrow{font-size:12px;letter-spacing:1.4px;font-weight:750;color:#67dabc}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading h2,.section-heading h3{margin:0}.text-button{padding:0;min-height:30px;border:0;color:#67dabc;background:none;font-size:14px}.layers{display:grid;gap:6px}.layer-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;border:1px solid #304651;border-radius:9px;padding:12px 11px;text-align:left;width:100%}.layer-row[aria-pressed=false]{background:#10202a;color:#a7bac4}.layer-mark{height:24px;width:24px;border-radius:7px;background:var(--layer);box-shadow:inset 0 0 0 5px #14242ec7}.layer-copy small{display:block;font-size:12px;font-weight:400;color:#a7bac4}.toggle-track{width:34px;height:20px;border-radius:20px;background:#667c87;position:relative}.toggle-track:after{content:'';position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:white}.layer-row[aria-pressed=true] .toggle-track{background:#247e70}.layer-row[aria-pressed=true] .toggle-track:after{left:17px}.sidebar-actions{display:flex;gap:8px}.sidebar-actions button{flex:1;padding:8px;font-size:13px}.edit-link{text-align:center;display:block;padding:11px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:20px}.catalogue-label{font-size:11px;letter-spacing:1px;font-weight:700;color:#a7bac4}.sidebar-bottom p{font-size:13px;margin:8px 0 12px}.source-details{font-size:12px}.source-details summary{font-size:13px}.map-stage{position:relative;min-width:0;min-height:660px}.map-stage #network-map{position:absolute;inset:0;background:#1a303c}.map-top{position:absolute;z-index:3;top:22px;left:22px;right:22px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;pointer-events:none}.map-top>*{pointer-events:auto}.map-search{background:var(--panel);border:1px solid #304651;box-shadow:0 4px 16px #00000030;border-radius:10px;padding:8px;max-width:560px;flex:1}.map-search input{border:0;min-width:100px}.map-search button{border:0}.map-types{display:flex;background:var(--panel);padding:4px;border-radius:9px;box-shadow:0 4px 16px #00000030}.map-types button{border:0}.map-types [aria-pressed=true]{background:#102f38;color:white}.map-bottom{position:absolute;z-index:2;bottom:32px;left:22px;right:22px;display:flex;justify-content:space-between;align-items:center;gap:8px;pointer-events:none}.map-bottom p{background:var(--panel);border:1px solid #304651;border-radius:8px;padding:10px 14px;font-size:13px;margin:0;max-width:650px;pointer-events:auto}.map-bottom button{pointer-events:auto}.utility-card{position:absolute;z-index:4;top:104px;right:22px;width:310px;max-width:calc(100% - 44px);padding:22px;border-radius:12px;background:var(--panel);box-shadow:0 10px 40px #00000066;border:1px solid var(--line)}.utility-card .close{float:right}.close{font-size:25px;line-height:1;min-width:44px;padding:5px 10px;background:transparent;flex:none}.utility-card dl{font-size:14px}.utility-card dt{color:#a7bac4;font-size:12px;margin-top:12px}.utility-card dd{margin:2px 0;overflow-wrap:anywhere}.content-page{max-width:1250px;padding:40px 32px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.page-heading p{margin-bottom:8px}.client-list{display:grid;gap:12px}.client-row,.billing-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:22px}.client-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.client-row h2{margin-bottom:4px}.client-row p{margin:3px 0;font-size:14px;overflow-wrap:anywhere}.pill{display:inline-block;background:#173f36;color:#8ce6c6;padding:3px 9px;border-radius:5px;font-size:12px;font-weight:650}.pill.pending{background:#443923;color:#ffe5a6}.billing-card{max-width:740px;margin:20px 0}.billing-card h2{font-size:24px}.billing-card p{color:#a7bac4}.billing-card button{margin:5px 8px 5px 0}.billing-card input{margin-bottom:12px}.billing-price{font-size:38px;font-weight:700;color:#eef5f7!important}.billing-price small{font-size:16px;font-weight:400}.billing-card ol{padding-left:24px}.billing-card li{margin:12px 0}.billing-card a{text-decoration:underline}dialog{background:var(--panel);color:#eef5f7;border-color:#48636f;width:520px;max-width:calc(100vw - 32px);max-height:90dvh;overflow:auto;padding:26px;box-shadow:0 20px 80px #00000080}dialog::backdrop{background:#00000099}.wide-dialog{width:800px}.dialog-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.dialog-heading h2{margin-bottom:0}.dialog-heading .eyebrow{margin-bottom:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}hr{border:0;border-top:1px solid var(--line);margin:24px 0}.check-grid{display:flex;flex-wrap:wrap;gap:15px}.check-grid label{display:flex;gap:7px;align-items:center}.check-grid input{width:18px;min-height:18px}fieldset{border:1px solid var(--line);border-radius:8px;margin:16px 0}legend{font-size:14px}.grant-row{padding:14px 0;border-bottom:1px solid var(--line)}.grant-row p{font-size:14px;margin-bottom:8px}.grant-row button{margin-right:7px}#area-map{height:320px;border:1px solid var(--line);border-radius:9px;margin:14px 0}#client-status,#area-status,#billing-status,#account-status{font-size:14px;color:#67dabc;margin:14px 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.empty-state{background:var(--panel);border:1px dashed #48636f;border-radius:12px;padding:35px}.hydrant-popup-close:hover{background:#1a303c}:focus-visible{outline:3px solid #51ddbc;outline-offset:3px}
@media(max-width:1000px){.map-layout{grid-template-columns:245px 1fr}.sidebar{padding:24px 16px}.sidebar-heading h1{font-size:25px}.map-top{flex-wrap:wrap}.map-search{flex-basis:100%}.map-types{margin-left:auto}.utility-card{top:164px}.topbar{gap:14px;padding:12px 18px}.topbar nav{gap:0}.topbar nav button{padding:10px;font-size:14px}}
@media(max-width:700px){.topbar{flex-wrap:wrap}.topbar nav{order:3;flex-basis:100%;justify-content:space-between}.account-button{margin-left:auto}.map-layout{display:flex;flex-direction:column}.sidebar{padding:18px;gap:14px;border-right:0}.sidebar-heading h1{font-size:25px}.sidebar-heading h1 br{display:none}.sidebar-heading p,.sidebar-bottom,.sidebar-actions{display:none}.layers{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.layer-row{padding:9px;grid-template-columns:20px 1fr auto;gap:6px}.layer-mark{width:18px;height:18px}.layer-copy{font-size:13px}.edit-link{padding:8px}.map-stage{min-height:600px}.map-top{top:12px;left:12px;right:12px}.map-bottom{left:12px;right:12px;bottom:30px}.map-bottom p{max-width:75%;font-size:12px}.content-page{padding:25px 18px}.page-heading{display:block}.page-heading button{margin-top:10px}.form-grid{grid-template-columns:1fr}.client-row{align-items:flex-start;flex-wrap:wrap}.search-row{flex-wrap:nowrap}.search-row input{flex-basis:auto}.map-search{min-width:0}.map-search input{font-size:14px}dialog{padding:20px}}

body>header:not(.topbar){background:#102f38;color:white}body>header:not(.topbar) a,body>header:not(.topbar) button{color:white}.route-list button[aria-pressed=true]{background:#263f4d;border-color:#5bbaad}.route-list button{color:#edf7f7}.drawing{background:#173f3c;color:#edf7f7}.editor-layers{margin:10px 0}.editor-layers label{margin:5px 0}.detail-panel>.small{font-size:14px}#team-dialog{color:#eef5f7}#team-status{color:#67dabc}.notice{color:#ffe5a6;background:#443923;border-color:#7e6434}

.hydrant-marker{width:18px;height:18px;background:transparent;border:0;border-radius:0;box-shadow:none}.hydrant-marker img{width:18px;height:18px;filter:drop-shadow(0 1px 1px #fff)}.hydrant-marker.hydrant-abandoned{background:transparent;opacity:.65}.hydrant-abandoned img{filter:grayscale(1) drop-shadow(0 1px 1px #fff)}
