.report-overlay{z-index:120;background:#14100d8c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.report-modal{border:1px solid var(--border);background:#fff;border-radius:16px;width:100%;max-width:440px;padding:22px;box-shadow:0 24px 64px #14100d4d}@media (max-width:480px){.report-modal{padding:18px}}.report-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.report-head--bare{justify-content:flex-end;margin-bottom:0}.report-title{color:var(--foreground);margin:0;font-size:18px;font-weight:700}.report-close{background:var(--surface-alt);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.report-close:hover{background:var(--border);color:var(--foreground)}.report-desc{color:var(--text-muted);margin:0 0 14px;font-size:14px;line-height:1.55}.report-reasons{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.report-chip{border:1px solid var(--border);background:var(--surface-alt);color:var(--foreground);cursor:pointer;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.report-chip:hover{border-color:var(--border-strong)}.report-chip--active{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast,#fff)}.report-chip--active:hover{border-color:var(--accent)}.report-textarea{border:1px solid var(--border);width:100%;color:var(--foreground);resize:none;border-radius:10px;max-height:320px;margin-bottom:14px;padding:12px;font-family:inherit;font-size:14px;overflow-y:auto}.report-textarea:focus{border-color:var(--text-muted);outline:none}.report-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:44px;font-size:14px;font-weight:700;transition:opacity .15s;display:inline-flex}.report-submit:hover{opacity:.9}.report-submit:disabled{opacity:.5;cursor:default}.report-done{text-align:center;flex-direction:column;align-items:center;padding:4px 4px 6px;display:flex}.report-done-seal{width:60px;height:60px;margin-bottom:16px;animation:.42s cubic-bezier(.18,.89,.32,1.28) both report-done-pop}.report-done-check{width:100%;height:100%}.report-done-ring{fill:color-mix(in srgb, var(--accent) 12%, transparent);stroke:var(--accent);stroke-width:2.5px;stroke-dasharray:151;stroke-dashoffset:151px;animation:.5s forwards report-done-ring}.report-done-tick{fill:none;stroke:var(--accent);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:34;stroke-dashoffset:34px;animation:.28s .34s forwards report-done-tick}@keyframes report-done-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes report-done-ring{to{stroke-dashoffset:0}}@keyframes report-done-tick{to{stroke-dashoffset:0}}.report-done-title{color:var(--foreground);margin:0 0 8px;font-size:19px;font-weight:700}.report-done-text{max-width:320px;color:var(--text-muted);margin:0 0 20px;font-size:14px;line-height:1.6}.report-done-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;height:44px;font-size:14px;font-weight:700;transition:opacity .15s;display:inline-flex}.report-done-btn:hover{opacity:.9}@media (prefers-reduced-motion:reduce){.report-done-seal{animation:none}.report-done-ring,.report-done-tick{stroke-dashoffset:0;animation:none}}
