.table--compact{background:#fff;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;overflow-x:auto}.table--compact table{width:100%;border-collapse:collapse;border:unset}.table--compact table thead th{font-weight:600;text-align:left;color:#1a1a1a;padding-bottom:.5rem;border-bottom:2px solid #e5e5e5}.table--compact table tbody tr{border-bottom:1px solid #eee;transition:background-color .2s ease,color .2s ease}.table--compact table tbody tr:hover{background-color:#24302c}.table--compact table tbody tr:hover td{color:#2fd97a}.table--compact table td{padding:.5rem 1rem;vertical-align:middle;white-space:nowrap;border:unset;transition:color .2s ease}.table--compact table td.label{width:40%;font-weight:500}.table--compact table td.value{width:35%;color:#24302c;font-weight:600}.table--compact table td.extra{width:25%;text-align:right;font-style:italic}.table--detailed{background:#fff;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.table--detailed .stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:0 2rem}@media(max-width: 999.98px){.table--detailed .stats-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 749.98px){.table--detailed .stats-grid{grid-template-columns:1fr}}.table--detailed .stats-item{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #f0f0f0;padding:.4rem;transition:background-color .2s ease,color .2s ease}.table--detailed .stats-item:hover{background-color:#24302c}.table--detailed .stats-item:hover .label,.table--detailed .stats-item:hover .value{color:#2fd97a}.table--detailed .stats-item .label{font-weight:500}.table--detailed .stats-item .value{font-weight:600}
