@font-face{font-family:Instrument;src:url('/guiones/instrument-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Instrument;src:url('/guiones/instrument-600.ttf') format('truetype');font-weight:500 700;font-display:swap}
:root{--ink:#172c31;--muted:#637579;--paper:#fff;--canvas:#f2f6f5;--accent:#12635a;--purple:var(--accent);--purple-soft:#e5f1ed;--line:#dce5e2;--green:#12635a;--red:#a12f3c;--radius:20px;--body:Instrument,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--mono:'SFMono-Regular',Consolas,monospace}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--canvas);font:14px var(--body);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:1px solid var(--line);border-radius:9px;background:var(--paper);color:var(--ink);font-weight:500;padding:11px 16px;transition:background .15s,border-color .15s}button:hover{background:#eaf2ef;border-color:#c3d5ce}button:disabled{opacity:.45;cursor:default}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input,textarea,select{width:100%;border:1px solid #cddbd5;border-radius:9px;padding:13px 14px;background:white;color:var(--ink);line-height:1.6}textarea{resize:vertical;min-height:104px}textarea::placeholder,input::placeholder{color:#80918e}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:3px solid #12635a14}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #56a796;outline-offset:3px}input[type=radio],input[type=checkbox]{accent-color:var(--accent)}label,legend{display:block;font-weight:600;font-size:13px;margin:0 0 9px}fieldset{padding:0;border:0;margin:0;min-width:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600}h1{font-size:38px;line-height:1.12;letter-spacing:-1.5px}h2{font-size:24px;letter-spacing:-.7px}h3{font-size:18px;letter-spacing:-.3px}p{line-height:1.6}small,.muted{color:var(--muted)}[hidden]{display:none!important}svg{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.tiny{font:10px var(--mono);letter-spacing:1px}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:600;color:var(--muted)}.primary{background:var(--accent);color:#fff;border-color:var(--accent);display:inline-flex;align-items:center;justify-content:center;gap:14px}.primary:hover{background:#0a4b44;border-color:#0a4b44}.secondary{background:var(--purple-soft);color:var(--accent);border-color:transparent}.text-button{display:inline-flex;align-items:center;gap:8px;padding:7px 0;background:transparent;border:0;color:var(--accent);font-size:12px}.text-button:hover{background:transparent;text-decoration:underline}.text-button svg{width:16px;height:16px}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green)}.wordmark{font-size:28px;font-weight:700;letter-spacing:-1.9px;color:var(--ink);white-space:nowrap}.wordmark span{font-weight:400}.wordmark i{font-size:14px;letter-spacing:-.4px;font-style:normal;font-weight:400;border-left:1px solid #c6d2cf;padding-left:12px;margin-left:14px;color:var(--muted)}
.app-header{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 4vw;background:var(--paper);border-bottom:1px solid var(--line)}.app-header nav{display:flex;align-items:center;gap:4px}.app-header nav button{border:0;background:none;font-size:13px;padding:10px 15px;color:var(--muted)}.app-header nav button.active{color:var(--accent);background:var(--purple-soft);font-weight:600}.app-header nav button:hover{background:#f2f6f5}.app-header nav em{font-style:normal;font-size:10px;display:inline-block;margin-left:3px;opacity:.7}.account-button{display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:5px;text-align:left;font-size:12px}.account-button small{display:block;font-size:10px;margin-top:3px;font-weight:400}.avatar{background:#e8efed;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:12px;width:34px;height:34px}main{max-width:1480px;margin:auto}.topbar{display:flex;justify-content:space-between;align-items:center;padding:24px 4vw 0;color:var(--muted);font-size:11px}.cloud-status{display:flex;gap:8px;align-items:center}#page{padding:36px 4vw 64px}.studio-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px}.studio-heading h1{margin-top:13px}.studio-heading p{margin-top:10px;color:var(--muted);font-size:14px}.view-toggle{display:flex;background:#e5ece9;border-radius:10px;padding:4px;flex-shrink:0}.view-toggle button{border:0;background:transparent;font-size:12px;color:var(--muted);padding:10px 18px;display:flex;align-items:center;gap:7px}.view-toggle button.selected{background:white;color:var(--ink);box-shadow:0 1px 5px #183e2810}.studio-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:38px;align-items:start}.question-panel{border:1px solid var(--line);border-radius:var(--radius);background:white;overflow:hidden;box-shadow:0 6px 30px #193a2904}.question-steps{display:flex;padding:18px 30px;border-bottom:1px solid var(--line);gap:10px}.question-steps button{border:0;background:none;color:var(--muted);display:flex;align-items:center;gap:9px;font-size:12px;padding:7px 9px;flex:1}.question-steps button span{display:grid;place-items:center;border-radius:50%;background:#f1f4f3;width:24px;height:24px;font:11px var(--mono)}.question-steps button.active{color:var(--accent);font-weight:600}.question-steps button.active span{background:var(--accent);color:white}.question-content{padding:34px 38px 26px;min-height:484px}.question-content h2{font-size:31px;letter-spacing:-1px;margin-top:11px;outline:none}.question-help{font-size:13px;color:var(--muted);margin:12px 0 28px;max-width:545px}.scope-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.scope-option{display:flex;align-items:flex-start;text-align:left;gap:10px;padding:20px 16px;border-radius:12px;position:relative;min-height:144px}.scope-option.selected{border-color:var(--accent);background:#f2f8f5;box-shadow:0 0 0 1px var(--accent)}.scope-option strong{display:block;font-size:14px;line-height:1.4;max-width:180px;padding-right:12px}.scope-option small{display:block;font-size:12px;line-height:1.5;margin-top:9px;max-width:200px}.option-symbol{font-size:22px;line-height:1;align-self:flex-start;margin-top:1px;color:var(--accent)}.selection-dot{position:absolute;right:10px;top:12px;border:1px solid #c1d3cb;width:17px;height:17px;border-radius:50%;display:grid;place-items:center}.selection-dot svg{width:12px;height:12px}.selected .selection-dot{color:white;background:var(--accent);border-color:var(--accent)}.context-hint{font-size:11px;line-height:1.6;color:var(--muted);margin-top:16px}.answer-field{margin-top:6px}.answer-field textarea{min-height:140px;font-size:15px;line-height:1.65;background:#fcfdfc}.scope-options+.answer-field{margin-top:20px}.material-shortcuts{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.material-shortcuts button{font-size:11px;padding:9px 12px}.field-row{display:grid;grid-template-columns:1fr 160px;gap:15px}.style-fields{margin-bottom:24px}.closing-options legend{margin-bottom:10px}.closing-option{display:flex;gap:12px;align-items:flex-start;font-weight:400;border:1px solid var(--line);padding:12px 15px;border-radius:10px;cursor:pointer;margin-bottom:8px}.closing-option.selected{border-color:#81afa1;background:#f5faf7}.closing-option input{width:15px;height:15px;margin:3px 0 0;padding:0}.closing-option strong{display:block;font-size:13px;font-weight:600}.closing-option small{display:block;line-height:1.5;font-size:11px;margin-top:4px}.question-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--line);padding:20px 30px;background:#fbfdfc}.question-footer>span{font-size:10px;color:var(--muted)}.question-footer>button{font-size:12px}.question-footer>button:first-child{background:transparent;border:0}.voice-console{margin-top:0;margin-bottom:24px;padding:20px;background:#f4f7f5;border:1px solid #e3ebe6;border-radius:14px}.voice-console.is-recording{border-color:#83b4a2;background:#ecf6ef}.voice-console-main{display:flex;gap:13px;align-items:center}.mic-button{width:48px;height:48px;padding:0;background:var(--accent);color:white;border:0;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.mic-button:hover{background:#0a4b44}.mic-button.recording{background:#a03a3a}.mic-button svg{width:21px;height:21px}.voice-label{flex:1;min-width:0}.voice-label strong{display:block;font-size:13px;font-weight:600}.voice-label>span{display:block;font-size:11px;line-height:1.5;color:var(--muted);margin-top:5px}.voice-alternatives{display:flex;align-items:center;gap:16px;margin:14px 0 0 61px}.upload-label{border:0;border-radius:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:6px;font-size:11px;white-space:nowrap;color:var(--accent);cursor:pointer;margin:0;font-weight:500}.upload-label:hover{text-decoration:underline}.upload-label svg{width:13px;height:13px}.voice-alternatives>span{font-size:10px;color:var(--muted);line-height:1.4}.audio-note{display:block;font-size:9px;margin-top:14px;color:#748781;line-height:1.5}.voice-console canvas{width:92px;height:30px}.transcript{border-top:1px solid var(--line);padding-top:12px;margin-top:14px;font-size:11px}.transcript summary{cursor:pointer;color:var(--accent)}.transcript p{margin-top:9px;color:var(--muted)}.voice-clarification{font-size:12px;margin-top:14px;color:var(--accent)}.voice-console>.text-button{margin-top:10px;font-size:11px}
.brief-summary{padding-top:10px;position:sticky;top:22px}.summary-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.status-dot{font-size:9px;color:var(--muted);display:flex;gap:5px;align-items:center}.status-dot i{width:5px;height:5px;border-radius:50%;background:#91aca0}.summary-item{display:block;width:100%;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:18px 0;background:transparent;text-align:left}.summary-item:hover{background:transparent}.summary-item>span{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.summary-item svg{width:12px;height:12px;opacity:.45}.summary-item:hover svg{opacity:1}.summary-item strong{font-size:12px;font-weight:500;line-height:1.65;margin-top:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ending-note{margin-top:22px;padding:16px;background:#e6eeea;border-radius:11px}.ending-note>span{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--accent);font-weight:600}.ending-note svg{width:14px;height:14px}.ending-note p{font-size:11px;color:var(--muted);margin-top:8px}.reference-picker{margin-top:24px;border-bottom:1px solid var(--line);padding-bottom:20px}.reference-picker summary{font-size:12px;cursor:pointer}.reference-picker summary>span{font-size:10px;color:var(--muted);margin-left:6px}.reference-picker .checks{margin-top:15px}.reference-picker .text-button{margin-top:10px;font-size:11px}.last-script{margin-top:23px}.last-script small{display:block;font-size:9px;letter-spacing:1px}.last-script button{background:transparent;border:0;border-radius:0;text-align:left;padding:11px 0;font-weight:500;font-size:12px;line-height:1.5}.last-script svg{width:14px;margin-left:5px}.page-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:6px 0 30px}.page-title h1{font-size:34px;margin-top:10px}.page-title p{margin-top:10px;color:var(--muted);font-size:13px}.top-eyebrow{color:var(--muted);margin-bottom:12px}.pill{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;border:1px solid var(--line);border-radius:20px;background:white;padding:5px 9px;font-size:10px;color:var(--muted)}.pill.purple,.pill.green{background:var(--purple-soft);border-color:transparent;color:var(--accent)}.pill.yellow{background:#faf1df;color:#87692c;border-color:transparent}.panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:23px 26px;border-bottom:1px solid var(--line);gap:15px}.panel-head h2{font-size:19px;margin-top:6px}.mini-button{font-size:11px;padding:8px 12px}.checks{display:flex;gap:7px;flex-wrap:wrap}.check{display:flex;align-items:center;gap:6px;font-size:10px;background:#eaf1ed;padding:7px 9px;border-radius:6px;font-weight:400;margin:0}.check input{width:12px;height:12px;margin:0;padding:0}.script-title{padding:30px 34px 26px}.script-title h2{font-size:30px;line-height:1.2;letter-spacing:-1px;margin:15px 0 18px;max-width:620px}.script-meta{display:flex;flex-wrap:wrap;gap:7px}.tabs{display:flex;gap:24px;padding:0 34px;border-bottom:1px solid var(--line);overflow:auto}.tabs button{padding:15px 0;background:transparent;border:0;border-bottom:2px solid transparent;border-radius:0;white-space:nowrap;font-size:12px;color:var(--muted)}.tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.script-body{padding:5px 34px 25px}.beat{display:grid;grid-template-columns:55px minmax(0,1fr);gap:14px;padding:26px 0;border-bottom:1px solid #e8eeeb}.beat:last-child{border:0}.beat-time{font:10px var(--mono);color:var(--muted);padding-top:4px}.beat-time .bar{display:block;width:24px;height:3px;background:#d9e5df;border-radius:2px;margin-top:12px}.beat:first-child .bar{background:var(--accent);width:34px}.beat-label{font:9px var(--mono);letter-spacing:1px;text-transform:uppercase;color:var(--accent);margin-bottom:9px}.spoken{font-size:19px;line-height:1.65;letter-spacing:-.2px;white-space:pre-line}.visual{font-size:11px;color:var(--muted);margin-top:13px;padding-left:12px;border-left:2px solid var(--line)}.script-actions{display:flex;gap:8px;flex-wrap:wrap;padding:20px 34px;border-top:1px solid var(--line)}.script-actions button{font-size:11px}.note-box{background:#e8efeb;border-radius:11px;padding:18px 22px;color:var(--muted);font-size:12px;line-height:1.7;margin-top:18px}.note-box strong{color:var(--ink)}.split-note{display:flex;gap:15px}.split-note .icon{font-size:25px;color:var(--accent)}.info-section{padding:23px 0}.info-section+.info-section{border-top:1px solid var(--line)}.info-section h3{margin-bottom:12px}.info-section p,.info-section li{font-size:13px;line-height:1.8}.info-section ul{padding-left:18px}.hook-option{display:flex;align-items:start;gap:16px;padding:19px;margin-top:14px;background:#f4f7f5;border-radius:10px}.hook-option>span{font:11px var(--mono);color:var(--accent);margin-top:4px}.hook-option p{flex:1}.hook-option button{font-size:10px;align-self:center}.review-line{display:flex;gap:13px;font-size:12px;line-height:1.8;margin:14px 0}.review-line>span{color:var(--accent)}.progress-box{padding:50px;min-height:520px;display:flex;flex-direction:column;justify-content:center}.progress-box h2{margin:24px 0 12px}.progress-box p{max-width:430px;color:var(--muted);font-size:14px}.spinner{width:26px;height:26px;flex-shrink:0;border-radius:50%;border:2px solid #d8e6df;border-top-color:var(--accent);animation:spin 1s linear infinite}.steps{display:flex;gap:8px;margin:30px 0}.steps span{height:3px;flex:1;background:#dfebe4;border-radius:3px}.steps span:first-child{background:var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}.idea-tray{margin-bottom:30px}.idea-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.idea-list>button{display:flex;flex-direction:column;gap:12px;border:0;border-right:1px solid var(--line);text-align:left;border-radius:0;padding:24px;background:transparent}.idea-list>button:hover{background:#f4f8f5}.idea-list strong{font-size:16px;line-height:1.4;font-weight:600}.idea-list small{font-size:11px;line-height:1.6}.idea-arrow{color:var(--accent);font-size:10px;margin-top:auto}.idea-arrow svg{width:15px;height:15px}.toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:24px 0}.toolbar input{max-width:360px}.toolbar select{width:200px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.reference-card{padding:26px}.reference-card h3{font-size:21px;margin:15px 0 8px}.reference-card .handle{font-size:12px}.reference-card p{font-size:13px;margin:15px 0}.reference-card .fit{float:right}.reference-card .source{font-size:11px;padding:9px 0}.reference-card details{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.reference-card summary{cursor:pointer;color:var(--accent);font-size:12px}.reference-card ul{padding-left:18px;font-size:12px;line-height:1.8}.reference-card .limits{background:#f2f6f3;padding:14px;border-radius:8px;font-size:11px;line-height:1.6;color:var(--muted)}.reference-card textarea{font-size:13px}.research-form{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;padding:27px}.research-form textarea{min-height:78px}.research-form small{display:block;max-width:750px;font-size:11px;line-height:1.6;margin-top:7px}.research-buttons{display:grid;gap:9px}.research-buttons button{font-size:12px}.inline-status{font-size:12px;line-height:1.6;color:var(--accent);margin-top:12px}.research-result{margin-bottom:24px}.library-card{padding:28px;display:flex;flex-direction:column;gap:15px}.library-card h3{font-size:21px;line-height:1.4}.library-card p{font-size:13px;color:var(--muted)}.library-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.library-card footer button{font-size:12px}.empty{border:1px dashed #bbcec4;border-radius:var(--radius);padding:55px;text-align:center}.empty h2{margin-bottom:15px}.empty p{color:var(--muted)}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:26px}.metric{padding:26px}.metric strong{display:block;font-size:34px;letter-spacing:-1px;margin:12px 0}.metric small{font-size:12px}.metrics-table{overflow:auto}.metrics-table table{border-collapse:collapse;width:100%;min-width:680px}.metrics-table th,.metrics-table td{text-align:left;padding:18px;border-bottom:1px solid var(--line);font-size:12px}.metrics-table th{font-size:11px;font-weight:500;color:var(--muted);background:#f9fbf9}.metrics-table td:first-child{max-width:320px}.metrics-form{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.metrics-form .wide{grid-column:1/-1}.voice-form{padding:32px;max-width:850px}.field{margin-bottom:20px}.field small{display:block;line-height:1.6;font-size:11px;margin-top:7px}.voice-form textarea{min-height:110px}.feedback-area{margin-top:18px}.feedback-area textarea{min-height:90px}.feedback-area button{margin:10px 8px 0 0;font-size:12px}.edit-beat{margin:18px 0}.edit-beat textarea{min-height:120px}.error{color:var(--red);font-size:12px;line-height:1.6;margin-top:12px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#17362d;color:white;box-shadow:0 6px 24px #17362d20;padding:14px 22px;border-radius:12px;font-size:12px;max-width:90vw;z-index:20;line-height:1.6}.toast.error{background:#8b3041}.login-card{max-width:470px;padding:50px;margin:8vh auto;background:white;border:1px solid var(--line);border-radius:24px}.login-card h1{font-size:38px;margin-top:5px}.login-card p{margin:18px 0 30px;font-size:14px;color:var(--muted)}.login-card button{width:100%;margin-top:15px;justify-content:space-between}.login-card small{display:block;font-size:10px;margin-top:28px}.login-symbol{font:110px Georgia;color:var(--accent);line-height:1;margin:35px 0 -17px}dialog{border:0;border-radius:20px;width:min(850px,94vw);max-height:90vh;background:#fbfdfb;color:var(--ink);padding:30px}dialog::backdrop{background:#152c28bb;backdrop-filter:blur(6px)}.reader-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:-30px;background:#fbfdfb;padding:10px 0}.reader-head button{border:0;background:transparent;font-size:20px}#reader-text{font-size:30px;line-height:1.9;padding:30px 15px;white-space:pre-line;max-width:680px;margin:auto}
@media(min-width:1550px){.studio-grid{grid-template-columns:minmax(0,1fr) 285px;gap:50px}.question-content{padding:40px 50px;min-height:510px}.question-content h2{font-size:35px}.scope-option{padding:24px 20px;min-height:152px}.app-header{padding:0 max(4vw,calc((100vw - 1360px)/2))}}
@media(max-width:1100px){.studio-grid{grid-template-columns:minmax(0,1fr) 230px;gap:25px}.app-header{padding:0 25px;gap:15px}.app-header nav button{padding:10px;font-size:12px}.question-content{padding:30px 25px}.question-steps{padding:16px}.question-steps button{font-size:11px;padding:7px 4px;gap:7px}.question-content h2{font-size:28px}.scope-option{padding:20px 12px;gap:6px}.scope-option strong{font-size:13px}.scope-option small{font-size:11px}.voice-alternatives{margin-left:0}.question-footer{padding:18px 22px}.question-footer>span{display:none}.script-title,.script-actions{padding:25px}.script-body{padding:5px 25px 20px}.tabs{padding:0 25px;gap:20px}.spoken{font-size:18px}}
@media(max-width:860px){.app-header{height:auto;flex-wrap:wrap;padding:18px 25px 0;gap:15px}.app-header nav{order:3;width:100%;overflow:auto;padding-bottom:14px;gap:5px}.app-header nav button{flex:1;white-space:nowrap}.account-button{margin-left:auto}.studio-grid{grid-template-columns:minmax(0,1fr) 215px;gap:20px}#page{padding-top:25px}.studio-heading h1{font-size:31px}.studio-heading p{font-size:12px}.scope-options{grid-template-columns:1fr}.scope-option{min-height:0;align-items:center;padding:16px}.scope-option small{margin-top:5px;max-width:260px}.scope-option small br{display:none}.scope-option strong{max-width:none}.scope-option>span:nth-child(2){padding-right:20px}.scope-option .selection-dot{top:50%;transform:translateY(-50%);right:14px}.question-steps{gap:0;padding:14px 10px}.question-steps button{gap:4px;font-size:10px;justify-content:center}.question-steps button span{width:20px;height:20px;font-size:10px}.question-help{margin-bottom:22px}.voice-console{padding:16px}.voice-console canvas{display:none}.voice-label strong{font-size:12px}.voice-alternatives{display:block}.voice-alternatives>span{display:block;margin-top:9px}.style-fields{grid-template-columns:1fr}.summary-item strong{font-size:11px}.summary-title{display:block}.status-dot{margin-top:8px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.page-title h1{font-size:29px}.page-title>.pill{display:none}}
@media(max-width:650px){.app-header{padding:16px 18px 0}.wordmark{font-size:26px}.wordmark i{font-size:13px}.app-header nav{gap:0;margin:0 -5px;width:calc(100% + 10px)}.app-header nav button{font-size:11px;padding:10px 9px}.app-header nav em{display:none}.account-button>span:last-child{display:none}.topbar{padding:19px 20px 0}.topbar .cloud-status{display:none}#page{padding:27px 18px 45px}.studio-heading{display:block;margin-bottom:23px}.studio-heading h1{font-size:33px;max-width:310px;line-height:1.1}.studio-heading p{font-size:13px;max-width:320px}.studio-heading .eyebrow{font-size:9px}.view-toggle{display:inline-flex;margin-top:21px}.view-toggle button{font-size:11px;padding:8px 19px}.studio-grid{grid-template-columns:1fr;gap:25px}.brief-summary{position:static;padding:10px 4px 0}.summary-title{display:flex}.status-dot{margin-top:0}.summary-items{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.summary-item{padding:15px 0}.summary-item strong{font-size:12px}.ending-note{margin-top:18px}.question-content{padding:25px 21px 20px;min-height:0}.question-content h2{font-size:29px;line-height:1.13}.question-help{font-size:12px;line-height:1.6;margin:12px 0 24px}.question-steps{padding:16px 10px}.question-steps button{font-size:10px;gap:5px}.question-steps button span{width:23px;height:23px}.scope-option{padding:18px 16px}.scope-option strong{font-size:14px}.scope-option small{font-size:12px;max-width:230px}.scope-options{gap:11px}.context-hint{font-size:11px}.voice-console{padding:17px 14px;margin-top:0;margin-bottom:22px}.voice-label strong{font-size:12px}.mic-button{width:44px;height:44px}.voice-console-main{gap:11px}.voice-label>span{font-size:11px}.voice-alternatives{margin-top:16px}.voice-alternatives>span{font-size:9px}.audio-note{font-size:9px}.question-footer{padding:17px 20px}.question-footer>button{font-size:12px}.material-shortcuts button{font-size:10px}.style-fields{grid-template-columns:1fr}.answer-field textarea{font-size:16px;min-height:155px}.closing-option{padding:13px 12px}.closing-option small{font-size:11px}.cards{grid-template-columns:1fr}.page-title{margin-bottom:24px}.page-title h1{font-size:31px}.page-title p{font-size:12px}.panel-head{padding:20px}.idea-list{grid-template-columns:1fr}.idea-list>button{border-right:0;border-bottom:1px solid var(--line);padding:23px}.script-title{padding:25px 22px}.script-title h2{font-size:27px}.tabs{gap:18px;padding:0 22px}.tabs button{font-size:11px}.script-body{padding:5px 22px 20px}.beat{grid-template-columns:39px 1fr;gap:9px}.spoken{font-size:18px}.script-actions{padding:20px 22px}.script-actions button{font-size:10px;padding:10px 12px}.metrics-form{grid-template-columns:1fr 1fr}.research-form{grid-template-columns:1fr;padding:22px;gap:15px}.research-buttons{grid-template-columns:1fr 1fr}.research-buttons button{font-size:11px;padding:11px 9px}.toolbar input,.toolbar select{width:100%;max-width:100%}.reference-card,.library-card{padding:23px}.metrics-grid{gap:12px}.metric{padding:20px}.metric strong{font-size:31px}.voice-form{padding:24px}.login-card{margin:6vh 18px;padding:33px}.login-card h1{font-size:35px}.toast{font-size:11px;width:max-content;max-width:calc(100vw - 32px);bottom:15px}#reader-text{font-size:24px;padding:25px 0}.progress-box{padding:35px;min-height:420px}.empty{padding:40px 25px}.reading-view .brief-summary{display:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

@media(max-width:650px){.topbar{display:none}#page{padding-top:24px}.studio-heading .eyebrow{display:none}.studio-heading h1{font-size:29px;margin-top:0;max-width:none}.studio-heading p{font-size:12px;margin-top:8px}.studio-heading{margin-bottom:19px}.view-toggle{margin-top:15px}.question-content h2{font-size:26px}.question-help{margin-bottom:20px}}

.read-summary{padding-top:15px}.read-summary>small{display:block;font-size:11px;color:var(--muted);margin-top:20px}.read-summary>p{font-size:12px;margin-top:8px;line-height:1.7}.read-summary>button{margin-top:24px;font-size:12px}.read-summary>button svg{width:14px;margin-left:6px}

/* Automatic studio: a recording queue, with optional direction kept secondary. */
.automatic-intro{display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:center;padding:22px 0 46px;border-bottom:1px solid var(--line)}.automatic-intro h1{font-size:62px;line-height:1.01;letter-spacing:-2.8px;margin:18px 0}.automatic-intro h1>span{color:var(--accent)}.automatic-intro>div>p{font-size:15px;color:var(--muted);line-height:1.7}.automatic-start>.primary{width:100%;padding:19px 20px;font-size:15px;min-height:61px;justify-content:space-between;border-radius:12px}.automatic-start>p{font-size:12px!important;margin-top:15px}.batch-direction{margin-top:22px}.batch-direction summary{cursor:pointer;font-size:12px;color:var(--accent)}.batch-direction summary span{font-size:10px;color:var(--muted);margin-left:6px}.batch-direction label{font-size:11px;margin-top:17px}.batch-direction textarea{font-size:13px;min-height:90px}.automatic-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:35px 0 24px}.automatic-toolbar h2{font-size:23px}.automatic-toolbar p{font-size:12px;color:var(--muted);margin-top:8px}.batch-count{font:11px var(--mono);color:var(--accent);white-space:nowrap;padding:9px 12px;background:var(--purple-soft);border-radius:8px}.automatic-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}.automatic-card{background:white;border:1px solid var(--line);border-radius:17px;padding:25px;min-width:0;display:flex;flex-direction:column;min-height:355px}.automatic-card-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:10px;color:var(--muted);margin-bottom:25px}.take-number{font:11px var(--mono);color:#81968c}.automatic-card h3{font-size:23px;line-height:1.23;letter-spacing:-.75px}.automatic-card-why{color:var(--muted);font-size:12px;line-height:1.7;margin-top:14px}.script-placeholder{margin:28px 0 25px;display:grid;gap:9px}.script-placeholder span{height:6px;background:#f0f4f2;border-radius:3px;width:100%}.script-placeholder span:nth-child(2){width:91%}.script-placeholder span:nth-child(3){width:96%}.script-placeholder span:nth-child(4){width:61%}.automatic-card-wait{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted);margin-top:auto;padding-top:12px}.automatic-card.is-writing{border-color:#7fac9d}.is-writing .automatic-card-wait{color:var(--accent)}.button-spinner{display:inline-block;width:15px;height:15px;border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .9s linear infinite;flex-shrink:0}.automatic-script-meta{display:flex;flex-wrap:wrap;gap:8px 13px;font-size:10px;color:var(--muted);padding:16px 0 20px;border-bottom:1px solid var(--line);margin-bottom:20px}.reviewed{color:var(--accent)}.needs-review{color:#96661c}.automatic-spoken p{font-size:16px;line-height:1.7;letter-spacing:-.12px}.automatic-spoken p+p{margin-top:16px}.automatic-filming{margin-top:25px;padding:16px 0 0;border-top:1px solid var(--line)}.automatic-filming>span{font-size:9px;font-weight:600;letter-spacing:.8px;color:var(--accent)}.automatic-filming svg{width:12px;height:12px;margin-right:5px}.automatic-filming p{font-size:11px;line-height:1.7;color:var(--muted);margin-top:9px}.automatic-card-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:23px}.automatic-card-actions>.primary{font-size:11px;padding:12px;gap:9px;flex:1}.automatic-card-actions .primary svg{width:13px;height:13px}.automatic-card-actions>.text-button{width:100%;font-size:10px;margin-top:5px}.automatic-footer{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:35px;padding:24px 0;border-top:1px solid var(--line)}.automatic-footer strong{font-size:13px;font-weight:600}.automatic-footer p{font-size:12px;margin-top:6px;color:var(--muted)}.automatic-footer button{font-size:12px;white-space:nowrap}.automatic-footer svg{width:14px;height:14px;margin-left:8px}.batch-error{margin:0 0 22px;border:1px solid #e4c7bb;background:#fff8f1;padding:18px 22px;border-radius:12px;font-size:12px;color:#79493a}.batch-error p{margin-top:7px}.batch-error>span{display:block;font-size:11px;margin-top:8px}
@media(max-width:1100px){.automatic-intro{grid-template-columns:1fr 310px;gap:35px}.automatic-intro h1{font-size:54px}.automatic-card{padding:21px}.automatic-cards{gap:14px}.automatic-card h3{font-size:21px}.automatic-spoken p{font-size:15px}}
@media(max-width:860px){.automatic-intro{grid-template-columns:1fr 290px;gap:25px;padding-top:10px}.automatic-intro h1{font-size:47px}.automatic-intro>div>p{font-size:13px}.automatic-start>.primary{font-size:13px}.automatic-cards{grid-template-columns:1fr}.automatic-card{min-height:0;padding:26px}.automatic-card-meta{margin-bottom:17px}.automatic-card h3{font-size:25px}.script-placeholder{margin:22px 0 15px}.automatic-spoken p{font-size:18px}.automatic-card-actions>.primary{flex:0 1 auto}.automatic-card-actions>.text-button{width:auto;margin:0 0 0 auto}.automatic-card-actions{gap:12px}}
@media(max-width:650px){.automatic-intro{grid-template-columns:1fr;gap:24px;padding:4px 3px 30px}.automatic-intro .eyebrow{font-size:9px}.automatic-intro h1{font-size:48px;letter-spacing:-2px;margin:13px 0 15px}.automatic-intro>div>p{font-size:13px}.automatic-start>.primary{font-size:14px;padding:17px 19px;min-height:56px}.automatic-start>p{font-size:11px!important;margin-top:12px}.batch-direction{margin-top:16px}.automatic-toolbar{padding:27px 3px 20px;align-items:start;gap:12px}.automatic-toolbar h2{font-size:22px}.automatic-toolbar p{font-size:11px;line-height:1.6}.batch-count{font-size:9px;padding:8px;flex-shrink:0}.automatic-card{padding:25px 22px}.automatic-card h3{font-size:25px}.automatic-card-meta{font-size:10px}.automatic-card-actions>.primary{flex:1}.automatic-card-actions>.text-button{width:100%;margin:0}.automatic-footer{display:block;padding:23px 3px}.automatic-footer p{font-size:11px}.automatic-footer button{margin-top:17px}.automatic-spoken p{font-size:17px}.batch-error{padding:17px}}

.guide-angle{font-size:13px;color:var(--muted);line-height:1.65;margin-top:12px}.guide-label{display:block;font:9px var(--mono);letter-spacing:.7px;color:var(--accent);margin-bottom:10px}.guide-hook{margin-top:22px;padding:17px;background:#edf5f0;border-radius:10px}.guide-hook p{font-size:16px;line-height:1.55}.guide-hook small{display:block;font-size:10px;margin-top:9px}.guide-points{margin-top:25px}.guide-points ol{margin:0;padding:0;list-style:none;counter-reset:points}.guide-points li{counter-increment:points;position:relative;padding:0 0 0 27px;margin-top:18px}.guide-points li::before{content:counter(points);position:absolute;left:0;top:1px;font:11px var(--mono);color:var(--accent)}.guide-points li strong{font-size:14px;line-height:1.5}.guide-points li p{font-size:13px;line-height:1.65;color:var(--muted);margin-top:5px}.guide-example,.guide-close{margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.guide-example p,.guide-close p{font-size:13px;line-height:1.65}.guide-example p{color:var(--muted)}.guide-detail-body{padding:22px 34px 28px}.guide-detail-body .guide-hook{margin-top:0}.guide-detail-body .guide-points li strong{font-size:18px}.guide-detail-body .guide-points li p{font-size:16px}.guide-detail .script-title .pill{margin-top:17px}.guide-detail-body .guide-example p,.guide-detail-body .guide-close p{font-size:16px}#reader-text.memory-view{font-size:18px;white-space:normal;line-height:1.6;padding:15px 0}.memory-view h2{font-size:31px;line-height:1.2}.memory-hook{margin:20px 0;padding:16px 18px;background:#e9f2ed;border-radius:9px;font-size:20px}.memory-view ol{padding-left:26px;margin:25px 0}.memory-view li{padding-left:8px;margin:20px 0}.memory-view li strong{display:block;font-size:24px;line-height:1.3}.memory-view li span{display:block;font-size:17px;color:var(--muted);margin-top:7px}.memory-closing{padding-top:20px;border-top:1px solid var(--line);font-size:19px}.memory-closing small{display:block;font:10px var(--mono);letter-spacing:1px;margin-bottom:9px}.memory-note{display:block;margin-top:25px;font-size:12px}@media(max-width:650px){.guide-hook p{font-size:16px}.guide-points li strong{font-size:15px}.guide-points li p{font-size:14px}.guide-detail-body{padding:20px 22px}.memory-view h2{font-size:26px}.memory-view li strong{font-size:22px}.memory-view li span{font-size:15px}.memory-hook{font-size:18px}.memory-closing{font-size:17px}}

/* Opening variants stay optional so the recording guide remains compact. */
.hook-alternatives{margin:12px 0 24px}
.hook-alternatives>summary{cursor:pointer;padding:12px 0;line-height:1.5;font-weight:600}
.hook-alternatives>summary:focus-visible{outline:2px solid var(--purple);outline-offset:3px}
.hook-alternatives .guide-hook{margin-top:12px}
.hook-alternatives .guide-hook small{display:block;line-height:1.6}
.hook-alternatives .guide-hook .muted{font-size:13px;line-height:1.6;margin:10px 0}

.topic-sources{border-top:1px solid var(--line,#ddd);padding-top:16px;margin:20px 0;font-size:13px;line-height:1.55}.topic-sources summary{cursor:pointer;font-weight:600}.topic-sources div{margin-top:16px;overflow-wrap:anywhere}.topic-sources a{color:inherit;text-decoration:underline}.topic-sources small{display:block;opacity:.7;margin-top:6px}.topic-sources p{margin:8px 0}.source-status{font-size:13px;opacity:.75;margin-bottom:20px}

.personal-entry{margin:28px 0;padding:20px;border:1px solid var(--line,#ddd);border-radius:12px}.personal-entry form{display:grid;gap:12px}.personal-entry textarea{width:100%;min-height:110px}.personal-entry p{font-size:14px;max-width:760px}.personal-entry button{justify-self:start}

.content-lines{border:0;padding:0;margin:0 0 20px;min-width:0}.content-lines legend{font-weight:600;margin-bottom:10px}.content-lines>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.content-line{text-align:left;display:flex;flex-direction:column;gap:6px;padding:14px;border:1px solid #b8c4cf;background:transparent;color:inherit;border-radius:10px;min-width:0}.content-line small{font-weight:400;line-height:1.4}.content-line.selected{border-color:currentColor;box-shadow:inset 0 0 0 1px currentColor}.content-line:focus-visible{outline:3px solid #4c83b3;outline-offset:3px}.content-lines:disabled{opacity:.65}@media(max-width:480px){.content-lines>div{grid-template-columns:1fr}}

/* Referentes: original and adaptation stay visibly connected. */
.automatic-references{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:28px 0}.automatic-references h2{margin:10px 0;font-size:24px}.reference-links{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin:12px 0}.reference-links a{font-size:14px;text-decoration:underline;text-underline-offset:4px}.reference-links input{flex:1;min-width:180px}.reference-heading{display:flex;justify-content:space-between;gap:8px}.reference-video{padding:22px 0;border-top:1px solid var(--line,#dce5e2)}.reference-video h4{font-size:19px;line-height:1.3;margin:10px 0}.reference-video p{line-height:1.6}.reference-video ol{padding-left:22px;font-size:14px}.reference-video li{margin:8px 0}.reference-video blockquote,.format-reference blockquote{margin:14px 0;padding:16px;background:#eaf4ef;border-left:3px solid #147367;font-size:17px;line-height:1.5}.reference-video blockquote small,.format-reference blockquote small{display:block;font-size:11px;margin-bottom:8px}.reference-video-form{display:grid;gap:14px;padding:16px 0}.reference-video-form label{display:grid;gap:7px}.reference-card details{margin-top:16px}.reference-card .reference-videos{margin-top:24px}.reference-controls select{width:100%}.reference-add{margin-bottom:24px}@media(max-width:720px){.automatic-references{grid-template-columns:1fr;gap:16px}.reference-links input{width:100%;flex-basis:100%}.reference-video h4{font-size:18px}}

.reference-credit{padding:14px 0;margin-bottom:18px;border-block:1px solid #dce5e2;display:flex;gap:10px;flex-wrap:wrap;font-size:13px}.reference-credit p{flex-basis:100%;margin:0;line-height:1.5}.reference-credit a{text-decoration:underline}

.reference-add,.automatic-references,.research-tools{padding:26px}.research-tools{margin-bottom:24px}.research-tools .research-form{border:0;padding:24px 0 0;margin:0}.reference-credit small{font-size:12px}
