.rl-ticker{background:var(--rl-accent);margin-bottom:0;padding:10px 0;overflow:hidden}.rl-ticker__track{gap:var(--rl-space-xl);width:max-content;animation:30s linear infinite rl-ticker-scroll;display:flex}.rl-ticker__item{align-items:center;gap:var(--rl-space-sm);font-size:var(--rl-text-xs);color:var(--rl-ink);white-space:nowrap;padding:0 var(--rl-space-sm);font-weight:700;display:flex}.rl-ticker__dot{background:rgba(26,35,50,.3);border-radius:50%;flex-shrink:0;width:5px;height:5px}@keyframes rl-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.rl-ticker:hover .rl-ticker__track{animation-play-state:paused}.rl-hero-stats{background:var(--rl-paper);border-top:1px solid var(--rl-border);border-bottom:1px solid var(--rl-border);padding:0;position:relative}@media (max-width:599px){.rl-hero-stats{margin-bottom:0;padding-bottom:0}}.rl-hero-stats__track{max-width:var(--rl-container-max);grid-template-columns:repeat(3,1fr);gap:0;margin:0 auto;padding:8px;display:grid}.rl-hero-stats__item{color:var(--rl-ink);text-align:center;border-radius:var(--rl-radius-md);transition:background var(--rl-dur-fast);flex-direction:column;justify-content:center;align-items:center;min-height:76px;padding:14px 8px;text-decoration:none;display:flex;position:relative}@media (max-width:599px){.rl-hero-stats__item{min-height:56px;padding:8px 4px}}.rl-hero-stats__item:not(:nth-child(3n)):after{content:"";background:var(--rl-border);width:1px;position:absolute;top:22%;bottom:22%;right:0}.rl-hero-stats__item:nth-child(-n+3):before{content:"";background:var(--rl-border);height:1px;position:absolute;bottom:-1px;left:14%;right:14%}.rl-hero-stats__item:hover{background:var(--rl-paper)}.rl-hero-stats__num{font-family:var(--rl-font-display);color:var(--rl-accent-hover);letter-spacing:-.02em;margin-bottom:4px;font-size:clamp(22px,6vw,30px);font-weight:400;line-height:1}@media (max-width:599px){.rl-hero-stats__num{margin-bottom:2px;font-size:clamp(18px,5vw,22px)}}.rl-hero-stats__label{font-family:var(--rl-font-mono);letter-spacing:.8px;text-transform:uppercase;color:var(--rl-ink-muted);font-size:11px;line-height:1.3}@media (max-width:599px){.rl-hero-stats__label{letter-spacing:.5px;font-size:10px}}@media (min-width:600px){.rl-hero-stats__track{grid-template-columns:repeat(6,1fr);padding:8px 16px}.rl-hero-stats__item:not(:nth-child(3n)):after,.rl-hero-stats__item:nth-child(-n+3):before{content:none}.rl-hero-stats__item:not(:last-child):after{content:"";background:var(--rl-border);width:1px;position:absolute;top:22%;bottom:22%;right:0}.rl-hero-stats__num{font-size:28px}.rl-hero-stats__label{font-size:11px}}