@property --lhm-button-gradient-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes lhm-button-gradient-rotate{to{--lhm-button-gradient-angle: 1turn}}.lhm-button{--lhm-button-height: 52px;--lhm-button-padding-x: 24px;--lhm-button-radius: 10px;--lhm-button-bg: #ffffff;--lhm-button-color: #0f1117;--lhm-button-border: transparent;--lhm-button-shadow: none;--lhm-button-hover-shadow: none;--lhm-button-gradient-border: 1.5px;--lhm-button-gradient-radius: var(--lhm-button-radius);--lhm-button-gradient-surface: #101116;--lhm-button-gradient-colors: #43d2d2, #9063e8, #7245ca, #00a2ff;--lhm-button-gradient-duration: 2.5s;--lhm-button-icon-gap: 10px;position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:var(--lhm-button-icon-gap);min-height:var(--lhm-button-height);padding:0 var(--lhm-button-padding-x);border:1px solid var(--lhm-button-border);border-radius:var(--lhm-button-radius);box-shadow:var(--lhm-button-shadow);background:var(--lhm-button-bg);color:var(--lhm-button-color)!important;font-family:main-font,sans-serif;font-weight:600;font-size:12px;line-height:1;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;transform:translateY(0);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out}.lhm-button:hover{color:var(--lhm-button-color)!important;text-decoration:none}.lhm-button:focus-visible{outline:2px solid rgba(122,217,245,.7);outline-offset:2px}.lhm-button--motion-lift:hover,.lhm-button--motion-glow:hover,.lhm-button--motion-arrow:hover{transform:translateY(-2px)}.lhm-button--motion-lift:active,.lhm-button--motion-glow:active,.lhm-button--motion-arrow:active{transform:translateY(1px)}.lhm-button--motion-glow:hover{box-shadow:var(--lhm-button-hover-shadow)}.lhm-button.is-disabled,.lhm-button:disabled,.lhm-button.is-loading{opacity:.5;cursor:not-allowed;transform:none;box-shadow:var(--lhm-button-shadow)}a.lhm-button.is-disabled{pointer-events:none}.lhm-button__content{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:var(--lhm-button-icon-gap);min-width:0}.lhm-button__label{display:inline-flex;align-items:center;min-width:0;line-height:1}.lhm-button__icon{--lhm-button-icon-y: -.05em;position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:currentColor;width:1em;height:1em;line-height:0;transform:translateY(var(--lhm-button-icon-y))}.lhm-button__icon svg{width:100%;height:100%;display:block}.lhm-button__arrow-line,.lhm-button__arrow-head,.lhm-button__icon--right{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.lhm-button--motion-arrow:hover .lhm-button__icon--right,.lhm-button--highlight:hover .lhm-button__icon--right{transform:translate(3px,var(--lhm-button-icon-y))}.lhm-button--highlight:hover .lhm-button__arrow-line{transform:scaleX(1.45);transform-origin:left center}.lhm-button--highlight:hover .lhm-button__arrow-head{transform:translate(6px)}.lhm-button--primary{--lhm-button-bg: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);--lhm-button-color: #0f1117;--lhm-button-hover-shadow: 0 8px 24px rgba(122, 217, 245, .25)}.lhm-button--secondary{--lhm-button-bg: rgba(255, 255, 255, .08);--lhm-button-color: #ffffff;--lhm-button-border: rgba(255, 255, 255, .12)}.lhm-button--tertiary{--lhm-button-bg: transparent;--lhm-button-color: #7ad9f5;--lhm-button-border: transparent;--lhm-button-padding-x: 0}.lhm-button--ghost{--lhm-button-bg: transparent;--lhm-button-color: #ffffff;--lhm-button-border: rgba(255, 255, 255, .14)}.lhm-button--accent{--lhm-button-bg: #7ad9f5;--lhm-button-color: #0e0f14;--lhm-button-hover-shadow: 0 8px 24px rgba(122, 217, 245, .25)}.lhm-button--veto{--lhm-button-bg: #bdf2d5;--lhm-button-color: #0e101c;--lhm-button-border: #bdf2d5;--lhm-button-radius: 0;--lhm-button-height: 49px;font-weight:800;font-size:14px;letter-spacing:0}.lhm-button--danger{--lhm-button-bg: rgba(255, 107, 107, .14);--lhm-button-color: #ffb4b4;--lhm-button-border: rgba(255, 107, 107, .45)}.lhm-button--gradient{--lhm-button-bg: transparent;--lhm-button-color: #ffffff;border-color:transparent;border-radius:var(--lhm-button-gradient-radius);overflow:visible}.lhm-button--gradient:before,.lhm-button--gradient:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;z-index:0;pointer-events:none}.lhm-button--gradient:before{inset:calc(-1 * var(--lhm-button-gradient-border));border-radius:calc(var(--lhm-button-gradient-radius) + var(--lhm-button-gradient-border));background:conic-gradient(from var(--lhm-button-gradient-angle),var(--lhm-button-gradient-colors));animation:lhm-button-gradient-rotate var(--lhm-button-gradient-duration) linear infinite}.lhm-button--gradient:after{inset:var(--lhm-button-gradient-border);border-radius:calc(var(--lhm-button-gradient-radius) - var(--lhm-button-gradient-border));background:var(--lhm-button-gradient-surface)}.lhm-button--sm{--lhm-button-height: 40px;--lhm-button-padding-x: 16px;font-size:11px}.lhm-button--md{--lhm-button-height: 52px;--lhm-button-padding-x: 24px}.lhm-button--lg{--lhm-button-height: 60px;--lhm-button-padding-x: 30px}.lhm-button--shape-pill{--lhm-button-radius: 999px}.lhm-button--shape-square{width:var(--lhm-button-height);min-width:var(--lhm-button-height);padding:0}.lhm-button--full-width{width:100%}.lhm-button--active,.lhm-button.is-active{--lhm-button-bg: #ffffff;--lhm-button-color: #0f1117}.lhm-button--veto.lhm-button--secondary,.lhm-button--veto.lhm-button--ghost{--lhm-button-bg: transparent;--lhm-button-color: #bdf2d5;--lhm-button-border: #bdf2d5}.lhm-button--veto.is-active{--lhm-button-bg: rgba(189, 242, 213, .12);--lhm-button-color: #bdf2d5}.lhm-button--veto.lhm-button--veto-clear{--lhm-button-bg: transparent;--lhm-button-color: #bdf2d5;--lhm-button-border: #bdf2d5}.lhm-button--veto.active,.lhm-button--veto.lhm-button--active{--lhm-button-bg: rgba(189, 242, 213, .12);--lhm-button-color: #bdf2d5}.lhm-button-group{--lhm-button-group-gap: 10px;--lhm-button-group-mobile-gap: var(--lhm-button-group-gap);display:flex;gap:var(--lhm-button-group-gap)}.lhm-button-group--horizontal{flex-direction:row;flex-wrap:wrap}.lhm-button-group--horizontal-reverse{flex-direction:row-reverse;flex-wrap:wrap}.lhm-button-group--vertical{flex-direction:column}.lhm-button-group--vertical-reverse{flex-direction:column-reverse}.lhm-button-group--stretch>.lhm-button{width:100%}@media screen and (max-width: 768px){.lhm-button--mobile-full-width{width:100%}.lhm-button-group{gap:var(--lhm-button-group-mobile-gap)}.lhm-button-group--mobile-horizontal{flex-direction:row}.lhm-button-group--mobile-horizontal-reverse{flex-direction:row-reverse}.lhm-button-group--mobile-vertical{flex-direction:column}.lhm-button-group--mobile-vertical-reverse{flex-direction:column-reverse}}@media (prefers-reduced-motion: reduce){.lhm-button,.lhm-button:before,.lhm-button__arrow-line,.lhm-button__arrow-head,.lhm-button__icon--right{animation:none!important;transition:none!important}}
