:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{width:100%;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--home-primary: #0ea5e9;--home-primary-hover: #0284c7;--home-primary-transparent: rgba(14, 165, 233, .1);--home-bg-dark: #0f172a;--home-bg-darker: #030712;--home-bg-card: #1e293b;--home-text-primary: #ffffff;--home-text-secondary: #e4e4e7;--home-text-muted: #d4d4d8;--home-glow: rgba(14, 165, 233, .3);--home-glow-strong: rgba(14, 165, 233, .5);--home-border: rgba(14, 165, 233, .15);--font-family: "JetBrains Mono", "Fira Code", "Source Code Pro", monospace;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--letter-spacing-tight: -.02em;--letter-spacing-normal: 0;--letter-spacing-wide: .02em;--letter-spacing-wider: .1em}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.preview-tag{font-size:.7rem;background-color:var(--home-glow-strong);color:#fff;padding:4px 6px;border-radius:4px;margin-left:16px;margin-bottom:-2px;text-transform:uppercase;font-weight:500;display:inline-flex;align-items:flex-end;vertical-align:bottom;box-shadow:0 0 12px var(--home-glow)}.home-container{width:100%;min-width:100%;overflow-x:hidden;background:var(--home-bg-dark);color:var(--home-text-primary);animation:fadeIn .3s ease-in;display:flex;flex-direction:column}.home-hero{min-height:90vh;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 2rem;background:radial-gradient(circle at 0% 0%,rgba(14,165,233,.15),transparent 50%),radial-gradient(circle at 100% 100%,rgba(14,165,233,.1),transparent 50%),linear-gradient(to bottom right,rgba(14,165,233,.05),transparent),var(--home-bg-dark);position:relative;overflow:hidden;box-sizing:border-box}.home-hero:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:1px;background:linear-gradient(90deg,transparent,var(--home-primary),transparent);animation:gradientBorder 8s linear infinite}.home-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(14,165,233,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(14,165,233,.05) 1px,transparent 1px);background-size:30px 30px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);mask-image:radial-gradient(circle at center,black,transparent 80%)}.home-hero-content{max-width:800px;width:100%;margin:0 auto;position:relative;z-index:1;animation:fadeInUp 1s ease-out;box-sizing:border-box}.home-hero h1{font-size:4rem;margin-bottom:1.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#e4e4e7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px var(--home-glow);letter-spacing:-.03em;line-height:1.1}.home-hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;color:var(--home-text-secondary);line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.home-cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.home-btn{padding:.8rem 1.6rem;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.home-btn:after{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);transform:translate(-50%,-50%) scale(0);transition:transform .5s}.home-btn:active:after{transform:translate(-50%,-50%) scale(1)}.home-btn-primary{background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-primary-hover) 100%);color:#fff;border:none;box-shadow:0 4px 12px #0ea5e940,0 0 0 1px #0ea5e91a}.home-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e959,0 0 0 1px #0ea5e933;color:#fff}.home-btn-secondary{background:#0ea5e91a;color:var(--home-text-secondary);border:1px solid rgba(14,165,233,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-btn-secondary:hover{background:#0ea5e926;border-color:var(--home-primary);color:var(--home-text-primary);transform:translateY(-2px)}.code-sample:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(14,165,233,.8),transparent);animation:gradientHeartbeat 1.5s ease-in-out infinite}.code-sample:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(14,165,233,.15),transparent 70%);pointer-events:none}@keyframes gradientHeartbeat{0%{opacity:.3}25%{opacity:1}35%{opacity:.3}45%{opacity:.8}55%{opacity:.3}to{opacity:.3}}@media (max-width: 768px){.code-sample{margin:1.5rem auto;padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.code-sample{margin:1.2rem auto;padding:.8rem 1.2rem;font-size:.9rem}}.home-features{padding:8rem 2rem;background:var(--home-bg-darker);width:100%;box-sizing:border-box}.home-features h2{text-align:center;font-size:3rem;margin-bottom:4rem;color:var(--home-text-primary);text-shadow:0 0 10px var(--home-glow);max-width:800px;margin-left:auto;margin-right:auto}.home-features-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem;max-width:1400px;margin:0 auto}.home-feature-card-large{grid-column:span 5;padding:3rem;background:var(--home-bg-dark);border-radius:16px;border:1px solid var(--home-border);transition:all .3s ease;box-shadow:0 8px 30px #0000001f}.home-feature-card-large:hover{box-shadow:0 10px 40px #0ea5e926;border-color:#0ea5e94d;transform:translateY(-4px)}.home-feature-card-large h3{font-size:1.5rem}.home-feature-card-large p{font-size:1rem}.home-feature-card-medium{grid-column:span 7;padding:3rem;background:var(--home-bg-dark);border-radius:16px;border:1px solid var(--home-border);display:flex;flex-direction:column;box-shadow:0 8px 30px #0000001f;transition:all .3s ease}.home-feature-card-medium:hover{box-shadow:0 10px 40px #0ea5e926;border-color:#0ea5e94d;transform:translateY(-4px)}.home-feature-card-medium h3{font-size:1.5rem}.home-feature-code{margin-top:1.5rem;background:#0003;border:1px solid rgba(255,255,255,.03);border-radius:12px;overflow:hidden}.home-feature-languages{display:flex;gap:.5rem;padding:.8rem;flex-wrap:wrap;justify-content:center}.home-feature-language{padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;transition:all .2s ease;background:transparent;color:var(--home-text-secondary);border:1px solid rgba(255,255,255,.05);outline:none}.home-feature-language:hover{border-color:#ffffff1a;color:var(--home-text-primary)}.home-feature-language.active{background:var(--home-primary);color:#fff;border-color:transparent;box-shadow:0 2px 8px #0ea5e940}.home-feature-language:focus,.home-feature-language:focus-visible{outline:none!important;box-shadow:none!important}.home-feature-language:hover:not(.active){border-color:#0ea5e980;color:#0ea5e9e6}.home-feature-code pre{margin:0!important;background:transparent!important;padding:1.25rem!important;font-size:.875rem!important;line-height:1.6!important}@media (max-width: 768px){.home-feature-languages{gap:.5rem;padding:.8rem;justify-content:center}.home-feature-language{padding:.4rem .8rem;font-size:.8rem;margin-bottom:.3rem}.home-feature-code pre{padding:1rem!important;font-size:.8rem!important}}@media (max-width: 1200px){.home-feature-card-large,.home-feature-card-medium{grid-column:span 12}}.home-feature-card{padding:2.5rem;background:linear-gradient(135deg,#ffffff0d,#ffffff05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 24px -1px #0003,0 0 1px #00000029;border-radius:16px;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;min-height:300px}.home-feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 32px -1px #0003,0 0 1px #00000029;border-color:var(--home-primary)}.home-feature-icon{font-size:2.5rem;color:var(--home-primary);margin-bottom:2rem;filter:drop-shadow(0 0 8px var(--home-glow))}.home-feature-card h3{font-size:2.5rem;margin-bottom:1.5rem;color:var(--home-text-primary);font-weight:700;letter-spacing:-.02em;line-height:1.2}.home-feature-card p{color:var(--home-text-secondary);line-height:1.7;font-size:1.1rem;margin:0}@media (max-width: 1200px){.home-features-grid{gap:2rem;padding:0}.home-feature-card{padding:2rem;min-height:250px}}@media (max-width: 768px){.home-features{padding:4rem 1rem}.home-features h2{font-size:2.5rem;margin-bottom:3rem}.home-features-grid{gap:2rem;padding:0}.home-feature-card{min-height:auto}.home-feature-card h3{font-size:1.8rem}}.home-login-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.home-login-modal{background:var(--home-bg-darker);padding:2rem;border-radius:8px;width:100%;max-width:400px;position:relative;border:1px solid var(--home-border)}.home-login-modal form{display:flex;flex-direction:column;gap:1rem}.home-login-modal input{padding:.5rem;border:1px solid var(--home-border);border-radius:4px;background:var(--home-bg-dark);color:var(--home-text-primary)}.home-login-modal input:focus{border-color:#3fb;box-shadow:0 0 10px #3fb3}.home-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#8ff7d3}.home-close-button:hover{color:#3fb}.home-header{background:radial-gradient(circle at 0% 0%,rgba(139,92,246,.15),transparent 50%),radial-gradient(circle at 100% 100%,rgba(139,92,246,.1),transparent 50%),linear-gradient(to bottom right,rgba(139,92,246,.05),transparent),var(--home-bg-dark);padding:1.2rem 2.5rem;position:fixed;width:100%;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(139,92,246,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-sizing:border-box;min-height:80px}.home-header:before,.home-logo-container,.home-auth-buttons{max-width:none;margin:0;width:auto;position:static}.home-logo-container{display:flex;flex-direction:column;gap:.3rem;min-width:fit-content}.home-logo{font-size:1.8rem;font-weight:800;display:flex;align-items:center;line-height:1;letter-spacing:-.02em}.home-logo-flow{background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-primary-hover) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.home-logo-ai{color:var(--home-text-primary)}.footer-logo-ai{color:var(--home-bg-dark)}.home-logo-sub{text-decoration:none;transition:all .3s ease;margin-top:.4rem;opacity:.8;display:flex;align-items:center;gap:.4rem}.home-logo-by{color:var(--home-text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.home-logo-99x{height:14px;width:auto;filter:brightness(.9);transition:all .3s ease}.home-logo-sub:hover{opacity:1}.home-logo-sub:hover .home-logo-by{color:var(--home-text-primary);text-shadow:0 0 10px var(--home-glow)}.home-logo-sub:hover .home-logo-99x{filter:brightness(1) drop-shadow(0 0 8px var(--home-glow))}.home-auth-buttons{display:flex;gap:1rem;align-items:center;justify-content:center;margin:20px}.home-feature-showcase{padding:4rem 2rem;background:var(--home-bg-dark);border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border);width:100%;box-sizing:border-box}.home-tab-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.home-tab-button{padding:1rem 2rem;border:none;background:transparent;cursor:pointer;font-size:1.1rem;color:var(--home-text-secondary);border-bottom:2px solid transparent;transition:all .3s ease;outline:none;display:flex;align-items:center;justify-content:center}.home-tab-button:hover{color:var(--home-primary)}.home-tab-button.active{color:var(--home-primary);border-bottom:2px solid var(--home-primary)}.home-tab-button:focus,.home-tab-button:focus-visible{outline:none!important;box-shadow:none!important}.home-feature-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.home-feature-text{flex:1}.home-feature-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--home-primary)}.home-feature-text p{font-size:1.2rem;color:var(--home-text-muted);line-height:1.6}.home-feature-image{flex:2;display:flex;justify-content:center;align-items:center}.home-feature-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.home-feature-showcase{padding:3rem 1rem}.home-tab-buttons{gap:.5rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.home-tab-button{padding:.8rem 1.2rem;font-size:.9rem;flex:1;min-width:fit-content;max-width:200px}.home-tab-icon{font-size:1rem;margin-right:.4rem}.home-feature-content{flex-direction:column;gap:2rem;text-align:center}.home-feature-text{order:2}.home-feature-image{order:1;flex:none}.home-feature-text h2{font-size:1.8rem;margin-bottom:1rem}.home-feature-text p{font-size:1rem;line-height:1.6;max-width:500px;margin:0 auto}.home-feature-image img{max-width:100%;height:auto;border-radius:8px}}@media (max-width: 480px){.home-feature-showcase{padding:2.5rem .8rem}.home-tab-buttons{gap:.4rem;margin-bottom:1.5rem}.home-tab-button{padding:.6rem .8rem;font-size:.85rem;min-width:auto;flex:none}.home-tab-icon{font-size:.9rem;margin-right:.3rem}.home-feature-content{gap:1.5rem}.home-feature-text h2{font-size:1.6rem;margin-bottom:.8rem}.home-feature-text p{font-size:.95rem;line-height:1.5;padding:0 .5rem}.home-feature-image img{border-radius:6px;box-shadow:0 2px 8px #0000001a}}.home-code-demo{padding:2rem;background:var(--home-bg-darker);width:100%;box-sizing:border-box}.home-code-demo-content{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:center}.home-code-demo-text{flex:1}.home-code-demo-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--home-text-primary);line-height:1.2}.home-code-demo-text p{font-size:1.2rem;color:var(--home-text-muted);margin-bottom:2rem;line-height:1.6}.home-code-demo-points{list-style:none;padding:0;margin:0}.home-code-demo-points li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.1rem;color:var(--home-text-secondary);line-height:1.5}.home-code-demo-points li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:var(--home-primary);border-radius:50%;box-shadow:0 0 8px var(--home-glow)}.home-code-demo-points li:hover:before{background-color:var(--home-primary-hover);box-shadow:0 0 12px var(--home-glow-strong)}.home-code-demo-points li:not(:last-child):after{content:"";position:absolute;left:4px;top:50%;height:calc(100% + 1rem);width:1px;background:linear-gradient(to bottom,var(--home-primary) 0%,transparent 100%)}.home-code-demo-box{flex:2;background:var(--home-bg-darker);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;border:1px solid var(--home-border);box-shadow:0 0 30px var(--home-glow)}.home-code-header{background:var(--home-bg-dark);padding:1rem;display:flex;justify-content:space-between;align-items:center;color:var(--home-text-primary);border-bottom:1px solid var(--home-border)}.home-copy-button{padding:.5rem 1rem;background:var(--home-primary);border:none;border-radius:4px;color:var(--home-bg-dark);cursor:pointer;font-size:.9rem;transition:background .3s ease;font-weight:700}.home-copy-button:hover{background:var(--home-primary-hover)}.home-code-block{background:linear-gradient(135deg,var(--home-bg-darker) 0%,rgba(30,41,59,.8) 100%);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:var(--space-lg)}.home-code-block pre{font-family:var(--font-mono);line-height:1.6;tab-size:2}.token.comment{color:#6b7280}.token.keyword{color:#93c5fd}.token.string{color:#86efac}.token.function{color:#c084fc}@media (max-width: 1024px){.home-code-demo-content{flex-direction:column;gap:2rem}.home-code-demo-text{text-align:center}.home-code-demo-points{display:inline-block;text-align:left;max-width:500px;margin:0 auto}}@media (max-width: 768px){.home-code-demo{padding:2.5rem 1rem}.home-code-demo-content{flex-direction:column;gap:2rem;max-width:100%}.home-code-demo-text{text-align:center}.home-code-demo-text h2{font-size:1.8rem;margin-bottom:1rem;line-height:1.2}.home-code-demo-text p{font-size:1rem;margin-bottom:1.5rem}.home-code-demo-points{text-align:left;padding-left:0;max-width:400px;margin:0 auto}.home-code-demo-points li{font-size:1rem;padding-left:1.5rem;margin-bottom:.8rem}.home-code-demo-box{width:100%;max-width:100%;overflow:hidden;border-radius:8px}.home-code-header{padding:.8rem;flex-wrap:wrap;gap:.5rem}.home-code-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.home-code-tabs::-webkit-scrollbar{display:none}.home-code-tab{white-space:nowrap;padding:.5rem .8rem;font-size:.85rem;flex-shrink:0}.home-code-block{padding:1rem!important;font-size:.8rem!important;overflow-x:auto;-webkit-overflow-scrolling:touch}.home-code-block pre{min-width:300px}}@media (max-width: 480px){.home-code-demo{padding:2rem .8rem}.home-code-demo-text h2{font-size:1.6rem;margin-bottom:.8rem}.home-code-demo-text p{font-size:.95rem;margin-bottom:1.2rem}.home-code-demo-points{max-width:100%;padding:0 .5rem}.home-code-demo-points li{font-size:.9rem;padding-left:1.2rem;margin-bottom:.6rem}.home-code-demo-points li:before{width:6px;height:6px;left:0}.home-code-header{padding:.6rem}.home-code-tab{padding:.4rem .6rem;font-size:.8rem}.home-code-block{padding:.8rem!important;font-size:.75rem!important}.home-code-block pre{min-width:280px}}.home-btn-icon{margin-right:.5rem;font-size:1.2rem;vertical-align:middle}.home-feature-icon{font-size:2rem;color:var(--home-primary);margin-bottom:1.5rem;filter:drop-shadow(0 0 8px var(--home-glow))}.home-tab-icon{font-size:1.2rem;margin-right:.5rem;vertical-align:middle}.home-tab-button{display:flex;align-items:center;justify-content:center}.home-code-header span{display:flex;align-items:center}.home-code-tabs{display:flex;gap:1rem}.home-code-tab{background:none;border:none;color:var(--home-text-secondary);padding:.5rem 1rem;cursor:pointer;font-size:.9rem;border-bottom:2px solid transparent;transition:all .3s ease;outline:none}.home-code-tab:hover{color:var(--home-text-primary)}.home-code-tab.active{color:var(--home-primary);border-bottom:2px solid var(--home-primary)}.home-code-tab:focus{outline:none!important;box-shadow:none!important}.home-code-demo button:focus,.home-code-demo button:focus-visible{outline:none!important;box-shadow:none!important}.home-code-header{background:var(--home-bg-dark);padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--home-border)}.home-code-block{margin:0;padding:1.5rem;overflow-x:auto;background:var(--home-bg-dark);color:var(--home-text-primary);font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5}.home-code-block .keyword{color:var(--home-primary)}.home-code-block .string{color:#a5d6ff}.home-code-block .comment{color:var(--home-text-muted);font-style:italic}.home-tech-logos{display:flex;gap:2rem;margin-top:1.5rem;align-items:center}.home-tech-logo{height:60px;width:auto;opacity:.8;transition:opacity .2s ease}.home-tech-logo[alt=Kubernetes]{height:95px}.home-tech-logo:hover{opacity:1}@media (max-width: 768px){.home-tech-logos{flex-direction:column;gap:.75rem;margin-top:1rem}.home-tech-logo{height:45px}.home-tech-logo[alt=Kubernetes]{height:70px;margin-top:-.25rem}}.home-get-started{padding:80px 20px;text-align:center;background:var(--background-gradient, linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%))}.home-get-started-content{max-width:800px;margin:0 auto}.home-get-started h2{font-size:2.5rem;margin-bottom:1rem}.home-get-started p{font-size:1.2rem;margin-bottom:2rem;color:var(--text-secondary)}.home-get-started-buttons{display:flex;gap:1rem;justify-content:center}.home-footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.home-footer-left{display:flex;flex-direction:column;gap:1rem}.home-footer-right{display:flex;align-items:center}.home-footer-links{display:flex;gap:2rem}@media (max-width: 600px){.home-footer-content{flex-direction:column;text-align:center}.home-footer-right{flex-wrap:wrap;justify-content:center}}@media (max-width: 768px){.home-header{padding:.8rem 1rem}.home-header-content{padding:0;justify-content:space-between}.home-auth-buttons{gap:.5rem}.home-btn{padding:.5rem .8rem;font-size:.85rem}.home-hero{padding:7rem 1rem 1rem;min-height:auto;text-align:center}.home-hero-content{max-width:100%;padding:2rem 0}.home-hero h1{font-size:2rem;margin-bottom:1rem;line-height:1.2}.home-hero-subtitle{font-size:1rem;margin-bottom:1.5rem;padding:0 1rem;line-height:1.5}.home-cta-buttons{flex-wrap:wrap;justify-content:center;gap:.8rem}.code-sample{margin:1.5rem auto;max-width:calc(100vw - 2rem);font-size:.85rem;overflow-x:auto;border-radius:6px}.code-sample code{white-space:pre;display:block}}@media (max-height: 480px) and (orientation: landscape){.home-header{padding:.6rem 1rem}.home-hero{min-height:100vh;padding-top:4rem}.home-auth-buttons{position:relative;padding:0;background:none;border:none}.home-container{padding-bottom:0}}@media (min-width: 769px) and (max-width: 1024px){.home-header{padding:1rem 2rem}.home-logo{font-size:1.6rem}.home-btn{padding:.7rem 1.2rem;font-size:.9rem}.home-hero h1{font-size:2.8rem}.home-hero-subtitle{font-size:1.3rem}}.home-container{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.home-hero-content>*{animation:slideUp .5s ease-out forwards;opacity:0}.home-hero-content h1{animation-delay:.1s}.home-hero-content .home-hero-subtitle{animation-delay:.2s}.home-hero-content .home-cta-buttons{animation-delay:.3s}.home-hero-content .code-sample{animation-delay:.4s}.home-feature-link{position:relative;text-decoration:none}.home-feature-link:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--home-primary);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.home-feature-link:hover:after{transform:scaleX(1);transform-origin:left}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--home-glow)}70%{box-shadow:0 0 0 10px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.home-btn-primary{animation:pulse 2s infinite}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.stagger-in>*{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.stagger-in.visible>*{opacity:1;transform:translateY(0)}.stagger-in.visible>*:nth-child(1){transition-delay:.1s}.stagger-in.visible>*:nth-child(2){transition-delay:.2s}.stagger-in.visible>*:nth-child(3){transition-delay:.3s}@keyframes gradientBorder{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.home-feature-languages{gap:.5rem;padding:.8rem;justify-content:center}.home-feature-language{padding:.4rem .8rem;font-size:.8rem;margin-bottom:.3rem}}@media (max-width: 480px){.home-feature-languages{padding:.6rem;gap:.4rem}.home-feature-language{padding:.3rem .6rem;font-size:.75rem;margin-bottom:.2rem}}@media (max-width: 768px){.home-features{padding:3rem 1rem}.home-features h2{font-size:2rem;margin-bottom:2rem;text-align:center}.home-features-grid{gap:1.5rem;padding:0;max-width:100%;margin:0 auto}.home-feature-card-large,.home-feature-card-medium{padding:1.5rem;width:100%;border-radius:12px;margin:0;text-align:center}.home-feature-card-large h3,.home-feature-card-medium h3{font-size:1.4rem;margin-bottom:1rem;text-align:center;line-height:1.3}.home-feature-card-large p,.home-feature-card-medium p{font-size:1rem;text-align:center;line-height:1.6;margin-bottom:1.5rem}.home-feature-code{margin:1rem 0;border-radius:8px;border:1px solid var(--home-border);overflow:hidden}.home-feature-code pre{padding:1rem!important;font-size:.8rem!important;overflow-x:auto;-webkit-overflow-scrolling:touch}.home-feature-languages{gap:.5rem;padding:.8rem;justify-content:center;flex-wrap:wrap}.home-feature-language{padding:.4rem .8rem;font-size:.75rem;margin-bottom:.3rem;white-space:nowrap}.self-host-features{grid-template-columns:1fr;gap:.75rem}.self-host-feature{padding:.75rem}.feature-text{font-size:.9rem}.home-tech-logos{flex-direction:column;gap:1rem;align-items:center}.home-tech-logo{height:45px}.home-tech-logo[alt=Kubernetes]{height:65px}}@media (max-width: 480px){.home-features{padding:2.5rem .8rem}.home-features h2{font-size:1.8rem;margin-bottom:1.5rem}.home-features-grid{max-width:100%;gap:1rem}.home-feature-card-large,.home-feature-card-medium{padding:1.25rem;border-radius:10px}.home-feature-card-large h3,.home-feature-card-medium h3{font-size:1.2rem;margin-bottom:.8rem}.home-feature-card-large p,.home-feature-card-medium p{font-size:.9rem;margin-bottom:1rem}.home-feature-code{margin:.8rem 0}.home-feature-code pre{padding:.8rem!important;font-size:.75rem!important}.home-feature-languages{padding:.6rem;gap:.4rem}.home-feature-language{padding:.3rem .6rem;font-size:.7rem}.self-host-feature{padding:.6rem}.feature-text{font-size:.85rem}.home-tech-logo{height:40px}.home-tech-logo[alt=Kubernetes]{height:55px}}.home-footer-logo{font-size:1.5rem;font-weight:700;color:var(--home-text-primary)}.home-footer-copyright{color:var(--home-text-secondary)}.home-footer-link{color:var(--home-text-secondary);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.home-footer-link:hover{color:var(--home-primary)}.home-footer-icon{font-size:1.2rem}.home-footer .home-logo-flow{color:var(--home-primary)}.home-footer .footer-logo-ai{color:var(--home-text-primary)}@media (max-width: 768px){.home-footer{padding:1.5rem 1rem;margin-top:1.5rem}.home-footer-content{flex-direction:column;gap:1rem;text-align:center}.home-footer-left{align-items:center;gap:.5rem}.home-footer-logo{font-size:1.2rem}.home-footer-copyright{font-size:.8rem}.home-footer-right{width:100%}.home-footer-links{width:100%;flex-wrap:wrap;justify-content:center;gap:.8rem}.home-footer-link{font-size:.85rem;padding:.3rem}}@media (max-width: 480px){.home-footer{padding:1rem;margin-top:1rem}.home-footer-links{gap:.6rem}.home-footer-link{font-size:.8rem}.home-container .home-footer{padding-bottom:calc(1rem + 60px)}}@media (max-width: 768px){.home-hero{padding:5.5rem 1rem 1rem;min-height:calc(100vh - 80px);text-align:center;display:flex;align-items:center;justify-content:center}.home-hero-content{max-width:100%;padding:1rem 0;width:100%}.hero-badges{margin-bottom:1.5rem;gap:.5rem;flex-wrap:wrap;justify-content:center}.open-source-badge{padding:.4rem .8rem;font-size:.8rem;margin-right:.5rem}.github-counter{padding:.3rem .6rem;font-size:.8rem}.home-hero h1{font-size:2.2rem;margin-bottom:1rem;line-height:1.1;padding:0 .5rem}.home-hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem;padding:0 1rem;line-height:1.5;max-width:500px;margin-left:auto;margin-right:auto}.home-cta-buttons{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:1.5rem;padding:0 1rem}.home-btn{min-width:140px;justify-content:center}.code-sample{margin:1.5rem auto;max-width:calc(100vw - 2rem);padding:.8rem;font-size:.85rem;overflow-x:auto;border-radius:6px;-webkit-overflow-scrolling:touch}.code-sample code{white-space:pre;display:block;min-width:280px}}@media (max-width: 480px){.home-hero{padding-top:5.5rem;min-height:calc(100vh - 70px);padding-left:.5rem;padding-right:.5rem}.home-hero-content{padding:.5rem 0}.hero-badges{margin-bottom:1rem;gap:.4rem}.open-source-badge,.github-counter{padding:.3rem .6rem;font-size:.75rem;margin-right:.3rem}.home-hero h1{font-size:1.8rem;padding:0 .25rem;margin-bottom:.8rem}.home-hero-subtitle{font-size:1rem;padding:0 .5rem;margin-bottom:1.2rem;max-width:400px}.home-cta-buttons{padding:0 .5rem;gap:.6rem}.home-btn{min-width:120px;padding:.6rem 1rem;font-size:.85rem}.code-sample{font-size:.8rem;padding:.6rem;margin:1rem auto;max-width:calc(100vw - 1rem)}.code-sample code{min-width:260px}.home-hero:after{background-size:20px 20px;opacity:.3}.home-hero:before{opacity:.2}}@media (max-height: 480px) and (orientation: landscape){.home-hero{padding-top:3rem;min-height:auto}.home-hero-content{padding:1.5rem 0}.home-hero h1{font-size:1.6rem}.home-hero-subtitle{font-size:.9rem;margin-bottom:1rem}}.register-container{min-height:100vh;width:100%;background:var(--home-bg-dark);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.register-form-wrapper{width:100%;max-width:1000px;background:var(--home-bg-darker);border-radius:24px;border:1px solid rgba(255,255,255,.03);padding:3rem;position:relative;z-index:1;box-shadow:0 25px 50px -12px #00000040}.register-logo-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem;text-decoration:none;opacity:.9;transition:opacity .2s ease}.register-title{font-size:2rem;margin-bottom:.5rem;text-align:center;color:var(--home-text-primary);font-weight:300;letter-spacing:-.02em}.register-step{margin-bottom:3rem;text-align:center;color:var(--home-text-secondary);font-size:.875rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.register-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.register-form-group{margin-bottom:1.5rem}.register-label{display:block;margin-bottom:.5rem;color:var(--home-text-secondary);font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.register-input,.register-select{width:100%;padding:.75rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--home-text-primary);font-size:.875rem;transition:all .2s ease}.register-button-container{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.register-form-wrapper{padding:2rem;margin:1rem;border-radius:16px}.register-form-grid{grid-template-columns:1fr;gap:1rem}.register-title{font-size:1.75rem}.register-step{margin-bottom:2rem}.register-button-container{flex-direction:column-reverse;margin-top:1.5rem;padding-top:1.5rem}.register-button{width:100%}}.register-logo{display:flex;align-items:center;gap:.25rem;font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1}.register-logo-flow{color:var(--home-text-primary)}.register-logo-ai{color:var(--home-primary)}.register-logo-sub{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.register-logo-by{color:var(--home-text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.register-logo-99x{height:14px;width:auto;opacity:.7;transition:opacity .2s ease}.register-logo-container:hover,.register-logo-container:hover .register-logo-99x{opacity:1}@media (max-width: 768px){.register-logo{font-size:1.75rem}.register-logo-container{margin-bottom:2rem}}@media (max-width: 480px){.register-logo{font-size:1.5rem}.register-logo-by{font-size:.7rem}.register-logo-99x{height:12px}}h1,h2,h3{font-weight:300;letter-spacing:-.02em}.home-header,.register-form-wrapper{background:linear-gradient(to bottom,var(--home-bg-darker),rgba(30,41,59,.95));border:1px solid rgba(255,255,255,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.home-btn,.register-button{font-weight:400;letter-spacing:.05em;text-transform:uppercase;padding:.875rem 2rem;transition:all .2s ease}.home-btn-primary,.register-button-primary{background:var(--home-primary);color:var(--home-text-primary);border:none}.home-btn-primary:hover{background:var(--home-primary-hover);transform:translateY(-1px)}.home-btn-secondary,.register-button-secondary{background:transparent;color:var(--home-text-secondary);border:1px solid rgba(255,255,255,.1)}.home-btn-secondary:hover,.register-button-secondary:hover{border-color:var(--home-text-primary);color:var(--home-text-primary);transform:translateY(-1px)}.home-feature-card-large,.home-feature-card-medium,.register-selection-card{background:#ffffff05;border:1px solid rgba(255,255,255,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.home-btn:hover,.register-button:hover,.home-feature-card-large:hover,.home-feature-card-medium:hover,.register-selection-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.register-input,.register-select{background:transparent;border:1px solid rgba(255,255,255,.1);padding:1rem;font-weight:300;letter-spacing:.02em}.register-input:focus,.register-select:focus{border-color:var(--home-primary);background:#8b5cf60d;outline:none}.register-label{font-size:.875rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:var(--home-text-secondary)}.home-container:after,.register-container:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(139,92,246,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.03) 1px,transparent 1px);background-size:50px 50px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);mask-image:radial-gradient(circle at center,black,transparent 80%);pointer-events:none;opacity:.5}.home-tab-button,.home-feature-language{font-weight:400;letter-spacing:.05em;text-transform:uppercase;background:transparent;border:1px solid rgba(255,255,255,.1)}.home-footer{border-top:1px solid rgba(255,255,255,.03);background:transparent}.home-footer-link{font-weight:300;letter-spacing:.05em}.register-selection-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:0 auto;max-width:900px}.register-selection-card{background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2.5rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.register-selection-card:hover{background:#8b5cf60d;transform:translateY(-2px);border-color:#8b5cf633;box-shadow:0 8px 30px #0000001a,0 0 0 1px #8b5cf61a}.register-selection-card.active{background:#8b5cf614;border-color:var(--home-primary);box-shadow:0 8px 30px #8b5cf626,0 0 0 1px #8b5cf633}.register-selection-icon{color:var(--home-text-secondary);font-size:2.5rem;margin-bottom:1.5rem;opacity:.8;transition:all .2s ease}.register-selection-card:hover .register-selection-icon,.register-selection-card.active .register-selection-icon{color:var(--home-primary);opacity:1;transform:scale(1.1)}.register-selection-title{font-size:1.5rem;margin-bottom:1rem;color:var(--home-text-primary);font-weight:500;letter-spacing:-.01em}.register-selection-description{font-size:1rem;color:var(--home-text-secondary);line-height:1.6;font-weight:300}@media (max-width: 768px){.register-selection-container{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.register-selection-card{padding:2rem}.register-selection-icon{font-size:2rem;margin-bottom:1rem}.register-selection-title{font-size:1.25rem}.register-selection-description{font-size:.9rem}}@media (max-width: 480px){.register-selection-card{padding:1.5rem}.register-selection-icon{font-size:1.75rem}.register-selection-title{font-size:1.1rem}.register-selection-description{font-size:.85rem}}.register-selection-card.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.register-input-error{border-color:#ef4444!important;background:#ef44440d!important}.register-error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.register-error-message:before{content:"⚠";font-size:1rem}.register-verification-message{background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:8px;padding:1rem;margin-bottom:1rem;color:var(--home-text-secondary);font-size:.875rem;display:flex;align-items:center;gap:.5rem}.register-verification-message:before{content:"📧";font-size:1rem}.register-input:disabled{opacity:.7;cursor:not-allowed;border-style:dashed}.register-verification-inputs{display:flex;gap:8px;justify-content:center;margin-top:8px}.register-verification-digit{width:40px;height:48px;border:1px solid #ccc;border-radius:8px;text-align:center;font-size:20px;font-weight:600;transition:all .2s ease}.register-verification-digit:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33;outline:none}.register-verification-digit.register-input-error{border-color:#dc2626}.register-verification-digit::-webkit-inner-spin-button,.register-verification-digit::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.code-sample code{padding-top:8px;display:block}.home-header{padding:.8rem 1rem;min-height:60px}.home-header-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;padding:0;gap:1rem}.home-nav-auth{display:flex;align-items:center;gap:1rem}.home-nav{margin-right:20px}.home-nav-link{text-decoration:none;color:var(--home-text-primary);margin-right:10px;font-size:1rem;transition:color .3s ease}.home-nav-link:hover{color:var(--home-primary-hover)}.home-logo-container{display:flex;flex-direction:column;gap:.3rem}.home-logo{font-size:1.4rem}.home-auth-buttons{display:flex;gap:.75rem;align-items:center}.home-btn{padding:.6rem 1rem;font-size:.9rem;height:36px;display:flex;align-items:center;white-space:nowrap}@media (max-width: 480px){.home-header{padding:.8rem 1rem;min-height:70px;z-index:1000;position:fixed;top:0;left:0;right:0;width:100%}.home-header-content{gap:.5rem;align-items:center;justify-content:space-between;width:100%;max-width:none;height:100%}.home-logo-container{flex-shrink:0;min-width:fit-content;display:flex;flex-direction:column;gap:.3rem}.home-logo-sub{display:none}.home-logo{font-size:1.2rem;white-space:nowrap;display:flex;align-items:center;line-height:1}.home-nav-auth{flex-shrink:0;gap:.5rem;display:flex;align-items:center}.home-nav{margin-right:0}.home-nav-link{font-size:.85rem;margin-right:0;padding:.3rem .5rem}.home-auth-buttons{gap:.5rem;margin:0;display:flex;align-items:center}.home-btn{padding:.5rem .8rem;font-size:.85rem;height:32px;min-width:fit-content}}@media (max-width: 360px){.home-header{padding:.6rem .8rem;min-height:65px}.home-logo{font-size:1.1rem}.home-nav-link{font-size:.8rem;padding:.25rem .4rem}.home-btn{padding:.4rem .6rem;font-size:.8rem;height:28px}}@media (min-width: 481px) and (max-width: 768px){.home-header{padding:.8rem 1.2rem}.home-logo{font-size:1.3rem}.home-btn{padding:.6rem 1rem;font-size:.9rem}}.home-footer{background-color:var(--home-bg-darker);padding:2rem 0;margin-top:4rem;border-top:1px solid var(--home-border)}@media (max-width: 768px){.home-footer{padding:2rem 1rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.home-footer-content{flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.home-footer-left{align-items:center;gap:.8rem}.home-footer-logo{font-size:1.3rem;display:flex;align-items:center}.home-footer-copyright{font-size:.85rem;opacity:.8}.home-footer-right{width:100%}.home-footer-links{width:100%;flex-wrap:wrap;justify-content:center;gap:1.2rem;align-items:center}.home-footer-link{font-size:.9rem;padding:.4rem .6rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;gap:.4rem}.home-footer-link:hover{background-color:#ffffff0d;transform:translateY(-1px)}.home-footer-icon{font-size:1.1rem}}@media (max-width: 480px){.home-footer{padding:1.5rem .8rem;margin-top:1.5rem}.home-footer-left{gap:.6rem}.home-footer-logo{font-size:1.1rem}.home-footer-copyright{font-size:.8rem}.home-footer-links{gap:1rem}.home-footer-link{font-size:.85rem;padding:.3rem .5rem}.home-footer-icon{font-size:1rem}}.home-code-tabs{display:flex;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.home-code-tabs::-webkit-scrollbar{display:none}.home-code-tab{background:none;border:none;color:var(--home-text-secondary);padding:.5rem 1rem;cursor:pointer;font-size:.9rem;border-bottom:2px solid transparent;transition:all .3s ease;outline:none;white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.home-code-header{padding:.8rem}.home-code-tabs{gap:.8rem;margin-right:.5rem}.home-code-tab{padding:.4rem .8rem;font-size:.85rem}}@media (max-width: 480px){.home-code-header{padding:.6rem}.home-code-tabs{gap:.6rem}.home-code-tab{padding:.3rem .6rem;font-size:.8rem}}@media (max-width: 768px){.home-hero h1{font-size:2.2rem;line-height:1.2;margin-bottom:1rem}.home-hero-subtitle{font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.home-features h2{font-size:2rem;margin-bottom:2rem}.home-feature-card h3{font-size:1.6rem;margin-bottom:1rem}.home-feature-card p{font-size:1rem;line-height:1.6}.code-sample,.home-btn{font-size:.9rem}.home-logo{font-size:1.4rem}}@media (max-width: 480px){.home-hero h1{font-size:1.8rem;margin-bottom:.8rem}.home-hero-subtitle{font-size:1rem;margin-bottom:1.2rem}.home-features h2{font-size:1.8rem;margin-bottom:1.5rem}.home-feature-card h3{font-size:1.4rem}.home-feature-card p{font-size:.95rem}.code-sample,.home-btn{font-size:.85rem}.home-logo{font-size:1.2rem}.home-feature-language{font-size:.8rem}}@media (max-width: 768px){.self-host-features{grid-template-columns:1fr}.home-feature-cloud-icons{flex-wrap:wrap;gap:1rem}}.feature-icon{display:flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;background:linear-gradient(135deg,#8b5cf61a,#8b5cf633);border-radius:8px;margin-right:.5rem;transition:all .3s ease}.feature-icon-svg{font-size:1.2rem;color:var(--home-primary);filter:drop-shadow(0 0 2px rgba(139,92,246,.3));transition:all .3s ease}.self-host-feature{display:flex;align-items:flex-start;padding:.5rem;border-radius:8px;transition:all .25s ease;border:1px solid transparent;text-align:left;width:100%}.self-host-feature:hover{background-color:#8b5cf60d;border-color:#8b5cf61a;transform:translate(3px)}.self-host-feature:hover .feature-icon{background:linear-gradient(135deg,#8b5cf626,#8b5cf64d);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.self-host-feature:hover .feature-icon-svg{transform:scale(1.1);filter:drop-shadow(0 0 3px rgba(139,92,246,.5))}.home-feature-self-host>div{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem;width:100%;overflow:hidden;border-radius:12px}.home-feature-self-host>div:first-child{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem;width:100%;overflow:hidden;border-radius:12px}.home-feature-self-host>div img{width:100%;max-width:100%;height:auto;object-fit:contain;margin-bottom:1rem;border-radius:12px;border:1px solid rgba(139,92,246,.1);box-shadow:0 4px 12px #00000026;transition:all .3s ease;display:block}.home-feature-self-host{display:flex;flex-direction:column;height:100%;text-align:left;align-items:flex-start}.self-host-features{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem;align-items:start;text-align:left;width:100%}.feature-text{font-size:.95rem;font-weight:400;color:var(--home-text-secondary);line-height:1.5;text-align:left}.home-comparison{padding:4rem 2rem;background:var(--home-bg-darker);width:100%;box-sizing:border-box}.home-comparison-content{max-width:1200px;margin:0 auto}.home-comparison-text{text-align:center;margin-bottom:2rem}.home-comparison-text h2{font-size:2.5rem;margin-bottom:1rem;color:var(--home-text-primary)}.home-comparison-text p{font-size:1.1rem;color:var(--home-text-secondary)}.home-comparison-table-container{overflow-x:auto;background:var(--home-bg-dark);border-radius:12px;box-shadow:0 4px 20px #00000026;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.home-comparison-table-container:hover{box-shadow:0 6px 24px #0003}.home-comparison-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}.home-comparison-table th,.home-comparison-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.05);transition:all .2s ease}.home-comparison-table th{background:#0f172a99;color:var(--home-text-primary);font-weight:600;white-space:nowrap;padding:.5rem 1rem;position:sticky;top:0;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-comparison-table td{color:var(--home-text-secondary);padding:.5rem 1rem}.home-comparison-table tr{transition:background-color .2s ease}.home-comparison-table tr:hover{background-color:#ffffff05}.home-comparison-table tr:last-child td{border-bottom:none}.home-comparison-table td:first-child{font-weight:var(--font-weight-medium);color:var(--home-text-primary);border-right:1px solid rgba(14,165,233,.1);background-color:#0ea5e908;text-align:left}.home-comparison-table td:not(:first-child){text-align:center}.home-comparison-table td:not(:first-child):has(span){padding:.75rem 1rem}.home-comparison-table td{font-size:1.1rem}.home-comparison-table td:not(:first-child){color:var(--home-text-secondary)}.home-comparison-table td:contains("✅"){color:var(--home-primary)}.home-comparison-table td:contains("❌"){color:var(--home-text-secondary);opacity:.5}.home-comparison-table tr:hover td:contains("✅"){color:var(--home-primary-hover);text-shadow:0 0 8px var(--home-glow)}.home-comparison-table tr:hover td:contains("❌"){opacity:.7}@media (max-width: 768px){.home-comparison{padding:2.5rem 1rem}.home-comparison-text{margin-bottom:2rem}.home-comparison-text h2{font-size:1.8rem;margin-bottom:.8rem}.home-comparison-text p{font-size:1rem}.home-comparison-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 4px 15px #0000001a}.home-comparison-table{font-size:.8rem;min-width:600px}.home-comparison-table th,.home-comparison-table td{padding:.5rem .6rem;white-space:nowrap}.home-comparison-table th{font-size:.75rem;padding:.4rem .6rem;position:sticky;left:0;z-index:2}.home-comparison-table td:first-child{position:sticky;left:0;z-index:1;background-color:#0ea5e90d;border-right:2px solid rgba(14,165,233,.15);font-size:.75rem;font-weight:500;max-width:200px;white-space:normal;line-height:1.3}.home-comparison-table td:not(:first-child){text-align:center;font-size:1rem}.comparison-check,.comparison-x{font-size:1.1rem}}@media (max-width: 480px){.home-comparison{padding:2rem .8rem}.home-comparison-text h2{font-size:1.6rem;margin-bottom:.6rem}.home-comparison-text p{font-size:.95rem;margin-bottom:1.5rem}.home-comparison-table{font-size:.75rem;min-width:550px}.home-comparison-table th{font-size:.7rem;padding:.3rem .4rem}.home-comparison-table td{padding:.4rem}.home-comparison-table td:first-child{font-size:.7rem;max-width:180px;padding:.4rem .5rem}.comparison-check,.comparison-x{font-size:1rem}}.home-container:before{content:"";position:absolute;top:20%;right:5%;width:300px;height:300px;background:linear-gradient(45deg,rgba(14,165,233,.03) 25%,transparent 25%,transparent 75%,rgba(14,165,233,.03) 75%);background-size:30px 30px;opacity:.05;z-index:0;pointer-events:none}.github-counter{display:inline-flex;align-items:center;margin-right:1.5rem;font-size:.9rem;color:var(--home-text-secondary);transition:color .2s ease}.github-counter:hover{color:var(--home-text-primary)}.github-counter svg{margin-right:.5rem;font-size:1.2rem}.open-source-badge{display:inline-flex;align-items:center;background-color:#0ea5e91a;color:var(--home-primary);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:var(--font-weight-medium);margin-right:1rem;border:1px solid rgba(14,165,233,.2);box-shadow:0 2px 5px #0000000d;transition:all .2s ease}.open-source-badge svg{margin-right:.4rem}.github-corner{position:absolute;top:0;right:0;border:0;z-index:10}.github-corner svg{fill:var(--home-primary);color:var(--home-bg-dark);width:80px;height:80px}.github-corner .octo-arm{transform-origin:130px 106px}.github-corner:hover .octo-arm{animation:octocat-wave .56s ease-in-out}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}.code-sample{background:none;border:none;padding:0;margin:1rem auto;max-width:600px;position:relative;font-family:var(--font-mono)}.code-sample code{display:block;color:var(--home-text-primary);font-family:var(--font-mono);font-size:1rem;line-height:1.5;padding:.5rem 0}.code-sample:before,.code-sample:after{display:none}.code-sample:hover{transform:none;box-shadow:none}@media (max-width: 768px){.code-sample{margin:.75rem auto;font-size:.9rem}}@media (max-width: 480px){.code-sample{margin:.5rem auto;font-size:.85rem}}.contributors-section{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:2rem 0}.contributor-avatar{width:40px;height:40px;border-radius:50%;transition:all .2s ease;border:2px solid transparent}.contributor-avatar:hover{transform:translateY(-3px);border-color:var(--home-primary);box-shadow:0 5px 15px #0ea5e933}.repo-activity-graph{width:100%;height:80px;margin:1rem 0;background:repeating-linear-gradient(90deg,rgba(14,165,233,.05) 0px,rgba(14,165,233,.05) 3px,transparent 3px,transparent 6px);position:relative;border-radius:4px;overflow:hidden}.repo-activity-graph:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,transparent 20%,rgba(14,165,233,.2) 30%,rgba(14,165,233,.1) 70%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.8) 20%,rgba(0,0,0,1) 30%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.2) 70%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.8) 20%,rgba(0,0,0,1) 30%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.2) 70%,transparent 100%);-webkit-mask-size:cover;mask-size:cover}.hero-badges{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.open-source-badge{display:inline-flex;align-items:center;background-color:#0ea5e91a;color:var(--home-primary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:var(--font-weight-medium);margin-right:1rem;border:1px solid rgba(14,165,233,.2);box-shadow:0 2px 5px #0000000d;transition:all .2s ease}.open-source-badge:hover{background-color:#0ea5e926;transform:translateY(-1px);box-shadow:0 3px 8px #00000014}.open-source-badge svg{margin-right:.5rem;font-size:1.2rem}.github-counter{display:inline-flex;align-items:center;padding:.4rem .8rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;font-size:.9rem;color:var(--home-text-secondary);transition:all .2s ease;cursor:pointer}.github-counter:hover{color:var(--home-text-primary);background-color:#ffffff14;border-color:#ffffff26}.github-counter svg{margin-right:.5rem;font-size:1.1rem}.contributors-section{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:2rem 0 0}.contributor-avatar{width:40px;height:40px;border-radius:50%;transition:all .2s ease;border:2px solid transparent;box-shadow:0 2px 4px #0000001a;margin-left:-10px}.contributor-avatar:first-child{margin-left:0}.contributor-avatar:hover{transform:translateY(-3px) scale(1.05);border-color:var(--home-primary);box-shadow:0 5px 15px #0ea5e933;z-index:1}@media (max-width: 768px){.hero-badges{margin-bottom:1.5rem;flex-wrap:wrap}.open-source-badge{margin-right:.5rem;margin-bottom:.5rem;padding:.4rem .8rem;font-size:.8rem}.github-counter{padding:.3rem .6rem;font-size:.8rem;margin-bottom:.5rem}.contributors-section{margin-top:1.5rem;gap:.3rem}.contributor-avatar{width:32px;height:32px;margin-left:-8px}.github-corner svg{width:60px;height:60px}}@media (max-width: 480px){.hero-badges{justify-content:center}.open-source-badge,.github-counter{margin-right:.3rem;padding:.3rem .6rem;font-size:.75rem}.contributor-avatar{width:28px;height:28px;margin-left:-5px}.github-corner svg{width:50px;height:50px}}.code-sample{background-color:#121525;border:1px solid rgba(14,165,233,.2);border-radius:8px;padding:1rem 1.5rem;margin:2rem auto;max-width:600px;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f;font-family:var(--font-mono);transition:all .3s ease}.code-sample:before{content:"";position:absolute;top:0;left:0;width:100%;height:30px;background:#1a1e30;border-bottom:1px solid rgba(255,255,255,.05)}.code-sample:after{content:"• • •";position:absolute;top:0;left:15px;font-size:24px;line-height:30px;color:#ffffff4d;letter-spacing:-1px}.code-sample code{display:block;color:var(--home-text-primary);font-family:var(--font-mono);font-size:1rem;line-height:1.5;margin-top:30px}.home-code-block{background-color:#121525!important;border-radius:0 0 8px 8px!important;box-shadow:0 4px 20px #0000001a!important;position:relative;overflow:hidden}.home-code-block:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--home-primary),#38bdf8)}.home-code-header{background-color:#1a1e30;border-radius:8px 8px 0 0;border-bottom:1px solid rgba(255,255,255,.05);position:relative}.home-code-tab.active{background-color:#0ea5e926;color:var(--home-primary);border-bottom:2px solid var(--home-primary)}.home-code-tab:hover:not(.active){background-color:#0ea5e90d}.home-btn-primary{background:linear-gradient(135deg,var(--home-primary) 0%,var(--home-primary-hover) 100%);color:#fff;border:none;box-shadow:0 4px 12px #0ea5e940,0 0 0 1px #0ea5e91a;display:inline-flex;align-items:center;gap:.5rem}.home-btn-primary svg{font-size:1.2rem}.home-btn-secondary{background:#0ea5e914;color:var(--home-text-secondary);border:1px solid rgba(14,165,233,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:center;gap:.5rem}.home-btn-secondary svg{font-size:1.2rem}.comparison-check{color:var(--home-primary);font-size:1.2rem;font-weight:700}.comparison-x{color:var(--home-text-secondary);opacity:.5;font-size:1.2rem;font-weight:700}tr:hover .comparison-check{color:var(--home-primary-hover);text-shadow:0 0 8px var(--home-glow)}tr:hover .comparison-x{opacity:.7}.home-agent-composition{padding:4rem 2rem;background:var(--home-bg-dark);border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border);width:100%;box-sizing:border-box}.home-agent-composition-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem}.home-agent-composition-text{flex:1;max-width:500px}.home-agent-composition-text h2{font-size:2.5rem;margin-bottom:.5rem;color:var(--home-text-primary);font-weight:300;letter-spacing:-.02em}.home-agent-composition-subtitle{font-size:1rem;color:var(--home-text-secondary);margin-bottom:1.5rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em}.home-agent-composition-text p{font-size:1.1rem;color:var(--home-text-secondary);line-height:1.7;margin-bottom:2rem}.home-agent-composition-features{display:flex;gap:1.5rem}.home-agent-composition-feature{flex:1}.home-agent-composition-feature-header{margin-bottom:.75rem}.home-agent-composition-badge{display:inline-block;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:.85rem;font-weight:500;color:var(--home-text-secondary);text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.home-agent-composition-badge.active{background:var(--home-primary);color:#fff;border-color:var(--home-primary);box-shadow:0 2px 8px #0ea5e940}.home-agent-composition-feature p{font-size:.95rem;color:var(--home-text-muted);line-height:1.6;margin:0}.home-agent-composition-visual{flex:1.2;display:flex;justify-content:center;align-items:center}.home-agent-composition-image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #00000026;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.home-agent-composition-image:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0003}@media (max-width: 1024px){.home-agent-composition-content{flex-direction:column;gap:2.5rem;text-align:center}.home-agent-composition-text{max-width:none}.home-agent-composition-features{justify-content:center}}@media (max-width: 768px){.home-agent-composition{padding:3rem 1rem}.home-agent-composition-content{gap:2.5rem}.home-agent-composition-text{text-align:center}.home-agent-composition-text h2{font-size:1.8rem;margin-bottom:.5rem;line-height:1.2}.home-agent-composition-subtitle{font-size:.85rem;margin-bottom:1rem;opacity:.9}.home-agent-composition-text p{font-size:1rem;margin-bottom:1.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.home-agent-composition-features{flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.home-agent-composition-badge{padding:.4rem .8rem;font-size:.8rem}.home-agent-composition-feature p{font-size:.9rem;text-align:center}.home-agent-composition-image{border-radius:8px;box-shadow:0 6px 20px #0000001a}}@media (max-width: 480px){.home-agent-composition{padding:2.5rem .8rem}.home-agent-composition-content{gap:2rem}.home-agent-composition-text h2{font-size:1.6rem;margin-bottom:.4rem}.home-agent-composition-subtitle{font-size:.8rem;margin-bottom:.8rem}.home-agent-composition-text p{font-size:.95rem;margin-bottom:1.2rem;padding:0 .5rem}.home-agent-composition-features{max-width:100%;gap:.8rem}.home-agent-composition-badge{padding:.3rem .6rem;font-size:.75rem}.home-agent-composition-feature p{font-size:.85rem}.home-agent-composition-image{border-radius:6px;box-shadow:0 4px 15px #00000014}}
