.do-pro-qr-wrap{
  padding:40px 16px;
  background:#f7f7f8;
}
.do-pro-qr-card{
  max-width:1180px;
  margin:0 auto;
  background:#fff;
  border:1px solid #ebedf0;
  border-radius:20px;
  padding:32px;
  box-shadow:0 12px 32px rgba(0,0,0,0.04);
}
.do-pro-qr-header{
  margin-bottom:24px;
}
.do-pro-qr-title{
  margin:0 0 8px;
  font-size:32px;
  line-height:1.15;
  color:#111827;
}
.do-pro-qr-subtitle{
  margin:0;
  color:#6b7280;
  font-size:15px;
}
.do-pro-qr-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-bottom:20px;
}
.do-pro-qr-panels{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
}
.do-pro-qr-panel{
  border:1px solid #ebedf0;
  border-radius:18px;
  padding:20px;
  background:#fff;
}
.do-pro-qr-type-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:8px;
}
.do-pro-qr-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.do-pro-qr-field.full{
  grid-column:1 / -1;
}
.do-pro-qr-field label{
  font-size:13px;
  font-weight:600;
  color:#111827;
}
.do-pro-qr-field input,
.do-pro-qr-field select,
.do-pro-qr-field textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d7dce2;
  border-radius:14px;
  background:#fff;
  color:#111827;
  font-size:14px;
  padding:12px 14px;
  outline:none;
}
.do-pro-qr-field input[type="color"]{
  padding:4px;
  min-height:46px;
}
.do-pro-qr-field textarea{
  resize:vertical;
}
.do-pro-qr-field input:focus,
.do-pro-qr-field select:focus,
.do-pro-qr-field textarea:focus{
  border-color:#111827;
  box-shadow:0 0 0 3px rgba(17,24,39,.08);
}
.do-pro-qr-dynamic-note{
  padding:12px 14px;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#334155;
  font-size:13px;
  margin-bottom:14px;
}
.do-pro-qr-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
.do-pro-qr-button{
  appearance:none;
  border:0;
  border-radius:12px;
  background:#111827;
  color:#fff;
  padding:12px 18px;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:transform .15s ease, opacity .15s ease;
}
.do-pro-qr-button:hover{
  transform:translateY(-1px);
}
.do-pro-qr-button:disabled{
  opacity:.6;
  cursor:not-allowed;
  transform:none;
}
.do-pro-qr-button-secondary{
  background:#eef1f4;
  color:#111827;
}
.do-pro-qr-status{
  margin-top:16px;
  font-size:14px;
}
.do-pro-qr-status.is-error{color:#b42318}
.do-pro-qr-status.is-success{color:#027a48}
.do-pro-qr-meta{
  margin-top:16px;
  padding:14px;
  border:1px solid #ebedf0;
  border-radius:14px;
  background:#fafafa;
  font-size:13px;
  color:#374151;
  display:grid;
  gap:8px;
}
.do-pro-qr-preview-box{
  min-height:100%;
  border:1px dashed #d7dce2;
  border-radius:18px;
  padding:18px;
  background:#fafafa;
}
#do-pro-qr-preview{
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
}
#do-pro-qr-preview svg{
  width:min(100%, 420px);
  height:auto;
  background:#fff;
  border-radius:16px;
  padding:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.do-pro-qr-preview-empty{
  color:#6b7280;
  text-align:center;
  font-size:15px;
}
@media (max-width: 980px){
  .do-pro-qr-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .do-pro-qr-panels{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .do-pro-qr-card{
    padding:22px;
    border-radius:16px;
  }
  .do-pro-qr-title{
    font-size:26px;
  }
  .do-pro-qr-grid,
  .do-pro-qr-type-fields{
    grid-template-columns:1fr;
  }
}
