*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root,[data-hub-theme=light]{--hub-bg:#fff;--hub-bg-pattern:#00000008;--hub-bg-glow:#3b82f60f;--hub-surface:#f8fafc;--hub-surface-2:#f1f5f9;--hub-surface-hover:#e2e8f0;--hub-border:#e2e8f0;--hub-border-subtle:#f1f5f9;--hub-text:#0f172a;--hub-text-secondary:#475569;--hub-text-muted:#94a3b8;--hub-accent:#3b82f6;--hub-accent-light:#2563eb;--hub-accent-glow:#3b82f614;--hub-green:#16a34a;--hub-purple:#9333ea;--hub-orange:#ea580c;--hub-pink:#db2777;--hub-cyan:#0891b2;--hub-red:#dc2626;--hub-radius:12px;--hub-card-shadow:0 1px 3px #0000000f;--hub-card-shadow-hover:0 8px 25px #0000001a;--hub-gradient-text:linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #db2777 100%)}[data-hub-theme=dark]{--hub-bg:#09090b;--hub-bg-pattern:#ffffff05;--hub-bg-glow:#3b82f614;--hub-surface:#111113;--hub-surface-2:#18181b;--hub-surface-hover:#1e1e22;--hub-border:#27272a;--hub-border-subtle:#1e1e22;--hub-text:#fafafa;--hub-text-secondary:#a1a1aa;--hub-text-muted:#71717a;--hub-accent:#3b82f6;--hub-accent-light:#60a5fa;--hub-accent-glow:#3b82f626;--hub-green:#22c55e;--hub-purple:#a855f7;--hub-orange:#f97316;--hub-pink:#ec4899;--hub-cyan:#06b6d4;--hub-red:#ef4444;--hub-card-shadow:0 1px 3px #0003;--hub-card-shadow-hover:0 12px 40px #0000004d;--hub-gradient-text:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%)}[data-hub-theme=high-contrast]{--hub-bg:#000;--hub-bg-pattern:#ffffff0a;--hub-bg-glow:#ffff000d;--hub-surface:#0a0a0a;--hub-surface-2:#141414;--hub-surface-hover:#1e1e1e;--hub-border:#fff;--hub-border-subtle:#444;--hub-text:#fff;--hub-text-secondary:#e0e0e0;--hub-text-muted:#bbb;--hub-accent:#ff0;--hub-accent-light:#ff6;--hub-accent-glow:#ffff001a;--hub-green:#0f0;--hub-purple:#f6f;--hub-orange:#f90;--hub-pink:#f6c;--hub-cyan:#0ff;--hub-red:red;--hub-card-shadow:none;--hub-card-shadow-hover:0 0 0 2px #fff;--hub-gradient-text:linear-gradient(135deg, #ff0 0%, #f6f 50%, #0ff 100%)}body{background:var(--hub-bg);color:var(--hub-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}.hub-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 24px;position:relative}.bg-pattern{background-image:linear-gradient(var(--hub-bg-pattern) 1px, transparent 1px), linear-gradient(90deg, var(--hub-bg-pattern) 1px, transparent 1px);pointer-events:none;z-index:0;background-size:60px 60px;position:fixed;inset:0}.bg-glow{background:radial-gradient(ellipse, var(--hub-bg-glow) 0%, transparent 70%);pointer-events:none;z-index:0;width:800px;height:600px;position:fixed;top:-200px;left:50%;transform:translate(-50%)}.top-nav{border-bottom:1px solid var(--hub-border-subtle);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.top-nav-left{align-items:center;gap:16px;display:flex}.top-nav-brand{color:var(--hub-text);align-items:center;gap:10px;text-decoration:none;display:flex}.top-nav-logo{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex}.top-nav-name{letter-spacing:-.02em;font-size:18px;font-weight:700}.top-nav-links{align-items:center;gap:24px;display:flex}.top-nav-link{color:var(--hub-text-muted);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.top-nav-link:hover{color:var(--hub-text)}.top-nav-link.active{color:var(--hub-accent)}.top-nav-link--muted{color:var(--hub-text-muted);cursor:default;pointer-events:none;font-size:12.5px;font-style:italic}.top-nav-link--new{position:relative}.top-nav-new-dot{background:var(--hub-accent,#3b82f6);border-radius:50%;width:6px;height:6px;display:inline-block;position:absolute;top:-3px;right:-5px}.top-nav-right{align-items:center;gap:12px;display:flex}.btn-github{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-github:hover{background:var(--hub-surface-hover);border-color:var(--hub-text-muted)}.hero{text-align:center;padding:80px 0 60px}.hero-badge{background:var(--hub-surface);border:1px solid var(--hub-border);color:var(--hub-text-secondary);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;display:inline-flex}.hero-badge .dot{background:var(--hub-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-.04em;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero h1 .gradient{background:var(--hub-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--hub-text-muted);max-width:620px;margin:0 auto 32px;font-size:1.15rem;line-height:1.6}.hero-cta{justify-content:center;align-items:center;gap:12px;display:flex}.btn-outline{border:1px solid var(--hub-border);color:var(--hub-text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline:hover{background:var(--hub-surface-hover);border-color:var(--hub-text-muted);color:var(--hub-text)}.stats{justify-content:center;gap:40px;margin-bottom:64px;display:flex}.stat{text-align:center}.stat-value{letter-spacing:-.02em;color:var(--hub-text);font-size:28px;font-weight:800}.stat-label{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:12px}.stat-sub{color:var(--hub-text-muted);opacity:.7;margin-top:1px;font-size:11px}.section-header{margin-bottom:20px}.section-header h2{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-text-muted);font-size:13px;font-weight:600}.products-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:64px;display:grid}.product-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);box-shadow:var(--hub-card-shadow);padding:28px;transition:all .25s;position:relative;overflow:hidden}.product-card:hover{border-color:var(--hub-accent-glow);box-shadow:var(--hub-card-shadow-hover)}.product-card:before{content:"";height:2px;position:absolute;top:0;left:0;right:0}.product-card.grid-product:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.product-card.pdf-product:before{background:linear-gradient(90deg,#ef4444,#f97316)}.product-label{text-transform:uppercase;letter-spacing:.06em;border-radius:6px;align-items:center;gap:6px;margin-bottom:14px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.product-label.grid-label{color:var(--hub-accent-light);background:#3b82f61f}.product-label.pdf-label{color:var(--hub-red);background:#ef44441f}.product-card h3{letter-spacing:-.02em;margin-bottom:10px;font-size:22px;font-weight:700}.product-card>p{color:var(--hub-text-muted);margin-bottom:18px;font-size:14px;line-height:1.6}.product-features{grid-template-columns:1fr 1fr;gap:8px;display:grid}.product-feature{color:var(--hub-text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.product-feature .check{color:var(--hub-green);flex-shrink:0;font-size:14px}.product-cta{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.product-btn{padding:8px 16px;font-size:13px}.product-btn-pdf{background:var(--hub-red)}.product-btn-pdf:hover{background:#b91c1c;box-shadow:0 4px 12px #dc26264d}.ai-section{margin-bottom:64px}.ai-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.ai-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);box-shadow:var(--hub-card-shadow);padding:22px;transition:all .25s;position:relative;overflow:hidden}.ai-card:before{content:"";background:linear-gradient(90deg,#a855f7,#ec4899);height:2px;position:absolute;top:0;left:0;right:0}.ai-card:hover{box-shadow:var(--hub-card-shadow-hover);border-color:#a855f74d}.ai-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--hub-purple);background:#a855f71f;border-radius:4px;align-items:center;gap:4px;margin-bottom:12px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.ai-card h4{color:var(--hub-text);margin-bottom:6px;font-size:15px;font-weight:700}.ai-card p{color:var(--hub-text-muted);font-size:12.5px;line-height:1.5}.demos-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:64px;display:grid}.card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);color:var(--hub-text);box-shadow:var(--hub-card-shadow);flex-direction:column;gap:14px;padding:24px;text-decoration:none;transition:all .25s;display:flex;position:relative;overflow:hidden}.card:before{content:"";background:linear-gradient(90deg, transparent, var(--hub-accent), transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.card:hover{background:var(--hub-surface-hover);box-shadow:var(--hub-card-shadow-hover);border-color:#3b82f64d;transform:translateY(-2px)}.card:hover:before{opacity:1}.card.card-new{border-color:#ef444440}.card.card-new:before{background:linear-gradient(90deg,#0000,#ef4444,#0000)}.card-header{align-items:center;gap:12px;display:flex}.card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.card-header h3{letter-spacing:-.01em;font-size:16px;font-weight:700}.card-new-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--hub-red);background:#ef444426;border-radius:4px;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:700}.card p{color:var(--hub-text-muted);flex:1;font-size:13.5px;line-height:1.55}.card-tags{flex-wrap:wrap;gap:6px;display:flex}.tag{background:var(--hub-accent-glow);color:var(--hub-accent-light);border:1px solid #3b82f61f;border-radius:6px;padding:3px 10px;font-size:11.5px;font-weight:500}.tag.tag-new{color:var(--hub-red);background:#ef444414;border-color:#ef444426}.card-link{color:var(--hub-accent);font-size:13px;font-weight:600;transition:color .2s}.card:hover .card-link{color:var(--hub-accent-light)}.benchmark-section{margin-bottom:64px}.benchmark-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.benchmark-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);text-align:center;box-shadow:var(--hub-card-shadow);padding:22px}.benchmark-value{letter-spacing:-.03em;color:var(--hub-green);margin-bottom:4px;font-size:32px;font-weight:800}.benchmark-metric{color:var(--hub-text-secondary);margin-bottom:6px;font-size:13px;font-weight:500}.benchmark-detail{color:var(--hub-text-muted);font-size:11px}.features-section{margin-bottom:64px}.features-grid{background:var(--hub-border);border-radius:var(--hub-radius);border:1px solid var(--hub-border);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.feature-cell{background:var(--hub-surface);flex-direction:column;gap:6px;padding:20px;display:flex}.feature-cell h4{color:var(--hub-text);font-size:14px;font-weight:600}.feature-cell p{color:var(--hub-text-muted);font-size:12.5px;line-height:1.5}.feature-icon{color:var(--hub-text-secondary);margin-bottom:4px;font-size:20px}.feature-links{gap:12px;margin-top:4px;display:flex}.feature-links a{color:var(--hub-accent);font-size:12px;font-weight:500;text-decoration:none;transition:color .2s}.feature-links a:hover{color:var(--hub-accent-light);text-decoration:underline}.platform-section{margin-bottom:64px}.platform-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.platform-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);box-shadow:var(--hub-card-shadow);flex-direction:column;gap:8px;padding:24px;display:flex}.platform-card h4{color:var(--hub-text);font-size:15px;font-weight:700}.platform-card p{color:var(--hub-text-muted);font-size:13px;line-height:1.55}.platform-icon{margin-bottom:4px;font-size:22px}.tech-section{text-align:center;margin-bottom:80px}.tech-pills{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.tech-pill{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text-secondary);border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.tech-pill.highlight{color:var(--hub-red);border-color:#ef444440}.hub-footer{text-align:center;border-top:1px solid var(--hub-border-subtle);color:var(--hub-text-muted);margin-top:32px;padding:32px 0 48px;font-size:13px}.hub-footer-links{justify-content:center;gap:24px;margin-bottom:12px;display:flex}.hub-footer-link{color:var(--hub-text-muted);align-items:center;gap:6px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}.hub-footer-link:hover{color:var(--hub-accent-light)}.docs-page{min-height:calc(100vh - 120px);display:flex}.docs-main{flex-direction:column;flex:1;min-width:0;display:flex}.docs-sidebar{border-right:1px solid var(--hub-border);background:var(--hub-bg);width:260px;min-width:260px;height:calc(100vh - 65px);padding:20px 16px;position:sticky;top:65px;overflow-y:auto}.docs-sidebar::-webkit-scrollbar{width:4px}.docs-sidebar::-webkit-scrollbar-thumb{background:var(--hub-border);border-radius:4px}.docs-sidebar-search-wrap{margin-bottom:20px;position:relative}.docs-sidebar-search-icon{color:var(--hub-text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.docs-sidebar-search{border:1px solid var(--hub-border);background:var(--hub-surface);width:100%;color:var(--hub-text);border-radius:8px;outline:none;padding:8px 10px 8px 32px;font-family:inherit;font-size:13px;transition:border-color .2s}.docs-sidebar-search::placeholder{color:var(--hub-text-muted)}.docs-sidebar-search:focus{border-color:var(--hub-accent)}.docs-section{margin-bottom:8px}.docs-section-header{cursor:pointer;text-transform:uppercase;letter-spacing:.06em;width:100%;color:var(--hub-text-muted);background:0 0;border:none;align-items:center;gap:6px;padding:6px 4px;font-family:inherit;font-size:11px;font-weight:600;transition:color .2s;display:flex}.docs-section-header:hover{color:var(--hub-text-secondary)}.docs-section-chevron{flex-shrink:0;transition:transform .2s}.docs-section-chevron.collapsed{transform:rotate(-90deg)}.docs-section-items{margin:0;padding:0;list-style:none}.docs-item{text-align:left;width:100%;color:var(--hub-text-secondary);cursor:pointer;background:0 0;border:none;border-left:2px solid #0000;padding:5px 8px 5px 22px;font-family:inherit;font-size:14px;line-height:1.5;transition:all .15s;display:block}.docs-item:hover{background:var(--hub-surface-hover);color:var(--hub-text)}.docs-item.active{border-left-color:var(--hub-accent);color:var(--hub-text);background:var(--hub-accent-glow);font-weight:600}.docs-content{flex:1;max-width:800px;padding:32px 48px;overflow-y:auto}.docs-loading{color:var(--hub-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 24px;font-size:14px;display:flex}.docs-loading-spinner{border:2px solid var(--hub-border);border-top-color:var(--hub-accent);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.docs-error{text-align:center;padding:48px}.docs-error h2{color:var(--hub-text);margin-bottom:12px;font-size:1.5rem}.docs-error p{color:var(--hub-text-muted);margin-bottom:8px}.docs-error code{background:var(--hub-surface-2);border-radius:4px;padding:2px 8px;font-size:.9em}.docs-content h1{letter-spacing:-.03em;color:var(--hub-text);margin-bottom:16px;font-size:2rem;font-weight:800}.docs-content h2{letter-spacing:-.02em;color:var(--hub-text);border-bottom:1px solid var(--hub-border-subtle);margin-top:32px;margin-bottom:12px;padding-bottom:8px;font-size:1.5rem;font-weight:700}.docs-content h3{color:var(--hub-text);margin-top:24px;margin-bottom:8px;font-size:1.2rem;font-weight:600}.docs-content h4{color:var(--hub-text);margin-top:20px;margin-bottom:6px;font-size:1rem;font-weight:600}.docs-content p{color:var(--hub-text-secondary);margin-bottom:16px;line-height:1.7}.docs-content ul,.docs-content ol{color:var(--hub-text-secondary);margin-bottom:16px;padding-left:24px;line-height:1.7}.docs-content li{margin-bottom:4px}.docs-content li>ul,.docs-content li>ol{margin-top:4px;margin-bottom:4px}.docs-content strong{color:var(--hub-text);font-weight:600}.docs-content a{color:var(--hub-accent);text-decoration:none}.docs-content a:hover{text-decoration:underline}.docs-content code{background:var(--hub-surface-2);border-radius:4px;padding:2px 6px;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:.9em}.docs-content .code-block-wrapper{margin-bottom:16px}.docs-content pre{border:1px solid var(--hub-border);background:#1e1e2e;border-radius:8px;padding:16px;font-size:13px;line-height:1.6;overflow-x:auto}.docs-content pre code{font-size:inherit;color:#cdd6f4;background:0 0;border-radius:0;padding:0}.docs-content .table-wrapper{margin-bottom:16px;overflow-x:auto}.docs-content table{border-collapse:collapse;width:100%}.docs-content th,.docs-content td{border:1px solid var(--hub-border);text-align:left;padding:8px 12px}.docs-content th{background:var(--hub-surface-2);color:var(--hub-text);font-size:13px;font-weight:600}.docs-content td{color:var(--hub-text-secondary);font-size:14px}.docs-content blockquote{border-left:3px solid var(--hub-accent);color:var(--hub-text-muted);margin:0 0 16px;padding-left:16px}.docs-content blockquote p{color:var(--hub-text-muted)}.docs-content .callout{border-left:4px solid;border-radius:8px;margin-bottom:16px;padding:16px}.docs-content .callout p:last-child{margin-bottom:0}.docs-content .callout-note{border-color:var(--hub-accent);background:var(--hub-accent-glow)}.docs-content .callout-tip{border-color:var(--hub-green);background:#22c55e14}.docs-content .callout-caution{border-color:var(--hub-orange);background:#f9731614}.docs-content .example-embed{border:1px solid var(--hub-border);background:var(--hub-card-bg);border-radius:10px;margin:24px 0;overflow:hidden}.docs-content .example-embed-header{background:var(--hub-accent-glow);border-bottom:1px solid var(--hub-border);align-items:center;gap:8px;padding:10px 16px;font-size:14px;display:flex}.docs-content .example-embed-icon{color:var(--hub-accent);font-size:12px}.docs-content .example-embed-header strong{color:var(--hub-fg);flex:1}.docs-content .example-embed-link{white-space:nowrap;background:var(--hub-accent-glow);border:1px solid var(--hub-accent);border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;transition:background .15s;color:var(--hub-accent)!important;text-decoration:none!important}.docs-content .example-embed-link:hover{background:var(--hub-accent);color:#fff!important}.docs-content .example-embed>pre,.docs-content .example-embed>.code-block-wrapper{border-radius:0;margin:0}.docs-content .example-embed>p{color:var(--hub-muted);margin:0;padding:12px 16px;font-size:13px}.docs-content hr{border:none;border-top:1px solid var(--hub-border);margin:32px 0}.docs-content input[type=checkbox]{margin-right:6px}.demos-page{padding-top:48px;padding-bottom:64px}.demos-page-header{text-align:center;margin-bottom:40px}.demos-page-header h1{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800}.demos-page-header p{color:var(--hub-text-muted);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.demos-grid-full{margin-bottom:0}.btn-primary{background:var(--hub-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--hub-accent-light);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{border:1px solid var(--hub-border);color:var(--hub-text);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:var(--hub-surface-hover);border-color:var(--hub-text-muted)}@media (width<=900px){.products-grid,.platform-grid{grid-template-columns:1fr}.demos-grid,.ai-grid,.features-grid,.benchmark-grid{grid-template-columns:repeat(2,1fr)}.stats{gap:24px}.docs-sidebar{width:220px;min-width:220px}.docs-content{padding:24px}}@media (width<=640px){.hero{padding:48px 0 40px}.hero h1{font-size:2rem}.demos-grid,.features-grid,.ai-grid{grid-template-columns:1fr}.benchmark-grid{grid-template-columns:repeat(2,1fr)}.stats{flex-wrap:wrap;gap:16px}.top-nav-links{gap:12px}.product-features{grid-template-columns:1fr}.docs-page{flex-direction:column}.docs-sidebar{width:100%;min-width:unset;border-right:none;border-bottom:1px solid var(--hub-border);height:auto;max-height:300px;position:relative;top:0}.docs-content{max-width:100%;padding:20px 16px}.demos-page-header h1{font-size:1.8rem}}.hljs{color:#cdd6f4;background:#1e1e2e}.hljs-keyword,.hljs-selector-tag,.hljs-built_in{color:#cba6f7;font-weight:600}.hljs-string,.hljs-attribute,.hljs-addition{color:#a6e3a1}.hljs-comment,.hljs-quote{color:#6c7086;font-style:italic}.hljs-number,.hljs-literal{color:#fab387}.hljs-type,.hljs-class .hljs-title,.hljs-title.class_{color:#f9e2af}.hljs-function .hljs-title,.hljs-title.function_{color:#89b4fa}.hljs-variable,.hljs-template-variable{color:#f38ba8}.hljs-property{color:#89dceb}.hljs-regexp{color:#f5c2e7}.hljs-symbol{color:#f2cdcd}.hljs-meta{color:#f5e0dc}.hljs-deletion{color:#f38ba8}.hljs-section{color:#89b4fa;font-weight:700}.hljs-tag{color:#94e2d5}.hljs-name{color:#cba6f7}.hljs-attr{color:#89b4fa}.hljs-selector-class{color:#94e2d5}.hljs-selector-id{color:#89dceb}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.mobile-menu-toggle{color:var(--hub-text);cursor:pointer;background:0 0;border:none;padding:8px;display:none}@media (width<=768px){.mobile-menu-toggle{align-items:center;display:flex}.top-nav-links{background:var(--hub-surface);border-bottom:1px solid var(--hub-border);z-index:100;flex-direction:column;gap:8px;padding:16px;display:none;position:absolute;top:100%;left:0;right:0}.top-nav-links.open{display:flex}.top-nav{position:relative}.hero h1{font-size:2rem}.hero p{font-size:1rem}.features-grid,.demos-grid,.stats,.products-grid,.platform-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column;align-items:stretch}}.hero-badge-link{cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s}.hero-badge-link:hover{border-color:var(--hub-accent);background:var(--hub-accent-glow);color:var(--hub-text)}.hero-preview{border:1px solid var(--hub-border);background:var(--hub-surface);border-radius:14px;max-width:860px;margin:48px auto 0;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 4px 16px #0000000f}[data-hub-theme=dark] .hero-preview{box-shadow:0 20px 60px #00000080,0 4px 16px #3b82f614}.preview-bar{background:var(--hub-surface-2);border-bottom:1px solid var(--hub-border);align-items:center;gap:6px;padding:10px 16px;display:flex}.preview-dot{border-radius:50%;width:10px;height:10px}.preview-dot.red{background:#ef4444}.preview-dot.yellow{background:#f59e0b}.preview-dot.green{background:#22c55e}.preview-title{color:var(--hub-text-muted);text-align:center;flex:1;margin-left:8px;font-size:12px}.preview-grid{font-size:12.5px}.preview-header{background:var(--hub-surface-2);border-bottom:1px solid var(--hub-border);grid-template-columns:2fr 1fr 1fr 1fr 1fr;display:grid}.preview-th{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;padding:9px 14px;font-size:11px;font-weight:600;display:flex}.preview-th-sorted{color:var(--hub-accent)}.preview-row{border-bottom:1px solid var(--hub-border-subtle);grid-template-columns:2fr 1fr 1fr 1fr 1fr;transition:background .15s;display:grid}.preview-row:last-child{border-bottom:none}.preview-row:hover{background:var(--hub-surface-hover)}.preview-td{color:var(--hub-text-secondary);font-variant-numeric:tabular-nums;padding:10px 14px}.preview-td-name{color:var(--hub-text);font-weight:500}.preview-td-ticker{color:var(--hub-accent-light);font-size:11.5px;font-weight:600}.preview-td-muted{color:var(--hub-text-muted)}.preview-td-change{font-weight:600}.preview-td-change.up{color:var(--hub-green)}.preview-td-change.down{color:var(--hub-red)}.preview-footer{background:var(--hub-surface-2);border-top:1px solid var(--hub-border);color:var(--hub-text-muted);align-items:center;gap:16px;padding:9px 16px;font-size:11px;display:flex}.preview-badge{font-size:11px;font-weight:600}.preview-badge.green{color:var(--hub-green)}.preview-plugins{color:var(--hub-text-muted);margin-left:auto;font-family:SF Mono,Fira Code,Menlo,monospace;font-size:10.5px}.hero-frameworks{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:32px 0 0;display:flex}.hero-fw-label{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-right:4px;font-size:12px;font-weight:600}.hero-fw-pill{background:var(--hub-surface);border:1px solid var(--hub-border);color:var(--hub-text-secondary);border-radius:100px;align-items:center;gap:5px;padding:4px 14px;font-size:12.5px;font-weight:500;transition:border-color .2s,background .2s;display:inline-flex}.hero-fw-pill:before{content:"";background:var(--fw-color,var(--hub-accent));border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-fw-pill:hover{border-color:var(--fw-color,var(--hub-accent));background:var(--hub-surface-hover)}.qs-section{text-align:center;margin-bottom:80px}.qs-label{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-accent-light);margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}.qs-title{letter-spacing:-.03em;color:var(--hub-text);margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.qs-title-accent{background:var(--hub-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.qs-sub{color:var(--hub-text-muted);max-width:560px;margin:0 auto 28px;font-size:15px;line-height:1.65}.qs-install{background:var(--hub-surface-2);border:1px solid var(--hub-border);border-radius:10px;align-items:center;gap:10px;margin-bottom:28px;padding:10px 18px;font-family:SF Mono,Fira Code,Menlo,monospace;font-size:13px;display:inline-flex}.qs-install-code{color:var(--hub-text-secondary)}.qs-prompt{color:var(--hub-accent-light);-webkit-user-select:none;user-select:none}.qs-copy{cursor:pointer;color:var(--hub-text-muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:2px 4px;transition:color .2s,background .2s;display:inline-flex}.qs-copy:hover{color:var(--hub-text);background:var(--hub-surface-hover)}.qs-editor{text-align:left;border:1px solid var(--hub-border);background:#1e1e2e;border-radius:12px;max-width:860px;margin:0 auto 28px;overflow:hidden;box-shadow:0 8px 32px #00000026}.qs-tabs{background:#171720;border-bottom:1px solid #ffffff12;align-items:center;gap:2px;padding:0 12px;display:flex;overflow-x:auto}.qs-tab{color:#6c7086;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 14px;font-family:inherit;font-size:12.5px;font-weight:500;transition:color .15s,border-color .15s}.qs-tab:hover{color:#cdd6f4}.qs-tab-active{color:#cdd6f4;border-bottom-color:#89b4fa}.qs-tabs-spacer{flex:1}.qs-file-badge{color:#6c7086;white-space:nowrap;background:#ffffff0a;border-radius:4px;padding:2px 8px;font-family:SF Mono,Fira Code,Menlo,monospace;font-size:11px}.qs-code{color:#cdd6f4;background:#1e1e2e;margin:0;padding:20px 0;font-family:SF Mono,Fira Code,Menlo,monospace;font-size:13px;line-height:1.65;overflow-x:auto}.code-line{min-width:max-content;padding:0 20px 0 0;display:block}.code-line:hover{background:#ffffff06}.code-ln{color:#45475a;text-align:right;-webkit-user-select:none;user-select:none;width:36px;padding-right:12px;font-size:11.5px;display:inline-block}.qs-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.sp-section{text-align:center;margin-bottom:80px}.sp-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-text-muted);margin-bottom:28px;font-size:12px;font-weight:600}.sp-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.sp-logo{border:1px solid var(--hub-border);background:var(--hub-surface);opacity:.6;cursor:default;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;transition:opacity .2s,border-color .2s;display:flex}.sp-logo:hover{opacity:1;border-color:var(--hub-accent)}.sp-logo-abbr{background:linear-gradient(135deg, var(--hub-accent), var(--hub-purple));color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:flex}.sp-logo-name{color:var(--hub-text-secondary);font-size:13px;font-weight:600}.sp-quotes{text-align:left;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.sp-quote{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);box-shadow:var(--hub-card-shadow);flex-direction:column;gap:16px;padding:24px;display:flex}.sp-quote-text{color:var(--hub-text-secondary);flex:1;margin:0;font-size:14px;line-height:1.7}.sp-quote-text:before{content:"“"}.sp-quote-text:after{content:"”"}.sp-quote-author{align-items:center;gap:12px;display:flex}.sp-avatar{background:linear-gradient(135deg, var(--hub-accent), var(--hub-purple));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.sp-author-name{color:var(--hub-text);font-size:13px;font-weight:600}.sp-author-role{color:var(--hub-text-muted);margin-top:1px;font-size:12px}.cmp-section{margin-bottom:80px}.cmp-table-wrap{border-radius:var(--hub-radius);border:1px solid var(--hub-border);box-shadow:var(--hub-card-shadow);overflow-x:auto}.cmp-table{border-collapse:collapse;background:var(--hub-surface);width:100%;font-size:13.5px}.cmp-th-feature{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--hub-text-muted);background:var(--hub-surface-2);border-bottom:1px solid var(--hub-border);width:36%;padding:14px 20px;font-size:12px;font-weight:600}.cmp-th{text-align:center;color:var(--hub-text-secondary);background:var(--hub-surface-2);border-bottom:1px solid var(--hub-border);border-left:1px solid var(--hub-border);padding:14px 20px;font-size:13px;font-weight:600}.cmp-th-highlight{color:var(--hub-accent-light);background:#3b82f60f}.cmp-header-badge{background:var(--hub-accent);color:#fff;border-radius:100px;align-items:center;gap:6px;padding:3px 12px;font-size:12px;font-weight:700;display:inline-flex}.cmp-row{border-bottom:1px solid var(--hub-border-subtle);transition:background .15s}.cmp-row:last-child{border-bottom:none}.cmp-row:hover{background:var(--hub-surface-hover)}.cmp-td-feature{color:var(--hub-text-secondary);padding:12px 20px;font-weight:500}.cmp-td{text-align:center;border-left:1px solid var(--hub-border-subtle);padding:12px 20px}.cmp-td-highlight{background:#3b82f608}.cmp-yes{color:var(--hub-green);font-size:16px;font-weight:700}.cmp-no{color:var(--hub-text-muted);font-size:16px}.cmp-text{color:var(--hub-text-muted);font-size:12.5px}.cmp-cta{text-align:center;margin-top:20px}.section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-accent-light);margin-bottom:10px;font-size:12px;font-weight:600}.section-title{letter-spacing:-.03em;color:var(--hub-text);margin-bottom:12px;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;line-height:1.2}.section-accent{background:var(--hub-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-sub{color:var(--hub-text-muted);max-width:580px;margin-bottom:32px;font-size:15px;line-height:1.65}.hub-footer-enterprise{border-top:1px solid var(--hub-border);margin-top:80px;padding-top:48px;padding-bottom:40px}.hub-footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:40px;display:flex}.hub-footer-brand{align-items:center;gap:14px;display:flex}.hub-footer-logo{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:800;display:flex}.hub-footer-brand-name{letter-spacing:-.02em;color:var(--hub-text);font-size:17px;font-weight:700}.hub-footer-brand-tagline{color:var(--hub-text-muted);margin-top:2px;font-size:12px}.hub-footer-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hub-footer-badge{border:1px solid var(--hub-border);background:var(--hub-surface);color:var(--hub-text-muted);border-radius:100px;align-items:center;padding:4px 12px;font-size:11.5px;font-weight:500;display:inline-flex}.hub-footer-cols{grid-template-columns:repeat(5,1fr);gap:32px;margin-bottom:40px;display:grid}.hub-footer-col-heading{text-transform:uppercase;letter-spacing:.07em;color:var(--hub-text);margin-bottom:14px;font-size:11.5px;font-weight:600}.hub-footer-col-list{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.hub-footer-col-link{color:var(--hub-text-muted);font-size:13px;text-decoration:none;transition:color .15s}.hub-footer-col-link:hover{color:var(--hub-accent-light)}.hub-footer-bottom{border-top:1px solid var(--hub-border-subtle);justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.hub-footer-copy{color:var(--hub-text-muted);font-size:12.5px}.hub-footer-bottom-links{flex-wrap:wrap;align-items:center;gap:8px 24px;display:flex}.hub-footer-bottom-link{color:var(--hub-text-muted);white-space:nowrap;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.hub-footer-bottom-link:hover{color:var(--hub-accent,#3a86ff)}.hub-footer-social{align-items:center;gap:12px;display:flex}.hub-footer-social-link{color:var(--hub-text-muted);align-items:center;transition:color .15s;display:inline-flex}.hub-footer-social-link:hover{color:var(--hub-text)}@media (width<=900px){.sp-quotes{grid-template-columns:1fr}.hub-footer-cols{grid-template-columns:repeat(2,1fr);gap:24px}.hub-footer-top{flex-direction:column}.hero-preview{margin-top:36px}.preview-header,.preview-row{grid-template-columns:2fr 1fr 1fr 1fr}.preview-td-muted,.preview-th:last-child{display:none}}@media (width<=640px){.sp-logos{gap:10px}.sp-logo-name{display:none}.hub-footer-cols{grid-template-columns:1fr 1fr}.qs-editor{border-radius:8px}.hero-preview,.cmp-th:nth-child(4),.cmp-td:nth-child(4),.hub-footer-badges{display:none}}.hero-trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:20px 0 0;display:flex}.hero-trust-badge{background:var(--hub-surface);border:1px solid var(--hub-border);color:var(--hub-text-secondary);border-radius:100px;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.hero-trust-badge svg{color:var(--hub-accent);flex-shrink:0}.preview-bar-right{align-items:center;gap:6px;margin-left:auto;display:flex}.preview-pill{background:var(--hub-accent-glow);color:var(--hub-accent);letter-spacing:.04em;border:1px solid #3b82f633;border-radius:100px;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.preview-toolbar{background:var(--hub-surface);border-bottom:1px solid var(--hub-border);align-items:center;gap:4px;padding:6px 14px;display:flex}.preview-toolbar-btn{color:var(--hub-text-secondary);cursor:default;border:1px solid #0000;border-radius:5px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:500;transition:background .15s;display:inline-flex}.preview-toolbar-btn:hover{background:var(--hub-surface-hover);border-color:var(--hub-border)}.preview-toolbar-btn-active{background:var(--hub-accent-glow);color:var(--hub-accent);border-color:#3b82f640}.preview-toolbar-sep{background:var(--hub-border);width:1px;height:16px;margin:0 4px}.preview-th-check,.preview-td-check{flex:0 0 32px;justify-content:center;align-items:center;min-width:32px;padding:0;display:flex}.preview-checkbox{border:1.5px solid var(--hub-text-muted);background:0 0;border-radius:3px;flex-shrink:0;width:12px;height:12px;display:inline-block}.preview-checkbox-checked{border-color:var(--hub-accent);background:var(--hub-accent);position:relative}.preview-checkbox-checked:after{content:"";border:1.5px solid #fff;border-top:none;border-left:none;width:4px;height:7px;position:absolute;top:1px;left:3px;transform:rotate(45deg)}.preview-td-spark{align-items:center;padding:6px 10px;display:flex}.preview-header,.preview-row{grid-template-columns:32px 2fr 1fr 1fr 1fr 1fr 60px}.tier-strip{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:40px;padding:14px 20px;display:flex}.tier-item{background:var(--hub-surface-2);border:1px solid var(--hub-border);cursor:default;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;transition:border-color .15s,background .15s;display:inline-flex}.tier-item:hover{border-color:var(--hub-text-muted);background:var(--hub-surface-hover)}.tier-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.tier-count{color:var(--hub-text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.tier-label{color:var(--hub-text-secondary)}.tier-total{align-items:baseline;gap:4px;margin-left:auto;display:flex}.tier-total-num{color:var(--hub-text);letter-spacing:-.02em;font-size:20px;font-weight:800}.tier-total-label{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px}@media (width<=768px){.tier-total{justify-content:flex-end;width:100%;margin-top:8px}.preview-toolbar{display:none}.hero-trust{gap:6px}.hero-trust-badge{padding:4px 10px;font-size:11px}}.ps-wrap{position:relative}.ps-trigger{color:var(--hub-text-secondary);background:var(--hub-surface);border:1px solid var(--hub-border);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.ps-trigger:hover,.ps-trigger-open{border-color:var(--hub-text-muted);color:var(--hub-text);background:var(--hub-surface-hover)}.ps-trigger-active{border-color:var(--hub-accent);color:var(--hub-accent);background:var(--hub-accent-glow)}.ps-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ps-label{text-overflow:ellipsis;max-width:110px;overflow:hidden}.ps-chevron{opacity:.5;margin-left:2px;transition:transform .15s}.ps-trigger-open .ps-chevron{transform:rotate(180deg)}.ps-dropdown{background:var(--hub-bg);border:1px solid var(--hub-border);z-index:1000;border-radius:10px;min-width:240px;padding:6px 0;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.ps-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--hub-text-muted);padding:6px 14px 3px;font-size:10px;font-weight:700}.ps-item{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 14px;font-family:inherit;transition:background .12s;display:flex}.ps-item:hover{background:var(--hub-surface)}.ps-item-active{background:var(--hub-accent-glow)}.ps-item-soon{cursor:default;opacity:.6}.ps-item-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ps-item-text{flex-direction:column;flex:1;gap:1px;display:flex}.ps-item-name{color:var(--hub-text);font-size:13px;font-weight:600}.ps-item-tag{color:var(--hub-text-muted);font-size:11px}.ps-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:10px;flex-shrink:0;padding:1px 6px;font-size:9.5px;font-weight:700}.ps-badge--beta{color:#d97706;background:#d977061a}.ps-badge--preview{color:#7c3aed;background:#7c3aed1a}.ps-soon-badge{color:var(--hub-text-muted);background:var(--hub-surface-2);border:1px solid var(--hub-border);border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.ps-divider{background:var(--hub-border);height:1px;margin:6px 0}.ps-all-products{cursor:pointer;width:100%;color:var(--hub-accent);background:0 0;border:none;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s;display:flex}.ps-all-products:hover{background:var(--hub-accent-glow)}.plat-page{padding-bottom:80px}.plat-hero{text-align:center;padding:72px 24px 56px}.plat-hero-eyebrow{margin-bottom:20px}.plat-hero-badge{background:var(--hub-surface);border:1px solid var(--hub-border);color:var(--hub-text-secondary);text-transform:uppercase;letter-spacing:.06em;border-radius:100px;align-items:center;gap:6px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.plat-hero-title{letter-spacing:-.03em;color:var(--hub-text);background:var(--hub-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(36px,5vw,56px);font-weight:900;line-height:1.1}.plat-hero-sub{color:var(--hub-text-secondary);max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:18px}.plat-hero-pills{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.plat-hero-pill{background:var(--hub-surface);border:1px solid var(--hub-border);color:var(--hub-text-secondary);cursor:pointer;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.plat-hero-pill:hover{border-color:var(--pill-color,var(--hub-accent));color:var(--pill-color,var(--hub-accent));background:color-mix(in srgb, var(--pill-color,var(--hub-accent)) 8%, transparent)}.plat-hero-pill-soon{cursor:default;opacity:.5}.plat-hero-pill-soon em{text-transform:uppercase;letter-spacing:.06em;opacity:.7;font-size:10px;font-style:normal;font-weight:600}.plat-products-section,.plat-roadmap-section{margin-bottom:64px}.plat-products-grid{grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:24px;margin-top:24px;display:grid}.plat-roadmap-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;margin-top:24px;display:grid}.plat-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:16px;flex-direction:column;gap:16px;padding:24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.plat-card-live:hover{border-color:var(--product-color,var(--hub-accent));box-shadow:0 8px 32px #00000014, 0 0 0 1px color-mix(in srgb, var(--product-color,var(--hub-accent)) 20%, transparent);transform:translateY(-2px)}.plat-card-soon{opacity:.7;border-style:dashed}.plat-card-head{align-items:flex-start;gap:16px;display:flex}.plat-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.plat-card-meta{flex:1;min-width:0}.plat-card-badges{align-items:center;gap:6px;margin-bottom:4px;display:flex}.plat-badge{letter-spacing:.04em;border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.plat-badge-tier{font-size:11px;font-weight:500;background:0 0!important}.plat-card-name{color:var(--hub-text);letter-spacing:-.02em;margin:0 0 2px;font-size:20px;font-weight:800}.plat-card-tagline{color:var(--hub-text-muted);font-size:13px}.plat-card-version{color:var(--hub-text-muted);flex-shrink:0;font-family:SF Mono,Fira Code,monospace;font-size:11px}.plat-card-desc{color:var(--hub-text-secondary);font-size:13.5px;line-height:1.6}.plat-feature-list{flex-direction:column;gap:6px;list-style:none;display:flex}.plat-feature-item{color:var(--hub-text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.plat-feature-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.plat-stats{border-top:1px solid var(--hub-border-subtle);border-bottom:1px solid var(--hub-border-subtle);flex-wrap:wrap;gap:20px;padding:14px 0;display:flex}.plat-stat{flex-direction:column;gap:1px;display:flex}.plat-stat-value{letter-spacing:-.02em;font-size:18px;font-weight:800}.plat-stat-label{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px}.plat-tags{flex-wrap:wrap;gap:6px;display:flex}.plat-tag{background:var(--hub-surface-2);border:1px solid var(--hub-border);color:var(--hub-text-muted);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.plat-card-ctas{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.plat-btn-primary{color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.plat-btn-primary:hover{opacity:.9;transform:translateY(-1px)}.plat-btn-secondary{color:var(--hub-text-secondary);background:var(--hub-surface-2);border:1px solid var(--hub-border);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.plat-btn-secondary:hover{border-color:var(--hub-text-muted);color:var(--hub-text)}.plat-btn-ghost{color:var(--hub-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s;display:inline-flex}.plat-btn-ghost:hover{color:var(--hub-text)}.plat-btn-soon{color:var(--hub-text-muted);background:var(--hub-surface-2);border:1px solid var(--hub-border);cursor:not-allowed;border-radius:8px;align-items:center;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.plat-eta{color:var(--hub-text-muted);font-size:12px}.plat-quicklinks{border-top:1px solid var(--hub-border-subtle);flex-wrap:wrap;gap:4px;padding-top:8px;display:flex}.plat-quicklink{color:var(--hub-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.plat-quicklink:hover{background:var(--hub-surface-2);color:var(--hub-accent)}.plat-new-pill{text-transform:uppercase;letter-spacing:.06em;background:var(--hub-accent-glow);color:var(--hub-accent);border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700;display:inline-block}.plat-integration-cta{margin-top:56px}.plat-cta-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:16px;align-items:flex-start;gap:24px;padding:32px;display:flex}.plat-cta-icon{background:var(--hub-accent-glow);width:56px;height:56px;color:var(--hub-accent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.plat-cta-title{color:var(--hub-text);margin-bottom:8px;font-size:18px;font-weight:700}.plat-cta-body{color:var(--hub-text-secondary);font-size:14px;line-height:1.6}.plat-cta-body code{background:var(--hub-surface-2);border:1px solid var(--hub-border);color:var(--hub-accent);border-radius:4px;padding:1px 5px;font-family:SF Mono,Fira Code,monospace;font-size:12.5px}.prod-home{padding-bottom:80px}.prod-breadcrumb{align-items:center;gap:8px;padding:16px 0;font-size:13px;display:flex}.prod-bc-link{cursor:pointer;color:var(--hub-accent);background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:500;transition:opacity .15s}.prod-bc-link:hover{opacity:.8}.prod-bc-sep{color:var(--hub-text-muted)}.prod-bc-current{color:var(--hub-text-secondary);font-weight:500}.prod-hero{align-items:flex-start;gap:28px;padding:32px 0 40px;display:flex}.prod-hero-icon{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.prod-hero-text{flex:1}.prod-hero-badges{align-items:center;gap:8px;margin-bottom:8px;display:flex}.prod-version{color:var(--hub-text-muted);font-family:SF Mono,Fira Code,monospace;font-size:12px}.prod-hero-name{letter-spacing:-.03em;color:var(--hub-text);margin-bottom:6px;font-size:36px;font-weight:900}.prod-hero-tagline{color:var(--hub-text-muted);margin-bottom:12px;font-size:16px}.prod-hero-desc{color:var(--hub-text-secondary);max-width:600px;margin-bottom:20px;font-size:14.5px;line-height:1.65}.prod-hero-ctas{flex-wrap:wrap;gap:10px;display:flex}.prod-stats-row{border:1px solid var(--hub-border);border-radius:12px;gap:0;margin-bottom:32px;display:flex;overflow:hidden}.prod-stat-block{border-right:1px solid var(--hub-border);background:var(--hub-surface);flex:1;padding:18px 20px}.prod-stat-block:last-child{border-right:none}.prod-stat-value{letter-spacing:-.02em;font-size:24px;font-weight:800}.prod-stat-label{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:12px}.prod-body-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.prod-features-card,.prod-links-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:12px;padding:20px}.prod-card-title{color:var(--hub-text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;font-size:14px;font-weight:700}.prod-links-list{flex-direction:column;gap:2px;display:flex}.prod-link-row{width:100%;color:var(--hub-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.prod-link-row:hover{background:var(--hub-surface-2);color:var(--hub-accent)}@media (width<=900px){.plat-products-grid,.plat-roadmap-grid,.prod-body-grid{grid-template-columns:1fr}.plat-cta-card{flex-direction:column}.prod-stats-row{flex-wrap:wrap}.prod-stat-block{flex:40%}}@media (width<=600px){.plat-hero{padding:40px 0 32px}.plat-hero-title{font-size:32px}.prod-hero{flex-direction:column}.ps-label,.top-nav-name{display:none}}.tx-page{color:#e2e8f0;background:linear-gradient(#060b1a 0%,#030710 60%,#060b1a 100%);min-height:100vh;position:relative;overflow-x:hidden}.tx-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.tx-orb{filter:blur(90px);border-radius:50%;animation:18s ease-in-out infinite tx-orb-drift;position:absolute}.tx-orb-1{background:radial-gradient(circle,#2563eb47 0%,#0000 65%);width:600px;height:600px;animation-duration:22s;top:-160px;left:-160px}.tx-orb-2{background:radial-gradient(circle,#7c3aed38 0%,#0000 65%);width:500px;height:500px;animation-duration:19s;animation-delay:-7s;top:300px;right:-120px}.tx-orb-3{background:radial-gradient(circle,#10b98124 0%,#0000 65%);width:400px;height:400px;animation-duration:25s;animation-delay:-13s;bottom:200px;left:35%}@keyframes tx-orb-drift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-50px)scale(1.06)}66%{transform:translate(-25px,35px)scale(.94)}}.tx-grid-overlay{background-image:linear-gradient(#94a3b80a 1px,#0000 1px),linear-gradient(90deg,#94a3b80a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80% at 50% 40%,#000 0%,#0000 100%);mask-image:radial-gradient(80% 80% at 50% 40%,#000 0%,#0000 100%)}.tx-hero{z-index:1;justify-content:space-between;align-items:center;gap:48px;max-width:1200px;margin:0 auto;padding:96px 32px 72px;display:flex;position:relative}.tx-hero-content{flex:1;min-width:0}.tx-eyebrow-pill{letter-spacing:.06em;text-transform:uppercase;color:#93c5fd;background:#2563eb24;border:1px solid #2563eb47;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.tx-eyebrow-dot{background:#3b82f6;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite tx-pulse-dot}@keyframes tx-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.tx-hero-title{letter-spacing:-.03em;margin:0 0 20px;font-size:clamp(56px,8vw,96px);font-weight:800;line-height:1}.tx-gradient-text{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tx-hero-tagline{color:#94a3b8;max-width:480px;margin:0 0 32px;font-size:18px;line-height:1.6}.tx-hero-pills{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}.tx-hero-pill{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.tx-hero-pill:hover{border-color:var(--pc,#fff3);background:#ffffff1a;transform:translateY(-1px)}.tx-hero-pill-soon{cursor:default;opacity:.5}.tx-hero-pill-soon em{background:#94a3b833;border-radius:4px;margin-left:2px;padding:1px 5px;font-size:10px;font-style:normal}.tx-hero-ctas{flex-wrap:wrap;gap:12px;display:flex}.tx-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 20px #2563eb66}.tx-cta-btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 30px #2563eb80}.tx-ghost-btn{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.tx-ghost-btn:hover{background:#ffffff1a;border-color:#ffffff38;transform:translateY(-2px)}.tx-hero-vis{perspective:1400px;flex:0 0 360px;justify-content:center;align-items:center;height:400px;display:flex}.tx-float-scene{width:300px;height:360px;transform-style:preserve-3d;animation:20s ease-in-out infinite tx-scene-drift;position:relative}@keyframes tx-scene-drift{0%{transform:rotateY(-18deg)rotateX(10deg)}50%{transform:rotateY(12deg)rotateX(-8deg)}to{transform:rotateY(-18deg)rotateX(10deg)}}.tx-float-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:12px;width:280px;padding:14px 18px;display:flex;position:absolute;left:0}.tx-float-card:first-child{top:0;transform:translateZ(60px);box-shadow:0 16px 48px #00000080,0 0 0 1px #ffffff1a}.tx-float-card:nth-child(2){top:76px;transform:translateZ(20px);box-shadow:0 8px 28px #0006}.tx-float-card:nth-child(3){opacity:.8;top:152px;transform:translateZ(-20px);box-shadow:0 4px 14px #0000004d}.tx-float-card:nth-child(4){opacity:.55;top:228px;transform:translateZ(-60px);box-shadow:0 2px 8px #00000040}.tx-float-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.tx-float-text{flex:1;min-width:0}.tx-float-name{color:#f1f5f9;font-size:14px;font-weight:600}.tx-float-sub{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.tx-float-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.tx-float-glow{filter:blur(20px);opacity:.6;border-radius:50%;width:220px;height:40px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)translateZ(-80px)}.tx-stats-bar{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;justify-content:center;gap:0;max-width:800px;margin:0 auto 80px;padding:0 32px;display:flex;position:relative;overflow:hidden}.tx-stats-item{border-right:1px solid #ffffff12;flex-direction:column;flex:1;align-items:center;padding:20px 16px;display:flex}.tx-stats-item:last-child{border-right:none}.tx-stats-val{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:26px;font-weight:700;line-height:1.1}.tx-stats-lbl{color:#64748b;letter-spacing:.04em;text-transform:uppercase;margin-top:4px;font-size:11px;font-weight:500}.tx-section{z-index:1;max-width:1200px;margin:0 auto 96px;padding:0 32px;position:relative}.tx-section-label{letter-spacing:.12em;text-transform:uppercase;color:#6366f1;margin-bottom:12px;font-size:11px;font-weight:700}.tx-section-title{color:#f1f5f9;letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.15}.tx-section-sub{color:#64748b;max-width:560px;margin:0 0 40px;font-size:15px}.tx-products-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;margin-top:40px;display:grid}.tx-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);will-change:transform;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:28px;position:relative;overflow:hidden}.tx-card:after{content:"";opacity:0;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,#ffffff12 0%,#0000 55%);transition:opacity .25s;position:absolute;inset:0}.tx-card:hover:after{opacity:1}.tx-card-soon{opacity:.65}.tx-card-accent{border-radius:20px 20px 0 0;height:2px;position:absolute;top:0;left:0;right:0}.tx-card-head{align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.tx-card-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.tx-card-meta{flex:1;min-width:0}.tx-card-badges{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.tx-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600}.tx-badge-tier{color:#94a3b8;background:#94a3b81a}.tx-card-name{letter-spacing:-.01em;color:#f1f5f9;margin:0 0 4px;font-size:19px;font-weight:800}.tx-card-tagline{color:#94a3b8;margin:0;font-size:12.5px;font-weight:500;line-height:1.5}.tx-card-ver{color:#475569;flex-shrink:0;margin-top:2px;font-family:monospace;font-size:11px}.tx-card-desc{color:#94a3b8;margin:0 0 18px;font-size:13px;line-height:1.65}.tx-feat-list{flex-direction:column;gap:7px;margin:0 0 18px;padding:0;list-style:none;display:flex}.tx-feat-item{color:#cbd5e1;align-items:center;gap:8px;font-size:13px;line-height:1.5;display:flex}.tx-feat-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.tx-card-stats{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;gap:20px;margin-bottom:16px;padding:12px 0;display:flex}.tx-card-stat{flex-direction:column;gap:2px;display:flex}.tx-card-stat-val{font-size:18px;font-weight:700;line-height:1}.tx-card-stat-lbl{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:10px}.tx-tag-row{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.tx-tag{color:#64748b;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:500}.tx-card-ctas{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.tx-btn-open{color:#fff;background:var(--btn-c,#3b82f6);cursor:pointer;border:none;border-radius:9px;padding:9px 18px;font-size:13px;font-weight:600;transition:opacity .15s,transform .15s}.tx-btn-open:hover{opacity:.85;transform:translateY(-1px)}.tx-btn-demo{color:#cbd5e1;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:9px;padding:9px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s}.tx-btn-demo:hover{background:#ffffff1c}.tx-btn-soon{color:#475569;cursor:not-allowed;background:#ffffff0a;border:1px solid #ffffff12;border-radius:9px;padding:9px 18px;font-size:13px}.tx-quicklinks{flex-wrap:wrap;gap:4px;display:flex}.tx-quicklink{color:#6366f1;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 2px;font-size:12px;text-decoration:none;transition:color .15s;display:inline-flex}.tx-quicklink:hover{color:#818cf8;text-decoration:underline}.tx-quicklink+.tx-quicklink:before{content:"·";color:#334155;margin-right:4px}.tx-new-pill{color:#4ade80;text-transform:uppercase;letter-spacing:.04em;background:#4ade801f;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.tx-cta-section{z-index:1;max-width:800px;margin:0 auto 96px;padding:0 32px;position:relative}.tx-cta-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:center;background:#ffffff0a;border:1px solid #ffffff17;border-radius:24px;padding:48px;position:relative;overflow:hidden}.tx-cta-glow{pointer-events:none;background:radial-gradient(#6366f140 0%,#0000 70%);width:400px;height:200px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.tx-cta-icon-wrap{color:#a78bfa;background:linear-gradient(135deg,#2563eb4d,#7c3aed4d);border:1px solid #6366f14d;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.tx-cta-title{color:#f1f5f9;letter-spacing:-.02em;margin:0 0 16px;font-size:26px;font-weight:700}.tx-cta-body{color:#94a3b8;max-width:520px;margin:0 auto 32px;font-size:15px;line-height:1.7}.tx-cta-actions{justify-content:center;gap:12px;display:flex}.tx-inline-code{color:#93c5fd;background:#2563eb1f;border:1px solid #2563eb33;border-radius:5px;padding:1px 6px;font-family:Fira Code,Cascadia Code,monospace;font-size:.9em}@media (width<=900px){.tx-hero{text-align:center;flex-direction:column;padding:64px 20px 48px}.tx-hero-pills,.tx-hero-ctas{justify-content:center}.tx-hero-vis{flex:none}.tx-hero-tagline{margin-left:auto;margin-right:auto}.tx-stats-bar{flex-wrap:wrap;max-width:100%;padding:0 20px}.tx-stats-item{border-bottom:1px solid #ffffff12;border-right:none;flex:45%}.tx-stats-item:nth-child(odd){border-right:1px solid #ffffff12}.tx-stats-item:last-child{border-bottom:none}}@media (width<=640px){.tx-products-grid{grid-template-columns:1fr}.tx-section{padding:0 16px}.tx-cta-card{padding:32px 20px}.tx-float-scene{width:260px;height:320px}.tx-float-card{width:240px}}.ai-fab{z-index:9999;color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #3b82f673}.ai-fab:hover{transform:translateY(-2px);box-shadow:0 8px 28px #3b82f68c}.ai-fab:active{transform:translateY(0)}.ai-fab--open{border-radius:50%;padding:12px}.ai-fab--open .ai-fab-label{display:none}.ai-fab--pulse:before{content:"";opacity:.35;z-index:-1;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50px;animation:2.2s ease-out infinite ai-pulse;position:absolute;inset:-4px}@keyframes ai-pulse{0%{opacity:.35;transform:scale(1)}70%{opacity:0;transform:scale(1.4)}to{opacity:0;transform:scale(1.4)}}.ai-chat-panel{z-index:9998;background:var(--hub-bg,#fff);border:1px solid var(--hub-border,#e2e8f0);opacity:0;pointer-events:none;border-radius:20px;flex-direction:column;width:400px;max-width:calc(100vw - 40px);height:580px;max-height:calc(100vh - 130px);transition:opacity .22s,transform .22s;display:flex;position:fixed;bottom:100px;right:28px;overflow:hidden;transform:translateY(16px)scale(.97);box-shadow:0 24px 60px #0000002e,0 0 0 1px #3b82f614}.ai-chat-panel--open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.ai-chat-header{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#312e81 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ai-chat-header-info{align-items:center;gap:10px;display:flex}.ai-chat-avatar{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.ai-chat-title{letter-spacing:-.01em;font-size:14px;font-weight:700}.ai-chat-subtitle{color:#ffffffa6;align-items:center;gap:5px;margin-top:1px;font-size:11px;display:flex}.ai-status-dot{background:#34d399;border-radius:50%;width:6px;height:6px;animation:2.5s ease-in-out infinite ai-status-blink;display:inline-block}@keyframes ai-status-blink{0%,to{opacity:1}50%{opacity:.4}}.ai-chat-header-actions{align-items:center;gap:4px;display:flex}.ai-icon-btn{color:#fffc;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex}.ai-icon-btn:hover{color:#fff;background:#fff3}.ai-chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:14px;padding:16px 12px;display:flex;overflow-y:auto}.ai-chat-messages::-webkit-scrollbar{width:4px}.ai-chat-messages::-webkit-scrollbar-track{background:0 0}.ai-chat-messages::-webkit-scrollbar-thumb{background:var(--hub-border,#e2e8f0);border-radius:4px}.ai-msg{align-items:flex-start;gap:8px;animation:.2s ai-msg-in;display:flex}@keyframes ai-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ai-msg--user{flex-direction:row-reverse}.ai-msg-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.ai-msg-body{flex-direction:column;gap:6px;max-width:82%;display:flex}.ai-msg--user .ai-msg-body{align-items:flex-end}.ai-msg-category{text-transform:uppercase;letter-spacing:.04em;opacity:.75;align-items:center;gap:4px;font-size:10.5px;font-weight:600;display:flex}.ai-confidence-dot{background:#34d399;border-radius:50%;width:5px;height:5px;display:inline-block}.ai-msg-content{background:var(--hub-surface,#f8fafc);border:1px solid var(--hub-border,#e2e8f0);color:var(--hub-text,#0f172a);border-radius:16px 16px 16px 4px;padding:12px 14px;font-size:13.5px;line-height:1.55}.ai-msg--user .ai-msg-content{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border-color:#0000;border-radius:16px 16px 4px}.ai-p{margin:0 0 6px}.ai-p:last-child{margin-bottom:0}.ai-h2,.ai-h3,.ai-h4{margin:10px 0 4px;font-weight:700;line-height:1.3}.ai-h2{font-size:15px}.ai-h3{font-size:14px}.ai-h4{font-size:13px}.ai-ul,.ai-ol{margin:4px 0 6px 18px;padding:0}.ai-ul li,.ai-ol li{margin-bottom:3px}.ai-hr{border:none;border-top:1px solid var(--hub-border,#e2e8f0);margin:8px 0}.ai-link{color:var(--hub-accent,#3b82f6);text-underline-offset:2px;text-decoration:underline}.ai-msg--user .ai-link{color:#ffffffe6}.ai-inline-code{background:#00000012;border-radius:4px;padding:1px 5px;font-family:Fira Code,Cascadia Code,monospace;font-size:12px}.ai-msg--user .ai-inline-code{background:#fff3}.ai-code-block{border:1px solid var(--hub-border,#e2e8f0);background:#0d1117;border-radius:10px;margin:6px 0;overflow:hidden}.ai-code-lang{color:#7d8590;text-transform:uppercase;letter-spacing:.04em;background:#161b22;padding:4px 12px;font-family:monospace;font-size:11px}.ai-code-block pre{margin:0;padding:12px;overflow-x:auto}.ai-code-block code{color:#e6edf3;font-family:Fira Code,Cascadia Code,Consolas,monospace;font-size:12px;line-height:1.6}.ai-table-wrapper{border:1px solid var(--hub-border,#e2e8f0);border-radius:8px;margin:6px 0;overflow-x:auto}.ai-table{border-collapse:collapse;width:100%;font-size:12px}.ai-table th{background:var(--hub-surface-2,#f1f5f9);text-align:left;border-bottom:1px solid var(--hub-border,#e2e8f0);white-space:nowrap;padding:6px 10px;font-weight:700}.ai-table td{border-bottom:1px solid var(--hub-border-subtle,#f1f5f9);padding:5px 10px}.ai-table tr:last-child td{border-bottom:none}.ai-related{margin-top:6px}.ai-related-label{color:var(--hub-text-muted,#94a3b8);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:10.5px;font-weight:600}.ai-related-list{flex-wrap:wrap;gap:5px;display:flex}.ai-related-btn{border:1px solid var(--hub-accent,#3b82f6);color:var(--hub-accent,#3b82f6);background:var(--hub-accent-glow,#3b82f60d);cursor:pointer;border-radius:20px;padding:4px 10px;font-family:inherit;font-size:11.5px;line-height:1.3;transition:background .15s,color .15s}.ai-related-btn:hover{background:var(--hub-accent,#3b82f6);color:#fff}.ai-typing{background:var(--hub-surface,#f8fafc);border:1px solid var(--hub-border,#e2e8f0);border-radius:16px 16px 16px 4px;align-items:center;gap:5px;width:fit-content;padding:12px 16px;display:flex}.ai-typing-dot{background:var(--hub-text-muted,#94a3b8);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ai-bounce}.ai-typing-dot:nth-child(2){animation-delay:.18s}.ai-typing-dot:nth-child(3){animation-delay:.36s}@keyframes ai-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.ai-starters{flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 12px 0;display:flex}.ai-starter-btn{border:1px solid var(--hub-border,#e2e8f0);background:var(--hub-surface,#f8fafc);color:var(--hub-text-secondary,#475569);cursor:pointer;text-align:left;border-radius:20px;padding:6px 12px;font-family:inherit;font-size:12px;line-height:1.3;transition:border-color .15s,color .15s,background .15s}.ai-starter-btn:hover{border-color:var(--hub-accent,#3b82f6);color:var(--hub-accent,#3b82f6);background:var(--hub-accent-glow,#3b82f60d)}.ai-chat-input-row{border-top:1px solid var(--hub-border,#e2e8f0);background:var(--hub-bg,#fff);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.ai-input{border:1.5px solid var(--hub-border,#e2e8f0);resize:none;background:var(--hub-surface,#f8fafc);color:var(--hub-text,#0f172a);border-radius:12px;outline:none;flex:1;min-height:40px;max-height:100px;padding:9px 12px;font-family:inherit;font-size:13.5px;line-height:1.45;transition:border-color .15s;overflow-y:auto}.ai-input:focus{border-color:var(--hub-accent,#3b82f6);background:var(--hub-bg,#fff)}.ai-input::placeholder{color:var(--hub-text-muted,#94a3b8)}.ai-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .15s,transform .15s;display:flex}.ai-send-btn:hover:not(:disabled){opacity:.95;transform:scale(1.06)}.ai-send-btn:disabled{opacity:.35;cursor:not-allowed}.ai-chat-footer{text-align:center;color:var(--hub-text-muted,#94a3b8);background:var(--hub-bg,#fff);flex-shrink:0;padding:4px 12px 8px;font-size:10px}[data-hub-theme=dark] .ai-code-block{border-color:#30363d}[data-hub-theme=dark] .ai-table th{background:#1e2330}@media (width<=480px){.ai-fab{padding:11px 14px;font-size:13px;bottom:20px;right:16px}.ai-chat-panel{border-radius:16px;width:auto;max-width:none;height:calc(100vh - 110px);bottom:80px;left:8px;right:8px}}@media (prefers-reduced-motion:reduce){.ai-fab--pulse:before,.ai-status-dot,.ai-typing-dot{animation:none}.ai-chat-panel{transition:opacity .1s}.ai-msg{animation:none}}.ai-restore-banner{border-bottom:1px solid var(--hub-border,#e2e8f0);background:linear-gradient(90deg,#6366f114,#3b82f614);flex-shrink:0;align-items:center;height:28px;padding:0 12px;display:flex;position:relative;overflow:hidden}.ai-restore-bar{background:linear-gradient(90deg,#6366f126,#3b82f626);height:100%;transition:width .3s;position:absolute;top:0;left:0}.ai-restore-label{color:var(--hub-text-secondary,#475569);z-index:1;font-size:10.5px;font-weight:500;position:relative}.ai-status-dot--llm{background:#a78bfa;animation:2s ease-in-out infinite ai-status-blink}.ai-status-dot--loading{background:#fbbf24;animation:.8s ease-in-out infinite ai-status-blink}.ai-llm-badge{color:#fff;letter-spacing:.03em;text-transform:uppercase;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;align-items:center;padding:1px 6px;font-size:9.5px;font-weight:700;display:inline-flex}.ai-cursor{color:var(--hub-accent,#3b82f6);vertical-align:middle;margin-left:1px;font-size:14px;animation:.7s step-end infinite ai-cursor-blink;display:inline-block}@keyframes ai-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.ai-panel-overlay{flex:1;justify-content:center;align-items:center;padding:20px;display:flex;overflow-y:auto}.ai-load-wrap{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:300px;display:flex}.ai-load-icon{font-size:40px;line-height:1;animation:1.8s ease-in-out infinite ai-llm-bounce}@keyframes ai-llm-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.ai-load-label{color:var(--hub-text,#0f172a);font-size:15px;font-weight:700}.ai-load-sub{color:var(--hub-text-muted,#94a3b8);word-break:break-word;min-height:16px;font-size:11.5px;line-height:1.4}.ai-load-bar-track{background:var(--hub-surface-2,#f1f5f9);border-radius:8px;width:100%;height:8px;overflow:hidden}.ai-load-bar-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:8px;height:100%;transition:width .4s}.ai-load-bar-fill--done{background:linear-gradient(90deg,#10b981,#34d399)}.ai-load-pct{color:var(--hub-accent,#3b82f6);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.ai-load-note{color:var(--hub-text-muted,#94a3b8);font-size:11px;font-style:italic}.ai-enable-panel{text-align:center;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:320px;display:flex}.ai-enable-icon{font-size:44px;line-height:1}.ai-enable-title{color:var(--hub-text,#0f172a);font-size:16px;font-weight:700}.ai-enable-desc{color:var(--hub-text-secondary,#475569);font-size:12.5px}.ai-enable-fallback{color:var(--hub-text-muted,#94a3b8);background:var(--hub-surface,#f8fafc);border:1px solid var(--hub-border,#e2e8f0);border-radius:8px;padding:8px 12px;font-size:11.5px}.ai-enable-note{color:var(--hub-text-muted,#94a3b8);font-size:11px}.ai-enable-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%);border:none;border-radius:10px;align-items:center;gap:7px;padding:10px 22px;font-family:inherit;font-size:13.5px;font-weight:700;transition:opacity .15s,transform .15s;display:flex;box-shadow:0 4px 14px #6366f159}.ai-enable-btn:hover{opacity:.92;transform:translateY(-1px)}.ai-dismiss-btn{color:var(--hub-text-muted,#94a3b8);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12px;text-decoration:underline}.ai-model-selector{gap:8px;width:100%;display:flex}.ai-model-opt{border:1.5px solid var(--hub-border,#e2e8f0);background:var(--hub-surface,#f8fafc);cursor:pointer;text-align:center;border-radius:10px;flex:1;padding:9px 10px;font-family:inherit;transition:border-color .15s,background .15s}.ai-model-opt:hover{border-color:var(--hub-accent,#3b82f6)}.ai-model-opt--active{border-color:var(--hub-accent,#3b82f6);background:var(--hub-accent-glow,#3b82f60f)}.ai-model-opt-label{color:var(--hub-text,#0f172a);margin-bottom:2px;font-size:13px;font-weight:700}.ai-model-opt-desc{color:var(--hub-text-muted,#94a3b8);font-size:10.5px;line-height:1.3}.ai-model-prompt{border-top:1px solid var(--hub-border,#e2e8f0);color:var(--hub-text-secondary,#475569);background:linear-gradient(90deg,#3b82f60f,#6366f10f);flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 12px;font-size:11.5px;display:flex}.ai-model-prompt-btn{color:var(--hub-accent,#3b82f6);cursor:pointer;background:0 0;border:none;padding:3px 0;font-family:inherit;font-size:11.5px;font-weight:700}.ai-model-prompt-btn:hover{text-decoration:underline}.ai-enable-mini-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:11.5px;font-weight:600;transition:background .15s}.ai-enable-mini-btn:hover{background:#ffffff40}.about-prose-card{background:var(--hub-card-bg,#ffffff0a);border:1px solid var(--hub-border,#ffffff14);border-radius:16px;padding:1.75rem}.about-product-tile{background:var(--hub-card-bg,#ffffff0a);border:1px solid var(--hub-border,#ffffff14);cursor:pointer;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.about-product-tile:hover{border-color:var(--pc,#3b82f6);transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.about-tile-top{justify-content:space-between;align-items:center;display:flex}.about-tile-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.about-tile-status{letter-spacing:.03em;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.about-tile-name{color:var(--hub-text);margin-top:.25rem;font-size:1.05rem;font-weight:700}.about-tile-desc{color:var(--hub-text-muted);flex:1;font-size:.875rem;line-height:1.6}.about-tile-arrow{margin-top:.5rem;font-size:.8rem;font-weight:600}.about-value-card{background:var(--hub-card-bg,#ffffff0a);border:1px solid var(--hub-border,#ffffff14);border-radius:14px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.about-value-icon{color:#3b82f6;background:#3b82f61f;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.25rem;display:flex}.about-value-title{color:var(--hub-text);margin:0;font-size:.95rem;font-weight:700}.about-value-body{color:var(--hub-text-muted);margin:0;font-size:.875rem;line-height:1.65}.about-stack-row{background:var(--hub-card-bg,#ffffff0a);border:1px solid var(--hub-border,#ffffff14);border-radius:12px;flex-direction:column;gap:4px;padding:1rem 1.25rem;display:flex}.about-stack-label{color:var(--hub-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.about-stack-value{color:var(--hub-text);font-size:.9rem;font-weight:600}@media (width<=640px){.about-prose-card{grid-column:span 2}}[data-hub-theme=light] .tx-page{color:#0f172a;background:linear-gradient(#f8fafc 0%,#fff 60%,#f8fafc 100%)}[data-hub-theme=light] .bg-pattern{background-image:linear-gradient(#0f172a0a 1px,#0000 1px),linear-gradient(90deg,#0f172a0a 1px,#0000 1px)}[data-hub-theme=light] .bg-glow{background:radial-gradient(#3b82f60f 0%,#0000 70%)}[data-hub-theme=light] .tx-hero-tagline{color:#475569}[data-hub-theme=light] .tx-hero-pill{color:#1e293b;background:#fff;border:1px solid #e2e8f0}[data-hub-theme=light] .tx-hero-pill:hover{border-color:var(--pc,#cbd5e1);background:#f1f5f9}[data-hub-theme=light] .tx-hero-pill-soon em{color:#64748b;background:#64748b26}[data-hub-theme=light] .tx-ghost-btn{color:#1e293b;background:#fff;border:1px solid #e2e8f0}[data-hub-theme=light] .tx-ghost-btn:hover{background:#f1f5f9;border-color:#cbd5e1}[data-hub-theme=light] .tx-eyebrow-pill{color:#1d4ed8;background:#2563eb14;border:1px solid #2563eb33}[data-hub-theme=light] .tx-stats-bar{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0f172a0a}[data-hub-theme=light] .tx-stats-item,[data-hub-theme=light] .tx-stats-item:nth-child(odd){border-right-color:#e2e8f0!important}[data-hub-theme=light] .tx-stats-val{color:#0f172a}[data-hub-theme=light] .tx-stats-lbl{color:#64748b}[data-hub-theme=light] .tx-section,[data-hub-theme=light] .tx-cta-section{color:#0f172a}[data-hub-theme=light] .tx-eyebrow{color:#1d4ed8}[data-hub-theme=light] .tx-section-title{color:#0f172a}[data-hub-theme=light] .tx-section-sub{color:#475569}[data-hub-theme=light] .tx-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a}[data-hub-theme=light] .tx-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}[data-hub-theme=light] .tx-card-title{color:#0f172a}[data-hub-theme=light] .tx-card-sub,[data-hub-theme=light] .tx-card-desc{color:#475569}[data-hub-theme=light] .tx-card-stats{border-top-color:#e2e8f0;border-bottom-color:#e2e8f0}[data-hub-theme=light] .tx-card-stat-val{color:#0f172a}[data-hub-theme=light] .tx-card-stat-lbl{color:#64748b}[data-hub-theme=light] .tx-tag{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}[data-hub-theme=light] .tx-btn-demo{color:#1e293b;background:#fff;border:1px solid #e2e8f0}[data-hub-theme=light] .tx-btn-demo:hover{background:#f1f5f9}[data-hub-theme=light] .tx-btn-soon{color:#94a3b8;background:#f1f5f9;border:1px solid #e2e8f0}[data-hub-theme=light] .tx-quicklink{color:#2563eb}[data-hub-theme=light] .tx-quicklink:hover{color:#1d4ed8}[data-hub-theme=light] .tx-quicklink+.tx-quicklink:before{color:#cbd5e1}[data-hub-theme=light] .tx-cta-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0f172a0f}[data-hub-theme=light] .tx-cta-glow{opacity:.3}[data-hub-theme=light] .tx-cta-title{color:#0f172a}[data-hub-theme=light] .tx-cta-body{color:#475569}[data-hub-theme=light] .tx-inline-code{color:#1d4ed8;background:#2563eb14;border:1px solid #2563eb29}[data-hub-theme=light] .top-nav,[data-hub-theme=light] .hub-footer-enterprise,[data-hub-theme=light] .hub-footer-bottom{color:#0f172a;background:#fff;border-color:#e2e8f0!important}.cookie-banner{z-index:1000;color:#f8fafc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af5;border:1px solid #94a3b840;border-radius:14px;position:fixed;inset:auto 16px 16px;box-shadow:0 18px 40px #02061773}.cookie-banner-inner{flex-wrap:wrap;align-items:center;gap:20px;max-width:1180px;margin:0 auto;padding:18px 22px;display:flex}.cookie-banner-text{flex:320px;min-width:0}.cookie-banner-text strong{margin-bottom:4px;font-size:14px;display:block}.cookie-banner-text p{color:#cbd5e1;margin:0;font-size:13px;line-height:1.5}.cookie-banner-link{color:#93c5fd;text-decoration:underline}.cookie-banner-actions{flex-shrink:0;gap:8px;display:flex}.cookie-banner-btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:background .12s,border-color .12s}.cookie-banner-btn--ghost{color:#fff;background:#475569;border-color:#475569}.cookie-banner-btn--ghost:hover{background:#334155;border-color:#334155}.cookie-banner-btn--primary{color:#fff;background:#3a86ff}.cookie-banner-btn--primary:hover{background:#2563eb}[data-hub-theme=light] .cookie-banner{color:#0f172a;background:#fff;border-color:#e2e8f0;box-shadow:0 18px 40px #0f172a1f}[data-hub-theme=light] .cookie-banner-text p{color:#475569}[data-hub-theme=light] .cookie-banner-btn--ghost{color:#fff;background:#475569;border-color:#475569}[data-hub-theme=light] .cookie-banner-btn--ghost:hover{background:#334155;border-color:#334155}@media (width<=640px){.cookie-banner-inner{padding:14px 16px}.cookie-banner-actions{width:100%}.cookie-banner-btn{flex:1}}.ad-slot{text-align:center;max-width:100%;min-height:90px;margin:32px auto;display:block}.ad-slot--placeholder{color:#64748b;letter-spacing:.04em;text-transform:uppercase;background:repeating-linear-gradient(45deg,#94a3b814,#94a3b814 10px,#94a3b829 10px 20px);border:1px dashed #94a3b880;border-radius:10px;padding:32px 16px;font-size:12px;font-weight:600}.ad-slot-label{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;text-align:left;margin-bottom:6px;font-size:10px;font-weight:700}[data-hub-theme=light] .ad-slot-label{color:#64748b}[data-hub-theme=light] .tx-card-name{color:#0b1220}[data-hub-theme=light] .tx-card-tagline{color:#475569}[data-hub-theme=light] .tx-feat-item{color:#1f2937}[data-hub-theme=light] .tx-card-ver{color:#64748b}[data-hub-theme=light] .tx-badge-tier{color:#334155;background:#f1f5f9}.uc-hub{max-width:1080px;margin:0 auto;padding:clamp(40px,6vw,80px) clamp(20px,4vw,48px) 96px}.uc-hub-header{text-align:center;margin-bottom:56px}.uc-hub-eyebrow{color:var(--hub-accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700}.uc-hub-title{letter-spacing:-.025em;color:var(--hub-text);margin:0 0 16px;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;line-height:1.12}.uc-hub-sub{color:var(--hub-text-secondary);max-width:760px;margin:0 auto;font-size:clamp(15px,1.3vw,17px);line-height:1.65}.uc-hub-section{margin-bottom:48px}.uc-hub-section-title{color:var(--hub-text);border-bottom:1px solid var(--hub-border);margin:0 0 20px;padding-bottom:10px;font-size:1.3rem;font-weight:800}.uc-hub-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.uc-hub-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:14px;flex-direction:column;padding:22px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.uc-hub-card:hover{border-color:var(--hub-accent);box-shadow:var(--hub-card-shadow-hover);transform:translateY(-3px)}.uc-hub-card-title{color:var(--hub-text);margin:12px 0 8px;font-size:17px;font-weight:700;line-height:1.32}.uc-hub-card-desc{color:var(--hub-text-secondary);flex:1;margin:0 0 18px;font-size:14px;line-height:1.6}.uc-hub-card-foot{color:var(--hub-text-muted);justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.uc-hub-card-arrow{color:var(--hub-accent);font-size:16px;transition:transform .2s}.uc-hub-card:hover .uc-hub-card-arrow{transform:translate(4px)}.uc-kind-pill{letter-spacing:.05em;text-transform:uppercase;color:var(--hub-accent);background:var(--hub-accent-glow);border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.uc-kind-pill--sm{padding:3px 9px;font-size:10px}.uc-article{max-width:760px;margin:0 auto;padding:clamp(32px,5vw,64px) clamp(20px,4vw,40px) 96px}.uc-breadcrumb{color:var(--hub-text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;display:flex}.uc-breadcrumb a{color:var(--hub-accent);text-decoration:none}.uc-breadcrumb a:hover{text-decoration:underline}.uc-breadcrumb-sep{opacity:.5}.uc-breadcrumb-current{color:var(--hub-text-secondary)}.uc-article-title{letter-spacing:-.02em;color:var(--hub-text);margin:14px 0 12px;font-size:clamp(1.8rem,3.6vw,2.5rem);font-weight:800;line-height:1.18}.uc-article-lead{color:var(--hub-text-secondary);margin:0 0 16px;font-size:18px;line-height:1.6}.uc-article-meta{color:var(--hub-text-muted);border-bottom:1px solid var(--hub-border);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px;padding-bottom:24px;font-size:13px;display:flex}.uc-byline{color:var(--hub-text-secondary);font-weight:600}.uc-meta-sep{opacity:.5}.uc-back-link{color:var(--hub-accent);margin-top:40px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block}.uc-back-link:hover{text-decoration:underline}.uc-article-body{color:var(--hub-text);font-size:16px;line-height:1.78}.uc-article-body h2{letter-spacing:-.015em;color:var(--hub-text);margin:44px 0 14px;font-size:1.55rem;font-weight:800;line-height:1.25}.uc-article-body h3{color:var(--hub-text);margin:32px 0 10px;font-size:1.2rem;font-weight:700}.uc-article-body p{color:var(--hub-text-secondary);margin:0 0 18px}.uc-article-body ul,.uc-article-body ol{color:var(--hub-text-secondary);margin:0 0 18px;padding-left:24px}.uc-article-body li{margin-bottom:8px;line-height:1.7}.uc-article-body strong{color:var(--hub-text);font-weight:700}.uc-article-body a{color:var(--hub-accent);text-underline-offset:2px;text-decoration:underline}.uc-article-body code{background:var(--hub-surface-2);border:1px solid var(--hub-border-subtle);color:var(--hub-text);border-radius:5px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em}.uc-article-body pre{background:var(--hub-surface-2);border:1px solid var(--hub-border);border-radius:12px;margin:0 0 22px;padding:18px 20px;overflow-x:auto}.uc-article-body pre code{background:0 0;border:none;padding:0;font-size:13.5px;line-height:1.6}.uc-article-body blockquote{border-left:3px solid var(--hub-accent);color:var(--hub-text-secondary);background:var(--hub-accent-glow);border-radius:0 8px 8px 0;margin:0 0 20px;padding:4px 18px}.uc-article-body table{border-collapse:collapse;width:100%;margin:0 0 22px;font-size:14px;display:block;overflow-x:auto}.uc-article-body th,.uc-article-body td{border:1px solid var(--hub-border);text-align:left;padding:10px 14px}.uc-article-body th{background:var(--hub-surface-2);color:var(--hub-text);font-weight:700}.uc-article-body td{color:var(--hub-text-secondary)}.uc-article-body hr{border:none;border-top:1px solid var(--hub-border);margin:36px 0}.uc-product-cta{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin:40px 0 8px;padding:24px 26px;display:flex}.uc-product-cta-text strong{color:var(--hub-text);margin-bottom:4px;font-size:17px;display:block}.uc-product-cta-text p{color:var(--hub-text-secondary);margin:0;font-size:14px}.uc-product-cta-actions{flex-wrap:wrap;gap:10px;display:flex}.uc-btn-primary{cursor:pointer;background:var(--hub-accent);color:#fff;border:none;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600}.uc-btn-secondary{cursor:pointer;color:var(--hub-text);border:1px solid var(--hub-border);background:0 0;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none}.uc-related{margin-top:48px}.uc-related-title{color:var(--hub-text);margin:0 0 18px;font-size:1.2rem;font-weight:800}.uc-related-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.uc-related-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:12px;flex-direction:column;gap:8px;padding:16px 18px;text-decoration:none;transition:border-color .2s;display:flex}.uc-related-card:hover{border-color:var(--hub-accent)}.uc-related-kind{letter-spacing:.05em;text-transform:uppercase;color:var(--hub-accent);font-size:10px;font-weight:700}.uc-related-card-title{color:var(--hub-text);font-size:14px;font-weight:600;line-height:1.4}.ad-slot--article{margin:32px 0}@media (width<=640px){.uc-product-cta{flex-direction:column;align-items:flex-start}}.prod-guides{margin-top:40px}.prod-guides-sub{color:var(--hub-text-secondary);max-width:640px;margin:6px 0 18px;font-size:14px;line-height:1.6}.prod-editorial{max-width:760px;margin-top:40px}.prod-editorial .prod-card-title{margin-top:28px}.prod-editorial .prod-card-title:first-child{margin-top:0}.prod-editorial-p{color:var(--hub-text-secondary);margin:0 0 16px;font-size:15.5px;line-height:1.78}.prod-editorial-steps{margin:0 0 8px;padding-left:22px}.prod-editorial-step{color:var(--hub-text-secondary);margin-bottom:12px;font-size:15px;line-height:1.7}.prod-editorial-step strong{color:var(--hub-text)}.prod-editorial-list{margin:0 0 8px;padding-left:22px}.prod-editorial-list li{color:var(--hub-text-secondary);margin-bottom:8px;font-size:15px;line-height:1.7}.prod-editorial-faq{margin:0}.prod-editorial-faq-item{margin-bottom:18px}.prod-editorial-faq dt{color:var(--hub-text);margin-bottom:4px;font-size:15px;font-weight:700}.prod-editorial-faq dd{color:var(--hub-text-secondary);margin:0;font-size:15px;line-height:1.7}.prod-guides-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.prod-guide-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:12px;flex-direction:column;gap:8px;padding:16px 18px;text-decoration:none;transition:transform .18s,border-color .18s;display:flex}.prod-guide-card:hover{border-color:var(--product-color,var(--hub-accent));transform:translateY(-2px)}.prod-guide-title{color:var(--hub-text);font-size:14.5px;font-weight:600;line-height:1.4}.prod-guide-foot{color:var(--hub-text-muted);font-size:12px;font-weight:600}.tx-showcase-frame{aspect-ratio:1;border:1px solid var(--hub-border);background:#0b1020;border-radius:24px;width:100%;max-width:640px;margin:36px auto 0;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000059}.tx-showcase-frame iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}
