:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--fundo: #faf7f2;--texto: #2b2118;--cartao: #ffffff;--borda: #e4dccf;--destaque: #8a5a2b}@media(prefers-color-scheme:dark){:root{--fundo: #1c1712;--texto: #ede5d8;--cartao: #262019;--borda: #3d342a;--destaque: #d9a05b}}*{box-sizing:border-box}body{margin:0;background:var(--fundo);color:var(--texto)}.container{max-width:960px;margin:0 auto;padding:2rem 1rem 4rem}header h1{margin:0;font-size:1.6rem}.subtitulo{margin:.25rem 0 1.5rem;opacity:.7}.cabecalho-app{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cabecalho-app .subtitulo{margin-bottom:1rem}button.sair{flex:none;padding:.4rem 1rem}.login{max-width:380px}button.excluir-projeto{padding:.3rem .7rem;font-size:.8rem;font-weight:600;background:transparent;color:#c0392b;border:1px solid #c0392b}button.excluir-projeto:hover:not(:disabled){background:#c0392b;color:#fff}.cartao{background:var(--cartao);border:1px solid var(--borda);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.cartao h2{margin-top:0;font-size:1.15rem}form{display:grid;gap:.9rem}label{display:grid;gap:.3rem;font-weight:600;font-size:.9rem}input,select,textarea{font:inherit;padding:.55rem .7rem;border:1px solid var(--borda);border-radius:6px;background:var(--fundo);color:var(--texto)}button{justify-self:start;font:inherit;font-weight:600;padding:.55rem 1.4rem;border:none;border-radius:6px;background:var(--destaque);color:#fff;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.erro{color:#c0392b;font-weight:600}.vazio{opacity:.65}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--borda)}.status{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;background:var(--borda)}.status-concluido{background:#2e7d3230;color:#2e7d32}.status-erro{background:#c0392b30;color:#c0392b}.status-aprovado,.status-roteiro_aprovado{background:#2e7d3230;color:#2e7d32}.linha-projeto{cursor:pointer}.linha-projeto:hover{background:var(--borda)}.dica{margin:.8rem 0 0;font-size:.85rem;opacity:.6}.aviso{color:#2e7d32;font-weight:600}.link{background:none;border:none;color:var(--destaque);padding:0;cursor:pointer;font-weight:600}.linha-topo{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.barra-acoes{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid var(--borda);margin-bottom:1rem}.metricas{font-size:.9rem}.custos{display:block;margin-top:.2rem;font-size:.8rem;opacity:.75}.custo-total{opacity:.7}.metricas .abaixo{color:#c77c1c}.botoes{display:flex;gap:.5rem}button.secundario{background:transparent;color:var(--texto);border:1px solid var(--borda)}button.aprovar{background:#2e7d32}.ficha{background:var(--fundo);border:1px solid var(--borda);border-radius:8px;padding:.8rem 1rem;margin-bottom:1rem;font-size:.9rem}.ficha summary{cursor:pointer;font-weight:600}.ficha ul{margin:.5rem 0 0;padding-left:1.1rem}.cenas{display:grid;gap:1rem}.cena{border:1px solid var(--borda);border-radius:8px;padding:.9rem 1rem;background:var(--fundo)}.cena-cabecalho{font-weight:700;color:var(--destaque);margin-bottom:.5rem}.rotulo-cena{display:block;font-size:.75rem;font-weight:600;opacity:.7;margin:.5rem 0 .2rem}.cena textarea{width:100%;resize:vertical;line-height:1.5}.cena textarea.visual{font-size:.85rem;opacity:.85}.audio{background:var(--fundo);border:1px solid var(--borda);border-radius:8px;padding:.9rem 1rem;margin-bottom:1rem}.audio h3{margin:0 0 .7rem;color:var(--destaque);font-size:1rem}.audio-controles{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem 1rem}.audio-controles .rotulo-cena{margin:0}.velocidades{display:inline-flex;gap:.35rem}button.vel{padding:.4rem .8rem;background:transparent;color:var(--texto);border:1px solid var(--borda)}button.vel.ativa{background:var(--destaque);color:#fff;border-color:var(--destaque)}.audio-player{margin-top:.9rem}.audio-info{margin:.5rem 0 0;font-size:.85rem;opacity:.85}.imagens{background:var(--fundo);border:1px solid var(--borda);border-radius:8px;padding:.9rem 1rem;margin-bottom:1rem}.imagens h3{margin:0 0 .7rem;color:var(--destaque);font-size:1rem}.storyboard-resumo,.curadoria-topo{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center;justify-content:space-between;font-size:.9rem;padding:.6rem 0}.curadoria-topo{border-top:1px solid var(--borda);border-bottom:1px solid var(--borda);margin:.8rem 0;position:sticky;top:0;background:var(--fundo);z-index:1}.cena-imagens{margin-top:1rem}.cena-imagens-cab{font-weight:700;color:var(--destaque);font-size:.85rem;margin-bottom:.4rem}.grade-imagens{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.7rem}.img-card{border:1px solid var(--borda);border-radius:8px;padding:.5rem;background:var(--cartao);display:flex;flex-direction:column;gap:.4rem}.img-card.status-img-aprovada{border-color:#2e7d32}.img-card.status-img-erro{border-color:#c0392b}.img-thumb{position:relative;aspect-ratio:16 / 9;border-radius:6px;overflow:hidden;background:var(--borda);display:flex;align-items:center;justify-content:center}.img-thumb img{width:100%;height:100%;object-fit:cover;display:block}.img-placeholder{font-size:.8rem;opacity:.6}.img-placeholder.erro{color:#c0392b;opacity:1;font-weight:600}.img-badge{position:absolute;top:.3rem;left:.3rem;font-size:.68rem;font-weight:600;padding:.1rem .4rem;border-radius:999px;background:#000a;color:#fff}.img-acoes{display:flex;flex-wrap:wrap;gap:.3rem}.img-acoes button{padding:.3rem .6rem;font-size:.78rem}.img-prompt summary{cursor:pointer;font-size:.78rem;opacity:.7}.img-prompt textarea{width:100%;margin:.4rem 0;font-size:.78rem;line-height:1.4;resize:vertical}.img-erro{color:#c0392b;font-size:.72rem;margin:0}.render{margin:.8rem 0 .4rem;padding:.9rem 1rem;border:1px solid var(--destaque);border-radius:8px;background:var(--cartao)}.render-topo{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center;justify-content:space-between}.render-player{margin-top:.8rem}.render-player video{border-radius:6px;background:#000}.render-player a{color:var(--destaque);font-weight:600;text-decoration:none}.thumbs{margin-top:1rem;padding:.9rem 1rem;border:1px solid var(--borda);border-radius:8px;background:var(--fundo)}.thumbs h3{margin:0 0 .7rem;color:var(--destaque);font-size:1rem}.thumbs-topo{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center;justify-content:space-between;font-size:.9rem}.thumbs-sugestoes{font-size:.8rem;opacity:.85;margin:.6rem 0}.chip{display:inline-block;margin:.15rem .25rem .15rem 0;padding:.25rem .6rem;font-size:.75rem;border:1px solid var(--borda);border-radius:999px;background:transparent;color:var(--texto)}.thumbs-grade{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:.6rem}.thumb-card{border:1px solid var(--borda);border-radius:8px;padding:.6rem;background:var(--cartao);display:flex;flex-direction:column;gap:.3rem}.thumb-card img{width:100%;border-radius:6px;background:#000;aspect-ratio:16 / 9;object-fit:cover}.thumb-card input{width:100%;font-size:.85rem}.thumb-acoes{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:.3rem}.thumb-acoes button{padding:.35rem .7rem;font-size:.78rem}.thumb-baixar{color:var(--destaque);font-weight:600;text-decoration:none;font-size:.82rem;margin-left:auto}.trilha{margin-top:1rem;padding:.9rem 1rem;border:1px solid var(--borda);border-radius:8px;background:var(--fundo)}.trilha h3{margin:0 0 .7rem;color:var(--destaque);font-size:1rem}.trilha-topo{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:center;justify-content:space-between;font-size:.9rem;margin-bottom:.6rem}.trilha-lista{display:grid;gap:.8rem}.trilha-faixa{border:1px solid var(--borda);border-radius:8px;padding:.6rem .8rem;background:var(--cartao)}.trilha-desc{font-weight:700;color:var(--destaque);font-size:.9rem;margin-bottom:.5rem}.trilha-passos{font-size:.85rem;margin:0 0 .8rem;padding-left:1.2rem;line-height:1.5}.trilha-campo{margin-bottom:.5rem}.trilha-valor{display:flex;gap:.5rem;align-items:flex-start}.trilha-valor code{flex:1;background:var(--fundo);border:1px solid var(--borda);border-radius:6px;padding:.4rem .6rem;font-size:.82rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.trilha-valor button{padding:.35rem .7rem;font-size:.75rem;white-space:nowrap}
