:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100vh}body{background:#f8fafc;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a{color:inherit;text-decoration:none}.page-center{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card,.panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:min(100%,460px);padding:28px;box-shadow:0 20px 45px #0f172a14}.console-main .panel{width:100%;margin-bottom:20px}.brand-block{margin-bottom:24px}.eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}h1,h2,h3,p{margin-top:0}.muted{color:#64748b;line-height:1.5}.form-stack{gap:16px;display:grid}.form-stack label{color:#334155;gap:8px;font-size:14px;font-weight:700;display:grid}.form-stack input{border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:12px 14px}.form-stack input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.form-stack button,.secondary-button{color:#fff;background:#2563eb;border:0;border-radius:14px;padding:12px 16px;font-weight:800}.secondary-button{background:#1e293b}.error-text{color:#dc2626;margin:0;font-size:14px;font-weight:700}.text-link{color:#2563eb;margin-top:12px;font-weight:900;display:inline-flex}.console-shell{background:#f8fafc;grid-template-columns:290px minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.sidebar{color:#fff;background:#0f172a;flex-direction:column;justify-content:space-between;gap:28px;height:100vh;min-height:0;padding:24px;display:flex;overflow:hidden}.sidebar-menu-shell{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.sidebar-brand{flex-shrink:0;align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;letter-spacing:-.05em;background:#2563eb;border-radius:16px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.sidebar h2{margin:0 0 4px}.sidebar p{color:#94a3b8;margin:0}.sidebar nav{flex-direction:column;flex:1;gap:18px;min-height:0;margin-top:32px;padding-bottom:8px;padding-right:4px;display:flex;overflow-y:auto}.sidebar nav::-webkit-scrollbar{width:6px}.sidebar nav::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.sidebar nav::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.sidebar nav::-webkit-scrollbar-thumb:hover{background:#cbd5e1a6}.sidebar-footer{flex-shrink:0;gap:14px;display:grid}.sidebar-user{background:#0f172a66;border:1px solid #94a3b847;border-radius:18px;padding:14px}.sidebar-user strong{color:#fff;margin-bottom:4px;display:block}.sidebar-user span{color:#94a3b8;font-size:13px;display:block}.console-main{min-width:0;height:100vh;padding:28px 32px 40px;overflow-y:auto}.topbar{justify-content:space-between;align-items:center;gap:18px;min-height:72px;margin-bottom:26px;display:flex}.topbar h1{letter-spacing:-.04em;margin:0;font-size:24px}.topbar-right{align-items:center;gap:12px;display:flex}.role-pill,.workbase-pill{border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900}.role-pill{color:#1d4ed8;background:#dbeafe}.workbase-pill{color:#0e7490;background:#ecfeff}.console-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;padding:10px 16px;display:flex}.dashboard-grid,.info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card,.info-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px}.stat-card span,.info-grid span{color:#64748b;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.stat-card strong,.info-grid strong{font-size:18px}.flag-grid{flex-wrap:wrap;gap:10px;display:flex}.flag-on,.flag-off{border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.flag-on{color:#166534;background:#dcfce7}.flag-off{color:#64748b;background:#f1f5f9}.placeholder-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.placeholder-card{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:18px;padding:18px}.placeholder-card h3{margin-bottom:8px}@media (width<=1000px){.console-shell{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.sidebar{height:auto;min-height:auto;overflow:visible}.sidebar-menu-shell{overflow:visible}.sidebar nav{max-height:none;overflow:visible}.console-main{height:auto;overflow:visible}.dashboard-grid,.info-grid,.placeholder-grid{grid-template-columns:1fr}.console-header,.topbar{flex-direction:column;align-items:flex-start}}.module-card{background:#fff;border:1px solid #cbd5e1;border-radius:18px;padding:18px;transition:transform .12s,box-shadow .12s}.module-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0f172a14}.table-panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 20px 45px #0f172a0f}.table-wrap{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:980px}.data-table th,.data-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:14px 16px;font-size:14px}.data-table th{color:#475569;letter-spacing:.04em;text-transform:uppercase;background:#f8fafc;font-size:12px;font-weight:900}.data-table tbody tr:hover{background:#f8fafc}.empty-state{padding:28px}.error-box{background:#fef2f2}.status-chip{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.status-active{color:#166534;background:#dcfce7}.status-inactive{color:#64748b;background:#f1f5f9}.primary-button{color:#fff;background:#2563eb;border:0;border-radius:14px;padding:12px 16px;font-weight:900}.filter-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px;padding:18px;display:flex}.filter-panel label{color:#334155;gap:8px;font-size:14px;font-weight:900;display:grid}.filter-panel select,.filter-panel input{background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;min-width:260px;padding:12px 14px}.filter-panel select:focus,.filter-panel input:focus,.modal-search-form select:focus,.modal-search-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.filter-summary{text-align:right}.filter-summary strong,.filter-summary span{display:block}.filter-summary span{color:#64748b;margin-top:4px;font-size:13px}.notice-panel{background:#fffbeb;border:1px solid #fde68a;border-radius:20px;margin-bottom:20px;padding:18px}.notice-panel p{margin-bottom:0}.load-more-row{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.load-more-row p{margin:4px 0 0}.modal-backdrop{z-index:50;background:#0f172a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:24px;width:min(100%,720px);max-height:90vh;overflow:auto;box-shadow:0 30px 80px #0f172a47}.wide-modal{width:min(100%,1180px)}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px;display:flex}.icon-button{color:#0f172a;background:#f1f5f9;border:0;border-radius:14px;width:42px;height:42px;font-size:28px;line-height:1}.modal-search-form{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:end;gap:14px;padding:18px 24px;display:flex}.modal-search-form label{color:#334155;gap:8px;font-size:14px;font-weight:900;display:grid}.modal-search-form input,.modal-search-form select{background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;min-width:220px;padding:12px 14px}.filter-actions{gap:10px;display:flex}.filter-actions button{color:#fff;background:#2563eb;border:0;border-radius:14px;padding:12px 16px;font-weight:900}.ghost-button{color:#0f172a!important;background:#e2e8f0!important}.modal-table-wrap{max-height:420px}@media (width<=800px){.filter-panel,.load-more-row,.modal-search-form{flex-direction:column;align-items:stretch}.filter-panel select,.filter-panel input,.modal-search-form input,.modal-search-form select{min-width:100%}.filter-summary{text-align:left}}.map-page{grid-template-columns:360px minmax(0,1fr);gap:18px;height:calc(100vh - 120px);min-height:620px;display:grid}.map-side-panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:20px;overflow:auto}.map-canvas-panel{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:24px;min-width:0;min-height:520px;position:relative;overflow:hidden}.map-zoom-badge{z-index:10;color:#fff;background:#0f172ae0;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900;position:absolute;top:14px;left:440px;box-shadow:0 10px 24px #0f172a38}.map-scope-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;margin-top:18px;padding:16px}.map-scope-card span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:900;display:block}.map-scope-card strong{color:#0f172a;margin-top:6px;font-size:18px;display:block}.map-scope-card p{margin-bottom:0}@media (width<=950px){.map-page{grid-template-columns:1fr;height:auto}.map-canvas-panel{height:520px}}.map-scope-card select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;margin-top:10px;padding:10px 12px;font-weight:700}.map-checkbox-row{color:#334155;align-items:center;gap:8px;margin-top:12px;margin-bottom:12px;font-size:13px;font-weight:800;display:flex}.map-checkbox-row input{width:16px;height:16px}.geo-selector{gap:14px;margin-top:18px;display:grid}.geo-selector-header{border-bottom:1px solid #e2e8f0;padding-bottom:12px}.geo-selector-header h2{color:#0f172a;margin:0}.geo-selector-step{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.geo-selector-step.active{background:#eff6ff;border-color:#bfdbfe}.geo-selector-step.lens{background:#f5f3ff;border-color:#ddd6fe}.geo-selector-step.disabled{opacity:.68;background:#f8fafc}.geo-step-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.geo-step-topline span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:900}.geo-step-topline strong{color:#0f172a;font-size:12px;font-weight:900}.geo-selected-value{color:#0f172a;margin-top:8px;font-size:18px;font-weight:900}.geo-selector-step select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;margin-top:10px;padding:10px 12px;font-weight:800}.geo-selector-step p{margin-bottom:0}.sidebar-section{margin-top:18px}.sidebar-nav-group{margin-top:10px}.sidebar nav{flex-direction:column;gap:18px;margin-top:32px;display:flex}.sidebar-section{flex-direction:column;gap:6px;display:flex}.sidebar-section:first-child{margin-top:0}.sidebar-section-title{letter-spacing:.09em;text-transform:uppercase;color:#94a3b8;margin:0 0 2px;padding:0 12px;font-size:11px;font-weight:900}.sidebar-nav-group{flex-direction:column;gap:6px;margin-top:6px;display:flex}.sidebar-group-title{color:#64748b;margin:8px 0 2px;padding:0 12px;font-size:12px;font-weight:800}.sidebar nav a{color:#cbd5e1;border-radius:14px;width:100%;padding:10px 14px;font-weight:700;text-decoration:none;display:block}.sidebar nav a:hover{color:#fff;background:#ffffff14}.sidebar nav a.active{color:#fff;background:#2563eb}.sidebar-nav-group a{padding-left:24px;font-size:13px}@media (width<=1000px){.sidebar nav{flex-direction:column;display:flex}}.ward-scope-header{align-items:stretch}.ward-scope-summary{align-self:center;min-width:260px}@media (width<=800px){.ward-scope-summary{text-align:left;align-self:stretch;min-width:100%}.ward-scope-stat-card{width:100%}}.ward-geofence-lens{margin-top:12px}.ward-geofence-lens select{min-width:220px}.ward-scope-header-compact{background:#fff;border:1px solid #dbe3ef;border-radius:18px;grid-template-columns:minmax(360px,460px) 1fr auto;align-items:stretch;gap:12px;margin-bottom:12px;padding:12px;display:grid;box-shadow:0 10px 28px #0f172a0f}.ward-scope-controls{grid-template-columns:1fr;gap:8px;display:grid}.compact-field{color:#475569;gap:4px;font-size:12px;font-weight:800;display:grid}.compact-field select{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;width:100%;min-height:38px;padding:8px 10px;font-weight:800}.ward-scope-stats{grid-template-columns:repeat(4,minmax(110px,1fr));gap:8px;min-width:0;display:grid}.ward-scope-stat-card{min-width:0;padding:10px 12px}.ward-scope-stat-card span{font-size:11px}.ward-scope-stat-card strong{font-size:16px;line-height:1.2}.ward-scope-mini-summary{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-content:center;gap:2px;min-width:140px;padding:8px 10px;font-size:12px;font-weight:800;display:grid}.ward-scope-mini-summary strong{color:#0f172a;font-size:13px}@media (width<=1100px){.ward-scope-header-compact{grid-template-columns:1fr}.ward-scope-stats{grid-template-columns:repeat(2,minmax(120px,1fr))}.ward-scope-mini-summary{display:none}}@media (width<=700px){.ward-scope-stats{grid-template-columns:1fr}}
