.styles-module__2L4pqW__root{--bg:#fff;--surface:#f9f9f9;--border:#e5e5e5;--border-hi:#d0d0d0;--sel:#111;--text:#111;--sub:#666;--muted:#999;--dim:#ccc;--green:#16a34a;--green-bg:#f0fdf4;--green-bd:#bbf7d0;--red:#dc2626;--red-bg:#fef2f2;--red-border:#fecaca;background:var(--bg);width:100%;height:100vh;color:var(--text);font-family:var(--font-plus-jakarta),sans-serif;-webkit-font-smoothing:antialiased;flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow:hidden}.styles-module__2L4pqW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.styles-module__2L4pqW__modal{border:1px solid var(--border-hi);background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:480px;animation:.3s cubic-bezier(.16,1,.3,1) styles-module__2L4pqW__modalIn;display:flex;overflow:hidden}@keyframes styles-module__2L4pqW__modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.styles-module__2L4pqW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.styles-module__2L4pqW__title{color:var(--text);letter-spacing:-.02em;font-size:16px;font-weight:700}.styles-module__2L4pqW__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:16px}.styles-module__2L4pqW__content{padding:20px}.styles-module__2L4pqW__steps{color:var(--sub);margin:0 0 24px;padding:0 0 0 1.2em;font-size:14px;line-height:1.7}.styles-module__2L4pqW__steps li{margin-bottom:12px}.styles-module__2L4pqW__steps code{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-size:12px}.styles-module__2L4pqW__steps a{color:var(--text);text-decoration:underline}.styles-module__2L4pqW__inputGroup{flex-direction:column;gap:8px;display:flex}.styles-module__2L4pqW__label{color:var(--muted);font-size:12px;font-weight:500}.styles-module__2L4pqW__input{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .15s}.styles-module__2L4pqW__input:focus{border-color:var(--text)}.styles-module__2L4pqW__footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}.styles-module__2L4pqW__cancelBtn{border:1px solid var(--border);color:var(--sub);cursor:pointer;background:#fff;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .15s}.styles-module__2L4pqW__cancelBtn:hover{border-color:var(--border-hi);color:var(--text)}.styles-module__2L4pqW__saveBtn{background:var(--text);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:background .15s}.styles-module__2L4pqW__saveBtn:hover{background:#333}.styles-module__2L4pqW__topbar{border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 32px;display:flex}.styles-module__2L4pqW__logo{color:var(--text);letter-spacing:-.02em;font-size:15px;font-weight:700}.styles-module__2L4pqW__logoText{color:var(--text);letter-spacing:-.02em;font-size:18px;font-weight:800}.styles-module__2L4pqW__progressRow{align-items:center;gap:6px;display:flex}.styles-module__2L4pqW__pip{background:var(--border);border-radius:50%;width:5px;height:5px;transition:background .35s,transform .35s}.styles-module__2L4pqW__pipDone{background:var(--text)}.styles-module__2L4pqW__pipNow{background:var(--text);transform:scale(1.5)}.styles-module__2L4pqW__stepLabel{color:var(--muted);font-size:11px;font-weight:600}.styles-module__2L4pqW__loginBtn{background:var(--sel);color:#fff;cursor:pointer;float:right;border:none;border-radius:6px;min-width:100px;padding:6px 4px;font-size:13px;font-weight:600;transition:all .15s}.styles-module__2L4pqW__loginBtn:hover{background:#333}.styles-module__2L4pqW__loginBtn:disabled{opacity:.6;cursor:not-allowed}.styles-module__2L4pqW__main{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden auto}.styles-module__2L4pqW__slide{opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:center;min-height:auto;padding:60px 24px;transition:opacity .35s,transform .35s;display:flex;position:absolute;top:0;left:0;right:0;overflow-y:auto;transform:translateY(12px)}.styles-module__2L4pqW__slideWelcome{flex-direction:column;justify-content:flex-start}.styles-module__2L4pqW__slideActive{opacity:1;pointer-events:all;justify-content:flex-start;transform:translateY(0)}.styles-module__2L4pqW__slideOut{opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-12px)}.styles-module__2L4pqW__slide:not(.styles-module__2L4pqW__slideActive):not(.styles-module__2L4pqW__slideOut){visibility:hidden}.styles-module__2L4pqW__botbar{border-top:1px solid var(--border);background:var(--bg);flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 32px;display:flex}.styles-module__2L4pqW__hint{color:var(--muted);font-size:11px}.styles-module__2L4pqW__btnRow{gap:6px;display:flex}.styles-module__2L4pqW__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:8px 16px;font-size:13px;font-weight:600;line-height:1;transition:all .15s;display:inline-flex}.styles-module__2L4pqW__btnPrimary{background:var(--text);color:#fff;border-color:var(--text)}.styles-module__2L4pqW__btnPrimary:hover{background:#333;border-color:#333}.styles-module__2L4pqW__btnPrimary:disabled{opacity:.25;pointer-events:none}.styles-module__2L4pqW__btnPrimary:active{transform:scale(.98)}.styles-module__2L4pqW__btnGhost{color:var(--sub);border-color:var(--border);background:0 0}.styles-module__2L4pqW__btnGhost:hover{border-color:var(--border-hi);color:var(--text);background:var(--surface)}.styles-module__2L4pqW__btnGhost:active{transform:scale(.98)}.styles-module__2L4pqW__btnCta{background:var(--text);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:700;transition:all .15s;display:inline-flex}.styles-module__2L4pqW__ctaNote{color:var(--muted);justify-content:center;align-items:center;gap:10px;margin-top:16px;font-size:13px;font-weight:500;display:flex}.styles-module__2L4pqW__ctaNote .styles-module__2L4pqW__dot{color:var(--border-hi);font-size:8px}.styles-module__2L4pqW__btnGoogle{border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:13px 18px;font-size:14px;font-weight:600;transition:all .15s;display:flex;box-shadow:0 1px 3px #0000000f}.styles-module__2L4pqW__btnGoogle:hover{background:var(--surface);border-color:var(--border-hi)}.styles-module__2L4pqW__btnGoogle:active{transform:scale(.98)}.styles-module__2L4pqW__btnPay{background:var(--text);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;padding:15px 22px;font-size:15px;font-weight:700;transition:all .15s;display:flex}.styles-module__2L4pqW__btnPay:hover{background:#333}.styles-module__2L4pqW__btnPay:active{transform:scale(.98)}.styles-module__2L4pqW__btnPay:disabled{opacity:.25;pointer-events:none}.styles-module__2L4pqW__eyebrow{color:var(--muted);font-size:12px;font-weight:500;font-family:var(--font-dm-mono),monospace;text-align:center;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.styles-module__2L4pqW__h1{letter-spacing:-.03em;text-align:center;max-width:600px;color:var(--text);margin-bottom:14px;font-size:clamp(32px,4.5vw,56px);font-weight:800;line-height:1.1}.styles-module__2L4pqW__h1 em{color:var(--muted);font-style:italic}.styles-module__2L4pqW__h2{letter-spacing:-.03em;text-align:center;max-width:480px;color:var(--text);margin-bottom:10px;font-size:clamp(22px,3vw,34px);font-weight:800;line-height:1.1}.styles-module__2L4pqW__h2 em{color:var(--muted);font-style:italic}.styles-module__2L4pqW__sub{color:var(--sub);text-align:center;max-width:440px;margin-top:16px;margin-bottom:36px;font-size:15px;font-weight:400;line-height:1.65}.styles-module__2L4pqW__stats{border-top:1px solid var(--border);gap:36px;margin-top:40px;padding-top:28px;display:flex}.styles-module__2L4pqW__stat{text-align:center}.styles-module__2L4pqW__statN{letter-spacing:-.03em;color:var(--text);font-size:24px;font-weight:800;line-height:1}.styles-module__2L4pqW__statL{color:var(--muted);margin-top:4px;font-size:12px;font-weight:500}.styles-module__2L4pqW__howSection{max-width:900px;margin:40px auto 0;padding:80px 24px}.styles-module__2L4pqW__howHead{text-align:center;margin-bottom:48px}.styles-module__2L4pqW__howHead h3{letter-spacing:-.035em;margin-bottom:8px;font-size:clamp(24px,4vw,36px);font-weight:800;line-height:1.1}.styles-module__2L4pqW__howHead h3 em{color:var(--muted);font-family:Times New Roman,Georgia,serif;font-style:italic;font-weight:400}.styles-module__2L4pqW__howSub{color:var(--muted);font-size:14px;line-height:1.6}.styles-module__2L4pqW__stepsRow{grid-template-columns:1fr auto 1fr auto 1fr;align-items:start;gap:35px;display:grid}.styles-module__2L4pqW__howStep{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.styles-module__2L4pqW__howStepNode{border:1px solid var(--border);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.styles-module__2L4pqW__howStepNum{background:var(--text);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}.styles-module__2L4pqW__howStepIcon{opacity:.6;background-color:#fff;width:22px;height:22px}.styles-module__2L4pqW__howStepTitle{color:var(--text);letter-spacing:-.02em;font-size:14px;font-weight:700;line-height:1.3}.styles-module__2L4pqW__howStepBody{color:var(--muted);max-width:170px;font-size:12.5px;line-height:1.6}.styles-module__2L4pqW__stepArrow{opacity:.25;align-items:center;padding-top:26px;display:flex}.styles-module__2L4pqW__stepArrow svg{display:block}.styles-module__2L4pqW__comparison{width:100%;max-width:680px;margin-top:20px;padding-top:32px}.styles-module__2L4pqW__compHeading{text-align:center;margin-bottom:32px}.styles-module__2L4pqW__compHeading .styles-module__2L4pqW__eyebrow{font-family:var(--font-dm-mono),monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:500;display:inline-block}.styles-module__2L4pqW__compHeading h3{font-family:var(--font-instrument-serif),Georgia,serif;color:var(--text);letter-spacing:-.02em;font-size:clamp(24px,3.5vw,36px);font-style:italic;font-weight:400;line-height:1.15}.styles-module__2L4pqW__compHeading h3 span{font-style:normal;font-family:var(--font-plus-jakarta),sans-serif;font-weight:900}.styles-module__2L4pqW__compLayout{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0;display:grid}.styles-module__2L4pqW__compPanel{border:1px solid var(--border);border-radius:14px;overflow:hidden}.styles-module__2L4pqW__compPanelSlow{opacity:.85;background:#fff}.styles-module__2L4pqW__compPanelFast{border-color:var(--green-bd);background:#fff;box-shadow:0 0 0 3px #16a34a14,0 8px 32px #16a34a1a}.styles-module__2L4pqW__panelHeader{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:14px 18px;display:flex}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__panelHeader{background:var(--surface)}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__panelHeader{background:var(--green-bg);border-color:var(--green-bd)}.styles-module__2L4pqW__panelDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__panelDot{background:#d1d5db}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__panelDot{background:var(--green);box-shadow:0 0 0 3px #16a34a26}.styles-module__2L4pqW__panelLabel{letter-spacing:-.01em;font-size:12px;font-weight:700}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__panelLabel{color:var(--sub)}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__panelLabel{color:var(--green)}.styles-module__2L4pqW__steps{flex-direction:column;gap:2px;padding:16px;display:flex}.styles-module__2L4pqW__step{border-radius:8px;align-items:flex-start;gap:10px;padding:9px 10px;transition:background .15s;display:flex}.styles-module__2L4pqW__step:hover{background:var(--surface)}.styles-module__2L4pqW__stepLine{flex-direction:column;flex-shrink:0;align-items:center;margin-top:2px;display:flex}.styles-module__2L4pqW__stepNode{background:#fff;border:1.5px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__stepNode{border-color:var(--green-bd);background:var(--green-bg)}.styles-module__2L4pqW__stepConnector{background:var(--border);width:1.5px;height:12px;margin-top:2px}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__stepConnector{background:var(--green-bd)}.styles-module__2L4pqW__stepBody{flex:1;min-width:0}.styles-module__2L4pqW__stepName{color:var(--text);font-size:12px;font-weight:500;line-height:1.4}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__stepName{color:var(--sub)}.styles-module__2L4pqW__stepTime{font-family:var(--font-dm-mono),monospace;border-radius:4px;margin-top:2px;padding:1px 6px;font-size:10px;font-weight:500;display:inline-block}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__stepTime{color:#dc2626;background:var(--red-bg)}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__stepTime{color:var(--green);background:var(--green-bg)}.styles-module__2L4pqW__panelTotal{border-radius:9px;justify-content:space-between;align-items:center;margin:0 16px 16px;padding:10px 14px;display:flex}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__panelTotal{background:var(--red-bg);border:1px solid var(--red-border)}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__panelTotal{background:var(--green-bg);border:1px solid var(--green-bd)}.styles-module__2L4pqW__totalLabel{text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__totalLabel{color:#b91c1c}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__totalLabel{color:var(--green)}.styles-module__2L4pqW__totalTime{font-family:var(--font-dm-mono),monospace;font-size:16px;font-weight:500}.styles-module__2L4pqW__compPanelSlow .styles-module__2L4pqW__totalTime{color:#dc2626}.styles-module__2L4pqW__compPanelFast .styles-module__2L4pqW__totalTime{color:var(--green)}.styles-module__2L4pqW__compDivider{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:56px;padding:16px 0;display:flex}.styles-module__2L4pqW__vsPill{background:var(--text);color:#fff;font-family:var(--font-dm-mono),monospace;letter-spacing:.1em;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:500}.styles-module__2L4pqW__savedPill{background:var(--text);color:#fff;text-align:center;letter-spacing:-.02em;border-radius:12px;padding:8px 10px;font-size:11px;font-weight:800;line-height:1.25}.styles-module__2L4pqW__savedPill .styles-module__2L4pqW__big{font-size:18px;display:block}.styles-module__2L4pqW__savedPill .styles-module__2L4pqW__label{font-family:var(--font-dm-mono),monospace;letter-spacing:.05em;opacity:.65;text-transform:uppercase;margin-top:1px;font-size:8.5px;font-weight:400;display:block}.styles-module__2L4pqW__dividerLine{background:var(--border);flex:1;width:1px;min-height:20px}.styles-module__2L4pqW__compNote{text-align:center;color:var(--muted);margin-top:20px;font-size:12px;font-style:italic;line-height:1.6}.styles-module__2L4pqW__compNote strong{color:var(--green);font-style:normal;font-weight:600}@keyframes styles-module__2L4pqW__fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.styles-module__2L4pqW__compPanelSlow{animation:.5s both styles-module__2L4pqW__fadeUp}.styles-module__2L4pqW__compDivider{animation:.5s .1s both styles-module__2L4pqW__fadeUp}.styles-module__2L4pqW__compPanelFast{animation:.5s .2s both styles-module__2L4pqW__fadeUp}@media (max-width:520px){.styles-module__2L4pqW__compLayout{grid-template-columns:1fr;gap:12px}.styles-module__2L4pqW__compDivider{flex-direction:row;justify-content:center;gap:12px;width:100%;padding:0}.styles-module__2L4pqW__dividerLine{flex:0 0 40px;width:40px;height:1px;min-height:0}.styles-module__2L4pqW__savedPill .styles-module__2L4pqW__big{font-size:14px;display:inline}}.styles-module__2L4pqW__integrations{width:100%;max-width:100%;margin-top:56px;padding-top:48px;overflow-x:hidden}.styles-module__2L4pqW__integrationsHead{text-align:center;margin-bottom:40px;padding:0 24px}.styles-module__2L4pqW__integrationsHead .styles-module__2L4pqW__eyebrow{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:500;display:inline-block}.styles-module__2L4pqW__integrationsTitle{color:var(--text);letter-spacing:-.03em;margin-bottom:10px;font-size:clamp(26px,3.5vw,38px);font-weight:800;line-height:1.1}.styles-module__2L4pqW__integrationsTitle em{font-family:var(--font-instrument-serif),Georgia,serif;color:var(--sub);font-style:italic;font-weight:400}.styles-module__2L4pqW__integrationsSub{color:var(--muted);font-size:14px;line-height:1.65}.styles-module__2L4pqW__marqueeSection{--marquee-duration:700s;flex-direction:column;gap:10px;display:flex}.styles-module__2L4pqW__marqueeTrack{display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%)}.styles-module__2L4pqW__marqueeInner{animation:styles-module__2L4pqW__scrollLeft var(--marquee-duration)linear infinite;flex-shrink:0;gap:10px;padding-right:10px;display:flex}.styles-module__2L4pqW__marqueeTrackReverse .styles-module__2L4pqW__marqueeInner{animation-name:styles-module__2L4pqW__scrollRight;animation-duration:var(--marquee-duration)}.styles-module__2L4pqW__marqueeTrackSlow .styles-module__2L4pqW__marqueeInner{animation-duration:var(--marquee-duration)}.styles-module__2L4pqW__marqueeTrackReverse.styles-module__2L4pqW__marqueeTrackSlow .styles-module__2L4pqW__marqueeInner{animation-name:styles-module__2L4pqW__scrollRight;animation-duration:var(--marquee-duration)}.styles-module__2L4pqW__marqueeSection:hover .styles-module__2L4pqW__marqueeInner{animation-play-state:paused}@keyframes styles-module__2L4pqW__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes styles-module__2L4pqW__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.styles-module__2L4pqW__chipCard{background:var(--bg);border:1px solid var(--border);white-space:nowrap;cursor:default;border-radius:12px;flex-shrink:0;align-items:center;gap:10px;padding:9px 14px 9px 9px;transition:border-color .15s,box-shadow .15s,transform .15s;display:inline-flex}.styles-module__2L4pqW__chipCard:hover{border-color:var(--border-hi);box-shadow:0 4px 16px #0000000f}.styles-module__2L4pqW__chipIcon{border:1px solid var(--border);background:var(--surface);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex;overflow:hidden}.styles-module__2L4pqW__chipIcon img{object-fit:contain;width:18px;height:18px}.styles-module__2L4pqW__chipService{letter-spacing:.02em;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:700}.styles-module__2L4pqW__chipSep{background:var(--dim);border-radius:50%;flex-shrink:0;width:3px;height:3px}.styles-module__2L4pqW__chipPrompt{color:var(--sub);font-size:13px;font-weight:500}.styles-module__2L4pqW__sGmail .styles-module__2L4pqW__chipIcon{background:#fff5f5;border-color:#fecaca}.styles-module__2L4pqW__sGmail .styles-module__2L4pqW__chipService{color:#dc2626;background:#fef2f2}.styles-module__2L4pqW__sCalendar .styles-module__2L4pqW__chipIcon{background:#eff6ff;border-color:#bfdbfe}.styles-module__2L4pqW__sCalendar .styles-module__2L4pqW__chipService{color:#1d4ed8;background:#eff6ff}.styles-module__2L4pqW__sYoutube .styles-module__2L4pqW__chipIcon{background:#fff5f5;border-color:#fecaca}.styles-module__2L4pqW__sYoutube .styles-module__2L4pqW__chipService{color:#dc2626;background:#fef2f2}.styles-module__2L4pqW__sSheets .styles-module__2L4pqW__chipIcon{background:#f0fdf4;border-color:#bbf7d0}.styles-module__2L4pqW__sSheets .styles-module__2L4pqW__chipService{color:#15803d;background:#f0fdf4}.styles-module__2L4pqW__sSlack .styles-module__2L4pqW__chipIcon{background:#faf5ff;border-color:#e9d5ff}.styles-module__2L4pqW__sSlack .styles-module__2L4pqW__chipService{color:#6b21a8;background:#faf5ff}.styles-module__2L4pqW__sDiscord .styles-module__2L4pqW__chipIcon{background:#eef2ff;border-color:#c7d2fe}.styles-module__2L4pqW__sDiscord .styles-module__2L4pqW__chipService{color:#4338ca;background:#eef2ff}.styles-module__2L4pqW__sTelegram .styles-module__2L4pqW__chipIcon{background:#f0f9ff;border-color:#bae6fd}.styles-module__2L4pqW__sTelegram .styles-module__2L4pqW__chipService{color:#0369a1;background:#f0f9ff}.styles-module__2L4pqW__sXcom .styles-module__2L4pqW__chipIcon{background:#f9f9f9;border-color:#e5e5e5}.styles-module__2L4pqW__sXcom .styles-module__2L4pqW__chipService{color:#111;background:#f5f5f5}.styles-module__2L4pqW__sn8n .styles-module__2L4pqW__chipIcon{background:#f0fdf4;border-color:#bbf7d0}.styles-module__2L4pqW__sn8n .styles-module__2L4pqW__chipService{color:#15803d;background:#f0fdf4}.styles-module__2L4pqW__sObsidian .styles-module__2L4pqW__chipIcon{background:#faf5ff;border-color:#e9d5ff}.styles-module__2L4pqW__sObsidian .styles-module__2L4pqW__chipService{color:#6b21a8;background:#faf5ff}.styles-module__2L4pqW__sOpencode .styles-module__2L4pqW__chipIcon{background:#f0f9ff;border-color:#bae6fd}.styles-module__2L4pqW__sOpencode .styles-module__2L4pqW__chipService{color:#0369a1;background:#f0f9ff}.styles-module__2L4pqW__sKling .styles-module__2L4pqW__chipIcon{background:#fefce8;border-color:#fef08a}.styles-module__2L4pqW__sKling .styles-module__2L4pqW__chipService{color:#a16207;background:#fef9c3}.styles-module__2L4pqW__integrationsHead{animation:.4s both styles-module__2L4pqW__fadeUp}.styles-module__2L4pqW__marqueeSection{animation:.4s .15s both styles-module__2L4pqW__fadeUp}.styles-module__2L4pqW__mGrid{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:12px;display:flex}.styles-module__2L4pqW__mCard{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:140px;padding:22px 16px 18px;transition:all .15s;display:flex;position:relative}.styles-module__2L4pqW__mCard:hover{border-color:var(--border-hi);box-shadow:0 2px 12px #0000000f}.styles-module__2L4pqW__mCardSel{border-color:var(--text);box-shadow:0 0 0 3px #0000000f}.styles-module__2L4pqW__mCardDisabled{opacity:.5;cursor:not-allowed;filter:grayscale(.8)}.styles-module__2L4pqW__mCardDisabled:hover{border-color:var(--border);box-shadow:none}.styles-module__2L4pqW__mTick{background:var(--text);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:10px;right:10px}.styles-module__2L4pqW__mEm{margin-bottom:12px;font-size:20px;line-height:1;display:block}.styles-module__2L4pqW__mName{color:var(--text);text-align:center;letter-spacing:-.02em;font-size:13px;font-weight:700}.styles-module__2L4pqW__mSub{color:var(--muted);background:var(--surface);border-radius:4px;margin-top:5px;padding:2px 6px;font-size:10px;font-weight:700}.styles-module__2L4pqW__mLogo{object-fit:contain;width:32px;height:32px;margin-bottom:10px;background:0 0!important}.styles-module__2L4pqW__moList{flex-wrap:wrap;justify-content:center;gap:10px;max-height:300px;margin-bottom:24px;padding-right:2px;display:flex;overflow-y:auto}.styles-module__2L4pqW__moList::-webkit-scrollbar{width:2px}.styles-module__2L4pqW__moList::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.styles-module__2L4pqW__moRow{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:148px;padding:22px 16px 18px;transition:all .15s;display:flex;position:relative}.styles-module__2L4pqW__moRow:hover{border-color:var(--border-hi);box-shadow:0 2px 12px #0000000f}.styles-module__2L4pqW__moRowSel{border-color:var(--text);box-shadow:0 0 0 3px #0000000f}.styles-module__2L4pqW__moRadio{display:none}.styles-module__2L4pqW__moInfo{text-align:center}.styles-module__2L4pqW__moNames{flex-direction:column;align-items:center;gap:5px;display:flex}.styles-module__2L4pqW__moName{color:var(--text);text-align:center;letter-spacing:-.02em;font-size:13px;font-weight:700;line-height:1.3}.styles-module__2L4pqW__moBadge{color:var(--muted);background:var(--surface);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.styles-module__2L4pqW__moProv,.styles-module__2L4pqW__moStats{display:none}.styles-module__2L4pqW__moStatL{color:var(--muted);font-size:9px}.styles-module__2L4pqW__moStatV{color:var(--text);margin-top:1px;font-size:12px;font-weight:600}.styles-module__2L4pqW__moLogo{object-fit:contain;background-color:#0000;border-radius:8px;width:32px;height:32px;margin-bottom:12px}.styles-module__2L4pqW__apiCols{gap:10px;width:100%;max-width:480px;margin-bottom:12px;display:flex}.styles-module__2L4pqW__apiCard{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;flex:1;padding:20px 18px;transition:all .15s;display:flex;position:relative}.styles-module__2L4pqW__apiCard:hover{border-color:var(--border-hi);box-shadow:0 2px 12px #0000000f}.styles-module__2L4pqW__apiCardSel{border-color:var(--text);box-shadow:0 0 0 3px #0000000f}.styles-module__2L4pqW__apiDot{border:1.5px solid var(--dim);border-radius:50%;width:16px;height:16px;margin-bottom:12px;transition:border-color .15s;position:relative}.styles-module__2L4pqW__apiDotSel{border-color:var(--text)}.styles-module__2L4pqW__apiDotSel:after{content:"";background:var(--text);border-radius:50%;position:absolute;inset:3px}.styles-module__2L4pqW__apiTag{color:var(--muted);margin-bottom:6px;font-size:10px;font-weight:600}.styles-module__2L4pqW__apiTitle{letter-spacing:-.02em;color:var(--text);margin-bottom:5px;font-size:14px;font-weight:700}.styles-module__2L4pqW__apiDesc{color:var(--sub);margin-bottom:10px;font-size:12px;line-height:1.6}.styles-module__2L4pqW__apiPrice{color:var(--text);margin-top:auto;font-size:12px;font-weight:600}.styles-module__2L4pqW__apiPriceDim{color:var(--muted);font-weight:400}.styles-module__2L4pqW__keyInput{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:7px;outline:none;margin-top:8px;padding:9px 10px;font-size:12px}.styles-module__2L4pqW__keyInput:focus{border-color:var(--text)}.styles-module__2L4pqW__keyInput::placeholder{color:var(--dim)}.styles-module__2L4pqW__apiNote{background:var(--green-bg);border:1px solid var(--green-bd);color:#166534;border-radius:8px;width:100%;max-width:480px;padding:10px 14px;font-size:12px;line-height:1.65}.styles-module__2L4pqW__authWrap{width:100%;max-width:380px}.styles-module__2L4pqW__cfgCard{border:1px solid var(--border);border-radius:10px;margin-bottom:14px;overflow:hidden}.styles-module__2L4pqW__cfgHead{border-bottom:1px solid var(--border);background:var(--surface);color:var(--muted);letter-spacing:.02em;padding:10px 16px;font-size:11px;font-weight:600}.styles-module__2L4pqW__cfgRow{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;padding:11px 16px;display:flex}.styles-module__2L4pqW__cfgRow:last-child{border-bottom:none}.styles-module__2L4pqW__cfgK{color:var(--sub);font-size:12px}.styles-module__2L4pqW__cfgV{color:var(--text);font-size:12px;font-weight:700}.styles-module__2L4pqW__cfgVGreen{color:var(--green)}.styles-module__2L4pqW__authNote{color:var(--muted);text-align:center;margin-top:10px;font-size:12px;line-height:1.65}.styles-module__2L4pqW__payWrap{width:100%;max-width:380px}.styles-module__2L4pqW__payCard{border:1px solid var(--border);border-radius:10px;margin-bottom:12px;overflow:hidden}.styles-module__2L4pqW__payHead{border-bottom:1px solid var(--border);background:var(--surface);color:var(--muted);justify-content:space-between;align-items:center;padding:10px 16px;font-size:11px;font-weight:600;display:flex}.styles-module__2L4pqW__secureBadge{color:var(--green);align-items:center;gap:4px;display:flex}.styles-module__2L4pqW__lineItem{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:flex-start;padding:13px 16px;display:flex}.styles-module__2L4pqW__lineItem:last-of-type{border-bottom:none}.styles-module__2L4pqW__liName{color:var(--text);font-size:13px;font-weight:600}.styles-module__2L4pqW__liDesc{color:var(--muted);margin-top:2px;font-size:11px}.styles-module__2L4pqW__liPrice{color:var(--text);white-space:nowrap;font-size:13px;font-weight:700}.styles-module__2L4pqW__liPriceDim{color:var(--muted);font-size:11px;font-weight:400}.styles-module__2L4pqW__payTotal{background:var(--surface);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 16px;display:flex}.styles-module__2L4pqW__payTotalLabel{color:var(--text);font-size:13px;font-weight:700}.styles-module__2L4pqW__payTotalAmt{letter-spacing:-.02em;color:var(--text);font-size:18px;font-weight:800}.styles-module__2L4pqW__stripeBadge{color:var(--muted);text-align:center;margin-top:10px;font-size:11px}.styles-module__2L4pqW__depWrap{width:100%;max-width:400px}.styles-module__2L4pqW__depHead{align-items:center;gap:14px;margin-bottom:28px;display:flex}.styles-module__2L4pqW__depSpinner{border:2px solid var(--border);border-top-color:var(--text);border-radius:50%;flex-shrink:0;width:28px;height:28px;animation:.75s linear infinite styles-module__2L4pqW__spin}.styles-module__2L4pqW__depSpinnerDone{background:var(--green);border-color:var(--green);justify-content:center;align-items:center;animation:none;display:flex}.styles-module__2L4pqW__spinnerMini{border:2px solid var(--border);border-top-color:var(--text);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite styles-module__2L4pqW__spin;display:inline-block}@keyframes styles-module__2L4pqW__spin{to{transform:rotate(360deg)}}.styles-module__2L4pqW__depTitle h2{text-align:left;font-size:22px}.styles-module__2L4pqW__depTitle p{color:var(--muted);margin-top:3px;font-size:12px}.styles-module__2L4pqW__taskList{flex-direction:column;gap:0;display:flex}.styles-module__2L4pqW__task{border-bottom:1px solid var(--border);opacity:.15;align-items:center;gap:12px;padding:11px 0;transition:opacity .4s;display:flex}.styles-module__2L4pqW__task:last-child{border-bottom:none}.styles-module__2L4pqW__taskOn{opacity:1}.styles-module__2L4pqW__taskOk{opacity:.4}.styles-module__2L4pqW__taskIc{border:1.5px solid var(--dim);width:20px;height:20px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:600;transition:all .25s;display:flex}.styles-module__2L4pqW__taskIcOn{border-color:var(--text);color:var(--text)}.styles-module__2L4pqW__taskIcOk{border-color:var(--green);background:var(--green);color:#fff}.styles-module__2L4pqW__taskTxt{color:var(--muted);font-size:13px;font-weight:500;transition:color .3s}.styles-module__2L4pqW__taskTxtOn{color:var(--text)}.styles-module__2L4pqW__taskTxtOk{color:var(--dim);text-decoration:line-through}.styles-module__2L4pqW__doneCta{flex-direction:column;gap:8px;margin-top:22px;display:flex}.styles-module__2L4pqW__doneNote{color:var(--muted);font-size:12px}.styles-module__2L4pqW__root ::-webkit-scrollbar{width:2px}.styles-module__2L4pqW__root ::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}@media (max-width:600px){.styles-module__2L4pqW__topbar,.styles-module__2L4pqW__botbar{padding:0 20px}.styles-module__2L4pqW__slide{padding:28px 16px}.styles-module__2L4pqW__mGrid{gap:8px}.styles-module__2L4pqW__mCard,.styles-module__2L4pqW__moRow{width:calc(50% - 4px)}.styles-module__2L4pqW__apiCols{flex-direction:column}.styles-module__2L4pqW__stats{gap:20px}.styles-module__2L4pqW__progressRow{display:none}}.styles-module__2L4pqW__pricingSection{max-width:820px;margin:0 auto;padding:80px 24px}.styles-module__2L4pqW__pricingHead{text-align:center;margin-bottom:48px}.styles-module__2L4pqW__pricingHead h2{letter-spacing:-.035em;margin-bottom:8px;font-size:clamp(24px,4vw,36px);font-weight:800;line-height:1.1}.styles-module__2L4pqW__pricingHead h2 em{color:var(--muted);font-family:Times New Roman,Georgia,serif;font-style:italic;font-weight:400}.styles-module__2L4pqW__pricingSub{color:var(--muted);font-size:14px;line-height:1.6}.styles-module__2L4pqW__planCard{border:1px solid var(--border);background:#fff;border-radius:20px;transition:box-shadow .2s,border-color .2s;overflow:hidden}.styles-module__2L4pqW__planCard:hover{border-color:var(--muted);box-shadow:0 12px 40px #0000000f}.styles-module__2L4pqW__planBody{grid-template-columns:1fr 1px 1fr;align-items:start;display:grid}.styles-module__2L4pqW__planLeft{padding:44px 48px}.styles-module__2L4pqW__priceRow{align-items:baseline;gap:2px;margin-bottom:4px;display:flex}.styles-module__2L4pqW__priceCurrency{color:var(--text);letter-spacing:-.02em;align-self:flex-start;margin-top:8px;font-size:24px;font-weight:700}.styles-module__2L4pqW__priceNum{color:var(--text);letter-spacing:-.045em;font-size:72px;font-weight:800;line-height:1}.styles-module__2L4pqW__pricePeriod{color:var(--muted);margin-bottom:8px;font-size:13px;font-weight:500}.styles-module__2L4pqW__priceNote{color:var(--muted);margin-bottom:32px;font-size:12.5px;line-height:1.6}.styles-module__2L4pqW__btnCta{background:var(--text);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:11px;justify-content:center;align-items:center;width:100%;padding:14px 20px;font-size:16px;font-weight:700;transition:background .15s,transform .1s;display:flex}.styles-module__2L4pqW__btnCta:hover{background:#222}.styles-module__2L4pqW__btnCta:active{transform:scale(.98)}.styles-module__2L4pqW__planDivider{background:var(--border)}.styles-module__2L4pqW__planRight{padding:44px 48px}.styles-module__2L4pqW__featuresLabel{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-bottom:24px;font-size:11px;font-weight:600}.styles-module__2L4pqW__features{flex-direction:column;gap:14px;list-style:none;display:flex}.styles-module__2L4pqW__feature{color:#555;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.styles-module__2L4pqW__feature strong{color:var(--text);font-weight:600}.styles-module__2L4pqW__check{border:1px solid var(--border);background:#f4f4f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;display:flex}.styles-module__2L4pqW__check svg{width:8px;height:8px}.styles-module__2L4pqW__planFooter{border-top:1px solid var(--border);background:var(--bg);flex-wrap:wrap;align-items:center;gap:8px;padding:14px 48px;display:flex}.styles-module__2L4pqW__planFooterDot{background:#ddd;border-radius:50%;flex-shrink:0;width:4px;height:4px}.styles-module__2L4pqW__planFooterText{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.styles-module__2L4pqW__planFooterText strong{color:#888;font-weight:600}.styles-module__2L4pqW__faqSection{max-width:680px;margin:0 auto;padding:80px 24px}.styles-module__2L4pqW__faqHead{text-align:center;margin-bottom:44px}.styles-module__2L4pqW__faqEyebrow{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:600;display:inline-block}.styles-module__2L4pqW__faqTitle{color:var(--text);letter-spacing:-.03em;margin-bottom:10px;font-size:clamp(26px,3.5vw,38px);font-weight:800;line-height:1.1}.styles-module__2L4pqW__faqTitle em{color:var(--sub);font-family:Times New Roman,Georgia,serif;font-style:italic;font-weight:400}.styles-module__2L4pqW__faqSub{color:var(--muted);font-size:14px;line-height:1.65}.styles-module__2L4pqW__faqList{border:1px solid var(--border);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.styles-module__2L4pqW__faqItem{border-bottom:1px solid var(--border)}.styles-module__2L4pqW__faqItem:last-child{border-bottom:none}.styles-module__2L4pqW__faqTrigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 22px;transition:background .15s;display:flex}.styles-module__2L4pqW__faqTrigger:hover,.styles-module__2L4pqW__faqItemOpen .styles-module__2L4pqW__faqTrigger{background:var(--surface)}.styles-module__2L4pqW__faqQuestion{color:var(--text);letter-spacing:-.01em;flex:1;font-size:14px;font-weight:700;line-height:1.45}.styles-module__2L4pqW__faqIcon{border:1.5px solid var(--border);background:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:border-color .2s,background .2s,transform .3s;display:flex}.styles-module__2L4pqW__faqItemOpen .styles-module__2L4pqW__faqIcon{background:var(--text);border-color:var(--text)}.styles-module__2L4pqW__faqItemOpen .styles-module__2L4pqW__faqIcon svg{transform:rotate(45deg)}.styles-module__2L4pqW__faqItemOpen .styles-module__2L4pqW__faqIcon path{stroke:#fff}.styles-module__2L4pqW__faqBody{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1);display:grid}.styles-module__2L4pqW__faqItemOpen .styles-module__2L4pqW__faqBody{grid-template-rows:1fr}.styles-module__2L4pqW__faqBodyInner{overflow:hidden}.styles-module__2L4pqW__faqAnswer{color:var(--sub);padding:10px 22px 20px;font-size:13.5px;line-height:1.75}.styles-module__2L4pqW__faqAnswer strong{color:var(--text);font-weight:700}.styles-module__2L4pqW__faqAnswer a{color:var(--text);text-underline-offset:2px;font-weight:600}.styles-module__2L4pqW__faqFooter{background:var(--surface);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:18px 22px;display:flex}.styles-module__2L4pqW__faqFooterText{color:var(--sub);font-size:13px;line-height:1.5}.styles-module__2L4pqW__faqFooterText strong{color:var(--text);margin-bottom:2px;font-weight:700;display:block}.styles-module__2L4pqW__faqFooterBtn{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:-.01em;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s,transform .1s;display:inline-flex}.styles-module__2L4pqW__faqFooterBtn:hover{background:#333}.styles-module__2L4pqW__faqFooterBtn:active{transform:scale(.98)}.styles-module__2L4pqW__footer{border-top:1px solid var(--border);background:var(--bg);width:95vw;margin-top:auto;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:52px 0 48px}.styles-module__2L4pqW__footerInner{grid-template-columns:repeat(5,1fr);align-items:start;gap:48px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.styles-module__2L4pqW__footerCol{flex-direction:column;gap:9px;display:flex}.styles-module__2L4pqW__footerColHead{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:10.5px;font-weight:700}.styles-module__2L4pqW__footerColHeadLogo{color:var(--muted);align-items:center;gap:12px;margin-bottom:6px;display:flex}.styles-module__2L4pqW__footerLink{color:var(--sub);cursor:pointer;font-size:13px;line-height:1.5;text-decoration:none;transition:color .15s}.styles-module__2L4pqW__footerLink:hover{color:var(--text)}.styles-module__2L4pqW__footerBottom{color:var(--muted);flex-direction:column;gap:9px;width:100%;margin-top:26px;font-size:12px;line-height:1.6;display:flex}.styles-module__2L4pqW__footerBottomCol{flex-direction:column;gap:9px;display:flex}.styles-module__2L4pqW__footerBottomColHead{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:10.5px;font-weight:700}.styles-module__2L4pqW__footerBottomCopyright{color:var(--muted);white-space:normal;font-size:12px;line-height:1.6}.styles-module__2L4pqW__footerBottomLinks{gap:18px;margin-top:12px;font-size:12px;display:flex}.styles-module__2L4pqW__footerBottomLinks a{color:var(--muted);text-decoration:none;transition:color .15s}.styles-module__2L4pqW__footerBottomLinks a:hover{color:var(--sub)}@media (max-width:640px){.styles-module__2L4pqW__footer{padding:40px 0 36px}.styles-module__2L4pqW__footerInner{grid-template-columns:repeat(2,1fr);gap:28px;padding:0 20px}}
