.auto-studio{max-width:960px}.auto-mode,.auto-actions{flex-wrap:wrap;align-items:center;gap:14px;margin:24px 0;display:flex}.auto-mode span{color:#993c1d;background:#f7e4dc;border-radius:8px;padding:12px 16px;font-weight:600}.auto-card{background:#fff;border:1px solid #e4e1da;border-radius:12px;margin:24px 0;padding:24px}.auto-card h2{margin-top:0}.auto-card label{gap:8px;display:grid}.auto-card small,.auto-note{color:#6b6863;line-height:1.5}.auto-error{color:#993c1d;background:#f7e4dc;border-radius:8px;padding:16px}.auto-stages{grid-template-columns:repeat(3,1fr);gap:12px;padding:0;list-style:none;display:grid}.auto-stages li{border:1px solid #e4e1da;border-radius:8px;padding:12px;font-size:14px}.auto-stages .active{background:#f7e4dc;border-color:#b84a26}.auto-card progress{accent-color:#b84a26;width:100%}.auto-card summary{cursor:pointer;padding:14px 0}.auto-card a,.auto-card p{overflow-wrap:anywhere}@media (max-width:600px){.auto-card{padding:18px}.auto-stages{grid-template-columns:repeat(2,1fr)}.auto-actions>*{min-height:44px}.auto-mode{flex-direction:column;align-items:stretch}}.schedule-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.schedule-heading p{margin-bottom:0}.auto-schedules .schedule-runner{align-items:center;gap:12px;margin:16px 0;font-weight:600;display:flex}.schedule-runner input{accent-color:#b84a26;width:20px;height:20px}.schedule-form{background:#f7f7f4;border-radius:8px;margin:20px 0;padding:18px}.schedule-form fieldset{border:0;gap:16px;min-width:0;padding:0;display:grid}.schedule-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.schedule-item{border:1px solid #e4e1da;border-top:3px solid #6956c9;border-radius:8px;padding:18px}.schedule-item h3{margin-top:0}.schedule-item .auto-actions{margin-bottom:0}@media (max-width:600px){.schedule-list{grid-template-columns:1fr}.schedule-heading{flex-direction:column}}@media (min-width:1150px){.auto-studio{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);align-items:start;gap:0 22px;max-width:1320px;display:grid}.auto-studio>p,.auto-studio>h1,.auto-studio>nav,.auto-studio>.auto-error{grid-column:1/-1}.auto-studio>.auto-schedules{grid-area:auto;margin-top:12px}.auto-studio>.auto-card:not(.auto-schedules){grid-column:auto;margin-top:12px}.auto-schedules .schedule-list{grid-template-columns:1fr}.auto-schedules .schedule-item{padding:15px}}.auto-schedules{border-top:3px solid #187d72;scroll-margin-top:100px}.schedule-item{border-top-color:#187d72}.auto-studio[data-view]{max-width:1120px;display:block}.auto-studio[data-view=create]>.auto-schedules,.auto-studio[data-view=schedules]>.auto-card:not(.auto-schedules){display:none}.auto-mode button{color:#5340aa;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8d4cf;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:600;display:inline-flex}.auto-mode button[aria-pressed=true]{color:#993c1d;background:#f7e4dc;border-color:#b84a26}.auto-mode button:focus-visible{outline-offset:3px;outline:2px solid #5340aa}.auto-mode button:disabled{opacity:.6;cursor:default}.auto-mode .schedule-count{color:#5340aa;background:#eeeaf9;border-radius:20px;padding:2px 8px;font-size:13px}.auto-mode button small{color:#12665d;font-size:12px}@media (max-width:600px){.auto-mode{grid-template-columns:1fr 1fr;gap:8px;display:grid}.auto-mode button{flex-wrap:wrap;padding:10px 8px;font-size:14px}.auto-mode>a{padding:8px 0;font-size:14px}}.flow-progress{margin:22px 0}.flow-progress-summary{flex-wrap:wrap;align-items:center;gap:10px 20px;margin-bottom:12px;font-size:14px;display:flex}.flow-progress-summary strong{color:#5340aa}.flow-progress-summary time{font-variant-numeric:tabular-nums;color:#6b6863;margin-left:auto}.flow-progress-track{background:#eeeaf9;border-radius:20px;height:8px;overflow:hidden}.flow-progress-track>div{background:#187d72;border-radius:20px;height:100%;transition:width .4s}.flow-step-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0;padding:0;list-style:none;display:grid}.flow-step-list li{background:#fafaf8;border:1px solid #e4e1da;border-radius:10px;align-items:center;gap:10px;min-width:0;padding:14px;display:flex}.flow-step-list strong{font-size:14px;font-weight:600;line-height:1.4;display:block}.flow-step-list small{margin-top:4px;font-size:12px;display:block}.flow-step-icon{color:#6b6863;background:#eeede8;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.flow-step-list [data-state=done]{background:#e3f1ed;border-color:#a4cbc3}.flow-step-list [data-state=done] .flow-step-icon{color:#fff;background:#187d72}.flow-step-list [data-state=active]{background:#eeeaf9;border-color:#6956c9}.flow-step-list [data-state=active] .flow-step-icon{color:#fff;background:#5340aa}.flow-step-list [data-state=active] svg{animation:1.2s linear infinite flow-spin}.flow-step-list [data-state=error]{background:#fff1e6;border-color:#bc8133}.flow-step-list [data-state=paused]{border-color:#b8afe0}.flow-progress-note{color:#6b6863;margin:12px 0;font-size:14px}.flow-progress[data-active=true] .flow-progress-track{background:linear-gradient(90deg,#eeeaf9,#d4cbed,#eeeaf9) 0 0/200% 100%;animation:2.5s infinite flow-shimmer}@keyframes flow-spin{to{transform:rotate(360deg)}}@keyframes flow-shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.flow-step-list [data-state=active] svg,.flow-progress[data-active=true] .flow-progress-track{animation:none}.flow-progress-track>div{transition:none}}@media (max-width:600px){.flow-step-list{grid-template-columns:1fr 1fr;gap:8px}.flow-step-list li{gap:7px;padding:10px}.flow-step-list strong{font-size:13px}.flow-step-icon{flex-basis:24px;width:24px;height:24px}.flow-progress-summary{gap:7px 12px}.flow-progress-summary time{margin-left:0}}.topic-preview{background:#f7f5fc;border:1px solid #cfc7e8;border-radius:12px;min-width:0;margin-block:1.25rem;padding:1rem}.topic-preview h3{margin-top:0}.topic-preview small{line-height:1.5;display:block}.topic-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.topic-candidate{overflow-wrap:anywhere;background:#fff;border:1px solid #e4e1da;border-radius:10px;min-width:0;padding:1rem}.topic-candidate[data-selected=true]{border-top:4px solid #6956c9}.topic-candidate h4{margin:.6rem 0;font-size:1rem;line-height:1.4}.topic-candidate p{font-size:.9rem}.topic-candidate summary{cursor:pointer;min-height:44px;padding-block:.5rem}.topic-preview button{min-height:44px}@media (max-width:1000px){.topic-preview-grid{grid-template-columns:1fr}}.schedule-item .schedule-form{box-sizing:border-box;width:100%;margin-top:1rem}.schedule-repeat{border:0;min-width:0;margin:0;padding:0}.schedule-repeat legend{margin-bottom:.5rem}.schedule-days{border:1px solid var(--line,#e4e1da);border-radius:8px;margin-top:.75rem;padding:.75rem}.schedule-days summary{cursor:pointer;overflow-wrap:anywhere}.schedule-day-options{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.35rem;max-height:240px;margin-top:.75rem;display:grid;overflow:auto}.schedule-day-options label{align-items:center;gap:.5rem;min-height:44px;display:flex!important}.schedule-day-options input[type=checkbox]{accent-color:#b84a26;width:20px;height:20px;margin:0}.creation-path{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin:1rem 0;padding:0;list-style:none;display:grid}.creation-path li{background:#fff;border:1px solid #d8d3e2;border-radius:10px;flex-direction:column;gap:.65rem;min-width:0;padding:1rem;display:flex;position:relative}.creation-path li:not(:last-child):after{content:"→";color:#6b6863;font-size:1.2rem;position:absolute;top:1rem;right:-1.2rem}.creation-step{font-weight:700}.creation-path p{margin:0;font-size:.9rem;line-height:1.4}.creation-path small{margin-top:auto;font-size:.8rem}.creation-path button{white-space:normal;width:100%;padding:.65rem;font-size:.85rem}.creation-guidance{margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.creation-research-details{font-size:.85rem}.creation-research-details summary{padding:.4rem 0!important}@media (max-width:620px){.creation-path{grid-template-columns:1fr;gap:1.2rem}.creation-path li{grid-template-columns:minmax(0,1fr) minmax(120px,.8fr);gap:.3rem .7rem;padding:.8rem;display:grid}.creation-path li p,.creation-path li small{grid-column:1}.creation-path button{grid-area:1/2/4;align-self:center}.creation-path li:not(:last-child):after{content:"↓";font-size:1rem;top:auto;bottom:-1.2rem;right:50%}.creation-path p{font-size:.82rem}}.schedule-heading>div:first-child{flex:1;min-width:0}.schedule-heading-actions{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:12px;display:flex}.schedule-heading-actions :is(a,button){white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 14px;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}html .schedule-heading-actions .schedule-diary-link{color:#6b6863;background:0 0;border:0}html .schedule-heading-actions .schedule-diary-link:hover{color:#1a1613;background:#f0efeb}.schedule-heading-actions :is(a,button):focus-visible{outline-offset:3px;outline:2px solid #b84a26}.schedule-heading-actions .schedule-add:disabled{cursor:not-allowed}@media (max-width:760px){.schedule-heading{flex-direction:column}.schedule-heading-actions{gap:8px}}@media (max-width:360px){.schedule-heading-actions :is(a,button){gap:6px;padding-inline:8px}.schedule-heading-actions{gap:6px}}.creation-owner-estimate strong{color:#1a1613;font-variant-numeric:tabular-nums;font-size:1.1rem;display:block}.creation-owner-estimate span{display:block}.creation-owner-diagnostics{margin-block:.75rem;font-size:.875rem}.creation-owner-diagnostics summary{cursor:pointer;color:#5340aa;min-height:44px}.creation-diagnostic-table{max-width:100%;max-height:360px;margin-block:12px;overflow:auto}.creation-diagnostic-table table{border-collapse:collapse;text-align:left;width:100%}.creation-diagnostic-table th,.creation-diagnostic-table td{vertical-align:top;border-bottom:1px solid #e4e1da;padding:10px}.creation-diagnostic-table td:first-child{overflow-wrap:anywhere;min-width:170px}.creation-owner-diagnostics button{width:auto}html .auto-studio :is(.project-form,.creation-owner-diagnostics) label:has(>select){grid-template-columns:minmax(115px,.8fr) minmax(0,1.2fr);align-items:center;gap:6px 16px;width:100%;max-width:640px;font-size:14px;font-weight:500;display:grid}html .auto-studio :is(.project-form,.creation-owner-diagnostics) label:has(>select)>small{grid-column:1/-1;margin:0;font-weight:400}html .auto-studio :is(.project-form,.creation-owner-diagnostics) select{-webkit-appearance:none;appearance:none;color:#1a1613;cursor:pointer;width:100%;min-width:0;min-height:44px;box-shadow:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6863' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #d8d3ce;border-radius:8px;margin:0;padding:10px 36px 10px 12px;font-size:16px;font-weight:400;line-height:1.4}html .auto-studio :is(.project-form,.creation-owner-diagnostics) select:hover:not(:disabled){background-color:#fafaf8;border-color:#a9a29c}html .auto-studio :is(.project-form,.creation-owner-diagnostics) select:focus-visible{outline-offset:2px;border-color:#b84a26;outline:2px solid #b84a26}html .auto-studio :is(.project-form,.creation-owner-diagnostics) select:disabled{opacity:.55;cursor:not-allowed}@media (max-width:420px){html .auto-studio :is(.project-form,.creation-owner-diagnostics) label:has(>select){grid-template-columns:minmax(84px,.65fr) minmax(0,1.35fr);column-gap:10px}}.schedule-form{container-type:inline-size}.schedule-settings-grid{grid-template-columns:1fr;gap:16px;min-width:0;display:grid}.schedule-settings-panel{background:#fff;border:1px solid #e4e1da;border-radius:12px;flex-direction:column;gap:12px;min-width:0;padding:18px;display:flex}.schedule-settings-panel h4{color:#1a1613;margin:0 0 4px;font-size:15px;font-weight:600}html .auto-studio .schedule-settings-panel label:has(>select){grid-template-columns:76px minmax(0,1fr);gap:10px;max-width:none}html .schedule-form .schedule-repeat{display:block}.schedule-settings-panel .schedule-repeat legend{margin-bottom:8px;font-size:14px}.schedule-settings-panel .schedule-repeat .auto-actions{background:#f0efeb;border-radius:8px;gap:4px;margin:0;padding:4px;display:inline-flex}html .schedule-settings-panel .schedule-repeat .auto-actions button{color:#6b6863;min-height:36px;box-shadow:none;background:0 0;border:0;border-radius:6px;padding:7px 16px;font-size:14px}html .schedule-settings-panel .schedule-repeat .auto-actions button[aria-pressed=true]{color:#1a1613;background:#fff;box-shadow:0 1px 3px #1a161314}.schedule-settings-panel .schedule-days{border:0;margin-top:12px;padding:0}.schedule-settings-panel .schedule-days summary{min-height:32px;padding:4px 0;font-size:14px}.schedule-settings-panel .schedule-day-options{flex-wrap:wrap;gap:6px;max-height:none;margin-top:6px;display:flex;overflow:visible}html .schedule-settings-panel .schedule-day-options label{cursor:pointer;color:#6b6863;background:#fff;border:1px solid #e4e1da;border-radius:8px;justify-content:center;align-items:center;width:44px;min-height:44px;padding:0;font-size:13px;display:flex;position:relative}.schedule-settings-panel .schedule-day-options label:has(input:checked){color:#12665d;background:#e3f1ed;border-color:#187d72;font-weight:600}.schedule-settings-panel .schedule-day-options input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.schedule-settings-panel .schedule-day-options label:focus-within{outline-offset:2px;outline:2px solid #b84a26}.schedule-time-fields{grid-template-columns:110px minmax(0,1fr);gap:12px;margin-top:4px;display:grid}.schedule-time-fields label{min-width:0;font-size:14px}html .schedule-time-fields input{border-radius:8px;width:100%;min-width:0;min-height:44px;margin:0;padding:10px;font-size:16px}.schedule-style-field{gap:0;display:grid}html .schedule-content-settings .style-compare-compact{color:#5340aa;text-underline-offset:3px;min-height:36px;box-shadow:none;background:0 0;border:0;justify-self:start;margin:2px 0 0 86px;padding:6px 0;font-size:13px;text-decoration:underline}html .schedule-content-settings .style-compare-compact:hover{color:#1a1613;background:0 0}html .schedule-content-settings .schedule-cta-field{grid-template-columns:1fr auto;gap:6px;margin-top:2px;font-size:14px;display:grid}.schedule-optional{color:#6b6863;font-size:12px;font-weight:400}.schedule-cta-field input{grid-column:1/-1;min-width:0;margin:0;font-size:16px}@container (width>=760px){.schedule-settings-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@container (width<=340px){.schedule-settings-panel{padding:12px}.schedule-time-fields{grid-template-columns:96px minmax(0,1fr);gap:8px}html .auto-studio .schedule-settings-panel label:has(>select){grid-template-columns:64px minmax(0,1fr);gap:8px}html .schedule-content-settings .style-compare-compact{margin-left:72px}.schedule-settings-panel .schedule-day-options{gap:4px}html .schedule-settings-panel .schedule-day-options label{width:38px;min-height:44px}}html .schedule-settings-panel input:not([type=checkbox]){color:#1a1613;min-height:44px;box-shadow:none;background:#fff;border:1px solid #d8d3ce;border-radius:8px;width:100%;min-width:0;padding:10px 12px;font-size:16px;line-height:1.4}html .schedule-settings-panel input:focus-visible{outline-offset:2px;border-color:#b84a26;outline:2px solid #b84a26}.schedule-time-fields{grid-template-columns:150px minmax(0,1fr)}@container (width<=340px){.schedule-time-fields{grid-template-columns:1fr}.schedule-time-fields label{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:8px;display:grid}}@media (max-width:600px){.schedule-item .schedule-form{background:0 0;padding:0}.schedule-settings-panel{padding:12px}}@container (width<=340px){html .auto-studio .schedule-content-settings label:has(>select[name=content-goal]){grid-template-columns:1fr;gap:6px}.schedule-time-fields label:last-child{grid-template-columns:1fr;gap:6px}}.research-progress{border:1px solid var(--border,#e4e1da);color:#1a1613;overflow-wrap:anywhere;background:#fff;border-radius:12px;min-width:0;margin:16px 0;padding:16px}.research-progress>p:first-child{margin-top:0}.research-progress details{margin-top:12px}.research-progress summary{cursor:pointer;min-height:24px}.research-progress .topic-candidate{min-width:0}
