:root {
    --ani-dark: #12121c;
    --ani-card: #1d1d2b;
    --ani-pink: #ff3fa4;
    --ani-cyan: #12d0ff;
    --ani-yellow: #ffcc00;
}

body.admin-body {
    background: radial-gradient(circle at top left, rgba(255,63,164,.13), transparent 35%),
                radial-gradient(circle at top right, rgba(18,208,255,.14), transparent 35%),
                #f5f6fb;
}

.admin-navbar {
    background: linear-gradient(90deg, #11111a, #23233a 45%, #11111a);
    border-bottom: 3px solid var(--ani-pink);
}

.card-admin {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 12px 35px rgba(15, 15, 25, .08);
}

.stat-card {
    border-radius: 1.25rem;
    color: #fff;
    background: linear-gradient(135deg, #202036, #12121c);
    overflow: hidden;
    position: relative;
}

.stat-card::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: -35px;
    top: -35px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.btn-ani {
    background: linear-gradient(90deg, var(--ani-pink), var(--ani-cyan));
    border: 0;
    color: #fff;
    font-weight: 700;
}

.btn-ani:hover {
    filter: brightness(1.05);
    color: #fff;
}

.badge-status {
    text-transform: uppercase;
    letter-spacing: .04em;
}

.login-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #11111a, #261739 45%, #0d2a35);
}

.login-card {
    max-width: 430px;
    border-radius: 1.5rem;
}

.table img.thumb {
    width: 72px;
    height: 48px;
    object-fit: cover;
    border-radius: .6rem;
}
