:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f1f4fa;--surface:#fff;--surface-muted:#f4f6fb;--text:#1d2538;--muted:#6b768d;--border:#e3e8f1;--accent:#2f61d5}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.page{min-height:100vh}.dashboard-page{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.dashboard-sidebar{border-right:1px solid var(--border);background:#f8fafe;padding:.85rem .75rem}.sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.4rem .45rem .9rem;display:flex}.logo{color:#fff;background:#1f4cc5;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:inline-flex}.sidebar-brand strong{letter-spacing:.04em;font-size:.8rem}.sidebar-brand p{color:var(--muted);margin:.08rem 0 0;font-size:.72rem}.sidebar-group{margin-top:1rem}.sidebar-title{text-transform:uppercase;letter-spacing:.07em;color:#9aa5bd;margin:0 0 .45rem;padding:0 .45rem;font-size:.66rem}.sidebar-link{text-align:left;cursor:pointer;color:#475167;background:0 0;border:0;border-radius:.45rem;width:100%;margin-bottom:.2rem;padding:.4rem .45rem;font-size:.82rem;text-decoration:none;display:block}.sidebar-link.active,.sidebar-link.active-soft,.sidebar-link:hover{color:#1f2b42;background:#e8eefb}.dashboard-main{padding:1rem}.dashboard-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.95rem;display:flex}.dashboard-title{margin:0;font-size:1.35rem}.toolbar{gap:.4rem;display:flex}.toolbar-btn{cursor:pointer;border:1px solid var(--border);color:#465274;background:#fff;border-radius:.45rem;padding:.4rem .65rem;font-size:.78rem}.toolbar-btn.selected{color:#fff;background:#17264a;border-color:#17264a}.toolbar-btn.round{width:30px;padding:0;font-weight:700}.board-grid{grid-template-columns:220px repeat(4,minmax(210px,1fr));gap:.75rem;display:grid;overflow-x:auto}.lane{border:1px solid var(--border);background:#f9fbff;border-radius:.75rem;min-height:420px;padding:.6rem}.lane-header{justify-content:space-between;align-items:center;margin-bottom:.55rem;display:flex}.lane-header h2{margin:0;font-size:.86rem;font-weight:700}.lane-count{color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:999px;padding:.15rem .45rem;font-size:.72rem}.tiny-btn{cursor:pointer;border:1px solid var(--border);color:#445173;background:#fff;border-radius:.4rem;padding:.2rem .5rem;font-size:.72rem}.agents-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.agent-item{border:1px solid var(--border);background:#fff;border-radius:.6rem;align-items:center;gap:.5rem;padding:.5rem;display:flex}.agent-item strong{font-size:.78rem;display:block}.agent-item p{color:var(--muted);margin:.1rem 0 0;font-size:.7rem}.status-dot{background:#66d27d;border-radius:50%;width:9px;height:9px}.cards{gap:.55rem;display:grid}.task-card{border:1px solid var(--border);background:#fff;border-radius:.6rem;padding:.5rem}.task-card p{color:#1e2840;margin:0;font-size:.76rem;line-height:1.35}.chip{color:#9f2f5f;background:#ffe9f4;border-radius:999px;margin-top:.45rem;padding:.12rem .4rem;font-size:.62rem;font-weight:700;display:inline-block}.list-view{border:1px solid var(--border);background:#f9fbff;border-radius:.75rem;padding:.7rem}.list-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.list-header h2{margin:0;font-size:.95rem}.list-header span{color:var(--muted);font-size:.75rem}.list-tasks{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.list-tasks li{border:1px solid var(--border);background:#fff;border-radius:.6rem;padding:.55rem}.list-tasks strong{letter-spacing:.04em;color:#667292;text-transform:uppercase;margin-bottom:.2rem;font-size:.68rem;display:inline-block}.list-tasks p{margin:0;font-size:.8rem}.section-shell{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.section-card{border:1px solid var(--border);background:#f9fbff;border-radius:.75rem;padding:.8rem}.section-card h2{margin:0 0 .5rem;font-size:.95rem}.section-list{color:#2b3751;gap:.35rem;margin:0;padding-left:1rem;display:grid}.nav{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.brand{margin-right:.5rem;font-weight:700}.nav-link{color:var(--muted);border-radius:.5rem;padding:.4rem .6rem;font-weight:500;text-decoration:none}.nav-link.active,.nav-link:hover{color:var(--text);background:var(--surface-muted)}.content{width:min(1100px,92vw);margin:1.5rem auto}h1{margin:0;font-size:2rem}.muted{color:var(--muted)}.stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;margin-top:1.25rem;display:grid}.card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:.85rem;padding:.95rem 1rem}.card h2{color:var(--muted);margin:0;font-size:.95rem}.card p{margin:.55rem 0 0;font-size:1.5rem;font-weight:600}.split{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.9rem;margin-top:1rem;display:grid}.panel{margin-top:1rem}.panel h3{margin-top:0;margin-bottom:.6rem}.panel ul{gap:.45rem;margin:0;padding-left:1.15rem;display:grid}.back-link{color:var(--accent);margin-top:1rem;font-weight:600;text-decoration:none;display:inline-block}@media (max-width:1100px){.dashboard-page{grid-template-columns:1fr}.dashboard-sidebar{border-right:none;border-bottom:1px solid var(--border)}}
