.ProviderIcon-module__zjraeW__wrap{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.ProviderIcon-module__zjraeW__wrap svg{width:100%;height:100%;display:block}.ProviderIcon-module__zjraeW__mono{color:var(--foreground)}.ProviderIcon-module__zjraeW__brand{border:1px solid var(--border);background:#fff;border-radius:4px;padding:2px}.ProviderIcon-module__zjraeW__placeholder{background:var(--background-subtle);border:1px solid var(--border);border-radius:4px}
.Button-module__8RiFmG__button{font-family:var(--font-sans);border-radius:var(--radius-md);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s cubic-bezier(.16,1,.3,1);display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__sm{height:32px;padding:0 .75rem;font-size:.8125rem}.Button-module__8RiFmG__md{height:40px;padding:0 1rem;font-size:.875rem}.Button-module__8RiFmG__lg{height:48px;padding:0 1.5rem;font-size:1rem}.Button-module__8RiFmG__primary{background:var(--primary);color:var(--primary-foreground);border:1px solid var(--primary);box-shadow:0 1px 2px #0003}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.Button-module__8RiFmG__secondary{background:var(--border);color:var(--foreground);border:1px solid var(--border-hover)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--border-hover);border-color:var(--muted-foreground)}.Button-module__8RiFmG__outline{color:var(--foreground);border:1px solid var(--border);background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){background:var(--border);border-color:var(--border-hover)}.Button-module__8RiFmG__ghost{color:var(--muted-foreground);background:0 0;border:1px solid #0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--border);color:var(--foreground)}.Button-module__8RiFmG__danger{color:#f87171;background:#ef44441f;border:1px solid #ef444440}.Button-module__8RiFmG__danger:hover:not(:disabled){background:#ef444438;border-color:#ef444466}.Button-module__8RiFmG__spinner{animation:1s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Input-module__5jsJuW__inputContainer{flex-direction:column;gap:.375rem;width:100%;display:flex}.Input-module__5jsJuW__inputWrapper{align-items:center;width:100%;display:flex;position:relative}.Input-module__5jsJuW__input{background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;height:40px;color:var(--foreground);font-family:var(--font-sans);outline:none;padding:0 .875rem;font-size:.875rem;transition:all .15s}.Input-module__5jsJuW__inputWithToggle{padding-right:2.5rem}.Input-module__5jsJuW__toggleBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:flex;position:absolute;right:.625rem}.Input-module__5jsJuW__toggleBtn:hover{color:#fff}.Input-module__5jsJuW__maskedInput{-webkit-text-security:disc!important;text-security:disc!important}.Input-module__5jsJuW__input::placeholder{color:#6b7280}.Input-module__5jsJuW__input:focus{border-color:var(--input-focus-border);box-shadow:0 0 0 1px var(--input-focus-ring), 0 0 12px var(--input-focus-shadow);background:var(--input-focus-bg)}.Input-module__5jsJuW__input:disabled{opacity:.5;cursor:not-allowed}
.landing-module__bxHgOq__pageWrapper{background-color:var(--background);background-image:radial-gradient(circle at center, var(--border) 0%, transparent 60%);min-height:100vh;color:var(--foreground);background-attachment:fixed;position:relative;overflow-x:clip}.landing-module__bxHgOq__content{position:relative}.landing-module__bxHgOq__container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.landing-module__bxHgOq__nav{z-index:50;border-bottom:1px solid var(--border);background-color:color-mix(in srgb, var(--background) 80%, transparent);-webkit-backdrop-filter:blur(12px);height:60px;position:sticky;top:0}.landing-module__bxHgOq__navInner{justify-content:space-between;align-items:center;max-width:1120px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.landing-module__bxHgOq__logo{color:var(--foreground);align-items:center;gap:.6rem;text-decoration:none;display:flex}.landing-module__bxHgOq__logoImg{filter:invert()}[data-theme=dark] .landing-module__bxHgOq__logoImg{filter:none}.landing-module__bxHgOq__logoText{letter-spacing:-.03em;font-size:1.05rem;font-weight:700}.landing-module__bxHgOq__navCenter{align-items:center;gap:.15rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}@media (max-width:768px){.landing-module__bxHgOq__navCenter{display:none}}.landing-module__bxHgOq__navLink{color:var(--muted-foreground);border-radius:6px;padding:.35rem .7rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s}.landing-module__bxHgOq__navLink:hover{color:var(--foreground)}.landing-module__bxHgOq__navLink:focus-visible,.landing-module__bxHgOq__themeBtn:focus-visible,.landing-module__bxHgOq__themeBtnActive:focus-visible,.landing-module__bxHgOq__menuBtn:focus-visible,.landing-module__bxHgOq__windowTab:focus-visible,.landing-module__bxHgOq__terminalTab:focus-visible,.landing-module__bxHgOq__terminalCopyBtn:focus-visible,.landing-module__bxHgOq__iconBtn:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.landing-module__bxHgOq__navRight{align-items:center;gap:.5rem;margin-left:auto;display:flex}.landing-module__bxHgOq__navRightDesktop{align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.landing-module__bxHgOq__navRightDesktop{display:none}}.landing-module__bxHgOq__themeToggle{background:var(--background-subtle);border:1px solid var(--border);border-radius:999px;align-items:center;gap:2px;padding:2px;display:flex}.landing-module__bxHgOq__themeTogglePlaceholder{background:var(--background-subtle);border:1px solid var(--border);border-radius:999px;width:74px;height:26px}.landing-module__bxHgOq__themeBtnActive{background:var(--foreground);width:22px;height:22px;color:var(--background);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.landing-module__bxHgOq__themeBtn{width:22px;height:22px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:color .15s;display:flex}.landing-module__bxHgOq__themeBtn:hover{color:var(--foreground)}.landing-module__bxHgOq__menuBtn{border-radius:var(--radius-md);width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:none}.landing-module__bxHgOq__menuBtn:hover{color:var(--foreground);background:var(--background-subtle)}@media (max-width:768px){.landing-module__bxHgOq__nav{width:100%;position:fixed;top:0;left:0;right:0}.landing-module__bxHgOq__content{padding-top:60px}.landing-module__bxHgOq__menuBtn{display:flex}}.landing-module__bxHgOq__mobileMenu{z-index:49;background:var(--background);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;padding:.35rem .75rem 1.5rem;display:flex;position:fixed;inset:60px 0 0;overflow-y:auto}.landing-module__bxHgOq__mobileUserImage{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:32px;height:32px}.landing-module__bxHgOq__mobileActions{border-top:1px solid var(--border);gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.landing-module__bxHgOq__hero{text-align:center;padding:5.5rem 0 3rem}.landing-module__bxHgOq__heroTitle{letter-spacing:-.045em;max-width:900px;color:var(--foreground);margin:0 auto 1.25rem;font-size:clamp(2.75rem,6.5vw,4.75rem);font-weight:600;line-height:1.05}.landing-module__bxHgOq__heroLead{color:var(--muted-foreground);max-width:620px;margin:0 auto 2rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.55}.landing-module__bxHgOq__heroCtas{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.landing-module__bxHgOq__heroCode{font-family:var(--font-mono);color:var(--foreground);font-size:.95em}.landing-module__bxHgOq__heroPreview{max-width:1000px;margin:0 auto;scroll-margin-top:80px}.landing-module__bxHgOq__anchorSection{scroll-margin-top:80px}.landing-module__bxHgOq__previewShell{border:1px solid var(--border);background:var(--card-bg-solid);box-shadow:0 0 0 1px color-mix(in srgb, var(--border) 50%, transparent), 0 20px 50px -12px color-mix(in srgb, var(--foreground) 12%, transparent);border-radius:12px;overflow:hidden}.landing-module__bxHgOq__windowHeader{border-bottom:1px solid var(--border);background:var(--background-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.landing-module__bxHgOq__windowTabs{gap:.25rem;display:flex}.landing-module__bxHgOq__windowTab{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .75rem;font-size:.8125rem;font-weight:500;transition:color .15s,background .15s}.landing-module__bxHgOq__windowTab:hover{color:var(--foreground)}.landing-module__bxHgOq__windowTabActive{color:var(--foreground);background:var(--card-bg-solid);border:1px solid var(--border)}.landing-module__bxHgOq__windowSearch{border:1px solid var(--border);background:var(--card-bg-solid);color:var(--subtle-foreground);border-radius:6px;flex:1;align-items:center;gap:.45rem;min-width:0;max-width:240px;padding:.35rem .65rem;display:flex}@media (max-width:768px){.landing-module__bxHgOq__windowHeader{flex-direction:column;align-items:stretch}.landing-module__bxHgOq__windowSearch{max-width:none}.landing-module__bxHgOq__colValue,.landing-module__bxHgOq__tableHeadRow .landing-module__bxHgOq__colValue,.landing-module__bxHgOq__colEnv,.landing-module__bxHgOq__tableHeadRow .landing-module__bxHgOq__colEnv{display:none}.landing-module__bxHgOq__colService{flex:1.5}.landing-module__bxHgOq__colActions{flex:0 0 64px}}.landing-module__bxHgOq__searchInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.8125rem}.landing-module__bxHgOq__tableHeadRow,.landing-module__bxHgOq__tableBodyRow{align-items:center;padding:.85rem 1.25rem;display:flex}.landing-module__bxHgOq__tableHeadRow{letter-spacing:.06em;color:var(--subtle-foreground);border-bottom:1px solid var(--border);font-size:.6875rem;font-weight:600}.landing-module__bxHgOq__tableBodyRow{border-bottom:1px solid var(--border);transition:background .12s}.landing-module__bxHgOq__tableBodyRow:hover{background:var(--background-subtle)}.landing-module__bxHgOq__tableBodyRow:last-child{border-bottom:none}.landing-module__bxHgOq__colService{flex:2;align-items:center;gap:.65rem;min-width:0;display:flex}.landing-module__bxHgOq__colEnv{flex:1}.landing-module__bxHgOq__colValue{flex:2.5;min-width:0}.landing-module__bxHgOq__colActions{flex:0 0 72px;justify-content:flex-end;gap:.15rem;display:flex}.landing-module__bxHgOq__keyName{font-size:.8125rem;font-weight:600}.landing-module__bxHgOq__keyService{color:var(--muted-foreground);font-size:.75rem}.landing-module__bxHgOq__serviceDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing-module__bxHgOq__envPill{border:1px solid var(--border);background:var(--background-subtle);border-radius:999px;padding:.1rem .5rem;font-size:.75rem}.landing-module__bxHgOq__keyCode{font-family:var(--font-mono);border:1px solid var(--border);background:var(--background-subtle);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;display:block;overflow:hidden}.landing-module__bxHgOq__iconBtn{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex}.landing-module__bxHgOq__iconBtn:hover{background:var(--border);color:var(--foreground)}.landing-module__bxHgOq__iconBtnCopied{color:var(--accent-emerald)}.landing-module__bxHgOq__featureRow{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:5rem 0;display:grid}.landing-module__bxHgOq__featureRowReverse .landing-module__bxHgOq__featureCopy{order:2}.landing-module__bxHgOq__featureRowReverse .landing-module__bxHgOq__featureVisual{order:1}@media (max-width:900px){.landing-module__bxHgOq__featureRow,.landing-module__bxHgOq__featureRowReverse{grid-template-columns:1fr;gap:2rem;padding:3.5rem 0}.landing-module__bxHgOq__featureRowReverse .landing-module__bxHgOq__featureCopy,.landing-module__bxHgOq__featureRowReverse .landing-module__bxHgOq__featureVisual{order:unset}}.landing-module__bxHgOq__featureEyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.landing-module__bxHgOq__featureEyebrowCyan{color:var(--accent-cyan)}.landing-module__bxHgOq__featureEyebrowEmerald{color:var(--accent-emerald)}.landing-module__bxHgOq__featureEyebrowPurple{color:var(--accent-purple)}.landing-module__bxHgOq__featureTitle{letter-spacing:-.035em;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.15}.landing-module__bxHgOq__featureBody{color:var(--muted-foreground);max-width:440px;margin-bottom:1rem;font-size:1rem;line-height:1.65}.landing-module__bxHgOq__featureBody:last-of-type{margin-bottom:1.5rem}.landing-module__bxHgOq__featureInlineCode{font-family:var(--font-mono);color:var(--foreground);font-size:.875em}.landing-module__bxHgOq__cliCommandList{border-top:1px solid var(--border);max-width:440px;color:var(--muted-foreground);flex-direction:column;gap:.45rem;margin-bottom:1.5rem;padding-top:.75rem;font-size:.8125rem;list-style:none;display:flex}.landing-module__bxHgOq__featureLink{color:var(--foreground);border-bottom:1px solid var(--border-hover);align-items:center;gap:.35rem;padding-bottom:1px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,gap .15s;display:inline-flex}.landing-module__bxHgOq__featureLink:hover{color:var(--muted-foreground);gap:.5rem}.landing-module__bxHgOq__featureVisual{min-width:0}.landing-module__bxHgOq__codePanel{border:1px solid var(--border);background:var(--card-bg-solid);border-radius:10px;overflow:hidden}.landing-module__bxHgOq__codePanelHeader{border-bottom:1px solid var(--border);background:var(--background-subtle);color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.75rem;display:flex}.landing-module__bxHgOq__codePanelBody{font-family:var(--font-mono);padding:1.25rem;font-size:.8125rem;line-height:1.7}.landing-module__bxHgOq__codeComment{color:var(--muted-foreground)}.landing-module__bxHgOq__codeKeyword{color:var(--foreground)}.landing-module__bxHgOq__codeFn{color:var(--accent-cyan)}.landing-module__bxHgOq__codeString{color:var(--accent-emerald)}.landing-module__bxHgOq__statGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:500px){.landing-module__bxHgOq__statGrid{grid-template-columns:1fr}}.landing-module__bxHgOq__statCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card-bg-solid);padding:1rem;transition:border-color .15s}.landing-module__bxHgOq__statCard:hover{border-color:var(--border-hover)}.landing-module__bxHgOq__statLabel{letter-spacing:.05em;color:var(--subtle-foreground);margin-bottom:.35rem;font-size:.6875rem;font-weight:600}.landing-module__bxHgOq__statValue{font-size:.875rem;font-weight:600}.landing-module__bxHgOq__terminalWrapper{border:1px solid var(--border);background:#050505;border-radius:10px;overflow:hidden}[data-theme=light] .landing-module__bxHgOq__terminalWrapper{background:#0a0a0a}.landing-module__bxHgOq__terminalHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.landing-module__bxHgOq__terminalTabs{gap:.25rem;display:flex}.landing-module__bxHgOq__terminalTab{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .55rem;font-size:.75rem;font-weight:500;transition:color .15s,background .15s}.landing-module__bxHgOq__terminalTab:hover{color:#ffffffb3}.landing-module__bxHgOq__terminalTabActive{color:#ffffffe6;background:#ffffff14}.landing-module__bxHgOq__terminalHeaderActions{align-items:center;gap:.35rem;display:flex}.landing-module__bxHgOq__terminalCopyBtn,.landing-module__bxHgOq__terminalRunBtn{color:#fff9;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;gap:.35rem;height:26px;padding:0 .5rem;font-size:.72rem;font-weight:500;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.landing-module__bxHgOq__terminalCopyBtn:hover,.landing-module__bxHgOq__terminalRunBtn:hover{color:#fffffff2;background:#ffffff14;border-color:#fff3}.landing-module__bxHgOq__terminalBody{font-family:var(--font-mono);padding:1.25rem;font-size:.8125rem;line-height:1.75}.landing-module__bxHgOq__terminalComment{color:#71717a}.landing-module__bxHgOq__terminalCommand{color:#fafafa}.landing-module__bxHgOq__terminalSuccess{color:#4ade80}.landing-module__bxHgOq__terminalMuted{color:#a1a1aa}.landing-module__bxHgOq__cta{text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--background-subtle);padding:5rem 0}.landing-module__bxHgOq__ctaTitle{letter-spacing:-.035em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600}.landing-module__bxHgOq__ctaLead{color:var(--muted-foreground);max-width:480px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.6}.landing-module__bxHgOq__ctaActions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.landing-module__bxHgOq__footer{padding:3rem 0 2rem}.landing-module__bxHgOq__footerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;display:flex}.landing-module__bxHgOq__footerBrand{max-width:280px}.landing-module__bxHgOq__footerDesc{color:var(--muted-foreground);margin-top:.65rem;font-size:.8125rem;line-height:1.6}.landing-module__bxHgOq__footerCols{flex-wrap:wrap;gap:4rem;display:flex}.landing-module__bxHgOq__footerColTitle{margin-bottom:.85rem;font-size:.8125rem;font-weight:600}.landing-module__bxHgOq__footerLinks{flex-direction:column;gap:.55rem;list-style:none;display:flex}.landing-module__bxHgOq__footerLink{color:var(--muted-foreground);font-size:.8125rem;text-decoration:none;transition:color .15s}.landing-module__bxHgOq__footerLink:hover{color:var(--foreground)}.landing-module__bxHgOq__footerBottom{border-top:1px solid var(--border);color:var(--muted-foreground);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.8125rem;display:flex}.landing-module__bxHgOq__footerBottomLinks{gap:1.25rem;display:flex}.landing-module__bxHgOq__sectionTitle{letter-spacing:-.035em;text-align:center;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.15}.landing-module__bxHgOq__sectionLead{color:var(--muted-foreground);margin-top:.85rem;font-size:1rem;line-height:1.6}.landing-module__bxHgOq__sectionIntro{text-align:center;max-width:560px;margin:0 auto 2.5rem}.landing-module__bxHgOq__howItWorks{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--background-subtle);padding:5rem 0}.landing-module__bxHgOq__stepsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;list-style:none;display:grid}@media (max-width:900px){.landing-module__bxHgOq__stepsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.landing-module__bxHgOq__stepsGrid{grid-template-columns:1fr}}.landing-module__bxHgOq__stepItem{flex-direction:column;gap:.65rem;display:flex;position:relative}.landing-module__bxHgOq__stepConnector{background:var(--border);width:calc(100% + 1.5rem);height:1px;display:none;position:absolute;top:20px;left:20px}@media (min-width:901px){.landing-module__bxHgOq__stepConnector{display:block}.landing-module__bxHgOq__stepItem:last-child .landing-module__bxHgOq__stepConnector{display:none}}.landing-module__bxHgOq__stepNumber{border:1px solid var(--border);background:var(--card-bg-solid);width:40px;height:40px;font-family:var(--font-mono);z-index:1;box-shadow:0 0 0 4px var(--background-subtle);border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;display:flex;position:relative}.landing-module__bxHgOq__stepTitle{letter-spacing:-.02em;font-size:1rem;font-weight:600}.landing-module__bxHgOq__stepBody{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.landing-module__bxHgOq__securitySection{padding:5rem 0}.landing-module__bxHgOq__securityGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:900px){.landing-module__bxHgOq__securityGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.landing-module__bxHgOq__securityGrid{grid-template-columns:1fr}}.landing-module__bxHgOq__securityCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg-solid);padding:1.25rem;transition:border-color .15s}.landing-module__bxHgOq__securityCard:hover{border-color:var(--border-hover)}.landing-module__bxHgOq__securityIcon{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background-subtle);width:40px;height:40px;color:var(--foreground);justify-content:center;align-items:center;display:flex}.landing-module__bxHgOq__securityCardTitle{margin-top:1rem;font-size:.9375rem;font-weight:600}.landing-module__bxHgOq__securityCardBody{color:var(--muted-foreground);margin-top:.35rem;font-size:.8125rem;line-height:1.6}.landing-module__bxHgOq__useCases{border-bottom:1px solid var(--border);background:var(--background-subtle);padding:5rem 0}.landing-module__bxHgOq__useCasesGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:2.5rem;display:grid}@media (max-width:900px){.landing-module__bxHgOq__useCasesGrid{grid-template-columns:1fr}}.landing-module__bxHgOq__useCaseCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card-bg-solid);padding:1.5rem;transition:border-color .15s}.landing-module__bxHgOq__useCaseCard:hover{border-color:var(--border-hover)}.landing-module__bxHgOq__useCaseIcon{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background-subtle);width:40px;height:40px;color:var(--foreground);justify-content:center;align-items:center;display:flex}.landing-module__bxHgOq__useCaseTitle{letter-spacing:-.02em;margin-top:1rem;font-size:1.0625rem;font-weight:600}.landing-module__bxHgOq__useCaseBody{color:var(--muted-foreground);margin-top:.5rem;font-size:.875rem;line-height:1.65}
.Card-module__b6YjYG__card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow,0 4px 20px #0000001a);padding:1.5rem;transition:border-color .2s,transform .2s}.Card-module__b6YjYG__card:hover{border-color:var(--border-hover)}
.AppHeader-module__iWJhBa__header{z-index:50;border-bottom:1px solid var(--border);background-color:var(--background);-webkit-backdrop-filter:blur(12px);width:100%;position:sticky;top:0}.AppHeader-module__iWJhBa__headerContainer{justify-content:space-between;align-items:center;max-width:1200px;height:60px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.AppHeader-module__iWJhBa__headerLeft{align-items:center;gap:1rem;display:flex}.AppHeader-module__iWJhBa__logo{align-items:center;transition:opacity .15s;display:flex}.AppHeader-module__iWJhBa__logoImg{filter:invert()}[data-theme=dark] .AppHeader-module__iWJhBa__logoImg{filter:none}.AppHeader-module__iWJhBa__logo:hover{opacity:.85}.AppHeader-module__iWJhBa__navLinks{align-items:center;gap:.25rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.AppHeader-module__iWJhBa__navItem{color:var(--muted-foreground);border-radius:6px;padding:.35rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.AppHeader-module__iWJhBa__navItem:hover{color:var(--foreground)}.AppHeader-module__iWJhBa__navActive{color:var(--foreground);background:var(--border)}.AppHeader-module__iWJhBa__headerRight{align-items:center;gap:1rem;display:flex}.AppHeader-module__iWJhBa__userDropdownContainer{align-items:center;display:flex;position:relative}.AppHeader-module__iWJhBa__avatarButton{background:var(--background-subtle);border:1px solid var(--border);width:32px;height:32px;color:var(--foreground);font-size:.85rem;font-weight:600;font-family:var(--font-mono);cursor:pointer;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex;position:relative;overflow:hidden}.AppHeader-module__iWJhBa__avatarButtonWithImage{background:0 0}.AppHeader-module__iWJhBa__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.AppHeader-module__iWJhBa__dropdownUserImage{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:32px;height:32px}.AppHeader-module__iWJhBa__dropdownAvatarInitial{background:var(--background-subtle);border:1px solid var(--border);width:32px;height:32px;color:var(--foreground);font-size:.85rem;font-weight:600;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AppHeader-module__iWJhBa__avatarButton:hover{border-color:var(--border-hover);background:var(--border)}.AppHeader-module__iWJhBa__avatarButton:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.AppHeader-module__iWJhBa__avatarSkeleton{background:var(--background-subtle);border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:32px;height:32px}.AppHeader-module__iWJhBa__dropdownMenu{background:var(--background);border:1px solid var(--border);z-index:100;border-radius:8px;flex-direction:column;width:240px;margin-top:.5rem;padding:.35rem;animation:.15s ease-out forwards AppHeader-module__iWJhBa__slideDown;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 24px #00000026}@keyframes AppHeader-module__iWJhBa__slideDown{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.AppHeader-module__iWJhBa__dropdownHeader{justify-content:space-between;align-items:flex-start;padding:.6rem .6rem .4rem;display:flex}.AppHeader-module__iWJhBa__dropdownUserInfo{flex-direction:column;display:flex;overflow:hidden}.AppHeader-module__iWJhBa__dropdownName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.15rem;font-size:.875rem;font-weight:600;overflow:hidden}.AppHeader-module__iWJhBa__dropdownEmail{color:var(--subtle-foreground);font-size:.8125rem;font-family:var(--font-mono);white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.AppHeader-module__iWJhBa__dropdownHeaderIcon{color:var(--muted-foreground);cursor:pointer;flex-shrink:0;margin-top:.15rem;transition:color .15s}.AppHeader-module__iWJhBa__dropdownHeaderIcon:hover{color:var(--foreground)}.AppHeader-module__iWJhBa__dropdownDivider{background:var(--border);height:1px;margin:.35rem 0}.AppHeader-module__iWJhBa__dropdownGroup{flex-direction:column;gap:2px;display:flex}.AppHeader-module__iWJhBa__dropdownItem{width:100%;color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .6rem;font-size:.875rem;text-decoration:none;transition:background .1s,color .1s;display:flex}.AppHeader-module__iWJhBa__dropdownItem:hover{background:var(--border);color:var(--foreground)}.AppHeader-module__iWJhBa__dropdownItemNoHover{width:100%;color:var(--muted-foreground);text-align:left;cursor:default;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .6rem;font-size:.875rem;text-decoration:none;display:flex}.AppHeader-module__iWJhBa__dropdownIcon{color:var(--muted-foreground)}.AppHeader-module__iWJhBa__themeToggleWidget{background:var(--background-subtle);border:1px solid var(--border);border-radius:12px;align-items:center;gap:2px;padding:2px;display:flex}.AppHeader-module__iWJhBa__themeIconButtonActive{background:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:3px;display:flex}.AppHeader-module__iWJhBa__themeIconButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:3px;transition:color .15s,background .15s;display:flex}.AppHeader-module__iWJhBa__themeIconButton:hover{color:var(--foreground);background:var(--border)}.AppHeader-module__iWJhBa__dropdownProContainer{padding:.2rem .25rem}.AppHeader-module__iWJhBa__dropdownProButton{color:#000;text-align:center;cursor:pointer;background:#fff;border:none;border-radius:6px;width:100%;padding:.45rem;font-size:.875rem;font-weight:500;transition:background .15s}.AppHeader-module__iWJhBa__dropdownProButton:hover{background:#e5e5e5}.AppHeader-module__iWJhBa__dropdownFooter{justify-content:space-between;align-items:center;padding:.5rem .6rem .3rem;display:flex}.AppHeader-module__iWJhBa__systemStatusText{color:#0070f3;font-size:.8125rem;font-weight:500}.AppHeader-module__iWJhBa__systemStatusDot{background:#0070f3;border-radius:50%;width:8px;height:8px}@media (max-width:640px){.AppHeader-module__iWJhBa__headerContainer{padding:0 1rem}.AppHeader-module__iWJhBa__navLinks{gap:.15rem}.AppHeader-module__iWJhBa__navItem{padding:.3rem .55rem;font-size:.78rem}}
.Modal-module__7LRQSW__overlay{z-index:999;overscroll-behavior:none;touch-action:none;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow:hidden}.Modal-module__7LRQSW__overlayElevated{z-index:1000}.Modal-module__7LRQSW__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf;position:absolute;inset:0}.Modal-module__7LRQSW__dialog{background:var(--card-bg-solid);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:calc(100dvh - 2rem);box-shadow:var(--modal-shadow);z-index:10;touch-action:auto;flex-direction:column;transition:max-width .2s;display:flex;position:relative;overflow:hidden}.Modal-module__7LRQSW__dialogCompact{max-width:420px}.Modal-module__7LRQSW__dialogWide{max-width:900px}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.Modal-module__7LRQSW__headerCompact{padding:.75rem 1rem}.Modal-module__7LRQSW__title{color:var(--foreground);letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.Modal-module__7LRQSW__closeBtn{border-radius:var(--radius-sm);width:26px;height:26px;color:var(--muted-foreground);justify-content:center;align-items:center;transition:all .15s;display:flex}.Modal-module__7LRQSW__closeBtn:hover{background:var(--border);color:var(--foreground)}.Modal-module__7LRQSW__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:1.125rem 1.25rem;overflow-y:auto}.Modal-module__7LRQSW__bodyCompact{padding:.875rem 1rem}.Modal-module__7LRQSW__bodyNoHeader{padding:1.25rem 1.35rem}@media (max-width:640px){.Modal-module__7LRQSW__overlay{padding:.75rem}.Modal-module__7LRQSW__dialog{border-radius:var(--radius-lg);max-height:calc(100dvh - 1.5rem)}.Modal-module__7LRQSW__header{padding:.75rem 1rem}.Modal-module__7LRQSW__body,.Modal-module__7LRQSW__bodyNoHeader{padding:1rem}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e50b939c4e3518a9-s.178-y_nl5hbfa.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7a03f7a08146f938-s.0s_ltfx_pu-sa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6bb62198a3d8dd21-s.p.0aonh7vjr8u3t.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_b51f58b9-module__X5PzSW__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal;font-weight:700}
.ConfirmModal-module__HXg0mq__container{flex-direction:column;gap:.875rem;display:flex}.ConfirmModal-module__HXg0mq__headerRow{align-items:center;gap:.5rem;display:flex}.ConfirmModal-module__HXg0mq__icon{background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.ConfirmModal-module__HXg0mq__icon.ConfirmModal-module__HXg0mq__danger{color:#f87171}.ConfirmModal-module__HXg0mq__icon.ConfirmModal-module__HXg0mq__warning{color:#fbbf24}.ConfirmModal-module__HXg0mq__icon.ConfirmModal-module__HXg0mq__primary,.ConfirmModal-module__HXg0mq__icon.ConfirmModal-module__HXg0mq__info{color:#22d3ee}.ConfirmModal-module__HXg0mq__title{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:600;line-height:1.35}.ConfirmModal-module__HXg0mq__messageBody{color:var(--muted-foreground);margin:0;font-size:.84rem;line-height:1.5}.ConfirmModal-module__HXg0mq__messageBody strong{color:var(--foreground);font-weight:500}.ConfirmModal-module__HXg0mq__actions{justify-content:flex-end;align-items:center;gap:.5rem;padding-top:.35rem;display:flex}@media (max-width:640px){.ConfirmModal-module__HXg0mq__actions{gap:.5rem}.ConfirmModal-module__HXg0mq__actions button{justify-content:center;width:100%}}
.docs-module__8Ggf-W__docsNav{z-index:50;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--background) 80%, transparent);-webkit-backdrop-filter:blur(12px);height:56px;position:sticky;top:0}.docs-module__8Ggf-W__docsNavRightDesktop{align-items:center;gap:.5rem;display:flex}.docs-module__8Ggf-W__docsMenuBtn{border-radius:var(--radius-md);width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:none}.docs-module__8Ggf-W__docsMenuBtn:hover{color:var(--foreground);background:var(--background-subtle)}.docs-module__8Ggf-W__docsMenuBtn:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:2px}.docs-module__8Ggf-W__docsMobileMenu{z-index:49;background:var(--background);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;padding:.35rem .75rem 1.5rem;display:flex;position:fixed;inset:56px 0 0;overflow-y:auto}.docs-module__8Ggf-W__docsMobileUserImage{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:32px;height:32px}.docs-module__8Ggf-W__docsMobileActions{border-top:1px solid var(--border);gap:.5rem;margin-top:.75rem;padding:.75rem .6rem .25rem;display:flex}.docs-module__8Ggf-W__docsNavInner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.docs-module__8Ggf-W__docsNavLeft{align-items:center;gap:.75rem;min-width:0;display:flex}.docs-module__8Ggf-W__docsNavStart{justify-content:flex-start;align-items:center;display:flex}.docs-module__8Ggf-W__docsNavBrand{align-items:center;gap:.75rem;display:flex}.docs-module__8Ggf-W__docsLogo{color:var(--foreground);align-items:center;gap:.5rem;text-decoration:none;display:flex}.docs-module__8Ggf-W__docsLogoImg{filter:invert()}[data-theme=dark] .docs-module__8Ggf-W__docsLogoImg{filter:none}.docs-module__8Ggf-W__docsLogoText{letter-spacing:-.03em;font-size:.9375rem;font-weight:700}.docs-module__8Ggf-W__docsNavDivider{background:var(--border-hover);flex-shrink:0;align-self:center;width:1px;height:18px}.docs-module__8Ggf-W__docsNavDocsLink{color:var(--muted-foreground);font-size:.8125rem;font-weight:500;text-decoration:none}.docs-module__8Ggf-W__docsNavDocsLink:hover{color:var(--foreground)}.docs-module__8Ggf-W__docsNavRight{justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;display:flex}.docs-module__8Ggf-W__mobileNavControls{align-items:center;gap:.25rem;display:none}.docs-module__8Ggf-W__mobileNavBtn{border-radius:var(--radius-md);width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:inline-flex}.docs-module__8Ggf-W__mobileNavBtn:hover,.docs-module__8Ggf-W__mobileNavBtnActive{color:var(--foreground);background:var(--background-subtle)}.docs-module__8Ggf-W__mobileNavBtn:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:2px}.docs-module__8Ggf-W__tocStickyWrap{display:none}.docs-module__8Ggf-W__tocStickyBtn{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--background) 88%, transparent);-webkit-backdrop-filter:blur(12px);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;box-shadow:var(--card-shadow);justify-content:center;align-items:center;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}.docs-module__8Ggf-W__tocStickyBtn:hover,.docs-module__8Ggf-W__tocStickyBtnActive{color:var(--foreground);background:var(--background-subtle);border-color:var(--border-hover)}.docs-module__8Ggf-W__tocStickyBtn:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:2px}.docs-module__8Ggf-W__mobileBackdrop,.docs-module__8Ggf-W__mobilePanelHeader{display:none}.docs-module__8Ggf-W__mobilePanelTitle{color:var(--foreground);font-size:.8125rem;font-weight:600}.docs-module__8Ggf-W__mobilePanelClose{border-radius:var(--radius-md);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:none}.docs-module__8Ggf-W__mobilePanelClose:hover{color:var(--foreground);background:var(--background-subtle)}.docs-module__8Ggf-W__mobilePanelClose:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:2px}.docs-module__8Ggf-W__mobilePanelBody{display:contents}.docs-module__8Ggf-W__docsDrawerSidebar,.docs-module__8Ggf-W__docsDrawerToc{display:none}.docs-module__8Ggf-W__docsShell{flex:1;grid-template-columns:240px minmax(0,1fr) 200px;align-items:start;gap:2.5rem;width:100%;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 3rem;display:grid}.docs-module__8Ggf-W__leftRail{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:72px}.docs-module__8Ggf-W__contentArea{min-width:0;position:relative}.docs-module__8Ggf-W__tocRail{flex-direction:column;gap:.625rem;max-height:calc(100vh - 88px);display:flex;position:sticky;top:72px}.docs-module__8Ggf-W__tocTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--subtle-foreground);flex-shrink:0;font-size:.6875rem;font-weight:600}.docs-module__8Ggf-W__tocList{border-left:1px solid var(--border);overscroll-behavior:contain;flex-direction:column;gap:.0625rem;min-height:0;padding-left:0;display:flex;overflow-y:auto}.docs-module__8Ggf-W__tocLink{color:var(--muted-foreground);border-left:2px solid #0000;margin-left:-1px;padding:.3rem .75rem;font-size:.8125rem;line-height:1.45;text-decoration:none;transition:color .15s,border-color .15s}.docs-module__8Ggf-W__tocLink:hover{color:var(--foreground)}.docs-module__8Ggf-W__tocLinkActive{color:var(--foreground);border-left-color:var(--foreground);font-weight:500}.docs-module__8Ggf-W__tocLinkNested{padding-left:1.5rem;font-size:.75rem;line-height:1.4}.docs-module__8Ggf-W__searchTrigger{width:100%;height:34px;font-size:.8125rem;font-family:var(--font-sans);color:var(--subtle-foreground);text-align:left;background:var(--background-subtle);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.5rem;padding:0 .5rem 0 .65rem;transition:border-color .15s,box-shadow .15s,background-color .15s,color .15s;display:flex}.docs-module__8Ggf-W__searchTrigger:hover{border-color:var(--border-hover);color:var(--muted-foreground);background:var(--background)}.docs-module__8Ggf-W__searchTrigger:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:2px}.docs-module__8Ggf-W__searchTriggerIcon{color:var(--muted-foreground);flex-shrink:0}.docs-module__8Ggf-W__searchTriggerLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.docs-module__8Ggf-W__searchTriggerKbd{font-size:.625rem;font-family:var(--font-sans);color:var(--subtle-foreground);background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);flex-shrink:0;padding:.1rem .35rem}.docs-module__8Ggf-W__searchModalOverlay{z-index:70;background:color-mix(in srgb, var(--foreground) 24%, transparent);-webkit-backdrop-filter:blur(4px);justify-content:center;align-items:flex-start;padding:min(12vh,6rem) 1rem 1rem;display:flex;position:fixed;inset:0}.docs-module__8Ggf-W__searchModal{background:var(--card-bg-solid);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(560px,100%);max-height:min(70vh,520px);box-shadow:var(--card-shadow);flex-direction:column;display:flex;overflow:hidden}.docs-module__8Ggf-W__searchModalHeader{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.625rem;padding:.75rem .875rem;display:flex}.docs-module__8Ggf-W__searchModalIcon{color:var(--muted-foreground);flex-shrink:0}.docs-module__8Ggf-W__searchModalInput{min-width:0;height:28px;font-size:.9375rem;font-family:var(--font-sans);color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:0}.docs-module__8Ggf-W__searchModalInput::placeholder{color:var(--subtle-foreground)}.docs-module__8Ggf-W__searchModalClose{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:.125rem;transition:color .15s,background-color .15s;display:inline-flex}.docs-module__8Ggf-W__searchModalClose:hover{color:var(--foreground);background:var(--background-subtle)}.docs-module__8Ggf-W__searchModalClose:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:1px}.docs-module__8Ggf-W__searchModalResults{overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.docs-module__8Ggf-W__searchResult{text-align:left;border:none;border-bottom:1px solid var(--border);cursor:pointer;width:100%;font-family:var(--font-sans);background:0 0;flex-direction:column;gap:.125rem;padding:.625rem .75rem;transition:background-color .15s;display:flex}.docs-module__8Ggf-W__searchResult:last-child{border-bottom:none}.docs-module__8Ggf-W__searchResult:hover{background:var(--background-subtle)}.docs-module__8Ggf-W__searchResultActive{background:color-mix(in srgb, var(--foreground) 7%, var(--background-subtle))}.docs-module__8Ggf-W__searchResultActive:hover{background:color-mix(in srgb, var(--foreground) 11%, var(--background-subtle))}.docs-module__8Ggf-W__searchResultTitle{color:var(--foreground);font-size:.8125rem;font-weight:500}.docs-module__8Ggf-W__searchResultSnippet{color:var(--muted-foreground);font-size:.75rem;line-height:1.4}.docs-module__8Ggf-W__searchHighlight{background:color-mix(in srgb, var(--accent-purple) 18%, transparent);color:var(--foreground);border-radius:2px;padding:0 .05em}.docs-module__8Ggf-W__searchSectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--subtle-foreground);padding:.5rem .75rem .25rem;font-size:.6875rem;font-weight:600}.docs-module__8Ggf-W__searchEmpty{color:var(--muted-foreground);padding:.875rem .75rem;font-size:.8125rem}.docs-module__8Ggf-W__searchModalFooter{border-top:1px solid var(--border);color:var(--subtle-foreground);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem 1rem;padding:.625rem .875rem;font-size:.6875rem;display:flex}.docs-module__8Ggf-W__searchModalFooter span{align-items:center;gap:.3rem;display:inline-flex}.docs-module__8Ggf-W__searchModalKbd{min-width:1.25rem;font-family:var(--font-sans);color:var(--muted-foreground);background:var(--background-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:.05rem .3rem;font-size:.625rem;line-height:1.3;display:inline-flex}.docs-module__8Ggf-W__sidebarLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--subtle-foreground);margin-bottom:.625rem;padding-left:.625rem;font-size:.6875rem;font-weight:600}.docs-module__8Ggf-W__navList{flex-direction:column;gap:.125rem;display:flex}.docs-module__8Ggf-W__navItem{color:var(--muted-foreground);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.45rem .625rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s,background-color .15s;display:flex}.docs-module__8Ggf-W__navItem:hover,.docs-module__8Ggf-W__navItemActive{color:var(--foreground);background:var(--background-subtle)}.docs-module__8Ggf-W__navIcon{opacity:.65;align-items:center;display:flex}.docs-module__8Ggf-W__navItemActive .docs-module__8Ggf-W__navIcon{opacity:1}@media (max-width:1100px){.docs-module__8Ggf-W__docsNav{width:100%;position:fixed;top:0;left:0;right:0}.docs-module__8Ggf-W__docsLayoutContent{padding-top:56px}.docs-module__8Ggf-W__mobileNavControls{display:flex}.docs-module__8Ggf-W__docsNavInner{grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1rem;display:grid}.docs-module__8Ggf-W__docsNavLeft{display:contents}.docs-module__8Ggf-W__docsNavStart{grid-column:1;justify-self:start}.docs-module__8Ggf-W__docsNavBrand{grid-column:2;justify-self:center}.docs-module__8Ggf-W__docsNavRight{grid-column:3;justify-self:end}.docs-module__8Ggf-W__docsNavRightDesktop{display:none}.docs-module__8Ggf-W__docsMenuBtn{display:inline-flex}.docs-module__8Ggf-W__tocStickyWrap{z-index:30;pointer-events:none;height:0;margin-bottom:0;display:block;position:sticky;top:72px}.docs-module__8Ggf-W__tocStickyBtn{pointer-events:auto;position:absolute;top:0;right:0}.docs-module__8Ggf-W__docsShell{grid-template-columns:1fr;padding-top:1.25rem}.docs-module__8Ggf-W__leftRail,.docs-module__8Ggf-W__tocRail{display:none!important}.docs-module__8Ggf-W__mobileBackdrop{z-index:55;background:color-mix(in srgb, var(--foreground) 20%, transparent);-webkit-backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;cursor:pointer;border:none;padding:0;transition:opacity .28s cubic-bezier(.16,1,.3,1),visibility .28s;display:block;position:fixed;inset:0}.docs-module__8Ggf-W__mobileBackdropVisible{opacity:1;visibility:visible;pointer-events:auto}.docs-module__8Ggf-W__docsDrawerSidebar,.docs-module__8Ggf-W__docsDrawerToc{z-index:60;background:var(--card-bg-solid);box-shadow:var(--card-shadow);will-change:transform;flex-direction:column;margin:0;padding:0;transition:transform .28s cubic-bezier(.16,1,.3,1),visibility .28s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;overflow:hidden}.docs-module__8Ggf-W__docsDrawerSidebar{border-right:1px solid var(--border);visibility:hidden;pointer-events:none;width:min(300px,88vw);left:0;transform:translate(-100%)}.docs-module__8Ggf-W__docsDrawerSidebarOpen{visibility:visible;pointer-events:auto;transform:translate(0)}.docs-module__8Ggf-W__docsDrawerToc{border-left:1px solid var(--border);visibility:hidden;pointer-events:none;width:min(280px,88vw);right:0;transform:translate(100%)}.docs-module__8Ggf-W__docsDrawerTocOpen{visibility:visible;pointer-events:auto;transform:translate(0)}.docs-module__8Ggf-W__docsDrawerSidebar .docs-module__8Ggf-W__mobilePanelHeader,.docs-module__8Ggf-W__docsDrawerToc .docs-module__8Ggf-W__mobilePanelHeader{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1rem .75rem 1.25rem;display:flex}.docs-module__8Ggf-W__docsDrawerSidebar .docs-module__8Ggf-W__mobilePanelClose,.docs-module__8Ggf-W__docsDrawerToc .docs-module__8Ggf-W__mobilePanelClose{display:inline-flex}.docs-module__8Ggf-W__docsDrawerSidebar .docs-module__8Ggf-W__mobilePanelBody,.docs-module__8Ggf-W__docsDrawerToc .docs-module__8Ggf-W__mobilePanelBody{flex-direction:column;flex:1;gap:1.25rem;min-height:0;padding:1rem 1.25rem 1.5rem;display:flex;overflow-y:auto}.docs-module__8Ggf-W__docsDrawerToc .docs-module__8Ggf-W__tocTitle{display:none}}@media (max-width:768px){.docs-module__8Ggf-W__articleHeaderRow{flex-wrap:wrap;gap:.75rem}.docs-module__8Ggf-W__pageActions{justify-content:flex-end;width:100%;display:flex}}.docs-module__8Ggf-W__article{max-width:100%;color:var(--foreground)}.docs-module__8Ggf-W__articleHeader{margin-bottom:0}.docs-module__8Ggf-W__breadcrumbs{margin-bottom:.625rem}.docs-module__8Ggf-W__breadcrumbList{flex-wrap:wrap;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.docs-module__8Ggf-W__breadcrumbItem{align-items:center;gap:.25rem;min-width:0;display:inline-flex}.docs-module__8Ggf-W__breadcrumbSep{color:var(--subtle-foreground);flex-shrink:0}.docs-module__8Ggf-W__breadcrumbLink{color:var(--muted-foreground);font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s}.docs-module__8Ggf-W__breadcrumbLink:hover{color:var(--foreground)}.docs-module__8Ggf-W__breadcrumbCurrent{color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.docs-module__8Ggf-W__articleHeaderRow{justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.docs-module__8Ggf-W__articleHeaderRow .docs-module__8Ggf-W__title{flex:1;min-width:0;margin-bottom:0}.docs-module__8Ggf-W__articleMeta{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.375rem .5rem;margin-top:.625rem;margin-bottom:1rem;font-size:.8125rem;display:flex}.docs-module__8Ggf-W__articleMetaItem{align-items:center;gap:.35rem;display:inline-flex}.docs-module__8Ggf-W__feedback{justify-content:center;margin-top:2rem;display:flex}.docs-module__8Ggf-W__feedbackPill{border:1px solid var(--border);border-radius:var(--radius-full,9999px);background:var(--background);align-items:center;gap:1rem;padding:.625rem 1rem;display:inline-flex}.docs-module__8Ggf-W__feedbackPrompt{color:var(--muted-foreground);white-space:nowrap;font-size:.8125rem}.docs-module__8Ggf-W__feedbackActions{align-items:center;gap:.25rem;display:flex}.docs-module__8Ggf-W__feedbackIconBtn{border-radius:var(--radius-md);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:inline-flex}.docs-module__8Ggf-W__feedbackIconBtn:hover{color:var(--foreground);background:var(--background-subtle)}.docs-module__8Ggf-W__feedbackIconBtn:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:2px}.docs-module__8Ggf-W__feedbackMessage{color:var(--muted-foreground);text-align:center;margin:0;font-size:.8125rem;line-height:1.5}.docs-module__8Ggf-W__feedbackLink{color:var(--foreground);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--foreground) 25%, transparent);text-decoration-color:color-mix(in srgb, var(--foreground) 25%, transparent);transition:text-decoration-color .15s}.docs-module__8Ggf-W__feedbackLink:hover{-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground)}.docs-module__8Ggf-W__pageNav{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.docs-module__8Ggf-W__pageNavSide{flex:1;min-width:0}.docs-module__8Ggf-W__pageNavSideNext{justify-content:flex-end;display:flex}.docs-module__8Ggf-W__pageNavEntry{max-width:100%;color:inherit;align-items:flex-end;gap:.625rem;text-decoration:none;transition:opacity .15s;display:inline-flex}.docs-module__8Ggf-W__pageNavEntry:hover{opacity:.82}.docs-module__8Ggf-W__pageNavArrow{color:var(--foreground);flex-shrink:0;align-items:center;margin-bottom:.15rem;display:inline-flex}.docs-module__8Ggf-W__pageNavContent{flex-direction:column;gap:.375rem;min-width:0;display:flex}.docs-module__8Ggf-W__pageNavSideNext .docs-module__8Ggf-W__pageNavContent{text-align:right;align-items:flex-end}.docs-module__8Ggf-W__pageNavLabel{color:var(--muted-foreground);font-size:.8125rem}.docs-module__8Ggf-W__pageNavTitle{color:var(--foreground);font-size:.9375rem;font-weight:600}.docs-module__8Ggf-W__eyebrow{letter-spacing:0;text-transform:none;color:var(--muted-foreground);margin-bottom:.5rem;font-size:.8125rem;font-weight:500}.docs-module__8Ggf-W__title{letter-spacing:-.035em;color:var(--foreground);margin-bottom:1rem;font-size:2.25rem;font-weight:600;line-height:1.15}.docs-module__8Ggf-W__lead{color:var(--muted-foreground);max-width:42rem;margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.75}.docs-module__8Ggf-W__section{margin-bottom:3rem;scroll-margin-top:88px}.docs-module__8Ggf-W__sectionTitle{letter-spacing:-.025em;color:var(--foreground);border-bottom:none;margin-bottom:1rem;padding-bottom:0;font-size:1.375rem;font-weight:600}.docs-module__8Ggf-W__subsectionTitle{letter-spacing:-.015em;color:var(--foreground);margin:1.75rem 0 .75rem;scroll-margin-top:88px;font-size:1.0625rem;font-weight:600}.docs-module__8Ggf-W__paragraph{color:var(--muted-foreground);max-width:42rem;margin-bottom:1.125rem;font-size:.9375rem;line-height:1.75}.docs-module__8Ggf-W__paragraph strong,.docs-module__8Ggf-W__list strong{color:var(--foreground);font-weight:600}.docs-module__8Ggf-W__list{color:var(--muted-foreground);max-width:42rem;margin:0 0 1.25rem 1.125rem;font-size:.9375rem;line-height:1.75}.docs-module__8Ggf-W__list li{margin-bottom:.5rem;padding-left:.25rem}.docs-module__8Ggf-W__list li::marker{color:var(--subtle-foreground)}.docs-module__8Ggf-W__article code{font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--inline-code-bg);border:1px solid var(--inline-code-border);color:var(--inline-code-fg);white-space:nowrap;padding:.15em .45em;font-size:.8125em;font-weight:500}.docs-module__8Ggf-W__docLink{color:var(--foreground);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--foreground) 25%, transparent);text-decoration-color:color-mix(in srgb, var(--foreground) 25%, transparent);transition:text-decoration-color .15s,color .15s}.docs-module__8Ggf-W__docLink:hover{-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground)}.docs-module__8Ggf-W__appLink{color:var(--foreground);border-bottom:1px solid color-mix(in srgb, var(--foreground) 22%, transparent);align-items:center;gap:.25rem;padding-bottom:.05em;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.docs-module__8Ggf-W__appLink:hover{border-bottom-color:var(--foreground)}.docs-module__8Ggf-W__appLinkText{color:inherit}.docs-module__8Ggf-W__appLinkIndicator{color:var(--subtle-foreground);flex-shrink:0;align-items:center;transition:color .15s,transform .15s;display:inline-flex}.docs-module__8Ggf-W__appLink:hover .docs-module__8Ggf-W__appLinkIndicator{color:var(--muted-foreground);transform:translate(1px,-1px)}.docs-module__8Ggf-W__subsectionTitle .docs-module__8Ggf-W__appLink{font-size:inherit;font-weight:inherit;letter-spacing:inherit}.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__docLink,.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__appLink{font-weight:500}.docs-module__8Ggf-W__cardGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.875rem;margin:1.5rem 0 2rem;display:grid}.docs-module__8Ggf-W__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);color:inherit;flex-direction:column;gap:.625rem;padding:1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.docs-module__8Ggf-W__card:hover{border-color:var(--border-hover);box-shadow:var(--card-shadow);transform:translateY(-1px)}.docs-module__8Ggf-W__cardIcon{color:var(--muted-foreground)}.docs-module__8Ggf-W__cardTitle{letter-spacing:-.015em;color:var(--foreground);font-size:.9375rem;font-weight:600}.docs-module__8Ggf-W__cardDesc{color:var(--muted-foreground);font-size:.8125rem;line-height:1.55}.docs-module__8Ggf-W__codeBlock{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background-subtle);margin:1rem 0 1.25rem;padding:.3rem}.docs-module__8Ggf-W__codeHeader{background:0 0;justify-content:space-between;align-items:center;padding:.25rem .375rem .5rem;display:flex}.docs-module__8Ggf-W__codeHeaderLeft{align-items:center;gap:.5rem;min-width:0;display:flex}.docs-module__8Ggf-W__codeLabel{letter-spacing:0;text-transform:none;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.docs-module__8Ggf-W__codeLang{font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--inline-code-bg);border:1px solid var(--inline-code-border);color:var(--muted-foreground);flex-shrink:0;padding:.1rem .4rem;font-size:.6875rem;font-weight:500}.docs-module__8Ggf-W__codeHeaderRight{align-items:center;gap:.25rem;display:flex}.docs-module__8Ggf-W__copyBtn,.docs-module__8Ggf-W__runShellBtn{border-radius:var(--radius-sm);height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:.35rem;padding:0 .5rem;font-size:.75rem;font-weight:500;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}.docs-module__8Ggf-W__copyBtn:hover,.docs-module__8Ggf-W__runShellBtn:hover{color:var(--foreground);background:var(--background);border-color:var(--border)}.docs-module__8Ggf-W__codeBody{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--code-bg);overflow:hidden}.docs-module__8Ggf-W__codePre{font-family:var(--font-mono);color:var(--code-foreground);white-space:pre;margin:0;padding:1rem 1.125rem;font-size:.8125rem;line-height:1.6;overflow-x:auto}.docs-module__8Ggf-W__codePre .shiki{font-family:var(--font-mono);margin:0;font-size:.8125rem;line-height:1.6;background:0 0!important}.docs-module__8Ggf-W__codePre .shiki code{font-family:inherit;font-size:inherit;line-height:inherit;white-space:pre;font-weight:400;display:block;background:0 0!important;border:none!important;padding:0!important}.docs-module__8Ggf-W__codePre .shiki span{color:var(--shiki-light);font-style:var(--shiki-light-font-style);font-weight:var(--shiki-light-font-weight);-webkit-text-decoration:var(--shiki-light-text-decoration);text-decoration:var(--shiki-light-text-decoration)}[data-theme=dark] .docs-module__8Ggf-W__codePre .shiki span{color:var(--shiki-dark);font-style:var(--shiki-dark-font-style);font-weight:var(--shiki-dark-font-weight);-webkit-text-decoration:var(--shiki-dark-text-decoration);text-decoration:var(--shiki-dark-text-decoration)}@media (prefers-color-scheme:dark){[data-theme=system] .docs-module__8Ggf-W__codePre .shiki span{color:var(--shiki-dark);font-style:var(--shiki-dark-font-style);font-weight:var(--shiki-dark-font-weight);-webkit-text-decoration:var(--shiki-dark-text-decoration);text-decoration:var(--shiki-dark-text-decoration)}}.docs-module__8Ggf-W__tableWrap{border:1px solid var(--border);border-radius:var(--radius-md);max-width:100%;margin:1.25rem 0 1.5rem;overflow-x:auto}.docs-module__8Ggf-W__table{border-collapse:collapse;width:100%;font-size:.875rem}.docs-module__8Ggf-W__table th,.docs-module__8Ggf-W__table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.75rem 1rem}.docs-module__8Ggf-W__table th{color:var(--foreground);background:var(--background-subtle);font-size:.8125rem;font-weight:600}.docs-module__8Ggf-W__table td{color:var(--muted-foreground);line-height:1.55}.docs-module__8Ggf-W__table tbody tr:hover td{background:color-mix(in srgb, var(--background-subtle) 60%, transparent)}.docs-module__8Ggf-W__table tr:last-child td{border-bottom:none}.docs-module__8Ggf-W__table code{font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--inline-code-bg);border:1px solid var(--inline-code-border);color:var(--inline-code-fg);white-space:nowrap;padding:.12em .4em;font-size:.8125em;font-weight:500}.docs-module__8Ggf-W__callout{border-radius:var(--radius-lg);border:1px solid var(--callout-border,var(--border));background:var(--callout-bg,var(--background-subtle));color:var(--callout-fg,var(--foreground));letter-spacing:-.005em;align-items:flex-start;gap:.875rem;margin:1.5rem 0;padding:.75rem 1rem;font-size:.9375rem;line-height:1.6;transition:border-color .15s,background .15s;display:flex;box-shadow:0 1px 2px #00000005}.docs-module__8Ggf-W__calloutIconWrap{flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;line-height:1;display:flex}.docs-module__8Ggf-W__calloutIcon{color:var(--callout-icon,var(--callout-title,var(--callout-fg,currentColor)));flex-shrink:0}.docs-module__8Ggf-W__calloutContent{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.docs-module__8Ggf-W__calloutTitle{color:var(--callout-title,var(--callout-fg,currentColor));font-size:.9375rem;font-weight:600;line-height:1.45}.docs-module__8Ggf-W__calloutBody{color:inherit;font-size:.9375rem;line-height:1.6}.docs-module__8Ggf-W__callout strong,.docs-module__8Ggf-W__calloutTitle strong,.docs-module__8Ggf-W__calloutBody strong{color:var(--callout-title,currentColor);font-weight:650}.docs-module__8Ggf-W__calloutBody p{color:inherit;margin:0}.docs-module__8Ggf-W__calloutBody p+p{margin-top:.75rem}.docs-module__8Ggf-W__calloutBody ul,.docs-module__8Ggf-W__calloutBody ol{flex-direction:column;gap:.35rem;margin:.4rem 0 0;padding-left:1.2rem;display:flex}.docs-module__8Ggf-W__calloutBody li{color:inherit;line-height:1.55}.docs-module__8Ggf-W__calloutBody li::marker{color:currentColor}.docs-module__8Ggf-W__callout code,.docs-module__8Ggf-W__calloutTitle code,.docs-module__8Ggf-W__calloutBody code{font-family:var(--font-mono);border-radius:var(--radius-sm);white-space:nowrap;background:var(--callout-code-bg,var(--inline-code-bg));border:1px solid var(--callout-code-border,var(--inline-code-border));color:var(--callout-code-fg,var(--inline-code-fg));padding:.15em .45em;font-size:.8125em;font-weight:500}.docs-module__8Ggf-W__callout a,.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__docLink,.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__appLink{color:inherit;text-underline-offset:3px;font-weight:500;text-decoration:underline;transition:opacity .15s}.docs-module__8Ggf-W__callout a:hover,.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__docLink:hover,.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__appLink:hover{opacity:.8;text-decoration-color:currentColor}.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__appLink{border-bottom:none;padding-bottom:0}.docs-module__8Ggf-W__callout .docs-module__8Ggf-W__appLinkIndicator{color:inherit;opacity:.7}.docs-module__8Ggf-W__calloutTip,.docs-module__8Ggf-W__calloutSuccess{--callout-bg:#f0fdf4;--callout-border:#bbf7d0;--callout-fg:#166534;--callout-title:#14532d;--callout-icon:#22c55e;--callout-code-bg:#dcfce7;--callout-code-border:#86efac;--callout-code-fg:#14532d}.docs-module__8Ggf-W__calloutInfo,.docs-module__8Ggf-W__calloutNote{--callout-bg:#eff6ff;--callout-border:#bfdbfe;--callout-fg:#1e40af;--callout-title:#1e3a8a;--callout-icon:#3b82f6;--callout-code-bg:#dbeafe;--callout-code-border:#93c5fd;--callout-code-fg:#1e3a8a}.docs-module__8Ggf-W__calloutWarning,.docs-module__8Ggf-W__calloutCaution{--callout-bg:#fffbeb;--callout-border:#fde68a;--callout-fg:#b45309;--callout-title:#78350f;--callout-icon:#f59e0b;--callout-code-bg:#fef3c7;--callout-code-border:#fcd34d;--callout-code-fg:#92400e}.docs-module__8Ggf-W__calloutDanger{--callout-bg:#fef2f2;--callout-border:#fecaca;--callout-fg:#991b1b;--callout-title:#7f1d1d;--callout-icon:#ef4444;--callout-code-bg:#fee2e2;--callout-code-border:#fca5a5;--callout-code-fg:#7f1d1d}.docs-module__8Ggf-W__calloutDefault{--callout-bg:#f8fafc;--callout-border:#e2e8f0;--callout-fg:#334155;--callout-title:#0f172a;--callout-icon:#64748b;--callout-code-bg:#f1f5f9;--callout-code-border:#cbd5e1;--callout-code-fg:#0f172a}:is([data-theme=dark] .docs-module__8Ggf-W__calloutTip,[data-theme=dark] .docs-module__8Ggf-W__calloutSuccess){--callout-bg:#16653426;--callout-border:#22c55e33;--callout-fg:#a7f3d0;--callout-title:#4ade80;--callout-icon:#22c55e;--callout-code-bg:#00000073;--callout-code-border:#4ade8059;--callout-code-fg:#86efac}:is([data-theme=dark] .docs-module__8Ggf-W__calloutInfo,[data-theme=dark] .docs-module__8Ggf-W__calloutNote){--callout-bg:#1e40af26;--callout-border:#3b82f633;--callout-fg:#bfdbfe;--callout-title:#60a5fa;--callout-icon:#3b82f6;--callout-code-bg:#00000073;--callout-code-border:#60a5fa59;--callout-code-fg:#93c5fd}:is([data-theme=dark] .docs-module__8Ggf-W__calloutWarning,[data-theme=dark] .docs-module__8Ggf-W__calloutCaution){--callout-bg:#b4530926;--callout-border:#f59e0b33;--callout-fg:#fde68a;--callout-title:#fbbf24;--callout-icon:#f59e0b;--callout-code-bg:#0006;--callout-code-border:#f59e0b4d;--callout-code-fg:#fde68a}[data-theme=dark] .docs-module__8Ggf-W__calloutDanger{--callout-bg:#991b1b26;--callout-border:#ef444433;--callout-fg:#fecaca;--callout-title:#f87171;--callout-icon:#ef4444;--callout-code-bg:#0006;--callout-code-border:#ef44444d;--callout-code-fg:#fecaca}[data-theme=dark] .docs-module__8Ggf-W__calloutDefault{--callout-bg:#ffffff08;--callout-border:#ffffff1a;--callout-fg:#d1d5db;--callout-title:#f3f4f6;--callout-icon:#9ca3af;--callout-code-bg:#0006;--callout-code-border:#ffffff1f;--callout-code-fg:#f9fafb}.docs-module__8Ggf-W__pageActions{flex-shrink:0;position:relative}.docs-module__8Ggf-W__pageActionsTrigger{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);align-items:stretch;transition:border-color .15s,background-color .15s;display:inline-flex;overflow:hidden}.docs-module__8Ggf-W__pageActionsTrigger:hover,.docs-module__8Ggf-W__pageActionsOpen .docs-module__8Ggf-W__pageActionsTrigger{border-color:var(--border-hover);background:var(--background-subtle)}.docs-module__8Ggf-W__pageActionsCopy,.docs-module__8Ggf-W__pageActionsToggle{font-size:.8125rem;font-weight:500;font-family:var(--font-sans);color:var(--foreground);cursor:pointer;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .75rem;line-height:1;transition:background-color .15s,color .15s;display:inline-flex}.docs-module__8Ggf-W__pageActionsCopy{border-radius:var(--radius-md) 0 0 var(--radius-md)}.docs-module__8Ggf-W__pageActionsCopy:hover{background:color-mix(in srgb, var(--foreground) 6%, var(--background-subtle))}.docs-module__8Ggf-W__pageActionsToggle{border:none;border-left:1px solid var(--border);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--muted-foreground);padding:.5rem .625rem;transition:background-color .15s,color .15s,border-color .15s}.docs-module__8Ggf-W__pageActionsTrigger:hover .docs-module__8Ggf-W__pageActionsToggle,.docs-module__8Ggf-W__pageActionsOpen .docs-module__8Ggf-W__pageActionsToggle{border-left-color:var(--border-hover)}.docs-module__8Ggf-W__pageActionsToggle:hover{background:color-mix(in srgb, var(--foreground) 6%, var(--background-subtle));color:var(--foreground)}.docs-module__8Ggf-W__pageActionsCopy:focus-visible,.docs-module__8Ggf-W__pageActionsToggle:focus-visible{outline:2px solid var(--input-focus-border);outline-offset:-2px}.docs-module__8Ggf-W__pageActionsChevronOpen{transition:transform .15s;transform:rotate(180deg)}.docs-module__8Ggf-W__pageActionsMenu{z-index:40;background:var(--card-bg-solid);border:1px solid var(--border);border-radius:var(--radius-md);width:240px;box-shadow:var(--card-shadow);flex-direction:column;gap:.125rem;padding:.35rem;display:flex;position:absolute;top:calc(100% + .375rem);right:0}.docs-module__8Ggf-W__pageActionsMenuItem{text-align:left;border-radius:var(--radius-sm);width:100%;font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.625rem .75rem;transition:background-color .15s,color .15s;display:flex}.docs-module__8Ggf-W__pageActionsMenuItem:hover,.docs-module__8Ggf-W__pageActionsMenuItem:focus-visible{background:color-mix(in srgb, var(--foreground) 7%, var(--card-bg-solid))}.docs-module__8Ggf-W__pageActionsMenuItem:hover .docs-module__8Ggf-W__pageActionsMenuLabel,.docs-module__8Ggf-W__pageActionsMenuItem:focus-visible .docs-module__8Ggf-W__pageActionsMenuLabel{color:var(--foreground)}.docs-module__8Ggf-W__pageActionsMenuItem:hover .docs-module__8Ggf-W__pageActionsMenuDesc,.docs-module__8Ggf-W__pageActionsMenuItem:focus-visible .docs-module__8Ggf-W__pageActionsMenuDesc{color:var(--muted-foreground)}.docs-module__8Ggf-W__pageActionsMenuItem:hover svg,.docs-module__8Ggf-W__pageActionsMenuItem:focus-visible svg{color:var(--foreground)}.docs-module__8Ggf-W__pageActionsMenuIcon{width:20px;height:20px;color:var(--muted-foreground);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.docs-module__8Ggf-W__pageActionsMenuIcon svg{margin:0;display:block}.docs-module__8Ggf-W__pageActionsMenuItem:hover .docs-module__8Ggf-W__pageActionsMenuIcon,.docs-module__8Ggf-W__pageActionsMenuItem:focus-visible .docs-module__8Ggf-W__pageActionsMenuIcon{color:var(--foreground)}.docs-module__8Ggf-W__pageActionsMenuItem:focus-visible{box-shadow:inset 0 0 0 1px var(--input-focus-border);outline:none}.docs-module__8Ggf-W__pageActionsMenuText{flex-direction:column;gap:.125rem;min-width:0;display:flex}.docs-module__8Ggf-W__pageActionsMenuLabel{color:var(--foreground);font-size:.8125rem;font-weight:500;line-height:1.3}.docs-module__8Ggf-W__pageActionsMenuDesc{color:var(--subtle-foreground);font-size:.75rem;line-height:1.35}.docs-module__8Ggf-W__markdownModal{flex-direction:column;gap:.75rem;display:flex}.docs-module__8Ggf-W__markdownModalActions{justify-content:flex-end;display:flex}.docs-module__8Ggf-W__markdownPreview{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--code-bg);max-height:min(60vh,520px);color:var(--code-foreground);font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;margin:0;padding:1rem 1.125rem;font-size:.8125rem;line-height:1.6;overflow:auto}.docs-module__8Ggf-W__steps{counter-reset:docs-step;max-width:42rem;margin:0 0 2.5rem;padding:0;list-style:none}.docs-module__8Ggf-W__step{counter-increment:docs-step;grid-template-columns:1.75rem minmax(0,1fr);gap:0 1.125rem;padding-bottom:2.25rem;display:grid}.docs-module__8Ggf-W__step:last-child{padding-bottom:0}.docs-module__8Ggf-W__stepRail{justify-content:center;align-self:stretch;display:flex;position:relative}.docs-module__8Ggf-W__stepRail:after{content:"";background:var(--border);width:1px;position:absolute;top:1.75rem;bottom:-2.25rem;left:50%;transform:translate(-50%)}.docs-module__8Ggf-W__step:last-child .docs-module__8Ggf-W__stepRail:after{bottom:0;-webkit-mask-image:linear-gradient(#000 0% 60%,#0000 100%);mask-image:linear-gradient(#000 0% 60%,#0000 100%)}.docs-module__8Ggf-W__stepMarker{z-index:1;width:1.75rem;height:1.75rem;color:var(--muted-foreground);background:var(--background-subtle);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;line-height:1;display:flex;position:relative}.docs-module__8Ggf-W__stepMarker:before{content:counter(docs-step)}.docs-module__8Ggf-W__stepContent{min-width:0;padding-top:.1rem}.docs-module__8Ggf-W__stepTitle{letter-spacing:-.01em;color:var(--foreground);margin:0 0 .625rem;scroll-margin-top:88px;font-size:.9375rem;font-weight:600;line-height:1.4}.docs-module__8Ggf-W__stepBody{color:var(--muted-foreground);font-size:.9375rem;line-height:1.75}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__paragraph{margin-bottom:1rem}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__paragraph:last-child{margin-bottom:0}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__list{margin-top:0;margin-bottom:1rem}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__list:last-child{margin-bottom:0}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__codeBlock{margin-top:.75rem;margin-bottom:1rem}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__codeBlock:last-child{margin-bottom:0}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__callout{margin-top:.75rem;margin-bottom:1rem}.docs-module__8Ggf-W__stepBody>.docs-module__8Ggf-W__callout:last-child{margin-bottom:0}.docs-module__8Ggf-W__stepBody strong{color:var(--foreground);font-weight:600}.docs-module__8Ggf-W__stepLink{margin-top:.875rem;font-size:.875rem;font-weight:500;display:inline-block}.docs-module__8Ggf-W__codeLabelSelectContainer{align-items:center;display:inline-flex;position:relative}.docs-module__8Ggf-W__codeLabelSelectBtn{color:var(--foreground);background:var(--card-bg-solid,var(--background));border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.375rem;padding:.25rem .625rem;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1.25;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #0000000a}.docs-module__8Ggf-W__codeLabelSelectBtn:hover{background:var(--background-subtle);border-color:var(--border-hover);box-shadow:0 2px 4px #0000000f}.docs-module__8Ggf-W__codeLabelSelectBtn:focus-visible{border-color:var(--foreground);box-shadow:0 0 0 2px var(--input-focus-ring);outline:none}.docs-module__8Ggf-W__chevronsIcon{color:var(--muted-foreground);flex-shrink:0;transition:transform .2s cubic-bezier(.16,1,.3,1),color .15s}.docs-module__8Ggf-W__codeLabelSelectBtn:hover .docs-module__8Ggf-W__chevronsIcon,.docs-module__8Ggf-W__codeLabelSelectBtnOpen .docs-module__8Ggf-W__chevronsIcon{color:var(--foreground)}.docs-module__8Ggf-W__codeLabelSelectBtnOpen .docs-module__8Ggf-W__chevronsIcon{transform:rotate(180deg)}.docs-module__8Ggf-W__installDropdownMenu{z-index:50;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;gap:1px;min-width:150px;margin:0;padding:.35rem;list-style:none;animation:.15s cubic-bezier(.16,1,.3,1) docs-module__8Ggf-W__dropdownFadeIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 30px -5px #0000002e,0 4px 10px -2px #00000014}@keyframes docs-module__8Ggf-W__dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.docs-module__8Ggf-W__installDropdownItem{color:var(--muted-foreground);border-radius:var(--radius-sm);cursor:pointer;padding:.2rem .5rem;font-size:.8125rem;font-weight:400;transition:background .12s,color .12s}.docs-module__8Ggf-W__installDropdownItem:hover{background:var(--background-subtle);color:var(--foreground)}.docs-module__8Ggf-W__installDropdownItemActive{color:var(--foreground);background:var(--background-subtle);font-weight:500}
.Skeleton-module__QUUPIW__skeleton{background:linear-gradient(90deg, var(--border) 0%, var(--border-hover) 50%, var(--border) 100%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.6s linear infinite Skeleton-module__QUUPIW__shimmer;display:block}[data-theme=dark] .Skeleton-module__QUUPIW__skeleton{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff1f 50%,#ffffff0a 100%) 0 0/200% 100%}@keyframes Skeleton-module__QUUPIW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Skeleton-module__QUUPIW__text{border-radius:4px;width:100%;height:.875rem;margin-bottom:.35rem}.Skeleton-module__QUUPIW__heading{border-radius:6px;width:50%;height:1.5rem;margin-bottom:.5rem}.Skeleton-module__QUUPIW__subheading{border-radius:4px;width:35%;height:1.125rem;margin-bottom:.35rem}.Skeleton-module__QUUPIW__avatar{border-radius:50%;width:36px;height:36px}.Skeleton-module__QUUPIW__button{border-radius:var(--radius-md);width:110px;height:38px}.Skeleton-module__QUUPIW__input{border-radius:var(--radius-md);width:100%;height:42px}.Skeleton-module__QUUPIW__rectangular{border-radius:var(--radius-md);width:100%;height:100px}.Skeleton-module__QUUPIW__dashboardSkeleton{box-sizing:border-box;flex-direction:column;gap:2rem;width:100%;max-width:100%;display:flex}.Skeleton-module__QUUPIW__statsGrid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;width:100%;display:grid}.Skeleton-module__QUUPIW__statCardSkeleton{background:var(--card-bg-solid);border:1px solid var(--border);border-radius:var(--radius-lg);box-sizing:border-box;flex-direction:column;width:100%;padding:1.25rem 1.5rem;display:flex}.Skeleton-module__QUUPIW__statHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Skeleton-module__QUUPIW__toolbarSkeleton{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Skeleton-module__QUUPIW__searchSkeleton{border-radius:var(--radius-md);flex:1;min-width:260px;height:40px}.Skeleton-module__QUUPIW__controlsGroup{align-items:center;gap:.75rem;display:flex}.Skeleton-module__QUUPIW__tabsSkeleton{background:var(--background-subtle);border-radius:var(--radius-md);border:1px solid var(--border);gap:.35rem;padding:.25rem;display:flex}.Skeleton-module__QUUPIW__tabItemSkeleton{border-radius:var(--radius-sm);width:70px;height:30px}.Skeleton-module__QUUPIW__viewToggleSkeleton{background:var(--background-subtle);border-radius:var(--radius-md);border:1px solid var(--border);gap:.25rem;padding:.25rem;display:flex}.Skeleton-module__QUUPIW__viewToggleBtnSkeleton{border-radius:var(--radius-sm);width:30px;height:30px}.Skeleton-module__QUUPIW__addBtnSkeleton{border-radius:var(--radius-md);width:150px;height:40px}.Skeleton-module__QUUPIW__keysListSkeleton{flex-direction:column;gap:1rem;display:flex}.Skeleton-module__QUUPIW__keyCardSkeleton{background:var(--card-bg-solid);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.Skeleton-module__QUUPIW__keyCardBodySkeleton{flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.Skeleton-module__QUUPIW__keyCardTop{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Skeleton-module__QUUPIW__badgesGroup{align-items:center;gap:.5rem;display:flex}.Skeleton-module__QUUPIW__badgeSkeleton{border-radius:var(--radius-md);width:75px;height:24px}.Skeleton-module__QUUPIW__actionIconsGroup{align-items:center;gap:.5rem;display:flex}.Skeleton-module__QUUPIW__actionIconSkeleton{border-radius:var(--radius-sm);width:28px;height:28px}.Skeleton-module__QUUPIW__cardFooter{background:var(--card-footer-bg,var(--background-subtle));border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.Skeleton-module__QUUPIW__settingsSkeleton{box-sizing:border-box;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;display:flex}.Skeleton-module__QUUPIW__settingsCardSkeleton{background:var(--card-bg-solid);border:1px solid var(--border);border-radius:var(--radius-lg);box-sizing:border-box;flex-direction:column;width:100%;display:flex;overflow:hidden}.Skeleton-module__QUUPIW__settingsBoxBody{box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;padding:1.5rem;display:flex}.Skeleton-module__QUUPIW__settingsBoxHeader{flex-direction:column;gap:.4rem;display:flex}.Skeleton-module__QUUPIW__titleRow{align-items:center;gap:.6rem;display:flex}.Skeleton-module__QUUPIW__settingsHeaderHeading{width:35%}.Skeleton-module__QUUPIW__settingsHeaderDesc{width:65%}.Skeleton-module__QUUPIW__settingsLabelSkeleton{width:60px}.Skeleton-module__QUUPIW__settingsBoxFooter{background:var(--card-footer-bg,var(--background-subtle));border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.5rem;display:flex}.Skeleton-module__QUUPIW__footerTextSkeleton{width:40%}.Skeleton-module__QUUPIW__footerBtnSkeleton{flex-shrink:0;width:110px}.Skeleton-module__QUUPIW__pageFallback{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex}@media (max-width:768px){.Skeleton-module__QUUPIW__settingsSkeleton{gap:1.25rem}}@media (max-width:640px){.Skeleton-module__QUUPIW__settingsBoxBody{gap:1rem;padding:1rem}.Skeleton-module__QUUPIW__settingsHeaderHeading{width:55%!important}.Skeleton-module__QUUPIW__settingsHeaderDesc{width:85%!important}.Skeleton-module__QUUPIW__settingsBoxFooter{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem 1rem}.Skeleton-module__QUUPIW__footerTextSkeleton{width:70%!important}.Skeleton-module__QUUPIW__footerBtnSkeleton{width:100%!important}.Skeleton-module__QUUPIW__statsGrid{grid-template-columns:1fr;gap:.75rem}.Skeleton-module__QUUPIW__statCardSkeleton{padding:1rem 1.125rem}.Skeleton-module__QUUPIW__toolbarSkeleton{flex-direction:column;align-items:stretch;gap:.75rem}.Skeleton-module__QUUPIW__searchSkeleton{width:100%;min-width:100%}.Skeleton-module__QUUPIW__controlsGroup{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.Skeleton-module__QUUPIW__addBtnSkeleton{width:100%!important}.Skeleton-module__QUUPIW__keyCardBodySkeleton{gap:.75rem;padding:1rem}.Skeleton-module__QUUPIW__cardFooter{padding:.75rem 1rem}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e50b939c4e3518a9-s.178-y_nl5hbfa.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7a03f7a08146f938-s.0s_ltfx_pu-sa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6bb62198a3d8dd21-s.p.0aonh7vjr8u3t.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_1108f095-module__5yKLgG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal;font-weight:700}
.layout-module__T8_2_W__container{background-color:var(--background);min-height:100vh;color:var(--foreground)}.layout-module__T8_2_W__header{z-index:40;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#050505d9;justify-content:space-between;align-items:center;padding:.85rem 2rem;display:flex;position:sticky;top:0}.layout-module__T8_2_W__headerLeft{align-items:center;gap:2.5rem;display:flex}.layout-module__T8_2_W__logo{color:var(--foreground);align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;display:flex}.layout-module__T8_2_W__logoIcon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--foreground);background:#ffffff14;border:1px solid #ffffff1f;justify-content:center;align-items:center;display:flex}.layout-module__T8_2_W__logoText{letter-spacing:-.02em}.layout-module__T8_2_W__navLinks{align-items:center;gap:.5rem;display:flex}.layout-module__T8_2_W__navItem{color:var(--muted-foreground);border-radius:var(--radius-md);align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.layout-module__T8_2_W__navItem:hover{color:var(--foreground);background:#ffffff0d}.layout-module__T8_2_W__navActive{color:var(--foreground);background:#ffffff14}.layout-module__T8_2_W__userSection{align-items:center;gap:1.25rem;display:flex}.layout-module__T8_2_W__userInfo{align-items:center;gap:.625rem;display:flex}.layout-module__T8_2_W__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#10b981 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8125rem;font-weight:600;display:flex}.layout-module__T8_2_W__userEmail{color:var(--muted-foreground);font-size:.8125rem}.layout-module__T8_2_W__main{max-width:1240px;margin:0 auto;padding:2.5rem 1.5rem}@media (max-width:768px){.layout-module__T8_2_W__main{padding:1.25rem 1rem}}
.changelog-markdown-module__kr7_Ia__markdownContent{color:var(--foreground);flex-direction:column;gap:1.25rem;font-size:1rem;line-height:1.7;display:flex}.changelog-markdown-module__kr7_Ia__h2,.changelog-markdown-module__kr7_Ia__h3,.changelog-markdown-module__kr7_Ia__h4{scroll-margin-top:100px;position:relative}.changelog-markdown-module__kr7_Ia__h2{letter-spacing:-.02em;color:var(--foreground);margin-top:1.75rem;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1.3}.changelog-markdown-module__kr7_Ia__h3{letter-spacing:-.015em;color:var(--foreground);margin-top:1.5rem;margin-bottom:.25rem;font-size:1.25rem;font-weight:600;line-height:1.35}.changelog-markdown-module__kr7_Ia__h4{color:var(--foreground);margin-top:1.25rem;margin-bottom:.15rem;font-size:1.05rem;font-weight:600}.changelog-markdown-module__kr7_Ia__headingAnchor{color:var(--muted-foreground);opacity:0;-webkit-user-select:none;user-select:none;font-weight:400;text-decoration:none;transition:opacity .15s,color .15s;position:absolute;top:0;left:-1.25rem}.changelog-markdown-module__kr7_Ia__h2:hover .changelog-markdown-module__kr7_Ia__headingAnchor,.changelog-markdown-module__kr7_Ia__h3:hover .changelog-markdown-module__kr7_Ia__headingAnchor,.changelog-markdown-module__kr7_Ia__h4:hover .changelog-markdown-module__kr7_Ia__headingAnchor{opacity:.6}.changelog-markdown-module__kr7_Ia__headingAnchor:hover{color:var(--foreground);opacity:1!important}.changelog-markdown-module__kr7_Ia__paragraph{color:var(--foreground);margin:0;line-height:1.75}.changelog-markdown-module__kr7_Ia__inlineBold{color:var(--foreground);font-weight:600}.changelog-markdown-module__kr7_Ia__inlineCode{font-family:var(--font-mono);background:var(--inline-code-bg);border:1px solid var(--inline-code-border);color:var(--inline-code-fg);border-radius:4px;padding:.15rem .4rem;font-size:.875rem}.changelog-markdown-module__kr7_Ia__inlineLink{color:var(--foreground);text-underline-offset:3px;align-items:center;gap:.25rem;font-weight:500;text-decoration:underline;transition:opacity .15s,color .15s;display:inline-flex}.changelog-markdown-module__kr7_Ia__inlineLink:hover{opacity:.8}.changelog-markdown-module__kr7_Ia__externalLinkIcon{opacity:.6;vertical-align:middle}.changelog-markdown-module__kr7_Ia__bulletList{flex-direction:column;gap:.6rem;margin:.25rem 0;padding-left:1.5rem;list-style:outside;display:flex}.changelog-markdown-module__kr7_Ia__listItem{color:var(--foreground);line-height:1.65}.changelog-markdown-module__kr7_Ia__mediaFigure{flex-direction:column;gap:.6rem;margin:1.75rem 0;display:flex}.changelog-markdown-module__kr7_Ia__imageWrapper{border:1px solid var(--border);background:var(--background-subtle);cursor:zoom-in;border-radius:12px;transition:border-color .15s,transform .15s;position:relative;overflow:hidden}.changelog-markdown-module__kr7_Ia__imageWrapper:hover{border-color:var(--border-hover)}.changelog-markdown-module__kr7_Ia__mediaImage{object-fit:cover;width:100%;height:auto;display:block}.changelog-markdown-module__kr7_Ia__imageOverlay{color:#fff;font-size:.75rem;font-family:var(--font-sans);opacity:0;pointer-events:none;background:#000000bf;border:1px solid #fff3;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .65rem;transition:opacity .15s;display:inline-flex;position:absolute;bottom:.75rem;right:.75rem}.changelog-markdown-module__kr7_Ia__imageWrapper:hover .changelog-markdown-module__kr7_Ia__imageOverlay{opacity:1}.changelog-markdown-module__kr7_Ia__videoWrapper{border:1px solid var(--border);background:#000;border-radius:12px;overflow:hidden}.changelog-markdown-module__kr7_Ia__mediaVideo{width:100%;height:auto;display:block}.changelog-markdown-module__kr7_Ia__mediaCaption{color:var(--muted-foreground);text-align:center;font-size:.8125rem;font-family:var(--font-sans)}.changelog-markdown-module__kr7_Ia__lightboxBackdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.15s ease-out changelog-markdown-module__kr7_Ia__fadeIn;display:flex;position:fixed;inset:0}@keyframes changelog-markdown-module__kr7_Ia__fadeIn{0%{opacity:0}to{opacity:1}}.changelog-markdown-module__kr7_Ia__lightboxContainer{flex-direction:column;align-items:center;gap:.75rem;max-width:95vw;max-height:90vh;display:flex;position:relative}.changelog-markdown-module__kr7_Ia__lightboxImage{cursor:default;object-fit:contain;border:1px solid #ffffff26;border-radius:12px;max-width:95vw;max-height:85vh;box-shadow:0 25px 50px -12px #00000080}.changelog-markdown-module__kr7_Ia__lightboxCloseBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex;position:absolute;top:-2.5rem;right:0}.changelog-markdown-module__kr7_Ia__lightboxCloseBtn:hover{background:#ffffff4d}.changelog-markdown-module__kr7_Ia__lightboxCaption{color:#fff;text-align:center;margin:0;font-size:.875rem}
.Tooltip-module__2vjsta__tooltipContainer{align-items:center;display:inline-flex;position:relative}.Tooltip-module__2vjsta__tooltip{background:var(--card-bg-solid);color:var(--foreground);border-radius:var(--radius-md);white-space:nowrap;z-index:1000;box-shadow:var(--card-shadow);border:1px solid var(--border);pointer-events:none;white-space:pre-wrap;word-wrap:break-word;max-width:300px;padding:8px 12px;font-size:12px;font-weight:400;position:fixed}
.release-detail-module__H8Qzvq__container{width:100%;max-width:940px;margin:0 auto;padding:3.5rem 1.5rem 6rem}.release-detail-module__H8Qzvq__backNav{margin-bottom:2.25rem}.release-detail-module__H8Qzvq__backLink{color:var(--muted-foreground);align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,transform .15s;display:inline-flex}.release-detail-module__H8Qzvq__backLink:hover{color:var(--foreground);transform:translate(-2px)}.release-detail-module__H8Qzvq__backLink:focus-visible{outline:2px solid var(--foreground);outline-offset:2px;border-radius:4px}.release-detail-module__H8Qzvq__contentLayout{grid-template-columns:minmax(0,1fr) 220px;align-items:start;gap:3.5rem;display:grid}.release-detail-module__H8Qzvq__mainContent{min-width:0}.release-detail-module__H8Qzvq__header{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}.release-detail-module__H8Qzvq__metaRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.release-detail-module__H8Qzvq__tagGroup{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.release-detail-module__H8Qzvq__versionTag{font-family:var(--font-mono);color:var(--foreground);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.release-detail-module__H8Qzvq__productPill{font-size:.75rem;font-weight:600;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border);background:var(--background-subtle);color:var(--muted-foreground);border-radius:9999px;padding:.2rem .65rem}.release-detail-module__H8Qzvq__productPillCli,.release-detail-module__H8Qzvq__productPillWeb,.release-detail-module__H8Qzvq__productPillMcp{color:var(--foreground);border-color:var(--border-hover)}.release-detail-module__H8Qzvq__latestTag{text-transform:uppercase;letter-spacing:.05em;background:var(--foreground);color:var(--background);border-radius:9999px;padding:.18rem .6rem;font-size:.6875rem;font-weight:600}.release-detail-module__H8Qzvq__dateMetaGroup{color:var(--muted-foreground);align-items:center;gap:.45rem;font-size:.875rem;display:inline-flex}.release-detail-module__H8Qzvq__date{color:var(--muted-foreground);font-size:.875rem}.release-detail-module__H8Qzvq__dateDot{opacity:.5}.release-detail-module__H8Qzvq__readingTime{color:var(--muted-foreground);font-size:.8125rem;font-family:var(--font-mono)}.release-detail-module__H8Qzvq__title{letter-spacing:-.03em;color:var(--foreground);font-size:2.25rem;font-weight:700;line-height:1.2}.release-detail-module__H8Qzvq__affectedProductsList{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:-.25rem;margin-bottom:.25rem;display:flex}.release-detail-module__H8Qzvq__affectedProductBadge{font-size:.6875rem;font-family:var(--font-mono);background:var(--background-subtle);border:1px solid var(--border);color:var(--muted-foreground);border-radius:4px;padding:.15rem .5rem}.release-detail-module__H8Qzvq__summary{color:var(--muted-foreground);font-size:1.125rem;line-height:1.65}.release-detail-module__H8Qzvq__heroMedia{border:1px solid var(--border);background:var(--background-subtle);border-radius:12px;margin:1.75rem 0;overflow:hidden}.release-detail-module__H8Qzvq__heroImage{object-fit:cover;width:100%;height:auto;display:block}.release-detail-module__H8Qzvq__heroCaption{color:var(--muted-foreground);border-top:1px solid var(--border);background:var(--background);padding:.6rem 1rem;font-size:.8125rem}.release-detail-module__H8Qzvq__section{margin-top:2rem}.release-detail-module__H8Qzvq__sideRail{flex-direction:column;align-items:stretch;gap:1.5rem;display:flex;position:sticky;top:90px}.release-detail-module__H8Qzvq__sideSection{flex-direction:column;gap:.2rem;display:flex}.release-detail-module__H8Qzvq__sideSectionTitle{font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:.25rem;padding-left:.5rem}.release-detail-module__H8Qzvq__sideItem{width:100%;font-size:.8125rem;font-weight:500;font-family:var(--font-sans);color:var(--muted-foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.45rem .65rem;text-decoration:none;transition:color .15s,background-color .15s;display:flex}.release-detail-module__H8Qzvq__sideItem:hover{color:var(--foreground);background:var(--background-subtle)}.release-detail-module__H8Qzvq__sideItem:focus-visible{outline:2px solid var(--foreground);outline-offset:1px}.release-detail-module__H8Qzvq__sideItemSuccess,.release-detail-module__H8Qzvq__sideItemSuccess:hover{color:#10b981}.release-detail-module__H8Qzvq__sideItemLabel{align-items:center;gap:.55rem;display:inline-flex}.release-detail-module__H8Qzvq__sideItemIcon{color:var(--muted-foreground);opacity:.7;flex-shrink:0}.release-detail-module__H8Qzvq__paginationNav{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:4rem;padding-top:2rem;display:grid}.release-detail-module__H8Qzvq__paginationCard{border:1px solid var(--border);background:var(--background-subtle);border-radius:12px;flex-direction:column;gap:.35rem;min-width:0;padding:1.25rem;text-decoration:none;transition:all .15s;display:flex}.release-detail-module__H8Qzvq__paginationCard:hover{border-color:var(--border-hover);background:var(--card-bg-solid);box-shadow:var(--card-shadow);transform:translateY(-2px)}.release-detail-module__H8Qzvq__paginationCard:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.release-detail-module__H8Qzvq__paginationCardRight{text-align:right;align-items:flex-end}.release-detail-module__H8Qzvq__paginationPlaceholder{display:block}.release-detail-module__H8Qzvq__paginationLabel{font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);align-items:center;gap:.35rem;display:flex}.release-detail-module__H8Qzvq__paginationTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.9375rem;font-weight:600;overflow:hidden}.release-detail-module__H8Qzvq__paginationMeta{color:var(--muted-foreground);font-size:.8125rem}@media (max-width:768px){.release-detail-module__H8Qzvq__container{padding:2rem 1rem 4rem}.release-detail-module__H8Qzvq__contentLayout{grid-template-columns:1fr;gap:2.5rem}.release-detail-module__H8Qzvq__sideRail{position:static}.release-detail-module__H8Qzvq__title{font-size:1.75rem}.release-detail-module__H8Qzvq__summary{font-size:1rem}.release-detail-module__H8Qzvq__paginationNav{grid-template-columns:1fr;gap:.75rem;margin-top:2.5rem;padding-top:1.5rem}.release-detail-module__H8Qzvq__paginationPlaceholder{display:none}.release-detail-module__H8Qzvq__paginationCard{border-radius:var(--radius-md);padding:1rem 1.125rem}.release-detail-module__H8Qzvq__paginationCardRight{text-align:left;align-items:flex-start}.release-detail-module__H8Qzvq__paginationCardRight .release-detail-module__H8Qzvq__paginationLabel{justify-content:flex-end;align-self:flex-start}.release-detail-module__H8Qzvq__paginationTitle{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.35;display:-webkit-box;overflow:hidden}.release-detail-module__H8Qzvq__paginationMeta{font-size:.75rem}}
.page-module__9b8Lgq__container{background-color:var(--background);background-image:radial-gradient(circle at center, var(--border) 0%, transparent 50%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex;position:relative}.page-module__9b8Lgq__header{z-index:10;position:absolute;top:1.75rem;left:2rem}.page-module__9b8Lgq__logo{letter-spacing:-.04em;color:var(--foreground);align-items:center;gap:.625rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.page-module__9b8Lgq__wrapper{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:460px;display:flex;position:relative}.page-module__9b8Lgq__card{text-align:center;width:100%;padding:2.5rem 2rem;position:relative}.page-module__9b8Lgq__iconWrap{justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 1.5rem;display:flex;position:relative}.page-module__9b8Lgq__iconWrap:before{content:"";background:radial-gradient(circle, var(--foreground) 0%, transparent 70%);opacity:.12;filter:blur(14px);pointer-events:none;z-index:0;border-radius:50%;width:72px;height:72px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__9b8Lgq__icon{z-index:1;color:var(--foreground);position:relative}.page-module__9b8Lgq__title{letter-spacing:-.03em;color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-module__9b8Lgq__description{color:var(--muted-foreground);margin-bottom:1.75rem;font-size:.875rem;line-height:1.55}.page-module__9b8Lgq__userBadge{border-radius:var(--radius-full);background:var(--background-subtle);border:1px solid var(--border);color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .85rem;font-size:.8125rem;display:inline-flex}.page-module__9b8Lgq__userBadgeDot{background:#10b981;border-radius:50%;width:6px;height:6px}.page-module__9b8Lgq__requestMeta{background:var(--background-subtle);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--muted-foreground);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.65rem .85rem;font-size:.78125rem;display:flex}.page-module__9b8Lgq__requestIdCode{font-family:var(--font-mono);color:var(--foreground);font-weight:500}.page-module__9b8Lgq__warningBox{text-align:left;border-radius:var(--radius-md);color:var(--foreground);background:#eab30814;border:1px solid #eab30840;align-items:flex-start;gap:.625rem;margin-bottom:1.75rem;padding:.75rem .875rem;font-size:.8125rem;line-height:1.5;display:flex}.page-module__9b8Lgq__warningIcon{color:#eab308;flex-shrink:0;margin-top:.125rem}.page-module__9b8Lgq__actions{gap:.75rem;width:100%;display:flex}.page-module__9b8Lgq__alert{color:#f87171;border-radius:var(--radius-md);text-align:left;background:#ef444414;border:1px solid #ef444440;align-items:flex-start;gap:.625rem;padding:.85rem 1rem;font-size:.8125rem;line-height:1.5;display:flex}.page-module__9b8Lgq__alertIcon{color:#ef4444;flex-shrink:0;margin-top:.125rem}.page-module__9b8Lgq__result{flex-direction:column;align-items:center;gap:1rem;padding:1rem 0 .5rem;display:flex}.page-module__9b8Lgq__successIcon{color:#34d399;background:#10b9811f;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.page-module__9b8Lgq__deniedIcon{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.page-module__9b8Lgq__resultTitle{letter-spacing:-.02em;color:var(--foreground);font-size:1.25rem;font-weight:700}.page-module__9b8Lgq__resultText{color:var(--muted-foreground);max-width:320px;font-size:.875rem;line-height:1.55}.page-module__9b8Lgq__loadingSpinner{color:var(--muted-foreground);flex-direction:column;align-items:center;gap:.75rem;padding:2rem 0;font-size:.875rem;display:flex}.page-module__9b8Lgq__spinner{border:2px solid var(--border);border-top-color:var(--foreground);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite page-module__9b8Lgq__spin}@keyframes page-module__9b8Lgq__spin{to{transform:rotate(360deg)}}.page-module__9b8Lgq__footerNote{color:var(--subtle-foreground);text-align:center;margin-top:0;font-size:.78125rem}
.layout-module__svhrIW__settingsLayout{align-items:flex-start;gap:2.5rem;width:100%;max-width:1040px;margin:0 auto;padding-bottom:4rem;display:flex}.layout-module__svhrIW__settingsContent{flex:1;width:100%;min-width:0}@media (max-width:768px){.layout-module__svhrIW__settingsLayout{flex-direction:column;align-items:stretch;gap:1.25rem;padding-bottom:2rem}.layout-module__svhrIW__settingsContent{width:100%;min-width:100%}}
.legal-module__FWDERa__main{flex:1;width:100%;max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.legal-module__FWDERa__updated{color:var(--subtle-foreground);margin-bottom:2rem;font-size:.8125rem}
.auth-module__Y2OPrW__header{text-align:center;margin-bottom:2rem}.auth-module__Y2OPrW__title{letter-spacing:-.025em;color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.auth-module__Y2OPrW__description{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.auth-module__Y2OPrW__form{flex-direction:column;gap:1.25rem;display:flex}.auth-module__Y2OPrW__formGroup{flex-direction:column;gap:.375rem;display:flex}.auth-module__Y2OPrW__label{color:var(--foreground);font-size:.8125rem;font-weight:500}.auth-module__Y2OPrW__error{color:#f87171;border-radius:var(--radius-md);text-align:center;background:#ef44441a;border:1px solid #ef444440;padding:.625rem;font-size:.8125rem}.auth-module__Y2OPrW__divider{text-align:center;align-items:center;margin:1.25rem 0;display:flex}.auth-module__Y2OPrW__divider:before,.auth-module__Y2OPrW__divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.auth-module__Y2OPrW__divider span{color:var(--subtle-foreground);letter-spacing:.05em;background:0 0;padding:0 .75rem;font-size:.6875rem;font-weight:600}.auth-module__Y2OPrW__footerText{text-align:center;color:var(--muted-foreground);margin-top:1.5rem;font-size:.8125rem}.auth-module__Y2OPrW__link{color:var(--foreground);text-underline-offset:3px;font-weight:500;text-decoration:underline}.auth-module__Y2OPrW__link:hover{color:var(--primary-hover)}
.changelog-module__qqAbVG__container{width:100%;max-width:860px;margin:0 auto;padding:3.5rem 1.5rem 6rem}.changelog-module__qqAbVG__header{margin-bottom:2.25rem}.changelog-module__qqAbVG__headerTitleRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.changelog-module__qqAbVG__title{letter-spacing:-.03em;color:var(--foreground);font-size:2.25rem;font-weight:700;line-height:1.2}.changelog-module__qqAbVG__rssLink{font-size:.75rem;font-family:var(--font-mono);background:var(--background-subtle);border:1px solid var(--border);color:var(--muted-foreground);border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.changelog-module__qqAbVG__rssLink:hover{color:var(--foreground);border-color:var(--border-hover);background:var(--card-bg-solid)}.changelog-module__qqAbVG__subtitle{color:var(--muted-foreground);font-size:1rem;line-height:1.6}.changelog-module__qqAbVG__controlsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.changelog-module__qqAbVG__productFilter{background:0 0;border:none;align-items:center;gap:.35rem;padding:0;display:inline-flex}.changelog-module__qqAbVG__filterBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.45rem;padding:.45rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}.changelog-module__qqAbVG__filterBtn:hover{color:var(--foreground);background:var(--background-subtle)}[data-theme=dark] .changelog-module__qqAbVG__filterBtn:hover{background:#ffffff14}[data-theme=light] .changelog-module__qqAbVG__filterBtn:hover{background:#0000000d}.changelog-module__qqAbVG__filterBtn:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.changelog-module__qqAbVG__filterBtnActive{color:var(--foreground);background:var(--background-subtle);border-color:var(--border);font-weight:500}[data-theme=dark] .changelog-module__qqAbVG__filterBtnActive{color:#fff;background:#1f1f1f;border-color:#ffffff14}[data-theme=light] .changelog-module__qqAbVG__filterBtnActive{color:#000;background:#ebebeb;border-color:#0000000f}.changelog-module__qqAbVG__filterCount{font-size:.75rem;font-family:var(--font-mono);opacity:.65;background:var(--border);border-radius:9999px;padding:.05rem .4rem}[data-theme=dark] .changelog-module__qqAbVG__filterBtnActive .changelog-module__qqAbVG__filterCount{opacity:.85;background:#ffffff24}[data-theme=light] .changelog-module__qqAbVG__filterBtnActive .changelog-module__qqAbVG__filterCount{opacity:.85;background:#00000012}.changelog-module__qqAbVG__customSelectContainer{display:none;position:relative}.changelog-module__qqAbVG__customSelectTrigger{height:38px;font-size:.875rem;font-weight:500;font-family:var(--font-sans);background:var(--foreground);color:var(--background);cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:0 1rem;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.changelog-module__qqAbVG__customSelectTrigger:hover{border-color:var(--border-hover)}.changelog-module__qqAbVG__customSelectTrigger:focus-visible{border-color:var(--foreground);box-shadow:0 0 0 2px var(--input-focus-ring)}.changelog-module__qqAbVG__customSelectLabel{align-items:center;gap:.35rem;display:inline-flex}.changelog-module__qqAbVG__customSelectIcon{color:var(--background-subtle);transition:transform .2s}.changelog-module__qqAbVG__customSelectContainer[data-open=true] .changelog-module__qqAbVG__customSelectIcon{transform:rotate(180deg)}.changelog-module__qqAbVG__customSelectList{background:var(--card-bg-solid);border:1px solid var(--border);z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;min-width:170px;margin:0;padding:.35rem;list-style:none;animation:.15s cubic-bezier(.16,1,.3,1) changelog-module__qqAbVG__fadeInDown;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #00000040}@keyframes changelog-module__qqAbVG__fadeInDown{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.changelog-module__qqAbVG__customSelectOption{color:var(--muted-foreground);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:.2rem .5rem;font-size:.8125rem;font-weight:500;transition:background-color .15s,color .15s;display:flex}.changelog-module__qqAbVG__customSelectOption:hover{background:var(--background-subtle);color:var(--foreground)}.changelog-module__qqAbVG__customSelectOptionActive{background:var(--background-subtle);color:var(--foreground);font-weight:600}[data-theme=dark] .changelog-module__qqAbVG__customSelectOptionActive{color:#fff;background:#ffffff1a}[data-theme=light] .changelog-module__qqAbVG__customSelectOptionActive{color:#000;background:#0000000f}.changelog-module__qqAbVG__optionCount{font-family:var(--font-mono);opacity:.65;font-size:.75rem}.changelog-module__qqAbVG__searchBox{align-items:center;width:280px;display:flex;position:relative}.changelog-module__qqAbVG__searchInput{width:100%;height:38px;font-size:.8125rem;font-family:var(--font-sans);color:var(--foreground);background:var(--background-subtle);border:1px solid var(--border);border-radius:9999px;outline:none;padding:0 2rem 0 2.25rem;transition:border-color .15s,background-color .15s,box-shadow .15s}[data-theme=dark] .changelog-module__qqAbVG__searchInput{background:#111;border-color:#ffffff1a}[data-theme=light] .changelog-module__qqAbVG__searchInput{background:#fafafa;border-color:#00000014}.changelog-module__qqAbVG__searchInput::placeholder{color:var(--muted-foreground)}.changelog-module__qqAbVG__searchInput:focus{border-color:var(--foreground);background:var(--card-bg-solid);box-shadow:0 0 0 1px var(--foreground)}.changelog-module__qqAbVG__searchIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;left:.75rem}.changelog-module__qqAbVG__clearSearchBtn{width:22px;height:22px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;right:.4rem}.changelog-module__qqAbVG__clearSearchBtn:hover{color:var(--foreground)}.changelog-module__qqAbVG__clearSearchBtn:focus-visible{outline:2px solid var(--foreground);outline-offset:1px}.changelog-module__qqAbVG__searchResultsNotice{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:-1.5rem;margin-bottom:2.5rem;font-size:.8125rem;display:flex}.changelog-module__qqAbVG__resetLink{color:var(--foreground);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:0;font-weight:500;text-decoration:underline}.changelog-module__qqAbVG__resetLink:hover{opacity:.8}.changelog-module__qqAbVG__timeline{--timeline-line-x:6px;flex-direction:column;gap:3rem;padding-left:2.25rem;display:flex;position:relative}.changelog-module__qqAbVG__timeline:before{content:"";background:linear-gradient(to bottom, var(--foreground) 0%, var(--border) 15%, var(--border) 85%, transparent 100%);border-radius:1px;width:2px;position:absolute;top:.6rem;bottom:.6rem;left:5px}.changelog-module__qqAbVG__releaseEntry{grid-template-columns:170px minmax(0,1fr);align-items:start;gap:2.5rem;display:grid;position:relative}.changelog-module__qqAbVG__timelineDot{left:calc(-2.25rem + var(--timeline-line-x));background:var(--background);border:2px solid var(--muted-foreground);z-index:2;width:10px;height:10px;box-shadow:0 0 0 3px var(--background);border-radius:50%;transition:all .2s;position:absolute;top:.35rem;transform:translate(-50%)}.changelog-module__qqAbVG__timelineDotLatest{background:var(--foreground);border:2px solid var(--background);width:12px;height:12px;box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--foreground);top:.3rem}.changelog-module__qqAbVG__releaseMeta{flex-direction:column;gap:.35rem;display:flex;position:sticky;top:80px}.changelog-module__qqAbVG__versionTag{font-family:var(--font-mono);color:var(--foreground);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.changelog-module__qqAbVG__productPill{font-size:.6875rem;font-weight:600;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border);background:var(--background-subtle);color:var(--muted-foreground);border-radius:9999px;padding:.15rem .55rem}.changelog-module__qqAbVG__productPillCli,.changelog-module__qqAbVG__productPillWeb,.changelog-module__qqAbVG__productPillMcp{color:var(--foreground);border-color:var(--border-hover)}.changelog-module__qqAbVG__latestTag{text-transform:uppercase;letter-spacing:.05em;background:var(--foreground);color:var(--background);border-radius:9999px;padding:.15rem .55rem;font-size:.6875rem;font-weight:600}.changelog-module__qqAbVG__releaseDate{color:var(--muted-foreground);font-size:.8125rem}.changelog-module__qqAbVG__releaseBody{flex-direction:column;gap:.75rem;display:flex}.changelog-module__qqAbVG__timelineBannerLink{border:1px solid var(--border);background:var(--background-subtle);border-radius:10px;margin-bottom:.25rem;transition:border-color .15s,transform .15s;display:block;overflow:hidden}.changelog-module__qqAbVG__timelineBannerLink:hover{border-color:var(--border-hover);transform:translateY(-1px)}.changelog-module__qqAbVG__timelineBanner{object-fit:cover;width:100%;height:auto;display:block}.changelog-module__qqAbVG__releaseTitle{letter-spacing:-.01em;color:var(--foreground);font-size:1.25rem;font-weight:600}.changelog-module__qqAbVG__releaseTitleLink{color:inherit;text-decoration:none;transition:color .15s,opacity .15s}.changelog-module__qqAbVG__releaseTitleLink:hover{text-underline-offset:3px;text-decoration:underline}.changelog-module__qqAbVG__releaseTitleLink:focus-visible{outline:2px solid var(--foreground);outline-offset:2px;border-radius:4px}.changelog-module__qqAbVG__affectedBadgesRow{flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:-.2rem;display:flex}.changelog-module__qqAbVG__affectedBadge{font-size:.6875rem;font-family:var(--font-mono);background:var(--background-subtle);border:1px solid var(--border);color:var(--muted-foreground);border-radius:4px;padding:.1rem .45rem}.changelog-module__qqAbVG__releaseSummary{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.changelog-module__qqAbVG__releaseActionsRow{align-items:center;margin-top:.25rem;display:flex}.changelog-module__qqAbVG__readMoreLink{color:var(--foreground);align-items:center;gap:.35rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.changelog-module__qqAbVG__readMoreLink:hover{opacity:.75}.changelog-module__qqAbVG__readMoreArrow{transition:transform .15s}.changelog-module__qqAbVG__readMoreLink:hover .changelog-module__qqAbVG__readMoreArrow{transform:translate(3px)}.changelog-module__qqAbVG__changeList{flex-direction:column;gap:.75rem;margin-top:.35rem;list-style:none;display:flex}.changelog-module__qqAbVG__changeItem{color:var(--foreground);align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.6;display:flex}.changelog-module__qqAbVG__badge{font-size:.6875rem;font-weight:600;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border);background:var(--background-subtle);color:var(--muted-foreground);border-radius:9999px;flex-shrink:0;align-items:center;margin-top:.15rem;padding:.18rem .6rem;display:inline-flex}.changelog-module__qqAbVG__badgeFeature{color:#10b981;background:#10b98114;border-color:#10b98140}.changelog-module__qqAbVG__badgeImprovement{color:#3b82f6;background:#3b82f614;border-color:#3b82f640}.changelog-module__qqAbVG__badgeFix{color:#f59e0b;background:#f59e0b14;border-color:#f59e0b40}.changelog-module__qqAbVG__badgeSecurity{color:#8b5cf6;background:#8b5cf614;border-color:#8b5cf640}[data-theme=dark] .changelog-module__qqAbVG__badgeFeature{color:#34d399;background:#34d3991f;border-color:#34d3994d}[data-theme=dark] .changelog-module__qqAbVG__badgeImprovement{color:#60a5fa;background:#60a5fa1f;border-color:#60a5fa4d}[data-theme=dark] .changelog-module__qqAbVG__badgeFix{color:#fbbf24;background:#fbbf241f;border-color:#fbbf244d}[data-theme=dark] .changelog-module__qqAbVG__badgeSecurity{color:#a78bfa;background:#a78bfa1f;border-color:#a78bfa4d}.changelog-module__qqAbVG__changeText{flex:1}.changelog-module__qqAbVG__changeText code{font-family:var(--font-mono);background:var(--inline-code-bg);border:1px solid var(--inline-code-border);color:var(--inline-code-fg);border-radius:4px;padding:.15rem .35rem;font-size:.8125rem}.changelog-module__qqAbVG__emptyState{text-align:center;color:var(--muted-foreground);flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}@media (max-width:680px){.changelog-module__qqAbVG__container{padding:2rem 1rem 4rem}.changelog-module__qqAbVG__title{font-size:1.75rem}.changelog-module__qqAbVG__headerTitleRow{flex-wrap:wrap;gap:.5rem}.changelog-module__qqAbVG__controlsRow{flex-flow:row;align-items:center;gap:.5rem;width:100%;margin-bottom:2rem}.changelog-module__qqAbVG__productFilter{display:none}.changelog-module__qqAbVG__customSelectContainer{flex:none;max-width:140px;display:block}.changelog-module__qqAbVG__customSelectTrigger{width:100%}.changelog-module__qqAbVG__customSelectLabel{text-overflow:ellipsis;overflow:hidden}.changelog-module__qqAbVG__searchBox{flex:1;width:auto;min-width:0}.changelog-module__qqAbVG__timeline{--timeline-line-x:5px;gap:3rem;padding-left:1.75rem}.changelog-module__qqAbVG__timeline:before{left:4px}.changelog-module__qqAbVG__releaseEntry{grid-template-columns:1fr;gap:.85rem}.changelog-module__qqAbVG__timelineDot{left:calc(-1.75rem + var(--timeline-line-x))}.changelog-module__qqAbVG__releaseMeta{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem;position:relative;top:0}}@media (max-width:480px){.changelog-module__qqAbVG__title{font-size:1.5rem}.changelog-module__qqAbVG__customSelectContainer{max-width:120px}.changelog-module__qqAbVG__customSelectTrigger{padding:0 .75rem;font-size:.8125rem}.changelog-module__qqAbVG__releaseTitle{font-size:1.2rem}}
