/* ============================================================
   LANIYA LADIES TAILOR - RESPONSIVE STYLES
   Ensures seamless experience on Mobile, Tablet & Desktop
   ============================================================ */

@media (min-width: 1400px) {
    .stat-card {
        padding: 16px 20px;
    }
    .stat-value {
        font-size: 1.45rem;
    }
}

@media (max-width: 1399.98px) {
    .stat-card {
        padding: 14px 16px;
        gap: 10px;
        min-height: 80px;
    }
    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.15rem;
    }
    .stat-value {
        font-size: 1.25rem;
    }
    .stat-label {
        font-size: 0.7rem;
    }
}

@media (max-width: 991.98px) {
    #sidebar {
        position: fixed;
        top: 0;
        left: -250px;
        height: 100vh;
        min-width: 240px;
        max-width: 240px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    #sidebar.active {
        left: 0;
    }
    .mobile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 999;
    }
    .mobile-overlay.active {
        display: block;
    }
    .top-navbar {
        padding: 10px 16px;
    }
    
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wizard-steps {
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .wizard-step {
        min-width: 80px;
    }
}

@media (max-width: 575.98px) {
    .stat-card {
        padding: 12px 14px;
        gap: 10px;
    }
    .stat-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    .stat-value {
        font-size: 1.15rem;
    }
    .stat-label {
        font-size: 0.68rem;
    }
    .card-header-custom {
        padding: 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .btn-mobile-full {
        width: 100%;
    }
}
