.sidebar { width: 10%; min-width: 130px; text-align: center; }
.sidebar .inv-cards { flex-direction: column; align-items: center; }
.sidebar .inv-card { text-align: center; width: 100%; }
.sidebar h2 { text-align: center; }

.so-controls { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.75rem; background: #F6F6F7; border-bottom: 1px solid #E4E4E7; flex-wrap: wrap; }
.so-label { font-size: 0.72rem; color: #71717A; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.so-select { width: auto; min-width: 5rem; padding: 0.3rem 0.5rem; font-size: 0.8rem; border: 1px solid #E4E4E7; border-radius: 5px; background: #fff; }
.so-input { width: auto; padding: 0.3rem 0.5rem; font-size: 0.8rem; border: 1px solid #E4E4E7; border-radius: 5px; background: #fff; }
.so-btn { width: auto; flex-shrink: 0; padding: 0.32rem 1rem; background: #5B5BD6; color: #fff; border: none; border-radius: 5px; font-size: 0.8rem; font-weight: 600; cursor: pointer; }
.so-btn:hover { background: #4a4abf; }
.so-row-count { font-size: 0.72rem; color: #A1A1AA; margin-left: 0.25rem; }

.so-kpi-row { display: flex; gap: 12px; margin-bottom: 12px; }
.so-kpi { flex: 1; background: #fff; border: 1px solid #E4E4E7; border-radius: 10px; padding: 12px 16px; }
.so-kpi-label { font-size: 11px; color: #71717A; text-transform: uppercase; letter-spacing: 0.5px; }
.so-kpi-value { font-size: 24px; font-weight: 700; color: #18181B; margin-top: 2px; }

.so-table { width: 100%; border-collapse: collapse; font-size: 0.78rem; }
.so-table th { position: sticky; top: 0; z-index: 1; background: #F6F6F7; color: #3F3F46; font-weight: 600; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.03em; padding: 0.5rem 0.75rem; text-align: left; border-bottom: 1px solid #E4E4E7; white-space: nowrap; }
.so-table th.num, .so-table td.num { text-align: right; }
.so-table td { padding: 0.4rem 0.75rem; border-bottom: 1px solid #F4F4F5; white-space: nowrap; }
.so-table tbody tr:hover { background: #FAFAFE; }
.so-sum-row { background: #F6F6F7; font-weight: 700; }
