.login-page{min-height:100vh;display:grid;place-items:center;padding:40px 24px;background:linear-gradient(135deg,#0a1523e6,#0f4c58d6),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=82) center/cover;color:#0f172a}.login-shell{width:min(1100px,100%);min-height:628px;display:grid;grid-template-columns:minmax(0,1.12fr) 420px;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:22px;background:#ffffff1a;box-shadow:0 28px 80px #0206175c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-brand-panel{display:flex;flex-direction:column;justify-content:space-between;padding:44px;color:#f8fafc;background:linear-gradient(155deg,#1118277a,#0f766e47),#0f172a33}.login-brand-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.login-brand-mark,.login-security-badge,.login-kicker{display:inline-flex;align-items:center;width:fit-content}.login-brand-mark{gap:12px;padding:8px 14px 8px 8px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1f;font-weight:800;letter-spacing:0}.login-brand-mark img{width:34px;height:34px;border-radius:50%;background:#fffffff0}.login-security-badge{gap:7px;padding:9px 12px;border:1px solid rgba(187,247,208,.28);border-radius:999px;background:#16653433;color:#d1fae5;font-size:13px;font-weight:700;white-space:nowrap}.login-brand-copy{max-width:590px}.login-kicker{gap:8px;margin-bottom:18px;color:#a7f3d0;font-size:14px;font-weight:800}.login-brand-copy h1{margin:0;color:#fff;font-size:clamp(34px,4.2vw,54px);line-height:1.08;letter-spacing:0}.login-brand-copy p{max-width:560px;margin:20px 0 0;color:#f1f5f9d6;font-size:16px;line-height:1.85}.login-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.login-capability-grid div{display:grid;gap:10px;min-height:92px;padding:16px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff1a;color:#e2e8f0;font-size:13px;font-weight:700}.login-capability-grid svg{color:#7dd3fc}.login-card{display:flex;flex-direction:column;justify-content:center;padding:42px;background:#fffffff5}.login-portal-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;padding:8px 12px;border-radius:8px;background:#e0f2fe;color:#075985;font-size:14px;font-weight:900;box-shadow:inset 0 0 0 1px #0284c72e}.login-card-header{display:flex;align-items:center;gap:14px;margin-bottom:30px}.login-card-icon{display:grid;place-items:center;flex:0 0 auto;width:56px;height:56px;border-radius:16px;background:#e0f2fe;color:#0369a1}.login-card-header h2{margin:0;color:#111827;font-size:28px;line-height:1.2;letter-spacing:0}.login-card-header p{margin:6px 0 0;color:#64748b;font-size:14px;line-height:1.5}.login-form{display:grid;gap:18px}.login-field{display:grid;gap:8px;color:#334155;font-size:14px;font-weight:800}.login-input-wrap{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border:1px solid #d9e2ec;border-radius:10px;background:#f8fafc;color:#64748b;transition:border-color .2s,box-shadow .2s,background .2s}.login-input-wrap:focus-within{border-color:#0284c7;background:#fff;box-shadow:0 0 0 4px #0284c71f}.login-input-wrap input{box-sizing:border-box;width:100%;height:38px;min-width:0;padding:4px 0 7px;border:none;outline:none;background:transparent;color:#0f172a;caret-color:#075985;font-family:Segoe UI,Microsoft YaHei,PingFang SC,Noto Sans SC,Arial,sans-serif;font-size:15px;font-weight:650;line-height:27px;letter-spacing:0;text-decoration:none}.login-input-wrap input::placeholder{color:#94a3b8}.login-error{padding:12px 14px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#dc2626;font-size:14px}.login-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;margin-top:6px;border:none;border-radius:10px;background:#075985;color:#fff;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 14px 28px #0759853d;transition:transform .2s,background .2s,box-shadow .2s}.login-submit:hover:not(:disabled){transform:translateY(-1px);background:#0369a1;box-shadow:0 18px 34px #07598547}.login-submit:disabled{cursor:not-allowed;opacity:.68;transform:none}.login-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.login-secondary-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font-size:14px;font-weight:800;cursor:pointer;transition:border-color .2s,color .2s,background .2s,transform .2s}.login-secondary-actions button:hover{transform:translateY(-1px);border-color:#38bdf8;background:#f0f9ff;color:#0369a1}@media (max-width: 900px){.login-page{place-items:start center}.login-shell{grid-template-columns:1fr;min-height:auto}.login-brand-panel{min-height:410px}}@media (max-width: 620px){.login-page{padding:18px}.login-brand-panel,.login-card{padding:28px}.login-brand-top{align-items:flex-start;flex-direction:column}.login-brand-copy{margin-top:18px}.login-brand-copy h1{font-size:30px}.login-capability-grid,.login-secondary-actions{grid-template-columns:1fr}.login-card-header h2{font-size:24px}}.student-login-page{min-height:100vh;display:grid;place-items:center;padding:40px 24px;background:linear-gradient(135deg,#0f172aeb,#1a3a4ae0),url(https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1800&q=82) center/cover;color:#0f172a}.student-login-shell{width:min(1080px,100%);min-height:620px;display:grid;grid-template-columns:minmax(0,1.1fr) 430px;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:22px;background:#ffffff1a;box-shadow:0 28px 80px #02061757;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.student-login-brand{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:44px;color:#f8fafc;background:linear-gradient(160deg,#11182761,#14532d42),#0f172a3d}.student-brand-mark{display:inline-flex;align-items:center;gap:12px;width:fit-content;padding:8px 14px 8px 8px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1f;font-weight:700;letter-spacing:0}.student-brand-mark img{width:34px;height:34px;border-radius:50%;background:#ffffffe6}.student-brand-copy{max-width:560px}.student-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:#bbf7d0;font-size:14px;font-weight:700}.student-brand-copy h1{margin:0;color:#fff;font-size:clamp(32px,4.4vw,54px);line-height:1.08;letter-spacing:0}.student-brand-copy p{max-width:520px;margin:18px 0 0;color:#f1f5f9d1;font-size:16px;line-height:1.8}.student-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.student-feature-list div{display:grid;gap:10px;min-height:96px;padding:16px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff1a;color:#e2e8f0;font-size:13px;line-height:1.5}.student-feature-list svg{color:#86efac}.student-login-card{display:flex;flex-direction:column;justify-content:center;padding:42px;background:#fffffff5}.student-portal-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 12px;border-radius:8px;background:#dcfce7;color:#14532d;font-size:14px;font-weight:900;box-shadow:inset 0 0 0 1px #15803d2e}.student-back-button{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;border:none;background:transparent;color:#64748b;font-size:13px;cursor:pointer}.student-back-button:hover{color:#14532d}.student-card-header{display:flex;align-items:center;gap:14px;margin-bottom:28px}.student-card-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:16px;background:#ecfdf5;color:#15803d}.student-card-header h2{margin:0;color:#111827;font-size:28px;letter-spacing:0}.student-card-header p{margin:6px 0 0;color:#64748b;font-size:14px}.student-login-error{margin-bottom:18px;padding:12px 14px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#dc2626;font-size:14px}.student-login-form{display:grid;gap:18px}.student-field{display:grid;gap:8px;color:#334155;font-size:14px;font-weight:700}.student-first-login-hint{color:#64748b;font-size:12px;font-weight:500;line-height:1.55}.student-input-wrap{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border:1px solid #d9e2ec;border-radius:10px;background:#f8fafc;color:#64748b;transition:border-color .2s,box-shadow .2s,background .2s}.student-input-wrap:focus-within{border-color:#22c55e;background:#fff;box-shadow:0 0 0 4px #22c55e1f}.student-input-wrap input{box-sizing:border-box;width:100%;height:38px;min-width:0;padding:4px 0 7px;border:none;outline:none;background:transparent;color:#0f172a;caret-color:#166534;font-family:Segoe UI,Microsoft YaHei,PingFang SC,Noto Sans SC,Arial,sans-serif;font-size:15px;font-weight:650;line-height:27px;letter-spacing:0;text-decoration:none}.student-input-wrap input::placeholder{color:#94a3b8}.student-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;margin-top:8px;border:none;border-radius:10px;background:#166534;color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 14px 28px #1665343d;transition:transform .2s,background .2s,box-shadow .2s}.student-submit-button:hover:not(:disabled){transform:translateY(-1px);background:#15803d;box-shadow:0 18px 34px #16653447}.student-submit-button:disabled{cursor:not-allowed;opacity:.68;transform:none}.student-first-login-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:grid;place-items:center;padding:24px;background:#0f172a9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.student-first-login-dialog{width:min(440px,100%);padding:30px;border:1px solid rgba(255,255,255,.66);border-radius:12px;background:#fff;box-shadow:0 26px 70px #0f172a4d}.student-first-login-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:10px;color:#166534;background:#dcfce7}.student-first-login-kicker{color:#15803d;font-size:12px;font-weight:800}.student-first-login-dialog h2{margin:5px 0 8px;color:#0f172a;font-size:24px;letter-spacing:0}.student-first-login-dialog>p{margin:0;color:#64748b;font-size:14px;line-height:1.7}.student-initial-password-box{display:grid;grid-template-columns:1fr auto;gap:7px 12px;align-items:center;margin:20px 0 16px;padding:14px;border:1px solid #bbf7d0;border-radius:8px;background:#f0fdf4}.student-initial-password-box span{color:#166534;font-size:12px;font-weight:800}.student-initial-password-box strong{overflow:hidden;color:#14532d;font-family:Consolas,Courier New,monospace;font-size:21px;letter-spacing:1px;text-overflow:ellipsis;white-space:nowrap}.student-initial-password-box button{display:inline-flex;grid-row:1 / span 2;grid-column:2;align-items:center;gap:5px;min-height:30px;padding:5px 9px;border:1px solid #86efac;border-radius:7px;color:#166534;background:#fff;font-size:12px;font-weight:800;cursor:pointer}.student-first-login-error{margin:0 0 14px;padding:9px 11px;border:1px solid #fecaca;border-radius:7px;color:#b91c1c;background:#fef2f2;font-size:13px}.student-first-login-form{display:grid;gap:12px}.student-first-login-form label{display:grid;gap:6px;color:#334155;font-size:13px;font-weight:800}.student-first-login-form input{box-sizing:border-box;width:100%;height:40px;padding:8px 10px;border:1px solid #cbd5e1;border-radius:7px;color:#0f172a;font:inherit;outline:none}.student-first-login-form input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1f}.student-first-login-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.student-first-login-actions button{min-height:38px;padding:8px 13px;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer}.student-first-login-primary{border:1px solid #166534;color:#fff;background:#166534}.student-first-login-secondary{border:1px solid #cbd5e1;color:#475569;background:#fff}.student-first-login-actions button:disabled{cursor:not-allowed;opacity:.65}@media (max-width: 900px){.student-login-page{place-items:start center}.student-login-shell{grid-template-columns:1fr;min-height:auto}.student-login-brand{min-height:380px}}@media (max-width: 620px){.student-login-page{padding:18px}.student-login-brand,.student-login-card{padding:28px}.student-feature-list{grid-template-columns:1fr}.student-brand-copy h1{font-size:30px}.student-brand-copy{margin-top:14px}.student-card-header h2{font-size:24px}.student-first-login-backdrop{align-items:end;padding:12px}.student-first-login-dialog{padding:24px}.student-first-login-actions{flex-direction:column-reverse}.student-first-login-actions button{width:100%}}.student-maintenance-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:grid;place-items:center;padding:24px;background:#f1f5f9fa;color:#0f172a}.student-maintenance-panel{width:min(500px,100%);padding:34px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 20px 48px #0f172a24;text-align:center}.student-maintenance-icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 16px;border-radius:8px;background:#e0f2fe;color:#0369a1}.student-maintenance-kicker{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:800}.student-maintenance-panel h1{margin:14px 0 10px;color:#0f172a;font-size:25px;line-height:1.35;letter-spacing:0}.student-maintenance-reason{margin:0;color:#475569;font-size:15px;line-height:1.75;white-space:pre-wrap}.student-maintenance-list{display:grid;gap:10px;margin:24px 0;padding:14px;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;color:#334155;font-size:13px;line-height:1.55;text-align:left}.student-maintenance-list span{display:flex;align-items:flex-start;gap:8px}.student-maintenance-list svg{flex:0 0 auto;margin-top:2px;color:#15803d}.student-maintenance-retry{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;width:100%;border:1px solid #0369a1;border-radius:8px;background:#0369a1;color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.student-maintenance-retry:hover:not(:disabled){background:#075985}.student-maintenance-retry:disabled{cursor:wait;opacity:.7}.student-maintenance-panel small{display:block;margin-top:14px;color:#64748b;font-size:12px;line-height:1.5}.student-maintenance-spin{animation:student-maintenance-spin .9s linear infinite}@keyframes student-maintenance-spin{to{transform:rotate(360deg)}}@media (max-width: 560px){.student-maintenance-page{padding:16px}.student-maintenance-panel{padding:26px 20px}.student-maintenance-panel h1{font-size:22px}}:root{--primary-color: #075985;--app-primary: #075985;--app-primary-rgb: 7, 89, 133;--app-primary-light: #0ea5e9;--app-primary-dark: #0f3f57;--app-secondary: #166534;--app-secondary-light: #22c55e;--app-secondary-dark: #14532d;--app-bg: #eef5f8;--app-bg-gradient: linear-gradient(180deg, #eef7fa 0%, #f8fafc 48%, #eef5f8 100%);--app-paper: #ffffff;--app-text-primary: #0f172a;--app-text-secondary: #64748b;--app-button-gradient: linear-gradient(135deg, #075985 0%, #0f766e 100%);--app-button-hover-gradient: linear-gradient(135deg, #0369a1 0%, #0d9488 100%);--app-header-bg: rgba(255, 255, 255, .86);--app-header-border: rgba(15, 23, 42, .08);--app-sidebar-bg: linear-gradient(180deg, rgba(15, 23, 42, .98) 0%, rgba(12, 74, 110, .96) 54%, rgba(20, 83, 45, .94) 100%);--app-sidebar-text: #e2e8f0;--app-sidebar-muted: rgba(226, 232, 240, .72);--app-sidebar-icon: rgba(186, 230, 253, .78);--app-sidebar-active-bg: rgba(255, 255, 255, .16);--app-sidebar-active-accent: #7dd3fc;--app-sidebar-hover-bg: rgba(255, 255, 255, .1);--app-sidebar-border: rgba(255, 255, 255, .12);--app-sidebar-header-bg: rgba(255, 255, 255, .06);--app-card-header-gradient: linear-gradient(135deg, rgba(224, 242, 254, .9), rgba(240, 253, 244, .72));--app-table-header-gradient: linear-gradient(135deg, #0f3f57 0%, #075985 100%);--success-color: #16a34a;--warning-color: #d97706;--error-color: #dc2626;--font-size-base: 14px;--border-radius: 8px;--shadow: 0 12px 32px rgba(15, 23, 42, .08);--surface-border: rgba(15, 23, 42, .08);--surface-soft: rgba(255, 255, 255, .92)}*{margin:0;padding:0;box-sizing:border-box}html{min-width:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:var(--font-size-base);color:var(--app-text-primary);background:var(--app-bg-gradient);overflow-x:hidden}#root{min-height:100vh;min-width:0}a{color:var(--primary-color);text-decoration:none}a:hover{color:#0284c7}.container{max-width:1200px;margin:0 auto;padding:0 16px}img,svg,video,canvas{max-width:100%}.MuiContainer-root,.MuiBox-root,.MuiPaper-root,.MuiCard-root{min-width:0}.MuiTableContainer-root{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.MuiTable-root{min-width:720px}.MuiDialogContent-root,.MuiModal-root .MuiBox-root{min-width:0}.MuiButton-root{letter-spacing:0}@media (max-width: 900px){.MuiContainer-root{padding-top:0}.MuiCardActions-root,.MuiDialogActions-root{flex-wrap:wrap}}@media (max-width: 600px){body{font-size:13px}.MuiContainer-root{padding-left:12px;padding-right:12px}.MuiTypography-h4{font-size:1.55rem;line-height:1.22}.MuiTypography-h5{font-size:1.28rem;line-height:1.28}.MuiTypography-h6{font-size:1.08rem;line-height:1.32}.MuiButton-root{min-height:38px}.MuiDialogActions-root>.MuiButton-root{flex:1 1 auto}}
