/* Host-only rules. Editorial styling stays inside the news shadow root. */
html.qh-news-active #app > main:not(#qh-news-host),
html.qh-news-active #app > footer,
html.qh-news-boot #app > main:not(#qh-news-host),
html.qh-news-boot #app > footer,
.qh-news-source-hidden { display: none !important; }
#qh-news-host { display:block; min-width:0; width:100%; }
#qh-news-host[hidden] { display:none !important; }
#qh-news-open-status { position:fixed; z-index:1100; top:70px; left:50%; transform:translateX(-50%); max-width:calc(100vw - 32px); padding:10px 16px; border:1px solid #cbdff3; border-radius:10px; color:#17336b; background:#fff; box-shadow:0 6px 24px #17336b12; font:14px/1.5 Arial,"Microsoft YaHei",sans-serif; }
#qh-news-open-status[hidden] { display:none !important; }
#qh-news-open-status button { margin-left:12px; color:#075dff; background:#eff6ff; border:1px solid #cbdff3; border-radius:5px; cursor:pointer; }
html.qh-news-boot body { background:#f6faff; }
