*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}.appShell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.rail{border-right:1px solid var(--line);background:#121720;flex-direction:column;min-width:0;height:100vh;display:flex;position:sticky;top:0}.brandBlock{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-width:0;padding:18px;display:flex}.brandBlock.large{border:0;align-items:flex-start;padding:0}.brandMark{color:#e0f2fe;background:#082f49;border:1px solid #38bdf873;border-radius:8px;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.brandBlock h1,.brandBlock p,.brandBlock h1{margin:0}.brandBlock h1{text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:20px;overflow:hidden}.brandBlock p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;line-height:16px;overflow:hidden}.navList{gap:6px;padding:12px;display:grid}.navItem{min-height:54px;color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;padding:9px 10px;display:grid}.navItem span{min-width:0;display:grid}.navItem strong{color:var(--text);font-size:13px;line-height:17px}.navItem small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:14px;overflow:hidden}.navItem.active,.navItem:hover{color:#e0f2fe;background:#182231;border-color:#38bdf859}.railFooter{border-top:1px solid var(--line);gap:8px;margin-top:auto;padding:12px;display:grid}.workspace{min-width:0;padding:18px}.workspaceReview{grid-template-rows:auto minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.topbar h2{margin:2px 0 0;font-size:26px;line-height:32px}.topbarActions{align-items:center;gap:8px;display:flex}.workspaceReview .topbar{margin-bottom:10px}.workspaceReview .topbar h2{font-size:24px;line-height:28px}.gpxFullPage{background:var(--bg);grid-template-rows:auto minmax(0,1fr);min-width:0;height:100vh;display:grid;position:relative;overflow:hidden}.gpxEditorPage{display:contents}.gpxEditorHeader{border-bottom:1px solid var(--line);background:#101722;grid-row:1;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:7px 10px;display:flex}.gpxEditorHeader h2,.gpxEditorHeader p{margin:0}.gpxEditorHeader h2{font-size:18px;line-height:21px}.gpxEditorHeader span{max-width:760px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:13px;display:block;overflow:hidden}.gpxHeaderActions{align-items:center;gap:6px;display:flex}.gpxHeaderActions .button{min-height:31px;padding:0 9px;font-size:11px}.gpxMoreDrawer{z-index:900;border:1px solid var(--line);width:min(520px,100vw - 24px);box-shadow:var(--shadow);background:#101722f5;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:8px 12px;display:grid;position:absolute;top:49px;right:12px}.gpxMoreDrawer .button,.gpxMoreDrawer .fileControl{min-height:32px;font-size:11px}.eyebrow{color:var(--teal);text-transform:uppercase;margin:0;font-size:11px;font-weight:800;line-height:14px}.stack{gap:14px;display:grid}.heroBand,.panel,.metricCard,.metricMini,.notice,.loginPanel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px}.heroBand{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);align-items:center;gap:18px;padding:18px;display:grid}.heroBand h3{margin:4px 0;font-size:30px;line-height:36px}.heroBand p{max-width:760px;color:var(--muted);margin:0}.heroMetrics,.activityGrid,.metricGrid,.twoColumn,.actionGrid,.fileGrid,.linkGrid{gap:10px;display:grid}.heroMetrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metricGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.twoColumn{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.activityGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.actionGrid{grid-template-columns:repeat(5,minmax(180px,1fr))}.linkGrid,.fileGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.metricCard{grid-template-columns:44px minmax(0,1fr);gap:12px;min-height:118px;padding:14px;display:grid}.metricCard>div:last-child{min-width:0}.metricIcon{background:var(--surface-2);border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.metricCard.blue .metricIcon{color:var(--blue)}.metricCard.green .metricIcon{color:var(--green)}.metricCard.amber .metricIcon{color:var(--amber)}.metricCard.red .metricIcon{color:var(--red)}.metricCard span,.metricMini span,.kvGrid span{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.metricCard strong{overflow-wrap:anywhere;margin-top:4px;font-size:26px;line-height:31px;display:block}.metricCard p,.metricMini small,.mutedText{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:17px}.metricMini{min-width:0;padding:12px}.metricMini strong{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:20px;line-height:25px;display:block;overflow:hidden}.panel{min-width:0;overflow:hidden}.panelHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;display:flex}.panelHeader h3{margin:0;font-size:15px;line-height:20px}.panelHeader span{color:var(--muted);font-size:12px;font-weight:700}.toolbar{grid-template-columns:minmax(0,1fr) 220px;gap:10px;display:grid}.searchBox,.selectBox{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--muted);border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex}.searchBox input,.selectBox select{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.button{border:1px solid var(--line);background:var(--surface-2);min-height:40px;color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{background:var(--surface-3);border-color:#38bdf88c}.button.primary{background:#075985;border-color:#38bdf873}.button.danger{background:#fb718524;border-color:#fb718573}.button.ghost{background:0 0}.button.full{width:100%}.notice{color:var(--amber);align-items:center;gap:9px;padding:11px 12px;display:flex}.notice.danger{color:#fecdd3;background:#fb71851f;border-color:#fb718580}.tableWrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:11px 14px}th{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}td{color:#dbe4f0;font-size:13px;line-height:18px}.identity{min-width:0;display:grid}.identity strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.identity span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.auditActionCell{gap:3px;min-width:190px;display:grid}.auditActionCell strong{color:var(--text)}.auditActionCell small,.auditDetailSummary{color:var(--muted);font-size:12px;line-height:16px}.statusBadge,.statusPill{border:1px solid var(--line);text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:900;display:inline-flex}.statusBadge.good,.statusPill.good{color:#bbf7d0;background:#34d3991f;border-color:#34d39959}.statusBadge.warn,.statusPill.warn{color:#fde68a;background:#fbbf241f;border-color:#fbbf2459}.statusBadge.bad,.statusPill.bad{color:#fecdd3;background:#fb71851f;border-color:#fb718559}.statusPill.neutral{color:#d5dbe6;background:var(--surface-2)}.attentionList,.healthList{display:grid}.attentionItem,.healthItem{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.healthItem{grid-template-columns:22px minmax(0,1fr) auto}.healthItem svg{width:20px;height:20px;color:var(--green)}.healthItem svg.lucide-circle-x{color:var(--red)}.healthItem:has(.lucide-circle-x){color:var(--red)}.attentionItem strong,.healthItem strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.attentionItem span,.healthItem span,.attentionItem small,.healthItem small{color:var(--muted);font-size:12px}.kvGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;display:grid}.kvGrid div{border:1px solid var(--line);background:#111821;border-radius:8px;min-width:0;padding:12px}.kvGrid strong{overflow-wrap:anywhere;margin-top:5px;font-size:13px;line-height:18px;display:block}.perfHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.perfHeader>div{gap:6px;min-width:0;display:grid}.perfHeader p,.perfHeader small{color:var(--muted);margin:0;font-size:12px;line-height:17px}.perfHeader p{color:#dbe4f0}.perfHeader .button{flex:none}.perfTables{border-top:1px solid var(--line);gap:14px;padding-top:14px;display:grid}.perfTables .tableWrap{border-top:1px solid var(--line)}.perfTables .tableWrap:first-child{border-top:0}.diagnosticsReport{gap:14px;display:grid}.diagnosticsHero{box-shadow:var(--shadow);background:radial-gradient(circle at 84% 10%,#38bdf829,#0000 34%),linear-gradient(135deg,#0d948833,#0f172ae6 58%);border:1px solid #2dd4bf4d;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:24px;padding:20px;display:flex}.diagnosticsHeroCopy{min-width:0;max-width:760px}.diagnosticsHero h3,.diagnosticsEmpty h3{margin:2px 0 5px;font-size:24px;line-height:30px}.diagnosticsHero p:not(.eyebrow),.diagnosticsEmpty p{color:var(--muted);margin:0;line-height:20px}.diagnosticsHero small{color:var(--muted);margin-top:8px;display:block}.diagnosticsHeroActions{flex:none;align-items:center;gap:10px;display:flex}.coverageTrack,.distributionTrack{background:#94a3b829;border-radius:999px;overflow:hidden}.coverageTrack{width:min(520px,100%);height:7px;margin-top:15px}.coverageTrack span,.distributionTrack span{border-radius:inherit;background:linear-gradient(90deg,#14b8a6,#38bdf8);height:100%;display:block}.diagnosticsEmpty{align-items:center;gap:14px;padding:18px;display:flex}.diagnosticsEmpty>svg{color:var(--green)}.diagnosticsEmpty>div{flex:1}.diagnosticsMetrics{grid-template-columns:repeat(4,minmax(0,1fr))}.diagnosticsColumns{align-items:start}.distributionGroups{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:14px;display:grid}.diagnosticsDistribution{gap:11px;min-width:0;display:grid}.diagnosticsDistribution h4{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;font-size:12px}.distributionRow{gap:6px;display:grid}.distributionRow>div:first-child{justify-content:space-between;gap:10px;min-width:0;display:flex}.distributionRow strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.distributionRow span{color:var(--muted);flex:none;font-size:11px}.distributionTrack{height:5px}.diagnosticsMessage{gap:2px;min-width:220px;max-width:520px;display:grid}.diagnosticsMessage strong,.diagnosticsMessage small{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.diagnosticsMessage small{color:var(--muted);line-height:16px}@media (width<=1160px){.diagnosticsMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.diagnosticsHero,.diagnosticsHeroActions,.diagnosticsEmpty{flex-direction:column;align-items:stretch}.diagnosticsMetrics,.distributionGroups{grid-template-columns:1fr}}.gpxLayout{grid-template-columns:minmax(320px,420px) minmax(0,1fr);height:min(760px,100vh - 170px);min-height:620px;display:grid}.gpxReviewPanel{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.gpxReviewPanel .gpxLayout{height:100%;min-height:0}.gpxLayout.mapFirst{grid-row:2;grid-template-columns:minmax(280px,350px) minmax(0,1fr);height:100%;min-height:0}.gpxSide{border-right:1px solid var(--line);scrollbar-color:#4b5563 #141820;scrollbar-gutter:stable;background:#0f141d;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden auto}.editorSections{border-bottom:1px solid var(--line);background:#0f141d;gap:5px;padding:6px;display:grid}.editorSectionHeader,.editorSectionActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.editorSectionActions.single{grid-template-columns:1fr}.editorSection{background:#111823c7;border:1px solid #94a3b82e;border-radius:7px;gap:5px;padding:6px;display:grid}.editorSection>div:first-child{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.editorSection strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:14px;overflow:hidden}.editorSection span{color:var(--muted);text-transform:uppercase;white-space:nowrap;font-size:9px;font-weight:900;line-height:12px}.editorSections .button{min-height:27px;padding:0 7px;font-size:10px}.editorSections .doNotEnterCreateButton,.editorSections .doNotEnterEditButton{grid-column:1/-1;justify-content:center}.editorSections .doNotEnterCreateButton{color:#fecaca;background:#7f1d1d2e;border-color:#f871715c}.editorSections .doNotEnterEditButton{color:#fbcfe8;background:#83184324;border-color:#f472b657}.suggestionCategoryBar{grid-template-columns:1fr;gap:5px;display:grid}.suggestionCategoryBar button{border:1px solid var(--line);background:var(--surface-2);min-height:31px;color:var(--text);border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 7px;display:grid}.suggestionCategoryBar.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.suggestionCategoryBar.compact button{text-align:center;grid-template-columns:1fr;justify-items:center;gap:1px;min-height:36px;padding:4px}.suggestionCategoryBar button.active{color:#e0f2fe;background:#38bdf824;border-color:#38bdf88c}.suggestionCategoryBar button:disabled{opacity:.48}.suggestionCategoryBar button strong{font-size:10px;line-height:12px}.suggestionCategoryBar button span{color:#dbeafe;text-transform:none;font-size:10px}.toolHome{border-bottom:1px solid var(--line);background:#101722;gap:8px;padding:10px;display:grid}.toolHome strong{font-size:14px;line-height:18px}.toolHome span{color:var(--muted);font-size:12px;line-height:16px}.suggestionTop{border-bottom:1px solid var(--line);background:#101722}.suggestionListSummary{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:8px;padding:5px 7px;font-size:10px;font-weight:900;display:flex}.gpxQuickControls,.gpxToolsDrawer,.gpxStats,.segmented,.reviewRows,.gpxSelection,.gpxSide .toolbar{border-bottom:1px solid var(--line);padding:6px}.gpxQuickControls{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 86px;gap:6px;display:grid}.gpxQuickControls .button,.gpxToolsDrawer .button{min-height:34px;padding:0 9px;font-size:12px}.gpxToolsDrawer{background:#101722;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.gpxInlineError{z-index:850;color:#fecaca;background:#7f1d1d38;border:1px solid #f871713d;border-radius:8px;align-items:center;gap:6px;max-width:min(620px,100vw - 24px);padding:8px 10px;font-size:12px;line-height:16px;display:flex;position:absolute;top:122px;left:12px}.gpxStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.gpxStats .metricMini{padding:7px 8px}.gpxStats .metricMini strong{margin-top:0;font-size:17px;line-height:21px}.gpxStats .metricMini span{font-size:11px;line-height:13px}.fileControl{border:1px solid var(--line);background:var(--surface-2);min-height:34px;color:var(--text);border-radius:8px;place-items:center;font-size:11px;font-weight:900;display:grid;position:relative;overflow:hidden}.fileControl input{opacity:0;position:absolute;inset:0}.segmented{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.segmented button{border:1px solid var(--line);background:var(--surface-2);min-height:28px;color:var(--muted);text-transform:capitalize;border-radius:8px;font-size:11px;font-weight:900}.segmented button.active{color:#e0f2fe;background:#38bdf824;border-color:#38bdf88c}.reviewRows{scrollbar-color:#4b5563 #141820;scrollbar-gutter:stable;flex:1;min-height:0;overflow:hidden scroll}.reviewRows::-webkit-scrollbar{width:11px}.reviewRows::-webkit-scrollbar-track{background:#141820}.reviewRows::-webkit-scrollbar-thumb{background:#4b5563;border:3px solid #141820;border-radius:999px}.gpxSelection{background:#101722;gap:5px;display:grid}.gpxSelection.empty{color:var(--muted);font-size:12px}.gpxSelection strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.gpxSelection small{color:var(--muted);font-size:11px;line-height:14px}.gpxSelectionActions{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.gpxSelectionActions .button{min-height:31px;padding:0 7px;font-size:11px}.geometryEditor{background:#581c872e;border:1px solid #a78bfa59;border-radius:8px;gap:6px;padding:7px;display:grid}.geometryEditor.saved{background:#14532d2e;border-color:#34d39952}.geometryEditor label{color:var(--muted);gap:5px;font-size:11px;font-weight:900;display:grid}.geometryEditor select,.geometryEditor input,.geometryEditor textarea{border:1px solid var(--line);background:var(--surface-2);min-width:0;min-height:32px;color:var(--text);border-radius:8px;padding:0 9px}.geometryEditor textarea{resize:vertical;min-height:62px;padding:8px 9px}.colorRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.geometryEditor p{color:#ddd6fe;margin:0;font-size:11px;line-height:15px}.geometryDraftSwitcher{gap:5px;display:grid}.geometryDraftSwitcher>span{color:#ddd6fe;text-transform:uppercase;font-size:10px;font-weight:900}.geometryDraftSwitcher>div{flex-wrap:wrap;gap:4px;display:flex}.geometryDraftSwitcher .button{min-height:27px;padding:0 7px;font-size:10px}.geometryEditor.saved p{color:#bbf7d0}.geometryEditor .geometryEditorWarning{color:#fecaca}.geometryEditorActions{grid-template-columns:.7fr .7fr 1.4fr;gap:5px;display:grid}.geometryEditorActions .button{min-height:31px;font-size:11px}.geometryEndpointStatus{gap:4px;display:grid}.geometryEndpointStatus span{color:var(--muted);background:#0f172a73;border:1px solid #94a3b83d;border-radius:6px;padding:4px 6px;font-size:10px;line-height:13px;display:block}.geometryEndpointStatus span.exact{color:#bbf7d0;background:#16653433;border-color:#34d39973}.button.active{color:#bbf7d0;background:#34d39929;border-color:#34d39980}.suggestionCard{border-bottom:1px solid var(--line);background:#101722;gap:6px;padding:8px;display:grid}.suggestionCard.empty{color:var(--muted)}.suggestionCardHeader{color:var(--muted);text-transform:uppercase;justify-content:space-between;align-items:center;gap:6px;font-size:10px;font-weight:900;display:flex}.suggestionCardHeaderActions{flex:none;align-items:center;gap:6px;display:flex}.suggestionApproveButton{color:#bbf7d0;background:#34d3992e;border-color:#34d39980;min-height:24px;padding:0 7px;font-size:10px}.suggestionCard h3{margin:0;font-size:13px;line-height:16px}.suggestionCard p{color:var(--muted);margin:0;font-size:11px;line-height:14px}.suggestionActions{align-items:center;gap:5px;display:flex}.suggestionActions .button{flex:none;min-height:28px;padding:0 7px;font-size:10px}.suggestionActions .button.primary{min-width:112px}.suggestionDetails{background:#0f172a85;border:1px solid #94a3b83d;border-radius:7px;gap:5px;padding:6px;display:grid}.suggestionDetails span,.savedNote,.toolHint span{color:var(--muted);font-size:10px;line-height:14px}.suggestionDetails .button{min-height:27px;font-size:10px}.toolHint{border:1px solid var(--line);background:#111821;border-radius:8px;gap:7px;padding:9px;display:grid}.toolHint strong{font-size:13px;line-height:17px}.restrictedAreaEditorHeader{color:#fecaca;background:#7f1d1d2e;border:1px solid #f8717147;border-radius:8px;align-items:flex-start;gap:8px;padding:8px;display:flex}.restrictedAreaEditorHeader span{color:#fecaca;font-size:11px;font-weight:800;line-height:15px}.checkboxRow{min-height:28px;color:var(--text);align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.checkboxRow input{accent-color:#ef4444;width:15px;height:15px}.opacityControl{gap:6px;display:grid}.opacityControl>span{color:var(--text);font-size:11px;font-weight:800;line-height:15px}.opacityControl>div{grid-template-columns:minmax(0,1fr) 58px 14px;align-items:center;gap:7px;display:grid}.opacityControl input[type=range]{accent-color:#ec4899;min-height:28px;padding:0}.opacityControl input[type=number]{text-align:right;min-height:30px;padding:5px 6px}.opacityControl strong{color:var(--muted);font-size:11px}.suggestionDrawer{border-top:1px solid var(--line);grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.editsDrawer{border-top:1px solid var(--line);background:#101722;gap:8px;padding:8px;display:grid;overflow:auto}.editsDrawerHeader,.editGroupTitle{justify-content:space-between;align-items:center;gap:8px;display:flex}.editsDrawerHeader span,.editGroupTitle span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:900}.editsDrawerHeader strong,.editGroupTitle strong{min-width:0;color:var(--text);font-size:12px}.editDraftMeta{color:var(--muted);margin:0;font-size:11px;line-height:15px}.editDraftActions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.editDraftActions .button{min-height:32px;padding:0 7px;font-size:11px}.editGroups,.editGroup{gap:6px;display:grid}.editGroup{background:#0f172a6b;border:1px solid #94a3b82e;border-radius:8px;padding:7px}.editRow{background:#1e293b94;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;padding:6px;display:grid}.editRow>span{gap:2px;min-width:0;display:grid}.editRow .button{min-height:26px;padding:0 7px;font-size:10px}.editRow strong,.editRow small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editRow strong{color:var(--text);font-size:11px}.editRow small{color:var(--muted);font-size:10px}.publishPreview{background:#0e749026;border:1px solid #38bdf84d;border-radius:8px;gap:5px;padding:8px;display:grid}.publishPreview.published{background:#1665342e;border-color:#34d3995c}.publishPreview strong{color:var(--text);font-size:12px}.publishPreview span,.publishPreview small{color:#bae6fd;font-size:11px;line-height:15px}.publishPreview .warning,.publishPreviewWarning small{color:#fecaca}.publishPreviewWarning{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.publishPreviewWarning .button{min-height:24px;padding:0 7px;font-size:10px}.gpxSource{border-top:1px solid var(--line);color:var(--muted);margin:0;padding:6px 8px;font-size:11px;line-height:14px}.reviewRow{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;background:#111821;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;margin-bottom:4px;padding:6px 7px;display:grid}.reviewRow.active,.reviewRow:hover{background:#172232;border-color:#38bdf88c}.reviewRow span{min-width:0}.reviewRow strong,.reviewRow small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.reviewRow small{color:var(--muted);font-size:11px;line-height:14px}.approveDot{color:#fde68a;border:1px solid #fbbf2459;border-radius:999px;min-height:22px;padding:3px 6px;font-size:10px;font-weight:900}.approveDot.on{color:#bbf7d0;border-color:#34d39959}.gpxMap{background:#0a1017;min-width:0;min-height:0;position:relative}.gpxLeaflet{width:100%;height:100%;min-height:100%}.mapOverlay{max-width:min(460px,100% - 24px);color:var(--text);background:#0e1116db;border:1px solid #ffffff2e;border-radius:8px;gap:3px;padding:10px;display:grid;position:absolute;top:12px;left:12px}.mapOverlay span{color:var(--muted);font-size:12px}.gpxLegend{z-index:500;color:var(--text);background:#0e1116db;border:1px solid #ffffff2e;border-radius:8px;gap:6px;padding:10px;font-size:12px;line-height:14px;display:grid;position:absolute;bottom:12px;right:12px}.gpxLegend span{white-space:nowrap;align-items:center;gap:8px;display:flex}.gpxLegend i{border-radius:2px;width:20px;height:3px}.gpxTrailTooltip{color:#f8fafc;background:#0e1116e6;border:1px solid #7dd3fc73;border-radius:7px;padding:5px 8px;font-size:12px;font-weight:900;line-height:15px;box-shadow:0 10px 24px #00000052}.gpxTrailTooltip span{color:#cbd5e1;font-size:10px;font-weight:800}.gpxVertexHandle{background:#a78bfa;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 3px #581c8759}.gpxVertexHandle.new{background:#2dd4bf;box-shadow:0 0 0 3px #14b8a64d}.gpxVertexHandle.restricted{background:#ec4899;box-shadow:0 0 0 3px #dc262647}.gpxPlaceMarker{background:#fb7185;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 4px #fb718533}.gpxPlaceMarker.draft{background:#fbbf24;box-shadow:0 0 0 5px #fbbf243d}.gpxVertexHandle{cursor:grab;background:#a78bfa;border:3px solid #fff;border-radius:999px;width:24px;height:24px;box-shadow:0 0 0 3px #581c878f,0 4px 14px #00000073}.gpxVertexHandle.active{box-shadow:0 0 0 4px #581c87ad,0 4px 18px #00000085}.emptyText{color:var(--muted);text-align:center;margin:0;padding:20px}.loginPage,.centeredStatus{place-items:center;min-height:100vh;padding:24px;display:grid}.loginPanel{gap:18px;width:min(480px,100%);padding:22px;display:grid}.loginForm{gap:10px;display:grid}.loginForm label{color:var(--muted);gap:6px;font-size:12px;font-weight:800;display:grid}.loginForm input{border:1px solid var(--line);min-height:42px;color:var(--text);background:#111821;border-radius:8px;padding:0 11px}.loginMeta{color:var(--muted);margin:0;font-size:12px;line-height:17px}.centeredStatus{text-align:center}.centeredStatus>div{color:var(--blue)}.centeredStatus h1{margin:10px 0 4px}.centeredStatus p{max-width:520px;color:var(--muted);margin:0 0 14px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1160px){.metricGrid,.activityGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.twoColumn,.heroBand,.gpxLayout{grid-template-columns:1fr}.gpxSide{border-right:0;border-bottom:1px solid var(--line)}.workspaceReview{height:auto;overflow:visible}.gpxReviewPanel .gpxLayout{height:auto;min-height:860px}}@media (width<=820px){.appShell{grid-template-columns:1fr}.rail{height:auto;position:static}.navList{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{padding:12px}.workspaceReview{display:block}.topbar,.topbarActions{flex-direction:column;align-items:stretch}.toolbar,.perfHeader,.metricGrid,.activityGrid,.heroMetrics,.actionGrid,.fileGrid,.linkGrid,.kvGrid{grid-template-columns:1fr}.perfHeader{flex-direction:column;align-items:stretch}}.commandHero{background:linear-gradient(135deg,#0f766e40,#0ea5e929 48%,#f59e0b1f)}.drawerPanel{box-shadow:var(--shadow);border-color:#38bdf852}.detailGrid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:14px;display:grid}.detailMain,.detailSide,.miniPanel,.previewCard{min-width:0}.nested{margin-top:14px}.miniPanel{border:1px solid var(--line);background:#ffffff06;border-radius:12px;padding:12px}.miniPanelHeader h4{margin:0 0 10px;font-size:13px;line-height:17px}.rowActions,.pillStack,.compactActions,.inlineControls{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.button.compact{min-height:30px;padding:5px 8px;font-size:12px}.adminFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.adminFormGrid.compactForm{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:12px}.adminFormGrid label,.inlineControls select{color:var(--muted);gap:6px;font-size:12px;display:grid}.adminFormGrid input,.adminFormGrid select,.adminFormGrid textarea,.inlineControls select{border:1px solid var(--line);background:var(--surface-2);width:100%;min-height:38px;color:var(--text);border-radius:8px;padding:8px 10px}.adminFormGrid textarea{resize:vertical;min-height:76px}.wideField{grid-column:1/-1}.inboxGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.inboxBucket{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:12px}.inboxBucket strong{font-size:24px;line-height:28px;display:block}.inboxBucket span{margin-top:2px;font-weight:800;display:block}.inboxBucket p,.locationCard small,.compactList span{color:var(--muted);font-size:12px;line-height:16px}.inboxBucket.good{border-color:#34d39959}.inboxBucket.warn{border-color:#fbbf2461}.inboxBucket.bad{border-color:#fb718561}.locationStack,.compactList{gap:9px;display:grid}.locationCard,.compactList>div{background:#ffffff06;border:1px solid #ffffff14;border-radius:10px;gap:4px;padding:9px;display:grid}.groupChatTranscript{gap:14px;display:grid}.groupChatToolbar{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;font-size:.78rem;display:flex}.groupChatMessages{gap:10px;max-height:520px;padding-right:4px;display:grid;overflow:auto}.groupChatMessage{border:1px solid var(--line);background:var(--surface-muted);border-radius:14px;padding:12px 14px}.groupChatMessage.deleted{opacity:.68;border-style:dashed}.groupChatMessageMeta{color:var(--ink);justify-content:space-between;align-items:baseline;gap:12px;display:flex}.groupChatMessageMeta time{color:var(--muted);white-space:nowrap;font-size:.75rem}.groupChatMessage p{color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:7px 0 0;line-height:1.45}.locationCard a,.tableWrap a{color:#7dd3fc}@media (width<=980px){.detailGrid,.inboxGrid,.adminFormGrid,.adminFormGrid.compactForm{grid-template-columns:1fr}}.insightsHero{background:linear-gradient(135deg,#f4fbf6,#eef5ff);border:1px solid #1429381f;border-radius:24px;justify-content:space-between;gap:24px;padding:26px;display:flex}.insightsHero h1{letter-spacing:-.04em;margin:8px 0;font-size:clamp(26px,3vw,40px)}.insightsHero p{max-width:700px;color:var(--muted);margin:0}.insightsControls{white-space:nowrap;align-items:flex-start;gap:10px;display:flex}.insightsBreakdowns{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.insightsBreakdown{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:18px}.insightsRow{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding:9px 0;display:flex}.insightsRow:last-child{border-bottom:0}.insightsRow strong{text-align:right}.insightsBars{align-items:flex-end;gap:4px;height:180px;padding-top:20px;display:flex}.insightsBar{flex-direction:column;flex:1;justify-content:flex-end;min-width:3px;height:100%;display:flex}.insightsBarValue{height:16px;color:var(--console-ink,#18212b);text-align:center;margin-bottom:4px;font-size:10px;font-weight:800;line-height:16px}.insightsBar div{background:linear-gradient(#27b36a,#2275d4);border-radius:5px 5px 2px 2px;min-height:4px}.insightsBar span{height:18px;color:var(--muted);text-align:center;margin-top:6px;font-size:10px}.insightsStatList{gap:0;display:grid}.insightsEmpty{color:var(--muted);text-align:center;padding:22px 8px}.insightsUserTable table{min-width:950px}.insightsUserTable td{vertical-align:middle}.insightsDetail{scroll-margin-top:20px}.insightsTabs{gap:8px;margin-bottom:18px;padding-bottom:2px;display:flex;overflow-x:auto}.insightsTab{border:1px solid var(--line);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:9px 14px}.insightsTab.active{color:#1459ae;background:#eaf2ff;border-color:#2674d9}.insightsDetailGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.insightsDetailGrid>.insightsBreakdown{min-width:0}.insightsHero .eyebrow{align-items:center;gap:7px;display:flex}.insightsFilterToolbar{flex-wrap:wrap;align-items:center}.insightsFilterToolbar .select{min-width:145px}.insightsIncomplete{color:#b35a18;margin-top:5px;font-size:12px}@media (width<=900px){.insightsHero{flex-direction:column}.insightsControls{align-items:center}.insightsBreakdowns,.insightsDetailGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.insightsBreakdowns,.insightsDetailGrid{grid-template-columns:1fr}.insightsControls{width:100%}.insightsControls .select,.insightsControls .button{flex:1}}.insightsGridShell{overflow:visible}.gridToolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.gridToolbarTitle{align-items:baseline;gap:12px;display:flex}.gridToolbarActions{align-items:center;gap:8px;display:flex}.gridPopover{position:relative}.gridPopover summary{cursor:pointer;list-style:none}.gridPopover summary::-webkit-details-marker{display:none}.gridPopoverPanel{z-index:20;border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:10px;min-width:220px;padding:14px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 34px #0f172a24}.gridColumnsPanel{min-width:190px}.gridColumnsPanel label{white-space:nowrap;align-items:center;gap:8px;display:flex}.insightsGridScroller{border:1px solid var(--line);background:var(--surface);border-radius:12px;max-width:100%;overflow:auto}.usersAccountGridScroller{scrollbar-gutter:stable both-edges;max-height:min(54vh,560px)}.insightsDataGrid{border-collapse:separate;border-spacing:0;width:100%;min-width:1460px;font-size:13px}.insightsDataGrid th,.insightsDataGrid td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);text-align:left;vertical-align:middle;white-space:nowrap;background:var(--surface);min-width:112px;padding:10px 12px}.insightsDataGrid th{z-index:4;color:var(--muted);background:var(--surfaceMuted,#f8fafc);letter-spacing:.04em;text-transform:uppercase;font-size:11px;position:sticky;top:0}.insightsDataGrid thead tr:first-child th{height:42px}.insightsDataGrid .gridFilterRow th{z-index:4;background:var(--surface);padding:6px 8px;top:42px}.insightsDataGrid tr:last-child td{border-bottom:0}.insightsDataGrid th:last-child,.insightsDataGrid td:last-child{border-right:0}.gridHeaderButton{width:100%;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.gridHeaderButton:hover{color:var(--accent)}.gridSortIndicator{color:var(--accent);font-size:10px}.gridHeaderLabel{display:inline-block}.gridFilterInput{border:1px solid var(--line);background:var(--surface);width:100%;min-width:84px;height:30px;color:var(--text);border-radius:7px;padding:4px 7px;font-size:12px}.gridFilterEmpty{color:var(--muted)}.insightsDataGrid .gridIdentity{z-index:6;width:210px;min-width:210px;position:sticky;left:0;box-shadow:6px 0 8px -8px #0f172a66}.insightsDataGrid .gridStatus{z-index:6;width:118px;min-width:118px;position:sticky;left:210px;box-shadow:6px 0 8px -8px #0f172a4d}.insightsDataGrid thead .gridIdentity,.insightsDataGrid thead .gridStatus{z-index:8;background:var(--surfaceMuted,#f8fafc)}.insightsDataGrid .gridFilterRow .gridIdentity,.insightsDataGrid .gridFilterRow .gridStatus{background:var(--surface)}.insightsDataGrid tbody tr.gridIncompleteRow td.gridIdentity,.insightsDataGrid tbody tr.gridIncompleteRow td.gridStatus{background:color-mix(in srgb, #f59e0b 8%, var(--surface))}.insightsDataGrid .tag{letter-spacing:.05em;font-size:10px}.gridCellStack{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.gridCellStack small{max-width:170px;color:var(--muted);text-overflow:ellipsis;white-space:normal;font-size:11px;line-height:1.2;overflow:hidden}.gridPaginationStatus{border-top:1px solid var(--line);color:var(--muted);text-align:center;background:var(--surfaceMuted,#f8fafc);padding:10px 12px;font-size:12px}.gridFooter{justify-content:center;padding-top:14px;display:flex}.mileageUploadFooter{justify-content:space-between;margin-top:12px}.gridCellHint{color:var(--warning,#a16207);white-space:normal;margin-top:4px;font-size:11px}.insightsHorizontalBars{gap:12px;display:grid}.insightsHorizontalBarLabel{justify-content:space-between;gap:12px;margin-bottom:5px;font-size:13px;display:flex}.insightsHorizontalBarTrack{background:var(--line);border-radius:99px;height:8px;overflow:hidden}.insightsHorizontalBarTrack div{border-radius:inherit;background:var(--accent);height:100%}.insightsBars .insightsBarNew{background:#2f80ed}.workspace{background:radial-gradient(circle at 88% 0%, #18b96814, transparent 28%), var(--bg);position:relative}.workspace:before{z-index:0;content:"";pointer-events:none;background:radial-gradient(circle,#2f80ed14,#0000 68%);border-radius:50%;width:34vw;max-width:420px;height:34vw;max-height:420px;position:fixed;top:0;right:0}.workspace>*{z-index:1;position:relative}.insightsHero{border:1px solid #18b96833;border-top:0;border-radius:18px;min-height:144px;padding:28px 30px;position:relative;overflow:hidden;box-shadow:0 18px 45px #1832291a}.insightsHero:after{content:"";pointer-events:none;border:38px solid #18b96814;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-120px;right:-70px}.insightsHero h1{z-index:1;font-size:clamp(28px,3vw,42px);line-height:1.05;position:relative}.insightsHero p{z-index:1;max-width:680px;line-height:1.55;position:relative}.metricGrid{gap:14px}.metricCard{border:1px solid var(--console-line);min-height:126px;padding:18px 20px;position:relative;overflow:hidden;box-shadow:0 10px 25px #18212b0e}.metricCard:before{background:var(--console-blue);content:"";width:100%;height:3px;position:absolute;top:0;left:0}.metricCard:nth-child(2):before,.metricCard:nth-child(6):before{background:var(--console-green)}.metricCard:nth-child(3):before{background:#8067c7}.metricCard:nth-child(4):before{background:#e2a32b}.metricCard:nth-child(5):before{background:#dc4b55}.metricValue{letter-spacing:-.04em;margin-top:10px;font-size:34px}.insightsBreakdowns{gap:14px}.insightsBreakdown{background:linear-gradient(145deg,#fff,#f7fafc);border-radius:14px;box-shadow:0 8px 20px #18212b0b}.twoColumn{gap:16px}.panel{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 28px #18212b0e}.panelHeader{min-height:72px;padding:18px 20px}.panelHeader h2{font-size:21px}.insightsChartPanel{min-height:300px}.insightsChartPanel:before{background:linear-gradient(90deg, var(--console-green), var(--console-blue));content:"";height:4px;position:absolute;top:0;left:0;right:0}.insightsBars{background:repeating-linear-gradient(#0000 0 39px,#6f80911a 40px),linear-gradient(#fbfcfd,#f4f7f9);border-radius:10px;align-items:flex-end;gap:clamp(4px,1vw,10px);min-height:205px;padding:20px 18px 8px;display:flex}.insightsBar{min-width:0;height:170px;color:var(--console-muted);flex-direction:column;flex:1 1 0;justify-content:flex-end;align-items:center;gap:7px;font-size:10px;display:flex}.insightsBar>div{border-radius:8px 8px 3px 3px;width:min(100%,24px);min-height:7px;box-shadow:0 5px 12px #2f80ed38;background:linear-gradient(#48a8ff,#2f80ed)!important}.insightsBar .insightsBarNew{box-shadow:0 5px 12px #18b96838;background:linear-gradient(#53df91,#18b968)!important}.insightsAdoptionChart{background:repeating-linear-gradient(#0000 0 39px,#6f80911a 40px),linear-gradient(#fbfcfd,#f4f7f9);border:1px solid #e1e9e5;border-radius:10px;min-height:230px;margin:0 18px 18px;padding:24px 18px 10px}.insightsAdoptionPlot{height:180px;position:relative}.insightsAdoptionColumns{z-index:2;align-items:flex-end;display:flex;position:absolute;inset:0}.insightsAdoptionColumn{flex:1 1 0;min-width:0;height:100%;position:relative}.insightsAdoptionColumn strong{z-index:4;color:var(--console-ink,#18212b);font-size:10px;font-weight:800;line-height:14px;position:absolute;left:50%;transform:translate(-50%)}.insightsAdoptionBar{background:linear-gradient(#53df91,#18b968);border-radius:6px 6px 2px 2px;min-height:3px;position:absolute;bottom:0;left:18%;right:18%;box-shadow:0 5px 12px #18b96838}.insightsAdoptionLine{z-index:3;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.insightsAdoptionLine polyline{fill:none;stroke:#087840;stroke-width:2.25px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 2px 2px #08784033)}.insightsAdoptionAxis{height:18px;color:var(--console-muted);margin-top:7px;font-size:10px;display:flex}.insightsAdoptionAxis span{text-align:center;flex:1 1 0;min-width:0}.insightsHorizontalBars{padding:18px 20px 20px}.insightsHorizontalBarTrack{background:#e7edf1;height:10px;box-shadow:inset 0 1px 2px #18212b14}.insightsStatList{padding:10px 20px 16px}.insightsStatList .insightsRow{border-bottom-color:#edf0f3;min-height:34px}.insightsEmpty{min-height:150px;color:var(--console-muted);text-align:center;background:repeating-linear-gradient(135deg,#fbfcfd 0 8px,#f5f7f9 8px 16px);border-radius:12px;place-items:center;padding:24px;display:grid}.insightsGridShell{margin-top:4px}.insightsGridShell .panelHeader{background:linear-gradient(90deg,#fff,#f6fbf8)}.insightsDataGrid tbody tr:hover td{background:#f0fbf5}.gridFooter{padding-bottom:4px}@media (width<=760px){.workspace{padding:18px 12px 28px}.insightsHero{padding:22px 20px}.metricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.twoColumn{grid-template-columns:1fr}.gridToolbar{flex-direction:column;align-items:flex-start}.gridToolbarActions{width:100%}.gridPopover{flex:1}.gridPopover summary{text-align:center}}.adminConsoleTheme{--console-ink:#18212b;--console-muted:#687586;--console-line:#dce2e9;--console-bg:#eef1f5;--console-surface:#fff;--console-green:#18b968;--console-blue:#2f80ed}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eef1f5;--surface:#fff;--surface-2:#f7f9fb;--surface-3:#edf1f5;--line:#dce2e9;--text:#18212b;--muted:#687586;--blue:#2f80ed;--green:#18b968;--amber:#d99516;--red:#dc4b55;--violet:#8067c7;--teal:#168f85;--shadow:0 12px 30px #18212b12}body{background:var(--bg);color:var(--text)}.rail{background:#17212b;border-right:0;box-shadow:8px 0 24px #10182014}.brandBlock{border-bottom-color:#ffffff1f}.brandMark{color:#c9f9dd;background:#123e31;border-color:#18b9688c}.brandBlock h1{color:#fff}.brandBlock p,.navItem,.navItem small{color:#9eabb9}.navItem strong{color:#e8edf2}.navItem svg{color:#c5d0dc;stroke-width:2.2px}.navItem.active svg{color:#c9f9dd}.navItem.active{color:#d8ffe8;box-shadow:inset 3px 0 0 var(--console-green);background:#18b96829;border-color:#18b9685c}.navItem:hover{background:#ffffff12;border-color:#ffffff1f}.railFooter{border-top-color:#ffffff1f}.workspace{padding:28px 32px 42px}.topbar{margin-bottom:26px}.topbar h2{color:var(--text);letter-spacing:-.03em;font-size:30px}.topbar .eyebrow,.sectionEyebrow,.eyebrow{color:var(--console-green);letter-spacing:.12em}.panel,.metricCard,.insightsHero,.tableWrap{border-color:var(--console-line);background:var(--console-surface);box-shadow:var(--shadow)}.adminConsoleTheme th{color:var(--console-muted)}.adminConsoleTheme td{color:var(--console-ink)}.adminConsoleTheme tbody tr:nth-child(2n) td{background:#f7fafc}.panel{border-radius:12px}.metricCard{border-radius:10px}.metricLabel{color:var(--console-muted)}.metricValue{color:var(--console-ink)}.metricDetail,.muted{color:var(--console-muted)}.panelHeader{border-bottom-color:var(--console-line)}.panelHeader h2,.insightsHero h1{color:var(--console-ink);letter-spacing:-.025em}.insightsHero{border-top:4px solid var(--console-green);background:linear-gradient(135deg,#fff 0%,#f5fbf7 100%)}.button{border-radius:7px;font-weight:700}.button.primary{border-color:var(--console-green);background:var(--console-green);color:#fff}.button.secondary{border-color:var(--console-line);color:var(--console-ink);background:#fff}.button.secondary:hover{border-color:var(--console-green);color:#087840}.select,.input,.searchBox{border-color:var(--console-line);color:var(--console-ink);background:#fff}.searchBox:focus-within,.select:focus,.input:focus{border-color:var(--console-green);outline:0;box-shadow:0 0 0 3px #18b9681f}.tag.success{color:#087840;background:#e9faef;border-color:#18b9684d}.tag.warning{color:#8a5b00;background:#fff7df;border-color:#d995164d}.tag.danger{color:#aa2936;background:#fff0f1;border-color:#dc4b554d}.tag.neutral{border-color:var(--console-line);color:var(--console-muted);background:#f5f7f9}.notice.error{color:#9e2733;background:#fff2f3;border-color:#f0b9bd}.insightsHorizontalBarTrack{background:#e6ebf0}.insightsHorizontalBarTrack div{background:var(--console-green)}.insightsBars .insightsBarNew,.insightsBar>div{background:var(--console-blue)}.insightsDataGrid th{color:#596777;background:#f1f4f7}.insightsDataGrid .gridFilterRow th{background:#fff}.gridFilterInput{border-color:var(--console-line);color:var(--console-ink);background:#fff}.gridPopoverPanel{border-color:var(--console-line);background:#fff}@media (width<=900px){.workspace{padding:20px 18px 32px}}.insightsHero{background:linear-gradient(135deg,#fff 0%,#effbf5 58%,#edf5ff 100%);box-shadow:0 18px 42px #18212b1a}.metricCard{background:linear-gradient(150deg,#fff 0%,#f8fafc 100%);box-shadow:0 12px 26px #18212b13}.metricCard:hover{transform:translateY(-2px);box-shadow:0 16px 30px #18212b1c}.panel{box-shadow:0 12px 28px #18212b12}.insightsBars{background:repeating-linear-gradient(#0000 0 39px,#6f80911c 40px),linear-gradient(#fff,#f4f8f6)}.insightsBars .insightsBarNew,.insightsBar>div{box-shadow:0 6px 14px #18b9683d;background:linear-gradient(#53df91,#18b968)!important}.insightsHorizontalBarTrack div{box-shadow:0 3px 9px #2f80ed38;background:linear-gradient(90deg,#2f80ed,#53a7ff)!important}.insightsHorizontalBar:nth-child(2) .insightsHorizontalBarTrack div{background:linear-gradient(90deg,#18b968,#53df91)!important}.insightsHorizontalBar:nth-child(3) .insightsHorizontalBarTrack div{background:linear-gradient(90deg,#8067c7,#b29cf0)!important}.insightsStatList .insightsRow strong{color:var(--console-ink)}.insightsRowButton{border:0;border-bottom:1px solid var(--line);width:100%;color:inherit;font:inherit;text-align:left;background:0 0;margin:0}.insightsRowButton.isSelectable{cursor:pointer}.insightsRowButton.isSelectable:hover{background:#eaf9f0}.insightsRowButton:disabled{cursor:default;opacity:1}.insightsHorizontalBar.insightsRowButton{padding:0;display:block}.insightsEmpty{background:repeating-linear-gradient(135deg,#fbfcfd 0 9px,#f2f7f4 9px 18px);border:1px dashed #cbd6df}.insightsPage{max-width:1560px;margin:0 auto}.insightsPage .insightsHero{background:radial-gradient(circle at 88% 18%,#2f80ed29,#0000 30%),linear-gradient(135deg,#fff 0%,#effbf5 62%,#eaf3ff 100%);justify-content:space-between;align-items:flex-end;gap:28px;min-height:176px;padding:30px 34px;display:flex}.insightsPage .insightsHero h1{margin:6px 0 10px;font-size:clamp(30px,3.4vw,48px)}.insightsPage .insightsHero p{color:#536273;margin:0;font-size:14px}.insightsPage .metricGrid{grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 14px}.insightsPage .behaviorMetricGrid{margin-bottom:18px}.insightsPage .metricCard{border:1px solid #d9e2e8;border-radius:14px;grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr) auto;align-items:start;min-height:132px;padding:20px 22px;display:grid}.insightsPage .metricLabel{letter-spacing:.08em;text-transform:uppercase;grid-area:1/1;max-width:155px;font-size:12px;font-weight:800;line-height:1.25}.insightsPage .metricValue{grid-area:1/2/span 2;align-self:start;margin:-4px 0 0 12px;font-size:clamp(30px,3vw,40px);line-height:1}.insightsPage .metricDetail{grid-area:2/1;align-self:end;max-width:175px;margin-top:14px;font-size:12px;line-height:1.35}.insightsPage .insightsBreakdowns{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;display:grid}.insightsPage .insightsBreakdown{border:1px solid #d9e2e8;min-height:154px;padding:18px 20px}.insightsPage .insightsBreakdown h3{color:#536273;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:13px}.insightsPage .insightsBreakdown strong{color:#152334;font-size:24px}.insightsPage .insightsBreakdown .insightsRow{min-height:29px}.insightsPage .twoColumn{align-items:stretch;margin-bottom:18px}.insightsPage .panel{background:#fffffff5;border:1px solid #d9e2e8;border-radius:16px}.insightsPage .panelHeader{padding:19px 22px 16px}.insightsPage .panelHeader h2{margin-top:5px;font-size:22px}.insightsPage .sectionEyebrow{letter-spacing:.16em;font-size:11px;font-weight:900}.insightsPage .insightsChartPanel{min-height:330px}.insightsPage .insightsBars{border:1px solid #e1e9e5;min-height:230px;margin:0 18px 18px;padding:24px 18px 10px}.insightsPage .insightsBar{height:195px}.insightsPage .insightsBar>div{width:min(100%,30px);min-height:9px}.insightsPage .insightsHorizontalBars{gap:15px;padding:20px 22px 24px}.insightsPage .insightsHorizontalBarLabel{color:#263646;font-size:14px}.insightsPage .insightsHorizontalBarTrack{border:1px solid #dce6eb;height:12px}.insightsPage .insightsStatList{padding:12px 22px 22px}.insightsPage .insightsStatList .insightsRow{min-height:43px;font-size:14px}.insightsPage .insightsStatList .insightsRow strong{font-size:16px}.insightsPage .insightsEmpty{color:#667789;min-height:190px;margin:0 22px 22px;font-size:13px}.insightsPage .insightsGridShell{border-top:1px solid #cfdbe2;margin-top:28px;padding-top:6px}.insightsPage .insightsGridShell>.panelHeader{padding-top:24px}.insightsPage .insightsGridShell>.panelHeader h2{font-size:25px}.insightsPage .gridToolbar{background:#f7fafc;border:1px solid #d9e2e8;border-bottom:0;border-radius:12px 12px 0 0;padding:14px 22px}.insightsPage .insightsGridScroller{background:#fff;border-color:#d9e2e8;border-radius:0 0 12px 12px}.insightsPage .insightsDataGrid th{letter-spacing:.07em;height:46px;font-size:11px}.insightsPage .insightsDataGrid td{color:#263646;height:60px}.insightsPage .insightsDataGrid tbody tr:nth-child(2n) td{background:#fbfcfd}.insightsPage .insightsDataGrid tbody tr:hover td{background:#eaf9f0}.insightsPage .gridCellHint{color:#9a6500}@media (width<=1180px){.insightsPage .metricGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.insightsPage .insightsBreakdowns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.insightsPage .insightsHero{flex-direction:column;align-items:flex-start;padding:24px}.insightsPage .metricGrid,.insightsPage .insightsBreakdowns{grid-template-columns:repeat(2,minmax(0,1fr))}}.adminConsoleTheme,.adminConsoleTheme .workspace,.adminConsoleTheme .panel,.adminConsoleTheme .metricCard,.adminConsoleTheme .tableWrap,.adminConsoleTheme .insightsGridScroller{color:#1f2d3d}.adminConsoleTheme .kvGrid{padding:14px}.adminConsoleTheme .kvGrid div{background:#f7fafc;border-color:#d5e0e8;box-shadow:inset 0 1px #ffffffe6}.adminConsoleTheme .kvGrid span{color:#5a6b7d}.adminConsoleTheme .kvGrid strong{color:#142235}.adminConsoleTheme .detailGrid .miniPanel{background:#fff;border-color:#d5e0e8}.adminConsoleTheme .detailGrid .miniPanelHeader h4,.adminConsoleTheme .detailGrid .miniPanel>h4{color:#1b2b3d}.adminConsoleTheme table td,.adminConsoleTheme .insightsDataGrid td{color:#253547}.adminConsoleTheme table td strong,.adminConsoleTheme .identity strong,.adminConsoleTheme .gridIdentity strong,.adminConsoleTheme .insightsRow strong,.adminConsoleTheme .keyValue strong{color:#142235}.adminConsoleTheme .muted,.adminConsoleTheme .identity span,.adminConsoleTheme .gridIdentity .muted,.adminConsoleTheme .metricDetail,.adminConsoleTheme .emptyText{color:#58697b}.adminConsoleTheme .tableWrap a,.adminConsoleTheme .insightsDataGrid a,.adminConsoleTheme a:not(.button){color:#075fae;font-weight:700}.adminConsoleTheme th,.adminConsoleTheme .insightsDataGrid th,.adminConsoleTheme .gridHeaderButton{color:#536477}.adminConsoleTheme .input,.adminConsoleTheme .select,.adminConsoleTheme .searchBox,.adminConsoleTheme .gridFilterInput{color:#18212b}.adminConsoleTheme input::placeholder,.adminConsoleTheme textarea::placeholder{color:#708094;opacity:1}.adminConsoleTheme .button,.adminConsoleTheme button{color:#18212b}.adminConsoleTheme .button svg,.adminConsoleTheme button svg,.adminConsoleTheme .panelHeader svg{color:currentColor;stroke-width:2.1px}.adminConsoleTheme .tag.success{color:#06743b}.adminConsoleTheme .tag.warning{color:#7a4e00}.adminConsoleTheme .tag.danger{color:#a42532}.adminConsoleTheme .gridCellHint{color:#7a4e00}:root{--bg:#f4f7fa;--surface:#fff;--surface-2:#f5f8fb;--line:#dfe6ee;--text:#17263a;--muted:#6c7c91;--blue:#1687f8;--green:#35b989;--amber:#e49a26;--red:#e55361;--violet:#8a6df2}body{color:#17263a;background:#f4f7fa;min-width:1120px}.appShell{background:#f4f7fa}.rail{color:#fff;background:#10243f;border-right-color:#dfe6ee}.rail .brand,.rail .brand strong,.rail .brandTitle{color:#fff}.rail .brand small,.rail .brandSubtitle,.rail .muted{color:#a9bad0}.navItem{color:#b5c4d6;border-radius:9px}.navItem:hover{color:#fff;background:#183454}.navItem.active{color:#10243f;box-shadow:none;background:#fff}.navItem.active small,.navItem.active span{color:#60758d}.workspace{background:#f4f7fa}.topbar{background:#f4f7faf0;border-bottom-color:#dfe6ee}.topbar h1,.pageTitle,.sectionTitle,.panel h2,.panel h3{color:#17263a}.topbar p,.topbar small,.panelSubtitle,.muted,.subtle{color:#6c7c91}.panel,.metricCard,.heroBand,.tablePanel,.detailPanel,.sectionCard{background:#fff;border-color:#dfe6ee;border-radius:11px;box-shadow:0 3px 12px #18314c0a}.heroBand{background:linear-gradient(115deg,#e8f3fb 0%,#f8fbfd 55%,#eaf8f2 100%)}.metricCard{border-top:3px solid var(--blue)}.metricCard:nth-child(2n){border-top-color:var(--green)}.metricCard:nth-child(3n){border-top-color:var(--amber)}.metricCard:nth-child(4n){border-top-color:var(--violet)}.metricCard strong,.metricCard .metricValue,.metricCard .value{color:#17263a}button,.button,.btn{border-radius:8px}button.primary,.button.primary,.btn.primary,button.primaryButton,.primaryButton{color:#fff;background:#1687f8;border-color:#1687f8}button.secondary,.button.secondary,.btn.secondary{color:#10243f;background:#fff;border-color:#dfe6ee}input,select,textarea{color:#17263a;background:#fff;border-color:#dfe6ee;border-radius:8px}input:focus,select:focus,textarea:focus{border-color:#1687f8;box-shadow:0 0 0 3px #1687f81f}table thead,.dataGridHeader,.gridHeader,.tableHeader{color:#64778e;background:#eef3f8}table tbody tr,.dataGridRow,.gridRow,.tableRow{border-color:#edf1f5}table tbody tr:hover,.dataGridRow:hover,.gridRow:hover,.tableRow:hover{background:#f8fbff}.badge,.statusBadge,.statusPill,.pill{border-radius:999px}.emptyState,.empty,.noData{color:#6c7c91}.drawer,.sidePanel,.detailDrawer{background:#fff;border-left-color:#dfe6ee;box-shadow:-18px 0 50px #10243f2e}
