/**
 * Berika Dashboard Extra Styles
 */

.berika-dashboard-body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Ensure full height */
html, body {
    height: 100%;
}

/* Mobile sidebar overlay */
@media (max-width: 1024px) {
    .berika-sidebar.open::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: -1;
    }
}

/* Smooth transitions for cards */
.berika-media-card,
.berika-stat-card,
.berika-feature-card {
    will-change: transform;
}

/* Print hide */
@media print {
    .berika-sidebar,
    .berika-topbar {
        display: none !important;
    }
    .berika-main {
        margin: 0 !important;
    }
}
