.dashboard-page{max-width:52rem;margin:0 auto;padding:3rem 1rem}.dashboard-header{text-align:center;margin-bottom:2.5rem}.dashboard-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.35rem}.dashboard-subtitle{font-size:1rem;color:var(--text-secondary)}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width:640px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;border:1px solid var(--border-color);border-radius:.75rem;background:var(--bg-primary);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .15s}.dashboard-card:hover{border-color:var(--payshield-red);box-shadow:0 4px 20px -6px rgba(255,0,0,.12);transform:translateY(-2px)}.dashboard-card-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:var(--bg-tertiary);color:var(--payshield-red);margin-bottom:1rem}.dashboard-card:hover .dashboard-card-icon{background:var(--payshield-red);color:#fff}.dashboard-card-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.35rem}.dashboard-card-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.4}