.button-base{display:inline-flex;min-height:48px;width:100%;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-family:var(--font-figtree),Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.button-base:focus-visible{outline:2px solid transparent;outline-offset:2px}.button-base:disabled{pointer-events:none;opacity:.5}.button-primary{border-radius:32px;--tw-bg-opacity:1;background-color:rgb(11 72 193/var(--tw-bg-opacity,1));padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 8px 24px 0 rgba(0,0,0,0.10);--tw-shadow-colored:0 8px 24px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.button-primary:hover{--tw-bg-opacity:1;background-color:rgb(8 54 145/var(--tw-bg-opacity,1))}.button-secondary{border-radius:32px;border-width:1px;--tw-border-opacity:1;border-color:rgb(13 147 242/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(13 147 242/var(--tw-text-opacity,1))}.button-secondary:hover{--tw-border-opacity:1;border-color:rgb(11 72 193/var(--tw-border-opacity,1));--tw-text-opacity:1;color:rgb(11 72 193/var(--tw-text-opacity,1))}.button-tertiary{border-radius:32px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.5rem 1rem;--tw-text-opacity:1;color:rgb(8 54 145/var(--tw-text-opacity,1));--tw-shadow:0 8px 24px 0 rgba(0,0,0,0.10);--tw-shadow-colored:0 8px 24px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.button-tertiary:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.button-small{min-height:40px}.button-medium{min-height:48px}.button-large{min-height:56px}