#steps_container_marker{opacity:1}#steps_container_marker.lg-btn{isolation:isolate;background:0 0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}:where(#steps_container_marker).lg-btn::after{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;pointer-events:none;background:linear-gradient(269.95deg,rgba(109,246,255,0) 4.85%,var(--liquid-color,var(--lg-color,#2a297c)) 104.1%);box-shadow:inset 2px 2px 1px 0 rgba(255,255,255,.1),inset -2px -2px 2px 1px rgba(255,255,255,.1),0 4px 8px 0 rgba(0,0,0,.1),0 6px 20px 0 rgba(0,0,0,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}#steps_container_marker.is-handed-off{animation:.4s forwards steps-handoff-fade;pointer-events:none}#steps_container_marker.is-returning{animation:.4s forwards steps-return-fade;pointer-events:none}#steps_container_marker.is-handed-off::after,#steps_container_marker.is-handed-off>:not(svg,script,style){animation:.4s forwards steps-surface-out}#steps_container_marker.is-returning::after,#steps_container_marker.is-returning>:not(svg,script,style){animation:.4s forwards steps-surface-in}@keyframes steps-handoff-fade{0%,99%{visibility:visible}100%{visibility:hidden}}@keyframes steps-return-fade{from,to{visibility:visible}}@keyframes steps-surface-out{from{opacity:1}to{opacity:0}}@keyframes steps-surface-in{from{opacity:0}to{opacity:1}}