/* Table / game mode — large type, minimal chrome */
body[data-mode="game"] .sidebar,
body[data-mode="game"] .site-header,
body[data-mode="game"] .site-footer,
body[data-mode="game"] .breadcrumbs,
body[data-mode="game"] .chapter-meta,
body[data-mode="game"] .sidebar-scrim,
body[data-mode="game"] .sheet-switch {
    display: none !important;
}

body[data-mode="game"] .shell-main {
    margin-left: 0 !important;
}

body[data-mode="game"] .main-content {
    max-width: 40rem;
    padding-top: 2.5rem;
    font-size: 1.28rem;
    line-height: 1.85;
}

body[data-mode="game"] .chapter-title {
    font-size: 2.35rem;
}

body[data-mode="game"] .chapter-content,
body[data-mode="game"] .sheet-page {
    border: none;
    box-shadow: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

body[data-mode="game"]::after {
    content: 'Режим стола · Esc';
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    font-family: var(--font-sans);
    font-size: 0.72rem;
    color: var(--color-text-muted);
    background: rgba(247, 243, 234, 0.92);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
}
