/* ── Model page layout ── */
.model-wrap{background:var(--bg,#0B1120);color:#fff;padding-bottom:60px}
.model-hero{padding:56px 1.25rem 40px;max-width:1080px;margin:0 auto;text-align:center}
.model-hero h1{font-size:36px;font-weight:700;line-height:1.15;margin-bottom:12px}
.model-hero p{color:#9ca3af;font-size:15px;max-width:520px;margin:0 auto 20px;line-height:1.6}
.model-grad-bar{width:60px;height:3px;background:#42BDA6;border-radius:0;margin:0 auto}
.model-grad-text{background:linear-gradient(135deg,#42BDA6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.model-section{max-width:1080px;margin:0 auto;padding:0 1.25rem}
.model-sec-head{margin-bottom:20px}
.model-sec-head h2{font-size:18px;font-weight:600;margin-bottom:4px;color:#fff}
.model-sec-head p{font-size:13px;color:#6b7280}
/* ── Bar rows ── */
.m-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:9px}
.m-bar-label{font-size:12px;color:#d1d5db;flex:0 0 240px}
.m-bar-track{flex:1;background:#1f2937;border-radius:0;height:10px;overflow:hidden}
.m-bar-pos{height:100%;background:#42BDA6;border-radius:0}
.m-bar-neg{height:100%;background:#E05A5A;border-radius:0}
/* ── Badges ── */
.m-badge{display:inline-block;padding:2px 9px;border-radius:0;font-size:10px;font-weight:600;white-space:nowrap;flex:0 0 auto}
.m-b-high{background:rgba(66,189,166,.08);color:#42BDA6;border:1px solid rgba(66,189,166,.19)}
.m-b-med{background:#3b82f615;color:#3b82f6;border:1px solid #3b82f630}
.m-b-low{background:#6b728015;color:#9ca3af;border:1px solid #37415130}
.m-b-phigh{background:rgba(224,90,90,.08);color:#E05A5A;border:1px solid rgba(224,90,90,.19)}
.m-b-pmed{background:rgba(224,90,90,.08);color:#E05A5A;border:1px solid rgba(224,90,90,.19)}
.m-divider{height:1px;background:#1f2937;margin:14px 0 16px}
/* ── Sport cards ── */
.m-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px}
.m-sport-card{background:#111827;border:1px solid #1f2937;border-radius:0;padding:20px}
.m-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.m-sport-pill{display:inline-block;padding:3px 10px;border-radius:0;font-size:11px;font-weight:700;letter-spacing:.5px;background:rgba(66,189,166,.08);color:#42BDA6;border:1px solid rgba(66,189,166,.19)}
.m-src-tag{font-size:11px;color:#6b7280}
.m-card-label{font-size:11px;color:#d1d5db;flex:0 0 185px}
.m-prop-note{font-size:11px;color:#4b5563;font-style:italic;margin-top:14px;padding-top:10px;border-top:1px solid #1f2937}
/* ── Conviction scale ── */
.m-conv-row{display:flex;gap:10px;margin-bottom:40px}
.m-tier{flex:1;background:#111827;border:1px solid #1f2937;border-radius:0;padding:14px 10px;text-align:center}
.m-tier-grade{font-size:22px;font-weight:700;margin-bottom:4px;color:#4b5563}
.m-tier-score{font-size:10px;color:#6b7280;margin-bottom:6px}
.m-tier-label{font-size:11px;font-weight:600;margin-bottom:4px;color:#9ca3af}
.m-tier-units{font-size:11px;color:#6b7280}
.mt-lean{border-color:#3b82f64d}.mt-lean .m-tier-grade{color:#3b82f6}
.mt-std{border-color:#3b82f699}.mt-std .m-tier-grade{color:#60a5fa}
.mt-high{border-color:rgba(66,189,166,.8)}.mt-high .m-tier-grade{color:#42BDA6}
.mt-max{border-color:#42BDA6;box-shadow:0 0 14px rgba(66,189,166,.09)}
.mt-max .m-tier-grade{background:linear-gradient(135deg,#42BDA6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.mt-aplus{border-color:#42BDA6;box-shadow:0 0 22px rgba(66,189,166,.19),0 0 6px rgba(66,189,166,.08)}
.mt-aplus .m-tier-grade{background:linear-gradient(135deg,#fff,#42BDA6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:20px}
/* ── Responsive ── */
@media(max-width:767px){
  .m-cards-grid{grid-template-columns:1fr}
  .m-conv-row{flex-direction:column}
  .m-bar-label{flex:0 0 auto;font-size:11px}
  .m-card-label{flex:0 0 auto}
  .model-hero h1{font-size:26px}
  .m-tier{padding:12px 8px}
}

