.home-page{width:100%;background:var(--bg-color)}.hero-section-new{min-height:calc(100vh - 64px);display:flex;align-items:center;padding:80px 0;background:var(--bg-color);position:relative;overflow:hidden}.hero-left{padding-right:40px}.hero-title{font-size:64px!important;font-weight:800!important;margin-bottom:16px!important;line-height:1.2!important;color:#000000e0!important;letter-spacing:-1px}html.dark .hero-title{color:#fffffff2!important}.hero-slogan{font-size:20px!important;font-weight:400!important;color:#000000a6!important;margin-bottom:32px!important;line-height:1.6!important}html.dark .hero-slogan{color:#ffffffa6!important}.hero-description{font-size:16px;line-height:1.8;color:#00000073;margin-bottom:32px;max-width:520px}html.dark .hero-description{color:#ffffffa6}.hero-actions{margin-bottom:40px}.hero-right{position:relative;height:480px;display:flex;align-items:center;justify-content:center}.hero-image{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bg-shape{position:absolute;opacity:.6}.bg-circle-1{width:200px;height:200px;background:#e8f4ff;border-radius:50%;top:0;right:60px}html.dark .bg-circle-1{background:#1890ff1a}.bg-circle-2{width:120px;height:120px;background:#ffe8f0;border-radius:50%;bottom:40px;left:20px}html.dark .bg-circle-2{background:#ff4d4f1a}.bg-semicircle{width:180px;height:90px;background:#f0e8ff;border-radius:0 0 90px 90px;top:60px;left:0}html.dark .bg-semicircle{background:#722ed11a}.illustration-main{position:relative;z-index:10;width:380px;height:320px}.illustration-card{position:absolute;width:280px;height:180px;background:#fff;border-radius:12px;box-shadow:0 12px 48px #0000001f;padding:24px;top:40px;left:20px;display:flex;gap:16px}html.dark .illustration-card{background:#1f1f1f;box-shadow:0 12px 48px #00000080}.card-icon{width:48px;height:48px;border-radius:8px;flex-shrink:0}.card-icon.blue{background:linear-gradient(135deg,#4facfe,#00f2fe)}.card-lines{flex:1;display:flex;flex-direction:column;gap:12px;padding-top:4px}.line{height:8px;background:#f0f0f0;border-radius:4px}html.dark .line{background:#3a3a3a}.line.short{width:60%}.illustration-bars{position:absolute;bottom:20px;right:0;display:flex;align-items:flex-end;gap:12px;height:140px}.bar{width:48px;background:#1890ff;border-radius:8px 8px 0 0;box-shadow:0 4px 12px #1890ff4d}.bar-1{height:80px;background:linear-gradient(180deg,#4facfe,#1890ff)}.bar-2{height:120px;background:linear-gradient(180deg,#667eea,#764ba2)}.bar-3{height:100px;background:linear-gradient(180deg,#f093fb,#f5576c)}.float-shape{position:absolute;z-index:20}.shape-red{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-radius:50%;top:20px;right:20px;box-shadow:0 8px 24px #ff6b6b4d}.shape-code{width:100px;height:100px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;bottom:30px;right:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #667eea4d}.shape-code:before{content:"</>";color:#fff;font-size:32px;font-weight:700;font-family:Courier New,monospace}.speed-indicator{position:absolute;top:50px;right:40px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 8px 24px #0000001a;display:flex;align-items:center;gap:12px;min-width:200px;z-index:15}html.dark .speed-indicator{background:#1f1f1f;box-shadow:0 8px 24px #0006}.speed-icon{width:40px;height:40px;background:linear-gradient(135deg,#e6f7ff,#bae7ff);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}html.dark .speed-icon{background:linear-gradient(135deg,#1890ff33,#1890ff1a)}.speed-text{flex:1}.speed-value{font-size:18px;font-weight:700;color:#1890ff;line-height:1;margin-bottom:4px}.speed-label{font-size:12px;color:#00000073}html.dark .speed-label{color:#ffffff73}.speed-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#f0f0f0;border-radius:0 0 12px 12px;overflow:hidden}html.dark .speed-progress{background:#3a3a3a}.speed-progress-bar{height:100%;background:linear-gradient(90deg,#1890ff,#52c41a);width:0;animation:progressBar 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.animate-pulse{animation:pulse 4s ease-in-out infinite}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .8s ease-out}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-rotate{animation:rotate 20s linear infinite}.animate-rotate-slow{animation:rotate 30s linear infinite}@keyframes loading{0%{width:0;opacity:.3}50%{width:100%;opacity:1}to{width:100%;opacity:.3}}.animate-loading{animation:loading 2s ease-in-out infinite}@keyframes barGrow{0%{transform:scaleY(0);transform-origin:bottom}50%{transform:scaleY(1.1)}to{transform:scaleY(1);transform-origin:bottom}}.animate-bar{animation:barGrow 1.5s ease-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-bounce{animation:bounce 3s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .6s ease-out}@keyframes progressBar{0%{width:0%}50%{width:75%}to{width:100%}}.file-element{position:absolute;top:45%;left:5%;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;z-index:17;transition:all .4s cubic-bezier(.34,1.56,.64,1);opacity:0;animation:fadeIn .6s ease-out .8s forwards}.file-element:hover{transform:translateY(-10px) scale(1.05)}.file-icon{position:relative;width:80px;height:100px}.file-fold{position:absolute;top:0;right:0;width:20px;height:20px;background:linear-gradient(135deg,transparent 0%,transparent 50%,#91d5ff 50%,#69c0ff 100%);border-radius:0 4px 0 0}html.dark .file-fold{background:linear-gradient(135deg,transparent 0%,transparent 50%,rgba(24,144,255,.4) 50%,rgba(24,144,255,.3) 100%)}.file-body{position:absolute;top:0;left:0;width:80px;height:100px;background:linear-gradient(135deg,#e6f7ff,#bae7ff);border-radius:4px;clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%);box-shadow:0 8px 16px #1890ff33;transition:all .3s ease}html.dark .file-body{background:linear-gradient(135deg,#1890ff40,#1890ff26);box-shadow:0 8px 16px #00000080}.file-element:hover .file-body{background:linear-gradient(135deg,#91d5ff,#40a9ff);box-shadow:0 12px 24px #1890ff66}html.dark .file-element:hover .file-body{background:linear-gradient(135deg,#1890ff66,#1890ff4d)}.file-lines{position:absolute;top:35px;left:15px;right:15px;display:flex;flex-direction:column;gap:6px}.file-line{height:3px;background:#1890ff66;border-radius:2px;transition:all .3s ease}.file-line.short{width:60%}.file-element:hover .file-line{background:#fffc}html.dark .file-line{background:#1890ff99}html.dark .file-element:hover .file-line{background:#ffffffe6}.file-name{font-size:14px;font-weight:600;color:#000000d9;background:#fff;padding:6px 16px;border-radius:20px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}html.dark .file-name{color:#ffffffd9;background:#1f1f1f;box-shadow:0 4px 12px #0006}.file-element:hover .file-name{background:linear-gradient(135deg,#1890ff,#52c41a);color:#fff;transform:scale(1.05)}.file-size{font-size:12px;color:#00000073;font-weight:500}html.dark .file-size{color:#ffffff73}@media (max-width: 992px){.hero-left{padding-right:0;text-align:left}.hero-title{font-size:48px!important}.hero-slogan{font-size:18px!important}.hero-description{max-width:100%}.hero-right{height:400px}.illustration-main{transform:scale(.85)}.speed-indicator{right:20px;top:30px;min-width:180px;padding:12px}.speed-value{font-size:16px}.file-element{left:3%}.file-icon,.file-body{width:70px;height:85px}.file-fold{width:18px;height:18px}.file-name{font-size:13px;padding:5px 14px}.file-size{font-size:11px}}@media (max-width: 768px){.hero-section-new{min-height:550px;padding:40px 16px;overflow-x:hidden;position:relative}.hero-section-new .container{max-width:100%;padding:0 16px}.hero-section-new .ant-row{flex-direction:column;row-gap:0!important;position:relative;overflow:visible}.hero-section-new .ant-col-xs-24:last-child{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:1}.hero-left{padding-right:0;text-align:center;display:flex;flex-direction:column;align-items:center;max-width:100%;width:100%;position:relative;z-index:2}.hero-title{font-size:32px!important}.hero-slogan{font-size:16px!important}.hero-description{font-size:14px}.hero-actions{flex-direction:row!important;align-items:center!important;justify-content:center;width:100%;max-width:100%;flex-wrap:nowrap!important;gap:6px!important;padding:0!important}.hero-actions .ant-space-item{flex:1 1 auto;min-width:0;max-width:33.33%}.hero-actions .ant-btn{width:100%!important;padding:0 8px!important;font-size:12px!important;height:42px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-actions a[target=_blank]{display:flex!important;align-items:center;justify-content:center}.hero-actions a[target=_blank] .ant-space{gap:4px!important}.hero-actions a[target=_blank] .ant-space-item:last-child{display:none!important}.hero-right{display:flex!important;justify-content:center;align-items:center;position:relative;width:100%;height:100%;pointer-events:none}.hero-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center;transform:scale(.75);opacity:.35}.illustration-main{transform:scale(.75)}.bg-shape{transform:scale(.65)}.speed-indicator,.file-element{opacity:1}.file-icon,.file-body{width:50px;height:62px}.file-fold{width:12px;height:12px}.file-lines{top:25px;left:10px;right:10px;gap:3px}.file-line{height:2px}.file-name{font-size:10px;padding:3px 8px}.file-size{font-size:9px}.bottom-icons-section{padding:60px 24px 40px}.bottom-icon svg,.bottom-icon span{width:50px!important;height:50px!important;font-size:50px!important}}@media (max-width: 480px){.hero-section-new{padding:32px 12px;min-height:500px}.hero-section-new .container{padding:0 12px}.hero-title{font-size:24px!important}.hero-slogan{font-size:13px!important}.hero-description{font-size:12px;max-width:100%}.hero-actions{gap:4px!important}.hero-actions .ant-space-item{max-width:33.33%}.hero-actions .ant-btn{padding:0 4px!important;font-size:11px!important;height:36px!important}.hero-actions a[target=_blank] .ant-space-item:last-child{display:none!important}.hero-section-new .ant-col-xs-24:last-child{height:100%;top:0}.hero-image{transform:scale(.65);opacity:.3}.illustration-main{transform:scale(.7)}.bg-shape{transform:scale(.6)}.speed-indicator,.file-element{opacity:1}.file-icon,.file-body{width:45px;height:56px}.file-fold{width:11px;height:11px}.file-lines{top:22px;left:9px;right:9px;gap:3px}.file-name{font-size:9px;padding:3px 6px}.file-size{font-size:8px}}.docs-page{min-height:calc(100vh - 64px);background:var(--bg-color)}.docs-page ul{padding-left:24px;line-height:2}.docs-page li{margin-bottom:8px}.mobile-menu-btn{display:none!important}@media (max-width: 992px){.docs-page .ant-layout-content{padding:24px 16px!important}.mobile-menu-btn{display:flex!important;align-items:center;justify-content:center}.docs-sider{display:none!important}}@media (max-width: 768px){.docs-page .ant-layout-content{padding:16px 12px!important}}.versions-page{min-height:calc(100vh - 64px);background:var(--bg-color)}.version-card{transition:all .3s ease}.version-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001a}html.dark .version-card:hover{box-shadow:0 4px 20px #ffffff1a}.version-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.versions-page ul{padding-left:24px;line-height:2}.versions-page li{margin-bottom:4px}@media (max-width: 768px){.versions-page .container{padding:40px 16px!important}.version-header{flex-direction:column;gap:16px}.version-header>div:last-child{align-self:stretch}.version-header>div:last-child>*{width:100%}.version-header .ant-space{width:100%;display:flex;flex-direction:row}.version-header .ant-space .ant-space-item{flex:1}.version-header .ant-btn{width:100%}}@media (max-width: 480px){.versions-page .container{padding:32px 12px!important}.versions-page h1{font-size:32px!important}.versions-page h3{font-size:20px!important}}.site-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header .ant-menu-horizontal{border-bottom:none!important}.site-header .ant-menu-item{border-bottom:none!important;font-size:14px;padding:0 16px;color:#000000d9}html.dark .site-header .ant-menu-item{color:#ffffffd9}.site-header .ant-menu-item:hover{color:#1890ff!important;background:#0000000a}html.dark .site-header .ant-menu-item:hover{color:#4096ff!important;background:#ffffff14}.site-header .ant-menu-item-selected{color:#000000d9!important;background:transparent!important}html.dark .site-header .ant-menu-item-selected{color:#ffffffd9!important}.site-header .ant-btn-text:hover{background:#0000000f!important}html.dark .site-header .ant-btn-text:hover{background:#ffffff14!important}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}html.dark ::-webkit-scrollbar-thumb{background:#434343}html.dark ::-webkit-scrollbar-thumb:hover{background:#595959}.logo-wrapper{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-image{width:40px;height:40px}.logo-text{font-size:20px;font-weight:600;letter-spacing:-.5px}.header-nav{display:flex;align-items:center;gap:16px}.header-search{width:200px}@media (max-width: 1024px){.site-header{padding:0 24px!important}.header-search{width:160px}.logo-image{width:36px;height:36px}.logo-text{font-size:18px}.site-header .ant-menu-item{padding:0 12px;font-size:13px}}@media (max-width: 768px){.site-header{padding:0 16px!important}.mobile-menu-button{display:inline-flex!important}.header-search,.site-header .ant-menu-horizontal,.header-nav a[href*=github]{display:none!important}.header-nav .ant-dropdown-trigger{display:inline-flex!important;padding:4px 8px!important}.header-nav .ant-dropdown-trigger>span:last-child{display:none!important}.header-nav .ant-btn-icon-only{display:inline-flex!important}.header-nav{gap:8px}.logo-image{width:32px;height:32px}.logo-text{font-size:16px}.site-header .ant-btn{padding:4px}}@media (max-width: 480px){.site-header{padding:0 12px!important}.mobile-menu-button{display:inline-flex!important;padding:4px!important}.logo-wrapper{gap:8px}.logo-image{width:28px;height:28px}.logo-text{font-size:14px}.header-nav{gap:4px}.header-search,.site-header .ant-menu-horizontal,.header-nav a[href*=github]{display:none!important}.header-nav .ant-dropdown-trigger{display:inline-flex!important;padding:4px!important}.header-nav .ant-dropdown-trigger>span:last-child{display:none!important}.header-nav .ant-btn{padding:4px!important;min-width:32px}}.ant-drawer .ant-menu-inline{border-right:none}html.dark .ant-drawer .ant-drawer-header{background:#141414;border-bottom-color:#303030}html.dark .ant-drawer .ant-drawer-body{background:#141414}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 1024px){.container{padding:0 24px}}@media (max-width: 768px){.container{padding:0 16px}}@media (max-width: 480px){.container{padding:0 12px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-color: #ffffff;--text-color: #000000;--border-color: #d9d9d9}html.dark{--bg-color: #141414;--text-color: #ffffff;--border-color: #434343}html.dark body{background-color:#141414;color:#fff}
