/* Mistake Coach — session-end diagnosis + one fix.
   Monochrome by design: matches the result screens (ink #1a1a1a, white,
   grays #e5e8ec / #f7f8fa / #777). No archetype colors — the words carry the
   meaning, not the palette. Namespaced .mc-. */
.mc-card{background:#fff;border:1px solid #e5e8ec;border-radius:14px;padding:20px 22px;font-family:-apple-system,"Segoe UI",Roboto,sans-serif;color:#1a1a1a;}
.mc-eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#777;}
.mc-title{font-family:"Source Serif 4",Georgia,serif;font-size:20px;font-weight:600;margin:5px 0 8px;color:#1a1a1a;}
.mc-body{font-size:14.5px;line-height:1.55;color:#374151;}
.mc-body b{color:#1a1a1a;}
.mc-ask{font-size:14px;font-weight:600;margin:16px 0 9px;color:#1a1a1a;}

.mc-opt{display:flex;align-items:center;gap:11px;width:100%;text-align:left;border:1px solid #e5e8ec;background:#fff;border-radius:10px;padding:12px 14px;font:500 14px -apple-system,"Segoe UI",Roboto,sans-serif;color:#1a1a1a;margin-bottom:8px;cursor:pointer;}
.mc-opt:hover{border-color:#1a1a1a;}
.mc-opt .mc-dot{width:17px;height:17px;border-radius:50%;border:2px solid #c4c9d0;flex:none;}
.mc-opt.sel{border-color:#1a1a1a;background:#f7f8fa;}
.mc-opt.sel .mc-dot{border-color:#1a1a1a;background:radial-gradient(circle,#fff 0 3px,#1a1a1a 4px 100%);}
.mc-guess{margin-left:auto;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1a1a1a;border:1px solid #1a1a1a;padding:1px 7px;border-radius:999px;}
.mc-foot{font-size:11.5px;color:#9aa1ab;margin-top:6px;line-height:1.45;}

.mc-reveal{border-top:1px solid #eef0f3;margin-top:16px;padding-top:16px;}
.mc-dg-big{font-family:"Source Serif 4",Georgia,serif;font-size:24px;font-weight:700;line-height:1.15;margin:4px 0 8px;color:#1a1a1a;}
.mc-dg-sub{font-size:14.5px;line-height:1.6;color:#374151;}
.mc-dg-sub b{color:#1a1a1a;}
.mc-rx-title{font-family:"Source Serif 4",Georgia,serif;font-size:16px;font-weight:600;margin:18px 0 10px;color:#1a1a1a;}
.mc-habit{background:#f7f8fa;border:1px solid #e5e8ec;border-left:3px solid #1a1a1a;border-radius:8px;padding:12px 15px;font-size:14px;line-height:1.5;color:#374151;margin-bottom:16px;}
.mc-habit b{color:#1a1a1a;}
.mc-cta{display:block;width:100%;text-align:center;background:#1a1a1a;color:#fff;border:0;border-radius:11px;padding:14px;font:600 15px -apple-system,"Segoe UI",Roboto,sans-serif;cursor:pointer;text-decoration:none;}
.mc-cta:hover{background:#000;}
.mc-ghost{display:block;text-align:center;color:#9aa1ab;font-size:13px;margin-top:10px;text-decoration:none;background:none;border:0;width:100%;cursor:pointer;}

/* building (below threshold) */
.mc-building{font-size:14px;line-height:1.55;color:#475569;}
.mc-building .mc-bar{height:5px;border-radius:3px;background:#eef0f3;margin-top:11px;overflow:hidden;}
.mc-building .mc-bar > span{display:block;height:100%;background:#1a1a1a;}
