.tbqas-open-btn{height:34px;border:1px solid #d7e0ea;background:#fff;color:#1f2937;border-radius:18px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;white-space:nowrap;margin-left:8px;box-shadow:0 1px 2px rgba(15,23,42,.03)}
.tbqas-open-btn:hover{border-color:var(--tb-accent);color:var(--tb-accent);background:#f3fffb}
.tbqas-open-btn.active{border-color:var(--tb-accent);background:var(--tb-accent-soft);color:var(--tb-accent)}
.tbqas-open-btn span{min-width:18px;height:18px;border-radius:999px;background:var(--tb-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;padding:0 5px}
.tbqas-clear-btn{height:34px;border:1px solid #f3c7c7;background:#fff7f7;color:#c24141;border-radius:18px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;margin-left:6px;text-decoration:none}
.tbqas-clear-btn:hover{background:#fee2e2;color:#991b1b}
.query-page .client-custom-search{display:inline-flex;vertical-align:middle}
.tbqas-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(15,23,42,.42);z-index:99999;display:none;align-items:center;justify-content:center;padding:28px}
.tbqas-overlay.show{display:flex}
body.tbqas-lock{overflow:hidden}
.tbqas-modal{width:min(1040px,96vw);max-height:92vh;background:#fff;border:1px solid #e3eaf2;border-radius:16px;box-shadow:0 24px 70px rgba(15,23,42,.22);overflow:hidden;display:flex;flex-direction:column}
.tbqas-modal form{display:flex;flex-direction:column;min-height:0;margin:0}
.tbqas-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 24px;border-bottom:1px solid #e8edf3;background:#fff}
.tbqas-head h3{margin:0;color:#17212f;font-size:20px;font-weight:700;line-height:1.2}
.tbqas-head p{margin:5px 0 0;color:#68758a;font-size:13px;line-height:1.4}
.tbqas-head button{width:34px;height:34px;border:0;background:#f3f6fa;border-radius:50%;font-size:24px;line-height:30px;color:#68758a;display:flex;align-items:center;justify-content:center}
.tbqas-head button:hover{background:#e9eef5;color:#111827}
.tbqas-body{padding:18px 24px;overflow:auto;background:#f7f9fc;max-height:calc(92vh - 158px)}
.tbqas-section{background:#fff;border:1px solid #e5ebf3;border-radius:14px;padding:16px;margin-bottom:14px;box-shadow:0 1px 2px rgba(15,23,42,.03)}
.tbqas-section:last-child{margin-bottom:0}
.tbqas-section h4{margin:0 0 13px;color:#1f2937;font-size:14px;font-weight:700}
.tbqas-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px 14px}
.tbqas-field{display:flex;flex-direction:column;gap:6px;margin:0}
.tbqas-field span{font-size:12px;font-weight:600;color:#64748b}
.tbqas-field input,.tbqas-field select{width:100%;height:36px;border:1px solid #d9e2ec;border-radius:9px;background:#fff;color:#17212f;font-size:13px;padding:0 10px;outline:0}
.tbqas-field input:focus,.tbqas-field select:focus{border-color:var(--tb-accent);box-shadow:0 0 0 3px rgba(var(--tb-accent-rgb),.11)}
.tbqas-wide{grid-column:span 2}
.tbqas-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid #e8edf3;background:#fff}
.tbqas-reset{margin-right:auto;color:#64748b;text-decoration:none;font-size:13px;font-weight:600}
.tbqas-reset:hover{color:#c24141}
.tbqas-cancel,.tbqas-submit{height:38px;border-radius:20px;padding:0 18px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:8px}
.tbqas-cancel{border:1px solid #d9e2ec;background:#fff;color:#1f2937}
.tbqas-cancel:hover{background:#f8fafc}
.tbqas-submit{border:1px solid var(--tb-accent);background:var(--tb-accent);color:#fff}
.tbqas-submit:hover{background:#007b64;border-color:#007b64}
@media(max-width:980px){.tbqas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tbqas-wide{grid-column:span 2}}
@media(max-width:640px){.tbqas-overlay{padding:12px}.tbqas-modal{max-height:96vh}.tbqas-head,.tbqas-body,.tbqas-foot{padding-left:16px;padding-right:16px}.tbqas-grid{grid-template-columns:1fr}.tbqas-wide{grid-column:span 1}.tbqas-foot{flex-wrap:wrap}.tbqas-reset{width:100%;margin-right:0}}
.query-footer-stage-stats{gap:14px;overflow-x:auto;white-space:nowrap;max-width:calc(100vw - 420px);padding-bottom:2px;}
.query-footer-stage-pill{display:inline-flex;align-items:center;gap:6px;}
.query-footer-stage-pill em{width:8px;height:8px;border-radius:50%;display:inline-block;flex:0 0 8px;}
.query-footer-stage-stats::-webkit-scrollbar{height:4px;}
.query-footer-stage-stats::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;}
@media(max-width:900px){.query-footer-stage-stats{max-width:100%;}}
