/* Gazette presentation from the approved previews/gazette prototype.
   Scene / figure / paper are separate layers. All content is rendered by
   renderNewspaper; :has scopes the shell to its actual DOM, with no setView wrapper. */
#contentScroll:has(> .gazette){padding:0;display:block}
/* Die Charakterspalte bleibt auch hier stehen (frueher: display:none). Seit sie den
   Schnellzugriff traegt, muss sie auf jeder Seite erreichbar sein (Claude, 2026-09-13).
   Nachgemessen: Zeitung 746 px bei 1440, 602 px bei 1100, kein Querlauf. */
.gazette{position:relative;isolation:isolate;min-height:100%;display:grid;grid-template-columns:clamp(240px,27vw,430px) minmax(0,1fr);gap:12px;padding:24px clamp(18px,3vw,56px) 28px 0;overflow:clip}
.gazette-scene{position:absolute;inset:0;z-index:-1;background:url('../assets/quest/gazette-bg.webp') left center/cover no-repeat;pointer-events:none}
.gazette-kiosk{position:relative;min-width:0;min-height:540px}
.gazette .bote-back{position:relative;z-index:2;margin:0 16px 16px;max-width:calc(100% - 32px);min-height:44px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:8px 14px}
.gazette-sign{margin:0 18px;padding:16px;background:var(--surface);color:var(--text);border-radius:12px;font:700 20px Georgia,serif}
.gazette-thomas-corner{position:absolute;left:0;bottom:-30px;width:100%;height:min(530px,72%);pointer-events:none}
.gazette-thomas{position:absolute;bottom:0;left:-3%;width:110%;height:auto;max-height:100%;object-fit:contain;object-position:left bottom;filter:drop-shadow(4px 9px 8px #20180544)}
.gazette-speech{position:absolute;bottom:84%;left:9%;width:82%;max-width:310px;padding:14px 18px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:15px;box-shadow:0 8px 26px #27303c22;transform:rotate(-2deg)}
.gazette-speech:after{content:'';position:absolute;bottom:-11px;left:65%;width:20px;height:20px;transform:rotate(45deg);background:var(--surface);border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
.gazette-speech p{font:italic 17px/1.4 Georgia,serif;margin:7px 0 1px}
.gazette-reader{align-self:start;min-width:0;position:relative;z-index:1}
.gazette .bote-paper{max-width:none;margin:0;border-radius:3px;padding:20px 26px 12px;box-shadow:0 18px 55px #251e1642,3px 4px 0 var(--rule),5px 6px 0 var(--rule-d)}
.gazette .bote-mast-title{font-size:clamp(25px,3.2vw,53px);line-height:1.2;margin:12px 0}
.gazette-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--rule);margin-top:12px}
.gazette-tabs button,.gazette-footer button,.gazette-link{font:800 13px Nunito,sans-serif;cursor:pointer;min-height:44px;border:0;background:transparent;color:var(--ink-2);padding:8px}
.gazette-tabs button span{font:11px Georgia,serif;margin-right:5px}
.gazette-tabs button[aria-current]{color:var(--ink);background:var(--paper-2);box-shadow:inset 0 -3px var(--stamp)}
.gazette button:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}
.gazette-spread{padding:22px 0 18px;min-height:330px;overflow-wrap:anywhere}
.gazette-spread[hidden]{display:none}
.gazette-columns{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:26px}
.gazette-columns>*{min-width:0}
.gazette .bote-body{columns:auto;font:15px/1.55 Georgia,serif;text-align:start}
.gazette .bote-lead h3{font:700 clamp(26px,2.6vw,39px)/1.08 Georgia,serif;margin-bottom:12px}
.gazette .bote-deck{margin-bottom:12px}
.gazette-margin{border-left:1px solid var(--rule);padding-left:24px;color:var(--ink-2)}
.gazette-weather{padding:16px;border:1px solid var(--rule);font:700 19px/1.4 Georgia,serif}
.gazette-quote{font:italic 19px/1.4 Georgia,serif}
.gazette-link{display:block;margin-top:20px;border-bottom:1px solid var(--rule)}
.gazette-footer{border-top:3px double var(--ink);display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--ink-2)}
.gazette-footer button{min-width:60px;color:var(--ink);font-size:20px}
.gazette-footer button:disabled{opacity:.4;cursor:default}
.gazette .bote-foot{margin-top:4px;padding-top:8px}
.gazette .bote-optout{min-height:44px}
.gazette .bote-kicker{margin-top:0;flex-wrap:wrap}
.gazette .bote-kicker h2{white-space:normal}
.gazette .bote-notices{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}
.gazette .bote-bonus{grid-column:1/-1}
.gazette .bote-n-more{color:var(--ink-2)}
.gazette .bote-col h4{font:700 26px/1.15 Georgia,serif;margin-bottom:12px}
.gazette .bote-col p,.gazette .bote-ad{font:15px/1.55 Georgia,serif;text-align:start}
.gazette-dorf-empty{font:italic 17px/1.5 Georgia,serif;color:var(--ink-2)}
#boteDorf:not(:empty)+.gazette-dorf-empty{display:none}
[data-theme="dark"] .gazette-scene:after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,#1a284366,#0d18369e)}
[data-theme="dark"] .gazette-thomas{filter:brightness(.82) drop-shadow(4px 9px 8px #20180566)}
@media(max-width:1100px){
 .gazette{grid-template-columns:230px minmax(0,1fr);padding-right:18px;gap:0}
 .gazette .bote-paper{padding:16px 20px 10px}
 .gazette-tabs button span{display:none}
 .gazette-columns{gap:18px}.gazette-margin{padding-left:18px}
 .gazette-sign{font-size:17px}.gazette-speech{left:5%;width:90%;padding:12px}
 .gazette-speech p{font-size:15px}
}
@media(max-width:820px){
 .gazette{display:block;padding:0 16px 24px}
 .gazette-scene{background-position:left top;background-size:auto 650px;background-color:var(--bg)}
 .gazette-kiosk{height:245px;min-height:0}
 .gazette .bote-back{margin:8px 0}
 .gazette-sign{display:none}
 .gazette-thomas-corner{bottom:0;width:240px;height:195px}
 .gazette-thomas{width:220px;height:195px}
 .gazette-speech{left:210px;bottom:55px;width:250px;max-width:none;transform:none}
 .gazette-speech:after{left:-10px;bottom:35px;transform:rotate(135deg)}
}
@media(max-width:540px){
 .gazette{padding:0 10px 18px}
 .gazette-kiosk{height:230px}
 .gazette-thomas-corner{width:170px;height:180px}
 .gazette-thomas{width:170px;height:180px}
 .gazette-speech{left:150px;width:calc(100vw - 180px);bottom:50px;padding:10px}
 .gazette-speech p{font-size:14px}
 .gazette .bote-paper{padding:14px 16px 10px}
 .gazette-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
 .gazette-columns,.gazette .bote-misc{grid-template-columns:1fr}
 .gazette-margin{border-left:0;border-top:1px solid var(--rule);padding:18px 0 0}
 .gazette-spread{min-height:0}
 .gazette .bote-notices{grid-template-columns:1fr}
 .gazette .bote-mast-top{font-size:10px}
}

/* The update column uses the paper theme in both modes. */
.gazette-updates{margin-top:20px;color:var(--ink-2)}
.gazette-updates h2{font:800 12px Nunito,sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--ink);margin:0 0 10px}
.gazette-updates h3{font:700 21px/1.2 Georgia,serif;color:var(--ink);margin:10px 0}
.gazette-updates p{font:15px/1.5 Georgia,serif}
.gazette-updates small{font-size:11px}
