:root{--brand-purple:#7170ff;--brand-purple-deep:#5e6ad2;--brand-black:#171717;--brand-black-soft:#333333;--brand-gray:#666666;--brand-white:#ffffff;--background:var(--brand-white);--foreground:var(--brand-black);--foreground-secondary:var(--brand-black-soft);--muted:#f4f4f6;--muted-foreground:var(--brand-gray);--primary:var(--brand-purple);--primary-deep:var(--brand-purple-deep);--primary-foreground:var(--brand-white);--primary-muted:rgb(113 112 255/0.1);--ring:var(--brand-purple);--border:#e6e6ea;--border-strong:#d4d4da;--radius:12px;--radius-sm:8px;--radius-lg:16px;--radius-xl:24px;--surface-elevated:var(--brand-white);--surface-glass:rgb(255 255 255/0.82);--surface-glass-border:rgb(255 255 255/0.9);--surface-dark:var(--brand-black);--surface-dark-soft:var(--brand-black-soft);--primary-alpha-04:rgb(113 112 255/0.04);--primary-alpha-06:rgb(113 112 255/0.06);--primary-alpha-08:rgb(113 112 255/0.08);--primary-alpha-10:rgb(113 112 255/0.1);--primary-alpha-12:rgb(113 112 255/0.12);--primary-alpha-15:rgb(113 112 255/0.15);--primary-alpha-22:rgb(113 112 255/0.22);--card-hover-bg:rgb(113 112 255/0.07);--shadow-xs:0 1px 2px rgb(23 23 23/0.04);--shadow-sm:0 1px 3px rgb(23 23 23/0.06),0 1px 2px rgb(23 23 23/0.04);--shadow-md:0 4px 12px rgb(23 23 23/0.06);--shadow-lg:0 8px 24px rgb(23 23 23/0.08);--shadow-xl:0 16px 40px rgb(23 23 23/0.1);--shadow-soft:0 4px 24px rgb(113 112 255/0.12);--gradient-brand:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-deep) 100%);--gradient-hero:linear-gradient(180deg,#f8f8ff 0%,var(--brand-white) 55%);--gradient-cta:linear-gradient(135deg,var(--brand-purple) 0%,var(--brand-purple-deep) 100%);--success:#0e8345;--success-foreground:var(--brand-white);--success-muted:#ecfdf5;--destructive:#d92d20;--destructive-foreground:var(--brand-white);--destructive-muted:#fef3f2;--warning:#dc6803;--warning-muted:#fffaeb;--info:var(--brand-purple-deep);--info-muted:var(--primary-muted);--glass-bg:rgb(255 255 255/0.65);--glass-border:rgb(255 255 255/0.2);--glass-shadow:0 8px 32px rgb(23 23 23/0.06);--sidebar-width:16rem;--sidebar-bg:#fafafa;--sidebar-hover:#f0f0f4;--sidebar-active-bg:var(--primary-muted);--sidebar-active-color:var(--brand-purple-deep);--sidebar-icon-color:var(--brand-gray);--sidebar-group-label:#9999a3;--bottom-tab-height:3.5rem;--font-sans:var(--font-manrope),system-ui,sans-serif;--font-display:var(--font-unbounded),var(--font-manrope),system-ui,sans-serif;--font-logo:var(--font-manrope),system-ui,sans-serif;--container-max:72rem;--header-height:3.5rem;--z-mobile-overlay:200;--z-mobile-drawer:210;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:clamp(2rem,5vw,3rem);--marketing-section-y:var(--space-12);--marketing-hero-padding:var(--space-16) var(--space-6) 5rem;--hero-gradient:linear-gradient(180deg,#f0f0ff 0%,#f8f8fc 45%,var(--background) 85%);--marketing-header-offset:calc(max(0.5rem, env(safe-area-inset-top, 0px)) + 3.25rem + 0.75rem);--marketing-header-bleed:3px;--hero-glow-top:-20%;--hero-glow-right:30%;--hero-glow-left:-10%;--hero-glow-height:70%;--app-shell-padding:var(--space-6);--table-row-py:0.625rem;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px}@media (min-width:768px){:root{--marketing-header-offset:calc(max(0.5rem, env(safe-area-inset-top, 0px)) + 3.5rem + 0.75rem)}}*,:after,:before{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;font-family:var(--font-manrope),system-ui,sans-serif;font-size:var(--text-base);color:var(--foreground);background:var(--background);line-height:1.5}a{color:inherit;text-decoration:none}a:active:not([aria-disabled]),button:active:not(:disabled){transform:scale(.97)}@media (prefers-reduced-motion:reduce){a:active:not([aria-disabled]),button:active:not(:disabled){transform:none}}img{max-width:100%;height:auto}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}[data-zone=app],[data-zone=marketing]{--section-title-size:var(--text-2xl)}[data-zone=marketing] .pageTitle,[data-zone=marketing] .sectionTitle,[data-zone=marketing] h1,[data-zone=marketing] h2{color:var(--foreground)}::selection{background:var(--primary-alpha-15);color:var(--foreground)}.CookieConsent_banner__LSKnM{position:fixed;left:0;right:0;bottom:0;z-index:100;padding:0 max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));pointer-events:none}.CookieConsent_bannerWithTab__Zydrx{padding-bottom:calc(1rem + var(--bottom-tab-height) + env(safe-area-inset-bottom))}@media (min-width:1024px){.CookieConsent_bannerWithTab__Zydrx{padding-bottom:max(1rem,env(safe-area-inset-bottom))}}.CookieConsent_panel___kIcG{pointer-events:auto;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.25rem;max-width:var(--container-max);margin:0 auto;padding:1rem 1.25rem;background:var(--surface-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:CookieConsent_slideUp__wmL4o .35s cubic-bezier(.22,1,.36,1)}@keyframes CookieConsent_slideUp__wmL4o{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.CookieConsent_text__GL1Cp{flex:1 1 16rem;margin:0;font-size:.875rem;line-height:1.55;color:var(--foreground)}.CookieConsent_link__Exe59{color:var(--primary);font-weight:500;text-decoration:underline;text-underline-offset:2px}.CookieConsent_link__Exe59:hover{text-decoration:none}.CookieConsent_actions__fX_ph{display:flex;flex-shrink:0;align-items:center;gap:.5rem}.CookieConsent_accept__8mdtQ{padding:.5rem 1.125rem;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--primary-foreground);background:var(--primary);border:none;border-radius:999px;cursor:pointer;transition:filter .15s ease,box-shadow .15s ease}.CookieConsent_accept__8mdtQ:hover{filter:brightness(1.06);box-shadow:0 4px 14px rgb(21 87 208/.28)}.CookieConsent_accept__8mdtQ:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.MarketToaster_liveRegion__8G_iC{position:relative;z-index:9999;pointer-events:none}.MarketToaster_liveRegion__8G_iC>div{pointer-events:auto}.MarketToaster_container__2wQ_o{top:calc(var(--header-height, 4rem) + .5rem)!important}.MarketToaster_toast__LnkKO{padding:.75rem 1rem!important;font-size:.9375rem!important;font-family:var(--font-manrope),system-ui,sans-serif!important;color:var(--foreground)!important;background:var(--surface-elevated)!important;border:1px solid var(--border)!important;border-radius:calc(var(--radius) - 4px)!important;box-shadow:var(--shadow-soft)!important}.MarketToaster_success__eMDg3{border-color:#86efac!important}.MarketToaster_error__n5mDu{border-color:#fca5a5!important}