
.dmhs-app{max-width:920px;margin:24px auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;color:#172033}
.dmhs-app *{box-sizing:border-box}
.dmhs-hero,.dmhs-check,.dmhs-result{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:clamp(22px,4vw,44px);box-shadow:0 10px 30px rgba(17,24,39,.06)}
.dmhs-kicker{font-size:12px;letter-spacing:.14em;font-weight:800;color:#61708a;margin-bottom:10px}
.dmhs-hero h2,.dmhs-result h2{font-size:clamp(28px,5vw,46px);line-height:1.25;margin:0 0 18px}
.dmhs-hero>p{font-size:17px;line-height:1.85;max-width:720px}
.dmhs-primary,.dmhs-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;font-weight:800;font-size:16px;cursor:pointer;text-decoration:none}
.dmhs-primary{border:1px solid #172033;background:#172033;color:#fff}
.dmhs-secondary{border:1px solid #cfd5df;background:#fff;color:#172033}
.dmhs-note,.dmhs-help{font-size:13px;line-height:1.7;color:#667085}
.dmhs-progress{height:7px;background:#eef1f5;border-radius:999px;overflow:hidden;margin-bottom:26px}
.dmhs-progress span{display:block;width:0;height:100%;background:#172033;transition:width .25s ease}
.dmhs-qid{font-size:12px;font-weight:800;letter-spacing:.12em;color:#758096}
.dmhs-stage h3{font-size:24px;line-height:1.5;margin:7px 0 18px}
.dmhs-options{display:grid;gap:10px}
.dmhs-option{display:flex;gap:12px;align-items:flex-start;padding:15px 16px;border:1px solid #dfe3ea;border-radius:12px;background:#fff;cursor:pointer}
.dmhs-option:hover{border-color:#9aa4b2;background:#fafbfc}
.dmhs-option input{margin-top:4px;flex:0 0 auto}
.dmhs-option span{line-height:1.55}
.dmhs-nav{display:flex;justify-content:space-between;gap:12px;margin-top:24px}
.dmhs-nav button:disabled{opacity:.35;cursor:not-allowed}
.dmhs-overall{padding:20px;border-radius:14px;background:#f4f7fb;margin:24px 0}
.dmhs-overall h3{margin:0 0 8px}
.dmhs-overall.is-priority{border-left:5px solid #8c6a00}
.dmhs-overall.is-danger{border-left:5px solid #a61b1b;background:#fff6f6}
.dmhs-alert{border:1px solid #f0b7b7;background:#fff6f6;padding:18px;border-radius:14px;margin:18px 0}
.dmhs-caution{border:1px solid #ead9a6;background:#fffaf0;padding:18px;border-radius:14px;margin:18px 0}
.dmhs-section-title{font-size:22px;margin:30px 0 14px}
.dmhs-domain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dmhs-domain{border:1px solid #e3e7ed;border-radius:14px;padding:16px}
.dmhs-domain-top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.dmhs-domain-top span{font-size:22px;font-weight:800}
.dmhs-meter{height:6px;background:#edf0f4;border-radius:999px;overflow:hidden;margin:10px 0}
.dmhs-meter i{display:block;height:100%;background:#172033}
.dmhs-state{font-size:12px;font-weight:800;color:#61708a}
.dmhs-domain p{font-size:14px;line-height:1.7;margin-bottom:0}
.dmhs-patterns{display:grid;gap:10px}
.dmhs-patterns article{border:1px solid #e3e7ed;border-radius:14px;padding:16px}
.dmhs-patterns h4{margin:0 0 6px;font-size:17px}
.dmhs-patterns p{margin:0;line-height:1.7}
.dmhs-rec{columns:2;gap:32px;line-height:1.9}
.dmhs-cta{margin:28px 0;padding:22px;border-radius:16px;background:#f4f7fb;text-align:center}
.dmhs-cta .dmhs-primary{min-width:min(100%,360px)}
.dmhs-cta p{font-size:13px;line-height:1.7;color:#667085;margin:14px auto 0;max-width:650px}
.dmhs-cta-disabled{border:1px dashed #bbc3cf}
.dmhs-disclaimer{margin:26px 0;padding-top:20px;border-top:1px solid #e5e7eb;font-size:13px;line-height:1.75;color:#5d6878}
@media(max-width:680px){
 .dmhs-domain-grid{grid-template-columns:1fr}
 .dmhs-rec{columns:1}
 .dmhs-nav{position:sticky;bottom:0;background:rgba(255,255,255,.96);padding:10px 0}
 .dmhs-primary,.dmhs-secondary{min-height:50px}
}
