:root{--navy-950:#101c2c;--navy-900:#162538;--navy-800:#21354d;--blue-700:#006ea8;--blue-600:#0784bd;--blue-100:#dff2fb;--red-600:#c9243f;--red-100:#fde9ed;--green-700:#167451;--green-100:#e4f5ed;--amber-700:#9a5b00;--amber-100:#fff2d8;--ink:#182331;--muted:#617081;--line:#d9e0e7;--line-soft:#e9edf1;--surface:#fff;--canvas:#f4f6f8;--focus:#3fa9f5;--shadow:0 14px 32px #101c2c17;--radius:10px;--sidebar-width:256px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px}body{color:var(--ink);background:var(--canvas);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45}button,input,select{font:inherit}button,a,input,select{outline:none}:focus-visible{border-radius:5px;box-shadow:0 0 0 3px #3fa9f561}button,a{color:inherit}h1,h2,h3,p{margin-top:0}h1{color:var(--navy-950);letter-spacing:-.035em;margin-bottom:6px;font-size:clamp(27px,3vw,36px);line-height:1.12}h2{letter-spacing:-.015em;margin-bottom:4px;font-size:19px;line-height:1.25}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;color:var(--navy-950);background:#fff;padding:10px 14px;position:fixed;top:-50px;left:12px}.skip-link:focus{top:12px}.boot-screen{background:var(--navy-950);color:#fff;place-content:center;justify-items:center;min-height:100vh;display:grid}.boot-mark{background:var(--blue-600);border-radius:14px;place-content:center;width:54px;height:54px;font-size:18px;font-weight:800;display:grid}.eyebrow{color:var(--blue-700);letter-spacing:.13em;margin-bottom:7px;font-size:11px;font-weight:800}.button{cursor:pointer;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-weight:700;text-decoration:none;transition:all .16s;display:inline-flex}.button svg{width:16px;height:16px}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{background:var(--blue-700);color:#fff}.button--primary:hover:not(:disabled){background:#005d8f}.button--secondary{background:var(--surface);color:var(--navy-900);border-color:#b8c5d1}.button--secondary:hover:not(:disabled),.button--ghost:hover:not(:disabled){background:#eef4f8;border-color:#a9bac7}.button--ghost{color:var(--blue-700);background:0 0;border-color:#0000}.button--danger{background:var(--red-600);color:#fff}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:7px;place-content:center;width:36px;height:36px;padding:0;display:inline-grid}.icon-button:hover{background:#edf2f6}.icon-button svg{width:18px;height:18px}.icon-button--danger{color:var(--red-600)}.text-button{color:var(--blue-700);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}label{color:var(--navy-900);gap:6px;font-weight:700;display:grid}label>span,.date-range label span{font-size:12px}input,select{width:100%;min-height:40px;color:var(--ink);background:#fff;border:1px solid #bcc8d3;border-radius:7px;padding:8px 11px}input:hover,select:hover{border-color:#8ea0b0}input:focus,select:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #0784bd1f}input[aria-invalid=true]{border-color:var(--red-600)}.field-error{color:#b01e37;font-size:12px;font-weight:600}.form-alert{border-left:3px solid var(--red-600);background:var(--red-100);color:#8e172b;padding:10px 12px}.login-page{background:#fff;grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr);min-height:100vh;display:grid}.login-story{background:var(--navy-950);color:#fff;flex-direction:column;min-height:100vh;padding:38px clamp(38px,6vw,92px);display:flex;position:relative;overflow:hidden}.login-story:before{content:"";border:80px solid #0784bd2b;border-radius:50%;width:430px;height:430px;position:absolute;bottom:8%;right:-110px}.login-story:after{content:"";background:linear-gradient(135deg,#0000 55%,#3fa9f514 55%);width:55%;height:100%;position:absolute;bottom:0;right:0}.login-brand{z-index:1;align-items:center;gap:10px;font-size:20px;font-weight:800;display:flex;position:relative}.login-brand svg{background:var(--blue-600);border-radius:8px;width:34px;height:34px;padding:7px}.login-story__content{z-index:1;max-width:620px;margin:auto 0;position:relative}.login-story__content .eyebrow{color:#69c2ec}.login-story h1{color:#fff;letter-spacing:-.055em;margin:0 0 22px;font-size:clamp(46px,6vw,76px);line-height:.99}.login-story h1 span{color:#72c4e8}.login-story__content>p:not(.eyebrow){color:#bcc9d6;max-width:470px;font-size:17px}.login-disclaimer{z-index:1;color:#8195aa;margin:0;font-size:11px;position:relative}.login-panel{place-items:center;min-height:100vh;padding:32px;display:grid}.login-card{width:min(100%,420px)}.login-card h2{color:var(--navy-950);margin:0 0 8px;font-size:30px}.login-card>p:not(.eyebrow):not(.login-help){color:var(--muted);margin-bottom:28px}.login-card form{gap:18px;display:grid}.password-field{position:relative}.password-field input{padding-right:42px}.password-field button{cursor:pointer;background:0 0;border:0;place-content:center;width:36px;height:36px;display:grid;position:absolute;top:2px;right:3px}.password-field svg{width:17px}.forgot-link{justify-self:end;margin-top:-7px}.login-submit{min-height:46px}.login-help{border-top:1px solid var(--line-soft);color:var(--muted);text-align:center;margin:24px 0 0;padding-top:20px;font-size:12px}.app-shell{min-height:100vh;display:flex}.sidebar{z-index:50;width:var(--sidebar-width);background:var(--navy-950);color:#fff;flex-direction:column;padding:21px 15px 16px;display:flex;position:fixed;inset:0 auto 0 0}.brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;min-height:48px;padding:0 8px 18px;display:flex}.brand-mark{background:var(--blue-600);border-radius:9px;place-content:center;width:38px;height:38px;display:grid}.brand-mark svg{width:21px}.brand>div:nth-child(2){display:grid}.brand strong{font-size:18px}.brand span{color:#90a5ba;text-transform:uppercase;letter-spacing:.07em;font-size:10px}.sidebar-close{color:#fff;margin-left:auto;display:none}.primary-nav{gap:5px;margin-top:24px;display:grid}.primary-nav a{color:#b9c7d5;border-radius:7px;align-items:center;gap:12px;min-height:43px;padding:9px 12px;font-weight:650;text-decoration:none;display:flex}.primary-nav a svg{width:19px}.primary-nav a:hover{color:#fff;background:#ffffff12}.primary-nav a.active{color:#fff;background:#075e8e;box-shadow:inset 3px 0 #73c8ee}.sidebar-context{background:#ffffff09;border:1px solid #ffffff14;border-radius:8px;gap:3px;margin:30px 8px 0;padding:15px;display:grid}.sidebar-context p{color:#6f89a1;letter-spacing:.1em;margin:0 0 4px;font-size:9px;font-weight:800}.sidebar-context strong{font-size:13px}.sidebar-context span{color:#8fa3b5;font-size:11px}.profile-menu{margin-top:auto;position:relative}.profile-trigger{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff1a;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;width:100%;padding:10px 8px;display:grid}.profile-trigger>span:nth-child(2){display:grid;overflow:hidden}.profile-trigger strong,.profile-trigger small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-trigger small{color:#8096aa;font-size:10px}.profile-trigger>svg{width:15px}.avatar,.large-avatar{color:#075e8e;background:#d9eef8;border-radius:50%;place-content:center;font-weight:800;display:grid}.avatar{width:34px;height:34px;font-size:11px}.profile-popover{border:1px solid var(--line);color:var(--ink);box-shadow:var(--shadow);background:#fff;border-radius:9px;padding:6px;position:absolute;inset:auto 0 calc(100% + 8px);overflow:hidden}.profile-popover a,.profile-popover button{cursor:pointer;background:#fff;border:0;border-radius:6px;align-items:center;gap:9px;width:100%;padding:9px;text-decoration:none;display:flex}.profile-popover a:hover,.profile-popover button:hover{background:#eef4f8}.profile-popover svg{width:16px}.app-main{width:calc(100% - var(--sidebar-width));margin-left:var(--sidebar-width)}.topbar{border-bottom:1px solid var(--line);background:#ffffffeb;justify-content:space-between;align-items:center;height:56px;padding:0 clamp(20px,3vw,42px);display:flex}.mobile-menu-button{display:none}.breadcrumbs ol{color:var(--muted);align-items:center;gap:5px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.breadcrumbs li{align-items:center;gap:5px;display:flex}.breadcrumbs li:last-child{color:var(--navy-900);font-weight:700}.system-status{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.system-status>span{background:#22a06b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #def5ea}.page-content{width:min(1540px,100%);margin:0 auto;padding:30px clamp(20px,3vw,42px) 55px}.page-header{justify-content:space-between;align-items:end;gap:26px;margin-bottom:24px;display:flex}.page-header>div:first-child{max-width:720px}.page-description{color:var(--muted);margin:0;font-size:14px}.page-actions{flex:none}.button-group{align-items:center;gap:8px;display:flex}.date-range{border:0;align-items:end;gap:8px;min-width:390px;margin:0;padding:0;display:flex}.date-range label{flex:1}.date-range input{min-height:38px}.date-separator{color:var(--muted);padding-bottom:10px;font-size:12px}.kpi-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;margin-bottom:18px;display:grid}.kpi{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);align-items:flex-start;gap:13px;min-height:126px;padding:20px;display:flex}.kpi-icon{background:var(--blue-100);width:34px;height:34px;color:var(--blue-700);border-radius:8px;flex:none;place-content:center;display:grid}.kpi-icon svg{width:17px}.kpi>div:last-child{display:grid}.kpi p{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:11px;font-weight:750}.kpi strong{color:var(--navy-950);letter-spacing:-.03em;margin:3px 0 2px;font-size:27px;line-height:1.2}.kpi span{color:#83909e;font-size:11px}.kpi--featured{border-color:var(--blue-700);background:var(--navy-900)}.kpi--featured p,.kpi--featured strong{color:#fff}.kpi--featured span{color:#9cb1c5}.kpi--featured .kpi-icon{color:#73c8ee;background:#ffffff1a}.report-panel,.filter-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 2px 4px #101c2c06}.report-panel{overflow:hidden}.section-heading{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:20px;padding:20px 22px 17px;display:flex}.section-heading p{color:var(--muted);margin:0;font-size:12px}.section-heading .eyebrow{color:var(--blue-700);margin-bottom:5px;font-size:10px}.count-chip{background:var(--red-100);color:#9c1c32;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.table-scroll{overflow-x:auto}.data-table{border-collapse:collapse;white-space:nowrap;width:100%}.data-table th{border-bottom:1px solid var(--line);color:#5a6a7b;text-align:left;letter-spacing:.045em;text-transform:uppercase;background:#f7f9fb;height:43px;padding:9px 14px;font-size:10px}.data-table td{border-bottom:1px solid var(--line-soft);color:#334254;padding:12px 14px;font-size:12px}.app-shell--compact .data-table td{padding-top:8px;padding-bottom:8px}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#f4f9fc}.data-table__clickable{cursor:pointer}.data-table__clickable:focus{outline:2px solid var(--focus);outline-offset:-2px;position:relative}.sort-button{color:inherit;font:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.sort-button svg{color:#8b98a6}.status-badge{border-radius:999px;align-items:center;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.status-badge--met{background:var(--green-100);color:var(--green-700)}.status-badge--missed,.status-badge--jeopardy{background:var(--red-100);color:#a41e35}.status-badge--enroute{background:var(--amber-100);color:var(--amber-700)}.risk-queue .data-table{min-width:1380px}.risk-queue-title{align-items:center;gap:7px;display:flex}.risk-view-help{display:inline-flex;position:relative}.risk-view-help>button{width:24px;min-height:24px;color:var(--blue-700);cursor:help;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.risk-view-help>button:hover,.risk-view-help>button:focus-visible{background:var(--blue-100);outline:none}.risk-view-help>button:focus-visible{box-shadow:0 0 0 2px var(--blue-500)}.risk-view-help>button svg{width:16px;height:16px}.risk-view-help__tooltip{z-index:40;background:var(--navy-950);color:#fff;opacity:0;pointer-events:none;border-radius:8px;gap:6px;width:min(430px,100vw - 48px);padding:12px 14px;font-size:11px;font-weight:500;line-height:1.4;transition:opacity .15s,transform .15s;display:grid;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%,-3px);box-shadow:0 8px 24px #09111a3d}.risk-view-help__tooltip strong{font-size:12px}.risk-view-help__tooltip b{color:#fff}.risk-view-help:hover .risk-view-help__tooltip,.risk-view-help:focus-within .risk-view-help__tooltip{opacity:1;transform:translate(-50%)}.risk-queue-actions{align-items:flex-end;gap:12px;display:flex}.risk-queue-actions label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;gap:4px;font-size:10px;font-weight:800;display:grid}.risk-queue-actions select{border:1px solid var(--line);min-width:160px;height:34px;color:var(--navy-900);font:inherit;letter-spacing:normal;text-transform:none;background:#fff;border-radius:7px;padding:0 30px 0 10px}.risk-summary{border-bottom:1px solid var(--line-soft);background:#fbfcfd;grid-template-columns:repeat(6,1fr);gap:8px;padding:14px 16px;display:grid}.risk-summary__item{border:1px solid var(--line);min-width:0;color:var(--muted);text-align:left;cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px 11px;display:flex}.risk-summary__item:hover,.risk-summary__item.active{border-color:var(--blue-500);box-shadow:0 0 0 1px var(--blue-500)}.risk-summary__item span{text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;overflow:hidden}.risk-summary__item strong{color:var(--navy-900);font-size:16px}.risk-badge{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.risk-badge--missed,.risk-badge--at-risk{background:var(--red-100);color:#a41e35}.risk-badge--watch,.risk-badge--data-incomplete{background:var(--amber-100);color:var(--amber-700)}.risk-badge--on-track,.risk-badge--usps-custody{background:var(--green-100);color:var(--green-700)}.risk-factor-cell{min-width:290px;max-width:390px;color:var(--muted);white-space:normal}.risk-detail{gap:16px;display:grid}.risk-detail__summary{border:1px solid var(--line);background:#f8fafc;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.risk-detail__summary div{gap:3px;display:grid}.risk-detail__summary span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.risk-detail__summary strong{color:var(--navy-900);font-size:20px}.risk-detail__summary p{color:var(--muted);text-align:right;margin:0;font-size:11px}.risk-detail__summary--missed,.risk-detail__summary--at-risk{background:var(--red-100);border-color:#f2c4cb}.risk-detail__summary--watch,.risk-detail__summary--data-incomplete{background:var(--amber-100);border-color:#f1d69b}.risk-detail__summary--on-track,.risk-detail__summary--usps-custody{background:var(--green-100);border-color:#b9dfca}.risk-model-notice{border-left:3px solid var(--blue-500);background:var(--blue-100);color:var(--navy-700);margin:0;padding:12px 14px;font-size:12px}.risk-factor-list{padding-top:2px}.risk-factor-list h3{margin:0 0 8px;font-size:13px}.risk-factor-list ul{color:var(--muted);gap:7px;margin:0;padding-left:20px;font-size:12px;line-height:1.5;display:grid}.pagination{border-top:1px solid var(--line-soft);min-height:58px;color:var(--muted);justify-content:space-between;align-items:center;gap:18px;padding:10px 14px;font-size:11px;display:flex}.pagination p{margin:0}.pagination label{align-items:center;gap:7px;font-size:11px;display:flex}.pagination select{width:auto;min-height:32px;padding:4px 25px 4px 8px}.pagination>div{align-items:center;gap:4px;display:flex}.pagination .button{min-height:32px;padding:5px 8px;font-size:11px}.state-panel{min-height:260px;color:var(--muted);text-align:center;place-content:center;justify-items:center;padding:30px;display:grid}.state-panel svg{color:var(--blue-700)}.state-panel h3{color:var(--navy-900);margin:10px 0 2px}.state-panel p{margin:6px 0 14px}.state-panel--error svg{color:var(--red-600)}.tracking-grid{grid-template-columns:minmax(520px,1.55fr) minmax(340px,.85fr);gap:16px;display:grid}.tracking-actions{align-items:end;gap:12px;display:flex}.view-toggle{border:1px solid var(--line);background:#fff;border-radius:7px;flex:none;margin-bottom:1px;display:flex;overflow:hidden}.view-toggle button{border:0;border-right:1px solid var(--line);min-height:36px;color:var(--muted);font:inherit;cursor:pointer;background:#fff;padding:7px 13px;font-size:11px;font-weight:750}.view-toggle button:last-child{border-right:0}.view-toggle button.active{background:var(--navy-900);color:#fff}.map-panel,.ranking-panel{min-width:0}.map-total{color:var(--blue-700);align-items:center;gap:9px;display:flex}.map-total svg{width:23px}.map-total span{color:var(--muted);font-size:10px;display:grid}.map-total strong{color:var(--navy-900);font-size:16px}.map-wrap{padding:8px 18px 18px;position:relative}.state-map{width:100%;height:auto;max-height:510px;display:block}.map-tooltip{border:1px solid var(--line);background:#f7f9fb;border-radius:7px;min-width:180px;padding:9px 11px;display:grid}.map-tooltip--above{width:fit-content;margin:4px 0 2px auto}.map-tooltip strong{color:var(--navy-900);font-size:12px}.map-tooltip span{color:var(--muted);font-size:10px}.map-legend{color:var(--muted);justify-content:center;align-items:center;gap:3px;font-size:9px;display:flex}.map-legend i{width:30px;height:7px}.map-legend span:first-child{margin-right:5px}.map-legend span:last-child{margin-left:5px}.destination-marker{cursor:pointer;outline:none}.destination-marker circle{fill:#0875a8;fill-opacity:.78;stroke:#fff;stroke-width:1.2px;transition:fill .15s,fill-opacity .15s}.destination-marker:hover circle,.destination-marker:focus circle{fill:#c9243f;fill-opacity:1;stroke-width:2px}.point-legend{color:var(--muted);justify-content:center;align-items:center;gap:6px;font-size:9px;display:flex}.point-legend i{opacity:.78;background:#0875a8;border-radius:50%;display:inline-block}.point-legend__small{width:6px;height:6px}.point-legend__large{width:12px;height:12px;margin-left:8px}.destination-name{display:grid}.destination-name small{color:var(--muted);font-size:9px}.state-name{align-items:center;gap:8px;display:flex}.state-name b{background:var(--blue-100);width:25px;height:25px;color:var(--blue-700);border-radius:5px;place-content:center;font-size:9px;display:grid}.metric-good{color:var(--green-700);font-weight:800}.metric-watch{color:var(--amber-700);font-weight:800}.expand-ranking{width:calc(100% - 28px);margin:10px 14px}.projection-notice{border-radius:var(--radius);background:#eef8fc;border:1px solid #b9ddec;justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:17px 20px;display:flex}.projection-actions{align-items:end;gap:12px;display:flex}.projection-confidence-filter{min-width:180px}.projection-confidence-filter select{min-height:38px}.projection-text-filter{min-width:150px}.projection-text-filter input{min-height:38px}.projection-destination-filter{min-width:220px}.projection-notice strong{color:var(--navy-900);font-size:13px}.projection-notice p{max-width:760px;color:var(--muted);margin:4px 0 0;font-size:12px}.projection-notice dl{flex:none;gap:20px;margin:0;display:flex}.projection-notice dl div{gap:2px;display:grid}.projection-notice dt{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:800}.projection-notice dd{color:var(--navy-900);margin:0;font-size:12px;font-weight:800}.projection-kpi-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.projection-results .data-table{min-width:1880px}.projection-day,.projection-basis,.projection-standard{gap:2px;display:grid}.projection-day strong,.projection-basis strong,.projection-standard strong{color:var(--navy-900);font-size:11px}.projection-day small,.projection-basis small,.projection-standard small{color:var(--muted);font-size:9px}.projection-empty{color:var(--muted);font-size:10px}.projection-badge,.projection-confidence{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.projection-badge--projected,.projection-confidence--high{background:var(--green-100);color:var(--green-700)}.projection-badge--not-yet-projectable,.projection-confidence--medium,.projection-confidence--not-available{background:var(--amber-100);color:var(--amber-700)}.projection-badge--unavailable,.projection-confidence--low{background:var(--red-100);color:#a41e35}.projection-tooltip{cursor:help;position:relative}.projection-tooltip:after{z-index:30;background:var(--navy-950);color:#fff;content:attr(data-tooltip);opacity:0;pointer-events:none;text-align:left;text-transform:none;white-space:normal;border-radius:6px;width:max-content;max-width:300px;padding:8px 10px;font-size:10px;font-weight:600;line-height:1.4;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%,3px);box-shadow:0 5px 16px #09111a38}.projection-tooltip:hover:after,.projection-tooltip:focus:after{opacity:1;transform:translate(-50%)}.projection-version-count{background:var(--blue-100);color:var(--blue-700);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.filter-panel{margin-bottom:16px;padding:19px 21px 13px}.primary-search{grid-template-columns:110px 1fr;align-items:center;gap:6px 14px;margin-bottom:17px;display:grid}.primary-search>label{font-size:12px}.primary-search>div{display:flex;position:relative}.primary-search>div>svg{width:17px;color:var(--muted);position:absolute;top:12px;left:12px}.primary-search input{border-radius:7px 0 0 7px;padding-left:38px}.primary-search .button{border-radius:0 7px 7px 0}.primary-search small{color:var(--muted);grid-column:2;font-size:10px}.filter-grid{border-top:1px solid var(--line-soft);grid-template-columns:2fr 1fr 1fr 1fr;align-items:end;gap:12px;padding-top:16px;display:grid}.filter-grid .date-range{width:100%;min-width:0}.filter-actions{justify-content:flex-end;gap:4px;padding-top:11px;display:flex}.filter-actions .button{min-height:32px;padding:4px 9px;font-size:11px}.search-results .state-panel{min-height:280px}.column-selector{flex:none;position:relative}.column-selector summary{border:1px solid var(--line);min-height:36px;color:var(--navy-900);cursor:pointer;background:#fff;border-radius:7px;align-items:center;gap:7px;padding:7px 11px;font-size:11px;font-weight:750;list-style:none;display:flex}.column-selector summary::-webkit-details-marker{display:none}.column-selector[open] summary{border-color:var(--blue-700);box-shadow:0 0 0 2px #0875a81f}.column-selector fieldset{z-index:5;border:1px solid var(--line);background:#fff;border-radius:8px;gap:1px;width:230px;max-height:330px;margin:0;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 12px 30px #101c2c29}.column-selector legend{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;padding:5px 7px 7px;font-size:10px;font-weight:800}.column-selector label{color:#334254;cursor:pointer;border-radius:5px;align-items:center;gap:9px;padding:7px;font-size:11px;display:flex}.column-selector label:hover{background:#f4f9fc}.column-selector input{width:15px;min-height:15px}.mono-link{color:var(--blue-700);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:700}.standards-panel .table-scroll{max-height:calc(100vh - 250px)}.standards-panel .data-table th{z-index:1;position:sticky;top:0}.standards-panel .derived-column{background:#eef1f4}.standards-actions{align-items:end;gap:12px;display:flex}.standards-destination-filter{min-width:280px}.standards-destination-filter input{min-height:38px}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#09111a9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog{background:#fff;border-radius:11px;width:min(100%,620px);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 30px 80px #0000004d}.dialog--small{max-width:430px}.dialog--large{max-width:800px}.dialog-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:20px;padding:20px 22px 16px;display:flex}.dialog-header h2{font-size:21px}.dialog-header p{color:var(--muted);margin:0;font-size:12px}.dialog-form,.dialog>.dialog-actions{padding:20px 22px}.dialog-actions{justify-content:flex-end;gap:8px;display:flex}.detail-summary{color:var(--muted);background:#f7f9fb;align-items:center;gap:10px;padding:13px 22px;font-size:12px;display:flex}.tabs{border-bottom:1px solid var(--line);gap:18px;padding:0 22px;display:flex}.tabs button{color:var(--muted);text-transform:capitalize;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 2px 10px;font-weight:700}.tabs button.active{border-color:var(--blue-700);color:var(--blue-700)}.detail-content{min-height:280px;padding:22px}.definition-grid{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(2,1fr);gap:0;margin:0;display:grid;overflow:hidden}.definition-grid div{border-bottom:1px solid var(--line-soft);padding:12px 14px}.definition-grid div:nth-child(odd){border-right:1px solid var(--line-soft)}.definition-grid dt{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:750}.definition-grid dd{color:var(--navy-900);margin:3px 0 0;font-weight:650}.lifecycle-scope{background:var(--blue-100);border:1px solid #c9d9e8;border-radius:8px;gap:3px;margin-bottom:20px;padding:12px 14px;display:grid}.lifecycle-scope strong{color:var(--blue-700);font-size:12px}.lifecycle-scope span{color:var(--muted);font-size:11px}.pallet-timeline{margin:0;padding:0;list-style:none}.pallet-timeline__event{grid-template-columns:18px minmax(0,1fr);gap:12px;padding-bottom:16px;display:grid;position:relative}.pallet-timeline__event:not(:last-child):before{background:var(--line);content:"";width:2px;position:absolute;top:14px;bottom:-2px;left:6px}.pallet-timeline__marker{z-index:1;background:#75879a;border:3px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:2px;box-shadow:0 0 0 1px #75879a}.pallet-timeline__heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.pallet-timeline__heading>div{gap:2px;display:grid}.pallet-timeline__heading strong{color:var(--navy-900);font-size:13px}.pallet-timeline__heading time{color:var(--muted);font-size:11px}.pallet-timeline__status{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;background:#eef1f4;border-radius:999px;flex:none;padding:3px 7px;font-size:9px;font-weight:800}.pallet-timeline__content p{color:var(--muted);margin:5px 0 0;font-size:11px}.pallet-timeline__event--recorded .pallet-timeline__marker,.pallet-timeline__event--met .pallet-timeline__marker{background:var(--green-700);box-shadow:0 0 0 1px var(--green-700)}.pallet-timeline__event--recorded .pallet-timeline__status,.pallet-timeline__event--met .pallet-timeline__status{background:var(--green-100);color:var(--green-700)}.pallet-timeline__event--missed .pallet-timeline__marker,.pallet-timeline__event--overdue .pallet-timeline__marker{background:var(--red-600);box-shadow:0 0 0 1px var(--red-600)}.pallet-timeline__event--missed .pallet-timeline__status,.pallet-timeline__event--overdue .pallet-timeline__status{background:var(--red-100);color:var(--red-600)}.pallet-timeline__event--pending .pallet-timeline__marker{background:#fff;box-shadow:0 0 0 2px #75879a}.pallet-timeline__event--target .pallet-timeline__marker{background:var(--blue-700);box-shadow:0 0 0 1px var(--blue-700)}.pallet-timeline__event--target .pallet-timeline__status{background:var(--blue-100);color:var(--blue-700)}.performance-callout{border-left:4px solid var(--red-600);background:var(--red-100);justify-content:space-between;align-items:center;margin-bottom:17px;padding:14px;display:flex}.performance-callout--good{border-color:var(--green-700);background:var(--green-100)}.performance-callout strong{font-size:19px}.supporting-copy{color:var(--muted);font-size:12px}.saved-search-create{border-bottom:1px solid var(--line);align-items:end;gap:10px;padding:18px 20px;display:flex}.saved-search-create label{flex:1}.saved-search-list{max-height:340px;padding:5px 20px 18px;overflow:auto}.saved-search-list>div{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;min-height:60px;display:flex}.saved-search-list>div>span{display:grid}.saved-search-list small{color:var(--muted);font-size:10px}.saved-search-list>div>div{align-items:center;display:flex}.saved-search-list .button{min-height:32px;padding:5px 8px;font-size:11px}.inline-edit{max-width:220px}.settings-layout{grid-template-columns:250px minmax(0,720px);gap:18px;display:grid}.settings-aside{border:1px solid var(--line);border-radius:var(--radius);background:var(--navy-900);color:#fff;text-align:center;flex-direction:column;align-items:center;padding:28px 18px;display:flex}.large-avatar{width:76px;height:76px;margin-bottom:14px;font-size:22px}.settings-aside h2{margin-bottom:4px}.settings-aside p{color:#9fb0c0;font-size:11px}.settings-form{padding:22px}.settings-section-title{align-items:center;gap:12px;margin-bottom:20px;display:flex}.settings-section-title>svg{background:var(--blue-100);width:36px;height:36px;color:var(--blue-700);border-radius:8px;padding:8px}.settings-section-title p{color:var(--muted);margin:0;font-size:11px}.form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-grid__wide{grid-column:1/-1}.switch-row{border:1px solid var(--line);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:19px;padding:14px;display:grid}.switch-row>svg{color:var(--blue-700)}.switch-row span{display:grid}.switch-row small{color:var(--muted);font-weight:400}.switch-row input{width:18px;min-height:18px;accent-color:var(--blue-700)}.switch-row--compact{grid-template-columns:1fr auto;margin:0}.form-footer{border-top:1px solid var(--line-soft);justify-content:flex-end;margin-top:20px;padding-top:17px;display:flex}.settings-stack{gap:16px;max-width:850px;display:grid}.demo-action-row{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:16px;padding:15px 0;display:flex}.demo-action-row>div{align-items:center;gap:11px;display:flex}.demo-action-row>div>svg{color:var(--amber-700)}.demo-action-row span{display:grid}.demo-action-row small{color:var(--muted)}.demo-action-row--danger>div>svg{color:var(--red-600)}.toast-region{z-index:200;gap:8px;width:min(360px,100vw - 40px);display:grid;position:fixed;bottom:20px;right:20px}.toast{border-left:4px solid var(--green-700);background:var(--navy-900);color:#fff;box-shadow:var(--shadow);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.toast--warning{border-color:#e5a321}.toast--error{border-color:var(--red-600)}.toast button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:20px}.not-found{background:var(--canvas);text-align:center;place-content:center;justify-items:center;min-height:100vh;padding:30px;display:grid}.not-found>svg{width:48px;height:48px;color:var(--blue-700);margin-bottom:18px}.not-found p:not(.eyebrow){color:var(--muted)}@media (width<=1160px){:root{--sidebar-width:218px}.projection-actions{flex-wrap:wrap;justify-content:flex-end}.kpi-grid{grid-template-columns:repeat(3,1fr)}.kpi:last-child{grid-column:span 2}.tracking-grid{grid-template-columns:1fr}.risk-summary{grid-template-columns:repeat(3,1fr)}.filter-grid{grid-template-columns:1fr 1fr}.filter-grid .date-range{grid-column:span 2}}@media (width<=820px){.login-page{grid-template-columns:1fr}.login-story{display:none}.sidebar{transition:transform .2s;transform:translate(-100%);box-shadow:20px 0 45px #0000003d}.sidebar--open{transform:translate(0)}.sidebar-close,.mobile-menu-button{display:inline-grid}.nav-scrim{z-index:40;background:#00000073;border:0;position:fixed;inset:0}.app-main{width:100%;margin-left:0}.topbar{padding-inline:16px}.topbar .breadcrumbs{margin-left:8px;margin-right:auto}.page-content{padding-inline:18px}.page-header{flex-direction:column;align-items:start}.page-actions{width:100%}.tracking-actions,.projection-actions,.standards-actions{flex-direction:column;align-items:stretch}.standards-destination-filter{min-width:0}.projection-notice{flex-direction:column;align-items:flex-start}.view-toggle{width:fit-content}.date-range{width:100%;min-width:0}.settings-layout{grid-template-columns:1fr}.settings-aside{text-align:left;align-items:flex-start}}@media (width<=620px){.login-panel{padding:22px}.system-status{display:none}.page-content{padding:22px 12px 45px}.kpi-grid,.projection-kpi-grid,.risk-summary{grid-template-columns:1fr 1fr}.risk-queue .section-heading,.risk-detail__summary{flex-direction:column;align-items:flex-start}.risk-detail__summary p{text-align:left}.kpi,.kpi:last-child{grid-column:auto;min-height:112px;padding:15px}.kpi:last-child{grid-column:1/-1}.kpi strong{font-size:23px}.date-range{grid-template-columns:1fr 1fr;display:grid}.date-separator{display:none}.section-heading{flex-direction:column;align-items:flex-start}.projection-notice dl{flex-wrap:wrap;width:100%}.pagination{flex-direction:column;align-items:flex-start}.pagination>div{justify-content:space-between;width:100%}.filter-panel{padding:15px}.primary-search{grid-template-columns:1fr}.primary-search small{grid-column:1}.filter-grid{grid-template-columns:1fr}.filter-grid .date-range{grid-column:1}.filter-actions{flex-wrap:wrap;justify-content:flex-start}.map-wrap{padding-inline:6px}.map-tooltip--above{width:auto;margin:8px}.definition-grid,.form-grid{grid-template-columns:1fr}.definition-grid div:nth-child(odd){border-right:0}.tabs{gap:14px;overflow-x:auto}.tabs button{flex:none}.pallet-timeline__heading{flex-direction:column;align-items:flex-start;gap:6px}.form-grid__wide{grid-column:1}.dialog-backdrop{padding:8px}.saved-search-create{flex-direction:column;align-items:stretch}.saved-search-list>div{flex-direction:column;align-items:flex-start;padding-block:12px}.demo-action-row{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
