body.notes-moderation-page { background: #c8ecf5; font-family: 'Roboto', sans-serif; min-height: 100vh; }
.moderation-shell { max-width: 1480px; margin: 0 auto; padding: 34px 24px 56px; }
.moderation-header { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:24px; }
.eyebrow { color:#516b79; font-size:.78rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.moderation-header h1 { color:#153b4b; font-size:2rem; font-weight:700; margin:6px 0 5px; }
.moderation-header p { color:#5f737d; margin:0; }
.moderation-card { background:#fff; border:1px solid rgba(21,59,75,.12); border-radius:14px; box-shadow:0 8px 24px rgba(36,91,108,.1); overflow:hidden; }
.moderation-toolbar { display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 22px; border-bottom:1px solid #e7eef1; }
.moderation-toolbar h2 { color:#153b4b; font-size:1.15rem; margin:0; }
.moderation-toolbar small { color:#71838b; }
.table-wrap { overflow-x:auto; }
.moderation-table { width:100%; min-width:980px; border-collapse:collapse; border-spacing:0; }
.moderation-table th, .moderation-table td { border:1px solid #e1eaed; }
.moderation-table th { background:#f7fafb; color:#607782; font-size:.73rem; letter-spacing:.06em; text-transform:uppercase; padding:14px 16px; white-space:nowrap; }
.moderation-table td { color:#344f5a; padding:15px 16px; vertical-align:middle; }
.moderation-table th, .moderation-table td { text-align:center; }
.moderation-table th:first-child, .moderation-table td:first-child { text-align:left; }
.moderation-table tbody tr:hover { background:#fbfdfe; }
.note-title { color:#173f50; font-weight:700; max-width:260px; }
.muted { color:#78909a; font-size:.88rem; }
.status-pill, .report-pill { border-radius:999px; display:inline-flex; align-items:center; padding:5px 10px; font-size:.75rem; font-weight:700; white-space:nowrap; }
.status-published { color:#11734b; background:#e5f7ee; }.status-hidden { color:#a23b35; background:#fde9e7; }.status-pending { color:#9a6500; background:#fff3d1; }
.report-pill { color:#a23b35; background:#fff0ee; }.report-pill.pending { color:#9a6500; background:#fff4d8; }
.btn-view { border:1px solid #248afd; color:#1474dc; background:#fff; border-radius:7px; padding:7px 12px; font-weight:600; text-decoration:none !important; }
.btn-view:hover { background:#248afd; color:#fff; }
.empty-state, .loading-state { padding:58px 20px; text-align:center; color:#6c818a; }
.empty-state i { font-size:2rem; color:#7aa9b8; display:block; margin-bottom:10px; }
.detail-top { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; flex-wrap:wrap; }
.detail-top h1 { font-size:1.8rem !important; }
.detail-top p { font-size:.95rem; }
.detail-actions { display:flex; gap:10px; flex-wrap:wrap; }
.detail-grid { display:grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap:20px; margin-top:22px; }
.detail-section { background:#fff; border-radius:14px; padding:22px; border:1px solid rgba(21,59,75,.12); box-shadow:0 8px 24px rgba(36,91,108,.08); }
.detail-section h2 { color:#153b4b; font-size:1.05rem; margin:0 0 16px; }
.info-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:17px; }
.info-label { color:#78909a; display:block; font-size:.7rem; font-weight:700; letter-spacing:.07em; text-transform:uppercase; margin-bottom:4px; }.info-value { color:#294b59; font-size:.95rem; font-weight:600; word-break:break-word; }
.note-content { color:#405c66; font-size:.95rem; line-height:1.65; white-space:pre-wrap; }.pdf-frame { border:1px solid #dfe9ed; border-radius:9px; min-height:520px; width:100%; }
.report-item { border-top:1px solid #e7eef1; padding:15px 0; }.report-item:first-child { border-top:0; padding-top:0; }.report-head { display:flex; justify-content:space-between; gap:12px; }.report-reason { color:#294b59; font-size:.98rem; font-weight:700; }.report-meta { color:#78909a; font-size:.78rem; margin-top:5px; }.report-description { color:#526b75; font-size:.92rem; margin:9px 0 0; white-space:pre-wrap; }.report-admin-note { background:#f7fafb; border-radius:7px; color:#5f737d; font-size:.84rem; margin-top:9px; padding:9px 11px; }
.action-danger { background:#c8463e; border-color:#c8463e; }.action-danger:hover { background:#a93630; border-color:#a93630; }.action-success { background:#198754; border-color:#198754; }
.modal-content { border:0; border-radius:14px; }.modal-header { background:linear-gradient(90deg,#092986,#f9a815c4); color:#fff; border:0; }.modal-footer { border:0; }
@media (max-width: 820px) { .moderation-shell{padding:24px 14px 40px}.moderation-header{align-items:flex-start;flex-direction:column}.detail-grid{grid-template-columns:1fr}.info-list{grid-template-columns:1fr}.detail-section{padding:18px}.pdf-frame{min-height:420px} }
