.white-button{--white-accent:#ff7a1a;--white-accent-glow:rgba(255,122,26,0.4);--white-bg:#ffffff;position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:fit-content;min-height:3rem;padding:0 2rem;background:transparent;border:none;border-radius:9999px;color:#000000;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;isolation:isolate;transition:all .3s cubic-bezier(.4,0,.2,1)}.white-button:before{content:"";position:absolute;inset:0;padding:1px;border-radius:9999px;background:linear-gradient(45deg,rgba(0,0,0,.1),rgba(0,0,0,.2),rgba(0,0,0,.1));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:opacity .3s ease}.white-button__bg{inset:1px;background:var(--white-bg);z-index:-1;transition:background .3s ease,transform .3s ease}.white-button:after,.white-button__bg{position:absolute;border-radius:9999px}.white-button:after{content:"";inset:0;padding:1px;background:linear-gradient(90deg,transparent,var(--white-accent),transparent);background-size:200% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;z-index:1}.white-button:hover{transform:translateY(-1px);box-shadow:0 0 25px -5px var(--white-accent-glow)}.white-button:hover:after{opacity:1;animation:white-border-flow 2s linear infinite}.white-button:hover .white-button__bg{background:#ffffff}@keyframes white-border-flow{0%{background-position:100% 0}to{background-position:-100% 0}}.white-button__icon,.white-button__text{position:relative;z-index:10}.white-button__icon{transition:transform .3s ease}.white-button:hover .white-button__icon{transform:translateX(3px)}.white-button:active{transform:translateY(0) scale(.98)}