:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#070b16;color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-width:1180px;background:radial-gradient(circle at top right,rgba(90,84,255,.14),transparent 28%),#070b16}button,input,select{font:inherit}button{cursor:pointer}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:28px 20px;border-right:1px solid rgba(148,163,184,.12);background:rgba(7,11,22,.9);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);display:flex;flex-direction:column}.brandMark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#7857ff,#2ed4c7);font-weight:900;box-shadow:0 12px 30px rgba(83,69,230,.3)}.brandText{margin:14px 0 34px;display:grid;grid-gap:3px;gap:3px}.brandText strong{font-size:16px}.brandText span,.sidebarFooter span{color:#7d8aa5;font-size:12px}nav{display:grid;grid-gap:8px;gap:8px}.navItem{display:flex;gap:12px;align-items:center;border:0;border-radius:12px;padding:12px 14px;background:transparent;color:#8995ad;text-align:left}.navItem.active,.navItem:hover{color:#fff;background:linear-gradient(90deg,rgba(120,87,255,.22),rgba(46,212,199,.08))}.sidebarFooter{margin-top:auto;display:flex;align-items:center;gap:10px;padding-top:20px;border-top:1px solid rgba(148,163,184,.12)}.sidebarFooter div:last-child{display:grid;grid-gap:2px;gap:2px}.profileAvatar{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#151c31;color:#b8c1d8;font-weight:700}.content{padding:28px 30px 40px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.eyebrow{margin:0 0 5px;color:#766bf6;letter-spacing:.14em;font-size:10px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:30px}h2{margin:0;font-size:19px}h3{margin-bottom:0;font-size:16px}.topActions{gap:10px}.searchBox,.topActions{display:flex;align-items:center}.searchBox{width:290px;gap:9px;padding:10px 13px;border:1px solid rgba(148,163,184,.14);border-radius:12px;background:rgba(15,23,42,.72);color:#76839b}.searchBox input{width:100%;border:0;outline:0;background:transparent;color:#fff}.iconButton,.primaryButton{height:42px;border:1px solid rgba(148,163,184,.13);border-radius:12px;color:#fff}.iconButton{position:relative;width:42px;background:#10172a}.notificationDot{position:absolute;width:7px;height:7px;border-radius:50%;background:#fb7185;top:9px;right:9px}.primaryButton{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;background:linear-gradient(135deg,#6c56e8,#5544cf);box-shadow:0 10px 25px rgba(86,68,207,.22)}.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:16px}.glassPanel,.statCard{border:1px solid rgba(148,163,184,.12);background:linear-gradient(145deg,rgba(20,27,48,.9),rgba(11,16,31,.78));box-shadow:0 20px 50px rgba(0,0,0,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.statCard{min-height:112px;border-radius:16px;padding:18px;display:grid;grid-gap:4px;gap:4px}.statCard span{color:#8692aa;font-size:13px}.statCard strong{font-size:29px}.statCard small{color:#667189}.statCard.warning{border-color:rgba(245,158,11,.3)}.statCard.danger{border-color:rgba(244,63,94,.35)}.workspaceGrid{display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:16px;gap:16px}.glassPanel{border-radius:18px;overflow:hidden}.calendarToolbar{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid rgba(148,163,184,.1)}.monthNavigation{display:flex;align-items:center;gap:12px}.monthNavigation h2{min-width:180px;text-align:center}.monthNavigation button,.sectionHeading button,.todayButton,.viewToggle button{border:0;background:transparent;color:#7f8ca5}.monthNavigation button{width:30px;height:30px;display:grid;place-items:center;border-radius:8px}.monthNavigation button:hover{background:rgba(148,163,184,.08);color:#fff}.toolbarRight{display:flex;align-items:center;gap:10px}.todayButton{padding:8px 11px;border:1px solid rgba(148,163,184,.12);border-radius:9px}.todayButton:hover{color:#fff;background:rgba(148,163,184,.07)}.viewToggle{padding:4px;border-radius:10px;background:#0a1020}.viewToggle button{padding:7px 11px;border-radius:8px;font-size:12px}.viewToggle .selected{background:#252044;color:#c8c2ff}.calendarGrid{display:grid;grid-template-columns:repeat(7,minmax(125px,1fr))}.weekdayRow{background:rgba(7,11,22,.46);color:#6f7c95;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.weekdayRow div{padding:10px 12px;border-right:1px solid rgba(148,163,184,.08)}.daysGrid{grid-auto-rows:minmax(145px,auto)}.dayCell{position:relative;padding:28px 6px 7px;border-top:1px solid rgba(148,163,184,.08);border-right:1px solid rgba(148,163,184,.08);min-height:145px;background:rgba(7,11,22,.13);transition:background .18s ease}.dayCell:hover{background:rgba(120,87,255,.045)}.dayCell.muted{opacity:.3;background:rgba(7,11,22,.5)}.dayNumber{position:absolute;top:7px;right:9px;color:#8894ab;font-size:12px;font-weight:700}.dayAddButton{position:absolute;top:5px;left:7px;width:22px;height:22px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:transparent}.dayCell:hover .dayAddButton{color:#8d82ff;background:rgba(120,87,255,.1)}.lessonStack{display:grid;grid-gap:5px;gap:5px}.lessonCard{--teacher-colour:#94a3b8;width:100%;position:relative;overflow:hidden;display:grid;grid-gap:2px;gap:2px;border:1px solid color-mix(in srgb,var(--teacher-colour) 35%,transparent);border-left:4px solid var(--teacher-colour);border-radius:8px;padding:6px 7px;background:color-mix(in srgb,var(--teacher-colour) 13%,#10172a);color:#f8fafc;cursor:-webkit-grab;cursor:grab;text-align:left}.lessonCard:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.2)}.lessonCard strong{color:var(--teacher-colour);font-size:9px}.lessonCard span{font-size:10px;font-weight:700}.lessonCard small,.lessonCard span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lessonCard small{color:#aab4c8;font-size:9px}.lessonCard.unavailable{border-color:#fb7185;box-shadow:inset 0 0 0 1px rgba(251,113,133,.35)}.lessonCard.unavailable em{color:#fb7185;font-size:8px;font-style:normal;font-weight:800;text-transform:uppercase}.lessonCard.unassigned{border-style:dashed;border-color:#fb7185;background:rgba(251,113,133,.09)}.rightRail{display:grid;align-content:start;grid-gap:16px;gap:16px}.filterPanel,.unassignedPanel{padding:16px}.sectionHeading{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.sectionHeading p{margin-bottom:3px}.sectionHeading button{color:#887cf8;font-size:12px}.teacherList{display:grid;grid-gap:8px;gap:8px}.teacherOption{display:grid;grid-template-columns:18px 10px 1fr;align-items:center;grid-gap:9px;gap:9px;padding:7px 8px;border-radius:9px;color:#b9c2d4;font-size:12px}.teacherOption:hover{background:rgba(148,163,184,.06)}.teacherOption input{accent-color:#7367ef}.colourDot{width:9px;height:9px;border-radius:50%;box-shadow:0 0 12px currentColor}.countBadge{min-width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:rgba(251,113,133,.13);color:#fb7185;font-size:12px;font-weight:800}.unassignedCard{display:grid;grid-gap:5px;gap:5px;margin-top:10px;padding:12px;border:1px dashed rgba(251,113,133,.45);border-radius:12px;background:rgba(251,113,133,.06)}.unassignedCard strong{font-size:12px}.unassignedCard span{color:#a8b1c5;font-size:11px}.unassignedCard small{display:flex;gap:5px;align-items:center;color:#78859d}.unassignedCard button{margin-top:4px;padding:8px;border:0;border-radius:8px;background:rgba(120,87,255,.16);color:#bdb4ff;font-size:11px}.weekGrid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));min-height:620px}.weekColumn{border-right:1px solid rgba(148,163,184,.08)}.weekHeading{width:100%;display:grid;place-items:center;grid-gap:3px;gap:3px;padding:14px;border:0;border-bottom:1px solid rgba(148,163,184,.08);background:rgba(7,11,22,.35);color:#8692aa}.weekHeading strong{font-size:20px;color:#fff}.weekHeading:hover{background:rgba(120,87,255,.07)}.weekLessons{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:10px 7px}.emptySlot{min-height:80px;border:1px dashed rgba(148,163,184,.13);border-radius:10px;background:transparent;color:#667189}.emptySlot:hover{border-color:rgba(120,87,255,.4);color:#a99fff}.dayAgenda{min-height:620px;padding:22px}.agendaHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.agendaItem{--teacher-colour:#94a3b8;width:100%;display:grid;grid-template-columns:78px 4px 1fr auto;align-items:center;grid-gap:15px;gap:15px;margin-bottom:10px;padding:16px;border:1px solid rgba(148,163,184,.11);border-radius:13px;background:rgba(10,16,32,.65);color:#fff;text-align:left}.agendaItem:hover{transform:translateX(2px);border-color:color-mix(in srgb,var(--teacher-colour) 45%,transparent)}.agendaTime{display:grid;color:var(--teacher-colour);font-weight:800}.agendaTime small{color:#738098;font-weight:500}.agendaAccent{width:4px;height:42px;border-radius:4px;background:var(--teacher-colour)}.agendaDetails{display:grid;grid-gap:4px;gap:4px}.agendaDetails small{color:#8c98af}.agendaItem em{color:#fb7185;font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}.emptyAgenda{min-height:420px;display:grid;place-items:center;align-content:center;grid-gap:8px;gap:8px;color:#728097}.emptyAgenda strong{color:#c7cfdd}.modalBackdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px;background:rgba(2,6,16,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lessonModal{width:min(560px,100%);display:grid;grid-gap:15px;gap:15px;padding:22px;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:linear-gradient(145deg,#151d33,#0b1121);box-shadow:0 30px 90px rgba(0,0,0,.5)}.modalHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.closeButton{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;background:rgba(148,163,184,.08);color:#98a4ba}.lessonModal label{display:grid;grid-gap:7px;gap:7px;color:#9aa6bc;font-size:12px;font-weight:700}.lessonModal input,.lessonModal select{width:100%;height:42px;padding:0 12px;border:1px solid rgba(148,163,184,.16);border-radius:10px;outline:0;background:#0a1020;color:#fff}.lessonModal input:focus,.lessonModal select:focus{border-color:#7568ed;box-shadow:0 0 0 3px rgba(117,104,237,.12)}.formRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.checkboxRow{display:flex!important;grid-template-columns:none;align-items:center;gap:9px!important}.checkboxRow input{width:16px;height:16px;accent-color:#7367ef}.modalActions{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:9px;gap:9px;margin-top:5px}.deleteButton,.secondaryButton{height:42px;display:flex;align-items:center;gap:7px;padding:0 15px;border-radius:11px}.secondaryButton{border:1px solid rgba(148,163,184,.15);background:rgba(148,163,184,.06);color:#aeb8ca}.deleteButton{border:1px solid rgba(251,113,133,.22);background:rgba(251,113,133,.08);color:#fb7185}@media (max-width:1300px){body{min-width:1050px}.shell{grid-template-columns:210px 1fr}.content{padding-left:20px;padding-right:20px}.workspaceGrid{grid-template-columns:minmax(0,1fr) 230px}.calendarGrid{grid-template-columns:repeat(7,minmax(110px,1fr))}}body,html{max-width:100%;overflow-x:hidden}body{min-width:0!important}.adminAppShell{min-height:100vh}.adminPageContent{min-height:100vh;margin-left:238px;min-width:0;padding-bottom:96px}.adminPageContent main{max-width:100%;overflow:visible}.adminPageContent .manageShell,.adminPageContent .shell{min-height:calc(100vh - 1px)}.adminPageContent .accountList,.adminPageContent .panel,.adminPageContent .records{scroll-margin-top:18px}.adminPageContent table{max-width:100%}.adminPageContent .accountList,.adminPageContent .records,.adminPageContent .tableWrap{overscroll-behavior:contain}@media(max-width:900px){.adminPageContent{margin-left:0;padding-bottom:90px}.content{padding:18px 14px 100px}.calendarToolbar,.manageHeader,.panelHeading,.toolbarRight,.topbar{align-items:flex-start;flex-wrap:wrap}.toolbarRight,.topActions{width:100%;overflow-x:auto;padding-bottom:4px}.searchBox{width:min(100%,360px)}.statsGrid,.summaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspaceGrid{grid-template-columns:1fr}.sidebar{display:none}.shell{display:block!important;min-height:100vh!important}.calendarToolbar{gap:12px}.calendarGrid,.weekGrid{min-width:840px}.glassPanel{overflow:auto}.formRow,.modalActions{grid-template-columns:1fr}.lessonModal{max-height:calc(100dvh - 24px);overflow:auto}}@media(max-width:600px){.statsGrid,.summaryGrid{grid-template-columns:1fr}.content{padding:14px 10px 96px}h1{font-size:24px}.monthNavigation{width:100%;justify-content:space-between}.monthNavigation h2{min-width:0;font-size:16px}.viewToggle{white-space:nowrap}.agendaItem{grid-template-columns:64px 4px 1fr;padding:12px;gap:10px}.agendaItem em,.agendaItem>svg{display:none}}body.light-mode{background:linear-gradient(135deg,#f8fafc,#eef2ff);color:#172033}body.light-mode .adminMobileBar,body.light-mode .adminSidebar{background:hsla(0,0%,100%,.96);border-color:#dbe2ee}body.light-mode .adminBrand strong,body.light-mode .adminMobileBar strong{color:#172033}body.light-mode .adminBrand span,body.light-mode .adminSidebarFooter span,body.light-mode .adminSidebarFooter strong{color:#64748b}body.light-mode .adminNavLink{color:#64748b!important}body.light-mode .adminNavLink.active,body.light-mode .adminNavLink:hover{color:#312e81!important;background:linear-gradient(90deg,#eef2ff,#ecfeff)}body.light-mode .auditShell,body.light-mode .conflictShell,body.light-mode .editorShell,body.light-mode .historyShell,body.light-mode .importShell,body.light-mode .manageShell,body.light-mode .requestShell{color:#172033}body.light-mode .accountCard,body.light-mode .calendarCard,body.light-mode .history,body.light-mode .message,body.light-mode .nextCard,body.light-mode .panel,body.light-mode .queue,body.light-mode .quickCard,body.light-mode .requestCard,body.light-mode .requestsCard,body.light-mode .scheduleCard,body.light-mode .section,body.light-mode .smartDashboard,body.light-mode .stats article,body.light-mode .statsGrid article,body.light-mode .status,body.light-mode .summaryCards a,body.light-mode .summaryCards article,body.light-mode .summaryGrid article,body.light-mode .upcomingCard,body.light-mode .weekCard,body.light-mode .workloadPanel{background:#fff!important;border-color:#dbe2ee!important;box-shadow:0 10px 28px rgba(30,41,59,.08)}body.light-mode .editorHeader h1,body.light-mode .manageHeader h1,body.light-mode h1,body.light-mode h2,body.light-mode h3,body.light-mode strong{color:#172033}body.light-mode .editorHeader span,body.light-mode .manageHeader span,body.light-mode .panelHeading small,body.light-mode small,body.light-mode span{color:#64748b}body.light-mode .filterBar select,body.light-mode .formGrid input,body.light-mode .formGrid select,body.light-mode .searchBox,body.light-mode input,body.light-mode select,body.light-mode textarea{background:#f8fafc!important;color:#172033!important;border-color:#cbd5e1!important}body.light-mode .changePassword,body.light-mode .exportButton,body.light-mode .filterBar>button,body.light-mode .quickRow,body.light-mode .refreshButton,body.light-mode .secondary,body.light-mode .signOut{background:#f8fafc;color:#334155;border-color:#cbd5e1}body.light-mode .agendaItem,body.light-mode .lessonCard,body.light-mode .quickLink,body.light-mode .requestList article,body.light-mode .task,body.light-mode .upcomingGrid article{background:#f8fafc!important;color:#172033}body.light-mode .fc{--fc-page-bg-color:#fff;--fc-neutral-bg-color:#f8fafc;--fc-border-color:#dbe2ee;color:#172033}body.light-mode .fc .fc-col-header-cell{background:#eef2ff!important}body.light-mode .fc .fc-col-header-cell-cushion,body.light-mode .fc .fc-daygrid-day-number{color:#334155!important}body.light-mode .fc .fc-button{background:#eef2ff!important;color:#334155!important;border-color:#cbd5e1!important}body.light-mode .fc .fc-button-active,body.light-mode .fc .fc-button:hover{background:#6653de!important;color:#fff!important}body.light-mode .fc .eventCard,body.light-mode .fc .eventCard small,body.light-mode .fc .eventCard span,body.light-mode .fc .eventCard strong,body.light-mode .fc .fc-daygrid-event,body.light-mode .fc .fc-event,body.light-mode .fc .fc-event-main,body.light-mode .fc .fc-event-main-frame,body.light-mode .fc .fc-timegrid-event{color:#172033!important}body.light-mode .quickActions .quickTrigger{color:#fff}body.light-mode .loginShell,body.light-mode .passwordShell{background:linear-gradient(135deg,#f8fafc,#eef2ff);color:#172033}body.light-mode .loginCard,body.light-mode .passwordCard{background:#fff;border-color:#dbe2ee;box-shadow:0 20px 60px rgba(30,41,59,.12)}body.light-mode .loginCard h1,body.light-mode .passwordCard h1{color:#172033}body.light-mode .loginCard .intro,body.light-mode .passwordCard>span{color:#64748b}body.light-mode .loginCard .inputWrap,body.light-mode .passwordCard label>div{background:#f8fafc;border-color:#cbd5e1;color:#64748b}body.light-mode .loginCard .inputWrap input,body.light-mode .passwordCard input{color:#172033}body.light-mode .loginCard small{color:#64748b}body.light-mode .dayPanel,body.light-mode .lessonDrawer,body.light-mode .quickDrawer,body.light-mode .requestModal{background:#fff;border-color:#dbe2ee;box-shadow:0 20px 60px rgba(30,41,59,.18)}body.light-mode .drawerHeader h2,body.light-mode .requestModal h3{color:#172033}body.light-mode .drawerHeader button,body.light-mode .drawerHeader span{color:#64748b}body.light-mode .dayLessonList>button{background:#f8fafc;color:#172033;border-color:#dbe2ee}body.light-mode .dayLessonList small,body.light-mode .noDayLessons{color:#64748b}body.light-mode .addAnother,body.light-mode .copyLessons{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}body.light-mode .importCard,body.light-mode .importStats article,body.light-mode .previewCard{background:#fff;border-color:#dbe2ee}body.light-mode .dropZone{background:#f8fafc;color:#4338ca;border-color:#a5b4fc}body.light-mode .dropZone span,body.light-mode .importHeader span{color:#64748b}body.light-mode .analysisSummary{background:linear-gradient(135deg,#eef2ff,#fff);border-color:#c7d2fe}body.light-mode .analysisSummary h2,body.light-mode .analysisSummary span,body.light-mode .analysisSummary strong{color:#172033}body.light-mode .removedPanel,body.light-mode .tableWrap,body.light-mode .toolbar{background:#f8fafc;color:#172033;border-color:#dbe2ee}body.light-mode .tableWrap th{background:#e2e8f0;color:#334155}body.light-mode .tableWrap td{color:#334155;border-color:#dbe2ee}body.light-mode .noteField textarea,body.light-mode .requestModal input,body.light-mode .requestModal select,body.light-mode .requestModal textarea{background:#f8fafc;color:#172033;border-color:#cbd5e1}body.light-mode .requestCard .lessonList,body.light-mode .requestCard .remarks{background:#f8fafc;color:#334155}body.light-mode .lessonHero,body.light-mode .original,body.light-mode .suggestionHeading,body.light-mode .suggestions article{color:#172033}body.light-mode .calendarAiPanel{background:linear-gradient(160deg,#fff,#f8fafc);border-color:#dbe2ee;box-shadow:0 20px 60px rgba(30,41,59,.2)}body.light-mode .calendarAiHeader,body.light-mode .calendarAiNotice{border-color:#dbe2ee}body.light-mode .calendarAiBubble h4,body.light-mode .calendarAiIdentity strong{color:#172033}body.light-mode .calendarAiBubble,body.light-mode .calendarAiComposer small,body.light-mode .calendarAiIdentity span,body.light-mode .calendarAiNotice{color:#64748b}body.light-mode .calendarAiBubble{background:#eef2ff;border-color:#dbe2ee}body.light-mode .calendarAiComposer{background:#fff;border-color:#dbe2ee}body.light-mode .alertGrid a,body.light-mode .auditShell article,body.light-mode .conflictCard,body.light-mode .emptyState,body.light-mode .historyShell article,body.light-mode .record,body.light-mode .statusMessage,body.light-mode .suggestions article,body.light-mode .tabs button,body.light-mode .toolbar button{background:#fff!important;border-color:#dbe2ee!important;color:#334155}body.light-mode .alertGrid a span,body.light-mode .auditShell article span,body.light-mode .conflictCard p,body.light-mode .emptyState span,body.light-mode .historyShell article span,body.light-mode .record small,body.light-mode .statusMessage,body.light-mode .suggestions article span,body.light-mode .tabs button,body.light-mode .toolbar button{color:#64748b!important}body.light-mode .alertGrid a b,body.light-mode .auditShell article strong,body.light-mode .conflictCard h3,body.light-mode .emptyState strong,body.light-mode .historyShell article strong,body.light-mode .record strong,body.light-mode .suggestions article strong{color:#172033!important}body.light-mode .tabs button.active,body.light-mode .toolbar button.active{background:#6653de!important;color:#fff!important;border-color:#6653de!important}body.light-mode .toolbar button.active b{color:#fff!important}body.light-mode .importShell .statusBox{background:#f8fafc!important;border-color:#dbe2ee;color:#64748b}body.light-mode .importShell .statusBox.ready,body.light-mode .importShell .statusBox.saved{color:#15803d}body.light-mode .importShell .statusBox.error{color:#be123c}body.light-mode .accountCard .timetableAccess label,body.light-mode .teacherChips span{background:#eef2ff;color:#334155;border-color:#cbd5e1}body.light-mode .accountCard .timetableAccess label.primaryTeacher{background:#e0e7ff;color:#312e81}body.light-mode .smartDashboard .summaryCards strong{color:#172033!important}body.light-mode .smartDashboard .alertGrid span,body.light-mode .smartDashboard .smartActions span,body.light-mode .smartDashboard .summaryCards span{color:#475569!important}body.light-mode .manageShell .summaryGrid strong,body.light-mode .requestShell .summaryGrid strong{color:#172033!important}body.light-mode .manageShell .summaryGrid span,body.light-mode .requestShell .summaryGrid span{color:#475569!important}body.light-mode .manageShell .accountIdentity span,body.light-mode .manageShell .accountIdentity strong,body.light-mode .manageShell .fields label,body.light-mode .manageShell .timetableAccess>span{color:#334155!important}body.light-mode .requestShell .statusMessage{color:#334155!important;background:#fff!important;border-color:#dbe2ee!important}body.light-mode .manageShell .avatar{background:#e0e7ff!important;color:#312e81!important}body.light-mode .manageShell .teacherChips span{background:#eef2ff!important;color:#334155!important;border-color:#cbd5e1!important}body.light-mode .shell{background:linear-gradient(135deg,#f8fafc,#eef2ff)!important;color:#172033!important}body.light-mode .shell .card{background:#fff!important;border-color:#dbe2ee!important;box-shadow:0 20px 60px rgba(30,41,59,.12)!important}body.light-mode .shell .card h1,body.light-mode .shell .card label,body.light-mode .shell .card strong{color:#172033!important}body.light-mode .shell .card .loading,body.light-mode .shell .card>span{color:#475569!important}body.light-mode .shell .card label>div{background:#f8fafc!important;border-color:#cbd5e1!important}body.light-mode .shell .card input{color:#172033!important}body.light-mode .shell:has(.card){display:grid!important;grid-template-columns:1fr!important;place-items:center!important;width:100%!important;min-height:100vh!important;margin:0!important;padding:24px!important}body.light-mode .teacherStrip button{background:#fff!important;color:#334155!important;border-color:#cbd5e1!important}body.light-mode .teacherStrip button.active{background:#eef2ff!important;color:#172033!important}body.light-mode .portalShell .nextCard,body.light-mode .portalShell .quickCard,body.light-mode .portalShell .requestsCard,body.light-mode .portalShell .scheduleCard,body.light-mode .portalShell .statGrid article,body.light-mode .portalShell .upcomingCard,body.light-mode .portalShell .weekCard{border-color:#dbe2ee!important;color:#172033!important;box-shadow:0 10px 28px rgba(30,41,59,.08)}body.light-mode .portalShell .sectionHeading h3,body.light-mode .portalShell .sectionHeading>span,body.light-mode .portalShell .statGrid small,body.light-mode .portalShell .statGrid span,body.light-mode .portalShell .statGrid strong,body.light-mode .portalShell .weekCard h3{color:#172033!important}body.light-mode .portalShell .barColumn>div{background:#f1f5f9!important}body.light-mode .portalShell .barColumn>small,body.light-mode .portalShell .barColumn>span,body.light-mode .portalShell .lessonTime span,body.light-mode .portalShell .upcomingGrid article>small{color:#475569!important}body.light-mode .portalShell .quickCard button{color:#172033!important;border-color:#dbe2ee!important}body.light-mode .portalShell .lessonDetails>span,body.light-mode .portalShell .quickCard button small,body.light-mode .portalShell .todayLesson .lessonDetails small{color:#475569!important}.mobilePortalNav{display:none}.taskTabs{display:flex;gap:8px;margin:14px 0;overflow-x:auto}.taskTabs button{white-space:nowrap;padding:9px 13px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#475569;font-weight:800;cursor:pointer}.taskTabs button.active{background:#6653de;color:#fff;border-color:#6653de}.taskTabs b{margin-left:5px}@media(max-width:780px){.mobilePortalNav{display:flex;gap:8px;margin:0 0 16px;overflow-x:auto}.mobilePortalNav a,.mobilePortalNav button{flex:1 1;min-width:90px;padding:10px 13px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#334155;text-align:center;text-decoration:none;font-size:12px;font-weight:800}.mobilePortalNav a:first-child{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}}body.light-mode .workloadStats button{color:#334155!important;border-color:#cbd5e1!important}body.light-mode .workloadStats button small,body.light-mode .workloadStats button span{color:#64748b!important}body.light-mode .workloadStats button strong{color:#172033!important}body.light-mode .alertGrid a{color:#334155!important;border-color:#dbe2ee!important}body.light-mode .alertGrid a b,body.light-mode .alertGrid a span{color:#334155!important}body.light-mode .conflictShell .bulk,body.light-mode .conflictShell .choice,body.light-mode .conflictShell .choice select,body.light-mode .conflictShell .conflictCard,body.light-mode .conflictShell .lesson,body.light-mode .conflictShell .range,body.light-mode .conflictShell .section{background:#fff!important;color:#334155!important;border-color:#dbe2ee!important}body.light-mode .conflictShell .conflictCard h3,body.light-mode .conflictShell .conflictCard p,body.light-mode .conflictShell .lesson h3,body.light-mode .conflictShell .lesson p,body.light-mode .conflictShell .lesson small{color:#172033!important}body.light-mode .conflictShell .choice select,body.light-mode .conflictShell .range span{color:#64748b!important}body.light-mode .requestShell .requestList .emptyState,body.light-mode .requestShell .statusMessage,body.light-mode .requestShell .toolbar button{background:#fff!important;color:#334155!important;border-color:#dbe2ee!important}body.light-mode .requestShell .toolbar button:not(.active){color:#64748b!important}body.light-mode .smartActions>div{background:#fff!important;color:#64748b!important;border:1px solid #dbe2ee}body.light-mode .auditShell,body.light-mode .auditShell p,body.light-mode .auditShell small,body.light-mode .auditShell span,body.light-mode .conflictShell,body.light-mode .conflictShell p,body.light-mode .conflictShell small,body.light-mode .conflictShell span,body.light-mode .editorShell,body.light-mode .editorShell p,body.light-mode .editorShell small,body.light-mode .editorShell span,body.light-mode .historyShell,body.light-mode .historyShell p,body.light-mode .historyShell small,body.light-mode .historyShell span,body.light-mode .importShell,body.light-mode .importShell p,body.light-mode .importShell small,body.light-mode .importShell span,body.light-mode .manageShell,body.light-mode .manageShell p,body.light-mode .manageShell small,body.light-mode .manageShell span,body.light-mode .requestShell,body.light-mode .requestShell p,body.light-mode .requestShell small,body.light-mode .requestShell span{color:#334155!important}body.light-mode .auditShell h1,body.light-mode .auditShell h2,body.light-mode .conflictShell h1,body.light-mode .conflictShell h2,body.light-mode .conflictShell h3,body.light-mode .editorShell h1,body.light-mode .editorShell h2,body.light-mode .editorShell h3,body.light-mode .historyShell h1,body.light-mode .historyShell h2,body.light-mode .importShell h1,body.light-mode .importShell h2,body.light-mode .importShell h3,body.light-mode .manageShell h1,body.light-mode .manageShell h2,body.light-mode .manageShell h3,body.light-mode .requestShell h1,body.light-mode .requestShell h2,body.light-mode .requestShell h3{color:#172033!important}body.light-mode .agendaItem,body.light-mode .agendaItem small,body.light-mode .agendaItem span,body.light-mode .agendaItem strong,body.light-mode .alertGrid a,body.light-mode .alertGrid a b,body.light-mode .alertGrid a span,body.light-mode .lessonCard,body.light-mode .lessonCard small,body.light-mode .lessonCard span,body.light-mode .lessonCard strong,body.light-mode .workloadStats button,body.light-mode .workloadStats button small,body.light-mode .workloadStats button span,body.light-mode .workloadStats button strong{color:#1e293b!important}body.light-mode .approve,body.light-mode .assigned,body.light-mode .loginButton,body.light-mode .primary,body.light-mode .quickTrigger,body.light-mode .replacementButton,body.light-mode .save,body.light-mode .submit{color:#fff!important}body.light-mode .drawerHeader p,body.light-mode .editorHeader p,body.light-mode .eyebrow,body.light-mode .workloadHeading p{color:#5b4bd6!important}main.shell{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;min-height:100vh!important}main.shell>.sidebar{width:240px!important;min-width:240px!important;max-width:240px!important}main.shell>.sidebar nav{width:100%}main.shell>.sidebar .navItem{width:100%;max-width:100%}main.shell>.content{min-width:0;width:100%}.fc .fc-daygrid-event,.fc .fc-event,.fc .fc-timegrid-event{background-color:var(--fc-event-bg-color)!important;border-color:var(--fc-event-border-color)!important;color:var(--fc-event-text-color,#fff)!important;border-width:1px 1px 1px 4px!important;border-radius:7px!important;box-shadow:0 3px 10px rgba(0,0,0,.18);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.fc .fc-daygrid-event:hover,.fc .fc-event:hover,.fc .fc-timegrid-event:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 6px 16px rgba(0,0,0,.26)}.fc .fc-event-main,.fc .fc-event-main-frame,.fc .fc-event-time,.fc .fc-event-title,.fc .fc-event-title-container{background:transparent!important;color:inherit!important}.fc .fc-daygrid-event-dot{border-color:var(--fc-event-border-color)!important}.fc .eventCard,.fc .eventCard small,.fc .eventCard span,.fc .eventCard strong{color:inherit!important}.fc .eventCard small,.fc .eventCard span{opacity:.92}.fc .eventCard.compact{grid-template-columns:38px minmax(0,1fr)!important;align-items:start!important;line-height:1.25!important}.fc .eventCard.compact strong{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere}.fc .eventCard.compact small{display:block!important;grid-column:2;max-width:none!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}@media (max-width:900px){.calendarCard{overflow-x:auto!important}.calendarCard .fc-timeGridWeek-view{min-width:980px}.calendarCard .fc-timeGridWeek-view .fc-timegrid-col{min-width:135px}}:root{--premium-ink:#17213b;--premium-muted:#60708a;--premium-soft:#f6f8fc;--premium-line:#dce4f0;--premium-purple:#6653de;--premium-shadow:0 14px 35px rgba(30,41,59,.08)}body.light-mode{background:linear-gradient(135deg,#f8fafc,#eef2ff 52%,#f8fafc);color:var(--premium-ink);letter-spacing:-.005em;background:linear-gradient(135deg,#e9eef5,#e7eafb 52%,#eef1f6)}body.light-mode button,body.light-mode input,body.light-mode select,body.light-mode textarea{font-family:inherit}body.light-mode .adminPageContent main,body.light-mode .auditShell,body.light-mode .conflictShell,body.light-mode .historyShell,body.light-mode .importShell,body.light-mode .manageShell,body.light-mode .portalShell,body.light-mode .requestShell{color:var(--premium-ink)}body.light-mode .adminSidebar{background:hsla(0,0%,100%,.9)!important;border-right:1px solid var(--premium-line)!important;box-shadow:10px 0 30px rgba(30,41,59,.04)}body.light-mode .adminNavLink{border:1px solid transparent;border-radius:12px;transition:all .18s ease}body.light-mode .adminNavLink:hover{background:#f1f4fb!important;color:#334155!important;transform:translateX(2px)}body.light-mode .adminNavLink.active{background:linear-gradient(90deg,#eeedff,#f1fbfa)!important;border-color:#dcd9ff;box-shadow:inset 3px 0 var(--premium-purple),0 5px 14px rgba(102,83,222,.06)}body.light-mode .auditShell h1,body.light-mode .conflictShell h1,body.light-mode .editorHeader h1,body.light-mode .historyShell h1,body.light-mode .manageHeader h1,body.light-mode .requestHeader h1{font-weight:850;letter-spacing:-.04em}body.light-mode .accountCard,body.light-mode .calendarCard,body.light-mode .history,body.light-mode .message,body.light-mode .nextCard,body.light-mode .panel,body.light-mode .queue,body.light-mode .quickCard,body.light-mode .requestCard,body.light-mode .requestsCard,body.light-mode .scheduleCard,body.light-mode .section,body.light-mode .smartDashboard,body.light-mode .stats article,body.light-mode .statsGrid article,body.light-mode .status,body.light-mode .summaryCards a,body.light-mode .summaryCards article,body.light-mode .summaryGrid article,body.light-mode .upcomingCard,body.light-mode .weekCard,body.light-mode .workloadPanel{border:1px solid var(--premium-line)!important;box-shadow:var(--premium-shadow)!important}body.light-mode .smartDashboard{background:linear-gradient(145deg,#fff,#f8f9ff)!important;padding:22px!important}body.light-mode .smartDashboard header{padding-bottom:3px}body.light-mode .summaryCards a,body.light-mode .summaryCards article{background:linear-gradient(145deg,#fff,#fbfcff)!important;min-height:94px;border-radius:15px!important;transition:transform .18s ease,box-shadow .18s ease}body.light-mode .summaryCards a:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(30,41,59,.1)}body.light-mode .alertGrid a{background:#fff!important;border-radius:14px!important;min-height:112px;transition:transform .18s ease,box-shadow .18s ease}body.light-mode .alertGrid a:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(30,41,59,.1)}body.light-mode .filterBar{padding:4px 0 2px}body.light-mode .filterBar select,body.light-mode .filterBar>button,body.light-mode .searchBox{background:#fff!important;border:1px solid var(--premium-line)!important;box-shadow:0 3px 12px rgba(30,41,59,.04)}body.light-mode .filterBar select:focus,body.light-mode .searchBox:focus-within{border-color:#aaa1f4!important;box-shadow:0 0 0 4px rgba(102,83,222,.1)}body.light-mode .conflictLink,body.light-mode .exportButton,body.light-mode .quickAddButton{border-radius:11px!important;box-shadow:0 6px 15px rgba(30,41,59,.06)}body.light-mode .quickAddButton{background:#ecfdf5!important;border-color:#9ae6c2!important;color:#15803d!important}body.light-mode .exportButton{background:#fff!important;color:#334155!important}body.light-mode .conflictLink{background:linear-gradient(135deg,#7163e8,#5545c9)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:126px!important;height:44px!important;padding:10px 14px!important;box-sizing:border-box;white-space:nowrap;text-align:center;text-decoration:none!important;flex-shrink:0}body.light-mode .workloadPanel{background:#fff!important;padding:16px 18px!important}body.light-mode .workloadStats button{background:#f8fafc!important;border-color:#dce4f0!important;border-radius:12px!important;transition:transform .18s ease,box-shadow .18s ease}body.light-mode .workloadStats button:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(30,41,59,.08)}body.light-mode .workloadStats button.active{background:#fff1f2!important;border-color:#fda4af!important}body.light-mode .calendarCard{background:#fff!important;padding:16px!important}body.light-mode .fc .fc-toolbar-title{font-weight:850;letter-spacing:-.035em}body.light-mode .fc .fc-button{border-radius:10px!important;box-shadow:0 3px 10px rgba(30,41,59,.05)!important}body.light-mode .fc .fc-daygrid-day,body.light-mode .fc .fc-timegrid-col{background:#fff!important}body.light-mode .fc .fc-daygrid-day:hover{background:#f8f9ff!important}body.light-mode .fc .fc-day-today{background:#f1efff!important}body.light-mode .fc .fc-daygrid-event,body.light-mode .fc .fc-timegrid-event{box-shadow:0 3px 9px rgba(30,41,59,.08)!important;border-radius:8px!important}body.light-mode .dayPanel,body.light-mode .lessonDrawer,body.light-mode .quickDrawer,body.light-mode .requestModal{background:#fff!important;box-shadow:-18px 0 55px rgba(30,41,59,.16)!important}body.light-mode .dayLessonList>button,body.light-mode .quickRow{background:#f8fafc!important;border-color:var(--premium-line)!important}body.light-mode .addLesson,body.light-mode .primary,body.light-mode .save{border-radius:12px!important;background:linear-gradient(135deg,#7163e8,#5545c9)!important;box-shadow:0 8px 18px rgba(102,83,222,.18)}body.light-mode .delete{border-radius:11px!important}body.light-mode .portalHeader{padding-bottom:4px}body.light-mode .portalShell .nextCard,body.light-mode .portalShell .quickCard,body.light-mode .portalShell .requestsCard,body.light-mode .portalShell .scheduleCard,body.light-mode .portalShell .statGrid article,body.light-mode .portalShell .upcomingCard,body.light-mode .portalShell .weekCard{background:#fff!important;border-radius:18px!important}body.light-mode .portalShell .requestList article,body.light-mode .portalShell .statGrid article,body.light-mode .portalShell .upcomingGrid article{transition:transform .18s ease,box-shadow .18s ease}body.light-mode .portalShell .requestList article:hover,body.light-mode .portalShell .statGrid article:hover,body.light-mode .portalShell .upcomingGrid article:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(30,41,59,.1)}body.light-mode .mobilePortalNav a,body.light-mode .mobilePortalNav button{border-radius:12px;box-shadow:0 4px 12px rgba(30,41,59,.05)}body.light-mode .accountCard,body.light-mode .auditShell article,body.light-mode .calendarCard,body.light-mode .history,body.light-mode .historyShell article,body.light-mode .message,body.light-mode .nextCard,body.light-mode .panel,body.light-mode .queue,body.light-mode .quickCard,body.light-mode .requestCard,body.light-mode .requestsCard,body.light-mode .scheduleCard,body.light-mode .section,body.light-mode .smartDashboard,body.light-mode .stats article,body.light-mode .statsGrid article,body.light-mode .status,body.light-mode .summaryCards a,body.light-mode .summaryCards article,body.light-mode .summaryGrid article,body.light-mode .upcomingCard,body.light-mode .weekCard,body.light-mode .workloadPanel{background:#f8fafc!important}body.light-mode .agendaItem,body.light-mode .alertGrid a,body.light-mode .dayLessonList>button,body.light-mode .lessonCard,body.light-mode .quickLink,body.light-mode .quickRow,body.light-mode .requestList article,body.light-mode .summaryCards a,body.light-mode .summaryCards article,body.light-mode .task,body.light-mode .upcomingGrid article,body.light-mode .workloadStats button{background:#f1f4f8!important}body.light-mode .filterBar select,body.light-mode .filterBar>button,body.light-mode .searchBox,body.light-mode input,body.light-mode select,body.light-mode textarea{background:#eef2f6!important}body.light-mode .importShell .dropZone{border-radius:16px!important;background:linear-gradient(145deg,#fff,#f8f9ff)!important;box-shadow:inset 0 0 0 1px rgba(102,83,222,.05)}body.light-mode .importShell .tableWrap{border-radius:14px;box-shadow:var(--premium-shadow)}body.light-mode .importShell .importStats article{background:#f1f4f8!important;border-color:#dbe2ee!important;color:#172033!important}body.light-mode .importShell .importStats article span{color:#52627a!important}body.light-mode .importShell .importStats article strong{color:#172033!important}body.light-mode .importShell .importStats article.new strong{color:#15803d!important}body.light-mode .importShell .importStats article.changed strong{color:#a16207!important}body.light-mode .importShell .importStats article.danger strong,body.light-mode .importShell .importStats article.removed strong{color:#be123c!important}body.light-mode .filters{padding:12px;border:1px solid var(--premium-line);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(30,41,59,.04)}body.light-mode .adminPageContent main.shell{display:block!important;grid-template-columns:1fr!important;width:100%;min-width:0}body.light-mode .adminPageContent main.shell>.workspace{grid-template-columns:390px minmax(0,1fr)}body.light-mode .taskTabs button{box-shadow:0 4px 12px rgba(30,41,59,.04);transition:transform .18s ease}body.light-mode .taskTabs button:hover{transform:translateY(-1px)}body.light-mode .quickPanel{background:#f8fafc!important;border-color:#dbe2ee!important;box-shadow:0 20px 55px rgba(30,41,59,.16)!important}body.light-mode .quickPanelHeader button,body.light-mode .quickPanelHeader strong{color:#334155!important}body.light-mode .quickPanelHeader button{background:#eef2f6!important}body.light-mode .quickLink{border-color:#dbe2ee!important}body.light-mode .quickLink,body.light-mode .quickLink.danger,body.light-mode .quickLink.dangerSoft,body.light-mode .quickLink.info,body.light-mode .quickLink.purple,body.light-mode .quickLink.warning{background:#fff!important;color:#334155!important}body.light-mode .quickLink svg{color:#6653de!important}body.light-mode .calendarAiTrigger{background:#fff!important;color:#334155!important;border-color:#dbe2ee!important}@media(max-width:900px){body.light-mode .editorHeader .headerActions{gap:7px}.editorHeader .headerActions>*{min-height:44px}.editorHeader .headerActions .conflictLink{grid-column:1/-1}.workloadPanel{border-radius:16px!important}.smartDashboard{border-radius:18px!important}body.light-mode .editorHeader .headerActions{display:flex!important;flex-wrap:wrap;width:100%;justify-content:stretch}.editorHeader .headerActions>*{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 7px);min-width:0}.editorHeader .headerActions .conflictLink{flex:1 1 100%;width:100%;min-width:0}}body.light-mode .bulkToolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:10px 0;padding:10px 12px;border:1px solid var(--premium-line);border-radius:12px;background:#fff;color:#334155;box-shadow:0 4px 14px rgba(30,41,59,.04)}body.light-mode .bulkToolbar label{display:flex;align-items:center;gap:7px;margin-right:auto;font-size:12px;font-weight:800}body.light-mode .bulkToolbar button,body.light-mode .bulkToolbar select{min-height:36px;padding:7px 10px;border:1px solid #cbd5e1;border-radius:9px;background:#f8fafc;color:#334155;font-size:12px;font-weight:800}body.light-mode .bulkToolbar button{background:#6653de;color:#fff;border-color:#6653de}body.light-mode .bulkToolbar .dangerAction{background:#fff1f2;color:#be123c;border-color:#fecdd3}body.light-mode .undoBanner{display:flex;align-items:center;gap:10px;margin:10px 0;padding:10px 13px;border:1px solid #c7d2fe;border-radius:12px;background:#eef2ff;color:#312e81;font-size:12px;font-weight:800}body.light-mode .undoBanner span{margin-right:auto;color:#312e81!important}body.light-mode .undoBanner button{min-height:34px;padding:7px 11px;border:0;border-radius:8px;background:#6653de;color:#fff;font-weight:800;cursor:pointer}body.light-mode .undoBanner .dismissUndo{background:transparent;color:#4338ca}body.light-mode a:focus-visible,body.light-mode button:focus-visible,body.light-mode input:focus-visible,body.light-mode select:focus-visible,body.light-mode textarea:focus-visible{outline:3px solid rgba(102,83,222,.35);outline-offset:2px}body.light-mode input[type=checkbox]{min-width:18px;min-height:18px;accent-color:#6653de}body.light-mode .duplicate{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:10px 14px;border:1px solid #c7d2fe;border-radius:11px;background:#eef2ff;color:#4338ca;font-weight:800;cursor:pointer}body.light-mode .copyDatePanel{display:grid;grid-gap:10px;gap:10px;margin-bottom:14px;padding:14px;border:1px solid #c7d2fe;border-radius:13px;background:#eef2ff;color:#312e81}.copyDatePanel>div{display:flex;gap:8px}.copyDatePanel input{flex:1 1;min-width:0}.copyDatePanel button,.copyDatePanel input{padding:9px 11px;border:1px solid #cbd5e1;border-radius:9px}.copyDatePanel button{background:#6653de;color:#fff;font-weight:800}.copyDatePanel span{font-size:12px;color:#475569}body.light-mode .weekdayPicker{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 0;color:#334155;font-size:12px;font-weight:800}.weekdayPicker>span{width:100%}.weekdayPicker label{display:flex;align-items:center;gap:4px;padding:7px 9px;border:1px solid #dbe2ee;border-radius:8px;background:#fff;color:#475569}@media(max-width:900px){body.light-mode .editorHeader .headerActions>*{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 7px)}body.light-mode .editorHeader .headerActions .conflictLink{flex:1 1 100%}}