.dashboard{max-width:var(--content-max-width);margin:0}.dashboard-title{color:var(--text-primary);text-align:left;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.dashboard-subtitle{color:var(--text-secondary);text-align:left;margin-bottom:3rem;font-size:1.125rem}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.dashboard-card{border:1px solid var(--border-color);text-align:left;background:#fff;border-radius:.75rem;padding:1.5rem;transition:all .2s ease-in-out;box-shadow:0 1px 3px rgba(0,0,0,.1)}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.card-icon{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:flex}.card-icon-svg{color:#fff;width:1.5rem;height:1.5rem}.dashboard-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.dashboard-card p{color:var(--text-secondary);line-height:1.5}@media (max-width:1024px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-grid{grid-template-columns:1fr}.dashboard-title{font-size:2rem}}
