.hg1862-quick-edit{display:flex;flex-direction:column;max-width:720px;max-height:min(520px,calc(100dvh - 126px));margin:0 auto;overflow:hidden}
.hg1862-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;min-height:0;padding:1px 2px 2px 0;overflow-y:auto;overscroll-behavior:contain}
.hg1862-quick-full{grid-column:1/-1}
.hg1862-quick-grid label{font-weight:700;margin-top:0;margin-bottom:3px}
.hg1862-quick-grid input,.hg1862-quick-grid select{box-sizing:border-box;min-height:38px;padding-block:7px}
.hg1862-quick-grid small{display:block;margin-top:3px;font-size:12px;line-height:1.25;color:var(--muted,#94a3b8)}
.hg1862-quick-status{flex:0 0 auto;min-height:17px;margin-top:6px;font-size:12px;line-height:1.25;color:var(--muted,#94a3b8)}
.hg1862-quick-status.ready{color:#059669}
.hg1862-quick-status.loading{color:#b45309}
.hg1862-quick-status.error{color:#dc2626}
.hg1862-quick-actions{display:flex;flex:0 0 auto;justify-content:flex-end;gap:8px;margin-top:5px;padding-top:6px;border-top:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.hg1862-quick-actions .btn{min-width:124px;margin-top:0}
@media(max-width:640px){
  .hg1862-quick-actions{display:grid;grid-template-columns:1fr 1fr}
  .hg1862-quick-actions .btn{min-width:0;width:100%;margin-right:0}
}
@media(max-width:360px){
  .hg1862-quick-grid{grid-template-columns:1fr}
  .hg1862-quick-full{grid-column:1}
}
