@layer tokens, reset, base, components, utilities, overrides;@layer tokens{:root{--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--radius-s:8px;--radius-m:14px;--radius-l:24px;--radius-xl:28px;--radius-full:999px;--shadow-1:0 8px 16px rgba(0,0,0,0.24);--shadow-2:0 12px 24px rgba(0,0,0,0.32);--shadow-3:0 24px 48px rgba(0,0,0,0.42);--z-base:0;--z-header:18;--z-overlay:24;--z-modal:40;--z-toast:1000;--dur-100:120ms;--dur-150:180ms;--dur-200:220ms;--dur-300:320ms;--dur-400:420ms;--dur-600:600ms;--ease-standard:cubic-bezier(0.2,0,0,1);--ease-emphasized:cubic-bezier(0.33,1,0.68,1);--ease-decel:cubic-bezier(0.4,0,0.2,1)}}@layer reset{html{text-size-adjust:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}}@layer base{:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(button,input,select,textarea){font:inherit;color:inherit}:where(a,button,[role=button],input,select,textarea):focus-visible{outline:2px solid var(--focus-color);outline-offset:var(--focus-offset)}::selection{background:rgba(138,248,255,.28);color:rgba(245,247,249,.96)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}}@layer utilities{.u-flex{display:flex}.u-grid{display:grid}.u-items-center{align-items:center}.u-justify-between{justify-content:space-between}.u-center{display:grid;place-items:center}.u-w-full{width:100%}.u-h-full{height:100%}.u-overflow-x-hidden{overflow-x:hidden}.u-text-nowrap{white-space:nowrap}.u-sr-only,.u-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}