@layer theme,base;@layer components{.ex-logo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:inline-block}.ex-marquee{--ex-gap-x:var(--ex-marquee-gap-x,calc(var(--spacing)*8));--ex-gap-y:var(--ex-marquee-gap-y,calc(var(--spacing)*8));--ex-delay:var(--ex-marquee-delay,0s);--ex-ease:var(--ex-marquee-ease,linear);--ex-duration:var(--ex-marquee-duration,20s);--ex-fill:var(--ex-marquee-fill,forwards);--ex-direction:var(--ex-marquee-direction,normal);--ex-count:var(--ex-marquee-count,infinite);--ex-play:var(--ex-marquee-play,running);--ex-animation-x:var(--ex-marquee-animation-x,marquee-scroll-x);--ex-animation-y:var(--ex-marquee-animation-y,marquee-scroll-y);max-width:100%;display:flex;overflow:hidden}.ex-marquee-item{justify-content:center;align-items:center;display:flex}.ex-marquee-track{will-change:transform;column-gap:var(--ex-gap-x);row-gap:var(--ex-gap-y);display:flex}}@layer utilities
@layer theme,base;@layer components{.ex-marquee:where([data-orientation=horizontal]) .ex-marquee-track{--ex-marquee-transform-x:calc(-50% - var(--ex-gap-x)/2);animation:marquee-scroll-x var(--ex-duration) var(--ex-ease) var(--ex-delay) var(--ex-count) var(--ex-direction) var(--ex-fill);animation-name:var(--ex-animation-x);animation-play-state:var(--ex-play);flex-direction:row;width:max-content}.ex-marquee:where([data-orientation=vertical]) .ex-marquee-track{--ex-marquee-transform-y:calc(-50% - var(--ex-gap-y)/2);animation:marquee-scroll-y var(--ex-duration) var(--ex-ease) var(--ex-delay) var(--ex-count) var(--ex-direction) var(--ex-fill);animation-name:var(--ex-animation-y);animation-play-state:var(--ex-play);flex-direction:column;align-items:flex-start;height:max-content}}@layer utilities;@keyframes marquee-scroll-x{0%{transform:translate(0)}to{transform:translate(var(--ex-marquee-transform-x,0))}}@keyframes marquee-scroll-y{0%{transform:translateY(var(--ex-marquee-transform-y,0))}to{transform:translate(0)}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-outline-style:solid;--tw-leading:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial}}}@layer theme,base;@layer components{.ex-menubar{--ex-height:var(--ex-menubar-height-md,var(--ex-size-4xl));--ex-px:var(--ex-menubar-px-md,calc(var(--spacing)*2.5));--ex-gap-x:var(--ex-menubar-gap-x-md,calc(var(--spacing)*1));--ex-radius:var(--ex-menubar-radius-md,var(--radius-sm))}.ex-menubar .ex-menubar-trigger{--ex-height:var(--ex-menubar-trigger-height-md,var(--ex-size-lg));--ex-px:var(--ex-menubar-trigger-px-md,calc(var(--spacing)*2.5));--ex-gap-x:var(--ex-menubar-trigger-gap-x-md,calc(var(--spacing)*1.25));--ex-radius:var(--ex-menubar-trigger-radius-md,var(--radius-sm));--ex-font-size:var(--ex-menubar-trigger-font-size-md,var(--text-sm))}:where(.ex-menubar){border-style:var(--tw-border-style);border-width:1px;border-color:var(--border);background-color:var(--background);color:var(--text);outline-style:var(--tw-outline-style);outline-width:0;outline-color:var(--outline)}:where(.ex-menubar):where(.dark,.dark *){border-color:var(--border-dark);background-color:var(--background-dark);color:var(--text-dark);outline-color:var(--outline-dark)}:where(.ex-menubar){--shade-color:var(--palette-100);--shade-color-dark:var(--palette-900);--shade-soft:var(--palette-50);--shade-soft-dark:var(--palette-950);--shade-raised:var(--palette-200);--shade-raised-dark:var(--palette-800);--shade-deep:var(--palette-300);--shade-deep-dark:var(--palette-700);--shade-strong:var(--palette-400);--shade-strong-dark:var(--palette-600);--shade-bold:var(--palette-500);--shade-bold-dark:var(--palette-500)}.ex-menubar{--background:transparent;--background-dark:transparent;--hover-background:var(--shade-soft);--hover-background-dark:var(--shade-soft-dark);--active-background:var(--shade-color);--active-background-dark:var(--shade-color-dark);--border:transparent;--border-dark:transparent;--hover-border:transparent;--hover-border-dark:transparent;--active-border:transparent;--active-border-dark:transparent;--text:currentColor;--text-dark:currentColor;--hover-text:contrast-color(var(--shade-color));--hover-text-dark:contrast-color(var(--shade-color-dark));--active-text:contrast-color(var(--shade-raised));--active-text-dark:contrast-color(var(--shade-raised-dark));--outline:var(--shade-bold);--outline-dark:var(--shade-bold-dark);--palette-50:var(--color-neutral-50);--palette-100:var(--color-neutral-100);--palette-200:var(--color-neutral-200);--palette-300:var(--color-neutral-300);--palette-400:var(--color-neutral-400);--palette-500:var(--color-neutral-500);--palette-600:var(--color-neutral-600);--palette-700:var(--color-neutral-700);--palette-800:var(--color-neutral-800);--palette-900:var(--color-neutral-900);--palette-950:var(--color-neutral-950);z-index:1;height:var(--ex-height);justify-content:center;align-items:center;column-gap:var(--ex-gap-x);border-radius:var(--ex-radius);padding-inline:var(--ex-px);display:flex;position:relative}.ex-menubar>div:first-child{z-index:1}.ex-menubar-trigger{--ex-font-family:var(--ex-menubar-trigger-font-family,var(--font-sans));--ex-font-weight:var(--ex-menubar-trigger-font-weight,var(--font-weight-normal));--tw-leading:1;--tw-outline-style:none;-webkit-user-select:none;user-select:none;height:var(--ex-height);justify-content:center;align-items:center;column-gap:var(--ex-gap-x);border-radius:var(--ex-radius);padding-inline:var(--ex-px);line-height:1;font-family:var(--ex-font-family);font-size:var(--ex-font-size);font-weight:var(--ex-font-weight);outline-style:none;display:inline-flex}.ex-menubar-content,.ex-menubar-sub-content{--ex-max-width:var(--ex-menubar-content-max-width-md,var(--container-2xs));--ex-radius:var(--ex-menubar-content-radius-md,var(--radius-sm));--ex-shadow:var(--ex-menubar-content-shadow-md,var(--shadow-sm))}:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-section{--ex-px:var(--ex-menubar-section-px-md,calc(var(--spacing)*2));--ex-py:var(--ex-menubar-section-py-md,calc(var(--spacing)*2));--ex-gap-y:var(--ex-menubar-section-gap-y-md,calc(var(--spacing)*1))}:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-checkbox-item,:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-item,:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-label,:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-radio-item,:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-sub-trigger{--ex-px:var(--ex-menubar-item-px-md,calc(var(--spacing)*2));--ex-py:var(--ex-menubar-item-py-md,calc(var(--spacing)*1));--ex-font-size:var(--ex-menubar-item-font-size-md,var(--text-sm))}:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-label{--ex-font-size:var(--ex-menubar-label-font-size-md,var(--text-xs))}:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-command{--ex-font-size:var(--ex-menubar-command-font-size-md,var(--text-xs))}:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-indicator{--ex-font-size:var(--ex-menubar-indicator-font-size-md,var(--text-base))}:is(.ex-menubar-content,.ex-menubar-sub-content) .ex-menubar-arrow{--ex-width:var(--ex-menubar-arrow-width-md,calc(var(--spacing)*3.5));--ex-height:var(--ex-menubar-arrow-height-md,calc(var(--spacing)*1.75))}:where(:is(.ex-menubar-content,.ex-menubar-sub-content)){border-style:var(--tw-border-style);border-width:1px;border-color:var(--border);background-color:var(--background);color:var(--text);outline-style:var(--tw-outline-style);outline-width:0;outline-color:var(--outline)}:where(:is(.ex-menubar-content,.ex-menubar-sub-content)):where(.dark,.dark *){border-color:var(--border-dark);background-color:var(--background-dark);color:var(--text-dark);outline-color:var(--outline-dark)}:where(:is(.ex-menubar-content,.ex-menubar-sub-content)){--shade-color:var(--palette-100);--shade-color-dark:var(--palette-900);--shade-soft:var(--palette-50);--shade-soft-dark:var(--palette-950);--shade-raised:var(--palette-200);--shade-raised-dark:var(--palette-800);--shade-deep:var(--palette-300);--shade-deep-dark:var(--palette-700);--shade-strong:var(--palette-400);--shade-strong-dark:var(--palette-600);--shade-bold:var(--palette-500);--shade-bold-dark:var(--palette-500)}.ex-menubar-content,.ex-menubar-sub-content{--background:transparent;--background-dark:transparent;--hover-background:var(--shade-soft);--hover-background-dark:var(--shade-soft-dark);--active-background:var(--shade-color);--active-background-dark:var(--shade-color-dark);--border:var(--shade-raised);--border-dark:var(--shade-raised-dark);--hover-border:var(--shade-deep);--hover-border-dark:var(--shade-deep-dark);--active-border:var(--shade-strong);--active-border-dark:var(--shade-strong-dark);--text:currentColor;--text-dark:currentColor;--hover-text:contrast-color(var(--shade-color));--hover-text-dark:contrast-color(var(--shade-color-dark));--active-text:contrast-color(var(--shade-raised));--active-text-dark:contrast-color(var(--shade-raised-dark));--outline:var(--shade-bold);--outline-dark:var(--shade-bold-dark);--palette-50:var(--color-neutral-50);--palette-100:var(--color-neutral-100);--palette-200:var(--color-neutral-200);--palette-300:var(--color-neutral-300);--palette-400:var(--color-neutral-400);--palette-500:var(--color-neutral-500);--palette-600:var(--color-neutral-600);--palette-700:var(--color-neutral-700);--palette-800:var(--color-neutral-800);--palette-900:var(--color-neutral-900);--palette-950:var(--color-neutral-950);isolation:isolate;will-change:transform,opacity;max-width:var(--ex-max-width);border-radius:var(--ex-radius);--tw-shadow:var(--ex-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=top]){animation:var(--animate-in,enter var(--tw-transition-duration) var(--tw-transition-ease) var(--tw-transition-delay) var(--tw-transition-iteration-count) var(--tw-transition-direction) var(--tw-transition-fill-mode));--tw-enter-translate-y-integer:calc(var(--spacing)*1);--tw-enter-translate-y-abs:var(--tw-enter-translate-y-length,var(--tw-enter-translate-y-integer));--tw-enter-translate-y:calc(var(--tw-enter-translate-y-abs)*-1);--tw-enter-opacity:0}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=right]){animation:var(--animate-in,enter var(--tw-transition-duration) var(--tw-transition-ease) var(--tw-transition-delay) var(--tw-transition-iteration-count) var(--tw-transition-direction) var(--tw-transition-fill-mode));--tw-enter-translate-x-integer:calc(var(--spacing)*1);--tw-enter-translate-x-abs:var(--tw-enter-translate-x-length,var(--tw-enter-translate-x-integer))}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=right]):where(:dir(ltr),[dir=ltr],[dir=ltr] *){--tw-enter-translate-x:var(--tw-enter-translate-x-abs)}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=right]):where(:dir(rtl),[dir=rtl],[dir=rtl] *){--tw-enter-translate-x:calc(var(--tw-enter-translate-x-abs)*-1)}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=right]){--tw-enter-opacity:0}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=bottom]){animation:var(--animate-in,enter var(--tw-transition-duration) var(--tw-transition-ease) var(--tw-transition-delay) var(--tw-transition-iteration-count) var(--tw-transition-direction) var(--tw-transition-fill-mode));--tw-enter-translate-y-integer:calc(var(--spacing)*1);--tw-enter-translate-y-abs:var(--tw-enter-translate-y-length,var(--tw-enter-translate-y-integer));--tw-enter-translate-y:var(--tw-enter-translate-y-abs);--tw-enter-opacity:0}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=left]){animation:var(--animate-in,enter var(--tw-transition-duration) var(--tw-transition-ease) var(--tw-transition-delay) var(--tw-transition-iteration-count) var(--tw-transition-direction) var(--tw-transition-fill-mode));--tw-enter-translate-x-integer:calc(var(--spacing)*1);--tw-enter-translate-x-abs:var(--tw-enter-translate-x-length,var(--tw-enter-translate-x-integer))}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=left]):where(:dir(ltr),[dir=ltr],[dir=ltr] *){--tw-enter-translate-x:calc(var(--tw-enter-translate-x-abs)*-1)}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=left]):where(:dir(rtl),[dir=rtl],[dir=rtl] *){--tw-enter-translate-x:var(--tw-enter-translate-x-abs)}:is(.ex-menubar-content,.ex-menubar-sub-content):where([data-state=open][data-side=left]){--tw-enter-opacity:0}:is(:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-indicator),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-radio-item),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-checkbox-item)) .ex-menubar-checkbox-item,:is(:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-indicator),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-radio-item),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-checkbox-item)) .ex-menubar-item,:is(:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-indicator),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-radio-item),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-checkbox-item)) .ex-menubar-radio-item,:is(:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-indicator),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-radio-item),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-checkbox-item)) .ex-menubar-sub-trigger{padding-inline-start:2.25em}:is(:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-indicator),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-radio-item),:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-checkbox-item)) .ex-menubar-label{padding-inline-start:2.75em}:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-command) .ex-menubar-checkbox-item,:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-command) .ex-menubar-item,:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-command) .ex-menubar-radio-item,:is(.ex-menubar-content,.ex-menubar-sub-content):has(.ex-menubar-command) .ex-menubar-sub-trigger{padding-inline-end:2.75em}.ex-menubar-content,.ex-menubar-sub-content{flex-direction:column;flex:1;display:flex}.ex-menubar-section{gap:var(--ex-gap-y);padding-inline:var(--ex-px);padding-block:var(--ex-py);flex-direction:column;display:flex}.ex-menubar-arrow{height:var(--ex-height);width:var(--ex-width);fill:var(--background);stroke:var(--border)}.ex-menubar-arrow:where(.dark,.dark *){fill:var(--background-dark);stroke:var(--border-dark)}.ex-menubar-arrow{stroke-dasharray:2rem 2rem;stroke-dashoffset:2rem;stroke-width:2px}.ex-menubar-separator{background-color:var(--border)}.ex-menubar-separator:where(.dark,.dark *){background-color:var(--border-dark)}.ex-menubar-separator{margin-block:var(--ex-gap-y);width:100%;height:1px;transform:translateZ(0)}.ex-menubar-radio-group{row-gap:var(--ex-gap-y);flex-direction:column;display:flex}.ex-menubar-sub-trigger>.ex-menubar-indicator:last-child{right:.5rem;left:unset}.ex-menubar-checkbox-item,.ex-menubar-item,.ex-menubar-radio-item,.ex-menubar-sub-trigger{--ex-font-family:var(--ex-menubar-item-font-family,var(--font-sans));--ex-font-weight:var(--ex-menubar-item-font-weight,var(--font-weight-normal));-webkit-user-select:none;user-select:none;border-radius:var(--ex-radius);min-width:0;padding-inline:var(--ex-px);padding-block:var(--ex-py);font-family:var(--ex-font-family);font-size:var(--ex-font-size);font-weight:var(--ex-font-weight);align-items:center;display:flex;position:relative}:where(:is(.ex-menubar-item,.ex-menubar-sub-trigger,.ex-menubar-radio-item,.ex-menubar-checkbox-item):where([data-highlighted])){border-style:var(--tw-border-style);border-width:1px;border-color:var(--border);background-color:var(--background);color:var(--text);outline-style:var(--tw-outline-style);outline-width:0;outline-color:var(--outline)}:where(:is(.ex-menubar-item,.ex-menubar-sub-trigger,.ex-menubar-radio-item,.ex-menubar-checkbox-item):where([data-highlighted])):where(.dark,.dark *){border-color:var(--border-dark);background-color:var(--background-dark);color:var(--text-dark);outline-color:var(--outline-dark)}:where(:is(.ex-menubar-item,.ex-menubar-sub-trigger,.ex-menubar-radio-item,.ex-menubar-checkbox-item):where([data-highlighted])){--shade-color:var(--palette-100);--shade-color-dark:var(--palette-900);--shade-soft:var(--palette-50);--shade-soft-dark:var(--palette-950);--shade-raised:var(--palette-200);--shade-raised-dark:var(--palette-800);--shade-deep:var(--palette-300);--shade-deep-dark:var(--palette-700);--shade-strong:var(--palette-400);--shade-strong-dark:var(--palette-600);--shade-bold:var(--palette-500);--shade-bold-dark:var(--palette-500)}:is(.ex-menubar-item,.ex-menubar-sub-trigger,.ex-menubar-radio-item,.ex-menubar-checkbox-item):where([data-highlighted]){--background:var(--shade-soft);--background-dark:var(--shade-soft-dark);--hover-background:var(--shade-color);--hover-background-dark:var(--shade-color-dark);--active-background:var(--shade-raised);--active-background-dark:var(--shade-raised-dark);--border:transparent;--border-dark:transparent;--hover-border:transparent;--hover-border-dark:transparent;--active-border:transparent;--active-border-dark:transparent;--text:contrast-color(var(--shade-color));--text-dark:contrast-color(var(--shade-color-dark));--hover-text:contrast-color(var(--shade-raised));--hover-text-dark:contrast-color(var(--shade-raised-dark));--active-text:contrast-color(var(--shade-deep));--active-text-dark:contrast-color(var(--shade-deep-dark));--outline:var(--shade-bold);--outline-dark:var(--shade-bold-dark);border-style:var(--tw-border-style)!important;border-width:0!important}.ex-menubar-indicator{--tw-leading:1;width:1em;height:1em;line-height:1;font-size:var(--ex-font-size);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;left:.375rem}.ex-menubar-indicator svg{width:100%;height:auto;min-height:100%}:is(.ex-menubar-radio-item,.ex-menubar-checkbox-item) .ex-menubar-indicator:where([data-state=unchecked])>*{visibility:hidden}.ex-menubar-label{--ex-font-family:var(--ex-menubar-label-font-family,var(--font-sans));--ex-font-weight:var(--ex-menubar-label-font-weight,var(--font-weight-normal));--ex-opacity:var(--ex-menubar-label-opacity,var(--ex-options-opacity-muted));padding-inline:var(--ex-px)}.ex-menubar-command,.ex-menubar-label{font-family:var(--ex-font-family);font-size:var(--ex-font-size);font-weight:var(--ex-font-weight);opacity:var(--ex-opacity)}.ex-menubar-command{--ex-font-family:var(--ex-menubar-command-font-family,var(--font-sans));--ex-font-weight:var(--ex-menubar-command-font-weight,var(--font-weight-normal));--ex-opacity:var(--ex-menubar-command-opacity,var(--ex-options-opacity-muted));--tw-leading:1;line-height:1;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:.5rem}}@layer utilities{.ex-menubar-content,.ex-menubar-sub-content{--background:var(--ex-options-panel-body-color);--background-dark:var(--ex-options-panel-body-color-dark)}.ex-menubar-trigger{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}:where(.ex-menubar-trigger){--tw-duration:var(--ex-options-transition-duration-normal);transition-duration:var(--ex-options-transition-duration-normal);transition-property:background-color,border-color,color,fill,stroke,opacity,transform}.ex-menubar-trigger:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:hover):where(:not([class*=hover\:variant-])):where(:not(:focus-visible)){border-color:var(--hover-border);background-color:var(--hover-background);color:var(--hover-text)}.ex-menubar-trigger:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:hover):where(:not([class*=hover\:variant-])):where(:not(:focus-visible)):where(.dark,.dark *){border-color:var(--hover-border-dark);background-color:var(--hover-background-dark);color:var(--hover-text-dark)}.ex-menubar-trigger:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:active):where(:not(:focus-visible)):where(:not([class*=active\:variant-])){border-color:var(--active-border);background-color:var(--active-background);color:var(--active-text)}.ex-menubar-trigger:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:active):where(:not(:focus-visible)):where(:not([class*=active\:variant-])):where(.dark,.dark *){border-color:var(--active-border-dark);background-color:var(--active-background-dark);color:var(--active-text-dark)}.ex-menubar-trigger:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:focus-visible):where(:not([class*=focus\:variant-])){outline-style:var(--tw-outline-style);outline-offset:-1px;outline-width:2px;outline-color:var(--outline);--tw-outline-style:solid;outline-style:solid}.ex-menubar-trigger:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:focus-visible):where(:not([class*=focus\:variant-])):where(.dark,.dark *){outline-color:var(--outline-dark)}.ex-menubar-trigger:where([data-state=open]){border-color:var(--hover-border);background-color:var(--hover-background);color:var(--hover-text)}.ex-menubar-trigger:where([data-state=open]):where(.dark,.dark *){border-color:var(--hover-border-dark);background-color:var(--hover-background-dark);color:var(--hover-text-dark)}}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0)) scale(var(--tw-enter-scale,1));filter:blur(var(--tw-enter-blur,0))}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-outline-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-duration:initial}}}@layer theme,base;@layer components{.ex-nav-button{--ex-cursor:var(--ex-nav-button-cursor,pointer);--ex-font-family:var(--ex-nav-button-font-family,var(--font-sans));--ex-font-weight:var(--ex-nav-button-font-weight,var(--font-weight-normal));--ex-px:var(--ex-nav-button-px-md,calc(var(--spacing)*3));--ex-py:var(--ex-nav-button-py-md,calc(var(--spacing)*3));--ex-gap-y:var(--ex-nav-button-gap-y-md,calc(var(--spacing)*1.5));--ex-radius:var(--ex-nav-button-radius-md,var(--radius-sm));--ex-font-size:var(--ex-nav-button-font-size-md,var(--text-sm))}:where(.ex-nav-button){border-style:var(--tw-border-style);border-width:1px;border-color:var(--border);background-color:var(--background);color:var(--text);outline-style:var(--tw-outline-style);outline-width:0;outline-color:var(--outline)}:where(.ex-nav-button):where(.dark,.dark *){border-color:var(--border-dark);background-color:var(--background-dark);color:var(--text-dark);outline-color:var(--outline-dark)}:where(.ex-nav-button){--shade-color:var(--palette-100);--shade-color-dark:var(--palette-900);--shade-soft:var(--palette-50);--shade-soft-dark:var(--palette-950);--shade-raised:var(--palette-200);--shade-raised-dark:var(--palette-800);--shade-deep:var(--palette-300);--shade-deep-dark:var(--palette-700);--shade-strong:var(--palette-400);--shade-strong-dark:var(--palette-600);--shade-bold:var(--palette-500);--shade-bold-dark:var(--palette-500)}.ex-nav-button{--background:transparent;--background-dark:transparent;--hover-background:var(--shade-soft);--hover-background-dark:var(--shade-soft-dark);--active-background:var(--shade-color);--active-background-dark:var(--shade-color-dark);--border:transparent;--border-dark:transparent;--hover-border:transparent;--hover-border-dark:transparent;--active-border:transparent;--active-border-dark:transparent;--text:currentColor;--text-dark:currentColor;--hover-text:contrast-color(var(--shade-color));--hover-text-dark:contrast-color(var(--shade-color-dark));--active-text:contrast-color(var(--shade-raised));--active-text-dark:contrast-color(var(--shade-raised-dark));--outline:var(--shade-bold);--outline-dark:var(--shade-bold-dark);--palette-50:var(--color-neutral-50);--palette-100:var(--color-neutral-100);--palette-200:var(--color-neutral-200);--palette-300:var(--color-neutral-300);--palette-400:var(--color-neutral-400);--palette-500:var(--color-neutral-500);--palette-600:var(--color-neutral-600);--palette-700:var(--color-neutral-700);--palette-800:var(--color-neutral-800);--palette-900:var(--color-neutral-900);--palette-950:var(--color-neutral-950);isolation:isolate;--tw-leading:1;-webkit-user-select:none;user-select:none;width:var(--ex-width);cursor:var(--ex-cursor);justify-content:center;align-items:center;row-gap:var(--ex-gap-y);border-radius:var(--ex-radius);padding-inline:var(--ex-px);padding-block:var(--ex-py);line-height:1;font-family:var(--ex-font-family);font-size:var(--ex-font-size);--tw-font-weight:var(--ex-font-weight);font-weight:var(--ex-font-weight);flex-direction:column;flex-shrink:0;display:inline-flex}.ex-nav-button :where(svg){width:1em;height:1em;position:relative}}@layer utilities{.ex-nav-button{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}:where(.ex-nav-button){--tw-duration:var(--ex-options-transition-duration-normal);transition-duration:var(--ex-options-transition-duration-normal);transition-property:background-color,border-color,color,fill,stroke,opacity,transform}.ex-nav-button:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:hover):where(:not([class*=hover\:variant-])):where(:not(:focus-visible)){border-color:var(--hover-border);background-color:var(--hover-background);color:var(--hover-text)}.ex-nav-button:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:hover):where(:not([class*=hover\:variant-])):where(:not(:focus-visible)):where(.dark,.dark *){border-color:var(--hover-border-dark);background-color:var(--hover-background-dark);color:var(--hover-text-dark)}.ex-nav-button:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:active):where(:not(:focus-visible)):where(:not([class*=active\:variant-])){border-color:var(--active-border);background-color:var(--active-background);color:var(--active-text)}.ex-nav-button:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:active):where(:not(:focus-visible)):where(:not([class*=active\:variant-])):where(.dark,.dark *){border-color:var(--active-border-dark);background-color:var(--active-background-dark);color:var(--active-text-dark)}.ex-nav-button:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:focus-visible):where(:not([class*=focus\:variant-])){outline-style:var(--tw-outline-style);outline-offset:-1px;outline-width:2px;outline-color:var(--outline);--tw-outline-style:solid;outline-style:solid}.ex-nav-button:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:focus-visible):where(:not([class*=focus\:variant-])):where(.dark,.dark *){outline-color:var(--outline-dark)}}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-outline-style:solid;--tw-duration:initial}}}@layer theme,base;@layer components{.ex-nav-link{--ex-font-family:var(--ex-nav-link-font-family,var(--font-sans));--ex-font-weight:var(--ex-nav-link-font-weight,var(--font-weight-normal));--ex-height:var(--ex-nav-link-height-md,var(--ex-size-2xl));--ex-px:var(--ex-nav-link-px-md,calc(var(--spacing)*4));--ex-gap-x:var(--ex-nav-link-gap-x-md,calc(var(--spacing)*2));--ex-radius:var(--ex-nav-link-radius-md,var(--radius-sm));--ex-font-size:var(--ex-nav-link-font-size-md,var(--text-sm))}:where(.ex-nav-link){border-style:var(--tw-border-style);border-width:1px;border-color:var(--border);background-color:var(--background);color:var(--text);outline-style:var(--tw-outline-style);outline-width:0;outline-color:var(--outline)}:where(.ex-nav-link):where(.dark,.dark *){border-color:var(--border-dark);background-color:var(--background-dark);color:var(--text-dark);outline-color:var(--outline-dark)}:where(.ex-nav-link){--shade-color:var(--palette-100);--shade-color-dark:var(--palette-900);--shade-soft:var(--palette-50);--shade-soft-dark:var(--palette-950);--shade-raised:var(--palette-200);--shade-raised-dark:var(--palette-800);--shade-deep:var(--palette-300);--shade-deep-dark:var(--palette-700);--shade-strong:var(--palette-400);--shade-strong-dark:var(--palette-600);--shade-bold:var(--palette-500);--shade-bold-dark:var(--palette-500)}.ex-nav-link{--background:transparent;--background-dark:transparent;--hover-background:var(--shade-soft);--hover-background-dark:var(--shade-soft-dark);--active-background:var(--shade-color);--active-background-dark:var(--shade-color-dark);--border:transparent;--border-dark:transparent;--hover-border:transparent;--hover-border-dark:transparent;--active-border:transparent;--active-border-dark:transparent;--text:currentColor;--text-dark:currentColor;--hover-text:contrast-color(var(--shade-color));--hover-text-dark:contrast-color(var(--shade-color-dark));--active-text:contrast-color(var(--shade-raised));--active-text-dark:contrast-color(var(--shade-raised-dark));--outline:var(--shade-bold);--outline-dark:var(--shade-bold-dark);--palette-50:var(--color-neutral-50);--palette-100:var(--color-neutral-100);--palette-200:var(--color-neutral-200);--palette-300:var(--color-neutral-300);--palette-400:var(--color-neutral-400);--palette-500:var(--color-neutral-500);--palette-600:var(--color-neutral-600);--palette-700:var(--color-neutral-700);--palette-800:var(--color-neutral-800);--palette-900:var(--color-neutral-900);--palette-950:var(--color-neutral-950);isolation:isolate;cursor:pointer;-webkit-user-select:none;user-select:none;height:var(--ex-height);justify-content:flex-start;align-items:center;column-gap:var(--ex-gap-x);border-radius:var(--ex-radius);padding-inline:var(--ex-px);font-family:var(--ex-font-family);font-size:var(--ex-font-size);font-weight:var(--ex-font-weight);flex-shrink:0;display:inline-flex}}@layer utilities{.ex-nav-link{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}:where(.ex-nav-link){--tw-duration:var(--ex-options-transition-duration-normal);transition-duration:var(--ex-options-transition-duration-normal);transition-property:background-color,border-color,color,fill,stroke,opacity,transform}.ex-nav-link:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:hover):where(:not([class*=hover\:variant-])):where(:not(:focus-visible)){border-color:var(--hover-border);background-color:var(--hover-background);color:var(--hover-text)}.ex-nav-link:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:hover):where(:not([class*=hover\:variant-])):where(:not(:focus-visible)):where(.dark,.dark *){border-color:var(--hover-border-dark);background-color:var(--hover-background-dark);color:var(--hover-text-dark)}.ex-nav-link:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:active):where(:not(:focus-visible)):where(:not([class*=active\:variant-])){border-color:var(--active-border);background-color:var(--active-background);color:var(--active-text)}.ex-nav-link:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:active):where(:not(:focus-visible)):where(:not([class*=active\:variant-])):where(.dark,.dark *){border-color:var(--active-border-dark);background-color:var(--active-background-dark);color:var(--active-text-dark)}.ex-nav-link:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:focus-visible):where(:not([class*=focus\:variant-])){outline-style:var(--tw-outline-style);outline-offset:-1px;outline-width:2px;outline-color:var(--outline);--tw-outline-style:solid;outline-style:solid}.ex-nav-link:where(:not(.disabled,:disabled,[disabled],[data-disabled],[aria-disabled=true],[data-loading])):where(:focus-visible):where(:not([class*=focus\:variant-])):where(.dark,.dark *){outline-color:var(--outline-dark)}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}