:root{--swap-animation-duration:0.3s}*{transition:background-color var(--swap-animation-duration) ease}a,p,span,h1,h2,h3,h4,h5,h6,button,input,label{transition:color var(--swap-animation-duration) ease-out}.nav-minimized .mobile.large-main,main.mobile,main.mobile.large-main,.landing-footer.mobile{margin-left:0px!important}main.mobile.mobile-extended{position:fixed;top:0;left:0;right:0;bottom:0;backdrop-filter:blur(10px);z-index:40;filter:blur(10px);background-color:rgba(0,0,0,0.1)}main.mobile.mobile-extended a{pointer-events:none;cursor:default;opacity:0.5}body.mobile .mobile-show{display:unset}.landing-footer.nav-minimized{margin-left:0px!important}main.large-main>*{animation:fadeInUp 0.4s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){main.large-main[x-cloak]{margin-left:0px!important}}@keyframes satisfying-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes arc-change{0%{border-color:var(--color1);stroke-dasharray:20 150}25%{border-color:var(--color2);stroke-dasharray:150 150}50%{border-color:var(--color3);stroke-dasharray:20 150}75%{border-color:var(--color4);stroke-dasharray:150 150}100%{border-color:var(--color1);stroke-dasharray:20 150}}@keyframes arc-length{0%{clip-path:inset(0 75% 75% 0)}50%{clip-path:inset(0 66.7% 66.7% 0)}100%{clip-path:inset(0 83.3% 83.3% 0)}}.global-loading-indicator{position:fixed;left:264px;right:0;top:0;bottom:0;justify-content:center;align-items:center;z-index:2000;display:none}.global-loading-indicator.nav-minimized{left:50px}.global-loading-indicator.mobile{left:0px}.global-loading-indicator.htmx-request,.global-loading-indicator.htmx-loading{display:flex;animation:enterAnimation 0.3s ease-out}.global-loading-indicator:not(.htmx-request):not(.htmx-loading){}.page-view{transition:opacity 0.2s ease-out,transform 0.2s ease-out}.page-view.current{opacity:1;transform:translateY(0)}.page-view.current.transitioning{opacity:0;transform:translateY(10px)}.page-view.new{opacity:0;transform:translateY(-10px)}.page-view.new.loaded{opacity:1;transform:translateY(0)}@keyframes enterAnimation{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes leaveAnimation{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.spinner-ring{width:40px!important;height:40px!important;transform-origin:center;animation:spin-rotate 1.25s infinite linear,spin-colors 1.25s infinite steps(1)}.spinner-arc{stroke:currentColor;transform-origin:center;animation:arc-grow 1.25s infinite linear}@keyframes arc-grow{0%{stroke-dasharray:31.4 125.6}25%{stroke-dasharray:94.2 125.6}50%{stroke-dasharray:31.4 125.6}75%{stroke-dasharray:94.2 125.6}100%{stroke-dasharray:31.4 125.6}}@keyframes spin-rotate{0%{transform:rotate(0deg)}25%{transform:rotate(180deg)}50%{transform:rotate(360deg)}75%{transform:rotate(540deg)}100%{transform:rotate(720deg)}}@keyframes spin-colors{0%,24.99%{color:var(--color3)}25%,49.99%{color:var(--color1)}50%,74.99%{color:var(--color4)}75%,99.99%{color:var(--color2)}100%{color:var(--color3)}}html{overflow-x:hidden}