.send-btn{--send-clr:var(--color-primary,#0079cf);--send-bg:var(--color-surface-1,#fff);--send-text:var(--color-text-primary,#121212);--send-text-inverse:#fff;--send-border:var(--color-border,#0f172a1f);box-sizing:border-box;background-color:var(--send-bg);width:fit-content;max-width:100%;color:var(--send-text);border:1px solid var(--send-border);cursor:pointer;border-radius:1rem;justify-content:center;align-items:center;line-height:1;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:10px 10px 20px #0000000d}.send-btn:focus-visible{outline:2px solid var(--send-clr);outline-offset:2px}.send-btn:disabled{cursor:not-allowed;opacity:.6}.send-btn__decor{background-color:var(--send-clr);z-index:0;transition:transform .3s;position:absolute;inset:0;transform:translate(-100%)}.send-btn__content{z-index:1;align-self:stretch;align-items:center;width:100%;min-width:0;height:100%;font-weight:600;display:flex;position:relative}.send-btn__icon{background-color:var(--send-clr);color:#fff;flex-shrink:0;align-self:stretch;place-items:center;height:100%;display:grid}.send-btn__text{white-space:normal;overflow-wrap:anywhere;flex:auto;min-width:0;line-height:1.2;transition:color .2s;display:block}.send-btn:hover:not(:disabled) .send-btn__decor,.send-btn--state-sending .send-btn__decor,.send-btn--state-sent .send-btn__decor{transform:translate(0)}.send-btn:hover:not(:disabled) .send-btn__text,.send-btn--state-sending .send-btn__text,.send-btn--state-sent .send-btn__text{color:var(--send-text-inverse)}.send-btn--full{width:100%}.send-btn--sm .send-btn__icon{width:42px;min-height:34px}.send-btn--sm .send-btn__text{padding:2px 1rem 2px .625rem;font-size:13px}.send-btn--md .send-btn__icon{width:48px;min-height:40px}.send-btn--md .send-btn__text{padding:2px 1.5rem 2px .75rem;font-size:14px}.send-btn--lg .send-btn__icon{width:54px;min-height:46px}.send-btn--lg .send-btn__text{padding:2px 1.75rem 2px .875rem;font-size:15px}.send-btn__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:999px;width:18px;height:18px;animation:.8s linear infinite send-btn-spin}@keyframes send-btn-spin{to{transform:rotate(360deg)}}@media (max-width:480px){.send-btn--sm .send-btn__icon{width:38px;min-height:32px}.send-btn--md .send-btn__icon{width:42px;min-height:36px}.send-btn--lg .send-btn__icon{width:48px;min-height:40px}.send-btn--sm .send-btn__text,.send-btn--md .send-btn__text,.send-btn--lg .send-btn__text{font-size:12px}.send-btn--md .send-btn__text{padding:2px .625rem 2px .5rem}}
