.news-toast{position:fixed;right:22px;bottom:22px;z-index:1000;width:min(390px,calc(100vw - 32px));padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(15,43,42,.96);color:#fff;box-shadow:0 22px 60px rgba(7,24,22,.28);backdrop-filter:blur(16px);font-family:'Montserrat','Inter',sans-serif;animation:newsIn .55s cubic-bezier(.2,.8,.2,1) both}
.news-toast__inner{display:grid;grid-template-columns:72px 1fr auto;gap:13px;align-items:center}
.news-toast__image{width:72px;height:72px;border-radius:12px;object-fit:cover;background:#24453f}
.news-toast__label{display:flex;align-items:center;gap:7px;margin-bottom:4px;color:#72d5b7;font-size:10px;font-weight:900;letter-spacing:1.1px;text-transform:uppercase}
.news-toast__pulse{width:7px;height:7px;border-radius:50%;background:#72d5b7;box-shadow:0 0 0 0 rgba(114,213,183,.6);animation:newsPulse 2s infinite}
.news-toast__title{display:block;color:#fff;text-decoration:none;font-size:13px;font-weight:800;line-height:1.35}
.news-toast__title:hover{color:#a6ead6}
.news-toast__more{display:block;margin-top:4px;color:#bdd3ce;font-size:10px}
.news-toast__close{align-self:start;width:28px;height:28px;border:0;border-radius:50%;background:rgba(255,255,255,.09);color:#d9e6e2;cursor:pointer;font:18px/1 Arial,sans-serif}
.news-toast__close:hover{background:rgba(255,255,255,.18);color:#fff}
.news-toast.is-closing{animation:newsOut .25s ease both}
@keyframes newsIn{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}
@keyframes newsOut{to{opacity:0;transform:translateY(12px) scale(.98)}}
@keyframes newsPulse{70%{box-shadow:0 0 0 8px rgba(114,213,183,0)}100%{box-shadow:0 0 0 0 rgba(114,213,183,0)}}
@media(max-width:600px){.news-toast{right:16px;bottom:16px}.news-toast__inner{grid-template-columns:58px 1fr auto}.news-toast__image{width:58px;height:58px}.news-toast__more{display:none}}
@media(prefers-reduced-motion:reduce){.news-toast,.news-toast__pulse{animation:none}}
