:root{--ink: #171725;--ink-soft: #595a6d;--muted: #8d8ea1;--line: #e9e9f2;--surface: #ffffff;--surface-soft: #f7f7fb;--page: #fbfbfd;--primary: #6657e8;--primary-dark: #5144cd;--primary-soft: #f0edff;--blue: #4989f6;--cyan: #31b9c9;--pink: #d871ac;--danger: #de4f5d;--success: #2d9d70;--radius-sm: 10px;--radius: 16px;--radius-lg: 24px;--shadow-sm: 0 4px 8px rgba(38, 35, 73, .07);--shadow-md: 0 18px 52px rgba(48, 42, 91, .1);--content: 1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--page);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(102,87,232,.22);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.58}img{display:block;max-width:100%}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.topbar{height:66px;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(232,232,242,.9);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-inner{max-width:var(--content);height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:760;letter-spacing:-.02em}.brand-logo{width:36px;height:36px;border-radius:11px;object-fit:cover;box-shadow:0 3px 8px #4f45d42e}.brand-name{font-size:19px}.desktop-nav{display:flex;align-items:center;height:100%;gap:26px}.desktop-nav a{position:relative;height:66px;padding:0;display:flex;align-items:center;gap:7px;border-radius:0;font-size:15px;font-weight:650;color:#5b5d70;transition:color .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.desktop-nav a:hover{color:var(--primary-dark);background:transparent}.desktop-nav a:active{transform:scale(.97)}.desktop-nav a.active,.desktop-nav a.active:hover{color:var(--primary);background:transparent;font-weight:700;box-shadow:none}.desktop-nav a.active:after{content:"";position:absolute;left:50%;bottom:0;width:24px;height:2px;border-radius:2px;background:var(--primary);transform:translate(-50%)}.top-actions{display:flex;align-items:center;gap:10px}.login-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ink);color:#fff;border-radius:11px;padding:11px 17px;font-weight:650;font-size:14px;border:0}.login-button:hover,.primary-button:hover{background:#272739}.points-pill{padding:8px 12px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:13px;font-weight:650}.avatar-button,.mobile-menu-button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#fff}.mobile-menu-button{display:none}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#13121e59;z-index:80}.mobile-drawer{margin-left:auto;width:min(84vw,350px);height:100%;padding:20px;background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0000001f}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--line)}.drawer-head button{border:0;background:transparent}.mobile-drawer nav{display:grid;margin-top:20px}.mobile-drawer nav a{display:flex;align-items:center;gap:10px;padding:15px 4px;border-bottom:1px solid #f2f2f6}.drawer-logout{margin-top:auto;display:flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--danger);padding:14px 0}.site-footer{max-width:var(--content);margin:70px auto 0;padding:34px 24px 50px;border-top:1px solid var(--line);display:flex;align-items:center;gap:28px;color:var(--muted);font-size:13px}.site-footer p{flex:1}.hero{max-width:var(--content);min-height:540px;margin:0 auto;padding:54px 60px 50px;position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:start;overflow:hidden}.hero-content{position:relative;z-index:2}.hero h1{margin:66px 0 20px;font-size:clamp(42px,5vw,66px);line-height:1.13;letter-spacing:-.04em;text-wrap:balance}.hero h1 .headline-line{display:block;will-change:transform;animation:headline-line-drift 5.6s cubic-bezier(.45,0,.25,1) infinite}.hero h1 em{display:inline-block;font-style:normal;color:var(--primary);will-change:transform;animation:headline-em-drift 4.8s cubic-bezier(.45,0,.25,1) .35s infinite}.hero-content>p{max-width:610px;color:var(--ink-soft);font-size:17px;line-height:1.85}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-actions .primary-button{padding:14px 21px;background:var(--primary)}.quiet-button{padding:13px 18px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;background:#fff;font-weight:620;font-size:14px}.hero-glow{position:absolute;border-radius:50%;filter:blur(1px);opacity:.8;pointer-events:none}.glow-one{width:430px;height:430px;right:-120px;top:-160px;background:radial-gradient(circle,rgba(131,112,241,.14),transparent 68%)}.glow-two{width:350px;height:350px;left:25%;bottom:-220px;background:radial-gradient(circle,rgba(56,195,215,.1),transparent 68%)}.hero-visual{height:450px;position:relative;isolation:isolate}.hero-halo{position:absolute;width:390px;height:390px;left:50%;top:27px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle at 48% 42%,#fff 0,#fff 22%,#e7e4ff 58%,#efedff00 72%);z-index:-1}.hero-person{position:absolute;width:390px;height:430px;left:50%;bottom:-5px;transform:translate(-50%);overflow:hidden}.hero-person:after{content:"";position:absolute;inset:auto 0 0;height:72px;background:linear-gradient(to bottom,rgba(251,251,253,0),var(--page))}.hero-person img{width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 14px 20px rgba(40,36,82,.13))}.hero-product-label{position:absolute;left:8px;bottom:42px;min-width:180px;padding:12px 15px;display:flex;align-items:center;gap:10px;border-radius:14px;background:#fff;box-shadow:0 10px 28px #302a5b1c}.hero-product-label img{width:38px;height:38px;border-radius:10px}.hero-product-label span{display:grid;gap:3px}.hero-product-label b{font-size:14px}.hero-product-label small{font-size:11px;color:var(--muted)}.floating-icon{position:absolute;width:68px;height:68px;display:grid;place-items:center;border-radius:16px;background:#fff;box-shadow:0 10px 28px #302a5b1a}.floating-icon img{width:54px;height:54px;object-fit:contain}.float-script{left:14px;top:76px;transform:rotate(-5deg)}.float-audio{right:0;bottom:80px;transform:rotate(5deg)}.floating-badge{position:absolute;right:34px;top:52px;width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:var(--ink);color:#fff;box-shadow:0 10px 24px #1f1e322e;transform:rotate(6deg)}.section-wrap{max-width:var(--content);margin:0 auto;padding:65px 24px}.home-tools{background:#fff;border-radius:18px;box-shadow:0 0 0 1px #e9e9f2cc}.section-heading{text-align:center;max-width:760px;margin:0 auto 32px}.section-heading>span{color:var(--primary);font-size:13px;font-weight:750;letter-spacing:.12em}.section-heading h2{margin:10px 0;max-width:100%;overflow-wrap:anywhere;font-size:34px;letter-spacing:-.035em}.section-heading p{margin:0;color:var(--muted)}.talking-showcase{display:flex;gap:18px;margin:0 -4px 46px;padding:4px 4px 14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#d8d5ed transparent}.talking-showcase-card{min-height:288px;min-width:0;flex:0 0 calc((100% - 30px) / 2.15);scroll-snap-align:start;overflow:hidden;display:grid;grid-template-columns:minmax(176px,38%) minmax(0,1fr);border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 0 0 1px #edf0f4;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.talking-showcase-card:hover{box-shadow:0 5px 8px #2b304214;transform:translateY(-3px)}.talking-showcase-card.is-super-talk,.talking-showcase-card.is-lip-sync{grid-template-columns:minmax(176px,38%) minmax(0,1fr);background:#fff}.showcase-media{min-width:0;position:relative;background:#eef0f4}.showcase-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent 75%,rgba(255,255,255,.16))}.is-lip-sync .showcase-media{align-self:stretch;aspect-ratio:auto}.is-lip-sync .showcase-media:after{background:linear-gradient(90deg,transparent 75%,rgba(255,255,255,.16))}.showcase-media video{width:100%;height:100%;display:block;object-fit:cover;background:#eef0f4}.is-lip-sync .showcase-media video{aspect-ratio:auto}.showcase-copy{min-width:0;padding:32px 28px 24px;display:flex;flex-direction:column;align-items:flex-start}.showcase-copy>span{color:#6658c2;font-size:12px;font-weight:700;line-height:1.45;letter-spacing:.05em}.is-super-talk .showcase-copy>span{color:#4184b8}.is-lip-sync .showcase-copy{padding:32px 28px 24px}.is-lip-sync .showcase-copy>span{color:#318d7a}.showcase-copy h3{margin:11px 0 10px;font-size:27px;line-height:1.18;letter-spacing:-.02em}.is-lip-sync .showcase-copy h3{font-size:27px}.showcase-copy p{margin:0;color:#616477;font-size:14px;line-height:1.72;text-wrap:pretty}.is-lip-sync .showcase-copy p{font-size:14px;line-height:1.72}.showcase-copy a{width:100%;margin-top:auto;padding-top:18px;border-top:1px solid #e6e8ed;display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-size:13px;font-weight:700}.showcase-copy a:hover{color:#5d4ecc}.is-super-talk .showcase-copy a:hover{color:#2476ac}.is-lip-sync .showcase-copy a:hover{color:#16735f}.category-strip{display:flex;align-items:center;justify-content:center;gap:22px;margin:22px 0 0;padding:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-chip{flex:0 0 auto;scroll-snap-align:start;padding:5px 0;display:inline-flex;align-items:center;gap:7px;color:var(--ink-soft);border:0;background:transparent;transition:color .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.category-chip:hover{color:var(--primary-dark);transform:translateY(-1px)}.category-chip:active{transform:translateY(0)}.category-chip>img{width:34px;height:34px;object-fit:contain;flex:0 0 auto}.category-chip span{display:block;min-width:0}.category-chip strong{font-size:14px;line-height:1.25;white-space:nowrap}.category-chip small{display:none}.category-chip.category-ai>img{width:28px;height:28px;margin:0;object-position:center}.feature-band{margin:0 0 76px;scroll-margin-top:90px}.media-processing-band{height:340px;min-height:0;display:grid;grid-template-columns:340px minmax(0,1fr);overflow:hidden;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px #edf0f2}.feature-band-copy>span,.ai-creation-head>span{color:var(--primary);font-size:12px;font-weight:750;letter-spacing:.08em}.feature-band-copy h2,.ai-creation-head h2{margin:12px 0 14px;max-width:100%;overflow-wrap:anywhere;font-size:34px;line-height:1.2;letter-spacing:-.035em;text-wrap:balance}.feature-band-copy p,.ai-creation-head p{margin:0;color:var(--ink-soft);font-size:15px;line-height:1.8;text-wrap:pretty}.feature-band-link{display:inline-flex;align-items:center;gap:8px;margin-top:28px;color:var(--primary);font-size:14px;font-weight:700}.media-processing-head{height:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:0;padding:36px 52px}.media-processing-head h2{margin:0;font-size:31px}.media-processing-links{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:20px;max-width:500px}.media-processing-links a{min-height:38px;padding:0 12px;border-radius:8px;display:inline-flex;align-items:center;gap:7px;background:#edf7f4;color:#287c68;font-size:14px;font-weight:700;line-height:1;transition:background-color .18s ease,color .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.media-processing-links a:hover{background:#e1f2ed;color:#176a59;transform:translateY(-1px)}.media-processing-links a:focus-visible{outline:2px solid #2d8975;outline-offset:2px}.media-processing-links a svg{flex:0 0 auto}.quick-download-form{width:min(100%,500px);height:50px;box-sizing:border-box;display:flex;align-items:center;gap:6px;margin-top:20px;padding:3px;border:1px solid #bdd7cf;border-radius:11px;background:#fbfffd;box-shadow:0 0 0 3px #31b99212}.quick-download-form:focus-within{border-color:#5cae98;box-shadow:0 0 0 3px #31b99221}.quick-download-form input{min-width:0;flex:1;height:42px;padding:0 12px;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.quick-download-form input::placeholder{color:#65847a}.quick-paste-button,.quick-download-button{height:42px;border:0;border-radius:8px;padding:0 14px;font-size:14px;font-weight:700;cursor:pointer}.quick-paste-button{background:#edf5f2;color:#3c8170}.quick-paste-button:hover{background:#e2f0eb}.quick-download-button{background:#31b992;color:#fff}.quick-download-button:hover{background:#249f7c}.media-processing-showcase{min-width:0;height:340px;min-height:0;display:block}.media-process-item{position:relative;display:flex;height:100%;min-height:0;align-items:center;justify-content:center;overflow:hidden;background:transparent;color:var(--ink)}.media-process-item video{width:340px;height:340px;max-width:100%;display:block;overflow:hidden;border-radius:12px;object-fit:contain;transition:transform .4s cubic-bezier(.16,1,.3,1)}.media-process-item:hover video{transform:scale(1.02)}.media-process-item>span{position:absolute;z-index:1;top:12px;right:12px;left:auto;display:flex;align-items:center;gap:7px;min-height:27px;padding:0 9px;border-radius:7px;background:#ffffffe0;color:#277662;font-size:12px;font-weight:750}.media-process-item>span small{color:#739188;font-size:11px;font-weight:650}.media-process-shortcut{display:none}.ai-creation-band{padding:32px;border-radius:16px;background:#eff9f5;color:var(--ink)}.ai-creation-head{max-width:670px}.ai-creation-head>span{color:#418878}.ai-creation-head h2{margin-top:10px;margin-bottom:0;font-size:30px}.ai-creation-stage{height:340px;min-height:0;display:grid;grid-template-columns:minmax(0,1.13fr) minmax(0,.87fr);grid-template-rows:minmax(0,1fr) 88px;gap:12px;margin-top:22px}.ai-scene{position:relative;overflow:hidden;min-height:0;border-radius:12px;color:#fff;background:#dfeee9}.ai-scene:after{display:none}.ai-scene:hover img,.ai-scene:hover video{transform:scale(1.025)}.ai-scene>img,.ai-scene>video{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.ai-portrait-scene{grid-row:1/3}.ai-portrait-scene>img{object-position:center 18%}.ai-video-scene video{object-position:center}.ai-scene-copy{position:absolute;z-index:1;left:12px;right:12px;bottom:12px;padding:10px 12px;display:grid;gap:3px;border-radius:10px;background:#ffffff9e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#243a35}.ai-scene-copy small,.ai-music-scene small{font-size:11px;color:#418878;font-weight:700;letter-spacing:.06em}.ai-scene-copy strong{font-size:18px;line-height:1.25;letter-spacing:0}.ai-scene-copy em{font-size:13px;font-style:normal;color:var(--ink-soft);line-height:1.5}.ai-music-scene{display:flex;align-items:center;gap:13px;padding:12px 18px;border-radius:12px;background:#ffffffb3;color:var(--ink);transition:background-color .2s ease,transform .2s cubic-bezier(.16,1,.3,1)}.ai-music-scene:hover{background:#fff;transform:translate(3px)}.ai-music-scene img{width:56px;height:56px;object-fit:contain;flex:0 0 auto}.ai-music-scene span{display:grid;gap:5px;min-width:0}.ai-music-scene strong{font-size:16px;line-height:1.3}.ai-music-scene svg{margin-left:auto;flex:0 0 auto;color:#418878}.tool-group{scroll-margin-top:90px;margin-top:42px}.tool-group-title{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.tool-group-title h3{font-size:21px;margin:0}.tool-group-title span{font-size:12px;color:var(--muted)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tool-card{min-height:94px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;gap:14px;padding:16px;background:#fff;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.tool-card:hover{border-color:#d7d3f6;background:#fcfbff;transform:translateY(-1px)}.tool-icon{width:54px;height:54px;display:grid;place-items:center;flex:0 0 auto}.tool-icon img{width:52px;height:52px;object-fit:contain}.tool-copy{display:grid;gap:5px;min-width:0;flex:1}.tool-copy strong{font-size:15px}.tool-copy small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tool-arrow{color:var(--muted)}.tool-state{font-size:10px;color:var(--muted);background:var(--surface-soft);padding:5px 7px;border-radius:999px;white-space:nowrap}.auth-page{min-height:100vh;background:linear-gradient(135deg,#f8f7ff,#fff 55%,#f2f7ff);padding:30px;display:grid;place-items:center;position:relative}.auth-brand{position:absolute;left:42px;top:30px}.auth-back{position:absolute;right:42px;top:35px;display:flex;align-items:center;gap:7px;color:var(--ink-soft);font-size:14px}.auth-panel{width:min(960px,100%);min-height:590px;display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-md)}.auth-copy{padding:68px 55px;background:linear-gradient(160deg,#242238,#39345e);color:#fff}.auth-copy>span{display:inline-block;font-size:12px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#d9d5ff}.auth-copy h1{font-size:44px;margin:28px 0 12px}.auth-copy p{color:#c6c3d7;line-height:1.7}.auth-copy ul{list-style:none;padding:0;margin:55px 0 0;display:grid;gap:18px;color:#e7e5f1;font-size:14px}.auth-copy li{display:flex;align-items:center;gap:9px}.auth-copy li svg{width:18px;color:#aaa0ff}.auth-form{padding:54px 64px;display:flex;flex-direction:column;gap:21px}.auth-form h2{font-size:27px;margin:0 0 7px}.auth-form>div>p{color:var(--muted);font-size:13px;margin:0}.mode-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:var(--surface-soft);border-radius:12px}.mode-tabs button{height:43px;border:0;border-radius:9px;background:transparent;display:flex;align-items:center;justify-content:center;gap:7px;font-size:14px}.mode-tabs button svg{width:17px}.mode-tabs button.active{background:#fff;color:var(--primary);box-shadow:0 3px 12px #2d2a4b12;font-weight:650}.auth-form label>span{display:block;margin-bottom:8px;font-size:13px;font-weight:620}.auth-form input{width:100%;height:49px;padding:0 14px;border:1px solid #dedee8;border-radius:10px;background:#fff}.code-field{display:grid;grid-template-columns:1fr auto;gap:9px}.code-field button{border:0;border-radius:10px;background:var(--primary-soft);color:var(--primary-dark);padding:0 14px;font-size:13px;font-weight:650}.agreement{display:flex;align-items:center;gap:8px}.agreement input{width:16px;height:16px}.agreement>span{margin:0!important;font-weight:400!important;color:var(--muted);font-size:12px!important}.agreement a{color:var(--primary)}.form-message{margin:-7px 0;color:var(--danger);font-size:12px}.submit-button{height:50px;border:0;border-radius:11px;background:var(--primary);color:#fff;font-weight:680}.sync-note{text-align:center;color:var(--muted);font-size:11px}.workspace-shell{min-height:calc(100vh - 66px);display:grid;grid-template-columns:225px minmax(500px,1fr) 260px;background:#f7f7fa}.tool-sidebar{padding:25px 14px;border-right:1px solid var(--line);background:#fff}.back-home{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;padding:7px 10px;margin-bottom:24px}.sidebar-heading{padding:0 11px 10px;font-size:12px;color:var(--muted)}.tool-sidebar nav{display:grid;gap:4px}.tool-sidebar nav a{min-height:45px;padding:0 11px;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-soft)}.tool-sidebar nav a>img{width:28px;height:28px;object-fit:contain}.tool-sidebar nav a.active{background:var(--primary-soft);color:var(--primary-dark);font-weight:650}.tool-sidebar nav a span{margin-left:auto;font-size:9px;color:var(--muted)}.workbench{padding:38px clamp(28px,4vw,68px);overflow:auto}.workbench-head{max-width:760px;margin:0 auto 28px;display:flex;align-items:center;gap:13px}.workbench-icon{width:52px;height:52px;display:grid;place-items:center}.workbench-icon img{width:50px;height:50px;object-fit:contain}.workbench-head h1{font-size:24px;margin:0 0 5px}.workbench-head p{margin:0;color:var(--muted);font-size:13px}.creator-card,.result-card,.workspace-tip,.coming-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px;box-shadow:var(--shadow-sm)}.step-label{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:700;margin-bottom:18px}.step-label span{width:27px;height:27px;border-radius:8px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:13px}.link-input{border:1px solid #dedee8;border-radius:13px;display:flex;align-items:flex-start;gap:10px;padding:15px;background:#fbfbfd}.link-input svg{color:var(--muted);flex:0 0 auto;margin-top:2px}.link-input textarea{border:0;outline:0;background:transparent;resize:none;width:100%;min-height:95px;line-height:1.6}.wide-primary{width:100%;height:49px;margin-top:15px;border:0;border-radius:11px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:680}.inline-error{color:var(--danger);font-size:12px}.result-card{margin-top:14px;display:flex;gap:14px}.result-check{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8f7f0;color:var(--success)}.result-card h3{margin:1px 0 6px}.result-card p{color:var(--muted);font-size:13px}.result-card a{display:inline-flex;align-items:center;gap:5px;color:var(--primary);font-size:13px}.stepper{max-width:650px;margin:0 auto 26px;display:flex;align-items:center}.stepper span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.stepper span b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e7e7ed}.stepper span.active{color:var(--primary);font-weight:650}.stepper span.active b{background:var(--primary);color:#fff}.stepper i{height:1px;background:#d9d9e4;flex:1;margin:0 10px}.source-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.source-switch button{padding:14px;border:1px solid var(--line);border-radius:11px;background:#fff;font-weight:650}.source-switch button.active{border-color:#cfc9ff;background:var(--primary-soft);color:var(--primary-dark)}.source-switch small{display:block;font-weight:400;color:var(--muted);margin-top:5px}.workspace-tip{margin-top:14px;display:flex;gap:12px;box-shadow:none;background:#f2f0ff;border-color:transparent}.workspace-tip svg{color:var(--primary)}.workspace-tip strong{font-size:13px}.workspace-tip p{margin:4px 0 0;color:var(--muted);font-size:12px}.coming-card{text-align:center;padding:65px 30px}.coming-card>span{width:78px;height:78px;display:grid;place-items:center;margin:0 auto}.coming-card>span img{width:76px;height:76px;object-fit:contain}.coming-card h2{margin:22px 0 10px}.coming-card p{color:var(--muted);font-size:13px;line-height:1.7}.coming-card a{display:inline-block;margin-top:14px;color:var(--primary);font-weight:650;font-size:13px}.plain-textarea{width:100%;min-height:150px;margin-top:12px;padding:16px;border:1px solid #dedee8;border-radius:13px;background:#fbfbfd;resize:vertical;outline:none;line-height:1.7;color:var(--ink);box-sizing:border-box}.plain-textarea:focus,.choice-panel select:focus,.dual-fields input:focus{border-color:#a99ff0;box-shadow:0 0 0 3px #6554f414}.plain-textarea.compact{min-height:82px}.upload-zone{min-height:150px;margin-top:14px;padding:18px;border:1px dashed #cbc7e5;border-radius:14px;background:#faf9ff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;color:var(--primary);overflow:hidden}.upload-zone:hover{border-color:var(--primary);background:#f6f3ff}.upload-zone strong{font-size:14px;color:var(--ink)}.upload-zone small{font-size:12px;color:var(--muted)}.upload-zone img,.upload-zone video{width:100%;max-height:320px;border-radius:10px;object-fit:contain;background:#fff}.upload-zone.secondary{min-height:84px;flex-direction:row}.choice-panel{margin-top:14px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fafafd;display:flex;align-items:center;gap:14px}.choice-panel label{font-size:13px;font-weight:650;white-space:nowrap}.choice-panel select{min-width:0;flex:1;height:38px;border:1px solid #dddde8;border-radius:9px;background:#fff;padding:0 10px;color:var(--ink)}.choice-panel input[type=range]{flex:1}.dual-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.dual-fields label{font-size:12px;color:var(--muted)}.dual-fields input{width:100%;height:40px;margin-top:6px;padding:0 10px;border:1px solid var(--line);border-radius:9px;box-sizing:border-box}.consent-row{display:flex;align-items:flex-start;gap:8px;margin-top:14px;font-size:12px;line-height:1.55;color:var(--muted)}.consent-row input{margin-top:2px}.task-progress{margin-top:14px}.task-progress>div{height:6px;border-radius:99px;background:#ecebf2;overflow:hidden}.task-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6554f4,#8b7cff);transition:width .3s}.task-progress p{margin:7px 0 0;font-size:12px;color:var(--muted);text-align:center}.result-rich{align-items:flex-start}.result-body{min-width:0;flex:1}.result-text{white-space:pre-wrap;line-height:1.75}.result-body>img,.result-body>video{width:100%;max-height:520px;margin-top:13px;border-radius:12px;object-fit:contain;background:#f5f5f8}.result-body>audio{width:100%;margin-top:13px}.result-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:13px}.result-actions a,.result-actions button{min-height:38px;padding:0 15px;border:0;border-radius:9px;background:var(--primary-soft);color:var(--primary-dark);display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:650}.tele-card .plain-textarea{min-height:110px}.range-field{margin-top:15px;display:grid;grid-template-columns:auto 1fr 35px;align-items:center;gap:12px;font-size:13px}.tele-stage{height:300px;margin-top:14px;padding:55px 35px;border-radius:15px;background:#15151d;color:#fff;overflow:hidden;font-size:28px;font-weight:650;line-height:1.8;text-align:center}.tele-stage>div{white-space:pre-wrap;transition:transform .04s linear}.recent-panel{padding:25px 18px;border-left:1px solid var(--line);background:#fff}.recent-title{display:flex;align-items:center;justify-content:space-between}.recent-title h2{font-size:15px}.recent-title a{font-size:11px;color:var(--primary)}.recent-empty{margin-top:25px;padding:38px 15px;text-align:center;border:1px dashed #dbdbe5;border-radius:13px;color:var(--muted)}.recent-empty p{font-size:12px;line-height:1.6}.recent-empty a{font-size:12px;color:var(--primary);font-weight:650}.page-wrap{max-width:var(--content);margin:0 auto;padding:58px 24px 80px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.page-heading span{color:var(--primary);font-size:11px;font-weight:750;letter-spacing:.14em}.page-heading h1{font-size:36px;margin:9px 0}.page-heading p{color:var(--muted);margin:0}.outline-button{height:40px;padding:0 13px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;gap:7px}.state-card{min-height:360px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.state-card>span{width:70px;height:70px;display:grid;place-items:center;border-radius:20px;background:var(--surface-soft);color:var(--primary)}.state-card h2{color:var(--ink);margin:20px 0 7px}.state-card .primary-button{margin-top:15px}.state-card.error{color:var(--danger)}.state-card.error button{border:0;background:var(--primary);color:#fff;border-radius:9px;padding:9px 14px}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.works-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;position:relative}.work-cover{aspect-ratio:16/10;background:#f0eff7;display:grid;place-items:center;color:#a29dbf}.work-meta{padding:15px;display:flex;justify-content:space-between;gap:10px}.work-meta h3{font-size:14px;margin:0 0 7px}.work-meta p{margin:0;display:flex;align-items:center;gap:5px;font-size:11px;color:var(--muted)}.status{height:24px;padding:0 8px;border-radius:999px;display:flex;align-items:center;white-space:nowrap;font-size:10px;background:#f0eff6;color:#656275}.status-success,.status-completed{background:#e8f7f0;color:var(--success)}.status-failed{background:#fff0f1;color:var(--danger)}.work-delete{margin:0 15px 15px;border:0;background:transparent;color:var(--muted);display:flex;gap:5px;align-items:center;font-size:11px}.work-delete:hover{color:var(--danger)}.profile-page{max-width:900px}.profile-hero{padding:35px;border-radius:24px;background:linear-gradient(145deg,#26243a,#443d70);color:#fff;display:flex;align-items:center;gap:20px}.profile-hero>span{width:70px;height:70px;border-radius:20px;display:grid;place-items:center;background:#ffffff1a}.profile-hero>span svg{width:35px;height:35px}.profile-hero small{color:#bdb8dc}.profile-hero h1{margin:6px 0;font-size:27px}.profile-hero p{margin:0;color:#c8c5d8;font-size:13px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}.profile-grid section{padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff;display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}.profile-grid svg{grid-row:1/3;color:var(--primary)}.profile-grid span{color:var(--muted);font-size:12px}.profile-grid strong{font-size:20px}.account-card{padding:25px;border:1px solid var(--line);border-radius:16px;background:#fff}.account-card h2{font-size:17px}.account-card>div{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:17px 0;border-bottom:1px solid #f0f0f4;align-items:center}.account-card>div svg{color:var(--muted)}.account-card>div span{font-size:13px}.account-card>div b{font-size:13px}.account-card button{margin-top:20px;border:0;background:transparent;color:var(--danger);display:flex;gap:7px;align-items:center}@media(max-width:1000px){.hero{padding-left:30px;padding-right:30px;gap:20px}.talking-showcase-card{flex-basis:calc((100% - 16px) / 1.7)}.category-strip{margin-bottom:48px}.category-chip{flex:0 0 220px}.media-processing-band{gap:30px}.tool-grid{grid-template-columns:repeat(2,1fr)}.workspace-shell{grid-template-columns:205px 1fr}.recent-panel{display:none}.works-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.topbar{height:60px}.topbar-inner{padding:0 16px}.desktop-nav,.points-pill{display:none}.mobile-menu-button{display:grid}.brand-name{font-size:17px}.hero{min-height:auto;padding:36px 22px 35px;display:block}.hero h1{margin-top:32px;font-size:42px}.hero-content>p{font-size:15px}.hero-visual{height:365px;margin-top:20px;transform:scale(.9)}.home-tools{border-radius:16px}.section-wrap{padding:50px 16px}.section-heading h2{font-size:28px}.talking-showcase{gap:12px;margin:0 -12px 38px;padding:3px 12px 12px}.talking-showcase-card{min-height:228px;flex-basis:88%;grid-template-columns:minmax(132px,39%) minmax(0,1fr);border-radius:14px}.showcase-copy{padding:24px 18px 18px}.showcase-copy h3{margin:8px 0;font-size:22px}.showcase-copy p{font-size:12px;line-height:1.6}.showcase-copy a{padding-top:13px;font-size:12px}.category-strip{gap:9px;margin:0 -10px 42px;padding:3px 10px 8px}.category-chip{min-height:78px;flex-basis:218px;padding:11px 12px;gap:10px}.category-chip>img{width:46px;height:46px}.category-chip.category-ai>img{width:56px;height:56px;margin:-5px -5px -5px -7px}.category-chip small{font-size:11px}.feature-band{margin-bottom:54px}.media-processing-band{display:block;padding:38px 0}.feature-band-copy h2,.ai-creation-head h2{font-size:28px}.feature-band-copy p,.ai-creation-head p{font-size:14px}.feature-band-link{margin-top:22px}.media-processing-tools{margin-top:28px}.media-process-item{min-height:82px;padding:10px 4px}.media-process-item img{width:52px;height:52px}.media-process-item strong{font-size:15px}.ai-creation-band{margin-left:-16px;margin-right:-16px;padding:38px 16px}.ai-creation-stage{grid-template-columns:1fr;grid-template-rows:330px 255px 104px;gap:12px;margin-top:27px}.ai-portrait-scene{grid-row:auto}.ai-scene-copy{left:20px;right:20px;bottom:20px}.ai-scene-copy strong{font-size:22px}.ai-music-scene{padding:14px 16px}.ai-music-scene img{width:66px;height:66px}.ai-music-scene strong{font-size:16px}.tool-grid{grid-template-columns:1fr}.site-footer{margin-top:35px;display:grid;gap:8px}.site-footer p{margin:0}.auth-page{padding:75px 15px 20px}.auth-brand{left:20px;top:20px}.auth-back{right:20px;top:27px}.auth-panel{display:block;min-height:0}.auth-copy{display:none}.auth-form{padding:30px 22px}.workspace-shell{display:block}.tool-sidebar{display:none}.workbench{padding:26px 15px}.workbench-head{margin-bottom:20px}.creator-card,.result-card,.workspace-tip{padding:18px}.stepper{padding:0 4px}.page-wrap{padding:38px 16px 60px}.page-heading{align-items:flex-start}.page-heading h1{font-size:30px}.page-heading p{max-width:250px;font-size:12px}.works-grid,.profile-grid{grid-template-columns:1fr}.profile-hero{padding:25px 20px}.profile-hero h1{font-size:22px}.profile-hero>span{width:54px;height:54px}}@media(max-width:760px){.talking-showcase-card.is-lip-sync{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:0}.is-lip-sync .showcase-media{aspect-ratio:4/3}.is-lip-sync .showcase-copy{min-height:126px;padding:18px}.is-lip-sync .showcase-copy h3{font-size:22px}.media-processing-showcase{min-height:178px;margin-top:24px;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:12px}.media-process-item{min-height:0;padding:0}.media-processing-shortcuts a{min-height:78px;gap:9px}.media-processing-shortcuts img{width:44px;height:44px}.media-processing-shortcuts span{font-size:14px}.ai-creation-band{padding:30px 16px}.ai-creation-head h2{font-size:27px}.ai-creation-stage{height:auto;grid-template-columns:1fr;grid-template-rows:250px 168px 88px;gap:10px;margin-top:22px}.ai-portrait-scene{grid-row:auto}.ai-scene-copy{bottom:16px}.ai-scene-copy strong{font-size:19px}.ai-music-scene{padding:11px 14px}.ai-music-scene img{width:56px;height:56px}}@media(max-width:760px){.section-heading{margin-bottom:30px}.category-strip{justify-content:flex-start;gap:16px;margin:20px -16px 0;padding:0 16px 5px}.category-chip{min-height:0;flex:0 0 auto;padding:4px 0;gap:6px}.category-chip>img{width:30px;height:30px;margin:0}.category-chip.category-ai>img{width:26px;height:26px;margin:0}.category-chip strong{font-size:13px}.is-lip-sync .showcase-media{aspect-ratio:45/68}.media-processing-band{height:auto;padding:0}.media-processing-head{display:block;margin-bottom:0;padding:28px 16px}.media-processing-head>span{display:block;margin-bottom:8px}.media-processing-head h2{font-size:27px}.media-processing-head p{margin-top:9px;font-size:14px;line-height:1.6}.quick-download-form{width:100%;margin-top:15px}.media-processing-showcase{height:186px;min-height:0;margin:0 -16px;grid-template-columns:repeat(3,minmax(186px,1fr));gap:10px;padding:0 16px 6px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.media-processing-showcase::-webkit-scrollbar{display:none}.media-process-item,.media-process-shortcut{scroll-snap-align:start}.media-process-item video{width:168px;height:168px}.media-process-item>span{top:9px;right:auto;left:calc(50% - 84px);font-size:11px}.media-process-shortcut{padding:18px}.media-process-shortcut img{width:48px;height:48px}.media-process-shortcut strong{font-size:16px}.ai-creation-band{padding:28px 16px}.ai-creation-stage{grid-template-rows:250px 168px 88px}.ai-scene-copy{left:10px;right:10px;bottom:10px;padding:9px 10px}}@media(max-width:430px){.hero-actions{display:grid}.hero-actions a{width:100%}.hero-visual{margin-left:-25px;margin-right:-25px}.source-switch{grid-template-columns:1fr}.page-heading .outline-button{font-size:0;width:40px;padding:0;justify-content:center}}@keyframes headline-line-drift{0%,to{transform:translateZ(0)}45%{transform:translate3d(8px,-2px,0)}70%{transform:translate3d(4px,1px,0)}}@keyframes headline-em-drift{0%,to{transform:translateZ(0)}42%{transform:translate3d(-7px,-4px,0)}68%{transform:translate3d(-3px,1px,0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.tool-card:hover,.talking-showcase-card:hover,.float-script,.float-audio,.floating-badge{transform:none}}.talking-showcase-shell{position:relative}.talking-showcase-nav{position:absolute;z-index:2;top:calc(50% - 31px);width:42px;height:62px;padding:0;border:0;border-radius:10px;display:grid;place-items:center;background:#ffffffad;color:#3d435870;cursor:pointer;opacity:.72;transition:background-color .18s ease,color .18s ease,opacity .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.talking-showcase-nav:hover,.talking-showcase-nav:focus-visible{background:#fff;color:#5d4ecc;opacity:1;outline:0}.talking-showcase-nav:active{transform:scale(.96)}.talking-showcase-nav.is-prev{left:-17px}.talking-showcase-nav.is-next{right:-17px}@media(max-width:760px){.talking-showcase-nav{top:calc(50% - 25px);width:34px;height:50px;border-radius:8px}.talking-showcase-nav.is-prev{left:-4px}.talking-showcase-nav.is-next{right:-4px}}.media-processing-head{align-items:center;text-align:center}.media-processing-head h2{font-size:35px}.media-processing-links{width:min(100%,700px);justify-content:center;gap:12px;margin-top:22px;max-width:700px}.media-processing-link-pair{display:inline-flex;align-items:center;gap:12px}.media-processing-links a{min-height:42px;padding:0 15px;border-radius:9px;font-size:16px}.media-processing-flow-arrow{flex:0 0 auto;color:#338d78}.quick-download-form{width:min(100%,560px);height:56px;gap:7px;margin-top:23px;padding:4px}.quick-download-form input{height:46px;padding:0 14px;font-size:16px}.quick-paste-button,.quick-download-button{height:46px;padding:0 16px;font-size:15px}@media(max-width:760px){.media-processing-head{display:flex;align-items:center;text-align:center}.media-processing-head h2{font-size:29px}.media-processing-links{justify-content:center;gap:9px;margin-top:18px}.media-processing-link-pair{gap:9px}.media-processing-links a{min-height:38px;padding:0 12px;font-size:14px}.media-processing-flow-arrow{width:17px;height:17px}.quick-download-form{height:52px;margin-top:18px}.quick-download-form input{height:44px;font-size:15px}.quick-paste-button,.quick-download-button{height:44px;padding:0 14px;font-size:14px}}.workspace-shell{grid-template-columns:300px minmax(0,1fr)!important}.workbench{padding:42px clamp(34px,5vw,88px)}.workspace-shell .workbench-head,.workspace-shell .creator-card,.workspace-shell .result-card,.workspace-shell .coming-card{max-width:980px}@media(max-width:1000px){.workspace-shell{grid-template-columns:276px minmax(0,1fr)!important}.workbench{padding:36px clamp(28px,4vw,56px)}}.media-processing-section{margin-top:82px!important}.scroll-title{contain:paint}@media(max-width:760px){.media-processing-section{margin-top:58px!important}}.works-page{padding-top:52px}.works-toolbar{align-items:center;margin-bottom:20px}.works-toolbar h1{margin:0;font-size:34px;line-height:1.2;letter-spacing:-.02em}.works-tabs{display:flex;align-items:center;gap:22px;margin:0 0 28px;border-bottom:1px solid #e8e8f0;overflow-x:auto;scrollbar-width:none}.works-tabs::-webkit-scrollbar{display:none}.works-tabs button{position:relative;flex:0 0 auto;min-height:46px;padding:0 1px;border:0;background:transparent;color:#76788a;font-size:14px;font-weight:650;cursor:pointer;transition:color .18s ease}.works-tabs button:hover{color:var(--ink)}.works-tabs button.active{color:var(--primary);font-weight:750}.works-tabs button.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px;background:var(--primary)}.works-tabs small{margin-left:6px;color:#a1a2b0;font-size:11px;font-weight:650}.works-tabs button.active small{color:inherit}.works-filter-empty{min-height:220px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--muted);font-size:14px}.works-grid article{border-radius:12px;transition:transform .18s cubic-bezier(.16,1,.3,1),border-color .18s ease}.works-grid article:hover{border-color:#d8d4f4;transform:translateY(-2px)}.work-cover{aspect-ratio:16/9;background:#f7f7fb}.work-cover svg{width:32px;height:32px;color:#aaa7c5}.work-meta{padding:16px 16px 12px}.work-meta h3{font-size:15px;line-height:1.45;margin-bottom:9px}.work-meta p{gap:6px}.work-category{display:inline-flex;align-items:center;height:19px;padding:0 6px;border-radius:5px;background:#f1f0fb;color:#675bb8;font-size:10px;font-weight:700}.work-delete{margin:0 16px 16px;color:#9294a3;transition:color .18s ease}.tool-sidebar-group h2{min-height:34px;box-sizing:border-box;margin:0 0 10px;padding:0 10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;background:#f1f0fb;color:#5147ab;font-size:14px;font-weight:750}.tool-sidebar-group h2 span{min-width:0}.tool-sidebar-group h2 small{flex:0 0 auto;color:#8b85bd;font-size:11px;font-weight:650}@media(max-width:760px){.works-page{padding-top:34px}.works-toolbar h1{font-size:30px}.works-tabs{gap:18px;margin-bottom:22px}.works-tabs button{min-height:42px;font-size:14px}.works-filter-empty{min-height:170px}.work-meta{padding:14px 14px 10px}.work-delete{margin:0 14px 14px}}.media-processing-section{margin:0 0 100px;scroll-margin-top:90px}.media-processing-band{margin-bottom:0}.media-processing-kicker{position:static;min-height:0;margin:0 0 16px;padding:0;border-radius:0;display:block;background:transparent;color:var(--primary);font-size:12px;font-weight:750;letter-spacing:.08em}.talking-showcase-shell{margin:0 0 100px}.showcase-heading{margin:0 0 24px}.showcase-heading>span{color:var(--primary);font-size:12px;font-weight:750;letter-spacing:.08em}.showcase-heading h2{margin:8px 0 0;font-size:30px;line-height:1.2;letter-spacing:-.025em;text-wrap:balance}.talking-showcase-shell>.talking-showcase{margin:0 -4px}.talking-showcase-shell>.talking-showcase-nav{top:calc(50% - 11px)}.ai-creation-band{padding:0;border-radius:0;background:transparent;box-shadow:none}.ai-creation-head{max-width:none;margin:0 0 24px}.ai-creation-head>span{color:var(--primary);font-size:12px;font-weight:750;letter-spacing:.08em}.ai-creation-head h2{margin:8px 0 0;font-size:30px;line-height:1.2;letter-spacing:-.025em;text-wrap:balance}.ai-creation-stage{margin-top:0}.all-tools-section{scroll-margin-top:90px}.all-tools-heading{margin:0 0 28px}.all-tools-heading h2{margin:0;color:var(--primary);font-size:32px;line-height:1.2;letter-spacing:-.025em}.all-tools-content{padding:30px;border-radius:16px;background:#f7f7fb}.all-tools-content>.tool-group:first-child{margin-top:0}.workspace-shell{grid-template-columns:300px minmax(500px,1fr) 260px}.tool-sidebar{height:calc(100vh - 66px);box-sizing:border-box;padding:14px 12px;overflow-y:auto}.tool-sidebar-groups{display:grid;gap:22px}.tool-sidebar-group h2{margin:0 0 9px;padding:0 4px;color:var(--ink);font-size:15px;line-height:1.3}.tool-sidebar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.tool-sidebar-grid a{min-width:0;min-height:58px;padding:7px;border-radius:8px;display:flex;align-items:center;gap:6px;color:var(--ink-soft);font-size:12px;line-height:1.3;transition:background-color .18s ease,color .18s ease}.tool-sidebar-grid a:hover{background:#f7f6ff;color:var(--primary-dark)}.tool-sidebar-grid a.active{background:var(--primary-soft);color:var(--primary-dark);font-weight:700}.tool-sidebar-grid a>img{width:24px;height:24px;flex:0 0 auto;object-fit:contain}.tool-sidebar-grid a>span{min-width:0;overflow-wrap:anywhere}.tool-sidebar .tool-sidebar-grid a{min-height:64px;padding:8px;gap:7px;color:#3f4357;background:#fafafd;font-size:14px}.tool-sidebar .tool-sidebar-grid a:hover{background:#f4f1ff;color:var(--primary-dark)}.tool-sidebar .tool-sidebar-grid a.active{background:var(--primary-soft);color:var(--primary-dark)}.tool-sidebar .tool-sidebar-grid a>img{width:28px;height:28px}.tool-sidebar .tool-sidebar-grid a>span{margin-left:0;color:inherit;font-size:14px;font-weight:700;line-height:1.28;white-space:normal;overflow-wrap:anywhere}@media(max-width:1000px){.workspace-shell{grid-template-columns:276px minmax(500px,1fr)}}@media(max-width:760px){.media-processing-section{margin-bottom:68px}.media-processing-band{margin-bottom:0}.media-processing-kicker{margin-bottom:12px;font-size:11px}.talking-showcase-shell{margin-bottom:72px}.showcase-heading{margin-bottom:18px}.showcase-heading h2{font-size:26px}.talking-showcase-shell>.talking-showcase{margin:0 -12px}.talking-showcase-shell>.talking-showcase-nav{top:calc(50% + 4px)}.ai-creation-band{margin-left:0;margin-right:0;padding:0}.ai-creation-head{margin-bottom:18px}.ai-creation-head h2{font-size:26px}.ai-creation-stage{margin-top:0}.all-tools-heading{margin-bottom:22px}.all-tools-heading h2{font-size:28px}.all-tools-content{padding:20px 16px;border-radius:14px}}.works-grid{align-items:start;gap:18px}.works-grid article{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e7e7ef;border-radius:14px;background:#fff;box-shadow:0 8px 24px #2725440b}.works-grid article:hover{border-color:#d7d3ee;box-shadow:0 12px 30px #27254413}.work-cover{height:150px;aspect-ratio:auto;overflow:hidden;background:#f4f4f8}.work-cover img{width:100%;height:100%;object-fit:cover}.work-result-placeholder,.work-text-preview{height:112px;min-height:112px;box-sizing:border-box;padding:18px;background:linear-gradient(145deg,#f7f6fb,#fbfbfd)}.work-type-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:#ece9fb;color:#6859c6}.work-result-placeholder{display:flex;align-items:center;gap:12px;color:#626476}.work-result-placeholder>span:last-child{display:grid;gap:4px}.work-result-placeholder strong{color:#444658;font-size:14px}.work-result-placeholder small{color:#9698a7;font-size:11px;font-weight:500}.work-text-preview{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:13px}.work-text-preview p{display:-webkit-box;margin:1px 0 0;overflow:hidden;color:#555768;font-size:13px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.work-meta{min-height:74px;box-sizing:border-box;padding:14px 16px 12px;display:flex;justify-content:space-between;gap:12px}.work-meta-main{min-width:0}.work-meta h3{display:block;margin:0 0 8px;overflow:hidden;color:#292a38;font-size:14px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}.work-meta p{flex-wrap:wrap;color:#8a8c9c}.work-meta .status{align-self:flex-start;flex:0 0 auto}.work-actions{display:flex;align-items:center;gap:15px;min-height:44px;margin-top:auto;padding:0 16px;border-top:1px solid #efeff4}.work-actions button{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0;border:0;background:transparent;color:#66687a;font-size:12px;font-weight:650;cursor:pointer;transition:color .18s ease}.work-actions button:hover:not(:disabled){color:var(--primary)}.work-actions button:disabled{color:#c5c6cf;cursor:not-allowed}.work-actions .work-delete{margin:0 0 0 auto;color:#989aa8}.work-actions .work-delete:hover{color:var(--danger)}.works-feedback{position:fixed;z-index:70;bottom:28px;left:50%;margin:0;padding:10px 14px;border-radius:8px;background:#2d2e3f;color:#fff;font-size:13px;transform:translate(-50%)}@media(max-width:760px){.works-grid{gap:14px}.work-cover{height:176px}.work-result-placeholder,.work-text-preview{height:104px;min-height:104px;padding:15px}.work-meta{min-height:70px;padding:13px 14px 11px}.work-actions{gap:12px;padding:0 14px}}.workspace-shell.super-workspace{grid-template-columns:300px minmax(0,1fr)!important}.super-workspace .workbench{padding:34px clamp(24px,3vw,54px) 70px}.super-workspace .workbench-head{max-width:1420px;margin-bottom:22px}.super-flow{max-width:1420px;margin:0 auto;color:var(--ink)}.super-flow-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px;padding:14px 18px;border:1px solid #e8e8ef;border-radius:15px;background:#fff}.super-progress-step{position:relative;min-width:0;display:flex;align-items:center;gap:10px}.super-progress-step>i{position:absolute;top:50%;right:18px;width:calc(100% - 190px);height:1px;background:#e4e4eb}.super-progress-node{width:30px;height:30px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#f0f0f4;color:#9294a3}.super-progress-node b{font-size:12px}.super-progress-step>span:nth-child(2){min-width:0;display:grid;gap:2px}.super-progress-step strong{font-size:13px}.super-progress-step small{max-width:125px;overflow:hidden;color:#9799a8;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.super-progress-step.ready .super-progress-node{background:#e8f6f1;color:#258267}.super-progress-step.active:not(.ready) .super-progress-node{background:#eeebff;color:#6554f4}.super-progress-step.ready>i{background:#b9ded2}.super-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px}.super-step-card{min-width:0;min-height:520px;padding:20px;border:1px solid #e7e7ee;border-radius:17px;background:#fff;box-shadow:0 9px 28px #23214009;transition:border-color .2s ease,box-shadow .2s ease}.super-step-card.complete{border-color:#d8e9e3}.super-step-card>header{position:relative;display:flex;align-items:center;gap:11px;margin-bottom:18px}.super-step-number{width:35px;height:35px;flex:0 0 auto;border-radius:10px;display:grid;place-items:center;background:#f0eefe;color:#6554f4;font-size:11px;font-weight:800;letter-spacing:.04em}.super-step-card>header>div{min-width:0}.super-step-card h2{margin:0;font-size:17px}.super-step-card header p{margin:4px 0 0;color:#9698a7;font-size:11px;line-height:1.4}.super-step-check{margin-left:auto;flex:0 0 auto;color:#2d9575}.super-segmented{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:13px;padding:4px;border-radius:10px;background:#f5f5f8}.super-segmented button,.super-source-tabs button{border:0;background:transparent;color:#777989;cursor:pointer}.super-segmented button{height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:700}.super-segmented button.active{background:#fff;color:#4f43ad;box-shadow:0 2px 9px #24223c0f}.super-script-input{width:100%;height:306px;box-sizing:border-box;padding:15px;border:1px solid #e1e1e9;border-radius:12px;outline:0;resize:none;background:#fbfbfd;color:var(--ink);font:inherit;font-size:13px;line-height:1.75}.super-script-input:focus,.super-link-box:focus-within{border-color:#a99ff0;box-shadow:0 0 0 3px #6554f412}.super-step-card>footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;color:#9597a5;font-size:10px}.super-step-card>footer span{display:flex;align-items:center;gap:4px}.super-link-box{min-height:46px;box-sizing:border-box;display:flex;align-items:center;gap:5px;margin-bottom:11px;padding:4px;border:1px solid #e1e1e9;border-radius:10px;background:#fff}.super-link-box input{min-width:0;flex:1;height:36px;padding:0 9px;border:0;outline:0;background:transparent;font-size:12px}.super-link-box button{height:36px;flex:0 0 auto;padding:0 11px;border:0;border-radius:7px;background:#eeeafd;color:#5b4bc1;font-size:11px;font-weight:750;cursor:pointer}.super-link-box button:disabled{cursor:not-allowed;opacity:.55}.super-voice-list{max-height:380px;display:grid;grid-template-columns:1fr 1fr;gap:8px;overflow:auto}.super-voice-list>button{position:relative;min-width:0;height:64px;padding:7px 9px;border:1px solid #e8e8ef;border-radius:11px;display:flex;align-items:center;gap:8px;background:#fff;text-align:left;cursor:pointer}.super-voice-list>button.active{border-color:#a99ff0;background:#faf9ff}.super-voice-list>button>img,.super-voice-avatar{width:39px;height:39px;flex:0 0 auto;border-radius:50%;object-fit:cover}.super-voice-avatar{display:grid;place-items:center;background:#eeebff;color:#6554f4;font-weight:800}.super-voice-list>button>span:nth-child(2){min-width:0;display:grid;gap:3px}.super-voice-list strong{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.super-voice-list small{overflow:hidden;color:#999ba8;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.super-voice-list>button>svg{margin-left:auto;flex:0 0 auto;color:#6554f4}.super-clone-panel{display:grid;gap:12px}.super-source-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.super-source-tabs button{height:37px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:4px;background:#f6f6f9;font-size:10px;font-weight:700}.super-source-tabs button.active{background:#eeeafd;color:#5c4cc4}.super-record-box,.super-upload-box{min-height:105px;box-sizing:border-box;padding:15px;border:1px dashed #d8d6e6;border-radius:12px;background:#fbfbfd}.super-record-box{display:flex;align-items:center;justify-content:space-between;gap:12px}.super-record-box>div{display:grid;gap:5px}.super-record-box strong,.super-upload-box strong{font-size:12px}.super-record-box small,.super-upload-box small{color:#999ba8;font-size:10px;line-height:1.5}.super-record-box button{height:38px;flex:0 0 auto;padding:0 12px;border:0;border-radius:9px;background:#29283a;color:#fff;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;cursor:pointer}.super-record-box button.recording{background:#f05a6a}.super-upload-box{width:100%;display:flex;align-items:center;gap:11px;color:#6257bd;text-align:left;cursor:pointer}.super-upload-box>span{min-width:0;flex:1;display:grid;gap:5px}.super-upload-box>svg:last-child{color:#9a9cac}.super-selected-source{display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:10px;background:#edf8f4}.super-selected-source>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#d8f0e7;color:#267d64}.super-selected-source>div{min-width:0;display:grid;gap:2px}.super-selected-source strong{font-size:11px}.super-selected-source small{overflow:hidden;color:#6f8d83;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.super-consent{display:flex;align-items:flex-start;gap:7px;color:#8a8c9a;font-size:9px;line-height:1.55}.super-consent input{margin-top:1px}.super-template-grid{max-height:426px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:auto}.super-template-grid>button{position:relative;min-width:0;aspect-ratio:3/4;padding:0;border:1px solid #e7e7ed;border-radius:11px;overflow:hidden;background:#f4f4f7;cursor:pointer}.super-template-grid>button:disabled{cursor:not-allowed;opacity:.45}.super-template-grid>button.active{border-color:#7565dc;box-shadow:0 0 0 2px #6554f41c}.super-template-grid img,.super-template-grid video,.super-template-fallback{width:100%;height:100%;display:block;object-fit:cover}.super-template-fallback{display:grid;place-items:center;color:#aba9bb}.super-template-name{position:absolute;right:0;bottom:0;left:0;padding:18px 7px 7px;background:linear-gradient(transparent,#13131bb8);color:#fff;font-size:10px;font-weight:700;text-align:left}.super-template-selected{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#6554f4;color:#fff}.super-empty-tip{grid-column:1/-1;margin:28px 0;color:#9a9ca9;font-size:11px;text-align:center}.super-flow-error{margin-top:12px;padding:11px 13px;border:1px solid #ffd8dc;border-radius:10px;background:#fff7f8;color:#c74a59;font-size:12px}.super-task-progress{margin-top:12px}.super-task-progress>span{height:5px;display:block;overflow:hidden;border-radius:99px;background:#ebebf0}.super-task-progress i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#6554f4,#8777ee);transition:width .3s}.super-task-progress p{margin:7px 0 0;color:#858796;font-size:10px;text-align:center}.super-submit-success{margin-top:12px;padding:13px 15px;border:1px solid #d8ece5;border-radius:12px;display:flex;align-items:center;gap:11px;background:#f5fbf8}.super-submit-success>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#dff3eb;color:#258064}.super-submit-success>div{min-width:0;flex:1;display:grid;gap:3px}.super-submit-success strong{font-size:12px}.super-submit-success small{color:#71877f;font-size:10px}.super-submit-success>a{display:flex;align-items:center;gap:5px;color:#3e7767;font-size:11px;font-weight:700}.super-flow-submit{position:sticky;z-index:4;bottom:14px;margin-top:15px;padding:14px 16px;border:1px solid rgba(222,222,232,.9);border-radius:15px;display:flex;align-items:center;gap:18px;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 32px #24223e17}.super-flow-submit>div:first-child{display:grid;gap:4px}.super-flow-submit>div:first-child strong{font-size:13px}.super-flow-submit>div:first-child span{color:#8d8f9d;font-size:10px}.super-ready-summary{flex:1;display:flex;align-items:center;justify-content:center;gap:12px}.super-ready-summary span{display:flex;align-items:center;gap:4px;color:#a2a3ae;font-size:10px}.super-ready-summary span.ready{color:#2a8569}.super-flow-submit>button{height:43px;min-width:166px;padding:0 18px;border:0;border-radius:10px;background:#272638;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:750;cursor:pointer}.super-flow-submit>button:disabled{background:#e8e8ed;color:#aaaab5;cursor:not-allowed}@media(max-width:1280px){.super-flow-grid{grid-template-columns:1fr}.super-step-card{min-height:0}.super-script-input{height:220px}.super-voice-list{max-height:290px}.super-template-grid{max-height:none;grid-template-columns:repeat(6,minmax(0,1fr))}.super-flow-submit{bottom:8px}.super-progress-step>i{display:none}}@media(max-width:760px){.workspace-shell.super-workspace{display:block!important}.super-workspace .workbench{padding:24px 14px 48px}.super-flow-progress{padding:11px}.super-progress-step{gap:6px}.super-progress-step small{display:none}.super-progress-node{width:27px;height:27px}.super-flow-grid{gap:11px}.super-step-card{padding:16px;border-radius:14px}.super-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.super-flow-submit{position:static;align-items:stretch;flex-direction:column;gap:10px}.super-ready-summary{justify-content:flex-start}.super-flow-submit>button{width:100%}}
