@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";:root{color:#e9e8ed;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#101014;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--navy:#172033;--muted:#596579;--line:#dde3ed;--purple:#6f55d9;--blue:#2672d9;--green:#16865a;background:#f5f7fb;font-family:DM Sans,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible{outline-offset:2px;outline:4px solid #a9c9ff}#root{min-height:100vh}.simple-app{background:#f5f7fb;min-height:100vh}.simple-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:82px;padding:0 42px;display:flex}.logo{color:var(--navy);background:0 0;border:0;align-items:center;gap:12px;padding:7px;font-family:Space Grotesk;font-size:25px;font-weight:700;display:flex}.logo-dot{background:var(--purple);border-radius:50%;width:25px;height:25px;position:relative;box-shadow:10px -5px 0 -5px #b8aaff}.header-right{align-items:center;gap:25px;display:flex}.saved-status{color:#3d4a5e;align-items:center;gap:9px;font-size:16px;font-weight:600;display:flex}.green-dot{background:#25a96f;border-radius:50%;width:11px;height:11px;display:inline-block}.help-button{color:var(--navy);background:#fff;border:2px solid #aeb9ca;border-radius:9px;align-items:center;gap:9px;padding:11px 18px;font-size:17px;font-weight:700;display:flex}.layout{min-height:calc(100vh - 82px);display:flex}.simple-sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;flex:0 0 255px;width:255px;padding:40px 20px 24px;display:flex}.menu-title{letter-spacing:1.1px;color:#7b8799;margin:0 13px 15px;font-size:13px;font-weight:700}.side-link{color:#48566a;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:15px;margin-bottom:5px;padding:15px 14px;font-size:19px;font-weight:600;display:flex}.side-link svg{color:#617089}.side-link.selected{color:#4c37b8;background:#eeeafd}.side-link.selected svg{color:#5c46c5}.sidebar-bottom{border-top:1px solid var(--line);margin-top:auto;padding-top:22px}.privacy{color:var(--green);background:#f1faf6;border:1px solid #cdebdc;border-radius:10px;gap:10px;margin-bottom:18px;padding:14px 12px;display:flex}.privacy strong,.privacy small{display:block}.privacy strong{font-size:14px}.privacy small{color:#477361;margin-top:3px;font-size:12px;line-height:1.35}.small-link{padding:10px 14px;font-size:16px}.main-area{width:100%;max-width:1110px;margin:0 auto;padding:58px 64px 70px}.welcome{text-align:center}.welcome-label{letter-spacing:1.5px;color:var(--purple);margin:0 0 12px;font-size:14px;font-weight:700}.welcome h1,.inner-page h1{letter-spacing:-1px;color:var(--navy);margin:0 0 13px;font-family:Space Grotesk;font-size:42px;line-height:1.1}.welcome>p:not(.welcome-label),.inner-intro{color:var(--muted);margin:0;font-size:20px;line-height:1.5}.choice-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin:43px 0 30px;display:grid}.choice-card{text-align:left;border:2px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;min-height:236px;padding:27px 25px;transition:transform .15s,box-shadow .15s;display:flex;position:relative}.choice-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #24345214}.choice-icon{border-radius:13px;place-items:center;width:62px;height:62px;margin-bottom:22px;display:grid}.choice-card.purple .choice-icon{color:#5e48c8;background:#eeeafd}.choice-card.blue .choice-icon{color:#2672d9;background:#e7f1ff}.choice-card.green .choice-icon{color:#16865a;background:#e5f7ef}.choice-title{color:var(--navy);margin-bottom:9px;font-size:23px;font-weight:700;display:block}.choice-text{color:var(--muted);max-width:210px;font-size:16px;line-height:1.4;display:block}.choice-arrow{color:#64748b;position:absolute;bottom:22px;right:22px}.ask-card{background:#fff;border:2px solid #d4dbea;border-radius:14px;gap:19px;padding:26px 28px;display:flex}.ask-icon{color:#5e48c8;background:#eeeafd;border-radius:50%;flex:0 0 48px;place-items:center;height:48px;display:grid}.ask-content{width:100%}.ask-content h2,.steps h2{color:var(--navy);margin:0 0 5px;font-size:21px}.ask-content p{color:var(--muted);margin:0 0 17px;font-size:16px}.ask-row{gap:10px;display:flex}.ask-row input{height:52px;color:var(--navy);border:2px solid #bdc8d8;border-radius:8px;flex:1;padding:0 15px;font-size:17px}.ask-row input::placeholder{color:#8995a6}.send-button,.big-action{background:var(--purple);color:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:0 19px;font-size:17px;font-weight:700;display:flex}.send-button:disabled{cursor:not-allowed;background:#b9b1e6}.request-saved{color:var(--green);align-items:center;gap:7px;margin-top:12px;font-weight:600;display:flex}.steps{padding:38px 4px 0}.steps h2{text-align:center;margin-bottom:25px}.step-row{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.step{align-items:flex-start;gap:13px;display:flex}.step-number{width:34px;height:34px;color:var(--navy);background:#e6ebf4;border-radius:50%;flex:none;place-items:center;font-weight:700;display:grid}.step strong{color:var(--navy);font-size:17px}.step p{color:var(--muted);margin:4px 0;font-size:15px;line-height:1.4}.inner-page{max-width:790px;margin:0 auto}.back-link{color:#526176;background:0 0;border:0;align-items:center;gap:7px;margin-bottom:36px;padding:5px 0;font-size:17px;font-weight:600;display:flex}.inner-page h1{font-size:40px}.empty-card{border:2px solid var(--line);text-align:center;background:#fff;border-radius:14px;margin-top:36px;padding:64px 30px}.empty-icon{width:76px;height:76px;color:var(--blue);background:#e7f1ff;border-radius:50%;place-items:center;margin:0 auto 20px;display:grid}.empty-card h2{color:var(--navy);margin:0 0 8px;font-size:25px}.empty-card p{color:var(--muted);margin:0 auto 25px;font-size:17px}.big-action{height:50px;margin:auto}.help-list{gap:14px;margin-top:35px;display:grid}.help-item{border:2px solid var(--line);background:#fff;border-radius:12px;gap:19px;padding:22px 24px;display:flex}.help-item>span{color:#5e48c8;background:#eeeafd;border-radius:10px;flex:none;place-items:center;width:52px;height:52px;display:grid}.help-item h2{color:var(--navy);margin:2px 0 6px;font-size:20px}.help-item p{color:var(--muted);margin:0;font-size:16px;line-height:1.45}@media (width<=900px){.simple-sidebar{flex-basis:210px;width:210px}.main-area{padding:45px 30px}.choice-grid{gap:12px}.choice-title{font-size:20px}}.attach-label{margin-top:0;margin-bottom:12px}.drop-zone{min-height:245px;color:var(--muted);text-align:center;cursor:pointer;background:#fff;border:3px dashed #b8c3d5;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:9px;margin-top:35px;font-size:17px;transition:background .15s,border-color .15s;display:flex}.drop-zone:hover{border-color:var(--purple);background:#faf9ff}.drop-zone strong{color:var(--navy);font-size:24px}.browse-button{background:var(--purple);color:#fff;border-radius:8px;margin-top:2px;padding:10px 19px;font-size:17px;font-weight:700}.drop-zone small{color:#7b8799;margin-top:5px;font-size:15px}.drop-icon{color:#5e48c8;background:#eeeafd;border-radius:50%;place-items:center;width:76px;height:76px;margin-bottom:5px;display:grid}.attached-list{border:2px solid var(--line);background:#fff;border-radius:14px;margin-top:28px;padding:22px}.attached-list h2{color:var(--navy);margin:0 0 14px;font-size:21px}.attached-file{border-top:1px solid var(--line);color:#536176;align-items:center;gap:12px;padding:14px 2px;font-size:16px;display:flex}.attached-file svg{color:var(--blue);flex:none}.attached-file span{text-overflow:ellipsis;white-space:nowrap;color:var(--navy);font-weight:600;overflow:hidden}.attached-file small{color:#7b8799;white-space:nowrap;margin-left:auto}.attached-file button{color:#a04b58;background:0 0;border:0;padding:0 4px;font-size:25px;line-height:1}.continue-button{height:50px;margin:18px 0 0 auto}.online-files{color:var(--blue);background:#f5f9ff;border:1px solid #cbd9ed;border-radius:10px;align-items:flex-start;gap:13px;margin-top:28px;padding:17px 18px;display:flex}.online-files strong{color:var(--navy);font-size:17px}.online-files p{color:var(--muted);margin:4px 0 0;font-size:15px;line-height:1.4}.plan-card{border:2px solid var(--line);background:#fff;border-radius:14px;margin-top:30px;padding:28px}.form-label{color:var(--navy);margin:0 0 9px;font-size:18px;font-weight:700;display:block}.plan-textarea,.plan-select{width:100%;color:var(--navy);background:#fff;border:2px solid #bdc8d8;border-radius:8px;margin-bottom:25px;padding:13px 14px;font-size:17px}.plan-textarea{resize:vertical;line-height:1.45}.check-option{border-top:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer;align-items:flex-start;gap:12px;padding:16px 0;display:flex}.check-option input{width:22px;height:22px;accent-color:var(--purple);margin-top:2px}.check-option strong,.check-option small{display:block}.check-option strong{color:var(--navy);font-size:17px}.check-option small{color:var(--muted);margin-top:3px;font-size:15px}.plan-files{color:var(--muted);gap:9px;margin-top:22px;font-size:15px;display:grid}.plan-files>strong{color:var(--navy);margin-bottom:3px;font-size:17px}.plan-files span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;display:flex;overflow:hidden}.plan-files svg{color:var(--green);flex:none}.start-button{width:100%;height:54px;margin-top:26px;margin-left:0}.start-button:disabled{cursor:not-allowed;background:#b9b1e6}.plan-notice{margin-top:18px;line-height:1.45}.drop-zone input{display:none}@media (width<=700px){.plan-card{padding:20px}.start-button{width:100%}}.saved-plans{gap:16px;max-width:760px;display:grid}.saved-plan{background:#fff;border:1px solid #dce3ee;border-radius:18px;padding:22px;box-shadow:0 8px 24px #14213d0f}.saved-plan-top{color:#17233d;align-items:flex-start;gap:12px;display:flex}.saved-plan-top strong{font-size:20px;line-height:1.35}.saved-plan p{color:#52617a;margin:12px 0 6px 36px}.saved-plan small{color:#6d7890;margin-left:36px}.drive-card{border:2px solid var(--line);background:#fff;border-radius:14px;align-items:flex-start;gap:16px;margin-top:30px;padding:25px;display:flex}.drive-card h2{color:var(--navy);margin:0 0 7px;font-size:23px}.drive-card p{color:var(--muted);margin:0;font-size:17px;line-height:1.5}.drive-status-dot{background:#e0a12f;border-radius:50%;flex:none;width:18px;height:18px;margin-top:5px}.drive-status-dot.connected{background:#25a96f}.drive-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.drive-actions .big-action{margin:0}.secondary-action{height:50px;color:var(--navy);background:#fff;border:2px solid #aeb9ca;border-radius:8px;align-items:center;gap:9px;padding:0 18px;font-size:17px;font-weight:700;display:flex}.drive-note{margin-top:25px}.auth-shell{background:radial-gradient(circle at 20% 10%,#243763 0,#141b2e 35%,#0b1020 100%);place-items:center;min-height:100vh;padding:32px;display:grid}.auth-card{background:#fffffff5;border:1px solid #ffffffb3;border-radius:24px;width:min(100%,470px);padding:44px;box-shadow:0 24px 80px #040a1e59}.auth-brand{color:var(--navy);align-items:center;gap:12px;margin-bottom:48px;font-family:Space Grotesk;font-size:25px;font-weight:700;display:flex}.auth-card h1{color:var(--navy);margin:0 0 14px;font-family:Space Grotesk;font-size:36px;line-height:1.08}.auth-card p:not(.welcome-label){color:var(--muted);margin:0 0 28px;font-size:17px;line-height:1.55}.auth-card .form-label{color:var(--navy);margin:18px 0 7px;font-weight:700;display:block}.auth-card input{border:2px solid var(--line);width:100%;color:var(--navy);background:#fff;border-radius:10px;padding:14px;display:block}.auth-card input:focus{border-color:var(--purple)}.auth-card .big-action{justify-content:center;width:100%;margin-top:28px}.auth-card small{color:var(--muted);margin-top:12px;display:block}.schedule-row{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}.schedule-row .form-label{margin-top:14px}.schedule-row input{border:2px solid var(--line);width:100%;color:var(--navy);background:#fff;border-radius:9px;padding:11px 12px}@media (width<=700px){.auth-card{padding:28px}.schedule-row{grid-template-columns:1fr}.simple-header{height:70px;padding:0 16px}.header-right .saved-status{display:none}.simple-header .logo{font-size:22px}.layout{min-height:calc(100vh - 70px);display:block}.simple-sidebar{border-right:0;border-bottom:1px solid var(--line);flex:none;width:100%;height:auto;min-height:0;padding:10px 10px 8px;display:block}.menu-title{display:none}.simple-sidebar>.side-link{text-align:center;vertical-align:top;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:19%;margin:0;padding:8px 2px;font-size:12px;line-height:1.1;display:inline-flex}.simple-sidebar>.side-link svg{width:21px;height:21px}.sidebar-bottom{display:none}.main-area{width:100%;max-width:none;margin:0;padding:30px 18px 48px;overflow:hidden}.welcome h1,.inner-page h1{letter-spacing:-.6px;font-size:34px}.welcome>p:not(.welcome-label),.inner-intro{font-size:17px}.choice-grid{grid-template-columns:1fr;gap:14px;margin:28px 0 22px}.choice-card{min-height:0;padding:20px}.choice-icon{width:54px;height:54px;margin-bottom:14px}.choice-title{font-size:22px}.choice-text{max-width:280px}.ask-card{gap:12px;padding:20px}.ask-row{flex-wrap:wrap}.ask-row input{flex-basis:100%;width:100%;min-width:0}.send-button{height:48px;margin-left:auto}.step-row{grid-template-columns:1fr;gap:16px}.steps{padding-top:28px}.inner-page{width:100%;max-width:none}.back-link{margin-bottom:24px}.drive-card{padding:18px}.drive-card h2{font-size:20px}.drive-card p{font-size:16px}.plan-card{padding:20px}.drive-actions{width:100%}.drive-actions .secondary-action{justify-content:center;width:100%}.saved-plan{padding:18px}.saved-plan-top strong{font-size:18px}.help-item{padding:18px}.drop-zone{min-height:220px}.online-files{padding:15px}.online-files .secondary-action{margin-top:12px}.plan-card .big-action{width:100%;font-size:15px}}.generated-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.review-badge{color:#16865a;white-space:nowrap;background:#eaf8f1;border:1px solid #c5ead6;border-radius:999px;align-items:center;gap:7px;padding:10px 14px;font-weight:700;display:inline-flex}.generated-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:22px;margin-top:30px;display:grid}.generated-card{background:#fff;border:1px solid #dce3ee;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #14213d12}.video-preview{aspect-ratio:16/10;background:#141a2a;place-items:center;display:grid}.video-preview video{object-fit:contain;width:100%;height:100%}.preview-placeholder{color:#aeb9d0;place-items:center;gap:10px;font-weight:700;display:grid}.generated-card-body{padding:22px}.generated-card-title{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.generated-card-title h2{color:var(--navy);margin:0 0 5px;font-family:Space Grotesk;font-size:22px}.generated-card-title small{color:#718099}.status-pill{color:#5c6a80;text-transform:capitalize;white-space:nowrap;background:#eef1f6;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.status-pill.rerender-queued{color:#996514;background:#fff4df}.status-pill.ready{color:#16865a;background:#eaf8f1}.comment-list{gap:8px;margin:18px 0;display:grid}.comment{color:#536176;background:#f6f8fc;border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:14px;line-height:1.4;display:flex}.comment svg{color:var(--purple);flex:none;margin-top:2px}.generated-card-body .form-label{margin-top:20px;font-size:16px}.generated-card-body textarea{resize:vertical;width:100%;color:var(--navy);font:inherit;border:2px solid #bdc8d8;border-radius:9px;padding:12px 13px;line-height:1.45}.generated-card-body textarea:focus{border-color:var(--purple);outline-offset:2px;outline:4px solid #a9c9ff}.generated-card-body .big-action{width:100%;margin-top:12px;font-size:15px}.generated-card-body .big-action:disabled{cursor:not-allowed;background:#b9b1e6}.generated-empty{margin-top:30px}@media (width<=850px){.generated-grid{grid-template-columns:1fr}.generated-heading{display:block}.review-badge{margin-top:18px}}@media (width<=700px){.generated-card-body{padding:18px}.generated-card-title{display:block}.status-pill{margin-top:12px}.generated-card-title h2{font-size:20px}}.drive-folder-panel{background:#fff;border:1px solid #dce3ee;border-radius:16px;margin-top:22px;padding:22px;box-shadow:0 8px 24px #14213d0d}.drive-folder-panel h2{color:var(--navy);margin:0 0 6px;font-size:21px}.drive-folder-panel p{color:var(--muted);margin:0;line-height:1.45}.folder-picker{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.folder-option{text-align:left;color:#526176;background:#f8faff;border:1px solid #d7dfeb;border-radius:10px;align-items:center;gap:9px;min-height:58px;padding:10px 12px;font-weight:700;display:flex}.folder-option span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.folder-option.active{border:2px solid var(--purple);color:#4c37b8;background:#f0edff}.folder-option svg:last-child{color:var(--green);flex:none}@media (width<=850px){.folder-picker{grid-template-columns:1fr}}@media (width<=700px){.drive-folder-panel{padding:18px}.folder-picker{grid-template-columns:1fr}}.render-progress{background:#f7f8fc;border:1px solid #e0e5ef;border-radius:12px;margin:18px 0;padding:14px}.render-progress-top{color:#56647a;justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}.render-progress-top strong{color:var(--purple);font-size:21px}.progress-track{background:#e3e7ef;border-radius:999px;height:9px;margin:10px 0 8px;overflow:hidden}.progress-track span{background:linear-gradient(90deg,#6f55d9,#a893ff);border-radius:999px;height:100%;transition:width .35s;display:block}.render-progress small{color:#758198;line-height:1.35}.comment-history{background:#f7f8fc;border:1px solid #e1e6ef;border-radius:12px;margin-top:18px;padding:14px}.comment-history-header{color:var(--navy);justify-content:space-between;align-items:center;gap:12px;font-size:15px;display:flex}.history-toggle{color:var(--purple);cursor:pointer;background:0 0;border:0;padding:4px 0;font-weight:800}.comment-history .comment-list{margin:12px 0 0}.history-note{color:#748097;line-height:1.4}
