:root{
    --bl-bg:#f7f3ec;
    --bl-primary:#7762a6;
    --bl-primary-dark:#5d4a88;
    --bl-soft:#fffaf2;
    --bl-text:#2f2a35;
}
body{background:var(--bl-bg);color:var(--bl-text);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;}
.navbar-brand{color:var(--bl-primary)!important;}
.hero-section{min-height:70vh;display:flex;align-items:center;}
.btn-primary{background:var(--bl-primary);border-color:var(--bl-primary);}
.btn-primary:hover{background:var(--bl-primary-dark);border-color:var(--bl-primary-dark);}
.soft-card{background:var(--bl-soft);border-radius:1.5rem;}
.feature-list li{padding:.65rem 0;border-bottom:1px solid rgba(0,0,0,.06);}
.feature-list li:last-child{border-bottom:0;}
.login-body{min-height:100vh;background:linear-gradient(135deg,#f7f3ec,#efe9fb);}
.admin-body{background:#f6f7fb;}
.admin-sidebar{min-height:calc(100vh - 57px);}
.stat-card{border:0;box-shadow:0 .25rem 1rem rgba(0,0,0,.04);border-radius:1rem;}
.card{border-radius:1rem;}
.form-control,.btn{border-radius:.75rem;}
.list-group-item{border-left:0;border-right:0;padding:.85rem 1rem;}
@media (max-width:767.98px){.admin-sidebar{min-height:auto}.hero-section{min-height:auto}.display-5{font-size:2.1rem}}
