body {
    background-color: #f4f6f9;
}
.sidebar-top {
    background: linear-gradient(90deg, #1e3a5f, #2c5282);
}
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.stat-card {
    color: #fff;
    border-radius: 12px;
}
.stat-card.bg-pending { background: linear-gradient(135deg,#f59e0b,#d97706); }
.stat-card.bg-process { background: linear-gradient(135deg,#3b82f6,#2563eb); }
.stat-card.bg-resolved { background: linear-gradient(135deg,#10b981,#059669); }
.stat-card.bg-total { background: linear-gradient(135deg,#6366f1,#4f46e5); }
.stat-card .stat-number {
    font-size: 2rem;
    font-weight: 700;
}
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3a5f, #2c5282);
}
.login-card {
    border-radius: 16px;
    overflow: hidden;
    max-width: 420px;
    width: 100%;
}
.badge-pending { background-color: #f59e0b; }
.badge-process { background-color: #3b82f6; }
.badge-resolved { background-color: #10b981; }
.token-box {
    background: #eef2ff;
    border: 1px dashed #4f46e5;
    border-radius: 10px;
    padding: 16px;
}
table.table thead {
    background-color: #1e3a5f;
    color: #fff;
}
