:root{--mb-color-bg:#ffffff;--mb-color-bg-soft:#f5f6f8;--mb-color-bg-card:#ffffff;--mb-color-bg-inverse:#0b0d12;--mb-color-ink:#0b0d12;--mb-color-ink-inverse:#ffffff;--mb-color-body:#4a4f5a;--mb-color-muted:#667085;--mb-color-accent:#5800bd;--mb-color-accent-soft:#eaf0ff;--mb-color-accent-ink:#2b0064;--mb-color-line:#e6e8ec;--mb-color-line-strong:#cfd3db;--mb-color-success:#0f7b4c;--mb-color-warning:#9a6700;--mb-color-danger:#b42318;--mb-color-focus:#5800bd;--mb-focus-ring-width:2px;--mb-focus-ring-offset:3px;--mb-focus-ring-color:var(--mb-color-focus);--mb-font-display:"Sora",system-ui,sans-serif;--mb-font-body:"IBM Plex Sans",system-ui,sans-serif;--mb-font-weight-regular:400;--mb-font-weight-medium:500;--mb-font-weight-semibold:600;--mb-font-weight-bold:700;--mb-font-size-xs:0.8125rem;--mb-font-size-sm:0.9375rem;--mb-font-size-base:1rem;--mb-font-size-lg:1.25rem;--mb-font-size-xl:1.5rem;--mb-font-size-2xl:2rem;--mb-font-size-3xl:2.75rem;--mb-font-size-4xl:3.5rem;--mb-line-height-tight:1.15;--mb-line-height-snug:1.35;--mb-line-height-normal:1.6;--mb-letter-spacing-tight:-0.02em;--mb-letter-spacing-wide:0.04em;--mb-space-0:0;--mb-space-1:0.25rem;--mb-space-2:0.5rem;--mb-space-3:0.75rem;--mb-space-4:1rem;--mb-space-5:1.25rem;--mb-space-6:1.5rem;--mb-space-7:2rem;--mb-space-8:2.5rem;--mb-space-9:3rem;--mb-space-10:3.5rem;--mb-space-12:4.5rem;--mb-space-16:6rem;--mb-radius-sm:8px;--mb-radius-md:14px;--mb-radius-lg:20px;--mb-radius-xl:28px;--mb-radius-pill:999px;--mb-shadow-sm:0 1px 2px rgba(11,13,18,0.06);--mb-shadow-md:0 8px 24px rgba(11,13,18,0.08);--mb-max-width:1160px;--mb-page-gutter:var(--mb-space-6);--mb-header-height:4.375rem;--mb-breakpoint-mobile:768px;--mb-breakpoint-tablet:1024px;--mb-breakpoint-desktop:1280px;--mb-z-base:0;--mb-z-dropdown:100;--mb-z-sticky:200;--mb-z-overlay:300;--mb-z-modal:400;--mb-z-toast:500;--mb-duration-fast:120ms;--mb-duration-base:200ms;--mb-duration-slow:320ms;--mb-ease-standard:cubic-bezier(0.2,0,0,1);--mb-ease-emphasized:cubic-bezier(0.2,0,0,1)}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;overflow-x:clip;background:var(--mb-color-bg);color:var(--mb-color-body);font-size:var(--mb-font-size-base);font-weight:var(--mb-font-weight-regular);line-height:var(--mb-line-height-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--mb-color-ink);font-weight:var(--mb-font-weight-semibold);line-height:var(--mb-line-height-tight);letter-spacing:var(--mb-letter-spacing-tight)}a{color:inherit;text-decoration:none}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}:where(a,button,summary,[href],[tabindex]:not([tabindex="-1"]),[role=button],[role=menuitem],[role=link]):focus-visible{outline:var(--mb-focus-ring-width) solid var(--mb-focus-ring-color);outline-offset:var(--mb-focus-ring-offset)}:where(input,textarea,select):focus-visible{outline:var(--mb-focus-ring-width) solid var(--mb-focus-ring-color);outline-offset:var(--mb-focus-ring-offset)}@media (prefers-reduced-motion:reduce){:root{--mb-duration-fast:0ms;--mb-duration-base:0ms;--mb-duration-slow:0ms}*,:after,:before,html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}}html{--mb-font-display:var(--font-mb-display),"Sora",system-ui,sans-serif;--mb-font-body:var(--font-mb-body),"IBM Plex Sans",system-ui,sans-serif}body{font-family:var(--mb-font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--mb-font-display)}