.admin-dashboard{padding-top:24px}.admin-dashboard__groups{display:flex;flex-direction:column;gap:32px}.admin-dashboard__group-label{margin:0 0 16px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--theme-elevation-500)}.admin-dashboard__cards{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.admin-dashboard__card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:8px;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);text-decoration:none;color:var(--theme-elevation-1000);transition:background-color .15s ease,border-color .15s ease}.admin-dashboard__card:hover{background:var(--theme-elevation-100);border-color:var(--theme-elevation-250);text-decoration:none}.admin-dashboard__card-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--theme-elevation-100);color:var(--theme-elevation-600)}.admin-dashboard__card:hover .admin-dashboard__card-icon{background:var(--theme-elevation-150);color:var(--theme-elevation-800)}.admin-dashboard__card-content{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-dashboard__card-title{margin:0;font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-dashboard__card-count{margin:0;font-size:13px;color:var(--theme-elevation-500)}