:root{--green:#087443;--green-dark:#075833;--orange:#ef4f23;--yellow:#f5c51b;--red:#d63e34;--ink:#17251d;--muted:#64736a;--line:#dfe7e1;--bg:#f5f7f4;--white:#fff;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:var(--green)}[hidden]{display:none!important}.primary,.secondary,.danger{border:0;border-radius:12px;padding:11px 15px;font-weight:800}.primary{background:var(--green);color:#fff}.secondary{background:#eaf2ed;color:var(--green)}.danger{background:#ffe8e6;color:#ad2e25}.login-view{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 15% 15%,#dff0e5,transparent 35%),radial-gradient(circle at 85% 80%,#ffe6cd,transparent 38%),#fff8ec}.login-card{width:min(100%,420px);display:grid;gap:14px;padding:34px;background:#fff;border-radius:25px;box-shadow:0 22px 70px #173b2630}.login-card img{justify-self:center;width:150px;height:150px;object-fit:contain}.login-card>p:first-of-type{margin:0;text-align:center;color:var(--orange);font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem}.login-card h1{margin:-8px 0 10px;text-align:center}.login-card label,.editor-fields label{display:grid;gap:6px;font-size:.78rem;font-weight:800;color:var(--muted)}input,select,textarea{min-width:0;width:100%;border:1px solid #cbd6cf;border-radius:11px;background:#fff;padding:11px;color:var(--ink)}textarea{min-height:95px;resize:vertical}.login-card>a{text-align:center;font-size:.78rem}.form-error{margin:0;padding:10px 12px;border-radius:10px;background:#ffe8e6;color:#a12f27;font-size:.8rem}.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.sidebar{position:sticky;z-index:20;top:0;height:100vh;padding:18px 14px;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--line)}.sidebar-brand{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:10px;padding:4px 5px 19px;border-bottom:1px solid var(--line)}.sidebar-brand img{width:52px;height:52px;object-fit:contain}.sidebar-brand div{display:grid}.sidebar-brand strong{color:var(--green)}.sidebar-brand small{color:var(--muted);font-size:.68rem}.sidebar-brand button{display:none;border:0;background:transparent;font-size:1.5rem}.sidebar nav{display:grid;gap:5px;padding:18px 0}.sidebar nav button{display:grid;grid-template-columns:32px 1fr;align-items:center;text-align:left;border:0;border-radius:12px;padding:11px 12px;background:transparent;color:#526158;font-weight:750}.sidebar nav button span{font-size:1.1rem;color:var(--green)}.sidebar nav button.active{background:#e8f4ec;color:var(--green)}.sidebar-footer{margin-top:auto;display:grid;gap:8px;padding-top:15px;border-top:1px solid var(--line)}.sidebar-footer a,.sidebar-footer button{border:0;background:transparent;padding:8px;text-align:left;color:var(--muted);font-size:.78rem}.admin-main{min-width:0}.admin-header{position:sticky;z-index:10;top:0;height:72px;padding:10px 28px;display:flex;align-items:center;gap:14px;background:#ffffffeb;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.admin-header select{width:auto;max-width:320px;font-weight:800}.menu-toggle{display:none;border:0;background:#e8f4ec;color:var(--green);width:42px;height:42px;border-radius:12px}.admin-identity{margin-left:auto;display:grid;text-align:right}.admin-identity span{font-weight:800}.admin-identity small{color:var(--muted)}#admin-content{padding:30px;max-width:1500px;margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-head p{margin:0 0 5px;color:var(--orange);font-size:.72rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.section-head h1{margin:0;font-size:clamp(1.7rem,4vw,2.5rem);letter-spacing:-.035em}.section-actions{display:flex;flex-wrap:wrap;gap:8px}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.stat-card,.panel{padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 6px 24px #1c40280c}.stat-card span{display:block;color:var(--muted);font-size:.78rem}.stat-card strong{display:block;margin-top:7px;color:var(--green);font-size:2rem}.panel{margin-top:16px}.panel h2{margin:0 0 14px;font-size:1.05rem}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quick-grid button{padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:left;color:var(--green);font-weight:800}.data-list{display:grid;gap:9px}.data-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px;padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:#fff}.data-row-main{min-width:0}.data-row strong{display:block}.data-row small{display:block;margin-top:4px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-actions{display:flex;gap:6px}.row-actions button{border:0;border-radius:9px;background:#edf4ef;color:var(--green);padding:8px 10px;font-size:.75rem;font-weight:800}.row-actions .delete{background:#ffe8e6;color:#ad2e25}.badge{display:inline-block!important;width:max-content;margin:5px 5px 0 0!important;padding:3px 7px;border-radius:999px;background:#eaf4ed;color:var(--green)!important;font-size:.62rem!important;font-weight:800}.badge.orange{background:#fff0e7;color:var(--orange)!important}.badge.gray{background:#eef0ef;color:#68736c!important}.admin-map{position:relative;width:min(100%,760px);aspect-ratio:1023/1537;overflow:hidden;margin:0 auto;border-radius:18px;background:#dbeacb;box-shadow:0 8px 30px #173b2620;cursor:crosshair}.admin-map img{display:block;width:100%;height:auto;pointer-events:none}.admin-map-point{position:absolute;left:calc(var(--x)*100%);top:calc(var(--y)*100%);translate:-50% -50%;width:24px;height:24px;border:3px solid #fff;border-radius:50%;background:var(--point-color,var(--orange));box-shadow:0 3px 10px #0006;color:#fff;font-size:.62rem;font-weight:900;display:grid;place-items:center}.admin-map-point.selected{outline:4px solid #17251d55}.map-layout{display:grid;grid-template-columns:minmax(300px,760px) minmax(270px,1fr);gap:18px;align-items:start}.map-help{padding:15px;border-radius:14px;background:#fff4d5;color:#6f571a;font-size:.8rem}.empty{padding:40px 20px;text-align:center;color:var(--muted);border:2px dashed var(--line);border-radius:16px}.editor-dialog{width:min(94vw,780px);max-height:92vh;padding:0;border:0;border-radius:22px;box-shadow:0 25px 80px #0004}.editor-dialog::backdrop{background:#10271999;backdrop-filter:blur(3px)}.editor-dialog form{max-height:92vh;display:flex;flex-direction:column}.dialog-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.dialog-head p{margin:0 0 4px;color:var(--orange);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.dialog-head h2{margin:0}.dialog-head button{border:0;width:40px;height:40px;border-radius:12px;background:#edf4ef;color:var(--green);font-size:1.4rem}.editor-fields{overflow-y:auto;padding:20px 22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.editor-fields .full{grid-column:1/-1}.editor-fields .check{display:flex;align-items:center;gap:8px;align-self:end;min-height:42px}.editor-fields .check input{width:auto}.editor-fields .map-picker{grid-column:1/-1}.editor-fields .map-picker .admin-map{max-width:440px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding:15px 22px;border-top:1px solid var(--line);background:#fafcfb}.editor-dialog .form-error{margin:0 22px}.upload-row{display:flex;gap:8px;align-items:end}.upload-row input{flex:1}.upload-preview{width:76px;height:76px;border-radius:12px;object-fit:cover;background:#eef3ef}.notification-status{font-weight:800}.notification-status.sent{color:var(--green)}.notification-status.failed{color:var(--red)}.toast{position:fixed;z-index:100;left:50%;bottom:25px;translate:-50% 0;padding:11px 15px;border-radius:12px;background:var(--ink);color:#fff;font-weight:750;font-size:.82rem;box-shadow:0 10px 35px #0003}.admin-loading{padding:50px;text-align:center;color:var(--muted)}@media(max-width:900px){.admin-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:280px;transform:translateX(-105%);transition:transform .22s ease;box-shadow:12px 0 45px #0003}.sidebar.open{transform:translateX(0)}.sidebar-brand button,.menu-toggle{display:block}.sidebar-backdrop{position:fixed;z-index:15;inset:0;background:#10271980}.admin-header{padding:10px 15px}#admin-content{padding:22px 15px}.map-layout{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}}@media(max-width:600px){.admin-identity{display:none}.section-head{align-items:start;flex-direction:column}.section-actions{width:100%}.section-actions button{flex:1}.editor-fields{grid-template-columns:1fr}.editor-fields .full,.editor-fields .map-picker{grid-column:1}.data-row{align-items:start;grid-template-columns:1fr}.row-actions{justify-content:flex-end}.admin-header select{max-width:calc(100vw - 82px)}}

.route-editor-wrap{max-width:760px}.route-editor-map{user-select:none}.admin-route-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.admin-route-svg line{stroke:#087443;stroke-width:7;stroke-linecap:round;filter:drop-shadow(0 1px 2px #fff)}.route-node{position:absolute;left:calc(var(--x)*100%);top:calc(var(--y)*100%);translate:-50% -50%;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:#ef4f23;box-shadow:0 2px 7px #0007;padding:0}.route-node.active{width:23px;height:23px;background:#f5c51b;outline:3px solid #087443}.route-editor-map img{pointer-events:none}
#route-analysis{margin-top:12px;padding:12px 14px;border-radius:12px;background:#f5f8f5;line-height:1.45}.route-node.component-2{background:#8a5bd2}.route-node.component-3{background:#2196c9}.route-node.component-4{background:#e9a719}.route-node.component-5{background:#d14f7a}

/* Routing Engine 2 */
.route-tool-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 8px}.route-tool{border:1px solid #cbd9d0;border-radius:10px;background:#fff;color:#355044;padding:9px 12px;font-weight:800}.route-tool.active{background:#087443;color:#fff;border-color:#087443}.route-test-info{margin-top:10px;padding:10px 12px;border-radius:10px;background:#eef7ff;color:#244e66;font-size:.8rem;font-weight:700}.admin-route-svg .route-test-path{stroke:#00aef0;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 2px #fff)}.route-node.tool-anchor{width:24px;height:24px;background:#ffd54f;outline:3px solid #17251d}.route-node.test-start{background:#6f42c1;outline:3px solid #fff}.route-node.test-goal{background:#00aef0;outline:3px solid #fff}
