.ie-btn{justify-content:center;align-items:center;gap:var(--space-2);height:44px;padding:0 var(--space-5);font-family:var(--font-primary);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:0;font-size:14px;font-weight:700;transition:background-color .15s,color .15s,border-color .15s,transform 50ms;display:inline-flex}.ie-btn:active{transform:translateY(1px)}.ie-btn:focus-visible{outline:3px solid var(--ie-yellow);outline-offset:3px;box-shadow:0 0 0 5px var(--ie-black)}.ie-btn:disabled,.ie-btn[aria-disabled=true]{cursor:not-allowed;opacity:1;background:var(--ie-gray-150)!important;color:var(--ie-gray-300)!important;border-color:#0000!important}.ie-btn--primary{background:var(--ie-blue-medium);color:var(--ie-white)}.ie-btn--primary:hover:not(:disabled){background:var(--ie-blue-bright)}.ie-btn--dark{background:var(--ie-blue-dark);color:var(--ie-gray-150)}.ie-btn--dark:hover:not(:disabled){background:var(--ie-blue-medium);color:var(--ie-white)}.ie-btn--bright{background:var(--ie-blue-bright);color:var(--ie-white)}.ie-btn--bright:hover:not(:disabled){background:var(--ie-blue-medium)}.ie-btn--outline{color:var(--ie-blue-dark);border-color:var(--ie-blue-dark);background:0 0}.ie-btn--outline:hover:not(:disabled){background:var(--ie-blue-dark);color:var(--ie-white)}.ie-btn--ghost{background:var(--ie-white);color:var(--ie-black);border-color:var(--ie-gray-300)}.ie-btn--ghost:hover:not(:disabled){background:var(--ie-gray-150)}.ie-btn--sm{height:36px;padding:0 var(--space-4);font-size:12px}.ie-btn--lg{height:52px;padding:0 var(--space-6);font-size:16px}.ie-btn--block{width:100%}.ie-btn--rounded{border-radius:24px}
