.scroll-stack-scroller{overscroll-behavior:contain;will-change:scroll-position;width:100%;position:relative;overflow-x:visible}.scroll-stack-inner{min-height:100vh}.scroll-stack-card-wrapper{position:relative}.scroll-stack-card{transform-origin:top;will-change:transform, filter;backface-visibility:hidden;transform-style:preserve-3d;box-sizing:border-box;width:100%;position:relative;transform:translateZ(0)}.scroll-stack-end{width:100%;height:0}.scroll-stack-dots{z-index:1000;pointer-events:auto;flex-direction:column;gap:1rem;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}.scroll-stack-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:9999px;width:10px;height:10px;padding:0;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 0 10px #0003}.scroll-stack-dot:hover{background:#ffffffb3;transform:scale(1.2)}.scroll-stack-dot.active{background:var(--accent);height:24px;box-shadow:0 0 15px #e99c1699}.scroll-stack-indicator{z-index:1000;cursor:pointer;pointer-events:auto;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .3s,transform .3s,color .3s;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-stack-indicator:hover{transform:translate(-50%)scale(1.05)}.scroll-stack-indicator-text{letter-spacing:.3em;text-transform:uppercase;color:#fff6;font-family:monospace;font-size:9px;transition:color .3s}.scroll-stack-indicator:hover .scroll-stack-indicator-text{color:var(--accent);text-shadow:0 0 8px #e99c164d}.scroll-stack-indicator-mouse{border:2px solid #ffffff4d;border-radius:9999px;width:22px;height:36px;transition:border-color .3s,box-shadow .3s;position:relative}.scroll-stack-indicator:hover .scroll-stack-indicator-mouse{border-color:var(--accent);box-shadow:0 0 10px #e99c1666}.scroll-stack-indicator-wheel{background:var(--accent);border-radius:9999px;width:4px;height:8px;animation:1.6s cubic-bezier(.16,1,.3,1) infinite scroll-wheel;position:absolute;top:6px;left:50%;transform:translate(-50%)}.scroll-stack-indicator-chevron{stroke:#fff6;width:14px;height:14px;transition:stroke .3s;animation:1.6s ease-in-out infinite scroll-chevron}.scroll-stack-indicator:hover .scroll-stack-indicator-chevron{stroke:var(--accent)}@keyframes scroll-wheel{0%{opacity:0;height:4px;top:6px}30%{opacity:1;height:8px}90%{opacity:0;height:4px;top:20px}to{opacity:0;height:4px;top:20px}}@keyframes scroll-chevron{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(4px)}}@media (max-width:1023px){.scroll-stack-dots,.scroll-stack-indicator{display:none!important}.scroll-stack-card{transform-style:flat!important;backface-visibility:visible!important;will-change:auto!important;transform:none!important}.scroll-stack-scroller{overscroll-behavior:auto!important}}
