.dashboard-container{padding:1.5rem;margin:0 auto;max-width:100%;width:100%;overflow-x:hidden}.dashboard-title{font-size:20px;font-weight:700;margin-bottom:1.25rem;color:var(--theme-elevation-800)}.stat-card-wrapper{height:100%}.stat-card-wrapper .stat-card-pill{width:100%;height:100%;padding:.65rem;display:block;cursor:pointer;transition:all .2s ease}.stat-card-wrapper .stat-card-pill:hover{transform:translateY(-1px);box-shadow:0 3px 6px rgba(0,0,0,.12)}.stat-card-content{display:flex;flex-direction:column;gap:.35rem}.stat-card-content .stat-card__title{font-size:11px;color:var(--theme-elevation-600);text-transform:uppercase;letter-spacing:.5px}.stat-card-content .stat-card__value{font-size:22px;font-weight:600;color:var(--theme-elevation-800)}.stat-group{margin-bottom:1.25rem}.stat-group__title{font-size:15px;font-weight:600;margin-bottom:.5rem;border-bottom:2px solid var(--theme-elevation-150);padding-bottom:.25rem;color:var(--theme-elevation-800)}.stat-group__grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:.5rem;gap:.5rem;width:100%}.listing-type-table{margin-bottom:1.5rem;max-width:100%;padding:1rem;background-color:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:6px}.listing-table__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.listing-table__title{font-size:16px;font-weight:600;margin:0;color:var(--theme-elevation-800)}.listing-table__scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.listing-table__scroll::-webkit-scrollbar{height:8px}.listing-table__scroll::-webkit-scrollbar-track{background:var(--theme-elevation-100);border-radius:4px}.listing-table__scroll::-webkit-scrollbar-thumb{background:var(--theme-elevation-400);border-radius:4px}.listing-table__scroll::-webkit-scrollbar-thumb:hover{background:var(--theme-elevation-500)}.listing-table{width:100%;min-width:600px;border-collapse:collapse;font-size:12px;border:1px solid var(--theme-elevation-150);background-color:var(--theme-elevation-0)}.listing-table thead tr{background-color:var(--theme-elevation-100)}.listing-table thead th{padding:.5rem;text-align:left;font-weight:600;border-bottom:2px solid var(--theme-elevation-150);border-right:1px solid var(--theme-elevation-150);white-space:nowrap;color:var(--theme-elevation-800)}.listing-table thead th:last-child{border-right:none}.listing-table tbody tr{border-bottom:1px solid var(--theme-elevation-150)}.listing-table tbody tr:last-child{border-bottom:none}.listing-table tbody td{padding:0;border-right:1px solid var(--theme-elevation-150)}.listing-table tbody td:last-child{border-right:none}.listing-table tbody td.highlight{background-color:var(--theme-warning-50)}.listing-table-cell{display:flex;justify-content:space-between;align-items:center;padding:.5rem;text-decoration:none;color:inherit;transition:background-color .15s ease;min-height:100%}.listing-table-cell:hover{background-color:var(--theme-elevation-100)}.listing-table-cell.highlight:hover{background-color:var(--theme-warning-100)}.listing-table-cell__label{color:var(--theme-elevation-600)}.listing-table-cell__value{font-weight:600;color:var(--theme-elevation-800)}.listing-table-cell__value.highlight{color:var(--theme-warning-700)}.dashboard-loading{padding:1.5rem;text-align:center;font-size:14px;color:var(--theme-elevation-600)}.dashboard-error{padding:.75rem;margin:1.5rem;background-color:var(--theme-error-50);color:var(--theme-error-800);border-radius:4px;border:1px solid var(--theme-error-300);font-size:13px}@media(min-width:480px){.stat-group__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.stat-group__grid{grid-template-columns:repeat(4,1fr)}.listing-table{font-size:11px}}@media(max-width:768px){.dashboard-container{padding:1rem}.dashboard-title{font-size:18px;margin-bottom:1rem}.listing-type-table{margin-bottom:1rem;padding:.75rem}.listing-table__title{font-size:14px}.listing-table{font-size:11px}}@media(max-width:480px){.dashboard-container{padding:.75rem}.dashboard-title{font-size:16px;margin-bottom:.75rem}.listing-type-table{margin-bottom:.75rem;padding:.5rem}.listing-table__title{font-size:13px}.listing-table{font-size:10px;min-width:500px}.stat-card-wrapper .stat-card-pill{padding:.5rem}.stat-card-content .stat-card__title{font-size:10px}.stat-card-content .stat-card__value{font-size:18px}}