@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.shimmer{background:linear-gradient(90deg,var(--secondary-background-color) 25%,var(--border-color) 50%,var(--secondary-background-color) 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px}.shimmer-card{background:var(--secondary-background-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;min-height:400px}.shimmer-header{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.shimmer-circle{width:2rem;height:2rem;border-radius:50%;background:var(--text-color);flex-shrink:0}.shimmer-title{height:1.5rem;width:150px;margin-bottom:.5rem}.shimmer-subtitle{height:1rem;width:200px}.shimmer-content{display:flex;flex-direction:column;gap:1rem}.shimmer-row{height:1rem;width:100%}.shimmer-row.short{width:60%}.shimmer-row.medium{width:80%}.shimmer-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.shimmer-stat{height:3rem;border-radius:8px}.shimmer-table-container{border:1px solid var(--border-color);border-radius:8px;overflow:hidden;min-height:300px}.shimmer-table,.shimmer-table-container{background:var(--secondary-background-color)}.shimmer-table{width:100%;border-collapse:collapse}.shimmer-table-header{background:var(--background-color);border-bottom:1px solid var(--border-color)}.shimmer-table-header-row{display:flex;border-bottom:1px solid var(--border-color)}.shimmer-table-header-cell{flex:1 1;padding:.75rem .5rem;text-align:center;font-weight:600;font-size:.9rem;color:var(--secondary-text-color);border-right:1px solid var(--border-color)}.shimmer-table-header-cell:last-child{border-right:none}.shimmer-table-body{display:flex;flex-direction:column}.shimmer-table-row{display:flex;border-bottom:1px solid var(--border-color);transition:background-color .1s ease}.shimmer-table-row:last-child{border-bottom:none}.shimmer-table-cell{flex:1 1;padding:.5rem;text-align:center;border-right:1px solid var(--border-color);min-height:2.5rem;min-width:5rem;display:flex;align-items:center;justify-content:center}.shimmer-table-cell:last-child{border-right:none}.shimmer-table-cell-content{height:1rem;width:80%;border-radius:2px}.shimmer-table-cell-content.short{width:60%}.shimmer-table-cell-content.medium{width:70%}.shimmer-table-cell-content.long{width:90%}.data-table td .shimmer,.data-table th .shimmer{height:1rem;width:80%;border-radius:2px;margin:0 auto}.data-table td .shimmer.short,.data-table th .shimmer.short{width:60%}.data-table td .shimmer.medium,.data-table th .shimmer.medium{width:70%}.data-table td .shimmer.long,.data-table th .shimmer.long{width:90%}.data-table td .shimmer,.data-table th .shimmer{background:linear-gradient(90deg,var(--secondary-background-color) 25%,var(--border-color) 50%,var(--secondary-background-color) 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:4px}@media (max-width:768px){.shimmer-table-container{min-height:200px}.shimmer-table-cell,.shimmer-table-header-cell{padding:.5rem .25rem;font-size:.8rem}.shimmer-table-cell-content{width:70%}.shimmer-table-cell-content.short{width:50%}.shimmer-table-cell-content.medium{width:60%}.shimmer-table-cell-content.long{width:80%}}