.report-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.report-modal{width:100%;max-width:440px;padding:28px;border-radius:16px;background:var(--bg-elevated);border:1px solid var(--border);box-shadow:0 20px 60px rgba(0,0,0,.3)}@media(max-width:480px){.report-modal{padding:20px 18px;border-radius:14px 14px 0 0;max-width:100%;align-self:flex-end;margin-top:auto}}.report-modal__title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 4px}.report-modal__subtitle{font-size:.8125rem;color:var(--text-tertiary);margin:0 0 20px}.report-modal__label{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px}.report-modal__categories{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:16px}@media(max-width:480px){.report-modal__categories{grid-template-columns:1fr;gap:8px}}.report-modal__category{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:rgba(0,0,0,0);color:var(--text-secondary);font-size:.8125rem;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}@media(max-width:480px){.report-modal__category{padding:12px 14px;font-size:.875rem;min-height:44px}}.report-modal__category:hover{background:var(--bg-surface)}.report-modal__category--selected{border-color:var(--status-danger);background:rgba(220,38,38,.08);color:var(--text-primary)}.report-modal__textarea{width:100%;min-height:80px;max-height:160px;resize:vertical;margin-bottom:16px}@media(max-width:480px){.report-modal__textarea{min-height:96px}}.report-modal__actions{display:flex;gap:12px;justify-content:flex-end}@media(max-width:480px){.report-modal__actions{flex-direction:column-reverse}.report-modal__actions>.btn-danger,.report-modal__actions>.btn-secondary{width:100%;min-height:44px}}.report-modal__success{text-align:center;padding:24px 0;color:var(--accent-green);font-size:.875rem}.report-modal__error{font-size:.8125rem;color:var(--status-danger);margin-bottom:12px}@media(max-width:480px){.report-overlay{align-items:flex-end;padding:0}}.report-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:var(--text-tertiary);cursor:pointer;font-size:.75rem;padding:4px 8px;border-radius:6px;transition:color .15s,background .15s}.report-btn:hover{color:var(--status-danger);background:rgba(220,38,38,.08)}.report-btn--menu-item{width:100%;padding:6px 10px;font-size:.8125rem;color:var(--text-secondary);text-align:left;border-radius:4px}.report-btn--menu-item:hover{background:var(--bg-surface);color:var(--status-danger)}