:root{
  --lll-st-navy:#08274d;
  --lll-st-navy-2:#0d3565;
  --lll-st-gold:#f2b521;
  --lll-st-gold-2:#d99a08;
  --lll-st-blue:#eef6ff;
  --lll-st-paper:#fff;
  --lll-st-ink:#17304f;
  --lll-st-muted:#6c7b8e;
  --lll-st-line:#dce7f2;
  --lll-st-green:#2b8a53;
  --lll-st-red:#9b2940;
  --lll-st-shadow:0 14px 38px rgba(8,39,77,.10);
}
*{box-sizing:border-box}
html,body{margin:0!important;padding:0!important;background:#f3f8fd!important}
body.lll-student-page{overflow-x:hidden}
.lll-student-app{min-height:100vh;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--lll-st-ink);background:linear-gradient(180deg,#f8fbff,#eef5fb)}
.lll-student-app button,.lll-student-app input{font:inherit}
.lll-student-loading{min-height:100vh;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;color:var(--lll-st-navy)}
.lll-student-spinner{width:34px;height:34px;border:3px solid #dce7f2;border-top-color:var(--lll-st-gold);border-radius:50%;animation:lllStudentSpin .8s linear infinite}
@keyframes lllStudentSpin{to{transform:rotate(360deg)}}

.lll-student-login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(260px,390px) minmax(320px,500px);align-items:center;justify-content:center;gap:70px;padding:50px;background:radial-gradient(circle at 27% 20%,#174a80,var(--lll-st-navy) 54%,#041a34)}
.lll-student-login-brand{text-align:center;color:#fff}.lll-student-login-brand img{width:min(285px,80vw);max-height:230px;object-fit:contain;filter:drop-shadow(0 20px 36px rgba(0,0,0,.22))}.lll-student-login-brand p{font-family:Georgia,serif;color:#f8ca61;font-size:17px;font-style:italic}
.lll-student-login-card{background:rgba(255,255,255,.985);border:1px solid rgba(242,181,33,.55);border-radius:24px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.28);display:flex;flex-direction:column;gap:15px}
.lll-student-login-card h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:36px;color:var(--lll-st-navy)}.lll-student-login-card>p{margin:0 0 4px;color:var(--lll-st-muted);line-height:1.6}.lll-student-login-card label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800;color:var(--lll-st-navy)}.lll-student-login-card input{width:100%;border:1px solid #cad8e6;border-radius:11px;padding:12px 13px;outline:none;color:var(--lll-st-ink);background:#fff}.lll-student-login-card input:focus{border-color:var(--lll-st-gold);box-shadow:0 0 0 3px rgba(242,181,33,.18)}.lll-student-login-card small{color:var(--lll-st-muted);font-size:11px;line-height:1.55}
.lll-student-alert{border:1px solid #edc6ca;background:#fff6f7;color:#8b2435;border-radius:10px;padding:11px 12px;font-size:13px;font-weight:700}
.lll-student-eyebrow{font-size:10px;letter-spacing:.15em;font-weight:900;color:var(--lll-st-gold-2);text-transform:uppercase}
.lll-student-primary,.lll-student-secondary{appearance:none;border:0;border-radius:11px;padding:12px 18px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.lll-student-primary{background:linear-gradient(180deg,#ffc53b,var(--lll-st-gold));color:#08274d;box-shadow:0 7px 16px rgba(217,154,8,.2)}.lll-student-secondary{background:#fff;border:1px solid var(--lll-st-line);color:var(--lll-st-navy)}.lll-student-primary:hover,.lll-student-secondary:hover{transform:translateY(-1px)}.lll-student-primary:disabled,.lll-student-secondary:disabled{opacity:.6;cursor:wait;transform:none}

.lll-student-shell{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:100vh}
.lll-student-sidebar{position:sticky;top:0;height:100vh;z-index:60;background:linear-gradient(180deg,#0b315f 0%,#07264d 60%,#041d3d 100%);color:#fff;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);box-shadow:7px 0 24px rgba(7,38,77,.08)}
.lll-student-brand{padding:18px 14px 14px;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.lll-student-brand img{width:158px;height:122px;object-fit:contain}
.lll-student-sidebar nav{padding:17px 12px;display:flex;flex-direction:column;gap:8px}.lll-student-sidebar nav button,.lll-student-logout{width:100%;border:0;border-radius:9px;background:transparent;color:#e4edf7;padding:11px 12px;display:flex;align-items:center;gap:12px;text-align:left;font-weight:800;font-size:13px;cursor:pointer;transition:.18s}.lll-student-sidebar nav button:hover,.lll-student-logout:hover{background:rgba(255,255,255,.08)}.lll-student-sidebar nav button.active{background:linear-gradient(180deg,#ffc63d,#f2b521);color:#08274d;box-shadow:0 7px 16px rgba(0,0,0,.13)}.lll-student-logout{margin:auto 12px 17px;width:calc(100% - 24px);color:#cdd9e7;border-top:1px solid rgba(255,255,255,.07);border-radius:9px}
.lll-student-workspace{min-width:0;min-height:100vh}
.lll-student-topbar{height:76px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--lll-st-line);display:flex;align-items:center;gap:16px;padding:0 27px}
.lll-student-menu{display:none;border:0;background:transparent;color:var(--lll-st-navy);padding:7px;cursor:pointer}.lll-student-search{width:min(480px,52vw);display:flex;align-items:center;gap:9px;border:1px solid #d6e2ef;background:#fbfdff;border-radius:18px;padding:0 13px;color:#7890a8}.lll-student-search input{height:36px;border:0;outline:0;background:transparent;width:100%;font-size:12px;color:var(--lll-st-ink)}
.lll-student-top-actions{display:flex;align-items:center;gap:14px;margin-left:auto}.lll-student-top-icon{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:var(--lll-st-navy);display:grid;place-items:center;cursor:pointer;position:relative}.lll-student-top-icon:hover{background:#edf5fd}.lll-student-top-icon b{position:absolute;right:-1px;top:-1px;min-width:16px;height:16px;border-radius:10px;background:var(--lll-st-red);color:#fff;font-size:9px;line-height:16px}
.lll-student-bell-wrap{position:relative}.lll-student-notifications{position:absolute;right:0;top:47px;width:340px;max-height:390px;overflow:auto;border:1px solid var(--lll-st-line);background:#fff;border-radius:14px;box-shadow:0 20px 50px rgba(8,39,77,.18);padding:10px;z-index:100}.lll-student-notifications header{display:flex;justify-content:space-between;padding:8px 8px 11px;border-bottom:1px solid var(--lll-st-line)}.lll-student-notifications header span{background:#edf4fb;border-radius:20px;padding:2px 7px;font-size:10px}.lll-student-notifications article{display:grid;grid-template-columns:24px 1fr;gap:8px;padding:10px 8px;border-bottom:1px solid #edf2f7}.lll-student-notifications article:last-child{border-bottom:0}.lll-student-notifications article svg{color:var(--lll-st-gold-2);margin-top:2px}.lll-student-notifications article strong,.lll-student-notifications article small{display:block}.lll-student-notifications article strong{font-size:12px}.lll-student-notifications article small{font-size:10px;color:var(--lll-st-muted);margin-top:3px}
.lll-student-profile-chip{display:flex;gap:9px;align-items:center}.lll-student-profile-chip>span{display:grid;gap:1px}.lll-student-profile-chip strong{font-size:12px;color:var(--lll-st-navy)}.lll-student-profile-chip small{font-size:10px;color:var(--lll-st-muted)}
.lll-student-avatar{width:39px;height:39px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#f7d57d,var(--lll-st-gold));display:grid;place-items:center;color:var(--lll-st-navy);font-weight:900}.lll-student-avatar img{width:100%;height:100%;object-fit:cover}
.lll-student-main{padding:28px 28px 50px;max-width:1500px;margin:0 auto}
.lll-student-mobile-nav{display:none}

.lll-student-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.lll-student-page-heading h1{margin:5px 0 3px;font-family:Georgia,"Times New Roman",serif;color:var(--lll-st-navy);font-size:31px;line-height:1.1}.lll-student-page-heading p{margin:0;color:var(--lll-st-muted);font-size:12px}
.lll-student-progress-card{width:290px;border:1px solid var(--lll-st-line);background:#fff;border-radius:12px;padding:10px 13px;display:grid;grid-template-columns:1fr auto;gap:8px 12px;box-shadow:0 5px 15px rgba(8,39,77,.04)}.lll-student-progress-card>div{display:flex;align-items:center;gap:10px}.lll-student-progress-card svg{color:var(--lll-st-gold-2)}.lll-student-progress-card strong,.lll-student-progress-card small{display:block}.lll-student-progress-card strong{font-size:11px}.lll-student-progress-card small{font-size:9px;color:var(--lll-st-muted);margin-top:2px}.lll-student-progress-card>b{font-size:11px;color:var(--lll-st-navy);align-self:center}.lll-student-progress-card>i{grid-column:1/-1;height:7px;background:#e8eef4;border-radius:8px;overflow:hidden}.lll-student-progress-card>i span{display:block;height:100%;background:linear-gradient(90deg,var(--lll-st-gold-2),var(--lll-st-gold));border-radius:8px}
.lll-student-today-grid{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:18px}.lll-student-learning-column{min-width:0}
.lll-student-hero{position:relative;min-height:285px;border-radius:14px;overflow:hidden;background:linear-gradient(125deg,#263e62,#102c53 58%,#724f29);background-size:cover;background-position:center;box-shadow:var(--lll-st-shadow);border:1px solid rgba(242,181,33,.34)}.lll-student-hero.has-image{background-image:var(--lll-course-image)}.lll-student-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,30,59,.94) 0%,rgba(10,35,68,.76) 49%,rgba(10,35,68,.18) 100%)}.lll-student-hero-content{position:relative;z-index:2;width:min(680px,80%);height:100%;min-height:285px;padding:25px 26px;display:flex;flex-direction:column;justify-content:center;color:#fff}.lll-student-course-pill{align-self:flex-start;padding:5px 10px;border-radius:20px;background:#a7193a;color:#fff;font-size:10px;font-weight:900}.lll-student-hero h2{margin:10px 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:31px;line-height:1.06;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.28)}.lll-student-hero p{margin:0 0 7px;max-width:610px;color:#f1f5fa;font-size:12px;line-height:1.5}.lll-student-hero small{color:#f5d685;font-size:10px;font-weight:700}.lll-student-hero-content>div{display:flex;gap:9px;margin-top:17px;flex-wrap:wrap}.lll-student-hero-primary,.lll-student-hero-secondary{border-radius:22px;padding:10px 18px;border:0;display:inline-flex;align-items:center;gap:7px;font-weight:900;font-size:11px;cursor:pointer}.lll-student-hero-primary{background:linear-gradient(180deg,#ffcb42,var(--lll-st-gold));color:#08274d}.lll-student-hero-secondary{background:rgba(255,255,255,.94);color:#183a64;border:1px solid rgba(255,255,255,.55)}
.lll-student-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:13px 0}.lll-student-step{min-height:112px;border:1px solid #dce6f0;border-radius:12px;background:#fff;padding:13px 10px;display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;gap:5px 8px;text-align:left;color:var(--lll-st-ink);cursor:pointer;box-shadow:0 4px 13px rgba(8,39,77,.04)}.lll-student-step:hover{border-color:#e5bb48;transform:translateY(-1px)}.lll-student-step .step-number{width:31px;height:31px;border-radius:50%;background:#f6e5ed;color:#a71d45;display:grid;place-items:center;font-weight:900}.lll-student-step:nth-child(2) .step-number{background:#e8f0ff;color:#2968bb}.lll-student-step:nth-child(3) .step-number{background:#fff2d3;color:#b67700}.lll-student-step:nth-child(4) .step-number{background:#e5f4e9;color:#277a45}.lll-student-step>div{min-width:0}.lll-student-step strong,.lll-student-step small{display:block}.lll-student-step strong{font-size:11px}.lll-student-step small{font-size:9px;color:var(--lll-st-muted);line-height:1.35;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lll-student-step em{grid-column:1/2;font-style:normal;font-size:8px;color:var(--lll-st-muted);align-self:end}.lll-student-step>svg{grid-column:2/3;justify-self:end;color:#899caf;align-self:end}.lll-student-step.complete{border-color:#a9d6b9;background:#fbfffc}.lll-student-step.complete .step-number{background:#e5f6eb;color:var(--lll-st-green)}
.lll-student-summary-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,320px);gap:15px;border:1px solid var(--lll-st-line);background:#fff;border-radius:13px;padding:16px 18px}.lll-student-summary-card header{grid-column:1/-1;display:flex;gap:8px;align-items:center;color:#9d1640}.lll-student-summary-card header strong{font-family:Georgia,serif;color:var(--lll-st-navy)}.lll-student-summary-card p{margin:0;color:var(--lll-st-muted);font-size:11px;line-height:1.55}.lll-student-verse{font-family:Georgia,serif;font-style:italic;text-align:center;color:#866518;background:#fff9e8;border-radius:10px;padding:10px;font-size:10px;line-height:1.45}.lll-student-verse span{display:block;font-style:normal;font-weight:800;margin-top:4px}
.lll-student-tutor-card{border:1px solid #d9e3ee;border-radius:13px;background:#fff;padding:16px;box-shadow:0 7px 20px rgba(8,39,77,.055);align-self:start;position:sticky;top:95px}.lll-tutor-brand{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--lll-st-line);padding-bottom:12px}.lll-tutor-brand>svg{width:41px;height:41px;padding:8px;border-radius:50%;background:#0d417b;color:#fff}.lll-tutor-brand strong,.lll-tutor-brand small{display:block}.lll-tutor-brand strong{font-size:12px;color:var(--lll-st-navy)}.lll-tutor-brand small{font-size:9px;color:#2672b9;margin-top:2px}.lll-tutor-greeting{margin:14px 0 10px;background:#eef6ff;border-radius:10px;padding:10px 11px;color:#285f94;font-size:11px;line-height:1.4;font-weight:700}.lll-student-tutor-card p{font-size:10px;color:var(--lll-st-muted);line-height:1.6}.lll-student-tutor-button{width:100%;border:1px solid #e0b64c;background:#fffaf0;border-radius:10px;color:var(--lll-st-navy);padding:9px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:900;cursor:pointer}

.lll-student-lesson-list{display:flex;flex-direction:column;gap:14px}.lll-student-day-group{border:1px solid var(--lll-st-line);border-radius:14px;background:#fff;overflow:hidden}.lll-student-day-group>header{padding:12px 16px;background:#f7fbff;border-bottom:1px solid var(--lll-st-line);display:flex;justify-content:space-between;align-items:center}.lll-student-day-group>header strong{font-family:Georgia,serif;color:var(--lll-st-navy)}.lll-student-day-group>header span{font-size:10px;color:var(--lll-st-muted)}
.lll-student-lesson-row{width:100%;border:0;border-bottom:1px solid #edf2f7;background:#fff;padding:13px 15px;display:grid;grid-template-columns:37px minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left;color:var(--lll-st-ink);cursor:pointer}.lll-student-lesson-row:last-child{border-bottom:0}.lll-student-lesson-row:hover{background:#fbfdff}.lll-student-subject-mark{width:36px;height:36px;border-radius:9px;background:#fff3d3;color:#b47b08;display:grid;place-items:center}.lll-student-lesson-row.complete .lll-student-subject-mark{background:#e7f5ec;color:var(--lll-st-green)}.lll-student-lesson-row strong,.lll-student-lesson-row p,.lll-student-lesson-row small{display:block;margin:0}.lll-student-lesson-row strong{font-size:10px;color:var(--lll-st-gold-2);text-transform:uppercase;letter-spacing:.05em}.lll-student-lesson-row p{font-family:Georgia,serif;font-size:14px;color:var(--lll-st-navy);margin:2px 0}.lll-student-lesson-row small{font-size:9px;color:var(--lll-st-muted)}.lll-student-lesson-row em{display:flex;align-items:center;gap:4px;font-size:9px;font-style:normal;color:#6f8297;font-weight:800}
.lll-student-empty{padding:18px;color:var(--lll-st-muted);font-size:12px;text-align:center}
.lll-student-subject-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.lll-student-subject-card{border:1px solid var(--lll-st-line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(8,39,77,.05);cursor:pointer}.lll-student-subject-image{height:150px;background:linear-gradient(135deg,#174a80,#e6b33d);background-size:cover;background-position:center}.lll-student-subject-card>div:last-child{padding:15px}.lll-student-subject-card span{font-size:9px;color:var(--lll-st-gold-2);font-weight:900;text-transform:uppercase}.lll-student-subject-card h3{font-family:Georgia,serif;color:var(--lll-st-navy);font-size:18px;margin:4px 0 5px}.lll-student-subject-card p{font-size:10px;color:var(--lll-st-muted);margin:0}.lll-student-subject-card i,.lll-student-course-header i,.lll-student-progress-grid i{display:block;height:6px;background:#e9eff5;border-radius:8px;overflow:hidden;margin:10px 0}.lll-student-subject-card i b,.lll-student-course-header i b,.lll-student-progress-grid i b{display:block;height:100%;background:linear-gradient(90deg,var(--lll-st-gold-2),var(--lll-st-gold))}.lll-student-subject-card button{border:0;background:transparent;color:#1b5e9c;padding:0;display:flex;align-items:center;gap:5px;font-size:10px;font-weight:900;cursor:pointer}
.lll-student-course-header{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:center;margin-bottom:18px;border:1px solid var(--lll-st-line);background:#fff;border-radius:15px;padding:16px;box-shadow:0 6px 18px rgba(8,39,77,.05)}.lll-student-course-header>button{grid-column:1/-1;justify-self:start;border:0;background:transparent;color:#1e65a5;font-weight:800;font-size:11px;cursor:pointer}.lll-student-course-cover{height:150px;border-radius:11px;background:linear-gradient(135deg,#194f85,#e8b338);background-size:cover;background-position:center}.lll-student-course-header span{font-size:9px;color:var(--lll-st-gold-2);font-weight:900;text-transform:uppercase}.lll-student-course-header h1{font-family:Georgia,serif;color:var(--lll-st-navy);font-size:25px;margin:4px 0}.lll-student-course-header p{color:var(--lll-st-muted);font-size:11px}
.lll-student-big-progress{background:#fff;border:1px solid var(--lll-st-line);border-radius:13px;padding:12px 15px;min-width:235px;display:flex;align-items:center;gap:12px}.lll-student-big-progress strong{font-size:24px;color:var(--lll-st-navy)}.lll-student-big-progress span{font-size:10px;color:var(--lll-st-muted)}
.lll-student-progress-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.lll-student-progress-grid>article{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;border:1px solid var(--lll-st-line);background:#fff;border-radius:13px;padding:14px}.lll-student-progress-grid>article>div{width:40px;height:40px;border-radius:10px;background:#fff3d3;color:#b77d06;display:grid;place-items:center}.lll-student-progress-grid section span,.lll-student-progress-grid section strong,.lll-student-progress-grid section small{display:block}.lll-student-progress-grid section span{font-size:9px;color:var(--lll-st-gold-2);font-weight:900;text-transform:uppercase}.lll-student-progress-grid section strong{font-size:13px;color:var(--lll-st-navy);margin:2px 0}.lll-student-progress-grid section small{font-size:9px;color:var(--lll-st-muted)}.lll-student-progress-grid>article>em{font-style:normal;font-size:14px;font-weight:900;color:var(--lll-st-navy)}
.lll-student-tutor-coming,.lll-student-community-card,.lll-student-finished{max-width:760px;margin:40px auto;border:1px solid var(--lll-st-line);border-radius:18px;background:#fff;padding:38px;text-align:center;box-shadow:var(--lll-st-shadow)}.lll-student-tutor-coming>div,.lll-student-community-card>div,.lll-student-finished>div{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:#edf6ff;color:#13548e}.lll-student-tutor-coming h2,.lll-student-community-card h2,.lll-student-finished h2{font-family:Georgia,serif;color:var(--lll-st-navy);font-size:25px;margin:0 0 8px}.lll-student-tutor-coming p,.lll-student-community-card p,.lll-student-finished p{color:var(--lll-st-muted);font-size:12px;line-height:1.65}.lll-student-tutor-coming>span{display:inline-block;background:#fff3d3;color:#966100;border-radius:20px;padding:6px 12px;font-size:9px;font-weight:900}.lll-student-community-card .lll-student-primary{margin:9px auto;min-width:190px}.lll-student-community-card small{display:block;color:var(--lll-st-muted);font-size:9px;margin-top:8px}

.lll-student-lesson-view{max-width:980px;margin:0 auto;border:1px solid var(--lll-st-line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--lll-st-shadow)}.lll-student-lesson-view>header{padding:22px 26px;background:linear-gradient(135deg,#0d3565,#08274d);color:#fff}.lll-student-lesson-view>header button{border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:8px;padding:7px 10px;font-size:10px;font-weight:800;cursor:pointer}.lll-student-lesson-view>header span{display:block;color:#f4c859;font-size:9px;font-weight:900;margin-top:16px;text-transform:uppercase}.lll-student-lesson-view>header h1{font-family:Georgia,serif;font-size:28px;margin:5px 0}.lll-student-lesson-view>header p{margin:0;color:#dce6f2;font-size:11px}.lll-student-lesson-content{padding:28px 30px;font-size:14px;line-height:1.75;color:#243a55}.lll-student-lesson-content img{max-width:100%;height:auto}.lll-student-lesson-content iframe,.lll-student-lesson-content video{max-width:100%}.lll-student-lesson-content h1,.lll-student-lesson-content h2,.lll-student-lesson-content h3{font-family:Georgia,serif;color:var(--lll-st-navy)}.lll-student-lesson-view>footer{border-top:1px solid var(--lll-st-line);background:#fbfdff;padding:15px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.lll-student-lesson-view>footer strong,.lll-student-lesson-view>footer span{display:block}.lll-student-lesson-view>footer strong{font-size:12px;color:var(--lll-st-navy)}.lll-student-lesson-view>footer span{font-size:9px;color:var(--lll-st-muted);margin-top:2px}

@media(max-width:1100px){
  .lll-student-today-grid{grid-template-columns:1fr}.lll-student-tutor-card{position:static;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.lll-tutor-brand{border-bottom:0;padding-bottom:0}.lll-tutor-greeting,.lll-student-tutor-card p{display:none}.lll-student-tutor-button{width:auto}.lll-student-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lll-student-subject-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:850px){
  .lll-student-shell{grid-template-columns:1fr}.lll-student-sidebar{position:fixed;left:-240px;width:220px;transition:left .22s ease}.lll-student-sidebar.open{left:0}.lll-student-menu{display:grid;place-items:center}.lll-student-main{padding:22px 18px 80px}.lll-student-topbar{padding:0 17px}.lll-student-search{width:auto;flex:1}.lll-student-profile-chip>span{display:none}.lll-student-mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:55;height:62px;background:#fff;border-top:1px solid var(--lll-st-line);display:flex;justify-content:space-around;box-shadow:0 -8px 25px rgba(8,39,77,.08)}.lll-student-mobile-nav button{flex:1;border:0;background:transparent;color:#718299;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:8px;font-weight:800}.lll-student-mobile-nav button.active{color:#0d4c88}.lll-student-mobile-nav button.active svg{color:var(--lll-st-gold-2)}.lll-student-page-heading{align-items:flex-start}.lll-student-progress-card{width:250px}.lll-student-login-shell{grid-template-columns:1fr;gap:24px;padding:30px 20px}.lll-student-login-brand img{width:190px;max-height:150px}.lll-student-login-brand p{font-size:14px}
}
@media(max-width:620px){
  .lll-student-topbar{height:64px;gap:8px;padding:0 10px}.lll-student-search{border-radius:14px;padding:0 9px}.lll-student-search input{font-size:10px}.lll-student-top-actions{gap:4px}.lll-student-top-icon{width:34px;height:34px}.lll-student-avatar{width:34px;height:34px}.lll-student-main{padding:18px 12px 78px}.lll-student-page-heading{display:block;margin-bottom:14px}.lll-student-page-heading h1{font-size:26px}.lll-student-progress-card,.lll-student-big-progress{width:100%;margin-top:12px;min-width:0}.lll-student-hero{min-height:335px}.lll-student-hero-content{width:100%;min-height:335px;padding:22px 18px;justify-content:flex-end}.lll-student-hero-shade{background:linear-gradient(0deg,rgba(7,28,55,.96) 0%,rgba(8,34,67,.65) 58%,rgba(8,34,67,.18) 100%)}.lll-student-hero h2{font-size:26px}.lll-student-hero-content>div{display:grid;grid-template-columns:1fr}.lll-student-hero-primary,.lll-student-hero-secondary{justify-content:center}.lll-student-step-grid{grid-template-columns:1fr 1fr}.lll-student-step{min-height:106px}.lll-student-summary-card{grid-template-columns:1fr}.lll-student-summary-card header{grid-column:auto}.lll-student-tutor-card{display:block}.lll-tutor-brand{margin-bottom:12px}.lll-student-tutor-button{width:100%}.lll-student-subject-grid,.lll-student-progress-grid{grid-template-columns:1fr}.lll-student-course-header{grid-template-columns:1fr}.lll-student-course-cover{height:190px}.lll-student-lesson-row{grid-template-columns:34px minmax(0,1fr)}.lll-student-lesson-row em{grid-column:2/3;justify-self:start}.lll-student-notifications{position:fixed;left:10px;right:10px;top:68px;width:auto}.lll-student-lesson-view>footer{display:block}.lll-student-lesson-view>footer button{width:100%;margin-top:12px}.lll-student-lesson-content{padding:20px 18px}.lll-student-login-card{padding:25px 20px}.lll-student-login-card h1{font-size:31px}
}
@media(max-width:390px){
  .lll-student-step-grid{grid-template-columns:1fr}.lll-student-profile-chip{display:none}.lll-student-search{max-width:none}.lll-student-mobile-nav button{font-size:7px}
}

/* Liberty Lamp Learning v1.12.2 — student visual parity, Tutor controls, notification clear */
.lll-student-brand{padding:18px 12px 16px;border-bottom:0}
.lll-student-brand img{display:block;width:184px;height:auto;max-width:100%;margin:0 auto;background:#fffaf0;border:1px solid rgba(214,163,58,.68);border-radius:17px;padding:11px;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.lll-student-login-brand img{display:block;width:min(285px,80vw);height:auto;max-height:none;margin:0 auto;background:#fffaf0;border:1px solid rgba(214,163,58,.72);border-radius:22px;padding:17px;box-shadow:0 22px 50px rgba(0,0,0,.24);filter:none}

.lll-student-notifications header{align-items:center;gap:8px}
.lll-student-notifications header>div{display:flex;align-items:center;gap:8px}
.lll-student-notifications header>div span{background:#edf4fb;border-radius:20px;padding:2px 7px;font-size:10px}
.lll-student-notifications header>button{margin-left:auto;border:1px solid #e2c367;border-radius:8px;background:#fffaf0;color:#6f5008;padding:5px 9px;font-size:9px;font-weight:900;cursor:pointer}
.lll-student-notifications header>button:hover{background:#fff4d2}.lll-student-notifications header>button:disabled{opacity:.6;cursor:wait}

.lll-student-step .step-number{width:40px;height:40px;border-radius:50%}
.lll-student-step .step-number svg{width:20px;height:20px}
.lll-student-step:nth-child(1) .step-number{background:#f6e5ed;color:#a71d45}
.lll-student-step:nth-child(2) .step-number{background:#e8f0ff;color:#2968bb}
.lll-student-step:nth-child(3) .step-number{background:#fff2d3;color:#b67700}
.lll-student-step:nth-child(4) .step-number{background:#e5f4e9;color:#277a45}

.lll-student-today-grid{grid-template-columns:minmax(0,1fr) 330px;gap:18px}
.lll-student-tutor-card{padding:15px;border-color:#d7e2ee}
.lll-tutor-greeting{display:flex;align-items:flex-start;gap:7px}
.lll-tutor-greeting svg{flex:0 0 auto;margin-top:1px;color:#1762a0}
.lll-student-tutor-card h3{margin:13px 0 8px;font-size:11px;color:var(--lll-st-navy)}
.lll-tutor-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.lll-tutor-help-grid button{min-height:49px;border:1px solid #dbe6f0;border-radius:9px;background:#fff;color:#173a62;padding:7px;display:flex;align-items:center;justify-content:flex-start;gap:7px;text-align:left;font-size:8.8px;font-weight:800;line-height:1.2;cursor:pointer;transition:.16s}
.lll-tutor-help-grid button:hover{border-color:#d8a827;background:#fffaf0;transform:translateY(-1px)}
.lll-tutor-help-grid button svg{flex:0 0 auto;color:#1662a3}
.lll-tutor-help-grid button:nth-child(3) svg,.lll-tutor-help-grid button:nth-child(4) svg{color:#d19100}
.lll-tutor-help-grid button:nth-child(6) svg{color:#b97900}.lll-tutor-help-grid button:nth-child(7) svg{color:#2a8a4d}.lll-tutor-help-grid button:nth-child(8) svg{color:#244f95}
.lll-tutor-setting{margin-top:12px}.lll-tutor-setting>strong{display:block;margin-bottom:6px;color:var(--lll-st-navy);font-size:9px}
.lll-tutor-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.lll-tutor-three button{min-width:0;border:1px solid #dce6ef;border-radius:9px;background:#fff;color:#2b4e72;padding:7px 4px;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:7.8px;font-weight:850;cursor:pointer;line-height:1.1}
.lll-tutor-three button svg{color:#1c5790}.lll-tutor-three button.active{border-color:#d39a09;background:linear-gradient(180deg,#ffc94a,#e0a10b);color:#08274d;box-shadow:0 5px 12px rgba(217,154,8,.17)}.lll-tutor-three button.active svg{color:#08274d}
.lll-student-tutor-button{margin-top:13px;background:#fff8e8}

.lll-student-tutor-workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}
.lll-student-tutor-main{border:1px solid var(--lll-st-line);background:#fff;border-radius:16px;padding:22px;box-shadow:var(--lll-st-shadow)}
.lll-tutor-large-brand{display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--lll-st-line)}
.lll-tutor-large-brand>svg{width:54px;height:54px;padding:10px;border-radius:50%;background:#0d417b;color:#fff}
.lll-tutor-large-brand strong,.lll-tutor-large-brand small{display:block}.lll-tutor-large-brand strong{font-family:Georgia,serif;color:var(--lll-st-navy);font-size:20px}.lll-tutor-large-brand small{margin-top:3px;color:#3973a8;font-size:10px}
.lll-tutor-request{display:flex;gap:11px;align-items:flex-start;margin:18px 0;padding:15px;border-radius:12px;background:#eef6ff;color:#245f95}.lll-tutor-request>span{width:34px;height:34px;border-radius:9px;background:#fff;display:grid;place-items:center;flex:0 0 auto}.lll-tutor-request small,.lll-tutor-request strong,.lll-tutor-request p{display:block}.lll-tutor-request small{font-size:9px;text-transform:uppercase;letter-spacing:.08em}.lll-tutor-request strong{margin-top:2px;font-size:14px;color:#143d69}.lll-tutor-request p{margin:4px 0 0;font-size:10px;color:#60778f}
.lll-tutor-engine-note{border:1px solid #ead7a0;border-left:4px solid var(--lll-st-gold);border-radius:11px;background:#fffaf0;padding:15px}.lll-tutor-engine-note strong{color:var(--lll-st-navy);font-size:13px}.lll-tutor-engine-note p{margin:6px 0 0;color:var(--lll-st-muted);font-size:11px;line-height:1.6}
.lll-student-tutor-card.is-full{position:static;top:auto}

@media(max-width:1100px){
  .lll-student-today-grid,.lll-student-tutor-workspace{grid-template-columns:1fr}
  .lll-student-tutor-card{display:block;position:static}.lll-tutor-brand{border-bottom:1px solid var(--lll-st-line);padding-bottom:12px}.lll-tutor-greeting{display:flex}.lll-student-tutor-button{width:100%}
  .lll-tutor-help-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:720px){.lll-tutor-help-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){
  .lll-student-brand img{width:150px;padding:9px;border-radius:14px}
  .lll-student-login-brand img{width:190px;padding:11px;border-radius:16px}
  .lll-tutor-three button{font-size:7px}.lll-tutor-help-grid button{font-size:8px}
}

.lll-student-learning-path{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:13px 0}
.lll-student-learning-path button{min-height:132px;border:1px solid #dce6f0;border-radius:12px;background:#fff;padding:13px 10px 10px;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--lll-st-ink);cursor:pointer;box-shadow:0 4px 13px rgba(8,39,77,.04);transition:.16s}
.lll-student-learning-path button:hover{border-color:#dfb64b;transform:translateY(-1px)}
.lll-student-learning-path button>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin-bottom:7px}
.lll-student-learning-path .is-read{background:#f7e4ec;color:#9e1740}.lll-student-learning-path .is-watch{background:#e8f0ff;color:#245fae}.lll-student-learning-path .is-reflect{background:#fff0c9;color:#bd7c00}.lll-student-learning-path .is-practice{background:#e5f4e9;color:#278048}
.lll-student-learning-path strong{font-family:Georgia,serif;color:var(--lll-st-navy);font-size:12px}.lll-student-learning-path small{margin-top:3px;color:var(--lll-st-muted);font-size:8.5px}.lll-student-learning-path em{margin-top:auto;padding-top:8px;display:flex;align-items:center;gap:4px;color:#6b7e93;font-style:normal;font-size:8px}
@media(max-width:760px){.lll-student-learning-path{grid-template-columns:1fr 1fr}}
@media(max-width:390px){.lll-student-learning-path{grid-template-columns:1fr}}


/* Liberty Lamp Learning v1.12.3 — production contrast + readable student typography */
:root{
  --lll-st-navy:#062b57;
  --lll-st-navy-2:#0a417f;
  --lll-st-gold:#fcb900;
  --lll-st-gold-2:#d99400;
  --lll-st-blue:#eaf4ff;
  --lll-st-ink:#102f52;
  --lll-st-muted:#50677f;
  --lll-st-line:#cbdceb;
  --lll-st-green:#07863d;
  --lll-st-red:#b20f3a;
  --lll-st-shadow:0 14px 34px rgba(4,38,78,.15);
}
.lll-student-app{font-size:15px;color:#102f52;background:linear-gradient(180deg,#f8fbff 0%,#edf5fd 100%)}
.lll-student-sidebar{background:linear-gradient(180deg,#07386e 0%,#062b57 60%,#041f40 100%)}
.lll-student-sidebar nav button,.lll-student-logout{font-size:15px;font-weight:850;color:#f4f8fc;padding:13px 13px}
.lll-student-sidebar nav button.active{background:linear-gradient(180deg,#ffc936,#fcb900);color:#05294f;box-shadow:0 8px 20px rgba(0,0,0,.20)}
.lll-student-search input{font-size:14px;font-weight:550;color:#183a60}
.lll-student-profile-chip strong{font-size:14px;font-weight:900}.lll-student-profile-chip small{font-size:11px;color:#51677f;font-weight:650}
.lll-student-avatar{width:46px;height:46px;border:2px solid #efb327;background:linear-gradient(135deg,#ffe29a,#fcb900);box-shadow:0 3px 10px rgba(6,43,87,.16)}
.lll-student-avatar img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}
.lll-student-page-heading h1{font-size:38px;letter-spacing:-.015em;color:#062b57}.lll-student-page-heading p{font-size:14px;color:#526b84;font-weight:550}
.lll-student-eyebrow{font-size:11px;color:#c68400;font-weight:950}
.lll-student-progress-card{padding:13px 15px;border-color:#cbdceb;box-shadow:0 7px 18px rgba(4,38,78,.08)}
.lll-student-progress-card strong{font-size:13px;color:#0d3158;font-weight:900}.lll-student-progress-card small{font-size:11px;color:#52677e}.lll-student-progress-card>b{font-size:13px;font-weight:950}.lll-student-progress-card>i{height:8px;background:#dfe9f2}.lll-student-progress-card>i span{background:linear-gradient(90deg,#d89200,#fcb900)}
.lll-student-hero{border-color:rgba(252,185,0,.65);box-shadow:0 16px 34px rgba(4,38,78,.18)}
.lll-student-hero-shade{background:linear-gradient(90deg,rgba(5,35,71,.96) 0%,rgba(6,43,87,.85) 49%,rgba(6,43,87,.20) 100%)}
.lll-student-course-pill{font-size:12px;padding:6px 12px;background:#b20f3a;box-shadow:0 4px 12px rgba(178,15,58,.22)}
.lll-student-hero h2{font-size:37px;line-height:1.04;text-shadow:0 2px 4px rgba(0,0,0,.22)}
.lll-student-hero p,.lll-student-hero small{font-size:14px}.lll-student-hero strong{font-size:14px}
.lll-student-primary,.lll-student-secondary{font-size:15px;font-weight:900;padding:13px 20px}.lll-student-primary{background:linear-gradient(180deg,#ffcc3e,#fcb900);box-shadow:0 8px 18px rgba(217,148,0,.27)}
.lll-student-learning-path{gap:12px;margin:15px 0}
.lll-student-learning-path button{min-height:150px;border-color:#cbdceb;border-width:1.5px;box-shadow:0 7px 18px rgba(4,38,78,.07);padding:15px 12px 12px}
.lll-student-learning-path button:hover{border-color:#e4a900;box-shadow:0 10px 22px rgba(4,38,78,.11)}
.lll-student-learning-path button>span{width:54px;height:54px;margin-bottom:9px}.lll-student-learning-path button>span svg{width:25px;height:25px}
.lll-student-learning-path .is-read{background:#f7d7e2;color:#ad123f}.lll-student-learning-path .is-watch{background:#dceaff;color:#145fb4}.lll-student-learning-path .is-reflect{background:#ffebad;color:#b56f00}.lll-student-learning-path .is-practice{background:#d7f0df;color:#087b39}
.lll-student-learning-path strong{font-size:16px;font-weight:900}.lll-student-learning-path small{font-size:11px;color:#4e657d;font-weight:600}.lll-student-learning-path em{font-size:10px;color:#4d6680;font-weight:700}
.lll-student-tutor-card{border-color:#c7d9e9;box-shadow:0 10px 25px rgba(4,38,78,.10);background:#fff}
.lll-tutor-brand strong{font-size:16px;font-weight:950;color:#072e5a}.lll-tutor-brand small{font-size:11px;font-weight:650;color:#2b6aa5}
.lll-tutor-greeting{font-size:12px;font-weight:850;color:#155a96;background:#e8f3ff}
.lll-student-tutor-card h3{font-size:13px;font-weight:950;color:#062b57}
.lll-tutor-help-grid{gap:8px}.lll-tutor-help-grid button{min-height:57px;border-color:#c9dbea;font-size:11px;font-weight:900;color:#123d69;padding:9px}
.lll-tutor-help-grid button:hover{border-color:#e0a400;background:#fff7da}
.lll-tutor-setting>strong{font-size:11px;font-weight:950}.lll-tutor-three button{min-height:55px;font-size:10px;font-weight:900;border-color:#cbdceb;color:#17476f}.lll-tutor-three button.active{border-color:#d59600;background:linear-gradient(180deg,#ffd052,#fcb900);box-shadow:0 6px 14px rgba(217,148,0,.22)}
.lll-student-tutor-button{font-size:14px;font-weight:900;border-color:#e2b13c;background:#fff7dd}
.lll-student-notifications{border-color:#c2d6e8;box-shadow:0 22px 54px rgba(4,38,78,.23)}.lll-student-notifications header{font-size:14px;color:#062b57}.lll-student-notifications article strong{font-size:13px;color:#12385f}.lll-student-notifications article small{font-size:11px;color:#50677f}
.lll-student-summary-card,.lll-student-glance,.lll-student-subject-card,.lll-student-course-card,.lll-student-progress-panel{border-color:#cbdceb;box-shadow:0 8px 20px rgba(4,38,78,.07)}
@media(max-width:1100px){.lll-student-page-heading h1{font-size:34px}.lll-student-hero h2{font-size:34px}}
@media(max-width:620px){.lll-student-avatar{width:38px;height:38px}.lll-student-page-heading h1{font-size:30px}.lll-student-page-heading p{font-size:13px}.lll-student-hero h2{font-size:29px}.lll-student-learning-path strong{font-size:14px}.lll-tutor-help-grid button{font-size:10px}.lll-tutor-three button{font-size:9px}}


/* Liberty Lamp Learning v1.12.4 — readable Scripture callout */
.lll-student-verse{font-size:14px;line-height:1.6;font-weight:700;color:#513600;background:#fff3c9;border:1px solid #e4b235;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);padding:13px 15px}
.lll-student-verse span{margin-top:5px;font-size:12px;line-height:1.35;font-weight:950;color:#082b56;letter-spacing:.01em}

/* Liberty Lamp Learning v1.12.15 — parent-limited Realtime voice Tutor */
.lll-tutor-time-compact{display:flex;align-items:center;gap:8px;margin:10px 0 13px;padding:9px 10px;border:1px solid #cfe0ee;border-radius:10px;background:#f4f9fd;color:#214c70;font-size:11px}.lll-tutor-time-compact svg{color:#c58400;flex:0 0 auto}.lll-tutor-time-compact strong{color:#082b56;font-variant-numeric:tabular-nums}
.lll-tutor-time-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:18px 0}.lll-tutor-time-panel>div{display:grid;gap:4px;padding:13px;border:1px solid #dbe4ec;border-radius:12px;background:#f6f9fc;text-align:center}.lll-tutor-time-panel span{color:#67798b;font-size:9px;font-weight:900;letter-spacing:.09em}.lll-tutor-time-panel strong{color:#082b56;font:800 25px/1 Georgia,serif;font-variant-numeric:tabular-nums}
.lll-tutor-live-panel{display:grid;grid-template-columns:58px minmax(0,1fr);gap:13px;align-items:center;padding:18px;border:1px solid #d9c37f;border-radius:15px;background:linear-gradient(145deg,#fffdf7,#f7fbff);box-shadow:0 10px 25px rgba(8,43,86,.07)}.lll-tutor-live-panel.is-active{border-color:#4a9a72;box-shadow:0 0 0 3px rgba(74,154,114,.11),0 12px 28px rgba(8,43,86,.09)}.lll-tutor-live-panel audio{display:none}.lll-tutor-live-orb{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#082b56;color:#fff;box-shadow:inset 0 0 0 6px rgba(255,255,255,.11)}.lll-tutor-live-panel.is-active .lll-tutor-live-orb{animation:lll-tutor-pulse 1.8s ease-in-out infinite}.lll-tutor-live-panel>div:nth-of-type(2)>strong,.lll-tutor-live-panel>div:nth-of-type(2)>p{display:block}.lll-tutor-live-panel>div:nth-of-type(2)>strong{color:#082b56;font-size:15px}.lll-tutor-live-panel>div:nth-of-type(2)>strong[data-state=warning]{color:#8a5b00}.lll-tutor-live-panel>div:nth-of-type(2)>strong[data-state=error]{color:#a12a34}.lll-tutor-live-panel>div:nth-of-type(2)>p{margin:4px 0 0;color:#617487;font-size:11px;line-height:1.45}.lll-tutor-live-actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.lll-tutor-live-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:41px;padding:9px 14px;border:1px solid #c8d5e1;border-radius:10px;background:#fff;color:#0b365f;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.lll-tutor-live-actions .lll-student-primary{border-color:#efad00;background:#ffbd12;color:#082b56;box-shadow:0 5px 14px rgba(255,189,18,.22)}.lll-tutor-live-actions button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.lll-tutor-caption{grid-column:1/-1;min-height:0;color:#354f67;font-size:12px;line-height:1.55}.lll-tutor-caption:not(:empty){min-height:48px;padding:11px;border-radius:9px;background:#edf5fb}.lll-tutor-safety-note{margin-top:13px;padding:12px 14px;border-left:4px solid #d6a33a;border-radius:8px;background:#fff9e9}.lll-tutor-safety-note strong{color:#6b4a00;font-size:11px}.lll-tutor-safety-note p{margin:3px 0 0;color:#6b6251;font-size:10.5px;line-height:1.5}
@keyframes lll-tutor-pulse{0%,100%{transform:scale(1);box-shadow:inset 0 0 0 6px rgba(255,255,255,.11),0 0 0 0 rgba(8,43,86,.18)}50%{transform:scale(1.04);box-shadow:inset 0 0 0 6px rgba(255,255,255,.11),0 0 0 10px rgba(8,43,86,0)}}
@media(prefers-reduced-motion:reduce){.lll-tutor-live-panel.is-active .lll-tutor-live-orb{animation:none}}
@media(max-width:720px){.lll-tutor-time-panel{grid-template-columns:1fr}.lll-tutor-time-panel>div{grid-template-columns:1fr auto;align-items:center;text-align:left}.lll-tutor-live-panel{grid-template-columns:46px minmax(0,1fr);padding:14px}.lll-tutor-live-orb{width:46px;height:46px}.lll-tutor-live-actions{display:grid;grid-template-columns:1fr 1fr}.lll-tutor-live-actions .lll-student-primary{grid-column:1/-1}}

/* Liberty Lamp Learning v1.13.0 — lesson-preserving Tutor dock */
.lll-student-today-grid{display:block}
.lll-tutor-edge-tab{position:fixed;right:0;top:44%;z-index:116;width:59px;border:1px solid #d59b08;border-right:0;border-radius:14px 0 0 14px;background:linear-gradient(180deg,#ffd14f,#fcb900);color:#062b57;box-shadow:0 10px 26px rgba(5,38,76,.22);padding:11px 7px;display:flex;flex-direction:column;align-items:center;gap:4px;font:inherit;font-size:11px;font-weight:950;cursor:pointer;transition:.2s}.lll-tutor-edge-tab:hover{width:65px}.lll-tutor-edge-tab svg{color:#073d72}.lll-tutor-edge-tab b{border-radius:10px;background:#147044;color:#fff;padding:2px 5px;font-size:7px;letter-spacing:.08em}.lll-tutor-edge-tab[aria-expanded=true],.lll-tutor-edge-tab.has-active-session{opacity:0;pointer-events:none;transform:translateX(100%)}
.lll-tutor-drawer{position:fixed;z-index:117;top:76px;right:0;bottom:0;width:min(370px,calc(100vw - 22px));display:flex;flex-direction:column;background:#fff;border-left:1px solid #c9d9e7;box-shadow:-18px 0 48px rgba(5,38,76,.2);transform:translateX(105%);visibility:hidden;transition:transform .23s ease,visibility 0s linear .23s}.lll-tutor-drawer.is-open{transform:translateX(0);visibility:visible;transition:transform .23s ease}.lll-tutor-drawer-head{min-height:72px;flex:0 0 auto;padding:13px 14px 13px 16px;background:linear-gradient(135deg,#0c3a6e,#062b57);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.lll-tutor-drawer-head>div{display:flex;align-items:center;gap:10px}.lll-tutor-drawer-head>div>svg{width:40px;height:40px;padding:8px;border-radius:50%;background:rgba(255,255,255,.12);color:#ffca3a}.lll-tutor-drawer-head span,.lll-tutor-drawer-head strong,.lll-tutor-drawer-head small{display:block}.lll-tutor-drawer-head strong{font-family:Georgia,serif;font-size:17px}.lll-tutor-drawer-head small{margin-top:2px;color:#cbdced;font-size:10px}.lll-tutor-drawer-head>button{width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:25px;line-height:1;cursor:pointer}.lll-tutor-drawer-body{flex:1;overflow:auto;padding:16px 16px 28px;overscroll-behavior:contain}.lll-tutor-dock-request{display:grid;gap:3px;padding:10px 12px;border-radius:10px;background:#edf6ff;border:1px solid #d2e5f6}.lll-tutor-dock-request small,.lll-tutor-selection-context small{color:#54708b;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.lll-tutor-dock-request strong{color:#0b3a68;font-size:12px}.lll-tutor-selection-context{display:grid;gap:5px;margin-top:8px;padding:10px 12px;border-left:4px solid #e1a300;border-radius:8px;background:#fff8df}.lll-tutor-selection-context[hidden]{display:none}.lll-tutor-selection-context span{color:#4d4a42;font-size:11px;line-height:1.45}.lll-tutor-dock-live{border:1px solid #d3e0eb;border-radius:12px;background:#f8fbfe;padding:12px}.lll-tutor-dock-live.is-active{border-color:#56a17a;background:#f4fcf7;box-shadow:0 0 0 3px rgba(61,146,101,.09)}.lll-tutor-dock-status{display:flex;align-items:center;gap:9px}.lll-tutor-dock-status>svg{width:38px;height:38px;padding:8px;border-radius:50%;background:#082f5d;color:#fff}.lll-tutor-dock-status span,.lll-tutor-dock-status strong,.lll-tutor-dock-status small{display:block}.lll-tutor-dock-status strong{color:#082f5d;font-size:12px}.lll-tutor-dock-status strong[data-state=speaking]{color:#147044}.lll-tutor-dock-status strong[data-state=error]{color:#a12432}.lll-tutor-dock-status small{margin-top:2px;color:#60768b;font-size:9px;line-height:1.35}.lll-tutor-dock-actions{display:grid;grid-template-columns:1fr auto auto;gap:6px;margin-top:10px}.lll-tutor-dock-actions button{min-height:38px;border:1px solid #c8d7e4;border-radius:9px;background:#fff;color:#123e68;padding:7px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:9px;font-weight:900;cursor:pointer}.lll-tutor-dock-actions .lll-student-primary{background:#fcb900;border-color:#dc9e00;color:#062b57}.lll-tutor-dock-actions button:disabled{opacity:.45;cursor:not-allowed}.lll-tutor-drawer .lll-tutor-caption:not(:empty){margin-top:10px}.lll-tutor-drawer h3{margin:15px 0 8px;font-size:12px;color:#062b57}.lll-tutor-dock-privacy{margin:14px 0 0;padding:10px 11px;border-radius:8px;background:#f6f7f8;color:#66798b;font-size:9px;line-height:1.45}
.lll-tutor-compact-bar{position:fixed;z-index:115;right:18px;bottom:18px;min-width:350px;max-width:min(540px,calc(100vw - 36px));min-height:62px;padding:8px 9px;border:1px solid #3c9069;border-radius:16px;background:#fff;box-shadow:0 14px 38px rgba(5,38,76,.24);display:none;grid-template-columns:43px minmax(145px,1fr) 38px 38px;gap:7px;align-items:center}.lll-tutor-compact-bar.is-visible{display:grid}.lll-tutor-compact-bar>button{width:38px;height:38px;border:1px solid #c8d9e6;border-radius:10px;background:#f8fbfe;color:#0b3b69;display:grid;place-items:center;cursor:pointer}.lll-tutor-compact-bar .lll-tutor-compact-open{width:43px;height:43px;border-radius:50%;background:#0a3a6d;color:#fff;border-color:#0a3a6d}.lll-tutor-compact-bar>span,.lll-tutor-compact-bar>span strong,.lll-tutor-compact-bar>span small{display:block;min-width:0}.lll-tutor-compact-bar>span strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0b3a68;font-size:11px}.lll-tutor-compact-bar>span strong[data-state=speaking]{color:#147044}.lll-tutor-compact-bar>span small{margin-top:2px;color:#60758a;font-size:9px}.lll-tutor-compact-bar>span b{color:#8a6200;font-variant-numeric:tabular-nums}
.lll-tutor-selection-ask{position:fixed;z-index:119;border:1px solid #c68d00;border-radius:20px;background:linear-gradient(180deg,#ffd45b,#fcb900);color:#062b57;box-shadow:0 8px 24px rgba(5,38,76,.24);padding:8px 12px;display:flex;align-items:center;gap:6px;font:inherit;font-size:10px;font-weight:950;cursor:pointer}.lll-tutor-selection-ask[hidden]{display:none}
@media(prefers-reduced-motion:reduce){.lll-tutor-edge-tab,.lll-tutor-drawer{transition:none}}
@media(max-width:720px){.lll-tutor-edge-tab{top:auto;bottom:126px;width:54px}.lll-tutor-drawer{top:auto;left:0;right:0;bottom:62px;width:100%;height:min(76vh,650px);border-left:0;border-top:1px solid #c9d9e7;border-radius:18px 18px 0 0;transform:translateY(105%);box-shadow:0 -18px 48px rgba(5,38,76,.2)}.lll-tutor-drawer.is-open{transform:translateY(0)}.lll-tutor-drawer-head{border-radius:18px 18px 0 0}.lll-tutor-compact-bar{left:10px;right:10px;bottom:70px;min-width:0;max-width:none;grid-template-columns:40px minmax(0,1fr) 36px 36px;min-height:56px}.lll-tutor-compact-bar .lll-tutor-compact-open{width:40px;height:40px}.lll-tutor-compact-bar>button{width:34px;height:34px}.lll-tutor-selection-ask{font-size:9px;padding:7px 10px}.lll-tutor-dock-actions{grid-template-columns:1fr 1fr}.lll-tutor-dock-actions .lll-student-primary{grid-column:1/-1}}

/* Liberty Lamp Learning v1.15 — student PWA install and QR phone pairing */
.lll-student-pair-loading{min-height:100vh;display:grid;place-items:center;align-content:center;gap:11px;padding:30px;text-align:center;background:#f2f7fc;color:#082b56}.lll-student-pair-loading strong{font:700 22px/1.25 Georgia,serif}.lll-student-pair-loading small{color:#61758a;font-size:12px}
.lll-student-install-prompt{position:fixed;z-index:160;left:50%;bottom:18px;transform:translateX(-50%);display:grid;grid-template-columns:42px minmax(0,1fr) auto 30px;gap:10px;align-items:center;width:min(590px,calc(100vw - 24px));padding:10px 11px;border:1px solid #d9b345;border-radius:14px;background:#fffdf7;color:#082b56;box-shadow:0 16px 42px rgba(4,38,78,.22)}.lll-student-install-prompt>span{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#fff0bf;color:#805800}.lll-student-install-prompt strong,.lll-student-install-prompt small{display:block}.lll-student-install-prompt strong{font-size:12px}.lll-student-install-prompt small{margin-top:2px;color:#62758a;font-size:9.5px;line-height:1.35}.lll-student-install-prompt button{border:1px solid #d69a00;border-radius:9px;background:#fcb900;color:#082b56;padding:9px 14px;font:inherit;font-size:10px;font-weight:950;cursor:pointer}.lll-student-install-prompt [data-dismiss-install]{width:30px;height:30px;padding:0;border-color:transparent;background:transparent;color:#6b7b89;font-size:22px;font-weight:500}
@media(max-width:620px){.lll-student-install-prompt{bottom:72px;grid-template-columns:36px minmax(0,1fr) 30px}.lll-student-install-prompt>span{width:34px;height:34px}.lll-student-install-prompt [data-install-student]{grid-column:1/-1;width:100%}.lll-student-install-prompt [data-dismiss-install]{grid-column:3;grid-row:1}.lll-student-install-prompt>div{grid-column:2;grid-row:1}}
