.dashboard-loading{text-align:center;padding:4rem 1rem;color:var(--fda-text-tertiary, #6B7280);font-size:.9375rem}.dashboard-loading-spinner{width:32px;height:32px;border:3px solid var(--fda-border-default, #E5E7EB);border-top-color:var(--fda-blue-700, #1F3A5F);border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-counters{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:2rem}.dashboard-charts{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.dashboard-activity{background:#fff;border:1px solid var(--fda-border-default, #E5E7EB);border-radius:var(--fda-radius-md, 5px);padding:1.25rem}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.activity-view-all{font-size:.8125rem;color:var(--fda-blue-700, #1F3A5F);text-decoration:none;font-weight:500}.activity-view-all:hover{text-decoration:underline}@media (max-width: 768px){.dashboard-counters{grid-template-columns:repeat(3,1fr)}.dashboard-charts{grid-template-columns:1fr}}@media (max-width: 480px){.dashboard-counters{grid-template-columns:repeat(2,1fr)}}
