:root{--ink:#19171a;--muted:#746d71;--line:#e9e3e3;--surface:#fff;--canvas:#f8f7f6;--navy:#171518;--navy-2:#2c282c;--teal:#e30613;--teal-dark:#b80916;--teal-soft:#fff0f1;--blue:#377cf6;--amber:#e99422;--red:#d9534f;--shadow:0 12px 35px #1c2e3412}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.shell{grid-template-columns:244px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--navy);color:#fff;z-index:10;flex-direction:column;width:244px;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:11px;padding:0 9px 25px;display:flex}.brandMark{background:var(--teal);border-radius:12px;place-items:center;width:41px;height:41px;display:grid;overflow:hidden;box-shadow:0 8px 20px #e3061347}.brandMark img{object-fit:contain;width:29px;height:29px}.brand strong,.brand small{display:block}.brand strong{letter-spacing:-.3px;font-size:17px}.brand small{color:#9bb1b8;text-transform:uppercase;letter-spacing:.8px;margin-top:2px;font-size:11px}.sidebar nav{gap:7px;margin-top:26px;display:grid}.navGroupLabel{color:#789098;letter-spacing:.85px;text-transform:uppercase;margin:10px 12px 0;font-size:9px;font-weight:850}.navGroupLabel:first-child{margin-top:0}.navGroupLabel.qa{color:#e5a9ad}.navGroupLabel.production{color:#8de1d3}.sidebar nav a{color:#b9c8cc;border-radius:10px;align-items:center;gap:11px;min-height:44px;padding:0 12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.sidebar nav a:hover,.sidebar nav .navActive{color:#fff;background:#ffffff14}.sidebar nav .navActive{box-shadow:inset 3px 0 var(--teal);background:#e306132e}.sidebarFoot{color:#d7e2e5;border-top:1px solid #ffffff1a;gap:5px;margin-top:auto;padding:20px 10px 5px;font-size:12px;display:grid}.sidebarFoot span{align-items:center;gap:8px;display:flex}.sidebarFoot small{color:#789098}.liveDot{background:#25d9ac;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 4px #25d9ac24}.mobileNavButton,.mobileNavClose,.sidebarBackdrop{display:none}.main{grid-column:2;min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:space-between;align-items:center;height:94px;padding:0 34px;display:flex;position:sticky;top:0}.topbar h1{letter-spacing:-.8px;margin:3px 0 0;font-size:27px}.environmentBadge{letter-spacing:.45px;text-transform:uppercase;vertical-align:middle;border:1px solid #0000;border-radius:999px;align-items:center;width:max-content;margin-left:8px;padding:4px 8px;font-size:9px;font-weight:850;line-height:1;display:inline-flex}.environmentBadge.qa{color:#9b131c;background:#fff0f1;border-color:#f2cdd0}.environmentBadge.production{color:#08715f;background:#e6f7f2;border-color:#bee9dd}.eyebrow{color:var(--teal-dark);text-transform:uppercase;letter-spacing:1.2px;font-size:10px;font-weight:800}.eyebrow.light{color:#8de1d3}.topActions{align-items:center;gap:11px;display:flex}.iconButton{border:1px solid var(--line);cursor:pointer;color:#53616a;background:#fff;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.iconButton:hover{color:var(--ink);border-color:#a9b6ba}.userButton{cursor:pointer;color:var(--ink);text-align:left;background:0 0;border:0;align-items:center;gap:10px;display:flex}.userButton>span:not(.avatar){font-size:12px;font-weight:700;display:grid}.userButton small{color:var(--muted);margin-top:2px;font-size:10px;font-weight:500}.avatar{background:var(--teal-soft);width:36px;height:36px;color:var(--teal-dark);border-radius:10px;place-items:center;font-size:11px;font-weight:800;display:grid}.content{max-width:1600px;margin:0 auto;padding:28px 34px 50px}.statsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.statCard{background:var(--surface);border:1px solid var(--line);border-radius:15px;gap:14px;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 18px #18282d09}.statCard.accent:before{content:"";background:var(--teal);width:3px;position:absolute;inset:0 auto 0 0}.statCard.danger{background:snow;border-color:#f0c9c7}.statIcon{background:var(--teal-soft);width:39px;height:39px;color:var(--teal-dark);border-radius:11px;flex:none;place-items:center;display:grid}.statIcon.blue{color:var(--blue);background:#edf3ff}.statIcon.green{color:#219a61;background:#eaf8f1}.statIcon.red{color:var(--red);background:#fff0ef}.statCard div{display:grid}.statCard small{color:var(--muted);font-size:11px;font-weight:700}.statCard strong{margin:3px 0 2px;font-size:27px;line-height:1.1}.statCard span:not(.statIcon){color:#879198;font-size:10px}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px}.panelHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.panelHeader h2{letter-spacing:-.25px;margin:0;font-size:16px}.panelHeader p{color:var(--muted);margin:4px 0 0;font-size:11px}.panelHeader.compact{padding:17px 19px}.panelHeader.compact>div,.panelHeader.compact h2{align-items:center;gap:10px;display:flex}.queueHealth{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.filters{border-bottom:1px solid var(--line);background:#fafbfb;grid-template-columns:minmax(250px,1fr) repeat(3,minmax(150px,190px));gap:10px;padding:14px 22px;display:grid}.filters select,.searchBox{color:#47545c;background:#fff;border:1px solid #dce2e3;border-radius:9px;height:40px}.filters select{padding:0 11px}.filters .dateFilter input{color:#47545c;background:#fff;border:1px solid #dce2e3;border-radius:9px;height:40px;padding:0 9px}.searchBox{align-items:center;gap:8px;padding:0 12px;display:flex}.searchBox svg{color:#93a0a6}.searchBox input{border:0;outline:0;flex:1;min-width:0}.tableWrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:950px}th{text-align:left;color:#89949a;text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid var(--line);background:#fafbfb;padding:12px 16px;font-size:9px}td{vertical-align:middle;border-bottom:1px solid #edf0f0;padding:15px 16px;font-size:12px}tbody tr{transition:background .15s}tbody tr:hover{background:#fbfdfc}td strong,td small{display:block}td strong{font-size:12px}td small{color:#8b969c;margin-top:4px;font-size:10px}.orderId{color:var(--teal-dark);font-size:12px;font-weight:800}.source{color:#53646c;background:#f1f4f4;border-radius:6px;align-items:center;gap:5px;width:max-content;padding:5px 7px;font-size:9px;font-weight:700;display:flex}.rowAction{color:#93a0a6;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.rowAction:hover{background:var(--teal-soft);color:var(--teal-dark)}.emptyState{text-align:center;height:160px;color:var(--muted)}.emptyState svg{vertical-align:middle;margin-right:8px}.panelFooter{color:var(--muted);justify-content:space-between;padding:13px 20px;font-size:10px;display:flex}.panelFooter a{color:var(--teal-dark);align-items:center;gap:4px;font-weight:700;display:flex}.pagination{align-items:center;gap:8px;display:flex}.pagination button{border:1px solid var(--line);color:var(--teal-dark);cursor:pointer;font:inherit;background:#fff;border-radius:7px;padding:5px 9px;font-weight:700}.pagination button:disabled{opacity:.4;cursor:default}.evidenceList{gap:8px;padding:15px;display:grid}.evidenceItem{border:1px solid var(--line);background:#fbfcfc;border-radius:9px;gap:3px;padding:9px 10px;display:grid}.evidenceItem strong{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.evidenceItem span{color:#526168;font-size:11px;line-height:1.45}.evidenceEmpty{color:var(--muted);padding:15px;font-size:11px}.status{color:#59666e;letter-spacing:.15px;white-space:nowrap;background:#eef1f2;border-radius:999px;align-items:center;width:max-content;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.status-ready_for_review,.status-received{color:#0b806f;background:#e5f7f3}.status-needs_info{color:#a56713;background:#fff4db}.status-approved,.status-submitting{color:#2869cc;background:#edf3ff}.status-created,.status-created_in_deri{color:#218450;background:#e9f7ef}.status-submission_unknown,.status-failed{color:#bb4b45;background:#fff0ef}.status-rejected{color:#626c72;background:#eceff0}.alert{border-radius:11px;align-items:center;gap:10px;margin-bottom:16px;padding:13px 15px;font-size:12px;display:flex}.alert p{margin:2px 0 0}.alert.error{color:#a93a36;background:#fff0ef;border:1px solid #f2cfcc}.alert.success{color:#18734a;background:#eaf8f1;border:1px solid #ccebdc}.alert.warning{color:#946019;background:#fff8e9;border:1px solid #f1dfb7}.alert.info{color:#2a5a78;background:#eef7fb;border:1px solid #cfe5f0}.button{cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 14px;font-size:11px;font-weight:800;transition:all .18s;display:inline-flex}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{color:#fff;background:linear-gradient(135deg,#ee0b18,#bc0010);box-shadow:0 8px 18px #bc001038}.button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #bc00104d}.button.secondary{color:#405058;background:#fff;border:1px solid #d8dfe1}.button.ghost{color:#68747a;background:0 0;border:1px solid #0000}.button.warning{color:#9d5c13;background:#fff4dc;border:1px solid #efd59c}.button.wide{width:100%}.titleWithBack{align-items:center;gap:14px;display:flex}.detailContent{max-width:1480px}.detailGrid{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"conversation conversation conversation conversation conversation conversation""driverchat driverchat driverchat driverchat driverchat driverchat""time time time messages messages messages""driver driver driver deri deri deri""data data data data data data""automatic automatic parser parser source source";align-items:stretch;gap:19px;display:grid}.detailMain,.detailAside{display:contents}.detailGrid>*,.detailGrid .panel{min-width:0}.detailConversation{grid-area:conversation}.driverConversation{grid-area:driverchat;min-width:0}.timeAudit{grid-area:time}.messageAudit{grid-area:messages}.driverPanel{grid-area:driver}.deriPanel{grid-area:deri}.orderDataPanel{grid-area:data}.automaticPanel{grid-area:automatic}.parserPanel{grid-area:parser}.sourcePanel{grid-area:source}.timeAudit,.messageAudit,.driverPanel,.deriPanel{min-width:0}.driverConversationHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.driverConversationHeader>div{min-width:0}.driverConversationHeader h2{align-items:center;gap:7px;margin:0;font-size:14px;display:flex}.driverConversationHeader p{color:var(--muted);margin:5px 0 0;font-size:10px}.driverIdentity{text-align:right;justify-items:end;gap:2px;display:grid}.driverIdentity strong{font-size:10px}.driverIdentity span{color:var(--muted);font-size:9px}.driverAssignmentSelector{gap:8px;margin-top:12px;padding-bottom:3px;display:flex;overflow-x:auto}.driverAssignmentSelector button{text-align:left;color:#344249;cursor:pointer;background:#fff;border:1px solid #dce3e3;border-radius:10px;flex:none;gap:2px;min-width:145px;padding:8px 10px;display:grid}.driverAssignmentSelector button.active{background:#fff3f4;border-color:#e30513;box-shadow:inset 0 0 0 1px #e30513}.driverAssignmentSelector strong{text-transform:uppercase;color:#e30513;font-size:9px}.driverAssignmentSelector span{font-size:10px;font-weight:700}.driverAssignmentSelector small{color:var(--muted);font-size:8px}.driverChatThread{background:#f7f9f9;border:1px solid #e4e9e9;border-radius:12px;flex-direction:column;gap:9px;min-height:120px;max-height:360px;margin-top:14px;padding:15px;display:flex;overflow-y:auto}.driverChatBubble{border-radius:11px;gap:7px;width:min(76%,720px);padding:10px 12px;display:grid;box-shadow:0 2px 7px #1e32370f}.driverChatBubble.out{background:#fff0f1;border:1px solid #f5c9cd;align-self:flex-end}.driverChatBubble.in{background:#eaf8f1;border:1px solid #c8ead9;align-self:flex-start}.driverChatBubble p{white-space:pre-wrap;color:#344249;margin:0;font-size:10px;line-height:1.5}.driverChatBubble footer{color:var(--muted);flex-wrap:wrap;align-items:center;gap:5px;font-size:8px;display:flex}.driverChatBubble footer span{text-transform:uppercase;background:#ffffffb3;border-radius:8px;padding:2px 6px;font-weight:700}.driverChatEmpty{color:var(--muted);text-align:center;margin:auto;font-size:10px}.timeAudit .timeline,.messageAuditList{scrollbar-gutter:stable;max-height:520px;overflow-y:auto}.sectionIcon{width:32px;height:32px;color:var(--teal-dark);background:var(--teal-soft);border-radius:9px;place-items:center;display:grid}.sectionIcon.blue{color:var(--blue);background:#edf3ff}.confidence{color:var(--teal-dark);background:var(--teal-soft);border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font-size:9px;font-weight:800;display:flex}.confidence.low{color:#a56b17;background:#fff3dc}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:19px;display:grid}.formGrid.three{grid-template-columns:repeat(3,minmax(0,1fr));padding:14px 0 0}.formGrid label{min-width:0}.formGrid label>span{color:#657179;text-transform:uppercase;letter-spacing:.35px;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.formGrid input,.formGrid select{color:#29363d;background:#fff;border:1px solid #dbe1e2;border-radius:8px;outline:0;width:100%;height:39px;padding:0 10px;font-size:12px}.formGrid input:focus,.formGrid select:focus{border-color:#63bdae;box-shadow:0 0 0 3px #10a58e14}.formGrid input:disabled,.formGrid select:disabled{color:#647078;background:#f7f8f8}.span2{grid-column:span 2}.span3{grid-column:span 3}.subsection{border-top:1px solid var(--line);margin:0 19px;padding:16px 0 5px}.subsection h3{color:#435159;align-items:center;gap:7px;margin:0;font-size:11px;display:flex}.logisticsEmpty{color:#839096;text-align:center;align-content:center;place-items:center;gap:5px;min-height:150px;display:grid}.logisticsEmpty strong{color:#526168;font-size:12px}.logisticsEmpty p{margin:0;font-size:10px}.rateGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 19px;display:grid}.rateCard{cursor:pointer;text-align:left;background:#fff;border:1px solid #dfe4e5;border-radius:10px;justify-content:space-between;align-items:center;padding:13px;display:flex;position:relative}.rateCard.selected{border-color:var(--teal);box-shadow:0 0 0 2px #10a58e1a}.rateCard span{font-size:11px;font-weight:800}.rateCard small{color:var(--muted);margin-top:3px;font-weight:500;display:block}.rateCard strong{color:var(--teal-dark);font-size:12px}.rateCard i{color:#fff;background:var(--teal);border-radius:50%;place-items:center;width:19px;height:19px;display:grid;position:absolute;top:-6px;right:-6px}.slotSection{border-top:1px solid var(--line);padding:16px 19px}.selectionSummary{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:10px;display:flex}.selectionSummary strong{color:var(--ink)}.slotGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.slotGrid button{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe4e5;border-radius:9px;align-items:center;gap:8px;padding:9px;display:flex}.slotGrid button.selected{border-color:var(--teal);background:#f4fbf9}.slotGrid button span{font-size:10px;font-weight:700}.slotGrid button small{color:var(--muted);margin-top:2px;font-size:9px;display:block}.actionCard{padding:21px}.actionCard h2{margin:14px 0 5px;font-size:15px}.actionCard>p{color:var(--muted);margin:0 0 17px;font-size:11px;line-height:1.55}.actionCard .button+.button{margin-top:8px}.iconBubble{width:43px;height:43px;color:var(--blue);background:#edf3ff;border-radius:12px;place-items:center;display:grid}.iconBubble.green{color:var(--teal-dark);background:var(--teal-soft)}.iconBubble.amber{color:#9d5c13;background:#fff4dc}.trackingBox{color:#207d50;background:#eaf8f1;border-radius:10px;gap:9px;margin-top:14px;padding:12px;display:flex}.trackingBox div{display:grid}.trackingBox small{text-transform:uppercase;font-size:8px}.trackingBox strong{font-size:11px}.trackingBox a{align-items:center;gap:4px;margin-top:4px;font-size:9px;display:flex}.controlSummary{background:#f5f8f7;border-radius:10px;gap:3px;margin:0 0 12px;padding:11px 12px;display:grid}.controlSummary strong{color:#405058;font-size:10px}.controlSummary span{color:var(--muted);font-size:9px}.sourceCard pre{white-space:pre-wrap;color:#526168;background:#fbfcfc;border-radius:0 0 16px 16px;max-height:260px;margin:0;padding:16px;font:10px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.timeline{padding:13px 17px 18px}.timelineItem{grid-template-columns:15px 1fr;gap:8px;padding-bottom:14px;display:grid;position:relative}.timelineItem:not(:last-child):before{content:"";background:#dfe5e5;width:1px;position:absolute;top:12px;bottom:0;left:5px}.timelineItem i{background:var(--teal);width:11px;height:11px;box-shadow:0 0 0 3px var(--teal-soft);z-index:1;border-radius:50%;margin-top:2px}.timelineItem div{display:grid}.timelineItem strong{font-size:9px}.timelineItem span,.timelineItem small{color:var(--muted);margin-top:2px;font-size:8px}.timelineItem .auditMeaning{color:var(--ink-soft,#4a5568);margin-top:2px;font-size:8px;font-style:normal;line-height:1.35}.messageAudit .panelHeader p{color:var(--muted);margin:3px 0 0;font-size:9px}.messageAuditList{padding:8px 17px 17px}.messageAuditItem{border-bottom:1px solid #edf0f0;grid-template-columns:27px minmax(0,1fr);gap:9px;padding:10px 0;display:grid;position:relative}.messageAuditItem:last-child{border-bottom:0}.messageAuditIcon{width:26px;height:26px;color:var(--blue);background:#edf3ff;border-radius:8px;place-items:center;display:grid}.messageAuditIcon.read{color:var(--teal-dark);background:var(--teal-soft)}.messageAuditIcon.failed{color:#b20b16;background:#fff0f1}.messageAuditHeading{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.messageAuditHeading strong{font-size:10px}.audiencePill{color:#51616a;text-transform:uppercase;letter-spacing:.35px;background:#eef2f3;border-radius:999px;padding:3px 6px;font-size:7px;font-weight:900}.audiencePill.customer{color:#285f84;background:#eaf5fb}.messageAuditItem p{color:#59676e;white-space:pre-wrap;margin:4px 0 6px;font-size:9px;line-height:1.45}.messageAuditItem time{color:var(--muted);margin-top:5px;font-size:8px;display:block}.messageStates{flex-wrap:wrap;gap:4px;display:flex}.messageState{color:#647178;text-transform:uppercase;background:#f0f3f3;border-radius:5px;padding:3px 6px;font-size:7px;font-weight:850}.messageState.delivered,.messageState.read{color:#08715f;background:#e6f7f2}.messageState.failed{color:#aa101b;background:#fff0f1}.messageState.sending{color:#8a651d;background:#fff5dc}.messageError{color:#aa101b;margin-top:5px;font-size:8px;line-height:1.4;display:block}.orderSource{color:#285f84;white-space:nowrap;background:#eaf5fb;border-radius:7px;align-items:center;gap:5px;padding:5px 7px;font-size:8px;font-weight:850;display:inline-flex}.orderSource.whatsapp{color:#08715f;background:#e6f7f2}.orderSource.manual{color:#7a5a1d;background:#fff5dc}.loadingPage{min-height:70vh;color:var(--muted);justify-content:center;align-items:center;gap:9px;display:flex}.loadErrorPage{text-align:center;flex-direction:column;padding:24px}.loadErrorPage strong{color:var(--ink);font-size:16px}.loadErrorPage>span{max-width:560px;font-size:11px;line-height:1.5}.loadErrorActions{gap:9px;margin-top:8px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.settingsIntro{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.settingsIntro h2{margin:0}.settingsIntro p{color:var(--muted);max-width:680px;font-size:12px;line-height:1.6}.settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-bottom:18px;display:grid}.settingCard{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:43px 1fr auto;align-items:center;gap:12px;padding:17px;display:grid}.settingCard h3{margin:0;font-size:13px}.settingCard p{color:var(--muted);margin:4px 0 0;font-size:10px}.settingCard .check{color:var(--teal)}.branchPage{max-width:1560px}.branchStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.branchStats article{border:1px solid var(--line);color:var(--teal-dark);background:#fff;border-radius:13px;align-items:center;gap:13px;padding:16px 18px;display:flex}.branchStats article div{display:grid}.branchStats strong{color:var(--ink);font-size:23px;line-height:1}.branchStats span{color:var(--muted);margin-top:4px;font-size:10px}.branchWorkspace{grid-template-columns:minmax(330px,.72fr) minmax(520px,1.28fr);align-items:stretch;gap:18px;min-height:680px;display:grid}.branchDirectory{min-width:0;overflow:hidden}.branchFilters{border-bottom:1px solid var(--line);background:#fafbfb;grid-template-columns:1fr 150px;gap:8px;padding:13px;display:grid}.branchFilters .searchBox,.branchFilters select{background:#fff;border:1px solid #dce2e3;border-radius:9px;height:39px}.branchFilters select{color:#4c5960;min-width:0;padding:0 9px}.branchList{max-height:575px;padding:8px;overflow-y:auto}.branchList>button{text-align:left;cursor:pointer;width:100%;color:var(--ink);background:#fff;border:0;border-bottom:1px solid #edf0f0;border-radius:9px;grid-template-columns:31px 1fr;gap:9px;padding:11px 10px;display:grid}.branchList>button:hover{background:#f7fbfa}.branchList>button.selected{background:var(--teal-soft);box-shadow:inset 3px 0 var(--teal)}.branchList button>span:last-child{min-width:0;display:grid}.branchList strong{font-size:11px}.branchList small{color:var(--teal-dark);margin-top:3px;font-size:9px;font-weight:700}.branchList em{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:9px;font-style:normal;overflow:hidden}.branchPin{width:28px;height:28px;color:var(--teal-dark);background:#eef8f5;border-radius:8px;place-items:center;display:grid}.branchLoading{height:180px;color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.branchMapPanel{grid-template-rows:auto minmax(420px,1fr) auto;display:grid;overflow:hidden}.branchMapHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:19px 21px;display:flex}.branchMapHeader h2{margin:4px 0 2px;font-size:17px}.branchMapHeader p{color:var(--muted);margin:0;font-size:10px}.branchCode{color:#647178;text-overflow:ellipsis;background:#f0f3f3;border-radius:7px;max-width:250px;padding:6px 8px;font:8px ui-monospace,monospace;overflow:hidden}.branchMap{min-height:420px;color:var(--muted);background:#e5ebea;place-items:center;display:grid}.branchMap iframe{border:0;width:100%;height:100%;min-height:420px}.branchDetails{border-top:1px solid var(--line);grid-template-columns:1.7fr 1fr 1fr auto;align-items:center;gap:13px;padding:16px 19px;display:grid}.branchDetails>div{min-width:0;color:var(--teal-dark);align-items:flex-start;gap:8px;display:flex}.branchDetails span{min-width:0;display:grid}.branchDetails small{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:8px}.branchDetails strong{color:var(--ink);margin-top:3px;font-size:9px;line-height:1.35}.branchDetails a{color:var(--teal-dark);white-space:nowrap;align-items:center;gap:5px;font-size:9px;font-weight:800;display:flex}.branchMapEmpty{min-height:600px;color:var(--muted);place-content:center;justify-items:center;gap:8px;display:grid}.branchSource{color:var(--muted);margin:12px 2px 0;font-size:9px;line-height:1.5}.branchMapFallback{text-align:center;justify-items:center;gap:10px;display:grid}.branchMapFallback strong{color:var(--ink);font-size:12px}.branchMapFallback a{background:var(--teal);color:#fff;border-radius:8px;align-items:center;gap:6px;padding:9px 12px;font-size:10px;font-weight:800;display:inline-flex}.loginPage{z-index:100;background:#fff;grid-template-columns:1.15fr .85fr;display:grid;position:fixed;inset:0}.loginHero{color:#fff;background:radial-gradient(circle at 12% 84%,#e3061373,#0000 31%),radial-gradient(circle at 85% 8%,#ffffff14,#0000 23%),linear-gradient(145deg,#171518,#31282b);flex-direction:column;justify-content:space-between;padding:50px 7vw;display:flex}.loginBrand{align-items:center;display:flex}.loginBrand img{object-fit:contain;width:154px;height:auto}.loginHero h1{letter-spacing:-3.5px;max-width:670px;margin:17px 0;font-size:clamp(42px,5.3vw,76px);line-height:.99}.loginHero p{color:#ddd3d5;max-width:590px;font-size:16px;line-height:1.6}.loginHero>small{color:#b7a2a6}.loginPanel{background:#f7f9f8;place-items:center;padding:40px;display:grid}.loginCard{width:min(390px,100%)}.loginCard h2{letter-spacing:-.7px;margin:18px 0 7px;font-size:27px}.loginCard p{color:var(--muted);margin:0 0 23px;font-size:13px;line-height:1.6}.loginCard>small{text-align:center;color:#8b969c;margin-top:16px;font-size:9px;display:block}@media (max-width:1100px){.statsGrid{grid-template-columns:repeat(2,1fr)}.detailGrid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"conversation conversation""driverchat driverchat""time messages""driver deri""data data""automatic parser""source source"}.branchWorkspace{grid-template-columns:1fr}.branchDirectory{max-height:520px}.branchList{max-height:380px}.branchDetails{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.shell{display:block}.main{grid-column:auto;width:100%}.sidebar{visibility:hidden;pointer-events:none;z-index:50;width:min(86vw,300px);height:100dvh;padding:24px 18px;transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%)}.sidebar.open{visibility:visible;pointer-events:auto;transform:translate(0);box-shadow:16px 0 40px #00000040}.sidebar nav,.sidebarFoot{display:grid}.mobileNavButton{top:max(12px, env(safe-area-inset-top));left:max(14px, env(safe-area-inset-left));z-index:32;width:42px;height:42px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #ded8d8;border-radius:11px;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 5px 16px #1c2e341f}.mobileNavClose{z-index:2;color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:12px;right:10px}.sidebarBackdrop.open{z-index:45;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#13111485;border:0;display:block;position:fixed;inset:0}.topbar,.globalAlerts{padding-left:68px}}@media (max-width:760px){.topbar{gap:10px;height:auto;min-height:78px;padding:12px 12px 12px 66px}.topbar h1{overflow-wrap:anywhere;font-size:clamp(19px,6vw,25px)}.titleWithBack{gap:8px;min-width:0}.titleWithBack>div{min-width:0}.topActions{flex:none;gap:6px}.userButton>span:not(.avatar){display:none}.content{padding:14px 12px 34px}.globalAlerts{padding:10px 12px 0}.globalAlert{align-items:flex-start;padding:12px}.globalAlert>svg{flex:none;margin-top:1px}.globalAlert div{min-width:0}.globalAlert strong,.globalAlert span{overflow-wrap:anywhere}.statsGrid{grid-template-columns:1fr 1fr}.filters{grid-template-columns:1fr;padding:12px}.panelHeader{align-items:flex-start;gap:10px;padding:16px}.queueHealth{display:none}.detailGrid{grid-template-columns:minmax(0,1fr);grid-template-areas:"conversation""driverchat""time""messages""driver""deri""data""automatic""parser""source"}.driverConversationHeader{flex-direction:column}.driverIdentity{text-align:left;justify-items:start}.driverChatBubble{width:92%}.timeAudit .timeline,.messageAuditList{max-height:none}.messageAuditItem{grid-template-columns:25px minmax(0,1fr)}.messageAuditItem p,.timelineItem span,.timelineItem small{overflow-wrap:anywhere}.formGrid,.formGrid.three,.rateGrid,.slotGrid{grid-template-columns:1fr}.span2,.span3{grid-column:auto}.branchStats,.branchFilters{grid-template-columns:1fr}.branchMapPanel{grid-template-rows:auto 360px auto}.branchMap iframe{min-height:360px}.branchDetails{grid-template-columns:1fr}.loginPage{grid-template-columns:1fr;overflow:auto}.loginHero{min-height:45vh;padding:35px 25px}.loginHero h1{letter-spacing:-2px}.loginPanel{padding:45px 25px}}@media (max-width:480px){.statsGrid{grid-template-columns:1fr}.topActions .status{display:none}.settingsGrid{grid-template-columns:1fr}}.reportsGrid{grid-template-columns:1.2fr .8fr;gap:18px;margin-top:18px;display:grid}.reportPanel{margin-top:18px;padding-bottom:14px}.reportPanel .panelHeader h2{align-items:center;gap:7px;display:flex}.chartScroll{padding:6px 18px 12px;overflow-x:auto}.chartLegend{color:var(--muted);gap:16px;padding:4px 0 10px;font-size:11px;font-weight:700;display:flex}.chartLegend i{vertical-align:-1px;border-radius:3px;width:10px;height:10px;margin-right:5px;display:inline-block}.branchBars{gap:8px;padding:8px 18px 4px;display:grid}.branchBarRow{grid-template-columns:170px 1fr 34px 34px;align-items:center;gap:10px;display:grid}.branchBarLabel{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.branchBarTrack{background:#f1efe9;border-radius:5px;height:10px;overflow:hidden}.branchBarTrack i{border-radius:5px;height:100%;display:block}.branchBarRow strong{text-align:right;font-size:12px}.branchBarRow small{color:var(--muted);font-size:10px}.statusChips{flex-wrap:wrap;gap:8px;padding:6px 18px 14px;display:flex}.statusChip{color:var(--muted);border:1px solid var(--line);background:#f4f2ec;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:700}.statusChip:hover{color:var(--ink);border-color:#b9c3ca}.statusChip strong{color:var(--ink);margin-left:4px}.reportDetailLink{color:#146c62;align-items:center;gap:4px;margin-top:4px;font-size:10px;font-weight:800;text-decoration:none;display:inline-flex}.reportDetailLink:hover{text-decoration:underline}.reportScopeNote{color:var(--muted);margin:9px 2px 0;font-size:10px;line-height:1.45}.coverageBadge{color:#146c62;white-space:nowrap;background:#edf8f5;border:1px solid #b9dcd6;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.slaOverview{grid-template-columns:.9fr 1.1fr;gap:26px;padding:4px 18px 12px;display:grid}.slaHighlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.slaHighlights div{border:1px solid var(--line);background:#f7f9fa;border-radius:10px;gap:2px;padding:12px;display:grid}.slaHighlights small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:800}.slaHighlights strong{color:var(--ink);font-size:19px}.slaHighlights span{color:var(--muted);font-size:10px}.reportColumns{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:16px;display:grid}.detailContent>.panel{margin-bottom:14px}.detailContent>.alert .button{flex:none;margin-left:auto}.slaBands{align-content:center;gap:12px;display:grid}.slaBand{grid-template-columns:120px 1fr 38px;align-items:center;gap:10px;display:grid}.slaBand>div:first-child{grid-template-columns:10px 1fr;align-items:center;column-gap:5px;display:grid}.slaBand>div:first-child small{color:var(--muted);grid-column:2;font-size:9px}.slaBand>b{text-align:right;font-size:11px}.slaDot{border-radius:50%;width:8px;height:8px}.slaBandTrack{background:#eeece7;border-radius:999px;height:9px;overflow:hidden}.slaBandTrack i{border-radius:inherit;min-width:2px;height:100%;display:block}.slaDot.good,.slaBandTrack i.good{background:#1e9b69}.slaDot.warn,.slaBandTrack i.warn{background:#e7a42b}.slaDot.bad,.slaBandTrack i.bad{background:#d83b4a}.measurementNote{color:var(--muted);border-top:1px dashed var(--line);margin:0;padding:7px 18px 12px;font-size:10px;line-height:1.45}.riderReportPanel{overflow:hidden}.riderTable{min-width:1040px}.riderTable th{white-space:nowrap}.riderTable td{vertical-align:middle}.riderTable td:first-child{min-width:210px}.riderTable td small{margin-top:4px}.miniBands{flex-wrap:wrap;gap:4px;min-width:190px;display:flex}.miniBands span,.slaBadge{white-space:nowrap;border-radius:999px;padding:3px 6px;font-size:9px;font-weight:800}.miniBands .good,.slaBadge.good{color:#116a49;background:#e2f5ec}.miniBands .warn,.slaBadge.warn{color:#8a5b09;background:#fff1ce}.miniBands .bad,.slaBadge.bad{color:#a22332;background:#fde7ea}.slaBadge.neutral{color:var(--muted);background:#f0efeb}.dangerText{color:#b42331;font-weight:800}.dateFilter{color:var(--muted);gap:4px;font-size:11px;font-weight:700;display:grid}.closeControls{align-items:center;gap:8px;display:flex}.closeControls input{border:1px solid var(--line);font:inherit;border-radius:9px;padding:8px 10px}.printLetterhead{display:none}@media (max-width:1100px){.reportsGrid,.slaOverview{grid-template-columns:1fr}}@media (max-width:900px){.reportColumns{grid-template-columns:1fr}}@media (max-width:620px){.slaHighlights{grid-template-columns:1fr 1fr}.slaBand{grid-template-columns:100px 1fr 34px}.detailContent>.alert .button{width:100%;margin-left:0}}@media print{.sidebar,.printHide,.topbar{display:none!important}.main{width:100%}.content{padding:0}.panel,.statCard{box-shadow:none;break-inside:avoid}.printLetterhead{border-bottom:3px solid #e30613;gap:2px;margin-bottom:14px;padding:14px 16px;display:grid}.printLetterhead strong{color:#171518;font-size:22px}.printLetterhead span{color:#444;font-size:12px}.printLetterhead small{color:#777;font-size:10px}}.chatThread{flex-direction:column;gap:8px;max-height:260px;margin-top:12px;padding:4px;display:flex;overflow-y:auto}.chatEmpty{color:var(--muted);text-align:center;padding:14px 0;font-size:10px}.chatBubble{border-radius:11px;flex-direction:column;gap:3px;max-width:85%;padding:7px 10px;display:flex}.chatBubble.in{background:#f1f3f4;align-self:flex-start}.chatBubble.out{background:var(--teal-soft);border:1px solid #f6d4d7;align-self:flex-end}.chatBody{color:var(--ink);white-space:pre-wrap;word-break:break-word;font-size:11px;line-height:1.4}.chatAction{color:var(--teal-dark);background:#fff;border:1px solid #b9dcd6;border-radius:7px;align-self:flex-start;align-items:center;gap:4px;margin-top:3px;padding:5px 8px;font-size:9px;font-weight:800;text-decoration:none;display:inline-flex}.chatAction:hover{border-color:var(--teal)}.chatMeta{color:var(--muted);font-size:8px}.chatCompose{flex-direction:column;gap:7px;margin-top:10px;display:flex}.chatCompose textarea{resize:vertical;width:100%;font:inherit;border:1px solid #dce2e3;border-radius:9px;padding:8px 10px;font-size:11px}.chatHint{color:var(--muted);margin-top:10px;font-size:10px;line-height:1.5}.newOrderToast{cursor:pointer;width:100%;font:inherit;color:#fff;background:linear-gradient(135deg,#ee0b18,#bc0010);border:0;border-radius:12px;align-items:center;gap:11px;margin-bottom:14px;padding:15px 18px;font-size:14px;font-weight:800;animation:1.1s ease-in-out infinite toastPulse;display:flex;box-shadow:0 10px 26px #bc001057}@keyframes toastPulse{0%,to{transform:none;box-shadow:0 10px 26px #bc001057}50%{transform:scale(1.008);box-shadow:0 14px 34px #bc00108c}}.deriCode{color:var(--teal-dark);border-top:1px dashed var(--line);margin-top:5px;padding-top:4px;font-family:ui-monospace,monospace;font-size:10px;font-weight:800;display:block}.driverWithSignal,.combinedSla{align-items:center;gap:7px;display:flex}.driverSignal{border-radius:50%;flex:none;width:9px;height:9px;animation:1.15s ease-in-out infinite driverSignalPulse}.driverSignal.pending{background:#e9a31b;box-shadow:0 0 0 4px #e9a31b24}.driverSignal.confirmed{background:#21a366;box-shadow:0 0 0 4px #21a36624}.driverSignal.reassign{background:#dc3545;box-shadow:0 0 0 4px #dc354524}.combinedSla{flex-direction:column;align-items:flex-start;gap:5px}@keyframes driverSignalPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.42;transform:scale(.82)}}@media (prefers-reduced-motion:reduce){.driverSignal{animation:none}}.globalAlerts{flex-direction:column;gap:10px;padding:16px 26px 0;display:flex}.globalAlert{border-radius:12px;align-items:center;gap:13px;padding:13px 16px;text-decoration:none;display:flex}.globalAlert div{gap:3px;display:grid}.globalAlert strong{font-size:13px}.globalAlert span{font-size:11px;line-height:1.45}.globalAlert.takeover{color:#8a5a12;background:#fff4dc;border:1px solid #efce8a;animation:1.6s ease-in-out infinite takeoverPulse}@keyframes takeoverPulse{0%,to{border-color:#efce8a}50%{border-color:#e0a63b}}.globalAlert.incident{color:#a02020;background:#fdecec;border:1px solid #f2b8b8}.globalAlert.driverIncident{color:#fff;background:linear-gradient(135deg,#a9000d,#e30613);border-color:#8f000b;box-shadow:0 9px 24px #bc001042}.globalAlert.incompleteIncident{color:#7d5000;background:#fff5d9;border-color:#e8bf55}.globalAlert.cancellationIncident{color:#6b21a8;background:#f3e8ff;border-color:#c084fc}.globalAlert.otherIncident{color:#8e2424;background:#fff1f1;border-color:#efb7b7}.globalAlert.newOrder{color:#fff;background:linear-gradient(135deg,#ee0b18,#bc0010);box-shadow:0 8px 22px #bc001047}.globalAlert.incident.critical{border-width:2px;animation:1.1s ease-in-out infinite toastPulse}.alert.cancellation{color:#6b21a8;background:#f3e8ff;border:1px solid #c084fc}.inlineDetailAction{color:#fff;background:#0f766e;border:1px solid #0f766e;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:min(100%,250px);min-height:34px;margin-top:10px;padding:8px 14px;font-size:10.5px;font-weight:850;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s;display:inline-flex;box-shadow:0 4px 10px #0f766e29}.inlineDetailAction:hover{background:#0b5f59;border-color:#0b5f59;transform:translateY(-1px);box-shadow:0 6px 14px #0f766e3d}.inlineDetailAction:focus-visible{outline-offset:2px;outline:3px solid #2dd4bf66}.customerShell .sidebar{background:linear-gradient(#132d2a,#0a211f)}.customerTopbar{border-top:3px solid var(--teal)}.customerReadOnly{color:#08715f;background:#e6f7f2;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:850;display:inline-flex}.customerPortal{max-width:1600px}.customerRangeBar{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;grid-template-columns:minmax(220px,1fr) auto 150px 150px;align-items:end;gap:10px;margin-bottom:14px;padding:13px 16px;display:grid}.customerRangeBar>div:first-child{gap:3px;display:grid}.customerRangeBar>div:first-child strong{font-size:11px}.customerRangeBar>div:first-child span{color:var(--muted);font-size:9px}.customerRangePresets{gap:5px;display:flex}.customerRangePresets button{color:#335f58;cursor:pointer;background:#f7faf9;border:1px solid #cfdad7;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:800}.customerRangePresets button:hover{background:#eef9f6;border-color:#7bc7b9}.customerActiveAttention{color:#9b2424;background:#fff1f1;border:1px solid #efb7b7;border-radius:11px;align-items:center;gap:8px;margin-bottom:14px;padding:11px 14px;display:flex}.customerActiveAttention strong{font-size:11px}.customerActiveAttention span{color:#8b4d4d;font-size:9px}.customerLifetimeSummary{color:#526168;background:#f7faf9;border:1px solid #dbe6e3;border-radius:10px;align-items:center;gap:18px;margin:-5px 0 18px;padding:10px 14px;font-size:10px;display:flex}.customerLifetimeSummary strong{color:#173f39}.customerLifetimeSummary span+span{border-left:1px solid #dbe6e3;padding-left:18px}.customerIntro{color:#fff;background:radial-gradient(circle at 88% 16%,#ffffff26,#0000 24%),linear-gradient(135deg,#0f7668,#12433d);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:24px 26px;display:flex;box-shadow:0 14px 32px #0f5c522e}.customerIntro span{color:#bfe8df;text-transform:uppercase;letter-spacing:.55px;font-size:10px;font-weight:800}.customerIntro h2{letter-spacing:-.7px;margin:5px 0 6px;font-size:27px}.customerIntro p{color:#d9f0eb;max-width:720px;margin:0;font-size:12px;line-height:1.55}.customerRate{background:#ffffff14;border:1px solid #fff3;border-radius:14px;flex:none;justify-items:center;min-width:155px;padding:15px 20px;display:grid}.customerRate strong{font-size:32px;line-height:1}.customerRate span{color:#d9f0eb;text-transform:none;letter-spacing:0;margin-top:7px}.customerSummaryGrid{grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:18px;margin-bottom:18px;display:grid}.customerChartPanel,.customerProcessPanel{min-height:270px}.chartKey{vertical-align:-1px;border-radius:3px;width:9px;height:9px;margin:0 4px 0 8px;display:inline-block}.chartKey.created,.customerBars .created{background:#2a78d6}.chartKey.delivered,.customerBars .delivered{background:#16a36a}.customerDailyChart{align-items:stretch;gap:5px;height:205px;padding:18px 20px 12px;display:flex;overflow-x:auto}.customerDay{flex:1;grid-template-rows:1fr 18px;justify-items:center;gap:4px;min-width:20px;display:grid}.customerBars{border-bottom:1px solid #e8eceb;justify-content:center;align-items:flex-end;gap:2px;width:100%;display:flex}.customerBars i{border-radius:4px 4px 1px 1px;width:min(8px,42%);min-height:3px;display:block}.customerDay small{color:var(--muted);font-size:8px}.customerEmpty{color:var(--muted);text-align:center;padding:70px 20px;font-size:11px}.customerStageList{gap:5px;padding:10px 16px 16px;display:grid}.customerStageList button{color:#526168;cursor:pointer;background:#f7f9f8;border:1px solid #0000;border-radius:9px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.customerStageList button:hover,.customerStageList button.selected{color:#08715f;background:#eef9f6;border-color:#9dd8ce}.customerStageList span{font-size:10px;font-weight:750}.customerStageList strong{font-size:13px}.customerOrdersPanel{margin-bottom:18px;overflow:hidden}.customerFilters{grid-template-columns:minmax(280px,1fr) repeat(2,minmax(160px,210px))}.customerStage{color:#335f58;white-space:nowrap;background:#eaf6f3;border-radius:999px;width:max-content;padding:5px 8px;font-size:9px;font-weight:850;display:inline-flex}.customerStage.transit{color:#285f84;background:#eaf5fb}.customerStage.delivered{color:#18734a;background:#eaf8f1}.customerStage.exception{color:#a93a36;background:#fff0ef}.customerOrderActions{white-space:nowrap}.customerOrderActions a{width:30px;height:30px;color:var(--teal-dark);border-radius:8px;place-items:center;display:inline-grid}.customerOrderActions a:hover{background:var(--teal-soft)}.customerBranchPanel{overflow:hidden}.customerBranchPanel .panelHeader h2,.customerOrderFacts .panelHeader h2{align-items:center;gap:7px;display:flex}.customerBranchGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:14px;display:grid}.customerBranchGrid button{border:1px solid var(--line);text-align:left;cursor:pointer;min-width:0;color:var(--ink);background:#fbfcfc;border-radius:10px;justify-content:space-between;gap:12px;padding:12px;display:flex}.customerBranchGrid button:hover{background:#f2fbf8;border-color:#9dd8ce}.customerBranchGrid button>span{min-width:0;display:grid}.customerBranchGrid button>span:last-child{text-align:right;flex:none}.customerBranchGrid strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.customerBranchGrid b{color:var(--teal-dark);font-size:17px}.customerBranchGrid small{color:var(--muted);margin-top:4px;font-size:8px}.customerOrderHero{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:22px 24px;display:flex}.customerOrderHero h2{margin:9px 0 3px;font-size:22px}.customerOrderHero p{color:var(--muted);margin:0;font-size:11px}.customerDetailGrid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;margin-bottom:18px;display:grid}.customerTimeline{min-height:440px}.customerTimeline .timeline{padding:22px}.customerTimeline .timelineItem{padding-bottom:22px}.customerTimeline .timelineItem strong{font-size:11px}.customerTimeline .timelineItem span,.customerTimeline .timelineItem small{font-size:9px}.customerDetailCards{grid-template-columns:1fr;gap:10px;display:grid}.customerInfoCard{grid-template-columns:43px 1fr;align-items:center;gap:13px;padding:16px;display:grid}.customerInfoCard h3{margin:0 0 4px;font-size:11px}.customerInfoCard p{color:var(--ink);margin:0;font-size:11px;line-height:1.45}.customerInfoCard small{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.4;display:block}.customerTraceabilityGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.customerTraceabilityGrid>.panel{min-width:0;min-height:520px}.customerTraceabilityGrid>.timeAudit,.customerTraceabilityGrid>.messageAudit{grid-area:auto}.customerTraceabilityGrid .panelHeader h2{align-items:center;gap:7px;display:flex}.customerTraceabilityGrid .timeline,.customerTraceabilityGrid .messageAuditList{scrollbar-gutter:stable;max-height:620px;overflow-y:auto}.customerTimeAudit .timeline{padding:18px 22px}.customerTimeAudit .timelineItem{padding-bottom:20px}.customerTimeAudit .timelineItem strong{font-size:11px}.customerTimeAudit .timelineItem span,.customerTimeAudit .timelineItem small{font-size:9px}.customerMessageAudit .messageAuditList{padding:10px 20px 20px}.customerMessageAudit .messageAuditItem p{color:#3f4d53;font-size:10px;line-height:1.55}.customerMessageAudit .messageAuditHeading strong{font-size:10px}.customerAuditEmpty{color:var(--muted);text-align:center;margin:0;padding:56px 24px;font-size:10px;line-height:1.5}.customerOrderFacts{overflow:hidden}.customerOrderFacts dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin:0;padding:18px 22px;display:grid}.customerOrderFacts dl div{gap:4px;min-width:0;display:grid}.customerOrderFacts dt{color:var(--muted);text-transform:uppercase;letter-spacing:.45px;font-size:8px;font-weight:800}.customerOrderFacts dd{margin:0;font-size:11px;font-weight:750}.customerOrderFacts dd small{color:var(--muted);margin-top:3px;font-size:8px;font-weight:500;display:block}.customerNotes{background:#f5f8f7;border-radius:10px;margin:0 22px 20px;padding:13px}.customerNotes strong{text-transform:uppercase;font-size:9px}.customerNotes p{color:#526168;margin:5px 0 0;font-size:10px;line-height:1.5}@media (max-width:1180px){.customerRangeBar{grid-template-columns:1fr 1fr}.customerSummaryGrid,.customerDetailGrid,.customerTraceabilityGrid{grid-template-columns:1fr}.customerProcessPanel{min-height:auto}.customerStageList,.customerFilters{grid-template-columns:repeat(2,minmax(0,1fr))}.customerFilters .searchBox{grid-column:span 2}}.analyticsPage{--v2-ink:#211d27;--v2-muted:#766f7d;--v2-line:#e7e3ea;--v2-purple:#7357e8;--v2-green:#159b70;--v2-amber:#d88a17;--v2-red:#d84757}.analyticsPage .analyticsBody{max-width:1760px;padding-top:24px}.analyticsPage .analyticsTabs button{min-width:112px;height:48px;font-size:12px}.analyticsPage .analyticsFooter{font-size:10px}.v2ViewLead{justify-content:space-between;align-items:flex-end;gap:24px;margin:8px 0 20px;display:flex}.v2ViewLead>div:first-child>span,.v2PanelHeader>div>span{color:var(--v2-purple);letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:900}.v2ViewLead h1{color:var(--v2-ink);letter-spacing:-1.1px;margin:6px 0 4px;font-size:clamp(26px,2.2vw,36px);line-height:1.08}.v2ViewLead p{max-width:850px;color:var(--v2-muted);margin:0;font-size:13px;line-height:1.5}.v2ViewLead>button{color:#514a59;cursor:pointer;background:#fff;border:1px solid #dcd7e1;border-radius:12px;align-items:center;gap:8px;min-height:44px;padding:0 15px;font-size:12px;font-weight:800;display:flex}.v2MetricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.v2MetricGrid.compact{margin-bottom:16px}.v2Metric{border:1px solid var(--v2-line);background:#fff;border-radius:17px;align-items:flex-start;gap:13px;min-height:128px;padding:17px;display:flex;box-shadow:0 8px 24px #221b2c0a}.v2Metric>span{color:#6549d3;background:#f0ecff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.v2Metric>div{min-width:0;display:grid}.v2Metric small{color:#7c7583;letter-spacing:.25px;font-size:11px;font-weight:820}.v2Metric strong{color:var(--v2-ink);letter-spacing:-.8px;text-overflow:ellipsis;white-space:nowrap;margin:7px 0 4px;font-size:clamp(22px,2vw,31px);line-height:1;overflow:hidden}.v2Metric p{color:#99929e;margin:0;font-size:11px;line-height:1.35}.v2Metric.green>span{color:#087d59;background:#e7f7f1}.v2Metric.blue>span{color:#3476dd;background:#edf3ff}.v2Metric.red>span{color:#c73c4c;background:#ffedef}.v2Metric.amber>span{color:#b6700b;background:#fff3db}.v2Metric.rose>span{color:#c64e68;background:#fff0f3}.v2Metric.cyan>span{color:#237f97;background:#e9f7fb}.v2Metric.featured{background:linear-gradient(145deg,#fff,#f7f4ff);border-color:#cfc5f6;box-shadow:0 10px 28px #684ed21a}.v2Metric.featured>span{color:#fff;background:linear-gradient(135deg,#6546d4,#8c6ced)}.v2TwoColumns{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;display:grid}.v2Panel{margin-bottom:15px;padding-bottom:20px}.v2PanelHeader{justify-content:space-between;align-items:flex-start;gap:20px;min-height:88px;padding:21px 22px 16px;display:flex}.v2PanelHeader h2{color:var(--v2-ink);letter-spacing:-.45px;margin:5px 0 3px;font-size:20px;line-height:1.2}.v2PanelHeader p{color:#8a8390;max-width:760px;margin:0;font-size:12px;line-height:1.45}.v2LinkButton,.v2FooterAction{color:#6448d1;cursor:pointer;white-space:nowrap;background:0 0;border:0;font-size:12px;font-weight:850}.v2StatusTrack{background:#efedf1;border-radius:999px;height:16px;margin:3px 22px 16px;display:flex;overflow:hidden}.v2StatusTrack i{min-width:2px}.v2StatusTrack .delivered{background:#19a779}.v2StatusTrack .progress{background:#7357e8}.v2StatusTrack .failed{background:#e04b5b}.v2StatusCards{grid-template-columns:repeat(3,1fr);gap:10px;padding:0 22px;display:grid}.v2StatusCards>div{background:#fbfafc;border:1px solid #ece8ef;border-radius:14px;align-content:center;min-height:108px;padding:14px;display:grid}.v2StatusCards span{color:#6d6673;align-items:center;gap:7px;font-size:12px;font-weight:750;display:flex}.v2StatusCards strong{margin:8px 0 3px;font-size:27px;line-height:1}.v2StatusCards small{color:#99929e;font-size:10px}.v2StatusCards .delivered svg{color:var(--v2-green)}.v2StatusCards .progress svg{color:var(--v2-purple)}.v2StatusCards .failed svg{color:var(--v2-red)}.v2BandList{gap:15px;padding:2px 22px 4px;display:grid}.v2BandList.horizontal{grid-template-columns:repeat(2,minmax(0,1fr))}.v2BandList>div{gap:8px;display:grid}.v2BandList header{color:#5c5562;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.v2BandList header span{align-items:center;gap:8px;display:flex}.v2BandList header i{border-radius:3px;width:9px;height:9px}.v2BandList header strong{color:var(--v2-ink);font-size:13px}.v2BandList header small{color:#928b97;margin-left:6px;font-size:11px;font-weight:650}.v2BandList>div>span{background:#efedf1;border-radius:999px;height:10px;overflow:hidden}.v2BandList>div>span i{border-radius:inherit;min-width:2px;height:100%;display:block}.v2BandList .band0{background:#19a779}.v2BandList .band1{background:#eba43b}.v2BandList .band2{background:#ef5966}.v2BandList .band3{background:#a62632}.v2RankingPanel{padding-bottom:12px}.v2Segmented{background:#f8f7fa;border:1px solid #e1dce6;border-radius:11px;gap:3px;padding:3px;display:flex}.v2Segmented button{color:#746d7b;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:34px;padding:0 12px;font-size:11px;font-weight:800}.v2Segmented button.active{color:#fff;background:#6f53dc;box-shadow:0 4px 12px #6f53dc38}.v2RankColumns{grid-template-columns:1fr 1fr;gap:14px;padding:0 22px;display:grid}.v2RankList{border:1px solid #ebe7ed;border-radius:15px;overflow:hidden}.v2RankList>header{background:#fbfafc;border-bottom:1px solid #eeeaf0;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;display:flex}.v2RankList>header span{color:#494250;align-items:center;gap:7px;font-size:12px;font-weight:850;display:flex}.v2RankList.best>header svg{color:var(--v2-green)}.v2RankList.worst>header svg{color:var(--v2-red)}.v2RankList>header small{color:#9a939f;font-size:9px}.v2RankRow{border-bottom:1px solid #f0edf2;grid-template-columns:28px minmax(0,1fr) 76px;align-items:center;gap:11px;min-height:82px;padding:11px 14px;display:grid}.v2RankRow:last-child{border-bottom:0}.v2RankRow>b{color:#7357e8;background:#f0ecff;border-radius:8px;place-items:center;width:26px;height:26px;font-size:11px;display:grid}.v2RankRow>div{gap:4px;min-width:0;display:grid}.v2RankRow>div strong{color:#2d2832;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.v2RankRow>div small{color:#948d99;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.v2RankRow>span{justify-items:end;font-size:13px;font-weight:900;display:grid}.v2RankRow>span small{color:#918a96;margin-top:4px;font-size:9px;font-weight:650}.v2FooterAction{align-items:center;gap:6px;margin:14px 22px 0 auto;display:flex}.v2FooterAction svg{transform:rotate(90deg)}.v2NoSample{color:#8e8793;text-align:center;margin:0;padding:24px;font-size:12px}.v2ScoreBar{background:#ece9ef;border-radius:999px;width:100%;height:7px;display:block;position:relative;overflow:visible}.v2ScoreBar i{border-radius:inherit;background:#8b8490;height:100%;display:block}.v2ScoreBar.good i{background:var(--v2-green)}.v2ScoreBar.warn i{background:#e6a133}.v2ScoreBar.bad i{background:#df4d5d}.v2ScoreBar em{opacity:.55;background:#29242e;border-radius:2px;width:2px;height:13px;position:absolute;top:-3px}.good{color:#087c58}.warn{color:#a9690d}.bad{color:#bb3444}.neutral{color:#89828e}.v2DailyPulse{padding-bottom:16px}.v2PulseRows,.v2GeoRows,.v2WeekRows,.v2HourRows,.v2SimpleDaily{padding:0 22px;display:grid}.v2PulseRows>div{border-top:1px solid #efecf1;grid-template-columns:110px 1.2fr 1fr;align-items:center;gap:18px;min-height:62px;display:grid}.v2PulseRows time,.v2HourRows time,.v2SimpleDaily time{color:#4e4755;text-transform:capitalize;font-size:11px;font-weight:800}.v2PulseRows>div>div{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.v2PulseRows>div>div:nth-child(2){grid-template-columns:1fr;gap:5px}.v2PulseRows small{color:#908994;font-size:10px}.v2PulseRows strong{text-align:right;min-width:52px;font-size:12px}.v2VolumeBar{background:#efedf2;border-radius:999px;width:100%;height:9px;display:block;overflow:hidden}.v2VolumeBar i{border-radius:inherit;background:linear-gradient(90deg,#7357e8,#a17cf0);height:100%;display:block}.v2Toolbar{align-items:center;gap:8px;display:flex}.v2Toolbar.wide{flex-wrap:wrap;justify-content:flex-end}.v2Toolbar label{color:#8d8692;background:#fff;border:1px solid #ded9e2;border-radius:10px;align-items:center;gap:8px;min-width:240px;height:40px;padding:0 11px;display:flex}.v2Toolbar input{color:#403a46;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.v2Toolbar select{color:#514a58;background:#fff;border:1px solid #ded9e2;border-radius:10px;height:40px;padding:0 10px;font-size:11px;font-weight:720}.v2TablePanel{padding-bottom:0}.analyticsPage .v2Table{min-width:1180px}.analyticsPage .v2Table th{letter-spacing:.35px;height:44px;padding:0 14px;font-size:9px}.analyticsPage .v2Table td{color:#5b5461;height:66px;padding:9px 14px;font-size:11px}.analyticsPage .v2Table td>strong{color:#29242e;font-size:12px;display:block}.analyticsPage .v2Table td>small{color:#958e9a;align-items:center;gap:4px;margin-top:4px;font-size:9px;display:flex}.analyticsPage .v2Table td .v2ScoreBar{width:92px;margin-top:7px}.v2Pill,.v2DriverState{border-radius:999px;align-items:center;padding:5px 8px;font-size:10px;font-weight:850;display:inline-flex}.v2Pill.good{background:#e7f7f1}.v2Pill.warn{background:#fff2d8}.v2Pill.bad{background:#ffedef}.v2DriverState.on{color:#087c58;background:#e7f7f1}.v2DriverState.off{color:#746d78;background:#efedf0}.v2DriverState.unknown{color:#a96a0c;background:#fff2d8}.v2GeoRows>div{border-top:1px solid #efecf1;grid-template-columns:minmax(160px,.65fr) 1.2fr 1fr 92px;align-items:center;gap:18px;min-height:70px;display:grid}.v2GeoRows>div>div:first-child{gap:3px;display:grid}.v2GeoRows strong{color:#302a35;font-size:12px}.v2GeoRows small{color:#918a96;font-size:9px}.v2GeoRows>div>div:nth-child(2){gap:5px;display:grid}.v2GeoRows>div>div:nth-child(3){grid-template-columns:1fr 58px;align-items:center;gap:8px;display:grid}.v2GeoRows>div>span:last-child{color:#625b68;text-align:right;font-size:11px}.v2WeekRows>div{border-top:1px solid #efecf1;grid-template-columns:110px 170px 1fr 62px 90px;align-items:center;gap:15px;min-height:66px;display:grid}.v2WeekRows strong{color:#332d38;font-size:12px}.v2WeekRows>div>span{color:#8a838f;font-size:10px}.v2WeekRows b{text-align:right;font-size:12px}.v2WeekRows small{color:#766f7b;text-align:right;font-size:10px}.v2HourRows>div{border-top:1px solid #efecf1;grid-template-columns:75px 1.05fr 1fr 90px 85px;align-items:center;gap:17px;min-height:64px;display:grid}.v2HourRows>div>div{gap:5px;display:grid}.v2HourRows>div>div:nth-child(3){grid-template-columns:1fr 58px;align-items:center;gap:8px}.v2HourRows small{color:#918a96;font-size:9px}.v2HourRows strong{text-align:right;font-size:11px}.v2HourRows>div>span{color:#5f5864;text-align:right;font-size:11px}.v2HourRows em{background:#f1eff3;border-radius:999px;justify-self:end;padding:5px 7px;font-size:9px;font-style:normal;font-weight:820}.v2HourRows em.good{background:#e7f7f1}.v2HourRows em.warn{background:#fff2d8}.v2HourRows em.bad{background:#ffedef}.v2StateDistribution{background:#efedf1;border-radius:999px;height:18px;margin:5px 22px 16px;display:flex;overflow:hidden}.v2StateDistribution i{min-width:2px}.v2StateLegend{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 22px;display:grid}.v2StateLegend>div{border:1px solid #ece8ef;border-radius:11px;grid-template-columns:9px 1fr auto;align-items:center;gap:8px;padding:11px;display:grid}.v2StateLegend i{border-radius:3px;width:9px;height:9px}.v2StateLegend span{color:#665f6b;font-size:11px}.v2StateLegend strong{color:#2c2631;font-size:13px}.v2StateLegend small{color:#918a96;grid-column:2/4;font-size:9px}.v2SimpleDaily>div{border-top:1px solid #efecf1;grid-template-columns:92px 1fr 85px;align-items:center;gap:12px;min-height:54px;display:grid}.v2SimpleDaily strong{text-align:right;font-size:11px}.v2MinuteBar{background:#efedf1;border-radius:999px;height:8px;overflow:hidden}.v2MinuteBar i{border-radius:inherit;background:linear-gradient(90deg,#3e3941,#827985);height:100%;display:block}.v2LiveLead{align-items:center}.v2LiveLead>div:last-child{gap:8px;display:flex}.v2LiveLead>div:last-child span{color:#7d7582;background:#fff;border:1px solid #e3dfe6;border-radius:13px;min-width:132px;padding:10px 13px;font-size:10px;display:grid}.v2LiveLead>div:last-child strong{color:#29232e;font-size:21px}.v2LiveLead>div:last-child .risk{color:#b63b4b;background:#fff5f6;border-color:#f0cbd0}.v2LiveNotice{color:#137b59;background:#eef9f5;border:1px solid #cee8dd;border-radius:13px;align-items:flex-start;gap:10px;margin-bottom:15px;padding:12px 14px;display:flex}.v2LiveNotice svg{flex:none}.v2LiveNotice p{color:#527167;margin:0;font-size:11px;line-height:1.45}.v2LiveNotice strong{color:#176d51}.v2LiveGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.v2LiveGrid article{background:#fff;border:1px solid #e7e3e9;border-left:4px solid #19a779;border-radius:16px;flex-direction:column;min-height:205px;padding:16px;display:flex;box-shadow:0 8px 24px #221b2c0a}.v2LiveGrid article.warning{border-left-color:#e4a033}.v2LiveGrid article.critical{border-left-color:#df4d5d}.v2LiveGrid article.waiting{border-left-color:#7357e8}.v2LiveGrid article header{justify-content:space-between;align-items:center;gap:10px;display:flex}.v2LiveGrid article header span{color:#8d8692;text-transform:uppercase;font-size:9px;font-weight:850}.v2LiveGrid article header b{color:#5d5662;background:#f0eef2;border-radius:999px;padding:5px 8px;font-size:9px}.v2LiveGrid article>div{gap:3px;margin:24px 0 16px;display:grid}.v2LiveGrid article>div strong{color:#251f2a;letter-spacing:-.8px;font-size:28px}.v2LiveGrid article>div small{color:#89828e;font-size:10px}.v2LiveGrid article h2{color:#332d38;margin:0 0 6px;font-size:13px}.v2LiveGrid article p{color:#766f7b;align-items:center;gap:5px;margin:0;font-size:11px;display:flex}.v2LiveGrid article footer{color:#99929e;margin-top:auto;padding-top:16px;font-size:9px}.v2LiveEmpty{color:#817a86;text-align:center;background:#ffffff80;border:1px dashed #d8d3dc;border-radius:18px;grid-column:1/-1;place-content:center;justify-items:center;min-height:310px;display:grid}.v2LiveEmpty>span{color:#0d855f;background:#e4f7ef;border-radius:17px;place-items:center;width:58px;height:58px;display:grid}.v2LiveEmpty h2{color:#332d38;margin:14px 0 5px;font-size:19px}.v2LiveEmpty p{max-width:480px;margin:0;font-size:12px;line-height:1.5}@media (max-width:1180px){.v2MetricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.v2TwoColumns{grid-template-columns:1fr}.v2GeoRows>div{grid-template-columns:150px 1fr 1fr}.v2GeoRows>div>span:last-child{display:none}.v2LiveGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.v2PanelHeader{flex-direction:column}.v2Toolbar{flex-wrap:wrap;width:100%}.v2Toolbar label{flex:1}}@media (max-width:760px){.v2ViewLead,.v2LiveLead{flex-direction:column;align-items:flex-start}.v2ViewLead h1{font-size:26px}.v2LiveLead>div:last-child{width:100%}.v2LiveLead>div:last-child span{flex:1;min-width:0}.v2MetricGrid{grid-template-columns:1fr 1fr}.v2Metric{min-height:118px;padding:13px}.v2Metric>span{width:36px;height:36px}.v2Metric strong{font-size:22px}.v2PanelHeader{min-height:0;padding:17px 15px 13px}.v2PanelHeader h2{font-size:18px}.v2StatusCards,.v2RankColumns,.v2StateLegend,.v2BandList.horizontal{grid-template-columns:1fr}.v2StatusCards,.v2RankColumns,.v2BandList,.v2StateLegend{padding-left:15px;padding-right:15px}.v2Segmented{width:100%}.v2Segmented button{flex:1;padding:0 5px}.v2PulseRows,.v2GeoRows,.v2WeekRows,.v2HourRows,.v2SimpleDaily{padding:0 15px}.v2PulseRows>div,.v2GeoRows>div,.v2WeekRows>div,.v2HourRows>div{grid-template-columns:1fr;gap:7px;padding:13px 0}.v2GeoRows>div>span:last-child{text-align:left;display:block}.v2WeekRows b,.v2WeekRows small,.v2HourRows>div>span,.v2HourRows em{text-align:left;justify-self:start}.v2Toolbar,.v2Toolbar.wide{flex-direction:column;align-items:stretch}.v2Toolbar label{width:100%;min-width:0}.v2Toolbar select{width:100%}.v2LiveGrid{grid-template-columns:1fr}}.analyticsPage{--logix-red:#e20613;--logix-charcoal:#231f20;--logix-black:#020202;--logix-gray:#ededed}.analyticsHero{background:radial-gradient(circle at 83% 12%,#e206134d,#0000 32%),linear-gradient(118deg,#020202 0%,#171415 60%,#231f20 100%);padding-top:23px}.analyticsHero:after{content:"";border:1px solid #e2061333;border-radius:50%;width:330px;height:330px;position:absolute;bottom:-105px;right:7%;box-shadow:0 0 0 46px #e2061309,0 0 0 92px #e2061306}.analyticsHeroGlow{background:radial-gradient(circle,#e2061357,#0000 70%)}.analyticsBrandLockup{z-index:1;align-items:center;gap:13px;width:max-content;margin-bottom:5px;display:flex;position:relative}.analyticsBrandLockup img{object-fit:contain;object-position:left center;width:147px;height:48px}.analyticsBrandLockup span{color:#fff;letter-spacing:-.4px;border-left:1px solid #ffffff3d;padding-left:13px;font-size:17px;font-weight:820}.analyticsProduct{color:#cfc9cb}.analyticsProduct i{background:linear-gradient(135deg,#e20613,#9f111b);box-shadow:0 8px 22px #e2061340}.analyticsProduct b{color:#fff;background:#e2061329;border-color:#e2061375}.analyticsHero h1 em{color:#ff3340}.analyticsFreshness i{background:#ff3642;box-shadow:0 0 0 4px #e2061326}.analyticsFreshness.demo i{background:#f0ae43;box-shadow:0 0 0 4px #f0ae4321}.analyticsTabs{z-index:2;scrollbar-width:thin;overflow-x:auto}.analyticsTabs button{min-width:100px}.analyticsTabs button.active{background:linear-gradient(#e2061317,#ffffff0b)}.analyticsBody{background:linear-gradient(#f5f4f4,#f9f8f8 50%,#f3f2f2)}.analyticsPresets button.active,.analyticsPresets button:hover{color:#c6000b;background:#fff0f1}.analyticsSectionLead>button,.qualitySeal{color:#c9000b;background:#fff;border-color:#efc5c8}.analyticsSectionLead>button:hover{color:#fff;background:#e20613;border-color:#e20613}.insightKpi.violet,.insightKpi.rose{color:#d40a16}.insightKpi.violet .insightKpiIcon,.insightKpi.rose .insightKpiIcon{background:#fff0f1}.insightKpi.blue,.insightKpi.cyan{color:#231f20}.insightKpi.blue .insightKpiIcon,.insightKpi.cyan .insightKpiIcon{background:#ededed}.insightKpi.featured{border-color:#efb8bc;box-shadow:0 13px 35px #e206131a}.insightKpi.featured:after{background:linear-gradient(90deg,#e20613,#ff5964)}.insightPanelEyebrow{color:#d10a16}.insightHeaderMetric{color:#b8000b;background:#fff0f1}.insightChampion{background:linear-gradient(135deg,#231f20,#8d0e16 62%,#e20613)}.championIcon{color:#fff;background:#e2061366}.insightChampion small,.insightChampion p{color:#f4d9db}.miniProgress i{background:linear-gradient(90deg,#e20613,#ff5964)}.qualityCard.violet>span,.qualityCard.rose>span{color:#d00a15;background:#fff0f1}.contractMark{color:#fff;background:#e20613}.qualitySeal{color:#c4000b}.deepStatGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:14px;display:grid}.deepStat{background:#fff;border:1px solid #e5e1e2;border-radius:17px;align-items:flex-start;gap:12px;min-height:132px;padding:16px;display:flex;box-shadow:0 8px 25px #231f2009}.deepStat>span{color:#fff;background:#e20613;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.deepStat>div{min-width:0;display:grid}.deepStat small{color:#918a8c;text-transform:uppercase;letter-spacing:.45px;font-size:8px;font-weight:820}.deepStat strong{color:#231f20;text-overflow:ellipsis;white-space:nowrap;margin:6px 0 3px;font-size:18px;line-height:1.08;overflow:hidden}.deepStat p{color:#aaa4a5;margin:0;font-size:8px}.deepStat.green>span{background:#18a878}.deepStat.amber>span{color:#231f20;background:#f0b24d}.deepStat.dark>span{background:#231f20}.tallChart{height:390px}.cityScoreList{gap:3px;padding-top:4px;display:grid}.cityScoreList>div{border-bottom:1px solid #f0edef;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:48px;display:grid}.cityScoreList>div>span{color:#c1bbbd;font-size:8px;font-weight:900}.cityScoreList div div{display:grid}.cityScoreList strong{color:#403a3c;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.cityScoreList small{color:#aaa4a5;font-size:7px}.cityScoreList b{border-radius:999px;padding:5px 7px;font-size:8px}.cityScoreList b.good{color:#137b59;background:#e9f7f2}.cityScoreList b.warn{color:#9c6818;background:#fff3de}.cityScoreList b.bad{color:#b60611;background:#fff0f1}.hourMatrixPanel{margin-top:14px}.matrixLegend{color:#898285;flex-wrap:wrap;gap:12px;font-size:8px;display:flex}.matrixLegend span{align-items:center;gap:5px;display:flex}.matrixLegend i{border-radius:3px;width:7px;height:7px}.matrixLegend i.good{background:#18a878}.matrixLegend i.warn{background:#e9a23b}.matrixLegend i.bad{background:#e20613}.hourMatrix{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;display:grid}.hourMatrix>div{border-radius:13px;align-content:center;justify-items:center;min-height:100px;display:grid}.hourMatrix>div.good{color:#10694c;background:#eaf7f2}.hourMatrix>div.warn{color:#8e5e15;background:#fff3dd}.hourMatrix>div.bad{color:#a50610;background:#fff0f1}.hourMatrix strong{font-size:8px}.hourMatrix b{color:#231f20;margin:5px 0 2px;font-size:20px}.hourMatrix span{font-size:9px;font-weight:900}.hourMatrix small{color:#8d8688;margin-top:3px;font-size:7px}.driverQuadrant{overflow:hidden}.driverBubbleGrid{flex-wrap:wrap;place-content:center;gap:12px;min-height:375px;padding:10px;display:flex}.driverBubbleGrid>div{width:var(--size);text-align:center;justify-items:center;display:grid}.driverBubbleGrid>div>span{width:var(--size);height:var(--size);color:#fff;font-size:calc(var(--size) * .23);background:radial-gradient(circle at 35% 28%,#f14852,#e20613 58%,#8e0b13);border:1px solid #efbfc2;border-radius:50%;place-items:center;font-weight:900;display:grid;box-shadow:0 10px 22px #e2061324}.driverBubbleGrid strong{color:#4b4446;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:5px;font-size:7px;overflow:hidden}.driverBubbleGrid small{color:#aaa3a5;font-size:6px}.driverState,.orderState{white-space:nowrap;border-radius:999px;padding:5px 7px;font-size:7px;font-weight:850;display:inline-flex}.driverState.on,.orderState.done{color:#147b59;background:#e9f7f2}.driverState.off,.orderState.failed{color:#b00611;background:#fff0f1}.driverState.unknown{color:#716a6c;background:#ededed}.orderState.active{color:#986316;background:#fff3de}.slaBandReport{margin-top:14px}.slaBandReport .insightPanelHeader>strong{color:#231f20;font-size:26px}.slaBandTrack{background:#ededed;border-radius:999px;height:14px;display:flex;overflow:hidden}.slaBandTrack div{min-width:3px}.slaBandCards{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.slaBandCards>div{border:1px solid #eee9ea;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:10px;display:grid}.slaBandCards i{border-radius:3px;width:8px;height:8px}.slaBandCards span{color:#7d7678;font-size:8px}.slaBandCards strong{color:#231f20;font-size:13px}.slaBandCards b{color:#a49d9f;grid-column:2/4;font-size:8px}.economicStats .deepStat strong{font-size:22px}.coveragePanel{align-content:start;display:grid}.coverageRings{justify-content:center;gap:25px;padding:16px 0;display:flex}.coverageRings>div{background:conic-gradient(#e20613 var(--coverage),#eee9ea 0);border-radius:50%;place-content:center;justify-items:center;width:115px;height:115px;display:grid;position:relative}.coverageRings>div:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:10px}.coverageRings strong,.coverageRings span{z-index:1;position:relative}.coverageRings strong{color:#231f20;font-size:20px}.coverageRings span{color:#9b9496;font-size:8px}.distanceMetric{border-top:1px solid #eee9ea;align-items:center;gap:12px;padding:14px 10px 0;display:flex}.distanceMetric>svg{color:#e20613}.distanceMetric div{display:grid}.distanceMetric small{color:#999294;font-size:8px}.distanceMetric strong{color:#231f20;font-size:19px}.distanceMetric p{color:#aaa3a5;margin:2px 0 0;font-size:7px}.analyticsNotice{color:#8c5a10;background:#fff8eb;border:1px solid #edd8ba;border-radius:13px;align-items:flex-start;gap:10px;margin-top:14px;padding:12px 14px;display:flex}.analyticsNotice div{display:grid}.analyticsNotice strong{font-size:9px}.analyticsNotice span{margin-top:2px;font-size:8px;line-height:1.5}.exceptionChooser{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.exceptionChooser button{color:#746d6f;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e1e2;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:83px;padding:13px;display:grid}.exceptionChooser button span{font-size:9px;font-weight:800}.exceptionChooser button strong{color:#231f20;font-size:20px}.exceptionChooser button.active{color:#fff;background:linear-gradient(135deg,#e20613,#a40d16);border-color:#e20613;box-shadow:0 10px 25px #e2061329}.exceptionChooser button.active strong{color:#fff}.tableEmpty{color:#15805d;place-content:center;justify-items:center;gap:8px;min-height:180px;font-size:9px;display:grid}.orderTools{gap:8px;display:flex}.orderTools select{color:#50494b;background:#fff;border:1px solid #dedadc;border-radius:10px;min-width:150px;padding:0 10px;font-size:9px}.orderDetailPanel .analyticsTableWrap{max-height:620px;overflow:auto}.orderDetailPanel thead{z-index:2;background:#f9f8f8;position:sticky;top:0}@media (max-width:1200px){.deepStatGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.hourMatrix{grid-template-columns:repeat(5,minmax(0,1fr))}.slaBandCards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.analyticsBrandLockup img{width:125px;height:41px}.analyticsBrandLockup span{font-size:14px}.deepStatGrid,.exceptionChooser{grid-template-columns:1fr}.hourMatrix{grid-template-columns:repeat(3,minmax(0,1fr))}.slaBandCards{grid-template-columns:1fr}.orderTools{flex-direction:column;width:100%}.orderTools .analyticsSearch,.orderTools select{width:100%;min-height:38px}.coverageRings{gap:12px}.coverageRings>div{width:96px;height:96px}.customerRangeBar{grid-template-columns:1fr;align-items:stretch}.customerRangePresets{flex-wrap:wrap}.customerLifetimeSummary,.customerActiveAttention{flex-direction:column;align-items:flex-start;gap:6px}.customerLifetimeSummary span+span{border-left:0;padding-left:0}.customerIntro,.customerOrderHero{flex-direction:column;align-items:flex-start}.customerRate{width:100%}.customerStageList,.customerFilters,.customerOrderFacts dl{grid-template-columns:1fr}.customerFilters .searchBox{grid-column:auto}.customerBranchGrid{grid-template-columns:1fr}.customerReadOnly{display:none}}.operationalPill,.slaPill{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;width:max-content;padding:4px 8px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.operationalPill.green,.slaPill.green{color:#166534;background:#dcfce7}.operationalPill.amber,.slaPill.amber{color:#92400e;background:#fef3c7}.operationalPill.red,.slaPill.red{color:#991b1b;background:#fee2e2}.operationalPill.blue{color:#1d4ed8;background:#dbeafe}.operationalPill.neutral,.slaPill.unmeasured{color:#475569;background:#f1f5f9}.liveDuration{font-variant-numeric:tabular-nums;color:#172033;white-space:nowrap;font-weight:800}.scheduledOrder{color:#2456a6;text-transform:uppercase;letter-spacing:.04em;background:#eef4ff;border-radius:999px;width:max-content;margin-top:5px;padding:3px 7px;font-size:8px;font-weight:800;display:block}.delayTabs{border:1px solid var(--line);background:#f4f6f6;border-radius:11px;gap:7px;width:max-content;max-width:100%;margin-bottom:14px;padding:4px;display:flex}.delayTabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:9px 13px;font-size:11px;font-weight:800;display:flex}.delayTabs button span{color:#59666b;background:#e5e9e9;border-radius:999px;min-width:23px;padding:2px 6px;font-size:9px}.delayTabs button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #102a2a14}.delayTabs button.active span{color:#c9132d;background:#feecef}.delayFilters{grid-template-columns:minmax(240px,1.5fr) repeat(5,minmax(140px,1fr));gap:9px;margin-bottom:16px;display:grid}.delayFilters>input,.delayFilters>select{background:#fff;border:1px solid #dce2e3;border-radius:9px;min-width:0;height:40px;padding:0 10px}.delayFilters .dateFilter input{height:40px}.delayCharts{grid-template-columns:1fr 1fr;gap:16px;margin:16px 0;display:grid}.miniBars{gap:10px;display:grid}.miniBars>div{grid-template-columns:130px 1fr 30px;align-items:center;gap:8px;font-size:11px;display:grid}.miniBars i{background:#e11d2e;border-radius:999px;height:12px;display:block}.delayClassify{grid-template-columns:minmax(230px,1fr) minmax(190px,1fr) auto;gap:7px;display:grid}.delayClassify select,.delayClassify input{min-width:0}@media (max-width:1200px){.delayFilters{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1000px){.delayCharts,.delayClassify{grid-template-columns:1fr}}@media (max-width:700px){.delayFilters{grid-template-columns:1fr}}.backupDrivers{background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;gap:7px;padding:12px;display:grid}.backupDrivers>div{border-top:1px solid #fed7aa;padding-top:7px;display:grid}.backupDrivers small{color:#6b7280}.backupDrivers label{color:#7c2d12;gap:6px;font-size:12px;font-weight:700;display:grid}.backupDrivers select,.backupDrivers input{color:#111827;background:#fff;border:1px solid #fdba74;border-radius:8px;width:100%;padding:9px 10px}.thirdPartyFields{grid-template-columns:1fr 1fr;gap:8px;border-top:0!important;padding-top:0!important;display:grid!important}.selectedBackup{color:#166534;background:#f0fdf4;border-radius:8px;align-items:center;gap:7px;border:1px solid #bbf7d0!important;grid-template-columns:none!important;padding:9px!important;display:flex!important}.insightsNav{position:relative}.insightsNav small{color:#fff;letter-spacing:.45px;text-transform:uppercase;background:linear-gradient(135deg,#8667f2,#c756cf);border-radius:999px;margin-left:auto;padding:3px 6px;font-size:7px;font-weight:900}.analyticsPage{--insight-ink:#17151d;--insight-muted:#787582;--insight-line:#e9e7ec;--insight-canvas:#f6f5f8;--insight-violet:#7357e8;--insight-violet-deep:#4d35b6;--insight-green:#13a474;min-height:100vh;color:var(--insight-ink);background:radial-gradient(circle at 85% 7%, #7e5beb17, transparent 24rem), radial-gradient(circle at 12% 35%, #13a4740d, transparent 28rem), var(--insight-canvas);font-feature-settings:"tnum" 1, "ss01" 1}.analyticsPage button,.analyticsPage select,.analyticsPage input{font:inherit}.analyticsHero{color:#fff;background:linear-gradient(116deg,#17151c 0%,#211d2b 55%,#29213e 100%);padding:29px 34px 0;position:relative;overflow:hidden}.analyticsHero:before{content:"";opacity:.18;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 85%);mask-image:linear-gradient(90deg,#000,#0000 85%)}.analyticsHeroGlow{filter:blur(15px);opacity:.3;background:#815ff1;border-radius:50%;width:390px;height:390px;position:absolute;top:-250px;right:-90px}.analyticsHeroTop{z-index:1;justify-content:space-between;align-items:flex-start;gap:28px;display:flex;position:relative}.analyticsProduct{color:#c9c1df;letter-spacing:1.05px;text-transform:uppercase;align-items:center;gap:8px;width:max-content;font-size:10px;font-weight:850;display:flex}.analyticsProduct i{color:#fff;background:linear-gradient(135deg,#7e61ed,#b24fce);border-radius:8px;place-items:center;width:26px;height:26px;display:grid;box-shadow:0 8px 22px #7e61ed59}.analyticsProduct b{color:#d6d0e7;border:1px solid #ffffff29;border-radius:999px;margin-left:3px;padding:3px 6px;font-size:7px}.analyticsHero h1{letter-spacing:-1.8px;margin:14px 0 8px;font-size:clamp(28px,3vw,44px);line-height:1.04}.analyticsHero h1 em{color:#a58ef8;font-family:Georgia,serif;font-weight:500}.analyticsHero p{color:#a9a3b4;margin:0;font-size:12px}.analyticsHeroActions{align-items:center;gap:9px;display:flex}.analyticsFreshness{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0e;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;min-height:43px;margin-right:5px;padding:0 14px;display:flex}.analyticsFreshness>i{background:#32d19a;border-radius:50%;width:8px;height:8px;animation:2s infinite insightPulse;box-shadow:0 0 0 5px #32d19a1f}.analyticsFreshness span{color:#9e98a9;gap:2px;font-size:9px;display:grid}.analyticsFreshness b{color:#fff;font-size:10px}.analyticsIconButton{color:#dcd8e4;cursor:pointer;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:12px;place-items:center;width:43px;height:43px;transition:all .18s;display:grid}.analyticsIconButton:hover{color:#fff;background:#ffffff1f;transform:translateY(-1px)}.analyticsTabs{z-index:1;gap:5px;margin-top:26px;display:flex;position:relative}.analyticsTabs button{color:#9993a4;cursor:pointer;background:0 0;border:0;border-radius:11px 11px 0 0;justify-content:center;align-items:center;gap:7px;min-width:106px;height:44px;font-size:11px;font-weight:750;display:flex;position:relative}.analyticsTabs button:after{content:"";background:0 0;border-radius:2px;height:2px;position:absolute;bottom:0;left:15px;right:15px}.analyticsTabs button:hover{color:#e8e4ed}.analyticsTabs button.active{color:#fff;background:#ffffff0f}.analyticsTabs button.active:after{background:linear-gradient(90deg,#8d72f5,#c55bd4)}.analyticsTabs button span{background:#ffffff1a;border-radius:999px;place-items:center;min-width:19px;height:18px;font-size:8px;display:grid}.analyticsBody{max-width:1700px;margin:0 auto;padding:21px 30px 48px}.analyticsFilterBar{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border:1px solid #e1dee5eb;border-radius:15px;align-items:end;gap:10px;margin-bottom:18px;padding:13px 14px;display:flex;position:relative;box-shadow:0 10px 30px #1f192d0b}.analyticsFilterBar>label,.analyticsMoreFilters label{color:#8a8591;letter-spacing:.5px;text-transform:uppercase;gap:5px;min-width:125px;font-size:8px;font-weight:850;display:grid}.analyticsFilterBar input,.analyticsFilterBar select,.analyticsMoreFilters select{color:#494550;text-transform:none;background:#fff;border:1px solid #e3e0e6;border-radius:9px;outline:0;min-width:0;height:36px;padding:0 9px;font-size:10px;font-weight:650}.analyticsFilterBar input:focus,.analyticsFilterBar select:focus{border-color:#9580e7;box-shadow:0 0 0 3px #7357e814}.analyticsPresets{align-items:center;gap:4px;margin-right:auto;display:flex}.analyticsPresets>span{color:#645f6b;align-items:center;gap:6px;margin-right:5px;font-size:10px;font-weight:800;display:flex}.analyticsPresets button{color:#8b8692;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;height:33px;padding:0 9px;font-size:9px;font-weight:750}.analyticsPresets button:hover,.analyticsPresets button.active{color:#573fc2;background:#f3f0ff;border-color:#ded7fb}.analyticsMoreFilters{position:relative}.analyticsMoreFilters summary{color:#645f6b;cursor:pointer;background:#fff;border:1px solid #e3e0e6;border-radius:9px;align-items:center;gap:6px;height:36px;padding:0 11px;font-size:9px;font-weight:800;list-style:none;display:flex}.analyticsMoreFilters summary::-webkit-details-marker{display:none}.analyticsMoreFilters>div{background:#fff;border:1px solid #e2dfe6;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:10px;min-width:470px;padding:13px;display:grid;position:absolute;top:43px;right:0;box-shadow:0 18px 45px #211b2d1f}.analyticsError{color:#9f303a;background:#fff4f4;border:1px solid #f2c9cc;border-radius:12px;align-items:center;gap:11px;margin-bottom:16px;padding:11px 13px;display:flex}.analyticsError div{flex:1;gap:2px;font-size:10px;display:grid}.analyticsError strong{font-size:11px}.analyticsError button{color:#9f303a;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:800}.insightKpiGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.insightKpi{border:1px solid var(--insight-line);background:#fff;border-radius:17px;flex-direction:column;justify-content:space-between;min-height:142px;padding:15px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #231b360b}.insightKpi:after{content:"";opacity:.1;background:currentColor;border-radius:50%;width:90px;height:90px;position:absolute;top:-42px;right:-42px}.insightKpi.featured{background:linear-gradient(145deg,#fff,#f9f7ff);border-color:#d9d0fc;box-shadow:0 10px 28px #684ed21a}.insightKpiTop{justify-content:space-between;align-items:flex-start;display:flex}.insightKpiIcon{border-radius:11px;place-items:center;width:37px;height:37px;display:grid}.insightKpiSignal{color:#a29da7;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:5px;font-size:7px;font-weight:850;display:flex}.insightKpiSignal i{background:#27ba88;border-radius:50%;width:5px;height:5px}.insightKpi>div:last-child{gap:2px;display:grid}.insightKpiLabel{color:#7e7984;font-size:9px;font-weight:800}.insightKpi strong{letter-spacing:-1.2px;font-size:clamp(23px,2.2vw,32px);line-height:1}.insightKpi small{color:#9a959e;margin-top:4px;font-size:8px}.insightKpi.violet{color:#6f53dc}.insightKpi.violet .insightKpiIcon{background:#f0ecff}.insightKpi.emerald{color:#11956b}.insightKpi.emerald .insightKpiIcon{background:#e8f8f2}.insightKpi.blue{color:#3979e9}.insightKpi.blue .insightKpiIcon{background:#ebf2ff}.insightKpi.amber{color:#d58a18}.insightKpi.amber .insightKpiIcon{background:#fff5df}.insightKpi.rose{color:#d15c6c}.insightKpi.rose .insightKpiIcon{background:#fff0f2}.insightKpi.cyan{color:#248aa2}.insightKpi.cyan .insightKpiIcon{background:#e9f8fb}.insightKpiLabel,.insightKpi strong,.insightKpi small{color:var(--insight-ink)}.insightKpiLabel{color:#7e7984}.insightKpi small{color:#9a959e}.analyticsPrimaryGrid{grid-template-columns:minmax(0,1.58fr) minmax(340px,.82fr);gap:14px;margin-bottom:14px;display:grid}.analyticsSecondaryGrid{grid-template-columns:minmax(0,1.58fr) minmax(300px,.62fr);gap:14px;display:grid}.insightPanel{border:1px solid var(--insight-line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 9px 28px #231b360a}.insightPanelHeader{border-bottom:0;justify-content:space-between;align-items:flex-start;min-height:76px;padding:17px 19px 12px;display:flex}.insightPanelHeader.compact{min-height:68px}.insightPanelHeader h2{color:var(--insight-ink);letter-spacing:-.45px;margin:3px 0 0;font-size:16px}.insightPanelHeader p{color:#98939d;margin:4px 0 0;font-size:9px}.insightPanelEyebrow{color:#8b75e5;letter-spacing:.85px;text-transform:uppercase;font-size:7px;font-weight:900}.insightHeaderMetric{color:#11815e;background:#edf9f5;border-radius:9px;align-items:center;gap:6px;padding:7px 9px;font-size:9px;font-weight:800;display:flex}.insightChart{width:100%;min-height:260px}.insightAreaChart{height:286px;padding:0 12px 8px}.insightChartEmpty{color:#99949f;justify-content:center;align-items:center;gap:8px;min-height:250px;font-size:10px;display:flex}.insightDonutWrap{grid-template-columns:minmax(190px,.8fr) minmax(190px,1fr);align-items:center;gap:6px;padding:0 17px 17px;display:grid}.insightDonut{height:240px;min-height:240px;position:relative}.insightDonutCenter{pointer-events:none;place-content:center;justify-items:center;display:grid;position:absolute;inset:0}.insightDonutCenter strong{letter-spacing:-1px;font-size:25px}.insightDonutCenter span{color:#938d99;text-transform:uppercase;font-size:8px;font-weight:800}.insightBandLegend{gap:8px;display:grid}.insightBandLegend>div{border-bottom:1px solid #f0eef2;grid-template-columns:7px minmax(0,1fr) 25px 48px;align-items:center;gap:7px;min-height:32px;font-size:8px;display:grid}.insightBandLegend i{border-radius:50%;width:7px;height:7px}.insightBandLegend span{color:#6e6874}.insightBandLegend b{text-align:right}.insightBandLegend em{color:#99949d;text-align:right;font-style:normal}.insightRouteFlow{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:13px;min-height:128px;padding:3px 22px 18px;display:grid}.insightRouteFlow>div{grid-template-columns:auto 1fr;grid-template-areas:"icon small""icon strong""icon em";column-gap:11px;display:grid}.routeIcon{border-radius:13px;grid-area:icon;align-self:center;place-items:center;width:42px;height:42px;display:grid}.routeIcon.prep{color:#7357e8;background:#f0ecff}.routeIcon.route{color:#d58a18;background:#fff5df}.routeIcon.finish{color:#11956b;background:#e8f8f2}.insightRouteFlow small{color:#8b8690;grid-area:small;font-size:8px;font-weight:750}.insightRouteFlow strong{letter-spacing:-.5px;grid-area:strong;font-size:18px}.insightRouteFlow em{color:#aaa5ad;grid-area:em;font-size:7px;font-style:normal}.insightChampion{color:#fff;background:linear-gradient(135deg,#5840be,#7657e8 58%,#9b5ddb);align-content:center;justify-items:start;padding:20px;display:grid;position:relative;overflow:hidden}.championGlow{background:#ffffff1f;border-radius:50%;width:180px;height:180px;position:absolute;top:-65px;right:-65px}.championIcon{color:#ffe69e;background:#ffffff1f;border-radius:12px;place-items:center;width:39px;height:39px;margin-bottom:12px;display:grid}.insightChampion small{color:#d6cff7;text-transform:uppercase;letter-spacing:.7px;font-size:8px;font-weight:800}.insightChampion strong{max-width:260px;margin-top:3px;font-size:16px;line-height:1.2}.insightChampion p{color:#ded8f7;margin:5px 0 14px;font-size:9px}.insightChampion button{color:#fff;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:9px;font-weight:850;display:flex}.analyticsSectionLead{justify-content:space-between;align-items:flex-end;gap:22px;margin:9px 0 18px;display:flex}.analyticsSectionLead>div>span{color:#7258df;letter-spacing:.9px;text-transform:uppercase;font-size:8px;font-weight:900}.analyticsSectionLead h2{letter-spacing:-1px;margin:4px 0;font-size:26px}.analyticsSectionLead p{color:#8e8994;margin:0;font-size:10px}.analyticsSectionLead>button,.qualitySeal{color:#5f5968;cursor:pointer;background:#fff;border:1px solid #ded9e5;border-radius:10px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:9px;font-weight:800;display:flex}.branchCharts{grid-template-columns:1.2fr .8fr}.insightBarChart{height:340px;padding:0 18px 15px}.branchNetworkSummary{grid-template-columns:repeat(3,1fr);gap:9px;padding:10px 17px 20px;display:grid}.branchNetworkSummary>div{background:#fbfafc;border:1px solid #efedf1;border-radius:14px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:180px;padding:14px;display:flex}.networkOrb{border-radius:12px;place-items:center;width:38px;height:38px;margin-bottom:15px;display:grid}.networkOrb.green{color:#11956b;background:#e8f8f2}.networkOrb.amber{color:#c27e18;background:#fff5df}.networkOrb.red{color:#c44e5e;background:#fff0f2}.branchNetworkSummary small{color:#87818d;font-size:8px;font-weight:800}.branchNetworkSummary strong{letter-spacing:-1px;margin:2px 0;font-size:30px}.branchNetworkSummary em{color:#aaa5ad;font-size:7px;font-style:normal}.branchTablePanel{margin-top:14px}.branchTableToolbar{justify-content:space-between;align-items:center;padding:17px 19px;display:flex}.branchTableToolbar h2{margin:3px 0 0;font-size:16px}.analyticsSearch{color:#99939e;border:1px solid #e1dee5;border-radius:10px;align-items:center;gap:8px;width:min(360px,42%);height:38px;padding:0 11px;display:flex}.analyticsSearch input{color:#403b46;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:10px}.analyticsTableWrap{overflow-x:auto}.analyticsTable{min-width:1120px}.analyticsTable th{color:#98929d;background:#faf9fb;height:38px;padding:0 14px;font-size:7px}.analyticsTable td{color:#5a5560;border-bottom-color:#f0eef2;height:60px;padding:8px 14px;font-size:9px}.analyticsTable tbody tr:hover{background:#fbfaff}.analyticsTable td>b{color:#26222b;font-size:10px}.analyticsTable td>small{color:#aaa5ad;font-size:7px}.branchIdentity{align-items:center;gap:10px;min-width:250px;display:flex}.branchIdentity>span{color:#7257df;background:#f1edff;border-radius:8px;place-items:center;width:26px;height:26px;font-size:8px;font-weight:900;display:grid}.branchIdentity div{gap:3px;display:grid}.branchIdentity strong{color:#29252e;font-size:10px}.branchIdentity small{color:#99949d;align-items:center;gap:3px;font-size:7px;display:flex}.slaPill{border-radius:999px;padding:5px 8px;font-size:8px;font-weight:850}.slaPill.good{color:#087a57;background:#e7f8f1}.slaPill.warn{color:#a76c13;background:#fff3db}.slaPill.bad{color:#ac3948;background:#ffedef}.miniProgress{background:#ece9ef;border-radius:999px;width:67px;height:5px;display:block;overflow:hidden}.miniProgress i{border-radius:inherit;background:linear-gradient(90deg,#775ce8,#ad60db);height:100%;display:block}.liveLead>div:first-child>span{align-items:center;gap:6px;display:flex}.liveLead>div:first-child>span i{background:#25bd89;border-radius:50%;width:7px;height:7px;animation:2s infinite insightPulse;box-shadow:0 0 0 5px #25bd891f}.liveLeadStats{gap:8px;display:flex}.liveLeadStats>div{background:#fff;border:1px solid #e3e0e6;border-radius:12px;min-width:88px;padding:9px 12px;display:grid}.liveLeadStats small{color:#928d97;font-size:8px}.liveLeadStats strong{font-size:18px}.liveLeadStats .risk{color:#b44251;background:#fff5f6;border-color:#f0cbd0}.liveOrderGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.liveOrderCard{background:#fff;border:1px solid #e7e4e9;border-radius:17px;min-height:235px;padding:14px;position:relative;overflow:hidden;box-shadow:0 8px 25px #231b360a}.liveOrderCard:before{content:"";width:3px;position:absolute;inset:0 auto 0 0}.liveOrderCard.healthy:before{background:#1daf7d}.liveOrderCard.warning:before{background:#e5a12b}.liveOrderCard.critical:before{background:#d65767}.liveOrderCard header{justify-content:space-between;align-items:center;display:flex}.liveOrderMode,.liveOrderPulse{color:#827d88;text-transform:uppercase;align-items:center;gap:5px;font-size:7px;font-weight:850;display:flex}.liveOrderPulse i{background:#20b581;border-radius:50%;width:5px;height:5px}.liveOrderClock{align-items:baseline;margin:25px 0 2px;display:flex}.liveOrderClock strong{letter-spacing:-2px;font-size:48px;line-height:.9}.liveOrderClock span{color:#9f99a3;margin-left:4px;font-size:10px;font-weight:800}.liveOrderCard h3{margin:16px 0 5px;font-size:11px}.liveOrderCard p{color:#837e88;align-items:center;gap:5px;margin:0;font-size:8px;display:flex}.liveOrderCard footer{color:#aaa5ae;justify-content:space-between;font-size:7px;display:flex;position:absolute;inset:auto 14px 13px}.liveRiskLabel{font-weight:850}.healthy .liveRiskLabel{color:#168661}.warning .liveRiskLabel{color:#b27618}.critical .liveRiskLabel{color:#b33e4d}.liveEmpty{color:#8e8994;border:1px dashed #dcd8e0;border-radius:18px;grid-column:1/-1;place-content:center;justify-items:center;min-height:280px;display:grid}.liveEmpty>span{color:#168661;background:#e8f8f2;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.liveEmpty h3{color:#38333e;margin:13px 0 3px}.liveEmpty p{margin:0;font-size:9px}.qualitySeal{cursor:default;color:#168661;background:#eef9f5;border-color:#cfe8df}.qualityGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:14px;display:grid}.qualityCard{background:#fff;border:1px solid #e8e5ea;border-radius:16px;align-items:flex-start;gap:12px;min-height:150px;padding:16px;display:flex;position:relative}.qualityCard>span{border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.qualityCard.violet>span{color:#7157dc;background:#f0ecff}.qualityCard.amber>span{color:#c27e18;background:#fff5df}.qualityCard.rose>span{color:#c44e5e;background:#fff0f2}.qualityCard.blue>span{color:#3979e9;background:#ebf2ff}.qualityCard div{display:grid}.qualityCard small{color:#8e8994;font-size:8px;font-weight:800}.qualityCard strong{margin:3px 0;font-size:28px}.qualityCard p{color:#aaa5ad;margin:0;font-size:7px}.qualityCard>em{border-radius:999px;padding:4px 7px;font-size:7px;font-style:normal;font-weight:850;position:absolute;bottom:12px;right:13px}.qualityCard>em.clean{color:#13815e;background:#e9f8f2}.qualityCard>em.attention{color:#a76c13;background:#fff3db}.qualityContract{grid-template-columns:auto minmax(0,1fr) minmax(260px,.6fr);align-items:center;gap:18px;padding:24px;display:grid}.contractMark{color:#6d53dc;background:#f0ecff;border-radius:16px;place-items:center;width:54px;height:54px;display:grid}.qualityContract h2{margin:3px 0 6px;font-size:18px}.qualityContract p{color:#817b87;max-width:760px;margin:0;font-size:9px;line-height:1.6}.contractChecks{grid-template-columns:1fr 1fr;gap:8px;display:grid}.contractChecks span{color:#5d5763;align-items:center;gap:5px;font-size:8px;font-weight:750;display:flex}.contractChecks svg{color:#159168}.analyticsFooter{color:#aaa5ae;border-top:1px solid #e5e2e8;justify-content:space-between;gap:20px;margin-top:22px;padding:13px 4px 0;font-size:8px;display:flex}.analyticsFooter span:first-child{align-items:center;gap:5px;display:flex}@keyframes insightPulse{0%,to{opacity:1}50%{opacity:.42}}.liveOrderCard.waiting:before{background:#8270d7}.waiting .liveRiskLabel{color:#6955bd}.dashboardOnlyMain{width:100%;min-height:100vh}@media (max-width:1450px){.insightKpiGrid,.liveOrderGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.analyticsFilterBar{flex-wrap:wrap}.analyticsPresets{width:100%}}@media (max-width:1120px){.analyticsPrimaryGrid,.analyticsSecondaryGrid,.branchCharts{grid-template-columns:1fr}.insightChampion{min-height:210px}.qualityGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.qualityContract{grid-template-columns:auto 1fr}.contractChecks{grid-column:2}.liveOrderGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.analyticsHero{padding:74px 19px 0}.analyticsHeroTop{flex-direction:column}.analyticsHeroActions{width:100%}.analyticsFreshness{margin-right:auto}.analyticsHero h1{font-size:31px}.analyticsTabs{overflow-x:auto}.analyticsTabs button{flex:none;min-width:98px}.analyticsBody{padding:14px 13px 35px}.analyticsFilterBar{align-items:stretch}.analyticsFilterBar>label{width:calc(50% - 5px)}.analyticsFilterBar>label:nth-of-type(n+3),.analyticsMoreFilters{width:100%}.analyticsMoreFilters summary{justify-content:center}.analyticsMoreFilters>div{min-width:0;box-shadow:none;grid-template-columns:1fr;margin-top:8px;position:static}.insightKpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.insightKpi{min-height:135px}.insightDonutWrap{grid-template-columns:1fr}.insightDonut{height:225px}.insightBandLegend{padding:0 8px}.insightRouteFlow{grid-template-columns:1fr}.insightRouteFlow>svg{margin:0 auto;transform:rotate(90deg)}.analyticsSectionLead{flex-direction:column;align-items:flex-start}.analyticsSectionLead h2{font-size:22px}.branchNetworkSummary{grid-template-columns:1fr}.branchNetworkSummary>div{min-height:130px}.qualityGrid,.liveOrderGrid,.qualityContract{grid-template-columns:1fr}.contractChecks{grid-column:auto;grid-template-columns:1fr}.analyticsFooter{flex-direction:column}.branchTableToolbar{flex-direction:column;align-items:flex-start;gap:12px}.analyticsSearch{width:100%}}.analyticsPage{width:100%;min-width:0;overflow-x:clip}.analyticsPage .analyticsFilterBar>label,.analyticsPage .analyticsMoreFilters label{font-size:10px}.analyticsPage .analyticsFilterBar input,.analyticsPage .analyticsFilterBar select,.analyticsPage .analyticsMoreFilters select{height:42px;font-size:12px}.analyticsPage .analyticsPresets>span{font-size:12px}.analyticsPage .analyticsPresets button{height:38px;font-size:11px}.analyticsPage .analyticsMoreFilters summary{height:42px;font-size:11px}.analyticsPage .analyticsTabs button{min-width:100px;font-size:11px}.v2DirectoryNote{color:#80611c;background:#fff9ea;border:1px solid #f0ddae;border-radius:11px;align-items:flex-start;gap:8px;margin:0 22px 12px;padding:10px 12px;font-size:10px;line-height:1.45;display:flex}.v2DirectoryNote svg{flex:none}.v2DirectoryNote strong{color:#6c5011}@media (max-width:1500px) and (min-width:761px){.analyticsPage .analyticsTabs button{min-width:91px;padding-inline:8px}}@media (max-width:760px){.analyticsPage .analyticsTabs button{min-width:98px}.v2DirectoryNote{margin-inline:15px}}
