body{background:#f6f7fb}
.card.shadow{box-shadow:0 10px 24px rgba(0,0,0,.06)}
.metric{border:0;box-shadow:0 6px 18px rgba(0,0,0,.05);border-radius:1rem}
.metric .title{font-size:.9rem;color:#6c757d}
.metric .value{font-size:1.7rem;font-weight:700}
.score-ring{width:100px;height:100px;display:flex;align-items:center;justify-content:center}
.score-ring .ring{position:relative;width:100%;height:100%;border-radius:50%;background:conic-gradient(var(--primary) 0% 0%, #e9ecef 0% 100%);display:flex;align-items:center;justify-content:center}
.score-ring .ring span{position:absolute;font-weight:700}
.check-item{background:#fff;border:1px solid #eaeaea;border-radius:12px}
.badge-pill{border-radius:30px;padding:.4rem .6rem}
/* RTL tweaks */ [dir="rtl"] .form-text{text-align:start}
