.stats-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem}.stat-card .number{letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.75rem;font-weight:700;line-height:1}.stat-card .label{color:var(--muted);font-size:.78rem}.stat-card .warn{color:var(--danger)}.progress-section{margin-top:1.25rem}.progress-header{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.progress-header h2{margin:0}.progress-header .progress-label{color:var(--muted);font-size:.82rem}.progress-track{background:var(--border);border-radius:99px;width:100%;height:10px;overflow:hidden}.progress-fill{background:var(--text);border-radius:99px;height:100%;transition:width .5s}.progress-fill.over-target{background:var(--success)}.progress-detail{color:var(--muted);gap:1.5rem;margin-top:.5rem;font-size:.78rem;display:flex}.bottom-grid{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:.75rem;margin-top:.75rem;display:grid}.quick-actions{flex-direction:column;gap:.4rem;display:flex}.quick-actions a{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);background:var(--bg);align-items:center;gap:.55rem;padding:.5rem .6rem;font-size:.88rem;text-decoration:none;transition:background .12s;display:flex}.quick-actions a:hover{background:var(--accent-bg)}.quick-actions .action-icon{width:24px;height:24px;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.quick-actions .action-desc{color:var(--muted);font-size:.75rem}@media (width<=860px){.bottom-grid{grid-template-columns:1fr}}.activity-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:.6rem;padding:.6rem 0;font-size:.85rem;display:flex}.activity-item:last-child{border-bottom:none}.activity-dot{background:var(--muted);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.4rem}.activity-item .time{color:var(--muted);margin-top:.1rem;font-size:.75rem}.activity-title{font-weight:600;line-height:1.25}.activity-detail{color:var(--muted);margin-top:.12rem;font-size:.78rem;line-height:1.35}
