:root{--navy:#071f3e;--navy2:#0c315d;--blue:#0b69cf;--blue-dark:#0756ab;--sky:#41b6e6;--blue-light:#eaf4ff;--ink:#132238;--muted:#66778c;--line:#e3eaf2;--bg:#f2f6fa;--surface:#fff;--green:#168b56;--amber:#d88116;--red:#d53d4a;--violet:#7352bd;--shadow:0 12px 32px rgba(20,55,90,.075);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;font-size:14px;background:radial-gradient(circle at 78% 0,#e8f3ff 0,transparent 26%),var(--bg)}.app-shell{height:100vh;height:100dvh;width:100vw;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden}.sidebar{background:linear-gradient(160deg,#08284e 0%,var(--navy) 48%,#041426 100%);padding:25px 14px 18px;color:#fff;display:flex;flex-direction:column;border-right:1px solid #163c68;position:sticky;top:0;height:100vh;height:100dvh;overflow-y:auto;scrollbar-width:thin}.brand{padding:0 11px 18px}.brand img{display:block;width:190px;height:auto}.plant-chip{display:flex;gap:8px;align-items:center;margin:0 8px 25px;padding:9px 10px;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:#d0dceb;font-size:10px;font-weight:700;background:rgba(255,255,255,.04)}.plant-chip i,.live-dot,.system-state i{width:7px;height:7px;border-radius:50%;display:inline-block;background:#4dcb8c;box-shadow:0 0 0 4px rgba(77,203,140,.12)}.sidebar-label{margin:0 12px 9px;color:#94a9c2;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.nav{display:grid;gap:4px}.nav-item{padding:11px 12px;background:none;border:1px solid transparent;border-radius:8px;text-align:left;color:#e7eff8;font:inherit;font-size:13px;font-weight:680;cursor:pointer;transition:.18s ease}.nav-glyph{display:inline-grid;place-items:center;width:25px;color:#a8c1dc;font-size:16px}.nav-item:hover{background:#123b68}.nav-item.active{background:linear-gradient(90deg,#0d70db,#176ccc);border-color:#3287e1;box-shadow:0 8px 19px #001c3d}.nav-item.active .nav-glyph{color:#fff}.nav-item.role-hidden{display:none}.sidebar-note{margin-top:auto;border-top:1px solid #21486f;padding:18px 11px 0;color:#e6eef7;font-size:11px;line-height:1.55}.sidebar-note span{color:#a5b7cc}.system-state{font-size:10px;font-weight:750;color:#c7dfd1;margin-top:11px}.system-state i{margin:0 7px 1px 1px}.workspace{min-width:0;padding:0 34px 48px;height:100vh;height:100dvh;overflow-y:auto;overflow-x:auto}.topbar{min-height:89px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:rgba(255,255,255,.79);backdrop-filter:blur(12px);margin:0 -34px;padding:0 34px;position:sticky;top:0;z-index:10}.topbar h1{font-size:20px;letter-spacing:-.35px;margin:0}.eyebrow,.section-kicker{color:#547594;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:850;margin:0 0 4px}.section-kicker{color:#0d70d6;margin-bottom:8px}.top-actions,.action-row{display:flex;gap:10px;align-items:center}.icon-button{position:relative;border:1px solid var(--line);background:#fff;border-radius:8px;font-size:17px;line-height:1;padding:10px;cursor:pointer}.notification-dot{position:absolute;right:-6px;top:-7px;min-width:18px;height:18px;padding:2px;border-radius:99px;background:var(--red);color:#fff;font-size:10px;font-weight:800}.notifications-panel{position:absolute;right:34px;top:78px;width:min(390px,calc(100vw - 40px));max-height:560px;overflow:auto;z-index:15;padding:17px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 50px rgba(14,43,76,.18);border-radius:12px}.hidden{display:none!important}.view{display:none}.view.active{display:block}.hero-row{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:30px 0 21px}.hero-row h2{font-size:26px;letter-spacing:-.7px;margin:0 0 6px}.hero-row p{margin:0;color:var(--muted);line-height:1.5}.dashboard-hero{border-bottom:1px solid var(--line);padding-bottom:22px}.hero-status{display:flex;gap:9px;align-items:center;padding:10px 13px;border:1px solid #cfe6d8;background:#f6fbf8;border-radius:9px;min-width:190px}.hero-status b,.hero-status small{display:block}.hero-status b{font-size:11px}.hero-status small{font-size:10px;color:#718493;margin-top:2px}.primary,.secondary,.danger,.text-button{font:inherit;font-weight:750;cursor:pointer}.primary,.secondary,.danger{border:1px solid transparent;border-radius:8px;padding:10px 14px}.primary{background:linear-gradient(135deg,#0c70dd,#075dbb);color:#fff;box-shadow:0 6px 15px rgba(13,103,207,.18)}.primary:hover{background:var(--blue-dark)}.secondary{background:#fff;border-color:#bdd7f5;color:#145ebd}.secondary:hover{background:var(--blue-light)}.danger{background:var(--red);color:#fff}.danger:hover{background:#bc2e3a}button:disabled{opacity:.43;cursor:not-allowed}.text-button{border:0;background:none;color:#1260c9;padding:3px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.metric{border:1px solid var(--line);border-top:3px solid var(--blue);background:var(--surface);border-radius:11px;padding:18px;box-shadow:var(--shadow)}.metric p{margin:0 0 8px;color:var(--muted);font-size:12px}.metric strong{display:block;font-size:28px;letter-spacing:-1px}.metric small{display:block;margin-top:6px;color:#758398;font-size:10px}.metric.green{border-color:var(--green)}.metric.amber{border-color:var(--amber)}.metric.red{border-color:var(--red)}.metric.violet{border-color:var(--violet)}.two-column{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(300px,1fr);gap:18px}.two-column .wide{min-width:0}.main-grid{align-items:start}.three-column{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;margin-bottom:18px;box-shadow:var(--shadow)}.panel h3{font-size:15px;margin:0 0 10px}.panel-title{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.panel-title h3{margin:0}.panel-title p,.muted{margin:4px 0 0;color:var(--muted);line-height:1.45;font-size:12px}.subtle{color:var(--muted);font-size:12px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px}
.table-wrap table{min-width:600px}
.table-wrap thead th{background:#f7fafc;position:sticky;top:0;z-index:1}
.table-wrap tbody tr{transition:background .12s ease}
.table-wrap tbody tr:nth-child(even){background:#fafcfe}
.table-wrap tbody tr:hover{background:#eef5fe}
.dash-section-break{display:flex;align-items:center;gap:10px;margin:30px 0 16px;color:#5b6b81;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.dash-section-break span{background:var(--blue-light);color:#1466bc;padding:5px 11px;border-radius:99px;white-space:nowrap}
.dash-section-break::after{content:'';flex:1;height:1px;background:linear-gradient(to right,var(--line),transparent)}table{border-collapse:collapse;width:100%;min-width:600px}th{text-align:left;color:#637187;text-transform:uppercase;font-size:10px;letter-spacing:.06em;white-space:nowrap}td,th{padding:11px 9px;border-bottom:1px solid #edf0f4}td{font-size:12px}.dot{width:8px;height:8px;border-radius:99px;display:inline-block;margin-right:6px}.pill,.priority,.role-tag{display:inline-block;text-transform:capitalize;font-size:10px;font-weight:800;line-height:1;padding:5px 7px;border-radius:99px;background:#eaf1ff;color:#1769e0}.pill.running,.pill.scheduled,.pill.completed{background:#e5f7ed;color:#168447}.pill.idle,.pill.planned{background:#eaf1ff;color:#1769e0}.pill.resolved,.pill.pass{background:#e5f7ed;color:#168447}.pill.fail{background:#ffe7e9;color:#ca2633}.mini-button{font:inherit;font-size:11px;font-weight:800;padding:6px 10px;min-height:0;border-radius:6px;cursor:pointer}.mini-button.secondary{background:#fff;border:1px solid #bdd7f5;color:#145ebd}.mini-button.primary{background:linear-gradient(135deg,#0c70dd,#075dbb);border:1px solid transparent;color:#fff}.mini-button.danger{background:#fff2f1;border:1px solid #f3c3bf;color:#ab2318}.mini-button.ghost{background:#fff;border:1px solid #d8e2eb;color:#41566c}.priority.critical{background:#ffdde0;color:#c91f2a}.priority.p5{background:#fff0da;color:#bd6600}.priority.p4{background:#eef3ff;color:#1769e0}.priority.p3{background:#edf7ef;color:#27814d}.priority.p2,.priority.p1{background:#f1f3f6;color:#677383}.activity-list,.stack-list{display:grid;gap:3px}.activity{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:8px;padding:10px 0;border-bottom:1px solid #edf0f4}.activity b,.list-item b{font-size:12px}.activity p,.list-item p{margin:3px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.activity time{font-size:10px;white-space:nowrap;color:#7b899b}.list-item{display:flex;align-items:flex-start;gap:10px;padding:11px 0;border-bottom:1px solid #edf0f4}.list-item>div{flex:1}.list-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#eaf1ff;color:#1769e0;font-weight:900}.list-icon.offline{background:#ffe7e9;color:#c72a34}.empty{border-radius:8px;background:#f7f9fc;color:#778499;padding:24px;text-align:center;font-size:12px}.gantt{overflow:auto;padding-bottom:6px}.gantt-axis,.gantt-row{min-width:690px;display:grid;grid-template-columns:122px 1fr}.gantt-axis{margin-bottom:4px}.gantt-axis>div{display:flex;justify-content:space-between;color:#66758b;font-size:10px}.gantt-axis i{font-style:normal}.gantt-row{min-height:56px;border-top:1px solid #edf0f4}.gantt-label{padding:10px 10px 7px 0;font-size:11px}.gantt-label small{display:block;color:#8290a2;margin-top:2px;text-transform:capitalize}.gantt-track{position:relative;min-height:55px;background:repeating-linear-gradient(to right,transparent 0,transparent calc(20% - 1px),#edf0f4 calc(20% - 1px),#edf0f4 20%)}.gantt-block{position:absolute;top:11px;bottom:8px;overflow:hidden;border-radius:4px;padding:5px 6px;color:#fff;font-size:10px;white-space:nowrap;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.gantt-block b,.gantt-block small{display:block;overflow:hidden;text-overflow:ellipsis}.gantt-block small{margin-top:2px;font-size:9px;opacity:.9}.gantt-legend{display:flex;gap:17px;font-size:10px;color:#67778b;padding:12px 0 0 122px}.legend{display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:4px;background:var(--blue)}.legend.changeover{background:var(--violet)}.schedule-badge,.info-badge{font-size:11px;font-weight:750;color:#2365b3;background:#eef5ff;border-radius:99px;padding:7px 10px}.safeguard{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid #edf0f4}.safeguard>span{display:grid;place-items:center;height:24px;width:24px;border-radius:99px;background:#e4f6eb;color:var(--green);font-weight:900}.safeguard b{font-size:12px}.safeguard p{margin:3px 0;color:var(--muted);font-size:11px;line-height:1.45}.action-cards{display:grid;gap:9px}.card-button{text-align:left;display:grid;grid-template-columns:31px 1fr;gap:0 9px;align-items:center;padding:10px;border:1px solid var(--line);background:#fff;border-radius:8px;cursor:pointer}.card-button:hover{border-color:#9fc3f7;background:#f8fbff}.card-button>span{grid-row:span 2;display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:var(--blue-light);color:var(--blue);font-weight:900}.card-button b{font-size:12px}.card-button small{font-size:10px;color:var(--muted);margin-top:2px}.line-number{font-weight:850;font-size:10px;color:var(--blue);letter-spacing:.08em}.progress-label{display:flex;justify-content:space-between;gap:10px;color:#667488;font-size:10px}.progress{height:6px;background:#edf0f5;border-radius:99px;margin:6px 0}.progress i{display:block;height:100%;border-radius:99px;background:var(--green)}.risk{font-size:10px;color:var(--green);margin:0}.risk.high{color:var(--amber);font-weight:700}.sequence-flow i,.sequence-line i{font-style:normal;color:var(--muted)}.product-chip.cream{background:#f1eaff;color:#6942bb}.product-chip.chocolate{background:#f4e4d9;color:#74421f}.matrix-wrap{overflow:auto}.matrix{min-width:520px}.matrix th,.matrix td{text-align:center;font-size:10px;padding:8px}.matrix .heat-none{background:#f4faf6}.matrix .heat-low{background:#e1f4e8;color:#167b41}.matrix .heat-medium{background:#fff0d8;color:#a45b00}.matrix .heat-high{background:#ffe0e0;color:#bd2c35}.sequence-lines{display:grid;gap:13px}.sequence-line{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:center;border-bottom:1px solid #edf0f4;padding-bottom:13px}.sequence-line>b{font-size:12px}.sequence-line>div{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.bar-chart{display:grid;gap:16px;padding-top:9px}.bar-row{display:grid;grid-template-columns:70px 1fr 35px;gap:9px;align-items:center}.bar-row>span,.bar-row>b{font-size:11px}.bar-row small{grid-column:2/4;color:var(--muted);font-size:10px;margin-top:-5px}.bar{height:9px;border-radius:99px;background:#edf1f7;overflow:hidden}.bar i{display:block;height:100%;border-radius:99px}.insight-card{display:flex;gap:18px;border-left:4px solid var(--violet);background:linear-gradient(110deg,#fff 0,#faf8ff 100%)}.insight-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eee8ff;color:var(--violet);font-size:23px}.insight-card h3{margin:0 0 6px}.disclaimer{margin:14px 0 0;color:#7c8799;font-size:10px;line-height:1.4}.notification{display:flex;gap:9px;padding:11px 0;border-bottom:1px solid #edf0f4}.notification>span{display:grid;place-items:center;width:21px;height:21px;border-radius:99px;background:#eaf1ff;color:var(--blue);font-size:11px;font-weight:900}.notification.critical>span{background:#ffe3e5;color:var(--red)}.notification.success>span{background:#e5f7ed;color:var(--green)}.notification b{font-size:12px}.notification p{margin:3px 0;color:var(--muted);font-size:11px;line-height:1.35}.notification time{color:#8a96a7;font-size:10px}.role-tag{text-transform:none;background:#f0f3f7;color:#58667b}.toast{position:fixed;right:26px;bottom:25px;z-index:8;max-width:430px;padding:13px 15px;border-radius:8px;background:#163456;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.18);font-size:12px;font-weight:650}.toast.success{background:#167a45}.toast.error{background:#c93640}.dialog{border:1px solid var(--line);border-radius:13px;width:min(600px,calc(100vw - 32px));padding:0;box-shadow:0 20px 60px rgba(7,25,48,.25)}.dialog::backdrop{background:rgba(7,20,40,.48)}.dialog form{display:grid;gap:14px;padding:22px}.dialog-title{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.dialog-title h2{font-size:19px;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.dialog label{display:grid;gap:6px;color:#536176;font-size:11px;font-weight:750}.dialog input,.dialog select,.dialog textarea,.filter-cluster input,.filter-cluster select{font:inherit;font-size:13px;color:var(--ink);border:1px solid #d8e0ea;border-radius:7px;padding:9px;background:#fff}.dialog textarea{min-height:82px;resize:vertical}.checkbox{display:flex!important;grid-template-columns:auto 1fr;align-items:center}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px}.filter-cluster{display:flex;gap:7px}.filter-cluster input{min-width:210px}.family-label{display:block;margin:3px 0 0 14px;color:var(--muted);font-size:10px}.callout-panel{background:linear-gradient(145deg,#083061,#0b65c7);color:#fff;border:0}.callout-panel .section-kicker{color:#86d3f1}.callout-panel h3{font-size:19px;line-height:1.25}.callout-panel>p:not(.section-kicker){color:#c7e0fb;line-height:1.5;font-size:12px}.callout-panel .primary{background:#fff;color:#0b5cae;box-shadow:none;margin-top:8px}@media(max-width:1050px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.sidebar{padding:13px;flex-direction:row;align-items:center;gap:15px;overflow:auto;position:sticky;top:0;height:auto;z-index:5}.brand{padding:0;white-space:nowrap}.brand img{width:138px}.plant-chip,.sidebar-label,.sidebar-note{display:none}.nav{display:flex}.nav-item{white-space:nowrap}.workspace{padding:0 20px 35px;height:100%;overflow-y:auto;overflow-x:auto}.topbar{margin:0 -20px;padding:0 20px}.two-column{grid-template-columns:1fr}.three-column{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.workspace{padding:0 13px 30px}.topbar{margin:0 -13px;padding:13px;align-items:flex-start;gap:13px;min-height:auto;flex-direction:column}.top-actions{width:100%;justify-content:space-between}.hero-row{align-items:flex-start;flex-direction:column}.action-row{width:100%;flex-wrap:wrap}.hero-status{width:100%}.metric-grid,.scheduler-steps,.three-column{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.gantt-row,.gantt-axis{grid-template-columns:94px 1fr}.gantt-label{font-size:10px}.gantt-legend{padding-left:94px;flex-wrap:wrap}.notifications-panel{right:13px;top:110px}.sequence-line{grid-template-columns:1fr}.nav-item{padding:8px}.nav-glyph{display:none}.filter-cluster{width:100%;flex-direction:column}.filter-cluster input{min-width:0;width:100%}}
