html{scroll-behavior:smooth}.SB_docsPage{--SB_docs-bg: var(--background, #f6f6f7);--SB_docs-card: var(--card, #ffffff);--SB_docs-border: var(--border, #e3e3e8);--SB_docs-text: var(--text-primary, #111827);--SB_docs-muted: var(--text-secondary, #6b7280);--SB_docs-primary: var(--primary, #10b981);--SB_docs-primary-hover: var(--primary-hover, #059669);--SB_docs-primary-soft: var(--primary-light, #d1fae5);--SB_docs-primary-dark: var(--primary-dark, #047857);--SB_docs-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 3px rgba(16, 24, 40, .08);min-height:100vh;padding:24px;background:var(--SB_docs-bg);color:var(--SB_docs-text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.SB_docsPage *,.SB_docsPage *:before,.SB_docsPage *:after{box-sizing:border-box}.SB_publicHeader{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:1240px;min-height:62px;margin:0 auto 18px;padding:10px 12px 10px 14px;border:1px solid var(--SB_docs-border);border-radius:12px;background:#ffffffeb;box-shadow:var(--SB_docs-shadow)}.SB_publicBrand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--SB_docs-text);text-decoration:none}.SB_publicBrandMark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#10b981,#8b5cf6);color:#fff;box-shadow:0 10px 24px #10b9812e;flex:0 0 auto}.SB_publicBrand strong,.SB_publicBrand small{display:block}.SB_publicBrand strong{font-size:.98rem;line-height:1.12;font-weight:850}.SB_publicBrand small{margin-top:2px;color:var(--SB_docs-muted);font-size:.74rem;font-weight:700;line-height:1.2}.SB_publicNav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.SB_publicNavLink{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 12px;border:1px solid transparent;border-radius:8px;color:var(--SB_docs-muted);font-size:.84rem;font-weight:750;line-height:1.2;text-decoration:none;transition:background .14s ease,border-color .14s ease,color .14s ease}.SB_publicNavLink:hover{border-color:var(--SB_docs-border);background:#fafafa;color:var(--SB_docs-text)}.SB_publicNavLink--active{border-color:#10b98133;background:var(--SB_docs-primary-soft);color:var(--SB_docs-primary-dark)}.SB_docsHero{max-width:1240px;margin:0 auto 18px;padding:28px 28px 24px;border:1px solid var(--SB_docs-border);border-radius:12px;background:var(--SB_docs-card);box-shadow:var(--SB_docs-shadow)}.SB_docsHeroPill{display:inline-flex;align-items:center;gap:7px;min-height:26px;margin-bottom:14px;padding:4px 10px;border-radius:999px;background:var(--SB_docs-primary-soft);color:var(--SB_docs-primary-dark);font-size:.75rem;font-weight:800}.SB_docsHero h1{margin:0 0 8px;color:var(--SB_docs-text);font-size:1.75rem;line-height:1.2;font-weight:800}.SB_docsHero>p{max-width:640px;margin:0;color:var(--SB_docs-muted);font-size:.9375rem;line-height:1.58}.SB_docsHeroActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.SB_docsButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 14px;border:1px solid var(--SB_docs-border);border-radius:7px;background:var(--SB_docs-card);color:var(--SB_docs-text);font:inherit;font-size:.875rem;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.SB_docsButton:hover{border-color:var(--SB_docs-primary);box-shadow:0 2px 8px #10182814;transform:translateY(-1px)}.SB_docsButton--primary{border-color:var(--SB_docs-primary);background:var(--SB_docs-primary);color:#fff}.SB_docsButton--primary:hover{border-color:var(--SB_docs-primary-hover);background:var(--SB_docs-primary-hover)}.SB_docsLayout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start;max-width:1240px;margin:0 auto}.SB_docsSidebar{position:sticky;top:18px}.SB_docsSidebarInner{overflow:hidden;border:1px solid var(--SB_docs-border);border-radius:12px;background:var(--SB_docs-card);box-shadow:var(--SB_docs-shadow)}.SB_docsSidebarInner>p{margin:0;padding:12px 14px;border-bottom:1px solid var(--SB_docs-border);background:#fafafa;color:var(--SB_docs-text);font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.SB_docsSidebar nav{display:grid;padding:8px}.SB_docsSidebar a,.SB_docsSidebar button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:34px;padding:7px 10px;border:0;border-radius:7px;background:transparent;color:var(--SB_docs-muted);font:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;text-align:left;transition:background .12s,color .12s;cursor:pointer}.SB_docsSidebar a:hover,.SB_docsSidebar button:hover{background:var(--SB_docs-primary-soft);color:var(--SB_docs-primary-dark)}.SB_docsContent{display:grid;gap:14px;min-width:0}.SB_docsSection{scroll-margin-top:18px;padding:20px;border:1px solid var(--SB_docs-border);border-radius:12px;background:var(--SB_docs-card);box-shadow:var(--SB_docs-shadow)}.SB_docsEyebrow{margin:0 0 4px;color:var(--SB_docs-primary-dark);font-size:.71rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.SB_docsSection h2{margin:0 0 16px;color:var(--SB_docs-text);font-size:1.15rem;line-height:1.25;font-weight:800}.SB_docsSection h3{margin:0 0 7px;color:var(--SB_docs-text);font-size:.9rem;line-height:1.3;font-weight:750}.SB_docsSection p{margin:0;color:var(--SB_docs-muted);font-size:.875rem;line-height:1.58}.SB_docsIntroGrid,.SB_docsTwoColumn,.SB_docsSplit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.SB_docsCallout,.SB_docsMiniPanel{min-height:100%;padding:16px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff}.SB_docsCallout--wide{min-height:0;margin-bottom:14px}.SB_docsFeatureGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.SB_docsFeatureCard{display:block;min-height:190px;padding:16px;border:1px solid var(--SB_docs-border);border-radius:10px;background:#fff;color:var(--SB_docs-text);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.SB_docsFeatureCard:hover{border-color:var(--SB_docs-primary);box-shadow:0 2px 8px #10182814;transform:translateY(-1px)}.SB_docsFeatureCard span,.SB_docsCardIcon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:12px;border-radius:999px;background:var(--SB_docs-primary-soft);color:var(--SB_docs-primary-dark)}.SB_docsFeatureCard:nth-child(2) span{background:#dbeafe;color:#2563eb}.SB_docsFeatureCard:nth-child(3) span{background:#ede9fe;color:#8b5cf6}.SB_docsFeatureCard:nth-child(4) span{background:#ffedd5;color:#f97316}.SB_docsFeatureCard h3{margin:0 0 6px;font-size:.875rem;font-weight:750;color:var(--SB_docs-text)}.SB_docsFeatureCard p{margin:0;font-size:.8125rem;line-height:1.55;color:var(--SB_docs-muted)}.SB_docsCard{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;min-height:100%;padding:16px;border:1px solid var(--SB_docs-border);border-radius:10px;background:#fff}.SB_docsGuideList{display:grid;gap:10px;margin:0 0 12px;padding:0;list-style:none}.SB_docsGuideList li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;align-items:start}.SB_docsGuideList span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:2px;border-radius:999px;background:var(--SB_docs-primary);color:#fff;font-size:.6875rem;font-weight:800;flex-shrink:0}.SB_docsGuideList p{margin:0;color:var(--SB_docs-text);font-size:.875rem;font-weight:500;line-height:1.55}.SB_docsTip,.SB_docsNote{display:flex;gap:9px;align-items:flex-start;margin-top:12px;padding:10px 12px;border-radius:8px;font-size:.8125rem;line-height:1.5}.SB_docsTip{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.SB_docsTip svg{color:#16a34a;flex-shrink:0;margin-top:1px}.SB_docsNote{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.SB_docsNote svg{color:#d97706;flex-shrink:0;margin-top:1px}.SB_docsTip p,.SB_docsNote p{margin:0;color:inherit}.SB_docsMetricGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}.SB_docsMetricItem{padding:10px 12px;border:1px solid var(--SB_docs-border);border-radius:8px;background:#fafafa}.SB_docsMetricItem strong{display:block;font-size:.8125rem;font-weight:750;color:var(--SB_docs-text);margin-bottom:3px}.SB_docsMetricItem span{display:block;font-size:.75rem;color:var(--SB_docs-muted);line-height:1.45}.SB_docsMiniPanel{border-color:#fed7aa;background:#fff7ed}.SB_docsMiniPanel svg{margin-bottom:10px;color:#f97316}.SB_docsStyleSample{padding:18px;border:1px solid #dbe4ef;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.SB_docsStyleSample span{display:inline-flex;align-items:center;min-height:22px;padding:3px 10px;border-radius:999px;background:var(--SB_docs-primary-soft);color:var(--SB_docs-primary-dark);font-size:.72rem;font-weight:850}.SB_docsStyleSample h3{margin-top:14px}.SB_docsStyleSample button{width:100%;min-height:38px;margin-top:16px;border:0;border-radius:7px;background:var(--SB_docs-primary);color:#fff;font:inherit;font-size:.875rem;font-weight:800;cursor:default}.SB_docsSupport{display:block}.SB_docsPage .SB_docsSupport p.SB_docsSupport-intro,.SB_docsSupport .SB_docsSupportIntro{margin:0 0 12px;color:var(--SB_docs-muted);font-size:.875rem}.SB_docsSupportContact{margin-top:16px;padding:14px 16px;border:1px solid var(--SB_docs-border);border-radius:8px;background:#fafafa;color:var(--SB_docs-muted);font-size:.875rem;line-height:1.55}.SB_docsSupportContact a{color:var(--SB_docs-primary-dark);font-weight:700;text-decoration:none}.SB_docsSupportContact a:hover{text-decoration:underline}.SB_privacyHero{overflow:hidden;border-color:#10b98147;background:linear-gradient(135deg,#061018f5,#0f172af5 52%,#4c1d95f2),linear-gradient(90deg,#10b98147,#8b5cf63d);color:#fff;box-shadow:0 18px 48px #0f172a2e}.SB_privacyHero h1,.SB_privacyHero>p{color:#fff}.SB_privacyHero>p{color:#ffffffc2}.SB_privacyHeroPill{background:#d1fae524;color:#bbf7d0;box-shadow:inset 0 0 0 1px #bbf7d038}.SB_privacyMeta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.SB_privacyMeta span,.SB_privacyMeta a{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff14;color:#ffffffdb;font-size:.78rem;font-weight:700;line-height:1.25;text-decoration:none}.SB_privacyMeta a:hover{background:#ffffff21;color:#fff}.SB_privacyIntroCard{border-color:#10b98133;background:linear-gradient(135deg,#ecfdf5db,#f5f3ffc7),#fff}.SB_privacyIntroCard p:last-child{max-width:760px}.SB_privacySection{scroll-margin-top:18px}.SB_privacySectionHeader{margin-bottom:12px}.SB_privacySectionHeader h2{margin-bottom:0}.SB_privacyCopy{display:grid;gap:10px}.SB_privacyCopy p{max-width:820px}.SB_privacyDisclaimer{margin-top:0}.SB_privacyContactCard{display:grid;gap:10px}.SB_privacyContactCard h2{margin-bottom:0}.SB_privacyContactCard p{max-width:680px}.SB_privacyContactCard a:not(.SB_docsButton){color:var(--SB_docs-primary-dark);font-weight:750;text-decoration:none}.SB_privacyContactCard a:not(.SB_docsButton):hover{text-decoration:underline}@media(max-width:1180px){.SB_docsFeatureGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.SB_docsLayout,.SB_docsIntroGrid,.SB_docsTwoColumn,.SB_docsSplit{grid-template-columns:1fr}.SB_docsSidebar{position:static}.SB_docsSidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.SB_docsMetricGrid{grid-template-columns:1fr}}@media(max-width:680px){.SB_docsPage{padding:16px}.SB_publicHeader{align-items:stretch;flex-direction:column}.SB_publicNav{display:grid;grid-template-columns:1fr;width:100%}.SB_publicNavLink{width:100%}.SB_docsHero{padding:20px}.SB_docsHero h1{font-size:1.45rem}.SB_docsFeatureGrid,.SB_docsSidebar nav{grid-template-columns:1fr}.SB_docsSupport,.SB_docsHeroActions{align-items:stretch;flex-direction:column}.SB_docsButton,.SB_privacyMeta span,.SB_privacyMeta a{width:100%;justify-content:center}}
