body{
    background:#f4f7fb;
    color:#22324a;
}
.topbar{
    background:linear-gradient(135deg,#083b74,#0d63c7);
    box-shadow:0 10px 30px rgba(8,59,116,.18);
}
.kpi-card,.section-card{
    border:none;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(31,63,104,.08);
}
.kpi-card .card-body{
    padding:1.25rem;
}
.page-title{
    font-size:1.8rem;
    font-weight:700;
}
.table thead th{
    background:#eef4ff;
    border-top:none;
    color:#24446e;
}
.btn-primary{
    background:#0d63c7;
    border-color:#0d63c7;
}
.btn-primary:hover{
    background:#0a56ad;
    border-color:#0a56ad;
}
.login-wrap{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(145deg,#082f63,#1391ff);
}
.login-card{
    width:100%;
    max-width:420px;
    border:none;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.form-control,.custom-select{
    border-radius:12px;
}
.muted{
    color:#6c7a90;
}
.badge{
    padding:.45em .7em;
    font-size:.78rem;
}
