.news-ticker{--ticker-color:#0866d9;position:fixed;z-index:1000;left:0;right:0;bottom:0;height:30px;display:flex;align-items:center;overflow:hidden;background:var(--ticker-color);color:#fff;box-shadow:0 -2px 10px rgba(15,23,42,.18);font:600 12px/1.2 Inter,Arial,sans-serif}
.news-ticker-red{--ticker-color:#dc2626}.news-ticker-orange{--ticker-color:#ea580c}.news-ticker-green{--ticker-color:#16803a}
.news-ticker a{height:30px;min-width:0;flex:1;display:flex;align-items:center;overflow:hidden;white-space:nowrap;color:#fff}
.news-ticker span{display:inline-block;min-width:max-content;padding-left:100%;animation:news-run 22s linear infinite}
.news-ticker button{width:38px;height:30px;flex:0 0 38px;border:0;border-left:1px solid rgba(255,255,255,.3);background:var(--ticker-color);color:#fff;font-size:23px;cursor:pointer}
body.has-news-ticker{padding-bottom:30px}
body .tabbar{transition:bottom .2s ease}
body.has-news-ticker .tabbar{bottom:30px}
@keyframes news-run{to{transform:translateX(-100%)}}
@media(prefers-reduced-motion:reduce){.news-ticker span{animation:none;padding-left:12px}}
