/* Moderation overflow menu + report modal */
.kagn-mod-menu-btn { background:none; border:none; cursor:pointer; padding:6px; font-size:18px; line-height:1; color:#666; border-radius:6px; }
.kagn-mod-menu-btn:hover { background:rgba(0,0,0,0.06); }
.kagn-mod-menu { position:absolute; z-index:1000; background:#fff; border:1px solid #e2e2e2; border-radius:10px; box-shadow:0 6px 24px rgba(0,0,0,0.12); min-width:180px; padding:6px; }
.kagn-mod-menu button { display:block; width:100%; text-align:left; background:none; border:none; padding:10px 12px; border-radius:6px; cursor:pointer; font-size:14px; color:#1a3a2a; }
.kagn-mod-menu button:hover { background:#f4f2ee; }
.kagn-mod-menu button.danger { color:#b3261e; }
.kagn-mod-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.45); z-index:1100; display:flex; align-items:center; justify-content:center; padding:16px; }
.kagn-mod-dialog { background:#fff; border-radius:16px; max-width:420px; width:100%; padding:20px; }
.kagn-mod-dialog h3 { margin:0 0 12px; font-size:18px; color:#1a3a2a; }
.kagn-mod-dialog label { display:block; margin:8px 0; font-size:14px; }
.kagn-mod-dialog textarea { width:100%; min-height:70px; margin-top:8px; border:1px solid #ddd; border-radius:8px; padding:8px; font-family:inherit; }
.kagn-mod-actions { display:flex; gap:8px; justify-content:flex-end; margin-top:16px; }
.kagn-mod-actions button { padding:10px 16px; border-radius:8px; border:none; cursor:pointer; font-size:14px; }
.kagn-mod-actions .primary { background:#1a3a2a; color:#fff; }
.kagn-mod-actions .secondary { background:#ece9e3; color:#1a3a2a; }
