:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{min-height:100%;margin:0}body{background:#f7f8fc;min-width:320px}#root{min-height:100vh}:root{--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-primary-soft:#eff6ff;--color-navy:#172033;--color-text:#253047;--color-muted:#667085;--color-subtle:#98a2b3;--color-background:#f7f8fc;--color-surface:#fff;--color-border:#e7eaf0;--color-border-strong:#d9dee8;--color-success:#15803d;--color-success-soft:#f0fdf4;--color-success-border:#bbf7d0;--color-danger:#b42318;--color-danger-soft:#fff5f4;--color-danger-border:#fecdca;--shadow-card:0 2px 10px #17203309;--shadow-card-hover:0 14px 35px #17203314;--shadow-soft:0 8px 28px #1720330f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}*{box-sizing:border-box}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}::selection{color:#172033;background:#dbeafe}.student-layout{background:var(--color-background);min-height:100vh;display:flex}.student-sidebar{z-index:20;background:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;width:250px;min-height:100vh;display:flex;position:fixed;inset:0 auto 0 0}.student-brand{border-bottom:1px solid #eef0f4;align-items:center;gap:12px;height:82px;padding:0 24px;display:flex}.student-brand-mark{background:var(--color-navy);color:#fff;letter-spacing:.06em;border-radius:11px;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:12px;font-weight:800;display:grid;box-shadow:0 4px 10px #1720331f}.student-brand strong{color:var(--color-navy);font-size:15px;font-weight:700;line-height:1.2;display:block}.student-brand span{color:var(--color-subtle);margin-top:4px;font-size:11px;line-height:1.2;display:block}.student-navigation{flex:1;padding:24px 14px}.student-nav-link{color:#697386;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:44px;margin-bottom:5px;padding:11px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex}.student-nav-link span{text-align:center;flex:0 0 20px;justify-content:center;align-items:center;width:20px;font-size:15px;display:inline-flex}.student-nav-link.active{background:var(--color-primary-soft);color:var(--color-primary-dark);border-color:#dbeafe;font-weight:650}.student-sidebar-bottom{border-top:1px solid #eef0f4;padding:14px}.student-main{flex:1;min-width:0;margin-left:250px}.student-topbar{border-bottom:1px solid var(--color-border);background:#fffffff5;justify-content:space-between;align-items:center;height:82px;padding:0 34px;display:flex}.student-topbar-label{color:var(--color-subtle);letter-spacing:.02em;font-size:12px;font-weight:600}.student-user{align-items:center;gap:11px;display:flex}.student-avatar{width:38px;height:38px;color:var(--color-primary-dark);background:#eaf1ff;border-radius:50%;flex:0 0 38px;place-items:center;font-size:13px;font-weight:700;display:grid}.student-user strong{color:var(--color-navy);font-size:13px;line-height:1.2;display:block}.student-user span{color:var(--color-subtle);margin-top:4px;font-size:11px;display:block}.student-content{width:100%;max-width:1280px;margin:0 auto;padding:38px 34px 64px}.student-dashboard-eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px;font-size:11px;font-weight:750}.student-dashboard-header h1{color:var(--color-navy);letter-spacing:-.02em;margin:0;font-size:31px;font-weight:750;line-height:1.2}.student-dashboard-subtitle{max-width:720px;color:var(--color-muted);margin:9px 0 0;font-size:14px;line-height:1.65}.student-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:17px;display:flex}.student-section-header h2{color:var(--color-navy);margin:0;font-size:18px;font-weight:700;line-height:1.35}.student-section-header p{color:var(--color-subtle);margin:5px 0 0;font-size:13px;line-height:1.5}.student-course-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden}.student-course-card:hover{box-shadow:var(--shadow-card-hover);border-color:#dce2eb;transform:translateY(-3px)}.student-course-thumbnail{height:156px;color:var(--color-primary-dark);background:linear-gradient(135deg,#eef4ff 0%,#e8eefc 100%);place-items:center;font-size:15px;font-weight:700;display:grid;overflow:hidden}.student-course-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.student-course-body h3{color:var(--color-navy);margin:0;font-size:16px;font-weight:700;line-height:1.45}.student-course-description{min-height:42px;color:var(--color-muted);margin:8px 0 19px;font-size:13px;line-height:1.6}.student-course-progress{margin-bottom:18px}.student-course-progress-header{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.student-course-progress-header span{color:var(--color-subtle);font-size:11px;font-weight:600}.student-course-progress-header strong{color:var(--color-navy);font-size:12px;font-weight:700}.student-progress-track{background:#edf0f5;border-radius:999px;width:100%;height:6px;overflow:hidden}.student-progress-fill{border-radius:inherit;background:var(--color-primary);height:100%;transition:width .35s}.student-course-button{background:var(--color-primary);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:10px;width:100%;min-height:44px;padding:11px 15px;font-family:inherit;font-size:13px;font-weight:650;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 3px 8px #2563eb24}.student-course-button:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 6px 14px #2563eb2e}.student-course-button:active:not(:disabled){transform:translateY(1px)}.student-course-button:focus-visible,.student-secondary-button:focus-visible,.student-back-button:focus-visible,.student-nav-link:focus-visible,.student-learning-card:focus-visible,.student-unit-card:focus-visible,.mcq-option:focus-visible,.keyword-practice-listen-button:focus-visible{outline-offset:2px;outline:3px solid #2563eb2e}.student-state{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-muted);box-shadow:var(--shadow-card);padding:38px;font-size:14px;line-height:1.6}.student-error{color:var(--color-danger);background:var(--color-danger-soft);border-color:var(--color-danger-border);box-shadow:none}.auth-page{background:radial-gradient(circle at 0 0,#2563eb12,#0000 34%),#f7f8fc;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.auth-card{border:1px solid var(--color-border);background:#fff;border-radius:20px;width:100%;max-width:440px;padding:42px;box-shadow:0 20px 60px #17203314}.auth-header{text-align:center;margin-bottom:32px}.auth-brand-mark{background:var(--color-navy);color:#fff;letter-spacing:.05em;border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 18px;font-size:15px;font-weight:800;display:flex;box-shadow:0 8px 18px #17203324}.auth-eyebrow{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:650}.auth-header h1{color:var(--color-navy);letter-spacing:-.02em;margin:0;font-size:30px;font-weight:750;line-height:1.2}.auth-header p:last-child{color:var(--color-muted);margin:10px 0 0;font-size:14px;line-height:1.6}.auth-form{flex-direction:column;gap:20px;display:flex}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field label{color:var(--color-text);font-size:13px;font-weight:650}.auth-field input{border:1px solid var(--color-border-strong);width:100%;height:48px;color:var(--color-navy);font:inherit;background:#fff;border-radius:10px;outline:none;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.auth-field input::placeholder{color:#a0a8b5}.auth-field input:hover{border-color:#cbd2dd}.auth-field input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1c}.auth-error{border:1px solid var(--color-danger-border);background:var(--color-danger-soft);color:var(--color-danger);border-radius:9px;padding:11px 13px;font-size:13px;line-height:1.5}.auth-submit{background:var(--color-navy);color:#fff;width:100%;height:48px;font:inherit;cursor:pointer;border:0;border-radius:10px;margin-top:2px;font-size:14px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 5px 12px #1720331f}.auth-submit:hover:not(:disabled){background:#26334d;transform:translateY(-1px);box-shadow:0 8px 18px #17203326}.auth-submit:disabled{cursor:not-allowed;opacity:.65}.student-unit-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;color:inherit;text-align:left;cursor:pointer;box-shadow:var(--shadow-card);background:#fff;align-items:center;gap:18px;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;display:flex}.student-unit-card:hover{box-shadow:var(--shadow-card-hover);background:#fcfdff;border-color:#d4dae4;transform:translateY(-2px)}.student-unit-number{background:var(--color-navy);color:#fff;border-radius:13px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:14px;font-weight:750;display:flex}.student-unit-content{flex:1;min-width:0}.student-unit-label{color:var(--color-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.student-unit-content h3{color:var(--color-navy);margin:0;font-size:18px;font-weight:700;line-height:1.4}.student-unit-content p{color:var(--color-muted);margin:5px 0 0;font-size:13px;line-height:1.55}.student-unit-arrow{color:#7c8798;flex:none;font-size:21px;font-weight:600;transition:color .2s,transform .2s}.student-unit-card:hover .student-unit-arrow{color:var(--color-primary);transform:translate(2px)}.student-back-button{color:var(--color-muted);font:inherit;cursor:pointer;background:0 0;border:0;margin-bottom:24px;padding:0;font-size:13px;font-weight:650;transition:color .2s,transform .2s}.student-back-button:hover{color:var(--color-navy);transform:translate(-2px)}.student-learning-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);min-height:224px;color:inherit;text-align:left;cursor:pointer;box-shadow:var(--shadow-card);background:#fff;flex-direction:column;align-items:flex-start;padding:25px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex;position:relative}.student-learning-card:hover{box-shadow:var(--shadow-card-hover);border-color:#d5dce7;transform:translateY(-3px)}.student-learning-card-icon{background:var(--color-navy);color:#fff;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:25px;font-size:18px;display:flex;box-shadow:0 6px 14px #1720331c}.student-learning-card h3{color:var(--color-navy);margin:0;font-size:17px;font-weight:700;line-height:1.35}.student-learning-card p{color:var(--color-muted);margin:8px 0 0;font-size:13px;line-height:1.65}.student-learning-card-arrow{color:#8a93a5;font-size:21px;font-weight:600;transition:color .2s,transform .2s;position:absolute;bottom:23px;right:25px}.student-learning-card:hover .student-learning-card-arrow{color:var(--color-primary);transform:translate(3px)}.keyword-practice-container{width:100%;max-width:880px;margin:0 auto}.keyword-practice-progress{margin-bottom:16px}.keyword-practice-progress>span{color:var(--color-muted);margin-bottom:8px;font-size:12px;font-weight:650;display:block}.keyword-practice-progress-track{background:#e9edf3;border-radius:999px;width:100%;height:6px;overflow:hidden}.keyword-practice-progress-fill{border-radius:inherit;background:var(--color-primary);height:100%;transition:width .3s}.keyword-practice-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background:#fff;padding:38px}.keyword-practice-label{background:var(--color-primary-soft);min-height:27px;color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.07em;border-radius:999px;align-items:center;padding:5px 9px;font-size:10px;font-weight:750;display:inline-flex}.keyword-practice-card h2{max-width:700px;color:var(--color-navy);letter-spacing:-.015em;margin:20px 0 34px;font-size:27px;font-weight:700;line-height:1.35}.keyword-practice-keyword-section{border-top:1px solid #edf0f4;padding-top:25px}.keyword-practice-keyword-label{color:var(--color-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.keyword-practice-keyword{background:#fafbfc;border:1px solid #e2e7ef;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:18px 19px;display:flex}.keyword-practice-keyword strong{color:var(--color-navy);font-size:18px;font-weight:700;line-height:1.4}.keyword-practice-listen-button{border:1px solid var(--color-border-strong);min-width:102px;height:42px;color:var(--color-navy);font:inherit;cursor:pointer;background:#fff;border-radius:9px;flex:none;padding:0 16px;font-size:12px;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s}.keyword-practice-listen-button:hover{border-color:var(--color-navy);background:var(--color-navy);color:#fff;transform:translateY(-1px);box-shadow:0 5px 12px #1720331f}.keyword-practice-listening{border-color:var(--color-navy);background:var(--color-navy);color:#fff}.keyword-practice-listening:hover{background:#26334d;border-color:#26334d}.keyword-practice-navigation{justify-content:space-between;align-items:center;gap:14px;margin-top:18px;display:flex}.keyword-practice-navigation .student-course-button,.keyword-practice-navigation .student-secondary-button{width:auto;min-width:130px}.student-secondary-button{border:1px solid var(--color-border-strong);min-height:44px;color:var(--color-navy);font:inherit;cursor:pointer;background:#fff;border-radius:10px;padding:0 17px;font-size:13px;font-weight:650;transition:border-color .2s,background .2s,transform .15s}.student-secondary-button:hover:not(:disabled){background:#f8f9fb;border-color:#c5cbd5;transform:translateY(-1px)}.student-secondary-button:active:not(:disabled){transform:translateY(1px)}.student-secondary-button:disabled,.student-course-button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.image-explanation-container{width:100%;max-width:980px;margin:0 auto}.image-explanation-progress{margin-bottom:16px}.image-explanation-progress>span{color:var(--color-muted);margin-bottom:8px;font-size:12px;font-weight:650;display:block}.image-explanation-progress-track{background:#e9edf3;border-radius:999px;width:100%;height:6px;overflow:hidden}.image-explanation-progress-fill{border-radius:inherit;background:var(--color-primary);height:100%;transition:width .3s}.image-explanation-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background:#fff;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);display:grid;overflow:hidden}.image-explanation-image-wrapper{background:#f1f4f8;min-height:420px;overflow:hidden}.image-explanation-image{object-fit:cover;width:100%;height:100%;min-height:420px;display:block}.image-explanation-content{flex-direction:column;justify-content:center;padding:38px;display:flex}.image-explanation-label{background:var(--color-primary-soft);min-height:27px;color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.07em;border-radius:999px;align-self:flex-start;padding:5px 9px;font-size:10px;font-weight:750;display:inline-flex}.image-explanation-content h2{color:var(--color-navy);margin:18px 0 15px;font-size:25px;font-weight:700;line-height:1.3}.image-explanation-text{color:var(--color-muted);white-space:pre-line;font-size:14px;line-height:1.8}.image-explanation-navigation{justify-content:space-between;align-items:center;gap:14px;margin-top:18px;display:flex}.image-explanation-navigation .student-course-button,.image-explanation-navigation .student-secondary-button{width:auto;min-width:130px}.mcq-practice-container{width:100%;max-width:920px;margin:0 auto}.mcq-practice-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;display:flex}.mcq-practice-label{color:var(--color-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:10px;font-weight:750;display:block}.mcq-practice-header p{color:var(--color-muted);margin:0;font-size:12px;font-weight:600}.mcq-difficulty{background:var(--color-primary-soft);min-height:28px;color:var(--color-primary-dark);text-transform:capitalize;border:1px solid #dbeafe;border-radius:999px;align-items:center;padding:5px 10px;font-size:10px;font-weight:750;display:inline-flex}.mcq-practice-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background:#fff;padding:38px}.mcq-practice-card h2{color:var(--color-navy);letter-spacing:-.01em;margin:0 0 30px;font-size:25px;font-weight:700;line-height:1.45}.mcq-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.mcq-answer-instruction{color:var(--color-text-muted);grid-column:1/-1;margin:0;font-size:13px;font-weight:600}.image-unavailable{color:#667085;background:#f8fafc;place-items:center;min-height:220px;display:grid}.image-unavailable:after{content:"Image unavailable";font-size:.95rem}.student-course-thumbnail:empty:after{content:"Course image";color:#667085;font-size:.85rem}.student-image-lesson{max-width:980px;margin:0 auto;padding:8px 0 48px}.student-image-lesson-header{margin-bottom:22px}.student-image-lesson-header h1{margin:8px 0 4px}.image-lesson-progress{color:#667085;justify-content:space-between;margin-bottom:10px;font-size:.85rem;display:flex}.image-lesson-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 16px 38px #0f172a14}.image-lesson-visual{background:#f4f6f8;place-items:center;min-height:420px;padding:28px;display:grid;position:relative}.image-lesson-visual img{object-fit:contain;border-radius:10px;width:100%;max-height:560px;display:block}.image-lesson-unavailable{color:#667085;place-items:center;width:100%;min-height:280px;font-size:.95rem;display:grid}.image-lesson-nav{z-index:1;color:#344054;cursor:pointer;background:#fffffff5;border:1px solid #d0d5dd;border-radius:999px;padding:10px 14px;font-weight:600;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 14px #0f172a1a}.image-lesson-nav:hover,.image-lesson-nav:focus-visible{background:#f8fafc;border-color:#98a2b3;outline:3px solid #2463eb2e}.image-lesson-nav-previous{left:14px}.image-lesson-nav-next{right:14px}.image-lesson-visual{width:min(100%,800px);height:340px;min-height:0;margin:0 auto;padding:16px;overflow:hidden}.image-lesson-visual img{object-fit:contain;object-position:center;border-radius:8px;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%}.image-lesson-unavailable{width:100%;height:100%;min-height:0}.image-lesson-heading{padding:24px 28px 18px}.image-lesson-heading>span{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.image-lesson-heading h1{color:#101828;margin:6px 0 3px;font-size:clamp(1.45rem,3vw,2rem)}.image-lesson-heading p{color:#667085;margin:0}.image-lesson-controls{border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;gap:16px;padding:18px 28px;display:grid}.image-lesson-languages{flex-wrap:wrap;gap:8px;display:flex}.image-lesson-languages button{color:#344054;cursor:pointer;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:8px 14px}.image-lesson-languages button:hover,.image-lesson-languages button:focus-visible{border-color:#84a7f7;outline:3px solid #2463eb24}.image-lesson-languages button.is-selected{color:#1d4ed8;background:#eff4ff;border-color:#4778e8;font-weight:700}.image-lesson-audio-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.image-lesson-audio-status{color:#667085;min-width:142px;font-size:.9rem}.image-lesson-audio-status.is-playing{color:#087443;font-weight:600}.image-lesson-audio-status.is-paused{color:#b54708;font-weight:600}.image-lesson-speed{color:#667085;align-items:center;gap:7px;margin-left:auto;font-size:.85rem;display:inline-flex}.image-lesson-speed select{color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:7px;padding:8px 9px}.image-lesson-feedback{color:#475467;margin:14px 28px 0;font-size:.9rem}.image-lesson-error{color:#b42318;background:#fff1f0;border:1px solid #fecdca;border-radius:8px;margin:14px 28px 0;padding:11px 13px}.image-lesson-error button{color:#b42318;cursor:pointer;font:inherit;background:0 0;border:0;margin-left:12px;font-weight:700;text-decoration:underline}.image-lesson-explanation{border:1px solid #eaecf0;border-radius:10px;margin:18px 28px 28px}.image-lesson-explanation-toggle{color:#344054;text-align:left;cursor:pointer;width:100%;font:inherit;background:#fff;border:0;justify-content:space-between;align-items:center;padding:15px 16px;font-weight:700;display:flex}.image-lesson-explanation-toggle:hover,.image-lesson-explanation-toggle:focus-visible{outline-offset:-3px;background:#f8fafc;outline:3px solid #2463eb24}.image-lesson-explanation-toggle span:last-child{color:#667085;font-size:.85rem}.image-lesson-explanation-text{color:#344054;white-space:pre-wrap;border-top:1px solid #eaecf0;padding:18px 16px;line-height:1.8}@media (width<=640px){.student-image-lesson{padding:0 0 32px}.image-lesson-visual{min-height:260px;padding:16px}.image-lesson-heading,.image-lesson-controls{padding-left:18px;padding-right:18px}.image-lesson-explanation{margin-left:18px;margin-right:18px}.image-lesson-audio-row{align-items:stretch}.image-lesson-audio-status{width:100%}.image-lesson-speed{margin-left:0}.image-lesson-nav{padding:8px 10px}}.student-layout{background:#f4f6fa}.student-sidebar{color:#d7deeb;background:#101a2e;border-right:0;width:264px}.student-main{margin-left:264px}.student-brand{border-bottom-color:#ffffff14;height:88px;padding:0 26px}.student-brand strong{color:#fff}.student-brand span{color:#9eabc0}.student-brand-mark{box-shadow:none;background:linear-gradient(145deg,#2f6fec,#214fae);border:1px solid #ffffff29;position:relative;overflow:hidden;box-shadow:0 6px 14px #164aa938}.student-brand-mark:after{content:"";opacity:.7;border:1px solid #fff9;border-radius:5px;position:absolute;inset:9px}.student-brand{justify-content:flex-start;align-items:center}.student-brand-copy{align-items:center;min-width:0;display:flex}.student-brand-copy strong{color:var(--color-navy);letter-spacing:.02em;white-space:nowrap;font-size:14px;font-weight:800;line-height:1}.student-navigation{padding:28px 16px}.student-nav-link{color:#aab6c9;border-radius:9px;min-height:46px}.student-nav-link:hover{color:#fff;background:#ffffff12}.student-nav-link.active{color:#fff;background:#245cc5;border-color:#0000}.student-sidebar-bottom{border-top-color:#ffffff14;padding:16px}.student-logout-button{color:#aab6c9;text-align:left;cursor:pointer;background:0 0;border:0}.student-logout-button:hover{color:#fff;background:#ffffff12}.student-topbar{background:#fff;height:76px;padding:0 42px}.student-content{max-width:1360px;padding:44px 42px 72px}.student-dashboard-header{margin-bottom:40px}.student-dashboard-subtitle{font-size:15px}.student-course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}.student-course-card{border-radius:12px;box-shadow:0 3px 14px #101a2e0b}.student-course-thumbnail{background:#e8edf5;height:174px}.student-course-button,.student-secondary-button,.student-back-button{border-radius:8px;min-height:42px}.student-state{box-shadow:none;border-radius:10px}.student-account-button{cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 10px}.student-account-button:hover{background:#f5f7fa}.student-account-menu{border-radius:10px;min-width:170px;padding:6px;top:calc(100% + 8px);box-shadow:0 14px 34px #101a2e29}.student-account-menu a,.student-account-menu button{border-radius:7px;min-height:38px}.image-lesson-image-container img{object-fit:contain;width:100%;max-height:min(52vh,520px)}.image-lesson-visual{background:#f4f6f8;height:340px;min-height:0;padding:16px;overflow:hidden}.image-lesson-visual img{object-fit:contain;border-radius:8px;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%}.image-lesson-unavailable{height:100%;min-height:0}@media (width<=800px){.image-lesson-visual{width:100%;height:min(260px,62vw);padding:12px}}.student-image-lesson .image-lesson-card{overflow:hidden}.student-image-lesson .image-lesson-visual{justify-content:center;align-items:center;width:min(100%,800px);height:auto;min-height:0;margin:0 auto;padding:14px 18px;display:flex;overflow:hidden}.student-image-lesson .image-lesson-visual img{object-fit:contain;object-position:center;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:360px;display:block}.student-image-lesson .image-lesson-unavailable{width:100%;height:auto;min-height:180px}@media (width<=640px){.student-image-lesson .image-lesson-visual{width:100%;padding:10px 12px}.student-image-lesson .image-lesson-visual img{max-height:280px}}.student-image-lesson{max-width:1040px}.student-image-lesson .image-lesson-card{background:#fff;border-color:#dfe5ee;border-radius:18px;box-shadow:0 10px 28px #101a2e12}.student-image-lesson .image-lesson-visual{background:#fff;width:100%;max-width:none;height:auto;min-height:0;padding:14px}.student-image-lesson .image-lesson-visual img{object-fit:contain;background:#fff;border-radius:13px;width:100%;max-width:100%;height:auto;max-height:min(52vh,520px)}.student-image-lesson .image-lesson-heading{padding:22px 28px 14px}.student-image-lesson .image-lesson-heading>span{color:#2563eb}.student-image-lesson .image-lesson-heading h1{margin-top:5px;font-size:clamp(1.45rem,3vw,2rem)}.student-image-lesson .image-lesson-controls{border-top:0;gap:13px;padding:10px 28px 18px}.image-lesson-action-groups{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.image-lesson-action-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.image-lesson-language-button{color:#1768bd;cursor:pointer;min-width:142px;font:inherit;background:#fff;border:2px solid #2878d4;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:9px 17px;font-weight:700;display:inline-flex}.image-lesson-language-button:hover,.image-lesson-language-button:focus-visible{background:#eff6ff;border-color:#1768bd;outline:3px solid #2563eb24}.image-lesson-language-button.is-selected{color:#145ca8;background:#eff6ff}.image-lesson-explanation-language{color:#16803a;border-color:#229447}.image-lesson-explanation-language:hover,.image-lesson-explanation-language:focus-visible,.image-lesson-explanation-language.is-selected{color:#126d32;background:#effaf2;border-color:#16803a}.student-image-lesson .image-lesson-languages{justify-content:center;gap:10px}.student-image-lesson .image-lesson-languages button{color:#1768bd;background:#fff;border:2px solid #2878d4;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-width:150px;padding:9px 17px;font-weight:700;display:inline-flex}.student-image-lesson .image-lesson-languages button:hover,.student-image-lesson .image-lesson-languages button:focus-visible{background:#eff6ff;border-color:#1768bd;outline:3px solid #2563eb24}.student-image-lesson .image-lesson-languages button.is-selected{color:#145ca8;background:#eff6ff}.image-lesson-language-icon,.image-lesson-explanation-icon{flex:none;width:18px;height:18px;display:inline-block;position:relative}.image-lesson-language-icon:before{clip-path:polygon(0 35%,35% 35%,100% 0,100% 100%,35% 65%,0 65%);content:"";background:currentColor;width:10px;height:10px;position:absolute;top:5px;left:1px}.image-lesson-language-icon:after{content:"";border-right:2px solid;border-radius:0 50% 50% 0;width:7px;height:10px;position:absolute;top:4px;left:10px}.image-lesson-document-icon{border:2px solid;border-radius:2px;width:17px;height:19px;display:inline-block;position:relative}.image-lesson-document-icon:before{content:"";background:currentColor;width:7px;height:2px;position:absolute;top:5px;left:3px;box-shadow:0 4px}.image-lesson-audio-row{justify-content:center;gap:9px}.image-lesson-action-groups>.image-lesson-audio-row{margin:0}.image-lesson-audio-status{display:none}.image-lesson-audio-row .student-course-button,.image-lesson-audio-row .student-secondary-button{min-width:108px}.image-lesson-speed{margin-left:4px}.image-lesson-explanation{border-color:#d2d8e2;border-radius:10px;margin:8px 28px 28px}.image-lesson-explanation-toggle{padding:13px 16px;font-size:1.05rem}.image-lesson-explanation-toggle>span:first-child{align-items:center;gap:9px;display:inline-flex}.image-lesson-explanation-icon:before{content:"";border:2px solid;border-radius:2px;width:12px;height:15px;position:absolute;top:1px;left:2px}.image-lesson-explanation-icon:after{content:"";background:currentColor;width:7px;height:2px;position:absolute;top:6px;left:5px;box-shadow:0 4px}.image-lesson-explanation-text{padding:15px 16px 17px;font-size:1rem;line-height:1.65}.student-image-lesson .image-lesson-nav{border-radius:50%;width:38px;height:38px;padding:0;font-size:0}.student-image-lesson .image-lesson-nav:before{content:"";border-top:2px solid;border-left:2px solid;width:9px;height:9px;margin:auto;display:block}.student-image-lesson .image-lesson-nav-previous:before{transform:rotate(-45deg)}.student-image-lesson .image-lesson-nav-next:before{transform:rotate(135deg)}@media (width<=640px){.student-image-lesson .image-lesson-visual{padding:10px}.student-image-lesson .image-lesson-visual img{max-height:min(62vw,360px)}.student-image-lesson .image-lesson-heading,.student-image-lesson .image-lesson-controls{padding-left:18px;padding-right:18px}.image-lesson-action-groups{flex-direction:column;align-items:stretch}.image-lesson-action-group{justify-content:center}.image-lesson-language-button{flex:132px;min-width:132px}.student-image-lesson .image-lesson-explanation{margin-left:18px;margin-right:18px}}@media (width<=800px){.student-sidebar{transition:transform .2s;transform:translate(-100%)}.student-sidebar.is-open{transform:translate(0)}.student-main{margin-left:0}.student-topbar{padding:0 18px 0 70px}.student-content{padding:28px 18px 52px}.student-mobile-menu-button{z-index:30;color:#172033;background:#fff;border:1px solid #d6dce7;border-radius:8px;min-height:38px;padding:0 12px;font-size:12px;font-weight:700;display:block;position:fixed;top:18px;left:18px}}.student-keyword-lesson{max-width:1180px;margin:0 auto;padding-bottom:48px}.student-keyword-lesson-header{margin-bottom:24px}.student-keyword-lesson-header h1{margin:8px 0 4px}.keyword-repeater-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:20px;display:grid}.keyword-repeater-list,.keyword-repeater-workspace{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 12px 30px #0f172a0f}.keyword-repeater-list{padding:18px 12px}.keyword-repeater-list h2{margin:5px 8px 16px;font-size:1.15rem}.keyword-repeater-list>span{margin-left:8px}.keyword-repeater-list button{color:#344054;text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-left:3px solid #0000;border-radius:5px;grid-template-columns:28px 1fr;gap:9px;padding:12px 9px;display:grid}.keyword-repeater-list button:hover,.keyword-repeater-list button:focus-visible{background:#f8fafc;outline:none}.keyword-repeater-list button.is-selected{color:#1d4ed8;background:#eff4ff;border-left-color:#2563eb}.keyword-repeater-list button span{color:#98a2b3;font-size:.8rem}.keyword-repeater-list button strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.keyword-repeater-workspace{padding:28px}.keyword-repeater-intro h2{color:#101828;margin:7px 0 5px}.keyword-repeater-intro p{color:#667085;margin:0}.keyword-repeater-content{background:#f8fafc;border:1px solid #eaecf0;border-radius:12px;margin-top:24px;padding:22px}.keyword-repeater-meta{color:#667085;justify-content:space-between;gap:12px;font-size:.85rem;display:flex}.keyword-repeater-meta strong{color:#344054}.keyword-repeater-text{color:#101828;text-align:center;-webkit-user-select:text;user-select:text;place-items:center;min-height:150px;padding:30px 12px;font-size:clamp(1.5rem,4vw,2.4rem);font-weight:700;line-height:1.3;display:grid}.keyword-repeater-selection{color:#475467;text-align:center;margin:0;font-size:.88rem}.keyword-repeater-controls{gap:18px;margin-top:22px;display:grid}.keyword-repeater-primary-actions{flex-wrap:wrap;gap:10px;display:flex}.keyword-repeater-settings{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.keyword-repeater-settings label,.keyword-repeater-advanced-body label{color:#475467;gap:6px;font-size:.82rem;font-weight:600;display:grid}.keyword-repeater-settings select,.keyword-repeater-advanced select{color:#344054;width:100%;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:7px;padding:9px 10px}.keyword-repeater-error{color:#b42318;background:#fff1f0;border:1px solid #fecdca;border-radius:8px;margin-top:16px;padding:11px 13px}.keyword-repeater-error button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;margin-left:12px;font-weight:700;text-decoration:underline}.keyword-repeater-advanced{border-top:1px solid #eaecf0;margin-top:22px;padding-top:16px}.keyword-repeater-advanced>button{color:#344054;cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;padding:0;font-weight:700;display:flex}.keyword-repeater-advanced>button span{color:#667085;font-size:.85rem;font-weight:500}.keyword-repeater-advanced-body{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.keyword-repeater-check{align-items:center;grid-template-columns:auto 1fr!important;display:flex!important}.keyword-repeater-check input{width:16px;height:16px}.keyword-repeater-navigation{justify-content:space-between;gap:10px;margin-top:24px;display:flex}.translation-voice-controls{background:#fff;border:1px solid #e5e7eb;border-radius:10px;gap:12px;margin:16px 0;padding:16px;display:grid}.translation-voice-controls>label{color:#475467;gap:6px;font-size:.82rem;font-weight:600;display:grid}.translation-voice-controls select{color:#344054;width:100%;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:7px;padding:9px 10px}.translation-voice-controls fieldset{border:0;margin:0;padding:0}.translation-voice-controls legend{color:#475467;margin-bottom:7px;font-size:.82rem;font-weight:600}.voice-choice-group{flex-wrap:wrap;gap:8px;display:flex}.voice-choice-group label{color:#344054;cursor:pointer;border:1px solid #d0d5dd;border-radius:7px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:.9rem;display:inline-flex}.voice-choice-group label.is-selected{color:#1d4ed8;background:#eff4ff;border-color:#2563eb}.voice-choice-group input{margin:0}.translation-voice-actions{flex-wrap:wrap;gap:8px;display:flex}.voice-availability-message{color:#9a3412;background:#fff7ed;border:1px solid #fecdca;border-radius:8px;gap:4px;padding:11px 13px;font-size:.88rem;display:grid}.voice-availability-message button,.voice-help-close{color:#9a3412;cursor:pointer;width:fit-content;font:inherit;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.voice-installation-help{color:#475467;background:#fffbeb;border:1px solid #fed7aa;border-radius:10px;gap:12px;padding:16px;display:grid}.voice-installation-help-header{justify-content:space-between;gap:16px;display:flex}.voice-installation-help-header strong{color:#7c2d12}.voice-installation-help-header p,.voice-installation-help-note{margin:4px 0 0;font-size:.88rem;line-height:1.5}.voice-installation-help h3{color:#344054;margin:0;font-size:.95rem}.voice-installation-help ol{margin:0;padding-left:20px;font-size:.88rem;line-height:1.6}.voice-installation-help-actions{flex-wrap:wrap;gap:8px;display:flex}.voice-permission-empty{color:#667085;margin:0;font-size:.88rem}.voice-installation-help .voice-help-close{color:#667085}@media (width<=800px){.keyword-repeater-layout{grid-template-columns:1fr}.keyword-repeater-list{order:2}.keyword-repeater-workspace{order:1;padding:20px}.keyword-repeater-list button{vertical-align:top;width:calc(50% - 6px);margin:3px;display:inline-grid}.keyword-repeater-settings,.keyword-repeater-advanced-body{grid-template-columns:1fr}}@media (width<=520px){.keyword-repeater-meta{display:grid}.keyword-repeater-content{padding:16px}.keyword-repeater-list button{width:100%;margin:0}.keyword-repeater-primary-actions button,.keyword-repeater-navigation button{flex:1}}.auth-login-page{background:radial-gradient(circle at 12% 8%,#2563eb1a,#0000 28%),radial-gradient(circle at 88% 92%,#0ea59114,#0000 25%),#f4f7fb;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:stretch;min-height:100svh;display:grid;position:relative;overflow:hidden}.auth-login-visual{isolation:isolate;background:#101c35;align-items:center;min-height:100%;padding:clamp(44px,8vw,110px);display:flex;position:relative;overflow:hidden}.auth-login-visual:before{z-index:-1;content:"";background:radial-gradient(circle at 18% 24%,#367cf257,#0000 34%),radial-gradient(circle at 84% 76%,#12b7842e,#0000 38%);position:absolute;inset:0}.auth-login-visual:after{z-index:-1;content:"";border:1px solid #ffffff21;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-205px;right:-145px;box-shadow:0 0 0 42px #ffffff06,0 0 0 84px #ffffff05}.auth-login-visual-content{color:#fff;max-width:570px}.auth-login-visual-content>span{color:#9fc2ff;letter-spacing:.14em;margin-bottom:24px;font-size:12px;font-weight:800;display:inline-flex}.auth-login-visual-content h2{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(38px,4.5vw,62px);font-weight:780;line-height:1.04}.auth-login-visual-content p{color:#b7c7df;max-width:470px;margin:26px 0 0;font-size:16px;line-height:1.7}.auth-login-page:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff80,#0000 45%);position:absolute;inset:0}.auth-login-card{z-index:1;border-color:#e2e8f0;border-radius:18px;max-width:456px;padding:42px 44px 36px;position:relative;box-shadow:0 24px 60px #0f172a14,0 4px 12px #0f172a09}.auth-login-brand{text-align:left;align-items:center;gap:13px;margin-bottom:54px;display:flex}.auth-login-brand strong{color:#172033;font-size:16px;font-weight:800}.auth-login-brand .auth-logo-placeholder{color:#fff;letter-spacing:.05em;background:#2563eb;border:0;border-radius:13px;flex:0 0 44px;width:44px;height:44px;margin:0;font-size:12px;box-shadow:0 8px 18px #2563eb33}.auth-login-card .auth-header{margin-bottom:0}.auth-logo-placeholder{color:#6b83a6;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(145deg,#eff5ff,#f8fbff);border:1px dashed #9fb4d2;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:10px;font-weight:750;display:flex}.auth-login-card .auth-eyebrow{color:#2563eb;letter-spacing:.14em;margin-bottom:10px;font-size:11px;font-weight:800}.auth-login-card .auth-header h1{letter-spacing:-.035em;font-size:clamp(29px,4vw,34px)}.auth-login-card .auth-header p:last-child{color:#64748b;margin-top:11px}.auth-flow-page{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)}.auth-flow-card{place-self:center;width:min(100%,456px)}.auth-forgot-row{justify-content:flex-end;margin-top:-8px;display:flex}.auth-forgot-row a,.auth-flow-footer a,.auth-resend-row button{color:#2563eb;font:inherit;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:700;text-decoration:none}.auth-forgot-row a:hover,.auth-flow-footer a:hover,.auth-resend-row button:hover:not(:disabled){text-decoration:underline}.auth-flow-footer{justify-content:center;margin-top:24px}.auth-flow-email{color:#64748b;text-align:center;overflow-wrap:anywhere;margin:-12px 0 24px;font-size:13px}.auth-otp-input{letter-spacing:.34em;text-align:center;font-weight:750;font-size:20px!important}.auth-resend-row{color:#64748b;justify-content:center;gap:5px;margin-top:22px;font-size:13px;display:flex}.auth-resend-row button:disabled{cursor:not-allowed;opacity:.6}.auth-success-state{flex-direction:column;align-items:stretch;display:flex}.auth-success-icon{color:#15803d;background:#e8f8ef;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 20px;font-size:24px;font-weight:800;display:flex}.auth-success-state .auth-header{margin-bottom:26px}@media (width<=900px){.auth-login-page{flex-direction:column;justify-content:center;gap:0;padding:28px 18px;display:flex}.auth-login-visual{display:none}.auth-flow-card,.auth-login-card{width:100%;max-width:456px}}@media (width<=520px){.auth-flow-card,.auth-login-card{padding:30px 24px 28px}.auth-resend-row{flex-direction:column;align-items:center}}.auth-login-card .auth-form{gap:18px}.auth-login-card .auth-field{gap:7px}.auth-login-card .auth-field label{color:#1e293b;font-size:12px;font-weight:750}.auth-login-card .auth-field input{background:#fbfdff;border-color:#d7e0ec;border-radius:9px;height:50px}.auth-login-card .auth-field input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #2563eb1a}.auth-login-card .auth-submit{background:#17305d;border-radius:9px;height:50px;margin-top:4px;box-shadow:0 8px 18px #17305d29}.auth-login-card .auth-submit:hover:not(:disabled){background:#21437d;box-shadow:0 10px 22px #17305d33}.auth-login-card .auth-footer{color:#64748b;justify-content:center;gap:4px;margin-top:22px;font-size:13px}.auth-login-card .auth-footer a{color:#2563eb;font-weight:700;text-decoration:none}.auth-login-card .auth-footer a:hover{text-decoration:underline}@media (width<=520px){.auth-login-card{border-radius:16px;padding:34px 24px 30px}}@media (width<=820px){.auth-login-page{grid-template-columns:1fr}.auth-login-visual{min-height:270px;padding:42px 28px}.auth-login-visual-content h2{max-width:680px;font-size:38px}.auth-login-visual-content p{margin-top:14px}.auth-login-card{box-sizing:border-box;justify-self:center;width:min(100%,560px);padding:38px 28px 52px}}@media (width<=480px){.auth-login-visual{min-height:230px;padding:32px 22px}.auth-login-visual-content h2{font-size:31px}.auth-login-visual-content p{font-size:14px}}.auth-register-page{background:radial-gradient(circle at 12% 8%,#2563eb1a,#0000 28%),radial-gradient(circle at 88% 92%,#0ea59114,#0000 25%),#f4f7fb;min-height:100svh;position:relative;overflow:hidden}.auth-register-page:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff80,#0000 45%);position:absolute;inset:0}.auth-register-card{z-index:1;border-color:#e2e8f0;border-radius:18px;max-width:456px;padding:42px 44px 36px;position:relative;box-shadow:0 24px 60px #0f172a14,0 4px 12px #0f172a09}.auth-register-card .auth-header{margin-bottom:30px}.auth-register-card .auth-eyebrow{color:#2563eb;letter-spacing:.14em;margin-bottom:10px;font-size:11px;font-weight:800}.auth-register-card .auth-header h1{letter-spacing:-.035em;font-size:clamp(29px,4vw,34px)}.auth-register-card .auth-header p:last-child{color:#64748b;max-width:360px;margin:11px auto 0}.auth-register-card .auth-form{gap:16px}.auth-register-card .auth-field{gap:7px}.auth-register-card .auth-field label{color:#1e293b;font-size:12px;font-weight:750}.auth-register-card .auth-field input{background:#fbfdff;border-color:#d7e0ec;border-radius:9px;height:50px}.auth-register-card .auth-field input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #2563eb1a}.auth-register-card .auth-submit-button{color:#fff;cursor:pointer;min-height:50px;font:inherit;background:#17305d;border:0;border-radius:9px;margin-top:4px;font-size:14px;font-weight:700;transition:background .2s,box-shadow .2s,transform .2s;box-shadow:0 8px 18px #17305d29}.auth-register-card .auth-submit-button:hover:not(:disabled){background:#21437d;transform:translateY(-1px);box-shadow:0 10px 22px #17305d33}.auth-register-card .auth-submit-button:disabled{cursor:wait;opacity:.65}.auth-register-card .auth-footer{color:#64748b;justify-content:center;gap:4px;margin-top:22px;font-size:13px}.auth-register-card .auth-footer a{color:#2563eb;font-weight:700;text-decoration:none}.auth-register-card .auth-footer a:hover{text-decoration:underline}@media (width<=520px){.auth-register-card{border-radius:16px;padding:34px 24px 30px}}.keyword-repeater-editor-toolbar{background:#fff;border:1px solid #dfe5ee;border-bottom:0;border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:0 14px;display:flex}.keyword-repeater-format-tools,.keyword-repeater-editor-actions{align-items:center;gap:7px;display:flex}.keyword-repeater-tool-button,.keyword-repeater-editor-actions button{color:#344054;min-height:32px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 8px;font-size:.85rem}.keyword-repeater-tool-button:hover,.keyword-repeater-tool-button:focus-visible,.keyword-repeater-editor-actions button:hover:not(:disabled){background:#f3f5f9;outline:none}.keyword-repeater-bold{font-weight:800}.keyword-repeater-color-button{cursor:pointer;background:#172033;border:0;border-radius:50%;width:16px;height:16px;margin-left:6px;box-shadow:0 0 0 1px #d0d5dd}.keyword-repeater-editor-actions button{color:#667085}.keyword-repeater-editor-actions button:disabled{cursor:not-allowed;opacity:.88}.keyword-repeater-editor{color:#172033;-webkit-user-select:text;user-select:text;background:#fff;border:1px solid #dfe5ee;justify-content:center;align-items:center;min-height:132px;padding:24px 28px;display:flex}.keyword-repeater-editor p{text-align:center;overflow-wrap:anywhere;max-width:720px;margin:0;font-size:clamp(1.35rem,3vw,2rem);font-weight:700;line-height:1.35}.keyword-repeater-editor-footer{color:#667085;background:#fff;border:1px solid #dfe5ee;border-top:0;border-radius:0 0 14px 14px;justify-content:space-between;align-items:center;min-height:42px;padding:0 10px;font-size:.82rem;display:flex}.keyword-repeater-editor-hints{color:#667085;gap:12px;font-size:.9rem;display:flex}.keyword-repeater-layout{display:block}.keyword-repeater-format-tools{min-height:34px}.keyword-repeater-tool-button.is-active{color:#1d4ed8;background:#eff4ff}.keyword-repeater-color-picker{cursor:pointer;place-items:center;width:30px;height:32px;display:inline-grid;position:relative}.keyword-repeater-color-picker input{opacity:0;width:1px;height:1px;position:absolute}.keyword-repeater-color-picker:focus-within{outline-offset:1px;border-radius:6px;outline:3px solid #2563eb29}.keyword-repeater-session{background:#fff;border:1px solid #dfe5ee;border-radius:14px;margin-top:16px;padding:16px 18px 15px}.keyword-repeater-session-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.keyword-repeater-session-header strong{color:#344054;font-size:.92rem}.keyword-repeater-session-state{color:#98a2b3;text-transform:capitalize;margin-left:8px;font-size:.78rem}.keyword-repeater-session .keyword-repeater-primary-actions{justify-content:flex-end}.keyword-repeater-progress{background:#eef2f7;border-radius:999px;height:8px;margin:16px 0 12px;overflow:hidden}.keyword-repeater-progress span{border-radius:inherit;background:#2563eb;height:100%;transition:width .2s;display:block}.keyword-repeater-session-message{color:#667085;margin:0;font-size:.85rem}.keyword-repeater-settings-grid{border-bottom:1px solid #e7eaf0;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:16px;padding:0 0 18px;display:grid}.keyword-repeater-settings-grid label{color:#475467;gap:6px;min-width:0;font-size:.78rem;font-weight:600;display:grid}.keyword-repeater-settings-grid select{color:#344054;width:100%;min-height:38px;font:inherit;background:#fff;border:1px solid #d7dfeb;border-radius:8px;padding:0 9px;font-size:.86rem}.keyword-repeater-settings-grid select:focus-visible{border-color:#4778e8;outline:3px solid #2563eb24}.keyword-repeater-stepper{text-align:center;background:#fff;border:1px solid #d7dfeb;border-radius:8px;grid-template-columns:34px minmax(30px,1fr) 34px;align-items:center;min-height:38px;display:grid;overflow:hidden}.keyword-repeater-stepper button{color:#344054;cursor:pointer;height:38px;font:inherit;background:0 0;border:0;font-size:1.1rem}.keyword-repeater-stepper button:hover,.keyword-repeater-stepper button:focus-visible{background:#f3f5f9;outline:none}.keyword-repeater-stepper strong{color:#344054;font-size:.86rem}.keyword-repeater-toggle-row{flex-wrap:wrap;gap:22px;padding:17px 0 2px;display:flex}.keyword-repeater-toggle{color:#344054;cursor:pointer;align-items:center;gap:10px;display:inline-flex}.keyword-repeater-toggle input{accent-color:#4f46e5;width:22px;height:22px;margin:0}.keyword-repeater-toggle span{gap:2px;display:grid}.keyword-repeater-toggle strong{font-size:.86rem}.keyword-repeater-toggle small{color:#667085;font-size:.76rem;font-weight:400}.keyword-repeater-editor{position:relative}.keyword-repeater-keyword-arrow{cursor:pointer;background:#fff;border:1px solid #d7dfeb;border-radius:8px;width:36px;height:52px;position:absolute;top:50%;transform:translateY(-50%)}.keyword-repeater-keyword-arrow:hover:not(:disabled),.keyword-repeater-keyword-arrow:focus-visible:not(:disabled){outline-offset:1px;background:#eff4ff;border-color:#9bb8f8;outline:3px solid #2563eb24}.keyword-repeater-keyword-arrow:disabled{cursor:not-allowed;opacity:.35}.keyword-repeater-keyword-arrow:before{content:"";border-top:2px solid #344054;border-left:2px solid #344054;width:9px;height:9px;display:block}.keyword-repeater-keyword-arrow-previous{left:12px}.keyword-repeater-keyword-arrow-previous:before{margin-left:13px;transform:rotate(-45deg)}.keyword-repeater-keyword-arrow-next{right:12px}.keyword-repeater-keyword-arrow-next:before{margin-left:8px;transform:rotate(135deg)}@media (width<=1050px){.keyword-repeater-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.keyword-repeater-editor-toolbar,.keyword-repeater-session-header{flex-direction:column;align-items:flex-start}.keyword-repeater-editor-toolbar{padding:10px 12px}.keyword-repeater-editor-actions{justify-content:flex-end;width:100%}.keyword-repeater-session .keyword-repeater-primary-actions{justify-content:flex-start}.keyword-repeater-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.keyword-repeater-settings-grid{grid-template-columns:1fr}.keyword-repeater-editor{min-height:116px;padding:20px 16px}.keyword-repeater-editor-actions{justify-content:space-between;gap:2px}.keyword-repeater-editor-actions button{padding:0 4px;font-size:.76rem}}.student-layout{color:#253047;background:#f7f8fc}.student-sidebar{background:#fff;border-right:1px solid #e7eaf0;width:244px}.student-brand{border-bottom:1px solid #eef0f4;padding:24px 22px}.student-brand-mark{color:#fff;background:#172033;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.student-navigation,.student-sidebar-bottom{padding:16px 12px}.student-sidebar-bottom{border-top:1px solid #eef0f4}.student-nav-link{color:#667085;cursor:pointer;width:100%;min-height:42px;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;padding:0 12px;text-decoration:none;display:flex}.student-nav-link:hover,.student-nav-link:focus-visible{color:#253047;background:#f5f7fb;outline:none}.student-nav-link.active{color:#1d4ed8;background:#eff4ff;font-weight:700}.student-logout-button{margin-top:4px}.student-topbar{background:#ffffffeb;border-bottom:1px solid #e7eaf0;min-height:68px}.student-content{max-width:1180px;margin:0 auto;padding:42px 36px 64px}.student-dashboard-eyebrow{color:#2563eb;letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:800}.student-dashboard-header h1{color:#172033;letter-spacing:-.02em;margin:8px 0;font-size:clamp(1.8rem,3vw,2.6rem)}.student-dashboard-subtitle{color:#667085;margin:0;line-height:1.65}.student-section-header{justify-content:space-between;align-items:end;gap:16px;margin:28px 0 16px;display:flex}.student-section-header h2{color:#172033;margin:0 0 5px;font-size:1.3rem}.student-section-header p{color:#667085;margin:0}.student-section-count{color:#667085;font-size:.9rem}.student-course-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.student-course-card{background:#fff;border:1px solid #e7eaf0;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px #0f172a0d}.student-course-thumbnail{background:#eef2f7;place-items:center;min-height:150px;display:grid}.student-course-thumbnail img{object-fit:cover;width:100%;height:170px}.student-course-body{padding:20px}.student-course-body h3{color:#172033;margin:0 0 8px}.student-course-description{color:#667085;min-height:48px;margin:0 0 18px;line-height:1.55}.student-course-button,.student-secondary-button{cursor:pointer;min-height:40px;font:inherit;border-radius:8px;padding:0 15px;font-weight:700}.student-course-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.student-course-button:hover,.student-course-button:focus-visible{outline-offset:2px;background:#1d4ed8;outline:3px solid #2563eb2e}.student-secondary-button{color:#344054;background:#fff;border:1px solid #d0d5dd}.student-secondary-button:hover,.student-secondary-button:focus-visible{outline-offset:2px;background:#f8fafc;outline:3px solid #2563eb24}.student-course-button:disabled,.student-secondary-button:disabled{opacity:.48;cursor:not-allowed;outline:none}.student-state{color:#667085;text-align:center;background:#fff;border:1px solid #e7eaf0;border-radius:12px;max-width:720px;margin:20px auto;padding:28px;line-height:1.6}.student-state p{margin-top:0}.student-error{color:#b42318;background:snow;border-color:#fecdca}.student-back-button{color:#667085;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:700}.student-back-button:hover,.student-back-button:focus-visible{color:#1d4ed8;outline:none}.student-course-hero-content{align-items:center;gap:22px;margin-top:24px;display:flex}.student-course-hero-content img{object-fit:cover;background:#eef2f7;border-radius:10px;width:110px;height:86px}.student-unit-list{gap:10px;display:grid}.student-unit-card{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e7eaf0;border-radius:12px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:17px;padding:18px;display:grid}.student-unit-card:hover,.student-unit-card:focus-visible{border-color:#9bb8f8;outline:none;box-shadow:0 8px 20px #2563eb14}.student-unit-number{color:#2563eb;font-size:1.1rem;font-weight:800}.student-unit-content h3{color:#172033;margin:4px 0 5px}.student-unit-content p{color:#667085;margin:0}.student-unit-open{color:#2563eb;font-size:.88rem;font-weight:700}.student-learning-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.student-learning-card{min-height:180px;color:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e7eaf0;border-radius:12px;flex-direction:column;justify-content:space-between;padding:22px;display:flex}.student-learning-card:hover,.student-learning-card:focus-visible{border-color:#9bb8f8;outline:none;transform:translateY(-1px);box-shadow:0 10px 24px #2563eb14}.student-learning-card-kicker{color:#2563eb;letter-spacing:.08em;font-size:.7rem;font-weight:800}.student-learning-card h3{color:#172033;margin:8px 0}.student-learning-card p{color:#667085;margin:0;line-height:1.55}.student-learning-card-action{color:#1d4ed8;margin-top:20px;font-size:.9rem;font-weight:700}.student-mobile-menu-button{display:none}.student-account-wrap{position:relative}.student-account-button{cursor:pointer;text-align:left;background:0 0;border:0}.student-account-button:hover,.student-account-button:focus-visible{border-radius:8px;outline:3px solid #2563eb24}.student-account-chevron{border-bottom:1.5px solid #667085;border-right:1.5px solid #667085;width:8px;height:8px;margin-left:12px;transform:rotate(45deg)translateY(-2px)}.student-account-menu{z-index:30;background:#fff;border:1px solid #e7eaf0;border-radius:10px;min-width:180px;padding:7px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 14px 30px #0f172a1f}.student-account-menu a,.student-account-menu button{color:#344054;cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:0;border-radius:6px;padding:10px;text-decoration:none;display:block}.student-account-menu a:hover,.student-account-menu button:hover,.student-account-menu a:focus-visible,.student-account-menu button:focus-visible{background:#f5f7fb;outline:none}.student-profile-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:18px;display:grid}.student-profile-panel{background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:24px}.student-profile-panel:first-child{text-align:center}.student-profile-panel:last-child{grid-column:2}.student-profile-panel h2{color:#172033;margin:0 0 16px;font-size:1.15rem}.student-profile-avatar{color:#fff;background:#172033;border-radius:50%;place-items:center;width:84px;height:84px;margin:0 auto 14px;font-size:2rem;font-weight:800;display:grid}.student-profile-panel>p{color:#667085;overflow-wrap:anywhere;margin:5px 0}.student-profile-panel>span{color:#98a2b3;font-size:.85rem}.student-profile-form{gap:14px;display:grid}.student-profile-form label{color:#344054;gap:6px;font-size:.88rem;font-weight:700;display:grid}.student-profile-form input{color:#344054;min-height:42px;font:inherit;border:1px solid #d0d5dd;border-radius:8px;padding:0 11px}.student-profile-form input:focus{border-color:#4778e8;outline:3px solid #2563eb24}.student-profile-help{font-size:.88rem;margin:-7px 0 16px!important}.student-profile-success{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:8px;margin-bottom:16px;padding:11px 13px}@media (width<=700px){.student-profile-layout{grid-template-columns:1fr}.student-profile-panel:last-child{grid-column:auto}}.student-back-button{color:#344054;cursor:pointer;min-height:40px;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:7px;padding:0 12px 0 9px;font-weight:700;line-height:1;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.student-back-button:before{content:"";border-bottom:1.75px solid;border-left:1.75px solid;width:7px;height:7px;transform:rotate(45deg)}.student-back-button:hover{color:#1d4ed8;background:#f8fafc;border-color:#98a2b3}.student-back-button:active{transform:translateY(1px)}.student-back-button:focus-visible{outline-offset:2px;outline:3px solid #2563eb2e}.student-back-button:disabled{cursor:not-allowed;opacity:.55}.mock-test-source-grid{grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);align-items:start;gap:20px;display:grid}.mock-test-source{background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:26px}.mock-test-source h2{color:#172033;margin:8px 0}.mock-test-source>p{color:#667085;margin:0 0 20px;line-height:1.6}.mock-test-source .student-test-list{margin:0}.mock-test-source .student-test-list article{box-shadow:none;border:0;border-top:1px solid #eaecf0;border-radius:0;padding:16px 0}.mock-test-source .student-test-list article h3{color:#172033;margin:0 0 5px}.mock-test-source .student-test-list article p{margin:0 0 8px}.mock-test-source .student-test-list article span{color:#667085;font-size:13px}.mock-test-empty{color:#667085;padding:20px 0 4px}.mock-generator{min-height:220px}.mock-exam-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.mock-exam-heading strong{color:#344054;white-space:nowrap;background:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:10px 14px}.mock-exam-heading strong.is-warning{color:#b42318;background:snow;border-color:#fecdca}.mock-exam-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:20px;display:grid}.mock-question-nav,.mock-exam-question,.mock-result-summary,.mock-review-list article{background:#fff;border:1px solid #e7eaf0;border-radius:12px;padding:22px}.mock-question-nav h2{color:#172033;margin:0 0 16px;font-size:16px}.mock-question-nav>div{grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.mock-question-nav button{aspect-ratio:1;color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:7px;font-weight:700}.mock-question-nav button.is-current.is-answered,.mock-question-nav button.is-current.is-review{color:#1d4ed8;background:#eff4ff;border-color:#2563eb}.mock-question-nav p{color:#667085;margin:17px 0 0;font-size:13px}.mock-exam-question{min-height:440px}.mock-exam-question-number{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.mock-exam-question h2{color:#172033;margin:12px 0 8px;font-size:24px;line-height:1.4}.mock-exam-question>p{color:#667085}.mock-exam-actions{border-top:1px solid #eaecf0;flex-wrap:wrap;gap:10px;margin-top:30px;padding-top:20px;display:flex}.student-modal-backdrop{z-index:50;background:#101a2e61;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.student-confirm-modal{background:#fff;border:1px solid #e7eaf0;border-radius:12px;gap:16px;width:min(100%,500px);padding:26px;display:grid;box-shadow:0 20px 50px #101a2e33}.student-confirm-modal h2,.student-confirm-modal p{margin:0}.student-confirm-modal p{color:#667085;line-height:1.6}.student-confirm-modal>div{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.mock-generator-modal fieldset{border:0;gap:9px;padding:0;display:grid}.mock-generator-modal legend{color:#344054;margin-bottom:4px;font-weight:700}.mock-generator-modal label{color:#344054;align-items:center;gap:9px;display:flex}.mock-generator-modal>label{align-items:stretch;gap:7px;font-weight:700;display:grid}.mock-generator-modal select{background:#fff;border:1px solid #d0d5dd;border-radius:8px;min-height:40px;padding:0 10px}.mock-result-summary{gap:18px;max-width:640px;display:grid}.mock-result-summary>strong{color:#172033;font-size:56px;line-height:1}.mock-result-summary>div{color:#667085;flex-wrap:wrap;gap:10px 22px;display:flex}.mock-result-summary>div:last-child{align-items:center;gap:10px}.mock-review-list{gap:14px;display:grid}.mock-review-list article span{color:#667085;font-size:13px;font-weight:700}.mock-review-list article h2{color:#172033;margin:10px 0;font-size:18px}.mock-review-list article p{color:#667085;margin:6px 0}@media (width<=800px){.mock-test-source-grid,.mock-exam-layout{grid-template-columns:1fr}.mock-exam-heading{flex-direction:column;align-items:start}.mock-exam-heading strong{width:100%}.mock-exam-actions .student-course-button{margin-left:0}}@media (width<=520px){.mock-test-source,.mock-question-nav,.mock-exam-question,.mock-result-summary,.mock-review-list article{padding:18px}.mock-exam-question h2{font-size:20px}.mock-exam-actions>button{flex:calc(50% - 10px)}.mock-question-nav>div{grid-template-columns:repeat(6,1fr)}}@media (width<=820px){.student-sidebar{z-index:20;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:10px 0 24px #0f172a1a}.student-sidebar.is-open{transform:translate(0)}.student-mobile-menu-button{z-index:30;color:#344054;cursor:pointer;min-height:38px;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:0 12px;font-weight:700;display:block;position:fixed;top:14px;left:14px}.student-topbar{padding-left:82px}.student-learning-grid{grid-template-columns:1fr}}@media (width<=560px){.student-content{padding:30px 18px 44px}.student-course-hero-content{flex-direction:column;align-items:flex-start}.student-course-hero-content img{width:100%;height:150px}.student-unit-card{grid-template-columns:38px minmax(0,1fr)}.student-unit-open{grid-column:2}.student-section-header{flex-direction:column;align-items:flex-start}}.student-navigation-label{color:#71809a;letter-spacing:.11em;text-transform:uppercase;margin:0 10px 10px;font-size:.68rem;font-weight:750}.student-navigation .student-navigation-label:not(:first-child){margin-top:26px}.student-nav-link{gap:11px}.student-nav-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55px;opacity:.86;flex:0 0 18px;width:18px;height:18px}.student-nav-link.active .student-nav-icon{opacity:1}.student-sidebar-bottom .student-navigation-label{margin-bottom:8px}.student-logout-button{gap:11px}.student-topbar{box-shadow:0 1px #101a2e05}.student-account-chevron{color:#98a2b3;border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;margin-left:5px;transform:rotate(45deg)translateY(-2px)}.student-account-menu{border:1px solid #e4e8ef}.student-course-thumbnail{position:relative}.student-course-thumbnail:before{content:"";pointer-events:none;background:#2563eb09;position:absolute;inset:0}.student-course-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.student-learning-card{position:relative;overflow:hidden}.student-learning-card:after{content:"";color:#8aa9ed;border-top:1.5px solid;border-right:1.5px solid;width:7px;height:7px;transition:transform .18s;position:absolute;bottom:20px;right:20px;transform:rotate(45deg)}.student-learning-card:hover:after,.student-learning-card:focus-visible:after{transform:translate(3px)rotate(45deg)}.student-profile-avatar{box-shadow:0 0 0 5px #eff4ff}.student-test-options label,.mcq-option{transition:border-color .16s,background .16s,box-shadow .16s}.student-test-options label:focus-within,.mcq-option:focus-within{border-color:#7aa2f4;box-shadow:0 0 0 3px #2563eb1a}.mock-question-nav button,.mock-exam-actions button,.student-test-options label{min-height:44px}.student-progress-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.student-progress-grid>div{background:#fff;border:1px solid #e7eaf0;border-radius:12px;gap:5px;padding:20px;display:grid}.student-progress-grid strong{color:#172033;font-size:1.6rem}.student-progress-grid span,.student-progress-list span,.student-results-list span{color:#667085;font-size:.88rem}.student-content-section{margin-top:30px}.student-content-section h2{color:#172033;font-size:1.25rem}.student-progress-list,.student-results-list,.student-test-list{gap:10px;display:grid}.student-progress-list>div,.student-results-list>div{background:#fff;border:1px solid #e7eaf0;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:17px 19px;display:flex}.student-results-list>div>div{gap:5px;display:grid}.student-result-passed{font-weight:700;color:#087443!important}.student-result-failed{font-weight:700;color:#b42318!important}.student-test-list article{background:#fff;border:1px solid #e7eaf0;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;padding:22px;display:flex}.student-test-list h2{color:#172033;margin:7px 0;font-size:1.2rem}.student-test-list p{color:#667085;margin:0}.student-test-meta{color:#667085;white-space:nowrap;align-items:center;gap:14px;font-size:.88rem;display:flex}.student-test-meta button{margin-left:8px}.student-test-timer{color:#b42318;background:#fff1f0;border:1px solid #fecdca;border-radius:7px;margin-top:14px;padding:8px 11px;font-weight:700;display:inline-block}.student-test-question{background:#fff;border:1px solid #e7eaf0;border-radius:14px;max-width:820px;padding:26px}.student-test-question h2{color:#172033;margin:0 0 8px;line-height:1.45}.student-test-question>p{color:#667085}.student-test-options{gap:10px;margin:24px 0;display:grid}.student-test-options label{color:#344054;cursor:pointer;border:1px solid #e7eaf0;border-radius:9px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;padding:14px;display:grid}.student-test-options label:hover,.student-test-options label.is-selected{background:#eff4ff;border-color:#9bb8f8}.student-test-navigation{justify-content:space-between;gap:12px;display:flex}.student-test-result{background:#fff;border:1px solid #e7eaf0;border-radius:14px;justify-items:start;gap:10px;max-width:420px;padding:28px;display:grid}.student-test-result strong{color:#172033;font-size:2.6rem}.student-test-result span{color:#667085}@media (width<=760px){.student-progress-grid{grid-template-columns:repeat(2,1fr)}.student-test-list article{flex-direction:column;align-items:flex-start}.student-test-meta{white-space:normal;flex-wrap:wrap}}@media (width<=480px){.student-progress-grid{grid-template-columns:1fr 1fr}.student-progress-grid>div{padding:15px}.student-results-list>div{flex-direction:column;align-items:flex-start}}body{overflow-x:hidden}.student-content>main,.student-content>div{min-width:0}.student-dashboard-header{max-width:900px;margin-bottom:30px}.student-dashboard-header h1{letter-spacing:-.025em;font-size:clamp(1.75rem,3vw,2.35rem)}.student-section-header{margin-bottom:14px}.student-course-button,.student-secondary-button{width:auto;min-width:104px;min-height:42px;box-shadow:none;border-radius:8px;padding:0 15px}.student-secondary-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d7dde8;font-weight:650}.student-secondary-button:hover:not(:disabled){color:#1d4ed8;background:#f8fbff;border-color:#9bb8f8}.student-course-button:hover:not(:disabled){box-shadow:0 6px 14px #2563eb29}.student-back-button{color:#667085;cursor:pointer;min-height:38px;font:inherit;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:0 10px 0 6px;font-size:.9rem;font-weight:700;display:inline-flex}.student-back-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.student-back-button:hover,.student-back-button:focus-visible{color:#1d4ed8;background:#eef4ff;outline:none}.student-state{max-width:900px;margin:0 auto;padding:28px}.student-course-card,.student-unit-card,.student-learning-card,.student-profile-panel,.student-progress-grid>div,.student-progress-list>div,.student-results-list>div,.mock-test-source,.mock-question-nav,.mock-exam-question,.mock-result-summary,.mock-review-list article{box-shadow:0 2px 8px #101a2e09}.student-course-card:hover,.student-unit-card:hover,.student-learning-card:hover{transform:translateY(-2px)}.student-learning-grid{gap:14px}.student-learning-card{min-height:164px;padding:20px}.student-learning-card h3{margin:0 0 8px;font-size:1.05rem}.student-learning-card-action{color:#1d4ed8;font-size:.86rem;font-weight:700}.student-profile-layout{gap:16px}.student-profile-panel{border-radius:12px;padding:22px}.student-profile-panel h2{margin-top:0;font-size:1.05rem}.student-profile-form{gap:14px}.student-profile-form label{color:#344054;gap:6px;font-size:.84rem;font-weight:650}.student-profile-form input{border-radius:8px;min-height:42px}.student-progress-grid{gap:12px}.student-progress-grid>div{padding:18px}.student-progress-grid strong{font-size:1.75rem}.student-progress-list>div,.student-results-list>div{min-height:66px;padding:15px 18px}.student-test-list article,.student-test-list article>div{min-width:0}.student-test-list article h3,.student-test-list article p{overflow-wrap:anywhere}.mock-test-source-grid{gap:16px}.mock-test-source{padding:22px}.mock-exam-page .student-dashboard-header{max-width:none}.mock-exam-layout{gap:16px}.mock-exam-actions{align-items:center}.student-mobile-scrim{display:none}.student-menu-icon{gap:3px;width:16px;display:inline-grid}.student-menu-icon i{background:currentColor;border-radius:2px;height:1.5px;display:block}@media (width<=820px){.student-mobile-scrim{z-index:19;cursor:pointer;background:#101a2e57;border:0;display:block;position:fixed;inset:0}.student-mobile-menu-button{align-items:center;gap:8px;display:inline-flex;box-shadow:0 4px 12px #101a2e14}.student-sidebar{z-index:25}.student-topbar{min-height:70px}.student-dashboard-header{margin-bottom:26px}.student-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.student-topbar{padding-right:14px}.student-topbar-label{display:none}.student-content{padding:26px 16px 44px}.student-dashboard-header h1{font-size:1.8rem}.student-course-grid,.student-learning-grid,.student-progress-grid{grid-template-columns:1fr}.student-course-body{padding:18px}.student-course-button,.student-secondary-button{min-height:44px}.student-section-header{gap:10px}.student-unit-card{padding:15px}.student-profile-layout{grid-template-columns:1fr}.student-progress-grid>div{padding:17px}.mock-exam-question{min-height:0;padding:18px}.mock-exam-actions>button{flex:calc(50% - 8px)}.mock-exam-actions .student-course-button{margin-left:0}.student-test-options label{align-items:start}.translation-voice-actions button{flex:1}}.mcq-option{border:1px solid var(--color-border-strong);width:100%;min-height:70px;color:var(--color-text);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:14px;padding:12px 15px;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s;display:flex;position:relative}.mcq-option>input{width:18px;height:18px;accent-color:var(--color-primary);flex:0 0 18px;margin:0 10px 0 0}.mcq-option:hover:not(:disabled){background:#fbfcff;border-color:#b9c7dc;transform:translateY(-1px);box-shadow:0 5px 14px #1720330d}.mcq-option.selected{background:#f5f8ff;border-color:#93b4f4;box-shadow:0 0 0 2px #2563eb0f}.mcq-option.correct{border-color:var(--color-success-border);background:var(--color-success-soft);color:#166534}.mcq-option.incorrect{border-color:var(--color-danger-border);background:var(--color-danger-soft);color:var(--color-danger)}.mcq-option:disabled{cursor:default}.mcq-option-text{min-width:0;color:inherit;flex:1;font-size:14px;font-weight:550;line-height:1.5}.mcq-option-checkbox{color:#fff;background:#fff;border:1.5px solid #cbd3df;border-radius:6px;flex:0 0 22px;place-items:center;width:22px;height:22px;margin-left:auto;font-size:13px;font-weight:800;line-height:1;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s;display:grid}.mcq-option.selected .mcq-option-checkbox{border-color:var(--color-primary);background:var(--color-primary);box-shadow:0 2px 6px #2563eb2e}.mcq-option.correct .mcq-option-checkbox{border-color:var(--color-success);background:var(--color-success);box-shadow:0 2px 6px #15803d29}.mcq-option.incorrect .mcq-option-checkbox{border-color:var(--color-danger);background:var(--color-danger);box-shadow:0 2px 6px #b4231824}.mcq-option:hover:not(:disabled) .mcq-option-checkbox{border-color:#9aa8bb}.mcq-option.selected:hover:not(:disabled) .mcq-option-checkbox{border-color:var(--color-primary)}.mcq-submit-button{margin-top:22px}.mcq-feedback{border:1px solid var(--color-border);border-radius:13px;margin-top:22px;padding:20px}.mcq-feedback.correct{border-color:var(--color-success-border);background:var(--color-success-soft)}.mcq-feedback.incorrect{border-color:var(--color-danger-border);background:var(--color-danger-soft)}.mcq-feedback-heading{margin-bottom:10px}.mcq-feedback-heading strong{color:var(--color-navy);font-size:16px}.mcq-feedback.correct .mcq-feedback-heading strong{color:#15803d}.mcq-feedback.incorrect .mcq-feedback-heading strong{color:var(--color-danger)}.mcq-feedback>p{color:var(--color-muted);margin:0;font-size:13px;line-height:1.6}.mcq-feedback-section{border-top:1px solid #17203314;margin-top:16px;padding-top:16px}.mcq-feedback-section>span{color:var(--color-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:10px;font-weight:750;display:block}.mcq-feedback-section>strong{color:var(--color-navy);font-size:14px}.mcq-feedback-section>p{color:var(--color-muted);margin:0;font-size:13px;line-height:1.7}.mcq-correct-answers{flex-direction:column;gap:5px;display:flex}.mcq-correct-answers strong{color:var(--color-navy);font-size:14px;line-height:1.5}.mcq-keywords{flex-wrap:wrap;gap:8px;display:flex}.mcq-keyword{min-height:30px;color:var(--color-primary-dark);background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;padding:6px 10px;font-size:11px;font-weight:650;display:inline-flex}.mcq-practice-navigation{justify-content:space-between;align-items:center;gap:14px;margin-top:18px;display:flex}.mcq-practice-navigation .student-course-button,.mcq-practice-navigation .student-secondary-button{width:auto;min-width:130px}.mcq-complete-card{text-align:center;border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:620px;box-shadow:var(--shadow-soft);background:#fff;margin:10px auto 0;padding:48px 38px}.mcq-complete-icon{background:var(--color-success-soft);border:1px solid var(--color-success-border);width:58px;height:58px;color:var(--color-success);border-radius:50%;place-items:center;margin:0 auto 18px;font-size:22px;font-weight:800;display:grid}.mcq-complete-card h2{color:var(--color-navy);margin:0;font-size:25px;line-height:1.3}.mcq-complete-card p{max-width:460px;color:var(--color-muted);margin:10px auto 25px;font-size:14px;line-height:1.7}.mcq-complete-card .student-course-button{width:auto;min-width:160px}@media (width<=1100px){.student-course-grid,.student-learning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-explanation-card{grid-template-columns:1fr}.image-explanation-image-wrapper{min-height:340px}.image-explanation-image{min-height:340px;max-height:460px}}@media (width<=800px){.student-sidebar{width:220px}.student-main{margin-left:220px}.student-content{padding:30px 22px 52px}.student-topbar{padding:0 22px}.student-dashboard-header h1{font-size:27px}.mcq-options{grid-template-columns:1fr}}@media (width<=640px){.student-layout{display:block}.student-sidebar{width:100%;min-height:auto;position:static}.student-brand{height:70px;padding:0 18px}.student-navigation{scrollbar-width:none;gap:5px;padding:9px 12px;display:flex;overflow-x:auto}.student-navigation::-webkit-scrollbar{display:none}.student-navigation .student-nav-link{white-space:nowrap;flex:none;width:auto;min-height:40px;margin:0}.student-sidebar-bottom{display:none}.student-main{margin-left:0}.student-topbar{height:68px;padding:0 16px}.student-content{padding:25px 16px 42px}.student-course-grid,.student-learning-grid{grid-template-columns:1fr}.student-dashboard-header{margin-bottom:25px}.student-dashboard-header h1{font-size:24px}.student-dashboard-subtitle{font-size:13px}.student-section-header{align-items:flex-start}.student-course-thumbnail{height:145px}.student-unit-card{gap:13px;padding:16px}.student-unit-number{flex-basis:40px;width:40px;height:40px}.student-unit-content h3{font-size:16px}.student-unit-content p{font-size:12px}.student-unit-arrow{font-size:18px}.student-learning-card{min-height:auto;padding:21px 52px 21px 21px}.student-learning-card-icon{margin-bottom:20px}.student-learning-card h3{font-size:17px}.student-learning-card p{font-size:13px}.keyword-practice-card{border-radius:16px;padding:25px 20px}.keyword-practice-card h2{margin:18px 0 27px;font-size:22px}.keyword-practice-keyword{flex-direction:column;align-items:stretch}.keyword-practice-listen-button{width:100%}.keyword-practice-navigation,.image-explanation-navigation,.mcq-practice-navigation{flex-direction:column-reverse}.keyword-practice-navigation .student-course-button,.keyword-practice-navigation .student-secondary-button,.image-explanation-navigation .student-course-button,.image-explanation-navigation .student-secondary-button,.mcq-practice-navigation .student-course-button,.mcq-practice-navigation .student-secondary-button{width:100%}.image-explanation-card{border-radius:16px}.image-explanation-image-wrapper{min-height:240px}.image-explanation-image{min-height:240px;max-height:320px}.image-explanation-content{padding:25px 20px}.image-explanation-content h2{font-size:22px}.image-explanation-text{font-size:13px;line-height:1.7}.mcq-practice-card{border-radius:16px;padding:25px 20px}.mcq-practice-card h2{margin-bottom:24px;font-size:21px;line-height:1.45}.mcq-option{min-height:64px;padding:11px 13px}.mcq-option-text{font-size:13px}.mcq-practice-header{align-items:flex-start}.mcq-complete-card{padding:38px 22px}.mcq-option-checkbox{flex-basis:21px;width:21px;height:21px}.student-user strong,.student-user span{display:none}}@media (width<=520px){.auth-page{padding:20px 14px}.auth-card{border-radius:16px;padding:31px 22px}.auth-header h1{font-size:26px}.student-brand strong{font-size:14px}.student-dashboard-header h1{font-size:23px}.student-state{padding:30px 20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.image-translation-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-top:24px;padding:28px}.image-translation-header{margin-bottom:24px}.image-translation-eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:12px;font-weight:700;display:inline-block}.image-translation-header h2{color:var(--navy);margin:0;font-size:22px;font-weight:700}.image-translation-header p{max-width:720px;color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.7}.image-translation-controls{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);align-items:flex-end;gap:16px;padding:20px;display:flex}.image-translation-field{flex:1}.image-translation-field label{color:var(--text);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.image-translation-field select{border:1px solid var(--border);width:100%;min-height:46px;color:var(--text);font:inherit;cursor:pointer;background:#fff;border-radius:10px;outline:none;padding:0 14px;transition:border-color .2s,box-shadow .2s}.image-translation-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.image-translate-button{min-width:210px;min-height:46px}.image-translation-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:14px;line-height:1.5}.image-translation-result{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;margin-top:20px;padding:22px}.image-translation-result-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.image-translation-result-label{color:var(--primary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.image-translation-result-header h3{color:var(--navy);margin:0;font-size:17px;font-weight:700}.image-translation-speak-button{border:1px solid var(--border);min-height:40px;color:var(--text);font:inherit;cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;padding:0 15px;font-size:13px;font-weight:600;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.image-translation-speak-button:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.image-translation-text{background:var(--background);color:var(--text);white-space:pre-wrap;border-radius:10px;padding:18px;font-size:16px;line-height:1.9}.image-explanation-progress-header{width:100%;color:var(--color-muted);justify-content:space-between;align-items:center;gap:24px;margin-bottom:10px;font-size:13px;font-weight:600;display:flex}.image-explanation-progress-header>span{white-space:nowrap;display:block}.image-explanation-progress-header>span:last-child{text-align:right;flex:none;margin-left:auto}@media (width<=640px){.image-translation-card{padding:20px}.image-translation-controls{flex-direction:column;align-items:stretch}.image-translate-button{width:100%}.image-translation-result-header{flex-direction:column;align-items:flex-start}.image-translation-speak-button{width:100%}}.image-speech-controls{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;grid-template-columns:minmax(160px,.75fr) minmax(260px,1.25fr) auto;align-items:end;gap:16px;margin-top:18px;padding:18px;display:grid}.image-speech-control-field{min-width:0}.image-speech-control-field label{color:var(--text);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.image-speech-control-field select{border:1px solid var(--border);width:100%;min-height:44px;color:var(--text);font:inherit;cursor:pointer;background:#fff;border-radius:9px;outline:none;padding:0 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.image-speech-control-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.image-speech-control-field select:disabled{cursor:not-allowed;opacity:.65}.image-speech-controls .image-translation-speak-button{white-space:nowrap;min-width:110px;min-height:44px}.image-speech-info{border:1px solid var(--border);background:var(--background);color:var(--muted);border-radius:9px;margin-top:14px;padding:12px 14px;font-size:13px;line-height:1.6}@media (width<=800px){.image-speech-controls{grid-template-columns:1fr 1fr}.image-speech-controls .image-translation-speak-button{grid-column:1/-1;width:100%}}@media (width<=640px){.image-speech-controls{grid-template-columns:1fr}.image-speech-controls .image-translation-speak-button{grid-column:auto}}.keyword-repeater-translation{background:#f8fbff;border:1px solid #dbe5f1;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:12px 14px;display:flex}.keyword-repeater-translation>div{gap:4px;min-width:0;display:grid}.keyword-repeater-translation span{color:#667085;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:750}.keyword-repeater-translation strong{color:#173b75;overflow-wrap:anywhere;font-size:1.08rem;line-height:1.45}.keyword-repeater-translation .student-secondary-button{flex:none;min-width:126px}@media (width<=560px){.keyword-repeater-translation{flex-direction:column;align-items:stretch}.keyword-repeater-translation .student-secondary-button{width:100%}}.student-image-lesson .image-lesson-action-groups{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 16px;display:flex}.student-image-lesson .image-lesson-action-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.student-image-lesson .image-lesson-language-button{color:#1768bd;cursor:pointer;min-width:142px;min-height:44px;font:inherit;background:#fff;border:2px solid #2878d4;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:9px 17px;font-weight:700;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.student-image-lesson .image-lesson-language-button:hover:not(:disabled){background:#eff6ff;border-color:#1768bd;transform:translateY(-1px)}.student-image-lesson .image-lesson-language-button:disabled{cursor:wait;opacity:.58}.student-image-lesson .image-lesson-language-button.is-selected{color:#145ca8;background:#eff6ff}.student-image-lesson .image-lesson-explanation-language{color:#16803a;border-color:#229447}.student-image-lesson .image-lesson-explanation-language:hover:not(:disabled),.student-image-lesson .image-lesson-explanation-language.is-selected{color:#126d32;background:#effaf2;border-color:#16803a}.student-image-lesson .image-lesson-audio-row{flex-basis:100%;justify-content:center;gap:9px}.student-image-lesson .image-lesson-audio-row .student-course-button,.student-image-lesson .image-lesson-audio-row .student-secondary-button{min-width:108px}.student-image-lesson .image-lesson-explanation{border-color:#d2d8e2;margin-top:12px}.student-image-lesson .image-lesson-explanation-toggle{color:#213b63;min-height:54px;padding:13px 18px}.student-image-lesson .image-lesson-explanation-text{color:#344054;min-height:72px;padding:17px 18px 19px;font-size:16px;line-height:1.7}@media (width<=640px){.student-image-lesson .image-lesson-action-groups{flex-direction:column;align-items:stretch}.student-image-lesson .image-lesson-action-group{justify-content:center}.student-image-lesson .image-lesson-language-button{flex:132px;min-width:132px}}.mock-exam-page{max-width:1120px;margin:0 auto}.mock-exam-page .student-dashboard-header{max-width:none;margin-bottom:24px}.mock-exam-page .student-dashboard-eyebrow,.mock-exam-question-number{color:#2563eb;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.mock-exam-heading{align-items:center}.mock-exam-heading h1{color:#13284d;letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,32px)}.mock-exam-heading strong{color:#183866;text-align:center;background:#fff;border-color:#dce4f0;border-radius:10px;min-width:150px;padding:12px 15px;font-size:13px}.mock-exam-layout{grid-template-columns:220px minmax(0,1fr);gap:16px}.mock-question-nav,.mock-exam-question{border-color:#dfe6f0;border-radius:12px;box-shadow:0 4px 16px #162b4c0b}.mock-question-nav{padding:22px}.mock-question-nav h2{color:#172b4d;margin-bottom:16px;font-size:16px}.mock-question-nav>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mock-question-nav button{aspect-ratio:1;color:#344866;border-color:#cad5e5;border-radius:8px;min-width:0;font-size:14px;transition:border-color .16s,background .16s,transform .16s}.mock-question-nav button:hover{background:#f5f8ff;border-color:#8aaef2;transform:translateY(-1px)}.mock-question-nav button.is-current{color:#1d4ed8;background:#edf4ff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.mock-question-nav button.is-answered{color:#267143;background:#f1faf4;border-color:#a6d8b5}.mock-question-nav button.is-review{color:#9a5c0a;background:#fff8ed;border-color:#efc27b}.mock-question-nav p{color:#74839a;margin-top:17px;font-size:12px}.mock-exam-question{min-height:510px;padding:28px}.mock-exam-question h2{color:#13284d;letter-spacing:-.02em;max-width:840px;margin:14px 0 10px;font-size:clamp(22px,2.5vw,28px);line-height:1.35}.mock-exam-question>p{color:#6b7c95;margin:0;font-size:15px}.speech-analyzer-page{color:#15234a;max-width:1320px;margin:0 auto}.speech-analyzer-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.speech-analyzer-heading h1{letter-spacing:-.035em;margin:7px 0 6px;font-size:clamp(1.9rem,3vw,2.5rem)}.speech-analyzer-heading p:not(.student-dashboard-eyebrow){color:#667596;margin:0}.speech-heading-status,.speech-pace-badge,.speech-panel-title>span{color:#087f5b;background:#e6f7f0;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700}.speech-recording-card,.speech-result-hero,.speech-panel,.speech-utility-bar{background:#fff;border:1px solid #e4e9f3;border-radius:16px;box-shadow:0 10px 28px #1d2f5c0f}.speech-recording-card{padding:26px}.speech-recording-intro{color:#71809d;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.speech-live-dot{background:#21ad7e;border-radius:50%;width:8px;height:8px}.speech-recording-center{text-align:center;flex-direction:column;align-items:center;padding:42px 20px 38px;display:flex}.speech-recording-center h2{margin:17px 0 6px;font-size:21px}.speech-recording-center p{color:#7483a0;margin:0;font-size:14px}.speech-microphone-button{color:#fff;cursor:pointer;background:#5139eb;border:12px solid #f0efff;border-radius:50%;place-items:center;width:112px;height:112px;display:grid;box-shadow:0 0 0 10px #faf9ff,0 14px 28px #5139eb40}.speech-microphone-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:42px;height:42px}.speech-microphone-button.is-recording{background:#d83b5a;box-shadow:0 0 0 10px #fff4f6,0 14px 28px #d83b5a33}.speech-microphone-button:disabled{cursor:wait;opacity:.7}.speech-stop-button{color:#26365f;font:inherit;cursor:pointer;background:#fff;border:1px solid #d9dfeb;border-radius:8px;margin-top:18px;padding:10px 18px;font-weight:700}.speech-error{color:#b4233c;text-align:center;background:#fff4f5;border:1px solid #f1c9d0;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;max-width:720px;margin:0 auto 22px;padding:12px 14px;font-size:13px;display:flex}.speech-error button{color:#9d1930;font:inherit;cursor:pointer;background:0 0;border:0;font-weight:800;text-decoration:underline}.speech-utility-bar{align-items:center;gap:16px;padding:14px 16px;display:flex}.speech-utility-initial{flex-wrap:wrap;margin-top:4px}.speech-utility-bar>label{flex-direction:column;gap:6px;min-width:160px;display:flex}.speech-utility-bar label>span,.speech-level>span{color:#71809d;font-size:11px}.speech-utility-bar select,.speech-goal-input{color:#26365f;height:38px;font:inherit;background:#fff;border:1px solid #dce3ef;border-radius:8px}.speech-utility-bar select{padding:0 10px}.speech-goal-input{align-items:center;display:flex;overflow:hidden}.speech-goal-input button{color:#26365f;cursor:pointer;background:#f7f9fc;border:0;width:32px;height:100%;font-size:20px}.speech-goal-input input{color:#26365f;width:58px;height:100%;font:inherit;text-align:center;border:0;outline:none}.speech-goal-input span{color:#71809d;white-space:nowrap;padding-right:7px;font-size:12px}.speech-level{flex-direction:column;gap:6px;min-width:180px;display:flex}.speech-level>div{align-items:center;gap:3px;height:25px;display:flex}.speech-level i{background:#24af80;border-radius:4px;width:4px}.speech-level b{color:#087f5b;font-size:11px;font-weight:650}.speech-toggle{justify-content:space-between;align-items:center;gap:12px;min-width:145px;flex-direction:row!important;display:flex!important}.speech-toggle>span{flex-direction:column;gap:2px;display:flex}.speech-toggle strong{color:#24355d;white-space:nowrap;font-size:12px}.speech-toggle small{color:#8794ac;white-space:nowrap;font-size:10px}.speech-toggle input{opacity:0;pointer-events:none;position:absolute}.speech-toggle i{cursor:pointer;background:#dbe2ee;border-radius:999px;flex:0 0 38px;width:38px;height:22px;position:relative}.speech-toggle i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;position:absolute;top:3px;left:3px}.speech-toggle input:checked+i{background:#5139eb}.speech-toggle input:checked+i:after{transform:translate(16px)}.speech-result-wrap{gap:14px;display:grid}.speech-result-hero{padding:24px 28px 17px;position:relative}.speech-result-actions{justify-content:flex-end;gap:20px;display:flex}.speech-result-actions button{color:#46598a;font:inherit;cursor:pointer;background:0 0;border:0}.speech-inline-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;vertical-align:-3px;width:16px;height:16px;margin-right:6px;display:inline-block}.speech-chevron{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:19px;height:19px;transition:transform .2s}.speech-chevron.is-open{transform:rotate(180deg)}.speech-level-status{align-items:center;gap:5px;display:inline-flex}.speech-status-dot{background:#24af80;border-radius:50%;width:7px;height:7px}.speech-metric-grid{grid-template-columns:1fr 1.25fr 1fr 1fr 1.55fr;align-items:center;gap:22px;margin:18px 0 10px;display:grid}.speech-metric{text-align:center;border-right:1px solid #e1e6ef;min-width:0;padding-right:20px}.speech-metric strong{color:#09113a;letter-spacing:-.04em;white-space:nowrap;font-size:clamp(1.6rem,3vw,2.5rem);display:block}.speech-metric span{color:#54658e;margin-top:4px;font-size:14px;display:block}.speech-start-again{color:#111b47;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:8px;display:flex}.speech-start-again span{color:#fff;background:#5139eb;border:9px solid #f1efff;border-radius:50%;place-items:center;width:84px;height:84px;display:grid;box-shadow:0 0 0 8px #fbfaff}.speech-start-again svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:31px;height:31px}.speech-start-again strong{font-size:13px}.speech-goal-metric{min-width:0}.speech-goal-metric>div:first-child{color:#273867;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.speech-goal-metric strong{white-space:nowrap;font-size:15px}.speech-goal-metric small{font-size:13px;font-weight:500}.speech-goal-metric b{color:#4030d6;font-size:15px}.speech-progress-track,.speech-ratio>div{background:#e8edf5;border-radius:999px;height:16px;overflow:hidden}.speech-progress-track{margin-top:10px}.speech-progress-track i,.speech-ratio i{border-radius:inherit;background:#6246ef;height:100%;display:block}.speech-pace-badge{width:fit-content;margin:0 auto 10px}.speech-waveform{justify-content:center;align-items:center;gap:3px;min-height:42px;padding:7px 12px 0;display:flex;overflow:hidden}.speech-waveform i{opacity:.85;background:#9d8cf8;border-radius:4px;width:4px;min-height:4px}.speech-waveform span{border-top:3px dotted #c6bdfc;width:100%}.speech-panel{padding:18px 22px}.speech-panel-title{border-bottom:1px solid #e6eaf1;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;display:flex}.speech-panel-title h2{color:#111b47;margin:0;font-size:21px}.speech-panel-title>span{padding:7px 11px}.speech-transcript-text{color:#3c4d75;border:1px solid #e1e6ee;border-radius:10px;min-height:82px;margin-top:14px;padding:20px;font-size:15px;line-height:1.8}.speech-word-timestamp{flex-direction:column;margin-right:9px;display:inline-flex}.speech-word-timestamp small{color:#6654db;font-size:10px;line-height:1.2}.speech-player-row{color:#647494;align-items:center;gap:24px;margin-top:12px;font-size:13px;display:flex}.speech-player-row audio{flex:1;min-width:0;height:38px}.speech-transcript-options{justify-content:flex-end;margin-top:-38px;display:flex}.speech-details-toggle{color:#111b47;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;display:flex}.speech-details-toggle span{align-items:center;gap:10px;display:flex}.speech-details-toggle strong{font-size:19px}.speech-details-toggle small{color:#7886a4;font-size:13px}.speech-details-toggle b{align-items:center;display:inline-flex}.speech-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.speech-detail-card{background:#f8fbff;border:1px solid #e0e7f1;border-radius:10px;flex-direction:column;gap:5px;padding:16px;display:flex}.speech-detail-card span,.speech-detail-card small{color:#53658e;font-size:12px}.speech-detail-card strong{color:#101843;font-size:24px}.speech-ratio{color:#43567e;grid-template-columns:auto minmax(80px,1fr) auto;align-items:center;gap:12px;margin-top:16px;font-size:12px;display:grid}.speech-tip,.speech-save-notice{color:#08705c;background:#eaf8f5;border-radius:10px;margin:16px 0 0;padding:12px 15px;font-size:13px}.speech-save-notice{color:#8a5b08;background:#fff8e7;margin:0}.speech-word-timing-scroll{border:1px solid #e0e7f1;border-radius:10px;max-height:460px;margin-top:16px;overflow:auto}.speech-word-timing-table{border-collapse:collapse;color:#3c4d75;width:100%;min-width:560px;font-size:13px}.speech-word-timing-table th{z-index:1;color:#71809d;letter-spacing:.04em;text-align:left;text-transform:uppercase;background:#f8fbff;font-size:11px;font-weight:700;position:sticky;top:0}.speech-word-timing-table th,.speech-word-timing-table td{text-align:left;border-bottom:1px solid #e8edf4;padding:12px 14px}.speech-word-timing-table td:first-child{color:#111b47;font-weight:650}.speech-word-timing-table tbody tr:last-child td{border-bottom:0}.speech-word-timing-empty{color:#7483a0;text-align:center;border:1px dashed #d6deeb;border-radius:10px;margin-top:16px;padding:28px}.speech-utility-bar .speech-toggle{flex:1;min-width:150px}.speech-utility-bar .speech-level{flex:1}@media (width<=1050px){.speech-metric-grid{grid-template-columns:repeat(3,1fr)}.speech-goal-metric{grid-column:span 2}.speech-utility-bar{flex-wrap:wrap;align-items:stretch}.speech-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.speech-analyzer-heading{flex-direction:column;align-items:flex-start}.speech-recording-card,.speech-result-hero,.speech-panel{padding:17px 14px}.speech-metric-grid{grid-template-columns:repeat(2,1fr);gap:16px}.speech-metric{padding-right:8px}.speech-metric strong{font-size:1.8rem}.speech-start-again{grid-area:1/span 2}.speech-goal-metric{grid-column:span 2}.speech-transcript-options{justify-content:flex-start;margin-top:12px}.speech-player-row{flex-direction:column;align-items:stretch;gap:8px}.speech-detail-grid{grid-template-columns:1fr}.speech-ratio{grid-template-columns:1fr;gap:5px}.speech-ratio>div{order:2}.speech-details-toggle span{flex-wrap:wrap;align-items:flex-start}.speech-details-toggle small{width:100%;margin-left:29px}.speech-utility-bar>label,.speech-level,.speech-utility-bar .speech-toggle{width:100%;min-width:0}.speech-word-timing-scroll{max-height:380px}.speech-word-timing-table th,.speech-word-timing-table td{padding:11px 12px}}.mock-exam-question .student-test-options{gap:10px;margin:25px 0 30px}.mock-exam-question .student-test-options label{color:#355071;background:#fff;border-color:#dfe6f0;border-radius:10px;grid-template-columns:18px minmax(0,1fr);gap:10px;min-height:52px;padding:14px 18px;font-size:15px;line-height:1.4}.mock-exam-question .student-test-options label:hover,.mock-exam-question .student-test-options label.is-selected{color:#173b75;background:#f5f8ff;border-color:#8db1f4}.mock-exam-question .student-test-options input{accent-color:#2563eb;width:17px;height:17px;margin:0}.mock-exam-actions{border-top-color:#e5eaf1;align-items:center;gap:10px;margin-top:auto;padding-top:20px}.mock-exam-actions button{border-radius:8px;min-width:104px;min-height:44px}.mock-exam-actions .student-course-button{margin-left:auto}.mock-exam-actions .student-secondary-button:last-child{min-width:104px}@media (width<=800px){.mock-exam-layout{grid-template-columns:1fr}.mock-question-nav>div{grid-template-columns:repeat(auto-fit,minmax(44px,1fr))}.mock-exam-question{min-height:0}}@media (width<=560px){.mock-exam-heading{flex-direction:column;align-items:stretch}.mock-exam-heading strong{width:100%}.mock-exam-question{padding:20px 18px}.mock-exam-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.mock-exam-actions .student-course-button{margin-left:0}.mock-exam-actions button{width:100%;min-width:0}}
