.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}
