@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}:root{--color-unit-orange:#f28c28;--color-speaking-blue:#1e88e5;--color-scenario-green:#2e7d32;--color-text-primary:#2b2b2b;--color-text-secondary:#555;--color-bg-page:#fff;--color-bg-content:#f5f5f5;--color-bg-highlight:#e3f2fd;--color-border-light:#ddd;--font-display:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body:"Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-primary:var(--font-body)}body{font-family:var(--font-primary);background-color:var(--color-bg-page);color:var(--color-text-primary);margin:0;font-size:16px}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6,button,.font-display,.score,.points{font-family:var(--font-display)}p,span,li,label,input,select,textarea,.font-body{font-family:var(--font-body)}p{color:var(--color-text-primary);margin-top:0;font-size:16px;line-height:1.6}body{margin:0}.workspace-container{box-sizing:border-box;width:min(1280px,100%);margin-inline:auto;padding-inline:24px}@media (max-width:768px){.workspace-container{padding-inline:16px}}.workspace-container>*{max-width:100%}.workspace-container .card,.workspace-container table{width:100%}.workspace-container .studentTableScroll{width:100%;overflow-x:auto}.pageContainer{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:768px){.pageContainer{padding:0 16px}}.app-shell{background:var(--color-bg-page);min-height:100vh}.menu-backdrop{opacity:0;pointer-events:none;z-index:20;background:#0f172a59;transition:opacity .2s;position:fixed;inset:0}.menu-backdrop.show{opacity:1;pointer-events:auto}.menu-panel{border-right:1px solid var(--color-border-light);z-index:30;background:#fff;flex-direction:column;width:240px;padding:24px 18px;transition:transform .2s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.menu-panel.open{transform:translate(0)}.nav{flex-direction:column;gap:10px;display:flex}.nav a,.nav summary{color:#1f2937;cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.nav a.active{background:var(--color-bg-highlight);font-weight:700}.nav-group{background:#f6f2ff;border-radius:12px;padding:6px 4px}.nav-group summary{list-style:none}.nav-group summary::-webkit-details-marker{display:none}.nav-submenu{flex-direction:column;gap:8px;padding:4px 16px 8px;display:flex}.nav-submenu a{padding:6px 10px;font-size:14px}.nav-icon{font-size:18px}.main-area{flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:10;background:#082c8c;border-bottom:none;padding:16px 0;position:sticky;top:0;box-shadow:0 6px 18px #082c8c47}.headerInner{grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.headerTitles{min-width:0;overflow:hidden}.dashboard-brand-inline{align-items:center;gap:12px;display:flex}.dashboard-brand-mark{object-fit:contain;width:46px;height:46px}.dashboard-brand-text{flex-direction:column;line-height:1.02;display:flex}.dashboard-brand-university{color:#fff;white-space:nowrap;font-size:1rem;font-weight:800}.dashboard-brand-centre{color:#f39b25;font-size:.6rem;font-weight:700}.headerActions{align-items:center;gap:8px;display:inline-flex}.headerActionBtn{color:#fff;background:#ffffff1f;border:1px solid #ffffff59;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;position:relative}.headerActionBtn.notify{margin-left:2px}.headerNotifyBadge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:-5px;right:-5px}.menu-button{width:56px;min-width:56px;max-width:56px;height:56px;color:var(--color-unit-orange);cursor:pointer;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff40;border-radius:16px;justify-content:center;place-self:start;align-items:center;padding:0;display:flex}.menu-icon{font-size:22px;line-height:1;display:block;transform:translateY(.5px)}.topbar-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:600;overflow:hidden}.topbar-subtitle{color:#ffffffc7;font-size:12px}@media (max-width:640px){.topbar{padding:12px 0}.headerInner{grid-template-columns:44px minmax(0,1fr) auto;gap:10px}.menu-button{border-radius:12px;width:44px;min-width:44px;max-width:44px;height:44px}.dashboard-brand-inline{gap:8px}.dashboard-brand-mark{width:34px;height:34px}.dashboard-brand-university{font-size:.86rem;line-height:1}.dashboard-brand-centre{font-size:.52rem}.headerActions{gap:6px}.headerActionBtn{border-radius:10px;width:34px;height:34px;font-size:14px}}.content{box-sizing:border-box;flex:1;justify-content:stretch;width:100%;padding:24px 0 48px;display:flex;overflow-x:hidden}@media (max-width:768px){.content{padding:16px 0 32px}}.content-panel{width:100%;display:block}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 6px 18px #0f172a0f}.card+.card{margin-top:16px}.label{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-size:12px}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}input,select,textarea{font-size:14px;font-family:var(--font-primary);border:1px solid #d7dce5;border-radius:10px;padding:12px 14px}button{background-color:var(--color-speaking-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 18px;font-weight:700}button.secondary{color:#1f2a44;background:#eef2ff}.studentDashboardShell{flex-direction:column;gap:24px;padding:16px 0;font-family:Inter,sans-serif;display:flex}.studentHeroBanner{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:24px;justify-content:space-between;align-items:center;gap:32px;min-height:188px;padding:18px 28px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #1e3a8a3d}.studentHeroContent{z-index:1;max-width:560px;position:relative}.studentHeroHeadingRow{align-items:center;gap:10px;display:flex}.studentHeroHeading{color:#fff;margin:0;font-size:24px;font-weight:600;line-height:1.25}.studentHeroAlertDot{background:#ef4444;border-radius:999px;flex:0 0 12px;width:12px;height:12px;box-shadow:0 0 0 4px #ef44442e}.studentHeroSubtext{color:#cbd5f5;margin:6px 0 0;font-size:14px;line-height:1.6}.studentHeroActions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.studentHeroButton{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.studentHeroButton:hover{transform:translateY(-1px)}.studentHeroButton:focus-visible,.studentUpcomingMeta a:focus-visible,.studentBlogButton:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8}.studentHeroButtonOutline{color:#1e40af;background:#e0e7ff;box-shadow:0 10px 24px #0e1e5e2e}.studentHeroButtonSolid{color:#fff;background:#f97316;box-shadow:0 12px 24px #f9731647}.studentHeroButtonIcon{font-size:14px;line-height:1}.studentHeroHelper{color:#ffffffe0;margin:12px 0 0;font-size:13px;line-height:1.5}.studentHeroDecor{flex:0 0 180px;align-self:stretch;min-height:140px;position:relative}.studentHeroGlow{opacity:.55;background:radial-gradient(circle,#fff6 0%,#ffffff1a 45%,#fff0 72%);border-radius:999px;position:absolute}.studentHeroGlowLarge{width:240px;height:240px;top:12px;right:-20px}.studentHeroGlowMedium{width:160px;height:160px;bottom:-36px;right:72px}.studentHeroGlowSmall{width:90px;height:90px;top:136px;right:28px}.studentDashboardSections{grid-template-columns:1fr;gap:24px;display:grid}.studentDashboardPanel{background:#fff;border:1px solid #dbe3f0;border-radius:24px;gap:18px;padding:22px;display:grid;box-shadow:0 10px 24px #0f172a0f}.studentPanelHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentPanelEyebrow{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-size:12px;font-weight:700}.studentPanelTitle{color:#0f172a;margin:6px 0 0;font-size:24px;line-height:1.2}.studentPanelDescription{color:#64748b;margin:8px 0 0;font-size:14px;line-height:1.6}.studentPanelState{color:#475569;background:#f8fafc;border-radius:16px;padding:14px 16px;font-size:14px}.studentPanelStateError{color:#be123c;background:#fff1f2}.studentUpcomingTitle{color:#0f172a;margin:0}.studentUpcomingList{gap:12px;display:grid}.studentUpcomingCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.studentUpcomingCard h4{color:#0f172a;margin:0;font-size:15px}.studentUpcomingCard p{color:#64748b;margin:6px 0 0;font-size:13px}.studentUpcomingMeta{color:#334155;justify-items:end;gap:6px;font-size:13px;display:grid}.studentUpcomingMeta a{color:#1d4ed8;font-weight:700;text-decoration:none}.studentUpcomingMeta a:hover{text-decoration:underline}.studentBlogCarousel{width:100%;overflow:hidden}.studentBlogTrack{gap:16px;width:max-content;display:flex}.studentBlogTrackAnimated{animation:38s linear infinite studentBlogScroll}.studentBlogTrackStatic{width:100%}.studentBlogCard{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;flex:0 0 min(340px,100vw - 96px);display:flex;overflow:hidden;box-shadow:0 10px 26px #0f172a14}.studentBlogImage{object-fit:cover;background:#e2e8f0;width:100%;height:188px}.studentBlogCardBody{flex-direction:column;flex:1;gap:12px;padding:18px;display:flex}.studentBlogTag{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.studentBlogCard h3{color:#0f172a;margin:0;font-size:18px;line-height:1.35}.studentBlogCard p{color:#475569;margin:0;font-size:14px;line-height:1.6}.studentBlogPreview{gap:4px;display:grid}.studentBlogSentence{margin:0}.studentBlogSentencePrimary{color:#334155}.studentBlogSentenceFaded{color:#94a3b8;opacity:.7}.studentBlogMeta{color:#64748b;flex-wrap:wrap;gap:8px 12px;font-size:12px;display:flex}.studentBlogButton{color:#fff;background:#0b4b96;align-self:flex-start;margin-top:auto}.studentBlogModalBackdrop{z-index:50;background:#0f172aa6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.studentBlogModal{-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#fff;border-radius:24px;width:min(100%,820px);max-width:820px;max-height:min(90vh,860px);display:grid;position:relative;overflow:auto;box-shadow:0 30px 60px #0f172a47}.studentBlogModalClose{z-index:2;color:#fff;background:#0f172ab8;border-radius:999px;width:40px;height:40px;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.studentBlogModalNav{z-index:2;color:#fff;background:#0f172ab8;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;font-size:30px;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.studentBlogModalNavLeft{left:16px}.studentBlogModalNavRight{right:16px}.studentBlogModalImage{object-fit:cover;background:#e2e8f0;width:100%;height:260px}.studentBlogModalBody{gap:14px;min-height:0;padding:24px;display:grid}.studentBlogModalTitle{color:#0f172a;margin:0;font-size:28px;line-height:1.2}.studentBlogModalContent{gap:14px;display:grid}.studentBlogModalContent p{color:#334155;margin:0;font-size:15px;line-height:1.75}@media (min-width:1101px){.studentBlogCard{flex-direction:row;flex-basis:min(1040px,100vw - 140px);align-items:stretch;width:min(1040px,100vw - 140px);max-width:100%}.studentBlogImage{width:320px;min-width:320px;height:auto}.studentBlogCardBody{min-width:0}}@keyframes studentBlogScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}@media (max-width:1100px){.studentDashboardSections{grid-template-columns:1fr}}@media (max-width:900px){.studentHeroBanner{flex-direction:column;align-items:flex-start;gap:18px;min-height:0;padding:18px 20px}.studentHeroDecor{flex-basis:96px;width:100%;min-height:96px}.studentPanelHeader,.studentUpcomingCard{flex-direction:column;align-items:flex-start}.studentUpcomingMeta{justify-items:start}}@media (max-width:640px){.studentDashboardShell{gap:20px}.studentHeroBanner,.studentDashboardPanel{border-radius:20px;padding:16px}.studentHeroBanner{gap:14px}.studentHeroHeading,.studentPanelTitle{font-size:22px}.studentHeroActions,.studentHeroButton{width:100%}.studentHeroDecor{min-height:72px}.studentHeroGlowLarge{width:180px;height:180px;right:-40px}.studentHeroGlowMedium{width:120px;height:120px;bottom:-28px;right:24px}.studentBlogCard{flex-basis:min(300px,100vw - 72px)}.studentBlogModalBackdrop{padding:12px}.studentBlogModal{max-height:calc(100vh - 24px)}.studentBlogModalImage{height:200px}.studentBlogModalNav{width:40px;height:40px;font-size:26px}.studentBlogModalNavLeft{left:10px}.studentBlogModalNavRight{right:10px}.studentBlogModalTitle{font-size:22px}.studentBlogButton{justify-content:center;width:100%}}.schoolWorkPage{flex-direction:column;gap:14px;width:100%;max-width:1180px;margin:0 auto;display:flex}.workIntro{text-align:center;background:linear-gradient(#f8fbff 0%,#eef6ff 100%);border:1px solid #dbeafe;border-radius:16px;padding:22px 24px;box-shadow:0 8px 20px #2563eb1a}.workIntro .label{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:12px;font-weight:800}.workIntro h2{letter-spacing:-.02em;color:#0b1f4d;margin:6px 0 8px;font-size:44px;line-height:1.06}.workIntro p{color:#334155;margin:0;font-size:16px;font-weight:500}.workNav{flex-direction:column;gap:14px;display:flex}.workTypeTabs{gap:22px;display:flex}.lineTabs{border-bottom:1px solid #e5e7eb;padding-bottom:8px}.innerTabs{margin-top:4px}.workTypeTab{color:#4b5563;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:0 0 10px;font-size:18px;font-weight:700}.workTypeTab.active{color:#2563eb;border-bottom-color:#2563eb}.statusTabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;display:grid}.statusTab{color:#fff;cursor:pointer;background:#2e86d8;border:none;border-radius:16px;width:100%;min-height:50px;padding:10px 16px;font-size:16px;font-weight:800}.statusTab.active{color:#fff;background:linear-gradient(135deg,#8b3cf6 0%,#6d35dd 100%)}.countBadge{opacity:.95;background:#fff3;border-radius:999px;margin-left:8px;padding:2px 7px;font-size:12px}.workGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.assignmentCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.assignmentTopBand{color:#fff;padding:10px 16px;font-size:16px;font-weight:700}.theme-blue .assignmentTopBand{background:#2f80ed}.theme-purple .assignmentTopBand{background:#a855f7}.theme-green .assignmentTopBand{background:#00c853}.theme-orange .assignmentTopBand{background:#f59e0b}.assignmentBody{padding:18px 20px 14px}.assignmentBody h3{margin:0 0 8px;font-size:22px;line-height:1.25}.assignmentDesc{color:#4b5563;margin:0 0 12px;font-size:15px;line-height:1.45}.assignmentMetaStack{color:#4b5563;flex-direction:column;gap:6px;font-size:14px;display:flex}.assignmentBottom{border-top:1px solid #eceff3;flex-direction:column;gap:10px;padding:12px 20px 18px;display:flex}.assignmentFooterRow{justify-content:space-between;align-items:center;display:flex}.pill{color:#111827;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.pill.warn{color:#8a5a00;background:#fff7d6;border-color:#fde68a}.pill.success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.pointsText{color:#111827;font-size:15px}.ghostBtn{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:10px 14px;font-size:16px;font-weight:700}.summaryCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.summaryCard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:14px;display:flex}.summaryCard p{color:#64748b;margin:0;font-size:13px}.summaryCard h4{color:#0f172a;margin:2px 0 0;font-size:28px}.summaryCard span{font-size:24px}.workError{color:#b91c1c;font-weight:700}.emptyState h3{margin:0}.emptyState p{color:#64748b;margin:8px 0 0}.startModal{border-radius:14px;width:min(640px,92vw);padding:22px}.startModalTitleRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.startModalIcon{background:#dbeafe;border:1px solid #bfdbfe;border-radius:12px;width:36px;height:36px}@media (max-width:1024px){.schoolWorkPage{max-width:100%}.workIntro h2{font-size:32px}.workGrid{grid-template-columns:1fr}}@media (max-width:768px){.schoolWorkPage{gap:12px}.workIntro{padding:16px 14px}.workIntro h2{font-size:28px}.workIntro p{font-size:14px}.workTypeTabs{gap:14px}.workTypeTab{padding-bottom:8px;font-size:16px}.statusTabs{gap:8px}.statusTab{border-radius:14px;min-height:44px;padding:8px 10px;font-size:14px}.assignmentTopBand{padding:10px 14px;font-size:14px}.assignmentBody{padding:14px}.assignmentBody h3{font-size:20px}.assignmentDesc{font-size:14px}.assignmentMetaStack{font-size:13px}.assignmentBottom{padding:10px 14px 14px}.ghostBtn{font-size:15px}.pointsText{font-size:14px}.pill{font-size:11px}.summaryCards{grid-template-columns:1fr}}@media (max-width:480px){.workIntro h2{font-size:24px}.workTypeTab{font-size:15px}.statusTab{padding:7px 12px;font-size:13px}.assignmentBody h3{font-size:18px}.assignmentDesc{font-size:13px}.assignmentMetaStack{font-size:12px}.assignmentFooterRow{align-items:flex-start;gap:8px}.ghostBtn{padding:10px 12px;font-size:14px}}.tri-dots-loader{justify-content:center;align-items:center;gap:16px;display:flex}.tri-dots-loader--fullscreen{z-index:9999;background:#ffffffdb;position:fixed;inset:0}.tri-dot{border-radius:999px;width:20px;height:20px;animation:1s ease-in-out infinite tri-dot-bounce}.tri-dot--green{background:#22c55e;animation-delay:0s}.tri-dot--orange{background:#f59e0b;animation-delay:.16s}.tri-dot--purple{background:#a855f7;animation-delay:.32s}@keyframes tri-dot-bounce{0%,80%,to{opacity:.55;transform:scale(.8)}40%{opacity:1;transform:scale(1.25)}}.progressPage{flex-direction:column;gap:16px;width:100%;max-width:940px;margin:0 auto;display:flex}.progressPage.embedded{gap:14px;max-width:1180px;margin:0}.progressIntro{text-align:center;background:linear-gradient(#f8fbff 0%,#eef6ff 100%);border:1px solid #dbeafe;border-radius:16px;padding:22px 24px;box-shadow:0 8px 20px #2563eb1a}.progressIntro .label{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:12px;font-weight:800}.progressIntro h2{letter-spacing:-.02em;color:#0b1f4d;margin:6px 0 8px;font-size:44px;line-height:1.06}.progressIntro p{color:#334155;margin:0;font-size:16px;font-weight:500}.progressError{color:#b91c1c;font-weight:800}.progressStatsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.progressStatCard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;padding:16px;display:flex;box-shadow:0 6px 14px #0f172a0d}.progressStatCard p{color:#64748b;margin:0;font-size:13px;font-weight:700}.progressStatCard h3{color:#0f172a;margin:6px 0 4px;font-size:28px}.progressStatCard small{color:#64748b;font-size:12px;font-weight:600}.progressStatCard span{font-size:24px}.progressSection{flex-direction:column;gap:10px;display:flex}.progressSectionHead{justify-content:space-between;align-items:center;display:flex}.progressSectionHead h3{margin:0}.progressSectionHead span{color:#1d4ed8;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:13px;font-weight:800;display:inline-flex}.progressList{flex-direction:column;gap:10px;display:flex}.progressItemCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.progressItemMain h4{color:#0f172a;margin:0;font-size:16px}.progressItemMain p{color:#64748b;margin:6px 0 0;font-size:13px;font-weight:700}.progressItemPill{color:#3730a3;white-space:nowrap;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.progressEmpty{color:#64748b;margin:0;font-weight:700}@media (max-width:1024px){.progressPage{max-width:100%}}@media (max-width:768px){.progressIntro{padding:16px 14px}.progressIntro h2{font-size:28px}.progressIntro p{font-size:14px}.progressStatsGrid{grid-template-columns:1fr}.progressItemCard{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.progressIntro h2,.progressStatCard h3{font-size:24px}}.examModalBackdrop{z-index:50;background:#0f172a73;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.examModal{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:min(620px,100%);padding:22px;box-shadow:0 20px 40px #0f172a2e}.attemptShell{overscroll-behavior:none;touch-action:pan-y;background:#f8fafc;flex-direction:column;width:100vw;height:100dvh;display:flex;overflow:hidden}.attemptTopBar{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.attemptBarContent{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.attemptTopBarInner{align-items:center;gap:16px;height:60px;display:flex}.attemptTimer{text-align:left;color:#16a34a;flex:0 0 140px;min-width:140px;font-size:16px;font-weight:900}.attemptTimer.danger{color:#dc2626;font-weight:900}.qNavRow{white-space:nowrap;-webkit-overflow-scrolling:touch;flex:1;align-items:center;gap:8px;padding:8px 0;display:flex;overflow:auto hidden}.qNavRow::-webkit-scrollbar{height:0}.attemptQBtn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:12px;flex:none;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 10px;font-weight:700;display:inline-flex}.attemptQBtn.answered{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.attemptQBtn.active{color:#fff;background:#2563eb;border-color:#2563eb;font-weight:800}.attemptQBtn:hover{border-color:#9ca3af}.attemptQBtn:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}.attemptActions{align-items:center;gap:10px;display:flex}.attemptClose{cursor:pointer;color:#dc2626;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;height:38px;padding:0 12px;font-size:14px;font-weight:900;line-height:1}.attemptClose:hover{background:#ffe4e6;border-color:#fca5a5}.attemptClose:focus-visible{outline-offset:2px;outline:2px solid #fca5a5}.attemptScrollArea{-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;padding:24px 0;overflow:hidden auto}.attemptContent{box-sizing:border-box;width:100%;max-width:980px;margin:0 auto;padding:0 16px}.attemptBodyInner{width:100%}.attemptInstruction{color:#0f172a;margin:8px 0 16px;font-size:16px;font-weight:800}.attemptCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px}.attemptBottomBar{z-index:1000;background:#fff;border-top:1px solid #e5e7eb;position:sticky;bottom:0}.attemptBottomBarInner{box-sizing:border-box;justify-content:center;align-items:center;gap:12px;height:70px;padding:0 16px;display:flex}@media (max-width:640px){.attemptBottomBarInner{flex-direction:column;align-items:stretch;height:auto;padding:12px 0}.attemptBottomBarInner button{width:100%}.attemptCard{padding:18px}}.student-calendar{flex-direction:column;gap:16px;width:100%;display:flex}.student-calendar-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.student-calendar-title{margin:0;font-size:1.5rem}.student-calendar-nav{align-items:center;gap:8px;display:flex}.student-calendar-nav button{color:#0f172a;background:#fff;border:1px solid #d7dce5;border-radius:10px;width:38px;height:38px;padding:0}.student-calendar-grid-card{overflow-x:auto}.student-calendar-grid{border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:repeat(7,minmax(130px,1fr));min-width:980px;display:grid;overflow:hidden}.student-calendar-weekday{color:#111827;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:10px;font-size:.86rem;font-weight:700}.student-calendar-weekday:nth-child(7n){border-right:none}.student-calendar-cell{background:#fff;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-height:140px;padding:8px}.student-calendar-cell:nth-child(7n){border-right:none}.student-calendar-cell.muted{background:#f9fafb}.student-calendar-day-number{color:#0f172a;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-bottom:8px;font-size:.82rem;font-weight:700;display:inline-flex}.student-calendar-day-number.today{color:#fff;background:#0b4a6f}.student-calendar-events{flex-direction:column;gap:6px;display:flex}.student-calendar-event{background:#eef2f7;border-radius:10px;flex-direction:column;gap:4px;padding:6px 8px;display:flex}.student-calendar-event-title{color:#0f172a;font-size:.8rem;font-weight:600;line-height:1.3}.student-calendar-event-time{color:#334155;font-size:.75rem}.student-calendar-event-link{color:#0b4a6f;font-size:.75rem;font-weight:700;text-decoration:none}.student-calendar-event-link:hover{text-decoration:underline}.studentAttendancePage{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentAttendanceHero{background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 48%,#8b5cf6 100%);border-radius:24px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #7c3aed2e}.studentAttendanceHeroContent{color:#fff}.studentAttendanceEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentAttendanceTitle{color:#fff;margin:8px 0 0;font-size:28px;line-height:1.15}.studentAttendanceSubtitle{color:#ede9fe;max-width:560px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentAttendanceStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentAttendanceStatCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0f172a24;border:1px solid #ffffff38;border-radius:18px;align-content:space-between;gap:10px;padding:18px 16px;display:grid}.studentAttendanceStatLabel,.studentAttendanceMetaLabel{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.studentAttendanceStatLabel{color:#ffffffd1}.studentAttendanceStatCard strong{font-size:22px;line-height:1.1}.studentAttendanceGrid{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:18px;display:grid}.studentAttendanceChartCard,.studentAttendanceSummaryCard,.studentAttendanceStateCard,.studentAttendanceEmptyCard,.studentAttendanceRecordsCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentAttendanceSectionTitle{color:#0f172a;margin:6px 0 0}.studentAttendanceSummaryCard,.studentAttendanceRecordsCard{gap:18px;display:grid}.studentAttendanceMetaLabel{color:#64748b}.studentAttendanceMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.studentAttendanceMetaBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentAttendanceMetaBlock strong{color:#0f172a;font-size:18px}.studentAttendanceStateCard{color:#475569}.studentAttendanceStateError{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentAttendanceEmptyCard{justify-items:start;gap:8px;display:grid}.studentAttendanceEmptyCard h2{color:#0f172a;margin:0}.studentAttendanceEmptyCard p{color:#64748b;margin:0;line-height:1.65}.studentAttendanceEmptyIcon{color:#7c3aed;background:#f5f3ff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:inline-flex}.studentAttendanceRecordsList{gap:14px;display:grid}.studentAttendanceRecordCard{background:linear-gradient(#fff 0%,#faf8ff 100%);border:1px solid #dbe3f0;border-radius:20px;padding:18px}.studentAttendanceRecordTop{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentAttendanceRecordClass{letter-spacing:.08em;text-transform:uppercase;color:#7c3aed;font-size:12px;font-weight:800}.studentAttendanceRecordCard h3{color:#0f172a;margin:6px 0 0;font-size:18px}.studentAttendanceStatusPill{border-radius:999px;justify-content:center;align-items:center;min-width:88px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.studentAttendanceStatusPill.is-present{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0}.studentAttendanceStatusPill.is-late{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.studentAttendanceStatusPill.is-absent{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.student-attendance-pie-wrap{grid-template-columns:180px minmax(0,1fr);align-items:center;gap:18px;margin-top:14px;display:grid}.student-attendance-pie{border-radius:999px;justify-self:center;place-items:center;width:180px;height:180px;display:grid}.student-attendance-pie-inner{color:#0f172a;background:#fff;border-radius:999px;place-items:center;width:108px;height:108px;font-size:28px;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #e2e8f0}.student-attendance-legend{color:#334155;gap:10px;font-weight:600;display:grid}.student-attendance-legend .dot{border-radius:999px;width:11px;height:11px;margin-right:10px;display:inline-block}.student-attendance-legend .dot.present{background:#16a34a}.student-attendance-legend .dot.late{background:#f59e0b}.student-attendance-legend .dot.absent{background:#ef4444}@media (max-width:960px){.studentAttendanceHero,.studentAttendanceGrid{grid-template-columns:1fr}}@media (max-width:640px){.studentAttendancePage{gap:16px;padding:10px 0 18px}.studentAttendanceHero,.studentAttendanceChartCard,.studentAttendanceSummaryCard,.studentAttendanceStateCard,.studentAttendanceEmptyCard,.studentAttendanceRecordsCard,.studentAttendanceRecordCard{border-radius:20px;padding:18px 16px}.studentAttendanceTitle{font-size:24px}.studentAttendanceStats,.studentAttendanceMetaGrid,.student-attendance-pie-wrap{grid-template-columns:1fr}.studentAttendanceRecordTop{display:grid}.studentAttendanceStatusPill{justify-self:start}}.studentCoursesShell{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentCoursesHero{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 48%,#3b82f6 100%);border-radius:24px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #2563eb2e}.studentCoursesHeroCopy{color:#fff}.studentCoursesEyebrow,.studentCoursesSectionLabel{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.studentCoursesEyebrow{color:#ffffffd1}.studentCoursesTitle{color:#fff;margin:8px 0 0;font-size:26px;line-height:1.15}.studentCoursesSubtitle{color:#dbeafe;max-width:620px;margin:10px 0 0;font-size:13px;line-height:1.6}.studentCoursesStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentCoursesStatCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0f172a24;border:1px solid #fff3;border-radius:18px;align-content:space-between;gap:10px;padding:18px 16px;display:grid}.studentCoursesStatLabel{color:#ffffffd1;font-size:12px;font-weight:700}.studentCoursesStatCard strong{font-size:20px;line-height:1.2}.studentCoursesIntroCard,.studentCourseCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentCoursesIntroCard h2,.studentCourseCard h3{color:#0f172a;margin:6px 0 0}.studentCoursesIntroCard p,.studentCourseSummary{color:#64748b;margin:10px 0 0;font-size:.95rem;line-height:1.6}.studentCoursesSectionLabel{color:#64748b}.studentCoursesGrid{grid-template-columns:1fr;gap:12px;display:grid}.studentCourseCard{width:100%;box-shadow:none;text-align:left;cursor:pointer;font:inherit;background:#fff;border:1px solid #cfd4dc;border-radius:26px;grid-template-columns:minmax(220px,360px) minmax(0,1fr) auto;align-items:center;gap:28px;padding:18px;display:grid}.studentCourseThumbnail{background-color:#6d5bdd;border-radius:24px;min-height:170px;position:relative;overflow:hidden}.studentCourseThumbnail:before,.studentCourseThumbnail:after{content:"";position:absolute;inset:0}.studentCourseThumbnail:before{opacity:.9;background-color:#0000;background-image:linear-gradient(30deg,#ffffff1f 12%,#0000 12.5% 87%,#ffffff1f 87.5%,#ffffff1f),linear-gradient(150deg,#ffffff1a 12%,#0000 12.5% 87%,#ffffff1a 87.5%,#ffffff1a),linear-gradient(90deg,#ffffff0d 2%,#0000 2.5% 97%,#ffffff0d 97.5%,#ffffff0d);background-position:0 0,30px 52px,0 0;background-repeat:repeat,repeat,repeat;background-size:60px 104px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.studentCourseThumbnail:after{background:linear-gradient(135deg,#ffffff1f,#fff0)}.studentCourseCard--violet .studentCourseThumbnail{background:linear-gradient(135deg,#7063ea 0%,#6151d6 100%)}.studentCourseCard--aqua .studentCourseThumbnail{background:linear-gradient(135deg,#7fdde0 0%,#6fcfd6 100%)}.studentCourseCard--coral .studentCourseThumbnail{background:linear-gradient(135deg,#f8a48f 0%,#ef8d78 100%)}.studentCourseCard--gold .studentCourseThumbnail{background:linear-gradient(135deg,#f6d37b 0%,#e8bf56 100%)}.studentCourseCard--rose .studentCourseThumbnail{background:linear-gradient(135deg,#ef7ba7 0%,#df5f8f 100%)}.studentCourseMain{gap:20px;min-width:0;display:grid}.studentCourseSemesterPill{color:#fff;background:#0b2b6f;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:165px;padding:12px 22px;font-size:14px;font-weight:700;display:inline-flex}.studentCourseMain h3{color:#202020;margin:0;font-size:clamp(1.35rem,1.65vw,1.7rem);line-height:1.25}.studentCourseMeta{color:#5b6472;margin:0;font-size:.9rem;font-weight:600}.studentCourseMenuChip{color:#fff;background:#d4d4d4;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;line-height:1;display:inline-flex}@media (min-width:961px){.studentCourseCard:hover{border-color:#b9c2ce}}@media (max-width:960px){.studentCoursesHero{grid-template-columns:1fr}}@media (max-width:640px){.studentCoursesShell{gap:16px;padding:10px 0 18px}.studentCoursesHero,.studentCoursesIntroCard,.studentCourseCard{border-radius:20px;padding:18px 16px}.studentCoursesTitle{font-size:24px}.studentCoursesStats{grid-template-columns:1fr}.studentCourseCard{grid-template-columns:1fr;gap:18px;padding:16px}.studentCourseThumbnail{min-height:150px}.studentCourseMain{gap:14px}.studentCourseMain h3{font-size:1.35rem}.studentCourseMenuChip{border-radius:16px;justify-self:end;width:46px;height:46px;font-size:22px}}.studentResourcesShell{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentResourcesHero{background:linear-gradient(135deg,#0f766e 0%,#0f9f93 48%,#14b8a6 100%);border-radius:24px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #0f766e2e}.studentResourcesHeroContent{color:#fff}.studentResourcesBackBtn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;margin-bottom:16px;padding:8px 14px;font-weight:700;display:inline-flex}.studentResourcesEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentResourcesTitle{color:#fff;margin:8px 0 0;font-size:28px;line-height:1.15}.studentResourcesSubtitle{color:#ccfbf1;max-width:560px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentResourcesStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentResourcesStatCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0f172a24;border:1px solid #fff3;border-radius:18px;align-content:space-between;gap:10px;padding:18px 16px;display:grid}.studentResourcesStatLabel{color:#ffffffd1;font-size:12px;font-weight:700}.studentResourcesStatCard strong{font-size:22px;line-height:1.1}.studentResourcesToolbar,.studentResourcesStateCard,.studentResourcesEmptyCard,.studentResourcesSummaryCard,.studentResourcesCategoriesCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentResourcesToolbar{gap:12px;display:grid}.studentResourcesToolbarLabel,.studentResourcesMetaLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentResourcesToolbarCopy p,.studentResourcesCategoryHeader p,.studentResourcesEmptyCard p{color:#64748b;margin:8px 0 0;line-height:1.65}.studentResourcesToolbarTitle{color:#0f172a;margin:6px 0 0;font-size:1.2rem}.studentResourcesUnitList{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.studentResourcesUnitPill{color:#0f766e;background:#ecfeff;border-radius:999px;align-items:center;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.studentResourcesStateCard{color:#475569}.studentResourcesStateError{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentResourcesEmptyCard{justify-items:start;gap:8px;display:grid}.studentResourcesEmptyCard h2,.studentResourcesSummaryTitle{color:#0f172a;margin:0}.studentResourcesEmptyIcon{color:#0f766e;background:#ecfeff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:inline-flex}.studentResourcesSummaryCard,.studentResourcesCategoriesCard{gap:18px;display:grid}.studentResourcesSummaryTop,.studentResourceTopRow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentResourcesClass{letter-spacing:.08em;text-transform:uppercase;color:#0f766e;font-size:12px;font-weight:800}.studentResourcesWeekPill{color:#0f766e;background:#ecfeff;border:1px solid #99f6e4;border-radius:999px;justify-content:center;align-items:center;min-width:90px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.studentResourcesMetaRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.studentResourcesMetaBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentResourcesMetaValue{color:#0f172a;font-size:14px;font-weight:600}.studentResourcesCategoryTabs{flex-wrap:wrap;gap:8px;display:flex}.studentResourcesTab{color:#334155;background:#fff;border:1px solid #dbe3f0;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex}.studentResourcesTab.is-active{color:#fff;background:#0f766e;border-color:#0f766e}.studentResourcesTabDot{background:currentColor;border-radius:999px;width:8px;height:8px}.studentResourcesCategoryHeader h3{color:#0f172a;margin:6px 0 0;font-size:22px}.studentResourcesCategoryEmpty{color:#64748b}.studentResourcesList{gap:14px;display:grid}.studentResourceCard{background:linear-gradient(#fff 0%,#f6fffe 100%);border:1px solid #dbe3f0;border-radius:20px;gap:14px;padding:18px;display:grid}.studentResourceTitle{color:#0f172a;margin:0;font-size:18px}.studentResourceType{color:#64748b;margin-top:6px;font-size:13px;font-weight:700}.studentResourcePlayBtn{color:#fff;cursor:pointer;background:#0f766e;border:none;border-radius:999px;padding:10px 16px;font-weight:800}.studentResourceActionGroup,.studentResourceViewerToolbar,.studentResourceViewerGroup{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.studentResourceDownloadBtn,.studentResourceViewerBtn{color:#0f766e;cursor:pointer;background:#fff;border:1px solid #99f6e4;border-radius:999px;padding:10px 16px;font-weight:800;text-decoration:none}.studentResourceDialogOverlay{z-index:1200;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.studentResourceDialogBackdrop{background:#0f172aad;position:absolute;inset:0}.studentResourceDialog{background:#fff;border-radius:24px;gap:16px;width:min(900px,100%);max-height:calc(100vh - 40px);padding:20px;display:grid;position:relative;overflow:auto;box-shadow:0 24px 64px #0f172a47}.studentResourceDialog.is-compact{width:min(720px,100%)}.studentResourceDialogHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.studentResourceDialogTitle{color:#0f172a;margin:6px 0 0}.studentResourceDialogClose{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:999px;width:40px;height:40px;font-size:24px;line-height:1}.studentResourceDialogBody{gap:14px;display:grid}.studentResourceViewerToolbar{justify-content:space-between}.studentResourceViewerValue{color:#475569;font-weight:800}.studentResourceFrame,.studentResourceMedia,.studentResourcePdfFrame{border:none;border-radius:18px;width:100%;min-height:420px}.studentResourceFrame,.studentResourceMedia{background:#000}.studentResourcePdfFrame{background:#f8fafc}.studentResourceAudio{width:100%}@media (max-width:960px){.studentResourcesHero{grid-template-columns:1fr}}@media (max-width:640px){.studentResourcesShell{gap:16px;padding:10px 0 18px}.studentResourcesHero,.studentResourcesToolbar,.studentResourcesStateCard,.studentResourcesEmptyCard,.studentResourcesSummaryCard,.studentResourcesCategoriesCard,.studentResourceCard{border-radius:20px;padding:18px 16px}.studentResourcesTitle{font-size:24px}.studentResourcesStats,.studentResourcesMetaRow{grid-template-columns:1fr}.studentResourcesToolbar,.studentResourcesSummaryTop,.studentResourceTopRow{display:grid}.studentResourceDialog{border-radius:20px;padding:18px 16px}.studentResourceFrame,.studentResourceMedia,.studentResourcePdfFrame{min-height:220px}}.studentAssignmentsShell{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentAssignmentsHero{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 48%,#3b82f6 100%);border-radius:24px;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #1e3a8a2e}.studentAssignmentsHeroContent{color:#fff}.studentAssignmentsEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentAssignmentsTitle{color:#fff;margin:8px 0 0;font-size:28px;line-height:1.15}.studentAssignmentsSubtitle{color:#dbeafe;max-width:560px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentAssignmentsWeekTag{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#ffffff29;border-radius:999px;align-items:center;width:fit-content;margin-top:16px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.studentAssignmentsStats{grid-template-columns:repeat(3,minmax(0,1fr));align-self:stretch;gap:12px;display:grid}.studentAssignmentsStatCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0f172a24;border:1px solid #ffffff38;border-radius:18px;align-content:space-between;gap:10px;padding:18px 16px;display:grid}.studentAssignmentsStatCard strong{font-size:22px;line-height:1}.studentAssignmentsStatLabel{color:#fffc;font-size:12px;font-weight:700}.studentAssignmentsStateCard,.studentAssignmentsEmptyCard,.studentAssignmentsContextCard{color:#475569;background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentAssignmentsStateError{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentAssignmentsEmptyCard{justify-items:start;gap:8px;display:grid}.studentAssignmentsContextCard{gap:12px;display:grid}.studentAssignmentsContextLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentAssignmentsContextRow{color:#0f172a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.studentAssignmentsContextBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:10px 14px;font-weight:700}.studentAssignmentsEmptyCard h2{color:#0f172a;margin:0;font-size:22px}.studentAssignmentsEmptyCard p{color:#64748b;margin:0;line-height:1.65}.studentAssignmentsEmptyIcon{background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:inline-flex}.studentAssignmentsList{gap:18px;display:grid}.studentAssignmentCard{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe3f0;border-radius:24px;gap:18px;padding:22px;display:grid;box-shadow:0 12px 28px #0f172a0f}.studentAssignmentTopRow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentAssignmentClass{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:12px;font-weight:800}.studentAssignmentCardTitle{color:#0f172a;margin:6px 0 0;font-size:22px;line-height:1.25}.studentAssignmentStatus{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;justify-content:center;align-items:center;min-width:90px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.studentAssignmentMetaRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.studentAssignmentMetaBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentAssignmentMetaLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentAssignmentMetaValue{color:#0f172a;font-size:14px;font-weight:600}.studentAssignmentInstructionsCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;gap:10px;padding:16px 18px;display:grid}.studentAssignmentInstructions{white-space:pre-wrap;color:#334155;margin:0;line-height:1.7}.studentAssignmentInstructions.is-muted{color:#94a3b8}@media (max-width:960px){.studentAssignmentsHero{grid-template-columns:1fr}}@media (max-width:640px){.studentAssignmentsShell{gap:16px;padding:10px 0 18px}.studentAssignmentsHero,.studentAssignmentCard,.studentAssignmentsStateCard,.studentAssignmentsEmptyCard,.studentAssignmentsContextCard{border-radius:20px;padding:18px 16px}.studentAssignmentsTitle{font-size:24px}.studentAssignmentsStats{grid-template-columns:1fr}.studentAssignmentTopRow,.studentAssignmentMetaRow{grid-template-columns:1fr;display:grid}.studentAssignmentStatus{justify-self:start}}.studentCourseWorkspaceShell{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentCourseWorkspaceHero{background:linear-gradient(135deg,#0f172a 0%,#0f766e 55%,#14b8a6 100%);border-radius:24px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #0f766e2e}.studentCourseWorkspaceHeroCopy{color:#fff}.studentCourseWorkspaceBackBtn{color:#ccfbf1;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-weight:700;display:inline-flex}.studentCourseWorkspaceEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;margin-top:12px;font-size:12px;font-weight:800}.studentCourseWorkspaceTitle{color:#fff;margin:8px 0 0;font-size:26px;line-height:1.15}.studentCourseWorkspaceSubtitle{color:#ccfbf1;max-width:620px;margin:10px 0 0;font-size:13px;line-height:1.6}.studentCourseWorkspaceStats{grid-template-columns:1fr;gap:12px;display:grid}.studentCourseWorkspaceStatCard{color:#fff;background:#0f172a24;border:1px solid #fff3;border-radius:18px;gap:10px;padding:18px 16px;display:grid}.studentCourseWorkspaceStatLabel{color:#ffffffd1;font-size:12px;font-weight:700}.studentCourseWorkspaceStatCard strong{font-size:20px;line-height:1.2}.studentCourseWorkspaceIntroCard,.studentCourseWorkspaceStateCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentCourseWorkspaceIntroCard h2{color:#0f172a;margin:6px 0 0;font-size:1.35rem}.studentCourseWorkspaceIntroCard p,.studentCourseWorkspaceChoiceCard p{color:#64748b;margin:10px 0 0;font-size:.95rem;line-height:1.6}.studentCourseWorkspaceSectionLabel,.studentCourseWorkspaceCardEyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.studentCourseWorkspaceSectionLabel{color:#64748b}.studentCourseWorkspaceCardEyebrow{color:#0f766e}.studentCourseWorkspaceStateCard{color:#475569}.studentCourseWorkspaceStateError{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentCourseWorkspaceGrid,.studentCourseWorkspaceChoiceGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.studentCourseWorkspaceCard,.studentCourseWorkspaceChoiceCard{text-align:left;cursor:pointer;width:100%;font:inherit;background:#fff;border:1px solid #dbe2ea;border-radius:22px;gap:12px;padding:20px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid}.studentCourseWorkspaceCard:hover,.studentCourseWorkspaceChoiceCard:hover{border-color:#b6c2d4;transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.studentCourseWorkspaceCard strong{color:#0f172a;font-size:1.3rem}.studentCourseWorkspaceCardMeta{color:#64748b;line-height:1.55}.studentCourseWorkspaceChoiceCard{grid-template-columns:auto minmax(0,1fr);align-items:start}.studentCourseWorkspaceChoiceIcon{background:#ecfeff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;display:inline-flex}.studentCourseWorkspaceChoiceCard h3{color:#0f172a;margin:0;font-size:1.25rem}.studentCourseWorkspaceChoiceCta{color:#0f766e;grid-column:1/-1;font-weight:700}@media (max-width:960px){.studentCourseWorkspaceHero{grid-template-columns:1fr}}@media (max-width:640px){.studentCourseWorkspaceShell{gap:16px;padding:10px 0 18px}.studentCourseWorkspaceHero,.studentCourseWorkspaceIntroCard,.studentCourseWorkspaceStateCard,.studentCourseWorkspaceCard,.studentCourseWorkspaceChoiceCard{border-radius:20px;padding:18px 16px}.studentCourseWorkspaceTitle{font-size:24px}}.studentNotifyPage{flex-direction:column;gap:18px;padding:16px 0 24px;display:flex}.studentNotifyHero{background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 48%,#3b82f6 100%);border-radius:24px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 42px #0f172a29}.studentNotifyEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentNotifyTitle{color:#fff;margin:8px 0 0;font-size:30px;line-height:1.12}.studentNotifySubtitle{color:#dbeafe;max-width:620px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentNotifyStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentNotifyStatCard{color:#fff;background:#0f172a24;border:1px solid #ffffff2e;border-radius:18px;gap:10px;padding:18px 16px;display:grid}.studentNotifyStatCard span{color:#ffffffd1;font-size:12px;font-weight:700}.studentNotifyStatCard strong{font-size:22px;line-height:1.2}.studentNotifyStatCard.is-highlight{background:#7f1d1d2e;border-color:#fecaca57}.studentNotifyToolbar{background:#fff;border:1px solid #dbe3f0;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex;box-shadow:0 10px 26px #0f172a0d}.studentNotifyToolbarText{color:#334155;font-weight:600}.studentNotifyMarkAllBtn,.studentNotifyReadBtn,.studentNotifyOpenBtn{cursor:pointer;border:none;border-radius:14px;padding:11px 16px;font-weight:800}.studentNotifyMarkAllBtn:disabled,.studentNotifyReadBtn:disabled{cursor:not-allowed;opacity:.65}.studentNotifyMarkAllBtn,.studentNotifyReadBtn{color:#1d4ed8;background:#eff6ff}.studentNotifyOpenBtn{color:#fff;background:#1d4ed8}.studentNotifyStateCard,.studentNotifyEmptyCard{color:#475569;background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentNotifyStateCard.is-error{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentNotifyEmptyCard{justify-items:start;gap:8px;display:grid}.studentNotifyEmptyCard h2,.studentNotifyDetailCard h2{color:#0f172a;margin:0}.studentNotifyEmptyCard p,.studentNotifyDetailCard p{color:#64748b;margin:0;line-height:1.65}.studentNotifyEmptyIcon{background:#eff6ff;border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:inline-flex}.studentNotifyLayout{grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:18px;display:grid}.studentNotifyList,.studentNotifyDetailCard{background:#fff;border:1px solid #dbe3f0;border-radius:24px;box-shadow:0 12px 28px #0f172a0f}.studentNotifyList{flex-direction:column;gap:10px;max-height:720px;padding:14px;display:flex;overflow-y:auto}.studentNotifyItem{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:12px;width:100%;padding:14px;display:flex}.studentNotifyItem.is-active{background:linear-gradient(#eff6ff 0%,#f8fbff 100%);border-color:#93c5fd}.studentNotifyItem.is-unread{box-shadow:0 10px 22px #3b82f614}.studentNotifyItemBody{gap:6px;min-width:0;display:grid}.studentNotifyIcon{border-radius:14px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:inline-flex}.studentNotifyIcon.is-assignment{color:#1d4ed8;background:#eff6ff}.studentNotifyIcon.is-resource{color:#047857;background:#ecfdf5}.studentNotifyItemTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.studentNotifyItemTitle{color:#0f172a;font-weight:800}.studentNotifyUnreadBadge,.studentNotifyReadPill,.studentNotifyDetailTag{border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.studentNotifyUnreadBadge{color:#b91c1c;background:#fee2e2}.studentNotifyReadPill{color:#047857;background:#ecfdf5}.studentNotifyDetailTag.is-assignment{color:#1d4ed8;background:#dbeafe}.studentNotifyDetailTag.is-resource{color:#15803d;background:#dcfce7}.studentNotifyItemMessage{color:#334155;line-height:1.5}.studentNotifyItemMeta{color:#64748b;font-size:12px}.studentNotifyDetailCard{gap:18px;padding:22px;display:grid}.studentNotifyDetailHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.studentNotifyMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.studentNotifyMetaCard,.studentNotifyBodyCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:16px 18px;display:grid}.studentNotifyMetaCard span,.studentNotifyBodyLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentNotifyMetaCard strong{color:#0f172a;font-size:14px}.studentNotifyBodyCard p{color:#334155;white-space:pre-wrap}.studentNotifyActions{justify-content:flex-start;display:flex}@media (max-width:980px){.studentNotifyHero,.studentNotifyLayout{grid-template-columns:1fr}}@media (max-width:640px){.studentNotifyPage{gap:16px;padding:10px 0 18px}.studentNotifyHero,.studentNotifyToolbar,.studentNotifyStateCard,.studentNotifyEmptyCard,.studentNotifyDetailCard,.studentNotifyList{border-radius:20px;padding:18px 16px}.studentNotifyTitle{font-size:24px}.studentNotifyStats,.studentNotifyMetaGrid{grid-template-columns:1fr}.studentNotifyToolbar,.studentNotifyDetailHeader,.studentNotifyItemTop{display:grid}}.studentSettingsPage{flex-direction:column;gap:24px;width:100%;display:flex}.studentSettingsHero{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 45%,#f8fbff 100%);border:1px solid #94b8ff66;border-radius:28px;flex-wrap:wrap;justify-content:space-between;gap:24px;padding:28px;display:flex;box-shadow:0 18px 40px #0f172a14}.studentSettingsHeroContent{flex:320px;min-width:0}.studentSettingsEyebrow{letter-spacing:.16em;text-transform:uppercase;color:#2563eb;margin-bottom:10px;font-size:.78rem;font-weight:700}.studentSettingsTitle{color:#0f172a;margin:0;font-size:clamp(1.9rem,2vw,2.45rem);line-height:1.05}.studentSettingsSubtitle{color:#475569;max-width:640px;margin:12px 0 0;line-height:1.7}.studentSettingsStats{flex:300px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-width:0;display:grid}.studentSettingsStatCard{background:#ffffffeb;border:1px solid #bfdbfee6;border-radius:22px;padding:18px;box-shadow:0 14px 28px #3b82f614}.studentSettingsStatCard span{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:.82rem;font-weight:700;display:block}.studentSettingsStatCard strong{color:#0f172a;margin-top:10px;font-size:1.05rem;display:block}.studentSettingsLayout{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.studentSettingsCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 16px 36px #0f172a14}.studentSettingsMetaLabel{letter-spacing:.14em;text-transform:uppercase;color:#2563eb;font-size:.78rem;font-weight:700}.studentSettingsSectionTitle{color:#0f172a;margin:10px 0 8px;font-size:1.35rem}.studentSettingsHelperText{color:#64748b;margin:0 0 18px;line-height:1.6}.studentSettingsForm{gap:12px;display:grid}.studentSettingsForm input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;outline:none;width:100%;padding:13px 14px;font-size:.98rem;transition:border-color .2s,box-shadow .2s,background .2s}.studentSettingsForm input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.studentSettingsPrimaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:16px;padding:13px 18px;font-size:.98rem;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.studentSettingsPrimaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px #2563eb38}.studentSettingsPrimaryBtn:disabled{opacity:.7;cursor:not-allowed}.studentSettingsMessage{color:#1d4ed8;background:#eff6ff;border-radius:14px;margin:14px 0 0;padding:12px 14px;font-weight:600}.studentSettingsMessage.is-success{color:#027a48;background:#ecfdf3}.studentSettingsMessage.is-error{color:#b42318;background:#fef2f2}.studentSettingsInfoList{gap:14px;display:grid}.studentSettingsInfoItem{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:12px;padding:14px 16px;line-height:1.55;display:flex}.studentSettingsDot{border-radius:999px;flex-shrink:0;width:10px;height:10px;margin-top:7px}.studentSettingsDot.is-active{background:#22c55e;box-shadow:0 0 0 6px #22c55e1f}.studentSettingsDot.is-pending{background:#f59e0b;box-shadow:0 0 0 6px #f59e0b1f}@media (max-width:960px){.studentSettingsStats,.studentSettingsLayout{grid-template-columns:1fr}}@media (max-width:640px){.studentSettingsHero,.studentSettingsCard{border-radius:22px;padding:20px}.studentSettingsTitle{font-size:1.8rem}}.studentProfilePage{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentProfileHero{background:linear-gradient(135deg,#1f2937 0%,#4338ca 48%,#4f46e5 100%);border-radius:24px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #1f293729}.studentProfileHeroContent{color:#fff}.studentProfileEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentProfileTitle{color:#fff;margin:8px 0 0;font-size:30px;line-height:1.12}.studentProfileSubtitle{color:#dbeafe;max-width:620px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentProfileStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentProfileStatCard{color:#fff;background:#0f172a24;border:1px solid #ffffff2e;border-radius:18px;gap:10px;padding:18px 16px;display:grid}.studentProfileStatCard span{color:#ffffffd1;font-size:12px;font-weight:700}.studentProfileStatCard strong{font-size:20px;line-height:1.25}.studentProfileLayout{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:18px;display:grid}.studentProfileCard,.studentProfileStateCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentProfileStateCard{color:#475569}.studentProfileStateCard.is-error{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentProfileIdentityCard{align-items:center;gap:18px;display:flex}.studentProfileAvatar{color:#3730a3;background:linear-gradient(135deg,#eef2ff 0%,#dbeafe 100%);border-radius:22px;flex:none;justify-content:center;align-items:center;width:74px;height:74px;font-size:28px;font-weight:900;display:inline-flex}.studentProfileIdentityBody h2,.studentProfileSectionTitle{color:#0f172a;margin:6px 0 0}.studentProfileIdentityBody p,.studentProfileHelperText{color:#64748b;margin:8px 0 0;line-height:1.65}.studentProfileMetaLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentProfileInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.studentProfileInfoBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentProfileInfoBlock span{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentProfileInfoBlock strong{color:#0f172a;font-size:14px}.studentProfileStatusList{gap:12px;margin-top:14px;display:grid}.studentProfileStatusItem{color:#334155;align-items:center;gap:10px;font-weight:600;display:flex}.studentProfileStatusDot{border-radius:999px;flex:none;width:10px;height:10px}.studentProfileStatusDot.is-active{background:#22c55e}.studentProfileStatusDot.is-pending{background:#f59e0b}@media (max-width:960px){.studentProfileHero,.studentProfileLayout{grid-template-columns:1fr}}@media (max-width:640px){.studentProfilePage{gap:16px;padding:10px 0 18px}.studentProfileHero,.studentProfileCard,.studentProfileStateCard{border-radius:20px;padding:18px 16px}.studentProfileTitle{font-size:24px}.studentProfileStats,.studentProfileInfoGrid{grid-template-columns:1fr}.studentProfileIdentityCard{align-items:flex-start}}.oj-login-shell{background:#fff;justify-content:center;align-items:center;min-height:100dvh;padding:clamp(10px,1.4vw,18px);display:flex;overflow-x:hidden}.oj-login-card{flex-direction:column;align-items:stretch;gap:0;width:min(460px,100%);min-height:auto;max-height:calc(100dvh - 24px);display:flex}@media (min-width:981px){.oj-login-copy h1{font-size:clamp(1.55rem,1.8vw,1.95rem)}.oj-login-copy p{font-size:.92rem;line-height:1.45}.oj-field{height:48px}.oj-submit{height:52px;font-size:clamp(1rem,1.3vw,1.15rem)}}.oj-login-content{justify-content:center;align-items:center;width:100%;padding:0;display:flex}.oj-form{background:#fff;border:1px solid #d9e0ea;border-radius:16px;flex-direction:column;gap:10px;width:min(460px,100%);padding:clamp(18px,1.8vw,22px);display:flex;box-shadow:0 14px 32px #0b244224}.oj-login-copy{flex-direction:column;gap:6px;margin-bottom:2px;display:flex}.oj-login-copy h1{color:#0f172a;margin:0;font-size:clamp(1.5rem,1.9vw,2rem);line-height:1.1}.oj-login-copy p{color:#475569;margin:0;font-size:.93rem;line-height:1.5}.oj-login-kicker{color:#0b4b96;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:800}.oj-field{background:#f7f9fc;border:1px solid #d4dbe5;border-radius:12px;align-items:center;gap:10px;height:clamp(46px,4.8vw,52px);padding:0 12px;display:flex}.oj-icon{opacity:.7;font-size:clamp(14px,2vw,18px)}.oj-field input{color:#30435d;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:clamp(15px,1.3vw,18px)}.oj-eye{cursor:pointer;background:0 0;border:none;font-size:clamp(14px,1.8vw,18px)}.oj-submit{color:#fff;cursor:pointer;background:#0b4b96;border:none;border-radius:12px;height:clamp(50px,5vw,58px);margin-top:4px;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600}.oj-submit:disabled{opacity:.65}.oj-login-message{color:#b91c1c;text-align:center;margin:0;font-size:14px;font-weight:600}@media (max-width:980px){.oj-login-shell{overscroll-behavior:none;background:#fff;min-height:100dvh;padding:16px;overflow:hidden}.oj-login-card{min-height:unset;gap:0;width:100%;max-height:none}.oj-form{width:min(460px,100%)}}@media (max-width:560px){.oj-login-shell{padding:14px}.oj-login-card{gap:0}.oj-form{padding:18px}}
