.msp-card{
  background:#fff;
  border:1px solid #dcdcde;
  border-radius:14px;
  padding:18px;
  margin:0 0 18px;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}
.msp-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:20px;
}
.msp-order-card h3,.msp-tracking-card h2{margin-top:0}
.msp-btn-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}
.msp-signature-pad{
  width:100%;
  max-width:100%;
  height:160px;
  border:2px dashed #c3c4c7;
  border-radius:10px;
  background:#fff;
  touch-action:none;
}
.msp-image-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(90px,1fr));
  gap:10px;
  margin-top:10px;
}
.msp-image-grid img{
  display:block;
  width:100%;
  height:90px;
  object-fit:cover;
  border-radius:8px;
}
.msp-signature-img{max-width:100%;height:auto;border:1px solid #dcdcde;background:#fff}
.msp-admin-panel code{background:#f6f7f7;padding:3px 6px;border-radius:6px}
.msp-login-box form{margin:0}
.msp-upload-row input[type="file"]{margin-top:6px}
