.pg-banner { text-align: center; margin: 0 auto 12px; width: 100%; }
.pg-banner img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.panel:has(.pg-banner) { flex-direction: column; aspect-ratio: auto; }

body.pt-x2 .content-inner { width: auto; max-width: min(1400px, 95vw); }
body.pt-x2 .content-inner h1 { display: none; }
body.pt-x2 .panel-wrap { width: 100%; max-width: 100%; }
body.pt-x2 .panel { width: 100%; max-width: none; display: block; overflow: visible; aspect-ratio: auto; }
.x2wrap { display: flex; gap: 0; justify-content: center; text-align: center; }
.x2col { flex: 1 1 0; min-width: 0; max-width: 680px; padding: 0 14px; box-sizing: border-box; }
.x2col + .x2col { border-left: 2px solid rgba(0,0,0,0.25); }
.x2title { font-size: 1.35em; margin: 12px 0 16px; font-weight: bold; }
.x2panel img { width: 100%; height: auto; display: block; margin: 0 auto; }
.x2col .cmd-link { margin: 16px 0; }
@media (max-width: 900px) { .x2wrap { flex-direction: column; align-items: center; } .x2col + .x2col { border-left: 0; margin-top: 30px; } }

body.pt-scratch { background: #000; }
body.pt-scratch .content-area { background: #000; }
body.pt-scratch .content-inner { background: #0e4603; color: #fff; }
body.pt-scratch .content-inner h1 { background: #082a00; color: #fff; padding: 14px 0; margin-top: 0; }
body.pt-scratch .story-text { color: #fff; }
body.pt-scratch .content-inner a { color: #33ff33; }
body.pt-scratch .pesterlog, body.pt-scratch .narration { color: #fff; }
body.pt-scratch [id^="plog-"] { background: #082a00; color: #fff; }
body.pt-scratch .pg-banner { margin: 0 0 4px; }
body.pt-scratch #static-footer { background: #0e4603; padding: 20px; }
body.pt-scratch #static-footer::before { content: url("/images/v2_mspalogo_scratch.gif"); display: block; text-align: left; }

body.pt-A6A6 { background: #000; }
body.pt-A6A6 .content-area, body.pt-A6A6 .content-inner { background: #000; color: #2ed73a; }
body.pt-A6A6 .story-title, body.pt-A6A6 .story-text { color: #2ed73a; }
body.pt-A6A6 .cmd-link a { color: #2ed73a; }
body.pt-A6A6 [id^="plog-"] { background: #042300; }

body.pt-cascade .content-inner, body.pt-collide .content-inner { max-width: 1100px; }
