:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}body,html{margin:0;padding:0;min-height:100vh}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}main{flex:1;display:grid;grid-template-columns:280px 1fr 320px;gap:1.5rem;padding:1.5rem}.step-navigator{display:flex;flex-direction:column;gap:1rem}button.step{border:1px solid #cbd5f5;border-radius:12px;padding:.75rem;background:#fff;display:flex;flex-direction:column;text-align:left;cursor:pointer;gap:.3rem}button.step.done{border-color:#16a34a}button.step.current{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}button.step:disabled{opacity:.4;cursor:not-allowed}.step.current{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.workspace{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1rem}.card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem;background:#fff}.form-grid{display:flex;flex-direction:column;gap:1rem}.form-grid input,.form-grid textarea,.form-grid select{width:100%;border-radius:12px;border:1px solid #cbd5f5;padding:.75rem 1rem;font-size:1rem}.form-grid select{background:#fff}.form-grid button{align-self:flex-start;padding:.75rem 1.5rem;border:none;border-radius:999px;background:#2563eb;color:#fff;font-weight:600}.project-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:0}.project-list.stacked{flex-direction:column;gap:.75rem}.project-entry{border:1px solid #cbd5f5;border-radius:12px;padding:.85rem 1rem;background:#fff;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.project-entry:hover,.project-entry:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.project-actions{display:flex;gap:.4rem;align-items:center}.project-actions button,.project-actions a{border:1px solid #cbd5f5;border-radius:999px;padding:.4rem .1rem;background:transparent;cursor:pointer}.project-label{display:flex;flex-direction:column;gap:.15rem}.project-label small{color:#64748b}.project-label-badges{display:flex;flex-wrap:wrap;gap:.35rem}.field-block{display:flex;flex-direction:column;gap:.4rem}.preference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.slider-field input[type=range]{width:100%}.slider-header{display:flex;justify-content:space-between;align-items:center;font-weight:600}.project-entry.last-active{border-color:#f97316;box-shadow:0 0 0 2px #f9731638}.part-title-label{display:flex;flex-direction:column;font-weight:600;gap:.25rem}.part-title-label input{font-weight:400}.play-btn{border:1px solid #1d4ed8;border-radius:999px;width:2.8rem;height:2.8rem;background:#fff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;overflow:visible}.play-btn svg{pointer-events:none;width:2.6rem;height:2.6rem}.play-btn[data-playing=true]{background:#1d4ed8;color:#fff}.play-btn:focus-visible{outline:3px solid rgba(37,99,235,.4);outline-offset:2px}.project-audio-preview{margin-top:.4rem;width:100%}.badge{display:inline-flex;align-items:center;padding:.1rem .6rem;border-radius:999px;background:#ecfdf5;color:#065f46;font-size:.75rem;width:fit-content}.badge.accent{background:#fff7ed;color:#c2410c}.scenario-card-actions{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.sourcing-toggle{margin-top:.5rem}.sourcing-panel{border:1px solid #dbeafe;background:#f8fbff;border-radius:8px;padding:.75rem;margin:.5rem 0 .75rem;font-size:.9em;display:flex;flex-direction:column;gap:.75rem}.sourcing-part ul{list-style:disc;padding-left:1.25rem;margin:.35rem 0 0}.sourcing-label{font-weight:600;font-size:.85em}.sourcing-label.muted{color:#94a3b8;font-weight:400}.sourcing-pill{display:inline-flex;background:#e0f2fe;color:#0369a1;padding:.15rem .5rem;border-radius:999px;font-size:.8em;margin-right:.25rem;margin-top:.15rem}.card.emphasis{border:2px solid #1d4ed8;background:#eef2ff}.card.muted{background:#f8fafc}.background-library{display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto}.background-item{border:1px solid #e5e7eb;border-radius:12px;padding:.75rem;background:#f8fafc;display:flex;flex-direction:column;gap:.35rem}.background-item label{display:flex;align-items:center;gap:.5rem;font-weight:600}.background-item audio{width:100%}.drop-zone{border:2px dashed #cbd5f5;border-radius:12px;padding:1rem;text-align:center;cursor:pointer;color:#475569;background:#f8fafc}.drop-zone:hover{border-color:#2563eb;color:#2563eb}.chat-panel{background:#fff;border-radius:16px;border:1px solid #e2e8f0}.chat-wrapper{display:flex;flex-direction:column;height:100%}.skill-chips{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem 1rem 0}.chip{border-radius:999px;border:1px solid #cbd5f5;padding:.2rem .75rem;font-size:.8rem;background:#f8fafc}.progress-panel{display:flex;flex-direction:column;gap:.75rem}.progress-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.progress-step{border:1px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;background:#f8fafc}.progress-step.status-running{border-color:#2563eb;background:#e0ecff}.progress-step.status-done{border-color:#16a34a;background:#ecfdf5}.progress-step.status-error{border-color:#dc2626;background:#fef2f2}.progress-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:.25rem}.status-badge{border-radius:999px;padding:.15rem .75rem;font-size:.8rem;border:1px solid #94a3b8;background:#fff}.alert{border-radius:12px;padding:.75rem 1rem;margin:.5rem 0}.alert.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.chat-messages{flex:1;padding:1rem;overflow-y:auto}.bubble{padding:.75rem 1rem;border-radius:12px;margin-bottom:.5rem;background:#f1f5f9}.bubble.user{background:#2563eb;color:#fff;margin-left:auto}.bubble.assistant{margin-right:auto}.bubble.tool{background:#e0f2fe;font-size:.9rem}.bubble pre{white-space:pre-wrap;font-size:.75rem;margin-top:.25rem}.bubble.system{background:#e0e7ff;color:#312e81}.chat-messages .markdown{line-height:1.4}.chat-messages .bullet{margin-left:1rem}.scenario-card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem;margin-bottom:1rem;background:#f8fafc}.scenario-card.selected{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.scenario-card pre{max-height:200px;overflow-y:auto;background:#fff;padding:.5rem;border-radius:8px;border:1px solid #e2e8f0}.placeholder-card{padding:1rem;border-radius:12px;background:#f8fafc;border:1px dashed #cbd5f5}.placeholder{color:#94a3b8}.chat-input{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #e2e8f0}.chat-form{display:flex;width:100%;gap:.5rem}.chat-form input{flex:1;border-radius:999px;border:1px solid #cbd5f5;padding:.75rem 1rem}.chat-form button{padding:.75rem 1.5rem;border:none;border-radius:999px;background:#2563eb;color:#fff;font-weight:600}.status{padding:.5rem 1rem;font-size:.85rem;color:#dc2626}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center}.modal{background:#fff;border-radius:16px;padding:1.5rem;width:min(420px,calc(100% - 2rem));box-shadow:0 30px 60px #0f172a33}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.modal-actions button{border-radius:999px;border:none;padding:.5rem 1.25rem;cursor:pointer}.modal-actions button:last-child{background:#2563eb;color:#fff}.chat-disabled{opacity:.5;pointer-events:none}.flag-toggle button{font-size:1.5rem;margin-left:.5rem;background:transparent;border:none;cursor:pointer}.flag-toggle .active{filter:drop-shadow(0 0 4px rgba(37,99,235,.4))}.waveform{padding:1rem 2rem;border-top:1px solid #e2e8f0;background:#fff}.error{color:#dc2626}button.link{background:transparent;border:none;color:#2563eb;cursor:pointer;font-weight:600;padding:0}
