html, body {
    background: linear-gradient(to top right, #FFFFFF 10%, #A3C9EF);
    min-height: 100vh;
    margin: 0;
}

.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
    color: #000000;
}

.card {
    border-radius: 12px;
    overflow: hidden;
}

.section-label {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #495055;
    margin-bottom: 12px;
}

.stat-value {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.1;
}

.table th {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

.table td {
    font-size: 14px;
    vertical-align: middle;
}

.otp-input { 
    width: 52px; 
    height: 56px; 
}

footer {
    text-align: center;
    padding: 1rem;
    font-size: 13px;
}
