@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";*{box-sizing:border-box}:root{--ink:#182033;--muted:#737d95;--line:#e5eaf3;--violet:#635bdb;--violet-dark:#40389e;--cyan:#20c4d9;--surface:rgba(255,255,255,.88)}body{margin:0;font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:linear-gradient(135deg,#f8faff,#f1f4fb 48%,#faf9ff);color:var(--ink)}button,input,select{font:inherit}.app{min-height:100vh;display:flex}.sidebar{width:238px;position:fixed;inset:0 auto 0 0;background:linear-gradient(165deg,#11152a,#171637 52%,#24205d);color:#fff;padding:23px 15px;display:flex;flex-direction:column;z-index:5;box-shadow:12px 0 32px #2526561f}.brand{display:flex;gap:11px;align-items:center;padding:4px 8px 31px}.brand b,.brand span{display:block}.brand b{font-size:16px;letter-spacing:.8px;background:linear-gradient(90deg,#a3a6ff,#7cdce6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brand span{font-size:9px;letter-spacing:1.6px;color:#a0a9d0;margin-top:3px;text-transform:uppercase}.logo{width:39px;height:39px;border-radius:11px;background:linear-gradient(135deg,#635bdb,#20c4d9);display:grid;place-items:center;box-shadow:0 6px 18px #635bdb61}.logo svg{width:21px}.menu-title{font-size:9px;letter-spacing:1.3px;color:#777e94;padding:0 10px 10px}.nav{appearance:none;border:0;background:transparent;width:100%;display:flex;gap:11px;align-items:center;color:#abb1c1;padding:12px 11px;border-radius:9px;font-size:13px;margin:2px 0;text-align:left;cursor:pointer;transition:all .2s ease}.nav svg{width:17px}.nav:hover{background:#635bdb26;color:#fff}.nav.active{background:linear-gradient(135deg,#635bdb59,#20c4d926);color:#fff;box-shadow:0 2px 12px #635bdb33}.side-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:15px 10px;display:flex;flex-direction:column;gap:4px}.side-bottom small{font-size:8px;color:#70778c;letter-spacing:1px}.side-bottom b{font-size:11px}.side-bottom span{font-size:9px;color:#8d93a5}.main{margin-left:238px;width:calc(100% - 238px);padding:31px 36px;max-width:1650px}header{display:flex;justify-content:space-between;gap:20px;margin-bottom:19px}.hero-header{margin-bottom:22px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:2.2px;background:linear-gradient(90deg,var(--violet),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent}h1{font-family:Space Grotesk,DM Sans,sans-serif;font-size:30px;margin:6px 0 4px;font-weight:700;color:#1a1e36}header p,.panel-head p{font-size:12px;color:#7a7e90;margin:0}.actions{display:flex;gap:8px}.actions button,.upload{height:38px;padding:0 12px;border:1px solid #e1e3eb;background:#fff;border-radius:9px;display:flex;gap:7px;align-items:center;color:#414556;font-size:12px;cursor:pointer;transition:all .2s ease}.upload{background:linear-gradient(135deg,#635bdb,#40389e);color:#fff;border-color:transparent;box-shadow:0 4px 14px #635bdb40}.upload input{display:none}.actions button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.notice{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #deddf8;border-radius:12px;padding:11px 14px;display:flex;gap:7px;align-items:center;font-size:11px;color:#575b77;margin-bottom:14px;box-shadow:0 2px 8px #635bdb0a}.notice span{color:#767a91}.filters{display:flex;gap:8px;align-items:flex-end;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #e5e6ed;border-radius:12px;padding:11px;margin-bottom:15px;overflow:auto;box-shadow:0 2px 8px #00000008}.filter-label{font-size:10px;font-weight:800;color:#5b5f72;padding:10px 4px;display:flex;gap:6px;align-items:center}.select{font-size:9px;color:#777b8d;min-width:112px}.select select{display:block;margin-top:4px;width:100%;border:1px solid #dddfe8;border-radius:7px;background:#fff;padding:8px 25px 8px 8px;color:#2a2d3c;font-size:11px;transition:border-color .2s}.select select:focus{border-color:var(--violet);outline:none;box-shadow:0 0 0 3px #635bdb1a}.search{margin-left:auto;min-width:210px;border:1px solid #dddfe8;border-radius:7px;padding:0 8px;height:34px;display:flex;gap:6px;align-items:center;color:#858999}.search input{border:0;outline:0;width:100%;font-size:11px}.clear-filter{height:34px;border:1px solid #dddfe8;background:#fff;border-radius:7px;padding:0 9px;font-size:10px;color:#656a7c;cursor:pointer;white-space:nowrap;transition:all .2s}.clear-filter:hover{background:#f0f0ff;border-color:var(--violet);color:var(--violet)}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:11px;margin-bottom:15px}.kpi,.panel{background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(229,230,237,.6);border-radius:14px;box-shadow:0 4px 20px #00000008}.kpi{padding:14px;display:flex;gap:10px;min-width:0;transition:transform .15s ease,box-shadow .15s ease}.kpi:hover{transform:translateY(-2px);box-shadow:0 8px 24px #635bdb14}.kpi-icon{width:35px;height:35px;flex:none;border-radius:9px;background:linear-gradient(135deg,#ede9ff,#e0f4ff);color:#635bdb;display:grid;place-items:center}.kpi-icon svg{width:17px}.kpi-icon.danger{background:linear-gradient(135deg,#fff0f0,#ffe8e8);color:#ef4444}.kpi-body{min-width:0}.kpi-body span{font-size:8px;letter-spacing:.65px;color:#7d8190;font-weight:800;display:block;white-space:nowrap}.kpi-body strong{font-size:17px;display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-body small{font-size:8px;color:#20a25a;display:block;margin-top:2px}.mini{height:4px;background:#eeeef4;border-radius:5px;margin-top:6px;width:90px;overflow:hidden}.mini i{height:100%;display:block;background:linear-gradient(90deg,#635bdb,#20c4d9)}.grid2{display:grid;grid-template-columns:1.35fr 1fr;gap:15px;margin-bottom:15px}.panel{padding:18px;box-shadow:0 4px 20px #00000008}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.panel h2{font-family:Space Grotesk,DM Sans,sans-serif;font-size:15px;margin:0 0 3px;font-weight:600;color:#1a1e36;position:relative;padding-bottom:6px}.panel h2:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#635bdb,#20c4d9);border-radius:1px}.panel h2+p{font-size:12px;color:#7a7e90;margin:0}.donut{display:grid;grid-template-columns:1fr 145px;align-items:center}.legend-row{display:grid;grid-template-columns:10px 1fr auto;gap:7px;font-size:11px;margin:10px 0}.legend-dot{width:7px;height:7px;border-radius:50%;margin-top:4px}.health{padding-top:2px}.health-item{margin:13px 0}.health-item>div:first-child{display:flex;justify-content:space-between;font-size:11px}.health-item b{font-size:11px}.health-bar{height:7px;background:#eeeef4;border-radius:6px;margin-top:6px;overflow:hidden}.health-bar i{display:block;height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:6px}.health-bar i.bad{background:linear-gradient(90deg,#ef4444,#dc2626)}.health-bar i.warn{background:linear-gradient(90deg,#f59e0b,#d97706)}.health-note{display:flex;gap:7px;align-items:center;background:#fff7e8;color:#946200;border-radius:8px;padding:8px 9px;font-size:10px;margin-top:12px}.table-panel{margin-bottom:15px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:1180px;font-size:11px}th{font-size:8px;letter-spacing:.7px;color:#858999;text-align:left;padding:10px;border-bottom:2px solid #e8e9f3;background:#f8faff99}td{padding:11px 10px;border-bottom:1px solid #f0f1f5;vertical-align:middle}td small{display:block;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8b8e9c;font-size:9px;margin-top:2px}.mono{font-family:ui-monospace,monospace}.pbar{min-width:95px}.pbar span{display:block;height:5px;background:#ede9ff;border-radius:5px;margin-top:4px}.pbar i{height:100%;display:block;background:linear-gradient(90deg,#635bdb,#20c4d9);border-radius:5px}.pill,.issue,.status-pill{display:inline-block;padding:4px 8px;border-radius:6px;font-size:8px;font-weight:800;letter-spacing:.3px}.pill.green,.status-pill.green{background:linear-gradient(135deg,#dcfce7,#d1fae5);color:#15803d}.pill.blue,.status-pill.blue{background:linear-gradient(135deg,#ede9ff,#e0e7ff);color:#4338ca}.status-pill.red,.issue{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.pager{display:flex;align-items:center;gap:7px;font-size:10px}.pager button{border:1px solid #e1e3eb;background:#fff;border-radius:6px;width:28px;height:28px;display:grid;place-items:center}.pager button:disabled{opacity:.35}.performance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0 18px}.performance-card{border:1px solid rgba(229,230,237,.6);border-radius:12px;padding:14px;background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 10px #00000008}.perf-top{display:flex;justify-content:space-between;gap:8px;font-size:11px}.perf-top strong{font-size:14px}.perf-stats{display:flex;justify-content:space-between;gap:8px;color:#7e8292;font-size:9px;margin-top:8px}.perf-table{border-top:1px solid #eeeef3;padding-top:4px}.priority-cards{grid-template-columns:repeat(4,1fr)}footer{text-align:center;color:#9a9eab;font-size:9px;padding:14px;background:linear-gradient(90deg,#635bdb0f,#20c4d90f);border-top:1px solid rgba(229,230,237,.4)}.priority{display:inline-block;padding:5px 8px;border-radius:7px;font-size:8px;font-weight:800;white-space:nowrap;letter-spacing:.3px}.priority.critical{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.priority.high{background:linear-gradient(135deg,#ffedd5,#fed7aa);color:#c2410c}.priority.medium{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#a16207}.priority.monitor{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.priority.good{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d}.batch-recap-panel{background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(229,230,237,.6);border-radius:14px;padding:14px 16px;box-shadow:0 4px 20px #00000008}.batch-recap-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:9px}.batch-recap-head h2{font-family:Space Grotesk,DM Sans,sans-serif;font-size:16px;margin:0 0 4px;color:#1a1e36;font-weight:600}.batch-recap-head p{font-size:11px;color:#7a8190;margin:0}.refresh-mini{height:32px;border:0;background:transparent;color:#2d4d82;font-weight:700;font-size:11px;display:flex;align-items:center;gap:5px;cursor:pointer}.batch-note{display:flex;align-items:center;gap:7px;font-size:10px;color:#7a8190;margin:4px 0 12px;padding:7px 9px;background:#f5f7fb;border-radius:7px}.batch-note b{color:#27334a}.port-warning{color:#b45309;font-weight:700}.batch-table-wrap{overflow-x:auto;overflow-y:visible;border:1px solid #dce2ed;border-radius:8px;position:relative}.batch-table{width:100%;min-width:1080px;border-collapse:separate;border-spacing:0;font-size:12px}.batch-table th,.batch-table td{padding:9px 11px;text-align:center;border-right:1px solid #d9dfeb;border-bottom:1px solid #d9dfeb}.batch-table thead th{background:linear-gradient(135deg,#1a1e36,#2d2b6b);color:#fff;font-size:11px;font-weight:800;position:sticky;top:0;z-index:20}.batch-table .batch-name-col{min-width:190px;text-align:left;border-right:1px solid #d9dfeb;left:0}.batch-table .batch-group-row th{height:39px;vertical-align:middle}.batch-table .batch-sub-row th{height:34px;font-size:10px}.batch-table .batch-sub-row .batch-total-sub,.batch-table .batch-total-head{background:#fff0f0;color:#c60000}.batch-table tbody tr:nth-child(odd) td{background:#f8fafc}.batch-table tbody tr:nth-child(2n) td{background:linear-gradient(90deg,#f0f0ff,#f5faff)}.batch-table tbody td{height:39px;color:#27334a}.batch-table tbody .batch-name{text-align:left;font-weight:600;white-space:nowrap}.batch-table .batch-total{background:#fff0f0!important;color:#c60000!important;font-weight:800}.batch-table tfoot td{background:linear-gradient(135deg,#e8eaff,#dce8fa);color:#263a5d;font-weight:900;border-bottom:0}.batch-table tfoot td:not(:first-child){font-size:13px}.batch-table tfoot td:last-child,.batch-table tfoot td:nth-last-child(2){background:linear-gradient(135deg,#ffeaea,#fee2e2);color:#c60000}.batch-empty{padding:30px!important;color:#858b9b!important;background:#fff!important}.batch-table th:last-child,.batch-table td:last-child{border-right:0}.batch-row-clickable{cursor:pointer}.batch-row-clickable:hover td{background:#eef2ff!important}.batch-expand-icon{display:inline-flex;vertical-align:middle;margin-right:6px;color:#635bdb}.batch-expand-row td{padding:0!important;background:#f6f7fb!important}.batch-breakdown{padding:12px 16px 16px 34px}.batch-breakdown-table{width:100%;min-width:900px;font-size:11px}.batch-breakdown-table thead th{background:linear-gradient(135deg,#2d2b6b,#3c4a68)}.pivot-subtotal td{background:linear-gradient(90deg,#ede9ff,#f0f0ff)!important;font-weight:800;color:#27334a}.num-click{cursor:pointer;color:#635bdb;text-decoration:underline dotted;text-underline-offset:2px;font-weight:600}.num-click:hover{background:#ede9ff!important;color:#40389e}.kpi-clickable{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.kpi-clickable:hover{transform:translateY(-3px);box-shadow:0 8px 24px #635bdb1f}.health-clickable{cursor:pointer}.health-clickable:hover{background:#f4f6fb;border-radius:8px}.legend-clickable{cursor:pointer}.legend-clickable:hover{opacity:.75}.modal-overlay{position:fixed;inset:0;background:#0f12208c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal-box{background:#fff;border-radius:16px;max-width:1100px;width:100%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #00000059}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #eef0f6}.modal-head h3{margin:0;font-size:17px;font-family:Space Grotesk,DM Sans,sans-serif;font-weight:600}.modal-head span{color:#8a8fa3;font-size:12px}.modal-close{border:none;background:#f1f2f8;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s}.modal-close:hover{background:#e5e6ed}.modal-search{display:flex;align-items:center;gap:8px;padding:10px 22px;border-bottom:1px solid #eef0f6;color:#8a8fa3}.modal-search input{border:none;outline:none;flex:1;font-size:13px;padding:6px 0}.modal-table-wrap{overflow:auto;padding:0 22px 22px}.modal-table{width:100%;min-width:900px;font-size:12px}.chart-empty{display:flex;align-items:center;justify-content:center;height:280px;color:#9497a8;font-size:13px;text-align:center;padding:0 20px}.stage-legend{display:flex;flex-wrap:wrap;gap:16px;padding:14px 20px 4px;font-size:12px;color:#3c4258}.stage-legend-item{display:flex;align-items:center;gap:6px}.stage-legend-item i{width:10px;height:10px;border-radius:3px;display:inline-block}.running-table-wrap{overflow:auto;max-height:520px}.note-modal{max-width:640px}.note-modal-body{padding:16px 22px 22px;font-size:13px;line-height:1.6;color:#3c4258;white-space:pre-wrap;max-height:60vh;overflow:auto}.issue-live{background:linear-gradient(135deg,#dcfce7,#d1fae5)!important;color:#15803d!important;border-color:#bbf7d0!important}.change-up{display:inline-flex;align-items:center;gap:3px;color:#15803d;font-weight:700}.change-down{display:inline-flex;align-items:center;gap:3px;color:#dc2626;font-weight:700}@media(max-width:1250px){.cards{grid-template-columns:repeat(3,1fr)}.performance-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.sidebar{width:68px}.brand div:not(.logo),.menu-title,.nav:not(.active),.side-bottom{display:none}.nav.active{justify-content:center}.main{margin-left:68px;width:calc(100% - 68px);padding:22px}.cards,.priority-cards{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}.filters{flex-wrap:wrap}.search{margin-left:0}}@media(max-width:600px){.main{padding:14px}.cards,.priority-cards,.performance-grid{grid-template-columns:1fr}header{flex-direction:column}.actions{width:100%}.donut{grid-template-columns:1fr}}
