:root{--app-bg: #eef3f9;--shell-bg: #f8fafd;--surface-1: #ffffff;--surface-2: #f7f9fc;--surface-3: #f1f5f9;--border-subtle: #e6eaf0;--border-strong: #d8e0ea;--text-1: #1e293b;--text-2: #52627a;--text-3: #7b8aa0;--navy-1: #0b1f44;--navy-2: #0f2240;--accent: #7c5cfa;--accent-soft: #ede7ff;--accent-border: #cdbbff;--radius-sm: 10px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 22px;--shadow-1: 0 1px 2px rgba(16, 24, 40, .04);--shadow-2: 0 12px 32px rgba(15, 23, 42, .1);--top-rail-h: 58px;--global-rail-w: 72px;--room-rail-w: 274px;--right-rail-w: 318px;--bottom-tray-h: 160px;--bottom-tray-h-lg: 220px}html,body,#root{height:100%}body{margin:0;background:var(--navy-2);color:var(--text-1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shell-v1-root{min-width:1280px;min-height:800px;height:100%;background:var(--navy-2);box-sizing:border-box}.shell-v1{position:relative;display:grid;grid-template-rows:var(--top-rail-h) minmax(0,1fr);width:100vw;height:100vh;background:var(--navy-2);overflow:hidden}.shell-v1__top-rail{background:var(--navy-1);color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}.shell-v1__body{display:grid;grid-template-columns:var(--global-rail-w) var(--room-rail-w) minmax(0,1fr) var(--right-rail-w);min-height:0}.shell-v1--left-closed .shell-v1__body{grid-template-columns:var(--global-rail-w) 0 minmax(0,1fr) var(--right-rail-w)}.shell-v1--right-closed .shell-v1__body{grid-template-columns:var(--global-rail-w) var(--room-rail-w) minmax(0,1fr) 0}.shell-v1--left-closed.shell-v1--right-closed .shell-v1__body{grid-template-columns:var(--global-rail-w) 0 minmax(0,1fr) 0}.shell-v1__global-rail{min-width:0;background:var(--navy-2)}.shell-v1__room-rail{min-width:0;background:var(--surface-2);border-right:1px solid #e3e9f2}.shell-v1--left-closed .shell-v1__room-rail{display:none}.shell-v1__workspace-shell{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;background:#f5f7fb}.shell-v1__workspace{min-width:0;min-height:0;overflow:auto;padding:18px 18px 20px;background:#f5f7fb}.shell-v1__right-rail{min-width:0;background:#fbfcfe;border-left:1px solid #e3e9f2}.shell-v1--right-closed .shell-v1__right-rail{display:none}.shell-v1__bottom-tray{height:var(--bottom-tray-h);background:#f8fafd;border-top:1px solid var(--border-subtle)}.shell-v1__bottom-tray.is-expanded{height:var(--bottom-tray-h-lg)}.shell-v1__overlay-scrim{position:absolute;inset:0;background:#0a14286b;border:none;z-index:30}.shell-v1__tutor-launcher,.shell-v1-floating-launcher{position:absolute;right:16px;bottom:16px;height:42px;padding:0 14px;border:none;border-radius:999px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;gap:8px;font:600 14px/1 Inter,sans-serif;box-shadow:0 12px 24px #2563eb3d;z-index:20}.top-rail{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 14px;gap:14px}.top-rail__left,.top-rail__right{display:inline-flex;align-items:center;gap:12px}.top-rail__center{font-size:14px;line-height:20px;font-weight:700;color:#ffffffdb}.top-rail__room-switcher-wrap{position:relative}.top-rail__room-switcher{height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#fff;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font:600 14px/1 Inter,sans-serif;cursor:pointer}.top-rail__room-meta{display:inline-flex;align-items:center;gap:10px}.top-rail__room-badge{width:34px;height:34px;border-radius:999px;background:#7c5cfa2e;border:1px solid rgba(205,187,255,.42);display:inline-flex;align-items:center;justify-content:center}.top-rail__room-copy{display:flex;flex-direction:column;gap:1px}.top-rail__room-title{color:#fff;font-size:14px;line-height:18px;font-weight:700}.top-rail__room-subtitle{color:#ffffffb8;font-size:12px;line-height:16px;font-weight:500}.top-rail__screen-title{color:#ffffffdb;font-size:14px;line-height:20px;font-weight:700}.top-rail__group{display:inline-flex;align-items:center;gap:8px}.top-rail__group+.top-rail__group{border-left:1px solid rgba(255,255,255,.1);padding-left:12px}.top-rail-btn,.top-rail__avatar-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.top-rail__secondary-btn{height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#fff;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font:600 13px/1 Inter,sans-serif;cursor:pointer}.top-rail__save-chip{height:36px;border-radius:999px;background:#16a34a2e;color:#fff;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font:600 13px/1 Inter,sans-serif}.top-rail__avatar-initial{font-size:16px;font-weight:700}.top-rail__room-switcher:hover,.top-rail-btn:hover,.top-rail__secondary-btn:hover,.top-rail__avatar-btn:hover{background:#ffffff0f}.shell-v1-room-switcher{position:absolute;top:calc(100% + 8px);left:0;width:340px;max-height:460px;overflow:auto;background:#fff;border:1px solid #d9e1ec;border-radius:12px;box-shadow:var(--shadow-2);z-index:80;padding:10px;display:grid;gap:10px}.shell-v1-room-switcher__search-row{display:flex;align-items:center;gap:8px;height:40px;border:1px solid #e3e9f2;border-radius:10px;padding:0 10px}.shell-v1-room-switcher__search-row input{border:0;outline:0;width:100%;font:500 14px/1 Inter,sans-serif}.shell-v1-room-switcher__groups{display:grid;gap:10px}.shell-v1-room-switcher__group{border:1px solid #ecf0f5;border-radius:10px;padding:10px}.shell-v1-room-switcher__group header{display:grid;grid-template-columns:16px minmax(0,1fr);gap:8px;align-items:start;margin-bottom:8px}.shell-v1-room-switcher__group h3{margin:0;font-size:13px;line-height:16px}.shell-v1-room-switcher__group p{margin:2px 0 0;font-size:12px;line-height:16px;color:var(--text-2)}.shell-v1-room-switcher__group ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.shell-v1-room-switcher__item{width:100%;text-align:left;border:1px solid transparent;border-radius:9px;background:transparent;padding:8px;display:grid;gap:2px}.shell-v1-room-switcher__item--selected{background:var(--accent-soft);border-color:var(--accent-border)}.shell-v1-room-switcher__item-name{font-size:13px;line-height:16px;font-weight:700}.shell-v1-room-switcher__item-description{font-size:12px;line-height:16px;color:var(--text-2)}.global-rail{height:100%;display:grid;grid-template-rows:auto 1fr auto;padding:12px 10px;color:#dbe7ff;background:var(--navy-2)}.global-rail__top,.global-rail__bottom,.global-rail__main{display:grid;gap:10px;justify-items:center}.global-rail__main{align-content:start;padding-top:8px}.global-rail__logo-btn,.global-rail__item{position:relative;width:52px;min-height:52px;border:none;border-radius:12px;background:transparent;color:inherit;display:grid;justify-items:center;align-content:center;gap:6px;padding:8px 4px;cursor:pointer}.global-rail__logo-btn{background:#ffffff0f;color:#fff}.global-rail__label{font-size:11px;line-height:14px;font-weight:600;text-align:center}.global-rail__active-bar{position:absolute;left:-6px;top:10px;bottom:10px;width:3px;border-radius:999px;background:#3b82f6}.global-rail__item.is-active{background:#3b82f629;color:#fff}.global-rail__item.is-accent .global-rail__icon{width:32px;height:32px;border-radius:999px;background:#7c5cfa33;display:inline-flex;align-items:center;justify-content:center}.global-rail__icon-only{min-height:44px;width:44px}.global-rail__icon-only .global-rail__label{display:none}.room-rail{background:var(--surface-2);border-right:1px solid #e3e9f2;display:grid;grid-template-rows:auto auto 1fr auto;padding:14px;border-top-left-radius:28px}.room-rail__header{display:flex;align-items:center;justify-content:space-between;min-height:40px;margin-bottom:12px}.room-rail__title{margin:0;font-size:15px;line-height:20px;font-weight:700;color:var(--text-1)}.room-rail__close{width:28px;height:28px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:var(--text-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.room-rail__search-wrap{position:relative;margin-bottom:14px}.room-rail__search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-3)}.room-rail__search{width:100%;height:40px;border:1px solid var(--border-subtle);border-radius:10px;background:#fff;color:var(--text-1);padding:0 10px 0 30px;font:500 14px/1 Inter,sans-serif}.room-rail__list-wrap{overflow:auto}.room-rail__list{list-style:none;margin:0;padding:0;display:grid;gap:4px}.room-rail__item{width:100%;min-height:44px;border-radius:12px;border:1px solid transparent;background:transparent;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:0 12px;text-align:left;color:var(--text-1);font:500 14px/1 Inter,sans-serif;cursor:pointer}.room-rail__item:hover{background:#00000005}.room-rail__item.is-active{background:#ede7ff;border-color:#cdbbff}.room-rail__item-icon{width:28px;height:28px;border-radius:8px;background:#7c5cfa1a;color:#6d4df3;display:inline-flex;align-items:center;justify-content:center}.room-rail__item.is-active .room-rail__item-icon{background:#fff;box-shadow:0 1px 2px #1018280a}.room-rail__item-label{font-size:14px;line-height:18px;font-weight:600}.room-rail__footer{padding-top:12px;margin-top:auto}.room-rail__add-btn{width:100%;height:40px;border:1px solid #d9e1ec;border-radius:12px;background:#fff;color:var(--text-2);display:inline-flex;align-items:center;justify-content:center;gap:8px;font:600 14px/1 Inter,sans-serif;cursor:pointer}.room1-home{display:grid;gap:16px}.room1-home__hero{display:flex;align-items:center;justify-content:space-between;gap:16px}.room1-home__title{margin:0;font-size:24px;line-height:30px;font-weight:700;color:var(--text-1)}.room1-home__subtitle{margin:4px 0 0;font-size:14px;line-height:20px;color:var(--text-2);font-weight:500}.room1-home__hero-action,.room1-home__cta{height:36px;border-radius:10px;border:1px solid transparent;background:#7c5cfa;color:#fff;padding:0 16px;font:600 14px/1 Inter,sans-serif}.room1-home__cta--alt{background:#f5f3ff;color:#4c3fb9;border-color:#cdbbff}.room1-home__row{display:grid;gap:16px}.room1-home__row--top{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.room1-home__row--top>*{min-width:0}.room1-home__row--bottom{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.room1-home__row--bottom>*{min-width:0}.room1-card{background:#fff;border:1px solid #E6EAF0;border-radius:16px;box-shadow:var(--shadow-1);padding:16px;min-width:0}.room1-card h2{margin:0;font-size:16px;line-height:22px;font-weight:700;color:var(--text-1)}.room1-card p{margin:4px 0 0;color:var(--text-2);font-size:13px;line-height:18px}.room1-home__ask-input-wrap{position:relative;margin-top:12px}.room1-home__ask-input{width:100%;height:98px;border:1px solid #E3E9F2;border-radius:12px;background:#fafbfc;color:var(--text-3);padding:16px 44px 16px 16px;text-align:left;font:500 14px/20px Inter,sans-serif;resize:none}.room1-home__ask-input::placeholder{color:var(--text-3)}.room1-home__ask-send{position:absolute;right:12px;bottom:12px;width:32px;height:32px;border-radius:10px;background:#8b5cf6;color:#fff;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer}.room1-home__media{margin-top:12px;height:140px;border-radius:12px;border:1px solid #342564;background:linear-gradient(135deg,#4c3a8c,#2d1b69);display:grid;place-items:center;position:relative;overflow:hidden}.room1-home__media:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(124,92,250,.4) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.3) 0%,transparent 40%)}.room1-home__media-play{width:48px;height:48px;border-radius:999px;background:#fffffff2;color:#1b2656;display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 4px 12px #0003}.room1-home__media-time{position:absolute;left:10px;bottom:10px;border-radius:6px;padding:4px 8px;background:#00000080;color:#fff;font:600 12px/1 Inter,sans-serif;z-index:1}.room1-home__side-cards{display:grid;gap:16px;min-width:0}.room1-home__path{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:4px}.room1-home__path li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;padding:10px 12px;border-radius:10px;border:1px solid transparent}.room1-home__path li.is-active{background:#f5f3ff;border-color:#ede7ff}.room1-home__path li strong{display:block;font-size:14px;line-height:18px;font-weight:600;color:var(--text-1)}.room1-home__path li p{margin:2px 0 0;font-size:13px;line-height:18px;color:var(--text-3)}.room1-home__node{width:24px;height:24px;border-radius:999px;border:2px solid #E2E8F0;background:#fff;display:inline-flex;align-items:center;justify-content:center}.room1-home__node:after{content:"";width:10px;height:10px;border-radius:999px;background:transparent}.room1-home__path li.is-complete .room1-home__node{border-color:#16a34a;background:#16a34a}.room1-home__path li.is-complete .room1-home__node:after{content:"✓";width:auto;height:auto;background:transparent;color:#fff;font-size:12px;font-weight:700}.room1-home__path li.is-warning .room1-home__node{border-color:#d97706;background:#d97706}.room1-home__path li.is-warning .room1-home__node:after{content:"!";width:auto;height:auto;background:transparent;color:#fff;font-size:12px;font-weight:700}.room1-home__path li.is-active .room1-home__node{border-color:#8b5cf6;background:#fff}.room1-home__path li.is-active .room1-home__node:after{background:#8b5cf6}.room1-home__path li.is-locked .room1-home__node{border-color:#cbd5e1;background:#f1f5f9}.room1-home__path li.is-locked .room1-home__node:after{content:"🔒";width:auto;height:auto;background:transparent;font-size:10px}.right-rail{height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);padding:16px;background:#fbfcfe;border-left:1px solid #E3E9F2}.right-rail__header{min-height:58px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.right-rail__header-row{display:flex;align-items:center;justify-content:space-between;min-height:36px;margin-bottom:12px}.right-rail__title{margin:0;font-size:15px;line-height:20px;font-weight:700;color:var(--text-1)}.right-rail__close{width:28px;height:28px;border-radius:8px;border:1px solid #E2E8F0;background:#fff;color:var(--text-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.right-rail__close:hover{background:#f1f5f9}.right-rail__subtitle{margin:4px 0 0;font-size:13px;line-height:18px;color:var(--text-2)}.right-rail__close{width:34px;height:34px;border-radius:10px;border:1px solid #d9e1ec;background:#fff;color:var(--text-2)}.right-rail__tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:16px}.right-rail__tab{height:36px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--text-2);font:600 13px/1 Inter,sans-serif;cursor:pointer}.right-rail__tab:hover{color:var(--text-1)}.right-rail__tab.is-active{border-color:#d9e1ec;background:#fff;color:var(--text-1);box-shadow:0 1px 2px #1018280a}.right-rail__body{min-height:0;overflow:auto}.right-rail__footer{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-subtle)}.right-rail__footer-btn{height:36px;border:1px solid #D9E1EC;border-radius:10px;background:#fff;color:var(--text-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.right-rail__footer-btn:hover{background:#f1f5f9}.shell-v1-context-panel{display:grid;gap:10px}.shell-v1-context-panel h3{margin:0;font-size:20px;line-height:22px;font-weight:700}.shell-v1-context-panel p{margin:0;color:var(--text-2);font-size:14px;line-height:20px}.shell-v1-pages-list,.shell-v1-plain-list,.shell-v1-chat-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.shell-v1-pages-item{width:100%;height:40px;border:1px solid transparent;border-radius:10px;background:transparent;display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:center;text-align:left;padding:0 12px;font:500 14px/20px Inter,sans-serif;color:var(--text-1);cursor:pointer}.shell-v1-pages-item:hover{background:#f1f5f9}.shell-v1-pages-item--active{background:#7c5cfa;color:#fff}.shell-v1-pages-item--active:hover{background:#6d4df3}.shell-v1-pages-item__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text-3)}.shell-v1-pages-item--active .shell-v1-pages-item__icon{color:#fff}.shell-v1-pages-actions{display:none}.shell-v1-plain-list li{border:1px solid #e6eaf0;border-radius:10px;background:#fff;padding:10px;display:grid;gap:4px}.shell-v1-chat{border:1px solid #dce5f4;border-radius:12px;padding:10px 12px;font-size:14px;line-height:20px;background:#eef4ff}.shell-v1-chat--user{background:#fff}.shell-v1-context-panel input,.shell-v1-form-grid select{width:100%;height:38px;border-radius:10px;border:1px solid #d9e1ec;padding:0 10px;background:#fff;color:var(--text-1)}.shell-v1-form-grid{display:grid;gap:10px}.shell-v1-form-grid label{display:grid;gap:6px;font-size:12px;line-height:16px;font-weight:600;color:var(--text-2)}.bottom-rail{height:84px;background:#f8fafd;padding:12px 16px;border-top:1px solid #E3E9F2;display:flex;align-items:center}.bottom-rail__inner{width:100%;height:60px;display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:12px}.bottom-rail__control{width:36px;height:36px;border-radius:10px;border:1px solid #E2E8F0;background:#fff;color:var(--text-2);font-size:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.bottom-rail__control:hover{background:#f1f5f9}.bottom-rail__track{min-width:0;overflow:hidden}.bottom-rail__list{list-style:none;margin:0;padding:0;display:flex;gap:12px;overflow-x:auto}.bottom-rail__item{min-width:150px;height:52px;border-radius:12px;border:1px solid #E2E8F0;background:#fff;display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:center;text-align:left;padding:8px 12px;box-shadow:var(--shadow-1)}.bottom-rail__item.is-active{border:2px solid #8B5CF6;background:#f5f3ff}.bottom-rail__step{width:24px;height:24px;border-radius:8px;background:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:700;color:var(--text-2)}.bottom-rail__item.is-active .bottom-rail__step{background:#8b5cf6;color:#fff}.bottom-rail__item.is-completed .bottom-rail__step{background:#16a34a;color:#fff}.bottom-rail__item.is-locked .bottom-rail__step{background:#e2e8f0;color:var(--text-3)}.bottom-rail__content{display:flex;flex-direction:column;gap:2px}.bottom-rail__title{font-size:13px;line-height:18px;font-weight:600;display:block;color:var(--text-1)}.bottom-rail__meta{font-size:12px;line-height:16px;color:var(--text-3)}.bottom-rail__empty{height:52px;border-radius:10px;border:1px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;color:var(--text-2);font-size:13px}.workspace-page{display:grid;gap:14px}.shell-v1-surface-card,.shell-card{background:#fff;border:1px solid #e6eaf0;border-radius:14px;box-shadow:var(--shadow-1);padding:14px}.workspace-hero__title{margin:0;font-size:24px;line-height:30px;font-weight:700}.workspace-hero__subtitle{margin:6px 0 0;color:var(--text-2);font-size:14px;line-height:20px}.shell-card__title{margin:0;font-size:18px;line-height:24px;font-weight:700}.shell-card__subtitle{margin:6px 0 0;color:var(--text-2);font-size:14px;line-height:20px}.shell-v1-room1-grid,.workspace-grid{display:grid;gap:12px}.workspace-grid--hero,.workspace-grid--triad{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-v1-room1-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.shell-v1-room1-list li{border:1px solid #e6eaf0;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.shell-v1-room1-list li p{margin:2px 0 0;color:var(--text-2);font-size:13px;line-height:18px}.shell-v1-inline-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.shell-v1-chip{height:26px;border-radius:999px;border:1px solid #d9e1ec;background:#f8fafc;padding:0 10px;display:inline-flex;align-items:center;font-size:12px;line-height:16px;font-weight:600;color:var(--text-2)}.shell-v1-chip--active{border-color:#8b5cf6;color:#5b41bf}.shell-v1-chip--completed{border-color:#16a34a;color:#166534}.shell-v1-chip--needs_review,.shell-v1-chip--remediation{border-color:#d97706;color:#92400e}.shell-v1-chip--locked,.shell-v1-chip--draft,.shell-v1-chip--archived{color:var(--text-3)}.shell-v1-ghost-button,.prompt-chip{height:32px;border:1px solid #d9e1ec;border-radius:10px;background:#fff;padding:0 12px;color:var(--text-2);font:600 13px/1 Inter,sans-serif}.shell-v1-empty-state{border:1px dashed #cbd5e1;border-radius:10px;padding:14px;text-align:center;color:var(--text-2)}.shell-v1-subtle{color:var(--text-3);font-size:12px;line-height:16px}.shell-v1-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:1279px){.shell-v1{min-width:1024px}.shell-v1__body{grid-template-columns:var(--global-rail-w) minmax(0,1fr)}.shell-v1__room-rail,.shell-v1__right-rail{position:absolute;top:0;bottom:0;z-index:40;width:min(320px,calc(100vw - 110px))}.shell-v1__room-rail{left:var(--global-rail-w)}.shell-v1__right-rail{right:0}.room1-home__row--top,.room1-home__row--bottom,.workspace-grid--hero,.workspace-grid--triad{grid-template-columns:1fr}}:root{color-scheme:dark;font-family:SF Pro Text,Helvetica Neue,ui-sans-serif,sans-serif;--bg: #101212;--bg-elevated: #171919;--bg-panel: #1b1d1d;--bg-panel-strong: #202323;--line: #2a2d2c;--line-strong: #3a3e3c;--text: #f2f1ec;--text-soft: #c4bfb2;--text-muted: #9d988c;--accent: #b8a06d;background:var(--bg);color:var(--text)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(184,160,109,.08),transparent 28%),linear-gradient(180deg,#111313,#0f1010);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}.recovery-shell{min-height:100vh;display:grid;grid-template-columns:252px 1fr;background:transparent}.recovery-nav{position:sticky;top:0;align-self:start;min-height:100vh;border-right:1px solid var(--line);background:#141616eb;padding:18px 16px 20px;display:grid;grid-template-rows:auto auto 1fr;gap:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.recovery-nav__brand{display:grid;gap:4px}.recovery-nav__title{font-size:15px;font-weight:600;margin:0;color:var(--text)}.recovery-nav__subtitle{margin:0;color:var(--text-muted);font-size:13px}.recovery-nav__stack{display:grid;gap:6px;align-content:start}.recovery-nav__button{width:100%;border:1px solid var(--line);background:#ffffff03;color:var(--text-soft);border-radius:8px;padding:10px 12px;text-align:left;transition:background-color .12s ease-out,border-color .12s ease-out,color .12s ease-out}.recovery-nav__button:hover{background:#1e2120;border-color:#333736;color:var(--text)}.recovery-nav__button--active{background:#232625;border-color:#4a4e4b;color:#fbfaf5}.recovery-nav__status{align-self:end;padding-top:12px;border-top:1px solid var(--line)}.recovery-main{padding:24px 28px 32px}.recovery-frame{max-width:1380px;margin:0 auto;display:grid;gap:20px}.recovery-section{display:grid;gap:16px}.workspace-banner{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 50%),#171919eb;border-radius:10px;padding:18px 20px;display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.workspace-banner__copy{display:grid;gap:6px;max-width:760px}.workspace-banner__copy h1{margin:0;font-size:clamp(1.6rem,1.35rem + .9vw,2rem);line-height:1.05;letter-spacing:-.03em}.workspace-banner__copy p{margin:0;color:var(--text-soft);max-width:64ch}.workspace-banner__meta{min-width:min(360px,100%);display:grid;justify-items:end}.workspace-banner__chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.workspace-chip{display:inline-flex;align-items:center;min-height:30px;border:1px solid #3a3d3b;background:#202322;color:var(--text);border-radius:8px;padding:0 10px;font-size:12px;font-weight:600}.workspace-chip--muted{background:#181a1a;color:var(--text-soft)}.recovery-section h1,.recovery-section h2,.recovery-section h3{margin:0;font-weight:600;letter-spacing:-.02em}.recovery-section p{margin:0;color:var(--text-soft);line-height:1.55}.panel{border:1px solid var(--line);background:#1b1d1df0;border-radius:10px;padding:18px;box-shadow:inset 0 1px #ffffff06}.panel--nested{background:#151716}.panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.simple-list{margin:0;padding-left:18px;display:grid;gap:8px;color:var(--text-soft)}.meta-text,.empty-state{color:var(--text-muted)}.session-builder{display:grid;gap:18px}.session-builder__composition-intro{display:grid;gap:6px;padding-bottom:4px}.authoring-review,.managed-roster,.teacher-reporting,.student-assignment,.learning-room-preview{display:grid;gap:18px}.learning-room-preview__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:4px}.learning-room-preview__layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:18px;align-items:start}.learning-room-preview__main,.learning-room-preview__rail,.learning-room-phase{display:grid;gap:18px}.worked-example-runtime,.case-inquiry-runtime,.adaptive-mastery-runtime,.dialogue-seminar-runtime,.retrieval-arcade-runtime,.simulation-sandbox-runtime,.writing-project-runtime{display:grid;gap:16px}.runtime-canvas__overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.runtime-canvas__overview-card{border:1px solid var(--line);background:#151716;border-radius:8px;padding:12px;display:grid;gap:6px}.runtime-canvas__overview-card span{font-size:12px;color:var(--text-muted)}.runtime-canvas__overview-card strong{font-size:15px;color:var(--text)}.runtime-canvas__overview-card p{color:var(--text-soft)}.runtime-stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.runtime-step{border:1px solid var(--line);background:#171919;color:var(--text-soft);border-radius:8px;padding:10px 12px;text-align:left;display:grid;gap:4px;transition:background-color .12s ease-out,border-color .12s ease-out,color .12s ease-out}.runtime-step:hover{background:#1c1f1e;border-color:#424743;color:var(--text)}.runtime-step--active{background:#232624;border-color:#5d645f;color:var(--text)}.runtime-step__label{font-size:13px;font-weight:600}.runtime-step__detail{font-size:12px;line-height:1.4;color:var(--text-muted)}.worked-example-runtime__toolbar,.case-inquiry-runtime__toolbar,.adaptive-mastery-runtime__toolbar,.dialogue-seminar-runtime__toolbar,.retrieval-arcade-runtime__toolbar,.simulation-sandbox-runtime__toolbar,.writing-project-runtime__toolbar{display:flex;gap:10px;flex-wrap:wrap}.worked-example-runtime__body,.case-inquiry-runtime__body,.adaptive-mastery-runtime__body,.dialogue-seminar-runtime__body,.retrieval-arcade-runtime__body,.simulation-sandbox-runtime__body,.writing-project-runtime__body{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:16px}.worked-example-runtime__lead,.worked-example-runtime__support,.case-inquiry-runtime__lead,.case-inquiry-runtime__support,.adaptive-mastery-runtime__lead,.adaptive-mastery-runtime__support,.dialogue-seminar-runtime__lead,.dialogue-seminar-runtime__support,.retrieval-arcade-runtime__lead,.retrieval-arcade-runtime__support,.simulation-sandbox-runtime__lead,.simulation-sandbox-runtime__support,.writing-project-runtime__lead,.writing-project-runtime__support{display:grid;gap:16px}.worked-example-runtime__copy,.case-inquiry-runtime__copy,.adaptive-mastery-runtime__copy,.dialogue-seminar-runtime__copy,.retrieval-arcade-runtime__copy,.simulation-sandbox-runtime__copy,.writing-project-runtime__copy{display:grid;gap:8px}.worked-example-runtime__eyeline,.case-inquiry-runtime__eyeline,.adaptive-mastery-runtime__eyeline,.dialogue-seminar-runtime__eyeline,.retrieval-arcade-runtime__eyeline,.simulation-sandbox-runtime__eyeline,.writing-project-runtime__eyeline{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9f9a91}.worked-example-runtime__asset,.case-inquiry-runtime__asset,.adaptive-mastery-runtime__asset,.dialogue-seminar-runtime__asset,.retrieval-arcade-runtime__asset,.simulation-sandbox-runtime__asset,.writing-project-runtime__asset{display:grid;gap:6px}.worked-example-runtime__relevance,.case-inquiry-runtime__relevance,.adaptive-mastery-runtime__relevance,.dialogue-seminar-runtime__relevance,.retrieval-arcade-runtime__relevance,.simulation-sandbox-runtime__relevance,.writing-project-runtime__relevance{display:grid;gap:10px}.learning-room-phase__intro{display:grid;gap:8px}.session-builder__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:6px}.session-builder__header h2{font-size:22px}.session-builder__actions,.button-row{display:flex;gap:10px;flex-wrap:wrap}.button{border:1px solid #4a4f4b;background:#ece4d2;color:#131514;border-radius:9px;padding:10px 14px;font-weight:600;transition:background-color .12s ease-out,border-color .12s ease-out,color .12s ease-out}.button:hover:not(:disabled){background:#f6efdf;border-color:#686d68}.button:disabled{opacity:.45;cursor:not-allowed}.button--muted{background:#232624;color:#f3efe5;border-color:#3c403d}.button--muted:hover:not(:disabled){background:#2b2f2c}.status-banner{border-radius:8px;padding:12px 14px;border:1px solid #363a3e;line-height:1.45}.status-banner--success{background:#19201c;color:#d7f2de;border-color:#385041}.status-banner--error{background:#241717;color:#f5d2d2;border-color:#5b3434}.session-builder__layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.95fr);gap:18px;align-items:start}.session-builder__form,.session-builder__rail{display:grid;gap:18px}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.04)}.section-header h3{font-size:16px;margin-bottom:4px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:8px}.field--wide{grid-column:1 / -1}.field span{font-size:13px;color:var(--text-soft)}.field input,.field select,.field textarea{width:100%;border:1px solid #353938;background:#121414;color:#f5f1e8;border-radius:8px;padding:10px 12px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #8b7f58;outline-offset:1px;border-color:#8b7f58}.draft-list{display:grid;gap:8px}.summary-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:16px}.summary-card{border:1px solid var(--line);border-radius:8px;background:#151817;padding:10px 12px;display:grid;gap:6px}.summary-card span{font-size:12px;color:var(--text-muted)}.summary-card strong{font-size:18px;color:var(--text);font-weight:600}.draft-row{width:100%;display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#151817;color:var(--text);text-align:left;transition:background-color .12s ease-out,border-color .12s ease-out}.draft-row:hover{background:#1b1e1d;border-color:#3d423f}.draft-row--active{background:#222624;border-color:#5d645f}.readiness-chip-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.readiness-chip{display:inline-flex;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid #303438}.readiness-chip--ready{background:#19201c;color:#d7f2de;border-color:#385041}.readiness-chip--blocked{background:#251818;color:#f6d5d5;border-color:#5a3535}.result-group{display:grid;gap:10px}.result-group+.result-group{margin-top:16px}.timeline-list{display:grid;gap:8px}.timeline-row{border:1px solid var(--line);border-radius:8px;background:#151817;padding:10px 12px;display:grid;gap:6px}.timeline-row p{color:var(--text-soft)}.timeline-row__header{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.timeline-row__header span{color:var(--text-muted);font-size:12px}.reporting-stack{display:grid;gap:10px}.reporting-row,.reporting-summary-card{border:1px solid var(--line);border-radius:8px;background:#151817;padding:10px 12px;display:grid;gap:8px}.reporting-row__header{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.reporting-row__header span{color:var(--text-muted);font-size:12px}.reporting-bar{height:8px;border-radius:999px;overflow:hidden;background:#202321;border:1px solid #2e3230}.reporting-bar__fill{height:100%;border-radius:999px;background:var(--accent)}.slot-coverage-list{display:grid;gap:12px}.slot-coverage-card{border:1px solid var(--line);border-radius:8px;background:#151817;padding:14px;display:grid;gap:12px}.slot-coverage-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.slot-coverage-card__selection{display:grid;gap:4px}.slot-coverage-card__search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.slot-coverage-card__suggestions{display:grid;gap:10px}.slot-suggestion{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;border:1px solid #2d302f;border-radius:8px;background:#191c1b;padding:10px 12px}.slot-coverage-card__actions{display:flex;gap:10px;flex-wrap:wrap}.slot-upload-review{border-top:1px solid #2d3135;padding-top:12px;display:grid;gap:12px}.slot-upload-review__header{display:flex;justify-content:space-between;gap:12px;align-items:center}.checkbox-group{display:grid;gap:10px;margin-bottom:16px;color:var(--text-soft)}.checkbox-group label{display:flex;gap:10px;align-items:center}@media(max-width:1080px){.recovery-shell{grid-template-columns:1fr}.recovery-nav{position:static;min-height:auto;border-right:0;border-bottom:1px solid var(--line);grid-template-rows:auto auto auto}.recovery-nav__stack{grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);overflow-x:auto;padding-bottom:2px}.recovery-main{padding:20px 18px 28px}.workspace-banner{flex-direction:column}.workspace-banner__meta{min-width:0;justify-items:start}.workspace-banner__chips{justify-content:flex-start}.session-builder__layout,.learning-room-preview__layout,.runtime-canvas__overview,.worked-example-runtime__body,.case-inquiry-runtime__body,.adaptive-mastery-runtime__body,.dialogue-seminar-runtime__body,.retrieval-arcade-runtime__body,.simulation-sandbox-runtime__body,.writing-project-runtime__body,.panel-grid,.form-grid,.summary-strip{grid-template-columns:1fr}.field--wide{grid-column:auto}.runtime-stepper,.slot-coverage-card__search{grid-template-columns:1fr}.slot-upload-review__header,.slot-suggestion,.slot-coverage-card__header{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}}
