.ssmh-wrap{border:1px solid #e5e7eb;padding:1rem;border-radius:8px;background:#fff;max-width:900px;margin:1rem auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial}
.ssmh-form .ssmh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.ssmh-form label{display:flex;flex-direction:column;font-weight:600;font-size:14px}
.ssmh-form select{margin-top:6px;padding:.5rem;border:1px solid #ddd;border-radius:6px;background:#fafafa}
.ssmh-consent{grid-column:1/-1;align-items:center;gap:.5rem;font-weight:500}
.ssmh-actions{display:flex;gap:10px;margin-top:10px}
.ssmh-btn{background:#111;color:#fff;border:none;padding:.6rem .9rem;border-radius:6px;cursor:pointer}
.ssmh-btn[disabled]{opacity:.5;cursor:not-allowed}
.ssmh-ghost{background:#f3f4f6;color:#111}
.ssmh-output{margin-top:1rem}
.ssmh-head h3{margin:.2rem 0}
.ssmh-week{border:1px solid #eee;border-radius:8px;padding:12px;margin:12px 0}
.ssmh-week h4{margin:.2rem 0}
.ssmh-session{border-top:1px solid #f0f0f0;padding-top:10px;margin-top:10px}
.ssmh-ex{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px 0;border-bottom:1px dashed #eee}
.ssmh-ex:last-child{border-bottom:none}
.ssmh-ex .meta{font-size:13px;color:#444}
.ssmh-ex .qr{width:88px;height:88px}
.ssmh-tip{font-size:12px;color:#555;margin:4px 0}
.ssmh-shopping{border-top:2px solid #f5f5f5;margin-top:16px;padding-top:10px}
.ssmh-shopping ul{padding-left:16px}
.ssmh-shopping a{text-decoration:none}
.ssmh-disclaimer{font-size:12px;color:#666}