@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Fredoka+One&display=swap";:root{--bg: #0f0e17;--surface: #1a1828;--surface2: #221f35;--surface3: #2a2740;--accent1: #ff6b6b;--accent2: #ffd93d;--accent3: #6bcb77;--accent4: #4d96ff;--accent5: #c77dff;--text: #fffffe;--text1: #fffffe;--text2: #a7a9be;--border: #332f4d;--accent: #4d96ff;--radius: 20px;--radius-sm: 12px;--shadow: 0 8px 32px rgba(0,0,0,.4)}:root[data-theme=light]{--bg: #f4f6fb;--surface: #ffffff;--surface2: #eef1f8;--surface3: #e3e8f4;--text: #1a1a2b;--text1: #1a1a2b;--text2: #5a5d72;--border: #d5dae8;--shadow: 0 8px 32px rgba(30, 40, 80, .1)}:root[data-theme=ivory]{--bg: #f7f1e3;--surface: #fffaf0;--surface2: #f1e8d7;--surface3: #e8dcc5;--text: #2e2a20;--text1: #2e2a20;--text2: #6e6754;--border: #ddd2ba;--shadow: 0 8px 32px rgba(90, 70, 30, .1)}:root[data-theme=night]{--bg: #171310;--surface: #211b16;--surface2: #2a221b;--surface3: #332a21;--text: #f5ead9;--text1: #f5ead9;--text2: #b3a48e;--border: #453a2c;--accent: #e0a458;--accent4: #e0a458;--accent5: #c98a3d}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(77,150,255,.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(107,203,119,.04) 0%,transparent 60%);z-index:0;pointer-events:none}#root{position:relative;z-index:1}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:min(440px,100%);background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}.auth-mark{font-family:Fredoka One,cursive;font-size:2.4rem;background:linear-gradient(135deg,var(--accent4),var(--accent5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:18px}.auth-mark span{-webkit-text-fill-color:var(--accent2)}.auth-card h1{font-size:1.3rem;margin-bottom:8px}.auth-card p{color:var(--text2);font-size:.9rem;line-height:1.5;margin-bottom:20px}.auth-button{width:100%}.auth-alert,.auth-error{border-radius:var(--radius-sm);padding:11px 13px;font-size:.82rem;line-height:1.45;margin-bottom:14px}.auth-alert{background:#ffd93d14;border:1px solid rgba(255,217,61,.25);color:var(--accent2)}.auth-error{background:#ff6b6b14;border:1px solid rgba(255,107,107,.25);color:var(--accent1);margin-top:14px;margin-bottom:0}.diagnostic-controls{display:grid;grid-template-columns:repeat(2,minmax(180px,260px));gap:16px;margin-bottom:20px}.diagnostic-controls label{display:flex;flex-direction:column;gap:7px;color:var(--text2);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.diagnostic-controls select,.diagnostic-answer{background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius-sm);color:var(--text);font:inherit;outline:none}.diagnostic-controls select{padding:10px 12px}.diagnostic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.diagnostic-card{display:flex;flex-direction:column;gap:14px}.diagnostic-question{color:var(--text);font-size:.9rem;line-height:1.45}.diagnostic-answer{width:100%;resize:vertical;min-height:112px;padding:12px 14px}.diagnostic-answer:focus{border-color:var(--accent4)}.diagnostic-result{background:var(--surface2);border-radius:var(--radius-sm);padding:12px;color:var(--text2);font-size:.82rem;line-height:1.45}.diagnostic-result strong{color:var(--text)}.diagnostic-result p{margin-top:8px}.diagnostic-error{margin-bottom:16px}.report-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:20px}.report-kpi{padding:20px}.report-kpi div{font-family:Fredoka One,cursive;font-size:2rem;color:var(--accent4)}.report-kpi span{color:var(--text2);font-size:.8rem;font-weight:800}.report-main{margin-bottom:20px}.report-skill-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--surface2)}.report-skill-row:last-child{border-bottom:none}.report-skill-row strong,.report-list-item strong{display:block;color:var(--text);font-size:.86rem}.report-skill-row span,.report-list-item span{display:block;color:var(--text2);font-size:.75rem;margin-top:2px}.report-mini-track{height:8px;background:var(--surface2);border-radius:99px;overflow:hidden}.report-mini-track div{height:100%;border-radius:99px}.report-subject{margin-bottom:16px}.report-list{display:flex;flex-direction:column;gap:10px}.report-list-item{background:var(--surface2);border-radius:var(--radius-sm);padding:12px}.report-list-item p{color:var(--text2);font-size:.78rem;line-height:1.45;margin-top:7px}.report-evo-grid{display:flex;flex-direction:column}.report-evo-row{display:grid;grid-template-columns:minmax(130px,.85fr) 1fr;gap:14px;align-items:center;padding:10px 0;border-bottom:1px solid var(--surface2)}.report-evo-row:last-child{border-bottom:none}.report-evo-label{display:flex;flex-direction:column;gap:2px;min-width:0}.report-evo-label strong{font-size:.83rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-evo-exchanges{font-size:.7rem;color:var(--text2)}.report-evo-bar-wrap{display:flex;align-items:center;gap:8px}.report-evo-bar-track{flex:1;height:8px;background:var(--surface2);border-radius:99px;overflow:hidden}.report-evo-bar-fill{height:100%;border-radius:99px;transition:width 1s ease}.report-evo-pct{font-size:.78rem;font-weight:800;color:var(--text);min-width:34px;text-align:right}.report-evo-delta{font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:99px;min-width:32px;text-align:center}.report-evo-delta.pos{background:#6bcb7724;color:var(--accent3)}.report-evo-delta.neg{background:#ff6b6b1f;color:var(--accent1)}.report-weeks{display:flex;flex-direction:column;gap:12px}.report-week-row{display:flex;flex-direction:column;gap:4px}.report-week-label{font-size:.72rem;font-weight:800;color:var(--text2);text-transform:uppercase;letter-spacing:.05em}.report-week-bar-wrap{display:flex;align-items:center;gap:10px}.report-week-bar{height:10px;background:linear-gradient(90deg,var(--accent4),var(--accent5));border-radius:99px;min-width:4px;transition:width .8s ease}.report-week-count{font-size:.78rem;font-weight:700;color:var(--text)}.report-week-subjects{font-size:.68rem;color:var(--text2)}.study-focus{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);padding:22px 24px;margin-bottom:20px;box-shadow:var(--shadow)}.study-focus-main span{color:var(--accent4);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.study-focus-main strong{display:block;color:var(--text);font-size:1.25rem;margin:5px 0}.study-focus-main p{color:var(--text2);font-size:.88rem;line-height:1.45}.study-focus-score{min-width:112px;text-align:center;background:var(--surface2);border-radius:var(--radius-sm);padding:14px}.study-focus-score div{font-family:Fredoka One,cursive;color:var(--accent2);font-size:2rem}.study-focus-score span{color:var(--text2);font-size:.72rem;font-weight:800}.study-side{display:flex;flex-direction:column;gap:20px}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--surface);border-right:1px solid var(--surface2);padding:24px 16px;display:flex;flex-direction:column;gap:8px;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .25s ease;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.sidebar-toggle{display:none;position:fixed;top:50%;transform:translateY(-50%);z-index:150;width:22px;height:58px;align-items:center;justify-content:center;background:var(--surface);color:var(--text2);border:1px solid var(--surface2);border-left:none;border-radius:0 10px 10px 0;font-size:1.1rem;font-weight:800;cursor:pointer;transition:left .25s ease;box-shadow:2px 0 8px #00000026}.sidebar-logo{font-family:Fredoka One,cursive;font-size:1.8rem;background:linear-gradient(135deg,var(--accent4),var(--accent5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:8px 12px 20px;border-bottom:1px solid var(--surface2);margin-bottom:8px}.sidebar-logo span{-webkit-text-fill-color:var(--accent2)}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;font-size:.88rem;color:var(--text2);transition:all .2s;text-decoration:none;border:none;background:transparent;width:100%;text-align:left}.nav-item:hover{background:var(--surface2);color:var(--text)}.nav-item.active{background:#4d96ff26;color:var(--accent4)}.nav-icon{font-size:1.1rem;width:22px;text-align:center}.nav-section{font-size:.7rem;color:var(--text2);padding:12px 14px 4px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--surface2);padding-top:12px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px 10px 12px;margin-bottom:4px;min-width:0}.sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent4),var(--accent5));display:flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0;text-transform:uppercase}.sidebar-user-info{min-width:0;font-size:.76rem;font-weight:800}.sidebar-user-info div,.sidebar-user-info span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-info span{color:var(--text2);font-size:.68rem;font-weight:700}.main-content{margin-left:240px;flex:1;padding:28px 32px;min-height:100vh;transition:margin-left .25s ease}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.page-title{font-family:Fredoka One,cursive;font-size:1.7rem;color:var(--text)}.page-subtitle{font-size:.85rem;color:var(--text2);margin-top:2px}.lesson-page-header{align-items:flex-start;justify-content:flex-start;margin-bottom:16px}.lesson-page-heading{width:100%;min-width:0}.lesson-page-title{font-size:1.3rem;line-height:1.25;overflow-wrap:anywhere}.lesson-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px}.lesson-header-action{display:inline-flex;align-items:center;gap:5px;min-height:38px;padding:6px 10px;font-size:.72rem;line-height:1}.lesson-header-icon{font-size:.9rem}@media(max-width:520px){.lesson-page-title{font-size:1.15rem}.lesson-header-actions{gap:5px}.lesson-header-action{min-height:40px;padding:6px 9px}}.card{background:var(--surface);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.card-title{font-weight:800;font-size:.95rem;margin-bottom:18px;display:flex;align-items:center;gap:8px;color:var(--text)}.card-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.student-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.student-card{background:var(--surface);border-radius:var(--radius);padding:20px 22px;cursor:pointer;transition:all .25s;border:2px solid transparent;position:relative;overflow:hidden}.student-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#4d96ff0f,#c77dff0f);opacity:0;transition:opacity .3s}.student-card:hover:after,.student-card.active:after{opacity:1}.student-card.active{border-color:var(--accent4)}.student-card.active-gold{border-color:var(--accent2)}.student-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:12px}.student-name{font-weight:800;font-size:1.05rem}.student-meta{font-size:.78rem;color:var(--text2);margin-bottom:14px}.student-study-meta{display:inline-flex;align-items:center;width:fit-content;padding:3px 8px;border-radius:99px;background:#6bcb771f;color:var(--accent3);font-size:.7rem;font-weight:800;margin-bottom:12px}.mini-bars{display:flex;flex-direction:column;gap:6px}.mini-bar-row{display:flex;align-items:center;gap:8px;font-size:.74rem;color:var(--text2)}.mini-bar-label{width:60px;flex-shrink:0}.mini-bar-track{flex:1;height:6px;background:var(--surface2);border-radius:99px;overflow:hidden}.mini-bar-fill{height:100%;border-radius:99px;transition:width 1s ease}.skill-item{margin-bottom:15px}.study-summary-line{color:var(--accent3);font-size:.78rem;font-weight:800;margin:-8px 0 16px}.skill-header{display:flex;justify-content:space-between;align-items:center;font-size:.83rem;margin-bottom:6px}.skill-label{font-weight:700}.skill-status{font-size:.75rem;color:var(--text2)}.skill-track{height:10px;background:var(--surface2);border-radius:99px;overflow:hidden}.skill-fill{height:100%;border-radius:99px;position:relative;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.skill-fill:after{content:"";position:absolute;right:2px;top:2px;bottom:2px;width:5px;background:#fff6;border-radius:99px}.chat-panel{background:var(--surface);border-radius:var(--radius);display:flex;flex-direction:column;height:clamp(560px,calc(100vh - 250px),760px);min-height:540px;box-shadow:var(--shadow)}.chat-header{padding:16px 22px;border-bottom:1px solid var(--surface2);display:flex;align-items:center;gap:12px;flex-shrink:0}.agent-avatar-chat{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--accent4),var(--accent5));display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.agent-name-chat{font-weight:800;font-size:.95rem}.agent-status-chat{font-size:.74rem;color:var(--accent3);display:flex;align-items:center;gap:5px}.status-dot{width:7px;height:7px;background:var(--accent3);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.chat-messages{flex:1;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:12px}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--surface2);border-radius:99px}.msg{max-width:86%;animation:msgIn .3s ease}.msg-agent{align-self:flex-start}.msg-user{align-self:flex-end}@keyframes msgIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.msg-bubble{position:relative;padding:11px 15px;border-radius:18px;font-size:.88rem;line-height:1.55}.msg-actions{float:right;display:flex;gap:4px;margin:-2px -4px 6px 10px}.speak-btn{width:28px;height:28px;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#ffffff0f;color:var(--text);cursor:pointer;font-size:.78rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.speak-btn:hover{background:#4d96ff2e;border-color:#4d96ff59}.msg-agent .msg-bubble{background:var(--surface2);border-bottom-left-radius:5px}.msg-user .msg-bubble{background:linear-gradient(135deg,var(--accent4),var(--accent5));border-bottom-right-radius:5px;color:#fff}.msg-typing{display:flex;gap:5px;align-items:center;padding:12px 16px}.typing-dot{width:7px;height:7px;background:var(--text2);border-radius:50%;animation:typingBounce 1.2s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-row{padding:12px 16px;border-top:1px solid var(--surface2);display:flex;gap:10px;align-items:flex-end;flex-shrink:0}.chat-input{flex:1;background:var(--surface2);border:none;border-radius:14px;padding:10px 18px;color:var(--text);font-family:Nunito,sans-serif;font-size:.88rem;outline:none;transition:background .2s}.chat-input:focus{background:var(--surface3)}.chat-input::placeholder{color:var(--text2)}.chat-textarea{resize:none;min-height:44px;max-height:160px;line-height:1.55;overflow-y:auto}.chat-panel-focus{height:clamp(580px,calc(100vh - 180px),960px)}.msg-mastery{align-self:stretch;background:linear-gradient(135deg,#6bcb771a,#4d96ff12);border:1px solid rgba(107,203,119,.28);border-radius:var(--radius-sm);padding:16px 20px;text-align:center;animation:msgIn .4s ease}.msg-mastery-icon{font-size:2rem;margin-bottom:6px}.msg-mastery-title{font-family:Fredoka One,cursive;font-size:1.1rem;color:var(--accent3);margin-bottom:3px}.msg-mastery-skill{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:4px}.msg-mastery-sub{font-size:.74rem;color:var(--text2)}.msg-divider{display:flex;align-items:center;gap:10px;margin:10px 0 6px;color:var(--text2);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;align-self:stretch}.msg-divider:before,.msg-divider:after{content:"";flex:1;height:1px;background:var(--surface2)}.chat-assessment{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:5px;padding-left:2px}.chat-assess-chip{padding:2px 9px;border-radius:99px;font-size:.69rem;font-weight:700}.chat-assess-score{background:#4d96ff24;color:var(--accent4)}.chat-assess-up{background:#6bcb7724;color:var(--accent3)}.chat-assess-down{background:#ff6b6b1f;color:var(--accent1)}.chat-assess-next{font-size:.7rem;color:var(--text2);font-style:italic}.send-btn{width:42px;height:42px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--accent4),var(--accent5));cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:transform .15s,box-shadow .15s;flex-shrink:0}.send-btn:hover{transform:scale(1.1);box-shadow:0 4px 16px #4d96ff66}.send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.tab{padding:7px 16px;border-radius:50px;border:none;cursor:pointer;font-family:Nunito,sans-serif;font-weight:700;font-size:.82rem;background:var(--surface);color:var(--text2);transition:all .2s}.tab:hover:not(.active){color:var(--text);background:var(--surface2)}.tab.active{background:var(--accent4);color:#fff}.ach-list{display:flex;flex-direction:column;gap:10px}.ach-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--surface2);border-radius:var(--radius-sm)}.ach-item.locked{opacity:.35;filter:grayscale(1)}.ach-icon-wrap{width:38px;height:38px;border-radius:10px;background:var(--surface3);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.ach-name{font-weight:700;font-size:.84rem}.ach-desc{font-size:.73rem;color:var(--text2);margin-top:1px}.streak-display{text-align:center;padding:8px 0 16px}.streak-number{font-family:Fredoka One,cursive;font-size:3.8rem;line-height:1;background:linear-gradient(135deg,var(--accent2),var(--accent1));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.streak-label{font-size:.82rem;color:var(--text2);margin-top:4px;margin-bottom:16px}.streak-days{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.streak-day{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700}.streak-day.done{background:linear-gradient(135deg,var(--accent2),var(--accent1));color:#000}.streak-day.today{background:transparent;border:2px solid var(--accent2);color:var(--accent2)}.streak-day.empty{background:var(--surface2);color:var(--text2)}.next-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--surface2);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.next-item:hover{background:#4d96ff1f;transform:translate(4px)}.next-icon{font-size:1.2rem;flex-shrink:0}.next-title{font-weight:700;font-size:.83rem}.next-sub{font-size:.73rem;color:var(--text2)}.next-list{display:flex;flex-direction:column;gap:8px}.tag{margin-left:auto;padding:3px 9px;border-radius:99px;font-size:.7rem;font-weight:700;flex-shrink:0}.tag-warn{background:#ff6b6b2e;color:var(--accent1)}.tag-ok{background:#6bcb772e;color:var(--accent3)}.tag-new{background:#4d96ff2e;color:var(--accent4)}.btn{padding:10px 22px;border-radius:50px;border:none;cursor:pointer;font-family:Nunito,sans-serif;font-weight:700;font-size:.88rem;transition:all .2s;background:var(--surface2);color:var(--text)}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:linear-gradient(135deg,var(--accent4),var(--accent5));color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #4d96ff59}.btn-ghost{background:transparent;border:2px solid var(--surface2);color:var(--text2)}.btn-ghost:hover{border-color:var(--accent4);color:var(--accent4)}.alert-bible{background:#ffd93d14;border:1px solid rgba(255,217,61,.3);border-radius:var(--radius-sm);padding:12px 16px;font-size:.82rem;color:var(--accent2);display:flex;gap:8px;align-items:flex-start;margin-bottom:12px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.grid-3-1{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(520px,2.22fr);gap:20px}.fade-in{animation:fadeIn .4s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{width:32px;height:32px;border:3px solid var(--surface2);border-top-color:var(--accent4);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.empty-msg{color:var(--text2);font-size:.82rem;text-align:center;padding:20px 0}.ach-check{margin-left:auto;color:var(--accent2);font-size:.75rem;font-weight:800}.bible-form-label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:700;color:var(--text2)}.bible-form-input{background:var(--surface3);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);color:var(--text);font-family:Nunito,sans-serif;font-size:.9rem;padding:10px 14px;outline:none;transition:border-color .15s;width:100%}.bible-form-input:focus{border-color:var(--accent2)}.bible-form-textarea{resize:vertical;min-height:72px;line-height:1.5}@media(max-width:900px){.sidebar{width:64px;padding:16px 8px}.sidebar-logo{font-size:12px;padding:8px 2px 16px;text-align:center;line-height:1.25}.nav-item{justify-content:center;font-size:0;gap:0;padding:12px}.nav-icon{font-size:1.3rem}.nav-section{font-size:0;padding:8px 0 0}.sidebar-user{justify-content:center;padding:8px 0}.sidebar-user-info{display:none}.main-content{margin-left:64px;padding:20px 16px}.sidebar-toggle{display:flex;left:64px}.app-layout.sidebar-hidden .sidebar{transform:translate(-100%)}.app-layout.sidebar-hidden .main-content{margin-left:0}.app-layout.sidebar-hidden .sidebar-toggle{left:0}.student-grid,.grid-3-1,.grid-3,.grid-2,.diagnostic-grid,.diagnostic-controls,.report-kpis,.report-skill-row,.report-evo-row{grid-template-columns:1fr}.report-evo-bar-wrap{margin-top:4px}.study-focus{align-items:stretch;flex-direction:column}.study-focus-score{text-align:left}.chat-panel,.chat-panel-focus{height:calc(100vh - 120px);height:calc(100dvh - 120px);min-height:380px;max-height:none}.chat-messages:before{content:"";margin-top:auto;flex-shrink:0}}.reading-now{background:#4d96ff29;border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;transition:background-color .25s ease}.reading-inline-controls{position:fixed;right:18px;top:50vh;transform:translateY(-50%);display:inline-flex;flex-direction:column;align-items:center;gap:1px;z-index:3}.reading-inline-btn{width:24px;height:21px;padding:0;border:1px solid var(--border);border-radius:6px;background:var(--surface2);color:var(--text2);font:700 .85rem/1 Nunito,sans-serif;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s}.reading-inline-btn:hover:not(:disabled),.reading-inline-btn:focus-visible{background:var(--accent4);border-color:var(--accent4);color:#fff;outline:none}.reading-inline-btn:disabled{opacity:.35;cursor:default}.reading-inline-pause{width:28px;height:25px;color:var(--text)}@media(max-width:900px){.reading-inline-controls{right:8px}.reading-inline-btn{width:22px;height:20px}.reading-inline-pause{width:26px;height:24px}}
