.dashboard-container{padding:2rem;max-width:1200px;margin:0 auto;width:100%}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.dashboard-header{position:sticky;top:0;z-index:40;height:4rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(231 236 232 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dashboard-nav{display:flex;gap:1rem;align-items:center}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stat-card h3{color:#666;font-size:.875rem;margin-bottom:.5rem}.stat-card p{font-size:1.5rem;font-weight:700;color:#333}.recent-activity{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.75rem;border-bottom:1px solid #eee}.activity-type{font-weight:500;color:#666}.activity-time{color:#999;font-size:.875rem}.animate-fade-in{animation:fadeIn .15s ease-out}.animate-slide-up{animation:slideUp .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
