@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&display=swap";:root{--bg:#f4f7fb;--bg2:#e8f0fb;--panel:#ffffffe6;--panel-solid:#fff;--panel2:#f7fbff;--text:#101828;--muted:#667085;--line:#dce6f2;--blue:#2563eb;--cyan:#0891b2;--green:#16a34a;--orange:#d97706;--red:#dc2626;--purple:#7c3aed;--shadow:0 22px 65px #0f172a1a;--soft:0 12px 30px #0f172a12;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.compact-selector{border:1px solid var(--line);background:var(--panel2);border-radius:16px;margin-top:14px;padding:12px}.compact-selector-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.compact-selector-title span{color:var(--muted);font-size:13px}.compact-selector-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.compact-selector-toolbar input,.compact-selector-toolbar select{flex:160px;min-height:38px}.compact-selector-toolbar button{min-height:36px;padding:7px 10px}.compact-selector-list{gap:5px;max-height:290px;display:grid;overflow:auto}.compact-selector-row{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:10px;grid-template-columns:28px minmax(130px,1.4fr) repeat(3,minmax(90px,1fr));align-items:center;gap:8px;padding:8px 10px;display:grid}.compact-selector-row input{width:auto;min-height:auto}.compact-selector-row span{color:var(--muted);font-size:13px}@media (width<=720px){.compact-selector-row{grid-template-columns:26px 1fr}.compact-selector-row span{grid-column:2}}html[data-theme=dark]{--bg:#050b14;--bg2:#07111f;--panel:#0c182ae0;--panel-solid:#101d31;--panel2:#13233a;--text:#eef5ff;--muted:#8fa3bd;--line:#203552;--blue:#4d8cff;--cyan:#28d7ff;--green:#25cf7b;--orange:#ffba4a;--red:#ff5f68;--purple:#9b73ff;--shadow:0 22px 65px #00000059;--soft:0 12px 34px #00000042}*{box-sizing:border-box}body{color:var(--text);background:radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--blue) 12%, transparent), transparent 28%), radial-gradient(circle at 86% 28%, color-mix(in srgb, var(--cyan) 10%, transparent), transparent 24%), linear-gradient(135deg, var(--bg), var(--bg2));margin:0}button,input,select{font:inherit}button{cursor:pointer}input,select{border:1px solid var(--line);background:var(--panel2);width:100%;min-height:50px;color:var(--text);border-radius:14px;outline:none;padding:12px 14px}html[dir=rtl] body,html[dir=rtl] input,html[dir=rtl] select{text-align:right;direction:rtl}html[dir=ltr] body,html[dir=ltr] input,html[dir=ltr] select{text-align:left;direction:ltr}.icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}code,[dir=ltr]{unicode-bidi:isolate;direction:ltr!important}.tools{justify-content:flex-end;align-items:center;gap:10px;display:flex;direction:ltr!important}.lang-toggle{border:1px solid color-mix(in srgb, var(--blue) 28%, transparent);background:color-mix(in srgb, var(--blue) 10%, transparent);width:46px;height:40px;color:var(--blue);border-radius:999px;font-weight:950}.theme-toggle{border:1px solid color-mix(in srgb, var(--blue) 30%, transparent);background:color-mix(in srgb, var(--panel2) 80%, transparent);width:82px;height:40px;color:var(--muted);border-radius:999px;justify-content:space-between;padding:8px 11px;display:flex;position:relative}.theme-toggle b{background:linear-gradient(135deg, var(--blue), var(--cyan));z-index:0;border-radius:50%;width:32px;height:32px;transition:transform .2s;position:absolute;top:4px}.theme-toggle.light b{background:linear-gradient(135deg,#ffd166,#ff9f1c);left:4px;transform:translate(0)}.theme-toggle.dark b{left:4px;transform:translate(42px)}.theme-toggle span{z-index:1;place-items:center;display:grid;position:relative}.theme-toggle.light span:first-child,.theme-toggle.dark span:last-child{color:#fff}.primary-button,.primary-small{color:#fff;background:linear-gradient(135deg, var(--blue), var(--cyan));box-shadow:var(--soft);border:0;border-radius:15px;font-weight:950}.primary-button{width:100%;margin-top:20px;padding:15px}.primary-small{padding:10px 14px}.ghost-small,.danger-small,.row-actions button,.mini-actions button,.schedule-actions button{border:1px solid color-mix(in srgb, var(--blue) 25%, transparent);background:color-mix(in srgb, var(--blue) 9%, transparent);color:var(--blue);border-radius:13px;padding:10px 12px;font-weight:900}.danger,.danger-small{color:var(--red)!important;border-color:color-mix(in srgb,var(--red) 28%,transparent)!important;background:color-mix(in srgb,var(--red) 9%,transparent)!important}.login-shell{min-height:100vh;display:grid}html[dir=rtl] .login-shell{grid-template-columns:1fr .88fr}html[dir=ltr] .login-shell{grid-template-columns:.88fr 1fr}html[dir=rtl] .login-visual{grid-column:1}html[dir=rtl] .login-panel{grid-column:2}html[dir=ltr] .login-panel{grid-column:1}html[dir=ltr] .login-visual{grid-column:2}.login-visual{background:linear-gradient(color-mix(in srgb, var(--line) 12%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--line) 12%, transparent) 1px, transparent 1px), linear-gradient(135deg, #050b14, #07111f 55%, #061521);background-size:44px 44px,44px 44px,auto;place-items:center;padding:42px;display:grid}.login-panel{place-items:center;padding:28px;display:grid}.login-box,.hero-panel,.admin-form,.data-panel,.watch-panel,.alerts-panel,.feed-panel,.schedule-overview,.site-editor,.site-list,.field-header,.field-assignment,.field-card,.field-log{background:var(--panel);border:1px solid var(--line);box-shadow:var(--soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:26px}.login-box{width:min(500px,100%);padding:28px}.login-box h2{margin:24px 0 6px;font-size:30px}.login-box p,.hero-panel p{color:var(--muted);line-height:1.8}.role-tabs{background:var(--panel2);border-radius:16px;grid-template-columns:1fr 1fr;margin:22px 0;padding:5px;display:grid}.role-tabs button{color:var(--muted);background:0 0;border:0;border-radius:12px;padding:13px;font-weight:900}.role-tabs .active{color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan))}.login-box label{color:var(--muted);margin:14px 0 7px;font-weight:850;display:block}.error-box{color:var(--red);background:color-mix(in srgb,var(--red) 10%,transparent);border:1px solid color-mix(in srgb,var(--red) 30%,transparent);border-radius:14px;margin-top:14px;padding:12px}.demo-card{border:1px solid var(--line);background:var(--panel2);color:var(--muted);border-radius:16px;gap:7px;margin-top:18px;padding:14px;display:grid}.demo-card span{justify-content:space-between;gap:12px;display:flex}.hero-panel{width:min(720px,100%);padding:30px}.hero-topline{justify-content:space-between;gap:16px;margin-bottom:22px;display:flex}.hero-badge,.hero-status{border-radius:999px;align-items:center;gap:9px;padding:10px 14px;font-weight:900;display:inline-flex}.hero-badge{color:var(--cyan);background:color-mix(in srgb,var(--cyan) 10%,transparent);border:1px solid color-mix(in srgb,var(--cyan) 24%,transparent)}.hero-status{color:var(--green);background:color-mix(in srgb,var(--green) 8%,transparent);border:1px solid color-mix(in srgb,var(--green) 28%,transparent)}.hero-panel h1{margin:0;font-size:clamp(30px,3vw,46px);line-height:1.25}.hero-metrics{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;display:grid}.hero-metrics article,.hero-flow{border:1px solid var(--line);background:color-mix(in srgb,var(--panel2) 76%,transparent);border-radius:18px;padding:15px}.hero-metrics span{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.hero-flow{grid-template-columns:1fr 30px 1fr 30px 1fr 30px 1fr;align-items:center;gap:8px;margin-top:18px;display:grid}.hero-flow div{color:var(--cyan);text-align:center;place-items:center;gap:7px;font-weight:900;display:grid}.hero-flow i{background:linear-gradient(90deg,transparent,var(--cyan),transparent);height:1px}.command-shell{min-height:100vh;display:grid}html[dir=rtl] .command-shell{grid-template-columns:1fr 280px}html[dir=ltr] .command-shell{grid-template-columns:280px 1fr}html[dir=rtl] .command-sidebar{border-inline-start:1px solid var(--line);grid-column:2}html[dir=rtl] .command-main{grid-area:1/1}.command-sidebar{background:var(--panel);flex-direction:column;height:100vh;padding:22px;display:flex;position:sticky;top:0}.side-logo div{width:46px;height:46px;color:var(--cyan);background:color-mix(in srgb,var(--cyan) 10%,transparent);border-radius:16px;place-items:center;display:grid}.side-logo strong{margin-top:14px;display:block}.side-logo span{color:var(--muted);margin-top:5px;font-size:12px;display:block}.command-sidebar nav button,.side-logout{color:var(--muted);text-align:start;background:0 0;border:0;border-radius:15px;align-items:center;gap:10px;padding:13px 14px;font-weight:900;display:flex}.command-sidebar nav .active,.command-sidebar nav button:hover{color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan))}.side-logout{color:var(--red);background:color-mix(in srgb,var(--red) 8%,transparent);border:1px solid color-mix(in srgb,var(--red) 25%,transparent);margin-top:auto}.command-main{padding:26px}.command-header{background:var(--panel);border:1px solid var(--line);box-shadow:var(--soft);border-radius:26px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:22px;display:flex}.command-header span{color:var(--muted);font-weight:850}.command-header h1{margin:6px 0 0;font-size:32px}.ops-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--soft);border-radius:22px;justify-content:space-between;padding:18px;display:flex}.ops-card span{color:var(--muted);font-weight:850}.ops-card strong{margin-top:8px;font-size:38px;display:block}.ops-card.green .icon{color:var(--green)}.ops-card.red .icon{color:var(--red)}.ops-card.blue .icon{color:var(--blue)}.ops-card.cyan .icon{color:var(--cyan)}.watch-panel{grid-row:span 2;padding:20px}.alerts-panel,.feed-panel,.admin-form,.data-panel,.schedule-overview,.site-editor,.site-list{padding:20px}.section-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.section-title h2{margin:0;font-size:22px}.section-title p{color:var(--muted);margin:5px 0 0}.watch-status-line{inset-inline-start:0;background:var(--muted);width:5px;position:absolute;top:0;bottom:0}.watch-card.secure .watch-status-line{background:var(--green)}.watch-card.critical .watch-status-line{background:var(--red)}.watch-top{justify-content:space-between;gap:12px;display:flex}.watch-top span{color:var(--muted);font-size:12px;font-weight:900}.watch-top h3{margin:5px 0 0;font-size:24px}.state-badge,.data-badge{border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950}.secure,.data-badge.ok{color:var(--green);background:color-mix(in srgb,var(--green) 13%,transparent)}.critical,.data-badge.danger{color:var(--red);background:color-mix(in srgb,var(--red) 13%,transparent)}.watch-body{grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;display:grid}.watch-body p,.schedule-details p{border:1px solid var(--line);background:var(--panel-solid);border-radius:14px;margin:0;padding:10px}.watch-body span,.schedule-details span{color:var(--muted);margin-bottom:5px;font-size:12px;font-weight:850;display:block}.alerts-list,.activity-feed{gap:10px;max-height:390px;display:grid;overflow-y:auto}.alerts-list article,.clear-state,.activity-feed article{border:1px solid var(--line);background:var(--panel2);border-radius:16px;gap:10px;padding:12px;display:flex}.clear-state{color:var(--green)}.feed-dot{width:34px;height:34px;color:var(--cyan);background:color-mix(in srgb,var(--cyan) 10%,transparent);border-radius:50%;place-items:center;display:grid}.activity-feed span,.empty{color:var(--muted);margin-top:4px;display:block}.field span{color:var(--muted);margin-bottom:7px;font-weight:850;display:block}.form-actions,.row-actions,.mini-actions,.report-actions,.schedule-actions,.map-actions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:14px;display:flex}.check-line{color:var(--muted);align-items:center;gap:8px;font-weight:850;display:flex}.check-line input{width:auto;min-height:auto}.table-scroll{border:1px solid var(--line);border-radius:16px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:960px}th,td{border-bottom:1px solid var(--line);white-space:nowrap;text-align:start;padding:14px}th{background:var(--panel2);color:var(--muted);font-weight:950}.admin-card-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.admin-mini-card,.guard-status,.checkpoint-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--soft);border-radius:22px;gap:10px;padding:18px;display:grid}.mini-icon{width:42px;height:42px;color:var(--cyan);background:color-mix(in srgb,var(--cyan) 10%,transparent);border-radius:14px;place-items:center;display:grid}.admin-mini-card h3{margin:8px 0 2px}.admin-mini-card p,.admin-mini-card span{color:var(--muted);margin:0}.site-list{align-content:start;gap:10px;display:grid}.site-list button{border:1px solid var(--line);background:var(--panel2);color:var(--text);text-align:start;border-radius:16px;padding:14px}.site-list button.active{border-color:var(--cyan);box-shadow:0 0 0 4px color-mix(in srgb,var(--cyan) 12%,transparent)}.site-list strong,.site-list span{display:block}.site-list span{color:var(--muted);margin-top:5px;font-size:12px}.map-shell{border:1px solid var(--line);border-radius:22px;height:430px;position:relative;overflow:hidden}.boundary-map{width:100%;height:100%}.map-hint{top:12px;z-index:500;background:var(--panel);border:1px solid var(--line);border-radius:999px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:absolute;inset-inline-end:12px}.map-hint button{background:var(--red);color:#fff;border:0;border-radius:999px;padding:5px 9px}.boundary-list{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px;display:grid}.boundary-list span{color:var(--muted);background:var(--panel2);border:1px solid var(--line);border-radius:12px;padding:9px;font-size:12px}.checkpoint-box{border:1px solid var(--line);background:var(--panel2);border-radius:20px;margin-top:20px;padding:16px}.checkpoint-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;display:grid}.checkpoint-card span{color:var(--muted)}.restricted-zone-box{border-color:color-mix(in srgb,var(--red) 32%,var(--line))}.restricted-zone-card{border-color:color-mix(in srgb,var(--red) 28%,var(--line))}.restricted-zone-card.active{box-shadow:0 0 0 4px color-mix(in srgb,var(--red) 16%,transparent)}.draw-mode-pill{border-radius:999px;align-items:center;padding:9px 12px;font-size:12px;font-weight:950;display:inline-flex}.draw-mode-pill.allowed{color:var(--green);background:color-mix(in srgb,var(--green) 12%,transparent)}.draw-mode-pill.restricted{color:var(--red);background:color-mix(in srgb,var(--red) 12%,transparent)}.schedule-overview{margin-bottom:18px}.guard-status-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.guard-status.assigned{border-color:color-mix(in srgb,var(--green) 35%,transparent);background:color-mix(in srgb,var(--green) 8%,var(--panel))}.guard-status strong,.guard-status span,.guard-status em,.guard-status b{display:block}.guard-status span,.guard-status em{color:var(--muted);font-size:12px;font-style:normal}.guard-status b{color:var(--green);margin-top:6px;font-size:12px}.schedule-card-grid{grid-template-columns:repeat(3,1fr)}.schedule-details{grid-template-columns:1fr 1fr;gap:8px;display:grid}.field-app{width:min(440px,100%);min-height:100vh;margin:0 auto;padding:12px}.field-header,.field-assignment,.field-card,.field-log{margin-bottom:10px;padding:14px}.field-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.field-header span{color:var(--cyan);font-size:12px;font-weight:950}.field-header h1{margin:4px 0 0;font-size:22px}.field-header .tools button{transform-origin:100% 0;transform:scale(.92)}.field-assignment strong{margin-top:5px;font-size:28px;display:block}.assignment-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.assignment-grid p{border:1px solid var(--line);background:var(--panel2);border-radius:14px;margin:0;padding:10px}.assignment-grid span{color:var(--muted);margin-bottom:5px;font-size:12px;display:block}.status-text.inside{color:var(--green)}.status-text.outside{color:var(--red)}.status-text.noBoundary,.status-text.unknown,.status-text.gpsDenied{color:var(--orange)}.field-alert{color:var(--red);background:color-mix(in srgb,var(--red) 10%,transparent);border:1px solid color-mix(in srgb,var(--red) 30%,transparent);border-radius:18px;align-items:center;gap:10px;margin-bottom:10px;padding:12px;display:flex}.wide-action{border:1px solid color-mix(in srgb,var(--blue) 25%,transparent);background:color-mix(in srgb,var(--blue) 9%,transparent);width:100%;color:var(--blue);border-radius:16px;justify-content:center;align-items:center;gap:10px;margin-bottom:10px;padding:14px;font-weight:950;display:flex}.wide-action.ok{color:var(--green);border-color:color-mix(in srgb,var(--green) 35%,transparent);background:color-mix(in srgb,var(--green) 9%,transparent)}.position-box{color:var(--muted);background:var(--panel2);border:1px solid var(--line);text-align:center;border-radius:14px;margin-bottom:10px;padding:10px}.guard-actions{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.guard-actions button{color:#fff;border:0;border-radius:18px;min-height:60px;font-weight:950}.guard-actions .blue{background:linear-gradient(135deg,var(--blue),var(--cyan))}.guard-actions .green{background:linear-gradient(135deg,var(--green),#0f8f45)}.guard-actions .purple{background:linear-gradient(135deg,var(--purple),#5b21b6)}.field-log-title{justify-content:space-between;align-items:center;display:flex}.field-log-title h2{margin:0;font-size:20px}.field-log-title span{width:32px;height:32px;color:var(--cyan);background:color-mix(in srgb,var(--cyan) 10%,transparent);border-radius:50%;place-items:center;font-weight:950;display:grid}.field-log-list{gap:8px;max-height:150px;margin-top:12px;display:grid;overflow-y:auto}.field-log-list article{border:1px solid var(--line);background:var(--panel2);border-radius:14px;gap:10px;padding:10px;display:flex}.field-log-list span,.field-log-list p{color:var(--muted);margin:3px 0 0;font-size:12px}.field-logout{color:#fff;background:linear-gradient(135deg,var(--red),#b91c1c);border:0;border-radius:18px;width:100%;padding:14px;font-weight:950}@media (width<=1180px){.login-shell,html[dir=rtl] .login-shell,html[dir=ltr] .login-shell,.command-shell,html[dir=rtl] .command-shell,html[dir=ltr] .command-shell{grid-template-columns:1fr}.login-visual{display:none}.login-panel,.command-sidebar,.command-main{grid-column:auto!important}.command-sidebar{height:auto;position:static}.command-sidebar nav{grid-template-columns:repeat(3,1fr)}.ops-row,.form-grid,.admin-card-grid,.guard-status-grid{grid-template-columns:repeat(2,1fr)}.command-grid,.site-layout{grid-template-columns:1fr}}@media (width<=720px){.command-main,.login-panel{padding:12px}.command-header,.section-title,.hero-topline{flex-direction:column;align-items:flex-start}.ops-row,.site-watch-grid,.form-grid,.admin-card-grid,.guard-status-grid,.schedule-card-grid,.checkpoint-grid,.boundary-list,.assignment-grid,.schedule-details,.hero-metrics,.hero-flow{grid-template-columns:1fr}.hero-flow i{display:none}.map-shell{height:340px}}.map-shell{position:relative}.map-toolbar{top:12px;z-index:600;pointer-events:none;justify-content:space-between;align-items:flex-start;gap:10px;display:flex;position:absolute;inset-inline:12px}.map-layer-switch,.map-hint{pointer-events:auto}.map-layer-switch{border:1px solid var(--line);background:color-mix(in srgb, var(--panel) 88%, transparent);box-shadow:var(--soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:999px;gap:6px;padding:6px;display:inline-flex}.map-layer-switch button{color:var(--muted);background:0 0;border:0;border-radius:999px;padding:9px 14px;font-weight:900}.map-layer-switch button.active{color:#fff;background:linear-gradient(135deg, var(--blue), var(--cyan))}.map-hint{background:color-mix(in srgb, var(--panel) 88%, transparent);border:1px solid var(--line);box-shadow:var(--soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:999px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:static!important}.map-hint span{color:var(--text);font-weight:900}.map-hint button{background:linear-gradient(135deg, var(--red), #b91c1c);color:#fff;border:0;border-radius:999px;padding:6px 10px;font-weight:900}.leaflet-container{background:#0b1220}@media (width<=720px){.map-toolbar{flex-direction:column;align-items:stretch}.map-layer-switch,.map-hint{width:fit-content;max-width:100%}}.map-layer-switch.multi{white-space:nowrap;scrollbar-width:thin;max-width:min(760px,100vw - 60px);overflow-x:auto}.map-layer-switch.multi button{flex:none}.map-shell.coords-mode .leaflet-tile-pane{filter:grayscale()contrast(.8)brightness(.55)}.map-shell.coords-mode .boundary-map{background:linear-gradient(color-mix(in srgb, var(--cyan) 12%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--cyan) 12%, transparent) 1px, transparent 1px), #07101f;background-size:42px 42px}.boundary-map .leaflet-guard-live-markers-pane{pointer-events:auto;z-index:760!important}.boundary-map .leaflet-guard-live-markers-pane svg,.boundary-map .leaflet-guard-live-markers-pane path{overflow:visible}.boundary-map .leaflet-guard-live-markers-pane path{filter:drop-shadow(0 4px 10px #00000073)}.coords-warning{z-index:650;border:1px solid color-mix(in srgb, var(--orange) 35%, transparent);background:color-mix(in srgb, var(--panel) 90%, transparent);color:var(--orange);box-shadow:var(--soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;padding:12px 14px;font-weight:850;position:absolute;bottom:12px;left:12px;right:12px}html[dir=rtl] .coords-warning{text-align:right}html[dir=ltr] .coords-warning{text-align:left}:root{--scc-bg:#f8fafc;--scc-surface:#fff;--scc-surface-2:#f9fafb;--scc-sidebar:#0f172a;--scc-sidebar-2:#111827;--scc-sidebar-hover:#1e293b;--scc-primary:#059669;--scc-primary-hover:#047857;--scc-primary-soft:#d1fae5;--scc-text:#0f172a;--scc-text-2:#334155;--scc-muted:#64748b;--scc-border:#e2e8f0;--scc-card-shadow:0 1px 2px #0f172a0f;--scc-card-shadow-hover:0 12px 28px #0f172a14}body{background:radial-gradient(circle at top left, #0596690a, transparent 28%), var(--scc-bg)}.command-main{background:linear-gradient(180deg, #f8fafcf5, #f1f5f9b8), var(--scc-bg);max-width:1440px}.command-header{min-height:96px;box-shadow:var(--scc-card-shadow);border-color:#dbe3ee;border-radius:20px}.command-header h1{letter-spacing:-.03em}.command-header:before{content:"";background:#0596691a;border:1px solid #0596692e;border-radius:16px;order:99;width:44px;height:44px}.command-sidebar{background:linear-gradient(#0f172a 0%,#111827 100%);padding:20px;box-shadow:-18px 0 40px #0f172a1a}.side-logo{align-content:start;min-height:132px}.side-logo .icon,.side-logo svg{margin-bottom:8px}.side-logo strong,.side-logo h1,.side-logo h2{font-size:17px;line-height:1.5}.command-sidebar nav{gap:10px;margin-top:12px}.command-sidebar nav button{color:#cbd5e1;letter-spacing:-.01em;border-radius:12px;justify-content:flex-start;gap:12px;min-height:48px;padding:0 16px;font-size:14px;position:relative}.command-sidebar nav button svg,.command-sidebar nav button .icon{opacity:.9;flex:none;width:18px;height:18px}.command-sidebar nav button.active{color:#fff;background:#059669;box-shadow:0 14px 28px #05966938}.command-sidebar nav button.active:before{content:"";background:#ffffffd9;border-radius:999px;width:4px;position:absolute;inset-block:11px;inset-inline-start:8px}.side-logout{color:#fecaca;background:#7f1d1d42;margin-top:auto}.ops-row{gap:14px}.ops-card,.watch-panel,.alerts-panel,.feed-panel,.admin-form,.data-panel,.panel,.site-editor,.site-list,.checkpoint-box,.field-card,.field-assignment,.field-log{box-shadow:var(--scc-card-shadow);border-color:#dfe7f1;transition:box-shadow .16s,transform .16s,border-color .16s}.ops-card:hover,.watch-card:hover,.admin-mini-card:hover,.checkpoint-card:hover{box-shadow:var(--scc-card-shadow-hover);transform:translateY(-1px)}.ops-card{border-radius:18px;min-height:118px}.ops-card strong,.ops-card b{color:#0f172a;font-variant-numeric:tabular-nums}.watch-panel,.alerts-panel,.feed-panel{border-radius:18px}.watch-card{background:linear-gradient(#fffffff5,#f8fafce0);border-radius:18px}.watch-card h3{color:#0f172a;font-size:20px;font-weight:800}.watch-card.secure{background:linear-gradient(#ecfdf5b8,#fffffff5)}.watch-card.critical{background:linear-gradient(#fef2f2b8,#fffffff5)}.alerts-list article,.activity-feed article,.boundary-list span,.checkpoint-card,.admin-mini-card{background:#f8fafc;border-color:#e2e8f0}.form-grid{align-items:end}input,select,textarea{border-color:#cbd5e1;min-height:42px}input:hover,select:hover,textarea:hover{border-color:#94a3b8}.primary-small,.primary,button.primary,button.primary-small,.primary-button{box-shadow:0 10px 20px #05966924}.ghost-small,.ghost,button.ghost,button.ghost-small{background:#f8fafc}.table-scroll,.table-wrap{border-color:#dfe7f1;border-radius:18px}.table-scroll th,.table-wrap th,.data-panel th{color:#475569;background:#f8fafc}.row-actions button,.mini-actions button{min-height:34px;padding:8px 11px}.site-layout{align-items:start}.site-list{position:sticky;top:24px}.site-list button{border-color:#0000;min-height:72px}.site-list button strong,.site-list button b{font-size:15px}.site-list button.active{background:#d1fae5;border-color:#05966952;box-shadow:inset 4px 0 #059669}.site-editor{overflow:hidden}.map-shell{border-color:#dfe7f1}.map-toolbar{background:#fffffff0}.map-layer-switch button{min-height:38px}.map-layer-switch button.active{box-shadow:0 8px 16px #0596692e}.leaflet-control,.leaflet-popup-content{font-family:Cairo,system-ui,sans-serif}.login-box{border-color:#dfe7f1}.login-box h2{text-align:right;letter-spacing:-.03em}.hero-panel{border-color:#94a3b847}.hero-panel h1{letter-spacing:-.05em}.hero-metrics article strong,.hero-flow div span{color:#fff}.field-app{padding-bottom:24px}.field-header{box-shadow:0 16px 34px #0f172a2e}.field-assignment,.field-card,.field-log{border-color:#dfe7f1}body:has(.theme-toggle.dark){--scc-bg:#020617;--scc-surface:#0f172a;--scc-surface-2:#111827;--scc-text:#e5e7eb;--scc-text-2:#cbd5e1;--scc-muted:#94a3b8;--scc-border:#1e293b;--scc-card-shadow:0 1px 2px #00000047;color:#e5e7eb;background:radial-gradient(circle at 0 0,#05966914,#0000 28%),#020617}:is(body:has(.theme-toggle.dark) .command-main,body:has(.theme-toggle.dark) .field-app){color:#e5e7eb;background:linear-gradient(#020617f5,#0f172aeb),#020617}:is(body:has(.theme-toggle.dark) .command-header,body:has(.theme-toggle.dark) .ops-card,body:has(.theme-toggle.dark) .watch-panel,body:has(.theme-toggle.dark) .alerts-panel,body:has(.theme-toggle.dark) .feed-panel,body:has(.theme-toggle.dark) .admin-form,body:has(.theme-toggle.dark) .data-panel,body:has(.theme-toggle.dark) .panel,body:has(.theme-toggle.dark) .site-editor,body:has(.theme-toggle.dark) .site-list,body:has(.theme-toggle.dark) .checkpoint-box,body:has(.theme-toggle.dark) .field-card,body:has(.theme-toggle.dark) .field-assignment,body:has(.theme-toggle.dark) .field-log,body:has(.theme-toggle.dark) .login-box){color:#e5e7eb;background:#0f172a;border-color:#1e293b}body:has(.theme-toggle.dark) h1{color:#f8fafc}body:has(.theme-toggle.dark) h2{color:#f8fafc}body:has(.theme-toggle.dark) h3{color:#f8fafc}body:has(.theme-toggle.dark) .command-header h1{color:#f8fafc}body:has(.theme-toggle.dark) .section-title h2{color:#f8fafc}body:has(.theme-toggle.dark) .section-heading h2{color:#f8fafc}body:has(.theme-toggle.dark) .watch-card h3{color:#f8fafc}body:has(.theme-toggle.dark) .ops-card strong{color:#f8fafc}body:has(.theme-toggle.dark) .ops-card b{color:#f8fafc}body:has(.theme-toggle.dark) .login-box h2{color:#f8fafc}body:has(.theme-toggle.dark) p{color:#cbd5e1}body:has(.theme-toggle.dark) span{color:#cbd5e1}body:has(.theme-toggle.dark) label{color:#cbd5e1}body:has(.theme-toggle.dark) .section-title p{color:#cbd5e1}body:has(.theme-toggle.dark) .section-heading p{color:#cbd5e1}body:has(.theme-toggle.dark) .login-box p{color:#cbd5e1}body:has(.theme-toggle.dark) .watch-card{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .alerts-list article{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .activity-feed article{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .boundary-list span{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .checkpoint-card{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .admin-mini-card{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .watch-body p{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .assignment-grid p{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) .position-box{color:#e5e7eb;background:#111827;border-color:#243244}body:has(.theme-toggle.dark) input::placeholder{color:#64748b}body:has(.theme-toggle.dark) textarea::placeholder{color:#64748b}body:has(.theme-toggle.dark) .table-scroll{background:#0f172a;border-color:#1e293b}body:has(.theme-toggle.dark) .table-wrap{background:#0f172a;border-color:#1e293b}body:has(.theme-toggle.dark) .data-panel table{background:#0f172a;border-color:#1e293b}:is(body:has(.theme-toggle.dark) .table-scroll th,body:has(.theme-toggle.dark) .table-wrap th,body:has(.theme-toggle.dark) .data-panel th){color:#cbd5e1;background:#111827}:is(body:has(.theme-toggle.dark) .table-scroll td,body:has(.theme-toggle.dark) .table-wrap td,body:has(.theme-toggle.dark) .data-panel td){color:#e5e7eb;border-color:#1e293b}:is(body:has(.theme-toggle.dark) .table-scroll tr:hover td,body:has(.theme-toggle.dark) .table-wrap tr:hover td,body:has(.theme-toggle.dark) .data-panel tr:hover td){background:#111827}body:has(.theme-toggle.dark) .ghost{color:#e5e7eb;background:#111827;border-color:#334155}body:has(.theme-toggle.dark) .ghost-small{color:#e5e7eb;background:#111827;border-color:#334155}body:has(.theme-toggle.dark) button.ghost{color:#e5e7eb;background:#111827;border-color:#334155}body:has(.theme-toggle.dark) button.ghost-small{color:#e5e7eb;background:#111827;border-color:#334155}body:has(.theme-toggle.dark) .tools button{color:#e5e7eb;background:#111827;border-color:#334155}body:has(.theme-toggle.dark) .site-list button{color:#cbd5e1}body:has(.theme-toggle.dark) .site-list button:hover{background:#111827;border-color:#334155}body:has(.theme-toggle.dark) .site-list button.active{color:#6ee7b7;background:#0596692e;border-color:#05966959}body:has(.theme-toggle.dark) .demo-card{background:#d977061f;border-color:#d9770659}body:has(.theme-toggle.dark) .error-box{color:#fca5a5;background:#dc26261f;border-color:#dc26265c}@media (width<=1024px){.command-sidebar{padding:16px}.side-logo{min-height:auto}.command-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.side-logout{margin-top:14px}}@media (width<=640px){.command-sidebar nav{grid-template-columns:1fr}.command-header{min-height:auto}.command-header:before{display:none}}:root{--scc-bg:#f9fafb;--scc-sidebar:#0f172a;--scc-sidebar-hover:#1e293b;--scc-sidebar-border:#334155;--scc-primary:#059669;--scc-primary-hover:#047857;--scc-primary-soft:#d1fae5;--scc-secondary:#2563eb;--scc-text:#111827;--scc-text-2:#374151;--scc-muted:#6b7280;--scc-border:#e5e7eb;--scc-card:#fff;--scc-danger:#dc2626;--scc-danger-hover:#b91c1c;--scc-danger-soft:#fee2e2;--scc-warning:#d97706;--scc-warning-soft:#fef3c7;--scc-blue-soft:#dbeafe;--scc-purple:#9333ea;--scc-radius:12px;--scc-radius-sm:8px;--scc-shadow:0 1px 2px #0000000d;--scc-shadow-lg:0 20px 25px #0000001a}html{direction:rtl}body{background:var(--scc-bg);color:var(--scc-text);margin:0;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.login-shell{direction:rtl;background:radial-gradient(circle at 20% 20%,#0596692e,#0000 34%),linear-gradient(135deg,#020617 0%,#0f172a 48%,#020617 100%);grid-template-columns:minmax(360px,520px) minmax(0,1fr);min-height:100vh;display:grid;overflow:hidden}.login-panel{background:#f8fafc;grid-column:1;justify-content:center;align-items:center;padding:48px;display:flex}.login-box{border:1px solid var(--scc-border);width:min(448px,100%);color:var(--scc-text);background:#fff;border-radius:24px;padding:32px;box-shadow:0 25px 60px #0f172a2e}.login-box h2{color:var(--scc-text);margin:18px 0 8px;font-size:28px;font-weight:700}.login-box p{color:var(--scc-muted);margin:0 0 24px}.login-visual{color:#fff;grid-column:2;justify-content:center;align-items:center;min-height:100vh;padding:56px;display:flex;position:relative}.security-grid{opacity:.24;background-image:linear-gradient(#94a3b824 1px,#0000 1px),linear-gradient(90deg,#94a3b824 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0}.hero-panel{width:min(720px,100%);box-shadow:var(--scc-shadow-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172abd;border:1px solid #94a3b838;border-radius:24px;padding:32px;position:relative}.hero-topline,.hero-flow,.hero-metrics{align-items:center;gap:12px;display:flex}.hero-topline{justify-content:space-between;margin-bottom:28px}.hero-badge,.hero-status{color:#5eead4;background:#0f766e2e;border:1px solid #2dd4bf40;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex}.hero-panel h1{color:#fff;margin:0 0 16px;font-size:clamp(32px,5vw,54px);line-height:1.15}.hero-panel p{color:#cbd5e1;font-size:16px;line-height:1.9}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;display:grid}.hero-metrics article,.hero-flow div{background:#1e293bb8;border:1px solid #94a3b82e;border-radius:16px;padding:16px}.role-tabs{background:#f1f5f9;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px;padding:4px;display:grid}.role-tabs button{color:var(--scc-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:12px;font-weight:700}.role-tabs button.active{background:var(--scc-primary);color:#fff;box-shadow:var(--scc-shadow)}.login-box label,label.field{color:var(--scc-text-2);gap:8px;margin-bottom:14px;font-size:14px;font-weight:600;display:grid}.login-box input,label.field input,label.field select,label.field textarea,.form-grid input,.form-grid select,.form-grid textarea,.checkpoint-form input,.checkpoint-form select,.checkpoint-form textarea{box-sizing:border-box;width:100%;color:var(--scc-text);background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;padding:11px 12px}.login-box input:focus,label.field input:focus,label.field select:focus,label.field textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--scc-primary);box-shadow:0 0 0 3px #0596692e}.primary-button{background:var(--scc-primary);color:#fff;cursor:pointer;border:0;border-radius:12px;width:100%;min-height:48px;font-weight:800}.primary-button:hover{background:var(--scc-primary-hover)}.error-box{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:12px 0;padding:12px;font-weight:600}.demo-card{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;gap:8px;margin-top:18px;padding:14px;display:grid}.demo-card code{color:#78350f;direction:ltr}.command-shell{background:var(--scc-bg);min-height:100vh;color:var(--scc-text);direction:rtl}.command-sidebar{box-sizing:border-box;background:var(--scc-sidebar);color:#fff;border-left:1px solid var(--scc-sidebar-border);z-index:20;flex-direction:column;width:256px;height:100vh;padding:22px 18px;display:flex;position:fixed;top:0;right:0}.side-logo{border-bottom:1px solid #94a3b82e;gap:8px;margin-bottom:18px;padding:0 4px 22px;display:grid}.side-logo .icon,.side-logo svg{color:#34d399;background:#05966924;border-radius:14px;width:40px;height:40px;padding:10px}.side-logo span,.side-logo p{color:#94a3b8;font-size:12px}.command-sidebar nav{gap:8px;display:grid}.command-sidebar nav button{color:#cbd5e1;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 14px;font-size:14px;font-weight:700;display:flex}.command-sidebar nav button:hover{background:var(--scc-sidebar-hover);color:#fff}.side-logout{color:#fca5a5;cursor:pointer;background:#dc26261f;border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:46px;margin-top:auto;font-weight:800;display:flex}.side-logout:hover{color:#fff;background:#dc262633}.command-main{box-sizing:border-box;background:var(--scc-bg);min-height:100vh;margin-right:256px;padding:24px}.command-header{border:1px solid var(--scc-border);box-shadow:var(--scc-shadow);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:22px 24px;display:flex}.command-header h1{color:var(--scc-text);margin:0;font-size:28px;font-weight:800;line-height:1.2}.command-header p,.command-header span{color:var(--scc-muted)}.tools{align-items:center;gap:8px;display:inline-flex}.tools button,.lang-toggle,.theme-toggle{min-width:38px;min-height:38px;color:var(--scc-text-2);cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;font-weight:800}.ops-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.ops-card,.watch-panel,.alerts-panel,.feed-panel,.admin-form,.data-panel,.panel,.site-editor,.site-list,.checkpoint-box,.field-card,.field-assignment,.field-log{background:var(--scc-card);border:1px solid var(--scc-border);box-shadow:var(--scc-shadow);border-radius:18px}.ops-card{gap:8px;min-height:110px;padding:20px;display:grid}.ops-card h3,.ops-card p{margin:0}.ops-card strong,.ops-card b{color:var(--scc-text);font-size:28px;font-weight:800}.watch-panel,.alerts-panel,.feed-panel{padding:20px}.section-title,.section-heading,.field-log-title{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.section-title h2,.section-heading h2,.field-log-title h2{color:var(--scc-text);margin:0;font-size:18px;font-weight:800}.section-title p,.section-heading p{color:var(--scc-muted);margin:4px 0 0}.site-watch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.watch-card{border:1px solid var(--scc-border);background:#fff;border-radius:16px;padding:16px;position:relative;overflow:hidden}.watch-card.secure{border-color:#05966947}.watch-card.critical{border-color:#dc262647}.watch-top,.watch-body{gap:10px;display:grid}.watch-body{grid-template-columns:repeat(2,minmax(0,1fr))}.watch-body p{border:1px solid var(--scc-border);background:#f9fafb;border-radius:12px;gap:4px;margin:0;padding:12px;display:grid}.watch-body span{color:var(--scc-muted);font-size:12px}.watch-body b{color:var(--scc-text)}.state-badge,.data-badge,.status-text{border-radius:999px;align-items:center;width:fit-content;padding:4px 10px;font-size:12px;font-weight:800;display:inline-flex}.state-badge.secure,.data-badge.ok,.status-text.inside{background:var(--scc-primary-soft);color:var(--scc-primary)}.state-badge.critical,.data-badge.danger,.status-text.outside{background:var(--scc-danger-soft);color:var(--scc-danger)}.status-text.nearBoundary{background:var(--scc-warning-soft);color:var(--scc-warning)}.admin-form{margin-bottom:18px;padding:20px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-actions,.actions-row,.report-actions,.row-actions,.mini-actions,.map-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.primary-small,.primary,button.primary,button.primary-small{background:var(--scc-primary);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:10px 14px;font-weight:800}.primary-small:hover,.primary:hover,button.primary:hover,button.primary-small:hover{background:var(--scc-primary-hover)}.ghost-small,.ghost,button.ghost,button.ghost-small{border:1px solid var(--scc-border);color:var(--scc-text-2);cursor:pointer;background:#f9fafb;border-radius:10px;padding:10px 14px;font-weight:800}.danger-small,.danger,button.danger,button.danger-small{background:var(--scc-danger);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:10px 14px;font-weight:800}.danger-small:hover,.danger:hover,button.danger:hover,button.danger-small:hover{background:var(--scc-danger-hover)}.table-scroll,.table-wrap{border:1px solid var(--scc-border);box-shadow:var(--scc-shadow);background:#fff;border-radius:16px;overflow-x:auto}.table-scroll table,.table-wrap table,.data-panel table{border-collapse:collapse;background:#fff;width:100%}.table-scroll th,.table-scroll td,.table-wrap th,.table-wrap td,.data-panel th,.data-panel td{border-bottom:1px solid var(--scc-border);text-align:right;padding:13px 16px}.table-scroll th,.table-wrap th,.data-panel th{color:var(--scc-text-2);background:#f9fafb;font-size:13px;font-weight:800}.site-list{align-self:start;padding:14px}.site-list button{width:100%;color:var(--scc-text-2);text-align:right;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;gap:6px;padding:12px;display:grid}.site-list button:hover{border-color:var(--scc-border);background:#f9fafb}.site-list button.active{background:var(--scc-primary-soft);color:var(--scc-primary);border-color:#05966947}.map-shell{border:1px solid var(--scc-border);box-shadow:var(--scc-shadow);background:#fff;border-radius:18px;position:relative;overflow:hidden}.boundary-map,.leaflet-container.boundary-map{border-radius:18px;width:100%;height:420px}.map-toolbar{border-top:1px solid var(--scc-border);background:#fff;gap:10px;padding:12px;display:grid}.map-layer-switch{flex-wrap:wrap;gap:8px;display:flex}.map-layer-switch button{border:1px solid var(--scc-border);color:var(--scc-text-2);cursor:pointer;background:#f9fafb;border-radius:999px;padding:8px 12px;font-weight:800}.map-layer-switch button.active{background:var(--scc-primary);border-color:var(--scc-primary);color:#fff}.boundary-list,.checkpoint-grid,.alerts-list,.activity-feed,.field-log-list{gap:10px;display:grid}.boundary-list span,.alerts-list article,.activity-feed article,.field-log-list article,.checkpoint-card,.admin-mini-card{border:1px solid var(--scc-border);background:#f9fafb;border-radius:14px;padding:12px}.checkpoint-grid,.admin-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-app{background:var(--scc-bg);max-width:512px;min-height:100vh;color:var(--scc-text);margin:0 auto}.field-header{z-index:10;background:var(--scc-sidebar);color:#fff;border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding:18px;position:sticky;top:0}.field-header h1,.field-header h2,.field-header p{color:inherit}.field-assignment,.field-card,.field-log{margin:14px;padding:18px}.assignment-grid,.guard-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.assignment-grid p,.position-box{border:1px solid var(--scc-border);background:#f9fafb;border-radius:12px;padding:12px}.field-alert{background:var(--scc-warning-soft);color:#92400e;border:1px solid #fde68a;border-radius:14px;margin:14px;padding:12px;font-weight:700}.wide-action,.guard-actions button,.field-logout{cursor:pointer;border:0;border-radius:14px;padding:14px;font-weight:800}.wide-action{background:var(--scc-primary);color:#fff;width:100%}.wide-action.ok{background:var(--scc-primary-soft);color:var(--scc-primary)}.guard-actions .blue,button.blue{color:#fff;background:#2563eb}.guard-actions .green,button.green{background:var(--scc-primary);color:#fff}.guard-actions .purple,button.purple{background:var(--scc-purple);color:#fff}.field-logout{background:var(--scc-danger);color:#fff;width:calc(100% - 28px);margin:14px}@media (width<=1024px){.command-sidebar{border-left:0;border-bottom:1px solid var(--scc-sidebar-border);width:auto;height:auto;position:static}.command-main{margin-right:0;padding:16px}.ops-row{grid-template-columns:repeat(2,minmax(0,1fr))}.command-grid,.site-layout,.login-shell{grid-template-columns:1fr}.login-visual{display:none}.login-panel{grid-column:1;min-height:100vh}}@media (width<=640px){.ops-row,.site-watch-grid,.form-grid,.checkpoint-grid,.admin-card-grid,.assignment-grid,.guard-actions{grid-template-columns:1fr}.login-panel{padding:20px}.login-box{padding:24px}}:root{--ui-bg:#f8fafc;--ui-card:#fff;--ui-card-2:#f9fafb;--ui-sidebar:#0f172a;--ui-sidebar-2:#111827;--ui-line:#e2e8f0;--ui-line-2:#cbd5e1;--ui-text:#0f172a;--ui-text-2:#334155;--ui-muted:#64748b;--ui-primary:#059669;--ui-primary-2:#047857;--ui-danger:#dc2626;--ui-danger-2:#b91c1c;--ui-warning:#d97706;--ui-blue:#2563eb;--ui-purple:#9333ea;--ui-radius:16px;--ui-radius-sm:10px;--ui-shadow:0 1px 2px #0f172a0f;--ui-shadow-soft:0 12px 32px #0f172a14}html,body,#root{min-height:100%;background:var(--ui-bg)!important;color:var(--ui-text)!important}body{overflow-x:hidden}button,input,select,textarea{font-family:inherit}.command-shell{background:var(--ui-bg)!important;min-height:100vh!important;display:block!important}.command-main{background:var(--ui-bg)!important;box-sizing:border-box!important;width:calc(100vw - 256px)!important;max-width:none!important;min-height:100vh!important;margin-right:256px!important;padding:18px 22px!important}.command-main>*{max-width:100%!important}.command-header{background:var(--ui-card)!important;border:1px solid var(--ui-line)!important;min-height:78px!important;box-shadow:var(--ui-shadow)!important;border-radius:18px!important;margin-bottom:14px!important;padding:18px 22px!important}.command-header:before{display:none!important}.command-header h1{color:var(--ui-text)!important;letter-spacing:-.03em!important;font-size:26px!important;font-weight:800!important}.command-header span,.command-header p{color:var(--ui-muted)!important}.command-sidebar{width:256px!important;box-shadow:none!important;background:#0f172a!important;border-left:1px solid #1e293b!important;padding:18px 16px!important}.side-logo{border-bottom:1px solid #94a3b82e!important;min-height:auto!important;margin-bottom:14px!important;padding:4px 4px 18px!important}.side-logo .icon,.side-logo svg{color:#34d399!important;background:#05966924!important;border-radius:14px!important;width:42px!important;height:42px!important;margin:0 0 12px!important}.side-logo strong,.side-logo h1,.side-logo h2{color:#fff!important;font-size:16px!important;font-weight:800!important}.side-logo p,.side-logo span{color:#94a3b8!important;font-size:12px!important;line-height:1.8!important}.command-sidebar nav{gap:7px!important;margin-top:8px!important;display:grid!important}.command-sidebar nav button{color:#cbd5e1!important;min-height:44px!important;box-shadow:none!important;background:0 0!important;border-radius:11px!important;align-items:center!important;gap:11px!important;padding:0 13px!important;font-weight:700!important;display:flex!important}.command-sidebar nav button:hover{color:#fff!important;background:#1e293b!important}.command-sidebar nav button.active{background:var(--ui-primary)!important;color:#fff!important;box-shadow:0 8px 18px #05966933!important}.command-sidebar nav button.active:before{display:none!important}.side-logout{color:#fecaca!important;background:#dc262621!important;border-radius:11px!important;min-height:44px!important}.side-logout:hover{background:var(--ui-danger)!important;color:#fff!important}.ops-row{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-bottom:14px!important}.ops-card{background:var(--ui-card)!important;border:1px solid var(--ui-line)!important;min-height:96px!important;box-shadow:var(--ui-shadow)!important;border-radius:16px!important;padding:16px!important}.ops-card strong,.ops-card b{color:var(--ui-text)!important;font-size:26px!important}.command-grid{grid-template-columns:minmax(0,1.35fr) minmax(340px,.75fr)!important;gap:14px!important;display:grid!important}.watch-panel,.alerts-panel,.feed-panel,.admin-form,.data-panel,.panel,.site-editor,.site-list,.checkpoint-box,.field-card,.field-assignment,.field-log{background:var(--ui-card)!important;border:1px solid var(--ui-line)!important;color:var(--ui-text)!important;box-shadow:var(--ui-shadow)!important;border-radius:16px!important}.watch-panel,.alerts-panel,.feed-panel,.admin-form,.panel,.site-editor{padding:18px!important}.section-title,.section-heading,.field-log-title{margin-bottom:14px!important}.section-title h2,.section-heading h2,.field-log-title h2{color:var(--ui-text)!important;font-size:18px!important;font-weight:800!important}.section-title p,.section-heading p{color:var(--ui-muted)!important}.site-watch-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.watch-card{background:var(--ui-card)!important;border:1px solid var(--ui-line)!important;color:var(--ui-text)!important;box-shadow:none!important;border-radius:15px!important;padding:15px!important;transform:none!important}.watch-card h3{color:var(--ui-text)!important;font-size:19px!important}.watch-body{gap:8px!important}.watch-body p,.assignment-grid p,.position-box{background:var(--ui-card-2)!important;border:1px solid var(--ui-line)!important;color:var(--ui-text)!important;border-radius:12px!important}.watch-body span,.assignment-grid span,.position-box span{color:var(--ui-muted)!important}.state-badge,.data-badge,.status-text{border-radius:999px!important;padding:5px 10px!important;font-size:12px!important;font-weight:800!important}.state-badge.secure,.data-badge.ok,.status-text.inside{color:#047857!important;background:#d1fae5!important}.state-badge.critical,.data-badge.danger,.status-text.outside{color:#b91c1c!important;background:#fee2e2!important}.state-badge.idle,.status-text.unknown,.status-text.noBoundary{color:#64748b!important;background:#f1f5f9!important}.status-text.nearBoundary{color:#b45309!important;background:#fef3c7!important}.table-scroll,.table-wrap,.data-panel{background:var(--ui-card)!important;border:1px solid var(--ui-line)!important;border-radius:16px!important;overflow:hidden!important}.table-scroll table,.table-wrap table,.data-panel table{background:var(--ui-card)!important;color:var(--ui-text)!important}.table-scroll thead,.table-wrap thead,.data-panel thead,.table-scroll th,.table-wrap th,.data-panel th{color:#334155!important;background:#f1f5f9!important;font-weight:800!important}.table-scroll td,.table-wrap td,.data-panel td{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}.table-scroll tr:hover td,.table-wrap tr:hover td,.data-panel tr:hover td{background:#f8fafc!important}.row-actions{gap:8px!important;margin-top:0!important}input,select,textarea{border:1px solid var(--ui-line-2)!important;color:var(--ui-text)!important;background:#fff!important;border-radius:10px!important}input:focus,select:focus,textarea:focus{border-color:var(--ui-primary)!important;box-shadow:0 0 0 3px #05966929!important}.primary,.primary-small,.primary-button,button.primary,button.primary-small{background:var(--ui-primary)!important;color:#fff!important;border:0!important;border-radius:10px!important}.primary:hover,.primary-small:hover,.primary-button:hover{background:var(--ui-primary-2)!important}.ghost,.ghost-small,button.ghost,button.ghost-small{color:var(--ui-text-2)!important;border:1px solid var(--ui-line)!important;background:#f8fafc!important;border-radius:10px!important}.danger,.danger-small,button.danger,button.danger-small{color:#b91c1c!important;background:#fee2e2!important;border:0!important;border-radius:10px!important}.danger:hover,.danger-small:hover{background:var(--ui-danger)!important;color:#fff!important}.site-layout{grid-template-columns:300px minmax(0,1fr)!important;gap:14px!important}.site-list button{border-radius:13px!important;min-height:66px!important;margin-bottom:6px!important}.site-list button.active{color:#047857!important;background:#d1fae5!important;border-color:#05966959!important;box-shadow:inset 4px 0 #059669!important}.boundary-map,.leaflet-container.boundary-map{height:390px!important}.map-shell{border-color:var(--ui-line)!important;border-radius:16px!important}.map-toolbar{background:var(--ui-card)!important;border-top:1px solid var(--ui-line)!important}.map-layer-switch button{color:var(--ui-text-2)!important;border:1px solid var(--ui-line)!important;background:#f8fafc!important}.map-layer-switch button.active{background:var(--ui-primary)!important;color:#fff!important;border-color:var(--ui-primary)!important}.leaflet-container,.leaflet-container *{font-family:initial}.leaflet-control,.leaflet-popup-content,.leaflet-tooltip{font-family:Cairo,system-ui,sans-serif!important}.login-shell{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 48%,#020617 48%,#0f172a 100%)!important}.login-panel{background:0 0!important}.login-box{background:var(--ui-card)!important;color:var(--ui-text)!important;border:1px solid var(--ui-line)!important}.login-box h2{color:var(--ui-text)!important}.login-box p,.login-box label{color:var(--ui-muted)!important}.login-visual{background:#020617!important}.hero-panel{background:#0f172ad1!important;border:1px solid #94a3b83d!important}.hero-panel h1,.hero-panel strong{color:#fff!important}.hero-panel p,.hero-panel span{color:#cbd5e1!important}.hero-flow{background:0 0!important;border:0!important}.hero-flow div,.hero-metrics article{color:#fff!important;background:#1e293bc7!important;border:1px solid #94a3b82e!important}.hero-flow div span,.hero-flow div strong,.hero-metrics article span,.hero-metrics article strong{color:#fff!important}body:has(.theme-toggle.dark){--ui-bg:#020617;--ui-card:#0f172a;--ui-card-2:#111827;--ui-line:#1e293b;--ui-line-2:#334155;--ui-text:#f8fafc;--ui-text-2:#e2e8f0;--ui-muted:#94a3b8;color:var(--ui-text)!important;background:#020617!important}:is(body:has(.theme-toggle.dark) .command-main,body:has(.theme-toggle.dark) .command-shell,body:has(.theme-toggle.dark) .field-app){color:var(--ui-text)!important;background:#020617!important}:is(body:has(.theme-toggle.dark) .command-header,body:has(.theme-toggle.dark) .ops-card,body:has(.theme-toggle.dark) .watch-panel,body:has(.theme-toggle.dark) .alerts-panel,body:has(.theme-toggle.dark) .feed-panel,body:has(.theme-toggle.dark) .admin-form,body:has(.theme-toggle.dark) .data-panel,body:has(.theme-toggle.dark) .panel,body:has(.theme-toggle.dark) .site-editor,body:has(.theme-toggle.dark) .site-list,body:has(.theme-toggle.dark) .checkpoint-box,body:has(.theme-toggle.dark) .field-card,body:has(.theme-toggle.dark) .field-assignment,body:has(.theme-toggle.dark) .field-log,body:has(.theme-toggle.dark) .watch-card,body:has(.theme-toggle.dark) .login-box){background:var(--ui-card)!important;border-color:var(--ui-line)!important;color:var(--ui-text)!important}:is(body:has(.theme-toggle.dark) h1,body:has(.theme-toggle.dark) h2,body:has(.theme-toggle.dark) h3,body:has(.theme-toggle.dark) strong,body:has(.theme-toggle.dark) b){color:var(--ui-text)!important}:is(body:has(.theme-toggle.dark) p,body:has(.theme-toggle.dark) span,body:has(.theme-toggle.dark) label){color:var(--ui-muted)!important}body:has(.theme-toggle.dark) .table-scroll{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}body:has(.theme-toggle.dark) .table-wrap{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}body:has(.theme-toggle.dark) .data-panel{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}body:has(.theme-toggle.dark) table{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}body:has(.theme-toggle.dark) tbody{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}body:has(.theme-toggle.dark) tr{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}body:has(.theme-toggle.dark) td{background:var(--ui-card)!important;color:var(--ui-text-2)!important;border-color:var(--ui-line)!important}:is(body:has(.theme-toggle.dark) thead,body:has(.theme-toggle.dark) th){color:#cbd5e1!important;background:#111827!important}body:has(.theme-toggle.dark) tr:hover td{background:#111827!important}:is(body:has(.theme-toggle.dark) input,body:has(.theme-toggle.dark) select,body:has(.theme-toggle.dark) textarea){color:#f8fafc!important;background:#020617!important;border-color:#334155!important}body:has(.theme-toggle.dark) .watch-body p{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .assignment-grid p{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .position-box{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .alerts-list article{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .activity-feed article{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .boundary-list span{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .checkpoint-card{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .admin-mini-card{color:#e2e8f0!important;background:#111827!important;border-color:#243244!important}body:has(.theme-toggle.dark) .ghost{color:#e2e8f0!important;background:#111827!important;border-color:#334155!important}body:has(.theme-toggle.dark) .ghost-small{color:#e2e8f0!important;background:#111827!important;border-color:#334155!important}body:has(.theme-toggle.dark) button.ghost{color:#e2e8f0!important;background:#111827!important;border-color:#334155!important}body:has(.theme-toggle.dark) button.ghost-small{color:#e2e8f0!important;background:#111827!important;border-color:#334155!important}body:has(.theme-toggle.dark) .map-toolbar{background:#0f172a!important;border-color:#1e293b!important}body:has(.theme-toggle.dark) .map-layer-switch button{color:#cbd5e1!important;background:#111827!important;border-color:#334155!important}body:has(.theme-toggle.dark) .site-list button.active{color:#6ee7b7!important;background:#05966933!important}.field-app{background:var(--ui-bg)!important}.field-header{color:#fff!important;background:#0f172a!important}.field-header h1,.field-header h2,.field-header strong{color:#fff!important}@media (width<=1024px){.command-main{width:100vw!important;margin-right:0!important;padding:14px!important}.command-sidebar{width:100%!important;height:auto!important;position:static!important}.command-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}.command-grid,.site-layout{grid-template-columns:1fr!important}}@media (width<=640px){.ops-row,.site-watch-grid,.form-grid,.command-sidebar nav{grid-template-columns:1fr!important}}.site-layout{grid-template-columns:260px minmax(0,1fr)!important;align-items:start!important;gap:14px!important}.site-editor{width:100%!important;min-width:0!important;padding:16px!important}.map-shell{border-radius:18px!important;width:100%!important;min-width:0!important;overflow:hidden!important}.boundary-map,.leaflet-container.boundary-map{border-radius:18px 18px 0 0!important;width:100%!important;height:clamp(560px,68vh,780px)!important;min-height:560px!important}.map-layer-switch.multi,.map-layer-switch{flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important;display:flex!important}.map-layer-switch button{white-space:nowrap!important;border-radius:999px!important;min-height:38px!important;padding:8px 12px!important}.map-actions{flex-wrap:wrap!important;justify-content:flex-start!important;gap:10px!important;margin-top:12px!important;display:flex!important}.map-actions button{border-radius:12px!important;min-height:44px!important;padding-inline:18px!important}@media (width>=1440px){.site-layout{grid-template-columns:280px minmax(0,1fr)!important}.boundary-map,.leaflet-container.boundary-map{height:clamp(640px,72vh,860px)!important;min-height:640px!important}}@media (width<=1280px){.site-layout{grid-template-columns:240px minmax(0,1fr)!important}.boundary-map,.leaflet-container.boundary-map{height:clamp(500px,65vh,700px)!important;min-height:500px!important}}@media (width<=1024px){.site-layout{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.site-list{scrollbar-width:thin!important;gap:10px!important;max-height:none!important;padding:10px!important;display:flex!important;position:static!important;overflow:auto visible!important}.site-list button{flex:none!important;min-width:220px!important;min-height:72px!important;margin:0!important}.site-editor{padding:12px!important}.boundary-map,.leaflet-container.boundary-map{border-radius:16px 16px 0 0!important;height:72vh!important;min-height:520px!important}.map-toolbar{padding:10px!important}.map-layer-switch.multi,.map-layer-switch{flex-wrap:nowrap!important;padding-bottom:4px!important;overflow-x:auto!important}.map-layer-switch button{flex:none!important}.map-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.map-actions button{width:100%!important}}@media (width<=640px){.command-main{padding:10px!important}.site-editor{border-radius:14px!important;padding:10px!important}.section-title{gap:8px!important;display:grid!important}.section-title h2{font-size:18px!important}.section-title p{font-size:13px!important}.boundary-map,.leaflet-container.boundary-map{border-radius:14px 14px 0 0!important;height:76vh!important;min-height:560px!important}.map-shell{border-radius:14px!important}.map-toolbar{padding:8px!important}.map-layer-switch button{min-height:36px!important;padding:7px 10px!important;font-size:12px!important}.map-actions{grid-template-columns:1fr!important;gap:8px!important}.map-actions button{min-height:46px!important;font-size:14px!important}.site-list{margin-bottom:8px!important}.site-list button{min-width:190px!important}.checkpoint-box{padding:12px!important}}@media (width<=420px){.boundary-map,.leaflet-container.boundary-map{height:78vh!important;min-height:520px!important}.site-list button{min-width:170px!important}}.site-editor{width:100%!important;min-width:0!important;padding:16px!important;overflow:visible!important}.site-list{max-height:calc(100vh - 32px)!important;padding:10px!important;position:sticky!important;top:16px!important;overflow-y:auto!important}.site-list button{min-height:60px!important;margin-bottom:6px!important;padding:10px 12px!important}.map-shell{background:#0f172a!important;border:1px solid #1e293b!important;border-radius:18px!important;flex-direction:column!important;width:100%!important;min-width:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.map-toolbar{box-sizing:border-box!important;width:100%!important;box-shadow:none!important;z-index:1!important;background:#0f172a!important;border-top:1px solid #1e293b!important;order:2!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:10px!important;padding:12px!important;display:grid!important;position:static!important;inset:auto!important;transform:none!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{z-index:0!important;border-radius:18px 18px 0 0!important;order:1!important;width:100%!important;height:clamp(620px,74vh,900px)!important;min-height:620px!important;max-height:none!important;display:block!important}.leaflet-pane,.leaflet-map-pane,.leaflet-tile-pane,.leaflet-overlay-pane,.leaflet-marker-pane,.leaflet-tooltip-pane,.leaflet-popup-pane{z-index:auto}.map-layer-switch,.map-layer-switch.multi{background:0 0!important;border:0!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0!important;display:flex!important}.map-layer-switch button,.map-layer-switch.multi button{color:#cbd5e1!important;white-space:nowrap!important;min-height:38px!important;box-shadow:none!important;background:#111827!important;border:1px solid #334155!important;border-radius:999px!important;padding:8px 12px!important;font-weight:800!important}.map-layer-switch button.active,.map-layer-switch.multi button.active{color:#fff!important;background:#059669!important;border-color:#059669!important;box-shadow:0 8px 18px #05966933!important}.map-hint,.coords-warning{color:#94a3b8!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;font-size:12px!important}.map-toolbar .danger,.map-toolbar .danger-small,.map-toolbar button.danger,.map-toolbar button.danger-small{color:#b91c1c!important;background:#fee2e2!important;border:0!important}.map-toolbar .danger:hover,.map-toolbar .danger-small:hover,.map-toolbar button.danger:hover,.map-toolbar button.danger-small:hover{color:#fff!important;background:#dc2626!important}.map-actions{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;margin-top:12px!important;padding:0!important;display:flex!important}.leaflet-control-container{font-family:Cairo,system-ui,sans-serif!important}.leaflet-control-zoom{border:0!important;box-shadow:0 10px 24px #0f172a3d!important}.leaflet-control-zoom a{border:0!important;width:38px!important;height:38px!important;font-size:20px!important;line-height:38px!important}.leaflet-control-attribution{font-size:10px!important}.checkpoint-box{border-radius:16px!important;margin-top:14px!important;padding:16px!important}.boundary-list{margin-top:10px!important}@media (width>=1440px){.site-layout{grid-template-columns:240px minmax(0,1fr)!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:clamp(720px,78vh,980px)!important;min-height:720px!important}}@media (width<=1280px){.site-layout{grid-template-columns:220px minmax(0,1fr)!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:clamp(580px,72vh,820px)!important;min-height:580px!important}}@media (width<=1024px){.site-layout{grid-template-columns:1fr!important;gap:12px!important}.site-list{gap:10px!important;max-height:none!important;padding:10px!important;display:flex!important;position:static!important;overflow:auto hidden!important}.site-list button{flex:none!important;min-width:220px!important;margin-bottom:0!important}.site-editor{padding:12px!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:74vh!important;min-height:560px!important}.map-toolbar{grid-template-columns:1fr!important}.map-layer-switch,.map-layer-switch.multi{flex-wrap:nowrap!important;padding-bottom:4px!important;overflow-x:auto!important}.map-layer-switch button,.map-layer-switch.multi button{flex:none!important}.map-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.map-actions button{width:100%!important}}@media (width<=640px){.command-main{padding:10px!important}.site-editor{border-radius:14px!important;padding:10px!important}.section-title{gap:8px!important;display:grid!important}.section-title h2{font-size:18px!important}.section-title p{font-size:13px!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{border-radius:14px 14px 0 0!important;height:78vh!important;min-height:560px!important}.map-shell{border-radius:14px!important}.map-toolbar{padding:8px!important}.map-layer-switch button,.map-layer-switch.multi button{min-height:36px!important;padding:7px 10px!important;font-size:12px!important}.map-actions{grid-template-columns:1fr!important;gap:8px!important}.map-actions button{min-height:46px!important;font-size:14px!important}.site-list{margin-bottom:8px!important}.site-list button{min-width:190px!important}.checkpoint-box{padding:12px!important}}.site-layout{grid-template-columns:1fr!important;align-items:stretch!important;gap:12px!important;display:grid!important}.site-list{box-sizing:border-box!important;border-radius:16px!important;gap:10px!important;width:100%!important;max-height:none!important;padding:10px!important;display:flex!important;position:static!important;overflow:auto hidden!important}.site-list button{text-align:right!important;border-radius:14px!important;flex:0 0 230px!important;min-width:230px!important;min-height:68px!important;margin:0!important;padding:12px!important}.site-list button.active{box-shadow:inset 0 -4px #059669!important}.site-editor{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;padding:14px!important;overflow:visible!important}.map-shell{box-sizing:border-box!important;border-radius:18px!important;width:100%!important;min-width:0!important;max-width:none!important;overflow:hidden!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{border-radius:18px 18px 0 0!important;width:100%!important;height:82vh!important;min-height:760px!important;max-height:none!important}.map-toolbar{box-sizing:border-box!important;z-index:1!important;background:#0f172a!important;border-top:1px solid #1e293b!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;padding:12px!important;display:grid!important;position:static!important;inset:auto!important;transform:none!important}.map-layer-switch,.map-layer-switch.multi{background:0 0!important;border:0!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;padding:0!important;display:flex!important}.map-layer-switch button,.map-layer-switch.multi button{color:#cbd5e1!important;white-space:nowrap!important;background:#111827!important;border:1px solid #334155!important;border-radius:999px!important;min-height:38px!important;padding:8px 13px!important;font-weight:800!important}.map-actions{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;margin:12px 0 0!important;display:flex!important}.command-main,.command-main>*,.site-editor>*,.map-shell{max-width:none!important}.leaflet-control-zoom a{width:40px!important;height:40px!important;font-size:20px!important;line-height:40px!important}.leaflet-container{touch-action:pan-x pan-y pinch-zoom!important}.checkpoint-box{margin-top:14px!important;padding:16px!important}@media (width>=1440px){.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:84vh!important;min-height:820px!important}.site-list button{flex-basis:250px!important;min-width:250px!important}}@media (width<=1280px){.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:78vh!important;min-height:680px!important}}@media (width<=1024px){.site-editor{padding:10px!important}.site-list{padding:8px!important}.site-list button{flex-basis:210px!important;min-width:210px!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:80vh!important;min-height:620px!important}.map-layer-switch,.map-layer-switch.multi{flex-wrap:nowrap!important;padding-bottom:4px!important;overflow-x:auto!important}.map-layer-switch button,.map-layer-switch.multi button{flex:none!important}.map-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.map-actions button{width:100%!important}}@media (width<=640px){.command-main{padding:8px!important}.site-list button{flex-basis:180px!important;min-width:180px!important;min-height:64px!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{border-radius:14px 14px 0 0!important;height:82vh!important;min-height:600px!important}.map-shell{border-radius:14px!important}.map-toolbar{padding:8px!important}.map-layer-switch button,.map-layer-switch.multi button{min-height:36px!important;padding:7px 10px!important;font-size:12px!important}.map-actions{grid-template-columns:1fr!important;gap:8px!important}}.site-editor{padding:12px!important}.site-editor>.section-title{min-height:auto!important;margin-bottom:8px!important}.site-editor>.section-title h2{margin:0!important}.site-editor>.section-title p{margin:4px 0 0!important}.site-list{margin-bottom:0!important;padding:8px!important}.site-list button{min-height:58px!important;padding:9px 12px!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:92vh!important;min-height:900px!important;max-height:none!important}.map-toolbar{gap:8px!important;padding:8px 10px!important}.map-layer-switch,.map-layer-switch.multi{gap:6px!important}.map-layer-switch button,.map-layer-switch.multi button{min-height:34px!important;padding:6px 10px!important;font-size:12px!important}.map-actions{gap:8px!important;margin-top:8px!important}.checkpoint-box{margin-top:12px!important}@media (width>=1440px){.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:96vh!important;min-height:980px!important}}@media (width<=1280px){.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:88vh!important;min-height:780px!important}}@media (width<=1024px){.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:86vh!important;min-height:720px!important}}@media (width<=640px){.site-editor{padding:8px!important}.site-list button{min-height:56px!important}.map-shell>.leaflet-container,.map-shell .leaflet-container,.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container{height:88vh!important;min-height:680px!important}.map-toolbar{padding:7px!important}.map-layer-switch,.map-layer-switch.multi{flex-wrap:nowrap!important;overflow-x:auto!important}.map-layer-switch button,.map-layer-switch.multi button{flex:none!important;min-height:34px!important}}:root{--scc-map-real-height:1180px}.site-list button{flex:0 0 230px!important;min-width:230px!important;min-height:64px!important}.site-editor{width:100%!important;min-width:0!important;max-width:none!important;overflow:visible!important}.map-shell{width:100%!important;min-width:0!important;max-width:none!important;min-height:calc(var(--scc-map-real-height) + 58px)!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.boundary-map .leaflet-map-pane,.boundary-map .leaflet-tile-pane,.boundary-map .leaflet-overlay-pane,.boundary-map .leaflet-marker-pane,.boundary-map .leaflet-shadow-pane,.boundary-map .leaflet-tooltip-pane,.boundary-map .leaflet-popup-pane{max-height:none!important}.map-layer-switch,.map-layer-switch.multi{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.map-layer-switch button,.map-layer-switch.multi button{border-radius:999px!important;min-height:36px!important;padding:7px 12px!important}.map-actions button{min-height:44px!important}@media (width<=1024px){:root{--scc-map-real-height:900px}.site-list button{flex-basis:210px!important;min-width:210px!important}}@media (width<=640px){:root{--scc-map-real-height:760px}.site-list button{flex-basis:180px!important;min-width:180px!important}.map-layer-switch,.map-layer-switch.multi{flex-wrap:nowrap!important;overflow-x:auto!important}.map-layer-switch button,.map-layer-switch.multi button{flex:none!important}}:root{--scc-map-balanced-height:860px}.map-shell{border-radius:18px!important;flex-direction:column!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:auto!important;display:flex!important;overflow:hidden!important}.map-toolbar{box-sizing:border-box!important;z-index:1!important;background:#0f172a!important;border-top:1px solid #1e293b!important;order:2!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;padding:10px 12px!important;display:flex!important;position:static!important;inset:auto!important;transform:none!important}.map-layer-switch,.map-layer-switch.multi{background:0 0!important;border:0!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;width:auto!important;max-width:calc(100% - 130px)!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}.map-layer-switch button,.map-layer-switch.multi button{color:#cbd5e1!important;white-space:nowrap!important;min-height:34px!important;box-shadow:none!important;background:#111827!important;border:1px solid #334155!important;border-radius:999px!important;flex:none!important;padding:6px 11px!important;font-size:12px!important;font-weight:800!important}.map-layer-switch button:hover,.map-layer-switch.multi button:hover{color:#fff!important;background:#1e293b!important}.map-hint,.coords-warning{color:#94a3b8!important;background:0 0!important;border:0!important;flex:none!important;margin:0!important;padding:0!important;font-size:12px!important}.map-actions{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;margin-top:10px!important;display:flex!important}.map-actions button{border-radius:12px!important;min-height:42px!important;padding:9px 18px!important;font-weight:800!important}.site-list{padding:8px!important}.site-list button{min-height:60px!important}@media (width<=1280px){:root{--scc-map-balanced-height:760px}.map-layer-switch,.map-layer-switch.multi{max-width:100%!important}.map-toolbar{grid-template-columns:1fr!important;display:grid!important}}@media (width<=1024px){:root{--scc-map-balanced-height:700px}.map-layer-switch,.map-layer-switch.multi{flex-wrap:nowrap!important;padding-bottom:4px!important;overflow-x:auto!important}.map-layer-switch button,.map-layer-switch.multi button{flex:none!important}}@media (width<=640px){:root{--scc-map-balanced-height:640px}.map-toolbar{padding:8px!important}.map-layer-switch button,.map-layer-switch.multi button{min-height:34px!important;padding:6px 10px!important;font-size:12px!important}.map-actions{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.map-actions button{width:100%!important}}:root{--scc-map-large-height:1080px}.boundary-map,.leaflet-container.boundary-map,.map-shell>.leaflet-container,.map-shell .leaflet-container,.site-editor .leaflet-container,div.boundary-map{width:100%!important;height:var(--scc-map-large-height)!important;min-height:var(--scc-map-large-height)!important;max-height:none!important}.map-shell{min-height:calc(var(--scc-map-large-height) + 54px)!important;max-height:none!important;overflow:hidden!important}.map-toolbar{z-index:1!important;background:#0f172a!important;border-top:1px solid #1e293b!important;order:2!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;padding:10px 12px!important;display:flex!important;position:static!important;inset:auto!important;transform:none!important}.map-layer-switch,.map-layer-switch.multi{background:0 0!important;border:0!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;max-width:100%!important;padding:0!important;display:flex!important;overflow:visible!important}.map-layer-switch button,.map-layer-switch.multi button{color:#cbd5e1!important;white-space:nowrap!important;background:#111827!important;border:1px solid #334155!important;border-radius:999px!important;flex:none!important;min-height:34px!important;padding:6px 11px!important;font-size:12px!important;font-weight:800!important}@media (width<=1024px){:root{--scc-map-large-height:900px}.map-layer-switch,.map-layer-switch.multi{flex-wrap:nowrap!important;padding-bottom:4px!important;overflow-x:auto!important}}@media (width<=640px){:root{--scc-map-large-height:760px}}.status-text.borderline,.status-text.nearBoundary{color:var(--orange)}.live-guard-line{border:1px solid var(--line);background:var(--panel);box-shadow:var(--soft);border-radius:20px;margin:14px;padding:18px}.live-line-empty{color:var(--muted);padding:10px 0}.live-line-steps{display:grid}.live-line-step{grid-template-columns:34px 1fr;gap:10px;min-height:66px;padding-bottom:12px;display:grid;position:relative}.live-line-step:not(:last-child):before{content:"";inset-inline-start:16px;background:var(--line);width:2px;position:absolute;top:29px;bottom:0}.live-line-dot{z-index:1;background:var(--panel2);width:32px;height:32px;color:var(--muted);border:2px solid var(--line);border-radius:50%;place-items:center;font-weight:900;display:grid;position:relative}.live-line-step div{border-radius:12px;gap:3px;padding:5px 10px;display:grid}.live-line-step time,.live-line-step div span{color:var(--muted);font-size:13px}.live-line-step.completed .live-line-dot{color:#fff;background:var(--green);border-color:var(--green)}.live-line-step.completed:not(:last-child):before{background:var(--green)}.live-line-step.current .live-line-dot{color:#fff;background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 5px color-mix(in srgb,var(--blue) 15%,transparent)}.live-line-step.current div{background:color-mix(in srgb,var(--blue) 8%,var(--panel))}.live-line-step.warning .live-line-dot{color:#fff;background:var(--red);border-color:var(--red)}.live-line-step.warning div{background:color-mix(in srgb,var(--red) 8%,var(--panel))}.guard-action-section{border:1px solid var(--line);background:var(--panel);border-radius:16px;margin:14px;padding:14px}.guard-action-section h3{margin:0 0 10px;font-size:15px}.guard-action-section .guard-actions{grid-template-columns:repeat(3,minmax(0,1fr));margin:0}@media (width<=720px){.live-guard-line{margin:10px 0;padding:14px}.guard-action-section{margin:10px 0;padding:12px}.guard-action-section .guard-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.guard-action-section .guard-actions button{min-height:52px;font-size:14px}}.status-text.restricted{color:var(--red)}.status-text.weak_gps,.status-text.gpsWeak,.status-text.gpsDenied,.status-text.stale{color:var(--muted)}.status-text.no_boundary,.status-text.noBoundary{color:var(--blue)}.field-status-notice{border:1px solid var(--line);background:var(--panel);box-shadow:var(--soft);border-radius:18px;align-items:center;gap:10px;margin-bottom:10px;padding:13px 14px;line-height:1.6;display:flex}.field-status-notice .icon{flex:none}.field-status-notice strong{flex:1}.field-status-notice button{color:currentColor;background:color-mix(in srgb, currentColor 10%, transparent);border:0;border-radius:50%;width:36px;height:36px}.field-status-notice.gps-warning,.field-status-notice.sync-warning{color:var(--orange);border-color:color-mix(in srgb, var(--orange) 35%, var(--line));background:color-mix(in srgb, var(--orange) 9%, var(--panel))}.field-status-notice.borderline{color:var(--orange);border-color:color-mix(in srgb, var(--orange) 40%, var(--line));background:color-mix(in srgb, var(--orange) 12%, var(--panel))}.field-status-notice.no-boundary{color:var(--blue);border-color:color-mix(in srgb, var(--blue) 35%, var(--line));background:color-mix(in srgb, var(--blue) 9%, var(--panel))}.field-status-notice.boundary-updated{color:var(--green);border-color:color-mix(in srgb, var(--green) 35%, var(--line));background:color-mix(in srgb, var(--green) 9%, var(--panel))}.field-alert.restricted,.field-status-notice.restricted{color:var(--red);border-color:color-mix(in srgb, var(--red) 45%, var(--line));background:color-mix(in srgb, var(--red) 14%, var(--panel))}.field-status-notice.sound-notice button{border-radius:999px;width:auto;min-width:44px;padding:0 12px;font-weight:900}.guard-marker-tooltip{text-align:right;gap:2px;min-width:150px;display:grid}.guard-marker-tooltip strong,.guard-marker-tooltip small{display:block}.guard-marker-tooltip small{color:#475569}@media (width<=720px){.field-app{width:100%;max-width:520px;padding:max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))}.field-header,.field-assignment,.field-card,.field-log{padding:16px}.field-assignment strong{font-size:clamp(22px,7vw,28px)}.assignment-grid{grid-template-columns:1fr}.assignment-grid p{justify-content:space-between;align-items:center;gap:12px;min-height:54px;display:flex}.assignment-grid span{margin:0}.wide-action,.guard-actions button,.field-logout{touch-action:manipulation;min-height:64px;font-size:16px}.guard-actions{gap:10px}.field-card input,.field-card select{min-height:56px;font-size:16px}.field-alert,.field-status-notice{min-height:56px;font-size:14px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--scc-map-height:980px;--scc-map-min-height:900px}.site-layout{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.site-list{flex-direction:row!important;gap:10px!important;width:100%!important;max-height:none!important;padding:10px!important;display:flex!important;position:static!important;overflow:auto hidden!important}.site-list button{flex:0 0 230px!important;min-width:230px!important;min-height:66px!important;margin:0!important}.site-editor{width:100%!important;min-width:0!important;max-width:none!important;padding:12px!important;overflow:visible!important}.map-shell{flex-direction:column!important;width:100%!important;min-width:0!important;max-width:none!important;display:flex!important;overflow:hidden!important}.boundary-map,.leaflet-container.boundary-map,.site-editor .leaflet-container,.map-shell .leaflet-container{width:100%!important;height:var(--scc-map-height)!important;min-height:var(--scc-map-min-height)!important;max-height:none!important}.map-toolbar{z-index:1!important;background:#0f172a!important;border-top:1px solid #1e293b!important;order:2!important;gap:8px!important;width:100%!important;padding:10px!important;display:grid!important;position:static!important;inset:auto!important;transform:none!important}.map-toolbar>*{position:static!important;inset:auto!important;transform:none!important}.map-layer-switch,.map-layer-switch.multi{background:0 0!important;border:0!important;flex-wrap:wrap!important;gap:8px!important;padding:0!important;display:flex!important}.map-layer-switch button,.map-layer-switch.multi button{color:#cbd5e1!important;white-space:nowrap!important;background:#111827!important;border:1px solid #334155!important;border-radius:999px!important;min-height:36px!important;padding:7px 12px!important}.map-layer-switch button.active,.map-layer-switch.multi button.active{color:#fff!important;background:#059669!important;border-color:#059669!important}.map-actions{flex-wrap:wrap!important;gap:10px!important;margin-top:10px!important;display:flex!important}.map-actions button{min-height:44px!important;padding:10px 18px!important}@media (width<=1024px){:root{--scc-map-height:86vh;--scc-map-min-height:720px}.site-list button{flex-basis:210px!important;min-width:210px!important}.map-layer-switch,.map-layer-switch.multi{flex-wrap:nowrap!important;overflow-x:auto!important}.map-layer-switch button,.map-layer-switch.multi button{flex:none!important}.map-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.map-actions button{width:100%!important}}@media (width<=640px){:root{--scc-map-height:88vh;--scc-map-min-height:680px}.site-editor{padding:8px!important}.site-list button{flex-basis:180px!important;min-width:180px!important}.map-actions{grid-template-columns:1fr!important}}
