.community-report-dialog{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.72)}
.community-report-card{width:min(520px,100%);padding:26px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#111116;box-shadow:0 24px 80px rgba(0,0,0,.5)}
.community-report-card h3{margin:0 0 8px}.community-report-card>p{margin:0 0 20px;color:#a7a7b0;line-height:1.55}.community-report-form{display:grid;gap:14px}.community-report-form label{display:grid;gap:7px;font-size:13px;font-weight:600}.community-report-form select,.community-report-form textarea{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#09090b;color:inherit;font:inherit}.community-report-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:4px}.community-report-status{margin-right:auto;color:#a7a7b0;font-size:12px}.community-report-button{opacity:.75}.community-report-button:hover{opacity:1}
@media(max-width:600px){.community-report-card{padding:20px}.community-report-actions{align-items:stretch;flex-wrap:wrap}.community-report-status{width:100%;margin:0}.community-report-actions .btn,.community-report-actions .text-button{flex:1}}
