#btqpro-app{max-width:1100px;margin:0 auto}
.btqpro-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;margin:14px 0;box-shadow:0 2px 10px rgba(0,0,0,.03)}
.btqpro-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.btqpro-grid-3{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}
.btqpro-field label{display:block;font-size:12px;color:#374151;margin-bottom:6px}
.btqpro-field input,.btqpro-field select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px}
.btqpro-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.btqpro-btn{background:#2d2f6c;color:#fff;border:0;border-radius:10px;padding:10px 14px;cursor:pointer}
.btqpro-btn.secondary{background:#eef2ff;color:#1f2937}
.btqpro-btn:disabled{opacity:.6;cursor:not-allowed}
.btqpro-table{width:100%;border-collapse:collapse}
.btqpro-table th,.btqpro-table td{padding:10px;border-bottom:1px solid #e5e7eb;font-size:14px}
.btqpro-right{text-align:right}
.btqpro-muted{color:#6b7280;font-size:13px}
.btqpro-total{font-weight:700;font-size:16px}
@media (max-width:720px){.btqpro-grid,.btqpro-grid-3{grid-template-columns:1fr}}