/* Quiet lobby chrome. Fixed beneath the existing header, above the main nav,
   and clear of the right-hand Contents/Pass shortcuts. Insets are consumed once. */
.live-ops-banner{position:fixed;z-index:14;top:var(--live-notice-top,calc(var(--safe-top,0px) + 136px));left:calc(var(--safe-left,0px) + 15px);right:var(--live-notice-right,calc(var(--safe-right,0px) + 82px));display:flex;align-items:center;min-width:0;min-height:44px;border:1px solid #c4ad7430;border-radius:8px;background:#151412e8;box-shadow:0 4px 18px #0003;color:#f1e6ce;backdrop-filter:blur(10px);font-family:var(--font-ui,sans-serif)}
.live-ops-banner[hidden],.live-ops-dismiss[hidden]{display:none!important}
body:has(dialog[open]) .live-ops-banner{visibility:hidden}
.live-ops-read{display:flex;align-items:center;gap:8px;flex:1;min-width:0;min-height:44px;padding:8px 10px;text-align:left;font:inherit;color:inherit;background:none;border:0;cursor:pointer}
.live-ops-tag{flex:none;font-size:10px;line-height:1.2;letter-spacing:.06em;color:#d8bb7f}
.live-ops-title{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.5}
.live-ops-dismiss,.live-ops-close{display:grid;place-items:center;flex:none;width:44px;height:44px;min-width:44px;padding:12px;background:none;border:0;color:#bcae93;cursor:pointer}
.live-ops-dismiss svg,.live-ops-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}
.live-ops-banner[data-kind=maintenance]{border-color:#d1aa6859}
html body dialog.live-ops-dialog{width:calc(100% - 32px);max-width:440px!important;padding:0;overflow:hidden;border:1px solid #aa8d4d70;border-radius:12px;background:#1d1b18;color:#f3e8cb;box-shadow:0 20px 80px #000a;font-family:var(--font-ui,sans-serif)}
.live-ops-dialog::backdrop{background:#090908b8}
.live-ops-dialog-head{position:relative;display:flex;align-items:center;justify-content:center;min-height:64px;padding:10px 58px;border-bottom:1px solid #c9b47a24;background:none}
.live-ops-heading{margin:0;font-size:19px;font-weight:400;text-align:center;color:#f1dfb3}
.live-ops-close{position:absolute;top:10px;right:10px}
.live-ops-content{max-height:calc(var(--safe-height,100dvh) - 128px);overflow:auto;overscroll-behavior:contain;touch-action:pan-y;padding:4px 22px 18px;scrollbar-width:thin;scrollbar-color:#9d87564a transparent}
.live-ops-article{padding:18px 0;border-bottom:1px solid #c9b47a20}
.live-ops-article:last-child{border-bottom:0;padding-bottom:4px}
.live-ops-article-title{margin:0 0 10px;font-size:16px;font-weight:400;line-height:1.5;color:#e7cc93;overflow-wrap:anywhere}
.live-ops-article-body{margin:0;font-size:14px;line-height:1.85;color:#ded4c2;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal}
.live-ops-read:focus-visible,.live-ops-dismiss:focus-visible,.live-ops-close:focus-visible{outline:none;}
@media(max-width:350px){.live-ops-read{gap:6px;padding-inline:8px}.live-ops-content{padding-inline:18px}.live-ops-title{font-size:11px}}
@media(prefers-reduced-motion:reduce){.live-ops-banner{backdrop-filter:none}}
