:root {
    --surface: #2b2927;
    --surface-soft: #252321;
    --surface-raised: #36312e;
    --surface-hover: #403934;
    --line: #ffffff20;
    --line-strong: #ffffff36;
    --text: #f9f5ee;
    --muted: #c1b8ae;
    --quiet: #91877d;
    --accent: #ffad25;
    --accent-bright: #ffc45a;
    --accent-ink: #231503;
    --brown: #3c190e;
    --header: #36120b;
    --notice: #5f250f;
    --notice-border: #a94b1c;
    --danger: #ff8a7c;
    --danger-surface: #54241f;
    --success: #83d19c;
    --radius: .45rem;
    --radius-large: .75rem;
    --shadow: 0 1rem 2.5rem #0006;
}

* { box-sizing: border-box; }

a { color: var(--accent); text-decoration: none; text-underline-offset: .18em; }
a:hover { color: var(--accent-bright); text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible {
    outline: 3px solid var(--accent-bright);
    outline-offset: 3px;
}
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.page-shell { width: min(100% - 2rem, 62.5rem); margin-inline: auto; }
main { min-height: 60vh; padding-block: 1.75rem; }
h1, h2 { margin: 0; font-family: Jura, sans-serif; font-weight: 400; }
h1 { color: #fffaf3; font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.035em; }
h2 { color: #fff8ef; font-size: 1.35rem; letter-spacing: .01em; }
.eyebrow {
    margin: 0 0 .35rem;
    color: var(--accent-bright);
    font-family: Jura, sans-serif;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.section-heading {
    display: flex;
    gap: 1.25rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.15rem;
}
.page-title { display: flex; min-width: 0; gap: .75rem; align-items: center; }
.panel {
    position: relative;
    min-width: 0;
    padding: clamp(1rem, 3vw, 1.25rem);
    background: linear-gradient(145deg, #312e2b, var(--surface-soft));
    border: 1px solid var(--line);
    border-radius: var(--radius-large);
    box-shadow: 0 .7rem 1.8rem #0003;
}
.panel > h2 { margin-bottom: 1rem; }
.panel > h2::after {
    display: block;
    width: 2.2rem;
    height: 2px;
    margin-top: .55rem;
    content: "";
    background: var(--accent);
}
.notice {
    margin-bottom: 1rem;
    padding: .85rem 1rem;
    color: #fff4e9;
    background: linear-gradient(135deg, var(--notice), #4a2013);
    border: 1px solid var(--notice-border);
    border-left: 4px solid var(--accent);
    border-radius: var(--radius);
}
.notice.sensitive { color: #ffece9; background: var(--danger-surface); border-color: #b55248; border-left-color: var(--danger); }
.content-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(15.5rem, 1fr); gap: 1rem; }
.content-grid.equal { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-block: 1rem; }

/* Keep the public register's legacy section order and hierarchy intact. */
.controls {
    margin-bottom: .65rem;
    padding: .6rem .75rem;
    text-align: center;
    background: #1716158c;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    font-size: .85rem;
}
.register-stack { display: grid; gap: .7rem; }
.legacy-entry {
    min-width: 0;
    background: linear-gradient(145deg, #312e2b, var(--surface-soft));
    border: 1px solid var(--line);
    border-radius: var(--radius-large);
    box-shadow: 0 .7rem 1.8rem #0003;
}
.legacy-title {
    margin: 0;
    padding: .55rem .8rem;
    color: #fff8ef;
    background: #15141370;
    border-bottom: 1px solid var(--line);
    border-radius: var(--radius-large) var(--radius-large) 0 0;
    font-family: Jura, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .03em;
}
.legacy-title a { color: inherit; }
.legacy-title a:hover { color: var(--accent-bright); text-decoration: none; }
.legacy-inner { position: relative; padding: .65rem .9rem .9rem; }
.legacy-table th:nth-child(1) { width: 18%; }
.legacy-table th:nth-child(2) { width: 32%; }
.legacy-table th:nth-child(3) { width: 26%; }
.legacy-table th:nth-child(4) { width: 14%; }
.legacy-table th:nth-child(5) { width: 10%; }
.blocked-players-table th:nth-child(1) { width: 18%; }
.blocked-players-table th:nth-child(2) { width: 38%; }
.blocked-players-table th:nth-child(3) { width: 30%; }
.blocked-players-table th:nth-child(4) { width: 14%; }
.blocked-player-row { cursor: pointer; }
.protest-archive-table th:nth-child(1) { width: 8%; }
.protest-archive-table th:nth-child(2) { width: 28%; }
.protest-archive-table th:nth-child(3) { width: 46%; }
.protest-archive-table th:nth-child(4) { width: 18%; }
.protest-archive-row { cursor: pointer; }
.legacy-table time { white-space: nowrap; }
.legacy-table .ban-length { white-space: nowrap; }
.legacy-table .ban-length small { color: var(--accent-bright); font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.ban-register-table th:nth-child(4), .ban-register-table td:nth-child(4) { text-align: center; }
.ban-register-table td:nth-child(4) { vertical-align: middle; }
.stats-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.stats-entry-wide { grid-column: 1 / -1; }
.stats-entry .legacy-inner { padding: 0; }
.stats-note { float: right; color: var(--muted); font-family: Telex, sans-serif; font-size: .72rem; font-weight: 400; line-height: 2.1; text-align: right; text-transform: none; }
.stats-table { width: 100%; min-width: 0; }
.stats-table th, .stats-table td { padding: .55rem .6rem; }
.stats-table th { font-size: .69rem; }
.stats-admin-table thead th { vertical-align: middle; }
.stats-table .stats-rank, .stats-table .stats-number { text-align: center; vertical-align: middle; }
.stats-table .stats-rank .table-row-link:is(:hover, :focus-visible) { color: inherit; text-decoration: none; }
.stats-table tfoot th { background: #1716158c; border-top: 1px solid var(--line-strong); border-bottom: 0; }
.stats-admin-table tfoot th, .stats-admin-table tfoot td { color: #fff8ef; background: #301c12; border-top: 2px solid var(--accent); font-size: .88rem; font-weight: 700; }
.stats-admin-table { min-width: 58rem; table-layout: fixed; }
.stats-admin-rank { width: 6%; }
.stats-admin-name { width: 32%; }
.stats-admin-total { width: 12%; }
.stats-admin-normal { width: 13%; }
.stats-admin-chat, .stats-admin-voice { width: 12%; }
.stats-admin-silence { width: 13%; }
.stats-entry:not(.stats-entry-wide) .stats-table th:nth-child(1), .stats-entry:not(.stats-entry-wide) .stats-table td:nth-child(1) { width: 10%; }
.stats-entry:not(.stats-entry-wide) .stats-table th:nth-child(2), .stats-entry:not(.stats-entry-wide) .stats-table td:nth-child(2) { width: 60%; }
.stats-entry:not(.stats-entry-wide) .stats-table th:nth-child(3), .stats-entry:not(.stats-entry-wide) .stats-table td:nth-child(3) { width: 30%; }
.stats-entry:not(.stats-entry-wide) .stats-note { display: block; float: none; margin-top: .1rem; font-size: .66rem; line-height: 1.35; text-align: left; }
.stats-subcount { color: var(--muted); font-size: .76em; font-weight: 400; white-space: nowrap; }
.stats-row { cursor: pointer; }
.stats-admin-table tbody .stats-former-admin-row { --former-admin-texture: repeating-linear-gradient(135deg, #ffffff05 0, #ffffff05 .4rem, #00000012 .4rem, #00000012 .8rem); }
.stats-admin-table tbody .stats-former-admin-row > td { color: #a3978a; background-color: #1d1b19; background-image: var(--former-admin-texture); }
.stats-admin-table tbody .stats-former-admin-row:is(:hover, :focus-within) > td { background-color: var(--surface-hover); background-image: var(--former-admin-texture); }
.stats-admin-table tbody .stats-former-admin-row a { color: #ba925a; }
.stats-admin-table tbody .stats-former-admin-row a:hover { color: #d3ad77; }
.vintage-menace-block-count { display: block; }
.stats-entry .incident-archive-inner { padding: .75rem 1rem 1rem; }
.incident-calendar-section + .incident-calendar-section { margin-top: .5rem; padding-top: .45rem; }
.incident-calendar-heading {
    margin: 0;
    padding: .55rem .75rem;
    color: var(--muted);
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid var(--line-strong);
    border-radius: 0;
    font-family: Jura, sans-serif;
    font-size: .69rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.incident-archive-scroll { max-width: 100%; overflow-x: auto; margin-inline: .15rem; padding: .4rem .25rem .45rem; }
.incident-archive { min-width: 39rem; margin-inline: .15rem; }
.incident-archive-month-axis, .incident-archive-calendar { display: grid; grid-template-columns: 1.8rem minmax(0, 1fr); gap: .4rem; }
.incident-archive-month-axis { margin-bottom: .22rem; }
.incident-archive-months { display: grid; grid-template-columns: repeat(53, minmax(.72rem, 1fr)); align-items: end; color: var(--muted); font-size: .72rem; line-height: 1; }
.incident-archive-weekdays, .incident-archive-grid { display: grid; grid-template-rows: repeat(7, 1rem); gap: .12rem; }
.incident-archive-weekdays { align-items: center; padding-right: .1rem; color: var(--muted); font-size: .68rem; line-height: 1; text-align: right; }
.incident-archive-grid { flex: 1; grid-auto-flow: column; grid-template-columns: repeat(53, minmax(.72rem, 1fr)); }
.incident-cell { --incident-fill: transparent; display: block; min-width: .72rem; height: 1rem; background-color: #0d0c0c; border: 1px solid #ffffff12; border-radius: .12rem; }
.incident-cell--solid { background-color: var(--incident-fill); background-image: none; }

.search { min-width: min(100%, 22rem); }
.search label { display: block; margin-bottom: .4rem; color: var(--muted); font-size: .78rem; }
.search div { display: flex; }
.search input {
    width: min(60vw, 19rem);
    padding: .66rem .78rem;
    color: var(--text);
    background: #171615;
    border: 1px solid #ffffff32;
    border-right: 0;
    border-radius: var(--radius) 0 0 var(--radius);
    box-shadow: inset 0 1px #0008;
}
.search input::placeholder { color: #9e958b; }
.search input:hover { border-color: #ffffff55; }
.search button, .button {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    justify-content: center;
    padding: .66rem .9rem;
    color: var(--accent-ink);
    background: linear-gradient(180deg, var(--accent-bright), var(--accent));
    border: 1px solid #ffd477;
    border-radius: 0 var(--radius) var(--radius) 0;
    box-shadow: inset 0 1px #fff7;
    font-weight: 700;
    cursor: pointer;
}
.search button svg { width: 1rem; height: 1rem; stroke-width: 2.25; }
.button { border-radius: var(--radius); text-decoration: none; }
.button:hover { color: #17110a; background: linear-gradient(180deg, #ffda8a, var(--accent-bright)); text-decoration: none; }
.count { margin-left: .3rem; color: var(--quiet); font-family: Telex, sans-serif; font-size: .78rem; font-weight: 400; }

.table-scroll { max-width: 100%; overflow-x: auto; overflow-y: hidden; margin-inline: -.15rem; }
table { width: 100%; min-width: 38rem; border-collapse: separate; border-spacing: 0; }
.stats-table { width: 100%; min-width: 0; }
.stats-admin-table { min-width: 58rem; }
th, td { padding: .78rem .7rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th {
    color: var(--muted);
    background: #1615148c;
    border-top: 1px solid var(--line);
    border-bottom-color: var(--line-strong);
    font-family: Jura, sans-serif;
    font-size: .77rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}
th:first-child { border-top-left-radius: .35rem; }
th:last-child { border-top-right-radius: .35rem; }
tbody tr { transition: background-color .15s ease, box-shadow .15s ease; }
tbody tr:last-child td { border-bottom: 0; }
td small { display: block; margin-top: .25rem; color: var(--quiet); font-size: .77rem; }
.status {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    padding: .26rem .45rem;
    color: #c8f7d7;
    background: #1c5634;
    border: 1px solid #7bcb9a63;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.status > span { width: .38rem; height: .38rem; background: currentColor; border-radius: 50%; }
.status-1 { color: #ddd8d1; background: #4d4a46; border-color: #ffffff30; }
.status-2 { color: #ffc3bb; background: #6d302b; border-color: #ff9f9361; }

.pager { display: flex; gap: .7rem; align-items: center; justify-content: center; padding-top: 1.15rem; color: var(--quiet); font-size: .85rem; }
.pager-link {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    padding: .38rem .6rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    color: var(--accent-bright);
    text-decoration: none;
}
.pager-link:hover { color: #1f1507; background: var(--accent-bright); border-color: var(--accent-bright); text-decoration: none; }

.compact-list, .record-list, .rank-list, .chat-log, .protest-posts { margin: 0; padding: 0; list-style: none; }
.compact-list li, .record-list li, .rank-list li {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: space-between;
    padding: .72rem 0;
    border-bottom: 1px solid var(--line);
}
.compact-list li:first-child, .record-list li:first-child, .rank-list li:first-child { border-top: 1px solid var(--line); }
.compact-list li > span, .record-list li > span { color: var(--quiet); font-size: .8rem; text-align: right; }
.block-type { cursor: help; border-bottom: 1px dotted currentColor; }
.ban-detail-stack { display: grid; gap: .7rem; }
.ban-detail-inner { display: grid; grid-template-columns: minmax(10rem, .55fr) minmax(0, 2fr); gap: 1rem; align-items: start; }
.ban-detail-player { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: .55rem; }
.ban-detail-player .steam-identity { flex-direction: column; gap: .7rem; text-align: center; }
.ban-detail-player .steam-identity-avatar { --steam-avatar-size: 6.5rem; }
.ban-detail-player .steam-identity-copy { justify-items: center; }
.ban-detail-player .steam-identity-name { max-width: 13rem; font-family: Jura, sans-serif; font-size: 1.25rem; }
.ban-detail-alias { margin-top: .5rem; color: var(--quiet); font-size: .8rem; text-align: center; }
.ban-detail-alias-label, .ban-detail-alias-value { display: block; }
.ban-detail-alias-label { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ban-detail-alias-value { font-size: 1rem; }
.ban-detail-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; background: radial-gradient(ellipse 115% 105% at center, rgb(0 0 0 / 4%) 0%, transparent 78%); }
.ban-detail-summary > div { min-width: 0; padding: .62rem .7rem; }
.ban-detail-summary dt { margin-bottom: .22rem; color: var(--muted); font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ban-detail-summary dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }
.ban-detail-summary .steam-identity { max-width: 100%; }
.ban-detail-summary .steam-identity-avatar { --steam-avatar-size: 1.6rem; }
.ban-detail-summary .server-identity-avatar { --server-identity-size: 1.6rem; }
.ban-status { font-weight: 700; }
.ban-status-0 { color: var(--success); }
.ban-status-1, .ban-status-2 { color: var(--accent-bright); }
.ban-type-label { display: inline-flex; gap: .35rem; align-items: center; color: #ffe0a1; font-weight: 700; white-space: nowrap; }
.ban-type-label .hero-icon { width: 1.15rem; height: 1.15rem; stroke-width: 2.2; }
.not-recorded { color: var(--quiet); font-style: italic; }
.related-blocks-table th:nth-child(2) { width: 32%; }
.related-blocks-table th:nth-child(3) { width: 32%; }
.related-blocks-table th:nth-child(4) { width: 18%; }
.ban-notes { padding: .75rem .9rem; color: #f0dfcf; background: linear-gradient(135deg, #090807d9, #211710b8); border: 1px solid #c58b4b45; border-left: 3px solid #c98a48; border-radius: .35rem; box-shadow: inset 0 1px #ffffff0d, inset 0 0 1.25rem #0008; white-space: pre-wrap; line-height: 1.55; overflow-wrap: anywhere; }
.ban-chat-scroll { max-height: 18rem; overflow: auto; overscroll-behavior: contain; }
.ban-register-row { cursor: pointer; }
.ban-register-row, .blocked-player-row, .protest-archive-row, .stats-row { position: relative; }
.ban-register-row :is(a, button, input, select, textarea, label):not(.table-row-link):not(.table-cell-row-link), .blocked-player-row :is(a, button, input, select, textarea, label):not(.table-row-link):not(.table-cell-row-link), .protest-archive-row :is(a, button, input, select, textarea, label):not(.table-row-link):not(.table-cell-row-link), .stats-row :is(a, button, input, select, textarea, label):not(.table-row-link):not(.table-cell-row-link) { position: relative; z-index: 2; }
.protest-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; background: radial-gradient(ellipse 115% 105% at center, rgb(0 0 0 / 4%) 0%, transparent 78%); }
.protest-summary > div { min-width: 0; padding: .62rem .7rem; }
.protest-summary dt { margin-bottom: .22rem; color: var(--quiet); font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.protest-summary dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }
.protest-summary .steam-identity { max-width: 100%; }
.protest-summary .steam-identity-avatar { --steam-avatar-size: 1.6rem; }
.protest-summary-player { grid-column: span 2; }
.sensitive-record { border-color: #b552487d; }
.chat-log li { display: grid; grid-template-columns: 4.8rem minmax(8rem, 11rem) 1fr; gap: .45rem; align-items: center; padding: .32rem .45rem; border-bottom: 1px solid #ffffff12; font-size: .82rem; line-height: 1.3; }
.chat-log li:nth-child(odd) { background: #00000017; }
.chat-log time { color: var(--quiet); font-size: .74rem; white-space: nowrap; }
.chat-log .steam-identity { gap: .35rem; }
.chat-log .steam-identity-avatar { --steam-avatar-size: 1.35rem; }
.chat-log .steam-identity-copy small { display: none; }
.chat-log .team-2 strong { color: #ff827a; }
.chat-log .team-3 strong { color: #a8d5ff; }
.chat-log .chat-log-ban-event { color: #ffe0a1; background: #4a321570; border-top: 1px solid #ffc45a50; border-bottom-color: #ffc45a50; font-weight: 700; font-style: italic; }
.stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.rank-list small { color: var(--quiet); }
.protest-posts { display: grid; gap: 1rem; }
.protest-post { position: relative; display: grid; grid-template-columns: minmax(11rem, 14rem) minmax(0, 1fr); overflow: hidden; background: #00000040; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 .35rem .8rem #0003; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.protest-post-author { display: flex; flex-direction: column; gap: .5rem; padding: 1rem; background: #00000038; border-right: 1px solid var(--line); }
.protest-post-author .steam-identity { max-width: 100%; }
.protest-post-author .steam-identity-name { max-width: 13rem; font-family: Jura, sans-serif; font-size: 1.25rem; font-weight: 600; letter-spacing: .025em; }
.protest-post-author .steam-identity-copy small, .protest-post-author time { color: var(--quiet); }
.protest-post-content { min-width: 0; padding: 1rem; }
.protest-post-heading { display: flex; gap: 1rem; align-items: baseline; justify-content: space-between; padding-bottom: .65rem; border-bottom: 1px solid var(--line); }
.protest-post-heading h2 { margin: 0; font-size: 1.05rem; }
.protest-post-number { flex: 0 0 auto; color: var(--quiet); font-size: .82rem; text-decoration: none; }
.protest-post-number:hover { color: var(--accent); }
.protest-post-content .post-body { padding: .8rem 0 0; }
.post-body { line-height: 1.55; overflow-wrap: anywhere; }
.protest-post-footer { display: block; margin-top: .8rem; color: var(--quiet); font-size: .72rem; line-height: 1.2; text-align: right; }
.protest-post-deleted-notice { margin: .8rem 0 0; color: #ffc3bb; font-size: .82rem; font-style: italic; }
.protest-post--deleted { border-left: 4px solid var(--danger); opacity: .82; }
.protest-post--system { border-color: #c58b4b60; }
@media (hover: hover) { .protest-post-card:hover { border-color: #ffffff45; box-shadow: 0 .5rem 1.1rem #0006; transform: translateY(-.1rem); } }
.post-body blockquote { margin-inline: 0; padding-left: 1rem; border-left: 3px solid var(--accent); color: var(--muted); }
.text-center { text-align: center; }
.message-page { max-width: 45rem; margin: 3rem auto; text-align: center; }
.message-page .button { margin-top: .5rem; }
.admin-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.admin-card { display: block; padding: 1rem; color: var(--text); background: #1716158c; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: inset 0 1px #ffffff0d; }
.admin-card:hover { color: var(--text); background: var(--surface-hover); border-color: var(--line-strong); box-shadow: inset 3px 0 var(--accent), inset 0 1px #ffffff12; text-decoration: none; }
.admin-card h2 { margin-bottom: .35rem; font-size: 1.15rem; }
.admin-card p { margin: 0; color: var(--muted); line-height: 1.45; }

@media (max-width: 55rem) {
    .content-grid, .content-grid.equal, .stats-grid, .stats-stack, .admin-card-grid { grid-template-columns: 1fr; }
    .stats-note { display: block; float: none; margin-top: .1rem; font-size: .66rem; line-height: 1.35; text-align: left; }
    .section-heading { align-items: stretch; flex-direction: column; }
    .search { width: 100%; }
    .search input { width: 100%; }
    .chat-log li { grid-template-columns: 4.5rem 1fr; }
    .chat-log li span { grid-column: 1 / -1; }
    .ban-detail-inner { grid-template-columns: 1fr; }
    .ban-detail-player { align-items: flex-start; justify-content: flex-start; padding: 0; }
    .ban-detail-player .steam-identity { flex-direction: row; text-align: left; }
    .ban-detail-player .steam-identity-copy { justify-items: start; }
    .ban-detail-alias { text-align: left; }
    .protest-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .protest-summary-player { grid-column: span 2; }
    .protest-post { grid-template-columns: 1fr; }
    .protest-post-author { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 38rem) {
    .page-shell { width: min(100% - 1rem, 62.5rem); }
    .pager { flex-wrap: wrap; }
    .legacy-inner { padding-inline: .65rem; }
    .pager-band { flex-wrap: wrap; }
    .ban-detail-summary { grid-template-columns: 1fr; }
    .protest-summary { grid-template-columns: 1fr; }
    .protest-summary-player { grid-column: auto; }
}
