:root {
    --sidebar-width: 240px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.auth-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.data-table {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #fff;
}

.data-table th {
    background: #f8fafc;
}

.badge-status {
    padding: 0.35em 0.65em;
    border-radius: 999px;
    font-size: 0.75rem;
}

