.bq-report-launcher{position:fixed;right:max(12px,env(safe-area-inset-right));bottom:calc(78px + env(safe-area-inset-bottom));z-index:45;min-width:88px;min-height:44px;border:1px solid var(--line,#d8ddd4);border-radius:999px;background:rgba(255,255,255,.96);color:var(--ink,#243028);font:800 .8rem/1 system-ui;box-shadow:0 8px 24px rgba(28,42,31,.14);backdrop-filter:blur(10px)}
.bq-report-launcher[hidden]{display:none!important}
.bq-report-layer{position:fixed;inset:0;z-index:90;display:grid;place-items:end center}
.bq-report-layer[hidden]{display:none!important}
.bq-report-scrim{position:absolute;inset:0;background:rgba(22,31,24,.48)}
.bq-report-dialog{position:relative;box-sizing:border-box;width:min(560px,100%);max-height:min(82vh,760px);overflow:auto;padding:18px 18px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:var(--surface,#fff);color:var(--ink,#243028);box-shadow:0 -18px 50px rgba(20,35,23,.2)}
.bq-report-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.bq-report-dialog h2{margin:.1rem 0 .35rem;font-size:1.2rem}
.bq-report-close{width:44px;height:44px;flex:0 0 44px;border:0;border-radius:50%;background:var(--soft,#edf1eb);color:inherit;font-size:1.35rem}
.bq-report-preview{margin:14px 0;padding:12px;border-radius:14px;background:var(--soft,#f3f6f1);overflow-wrap:anywhere}
.bq-report-preview small{display:block;margin-bottom:5px;opacity:.68;font-weight:700}
.bq-report-preview p{margin:0;line-height:1.5}
.bq-report-dialog form{display:grid;gap:12px}
.bq-report-dialog label{display:grid;gap:6px;font-weight:800;font-size:.8rem}
.bq-report-dialog select,.bq-report-dialog textarea{box-sizing:border-box;width:100%;min-height:44px;border:1px solid var(--line,#cfd7cc);border-radius:12px;background:var(--surface,#fff);color:inherit;padding:10px 11px;font:inherit}
.bq-report-dialog textarea{min-height:112px;resize:vertical;line-height:1.45}
.bq-report-actions{display:flex;gap:10px;flex-wrap:wrap}
.bq-report-actions button{min-height:44px;flex:1 1 160px}
.bq-report-message,.bq-report-status{margin-top:12px;padding:11px 12px;border-radius:12px;background:#edf4e9;line-height:1.45;overflow-wrap:anywhere}
.bq-report-message.is-error,.bq-report-status.is-error{background:#f8e9e6;color:#733e36}
@media(max-width:520px){.bq-report-launcher{right:9px;bottom:calc(72px + env(safe-area-inset-bottom))}.bq-report-dialog{padding:16px 14px calc(16px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.bq-report-actions{display:grid;grid-template-columns:1fr}.bq-report-actions button{width:100%}}
