.mmhm-shell{max-width:1200px;margin:20px auto;padding:24px;background:#fff;border:1px solid #e9edf3;border-radius:22px;box-shadow:0 10px 40px rgba(18,38,63,.06);font-family:Arial,sans-serif}
.mmhm-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eef2f6}
.mmhm-hero h1,.mmhm-hero h2{margin:0 0 6px;font-size:30px;line-height:1.1}
.mmhm-hero p{margin:0;color:#5b6b7d}
.mmhm-badge{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:#f4f8ff;color:#1c4fa1;font-weight:700}
.mmhm-grid{display:grid;gap:16px}.mmhm-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.mmhm-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.mmhm-card{background:#fff;border:1px solid #edf1f7;border-radius:20px;padding:18px;box-shadow:0 6px 24px rgba(17,24,39,.04)}
.mmhm-card span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#728198;margin-bottom:8px}.mmhm-card strong{font-size:28px;line-height:1.1;color:#12263f}
.mmhm-card h3{margin:0 0 10px;font-size:18px}.mmhm-card p{color:#475569}
.mmhm-table{width:100%;border-collapse:collapse}.mmhm-table th,.mmhm-table td{padding:12px;border-bottom:1px solid #eef2f6;text-align:left;font-size:14px}.mmhm-table th{font-size:12px;text-transform:uppercase;color:#6b7280}
.mmhm-form{display:grid;gap:14px}.mmhm-form label{display:grid;gap:8px;color:#12263f;font-weight:600}.mmhm-form input,.mmhm-form select,.mmhm-form textarea{width:100%;padding:14px 16px;border:1px solid #d8e0eb;border-radius:14px;background:#fbfcfe;box-sizing:border-box}
.mmhm-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;border:1px solid #dce7f6;background:#fff;color:#1a4f9b;text-decoration:none;font-weight:700;cursor:pointer}
.mmhm-btn.primary{background:#0f62fe;border-color:#0f62fe;color:#fff}.mmhm-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.mmhm-pill{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.mmhm-pill.green{background:#ecfdf3;color:#027a48}.mmhm-pill.yellow,.mmhm-pill.medium{background:#fffaeb;color:#b54708}.mmhm-pill.red,.mmhm-pill.high{background:#fef3f2;color:#b42318}
.mmhm-notice{padding:14px 16px;border-radius:14px;margin-bottom:18px}.mmhm-notice.success{background:#ecfdf3;color:#027a48}
@media (max-width:900px){.mmhm-grid.four,.mmhm-grid.two{grid-template-columns:1fr}.mmhm-hero{flex-direction:column;align-items:flex-start}.mmhm-card strong{font-size:22px}}
