@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif;--primary:#4f46e5;--primary-dark:#4338ca;--primary-light:#6366f1;--primary-lighter:#818cf8;--primary-lightest:#c7d2fe;--secondary:#6366f1;--accent:#4f46e5;--success:#10b981;--success-light:#34d399;--success-dark:#059669;--success-bg:#d1fae5;--warning:#f59e0b;--warning-light:#fbbf24;--warning-dark:#d97706;--warning-bg:#fef3c7;--error:#ef4444;--error-light:#f87171;--error-dark:#dc2626;--error-bg:#fee2e2;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#030712;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:300ms cubic-bezier(0.4,0,0.2,1);--transition-slow:500ms cubic-bezier(0.4,0,0.2,1);--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem}.theme-landing,:root{--background:#f8faff;--surface:#fff;--surface-alt:#fafbfe;--surface-subtle:#f1f5f9;--text-main:#0f172a;--text-secondary:#1e293b;--text-muted:#64748b;--text-light:#fff;--border:#e2e8f0;--border-subtle:#0000000a;--border-card:#0000000f;--card-bg:#fff;--card-border:1px solid var(--border-card);--card-radius:1rem;--card-shadow:0 2px 8px -1px #0000000f,0 1px 3px -1px #0000000a;--card-shadow-hover:0 4px 16px -2px #00000014,0 2px 6px -2px #0000000d;--shadow-sm:0 1px 2px 0 #00000008;--shadow-md:0 2px 8px -1px #0000000f,0 1px 3px -1px #0000000a;--shadow-lg:0 4px 16px -2px #00000014,0 2px 6px -2px #0000000d;--shadow-xl:0 8px 24px -4px #0000001a,0 4px 12px -3px #0000000f;--shadow-glow:0 0 20px #4f46e526;--gradient-primary:linear-gradient(135deg,#4f46e5,#4338ca);--gradient-secondary:linear-gradient(135deg,#6366f1,#4f46e5);--gradient-surface:linear-gradient(180deg,#fff,#fafbfc);--gradient-glow:radial-gradient(circle at center,#4f46e514 0%,#fff0 70%);--gradient-hero:radial-gradient(circle at 50% 50%,#4f46e50a 0%,#0000 50%),radial-gradient(circle at 100% 0%,#4338ca0a 0%,#0000 50%);--gradient-mesh:radial-gradient(at 0% 0%,#4f46e50d 0px,#0000 50%),radial-gradient(at 100% 0%,#6366f10d 0px,#0000 50%),radial-gradient(at 100% 100%,#4338ca0d 0px,#0000 50%),radial-gradient(at 0% 100%,#4f46e50d 0px,#0000 50%);--pattern-dot:radial-gradient(#e2e8f0 1px,#0000 0)}.theme-app{--background:#fff;--surface:#f8fafc;--surface-alt:#f1f5f9;--surface-subtle:#e2e8f0;--text-main:#0f172a;--text-secondary:#1e293b;--text-muted:#475569;--text-light:#fff;--border:#cbd5e1;--border-subtle:#e2e8f0;--card-bg:#fff;--card-border:1px solid var(--border);--card-radius:0.75rem;--card-shadow:0 1px 2px 0 #0000000d;--card-shadow-hover:0 4px 6px -1px #00000014,0 2px 4px -2px #0000000d;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #0000001f,0 8px 10px -6px #0000000f;--shadow-glow:0 0 20px #4f46e533;--gradient-primary:linear-gradient(135deg,#4f46e5,#4338ca);--gradient-secondary:linear-gradient(135deg,#6366f1,#4f46e5);--gradient-surface:linear-gradient(180deg,#fff,#f8fafc);--gradient-glow:radial-gradient(circle at center,#4f46e51f 0%,#fff0 70%);--gradient-hero:radial-gradient(circle at 50% 50%,#4f46e50f 0%,#0000 50%),radial-gradient(circle at 100% 0%,#4338ca0f 0%,#0000 50%);--gradient-mesh:radial-gradient(at 0% 0%,#4f46e514 0px,#0000 50%),radial-gradient(at 100% 0%,#6366f114 0px,#0000 50%),radial-gradient(at 100% 100%,#4338ca14 0px,#0000 50%),radial-gradient(at 0% 100%,#4f46e514 0px,#0000 50%);--pattern-dot:radial-gradient(#cbd5e1 1px,#0000 0)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);overflow-x:hidden}.theme-landing,.theme-landing body{background-image:var(--pattern-dot);background-size:24px 24px}.theme-app,.theme-app body{background-image:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0}p{color:var(--text-secondary);line-height:1.6}button{font-family:var(--font-sans)}::selection{background-color:var(--primary-lighter);color:#fff}.Header_header__OPGSD{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:initial;border-bottom:1px solid #0000;left:0;padding:.875rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:50}.Header_header__OPGSD.Header_scrolled__1HfOc{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:#ffffffe6;border-bottom:1px solid var(--border-subtle);box-shadow:0 1px 3px 0 #00000008}.Header_container__ZhCbc{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative}@media (max-width:768px){.Header_container__ZhCbc{padding:0 1rem}}@media (max-width:480px){.Header_container__ZhCbc{padding:0 .75rem}}.Header_logoContainer__tvvfG{align-items:center;cursor:pointer;display:flex;gap:.875rem}.Header_logo__04L6z{height:36px}.Header_brandName__fErDo{color:var(--text-main);font-size:1.125rem;font-weight:800;letter-spacing:-.02em}@media (min-width:768px){.Header_brandName__fErDo{font-size:1.25rem}}@media (max-width:480px){.Header_brandName__fErDo{font-size:1rem}}.Header_nav__1ZTJA{align-items:center;background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);display:none;gap:.5rem;left:50%;padding:.25rem .5rem;position:absolute;transform:translateX(-50%)}.Header_navLink__U81jZ{background:none;border:none;border-radius:9999px;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .15s ease}.Header_navLink__U81jZ:hover{background-color:var(--surface-alt);color:var(--text-main)}.Header_rightActions__2d0dr{align-items:center;display:flex;gap:1rem}.Header_signInButton__mhXYq{background-color:#fff;border:1px solid var(--border-card);border-radius:8px;box-shadow:0 1px 2px 0 #00000005;color:var(--text-main);font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.Header_signInButton__mhXYq:hover{background-color:var(--surface-alt);border-color:var(--border)}.Header_mobileMenuButton__otGXB{align-items:center;background:none;border:none;color:var(--text-main);cursor:pointer;display:flex;justify-content:center}.Header_mobileNav__vAHzS{animation:Header_slideDown__zz8fe .2s ease-out;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:1rem;left:0;padding:1.5rem;position:absolute;right:0;top:100%}.Header_mobileNavLink__oJ25h{background:none;border:none;color:var(--text-secondary);font-size:1rem;font-weight:500;padding:.5rem 0;text-align:left}.Header_mobileActions__fi6Ei{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem}.Header_mobileSignIn__yxL6Q{width:100%}@keyframes Header_slideDown__zz8fe{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Header_nav__1ZTJA{display:flex}.Header_mobileMenuButton__otGXB{display:none}}.Button_button__dXAUs{align-items:center;border:none;border-radius:.625rem;cursor:pointer;display:inline-flex;font-family:var(--font-sans);font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.01em;outline:none;position:relative;text-decoration:none;transition:all var(--transition-fast)}.Button_button__dXAUs:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Button_primary__dQH6j{background:var(--primary);box-shadow:var(--shadow-md);color:#fff}.Button_primary__dQH6j:hover:not(.Button_disabled__Bs2IT){background:var(--primary-dark);box-shadow:0 4px 16px -2px #4f46e540,0 2px 6px -2px #4f46e526;transform:translateY(-1px)}.Button_secondary__zC\+XT{background:#fff;border:1px solid var(--border-card);box-shadow:var(--shadow-sm);color:var(--text-main)}.Button_secondary__zC\+XT:hover:not(.Button_disabled__Bs2IT){background:var(--surface-alt);border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Button_outline__\+A-LR{background:#0000;border:2px solid var(--primary);color:var(--primary)}.Button_outline__\+A-LR:hover:not(.Button_disabled__Bs2IT){background:var(--primary);color:#fff}.Button_ghost__d0x\+e{background:#0000;color:var(--text-secondary)}.Button_ghost__d0x\+e:hover:not(.Button_disabled__Bs2IT){background:var(--surface-alt);color:var(--text-main)}.Button_small__7LWfm{font-size:.875rem;padding:.5rem 1rem}.Button_medium__kt7eG{font-size:.9375rem;letter-spacing:-.01em;padding:.75rem 1.5rem}.Button_large__BTMY8{font-size:1.125rem;padding:1rem 2rem}.Button_disabled__Bs2IT{box-shadow:none!important;cursor:not-allowed;opacity:.6;transform:none!important}.Button_loadingContainer__eVVm3{align-items:center;display:flex;gap:.5rem}.Button_spinner__bnTfS{animation:Button_spin__YWmrZ 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:1rem;width:1rem}@keyframes Button_spin__YWmrZ{to{transform:rotate(1turn)}}@media (max-width:768px){.Button_button__dXAUs{min-height:44px;width:100%}.Button_small__7LWfm{min-height:44px;padding:.625rem 1rem}.Button_medium__kt7eG{min-height:48px;padding:.75rem 1.5rem}.Button_large__BTMY8{font-size:1rem;min-height:52px;padding:.875rem 1.75rem}}@media (max-width:480px){.Button_button__dXAUs{min-height:48px}.Button_medium__kt7eG{min-height:50px}.Button_large__BTMY8{min-height:54px}}.Hero_hero__Hk7bp{background:var(--background);overflow:hidden;padding:6.5rem 0 3rem;position:relative}@media (max-width:768px){.Hero_hero__Hk7bp{padding:6rem 0 3rem}}@media (max-width:480px){.Hero_hero__Hk7bp{padding:5rem 0 2rem}}.Hero_hero__Hk7bp:before{animation:Hero_floatOrb__swQNS 20s ease-in-out infinite alternate;background:radial-gradient(circle,#4f46e526 0,#0000 70%);content:"";filter:blur(100px);height:50vw;left:-10%;opacity:.25;position:absolute;top:-20%;width:50vw;z-index:0}.Hero_hero__Hk7bp:after{animation:Hero_floatOrb__swQNS 15s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#4338ca1f 0,#0000 70%);bottom:-10%;content:"";filter:blur(80px);height:40vw;opacity:.2;position:absolute;right:-10%;width:40vw;z-index:0}@media (max-width:768px){.Hero_hero__Hk7bp:after,.Hero_hero__Hk7bp:before{animation:none}}@keyframes Hero_floatOrb__swQNS{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.Hero_backgroundGlow__8px6V{background-image:linear-gradient(#4f46e505 1px,#0000 0),linear-gradient(90deg,#4f46e505 1px,#0000 0);background-size:50px 50px;height:120%;left:50%;-webkit-mask-image:radial-gradient(circle at center,#000 40%,#0000 80%);mask-image:radial-gradient(circle at center,#000 40%,#0000 80%);pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:0}.Hero_container__nXfo4{align-items:center;display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1400px;padding:0 1.5rem;position:relative;text-align:center;z-index:1}@media (max-width:768px){.Hero_container__nXfo4{gap:2.5rem;padding:0 1rem}}@media (max-width:480px){.Hero_container__nXfo4{gap:2rem;padding:0 .75rem}}.Hero_content__KJmvl{align-items:center;display:flex;flex-direction:column;max-width:64rem;z-index:2}.Hero_badge__-P4r3{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid var(--border-subtle);border-radius:var(--radius-full);box-shadow:0 1px 2px 0 #00000005;display:inline-flex;margin-bottom:1.5rem;padding:.375rem .875rem;transition:all .2s ease}.Hero_badge__-P4r3:hover{background:#fff;border-color:#4f46e526;box-shadow:0 2px 4px 0 #0000000a}@media (max-width:768px){.Hero_badge__-P4r3{margin-bottom:1.5rem;padding:.4rem .875rem}}.Hero_badgeText__LtQIm{color:var(--primary);font-size:.8125rem;font-weight:600;letter-spacing:.01em}@media (max-width:768px){.Hero_badgeText__LtQIm{font-size:.75rem}}.Hero_title__QCHiU{text-wrap:balance;color:var(--text-main);font-size:3.95rem;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:1rem;max-width:58rem}.Hero_highlight__qFgHs{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.Hero_highlight__qFgHs:after{background:var(--gradient-primary);bottom:0;content:"";filter:blur(25px);height:40%;left:0;opacity:.3;position:absolute;width:100%;z-index:-1}@media (min-width:768px){.Hero_title__QCHiU{font-size:6.15rem}}@media (max-width:768px){.Hero_title__QCHiU{font-size:2.75rem;line-height:1.1}}@media (max-width:480px){.Hero_title__QCHiU{font-size:2rem;line-height:1.15;margin-bottom:1rem}}@media (max-width:390px){.Hero_title__QCHiU{font-size:1.75rem}}.Hero_subtitle__oAQX1{color:var(--text-muted);font-size:1.25rem;font-weight:400;line-height:1.5;margin-bottom:2.25rem;max-width:38rem}@media (min-width:768px){.Hero_subtitle__oAQX1{font-size:1.5rem}}@media (max-width:768px){.Hero_subtitle__oAQX1{font-size:1.125rem;margin-bottom:2rem}}@media (max-width:480px){.Hero_subtitle__oAQX1{font-size:1rem;margin-bottom:1.5rem}}.Hero_buttons__iF8di{display:flex;gap:.875rem;justify-content:center;margin-bottom:3.5rem}@media (max-width:640px){.Hero_buttons__iF8di{align-items:stretch;flex-direction:column;max-width:300px;width:100%}}@media (max-width:768px){.Hero_buttons__iF8di{margin-bottom:3rem}}@media (max-width:480px){.Hero_buttons__iF8di{margin-bottom:2rem}}.Hero_trust__r-riD{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.Hero_trust__r-riD p{font-size:.6875rem;font-weight:600;letter-spacing:.08em;opacity:.85}.Hero_logos__rIcjs,.Hero_trust__r-riD p{color:var(--text-muted);text-transform:uppercase}.Hero_logos__rIcjs{align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;font-weight:700;gap:3rem;justify-content:center;letter-spacing:.1em;opacity:.6}@media (max-width:768px){.Hero_logos__rIcjs{font-size:.75rem;gap:2rem}}@media (max-width:480px){.Hero_logos__rIcjs{font-size:.6875rem;gap:1.5rem}}.Hero_illustration__fL0AE{align-items:center;display:flex;justify-content:center;margin-top:-1rem;max-width:1200px;perspective:2000px;position:relative;width:100%}@media (max-width:768px){.Hero_illustration__fL0AE{margin-top:-1rem}}@media (max-width:480px){.Hero_illustration__fL0AE{margin-top:0}}.Hero_illustration__fL0AE:after{background:linear-gradient(to bottom,#0000,var(--background));bottom:0;content:"";height:200px;left:0;pointer-events:none;position:absolute;right:0;z-index:10}.DashboardPreview_wrapper__fhpkY{margin:0 auto;max-width:1000px;perspective:1000px;position:relative;width:100%}.DashboardPreview_dashboard__xcLTN{background:#fff;border-radius:16px;box-shadow:0 12px 32px -6px #00000024,0 6px 16px -4px #0000001a,0 0 0 1px #0000000f;display:flex;height:500px;overflow:hidden;transform-style:preserve-3d;transition:box-shadow .3s ease}@media (max-width:768px){.DashboardPreview_dashboard__xcLTN{height:400px}}@media (max-width:480px){.DashboardPreview_dashboard__xcLTN{border-radius:12px;height:350px}}@media (max-width:390px){.DashboardPreview_dashboard__xcLTN{height:320px}}.DashboardPreview_dashboard__xcLTN:hover{box-shadow:0 16px 40px -8px #00000029,0 8px 20px -5px #0000001f,0 0 0 1px #00000014}.DashboardPreview_sidebar__pOo-2{align-items:center;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0;width:70px}.DashboardPreview_sidebarLogo__QkltV{background:var(--primary);border-radius:8px;height:32px;margin-bottom:1rem;width:32px}.DashboardPreview_sidebarItem__T7RnD{border-radius:8px;color:#94a3b8;cursor:pointer;padding:.5rem;transition:all .2s}.DashboardPreview_sidebarItem__T7RnD:hover{background:#e2e8f0;color:#64748b}.DashboardPreview_sidebarItemActive__488iF{background:#e0e7ff;border-radius:8px;color:var(--primary);padding:.5rem}.DashboardPreview_main__8KD9W{background:#f8fafc;display:flex;flex:1 1;flex-direction:column}.DashboardPreview_header__2fIRp{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 2rem}@media (max-width:768px){.DashboardPreview_header__2fIRp{padding:.875rem 1.5rem}}@media (max-width:480px){.DashboardPreview_header__2fIRp{padding:.75rem 1rem}}.DashboardPreview_title__fyEmF{color:#1e293b;font-size:1.1rem;font-weight:700}@media (max-width:480px){.DashboardPreview_title__fyEmF{font-size:.95rem}}.DashboardPreview_headerActions__VKOGO{align-items:center;display:flex;gap:1rem}.DashboardPreview_headerIcon__e5iJr{color:#94a3b8;cursor:pointer}.DashboardPreview_avatar__rV32y{align-items:center;background:#e2e8f0;border-radius:50%;color:#64748b;display:flex;height:32px;justify-content:center;width:32px}.DashboardPreview_statsGrid__KahMc{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:1.5rem 2rem}@media (max-width:768px){.DashboardPreview_statsGrid__KahMc{gap:.75rem;padding:1rem 1.5rem}}@media (max-width:480px){.DashboardPreview_statsGrid__KahMc{gap:.625rem;padding:.875rem 1rem}}.DashboardPreview_statCard__nl772{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px 0 #0000000d;padding:1rem}@media (max-width:480px){.DashboardPreview_statCard__nl772{border-radius:8px;padding:.75rem .625rem}}.DashboardPreview_statLabel__m-4yQ{color:#64748b;font-size:.8rem;margin-bottom:.5rem}@media (max-width:480px){.DashboardPreview_statLabel__m-4yQ{font-size:.7rem;margin-bottom:.25rem}}.DashboardPreview_statValue__doQES{color:#1e293b;font-size:1.5rem;font-weight:700}@media (max-width:480px){.DashboardPreview_statValue__doQES{font-size:1.25rem}}.DashboardPreview_table__PvLxa{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex:1 1;flex-direction:column;margin:0 2rem 2rem;overflow:hidden}@media (max-width:768px){.DashboardPreview_table__PvLxa{margin:0 1.5rem 1.5rem}}@media (max-width:480px){.DashboardPreview_table__PvLxa{border-radius:8px;margin:0 1rem 1rem}}.DashboardPreview_tableHeader__BMFQh{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;display:grid;font-size:.8rem;font-weight:600;grid-template-columns:2fr 1.5fr 1.5fr 1fr 1fr .5fr;padding:1rem 1.5rem}.DashboardPreview_tableBody__yVGlm{flex:1 1;overflow-y:auto}.DashboardPreview_row__mzSNf{align-items:center;border-bottom:1px solid #f1f5f9;display:grid;font-size:.9rem;grid-template-columns:2fr 1.5fr 1.5fr 1fr 1fr .5fr;padding:1rem 1.5rem}.DashboardPreview_row__mzSNf:last-child{border-bottom:none}.DashboardPreview_colName__eVgjI{align-items:center;color:#1e293b;display:flex;font-weight:500;gap:.75rem}.DashboardPreview_rowAvatar__H3MIl{align-items:center;border-radius:6px;color:#475569;display:flex;font-size:.7rem;font-weight:600;height:28px;justify-content:center;width:28px}.DashboardPreview_colDest__-x\+ej,.DashboardPreview_colSource__yID8M{color:#64748b}.DashboardPreview_statusBadge__AfhTg{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .6rem;text-transform:capitalize}.DashboardPreview_active__XmsE6{background:#dcfce7;color:#166534}.DashboardPreview_syncing__1Ce2F{background:#e0e7ff;color:#3730a3}.DashboardPreview_spin__kWSlc{animation:DashboardPreview_spin__kWSlc 2s linear infinite}.DashboardPreview_colTime__qdfPy{color:#94a3b8;font-size:.8rem}.DashboardPreview_colAction__jki6w{color:#cbd5e1;cursor:pointer}.DashboardPreview_floatingBadge__2hq\+x{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;gap:.75rem;padding:.75rem 1rem;position:absolute;z-index:20}.DashboardPreview_badgeIcon__cfERS{align-items:center;border-radius:8px;display:flex;height:28px;justify-content:center;width:28px}.DashboardPreview_badgeText__yUOaD{color:#1e293b;font-size:.9rem;font-weight:600}@keyframes DashboardPreview_spin__kWSlc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.HowItWorks_section__Q0fTI{background-color:var(--surface-alt);overflow:hidden;padding:10rem 0;position:relative}@media (max-width:768px){.HowItWorks_section__Q0fTI{padding:3rem 0}}@media (max-width:480px){.HowItWorks_section__Q0fTI{padding:2.5rem 0}}@media (max-width:390px){.HowItWorks_section__Q0fTI{padding:2rem 0}}.HowItWorks_container__MjKQi{margin:0 auto;max-width:1200px;padding:0 1.5rem}@media (max-width:768px){.HowItWorks_container__MjKQi{padding:0 1rem}}@media (max-width:480px){.HowItWorks_container__MjKQi{padding:0 .75rem}}.HowItWorks_heading__v\+4zy{margin-bottom:5rem;text-align:center}@media (max-width:768px){.HowItWorks_heading__v\+4zy{margin-bottom:2.5rem}}@media (max-width:480px){.HowItWorks_heading__v\+4zy{margin-bottom:2rem}}@media (max-width:390px){.HowItWorks_heading__v\+4zy{margin-bottom:1.5rem}}.HowItWorks_title__SMw8g{color:var(--text-main);font-size:1.875rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.875rem}@media (min-width:768px){.HowItWorks_title__SMw8g{font-size:2.5rem}}@media (min-width:1024px){.HowItWorks_title__SMw8g{font-size:3rem}}.HowItWorks_subtitle__ahpFq{color:var(--text-secondary);font-size:1rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:520px;padding:0 1rem}@media (min-width:768px){.HowItWorks_subtitle__ahpFq{font-size:1.25rem;padding:0}}.HowItWorks_stepsCard__cQX5F{background:#fff;border:1.5px solid var(--border-card);border-radius:24px;box-shadow:0 2px 8px -1px #00000014,0 1px 3px -1px #0000000f;margin:0 auto;max-width:1100px;padding:2.25rem 1.75rem;width:100%}@media (max-width:768px){.HowItWorks_stepsCard__cQX5F{border-radius:16px;padding:2rem 1.5rem}}.HowItWorks_stepsContainer__PVcr7{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1fr;width:100%}@media (min-width:768px){.HowItWorks_stepsContainer__PVcr7{align-items:center;gap:1rem;grid-template-columns:1fr auto 1fr auto 1fr}}.HowItWorks_stage__E55rX{align-items:center;display:flex;flex-direction:column;padding:0;position:relative;text-align:center;z-index:2}.HowItWorks_stageTitle__qgsF5{color:#1e293b;font-size:1.125rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:.625rem;margin-top:0}@media (min-width:768px){.HowItWorks_stageTitle__qgsF5{font-size:1.375rem;margin-bottom:.75rem}}.HowItWorks_stageDesc__-Fta-{color:#64748b;font-size:.9375rem;font-weight:400;line-height:1.6;margin:0;max-width:240px;padding:0}@media (min-width:768px){.HowItWorks_stageDesc__-Fta-{font-size:1rem;max-width:280px}}@media (max-width:480px){.HowItWorks_stageDesc__-Fta-{font-size:.875rem;max-width:200px}}.HowItWorks_iconCluster__oS6Hz{align-items:center;background:linear-gradient(135deg,#fff,#fafbff);border:1.5px solid var(--border-card);border-radius:12px;box-shadow:0 2px 6px -1px #0000000f,0 1px 2px -1px #0000000a;display:flex;height:120px;justify-content:center;margin-bottom:1.25rem;overflow:visible;position:relative;width:120px}@media (min-width:768px){.HowItWorks_iconCluster__oS6Hz{height:120px;width:120px}}@media (max-width:480px){.HowItWorks_iconCluster__oS6Hz{height:100px;width:100px}}@media (max-width:390px){.HowItWorks_iconCluster__oS6Hz{height:90px;width:90px}}.HowItWorks_appIcon__aNSkh{background-blend-mode:normal;background-color:#fff;background-position:50%;background-size:cover;border:3px solid #fff;border-radius:14px;box-shadow:0 8px 16px -4px #0000001f,0 4px 8px -2px #00000014,inset 0 1px 0 0 #fff9;height:56px;position:absolute;transition:all .4s cubic-bezier(.4,0,.2,1);width:56px;z-index:2}@media (min-width:768px){.HowItWorks_appIcon__aNSkh{height:60px;width:60px}}@media (max-width:480px){.HowItWorks_appIcon__aNSkh{border-radius:12px;height:44px;width:44px}}@media (max-width:390px){.HowItWorks_appIcon__aNSkh{border:2px solid #fff;border-radius:10px;height:40px;width:40px}}.HowItWorks_appIcon__aNSkh:hover{box-shadow:0 12px 24px -4px #00000029,0 6px 12px -2px #0000001f,inset 0 1px 0 0 #fffc;transform:translateY(-4px) scale(1.08)}.HowItWorks_gcal__XCw\+b{animation:HowItWorks_floatIcon__vgrVi 3s ease-in-out infinite;background-image:url("https://upload.wikimedia.org/wikipedia/commons/a/a5/Google_Calendar_icon_(2020).svg");left:12px;top:50%;transform:translateY(-50%)}.HowItWorks_notion__i7K9X{animation:HowItWorks_floatIcon__vgrVi 3s ease-in-out .5s infinite;background-image:url(https://upload.wikimedia.org/wikipedia/commons/e/e9/Notion-logo.svg);right:12px;top:50%;transform:translateY(-50%)}@keyframes HowItWorks_floatIcon__vgrVi{0%,to{transform:translateY(-50%) translateY(0)}50%{transform:translateY(-50%) translateY(-3px)}}.HowItWorks_connectionLine__OyP80{animation:HowItWorks_pulseLine__34CcQ 2s ease-in-out infinite;background:linear-gradient(90deg,#4f46e526 0,var(--primary) 20%,var(--primary-light) 50%,var(--primary) 80%,#4f46e526 100%);border-radius:var(--radius-full);box-shadow:0 0 6px #4f46e540;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px;z-index:1}@keyframes HowItWorks_pulseLine__34CcQ{0%,to{box-shadow:0 0 8px #4f46e54d;opacity:.6}50%{box-shadow:0 0 12px #4f46e580;opacity:1}}.HowItWorks_configVisual__tWAhB{background:linear-gradient(135deg,#fff,#fafbff);border:1.5px solid var(--border-card);border-radius:12px;box-shadow:0 2px 6px -1px #0000000f,0 1px 2px -1px #0000000a;display:flex;flex-direction:column;gap:.75rem;height:120px;justify-content:center;margin-bottom:1.25rem;overflow:hidden;padding:1rem;position:relative;width:120px}@media (min-width:768px){.HowItWorks_configVisual__tWAhB{gap:.75rem;height:120px;padding:1.125rem;width:120px}}@media (max-width:480px){.HowItWorks_configVisual__tWAhB{gap:.5rem;height:100px;padding:.75rem;width:100px}}@media (max-width:390px){.HowItWorks_configVisual__tWAhB{gap:.4rem;height:90px;padding:.625rem;width:90px}}.HowItWorks_configRow__6vpVL{align-items:center;display:flex;gap:.625rem;justify-content:space-between;position:relative;z-index:1}.HowItWorks_configField__hOJVe{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0cc;border-radius:6px;box-shadow:inset 0 1px 2px #0000000a;flex:1 1;height:12px;position:relative}.HowItWorks_configField__hOJVe:after{animation:HowItWorks_shimmer__BmC2B 2s infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);border-radius:6px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes HowItWorks_shimmer__BmC2B{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.HowItWorks_configArrow__XVS2Q{align-items:center;color:#8b5cf666;display:flex;font-size:24px;font-weight:300;justify-content:center;line-height:1;padding:0 .5rem}@keyframes HowItWorks_pulseArrow__lSblt{0%,to{opacity:1;transform:scale(1)}}.HowItWorks_configToggle__CEUj7{align-self:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:var(--radius-full);box-shadow:0 4px 8px #4f46e540,inset 0 1px 0 #fff3;cursor:pointer;height:22px;position:relative;transition:all .3s ease;width:40px}@media (max-width:480px){.HowItWorks_configToggle__CEUj7{height:24px;margin-top:.5rem;width:44px}}.HowItWorks_configToggle__CEUj7:hover{box-shadow:0 6px 12px #4f46e559,inset 0 1px 0 #ffffff4d}.HowItWorks_configToggle__CEUj7:after{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:50%;box-shadow:0 2px 4px #0003,inset 0 -1px 2px #0000001a;content:"";height:18px;position:absolute;right:2px;top:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:18px}@media (max-width:480px){.HowItWorks_configToggle__CEUj7:after{height:20px;width:20px}}.HowItWorks_syncVisual__8IflK{background:linear-gradient(135deg,#fff,#fafbff);border:1.5px solid var(--border-card);border-radius:12px;box-shadow:0 2px 6px -1px #0000000f,0 1px 2px -1px #0000000a;display:flex;flex-direction:column;height:120px;justify-content:space-between;margin-bottom:1.25rem;overflow:hidden;padding:1rem;position:relative;width:120px}@media (min-width:768px){.HowItWorks_syncVisual__8IflK{height:120px;padding:1.125rem;width:120px}}@media (max-width:480px){.HowItWorks_syncVisual__8IflK{height:100px;padding:.75rem;width:100px}}@media (max-width:390px){.HowItWorks_syncVisual__8IflK{height:90px;padding:.625rem;width:90px}}.HowItWorks_syncStatus__E6Fmf{align-items:center;align-self:flex-start;background:linear-gradient(135deg,var(--success-bg) 0,#d1fae5 100%);border:1px solid #10b98140;border-radius:var(--radius-full);box-shadow:0 2px 4px #10b98126,inset 0 1px 0 #fff9;color:var(--success-dark);display:flex;font-size:.75rem;font-weight:700;gap:.625rem;padding:.5rem .875rem;position:relative;z-index:1}.HowItWorks_syncDot__-QkuF{animation:HowItWorks_pulse__GNgRf 2s infinite;background:var(--success);border-radius:50%;box-shadow:0 0 0 0 #10b98166,0 0 0 0 #10b98166,inset 0 1px 2px #ffffff80;height:8px;position:relative;width:8px}.HowItWorks_syncDot__-QkuF:before{animation:HowItWorks_ripple__mT9z0 2s infinite;background:var(--success);border-radius:50%;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@keyframes HowItWorks_ripple__mT9z0{0%{opacity:.8;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2)}}.HowItWorks_syncGraph__FLYzH{align-items:flex-end;display:flex;gap:8px;height:60px;justify-content:center;padding:.75rem 0;position:relative;z-index:1}.HowItWorks_syncBar__wniLk{animation:HowItWorks_barBounce__lvuja 1.5s ease-in-out infinite;background:var(--gradient-primary);border-radius:8px 8px 0 0;box-shadow:0 4px 8px #4f46e540,inset 0 1px 0 #ffffff4d;overflow:hidden;position:relative;width:12px}.HowItWorks_syncBar__wniLk:before{background:linear-gradient(180deg,#ffffff4d,#0000);border-radius:8px 8px 0 0;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.HowItWorks_syncBar__wniLk:first-child{animation-delay:0s;height:50%}.HowItWorks_syncBar__wniLk:nth-child(2){animation-delay:.2s;height:100%}.HowItWorks_syncBar__wniLk:nth-child(3){animation-delay:.4s;height:35%}@keyframes HowItWorks_barBounce__lvuja{0%,to{transform:scaleY(1)}50%{transform:scaleY(.6)}}.HowItWorks_flowPath__zWpEH{background:var(--border);border-radius:var(--radius-full);display:none;flex:1 1;height:3px;overflow:hidden;position:relative}@media (min-width:768px){.HowItWorks_flowPath__zWpEH{display:block;max-width:120px;min-width:80px}}.HowItWorks_particle__qCS76{background:var(--gradient-primary);border-radius:var(--radius-full);box-shadow:0 0 8px #4f46e566;height:100%;left:0;position:absolute;top:0;width:50%}@keyframes HowItWorks_pulse__GNgRf{0%,to{box-shadow:0 0 0 0 #10b98166;opacity:1;transform:scale(1)}50%{box-shadow:0 0 0 4px #10b98100;opacity:.9;transform:scale(1.1)}}@keyframes HowItWorks_spin__V-55n{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Features_features__9sHlB{background:var(--surface);overflow:hidden;padding:10rem 0;position:relative}@media (max-width:768px){.Features_features__9sHlB{padding:3rem 0}}@media (max-width:480px){.Features_features__9sHlB{padding:2.5rem 0}}@media (max-width:390px){.Features_features__9sHlB{padding:2rem 0}}.Features_container__w9zmW{margin:0 auto;max-width:1200px;padding:0 1.5rem}@media (max-width:768px){.Features_container__w9zmW{padding:0 1rem}}@media (max-width:480px){.Features_container__w9zmW{padding:0 .75rem}}.Features_header__YzaAr{margin-bottom:6rem;margin-left:auto;margin-right:auto;max-width:680px;text-align:center}@media (max-width:768px){.Features_header__YzaAr{margin-bottom:3rem}}@media (max-width:480px){.Features_header__YzaAr{margin-bottom:2rem}}.Features_mainTitle__xWjh7{color:var(--text-main);font-size:1.875rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.875rem;margin-left:auto;margin-right:auto;max-width:650px;padding:0 1rem}@media (min-width:768px){.Features_mainTitle__xWjh7{font-size:2.5rem;padding:0}}@media (min-width:1024px){.Features_mainTitle__xWjh7{font-size:3rem}}.Features_featureList__B2EKI{display:flex;flex-direction:column;gap:5rem}@media (max-width:768px){.Features_featureList__B2EKI{gap:2.5rem}}@media (max-width:480px){.Features_featureList__B2EKI{gap:2rem}}@media (max-width:390px){.Features_featureList__B2EKI{gap:1.75rem}}.Features_separator__\+PPPS{background:linear-gradient(90deg,#0000,var(--border),#0000);height:1px;margin:0 auto;max-width:200px;opacity:.4;width:100%}.Features_featureBlock__Rm-qa{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (max-width:390px){.Features_featureBlock__Rm-qa{gap:1.25rem}}@media (min-width:768px){.Features_featureBlock__Rm-qa{gap:3rem}}@media (min-width:992px){.Features_featureBlock__Rm-qa{gap:4rem}}.Features_textColumn__nwplU{display:flex;flex-direction:column;gap:1.25rem;order:1}@media (min-width:768px){.Features_textColumn__nwplU{gap:1.5rem}}@media (min-width:992px){.Features_textColumn__nwplU{gap:1.75rem}}.Features_visualColumn__QNG6p{order:2}@media (min-width:992px){.Features_featureBlock__Rm-qa{gap:6rem;grid-template-columns:1fr 1fr}.Features_textColumn__nwplU,.Features_visualColumn__QNG6p{order:0}.Features_orderLast__ISc2d{order:1}}.Features_iconWrapper__vH4rS{align-items:center;display:flex;gap:.75rem;margin-bottom:.625rem}.Features_featureIcon__e9n\+T{flex-shrink:0;height:1.625rem;width:1.625rem}.Features_featureTitle__rQv1l{color:var(--text-main);font-size:1.375rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin:0}@media (min-width:768px){.Features_featureTitle__rQv1l{font-size:1.5rem}}@media (min-width:992px){.Features_featureTitle__rQv1l{font-size:1.625rem}}.Features_description__3F\+Fh{color:var(--text-muted);font-size:1rem;font-weight:400;line-height:1.6;margin:0}@media (min-width:768px){.Features_description__3F\+Fh{font-size:1.125rem}}.Features_subtext__1PD0A{color:var(--text-muted);font-size:.9375rem;line-height:1.7;margin:0}@media (min-width:768px){.Features_subtext__1PD0A{font-size:1rem}}.Features_bulletList__kIGtH{display:flex;flex-direction:column;gap:.6875rem;list-style:none;margin:1rem 0;padding:0}.Features_bulletItem__eCglx{align-items:flex-start;color:var(--text-secondary);display:flex;font-size:1rem;font-weight:500;gap:.875rem;line-height:1.6}.Features_checkIcon__MfutD{flex-shrink:0;height:1.125rem;margin-top:.25rem;width:1.125rem}.Features_learnMore__vpcHD{align-items:center;display:inline-flex;font-weight:600;gap:.5rem;margin-top:.5rem;text-decoration:none;transition:gap .2s ease}.Features_learnMore__vpcHD:hover{gap:.75rem}.Features_visualColumn__QNG6p{position:relative}.Features_visualCard__tWUYg{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);border:1.5px solid var(--border-card);border-radius:var(--radius-2xl);box-shadow:0 2px 8px -1px #00000014,0 1px 3px -1px #0000000f;display:flex;justify-content:center;min-height:220px;overflow:hidden;padding:1.25rem;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}@media (max-width:390px){.Features_visualCard__tWUYg{min-height:200px;padding:1rem}}@media (min-width:768px){.Features_visualCard__tWUYg{min-height:320px;padding:2rem}}@media (min-width:992px){.Features_visualCard__tWUYg{min-height:340px;padding:2.5rem}}.Features_visualCard__tWUYg:before{background:var(--gradient-primary);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.Features_visualCard__tWUYg:hover{border-color:#00000014;box-shadow:0 4px 12px -2px #0000001a,0 2px 6px -1px #00000014;transform:translateY(-2px)}.Features_visualCard__tWUYg:hover:before{opacity:.5}.Features_visualContainer__DHk49{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Features_syncVisual__U7Tdw{display:flex;flex-direction:column;gap:1.5rem;max-width:320px;width:100%}@media (max-width:480px){.Features_syncVisual__U7Tdw{gap:1rem;max-width:280px}}@media (max-width:390px){.Features_syncVisual__U7Tdw{max-width:100%}}.Features_appCard__C679\+{animation:Features_floatCard__INfr8 6s ease-in-out infinite;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0cc;border-radius:14px;box-shadow:0 4px 8px -2px #0000000f,0 2px 4px -1px #00000008,inset 0 1px 0 0 #fffc;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:480px){.Features_appCard__C679\+{animation:none;padding:1rem}}@media (max-width:390px){.Features_appCard__C679\+{padding:.875rem}}.Features_appCard__C679\+:before{background:var(--gradient-primary);content:"";height:2px;left:0;opacity:.4;position:absolute;right:0;top:0}.Features_appCard__C679\+:hover{box-shadow:0 8px 16px -4px #0000001a,0 4px 8px -2px #0000000d,inset 0 1px 0 0 #ffffffe6;transform:translateY(-3px)}.Features_appCard__C679\+:nth-child(3){animation-delay:3s}@keyframes Features_floatCard__INfr8{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.Features_appHeader__a0CV9{align-items:center;border-bottom:1.5px solid #e2e8f0cc;display:flex;font-size:.8125rem;font-weight:700;gap:.625rem;letter-spacing:-.01em;margin-bottom:.875rem;padding-bottom:.625rem}@media (max-width:480px){.Features_appHeader__a0CV9{font-size:.75rem;gap:.5rem;margin-bottom:.625rem;padding-bottom:.5rem}}@media (max-width:390px){.Features_appHeader__a0CV9{font-size:.7rem;gap:.375rem;margin-bottom:.5rem}}.Features_gcalHeader__5yhfQ{color:#4285f4}.Features_notionHeader__86el\+{color:#000}.Features_eventItem__1URWv{background:linear-gradient(135deg,#e8f0fe,#dbeafe);border-left:4px solid #4285f4;border-radius:8px;box-shadow:0 1px 2px #4285f41a;padding:.625rem .75rem}@media (max-width:480px){.Features_eventItem__1URWv{border-left:3px solid #4285f4;border-radius:6px;padding:.5rem .625rem}}@media (max-width:390px){.Features_eventItem__1URWv{padding:.4rem .5rem}}.Features_eventTime__owl0t{color:#4285f4;font-size:.75rem;font-weight:700;letter-spacing:.01em;margin-bottom:.25rem}@media (max-width:480px){.Features_eventTime__owl0t{font-size:.6875rem;margin-bottom:.1875rem}}@media (max-width:390px){.Features_eventTime__owl0t{font-size:.65rem}}.Features_eventTitle__CeirU{color:#1f2937;font-size:.875rem;font-weight:600;line-height:1.4}@media (max-width:480px){.Features_eventTitle__CeirU{font-size:.8125rem;line-height:1.3}}@media (max-width:390px){.Features_eventTitle__CeirU{font-size:.75rem}}.Features_notionRow__DnkP2{align-items:center;animation:Features_highlightRow__leox2 3s infinite;border-radius:8px;display:flex;gap:.75rem;padding:.5rem;transition:all .3s ease}@media (max-width:480px){.Features_notionRow__DnkP2{animation:none;gap:.5rem;padding:.4rem}}@media (max-width:390px){.Features_notionRow__DnkP2{gap:.375rem;padding:.3rem}}@keyframes Features_highlightRow__leox2{0%,40%{background:#0000;box-shadow:none}50%{background:linear-gradient(135deg,#dcfce7,#bbf7d0);box-shadow:0 2px 4px #10b98126}60%,to{background:#0000;box-shadow:none}}.Features_notionTag__4xafR{background:linear-gradient(135deg,#fdecc8,#fde68a);border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#402c1b;font-size:.6875rem;font-weight:700;letter-spacing:.01em;padding:.25rem .5rem;text-transform:uppercase}@media (max-width:480px){.Features_notionTag__4xafR{border-radius:4px;font-size:.625rem;padding:.1875rem .375rem}}@media (max-width:390px){.Features_notionTag__4xafR{font-size:.5625rem;padding:.125rem .3rem}}.Features_notionText__MrH\+D{color:#374151;font-size:.875rem;font-weight:600;letter-spacing:-.01em}@media (max-width:480px){.Features_notionText__MrH\+D{font-size:.8125rem}}@media (max-width:390px){.Features_notionText__MrH\+D{font-size:.75rem}}.Features_transferArrow__3j2QG{display:flex;height:20px;justify-content:center;position:relative}.Features_transferDot__WKXOw{animation:Features_dropDown__NVtjI 3s ease-in-out infinite;background:var(--primary);border-radius:50%;height:8px;width:8px}@keyframes Features_dropDown__NVtjI{0%{opacity:0;transform:translateY(-10px)}20%{opacity:1}40%{opacity:0;transform:translateY(10px)}to{opacity:0;transform:translateY(10px)}}.Features_mappingVisual__g90MC{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 4px 20px #00000014,0 1px 4px #0000000a;max-width:420px;overflow:hidden;padding:1.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}@media (max-width:480px){.Features_mappingVisual__g90MC{max-width:100%;padding:1.25rem}}@media (max-width:390px){.Features_mappingVisual__g90MC{padding:1rem}}.Features_mappingVisual__g90MC:before{background:linear-gradient(90deg,#7c3aedcc,#8b5cf6cc);border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.Features_mappingVisual__g90MC:hover{box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f;transform:translateY(-2px)}.Features_mappingHeader__G4Uaf{color:#1e293b;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;position:relative;text-align:center;text-transform:uppercase;z-index:1}@media (max-width:480px){.Features_mappingHeader__G4Uaf{font-size:.75rem;letter-spacing:.03em;margin-bottom:1rem}}@media (max-width:390px){.Features_mappingHeader__G4Uaf{font-size:.7rem;margin-bottom:.875rem}}.Features_mappingRows__jGo6r{display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width:480px){.Features_mappingRows__jGo6r{gap:.75rem}}@media (max-width:390px){.Features_mappingRows__jGo6r{gap:.625rem}}.Features_mappingRow__Co0R1{align-items:center;background:#f8fafc80;border:1px solid #e2e8f099;border-radius:12px;display:flex;gap:.75rem;padding:.75rem;position:relative;transition:all .3s ease}@media (max-width:480px){.Features_mappingRow__Co0R1{gap:.5rem;padding:.625rem}}@media (max-width:390px){.Features_mappingRow__Co0R1{border-radius:8px;gap:.375rem;padding:.5rem}}.Features_mappingRow__Co0R1:hover{background:#f8fafccc;border-color:#8b5cf64d;box-shadow:0 2px 8px #8b5cf61a}.Features_mappingRow__Co0R1:before{background:linear-gradient(180deg,#7c3aed99,#8b5cf699);border-radius:12px 0 0 12px;bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:3px}.Features_mappingRow__Co0R1:hover:before{opacity:1}.Features_sourceField__HgAdp,.Features_targetField__Mf2Oy{align-items:center;display:flex;flex:1 1;min-width:0}.Features_fieldValue__So9hr{background:linear-gradient(135deg,#a78bfa1f,#8b5cf62e);border:1.5px solid #8b5cf640;border-radius:8px;box-shadow:0 2px 4px #8b5cf614,inset 0 1px 0 #fff9;color:#1e293b;font-size:.8125rem;font-weight:600;padding:.75rem 1rem;text-align:center;transition:all .2s ease;width:100%}@media (max-width:480px){.Features_fieldValue__So9hr{border-radius:6px;font-size:.75rem;padding:.5rem .625rem}}@media (max-width:390px){.Features_fieldValue__So9hr{font-size:.7rem;padding:.375rem .5rem}}.Features_mappingRow__Co0R1:hover .Features_fieldValue__So9hr{border-color:#8b5cf659;box-shadow:0 3px 6px #8b5cf61f,inset 0 1px 0 #ffffffb3;transform:translateY(-1px)}.Features_mappingArrow__QYM0v{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;position:relative;width:40px}@media (max-width:480px){.Features_mappingArrow__QYM0v{height:16px;width:32px}}@media (max-width:390px){.Features_mappingArrow__QYM0v{height:14px;width:28px}}.Features_mappingArrow__QYM0v svg{filter:drop-shadow(0 1px 2px rgba(124,58,237,.3));height:100%;width:100%}.Features_mappingArrow__QYM0v svg path{animation:Features_arrowFlow__mrGIW 2s ease-in-out infinite}@keyframes Features_arrowFlow__mrGIW{0%,to{opacity:.7}50%{opacity:1}}.Features_automationVisual__-7k0d{display:flex;flex-direction:column;gap:.75rem;max-width:260px;width:100%}@media (max-width:480px){.Features_automationVisual__-7k0d{gap:.5rem;max-width:100%}}@media (max-width:390px){.Features_automationVisual__-7k0d{gap:.4rem}}.Features_logicBlock__DqWAP{animation:Features_slideInBlock__YU7fu 3s infinite;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 4px 8px -2px #0000000f,0 2px 4px -1px #00000008,inset 0 1px 0 0 #fffc;opacity:0;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:480px){.Features_logicBlock__DqWAP{animation:none;opacity:1}}.Features_logicBlock__DqWAP:before{background:var(--gradient-primary);content:"";height:2px;left:0;opacity:.5;position:absolute;right:0;top:0}.Features_logicBlock__DqWAP:first-child{animation-delay:0s}.Features_logicBlock__DqWAP:nth-child(3){animation-delay:.5s}.Features_logicBlock__DqWAP:nth-child(5){animation-delay:1s}@keyframes Features_slideInBlock__YU7fu{0%{opacity:0;transform:translateX(-20px)}10%,80%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.Features_logicHeader__DNe8n{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-bottom:1.5px solid #e2e8f0cc;box-shadow:inset 0 1px 0 #fff9;color:var(--text-main);font-size:.6875rem;font-weight:800;letter-spacing:.05em;padding:.375rem .875rem;text-transform:uppercase}@media (max-width:480px){.Features_logicHeader__DNe8n{font-size:.625rem;letter-spacing:.03em;padding:.3rem .625rem}}@media (max-width:390px){.Features_logicHeader__DNe8n{font-size:.5625rem;padding:.25rem .5rem}}.Features_logicContent__x6TLy{align-items:center;color:var(--text-main);display:flex;font-size:.875rem;font-weight:600;gap:.625rem;padding:.875rem}@media (max-width:480px){.Features_logicContent__x6TLy{font-size:.8125rem;gap:.5rem;padding:.625rem}}@media (max-width:390px){.Features_logicContent__x6TLy{font-size:.75rem;gap:.375rem;padding:.5rem}}.Features_logicArrow__D--k1{animation:Features_fadeInArrow__VYC31 3s infinite;color:var(--text-muted);font-size:1rem;opacity:0;text-align:center}@media (max-width:480px){.Features_logicArrow__D--k1{animation:none;opacity:1}}.Features_logicArrow__D--k1:nth-child(2){animation-delay:.25s}.Features_logicArrow__D--k1:nth-child(4){animation-delay:.75s}@keyframes Features_fadeInArrow__VYC31{0%,5%{opacity:0}15%,80%{opacity:1}to{opacity:0}}.Features_securityVisual__0ygaJ{align-items:center;display:flex;justify-content:center;padding:1rem;width:100%}.Features_vault__2Ga5s{align-items:center;background:linear-gradient(135deg,#1e293b,#334155 50%,#475569);border:2px solid #47556999;border-radius:24px;box-shadow:0 20px 40px -10px #0000004d,0 8px 16px -4px #0003,inset 0 1px 0 #ffffff1a,inset 0 -1px 0 #0003;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:200px}@media (max-width:768px){.Features_vault__2Ga5s{height:180px;width:180px}}@media (max-width:480px){.Features_vault__2Ga5s{border-radius:20px;height:160px;width:160px}}@media (max-width:390px){.Features_vault__2Ga5s{border-radius:16px;height:140px;width:140px}}.Features_vault__2Ga5s:after{animation:Features_scanLight__L\+T0g 3s linear infinite;background:linear-gradient(45deg,#0000 45%,#ffffff1a 50%,#0000 55%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes Features_scanLight__L\+T0g{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(0) rotate(0deg)}}.Features_vaultDoor__ajRGb{align-items:center;background:linear-gradient(135deg,#374151,#4b5563);border:3px dashed #6b728099;border-radius:50%;box-shadow:inset 0 4px 8px #0000004d,0 2px 4px #0003;display:flex;height:140px;justify-content:center;position:relative;width:140px}.Features_vaultHandle__UXXDK{background:linear-gradient(135deg,#9ca3af,#6b7280);border-radius:6px;box-shadow:0 2px 4px #0000004d,inset 0 1px 0 #fff3;height:12px;position:absolute;transform:rotate(-45deg);width:90px}.Features_vaultLock__6znSH{animation:Features_shakeLock__Zdo3E 4s infinite;background:linear-gradient(135deg,#1e293b,#334155);border-radius:8px;box-shadow:0 4px 8px #0006,inset 0 1px 0 #ffffff1a;color:var(--success);filter:drop-shadow(0 0 4px rgba(16,185,129,.4));padding:8px;z-index:2}@keyframes Features_shakeLock__Zdo3E{0%,90%{transform:rotate(0)}92%{transform:rotate(-10deg)}94%{transform:rotate(10deg)}96%{transform:rotate(-10deg)}98%{transform:rotate(10deg)}to{transform:rotate(0)}}.Features_vaultStatus__akD77{align-items:center;background:linear-gradient(135deg,var(--success-dark) 0,#059669 100%);border:2px solid var(--success);border-radius:var(--radius-full);bottom:-18px;box-shadow:0 6px 12px #0596694d,0 2px 4px #05966933,inset 0 1px 0 #fff3;color:#fff;display:flex;font-size:.75rem;font-weight:700;gap:.625rem;letter-spacing:.02em;padding:.5rem 1rem;position:absolute;text-transform:uppercase;z-index:5}@media (max-width:480px){.Features_vaultStatus__akD77{bottom:-16px;font-size:.6875rem;gap:.5rem;padding:.375rem .75rem}}@media (max-width:390px){.Features_vaultStatus__akD77{bottom:-14px;font-size:.625rem;gap:.375rem;padding:.3rem .625rem}}.Features_statusDot__6absK{animation:Features_blink__tvvDh 1s infinite;background:#34d399;border-radius:50%;height:6px;width:6px}@keyframes Features_blink__tvvDh{0%,to{opacity:1}50%{opacity:.5}}.Features_setupVisual__gKY11{max-width:340px;width:100%}@media (max-width:480px){.Features_setupVisual__gKY11{max-width:100%}}.Features_connectCard__SodB9{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0cc;border-radius:20px;box-shadow:0 8px 16px -4px #00000014,0 4px 8px -2px #0000000a,inset 0 1px 0 0 #ffffffe6;overflow:hidden;padding:2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:480px){.Features_connectCard__SodB9{padding:1.5rem}}@media (max-width:390px){.Features_connectCard__SodB9{padding:1.25rem}}.Features_connectCard__SodB9:before{background:var(--gradient-primary);content:"";height:3px;left:0;opacity:.6;position:absolute;right:0;top:0}.Features_connectCard__SodB9:hover{box-shadow:0 12px 24px -4px #0000001f,0 6px 12px -2px #0000000f,inset 0 1px 0 0 #ffffffe6;transform:translateY(-2px)}.Features_connectHeader__zYvcP{color:var(--text-main);font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.75rem;position:relative;z-index:1}@media (max-width:480px){.Features_connectHeader__zYvcP{font-size:.9375rem;margin-bottom:1.25rem}}@media (max-width:390px){.Features_connectHeader__zYvcP{font-size:.875rem;margin-bottom:1rem}}.Features_connectRow__GPjZu{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1}.Features_connectIcon__AQnd5{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a);border-radius:10px;box-shadow:0 4px 8px #00000026,inset 0 1px 0 #ffffff1a;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:40px;justify-content:center;width:40px}.Features_connectText__J2PgM{color:var(--text-main);flex:1 1;font-size:.9375rem;font-weight:600}.Features_connectButton__Tn7HM{animation:Features_clickBtn__5B8ta 3s infinite;background:linear-gradient(135deg,var(--warning) 0,var(--warning-dark) 100%);border:none;border-radius:10px;box-shadow:0 4px 8px #f59e0b4d,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.01em;min-height:44px;padding:.625rem 1.25rem;transition:all .2s ease}@media (max-width:480px){.Features_connectButton__Tn7HM{animation:none;padding:.75rem 1.25rem}}@keyframes Features_clickBtn__5B8ta{0%,40%{transform:scale(1)}45%{background:#d97706;transform:scale(.95)}50%{background:#f59e0b;transform:scale(1)}to{transform:scale(1)}}.Features_connectStatus__u0XZH{align-items:center;animation:Features_showStatus__wahDU 3s infinite;background:linear-gradient(135deg,var(--success-bg) 0,#d1fae5 100%);border:1.5px solid #10b9814d;border-radius:10px;box-shadow:0 2px 4px #10b98126,inset 0 1px 0 #fff9;color:var(--success-dark);display:flex;font-size:.875rem;font-weight:700;gap:.625rem;opacity:0;padding:.75rem 1rem;position:relative;z-index:1}@media (max-width:480px){.Features_connectStatus__u0XZH{animation:none;opacity:1}}@keyframes Features_showStatus__wahDU{0%,45%{opacity:0;transform:translateY(10px)}50%,90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}.ParallaxBackground_container__YOyAb{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.ParallaxBackground_shape__M5xu8{filter:blur(60px);opacity:.4;position:absolute}.ParallaxBackground_circleLarge__ui6kz{background:radial-gradient(circle,#4f46e526 0,#0000 70%);border-radius:50%;height:600px;width:600px}.ParallaxBackground_circleMedium__3P3TA{background:radial-gradient(circle,#db27771a 0,#0000 70%);border-radius:50%;height:400px;width:400px}.ParallaxBackground_circleSmall__OwRk2{background:radial-gradient(circle,#7c3aed26 0,#0000 70%);border-radius:50%;height:200px;width:200px}.ParallaxBackground_square__5WDj0{background:linear-gradient(135deg,#4f46e50d,#db27770d);border-radius:40px;height:300px;transform:rotate(45deg);width:300px}.ParallaxBackground_triangle__2ju1z{border-bottom:260px solid #3b82f60d;border-left:150px solid #0000;border-right:150px solid #0000;filter:blur(40px);height:0;width:0}.Integrations_integrations__gXdHA{background-color:initial;overflow:hidden;padding:8rem 0;position:relative}@media (max-width:768px){.Integrations_integrations__gXdHA{padding:3rem 0}}@media (max-width:480px){.Integrations_integrations__gXdHA{padding:2.5rem 0}}@media (max-width:390px){.Integrations_integrations__gXdHA{padding:2rem 0}}.Integrations_integrations__gXdHA:before{background:radial-gradient(circle,#8b5cf614 0,#0000 70%);content:"";filter:blur(60px);height:300px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px;z-index:-1}.Integrations_container__zf9jV{margin:0 auto;max-width:1200px;padding:0 1.5rem;text-align:center}@media (max-width:768px){.Integrations_container__zf9jV{padding:0 1rem}}@media (max-width:480px){.Integrations_container__zf9jV{padding:0 .75rem}}.Integrations_heading__9F6o5{margin-bottom:4rem}@media (max-width:768px){.Integrations_heading__9F6o5{margin-bottom:2.5rem}}@media (max-width:480px){.Integrations_heading__9F6o5{margin-bottom:2rem}}@media (max-width:390px){.Integrations_heading__9F6o5{margin-bottom:1.5rem}}.Integrations_title__SmBWh{color:var(--text-main);font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:.875rem}@media (min-width:768px){.Integrations_title__SmBWh{font-size:2.25rem}}@media (min-width:1024px){.Integrations_title__SmBWh{font-size:2.75rem}}.Integrations_subtitle__MbIK2{color:var(--text-muted);font-size:1rem;margin:0 auto;max-width:520px;padding:0 1rem}@media (min-width:768px){.Integrations_subtitle__MbIK2{font-size:1.125rem;padding:0}}.Integrations_marqueeWrapper__mdPfv{display:flex;mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);overflow:hidden;width:100%}.Integrations_marquee__XwpCE{align-items:center;animation:Integrations_scroll__UzAC3 40s linear infinite;display:flex;flex-shrink:0;gap:4rem;min-width:100%;padding:1rem 0;width:-webkit-max-content;width:max-content}@keyframes Integrations_scroll__UzAC3{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.Integrations_logoItem__lZ96r{align-items:center;cursor:default;display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;opacity:.7;transition:all var(--transition-normal);width:100px}.Integrations_logoItem__lZ96r:hover{opacity:1;transform:translateY(-1px)}.Integrations_iconWrapper__2bmCg{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border:1px solid #ffffff80;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);color:var(--text-secondary);display:flex;height:4rem;justify-content:center;transition:all var(--transition-normal);width:4rem}.Integrations_logoItem__lZ96r:hover .Integrations_iconWrapper__2bmCg{background:#fff;border-color:#8b5cf64d;box-shadow:0 0 16px #8b5cf633;color:var(--primary)}.Integrations_name__6DnjT{color:var(--text-secondary);font-size:.875rem;font-weight:600}.Pricing_pricing__gDc4I{background:linear-gradient(180deg,#fff,#fafbfe);overflow:hidden;padding:10rem 0;position:relative}@media (max-width:768px){.Pricing_pricing__gDc4I{padding:3rem 0}}@media (max-width:480px){.Pricing_pricing__gDc4I{padding:2.5rem 0}}@media (max-width:390px){.Pricing_pricing__gDc4I{padding:2rem 0}}.Pricing_pricing__gDc4I:before{background:radial-gradient(circle,#8b5cf60f 0,#0000 70%);content:"";filter:blur(60px);height:500px;left:-10%;position:absolute;top:20%;width:500px;z-index:0}.Pricing_pricing__gDc4I:after{background:radial-gradient(circle,#7c3aed0f 0,#0000 70%);bottom:10%;content:"";filter:blur(60px);height:400px;position:absolute;right:-5%;width:400px;z-index:0}.Pricing_container__emfe4{margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative;z-index:1}@media (max-width:768px){.Pricing_container__emfe4{padding:0 1rem}}@media (max-width:480px){.Pricing_container__emfe4{padding:0 .75rem}}.Pricing_heading__K2Ur\+{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem;text-align:center}@media (max-width:768px){.Pricing_heading__K2Ur\+{gap:1.5rem;margin-bottom:3rem}}@media (max-width:480px){.Pricing_heading__K2Ur\+{gap:1rem;margin-bottom:2rem}}.Pricing_title__pML6R{color:var(--text-main);font-size:1.875rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:0}@media (min-width:768px){.Pricing_title__pML6R{font-size:2.5rem}}@media (min-width:1024px){.Pricing_title__pML6R{font-size:3rem}}.Pricing_toggleContainer__HwLpZ{align-items:center;background:#fff;border:1px solid #00000014;border-radius:9999px;box-shadow:0 1px 3px #0000000f;display:flex;gap:.875rem;padding:.5rem 1.125rem}.Pricing_toggleLabel__oDIlo{align-items:center;color:var(--text-secondary);display:flex;font-size:.875rem;font-weight:600;gap:.5rem;transition:color .2s}.Pricing_activeLabel__leE2f{color:var(--text-main)}.Pricing_toggleSwitch__emuWd{background:#e2e8f0;border:none;border-radius:9999px;box-shadow:inset 0 1px 3px #00000014;cursor:pointer;height:28px;padding:3px;position:relative;transition:background-color .25s cubic-bezier(.4,0,.2,1);width:52px}.Pricing_toggleSwitch__emuWd.Pricing_toggled__xRPWo{background:var(--primary);box-shadow:inset 0 1px 3px #4f46e533}.Pricing_toggleHandle__hwJY2{background:#fff;border-radius:50%;box-shadow:0 2px 4px #00000026,0 1px 2px #0000001a;height:22px;left:3px;position:absolute;top:3px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:22px}.Pricing_toggleSwitch__emuWd.Pricing_toggled__xRPWo .Pricing_toggleHandle__hwJY2{transform:translateX(24px)}.Pricing_saveBadge__fYHR4{background:#dcfce7;border-radius:9999px;color:#16a34a;font-size:.6875rem;font-weight:700;letter-spacing:.02em;line-height:1;padding:.15rem .5rem;text-transform:uppercase}.Pricing_grid__8lnVT{grid-gap:1.75rem;align-items:stretch;display:grid;gap:1.75rem;grid-template-columns:1fr;margin:0 auto;max-width:64rem}@media (min-width:640px){.Pricing_grid__8lnVT{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Pricing_grid__8lnVT{gap:2rem;grid-template-columns:repeat(3,1fr)}}.Pricing_card__ZrGwW{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffffe6;border:1px solid var(--border-card);border-radius:1.5rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;padding:1.75rem 1.5rem;position:relative;transition:all .3s ease}@media (min-width:768px){.Pricing_card__ZrGwW{padding:2rem 1.75rem}}@media (max-width:480px){.Pricing_card__ZrGwW{padding:1.5rem 1.25rem}}.Pricing_card__ZrGwW:hover{border-color:#8b5cf640;box-shadow:0 12px 32px -6px #8b5cf61f,0 6px 16px -4px #8b5cf614;transform:translateY(-4px)}.Pricing_card__ZrGwW:first-child{background:linear-gradient(180deg,#fff 0,#fafbfe)}.Pricing_card__ZrGwW:nth-child(2){-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border:3px solid #8b5cf6;box-shadow:0 8px 24px -4px #8b5cf63d,0 4px 12px -3px #8b5cf62e,0 0 0 1px #8b5cf61a;position:relative;transform:scale(1);z-index:2}@media (min-width:768px){.Pricing_card__ZrGwW:nth-child(2){transform:scale(1.05)}}@media (min-width:1024px){.Pricing_card__ZrGwW:nth-child(2){transform:scale(1.08)}}.Pricing_card__ZrGwW:nth-child(2):hover{box-shadow:0 16px 40px -8px #8b5cf64d,0 8px 20px -5px #8b5cf633;transform:scale(1.08) translateY(-3px)}.Pricing_card__ZrGwW:nth-child(3){background:linear-gradient(180deg,#fff 0,#fafbfe)}.Pricing_tierName__SVyTB{color:var(--text-main);font-size:1.25rem;font-weight:800;letter-spacing:-.01em;margin-bottom:.5rem}.Pricing_priceContainer__FZjbn{align-items:baseline;display:flex;gap:.25rem;margin:.875rem 0 1.75rem}.Pricing_price__HWFdD{color:var(--text-main);font-size:2.5rem;font-weight:900;letter-spacing:-.03em;line-height:1}@media (min-width:768px){.Pricing_price__HWFdD{font-size:3rem}}@media (min-width:1024px){.Pricing_price__HWFdD{font-size:3.5rem}}.Pricing_card__ZrGwW:nth-child(2) .Pricing_price__HWFdD{color:#5b21b6}.Pricing_period__2nxtf{color:var(--text-secondary);font-size:1rem;font-weight:500}.Pricing_features__8HTwh{color:var(--text-muted);flex:1 1;list-style:none;margin-bottom:2rem;padding:0}.Pricing_features__8HTwh li{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:.75rem;margin-bottom:1rem}.Pricing_features__8HTwh li:before{align-items:center;background:#dcfce7;border-radius:50%;color:#16a34a;content:"✓";display:flex;flex-shrink:0;font-size:.75rem;font-weight:800;height:20px;justify-content:center;width:20px}.Pricing_card__ZrGwW:nth-child(2) .Pricing_features__8HTwh li:before{background:#8b5cf6;color:#fff}.Accordion_accordion__TRtdg{border-bottom:1px solid var(--border-subtle);padding:1.25rem 0}.Accordion_button__hQgUZ{align-items:center;background:none;border:none;border-radius:.5rem;color:var(--text-main);cursor:pointer;display:flex;font-size:1.0625rem;font-weight:600;justify-content:space-between;padding:.625rem .75rem;text-align:left;transition:all .15s ease;width:100%}.Accordion_button__hQgUZ:hover{background-color:var(--surface-alt)}.Accordion_button__hQgUZ:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.Accordion_icon__06bjQ{flex-shrink:0;transform:rotate(0deg);transition:transform .3s ease}.Accordion_icon__06bjQ.Accordion_open__CDYGf{transform:rotate(180deg)}.Accordion_content__B267z{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.Accordion_contentOpen__0jvYM{max-height:500px;padding:1rem .5rem 0}.Accordion_contentInner__Y4yGO{color:var(--text-muted);font-size:.9375rem;line-height:1.55}.FAQ_faq__VsZ\+a{background:linear-gradient(to bottom,#fafbfe,var(--surface));padding:10rem 0;position:relative}@media (max-width:768px){.FAQ_faq__VsZ\+a{padding:3rem 0}}@media (max-width:480px){.FAQ_faq__VsZ\+a{padding:2.5rem 0}}@media (max-width:390px){.FAQ_faq__VsZ\+a{padding:2rem 0}}.FAQ_container__nkEgH{margin:0 auto;max-width:800px;padding:0 1.5rem;position:relative;z-index:1}@media (max-width:768px){.FAQ_container__nkEgH{padding:0 1rem}}@media (max-width:480px){.FAQ_container__nkEgH{padding:0 .75rem}}.FAQ_heading__2Svrj{margin-bottom:4rem;text-align:center}@media (max-width:768px){.FAQ_heading__2Svrj{margin-bottom:2.5rem}}@media (max-width:480px){.FAQ_heading__2Svrj{margin-bottom:2rem}}@media (max-width:390px){.FAQ_heading__2Svrj{margin-bottom:1.5rem}}.FAQ_title__08f18{color:var(--text-main);font-size:1.875rem;font-weight:800;line-height:1.2;margin-bottom:.875rem}@media (min-width:768px){.FAQ_title__08f18{font-size:2.5rem}}.FAQ_subtitle__PCUBK{color:var(--text-muted);font-size:1rem;padding:0 1rem}@media (min-width:768px){.FAQ_subtitle__PCUBK{font-size:1.125rem;padding:0}}.FAQ_contactLink__Jg988{color:var(--primary);font-weight:700;position:relative;text-decoration:none;transition:color .2s}.FAQ_contactLink__Jg988:after{background:var(--primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.FAQ_contactLink__Jg988:hover{color:var(--primary-dark)}.FAQ_contactLink__Jg988:hover:after{transform:scaleX(1);transform-origin:left}.FAQ_accordionContainer__mJHMT{display:flex;flex-direction:column;gap:1.5rem}.FAQ_accordionContainer__mJHMT>div{background:#fff;border:1px solid #8b5cf61a;border-radius:1rem;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;transition:all .3s ease}.FAQ_accordionContainer__mJHMT>div:hover{border-color:#8b5cf64d;box-shadow:0 10px 15px -3px #8b5cf61a;transform:translateY(-2px)}.CTABanner_ctaSection__BoA\+J{background:var(--surface);padding:8rem 0}@media (max-width:768px){.CTABanner_ctaSection__BoA\+J{padding:3rem 0}}@media (max-width:480px){.CTABanner_ctaSection__BoA\+J{padding:2.5rem 0}}@media (max-width:390px){.CTABanner_ctaSection__BoA\+J{padding:2rem 0}}.CTABanner_container__G\+yqH{margin:0 auto;max-width:1000px;padding:0 1.5rem}@media (max-width:768px){.CTABanner_container__G\+yqH{padding:0 1rem}}@media (max-width:480px){.CTABanner_container__G\+yqH{padding:0 .75rem}}.CTABanner_ctaCard__9GKxP{align-items:center;background:linear-gradient(135deg,#7c3aed,#6366f1);border-radius:1.5rem;box-shadow:0 12px 32px -6px #7c3aed66,0 6px 16px -4px #7c3aed4d;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:2.5rem 1.5rem;position:relative;text-align:center}@media (min-width:768px){.CTABanner_ctaCard__9GKxP{border-radius:2rem;padding:3.5rem 2rem}}.CTABanner_content__fmEJU{max-width:600px;position:relative;width:100%;z-index:2}.CTABanner_title__wbJ0L{color:#fff;font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:.875rem;padding:0 .5rem}@media (min-width:768px){.CTABanner_title__wbJ0L{font-size:2.25rem;padding:0}}@media (min-width:1024px){.CTABanner_title__wbJ0L{font-size:2.75rem}}.CTABanner_subtitle__OMcc4{color:#ffffffe6;font-size:1rem;margin-bottom:2rem;padding:0 .5rem}@media (min-width:768px){.CTABanner_subtitle__OMcc4{font-size:1.125rem;margin-bottom:2.5rem;padding:0}}.CTABanner_button__n6fB8{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;border:1px solid #fff6;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;max-width:280px;padding:.75rem 1.25rem;transition:all .2s ease;width:100%}@media (min-width:768px){.CTABanner_button__n6fB8{font-size:1rem;max-width:none;padding:.75rem 1.5rem;width:auto}}.CTABanner_button__n6fB8:hover{background-color:#ffffff59;border-color:#ffffff80;box-shadow:0 4px 12px -2px #0003;transform:translateY(-1px)}.CTABanner_shape1__kkbaH{background:radial-gradient(circle,#fff3 0,#0000 70%);border-radius:50%;bottom:-50px;height:200px;position:absolute;right:-50px;width:200px;z-index:1}.CTABanner_shape2__9q7mX{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;height:300px;left:-50px;position:absolute;top:-50px;width:300px;z-index:1}@media (min-width:768px){.CTABanner_title__wbJ0L{font-size:3rem}}.Footer_footer__AcWGP{background-color:#fff;border-top:1px solid var(--border);color:var(--text-secondary);padding:4rem 0 2rem}.Footer_container__fvqaJ{margin:0 auto;max-width:1200px;padding:0 1.5rem}.Footer_topSection__443fi{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}@media (min-width:1024px){.Footer_topSection__443fi{flex-direction:row;justify-content:space-between}}.Footer_brandColumn__L2Qv8{max-width:300px}.Footer_logoWrapper__HXIQR{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.Footer_logo__Gkrq2{height:32px}.Footer_brandName__-CIqO{color:var(--text-main);font-size:1.25rem;font-weight:700}.Footer_tagline__1SXmj{color:var(--text-secondary);font-size:.9375rem;line-height:1.5;margin-bottom:1.5rem}.Footer_statusBadge__7eIP9{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#15803d;display:inline-flex;font-size:.75rem;font-weight:500;gap:.5rem;padding:.25rem .75rem}.Footer_statusDot__Hopj\+{background:#22c55e;border-radius:50%;height:6px;width:6px}.Footer_linksColumn__jhB6P{min-width:120px}.Footer_columnTitle__q15eK{color:var(--text-main);font-size:.875rem;font-weight:600;margin-bottom:1rem}.Footer_linkList__sgvZS{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.Footer_linkList__sgvZS a{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s ease}.Footer_linkList__sgvZS a:hover{color:var(--text-main)}.Footer_bottomSection__lffB4{border-top:1px solid var(--surface-alt);display:flex;justify-content:flex-end;padding-top:2rem}.Footer_socialLinks__O8B6S{display:flex;gap:1.5rem}.Footer_socialLinks__O8B6S a{color:var(--text-muted);transition:color .2s ease}.Footer_socialLinks__O8B6S a:hover{color:var(--text-main)}@media (max-width:768px){.Footer_topSection__443fi{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr;text-align:center}.Footer_brandColumn__L2Qv8{grid-column:1/-1;margin-bottom:1rem}.Footer_brandColumn__L2Qv8,.Footer_linksColumn__jhB6P{align-items:center;display:flex;flex-direction:column}.Footer_bottomSection__lffB4{justify-content:center}}.LoadingSpinner_spinner__HCLI2{animation:LoadingSpinner_spin__doBWq 1s linear infinite;border-radius:50%;border-style:solid;display:inline-block}.LoadingSpinner_small__u79SR{border-width:2px;height:1rem;width:1rem}.LoadingSpinner_medium__kPcgN{border-width:3px;height:2rem;width:2rem}.LoadingSpinner_large__Ji-ft{border-width:4px;height:3rem;width:3rem}.LoadingSpinner_primary__JapO3{border-color:#4a90e2 #e5e7eb #e5e7eb}.LoadingSpinner_secondary__mo2NY{border-color:#50e3c2 #e5e7eb #e5e7eb}.LoadingSpinner_white__gotUE{border-color:#fff #ffffff4d #ffffff4d}.LoadingSpinner_visuallyHidden__TvnMz{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@keyframes LoadingSpinner_spin__doBWq{to{transform:rotate(1turn)}}body{color:var(--text-main);font-family:var(--font-sans);line-height:1.6;margin:0;min-height:100vh;padding:0;width:100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a{color:inherit;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}.pageBackground{background-color:var(--background);min-height:100vh;transition:background-color var(--transition-normal);width:100%}.theme-app.pageBackground,.theme-landing.pageBackground{background:var(--background)}
/*# sourceMappingURL=main.46cac06c.css.map*/