:root{--border-error: #841c05;--border-focus: #e4e6ea;--border-focus-contrast: #ffffff;--border-interactive: #e6485c;--border-interactive-conversion: #48ec86;--border-medium: #56575a;--border-neutral: #ccd0d7;--border-strong: #292b2e;--border-subtle: #e4e6ea;--background-brand-blue: #f8fdff;--background-brand-yellow: #fffcee;--background-inverse: #292b2e;--background-primary: #ffffff;--background-secondary: #f8f8fb;--background-hover: #e4e6ea;--interaction-bg-contrast-default: #292b2e;--interaction-bg-contrast-hover: #56575a;--interaction-bg-contrast-pressed: #292b2e;--interaction-bg-disabled: #e4e6ea;--interaction-bg-disabled-subtle: #f8f8fb;--interaction-bg-primary-default: #48ec86;--interaction-bg-primary-hover: #32a45e;--interaction-bg-primary-pressed: #206b43;--interaction-bg-secondary-default: #ffffff;--interaction-bg-secondary-hover: #f8f8fb;--interaction-bg-secondary-pressed: #e4e6ea;--text-brand: #e6485c;--text-disabled: #56575a;--text-disabled-subtle: #ccd0d7;--text-error: #841c05;--text-information: #002968;--text-link-default: #292b2e;--text-link-hover: #327df0;--text-onaction: #ffffff;--text-primary: #292b2e;--text-secondary: #56575a;--text-success: #206b43;--text-text-link-pressed: #2065ce;--text-warning: #835617;--icon-brand: #e6485c;--icon-disabled: #56575a;--icon-disabled-subtle: #ccd0d7;--icon-error: #841c05;--icon-information: #002968;--icon-onaction: #ffffff;--icon-primary: #292b2e;--icon-secondary: #56575a;--icon-success: #206b43;--icon-warning: #835617;--feedback-alert: #841c05;--feedback-alert-subtle: #ffefec;--feedback-information: #2065ce;--feedback-information-subtle: #ebf3ff;--feedback-success: #206b43;--feedback-success-subtle: #edfff4;--feedback-warning: #835617;--feedback-warning-subtle: #fff8ec}.btn{display:flex;align-items:center;justify-content:center;width:100%;gap:8px;padding:12px 20px;font-size:16px;font-weight:500;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .3s ease-in-out}.btn .spinner{width:24px;height:24px;border:2px solid #56575a;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn .icon img{width:24px;height:24px;transition:filter .2s ease-in-out}.btn .icon{font-size:24px}.btn.primary-conversion{background:#48ec86;color:#292b2e;transition:background .2s ease-in-out,color .2s ease-in-out}.btn.primary-conversion .icon img{filter:brightness(0) invert(0)}.btn.primary-conversion:hover{background:#32a45e;color:#fff}.btn.primary-conversion:hover .icon img{filter:brightness(0) invert(1)}.btn.primary-conversion:active{background:#206b43;color:#fff;transform:scale(.98)}.btn.primary-conversion:active .icon img{filter:brightness(0) invert(1)}.btn.primary-conversion:focus{outline:2px solid #292b2e}.btn.primary-conversion:disabled{background:#f8f8fb;color:#ccd0d7}.btn.primary-conversion:disabled .icon img{filter:brightness(0) invert(0) grayscale(100%);opacity:.1}.btn.primary-magenta{background:#d81b60;color:#fff}.btn.primary-magenta .icon img{filter:brightness(0) invert(1)}.btn.primary-magenta:hover{background:radial-gradient(circle,#c8094e 63%,#e12b57 63%)}.btn.primary-magenta:active{background:linear-gradient(105deg,#e12b57,#c8094e 97.24%)}.btn.primary-magenta:focus{outline:2px solid #292b2e;background:linear-gradient(105deg,#e12b57,#c8094e 97.24%)}.btn.primary-magenta:disabled{background:#f8f8fb;color:#ccd0d7}.btn.primary-magenta:disabled .icon img{filter:brightness(0) invert(0) grayscale(100%);opacity:.1}.btn.secondary-button{background:#fff;color:#292b2e;border:1px solid #e4e6ea}.btn.secondary-button:hover{background:#f8f8fb}.btn.secondary-button:active{background:#e4e6ea}.btn.secondary-button:focus{outline:2px solid #292b2e}.btn.secondary-button:disabled{background:#f8f8fb;border:1px solid #ccd0d7;color:#ccd0d7}.btn.secondary-button:disabled .icon img{filter:brightness(0) invert(0) grayscale(100%);opacity:.1}
