.ht-news-ticker{display:flex;align-items:stretch;background:#111;color:#fff;font-size:13px;overflow:hidden;position:relative;min-height:42px;user-select:none}
.ht-ticker-label{display:flex;align-items:center;gap:8px;padding:0 18px 0 12px;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#fff;white-space:nowrap;flex-shrink:0;background:var(--ticker-color,#e63946);clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%);padding-right:24px}
.ht-ticker-pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#fff;animation:ht-ticker-blink 1.2s infinite;flex-shrink:0}
@keyframes ht-ticker-blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}
.ht-ticker-track-wrap{flex:1;overflow:hidden;display:flex;align-items:center;padding:0 10px}
.ht-ticker-track{display:flex;white-space:nowrap;animation:ht-ticker-scroll linear infinite;will-change:transform}
.ht-ticker-track.is-paused{animation-play-state:paused}
@keyframes ht-ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.ht-ticker-item{display:inline-flex;align-items:center;gap:8px;color:#e8e8e8;text-decoration:none;padding:0 24px 0 0;transition:color .2s;font-size:13px;line-height:1.3}
.ht-ticker-item:hover{color:var(--ticker-color,#e63946)}
.ht-ticker-item::after{content:'|';color:#444;margin-left:24px}
.ht-ticker-tag{background:var(--ticker-color,#e63946);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:2px 6px;border-radius:2px;flex-shrink:0}
.ht-ticker-controls{display:flex;align-items:center;padding:0 10px;gap:4px;flex-shrink:0}
.ht-ticker-pause,.ht-ticker-play{background:rgba(255,255,255,.1);border:none;color:#fff;width:26px;height:26px;border-radius:4px;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center;transition:background .2s}
.ht-ticker-pause:hover,.ht-ticker-play:hover{background:var(--ticker-color,#e63946)}
.ht-live-news-feed{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);margin:20px 0}
.ht-live-feed-header{background:#111;color:#fff;padding:12px 18px;display:flex;align-items:center;gap:10px;font-size:14px}
.ht-live-dot{width:10px;height:10px;border-radius:50%;background:#e63946;animation:ht-ticker-blink 1.2s infinite;flex-shrink:0}
.ht-live-updated{margin-left:auto;font-size:11px;color:rgba(255,255,255,.5)}
.ht-live-feed-posts{padding:16px;display:flex;flex-direction:column;gap:14px}
.ht-live-loading{color:#aaa;font-size:13px;text-align:center;padding:20px}
.ht-feed-card .ht-live-post-card{display:flex;gap:12px;align-items:flex-start;padding-bottom:14px;border-bottom:1px solid #f0f0f0}
.ht-feed-card .ht-live-post-card:last-child{border-bottom:none;padding-bottom:0}
.ht-live-post-thumb{width:80px;height:58px;object-fit:cover;border-radius:6px;flex-shrink:0}
.ht-live-post-body{flex:1}
.ht-live-post-badge{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#e63946;margin-bottom:4px}
.ht-live-post-badge::before{content:'';display:inline-block;width:6px;height:6px;background:#e63946;border-radius:50%;animation:ht-ticker-blink 1.2s infinite}
.ht-live-post-title{font-size:13px;font-weight:600;line-height:1.4;margin:0 0 5px}
.ht-live-post-title a{color:#111;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ht-live-post-title a:hover{color:#e63946}
.ht-live-post-meta{font-size:11px;color:#999}
@media(max-width:480px){.ht-news-ticker{min-height:38px;font-size:12px}.ht-ticker-label{font-size:10px}}