/* Mobile-first, Houzez-friendly */
.ssme{max-width:860px;margin:0 auto;padding:10px}
.ssme-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}
.ssme-field{flex:1 1 160px;min-width:140px;display:flex;flex-direction:column;gap:6px}
.ssme-field span{font-size:13px;color:#555}
.ssme-field select,.ssme-field input{height:44px;border-radius:12px;border:1px solid #e5e7eb;padding:0 12px;background:#fff;font-size:16px}
.ssme-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.ssme-actions button{height:44px;border-radius:12px;border:1px solid #111;background:#111;color:#fff;padding:0 14px;font-weight:700;cursor:pointer}
.ssme-actions button.secondary{background:#fff;color:#111;border-color:#d1d5db}
.ssme-actions button:disabled{opacity:.55;cursor:not-allowed}
.ssme-result{margin-top:14px}
.ssme-card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}
.ssme-card.ok{border-color:#16a34a;background:#f0fdf4}
.ssme-card.warn{border-color:#ca8a04;background:#fffbeb}
.ssme-card.bad{border-color:#dc2626;background:#fef2f2}
.ssme-card-h{display:flex;justify-content:space-between;align-items:center;gap:10px}
.ssme-title{font-weight:900;font-size:18px}
.ssme-badge{padding:6px 10px;border-radius:999px;background:#111;color:#fff;font-weight:800;font-size:12px}
.ssme-sub{margin-top:6px;color:#444;font-size:13px}
.ssme-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
.ssme-metrics .m{border:1px solid #eef2f7;background:#f9fafb;border-radius:12px;padding:10px}
.ssme-metrics .m b{display:block;font-size:12px;color:#666;margin-bottom:5px}
.ssme-metrics .m span{font-weight:900;font-size:16px}
.ssme-rec{margin-top:12px;border-radius:12px;border:1px dashed #cbd5e1;padding:10px;background:#fff}
.ssme-loading,.ssme-error{padding:12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff}
.ssme-error{border-color:#dc2626;background:#fef2f2}
@media (max-width:480px){
  .ssme-field{min-width:100%}
  .ssme-metrics{grid-template-columns:1fr}
}
