.nmla-ugc-review-actions { margin: 12px 0 0; }
.nmla-ugc-report-trigger { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 2px; }
.nmla-ugc-report-layer[hidden] { display: none; }
.nmla-ugc-report-layer { position: fixed; z-index: 2147483000; inset: 0; display: grid; place-items: center; padding: 20px; }
.nmla-ugc-report-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.38); }
.nmla-ugc-report-dialog { position: relative; z-index: 1; box-sizing: border-box; width: min(100%, 440px); max-height: min(720px, calc(100vh - 40px)); overflow: auto; border-radius: 18px; background: #fff; color: #1d1d1f; padding: 20px; box-shadow: 0 16px 45px rgba(0,0,0,.22); font-family: Quicksand, sans-serif; }
.nmla-ugc-report-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nmla-ugc-report-dialog h2 { margin: 0; font-size: 20px; }
.nmla-ugc-report-dialog header button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f2f2f5; color: #404040; font-size: 24px; line-height: 1; }
.nmla-ugc-report-dialog label { display: grid; gap: 6px; margin-top: 14px; font-weight: 600; font-size: 14px; }
.nmla-ugc-report-dialog select, .nmla-ugc-report-dialog textarea { box-sizing: border-box; width: 100%; border: 1px solid #dedee3; border-radius: 10px; padding: 10px 12px; background: #fff; color: #1d1d1f; font: 16px/1.35 Quicksand, sans-serif; }
.nmla-ugc-report-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.nmla-ugc-report-actions button { min-height: 42px; border: 0; border-radius: 999px; padding: 0 16px; background: #0a84ff; color: #fff; font: 600 14px Quicksand, sans-serif; }
.nmla-ugc-report-actions button[data-nmla-ugc-close] { background: #f1f1f3; color: #1d1d1f; }
.nmla-ugc-report-result { min-height: 1.3em; margin: 12px 0 0; font-size: 14px; }
.nmla-ugc-report-support { margin: 18px 0 0; font-size: 14px; }
.nmla-ugc-inline-notice { position: fixed; z-index: 2147483000; right: 16px; bottom: 24px; max-width: 320px; border-radius: 12px; padding: 12px 14px; background: #fff4e5; color: #663c00; box-shadow: 0 8px 25px rgba(0,0,0,.16); }
html.nmla-app-boot body.nmla-app-mode .nmla-ugc-report-dialog { margin-bottom: var(--nmla-safe-area-bottom, 0px); }
