.news-section{margin-top:22px}.news-count{padding:6px 10px;border-radius:99px;background:#ef444422;color:#fca5a5;font-size:11px;font-weight:900}.news-list{display:grid;gap:9px}.news-item{display:grid;grid-template-columns:34px 1fr auto;gap:11px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,var(--panel2),var(--panel))}.news-item.needs-action{border-color:#f7c94888;background:linear-gradient(145deg,#45381c,#172131)}.news-item.read{opacity:.65}.news-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#233653;color:#93c5fd;font-weight:950}.needs-action .news-icon{background:var(--gold);color:#101820}.news-item span{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:1px}.news-item strong{display:block;margin:3px 0;font-size:14px}.news-item p{margin:0;color:#b7c2d1;font-size:11px;line-height:1.4}.news-link{color:var(--gold);font-size:11px;font-weight:850;white-space:nowrap}.news-dismiss{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}@media(max-width:600px){.news-item{grid-template-columns:34px 1fr}.news-item>.btn,.news-item>.news-link,.news-item>form{grid-column:2;justify-self:start}}
.news-dialog{width:min(92vw,560px);margin:auto;padding:0;border:1px solid #40516a;border-radius:22px;background:#0c1625;color:var(--ink);box-shadow:0 28px 90px #000d}.news-dialog::backdrop{background:#020817c7;backdrop-filter:blur(5px)}.news-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:19px;border-bottom:1px solid var(--line)}.news-dialog header span{color:#60a5fa;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.news-dialog h2{margin:5px 0 0;font-size:23px}.news-dialog header button{flex:0 0 38px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#172438;color:white;font-size:24px}.news-dialog>p{margin:0;padding:20px;color:#d4dce7;font-size:13px;line-height:1.6;white-space:pre-line}.news-dialog>a{width:calc(100% - 40px);margin:0 20px 20px}.news-dialog>a[hidden]{display:none}
.news-dialog>a.btn.full{display:flex;width:auto;max-width:none;box-sizing:border-box;align-items:center;justify-content:center;text-align:center}
@media(max-width:600px){.news-dialog{width:calc(100vw - 32px);max-width:560px}.news-dialog header{padding:16px}.news-dialog>p{padding:18px 16px}.news-dialog>a.btn.full{width:auto;margin:0 16px 16px;padding-right:14px;padding-left:14px}}
