:root{--fo-blue:#0b6ff4;--fo-blue-soft:#eaf3ff;--fo-text:#172033;--fo-muted:#6f7c90;--fo-border:#dfe7f1;--fo-bg:#f4f7fb;--fo-panel:#fff;--fo-green:#16844a;--fo-orange:#f59e0b;--fo-red:#d93838;--fo-purple:#7c5cff;--fo-teal:#17a2a2;--fo-radius:16px;--fo-shadow:0 1px 2px rgba(23,32,51,.04),0 10px 30px rgba(23,32,51,.05)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--fo-text);background:var(--fo-bg);font-size:14px}.shell{display:flex;height:100vh;overflow:hidden}.sidebar{width:244px;flex-shrink:0;background:var(--fo-panel);border-right:1px solid var(--fo-border);display:flex;flex-direction:column;padding:22px 16px}.brand{gap:12px;padding:4px 8px 24px}.brand,.brand .logo{display:flex;align-items:center}.brand .logo{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#0b6ff4,#3f8dff);justify-content:center}.brand .logo .ring{width:16px;height:16px;border:3px solid #fff;border-radius:50%}.brand .name{font-size:18px;font-weight:700;line-height:1.1}.brand .sub{font-size:11px;color:var(--fo-muted)}.nav{flex-direction:column;gap:2px}.nav,.nav a{display:flex}.nav a{align-items:center;gap:12px;padding:11px 12px;border-radius:10px;color:#45516a;text-decoration:none;font-size:14px;font-weight:500}.nav a .ico{width:18px;text-align:center;opacity:.75;font-size:15px}.nav a:hover{background:#f3f6fb}.nav a.active{background:var(--fo-blue-soft);color:var(--fo-blue);font-weight:600}.sidefoot{margin-top:auto;padding:12px 10px 2px}.sidefoot .health{display:flex;align-items:center;justify-content:space-between;font-size:12px}.sidefoot .health span{color:var(--fo-muted)}.sidefoot .health strong{color:var(--fo-green);font-weight:600}.sidefoot .ver{font-size:11px;color:#aab4c2;margin-top:4px;word-break:break-all}.content{flex:1 1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.workarea{flex:1 1;overflow-y:auto;padding:18px 26px 26px}.toolbar-wrap{margin:18px 26px 0;background:var(--fo-panel);border:1px solid var(--fo-border);border-radius:var(--fo-radius);box-shadow:var(--fo-shadow)}.toolbar{display:flex;align-items:flex-end;gap:18px;padding:16px 20px}.field{display:flex;flex-direction:column;gap:7px}.field>label{font-size:12px;color:var(--fo-muted);padding-left:2px}.field select,.plan-btn{height:44px;border:1px solid var(--fo-border);border-radius:10px;background:var(--fo-panel);padding:0 14px;font-size:14px;color:var(--fo-text);min-width:190px;cursor:pointer}.field.project select{min-width:320px}.plan-btn{display:flex;align-items:center;gap:8px;min-width:auto}.segmented{display:inline-flex;background:var(--fo-panel);border:1px solid var(--fo-border);border-radius:10px;padding:3px;height:44px}.segmented button{border:0;background:transparent;padding:0 22px;border-radius:8px;font-size:14px;color:#56617a;cursor:pointer;font-weight:500}.segmented button.on{background:var(--fo-blue-soft);color:var(--fo-blue);font-weight:600}.spacer{flex:1 1}.toolbar.col{flex-direction:column;align-items:stretch;gap:0;padding:0}.toolbar.col>.toolbar{padding:16px 20px 6px}.toolbar .field.grow{flex:1 1}.field .search{height:44px;border:1px solid var(--fo-border);border-radius:10px;background:var(--fo-panel);padding:0 14px;font-size:14px;color:var(--fo-text);width:100%}.toolbar.row2{padding:4px 20px 16px;align-items:center;gap:12px}.toolbar.row2 .plan-btn{height:38px;min-width:auto}.toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#45516a}.toggle.on i{width:34px;height:20px;border-radius:12px;background:var(--fo-blue);position:relative;display:inline-block}.toggle.on i:after{content:"";position:absolute;top:2px;right:2px;width:16px;height:16px;border-radius:50%;background:#fff}.row2-caption{color:var(--fo-muted);font-size:13px;margin-left:4px}.card{background:var(--fo-panel);border:1px solid var(--fo-border);border-radius:var(--fo-radius);box-shadow:var(--fo-shadow)}.section-gap{margin-top:18px}.card-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px}.card-head .title{font-size:15px;font-weight:600}.card-head .title span{color:var(--fo-muted);font-weight:500}.ghost-btn{border:1px solid var(--fo-border);background:var(--fo-panel);border-radius:10px;padding:9px 16px;font-size:14px;cursor:pointer;color:var(--fo-text);text-decoration:none}.map-box{height:500px;position:relative}.map-box .leaflet-container{height:100%;width:100%}.map-caption{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;font-size:13px;color:var(--fo-muted)}.legend{display:flex;gap:18px;flex-wrap:wrap}.legend span{display:inline-flex;align-items:center;gap:6px}.legend .d{display:inline-block}.legend .d,.legend .ring{width:9px;height:9px;border-radius:50%}.legend .ring{border:2px solid var(--fo-orange);background:transparent}.leaflet-tooltip.pt-tip{background:#172033;color:#fff;border:0;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.5;box-shadow:0 8px 24px rgba(23,32,51,.25)}.leaflet-tooltip.pt-tip b{font-size:14px}.leaflet-tooltip.pt-tip:before{border-top-color:#172033}.status-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.status-card{padding:22px 24px}.ref-head{display:flex;align-items:flex-start;justify-content:space-between}.eyebrow{font-size:11px;letter-spacing:.7px;color:var(--fo-muted);font-weight:700}.ref-title{font-size:21px;font-weight:700;margin-top:3px}.pill{font-size:12px;font-weight:600;color:var(--fo-blue);background:var(--fo-blue-soft);padding:4px 12px;border-radius:20px;white-space:nowrap}.metric-grid{display:grid;grid-gap:20px 16px;gap:20px 16px;margin-top:20px}.metric-grid.g5{grid-template-columns:repeat(5,1fr)}.metric-grid.g4{grid-template-columns:repeat(4,1fr)}.metric .k{font-size:12px;color:var(--fo-muted)}.metric .v{font-size:21px;font-weight:700;margin-top:3px;line-height:1.1}.metric .v.blue{color:var(--fo-blue)}.metric .v.green{color:var(--fo-green)}.metric .v.danger{color:var(--fo-red)}.metric .note{font-size:11px;color:var(--fo-muted);margin-top:4px}.ref-footer{display:flex;align-items:center;gap:8px;margin-top:20px;padding-top:14px;border-top:1px solid var(--fo-border);font-size:13px;color:var(--fo-muted)}.ref-footer strong{color:var(--fo-text)}.timeline{position:relative;margin:26px 6px 4px;height:58px}.timeline .line{position:absolute;top:7px;left:0;right:0;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--fo-blue) 0 70%,var(--fo-red) 100%)}.tnode{position:absolute;transform:translateX(-50%);text-align:center}.tnode i{display:block;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid var(--fo-blue);margin:0 auto 6px}.tnode.last i{border-color:var(--fo-red)}.tnode strong{display:block;font-size:12px}.tnode span{font-size:11px;color:var(--fo-muted)}.mo-layout{display:flex;gap:18px;align-items:flex-start}.mo-map{flex:1 1;min-width:0}.map-box.tall{height:calc(100vh - 300px);min-height:460px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px}.empty{color:#98a2b3;font-size:13px;padding:20px 14px}.obj-card{width:350px;flex-shrink:0;padding:20px}.obj-card-title{font-size:16px;font-weight:700;margin-bottom:16px}.obj-id-row{display:flex;align-items:center;gap:12px}.obj-id-row .avatar{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#0b6ff4,#3f8dff);display:flex;align-items:center;justify-content:center}.obj-id-row .avatar .ring{width:16px;height:16px;border:3px solid #fff;border-radius:50%}.obj-id-row .grow{flex:1 1}.obj-id-row .oid{font-size:17px;font-weight:700}.obj-id-row .otype{font-size:12px;color:var(--fo-muted)}.badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:16px;white-space:nowrap}.badge.green{color:var(--fo-green);background:#e7f7ed}.badge.amber{color:#a86a08;background:#fff2d7}.badge.danger{color:var(--fo-red);background:#fde8e8}.tabs{display:flex;gap:6px;margin:18px 0 6px;background:#f2f5fa;padding:4px;border-radius:10px}.tabs button{flex:1 1;border:0;background:transparent;padding:9px 0;border-radius:8px;font-size:13px;color:#56617a;cursor:pointer;font-weight:500}.tabs button.on{background:var(--fo-panel);color:var(--fo-text);font-weight:600;box-shadow:0 1px 2px rgba(23,32,51,.08)}.ov{margin-top:8px}.ov .row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #f0f3f8;font-size:13px}.ov .row .k{color:var(--fo-muted)}.ov .row strong{font-weight:600}.ov .row strong.blue{color:var(--fo-blue)}.ov .row strong.green{color:var(--fo-green)}.rep-title{font-size:13px;font-weight:700;margin:18px 0 10px}.photo{width:100%;background:#eef0f5;display:block}.photo,.photo-ph{border-radius:12px;margin-top:8px}.photo-ph{background:#eef1f6;padding:30px 16px 18px;text-align:center}.photo-ph .cam{font-size:64px;color:#9aa6b6;line-height:1}.photo-ph .ph-caption{font-size:8px;letter-spacing:1px;color:#b3bdca;margin-top:6px}.photo-ph .ph-note{color:var(--fo-muted);font-size:13px;margin-top:14px;text-align:center}.oc-table{width:100%;border-collapse:collapse;font-size:13px;border:1px solid var(--fo-border);border-radius:10px;overflow:hidden;margin-top:8px}.oc-table th{background:#f6f8fc;color:var(--fo-muted);font-weight:600;text-align:left;padding:10px 12px;border-bottom:1px solid var(--fo-border)}.oc-table td{padding:10px 12px;border-bottom:1px solid #eef1f6;vertical-align:top}.oc-table tr:last-child td{border-bottom:0}.oc-table td:first-child{color:var(--fo-muted);white-space:nowrap}.oc-table td:last-child{color:var(--fo-text);font-weight:500}.page-head-lg{margin-bottom:14px}.page-head-lg h1{font-size:26px;margin:0 0 2px;font-weight:800}.page-head-lg p{color:var(--fo-muted);margin:0}.toolbar-wrap.flat{margin:0 0 16px}.primary-btn{height:44px;border:0;border-radius:10px;background:var(--fo-blue);color:#fff;padding:0 20px;font-size:14px;font-weight:600;cursor:pointer}.muted-sm{color:var(--fo-muted);font-size:13px}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-bottom:16px}.kpi{padding:18px 20px}.kpi-label{font-size:13px;font-weight:600;color:#45516a}.kpi-value{font-size:32px;font-weight:800;margin:6px 0 12px}.kpi-bar{height:3px;width:46px;border-radius:2px;background:var(--fo-blue)}.kpi-bar.orange{background:var(--fo-orange)}.controls{display:flex;align-items:center;gap:22px;padding:16px 20px}.opacity-wrap{flex:1 1;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-column-gap:10px;column-gap:10px;align-items:center;max-width:520px}.opacity-wrap label{color:var(--fo-muted)}.opacity-wrap .opacity-val,.opacity-wrap label{grid-column:1/3;text-align:center;font-size:13px}.opacity-wrap .opacity-val{color:var(--fo-blue);font-weight:600;margin-top:-2px}.opacity-wrap input[type=range]{grid-column:1/3;width:100%;accent-color:var(--fo-blue)}.db-filters{display:flex;flex-direction:column;gap:16px;margin-bottom:18px}.field.block{width:100%}.field.block>label{font-size:13px;color:#45516a;margin-bottom:6px}.field.block .search,.field.block select{width:100%;min-width:0}.segmented.block{display:flex;width:100%}.segmented.block button{flex:1 1}.db-caption{color:var(--fo-muted);font-size:13px;margin-bottom:10px}.db-table-card{padding:0;overflow-x:auto}.db-table{width:100%;border-collapse:collapse;font-size:13px}.db-table th{text-align:left;padding:13px 16px;color:var(--fo-muted);font-weight:600;background:#f6f8fc;border-bottom:1px solid var(--fo-border);white-space:nowrap}.db-table td{padding:12px 16px;border-bottom:1px solid #eef1f6;white-space:nowrap}.db-table tr:last-child td{border-bottom:0}.db-table tbody tr:hover{background:#f7faff}.imp-tabs{display:flex;gap:26px;border-bottom:1px solid var(--fo-border);margin-bottom:22px}.imp-tabs button{border:0;background:transparent;padding:10px 2px 14px;font-size:15px;color:#56617a;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.imp-tabs button.on{color:var(--fo-blue);border-bottom-color:var(--fo-blue);font-weight:600}.uploader{background:var(--fo-panel);border:1px solid var(--fo-border);border-radius:12px;padding:16px 18px;margin-bottom:16px}.uploader-head{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#45516a;margin-bottom:12px}.uploader-head .help{width:20px;height:20px;border-radius:50%;border:1px solid var(--fo-border);color:var(--fo-muted);font-size:12px;display:flex;align-items:center;justify-content:center}.uploader-body{display:flex;align-items:center;gap:16px}.upload-btn{border:1px solid var(--fo-border);background:var(--fo-panel);border-radius:8px;padding:9px 16px;font-size:14px;cursor:pointer;color:var(--fo-text)}.upload-hint{color:var(--fo-muted);font-size:13px}.imp-history-title{font-size:26px;font-weight:800;margin:26px 0 14px}.upload-btn:disabled{opacity:.55;cursor:default}.import-result{margin:6px 0 4px;display:flex;flex-direction:column;gap:8px}.result-row{padding:12px 16px;border-radius:10px;font-size:13px}.result-row.ok{background:#e7f7ed;color:#14663a}.result-row.warn{background:#fff2d7;color:#8a5a00}.result-row.err{background:#fde8e8;color:#a1231f}.gmail-box{background:var(--fo-panel);border:1px solid var(--fo-border);border-radius:12px;padding:14px 18px;margin-bottom:16px}.gmail-box summary{cursor:pointer;font-size:14px;font-weight:600}.gmail-box .gmail-body{margin-top:10px;color:var(--fo-muted);font-size:13px;line-height:1.6}.gmail-box code{background:#f2f5fa;padding:1px 5px;border-radius:4px;font-size:12px}.demo-card{padding:22px 24px;margin-bottom:18px}.demo-card h2{font-size:24px;margin:0 0 6px}.demo-sub{color:var(--fo-muted);font-size:13px;margin:0 0 16px}.demo-row{display:flex;gap:18px;align-items:flex-end}.demo-row .field.block{flex:1 1}.send-real{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--fo-muted);white-space:nowrap;padding-bottom:10px}.info-banner{background:var(--fo-blue-soft);color:#0f5bb5;border-radius:10px;padding:12px 16px;font-size:13px;margin:16px 0}.primary-btn.wide{width:100%;height:46px}.ir-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-bottom:16px}.ir-kpis .kpi-label{font-size:11px;letter-spacing:.6px;color:var(--fo-muted);font-weight:700}.ir-kpis .kpi-value{font-size:34px}.ir-kpis .note{color:var(--fo-muted);font-size:12px}.yellow-banner{background:#fdf6e3;color:#8a6d1a;border-radius:10px;padding:13px 16px;font-size:13px;margin-bottom:16px}.ir-filters{display:flex;gap:18px;align-items:flex-end;padding:16px 20px;margin-bottom:18px}.ir-filters .field.grow{flex:1 1}.ir-filters .field.grow .search,.ir-filters select{width:100%}.queue-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.queue-head .eyebrow{font-size:11px;letter-spacing:.6px;color:var(--fo-muted);font-weight:700}.resp-card{padding:20px 22px;margin-bottom:18px}.resp-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.resp-head .eyebrow{font-size:11px;letter-spacing:.6px;color:var(--fo-muted);font-weight:700}.resp-title{font-size:20px;font-weight:800;margin:3px 0}.resp-meta{font-size:12px;color:var(--fo-muted)}.resp-badges{display:flex;gap:8px}.badge.amber2{color:#8a6d1a;background:#fdf1cf}.resp-body{display:grid;grid-template-columns:230px 1fr 1fr 190px;grid-gap:18px;gap:18px;align-items:start}.resp-photo img{width:100%;border-radius:10px;display:block;background:#eef0f5}.resp-photo .photo-name{text-align:center;font-size:12px;color:var(--fo-muted);margin-top:8px}.email-preview{border:1px solid var(--fo-border);border-radius:10px;overflow:hidden}.email-head{background:#b33232;color:#fff;padding:14px 16px;text-align:right}.email-head .email-brand{font-size:11px;opacity:.9}.email-head .email-title{font-size:18px;font-weight:700;margin-top:4px}.email-body{padding:14px 16px;font-size:13px;line-height:1.9}.email-body .email-foot{margin-top:12px;background:#f2f4f8;color:var(--fo-muted);border-radius:6px;padding:8px 10px;font-size:12px;text-align:center}.quick-actions{display:flex;flex-direction:column;gap:10px}.quick-actions .eyebrow{font-size:11px;letter-spacing:.6px;color:var(--fo-muted);font-weight:700;margin-bottom:2px}.qa-btn{border:1px solid var(--fo-border);background:var(--fo-panel);border-radius:10px;padding:11px 14px;font-size:14px;cursor:pointer;color:var(--fo-text);text-align:center;text-decoration:none}.qa-btn:hover{background:#f5f8fd}.quick-actions .primary-btn{height:auto;padding:11px 14px}.quick-actions .primary-btn:disabled{opacity:.5;cursor:default}.rep-field{margin-bottom:16px}.rep-field>label{font-size:13px;color:#45516a;margin-bottom:6px}.rep-field input,.rep-field select{width:100%;height:44px;border:1px solid var(--fo-border);border-radius:10px;padding:0 12px;font-size:14px;background:var(--fo-panel)}.rep-caption{color:var(--fo-muted);font-size:13px;margin:-6px 0 16px}.worker-chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--fo-border);background:var(--fo-panel);border-radius:8px;padding:8px 14px;font-size:13px;cursor:pointer;color:var(--fo-text)}.chip.on{background:var(--fo-blue);color:#fff;border-color:var(--fo-blue)}.rep-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin:16px 0}.rep-row .field.block input{width:100%;height:44px;border:1px solid var(--fo-border);border-radius:10px;padding:0 12px;font-size:14px}.rep-row .field.block>label{font-size:13px;color:#45516a;margin-bottom:6px}.report-preview{background:#f6f8fc;border:1px solid var(--fo-border);border-radius:12px;padding:18px 20px;font-size:15px;line-height:1.9;white-space:pre-wrap;font-family:-apple-system,Segoe UI,sans-serif;margin:8px 0 18px}.rep-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.ghost-btn.wide,.primary-btn.wide{width:100%;height:48px}.ghost-btn.wide{display:flex;align-items:center;justify-content:center}.qr-metric-label{font-size:13px;color:#45516a;margin-top:6px}.qr-metric{font-size:40px;font-weight:800;line-height:1.1}.tp-header{gap:16px;padding:22px 24px;margin-bottom:16px}.tp-avatar,.tp-header{display:flex;align-items:center}.tp-avatar{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#0b6ff4,#3f8dff);color:#fff;justify-content:center;font-size:24px;font-weight:800}.tp-header h1{font-size:26px;margin:0;font-weight:800}.tp-header .grow{flex:1 1}.tp-context{color:var(--fo-blue);font-size:12px;font-weight:600;background:var(--fo-blue-soft);padding:6px 12px;border-radius:16px}.tp-demo-note{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fdf6e3;border-radius:12px;padding:14px 18px;margin-bottom:16px;font-size:13px;color:#7a5f14}.tp-demo-note strong{color:#5c4a10}.demo-badge{background:#fbe6a8;color:#7a5f14;font-size:11px;font-weight:700;padding:4px 10px;border-radius:12px}.tp-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-bottom:22px}.tp-kpis .kpi{padding:18px 20px}.tp-kpis .kpi-label{font-size:13px;font-weight:600;color:#45516a}.tp-kpis .kpi-value{font-size:30px;font-weight:800;margin:6px 0}.tp-kpis .kpi-value.v-blue{color:var(--fo-blue)}.tp-kpis .kpi-value.v-green{color:var(--fo-green)}.tp-kpis .kpi-value.v-danger{color:var(--fo-red)}.tp-kpis .note{color:var(--fo-muted);font-size:12px}.tp-section-head{margin:8px 0 14px}.tp-section-head .eyebrow{font-size:11px;letter-spacing:.6px;color:var(--fo-muted);font-weight:700}.util-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-bottom:22px}.util-card{padding:18px 20px}.util-head{gap:12px}.util-head,.util-icon{display:flex;align-items:center}.util-icon{width:34px;height:34px;border-radius:9px;background:var(--fo-blue-soft);color:var(--fo-blue);justify-content:center;font-size:16px}.util-head .grow{flex:1 1}.util-head strong{font-size:15px}.util-avg{font-size:22px;font-weight:800}.util-avg small{font-size:12px;color:var(--fo-muted);font-weight:500}.util-track{height:7px;border-radius:4px;background:#eef2f8;margin:14px 0 12px;overflow:hidden}.util-track>i{display:block;height:100%;background:var(--fo-blue);border-radius:4px}.util-stats{display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px 12px;font-size:12px;color:var(--fo-muted)}.util-stats b{color:var(--fo-text)}.shifts{padding:8px 20px}.shift-row{display:grid;grid-template-columns:190px 1fr 110px 70px;grid-gap:16px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid #eef1f6}.shift-row:last-child{border-bottom:0}.shift-date strong{display:block;font-size:13px}.shift-date span{font-size:12px;color:var(--fo-muted)}.shift-track{height:8px;border-radius:4px;background:#eef2f8;overflow:hidden}.shift-track>i{display:block;height:100%;background:var(--fo-blue);border-radius:4px}.shift-value{text-align:right;font-weight:700;font-size:14px}.shift-value span{color:var(--fo-muted);font-weight:500;font-size:12px}.shift-tag{text-align:right;color:var(--fo-blue);font-size:12px;font-weight:600}.an-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-bottom:22px}.an-metric .k{font-size:13px;color:#45516a}.an-metric .v{font-size:38px;font-weight:800;line-height:1.15}.an-metric .an-sub{font-size:12px;color:var(--fo-muted)}.plan-badge{display:inline-block;margin-top:4px;background:#e7f7ed;color:var(--fo-green);font-size:12px;font-weight:600;padding:3px 10px;border-radius:14px}.modal-overlay{position:fixed;inset:0;background:rgba(15,25,40,.45);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--fo-panel);border-radius:16px;width:460px;max-width:92vw;max-height:88vh;overflow-y:auto;box-shadow:0 24px 60px rgba(0,0,0,.3);padding:22px 24px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.modal-head h3{font-size:18px;margin:3px 0 0}.modal-head .x{border:0;background:transparent;font-size:24px;color:var(--fo-muted);cursor:pointer;line-height:1}.plan-form{gap:14px}.plan-form,.plan-form label{display:flex;flex-direction:column}.plan-form label{gap:6px;font-size:13px;color:#45516a}.plan-form input,.plan-form select{height:40px;border:1px solid var(--fo-border);border-radius:8px;padding:0 12px;font-size:14px;background:var(--fo-panel)}.plan-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.plan-actions .primary-btn{height:40px}.cell-input{border:1px solid transparent;border-radius:6px;padding:5px 8px;font-size:13px;width:100%;min-width:90px;background:transparent}.cell-input:hover{border-color:var(--fo-border)}.cell-input:focus{border-color:var(--fo-blue);background:#fff;outline:none}.db-table select{border:1px solid var(--fo-border);border-radius:8px;padding:6px 8px;font-size:13px;background:var(--fo-panel)}.row-actions{display:flex;gap:6px;white-space:nowrap}.mini-btn{border:1px solid var(--fo-border);background:var(--fo-panel);border-radius:8px;padding:6px 10px;font-size:12px;cursor:pointer;color:var(--fo-text)}.mini-btn:hover{background:#f3f6fb}.mini-btn.primary{background:var(--fo-blue);color:#fff;border-color:var(--fo-blue)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--fo-bg);padding:20px}.login-card{width:380px;max-width:92vw;background:var(--fo-panel);border:1px solid var(--fo-border);border-radius:16px;box-shadow:var(--fo-shadow);padding:28px;display:flex;flex-direction:column;gap:14px}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:6px}.login-brand .logo{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#0b6ff4,#3f8dff);display:flex;align-items:center;justify-content:center}.login-brand .logo .ring{width:16px;height:16px;border:3px solid #fff;border-radius:50%}.login-brand .name{font-size:18px;font-weight:700;line-height:1.1}.login-brand .sub{font-size:11px;color:var(--fo-muted)}.login-card h1{font-size:20px;margin:4px 0 6px}.login-card label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#45516a}.login-card input{height:44px;border:1px solid var(--fo-border);border-radius:10px;padding:0 12px;font-size:14px}.login-error{background:#fde8e8;color:#a1231f;border-radius:10px;padding:10px 12px;font-size:13px}.userbox{display:flex;align-items:center;gap:10px;padding:10px 8px;border-top:1px solid var(--fo-border);margin-bottom:8px}.userbox .uinfo{flex:1 1;min-width:0}.userbox .uname{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userbox .urole{font-size:11px;color:var(--fo-muted)}.userbox .logout{border:1px solid var(--fo-border);background:var(--fo-panel);border-radius:8px;width:32px;height:32px;cursor:pointer;font-size:15px;color:#56617a}.userbox .logout:hover{background:#f3f6fb}.page-head{margin-bottom:12px}.page-head h1{font-size:22px;margin:0 0 4px}.page-head p{color:var(--fo-muted);margin:0}.stub-note{margin-top:18px;padding:16px 18px;border:1px dashed var(--fo-border);border-radius:12px;color:var(--fo-muted);background:var(--fo-panel)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.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{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}