.st-wrap { max-width: 1100px; margin: 0 auto; padding: 12px; }
.st-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.st-card { border: 1px solid #e2e4e7; border-radius: 14px; padding: 14px; background: #fff; }
.st-title { font-weight: 700; font-size: 16px; margin-bottom: 10px; }
.st-badges { margin-bottom: 12px; }
.st-badge { display:inline-block; padding: 2px 10px; border:1px solid #e2e4e7; border-radius:999px; margin: 2px; font-size: 12px; background:#f6f7f7; }
.st-btn { display:inline-block; padding: 10px 12px; border-radius: 10px; text-decoration:none; border:1px solid #1d2327; }
.st-result-score { font-size: 28px; font-weight: 800; margin: 2px 0 6px; }
.st-result-badge { display:inline-block; padding:4px 10px; border-radius:999px; border:1px solid #e2e4e7; font-size:12px; font-weight:700; margin-top:6px; }
.st-muted { color:#646970; font-size: 13px; }
.st-bar { background:#eef0f2; border-radius:999px; height:12px; overflow:hidden; margin-top:10px; }
.st-bar > div { height:12px; width:0%; background:#1d2327; }
.st-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }
.st-btn-primary { background:#1d2327; color:#fff; border:1px solid #1d2327; }
.st-btn-primary:hover { opacity: .92; }
.st-card + .st-card { margin-top: 12px; }