/* Admin reports share the site's quiet typography and mobile navigation. */
.page-content-normal.admin-page { max-width: 1100px; margin-block: 48px; font-size: 14px; }
.admin-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.admin-header h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.2; letter-spacing: -0.03em; }
.admin-eyebrow { margin: 0 0 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #737373; }
.admin-description { margin: 0; color: #666; line-height: 1.6; }
.admin-page h2 { margin: 32px 0 14px; font-size: 18px; }
.admin-refresh { display: grid; justify-items: end; flex-shrink: 0; gap: 5px; }
.admin-refresh > span { font-size: 11px; color: #737373; }
.admin-page button { min-height: 40px; padding: 8px 14px; border: 1px solid #ddd; border-radius: 6px; background: white; color: #333; font: inherit; font-size: 13px; cursor: pointer; }
.admin-page button:hover:not(:disabled) { background: #f3f4f6; border-color: #bfc5ce; }
.admin-page button:disabled { opacity: 0.5; cursor: default; }
.admin-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 24px 0 16px; }
.admin-stats > div { min-width: 0; padding: 18px; border: 1px solid #e4e6ea; border-radius: 8px; background: #fafbfc; }
.admin-stats span { display: block; color: #666; font-size: 12px; }
.admin-stats strong { display: block; font-size: 30px; letter-spacing: -0.03em; line-height: 1.5; font-variant-numeric: tabular-nums; }
.admin-note { margin: 12px 0 24px; color: #666; font-size: 12px; line-height: 1.65; }
.admin-muted { color: #737373; font-size: 12px; font-weight: 400; margin-left: 6px; }
.admin-table-wrap { width: 100%; overflow-x: auto; border: 1px solid #e4e6ea; border-radius: 8px; }
.admin-table { width: 100%; min-width: 510px; margin: 0; border-collapse: collapse; table-layout: auto; }
.admin-table th, .admin-table td { padding: 13px 16px; border: 0; border-bottom: 1px solid #eceef1; text-align: left; vertical-align: top; line-height: 1.6; }
.admin-table th { font-size: 11px; font-weight: 600; color: #666; background: #f7f8fa; white-space: nowrap; }
.admin-table td { font-size: 13px; overflow-wrap: anywhere; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table tbody tr:hover { background: #fafbfc; }
.admin-table .number { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.admin-table .nowrap { white-space: nowrap; }
.admin-table a, .admin-comment-post a { color: #0068ad; text-decoration: none; font-weight: 600; }
.admin-table a:hover, .admin-comment-post a:hover { text-decoration: underline; text-underline-offset: 3px; }
.admin-table small { display: block; color: #737373; font-size: 11px; font-weight: 400; margin-top: 3px; overflow-wrap: anywhere; }
.admin-volume { height: 4px; margin-top: 6px; background: #eef0f3; border-radius: 4px; overflow: hidden; }
.admin-volume span { display: block; height: 100%; background: #8897ac; border-radius: inherit; }
.admin-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin: 0 0 20px; }
.admin-filters label { display: flex; flex-direction: column; gap: 6px; color: #666; font-size: 12px; }
.admin-filters input, .admin-filters select { min-height: 40px; width: 100%; padding: 8px 10px; border: 1px solid #ddd; border-radius: 6px; background: white; color: #222; font: inherit; font-size: 14px; }
.admin-search { flex: 1; min-width: 170px; }
.admin-filter-chip { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; }
.admin-page .admin-text-button { padding: 0; border: 0; background: none; color: #0068ad; font-weight: 600; text-align: left; overflow-wrap: anywhere; }
.admin-page .admin-text-button:hover:not(:disabled) { background: none; text-decoration: underline; }
.admin-badge { display: inline-block; margin-left: 6px; padding: 3px 7px; border-radius: 4px; color: #666; background: #eef0f3; font-size: 11px; font-weight: 400; }
.admin-ip { font-variant-numeric: tabular-nums; }
.admin-empty { padding: 24px; margin: 0; color: #737373; }
.admin-error { border: 1px solid #edcaca; background: #fff4f4; color: #953232; border-radius: 6px; padding: 12px 16px; }
.admin-pager { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin: 16px 0; color: #666; font-size: 12px; }
.admin-pager > div { display: flex; gap: 8px; }
.admin-live { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 20px; font-size: 13px; }
.admin-live input { width: 18px; height: 18px; accent-color: #252a32; }
.admin-comment { padding: 20px; border: 1px solid #e4e6ea; border-radius: 8px; margin-bottom: 16px; }
.admin-comment-post { display: flex; gap: 6px; flex-wrap: wrap; padding-bottom: 16px; margin-bottom: 18px; border-bottom: 1px solid #eee; color: #737373; font-size: 12px; }
.admin-comment .comment-entry { margin: 0; }
.admin-comment .comment-entry > .header { align-items: center; min-height: 48px; }
.admin-comment .comment-entry > .header > .meta { margin-left: auto; }
.admin-comment .comment-entry.state-hidden { opacity: 1; }
.comment-entry .comment-status { font-size: 11px; color: #737373; margin-right: 6px; }
.admin-comment .comment-entry .meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.admin-log { border: 1px solid #e4e6ea; border-radius: 8px; margin-bottom: 12px; overflow: hidden; }
.admin-log summary { padding: 16px; cursor: pointer; overflow-wrap: anywhere; }
.admin-log summary strong { display: block; margin-top: 6px; font-size: 14px; }
.admin-log-meta { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #737373; font-size: 12px; }
.admin-log-meta .admin-badge { margin-left: 0; }
.admin-log pre { margin: 0; padding: 18px; max-height: 420px; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; background: #f7f8fa; border-top: 1px solid #e4e6ea; }
@media (max-width: 950px) {
    .page-content-normal.admin-page { margin-block: 0; padding: 28px 20px; }
    .admin-page button { min-height: 44px; }
    .admin-filters input, .admin-filters select { min-height: 44px; font-size: 16px; }
    .admin-comment .comment-entry > .header > .meta { width: 100%; margin-left: 0; }
}
@media (max-width: 600px) {
    .admin-table { min-width: 0; }
    .admin-table th, .admin-table td { padding: 12px 10px; }
    .admin-table th { white-space: normal; }
    .admin-header { flex-direction: column; }
    .admin-header h1 { font-size: 28px; }
    .admin-refresh { display: flex; align-items: center; gap: 12px; }
    .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-stats > div { padding: 14px; }
    .admin-stats > div:first-child { grid-column: 1 / -1; }
    .admin-stats strong { font-size: 26px; }
    .admin-comment { padding: 16px; }
}
