.report-button{width:100%;margin-top:10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#686868;padding:11px;font-weight:700;cursor:pointer}.report-button:hover{border-color:var(--orange);color:var(--orange)}.report-dialog{width:min(500px,calc(100% - 28px));border:0;border-radius:14px;padding:0;box-shadow:0 24px 80px #0003}.report-dialog::backdrop{background:#1118;backdrop-filter:blur(2px)}.report-dialog form{padding:24px}.report-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.report-head h2{font-size:25px;margin:2px 0}.report-head .eyebrow{margin:0}.report-close{border:0;background:#f4f4f4;border-radius:50%;width:36px;height:36px;font-size:24px;line-height:1;cursor:pointer}.report-copy{color:var(--muted);font-size:13px;line-height:1.5}.report-dialog label{display:block;font-weight:700;font-size:14px;margin-top:15px}.report-dialog label span{font-weight:400;color:var(--muted)}.report-dialog select,.report-dialog textarea{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #d4d4d4;border-radius:8px;background:#fff;padding:11px;font:inherit;outline-color:var(--orange)}.report-dialog textarea{resize:vertical}.report-message{min-height:19px;color:#b84200;font-size:13px}.report-message.success{color:#277b36}.report-submit{width:100%;border:0;border-radius:8px;background:var(--orange);color:#fff;padding:13px;font-weight:800;cursor:pointer}.report-submit:disabled{opacity:.6;cursor:wait}@media(max-width:600px){.report-dialog{margin:auto}.report-dialog form{padding:20px}.report-head h2{font-size:22px}}
