:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172733;background:#eef3f6;font-synthesis:none;--navy: #0d4668;--navy-dark: #082f49;--blue: #197ca8;--muted: #6b7c88;--line: #dce5ea;--surface: #fff;--shadow: 0 18px 60px rgba(8, 47, 73, .14)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}.login-page,.state-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 15% 10%,rgba(55,172,193,.22),transparent 30%),linear-gradient(135deg,#083b59,#14738a)}.login-shell{width:min(1020px,100%);min-height:650px;display:grid;grid-template-columns:1.12fr .88fr;overflow:hidden;border:1px solid rgba(255,255,255,.35);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.login-story{position:relative;display:flex;flex-direction:column;padding:48px 54px;color:#fff;overflow:hidden;background:linear-gradient(145deg,#0b3a56f5,#0f677bf0),#0d4668}.login-story:after{content:"SAK";position:absolute;right:-20px;bottom:-45px;font-size:180px;font-weight:900;color:#ffffff0f}.sidebar-brand{position:relative;z-index:1;display:flex;align-items:center;gap:13px}.sidebar-brand div{display:grid;gap:4px}.sidebar-brand strong{font-size:20px}.sidebar-brand small{opacity:.78}.brand-badge{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#fff;background:var(--navy);font-weight:900}.brand-badge.light{color:var(--navy);background:#fff}.story-copy{position:relative;z-index:1;margin:auto 0}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.09em}.story-copy h1{max-width:570px;margin:22px 0 16px;font-size:clamp(34px,4vw,50px);line-height:1.08}.story-copy p{max-width:560px;color:#ffffffc7;line-height:1.7}.story-points{position:relative;z-index:1;display:grid;gap:12px;font-size:13px}.login-form-wrap{display:grid;place-items:center;padding:48px}.login-form{width:100%;max-width:390px}.login-form h2{margin:0 0 8px;color:var(--navy-dark);font-size:32px}.login-form>p{margin:0 0 28px;color:var(--muted);line-height:1.55}.login-form label{display:grid;gap:8px;margin-top:17px;font-size:13px;font-weight:800}.login-form input{width:100%;padding:14px 15px;border:1px solid #cbd8df;border-radius:12px;outline:none}.login-form input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #197ca81c}.primary-button{width:100%;margin-top:22px;padding:15px;border:0;border-radius:12px;color:#fff;background:linear-gradient(90deg,var(--navy),#1d83ad);font-weight:900;cursor:pointer}.primary-button:disabled{opacity:.65;cursor:wait}.login-form>small{display:block;margin-top:20px;text-align:center;color:#94a1aa}.mobile-brand{display:none;color:var(--navy);font-weight:900}.alert{padding:12px 14px;border:1px solid #f0b7b7;border-radius:11px;color:#a73535;background:#fff1f1;font-size:13px}.state-card{max-width:560px;padding:36px;border-radius:20px;background:#fff;box-shadow:var(--shadow)}.state-card h1{color:var(--navy)}.state-card p{color:var(--muted);line-height:1.6}.loader{width:44px;height:44px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.sidebar{padding:24px 18px;color:#fff;background:linear-gradient(180deg,var(--navy),var(--navy-dark))}.sidebar nav{margin-top:38px}.nav-item{width:100%;display:flex;gap:12px;padding:13px 15px;border:0;border-radius:11px;color:#ffffffc2;background:transparent;text-align:left}.nav-item.active{color:#fff;background:#ffffff24}.workspace{min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;border-bottom:1px solid var(--line);background:#fff}.topbar h1{margin:0;color:var(--navy-dark);font-size:24px}.topbar p{margin:4px 0 0;color:var(--muted);font-size:12px}.account{display:flex;align-items:center;gap:12px}.account button{padding:9px 12px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.role-pill{padding:7px 9px;border-radius:999px;color:var(--navy);background:#e6f2f7;font-size:11px;font-weight:900}.dashboard{display:grid;gap:20px;padding:28px}.welcome-card{display:flex;align-items:center;justify-content:space-between;padding:30px;border-radius:18px;color:#fff;background:linear-gradient(110deg,var(--navy),#1b799c)}.welcome-card h2{margin:8px 0;font-size:28px}.welcome-card p{margin:0;color:#fffc}.welcome-mark{display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(255,255,255,.25);border-radius:22px;background:#ffffff1a;font-size:25px;font-weight:900}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.metric,.content-card{padding:22px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 24px #1532440a}.metric{display:grid;gap:11px}.metric span{color:var(--muted);font-size:12px}.metric strong{color:var(--navy)}.content-card h3{margin-top:0;color:var(--navy)}.content-card p{color:var(--muted)}@media(max-width:820px){.login-page{padding:15px}.login-shell{min-height:auto;grid-template-columns:1fr}.login-story{display:none}.login-form-wrap{padding:42px 25px}.mobile-brand{display:inline-block;margin-bottom:28px}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.topbar{align-items:flex-start;padding:16px}.account strong,.role-pill{display:none}.dashboard{padding:16px}.metric-grid{grid-template-columns:1fr}.welcome-mark{display:none}}.student-page{display:grid;gap:18px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.page-heading h2{margin:0;color:var(--navy-dark)}.page-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}.page-actions,.modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.solid-button,.secondary-button,.danger-button,.action-cell button{padding:10px 13px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer;font-weight:750}.solid-button{border-color:var(--navy);color:#fff;background:var(--navy)}.secondary-button{color:var(--navy)}.danger-button{border-color:#d65353!important;color:#fff!important;background:#d65353!important}button:disabled{opacity:.55;cursor:not-allowed}.success-alert{display:flex;justify-content:space-between;padding:12px 15px;border:1px solid #a7dec3;border-radius:11px;color:#17633e;background:#eefaf4}.success-alert button{border:0;background:transparent;cursor:pointer}.import-panel{display:grid;gap:15px}.import-panel h3{margin-bottom:5px}.import-panel p{margin:0;color:var(--muted)}.validation-good{color:#17633e!important}.validation-bad,.danger-text{color:#b23b3b!important}.student-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 190px auto;gap:10px;margin-bottom:18px}.student-toolbar input,.student-toolbar select,.form-grid input,.form-grid select,.modal-card>input{width:100%;padding:11px 12px;border:1px solid #cbd8df;border-radius:9px;background:#fff;outline:none}.student-toolbar input:focus,.form-grid input:focus,.form-grid select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #197ca81a}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{padding:12px;color:#536774;background:#f3f6f8;text-align:left;font-size:11px;text-transform:uppercase}td{padding:12px;border-bottom:1px solid #edf1f3}.empty-cell{padding:30px;color:var(--muted);text-align:center}.action-cell{display:flex;gap:6px;white-space:nowrap}.action-cell button{padding:7px 9px;color:var(--navy)}.status-chip{display:inline-block;padding:5px 8px;border-radius:999px;color:var(--navy);background:#e7f2f7;font-size:10px;font-weight:900}.modal-backdrop{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:20px;background:#061f2e9e}.modal-card{width:min(650px,100%);max-height:90vh;overflow-y:auto;padding:25px;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.modal-card.wide{width:min(820px,100%)}.modal-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-heading h3{margin:0;color:var(--navy)}.modal-heading button{border:0;background:transparent;font-size:25px;cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.form-grid label{display:grid;gap:7px;color:#475d6a;font-size:12px;font-weight:800}.form-grid .span-2{grid-column:span 2}.modal-actions{margin-top:22px}.profile-banner{display:flex;justify-content:space-between;gap:15px;padding:20px;border-radius:13px;color:var(--navy);background:#eaf4ff}.profile-banner strong{font-size:21px}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail-grid div{padding:13px;border:1px solid var(--line);border-radius:10px}.detail-grid dt{color:var(--muted);font-size:11px}.detail-grid dd{margin:5px 0 0;font-weight:750}@media(max-width:820px){.page-heading{align-items:stretch;flex-direction:column}.page-actions{justify-content:stretch}.page-actions button{flex:1}.student-toolbar,.form-grid,.detail-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}}.student-name-cell{display:flex;align-items:center;gap:10px;min-width:190px}.student-name-cell img,.student-name-cell>span{width:36px;height:36px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#dceef7;color:#0b4a6f;font-weight:900;flex:none}.profile-banner{align-items:center}.profile-banner img,.profile-placeholder{width:82px;height:96px;border-radius:14px;object-fit:cover;display:grid;place-items:center;background:#dceef7;color:#0b4a6f;font-size:32px;font-weight:900;flex:none}.profile-banner>div:not(.profile-placeholder){display:grid;gap:4px;flex:1}.profile-banner small{color:#597284}.profile-banner>span{margin-left:auto}.teacher-page{display:grid;gap:18px}.teacher-page .content-card{margin:0}.teacher-page table{min-width:920px}.table-avatar,.mini-avatar,.profile-placeholder{width:40px;height:40px;border-radius:50%;object-fit:cover;display:inline-grid;place-items:center;background:#e4f2f8;color:#07486d;font-weight:800}.profile-card{display:grid;gap:24px}.profile-summary{display:flex;align-items:center;gap:18px;padding:20px;border-radius:16px;background:#eff7fb}.profile-summary img,.profile-summary .profile-placeholder{width:96px;height:96px;border-radius:20px;object-fit:cover;font-size:32px}.profile-summary h2{margin:0 0 6px}.profile-summary p{margin:0 0 10px;color:#64748b}.teacher-page .success-alert{display:flex;justify-content:space-between;align-items:center;background:#ecfdf3;border-color:#86d5a6;color:#166534}.teacher-page .error-alert{background:#fff1f1;border-color:#efb3b3;color:#a62d2d}.teacher-page .alert ul{margin-bottom:0}.import-card{display:grid;gap:16px}.import-card>.primary-button{width:fit-content}@media(max-width:760px){.teacher-page .section-heading{align-items:stretch}.teacher-page .heading-actions{display:grid;grid-template-columns:1fr}.teacher-page .heading-actions button{width:100%}.profile-summary{align-items:flex-start}}.teacher-page .section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.teacher-page .section-heading h2{margin:0;color:var(--navy-dark)}.teacher-page .section-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}.teacher-page .heading-actions,.teacher-page .row-actions,.teacher-page .form-actions{display:flex;flex-wrap:wrap;gap:9px}.teacher-page .heading-actions{justify-content:flex-end}.teacher-page button{padding:10px 13px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--navy);cursor:pointer;font-weight:750}.teacher-page .primary-button{width:auto;margin:0;border-color:var(--navy);color:#fff;background:linear-gradient(90deg,var(--navy),#1d83ad)}.teacher-page .table-tools{display:grid;grid-template-columns:minmax(260px,1fr) 190px auto;gap:10px;margin-bottom:18px}.teacher-page input,.teacher-page select{width:100%;padding:11px 12px;border:1px solid #cbd8df;border-radius:9px;background:#fff;outline:none}.teacher-page input:focus,.teacher-page select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #197ca81a}.teacher-page .data-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.teacher-page .data-form label{display:grid;align-content:start;gap:7px;color:#475d6a;font-size:12px;font-weight:800}.teacher-page .data-form label small{color:var(--muted);font-weight:500}.teacher-page .data-form .form-actions{grid-column:1 / -1;justify-content:flex-end;margin-top:8px}.teacher-page .row-actions{flex-wrap:nowrap;white-space:nowrap}.teacher-page .row-actions button{padding:7px 9px}.teacher-page .status-badge{display:inline-block;padding:5px 8px;border-radius:999px;color:var(--navy);background:#e7f2f7;font-size:10px;font-weight:900}.teacher-page .detail-grid div{display:grid;gap:6px}.teacher-page .detail-grid small{color:var(--muted)}.teacher-page .modal-card>label{display:grid;gap:8px;margin-top:18px;font-weight:800}.teacher-page .modal-card .form-actions{justify-content:flex-end;margin-top:20px}@media(max-width:900px){.teacher-page .data-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.teacher-page .section-heading{flex-direction:column}.teacher-page .table-tools,.teacher-page .data-form{grid-template-columns:1fr}.teacher-page .data-form .form-actions{grid-column:auto}}.periods-page{display:grid;gap:18px}.period-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compact-card{min-width:0;padding:18px}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.card-heading h3{margin:0 0 4px;color:var(--navy-dark)}.card-heading small{color:var(--muted)}.compact-card table{min-width:430px}.compact-toolbar{grid-template-columns:minmax(240px,1fr) auto;margin-top:18px}.periods-page .alert{padding:12px 14px;border:1px solid #f0b7b7;border-radius:11px;color:#a73535;background:#fff1f1}.periods-page .modal-card>input{margin-top:8px}@media(max-width:1050px){.period-grid{grid-template-columns:1fr}}@media(max-width:820px){.card-heading{align-items:stretch;flex-direction:column}.card-heading .solid-button{width:100%}.compact-toolbar{grid-template-columns:1fr}}.subjects-page{display:grid;gap:18px}.subject-tabs{display:flex;gap:8px;padding:7px;overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.subject-tabs button{display:flex;align-items:center;gap:9px;padding:11px 15px;border:0;border-radius:10px;color:#526773;background:transparent;font-weight:800;white-space:nowrap;cursor:pointer}.subject-tabs button.active{color:#fff;background:var(--navy)}.subject-tabs span{min-width:22px;padding:3px 6px;border-radius:999px;color:var(--navy);background:#e5eff4;font-size:11px;text-align:center}.subjects-page .content-card{min-width:0}.subjects-page .compact-toolbar{margin:0 0 16px}.subjects-page .alert{padding:12px 14px;border:1px solid #f0b7b7;border-radius:11px;color:#a73535;background:#fff1f1}.subjects-page .modal-card>input{margin-top:8px}@media(max-width:720px){.subject-tabs{width:100%}.subject-tabs button{flex:1 0 auto}}.recap-filters{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;margin-bottom:18px}.recap-filters label{display:grid;gap:7px;color:#475d6a;font-size:12px;font-weight:800}.recap-filters select{width:100%;padding:11px 12px;border:1px solid #cbd8df;border-radius:9px;background:#fff}.recap-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.recap-summary span{display:grid;gap:5px;padding:14px;border:1px solid var(--line);border-radius:11px;background:#f7fafb}.recap-summary small{color:var(--muted)}.recap-summary strong{color:var(--navy)}.empty-recap{padding:42px 20px;border:1px dashed #c8d7df;border-radius:12px;color:var(--muted);text-align:center}.recap-card tfoot td{border-top:2px solid var(--line);background:#f7fafb}@media(max-width:850px){.recap-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.recap-filters,.recap-summary{grid-template-columns:1fr}}.login-page{height:100dvh;min-height:0;overflow:hidden;padding:14px}.login-shell{position:relative;width:min(1060px,100%);height:min(680px,calc(100dvh - 28px));min-height:0;grid-template-columns:1fr 1fr}.login-story,.login-form-wrap{transition:transform .62s cubic-bezier(.22,.8,.24,1)}.login-shell.register-mode .login-story{transform:translate(100%)}.login-shell.register-mode .login-form-wrap{transform:translate(-100%)}.login-story{padding:clamp(30px,4vh,46px) 50px}.story-copy h1{margin:16px 0 12px;font-size:clamp(31px,3.5vw,47px)}.story-copy p{margin:0}.login-form-wrap{padding:32px 44px;overflow:hidden;background:#fff}.login-form h2{font-size:29px}.login-form>p{margin-bottom:16px}.login-form label{margin-top:12px}.login-form input,.login-form select{width:100%;padding:11px 12px;border:1px solid #cbd8df;border-radius:10px;background:#fff;outline:none}.login-form input:focus,.login-form select:focus{border-color:var(--blue);box-shadow:0 0 0 4px #197ca81c}.login-form .primary-button{margin-top:16px;padding:13px}.auth-switch{display:block;width:100%;margin-top:13px;padding:5px;border:0;color:#607482;background:transparent;cursor:pointer}.auth-switch strong{color:var(--navy)}.register-form{max-width:440px}.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.register-form .alert{margin-bottom:4px;padding:9px 11px}.recovery-card{width:min(440px,100%);padding:34px;border-radius:22px;background:#fff;box-shadow:var(--shadow)}.recovery-card h1{margin-bottom:6px;color:var(--navy-dark)}.recovery-card p{color:var(--muted)}.recovery-card label{display:grid;gap:7px;margin-top:14px;font-weight:800;font-size:13px}.recovery-card input{padding:12px;border:1px solid #cbd8df;border-radius:10px}.users-page{display:grid;gap:18px}.users-page .content-card{min-width:0}.users-page .student-toolbar{grid-template-columns:minmax(260px,1fr) 180px auto}.users-page .account-count{display:grid;place-items:center;min-width:90px;padding:10px;border-radius:9px;color:var(--navy);background:#e7f2f7;font-size:12px;font-weight:900}.users-page table{min-width:850px}.users-page .alert{padding:12px 14px;border:1px solid #f0b7b7;border-radius:11px;color:#a73535;background:#fff1f1}.modal-account{display:grid;gap:4px;margin-bottom:18px;color:var(--muted)}.modal-account strong{color:var(--navy-dark);font-size:18px}@media(max-width:820px){.login-page{padding:0}.login-shell{height:100dvh;border:0;border-radius:0;grid-template-columns:1fr}.login-story{display:none}.login-form-wrap,.login-shell.register-mode .login-form-wrap{transform:none;padding:20px 22px}.login-form{max-width:500px}.register-grid{gap:0 10px}.users-page .student-toolbar{grid-template-columns:1fr}}@media(max-width:520px){.register-grid{grid-template-columns:1fr}.register-form h2{font-size:24px}.register-form>p{margin-bottom:6px}.register-form label{margin-top:7px}.register-form input,.register-form select{padding:8px 10px}.register-form .primary-button{margin-top:10px;padding:10px}}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h3,.section-heading p{margin:0}.section-heading p{margin-top:4px;color:var(--muted);font-size:13px}.live-dot,.schedule-count{padding:7px 10px;border-radius:999px;background:#e8f7ef;color:#137449;font-size:11px;font-weight:900}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#1bad68;box-shadow:0 0 0 5px #1bad681f}.empty-state{padding:30px 12px;text-align:center;color:var(--muted)}.live-class-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.live-class-card{position:relative;overflow:hidden;padding:2px;border-radius:16px;background:conic-gradient(from var(--glow-angle),transparent 0 68%,#32d4ff 76%,#89ffcf 83%,transparent 91%);animation:live-border-spin 2.7s linear infinite;box-shadow:0 0 22px #1cb7e633}.live-class-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:inherit;filter:blur(12px);opacity:.55;z-index:0}.live-class-body{position:relative;z-index:1;min-height:150px;padding:18px;border-radius:14px;background:linear-gradient(145deg,#083f61,#0d6682);color:#fff}.live-class-body span,.live-class-body small{display:block;color:#c9eef7}.live-class-body h4{margin:14px 0 5px;font-size:21px}.live-class-body strong{display:block;margin-bottom:12px}@property --glow-angle{syntax:"<angle>"; initial-value:0deg; inherits:false;}@keyframes live-border-spin{to{--glow-angle:360deg}}.schedule-list{display:grid;gap:10px}.schedule-row{display:grid;grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:18px;padding:15px 17px;border:1px solid #dbe6eb;border-radius:13px;background:#fff}.schedule-row h4,.schedule-row p{margin:0}.schedule-row p{margin-top:3px;color:var(--muted);font-size:13px}.schedule-row>span{padding:7px 10px;border-radius:999px;background:#eef5f8;color:var(--navy);font-size:12px;font-weight:800}.schedule-row.is-now{border-color:#44c9e8;background:#f0fbfe;box-shadow:0 0 0 3px #44c9e81f}@media(prefers-reduced-motion:reduce){.live-class-card{animation:none;background:#44c9e8}}@media(max-width:640px){.schedule-row{grid-template-columns:1fr;gap:7px}.schedule-row>span{justify-self:start}}.schedule-page{display:grid;gap:18px}.schedule-page .module-heading,.schedule-page .section-heading,.schedule-toolbar,.import-actions,.import-preview{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.schedule-page h2,.schedule-page h3,.schedule-page h4,.schedule-page p{margin-top:0}.module-tabs{display:flex;gap:8px;padding:7px;background:#e5edf3;border-radius:14px;overflow-x:auto}.module-tabs button{border:0;background:transparent;padding:11px 18px;border-radius:10px;color:#486273;font-weight:800;white-space:nowrap}.module-tabs button.active{background:#0d4b70;color:#fff;box-shadow:0 5px 14px #0d4b7030}.schedule-toolbar{padding:16px 18px;background:#fff;border:1px solid #d7e2ea;border-radius:16px}.schedule-toolbar label{display:grid;gap:6px;min-width:230px;font-weight:700;color:#345166}.schedule-toolbar select,.module-form input,.module-form select{width:100%;min-height:44px;padding:9px 12px;border:1px solid #c8d7e1;border-radius:10px;background:#fff;color:#102f45}.form-grid{display:grid;gap:14px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.module-form label{display:grid;gap:7px;font-weight:750;color:#28495e}.class-picker{border:1px solid #d5e2ea;border-radius:12px;padding:14px;display:flex;gap:10px 18px;flex-wrap:wrap;margin:16px 0}.class-picker legend{font-weight:800;padding:0 8px}.class-picker label{display:flex;align-items:center;gap:7px;background:#eef5f8;padding:9px 12px;border-radius:9px}.class-picker input{width:auto;min-height:auto}.form-actions,.row-actions{display:flex;gap:8px;align-items:center}.primary-button.compact{width:auto;min-height:42px;padding:9px 16px}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:850px}.table-wrap th{background:#edf3f6;color:#345166;font-size:12px;text-transform:uppercase}.table-wrap th,.table-wrap td{padding:13px 12px;text-align:left;border-bottom:1px solid #e1e9ee;vertical-align:middle}.table-wrap td:first-child{font-weight:700}.status-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e8f5ee;color:#10714a;font-size:12px;font-weight:800}.danger-button{background:#d94d53!important;color:#fff!important;border-color:#d94d53!important}.import-panel{display:grid;gap:22px}.file-button{display:inline-flex;align-items:center;padding:10px 15px;border:1px solid #c8d7e1;border-radius:10px;background:#fff;font-weight:750;cursor:pointer}.file-button input{display:none}.import-preview{padding:15px;border-radius:12px;background:#eef6fa}.success-alert button,.alert button{float:right;border:0;background:transparent;font-size:18px}@media(max-width:900px){.form-grid.three,.form-grid.four{grid-template-columns:1fr 1fr}}@media(max-width:620px){.form-grid.three,.form-grid.four{grid-template-columns:1fr}.schedule-toolbar label{min-width:100%}.schedule-page .section-heading{align-items:flex-start}.module-tabs{border-radius:10px}}.schedule-page-heading,.schedule-section-header,.header-actions,.table-actions,.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.schedule-page-heading{margin-bottom:18px}.schedule-page-heading h2,.schedule-section h3{margin:0}.schedule-page-heading p,.schedule-section-header p{margin:5px 0 0;color:var(--muted,#65788b)}.schedule-section{background:#fff;border:1px solid #d9e3eb;border-radius:18px;padding:20px;margin:18px 0;box-shadow:0 8px 24px #1037520d}.schedule-section-header{align-items:flex-start;margin-bottom:18px}.slot-config-grid,.recap-controls{display:grid;grid-template-columns:repeat(3,minmax(170px,1fr)) auto;gap:12px;align-items:end;margin-bottom:18px}.slot-config-grid label,.recap-controls label{display:grid;gap:7px;font-weight:700;font-size:13px}.slot-config-grid input,.slot-config-grid select,.recap-controls select{width:100%;min-height:44px;border:1px solid #c8d7e3;border-radius:10px;padding:9px 12px;background:#fff;color:#10243b}.slot-config-grid small{font-weight:400;color:#6f8192}.schedule-form{margin:0 0 18px}.compact-button{padding:8px 11px;min-height:auto;white-space:nowrap}.muted-row{opacity:.58;background:#f5f7f9}.recap-meta{padding:12px 14px;margin:0 0 14px;border:1px solid #bcd7e9;border-radius:10px;background:#edf7fd;color:#174f72}.empty-cell{text-align:center!important;color:#7b8b99;padding:28px!important}.status-chip.inactive{background:#edf0f2;color:#687681}@media(max-width:900px){.schedule-page-heading,.schedule-section-header{align-items:stretch;flex-direction:column}.header-actions{flex-wrap:wrap;justify-content:flex-start}.slot-config-grid,.recap-controls{grid-template-columns:1fr 1fr}}@media(max-width:620px){.schedule-section{padding:15px;border-radius:14px}.slot-config-grid,.recap-controls{grid-template-columns:1fr}.header-actions>*{flex:1}}.schedule-combined-section{padding:0;overflow:hidden}.schedule-combined-section>.schedule-section-header{padding:20px 20px 0}.slot-config-compact{grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) minmax(200px,1fr) auto;padding:0 20px}.duration-field{display:grid;grid-template-columns:1fr auto;align-items:stretch}.duration-field input{border-radius:10px 0 0 10px!important}.duration-field span{display:flex;align-items:center;padding:0 14px;border:1px solid #c8d7e3;border-left:0;border-radius:0 10px 10px 0;background:#edf3f7;color:#52677d;font-size:13px;font-weight:700}.apply-slots-button{height:44px;min-width:170px;padding:0 18px;white-space:nowrap}.combined-schedule-table{border-top:1px solid #d9e3eb}.combined-schedule-table table{margin:0}.slot-group+.slot-group .slot-heading-row td{border-top:8px solid #eef4f7}.slot-heading-row{background:#f7fafc}.slot-heading-row td{vertical-align:middle}.slot-heading-row td:first-child strong,.slot-heading-row td:first-child small{display:block}.slot-heading-row td:first-child small{margin-top:3px;color:#7a8b99}.slot-entry-count{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eaf1f6;color:#466174;font-size:12px;font-weight:700}.schedule-entry-row td{background:#fff}.schedule-entry-row td:first-child,.schedule-entry-row td:nth-child(2){background:#f7fafc}.slot-hidden{opacity:.62}.inline-schedule-editor td{padding:0!important;background:#edf5fa!important}.inline-schedule-editor form{padding:18px 20px;border-top:2px solid #2b8dbb}.inline-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.inline-editor-heading strong,.inline-editor-heading span{display:block}.inline-editor-heading span{margin-top:4px;color:#677b8e;font-size:13px}.icon-close-button{border:0;background:transparent;font-size:26px;line-height:1;color:#607487;cursor:pointer}.inline-class-picker{margin-bottom:14px}.inline-schedule-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}.inline-form-actions{justify-content:flex-end}@media(max-width:1050px){.slot-config-compact,.inline-schedule-grid{grid-template-columns:1fr 1fr}.apply-slots-button{width:100%}}@media(max-width:700px){.slot-config-compact,.inline-schedule-grid{grid-template-columns:1fr}.combined-schedule-table{overflow-x:auto}.combined-schedule-table table{min-width:980px}}
