/* Modal news reader — used only when the News page renders its dialog. */
.news-open{display:inline-flex;align-items:center;gap:9px;margin-top:17px;padding:0;border:0;background:transparent;font-family:var(--thai);font-size:14px;font-weight:500;color:var(--gold);cursor:pointer}.news-open span{transition:transform .25s}.news-open:hover span{transform:translateX(5px)}.news-editorial-item .news-open{margin-top:8px;font-size:13px}.news-modal{position:fixed;inset:0;margin:auto;width:min(720px,calc(100% - 32px));max-height:88dvh;padding:0;border:1px solid var(--line);background:var(--m-850);color:#fff;box-shadow:0 25px 90px #160208;overflow:hidden;grid-template-rows:auto minmax(0,1fr)}.news-modal[open]{display:grid}.news-modal::backdrop{background:rgba(20,2,7,.78);backdrop-filter:blur(4px)}.news-modal>img{display:block;width:100%;max-height:42dvh;object-fit:cover}.news-modal-body{min-height:0;overflow-y:auto;padding:28px 32px 34px;overscroll-behavior:contain}.news-modal-body .news-editorial-date{margin:0 0 12px}.news-modal h2{font-family:var(--thai);font-size:clamp(26px,4vw,38px);font-weight:500;line-height:1.25;margin:0 0 14px}.news-modal-body>p:last-child{font-family:var(--thai);font-size:15px;line-height:1.9;color:var(--cream);margin:0}.news-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:1px solid #ffffff88;background:#30050db8;color:#fff;font-size:25px;line-height:1;cursor:pointer;z-index:2}body.modal-open{overflow:hidden}@media(max-width:860px){.news-modal{width:min(100% - 24px,720px);max-height:92dvh}.news-modal-body{padding:24px}.news-modal>img{max-height:34dvh}}
