*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;overflow-x:hidden}.background-container{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.background-image{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.background-image.active{opacity:1}.background-image:after{content:"";-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e1e1e80;position:absolute;inset:0}a{color:inherit;text-decoration:none;transition:color .15s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{border:none;outline:none;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto}.section-header p{color:#e0e0e0;font-size:.9rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414f2;border-bottom:.5px solid #ffffff1a;height:56px;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 1px 3px #00000014}.navbar .navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.navbar .logo{align-items:center;gap:8px;display:flex}.navbar .logo-mark{background:#1d9e75;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.navbar .logo-mark svg{width:16px;height:16px}.navbar .logo-text-wrap{flex-direction:column;display:flex}.navbar .logo-text{color:#ffffffe6;font-size:15px;font-weight:600;line-height:1.2}.navbar .logo-sub{color:#fff9;font-size:11px;line-height:1.2}.navbar .nav-links{align-items:center;gap:1.5rem;display:flex}.navbar .nav-links a{color:#ffffffb3;font-size:14px;transition:color .15s}.navbar .nav-links a:hover{color:#ffffffe6}.navbar .mobile-menu-btn{flex-direction:column;gap:4px;padding:8px;display:none}.navbar .mobile-menu-btn span{background:#fffc;width:20px;height:2px;transition:all .15s}.navbar .mobile-menu-btn.active span:first-child{transform:rotate(45deg)translate(4px,4px)}.navbar .mobile-menu-btn.active span:nth-child(2){opacity:0}.navbar .mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}@media (width<=768px){.navbar .nav-links{opacity:0;visibility:hidden;background:#141414f2;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s;position:fixed;top:56px;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 12px #0000004d}.navbar .nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.navbar .mobile-menu-btn{display:flex}}.btn-primary{color:#fff;background:#1d9e75;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:500;transition:background .15s}.btn-primary:hover{background:#0f6e56}.btn-outline{color:#ffffffe6;background:0 0;border:.5px solid #ffffff4d;border-radius:8px;padding:9px 20px;font-size:14px;transition:all .15s}.btn-outline:hover{background:#ffffff1a}.btn-lg{padding:10px 24px;font-size:14px}.hero-section{text-align:center;background:0 0;justify-content:center;align-items:center;min-height:100vh;padding:7rem 2rem 4rem;display:flex}.hero-section .hero-container{max-width:960px;margin:0 auto}.hero-section .hero-badge{color:#0f6e56;background:#e1f5ee;border-radius:999px;align-items:center;gap:8px;margin-bottom:2rem;padding:8px 20px;font-size:14px;font-weight:500;animation:.6s forwards fadeInUp;display:inline-flex}.hero-section .hero-title{color:#fff;opacity:0;margin-bottom:1.5rem;font-size:clamp(36px,8vw,64px);font-weight:700;line-height:1.1;animation:.6s .1s forwards fadeInUp}.hero-section .hero-title em{color:#1d9e75;font-style:normal}.hero-section .hero-desc{color:#e0e0e0;opacity:0;max-width:720px;margin:0 auto 3rem;font-size:20px;line-height:1.7;animation:.6s .2s forwards fadeInUp}.hero-section .hero-actions{opacity:0;flex-wrap:wrap;justify-content:center;gap:16px;animation:.6s .3s forwards fadeInUp;display:flex}.btn-lg{border-radius:12px;padding:16px 32px;font-size:16px}.generator-section{justify-content:center;align-items:center;width:100%;max-width:800px;min-height:100vh;margin:0 auto;padding:6rem 2rem;display:flex}.generator-section .gen-card{background:#1e1e1ecc;border:.5px solid #ffffff1a;border-radius:16px;width:100%;padding:2.5rem;box-shadow:0 8px 24px #0000004d}.generator-section .gen-tabs{gap:8px;margin-bottom:2rem;display:flex}.generator-section .gen-tab{cursor:pointer;color:#ffffffb3;background:0 0;border:.5px solid #0000;border-radius:8px;flex:1;padding:12px;font-size:16px;font-weight:500;transition:all .15s}.generator-section .gen-tab.active,.generator-section .gen-tab:hover{color:#ffffffe6;background:#ffffff1a;border-color:#fff3;font-weight:600}.generator-section .tab-content{display:none}.generator-section .tab-content.active{display:block}.generator-section .gen-input-wrap{margin-bottom:1.5rem}.generator-section textarea{resize:vertical;color:#ffffffe6;background:#ffffff1a;border:.5px solid #fff3;border-radius:8px;width:100%;min-height:120px;padding:16px;font-size:16px;line-height:1.6;transition:border-color .15s}.generator-section textarea:focus{border-color:#1d9e75;outline:none}.generator-section textarea::placeholder{color:#ffffff80}.generator-section .upload-zone{text-align:center;cursor:pointer;background:#ffffff1a;border:1px dashed #ffffff4d;border-radius:8px;margin-bottom:1.5rem;padding:3rem;transition:border-color .15s}.generator-section .upload-zone:hover{border-color:#1d9e75}.generator-section .upload-zone .upload-icon{color:#ffffff80;margin-bottom:12px}.generator-section .upload-zone .upload-icon svg{width:60px;height:60px}.generator-section .upload-zone .upload-text{color:#ffffffb3;font-size:16px}.generator-section .upload-zone .upload-text span{color:#ffffff80;margin-top:8px;font-size:14px;display:block}.generator-section .gen-options{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:1.5rem;display:grid}@media (width<=640px){.generator-section .gen-options{grid-template-columns:1fr}}.generator-section .gen-select-wrap label{color:#ffffffb3;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.generator-section .gen-select-wrap select{color:#ffffffe6;cursor:pointer;background:#ffffff1a;border:.5px solid #fff3;border-radius:8px;width:100%;padding:12px 16px;font-size:16px}.generator-section .gen-footer{justify-content:space-between;align-items:center;margin-top:2rem;display:flex}.generator-section .gen-hint{color:#ffffffb3;font-size:14px}.generator-section .btn-generate{color:#fff;background:#1d9e75;border-radius:8px;align-items:center;gap:10px;padding:14px 32px;font-size:16px;font-weight:600;transition:background .15s;display:flex}.generator-section .btn-generate:hover{background:#0f6e56}.generator-section .btn-generate:disabled{color:#e0e0e0;cursor:not-allowed;background:#f8f9fa}.generator-section .btn-generate svg{width:18px;height:18px}.generator-section .progress-bar-wrap{margin-top:1.5rem;display:none}.generator-section .progress-bar-wrap.active{display:block}.generator-section .progress-label{color:#e0e0e0;justify-content:space-between;margin-bottom:8px;font-size:14px;display:flex}.generator-section .progress-track{background:#f8f9fa;border-radius:999px;height:6px;overflow:hidden}.generator-section .progress-fill{background:#1d9e75;border-radius:999px;width:0%;height:100%;transition:width .4s}.features-section{background:0 0;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem;display:flex}.features-inner{width:100%;max-width:1200px;margin:0 auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.feature-card{opacity:0;background:#1e1e1ecc;border:.5px solid #ffffff1a;border-radius:12px;flex-direction:column;height:100%;padding:2rem;transition:all .5s;display:flex;transform:translateY(20px)}.feature-card.animate-in{opacity:1;transform:translateY(0)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000004d}.feature-card .feature-icon{border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.feature-card .feature-icon svg{width:32px;height:32px}.feature-card h3{color:#ffffffe6;margin-bottom:1rem;font-size:20px;font-weight:600}.feature-card p{color:#ffffffb3;flex:1;font-size:16px;line-height:1.7}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#fff;margin-bottom:1rem;font-size:32px;font-weight:700}.section-header p{color:#e0e0e0;max-width:600px;margin:0 auto;font-size:18px}.agents-section{z-index:1;flex-direction:column;justify-content:center;max-width:1400px;min-height:100vh;margin:0 auto;padding:6rem 2rem;display:flex;position:relative;overflow:visible}.agents-inner{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.agents-section .section-header{text-align:center;margin-bottom:2rem}.agents-section .section-header h2{color:#fff;margin-bottom:1rem;font-size:48px;font-weight:700}.agents-section .section-header p{color:#e0e0e0;max-width:900px;margin:0 auto;font-size:20px}.agents-grid{scrollbar-width:none;-ms-overflow-style:none;justify-content:center;gap:24px;padding:16px 0;display:flex;overflow-x:auto}.agent-card-container{flex-direction:column;flex:0 0 240px;align-items:center;gap:12px;display:flex;position:relative}.agent-tooltip{opacity:0;visibility:hidden;z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;pointer-events:none;background:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:12px;width:220px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:-120px;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 8px 32px #0000004d}.agent-tooltip:after{content:"";border:10px solid #0000;border-top-color:#1e1e1ef2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.agent-tooltip h3{color:#ffffffe6;margin-bottom:.75rem;font-size:20px;font-weight:600}.agent-tooltip p{color:#ffffffb3;margin:0;font-size:14px;line-height:1.6}.agent-card-container:hover .agent-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.agents-grid{scrollbar-width:none;-ms-overflow-style:none;z-index:1;justify-content:center;gap:24px;padding:16px 0;display:flex;position:relative;overflow:visible}.agents-grid::-webkit-scrollbar{display:none}.agent-card{text-align:center;z-index:1;margin-bottom:2rem;position:relative}.agent-card h2{color:#fff;margin-bottom:1rem;font-size:48px;font-weight:700}.agent-card p{color:#e0e0e0;max-width:900px;margin:0 auto;font-size:20px}.agents-inner{z-index:1;flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative;overflow:visible}.agent-card{text-align:center;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border:.5px solid #0000;border-radius:12px;width:100%;min-height:230px;transition:all .3s}.agent-card:hover{box-shadow:none;transform:translateY(-4px)}.agent-card-container:first-child .agent-card{background-position:bottom;background-size:95%}.agent-card-container:nth-child(2) .agent-card{background-position:bottom}.agent-card-container:nth-child(3) .agent-card,.agent-card-container:nth-child(4) .agent-card{background-position:bottom;background-size:90%}.agent-tag{border-radius:9999px;margin-top:-10px;padding:10px 20px;font-size:16px;font-weight:500;display:inline-block}.llm-models-section{text-align:center;margin-top:-10px}.llm-models-section .llm-title{color:#fff;margin-bottom:1rem;font-size:24px;font-weight:600}.llm-models-section .llm-icons-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.llm-models-section .llm-icons-row .llm-icon{flex-direction:column;align-items:center;gap:8px;display:flex}.llm-models-section .llm-icons-row .llm-icon .llm-logo{border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:4px;display:flex}.llm-models-section .llm-icons-row .llm-icon .llm-logo svg{width:28px;height:28px}.llm-models-section .llm-icons-row .llm-icon .llm-name{color:#fff;font-size:12px;font-weight:500}.scene-preview{flex-direction:column;justify-content:center;max-width:900px;min-height:100vh;margin:0 auto;padding:6rem 2rem;display:flex}.scene-tabs{flex-wrap:wrap;gap:8px;margin-bottom:1.5rem;display:flex}.scene-tab-btn{cursor:pointer;color:#ffffffb3;background:0 0;border:.5px solid #ffffff4d;border-radius:999px;padding:6px 14px;font-size:13px;transition:all .15s}.scene-tab-btn:hover{color:#1d9e75;border-color:#1d9e75}.scene-tab-btn.active{color:#fff;background:#1d9e75;border-color:#1d9e75}.scene-display{background:#1e1e1ecc;border:.5px solid #ffffff1a;border-radius:12px;min-height:200px;padding:1.5rem}.scene-slide{display:none}.scene-slide.active{display:block}.slide-header{align-items:center;gap:12px;margin-bottom:1rem;display:flex}.slide-header .avatar{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.slide-header .info{flex:1}.slide-header .info h4{color:#fff;font-size:14px;font-weight:600}.slide-header .info p{color:#e0e0e0;font-size:12px}.slide-header .live-badge{color:#0f6e56;align-items:center;gap:6px;font-size:12px;display:flex}.slide-header .live-badge .live-dot{background:#1d9e75;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}.slide-content{color:#ffffffb3;font-size:14px;line-height:1.7}.slide-content .slide-title{color:#ffffffe6;margin-bottom:12px;font-size:18px;font-weight:600}.slide-content p{margin-bottom:12px}.slide-points{flex-direction:column;gap:8px;display:flex}.slide-points li{align-items:flex-start;gap:8px;font-size:13px;display:flex}.slide-points .point-dot{background:#1d9e75;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.quiz-q{color:#fff;margin-bottom:1rem;font-size:15px;font-weight:500}.quiz-options{flex-direction:column;gap:8px;display:flex}.quiz-opt{cursor:pointer;background:#fff;border:.5px solid #0000000a;border-radius:8px;padding:10px 14px;font-size:13px;transition:all .15s}.quiz-opt:hover{border-color:#1d9e75}.quiz-opt.correct{color:#0f6e56;background:#e1f5ee;border-color:#1d9e75}.quiz-opt.wrong{color:#c0392b;background:#fee;border-color:#e74c3c}.discussion-msg{gap:10px;margin-bottom:12px;display:flex}.discussion-msg .avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:600;display:flex}.discussion-msg .bubble{color:#fffc;background:#ffffff1a;border:.5px solid #fff3;border-radius:0 8px 8px;max-width:85%;padding:8px 12px;font-size:13px;line-height:1.5}.discussion-msg.self{flex-direction:row-reverse}.discussion-msg.self .bubble{color:#ffffffe6;background:#1d9e7533;border-color:#1d9e754d;border-radius:8px 0 8px 8px}.footer{color:#fff;background:#1a1a1af2;justify-content:center;align-items:center;height:56px;padding:0 2rem;display:flex}.footer .footer-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.footer .footer-brand{align-items:center;display:flex}.footer .footer-brand .footer-logo{margin-right:1rem;font-size:15px;font-weight:600}.footer .footer-brand p{color:#ffffffb3;margin:0;font-size:12px}.footer .footer-contact{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.footer .footer-contact-item{color:#fffc;align-items:center;gap:6px;transition:color .15s;display:flex}.footer .footer-contact-item:hover{color:#fff}.footer .footer-contact-item svg{opacity:.8;width:14px;height:14px}.footer .footer-contact-item a{color:inherit;font-size:12px}.footer .footer-contact-item a:hover{text-decoration:underline}.footer .footer-beian{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.footer .footer-beian a{color:#fffc;align-items:center;gap:4px;font-size:11px;transition:color .15s;display:inline-flex}.footer .footer-beian a:hover{color:#fff}.footer .footer-beian a img{width:12px;height:12px}.footer .footer-beian .beian-divider{color:#ffffff4d;font-size:11px}.footer .footer-copyright{color:#ffffff80;margin:0;font-size:11px}@media (width<=768px){.footer{height:auto;padding:1rem}.footer .footer-container{text-align:center;flex-direction:column;gap:.75rem}.footer .footer-brand{flex-direction:column;gap:.25rem;margin-right:0}.footer .footer-contact{justify-content:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=768px){.hero-section{padding:5rem 1.5rem 3rem}.hero-section .hero-title{font-size:24px}.hero-section .hero-desc{font-size:14px}.generator-section{padding:0 1rem}.generator-section .gen-card{padding:1rem}.features-section,.agents-section,.scene-preview{padding:3rem 1rem}.section-header h2{font-size:1.25rem}}
