.hsm-wrap{flex-direction:column;align-items:center;max-width:400px;margin:28px auto 0;transition:transform .15s ease-out;display:flex}.hsm-screen{-webkit-backdrop-filter:blur(8px);background:#0a1a2e80;border:1px solid #4a9eda26;border-radius:10px;width:220px;height:130px;position:relative;overflow:hidden}.hsm-slides{height:100%;transition:transform .6s cubic-bezier(.23,1,.32,1);display:flex}.hsm-slide{min-width:100%;color:var(--c-accent);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.hsm-slide-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--c-heading,#fff);font-size:13px;font-weight:500}.hsm-nav{gap:8px;margin-top:14px;display:flex}.hsm-nav-dot{background:#4a9eda33;border-radius:50%;width:6px;height:6px;transition:background .3s,transform .3s}.hsm-nav-dot--on{background:var(--c-accent);transform:scale(1.3)}.hsm-audience{gap:12px;margin-top:18px;display:flex}.hsm-person{background:#4a9eda59;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite hsmPulse}@keyframes hsmPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.9;transform:scale(1.5)}}
