@charset "UTF-8";.markdown-page{min-height:80vh;padding:2rem 0;color:#fff}.markdown-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#fff}.markdown-header{text-align:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.markdown-header h1{color:#fff!important}.last-updated{color:#ffffffb3;font-size:.9rem;margin-top:.5rem}.markdown-content{max-width:800px;margin:0 auto;line-height:1.7;color:#fff}.markdown-content h2{margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #1890ff;color:#fff!important}.markdown-content h3{margin-top:2rem;margin-bottom:.8rem;color:#ffffffe6!important}.markdown-content h4{margin-top:1.5rem;margin-bottom:.6rem;color:#fffc!important}.markdown-content p{margin-bottom:1rem;text-align:justify;color:#ffffffe6}.markdown-content ul,.markdown-content ol{margin-bottom:1rem;padding-left:2rem;color:#ffffffe6}.markdown-content li{margin-bottom:.5rem;color:#ffffffe6}.markdown-content blockquote{margin:1rem 0;padding:1rem;background:#ffffff1a;border-left:4px solid #1890ff;border-radius:4px;color:#ffffffe6}.markdown-content code{background:#ffffff26;color:#fff;padding:.2rem .4rem;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.markdown-content pre{background:#ffffff1a;color:#fff;padding:1rem;border-radius:6px;overflow-x:auto;margin:1rem 0}.markdown-content pre code{background:none;padding:0;color:#fff}.markdown-content table{width:100%;border-collapse:collapse;margin:1rem 0}.markdown-content th,.markdown-content td{border:1px solid rgba(255,255,255,.3);padding:.8rem;text-align:left;color:#ffffffe6}.markdown-content th{background:#ffffff1a;font-weight:600;color:#fff}.markdown-content a{color:#40a9ff;text-decoration:none}.markdown-content a:hover{color:#69c0ff;text-decoration:underline}.markdown-content strong{color:#fff!important}.markdown-content em{color:#ffffffe6!important}.markdown-content li strong{color:#fff!important}.markdown-content li em{color:#ffffffe6!important}@media (max-width: 768px){.markdown-page{padding:1rem 0}.markdown-content{padding:0 1rem}.markdown-content ul,.markdown-content ol{padding-left:1.5rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.main-layout .ant-layout{background:var(--bg-primary)!important}.header{background:#161b22f2!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-primary);padding:0;height:64px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000004d}.header-content{max-width:1400px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;gap:16px}.header-left{flex-shrink:0;min-width:fit-content}.header-center{flex:1;display:flex;justify-content:center;min-width:0;overflow:hidden}.header-right{flex-shrink:0;min-width:fit-content}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:opacity .2s ease;flex-shrink:0;min-width:fit-content}.logo:hover{opacity:.8}.logo-icon{color:var(--accent-primary);font-size:24px;width:32px;height:32px;object-fit:contain}.logo-text{color:#f5f5f7!important;font-size:1.5rem!important;font-weight:700!important;margin:0!important;text-shadow:0 .5px 1px rgba(0,0,0,.2)}.nav-menu{background:transparent!important;border:none!important;width:100%;justify-content:center}.nav-menu .ant-menu-item{color:var(--text-secondary)!important;border-bottom:2px solid transparent!important;margin:0 8px;padding:0 16px;height:64px;line-height:64px;transition:all .3s ease;white-space:nowrap;flex-shrink:1}.nav-menu .ant-menu-item:hover{color:var(--accent-primary)!important;background:transparent!important}.nav-menu .ant-menu-item-selected{color:var(--accent-primary)!important;background:transparent!important;border-bottom-color:var(--accent-primary)!important}.nav-menu .ant-menu-item:after{display:none}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:fit-content}.header-actions .ant-btn{border-radius:6px;font-weight:500;height:36px;padding:0 16px;transition:all .3s ease}.header-actions .ant-btn:not(.ant-btn-primary){background:transparent;border:1px solid var(--border-muted);color:var(--text-primary)}.header-actions .ant-btn:not(.ant-btn-primary):hover{background:var(--bg-tertiary);border-color:var(--accent-primary);color:var(--accent-primary)}.header-actions .ant-btn-primary{background:linear-gradient(135deg,#58a6ff,#1f6feb);border:none;color:#fff;box-shadow:0 2px 6px #58a6ff4d}.header-actions .ant-btn-primary:hover{background:linear-gradient(135deg,#388bfd,#1858c7);transform:translateY(-1px);box-shadow:0 4px 12px #58a6ff66}.user-dropdown .ant-dropdown-menu{background:var(--bg-secondary)!important;border:1px solid var(--border-primary)!important;border-radius:8px!important;box-shadow:var(--shadow-large)}.user-dropdown .ant-dropdown-menu-item{color:var(--text-primary)!important;transition:all .2s ease}.user-dropdown .ant-dropdown-menu-item:hover{background:var(--bg-tertiary)!important;color:var(--accent-primary)!important}.user-dropdown .ant-dropdown-menu-item-danger{color:var(--danger-fg)!important}.user-dropdown .ant-dropdown-menu-item-danger:hover{background:#f851491a!important;color:var(--danger-emphasis)!important}.content{background:var(--bg-primary)!important;min-height:calc(100vh - 144px);padding:0}.main-content{background:var(--bg-primary)!important;min-height:calc(100vh - 184px);padding:0!important}.footer{background:var(--bg-secondary)!important;border-top:1px solid var(--border-primary);padding:40px 0 20px;text-align:center;position:relative;z-index:1;width:100%;display:block!important}.footer-content{max-width:1200px;margin:0 auto;padding:0 24px}.footer-links{display:flex;justify-content:center;gap:32px;margin-bottom:24px;flex-wrap:wrap}@media (min-width: 769px){.footer-links{flex-direction:row;gap:32px}}.nav-menu .ant-dropdown-menu{background:var(--bg-secondary)!important;border:1px solid var(--border-primary)!important;border-radius:8px!important;box-shadow:0 4px 12px #0000004d!important;padding:8px 0!important;min-width:200px!important}.nav-menu .ant-dropdown-menu-item{color:var(--text-primary)!important;padding:8px 16px!important;margin:0!important;border-radius:0!important;transition:all .2s ease!important;text-align:center!important}.nav-menu .ant-dropdown-menu-item:hover{background:var(--bg-tertiary)!important;color:var(--accent-primary)!important}.nav-menu .ant-dropdown-menu-item>div{font-size:14px!important;font-weight:500!important;text-align:center!important;width:100%!important}.nav-menu .ant-menu-submenu-popup{background:var(--bg-secondary)!important;border:1px solid var(--border-primary)!important;border-radius:8px!important;box-shadow:0 4px 12px #0000004d!important}@media (max-width: 768px){.breadcrumb-container{display:none!important}}.footer-links a{color:var(--text-secondary)!important;text-decoration:none;transition:color .2s ease;text-align:left}.footer-links a:hover{color:var(--accent-primary)!important}.footer-text{color:var(--text-tertiary)!important;font-size:.9rem;margin:0!important}.footer-social{display:flex;justify-content:center;gap:16px;margin-bottom:16px}.footer-social a{color:var(--text-tertiary);font-size:1.2rem;transition:color .2s ease}.footer-social a:hover{color:var(--accent-primary)}.mobile-menu-drawer .ant-drawer-header{background:var(--bg-secondary)!important;border-bottom:1px solid var(--border-primary)!important}.mobile-menu-drawer .ant-drawer-body{background:var(--bg-secondary)!important;padding:0!important;overflow-y:auto!important}.mobile-drawer-header{display:flex;align-items:center;gap:12px}.mobile-drawer-header .logo-icon{color:var(--accent-primary);font-size:20px;width:28px;height:28px;object-fit:contain}.mobile-drawer-header .logo-text{color:#f5f5f7!important;font-size:1.2rem!important;font-weight:700!important;margin:0!important;text-shadow:0 .5px 1px rgba(0,0,0,.2)}.mobile-menu-content{height:100%;display:flex;flex-direction:column;overflow:hidden}.mobile-nav-menu{flex:1;overflow-y:auto;padding-bottom:20px;background:transparent!important;border:none!important;scrollbar-width:none;-ms-overflow-style:none}.mobile-nav-menu::-webkit-scrollbar{display:none}.mobile-nav-menu .ant-menu-item{color:var(--text-primary)!important;margin:0!important;height:48px!important;line-height:48px!important;padding:0 24px!important;border-radius:0!important;border-bottom:1px solid var(--border-muted)!important}.mobile-nav-menu .ant-menu-item:hover{background:var(--bg-tertiary)!important;color:var(--accent-primary)!important}.mobile-nav-menu{border:none!important;background:transparent!important}.mobile-nav-menu .ant-menu-submenu .ant-menu{transition:all .3s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important}.mobile-nav-menu .ant-menu-submenu .ant-menu-item{transition:all .2s ease!important}.mobile-nav-menu .ant-menu-submenu .ant-menu-submenu-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1)!important}.mobile-nav-menu .ant-menu-item,.mobile-nav-menu .ant-menu-submenu>.ant-menu-submenu-title{color:var(--text-primary)!important;margin:0!important;height:48px!important;line-height:48px!important;padding:0 24px!important;border-radius:0!important;border-bottom:1px solid var(--border-muted)!important;background:transparent!important}.mobile-nav-menu .ant-menu-item:hover,.mobile-nav-menu .ant-menu-submenu>.ant-menu-submenu-title:hover{background:var(--bg-tertiary)!important;color:var(--accent-primary)!important;transform:translate(2px)!important;transition:all .2s ease!important}.mobile-nav-menu .ant-menu-submenu .ant-menu-item{color:var(--text-secondary)!important;height:44px!important;line-height:44px!important;padding-left:48px!important;border-bottom:1px solid rgba(255,255,255,.05)!important;background:var(--bg-quaternary)!important}.mobile-nav-menu .ant-menu-submenu .ant-menu-item:hover{background:#58a6ff1a!important;color:var(--accent-primary)!important;transform:translate(4px)!important;transition:all .2s ease!important}.mobile-nav-menu .ant-menu-submenu .ant-menu-submenu-arrow{color:var(--text-secondary)!important;right:24px!important;transform:rotate(0)!important}.mobile-nav-menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-arrow{transform:rotate(90deg)!important;color:var(--accent-primary)!important}.mobile-menu-footer{padding:24px;border-top:1px solid var(--border-primary);background:var(--bg-tertiary)}.mobile-language-switcher{margin-bottom:16px}.mobile-user-section{display:flex;flex-direction:column;gap:12px}.mobile-user-info{display:flex;align-items:center;gap:8px;padding:8px 0;color:var(--text-primary)}.mobile-user-actions{display:flex;flex-direction:column;gap:8px}.mobile-user-actions .ant-btn{text-align:left;justify-content:flex-start;color:var(--text-secondary)!important;border:none!important;background:transparent!important;padding:8px 0!important;height:auto!important}.mobile-user-actions .ant-btn:hover{color:var(--accent-primary)!important}.mobile-menu-trigger{color:var(--text-primary)!important;border:none!important;background:transparent!important;font-size:18px!important;padding:8px!important;display:none!important}.mobile-menu-trigger:hover{color:var(--accent-primary)!important;background:var(--bg-tertiary)!important}.desktop-menu{display:flex!important}.desktop-actions{display:flex;align-items:center;gap:12px}@media (max-width: 1200px){.header-content{padding:0 20px;gap:12px}.nav-menu .ant-menu-item{margin:0 6px;padding:0 14px}}@media (max-width: 1024px){.header-content{padding:0 16px;gap:8px}.logo{flex-shrink:0;min-width:fit-content}.logo-text{font-size:1.1rem!important}.desktop-menu,.desktop-actions{display:none!important}.mobile-menu-trigger{display:flex!important;flex-shrink:0}.header-actions{gap:0;flex-shrink:0}.user-name{display:none}.footer-content{padding:0 16px}.footer-links{gap:16px;flex-direction:column;align-items:center}}@media (max-width: 480px){.header-content{padding:0 12px}.logo-text{font-size:1rem!important}.logo-icon{font-size:20px!important;width:24px!important;height:24px!important}}.scroll-indicator{position:fixed;top:64px;left:0;height:3px;background:linear-gradient(90deg,#58a6ff,#1f6feb);z-index:999;transition:width .1s ease}.back-to-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;background:var(--accent-primary)!important;border:none!important;border-radius:50%!important;color:#fff!important;box-shadow:0 4px 12px #58a6ff4d;transition:all .3s ease;z-index:100}.back-to-top:hover{background:var(--accent-emphasis)!important;transform:translateY(-2px);box-shadow:0 6px 20px #58a6ff66}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner .ant-spin-dot-item{background-color:var(--accent-primary)}.error-message{text-align:center;padding:40px 20px;color:var(--danger-fg)}.empty-state{text-align:center;padding:60px 20px}.breadcrumb{background:transparent!important;padding:16px 24px!important;border-bottom:1px solid var(--border-primary)}.breadcrumb .ant-breadcrumb-link{color:var(--text-secondary)!important}.breadcrumb .ant-breadcrumb-link:hover{color:var(--accent-primary)!important}.breadcrumb .ant-breadcrumb-separator{color:var(--text-tertiary)!important}.footer{background-color:#0d1117;color:#fff;padding:80px 24px 40px}.footer-content{max-width:1200px;margin:0 auto}.footer-brand{margin-bottom:32px}.footer-brand-logo{display:flex;align-items:center;margin-bottom:20px}.footer-brand-logo img{width:32px;height:32px;margin-right:12px;border-radius:4px}.footer-brand-name{font-size:18px;font-weight:600;color:#fff}.footer-brand-description{color:#8b949e;font-size:14px;line-height:1.6;margin-bottom:0;text-align:left}.footer-section-title{color:#fff;font-size:16px;margin-bottom:16px;margin-top:0;text-align:left}.footer-links{display:flex;flex-direction:column;align-items:start;gap:8px}.footer-link{color:#8b949e;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid #21262d;margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copyright{color:#8b949e;margin:0;font-size:14px}.footer-social{display:flex;gap:16px;align-items:center}.footer-social a{color:#8b949e;font-size:18px;transition:color .2s ease}.footer-social a:hover{color:#fff}.footer-social img{width:16px;height:16px}@media (max-width: 992px){.footer{padding:60px 20px 30px}.footer-content{max-width:100%}}@media (max-width: 768px){.footer{padding:50px 16px 25px}.footer-content .ant-row{row-gap:32px!important}.footer-section-title{margin-top:0;margin-bottom:16px}.footer-bottom{flex-direction:column;align-items:flex-start;text-align:left;gap:12px;margin-top:40px;padding-top:20px}.footer-brand-description{text-align:left}}@media (max-width: 576px){.footer{padding:40px 12px 20px}.footer-content .ant-row{row-gap:24px!important}.footer-brand{margin-bottom:16px;text-align:left}.footer-brand-logo{justify-content:flex-start;margin-bottom:16px}.footer-brand-description{text-align:left;font-size:13px}.footer-section-title{font-size:15px;margin-bottom:12px;text-align:left}.footer-links{text-align:left;gap:6px}.footer-link{font-size:14px}.footer-bottom{margin-top:32px;padding-top:16px;flex-direction:column;align-items:flex-start;text-align:left}.footer-copyright{font-size:13px}}@media (max-width: 480px){.footer{padding:32px 8px 16px}.footer-content .ant-row{row-gap:20px!important}.footer-brand-name{font-size:16px}.footer-section-title{font-size:14px;margin-bottom:10px}.footer-link{font-size:13px}.footer-social{gap:12px}.footer-social a{font-size:16px}}.region-restricted-page{background:linear-gradient(135deg,#0d1117,#161b22);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.region-restricted-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(88,166,255,.08) 0%,transparent 60%),radial-gradient(circle at 70% 80%,rgba(31,111,235,.08) 0%,transparent 60%);pointer-events:none}.region-restricted-container{position:relative;z-index:1;width:100%;max-width:680px;padding:0 2rem}.region-restricted-content{text-align:center;padding:3rem 2rem;animation:fadeInUp .8s ease-out}.region-restricted-logo{display:flex;justify-content:center;align-items:center;margin-bottom:2.5rem}.region-restricted-logo .logo-img{max-width:120px;max-height:120px;width:auto;height:auto;object-fit:contain;border-radius:16px;filter:drop-shadow(0 8px 24px rgba(88,166,255,.15));transition:all .4s ease}.region-restricted-logo .logo-img:hover{transform:scale(1.05);filter:drop-shadow(0 12px 32px rgba(88,166,255,.25))}.region-restricted-title{color:var(--text-primary)!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:2rem!important;letter-spacing:-.02em;line-height:1.2!important}.region-restricted-messages{width:100%;max-width:560px;margin:0 auto 3rem}.region-restricted-message{color:var(--text-secondary)!important;font-size:1.125rem!important;line-height:1.75!important;margin:0!important;padding:.75rem 0;text-align:center}.region-restricted-message:not(:last-child){border-bottom:1px solid rgba(88,166,255,.1)}.region-restricted-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-primary)}.region-restricted-footer-text{color:var(--text-tertiary)!important;font-size:.875rem!important;line-height:1.6!important;margin:0!important}.region-restricted-footer-text a{color:var(--accent-primary)!important;text-decoration:none;font-weight:500;transition:color .2s ease;margin:0 .25rem}.region-restricted-footer-text a:hover{color:var(--accent-emphasis)!important;text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.region-restricted-container{padding:0 1.5rem}.region-restricted-content{padding:2rem 1rem}.region-restricted-logo .logo-img{max-width:90px;max-height:90px}.region-restricted-title{font-size:2rem!important;margin-bottom:1.5rem!important}.region-restricted-message{font-size:1rem!important;line-height:1.6!important}.region-restricted-footer{margin-top:2rem}}@media (max-width: 480px){.region-restricted-container{padding:0 1rem}.region-restricted-content{padding:1.5rem .5rem}.region-restricted-logo .logo-img{max-width:70px;max-height:70px}.region-restricted-title{font-size:1.75rem!important;margin-bottom:1.25rem!important}.region-restricted-message{font-size:.9375rem!important;padding:.5rem 0}.region-restricted-footer{margin-top:1.5rem;padding-top:1.5rem}.region-restricted-footer-text{font-size:.8125rem!important}}@media (prefers-color-scheme: dark){.region-restricted-page{background:linear-gradient(135deg,#0d1117,#161b22)}}.login-page{background:linear-gradient(135deg,#0d1117,#161b22);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(88,166,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(31,111,235,.1) 0%,transparent 50%);pointer-events:none}.login-container{position:relative;z-index:1;width:100%;max-width:400px;padding:0 2rem}.login-card{background:#161b22f2!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-primary)!important;border-radius:16px!important;box-shadow:0 20px 60px #00000080,0 0 0 1px #58a6ff1a;overflow:hidden;position:relative}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#58a6ff,#1f6feb)}.login-header{text-align:center;margin-bottom:2rem;padding-top:1rem}.login-header .logo{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.login-header .logo-img{max-width:80px;max-height:80px;width:auto;height:auto;object-fit:contain;border-radius:8px;filter:drop-shadow(0 4px 12px rgba(88,166,255,.2));transition:all .3s ease}.login-header .logo-img:hover{transform:scale(1.05);filter:drop-shadow(0 6px 16px rgba(88,166,255,.3))}.login-logo{color:var(--accent-primary);font-size:2.5rem;margin-bottom:.5rem}.login-title{color:var(--text-primary)!important;font-size:1.8rem!important;font-weight:700!important;margin-bottom:.5rem!important}.login-subtitle{color:var(--text-secondary)!important;font-size:.95rem;margin-bottom:0!important}.login-form,.login-form .ant-form-item{margin-bottom:1.5rem}.login-form .ant-form-item-label>label{color:var(--text-primary)!important;font-weight:500}.login-form .ant-input,.login-form .ant-input-password{background:var(--bg-tertiary)!important;border:1px solid var(--border-primary)!important;border-radius:8px!important;padding:12px 16px!important;height:auto!important;color:var(--text-primary)!important;font-size:14px;transition:all .3s ease}.login-form .ant-input:focus,.login-form .ant-input-password:focus,.login-form .ant-input-focused,.login-form .ant-input-password-focused{border-color:var(--accent-primary)!important;box-shadow:0 0 0 3px #58a6ff1a!important;background:var(--bg-quaternary)!important}.login-form .ant-input::placeholder{color:var(--text-tertiary)!important}.login-form .ant-input-password .ant-input{background:transparent!important;border:none!important;box-shadow:none!important}.login-form .ant-input-password .anticon{color:var(--text-tertiary)}.login-form .ant-input-password .anticon:hover{color:var(--accent-primary)}.form-extras{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.form-extras .ant-checkbox-wrapper{color:var(--text-secondary)!important}.form-extras .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--accent-primary)!important;border-color:var(--accent-primary)!important}.form-extras a{color:var(--accent-primary)!important;font-size:.9rem;transition:color .2s ease}.form-extras a:hover{color:var(--accent-emphasis)!important}.login-button{width:100%;height:48px!important;background:linear-gradient(135deg,#58a6ff,#1f6feb)!important;border:none!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;color:#fff!important;box-shadow:0 4px 12px #58a6ff4d;transition:all .3s ease;margin-bottom:1.5rem}.login-button:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #58a6ff66!important;background:linear-gradient(135deg,#388bfd,#1858c7)!important}.login-button:focus{background:linear-gradient(135deg,#58a6ff,#1f6feb)!important}.divider{position:relative;text-align:center;margin:1.5rem 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border-primary)}.divider span{background:#161b22f2;color:var(--text-tertiary);padding:0 1rem;font-size:.9rem;position:relative;z-index:1}.login-content{margin:2rem 0}.feishu-login{background:linear-gradient(135deg,#0d7377,#14a085)!important;border:none!important;color:#fff!important;box-shadow:0 4px 12px #0d73774d}.feishu-login:hover{background:linear-gradient(135deg,#0a5d61,#11876c)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #0d737766!important}.feishu-login:focus{background:linear-gradient(135deg,#0d7377,#14a085)!important}.deepvlab-login{background:var(--bg-tertiary)!important;border:1px solid var(--border-primary)!important;color:var(--text-primary)!important;box-shadow:0 2px 8px #0000001a}.deepvlab-login:hover{background:var(--bg-quaternary)!important;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important;transform:translateY(-1px)!important;box-shadow:0 4px 16px #00000026!important}.deepvlab-login:focus{background:var(--bg-tertiary)!important;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important}.social-login{margin-bottom:1.5rem}.social-button{width:100%;height:44px!important;background:var(--bg-tertiary)!important;border:1px solid var(--border-primary)!important;border-radius:8px!important;color:var(--text-primary)!important;font-weight:500!important;margin-bottom:.75rem;transition:all .3s ease}.social-button:hover{background:var(--bg-quaternary)!important;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important;transform:translateY(-1px)}.social-button .anticon{font-size:18px;margin-right:.5rem}.login-footer{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-primary)}.login-footer .ant-typography{color:var(--text-secondary)!important;font-size:.85rem;line-height:1.4}.signup-link{text-align:center;padding-top:1rem;border-top:1px solid var(--border-primary)}.signup-link .ant-typography{color:var(--text-secondary)!important;font-size:.9rem}.signup-link a{color:var(--accent-primary)!important;font-weight:500;text-decoration:none;transition:color .2s ease}.signup-link a:hover{color:var(--accent-emphasis)!important}.login-button .ant-spin-dot{color:#fff}.login-button.ant-btn-loading{background:linear-gradient(135deg,#58a6ff,#1f6feb)!important}@media (max-width: 480px){.login-container{padding:0 1rem}.login-card{margin:1rem 0}.login-title{font-size:1.5rem!important}.login-logo{font-size:2rem}}.ant-form-item-has-error .ant-input,.ant-form-item-has-error .ant-input-password{border-color:var(--danger-fg)!important;box-shadow:0 0 0 3px #f851491a!important}.ant-form-item-explain-error{color:var(--danger-fg)!important}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-card{animation:slideInUp .6s ease-out}.products-page{background:var(--bg-primary);min-height:100vh;width:100%;margin:0;padding:0;position:relative}.products-page .container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.products-page section{width:100%;position:relative}.hero-section{background:transparent;padding:0;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-section.enhanced{background:transparent;height:100vh!important;min-height:100vh!important;padding:64px 0 0!important;margin:-80px 0 0!important;position:relative;box-sizing:border-box}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(88,166,255,.15) 0%,transparent 50%),radial-gradient(ellipse at 20% 80%,rgba(147,51,234,.1) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(236,72,153,.1) 0%,transparent 50%);pointer-events:none;z-index:10}.hero-content{position:relative;z-index:20;width:100%;margin:0;min-height:auto}.hero-section.enhanced .container{display:flex;align-items:center;justify-content:center;height:calc(100% - 64px);width:100%;padding:0 24px;box-sizing:border-box}.hero-title{font-size:4rem!important;font-weight:800!important;background:linear-gradient(135deg,#58a6ff,#1f6feb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:1rem!important;text-shadow:0 0 30px rgba(88,166,255,.3)}.hero-title.enhanced{font-size:5rem!important;background:linear-gradient(135deg,#58a6ff,#a855f7,#ec4899,#10b981,#58a6ff);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 8s ease-in-out infinite;text-shadow:0 0 40px rgba(88,166,255,.5),0 0 80px rgba(168,85,247,.3),0 0 120px rgba(236,72,153,.2);margin-bottom:.5rem!important}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.decrypted-title{font-family:Consolas,Monaco,Courier New,monospace}.hero-subtitle{color:var(--text-secondary)!important;text-align:center;font-weight:400!important;margin-bottom:1.5rem!important;font-size:1.5rem}.hero-description{color:var(--text-tertiary)!important;text-align:center;font-size:1.1rem;max-width:800px;margin:0 auto 2.5rem!important}.hero-description.enhanced{font-size:1.3rem;color:#d1d5dbe6!important;text-shadow:0 0 10px rgba(209,213,219,.2);line-height:1.8}.typewriter-container{margin:1rem 0 2.5rem;min-height:80px;display:flex;align-items:center;justify-content:center}.hero-typewriter{color:var(--text-primary)!important;font-size:2.2rem!important;font-weight:300!important;text-align:center;margin:0!important;font-family:SF Pro Display,Helvetica Neue,Arial,sans-serif}.typewriter-cycle{color:#9ca3afe6}.typewriter-cycle .typewriter-text{color:#58a6ff;font-weight:400}.hero-actions{justify-content:center}.hero-actions-container{position:relative}.hero-actions .ant-btn{height:48px;padding:0 32px;font-size:16px;font-weight:600;border-radius:8px;transition:all .3s ease}.hero-actions.enhanced{gap:2rem}.primary-button-container{position:relative;display:inline-block}.outer-glow{position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;background:radial-gradient(circle,rgba(88,166,255,.3) 0%,transparent 70%);border-radius:12px;z-index:1}.enhanced-primary-button{position:relative;z-index:3;background:linear-gradient(135deg,#58a6ff,#1f6feb)!important;border:none!important;box-shadow:0 4px 20px #58a6ff66!important;font-size:18px!important;font-weight:700!important;height:56px!important;padding:0 40px!important;transition:all .3s ease!important}.enhanced-primary-button:hover{transform:translateY(-3px)!important;box-shadow:0 8px 30px #58a6ff99!important}.enhanced-primary-button:active{transform:translateY(-1px)!important}.secondary-button{background:#1e293bcc!important;color:var(--text-primary)!important;border:1px solid rgba(88,166,255,.3)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important}.secondary-button:hover{background:#58a6ff1a!important;border-color:var(--accent-primary)!important;color:var(--accent-primary)!important;transform:translateY(-2px);box-shadow:0 4px 15px #58a6ff33}.hero-actions .ant-btn-primary{background:linear-gradient(135deg,#58a6ff,#1f6feb);border:none;box-shadow:0 4px 12px #58a6ff4d}.hero-actions .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #58a6ff66}.hero-actions .ant-btn:not(.ant-btn-primary){background:transparent;color:var(--text-primary);border:1px solid var(--border-muted)}.hero-actions .ant-btn:not(.ant-btn-primary):hover{background:var(--bg-tertiary);border-color:var(--accent-primary);color:var(--accent-primary)}.features-section{padding:100px 0;background:var(--bg-primary)}.section-header .ant-typography-h2{color:var(--text-primary)!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:1rem!important}.section-header .ant-typography{color:var(--text-secondary)!important;font-size:1.1rem}.feature-card{background:var(--bg-secondary)!important;border:1px solid var(--border-primary)!important;border-radius:16px!important;height:100%;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(88,166,255,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-8px);border-color:var(--accent-primary)!important;box-shadow:0 12px 40px #0000004d,0 0 0 1px #58a6ff33}.feature-card:hover:before{opacity:1}.feature-icon{font-size:2.5rem;color:var(--accent-primary);position:relative;z-index:1}.feature-card .ant-typography-h4{color:var(--text-primary)!important;font-weight:600!important;margin-bottom:1rem!important;position:relative;z-index:1}.feature-card .ant-typography{color:var(--text-secondary)!important;line-height:1.7;position:relative;z-index:1}.use-cases-section{padding:100px 0;background:var(--bg-secondary)}.use-cases-section .ant-typography-h2{color:var(--text-primary)!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:2rem!important}.use-cases-list{width:100%}.use-case-item{display:flex;align-items:center;padding:1.5rem;border:1px solid var(--border-primary);border-radius:12px;margin-bottom:1rem;cursor:pointer;transition:all .3s ease;background:var(--bg-secondary)}.use-case-item:hover{border-color:var(--accent-primary);background:var(--bg-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.use-case-item:last-child{margin-bottom:0}.check-icon{color:var(--success-fg);font-size:1.2rem;margin-right:1rem;flex-shrink:0}.use-case-content{flex:1;display:flex;flex-direction:column;gap:.5rem;position:relative}.use-case-title{color:var(--text-primary)!important;font-size:1.1rem!important;font-weight:600!important;display:flex;align-items:center;justify-content:space-between}.use-case-description{color:var(--text-secondary)!important;font-size:.95rem!important;line-height:1.4;margin-bottom:0}.arrow-icon{color:var(--accent-primary);font-size:1rem;margin-left:12px;flex-shrink:0;transition:transform .3s ease;opacity:.7}.use-case-item:hover .arrow-icon{transform:translate(4px);opacity:1}.demo-card{background:var(--code-bg)!important;border:1px solid var(--code-border)!important;border-radius:12px!important;overflow:hidden}.code-demo{background:var(--code-bg);color:var(--code-text);font-family:Fira Code,SF Mono,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.6;padding:1.5rem;margin:0;border:none;white-space:pre-wrap;overflow-x:auto}.cta-section{padding:100px 0;background:linear-gradient(135deg,#161b22,#21262d);text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-section .ant-typography{color:var(--text-secondary)!important;font-size:1.1rem;margin-bottom:2.5rem!important}.cta-section .ant-typography-h2{color:var(--text-primary)!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:1.5rem!important}.cta-section .ant-btn{height:48px;padding:0 32px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#58a6ff,#1f6feb);border:none;border-radius:18px;box-shadow:0 4px 12px #58a6ff4d;transition:all .3s ease}.cta-section .ant-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #58a6ff66}@media (max-width: 768px){.hero-title{font-size:2.5rem!important}.hero-title.enhanced{font-size:3rem!important}.hero-subtitle.enhanced{font-size:1.5rem!important}.hero-description.enhanced{font-size:1.1rem}.hero-typewriter{font-size:1.6rem!important}.typewriter-container{margin:.8rem 0 2rem;min-height:60px}.hero-section{height:100vh;padding-top:64px;margin:0;min-height:100vh;box-sizing:border-box}.hero-section.enhanced .container{height:calc(100% - 64px);padding:0 16px}.hero-actions.enhanced{gap:1rem;flex-direction:column;align-items:center}.enhanced-primary-button{font-size:16px!important;height:48px!important;padding:0 28px!important}.secondary-button{height:48px!important;padding:0 24px!important;font-size:14px!important}.outer-glow{top:-6px;left:-6px;right:-6px;bottom:-6px}.hero-section{padding:80px 0 60px}.features-section,.use-cases-section,.cta-section{padding:60px 0}.feature-card{padding:1.5rem!important}.section-header .ant-typography-h2{font-size:2rem!important}}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.container-center{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;text-align:center}@media (max-width: 1024px){.container,.container-center{padding:0 20px}}@media (max-width: 768px){.container,.container-center{padding:0 16px}}.pricing-card{transition:all .4s cubic-bezier(.25,.8,.25,1)!important;position:relative!important;overflow:hidden!important}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1890ff05,#1890ff14);opacity:0;transition:opacity .4s ease;z-index:0}.pricing-card.popular{border:2px solid #ff8c00!important;box-shadow:0 8px 32px #ff8c0026!important;transform:scale(1.02)}.pricing-card.popular:before{background:linear-gradient(135deg,#ff8c0008,#ff8c000f);opacity:1}.pricing-card:hover{transform:translateY(-8px)!important;box-shadow:0 16px 48px #0000001f!important}.pricing-card.popular:hover{transform:translateY(-8px) scale(1.02)!important;box-shadow:0 16px 48px #ff8c0040!important}.pricing-card .ant-card-body{padding:0!important;position:relative;z-index:1;height:100%!important;display:flex!important;flex-direction:column!important}.pricing-card .feature-item{padding:6px 0!important;border-bottom:1px solid transparent;transition:all .2s ease}.pricing-card .feature-item:hover{background-color:#1890ff0a;border-radius:6px;padding-left:4px!important}.pricing-card .ant-tag{font-weight:500;border-radius:6px;padding:2px 8px;font-size:12px;border:none}.ant-badge-ribbon{border-radius:0 0 0 8px!important}.ant-badge-ribbon-wrapper .ant-badge-ribbon{background:linear-gradient(135deg,#ff8c00,#ff7300)!important;box-shadow:0 2px 8px #ff8c004d}.pricing-card .ant-btn{transition:all .3s cubic-bezier(.25,.8,.25,1)!important;position:relative;overflow:hidden}.pricing-card .ant-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.pricing-card .ant-btn:hover:before{left:100%}.pricing-card .ant-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.pricing-card .price-amount{background:linear-gradient(135deg,#1890ff,#722ed1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card.popular .price-amount{background:linear-gradient(135deg,#ff8c00,#ff4d4f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card .price-amount.free-price,.pricing-card .price-amount[style*="color: rgb(82, 196, 26)"]{background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#52c41a!important;background-clip:unset!important;color:#52c41a!important}@media (max-width: 768px){.pricing-card{margin-bottom:20px}.pricing-card.popular{transform:none!important}.pricing-card:hover,.pricing-card.popular:hover{transform:translateY(-4px)!important}}.pricing-section{padding:80px 0;background:var(--bg-primary);width:100%}.pricing-section .section-header{text-align:center;margin-bottom:3rem}.pricing-section .ant-typography-h2{color:var(--text-primary)!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:1rem!important}.pricing-section .ant-typography{color:var(--text-secondary)!important;font-size:2rem}.pricing-cards{max-width:1000px;margin:0 auto}.pricing-card{background:var(--bg-secondary)!important;border:1px solid var(--border-primary)!important;border-radius:16px!important;padding:2rem!important;height:100%;transition:all .3s ease;position:relative;overflow:hidden}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(88,166,255,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.pricing-card:hover{transform:translateY(-8px);border-color:var(--accent-primary)!important;box-shadow:0 12px 40px #0000004d,0 0 0 1px #58a6ff33}.pricing-card:hover:before{opacity:1}.pricing-card.featured{border-color:var(--accent-primary)!important;box-shadow:0 8px 30px #58a6ff33}.pricing-card.featured:before{opacity:1}.featured-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#58a6ff,#1f6feb);color:#fff;padding:4px 16px;border-radius:0 0 8px 8px;font-size:.8rem;font-weight:600;z-index:1}.plan-name{color:var(--text-primary)!important;font-size:1.5rem!important;font-weight:700!important;margin-bottom:.5rem!important;position:relative;z-index:1}.plan-description{color:var(--text-secondary)!important;margin-bottom:1.5rem!important;position:relative;z-index:1}.plan-price{margin-bottom:2rem;position:relative;z-index:1}.price-amount{color:var(--accent-primary)!important;font-size:3rem!important;font-weight:800!important;line-height:1}.price-unit{color:var(--text-secondary)!important;font-size:1rem;margin-left:.5rem}.plan-features{margin-bottom:2rem;position:relative;z-index:1}.feature-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:center;padding:.5rem 0;color:var(--text-secondary)}.feature-item .anticon{color:var(--success-fg);margin-right:.75rem;font-size:1rem}.plan-action{position:relative;z-index:1}.plan-action .ant-btn{width:100%;height:48px;font-size:16px;font-weight:600;border-radius:8px;transition:all .3s ease}.plan-action .ant-btn-primary{background:linear-gradient(135deg,#58a6ff,#1f6feb);border:none;box-shadow:0 4px 12px #58a6ff4d}.plan-action .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #58a6ff66}.plan-action .ant-btn:not(.ant-btn-primary){background:transparent;border:1px solid var(--border-muted);color:var(--text-primary)}.plan-action .ant-btn:not(.ant-btn-primary):hover{background:var(--bg-tertiary);border-color:var(--accent-primary);color:var(--accent-primary)}.pricing-footer{text-align:center;margin-top:3rem;padding:0 2rem}.pricing-footer .ant-typography{color:var(--text-secondary)!important;font-size:.9rem}.faq-section{padding:80px 0;background:var(--bg-secondary);width:100%}.faq-section .section-header{text-align:center;margin-bottom:3rem}.faq-section .ant-typography-h2{color:var(--text-primary)!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:1rem!important}.faq-section .ant-typography{color:var(--text-secondary)!important;font-size:1.1rem}.faq-collapse{background:transparent!important;border:none!important;max-width:800px;margin:0 auto}.faq-collapse .ant-collapse-item{background:var(--bg-primary)!important;border:1px solid var(--border-primary)!important;border-radius:12px!important;margin-bottom:1rem!important;overflow:hidden}.faq-collapse .ant-collapse-header{background:transparent!important;color:var(--text-primary)!important;padding:1.5rem!important;font-weight:600!important;font-size:1.1rem!important;border-bottom:none!important}.faq-collapse .ant-collapse-header:hover{color:var(--accent-primary)!important}.faq-collapse .ant-collapse-expand-icon{color:var(--accent-primary)!important;font-size:1rem!important}.faq-collapse .ant-collapse-content{background:transparent!important;border-top:1px solid var(--border-primary)!important}.faq-collapse .ant-collapse-content-box{padding:1.5rem!important;color:var(--text-secondary)!important;line-height:1.7}.faq-answer{color:var(--text-secondary)!important;line-height:1.7}.faq-answer p{margin-bottom:1rem;color:var(--text-secondary)!important}.faq-answer p:last-child{margin-bottom:0}.faq-answer strong{color:var(--text-primary)!important;font-weight:600}.faq-answer a{color:var(--accent-primary)!important;text-decoration:none;transition:all .2s ease}.faq-answer a:hover{color:var(--accent-secondary)!important;text-decoration:underline}.faq-answer br{line-height:1.2}.faq-answer ul,.faq-answer ol{margin:.5rem 0;padding-left:1.5rem}.faq-answer li{margin-bottom:.25rem;color:var(--text-secondary)!important}.faq-collapse .ant-collapse-item-active{border-color:var(--accent-primary)!important}.faq-collapse .ant-collapse-item-active .ant-collapse-header{color:var(--accent-primary)!important}@media (max-width: 768px){.pricing-section,.faq-section{padding:60px 0}.pricing-card{padding:1.5rem!important;margin-bottom:1.5rem}.price-amount{font-size:2.5rem!important}.faq-collapse .ant-collapse-header{padding:1rem!important;font-size:1rem!important}.faq-collapse .ant-collapse-content-box{padding:1rem!important}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.loading-skeleton{animation:pulse 1.5s ease-in-out infinite;background:var(--bg-tertiary);border-radius:8px}.empty-state{text-align:center;padding:3rem 1rem}.empty-state .ant-empty-description{color:var(--text-secondary)!important}.empty-state .ant-btn{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.empty-state .ant-btn:hover{background:var(--accent-emphasis);border-color:var(--accent-emphasis)}._useCasesSection_enm2p_3{padding:100px 0!important;background:var(--bg-secondary)!important;position:relative!important}._container_enm2p_9{max-width:1200px!important;margin:0 auto!important;padding:0 24px!important}._sectionTitle_enm2p_15{color:var(--text-primary)!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:2rem!important;line-height:1.2!important}.ant-typography ._sectionTitle_enm2p_15{color:var(--text-primary)!important;margin-bottom:2rem!important}._useCasesList_enm2p_28{width:100%!important}._useCaseItem_enm2p_33{display:flex!important;align-items:center!important;padding:24px!important;border-radius:16px!important;margin-bottom:16px!important;cursor:pointer!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;background:var(--bg-primary)!important;position:relative!important;overflow:hidden!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;text-decoration:none!important;color:inherit!important}._useCaseItem_enm2p_33:visited{color:inherit!important}._useCaseItem_enm2p_33:last-child{margin-bottom:0!important}._themePurple_enm2p_59{border:2px solid rgba(99,102,241,.15)!important;box-shadow:0 4px 20px #6366f11a!important}._themePurple_enm2p_59:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#6366f108,#8b5cf605)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._themePurple_enm2p_59:hover{border-color:#6366f14d!important;box-shadow:0 8px 32px #6366f133!important;transform:translateY(-4px)!important}._themePurple_enm2p_59:hover:before{opacity:1!important}._themePurple_enm2p_59 ._useCaseIcon_enm2p_87{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;color:#fff!important}._themePurple_enm2p_59:hover ._arrowIcon_enm2p_92{color:#6366f1!important;transform:translate(6px)!important}._themeSky_enm2p_98{border:2px solid rgba(14,165,233,.15)!important;box-shadow:0 4px 20px #0ea5e91a!important}._themeSky_enm2p_98:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#0ea5e908,#38bdf805)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._themeSky_enm2p_98:hover{border-color:#0ea5e94d!important;box-shadow:0 8px 32px #0ea5e933!important;transform:translateY(-4px)!important}._themeSky_enm2p_98:hover:before{opacity:1!important}._themeSky_enm2p_98 ._useCaseIcon_enm2p_87{background:linear-gradient(135deg,#0ea5e9,#38bdf8)!important;color:#fff!important}._themeSky_enm2p_98:hover ._arrowIcon_enm2p_92{color:#0ea5e9!important;transform:translate(6px)!important}._themeTeal_enm2p_137{border:2px solid rgba(20,184,166,.15)!important;box-shadow:0 4px 20px #14b8a61a!important}._themeTeal_enm2p_137:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#14b8a608,#2dd4bf05)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._themeTeal_enm2p_137:hover{border-color:#14b8a64d!important;box-shadow:0 8px 32px #14b8a633!important;transform:translateY(-4px)!important}._themeTeal_enm2p_137:hover:before{opacity:1!important}._themeTeal_enm2p_137 ._useCaseIcon_enm2p_87{background:linear-gradient(135deg,#14b8a6,#2dd4bf)!important;color:#fff!important}._themeTeal_enm2p_137:hover ._arrowIcon_enm2p_92{color:#14b8a6!important;transform:translate(6px)!important}._themeBlue_enm2p_176{border:2px solid rgba(56,189,248,.15)!important;box-shadow:0 4px 20px #38bdf81a!important}._themeBlue_enm2p_176:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#38bdf808,#7dd3fc05)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._themeBlue_enm2p_176:hover{border-color:#38bdf84d!important;box-shadow:0 8px 32px #38bdf833!important;transform:translateY(-4px)!important}._themeBlue_enm2p_176:hover:before{opacity:1!important}._themeBlue_enm2p_176 ._useCaseIcon_enm2p_87{background:linear-gradient(135deg,#38bdf8,#7dd3fc)!important;color:#fff!important}._themeBlue_enm2p_176:hover ._arrowIcon_enm2p_92{color:#38bdf8!important;transform:translate(6px)!important}._useCaseIcon_enm2p_87{width:48px!important;height:48px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;margin-right:20px!important;flex-shrink:0!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 12px #0000001a!important}._useCaseItem_enm2p_33:hover ._useCaseIcon_enm2p_87{transform:scale(1.1) rotate(-3deg)!important;box-shadow:0 8px 24px #00000026!important}._useCaseContent_enm2p_234{flex:1!important;display:flex!important;flex-direction:column!important;gap:8px!important;position:relative!important;z-index:1!important}._useCaseTitle_enm2p_243{color:var(--text-primary)!important;font-size:1.1rem!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:space-between!important;transition:all .3s ease!important}._useCaseDescription_enm2p_253{color:var(--text-secondary)!important;font-size:.95rem!important;line-height:1.5!important;margin-bottom:0!important;transition:all .3s ease!important}._useCaseItem_enm2p_33:hover ._useCaseDescription_enm2p_253{color:var(--text-primary)!important}._arrowIcon_enm2p_92{color:var(--text-secondary)!important;font-size:16px!important;margin-left:12px!important;flex-shrink:0!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;opacity:.7!important}._useCaseItem_enm2p_33:hover ._arrowIcon_enm2p_92{opacity:1!important}._useCasesVisual_enm2p_279{position:relative!important}._demoCard_enm2p_283{background:#1e1e2e!important;border:1px solid #313244!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 8px 25px #0006,0 4px 10px #0000004d,inset 0 1px #ffffff1a!important;position:relative!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}._demoCard_enm2p_283:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:1px!important;background:linear-gradient(90deg,#93c5fd4d,#22d3ee4d,#38bdf84d)!important;z-index:1!important}._codeHeader_enm2p_304{background:linear-gradient(180deg,#2a2d3e,#24273a)!important;padding:10px 16px!important;display:flex!important;align-items:center!important;border-bottom:1px solid #313244!important;border-radius:12px 12px 0 0!important;position:relative!important}._windowControls_enm2p_314{display:flex!important;gap:8px!important;margin-right:16px!important}._dot_enm2p_320{width:12px!important;height:12px!important;border-radius:50%!important;display:block!important}._dot_enm2p_320:nth-child(1){background:#ff5f57!important}._dot_enm2p_320:nth-child(2){background:#ffbd2e!important}._dot_enm2p_320:nth-child(3){background:#28ca42!important}._fileName_enm2p_339{color:#c9c9c9!important;font-size:14px!important;font-weight:500!important}._codeContent_enm2p_345{padding:24px!important;font-family:Fira Code,SF Mono,Monaco,Cascadia Code,Consolas,monospace!important;font-size:14px!important;line-height:1.5!important;background:#1e1e2e!important;border-radius:0 0 12px 12px!important;min-height:200px!important;position:relative!important}._codeLine_enm2p_356{display:flex!important;align-items:center!important;margin-bottom:16px!important}._prompt_enm2p_362{color:#7dcfff!important;margin-right:8px!important;font-weight:700!important}._command_enm2p_368{color:#a9b1d6!important;font-weight:500!important}._output_enm2p_373{margin-top:16px!important}._outputLine_enm2p_377{display:flex!important;align-items:center!important;margin-bottom:8px!important;animation:_fadeInUp_enm2p_1 .6s ease forwards!important;opacity:0!important;transform:translateY(10px)!important}._outputLine_enm2p_377:nth-child(1){animation-delay:.5s!important}._outputLine_enm2p_377:nth-child(2){animation-delay:1s!important}._outputLine_enm2p_377:nth-child(3){animation-delay:1.5s!important}._outputLine_enm2p_377:nth-child(4){animation-delay:2s!important}@keyframes _fadeInUp_enm2p_1{to{opacity:1;transform:translateY(0)}}._spinner_enm2p_408{color:#ff9e64!important;margin-right:8px!important}._spinning_enm2p_413{animation:_spin_enm2p_408 1s linear infinite!important}@keyframes _spin_enm2p_408{to{transform:rotate(360deg)}}._checkmark_enm2p_422{color:#9ece6a!important;margin-right:8px!important;font-weight:700!important}._analyzing_enm2p_428{color:#ff9e64!important;font-style:italic!important}._success_enm2p_433{color:#9ece6a!important}._divider_enm2p_437{height:1px!important;background:#3a3d4a!important;margin:16px 0!important;opacity:0!important;animation:_fadeIn_enm2p_455 .5s ease 2.5s forwards!important}@keyframes _fadeIn_enm2p_455{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._fadeIn_enm2p_455{animation:_fadeIn_enm2p_455 .5s ease forwards!important}._slideUp_enm2p_459{animation:_slideUp_enm2p_459 .6s ease forwards!important}@keyframes _slideUp_enm2p_459{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._terminalTypewriter_enm2p_474{font-family:Consolas,Monaco,Courier New,monospace!important;color:#e2e8f0!important;font-size:14px!important;line-height:1.8!important;will-change:contents!important;transform:translateZ(0)!important;white-space:pre-line!important;overflow-wrap:break-word!important}.terminal-cursor{color:#3b82f6!important;text-shadow:0 0 12px rgba(59,130,246,.8)!important;animation:_smoothBlink_enm2p_1 1s ease-in-out infinite!important;will-change:opacity!important;transform:translateZ(0)!important}._terminalTypewriter_enm2p_474 .prompt{color:#22d3ee!important;margin-right:8px!important}._terminalTypewriter_enm2p_474 .command{color:#a78bfa!important}._terminalTypewriter_enm2p_474 .spinner{color:#ff9e64!important;margin-right:8px!important;animation:_spin_enm2p_408 1s linear infinite!important}._terminalTypewriter_enm2p_474 .analyzing{color:#ff9e64!important;font-style:italic!important}._terminalTypewriter_enm2p_474 .success{color:#9ece6a!important;margin-right:8px!important;font-weight:700!important}._terminalTypewriter_enm2p_474 .suggestion{color:#e879f9!important;font-weight:600!important}._terminalTypewriter_enm2p_474 .content{color:#cbd5e1!important}@keyframes _smoothBlink_enm2p_1{0%,50%{opacity:1;transform:translateZ(0) scale(1)}51%,to{opacity:.1;transform:translateZ(0) scale(1)}}@keyframes _spin_enm2p_408{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.terminal-line{margin-bottom:8px!important}.prompt{color:#22d3ee!important;margin-right:8px!important}.command{color:#a78bfa!important}.spinner{color:#ff9e64!important;margin-right:8px!important;animation:_spin_enm2p_408 1s linear infinite!important}.analyzing{color:#ff9e64!important;font-style:italic!important}.checkmark{color:#9ece6a!important;margin-right:8px!important;font-weight:700!important}.success{color:#9ece6a!important}.terminal-divider{height:1px!important;background:#3a3d4a!important;margin:16px 0!important}.suggestion-block{background:#6366f11a!important;border:1px solid rgba(99,102,241,.2)!important;border-radius:8px!important;padding:16px!important;margin-top:16px!important}.suggestion-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important}.suggestion-icon{font-size:16px!important}.suggestion-title{color:#6366f1!important;font-weight:600!important}.suggestion-content{color:#c2c8d4!important;margin-left:24px!important}._suggestionBlock_enm2p_616{background:#6366f11a!important;border:1px solid rgba(99,102,241,.2)!important;border-radius:8px!important;padding:16px!important;margin-top:16px!important;opacity:0!important;animation:_slideInUp_enm2p_1 .6s ease 3s forwards!important}@keyframes _slideInUp_enm2p_1{to{opacity:1;transform:translateY(0)}}._suggestionHeader_enm2p_632{display:flex!important;align-items:center!important;margin-bottom:8px!important}._suggestionIcon_enm2p_638{color:#6366f1!important;margin-right:8px!important;font-size:16px!important}._suggestionTitle_enm2p_644{color:#6366f1!important;font-weight:600!important;font-size:14px!important}._suggestionContent_enm2p_650{color:#c9c9c9!important;font-size:13px!important;line-height:1.5!important}@media (max-width: 768px){._useCasesSection_enm2p_3{padding:60px 0!important}._container_enm2p_9{padding:0 16px!important}._sectionTitle_enm2p_15{font-size:2rem!important;margin-bottom:1.5rem!important}._useCaseItem_enm2p_33{padding:20px!important;margin-bottom:12px!important}._useCaseIcon_enm2p_87{width:40px!important;height:40px!important;font-size:18px!important;margin-right:16px!important}._useCaseTitle_enm2p_243{font-size:1rem!important}._useCaseDescription_enm2p_253{font-size:.9rem!important}._codeContent_enm2p_345{padding:16px!important;font-size:13px!important}}.pricing-page{min-height:100vh;background:#0a0a0a;color:#fff}.pricing-hero{background:linear-gradient(135deg,#0f0f1e,#1a1a2e,#0f1419 50%,#0a0a0a);padding:100px 0;position:relative;overflow:hidden}.pricing-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 85%,rgba(0,212,255,.15) 0%,transparent 40%),radial-gradient(circle at 85% 15%,rgba(99,102,241,.12) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(34,197,94,.08) 0%,transparent 60%),radial-gradient(circle at 25% 25%,rgba(168,85,247,.1) 0%,transparent 35%)}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:0 20px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#00d4ff1a,#6366f11a);border:1px solid rgba(0,212,255,.3);border-radius:50px;padding:10px 20px;margin-bottom:32px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-size:14px;font-weight:600;color:#fff;box-shadow:0 8px 32px #00d4ff1a,inset 0 1px #ffffff1a;animation:badgeGlow 3s ease-in-out infinite}@keyframes badgeGlow{0%,to{box-shadow:0 8px 32px #00d4ff1a,inset 0 1px #ffffff1a}50%{box-shadow:0 8px 32px #00d4ff33,inset 0 1px #fff3}}.hero-badge-icon{color:#00d4ff;font-size:16px}.hero-title{font-size:3.5rem!important;font-weight:700!important;background:linear-gradient(135deg,#fff,#a0a0ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px!important;line-height:1.2!important}.hero-subtitle{font-size:1.25rem;color:#fffc;margin-bottom:48px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.hero-note{margin-top:32px;padding:16px 24px;background:#00d4ff0d;border:1px solid rgba(0,212,255,.2);border-radius:20px;font-size:14px;color:#fffc;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-section{padding:100px 0;background:#0a0a0a}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:2.5rem!important;font-weight:700!important;color:#fff!important;margin-bottom:16px!important;background:linear-gradient(135deg,#fff,#a0a0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;color:#ffffffb3;max-width:600px;margin:0 auto}.faq-item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;height:100%;transition:all .3s ease}.faq-item:hover{background:#ffffff0d;border-color:#00d4ff4d;transform:translateY(-4px)}.faq-question{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:16px!important;line-height:1.4!important}.faq-answer{color:#fffc!important;line-height:1.6!important;margin-bottom:0!important;font-size:15px}@media (max-width: 768px){.pricing-hero{padding:80px 0 40px}.hero-note{margin-top:24px;padding:12px 16px;font-size:13px}}@media (max-width: 768px){.pricing-hero{padding:80px 0 60px}.hero-title{font-size:2.5rem!important}.hero-subtitle{font-size:1rem}.faq-section{padding:60px 0}.section-title{font-size:2rem!important}.faq-item{padding:24px}}@media (max-width: 480px){.hero-title{font-size:2rem!important}.hero-badge{font-size:12px;padding:6px 12px}}.pricing-page .ant-typography{color:inherit}.pricing-page .ant-typography.ant-typography-caption{color:#fff9}.pricing-page .pricing-section{background:#0a0a0a;color:#fff}.pricing-page .pricing-section .section-header h2{color:#fff!important}.pricing-page .pricing-section .section-header p{color:#ffffffb3!important}.leaderboard-page{min-height:100vh}.leaderboard-hero{background:linear-gradient(135deg,#0d1117,#161b22,#0a1120 50%,#0a0a0a);padding:100px 0;position:relative;overflow:hidden}.leaderboard-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 85%,rgba(20,211,149,.15) 0%,transparent 40%),radial-gradient(circle at 85% 15%,rgba(88,166,255,.12) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(31,111,235,.08) 0%,transparent 60%),radial-gradient(circle at 25% 25%,rgba(13,115,119,.1) 0%,transparent 35%)}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:0 20px}.hero-badge{display:inline-block;background:linear-gradient(135deg,#14d3951a,#58a6ff1a);border:1px solid rgba(20,211,149,.3);border-radius:50px;padding:10px 20px;margin-bottom:32px;font-size:14px;font-weight:600;color:#fff;box-shadow:0 8px 32px #14d3951a,inset 0 1px #ffffff1a}.hero-title{font-size:4rem!important;font-weight:800!important;line-height:1.2!important;margin-bottom:24px!important;color:#fff!important}.title-highlight{background:linear-gradient(135deg,#14d395,#58a6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem!important;color:#fffc!important;line-height:1.6!important;margin-bottom:48px!important;max-width:700px;margin-left:auto;margin-right:auto}.hero-subtitle .highlight-deepv{color:#f59e0b!important;font-weight:700!important;text-shadow:0 0 15px rgba(245,158,11,.4)}.hero-subtitle .highlight-white{color:#ffffffe6!important;font-weight:500!important}.hero-actions{display:flex;gap:20px;justify-content:center;margin-bottom:64px}.hero-actions .ant-btn,.hero-actions .ant-btn:hover{text-decoration:none!important}.hero-actions .ant-btn:focus{text-decoration:none!important}.hero-actions .primary-btn{background:linear-gradient(135deg,#00d4ff,#6366f1)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:18px!important;box-shadow:0 4px 24px #00d4ff4d!important;text-decoration:none!important}.hero-actions .secondary-btn{background:#ffffff1a!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;color:#fff!important;border-radius:18px!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-decoration:none!important}.hero-actions .secondary-btn:hover{background:#ffffff26!important}.hero-stats{display:flex;justify-content:center;gap:80px}.stat-item{text-align:center;min-width:160px;display:flex;flex-direction:column;align-items:center}.stat-item:nth-child(1) .stat-number{color:#00d4ff;text-shadow:0 0 20px rgba(0,212,255,.6)}.stat-item:nth-child(2) .stat-number{color:#6366f1;text-shadow:0 0 20px rgba(99,102,241,.6)}.stat-item:nth-child(3) .stat-number{color:#22c55e;text-shadow:0 0 20px rgba(34,197,94,.6)}.stat-number{font-size:3.2rem;font-weight:800;line-height:1;margin-bottom:12px}.stat-label{font-size:1.1rem;color:#fffc;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:64px}.section-badge{display:inline-block;background:#00d4ff1a;border:1px solid rgba(0,212,255,.2);border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600;color:#00d4ff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.section-title{font-size:2.5rem!important;font-weight:700!important;color:#fff!important;margin-bottom:16px!important}.section-subtitle{font-size:1.125rem!important;color:#ffffffb3!important;max-width:600px;margin:0 auto}.comparison-section{padding:80px 0;background:#0a0a0a}.comparison-table-wrapper{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.comparison-table .ant-table{background:transparent!important}.comparison-table .ant-table-thead>tr>th{background:#00d4ff1a!important;border-bottom:1px solid rgba(0,212,255,.2)!important;color:#fff!important;font-weight:600!important;font-size:16px!important;padding:20px 16px!important;text-align:center!important}.comparison-table .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.05)!important;padding:24px 16px!important}.comparison-table .ant-table-tbody>tr:hover>td{background:#00d4ff0d!important}.feature-cell{text-align:left}.feature-name{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.feature-desc{font-size:14px;color:#fff9;line-height:1.4}.support-tag{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:6px;font-weight:500;font-size:14px}.support-tag.full{background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#22c55e}.support-tag.partial{background:#fbbf2426;border:1px solid rgba(251,191,36,.3);color:#fbbf24}.support-tag.none{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.support-icon{font-size:16px}.support-icon.full{color:#22c55e}.support-icon.partial{color:#fbbf24}.support-icon.none{color:#ef4444}.table-note{margin-top:20px;font-size:12px;color:#ffffff80;text-align:center;font-style:italic}.deepdive-section{padding:80px 0;background:#0d1117}.deepdive-grid{margin-top:48px}.tool-card{background:#1e293b66;border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:32px;height:100%;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tool-card:hover{transform:translateY(-4px);border-color:#94a3b84d;box-shadow:0 20px 40px #0000004d}.tool-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.tool-icon{font-size:2rem;line-height:1;color:#94a3b8}.gemini-card .tool-icon{color:#8b5cf6}.codex-card .tool-icon{color:#3b82f6}.claude-card .tool-icon{color:#a855f7}.tool-badge{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tool-badge.opensource{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff}.tool-badge.official{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff}.tool-name{font-size:1.5rem!important;font-weight:700!important;color:#f1f5f9!important;margin:0 0 16px!important}.tool-description{font-size:.9375rem!important;line-height:1.6!important;color:#94a3b8e6!important;margin-bottom:24px!important;min-height:60px}.tool-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;flex:1}.tool-card .feature-tag{background:#94a3b81a!important;border:1px solid rgba(148,163,184,.2)!important;color:#94a3b8e6!important;font-size:12px!important;padding:4px 10px!important;margin:0!important;border-radius:6px!important}.tool-actions{margin-top:auto}.detailed-analysis-btn{width:100%!important;height:48px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;border-radius:12px!important;font-size:15px!important;font-weight:600!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;transition:all .3s ease!important;box-shadow:0 4px 12px #6366f14d!important;margin-bottom:16px!important}.detailed-analysis-btn:hover{background:linear-gradient(135deg,#5b21b6,#7c3aed)!important;box-shadow:0 6px 16px #6366f166!important;transform:translateY(-2px)!important}.tool-links{display:flex;justify-content:center;gap:24px;padding-top:16px;border-top:1px solid rgba(148,163,184,.1)}.tool-links .ant-btn-link{color:#94a3b8cc!important;font-size:14px!important;padding:0!important;display:flex!important;align-items:center!important;gap:6px!important}.tool-links .ant-btn-link:hover{color:#fff!important}.comparison-cta{text-align:center;margin-top:64px;padding:48px;background:#1e293b4d;border:1px solid rgba(148,163,184,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-text{font-size:1.125rem!important;color:#f1f5f9e6!important;margin-bottom:24px!important}.view-comparison-btn{background:#94a3b81a!important;border:1px solid rgba(148,163,184,.2)!important;color:#f1f5f9!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.view-comparison-btn:hover{background:#94a3b833!important;border-color:#94a3b84d!important;color:#fff!important}.quickstart-section{padding:80px 0;background:#0a0a0a}.quickstart-grid{margin-top:48px}.quickstart-card{background:#152239cc;border:1px solid rgba(0,212,255,.2);border-radius:20px;padding:32px;height:100%;position:relative;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quickstart-card:hover{transform:translateY(-4px);border-color:#00d4ff66;box-shadow:0 16px 40px #00d4ff1a}.quickstart-card.recommended:hover{transform:scale(1.05) translateY(-4px);border-color:#00d4ffcc;box-shadow:0 24px 56px #00d4ff4d}.quickstart-card.recommended{border-color:#00d4ffb3;box-shadow:0 20px 48px #00d4ff40;background:#152239fa;transform:scale(1.05);border-width:2px;position:relative;z-index:10}.best-choice-badge{position:absolute;top:-20px;right:30px;background:linear-gradient(135deg,#00d4ff,#6366f1);color:#fff;padding:10px 18px;border-radius:24px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 6px 20px #00d4ff66;z-index:10;white-space:nowrap;border:2px solid rgba(255,255,255,.1)}.quickstart-card .card-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px;text-align:center}.quickstart-card .tool-icon{font-size:2.5rem}.recommended-badge,.type-badge{display:block;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;margin:0 auto 20px;letter-spacing:.5px;text-align:center;width:fit-content}.recommended-badge{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;box-shadow:0 4px 12px #3b82f64d}.type-badge.official,.type-badge.opensource{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.quickstart-card h3{color:#fff!important;margin:0!important;font-size:1.375rem!important;font-weight:700!important}.quickstart-card p{color:#fffc!important;margin-bottom:24px!important;font-size:14px!important;line-height:1.6!important}.card-actions{margin:32px 0 16px}.main-action-btn{background:transparent!important;border:1px solid rgba(255,255,255,.3)!important;color:#ffffffe6!important;width:100%!important;height:48px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;box-shadow:none!important;transition:all .3s ease!important}.main-action-btn:hover{background:#ffffff1a!important;border-color:#ffffff80!important;color:#fff!important}.quickstart-card.recommended .main-action-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;color:#fff!important;box-shadow:0 6px 20px #6366f166!important}.quickstart-card.recommended .main-action-btn:hover{background:linear-gradient(135deg,#5b21b6,#7c3aed)!important;box-shadow:0 8px 24px #6366f180!important}.bottom-links{display:flex;justify-content:center;gap:24px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.bottom-links .ant-btn-link{color:#ffffffb3!important;padding:0!important;font-size:14px!important;font-weight:500!important}.bottom-links .ant-btn-link:hover{color:#00d4ff!important}.features-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.quickstart-card .features-tags .ant-tag{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffe6!important;border-radius:20px!important;font-size:12px!important;padding:4px 12px!important;margin:2px!important;font-weight:500!important}.download-section{text-align:center;margin-top:64px;padding:48px;background:#00d4ff0d;border:1px solid rgba(0,212,255,.1);border-radius:16px}.download-text{color:#fffc!important;margin-bottom:24px!important;font-size:1.125rem!important}.download-btn{background:linear-gradient(135deg,#00d4ff,#6366f1)!important;border:none!important;color:#fff!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important}@media (max-width: 1024px){.hero-title{font-size:3rem!important}.hero-stats{gap:40px;padding:32px 16px}.stat-item{min-width:140px;padding:20px 16px}.stat-number{font-size:2.8rem}.deepdive-card{padding:32px}.deepdive-card .features-grid{grid-template-columns:1fr}}@media (max-width: 768px){.leaderboard-hero{padding:80px 0 40px}.hero-title{font-size:2.5rem!important}.hero-subtitle{font-size:1.125rem!important}.hero-actions{flex-direction:column;align-items:center;gap:16px}.hero-actions .ant-btn{width:100%;max-width:280px}.hero-stats{flex-direction:column;gap:20px;align-items:center;padding:32px 16px}.stat-item{min-width:240px;width:100%;max-width:300px;padding:28px 20px}.comparison-table-wrapper{padding:20px;overflow-x:auto}.section-title{font-size:2rem!important}.performance-grid,.quickstart-grid{margin-top:32px}.deepdive-section{padding:60px 0}.deepdive-grid{margin-top:32px}.tool-card{padding:24px}.tool-description{min-height:auto}.comparison-cta{padding:32px 20px}}@media (max-width: 480px){.hero-title{font-size:2rem!important}.stat-number{font-size:2rem}.comparison-table .ant-table-thead>tr>th,.comparison-table .ant-table-tbody>tr>td{padding:12px 8px!important;font-size:14px!important}.feature-name{font-size:14px}.feature-desc{font-size:12px}.tool-card{padding:20px}.tool-icon{font-size:1.5rem}.tool-name{font-size:1.25rem!important}.tool-description{font-size:.875rem!important}.detailed-analysis-btn{height:44px!important;font-size:14px!important}.comparison-cta{padding:24px 16px}.cta-text{font-size:1rem!important}}.quickstart-hero-card{background:linear-gradient(135deg,#0f1419,#1a1f2e,#2a2d3a);border:2px solid transparent;background-clip:padding-box;border-radius:24px;margin-bottom:64px;position:relative;overflow:visible}.quickstart-hero-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#14d395,#58a6ff,#f59e0b);border-radius:24px;padding:2px;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor}.hero-card-content{position:relative;z-index:2;padding:48px;text-align:center}.hero-card-header{margin-bottom:32px}.hero-tool-icon{font-size:4rem;margin-bottom:16px}.hero-tool-title{color:#fff!important;margin:0 0 16px!important;font-size:2.5rem!important;font-weight:800!important;background:linear-gradient(135deg,#14d395,#58a6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{color:#ffffffe6!important;font-size:1.25rem!important;line-height:1.6!important;margin-bottom:40px!important;max-width:800px;margin-left:auto;margin-right:auto}.hero-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.hero-feature-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.hero-feature-item:hover{background:#ffffff1a;border-color:#14d3954d;transform:translateY(-2px)}.hero-feature-item .feature-icon{font-size:1.5rem}.hero-feature-item span{color:#ffffffe6;font-weight:600;font-size:14px}.hero-actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.hero-primary-btn{background:linear-gradient(135deg,#14d395,#58a6ff)!important;border:none!important;color:#fff!important;height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:700!important;border-radius:16px!important;box-shadow:0 8px 24px #14d3954d!important;transition:all .3s ease!important}.hero-primary-btn:hover{background:linear-gradient(135deg,#0ea5e9,#3b82f6)!important;box-shadow:0 12px 32px #14d39566!important;transform:translateY(-2px)!important}.hero-secondary-btn{background:transparent!important;border:2px solid rgba(255,255,255,.3)!important;color:#ffffffe6!important;height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:16px!important;transition:all .3s ease!important}.hero-secondary-btn:hover{background:#ffffff1a!important;border-color:#ffffff80!important;color:#fff!important;transform:translateY(-2px)!important}.hero-link-btn{color:#ffffffb3!important;font-size:16px!important;font-weight:500!important;padding:8px 16px!important;text-decoration:underline!important}.hero-link-btn:hover{color:#14d395!important}.competitors-section{margin-top:64px}.competitors-title{color:#ffffffe6!important;text-align:center;margin-bottom:32px!important;font-size:1.5rem!important;font-weight:600!important}.competitors-grid{margin-top:32px}.competitor-card{background:#1e1e1ecc;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;height:100%;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.competitor-card:hover{transform:translateY(-4px);border-color:#fff3;box-shadow:0 12px 32px #0000004d}.competitor-header{text-align:center;margin-bottom:16px}.competitor-icon{font-size:2rem;margin-bottom:12px}.competitor-card h4{color:#fff!important;margin:0 0 8px!important;font-size:1.125rem!important;font-weight:700!important}.competitor-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.competitor-badge.official{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.competitor-badge.opensource{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.competitor-description{color:#ffffffb3!important;font-size:13px!important;line-height:1.5!important;margin-bottom:16px!important;text-align:center}.competitor-features{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:20px}.competitor-features .ant-tag{background:#ffffff14!important;border:1px solid rgba(255,255,255,.15)!important;color:#fffc!important;border-radius:12px!important;font-size:10px!important;padding:2px 8px!important;margin:2px!important;font-weight:500!important}.competitor-actions{text-align:center}.competitor-detail-btn{background:transparent!important;border:1px solid rgba(255,255,255,.2)!important;color:#fffc!important;width:100%!important;height:36px!important;font-size:13px!important;font-weight:500!important;border-radius:8px!important;transition:all .3s ease!important}.competitor-detail-btn:hover{background:#ffffff0d!important;border-color:#ffffff4d!important;color:#fff!important}.deepdive-grid .tool-card.gemini-card,.deepdive-grid .tool-card.codex-card,.deepdive-grid .tool-card.claude-card{border-color:#94a3b81a!important}.deepdive-grid .tool-card.gemini-card:hover,.deepdive-grid .tool-card.codex-card:hover,.deepdive-grid .tool-card.claude-card:hover{border-color:#94a3b84d!important;box-shadow:0 20px 40px #0000004d!important}@media (max-width: 768px){.hero-card-content{padding:32px 24px}.hero-tool-title{font-size:2rem!important}.hero-description{font-size:1.125rem!important}.hero-features-grid{grid-template-columns:1fr;gap:16px}.hero-actions{flex-direction:column;gap:12px}.hero-primary-btn,.hero-secondary-btn{width:100%;height:48px!important;font-size:14px!important}.competitors-grid .ant-col{margin-bottom:16px}.competitor-card{padding:20px}}._toolDetailPage_zejtu_2{min-height:100vh;background:#0a0a0a}._heroSection_zejtu_8{background:linear-gradient(135deg,#0d1117,#161b22,#0a1120 50%,#0a0a0a);padding:80px 0;position:relative;overflow:hidden}._heroSection_zejtu_8 .container{text-align:center}._heroSection_zejtu_8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 85%,rgba(139,92,246,.15) 0%,transparent 40%),radial-gradient(circle at 85% 15%,rgba(99,102,241,.12) 0%,transparent 40%);pointer-events:none}._badgeTag_zejtu_32{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 auto 24px;background:#3b82f633;color:#60a5fa;border:1px solid rgba(59,130,246,.3);position:relative;z-index:2}._heroTitle_zejtu_50{font-size:3.5rem!important;font-weight:800!important;background:linear-gradient(135deg,#60a5fa,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px!important;position:relative;z-index:2;line-height:1.2!important;text-align:center}._heroDescription_zejtu_64{font-size:1.25rem!important;color:#94a3b8e6!important;margin:0 auto 48px!important;max-width:900px;position:relative;z-index:2;line-height:1.8!important;text-align:center}._heroImage_zejtu_75{margin-bottom:48px;position:relative;z-index:2;max-width:1000px;margin-left:auto;margin-right:auto}._terminalScreenshot_zejtu_84{width:100%;height:auto;border-radius:16px;border:1px solid rgba(59,130,246,.2);box-shadow:0 0 0 1px #3b82f61a,0 20px 60px #0009,0 0 40px #3b82f626;transition:all .3s ease}._terminalScreenshot_zejtu_84:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #3b82f633,0 24px 80px #000000b3,0 0 60px #3b82f640}._heroStats_zejtu_104{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;position:relative;z-index:2}._statCard_zejtu_112{background:#1e293b99;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:32px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}._statCard_zejtu_112:hover{transform:translateY(-4px);border-color:#8b5cf680;box-shadow:0 12px 32px #8b5cf633}._statIcon_zejtu_128{color:#8b5cf6;margin-bottom:16px;stroke-width:1.5}._statCard_zejtu_112 h3{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin:0 0 8px!important}._statCard_zejtu_112 p{font-size:.9375rem!important;color:#ffffffb3!important;margin:0!important}._contentSection_zejtu_148{padding:80px 0}._contentSection_zejtu_148 h2{font-size:2.5rem!important;font-weight:700!important;background:linear-gradient(135deg,#60a5fa,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:32px!important;text-align:center}._sectionHeader_zejtu_165{text-align:center;margin-bottom:64px}._sectionHeaderInline_zejtu_170{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}._sectionHeaderInline_zejtu_170 h2{margin:0!important}._sectionHeader_zejtu_165 h2{font-size:2.5rem!important;font-weight:700!important;background:linear-gradient(135deg,#60a5fa,#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px!important}._sectionSubtitle_zejtu_192{font-size:1.125rem!important;color:#ffffffb3!important;max-width:800px;margin:0 auto 64px!important;text-align:center}._contentBlock_zejtu_200{max-width:900px;margin:0 auto}._largeText_zejtu_205{font-size:1.125rem!important;line-height:1.8!important;color:#ffffffd9!important;margin-bottom:24px!important}._featuresSection_zejtu_213{background:#0d1117}._featureCard_zejtu_217{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%;transition:all .3s ease}._featureCard_zejtu_217:hover{transform:translateY(-4px);border-color:#8b5cf64d!important;box-shadow:0 12px 32px #8b5cf626}._featureIcon_zejtu_232{margin-bottom:20px;color:#8b5cf6}._featureIcon_zejtu_232 svg{stroke-width:1.5}._featureCard_zejtu_217 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._featureCard_zejtu_217 p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin:0!important}._useCasesSection_zejtu_256{background:#0a0a0a}._useCaseCard_zejtu_260{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%}._useCaseHeader_zejtu_268{display:flex;align-items:center;gap:16px;margin-bottom:16px}._useCaseIcon_zejtu_275{color:#8b5cf6}._useCaseIcon_zejtu_275 svg{stroke-width:1.5}._useCaseCard_zejtu_260 h3{font-size:1.375rem!important;font-weight:600!important;color:#fff!important;margin:0!important}._useCaseCard_zejtu_260>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:24px!important}._examplesList_zejtu_297{display:flex;flex-direction:column;gap:12px}._exampleItem_zejtu_303{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:8px;font-size:.9375rem;color:#ffffffd9}._checkIcon_zejtu_315{color:#8b5cf6;flex-shrink:0;stroke-width:2}._authSection_zejtu_322{background:#0d1117}._authCard_zejtu_326{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%;position:relative;overflow:hidden}._authTag_zejtu_336{position:absolute;top:16px;right:16px;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._authCard_zejtu_326._recommended_zejtu_348 ._authTag_zejtu_336{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}._authCard_zejtu_326._developer_zejtu_353 ._authTag_zejtu_336{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}._authCard_zejtu_326._enterprise_zejtu_358 ._authTag_zejtu_336{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._authIcon_zejtu_363{margin-bottom:20px;color:#8b5cf6}._authIcon_zejtu_363 svg{stroke-width:1.5}._authCard_zejtu_326 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._authCard_zejtu_326>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:24px!important}._featuresList_zejtu_386{display:flex;flex-direction:column;gap:12px}._featureItem_zejtu_392{display:flex;align-items:center;gap:12px;font-size:.9375rem;color:#ffffffd9}._installSection_zejtu_401{background:#0a0a0a}._installCard_zejtu_405{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%}._installHeader_zejtu_413{display:flex;align-items:center;gap:16px;margin-bottom:16px}._installIcon_zejtu_420{color:#8b5cf6}._installIcon_zejtu_420 svg{stroke-width:1.5}._installCard_zejtu_405 h3{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin:0!important}._installCard_zejtu_405>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:20px!important}._commandBox_zejtu_442{background:#0000004d;border:1px solid rgba(139,92,246,.3);border-radius:8px;padding:16px}._commandBox_zejtu_442 code{font-family:Monaco,Menlo,Courier New,monospace;font-size:.875rem;color:#8b5cf6;display:block}._requirementsCard_zejtu_456{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;margin-top:32px}._requirementsCard_zejtu_456 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:20px!important}._requirementsList_zejtu_471{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}._requirementItem_zejtu_477{display:flex;align-items:center;gap:12px;font-size:.9375rem;color:#ffffffd9}._faqSection_zejtu_486{background:#0d1117}._faqHeaderIcon_zejtu_490{color:#8b5cf6;stroke-width:1.5;flex-shrink:0}._faqList_zejtu_496{max-width:900px;margin:0 auto 48px;display:flex;flex-direction:column;gap:24px}._faqCard_zejtu_504{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;transition:all .3s ease}._faqCard_zejtu_504:hover{border-color:#8b5cf64d!important}._faqCard_zejtu_504 h3{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._faqCard_zejtu_504 p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin:0!important}._helpCard_zejtu_530{background:#1e293b99!important;border:1px solid rgba(139,92,246,.3)!important;border-radius:16px!important;padding:40px!important;text-align:center;max-width:900px;margin:0 auto}._helpCard_zejtu_530 h3{font-size:1.5rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._helpCard_zejtu_530>p{font-size:1rem!important;color:#ffffffb3!important;margin-bottom:32px!important}._helpActions_zejtu_553{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._helpActions_zejtu_553 .ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important}._helpActions_zejtu_553 .ant-btn-primary:hover{background:linear-gradient(135deg,#5b21b6,#7c3aed)!important}._helpActions_zejtu_553 .ant-btn:not(.ant-btn-primary){background:#94a3b81a!important;border:1px solid rgba(148,163,184,.2)!important;color:#fff!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important}._helpActions_zejtu_553 .ant-btn:not(.ant-btn-primary):hover{background:#94a3b833!important;border-color:#94a3b84d!important}@media (max-width: 768px){._heroTitle_zejtu_50{font-size:2.5rem!important}._heroDescription_zejtu_64{font-size:1.125rem!important}._heroStats_zejtu_104{grid-template-columns:1fr}._contentSection_zejtu_148{padding:60px 0}._sectionHeader_zejtu_165 h2{font-size:2rem!important}._helpActions_zejtu_553{flex-direction:column}._helpActions_zejtu_553 .ant-btn{width:100%}}@media (max-width: 480px){._heroSection_zejtu_8{padding:60px 0}._heroTitle_zejtu_50{font-size:2rem!important}._heroDescription_zejtu_64{font-size:1rem!important}._sectionHeader_zejtu_165 h2{font-size:1.75rem!important}}._toolDetailPage_q0w16_2{min-height:100vh;background:#0a0a0a}._heroSection_q0w16_8{background:linear-gradient(135deg,#0d1117,#161b22,#0a1120 50%,#0a0a0a);padding:80px 0;position:relative;overflow:hidden}._heroSection_q0w16_8 .container{text-align:center}._heroSection_q0w16_8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 85%,rgba(255,112,67,.15) 0%,transparent 40%),radial-gradient(circle at 85% 15%,rgba(255,87,34,.12) 0%,transparent 40%);pointer-events:none}._badgeTag_q0w16_32{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 auto 24px;background:#ff704333;color:#ff7043;border:1px solid rgba(255,112,67,.3);position:relative;z-index:2}._heroTitle_q0w16_50{font-size:3.5rem!important;font-weight:800!important;background:linear-gradient(135deg,#ff7043,#ff5722);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px!important;position:relative;z-index:2;line-height:1.2!important;text-align:center}._heroDescription_q0w16_64{font-size:1.25rem!important;color:#94a3b8e6!important;margin:0 auto 48px!important;max-width:900px;position:relative;z-index:2;line-height:1.8!important;text-align:center}._heroStats_q0w16_75{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;position:relative;z-index:2;max-width:600px;margin:0 auto}._statCard_q0w16_85{background:#1e293b99;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:24px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}._statCard_q0w16_85:hover{transform:translateY(-4px);border-color:#ff704380;box-shadow:0 12px 32px #ff704333}._statIcon_q0w16_101{color:#ff7043;margin-bottom:12px;stroke-width:1.5}._statCard_q0w16_85 h3{font-size:1rem!important;font-weight:600!important;color:#fff!important;margin:0!important;line-height:1.3!important}._contentSection_q0w16_116{padding:80px 0}._contentSection_q0w16_116 h2{font-size:2.5rem!important;font-weight:700!important;background:linear-gradient(135deg,#ff7043,#ff5722,#ff9800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:32px!important;text-align:center}._sectionHeader_q0w16_133{text-align:center;margin-bottom:64px}._sectionSubHeader_q0w16_138{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}._sectionSubHeader_q0w16_138 h3{margin:0!important;font-size:1.5rem!important;font-weight:600!important;color:#fff!important}._sectionSubHeader_q0w16_138 p{margin:0!important;color:#ffffffb3!important}._sectionIcon_q0w16_158{color:#ff7043;stroke-width:1.5;flex-shrink:0}._sectionHeaderInline_q0w16_164{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px}._sectionHeaderInline_q0w16_164 h2{margin:0!important}._contentBlock_q0w16_176{max-width:900px;margin:0 auto}._largeText_q0w16_181{font-size:1.125rem!important;line-height:1.8!important;color:#ffffffd9!important;margin-bottom:24px!important}._featuresList_q0w16_188{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:32px}._featureItem_q0w16_195{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ff70431a;border:1px solid rgba(255,112,67,.2);border-radius:8px;font-size:.9375rem;color:#ffffffd9}._checkIcon_q0w16_207{color:#ff7043;flex-shrink:0;stroke-width:2}._featuresSection_q0w16_214{background:#0d1117}._featureCard_q0w16_218{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;height:100%;transition:all .3s ease}._featureCard_q0w16_218:hover{transform:translateY(-4px);border-color:#ff70434d!important;box-shadow:0 12px 32px #ff704326}._featureIcon_q0w16_232{margin-bottom:20px;color:#ff7043}._featureIcon_q0w16_232 svg{stroke-width:1.5}._featureCard_q0w16_218 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._featureCard_q0w16_218 p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin:0!important}._useCasesSection_q0w16_256{background:#0a0a0a}._useCasesSection_q0w16_256 ._ant-row_q0w16_260{max-width:800px;margin:0 auto}._useCaseCard_q0w16_265{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%;transition:all .3s ease}._useCaseCard_q0w16_265:hover{transform:translateY(-4px);border-color:#ff70434d!important}._useCaseHeader_q0w16_279{display:flex;align-items:center;gap:16px;margin-bottom:16px}._useCaseIcon_q0w16_286{color:#ff7043}._useCaseIcon_q0w16_286 svg{stroke-width:1.5}._useCaseCard_q0w16_265 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin:0!important}._useCaseCard_q0w16_265>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:20px!important}._exampleCommand_q0w16_308{background:#0000004d;border:1px solid rgba(255,112,67,.3);border-radius:8px;padding:16px;margin-top:16px}._exampleCommand_q0w16_308 code{font-family:Monaco,Menlo,Courier New,monospace;font-size:.875rem;color:#ff7043;display:block}._authSection_q0w16_324{background:#0d1117}._authCard_q0w16_328{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%;position:relative;overflow:hidden;transition:all .3s ease}._authCard_q0w16_328:hover{transform:translateY(-4px)}._authTag_q0w16_343{position:absolute;top:16px;right:16px;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._authCard_q0w16_328._recommended_q0w16_355 ._authTag_q0w16_343{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}._authCard_q0w16_328._developer_q0w16_360 ._authTag_q0w16_343{background:linear-gradient(135deg,#ff7043,#ff5722);color:#fff}._authCard_q0w16_328._enterprise_q0w16_365 ._authTag_q0w16_343{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._authIcon_q0w16_370{margin-bottom:20px;color:#ff7043}._authIcon_q0w16_370 svg{stroke-width:1.5}._authCard_q0w16_328 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._authCard_q0w16_328>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:24px!important}._installSection_q0w16_394{background:#0a0a0a}._installGuideCard_q0w16_398{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:48px!important}._installGuideHeader_q0w16_405{display:flex;align-items:center;gap:24px;margin-bottom:40px}._installIcon_q0w16_412{color:#ff7043;stroke-width:1.5}._installGuideHeader_q0w16_405 h3{font-size:1.5rem!important;font-weight:600!important;color:#fff!important;margin-bottom:8px!important}._installGuideHeader_q0w16_405 p{font-size:1rem!important;color:#ffffffb3!important;margin:0!important}._installSteps_q0w16_430{margin-bottom:40px}._stepSection_q0w16_434{margin-bottom:32px}._stepSection_q0w16_434:last-child{margin-bottom:0}._stepSection_q0w16_434 h4{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._stepSection_q0w16_434 ul{margin:0;padding-left:20px}._stepSection_q0w16_434 li{color:#ffffffd9;margin-bottom:8px}._commandBox_q0w16_459{background:#0000004d;border:1px solid rgba(234,88,12,.3);border-radius:8px;padding:16px;margin-top:8px}._commandBox_q0w16_459 code{font-family:Monaco,Menlo,Courier New,monospace;font-size:.875rem;color:#ff7043;display:block}._commandNote_q0w16_474{font-size:.75rem!important;color:#ffffff80!important;font-style:italic;margin-top:8px}._docsActions_q0w16_481{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._commandsSection_q0w16_489,._flagsSection_q0w16_490{background:#0d1117}._tableCard_q0w16_494{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:0!important;overflow:hidden}._commandTable_q0w16_502 .ant-table,._flagTable_q0w16_503 .ant-table{background:transparent!important}._commandTable_q0w16_502 .ant-table-thead>tr>th,._flagTable_q0w16_503 .ant-table-thead>tr>th{background:#ff70431a!important;border-bottom:1px solid rgba(255,112,67,.2)!important;color:#fff!important;font-weight:600!important;font-size:.9375rem!important}._commandTable_q0w16_502 .ant-table-tbody>tr>td,._flagTable_q0w16_503 .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid rgba(148,163,184,.1)!important;color:#ffffffd9!important;font-size:.875rem!important;padding:16px!important}._commandTable_q0w16_502 .ant-table-tbody>tr:hover>td,._flagTable_q0w16_503 .ant-table-tbody>tr:hover>td{background:#ff70430d!important}._codeText_q0w16_530{background:#ff70431a!important;color:#ff7043!important;padding:4px 8px!important;border-radius:4px!important;font-family:Monaco,Menlo,Courier New,monospace!important;font-size:.8125rem!important;border:1px solid rgba(255,112,67,.2)!important}._exampleCode_q0w16_540{background:#0000004d!important;color:#ffffffb3!important;padding:4px 8px!important;border-radius:4px!important;font-family:Monaco,Menlo,Courier New,monospace!important;font-size:.75rem!important;border:1px solid rgba(148,163,184,.2)!important}._faqSection_q0w16_551{background:#0a0a0a}._faqHeaderIcon_q0w16_555{color:#ff7043;stroke-width:1.5;flex-shrink:0}._faqList_q0w16_561{max-width:900px;margin:0 auto 48px;display:flex;flex-direction:column;gap:24px}._faqCard_q0w16_569{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;transition:all .3s ease}._faqCard_q0w16_569:hover{border-color:#ff70434d!important}._faqCard_q0w16_569 h3{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._faqCard_q0w16_569 p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin:0!important}._helpCard_q0w16_595{background:#1e293b99!important;border:1px solid rgba(255,112,67,.3)!important;border-radius:16px!important;padding:40px!important;text-align:center;max-width:900px;margin:0 auto}._helpCard_q0w16_595 h3{font-size:1.5rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._helpCard_q0w16_595>p{font-size:1rem!important;color:#ffffffb3!important;margin-bottom:32px!important}._helpActions_q0w16_618{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._helpActions_q0w16_618 .ant-btn-primary{background:linear-gradient(135deg,#ff7043,#ff5722)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:8px!important}._helpActions_q0w16_618 .ant-btn-primary:hover{background:linear-gradient(135deg,#f4511e,#e64a19)!important}._helpActions_q0w16_618 .ant-btn:not(.ant-btn-primary){background:#94a3b81a!important;border:1px solid rgba(148,163,184,.2)!important;color:#fff!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important}._helpActions_q0w16_618 .ant-btn:not(.ant-btn-primary):hover{background:#94a3b833!important;border-color:#94a3b84d!important}._docsActions_q0w16_481 .ant-btn-primary{background:linear-gradient(135deg,#ff7043,#ff5722)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:8px!important}._docsActions_q0w16_481 .ant-btn-primary:hover{background:linear-gradient(135deg,#f4511e,#e64a19)!important}._docsActions_q0w16_481 .ant-btn:not(.ant-btn-primary){background:#94a3b81a!important;border:1px solid rgba(148,163,184,.2)!important;color:#fff!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important}._docsActions_q0w16_481 .ant-btn:not(.ant-btn-primary):hover{background:#94a3b833!important;border-color:#94a3b84d!important}@media (max-width: 768px){._heroTitle_q0w16_50{font-size:2.5rem!important}._heroDescription_q0w16_64{font-size:1.125rem!important}._heroStats_q0w16_75{grid-template-columns:repeat(2,1fr);gap:16px}._contentSection_q0w16_116{padding:60px 0}._sectionHeader_q0w16_133 h2{font-size:2rem!important}._installGuideCard_q0w16_398{padding:32px 24px!important}._installGuideHeader_q0w16_405{flex-direction:column;text-align:center;gap:16px}._helpActions_q0w16_618,._docsActions_q0w16_481{flex-direction:column}._helpActions_q0w16_618 .ant-btn,._docsActions_q0w16_481 .ant-btn{width:100%}._featuresList_q0w16_188{grid-template-columns:1fr}._sectionSubHeader_q0w16_138{flex-direction:column;text-align:center;gap:8px}}@media (max-width: 480px){._heroSection_q0w16_8{padding:60px 0}._heroTitle_q0w16_50{font-size:2rem!important}._heroDescription_q0w16_64{font-size:1rem!important}._heroStats_q0w16_75{grid-template-columns:1fr}._sectionHeader_q0w16_133 h2{font-size:1.75rem!important}._commandTable_q0w16_502 .ant-table-tbody>tr>td,._flagTable_q0w16_503 .ant-table-tbody>tr>td{padding:12px 8px!important;font-size:.8125rem!important}._statCard_q0w16_85{padding:20px}}._toolDetailPage_1htwg_2{min-height:100vh;background:#000;color:#fff}._heroSection_1htwg_9{padding:80px 0 60px;background:linear-gradient(135deg,#0f1419,#1a1f2e,#2a2d3a);position:relative;color:#fff;text-align:center;overflow:hidden}._heroSection_1htwg_9:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ff4d6d26,#ff8a3d1f,#ffb34714);z-index:1}._heroSection_1htwg_9>*{position:relative;z-index:2}._badgeTag_1htwg_34{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#ff4d6d,#ff8a3d,#ffb347);padding:10px 20px;border-radius:25px;font-size:14px;font-weight:600;margin-bottom:24px;color:#fff;box-shadow:0 4px 20px #ff4d6d4d;border:none}._heroTitle_1htwg_49{color:#fff!important;font-size:3.5rem!important;font-weight:700!important;margin:24px 0!important;line-height:1.2!important}._heroDescription_1htwg_57{font-size:1.25rem!important;color:#ffffffe6!important;max-width:800px;margin:0 auto 40px!important;line-height:1.6}._heroStats_1htwg_65{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;max-width:1000px;margin:48px auto}._statCard_1htwg_75{background:#ffffff0d;padding:28px 24px;border-radius:16px;text-align:center;border:1px solid rgba(255,77,109,.2);box-shadow:0 8px 25px #0000004d;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._statCard_1htwg_75:hover{transform:translateY(-5px);background:#ff4d6d1a;border-color:#ff4d6d66;box-shadow:0 12px 35px #ff4d6d33}._statIcon_1htwg_93{color:#fffc;margin-bottom:12px}._statCard_1htwg_75 h3{color:#fff!important;font-size:1.1rem!important;margin:0!important;font-weight:600!important}._heroActions_1htwg_105{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:40px}._heroActions_1htwg_105 .ant-btn-primary{background:linear-gradient(135deg,#ff4d6d,#ff8a3d,#ffb347)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;display:flex!important;align-items:center!important;gap:8px!important;color:#fff!important;box-shadow:0 4px 20px #ff4d6d4d!important;transition:all .3s ease!important}._heroActions_1htwg_105 .ant-btn-primary:hover{background:linear-gradient(135deg,#ff5a7a,#ff9650,#ffc061)!important;transform:translateY(-2px)!important;box-shadow:0 8px 30px #ff4d6d66!important}._heroActions_1htwg_105 .ant-btn:not(.ant-btn-primary){background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,77,109,.3)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}._heroActions_1htwg_105 .ant-btn:not(.ant-btn-primary):hover{background:#ff4d6d26!important;border-color:#ff4d6d80!important;color:#fff!important;transform:translateY(-2px)!important}._whatIsSection_1htwg_159{padding:80px 0;background:#111}._whatIsSection_1htwg_159 h2{text-align:center;margin-bottom:48px!important;font-size:2.5rem!important;color:#fff!important}._description_1htwg_171{font-size:1.125rem!important;color:#ccc!important;line-height:1.8!important;margin-bottom:24px!important}._featureGrid_1htwg_178{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:32px}._featureItem_1htwg_185{display:flex;align-items:center;gap:12px;padding:16px;background:#ffffff0d;border-radius:8px;font-weight:500;color:#fff;border:1px solid rgba(255,77,109,.2);transition:all .3s ease}._featureItem_1htwg_185:hover{background:#ff4d6d1a;border-color:#ff4d6d66}._checkIcon_1htwg_203{color:#ff4d6d;flex-shrink:0}._featuresSection_1htwg_209{padding:80px 0;background:#000}._featuresSection_1htwg_209 h2{text-align:center;margin-bottom:48px!important;font-size:2.5rem!important;color:#fff!important}._featureCard_1htwg_221{height:100%;text-align:center;border:none;box-shadow:0 8px 25px #0000004d;border-radius:16px;overflow:hidden;transition:all .3s ease;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(255,77,109,.2)}._featureCard_1htwg_221:hover{transform:translateY(-8px);box-shadow:0 16px 40px #ff4d6d33;border-color:#ff4d6d66;background:linear-gradient(135deg,#2a2a2a,#3a3a3a)}._featureIcon_1htwg_240{display:flex;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 24px;background:linear-gradient(135deg,#ff4d6d,#ff8a3d,#ffb347);border-radius:50%;color:#fff;box-shadow:0 8px 25px #ff4d6d4d;transition:all .3s ease}._featureCard_1htwg_221:hover ._featureIcon_1htwg_240{transform:scale(1.1);box-shadow:0 12px 35px #ff4d6d66}._featureCard_1htwg_221 h3{color:#fff!important;margin-bottom:16px!important;font-size:1.25rem!important}._featureCard_1htwg_221 p{color:#ccc!important;line-height:1.6!important}._useCasesSection_1htwg_271{padding:80px 0;background:#111}._useCasesSection_1htwg_271 h2{text-align:center;margin-bottom:48px!important;font-size:2.5rem!important;color:#fff!important}._useCaseCard_1htwg_283{height:100%;border:none;box-shadow:0 4px 20px #0000004d;border-radius:12px;overflow:hidden;transition:all .3s ease;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(255,77,109,.2)}._useCaseCard_1htwg_283:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff4d6d33;border-color:#ff4d6d66}._useCaseIcon_1htwg_300{display:flex;align-items:center;gap:16px;margin-bottom:16px}._useCaseIcon_1htwg_300 svg{color:#ff4d6d;flex-shrink:0}._useCaseCard_1htwg_283 h3{color:#fff!important;margin:0!important;font-size:1.25rem!important}._useCaseCard_1htwg_283 p{color:#ccc!important;margin:16px 0!important;line-height:1.6!important}._commandExample_1htwg_324{display:block;background:#1a1a1a;padding:12px;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;color:#ff8a3d;border-left:3px solid #ff4d6d;border:1px solid rgba(255,77,109,.2)}._installationSection_1htwg_337{padding:80px 0;background:#000}._installationSection_1htwg_337 ._container_1htwg_342{max-width:1000px;margin:0 auto;padding:0 24px}._installationSection_1htwg_337 h2{text-align:center;margin-bottom:48px!important;font-size:2.5rem!important;color:#fff!important}._installationCard_1htwg_355{border:none;box-shadow:0 4px 20px #0000004d;border-radius:12px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(255,77,109,.2)}._installationHeader_1htwg_363{display:flex;align-items:center;gap:24px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,77,109,.2)}._installationHeader_1htwg_363 svg{color:#ff4d6d;flex-shrink:0}._installationHeader_1htwg_363 h3{color:#fff!important;margin:0!important;font-size:1.5rem!important}._installationHeader_1htwg_363 p{color:#ccc!important;margin:8px 0 0!important}._installationSteps_1htwg_388{display:flex;flex-direction:column;gap:32px}._step_1htwg_394 h4{color:#fff!important;margin-bottom:12px!important;font-size:1.125rem!important}._step_1htwg_394 ul{margin:0;padding-left:20px}._step_1htwg_394 li{color:#ccc;line-height:1.6;margin-bottom:8px}._codeBlock_1htwg_411{display:block;background:#2d3748;color:#e2e8f0;padding:16px;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;overflow-x:auto;margin:12px 0}._commentLine_1htwg_424{color:#68d391!important;font-style:italic}._step_1htwg_394 p{color:#ccc!important;margin:12px 0 0!important;line-height:1.6!important}._installationActions_1htwg_435{display:flex;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,77,109,.2)}._installationActions_1htwg_435 .ant-btn-primary{background:linear-gradient(135deg,#ff4d6d,#ff8a3d,#ffb347)!important;border:none!important;height:40px!important;padding:0 24px!important;font-weight:600!important;border-radius:8px!important;display:flex!important;align-items:center!important;gap:8px!important;color:#fff!important;box-shadow:0 4px 15px #ff4d6d4d!important;transition:all .3s ease!important}._installationActions_1htwg_435 .ant-btn-primary:hover{background:linear-gradient(135deg,#ff5a7a,#ff9650,#ffc061)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #ff4d6d66!important}._installationActions_1htwg_435 .ant-btn:not(.ant-btn-primary){background:#ffffff0d!important;color:#ccc!important;border:1px solid rgba(255,77,109,.3)!important;height:40px!important;padding:0 24px!important;font-weight:600!important;border-radius:8px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}._installationActions_1htwg_435 .ant-btn:not(.ant-btn-primary):hover{background:#ff4d6d1a!important;border-color:#ff4d6d80!important;color:#fff!important;transform:translateY(-2px)!important}._commandsSection_1htwg_486,._flagsSection_1htwg_487{padding:80px 0;background:#111}._flagsSection_1htwg_487{background:#000}._sectionHeader_1htwg_496{text-align:center;margin-bottom:48px}._sectionHeader_1htwg_496 h2{color:#fff!important;font-size:2.5rem!important;margin-bottom:24px!important}._sectionDescription_1htwg_507{display:flex;align-items:center;gap:24px;justify-content:center;max-width:600px;margin:0 auto}._sectionDescription_1htwg_507 svg{color:#ff4d6d;flex-shrink:0}._sectionDescription_1htwg_507 h3{color:#fff!important;margin:0!important;font-size:1.5rem!important;text-align:left}._sectionDescription_1htwg_507 p{color:#ccc!important;margin:8px 0 0!important;text-align:left;line-height:1.6!important}._commandsTable_1htwg_535,._flagsTable_1htwg_536{background:#1a1a1a;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d;border:1px solid rgba(255,77,109,.2)}._commandsTable_1htwg_535 ._ant-table-thead_1htwg_544>tr>th,._flagsTable_1htwg_536 ._ant-table-thead_1htwg_544>tr>th{background:linear-gradient(135deg,#ff4d6d,#ff8a3d);color:#fff;font-weight:600;border:none}._commandsTable_1htwg_535 ._ant-table-tbody_1htwg_552>tr>td,._flagsTable_1htwg_536 ._ant-table-tbody_1htwg_552>tr>td{border-color:#ff4d6d33;padding:16px;background:#1a1a1a;color:#ccc}._commandsTable_1htwg_535 code,._flagsTable_1htwg_536 code{background:#ff4d6d1a;padding:4px 8px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;color:#ff8a3d;border:1px solid rgba(255,77,109,.3);font-weight:600}._faqSection_1htwg_573{padding:80px 0;background:#111}._faqSection_1htwg_573 ._sectionHeader_1htwg_496{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px}._faqSection_1htwg_573 ._sectionHeader_1htwg_496 svg{color:#ff4d6d}._faqSection_1htwg_573 ._sectionHeader_1htwg_496 h2{color:#fff!important;margin:0!important;font-size:2.5rem!important}._faqCard_1htwg_596{border:none;box-shadow:0 4px 20px #0000004d;border-radius:12px;transition:all .3s ease;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(255,77,109,.2)}._faqCard_1htwg_596:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff4d6d33;border-color:#ff4d6d66}._faqCard_1htwg_596 h3{color:#fff!important;margin-bottom:16px!important;font-size:1.25rem!important}._faqCard_1htwg_596 p{color:#ccc!important;line-height:1.6!important;margin:0!important}._ctaSection_1htwg_624{text-align:center;margin-top:60px;padding:48px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(255,77,109,.3);border-radius:12px;color:#fff;position:relative;overflow:hidden}._ctaSection_1htwg_624:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ff4d6d1a,#ff8a3d14,#ffb3470d);z-index:1}._ctaSection_1htwg_624>*{position:relative;z-index:2}._ctaSection_1htwg_624 h3{color:#fff!important;font-size:2rem!important;margin-bottom:16px!important}._ctaSection_1htwg_624 p{color:#ffffffe6!important;font-size:1.125rem!important;margin-bottom:32px!important}._ctaActions_1htwg_664{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._ctaActions_1htwg_664 .ant-btn-primary{background:linear-gradient(135deg,#ff4d6d,#ff8a3d,#ffb347)!important;color:#fff!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;display:flex!important;align-items:center!important;gap:8px!important;box-shadow:0 4px 20px #ff4d6d4d!important;transition:all .3s ease!important}._ctaActions_1htwg_664 .ant-btn-primary:hover{background:linear-gradient(135deg,#ff5a7a,#ff9650,#ffc061)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 8px 30px #ff4d6d66!important}._ctaActions_1htwg_664 .ant-btn:not(.ant-btn-primary){background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,77,109,.3)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:12px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}._ctaActions_1htwg_664 .ant-btn:not(.ant-btn-primary):hover{background:#ff4d6d26!important;border-color:#ff4d6d80!important;color:#fff!important;transform:translateY(-2px)!important}@media (max-width: 768px){._heroTitle_1htwg_49{font-size:2.5rem!important}._heroDescription_1htwg_57{font-size:1.125rem!important}._heroStats_1htwg_65{grid-template-columns:repeat(2,1fr)}._installationHeader_1htwg_363,._sectionDescription_1htwg_507{flex-direction:column;text-align:center;gap:16px}._sectionDescription_1htwg_507 h3,._sectionDescription_1htwg_507 p{text-align:center!important}._installationActions_1htwg_435,._heroActions_1htwg_105,._ctaActions_1htwg_664{flex-direction:column;align-items:center}._installationActions_1htwg_435 ._ant-btn_1htwg_113,._heroActions_1htwg_105 ._ant-btn_1htwg_113,._ctaActions_1htwg_664 ._ant-btn_1htwg_113{width:100%;max-width:300px}}@media (max-width: 480px){._heroStats_1htwg_65{grid-template-columns:1fr}._heroTitle_1htwg_49{font-size:2rem!important}._featureGrid_1htwg_178{grid-template-columns:1fr}}._toolDetailPage_15bka_2{min-height:100vh;background:#0a0a0a}._heroSection_15bka_8{background:linear-gradient(135deg,#0d1117,#161b22,#0a1120 50%,#0a0a0a);padding:80px 0;position:relative;overflow:hidden}._heroSection_15bka_8 .container{text-align:center}._heroSection_15bka_8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 85%,rgba(6,182,212,.15) 0%,transparent 40%),radial-gradient(circle at 85% 15%,rgba(59,130,246,.12) 0%,transparent 40%);pointer-events:none}._badgeTag_15bka_32{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 auto 24px;background:#06b6d433;color:#06b6d4;border:1px solid rgba(6,182,212,.3);position:relative;z-index:2}._heroTitle_15bka_50{font-size:3.5rem!important;font-weight:800!important;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px!important;position:relative;z-index:2;line-height:1.2!important;text-align:center}._heroDescription_15bka_64{font-size:1.25rem!important;color:#94a3b8e6!important;margin:0 auto 48px!important;max-width:900px;position:relative;z-index:2;line-height:1.8!important;text-align:center}._heroStats_15bka_75{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;position:relative;z-index:2}._statCard_15bka_83{background:#1e293b99;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:32px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}._statCard_15bka_83:hover{transform:translateY(-4px);border-color:#06b6d480;box-shadow:0 12px 32px #06b6d433}._statIcon_15bka_99{color:#06b6d4;margin-bottom:16px;stroke-width:1.5}._statCard_15bka_83 h3{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin:0 0 8px!important}._statCard_15bka_83 p{font-size:.9375rem!important;color:#ffffffb3!important;margin:0!important}._contentSection_15bka_119{padding:80px 0}._contentSection_15bka_119 h2{font-size:2.5rem!important;font-weight:700!important;background:linear-gradient(135deg,#06b6d4,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:32px!important;text-align:center}._sectionHeader_15bka_136{text-align:center;margin-bottom:64px}._sectionHeaderInline_15bka_141{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}._sectionHeaderInline_15bka_141 h2{margin:0!important}._sectionHeader_15bka_136 h2{font-size:2.5rem!important;font-weight:700!important;background:linear-gradient(135deg,#06b6d4,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px!important}._sectionSubtitle_15bka_163{font-size:1.125rem!important;color:#ffffffb3!important;max-width:900px;margin:0 auto 64px!important;text-align:center}._contentBlock_15bka_171{max-width:900px;margin:0 auto}._largeText_15bka_176{font-size:1.125rem!important;line-height:1.8!important;color:#ffffffd9!important;margin-bottom:24px!important}._featuresSection_15bka_184{background:#0d1117}._featureCard_15bka_188{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;height:100%;transition:all .3s ease}._featureCard_15bka_188:hover{transform:translateY(-4px);border-color:#06b6d44d!important;box-shadow:0 12px 32px #06b6d426}._featureIcon_15bka_202{margin-bottom:20px;color:#06b6d4}._featureIcon_15bka_202 svg{stroke-width:1.5}._featureCard_15bka_188 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._featureCard_15bka_188 p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin:0!important}._useCasesSection_15bka_226{background:#0a0a0a}._useCaseCard_15bka_230{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%}._useCaseHeader_15bka_238{display:flex;align-items:center;gap:16px;margin-bottom:16px}._useCaseIcon_15bka_245{color:#06b6d4}._useCaseIcon_15bka_245 svg{stroke-width:1.5}._useCaseCard_15bka_230 h3{font-size:1.375rem!important;font-weight:600!important;color:#fff!important;margin:0!important}._useCaseCard_15bka_230>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:24px!important}._examplesList_15bka_267{display:flex;flex-direction:column;gap:12px}._exampleItem_15bka_273{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#06b6d41a;border:1px solid rgba(6,182,212,.2);border-radius:8px;font-size:.9375rem;color:#ffffffd9}._checkIcon_15bka_285{color:#06b6d4;flex-shrink:0;stroke-width:2}._authSection_15bka_292{background:#0d1117}._authCard_15bka_296{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%;position:relative;overflow:hidden}._authTag_15bka_306{position:absolute;top:16px;right:16px;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._authCard_15bka_296._recommended_15bka_318 ._authTag_15bka_306{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}._authCard_15bka_296._developer_15bka_323 ._authTag_15bka_306{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}._authCard_15bka_296._enterprise_15bka_328 ._authTag_15bka_306{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._authIcon_15bka_333{margin-bottom:20px;color:#06b6d4}._authIcon_15bka_333 svg{stroke-width:1.5}._authCard_15bka_296 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._authCard_15bka_296>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:24px!important}._featuresList_15bka_356{display:flex;flex-direction:column;gap:12px}._featureItem_15bka_362{display:flex;align-items:center;gap:12px;font-size:.9375rem;color:#ffffffd9}._installSection_15bka_371{background:#0a0a0a}._installCard_15bka_375{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;height:100%}._runningCard_15bka_383{margin-top:48px}._installHeader_15bka_387{display:flex;align-items:center;gap:16px;margin-bottom:16px}._installIcon_15bka_394{color:#06b6d4}._installIcon_15bka_394 svg{stroke-width:1.5}._installCard_15bka_375 h3{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin:0!important}._installCard_15bka_375>p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin-bottom:20px!important}._commandBox_15bka_416{background:#0000004d;border:1px solid rgba(6,182,212,.3);border-radius:8px;padding:16px}._commandBox_15bka_416 code{font-family:Monaco,Menlo,Courier New,monospace;font-size:.875rem;color:#06b6d4;display:block}._runningCommands_15bka_430{display:flex;flex-direction:column;gap:20px}._commandItem_15bka_436{display:flex;flex-direction:column;gap:8px}._commandItem_15bka_436 p{font-size:.875rem!important;color:#fffc!important;margin:0!important;font-weight:500}._requirementsCard_15bka_449{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;margin-top:32px}._requirementsCard_15bka_449 h3{font-size:1.25rem!important;font-weight:600!important;color:#fff!important;margin-bottom:20px!important}._requirementsList_15bka_464{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}._requirementItem_15bka_470{display:flex;align-items:center;gap:12px;font-size:.9375rem;color:#ffffffd9}._faqSection_15bka_479{background:#0d1117}._faqHeaderIcon_15bka_483{color:#06b6d4;stroke-width:1.5;flex-shrink:0}._faqList_15bka_489{max-width:900px;margin:0 auto 48px;display:flex;flex-direction:column;gap:24px}._faqCard_15bka_497{background:#1e293b66!important;border:1px solid rgba(148,163,184,.1)!important;border-radius:16px!important;padding:32px!important;transition:all .3s ease}._faqCard_15bka_497:hover{border-color:#06b6d44d!important}._faqCard_15bka_497 h3{font-size:1.125rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._faqCard_15bka_497 p{font-size:.9375rem!important;line-height:1.6!important;color:#ffffffb3!important;margin:0!important}._helpCard_15bka_523{background:#1e293b99!important;border:1px solid rgba(6,182,212,.3)!important;border-radius:16px!important;padding:40px!important;text-align:center;max-width:900px;margin:0 auto}._helpCard_15bka_523 h3{font-size:1.5rem!important;font-weight:600!important;color:#fff!important;margin-bottom:12px!important}._helpCard_15bka_523>p{font-size:1rem!important;color:#ffffffb3!important;margin-bottom:32px!important}._helpActions_15bka_546{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._helpActions_15bka_546 .ant-btn-primary{background:linear-gradient(135deg,#06b6d4,#3b82f6)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important}._helpActions_15bka_546 .ant-btn-primary:hover{background:linear-gradient(135deg,#0891b2,#2563eb)!important}._helpActions_15bka_546 .ant-btn:not(.ant-btn-primary){background:#94a3b81a!important;border:1px solid rgba(148,163,184,.2)!important;color:#fff!important;height:48px!important;padding:0 32px!important;font-size:15px!important;font-weight:600!important}._helpActions_15bka_546 .ant-btn:not(.ant-btn-primary):hover{background:#94a3b833!important;border-color:#94a3b84d!important}@media (max-width: 768px){._heroTitle_15bka_50{font-size:2.5rem!important}._heroDescription_15bka_64{font-size:1.125rem!important}._heroStats_15bka_75{grid-template-columns:1fr}._contentSection_15bka_119{padding:60px 0}._sectionHeader_15bka_136 h2{font-size:2rem!important}._helpActions_15bka_546{flex-direction:column}._helpActions_15bka_546 .ant-btn{width:100%}}@media (max-width: 480px){._heroSection_15bka_8{padding:60px 0}._heroTitle_15bka_50{font-size:2rem!important}._heroDescription_15bka_64{font-size:1rem!important}._sectionHeader_15bka_136 h2{font-size:1.75rem!important}}._toolDetailPage_10rjk_2{background:linear-gradient(180deg,#0a0e27,#1a1f3a);min-height:100vh;color:#fff}._heroSection_10rjk_9{padding:120px 0 80px;position:relative;overflow:hidden}._heroSection_10rjk_9:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(124,58,237,.1) 0%,transparent 70%);pointer-events:none}._badgeTag_10rjk_26{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(45deg,#7c3aed,#a855f7);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:24px}._heroTitle_10rjk_39{font-size:3.5rem!important;font-weight:700!important;line-height:1.1!important;color:#fff!important;margin-bottom:24px!important;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_10rjk_51{font-size:1.25rem!important;color:#cbd5e1!important;line-height:1.6!important;margin-bottom:40px!important;max-width:800px}._heroActions_10rjk_59{display:flex;gap:16px;margin-bottom:60px;flex-wrap:wrap}._heroActions_10rjk_59 ._ant-btn_10rjk_66{height:48px;padding:0 32px;font-size:16px;font-weight:500;border-radius:8px;display:inline-flex;align-items:center;gap:8px}._heroActions_10rjk_59 ._ant-btn-primary_10rjk_77{background:linear-gradient(45deg,#7c3aed,#a855f7);border:none;box-shadow:0 4px 20px #7c3aed4d}._githubButton_10rjk_83{background:linear-gradient(45deg,#24292f,#32383f)!important;border:1px solid #444c56!important;box-shadow:0 4px 20px #24292f4d!important;color:#fff!important}._githubButton_10rjk_83:hover{background:linear-gradient(45deg,#32383f,#444c56)!important;border-color:#656d76!important;transform:translateY(-2px)!important;box-shadow:0 6px 24px #24292f66!important;color:#fff!important}._githubButton_10rjk_83:focus{background:linear-gradient(45deg,#24292f,#32383f)!important;border-color:#656d76!important;color:#fff!important}._heroActions_10rjk_59 ._ant-btn_10rjk_66:not(._ant-btn-primary_10rjk_77){background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._heroStats_10rjk_111{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;max-width:100%;margin-top:32px}._statItem_10rjk_120{text-align:center;flex:1}._statValue_10rjk_125{font-size:1.5rem;font-weight:700;margin-bottom:4px;line-height:1}._statItem_10rjk_120:nth-child(1) ._statValue_10rjk_125{color:#f97316}._statItem_10rjk_120:nth-child(2) ._statValue_10rjk_125{color:#ef4444}._statItem_10rjk_120:nth-child(3) ._statValue_10rjk_125{color:#ec4899}._statItem_10rjk_120:nth-child(4) ._statValue_10rjk_125{color:#8b5cf6}._statLabel_10rjk_152{color:#94a3b8;font-size:.875rem;font-weight:400;line-height:1.2}._quickStartSection_10rjk_160{padding:80px 0;background:#ffffff05}._quickStartBadge_10rjk_165{display:inline-flex;align-items:center;gap:6px;background:#22c55e1a;color:#22c55e;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500}._quickStartCard_10rjk_177{background:#0f172a;border:1px solid #334155;border-radius:12px;overflow:hidden;max-width:100%}._quickStartHeader_10rjk_185{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #334155}._quickStartTitle_10rjk_193{color:#fff!important;font-size:1.25rem!important;font-weight:600!important;margin:0!important}._commandBlock_10rjk_200{padding:20px 24px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5;background:linear-gradient(135deg,#0f172a,#1e293b)}._commandLine_10rjk_208{margin-bottom:8px;color:#e2e8f0}._commentLine_10rjk_213{color:#22c55e!important}._promptLine_10rjk_218{color:#60a5fa!important}._quickStartNote_10rjk_223{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#22c55e1a;color:#22c55e;font-size:14px;border-top:1px solid rgba(34,197,94,.2)}._contentSection_10rjk_235{padding:80px 0}._contentSection_10rjk_235:nth-child(odd){background:#ffffff05}._sectionHeader_10rjk_243{text-align:center;margin-bottom:60px}._sectionHeaderInline_10rjk_248{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:20px}._faqHeaderIcon_10rjk_256{color:#a855f7;flex-shrink:0}._sectionHeader_10rjk_243 h2{color:#fff!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:16px!important}._sectionHeaderInline_10rjk_248 h2{color:#fff!important;font-size:2.5rem!important;font-weight:700!important;line-height:1!important;margin:0!important}._sectionSubtitle_10rjk_276{color:#cbd5e1!important;font-size:1.1rem!important;max-width:800px;margin:0 auto!important;text-align:center;padding-bottom:20px}._contentBlock_10rjk_285{max-width:800px;margin:0 auto;text-align:center}._largeText_10rjk_291{color:#e2e8f0!important;font-size:1.1rem!important;line-height:1.8!important;margin-bottom:24px!important}._performanceWrapper_10rjk_299{display:flex;justify-content:center;align-items:center;width:100%}._performanceGrid_10rjk_307{max-width:1200px;margin:0 auto;text-align:center;justify-content:center!important}._performanceGrid_10rjk_307 .ant-row{justify-content:center!important;text-align:center!important;display:flex!important;align-items:stretch!important}._performanceGrid_10rjk_307 .ant-col{display:flex!important;justify-content:center!important;text-align:center!important}._performanceCard_10rjk_328,._featuresCard_10rjk_329{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:24px!important;height:100%;transition:all .3s ease;text-align:center}._performanceCard_10rjk_328:hover,._featuresCard_10rjk_329:hover{transform:translateY(-4px);background:#ffffff14!important;border-color:#7c3aed4d!important}._performanceIcon_10rjk_346,._featuresIcon_10rjk_347{color:#a855f7;margin-bottom:16px;display:flex;justify-content:center}._performanceCard_10rjk_328 h3,._featuresCard_10rjk_329 h3{color:#fff!important;font-size:1.4rem!important;font-weight:600!important;margin-bottom:12px!important;text-align:center}._performanceCard_10rjk_328 p,._featuresCard_10rjk_329 p{color:#cbd5e1!important;margin-bottom:20px!important;line-height:1.5;text-align:center}._performanceStats_10rjk_371{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:40px}._performanceStat_10rjk_371{flex:1;min-width:120px;text-align:center;padding:12px 10px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.08)}._performanceLabel_10rjk_389{color:#94a3b8;font-size:12px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;line-height:1.2}._performanceValue_10rjk_398{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:0}._performanceStat_10rjk_371:first-child ._performanceValue_10rjk_398{color:#22c55e}._performanceStat_10rjk_371:last-child ._performanceValue_10rjk_398{color:#3b82f6}._featuresList_10rjk_413{display:flex;flex-direction:column;gap:12px}._featureItem_10rjk_419{display:flex;align-items:center;gap:12px;color:#e2e8f0;font-size:14px}._featureItem_10rjk_419 svg{color:#22c55e;flex-shrink:0}._featuresSection_10rjk_433{background:#ffffff05}._featureCard_10rjk_437{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;text-align:center;height:100%;transition:all .3s ease}._featureCard_10rjk_437:hover{transform:translateY(-4px);background:#ffffff14!important;border-color:#7c3aed4d!important}._featureIcon_10rjk_452{color:#a855f7;margin-bottom:20px}._featureCard_10rjk_437 h3{color:#fff!important;font-size:1.25rem!important;font-weight:600!important;margin-bottom:16px!important}._featureCard_10rjk_437 p{color:#cbd5e1!important;line-height:1.6!important;margin:0!important}._useCasesSection_10rjk_471{background:transparent}._useCaseCard_10rjk_475{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:32px!important;height:100%;transition:all .3s ease}._useCaseCard_10rjk_475:hover{transform:translateY(-4px);background:#ffffff14!important;border-color:#7c3aed4d!important}._useCaseHeader_10rjk_490{display:flex;align-items:center;gap:16px;margin-bottom:16px}._useCaseIcon_10rjk_497{color:#a855f7}._useCaseCard_10rjk_475 h3{color:#fff!important;font-size:1.25rem!important;font-weight:600!important;margin:0!important}._useCaseCard_10rjk_475 p{color:#cbd5e1!important;margin-bottom:24px!important;line-height:1.6!important}._examplesList_10rjk_514{display:flex;flex-direction:column;gap:12px}._exampleItem_10rjk_520{display:flex;align-items:center;gap:12px;color:#e2e8f0;font-size:14px}._checkIcon_10rjk_528{color:#22c55e;flex-shrink:0}._authSection_10rjk_534{background:#ffffff05}._authSection_10rjk_534 ._featuresList_10rjk_413{display:flex;flex-direction:column;gap:10px}._authSection_10rjk_534 ._featureItem_10rjk_419{display:flex;align-items:center;gap:12px;color:#e2e8f0;font-size:14px}._authCard_10rjk_552{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:24px!important;height:100%;position:relative;transition:all .3s ease}._authCard_10rjk_552:hover{transform:translateY(-4px);background:#ffffff14!important}._authCard_10rjk_552._recommended_10rjk_567{border-color:#22c55e4d!important}._authCard_10rjk_552._recommended_10rjk_567:hover{border-color:#22c55e80!important}._authCard_10rjk_552._developer_10rjk_575{border-color:#a855f74d!important}._authCard_10rjk_552._developer_10rjk_575:hover{border-color:#a855f780!important}._authCard_10rjk_552._developer_10rjk_575 ._authTag_10rjk_583{background:linear-gradient(45deg,#a855f7,#7c3aed)}._authTag_10rjk_583{position:absolute;top:12px;right:12px;background:linear-gradient(45deg,#22c55e,#16a34a);color:#fff;padding:3px 10px;border-radius:10px;font-size:11px;font-weight:500}._authIcon_10rjk_599{color:#a855f7;margin-bottom:16px}._authCard_10rjk_552 h3{color:#fff!important;font-size:1.2rem!important;font-weight:600!important;margin-bottom:12px!important}._authCard_10rjk_552 p{color:#cbd5e1!important;margin-bottom:20px!important;line-height:1.5!important}._installSection_10rjk_618{background:transparent}._installTabs_10rjk_622{max-width:800px;margin:0 auto}._installTabs_10rjk_622 .ant-tabs-nav{margin-bottom:32px}._installTabs_10rjk_622 .ant-tabs-tab{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px 8px 0 0;margin-right:8px;padding:12px 20px}._installTabs_10rjk_622 .ant-tabs-tab-active{background:#7c3aed33;border-color:#7c3aed80}._installTabs_10rjk_622 .ant-tabs-tab-btn{color:#cbd5e1}._installTabs_10rjk_622 .ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff}._installTabs_10rjk_622 .ant-tabs-content-holder{border:none}._installTabs_10rjk_622 .ant-tabs-tabpane{background:transparent}._tabLabel_10rjk_660{display:flex;align-items:center;gap:8px;font-weight:500}._tabDescription_10rjk_667{color:#cbd5e1!important;margin-bottom:24px!important;font-size:16px}._installTab_10rjk_622{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px}._installHeader_10rjk_680{display:flex;align-items:center;gap:16px;margin-bottom:16px}._installHeader_10rjk_680 svg{color:#a855f7}._installTab_10rjk_622 h3{color:#fff!important;font-size:1.25rem!important;font-weight:600!important;margin:0!important}._installTab_10rjk_622 p{color:#cbd5e1!important;margin-bottom:24px!important}._commandBox_10rjk_703{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:20px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6}._commandBox_10rjk_703 ._commandLine_10rjk_208{margin-bottom:8px;color:#e2e8f0}._commandBox_10rjk_703 ._commandLine_10rjk_208:last-child{margin-bottom:0}._commandsSection_10rjk_723{background:#ffffff05}._commandsWrapper_10rjk_727{display:flex;justify-content:center;width:100%}._commandsGrid_10rjk_733{margin:0 auto;justify-content:center!important;width:100%}._commandsGrid_10rjk_733 .ant-row{justify-content:center!important;display:flex!important;align-items:stretch!important}._commandsGrid_10rjk_733 .ant-col{display:flex!important}._leftColumn_10rjk_749{display:flex;flex-direction:column;gap:20px;height:100%;width:100%}._leftColumn_10rjk_749 ._commandCard_10rjk_757{flex:1;display:flex;flex-direction:column;width:100%}._leftColumn_10rjk_749 ._commandCard_10rjk_757 ._commandsList_10rjk_764{flex:1}._sessionCard_10rjk_768{height:100%;display:flex;flex-direction:column}._commandCard_10rjk_757{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:24px!important;width:100%;transition:all .3s ease;margin-bottom:0}._commandCard_10rjk_757:hover{transform:translateY(-2px);background:#ffffff14!important;border-color:#7c3aed4d!important}._sessionCard_10rjk_768 ._commandsList_10rjk_764{flex:1}._commandHeader_10rjk_798{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-shrink:0}._commandHeader_10rjk_798 svg{color:#a855f7}._commandCard_10rjk_757 h3{color:#fff!important;font-size:1.1rem!important;font-weight:600!important;margin:0!important}._commandsList_10rjk_764{display:flex;flex-direction:column;gap:16px}._commandItem_10rjk_823{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}._commandItem_10rjk_823:last-child{border-bottom:none;padding-bottom:0}._commandCode_10rjk_833{background:#7c3aed1a!important;color:#a855f7!important;padding:4px 8px!important;border-radius:4px!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:13px!important;display:inline-block;margin-bottom:8px}._commandItem_10rjk_823 p{color:#cbd5e1!important;margin:0!important;font-size:14px;line-height:1.4}._flagsSection_10rjk_852{background:transparent}._flagCard_10rjk_856{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:24px!important;height:100%;transition:all .3s ease}._flagCard_10rjk_856:hover{transform:translateY(-2px);background:#ffffff14!important}._flagHeader_10rjk_870{margin-bottom:16px}._flagCode_10rjk_874{background:#7c3aed1a!important;color:#a855f7!important;padding:6px 12px!important;border-radius:6px!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:14px!important;display:inline-block;margin-bottom:12px}._flagHeader_10rjk_870 p{color:#cbd5e1!important;margin:0!important;font-size:14px;line-height:1.5}._flagExample_10rjk_892{background:#0f172a;border:1px solid #334155;border-radius:6px;padding:12px}._flagExample_10rjk_892 code{color:#e2e8f0!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:13px!important}._benchmarkSection_10rjk_906{background:#ffffff05}._benchmarkCard_10rjk_910{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:32px!important;max-width:800px;margin:0 auto}._benchmarkHeader_10rjk_919{display:flex;align-items:center;gap:16px;margin-bottom:16px}._benchmarkHeader_10rjk_919 svg{color:#a855f7}._benchmarkCard_10rjk_910 h3{color:#fff!important;font-size:1.25rem!important;font-weight:600!important;margin:0!important}._benchmarkCard_10rjk_910 p{color:#cbd5e1!important;margin-bottom:24px!important}._benchmarkTable_10rjk_942{background:transparent!important}._benchmarkTable_10rjk_942 ._ant-table_10rjk_946{background:transparent!important;color:#fff!important}._benchmarkTable_10rjk_942 ._ant-table-thead_10rjk_951>tr>th{background:#ffffff0d!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important;font-weight:600}._benchmarkTable_10rjk_942 ._ant-table-tbody_10rjk_958>tr>td{background:transparent!important;color:#e2e8f0!important;border-bottom:1px solid rgba(255,255,255,.05)!important}._benchmarkTable_10rjk_942 ._ant-table-tbody_10rjk_958>tr:hover>td{background:#ffffff05!important}._accuracyCell_10rjk_968{position:relative}._accuracyValue_10rjk_972{position:relative;z-index:1;font-weight:600;color:#22c55e}._faqSection_10rjk_980{background:transparent}._faqList_10rjk_984{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}._faqCard_10rjk_991{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:24px!important;transition:all .3s ease}._faqCard_10rjk_991:hover{background:#ffffff14!important;border-color:#7c3aed4d!important}._faqCard_10rjk_991 h3{color:#fff!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:12px!important}._faqCard_10rjk_991 p{color:#cbd5e1!important;line-height:1.6!important;margin:0!important}._helpCard_10rjk_1017{background:linear-gradient(135deg,#7c3aed1a,#a855f71a)!important;border:1px solid rgba(124,58,237,.2)!important;border-radius:12px!important;padding:32px!important;text-align:center}._helpCard_10rjk_1017 h3{color:#fff!important;font-size:1.25rem!important;font-weight:600!important;margin-bottom:16px!important}._helpCard_10rjk_1017 p{color:#cbd5e1!important;margin-bottom:24px!important}._helpActions_10rjk_1037{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._helpActions_10rjk_1037 ._ant-btn_10rjk_66{height:40px;padding:0 24px;border-radius:6px;display:inline-flex;align-items:center;gap:8px}._helpActions_10rjk_1037 ._ant-btn-primary_10rjk_77{background:linear-gradient(45deg,#7c3aed,#a855f7);border:none}._helpActions_10rjk_1037 ._ant-btn_10rjk_66:not(._ant-btn-primary_10rjk_77){background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}._ctaSection_10rjk_1065{padding:80px 0;text-align:center}._ctaSection_10rjk_1065 ._container_10rjk_1070{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#7c3aed1f,#a855f71f);border:1px solid rgba(124,58,237,.25);border-radius:20px;padding:56px 40px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #0000004d}._ctaSection_10rjk_1065 h2{color:#fff!important;font-size:2.25rem!important;font-weight:700!important;margin-bottom:20px!important;line-height:1.2!important}._ctaSection_10rjk_1065 p{color:#cbd5e1!important;font-size:1.15rem!important;margin-bottom:36px!important;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6!important}._ctaActions_10rjk_1099{display:flex;gap:20px;justify-content:center;margin:44px 0;flex-wrap:wrap}._ctaActions_10rjk_1099 ._ant-btn_10rjk_66{height:52px;padding:0 36px;font-size:16px;font-weight:500;border-radius:10px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}._ctaActions_10rjk_1099 ._ant-btn-primary_10rjk_77{background:linear-gradient(45deg,#f97316,#ea580c);border:none;box-shadow:0 4px 20px #f973164d;color:#fff}._ctaActions_10rjk_1099 ._ant-btn-primary_10rjk_77:hover{background:linear-gradient(45deg,#ea580c,#dc2626)!important;box-shadow:0 6px 24px #f9731666!important}._ctaActions_10rjk_1099 ._ant-btn_10rjk_66:not(._ant-btn-primary_10rjk_77){background:#0009;color:#fff;border:1px solid rgba(255,255,255,.2)}._ctaActions_10rjk_1099 ._ant-btn_10rjk_66:not(._ant-btn-primary_10rjk_77):hover{background:#000c!important;border-color:#ffffff4d!important}._ctaFeatures_10rjk_1142{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}._ctaFeature_10rjk_1142{display:flex;align-items:center;gap:10px;color:#e2e8f0;font-size:15px;font-weight:500}._ctaFeature_10rjk_1142 svg{color:#22c55e;flex-shrink:0}@media (max-width: 768px){._heroTitle_10rjk_39{font-size:2.5rem!important}._heroActions_10rjk_59{flex-direction:column;align-items:center}._heroActions_10rjk_59 ._ant-btn_10rjk_66{width:100%;max-width:300px}._heroStats_10rjk_111{gap:20px}._statValue_10rjk_125{font-size:1.25rem}._statLabel_10rjk_152{font-size:.8rem}._performanceStats_10rjk_371{flex-direction:column;gap:16px}._performanceStat_10rjk_371{min-width:auto;flex:none}._performanceGrid_10rjk_307,._performanceWrapper_10rjk_299{flex-direction:column}._performanceGrid_10rjk_307 .ant-row{flex-direction:column!important;align-items:center!important}._performanceGrid_10rjk_307 .ant-col{max-width:100%!important;flex:none!important;justify-content:center!important}._sectionHeader_10rjk_243 h2,._sectionHeaderInline_10rjk_248 h2{font-size:2rem!important}._helpActions_10rjk_1037,._ctaActions_10rjk_1099{flex-direction:column;align-items:center}._helpActions_10rjk_1037 ._ant-btn_10rjk_66,._ctaActions_10rjk_1099 ._ant-btn_10rjk_66{width:100%;max-width:300px}._ctaFeatures_10rjk_1142{flex-direction:column;align-items:center;gap:16px}._leftColumn_10rjk_749{gap:16px}._sessionCard_10rjk_768{margin-top:16px}._commandsWrapper_10rjk_727{padding:0 16px}._commandsGrid_10rjk_733 .ant-row{flex-direction:column!important;align-items:center!important}._commandsGrid_10rjk_733 .ant-col{max-width:100%!important;flex:none!important;display:block!important}._leftColumn_10rjk_749{height:auto}._leftColumn_10rjk_749 ._commandCard_10rjk_757,._sessionCard_10rjk_768{height:auto;display:block}._ctaSection_10rjk_1065{padding:60px 0}._ctaSection_10rjk_1065 ._container_10rjk_1070{margin:0 16px;padding:40px 24px;border-radius:16px}._ctaSection_10rjk_1065 h2{font-size:1.875rem!important}._ctaSection_10rjk_1065 p{font-size:1.05rem!important;margin-bottom:32px!important}._ctaActions_10rjk_1099{gap:16px;margin-bottom:36px}._ctaActions_10rjk_1099 ._ant-btn_10rjk_66{height:48px;padding:0 28px;font-size:15px}._ctaFeatures_10rjk_1142{gap:24px}._ctaFeature_10rjk_1142{font-size:14px}}@media (max-width: 480px){._heroStats_10rjk_111{flex-direction:column;gap:16px;align-items:flex-start}._statItem_10rjk_120{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left}._statValue_10rjk_125{font-size:1.125rem;order:2}._statLabel_10rjk_152{font-size:.875rem;order:1}}._toolDetailPage_1t436_2{background:linear-gradient(135deg,#0a0b0d,#1a1b23);min-height:100vh;color:#fff}._heroSection_1t436_9{padding:100px 0 120px;background:linear-gradient(135deg,#1a1b23,#2d2e3f,#1a1b23);text-align:center}._heroSection_1t436_9 ._container_1t436_15{max-width:1000px;margin:0 auto;padding:0 24px}._badgeTag_1t436_21{display:inline-flex;align-items:center;gap:8px;background:#845adf33;border:1px solid rgba(132,90,223,.3);padding:8px 16px;border-radius:24px;font-size:14px;font-weight:500;color:#e6e7eb}._heroTitle_1t436_34{font-size:clamp(3rem,5vw,4.5rem)!important;font-weight:700!important;background:linear-gradient(135deg,#fff,#e6e7eb,#9ca3af);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:24px!important;line-height:1.1!important}._heroDescription_1t436_45{font-size:1.25rem!important;color:#9ca3af!important;max-width:900px;margin:0 auto 60px!important;line-height:1.6}._heroActions_1t436_53{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._primaryButton_1t436_60{background:linear-gradient(135deg,#845adf,#6d28d9)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}._primaryButton_1t436_60:hover{transform:translateY(-2px);box-shadow:0 8px 25px #845adf66!important}._secondaryButton_1t436_79{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}._secondaryButton_1t436_79:hover{background:#ffffff1a!important;transform:translateY(-2px);color:#fff!important}._secondaryButton_1t436_79:disabled{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff6!important;cursor:not-allowed!important;transform:none!important}._secondaryButton_1t436_79:disabled:hover{background:#ffffff08!important;transform:none!important}._heroHighlights_1t436_113{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;width:fit-content;max-width:600px;margin:0 auto}._highlightItem_1t436_124{display:flex;flex-direction:column;align-items:center;gap:12px;color:#e6e7eb;font-weight:500}._highlightIcon_1t436_133{color:#845adf;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#845adf1a;border:1px solid rgba(132,90,223,.2);border-radius:12px}._contentSection_1t436_146{padding:80px 0}._contentSection_1t436_146 ._container_1t436_15{max-width:1200px;margin:0 auto;padding:0 24px}._sectionTitle_1t436_156{text-align:center!important;color:#fff!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:48px!important}._whatIsContent_1t436_164{padding-right:24px}._featureTags_1t436_168{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}._featureTag_1t436_168{background:#845adf26;border:1px solid rgba(132,90,223,.3);color:#a855f7;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}._keyHighlightsCard_1t436_185{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;height:100%}._highlightsHeader_1t436_193{display:flex;align-items:center;gap:12px;margin-bottom:24px}._highlightsHeader_1t436_193 svg{color:#a855f7}._highlightsHeader_1t436_193 h3{color:#fff!important;font-size:1.25rem!important;font-weight:600!important;margin:0!important}._highlightsList_1t436_211{display:flex;flex-direction:column;gap:16px}._highlightsList_1t436_211 ._highlightItem_1t436_124{display:flex;align-items:flex-start;gap:12px;flex-direction:row}._highlightsList_1t436_211 ._highlightIcon_1t436_133{color:#a855f7;display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;margin-top:0}._highlightsList_1t436_211 ._highlightContent_1t436_235{display:flex;flex-direction:column;flex:1}._highlightsList_1t436_211 ._highlightContent_1t436_235 ._title_1t436_241{color:#fff!important;font-size:1rem!important;font-weight:600!important;margin-bottom:4px!important;line-height:1.4!important}._highlightsList_1t436_211 ._highlightContent_1t436_235 p{color:#9ca3af!important;font-size:.9rem!important;margin:0!important;line-height:1.4}._contentBlock_1t436_256{max-width:800px;margin:0 auto}._largeText_1t436_261{font-size:1.125rem!important;color:#d1d5db!important;line-height:1.7;margin-bottom:24px!important}._keyHighlights_1t436_185{margin-top:60px}._highlightsTitle_1t436_272{display:flex!important;align-items:center!important;gap:12px!important;color:#fff!important;margin-bottom:32px!important;justify-content:center}._highlightCard_1t436_281{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;height:100%;transition:all .3s ease}._highlightCard_1t436_281:hover{background:#ffffff0d;border-color:#845adf4d;transform:translateY(-4px)}._highlightCard_1t436_281 ._highlightIcon_1t436_133{margin-bottom:16px}._highlightCard_1t436_281 ._ant-typography_1t436_300 h4{color:#fff!important;margin-bottom:12px!important}._highlightCard_1t436_281 ._ant-typography_1t436_300{color:#9ca3af!important}._sectionHeader_1t436_310{text-align:center;margin-bottom:60px}._sectionHeader_1t436_310 ._ant-typography_1t436_300 h2{font-size:clamp(2rem,4vw,2.5rem)!important;font-weight:700!important;color:#fff!important;margin-bottom:16px!important}._sectionSubtitle_1t436_322{font-size:1.125rem!important;color:#9ca3af!important;max-width:800px;padding-bottom:40px;margin:0 auto!important;text-align:center}._sectionHeaderInline_1t436_331{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}._faqHeaderIcon_1t436_339{color:#845adf}._featuresSection_1t436_344{background:#ffffff05}._featureCard_1t436_348{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;height:100%;transition:all .3s ease;text-align:center}._featureCard_1t436_348:hover{background:#ffffff0d!important;border-color:#845adf4d!important;transform:translateY(-4px)}._featureIcon_1t436_363{color:#845adf;margin-bottom:20px;display:flex;justify-content:center}._featureCard_1t436_348 ._ant-typography_1t436_300 h3{color:#fff!important;margin-bottom:16px!important;font-size:1.25rem!important}._featureCard_1t436_348 ._ant-typography_1t436_300{color:#9ca3af!important}._useCasesSection_1t436_381{background:#ffffff03}._useCaseCard_1t436_385{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:32px!important;height:100%;transition:all .3s ease}._useCaseCard_1t436_385:hover{background:#ffffff0d!important;border-color:#845adf4d!important;transform:translateY(-4px)}._useCaseHeader_1t436_400{display:flex;align-items:center;gap:16px;margin-bottom:16px}._useCaseIcon_1t436_407{color:#845adf;padding:12px;background:#845adf1a;border-radius:8px}._useCaseCard_1t436_385 ._ant-typography_1t436_300 h3{color:#fff!important;margin:0!important;font-size:1.25rem!important}._useCaseCard_1t436_385 ._ant-typography_1t436_300{color:#9ca3af!important;margin-bottom:20px!important}._codeExample_1t436_425{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:16px;margin-top:16px}._codeExample_1t436_425 code{color:#e6e7eb;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}._authSection_1t436_440{background:#ffffff05}._authCard_1t436_444{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:32px!important;height:100%;transition:all .3s ease;text-align:center}._authCard_1t436_444:hover{background:#ffffff0d!important;border-color:#845adf4d!important;transform:translateY(-4px)}._authIcon_1t436_460{color:#845adf;margin-bottom:20px;display:flex;justify-content:center}._authCard_1t436_444 ._ant-typography_1t436_300 h3{color:#fff!important;margin-bottom:16px!important}._authCard_1t436_444 ._ant-typography_1t436_300{color:#9ca3af!important;margin-bottom:24px!important}._featuresList_1t436_477{display:flex;flex-direction:column;justify-content:center;align-items:center}._featureItem_1t436_484{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#d1d5db}._checkIcon_1t436_492{color:#10b981;margin-top:2px;flex-shrink:0}._installSection_1t436_499{background:#ffffff03}._installCard_1t436_503{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:32px!important;height:100%;transition:all .3s ease;text-align:center}._installCard_1t436_503._recommended_1t436_513{border-color:#845adf66!important;background:#845adf0d!important}._installCard_1t436_503:hover{background:#ffffff0d!important;border-color:#845adf4d!important;transform:translateY(-4px)}._installHeader_1t436_524{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:20px}._installIcon_1t436_532{color:#845adf;padding:16px;background:#845adf1a;border-radius:12px}._installCard_1t436_503 ._ant-typography_1t436_300 h3{color:#fff!important;margin:0!important}._installCard_1t436_503 ._ant-typography_1t436_300{color:#9ca3af!important;margin-bottom:20px!important}._commandBox_1t436_549{background:#0006;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:16px;margin-top:16px}._commandBox_1t436_549 code{color:#e6e7eb;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;word-break:break-all}._extraNote_1t436_564{margin-top:16px;padding:12px;background:#845adf1a;border-radius:6px;border:1px solid rgba(132,90,223,.2)}._extraNote_1t436_564 ._ant-typography_1t436_300{color:#d1d5db!important;margin:0!important;font-size:14px!important}._commandsSection_1t436_579{background:#ffffff05}._commandCard_1t436_583{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:24px!important;height:100%;transition:all .3s ease}._commandCard_1t436_583:hover{background:#ffffff0d!important;border-color:#845adf4d!important;transform:translateY(-4px)}._commandHeader_1t436_598{display:flex;align-items:center;gap:12px;margin-bottom:16px}._commandIcon_1t436_605{color:#845adf}._commandCard_1t436_583 ._ant-typography_1t436_300 h3{color:#fff!important;margin:0!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace}._commandCard_1t436_583 ._ant-typography_1t436_300{color:#9ca3af!important;margin-bottom:16px!important}._commandExample_1t436_620{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:12px}._commandExample_1t436_620 code{color:#10b981;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}._flagsSection_1t436_634{background:#ffffff03}._flagCard_1t436_638{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:24px!important;height:100%;transition:all .3s ease}._flagCard_1t436_638:hover{background:#ffffff0d!important;border-color:#845adf4d!important;transform:translateY(-4px)}._flagHeader_1t436_653{margin-bottom:16px}._flagName_1t436_657{color:#845adf!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:16px!important;font-weight:600!important;background:#845adf1a;padding:8px 12px;border-radius:6px;border:1px solid rgba(132,90,223,.2)}._flagCard_1t436_638 ._ant-typography_1t436_300{color:#9ca3af!important;margin-bottom:16px!important}._flagExample_1t436_673{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:12px}._flagExample_1t436_673 code{color:#e6e7eb;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}._faqSection_1t436_687{background:#ffffff05}._faqList_1t436_691{display:grid;gap:24px;max-width:800px;margin:0 auto}._faqCard_1t436_698{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:32px!important;transition:all .3s ease}._faqCard_1t436_698:hover{background:#ffffff0d!important;border-color:#845adf4d!important;transform:translateY(-2px)}._faqCard_1t436_698 ._ant-typography_1t436_300 h3{color:#fff!important;margin-bottom:16px!important;font-size:1.125rem!important}._faqCard_1t436_698 ._ant-typography_1t436_300{color:#9ca3af!important;margin:0!important}._ctaSection_1t436_724{background:linear-gradient(135deg,#845adf1a,#845adf0d);border-top:1px solid rgba(255,255,255,.1)}._ctaContent_1t436_729{text-align:center;max-width:800px;margin:0 auto}._ctaContent_1t436_729 ._ant-typography_1t436_300 h2{color:#fff!important;margin-bottom:16px!important;font-size:2rem!important}._ctaDescription_1t436_741{font-size:1.125rem!important;color:#9ca3af!important;margin-bottom:40px!important}._ctaActions_1t436_747{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._ctaPrimaryButton_1t436_754{background:linear-gradient(135deg,#845adf,#6d28d9)!important;border:none!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}._ctaPrimaryButton_1t436_754:hover{transform:translateY(-2px);box-shadow:0 8px 25px #845adf66!important}._ctaSecondaryButton_1t436_773{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:8px!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}._ctaSecondaryButton_1t436_773:hover{background:#ffffff1a!important;transform:translateY(-2px);color:#fff!important}._ctaSecondaryButton_1t436_773:disabled{background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff6!important;cursor:not-allowed!important;transform:none!important}._ctaSecondaryButton_1t436_773:disabled:hover{background:#ffffff08!important;transform:none!important}@media (max-width: 768px){._heroSection_1t436_9{padding:80px 0 60px}._contentSection_1t436_146{padding:60px 0}._sectionTitle_1t436_156{font-size:2rem!important;margin-bottom:32px!important}._whatIsContent_1t436_164{padding-right:0;margin-bottom:32px}._keyHighlightsCard_1t436_185{padding:24px}._featureTags_1t436_168{gap:8px;margin-top:20px}._featureTag_1t436_168{font-size:13px;padding:6px 12px}._heroActions_1t436_53{flex-direction:column;align-items:center}._primaryButton_1t436_60,._secondaryButton_1t436_79{width:100%;max-width:300px;justify-content:center!important}._heroHighlights_1t436_113{flex-direction:column;gap:24px}._highlightItem_1t436_124{flex-direction:row;justify-content:center;text-align:left}._sectionHeaderInline_1t436_331{flex-direction:column;text-align:center}._ctaActions_1t436_747{flex-direction:column;align-items:center}._ctaPrimaryButton_1t436_754,._ctaSecondaryButton_1t436_773{width:100%;max-width:300px;justify-content:center!important}}._comparisonPage_12b58_2{min-height:100vh;background:#0a0a0a}._comparisonHero_12b58_8{background:linear-gradient(180deg,#0d1117,#0a0a0a);padding:100px 0 80px;position:relative;overflow:hidden}._comparisonHero_12b58_8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 0%,rgba(139,92,246,.08) 0%,transparent 50%),radial-gradient(circle at 70% 0%,rgba(59,130,246,.08) 0%,transparent 50%);pointer-events:none}._container_12b58_28{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}._comparisonHero_12b58_8 ._container_12b58_28{text-align:center}._heroBadge_12b58_40{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#8b5cf61a,#3b82f61a);border:1px solid rgba(99,102,241,.2);border-radius:50px;padding:10px 20px;margin-bottom:32px;font-size:12px;font-weight:600;color:#a5b4fc;text-transform:uppercase;letter-spacing:.5px}._comparisonHero_12b58_8 h1{font-size:3.5rem!important;font-weight:800!important;background:linear-gradient(90deg,#a78bfa,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px!important;line-height:1.2!important;text-align:center}._heroDescription_12b58_68{font-size:1.25rem!important;color:#ffffffb3!important;max-width:800px;margin:0 auto!important;line-height:1.8!important;text-align:center}._heroDescription_12b58_68 a{color:#818cf8;text-decoration:none;font-weight:600;transition:color .3s ease}._heroDescription_12b58_68 a:hover{color:#a5b4fc}._toolsComparison_12b58_89{padding:80px 0;background:#0a0a0a}._toolCard_12b58_94{height:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}._toolCard_12b58_94:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;opacity:0;transition:opacity .3s ease;pointer-events:none}._toolCard_12b58_94:hover:before{opacity:1}._claudeCard_12b58_121{border-left:3px solid #8b5cf6}._claudeCard_12b58_121:before{background:radial-gradient(circle at top left,rgba(139,92,246,.05) 0%,transparent 60%)}._claudeCard_12b58_121:hover{transform:translateY(-4px);border-color:#8b5cf666;box-shadow:0 8px 24px #8b5cf626}._geminiCard_12b58_135{border-left:3px solid #3b82f6}._geminiCard_12b58_135:before{background:radial-gradient(circle at top left,rgba(59,130,246,.05) 0%,transparent 60%)}._geminiCard_12b58_135:hover{transform:translateY(-4px);border-color:#3b82f666;box-shadow:0 8px 24px #3b82f626}._toolHeader_12b58_149{margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:16px}._toolTitle_12b58_155{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._toolTitle_12b58_155 h3{margin:0;font-size:24px;font-weight:700;color:#fff}._toolCompany_12b58_169{color:#fff6;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}._toolBestFor_12b58_177{padding:12px 16px;margin-bottom:24px;color:#fffc;font-size:14px;border-radius:8px}._claudeCard_12b58_121 ._toolBestFor_12b58_177{background:#8b5cf614;border-left:2px solid #8b5cf6}._claudeCard_12b58_121 ._toolBestFor_12b58_177 strong{color:#c4b5fd;font-weight:600}._geminiCard_12b58_135 ._toolBestFor_12b58_177{background:#60a5fa14;border-left:2px solid #60a5fa}._geminiCard_12b58_135 ._toolBestFor_12b58_177 strong{color:#93c5fd;font-weight:600}._toolContent_12b58_205{padding:0}._toolStrengths_12b58_209 h4{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:600;color:#fff}._toolStrengths_12b58_209 ul{list-style:none;padding:0;margin:0 0 24px}._toolStrengths_12b58_209 ul li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#ffffffb3;font-size:14px;line-height:1.6}._toolStrengths_12b58_209 ul li svg{flex-shrink:0;margin-top:2px;color:#10b981}._toolPricing_12b58_241{margin-top:24px;padding:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px;display:flex;justify-content:space-between;align-items:center}._pricingLabel_12b58_252{font-weight:600;color:#fff9;font-size:14px}._pricingValue_12b58_258{font-size:14px;font-weight:600}._claudeCard_12b58_121 ._pricingValue_12b58_258{color:#c4b5fd}._geminiCard_12b58_135 ._pricingValue_12b58_258{color:#93c5fd}._toolLink_12b58_271{display:inline-block;margin-top:20px;font-weight:600;font-size:14px;text-decoration:none;transition:all .3s ease}._claudeCard_12b58_121 ._toolLink_12b58_271{color:#c4b5fd}._claudeCard_12b58_121 ._toolLink_12b58_271:hover{color:#ddd6fe}._geminiCard_12b58_135 ._toolLink_12b58_271{color:#93c5fd}._geminiCard_12b58_135 ._toolLink_12b58_271:hover{color:#bfdbfe}._comparisonTableSection_12b58_297{padding:80px 0;background:#0a0a0a}._comparisonTableSection_12b58_297 h2{text-align:center;margin-bottom:48px;font-size:2.5rem;font-weight:700;color:#fff}._tableWrapper_12b58_310{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}._tableWrapper_12b58_310::-webkit-scrollbar{height:8px}._tableWrapper_12b58_310::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}._tableWrapper_12b58_310::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}._tableWrapper_12b58_310::-webkit-scrollbar-thumb:hover{background:#6366f180}._comparisonTable_12b58_297{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}._comparisonTable_12b58_297 .ant-table{background:transparent!important}._comparisonTable_12b58_297 .ant-table-thead>tr>th{background:#6366f114!important;color:#fff!important;font-weight:600!important;font-size:14px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;padding:16px!important}._comparisonTable_12b58_297 .ant-table-thead>tr>th:nth-child(2){color:#c4b5fd!important}._comparisonTable_12b58_297 .ant-table-thead>tr>th:nth-child(3){color:#93c5fd!important}._comparisonTable_12b58_297 .ant-table-tbody>tr:hover{background:#ffffff05!important}._comparisonTable_12b58_297 .ant-table-tbody>tr>td{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.05)!important;padding:16px!important;color:#ffffffb3!important;font-size:14px!important}._winnerBadge_12b58_374{padding:4px 12px;border-radius:12px;font-weight:600;font-size:12px;display:inline-block}._winnerClaude_12b58_382{background:#a78bfa26;color:#c4b5fd;border:1px solid rgba(167,139,250,.3)}._winnerGemini_12b58_388{background:#60a5fa26;color:#93c5fd;border:1px solid rgba(96,165,250,.3)}._mobileWinnerCell_12b58_395{display:flex;flex-direction:column;gap:12px}._mobileComparison_12b58_401{display:none}@media (max-width: 767px){._mobileComparison_12b58_401{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}._mobileComparisonItem_12b58_414{display:flex;justify-content:space-between;align-items:center;font-size:13px}._mobileLabel_12b58_421{color:#ffffff80;font-weight:600}._mobileValue_12b58_426{color:#fffc}}._pricingAnalysis_12b58_432{padding:80px 0;background:linear-gradient(180deg,#0a0a0a,#0d1117)}._pricingAnalysis_12b58_432 h2{text-align:center;margin-bottom:48px;font-size:2.5rem;font-weight:700;color:#fff}._pricingCard_12b58_445{height:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;transition:all .3s ease}._pricingCard_12b58_445:hover{transform:translateY(-4px);border-color:#6366f14d;background:#ffffff08}._pricingCard_12b58_445 h3{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:20px;color:#fff;font-weight:700}._pricingComparison_12b58_470{display:flex;flex-direction:column;gap:12px}._priceItem_12b58_476{display:flex;flex-direction:column;gap:4px;padding:12px;background:#ffffff05;border-radius:8px;border-left:2px solid transparent;transition:all .3s ease}._priceItem_12b58_476:first-of-type{border-left-color:#a78bfa}._priceItem_12b58_476:first-of-type:hover{background:#a78bfa0d}._priceItem_12b58_476:nth-of-type(2){border-left-color:#60a5fa}._priceItem_12b58_476:nth-of-type(2):hover{background:#60a5fa0d}._priceItem_12b58_476 ._toolName_12b58_503{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}._priceItem_12b58_476:first-of-type ._toolName_12b58_503{color:#a78bfa}._priceItem_12b58_476:nth-of-type(2) ._toolName_12b58_503{color:#60a5fa}._priceItem_12b58_476 ._price_12b58_476{font-size:24px;font-weight:800;line-height:1}._priceItem_12b58_476:first-of-type ._price_12b58_476{color:#c4b5fd}._priceItem_12b58_476:nth-of-type(2) ._price_12b58_476{color:#93c5fd}._priceItem_12b58_476 ._note_12b58_532{font-size:12px;color:#fff6}._savings_12b58_537{display:flex;align-items:center;gap:8px;padding:12px;background:#22c55e1a;color:#4ade80;border-radius:8px;font-weight:600;font-size:13px;margin-top:8px;border:1px solid rgba(34,197,94,.3)}._savings_12b58_537 svg{color:#4ade80;flex-shrink:0}._useCaseRecommendations_12b58_557{padding:80px 0;background:#0a0a0a}._useCaseRecommendations_12b58_557 h2{text-align:center;margin-bottom:48px;font-size:2.5rem;font-weight:700;color:#fff}._useCaseCard_12b58_570{height:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}._useCaseCard_12b58_570:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;opacity:0;transition:opacity .3s ease;pointer-events:none}._useCaseCard_12b58_570:hover:before{opacity:1}._claudeUseCase_12b58_597{border-top:3px solid #8b5cf6}._claudeUseCase_12b58_597:before{background:radial-gradient(circle at top,rgba(139,92,246,.05) 0%,transparent 60%)}._claudeUseCase_12b58_597:hover{transform:translateY(-4px);border-color:#8b5cf666;box-shadow:0 8px 24px #8b5cf626}._geminiUseCase_12b58_611{border-top:3px solid #3b82f6}._geminiUseCase_12b58_611:before{background:radial-gradient(circle at top,rgba(59,130,246,.05) 0%,transparent 60%)}._geminiUseCase_12b58_611:hover{transform:translateY(-4px);border-color:#3b82f666;box-shadow:0 8px 24px #3b82f626}._useCaseCard_12b58_570 h3{margin-bottom:24px;font-size:22px;font-weight:700;color:#fff}._useCaseContent_12b58_632{display:flex;flex-direction:column}._useCaseList_12b58_637{list-style:none;padding:0;margin:0 0 24px}._useCaseList_12b58_637 li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#ffffffb3;font-size:14px;line-height:1.6}._useCaseList_12b58_637 li svg{flex-shrink:0;margin-top:2px;color:#10b981}._idealFor_12b58_659{display:flex;flex-direction:column;gap:8px;padding:16px;margin-bottom:24px;border-radius:8px}._claudeUseCase_12b58_597 ._idealFor_12b58_659{background:#8b5cf614;border-left:2px solid #8b5cf6}._claudeUseCase_12b58_597 ._idealFor_12b58_659 ._label_12b58_673{color:#c4b5fd}._geminiUseCase_12b58_611 ._idealFor_12b58_659{background:#60a5fa14;border-left:2px solid #60a5fa}._geminiUseCase_12b58_611 ._idealFor_12b58_659 ._label_12b58_673{color:#93c5fd}._idealFor_12b58_659 ._label_12b58_673{font-size:14px;font-weight:600}._idealFor_12b58_659 ._value_12b58_691{color:#ffffffb3;line-height:1.6;font-size:14px}._useCaseCard_12b58_570 .ant-btn{width:100%;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14px;border-radius:8px;border:none;color:#fff;transition:all .3s ease}._claudeUseCase_12b58_597 .ant-btn{background:#8b5cf6}._claudeUseCase_12b58_597 .ant-btn:hover{background:#a78bfa;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}._geminiUseCase_12b58_611 .ant-btn{background:#3b82f6}._geminiUseCase_12b58_611 .ant-btn:hover{background:#60a5fa;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}._hybridApproachCard_12b58_733{background:#ffffff05;border:1px solid rgba(255,255,255,.1);padding:40px;border-radius:16px;transition:all .3s ease;position:relative;overflow:hidden}._hybridApproachCard_12b58_733:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(90deg,#8b5cf608,#3b82f608);opacity:0;transition:opacity .3s ease;pointer-events:none}._hybridApproachCard_12b58_733:hover{border-color:#6366f14d;background:#ffffff08}._hybridApproachCard_12b58_733:hover:before{opacity:1}._hybridHeader_12b58_765{text-align:center;margin-bottom:40px}._hybridHeader_12b58_765 h3{color:#fff!important;display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px;font-size:24px;font-weight:700}._hybridHeader_12b58_765 h3 svg{color:#818cf8}._hybridHeader_12b58_765 p{color:#fff9;font-size:14px;margin:0}._hybridStep_12b58_791{background:#ffffff05;border:1px solid rgba(255,255,255,.08);padding:24px;border-radius:12px;transition:all .3s ease;position:relative}._hybridStep_12b58_791:first-of-type{background:linear-gradient(135deg,#60a5fa1f,#3b82f60f);border:1px solid rgba(96,165,250,.35);border-top:3px solid #60a5fa}._hybridStep_12b58_791:first-of-type:hover{background:linear-gradient(135deg,#60a5fa2e,#3b82f61a);border-color:#60a5fa80;box-shadow:0 8px 24px #60a5fa40;transform:translateY(-2px)}._hybridStep_12b58_791:last-of-type{background:linear-gradient(135deg,#a78bfa1f,#8b5cf60f);border:1px solid rgba(167,139,250,.35);border-top:3px solid #a78bfa}._hybridStep_12b58_791:last-of-type:hover{background:linear-gradient(135deg,#a78bfa2e,#8b5cf61a);border-color:#a78bfa80;box-shadow:0 8px 24px #a78bfa40;transform:translateY(-2px)}._stepBadge_12b58_826{display:inline-block;padding:6px 14px;border-radius:14px;font-weight:600;margin-bottom:16px;font-size:12px;border:1px solid}._hybridStep_12b58_791:first-of-type ._stepBadge_12b58_826{background:#60a5fa40;color:#60a5fa;border-color:#60a5fa80}._hybridStep_12b58_791:last-of-type ._stepBadge_12b58_826{background:#a78bfa40;color:#c4b5fd;border-color:#a78bfa80}._hybridStep_12b58_791 h4{margin-bottom:16px;font-size:18px;font-weight:600}._hybridStep_12b58_791:first-of-type h4{color:#60a5fa!important}._hybridStep_12b58_791:last-of-type h4{color:#c4b5fd!important}._hybridStep_12b58_791 ul{list-style:none;padding:0;margin:0}._hybridStep_12b58_791 ul li{color:#ffffffb3;margin-bottom:8px;padding-left:16px;position:relative;font-size:14px;line-height:1.6}._hybridStep_12b58_791:first-of-type ul li:before{content:"•";position:absolute;left:0;color:#60a5fa;font-weight:700}._hybridStep_12b58_791:last-of-type ul li:before{content:"•";position:absolute;left:0;color:#c4b5fd;font-weight:700}._hybridSummary_12b58_893{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:32px;padding:16px;background:linear-gradient(90deg,#8b5cf614,#3b82f614);border-radius:12px;font-size:14px;font-weight:600;color:#a5b4fc;border:1px solid rgba(99,102,241,.2)}._hybridSummary_12b58_893 svg{color:#818cf8;flex-shrink:0}._faqSection_12b58_914{padding:0 0 80px;background:linear-gradient(180deg,#0a0a0a,#0d1117)}._faqSection_12b58_914 h2{text-align:center;margin-bottom:48px;font-size:2.5rem;font-weight:700;color:#fff}._faqCollapse_12b58_927{max-width:900px;margin:0 auto;background:transparent}._faqCollapse_12b58_927 .ant-collapse-item{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:12px;overflow:hidden;transition:all .3s ease}._faqCollapse_12b58_927 .ant-collapse-item:hover{border-color:#6366f14d;background:#ffffff08}._faqCollapse_12b58_927 .ant-collapse-header{font-weight:600;font-size:15px;padding:20px 24px;color:#fff!important}._faqCollapse_12b58_927 .ant-collapse-content{border-top:1px solid rgba(255,255,255,.05)}._faqCollapse_12b58_927 .ant-collapse-content-box{color:#ffffffb3;line-height:1.7;font-size:14px}._ctaSection_12b58_965{padding:80px 0;background:#0a0a0a}._ctaCard_12b58_970{max-width:900px;margin:0 auto;text-align:center;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:48px;transition:all .3s ease}._ctaCard_12b58_970:hover{border-color:#6366f14d;background:#ffffff08}._ctaCard_12b58_970 h3{margin-bottom:16px;font-size:28px;font-weight:700;color:#fff}._ctaCard_12b58_970 p{font-size:15px;color:#fff9;margin-bottom:32px;line-height:1.6}._ctaCard_12b58_970 p a{color:#818cf8;font-weight:600;text-decoration:none;transition:color .3s ease}._ctaCard_12b58_970 p a:hover{color:#a5b4fc}._ctaButtons_12b58_1011{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:40px}._ctaButtons_12b58_1011 .ant-btn{display:flex;align-items:center;gap:8px;height:44px;padding:0 28px;font-size:14px;font-weight:600;border-radius:8px;transition:all .3s ease}._ctaButtons_12b58_1011 .ant-btn-primary{background:linear-gradient(90deg,#8b5cf6,#3b82f6);border:none}._ctaButtons_12b58_1011 .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #6366f14d}._ctaButtons_12b58_1011 .ant-btn-default{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff}._ctaButtons_12b58_1011 .ant-btn-default:hover{background:#ffffff14;border-color:#6366f14d;transform:translateY(-2px)}@media (max-width: 768px){._comparisonHero_12b58_8{padding:60px 0 40px}._comparisonHero_12b58_8 h1{font-size:2.5rem!important}._heroDescription_12b58_68{font-size:1.1rem!important}._comparisonTableSection_12b58_297 h2,._pricingAnalysis_12b58_432 h2,._useCaseRecommendations_12b58_557 h2,._faqSection_12b58_914 h2{font-size:2rem}._toolsComparison_12b58_89,._comparisonTableSection_12b58_297,._pricingAnalysis_12b58_432,._useCaseRecommendations_12b58_557,._faqSection_12b58_914,._ctaSection_12b58_965{padding:60px 0}._ctaButtons_12b58_1011{flex-direction:column}._ctaButtons_12b58_1011 .ant-btn{width:100%}._hybridApproachCard_12b58_733{padding:28px 20px}._useCaseCard_12b58_570,._pricingCard_12b58_445,._toolCard_12b58_94{padding:24px}._ctaCard_12b58_970{padding:32px 24px}._comparisonTable_12b58_297{border-radius:8px}._comparisonTable_12b58_297 .ant-table-thead>tr>th{padding:12px 8px!important;font-size:13px!important}._comparisonTable_12b58_297 .ant-table-tbody>tr>td{padding:12px 8px!important;font-size:13px!important}._comparisonTable_12b58_297 .ant-table-tbody>tr>td:first-child{font-weight:600;color:#ffffffe6!important}._winnerBadge_12b58_374{font-size:11px;padding:3px 10px}}@media (max-width: 480px){._comparisonHero_12b58_8 h1{font-size:2rem!important}._heroDescription_12b58_68{font-size:1rem!important}._comparisonTableSection_12b58_297 h2,._pricingAnalysis_12b58_432 h2,._useCaseRecommendations_12b58_557 h2,._faqSection_12b58_914 h2{font-size:1.75rem}._comparisonTable_12b58_297 .ant-table{font-size:12px}._comparisonTable_12b58_297 .ant-table-thead>tr>th,._comparisonTable_12b58_297 .ant-table-tbody>tr>td{padding:10px 6px!important}._mobileComparisonItem_12b58_414{font-size:12px}}._useCasePage_1d604_4{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}._useCaseHero_1d604_11{background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);padding:100px 0;position:relative;overflow:hidden}._useCaseHero_1d604_11:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(88,166,255,.1) 0%,transparent 50%)}._heroBadge_1d604_28{display:inline-flex;align-items:center;gap:8px;background:#58a6ff1a;border:1px solid rgba(88,166,255,.3);border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;color:#58a6ff;margin-bottom:24px;animation:_badgeGlow_1d604_1 3s ease-in-out infinite}._textCenter_1d604_43{text-align:center!important}._heroTitle_1d604_47{font-size:3rem!important;font-weight:700!important;background:linear-gradient(135deg,#fff,#a0a0ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px!important;text-align:center}._heroSubtitle_1d604_58{font-size:1.25rem!important;color:var(--text-secondary)!important;text-align:center;max-width:800px;margin:0 auto 48px!important;line-height:1.6}._heroActions_1d604_67{justify-content:center;gap:32px}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899)!important;border:none!important;box-shadow:0 8px 24px #6366f14d!important}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn-primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed,#db2777)!important;box-shadow:0 12px 32px #6366f166!important;transform:translateY(-2px)!important}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn-primary .anticon{font-size:16px!important;display:inline-block}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn-primary .anticon-thunderbolt{margin-right:8px!important;margin-left:0!important}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn-primary .anticon-arrow-right{margin-left:8px!important;margin-right:0!important;animation:_arrowPulse_1d604_1 2s ease-in-out infinite}@keyframes _arrowPulse_1d604_1{0%,to{transform:translate(0);opacity:1}50%{transform:translate(4px);opacity:.8}}@keyframes _badgeGlow_1d604_1{0%,to{box-shadow:0 0 8px #58a6ff4d;transform:scale(1)}50%{box-shadow:0 0 16px #58a6ff99;transform:scale(1.05)}}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn:not(.ant-btn-primary){background:#ffffff1a!important;border:2px solid rgba(255,255,255,.2)!important;color:var(--text-primary)!important}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn:not(.ant-btn-primary):hover{background:#ffffff26!important;border-color:#6366f180!important;color:#6366f1!important;transform:translateY(-2px)!important}._useCaseHero_1d604_11 ._heroActions_1d604_67 .ant-btn:not(.ant-btn-primary) .anticon{margin-right:8px!important;font-size:16px!important}._container_1d604_154{max-width:1200px;margin:0 auto;padding:0 20px}._sectionHeader_1d604_160{text-align:center;margin-bottom:64px}._sectionHeader_1d604_160 h2{font-size:2.5rem!important;font-weight:700!important;color:var(--text-secondary)!important;margin-bottom:16px!important}._sectionHeader_1d604_160 p{font-size:1.125rem!important;color:var(--text-secondary)!important;max-width:600px;margin:0 auto}._featuresSection_1d604_180{padding:80px 0;background:var(--bg-primary)}._featuresSection_1d604_180 ._sectionHeader_1d604_160{text-align:center;margin-bottom:64px}._featuresSection_1d604_180 ._sectionHeader_1d604_160 h2{text-align:center;margin:0 auto 16px}._featureCard_1d604_195{background:var(--bg-secondary)!important;border:2px solid rgba(88,166,255,.3)!important;border-radius:20px!important;height:100%;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}._featureCard_1d604_195:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}._featureIcon_1d604_211{font-size:2.5rem;color:var(--accent-primary);margin-bottom:24px;display:block}._featureCard_1d604_195 h4{color:var(--text-primary)!important;margin-bottom:16px!important;font-size:1.25rem!important;font-weight:600!important}._featureCard_1d604_195 p{color:var(--text-secondary)!important;line-height:1.6;margin-bottom:16px!important}._featureCard_1d604_195 .ant-list-item{border-bottom:none!important;padding-bottom:4px!important;padding-top:4px!important}._ctaSection_1d604_238{padding:20px 0 120px;background:var(--bg-secondary);text-align:center}._ctaContent_1d604_244{text-align:center}._ctaContent_1d604_244 h2{color:var(--text-primary)!important;margin-bottom:16px!important}._ctaContent_1d604_244 p{color:var(--text-secondary)!important;font-size:1.125rem!important;margin-bottom:32px!important;max-width:600px;margin-left:auto;margin-right:auto}._ctaActions_1d604_262{justify-content:center;margin-top:32px;gap:24px}._ctaActions_1d604_262 .ant-btn{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important}._ctaActions_1d604_262 .ant-btn-primary{background:linear-gradient(135deg,#1890ff,#36cfc9,#13c2c2)!important;border:none!important;box-shadow:0 8px 24px #1890ff4d!important}._ctaActions_1d604_262 .ant-btn-primary .anticon{margin-left:8px!important;margin-right:0!important;font-size:16px!important;animation:_arrowPulse_1d604_1 2s ease-in-out infinite;display:inline-block}._ctaActions_1d604_262 .ant-btn-primary:hover{background:linear-gradient(135deg,#096dd9,#08979c,#006d75)!important;box-shadow:0 12px 32px #1890ff66!important;transform:translateY(-2px)!important}._ctaActions_1d604_262 .ant-btn:not(.ant-btn-primary){background:#ffffff1a!important;border:2px solid rgba(24,144,255,.3)!important;color:var(--text-primary)!important}._ctaActions_1d604_262 .ant-btn:not(.ant-btn-primary):hover{background:#ffffff26!important;border-color:#1890ff99!important;color:#1890ff!important;transform:translateY(-2px)!important}._processSection_1d604_314{padding:80px 0;background:var(--bg-primary)}._processCard_1d604_319{background:var(--bg-secondary)!important;border:2px solid rgba(88,166,255,.1)!important;border-radius:16px!important;padding:24px!important;height:100%!important;transition:all .3s ease!important}._processCard_1d604_319:hover{border-color:var(--accent-primary)!important;transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000001a!important}._stepNumber_1d604_334{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%)!important;color:#fff!important;border-radius:50%!important;width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:600!important;font-size:14px!important;flex-shrink:0!important;transition:all .3s ease!important}@media (max-width: 768px){._heroTitle_1d604_47{font-size:2.5rem!important}._heroSubtitle_1d604_58{font-size:1.125rem!important}._sectionHeader_1d604_160 h2{font-size:2rem!important}._featureCard_1d604_195{padding:24px!important}._heroActions_1d604_67{flex-direction:column;align-items:center;gap:16px}._heroActions_1d604_67 ._ant-btn_1d604_73{width:100%;max-width:280px}}._heroSection_kkeit_4{background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)!important;padding:100px 0 60px!important;position:relative!important;overflow:hidden!important}._heroSection_kkeit_4:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:radial-gradient(circle at 50% 50%,rgba(88,166,255,.1) 0%,transparent 50%)!important}._heroContainer_kkeit_21{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important}._heroTextCenter_kkeit_27{text-align:center!important}._heroBadge_kkeit_31{display:inline-flex!important;align-items:center!important;gap:8px!important;background:var(--accent-bg)!important;border:1px solid var(--accent-border)!important;border-radius:20px!important;padding:8px 16px!important;font-size:14px!important;font-weight:600!important;color:var(--accent-fg)!important;margin-bottom:24px!important}._heroTitle_kkeit_45,.ant-typography ._heroTitle_kkeit_45{font-size:3rem!important;font-weight:700!important;color:var(--text-primary)!important;margin-bottom:24px!important;text-align:center!important}._heroSubtitle_kkeit_61,.ant-typography ._heroSubtitle_kkeit_61{font-size:1.25rem!important;color:var(--text-secondary)!important;text-align:center!important;max-width:800px!important;margin:0 auto 48px!important;line-height:1.6!important}._heroActions_kkeit_79{justify-content:center!important;gap:20px!important}._heroActions_kkeit_79 .ant-btn{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:16px!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important}._heroActions_kkeit_79 .ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899)!important;border:none!important;box-shadow:0 8px 24px #6366f14d!important}._heroActions_kkeit_79 .ant-btn-primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed,#db2777)!important;box-shadow:0 12px 32px #6366f166!important;transform:translateY(-2px)!important}._heroActions_kkeit_79 .ant-btn-primary .anticon{font-size:16px!important;display:inline-block!important}._heroActions_kkeit_79 .ant-btn-primary .anticon-rocket{margin-right:8px!important;margin-left:0!important}._heroActions_kkeit_79 .ant-btn-primary .anticon-arrow-right{margin-left:8px!important;margin-right:0!important;animation:_arrowPulse_kkeit_1 2s ease-in-out infinite!important}._heroActions_kkeit_79 .ant-btn:not(.ant-btn-primary){background:#ffffff1a!important;border:2px solid rgba(255,255,255,.2)!important;color:var(--text-primary)!important}._heroActions_kkeit_79 .ant-btn:not(.ant-btn-primary):hover{background:#ffffff26!important;border-color:#6366f180!important;color:#6366f1!important;transform:translateY(-2px)!important}._heroActions_kkeit_79 .ant-btn:not(.ant-btn-primary) .anticon{margin-right:8px!important;font-size:16px!important}@media (max-width: 768px){._heroTitle_kkeit_45{font-size:2.5rem!important}._heroSubtitle_kkeit_61{font-size:1.125rem!important}._heroActions_kkeit_79{flex-direction:column!important;align-items:center!important;gap:16px!important}._heroActions_kkeit_79 .ant-btn{width:100%!important;max-width:280px!important}}._learningBadge_kkeit_172{background:linear-gradient(135deg,#06b6d414,#22d3ee0f)!important;border:1px solid rgba(6,182,212,.25)!important;color:#06b6d4!important;animation:_learningBadgeGlow_kkeit_1 3s ease-in-out infinite;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}@keyframes _learningBadgeGlow_kkeit_1{0%,to{box-shadow:0 0 12px #06b6d440;transform:scale(1);border-color:#06b6d440}50%{box-shadow:0 0 20px #22d3ee66;transform:scale(1.03);border-color:#22d3ee59}}._heroTitleUnified_kkeit_193{background:linear-gradient(135deg,#1890ff,#36cfc9,#13c2c2 60%,#52c41a)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#1890ff!important;position:relative!important;text-shadow:0 0 20px rgba(24,144,255,.3)!important;background-size:200% 200%!important;animation:_gradientShift_kkeit_1 4s ease-in-out infinite!important}.ant-typography ._heroTitleUnified_kkeit_193{background:linear-gradient(135deg,#1890ff,#36cfc9,#13c2c2 60%,#52c41a)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;background-size:200% 200%!important;animation:_gradientShift_kkeit_1 4s ease-in-out infinite!important}@keyframes _gradientShift_kkeit_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._ctaPrimaryBtn_kkeit_226{background:linear-gradient(135deg,#06b6d4,#22d3ee,#67e8f9 80%,#cffafe)!important;border:none!important;box-shadow:0 8px 24px #06b6d440,0 4px 12px #22d3ee26!important;color:#fff!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important}._ctaPrimaryBtn_kkeit_226:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;transition:left .6s ease!important}._ctaPrimaryBtn_kkeit_226:hover{background:linear-gradient(135deg,#0891b2,#06b6d4,#22d3ee 80%,#67e8f9)!important;box-shadow:0 12px 32px #06b6d459,0 6px 16px #22d3ee40!important;transform:translateY(-3px) scale(1.02)!important;color:#fff!important}._ctaPrimaryBtn_kkeit_226:hover:before{left:100%!important}._ctaPrimaryBtn_kkeit_226 .anticon{font-size:16px!important}._ctaPrimaryBtn_kkeit_226 .anticon-rocket{margin-right:8px!important}._ctaPrimaryBtn_kkeit_226 .anticon-arrow-right{margin-left:8px!important;animation:_arrowPulse_kkeit_1 2s ease-in-out infinite!important}._ctaSecondaryBtn_kkeit_281{background:transparent!important;border:1px solid rgba(6,182,212,.6)!important;color:#06b6d4!important;height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;transition:all .3s ease!important;position:relative!important;overflow:hidden!important}._ctaSecondaryBtn_kkeit_281:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#06b6d41a!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._ctaSecondaryBtn_kkeit_281:hover{transform:translateY(-3px) scale(1.02)!important;color:#22d3ee!important;border-color:#22d3eecc!important;background:#06b6d41a!important;box-shadow:0 8px 24px #06b6d44d!important}._ctaSecondaryBtn_kkeit_281:hover:before{opacity:1!important}._ctaSecondaryBtn_kkeit_281 .anticon{margin-right:8px!important;font-size:16px!important}._featureCard_kkeit_326{background:var(--bg-secondary)!important;border:2px solid rgba(99,102,241,.1)!important;border-radius:20px!important;padding:32px!important;height:100%!important;text-align:center!important;position:relative!important;overflow:hidden!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}._featureCard_kkeit_326:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(99,102,241,.06),rgba(139,92,246,.08),rgba(168,85,247,.06),transparent)!important;transition:left .8s ease!important;pointer-events:none!important}._featureCard_kkeit_326:hover{transform:translateY(-8px) scale(1.02)!important;border-color:#6366f140!important;box-shadow:0 20px 40px #6366f126,0 8px 16px #8b5cf61a!important;background:#6366f105!important}._featureCard_kkeit_326:hover:before{left:100%!important}._featureHeader_kkeit_363{margin-bottom:24px!important;position:relative!important;z-index:1!important}._featureIcon_kkeit_369{font-size:3rem!important;margin-bottom:20px!important;display:block!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#6366f1!important}._featureCard_kkeit_326:hover ._featureIcon_kkeit_369{transform:scale(1.15) rotate(5deg)!important;filter:drop-shadow(0 4px 8px rgba(99,102,241,.3))!important}._featureTitle_kkeit_387{color:var(--text-primary)!important;margin-bottom:16px!important;font-size:1.25rem!important;font-weight:600!important;transition:all .3s ease!important;position:relative!important;z-index:1!important}.ant-typography ._featureTitle_kkeit_387{color:var(--text-primary)!important;margin-bottom:16px!important}._featureCard_kkeit_326:hover ._featureTitle_kkeit_387{color:#6366f1!important;transform:translateY(-2px)!important;text-shadow:0 2px 4px rgba(99,102,241,.2)!important}._featureDescription_kkeit_408{color:var(--text-secondary)!important;line-height:1.6!important;margin-bottom:24px!important;position:relative!important;z-index:1!important}.ant-typography ._featureDescription_kkeit_408{color:var(--text-secondary)!important;margin-bottom:24px!important}._featureCard_kkeit_326:hover ._featureDescription_kkeit_408{color:var(--text-primary)!important}._featureHighlights_kkeit_425{list-style:none!important;padding:0!important;margin:0!important;text-align:left!important;position:relative!important;z-index:1!important}._featureHighlightItem_kkeit_434{color:var(--text-secondary)!important;margin-bottom:8px!important;padding-left:20px!important;position:relative!important;font-size:.95rem!important;line-height:1.5!important;transition:all .3s ease!important}._featureHighlightItem_kkeit_434:before{content:"✨"!important;position:absolute!important;left:0!important;top:0!important;color:#6366f1!important;font-size:14px!important;transition:all .3s ease!important}._featureCard_kkeit_326:hover ._featureHighlightItem_kkeit_434{color:var(--text-primary)!important;transform:translate(4px)!important}._featureCard_kkeit_326:hover ._featureHighlightItem_kkeit_434:before{transform:scale(1.2)!important;filter:drop-shadow(0 0 4px rgba(99,102,241,.5))!important}._learningPathsSection_kkeit_465{padding:80px 0!important;background:var(--bg-primary)!important;position:relative!important}._pathsSectionTitle_kkeit_471{color:#8b949e!important;text-align:center!important;margin-bottom:48px!important}.ant-typography ._pathsSectionTitle_kkeit_471{color:#8b949e!important}._learningPathCard_kkeit_481{background:var(--bg-secondary)!important;border:2px solid rgba(6,182,212,.1)!important;border-radius:20px!important;padding:32px!important;height:100%!important;position:relative!important;overflow:hidden!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}._learningPathCard_kkeit_481:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;border-radius:20px!important;padding:2px!important;background:linear-gradient(135deg,#06b6d433,#22d3ee4d,#67e8f933,#22d3ee4d,#06b6d433)!important;background-size:200% 200%!important;animation:_borderGradientShift_kkeit_1 4s ease-in-out infinite!important;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)!important;mask-composite:xor!important;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)!important;-webkit-mask-composite:xor!important;opacity:0!important;transition:opacity .4s ease!important}@keyframes _borderGradientShift_kkeit_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._learningPathCard_kkeit_481:hover{transform:translateY(-8px) scale(1.02)!important;border-color:#06b6d44d!important;box-shadow:0 20px 40px #06b6d426,0 8px 16px #06b6d41a!important;background:#06b6d405!important}._learningPathCard_kkeit_481:hover:before{opacity:1!important}._pathHeader_kkeit_533{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:20px!important;position:relative!important;z-index:1!important}._pathLevel_kkeit_542{width:48px!important;height:48px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;font-size:20px!important;flex-shrink:0!important;position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#06b6d4,#22d3ee,#67e8f9,#22d3ee,#06b6d4)!important;background-size:200% 200%!important;animation:_levelGradientShift_kkeit_1 3s ease-in-out infinite!important;color:#fff!important;box-shadow:0 4px 12px #06b6d44d,inset 0 1px #fff3!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}@keyframes _levelGradientShift_kkeit_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._learningPathCard_kkeit_481:hover ._pathLevel_kkeit_542{transform:scale(1.15) rotate(8deg)!important;box-shadow:0 8px 24px #06b6d480,0 4px 8px #06b6d44d,inset 0 1px #ffffff4d!important;background:linear-gradient(135deg,#0891b2,#06b6d4,#22d3ee,#67e8f9,#22d3ee,#0891b2)!important;background-size:300% 300%!important;animation:_hoverLevelGradientShift_kkeit_1 .6s ease-in-out!important}@keyframes _hoverLevelGradientShift_kkeit_1{0%{background-position:0% 50%}to{background-position:100% 50%}}._pathTitle_kkeit_590{color:var(--text-primary)!important;margin:0!important;font-size:1.25rem!important;font-weight:600!important;transition:all .3s ease!important}.ant-typography ._pathTitle_kkeit_590{color:var(--text-primary)!important;margin:0!important}._learningPathCard_kkeit_481:hover ._pathTitle_kkeit_590{color:#06b6d4!important;transform:translate(6px)!important;text-shadow:0 2px 4px rgba(6,182,212,.2)!important}._pathDescription_kkeit_609{color:var(--text-secondary)!important;line-height:1.6!important;margin-bottom:24px!important;transition:all .3s ease!important;position:relative!important;z-index:1!important}.ant-typography ._pathDescription_kkeit_609{color:var(--text-secondary)!important;margin-bottom:24px!important}._learningPathCard_kkeit_481:hover ._pathDescription_kkeit_609{color:var(--text-primary)!important;transform:translateY(-2px)!important}._pathTopics_kkeit_628{display:flex!important;flex-wrap:wrap!important;gap:8px!important;position:relative!important;z-index:1!important}._topicTag_kkeit_636{background:linear-gradient(135deg,#06b6d41a,#22d3ee14)!important;border:1px solid rgba(6,182,212,.2)!important;border-radius:12px!important;padding:6px 12px!important;font-size:12px!important;font-weight:500!important;color:#06b6d4!important;transition:all .3s ease!important;margin:0!important}.ant-tag ._topicTag_kkeit_636{background:linear-gradient(135deg,#06b6d41a,#22d3ee14)!important;border:1px solid rgba(6,182,212,.2)!important;color:#06b6d4!important;margin:0!important}._learningPathCard_kkeit_481:hover ._topicTag_kkeit_636{background:linear-gradient(135deg,#06b6d426,#22d3ee1f)!important;border-color:#06b6d44d!important;transform:translateY(-1px) scale(1.05)!important;box-shadow:0 2px 4px #06b6d433!important}@media (max-width: 768px){._pathLevel_kkeit_542{width:40px!important;height:40px!important;font-size:18px!important}._pathHeader_kkeit_533{gap:12px!important}}._successStoriesSection_kkeit_674{padding:80px 0!important;background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(16,185,129,.02) 30%,rgba(34,197,94,.03) 70%,var(--bg-secondary) 100%)!important;position:relative!important}._successStoriesSection_kkeit_674:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:radial-gradient(ellipse at 25% 0%,rgba(16,185,129,.04) 0%,transparent 50%),radial-gradient(ellipse at 75% 100%,rgba(34,197,94,.04) 0%,transparent 50%)!important;pointer-events:none!important;z-index:0!important}._storiesSectionTitle_kkeit_693{color:#8b949e!important;text-align:center!important;margin-bottom:48px!important;position:relative!important;z-index:1!important}.ant-typography ._storiesSectionTitle_kkeit_693{color:#8b949e!important}._successStoryCard_kkeit_705{background:var(--bg-primary)!important;border:2px solid rgba(16,185,129,.12)!important;border-radius:20px!important;padding:32px!important;height:100%!important;position:relative!important;overflow:hidden!important;transition:all .5s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}._successStoryCard_kkeit_705:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(16,185,129,.08),rgba(34,197,94,.12),rgba(16,185,129,.08),transparent)!important;transition:left .8s ease!important;pointer-events:none!important;z-index:1!important}._successStoryCard_kkeit_705:after{content:""!important;position:absolute!important;top:-2px!important;left:-2px!important;right:-2px!important;bottom:-2px!important;border-radius:22px!important;background:linear-gradient(45deg,#10b98133,#22c55e4d,#4ade8033,#22c55e4d,#10b98133)!important;background-size:400% 400%!important;animation:_successGlow_kkeit_1 6s ease-in-out infinite!important;opacity:0!important;transition:opacity .5s ease!important;z-index:-1!important}@keyframes _successGlow_kkeit_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._successStoryCard_kkeit_705:hover{transform:translateY(-8px) scale(1.03)!important;border-color:#14b8a680!important;box-shadow:0 25px 50px #14b8a633,0 12px 20px #2dd4bf1a!important}._successStoryCard_kkeit_705:hover:before{left:100%!important}._successStoryCard_kkeit_705:hover:after{opacity:1!important}._storyHeader_kkeit_771{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:24px!important;position:relative!important;z-index:2!important}._storyIcon_kkeit_780{width:56px!important;height:56px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;flex-shrink:0!important;position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#10b981,#22c55e,#4ade80 60%,#22c55e)!important;background-size:200% 200%!important;animation:_iconGradientShift_kkeit_1 4s ease-in-out infinite!important;color:#fff!important;box-shadow:0 6px 20px #10b98159,inset 0 1px #fff3!important;transition:all .5s cubic-bezier(.4,0,.2,1)!important}._storyIcon_kkeit_780:before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:0!important;height:0!important;background:#fff6!important;border-radius:50%!important;transition:all .5s ease!important;transform:translate(-50%,-50%)!important}._successStoryCard_kkeit_705:hover ._storyIcon_kkeit_780{transform:scale(1.15) rotate(-8deg)!important;box-shadow:0 12px 32px #10b98180,0 6px 16px #22c55e4d,inset 0 1px #ffffff4d!important;background:linear-gradient(135deg,#059669,#10b981,#22c55e 60%,#4ade80)!important}._successStoryCard_kkeit_705:hover ._storyIcon_kkeit_780:before{width:24px!important;height:24px!important}@keyframes _iconGradientShift_kkeit_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._storyTitle_kkeit_834{color:var(--text-primary)!important;margin:0!important;font-size:1.25rem!important;font-weight:600!important;transition:all .4s ease!important;position:relative!important}.ant-typography ._storyTitle_kkeit_834{color:var(--text-primary)!important;margin:0!important}._successStoryCard_kkeit_705:hover ._storyTitle_kkeit_834{color:#14b8a6!important;transform:translate(6px)!important;text-shadow:0 2px 8px rgba(20,184,166,.3)!important}._storyQuote_kkeit_854{color:var(--text-secondary)!important;font-style:italic!important;font-size:1.05rem!important;line-height:1.6!important;margin:0 0 24px!important;padding:20px!important;border:none!important;background:#10b98108!important;border-radius:12px!important;border-left:4px solid rgba(16,185,129,.3)!important;position:relative!important;z-index:2!important;transition:all .4s ease!important}._storyQuote_kkeit_854:before{content:'"'!important;color:#22c55e!important;font-size:2.5rem!important;font-weight:700!important;position:absolute!important;left:8px!important;top:-5px!important;opacity:.7!important;transition:all .4s ease!important;filter:drop-shadow(0 0 4px rgba(34,197,94,.3))!important}._storyQuote_kkeit_854:after{content:'"'!important;color:#22c55e!important;font-size:2.5rem!important;font-weight:700!important;position:absolute!important;right:8px!important;bottom:-15px!important;opacity:.7!important;transition:all .4s ease!important;filter:drop-shadow(0 0 4px rgba(34,197,94,.3))!important}._successStoryCard_kkeit_705:hover ._storyQuote_kkeit_854{color:var(--text-primary)!important;transform:translateY(-3px)!important;border-left-color:#14b8a666!important;box-shadow:0 4px 12px #14b8a61a!important}._successStoryCard_kkeit_705:hover ._storyQuote_kkeit_854:before,._successStoryCard_kkeit_705:hover ._storyQuote_kkeit_854:after{opacity:1!important;color:#14b8a6!important;transform:scale(1.1)!important;filter:drop-shadow(0 0 8px rgba(16,185,129,.5))!important}._storyHighlights_kkeit_912{display:flex!important;flex-wrap:wrap!important;gap:10px!important;position:relative!important;z-index:2!important}._highlightTag_kkeit_920{background:linear-gradient(135deg,#10b9811f,#22c55e14)!important;border:1px solid rgba(16,185,129,.25)!important;border-radius:12px!important;padding:8px 14px!important;font-size:12px!important;font-weight:600!important;color:#10b981!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;margin:0!important;position:relative!important;overflow:hidden!important}.ant-tag ._highlightTag_kkeit_920{background:linear-gradient(135deg,#10b9811f,#22c55e14)!important;border:1px solid rgba(16,185,129,.25)!important;color:#10b981!important;margin:0!important}._highlightTag_kkeit_920:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;transition:left .6s ease!important;pointer-events:none!important}._successStoryCard_kkeit_705:hover ._highlightTag_kkeit_920{border-color:#14b8a666!important;transform:translateY(-3px) scale(1.05)!important;box-shadow:0 4px 8px #14b8a626!important;color:#14b8a6!important}._successStoryCard_kkeit_705:hover ._highlightTag_kkeit_920:before{left:100%!important}@media (max-width: 768px){._storyIcon_kkeit_780{width:48px!important;height:48px!important;font-size:24px!important}._storyHeader_kkeit_771{gap:12px!important}._storyQuote_kkeit_854{font-size:1rem!important}}._demoSection_kkeit_981{padding:80px 0!important;background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(30,58,138,.02) 25%,rgba(59,130,246,.03) 50%,rgba(30,58,138,.02) 75%,var(--bg-secondary) 100%)!important;position:relative!important;overflow:hidden!important}._demoSection_kkeit_981:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(90deg,rgba(59,130,246,.02) 1px,transparent 1px),linear-gradient(rgba(59,130,246,.02) 1px,transparent 1px),radial-gradient(ellipse at 20% 20%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(147,197,253,.04) 0%,transparent 50%),radial-gradient(ellipse at 50% 0%,rgba(139,92,246,.03) 0%,transparent 60%)!important;background-size:50px 50px,50px 50px,100% 100%,100% 100%,100% 100%!important;pointer-events:none!important;z-index:0!important;animation:_demoSectionFloat_kkeit_1 12s ease-in-out infinite!important}@keyframes _demoSectionFloat_kkeit_1{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-5px);opacity:.8}}._demoSectionTitle_kkeit_1014{color:#8b949e!important;text-align:left!important;margin-bottom:16px!important}.ant-typography ._demoSectionTitle_kkeit_1014{color:#8b949e!important}._demoSubtitle_kkeit_1024{font-size:1.125rem!important;color:var(--text-secondary)!important;margin-bottom:32px!important;line-height:1.6!important}.ant-typography ._demoSubtitle_kkeit_1024{color:var(--text-secondary)!important;margin-bottom:32px!important}._demoFeatures_kkeit_1036{margin-top:40px!important;position:relative!important;z-index:1!important}._demoFeatureItem_kkeit_1042{display:flex!important;align-items:flex-start!important;gap:20px!important;margin-bottom:32px!important;padding:20px!important;background:#06b6d405!important;border-radius:16px!important;border:1px solid rgba(6,182,212,.08)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}._demoFeatureItem_kkeit_1042:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(6,182,212,.05),rgba(34,211,238,.08),rgba(103,232,249,.05),transparent)!important;transition:left .6s ease!important;pointer-events:none!important}._demoFeatureItem_kkeit_1042:hover{background:#06b6d40d!important;border-color:#06b6d433!important;transform:translate(8px) translateY(-2px)!important;box-shadow:0 8px 24px #06b6d41f,0 4px 8px #06b6d414!important}._demoFeatureItem_kkeit_1042:hover:before{left:100%!important}._demoFeatureIcon_kkeit_1082{width:48px!important;height:48px!important;background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc)!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:20px!important;flex-shrink:0!important;box-shadow:0 4px 16px #8b5cf659,inset 0 1px #fff3!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important}._demoFeatureIcon_kkeit_1082:before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:0!important;height:0!important;background:#ffffff4d!important;border-radius:50%!important;transition:all .4s ease!important;transform:translate(-50%,-50%)!important}._demoFeatureItem_kkeit_1042:hover ._demoFeatureIcon_kkeit_1082{transform:scale(1.15) rotate(-8deg)!important;box-shadow:0 12px 32px #8b5cf680,0 6px 16px #a855f74d,inset 0 1px #ffffff4d!important;background:linear-gradient(135deg,#7c3aed,#8b5cf6 30%,#a855f7 70%,#c084fc)!important}._demoFeatureItem_kkeit_1042:hover ._demoFeatureIcon_kkeit_1082:before{width:20px!important;height:20px!important}._demoFeatureContent_kkeit_1125{flex:1!important;position:relative!important;z-index:1!important}._demoFeatureContent_kkeit_1125 h5{margin-bottom:8px!important;color:var(--text-primary)!important;font-weight:600!important;transition:all .3s ease!important}.ant-typography ._demoFeatureContent_kkeit_1125 h5{color:var(--text-primary)!important;margin-bottom:8px!important}._demoFeatureItem_kkeit_1042:hover ._demoFeatureContent_kkeit_1125 h5{color:#06b6d4!important;transform:translateY(-1px)!important;text-shadow:0 1px 2px rgba(6,182,212,.2)!important}._demoFeatureContent_kkeit_1125 p{color:var(--text-secondary)!important;margin:0!important;line-height:1.5!important;transition:all .3s ease!important}.ant-typography ._demoFeatureContent_kkeit_1125 p{color:var(--text-secondary)!important;margin:0!important}._demoFeatureItem_kkeit_1042:hover ._demoFeatureContent_kkeit_1125 p{color:var(--text-primary)!important}._demoCard_kkeit_1165{background:linear-gradient(135deg,#1e3a8a08,#3b82f60a,#93c5fd08,#dbeafe05,#eff6ff03)!important;border:2px solid rgba(59,130,246,.15)!important;border-radius:20px!important;overflow:hidden!important;position:relative!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;box-shadow:0 8px 32px #3b82f61f,inset 0 1px #ffffff14!important;transition:all .5s cubic-bezier(.4,0,.2,1)!important}.ant-card ._demoCard_kkeit_1165{background:linear-gradient(135deg,#1e3a8a08,#3b82f60a,#93c5fd08,#dbeafe05,#eff6ff03)!important;border:2px solid rgba(59,130,246,.15)!important}._demoCard_kkeit_1165:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:radial-gradient(circle at 25% 15%,rgba(59,130,246,.08) 0%,transparent 35%),radial-gradient(circle at 75% 85%,rgba(147,197,253,.06) 0%,transparent 35%),linear-gradient(45deg,transparent 30%,rgba(219,234,254,.04) 50%,transparent 70%)!important;pointer-events:none!important;opacity:0!important;transition:opacity .5s ease!important;animation:_demoCardGlow_kkeit_1 8s ease-in-out infinite!important}._demoCard_kkeit_1165:after{content:""!important;position:absolute!important;top:-2px!important;left:-2px!important;right:-2px!important;bottom:-2px!important;border-radius:22px!important;background:linear-gradient(45deg,#3b82f64d,#93c5fd66,#dbeafe4d,#93c5fd66,#3b82f64d)!important;background-size:400% 400%!important;animation:_borderPulse_kkeit_1 6s ease-in-out infinite!important;opacity:0!important;transition:opacity .5s ease!important;z-index:-1!important}@keyframes _demoCardGlow_kkeit_1{0%,to{transform:scale(1) rotate(0);opacity:0}50%{transform:scale(1.02) rotate(1deg);opacity:.7}}@keyframes _borderPulse_kkeit_1{0%,to{background-position:0% 50%;opacity:0}50%{background-position:100% 50%;opacity:1}}._demoCard_kkeit_1165:hover{border-color:#3b82f666!important;box-shadow:0 20px 60px #3b82f633,0 12px 24px #93c5fd26,inset 0 1px #ffffff26!important;transform:translateY(-6px) scale(1.02)!important;background:linear-gradient(135deg,#1e3a8a0d,#3b82f612,#93c5fd0d,#dbeafe0a,#eff6ff05)!important}._demoCard_kkeit_1165:hover:before{opacity:1!important}._demoCard_kkeit_1165:hover:after{opacity:1!important}._demoTitle_kkeit_1248{background:linear-gradient(135deg,#06b6d4,#22d3ee,#67e8f9 80%,#cffafe)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#06b6d4!important;text-align:center!important;margin-bottom:24px!important;font-weight:600!important;font-size:1.25rem!important;text-shadow:0 0 10px rgba(6,182,212,.3)!important}.ant-typography ._demoTitle_kkeit_1248{background:linear-gradient(135deg,#06b6d4,#22d3ee,#67e8f9 80%,#cffafe)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;text-align:center!important;margin-bottom:24px!important}._codeDemo_kkeit_1271{background:linear-gradient(135deg,#0a0a0a,#1a1a2e)!important;color:#0f8!important;font-family:Fira Code,SF Mono,Monaco,Consolas,monospace!important;font-size:.9rem!important;line-height:1.6!important;padding:24px!important;margin:0!important;border:1px solid rgba(0,255,136,.2)!important;white-space:pre-wrap!important;overflow-x:auto!important;border-radius:12px!important;position:relative!important;min-height:400px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;text-shadow:0 0 5px rgba(0,255,136,.3)!important;box-shadow:0 0 20px #00ff881a,inset 0 1px #ffffff1a!important}._codeDemo_kkeit_1271:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:2px!important;background:linear-gradient(90deg,transparent 0%,#00ff88 20%,#00d4ff 50%,#ff6b6b 80%,transparent 100%)!important;animation:_scanLine_kkeit_1 3s ease-in-out infinite!important}._codeDemo_kkeit_1271:after{content:"▊"!important;color:#3b82f6!important;animation:_blink_kkeit_1 1.2s step-end infinite!important;position:absolute!important;right:28px!important;bottom:28px!important;z-index:1!important;text-shadow:0 0 12px rgba(59,130,246,.8),0 0 6px rgba(59,130,246,.6),0 0 3px rgba(59,130,246,.4)!important;filter:drop-shadow(0 0 8px rgba(59,130,246,.5))!important}@keyframes _scanLine_kkeit_1{0%,to{transform:translate(-100%);opacity:0}50%{transform:translate(0);opacity:1}}@keyframes _blink_kkeit_1{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes _codeDemoBreathing_kkeit_1{0%,to{box-shadow:0 0 30px #1e293bcc,inset 0 1px #ffffff0d,inset 0 0 30px #0f172ae6}50%{box-shadow:0 0 40px #3b82f64d,inset 0 1px #ffffff14,inset 0 0 40px #3b82f61a}}@keyframes _textColorShift_kkeit_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._ctaSection_kkeit_1357{padding:80px 0 120px!important;background:var(--bg-primary)!important;position:relative!important}._ctaContent_kkeit_1363{text-align:center!important;max-width:800px!important;margin:0 auto!important}._ctaTitle_kkeit_1369{color:var(--text-primary)!important;margin-bottom:16px!important;font-size:2.5rem!important;font-weight:700!important}.ant-typography ._ctaTitle_kkeit_1369{color:var(--text-primary)!important;margin-bottom:16px!important}._ctaDescription_kkeit_1381{color:var(--text-secondary)!important;font-size:1.125rem!important;margin-bottom:48px!important;line-height:1.6!important}.ant-typography ._ctaDescription_kkeit_1381{color:var(--text-secondary)!important;margin-bottom:48px!important}._ctaActions_kkeit_1393{justify-content:center!important;gap:24px!important}._ctaPrimaryButton_kkeit_1398{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#06b6d4,#22d3ee,#67e8f9)!important;border:none!important;box-shadow:0 8px 24px #06b6d440!important;color:#fff!important;transition:all .3s ease!important}._ctaPrimaryButton_kkeit_1398:hover{background:linear-gradient(135deg,#0891b2,#06b6d4,#22d3ee)!important;box-shadow:0 12px 32px #06b6d459!important;transform:translateY(-2px)!important;color:#fff!important}._ctaPrimaryButton_kkeit_1398 .anticon{font-size:16px!important}._ctaPrimaryButton_kkeit_1398 .anticon-rocket{margin-right:8px!important}._ctaPrimaryButton_kkeit_1398 .anticon-arrow-right{margin-left:8px!important;animation:_arrowPulse_kkeit_1 2s ease-in-out infinite!important}@keyframes _arrowPulse_kkeit_1{0%,to{transform:translate(0);opacity:1}50%{transform:translate(4px);opacity:.8}}._ctaSecondaryButton_kkeit_1445{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff1a!important;border:2px solid rgba(6,182,212,.25)!important;color:var(--text-primary)!important;transition:all .3s ease!important}._ctaSecondaryButton_kkeit_1445:hover{background:#ffffff26!important;border-color:#06b6d480!important;color:#06b6d4!important;transform:translateY(-2px)!important}@media (max-width: 768px){._demoFeatureItem_kkeit_1042{flex-direction:column!important;gap:16px!important;text-align:center!important}._demoFeatureIcon_kkeit_1082{align-self:center!important}._codeDemo_kkeit_1271{font-size:.8rem!important;padding:20px!important;min-height:300px!important}._ctaActions_kkeit_1393{flex-direction:column!important;align-items:center!important;gap:16px!important}._ctaPrimaryButton_kkeit_1398,._ctaSecondaryButton_kkeit_1445,._ctaActions_kkeit_1393 .ant-btn{width:100%!important;max-width:280px!important}}._demoDisclaimer_u0uwz_4{background:#ffc1071a;color:#f39c12;padding:8px 12px;border-radius:6px;font-size:12px;font-style:italic;border:1px solid rgba(255,193,7,.2);text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:16px;transition:all .3s ease}._demoDisclaimer_u0uwz_4:hover{background:#ffc10726;border-color:#ffc1074d}._disclaimerSection_u0uwz_26{background-color:#ffc1070d;padding:16px 0}._animatedCard_u0uwz_32{transition:all .3s ease!important;position:relative!important;overflow:hidden!important}._animatedCard_u0uwz_32:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(99,102,241,.1),transparent)!important;transition:left .6s ease!important;pointer-events:none!important;z-index:1!important}._animatedCard_u0uwz_32:hover{transform:translateY(-8px) scale(1.02)!important;border-color:#6366f14d!important;box-shadow:0 15px 35px #6366f126!important}._animatedCard_u0uwz_32:hover:before{left:100%!important}._card0_u0uwz_62:hover,._card1_u0uwz_63:hover,._card2_u0uwz_64:hover{border-color:#38bdf880!important;box-shadow:0 15px 35px #38bdf840!important}._card0_u0uwz_62:before,._card1_u0uwz_63:before,._card2_u0uwz_64:before{background:linear-gradient(90deg,transparent,rgba(56,189,248,.12),transparent)!important}._featureList_u0uwz_76{list-style:none;padding:0;margin:1.5rem 0 0}._featureList_u0uwz_76 li{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.5}._applicationsSection_u0uwz_90{padding:5rem 0;background:linear-gradient(135deg,#0000004d,#0000001a)}._applicationCard_u0uwz_95{height:100%;border:2px solid rgba(34,197,94,.3)!important;border-radius:20px!important;background:var(--card-bg)!important;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}._applicationCard_u0uwz_95:hover{transform:translateY(-4px);border-color:#22c55ecc!important;box-shadow:0 8px 32px #22c55e33}._applicationHeader_u0uwz_110 h3{color:var(--text-primary)!important;margin-bottom:.5rem!important;font-size:1.25rem!important;font-weight:600!important}._applicationHeader_u0uwz_110 p{color:var(--text-secondary)!important;margin-bottom:1.5rem!important;font-weight:500;font-size:1rem!important}._applicationContent_u0uwz_124 p{color:var(--text-secondary)!important;margin-bottom:1.5rem!important;line-height:1.6;font-size:.95rem!important}._applicationTags_u0uwz_131{display:flex;flex-wrap:wrap;gap:8px}._appTag_u0uwz_137{background:linear-gradient(135deg,rgba(var(--accent-rgb),.2),rgba(var(--accent-rgb),.1));color:var(--accent-primary);border:1px solid rgba(var(--accent-rgb),.3);border-radius:6px;padding:6px 12px;font-size:.85rem;font-weight:500;margin:0}._workflowSection_u0uwz_149{padding:80px 0;background:var(--bg-secondary)}._workflowTimeline_u0uwz_155{position:relative;padding:40px 0 20px;counter-reset:timeline-counter}._workflowTimeline_u0uwz_155:before{content:"";position:absolute;left:30px;top:60px;bottom:60px;width:3px;background:linear-gradient(180deg,#6366f1,#8b5cf6,#ec4899);border-radius:2px;z-index:1}._workflowTimeline_u0uwz_155 .ant-timeline-item{position:relative;padding-left:80px!important;padding-bottom:42px!important;transition:all .3s ease}._workflowTimeline_u0uwz_155 .ant-timeline-item:hover{transform:translate(8px)}._workflowTimeline_u0uwz_155 .ant-timeline-item .ant-timeline-item-head{position:absolute;left:16px!important;top:4px!important;width:48px!important;height:48px!important;border:3px solid #6366f1!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:2;box-shadow:0 4px 12px #6366f14d;transition:all .3s ease}._workflowTimeline_u0uwz_155 .ant-timeline-item:hover .ant-timeline-item-head{transform:scale(1.1);box-shadow:0 8px 24px #6366f166}._workflowTimeline_u0uwz_155 .ant-timeline-item .ant-timeline-item-head:before{content:counter(timeline-counter);counter-increment:timeline-counter;color:#fff;font-weight:700;font-size:18px;line-height:1}._workflowTimeline_u0uwz_155 .ant-timeline-item-content{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;margin-left:20px;position:relative;transition:all .3s ease}._workflowTimeline_u0uwz_155 .ant-timeline-item-content:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#6366f166,#8b5cf64d,#ec489933);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;opacity:0;transition:opacity .3s ease;pointer-events:none}._workflowTimeline_u0uwz_155 .ant-timeline-item:hover .ant-timeline-item-content{border-color:#6366f166;background:#6366f10d}._workflowTimeline_u0uwz_155 .ant-timeline-item:hover .ant-timeline-item-content:after{opacity:1}._workflowTimeline_u0uwz_155 .ant-timeline-item-content:before{content:"";position:absolute;left:-10px;top:20px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:10px solid rgba(99,102,241,.2);transition:all .3s ease}._workflowTimeline_u0uwz_155 .ant-timeline-item:hover .ant-timeline-item-content:before{border-right-color:#6366f166}._workflowTimeline_u0uwz_155 .ant-timeline-item-content h5{color:var(--text-primary)!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:6px!important;margin-top:0!important;display:flex;align-items:center}._workflowTimeline_u0uwz_155 .ant-timeline-item-content p{color:var(--text-secondary)!important;margin-bottom:0!important;line-height:1.5;font-size:.95rem}._demoCard_u0uwz_288{background:linear-gradient(135deg,#ffffff05,#ffffff0d)!important;border:2px solid rgba(99,102,241,.2)!important;border-radius:20px!important;overflow:hidden;box-shadow:0 8px 32px #0000001a;position:relative}._terminalHeader_u0uwz_297{background:linear-gradient(135deg,#1e1e2e,#2a2a3a);padding:12px 20px 12px 16px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-24px -24px 20px;position:relative}._terminalDots_u0uwz_309{display:flex;gap:6px}._terminalDot_u0uwz_309{width:12px;height:12px;border-radius:50%}._terminalDot_u0uwz_309._red_u0uwz_320{background:#ff5f56}._terminalDot_u0uwz_309._yellow_u0uwz_324{background:#ffbd2e}._terminalDot_u0uwz_309._green_u0uwz_328{background:#27ca3f}._terminalTitle_u0uwz_332{color:#a6a6a6;font-size:13px;font-weight:500;margin-left:12px}._codeDemo_u0uwz_339{background:#0d1117!important;border:none!important;border-radius:12px!important;padding:24px!important;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace!important;font-size:14px!important;line-height:1.6!important;color:#e6edf3!important;margin:0!important;position:relative;overflow:hidden;animation:_codeDemo_u0uwz_339 15s ease-in-out infinite}@keyframes _codeDemo_u0uwz_339{0%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.01);filter:brightness(1.05)}to{transform:scale(1);filter:brightness(1)}}._codeLine_u0uwz_369{display:block;margin-bottom:8px;position:relative;animation:_typeInCycle_u0uwz_1 15s ease-in-out infinite;opacity:0;white-space:pre-line}._codeLine_u0uwz_369._comment_u0uwz_378{color:#6e7681;font-weight:500}._codeLine_u0uwz_369._command_u0uwz_383{color:#7dd3fc}._codeLine_u0uwz_369._command_u0uwz_383:before{content:"$ ";color:#6366f1;font-weight:700}._codeLine_u0uwz_369._output_u0uwz_393{color:#22d3ee;padding-left:16px;white-space:pre-line}._codeLine_u0uwz_369._success_u0uwz_399{color:#10b981}._codeLine_u0uwz_369._structure_u0uwz_403{color:#a78bfa;padding-left:16px;font-family:monospace}._codeLine_u0uwz_369._structure_u0uwz_403:before{content:"";margin-right:8px}._emoji_u0uwz_414{font-size:16px;margin-right:8px}@keyframes _typeIn_u0uwz_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes _typeInCycle_u0uwz_1{0%{opacity:0;transform:translate(-10px)}5%{opacity:1;transform:translate(0)}85%{opacity:1;transform:translate(0)}90%{opacity:.3;transform:translate(-5px)}to{opacity:0;transform:translate(-10px)}}._demoCard_u0uwz_288 .ant-card-body{padding:24px!important}._demoCard_u0uwz_288 h4{color:var(--text-primary)!important;display:flex;align-items:center;gap:8px}._demoCard_u0uwz_288 h4:before{content:"🤖";font-size:20px}._ctaPrimaryBtn_u0uwz_468{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;border:none!important;box-shadow:0 8px 24px #8b5cf640!important;color:#fff!important;transition:all .3s ease!important}._ctaSection_u0uwz_486{padding:80px 0 120px!important;background:var(--bg-primary)!important;position:relative!important}._ctaContent_u0uwz_492{text-align:center!important;max-width:800px!important;margin:0 auto!important}._ctaTitle_u0uwz_498{color:var(--text-primary)!important;margin-bottom:16px!important;font-size:2.5rem!important;font-weight:700!important}.ant-typography ._ctaTitle_u0uwz_498{color:var(--text-primary)!important;margin-bottom:16px!important}._ctaDescription_u0uwz_510{color:var(--text-secondary)!important;font-size:1.125rem!important;margin-bottom:48px!important;line-height:1.6!important}.ant-typography ._ctaDescription_u0uwz_510{color:var(--text-secondary)!important;margin-bottom:48px!important}._ctaActions_u0uwz_522{justify-content:center!important;gap:24px!important}._ctaPrimaryButton_u0uwz_527{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#3b82f6,#6366f1 30%,#8b5cf6)!important;border:none!important;box-shadow:0 8px 24px #3b82f640!important;color:#fff!important;transition:all .3s ease!important}._ctaPrimaryButton_u0uwz_527:hover{background:linear-gradient(135deg,#2563eb,#4f46e5 30%,#7c3aed)!important;box-shadow:0 12px 32px #3b82f659!important;transform:translateY(-2px)!important;color:#fff!important}._ctaPrimaryButton_u0uwz_527 .anticon{font-size:16px!important}._ctaPrimaryButton_u0uwz_527 .anticon-rocket{margin-right:8px!important}._ctaPrimaryButton_u0uwz_527 .anticon-arrow-right{margin-left:8px!important;animation:_arrowPulse_u0uwz_1 2s ease-in-out infinite!important}@keyframes _arrowPulse_u0uwz_1{0%,to{transform:translate(0);opacity:1}50%{transform:translate(4px);opacity:.8}}._ctaSecondaryButton_u0uwz_574{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff1a!important;border:2px solid rgba(59,130,246,.25)!important;color:var(--text-primary)!important;transition:all .3s ease!important}._ctaSecondaryButton_u0uwz_574:hover{background:#ffffff26!important;border-color:#3b82f680!important;color:#3b82f6!important;transform:translateY(-2px)!important}@media (max-width: 768px){._ctaActions_u0uwz_522{flex-direction:column!important;align-items:center!important;gap:16px!important}._ctaPrimaryButton_u0uwz_527,._ctaSecondaryButton_u0uwz_574{width:100%!important;max-width:280px!important}}._codeReviewBadge_p43ao_4{background:#8b5cf614!important;border:1px solid rgba(139,92,246,.2)!important;color:#8b5cf6!important;animation:_codeReviewBadgeGlow_p43ao_1 3s ease-in-out infinite}@keyframes _codeReviewBadgeGlow_p43ao_1{0%,to{box-shadow:0 0 8px #8b5cf633;transform:scale(1)}50%{box-shadow:0 0 16px #8b5cf666;transform:scale(1.02)}}._heroTitleUnified_p43ao_22{background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#8b5cf6!important}.ant-typography ._heroTitleUnified_p43ao_22{background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}._gradientText_p43ao_38{background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#8b5cf6!important;display:inline-block!important}.ant-typography ._gradientText_p43ao_38{background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}._ctaPrimaryBtn_p43ao_55{background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;border:none!important;box-shadow:0 8px 24px #8b5cf640!important}._ctaPrimaryBtn_p43ao_55:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6,#a78bfa)!important;box-shadow:0 12px 32px #8b5cf659!important;transform:translateY(-2px)!important}._ctaSecondaryBtn_p43ao_67{background:#ffffff1a!important;border:2px solid rgba(139,92,246,.25)!important;color:var(--text-primary)!important}._ctaSecondaryBtn_p43ao_67:hover{background:#ffffff26!important;border-color:#8b5cf680!important;color:#8b5cf6!important;transform:translateY(-2px)!important}._analysisFeatureCard_p43ao_81{transition:all .3s ease!important;border:2px solid rgba(6,182,212,.15)!important;background:#ffffff05!important;text-align:center!important;height:100%!important;display:flex!important;flex-direction:column!important;position:relative!important;overflow:hidden!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border-radius:16px!important}._analysisFeatureCard_p43ao_81:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(6,182,212,.08),rgba(34,211,238,.12),rgba(103,232,249,.08),transparent)!important;transition:left .6s ease!important;pointer-events:none!important}._analysisFeatureCard_p43ao_81:hover{border-color:#06b6d44d!important;transform:translateY(-8px) scale(1.02)!important;box-shadow:0 20px 40px #06b6d426,0 8px 16px #06b6d41a!important;background:#06b6d405!important}._analysisFeatureCard_p43ao_81:hover:before{left:100%!important}._analysisFeatureIcon_p43ao_118{color:#06b6d4!important;font-size:32px!important;margin-bottom:20px!important;transition:all .3s ease!important;display:block!important;text-align:center!important}._analysisFeatureCard_p43ao_81:hover ._analysisFeatureIcon_p43ao_118{color:#22d3ee!important;transform:scale(1.1) translateY(-2px)!important;filter:drop-shadow(0 4px 8px rgba(6,182,212,.3))!important}._analysisFeatureCard_p43ao_81 .ant-card-body{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;height:100%!important}._analysisFeatureCard_p43ao_81 .ant-typography{text-align:center!important}._analysisFeatureCard_p43ao_81 .ant-list{width:100%!important}._analysisFeatureCard_p43ao_81 .ant-list-item{justify-content:center!important;text-align:center!important;border:none!important;padding:8px 0!important}._analysisFeatureCard_p43ao_81 .ant-list-item-meta{text-align:center!important}._analysisFeatureCard_p43ao_81 h3{color:var(--text-primary)!important;margin-bottom:12px!important;transition:all .3s ease!important}._analysisFeatureCard_p43ao_81:hover h3{color:#06b6d4!important}._analysisFeatureCard_p43ao_81 p{color:var(--text-secondary)!important;margin-bottom:20px!important;line-height:1.6!important}._featuresTitle_p43ao_179{color:#8b949e!important;text-align:center!important;margin-bottom:48px!important}.ant-typography ._featuresTitle_p43ao_179{color:#8b949e!important}._processSection_p43ao_190{padding:80px 0!important;background:var(--bg-primary)!important;position:relative!important}._processSectionTitle_p43ao_196{color:#8b949e!important;text-align:center!important;margin-bottom:48px!important}.ant-typography ._processSectionTitle_p43ao_196{color:#8b949e!important}._processCard_p43ao_206{background:var(--bg-secondary)!important;border:2px solid rgba(139,92,246,.1)!important;border-radius:16px!important;padding:24px!important;height:100%!important;position:relative!important;overflow:hidden!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}._processCard_p43ao_206:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(139,92,246,.08),rgba(167,139,250,.12),rgba(196,181,253,.08),transparent)!important;transition:left .6s ease!important;pointer-events:none!important}._processCard_p43ao_206:hover{transform:translateY(-8px) scale(1.02)!important;border-color:#8b5cf64d!important;box-shadow:0 20px 40px #8b5cf626,0 8px 16px #8b5cf61a!important;background:#8b5cf605!important}._processCard_p43ao_206:hover:before{left:100%!important}._processStepHeader_p43ao_243{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:20px!important;position:relative!important;z-index:1!important}._processStepNumber_p43ao_252{width:44px!important;height:44px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;font-size:18px!important;flex-shrink:0!important;position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd,#a78bfa,#8b5cf6)!important;background-size:200% 200%!important;animation:_gradientShift_p43ao_1 3s ease-in-out infinite!important;color:#fff!important;box-shadow:0 4px 12px #8b5cf64d,inset 0 1px #fff3!important}._processStepNumber1_p43ao_274{background:linear-gradient(135deg,#3b82f6,#60a5fa,#93c5fd)!important;box-shadow:0 4px 12px #3b82f64d,inset 0 1px #fff3!important}._processCard1_p43ao_279{border-color:#3b82f61a!important}._processCard1_p43ao_279:hover{border-color:#3b82f64d!important;box-shadow:0 20px 40px #3b82f626,0 8px 16px #3b82f61a!important;background:#3b82f605!important}._processCard1_p43ao_279:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.08),rgba(96,165,250,.12),rgba(147,197,253,.08),transparent)!important}._processStepNumber2_p43ao_294{background:linear-gradient(135deg,#f59e0b,#fbbf24,#fcd34d)!important;box-shadow:0 4px 12px #f59e0b4d,inset 0 1px #fff3!important}._processCard2_p43ao_299{border-color:#f59e0b1a!important}._processCard2_p43ao_299:hover{border-color:#f59e0b4d!important;box-shadow:0 20px 40px #f59e0b26,0 8px 16px #f59e0b1a!important;background:#f59e0b05!important}._processCard2_p43ao_299:before{background:linear-gradient(90deg,transparent,rgba(245,158,11,.08),rgba(251,191,36,.12),rgba(252,211,77,.08),transparent)!important}._processStepNumber3_p43ao_314{background:linear-gradient(135deg,#10b981,#34d399,#6ee7b7)!important;box-shadow:0 4px 12px #10b9814d,inset 0 1px #fff3!important}._processCard3_p43ao_319{border-color:#10b9811a!important}._processCard3_p43ao_319:hover{border-color:#10b9814d!important;box-shadow:0 20px 40px #10b98126,0 8px 16px #10b9811a!important;background:#10b98105!important}._processCard3_p43ao_319:before{background:linear-gradient(90deg,transparent,rgba(16,185,129,.08),rgba(52,211,153,.12),rgba(110,231,183,.08),transparent)!important}._processStepNumber4_p43ao_334{background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;box-shadow:0 4px 12px #8b5cf64d,inset 0 1px #fff3!important}._processCard4_p43ao_339{border-color:#8b5cf61a!important}._processCard4_p43ao_339:hover{border-color:#8b5cf64d!important;box-shadow:0 20px 40px #8b5cf626,0 8px 16px #8b5cf61a!important;background:#8b5cf605!important}._processCard4_p43ao_339:before{background:linear-gradient(90deg,transparent,rgba(139,92,246,.08),rgba(167,139,250,.12),rgba(196,181,253,.08),transparent)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}@keyframes _gradientShift_p43ao_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._processCard_p43ao_206:hover ._processStepNumber_p43ao_252{transform:scale(1.15) rotate(8deg)!important;box-shadow:0 8px 24px #8b5cf680,0 4px 8px #8b5cf64d,inset 0 1px #ffffff4d!important;background:linear-gradient(135deg,#7c3aed,#8b5cf6,#a78bfa,#c4b5fd,#a78bfa,#7c3aed)!important;background-size:300% 300%!important;animation:_hoverGradientShift_p43ao_1 .6s ease-in-out!important}@keyframes _hoverGradientShift_p43ao_1{0%{background-position:0% 50%}to{background-position:100% 50%}}._processStepTitle_p43ao_381{color:var(--text-primary)!important;margin:0!important;font-size:1.25rem!important;font-weight:600!important;transition:all .3s ease!important}.ant-typography ._processStepTitle_p43ao_381{color:var(--text-primary)!important;margin:0!important}._processCard_p43ao_206:hover ._processStepTitle_p43ao_381{color:#8b5cf6!important;transform:translate(6px)!important;text-shadow:0 2px 4px rgba(139,92,246,.2)!important}._processStepDescription_p43ao_400{color:var(--text-secondary)!important;line-height:1.6!important;margin:0!important;transition:all .3s ease!important;position:relative!important;z-index:1!important}.ant-typography ._processStepDescription_p43ao_400{color:var(--text-secondary)!important;margin:0!important}._processCard_p43ao_206:hover ._processStepDescription_p43ao_400{color:var(--text-primary)!important;transform:translateY(-2px)!important}._benefitsSection_p43ao_420{padding:80px 0!important;background:var(--bg-secondary)!important}._benefitsSectionTitle_p43ao_425{color:#8b949e!important;text-align:center!important;margin-bottom:48px!important}.ant-typography ._benefitsSectionTitle_p43ao_425{color:#8b949e!important}._benefitCard_p43ao_435{background:var(--bg-primary)!important;border:2px solid rgba(139,92,246,.1)!important;border-radius:16px!important;padding:32px!important;height:100%!important;transition:all .3s ease!important;position:relative!important;overflow:hidden!important}._benefitCard_p43ao_435:hover{border-color:#8b5cf640!important;transform:translateY(-4px)!important;box-shadow:0 12px 32px #8b5cf61f!important}._benefitHeader_p43ao_452{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:24px!important}._benefitIcon_p43ao_459{font-size:2.5rem!important;color:#8b5cf6!important;margin-bottom:0!important;display:block!important;transition:all .3s ease!important;flex-shrink:0!important}._benefitCard_p43ao_435:hover ._benefitIcon_p43ao_459{transform:scale(1.1)!important;color:#a78bfa!important}._benefitTitle_p43ao_473{color:var(--text-primary)!important;margin-bottom:0!important;font-size:1.25rem!important;font-weight:600!important;flex:1!important}.ant-typography ._benefitTitle_p43ao_473{color:var(--text-primary)!important;margin-bottom:16px!important}._benefitDescription_p43ao_487{color:var(--text-secondary)!important;line-height:1.6!important;margin-bottom:24px!important}.ant-typography ._benefitDescription_p43ao_487{color:var(--text-secondary)!important;margin-bottom:24px!important}._benefitTags_p43ao_498{display:flex!important;flex-wrap:wrap!important;gap:8px!important}._benefitTag_p43ao_498{background:#8b5cf61a!important;border:1px solid rgba(139,92,246,.2)!important;border-radius:12px!important;padding:6px 12px!important;font-size:12px!important;font-weight:500!important;color:#8b5cf6!important;transition:all .3s ease!important}._benefitCard_p43ao_435:hover ._benefitTag_p43ao_498{background:#8b5cf626!important;border-color:#8b5cf64d!important;transform:translateY(-1px)!important}._ctaSection_p43ao_522{padding:80px 0 120px!important;background:var(--bg-primary)!important;position:relative!important}._ctaContent_p43ao_528{text-align:center!important;max-width:800px!important;margin:0 auto!important}._ctaTitle_p43ao_534{color:var(--text-primary)!important;margin-bottom:16px!important;font-size:2.5rem!important;font-weight:700!important}.ant-typography ._ctaTitle_p43ao_534{color:var(--text-primary)!important;margin-bottom:16px!important}._ctaDescription_p43ao_546{color:var(--text-secondary)!important;font-size:1.125rem!important;margin-bottom:48px!important;line-height:1.6!important}.ant-typography ._ctaDescription_p43ao_546{color:var(--text-secondary)!important;margin-bottom:48px!important}._ctaActions_p43ao_558{justify-content:center!important;gap:24px!important}._ctaPrimaryButton_p43ao_563{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#8b5cf6,#a78bfa,#c4b5fd)!important;border:none!important;box-shadow:0 8px 24px #8b5cf640!important;color:#fff!important;transition:all .3s ease!important}._ctaPrimaryButton_p43ao_563:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6,#a78bfa)!important;box-shadow:0 12px 32px #8b5cf659!important;transform:translateY(-2px)!important;color:#fff!important}._ctaPrimaryButton_p43ao_563 .anticon{font-size:16px!important}._ctaPrimaryButton_p43ao_563 .anticon-rocket{margin-right:8px!important}._ctaPrimaryButton_p43ao_563 .anticon-arrow-right{margin-left:8px!important;animation:_arrowPulse_p43ao_1 2s ease-in-out infinite!important}@keyframes _arrowPulse_p43ao_1{0%,to{transform:translate(0);opacity:1}50%{transform:translate(4px);opacity:.8}}._ctaSecondaryButton_p43ao_610{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff1a!important;border:2px solid rgba(139,92,246,.25)!important;color:var(--text-primary)!important;transition:all .3s ease!important}._ctaSecondaryButton_p43ao_610:hover{background:#ffffff26!important;border-color:#8b5cf680!important;color:#8b5cf6!important;transform:translateY(-2px)!important}@media (max-width: 768px){._ctaActions_p43ao_558{flex-direction:column!important;align-items:center!important;gap:16px!important}._ctaPrimaryButton_p43ao_563,._ctaSecondaryButton_p43ao_610{width:100%!important;max-width:280px!important}._processStepNumber_p43ao_252{width:36px!important;height:36px!important;font-size:16px!important}._processStepHeader_p43ao_243{gap:12px!important}}._enterpriseBadge_45vs8_5{background:linear-gradient(135deg,#0ea5e914,#38bdf80f)!important;border:1px solid rgba(14,165,233,.25)!important;color:#0ea5e9!important;animation:_enterpriseBadgeGlow_45vs8_1 3s ease-in-out infinite;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}@keyframes _enterpriseBadgeGlow_45vs8_1{0%,to{box-shadow:0 0 12px #0ea5e940;transform:scale(1);border-color:#0ea5e940}50%{box-shadow:0 0 20px #38bdf866;transform:scale(1.03);border-color:#38bdf859}}._heroTitleUnified_45vs8_26{background:linear-gradient(135deg,#0284c7,#0ea5e9,#38bdf8,#7dd3fc,#e0f2fe)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#0ea5e9!important;position:relative!important;text-shadow:0 0 20px rgba(14,165,233,.3)!important;background-size:200% 200%!important;animation:_gradientShift_45vs8_1 4s ease-in-out infinite!important}.ant-typography ._heroTitleUnified_45vs8_26{background:linear-gradient(135deg,#0284c7,#0ea5e9,#38bdf8,#7dd3fc,#e0f2fe)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;background-size:200% 200%!important;animation:_gradientShift_45vs8_1 4s ease-in-out infinite!important}@keyframes _gradientShift_45vs8_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._ctaPrimaryBtn_45vs8_59{background:linear-gradient(135deg,#0284c7,#0ea5e9,#38bdf8 80%,#7dd3fc)!important;border:none!important;box-shadow:0 8px 24px #0ea5e940,0 4px 12px #38bdf826!important;color:#fff!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important}._ctaPrimaryBtn_45vs8_59:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;transition:left .6s ease!important}._ctaPrimaryBtn_45vs8_59:hover{background:linear-gradient(135deg,#0369a1,#0284c7,#0ea5e9 80%,#38bdf8)!important;box-shadow:0 12px 32px #0ea5e959,0 6px 16px #38bdf840!important;transform:translateY(-3px) scale(1.02)!important;color:#fff!important}._ctaPrimaryBtn_45vs8_59:hover:before{left:100%!important}._ctaPrimaryBtn_45vs8_59 .anticon{font-size:16px!important}._ctaPrimaryBtn_45vs8_59 .anticon-rocket{margin-right:8px!important}._ctaPrimaryBtn_45vs8_59 .anticon-arrow-right{margin-left:8px!important;animation:_arrowPulse_45vs8_1 2s ease-in-out infinite!important}._ctaSecondaryBtn_45vs8_114{background:linear-gradient(135deg,#ffffff14,#ffffff1f)!important;border:2px solid transparent!important;background-image:linear-gradient(135deg,#ffffff14,#ffffff1f),linear-gradient(135deg,#0ea5e9,#38bdf8,#7dd3fc)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;color:var(--text-primary)!important;height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important}._ctaSecondaryBtn_45vs8_114:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#0ea5e91a,#38bdf80d)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._ctaSecondaryBtn_45vs8_114:hover{transform:translateY(-3px) scale(1.02)!important;color:#0ea5e9!important;text-shadow:0 0 8px rgba(14,165,233,.3)!important}._ctaSecondaryBtn_45vs8_114:hover:before{opacity:1!important}._ctaSecondaryBtn_45vs8_114 .anticon{margin-right:8px!important;font-size:16px!important}._featuresTitle_45vs8_160{color:var(--text-primary)!important;text-align:center!important;margin-bottom:48px!important}.ant-typography ._featuresTitle_45vs8_160{color:var(--text-primary)!important}._enterpriseFeatureCard_45vs8_170{background:var(--bg-secondary)!important;border-radius:20px!important;padding:32px!important;height:100%!important;text-align:center!important;position:relative!important;overflow:hidden!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}._enterpriseFeatureCard_45vs8_170:nth-child(1){border:2px solid rgba(168,85,247,.1)!important}._enterpriseFeatureCard_45vs8_170:nth-child(1):before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(168,85,247,.06),rgba(192,132,252,.08),rgba(221,214,254,.06),transparent)!important;transition:left .8s ease!important;pointer-events:none!important}._enterpriseFeatureCard_45vs8_170:nth-child(1):hover{transform:translateY(-8px) scale(1.02)!important;border-color:#a855f740!important;box-shadow:0 20px 40px #a855f726,0 8px 16px #c084fc1a!important;background:#a855f705!important}._enterpriseFeatureCard_45vs8_170:nth-child(1):hover:before{left:100%!important}._enterpriseFeatureCard_45vs8_170:nth-child(1) ._enterpriseFeatureIcon_45vs8_210{background:linear-gradient(135deg,#a855f7,#c084fc)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#a855f7!important}._enterpriseFeatureCard_45vs8_170:nth-child(1):hover ._enterpriseFeatureIcon_45vs8_210{filter:drop-shadow(0 4px 8px rgba(168,85,247,.3))!important}._enterpriseFeatureCard_45vs8_170:nth-child(1):hover ._featureTitle_45vs8_222{color:#a855f7!important;text-shadow:0 2px 4px rgba(168,85,247,.2)!important}._enterpriseFeatureCard_45vs8_170:nth-child(2){border:2px solid rgba(14,165,233,.1)!important}._enterpriseFeatureCard_45vs8_170:nth-child(2):before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(14,165,233,.06),rgba(56,189,248,.08),rgba(125,211,252,.06),transparent)!important;transition:left .8s ease!important;pointer-events:none!important}._enterpriseFeatureCard_45vs8_170:nth-child(2):hover{transform:translateY(-8px) scale(1.02)!important;border-color:#0ea5e940!important;box-shadow:0 20px 40px #0ea5e926,0 8px 16px #38bdf81a!important;background:#0ea5e905!important}._enterpriseFeatureCard_45vs8_170:nth-child(2):hover:before{left:100%!important}._enterpriseFeatureCard_45vs8_170:nth-child(2) ._enterpriseFeatureIcon_45vs8_210{background:linear-gradient(135deg,#0ea5e9,#38bdf8)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#0ea5e9!important}._enterpriseFeatureCard_45vs8_170:nth-child(2):hover ._enterpriseFeatureIcon_45vs8_210{filter:drop-shadow(0 4px 8px rgba(14,165,233,.3))!important}._enterpriseFeatureCard_45vs8_170:nth-child(2):hover ._featureTitle_45vs8_222{color:#0ea5e9!important;text-shadow:0 2px 4px rgba(14,165,233,.2)!important}._enterpriseFeatureCard_45vs8_170:nth-child(3){border:2px solid rgba(34,197,94,.1)!important}._enterpriseFeatureCard_45vs8_170:nth-child(3):before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(34,197,94,.06),rgba(74,222,128,.08),rgba(134,239,172,.06),transparent)!important;transition:left .8s ease!important;pointer-events:none!important}._enterpriseFeatureCard_45vs8_170:nth-child(3):hover{transform:translateY(-8px) scale(1.02)!important;border-color:#22c55e40!important;box-shadow:0 20px 40px #22c55e26,0 8px 16px #4ade801a!important;background:#22c55e05!important}._enterpriseFeatureCard_45vs8_170:nth-child(3):hover:before{left:100%!important}._enterpriseFeatureCard_45vs8_170:nth-child(3) ._enterpriseFeatureIcon_45vs8_210{background:linear-gradient(135deg,#22c55e,#4ade80)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#22c55e!important}._enterpriseFeatureCard_45vs8_170:nth-child(3):hover ._enterpriseFeatureIcon_45vs8_210{filter:drop-shadow(0 4px 8px rgba(34,197,94,.3))!important}._enterpriseFeatureCard_45vs8_170:nth-child(3):hover ._featureTitle_45vs8_222{color:#22c55e!important;text-shadow:0 2px 4px rgba(34,197,94,.2)!important}._enterpriseFeatureIcon_45vs8_210{font-size:3rem!important;margin-bottom:20px!important;display:block!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}._enterpriseFeatureCard_45vs8_170:hover ._enterpriseFeatureIcon_45vs8_210{transform:scale(1.15) rotate(5deg)!important}._featureTitle_45vs8_222{color:var(--text-primary)!important;margin-bottom:16px!important;font-size:1.25rem!important;font-weight:600!important;transition:all .3s ease!important;position:relative!important;z-index:1!important}.ant-typography ._featureTitle_45vs8_222{color:var(--text-primary)!important;margin-bottom:16px!important}._enterpriseFeatureCard_45vs8_170:hover ._featureTitle_45vs8_222{transform:translateY(-2px)!important}._featureDescription_45vs8_348{color:var(--text-secondary)!important;line-height:1.6!important;margin-bottom:24px!important;position:relative!important;z-index:1!important}.ant-typography ._featureDescription_45vs8_348{color:var(--text-secondary)!important;margin-bottom:24px!important}._enterpriseFeatureCard_45vs8_170:hover ._featureDescription_45vs8_348{color:var(--text-primary)!important}._featureHighlights_45vs8_365{list-style:none!important;padding:0!important;margin:0!important;text-align:left!important;position:relative!important;z-index:1!important}._featureHighlightItem_45vs8_374{color:var(--text-secondary)!important;margin-bottom:8px!important;padding-left:20px!important;position:relative!important;font-size:.95rem!important;line-height:1.5!important;transition:all .3s ease!important}._enterpriseFeatureCard_45vs8_170:hover ._featureHighlightItem_45vs8_374{color:var(--text-primary)!important;transform:translate(4px)!important}._enterpriseFeatureCard_45vs8_170:hover ._featureHighlightItem_45vs8_374:before{transform:scale(1.2)!important}._deploymentSection_45vs8_394{padding:80px 0!important;background:var(--bg-primary)!important;position:relative!important}._deploymentSectionTitle_45vs8_400{color:var(--text-primary)!important;text-align:center!important;margin-bottom:48px!important}.ant-typography ._deploymentSectionTitle_45vs8_400{color:var(--text-primary)!important}._deploymentCard_45vs8_410{background:var(--bg-secondary)!important;border:2px solid rgba(14,165,233,.1)!important;border-radius:20px!important;padding:24px!important;height:100%!important;position:relative!important;overflow:hidden!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;cursor:pointer!important}._deploymentCard_45vs8_410:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;border-radius:20px!important;padding:2px!important;background:linear-gradient(135deg,#0ea5e933,#38bdf84d,#7dd3fc33,#38bdf84d,#0ea5e933)!important;background-size:200% 200%!important;animation:_borderGradientShift_45vs8_1 4s ease-in-out infinite!important;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)!important;mask-composite:xor!important;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0)!important;-webkit-mask-composite:xor!important;opacity:0!important;transition:opacity .4s ease!important}@keyframes _borderGradientShift_45vs8_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._deploymentCard_45vs8_410:hover{transform:translateY(-8px) scale(1.02)!important;border-color:#0ea5e94d!important;box-shadow:0 20px 40px #0ea5e926,0 8px 16px #0ea5e91a!important;background:#0ea5e905!important}._deploymentCard_45vs8_410:hover:before{opacity:1!important}._deploymentHeader_45vs8_463{display:flex!important;flex-direction:column!important;align-items:center!important;margin-bottom:20px!important;position:relative!important;z-index:1!important;text-align:center!important}._deploymentIcon_45vs8_473{width:64px!important;height:64px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:32px!important;margin-bottom:16px!important;position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#0ea5e9,#38bdf8,#7dd3fc,#38bdf8,#0ea5e9)!important;background-size:200% 200%!important;animation:_iconGradientShift_45vs8_1 3s ease-in-out infinite!important;color:#fff!important;box-shadow:0 6px 20px #0ea5e959,inset 0 1px #fff3!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}._deploymentIcon_45vs8_473:before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:0!important;height:0!important;background:#fff6!important;border-radius:50%!important;transition:all .5s ease!important;transform:translate(-50%,-50%)!important}._deploymentCard_45vs8_410:hover ._deploymentIcon_45vs8_473{transform:scale(1.15) rotate(-8deg)!important;box-shadow:0 12px 32px #0ea5e980,0 6px 16px #38bdf84d,inset 0 1px #ffffff4d!important;background:linear-gradient(135deg,#0284c7,#0ea5e9,#38bdf8 60%,#7dd3fc)!important}._deploymentCard_45vs8_410:hover ._deploymentIcon_45vs8_473:before{width:24px!important;height:24px!important}@keyframes _iconGradientShift_45vs8_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._deploymentTitle_45vs8_527{color:var(--text-primary)!important;margin:0!important;font-size:1.25rem!important;font-weight:600!important;transition:all .3s ease!important;position:relative!important}.ant-typography ._deploymentTitle_45vs8_527{color:var(--text-primary)!important;margin:0!important}._deploymentCard_45vs8_410:hover ._deploymentTitle_45vs8_527{color:#0ea5e9!important;transform:translateY(-2px)!important;text-shadow:0 2px 4px rgba(14,165,233,.2)!important}._deploymentDescription_45vs8_547{color:var(--text-secondary)!important;line-height:1.6!important;margin-bottom:24px!important;transition:all .3s ease!important;position:relative!important;z-index:1!important;text-align:center!important}.ant-typography ._deploymentDescription_45vs8_547{color:var(--text-secondary)!important;margin-bottom:24px!important}._deploymentCard_45vs8_410:hover ._deploymentDescription_45vs8_547{color:var(--text-primary)!important;transform:translateY(-2px)!important}._deploymentTags_45vs8_567{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:center!important;position:relative!important;z-index:1!important}._deploymentTag_45vs8_567{background:linear-gradient(135deg,#0ea5e91f,#38bdf814)!important;border:1px solid rgba(14,165,233,.25)!important;border-radius:16px!important;padding:6px 12px!important;font-size:12px!important;font-weight:600!important;color:#0ea5e9!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;margin:0!important;position:relative!important;overflow:hidden!important}._deploymentTag_45vs8_567:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;transition:left .6s ease!important;pointer-events:none!important}._deploymentCard_45vs8_410:hover ._deploymentTag_45vs8_567{background:linear-gradient(135deg,#0ea5e92e,#38bdf826)!important;border-color:#0ea5e966!important;transform:translateY(-3px) scale(1.05)!important;box-shadow:0 6px 12px #0ea5e940,0 2px 4px #0ea5e926!important;color:#0284c7!important;text-shadow:0 1px 2px rgba(14,165,233,.3)!important}._deploymentCard_45vs8_410:hover ._deploymentTag_45vs8_567:before{left:100%!important}._metricsSection_45vs8_617{padding:80px 0!important;background:linear-gradient(135deg,var(--bg-secondary) 0%,rgba(30,41,59,.02) 25%,rgba(51,65,85,.03) 50%,rgba(30,41,59,.02) 75%,var(--bg-secondary) 100%)!important;position:relative!important}._metricsSection_45vs8_617:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:radial-gradient(ellipse at 20% 20%,rgba(14,165,233,.04) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(34,197,94,.04) 0%,transparent 50%),radial-gradient(ellipse at 50% 0%,rgba(168,85,247,.03) 0%,transparent 60%)!important;pointer-events:none!important;z-index:0!important}._metricsSectionTitle_45vs8_636{color:var(--text-primary)!important;text-align:center!important;margin-bottom:60px!important;font-size:2.5rem!important;font-weight:700!important;position:relative!important;z-index:1!important}.ant-typography ._metricsSectionTitle_45vs8_636{color:var(--text-primary)!important}._metricCard_45vs8_650{background:var(--bg-primary)!important;border-radius:20px!important;padding:40px 24px!important;text-align:center!important;height:220px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;position:relative!important;overflow:hidden!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;z-index:1!important}._metricCard0_45vs8_667{border:2px solid rgba(56,189,248,.2)!important;box-shadow:0 8px 32px #38bdf81a!important}._metricCard0_45vs8_667:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#38bdf80d,#7dd3fc08)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._metricCard0_45vs8_667:hover{transform:translateY(-8px) scale(1.03)!important;border-color:#38bdf866!important;box-shadow:0 20px 60px #38bdf833!important}._metricCard0_45vs8_667:hover:before{opacity:1!important}._metricCard0_45vs8_667 ._metricValue_45vs8_695{color:#38bdf8!important}._metricCard1_45vs8_700{border:2px solid rgba(74,222,128,.2)!important;box-shadow:0 8px 32px #4ade801a!important}._metricCard1_45vs8_700:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#4ade800d,#86efac08)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._metricCard1_45vs8_700:hover{transform:translateY(-8px) scale(1.03)!important;border-color:#4ade8066!important;box-shadow:0 20px 60px #4ade8033!important}._metricCard1_45vs8_700:hover:before{opacity:1!important}._metricCard1_45vs8_700 ._metricValue_45vs8_695{color:#4ade80!important}._metricCard2_45vs8_733{border:2px solid rgba(192,132,252,.2)!important;box-shadow:0 8px 32px #c084fc1a!important}._metricCard2_45vs8_733:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#c084fc0d,#ddd6fe08)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._metricCard2_45vs8_733:hover{transform:translateY(-8px) scale(1.03)!important;border-color:#c084fc66!important;box-shadow:0 20px 60px #c084fc33!important}._metricCard2_45vs8_733:hover:before{opacity:1!important}._metricCard2_45vs8_733 ._metricValue_45vs8_695{color:#c084fc!important}._metricCard3_45vs8_766{border:2px solid rgba(251,146,60,.2)!important;box-shadow:0 8px 32px #fb923c1a!important}._metricCard3_45vs8_766:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,#fb923c0d,#fdba7408)!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}._metricCard3_45vs8_766:hover{transform:translateY(-8px) scale(1.03)!important;border-color:#fb923c66!important;box-shadow:0 20px 60px #fb923c33!important}._metricCard3_45vs8_766:hover:before{opacity:1!important}._metricCard3_45vs8_766 ._metricValue_45vs8_695{color:#fb923c!important}._metricValue_45vs8_695{font-size:3.5rem!important;font-weight:700!important;line-height:1.1!important;margin-bottom:12px!important;position:relative!important;z-index:1!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;background-size:200% 200%!important;animation:_numberPulse_45vs8_1 3s ease-in-out infinite!important}@keyframes _numberPulse_45vs8_1{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.05);filter:brightness(1.1)}}._metricTitle_45vs8_821{color:var(--text-primary)!important;font-size:1.2rem!important;font-weight:600!important;margin-bottom:8px!important;position:relative!important;z-index:1!important;transition:all .3s ease!important}._metricCard_45vs8_650:hover ._metricTitle_45vs8_821{transform:translateY(-2px)!important}._metricDescription_45vs8_835{color:var(--text-secondary)!important;font-size:.9rem!important;line-height:1.4!important;position:relative!important;z-index:1!important;transition:all .3s ease!important}._metricCard_45vs8_650:hover ._metricDescription_45vs8_835{color:var(--text-primary)!important;transform:translateY(-1px)!important}._ctaSection_45vs8_850{padding:80px 0 120px!important;background:var(--bg-primary)!important;position:relative!important}._ctaContent_45vs8_856{text-align:center!important;max-width:800px!important;margin:0 auto!important}._ctaTitle_45vs8_862{color:var(--text-primary)!important;margin-bottom:16px!important;font-size:2.5rem!important;font-weight:700!important}.ant-typography ._ctaTitle_45vs8_862{color:var(--text-primary)!important;margin-bottom:16px!important}._ctaDescription_45vs8_874{color:var(--text-secondary)!important;font-size:1.125rem!important;margin-bottom:48px!important;line-height:1.6!important}.ant-typography ._ctaDescription_45vs8_874{color:var(--text-secondary)!important;margin-bottom:48px!important}._ctaActions_45vs8_886{justify-content:center!important;gap:24px!important}._ctaPrimaryButton_45vs8_891{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#0284c7,#0ea5e9,#38bdf8)!important;border:none!important;box-shadow:0 8px 24px #0ea5e940!important;color:#fff!important;transition:all .3s ease!important}._ctaPrimaryButton_45vs8_891:hover{background:linear-gradient(135deg,#0369a1,#0284c7,#0ea5e9)!important;box-shadow:0 12px 32px #0ea5e959!important;transform:translateY(-2px)!important;color:#fff!important}._ctaPrimaryButton_45vs8_891 .anticon{font-size:16px!important}._ctaPrimaryButton_45vs8_891 .anticon-rocket{margin-right:8px!important}._ctaPrimaryButton_45vs8_891 .anticon-arrow-right{margin-left:8px!important;animation:_arrowPulse_45vs8_1 2s ease-in-out infinite!important}@keyframes _arrowPulse_45vs8_1{0%,to{transform:translate(0);opacity:1}50%{transform:translate(4px);opacity:.8}}._ctaSecondaryButton_45vs8_938{height:56px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;border-radius:2rem!important;min-width:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff1a!important;border:2px solid rgba(14,165,233,.25)!important;color:var(--text-primary)!important;transition:all .3s ease!important}._ctaSecondaryButton_45vs8_938:hover{background:#ffffff26!important;border-color:#0ea5e980!important;color:#0ea5e9!important;transform:translateY(-2px)!important}@media (max-width: 768px){._heroTitleUnified_45vs8_26{font-size:2.5rem!important}._heroSubtitle_45vs8_966{font-size:1.125rem!important}._heroActions_45vs8_969{flex-direction:column!important;align-items:center!important;gap:16px!important}._heroActions_45vs8_969 .ant-btn{width:100%!important;max-width:280px!important}._ctaActions_45vs8_886{flex-direction:column!important;align-items:center!important;gap:16px!important}._ctaPrimaryButton_45vs8_891,._ctaSecondaryButton_45vs8_938{width:100%!important;max-width:280px!important}}html{scroll-behavior:smooth}:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #21262d;--bg-quaternary: #30363d;--text-primary: #f0f6fc;--text-secondary: #8b949e;--text-tertiary: #6e7681;--text-inverse: #0d1117;--border-primary: #30363d;--border-secondary: #21262d;--border-muted: #484f58;--accent-primary: #58a6ff;--accent-secondary: #1f6feb;--accent-emphasis: #388bfd;--success-fg: #56d364;--success-emphasis: #238636;--warning-fg: #e3b341;--warning-emphasis: #9e6a03;--danger-fg: #f85149;--danger-emphasis: #da3633;--shadow-small: 0 1px 3px rgba(0, 0, 0, .3);--shadow-medium: 0 3px 6px rgba(0, 0, 0, .4);--shadow-large: 0 8px 24px rgba(0, 0, 0, .5);--gradient-hero: linear-gradient(135deg, #58a6ff 0%, #1f6feb 100%);--gradient-card: linear-gradient(145deg, #161b22 0%, #21262d 100%);--code-bg: #161b22;--code-border: #30363d;--code-text: #e6edf3;--code-keyword: #ff7b72;--code-string: #a5d6ff;--code-comment: #8b949e}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background:var(--accent-secondary);color:var(--text-primary)}a{color:var(--accent-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-emphasis)}code{background:var(--code-bg);color:var(--code-text);padding:2px 6px;border-radius:4px;font-family:Fira Code,SF Mono,Monaco,Consolas,monospace;border:1px solid var(--code-border)}pre{background:var(--code-bg);color:var(--code-text);padding:16px;border-radius:8px;border:1px solid var(--code-border);overflow-x:auto;font-family:Fira Code,SF Mono,Monaco,Consolas,monospace;line-height:1.5}pre code{background:none;border:none;padding:0}.tooltip{background:var(--bg-quaternary);color:var(--text-primary);border:1px solid var(--border-primary)}input,textarea,select{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-primary);border-radius:6px;padding:8px 12px;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #58a6ff1a}button{cursor:pointer;border-radius:6px;font-weight:500;transition:all .2s ease;border:1px solid transparent}.card{background:var(--gradient-card);border:1px solid var(--border-primary);border-radius:12px;box-shadow:var(--shadow-medium);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-large)}.main-layout{min-height:100vh;background:var(--bg-primary)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.section-header p{color:var(--text-secondary);font-size:1.1rem}.hero-section{padding:120px 0 80px;text-align:center}.features-section,.use-cases-section,.pricing-section,.faq-section,.cta-section{padding:100px 0}@media (max-width: 768px){.container{padding:0 16px}.hero-section{padding:80px 0 60px}.features-section,.use-cases-section,.pricing-section,.faq-section,.cta-section{padding:60px 0}.section-header h2{font-size:2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:fadeIn .6s ease-out}.slide-in{animation:slideIn .6s ease-out}.glow{box-shadow:0 0 20px #58a6ff4d}.glass{background:#161b22cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(48,54,61,.5)}.code-demo{background:var(--code-bg);color:var(--code-text);border:1px solid var(--code-border);border-radius:8px;font-family:Fira Code,SF Mono,Monaco,Consolas,monospace;white-space:pre-wrap;overflow-x:auto}.gradient-text{background:var(--gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.neon{text-shadow:0 0 5px var(--accent-primary),0 0 10px var(--accent-primary),0 0 15px var(--accent-primary)}
