body{
    background:#f7f8fa;
    color:#20242a;
}
.navbar-brand{
    letter-spacing:.04em;
}
.navbar-brand span{
    font-weight:400;
}
.card{
    border:1px solid #e9ecef;
    border-radius:16px;
    box-shadow:0 6px 20px rgba(0,0,0,.035);
}
.stat-number{
    font-size:2rem;
    font-weight:700;
}
.table thead th{
    color:#6c757d;
    font-size:.78rem;
    text-transform:uppercase;
    letter-spacing:.04em;
    border-bottom-width:1px;
}
.btn{
    border-radius:10px;
}
.form-control,.form-select{
    border-radius:10px;
    padding:.7rem .85rem;
}
.page-title{
    font-weight:700;
    letter-spacing:-.02em;
}
.login-wrap{
    min-height:100vh;
    display:grid;
    place-items:center;
    padding:24px;
}
.login-card{
    width:100%;
    max-width:430px;
}
.badge{
    font-weight:600;
}
