/* LEARNINGLINES.STAGES.01 | stages are curriculum structure, not content duplication */
.lls-stage-manager{container-type:inline-size;margin:20px 0 26px;padding:clamp(18px,2.2vw,28px);border:1px solid rgba(26,79,67,.13);border-radius:24px;background:linear-gradient(145deg,rgba(248,253,251,.98),rgba(255,255,255,.98));box-shadow:0 18px 54px rgba(14,48,41,.07)}
.lls-stage-manager__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.lls-stage-manager__eyebrow{display:block;margin-bottom:5px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#2d765f}.lls-stage-manager h2{margin:0;color:#163d34;font-size:clamp(21px,2.2vw,29px);line-height:1.08}.lls-stage-manager__head p{max-width:760px;margin:8px 0 0;color:#61736e;line-height:1.55}.lls-stage-manager__count{min-width:82px;text-align:center;border:1px solid rgba(41,119,94,.16);border-radius:18px;background:#fff;padding:10px 14px}.lls-stage-manager__count strong{display:block;font-size:24px;color:#1f6a55}.lls-stage-manager__count span{font-size:11px;color:#71807c;text-transform:uppercase;letter-spacing:.08em}
.lls-stage-schema-warning,.lls-stage-empty{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:16px;background:#fff8e8;border:1px solid rgba(166,119,32,.16);color:#66562e}.lls-stage-schema-warning i,.lls-stage-empty i{font-size:23px}.lls-stage-schema-warning p,.lls-stage-empty p{margin:4px 0 0;color:inherit}.lls-stage-empty{background:#f7faf9;color:#5d716b}
.lls-stage-compose{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:14px;margin-bottom:18px}.lls-stage-quick,.lls-stage-bulk{border:1px solid rgba(28,82,69,.1);border-radius:18px;background:rgba(255,255,255,.92);padding:14px}.lls-stage-quick label,.lls-stage-bulk label{display:block;margin-bottom:8px;color:#395f54;font-weight:750;font-size:12px}.lls-stage-quick__row{display:flex;gap:8px}.lls-stage-quick__row .form-control{min-width:0}.lls-stage-bulk textarea{resize:vertical;min-height:96px}.lls-stage-bulk__footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:9px}.lls-stage-bulk__footer small{color:#71807c;line-height:1.35}
.lls-stage-list{display:grid;gap:10px}.lls-stage-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;align-items:stretch;border:1px solid rgba(27,82,68,.11);border-radius:18px;background:#fff;overflow:hidden;content-visibility:auto;contain-intrinsic-size:auto 110px}.lls-stage-card__index{display:grid;place-items:center;background:linear-gradient(180deg,#e7f5f0,#f4faf8);font-weight:900;color:#2b745f;font-size:18px}.lls-stage-card__body{padding:12px}.lls-stage-card__title-row{display:flex;gap:10px;align-items:center}.lls-stage-card__title-row input{font-weight:750}.lls-stage-card__title-row span{white-space:nowrap;color:#768580;font-size:12px}.lls-stage-card details{margin-top:8px}.lls-stage-card summary{cursor:pointer;color:#557068;font-size:12px;font-weight:700}.lls-stage-card__details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.lls-stage-card__details textarea{resize:vertical}.lls-stage-card__actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.lls-stage-feedback{min-height:20px;margin:10px 0 0;font-size:12px;color:#496d62}.lls-stage-feedback.is-error{color:#9b3e3e}.lls-stage-feedback.is-ok{color:#246c52}
.lls-item-stage-heading{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;margin-top:9px;border-radius:16px;background:linear-gradient(90deg,#eaf6f2,#f8fbfa);border:1px solid rgba(36,111,88,.11)}.lls-item-stage-heading>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff;color:#216b55;font-weight:900}.lls-item-stage-heading strong{display:block;color:#173e34}.lls-item-stage-heading small{display:block;margin-top:2px;color:#71807c}.lls-item-stage-heading.is-legacy{background:#faf7f0}.lls-item-stage-heading.is-legacy>span{color:#856f3e}
.llp-stage-heading,.llr-stage-heading{container-type:inline-size;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:14px 16px;margin:26px 0 12px;border-radius:18px;background:linear-gradient(120deg,rgba(225,243,237,.95),rgba(248,252,250,.95));border:1px solid rgba(30,104,82,.12)}.llp-stage-heading__number,.llr-stage-heading__number{display:grid;place-items:center;min-width:40px;height:40px;border-radius:12px;background:#fff;color:#1d6a53;font-weight:900}.llp-stage-heading h3,.llr-stage-heading h3{margin:0;color:#173e34;font-size:18px}.llp-stage-heading p,.llr-stage-heading p{margin:3px 0 0;color:#6a7c76;font-size:13px}
.llr-stage-group{margin-bottom:18px}.llr-stage-items{display:grid;gap:10px}
@container (max-width:680px){.lls-stage-manager__head{flex-direction:column}.lls-stage-manager__count{display:flex;align-items:baseline;gap:7px;text-align:left}.lls-stage-compose{grid-template-columns:1fr}.lls-stage-card__details{grid-template-columns:1fr}.lls-stage-bulk__footer{align-items:flex-start;flex-direction:column}.lls-stage-bulk__footer .btn{width:100%}}
@media (max-width:720px){.lls-stage-manager{border-radius:18px;padding:15px}.lls-stage-quick__row{flex-direction:column}.lls-stage-quick__row .btn{width:100%}.lls-stage-card{grid-template-columns:38px 1fr}.lls-stage-card__title-row{align-items:flex-start;flex-direction:column}.lls-stage-card__title-row span{white-space:normal}}
@media (prefers-reduced-motion:reduce){.lls-stage-manager *,.llp-stage-heading *,.llr-stage-heading *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media (forced-colors:active){.lls-stage-manager,.lls-stage-card,.lls-item-stage-heading,.llp-stage-heading,.llr-stage-heading{border:1px solid CanvasText;background:Canvas}.lls-stage-card__index,.llp-stage-heading__number,.llr-stage-heading__number{background:Canvas;color:CanvasText}}
.llp-stage-outline{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin:18px 0 24px}.llp-stage-outline__card{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:start;padding:13px;border:1px solid rgba(30,104,82,.11);border-radius:16px;background:rgba(255,255,255,.86);content-visibility:auto;contain-intrinsic-size:auto 82px}.llp-stage-outline__card>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#e9f5f1;color:#226d57;font-weight:900}.llp-stage-outline__card strong{display:block;color:#183e35;font-size:13px;line-height:1.3}.llp-stage-outline__card small{display:block;margin-top:4px;color:#788680}.llp-stage-outline__card p{grid-column:2;margin:5px 0 0;color:#667872;font-size:12px;line-height:1.4}.llp-stage-outline__card.is-empty{opacity:.78}

.lls-stage-insert-note{min-height:38px;display:flex;align-items:center;padding:8px 10px;border:1px dashed rgba(35,108,86,.2);border-radius:12px;background:rgba(240,248,245,.72);color:#61756e;font-size:11px;line-height:1.3}
