.landing-page{background:#0a0a0a;color:#fff;min-height:100vh;overflow-x:hidden;position:relative}.background-animation{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.floating-particles{animation:float 20s ease-in-out infinite;background:radial-gradient(circle at 20% 30%,#4facfe1a 0,#0000 50%),radial-gradient(circle at 80% 70%,#8b5cf61a 0,#0000 50%),radial-gradient(circle at 40% 80%,#22c55e1a 0,#0000 50%)}.floating-particles,.grid-pattern{height:100%;position:absolute;width:100%}.grid-pattern{animation:grid-move 30s linear infinite;background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:50px 50px}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes grid-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.container{margin:0 auto;max-width:1200px;padding:0 24px}.landing-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ae6;border-bottom:1px solid #ffffff1a;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.landing-header .container{justify-content:space-between}.landing-header .container,.logo-container,.nav-brand{align-items:center;display:flex}.logo-container{gap:12px}.logo-icon{color:#4facfe;font-size:32px}.brand-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;background-clip:text;margin:0!important}.version-badge{margin-left:8px}.nav-actions{align-items:center;display:flex;gap:16px}.nav-button{background:#0000!important;border:none!important;color:#fffc!important}.nav-button:hover{background:#ffffff1a!important;color:#fff!important}.theme-toggle-btn{background:#0000!important;border:none!important;color:#fffc!important}.theme-toggle-btn:hover{background:#ffffff1a!important;color:#fff!important}.cta-button{background:linear-gradient(135deg,#4facfe,#00f2fe)!important;border:none!important;box-shadow:0 4px 15px #4facfe4d}.cta-button:hover{box-shadow:0 6px 20px #4facfe80!important;transform:translateY(-1px)}.hero-section{align-items:center;display:flex;min-height:80vh;padding:120px 0}.hero-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.hero-left{z-index:2}.hero-badge{align-items:center;background:#4facfe1a;border:1px solid #4facfe4d;border-radius:20px;color:#4facfe;display:inline-flex;font-size:14px;gap:8px;margin-bottom:24px;padding:8px 16px}.hero-title{color:#fff;font-size:56px!important;font-weight:700!important;line-height:1.1!important;margin-bottom:24px!important}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4facfe,#00f2fe 50%,#8b5cf6);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffb3!important;font-size:20px!important;line-height:1.6!important;margin-bottom:40px!important}.hero-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.stat-item{text-align:center}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700}.stat-label{color:#fff9;font-size:14px;margin-top:4px}.hero-actions{align-items:center;display:flex;gap:20px}.primary-cta{background:linear-gradient(135deg,#4facfe,#00f2fe)!important;border:none!important;box-shadow:0 4px 15px #4facfe4d;font-size:16px!important;font-weight:600!important;height:48px!important;padding:0 32px!important;transition:all .3s ease}.primary-cta:hover{box-shadow:0 6px 20px #4facfe80!important;transform:translateY(-2px)}.secondary-cta{background:#0000!important;border:1px solid #ffffff4d!important;color:#fff!important;font-size:16px!important;height:48px!important;padding:0 32px!important;transition:all .3s ease}.secondary-cta:hover{background:#ffffff1a!important;border-color:#ffffff80!important}.hero-right{position:relative;z-index:2}.hero-visual{height:500px;position:relative}.terminal-window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border:1px solid #fff3;border-radius:12px;box-shadow:0 20px 40px #00000080;overflow:hidden}.terminal-header{align-items:center;background:#ffffff1a;display:flex;justify-content:space-between;padding:12px 16px}.terminal-buttons{display:flex;gap:8px}.btn{border-radius:50%;height:12px;width:12px}.btn.red{background:#ff5f56}.btn.yellow{background:#ffbd2e}.btn.green{background:#27ca3f}.terminal-title{color:#fffc;font-size:14px;font-weight:500}.terminal-content{font-family:JetBrains Mono,Consolas,monospace;font-size:14px;line-height:1.6;padding:20px}.code-line{margin-bottom:8px}.prompt{color:#4facfe;font-weight:700}.command{color:#fff}.comment{color:#6b7280}.response{color:#22c55e}.floating-cards{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.floating-card{align-items:center;animation:float-cards 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;flex-direction:column;gap:8px;min-width:100px;padding:16px;position:absolute}.card-1{animation-delay:0s;right:-10%;top:20%}.card-2{animation-delay:2s;right:-20%;top:60%}.card-3{animation-delay:4s;left:-15%;top:40%}.card-icon{font-size:24px}.card-title{color:#fff;font-size:12px;font-weight:600;text-align:center}.status-indicator{background:#22c55e;border-radius:50%;height:8px;width:8px}.status-indicator.coming{background:#f59e0b}@keyframes float-cards{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.models-section{background:#ffffff05;padding:100px 0}.section-header{margin-bottom:60px;text-align:center}.section-badge{margin-bottom:16px}.section-title{color:#fff;font-size:42px!important;font-weight:700!important;margin-bottom:20px!important}.section-subtitle{color:#ffffffb3!important;font-size:18px!important;margin:0 auto;max-width:600px}.models-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.model-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;padding:24px;text-align:center;transition:all .3s ease}.model-card:hover{background:#ffffff1a;border-color:#4facfe80;transform:translateY(-4px)}.model-card.active{background:#4facfe1a;border-color:#4facfe;box-shadow:0 8px 25px #4facfe4d}.model-icon{font-size:32px;margin-bottom:12px}.model-name{color:#fff;font-size:16px;font-weight:600;margin-bottom:8px}.model-status{border-radius:12px;font-size:12px;padding:4px 12px}.model-status.active{background:#22c55e33;color:#22c55e}.model-status.coming{background:#f59e0b33;color:#f59e0b}.features-section{padding:100px 0}.features-grid .ant-col{margin-bottom:32px}.feature-card{background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:16px!important;height:100%;padding:32px!important;transition:all .3s ease}.feature-card:hover{background:#ffffff1a!important;border-color:#4facfe80!important;transform:translateY(-4px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-title{color:#fff!important;font-size:20px!important;font-weight:600!important;margin-bottom:16px!important}.feature-desc{color:#ffffffb3!important;line-height:1.6!important;margin-bottom:20px!important}.feature-link{align-items:center;color:#4facfe;display:flex;font-weight:500;gap:8px;transition:all .3s ease}.feature-link:hover{color:#00f2fe}.highlights-section{background:#ffffff05;padding:100px 0}.highlights-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.highlights-list{display:flex;flex-direction:column;gap:20px;margin-top:32px}.highlight-item{align-items:center;background:#ffffff0d;border-left:3px solid #4facfe;border-radius:12px;display:flex;gap:16px;padding:16px}.highlight-icon{color:#4facfe;font-size:24px}.highlight-text{color:#fff;font-size:16px}.architecture-diagram{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:space-around;position:relative}.arch-layer{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:20px 40px;text-align:center;transition:all .3s ease;width:200px}.arch-layer:hover{background:#4facfe1a;border-color:#4facfe}.arch-layer.frontend{border-left:3px solid #8b5cf6}.arch-layer.api{border-left:3px solid #4facfe}.arch-layer.service{border-left:3px solid #22c55e}.arch-layer.data{border-left:3px solid #f59e0b}.layer-title{color:#fff;font-weight:600;margin-bottom:8px}.layer-tech{color:#ffffffb3;font-size:14px}.scenarios-section{padding:100px 0}.scenarios-grid .ant-col{margin-bottom:24px}.scenario-card{background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:16px!important;height:100%;padding:24px!important;text-align:center;transition:all .3s ease}.scenario-card:hover{background:#ffffff1a!important;border-color:#4facfe80!important;transform:translateY(-4px)}.scenario-icon{font-size:40px;margin-bottom:16px}.scenario-title{color:#fff!important;font-weight:600!important;margin-bottom:12px!important}.scenario-desc{color:#ffffffb3!important;margin:0!important}.faq-section{background:#ffffff05;padding:100px 0}.faq-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.faq-card{background:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:16px!important;padding:24px!important;transition:all .3s ease}.faq-card:hover{background:#ffffff1a!important;border-color:#4facfe80!important}.faq-question{align-items:flex-start;display:flex;gap:12px;margin-bottom:12px}.faq-icon{color:#4facfe;font-size:18px;margin-top:2px}.faq-q{color:#fff!important;font-size:16px!important}.faq-answer{color:#ffffffb3!important;margin:0 0 0 30px!important}.cta-section{background:linear-gradient(135deg,#4facfe1a,#8b5cf61a);padding:100px 0;text-align:center}.cta-title{color:#fff;font-size:42px!important;font-weight:700!important;margin-bottom:20px!important}.cta-subtitle{color:#ffffffb3!important;font-size:18px!important;margin-bottom:40px!important;margin-left:auto!important;margin-right:auto!important;max-width:600px}.cta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-primary{background:linear-gradient(135deg,#4facfe,#00f2fe)!important;border:none!important;box-shadow:0 4px 15px #4facfe4d;font-size:16px!important;font-weight:600!important;height:48px!important;padding:0 32px!important}.cta-primary:hover{box-shadow:0 6px 20px #4facfe80!important;transform:translateY(-2px)}.cta-secondary{background:#0000!important;border:1px solid #ffffff4d!important;color:#fff!important;font-size:16px!important;height:48px!important;padding:0 32px!important}.cta-secondary:hover{background:#ffffff1a!important;border-color:#ffffff80!important}.landing-footer{background:#00000080;border-top:1px solid #ffffff1a;padding:60px 0 30px}.footer-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 3fr;margin-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{align-items:center;color:#4facfe;display:flex;font-size:24px;font-weight:700;gap:12px}.footer-brand .ant-typography{color:#ffffffb3!important;margin:0!important}.footer-links{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.link-group{display:flex;flex-direction:column;gap:12px}.link-group .ant-typography-title{color:#fff!important;font-size:16px!important;margin-bottom:16px!important}.link-group .ant-typography-link{color:#ffffffb3!important;text-decoration:none;transition:color .3s ease}.link-group .ant-typography-link:hover{color:#4facfe!important}.footer-bottom{justify-content:space-between;padding-top:30px}.footer-bottom,.footer-social{align-items:center;display:flex}.footer-social{gap:16px}.footer-social .ant-space .ant-typography-link,.footer-social .ant-typography{color:#ffffffb3!important}.footer-social .ant-space .ant-typography-link:hover{color:#4facfe!important}@media (max-width:1024px){.hero-content{gap:40px;grid-template-columns:1fr;text-align:center}.hero-title{font-size:42px!important}.footer-content,.highlights-content{gap:40px;grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 16px}.hero-title{font-size:36px!important}.section-title{font-size:32px!important}.hero-stats{grid-template-columns:repeat(2,1fr)}.cta-actions,.hero-actions{align-items:stretch;flex-direction:column}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.floating-cards{display:none}}@media (max-width:576px){.hero-section{padding:80px 0}.models-grid{grid-template-columns:repeat(2,1fr)}.footer-links{gap:30px;grid-template-columns:1fr}}.landing-page .ant-typography{color:inherit!important}.landing-page .ant-card{background:#0000!important;color:inherit!important}.landing-page .ant-badge .ant-badge-count{background:#4facfe!important;border:none!important;color:#fff!important}.landing-page .ant-btn{transition:all .3s ease!important}.landing-page .ant-divider{border-color:#ffffff1a!important}.light-mode{background:#fff;color:#1f2937}.light-mode .landing-header{background:#ffffffe6;border-bottom:1px solid #0000000d}.light-mode .nav-button{color:#000000a6!important}.light-mode .nav-button:hover{background:#0000000d!important;color:#1677ff!important}.light-mode .theme-toggle-btn{color:#000000a6!important}.light-mode .theme-toggle-btn:hover{background:#0000000d!important;color:#1677ff!important}.light-mode .hero-title{color:#1f2937}.light-mode .hero-subtitle{color:#1f2937b3!important}.light-mode .stat-label{color:#1f293799}.light-mode .secondary-cta{border-color:#0003!important;color:#1f2937!important}.light-mode .secondary-cta:hover{background:#0000000d!important;border-color:#0006!important}.light-mode .terminal-window{border:1px solid #0000001a;box-shadow:0 20px 40px #0000001a}.light-mode .floating-card{background:#fffc;border:1px solid #0000000d;box-shadow:0 4px 12px #0000000d}.light-mode .card-title{color:#1f2937}.light-mode .faq-section,.light-mode .highlights-section,.light-mode .models-section{background:#f9fafb}.light-mode .section-title{color:#1f2937}.light-mode .section-subtitle{color:#1f2937b3!important}.light-mode .arch-layer,.light-mode .faq-card,.light-mode .feature-card,.light-mode .highlight-item,.light-mode .model-card,.light-mode .scenario-card{background:#fff!important;border:1px solid #0000000d!important;box-shadow:0 2px 8px #00000005}.light-mode .faq-card:hover,.light-mode .feature-card:hover,.light-mode .model-card:hover,.light-mode .scenario-card:hover{background:#fff!important;border-color:#4facfe80!important;box-shadow:0 8px 24px #0000000d}.light-mode .faq-q,.light-mode .feature-title,.light-mode .highlight-text,.light-mode .layer-title,.light-mode .model-name,.light-mode .scenario-title{color:#1f2937!important}.light-mode .faq-answer,.light-mode .feature-desc,.light-mode .layer-tech,.light-mode .scenario-desc{color:#1f2937b3!important}.light-mode .cta-section{background:linear-gradient(135deg,#4facfe0d,#8b5cf60d)}.light-mode .cta-title{color:#1f2937}.light-mode .cta-subtitle{color:#1f2937b3!important}.light-mode .cta-secondary{border-color:#0003!important;color:#1f2937!important}.light-mode .cta-secondary:hover{background:#0000000d!important;border-color:#0006!important}.light-mode .landing-footer{background:#f3f4f6;border-top:1px solid #0000000d}.light-mode .footer-brand .ant-typography,.light-mode .footer-social .ant-space .ant-typography-link,.light-mode .footer-social .ant-typography,.light-mode .link-group .ant-typography-link{color:#1f2937b3!important}.light-mode .link-group .ant-typography-title{color:#1f2937!important}.light-mode .footer-bottom .ant-typography{color:#1f293780!important}.light-mode .landing-page .ant-divider{border-color:#0000000f!important}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
/*# sourceMappingURL=main.3dea5360.css.map*/