.ac-editor{display:flex;flex-direction:column;gap:1.5rem}.ac-editor__status{color:rgb(var(--muted) / .85);font-style:italic}.ac-editor__guardrail{background:rgb(var(--card-bg) / .82);border:1px solid rgb(var(--border) / .72);border-radius:14px;padding:1.5rem 1.75rem;color:rgb(var(--text) / .95);display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.ac-editor__guardrail--warning{border-color:#dcb47873}.ac-editor__guardrail h3{margin:0}.ac-editor__guardrail p{margin:0;color:rgb(var(--text) / .82)}.ac-editor__panel{background:rgb(var(--card-bg) / .82);border:1px solid rgb(var(--border) / .72);border-radius:14px;padding:1.5rem 1.75rem;color:rgb(var(--text) / .95);display:flex;flex-direction:column;gap:1rem}.ac-editor__panel-title{margin:0;font-size:1.2rem}.ac-editor__panel-actions{display:flex;gap:.6rem}.ac-editor__field{display:flex;flex-direction:column;gap:.35rem}.ac-editor__field label,.ac-editor__label{font-size:.85rem;color:rgb(var(--text) / .82);font-weight:500}.ac-editor__field--grow{flex:1}.ac-editor__field-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.ac-editor__input,.ac-editor__textarea{background:rgb(var(--bg) / .72);color:rgb(var(--text) / .95);border:1px solid rgb(var(--border) / .9);border-radius:8px;padding:.45rem .6rem;font:inherit;font-size:.95rem;min-width:0}.ac-editor__input:focus,.ac-editor__textarea:focus{outline:none;border-color:var(--color-mu-gold, #d4b865);box-shadow:0 0 0 2px #d4b86540}.ac-editor__input--small{max-width:9rem}.ac-editor__input--inline{font-size:1rem;font-weight:600}.ac-editor__textarea{resize:vertical;min-height:5rem;font-family:inherit}.ac-editor__textarea--tall{min-height:14rem}.ac-editor__radio-group{display:flex;gap:1.25rem;flex-wrap:wrap}.ac-editor__radio,.ac-editor__checkbox{display:flex;align-items:center;gap:.45rem;color:rgb(var(--text) / .95);font-size:.95rem;cursor:pointer}.ac-editor__error{color:#ffc8c8f2;background:#781e3240;border:1px solid rgba(220,120,140,.45);border-radius:8px;padding:.6rem .85rem;margin:0}.ac-editor__hint{color:rgb(var(--muted) / .95);font-size:.88rem;margin:0;font-style:italic}.ac-editor__modules-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.ac-editor__module-list{display:flex;flex-direction:column;gap:.85rem}.ac-editor__module{border:1px solid rgb(var(--border) / .72);border-radius:12px;background:rgb(var(--bg) / .62);overflow:hidden}.ac-editor__module-header{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;background:rgb(var(--text) / .05);border-bottom:1px solid rgb(var(--border) / .65)}.ac-editor__module-position{font-weight:700;color:#d4b865e6;min-width:1.5rem;text-align:center}.ac-editor__module-title{flex:1;text-align:left;background:none;border:none;color:rgb(var(--text) / .95);font:inherit;font-size:1.05rem;font-weight:600;cursor:pointer;padding:.15rem .25rem;border-radius:4px}.ac-editor__module-title:hover{background:rgb(var(--text) / .08)}.ac-editor__module-controls{display:flex;gap:.25rem}.ac-editor__module-body{padding:.9rem 1rem;display:flex;flex-direction:column;gap:.85rem}.ac-editor__icon-btn{background:rgb(var(--card-bg) / .7);color:rgb(var(--text) / .9);border:1px solid rgb(var(--border) / .85);border-radius:6px;padding:.2rem .45rem;font:inherit;font-size:.85rem;cursor:pointer;line-height:1}.ac-editor__icon-btn:hover:not(:disabled){background:rgb(var(--text) / .16)}.ac-editor__icon-btn:disabled{opacity:.35;cursor:not-allowed}.ac-editor__danger-btn{background:#78323c66;color:#ffdcdcf2;border:1px solid rgba(220,130,130,.45);border-radius:8px;padding:.4rem .75rem;font:inherit;font-size:.88rem;cursor:pointer}.ac-editor__danger-btn:hover{background:#8c3c468c}.ac-editor__danger-btn--small{padding:.25rem .6rem;font-size:.8rem}.ac-editor__lesson-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ac-editor__lesson-item{border:1px solid rgb(var(--border) / .62);border-radius:8px;background:rgb(var(--bg) / .52)}.ac-editor__lesson-row{display:flex;align-items:center;gap:.5rem;padding:.45rem .65rem}.ac-editor__lesson-pos{color:rgb(var(--muted) / .95);font-size:.85rem;min-width:1.5rem}.ac-editor__lesson-title-btn{flex:1;text-align:left;background:none;border:none;color:rgb(var(--text) / .95);font:inherit;font-size:.95rem;cursor:pointer;padding:.1rem .25rem;border-radius:4px}.ac-editor__lesson-title-btn:hover{background:rgb(var(--text) / .08)}.ac-editor__lesson-type{font-size:.75rem;color:rgb(var(--muted) / .95);border:1px solid rgb(var(--border) / .95);border-radius:999px;padding:.1rem .5rem;text-transform:capitalize}.ac-editor__lesson-form{border-top:1px solid rgb(var(--border) / .62);padding:.85rem .85rem 1rem;display:flex;flex-direction:column;gap:.85rem;background:rgb(var(--card-bg) / .5)}.ac-editor__lesson-actions{display:flex;gap:.6rem;flex-wrap:wrap}.ac-editor__content-tabs{display:flex;justify-content:space-between;align-items:center}.ac-editor__tab-row{display:flex;gap:.25rem}.ac-editor__sub-tab{background:transparent;border:1px solid rgb(var(--border) / .9);color:rgb(var(--muted) / 1);font:inherit;font-size:.8rem;padding:.2rem .6rem;border-radius:6px;cursor:pointer}.ac-editor__sub-tab--active{background:rgb(var(--text) / .15);color:rgb(var(--text) / .95);border-color:#d4b86599}.ac-editor__preview{background:rgb(var(--bg) / .8);border:1px solid rgb(var(--border) / .9);border-radius:8px;padding:.85rem 1rem;min-height:14rem;color:rgb(var(--text) / .95);line-height:1.55}.ac-editor__preview h1,.ac-editor__preview h2,.ac-editor__preview h3{margin-top:1rem;margin-bottom:.5rem}.ac-editor__preview a{color:var(--color-mu-gold, #d4b865)}.ac-editor__preview code{background:rgb(var(--text) / .1);padding:.05rem .3rem;border-radius:3px;font-size:.9em}.ac-editor__preview blockquote{border-left:3px solid rgba(212,184,101,.6);padding-left:.8rem;color:rgb(var(--text) / .85);margin:.5rem 0}.ac-editor__resource-row{display:grid;grid-template-columns:1fr 2fr 8rem auto;gap:.5rem;margin-bottom:.5rem}@media(max-width:640px){.ac-editor__resource-row{grid-template-columns:1fr}}.ac-editor__source-list{list-style:disc;padding-left:1.25rem;color:rgb(var(--text) / .85);font-size:.9rem}.ac-draft{display:flex;flex-direction:column;gap:.85rem;margin-top:.85rem;padding:1rem 1.1rem;border:1px solid rgba(212,184,101,.35);border-radius:12px;background:rgb(var(--card-bg) / .6)}.ac-draft__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ac-draft__title{margin:0;font-size:1.05rem;color:var(--color-mu-gold, #d4b865)}.ac-draft__sub-title{margin:0;font-size:.95rem;color:rgb(var(--text) / .95)}.ac-draft__sources{display:flex;flex-direction:column;gap:.6rem;padding:.65rem .75rem;border:1px dashed rgb(var(--border) / .85);border-radius:10px;background:rgb(var(--bg) / .45)}.ac-draft__source-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ac-draft__source-row>input{flex:1 1 14rem;min-width:0}.ac-draft__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:18rem;overflow-y:auto}.ac-draft__result{display:grid;grid-template-columns:1fr auto;gap:.4rem .6rem;padding:.55rem .65rem;border:1px solid rgb(var(--border) / .68);border-radius:8px;background:rgb(var(--bg) / .55)}.ac-draft__result-meta{grid-column:1 / 2}.ac-draft__result-excerpt{grid-column:1 / 3;margin:0;font-size:.88rem;color:rgb(var(--text) / .78)}.ac-draft__selected{display:flex;flex-direction:column;gap:.35rem}.ac-draft__actions{display:flex;gap:.6rem;flex-wrap:wrap}.ac-draft__result-panel{display:flex;flex-direction:column;gap:.65rem;padding-top:.6rem;border-top:1px solid rgb(var(--border) / .72)}
