:root{--color-primary:var(--mantine-primary-color-filled);--color-primary-hover:var(--mantine-primary-color-filled-hover);--color-primary-light:var(--mantine-primary-color-light);--landing-bg:#f5f7fb;--landing-bg-raised:#ffffff;--landing-bg-muted:#e8edf7;--landing-surface:rgba(255,255,255,0.88);--landing-surface-solid:#ffffff;--landing-surface-strong:#dbe3f2;--landing-border:#c9d3e5;--landing-border-strong:#94a3bd;--landing-text:#0b1220;--landing-text-soft:#28364d;--landing-muted:#475569;--landing-faint:#94a3b8;--landing-accent:#4f46e5;--landing-accent-strong:#3730a3;--landing-accent-soft:rgba(79,70,229,0.11);--landing-accent-border:rgba(79,70,229,0.25);--landing-warm:#b45309;--landing-warm-soft:rgba(245,158,11,0.14);--landing-shadow:0 26px 70px rgba(15,23,42,0.18);--landing-shadow-soft:0 14px 42px rgba(15,23,42,0.11);--color-success:#2f9e44;--color-warning:#f59f00;--color-error:#e03131;--color-info:#1971c2;--color-bg:#ffffff;--color-bg-muted:#f8f9fa;--color-bg-subtle:#f1f3f5;--color-border:#dee2e6;--color-text:#212529;--color-text-muted:#868e96;--font-sans:Manrope,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--font-mono:JetBrains Mono,Fira Code,Consolas,Courier New,monospace;--shadow-sm:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.08);--shadow-md:0 4px 6px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px rgba(0,0,0,0.1),0 4px 6px rgba(0,0,0,0.05);--transition-base:all 0.2s ease}[data-mantine-color-scheme=dark]{--color-bg:#09090b;--color-bg-muted:#111114;--color-bg-subtle:#18181b;--color-border:#27272a;--color-text:#fafafa;--color-text-muted:#a1a1aa;--landing-bg:#07111f;--landing-bg-raised:#0c1a2e;--landing-bg-muted:#12243d;--landing-surface:rgba(15,30,52,0.86);--landing-surface-solid:#0f1e34;--landing-surface-strong:#172b49;--landing-border:#263c5f;--landing-border-strong:#4f6c9d;--landing-text:#eef4ff;--landing-text-soft:#cbd8ef;--landing-muted:#b8c2df;--landing-faint:#6f83a3;--landing-accent:#8b9cff;--landing-accent-strong:#c7d2fe;--landing-accent-soft:rgba(139,156,255,0.14);--landing-accent-border:rgba(139,156,255,0.28);--landing-warm:#fbbf24;--landing-warm-soft:rgba(251,191,36,0.13);--landing-shadow:0 30px 90px rgba(0,0,0,0.42);--landing-shadow-soft:0 18px 54px rgba(0,0,0,0.30)}*,:after,:before{box-sizing:border-box}html{font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--landing-text,var(--color-text));background-color:var(--landing-bg,var(--color-bg));line-height:1.5;margin:0;padding:0}.landing-html,.landing-shell{overflow-x:hidden;overflow-x:clip}section[id]{scroll-margin-top:88px}[data-mantine-color-scheme=dark],[data-mantine-color-scheme=light]{--mantine-color-text:var(--landing-text);--mantine-color-dimmed:var(--landing-muted);--mantine-color-body:var(--landing-bg);color:var(--landing-text)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0}p{margin:0 0 1rem;line-height:1.625}a{color:var(--color-primary);text-decoration:none;transition:all .1s ease}a:hover{color:var(--color-primary-hover);text-decoration:underline}code,kbd,pre,samp{font-family:var(--font-mono);font-size:.875em}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:48em){.container{padding:0 1.5rem}}@media(min-width:75em){.container{padding:0 2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-slide-in{animation:slideIn .3s ease forwards}.animate-pulse{animation:pulse 2s ease infinite}.animate-spin{animation:spin 1s linear infinite}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:#27272a;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}::selection{background-color:var(--color-primary-light,#e0e7ff);color:var(--color-primary)}