.hmt-ticker,.hmt-ticker *{box-sizing:border-box}
.hmt-ticker{--hmt-bg:#062724;--hmt-bg-deep:#041b19;--hmt-bg-soft:#0a3a36;--hmt-line:rgba(221,245,241,.12);--hmt-muted:#8db5b1;--hmt-white:#f3fbf9;--hmt-teal:#69ddd2;--hmt-green:#7ed6ae;--hmt-red:#e58a8a;position:relative;z-index:50;display:flex;width:100%;height:40px;margin:0;overflow:hidden;background:linear-gradient(90deg,var(--hmt-bg-deep) 0%,var(--hmt-bg) 34%,#07332f 68%,var(--hmt-bg-deep) 100%);color:var(--hmt-white);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:12px;line-height:1;border-top:1px solid rgba(221,245,241,.09);border-bottom:1px solid rgba(2,17,15,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}
.hmt-ticker__badge{position:relative;z-index:3;flex:0 0 auto;height:40px;display:flex;align-items:center;gap:9px;padding:0 20px 0 18px;background:linear-gradient(90deg,rgba(12,69,64,.94),rgba(9,54,50,.92));border-right:1px solid rgba(221,245,241,.14);box-shadow:10px 0 22px rgba(1,14,12,.16)}
.hmt-ticker__badge::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:2px;border-radius:2px;background:#5fc4bc;opacity:.9}
.hmt-ticker__badge::after{content:"";position:absolute;right:-14px;top:0;width:14px;height:100%;pointer-events:none;background:linear-gradient(90deg,rgba(4,27,25,.18),transparent)}
.hmt-ticker__pulse{position:relative;width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--hmt-teal);box-shadow:0 0 0 3px rgba(105,221,210,.10),0 0 10px rgba(105,221,210,.26)}
.hmt-ticker__label{font-family:ui-monospace,"SFMono-Regular",Consolas,"Liberation Mono",monospace;font-size:9.5px;font-weight:700;letter-spacing:.13em;white-space:nowrap;color:#d9efec;text-transform:uppercase}
.hmt-ticker__label--mobile{display:none}
.hmt-ticker__viewport{position:relative;min-width:0;flex:1;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 14px,#000 calc(100% - 14px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 14px,#000 calc(100% - 14px),transparent 100%)}
.hmt-ticker__track{display:flex;width:max-content;min-width:100%;height:40px;will-change:transform;animation:hmt-scroll var(--hmt-duration,42s) linear infinite}
.hmt-ticker:hover .hmt-ticker__track{animation-play-state:paused}
.hmt-ticker__group{display:flex;align-items:center;flex:none;height:40px;padding-right:38px}
.hmt-ticker__item{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 14px;color:inherit!important;text-decoration:none!important;white-space:nowrap;opacity:.95;transition:background .16s ease,opacity .16s ease}
.hmt-ticker__item:hover{background:rgba(105,221,210,.055);opacity:1}
.hmt-ticker__metric{color:var(--hmt-muted);font-family:ui-monospace,"SFMono-Regular",Consolas,"Liberation Mono",monospace;font-size:9.5px;font-weight:650;letter-spacing:.075em;text-transform:uppercase}
.hmt-ticker__item strong{color:var(--hmt-white);font-size:11.5px;font-weight:680;letter-spacing:-.012em;font-variant-numeric:tabular-nums}
.hmt-ticker__change{font-size:9.5px;font-weight:700;font-variant-numeric:tabular-nums}.hmt-ticker__change.is-up{color:var(--hmt-green)}.hmt-ticker__change.is-down{color:var(--hmt-red)}.hmt-ticker__change.is-flat{color:var(--hmt-muted)}
.hmt-ticker__sep{width:1px;height:14px;flex:0 0 1px;margin:0 3px;background:rgba(221,245,241,.12)}
@keyframes hmt-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:760px){.hmt-ticker{height:36px}.hmt-ticker__badge,.hmt-ticker__track,.hmt-ticker__group,.hmt-ticker__item{height:36px}.hmt-ticker__badge{padding:0 12px 0 11px;gap:7px}.hmt-ticker__badge::before{top:7px;bottom:7px}.hmt-ticker__label--desktop{display:none}.hmt-ticker__label--mobile{display:inline;font-size:8.5px}.hmt-ticker__item{padding:0 10px;gap:6px}.hmt-ticker__metric{font-size:8.5px}.hmt-ticker__item strong{font-size:10.5px}.hmt-ticker__change{font-size:8.5px}.hmt-ticker__group{padding-right:26px}.hmt-ticker__sep{height:12px}}
@media(prefers-reduced-motion:reduce){.hmt-ticker__viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.hmt-ticker__track{animation:none}.hmt-ticker__group[aria-hidden="true"]{display:none}.hmt-ticker__viewport{scrollbar-width:none}.hmt-ticker__viewport::-webkit-scrollbar{display:none}}

/* Home hero placement */
body.home .hmt-ticker:not(.hmt-ticker--hero){height:0!important;min-height:0!important;visibility:hidden;overflow:hidden;border:0!important}
.hnh1.hnh1--with-market-ticker{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom-color:transparent!important}
.hnh1 + .hmt-ticker.hmt-ticker--hero{z-index:52;border-top-color:rgba(246,251,250,.08);border-bottom:1px solid rgba(7,81,78,.16);box-shadow:0 10px 24px rgba(3,17,15,.07)}
@media(max-width:640px){.hnh1.hnh1--with-market-ticker{border-radius:0!important}.hnh1 + .hmt-ticker.hmt-ticker--hero{box-shadow:none}}
