:root{--purple:#7757d3;--ink:#302b3b;--muted:#a097ac;--line:#ede8f2}*{box-sizing:border-box}body{margin:0;background:#faf9fc;color:var(--ink);font:12px 'DM Sans',sans-serif}button,textarea,select{font:inherit}button{cursor:pointer;transition:background .2s}button:hover{filter:brightness(.96)}button:focus-visible,a:focus-visible{outline:3px solid #c3afe8;outline-offset:3px}.sidebar{position:fixed;inset:0 auto 0 0;width:232px;border-right:1px solid var(--line);background:white;padding:34px 20px;display:flex;flex-direction:column}.logo{display:flex;align-items:center;font-size:25px;letter-spacing:-1.3px;font-weight:800;text-decoration:none;color:#2f293c}.logo>span{font-weight:400}.logo i{font-style:normal;font-size:14px;background:var(--purple);color:white;width:33px;height:35px;border-radius:10px;display:grid;place-items:center;margin-right:8px;transform:rotate(-7deg)}.logo small{font-size:7px;letter-spacing:.5px;color:var(--purple);background:#f1ebfb;padding:4px;margin-left:6px;border-radius:3px}.workspace{margin:37px 0 32px;border:1px solid var(--line);border-radius:8px;padding:11px;display:flex;gap:10px;align-items:center;font-size:11px;font-weight:600}.avatar{display:grid;place-items:center;background:#eee5f9;color:#9076b0;width:31px;height:33px;border-radius:8px;font-size:11px}.workspace small,.profile small{display:block;font-size:9px;font-weight:400;color:var(--muted);margin-top:4px}.workspace>span{margin-left:auto;color:#aaa}.nav-label{font-size:9px;letter-spacing:1.6px;color:#afa5ba;padding-left:11px}nav button{border:0;background:none;display:flex;width:100%;align-items:center;gap:12px;padding:13px 11px;border-radius:7px;color:#877c94;font-size:18px;margin:5px 0}nav button>span{flex:1;text-align:left;font-size:12px}nav button.active{background:#f0eafb;color:var(--purple)}nav small{font-size:9px;background:#f3f0f6;padding:2px 6px;border-radius:4px}nav em{font-size:7px;font-style:normal;background:#f6f1fb;padding:4px;color:#a288c2}.bottom{margin-top:auto;padding-top:55px}.tip{border:1px solid #eee7f7;background:linear-gradient(120deg,#f3eefb,#fcfaff);padding:17px 14px;border-radius:10px}.tip>span{font-size:28px;color:#aa8bd9}.tip h4{margin:8px 0;font-size:12px}.tip p{color:#a396b3;font-size:10px;line-height:1.9;margin:0}.tip small{font-size:8px;color:#aa9bb9}.tip hr{margin:13px 0}.help{width:100%;display:flex;gap:10px;border:0;background:none;color:#95889f;padding:23px 9px;font-size:11px}.help>span{flex:1;text-align:left}.profile{display:flex;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:19px;font-size:11px}.profile .avatar,header .avatar{background:#f0e6db;color:#a28b73}.profile i{width:6px;height:6px;background:#93b4a0;border-radius:50%;margin-left:auto}main{margin-left:232px}header{height:78px;padding:0 40px;background:#fff9;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:#a397ad;font-size:10px}header>div>span{padding:0 14px;color:#c8c0d0}header b{font-weight:500;color:#6f607d}.header-right{display:flex;align-items:center;gap:24px}.header-right small{font-size:9px;color:#a39aaa}.header-right .avatar{height:29px;width:29px;font-size:9px}.content{padding:38px 40px 0;max-width:1430px;margin:auto}.heading{display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:8px;letter-spacing:2px;color:#a18bb8;font-weight:600}h1{font:800 30px Manrope,sans-serif;letter-spacing:-1.2px;margin:14px 0 11px}h1>span{color:var(--purple)}.heading p{font-size:11px;color:#a194ac;margin:0}.doodle{font-size:69px;color:#c6b5e6;transform:rotate(14deg);margin-right:24px}.steps{display:flex;align-items:center;gap:13px;margin:31px 0 25px;color:#b0a5bd;font-size:10px}.steps>div{display:flex;align-items:center;gap:8px;white-space:nowrap}.steps b{font-weight:500;border:1px solid #e6dfed;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;font-size:9px}.steps .current{color:#886da5}.steps .current b{background:#eee6f9;border-color:#eee6f9;color:var(--purple)}.steps>i{height:1px;background:#e8dfef;width:32px}.steps>small{margin-left:auto;font-size:9px;color:#b5a8c0}.grid{display:grid;grid-template-columns:minmax(430px,1fr) 326px;gap:24px;align-items:start}.editor,.preview{background:white;border:1px solid #e9e2ef;border-radius:12px;box-shadow:0 2px 6px #35204002}.editor{padding:26px}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:25px}.section-title>span{width:38px;height:38px;border-radius:10px;background:#f2ecfc;display:grid;place-items:center;font-size:23px;color:#9b7bcc}h2{font:750 15px Manrope,sans-serif;letter-spacing:-.25px;margin:0}.section-title p{font-size:9px;color:#afa1bc;margin:5px 0 0}label{display:flex;align-items:center;gap:8px;font-weight:600;font-size:10px;margin-bottom:10px}label>span{color:#b8a6c7}.text-box{border:1px solid #e0d5ed;background:#fefcff;border-radius:8px;overflow:hidden}.text-box:focus-within{border-color:#a58bd3;box-shadow:0 0 0 3px #f4eefc}textarea{border:0;background:none;resize:vertical;width:100%;min-height:107px;padding:14px;outline:none;line-height:1.9;color:#73617f;font-size:11px}textarea::placeholder{color:#b0a1bc}.text-box>div{display:flex;justify-content:space-between;padding:0 14px 12px;font-size:8px;color:#b9a9c6}.suggestions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:11px;font-size:8px;color:#b1a1bd}.suggestions button{background:white;border:1px solid #ece4f3;border-radius:5px;padding:5px 7px;color:#9b87ad;font-size:8px}.suggestions>span{margin-right:3px}hr{height:1px;border:0;background:var(--line);margin:24px 0 21px}.platforms{display:flex;gap:12px}.platforms button{display:flex;align-items:center;gap:9px;background:white;border:1px solid #e9e2ef;border-radius:8px;width:50%;padding:13px;text-align:left}.platforms button.selected{background:#fdfaff;border-color:#b9a0e3;box-shadow:0 0 0 1px #eee5fb}.platforms b{font-size:24px;width:29px;height:29px;display:grid;place-items:center;border-radius:7px;color:white}.tiktok{background:#27232e;text-shadow:-1px -1px #6cdcd8,1px 1px #fd718a}.facebook{background:#2577ed;font-family:Arial;padding-top:4px}.platforms strong{display:block;font-size:10px;font-weight:600}.platforms small{display:block;font-size:7px;color:#ad9bb9;margin-top:4px}.platforms i{width:13px;height:13px;border:1px solid #e4d9ed;border-radius:50%;margin-left:auto}.platforms .selected i{border:4px solid #9874ce}.settings{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:23px 0}.select{display:flex;align-items:center;gap:9px;height:38px;border:1px solid #e8dfef;border-radius:6px;padding:0 11px;color:#a895b8}.select>span{font-size:16px}select{width:100%;border:0;outline:none;background:transparent;color:#7a658b;font-size:10px}.style-label small{font-weight:400;color:#b5a4c1;font-size:8px;margin-left:auto}.styles{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.styles button{padding:0;border:0;background:none;text-align:left;min-width:0}.thumb{height:84px;border-radius:7px;border:2px solid transparent;position:relative;background-position:center;background-size:cover}.nature{background-image:url('https://images.unsplash.com/photo-1472396961693-142e6e269027?w=900&auto=format&fit=crop')}.city{background-image:url('https://images.unsplash.com/photo-1519608487953-e999c86e7455?w=500&auto=format&fit=crop')}.warm{background-image:url('https://images.unsplash.com/photo-1442512595331-e89e73853f31?w=500&auto=format&fit=crop')}.minimal{background-image:linear-gradient(130deg,#e9e2d8,#b5a792)}.minimal>span{display:block;font:23px/.95 Georgia;color:#6e5c4b;padding:15px}.thumb i{display:none;position:absolute;right:5px;top:5px;background:#9472cf;width:16px;height:16px;border:2px solid white;border-radius:50%;color:white;font-size:9px;text-align:center;font-style:normal}.styles .selected .thumb{border-color:#9b76d5;box-shadow:inset 0 0 0 2px white}.styles .selected i{display:block}.styles strong{display:block;font-size:9px;font-weight:600;margin-top:9px}.styles .selected strong{color:#9270c6}.styles small{display:block;font-size:7px;color:#b3a2bf;margin-top:5px}.generate-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.generate-row>span{color:#b2a0c0;font-size:8px}.primary{background:var(--purple);border:0;color:white;border-radius:7px;padding:13px 16px;font-size:10px;box-shadow:0 4px 9px #7350b520}.primary b{font-size:16px;font-weight:400;margin-left:16px}.privacy{text-align:center;font-size:7px;color:#beb0c9;margin:15px 0 0}.preview{padding:20px}.preview-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.preview-heading h2{font-size:12px}.preview-heading>span{font-size:6px;letter-spacing:1px;color:#b5a0c5}.phone{height:470px;border-radius:12px;background-position:center;background-size:cover;position:relative;color:white;overflow:hidden;isolation:isolate}.shade{position:absolute;inset:0;background:linear-gradient(#162e2930,#152d2750 30%,#173a2e99 65%,#14271dde);z-index:-1}.phone-top{display:flex;justify-content:space-between;align-items:center;padding:15px;font-size:9px}.phone-top b{font-weight:600}.phone-top>span{border:1px solid #ffffff40;background:#ffffff20;border-radius:4px;padding:3px 5px;font-size:7px}.video-copy{position:absolute;left:23px;right:20px;top:37%}.video-copy>small{font-size:6px;letter-spacing:1.6px;color:#dce4d0}.video-copy h3{font:650 29px/1.3 Manrope,sans-serif;letter-spacing:-.9px;margin:14px 0}.video-copy em{font-style:normal;color:#d8e5b8}.video-copy>i{display:block;width:27px;height:2px;background:#c7d4b2;margin:17px 0}.video-copy p{font-size:9px;line-height:1.8;color:#e0e6d6;margin:0}.watermark{position:absolute;bottom:61px;left:23px;font-size:5px;letter-spacing:1.2px;color:#c8d0bf}.watermark b{font-size:8px;letter-spacing:-.2px;margin-left:5px;color:white}.playback{position:absolute;bottom:0;left:0;right:0;height:42px;padding:0 13px;display:flex;align-items:center;gap:10px;background:#14251c80}.playback button{background:none;border:0;color:white;font-size:10px;padding:0}.track{flex:1;height:2px;background:#ffffff50}.track i{display:block;width:0;height:100%;background:white}.playback>span{font-size:7px;color:#dce2d6;white-space:nowrap}.meta{display:flex;justify-content:space-between;font-size:7px;color:#b19fc0;margin-top:14px}.note{margin-top:20px;border:1px solid #f0e8f8;background:#f9f6fc;border-radius:7px;padding:11px;display:flex;gap:10px;align-items:center}.note>span{color:#b393d4;font-size:23px}.note p{font-size:8px;line-height:1.8;color:#ae99bf;margin:0}#export{display:flex;justify-content:center;align-items:center;gap:9px;width:100%;border:1px solid #bda4df;background:#f9f5ff;color:var(--purple);border-radius:6px;padding:11px;margin-top:14px;font-size:10px}#export small{font-size:6px;border:1px solid #e1d7ed;border-radius:3px;padding:2px 4px}#export:disabled{color:#c7bbd3;border-color:#eee6f4;background:#fbf9fd;cursor:default}.export-note{text-align:center;font-size:7px;color:#baa9c7;margin:9px 0 0}.benefits{display:flex;justify-content:center;gap:34px;margin:25px 0 35px;color:#b3a3c0;font-size:8px}footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:20px 0;color:#b9a9c4;font-size:8px}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,130px);background:#3b2c4c;color:white;max-width:90%;padding:14px 22px;border-radius:9px;font-size:12px;z-index:20;transition:transform .3s}#toast.visible{transform:translate(-50%,0)}dialog{max-width:460px;border:1px solid var(--line);border-radius:14px;padding:32px;color:var(--ink)}dialog::backdrop{background:#20122d60}dialog p{line-height:1.9;color:#95819f}#close{position:absolute;right:10px;top:8px;border:0;background:none;font-size:24px;color:#ab97b7}#other{min-height:640px;margin:35px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:22px}.card{border:1px solid var(--line);background:white;border-radius:12px;padding:20px}.card h3{font-size:15px}.card p{line-height:1.8;color:var(--muted)}.card .thumb{height:170px}.empty{text-align:center;padding:70px;background:white;border:1px dashed #dcd0e8;border-radius:12px;margin-top:20px}.empty p{color:var(--muted)}@media(min-width:1500px){.content{padding-top:48px}.grid{grid-template-columns:1fr 360px}.phone{height:515px}.editor{padding:30px}.thumb{height:100px}textarea{min-height:127px}hr{margin:28px 0 24px}.video-copy h3{font-size:33px}}@media(max-width:1200px){.sidebar{width:200px;padding:30px 15px}main{margin-left:200px}.content{padding:30px 25px 0}.grid{grid-template-columns:minmax(380px,1fr) 280px;gap:17px}.editor{padding:20px}.preview{padding:15px}.phone{height:439px}.video-copy h3{font-size:25px}.steps>small{display:none}.logo{font-size:22px}.logo small{display:none}.heading h1{font-size:26px}.doodle{font-size:50px;margin:0}.thumb{height:74px}.platforms button{padding:10px;gap:7px}.generate-row>span{max-width:125px;line-height:1.6}.benefits{gap:20px}}@media(max-width:1000px){.sidebar{width:70px;padding:25px 12px}.logo{font-size:0}.logo>span{font-size:0}.logo i{margin:auto}.workspace,.nav-label,.bottom{display:none}nav{margin-top:30px}nav button{font-size:19px;padding:10px 5px;overflow:hidden;width:40px;height:40px;display:block}nav button>span,nav button small,nav button em{display:none}main{margin-left:70px}.content{padding:25px 20px 0}.grid{grid-template-columns:1fr 280px}.editor{padding:18px}.doodle{display:none}.benefits{font-size:7px}}@media(max-width:800px){.grid{grid-template-columns:1fr}.preview{width:100%;max-width:365px;justify-self:center;padding:22px}.phone{height:525px}.video-copy h3{font-size:33px}.sidebar{width:57px;padding:20px 8px}main{margin-left:57px}.content{padding:25px 16px 0}header{height:63px;padding:0 18px}.header-right small{display:none}.heading h1{font-size:25px}.heading p{line-height:1.8}.steps{gap:7px}.steps>div{font-size:8px;gap:5px}.steps>i{width:12px}.thumb{height:95px}.generate-row>span{max-width:none}.benefits{flex-wrap:wrap;gap:13px}.cards{grid-template-columns:1fr}.empty{padding:30px}}@media(max-width:420px){.platforms button{padding:8px 6px}.platforms small{font-size:6px}.platforms strong{font-size:9px}.platforms b{width:24px;min-width:24px}.styles{gap:6px}.thumb{height:70px}.styles small{font-size:6px}.generate-row>span{max-width:100px}.primary{padding:12px;font-size:9px}.phone{height:450px}.video-copy h3{font-size:27px}.steps>div{font-size:7px}.steps b{width:19px;height:19px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
button:disabled{opacity:.6;cursor:wait}.connections{max-width:700px;background:#fff;padding:30px;border:1px solid var(--line);border-radius:12px}.connection-intro,.story-intro{font-size:11px;color:#9987a8;line-height:1.8}.provider{display:flex;align-items:center;justify-content:space-between;margin:25px 0 14px;padding-top:20px;border-top:1px solid var(--line)}.provider h3{font:700 17px Manrope;margin:0}.provider p{font-size:10px;color:#a390b2;margin:5px 0}.provider-status{font-size:9px;background:#f4eefb;color:#9472b6;border-radius:20px;padding:6px 10px}.connections label a{margin-left:auto;color:#9d82bd;font-weight:400;font-size:9px}.connections input,.scene input{width:100%;border:1px solid #e3d9ec;border-radius:7px;height:40px;padding:10px 12px;font:12px 'DM Sans';outline:none;color:#665173;background:#fefcff}.connections input:focus,.scene input:focus,.scene textarea:focus{border-color:#9b7bce;box-shadow:0 0 0 3px #f0e9fa}.voice-label{margin-top:25px}.voice-picker,.connection-actions{display:flex;gap:10px;margin:12px 0;align-items:center;flex-wrap:wrap}.voice-picker select{width:auto;max-width:300px;padding:10px;border:1px solid #e6dcec;border-radius:6px}.secondary{background:#faf7fd;color:#967bad;border:1px solid #e8ddf1;padding:11px 13px;border-radius:7px;font-size:10px}#connection-message{color:#88689e;line-height:1.8}.scene{border:1px solid #eee5f4;border-radius:8px;padding:16px;margin:15px 0;background:#fdfbff}.scene-label{font-size:9px;color:#a28ab7;letter-spacing:1px;margin-bottom:15px}.scene-label span{float:right;letter-spacing:0}.scene label{margin-top:14px}.scene textarea{border:1px solid #e4d9ed;border-radius:6px;min-height:75px;padding:10px;background:white;font-size:11px}.scene details{margin-top:12px}.scene summary{font-size:9px;color:#a28ab8;cursor:pointer;margin-bottom:8px}.render-actions p{font-size:11px;line-height:1.8;color:#887194}.render-actions small{font-size:9px;color:#b09abd}.render-actions .primary{width:100%;margin:8px 0}#job-status{background:#f5effb;padding:12px;border-radius:7px;margin-top:10px}#job-status p{font-size:10px;margin:0 0 8px}progress{width:100%;height:6px;accent-color:#8c68c6}#result-video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#18141e;z-index:5}.has-video .video-copy,.has-video .watermark,.has-video .phone-top,.has-video .playback{display:none}.has-video{background:#18141e!important}@media(max-width:800px){.connections{padding:20px}.provider h3{font-size:15px}.connection-actions{align-items:stretch;flex-direction:column}}
