.footer-report-button,.report-inline-button{border:0;background:transparent;color:var(--muted,#8b96a8);font:inherit;font-size:.85rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.footer-report-button:hover,.report-inline-button:hover{color:var(--pink,#ff2b8a)}.report-dialog{width:min(94vw,520px);border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#0d131d;color:#eef5ff;box-shadow:0 24px 80px rgba(0,0,0,.45);padding:0}.report-dialog::backdrop{background:rgba(3,7,12,.72);backdrop-filter:blur(5px)}.report-form{display:grid;gap:18px;padding:22px}.report-head{display:flex;justify-content:space-between;gap:16px}.report-head h2{margin:.2rem 0;font-size:1.35rem}.report-head p{margin:0;color:#96a3b7}.report-head small{color:#18e5ed;letter-spacing:.14em}.report-head button{width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;font-size:24px}.report-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.report-fields label{display:grid;gap:7px;font-size:.88rem;color:#c9d4e5}.report-fields label.full,.report-context{grid-column:1/-1}.report-fields input,.report-fields select,.report-fields textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#090e16;color:#fff;padding:12px;font:inherit}.report-fields textarea{min-height:118px;resize:vertical}.report-fields span{color:#7f8da3;font-size:.78rem}.report-context{border:1px solid rgba(24,229,237,.18);background:rgba(24,229,237,.06);border-radius:16px;padding:12px;color:#acb8c9;display:grid;gap:3px}.report-status{min-height:1.2em;color:#18e5ed;margin:0}.report-actions{display:flex;justify-content:flex-end;gap:10px}.report-actions button{min-height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);color:#fff;padding:0 16px}.report-actions .primary{background:linear-gradient(135deg,#ff2b8a,#18e5ed);border:0;color:#081019;font-weight:800}.report-actions button:disabled{opacity:.55;cursor:wait}@media(max-width:520px){.report-form{padding:18px}.report-fields{grid-template-columns:1fr}.report-actions{display:grid;grid-template-columns:1fr 1fr}.report-actions button{width:100%}}