:root{--primary:#0b57d0;--primary-dark:#0045b5;--primary-light:#c2e7ff;--primary-tint:#e8f0fe;--success:#137333;--success-bg:#e6f4ea;--warning:#b06000;--warning-bg:#fef7e0;--danger:#c5221f;--danger-bg:#fce8e6;--bg:#f8f9fa;--sidebar-bg:#fff;--sidebar-text:#444746;--sidebar-active:#001d35;--card-bg:#fff;--text-primary:#1f1f1f;--text-muted:#5f6368;--border:#dbdbdb;--border-light:#f1f3f4;--radius:8px;--radius-lg:16px;--radius-xl:28px;--radius-pill:100px;--shadow-sm:0 1px 2px 0 #3c40434d, 0 1px 3px 1px #3c404326;--shadow-md:0 1px 3px 0 #3c40434d, 0 4px 8px 3px #3c404326;--transition:.2s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Google Sans,Product Sans,Inter,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#dadce0;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#bdc1c6}.admin-layout{flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{background:var(--card-bg);border-bottom:1px solid var(--border-light);z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex}.header-left{align-items:center;gap:16px;display:flex}.sidebar-toggle{cursor:pointer;color:var(--text-muted);width:40px;height:40px;transition:background var(--transition);border-radius:50%;place-items:center;font-size:20px;display:grid}.sidebar-toggle:hover{background:var(--border-light)}.logo-brand{align-items:center;text-decoration:none;display:flex}.logo-icon-google{background:conic-gradient(#ea4335 0deg 90deg,#4285f4 90deg 180deg,#34a853 180deg 270deg,#fbbc05 270deg 360deg);border-radius:50%;width:24px;height:24px;margin-right:10px;display:inline-flex;position:relative;-webkit-mask:radial-gradient(circle,#0000 40%,#000 41%);mask:radial-gradient(circle,#0000 40%,#000 41%)}.logo-text-bold{color:#1f1f1f;letter-spacing:-.5px;font-size:22px;font-weight:500}.logo-text-light{color:#5f6368;letter-spacing:-.5px;margin-left:2px;font-size:22px;font-weight:400}.logo-sub-text{color:var(--text-muted);border-left:1px solid var(--border);margin-left:8px;padding-left:8px;font-size:14px}.header-right{align-items:center;gap:14px;display:flex}.user-avatar{background:var(--primary);color:#fff;cursor:pointer;border-radius:50%;place-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:grid;box-shadow:0 1px 2px #3c40434d}.layout-body{flex:1;display:flex;overflow:hidden}.sidebar{background:var(--sidebar-bg);width:256px;min-width:256px;transition:width var(--transition), min-width var(--transition);z-index:90;border-right:none;flex-direction:column;padding-top:8px;display:flex;overflow:hidden}.sidebar.collapsed{width:72px;min-width:72px}.sidebar-nav{flex:1;padding:8px 0;overflow-y:auto}.nav-group-title{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;white-space:nowrap;padding:16px 24px 6px;font-size:11px;font-weight:600;overflow:hidden}.nav-item{cursor:pointer;border-radius:var(--radius-pill);color:var(--sidebar-text);transition:all var(--transition);white-space:nowrap;align-items:center;gap:12px;margin:4px 12px;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative;overflow:hidden}.sidebar.collapsed .nav-item{justify-content:center;margin:4px 8px;padding:12px 0}.nav-item:hover{color:var(--text-primary);background:var(--border-light)}.nav-item.active{color:var(--sidebar-active);background:var(--primary-light);font-weight:600}.nav-item .nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.nav-item .nav-icon svg{width:100%;height:100%}.nav-item .nav-label{flex:1}.sidebar-footer{border-top:1px solid var(--border-light);flex-shrink:0;padding:12px 0}.page-content{background:var(--bg);flex:1;padding:32px;overflow-y:auto}.page-header-title{margin-bottom:24px}.page-header-title h1{color:var(--text-primary);font-family:Google Sans,Product Sans,Inter,sans-serif;font-size:28px;font-weight:400}.stat-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-bottom:24px;display:grid}.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow var(--transition), border-color var(--transition);align-items:center;gap:20px;padding:24px;display:flex}.stat-card:hover{border-color:#c7c7c7;box-shadow:0 1px 3px #3c40434d}.stat-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.stat-icon svg{width:24px;height:24px}.quick-icon{width:24px;height:24px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.quick-icon svg{width:100%;height:100%}.title-icon{width:20px;height:20px;color:var(--text-muted);vertical-align:middle;margin-right:8px}.stat-card .stat-info h3{color:var(--text-primary);font-family:Google Sans,sans-serif;font-size:32px;font-weight:400;line-height:1.1}.stat-card .stat-info p{color:var(--text-muted);margin-top:4px;font-size:13px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:24px;overflow:hidden}.card-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.card-header h2{color:var(--text-primary);flex:1;font-size:18px;font-weight:500}.card-body{padding:24px}.login-page{background:radial-gradient(circle at 16% 18%,#c2e7ffb8 0,#c2e7ff00 28%),radial-gradient(circle at 84% 82%,#e6f4eac7 0,#e6f4ea00 30%),linear-gradient(135deg,#f8fbff 0%,#eef4fb 54%,#f7f9fc 100%);place-items:center;min-height:100vh;padding:32px;display:grid;position:relative;overflow:hidden}.login-bg-grid{opacity:.38;pointer-events:none;background-image:linear-gradient(#5f636814 1px,#0000 1px),linear-gradient(90deg,#5f636814 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 72%);mask-image:radial-gradient(circle,#000 0%,#0000 72%)}.login-bg-orb{filter:blur(2px);opacity:.72;pointer-events:none;border-radius:999px;position:absolute}.login-bg-orb.orb-blue{background:linear-gradient(135deg,#4285f42e,#0b57d014);width:220px;height:220px;top:calc(50% - 310px);left:max(32px,50% - 520px)}.login-bg-orb.orb-green{background:linear-gradient(135deg,#1373331f,#fbbc051a);width:260px;height:260px;bottom:calc(50% - 340px);right:max(24px,50% - 560px)}.login-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:1;background:#ffffffe6;border:1px solid #dadce0eb;width:min(460px,100%);padding:46px 40px 40px;position:relative;box-shadow:0 24px 60px #3c404329,0 2px 8px #3c404314}.login-logo{text-align:center;margin-bottom:30px}.login-logo .icon{margin-bottom:12px;font-size:32px}.login-logo h1{color:var(--text-primary);font-size:24px;font-weight:500}.login-logo p{color:var(--text-muted);margin-top:10px;font-size:14px}.login-form .form-group{margin-bottom:18px}.login-form label{color:var(--text-primary);margin-bottom:9px;font-size:13px;font-weight:500;display:block}.login-form .input-wrap{position:relative}.login-form .input-wrap .icon{color:var(--text-muted);pointer-events:none;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.login-form .input-wrap .icon svg{width:100%;height:100%}.login-form input{width:100%;height:48px;color:var(--text-primary);transition:border-color var(--transition), box-shadow var(--transition), background var(--transition);background:#fffffff5;border:1px solid #dadce0;border-radius:14px;outline:none;padding:0 16px 0 46px;font-size:14px}.login-form input::placeholder{color:#9aa0a6}.login-form input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #0b57d024}.login-btn{background:linear-gradient(135deg, var(--primary) 0%, #1a73e8 100%);border-radius:var(--radius-pill);color:#fff;cursor:pointer;width:100%;min-height:48px;transition:transform var(--transition), box-shadow var(--transition), background var(--transition);border:none;margin-top:10px;padding:13px 18px;font-size:15px;font-weight:600;box-shadow:0 8px 20px #0b57d033}.login-btn:hover:not(:disabled){background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);transform:translateY(-1px);box-shadow:0 10px 24px #0b57d042}.login-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.login-error{background:var(--danger-bg);color:var(--danger);border:1px solid #c5221f33;border-radius:14px;margin-bottom:20px;padding:12px 16px;font-size:13px}@media (width<=560px){.login-page{place-items:center stretch;padding:18px}.login-card{border-radius:24px;padding:34px 22px 28px}}.el-table{font-size:13px;color:var(--text-primary)!important}.el-table th{height:48px;background:var(--bg)!important;color:var(--text-muted)!important;border-bottom:1px solid var(--border-light)!important;font-weight:600!important}.el-table td{height:52px;border-bottom:1px solid var(--border-light)!important}.el-pagination{justify-content:flex-end!important;padding:20px 24px!important}.el-button{border-radius:var(--radius-pill)!important;height:auto!important;transition:all var(--transition)!important;padding:8px 18px!important;font-weight:500!important}.el-button--primary{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.el-button--primary:hover{background:var(--primary-dark)!important;border-color:var(--primary-dark)!important;box-shadow:0 1px 2px #3c40434d!important}.el-button--default{color:var(--text-primary)!important;border-color:#747775!important}.el-button--default:hover{background:var(--primary-tint)!important;color:var(--primary)!important;border-color:var(--primary)!important}.el-dialog{border-radius:var(--radius-xl)!important;box-shadow:var(--shadow-md)!important;padding:24px!important}.el-dialog__header{border-bottom:1px solid var(--border-light)!important;margin-right:0!important;padding-bottom:16px!important}.el-dialog__title{color:var(--text-primary)!important;font-size:20px!important;font-weight:400!important}.el-dialog__body{padding:24px 0!important}.el-dialog__footer{border-top:1px solid var(--border-light)!important;padding-top:16px!important}.el-input__wrapper,.el-select .el-input__wrapper{box-shadow:0 0 0 1px var(--border) inset!important;transition:box-shadow var(--transition)!important;border-radius:8px!important;padding:8px 12px!important}.el-input__wrapper:hover,.el-select .el-input__wrapper:hover{box-shadow:inset 0 0 0 1px #747775!important}.el-input__wrapper.is-focus,.el-select .el-input__wrapper.is-focus{box-shadow:0 0 0 2px var(--primary) inset!important}.fade-enter-active,.fade-leave-active{transition:opacity .15s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active{transition:all .25s cubic-bezier(.4,0,.2,1)}.slide-up-enter-from{opacity:0;transform:translateY(12px)}.student-login-page{background:radial-gradient(circle at 20% 15%,#2d8a6d38,#0000 30%),radial-gradient(circle at 80% 20%,#edb55d42,#0000 32%),linear-gradient(135deg,#edf5ef 0%,#f7f0e4 58%,#eef4f8 100%);place-items:center;min-height:100vh;padding:40px 18px;display:grid}.student-login-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid #ffffffc2;border-radius:36px;width:min(560px,100%);padding:50px 56px 46px;box-shadow:0 26px 72px #21443829}.student-login-card.qr-mode{width:min(620px,100%)}.brand-mark,.student-brand-dot{color:#fff;background:#215c4a;border-radius:16px;place-items:center;width:48px;height:48px;font-weight:900;display:inline-grid;box-shadow:0 12px 24px #215c4a40}.eyebrow{color:#2f7a61;letter-spacing:.12em;text-transform:uppercase;margin:16px 0 8px;font-weight:800}.student-login-card h1,.student-hero-card h1,.student-panel h2,.practice-header h1{color:#17251f;letter-spacing:-.04em;margin:0}.student-login-card h1{font-size:44px;line-height:1.08}.intro{color:#61716a;font-size:16px;line-height:1.85}.student-login-form{gap:16px;margin-top:30px;display:grid}.student-login-mode-switch{background:#eef5ef;border:1px solid #d9e8dd;border-radius:999px;grid-template-columns:1fr 1fr;gap:8px;margin-top:24px;padding:6px;display:grid}.student-login-mode-switch button{color:#52645a;cursor:pointer;background:0 0;border:0;border-radius:999px;height:44px;font-size:15px;font-weight:900;transition:background .16s,color .16s,box-shadow .16s}.student-login-mode-switch button.active{color:#fff;background:#166534;box-shadow:0 8px 18px #1665342e}.student-qr-login{justify-items:center;gap:18px;margin-top:32px;display:grid}.student-qr-box{background:#fff;border:1px solid #dfe9df;border-radius:30px;place-items:center;width:238px;height:238px;padding:18px;display:grid;position:relative;box-shadow:0 18px 42px #14532d1f}.student-qr-box img{object-fit:contain;width:202px;height:202px}.qr-corner{border-color:#166534;width:24px;height:24px;position:absolute}.qr-corner.top-left{border-top:4px solid;border-left:4px solid;border-radius:8px 0 0;top:12px;left:12px}.qr-corner.top-right{border-top:4px solid;border-right:4px solid;border-radius:0 8px 0 0;top:12px;right:12px}.qr-corner.bottom-left{border-bottom:4px solid;border-left:4px solid;border-radius:0 0 0 8px;bottom:12px;left:12px}.qr-corner.bottom-right{border-bottom:4px solid;border-right:4px solid;border-radius:0 0 8px;bottom:12px;right:12px}.qr-expired{text-align:center;color:#64746b;gap:8px;display:grid}.qr-expired strong{color:#173326;font-size:18px}.student-qr-status{text-align:center;gap:6px;display:grid}.student-qr-status strong{color:#173326;font-size:19px}.student-qr-status span{color:#78877f;font-size:14px}.student-qr-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.login-switch-button{justify-self:center;margin-top:-4px}.student-login-field{gap:8px;display:grid}.student-login-field label{color:#26352e;font-size:15px;font-weight:900}.student-login-field label span{color:#8a968f;margin-left:6px;font-weight:700}.student-login-field .el-input{width:100%}.student-login-field .el-input__wrapper{background:#ffffffeb;border-radius:16px;min-height:52px;padding:0 18px;transition:box-shadow .18s,background .18s;box-shadow:inset 0 0 0 1px #d8dedb!important}.student-login-field .el-input__wrapper:hover{box-shadow:inset 0 0 0 1px #8fb4a2!important}.student-login-field .el-input__wrapper.is-focus{background:#fff;box-shadow:inset 0 0 0 2px #166534,0 0 0 4px #1665341f!important}.student-login-field .el-input__inner{color:#14241c;font-size:16px;font-weight:700}.student-login-field .el-input__inner::placeholder{color:#a0aaa4;font-weight:500}.login-button{width:100%;min-height:52px;margin-top:8px;border-radius:999px!important;font-size:17px!important;font-weight:900!important}.login-note{color:#728078;background:#f2f7f4;border-radius:16px;margin-top:20px;padding:14px 16px;font-size:13px;line-height:1.7}.student-login-page .el-button,.student-shell .el-button,.student-practice .el-button{--el-button-text-color:#fff!important;--el-button-bg-color:#166534!important;--el-button-border-color:#14532d!important;--el-button-hover-text-color:#fff!important;--el-button-hover-bg-color:#14532d!important;--el-button-hover-border-color:#052e16!important;--el-button-active-text-color:#fff!important;--el-button-active-bg-color:#14532d!important;--el-button-active-border-color:#052e16!important}.student-login-page .el-button>span,.student-shell .el-button>span,.student-practice .el-button>span,.student-login-page .el-button span,.student-shell .el-button span,.student-practice .el-button span{color:#fff!important;opacity:1!important}.student-login-page .el-button.is-disabled,.student-shell .el-button.is-disabled,.student-practice .el-button.is-disabled,.student-login-page .el-button.is-disabled>span,.student-shell .el-button.is-disabled>span,.student-practice .el-button.is-disabled>span{color:#94a3b8!important}.student-login-page .el-button--primary,.student-shell .el-button--primary,.student-practice .el-button--primary{color:#fff!important;box-shadow:none!important;background:#166534!important;border-color:#14532d!important}.student-login-page .el-button--primary:hover,.student-login-page .el-button--primary:focus,.student-shell .el-button--primary:hover,.student-shell .el-button--primary:focus,.student-practice .el-button--primary:hover,.student-practice .el-button--primary:focus{color:#fff!important;box-shadow:none!important;background:#14532d!important;border-color:#052e16!important}.student-login-page .el-button--primary.is-disabled,.student-shell .el-button--primary.is-disabled,.student-practice .el-button--primary.is-disabled{color:#94a3b8!important;box-shadow:none!important;background:#e2e8f0!important;border-color:#cbd5e1!important}.student-login-page .el-button--primary.is-plain,.student-shell .el-button--primary.is-plain,.student-practice .el-button--primary.is-plain{color:#fff!important;box-shadow:none!important;background:#166534!important;border-color:#14532d!important}.student-login-page .el-button--primary.is-plain:hover,.student-shell .el-button--primary.is-plain:hover,.student-practice .el-button--primary.is-plain:hover{color:#fff!important;box-shadow:none!important;background:#14532d!important;border-color:#052e16!important}.student-login-page .el-button.is-text,.student-shell .el-button.is-text,.student-practice .el-button.is-text{color:#166534!important}.student-login-page .el-button.is-text:hover,.student-shell .el-button.is-text:hover,.student-practice .el-button.is-text:hover{color:#14532d!important;background:#dcfce7!important}.student-login-page .el-button--default,.student-shell .el-button--default,.student-practice .el-button--default{color:#fff!important;box-shadow:none!important;background:#166534!important;border-color:#14532d!important}.student-login-page .el-button--default:hover,.student-shell .el-button--default:hover,.student-practice .el-button--default:hover{color:#fff!important;box-shadow:none!important;background:#14532d!important;border-color:#052e16!important}.student-shell{color:#1b2923;background:#f4f7f2;min-height:100vh}.student-topbar{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fafcf8e0;border-bottom:1px solid #2044361a;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex;position:sticky;top:0}.student-brand{color:#183227;align-items:center;gap:12px;font-size:20px;font-weight:900;text-decoration:none;display:flex}.student-brand em{color:#6b7a73;font-size:13px;font-style:normal;font-weight:700}.student-user-pill{background:#fff;border-radius:999px;align-items:center;gap:12px;padding:8px 10px 8px 16px;display:flex;box-shadow:0 8px 24px #1c3c3014}.student-user-pill span{font-weight:800}.student-user-pill small{color:#77857f}.student-main{width:min(1240px,100% - 40px);margin:0 auto;padding:34px 0 70px}.student-hero-card,.student-panel,.practice-header,.question-card,.case-block{background:#fff;border:1px solid #264e3e14;border-radius:28px;box-shadow:0 18px 50px #23453714}.student-hero-card{color:#fff;background:linear-gradient(120deg,#215c4af2,#468262e0),linear-gradient(45deg,#fff,#f6ead8);justify-content:space-between;gap:28px;padding:34px;display:flex}.student-hero-card h1,.student-hero-card .eyebrow{color:#fff}.student-hero-card p{color:#ffffffd1}.hero-stats{align-items:center;gap:16px;display:flex}.hero-stats div{background:#ffffff29;border-radius:22px;min-width:120px;padding:18px}.hero-stats strong{font-size:34px;display:block}.hero-stats span{color:#ffffffc7}.student-panel{margin-top:24px;padding:28px}.panel-title-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.assignment-grid,.paper-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.assignment-card,.paper-card{background:#f8faf6;border:1px solid #e6ede6;border-radius:20px;padding:18px}.assignment-card h3{margin:0 0 8px}.assignment-card p,.meta-line,.paper-card span{color:#68776f}.meta-line{justify-content:space-between;margin:16px 0;font-size:13px;display:flex}.category-browser{grid-template-columns:240px 1fr;gap:20px;margin-top:22px;display:grid}.category-sidebar{flex-direction:column;gap:10px;display:flex}.category-first,.second-tabs button{cursor:pointer;color:#32453d;text-align:left;background:#eef4ed;border:0;border-radius:16px}.category-first{justify-content:space-between;padding:14px 16px;display:flex}.category-first.active,.second-tabs button.active{color:#fff;background:#215c4a}.second-tabs{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.second-tabs button{padding:10px 14px}.paper-group{margin-bottom:24px}.paper-group h3{margin:0 0 12px}.paper-group small{color:#789086;font-weight:500}.paper-card{flex-direction:column;gap:12px;display:flex}.student-practice{max-width:1480px;margin:0 auto}.exam-topbar{background:#fff;border:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding:18px 34px;display:flex;box-shadow:0 8px 26px #0f172a0a}.exam-topbar strong{color:#1f2937;font-size:18px}.exam-topbar div{align-items:center;gap:12px;display:flex}.practice-header{background:#fff;border-bottom:1px solid #eef1f4;justify-content:space-between;align-items:center;margin-bottom:0;padding:22px 30px;display:flex}.practice-shell{background:#fff;border:1px solid #edf0f2;grid-template-columns:minmax(0,1fr) 440px;align-items:stretch;gap:0;display:grid}.practice-shell.no-card{grid-template-columns:1fr}.question-stack{flex-direction:column;gap:18px;display:flex}.practice-shell>.question-stack{min-height:680px;padding:46px 56px 34px}.case-block{box-shadow:none;background:0 0;border:0;flex-direction:column;gap:16px;padding:0;display:flex}.case-material{background:#fff8e8;border:1px solid #f0dfbc;border-radius:10px;padding:18px}.case-material span{color:#9a6a13;font-weight:900}.case-material p{white-space:pre-wrap;line-height:1.8}.question-card{box-shadow:none;background:0 0;border:0;padding:0}.question-title-row{align-items:flex-start;gap:16px;display:flex}.question-index{color:#0ea5e9;text-align:right;background:0 0;border-radius:0;min-width:54px;padding:0;font-size:18px;font-weight:900}.question-title p{white-space:pre-wrap;color:#222;margin:0;font-size:19px;font-weight:800;line-height:1.75}.question-title small{color:#7b8983}.option-list{gap:18px;margin-top:30px;display:grid}.option-button{cursor:pointer;text-align:left;color:#2b2b2b;background:0 0;border:0;border-radius:10px;align-items:center;gap:22px;width:100%;padding:8px 10px;font-size:18px;font-weight:700;display:flex}.option-button b{color:#fff;background:#d6d6d6;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.option-button.selected b{background:#0ea5e9}.option-button.selected{color:#111827;box-shadow:none;background:#0ea5e90f}.answer-box,.analysis-box{border-radius:16px;margin-top:16px;padding:14px 16px}.answer-box{align-items:center;gap:12px;display:flex}.answer-box.right{background:#eefaf2}.answer-box.wrong{background:#fff1ed}.analysis-box{white-space:pre-wrap;background:#f6f8f6;line-height:1.8}.analysis-box.ai{white-space:normal;background:#f1f8f4;border:1px solid #d9eadf}.analysis-box.ai>strong{color:#fff;letter-spacing:.04em;background:#166534;border-radius:999px;align-items:center;margin-bottom:10px;padding:4px 10px;font-size:13px;display:inline-flex}.analysis-content{color:#1f3329;font-size:15px;line-height:1.85}.analysis-content h4{color:#123826;border-left:4px solid #166534;margin:18px 0 8px;padding-left:10px;font-size:17px;font-weight:900}.analysis-content h4:first-child{margin-top:2px}.analysis-content p{margin:8px 0}.analysis-content ul{background:#ffffffad;border-radius:12px;margin:8px 0 12px;padding:10px 14px 10px 30px}.analysis-content li{margin:6px 0;padding-left:2px}.analysis-content strong{color:#14532d;font-weight:900}.analysis-content code{color:#14532d;background:#e4efe8;border-radius:6px;padding:1px 6px}.question-actions{margin-top:14px}.question-actions.muted{color:#5f7067;background:#f1f7f2;border-radius:999px;align-items:center;min-height:32px;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.exam-result-panel{background:radial-gradient(circle at 0 0,#22c55e1c,#0000 34%),#fff;border:1px solid #dbe9dd;margin-bottom:22px}.exam-result-panel .student-stat-grid{grid-template-columns:repeat(6,minmax(120px,1fr))}.exam-result-panel .student-stat-card{background:#f7fbf6;border-color:#dcebdd;min-height:112px}.exam-result-panel .student-stat-card strong{color:#14532d;font-size:34px}.exam-result-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.exam-result-actions .el-button{border-radius:999px;min-width:128px;font-weight:900}.practice-pager{justify-content:space-around;align-items:center;gap:28px;margin-top:auto;padding:70px 0 4px;display:flex}.practice-pager .el-button{border-radius:8px;min-width:118px;height:46px;font-size:16px;font-weight:800}.practice-pager .el-button--primary{color:#fff;box-shadow:none;background:#166534;border-color:#14532d}.practice-pager .el-button--primary:hover,.practice-pager .el-button--primary:focus{color:#fff;box-shadow:none;background:#14532d;border-color:#052e16}.practice-pager .el-button--primary.is-disabled{color:#94a3b8;box-shadow:none;background:#e2e8f0;border-color:#cbd5e1}.practice-pager span{text-align:center;color:#5f7068;min-width:120px;font-weight:800}.answer-card{box-sizing:border-box;width:100%;min-height:680px;box-shadow:none;background:linear-gradient(#fff 0%,#fbfdfb 100%);border:0;border-left:1px solid #e5e7eb;border-radius:0;padding:40px 34px 44px;position:sticky;top:0;overflow-x:hidden}.answer-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.answer-card-head h3{color:#111827;margin:0;font-size:20px}.answer-card-head span{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 10px;font-weight:900}.answer-card-legend{color:#475569;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:18px;font-size:13px;font-weight:700;display:flex}.answer-card-legend i{background:#fff;border:2px solid #cbd5e1;border-radius:4px;width:14px;height:14px}.answer-card-legend i.done{background:#16a34a;border-color:#16a34a}.answer-card-legend i.current{background:#ecfdf5;border-color:#15803d}.answer-type-groups{gap:22px;display:grid}.answer-type-group{border-top:1px solid #e8eee9;padding-top:16px}.answer-type-group:first-child{border-top:0;padding-top:4px}.answer-type-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.answer-type-head strong{color:#263b30;font-size:15px;font-weight:900}.answer-type-head span{color:#718078;font-size:13px;font-weight:800}.answer-grid{grid-template-columns:repeat(7,42px);justify-content:start;gap:10px;display:grid}.answer-num{color:#23352b;cursor:pointer;background:#fff;border:2px solid #d7ded9;border-radius:9px;width:42px;height:38px;font-size:15px;font-weight:800;transition:transform .12s,border-color .12s,background .12s}.answer-num:hover{box-shadow:none;border-color:#22c55e;transform:translateY(-1px)}.answer-num.done{color:#fff;box-shadow:none;background:#166534;border-color:#14532d}.answer-num.current{color:#14532d;box-shadow:none;background:#ecfdf5;border-color:#15803d}.answer-num.done.current{color:#fff;box-shadow:none;background:#14532d;border-color:#052e16}.answer-num.right{color:#fff;background:#166534;border-color:#14532d}.answer-num.wrong{color:#991b1b;background:#fee2e2;border-color:#ef4444}.answer-num.unanswered{color:#64748b;background:#f8fafc;border-color:#cbd5e1}.answer-num.right.current{color:#fff;background:#14532d;border-color:#052e16}.answer-num.wrong.current{color:#fff;background:#dc2626;border-color:#991b1b}@media (width<=860px){.student-login-page{place-items:start center;padding:18px}.student-login-card{border-radius:28px;padding:34px 24px 28px}.student-login-card h1{font-size:34px}.intro{font-size:14px}.student-topbar,.student-hero-card,.practice-header,.exam-topbar{flex-direction:column;align-items:flex-start}.student-topbar{height:auto;padding:18px}.student-main{width:min(100% - 24px,1240px)}.category-browser{grid-template-columns:1fr}.hero-stats{width:100%}.hero-stats div{flex:1}.exam-topbar div{justify-content:space-between;width:100%}.practice-shell{grid-template-columns:1fr}.practice-shell>.question-stack{min-height:auto;padding:28px 22px}.answer-card{order:-1;position:static}.answer-grid{grid-template-columns:repeat(6,1fr)}.answer-num{width:100%}.exam-result-panel .student-stat-grid{grid-template-columns:repeat(2,1fr)}.practice-pager{justify-content:space-between;gap:8px;width:100%}.practice-pager span{min-width:auto;font-size:13px}}.student-feature-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-top:20px;display:grid}.student-feature-card{text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#f7fbf6 100%);border:1px solid #dfe9df;border-radius:24px;min-height:150px;padding:20px;transition:border-color .18s,transform .18s,background .18s;position:relative}.student-feature-card:hover{background:#f1f8f1;border-color:#87aa90;transform:translateY(-2px)}.student-feature-card .feature-icon{color:#fff;background:#176b3a;border-radius:15px;place-items:center;width:44px;height:44px;margin-bottom:14px;font-weight:900;display:inline-grid}.student-feature-card strong{color:#14251d;margin-bottom:8px;font-size:18px;display:block}.student-feature-card small{color:#64776c;padding-right:54px;line-height:1.55;display:block}.student-feature-card em{color:#176b3a;background:#e7f4e8;border:1px solid #cce4ce;border-radius:999px;padding:5px 10px;font-size:12px;font-style:normal;position:absolute;bottom:16px;right:16px}.student-stat-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-top:18px;display:grid}.student-stat-card{background:#f6faf5;border:1px solid #e1eadf;border-radius:20px;padding:18px}.student-stat-card strong{color:#176b3a;font-size:30px;line-height:1.1;display:block}.student-stat-card span{color:#65766d}.recent-records{border-top:1px solid #edf2ec;margin-top:24px;padding-top:20px}.recent-records h3{margin:0 0 14px}.record-list{gap:10px;display:grid}.record-item{background:#fbfcfa;border:1px solid #edf2ec;border-radius:14px;justify-content:space-between;gap:14px;padding:13px 15px;display:flex}.record-item span{color:#1b2d24;font-weight:800}.record-item small{color:#718178}.paper-actions{flex-wrap:wrap;gap:10px;display:flex}.discipline-box{background:#f8fbf6;border:1px solid #dfe9df;border-radius:20px;margin-top:18px;padding:20px}.discipline-box p{color:#173326;margin:0 0 12px;font-weight:900}.discipline-box ul{color:#5f7067;margin:0;padding-left:20px;line-height:1.9}@media (width<=920px){.student-feature-grid{grid-template-columns:1fr}.student-stat-grid{grid-template-columns:repeat(2,1fr)}.record-item{flex-direction:column}.paper-actions .el-button{flex:1}}.student-shell-with-sidebar{background:radial-gradient(circle at 10% 8%,#d5e5cdd9,#0000 34%),radial-gradient(circle at 90% 0,#f7e7c2d9,#0000 30%),#f6f8f2;grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.student-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border-right:1px solid #e2ebe2;flex-direction:column;gap:18px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.sidebar-brand{border-bottom:1px solid #edf2ec;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;height:auto;padding:10px 8px 20px;display:grid}.sidebar-brand .student-brand-dot{border-radius:22px;width:64px;height:64px;font-size:30px;box-shadow:0 16px 34px #14532d2e}.sidebar-brand-text{gap:7px;min-width:0;display:grid}.sidebar-brand-text strong{color:#123126;letter-spacing:-.02em;white-space:normal;font-size:21px;line-height:1.18;display:block}.sidebar-brand-text em{color:#176b3a;background:#edf7ef;border-radius:999px;width:max-content;padding:4px 9px;font-size:12px;font-weight:900;line-height:1}.student-side-nav{flex-direction:column;gap:8px;padding-right:4px;display:flex;overflow:auto}.student-side-nav a{color:#35463d;border-radius:16px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:background .18s,color .18s;display:flex}.student-side-nav a span{color:#176b3a;background:#eef5ed;border-radius:10px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:900;display:inline-grid}.student-side-nav a strong{font-size:15px}.student-side-nav a.router-link-active,.student-side-nav a:hover{color:#fff;background:#176b3a}.student-side-nav a.router-link-active span,.student-side-nav a:hover span{color:#fff;background:#ffffff2e}.student-sidebar-user{background:#f5faf4;border:1px solid #deeadf;border-radius:20px;gap:4px;margin-top:auto;padding:16px;display:grid}.student-sidebar-user strong{color:#13251d;font-size:17px}.student-sidebar-user span,.student-sidebar-user small{color:#66776e}.student-sidebar-user .el-button{justify-content:flex-start;padding-left:0}.student-content-shell{min-width:0}.student-content-topbar{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f6f8f2e0;border-bottom:1px solid #e7eee7;height:auto;padding:18px 34px;position:sticky;top:0}.student-content-topbar h2{color:#14251d;margin:2px 0 0;font-size:24px}.student-topbar-actions{align-items:center;gap:12px;display:flex}.student-user-pill.compact{justify-content:center;min-width:180px}.student-logout-button{border-radius:999px;min-width:92px;font-weight:900}.student-main-panel{width:min(100% - 48px,1280px);padding-top:24px}.student-quick-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.student-review-box{grid-template-columns:220px 1fr;align-items:center;gap:22px;margin-top:20px;display:grid}.student-stat-card.large{min-height:140px}.student-stat-card.large strong{font-size:48px}.record-list.spacious{margin-top:18px}@media (width<=980px){.student-shell-with-sidebar{grid-template-columns:1fr}.student-sidebar{border-bottom:1px solid #e2ebe2;border-right:0;height:auto;position:relative}.student-side-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.student-sidebar-user{margin-top:0}.student-content-topbar{padding:18px;position:relative}.student-topbar-actions{justify-content:space-between;width:100%}.student-main-panel{width:min(100% - 24px,1280px)}.student-review-box{grid-template-columns:1fr}}
