.rt-Button.BrandedButton{position:relative;box-shadow:inset 0 0 0 1px var(--branded-button-box-shadow-color);background-color:var(--branded-button-background);color:var(--branded-button-color)}@media (hover:hover){.rt-Button.BrandedButton:where(:hover){background-color:var(--branded-button-hover-background)}}.rt-Button.BrandedButton:where([data-state=open]){background-color:var(--branded-button-hover-background)}.rt-Button.BrandedButton:where(:active:not([data-state=open])){background-color:var(--branded-button-active-background)}.rt-Button.BrandedButton:where(:focus-visible){outline:2px solid var(--focus-8);outline-offset:2px}.rt-Button.BrandedButton:where([data-disabled]){cursor:var(--cursor-disabled);color:var(--gray-a8);background-color:var(--gray-a3)}.BrandedButton[data-loading]{color:transparent}.BrandedButton[data-loading]>:not(.BrandedButtonSpinner){visibility:hidden}.BrandedButtonSpinner{display:block;border-radius:100%;width:var(--space-4);height:var(--space-4);color:var(--gray-11);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BrandedButtonSpinnerLeaf{position:absolute;top:0;left:calc(50% - 12.5% / 2);width:12.5%;height:100%;animation:BrandedButtonSpinnerLeafFade .8s linear infinite}@keyframes BrandedButtonSpinnerLeafFade{0%{opacity:.65}to{opacity:.15}}.BrandedButtonSpinnerLeaf:first-child{transform:rotate(0deg);animation-delay:-.8s}.BrandedButtonSpinnerLeaf:nth-child(2){transform:rotate(45deg);animation-delay:-.7s}.BrandedButtonSpinnerLeaf:nth-child(3){transform:rotate(90deg);animation-delay:-.6s}.BrandedButtonSpinnerLeaf:nth-child(4){transform:rotate(135deg);animation-delay:-.5s}.BrandedButtonSpinnerLeaf:nth-child(5){transform:rotate(180deg);animation-delay:-.4s}.BrandedButtonSpinnerLeaf:nth-child(6){transform:rotate(225deg);animation-delay:-.3s}.BrandedButtonSpinnerLeaf:nth-child(7){transform:rotate(270deg);animation-delay:-.2s}.BrandedButtonSpinnerLeaf:nth-child(8){transform:rotate(315deg);animation-delay:-.1s}.BrandedButtonSpinnerLeaf:before{content:"";display:block;width:100%;height:30%;border-radius:100px;background-color:currentcolor}.rt-Text.BrandedLink{color:var(--branded-link-color);text-decoration-line:none;text-decoration-style:solid;text-decoration-color:var(--branded-link-text-decoration-color);text-decoration-thickness:min(2px,max(1px,.05em));text-underline-offset:2px;outline:0}@media (hover:hover){.BrandedLink:where(button,[href]):hover{text-decoration-line:underline}}.BrandedLink:focus-visible{border-radius:calc(.07em * var(--radius-factor));outline-color:var(--focus-8);outline-width:2px;outline-style:solid;outline-offset:2px}@media (pointer:coarse){.BrandedLink:active:not(:focus-visible,[data-state=open]){outline:.75em solid var(--focus-a4);outline-offset:-.6em}}.HeaderHeading{word-break:break-word}.ak-Logo{display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;height:var(--space-7);width:auto;max-width:120px;flex-grow:0;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ak-Logo ::-moz-selection{background-color:transparent}.ak-Logo ::selection{background-color:transparent}.ak-LogoIcon{height:var(--space-8)}:is(:root,.light,.light-theme,.radix-themes){--ak-logo-light-display:block;--ak-logo-dark-display:none}:is(.dark,.dark-theme),:is(.dark,.dark-theme) :where(.radix-themes:not(.light,.light-theme)){--ak-logo-light-display:none;--ak-logo-dark-display:block}.ak-Logo-light{display:var(--ak-logo-light-display)}.ak-Logo-dark{display:var(--ak-logo-dark-display)}