/* Dashboard özel stilleri */
.dashboard-hero {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 2rem auto;
    max-width: 1400px;
}

/* Diğer dashboard stilleri... */ 