#mhc-reflection-app{--ink:#2c2420;--soft:#5c4f48;--muted:#94867d;--rose:#c17e7e;--pale:#faf4f4;--gold:#faf7ee;--border:#e9e1db;max-width:900px;margin:auto;color:var(--ink);font-family:Arial,sans-serif;line-height:1.6}
.mhc-brand{text-align:center;margin-bottom:20px}.mhc-brand img{max-width:140px}.mhc-brand p{color:var(--muted)}
.mhc-card{background:#fdfcfa;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:0 10px 30px rgba(44,36,32,.05)}
.mhc-card h1,.mhc-card h2,.mhc-card h3{font-family:Georgia,serif;font-weight:400;line-height:1.25}.mhc-card h1{text-align:center;font-size:2.1rem}
.mhc-lead{font-size:1.06rem;color:var(--soft)}.mhc-muted{color:var(--muted);font-size:.93rem}
.mhc-progress{height:9px;background:#f2e6e6;border-radius:999px;overflow:hidden;margin:12px 0 20px}.mhc-progress span{display:block;height:100%;background:var(--rose)}
.mhc-grid{display:grid;gap:14px}.mhc-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.mhc-field{margin-top:16px}.mhc-field label{display:block;margin-bottom:7px;color:var(--soft)}
.mhc-field input,.mhc-field textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:#fff;font:inherit;box-sizing:border-box}.mhc-field textarea{min-height:120px}
.mhc-options{display:grid;gap:12px;margin-top:18px}.mhc-option{width:100%;text-align:left;padding:15px 17px;border:1px solid var(--border);border-radius:16px;background:#fff;cursor:pointer;font:inherit;color:var(--ink)}
.mhc-option:hover,.mhc-option.selected{border-color:var(--rose);background:var(--pale)}
.mhc-btnrow{display:flex;gap:12px;margin-top:22px}.mhc-btn{border:1px solid var(--ink);border-radius:14px;padding:14px 18px;cursor:pointer;font:inherit;flex:1}.mhc-primary{background:var(--ink);color:#fff}.mhc-secondary{background:#fff;color:var(--ink)}
.mhc-context{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mhc-check{display:flex;gap:9px;align-items:flex-start;padding:11px;border:1px solid var(--border);border-radius:13px;background:#fff}
.mhc-note{background:var(--gold);border:1px solid #f0ebd8;border-radius:18px;padding:18px;margin:18px 0}.mhc-error{color:#8d4d4d;margin-top:10px}.mhc-success{text-align:center;padding:24px}
@media(max-width:700px){.mhc-card{padding:22px 17px}.mhc-grid.two,.mhc-context{grid-template-columns:1fr}.mhc-btnrow{flex-direction:column}}
.mhc-brand img{
  display:block;
  width:auto;
  height:auto;
  max-width:140px;
  max-height:90px;
  object-fit:contain;
  margin:0 auto;
}
.mhc-enter{animation:mhcFade .22s ease-out}
@keyframes mhcFade{from{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:none}}
.mhc-section-intro{margin:18px 0 34px}
.mhc-section-intro h2{margin-bottom:12px}
.mhc-question{margin:0 0 28px;font-size:1.65rem}
.mhc-options{gap:14px;margin-top:0}
.mhc-option{
  display:flex;
  align-items:flex-start;
  gap:13px;
  min-height:68px;
  padding:19px 20px;
  line-height:1.45;
  transition:border-color .15s ease,background-color .15s ease,transform .15s ease;
}
.mhc-option:hover{transform:translateY(-1px)}
.mhc-radio{
  width:18px;height:18px;min-width:18px;
  border:1.5px solid #b9aaa2;border-radius:50%;
  margin-top:2px;position:relative;background:#fff;
}
.mhc-option.selected .mhc-radio:after{
  content:"";position:absolute;inset:4px;border-radius:50%;background:var(--rose);
}
.mhc-btnrow{margin-top:30px}
.mhc-btn:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:700px){
  .mhc-question{font-size:1.4rem}
  .mhc-option{padding:17px 15px;min-height:62px}
}

.mhc-section-intro{margin-bottom:46px!important}
.mhc-section-intro .mhc-lead{margin-bottom:0!important}
.mhc-question{margin-top:0!important;margin-bottom:30px!important}
.mhc-version{display:block;text-align:center;font-size:11px;letter-spacing:.05em;color:#a5968e;margin-top:2px}

.mhc-focus-copy{display:flex;flex-direction:column;gap:7px}
.mhc-focus-question{display:block;color:var(--soft);font-weight:400;line-height:1.45}
.mhc-option.focus strong{font-family:Georgia,serif;font-size:1.12rem;font-weight:600}

.mhc-focus-observation{display:block;color:var(--soft);line-height:1.5}
.mhc-focus-question{display:block;color:var(--ink);font-weight:600;line-height:1.5;margin-top:3px}
.mhc-focus-instruction{margin:14px 2px 0}
