:root{--text:#2b2b33;--text-muted:#6b6b76;--bg:#f5f6f8;--panel:#fff;--border:#e2e4e9;--accent:#2563eb;--accent-contrast:#fff;--danger:#dc2626;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{margin:0}h1{margin:0 0 1rem;font-size:1.5rem}h2{margin:1.5rem 0 .75rem;font-size:1.1rem}a{color:var(--accent)}.muted{color:var(--text-muted)}.small{font-size:.8rem}.error{color:var(--danger);font-size:.85rem}button{cursor:pointer;background:var(--accent);color:var(--accent-contrast);border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem}button:disabled{opacity:.6;cursor:not-allowed}.link-button{color:var(--accent);background:0 0;padding:0;font-size:.85rem}.sidebar-footer-actions{align-items:center;gap:.75rem;display:flex}.icon-button{width:26px;height:26px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;font-size:1rem;text-decoration:none;display:inline-flex}.icon-button:hover,.icon-button.active{background:var(--bg);color:var(--text)}input,select{border:1px solid var(--border);border-radius:6px;padding:.5rem .6rem;font-family:inherit;font-size:.9rem}.auth-screen{background:var(--bg);justify-content:center;align-items:center;height:100vh;display:flex}.auth-card{background:var(--panel);border:1px solid var(--border);border-radius:10px;flex-direction:column;align-items:center;gap:.75rem;width:320px;padding:2rem;display:flex}.auth-card h1,.auth-card>p{text-align:center;margin:0}.auth-card label,.auth-card button{width:100%}.auth-card label{flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--panel);border-right:1px solid var(--border);flex-direction:column;width:220px;padding:1.25rem 1rem;display:flex}.brand{margin-bottom:1.5rem;font-weight:700}.brand-title{align-items:center;gap:.5rem;display:flex}.brand-logo{width:22px;height:22px}.auth-logo{align-self:center;width:40px;height:40px}.brand-org{color:var(--text-muted);margin-top:.15rem;font-size:.8rem;font-weight:400}.sidebar nav{flex-direction:column;flex:1;gap:.4rem;display:flex}.sidebar nav a{color:var(--text);border-radius:6px;padding:.5rem .6rem;font-size:.9rem;text-decoration:none}.sidebar nav a.active{background:var(--accent);color:var(--accent-contrast)}.sidebar-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.85rem;display:flex}.content{flex:1;padding:2rem;overflow-x:auto}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.card{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:1rem}.card-label{color:var(--text-muted);font-size:.8rem}.card-value{font-size:1.6rem;font-weight:700}.card-hero{grid-column:span 2}.hero-value{font-size:2.2rem}.delta-good{color:#006300}.meter{background:#e1e0d9;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden}.meter-fill{background:#2a78d6;border-radius:4px;height:100%}.charts-row{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;margin-top:1rem;display:grid}.chart-panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem 1.25rem}.chart-title{margin:0 0 1rem;font-size:1rem}.hbar-chart{flex-direction:column;gap:.6rem;display:flex}.hbar-row{align-items:center;gap:.75rem;display:flex}.hbar-row:hover .hbar-fill{filter:brightness(.92)}.hbar-label{width:120px;color:var(--text-muted);text-align:right;white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;font-size:.82rem;overflow:hidden}.hbar-track{flex:1;align-items:center;gap:.5rem;min-height:20px;display:flex}.hbar-fill{border-radius:0 4px 4px 0;min-width:2px;height:16px;transition:width .3s}.hbar-value{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.82rem}.funnel-chart{flex-direction:column;align-items:stretch;display:flex}.funnel-row{flex-direction:column;align-items:center;gap:.3rem;display:flex}.funnel-caption{align-items:baseline;gap:.4rem;font-size:.82rem;font-weight:600;display:flex}.funnel-count{color:var(--text-muted);font-variant-numeric:tabular-nums;font-weight:400}.funnel-track{justify-content:center;width:100%;max-width:340px;display:flex}.funnel-bar{border-radius:6px;height:26px;transition:width .3s}.funnel-drop{text-align:center;color:var(--text-muted);padding:.15rem 0;font-size:.72rem}.chart-legend{gap:1rem;margin-bottom:.5rem;display:flex}.legend-item{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.trend-svg{width:100%;height:auto}.grid-line{stroke:#e1e0d9;stroke-width:1px}.axis-text{fill:var(--text-muted);font-size:9px}.end-label{fill:var(--text);font-size:11px;font-weight:600}.stage-reorder{gap:.4rem;display:flex}.table-details{margin-top:1.25rem}.table-details summary{cursor:pointer;color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.table{border-collapse:collapse;background:var(--panel);border:1px solid var(--border);border-radius:8px;width:100%;overflow:hidden}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .8rem;font-size:.9rem}.table th{background:#fafafa;font-weight:600}.page-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.inline-form{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.kanban-board{gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.kanban-column{background:var(--panel);border:1px solid var(--border);border-radius:8px;flex-direction:column;flex:1;min-width:240px;display:flex}.kanban-column-over{outline:2px dashed var(--accent)}.kanban-column-header{border-bottom:1px solid var(--border);flex-direction:column;gap:.15rem;padding:.75rem;display:flex}.kanban-column-body{flex-direction:column;gap:.5rem;min-height:100px;padding:.5rem;display:flex}.kanban-card{border:1px solid var(--border);cursor:grab;touch-action:none;background:#fafbfc;border-radius:6px;padding:.6rem}.kanban-card-title{font-size:.9rem;font-weight:600}.kanban-card-value{color:var(--accent);font-size:.85rem}.detail-grid{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;font-size:.9rem;display:flex}.timeline{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.timeline-item{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:.6rem .8rem}.timeline-meta{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.badge{color:#3730a3;background:#eef2ff;border-radius:999px;padding:.1rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}
