@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";
:root{--ink:#171816;--muted:#6d706a;--line:#e6e7e2;--soft:#f5f5f1;--paper:#fbfbf8;--white:#fff;--red:#ef4d37;--red-dark:#d93c28;--red-soft:#fff0eb;--green:#1f8c68;--orange:#f5a444;--shadow:0 22px 60px #1b1d1917}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Noto Sans SC,Microsoft YaHei,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}video:fullscreen{aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;box-shadow:none!important;background:#000!important;border-radius:0!important;margin:0!important;display:block!important}video:fullscreen{aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;box-shadow:none!important;background:#000!important;border-radius:0!important;margin:0!important;display:block!important}video:fullscreen::backdrop{background:#000}.topbar{z-index:20;justify-content:space-between;align-items:center;max-width:1440px;height:72px;margin:auto;padding:0 5vw;display:flex;position:relative}.brand{align-items:center;gap:10px;display:flex}.brand-mark{color:#fff;background:var(--red);border-radius:10px 10px 3px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 8px 20px #ef4d3740}.brand>span:nth-child(2){flex-direction:column;gap:1px;display:flex}.brand strong{letter-spacing:.01em;font-size:15px}.brand small{color:#989a94;letter-spacing:.04em;font-size:8px}.brand em{letter-spacing:.12em;color:var(--red);background:var(--red-soft);border-radius:5px;padding:4px 6px;font-family:Manrope,sans-serif;font-size:8px;font-style:normal;font-weight:800}.topbar nav{color:#575954;gap:34px;font-size:13px;display:flex}.topbar nav a:hover{color:var(--red)}.top-actions{align-items:center;gap:10px;display:flex}.connection{border:1px solid var(--line);color:#666963;background:#ffffffb8;border-radius:9px;align-items:center;gap:7px;height:34px;padding:0 11px;font-size:11px;display:flex}.connection i,.result-actions>span i{background:var(--orange);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #f5a4441f}.connection.online i,.real-badge i{background:var(--green);box-shadow:0 0 0 4px #1f8c681f}.connection.offline i{background:#d34d3f;box-shadow:0 0 0 4px #d34d3f1f}.ghost-button,.result-actions button,.soft-button{border:1px solid var(--line);color:#555852;background:#fff;border-radius:9px;align-items:center;gap:7px;height:34px;padding:0 12px;font-size:11px;display:flex}.ghost-button:hover,.result-actions button:hover,.soft-button:hover{background:#f9f9f6;border-color:#c9cac5}.hero{grid-template-columns:.9fr 1.1fr;align-items:center;gap:6vw;max-width:1440px;min-height:650px;margin:auto;padding:76px 6.5vw 94px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";border:1px solid #eee8e2;border-radius:50%;width:500px;height:500px;position:absolute;top:20px;right:80px}.hero-orb{filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.orb-one{background:#ffd5c459;width:250px;height:250px;top:20px;right:22%}.orb-two{background:#d8e6ce61;width:300px;height:300px;bottom:20px;right:-110px}.hero-copy,.hero-visual{z-index:2;position:relative}.eyebrow{color:#565952;letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:22px;font-size:11px;font-weight:600;display:inline-flex}.eyebrow span{width:24px;height:24px;color:var(--red);background:var(--red-soft);border-radius:8px;place-items:center;display:grid}.hero h1{letter-spacing:-.045em;margin:0;font-size:clamp(40px,4.7vw,67px);font-weight:800;line-height:1.18}.hero h1 span{color:var(--red);position:relative}.hero h1 span:after{content:"";z-index:-1;background:#ef4d3724;height:8px;position:absolute;bottom:6px;left:0;right:0;transform:skew(-12deg)}.hero-copy>p{max-width:550px;color:var(--muted);margin:24px 0 28px;font-size:15px;line-height:1.9}.hero-buttons{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.primary-button,.generate-button{color:#fff;background:var(--red);border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;height:49px;padding:0 18px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 13px 28px #ef4d3738}.primary-button:hover,.generate-button:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 17px 36px #ef4d3747}.download-button{color:#3e413b;background:#ffffffc2;border:1px solid #dedfd9;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:49px;padding:0 16px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 10px 26px #21231e0f}.download-button:hover{color:var(--red);background:#fff;border-color:#ef9e8d;transform:translateY(-2px)}.download-button svg{color:var(--red)}.download-button small{color:#9a9d95;font:600 7px Manrope}.hero-buttons .download-button{padding-left:11px;padding-right:11px}.hero-buttons .download-button small{display:none}.text-button{color:#3f423d;background:0 0;border:0;align-items:center;gap:9px;font-size:12px;display:flex}.text-button span{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.hero-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-width:560px;margin-top:34px;display:grid}.hero-steps>div{border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffa8;border-radius:12px;align-items:center;gap:10px;min-height:68px;padding:10px;display:flex}.hero-steps>div>b{width:30px;height:30px;color:var(--red);background:var(--red-soft);border-radius:8px;flex:0 0 30px;place-items:center;font:800 8px Manrope;display:grid}.hero-steps span{text-align:left;flex-direction:column;min-width:0;display:flex}.hero-steps strong{font-size:9px}.hero-steps small{color:#92958e;margin-top:3px;font-size:7px;line-height:1.45}.hero-visual{align-items:center;min-height:485px;display:grid}.visual-window{background:#ffffffeb;border:1px solid #e1e1dbe6;border-radius:22px;width:100%;max-width:635px;margin-left:auto;overflow:hidden;transform:perspective(1200px)rotateY(-3deg)rotateX(1deg);box-shadow:0 38px 90px #282a2521}.visual-head{border-bottom:1px solid var(--line);align-items:center;gap:6px;height:48px;padding:0 18px;display:flex}.visual-head>span{background:#dedfd9;border-radius:50%;width:7px;height:7px}.visual-head>span:first-child{background:#ef927f}.visual-head em{color:#757872;margin-left:9px;font-size:9px;font-style:normal}.visual-head b{color:var(--green);margin-left:auto;font:700 10px Manrope}.visual-body{background:#fafaf7;grid-template-columns:190px 1fr;gap:16px;padding:20px;display:grid}.phone-preview{background:#ddd;border-radius:17px;height:350px;position:relative;overflow:hidden;box-shadow:0 12px 35px #372a2126}.phone-preview img,.phone-preview video{object-fit:cover;width:100%;height:100%}.phone-preview:after{content:"";background:linear-gradient(#0000 53%,#10130f7a);position:absolute;inset:0}.phone-time{z-index:2;color:#fff;background:#0a0c0a73;border-radius:6px;padding:4px 7px;font:700 8px Manrope;position:absolute;top:13px;right:13px}.caption-pill{z-index:2;text-align:center;color:#fff;text-shadow:0 2px 10px #0006;font-size:13px;font-weight:700;line-height:1.5;position:absolute;bottom:36px;left:15px;right:15px}.play-dot{z-index:2;width:45px;height:45px;color:var(--red);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffdb;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sound-pill{z-index:3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.04em;background:#181b167a;border-radius:20px;padding:5px 8px;font-size:6px;position:absolute;top:8px;right:8px}.shot-stack{flex-direction:column;gap:9px;display:flex}.shot-mini{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;min-height:72px;padding:11px;display:grid}.shot-mini.active{border-color:#f2b5a8;box-shadow:0 7px 20px #ef4d3714}.shot-mini>span{color:#777a73;background:#f2f2ee;border-radius:8px;place-items:center;width:30px;height:42px;font:700 10px Manrope;display:grid}.shot-mini.active>span{background:var(--red-soft);color:var(--red)}.shot-mini b{margin-bottom:4px;font-size:11px;display:block}.shot-mini p{color:#989b94;margin:0;font-size:8px}.shot-mini em{color:#999c96;align-self:start;font:600 8px Manrope}.ai-writing{height:42px;color:var(--green);background:#f1f7f3;border-radius:10px;align-items:center;gap:8px;margin-top:auto;padding:0 12px;font-size:9px;display:flex}.ai-writing i{background:var(--green);border-radius:50%;width:5px;height:5px;margin-left:auto;box-shadow:9px 0 #1f8c6880,18px 0 #1f8c6838}.floating-chip{z-index:3;border:1px solid var(--line);background:#fffffff2;border-radius:12px;align-items:center;gap:9px;padding:10px 12px;display:flex;position:absolute;box-shadow:0 15px 40px #282a251f}.floating-chip>svg{color:var(--red)}.floating-chip span{flex-direction:column;display:flex}.floating-chip b{font-size:9px}.floating-chip small{color:#92958e;font-size:7px}.chip-a{top:70px;left:-25px}.chip-b{bottom:55px;right:-15px}.creator-section,.result-section{background:#fff;padding:88px 6vw}.section-heading{justify-content:space-between;align-items:flex-end;gap:40px;max-width:1240px;margin:0 auto 35px;display:flex}.section-heading>div:first-child>span{color:var(--red);letter-spacing:.18em;font:800 9px Manrope,sans-serif}.section-heading h2{letter-spacing:-.025em;margin:9px 0 8px;font-size:30px}.section-heading p{color:var(--muted);margin:0;font-size:12px}.step-line{grid-template-columns:25px 62px 25px 62px 25px;align-items:center;margin-bottom:10px;display:grid;position:relative}.step-line b{color:#9a9d95;background:#f0f0ec;border-radius:50%;place-items:center;width:25px;height:25px;font:700 9px Manrope;display:grid}.step-line b.current{background:var(--red);color:#fff;box-shadow:0 0 0 5px var(--red-soft)}.step-line i{background:#dedfd9;height:1px}.step-line span{white-space:nowrap;color:#9a9c96;word-spacing:8px;font-size:8px;position:absolute;top:34px;left:-11px}.creator-grid{grid-template-columns:1.14fr .86fr;gap:18px;max-width:1240px;margin:auto;display:grid}.source-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:1240px;margin:-9px auto 18px;display:grid}.source-switch>button{border:1px solid var(--line);color:#4f524c;text-align:left;background:#fafaf7;border-radius:14px;align-items:center;gap:11px;min-height:70px;padding:11px 14px;transition:all .2s;display:flex}.source-switch>button:hover{background:#fff;border-color:#d5d6d0}.source-switch>button.active{background:#fff8f5;border-color:#ef9e8d;box-shadow:0 8px 24px #ef4d3712}.source-switch>button>span{color:#797c75;border:1px solid var(--line);background:#fff;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.source-switch>button.active>span{color:var(--red);background:var(--red-soft);border-color:#f5c9bf}.source-switch>button>div{flex-direction:column;gap:3px;display:flex}.source-switch>button b{font-size:11px}.source-switch>button small{color:#969990;font-size:8px}.source-switch>button>svg{color:var(--red);margin-left:auto}.form-card,.settings-card{border:1px solid var(--line);background:#fff;border-radius:17px;padding:24px;box-shadow:0 9px 30px #1e201b09}.card-title{align-items:center;gap:11px;margin-bottom:24px;display:flex}.card-title>span{width:37px;height:37px;color:var(--red);background:var(--red-soft);border-radius:11px;place-items:center;display:grid}.card-title h3{margin:0 0 2px;font-size:15px}.card-title p{color:#92958e;margin:0;font-size:9px}.card-title>em{color:var(--red);background:var(--red-soft);border-radius:5px;margin-left:auto;padding:4px 7px;font-size:8px;font-style:normal}.field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex;position:relative}.field>span,.setting-group>span{color:#4e514b;font-size:10px;font-weight:700}.field>span b{color:var(--red)}.field>span em{float:right;color:#a0a29d;font-style:normal;font-weight:400}.field input,.field textarea,.field select,.video-controls select{color:#353832;background:#fbfbf8;border:1px solid #dedfd9;border-radius:10px;outline:none;width:100%;padding:11px 13px;font-size:11px;transition:all .2s}.field input:focus,.field textarea:focus,.field select:focus,.video-controls select:focus{box-shadow:0 0 0 3px var(--red-soft);background:#fff;border-color:#ef9a88}.field textarea{resize:vertical;line-height:1.7}.field>small{color:#a1a39d;font-size:8px;position:absolute;top:40px;right:11px}.two-fields{grid-template-columns:.8fr 1.2fr;gap:14px;display:grid}.upload-zone{background:#fafaf7;border:1px dashed #ced0c9;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:110px;transition:all .2s;display:flex}.upload-zone:hover,.upload-zone.dragging{border-color:var(--red);background:var(--red-soft)}.upload-zone .upload-icon{width:32px;height:32px;color:var(--red);background:#fff;border:1px solid #eee3dc;border-radius:9px;place-items:center;margin-bottom:6px;display:grid}.upload-zone b{font-size:10px}.upload-zone p{color:#9a9d96;margin:4px 0 0;font-size:8px}.upload-zone.compact{min-height:82px}.upload-zone.compact .upload-icon{margin-bottom:4px}.reference-url-input{min-height:78px}.reference-form-card .field>small{align-self:flex-end;margin-top:-5px;position:static}.originality-note{color:var(--green);background:#edf7f3;border-radius:10px;gap:9px;margin:-2px 0 18px;padding:12px;display:flex}.originality-note>svg{flex:none;margin-top:1px}.originality-note p{flex-direction:column;gap:3px;margin:0;display:flex}.originality-note b{color:#27785d;font-size:9px}.originality-note small{color:#6c8d80;font-size:7px;line-height:1.65}.optional-image-field{margin-top:2px}.image-strip{gap:8px;margin-top:10px;display:flex}.thumb,.add-thumb{border:1px solid var(--line);background:#f5f5f1;border-radius:9px;width:55px;height:55px;position:relative;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb>span{color:#fff;background:#1416139e;border-radius:3px;padding:2px 4px;font-size:6px;position:absolute;bottom:3px;left:3px}.thumb>button{color:#fff;background:#141613a6;border:0;border-radius:50%;place-items:center;width:17px;height:17px;padding:0;display:none;position:absolute;top:3px;right:3px}.thumb:hover>button{display:grid}.add-thumb{color:#aaa;border-style:dashed;font-size:18px}.sample{opacity:.82}.setting-group{margin-bottom:22px}.setting-group>span{margin-bottom:9px;display:block}.segmented{background:#f3f3ef;border-radius:10px;grid-template-columns:repeat(3,1fr);padding:3px;display:grid}.segmented button{color:#777a73;background:0 0;border:0;border-radius:8px;height:34px;font-size:10px}.segmented button.active{color:var(--red);background:#fff;font-weight:700;box-shadow:0 3px 10px #22241f12}.duration-options{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.duration-options button{border:1px solid var(--line);color:#767970;background:#fff;border-radius:10px;height:57px;font-size:9px}.duration-options button b{color:#3b3e38;margin-right:2px;font:800 15px Manrope}.duration-options button small{color:#a0a29b;margin-top:2px;font-size:7px;display:block}.duration-options button.active{background:var(--red-soft);color:var(--red);border-color:#ef9e8d}.duration-options button.active b{color:var(--red)}.style-options{flex-direction:column;gap:6px;display:flex}.style-options button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;align-items:center;gap:10px;min-height:51px;padding:8px 11px;display:flex}.style-options button>i{background:#edede8;border-radius:6px;width:20px;height:20px}.style-options button:nth-child(2)>i{background:#fde4d6}.style-options button:nth-child(3)>i{background:#dfeae6}.style-options button span{flex-direction:column;display:flex}.style-options button b{font-size:10px}.style-options button small{color:#969990;font-size:8px}.style-options button>svg{color:var(--red);margin-left:auto}.style-options button.active{background:#fffaf8;border-color:#ef9e8d}.generate-panel{border-top:1px solid var(--line);padding-top:18px}.service-row{color:#7c7f77;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:8px;display:flex}.service-row span{align-items:center;gap:6px;display:flex}.service-row svg{color:var(--red)}.service-row em{color:var(--green);background:#edf7f3;border-radius:5px;padding:3px 6px;font-style:normal}.generate-button{width:100%}.generate-button:disabled{cursor:wait;opacity:.82;transform:none}.generate-panel>p{text-align:center;color:#9a9c96;margin:8px 0 0;font-size:8px}.generation-progress{margin-top:10px}.generation-progress>div{background:#eee;border-radius:4px;height:4px;overflow:hidden}.generation-progress i{background:linear-gradient(90deg,var(--red),var(--orange));height:100%;transition:width .35s;display:block}.generation-progress span{color:#8c8f88;text-align:center;margin-top:5px;font-size:8px;display:block}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin}.spinner.large{width:28px;height:28px}@keyframes spin{to{transform:rotate(360deg)}}.result-section{background:#f4f4f0}.result-heading{align-items:center}.result-actions{align-items:center;gap:7px;display:flex}.result-actions>span{border-radius:8px;align-items:center;gap:7px;height:30px;padding:0 10px;font-size:8px;display:flex}.real-badge{color:var(--green);background:#eaf6f1}.workspace{max-width:1240px;box-shadow:var(--shadow);background:#fff;border:1px solid #dedfd9;border-radius:18px;grid-template-columns:245px 1fr;margin:auto;display:grid;overflow:hidden}.strategy-panel{color:#fff;background:#20231f;padding:22px 19px}.strategy-kicker{color:#ff907b;letter-spacing:.08em;align-items:center;gap:7px;font-size:9px;font-weight:700;display:flex}.strategy-panel>h3{margin:14px 0 18px;font-size:15px;line-height:1.65}.strategy-panel dl{margin:0}.strategy-panel dl div{border-top:1px solid #ffffff17;padding:10px 0}.strategy-panel dt{color:#969b92;margin-bottom:4px;font-size:7px}.strategy-panel dd{margin:0;font-size:9px;line-height:1.6}.keyword-list{flex-wrap:wrap;gap:5px;margin:12px 0 18px;display:flex}.keyword-list span{color:#c5c9c1;border:1px solid #ffffff1f;border-radius:5px;padding:3px 5px;font-size:7px}.strategy-note{color:#89d7b9;background:#ffffff0f;border-radius:9px;gap:8px;padding:10px;display:flex}.strategy-note p{flex-direction:column;margin:0;display:flex}.strategy-note b{font-size:8px}.strategy-note small{color:#989e94;margin-top:4px;font-size:7px;line-height:1.55}.outline{margin-top:23px}.outline>span{color:#777d74;margin-bottom:5px;font-size:7px;display:block}.outline button{color:#b8bdb4;text-align:left;background:0 0;border:0;align-items:center;gap:8px;width:100%;height:33px;padding:0;font-size:8px;display:flex}.outline button:hover{color:#fff}.outline button i{color:#737970;font:600 7px Manrope}.outline button svg{margin-left:auto}.content-panel{min-width:0}.tabs{border-bottom:1px solid var(--line);align-items:stretch;gap:4px;height:55px;padding:0 22px;display:flex;overflow-x:auto}.tabs button{color:#777a73;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;padding:0 16px;font-size:9px;display:flex;position:relative}.tabs button.active{color:var(--red);font-weight:700}.tabs button.active:after{content:"";background:var(--red);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:0;left:12px;right:12px}.tabs button em{color:var(--orange);background:#fff3df;border-radius:4px;padding:2px 4px;font:700 6px Manrope}.tab-content{min-height:680px;padding:24px}.content-title,.script-editor-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px;display:flex}.studio-bulk-download{background:linear-gradient(135deg,#fff,#f3f6ef);border:1px solid #e0e3da;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;margin:-4px 0 17px;padding:12px 13px;display:flex}.studio-bulk-download b,.studio-bulk-download span{display:block}.studio-bulk-download b{color:#454942;font-size:10px}.studio-bulk-download span{color:#8b8f86;margin-top:3px;font-size:8px}.content-title h3,.script-editor-head h3{margin:0 0 4px;font-size:14px}.content-title p,.script-editor-head p{color:#92958e;margin:0;font-size:8px}.content-title>span{color:#83867e;background:#f3f3ef;border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font-size:8px;display:flex}.content-title>span.original-badge{color:var(--green);background:#eaf6f1;font-weight:700}.reference-summary{background:#fff8f5;border:1px solid #f0d2c9;border-radius:12px;gap:11px;padding:15px;display:flex}.reference-summary>span{width:34px;height:34px;color:var(--red);background:#fff;border-radius:10px;flex:0 0 34px;place-items:center;display:grid}.reference-summary b,.analysis-grid h4,.structure-panel h4{font-size:10px}.reference-summary p{color:#5e625b;margin:5px 0 0;font-size:9px;line-height:1.75}.analysis-grid{grid-template-columns:1.25fr .75fr;gap:10px;margin-top:10px;display:grid}.transcript-panel,.strength-panel,.structure-panel{border:1px solid var(--line);background:#fff;border-radius:12px;padding:15px}.transcript-panel>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.transcript-panel h4,.strength-panel h4,.structure-panel h4{margin:0}.transcript-panel button{border:1px solid var(--line);color:#676a63;background:#fafaf7;border-radius:7px;align-items:center;gap:5px;height:27px;font-size:7px;display:flex}.transcript-panel>p{white-space:pre-wrap;color:#444741;background:#f7f7f3;border-radius:9px;max-height:285px;margin:13px 0 0;padding:13px;font-size:9px;line-height:1.9;overflow-y:auto}.strength-panel>div{border-bottom:1px solid var(--line);grid-template-columns:25px 1fr;gap:8px;padding:10px 0;display:grid}.strength-panel>div:last-child{border-bottom:0}.strength-panel>div>span{width:24px;height:24px;color:var(--red);background:var(--red-soft);border-radius:7px;place-items:center;font:700 7px Manrope;display:grid}.strength-panel p{color:#555851;margin:2px 0 0;font-size:8px;line-height:1.65}.structure-panel{margin-top:10px}.structure-panel>div:first-child{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.structure-panel>div:first-child>p{color:#8a8d86;text-align:right;max-width:560px;margin:0;font-size:8px;line-height:1.65}.structure-panel ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.structure-panel li{background:#f7f7f3;border-radius:10px;grid-template-columns:30px 1fr;gap:9px;padding:11px;display:grid}.structure-panel li>span{color:var(--red);font:800 9px Manrope}.structure-panel li b{font-size:9px;display:block}.structure-panel li p{color:#555851;margin:4px 0;font-size:8px;line-height:1.55}.structure-panel li small{color:#969990;font-size:7px;line-height:1.5}.reference-next{color:#fff;background:#20231f;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:10px;padding:14px 16px;display:flex}.reference-next b{font-size:10px}.reference-next p{color:#9ca198;margin:4px 0 0;font-size:8px}.reference-next .soft-button{color:#fff;background:#ffffff14;border-color:#ffffff1f;flex:none}.hook-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.hook-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;min-height:167px;padding:13px;transition:all .2s}.hook-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1e201c12}.hook-card.active{background:#fffaf8;border-color:#ee9684;box-shadow:inset 0 0 0 1px #ee9684}.hook-card>div{align-items:center;gap:7px;display:flex}.hook-card>div>span{color:var(--red);font:800 9px Manrope}.hook-card>div>em{color:#8b8e87;background:#f1f1ed;border-radius:4px;padding:3px 5px;font-size:7px;font-style:normal}.hook-card>div>b{color:#fff;background:var(--red);border-radius:50%;place-items:center;width:18px;height:18px;margin-left:auto;display:grid}.hook-card h4{margin:14px 0 7px;font-size:11px}.hook-card p{color:#444741;margin:0 0 8px;font-size:9px;line-height:1.65}.hook-card>small{color:#999c95;font-size:7px;line-height:1.5;display:block}.script-editor-head{border-top:1px solid var(--line);margin:27px 0 10px;padding-top:21px}.script-editor-head>div:last-child{gap:6px;display:flex}.script-editor-head button{border:1px solid var(--line);color:#656861;background:#fff;border-radius:7px;align-items:center;gap:5px;height:29px;font-size:8px;display:flex}.script-sections{border:1px solid var(--line);border-radius:12px;overflow:hidden}.script-section{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;gap:12px;padding:14px;display:grid}.script-section:last-child{border-bottom:0}.section-index{flex-direction:column;align-items:center;display:flex}.section-index span{color:#777a73;background:#f2f2ee;border-radius:8px;place-items:center;width:29px;height:29px;font:800 8px Manrope;display:grid}.section-index i{background:#e3e4df;flex:1;width:1px;margin-top:6px}.script-section label{color:#8b8e87;align-items:center;gap:7px;margin-bottom:5px;font-size:8px;font-weight:700;display:flex}.script-section label em{color:var(--red);background:var(--red-soft);border-radius:4px;padding:2px 5px;font-size:6px;font-style:normal}.script-section textarea{resize:none;color:#353832;background:0 0;border:1px solid #0000;border-radius:7px;outline:none;width:100%;margin-left:-7px;padding:5px 7px;font-size:10px;line-height:1.75}.script-section textarea:hover{background:#fafaf7}.script-section textarea:focus{background:#fffaf8;border-color:#ead3cb}.timeline-bar{gap:3px;height:38px;margin-bottom:15px;display:flex}.timeline-bar span{color:#5e635b;border-radius:7px;justify-content:space-between;align-items:center;min-width:42px;padding:5px 7px;display:flex}.timeline-bar .tone-0{background:#fbe5de}.timeline-bar .tone-1{background:#e9eee4}.timeline-bar .tone-2{background:#fff0d9}.timeline-bar .tone-3{background:#e4eced}.timeline-bar b{font:800 8px Manrope}.timeline-bar small{font:600 7px Manrope}.shot-list{flex-direction:column;gap:8px;display:flex}.shot-card{border:1px solid var(--line);border-radius:11px;grid-template-columns:43px 102px 1fr 55px;align-items:center;gap:10px;padding:10px;display:grid;position:relative}.shot-card:hover{border-color:#d2d4cc;box-shadow:0 6px 20px #2325200a}.shot-number{border-right:1px solid var(--line);flex-direction:column;align-self:stretch;align-items:center;display:flex}.shot-number span{color:#444741;font:800 15px Manrope}.shot-number em{color:#9b9e97;margin-top:3px;font:600 7px Manrope}.shot-preview{background:#eee;border-radius:8px;height:76px;position:relative;overflow:hidden}.shot-preview img{object-fit:cover;width:100%;height:100%}.shot-preview>span{color:#fff;background:#14161399;border-radius:4px;padding:3px 5px;font-size:6px;position:absolute;top:5px;left:5px}.shot-preview>div{color:#fff;opacity:0;background:#14161340;place-items:center;transition:all .2s;display:grid;position:absolute;inset:0}.shot-preview:hover>div{opacity:1}.shot-fields{grid-template-columns:1fr 1fr;gap:5px 9px;min-width:0;display:grid}.shot-fields label{min-width:0}.shot-fields label>span{color:#959890;margin-bottom:2px;font-size:6px;display:block}.shot-fields textarea{resize:none;color:#444741;background:0 0;border:0;outline:none;width:100%;padding:2px;font-size:8px;line-height:1.5}.shot-fields textarea:focus{background:#fff8f5;border-radius:5px}.shot-meta{color:#898c85;white-space:nowrap;grid-column:1/-1;gap:15px;font-size:7px;display:flex;overflow:hidden}.shot-meta span{text-overflow:ellipsis;overflow:hidden}.shot-meta b{color:#60635d;margin-right:5px}.regen-button{color:#676a64;background:#f2f2ee;border:0;border-radius:7px;justify-content:center;align-items:center;gap:4px;height:28px;font-size:7px;display:flex}.regen-button:hover{color:var(--red);background:var(--red-soft)}.beta-pill{letter-spacing:.06em;color:#9d6814!important;background:#fff4d9!important;font:700 7px Manrope!important}.visual-workbench,.video-workbench{grid-template-columns:240px 1fr;gap:18px;min-height:580px;display:grid}.scene-picker{flex-direction:column;gap:7px;display:flex}.scene-picker>span{color:#83867f;margin-bottom:2px;font-size:8px}.scene-picker>button:not(.generate-button){border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;align-items:center;gap:9px;min-height:57px;padding:7px;display:flex}.scene-picker>button.active{background:#fffaf8;border-color:#ed9c8c}.scene-picker>button>i{background:linear-gradient(135deg,#eee0d6,#d8e4d4) 50%/cover;border-radius:7px;flex:0 0 41px;width:41px;height:41px}.scene-picker>button>i.scene-life{background:linear-gradient(135deg,#dce6d8,#f1d0bd)}.scene-picker>button>i.scene-promo{background:linear-gradient(135deg,#f36a50,#ffd28e)}.scene-picker>button>div{flex-direction:column;display:flex}.scene-picker>button b{font-size:9px}.scene-picker>button small{color:#979a92;font-size:7px}.scene-picker>button>svg{color:var(--red);margin-left:auto}.prompt-box{background:#f4f4f0;border-radius:9px;margin:8px 0;padding:11px}.prompt-box span{color:#8c8f88;font-size:7px;display:block}.prompt-box textarea{resize:vertical;color:#565a52;background:#fff;border:1px solid #dedfd9;border-radius:7px;outline:none;width:100%;min-height:92px;margin-top:7px;padding:9px;font-size:8px;line-height:1.65}.prompt-box textarea:focus{box-shadow:0 0 0 3px var(--red-soft);border-color:#ed9c8c}.prompt-box small{color:#979a92;margin-top:6px;font-size:7px;line-height:1.5;display:block}.scene-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:9px;display:grid}.scene-actions button{color:#ef4d37;background:#fff;border:1px solid #e0e1db;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-height:31px;font-size:7px;font-weight:700;display:flex}.scene-actions button:hover{background:#fff8f5;border-color:#efaa9b}.scene-actions button:disabled{opacity:.6;cursor:wait}.video-actions{grid-template-columns:1fr;margin:0}.generate-button.small{height:42px;font-size:10px}.batch-progress{flex-direction:column;gap:5px;display:flex}.batch-progress>i{background:#ecece7;border-radius:4px;width:100%;height:4px;overflow:hidden}.batch-progress>i em{background:linear-gradient(90deg,var(--red),var(--orange));height:100%;transition:width .35s;display:block}.batch-progress span{color:#8d9088;text-align:center;font-size:7px}.seller-preview{background:linear-gradient(145deg,#f7ede6,#dce8d8);border-radius:16px;width:100%;max-width:330px;height:580px;margin:auto;position:relative;overflow:hidden;box-shadow:0 20px 50px #2d2f2921}.seller-preview.life{background:linear-gradient(160deg,#dde9dc,#f6ddd0)}.seller-preview.promo{background:linear-gradient(160deg,#f7644b,#ffbd71)}.seller-preview>img,.seller-preview .generated-image-trigger img{object-fit:cover;z-index:2;width:100%;height:100%;position:relative}.seller-glow{filter:blur(25px);background:#fff9;border-radius:50%;width:260px;height:260px;position:absolute;top:70px;right:-60px}.preview-label{z-index:5;color:#2b2d289e;letter-spacing:.16em;font:800 7px Manrope;position:absolute;top:16px;left:16px}.seller-copy{z-index:5;color:#2d302b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-shadow:0 1px 10px #fffc;background:#ffffff94;border-radius:11px;flex-direction:column;padding:12px 13px;display:flex;position:absolute;bottom:42px;left:18px;right:18px}.promo .seller-copy{color:#fff;text-shadow:0 2px 15px #7a281859}.seller-copy small{letter-spacing:.16em;font-size:8px}.seller-copy strong{margin:4px 0;font-size:21px}.seller-copy span{font-size:9px}.preview-tools{z-index:6;align-items:center;gap:5px;display:flex;position:absolute;bottom:11px;right:11px}.preview-tools span,.preview-tools button{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#4f524c;background:#fffc;border:0;border-radius:7px;place-items:center;height:27px;font:700 7px Manrope;display:grid}.preview-tools span{padding:0 7px}.preview-tools button{width:27px}.image-loading{z-index:10;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f211da8;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.image-loading b{margin-top:12px;font-size:11px}.image-loading p{opacity:.7;font-size:8px}.seller-gallery{grid-template-columns:repeat(5,minmax(76px,1fr));gap:8px;margin-top:14px;padding-bottom:3px;display:grid;overflow-x:auto}.seller-gallery button{border:1px solid var(--line);background:#f3f3ef;border-radius:9px;min-width:76px;height:108px;padding:0;position:relative;overflow:hidden}.seller-gallery button.active{border-color:var(--red);box-shadow:0 0 0 2px var(--red-soft)}.seller-gallery img{object-fit:cover;width:100%;height:100%}.seller-gallery span{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1b1d198c;border-radius:5px;padding:4px;font-size:7px;position:absolute;bottom:5px;left:5px;right:5px}.seller-gallery button.presenter-anchor{box-shadow:0 0 0 2px #1f8c68}.seller-gallery button>em{z-index:4;color:#fff;background:#1f8c68;border-radius:4px;padding:3px 5px;font-size:6px;font-style:normal;position:absolute;top:5px;right:5px}.video-controls{flex-direction:column;gap:12px;display:flex}.video-mode-switch>span{color:#7a7d76;margin-bottom:6px;font-size:8px;display:block}.video-mode-switch>div{grid-template-columns:1fr 1fr;gap:6px;display:grid}.video-mode-switch button{border:1px solid var(--line);color:#565953;text-align:left;background:#fff;border-radius:9px;flex-direction:column;justify-content:center;gap:3px;min-height:54px;padding:8px 10px;display:flex}.video-mode-switch button.active{color:var(--red);box-shadow:0 0 0 2px var(--red-soft);background:#fff7f4;border-color:#ed9c8c}.video-mode-switch b{font-size:8px}.video-mode-switch small{color:#92958e;font-size:6px}.video-controls>label{color:#7a7d76;font-size:8px}.video-controls select{margin-top:6px}.selected-shot{background:#f4f4f0;border-radius:10px;padding:12px}.selected-shot span{color:#92958d;font-size:7px;font-weight:700}.selected-shot p{margin:4px 0 10px;font-size:8px;line-height:1.6}.selected-shot p:last-child{margin-bottom:0}.video-specs{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.video-specs span{border:1px solid var(--line);text-align:center;color:#95988f;border-radius:8px;padding:7px 2px;font-size:6px}.video-specs b{color:#454842;font:800 11px Manrope;display:block}.cost-note{text-align:center;color:#a0a29c;font-size:7px}.video-preview{background:#20231f;border-radius:16px;width:100%;max-width:330px;height:580px;margin:auto;position:relative;overflow:hidden;box-shadow:0 20px 50px #22241f2b}.video-preview>img,.video-preview>video{object-fit:cover;width:100%;height:100%}.video-preview:after{content:"";pointer-events:none;background:linear-gradient(#00000014,#0000 55%,#00000080);position:absolute;inset:0}.preview-expand{z-index:8;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1416139e;border:1px solid #ffffff61;border-radius:8px;min-height:30px;padding:0 10px;font-size:7px;font-weight:700;position:absolute;bottom:14px;right:14px}.center-play{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1416136b;border:1px solid #fff6;border-radius:50%;place-items:center;width:55px;height:55px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-overlay{z-index:3;color:#fff;position:absolute;bottom:20px;left:17px;right:17px}.video-overlay span{opacity:.7;letter-spacing:.12em;font:800 7px Manrope}.video-overlay p{margin:5px 0 0;font-size:12px;font-weight:700}.video-progress{z-index:6;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);color:#fff;background:#181a16ba;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-progress b{margin-top:16px;font-size:11px}.video-progress p{color:#ffffffa6;font-size:8px}.video-progress>i{background:#ffffff2e;border-radius:3px;width:160px;height:3px;overflow:hidden}.video-progress>i em{background:#ff8b73;height:100%;transition:width .4s;display:block}.orbit{border:1px solid #ffffff40;border-radius:50%;width:55px;height:55px;animation:1.3s linear infinite spin;position:relative}.orbit span{background:#ff8b73;border-radius:50%;width:9px;height:9px;position:absolute;top:-4px;left:22px;box-shadow:0 0 15px #ff8b73}.done-chip{z-index:7;color:#1d6c52;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ebfbf4e6;border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font-size:7px;display:flex;position:absolute;top:14px;right:14px}.failed-chip{z-index:7;color:#a34235;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff0ebeb;border-radius:7px;padding:6px 8px;font-size:7px;position:absolute;top:14px;right:14px}.audio-chip{z-index:7;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#191c179e;border-radius:7px;padding:6px 8px;font-size:7px;position:absolute;top:48px;right:14px}.clean-workflow{min-height:310px}.workflow-canvas{background:linear-gradient(145deg,#fafaf7,#f2f4ef);grid-template-columns:1fr 34px 1fr 34px 1fr;align-items:center;gap:10px;min-height:260px;padding:38px;display:grid}.workflow-canvas>div{border:1px solid var(--line);text-align:center;background:#ffffffeb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:145px;padding:18px 10px;display:flex;box-shadow:0 10px 28px #2325200d}.workflow-canvas>div>svg{color:var(--red);margin-bottom:14px}.workflow-canvas b{margin-bottom:5px;font-size:11px}.workflow-canvas small{color:#969990;font-size:7px;line-height:1.5}.workflow-canvas>i{color:#a7aaa3;place-items:center;display:grid}.field-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.field-title-row>span{color:#4e514b;font-size:10px;font-weight:700}.field-title-row>span em{color:#a0a29d;font-style:normal;font-weight:400}.ai-field-button{background:var(--red-soft);color:var(--red);border:0;border-radius:7px;align-items:center;gap:5px;min-height:27px;padding:0 9px;font-size:8px;font-weight:700;display:inline-flex}.ai-field-button:hover{background:#ffe4dc}.ai-field-button:disabled{cursor:wait;opacity:.7}.ai-field-button .spinner{border-color:#ef4d3740;border-top-color:var(--red);width:12px;height:12px}.result-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:720px;min-height:390px;margin:auto;display:flex}.result-empty>span{width:54px;height:54px;color:var(--red);background:var(--red-soft);border-radius:16px;place-items:center;display:grid}.result-empty h2{margin:18px 0 8px;font-size:26px}.result-empty p{max-width:520px;color:var(--muted);margin:0 0 22px;font-size:11px;line-height:1.8}.scene-picker>button>i.scene-symbol{color:var(--red);background:linear-gradient(145deg,#fff0eb,#f0eee7);place-items:center;display:grid}.empty-media{text-align:center;color:#7f837b;background:linear-gradient(145deg,#f3f0e9,#e3e9df);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.empty-media b{margin-top:12px;font-size:11px}.empty-media p{color:#9a9d95;margin:5px 0 0;font-size:8px}.gallery-placeholder{color:#aaa;background:linear-gradient(145deg,#f3f0e9,#e4e9df);place-items:center;display:grid;position:absolute;inset:0}.seller-gallery button:not(.active) .gallery-placeholder{filter:saturate(.75)}.shot-preview>.media-placeholder{opacity:1;color:#aaa;background:#efefeb}.preview-tools a{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#4f524c;background:#fffc;border:0;border-radius:7px;place-items:center;width:27px;height:27px;display:grid}.video-gallery{grid-template-columns:repeat(6,minmax(82px,1fr));gap:8px;margin-top:14px;padding-bottom:3px;display:grid;overflow-x:auto}.video-gallery button{border:1px solid var(--line);background:#242722;border-radius:9px;min-width:82px;height:122px;padding:0;position:relative;overflow:hidden}.video-gallery button.active{border-color:var(--red);box-shadow:0 0 0 2px var(--red-soft)}.video-gallery img,.video-gallery video{object-fit:cover;width:100%;height:100%}.video-gallery span{z-index:3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1b1d1994;border-radius:5px;padding:4px 5px;font-size:7px;position:absolute;bottom:5px;left:5px}.video-gallery em{z-index:3;color:#fff;background:#1b1d1994;border-radius:5px;padding:3px 5px;font:600 6px Manrope;position:absolute;top:5px;right:5px}.final-composed-video{background:linear-gradient(135deg,#f6f8f3,#fff7f3);border:1px solid #dfe3dc;border-radius:14px;grid-template-columns:minmax(0,1fr) 220px;align-items:center;gap:20px;margin-top:18px;padding:16px;display:grid}.final-composed-video>div>span{color:var(--red);letter-spacing:.12em;font:800 8px Manrope}.final-composed-video h3{margin:7px 0;font-size:17px}.final-composed-video p{color:var(--muted);font-size:9px;line-height:1.7}.final-composed-video button,.final-composed-video a{min-height:32px;color:var(--red);background:#fff;border:1px solid #e1d7d2;border-radius:8px;align-items:center;margin-right:6px;padding:0 11px;font-size:8px;font-weight:700;text-decoration:none;display:inline-flex}.final-composed-video video{background:#1f211e;border-radius:10px;width:100%;max-height:250px}.video-comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.video-comparison-grid article{border:1px solid var(--line);background:#f6f6f2;border-radius:14px;min-width:0;overflow:hidden}.video-comparison-grid article>header{justify-content:space-between;align-items:center;gap:8px;min-height:38px;padding:0 10px;display:flex}.video-comparison-grid article>header b{text-overflow:ellipsis;white-space:nowrap;font:700 8px Manrope,sans-serif;overflow:hidden}.video-comparison-grid article>header span{color:#858981;font-size:7px}.video-comparison-grid .video-preview{max-width:none;height:510px;box-shadow:none;border-radius:0}.final-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.final-video-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;min-width:0;padding:9px}.final-video-grid article>b{color:#555852;margin-bottom:7px;font:700 8px Manrope,sans-serif;display:block}.final-video-grid article button,.final-video-grid article a{justify-content:center;width:calc(50% - 5px);min-height:29px;margin:7px 5px 0 0;padding:0 6px}.generated-image-trigger{z-index:1;cursor:zoom-in;background:0 0;border:0;border-radius:0;width:100%;height:100%;min-height:0;padding:0;position:absolute;inset:0}.generated-image-trigger img{transition:transform .22s}.generated-image-trigger:hover img{transform:scale(1.018)}.generated-image-trigger:focus-visible{outline-offset:-3px;outline:3px solid #ef4d37bf}.image-click-hint{z-index:4;color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);pointer-events:none;background:#191c1794;border:1px solid #ffffff4d;border-radius:7px;align-items:center;min-height:27px;padding:0 9px;font-size:7px;font-weight:700;display:inline-flex;position:absolute;bottom:10px;left:10px}.model-comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 4px;display:grid}.model-comparison-grid article{border:1px solid var(--line);background:#fff;border-radius:12px;min-width:0;overflow:hidden}.model-comparison-grid article.failed{background:#fff6f3;border-color:#efc3ba}.model-comparison-grid header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;min-height:38px;padding:0 10px;display:flex}.model-comparison-grid header b{color:#4f524c;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.model-comparison-grid header span{color:#208361;flex:none;font-size:7px}.model-comparison-grid article.failed header span{color:#b24b3b}.model-comparison-grid article>button{aspect-ratio:9/16;background:#242722;border:0;width:100%;padding:0;position:relative;overflow:hidden}.model-comparison-grid article>button img{object-fit:cover}.model-comparison-grid article>p{color:#9b5147;min-height:120px;margin:0;padding:16px 10px;font-size:8px;line-height:1.6}.model-comparison-grid article>small{color:#999c95;text-overflow:ellipsis;white-space:nowrap;padding:8px 10px;font:600 7px Manrope,sans-serif;display:block;overflow:hidden}@media (max-width:980px){.topbar nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-steps{margin-left:auto;margin-right:auto}.hero-visual{width:100%;max-width:680px;margin:auto}.creator-grid{grid-template-columns:1fr}.workspace{grid-template-columns:205px 1fr}.hook-grid{grid-template-columns:1fr}.hook-card{min-height:auto}.shot-card{grid-template-columns:40px 85px 1fr}.regen-button{grid-column:3;justify-self:end;width:55px}.workflow-canvas{padding:24px}}@media (max-width:720px){.topbar{height:64px;padding:0 17px}.brand small,.brand em,.connection,.topbar .ghost-button svg{display:none}.ghost-button{padding:0 8px}.hero{padding:55px 20px 72px}.hero h1{font-size:39px}.hero-copy>p{font-size:13px}.visual-body{grid-template-columns:145px 1fr;padding:12px}.phone-preview{height:285px}.shot-mini{min-height:60px;padding:8px}.shot-mini>span{height:34px}.chip-a{left:-5px}.chip-b{right:-5px}.workflow-canvas{grid-template-columns:1fr;padding:22px}.workflow-canvas>div{min-height:96px}.workflow-canvas>i{transform:rotate(90deg)}.creator-section,.result-section{padding:65px 16px}.section-heading{flex-direction:column;align-items:flex-start;gap:20px}.step-line{display:none}.section-heading h2{font-size:26px}.source-switch{margin-top:-4px}.creator-grid{gap:12px}.form-card,.settings-card{padding:17px}.two-fields{grid-template-columns:1fr}.result-heading{gap:15px}.result-actions{flex-wrap:wrap;width:100%}.workspace{grid-template-columns:1fr}.strategy-panel{padding:18px}.strategy-panel dl,.keyword-list,.outline{display:none}.strategy-panel>h3{margin-bottom:10px}.strategy-note{margin-top:8px}.tabs{padding:0 8px}.tabs button{padding:0 10px}.tab-content{padding:16px}.content-title{align-items:flex-start}.studio-bulk-download{flex-direction:column;align-items:stretch}.hook-grid,.analysis-grid,.structure-panel ol{grid-template-columns:1fr}.structure-panel>div:first-child{flex-direction:column;gap:7px}.structure-panel>div:first-child>p{text-align:left}.reference-next{flex-direction:column;align-items:flex-start}.reference-next .soft-button{justify-content:center;width:100%}.shot-card{grid-template-columns:38px 78px 1fr;padding:8px}.shot-preview{height:74px}.shot-fields{grid-template-columns:1fr}.shot-fields label:nth-child(2),.shot-meta{display:none}.regen-button{grid-column:3}.visual-workbench,.video-workbench{grid-template-columns:1fr}.scene-picker{grid-template-columns:repeat(3,1fr);display:grid}.scene-picker>span,.prompt-box,.scene-picker .generate-button{grid-column:1/-1}.scene-picker>button:not(.generate-button){text-align:center;flex-direction:column}.scene-picker>button>svg{display:none}.seller-preview,.video-preview{height:540px}.final-composed-video{grid-template-columns:1fr}.final-composed-video video{max-height:420px}.video-comparison-grid{grid-template-columns:1fr}.video-comparison-grid .video-preview{height:540px}.model-comparison-grid{grid-template-columns:1fr}footer{text-align:center;flex-direction:column;gap:14px;padding:30px 20px}footer>p{margin:0}}@media (max-width:420px){.hero h1{font-size:34px}.hero-buttons{flex-direction:column}.primary-button,.download-button{width:100%}.hero-steps{grid-template-columns:1fr;max-width:330px}.hero-steps>div{min-height:58px}.visual-body{grid-template-columns:125px 1fr}.phone-preview{height:250px}.shot-mini{grid-template-columns:25px 1fr}.shot-mini>em,.floating-chip{display:none}.clean-workflow,.workflow-canvas{min-height:auto}.source-switch{grid-template-columns:1fr}.source-switch>button{min-height:62px}.duration-options button small{display:none}.tabs button{font-size:8px}.tabs button em{display:none}.script-section{grid-template-columns:32px 1fr;padding:10px}.script-editor-head>div:last-child button{width:30px;font-size:0}.scene-picker{grid-template-columns:1fr}.scene-picker>span,.prompt-box,.scene-picker .generate-button{grid-column:1}.scene-picker>button:not(.generate-button){text-align:left;flex-direction:row}.seller-preview,.video-preview{height:500px}.shot-card{grid-template-columns:33px 68px 1fr}.final-video-grid{grid-template-columns:1fr}}
