@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--font-main:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", monospace;--bg-primary:#0b0d14;--bg-secondary:#131722;--bg-card:#171c2abf;--bg-card-hover:#1e2538d9;--border-subtle:#ffffff14;--border-focus:#6366f199;--accent-primary:#6366f1;--accent-primary-hover:#4f46e5;--accent-gradient:linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);--accent-glow:#6366f140;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--badge-research-yes-bg:#f59e0b26;--badge-research-yes-text:#fbbf24;--badge-research-yes-border:#f59e0b4d;--badge-research-no-bg:#10b98126;--badge-research-no-text:#34d399;--badge-research-no-border:#10b9814d;--shadow-card:0 10px 30px -10px #00000080;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#6366f11f 0,#0000 50%),radial-gradient(at 100% 100%,#a855f714 0,#0000 50%);background-attachment:fixed;min-height:100vh;line-height:1.6}button{cursor:pointer;border:none;outline:none;font-family:inherit}textarea,input{font-family:inherit}.app-container{flex-direction:column;gap:32px;max-width:1040px;margin:0 auto;padding:40px 24px 80px;display:flex}.header{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.brand-badge{color:#a5b4fc;letter-spacing:.02em;background:#6366f11f;border:1px solid #6366f14d;border-radius:9999px;align-items:center;gap:8px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.brand-title{letter-spacing:-.03em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.8rem;font-weight:800;line-height:1.15}.brand-subtitle{color:var(--text-secondary);max-width:680px;font-size:1.05rem}.status-pill{color:var(--text-muted);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:9999px;align-items:center;gap:8px;margin-top:4px;padding:4px 12px;font-size:.8rem;display:inline-flex}.status-dot{background-color:#64748b;border-radius:50%;width:8px;height:8px}.status-dot.online{background-color:#10b981;box-shadow:0 0 8px #10b981}.status-dot.offline{background-color:#ef4444}.glass-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-card);padding:28px;transition:border-color .2s}.glass-card:focus-within{border-color:var(--border-focus)}.input-header{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.card-title{color:var(--text-primary);font-size:1.3rem;font-weight:700}.card-desc{color:var(--text-secondary);font-size:.95rem}.idea-textarea{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;min-height:110px;color:var(--text-primary);resize:vertical;padding:16px;font-size:1rem;line-height:1.5;transition:all .2s}.idea-textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.controls-row{grid-template-columns:1fr 2fr;gap:16px;margin-top:14px;display:grid}@media (width<=640px){.controls-row{grid-template-columns:1fr}}.control-group{flex-direction:column;gap:6px;display:flex}.control-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.control-input{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;padding:10px 14px;font-size:.92rem;transition:border-color .2s}.control-input:focus{border-color:var(--accent-primary)}.quick-prompts-container{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.quick-prompts-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.prompt-chip{border:1px solid var(--border-subtle);color:var(--text-secondary);background:#ffffff0a;border-radius:9999px;padding:6px 12px;font-size:.82rem;transition:all .2s}.prompt-chip:hover{color:var(--text-primary);background:#6366f126;border-color:#6366f166}.action-bar{justify-content:flex-end;margin-top:20px;display:flex}.btn-primary{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-md);align-items:center;gap:10px;padding:14px 28px;font-size:1.05rem;font-weight:700;transition:transform .15s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 4px 20px #6366f166}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #6366f199}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert-box{border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:16px 20px;font-size:.95rem;display:flex}.alert-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.alert-title{align-items:center;gap:8px;font-weight:700;display:flex}.execution-steps-card{border-radius:var(--radius-lg);background:#131722e6;border:1px solid #6366f14d;flex-direction:column;gap:12px;padding:20px 24px;display:flex}.execution-steps-header{color:#a5b4fc;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:700;display:flex}.execution-step-list{flex-direction:column;gap:8px;list-style:none;display:flex}.execution-step-item{color:var(--text-secondary);align-items:center;gap:12px;font-size:.92rem;display:flex}.execution-step-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;display:flex}.execution-step-icon.done{color:#34d399;background:#10b98133;border:1px solid #10b98166}.execution-step-icon.active{color:#a5b4fc;background:#6366f133;border:1px solid #6366f166}.section-nav{border-bottom:1px solid var(--border-subtle);scrollbar-width:thin;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.nav-tab{color:var(--text-secondary);border-radius:var(--radius-sm);white-space:nowrap;background:0 0;padding:8px 16px;font-size:.88rem;font-weight:600;transition:all .2s}.nav-tab:hover{color:var(--text-primary);background:#ffffff0d}.nav-tab.active{color:#fff;background:var(--accent-primary);box-shadow:0 2px 10px #6366f166}.results-card{flex-direction:column;gap:28px;display:flex}.results-header{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;display:flex}.research-status-pill{border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.research-status-pill.yes{color:#34d399;background:#10b98133;border:1px solid #10b98166}.research-status-pill.no{color:#94a3b8;background:#94a3b826;border:1px solid #94a3b84d}.plan-section{flex-direction:column;gap:16px;display:flex}.section-title{color:var(--text-primary);align-items:center;gap:10px;font-size:1.15rem;font-weight:700;display:flex}.overview-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.overview-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:16px;display:flex}.overview-card.featured{background:linear-gradient(135deg,#6366f126 0%,#a855f714 100%);border-color:#6366f166;grid-column:1/-1}.overview-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.overview-value{color:var(--text-primary);font-size:1.05rem;font-weight:700}.overview-card.featured .overview-value{color:#f8fafc;font-size:1.35rem}.strategy-box{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:18px 20px;display:flex}.strategy-box.hook-box{background:#ec48990f;border-left:4px solid #ec4899}.strategy-box.promise-box{background:#6366f10f;border-left:4px solid #6366f1}.strategy-label{color:#a5b4fc;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.strategy-text{color:var(--text-primary);font-size:1.05rem;font-weight:500;line-height:1.5}.timeline-list{flex-direction:column;gap:12px;display:flex}.timeline-item{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:10px;padding:16px 20px;transition:border-color .2s;display:flex}.timeline-item:hover{border-color:#6366f166}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.timestamp-badge{font-family:var(--font-mono);color:#a5b4fc;background:#6366f133;border-radius:6px;padding:3px 10px;font-size:.85rem;font-weight:600}.section-name{color:var(--text-primary);font-size:1.05rem;font-weight:700}.section-purpose{color:var(--text-secondary);font-size:.9rem;font-style:italic}.talking-points-list{flex-direction:column;gap:6px;margin-top:4px;list-style:none;display:flex}.talking-point-item{color:#cbd5e1;align-items:flex-start;gap:10px;font-size:.92rem;display:flex}.talking-point-bullet{color:#6366f1;font-size:1.1rem;line-height:1.2}.shot-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}.shot-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:10px;padding:18px;display:flex}.shot-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.shot-type-badge{color:#d8b4fe;background:#a855f733;border:1px solid #a855f766;border-radius:4px;padding:2px 8px;font-size:.78rem;font-weight:600}.b-roll-badge{color:#f472b6;background:#ec489926;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:600}.shot-scene{color:var(--text-primary);font-size:1rem;font-weight:700}.shot-field{flex-direction:column;gap:2px;font-size:.88rem;display:flex}.shot-field-label{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.shot-notes{color:#94a3b8;border-top:1px dashed var(--border-subtle);margin-top:4px;padding-top:8px;font-size:.82rem}.req-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.req-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:10px;padding:16px;display:flex}.req-title{color:#a5b4fc;align-items:center;gap:6px;font-size:.92rem;font-weight:700;display:flex}.req-list{flex-direction:column;gap:6px;list-style:none;display:flex}.req-item{color:#cbd5e1;align-items:flex-start;gap:8px;font-size:.88rem;display:flex}.req-bullet{color:#6366f1}.risks-list{flex-direction:column;gap:12px;display:flex}.risk-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:16px 20px;display:flex}.risk-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.risk-severity{text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:700}.risk-severity.high{color:#fca5a5;background:#ef444433;border:1px solid #ef444466}.risk-severity.medium{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b66}.risk-severity.low{color:#93c5fd;background:#3b82f633;border:1px solid #3b82f666}.risk-issue{color:var(--text-primary);font-size:.95rem;font-weight:600}.risk-remedy{color:#34d399;align-items:flex-start;gap:6px;font-size:.88rem;display:flex}.checklist-phases{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.checklist-phase-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:12px;padding:18px;display:flex}.phase-title{color:#a5b4fc;border-bottom:1px solid var(--border-subtle);padding-bottom:8px;font-size:.95rem;font-weight:700}.checklist-items{flex-direction:column;gap:10px;list-style:none;display:flex}.checklist-item{color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;font-size:.9rem;display:flex}.checklist-item input[type=checkbox]{accent-color:var(--accent-primary);cursor:pointer;width:16px;height:16px;margin-top:3px}.checklist-item.checked{color:var(--text-muted);text-decoration:line-through}.sources-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.source-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:inherit;flex-direction:column;gap:8px;padding:16px;text-decoration:none;transition:all .2s;display:flex}.source-card:hover{border-color:#6366f180;transform:translateY(-2px);box-shadow:0 8px 20px #0006}.source-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.source-domain{color:#a5b4fc;background:#6366f126;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.source-date{color:var(--text-muted);font-size:.75rem}.source-title{color:var(--text-primary);font-size:.92rem;font-weight:600;line-height:1.35}.source-snippet{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.constraints-card{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#13172299;flex-direction:column;gap:12px;margin-top:14px;padding:16px 18px;display:flex}.constraints-header{color:#a5b4fc;justify-content:space-between;align-items:center;font-size:.92rem;font-weight:700;display:flex}.constraints-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.preset-chip-list{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.preset-chip{color:#c7d2fe;background:#6366f11a;border:1px solid #6366f140;border-radius:9999px;padding:4px 10px;font-size:.78rem;transition:all .2s}.preset-chip:hover{color:#fff;background:#6366f140;border-color:#6366f180}.feasibility-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#131722e6 0%,#1e2538cc 100%);border:1px solid #6366f14d;flex-direction:column;gap:14px;padding:22px 24px;display:flex}.feasibility-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.score-badge{font-size:1.15rem;font-weight:800;font-family:var(--font-mono);border-radius:9999px;align-items:center;gap:8px;padding:6px 14px;display:inline-flex}.score-badge.high{color:#34d399;background:#10b98133;border:1px solid #10b98166}.score-badge.medium{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66}.score-badge.low{color:#fca5a5;background:#ef444433;border:1px solid #ef444466}.feasibility-meta-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.feasibility-meta-item{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-direction:column;gap:4px;padding:10px 14px;display:flex}.constraint-pill{color:#fcd34d;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:4px;margin-top:4px;margin-right:6px;padding:3px 8px;font-size:.78rem;display:inline-block}.adaptations-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px;display:grid}.adaptation-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);border-left:4px solid #6366f1;flex-direction:column;gap:10px;padding:16px 18px;display:flex}.adapt-comparison{flex-direction:column;gap:6px;font-size:.88rem;display:flex}.adapt-from{color:var(--text-muted);text-decoration:line-through}.adapt-to{color:#34d399;font-weight:700}.adapt-why{color:#cbd5e1;background:#0003;border-radius:6px;padding:8px 10px;font-size:.84rem}.schedule-list{flex-direction:column;gap:10px;display:flex}.schedule-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.schedule-time{font-family:var(--font-mono);color:#a5b4fc;background:#6366f133;border-radius:6px;flex-shrink:0;padding:4px 12px;font-size:.88rem;font-weight:700}.schedule-content{flex-direction:column;flex:1;gap:2px;display:flex}.triage-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=680px){.triage-grid{grid-template-columns:1fr}}.triage-card{border-radius:var(--radius-md);flex-direction:column;gap:10px;padding:18px 20px;display:flex}.triage-card.cut-first{background:#ef444414;border:1px solid #ef44444d}.triage-card.do-not-cut{background:#10b98114;border:1px solid #10b9814d}.triage-title{align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.triage-card.cut-first .triage-title{color:#fca5a5}.triage-card.do-not-cut .triage-title{color:#6ee7b7}.priority-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:700}.priority-tag.must-have{color:#34d399;background:#10b98133;border:1px solid #10b98166}.priority-tag.optional{color:#94a3b8;background:#94a3b833;border:1px solid #94a3b866}.difficulty-tag{color:#a5b4fc;background:#6366f126;border-radius:4px;padding:2px 6px;font-size:.72rem;font-weight:600}.footer{text-align:center;color:var(--text-muted);margin-top:20px;font-size:.85rem}
