body {
    background-color: #f5f6f8;
}
.card-stat {
    border: none;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.card-stat .stat-number {
    font-size: 1.8rem;
    font-weight: 700;
}
.table-responsive {
    background: #fff;
    border-radius: 10px;
}
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#6f42c1,#d63384);
}
.login-card {
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.parser-block {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fff;
}
@media (max-width: 576px) {
    .table-responsive table { font-size: 0.85rem; }
}
