:root{font-family:Inter,system-ui,"Segoe UI",sans-serif;color:#172033;background:#f3f6fb}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#fff,#f3f6fb 48%)}.container{max-width:1120px;margin:auto;padding:42px 22px 80px}.hero{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:26px}.hero h1{font-size:clamp(34px,5vw,57px);line-height:1.05;letter-spacing:-2px;margin:8px 0 12px}.hero p{color:#637087;line-height:1.6;max-width:780px}.hero-actions{display:grid;gap:8px;min-width:230px}.panel{background:#ffffffee;border:1px solid #e2e7f0;border-radius:24px;padding:26px;box-shadow:0 16px 45px #26324b12;margin-bottom:24px}.section-title,.scene-card-head,.prompt-actions,.batch-actions{display:flex;justify-content:space-between;align-items:center;gap:16px}.section-title h2{margin:5px 0 0}.eyebrow{color:#2463d4;font-size:11px;font-weight:900;letter-spacing:1.5px}.pill{background:#172033;color:#fff;border-radius:99px;padding:9px 14px;font-weight:800}label{display:block;font-weight:750;margin:0 0 8px}label small,.hint{color:#7b8495;font-weight:500}.top-gap{margin-top:22px}textarea,input,select{width:100%;border:1px solid #d9e0eb;border-radius:13px;background:#fbfcff;padding:13px 14px;font:inherit;outline:none}textarea{resize:vertical;line-height:1.5}textarea:focus,input:focus,select:focus{border-color:#4d82de;box-shadow:0 0 0 3px #2867d81c}.prompt-actions{margin-top:12px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cost-card{background:#eef4ff;border:1px solid #d7e4fc;border-radius:17px;padding:18px;margin-top:20px}.cost-stats{display:grid;grid-template-columns:minmax(220px,340px);gap:14px}.cost-stat{background:#fff;border:1px solid #d7e4fc;border-radius:13px;padding:14px 16px;min-width:0}.cost-stat-label{display:block;color:#5c6b85;font-size:11px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;margin-bottom:6px}.cost-stat strong{display:block;font-size:26px;line-height:1.15;margin:0 0 4px;color:#172033;overflow-wrap:anywhere}.cost-stat-balance strong{color:#185fae}.cost-stat-balance strong.negative{color:#a52e2e}.cost-controls{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:14px;margin-top:16px;padding-top:16px;border-top:1px solid #d7e4fc}.cost-control label{margin-bottom:6px}.cost-controls .billing-link{white-space:nowrap;padding-bottom:13px}.check{display:flex;gap:9px;align-items:center;background:#f6f7fa;border-radius:13px;padding:13px;margin-top:18px}.check input{width:auto}.scene-editors{display:grid;gap:18px}.scene-card{border:1px solid #dfe5ef;border-radius:20px;padding:20px;background:#fff;box-shadow:0 8px 24px #26324b0a;transition:opacity .15s}.scene-card.scene-excluded{opacity:.55}.scene-card-head{margin-bottom:16px}.scene-card-head>div{display:flex;align-items:center;gap:12px;font-weight:900}.scene-include-toggle{display:flex;align-items:center;margin:0}.scene-include{width:18px;height:18px;accent-color:#2867d8;cursor:pointer}.status{font-size:11px;padding:5px 9px;border-radius:99px;background:#edf0f5;color:#687286}.status.completed{background:#e4f7eb;color:#197343}.status.failed{background:#ffebeb;color:#a52c2c}.status.generating,.status.polling,.status.downloading{background:#e6efff;color:#225bb9}.status.waiting-quota{background:#fff3dc;color:#9a6400}.scene-progress-bar.waiting_quota{background:linear-gradient(90deg,#e29a1c,#f4c366,#e29a1c)}.uploads{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:16px}.upload-card{min-height:230px;border:2px dashed #cbd5e4;border-radius:17px;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fafcff;overflow:hidden}.upload-title{width:100%;font-weight:900;margin-bottom:10px}.upload-title small,.upload-card>small{display:block;color:#858fa0;font-size:11px;font-weight:500;margin-top:4px}.upload-plus{font-size:38px;color:#5681ca}.upload-card img{width:100%;height:135px;object-fit:cover;border-radius:11px;margin-bottom:9px}.upload-card strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-buttons{display:flex;gap:8px;margin-top:12px}button{border:0;border-radius:12px;padding:12px 18px;font:inherit;font-weight:800;cursor:pointer}.primary{background:#2867d8;color:#fff}.secondary{background:#eaf0fb;color:#244f97}.danger-link{background:transparent;color:#a23636}.danger-secondary{background:#fff0f0;color:#a52e2e;border:1px solid #ffd0d0}.compact{padding:8px 11px;font-size:12px}.big-action{padding:16px 27px}.batch-actions{justify-content:flex-end;margin-top:22px}.error,.scene-error{background:#fff0f0;color:#a52e2e;border-radius:11px;padding:12px;margin-top:14px}.hidden{display:none!important}.scene-result video{display:block;width:100%;max-height:440px;background:#111;border-radius:14px;margin-top:17px}.download{display:inline-block;margin-top:10px;color:#2867d8;font-weight:800;text-decoration:none}.merged{display:flex;justify-content:space-between;gap:15px;background:#eaf8ef;border:1px solid #d2ebdb;padding:15px;border-radius:13px;margin-top:18px}.api-status{font-size:12px;text-align:center;color:#747e90}.api-status.ok{color:#197343}.api-status.bad{color:#a52e2e}button:disabled{opacity:.55;cursor:not-allowed}.scene-actions{display:flex;justify-content:flex-end;margin-top:16px}
.scene-progress{position:relative;height:24px;margin:0 0 16px;background:#e8eef8;border-radius:10px;overflow:hidden}.scene-progress-bar{position:absolute;inset:0 auto 0 -35%;width:35%;background:linear-gradient(90deg,#3975dc,#69a0ff,#3975dc);animation:scene-progress 1.35s ease-in-out infinite}.scene-progress-bar.downloading{background:linear-gradient(90deg,#168458,#54bd8d,#168458)}.scene-progress small{position:absolute;inset:0;display:grid;place-items:center;color:#17345f;font-weight:800;font-size:11px}@keyframes scene-progress{0%{left:-35%}100%{left:100%}}.top-start-frame{margin-top:22px}.common-upload{border:2px dashed #cbd5e4;border-radius:17px;padding:16px;background:#fafcff;display:flex;align-items:center;justify-content:space-between;gap:18px}.common-preview{display:flex;align-items:center;gap:13px;min-width:0}.common-preview img{width:96px;height:72px;object-fit:cover;border-radius:10px}.common-preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-preview small{color:#858fa0}.empty-scenes{padding:28px;border:2px dashed #d5deeb;border-radius:16px;background:#fafcff;color:#748096;text-align:center}.scene-actions{display:flex;justify-content:flex-end;margin-top:16px}.scene-header-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:760px){.hero{display:block}.hero-actions{margin-top:18px}.grid,.uploads,.cost-stats,.cost-controls{grid-template-columns:1fr}.prompt-actions,.section-title,.batch-actions{align-items:stretch;flex-direction:column}.common-upload,.common-preview{align-items:stretch;flex-direction:column}.scene-card-head{align-items:flex-start}.container{padding:24px 13px 60px}.panel{padding:18px}.upload-card{min-height:210px}.big-action{width:100%}.cost-controls .billing-link{padding-bottom:0;text-align:center}}

textarea,input,select{background:#e7f4ff}
