:root{--ticker-h:44px}html.ntk-hidden{--ticker-h:32px}.ntk-bar{position:fixed;top:80px;left:0;right:0;z-index:60;height:44px;background:#0a0a0a;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:stretch}.ntk-mask{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 92%,transparent)}.ntk-track{display:flex;align-items:center;height:100%;width:max-content;white-space:nowrap;animation:ntkMove 34s linear infinite}.ntk-bar:hover .ntk-track{animation-play-state:paused}@keyframes ntkMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.ntk-item{display:inline-flex;align-items:center;gap:9px;padding:0 26px;height:100%;color:#fff;text-decoration:none;flex-shrink:0}.ntk-item:hover .ntk-title{color:#ff9b30}.ntk-icon{width:22px;height:22px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;flex-shrink:0;overflow:hidden}.ntk-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ntk-source{font-family:var(--mono,monospace);font-size:12px;letter-spacing:.2px;color:#ffffff8c;flex-shrink:0}.ntk-title{font-family:var(--tc,inherit);font-size:13px;color:#fff;flex-shrink:0;transition:color .2s ease}.ntk-close{flex-shrink:0;width:44px;border:none;border-left:1px solid rgba(255,255,255,.08);background:#0a0a0a;color:#ffffff8c;font-size:13px;cursor:pointer;transition:color .2s ease,background .2s ease}.ntk-close:hover{color:#fff;background:#161616}.ntk-show{position:fixed;top:80px;left:20px;z-index:60;height:32px;padding:0 16px;display:flex;align-items:center;gap:7px;background:#0a0a0a;color:#fff;border:none;border-radius:0 0 10px 10px;font-family:var(--tc,inherit);font-size:12px;letter-spacing:.2px;cursor:pointer;box-shadow:0 6px 16px #0000003d;transition:background .2s ease}.ntk-show:hover{background:#1a1a1a}@media(max-width:640px){:root{--ticker-h:38px}html.ntk-hidden{--ticker-h:30px}.ntk-bar{height:38px}.ntk-item{padding:0 18px;gap:7px}.ntk-source{display:none}.ntk-title{font-size:12px}.ntk-show{top:72px;left:12px;height:30px}}@media(prefers-reduced-motion:reduce){.ntk-track{animation:none}.ntk-mask{overflow-x:auto}}
