body {
    font-family: 'Segoe UI', 'Tahoma', sans-serif;
    background-color: #f5f6fa;
}

.login-card {
    max-width: 400px;
    margin: 80px auto;
}

.menu-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
    color: inherit;
}

.menu-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    color: inherit;
}

.menu-card i {
    font-size: 2rem;
    color: #534AB7;
}

@media print {
    @page {
        size: A4 portrait;
        margin: 10mm;
    }

    .no-print {
        display: none !important;
    }

    body {
        font-size: 10px;
        background-color: #fff;
    }

    .table-responsive {
        overflow-x: visible !important;
    }

    .card {
        border: none !important;
        box-shadow: none !important;
    }

    table {
        width: 100% !important;
    }

    table td, table th {
        white-space: nowrap !important;
    }
}
