.autoscroll{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(237,243,247,.22) transparent}.autoscroll::-webkit-scrollbar{width:6px}.autoscroll::-webkit-scrollbar-track{background:transparent}.autoscroll::-webkit-scrollbar-thumb{background:rgba(237,243,247,.22);border-radius:3px}.autoscroll::-webkit-scrollbar-thumb:hover{background:rgba(237,243,247,.34)}.autoscroll--live{mask-image:linear-gradient(180deg,transparent 0,#000 14px,#000 calc(100% - 18px),transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 14px,#000 calc(100% - 18px),transparent)}.autoscroll:focus-visible{outline:2px solid var(--autoscroll-focus,#7FC46E);outline-offset:-2px;border-radius:6px}