*{box-sizing:border-box}body,html{margin:0;padding:0;background:#08111f;color:#e8eef8;font-family:Inter,Arial,Helvetica,sans-serif}body{min-height:100vh}button,input{font:inherit}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{border-right:1px solid hsla(0,0%,100%,.08);background:linear-gradient(180deg,#0b1526,#09111d);padding:24px 18px}.brand{display:flex;align-items:center;gap:14px;margin-bottom:28px}.brandMark{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-weight:700;background:linear-gradient(135deg,#38bdf8,#22c55e);color:#08111f}.brand h1,.panel h3,.statCard h3,.topbar h2{margin:0}.eyebrow{margin:0 0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7d90ac}.nav{display:flex;flex-direction:column;gap:8px}.navItem{width:100%;border:none;border-radius:12px;padding:12px 14px;background:transparent;color:#b7c4d8;text-align:left;cursor:pointer}.navItem:hover{background:hsla(0,0%,100%,.05)}.navItemActive{background:rgba(56,189,248,.14);color:#eff6ff}.content{padding:24px}.topbar{justify-content:space-between;gap:20px;margin-bottom:22px}.topbar,.topbarActions{display:flex;align-items:center}.topbarActions{gap:12px}.search{width:320px;background:#0f1a2c;border:1px solid hsla(0,0%,100%,.08);color:#e8eef8;border-radius:12px;padding:12px 14px;outline:none}.ghostButton,.primaryButton,.smallButton{border-radius:12px;cursor:pointer}.primaryButton{border:none;padding:12px 16px;background:linear-gradient(135deg,#38bdf8,#22c55e);color:#08111f;font-weight:700}.ghostButton{border:1px solid hsla(0,0%,100%,.1);background:#0f1a2c;color:#d9e4f2;padding:11px 14px}.smallButton{border:1px solid hsla(0,0%,100%,.08);background:#122033;color:#d9e4f2;padding:8px 10px;font-size:13px}.fullWidth{width:100%}.statsGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.panel,.statCard{background:linear-gradient(180deg,#0e1828,#0b1422);border:1px solid hsla(0,0%,100%,.08);border-radius:18px;box-shadow:0 18px 40px rgba(0,0,0,.22)}.statCard{padding:16px}.statCard p{margin:0 0 8px;color:#8ea1bd;font-size:14px}.statCard h3{font-size:28px}.statCard-danger{border-color:rgba(239,68,68,.3)}.statCard-warning{border-color:rgba(245,158,11,.28)}.statCard-success{border-color:rgba(34,197,94,.28)}.mainGrid{display:grid;grid-template-columns:1.7fr .95fr;grid-gap:18px;gap:18px;margin-bottom:18px}.panel{padding:18px}.panelLarge{overflow:hidden}.panelHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.queueTable{display:grid;grid-gap:10px;gap:10px}.queueHead,.queueRow{display:grid;grid-template-columns:2fr 1fr .9fr 1fr .9fr 1fr 1.4fr;grid-gap:12px;gap:12px;align-items:center}.queueHead{color:#8193af;font-size:13px;padding:0 8px 8px}.queueRow{padding:14px 10px;border-radius:14px;background:#0f1a2c;border:1px solid hsla(0,0%,100%,.06)}.leadCell{display:flex;flex-direction:column;gap:4px}.leadCell span,.subtle{color:#8ca1bf;font-size:13px}.actionRow{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.chipBlue{background:rgba(59,130,246,.16);color:#93c5fd}.chipPurple{background:rgba(168,85,247,.16);color:#d8b4fe}.chipAmber{background:rgba(245,158,11,.16);color:#fcd34d}.chipGreen{background:rgba(34,197,94,.16);color:#86efac}.chipRed{background:rgba(239,68,68,.16);color:#fca5a5}.chipGray{background:rgba(148,163,184,.16);color:#cbd5e1}.detailPanel{gap:14px}.detailBlock,.detailPanel{display:flex;flex-direction:column}.detailBlock{gap:6px}.label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#7e90ab}.detailBlock p,.label{margin:0}.timeline{display:grid;grid-gap:10px;gap:10px;margin-top:4px}.timelineItem{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:12px;background:#0f1a2c}.detailActions{display:grid;grid-gap:10px;gap:10px;margin-top:auto}.bottomGrid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:18px;gap:18px}.stackList{display:grid;grid-gap:10px;gap:10px}.stackRow{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px;border-radius:14px;background:#0f1a2c}.stackRow>div{display:flex;flex-direction:column;gap:4px}.stackRow span{color:#9cb0ca;font-size:13px}.stackRowText{justify-content:flex-start}@media (max-width:1280px){.statsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.bottomGrid,.mainGrid{grid-template-columns:1fr}}@media (max-width:960px){.shell{grid-template-columns:1fr}.sidebar{display:none}.topbar{flex-direction:column;align-items:flex-start}.topbarActions{width:100%;flex-wrap:wrap}.search{width:100%}.queueHead{display:none}.queueRow{grid-template-columns:1fr}}