.av2-login-body{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:24px;background:linear-gradient(135deg,#644cff,#8b5cf6);color:var(--azx-text-primary)}.av2-login-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.av2-login-particle{position:absolute;left:var(--x);top:var(--y);border-radius:50%;background:#ffffff94;animation:av2ParticleFloat var(--dur) ease-in-out infinite}@keyframes av2ParticleFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.5);opacity:.1}}.av2-login-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.av2-glow-1{width:500px;height:500px;background:#644cff26;top:-200px;right:-100px}.av2-glow-2{width:400px;height:400px;background:#8b5cf61f;bottom:-150px;left:-120px}.av2-glow-3{width:300px;height:300px;background:#3b82f61a;top:50%;left:50%;transform:translate(-50%,-50%)}.av2-login-container{position:relative;z-index:2;display:flex;width:960px;max-width:100%;min-height:560px;background:#fff;border-radius:20px;box-shadow:0 24px 70px #0f172a24,0 0 120px #644cff14;overflow:hidden}.av2-login-left{width:440px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;padding:48px 40px;color:#fff;background:linear-gradient(135deg,#644cff,#8b5cf6,#3b82f6)}.av2-login-left:before,.av2-login-left:after{content:"";position:absolute;border-radius:50%;background:#ffffff0f}.av2-login-left:before{top:-50%;right:-30%;width:400px;height:400px}.av2-login-left:after{bottom:-20%;left:-20%;width:300px;height:300px}.av2-login-left-content,.av2-login-left-footer{position:relative;z-index:1}.av2-login-brand{display:flex;align-items:center;gap:12px;margin-bottom:32px}.av2-login-logo-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff3;color:#fff;font-size:20px;font-weight:900;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.av2-login-logo-icon img{width:28px;height:28px;object-fit:contain}.av2-login-brand-name{font-size:22px;font-weight:800;letter-spacing:0}.av2-login-slogan{margin-bottom:40px}.av2-login-slogan-main{margin-bottom:12px;font-size:28px;font-weight:800;line-height:1.25;letter-spacing:0}.av2-login-slogan-sub{color:#fffc;font-size:14px;line-height:1.7}.av2-login-features{display:flex;flex-direction:column;gap:16px}.av2-login-feature-item{display:flex;align-items:center;gap:12px;color:#ffffffe6;font-size:13px}.av2-login-feature-dot{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#ffffffb8}.av2-login-left-footer{color:#ffffff9e;font-size:13px}.av2-login-right{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:48px 48px 48px 40px}.av2-login-form-header{margin-bottom:32px}.av2-login-form-title{margin:0 0 8px;color:#222;font-size:24px;font-weight:800;letter-spacing:0}.av2-login-form-subtitle{margin:0;color:#6b7280;font-size:14px}.av2-login-form .ant-form-item{margin-bottom:20px}.av2-login-form .ant-input-affix-wrapper{min-height:40px;border:1.5px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.av2-login-form .ant-input-affix-wrapper:hover,.av2-login-form .ant-input-affix-wrapper-focused{border-color:#644cff;box-shadow:0 0 0 3px #644cff1a}.av2-login-form .ant-input-prefix{margin-right:10px;color:#9ca3af}.av2-captcha-row{display:flex;align-items:flex-start;gap:12px}.av2-captcha-input{flex:1}.av2-captcha-img{height:40px;padding:0;border:1.5px solid #e5e7eb;border-radius:8px;background:transparent;overflow:hidden;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.av2-captcha-img:hover{border-color:#644cff;box-shadow:0 0 0 3px #644cff1a}.av2-captcha-img canvas{display:block;border-radius:6px}.av2-login-submit-btn{height:48px;margin-top:8px;border:0;border-radius:10px;background:linear-gradient(135deg,#644cff,#8b5cf6);font-size:15px;font-weight:700;box-shadow:0 10px 24px #644cff47}.av2-login-submit-btn:not(:disabled):hover{background:linear-gradient(135deg,#503fbd,#7c3aed)}.av2-login-hint{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:24px;color:#6b7280;font-size:13px;text-align:center}@media(max-width:800px){.av2-login-body{padding:16px}.av2-login-container{flex-direction:column;min-height:auto}.av2-login-left{width:100%;padding:32px 24px;text-align:center}.av2-login-brand{justify-content:center}.av2-login-features{display:none}.av2-login-left-footer{margin-top:20px;text-align:center}.av2-login-right{padding:32px 24px}}:root{color-scheme:light;--azx-color-primary: #644CFF;--azx-color-primary-hover: #503FBD;--azx-color-primary-active: #3D2E99;--azx-color-primary-bg: rgba(100, 76, 255, .08);--azx-color-primary-soft: #F5F3FF;--azx-color-primary-weak: rgba(100, 76, 255, .08);--azx-color-cyan: #55b2f4;--azx-color-blue: #4076fe;--azx-color-mint: #59fcff;--azx-color-lime: #65ff1f;--azx-color-yellow: #fcff13;--azx-color-success: #10B981;--azx-color-success-bg: #ECFDF5;--azx-color-warning: #F59E0B;--azx-color-warning-bg: #FFFBEB;--azx-color-danger: #EF4444;--azx-color-danger-bg: #FEF2F2;--azx-color-info: #3B82F6;--azx-color-info-bg: #EFF6FF;--azx-color-orange: #F97316;--azx-color-orange-bg: #FFF7ED;--azx-gray-50: #F9FAFB;--azx-gray-100: #F3F4F6;--azx-gray-200: #E5E7EB;--azx-gray-300: #D1D5DB;--azx-gray-400: #9CA3AF;--azx-gray-500: #6B7280;--azx-gray-600: #4B5563;--azx-gray-700: #374151;--azx-gray-800: #1F2937;--azx-gray-900: #111827;--azx-bg-page: #F9FAFB;--azx-bg-surface: #ffffff;--azx-bg-elevated: #ffffff;--azx-bg-stage: #1f1b34;--azx-bg-purple-panel: #3e337d;--azx-bg-soft-blue: #f6f9ff;--azx-bg-soft-cyan: #d9f3fc;--azx-bg-soft-violet: #efedff;--azx-text-primary: #222222;--azx-text-secondary: #646464;--azx-text-tertiary: #a7a7a7;--azx-text-inverse: #ffffff;--azx-border-subtle: #f1f1f1;--azx-border-default: #e9e9e9;--azx-border-strong: #d9d9d9;--azx-gradient-primary: linear-gradient(135deg, #644CFF 0%, #8B5CF6 100%);--azx-gradient-course: linear-gradient(135deg, #644CFF 0%, #8B5CF6 100%);--azx-gradient-stage: radial-gradient(circle at 50% 45%, #3e337d 0%, #1f1b34 58%, #080134 100%);--azx-gradient-success: linear-gradient(135deg, #1cc78d 0%, #32eb21 100%);--azx-gradient-warm: linear-gradient(135deg, #ffcc00 0%, #ed8600 100%);--azx-gradient-dark: linear-gradient(135deg, #222222 0%, #1d2129 100%);--azx-shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--azx-shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--azx-shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--azx-shadow-lg: 0 8px 32px rgba(0, 0, 0, .1);--azx-shadow-primary: 0 8px 24px rgba(100, 76, 255, .3);--azx-shadow-focus: 0 0 0 2px var(--azx-color-primary-bg);--azx-radius-xs: 4px;--azx-radius-sm: 6px;--azx-radius-md: 8px;--azx-radius-lg: 12px;--azx-radius-xl: 16px;--azx-radius-2xl: 20px;--azx-radius-3xl: 24px;--azx-radius-full: 9999px;--azx-space-1: 4px;--azx-space-2: 8px;--azx-space-3: 12px;--azx-space-4: 16px;--azx-space-5: 20px;--azx-space-6: 24px;--azx-space-8: 32px;--azx-font-family: "Alibaba PuHuiTi 3.0", "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--azx-font-mono: "SF Mono", "Fira Code", Monaco, Consolas, "Courier New", monospace;--azx-font-size-xs: 12px;--azx-font-size-sm: 13px;--azx-font-size-md: 14px;--azx-font-size-lg: 16px;--azx-font-size-xl: 20px;--azx-font-size-2xl: 24px;--azx-font-size-3xl: 30px;--azx-line-height-tight: 1.25;--azx-line-height-base: 1.6;--azx-transition: .2s ease;--azx-sidebar-width: 240px;--azx-header-height: 72px;--azx-workspace-max: 1360px;--azx-workspace-height: 820px;--primary: var(--azx-color-primary);--primary-light: var(--azx-color-primary-hover);--primary-dark: var(--azx-color-primary-active);--primary-bg: var(--azx-color-primary-bg);--success: var(--azx-color-success);--success-bg: var(--azx-color-success-bg);--warning: var(--azx-color-warning);--warning-bg: var(--azx-color-warning-bg);--danger: var(--azx-color-danger);--danger-bg: var(--azx-color-danger-bg);--orange: var(--azx-color-orange);--orange-bg: var(--azx-color-orange-bg);--info: var(--azx-color-info);--gray-50: var(--azx-gray-50);--gray-100: var(--azx-gray-100);--gray-200: var(--azx-gray-200);--gray-300: var(--azx-gray-300);--gray-400: var(--azx-gray-400);--gray-500: var(--azx-gray-500);--gray-600: var(--azx-gray-600);--gray-700: var(--azx-gray-700);--gray-800: var(--azx-gray-800);--gray-900: var(--azx-gray-900);--gradient-primary: var(--azx-gradient-primary);--gradient-success: var(--azx-gradient-success);--gradient-warm: var(--azx-gradient-warm);--gradient-dark: var(--azx-gradient-dark);--shadow-sm: var(--azx-shadow-sm);--shadow-md: var(--azx-shadow-md);--shadow-lg: var(--azx-shadow-lg);--radius-sm: var(--azx-radius-sm);--radius-md: var(--azx-radius-md);--radius-lg: var(--azx-radius-lg);--radius-xl: var(--azx-radius-xl);--radius-2xl: var(--azx-radius-2xl);--radius-3xl: var(--azx-radius-3xl);--radius-full: var(--azx-radius-full)}:root[data-theme=dark]{color-scheme:dark;--azx-color-primary: #7C6DFF;--azx-color-primary-hover: #9287FF;--azx-color-primary-active: #B5AEFF;--azx-color-primary-bg: rgba(124, 109, 255, .18);--azx-color-primary-soft: #26213D;--azx-color-primary-weak: rgba(124, 109, 255, .16);--azx-color-success-bg: rgba(16, 185, 129, .16);--azx-color-warning-bg: rgba(245, 158, 11, .15);--azx-color-danger-bg: rgba(239, 68, 68, .15);--azx-color-info-bg: rgba(59, 130, 246, .16);--azx-color-orange-bg: rgba(249, 115, 22, .15);--azx-gray-50: #111720;--azx-gray-100: #171E29;--azx-gray-200: #232B38;--azx-gray-300: #303A4A;--azx-gray-400: #8792A5;--azx-gray-500: #A7B0C0;--azx-gray-600: #C2CAD6;--azx-gray-700: #D9DFEA;--azx-gray-800: #EEF2F8;--azx-gray-900: #F8FAFC;--azx-bg-page: #0F131B;--azx-bg-surface: #171C26;--azx-bg-elevated: #202635;--azx-bg-soft-blue: #121C2B;--azx-bg-soft-cyan: #10222E;--azx-bg-soft-violet: #201B35;--azx-text-primary: #F3F4F6;--azx-text-secondary: #A7B0C0;--azx-text-tertiary: #707B90;--azx-text-inverse: #0F131B;--azx-border-subtle: #202736;--azx-border-default: #2D3442;--azx-border-strong: #3A4354;--azx-shadow-xs: 0 1px 2px rgba(0, 0, 0, .26);--azx-shadow-sm: 0 2px 10px rgba(0, 0, 0, .32);--azx-shadow-md: 0 6px 18px rgba(0, 0, 0, .36);--azx-shadow-lg: 0 12px 36px rgba(0, 0, 0, .42)}*,*:before,*:after{box-sizing:border-box}html{font-size:14px;min-width:320px}body{margin:0;background:var(--azx-bg-page);color:var(--azx-text-primary);font-family:var(--azx-font-family);line-height:var(--azx-line-height-base);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}code,pre{font-family:var(--azx-font-mono)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--azx-gray-300);border-radius:3px}.azx-card{background:var(--azx-bg-surface);border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);box-shadow:var(--azx-shadow-sm)}.azx-app-bg{min-height:100vh;background:radial-gradient(circle at 18% 16%,rgba(254,238,255,.8),transparent 28%),radial-gradient(circle at 82% 18%,rgba(231,244,255,.8),transparent 30%),var(--azx-bg-page)}.azx-topnav{min-height:var(--azx-header-height);display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-6);padding:0 60px;background:#ffffffdb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.azx-logo{display:inline-flex;align-items:center;gap:12px;height:40px;color:var(--azx-text-primary);font-size:var(--azx-font-size-lg);font-weight:800}.azx-logo-mark{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:50%;background:var(--azx-gradient-primary);color:var(--azx-text-inverse);font-size:var(--azx-font-size-md);font-weight:800}.azx-topnav-links{display:flex;align-items:center;gap:40px;color:var(--azx-text-secondary);font-size:var(--azx-font-size-lg);font-weight:500}.azx-topnav-link-active{color:var(--azx-color-primary)}.azx-avatar-pill{height:48px;display:inline-flex;align-items:center;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.4);border-radius:100px;background:#fff3}.azx-workspace{width:min(var(--azx-workspace-max),calc(100vw - 80px));min-height:min(var(--azx-workspace-height),calc(100vh - 80px));margin:40px auto;padding:20px;border-radius:var(--azx-radius-md);background:var(--azx-bg-surface);box-shadow:var(--azx-shadow-sm)}.azx-workspace-fill{min-height:var(--azx-workspace-height)}.azx-course-hero{min-height:168px;padding:28px 32px;border-radius:var(--azx-radius-md);background:var(--azx-gradient-course);color:var(--azx-text-inverse);overflow:hidden;position:relative}.azx-course-hero-title{margin:0;font-size:26px;font-weight:700;line-height:28px}.azx-course-hero-desc{margin:12px 0 0;font-size:var(--azx-font-size-lg);font-weight:500;line-height:22px}.azx-course-stage{min-height:558px;border-radius:var(--azx-radius-md);background:var(--azx-gradient-stage);color:var(--azx-text-inverse);overflow:hidden}.azx-course-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px}.azx-learning-shell{display:grid;grid-template-columns:600px minmax(0,1fr);gap:20px;min-height:820px;border-radius:var(--azx-radius-md);background:var(--azx-bg-surface)}.azx-learning-panel{min-width:0;border-radius:var(--azx-radius-md);background:var(--azx-bg-surface);overflow:hidden}.azx-learning-main{min-width:0;padding:20px;background:var(--azx-bg-surface)}.azx-video-panel{aspect-ratio:16 / 9;border-radius:var(--azx-radius-md);background:#111;overflow:hidden;position:relative}.azx-video-control{min-height:68px;position:absolute;inset:auto 0 0;display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.68));color:var(--azx-text-inverse)}.azx-tabbar{display:inline-flex;align-items:center;gap:24px;min-height:26px}.azx-tab{position:relative;border:0;background:transparent;color:var(--azx-text-secondary);font-size:var(--azx-font-size-lg);font-weight:500;padding:0 0 6px}.azx-tab-active{color:var(--azx-color-primary);font-weight:700}.azx-tab-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--azx-color-primary)}.azx-segmented{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;border-radius:var(--azx-radius-md);background:var(--azx-gray-50)}.azx-segmented-item{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--azx-radius-sm);background:var(--azx-bg-surface);color:var(--azx-text-secondary);font-size:var(--azx-font-size-md);font-weight:500}.azx-segmented-item-active{background:var(--azx-color-primary);color:var(--azx-text-inverse)}.azx-note-list{display:grid;gap:12px}.azx-note-card{min-height:130px;padding:16px;border:1px solid transparent;border-radius:var(--azx-radius-md);background:var(--azx-bg-surface)}.azx-note-card-active{border-color:var(--azx-color-primary)}.azx-assessment-banner{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 20px;border-radius:var(--azx-radius-md);background:var(--azx-color-primary-weak);color:var(--azx-color-primary)}.azx-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.azx-option{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid transparent;border-radius:var(--azx-radius-xs);background:var(--azx-gray-50);color:var(--azx-text-primary)}.azx-option-active{border-color:var(--azx-color-primary);background:var(--azx-color-primary-bg);color:var(--azx-color-primary)}.azx-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--azx-space-4);margin-bottom:var(--azx-space-4)}.azx-page-title{margin:0;color:var(--azx-text-primary);font-size:var(--azx-font-size-xl);font-weight:700;line-height:24px}.azx-page-subtitle{margin:6px 0 0;color:var(--azx-text-tertiary);font-size:var(--azx-font-size-sm)}.azx-grid{display:grid;gap:var(--azx-space-4)}.azx-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.azx-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.azx-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.azx-badge{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:2px 8px;border-radius:var(--azx-radius-full);font-size:var(--azx-font-size-xs);font-weight:600;line-height:1.4;white-space:nowrap}.azx-badge-primary{background:var(--azx-color-primary-bg);color:var(--azx-color-primary-active)}.azx-badge-success{background:var(--azx-color-success-bg);color:#047857}.azx-badge-warning{background:var(--azx-color-warning-bg);color:#b45309}.azx-badge-danger{background:var(--azx-color-danger-bg);color:#b91c1c}.azx-badge-gray{background:var(--azx-gray-100);color:var(--azx-gray-600)}.azx-stat-card{min-height:118px;padding:var(--azx-space-5);position:relative;overflow:hidden}.azx-stat-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--azx-gradient-primary)}.azx-stat-label{color:var(--azx-text-tertiary);font-size:var(--azx-font-size-xs)}.azx-stat-value{margin-top:var(--azx-space-2);color:var(--azx-text-primary);font-size:var(--azx-font-size-2xl);font-weight:800;line-height:var(--azx-line-height-tight)}.azx-stat-meta{margin-top:var(--azx-space-2);color:var(--azx-text-tertiary);font-size:var(--azx-font-size-xs)}.azx-empty{min-height:160px;display:flex;align-items:center;justify-content:center;padding:var(--azx-space-8);color:var(--azx-text-tertiary);text-align:center}.azx-btn{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--azx-radius-xs);padding:0 12px;font-size:var(--azx-font-size-md);font-weight:500;line-height:18px;transition:background var(--azx-transition),border-color var(--azx-transition),color var(--azx-transition),box-shadow var(--azx-transition)}.azx-btn-primary{background:var(--azx-color-primary);color:var(--azx-text-inverse)}.azx-btn-primary:hover{background:var(--azx-color-primary-hover)}.azx-btn-ghost{border-color:var(--azx-border-default);background:var(--azx-bg-surface);color:var(--azx-text-secondary)}.azx-btn-lg{min-height:40px;padding:0 20px}.ant-btn-primary{background:var(--azx-gradient-primary);border:0;box-shadow:0 4px 12px #4f6ef74d}.ant-btn-primary:not(:disabled):hover{background:var(--azx-gradient-primary);box-shadow:0 4px 14px #4f6ef766}.ant-btn,.ant-input,.ant-input-number,.ant-select-selector,.ant-modal-content,.ant-drawer-content,.ant-table-wrapper .ant-table{border-radius:var(--azx-radius-md)}.ant-card{border-radius:var(--azx-radius-lg);border-color:var(--azx-border-default);box-shadow:var(--azx-shadow-sm);overflow:hidden}.ant-card .ant-card-head{min-height:52px;border-bottom-color:var(--azx-border-subtle)}.ant-card .ant-card-head-title{color:var(--azx-text-primary);font-size:var(--azx-font-size-md);font-weight:700}.ant-table-wrapper .ant-table-thead>tr>th{background:var(--azx-gray-50);color:var(--azx-text-tertiary);font-size:var(--azx-font-size-xs);font-weight:700}.ant-table-wrapper .ant-table-tbody>tr>td{color:var(--azx-text-secondary)}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:var(--azx-gray-50)}.ant-input:focus,.ant-input-focused,.ant-input-number-focused,.ant-select-focused .ant-select-selector{box-shadow:var(--azx-shadow-focus)!important}.ant-segmented{padding:3px;border-radius:var(--azx-radius-md);background:var(--azx-gray-100)}.ant-segmented .ant-segmented-item{border-radius:var(--azx-radius-sm);color:var(--azx-gray-600);font-weight:500}.ant-segmented .ant-segmented-item-selected{color:var(--azx-color-primary);background:var(--azx-bg-surface);box-shadow:var(--azx-shadow-sm)}.ant-tabs .ant-tabs-tab{color:var(--azx-text-secondary);font-weight:600}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--azx-color-primary)}@media(max-width:1280px){.azx-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.azx-grid-2,.azx-grid-3,.azx-grid-4{grid-template-columns:1fr}.azx-section-header{display:block}.azx-topnav{padding:0 20px}.azx-topnav-links{display:none}.azx-workspace{width:calc(100vw - 24px);margin:12px auto;padding:12px}.azx-course-grid,.azx-learning-shell,.azx-option-grid{grid-template-columns:1fr}}.app-shell{--azx-sidebar-width: 240px;--azx-header-height: 60px;display:grid;grid-template-columns:var(--azx-sidebar-width) minmax(0,1fr);min-height:100vh}.sidebar{min-height:100vh;background:#111827;color:var(--azx-text-inverse);padding:0 12px 12px;display:flex;flex-direction:column;overflow:hidden}.sidebar nav{flex:1;overflow-y:auto;padding-bottom:12px}.sidebar-header{min-height:73px;display:flex;align-items:center;gap:10px;padding:16px 8px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#644cff,#8b5cf6);color:#fff;font-size:17px;font-weight:900;box-shadow:0 8px 24px #644cff4d}.sidebar-logo img{width:24px;height:24px;object-fit:contain;display:block}.sidebar-title{color:#fff;font-size:15px;font-weight:700}.sidebar-subtitle{margin-top:1px;color:#9ca3af;font-size:11px}.sidebar-section-title{padding:14px 8px 6px;color:#6b7280;font-size:10px;font-weight:700;letter-spacing:.8px}.nav-item{width:100%;min-height:38px;border:0;border-radius:6px;background:transparent;color:#9ca3af;display:flex;align-items:center;gap:10px;padding:0 12px;margin-bottom:2px;font-size:13.5px;text-align:left;transition:background var(--azx-transition),color var(--azx-transition),box-shadow var(--azx-transition)}.nav-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item.active,.nav-item:hover{background:#ffffff14;color:var(--azx-text-inverse)}.nav-item.active{background:#4f6ef7;box-shadow:0 4px 12px #644cff66}.nav-icon{width:18px;height:18px;display:inline-grid;place-items:center;flex:0 0 auto}.nav-empty{color:var(--azx-gray-400);font-size:var(--azx-font-size-sm);padding:12px 10px}.main{min-width:0;background:#f9fafb}.topbar{height:var(--azx-header-height);background:var(--azx-bg-surface);border-bottom:1px solid var(--azx-border-default);display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-4);padding:0 24px;position:sticky;top:0;z-index:20}.topbar-title{color:#111827;font-size:16px;font-weight:700}.topbar-breadcrumb{display:inline-flex;align-items:center;gap:4px;color:#6b7280;font-size:13px;margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:var(--azx-space-2)}.ghost-button{min-width:36px;height:36px;border:1px solid var(--azx-border-default);background:var(--azx-bg-surface);color:var(--azx-text-secondary);border-radius:var(--azx-radius-md);padding:0 12px;display:inline-flex;align-items:center;gap:6px;transition:background var(--azx-transition),border-color var(--azx-transition),color var(--azx-transition)}.ghost-button:hover{background:var(--azx-gray-50);border-color:var(--azx-border-strong);color:var(--azx-text-primary)}.page{padding:24px}.av2-page{width:100%;max-width:none;margin:0;padding:24px}.av2-loading{text-align:center;padding-top:120px}.av2-card{border-radius:8px;border:1px solid var(--azx-border-default);box-shadow:none}.av2-card .ant-card-head{min-height:56px;border-bottom-color:var(--azx-border-default)}.av2-card .ant-card-head-title{color:var(--azx-text-primary);font-size:16px;font-weight:700}.av2-filters{margin-bottom:16px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.av2-billing-summary,.av2-billing-tabs .ant-tabs-nav{margin-bottom:16px}.av2-stat-card{border-radius:8px;border:1px solid var(--azx-border-default);box-shadow:none}.av2-stat-card .ant-statistic-title{color:var(--azx-text-secondary);font-size:14px;margin-bottom:8px}.av2-dashboard-stats{margin-bottom:16px}.av2-dashboard-stat{min-height:116px;height:100%}.av2-dashboard-stat .ant-card-body{min-height:114px;padding:22px 26px}.av2-dashboard-stat-title{color:var(--azx-text-secondary);font-size:14px;line-height:20px}.av2-dashboard-stat-value{margin-top:14px;display:flex;align-items:center;gap:8px;color:var(--azx-text-primary);font-size:24px;line-height:1.2;font-weight:500}.av2-dashboard-stat-value small{color:inherit;font-size:14px;font-weight:500}.av2-dashboard-stat-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:6px;color:var(--azx-color-primary);background:transparent}.av2-dashboard-stat .ant-statistic-content{color:var(--azx-text-primary);font-weight:500}.av2-dashboard-stat .ant-statistic{grid-column:1 / -1;display:grid;grid-template-columns:1fr}.av2-dashboard-stat .ant-statistic-title{grid-column:1 / -1}.av2-dashboard-stat .ant-statistic-content{grid-column:1 / -1;padding-left:0}.av2-dashboard-rank .ant-card-body{padding-top:8px}.av2-actions{display:flex;gap:8px}.page>h2{margin:0 0 var(--azx-space-4);color:var(--azx-text-primary);font-size:var(--azx-font-size-xl);font-weight:800}.two-column{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:var(--azx-space-4);align-items:start}.sidebar-footer{margin-top:auto;padding:12px 0 0;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px}.sidebar-avatar,.user-avatar-sm{display:inline-grid;place-items:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,#644cff,#8b5cf6);font-weight:700;flex:0 0 auto}.sidebar-avatar{width:32px;height:32px;font-size:13px}.sidebar-user-name{color:#fff;font-size:13px;font-weight:500}.sidebar-user-role{color:#9ca3af;font-size:11px}.notification-btn{position:relative;width:36px;height:36px;border:0;border-radius:10px;background:#f3f4f6;color:#4b5563;display:grid;place-items:center}.admin-prototype-shell{min-height:100vh;background:#f5f6fa;color:#1f2937}.admin-prototype-sidebar{position:fixed;inset:64px auto 0 0;z-index:20;width:240px;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e7eaf0;transition:width .18s ease}.admin-prototype-sidebar-nav{flex:1;padding:18px 4px;overflow-y:auto}.admin-prototype-nav-group+.admin-prototype-nav-group{margin-top:10px;padding-top:10px;border-top:1px solid #f0f2f6}.admin-prototype-nav-title,.admin-prototype-nav-item{width:calc(100% - 8px);min-height:40px;margin:2px 4px;padding:0 24px;border:0;border-radius:6px;background:transparent;color:#1f2937;display:flex;align-items:center;gap:12px;text-align:left;font-size:15px;font-weight:500;cursor:pointer}.admin-prototype-nav-title{justify-content:flex-start;font-weight:700}.admin-prototype-nav-title .admin-prototype-nav-chevron{margin-left:auto;transition:transform .18s ease}.admin-prototype-nav-title[aria-expanded=true] .admin-prototype-nav-chevron{transform:rotate(180deg)}.admin-prototype-nav-item:hover,.admin-prototype-nav-title:hover,.admin-prototype-nav-title.active{background:#f5f3ff;color:#4f46e5}.admin-prototype-nav-item.active{background:#ede9fe;color:#4f46e5;font-weight:700}.admin-prototype-subnav{padding:2px 0 4px}.admin-prototype-subnav .admin-prototype-nav-item{padding-left:52px}.admin-prototype-nav-icon{width:18px;height:18px;display:grid;place-items:center;color:inherit}.admin-prototype-back{height:66px;border:0;border-top:1px solid #edf0f5;background:#fff;color:#374151;padding:0 24px;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;cursor:pointer}.admin-prototype-back:hover{color:#4f46e5}.admin-prototype-topbar{position:fixed;inset:0 0 auto 0;z-index:19;height:64px;background:#fff;border-bottom:1px solid #edf0f5;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:0 24px;transition:left .18s ease}.admin-prototype-menu-button,.admin-prototype-icon-button{width:38px;height:38px;border:0;border-radius:6px;background:transparent;color:#374151;display:grid;place-items:center;cursor:pointer}.admin-prototype-menu-button:hover,.admin-prototype-icon-button:hover{background:#f5f6fa}.admin-prototype-topbar strong{font-size:18px;color:#111827}.admin-prototype-topbar-actions{display:flex;align-items:center;gap:14px}.admin-prototype-role-pill{height:26px;padding:0 10px;display:inline-flex;align-items:center;border:1px solid #f59e0b;border-radius:999px;color:#f59e0b;background:#fffaf0;font-size:12px;font-weight:500}.admin-prototype-theme-switch{width:48px;height:28px;padding:2px;border:0;border-radius:999px;background:#eef1f6;display:inline-flex;align-items:center;gap:3px;color:#4f46e5;cursor:pointer}.admin-prototype-theme-switch span{width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 1px 4px #0f172a24}.admin-prototype-user{border:0;background:transparent;display:inline-flex;align-items:center;gap:8px;color:#1f2937;font-size:15px;cursor:pointer}.admin-prototype-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#b9b9b9;color:#fff;font-weight:700}.admin-prototype-main .av2-page,.admin-prototype-main .page{width:100%;max-width:none;margin:0;padding:24px 24px 40px}.admin-prototype-main .admin-wide-page{max-width:none;margin:0;padding:24px 24px 40px}.admin-prototype-main{min-height:100vh;margin-left:240px;padding-top:64px;background:#f5f6fa;transition:margin-left .18s ease}.admin-sidebar-collapsed .admin-prototype-sidebar{width:72px}.admin-sidebar-collapsed .admin-prototype-nav-title span:not(.admin-prototype-nav-icon),.admin-sidebar-collapsed .admin-prototype-nav-chevron,.admin-sidebar-collapsed .admin-prototype-nav-item span:not(.admin-prototype-nav-icon),.admin-sidebar-collapsed .admin-prototype-back span{display:none}.admin-sidebar-collapsed .admin-prototype-nav-title,.admin-sidebar-collapsed .admin-prototype-nav-item,.admin-sidebar-collapsed .admin-prototype-back{justify-content:center;padding:0}.admin-sidebar-collapsed .admin-prototype-subnav .admin-prototype-nav-item{padding-left:0}.admin-sidebar-collapsed .admin-prototype-main{margin-left:72px}.admin-system-prototype-page{padding-top:12px}.admin-wide-page{width:100%;max-width:none}.admin-wide-card{width:100%}.admin-wide-card>.ant-card-body{overflow:hidden}.admin-wide-card .ant-table-wrapper,.admin-wide-card .ant-spin-nested-loading,.admin-wide-card .ant-spin-container,.admin-wide-card .ant-table{width:100%}.admin-wide-card .ant-table-cell-fix-right,.admin-wide-card .ant-table-cell-fix-left,.admin-wide-card .ant-table-cell-fix-right-first,.admin-wide-card .ant-table-cell-fix-left-last{background:#fff;box-shadow:none!important}.admin-wide-card .ant-table-thead .ant-table-cell-fix-right,.admin-wide-card .ant-table-thead .ant-table-cell-fix-left{background:#f3f4f6}.admin-wide-card .ant-table-cell-fix-right-first:after,.admin-wide-card .ant-table-cell-fix-left-last:after{display:none;box-shadow:none}.admin-system-prototype-page .av2-role-tabs>.ant-tabs-nav{margin:0 0 16px}.admin-system-prototype-page .av2-role-tabs>.ant-tabs-nav:before{border-bottom-color:#e9edf3}.admin-system-prototype-page .av2-role-tabs .ant-tabs-tab{padding:0 0 14px;font-size:14px}.admin-system-prototype-page .av2-role-tabs .ant-tabs-tab+.ant-tabs-tab{margin-left:32px}.admin-system-prototype-card{overflow:hidden;border-color:#e4e7ec;border-radius:6px;box-shadow:none}.admin-system-prototype-card>.ant-card-head{min-height:62px;padding:0 24px;border-bottom-color:#edf0f5}.admin-system-prototype-card>.ant-card-body{padding:22px 24px 16px}.admin-system-prototype-card .av2-filters{margin-bottom:16px}.admin-system-prototype-card .ant-table{border-radius:6px}.admin-system-prototype-card .ant-table-thead>tr>th{height:76px;background:#f3f4f6;color:#20242a;font-weight:600;border-bottom-color:#edf0f5}.admin-system-prototype-card .ant-table-tbody>tr>td{height:76px;border-bottom-color:#edf0f5}.admin-system-prototype-card .ant-table-cell-fix-right,.admin-system-prototype-card .ant-table-cell-fix-left{background:#fff;box-shadow:none!important}.admin-system-prototype-card .ant-table-thead .ant-table-cell-fix-right,.admin-system-prototype-card .ant-table-thead .ant-table-cell-fix-left{background:#f3f4f6}.admin-system-prototype-card .ant-table-cell-fix-right-first:after,.admin-system-prototype-card .ant-table-cell-fix-left-last:after{display:none;box-shadow:none}.admin-wide-card .ant-table-cell-fix-right-first,.admin-system-prototype-card .ant-table-cell-fix-right-first{border-left:0}.admin-wide-card .ant-table-cell-fix-left-last,.admin-system-prototype-card .ant-table-cell-fix-left-last{border-right:0}.ant-table-cell-fix-left,.ant-table-cell-fix-right{box-shadow:none!important;border-inline-start:0!important;border-inline-end:0!important}.ant-table-cell-fix-left-last:after,.ant-table-cell-fix-right-first:after{display:none!important;box-shadow:none!important;opacity:0!important;width:0!important}.ant-table-ping-left .ant-table-cell-fix-left-last:after,.ant-table-ping-right .ant-table-cell-fix-right-first:after{display:none!important;box-shadow:none!important}.admin-system-prototype-card .ant-pagination{margin:16px 0 0}.admin-table-actions .ant-btn-link{padding:0;height:auto;line-height:1.5}.admin-tenant-table .ant-table-cell{vertical-align:middle}@media(max-width:900px){.admin-prototype-sidebar{transform:translate(-100%)}.admin-prototype-topbar{left:0}.admin-prototype-main{margin-left:0}.admin-prototype-topbar strong{display:none}}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:48px;padding:56px;background:radial-gradient(circle at 18% 20%,rgba(254,238,255,.8),transparent 30%),radial-gradient(circle at 82% 22%,rgba(231,244,255,.8),transparent 32%),var(--azx-bg-page)}.login-visual{color:var(--azx-text-primary);max-width:640px}.login-visual h1{margin:0 0 var(--azx-space-4);font-size:56px;font-weight:900;line-height:1.08;letter-spacing:0}.login-visual p{margin:0;color:var(--azx-text-secondary);font-size:var(--azx-font-size-xl);line-height:1.8}.login-card{border-radius:var(--azx-radius-md)}.portal-login-page{background:radial-gradient(circle at 12% 18%,rgba(254,238,255,.8),transparent 30%),radial-gradient(circle at 85% 18%,rgba(231,244,255,.82),transparent 32%),var(--azx-bg-page)}.admin-login-page{background:var(--azx-bg-page)}.sso-button{margin-top:var(--azx-space-3)}.full-width{width:100%;min-width:0;max-width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--azx-space-4)}.drawer-actions{margin-top:var(--azx-space-2)}.admin-alert{margin-bottom:var(--azx-space-4)}.admin-loading{min-height:120px;display:grid;place-items:center}.admin-metric-row{margin-top:var(--azx-space-4)}.health-hero{display:flex;align-items:center;gap:24px;padding:24px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:16px;margin-bottom:24px}.health-ring{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;position:relative;flex:0 0 auto}.health-ring:after{content:"";position:absolute;width:76px;height:76px;border-radius:50%;background:#fff}.health-value{position:relative;z-index:1;color:#10b981;font-size:28px;font-weight:800}.health-info h2{margin:0 0 4px;color:#111827;font-size:20px}.health-info p{margin:0;color:#6b7280;font-size:13px}.health-services{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.health-service-dot{display:inline-flex;align-items:center;gap:5px;color:#374151;font-size:12px;font-weight:500}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot-green{background:#10b981}.stats-row,.admin-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:24px}.admin-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.stat-card{position:relative;overflow:hidden;min-height:122px;padding:20px;border:1px solid #f3f4f6;border-radius:16px;background:#fff;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014,0 2px 6px #0000000a}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.stat-card.blue:before{background:linear-gradient(135deg,#644cff,#8b5cf6)}.stat-card.green:before{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.yellow:before{background:linear-gradient(135deg,#f59e0b,#ef4444)}.stat-card.purple:before{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.stat-icon{float:right;width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:#eef1ff;font-size:20px}.stat-label{color:#6b7280;font-size:12px;margin-bottom:8px}.stat-value{color:#111827;font-size:28px;font-weight:800;line-height:1.2}.stat-change{margin-top:6px;font-size:12px}.stat-change.up{color:#10b981}.stat-change.down{color:#ef4444}.grid-2col{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:20px}.panel,.ant-card{border:1px solid #f3f4f6;border-radius:16px;background:#fff;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a}.panel{padding:20px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-title{color:#111827;font-size:15px;font-weight:700}.quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-action-btn{min-height:44px;display:flex;align-items:center;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;color:#374151;background:#f9fafb;font-size:13px;font-weight:500}.admin-account-line{display:flex;align-items:center;gap:12px}.admin-account-line p{margin:2px 0 0;color:#6b7280;font-size:12px}.admin-tag-line{margin-top:14px}.admin-filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.admin-toolbar-search{width:280px}.admin-filter-bar .ant-input-search{width:260px}.admin-filter-select{width:130px}.pending-field-grid{display:flex;flex-wrap:wrap;gap:8px}.admin-empty-card .ant-card-body{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center}.admin-empty-fields{justify-content:center;margin-top:22px}.researcher-stat-row{margin-bottom:16px}.rv2-courses-page{padding-top:0}.rv2-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.rv2-page-header-left h4{display:flex;align-items:center;gap:8px;margin:0 0 4px}.rv2-page-title-icon{color:var(--azx-color-primary)}.rv2-stats-row{margin-bottom:16px}.rv2-stat-card{overflow:hidden}.rv2-stat-card .ant-card-body{padding:18px 20px}.rv2-stat--total{border-left:3px solid var(--azx-color-primary)}.rv2-stat--published{border-left:3px solid var(--azx-color-success)}.rv2-stat--draft{border-left:3px solid var(--azx-text-tertiary)}.rv2-stat--review{border-left:3px solid var(--azx-color-warning)}.rv2-stat--b{border-left:3px solid #8b5cf6}.rv2-stat--all{border-left:3px solid #10b981}.rv2-filter-card{margin-bottom:16px}.rv2-filter-card .ant-card-body{padding-bottom:8px}.rv2-table-card .ant-card-body{padding:0;overflow:hidden}.rv2-table-card .ant-table-wrapper{padding:0;max-width:100%;overflow:hidden}.researcher-shell{min-height:100vh;background:var(--azx-bg-page)}.researcher-topnav{position:sticky;top:0;z-index:20;height:60px;padding:0 28px;border-bottom:1px solid var(--azx-border-light);background:#fff}.researcher-topnav-links{gap:28px;margin-left:52px}.researcher-sidebar-shell .researcher-topnav{grid-template-columns:minmax(0,1fr) auto;gap:18px}.researcher-sidebar-brand{justify-content:flex-start}.researcher-sidebar-brand-title{min-width:0;border:0;padding:0;overflow:hidden;background:transparent;color:#111827;font-size:16px;font-weight:800;letter-spacing:0;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.researcher-sidebar-collapsed .researcher-sidebar-brand-title{display:none}.researcher-sidebar-nav{padding-top:16px}.researcher-sidebar-link{padding-left:28px}.researcher-sidebar-collapsed .researcher-sidebar-link{padding:0}.researcher-sidebar-toggle{display:grid;border:0;background:transparent;box-shadow:none;color:#374151}.researcher-sidebar-toggle:hover{background:#f3f4f6}.researcher-topbar-title{min-width:0;overflow:hidden;color:#111827;font-size:18px;font-weight:800;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.researcher-main{min-height:calc(100vh - 60px);padding:20px 48px 40px}.student-shell{min-height:100vh;background:var(--azx-bg-page);overflow-x:hidden}.student-topnav{position:sticky;top:0;z-index:20;padding:0 48px}.student-topnav-links{gap:var(--azx-space-8)}.student-discovery-trigger{min-width:64px}.student-discovery-dropdown .ant-dropdown-menu{min-width:156px;padding:6px;border-radius:8px;box-shadow:0 10px 28px #0f172a29}.student-discovery-dropdown .ant-dropdown-menu-item{height:40px;border-radius:4px;color:var(--azx-text-primary);font-weight:700}.student-discovery-dropdown .ant-dropdown-menu-item:hover,.student-discovery-dropdown .ant-dropdown-menu-item-active,.student-discovery-dropdown .ant-dropdown-menu-item-selected{color:var(--azx-text-primary)!important;background:#f3f3f3!important}.student-mobile-discovery-group{display:grid;gap:6px}.student-mobile-discovery-group>span{padding:4px 12px;color:var(--azx-text-tertiary);font-size:12px}.student-main{min-height:calc(100vh - 60px);overflow-x:hidden}.student-classroom-hall{--student-page-gutter: clamp(24px, 3.75vw, 72px);--student-page-max: 1776px;min-height:calc(100vh - 60px);background:var(--azx-bg-page);overflow-x:hidden}.student-hall-hero{position:relative;overflow:hidden;padding:64px 0 48px}.student-hall-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#eeedfe,#e6f1fb 52%,#e1f5ee);opacity:.72}.student-hall-hero-content{position:relative;width:min(calc(100% - var(--student-page-gutter) - var(--student-page-gutter)),var(--student-page-max));max-width:var(--student-page-max);margin:0 auto;display:grid;justify-items:center;gap:18px;text-align:center}.student-hall-hero h1{margin:0;color:var(--azx-text-primary);font-size:clamp(30px,5vw,48px);font-weight:900;line-height:1.12}.student-hall-hero h1 span{position:relative;color:var(--azx-color-primary)}.student-hall-hero h1 span:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:10px;border-radius:999px;background:#644cff1f;z-index:-1}.student-hall-hero p{max-width:680px;margin:0;color:var(--azx-text-secondary);font-size:var(--azx-font-size-md);line-height:1.75}.student-hall-actions{display:flex;gap:var(--azx-space-3);flex-wrap:wrap;justify-content:center}.student-hall-search{width:min(560px,100%);height:52px;display:flex;align-items:center;gap:10px;padding:0 18px;border:1px solid var(--azx-border-default);border-radius:18px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-cross-promo{width:100%;max-width:100%;box-sizing:border-box;min-height:72px;display:grid;grid-template-columns:44px auto minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px 18px;border:1px solid rgba(100,76,255,.18);border-radius:18px;background:linear-gradient(135deg,#644cff14,#22d3ee14);color:var(--azx-text-primary);text-align:left;cursor:pointer;box-shadow:var(--azx-shadow-sm)}.student-cross-promo>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--azx-color-primary);color:#fff;font-size:22px;font-weight:900}.student-cross-promo strong{color:var(--azx-text-primary);font-size:var(--azx-font-size-md);font-weight:900}.student-cross-promo small{min-width:0;color:var(--azx-text-secondary)}.student-cross-promo em{color:var(--azx-color-primary);font-size:14px;font-style:normal;font-weight:800;white-space:nowrap}.student-hall-search .ant-input-search,.student-hall-search .ant-input-group-wrapper,.student-hall-search .ant-input-wrapper,.student-hall-search .ant-input-affix-wrapper,.student-hall-search input{background:transparent;border:0;box-shadow:none}.student-hall-summary,.student-hall-content{width:min(calc(100% - var(--student-page-gutter) - var(--student-page-gutter)),var(--student-page-max));max-width:var(--student-page-max);margin:0 auto;box-sizing:border-box}.student-hall-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--azx-space-4);margin-top:-24px;position:relative;z-index:2}.student-hall-metric{min-height:112px;display:grid;align-content:center;gap:6px;padding:var(--azx-space-4);border:1px solid var(--azx-border-default);border-radius:16px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-hall-metric>span{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-hall-metric small{color:var(--azx-text-secondary)}.student-hall-metric strong{color:var(--azx-text-primary);font-size:24px;font-weight:900}.student-hall-content{display:grid;gap:var(--azx-space-6);padding:var(--azx-space-8) 0 var(--azx-space-12)}.student-hall-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--azx-space-4)}.student-hall-section-head h2{margin:0;color:var(--azx-text-primary);font-size:24px;font-weight:900}.student-hall-section-head p{margin:6px 0 0;color:var(--azx-text-secondary)}.student-classroom-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--azx-space-6)}.student-classroom-card{overflow:hidden;border:1px solid var(--azx-border-default);border-radius:8px;background:#fff;box-shadow:var(--azx-shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.student-classroom-card:hover{transform:translateY(-4px);border-color:#644cff47;box-shadow:var(--azx-shadow-md)}.student-classroom-cover{width:100%;min-height:168px;display:flex;flex-direction:column;gap:var(--azx-space-2);padding:18px 22px 20px;border:0;color:#fff;text-align:left;cursor:pointer}.student-classroom-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(255,255,255,.14),transparent 38%),radial-gradient(circle at 82% 22%,rgba(255,255,255,.22),transparent 20%);pointer-events:none}.student-classroom-cover{position:relative}.student-classroom-cover>*{position:relative;z-index:1}.student-classroom-cover strong{margin-top:auto;color:#fff;font-size:21px;font-weight:900;line-height:1.28}.student-classroom-cover small{color:#ffffffd1}.student-classroom-cover-top{display:flex;justify-content:space-between;align-items:center;gap:var(--azx-space-2)}.student-classroom-stage,.student-classroom-status{width:fit-content;padding:3px 10px;border-radius:999px;color:#fffffff0;background:#ffffff2e;font-size:12px}.student-classroom-body{display:grid;gap:var(--azx-space-3);padding:18px 22px 20px}.student-classroom-desc{min-height:42px;margin:0;color:var(--azx-text-secondary);line-height:1.6}.student-classroom-progress{display:flex;justify-content:space-between;color:var(--azx-text-secondary)}.student-classroom-progress strong{color:var(--azx-text-primary)}.student-classroom-meta,.student-classroom-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--azx-space-2)}.student-classroom-actions{justify-content:space-between;padding-top:var(--azx-space-2)}.student-classroom-actions button{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--azx-color-primary);font-weight:800;cursor:pointer}.student-classroom-actions button:last-child{color:var(--azx-text-secondary)}.student-classroom-enter{padding-left:0}.student-hall-lower{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:var(--azx-space-4)}.student-hall-filters{display:flex;align-items:center;gap:var(--azx-space-2);flex-wrap:wrap}.student-hall-filters>span{color:var(--azx-text-secondary)}.student-hall-filters button{min-height:36px;padding:0 18px;border:1px solid var(--azx-border-default);border-radius:999px;background:#fff;color:var(--azx-text-secondary);cursor:pointer}.student-hall-filters button.active{border-color:var(--azx-color-primary);background:var(--azx-color-primary);color:#fff}.student-course-pager{display:flex;justify-content:center;align-items:center;gap:var(--azx-space-3)}.student-course-page{padding:28px 0 0;background:#f7f8fc}.student-course-page .student-hall-hero{overflow:visible;padding:0 0 var(--azx-space-5)}.student-course-page .student-hall-hero-bg{display:none}.student-course-page .student-hall-hero-content{justify-items:start;gap:10px;text-align:left}.student-course-page .student-hall-hero h1{font-size:28px;line-height:1.25}.student-course-page .student-hall-hero p{max-width:none;font-size:14px}.student-course-page .student-hall-search{width:min(460px,100%);height:40px;margin-top:10px;border-radius:8px;box-shadow:none}.student-course-page .student-hall-summary{margin:0 auto var(--azx-space-5)}.student-course-page .student-hall-metric{min-height:104px;border-radius:8px}.student-course-page .student-hall-content{gap:var(--azx-space-4);padding:0}.student-course-page .student-classroom-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--azx-space-4)}.student-cockpit-page{min-height:calc(100vh - 60px);height:calc(100vh - 60px);display:flex;flex-direction:column;overflow:hidden;background:var(--azx-bg-page)}.student-cockpit-banner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-4);padding:10px 20px;border-bottom:1px solid var(--azx-border-default);background:#fff;z-index:4}.student-cockpit-banner-left{min-width:0;display:flex;align-items:center;gap:var(--azx-space-3)}.student-cockpit-banner-left>div{min-width:0;display:grid;gap:2px}.student-cockpit-banner-left span,.student-cockpit-banner-left small{color:var(--azx-text-secondary);font-size:var(--azx-font-size-xs)}.student-cockpit-banner-left strong{max-width:420px;overflow:hidden;color:var(--azx-text-primary);font-size:var(--azx-font-size-md);text-overflow:ellipsis;white-space:nowrap}.student-cockpit-dot{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:var(--azx-color-primary);box-shadow:0 0 0 6px #644cff1a}.student-cockpit-main{flex:1;min-height:0;display:grid;grid-template-columns:minmax(420px,1fr) minmax(420px,520px);overflow:hidden}.student-cockpit-visual,.student-cockpit-panel{min-height:0;overflow:auto}.student-cockpit-visual{display:flex;flex-direction:column;gap:var(--azx-space-4);padding:18px 22px}.student-cockpit-status,.student-cockpit-ribbon{display:flex;align-items:center;gap:var(--azx-space-3);padding:12px 16px;border:1px solid var(--azx-border-default);border-radius:14px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-cockpit-status{flex-wrap:wrap}.student-cockpit-status span{display:inline-flex;align-items:center;gap:8px;color:var(--azx-text-secondary);font-size:var(--azx-font-size-sm)}.student-cockpit-status strong{color:var(--azx-text-primary)}.student-cockpit-status i{width:8px;height:8px;border-radius:50%}.student-cockpit-status .goal{background:var(--azx-color-primary)}.student-cockpit-status .note{background:var(--azx-color-warning)}.student-cockpit-progress{min-width:180px;flex:1}.student-cockpit-progress .ant-progress{min-width:120px}.student-cockpit-ribbon{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.student-cockpit-ribbon .student-learn-metric{min-height:86px;background:var(--azx-bg-page)}.student-knowledge-hero{flex:1;min-height:480px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid var(--azx-border-default);border-radius:22px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-knowledge-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 42%,rgba(100,76,255,.14),transparent 28%),radial-gradient(circle at 18% 18%,rgba(34,211,238,.18),transparent 26%),radial-gradient(circle at 82% 78%,rgba(16,185,129,.14),transparent 24%)}.student-knowledge-orbit{position:absolute;border:1px dashed rgba(100,76,255,.18);border-radius:50%}.student-knowledge-orbit-large{width:420px;height:420px}.student-knowledge-orbit-mid{width:280px;height:280px}.student-knowledge-core,.student-knowledge-node{position:absolute;display:grid;place-items:center;border:0;border-radius:999px;text-align:center}.student-knowledge-core{width:158px;height:158px;gap:5px;color:#fff;background:linear-gradient(135deg,#644cff,#0ea5e9);box-shadow:0 24px 60px #644cff57}.student-knowledge-core strong{color:#fff;font-size:32px;font-weight:900;line-height:1}.student-knowledge-core span{color:#fffc;font-size:var(--azx-font-size-sm)}.student-knowledge-node{width:96px;height:96px;padding:var(--azx-space-2);color:#fff;cursor:default;box-shadow:0 14px 32px #0f172a2e}.student-knowledge-node strong{color:#fff;font-size:var(--azx-font-size-sm)}.student-knowledge-node.mastered{left:calc(50% - 260px);top:calc(50% - 160px);background:#10b981}.student-knowledge-node.current{right:calc(50% - 280px);top:calc(50% - 96px);background:#644cff}.student-knowledge-node.next{left:calc(50% - 80px);bottom:calc(50% - 246px);background:#0ea5e9}.student-knowledge-caption{position:absolute;left:24px;right:24px;bottom:22px;display:grid;gap:4px;padding:16px 18px;border:1px solid rgba(100,76,255,.1);border-radius:16px;background:#ffffffd1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.student-knowledge-caption strong{color:var(--azx-text-primary)}.student-knowledge-caption span{color:var(--azx-text-secondary)}.student-knowledge-graph-hero{flex:1;min-height:520px;position:relative;overflow:hidden;border:1px solid var(--azx-border-default);border-radius:18px;background:radial-gradient(circle at 50% 44%,rgba(100,76,255,.12),transparent 30%),radial-gradient(circle at 18% 18%,rgba(34,211,238,.14),transparent 25%),radial-gradient(circle at 80% 78%,rgba(16,185,129,.12),transparent 26%),#fff;box-shadow:0 2px 8px #0000000a}.student-knowledge-graph-hero-3d{min-height:560px}.student-knowledge-graph-stage{position:absolute;top:0;right:0;bottom:50px;left:0;overflow:hidden}.student-knowledge-graph-ripple{position:absolute;width:10px;height:10px;border:2px solid rgba(100,76,255,.55);border-radius:999px;transform:translate(-50%,-50%);pointer-events:none;animation:studentGraphRipple .8s ease-out forwards}.student-knowledge-graph-hero:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:19px;background:linear-gradient(135deg,rgba(124,91,255,.12),rgba(34,211,238,.08),transparent 62%);pointer-events:none}.student-knowledge-graph-glow{position:absolute;left:50%;top:46%;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(124,91,255,.14),transparent 70%);animation:studentGraphPulse 6s ease-in-out infinite}.student-knowledge-graph-lines{position:absolute;top:36px;right:42px;bottom:118px;left:42px;width:calc(100% - 84px);height:calc(100% - 154px);overflow:visible}.student-knowledge-graph-lines line{stroke:#644cff61;stroke-width:.35;vector-effect:non-scaling-stroke}.student-knowledge-graph-particle{fill:#22d3ee;filter:drop-shadow(0 0 5px rgba(34,211,238,.7))}.student-knowledge-graph-orbit{position:absolute;left:50%;top:46%;border:1px dashed rgba(100,76,255,.18);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.student-knowledge-graph-orbit-a{width:min(58vw,420px);height:min(58vw,420px);animation:studentGraphOrbit 24s linear infinite}.student-knowledge-graph-orbit-b{width:min(38vw,280px);height:min(38vw,280px);animation:studentGraphOrbit 18s linear infinite reverse}.student-knowledge-graph-node{position:absolute;width:118px;min-height:74px;display:grid;justify-items:center;gap:4px;padding:10px;border:0;border-radius:18px;color:#fff;text-align:center;transform:translate(-50%,-50%);box-shadow:0 14px 32px #0f172a2e;animation:studentGraphFloat 5s ease-in-out infinite}.student-knowledge-graph-node strong{color:#fff;font-size:15px;line-height:1.1}.student-knowledge-graph-node span{max-width:96px;color:#ffffffdb;font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-knowledge-graph-node-core{width:156px;min-height:156px;border-radius:999px;background:linear-gradient(135deg,#644cff,#0ea5e9);animation-duration:6.2s}.student-knowledge-graph-node-core strong{font-size:32px}.student-knowledge-graph-node-completed{background:linear-gradient(135deg,#10b981,#22c55e)}.student-knowledge-graph-node-learning{background:linear-gradient(135deg,#644cff,#8b5cf6)}.student-knowledge-graph-node-available{background:linear-gradient(135deg,#0ea5e9,#22d3ee)}.student-knowledge-graph-node-locked{background:linear-gradient(135deg,#94a3b8,#64748b)}.student-knowledge-graph-caption,.student-knowledge-graph-legend{position:absolute;left:24px;right:24px;z-index:2;display:flex;align-items:center;background:#ffffffd6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.student-knowledge-graph-caption{bottom:62px;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid rgba(100,76,255,.1);border-radius:14px}.student-knowledge-graph-caption strong{display:block;color:var(--azx-text-primary)}.student-knowledge-graph-caption em{display:block;margin-bottom:2px;color:var(--azx-color-primary);font-size:12px;font-style:normal;font-weight:800}.student-knowledge-graph-caption span{color:var(--azx-text-secondary);font-size:13px}.student-knowledge-graph-legend{bottom:16px;justify-content:center;gap:22px;padding:8px 14px;border:1px solid var(--azx-border-default);border-radius:10px}.student-knowledge-graph-legend span{display:inline-flex;align-items:center;gap:6px;color:var(--azx-text-secondary);font-size:12px}.student-knowledge-graph-legend i{width:8px;height:8px;border-radius:50%}.student-knowledge-graph-legend .completed{background:#10b981}.student-knowledge-graph-legend .learning{background:#644cff}.student-knowledge-graph-legend .available{background:#0ea5e9}.student-knowledge-graph-legend .locked{background:#94a3b8}.student-temp-cockpit{display:grid;gap:8px;width:100%;padding:0 16px 16px;background:#f5f6f8;font-size:13px}.student-temp-course-bar{min-height:64px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:0 32px;border:1px solid #edf0f5;border-radius:0 0 10px 10px;background:#fff}.student-temp-course-bar>.ant-btn{height:32px;border-radius:8px;color:#4b5563;font-size:12px}.student-temp-course-bar>.student-temp-course-identity{min-width:0;display:grid;gap:2px}.student-temp-course-bar strong{overflow:hidden;color:#151515;font-size:15px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.student-temp-course-bar span{overflow:hidden;color:#646464;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.student-learning-welcome-modal .ant-modal-content{overflow:hidden;border-radius:18px;padding:0;box-shadow:0 28px 80px #0f172a47;animation:studentWelcomePop .42s cubic-bezier(.2,.8,.2,1)}.student-learning-welcome-modal .ant-modal-close{top:14px;right:14px;color:#8a8a8a}.student-learning-welcome-card{position:relative;display:grid;justify-items:center;gap:12px;padding:0 28px 28px;text-align:center;background:#fff}.student-learning-welcome-hero{position:relative;width:calc(100% + 56px);height:80px;overflow:hidden;background:linear-gradient(135deg,#fff1a8,#ffd45f)}.student-learning-welcome-bubble{position:absolute;left:22px;top:25px;width:38px;height:38px;border-radius:999px;background:#644cff33;animation:studentWelcomeFloat 3.8s ease-in-out infinite}.student-learning-welcome-bubble.large{left:auto;right:22px;top:-16px;width:64px;height:64px;background:#a0722d38;animation-delay:-1.4s}.student-learning-welcome-icon{width:68px;height:68px;display:grid;place-items:center;margin-top:-34px;border:2px solid rgba(255,154,28,.24);border-radius:999px;background:#fff;color:#ff8a00;box-shadow:0 8px 20px #ff9a1c2e;z-index:1;animation:studentWelcomePulse 1.8s ease-in-out infinite}.student-learning-welcome-card h2{margin:0;color:var(--azx-text-primary);font-size:20px;font-weight:900}.student-learning-welcome-card p{margin:0;color:var(--azx-text-secondary);font-size:14px;line-height:1.7}.student-learning-welcome-card p strong{color:#ff8a00}.student-learning-welcome-last{max-width:100%;overflow:hidden;padding:6px 12px;border-radius:8px;color:var(--azx-color-primary);background:#f4f1ff;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.student-learning-welcome-tip{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:10px;color:#8a4b00;background:#fff2c7;font-size:13px;font-weight:700}.student-learning-welcome-tip svg{color:#ff8a00;flex:0 0 auto}.student-learning-welcome-modal .ant-btn-primary{height:46px;border-radius:10px;background:linear-gradient(135deg,#ff981a,#ff5b1a);box-shadow:0 10px 20px #ff701a42}.student-learning-welcome-modal .ant-progress-circle-path{transition:stroke-dashoffset .9s cubic-bezier(.22,1,.36,1),stroke .24s ease}.student-learning-welcome-link{border:0;background:transparent;color:var(--azx-text-tertiary);font-size:13px;cursor:pointer}@keyframes studentWelcomePop{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes studentWelcomeFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(8px,-8px,0)}}@keyframes studentWelcomePulse{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.04)}}.student-temp-banner-section{width:100%;display:grid;grid-template-columns:274px minmax(360px,1fr) 310px;gap:20px;padding:20px;overflow:hidden;border-radius:12px;background:#fff}.student-temp-card-title{margin-bottom:8px;color:#fff;font-size:16px;font-weight:800;line-height:20px}.student-temp-goal-card,.student-temp-path-card,.student-temp-notes-card{height:168px;overflow:hidden;border-radius:12px;padding:16px}.student-temp-goal-card{background:linear-gradient(103deg,#644cff 1.56%,#a1afff)}.student-temp-goal-inner{width:100%;height:111px;display:flex;flex-direction:column;justify-content:space-between;padding:12px;border-radius:12px;background:var(--student-study-goal-bg, none) no-repeat right bottom / cover,#ffffffe0}.student-temp-goal-inner strong{color:#151515;font-size:16px;font-weight:700;line-height:22px}.student-temp-goal-inner .ant-btn{align-self:flex-start}.student-temp-path-card{min-width:0;background:linear-gradient(104deg,#3f68f7 17.21%,#b5d7fc)}.student-temp-path-head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.student-temp-path-head .student-temp-card-title{margin-bottom:0}.student-temp-path-head>span{color:#fff;font-size:12px;white-space:nowrap}.student-temp-path-head .ant-progress-text{color:#fff!important;font-size:12px}.student-temp-path-list{height:108px;display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.student-temp-path-list::-webkit-scrollbar{display:none}.student-temp-path-item{flex:1 0 214px;min-width:214px;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;padding:12px 0 0 12px;background:#fff}.student-temp-path-item h3{margin:0 12px 8px 0;overflow:hidden;color:#151515;font-size:14px;font-weight:800;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.student-temp-path-item>div{flex:1;display:grid;align-content:start;gap:14px;overflow-y:auto;overflow-x:hidden;padding:0 12px 12px 0}.student-temp-lesson{min-width:0;display:grid;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:4px;border:0;padding:0;background:transparent;color:#644cff;cursor:pointer;font:inherit;text-align:left}.student-temp-lesson span:nth-child(2){overflow:hidden;font-size:12px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.student-temp-lesson em{color:#644cff;font-size:12px;font-style:normal;line-height:14px;white-space:nowrap}.student-temp-lesson-dot{width:12px;height:12px;border:1px solid #644cff;border-radius:50%}.student-temp-lesson.locked{color:#151515}.student-temp-lesson.locked .student-temp-lesson-dot{border-color:#e9e9e9}.student-temp-notes-card{background:var(--student-my-notes-bg, none) no-repeat center / cover,#f3f5ff}.student-temp-notes-card .student-temp-card-title{margin-top:4px}.student-temp-notes-inner{display:grid;gap:8px;padding:12px 0 0 13px}.student-temp-notes-inner span{color:#151515;font-size:14px;font-weight:700;line-height:18px}.student-temp-notes-inner strong{color:#644cff;font-size:20px;font-weight:900}.student-temp-notes-inner small{color:#151515;font-size:12px}.student-temp-notes-inner .ant-btn{justify-self:start}.student-temp-bottom-section{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px}.student-temp-planet{min-height:558px;position:relative;overflow:hidden;border-radius:12px;background:var(--student-knowledge-planet-bg, none) no-repeat center / cover,#12172f}.student-temp-section-title{position:absolute;left:20px;top:20px;z-index:4;color:#fff;font-size:16px;font-weight:800;line-height:20px}.student-temp-graph{position:absolute;top:0;right:0;bottom:0;left:0}.student-temp-graph .student-knowledge-graph-hero{min-height:100%;height:100%;border:0;border-radius:0;background:transparent;box-shadow:none}.student-temp-graph .student-knowledge-graph-hero:before,.student-temp-graph .student-knowledge-graph-glow{display:none}.student-temp-graph .student-knowledge-graph-stage{top:0;right:0;bottom:70px;left:0}.student-temp-graph .student-knowledge-graph-legend{left:auto;right:20px;bottom:20px;gap:30px;width:auto;padding:6px 24px;border:0;border-radius:12px;background:#ffffff4d}.student-temp-graph .student-knowledge-graph-legend span{flex-direction:column;color:#fff;gap:4px}.student-temp-graph .student-knowledge-graph-legend i{width:16px;height:16px}.student-temp-stats{display:grid;align-content:start;gap:20px;padding:20px;border-radius:12px;background:#fff}.student-temp-last-card,.student-temp-summary-card{border:0;background:transparent}.student-temp-last-card .ant-card-head,.student-temp-summary-card .ant-card-head{min-height:auto;padding:0;border-bottom:0}.student-temp-last-card .ant-card-head-title,.student-temp-summary-card .ant-card-head-title{padding:0 0 12px;color:#151515;font-size:16px;font-weight:800}.student-temp-last-card .ant-card-body,.student-temp-summary-card .ant-card-body{padding:0}.student-temp-last-card .ant-card-body{display:grid;gap:12px;padding:16px;border-radius:12px;background:#f9f9f9}.student-temp-last-card strong{color:#151515;font-size:16px;line-height:20px}.student-temp-last-card span{color:#646464;font-size:12px}.student-temp-summary-card .ant-card-body{display:grid;gap:8px}.student-temp-stat-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;background:#f9f9f9}.student-temp-stat-row>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#644cff;background:#644cff1a}.student-temp-stat-row small{color:#151515;font-size:14px}.student-temp-stat-row strong{color:#151515;font-size:16px;font-weight:900}.student-temp-empty{padding:48px;border-radius:12px;background:#fff}.student-temp-overview-strip{min-height:50px;display:flex;align-items:center;gap:18px;padding:8px 16px;border:1px solid #edf0f5;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0d}.student-temp-overview-strip>.ant-btn{margin-left:auto}.student-temp-overview-item,.student-temp-overview-progress{display:inline-flex;align-items:center;gap:8px;min-width:0}.student-temp-overview-item:not(:first-child),.student-temp-overview-progress{padding-left:18px;border-left:1px solid #e9edf4}.student-temp-overview-item small,.student-temp-overview-progress small{color:#7b8494;font-size:12px;white-space:nowrap}.student-temp-overview-item strong,.student-temp-overview-progress strong{color:#151515;font-size:13px;font-weight:900;white-space:nowrap}.student-temp-overview-progress strong{color:#19c3da}.student-temp-dot{width:8px;height:8px;border-radius:50%}.student-temp-dot.purple{background:#644cff}.student-temp-dot.orange{background:#f59e0b}.student-temp-metrics-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:10px 18px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.student-temp-metric-card{min-height:58px;display:grid;align-content:center;gap:2px;padding:8px 12px;border:1px solid #e4e8ef;border-radius:8px;background:#fafbfe}.student-temp-metric-card small{color:#98a2b3;font-size:12px}.student-temp-metric-card strong{color:#644cff;font-size:21px;line-height:1.1;font-weight:900}.student-temp-metric-card span{color:#0aa86e;font-size:12px;font-weight:700}.student-temp-realtime-panel{display:grid;gap:10px;padding:12px;border:1px solid #edf0f8;border-radius:12px;background:#fafbff}.student-temp-realtime-actions .ant-btn{height:32px;border-radius:8px;font-size:12px}.student-temp-realtime-panel>div:first-child{min-width:0;display:grid;gap:3px}.student-temp-realtime-panel strong{color:#151515;font-size:13px;font-weight:900}.student-temp-realtime-panel span{color:#5f6675;font-size:12px}.student-temp-realtime-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:6px}.student-temp-teacher-notice{border-radius:12px}.student-temp-workbench{min-height:calc(100vh - 146px);display:grid;grid-template-columns:minmax(0,1fr) 424px;gap:0;margin-top:0;overflow:hidden;border:1px solid #e0e6ef;border-radius:12px;background:#fff}.student-temp-left-stage{min-width:0;min-height:calc(100vh - 146px);display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;padding:14px 24px 0;background:#fff}.student-temp-left-stage .student-temp-overview-strip,.student-temp-left-stage .student-temp-metrics-strip{margin:0}.student-temp-planet-panel{position:relative;min-height:calc(100vh - 334px);overflow:hidden;border:0;border-radius:12px 12px 0 0;background:radial-gradient(circle at 48% 48%,rgba(207,255,255,.44),rgba(245,252,255,.24) 22%,transparent 42%),linear-gradient(135deg,#f8f3ff,#f6fffb 48%,#fff)}.student-temp-planet-panel .student-temp-section-title{color:#151515}.student-temp-planet-panel .student-knowledge-graph-hero{min-height:calc(100vh - 334px);height:calc(100vh - 334px);border:0;border-radius:0;background:var(--student-knowledge-planet-bg, none) no-repeat center / cover,#151338;box-shadow:none}.student-temp-planet-panel .student-knowledge-graph-hero:before,.student-temp-planet-panel .student-knowledge-graph-glow{display:none}.student-temp-planet-panel .student-knowledge-graph-stage{top:0;right:0;bottom:50px;left:0}.student-temp-planet-panel .student-knowledge-graph-legend{left:50%;right:auto;bottom:16px;width:auto;min-width:360px;transform:translate(-50%);border:1px solid rgba(255,255,255,.34);background:#ffffff4d}.student-temp-planet-panel .student-knowledge-graph-legend span{color:#fff}.student-temp-right-rail{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:calc(100vh - 146px);border-left:1px solid #e3e7ee;background:#fff}.student-temp-rail-head{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #edf0f5}.student-temp-rail-head>div{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr);gap:2px 8px;align-items:center}.student-temp-rail-head svg{grid-row:span 2;color:#644cff}.student-temp-rail-head strong{overflow:hidden;color:#151515;font-size:16px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.student-temp-rail-head span{color:#7b8494;font-size:12px}.student-temp-rail-path{min-height:0;overflow-y:auto;padding:18px 16px 10px}.student-temp-rail-path>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.student-temp-rail-path>div:first-child strong{color:#151515;font-size:16px}.student-temp-rail-path>div:first-child em{padding:2px 8px;border-radius:999px;color:#18c5d9;background:#e7fbff;font-size:12px;font-style:normal;font-weight:800}.student-temp-rail-chapter{display:grid;gap:9px;margin-bottom:18px}.student-temp-rail-chapter h3{display:flex;align-items:center;gap:8px;margin:0;padding:8px 10px;border-radius:8px;background:#f6f4ff;color:#151515;font-size:14px;font-weight:900}.student-temp-rail-chapter h3:before{content:"";width:8px;height:8px;border-radius:50%;background:#17cde5}.student-temp-rail-lesson{min-width:0;display:grid;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:8px;border:0;padding:4px 10px 4px 22px;background:transparent;color:#11bfe0;cursor:pointer;text-align:left}.student-temp-rail-lesson>span{width:10px;height:10px;border:1px solid #d6dde8;border-radius:50%}.student-temp-rail-lesson.completed>span,.student-temp-rail-lesson.in_progress>span{border-color:#13c5dd;background:#13c5dd}.student-temp-rail-lesson strong{overflow:hidden;color:inherit;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.student-temp-rail-lesson em{color:#7b8494;font-size:12px;font-style:normal;white-space:nowrap}.student-temp-last-panel{padding:14px 16px 16px;border-top:1px solid #edf0f5}.student-temp-last-panel h3{margin:0 0 10px;color:#151515;font-size:15px}.student-temp-last-panel>div{display:grid;gap:10px;padding:16px;border:1px solid #e8ecf3;border-radius:12px;background:#fafbfe;box-shadow:0 10px 22px #0f172a0f}.student-temp-last-panel .ant-btn-primary{color:#fff;font-weight:800}.student-temp-last-panel .ant-btn-primary span,.student-temp-rail-actions>.ant-btn-primary span{color:#fff}.student-temp-last-panel strong{color:#151515;font-size:15px;line-height:20px}.student-temp-last-panel>div>span{color:#7b8494;font-size:12px}.student-temp-rail-actions{display:none;gap:10px;padding:0 16px 16px}.student-temp-rail-action-head{display:grid;gap:4px}.student-temp-rail-action-head strong{color:#151515;font-size:15px;font-weight:900}.student-temp-rail-action-head span{color:#7b8494;font-size:12px;line-height:1.5}.student-temp-rail-actions>.ant-btn-primary{height:38px;border-radius:8px;font-weight:800}.student-external-learning-modal .ant-modal-content{overflow:hidden;padding:0}.student-external-learning-modal .ant-modal-header{margin:0;padding:18px 22px;border-bottom:1px solid #eef0f6}.student-external-learning-modal .ant-modal-body{min-height:72vh;padding:0;background:#f8fafc}.student-external-learning-modal iframe{width:100%;height:72vh;display:block;border:0;background:#fff}.student-external-learning-empty{min-height:72vh;display:grid;place-items:center;align-content:center;gap:12px;padding:32px;text-align:center}.student-external-learning-empty p{max-width:520px;margin:0;color:#64748b;line-height:1.7}.student-learning-plan-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.student-learning-plan-preview>div{min-width:0;display:grid;gap:6px;padding:16px;border:1px solid #eef0f6;border-radius:12px;background:#f8fafc}.student-learning-plan-preview span,.student-learning-plan-preview small{color:#64748b;font-size:12px}.student-learning-plan-preview strong{overflow:hidden;color:#111827;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.student-learning-interaction-panel{margin-top:16px;border:1px solid #e4e8f3;border-radius:14px;box-shadow:0 12px 26px #0f172a0f}.student-learning-interaction-panel .ant-card-body{padding:18px}.student-learning-interaction-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.student-learning-interaction-head>div{min-width:0;display:grid;gap:4px}.student-learning-interaction-head span{color:#644cff;font-size:13px;font-weight:900}.student-learning-interaction-head strong{overflow:hidden;color:#151515;font-size:18px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.student-learning-interaction-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(360px,1.1fr);gap:18px;align-items:start}.student-learning-interaction-list{max-height:430px;overflow-y:auto;margin-top:12px;border:1px solid #eef0f6;border-radius:12px;background:#fbfcff}.student-learning-interaction-list .ant-list-item{padding:12px 14px}.student-learning-interaction-list .ant-list-item-meta-title{margin-bottom:4px}.student-learning-interaction-form{min-width:0;padding:16px;border:1px solid #eef0f6;border-radius:12px;background:#fff}.student-learning-submission-history{display:grid;gap:8px;margin-bottom:12px}.student-learning-submission-history>div{display:grid;gap:4px;padding:10px 12px;border:1px solid #eef0f6;border-radius:10px;background:#f8fafc}.student-learning-submission-history span,.student-learning-submission-history small{color:#64748b;font-size:12px}.student-learning-submission-history strong{color:#334155;font-size:13px}.student-learning-question-desc{display:grid;gap:4px}.student-learning-question-desc span{color:#64748b}.student-learning-question-desc strong{color:#0f766e;font-size:13px}@keyframes studentGraphPulse{0%,to{opacity:.45;transform:translate(-50%,-50%) scale(1)}50%{opacity:.9;transform:translate(-50%,-50%) scale(1.12)}}@keyframes studentGraphOrbit{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes studentGraphFloat{0%,to{margin-top:0}50%{margin-top:-8px}}@keyframes studentGraphRipple{0%{opacity:.75;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(18)}}.student-cockpit-panel{display:grid;align-content:start;gap:var(--azx-space-4);padding:18px 20px;border-left:1px solid var(--azx-border-default);background:#ffffffbd}.student-cockpit-course-card,.student-cockpit-tab-card{border:1px solid var(--azx-border-default);border-radius:16px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-cockpit-course-card{display:grid;gap:var(--azx-space-3);padding:18px}.student-cockpit-panel-header{display:flex;justify-content:space-between;gap:var(--azx-space-3);align-items:flex-start}.student-cockpit-panel-header>div{display:grid;gap:4px}.student-cockpit-panel-kicker{color:var(--azx-color-primary);font-weight:800}.student-cockpit-course-card h2{margin:0;color:var(--azx-text-primary);font-size:22px;font-weight:900}.student-cockpit-course-card p{margin:0;color:var(--azx-text-secondary)}.student-cockpit-panel-progress{display:flex;align-items:center;justify-content:space-between;color:var(--azx-text-secondary)}.student-cockpit-panel-progress strong{color:var(--azx-color-primary);font-size:20px;font-weight:900}.student-cockpit-panel-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--azx-space-2)}.student-cockpit-panel-stats small{display:grid;gap:4px;padding:var(--azx-space-2);border-radius:10px;background:var(--azx-bg-page);color:var(--azx-text-secondary)}.student-cockpit-panel-stats strong{color:var(--azx-text-primary);font-size:var(--azx-font-size-md)}.student-cockpit-feedback{display:grid;gap:6px;padding:var(--azx-space-3);border-radius:12px;background:var(--azx-color-primary-soft)}.student-cockpit-feedback small{color:var(--azx-text-secondary)}.student-cockpit-card-title{display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-3)}.student-cockpit-card-title span{color:var(--azx-text-primary);font-weight:800}.student-cockpit-path-panel{display:grid;gap:var(--azx-space-2)}.student-cockpit-chapter-name{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(100,76,255,.12);border-radius:8px;background:var(--azx-color-primary-soft);color:var(--azx-text-primary);font-size:var(--azx-font-size-sm);font-weight:800}.student-cockpit-status-dot{width:7px;height:7px;border-radius:50%;background:var(--azx-color-primary)}.student-cockpit-status-dot.in-progress{box-shadow:0 0 0 5px #644cff1a}.student-cockpit-section-item{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:var(--azx-space-2);align-items:center;width:100%;min-height:58px;padding:9px 10px;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;cursor:pointer}.student-cockpit-section-item:hover,.student-cockpit-section-item.active{border-color:#22d3ee2e;background:#22d3ee0d}.student-cockpit-section-item>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-cockpit-section-item strong{display:block;overflow:hidden;color:var(--azx-text-primary);font-size:var(--azx-font-size-sm);text-overflow:ellipsis;white-space:nowrap}.student-cockpit-section-item small{display:block;overflow:hidden;margin-top:3px;color:var(--azx-text-secondary);font-size:var(--azx-font-size-xs);text-overflow:ellipsis;white-space:nowrap}.student-cockpit-section-item em{color:var(--azx-color-primary);font-size:var(--azx-font-size-xs);font-style:normal;font-weight:800}.student-cockpit-material-intro{display:grid;gap:4px;margin-bottom:var(--azx-space-3);padding:var(--azx-space-3);border-radius:10px;background:var(--azx-bg-page)}.student-cockpit-material-intro strong{color:var(--azx-text-primary)}.student-cockpit-material-intro span{color:var(--azx-text-secondary);font-size:var(--azx-font-size-sm)}.student-cockpit-material-list{display:grid;gap:var(--azx-space-3)}.student-cockpit-material-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:var(--azx-space-3);align-items:center;padding:var(--azx-space-3);border:1px solid var(--azx-border-default);border-radius:8px;background:#fff}.student-cockpit-material-item>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-cockpit-material-item strong{display:block;overflow:hidden;color:var(--azx-text-primary);text-overflow:ellipsis;white-space:nowrap}.student-cockpit-material-item p{overflow:hidden;margin:4px 0 0;color:var(--azx-text-secondary);font-size:var(--azx-font-size-sm);text-overflow:ellipsis;white-space:nowrap}.student-cockpit-collapsed .student-cockpit-main{grid-template-columns:1fr 0}.student-cockpit-collapsed .student-cockpit-panel{padding:0;border-left:0;overflow:hidden}.student-learning-page{display:grid;gap:var(--azx-space-4)}.student-learn-header,.student-profile-hero{display:flex;align-items:center;gap:var(--azx-space-4);min-height:76px;padding:var(--azx-space-4);border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-surface);box-shadow:var(--azx-shadow-sm)}.student-learn-title{flex:1;min-width:0;display:grid;gap:2px}.student-learn-title span,.student-profile-hero p{color:var(--azx-text-secondary);font-size:var(--azx-font-size-sm)}.student-learn-title strong,.student-profile-hero h2{margin:0;color:var(--azx-text-primary);font-size:var(--azx-font-size-xl);font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-learn-shell{grid-template-columns:minmax(360px,42%) minmax(0,1fr);min-height:720px}.student-learn-planet{display:grid;align-content:center;gap:var(--azx-space-6);padding:var(--azx-space-6);background:var(--azx-gradient-stage);color:var(--azx-text-inverse)}.student-planet-stage{position:relative;min-height:420px;display:grid;place-items:center}.student-planet-orbit{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.student-planet-orbit-1{width:320px;height:320px}.student-planet-orbit-2{width:220px;height:220px}.student-planet-core,.student-planet-node{position:absolute;display:grid;place-items:center;border-radius:999px;box-shadow:0 0 24px #59fcff38}.student-planet-core{width:128px;height:128px;gap:6px;background:linear-gradient(135deg,#644cffeb,#0ea5e9db);color:#fff;font-size:26px;font-weight:900}.student-planet-node{width:78px;height:78px;font-size:12px;font-weight:700}.student-planet-node-done{top:62px;left:52px;background:#10b981eb}.student-planet-node-current{right:42px;top:120px;background:#644cfff2;animation:studentNodePulse 1.8s ease-in-out infinite}.student-planet-node-next{left:138px;bottom:36px;background:#3b82f6eb}@keyframes studentNodePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.student-planet-legend{display:flex;justify-content:center;gap:var(--azx-space-4);color:#fffc}.student-planet-legend span{display:inline-flex;align-items:center;gap:6px;font-size:var(--azx-font-size-sm)}.student-planet-legend i{width:8px;height:8px;border-radius:999px}.student-planet-legend .done{background:var(--azx-color-success)}.student-planet-legend .current{background:var(--azx-color-primary)}.student-planet-legend .next{background:var(--azx-color-info)}.student-course-hero-card{margin-bottom:var(--azx-space-4)}.student-course-heading{display:flex;justify-content:space-between;gap:var(--azx-space-4);margin-bottom:var(--azx-space-4)}.student-course-heading h2{margin:0;color:var(--azx-text-primary);font-size:22px;font-weight:800}.student-course-heading p{margin:4px 0 0;color:var(--azx-text-secondary)}.student-learn-metric{min-height:78px;display:flex;align-items:center;gap:var(--azx-space-3);padding:var(--azx-space-3);border-radius:var(--azx-radius-md);background:var(--azx-gray-50)}.student-learn-metric>span{width:38px;height:38px;display:grid;place-items:center;border-radius:var(--azx-radius-sm);color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-learn-metric small,.student-profile-card small{display:block;color:var(--azx-text-secondary)}.student-learn-metric strong,.student-profile-card strong{display:block;color:var(--azx-text-primary);font-size:var(--azx-font-size-lg)}.student-learning-path{display:grid;gap:var(--azx-space-3)}.student-learning-step{display:grid;grid-template-columns:30px minmax(0,1fr);gap:var(--azx-space-3);padding-bottom:var(--azx-space-3);border-bottom:1px solid var(--azx-border-default)}.student-learning-step:last-child{border-bottom:0}.student-learning-step>span{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:#fff}.student-learning-step .done{background:var(--azx-color-success)}.student-learning-step .current{background:var(--azx-color-primary)}.student-learning-step strong{color:var(--azx-text-primary)}.student-learning-step p{margin:4px 0 0;color:var(--azx-text-secondary)}.student-profile-avatar{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--azx-gradient-primary);font-size:26px;font-weight:900;box-shadow:var(--azx-shadow-primary)}.student-profile-page{display:block;min-height:calc(100vh - 60px);padding:34px 40px 56px;background:#fff}.student-progress-page{--student-page-gutter: clamp(24px, 3.75vw, 72px);--student-page-max: 1776px;min-height:calc(100vh - 60px);padding:32px 0 52px;background:linear-gradient(180deg,rgba(238,237,254,.95),rgba(230,241,251,.55) 280px,transparent 420px),var(--azx-bg-page);overflow-x:hidden}.student-progress-hero{width:min(calc(100% - var(--student-page-gutter) - var(--student-page-gutter)),var(--student-page-max));max-width:var(--student-page-max);min-height:210px;display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-6);margin:0 auto;padding:34px 38px;border:1px solid rgba(100,76,255,.12);border-radius:8px;background:radial-gradient(circle at 82% 20%,rgba(100,76,255,.14),transparent 30%),radial-gradient(circle at 12% 88%,rgba(16,185,129,.12),transparent 28%),#fff;box-shadow:var(--azx-shadow-sm)}.student-progress-kicker{display:inline-flex;margin-bottom:10px;color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:900}.student-progress-hero h1{max-width:640px;margin:0;color:var(--azx-text-primary);font-size:38px;font-weight:900;line-height:1.16}.student-progress-hero p{max-width:620px;margin:14px 0 0;color:var(--azx-text-secondary);font-size:var(--azx-font-size-md);line-height:1.75}.student-progress-hero-card{width:190px;min-height:150px;display:grid;align-content:center;gap:8px;padding:22px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#644cff,#8b5cf6);box-shadow:0 22px 48px #644cff47}.student-progress-hero-card span{color:#ffffffd1}.student-progress-hero-card strong{color:#fff;font-size:40px;font-weight:900;line-height:1}.student-progress-metrics{width:min(calc(100% - var(--student-page-gutter) - var(--student-page-gutter)),var(--student-page-max));max-width:var(--student-page-max);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--azx-space-4);margin:-28px auto 24px;position:relative;z-index:2}.student-progress-shell{width:min(calc(100% - var(--student-page-gutter) - var(--student-page-gutter)),var(--student-page-max));max-width:var(--student-page-max);margin:0 auto;display:grid;grid-template-columns:340px minmax(0,1fr);gap:var(--azx-space-5);align-items:start}.student-progress-course-panel,.student-progress-detail,.student-progress-card,.student-progress-summary-card{border:1px solid var(--azx-border-default);border-radius:8px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-progress-course-panel{display:grid;gap:var(--azx-space-4);padding:var(--azx-space-4);position:sticky;top:84px}.student-progress-panel-head{display:flex;justify-content:space-between;gap:var(--azx-space-3);align-items:flex-start}.student-progress-panel-head h2{margin:0;color:var(--azx-text-primary);font-size:22px;font-weight:900}.student-progress-panel-head p{margin:4px 0 0;color:var(--azx-text-secondary)}.student-progress-panel-head svg{color:var(--azx-color-primary)}.student-progress-filters,.student-progress-course-list{display:grid;gap:var(--azx-space-3)}.student-progress-course{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px 12px;width:100%;padding:14px;border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-page);text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.student-progress-course:hover,.student-progress-course-active{border-color:#644cff57;background:var(--azx-color-primary-soft);transform:translateY(-1px)}.student-progress-course span{min-width:0;display:grid;gap:4px}.student-progress-course strong{overflow:hidden;color:var(--azx-text-primary);text-overflow:ellipsis;white-space:nowrap}.student-progress-course small{overflow:hidden;color:var(--azx-text-secondary);text-overflow:ellipsis;white-space:nowrap}.student-progress-course .ant-progress{grid-column:1 / -1}.student-progress-course em{justify-self:end;color:var(--azx-color-primary);font-style:normal;font-weight:900}.student-progress-detail{min-width:0;padding:var(--azx-space-4)}.student-progress-detail-stack .ant-card{border-radius:8px}.student-progress-summary-card .ant-card-body{display:grid;gap:var(--azx-space-4)}.student-progress-summary-head{display:flex;justify-content:space-between;gap:var(--azx-space-4);align-items:flex-start}.student-progress-summary-head span{color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:900}.student-progress-summary-head h2{margin:6px 0;color:var(--azx-text-primary);font-size:26px;font-weight:900}.student-progress-summary-head p{margin:0;color:var(--azx-text-secondary)}.student-progress-summary-head>strong{color:var(--azx-color-primary);font-size:38px;line-height:1}.student-progress-chip-grid{display:flex;flex-wrap:wrap;gap:var(--azx-space-2)}.student-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--azx-space-3)}.student-plan-item{min-height:118px;display:grid;align-content:start;gap:8px;padding:16px;border:1px solid rgba(100,76,255,.14);border-radius:8px;background:linear-gradient(180deg,#644cff0d,#fffffff2)}.student-plan-item span{color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:900}.student-plan-item strong{min-width:0;color:var(--azx-text-primary);font-size:17px;line-height:1.35}.student-plan-item small{color:var(--azx-text-secondary);line-height:1.55}.student-progress-empty{min-height:360px;display:grid;place-items:center}.student-file-preview-page{--student-page-gutter: clamp(24px, 3.75vw, 72px);--student-page-max: 1776px;min-height:calc(100vh - 60px);padding:32px 0 52px;background:linear-gradient(180deg,rgba(238,237,254,.95),rgba(230,241,251,.55) 280px,transparent 420px),var(--azx-bg-page);overflow-x:hidden}.student-file-preview-hero,.student-file-preview-toolbar,.student-file-preview-alert,.student-file-preview-layout{width:min(calc(100% - var(--student-page-gutter) - var(--student-page-gutter)),var(--student-page-max));max-width:var(--student-page-max);margin-right:auto;margin-left:auto}.student-file-preview-hero{min-height:188px;display:grid;align-content:center;gap:12px;padding:34px 38px;border:1px solid rgba(100,76,255,.12);border-radius:8px;background:radial-gradient(circle at 82% 20%,rgba(100,76,255,.14),transparent 30%),radial-gradient(circle at 12% 88%,rgba(16,185,129,.12),transparent 28%),#fff;box-shadow:var(--azx-shadow-sm)}.student-file-preview-hero span{color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:900}.student-file-preview-hero h1{margin:0;color:var(--azx-text-primary);font-size:34px;font-weight:900;line-height:1.18}.student-file-preview-hero p{max-width:680px;margin:0;color:var(--azx-text-secondary);line-height:1.75}.student-file-preview-alert{margin-top:18px}.student-file-preview-toolbar{margin-top:22px;border-radius:8px;box-shadow:var(--azx-shadow-sm)}.student-file-preview-layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:var(--azx-space-5);align-items:start;margin-top:22px}.student-file-preview-list-card,.student-file-preview-detail-card{min-width:0;border-radius:8px;box-shadow:var(--azx-shadow-sm)}.student-file-preview-list-card{position:sticky;top:84px}.student-file-resource-item{display:grid!important;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:12px!important;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:border-color .18s ease,background .18s ease}.student-file-resource-item:hover,.student-file-resource-item-active{border-color:#644cff47;background:var(--azx-color-primary-soft)}.student-file-resource-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--azx-color-primary);background:#644cff1a}.student-file-resource-main{min-width:0;display:grid;gap:4px}.student-file-resource-main strong,.student-file-resource-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-file-resource-main strong{color:var(--azx-text-primary)}.student-file-resource-main span{color:var(--azx-text-secondary);font-size:var(--azx-font-size-sm)}.student-file-preview-detail{min-height:420px;display:grid;align-content:start;gap:var(--azx-space-4)}.student-file-preview-detail h3{margin:0!important}.student-file-preview-objectives{display:flex;flex-wrap:wrap;gap:var(--azx-space-2);align-items:center}.student-file-preview-objectives strong{color:var(--azx-text-primary)}.student-file-preview-objectives span{padding:6px 10px;border:1px solid rgba(100,76,255,.18);border-radius:999px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft);font-size:var(--azx-font-size-sm)}.student-file-preview-content{max-height:360px;overflow:auto;margin:0;padding:18px;border:1px solid var(--azx-border-default);border-radius:8px;color:var(--azx-text-primary);background:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--azx-font-size-sm);line-height:1.75;white-space:pre-wrap}.student-profile-kicker{display:inline-block;margin-bottom:4px;color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:800}.student-profile-prototype-head{max-width:540px;margin:0 0 26px}.student-profile-prototype-head h1{margin:0;color:#05060a;font-size:24px;line-height:1.35;font-weight:900}.student-profile-prototype-head p{margin:4px 0 0;color:#05060a;font-size:15px;line-height:1.5}.student-profile-account-board{width:min(480px,100%);display:grid;gap:18px;margin-bottom:26px}.student-profile-info-row{min-height:50px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:0 20px;border:1px solid #e8e9ee;border-radius:8px;background:#fff}.student-profile-info-row span,.student-profile-info-row strong{color:#05060a;font-size:14px;line-height:1.4}.student-profile-info-row strong{overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.student-profile-entry-grid{width:min(980px,100%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 26px}.student-profile-entry-card{min-height:116px;display:grid;align-content:center;gap:8px;padding:18px;border:1px solid #e8e9ee;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.student-profile-entry-card:hover{border-color:#644cff;box-shadow:var(--azx-shadow-sm)}.student-profile-entry-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#644cff;background:#eeeaff}.student-profile-entry-card strong{color:#05060a;font-size:15px;font-weight:900}.student-profile-entry-card small{color:#7b8494;font-size:13px;line-height:1.5}.student-profile-shell{max-width:1060px;margin:52px 0 0;display:grid;grid-template-columns:220px minmax(0,1fr);gap:var(--azx-space-4);align-items:start;padding-top:22px;border-top:1px solid #f0f1f5}.student-profile-menu{display:grid;gap:var(--azx-space-2);padding:10px;border:1px solid #e8e9ee;border-radius:8px;background:#fff;box-shadow:none}.student-profile-menu-item{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr);gap:2px 10px;padding:12px 14px;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;cursor:pointer;transition:all .18s ease}.student-profile-menu-icon{grid-row:1 / span 2;width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:var(--azx-bg-page);color:var(--azx-color-primary)}.student-profile-menu-item strong{grid-column:2;color:var(--azx-text-primary);font-size:var(--azx-font-size-md)}.student-profile-menu-item span{grid-column:2;color:var(--azx-text-secondary);font-size:var(--azx-font-size-sm)}.student-profile-menu-item .student-profile-menu-icon{grid-column:1}.student-profile-menu-item-active .student-profile-menu-icon{background:#fff}.student-profile-menu-item:hover,.student-profile-menu-item-active{border-color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-profile-menu-item-active strong,.student-profile-menu-item-active span{color:var(--azx-color-primary)}.student-profile-content{min-width:0}.student-profile-subpage{margin-top:0;padding-top:0;border-top:0}.student-profile-tabs{display:flex;gap:34px;min-height:66px;align-items:center;border-bottom:1px solid #edf0f5}.student-profile-tabs button{height:66px;border:0;border-bottom:2px solid transparent;background:transparent;color:#7b8494;font-size:14px;font-weight:700;cursor:pointer}.student-profile-tabs .student-profile-tab-active{color:#644cff;border-bottom-color:#644cff}.student-learning-profile-head{min-height:98px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:0 0 20px}.student-learning-profile-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;color:#644cff;background:#eeeaff}.student-learning-profile-head h1{margin:0;color:#151515;font-size:26px;line-height:1.2;font-weight:900}.student-learning-profile-head p{margin:6px 0 0;color:#7b8494;font-size:14px}.student-learning-profile-badges{display:flex;gap:12px;align-items:center}.student-learning-profile-badges strong,.student-learning-profile-badges span{min-width:74px;padding:8px 12px;border-radius:6px;text-align:center;font-weight:900}.student-learning-profile-badges strong{color:#fff;background:#644cff}.student-learning-profile-badges span{color:#2463d8;background:#eaf1ff}.student-learning-profile-tabs{display:flex;gap:40px;min-height:66px;align-items:center;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5}.student-learning-profile-tabs span{height:66px;display:inline-flex;align-items:center;border-bottom:2px solid transparent;color:#7b8494;font-weight:700}.student-learning-profile-tabs .active{color:#644cff;border-bottom-color:#644cff}.student-learning-profile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:24px}.student-learning-profile-metric{min-height:128px;display:grid;align-content:center;gap:10px;padding:18px;border:1px solid #e6e9ef;border-radius:10px;background:#fff}.student-learning-profile-metric>div{display:flex;justify-content:space-between;gap:10px}.student-learning-profile-metric span{color:#7b8494;font-size:14px}.student-learning-profile-metric em{padding:2px 8px;border:1px solid #ffd591;border-radius:4px;color:#fa8c16;font-size:12px;font-style:normal;background:#fff7e6}.student-learning-profile-metric strong{color:#111827;font-size:34px;line-height:1;font-weight:900}.student-learning-profile-metric small{margin-left:3px;color:#111827;font-size:18px;font-weight:500}.student-learning-profile-metric p{margin:0;color:#98a2b3;font-size:12px}.student-learning-profile-extra{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.student-learning-profile-extra .student-profile-section-card{padding:18px;border:1px solid #e6e9ef;border-radius:10px;background:#fff}.student-learning-profile-extra h3{margin:0 0 16px;color:#151515;font-size:16px}.student-account-prototype-card .ant-card-body{display:grid;gap:18px}.student-account-prototype-list{width:min(520px,100%);display:grid;gap:14px}.student-account-prototype-list span{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:0 18px;border:1px solid #e8e9ee;border-radius:8px;color:#05060a}.student-account-prototype-list strong{overflow:hidden;max-width:260px;color:#05060a;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.student-account-prototype-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.student-account-page-head h1{margin:0;color:#151515;font-size:26px;line-height:1.2;font-weight:900}.student-account-page-head p{margin:6px 0 0;color:#7b8494;font-size:14px}.student-account-settings-head{display:flex;gap:34px;min-height:58px;align-items:center;border-bottom:1px solid #edf0f5}.student-account-settings-head button{height:58px;border:0;border-bottom:2px solid transparent;background:transparent;color:#7b8494;font-size:15px;font-weight:900;cursor:pointer}.student-account-settings-head button.active{color:#644cff;border-bottom-color:#644cff}.student-account-form-panel{display:grid;gap:0;width:min(720px,100%);padding-top:14px}.student-account-form-row{min-height:48px;display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;align-items:center;border-bottom:1px solid #f0f2f6}.student-account-form-row>span{color:#7b8494;font-weight:700}.student-account-form-row strong{min-width:0;overflow:hidden;color:#151515;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.student-account-form-action{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:14px}.student-account-form-textarea{align-items:start;padding:14px 0}.student-account-settings-footer{display:flex;justify-content:space-between;gap:16px;align-items:center;width:min(720px,100%);padding-top:18px}.student-account-settings-footer span{color:#98a2b3;font-size:13px}.student-profile-card .ant-card-body{min-height:118px;display:grid;align-content:center;gap:6px}.student-profile-card .ant-card-body>span{width:38px;height:38px;display:grid;place-items:center;border-radius:var(--azx-radius-sm);color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-learning-profile-hero{min-height:170px;display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-5);padding:26px 28px;border:1px solid rgba(100,76,255,.14);border-radius:8px;background:radial-gradient(circle at 80% 24%,rgba(100,76,255,.16),transparent 28%),radial-gradient(circle at 18% 82%,rgba(16,185,129,.12),transparent 26%),#fff;box-shadow:var(--azx-shadow-sm)}.student-learning-profile-hero span{color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:900}.student-learning-profile-hero h3{margin:8px 0;color:var(--azx-text-primary);font-size:48px;font-weight:900;line-height:1}.student-learning-profile-hero p{max-width:520px;margin:0;color:var(--azx-text-secondary);line-height:1.7}.student-learning-profile-grade{width:132px;height:132px;display:grid;place-items:center;align-content:center;gap:6px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#644cff,#0ea5e9);box-shadow:0 22px 46px #644cff47}.student-learning-profile-grade strong{color:#fff;font-size:32px;font-weight:900}.student-learning-profile-grade small{color:#ffffffc7}.student-wallet-hero,.student-account-hero{min-height:172px;display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-5);padding:28px;border:1px solid rgba(100,76,255,.12);border-radius:8px;background:radial-gradient(circle at 84% 22%,rgba(14,165,233,.16),transparent 26%),radial-gradient(circle at 20% 85%,rgba(16,185,129,.12),transparent 28%),#fff;box-shadow:var(--azx-shadow-sm)}.student-wallet-balance{min-width:220px}.student-wallet-balance span,.student-account-hero span{color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:900}.student-wallet-balance h3,.student-account-hero h3{margin:8px 0 6px;color:var(--azx-text-primary);font-size:46px;font-weight:900;line-height:1}.student-account-hero h3{font-size:34px}.student-wallet-balance p,.student-account-hero p{margin:0;color:var(--azx-text-secondary);line-height:1.7}.student-wallet-meta{flex:1;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--azx-space-3)}.student-wallet-meta>div{min-height:92px;display:grid;align-content:center;gap:8px;padding:var(--azx-space-4);border:1px solid rgba(100,76,255,.12);border-radius:8px;background:#ffffffc2}.student-wallet-meta small,.student-wallet-ledger-item span{color:var(--azx-text-secondary)}.student-wallet-meta strong{overflow-wrap:anywhere;color:var(--azx-text-primary);font-size:18px;font-weight:900}.student-wallet-tabs{display:flex;align-items:center;gap:var(--azx-space-2);padding:8px;border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-surface);box-shadow:var(--azx-shadow-sm)}.student-wallet-tabs span{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:8px;color:var(--azx-text-secondary);font-weight:800}.student-wallet-tab-active{color:var(--azx-color-primary)!important;background:var(--azx-color-primary-soft)}.student-wallet-ledger{display:grid;gap:var(--azx-space-3)}.student-wallet-ledger-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:var(--azx-space-3);align-items:center;padding:var(--azx-space-3);border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-page)}.student-wallet-ledger-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-wallet-ledger-item strong,.student-wallet-ledger-item span{display:block}.student-wallet-ledger-item>div:nth-child(2) strong{overflow:hidden;color:var(--azx-text-primary);text-overflow:ellipsis;white-space:nowrap}.student-wallet-ledger-value{text-align:right}.student-wallet-ledger-value strong{color:var(--azx-text-primary);font-size:16px;font-weight:900}.student-account-avatar{width:78px;height:78px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#644cff,#0ea5e9);box-shadow:0 16px 36px #644cff3d;font-size:28px;font-weight:900}.student-account-hero>div:nth-child(2){flex:1;min-width:0}.student-account-status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--azx-space-2)}.student-account-card{height:100%}.student-account-bindings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--azx-space-3)}.student-account-bindings>div{min-height:126px;display:grid;align-content:start;gap:var(--azx-space-2);padding:var(--azx-space-4);border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-page)}.student-account-bindings svg{color:var(--azx-color-primary)}.student-account-bindings strong{color:var(--azx-text-primary);font-size:16px;font-weight:900}.student-account-bindings span{color:var(--azx-text-secondary);line-height:1.7}.student-profile-section-card{border-radius:8px}.student-profile-dimension-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--azx-space-4)}.student-profile-dimension{display:grid;gap:var(--azx-space-3);padding:var(--azx-space-4);border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-page)}.student-profile-dimension>div{display:flex;justify-content:space-between;gap:var(--azx-space-3)}.student-profile-dimension span{color:var(--azx-text-primary);font-weight:900}.student-profile-dimension strong{color:var(--azx-color-primary);font-size:20px}.student-profile-dimension small{color:var(--azx-text-secondary)}.student-profile-course-list,.student-account-list,.student-activity-ledger,.student-profile-growth-list{display:grid;gap:var(--azx-space-3)}.student-activity-ledger-item strong{display:block;color:var(--azx-text-primary);font-weight:900}.student-activity-ledger-item small{color:var(--azx-text-secondary)}.student-activity-ledger-item em{color:var(--azx-color-primary);font-style:normal;font-weight:900}.student-activity-ledger-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:var(--azx-space-3);align-items:center;padding:var(--azx-space-3);border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-page)}.student-activity-ledger-item>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-profile-course{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:var(--azx-space-4);align-items:center;padding:var(--azx-space-3);border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md)}.student-profile-course strong,.student-profile-course span,.student-account-list span,.student-account-list strong{display:block}.student-profile-course span,.student-account-list span{color:var(--azx-text-secondary)}.student-account-list span{display:flex;justify-content:space-between;gap:var(--azx-space-4);min-height:38px;align-items:center;padding-bottom:var(--azx-space-2);border-bottom:1px solid var(--azx-border-default)}.student-account-list span:last-child{border-bottom:0}.student-account-list strong{color:var(--azx-text-primary);text-align:right}.student-profile-growth-item{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:var(--azx-space-3);align-items:center;padding:var(--azx-space-3);border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-page)}.student-profile-growth-item>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-profile-growth-item strong{display:block;overflow:hidden;color:var(--azx-text-primary);text-overflow:ellipsis;white-space:nowrap}.student-profile-growth-item p{margin:4px 0 0;color:var(--azx-text-secondary)}.student-profile-growth-item small{color:var(--azx-text-secondary);white-space:nowrap}@media(max-width:900px){.student-cockpit-page{height:auto;overflow:visible}.student-cockpit-banner{align-items:flex-start;flex-direction:column}.student-cockpit-main,.student-cockpit-collapsed .student-cockpit-main{grid-template-columns:1fr;overflow:visible}.student-cockpit-panel{border-left:0}.student-cockpit-ribbon{grid-template-columns:repeat(2,minmax(0,1fr))}.student-knowledge-hero{min-height:520px}.student-learn-header,.student-profile-hero,.student-learning-profile-hero,.student-wallet-hero,.student-account-hero{align-items:flex-start;flex-direction:column}.student-wallet-meta,.student-account-bindings,.student-help-docs-grid{width:100%;grid-template-columns:1fr}.student-wallet-tabs{overflow-x:auto}.student-learn-shell,.student-profile-course,.student-profile-shell,.student-progress-hero,.student-progress-shell{grid-template-columns:1fr}.student-progress-hero{align-items:flex-start;flex-direction:column}.student-hall-summary,.student-hall-lower,.student-progress-metrics,.student-profile-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-progress-course-panel{position:static}.student-profile-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.student-profile-dimension-grid,.student-wallet-ledger-item,.student-profile-growth-item,.student-learning-profile-grid{grid-template-columns:1fr}.student-wallet-ledger-value{text-align:left}.student-planet-stage{min-height:320px}}@media(max-width:560px){.student-hall-summary,.student-hall-lower,.student-progress-metrics{grid-template-columns:1fr}.student-hall-content,.student-hall-summary,.student-progress-metrics{width:100%}.student-progress-page{padding:18px 14px 36px}.student-progress-hero{padding:24px 20px}.student-progress-hero h1{font-size:30px}.student-hall-section-head{align-items:flex-start;flex-direction:column}.student-profile-menu,.student-profile-entry-grid{grid-template-columns:1fr}}.researcher-page .muted-text{color:#6b7280;display:inline-flex;align-items:center;gap:4px;font-size:13px}.researcher-page .muted-icon{color:#9ca3af}.rv2-course-name-cell{display:flex;align-items:center;gap:12px}.rv2-course-cover,.researcher-course-cover-lg{display:grid;place-items:center;color:#4f6ef7;background:#eef2ff;border:1px solid #dfe5ff}.rv2-course-cover{width:42px;height:42px;border-radius:8px}.rv2-version-tooltip{min-width:118px;display:grid;gap:5px;color:#fff;font-size:12px;line-height:1.2}.rv2-version-tooltip strong{font-size:13px}.rv2-version-tooltip span{display:grid;grid-template-columns:auto 14px auto;align-items:center;gap:4px;white-space:nowrap}.rv2-version-tooltip svg{color:#52c41a}.researcher-course-cover-lg{width:76px;height:76px;border-radius:12px}.rv2-course-info{min-width:0;display:flex;flex-direction:column;gap:4px}.link-title{border:0;background:transparent;color:#111827;font-size:14px;font-weight:700;text-align:left;padding:0;cursor:pointer}.link-title:hover{color:#4f6ef7}.researcher-detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.researcher-hero-card{margin-bottom:16px}.researcher-hero-card h3{margin-top:0;margin-bottom:8px}.researcher-version-panel{width:100%;align-items:flex-end}.researcher-version-history{display:inline-flex;align-items:center;gap:6px;color:#7a7f93;font-size:13px}.rv2-detail-page{padding-top:0}.rv2-breadcrumb{margin-bottom:16px}.rv2-breadcrumb-link{border:0;padding:0;color:var(--azx-color-primary);background:transparent;cursor:pointer}.rv2-course-header-card{margin-bottom:16px;border-radius:8px;box-shadow:none}.rv2-course-header-card .ant-card-body{padding:24px}.rv2-prototype-breadcrumb{margin:0 0 12px;color:var(--azx-text-secondary)}.rv2-prototype-detail-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid var(--azx-border-default)}.rv2-version-history-block{display:grid;gap:10px;padding:6px 0}.rv2-version-history-list{display:grid;gap:10px;max-width:620px}.rv2-version-history-item{display:grid;grid-template-columns:64px 86px minmax(0,1fr) auto;align-items:center;gap:12px;color:var(--azx-text-tertiary);font-size:13px}.rv2-version-history-item.active{color:var(--azx-text-primary)}.rv2-prototype-detail-left,.rv2-prototype-detail-actions{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.rv2-prototype-detail-left span{display:inline-flex;align-items:center;gap:5px;color:var(--azx-text-secondary);font-size:14px}.rv2-prototype-detail-actions{justify-content:flex-end}.rv2-prototype-course-name{display:flex;align-items:center;gap:10px;margin-top:14px}.rv2-prototype-course-name strong{min-width:0;overflow:hidden;color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:800}.rv2-prototype-description{margin-top:16px;padding-top:0;border-top:0}.rv2-prototype-description .ant-typography{color:#111827;font-size:14px;line-height:1.8}.rv2-prerequisites-inline{margin-top:10px}.rv2-prototype-content-counts{display:flex;align-items:center;flex-wrap:wrap;gap:18px;color:var(--azx-text-secondary);font-size:14px}.rv2-prototype-content-counts strong{flex-basis:100%;color:var(--azx-text-primary);font-size:13px}.rv2-prototype-content-counts span{display:inline-flex;align-items:center;gap:5px}.rv2-course-header-left,.rv2-course-main-info{min-width:0}.rv2-course-main-info h3{margin:8px 0}.rv2-course-tags,.rv2-course-meta{display:flex;flex-wrap:wrap}.rv2-course-header-right{display:flex;align-items:flex-end;flex-direction:column;gap:12px}.rv2-version-selector{display:inline-flex;align-items:center}.rv2-publish-indicator{display:inline-flex;align-items:center;gap:6px;color:var(--azx-text-secondary);font-size:13px}.rv2-indicator-dot{width:8px;height:8px;border-radius:999px;background:var(--azx-gray-400)}.rv2-indicator-dot.active{background:var(--azx-color-success);box-shadow:0 0 0 3px #10b98129}.rv2-header-actions{justify-content:flex-end}.rv2-course-description{margin-top:20px;padding-top:16px;border-top:1px solid var(--azx-border-default)}.rv2-objectives ul{margin:8px 0 0;padding-left:20px;color:var(--azx-text-secondary)}.rv2-objectives li{margin-bottom:4px}.rv2-version-stats{margin-bottom:16px}.rv2-section-title-row{margin-bottom:12px}.rv2-version-timeline{padding-top:16px;border-top:1px solid var(--azx-border-default)}.rv2-version-toolbar{margin-bottom:12px}.rv2-tabs-card{border-radius:8px}.rv2-workspace-page,.rv2-ai-build-page,.rv2-publish-page{padding-top:0}.rv2-ai-guide-card{margin-bottom:16px}.rv2-workspace-tab{padding-top:4px}.rv2-filter-band{margin-bottom:16px;padding:14px;border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-page)}.researcher-tab-pane{padding-top:4px}.researcher-overview-lists{margin-top:16px}.researcher-chapter-title,.researcher-knowledge-title{color:#111827;font-size:14px;font-weight:700;margin-bottom:6px}.researcher-chapter-item{padding-bottom:8px}.researcher-knowledge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.researcher-knowledge-card{border-radius:8px}.researcher-resource-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:#4f6ef7;background:#eef2ff}.admin-course-section-row{min-height:32px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f3f4f6}.admin-course-section-row:last-child{border-bottom:0}.price-strike{margin-left:8px;color:#9ca3af;font-size:12px;text-decoration:line-through}.tenant-detail-footer{margin-top:16px;display:flex;align-items:center;justify-content:space-between;position:sticky;bottom:0;z-index:2;padding-top:12px;background:#fff}.hidden-form{display:none}.tenant-course-tip{margin-bottom:16px;padding:8px 12px;display:flex;align-items:center;gap:8px;background:#f6f7fb;border:0;border-radius:6px;color:var(--azx-text-secondary);font-size:13px}.tenant-course-tip-dot{width:7px;height:7px;border-radius:999px;background:#ffd166;flex:0 0 auto}.tenant-assigned-block{margin-bottom:16px}.tenant-assigned-title{color:var(--azx-text-primary);font-size:14px;font-weight:600;margin-bottom:8px}.tenant-course-collapse{max-height:500px;overflow-y:auto;border:1px solid var(--azx-border-default);border-radius:8px;padding:0 8px}.tenant-course-label{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.tenant-course-label>span:first-child{color:var(--azx-text-primary);font-size:14px;font-weight:600}.tenant-version-list{display:grid;gap:6px}.tenant-version-row{width:100%;min-height:56px;border:1px solid transparent;border-radius:4px;background:#fff;display:flex;align-items:flex-start;gap:12px;padding:10px 12px;text-align:left;cursor:pointer}.tenant-version-row:hover,.tenant-version-row.selected{background:#f0edff;border-color:transparent}.tenant-version-check{width:18px;height:18px;margin-top:1px;color:#1677ff;flex:0 0 auto}.tenant-version-main{min-width:0;display:grid;gap:3px}.tenant-version-title{color:var(--azx-text-primary);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.tenant-version-title em{padding:1px 6px;border:1px solid #d7c8ff;border-radius:4px;color:#6d45e8;font-size:12px;font-style:normal;font-weight:500}.tenant-version-meta,.tenant-version-desc{color:var(--azx-text-secondary);font-size:12px}.user-cell{display:flex;align-items:center;gap:8px}.user-avatar-sm{width:30px;height:30px;font-size:12px}.user-name{color:#1f2937;font-size:13px;font-weight:600}.user-email{color:#9ca3af;font-size:11px}.tenant-grid-panel{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.tenant-card{overflow:hidden;border:1px solid var(--azx-gray-100);border-radius:var(--azx-radius-lg);background:#fff;box-shadow:var(--azx-shadow-sm);transition:var(--azx-transition)}.tenant-card:hover{border-color:var(--azx-color-primary-hover);box-shadow:var(--azx-shadow-md);transform:translateY(-2px)}.tenant-banner{height:64px;display:flex;align-items:flex-end;padding:0 20px 10px}.tenant-logo{position:relative;top:16px;width:48px;height:48px;display:grid;place-items:center;border:3px solid #fff;border-radius:10px;background:#fff;box-shadow:0 1px 3px #00000014;font-size:22px}.tenant-logo img{width:100%;height:100%;object-fit:contain;border-radius:8px}.tenant-body{padding:28px 20px 20px}.tenant-name{color:#111827;font-size:15px;font-weight:700}.tenant-sub{margin-top:2px;color:#9ca3af;font-size:12px}.tenant-stats{display:flex;gap:16px;margin-top:14px}.tenant-stat{flex:1;min-width:0;text-align:center}.tenant-stat-val{color:#1f2937;font-size:16px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-stat-label{margin-top:2px;color:#9ca3af;font-size:10.5px}.tenant-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:12px}.tenant-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 20px;border-top:1px solid #f3f4f6;background:#f9fafb}.tenant-footer span{min-width:0;color:#9ca3af;font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-card .ant-card-head{min-height:52px;border-bottom-color:#f3f4f6}.ant-card .ant-card-head-title{color:#111827;font-size:15px;font-weight:700}.ant-table-wrapper .ant-table{font-size:13.5px}.ant-table-wrapper .ant-table-thead>tr>th{color:#6b7280;background:#f9fafb;font-size:12px;font-weight:700}.ant-table-wrapper .ant-table-tbody>tr>td{color:#374151;border-bottom-color:#f3f4f6}.ant-btn-primary{background:linear-gradient(135deg,#644cff,#8b5cf6);box-shadow:0 4px 12px #644cff4d}.section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title{color:#111827;font-size:16px;font-weight:700}.section-subtitle,.muted-text{color:#9ca3af;font-size:12px}.role-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:24px}.role-card{min-height:142px;padding:20px;border:1px solid #f3f4f6;border-radius:16px;background:#fff;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.role-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014,0 2px 6px #0000000a}.role-card.selected{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.role-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.role-card-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;background:#eef2ff;color:#4f46e5;font-size:20px;flex:0 0 auto}.role-card-name{color:#111827;font-size:15px;font-weight:700}.role-card-desc{margin-top:2px;color:#6b7280;font-size:12px}.role-card-stats{display:flex;gap:14px;padding-top:12px;border-top:1px solid #f9fafb;color:#9ca3af;font-size:12px}.role-card-stats strong{color:#374151}.portal-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;margin-bottom:20px}.portal-resource-card{display:flex;align-items:center;gap:12px;min-height:78px;padding:16px;border:1px solid #f3f4f6;border-radius:16px;background:#fff;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a}.portal-resource-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#eef1ff;font-size:20px}.portal-resource-card strong,.portal-resource-card span{display:block}.portal-resource-card strong{color:#111827;font-size:14px}.portal-resource-card span{margin-top:3px;color:#9ca3af;font-size:12px}.admin-tabs .ant-tabs-nav{margin-bottom:16px}.perm-summary{display:flex;align-items:center;gap:16px;padding:12px 18px;border-radius:10px;background:#f5f3ff;margin-bottom:16px}.perm-summary-item{color:#4b5563;font-size:13px}.perm-summary-item strong{color:#4f46e5}.matrix-wrapper{overflow-x:auto}.perm-matrix{width:100%;border-collapse:collapse;font-size:13px}.perm-matrix th{background:#f9fafb;padding:12px 14px;text-align:left;font-weight:700;color:#374151;border-bottom:1px solid #d1d5db}.perm-matrix td{padding:12px 14px;border-bottom:1px solid #f3f4f6;color:#374151}.perm-feature{font-weight:700;color:#111827}.permission-chip-row{display:flex;flex-wrap:wrap;gap:6px}.empty-table-cell{height:120px;text-align:center;color:#9ca3af}.empty-state{min-height:160px;display:flex;align-items:center;justify-content:center;padding:var(--azx-space-8);color:var(--azx-text-tertiary);text-align:center}.staff-page .ant-card{height:100%}.staff-shell{min-height:100vh;background:var(--azx-bg-page);overflow-x:clip}.staff-shell-sidebar{display:grid;grid-template-columns:240px minmax(0,1fr);background:#f5f6fa;width:100%;max-width:100vw;overflow-x:clip;transition:grid-template-columns .18s ease}.staff-shell-sidebar.staff-sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.staff-sidebar{position:sticky;top:0;height:100vh;display:grid;grid-template-rows:64px minmax(0,1fr) 64px;border-right:1px solid #e9ebf2;background:#fff;overflow:hidden;z-index:20}.staff-sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 22px;border:0;border-bottom:1px solid #eef0f5;background:#fff;color:#111827;letter-spacing:0}.staff-sidebar-collapsed .staff-sidebar-brand{justify-content:center;padding:0}.staff-sidebar-logo{width:36px;height:36px;flex:0 0 auto;display:block;object-fit:contain;border-radius:8px;background:var(--azx-gradient-primary);box-shadow:var(--azx-shadow-primary);padding:6px}.staff-sidebar-brand-text{min-width:0;display:block;text-align:left}.staff-sidebar-brand-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;display:block;color:#111827;font-size:16px;font-weight:800}.staff-sidebar-collapsed .staff-sidebar-brand-text,.staff-sidebar-collapsed .staff-sidebar-group-title>svg,.staff-sidebar-collapsed .staff-sidebar-link span{display:none}.staff-sidebar-nav{padding:14px 4px 12px;overflow-y:auto}.staff-sidebar-group{margin-bottom:8px}.staff-sidebar-group-title{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 24px;border:0;background:#fff;color:#111827;font-size:16px;font-weight:800;letter-spacing:0}.staff-sidebar-collapsed .staff-sidebar-group-title{justify-content:center;padding:0;font-size:0}.staff-sidebar-collapsed .staff-sidebar-group-title svg{flex:0 0 auto}.staff-sidebar-group-title span,.staff-sidebar-link,.staff-sidebar-home{display:flex;align-items:center;gap:10px}.staff-sidebar-group-items{display:grid;gap:4px;padding:0 4px}.staff-sidebar-link{width:100%;min-height:40px;padding:0 22px 0 48px;border:0;border-radius:8px;background:transparent;color:#202638;font-size:15px;font-weight:700;text-align:left;letter-spacing:0}.staff-sidebar-collapsed .staff-sidebar-link{justify-content:center;padding:0}.staff-sidebar-collapsed .staff-sidebar-home{justify-content:center;padding:0;font-size:0}.staff-sidebar-collapsed .staff-sidebar-home svg{flex:0 0 auto}.staff-sidebar-link:hover{background:#f5f3ff;color:#4f46e5}.staff-sidebar-link-active,.staff-sidebar-link-active:hover{background:#5847ff;color:#fff}.staff-sidebar-home{margin:0;padding:0 24px;border:0;border-top:1px solid #eef0f5;background:#fff;color:#374151;font-size:14px;font-weight:700}.staff-content-shell{flex:1 1 auto;min-width:0;width:100%;max-width:100%;overflow-x:clip}.staff-topnav{height:60px;display:grid;grid-template-columns:minmax(180px,max-content) minmax(0,1fr) max-content;align-items:center;gap:var(--azx-space-6);padding:0 28px;border-bottom:1px solid var(--azx-gray-100);background:#fff;overflow:hidden}.staff-shell-sidebar .staff-topnav{height:64px;grid-template-columns:minmax(0,1fr) auto;padding:0 28px 0 32px;border-bottom:1px solid #e8ebf2;box-shadow:0 1px 4px #1118270a}.staff-logo,.staff-topnav-link,.staff-avatar-pill{border:0;background:transparent}.staff-logo{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--azx-text-primary);font-size:15px;font-weight:700}.staff-logo span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-logo-mark{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:var(--azx-radius-md);background:var(--azx-gradient-primary);color:var(--azx-text-inverse);font-size:var(--azx-font-size-md);font-weight:800;box-shadow:var(--azx-shadow-primary)}.staff-logo-image{width:36px;height:36px;object-fit:contain;display:block;border-radius:var(--azx-radius-md);background:var(--azx-gradient-primary);box-shadow:var(--azx-shadow-primary);padding:6px}.staff-topnav-links{display:flex;align-items:center;justify-content:flex-start;gap:clamp(14px,1.6vw,28px);min-width:0;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.staff-topnav-links::-webkit-scrollbar{display:none}.staff-topnav-link{position:relative;height:60px;color:var(--azx-text-secondary);font-size:14px;font-weight:500;white-space:nowrap}.staff-topnav-link-active{color:var(--azx-color-primary);font-weight:700}.staff-topnav-link-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--azx-color-primary)}.staff-avatar-pill{justify-self:end;height:36px;max-width:128px;display:inline-flex;align-items:center;gap:var(--azx-space-2);padding:0 10px;border:1px solid var(--azx-gray-200);border-radius:100px;color:var(--azx-text-primary);background:var(--azx-bg-surface);white-space:nowrap}.staff-topnav-actions{justify-self:end;display:inline-flex;align-items:center;gap:var(--azx-space-2);min-width:max-content;white-space:nowrap;position:relative;z-index:2}.staff-topnav-actions .staff-avatar-pill{justify-self:auto}.staff-topnav.student-topnav{padding:0 48px}.topbar-user-pill{height:38px;display:inline-flex;align-items:center;gap:var(--azx-space-2);padding:0 10px 0 3px;border:1px solid var(--azx-gray-200);border-radius:999px;color:var(--azx-text-primary);background:var(--azx-bg-surface);font-size:13px;font-weight:600;cursor:pointer}.topbar-user-pill:hover,.staff-avatar-pill:hover{color:var(--azx-color-primary);border-color:#644cff59;box-shadow:0 0 0 3px #644cff14}.staff-search-button{height:36px;flex:0 0 auto;display:inline-flex;align-items:center;gap:var(--azx-space-2);padding:0 12px;border:1px solid var(--azx-gray-200);border-radius:100px;color:var(--azx-text-primary);background:var(--azx-bg-surface);white-space:nowrap}.staff-icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border:0;border-radius:999px;background:#fff;color:#111827}.staff-icon-button:hover{background:#f4f6fb;color:#4f46e5}.staff-theme-switch{width:54px;height:30px;display:inline-flex;align-items:center;justify-content:space-between;gap:4px;padding:0 7px 0 3px;border:0;border-radius:999px;background:#eceff5;color:#5847ff}.staff-theme-switch span{width:24px;height:24px;display:block;border-radius:999px;background:#fff;box-shadow:0 1px 4px #0f172a1f}.staff-search-button:hover{color:var(--azx-color-primary);border-color:var(--azx-color-primary)}.account-center-page{display:flex;flex-direction:column;gap:var(--azx-space-5);padding:var(--azx-space-6)}.account-center-hero{display:flex;align-items:center;gap:var(--azx-space-4);padding:28px;border-radius:var(--azx-radius-lg);background:linear-gradient(135deg,#644cfff2,#8b5cf6e0),radial-gradient(circle at 82% 12%,rgba(255,255,255,.24),transparent 32%);color:var(--azx-text-inverse);box-shadow:var(--azx-shadow-primary)}.account-center-avatar{width:72px;height:72px;display:grid;place-items:center;flex:0 0 auto;border-radius:20px;background:#ffffff2e;color:#fff;font-size:30px;font-weight:900;box-shadow:inset 0 0 0 1px #ffffff38}.account-center-kicker,.account-center-hero p{color:#ffffffc7}.account-center-hero h2{margin:4px 0;color:#fff;font-size:28px;line-height:1.25}.account-center-hero .ant-tag{margin-left:auto;border:0;color:#fff;background:#ffffff2e}.account-center-stat-row .ant-card-body,.account-center-stat-card .ant-card-body{height:100%}.account-center-stat-card .ant-card-body{display:flex;align-items:center;gap:var(--azx-space-3)}.account-center-stat-card .ant-card-body>span{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:var(--azx-radius-md);color:var(--azx-color-primary);background:#644cff1a}.account-center-stat-card small,.account-center-list span{color:var(--azx-text-tertiary);font-size:12px}.account-center-stat-card strong{display:block;margin-top:2px;color:var(--azx-text-primary);font-size:22px;line-height:1.2}.account-center-card{height:100%}.account-center-list{display:grid;grid-template-columns:90px minmax(0,1fr);gap:14px 16px;align-items:center}.account-center-list strong{min-width:0;color:var(--azx-text-primary);font-size:14px;word-break:break-word}.account-center-menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.account-center-menu-item{min-width:0;display:flex;align-items:center;gap:var(--azx-space-2);padding:11px 12px;border:1px solid var(--azx-gray-100);border-radius:var(--azx-radius-md);color:var(--azx-text-secondary);background:var(--azx-bg-muted)}.account-center-menu-item svg{color:var(--azx-color-primary)}.account-center-menu-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-avatar{width:32px;height:32px;flex:0 0 32px;display:inline-grid;place-items:center;border-radius:50%;background:var(--azx-color-primary);color:var(--azx-text-inverse);font-size:var(--azx-font-size-sm);font-weight:700}.staff-avatar-pill>span:not(.staff-avatar){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-search-result{min-height:180px;padding-top:var(--azx-space-4)}.staff-search-loading{min-height:160px;display:grid;place-items:center}.staff-search-groups{display:grid;gap:var(--azx-space-4)}.staff-search-group{display:grid;gap:var(--azx-space-2)}.staff-search-group-title{display:flex;align-items:center;justify-content:space-between;color:var(--azx-text-primary);font-size:var(--azx-font-size-sm);font-weight:700}.staff-search-list-item{cursor:pointer}.staff-search-list-item:hover{background:var(--azx-gray-50)}.staff-search-item-main{display:grid;gap:4px;min-width:0}.staff-search-item-main strong,.staff-search-item-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-search-item-main span{color:var(--azx-text-secondary);font-size:var(--azx-font-size-sm)}.staff-main{min-height:calc(100vh - 60px);min-width:0;max-width:100%;overflow-x:clip}.staff-shell-sidebar .staff-main{min-height:calc(100vh - 64px);background:#f5f6fa;padding:20px 24px}.staff-main>*{min-width:0;max-width:100%}.staff-shell-sidebar .staff-main .ant-row{max-width:100%}.staff-main .azx-section-header{width:100%;min-width:0;max-width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 18px}.staff-main .azx-section-header>div:first-child{flex:1 1 auto;min-width:0}.staff-main .azx-section-header .ant-space{flex:0 0 auto;margin-left:auto;justify-content:flex-end}.staff-main .azx-page-title{margin:0;color:#111827;font-size:24px;line-height:1.35;font-weight:800;letter-spacing:0}.staff-main .azx-page-subtitle{margin:6px 0 0;color:#8a8f9c;font-size:14px;line-height:1.6}.staff-workspace{width:100%;max-width:none;min-height:calc(100vh - 108px);margin:0;border-radius:0;background:transparent;box-shadow:none}.staff-shell:not(.staff-shell-sidebar) .staff-workspace{width:calc(100vw - 56px);margin:24px auto}.staff-workspace-inner{padding:0;min-width:0;max-width:100%;overflow-x:clip}.staff-no-permission{min-height:calc(100vh - 180px);display:grid;place-items:center;border-radius:8px;background:#fff;border:1px solid var(--azx-border-default)}.staff-dashboard{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:var(--azx-space-4);margin-top:var(--azx-space-4)}.staff-focus-card{min-height:132px;display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-4);margin-bottom:var(--azx-space-5);padding:var(--azx-space-5);border-radius:var(--azx-radius-md);background:var(--azx-gradient-course);color:var(--azx-text-inverse)}.staff-focus-card h3,.staff-doc-preview h3,.staff-prep-panel h3{margin:0 0 var(--azx-space-2)}.staff-focus-card p{max-width:560px;margin:0;color:#ffffffd1}.staff-risk-row{display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-3);padding:var(--azx-space-3) 0;border-bottom:1px solid var(--azx-border-default)}.staff-risk-row:last-child{border-bottom:0}.staff-risk-row span,.staff-muted{display:block;color:var(--azx-text-secondary)}.staff-role-count{margin:18px 0 6px;color:var(--azx-color-primary);font-size:36px;font-weight:800;line-height:1}.staff-chart{height:300px;display:grid;grid-template-columns:repeat(7,minmax(32px,1fr));align-items:end;gap:18px;padding:var(--azx-space-6);border-radius:var(--azx-radius-md);background:var(--azx-gray-50)}.staff-chart span{min-height:40px;border-radius:var(--azx-radius-sm) var(--azx-radius-sm) 0 0;background:var(--azx-gradient-primary)}.staff-lesson-shell{min-height:620px}.staff-prep-panel{padding:var(--azx-space-6);background:radial-gradient(circle at 20% 10%,rgba(254,238,255,.8),transparent 32%),var(--azx-bg-surface)}.staff-task{display:flex;align-items:flex-start;gap:var(--azx-space-3);padding:var(--azx-space-4) 0;border-bottom:1px solid var(--azx-border-default)}.staff-doc-preview{margin-top:var(--azx-space-5);padding:var(--azx-space-6);border-radius:var(--azx-radius-md);background:var(--azx-gray-50);line-height:1.9}.staff-classroom-head{min-height:60px;display:flex;align-items:center;gap:var(--azx-space-3);padding:0 var(--azx-space-5);border-bottom:1px solid var(--azx-border-default)}.staff-video{margin:var(--azx-space-5);background:var(--azx-gradient-stage)}.staff-video-glow{position:absolute;top:18%;right:20%;bottom:18%;left:20%;border-radius:50%;background:radial-gradient(circle,rgba(89,252,255,.55),transparent 62%);filter:blur(20px)}.staff-school-logo{width:40px;height:40px;object-fit:contain;border-radius:8px;background:#fff;border:1px solid var(--azx-border-default)}.staff-mobile-menu-button,.staff-mobile-nav{display:none}.staff-sidebar-toggle{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:6px;color:#374151;background:transparent;cursor:pointer}.researcher-sidebar .researcher-sidebar-toggle{width:38px;height:38px;display:grid;border:0;border-radius:6px;background:transparent;box-shadow:none;color:#374151}.researcher-sidebar .researcher-sidebar-toggle:hover{background:#f3f4f6}.staff-stat-card{position:relative;min-height:118px;padding:16px;border-radius:var(--azx-radius-lg);background:#fff;border:1px solid var(--azx-gray-100);box-shadow:var(--azx-shadow-sm)}.staff-stat-icon{width:42px;height:42px;display:grid;place-items:center;color:var(--azx-color-primary);border-radius:var(--azx-radius-md);background:var(--azx-color-primary-soft);margin-bottom:12px}.staff-dashboard-compact{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.tv2-analytics-detail-section{width:100%}.tv2-analytics-student-report-card{overflow:hidden}.tv2-analytics-student-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:18px;color:var(--azx-text-tertiary);font-size:13px}.tv2-analytics-student-breadcrumb strong{color:var(--azx-text-primary)}.tv2-analytics-detail-info-header{display:flex;align-items:center;gap:18px;min-width:0}.tv2-analytics-student-avatar{flex:0 0 auto;background:#bfbfbf}.tv2-analytics-detail-info-text{flex:1 1 auto;min-width:0}.tv2-analytics-student-heading{display:flex;align-items:center;gap:12px;min-width:0}.tv2-analytics-detail-info-name{margin:0;color:var(--azx-text-primary);font-size:22px;line-height:1.35;font-weight:800}.tv2-analytics-detail-info-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:10px;color:var(--azx-text-secondary);font-size:14px}.tv2-analytics-course-detail-card .ant-card-head-title{display:flex;align-items:center;gap:8px}.teacher-kg-section{margin-top:4px}.tv2-analytics-detail-section-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#111827;font-size:18px;font-weight:800}.teacher-kg-card{max-width:100%;border-radius:10px;overflow:hidden}.teacher-kg-stats-bar{min-height:46px;display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;padding:12px 18px;border-bottom:1px solid #edf0f5;background:#fff;color:#6b7280}.teacher-kg-stats-bar span{display:inline-flex;align-items:baseline;gap:6px;font-size:13px}.teacher-kg-stats-bar strong{font-size:22px;line-height:1}.teacher-kg-green{color:#52c41a}.teacher-kg-blue{color:#5847ff}.teacher-kg-slate{color:#3b82f6}.teacher-kg-red{color:#ff4d4f}.teacher-kg-legend{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;padding:14px 18px 4px;color:#6b7280;font-size:12px}.teacher-kg-legend span{display:inline-flex;align-items:center;gap:6px}.teacher-kg-legend i{width:10px;height:10px;display:inline-block;border-radius:999px}.teacher-kg-legend .completed{background:#52c41a}.teacher-kg-legend .learning{background:#5847ff}.teacher-kg-legend .not-started{background:#3b82f6}.teacher-kg-legend .weak{border-radius:4px;background:#ff4d4f}.teacher-kg-tree{position:relative;max-width:100%;min-height:360px;display:grid;grid-template-columns:clamp(88px,8vw,124px) minmax(0,1fr);gap:clamp(18px,2vw,32px);padding:28px clamp(16px,2vw,30px) 32px;background:#fff;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain}.teacher-kg-lines{position:absolute;top:0;left:0;z-index:0;pointer-events:none;overflow:visible}.teacher-kg-lines path{fill:none;stroke:#cbd5e1;stroke-width:1.6;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;opacity:0;animation:teacherKgLineDraw .78s cubic-bezier(.22,1,.36,1) forwards}.teacher-kg-root{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;color:#111827;font-size:13px}.teacher-kg-root span{position:relative;padding-right:22px;white-space:nowrap}.teacher-kg-root span:after{content:"";position:absolute;top:50%;right:0;width:12px;height:12px;border:2px solid #5847ff;border-radius:999px;background:#fff;transform:translateY(-50%)}.teacher-kg-branches{position:relative;z-index:1;display:grid;gap:30px;min-width:min(100%,860px)}.teacher-kg-course{position:relative;display:grid;grid-template-columns:minmax(130px,170px) minmax(0,1fr);align-items:center;gap:clamp(24px,3vw,42px);min-width:0}.teacher-kg-chapters{display:grid;gap:22px}.teacher-kg-chapter{position:relative;display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr);align-items:center;gap:clamp(22px,2.5vw,38px);min-width:0}.teacher-kg-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px 28px;min-width:0;max-width:100%}.teacher-kg-node{position:relative;display:inline-flex;align-items:center;gap:6px;max-width:100%;color:#111827;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:1;transform:none}.teacher-kg-node-wrap,.teacher-kg-chapter{position:relative;min-width:0}.teacher-kg-node:before{content:"";width:12px;height:12px;flex:0 0 auto;border-radius:999px;border:2px solid currentColor;background:#fff}.teacher-kg-node-course{font-weight:800}.teacher-kg-node-chapter{font-weight:700}.teacher-kg-node-point{width:100%;max-width:100%}.teacher-kg-node span{min-width:0;overflow:hidden;text-overflow:ellipsis}.teacher-kg-node-completed{color:#52c41a}.teacher-kg-node-in_progress{color:#5847ff}.teacher-kg-node-not_started{color:#3b82f6}.teacher-kg-node small{color:#6b7280;font-weight:500}.teacher-kg-tooltip{display:grid;gap:4px;min-width:150px;font-size:12px;line-height:1.45}.teacher-kg-tooltip strong{color:#fff;font-size:13px}.teacher-kg-tooltip span{color:#ffffffdb}@keyframes teacherKgLineDraw{0%{opacity:0;stroke-dashoffset:1}to{opacity:1;stroke-dashoffset:0}}@media(max-width:900px){.teacher-kg-tree{grid-template-columns:1fr}.teacher-kg-root{justify-content:flex-start}.teacher-kg-root span:after{display:none}.teacher-kg-branches{min-width:0}.teacher-kg-course,.teacher-kg-chapter{grid-template-columns:1fr;gap:14px}.teacher-kg-points{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.teacher-sw-panel{margin-top:4px}.teacher-sw-tabs .ant-tabs-tab{font-weight:700}.teacher-sw-tabs .ant-tabs-tab-btn{display:inline-flex;align-items:center;gap:6px}.teacher-sw-table-card{border-radius:10px;background:#fff}.staff-rank-row,.staff-progress-row{display:grid;grid-template-columns:32px minmax(0,1fr);gap:var(--azx-space-3);align-items:center;padding:var(--azx-space-3) 0;border-bottom:1px solid var(--azx-border-default)}.staff-rank-row:last-child,.staff-progress-row:last-child{border-bottom:0}.staff-rank-row>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:var(--azx-color-primary);background:var(--azx-color-primary-soft);font-weight:800}.staff-rank-row p{margin:4px 0 0;color:var(--azx-text-secondary)}.staff-two-pane,.teacher-prep-layout,.teacher-classroom-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:var(--azx-space-4)}.teacher-classroom-grid{grid-template-columns:minmax(0,1fr) 340px}.staff-filter-pane,.teacher-chapter-list{height:fit-content}.staff-filter-item{width:100%;min-height:40px;border:0;border-radius:var(--azx-radius-sm);background:transparent;color:var(--azx-text-secondary);text-align:left;padding:0 var(--azx-space-3);margin-bottom:var(--azx-space-2)}.staff-filter-item-active,.staff-filter-item:hover{color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.staff-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.staff-list-card{width:100%;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-surface);color:var(--azx-text-primary);display:grid;gap:8px;padding:12px;text-align:left;transition:border-color var(--azx-transition),box-shadow var(--azx-transition),background var(--azx-transition)}.staff-list-card:hover,.staff-list-card-active{border-color:var(--azx-color-primary);background:var(--azx-color-primary-soft);box-shadow:0 6px 18px #644cff1f}.staff-list-card strong,.staff-list-card small{display:block}.staff-list-card small{color:var(--azx-text-secondary);margin-top:4px}.staff-list-card-meta{display:flex;flex-wrap:wrap;gap:6px}.staff-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px}.staff-summary-grid .ant-card-body{display:flex;align-items:center;justify-content:space-between}.staff-summary-grid strong{font-size:24px}.staff-summary-grid span{color:var(--azx-text-secondary)}.staff-table-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--azx-space-3);margin-top:var(--azx-space-4);color:var(--azx-text-secondary)}.staff-toolbar{width:100%;margin-bottom:var(--azx-space-4)}.staff-toolbar .ant-input-search{width:320px;max-width:100%}.staff-course-card-button{width:100%;min-height:168px;padding:18px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-surface);color:var(--azx-text-primary);text-align:left;transition:border-color var(--azx-transition),box-shadow var(--azx-transition),transform var(--azx-transition)}.staff-course-card-button:hover,.staff-course-card-button-active{border-color:#644cff73;box-shadow:var(--azx-shadow-md);transform:translateY(-2px)}.staff-course-card-button strong,.staff-course-card-button p{display:block}.staff-course-card-button p{margin:8px 0 12px;color:var(--azx-text-secondary)}.staff-course-card-meta{display:flex;justify-content:space-between;gap:var(--azx-space-3);margin-top:var(--azx-space-4);color:var(--azx-text-tertiary);font-size:var(--azx-font-size-xs)}.staff-code-block{max-height:320px;margin:0;padding:var(--azx-space-4);overflow:auto;border-radius:var(--azx-radius-sm);background:var(--azx-gray-50);color:var(--azx-text-primary);white-space:pre-wrap}.teacher-quick-entry{width:100%;min-height:116px;display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;gap:6px 14px;align-items:center;padding:18px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-surface);color:var(--azx-text-primary);text-align:left;box-shadow:var(--azx-shadow-sm);transition:border-color var(--azx-transition),box-shadow var(--azx-transition),transform var(--azx-transition)}.teacher-quick-entry:hover{border-color:#644cff73;box-shadow:var(--azx-shadow-md);transform:translateY(-2px)}.teacher-quick-entry span{grid-row:1 / span 2;width:46px;height:46px;display:grid;place-items:center;border-radius:var(--azx-radius-md);background:var(--azx-color-primary-soft);color:var(--azx-color-primary)}.teacher-quick-entry strong,.teacher-quick-entry small{display:block}.teacher-quick-entry small{color:var(--azx-text-secondary)}.teacher-todo-group{display:grid;gap:var(--azx-space-2)}.teacher-review-panel{min-height:0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:16px;align-items:start}.teacher-review-external{min-width:0;min-height:620px;overflow:hidden;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:#f8fafc}.teacher-review-external iframe{width:100%;height:620px;display:block;border:0;background:#fff}.teacher-review-external-empty{height:620px;display:grid;place-items:center;padding:24px}.teacher-review-aside{min-width:0;padding:14px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-surface)}.teacher-review-student-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;align-items:center;margin-bottom:14px;padding:12px;border-radius:var(--azx-radius-md);background:var(--azx-color-primary-soft)}.teacher-review-student-summary strong{color:var(--azx-text-primary);font-size:16px}.teacher-review-student-summary span{grid-column:1 / -1;color:var(--azx-text-secondary);font-size:12px}.teacher-review-suggestions{display:grid;gap:8px;margin-bottom:16px}.teacher-review-suggestions>span{color:var(--azx-text-secondary);font-size:13px}.teacher-submission-artifact{min-width:0;display:grid;gap:12px;padding:14px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:#f8fafc}.teacher-submission-artifact-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.teacher-submission-artifact-head strong,.teacher-submission-artifact h4{margin:0;color:var(--azx-text-primary)}.teacher-submission-artifact section{display:grid;gap:8px}.teacher-submission-artifact pre{max-height:260px;margin:0;overflow:auto;padding:12px;border-radius:10px;background:#111827;color:#e5e7eb;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.65;white-space:pre-wrap}.teacher-submission-artifact p{margin:0;padding:12px;border-radius:10px;background:#fff;color:var(--azx-text-secondary);line-height:1.7;white-space:pre-wrap}.teacher-content-maintain-existing{display:grid;gap:10px;margin-bottom:18px;padding:14px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:#f8fafc}.teacher-content-maintain-existing>strong,.teacher-content-maintain-form-title span{color:var(--azx-text-primary);font-size:15px;font-weight:800}.teacher-content-maintain-existing .ant-list{max-height:260px;overflow-y:auto;border-radius:var(--azx-radius-md);background:#fff}.teacher-content-maintain-form-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 12px}.teacher-todo-group-title{display:flex;align-items:center;justify-content:space-between;color:var(--azx-text-primary)}.teacher-todo-icon{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:var(--azx-radius-md);color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.teacher-todo-icon-question{color:#b45309;background:#fff4d6}.teacher-todo-icon-exam{color:#7c3aed;background:#f3e8ff}.teacher-todo-icon-announcement{color:#047857;background:#d1fae5}.teacher-todo-desc{color:var(--azx-text-secondary)}.staff-filter-select{min-width:160px}.staff-major-course-select{min-width:260px}.staff-pagination{display:flex;justify-content:flex-end;margin-top:var(--azx-space-4)}.staff-card-grid-5{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:var(--azx-space-4)}.staff-card-actions{margin-top:var(--azx-space-4)}.staff-panel-actions{display:flex;justify-content:flex-end;margin-top:var(--azx-space-4)}.staff-role-list{display:grid;gap:var(--azx-space-3)}.staff-role-item{width:100%;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:var(--azx-space-3);padding:var(--azx-space-3);border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-page);text-align:left}.staff-role-item.active,.staff-role-item:hover{border-color:#644cff6b;background:#644cff0f}.staff-role-item strong,.staff-role-item small{display:block}.staff-role-item small{margin-top:4px;color:var(--azx-text-tertiary)}.tv2-sys-accounts-page,.tv2-sys-roles-page,.tv2-sys-logs-page,.tv2-sys-settings-page{padding:0}.tv2-sys-spin{min-height:420px;display:flex;align-items:center;justify-content:center}.tv2-sys-header{margin-bottom:24px}.tv2-sys-title{margin:0 0 4px;color:var(--azx-text-primary);font-size:24px;font-weight:700;letter-spacing:0}.tv2-sys-subtitle{margin:0;color:var(--azx-text-tertiary);font-size:14px}.tv2-sys-stats{margin-bottom:24px}.tv2-sys-stat-card{border:1px solid var(--azx-border-default);border-radius:8px;transition:box-shadow var(--azx-transition),transform var(--azx-transition)}.tv2-sys-stat-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.tv2-sys-stat-card .ant-card-body{display:grid;gap:6px}.tv2-sys-stat-card span{color:#8c8c8c;font-size:14px}.tv2-sys-stat-card strong{color:var(--azx-text-primary);font-size:28px;line-height:1.2}.tv2-sys-stat-card small{color:var(--azx-text-tertiary);font-size:12px}.tv2-sys-filter{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:24px}.tv2-sys-search-input{width:220px}.tv2-sys-search-wide{width:320px}.tv2-sys-select{width:140px}.tv2-sys-total{color:#8c8c8c;font-size:14px}.tv2-sys-table{overflow:hidden;border-radius:8px}.tv2-sys-table+.tv2-sys-table{margin-top:16px}.tv2-sys-role-grid{align-items:stretch}.tv2-sys-role-grid .ant-card{height:100%}.tv2-sys-inline-filter{margin-bottom:16px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.tv2-sys-empty{margin:48px 0}.tv2-sys-reset-hint{margin-bottom:16px;padding:10px 14px;border:1px solid #ffe58f;border-radius:8px;background:#fff7e6;color:#595959;font-size:14px;line-height:1.6}.tv2-sys-reset-hint strong{color:var(--azx-text-primary)}.tv2-ac-students-page,.tv2-ac-teachers-page,.tv2-ac-classes-page,.tv2-ac-courses-page,.tv2-ac-majors-page,.tv2-billing-page{padding:0}.tv2-ac-header{margin-bottom:24px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.tv2-ac-title{margin:0 0 4px;color:var(--azx-text-primary);font-size:24px;font-weight:700;letter-spacing:0}.tv2-ac-subtitle{margin:0;color:var(--azx-text-tertiary);font-size:14px}.tv2-ac-stats{margin-bottom:24px}.tv2-ac-stat-card{border:1px solid var(--azx-border-default);border-radius:8px;box-shadow:none}.tv2-ac-stat-card .ant-card-body{display:grid;align-content:center;min-height:116px;gap:8px;padding:24px 28px}.tv2-ac-stat-icon{width:auto;height:auto;display:inline-flex;color:var(--azx-color-primary);background:transparent}.tv2-ac-stat-card span{color:#8c8c8c;font-size:14px}.tv2-ac-stat-card strong{color:var(--azx-text-primary);font-size:28px;line-height:1.2}.tv2-ac-stat-card small{color:var(--azx-text-tertiary);font-size:12px}.tv2-ac-filter{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:24px}.tv2-ac-search-input{width:260px}.tv2-ac-select{width:140px}.tv2-ac-status-select{width:120px}.tv2-ac-total{color:#8c8c8c;font-size:14px}.tv2-ac-table{overflow:hidden;border-radius:8px;box-shadow:none}.tv2-ac-table .ant-card-body{padding:24px}.tv2-major-stat-card .ant-card-body{gap:12px;padding:24px 28px}.tv2-major-stat-card strong{display:inline-flex;align-items:center;gap:6px;font-size:24px;line-height:1.25}.tv2-major-stat-blue strong,.tv2-major-stat-blue svg{color:#1677ff}.tv2-major-stat-orange strong,.tv2-major-stat-orange svg{color:#fa6a18}.tv2-major-stat-green strong,.tv2-major-stat-green svg{color:#2eb82e}.tv2-major-search-input{width:300px}.tv2-major-search-input .ant-input-search-button{min-width:64px;padding-inline:18px}.tv2-major-display-rule.ant-btn{height:22px;padding:0 8px;border-radius:4px;font-size:12px;line-height:20px}.tv2-major-display-rule.is-major-match{color:#1677ff;border-color:#91caff;background:#e6f4ff}.tv2-major-display-rule.is-class-entry{color:#fa8c16;border-color:#ffd591;background:#fff7e6}.tv2-major-actions{white-space:nowrap}.tv2-major-action-edit.ant-btn{color:var(--azx-color-primary);border-color:var(--azx-color-primary);border-radius:6px;padding-inline:10px}.tv2-major-actions .ant-btn-link{display:inline-flex;align-items:center;gap:4px;padding-inline:0}.tv2-ac-tabs .ant-tabs-nav{margin-bottom:16px}.tv2-dashboard-page{padding:0}.tv2-dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:stretch;gap:18px;padding:22px;border:1px solid #e6e8ff;border-radius:12px;background:linear-gradient(135deg,#f8f7ff,#fff 48%,#eefcff);box-shadow:0 8px 24px #644cff14}.tv2-dashboard-hero-content{min-width:0;display:flex;flex-direction:column;justify-content:center}.tv2-dashboard-hero-content>span{color:var(--azx-color-primary);font-size:13px;font-weight:800}.tv2-dashboard-hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.tv2-dashboard-hero-metric{min-width:0;display:grid;align-content:center;gap:8px;padding:16px 14px;border:1px solid rgba(100,76,255,.12);border-radius:10px;background:#ffffffd1}.tv2-dashboard-hero-metric span{color:#667085;font-size:13px;font-weight:700}.tv2-dashboard-hero-metric strong{color:#111827;font-size:28px;line-height:1}.tv2-dashboard-hero-metric small{margin-left:2px;color:#667085;font-size:12px}.tv2-dashboard-title{margin:0 0 4px;color:var(--azx-text-primary);font-size:24px;font-weight:700;letter-spacing:0}.tv2-dashboard-subtitle{margin:0;color:var(--azx-text-tertiary);font-size:14px}.tv2-dashboard-stats{margin-bottom:24px}.tv2-stat-card{border:1px solid var(--azx-border-default);border-radius:8px;transition:box-shadow var(--azx-transition),transform var(--azx-transition)}.tv2-stat-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.tv2-stat-card .ant-card-body{display:grid;gap:6px}.tv2-stat-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.tv2-stat-card span{color:#8c8c8c;font-size:14px}.tv2-stat-card strong{color:var(--azx-text-primary);font-size:28px;line-height:1.2}.tv2-stat-card small{color:var(--azx-text-tertiary);font-size:12px}.tv2-dashboard-panel{height:100%;border-radius:8px}.tv2-action-center-card{height:auto}.tv2-action-center-card .ant-card-head{min-height:48px}.tv2-action-summary{margin-bottom:12px}.tv2-action-summary-item{width:100%;min-height:86px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:4px 10px;align-items:center;padding:12px;border:1px solid var(--azx-border-default);border-radius:8px;background:#fff;color:var(--azx-text-secondary);text-align:left;cursor:pointer;transition:border-color var(--azx-transition),box-shadow var(--azx-transition),transform var(--azx-transition)}.tv2-action-summary-item:hover{border-color:var(--azx-color-primary);box-shadow:var(--azx-shadow-sm);transform:translateY(-1px)}.tv2-action-summary-item .teacher-todo-icon{grid-row:1 / span 2}.tv2-action-summary-item span:not(.teacher-todo-icon){min-width:0;overflow:hidden;color:var(--azx-text-tertiary);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.tv2-action-summary-item strong{color:var(--azx-text-primary);font-size:24px;line-height:1.1}.tv2-action-list .ant-list-item{padding-inline:0}.tv2-dashboard-section{display:grid;gap:14px}.tv2-dashboard-section-title{margin:0;color:var(--azx-text-primary);font-size:18px;font-weight:700}.tv2-stat-card-blue .tv2-stat-icon{color:#1677ff;background:#e6f4ff}.tv2-stat-card-green .tv2-stat-icon{color:#52c41a;background:#f6ffed}.tv2-stat-card-orange .tv2-stat-icon{color:#fa8c16;background:#fff7e6}.tv2-stat-card-purple .tv2-stat-icon{color:#722ed1;background:#f9f0ff}.tv2-stat-card strong small{margin-left:4px;color:var(--azx-text-tertiary);font-size:14px;font-weight:500}.tv2-quick-action-card{height:100%;border-radius:8px;cursor:pointer;transition:box-shadow var(--azx-transition),transform var(--azx-transition)}.tv2-quick-action-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.tv2-quick-action-content{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;gap:4px 14px;align-items:center}.tv2-quick-action-icon{grid-row:1 / span 2;width:54px;height:54px;display:grid;place-items:center;border-radius:14px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.tv2-quick-action-title{color:var(--azx-text-primary);font-size:16px}.tv2-quick-action-desc{color:var(--azx-text-tertiary);font-size:12px}.tv2-courses-page,.tv2-resources-page{display:grid;gap:22px;width:100%;min-width:0;max-width:100%}.tv2-courses-header,.tv2-resources-header{display:grid;gap:4px}.tv2-courses-title,.tv2-resources-title{margin:0;color:var(--azx-text-primary);font-size:24px;line-height:1.35;font-weight:800;letter-spacing:0}.tv2-courses-subtitle,.tv2-resources-subtitle,.tv2-resources-card-subtitle{margin:0;color:var(--azx-text-tertiary);font-size:14px}.tv2-courses-stats,.tv2-resources-stats{margin:0}.tv2-courses-stat-card,.tv2-resource-stat-card{border:1px solid var(--azx-border-default);border-radius:8px;box-shadow:none}.tv2-courses-stat-card .ant-card-body,.tv2-resource-stat-card .ant-card-body{display:grid;align-content:center;gap:8px;min-height:112px;padding:22px 26px}.tv2-courses-stat-card span,.tv2-resource-stat-icon{width:auto;height:auto;display:inline-flex;place-items:initial;border-radius:0;color:var(--azx-color-primary);background:transparent}.tv2-courses-stat-card small,.tv2-resource-stat-card small{color:var(--azx-text-tertiary);font-size:13px}.tv2-courses-stat-card strong,.tv2-resource-stat-card strong{color:var(--azx-text-primary);font-size:26px;line-height:1.2}.tv2-courses-filter,.tv2-resources-filters{display:grid;align-items:center;gap:12px;width:100%;margin-bottom:18px;min-width:0}.tv2-courses-filter{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:0;padding:2px 0 8px;border:0;border-radius:0;background:transparent;box-shadow:none}.tv2-resources-filters .ant-input-search,.tv2-resources-filters .ant-select{width:100%;min-width:0}.tv2-resources-course-filters{grid-template-columns:minmax(240px,300px) minmax(140px,160px) minmax(140px,160px);justify-content:space-between;margin-bottom:0;padding:0}.tv2-resources-detail-filters{grid-template-columns:minmax(140px,180px) minmax(220px,320px);justify-content:flex-start}.tv2-courses-total{color:var(--azx-text-tertiary)}.tv2-courses-list-card,.tv2-resources-course-card,.tv2-resources-detail-card{width:100%;min-width:0;max-width:100%;border-radius:8px}.tv2-resources-course-card{display:grid;gap:16px;border-radius:0;background:transparent;box-shadow:none}.tv2-courses-list-card{border:0;background:transparent;box-shadow:none}.tv2-courses-list-card>.ant-card-body{padding:0}.tv2-courses-grid,.tv2-resources-course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:16px;width:100%;min-width:0}.tv2-courses-card,.tv2-resources-course-card-item{height:100%;min-width:0;max-width:100%;border-radius:8px;box-shadow:none;transition:box-shadow var(--azx-transition),transform var(--azx-transition)}.tv2-courses-card .ant-card-body,.tv2-resources-course-card-item .ant-card-body{display:grid;min-height:196px;padding:18px 18px 16px}.tv2-resources-course-card-item .ant-card-body{min-height:198px;grid-template-rows:auto auto auto auto 1fr auto}.tv2-courses-card:hover,.tv2-resources-course-card-item:hover,.tv2-resources-course-card-active{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.tv2-resources-course-card-active{border-color:#1677ff73}.tv2-courses-card-name,.tv2-resources-card-name{display:block;min-width:0;color:var(--azx-text-primary);font-size:16px;font-weight:700;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv2-courses-card-tags,.tv2-courses-card-majors,.tv2-courses-card-classes,.tv2-resources-card-tags,.tv2-resources-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tv2-courses-card-metrics{display:grid;gap:8px;margin-top:14px}.tv2-courses-card-metric-row{display:grid;grid-template-columns:max-content max-content minmax(56px,1fr) max-content;align-items:center;gap:10px;min-width:0;color:var(--azx-text-secondary);font-size:13px}.tv2-resources-card-meta{display:flex;justify-content:space-between;gap:12px;color:var(--azx-text-secondary);font-size:13px}.tv2-courses-card-metric-row span{min-width:0;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.tv2-courses-card-metric-row .ant-progress{min-width:0;width:100%}.tv2-courses-card-metric-row strong{justify-self:end;min-width:34px;color:var(--azx-text-primary);font-size:12px;text-align:right;white-space:nowrap}.tv2-courses-card-progress-label{justify-self:end;color:var(--azx-text-tertiary);white-space:nowrap}.tv2-resources-card-resource-count{margin-top:10px;color:var(--azx-text-secondary);font-size:13px}.tv2-resources-file-icons{display:flex;align-items:center;gap:10px;min-height:24px;margin-top:8px}.tv2-resources-file-icon{display:inline-grid;place-items:center;width:18px;height:22px}.tv2-resources-file-icon-red{color:#ff4d4f}.tv2-resources-file-icon-green{color:#52c41a}.tv2-resources-file-icon-blue{color:#1677ff}.tv2-resources-file-icon-orange{color:#fa8c16}.tv2-resources-card-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin:auto -18px -16px;padding-top:12px;padding-bottom:12px;border-top:1px solid var(--azx-border-light)}.tv2-resources-card-actions .ant-btn{min-width:72px;height:28px;padding-inline:8px;text-align:center;white-space:nowrap}.tv2-courses-card-score-metrics{display:grid;gap:8px;color:var(--azx-text-secondary);font-size:13px}.tv2-courses-card-score-metrics span{display:inline-flex;align-items:center}.tv2-courses-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap;margin-top:4px}@media(max-width:1500px){.tv2-courses-grid,.tv2-resources-course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){.tv2-courses-grid,.tv2-resources-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.teacher-resource-material-page{display:grid;gap:18px}.teacher-resource-material-header{display:flex;align-items:center;gap:16px}.teacher-resource-material-header h1{margin:0;color:var(--azx-text-primary);font-size:24px;line-height:1.35;font-weight:800;letter-spacing:0}.teacher-resource-material-meta{display:flex;align-items:center;gap:16px;color:var(--azx-text-secondary)}.teacher-course-prototype-page,.teacher-chapter-prototype-page,.teacher-course-prototype-page .ant-spin-nested-loading,.teacher-course-prototype-page .ant-spin-container,.teacher-chapter-prototype-page .ant-spin-nested-loading,.teacher-chapter-prototype-page .ant-spin-container{width:100%;min-width:0}.teacher-course-prototype-header{display:flex;align-items:center;gap:16px;min-height:32px;color:var(--azx-text-secondary);font-size:14px}.teacher-course-prototype-header strong{color:var(--azx-text-primary);font-size:14px;font-weight:700}.teacher-course-breadcrumb{color:var(--azx-text-tertiary)}.teacher-course-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%}.teacher-course-stat-grid .teacher-prototype-stat-card:nth-child(5){grid-column:span 1}.teacher-prototype-stat-card{border:1px solid var(--azx-border-default);border-radius:8px;box-shadow:none}.teacher-prototype-stat-card .ant-card-body{display:grid;align-content:center;gap:8px;min-height:116px;padding:24px 28px}.teacher-prototype-stat-card span{display:inline-flex;color:var(--azx-color-primary)}.teacher-prototype-stat-card small{color:var(--azx-text-tertiary);font-size:14px}.teacher-prototype-stat-card strong{color:var(--azx-text-primary);font-size:26px;line-height:1.15;font-weight:800}.teacher-prototype-stat-blue span,.teacher-prototype-stat-blue strong{color:#1677ff}.teacher-prototype-stat-purple span,.teacher-prototype-stat-purple strong{color:#5b3ff3}.teacher-prototype-stat-orange span,.teacher-prototype-stat-orange strong{color:#fa7a1a}.teacher-prototype-stat-green span,.teacher-prototype-stat-green strong{color:#42b72a}.teacher-prototype-stat-red span,.teacher-prototype-stat-red strong{color:#f0333f}.teacher-prototype-stat-cyan span,.teacher-prototype-stat-cyan strong{color:#13b8b8}.teacher-course-detail-panels,.teacher-chapter-panels{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(520px,1.35fr);gap:24px;align-items:start;min-width:0}.teacher-course-panel-card{min-width:0;border:1px solid var(--azx-border-default);border-radius:8px;box-shadow:none}.teacher-course-panel-card>.ant-card-head{min-height:56px;border-bottom:1px solid var(--azx-border-light)}.teacher-course-panel-card .ant-card-head-title{color:var(--azx-text-primary);font-size:16px;font-weight:700}.teacher-course-panel-card .ant-card-head-title span{display:inline-flex;align-items:center;gap:8px}.teacher-course-panel-card .ant-card-body{padding:24px}.teacher-course-funnel{display:grid;gap:18px}.teacher-course-funnel-row{display:grid;gap:8px}.teacher-course-funnel-title{color:var(--azx-text-primary);font-size:13px;font-weight:700}.teacher-course-warning{margin-left:4px;color:#f0333f}.teacher-course-funnel-bar-line{display:grid;grid-template-columns:minmax(140px,1fr) auto;gap:10px;align-items:center}.teacher-course-funnel-bar{min-width:118px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#fff;font-size:13px;font-weight:800;background:linear-gradient(90deg,#4b45ff,#7651e8)}.teacher-course-funnel-empty{min-width:160px;height:28px;display:flex;align-items:center;padding:0 10px;border-radius:4px;color:var(--azx-text-tertiary);background:#f1f3f5;font-size:12px}.teacher-course-funnel-bar-danger{background:linear-gradient(90deg,#f0333f,#f28c18)}.teacher-course-funnel-rate{min-width:54px;padding:4px 8px;border:1px solid var(--azx-border-default);border-radius:4px;color:var(--azx-text-secondary);text-align:center;font-size:12px}.teacher-course-funnel-rate-danger{border-color:#f0333f59;color:#f0333f;background:#f0333f14}.teacher-metric-progress{display:grid;grid-template-columns:minmax(82px,1fr) auto;align-items:center;gap:8px;min-width:0}.teacher-metric-progress .ant-progress{min-width:0}.teacher-metric-progress span{color:var(--azx-text-primary);font-size:12px;white-space:nowrap}.teacher-chapter-breadcrumb{display:flex;align-items:center;gap:8px;color:var(--azx-text-tertiary);font-size:14px}.teacher-chapter-breadcrumb .ant-btn{height:auto;padding:0}.teacher-chapter-breadcrumb strong{color:var(--azx-text-primary)}.teacher-chapter-class-tabs{display:inline-flex;width:fit-content;overflow:hidden;border-radius:6px;background:#f2f2f2}.teacher-chapter-class-tabs button{min-width:96px;height:32px;padding:0 16px;border:0;color:var(--azx-text-secondary);background:transparent;cursor:pointer}.teacher-chapter-class-tabs button.active{color:var(--azx-text-primary);background:#fff;box-shadow:inset 0 0 0 1px var(--azx-border-light)}.teacher-chapter-summary{padding:14px 18px;border-left:4px solid var(--azx-color-primary);border-radius:4px;color:var(--azx-text-secondary);background:#fff}.teacher-chapter-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.teacher-chapter-heat-grid{display:flex;flex-wrap:wrap;gap:12px}.teacher-chapter-heat-item{min-width:104px;display:grid;gap:4px;place-items:center;padding:12px 14px;border-radius:4px;color:#fff;font-weight:800}.teacher-chapter-heat-item span{max-width:116px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.teacher-chapter-heat-item strong{font-size:18px}.teacher-chapter-heat-green{background:#42b72a}.teacher-chapter-heat-orange{background:#f5a623}.teacher-chapter-heat-red{background:#f0333f}.teacher-resource-browser{display:grid;grid-template-columns:minmax(200px,252px) minmax(0,1fr);gap:16px;min-width:0;max-width:100%;overflow:hidden}.teacher-resource-chapter-tree{align-self:start;border-radius:8px}.teacher-resource-chapter-tree .ant-card-body{max-height:520px;padding:12px;overflow-y:auto}.teacher-resource-chapter-tree .ant-tree-node-content-wrapper{border-radius:6px}.teacher-resource-chapter-tree .ant-tree-node-selected{background:var(--azx-color-primary-soft)!important}.teacher-resource-list-panel{min-width:0;max-width:100%;overflow:hidden}.teacher-resource-list-panel .tv2-resources-detail-filters{margin-bottom:16px}.teacher-resource-list-panel .ant-list,.teacher-resource-list-panel .ant-spin-nested-loading,.teacher-resource-list-panel .ant-spin-container{min-width:0;max-width:100%}.teacher-resource-list-panel .ant-row{min-width:0;max-width:100%;margin-left:0!important;margin-right:0!important}.teacher-resource-list-panel .ant-col{min-width:0}.teacher-resource-file-card{width:100%;min-width:0;height:100%;overflow:hidden;border-radius:8px}.teacher-resource-file-card .ant-card-body{display:grid;grid-template-rows:80px minmax(0,1fr);padding:0}.teacher-resource-file-cover{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:80px;padding:14px;color:#fff}.teacher-resource-file-cover svg{position:absolute;top:14px;left:14px}.teacher-resource-file-cover span{margin-left:auto;padding:4px 10px;border-radius:999px;background:#fff3;font-size:12px;font-weight:800}.teacher-resource-file-cover-courseware{background:linear-gradient(135deg,#3f66ff,#7054ff)}.teacher-resource-file-cover-handout{background:linear-gradient(135deg,#14b884,#0ea5e9)}.teacher-resource-file-cover-experiment{background:linear-gradient(135deg,#7c3aed,#f97316)}.teacher-resource-file-body{min-width:0;display:grid;align-content:start;gap:8px;padding:14px}.teacher-resource-file-title{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.teacher-resource-file-title strong{min-width:0;color:var(--azx-text-primary);font-size:15px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.teacher-resource-file-body p{margin:0;color:var(--azx-text-secondary);line-height:1.6;word-break:break-word}.teacher-resource-file-body .ant-space,.teacher-resource-file-body .ant-space-item{min-width:0;max-width:100%}.teacher-resource-file-actions{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.teacher-resource-file-actions .ant-btn{margin:0;min-width:0;padding-inline:8px}.tv2-resources-pagination{max-width:100%;overflow:hidden}@media(max-width:1100px){.teacher-resource-browser{grid-template-columns:1fr}}@media(max-width:760px){.tv2-resources-course-filters,.tv2-resources-detail-filters{grid-template-columns:1fr}}.teacher-resource-preview-modal .ant-modal-body{padding-top:8px}.teacher-resource-preview-frame iframe{width:100%;height:62vh;border:1px solid var(--azx-border-default);border-radius:8px;background:#fff}.teacher-resource-preview-content{display:grid;gap:12px}.teacher-resource-preview-meta{display:flex;flex-wrap:wrap;gap:8px}.teacher-resource-preview-content pre{max-height:62vh;overflow:auto;margin:0;padding:18px;border:1px solid var(--azx-border-default);border-radius:8px;background:#f8fafc;color:var(--azx-text-primary);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.7;white-space:pre-wrap}.tv2-resources-card-header{min-height:48px}.tv2-control-page{display:grid;gap:24px}.tv2-control-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.tv2-control-title{margin:0;color:var(--azx-text-primary);font-size:24px;font-weight:700;letter-spacing:0}.tv2-control-subtitle{margin:4px 0 0;color:var(--azx-text-tertiary);font-size:14px}.tv2-control-action{display:flex;align-items:center;gap:8px}.tv2-control-stats{margin:0}.tv2-control-stat-card,.tv2-control-filter-card,.tv2-control-table-card{border:1px solid var(--azx-border-default);border-radius:8px}.tv2-control-stat-card .ant-card-body{display:grid;gap:6px}.tv2-control-stat-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.tv2-control-stat-card small{color:var(--azx-text-tertiary);font-size:13px}.tv2-control-stat-card strong{color:var(--azx-text-primary);font-size:26px;line-height:1.2}.tv2-control-stat-card em{color:var(--azx-text-tertiary);font-size:12px;font-style:normal}.tv2-control-filter-card .ant-card-body{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tv2-control-table-card .ant-card-head{min-height:48px}.tv2-analytics-page{display:grid;gap:22px}.tv2-analytics-header{display:grid;gap:4px}.tv2-analytics-title{margin:0;color:var(--azx-text-primary);font-size:24px;font-weight:700;letter-spacing:0}.tv2-analytics-subtitle{margin:0;color:var(--azx-text-tertiary);font-size:14px}.tv2-analytics-stats{margin:0}.tv2-analytics-stat-card{border:1px solid var(--azx-border-default);border-radius:8px;box-shadow:none}.tv2-analytics-stat-card .ant-card-body{min-height:112px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:22px 26px}.tv2-analytics-search-input{width:min(100%,320px)}.tv2-analytics-stat-icon{display:none}.tv2-analytics-stat-card small{color:var(--azx-text-tertiary);font-size:13px}.tv2-analytics-stat-card strong{color:var(--azx-text-primary);font-size:24px;line-height:1.2}.tv2-analytics-stat-card-slate .tv2-analytics-stat-value{color:#1f2937}.tv2-analytics-stat-card-blue .tv2-analytics-stat-value{color:#1677ff}.tv2-analytics-stat-card-green .tv2-analytics-stat-value{color:#52c41a}.tv2-analytics-stat-card-orange .tv2-analytics-stat-value{color:#fa8c16}.tv2-analytics-search{border:1px solid var(--azx-border-default);border-radius:8px}.tv2-analytics-search .ant-card-body{max-width:360px}.tv2-analytics-tabs{padding:16px;border:1px solid var(--azx-border-default);border-radius:8px;background:var(--azx-bg-surface)}.tv2-analytics-major-grid{display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));gap:16px}.tv2-analytics-major-card{border-radius:8px;transition:border-color var(--azx-transition),box-shadow var(--azx-transition)}.tv2-analytics-major-card:hover{border-color:var(--azx-color-primary);box-shadow:0 8px 24px #11182714}.tv2-analytics-major-card .ant-card-body{display:grid;gap:14px;min-height:210px;padding:20px 24px 22px}.tv2-analytics-major-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.tv2-analytics-major-title{min-width:0;display:inline-flex;align-items:center;gap:8px}.tv2-analytics-major-icon{flex:0 0 auto;color:#1677ff}.tv2-analytics-major-head strong{min-width:0;overflow:hidden;color:var(--azx-text-primary);font-size:17px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.tv2-analytics-major-head .ant-tag{margin-inline-end:0;border-color:#91caff;color:#1677ff;background:#f0f7ff}.tv2-analytics-major-metrics{display:grid;gap:11px}.tv2-analytics-major-metric{display:grid;grid-template-columns:minmax(92px,1fr) minmax(42px,auto) 86px;align-items:center;gap:10px;color:var(--azx-text-secondary);font-size:13px}.tv2-analytics-major-metric-label{min-width:0;display:inline-flex;align-items:center;gap:5px;color:var(--azx-text-tertiary);white-space:nowrap}.tv2-analytics-major-metric strong{justify-self:end;color:var(--azx-text-primary);font-size:14px;font-weight:800}.tv2-analytics-major-metric .ant-progress{min-width:0}.tv2-analytics-major-metric .ant-progress-bg{height:5px!important}.tv2-analytics-progress-green .ant-progress-bg{background:#52c41a!important}.tv2-analytics-progress-orange .ant-progress-bg{background:#fa8c16!important}.tv2-analytics-progress-red .ant-progress-bg{background:#ff4d4f!important}.tv2-analytics-score.tv2-analytics-progress-green{color:#52c41a}.tv2-analytics-score.tv2-analytics-progress-orange{color:#fa8c16}.tv2-analytics-score.tv2-analytics-progress-red{color:#ff4d4f}@media(max-width:1280px){.tv2-analytics-major-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.tv2-analytics-major-grid{grid-template-columns:1fr}}.tv2-progress-row{display:grid;grid-template-columns:160px minmax(0,1fr);gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--azx-border-default)}.tv2-progress-row:last-child{border-bottom:0}.tv2-rank-row{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid var(--azx-border-default)}.tv2-rank-row:last-child{border-bottom:0}.tv2-rank-row>span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:var(--azx-color-primary-soft);color:var(--azx-color-primary);font-weight:700}.tv2-rank-row strong{color:var(--azx-text-primary)}.tv2-rank-row p{margin:4px 0 0;color:var(--azx-text-tertiary);font-size:12px}.staff-form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--azx-space-4)}.staff-block{margin-top:var(--azx-space-4)}.staff-permission-grid{display:grid;grid-template-columns:120px repeat(6,minmax(64px,1fr));gap:1px;overflow-x:auto;background:var(--azx-border-default);border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md)}.staff-permission-grid>*{min-height:44px;display:grid;place-items:center;background:var(--azx-bg-surface)}.staff-permission-on{color:var(--azx-success);font-weight:800}.staff-permission-off{color:var(--azx-text-tertiary)}.staff-form-grid{display:grid;grid-template-columns:120px minmax(0,1fr);gap:var(--azx-space-3) var(--azx-space-5);margin-top:var(--azx-space-5)}.staff-form-grid span{color:var(--azx-text-secondary)}.staff-brand-setting{display:flex;gap:var(--azx-space-5);align-items:center;padding-bottom:var(--azx-space-5);border-bottom:1px solid var(--azx-border-default)}.staff-brand-preview{width:88px;height:88px;display:grid;place-items:center;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-page);overflow:hidden}.staff-brand-preview img{width:100%;height:100%;object-fit:contain}.staff-brand-preview span{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;color:var(--azx-text-inverse);background:var(--azx-color-primary);font-weight:800}.staff-upload-button{position:relative;display:inline-flex;align-items:center;height:36px;margin-top:var(--azx-space-3);padding:0 var(--azx-space-4);border-radius:var(--azx-radius-sm);color:var(--azx-text-inverse);background:var(--azx-color-primary);cursor:pointer}.staff-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.teacher-status-strip,.teacher-help-banner{display:flex;flex-wrap:wrap;align-items:center;gap:var(--azx-space-3);padding:var(--azx-space-4);border-radius:var(--azx-radius-md);margin-bottom:var(--azx-space-4)}.teacher-status-strip{background:var(--azx-bg-stage);color:var(--azx-text-inverse)}.teacher-help-banner{color:#7a3d00;background:#fff4d6;border:1px solid #ffd88a}.teacher-seat-panel .ant-card-body{padding:var(--azx-space-4)}.teacher-live-action{color:var(--azx-text-secondary);font-size:13px}.teacher-live-status{color:var(--azx-text-secondary);font-weight:700}.teacher-live-status-open{color:#16a34a}.teacher-live-status-error,.teacher-live-status-closed{color:#ef4444}.teacher-seat-grid{display:grid;grid-template-columns:repeat(8,minmax(72px,1fr));gap:var(--azx-space-3)}.teacher-seat{min-height:88px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-surface);text-align:left;padding:0;color:inherit;transition:border-color var(--azx-transition),box-shadow var(--azx-transition),transform var(--azx-transition)}.teacher-seat:hover,.teacher-seat:focus-within{border-color:var(--azx-color-primary);box-shadow:0 4px 12px #4444ff1f;outline:none;transform:translateY(-1px)}.teacher-seat-main{width:100%;min-width:0;display:block;padding:var(--azx-space-3) var(--azx-space-3) 8px;color:inherit;text-align:left;border:0;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.teacher-seat strong,.teacher-seat span,.teacher-seat small{display:block}.teacher-seat span{margin-top:6px;font-weight:700}.teacher-seat small{margin-top:4px;color:var(--azx-text-secondary)}.teacher-seat-actions{display:flex;align-items:center;justify-content:space-between;gap:2px;padding:0 8px 8px}.teacher-seat-actions .ant-btn{min-width:0;padding-inline:4px;font-size:12px}.teacher-seat-normal{border-color:#1cc78d73;background:#f0fff9}.teacher-seat-learning{border-color:#4444ff73;background:#f2f0ff}.teacher-seat-bug{border-color:#fc09;background:#fffbea}.teacher-seat-stuck{border-color:#ff555580;background:#fff0f0}.teacher-seat-help{border-color:#ed86008c;background:#fff6ea}.teacher-seat-offline{opacity:.55;background:var(--azx-gray-50)}:root[data-theme=dark] body{background:var(--azx-bg-page);color:var(--azx-text-primary)}:root[data-theme=dark] .main,:root[data-theme=dark] .page,:root[data-theme=dark] .av2-page,:root[data-theme=dark] .admin-prototype-main,:root[data-theme=dark] .staff-main,:root[data-theme=dark] .researcher-main,:root[data-theme=dark] .student-main,:root[data-theme=dark] .staff-content-shell,:root[data-theme=dark] .researcher-content-shell,:root[data-theme=dark] .student-shell{background:var(--azx-bg-page);color:var(--azx-text-primary)}:root[data-theme=dark] .admin-prototype-topbar,:root[data-theme=dark] .staff-topnav,:root[data-theme=dark] .researcher-topnav,:root[data-theme=dark] .student-topnav,:root[data-theme=dark] .topbar{background:var(--azx-bg-surface);border-bottom-color:var(--azx-border-default);color:var(--azx-text-primary)}:root[data-theme=dark] .admin-prototype-topbar strong,:root[data-theme=dark] .researcher-topbar-title,:root[data-theme=dark] .topbar-title,:root[data-theme=dark] .staff-sidebar-brand-name,:root[data-theme=dark] .section-title,:root[data-theme=dark] .av2-card .ant-card-head-title,:root[data-theme=dark] .admin-system-prototype-card>.ant-card-head,:root[data-theme=dark] h1,:root[data-theme=dark] h2,:root[data-theme=dark] h3,:root[data-theme=dark] h4{color:var(--azx-text-primary)}:root[data-theme=dark] .topbar-breadcrumb,:root[data-theme=dark] .section-subtitle,:root[data-theme=dark] .muted-text,:root[data-theme=dark] .staff-sidebar-brand-text,:root[data-theme=dark] .sidebar-subtitle{color:var(--azx-text-secondary)}:root[data-theme=dark] .admin-prototype-sidebar,:root[data-theme=dark] .staff-sidebar,:root[data-theme=dark] .researcher-sidebar,:root[data-theme=dark] .sidebar{background:#111722;border-color:var(--azx-border-default);color:var(--azx-text-primary)}:root[data-theme=dark] .admin-prototype-nav-item,:root[data-theme=dark] .admin-prototype-nav-title,:root[data-theme=dark] .staff-sidebar-link,:root[data-theme=dark] .staff-sidebar-group-title,:root[data-theme=dark] .researcher-sidebar-link,:root[data-theme=dark] .nav-item,:root[data-theme=dark] .staff-sidebar-home,:root[data-theme=dark] .admin-prototype-back{color:var(--azx-text-secondary)}:root[data-theme=dark] .admin-prototype-nav-item:hover,:root[data-theme=dark] .admin-prototype-nav-title:hover,:root[data-theme=dark] .staff-sidebar-link:hover,:root[data-theme=dark] .researcher-sidebar-link:hover,:root[data-theme=dark] .nav-item:hover,:root[data-theme=dark] .admin-prototype-back:hover,:root[data-theme=dark] .staff-sidebar-home:hover{background:#7c6dff1f;color:var(--azx-text-primary)}:root[data-theme=dark] .admin-prototype-nav-item.active,:root[data-theme=dark] .staff-sidebar-link-active,:root[data-theme=dark] .researcher-sidebar-link-active,:root[data-theme=dark] .nav-item.active{background:#7c6dff33;color:#bfb8ff}:root[data-theme=dark] .ant-card,:root[data-theme=dark] .av2-card,:root[data-theme=dark] .admin-wide-card,:root[data-theme=dark] .admin-system-prototype-card,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .tenant-card,:root[data-theme=dark] .staff-list-card,:root[data-theme=dark] .staff-course-card-button,:root[data-theme=dark] .teacher-prototype-stat-card,:root[data-theme=dark] .tv2-stat-card,:root[data-theme=dark] .tv2-courses-card,:root[data-theme=dark] .tv2-resources-course-card-item,:root[data-theme=dark] .student-classroom-card,:root[data-theme=dark] .student-profile-entry-card,:root[data-theme=dark] .student-wallet-ledger-item{background:var(--azx-bg-surface);border-color:var(--azx-border-default);color:var(--azx-text-primary);box-shadow:var(--azx-shadow-sm)}:root[data-theme=dark] .ant-card .ant-card-head,:root[data-theme=dark] .admin-system-prototype-card>.ant-card-head,:root[data-theme=dark] .admin-system-prototype-card>.ant-card-body{background:var(--azx-bg-surface);border-color:var(--azx-border-default)}:root[data-theme=dark] .ant-table-wrapper .ant-table,:root[data-theme=dark] .ant-table,:root[data-theme=dark] .ant-table-container,:root[data-theme=dark] .ant-table-content,:root[data-theme=dark] .ant-table-body{background:var(--azx-bg-surface);color:var(--azx-text-primary)}:root[data-theme=dark] .ant-table-wrapper .ant-table-thead>tr>th,:root[data-theme=dark] .admin-system-prototype-card .ant-table-thead>tr>th,:root[data-theme=dark] .admin-wide-card .ant-table-thead .ant-table-cell-fix-right,:root[data-theme=dark] .admin-wide-card .ant-table-thead .ant-table-cell-fix-left,:root[data-theme=dark] .admin-system-prototype-card .ant-table-thead .ant-table-cell-fix-right,:root[data-theme=dark] .admin-system-prototype-card .ant-table-thead .ant-table-cell-fix-left{background:#202635!important;color:var(--azx-text-secondary);border-color:var(--azx-border-default)}:root[data-theme=dark] .ant-table-wrapper .ant-table-tbody>tr>td,:root[data-theme=dark] .admin-system-prototype-card .ant-table-tbody>tr>td{background:var(--azx-bg-surface);color:var(--azx-text-primary);border-color:var(--azx-border-default)}:root[data-theme=dark] .ant-table-tbody>tr.ant-table-row:hover>td,:root[data-theme=dark] .ant-table-tbody>tr>td.ant-table-cell-row-hover{background:#1d2431!important}:root[data-theme=dark] .ant-table-cell-fix-left,:root[data-theme=dark] .ant-table-cell-fix-right,:root[data-theme=dark] .admin-wide-card .ant-table-cell-fix-right,:root[data-theme=dark] .admin-wide-card .ant-table-cell-fix-left,:root[data-theme=dark] .admin-system-prototype-card .ant-table-cell-fix-right,:root[data-theme=dark] .admin-system-prototype-card .ant-table-cell-fix-left{background:var(--azx-bg-surface)!important}:root[data-theme=dark] .ant-input,:root[data-theme=dark] .ant-input-affix-wrapper,:root[data-theme=dark] .ant-select-selector,:root[data-theme=dark] .ant-picker,:root[data-theme=dark] .ant-input-number,:root[data-theme=dark] .ant-modal-content,:root[data-theme=dark] .ant-drawer-content,:root[data-theme=dark] .ant-dropdown-menu,:root[data-theme=dark] .ant-popover-inner{background:var(--azx-bg-elevated)!important;border-color:var(--azx-border-default)!important;color:var(--azx-text-primary)!important}:root[data-theme=dark] .ant-input::placeholder,:root[data-theme=dark] .ant-select-selection-placeholder{color:var(--azx-text-tertiary)!important}:root[data-theme=dark] .admin-prototype-menu-button,:root[data-theme=dark] .admin-prototype-icon-button,:root[data-theme=dark] .staff-icon-button,:root[data-theme=dark] .notification-btn,:root[data-theme=dark] .ghost-button,:root[data-theme=dark] .topbar-user-pill,:root[data-theme=dark] .staff-avatar-pill,:root[data-theme=dark] .admin-prototype-user{background:transparent;color:var(--azx-text-primary);border-color:var(--azx-border-default)}:root[data-theme=dark] .admin-prototype-menu-button:hover,:root[data-theme=dark] .admin-prototype-icon-button:hover,:root[data-theme=dark] .staff-icon-button:hover,:root[data-theme=dark] .notification-btn:hover,:root[data-theme=dark] .ghost-button:hover,:root[data-theme=dark] .topbar-user-pill:hover,:root[data-theme=dark] .staff-avatar-pill:hover,:root[data-theme=dark] .admin-prototype-user:hover{background:var(--azx-bg-elevated)}:root[data-theme=dark] .admin-prototype-theme-switch,:root[data-theme=dark] .staff-theme-switch,.admin-prototype-theme-switch.theme-switch-dark,.staff-theme-switch.theme-switch-dark{background:#293142;color:#bfb8ff}:root[data-theme=dark] .admin-prototype-theme-switch span,:root[data-theme=dark] .staff-theme-switch span,.admin-prototype-theme-switch.theme-switch-dark span,.staff-theme-switch.theme-switch-dark span{transform:translate(22px);background:#f8fafc}.teacher-side-stack{display:grid;gap:var(--azx-space-4)}.student-practicum-page,.student-help-docs-page{width:min(100%,var(--student-page-max, 1860px));margin:0 auto;padding:32px var(--student-page-gutter, 28px) 48px}.student-practicum-hero,.student-help-docs-hero{min-height:220px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:42px 48px;border-radius:18px;border:1px solid rgba(100,76,255,.16);background:linear-gradient(120deg,#edf2ff,#f7fffb);box-shadow:var(--azx-shadow-sm)}.student-practicum-kicker,.student-help-docs-hero span{color:var(--azx-color-primary);font-weight:800}.student-practicum-hero h1,.student-help-docs-hero h1{margin:10px 0;color:var(--azx-text-primary);font-size:42px;line-height:1.18}.student-practicum-hero p,.student-help-docs-hero p{margin:0;max-width:660px;color:var(--azx-text-secondary);font-size:16px}.student-help-docs-hero em{flex:0 0 auto;align-self:flex-end;color:var(--azx-text-tertiary);font-size:13px;font-style:normal}.student-practicum-classroom-card{width:100%;min-height:86px;display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:16px;margin-top:22px;padding:18px 22px;border:1px solid rgba(100,76,255,.18);border-radius:18px;background:#fff;color:var(--azx-text-primary);text-align:left;cursor:pointer;box-shadow:var(--azx-shadow-sm)}.student-practicum-classroom-card>span{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#644cff1a;font-size:26px}.student-practicum-classroom-card div{min-width:0;display:grid;gap:6px}.student-practicum-classroom-card strong{color:var(--azx-text-primary);font-size:20px;font-weight:900}.student-practicum-classroom-card small{color:var(--azx-text-secondary);font-size:14px}.student-practicum-classroom-card em{color:var(--azx-color-primary);font-style:normal;font-weight:800;white-space:nowrap}.student-practicum-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px;margin-top:24px}.student-practicum-card{min-height:336px;border-radius:12px;border:1px solid var(--azx-border-default);box-shadow:var(--azx-shadow-sm)}.student-practicum-card .ant-card-body{min-height:336px;display:flex;flex-direction:column;gap:14px}.student-practicum-card-head,.student-practicum-meta,.student-practicum-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.student-practicum-card-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-practicum-card h2{margin:0;color:var(--azx-text-primary);font-size:20px}.student-practicum-card p{min-height:68px;margin:0;color:var(--azx-text-secondary);line-height:1.7}.student-practicum-meta{justify-content:flex-start;flex-wrap:wrap;color:var(--azx-text-secondary);font-size:13px}.student-practicum-tags{display:flex;flex-wrap:wrap;gap:6px}.student-practicum-primary-action{margin-top:auto}.student-help-docs-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;margin-top:28px}.student-help-docs-sidebar{position:sticky;top:88px;align-self:start;display:grid;gap:8px;padding:16px;border:1px solid var(--azx-border-default);border-radius:10px;background:var(--azx-bg-surface)}.student-help-docs-sidebar a{padding:10px 12px;border-radius:8px;color:var(--azx-text-secondary);text-decoration:none;font-weight:700}.student-help-docs-sidebar a:hover{color:var(--azx-color-primary);background:var(--azx-color-primary-soft)}.student-help-docs-content{display:grid;gap:18px}.student-help-docs-card{border-radius:10px}.student-help-docs-card .ant-card-head-title span{display:inline-flex;align-items:center;gap:8px}.student-practicum-session-page{width:min(100%,var(--student-page-max, 1860px));margin:0 auto;padding:32px var(--student-page-gutter, 28px) 48px}.student-practicum-session-top{min-height:168px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto);align-items:center;gap:24px;padding:30px 36px;margin-bottom:16px;border:1px solid rgba(100,76,255,.16);border-radius:16px;background:linear-gradient(120deg,#edf2ff,#f7fffb);box-shadow:var(--azx-shadow-sm)}.student-practicum-session-top span{color:var(--azx-color-primary);font-weight:800}.student-practicum-session-top h1{margin:8px 0;color:var(--azx-text-primary);font-size:32px;line-height:1.2}.student-practicum-session-top p{margin:0;max-width:720px;color:var(--azx-text-secondary);font-size:15px;line-height:1.8}.student-practicum-session-actions{justify-content:flex-end}.student-practicum-session-chat{display:grid;gap:12px;margin-bottom:18px;padding:18px;border:1px solid var(--azx-border-default);border-radius:14px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-practicum-chat-message{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:start}.student-practicum-chat-message>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--azx-color-primary);font-size:13px;font-weight:800;background:var(--azx-color-primary-soft)}.student-practicum-chat-message-primary>span{color:#fff;background:var(--azx-color-primary)}.student-practicum-chat-message div{min-width:0;padding:12px 14px;border-radius:12px;background:var(--azx-bg-muted)}.student-practicum-chat-message strong{display:block;color:var(--azx-text-primary);font-size:14px}.student-practicum-chat-message p{margin:6px 0 0;color:var(--azx-text-secondary);line-height:1.7}.student-practicum-session-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:18px 0}.student-practicum-session-summary div{min-height:116px;display:grid;align-content:center;gap:8px;padding:20px 22px;border:1px solid var(--azx-border-default);border-radius:14px;background:#fff;box-shadow:var(--azx-shadow-sm)}.student-practicum-session-summary svg{color:var(--azx-color-primary)}.student-practicum-session-summary span{color:var(--azx-text-secondary);font-size:13px}.student-practicum-session-summary strong{color:var(--azx-text-primary);font-size:28px;line-height:1.1}.student-practicum-session-card{border-radius:12px;box-shadow:var(--azx-shadow-sm)}.student-practicum-session-card .ant-card-body{min-width:0}.student-practicum-stage-list{display:grid;gap:10px;margin-bottom:18px}.student-practicum-stage{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--azx-border-default);border-radius:10px;color:var(--azx-text-secondary);background:var(--azx-bg-muted)}.student-practicum-stage span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#fff;font-size:12px}.student-practicum-stage.active{color:var(--azx-color-primary);border-color:#644cff47;background:var(--azx-color-primary-soft)}.student-practicum-stage-advance{height:40px;margin-top:12px;border-radius:10px;font-weight:800;box-shadow:0 8px 18px #644cff2e}.student-practicum-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.student-practicum-overview div{min-height:108px;display:grid;align-content:center;gap:8px;padding:18px;border:1px solid var(--azx-border-default);border-radius:10px;background:var(--azx-bg-muted)}.student-practicum-overview svg{color:var(--azx-color-primary)}.student-practicum-overview span{color:var(--azx-text-secondary)}.student-practicum-task-board{display:grid;gap:16px}.student-practicum-task-index{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:var(--azx-text-secondary);background:var(--azx-bg-muted)}.student-practicum-task-index.active{color:#fff;background:var(--azx-color-primary)}.student-practicum-related-projects{display:grid;gap:10px;padding:14px 16px;border:1px solid var(--azx-border-default);border-radius:12px;background:var(--azx-bg-muted)}.student-practicum-submit-form{max-width:980px}.student-practicum-submit-panel{display:grid;gap:18px}.student-practicum-submit-note{display:grid;gap:8px;padding:16px 18px;border:1px solid rgba(100,76,255,.18);border-radius:12px;background:var(--azx-color-primary-soft)}.student-practicum-submit-note strong{color:var(--azx-color-primary);font-size:16px}.student-practicum-submit-note span{color:var(--azx-text-secondary);line-height:1.7}@media(max-width:1024px){.student-practicum-session-top{grid-template-columns:1fr;align-items:start;padding:28px}.student-practicum-session-actions{justify-content:flex-start}.student-practicum-session-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.student-practicum-session-page{padding:20px 16px 32px}.student-practicum-session-top h1{font-size:26px}.student-practicum-session-summary,.student-practicum-overview{grid-template-columns:1fr}}.teacher-prep-main{display:grid;gap:var(--azx-space-4)}.teacher-bug-card,.staff-risk-profile{display:flex;justify-content:space-between;gap:var(--azx-space-4);padding:var(--azx-space-4) 0;border-bottom:1px solid var(--azx-border-default)}.teacher-bug-card:last-child,.staff-risk-profile:last-child{border-bottom:0}.teacher-bug-card p,.staff-risk-profile p{margin:6px 0 0;color:var(--azx-text-secondary)}.staff-score-cell{display:inline-grid;min-width:36px;height:28px;place-items:center;border-radius:var(--azx-radius-sm);color:var(--azx-color-primary);background:var(--azx-color-primary-soft);font-weight:800}.staff-score-cell.success{color:#087a53;background:#dffbf0}.staff-score-cell.warning{color:#8a5a00;background:#fff4d6}.staff-score-cell.danger{color:#b42318;background:#ffe6e6}.teacher-kpi-hero{display:flex;align-items:center;gap:var(--azx-space-5);margin-bottom:var(--azx-space-4);padding:var(--azx-space-6);border-radius:var(--azx-radius-md);color:var(--azx-text-inverse);background:var(--azx-gradient-course)}.teacher-kpi-avatar{width:64px;height:64px;font-size:26px;background:#ffffff3d}.teacher-kpi-hero h3{margin:0 0 6px;font-size:24px}.teacher-kpi-hero p{margin:0;color:#ffffffd1}.teacher-kpi-score{margin-left:auto;font-size:42px;font-weight:900}.teacher-kpi-score span{display:block;font-size:var(--azx-font-size-sm);font-weight:600;color:#ffffffd1}.builtin-role-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--azx-space-3);margin-bottom:var(--azx-space-4)}.builtin-role-card{padding:var(--azx-space-4);border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-md);background:var(--azx-bg-page)}.builtin-role-card strong,.builtin-role-card span{display:block}.builtin-role-card span{margin-top:4px;color:var(--azx-color-primary);font-size:var(--azx-font-size-sm);font-weight:800}.builtin-role-card p{margin:var(--azx-space-2) 0 0;color:var(--azx-text-secondary)}.admin-report-trend{display:grid;gap:10px}.admin-report-trend-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-sm);background:var(--azx-bg-page)}.prototype-modal-form .ant-modal-content{overflow:hidden;border-radius:var(--azx-radius-lg);box-shadow:0 24px 80px #0f172a2e}.prototype-modal-form .ant-modal-header{margin:0;padding:18px 22px 12px;border-bottom:1px solid var(--azx-border-subtle)}.prototype-modal-form .ant-modal-title{color:var(--azx-text-primary);font-size:16px;font-weight:800}.prototype-modal-form .ant-modal-body{padding:22px}.prototype-modal-form .ant-modal-footer{margin:0;padding:12px 22px 18px;border-top:1px solid var(--azx-border-subtle)}.prototype-modal-form .ant-form-item{margin-bottom:16px}.prototype-modal-form .ant-input,.prototype-modal-form .ant-input-number,.prototype-modal-form .ant-select-selector,.prototype-modal-form .ant-picker,.prototype-drawer .ant-input,.prototype-drawer .ant-select-selector{border-radius:var(--azx-radius-md)}.prototype-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.prototype-form-grid-full{grid-column:1 / -1}.prototype-drawer .ant-drawer-header{padding:18px 24px;border-bottom:1px solid var(--azx-border-subtle)}.prototype-drawer .ant-drawer-title{font-size:16px;font-weight:800}.prototype-drawer .ant-drawer-body{padding:22px 24px;background:var(--azx-bg-page)}@media(max-width:900px){.app-shell,.login-page,.two-column,.form-grid{grid-template-columns:1fr}.sidebar{min-height:auto}.topbar{padding:0 var(--azx-space-4)}.page{padding:var(--azx-space-4)}.login-page{padding:var(--azx-space-6);align-content:center}.login-visual h1{font-size:40px}.staff-dashboard{grid-template-columns:1fr}.tv2-dashboard-hero{grid-template-columns:1fr;padding:18px}.tv2-dashboard-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-topnav{grid-template-columns:1fr auto auto;padding:0 var(--azx-space-4)}.staff-topnav-links{display:none}.staff-mobile-menu-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:6px;color:#374151;background:transparent}.staff-mobile-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--azx-space-2);padding:var(--azx-space-3) var(--azx-space-4);border-bottom:1px solid var(--azx-border-default);background:var(--azx-bg-surface)}.staff-mobile-nav-link{min-height:40px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-sm);background:var(--azx-bg-page);color:var(--azx-text-secondary);font-weight:700}.staff-mobile-nav-link-active{color:var(--azx-color-primary);border-color:#644cff52;background:var(--azx-color-primary-soft)}.staff-shell:not(.staff-shell-sidebar) .staff-workspace{width:calc(100vw - 24px);margin:12px auto;min-height:auto}.staff-shell-sidebar .staff-workspace{width:100%;margin:0}.rv2-course-header-right{align-items:flex-start}.rv2-header-actions{justify-content:flex-start}.rv2-course-header-card .ant-card-body{padding:18px}.staff-form-grid-2{grid-template-columns:1fr}.tv2-sys-title{font-size:20px}.tv2-sys-filter{align-items:flex-start;flex-direction:column}.tv2-sys-search-input,.tv2-sys-search-wide,.tv2-sys-select{width:100%}.tv2-ac-header{flex-direction:column}.tv2-progress-row{grid-template-columns:minmax(0,1fr)}}@media(min-width:901px)and (max-width:1280px){.staff-shell-sidebar{grid-template-columns:220px minmax(0,1fr)}.staff-sidebar-brand{padding:0 22px;font-size:17px}.staff-sidebar-group-title{padding:0 20px}.staff-sidebar-link{padding-left:42px;font-size:14px}.staff-topnav{grid-template-columns:minmax(180px,1fr) auto auto;padding:0 var(--azx-space-5)}.staff-topnav-links{display:none}.staff-mobile-menu-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:6px;color:#374151;background:transparent}.staff-mobile-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--azx-space-2);padding:var(--azx-space-3) var(--azx-space-5);border-bottom:1px solid var(--azx-border-default);background:var(--azx-bg-surface)}.staff-mobile-nav-link{min-height:40px;border:1px solid var(--azx-border-default);border-radius:var(--azx-radius-sm);background:var(--azx-bg-page);color:var(--azx-text-secondary);font-weight:700}.staff-mobile-nav-link-active{color:var(--azx-color-primary);border-color:#644cff52;background:var(--azx-color-primary-soft)}}@media(max-width:720px){.staff-shell-sidebar{display:block}.staff-sidebar{position:static;height:auto;grid-template-rows:auto}.staff-sidebar-nav,.staff-sidebar-home{display:none}.staff-sidebar-brand{min-height:56px}.staff-shell-sidebar .staff-topnav{grid-template-columns:minmax(0,1fr) auto;padding:0 16px}.prototype-form-grid{grid-template-columns:minmax(0,1fr)}}
