@charset "UTF-8";
:root{--ink:#183d3b;--muted:#647371;--line:#dee5df;--green:#1e6254;--lime:#c1e98c;--canvas:#f5f7f3}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);font-size:14px;line-height:1.5}a{color:inherit}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}a,button,input{outline-offset:4px}:focus-visible{outline:3px solid #438377}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.2}h2{font-size:30px;letter-spacing:-1px;margin-bottom:12px}h3{font-size:18px}.skip{position:fixed;top:-100px;left:10px;z-index:10;background:white;padding:12px}.skip:focus{top:10px}.auth-shell{display:grid;grid-template-columns:minmax(350px,43%) 1fr;min-height:100vh}.story{background:#153e3b;color:#fff;padding:42px 52px 25px;display:flex;flex-direction:column;overflow:hidden;position:relative}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-size:22px;font-weight:700;letter-spacing:-.7px}.brand-cloud{font-weight:400;opacity:.7}.story-copy{margin:auto 0;padding-top:72px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px}.story .eyebrow{color:var(--lime)}.story h1{font-size:clamp(42px,4.5vw,68px);font-weight:500;letter-spacing:-3px;margin:24px 0}.story-copy>p{color:#c0d1cb;font-size:16px;line-height:1.8}.story-footer{color:#aabfb9;font-size:12px;margin-top:25px}.network-art{height:190px;position:relative;margin-top:40px;background:linear-gradient(30deg,transparent 45%,#31534a 46%,#31534a 46.5%,transparent 47%),linear-gradient(130deg,transparent 60%,#31534a 61%,#31534a 61.5%,transparent 62%);border-top:1px solid #355750}.road{position:absolute;height:2px;background:#5b7b63;transform:rotate(-25deg);width:95%;left:0;top:80px}.road-two{transform:rotate(35deg);top:110px}.road-three{transform:rotate(90deg);width:45%;left:45%;top:90px}.node{position:absolute;border:5px solid #153e3b;border-radius:50%;background:var(--lime);width:20px;height:20px;box-shadow:0 0 0 1px #658568}.n1{top:65px;left:38%}.n2{top:127px;left:58%}.n3{top:29px;left:69%}.n4{top:123px;left:9%}.map-label{position:absolute;bottom:0;right:0;color:#abc7b0;font-size:9px;letter-spacing:2px}.auth-main{display:flex;flex-direction:column;padding:35px 7% 22px;background:#fbfcf9}.auth-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:11px;gap:12px}.pill,.tag{font-size:9px;letter-spacing:1px;border:1px solid var(--line);padding:5px 8px;border-radius:5px;display:inline-block;font-weight:600}.form-wrap{width:100%;max-width:470px;margin:auto;padding:65px 0}.intro{color:var(--muted);font-size:15px;margin-bottom:28px}.field{margin-bottom:19px;min-width:0}label{display:block;font-size:12px;font-weight:600;margin-bottom:7px}input{background:#fff;border:1px solid #cad5ce;border-radius:7px;padding:12px 13px;width:100%;height:46px;color:var(--ink)}input:hover{border-color:#7d9b8d}.password-wrap{position:relative}.password-wrap input{padding-right:65px}.show-password{position:absolute;right:4px;top:4px;height:38px;border:0;background:none;color:var(--green);font-size:12px;padding:8px}.button{border:0;border-radius:7px;min-height:47px;padding:13px 17px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:600;text-decoration:none;width:100%}.primary{background:var(--green);color:white}.primary:hover{background:#164d42}.form-note{font-size:11px;color:var(--muted);line-height:1.6;margin:13px 0 0}.divider{display:flex;align-items:center;gap:15px;font-size:9px;letter-spacing:1.4px;color:var(--muted);margin:29px 0 17px}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.option{display:flex;align-items:center;gap:14px;text-decoration:none;border:1px solid var(--line);padding:15px;border-radius:9px;margin-top:11px;background:white}.option:hover{border-color:#83a591;background:#f4f8f0}.option strong{display:block;font-size:13px}.option small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.option>span:last-child{margin-left:auto}.option-icon{background:#edf2e7;border-radius:7px;width:34px;height:36px;display:grid;place-items:center;font-size:21px}.auth-footer{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:10px}.back-link{display:inline-block;font-size:12px;margin:-5px 0 24px;text-decoration:none}.notice{background:#edf4e7;padding:15px;border-radius:7px;margin-bottom:22px;font-size:13px}.notice.error{background:#fff0eb;color:#8a3021;border:1px solid #f0c7bb}.notice ul{padding-left:18px;margin-bottom:0}fieldset{border:0;padding:0;margin:0 0 12px}legend{font-weight:650;font-size:14px;margin-bottom:20px;width:100%;padding-top:6px}legend span{color:#718473;font-size:10px;margin-right:8px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-hint{font-size:11px;color:var(--muted);margin-top:-10px;margin-bottom:18px}.success-panel{padding:26px;background:#eef4e7;border-radius:12px}.success-panel p{color:var(--muted)}.success-icon{font-size:25px;display:block;margin-bottom:15px}.org-code{display:block;font-size:25px;letter-spacing:2px;margin:8px 0 25px;overflow-wrap:anywhere}.dashboard-body{background:var(--canvas)}.sidebar{width:238px;position:fixed;inset:0 auto 0 0;background:#153e3b;color:#f5f7ed;display:flex;flex-direction:column;padding:28px 22px}.sidebar .brand{font-size:19px;gap:9px}.workspace-label{font-size:9px;letter-spacing:1.8px;color:#a6bfb4;margin:55px 12px 16px}.sidebar nav a{display:flex;gap:15px;padding:12px 14px;border-radius:7px;text-decoration:none}.nav-active{background:#2e5448;color:#d5edba}.sidebar-note{border-top:1px solid #3e5d52;padding:25px 10px;margin-top:35px;color:#b0c4b9;font-size:12px}.sidebar-note p{margin-top:12px;line-height:1.8}.sidebar-bottom{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:25px;border-top:1px solid #3e5d52;overflow-wrap:anywhere}.sidebar-bottom strong{font-size:12px}.sidebar-bottom small{display:block;color:#adc2b9;font-size:10px}.avatar{border-radius:50%;background:#c5dfa9;color:var(--ink);width:35px;height:35px;flex-shrink:0;display:grid;place-items:center}.workspace{margin-left:238px}.workspace-header{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;font-size:12px}.crumb{margin:0 15px;color:#97a39a}.text-button{background:none;border:0;font-size:12px;color:var(--muted);padding:12px}.dashboard-main{padding:35px 38px 20px;max-width:1700px;margin:auto}.dashboard-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.dashboard-title h1{font-size:29px;letter-spacing:-1px;margin:10px 0;overflow-wrap:anywhere}.dashboard-title p{color:var(--muted);font-size:12px;margin-bottom:0}.dashboard-title .eyebrow{color:#617565}.active-badge{font-size:10px;white-space:nowrap;border:1px solid #d4e3c6;background:#edf5e7;padding:8px 11px;border-radius:30px}.active-badge i,.event-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#729153;margin-right:6px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:24px}.stat{border:1px solid var(--line);border-radius:10px;background:white;padding:20px}.stat>span{font-size:11px;color:var(--muted)}.stat strong{display:block;font-size:28px;line-height:1.7;font-weight:550}.stat strong.id-stat{font-size:21px;font-family:monospace;line-height:2.25;letter-spacing:1px}.stat small{font-size:10px;color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:1.9fr 1fr;gap:22px;margin-bottom:24px}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.panel-heading{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-heading h2{font-size:15px;letter-spacing:0;margin:0 0 5px}.panel-heading p{font-size:10px;color:var(--muted);margin:0}.empty-map{min-height:285px;background-color:#edf0e5;background-image:linear-gradient(#dfe6d7 1px,transparent 1px),linear-gradient(90deg,#dfe6d7 1px,transparent 1px);background-size:36px 36px;display:grid;place-items:center;padding:22px}.map-empty-card{max-width:330px;text-align:center;background:#ffffffef;border:1px solid var(--line);padding:22px;border-radius:10px}.empty-symbol{display:block;font-size:30px;color:#698768;margin-bottom:14px}.map-empty-card h3,.modules-empty h3{font-size:15px;margin:0 0 10px}.map-empty-card p,.modules-empty p{font-size:12px;color:var(--muted);line-height:1.7}.panel-bottom{font-size:10px;color:var(--muted);padding:11px 22px}.modules-empty{padding:36px 25px;text-align:center}.modules-empty .empty-symbol{background:#f0f4e9;border-radius:12px;width:60px;height:60px;margin:0 auto 22px;display:grid;place-items:center}.events .panel-heading{border-bottom:1px solid var(--line)}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:11px;text-align:left}th{background:#fafbf7;color:var(--muted);font-size:10px;font-weight:500}td,th{padding:14px 22px;border-bottom:1px solid #edf0e9}td:last-child{white-space:nowrap;color:var(--muted)}.empty-events{padding:20px;color:var(--muted)}.dashboard-footer{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;margin-top:25px}@media(min-width:1500px){.story{padding-left:75px;padding-right:75px}}@media(max-width:1100px){.story{padding:35px}.auth-main{padding-left:6%;padding-right:6%}.sidebar{width:205px;padding:25px 15px}.sidebar .brand{font-size:16px}.workspace{margin-left:205px}.dashboard-main{padding:25px 22px}.dashboard-grid{grid-template-columns:1fr}.stats{gap:10px}.stat{padding:15px}.stat strong.id-stat{font-size:16px;line-height:3}.dashboard-title{align-items:flex-start}.panel-heading .tag{white-space:nowrap}}@media(max-width:760px){.auth-shell{display:block}.story{padding:22px 25px}.story-copy,.story-footer{display:none}.auth-main{padding:23px;min-height:calc(100vh - 78px)}.form-wrap{padding:40px 0}.sidebar{position:static;width:100%;padding:16px 20px;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}.sidebar .brand{font-size:19px}.sidebar nav{font-size:12px}.sidebar-bottom,.sidebar-note,.workspace-label{display:none}.workspace{margin-left:0}.workspace-header{height:60px;padding:0 22px}.dashboard-title{display:block}.active-badge{display:inline-block;margin-top:16px}.stats{grid-template-columns:1fr}.stat{display:grid;grid-template-columns:1fr 1fr;align-items:center}.stat strong,.stat strong.id-stat{grid-row:1 / 3;grid-column:2;text-align:right;line-height:2}.stat small{font-size:9px}.dashboard-title h1{font-size:25px}.dashboard-grid{gap:16px}.dashboard-footer span{display:none}.panel-heading{padding:18px}.panel-heading .tag{font-size:8px}.field-row{grid-template-columns:1fr;gap:0}.auth-footer span{display:none}td,th{padding:12px 16px}}
/* Workspace administration and location tools */
select,textarea{font:inherit;color:var(--ink);background:white;border:1px solid #cad5ce;border-radius:7px;width:100%;padding:12px;min-height:46px}textarea{resize:vertical}select:focus-visible,textarea:focus-visible{outline:3px solid #438377;outline-offset:3px}.sidebar nav{display:grid;gap:5px}.sidebar nav a{font-size:12px;align-items:center}.sidebar nav a>span{font-size:18px;width:20px;text-align:center}.sidebar nav a:hover{background:#2e5448}.workspace-label{margin-top:38px}.workspace-header>span{overflow-wrap:anywhere}.workspace-header form{flex-shrink:0}.form-panel{padding:25px;margin-bottom:22px}.form-panel h2{font-size:19px;letter-spacing:-.4px;margin-bottom:20px}.form-panel p{font-size:13px;color:var(--muted)}.form-panel form{max-width:580px}.form-panel .button{margin-top:16px}.form-panel .form-note{margin-bottom:18px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.settings-grid .form-panel{margin-bottom:0}.settings-grid>.form-actions{grid-column:1/-1;justify-content:flex-end}.form-actions{display:flex;gap:12px;align-items:center;margin-top:20px}.form-actions .button{width:auto;min-width:140px;justify-content:center}.secondary{background:white;border:1px solid #bbcdbf;color:var(--green)}.secondary:hover{background:#eff5e9}.compact{width:auto;min-width:0;font-size:12px;white-space:nowrap}.danger{background:#a13d32;color:white}.danger:hover{background:#832e25}.danger-text{color:#a13d32}.filters{display:flex;align-items:center;gap:12px;padding:16px 22px;margin:0}.filters input{max-width:300px}.filters select{width:auto;max-width:290px}.filters button{width:auto;white-space:nowrap}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.toolbar .filters{padding:0}.toolbar .filters input{max-width:280px}.map-panel{margin-bottom:24px}.live-map{height:440px;background:#e7edde;isolation:isolate;z-index:0}.location-grid{display:grid;grid-template-columns:minmax(300px, .9fr) minmax(0,1.5fr);gap:24px}.location-grid .live-map{min-height:470px;height:calc(100% - 125px)}.location-grid>.panel{min-width:0}.map-status{padding:12px 20px;background:#fff5de;color:#735221;font-size:12px;margin:0}.status-badge{border-radius:20px;padding:5px 9px;font-size:10px;display:inline-block;background:#eff2ec}.status-badge.pending{background:#fff1cf;color:#745818}.status-badge.active{background:#e5f1db;color:#346127}.status-badge.disabled{background:#f9e7e3;color:#903e32}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.pagination{padding:18px;display:flex;gap:20px;justify-content:center;font-size:12px}.count{background:#edf2e7;padding:3px 9px;border-radius:12px;font-size:12px}.check-label{display:flex;align-items:center;gap:10px;margin:24px 0}.check-label input{width:20px;height:20px}.details dt{font-size:11px;color:var(--muted);margin-top:18px}.details dd{margin:5px 0;overflow-wrap:anywhere}.action-notice{display:flex;justify-content:space-between;gap:12px}.standalone{max-width:600px;margin:80px auto;padding:30px}.table-scroll td{overflow-wrap:anywhere}.table-scroll table{font-size:12px}details summary{cursor:pointer}details p{max-width:500px;white-space:pre-wrap}.invite-link{font-family:monospace;font-size:12px}.leaflet-popup-content p{margin:8px 0}.leaflet-container a{color:#1e6254}.leaflet-control-attribution{font-size:10px!important}.panel+.panel{margin-top:22px}.location-grid+.panel{margin-top:0}.events{margin-top:24px}@media(max-width:1100px){.location-grid{grid-template-columns:1fr}.location-grid .live-map{height:420px}.settings-grid{grid-template-columns:1fr}.sidebar nav a{font-size:11px;gap:8px}.workspace-header{padding:0 22px}}@media(max-width:760px){.sidebar{display:block}.sidebar .brand{margin-bottom:16px}.sidebar nav{display:flex;gap:5px;flex-wrap:wrap}.sidebar nav a{font-size:11px;padding:8px}.sidebar nav a>span{font-size:15px}.workspace-header{gap:12px;height:auto;min-height:60px;padding:12px 22px}.filters{flex-wrap:wrap;padding:16px}.filters input,.filters select{max-width:none;flex:1;min-width:120px}.toolbar{flex-wrap:wrap}.toolbar .filters{width:100%}.toolbar>.button{width:100%;justify-content:center}.live-map{height:350px}.location-grid .live-map{height:350px;min-height:350px}.form-panel{padding:20px}.form-actions{flex-wrap:wrap}.form-actions .button{flex:1}.action-notice{display:block}.action-notice a{display:block;margin-top:7px}.panel-heading{flex-wrap:wrap}.panel-heading .button{min-height:36px;padding:8px}.settings-grid{gap:16px}.table-scroll table{min-width:550px}.sidebar-bottom{display:none}.dashboard-title h1{font-size:25px}}
.location-grid>.panel+.panel,.settings-grid>.panel+.panel{margin-top:0}
.map-view-actions{display:flex;gap:8px;flex-wrap:wrap;padding:10px 18px;border-bottom:1px solid var(--line);background:#fafbf7}.map-view-actions button{border:1px solid #c4d1c5;border-radius:6px;background:white;color:var(--green);padding:7px 12px;font-size:12px}.map-view-actions button:hover{background:#edf4e7}.map-location-status{font-size:11px;color:var(--muted);padding:8px 18px;margin:0;background:#fafbf7}.settings-grid .form-panel:has(#operations-map){grid-column:1/-1}.settings-grid .live-map{height:360px}.location-grid .live-map{height:470px}
