:root{font-family:Inter,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--theme-text);background-color:var(--theme-page-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:var(--theme-page-bg)}#root{min-height:100vh}:root{--theme-page-bg:#FAF8EE;--theme-surface:#FAF8EE;--theme-surface-soft:#FFFDF7;--theme-surface-muted:#FFF2E3;--theme-border:#F1D7B2;--theme-accent:#FF991C;--theme-accent-soft:#FFC970;--theme-accent-pale:#FFF1D4;--theme-accent-deep:#E88900;--theme-accent-darker:#C46D00;--theme-primary-900:#FF991C;--theme-primary-800:#FFAD3A;--theme-primary-700:#FFBE58;--theme-primary-600:#FF991C;--theme-primary-500:#FFC970;--theme-text:#6F430A;--theme-text-muted:#946124;--theme-text-soft:#9A6730;--theme-heading-accent:#E88900;--theme-gradient-accent:linear-gradient(90deg, #FF991C 0%, #FFC970 65%, #FFF1D4 100%);--theme-gradient-accent-soft:linear-gradient(180deg, #FFFDF7 0%, #FFF3E0 100%);--theme-gradient-accent-bar:linear-gradient(90deg, #FF991C 0%, #FFB84E 34%, #FFC970 65%, #FFF1D4 100%);--theme-gradient-portal-button:linear-gradient(90deg, #C46D00 0%, #FF991C 65%, #FFC970 100%);--theme-shell-bg:#FAF8EE;--theme-shell-header-bg:linear-gradient(90deg, #FF991C 0%, #FFC970 65%, #FFF1D4 100%);--theme-shell-shadow:0 20px 36px rgba(111,67,10,.1);--theme-panel-shadow:0 20px 36px rgba(111,67,10,.1);--theme-radius-box:18px;--theme-auth-ink:#6F430A;--theme-auth-navy:#E88900;--theme-auth-cobalt:#FF991C;--theme-auth-steel:#FFC970;--theme-auth-mist:#F5DFC0;--theme-auth-sand:#FFD8A0;--theme-auth-shell:#FAF8EE;--theme-auth-page-bg:linear-gradient(90deg, #FF991C 0%, #FFC970 65%, #FAF8EE 100%);--theme-auth-hero-bg:linear-gradient(90deg, rgba(255,153,28,.94) 0%, rgba(255,201,112,.9) 65%, rgba(255,214,122,.86) 100%);--theme-auth-panel-bg:linear-gradient(180deg, rgba(255,252,247,.995) 0%, rgba(255,246,232,.985) 100%);--theme-auth-backdrop-left:radial-gradient(circle, rgba(255,216,160,.55) 0%, rgba(255,216,160,0) 72%);--theme-auth-backdrop-right:radial-gradient(circle, rgba(255,153,28,.28) 0%, rgba(255,153,28,0) 72%);--theme-auth-brand-text:#FAF8EE;--theme-auth-hero-text:#FAF8EE;--theme-auth-hero-muted-text:rgba(250,248,238,.9);--theme-auth-hero-footnote:rgba(250,248,238,.82);--theme-auth-kicker:#FFE1B5;--theme-auth-panel-eyebrow:#E88900;--theme-auth-panel-badge-text:#C46D00;--theme-auth-panel-badge-bg:#FFF0DA;--theme-auth-pill-border:rgba(250,248,238,.18);--theme-auth-pill-bg:rgba(250,248,238,.1);--theme-auth-pill-text:#FAF8EE;--theme-auth-teacher-card-text:#6F430A;--theme-auth-teacher-card-bg:linear-gradient(90deg, #FFD8A0 0%, #FFF0D8 100%);--theme-auth-student-card-text:#FAF8EE;--theme-auth-student-card-bg:linear-gradient(90deg, #FF991C 0%, #FFC970 65%, #FFF1D4 100%);--theme-auth-message-text:#8E5B1B;--theme-auth-message-bg:#FFF1DB;--theme-auth-message-info-text:#7A4300;--theme-auth-message-info-bg:#FFECCC;--theme-auth-message-error-text:#8d1c26;--theme-auth-message-error-bg:#fde7ea;--theme-auth-field-text:#7A4300;--theme-auth-input-border:#D9A762;--theme-auth-input-text:#8C4D00;--theme-auth-input-bg:#FFFFFF;--theme-auth-submit-text:#FAF8EE;--theme-auth-submit-bg:linear-gradient(90deg, #FF991C 0%, #FFC970 65%, #FFF1D4 100%);--theme-auth-divider:#F0D5AE;--theme-auth-note-label:#9A6730;--theme-auth-note-card-bg:#FFF5E6;--theme-auth-note-title:#7A4300;--theme-auth-note-copy:#946124;--theme-auth-loading-heading:#8C4D00;--theme-auth-loading-copy:#946124}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--theme-page-bg)}.app-shell-authenticated{padding:18px 0 32px}.app-shell-portal{padding:0;background:var(--theme-shell-bg)}.shell-topbar{width:min(1320px,96vw);margin:0 auto 18px;display:flex;align-items:center;justify-content:flex-end;gap:16px;position:relative;z-index:20}.shell-brand{margin-right:auto;font-family:Aptos Display,Segoe UI Variable,Trebuchet MS,sans-serif;font-size:1rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase;color:var(--theme-surface-soft)}.portal-topbar-head{display:flex;align-items:center;gap:14px;min-height:36px;padding-right:72px}.portal-topbar-tabs{margin-top:auto;padding-left:1rem}.portal-topbar-tabs .student-nav-list-top,.portal-topbar-tabs .teacher-nav-list-top{width:100%;min-width:0}.portal-topbar-actions{position:absolute;top:50%;right:18px;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-end}.portal-topbar-actions .shell-avatar-menu-wrap{z-index:80}.shell-avatar-menu-wrap{position:relative;z-index:60}.shell-avatar-input{display:none}.shell-avatar-trigger{width:48px;height:48px;border:none;border-radius:999px;padding:0;display:grid;place-items:center;overflow:hidden;cursor:pointer;background:var(--theme-gradient-accent-soft);box-shadow:var(--theme-panel-shadow)}.shell-avatar-image,.shell-avatar-fallback{width:100%;height:100%}.shell-avatar-image{display:block;object-fit:cover}.shell-avatar-fallback{display:grid;place-items:center;font-size:1rem;font-weight:800;color:var(--theme-accent-darker);letter-spacing:.06em}.shell-avatar-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:10px;border:1px solid var(--theme-border);border-radius:22px;background:var(--theme-surface-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--theme-panel-shadow);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}.shell-avatar-dropdown-open{opacity:1;pointer-events:auto;transform:translateY(0)}.shell-avatar-dropdown-header{display:flex;flex-direction:column;gap:2px;padding:8px 10px 10px}.shell-avatar-dropdown-header strong{color:var(--theme-text);font-size:.96rem}.shell-avatar-dropdown-header span{color:var(--theme-text-soft);font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.shell-avatar-theme-field{padding:6px 10px 12px;display:flex;flex-direction:column;gap:8px}.shell-avatar-theme-label{color:var(--theme-text-soft);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.shell-avatar-theme-select{width:100%;border:1px solid var(--theme-border);border-radius:16px;padding:10px 12px;background:var(--theme-surface);color:var(--theme-text);font:inherit;font-weight:600;cursor:pointer}.shell-avatar-theme-select:disabled{cursor:wait;opacity:.7}.shell-avatar-theme-feedback{margin:0;color:var(--theme-text-soft);font-size:.78rem}.shell-avatar-theme-feedback-error{color:#ffd9de}.shell-avatar-action{width:100%;border:none;border-radius:16px;padding:12px 14px;display:flex;align-items:center;justify-content:flex-start;background:transparent;color:var(--theme-text);font-size:.96rem;font-weight:700;cursor:pointer;transition:background .14s ease,color .14s ease}.shell-avatar-action:hover{background:var(--theme-surface-muted)}.shell-avatar-action-danger{color:#ffd9de}.shell-avatar-action-danger:hover{background:#ae25372e}.app{width:min(720px,92vw);margin:0 auto;padding:24px 0 40px}.app.student-portal,.app.teacher-portal{width:100%;max-width:none;margin:0;padding:0}.page-header{display:flex;align-items:center;gap:16px}.back-button{border:none;background:var(--theme-surface-soft);color:var(--theme-text);font-weight:600;padding:8px 14px;border-radius:999px;box-shadow:var(--theme-panel-shadow);cursor:pointer;max-width:100%;white-space:normal;text-align:center;line-height:1.35}.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:24px}.choice-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;border:none;border-radius:var(--theme-radius-box);padding:22px 24px;text-align:left;background:var(--theme-gradient-accent-soft);box-shadow:var(--theme-panel-shadow);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.choice-card:hover{transform:translateY(-4px);box-shadow:0 24px 46px #1c31442e}.choice-primary{background:var(--theme-gradient-accent);color:#fff}.choice-reading{background:linear-gradient(135deg,#fff6e7,#ffe3b3)}.choice-title{font-size:1.35rem;font-weight:700}.choice-subtitle{font-size:.95rem;opacity:.8}.heading1{display:block;text-align:center;font-family:Playfair Display,Times New Roman,serif;font-size:2.8rem;font-weight:700;letter-spacing:2px;color:var(--theme-text);margin:2rem 0}.question{border:2px solid var(--theme-border);border-radius:calc(var(--theme-radius-box) - 2px);margin-bottom:24px;padding:1.5rem 2rem;background:linear-gradient(180deg,var(--theme-surface-soft) 0%,var(--theme-surface) 100%);box-shadow:var(--theme-panel-shadow);transition:transform .2s ease,box-shadow .2s ease}.question:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1c31441f}.mic-test-card{margin:0 0 24px;padding:20px 22px;border-radius:var(--theme-radius-box);background:var(--theme-gradient-accent-soft);border:1px solid var(--theme-border);box-shadow:var(--theme-panel-shadow)}.mic-test-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.mic-test-header h3{margin:0;color:var(--theme-text)}.mic-test-badge{border-radius:999px;padding:6px 12px;font-size:.85rem;font-weight:700;letter-spacing:.4px}.mic-test-idle{background:#f8ead2;color:#946124}.mic-test-recording{background:#ffebeb;color:#ba2424}.mic-test-transcribing{background:#fff4d9;color:#9a6200}.mic-test-done{background:#e2f7e8;color:#166534}.mic-test-error{background:#ffe3e3;color:#b91c1c}.mic-test-message{margin:14px 0 16px;color:var(--theme-text-muted);line-height:1.5}.mic-test-button{border:none;border-radius:999px;padding:12px 18px;font-size:1rem;font-weight:700;color:#fff;background:var(--theme-gradient-accent);box-shadow:0 10px 20px #1c31442e;cursor:pointer}.mic-test-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.mic-test-player{display:block;width:100%;margin-top:16px}.mic-test-transcript{margin-top:16px;padding:14px 16px;border-radius:calc(var(--theme-radius-box) - 4px);background:var(--theme-surface-soft);border:1px solid var(--theme-border)}.mic-test-transcript strong{display:block;margin-bottom:8px;color:var(--theme-text)}.mic-test-transcript p{margin:0;white-space:pre-wrap;color:var(--theme-text-muted)}.get{border:none;border-radius:999px;width:100%;height:56px;font-size:1.2rem;font-weight:600;color:#fff;background:var(--theme-gradient-accent);box-shadow:0 10px 20px #ff991c52;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.get:hover{transform:translateY(-2px);box-shadow:0 14px 26px #ff991c5c}.get:active{transform:translateY(0);box-shadow:0 8px 16px #ff991c47}.get:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.timer{display:flex;align-items:center;justify-content:space-between;width:min(420px,100%);margin:24px auto 0;padding:18px 28px;border-radius:var(--theme-radius-box);background:var(--theme-gradient-accent);color:#faf8ee;font-size:1.15rem;letter-spacing:1px;box-shadow:0 15px 32px #12274040}.timer span{font-family:Roboto Mono,Fira Mono,monospace;font-size:1.6rem;padding:6px 16px;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);min-width:92px;text-align:center}.downloadlink{display:inline-flex;margin:18px 0;font-weight:600;color:#6f430a;text-decoration:none}.task-actions{display:flex;justify-content:flex-end;margin-top:16px}.next-button{border:none;border-radius:999px;padding:10px 20px;font-size:1rem;font-weight:700;color:#fff;background:var(--theme-gradient-accent);cursor:pointer;box-shadow:0 10px 20px #1c314440;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;max-width:100%;white-space:normal;text-align:center;line-height:1.35}.next-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.back-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.AI_response{border:2px solid #F0E0C6;border-radius:calc(var(--theme-radius-box) - 2px);margin-bottom:24px;padding:1.5rem 2rem;background:linear-gradient(180deg,#fff,#faf8ee);box-shadow:0 12px 30px #1c314414;transition:transform .2s ease,box-shadow .2s ease;white-space:pre-wrap}.AI_response:hover{transform:translateY(-2px);box-shadow:0 14px 26px #ff991c5c}.app-writing{width:min(1320px,95vw)}@media(max-width:720px){.shell-topbar{width:min(100%,94vw);margin-bottom:14px}.shell-brand{font-size:.9rem;letter-spacing:.18em}.portal-topbar-navigation{flex-wrap:wrap;flex-basis:100%}.portal-topbar-actions{width:100%;justify-content:flex-end}.portal-topbar-head{flex-wrap:wrap;padding-right:0}.portal-topbar-tabs{padding-left:0}.portal-topbar-actions{position:static;transform:none;width:100%}.shell-avatar-trigger{width:52px;height:52px}.shell-avatar-dropdown{min-width:200px}}.auth-landing{--auth-ink:var(--theme-auth-ink);--auth-navy:var(--theme-auth-navy);--auth-cobalt:var(--theme-auth-cobalt);--auth-mist:var(--theme-auth-mist);--auth-sand:var(--theme-auth-sand);--auth-shell:var(--theme-auth-shell);position:relative;min-height:100vh;overflow:hidden;background:var(--theme-auth-page-bg);color:var(--auth-ink)}.auth-backdrop{position:absolute;border-radius:999px;filter:blur(8px);opacity:.7;pointer-events:none}.auth-backdrop-left{width:28rem;height:28rem;top:-8rem;left:-6rem;background:var(--theme-auth-backdrop-left)}.auth-backdrop-right{width:32rem;height:32rem;right:-8rem;bottom:-10rem;background:var(--theme-auth-backdrop-right)}.auth-meteor-field{position:absolute;inset:0;overflow:hidden;pointer-events:none}.auth-meteor{--meteor-top:12%;--meteor-left:88%;--meteor-size:12rem;--meteor-delay:0s;--meteor-duration:8s;--meteor-travel-x:-52vw;--meteor-travel-y:34vh;position:absolute;top:var(--meteor-top);left:var(--meteor-left);width:var(--meteor-size);height:3px;border-radius:999px;clip-path:inset(0 100% 0 0 round 999px);opacity:0;transform:translateZ(0) rotate(-34deg) scaleX(.42) scaleY(.84);transform-origin:left center;background:linear-gradient(90deg,#fff,#fffffff5 12%,#ffffffa8 34%,#ffffff2e 66%,#fff0),radial-gradient(circle at 16% 50%,#ffffff85 0 10%,#ffffff24 24%,#fff0 48%);background-position:0 0,14% 50%;background-repeat:no-repeat;background-size:100% 100%,26% 240%;box-shadow:0 0 20px #ffffffb8,0 0 42px #ffffff47;filter:drop-shadow(0 0 10px rgba(255,255,255,.98)) drop-shadow(0 0 28px rgba(255,255,255,.38));will-change:transform,opacity,clip-path;animation:auth-meteor-fall var(--meteor-duration) linear infinite var(--meteor-delay),auth-meteor-core var(--meteor-duration) ease-out infinite var(--meteor-delay)}.auth-meteor:before{content:"";position:absolute;top:50%;left:-12px;width:12px;height:12px;border-radius:50%;transform:translateY(-50%);background:radial-gradient(circle,#fff,#fffffffa,#ffffff4d 68%,#fff0);box-shadow:0 0 18px #fffffffa,0 0 34px #ffffff5c;animation:auth-meteor-head var(--meteor-duration) ease-out infinite var(--meteor-delay)}.auth-meteor:after{content:"";position:absolute;top:50%;left:-18px;width:calc(var(--meteor-size) * 1.3);height:12px;border-radius:999px;transform:translateY(-50%);transform-origin:left center;opacity:0;clip-path:inset(0 100% 0 0 round 999px);background:linear-gradient(90deg,#ffffff6b,#ffffff2e 28%,#ffffff0f 58%,#fff0),repeating-linear-gradient(90deg,rgba(255,255,255,.36) 0 10%,rgba(255,255,255,.12) 10% 18%,transparent 18% 32%);background-repeat:no-repeat;background-size:100% 100%,160% 100%;filter:blur(8px);animation:auth-meteor-tail var(--meteor-duration) ease-out infinite var(--meteor-delay),auth-meteor-tail-fray var(--meteor-duration) linear infinite var(--meteor-delay)}@keyframes auth-meteor-fall{0%{opacity:0;transform:translateZ(0) rotate(-34deg) scaleX(.42) scaleY(.84)}6%{opacity:.3}16%{opacity:1;transform:translate3d(calc(var(--meteor-travel-x) * .12),calc(var(--meteor-travel-y) * .12),0) rotate(-34deg) scaleX(1.08) scaleY(.96)}62%{opacity:1;transform:translate3d(calc(var(--meteor-travel-x) * .7),calc(var(--meteor-travel-y) * .7),0) rotate(-34deg) scaleX(1.7) scaleY(1)}to{opacity:0;transform:translate3d(var(--meteor-travel-x),var(--meteor-travel-y),0) rotate(-34deg) scaleX(2.02) scaleY(1.02)}}@keyframes auth-meteor-core{0%{clip-path:inset(0 100% 0 0 round 999px);background-position:0 0,10% 50%;background-size:12% 100%,0% 220%}14%{clip-path:inset(0 40% 0 0 round 999px);background-position:0 0,16% 50%;background-size:64% 100%,18% 230%}34%{clip-path:inset(0 8% 0 0 round 999px);background-position:0 0,28% 50%;background-size:100% 100%,28% 240%}68%{clip-path:inset(0 18% 0 0 round 999px);background-position:0 0,46% 50%;background-size:88% 100%,18% 220%}to{clip-path:inset(0 82% 0 0 round 999px);background-position:0 0,70% 50%;background-size:24% 100%,4% 180%}}@keyframes auth-meteor-head{0%{opacity:0;transform:translateY(-50%) scale(.55)}16%{opacity:1;transform:translateY(-50%) scale(1)}62%{opacity:.96;transform:translateY(-50%) scale(.88)}to{opacity:0;transform:translateY(-50%) scale(.58)}}@keyframes auth-meteor-tail{0%{opacity:0;clip-path:inset(0 100% 0 0 round 999px);transform:translateY(-50%) scaleX(.18)}14%{opacity:.68;clip-path:inset(0 30% 0 0 round 999px);transform:translateY(-50%) scaleX(.92)}42%{opacity:.54;clip-path:inset(0 6% 0 0 round 999px);transform:translateY(-50%) scaleX(1.14)}74%{opacity:.34;clip-path:inset(0 22% 0 0 round 999px);transform:translateY(-50%) scaleX(1.28)}to{opacity:0;clip-path:inset(0 76% 0 0 round 999px);transform:translateY(-50%) scaleX(.62)}}@keyframes auth-meteor-tail-fray{0%{background-position:0 0,0 0;filter:blur(7px)}50%{background-position:0 0,38px 0;filter:blur(9px)}to{background-position:0 0,76px 0;filter:blur(12px)}}.auth-shell{position:relative;z-index:1;width:min(1200px,94vw);margin:0 auto;padding:48px 0 72px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:28px;align-items:stretch}.auth-page-brand{grid-column:1 / -1;font-family:Aptos Display,Segoe UI Variable,Trebuchet MS,sans-serif;font-size:1rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase;color:var(--theme-auth-brand-text);margin:0 0 -4px}.auth-hero,.auth-panel,.auth-loading-card{border-radius:calc(var(--theme-radius-box) + 6px);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-hero{border:1px solid rgba(255,255,255,.22);box-shadow:0 28px 56px #0714263d;padding:40px;color:var(--theme-auth-hero-text);background:var(--theme-auth-hero-bg)}.auth-panel,.auth-loading-card{border:1px solid rgba(255,248,235,.88);box-shadow:0 30px 70px #6f430a2e,0 0 0 1px #ffffff57;background:var(--theme-auth-panel-bg)}.auth-panel{padding:30px}.auth-kicker,.auth-panel-eyebrow{margin:0 0 12px;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.auth-kicker{color:var(--theme-auth-kicker)}.auth-panel-eyebrow{color:var(--theme-auth-panel-eyebrow)}.auth-heading{margin:0;font-family:Aptos Display,Segoe UI Variable,Trebuchet MS,sans-serif;font-size:clamp(2.3rem,4vw,4.4rem);line-height:.97;letter-spacing:-.04em;max-width:12ch}.auth-lead{margin:20px 0 0;max-width:56ch;color:var(--theme-auth-hero-muted-text);font-size:1.02rem}.auth-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 0}.auth-pill{border:1px solid var(--theme-auth-pill-border);border-radius:999px;padding:8px 14px;font-size:.85rem;color:var(--theme-auth-pill-text);background:var(--theme-auth-pill-bg)}.auth-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px}.auth-account-card{border:none;border-radius:calc(var(--theme-radius-box) + 2px);padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.auth-account-card:hover{transform:translateY(-3px)}.auth-account-card-teacher{color:var(--theme-auth-teacher-card-text);background:var(--theme-auth-teacher-card-bg);box-shadow:0 18px 34px #0f1f2e29}.auth-account-card-student{color:var(--theme-auth-student-card-text);background:var(--theme-auth-student-card-bg);box-shadow:0 18px 34px #020c1638}.auth-account-role{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.8}.auth-account-card strong{font-size:1.6rem;line-height:1}.auth-account-card p{margin:0;min-height:3rem;line-height:1.45;opacity:.88}.auth-account-credentials{display:flex;flex-direction:column;gap:6px;font-size:.86rem}.auth-account-credentials code,.auth-note-card code,.auth-footnote code{font-family:Cascadia Code,Consolas,monospace}.auth-account-action{margin-top:auto;font-weight:700;opacity:.9}.auth-footnote{margin:24px 0 0;color:var(--theme-auth-hero-footnote);line-height:1.5}.auth-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.auth-panel-header h2{margin:0;font-family:Aptos Display,Segoe UI Variable,Trebuchet MS,sans-serif;font-size:2rem;letter-spacing:-.04em}.auth-panel-badge{border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:700;color:var(--theme-auth-panel-badge-text);background:var(--theme-auth-panel-badge-bg)}.auth-message{margin:20px 0 0;padding:14px 16px;border-radius:var(--theme-radius-box);color:var(--theme-auth-message-text);background:var(--theme-auth-message-bg)}.auth-message-info{color:var(--theme-auth-message-info-text);background:var(--theme-auth-message-info-bg)}.auth-message-error{color:var(--theme-auth-message-error-text);background:var(--theme-auth-message-error-bg)}.auth-form{display:flex;flex-direction:column;gap:18px;margin-top:22px}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field span{font-weight:700;color:var(--theme-auth-field-text)}.auth-input{border:1px solid var(--theme-auth-input-border);border-radius:var(--theme-radius-box);padding:15px 16px;font-size:1rem;color:var(--theme-auth-input-text);background:var(--theme-auth-input-bg);box-shadow:inset 0 1px #ffffffeb}.auth-input::placeholder{color:#8c4d0085}.auth-input:focus{outline:none;border-color:var(--theme-accent-darker);box-shadow:0 0 0 4px #ff991c2e,inset 0 1px #fffffff5}.auth-submit{border:none;border-radius:999px;padding:15px 18px;font-size:1rem;font-weight:700;color:var(--theme-auth-submit-text);background:var(--theme-auth-submit-bg);cursor:pointer;box-shadow:0 16px 32px #102a433d}.auth-submit:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.auth-panel-note{margin-top:24px;padding-top:22px;border-top:1px solid var(--theme-auth-divider)}.auth-note-label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--theme-auth-note-label)}.auth-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.auth-note-card{border-radius:var(--theme-radius-box);padding:14px;background:var(--theme-auth-note-card-bg)}.auth-note-card strong{display:block;margin-bottom:8px;color:var(--theme-auth-note-title)}.auth-note-card p{margin:4px 0 0;color:var(--theme-auth-note-copy)}.auth-loading-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--theme-auth-page-bg)}.auth-loading-card{width:min(560px,92vw);padding:32px}.auth-loading-card h2{margin:0;font-family:Aptos Display,Segoe UI Variable,Trebuchet MS,sans-serif;font-size:2rem;letter-spacing:-.04em;color:var(--theme-auth-loading-heading)}.auth-loading-card p:last-child{margin:14px 0 0;color:var(--theme-auth-loading-copy)}@media(max-width:980px){.auth-shell{grid-template-columns:1fr}.auth-heading{max-width:none}}@media(max-width:720px){.auth-shell{padding:24px 0 40px}.auth-hero,.auth-panel,.auth-loading-card{border-radius:calc(var(--theme-radius-box) + 2px)}.auth-hero,.auth-panel{padding:24px}.auth-account-grid,.auth-note-grid{grid-template-columns:1fr}.auth-panel-header{flex-direction:column}}@media(prefers-reduced-motion:reduce){.auth-meteor-field{display:none}}.writing-header{justify-content:space-between;align-items:center}.writing-chip{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:12px 18px;border-radius:999px;background:var(--theme-gradient-accent);color:#faf8ee;font-family:Roboto Mono,Fira Mono,monospace;box-shadow:0 14px 28px #1227403d}.writing-layout{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(420px,1.4fr);gap:20px;align-items:start}.writing-layout-integrated{grid-template-columns:minmax(220px,.85fr) minmax(360px,1.25fr) minmax(260px,.95fr)}.writing-panel{min-height:520px;padding:22px;border-radius:var(--theme-radius-box);background:linear-gradient(180deg,#fff,#fff6ea);border:1px solid #F1D8B0;box-shadow:0 20px 36px #1c31441a}.writing-panel-title{margin:0 0 14px;color:#6f430a;font-size:1.15rem}.writing-question{margin:0;color:#7a4300;line-height:1.7;font-size:1.02rem}.writing-editor-panel{display:flex;flex-direction:column}.writing-textarea{flex:1;min-height:420px;border:none;resize:vertical;font:400 1rem/1.75 Georgia,Times New Roman,serif;color:#172a3a;background:#fffdf7;outline:none}.writing-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;color:#8e5b1b;font-weight:600}.writing-source-panel .reading-text,.reading-passage-full .reading-text{margin:0;white-space:pre-wrap;font:400 .98rem/1.8 Georgia,Times New Roman,serif;color:#7a4300}.reading-screen{min-height:78vh}.reading-screen-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.reading-passage-full{min-height:68vh;padding:28px 30px;border-radius:var(--theme-radius-box);background:linear-gradient(180deg,#faf8ee,#fff9f1);border:1px solid #F3DAB4;box-shadow:0 24px 42px #1c31441f}.reading-title{margin:0 0 18px;font-size:1.6rem;color:#6f430a}.listening-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.listening-copy{max-width:700px;margin:0;color:#8e5b1b;font-size:1.08rem;line-height:1.7}.writing-error,.writing-loading{margin:0 0 18px;color:#b42318;font-weight:600}@media(max-width:1100px){.writing-layout,.writing-layout-integrated{grid-template-columns:1fr}.writing-panel{min-height:auto}}@media(max-width:720px){.app-writing{width:min(94vw,94vw)}.writing-header,.reading-screen-header,.page-header{flex-wrap:wrap}.writing-meta{flex-direction:column;align-items:flex-start}.writing-textarea{min-height:320px}}.writing-feedback-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:16px}.writing-feedback-box{padding:18px;border-radius:var(--theme-radius-box);background:#fff;border:1px solid #F5DEC0}.writing-feedback-box h3{margin:0 0 10px;color:#6f430a}.writing-feedback-list{margin:0;padding-left:18px;color:#82501a;line-height:1.6}.app-reading{width:min(1380px,95vw)}.reading-page-header{justify-content:space-between}.reading-engine{display:flex;flex-direction:column;gap:20px}.reading-engine-topbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:18px}.reading-engine-timer,.reading-engine-counter{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:var(--theme-gradient-accent);color:#faf8ee;box-shadow:0 14px 28px #1227403d}.reading-engine-timer span{font-family:Roboto Mono,Fira Mono,monospace}.reading-engine-layout{display:grid;grid-template-columns:minmax(520px,1.18fr) minmax(380px,1fr);gap:22px;align-items:start}.reading-engine-questions,.reading-engine-passage{min-height:72vh;padding:24px;border-radius:var(--theme-radius-box);background:linear-gradient(180deg,#fff,#fff7ec);border:1px solid #F1D7B2;box-shadow:0 20px 36px #1c31441a}.reading-engine-passage{background:linear-gradient(180deg,#faf8ee,#fff9f1);position:sticky;top:18px}.reading-engine-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.reading-engine-label{margin:0 0 8px;text-transform:uppercase;letter-spacing:1.4px;font-size:.78rem;font-weight:700;color:#7c4f00}.reading-engine-title{margin:0;color:#6f430a;font-size:1.45rem}.reading-question-card{display:flex;flex-direction:column;gap:18px;padding:18px;border-radius:var(--theme-radius-box);border:1px solid #dde8f2;background:#ffffffe6}.reading-question-title{margin:0;font-size:1.2rem;line-height:1.6;color:#7a4300}.reading-choice-list{display:flex;flex-direction:column;gap:12px}.reading-question-stack{display:flex;flex-direction:column;gap:16px}.reading-group-list{display:flex;flex-direction:column;gap:18px}.reading-group-card{display:flex;flex-direction:column;gap:16px;padding:18px;border-radius:var(--theme-radius-box);border:1px solid #F1D6AE;background:linear-gradient(180deg,#fff,#f8fbfe)}.reading-group-card-collapsed{gap:10px}.reading-group-title{margin:0;color:#1d3347;font-size:1.18rem}.reading-group-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.reading-collapse-button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;border:1px solid #EFD4AD;background:#fff;color:#8a510f;font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.reading-collapse-button:hover{border-color:var(--theme-accent)}.reading-type-badge,.reading-count-badge,.reading-answer-status,.reading-subquestion-order{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.82rem;font-weight:700}.reading-type-badge{background:#8c4d00;color:#faf8ee}.reading-count-badge{background:#fff0da;color:#8a510f}.reading-group-instructions{margin:0 0 18px;padding:14px 16px;border-radius:var(--theme-radius-box);background:linear-gradient(180deg,#f8fcff,#edf6fd);border:1px solid #F1D6AE;color:#82501a;line-height:1.6}.reading-group-reference-box{display:flex;flex-direction:column;gap:14px;margin-bottom:18px;padding:16px 18px;border-radius:var(--theme-radius-box);border:1px solid #F1D7B2;background:linear-gradient(180deg,#faf8ee,#fff9f1)}.reading-group-reference-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.reading-group-reference-header .reading-engine-label{margin:0}.reading-group-reference-list{display:grid;gap:10px}.reading-group-reference-item{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:16px;background:#ffffffe0;border:1px solid #F3DAB5}.reading-group-reference-item p{margin:0;color:#7a4300;line-height:1.55}.reading-group-reference-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 10px;border-radius:999px;background:#8c4d00;color:#f8fbff;font-size:.82rem;font-weight:700}.reading-group-collapsed-summary{margin:0;padding:12px 14px;border-radius:16px;background:#fff6ea;color:#946124;line-height:1.6}.reading-subquestion-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.reading-subquestion-order{background:#fff0da;color:#8a510f}.reading-answer-status{background:#ecf8f0;color:#1e6a42}.reading-choice{display:flex;align-items:flex-start;gap:14px;width:100%;padding:16px 18px;border-radius:18px;border:1px solid #F1D8B0;background:#fff;color:#7a4300;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.reading-choice:hover{transform:translateY(-2px);box-shadow:0 14px 24px #1c314414}.reading-choice-active{border-color:var(--theme-accent);box-shadow:0 16px 28px #ff991c38;background:linear-gradient(180deg,#fffdf7,#fff1db)}.reading-choice-letter{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#eff4f9;color:#6f430a;font-weight:700;flex:0 0 auto}.reading-text-answer,.reading-select-answer{display:flex;flex-direction:column;gap:10px}.reading-answer-label{font-size:.9rem;font-weight:700;color:#8e5b1b}.reading-text-input,.reading-select-input{width:100%;min-height:52px;padding:14px 16px;border-radius:16px;border:1px solid #E9CCA1;background:#fff;color:#7a4300;font:inherit}.reading-text-input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 4px #ff991c29}.reading-select-input:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 4px #ff991c29}.reading-toggle-list{display:flex;flex-wrap:wrap;gap:12px}.reading-toggle-button{min-width:120px;min-height:48px;padding:12px 18px;border-radius:16px;border:1px solid #EFD4AD;background:#fff;color:#7a4300;font:inherit;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.reading-toggle-button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #1c314414}.reading-toggle-button-active{border-color:var(--theme-accent);background:linear-gradient(180deg,#fffdf7,#fff1db);box-shadow:0 12px 24px #ff991c38}.reading-actions{margin-top:24px}.reading-text{margin:0;max-height:calc(100vh - 230px);overflow:auto;padding:18px;border-radius:20px;background:#ffffffb8;border:1px solid #e0e8ef;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.8;color:#7a4300;font:inherit}.reading-result-card{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:20px;background:linear-gradient(180deg,#fbf8ef,#fff2df);border:1px solid #F4DBB7}.reading-result-card h3,.reading-result-card p{margin:0}@media(max-width:1100px){.reading-engine-layout{grid-template-columns:1fr}.reading-engine-passage{position:static}.reading-text{max-height:none}}@media(max-width:720px){.app-reading{width:min(94vw,94vw)}.reading-engine-topbar{flex-wrap:wrap}.reading-group-reference-item{grid-template-columns:1fr}}.choice-listening{background:linear-gradient(135deg,#e8fff4,#c6f6dc)}.choice-teacher{background:linear-gradient(135deg,#fff2d6,#ffd08a)}.app-listening{width:min(1200px,95vw)}.listening-page-header{justify-content:space-between}.listening-engine{display:flex;flex-direction:column;gap:20px}.listening-engine-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.listening-engine-timer,.listening-engine-counter{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:var(--theme-gradient-accent);color:#faf8ee;box-shadow:0 14px 28px #1227403d}.listening-engine-timer span{font-family:Roboto Mono,Fira Mono,monospace}.listening-stage-panel{min-height:62vh;display:flex;align-items:center;justify-content:center;padding:32px;border-radius:var(--theme-radius-box);background:linear-gradient(180deg,#faf8ee,#fff9f1);border:1px solid #F3DAB4;box-shadow:0 24px 42px #1c31441f}.listening-stage-copy{max-width:760px;text-align:center}.listening-stage-message{margin:0;color:#8e5b1b;font-size:1.08rem;line-height:1.7}.listening-actions-row{justify-content:center}.listening-engine-layout{display:grid;grid-template-columns:minmax(360px,1.1fr) minmax(280px,.8fr);gap:22px;align-items:start}.listening-engine-questions,.listening-engine-status{min-height:68vh;padding:24px;border-radius:var(--theme-radius-box);background:linear-gradient(180deg,#fff,#fff7ec);border:1px solid #F1D7B2;box-shadow:0 20px 36px #1c31441a}.listening-engine-status{background:linear-gradient(180deg,#faf8ee,#fff9f1)}.listening-question-note{margin:0;text-transform:uppercase;letter-spacing:1.3px;font-size:.78rem;font-weight:700;color:#7c4f00}.listening-status-card{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:var(--theme-radius-box);background:#fff;border:1px solid #F5DEC0}.listening-status-message{margin:0;color:#82501a;line-height:1.7}.listening-meta-list{margin:0;padding-left:18px;color:#82501a;line-height:1.7}@media(max-width:1100px){.listening-engine-layout{grid-template-columns:1fr}}@media(max-width:720px){.app-listening{width:min(94vw,94vw)}.listening-engine-topbar{flex-wrap:wrap}}.student-portal{width:100%;padding:0}.student-portal-header,.student-task-header{justify-content:space-between;align-items:flex-start;gap:18px}.student-portal-eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:1.3px;font-size:.78rem;font-weight:700;color:var(--theme-heading-accent)}.student-portal-title{margin:0;color:var(--theme-text);font-size:2.1rem}.student-portal-layout{display:flex;flex-direction:column;gap:0;margin-top:0;min-height:100vh}.student-workspace-shell{display:flex;flex-direction:column;gap:0;min-height:100vh;overflow:hidden;background:var(--theme-surface)}.student-portal-topbar{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:10px 30px 0;min-height:100px;position:relative;background:var(--theme-shell-header-bg)}.portal-wordmark{display:inline-flex;align-items:center;flex:0 0 auto;color:#faf8ee;margin-left:0;transform:translateY(2px);font-size:1rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;line-height:1}.student-main-column{min-width:0}.student-content-panel{flex:1;min-height:0;padding:24px 30px 28px;background:var(--theme-surface)}.student-content-heading{margin-bottom:24px}.student-content-title{margin:0;color:var(--theme-text);font-size:1.95rem}.student-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.student-dashboard-card{min-height:280px}.student-homework-calendar-card{display:flex;flex-direction:column;gap:14px}.student-homework-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.student-homework-calendar-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.student-homework-calendar-arrow{min-width:44px;width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1}.student-homework-calendar-window-label{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:999px;background:var(--theme-surface-soft);border:1px solid var(--theme-border);color:var(--theme-text-muted);font-size:.84rem;font-weight:800;letter-spacing:.03em}.student-homework-legend{display:flex;flex-wrap:wrap;gap:8px}.student-homework-legend-item{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.02em}.student-homework-legend-start{background:#27415a;color:#f5f8fc}.student-homework-legend-active{background:#9dc1dc;color:#24415a}.student-homework-legend-due{background:#d7aa80;color:#5f3b1f}.student-homework-legend-finished{background:#dce6ee;color:#556b7f}.student-homework-calendar-scroll{overflow-x:auto;padding-bottom:4px}.student-homework-week-list{display:flex;flex-direction:column;gap:12px;min-width:900px}.student-homework-week{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:var(--theme-radius-box);background:var(--theme-gradient-accent-soft);border:1px solid var(--theme-border)}.student-homework-week-header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--theme-text-soft);font-size:.82rem;font-weight:700}.student-homework-week-label{color:var(--theme-text);font-weight:800;letter-spacing:.05em;text-transform:uppercase}.student-homework-week-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.student-homework-day-chip{display:flex;flex-direction:column;gap:2px;min-height:58px;padding:8px 10px;border-radius:14px;background:var(--theme-surface-soft);border:1px solid var(--theme-border);color:var(--theme-text-soft);font-size:.76rem;text-transform:uppercase;letter-spacing:.05em}.student-homework-day-chip-today{border-color:var(--theme-accent);box-shadow:0 10px 18px #ff991c29}.student-homework-day-chip strong{color:var(--theme-text);font-size:1.12rem;line-height:1}.student-homework-week-bars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(56px,auto);grid-auto-flow:row dense;gap:8px 10px;align-items:stretch}.student-homework-bar{appearance:none;display:flex;flex-direction:column;justify-content:center;position:relative;gap:4px;min-width:0;padding:8px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.24);background:var(--theme-gradient-accent-bar);box-shadow:0 12px 22px #12274029;color:#faf8ee;overflow:hidden;cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.student-homework-bar-short{background:linear-gradient(90deg,#ffa72b,#ffbc52 36%,#ffc970 65%,#fff1d4);box-shadow:0 12px 22px #45698a29}.student-homework-bar-start{box-shadow:0 12px 22px #ff991c38}.student-homework-bar:hover{transform:translateY(-1px)}.student-homework-bar:focus-visible{outline:none;border-color:#ffffff9e;box-shadow:0 0 0 3px #ffd9a042,0 14px 24px #1227402e}.student-homework-bar-due{border-color:#ffe2b899;box-shadow:0 12px 22px #9a5b002e}.student-homework-bar-finished{border-color:#adbeccd1;box-shadow:0 10px 18px #3b52671a;filter:saturate(.52) brightness(1.04)}.student-homework-bar-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.student-homework-bar strong{display:block;min-width:0;color:#fff;font-size:.92rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-homework-bar-meta{display:flex;align-items:center;gap:6px;flex:0 0 auto;color:#f4f8ffeb;font-size:.74rem;font-weight:800;white-space:nowrap}.student-homework-bar-flag{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:#ffffff29;color:#fff;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.student-homework-bar-flag-due{background:#ffe4bf38}.student-homework-bar-flag-finished{background:#dbe7f138}.student-homework-bar p{margin:0;color:#f4f8ffe0;font-size:.78rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-homework-bar-title-finished,.student-homework-bar-description-finished{position:relative}.student-homework-bar-title-finished:after,.student-homework-bar-description-finished:after{content:"";position:absolute;left:0;right:0;top:50%;border-top:2px solid rgba(255,255,255,.94);transform:translateY(-50%);pointer-events:none}.student-homework-week-empty{grid-column:1 / -1;padding:10px 12px;border-radius:12px;background:#fff;border:1px dashed #d3e0eb;color:#6f8598;font-size:.84rem}.student-mini-list{display:flex;flex-direction:column;gap:12px;margin-top:18px}.student-mini-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid #F5DEC0}.student-mini-row strong{display:block;color:#6f430a}.student-mini-row p{margin:6px 0 0;color:#9a6730}.student-jump-button{border:none;border-radius:999px;padding:10px 16px;background:var(--theme-gradient-portal-button);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 20px #12274038}.student-nav-sidebar{position:sticky;top:24px;align-self:start;z-index:1}.student-nav-card{display:flex;flex-direction:column;gap:18px;padding:18px;border-radius:30px;background:var(--theme-gradient-accent);color:#faf8ee;box-shadow:0 28px 46px #12274047;transition:width .18s ease,padding .18s ease,box-shadow .18s ease}.student-nav-sidebar-open .student-nav-card{width:320px}.student-nav-sidebar-closed .student-nav-card{width:94px;padding:14px 10px}.student-rail-toggle{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 14px;border:none;border-radius:18px;background:#ffffff1a;color:#faf8ee;font-weight:700;cursor:pointer}.student-rail-toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#ffffff29}.student-sidebar-block{display:flex;flex-direction:column;gap:14px}.student-sidebar-identity{display:flex;align-items:center;gap:14px}.student-sidebar-avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#63afff,#b4e1ff);color:#0f2740;font-size:1rem;font-weight:800;letter-spacing:.6px;flex:0 0 auto}.student-sidebar-name{display:block;color:#faf8ee;font-size:1.1rem}.student-sidebar-copy{margin:6px 0 0;color:#f4f8ffbd;line-height:1.5}.student-picker-sidebar{min-width:0;color:#d8e6f5}.student-picker-sidebar select{background:#fffffffa}.student-nav-list{display:flex;flex-direction:column;gap:10px}.student-nav-list-top{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;gap:10px}.student-nav-button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:20px;background:#ffffff14;color:#faf8ee;cursor:pointer;text-align:left;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.student-nav-button:hover{transform:translateY(-2px);background:#ffffff24}.student-nav-button-active{background:var(--theme-surface-soft);color:var(--theme-text);box-shadow:0 14px 24px #08142038}.student-nav-button-top{width:auto;justify-content:center;min-height:45px;padding:10px 20px;border-radius:20px 20px 0 0;background:transparent;box-shadow:none}.student-nav-button-top:hover{transform:none;background:color-mix(in srgb,var(--theme-surface-soft) 18%,transparent)}.student-nav-button-top.student-nav-button-active{background:linear-gradient(180deg,var(--theme-surface-soft) 0%,var(--theme-accent-pale) 100%);color:var(--theme-text);box-shadow:none}.student-nav-label{font-weight:700;font-size:1rem;white-space:nowrap}.student-nav-copy{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.student-nav-abbr{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#ffffff1f;color:inherit;font-size:.8rem;font-weight:800;letter-spacing:.7px;flex:0 0 auto}.student-nav-button-active .student-nav-abbr{background:var(--theme-surface-muted)}.student-nav-text{display:flex;flex-direction:column;gap:4px;min-width:0}.student-nav-text strong{color:inherit}.student-nav-text span{color:#f4f8ffb8;line-height:1.4}.student-nav-button-active .student-nav-text span{color:var(--theme-text-soft)}.student-nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:#ffffff24;color:inherit;font-size:.84rem;font-weight:800;flex:0 0 auto}.student-nav-button-active .student-nav-count{background:var(--theme-surface-muted)}.student-nav-sidebar-closed .student-sidebar-block{align-items:center}.student-nav-sidebar-closed .student-sidebar-identity{justify-content:center}.student-nav-sidebar-closed .student-nav-button{flex-direction:column;justify-content:center;gap:8px;padding:10px 8px}.student-nav-sidebar-closed .student-nav-copy{justify-content:center}.student-picker{display:flex;flex-direction:column;gap:8px;min-width:220px;color:var(--theme-text-muted);font-weight:600}.student-picker select{border:1px solid var(--theme-border);border-radius:14px;padding:12px 14px;font-size:1rem;color:var(--theme-text);background:var(--theme-surface-soft)}.student-status-banner{padding:14px 18px;border-radius:var(--theme-radius-box);background:var(--theme-surface-muted);color:var(--theme-text-muted);font-weight:600}.student-status-error,.student-inline-error{color:#b42318;background:#fff0ef}.student-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin:0 0 28px;align-items:start}.student-summary-card,.student-card{padding:22px;border-radius:var(--theme-radius-box);background:var(--theme-gradient-accent-soft);border:1px solid var(--theme-border);box-shadow:var(--theme-panel-shadow)}.student-summary-card strong{display:block;margin-top:8px;font-size:1.7rem;color:var(--theme-text)}.student-summary-card p{margin:8px 0 0;color:var(--theme-text-muted)}.student-summary-label{display:block;text-transform:uppercase;letter-spacing:1.2px;font-size:.76rem;font-weight:700;color:var(--theme-heading-accent)}.student-section{margin-top:28px}.student-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.student-section-heading h2{margin:0;color:var(--theme-text)}.student-section-label{margin:0 0 8px;text-transform:uppercase;letter-spacing:1.2px;font-size:.76rem;font-weight:700;color:var(--theme-heading-accent)}.student-section-copy{margin:0;max-width:420px;color:var(--theme-text-muted);line-height:1.65}.student-assignment-list,.student-history-list,.student-history-summary-body{display:flex;flex-direction:column;gap:18px}.student-history-summary-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start}.student-history-summary-box{padding:18px;border-radius:18px;background:var(--theme-surface-muted);border:1px solid var(--theme-border)}.student-history-summary-box h4{margin:0 0 12px;color:var(--theme-text)}.student-history-summary-list{margin:0;padding-left:18px;color:var(--theme-text-muted);line-height:1.6}.student-history-board,.student-history-section-card{display:flex;flex-direction:column;gap:18px}.student-history-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;justify-content:flex-start;align-items:start}.student-history-square-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;position:relative;min-height:0;height:auto;padding:18px;border:1px solid transparent;border-radius:22px;background:linear-gradient(180deg,var(--theme-surface-soft) 0%,var(--theme-surface-muted) 100%);box-shadow:var(--theme-panel-shadow);color:var(--theme-text);text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.student-history-square-card-selectable{padding-top:52px}.student-history-square-card:hover{transform:translateY(-2px);box-shadow:0 22px 34px #1c314424}.student-history-square-card strong{display:block;font-size:1.05rem;line-height:1.35}.student-history-square-card p{margin:0;color:var(--theme-text-soft);line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.student-history-square-source{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--theme-surface-muted);color:var(--theme-text-muted);font-size:.78rem;font-weight:700}.student-history-square-meta{display:flex;flex-direction:column;gap:6px;color:var(--theme-text-soft);font-size:.82rem;font-weight:700}.student-history-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.student-history-square-card-selected{border-color:var(--theme-accent);box-shadow:var(--theme-panel-shadow);background:linear-gradient(180deg,var(--theme-surface-soft) 0%,var(--theme-accent-pale) 100%)}.student-history-select-checkbox{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:9px;background:var(--theme-surface-soft);border:1px solid var(--theme-border);box-shadow:var(--theme-panel-shadow);cursor:pointer}.student-history-select-checkbox input{width:15px;height:15px;margin:0;accent-color:var(--theme-accent)}.student-history-tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.student-history-compression-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.student-history-compression-card{padding:16px 18px;border-radius:18px;background:var(--theme-surface-muted);border:1px solid var(--theme-border)}.student-history-compression-card strong{display:block;color:var(--theme-text)}.student-history-compression-card p{margin:10px 0 0;color:var(--theme-text-soft);line-height:1.55}.student-history-chart{display:flex;flex-direction:column;gap:12px}.student-history-chart-row{display:flex;flex-direction:column;gap:8px}.student-history-chart-labels{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--theme-text-muted);font-weight:700}.student-history-chart-track{overflow:hidden;height:10px;border-radius:999px;background:var(--theme-surface-muted)}.student-history-chart-bar{display:block;height:100%;border-radius:999px;background:var(--theme-gradient-accent)}.student-history-review-modal{max-width:min(1240px,calc(100vw - 48px))}.student-history-review-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px;align-items:start}.student-history-review-panel{min-height:0}.student-history-review-stack{display:flex;flex-direction:column;gap:14px}.student-history-review-box{padding:16px 18px;border-radius:18px;background:#f8fbff;border:1px solid #F5DEC0}.student-history-review-box h4{margin:0 0 10px;color:#6f430a}.student-history-review-box p{margin:0;color:#82501a;line-height:1.6}.student-history-detail-grid{display:grid;grid-template-columns:1fr;gap:12px}.student-history-detail-card{padding:14px;border-radius:16px;background:#fff;border:1px solid #F5DEC0}.student-history-detail-card strong{display:block;color:#6f430a}.student-history-detail-card span{display:block;margin-top:6px;color:#9a6730;font-weight:700}.student-history-detail-card p{margin:10px 0 0;color:#82501a;line-height:1.55}.student-history-detail-list{margin:0;padding-left:18px;color:#82501a;line-height:1.6}.student-card-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.student-practice-card-labels{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:8px;min-width:0}.student-practice-card-labels .student-pill:first-child{max-width:100%;white-space:normal;justify-content:flex-start;text-align:left;overflow-wrap:anywhere;word-break:break-word}.student-practice-card .student-pill{border-radius:calc(var(--theme-radius-box) - 6px)}.student-card-topline h3{margin:0;color:var(--theme-text)}.student-card-topline p{margin:6px 0 0;color:var(--theme-text-soft)}.student-card-copy{margin:14px 0 0;color:#82501a;line-height:1.7}.student-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:var(--theme-surface-muted);color:var(--theme-text-muted);font-size:.84rem;font-weight:700;white-space:nowrap}.student-pill-muted{background:var(--theme-surface-muted);color:var(--theme-text-soft)}.student-pill-success{background:#e5f7ea;color:#166534}.student-pill-recording{background:#ffe3e3;color:#b42318}.student-assignment-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;color:#9a6730;font-weight:600}.student-assignment-title-finished,.student-assignment-description-finished{position:relative}.student-assignment-title-finished{display:inline-block;max-width:100%}.student-assignment-description-finished{display:block}.student-assignment-title-finished:after,.student-assignment-description-finished:after{content:"";position:absolute;left:0;right:0;top:50%;border-top:2px solid #8899a8;transform:translateY(-50%);pointer-events:none}.student-question-stack,.student-attempt-list{display:flex;flex-direction:column;gap:14px;margin-top:18px}.student-question-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;justify-content:flex-start;align-items:start}.student-question-row,.student-attempt-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-radius:20px;background:#fff;border:1px solid #F5DEC0}.student-question-row{flex-direction:column;justify-content:space-between;min-height:0;height:auto;padding:16px}.student-question-card-button{appearance:none;width:100%;cursor:pointer;font:inherit;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.student-question-card-button:hover{transform:translateY(-2px);box-shadow:0 16px 26px #1c31441f}.student-question-card-button:focus-visible{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 3px #ffc97047,0 16px 26px #1c314424}.student-question-row strong,.student-attempt-row strong{display:block;color:#6f430a}.student-question-row>div,.student-practice-card .student-card-topline,.teacher-question-card .teacher-card-topline{width:100%;min-width:0}.student-question-row>div{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.student-question-row p,.student-attempt-row p{margin:6px 0 0;color:#82501a;line-height:1.6}.student-question-row strong,.student-practice-card h3,.teacher-question-card h3,.teacher-question-option>span>strong{display:block;overflow-wrap:anywhere;word-break:break-word}.student-practice-card h3,.teacher-question-card h3{margin:12px 0 0;color:#6f430a}.student-question-row p,.student-practice-card .student-card-copy,.teacher-card-copy,.teacher-question-option>span>span{display:block;overflow-wrap:anywhere;word-break:break-word}.student-question-note{display:block;margin-top:10px;color:#6a7f90;font-size:.92rem}.student-question-row .student-question-note{display:block;overflow-wrap:anywhere;word-break:break-word}.student-practice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;justify-content:flex-start;align-items:start}.student-practice-topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:22px;padding:16px 18px;border-radius:var(--theme-radius-box);background:var(--theme-gradient-accent-soft);border:1px solid var(--theme-border)}.student-practice-tabs{display:flex;flex-wrap:wrap;gap:10px}.student-practice-tab{border:none;border-radius:999px;padding:11px 18px;background:var(--theme-surface-soft);color:var(--theme-text-muted);font-weight:700;cursor:pointer;box-shadow:var(--theme-panel-shadow);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.student-practice-tab:hover{transform:translateY(-2px);box-shadow:0 14px 22px #1c31441f}.student-practice-tab-active{background:var(--theme-gradient-portal-button);color:#fff;box-shadow:0 16px 28px #12274038}.student-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-top:18px}.student-card-bottom>*{min-width:0}.student-practice-card{display:flex;flex-direction:column;min-height:0;height:auto;padding:18px}.student-practice-card .student-card-copy{margin-top:12px}.student-practice-card .student-card-bottom{margin-top:auto;align-items:flex-start;flex-direction:column}.student-question-row .next-button,.student-practice-card .next-button,.teacher-question-card .teacher-jump-button{align-self:flex-start}.student-practice-card .next-button{width:100%}.student-question-action{display:inline-flex;align-items:center;align-self:flex-start;margin-top:auto;padding:10px 14px;border-radius:12px;background:var(--theme-gradient-portal-button);box-shadow:0 10px 18px #1c314429;color:#fff;font-size:.92rem;font-weight:700}.student-portal .next-button{background:var(--theme-gradient-portal-button)}.student-empty-state{margin:0;padding:22px;border-radius:20px;background:var(--theme-surface-muted);border:1px dashed var(--theme-border);color:var(--theme-text-soft)}.student-bundle-config-grid,.student-bundle-runner-layout,.teacher-bundle-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr);gap:20px;align-items:start}.student-bundle-section-list,.teacher-bundle-section-list{display:flex;flex-direction:column;gap:18px;margin-top:18px}.student-bundle-section-card,.teacher-bundle-section-card{min-height:auto}.student-bundle-picker-card{margin-top:18px}.student-bundle-selection-summary{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.student-bundle-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.student-selected-question-list{display:flex;flex-direction:column;gap:14px;margin-top:18px}.student-selected-question-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-radius:18px;background:#fff;border:1px solid #F5DEC0}.student-selected-question-card>div{min-width:0;width:100%}.student-selected-question-card .student-pill{margin-bottom:12px}.student-selected-question-card strong{display:block;color:#6f430a}.student-selected-question-card p{margin:8px 0 0;color:#9a6730;line-height:1.6;display:block;overflow-wrap:anywhere;word-break:break-word}.student-selected-question-remove{flex:0 0 auto}.student-manageable-mock-card{cursor:context-menu}.student-context-menu{position:fixed;z-index:96;display:flex;flex-direction:column;min-width:160px;padding:8px;border-radius:14px;background:#fff;border:1px solid #F1D8B0;box-shadow:0 18px 34px #0714263d}.student-context-menu-action{border:none;border-radius:10px;padding:10px 12px;background:transparent;color:#6f430a;text-align:left;font-weight:700;cursor:pointer}.student-context-menu-action:hover{background:#eef5fb}.student-context-menu-action-danger{color:#b42318}.student-context-menu-action-danger:hover{background:#fff1ef}.student-modal-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:28px;background:#07142694;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.student-modal{width:min(1080px,100%);max-height:calc(100vh - 56px);overflow:auto;padding:24px;border-radius:22px;background:linear-gradient(180deg,#f8fbff,#eef5fb);border:1px solid rgba(147,177,205,.7);box-shadow:0 28px 52px #0714264d}.student-modal-header,.student-modal-toolbar,.student-modal-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.student-modal-header h2{margin:4px 0 0;color:#6f430a}.student-modal-header p{margin:8px 0 0;color:#9a6730;line-height:1.6}.student-modal-header .student-section-label{margin:0;color:#7c4f00;line-height:1.2}.student-modal-toolbar{margin-top:20px}.student-modal-search{flex:1 1 320px;margin:0}.student-modal-section-tabs,.student-modal-question-picker{margin-top:20px}.student-modal-footer{margin-top:22px;align-items:center}.student-bundle-row-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;justify-content:flex-end}.student-bundle-runner-card{min-height:74vh}.student-sequence-intro,.student-sequence-live,.student-sequence-summary{display:flex;flex-direction:column;gap:18px}.student-sequence-outline{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.student-sequence-section{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid #F5DEC0}.student-sequence-section strong{color:#6f430a}.student-sequence-section span{color:#9a6730;line-height:1.5}.student-sequence-actions{justify-content:flex-start}.student-sequence-question-card{gap:16px}.student-sequence-callout{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-radius:20px;background:#f8fbff;border:1px solid #F5DEC0}.student-sequence-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.student-sequence-summary-card{min-height:0}.student-bundle-summary-topbar{margin-top:8px}.student-bundle-detail-panel{display:flex;flex-direction:column;gap:18px;margin-top:8px}.student-bundle-detail-card{display:flex;flex-direction:column;gap:18px}.student-bundle-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:start}.student-bundle-detail-box,.student-bundle-inline-box{padding:16px 18px;border-radius:18px;background:#f8fbff;border:1px solid #F5DEC0}.student-bundle-detail-box h4,.student-bundle-inline-box h5{margin:0 0 10px;color:#6f430a}.student-bundle-inline-box p{margin:0;color:#82501a;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.student-bundle-question-evaluation-list{display:flex;flex-direction:column;gap:16px}.student-bundle-question-evaluation-card{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:18px;background:#fff;border:1px solid #F5DEC0;min-width:0}.student-bundle-question-evaluation-card h4{margin:0;color:#6f430a;overflow-wrap:anywhere;word-break:break-word}.student-bundle-question-evaluation-card p{overflow-wrap:anywhere;word-break:break-word}.student-bundle-question-prompt{margin-top:0}.student-bundle-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.student-bundle-module-card{padding:14px;border-radius:16px;background:#fff;border:1px solid #F5DEC0}.student-bundle-module-card strong{display:block;color:#6f430a}.student-bundle-module-card span{display:block;margin-top:6px;color:#9a6730;font-weight:700}.student-bundle-module-card p{margin:10px 0 0;color:#82501a;line-height:1.55}.student-bundle-detail-error{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.student-bundle-detail-error p{margin:0}.student-task-screen{width:min(1240px,95vw)}.student-task-layout{display:grid;grid-template-columns:minmax(420px,1.35fr) minmax(300px,.9fr);gap:22px;align-items:start}.student-task-card,.student-sidebar{display:flex;flex-direction:column;gap:18px}.student-task-prompt{margin:0;color:#7a4300;font:400 1.05rem/1.8 Georgia,Times New Roman,serif}.student-recorder-panel{margin-top:22px;padding-top:22px;border-top:1px solid #F1D7B2}.student-recorder-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.student-upload-label{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #F1D7B2;color:#6f430a;font-weight:600;cursor:pointer}.student-upload-label input{max-width:180px}.student-audio-preview{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:18px;border-radius:20px;background:#fff;border:1px solid #F5DEC0}.student-audio-preview p{margin:6px 0 0;color:#9a6730}.student-audio-preview audio{width:min(320px,100%)}.student-submit-row{display:flex;align-items:center;gap:16px;margin-top:20px}.student-result-card,.student-history-card,.student-speaking-evaluation-card{min-height:0}@media(max-width:720px){.student-homework-calendar-toolbar,.student-homework-calendar-nav{flex-direction:column;align-items:flex-start}}.student-transcript{margin:16px 0 0;padding:16px;border-radius:18px;background:#fff;border:1px solid #F5DEC0;color:#82501a;line-height:1.7;white-space:pre-wrap}.teacher-portal{width:100%;padding:0}.teacher-portal-header{justify-content:space-between;align-items:flex-start;gap:18px}.teacher-portal-eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:1.3px;font-size:.78rem;font-weight:700;color:#7c4f00}.teacher-portal-title{margin:0;color:var(--theme-text);font-size:2.1rem}.teacher-portal-layout{display:flex;flex-direction:column;gap:0;margin-top:0;min-height:100vh}.teacher-workspace-shell{display:flex;flex-direction:column;gap:0;min-height:100vh;overflow:hidden;background:var(--theme-surface)}.teacher-portal-topbar{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:10px 30px 0;min-height:100px;position:relative;overflow:visible;z-index:8;background:var(--theme-shell-header-bg)}.teacher-portal-topbar .portal-wordmark{transform:translateY(2px)}.teacher-main-column{min-width:0}.teacher-content-panel{flex:1;min-height:0;padding:24px 30px 28px;background:var(--theme-surface)}.teacher-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.teacher-section-label,.teacher-summary-label{display:block;margin:0 0 8px;text-transform:uppercase;letter-spacing:1.2px;font-size:.76rem;font-weight:700;color:var(--theme-heading-accent)}.teacher-content-title{margin:0;color:var(--theme-text);font-size:1.95rem}.teacher-section-copy{margin:0;max-width:460px;color:var(--theme-text-muted);line-height:1.65}.teacher-status-banner{padding:14px 18px;border-radius:var(--theme-radius-box);background:var(--theme-surface-muted);color:var(--theme-text-muted);font-weight:600}.teacher-status-error{color:#b42318;background:#fff0ef}.teacher-status-inline{margin:14px 0 0;padding:12px 14px;border-radius:calc(var(--theme-radius-box) - 2px);font-weight:600}.teacher-status-success{background:#e9f8ee;color:#166534}.teacher-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:24px;align-items:start}.teacher-summary-card,.teacher-card,.teacher-sidebar-card{padding:22px;border-radius:var(--theme-radius-box);background:var(--theme-gradient-accent-soft);border:1px solid var(--theme-border);box-shadow:var(--theme-panel-shadow)}.teacher-summary-card strong{display:block;margin-top:8px;font-size:1.7rem;color:var(--theme-text)}.teacher-summary-card p{margin:8px 0 0;color:var(--theme-text-muted)}.teacher-management-grid,.teacher-deploy-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(360px,1.2fr);gap:20px;align-items:start}.teacher-form-card,.teacher-list-card{min-height:0}.teacher-card-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.teacher-card-topline h3{margin:0;color:var(--theme-text)}.teacher-card-topline p{margin:6px 0 0;color:var(--theme-text-soft)}.teacher-form-field{display:flex;flex-direction:column;gap:8px;margin-top:16px;color:var(--theme-text-muted);font-weight:600}.teacher-form-field input,.teacher-form-field select,.teacher-form-field textarea,.teacher-picker select{border:1px solid var(--theme-border);border-radius:14px;padding:12px 14px;font:inherit;color:var(--theme-text);background:var(--theme-surface-soft)}.teacher-form-field textarea{resize:vertical}.teacher-question-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;justify-content:flex-start;align-items:start}.teacher-student-picker{display:flex;flex-direction:column;gap:12px}.teacher-student-option,.teacher-question-option{display:flex;position:relative;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;min-height:0;height:auto;padding:16px;border-radius:18px;background:var(--theme-surface-soft);border:1px solid var(--theme-border);cursor:pointer}.teacher-student-option input,.teacher-question-option input{margin-top:3px}.teacher-question-option input{position:absolute;top:14px;right:14px;margin:0}.teacher-student-option strong,.teacher-question-option strong{display:block;color:#6f430a}.teacher-student-option span,.teacher-question-option span{display:block;margin-top:6px;color:#9a6730;line-height:1.5}.teacher-question-option>span{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:0;min-width:0;padding-right:26px}.teacher-question-option>span>span{margin-top:0}.teacher-student-option-active,.teacher-question-option-active{border-color:var(--theme-accent);box-shadow:0 14px 26px #ff991c2e;background:linear-gradient(180deg,#fffdf7,#fff1db)}.teacher-form-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-top:18px}.teacher-inline-note{margin:0;color:#6a7f90;font-weight:600}.teacher-class-list,.teacher-recent-list{display:flex;flex-direction:column;gap:16px}.teacher-class-row{padding:18px;border-radius:22px;background:#fff;border:1px solid #F5DEC0}.teacher-class-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.teacher-class-head>div,.teacher-mini-row>div{flex:1 1 0;min-width:0}.teacher-class-head .next-button,.teacher-mini-row .next-button{flex:0 1 220px;min-width:0;white-space:normal;text-align:center}.teacher-class-head strong,.teacher-preview-card strong,.teacher-assignment-preview-row strong{display:block;color:#6f430a}.teacher-class-head p,.teacher-assignment-preview-row p,.teacher-preview-card p{margin:6px 0 0;color:#9a6730}.teacher-student-chiplist{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.teacher-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:var(--theme-surface-muted);color:var(--theme-text-muted);font-size:.88rem;font-weight:700}.teacher-chip-muted{background:var(--theme-surface-muted);color:var(--theme-text-soft)}.teacher-chip-warning{background:#fff1d6;color:var(--theme-heading-accent)}.teacher-history-notice{padding:14px 16px;border-radius:18px;background:var(--theme-surface-muted);border:1px solid var(--theme-border)}.teacher-history-notice strong{display:block;color:var(--theme-text)}.teacher-history-notice p{margin:6px 0 0;color:var(--theme-text-soft);line-height:1.55}.teacher-class-history{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--theme-border)}.teacher-class-history-head{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px}.teacher-class-history-label{margin:0;padding-top:8px;color:var(--theme-text-soft);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.teacher-class-history-list{display:flex;flex-direction:column;gap:10px}.teacher-class-history-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;background:var(--theme-surface-muted);border:1px solid var(--theme-border)}.teacher-class-history-item strong{display:block;color:var(--theme-text)}.teacher-class-history-item p{margin:6px 0 0;color:var(--theme-text-soft)}.teacher-class-history-item>div,.teacher-class-history-item>span{min-width:0}.teacher-class-history-item>span{color:var(--theme-text-soft);font-size:.88rem;font-weight:600;text-align:right}.teacher-class-history-empty{margin:0}.teacher-assignment-preview{display:flex;flex-direction:column;gap:10px;margin-top:16px}.teacher-assignment-preview-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;background:var(--theme-surface-muted);border:1px solid var(--theme-border);color:var(--theme-text-muted)}.teacher-bank-tabs{display:flex;flex-wrap:wrap;gap:10px}.teacher-bank-tab{border:none;border-radius:999px;padding:11px 16px;background:var(--theme-surface-soft);color:var(--theme-text-muted);font-weight:700;cursor:pointer;box-shadow:var(--theme-panel-shadow)}.teacher-bank-tab-active{background:var(--theme-gradient-portal-button);color:#fff;box-shadow:0 16px 28px #12274038}.teacher-preview-card{margin-top:16px;padding:18px;border-radius:20px;background:var(--theme-surface-soft);border:1px solid var(--theme-border)}.teacher-bundle-picker-card{margin-top:18px}.teacher-sidebar{position:sticky;top:24px;align-self:start}.teacher-sidebar-card{display:flex;flex-direction:column;gap:20px;background:var(--theme-gradient-accent);color:#faf8ee;box-shadow:0 28px 46px #12274047}.teacher-sidebar-block{display:flex;flex-direction:column;gap:14px}.teacher-sidebar-name{color:#faf8ee;font-size:1.2rem}.teacher-sidebar-copy{margin:0;color:#f4f8ffbd;line-height:1.55}.teacher-picker{display:flex;flex-direction:column;gap:8px;color:#d8e6f5;font-weight:600}.teacher-nav-list{display:flex;flex-direction:column;gap:10px}.teacher-nav-list-top{display:flex;width:100%;align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:8px;overflow:visible}.teacher-nav-group{position:relative;display:flex;flex:0 0 auto}.teacher-nav-group-trigger{position:relative;z-index:2}.teacher-nav-button{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;padding:10px 12px;border:none;border-radius:20px;background:#ffffff14;color:#faf8ee;cursor:pointer;text-align:left}.teacher-nav-button strong{display:block;color:inherit}.teacher-nav-button>div>span{display:block;margin-top:6px;color:#f4f8ffb8;line-height:1.45}.teacher-nav-button-active{background:var(--theme-surface-soft);color:var(--theme-text);box-shadow:0 14px 24px #08142038}.teacher-nav-button-top{width:auto;align-items:center;justify-content:center;min-height:45px;padding:18px 24px;border-radius:20px 20px 0 0;background:transparent;box-shadow:none}.teacher-nav-button-top:hover{background:color-mix(in srgb,var(--theme-surface-soft) 18%,transparent)}.teacher-nav-button-top.teacher-nav-button-active{background:linear-gradient(180deg,var(--theme-surface-soft) 0%,var(--theme-accent-pale) 100%);color:var(--theme-text);box-shadow:none}.teacher-nav-flyout{position:absolute;top:100%;left:0;z-index:30;width:clamp(320px,30vw,460px);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease}.teacher-nav-group:hover .teacher-nav-flyout,.teacher-nav-group:focus-within .teacher-nav-flyout{opacity:1;pointer-events:auto;transform:translateY(0)}.teacher-nav-flyout-panel{padding:18px;border-radius:0 26px 26px;background:var(--theme-gradient-accent-soft);border:1px solid var(--theme-border);box-shadow:var(--theme-panel-shadow)}.teacher-nav-flyout-list{display:flex;flex-direction:column;align-items:stretch;gap:10px}.teacher-nav-flyout-option{width:100%;border:none;border-radius:20px;padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:var(--theme-surface-soft);color:var(--theme-text);text-align:left;cursor:pointer;box-shadow:inset 3px 0 0 var(--theme-accent-soft);transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.teacher-nav-flyout-option:hover{transform:translate(2px);background:var(--theme-surface);box-shadow:inset 4px 0 0 var(--theme-accent),var(--theme-panel-shadow)}.teacher-nav-flyout-option-active{background:var(--theme-accent-pale);box-shadow:inset 4px 0 0 var(--theme-accent),var(--theme-panel-shadow)}.teacher-nav-flyout-copy{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.teacher-nav-flyout-label{display:block;color:var(--theme-heading-accent);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.teacher-nav-flyout-copy strong{display:block;color:var(--theme-text);font-size:.95rem;line-height:1.45;font-weight:700}.teacher-nav-flyout-count{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border-radius:999px;background:var(--theme-gradient-portal-button);color:#fff;font-size:.84rem;font-weight:800;flex:0 0 auto}.teacher-nav-label{font-weight:700;font-size:1rem;white-space:nowrap}.teacher-nav-button-active>div>span{color:var(--theme-text-soft)}.teacher-nav-button .teacher-nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:#ffffff24;color:inherit;font-size:.84rem;font-weight:800;flex:0 0 auto}.teacher-nav-button-active .teacher-nav-count{background:var(--theme-surface-muted)}.teacher-jump-button{border:none;border-radius:999px;padding:10px 16px;background:var(--theme-gradient-portal-button);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 20px #12274038}.teacher-portal .next-button{background:var(--theme-gradient-portal-button)}.teacher-empty-state{margin:0;padding:22px;border-radius:20px;background:#f8fbff;border:1px dashed #c7d9e7;color:#9a6730}.teacher-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.teacher-dashboard-stack{margin-top:20px}.teacher-mini-list{display:flex;flex-direction:column;gap:12px}.teacher-mini-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid #F5DEC0}.teacher-mini-row strong{display:block;color:#6f430a}.teacher-mini-row p{margin:6px 0 0;color:#9a6730}.teacher-question-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.teacher-question-search{display:flex;flex-direction:column;gap:6px;flex:1 1 280px;max-width:360px;margin:0}.teacher-question-search-label{color:#9a6730;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.teacher-question-search input{width:100%;min-height:44px;padding:11px 14px;border-radius:14px;border:1px solid #c8dcec;background:#fff;color:#6f430a}.teacher-question-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;justify-content:flex-start;align-items:start}.teacher-question-card{display:flex;flex-direction:column;min-height:0;height:auto;padding:18px;cursor:context-menu}.teacher-question-card-active{border-color:#7c4f00;background:linear-gradient(180deg,#fff6e8,#f8fbff);box-shadow:0 16px 28px #7c4f001f}.teacher-card-copy{margin:12px 0 0;color:#82501a;line-height:1.6}.student-question-note,.teacher-question-meta{overflow-wrap:anywhere;word-break:break-word}.teacher-question-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;color:#9a6730;font-size:.85rem;font-weight:600}.teacher-question-history{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.teacher-question-history .teacher-chip{max-width:100%;overflow-wrap:anywhere}.teacher-question-card .teacher-question-history,.student-selected-question-card .teacher-question-history{margin-top:12px}.teacher-question-card-actions{display:flex;justify-content:flex-start;margin-top:auto}.teacher-question-card-actions .teacher-jump-button,.teacher-question-card-actions .back-button{width:100%;justify-content:center}.teacher-homework-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;justify-content:flex-start;align-items:start}.teacher-homework-review-card{display:flex;flex-direction:column;gap:14px;min-height:0;height:auto;align-items:stretch}.teacher-homework-review-card-deletable{cursor:context-menu}.student-card-topline>div,.teacher-card-topline>div,.teacher-homework-review-topline>div{flex:1 1 auto;min-width:0}.teacher-homework-review-card-active{border-color:#7c4f00;background:linear-gradient(180deg,#fff6e8,#f8fbff);box-shadow:0 16px 28px #7c4f001f}.teacher-homework-review-topline{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px;min-width:0}.teacher-homework-review-topline .teacher-chip{max-width:100%;overflow-wrap:anywhere}.teacher-homework-review-body{display:flex;flex-direction:column;gap:8px;min-width:0}.teacher-homework-review-body h3{margin:0;color:#6f430a;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.teacher-homework-review-subtitle{margin:0;color:#9a6730;font-weight:700;overflow-wrap:anywhere;word-break:break-word}.teacher-homework-review-copy{display:block}.teacher-homework-review-metrics{display:flex;flex-wrap:wrap;gap:8px;min-width:0;align-content:flex-start}.teacher-homework-review-metrics span{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#eef5fb;color:#29506e;font-size:.86rem;font-weight:700;max-width:100%;overflow-wrap:anywhere}.teacher-homework-review-actions{display:flex;width:100%;min-width:0;margin-top:auto}.teacher-homework-review-actions .teacher-jump-button,.teacher-homework-review-actions .back-button{width:100%;min-width:0;justify-content:center}.teacher-upload-summary-grid{margin-bottom:20px}.teacher-upload-grid{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}.teacher-upload-form-card,.teacher-upload-result-card{min-height:0}.teacher-upload-section-tabs{margin-top:4px}.teacher-upload-prompt{min-height:200px}.teacher-upload-dropzone{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:18px;padding:24px;border:2px dashed #abc4d8;border-radius:24px;background:linear-gradient(180deg,#f8fbff,#eef5fb);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.teacher-upload-dropzone:hover,.teacher-upload-dropzone-active{border-color:var(--theme-accent);box-shadow:0 18px 32px #ff991c2e;transform:translateY(-1px)}.teacher-upload-dropzone strong{color:#6f430a;font-size:1.05rem}.teacher-upload-dropzone p{margin:0;color:#9a6730;line-height:1.6}.teacher-upload-dropzone-actions{display:flex;flex-wrap:wrap;gap:10px}.teacher-upload-file-list,.teacher-upload-result-list{display:flex;flex-direction:column;gap:12px;margin-top:18px}.teacher-upload-file-item,.teacher-upload-result-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid #F5DEC0}.teacher-upload-file-item>div,.teacher-upload-result-item>div{min-width:0}.teacher-upload-file-item strong,.teacher-upload-result-item h4{display:block;margin:0;color:#6f430a}.teacher-upload-file-item p,.teacher-upload-result-item p{margin:8px 0 0;color:#9a6730;line-height:1.55}.teacher-upload-secondary-copy{margin:8px 0 0;color:#946124}.teacher-upload-review-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.teacher-upload-review-block{padding:14px 16px;border-radius:16px;background:#f8fbff;border:1px solid #F5DEC0}.teacher-upload-review-label{display:block;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7c4f00}.teacher-upload-review-block p{margin:10px 0 0;color:#9a6730;line-height:1.55;white-space:pre-wrap}.teacher-upload-result-item{flex-direction:column;justify-content:flex-start}.teacher-upload-result-item-deletable{cursor:context-menu}.teacher-upload-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.teacher-upload-current-bank{margin-top:20px;padding-top:18px;border-top:1px solid #F5DEC0}.teacher-upload-current-bank-list{margin-top:16px}.teacher-upload-context-menu{position:fixed;z-index:96;display:flex;flex-direction:column;min-width:190px;padding:8px;border-radius:14px;background:#fff;border:1px solid rgba(147,177,205,.8);box-shadow:0 18px 34px #0714263d}.teacher-upload-context-menu-action{border:none;border-radius:10px;padding:10px 12px;background:transparent;color:#6f430a;text-align:left;font-weight:700;cursor:pointer}.teacher-upload-context-menu-action:hover{background:#eef5fb}.teacher-upload-context-menu-action-danger{color:#b42318}.teacher-upload-context-menu-action-danger:hover{background:#fff1ef}.teacher-confirm-copy{margin-top:20px;padding:16px 18px;border-radius:18px;background:#f8fbff;border:1px solid #F5DEC0}.teacher-confirm-copy p{margin:0;color:#82501a;line-height:1.6;white-space:pre-wrap}.teacher-upload-confirm-actions{display:flex;flex-wrap:wrap;gap:10px}.teacher-upload-actions{margin-top:18px}.teacher-upload-debug-card{margin-top:20px}.teacher-upload-debug-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.teacher-upload-debug-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:18px}.teacher-upload-debug-panel{min-width:0;padding:18px;border-radius:20px;background:#f8fbff;border:1px solid #F5DEC0}.teacher-upload-debug-panel h4{margin:0 0 12px;color:#6f430a}.teacher-upload-debug-pre{margin:0;max-height:360px;overflow:auto;padding:14px;border-radius:16px;background:#a85d00;color:#faf8ee;font-size:.88rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.teacher-upload-draft-list{display:flex;flex-direction:column;gap:16px;margin-top:20px}.teacher-upload-image-text-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:18px}.teacher-upload-image-text-card{padding:16px 18px;border-radius:18px;background:#f8fbff;border:1px solid #F5DEC0}.teacher-upload-image-text-card strong{display:block;color:#6f430a}.teacher-upload-image-text-card p{margin:8px 0 0;color:#9a6730;line-height:1.55;white-space:pre-wrap}.teacher-upload-draft-card{padding:20px;border-radius:22px;background:#fff;border:1px solid #F5DEC0;box-shadow:0 14px 28px #1c314414}.teacher-upload-draft-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.teacher-upload-draft-toggle{display:inline-flex;align-items:center;gap:10px;color:#8e5b1b;font-weight:700}.teacher-upload-source-files{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.teacher-upload-audio-panel{margin-top:18px;padding:18px;border-radius:20px;background:#f8fbff;border:1px solid #F5DEC0}.teacher-upload-audio-panel h4{margin:0;color:#6f430a}.teacher-upload-audio-upload-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:14px}.teacher-upload-audio-input{display:flex;flex-direction:column;gap:8px;color:#8e5b1b;font-weight:700}.teacher-upload-audio-input input{font:inherit}.teacher-upload-audio-meta{display:flex;flex-wrap:wrap;gap:8px}.teacher-upload-audio-preview{margin-top:16px}.teacher-upload-audio-preview audio{width:100%}.student-practice-profile-card{margin-bottom:18px}@media(max-width:1100px){.student-portal-layout,.student-task-layout,.student-bundle-config-grid,.student-bundle-runner-layout,.student-history-review-layout,.teacher-portal-layout,.teacher-bundle-grid,.teacher-management-grid,.teacher-deploy-grid,.teacher-overview-grid,.teacher-upload-grid,.teacher-upload-debug-grid,.teacher-upload-draft-grid,.teacher-upload-review-split{grid-template-columns:1fr}.student-nav-sidebar,.teacher-sidebar{position:static}.student-nav-sidebar-open .student-nav-card,.student-nav-sidebar-closed .student-nav-card{width:100%}.student-dashboard-grid{grid-template-columns:1fr}}@media(max-width:720px){.student-portal,.student-task-screen,.teacher-portal{width:min(94vw,94vw)}.student-portal-header,.student-task-header,.student-section-heading,.student-practice-topbar,.student-card-topline,.student-mini-row,.student-bundle-row-actions,.student-selected-question-card,.student-assignment-meta,.student-card-bottom,.student-sequence-callout,.student-audio-preview,.student-submit-row,.student-question-row,.student-attempt-row,.student-modal-header,.student-modal-toolbar,.student-modal-footer,.teacher-portal-header,.teacher-section-heading,.teacher-card-topline,.teacher-form-actions,.teacher-class-head,.teacher-assignment-preview-row,.teacher-mini-row,.teacher-question-topbar,.teacher-nav-button,.teacher-upload-file-item{flex-direction:column;align-items:flex-start}.teacher-nav-flyout{width:min(86vw,360px)}.teacher-nav-flyout-option{padding:14px 16px}.student-picker{width:100%}.student-picker select,.student-upload-label input,.student-audio-preview audio{width:100%}.teacher-picker,.teacher-form-field input,.teacher-form-field select,.teacher-form-field textarea{width:100%}.student-question-grid,.student-practice-grid,.teacher-question-grid,.teacher-question-picker{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.student-nav-list-top,.teacher-nav-list-top{width:100%;flex-basis:100%}.student-nav-button-top,.teacher-nav-button-top{width:100%;border-radius:16px}.student-modal-overlay{padding:16px}.student-modal{max-height:calc(100vh - 32px);padding:18px}.teacher-homework-review-card{min-height:0}}button.choice-card,button.back-button,button.mic-test-button,button.get,button.next-button,button.reading-choice,button.student-jump-button,button.student-practice-tab,button.teacher-bank-tab,button.teacher-jump-button,button.student-nav-button,button.teacher-nav-button{border-radius:12px}button.student-nav-button-top,button.teacher-nav-button-top{border-radius:12px 12px 0 0}@media(max-width:720px){button.student-nav-button-top,button.teacher-nav-button-top{border-radius:12px}}.teacher-assignment-preview-row-button{width:100%;text-align:left;cursor:pointer;font:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.teacher-assignment-preview-row-button:hover{transform:translateY(-1px);border-color:#abc4d8;box-shadow:0 14px 26px #1c31441a}.teacher-assignment-preview-row-active{border-color:#7c4f00;background:linear-gradient(180deg,#fff6e8,#f8fbff);box-shadow:0 16px 28px #7c4f001f}.teacher-assignment-review-panel{margin-top:22px;padding-top:22px;border-top:1px solid #F5DEC0}.teacher-assignment-review-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:16px}.teacher-assignment-review-stat{padding:16px 18px;border-radius:18px;background:#f8fbff;border:1px solid #F5DEC0}.teacher-assignment-review-stat span{display:block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7c4f00}.teacher-assignment-review-stat strong{display:block;margin-top:8px;color:#6f430a;font-size:1.1rem}.teacher-assignment-review-stat p{margin:8px 0 0;color:#9a6730}.teacher-assignment-review-note{margin-top:14px}.teacher-review-modal{max-width:min(1320px,calc(100vw - 48px))}.teacher-review-modal-layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:20px;margin-top:20px;align-items:start}.teacher-review-modal-sidebar{display:flex;flex-direction:column;min-height:0}.teacher-review-modal-main{min-width:0}.teacher-submitted-student-list,.teacher-submission-review-list{display:grid;gap:12px;margin-top:18px}.teacher-student-review-button{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;padding:14px 16px;border-radius:18px;border:1px solid #F5DEC0;background:#f8fbff;color:#82501a;text-align:left;cursor:pointer;font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.teacher-student-review-button strong{display:block;color:#6f430a}.teacher-student-review-button span{margin-top:6px;color:#9a6730}.teacher-student-review-button:hover{border-color:#abc4d8;box-shadow:0 14px 26px #1c314414}.teacher-student-review-button-active{border-color:#7c4f00;background:linear-gradient(180deg,#fff6e8,#f8fbff)}.teacher-student-review-detail{margin-top:18px}.teacher-submission-review-card{padding:18px}.teacher-comment-editor{margin-top:18px;padding-top:18px;border-top:1px solid #F5DEC0}.teacher-comment-actions{margin-top:16px}@media(max-width:980px){.teacher-review-modal{max-width:calc(100vw - 32px)}.teacher-review-modal-layout{grid-template-columns:minmax(0,1fr)}}.timing-profile-editor{margin-top:18px}.timing-profile-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px 18px;border:1px solid var(--theme-border);border-radius:var(--theme-radius-box);background:var(--theme-surface-soft);text-align:left;cursor:pointer;box-shadow:var(--theme-panel-shadow);transition:border-radius .18s ease,box-shadow .18s ease,transform .18s ease}.timing-profile-summary:hover{transform:translateY(-1px)}.timing-profile-summary-open{border-radius:var(--theme-radius-box) var(--theme-radius-box) 0 0;border-bottom:none;box-shadow:none}.timing-profile-summary-main{display:flex;flex-direction:column;gap:6px;min-width:0}.timing-profile-summary-main strong{color:var(--theme-text)}.timing-profile-summary-main span{color:var(--theme-text-soft);line-height:1.5}.timing-profile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.timing-profile-header h3{margin:0;color:var(--theme-text)}.timing-profile-header p{margin:8px 0 0;color:var(--theme-text-soft);line-height:1.6}.timing-profile-arrow{width:10px;height:10px;margin-left:8px;border-right:2px solid var(--theme-text-muted);border-bottom:2px solid var(--theme-text-muted);flex:0 0 auto;transform:rotate(45deg);transition:transform .18s ease}.timing-profile-arrow-open{transform:rotate(-135deg)}.timing-profile-body-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.timing-profile-body-wrap-open{grid-template-rows:1fr}.timing-profile-body{min-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease}.timing-profile-body-wrap-open .timing-profile-body{opacity:1;transform:translateY(0)}.timing-profile-body-collapsible{padding:18px;border:1px solid var(--theme-border);border-top:none;border-radius:0 0 var(--theme-radius-box) var(--theme-radius-box);background:var(--theme-gradient-accent-soft)}.timing-profile-description{margin:0;color:var(--theme-text-soft);line-height:1.6}.timing-profile-bars{display:flex;flex-direction:column;gap:12px;margin-top:16px}.timing-profile-bar{border:1px solid var(--theme-border);border-radius:var(--theme-radius-box);background:var(--theme-surface-soft);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.timing-profile-bar-open{box-shadow:var(--theme-panel-shadow);border-color:var(--theme-accent)}.timing-profile-toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;padding:16px 18px;border:none;background:transparent;text-align:left;cursor:pointer}.timing-profile-toggle>div{min-width:0}.timing-profile-toggle strong{display:block;color:var(--theme-text)}.timing-profile-toggle span{display:block;margin-top:6px;color:var(--theme-text-soft);line-height:1.5}.timing-profile-fields-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .18s ease}.timing-profile-fields-wrap-open{grid-template-rows:1fr}.timing-profile-fields{min-height:0;overflow:hidden;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;padding:0 18px;opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,padding-bottom .18s ease}.timing-profile-fields-wrap-open .timing-profile-fields{padding:0 18px 18px;opacity:1;transform:translateY(0)}.timing-profile-field{margin-top:0}.evaluation-prompt-profile-fields{display:flex;flex-direction:column;gap:12px}.evaluation-prompt-profile-state{color:var(--theme-text-muted);font-weight:700}.evaluation-prompt-profile-actions{display:flex;flex-wrap:wrap;gap:10px}.evaluation-prompt-profile-notes{display:flex;flex-direction:column;gap:8px;color:var(--theme-text-muted);font-weight:600}.evaluation-prompt-profile-notes textarea{min-height:112px;resize:vertical;border:1px solid var(--theme-border);border-radius:14px;padding:12px 14px;font:inherit;color:var(--theme-text);background:var(--theme-surface-soft)}.evaluation-prompt-profile-hint{margin:0;color:var(--theme-text-soft);line-height:1.6}@media(max-width:720px){.timing-profile-summary,.timing-profile-summary-main,.timing-profile-header,.timing-profile-toggle{flex-direction:column;align-items:flex-start}}button.timing-profile-summary{border-radius:calc(var(--theme-radius-box) - 6px)}button.timing-profile-summary.timing-profile-summary-open{border-radius:calc(var(--theme-radius-box) - 6px) calc(var(--theme-radius-box) - 6px) 0 0}.timing-profile-body-collapsible,.timing-profile-bar{border-radius:calc(var(--theme-radius-box) - 6px)}.timing-profile-body-collapsible{border-radius:0 0 calc(var(--theme-radius-box) - 6px) calc(var(--theme-radius-box) - 6px)}
