:root{--primary:#1677ff;--primary-bg:#e6f0ff;--orange:#fa8c16;--orange-bg:#fff7e6;--green:#52c41a;--green-bg:#f6ffed;--danger:#f5222d;--text-main:#333;--text-sub:#666;--text-tip:#999;--line:#e8e8e8;--white:#fff}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{color:var(--text-main);background:var(--white);font-family:PingFang SC,Microsoft YaHei,sans-serif}button,input{font-family:inherit}.icon{flex:0 0 14px;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.icon svg{width:14px;height:14px;display:block}.app-layout,.layout.admin-layout,.layout.teacher-layout{grid-template-rows:64px minmax(0,1fr);grid-template-columns:200px minmax(0,1fr);min-height:100vh;display:grid}.topbar{background:var(--white);grid-column:1/-1;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex}.brand-wrap{align-items:center;gap:16px;display:flex}.brand-main{color:var(--primary);font-size:34px;font-weight:700;line-height:1}.brand-sub{color:var(--text-main);font-size:30px;font-weight:600;line-height:1}.user-wrap{color:var(--text-main);align-items:center;gap:8px;font-size:20px;font-weight:600;display:flex}.user-avatar{background:var(--primary-bg);width:34px;height:34px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.user-avatar .icon,.user-avatar svg{width:18px;height:18px}.user-down{color:var(--text-tip)}.account-select{border:1px solid var(--line);color:#111;cursor:pointer;background:#fff;border-radius:4px;outline:none;min-width:210px;height:34px;padding:0 28px 0 10px;font-size:16px;font-weight:700}.account-select:focus{border-color:var(--primary)}.sidebar{border-right:1px solid var(--line);background:var(--white);flex-direction:column;justify-content:space-between;padding:18px 12px 14px;display:flex;position:relative}.sidebar-menu,.side-menu{flex-direction:column;gap:10px;display:flex}.menu-item{height:40px;color:var(--text-sub);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;padding:0 12px;font-size:14px;display:flex}.menu-item:hover{background:#f8faff}.menu-item.active{background:var(--primary-bg);color:var(--primary);font-weight:600}.menu-item.active .icon{color:var(--primary)}.collapse-btn{border:1px solid var(--line);background:var(--white);color:#bfbfbf;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.sidebar-logout-btn{color:#9aa3af;background:#fff;border-color:#d0d5dc;width:30px;height:30px;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 1px 2px #0f172a14}.sidebar-logout-btn .icon,.sidebar-logout-btn svg{width:14px;height:14px}.sidebar-logout-btn:hover{color:#5b7fb0;background:#f7faff;border-color:#9fb8df}.main-area,.main{background:#f5f5f5;padding:14px}.page-section,.page-card{background:var(--white);border:1px solid var(--line);border-radius:4px;min-height:calc(100vh - 94px);padding:20px}.page-title{color:var(--text-main);margin:0;font-size:18px;font-weight:700}.section-subtitle{color:var(--text-main);margin:10px 0 0;font-size:18px;font-weight:700}.points-main-title,.teacher-main-title{font-size:22px}.toolbar-row{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.toolbar-left{align-items:center;gap:12px;display:flex}.btn{cursor:pointer;border:1px solid var(--line);background:var(--white);height:34px;color:var(--text-main);cursor:pointer;border-radius:4px;align-items:center;gap:8px;padding:0 14px;font-size:14px;display:inline-flex;position:relative}.btn-primary{background:var(--primary);border-color:var(--primary);color:var(--white)}.btn-default:hover{background:#fafafa;border-color:#d9d9d9}.search-box{border:1px solid var(--line);width:318px;height:34px;color:var(--text-tip);border-radius:4px;align-items:center;gap:8px;padding:0 10px;display:flex}.search-box input{width:100%;color:var(--text-sub);border:none;outline:none;font-size:14px}.search-box input::placeholder{color:var(--text-tip)}.table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:18px}.table thead{display:table-header-group!important}.table tbody{display:table-row-group!important}.table tr{list-style:none!important;display:table-row!important}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;height:52px;color:var(--text-sub);white-space:nowrap;text-overflow:ellipsis;padding:0 10px;font-size:14px;overflow:hidden;list-style:none!important;display:table-cell!important}.table thead th{background:var(--white);color:var(--text-main);font-weight:600}.check-col{text-align:center;width:42px;list-style:none;padding-left:0!important;padding-right:0!important;font-size:0!important;line-height:0!important}.check-col input{width:16px;height:16px;margin:0 auto;display:block}.table th::marker{content:""}.table td::marker{content:""}.table th:before,.table th:after,.table td:before,.table td:after,.check-col:before,.check-col:after,.name-col:before,.name-col:after,.name-text:before,.name-text:after,.teacher-row:before,.teacher-row:after,.teacher-head-row:before,.teacher-head-row:after{content:none!important}.check-col::marker{content:""}.name-col::marker{content:""}.action-row{align-items:center;gap:14px;display:flex}.action-link{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;display:inline-flex}.action-link .icon,.action-link .icon svg{color:inherit}.action-link.blue{color:var(--primary)}.action-link.orange{color:var(--orange)}.action-link.red{color:var(--danger)}.table-footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.total-count{color:var(--text-sub);font-size:14px}.pager{align-items:center;gap:8px;display:flex}.page-btn{border:1px solid var(--line);background:var(--white);min-width:32px;height:32px;color:var(--text-sub);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.page-btn:disabled{cursor:not-allowed;color:#bfbfbf;background:#fafafa}.page-next .icon{transform:rotate(180deg)}.page-active{border-color:var(--primary);background:var(--primary);color:var(--white)}.page-size{border:1px solid var(--line);background:var(--white);height:32px;color:var(--text-sub);cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:0 10px;font-size:14px;display:inline-flex}.page-size-select{border:1px solid var(--line);background:var(--white);height:32px;color:var(--text-sub);cursor:pointer;border-radius:4px;outline:none;min-width:108px;padding:0 28px 0 10px;font-size:14px}.page-size-select:focus{border-color:var(--primary)}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px;display:grid}.stat-card{border:1px solid var(--line);border-radius:4px;align-items:center;gap:14px;height:104px;padding:18px;display:flex}.stat-blue{background:var(--primary-bg)}.stat-orange{background:var(--orange-bg)}.stat-green{background:var(--green-bg)}.stat-icon{width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.stat-icon .icon,.stat-icon svg{width:20px;height:20px}.stat-icon.blue{background:var(--primary)}.stat-icon.orange{background:var(--orange)}.stat-icon.green{background:var(--green)}.stat-value{color:var(--text-main);margin:0;font-size:36px;font-weight:700;line-height:1}.stat-value span{font-size:16px;font-weight:500}.stat-sub{color:var(--text-sub);margin:0;font-size:14px}.stat-tip{color:var(--text-tip);margin:6px 0 0;font-size:12px}.detail-card{border:1px solid var(--line);border-radius:4px;margin-top:14px;padding:16px}.detail-head{justify-content:space-between;align-items:center;display:flex}.detail-head h2{color:var(--text-main);margin:0;font-size:18px;font-weight:700}.filter-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.filter-label{color:var(--text-sub);font-size:14px}.filter-field,.filter-input{border:1px solid var(--line);background:var(--white);height:32px;color:var(--text-sub);border-radius:4px;font-size:14px}.input-field{padding:0 8px}.input-field input,.input-field select{color:var(--text-sub);background:0 0;border:none;outline:none;width:100%;font-size:14px}.input-field select{appearance:none}.filter-field{align-items:center;gap:8px;padding:0 10px;display:inline-flex}.filter-field.select{justify-content:space-between;min-width:118px}.filter-select{border:1px solid var(--line);background:var(--white);min-width:140px;height:32px;color:var(--text-sub);cursor:pointer;border-radius:4px;outline:none;padding:0 28px 0 10px;font-size:14px}.filter-select:focus{border-color:var(--primary)}.filter-input{outline:none;width:168px;padding:0 10px}.filter-input::placeholder,.dash{color:var(--text-tip)}.score-red{font-weight:600;color:var(--danger)!important}.empty-row{text-align:center;color:var(--text-tip)}.login-wrap{background:#f5f5f5;place-items:center;min-height:100vh;display:grid}.login-card{border:1px solid var(--line);background:var(--white);border-radius:4px;gap:12px;width:360px;padding:24px;display:grid}.login-card h1{color:var(--text-main);margin:0;font-size:20px}.login-card p{color:var(--text-sub);margin:0;font-size:14px}.login-card label{gap:6px;display:grid}.login-card label span{color:var(--text-sub);font-size:14px}.login-card label input{border:1px solid var(--line);border-radius:4px;width:100%;height:36px;padding:0 10px}.login-btn{justify-content:center}.login-error{min-height:20px;color:var(--danger);font-size:12px}.ellipsis{color:var(--text-tip);font-size:14px}.modal-mask{z-index:2000;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{border:1px solid var(--line);background:#fff;border-radius:6px;flex-direction:column;width:560px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);display:flex;box-shadow:0 10px 30px #0003}.import-modal{width:760px}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:54px;padding:0 16px;display:flex}.modal-header h3{color:var(--text-main);margin:0;font-size:18px}.modal-close{color:#777;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1}.modal-body{gap:12px;padding:16px;display:grid;overflow:auto}.modal-field{gap:6px;display:grid}.modal-field span{color:var(--text-sub);font-size:14px}.modal-field input{border:1px solid var(--line);border-radius:4px;height:36px;padding:0 10px;font-size:14px}.modal-tip{color:var(--text-sub);margin:0;font-size:13px}.modal-textarea{border:1px solid var(--line);resize:vertical;border-radius:4px;width:100%;min-height:300px;padding:10px;font-size:13px;line-height:1.5}.modal-error{color:var(--danger);margin:0;font-size:13px}.modal-footer{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:10px;height:56px;padding:0 16px;display:flex}.export-log-modal{width:1120px}.export-log-filter-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.export-log-table{min-width:980px;margin-top:8px}.log-summary{white-space:nowrap;text-overflow:ellipsis;max-width:360px;overflow:hidden}.app-layout{grid-template-rows:66px minmax(0,1fr);grid-template-columns:180px minmax(0,1fr)}.app-layout .topbar{border-bottom:1px solid #eceff3;height:66px;padding:0 18px}.app-layout .brand-wrap{gap:14px}.app-layout .brand-main{font-size:30px;font-weight:700}.app-layout .brand-sub{font-size:26px;font-weight:600}.app-layout .user-wrap{gap:10px}.app-layout .account-select{border-radius:6px;min-width:236px;height:36px;font-size:15px;font-weight:600}.app-layout .sidebar{padding:14px 12px 12px}.app-layout .menu-item{border-radius:8px;gap:9px;height:38px;padding:0 12px;font-size:16px}.app-layout .main-area{background:#f6f7f9;padding:12px}.app-layout .page-card{border:1px solid #ebeef2;border-radius:8px;padding:18px;box-shadow:0 1px 3px #0f172a0a}.app-layout .page-title{font-size:24px;font-weight:700}.app-layout .section-subtitle{margin-top:10px;font-size:20px}.app-layout .detail-head h2{font-size:20px}.app-layout .toolbar-row{margin-top:16px}.app-layout .btn{border-radius:6px;height:36px;padding:0 14px;font-size:14px}.app-layout .btn-primary{background:#2f80ff;border-color:#2f80ff}.app-layout .btn-primary:hover{background:#5a9dff;border-color:#5a9dff}.app-layout .search-box{border-radius:6px;height:36px}.app-layout .table{margin-top:14px}.app-layout .table th,.app-layout .table td{height:52px;padding:0 12px;font-size:14px}.app-layout .table thead th{background:#fafbfd}.app-layout .table-footer{margin-top:14px}.app-layout .detail-card{border:1px solid #ebeef2;border-radius:8px;margin-top:12px;padding:14px;box-shadow:0 1px 3px #0f172a08}.app-layout .stat-grid{gap:14px}.app-layout .stat-card{border:1px solid #ebeef2;border-radius:8px;height:110px;box-shadow:0 1px 2px #0f172a05}.app-layout .stat-value{font-size:42px}@media (width<=1200px){.brand-main{font-size:28px}.brand-sub{font-size:24px}.user-wrap{font-size:20px}.action-row{gap:10px}}@media (width<=960px){.app-layout{grid-template-rows:auto auto 1fr;grid-template-columns:1fr}.topbar{flex-wrap:wrap;gap:10px;height:auto;padding:14px}.brand-main{font-size:24px}.brand-sub{font-size:20px}.user-wrap{font-size:16px}.sidebar{border-right:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 12px}.sidebar-menu{flex-direction:row}.collapse-btn{display:none}.page-card{min-height:auto}.toolbar-row{flex-direction:column;align-items:flex-start}.search-box{width:100%}.stat-grid{grid-template-columns:1fr}.table-footer{flex-direction:column;align-items:flex-start;gap:10px}.main-area{overflow:auto}.table{min-width:980px}.export-log-modal{width:calc(100vw - 20px)}}.teacher-layout{grid-template-rows:64px minmax(0,1fr);grid-template-columns:200px minmax(0,1fr);min-width:1200px}.teacher-layout .topbar{border-bottom:1px solid #e5e6eb;height:64px;padding:0 24px}.teacher-layout .brand-wrap{gap:14px}.teacher-layout .brand-main{color:#165dff;font-size:34px;font-weight:700}.teacher-layout .brand-sub{color:#1d2129;font-size:30px;font-weight:600}.teacher-layout .top-user{color:#1d2129;align-items:center;gap:12px;font-size:14px;font-weight:600;display:inline-flex}.teacher-layout .top-user .avatar{color:#165dff;background:#e8f3ff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.teacher-layout .top-user .avatar .icon,.teacher-layout .top-user .avatar .icon svg{width:18px;height:18px}.teacher-layout .sidebar{background:#fff;border-right:1px solid #e5e6eb;grid-area:2/1;padding:12px}.teacher-layout .side-menu{gap:10px}.teacher-layout .menu-item{border-radius:6px;gap:8px;height:48px;padding:0 16px;font-size:14px}.teacher-layout .menu-item.active{color:#165dff;background:#e8f3ff}.teacher-layout .menu-item .icon,.teacher-layout .menu-item .icon svg{width:16px;height:16px}.teacher-layout .collapse-btn{margin-left:4px}.teacher-layout .sidebar-logout-btn{margin-left:0}.teacher-layout .main{background:#f2f3f5;grid-area:2/2;padding:24px}.teacher-layout .page-section{min-height:auto;padding:24px}.teacher-layout .teacher-course-box{background:#eef4ff;border:1px solid #d7e2f8;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;padding:18px 22px;display:flex;box-shadow:0 4px 14px #12264a0a}.teacher-layout .teacher-course-main{flex:520px;min-width:0}.teacher-layout .teacher-course-header{justify-content:flex-start;align-items:flex-start;gap:12px;display:flex}.teacher-layout .teacher-course-copy{flex:1;min-width:0}.teacher-layout .teacher-course-title{color:#1f2937;align-items:center;gap:3px;margin:0;font-size:18px;font-weight:800;line-height:1.15;display:flex}.teacher-layout .teacher-course-title-row{align-items:center;gap:8px;display:flex}.teacher-layout .teacher-course-title-row .teacher-course-title{flex:1;min-width:0}.teacher-layout .teacher-course-name{white-space:nowrap;text-overflow:ellipsis;font-size:18px;line-height:1.15;overflow:hidden}.teacher-layout .teacher-course-label{white-space:nowrap;flex:none}.teacher-layout .teacher-course-toggle{color:#3b6fd8;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;margin-left:2px;display:inline-flex}.teacher-layout .teacher-course-toggle:hover{background:#3b6fd814}.teacher-layout .teacher-course-toggle .icon,.teacher-layout .teacher-course-toggle .icon svg{width:14px;height:14px}.teacher-layout .teacher-course-picker{background:#ffffff6b;border-top:1px solid #5d7ebe24;border-radius:10px;flex-direction:column;flex:0 0 100%;gap:12px;width:100%;margin-top:12px;padding:14px 14px 12px;display:flex}.teacher-layout .teacher-course-picker-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.teacher-layout .teacher-course-picker-title{color:#20314f;margin:0;font-size:15px;font-weight:700}.teacher-layout .teacher-course-picker-subtitle{color:#6c7c98;margin:4px 0 0;font-size:12px;line-height:1.5}.teacher-layout .teacher-course-picker-row{flex:auto;align-items:center;min-width:0;display:flex}.teacher-layout .teacher-course-select-wrap{flex:1;min-width:0;max-width:420px;position:relative}.teacher-layout .teacher-course-select{color:#1f2937;appearance:none;background:#fff;border:1px solid #cddcf7;border-radius:12px;outline:none;width:100%;height:44px;padding:0 44px 0 14px;font-size:14px;font-weight:600}.teacher-layout .teacher-course-select:focus{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1f}.teacher-layout .teacher-course-down{color:#6b7280;pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.teacher-layout .teacher-course-down .icon,.teacher-layout .teacher-course-down .icon svg{width:12px;height:12px}.teacher-layout .teacher-course-meta{color:#334155;flex-wrap:wrap;align-items:center;gap:18px 30px;margin:12px 0 0;font-size:14px;display:flex}.teacher-layout .teacher-course-meta span{align-items:center;gap:8px;display:inline-flex}.teacher-layout .teacher-course-meta .icon,.teacher-layout .teacher-course-meta .icon svg{width:15px;height:15px}.teacher-layout .teacher-course-error{color:#cf1322;margin:8px 0 0;font-size:12px}.teacher-layout .teacher-btn-ghost{color:#4d73c8;height:34px;box-shadow:none;white-space:nowrap;background:#fafbfd;border:1px solid #cfd8e7}.teacher-layout .teacher-course-switch{color:#4f79cc;min-width:108px;height:32px;box-shadow:none;text-align:center;box-sizing:border-box;background:#f8fafc;border-color:#d3dbee;border-radius:6px;flex:none;justify-content:center;align-self:center;align-items:center;margin-left:auto;padding:0 14px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.teacher-layout .teacher-course-switch:hover{background:#f3f7fd;border-color:#bfd0ef}.teacher-layout .teacher-course-switch:disabled{color:#b0bdd1;background:#fafbfd;border-color:#d9e0ec}.teacher-layout .teacher-course-picker-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.teacher-layout .teacher-course-picker-actions .btn{height:36px}.teacher-layout .teacher-panel{background:#fff;border:none;border-radius:8px;padding:24px}.teacher-layout .teacher-points-shell{background:0 0;border:none;padding:0}.teacher-layout .teacher-points-card{background:#fff;border:1px solid #e5e6eb;border-radius:8px;padding:20px}.teacher-layout .teacher-points-card+.teacher-points-card{margin-top:24px}.teacher-layout .teacher-points-block-title{color:#1d2129;margin:0 0 16px;font-size:16px;font-weight:700}.teacher-layout .teacher-toolbar,.teacher-layout .teacher-tabs-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.teacher-layout .teacher-toolbar-left,.teacher-layout .teacher-toolbar-right{align-items:center;gap:8px;display:flex}.teacher-layout .btn{border-radius:4px;height:32px;padding:0 10px}.teacher-layout .teacher-btn-primary{color:#fff;background:#165dff;border-color:#165dff}.teacher-layout .teacher-btn-primary:hover{background:#4096ff;border-color:#4096ff}.teacher-layout .teacher-search{border-radius:4px;width:200px;height:32px}.teacher-layout .teacher-search-slim{width:200px}.teacher-layout .teacher-table-wrap{border:1px solid #e5e6eb;border-radius:4px;margin-top:16px;overflow:hidden}.teacher-layout .table{margin-top:0}.teacher-layout .table th,.teacher-layout .table td{border-bottom:1px solid #f2f3f5;height:48px;padding:0 10px}.teacher-layout .table th{color:#1d2129;background:#f7f8fa;font-weight:600}.teacher-layout .table td{color:#4e5969}.teacher-layout .table tbody tr:hover{background:#f2f3f5}.teacher-layout .teacher-row-actions{align-items:center;gap:8px;display:inline-flex}.teacher-layout .link-action{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;display:inline-flex}.teacher-layout .link-action.blue{color:#165dff}.teacher-layout .link-action.orange{color:#fa8c16}.teacher-layout .link-action.red{color:#f5222d}.teacher-layout .teacher-name-link{color:#333;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;display:inline-flex}.teacher-layout .file-dot{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.teacher-layout .teacher-footer-right{justify-content:flex-end}.teacher-layout .teacher-panel-footer{margin-top:16px}.teacher-layout .teacher-section-title{color:#333;margin:14px 0 6px;font-size:18px;font-weight:700}.teacher-layout .teacher-homework-panel{padding-top:18px}.teacher-layout .teacher-homework-topbar{align-items:flex-end;padding-bottom:4px}.teacher-layout .teacher-homework-tools{gap:10px}.teacher-layout .teacher-homework-heading{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.teacher-layout .teacher-homework-title{margin:0;font-size:20px}.teacher-layout .teacher-homework-table th,.teacher-layout .teacher-homework-table td{height:54px}.teacher-layout .teacher-homework-table td{color:#344054}.teacher-layout .teacher-homework-name{color:#1d2129;font-weight:600}.teacher-layout .teacher-homework-score{color:#165dff;background:#edf4ff;border-radius:999px;justify-content:center;align-items:center;min-width:48px;height:30px;padding:0 12px;font-weight:700;display:inline-flex}.teacher-layout .teacher-homework-comment{color:#4e5969}.teacher-layout .teacher-homework-link{font-weight:600}.teacher-layout .teacher-date-input{min-width:152px}.teacher-layout .tab-btn{color:#4e5969;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;height:32px;padding:0 4px;font-size:14px}.teacher-layout .tab-btn.active{color:#165dff;border-bottom-color:#165dff;font-weight:600}.teacher-layout .teacher-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.teacher-layout .teacher-stat-card{border:1px solid #e5e6eb;border-radius:8px;min-height:120px;padding:20px;position:relative;box-shadow:0 2px 8px #0000000f}.teacher-layout .teacher-stat-head{align-items:center;gap:10px;display:flex}.teacher-layout .teacher-stat-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.teacher-layout .teacher-stat-icon.blue{background:#165dff}.teacher-layout .teacher-stat-icon.green{background:#00b42a}.teacher-layout .teacher-stat-icon.orange{background:#ff7d00}.teacher-layout .teacher-stat-icon.purple{background:#722ed1}.teacher-layout .teacher-stat-icon.yellow{background:#faad14}.teacher-layout .teacher-stat-name{color:#1d2129;margin:0;font-size:14px}.teacher-layout .teacher-stat-value{margin:14px 0 0;font-size:24px;font-weight:700}.teacher-layout .teacher-stat-value.blue{color:#165dff}.teacher-layout .teacher-stat-value.green{color:#00b42a}.teacher-layout .teacher-stat-value.orange{color:#ff7d00}.teacher-layout .teacher-stat-value.purple{color:#722ed1}.teacher-layout .teacher-top-name{color:#1d2129;margin:14px 0 0;font-weight:600}.teacher-layout .teacher-top-points{color:#1d2129;margin:0;font-size:12px;position:absolute;bottom:20px;right:20px}.teacher-layout .teacher-quick-row{align-items:flex-start;gap:24px;display:flex}.teacher-layout .teacher-quick-col{min-width:220px}.teacher-layout .teacher-quick-col-grow{flex:1}.teacher-layout .teacher-quick-label{color:#4e5969;margin:0 0 12px;font-size:14px}.teacher-layout .teacher-inline-input,.teacher-layout .teacher-mini-input,.teacher-layout .teacher-date-input,.teacher-layout .teacher-line-input,.teacher-layout .teacher-line-textarea,.teacher-layout .teacher-modal-body select,.teacher-layout .teacher-modal-body input,.teacher-layout .teacher-modal-body textarea{color:#1d2129;border:1px solid #d0d5dc;border-radius:4px;font-family:inherit;font-size:14px}.teacher-layout .teacher-inline-input,.teacher-layout .teacher-mini-input,.teacher-layout .teacher-date-input,.teacher-layout .teacher-line-input,.teacher-layout .teacher-modal-body select,.teacher-layout .teacher-modal-body input{height:32px;padding:0 10px}.teacher-layout .teacher-inline-ops{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.teacher-layout .teacher-filter-line{color:#666;align-items:center;gap:10px;margin-top:10px;display:flex}.teacher-layout .teacher-negative{font-weight:600;color:#f53f3f!important}.teacher-layout .teacher-row-confirm{height:28px;padding:0 10px;font-size:12px}.teacher-layout .teacher-modal-mini{border-radius:8px;width:420px}.teacher-layout .teacher-modal-exam{border-radius:14px;width:920px;max-width:calc(100vw - 48px);min-height:500px;overflow:hidden}.teacher-layout .teacher-modal-bank{border-radius:8px;width:900px;height:600px}.teacher-layout .teacher-modal-upload{border-radius:8px;width:800px;height:550px}.teacher-layout .teacher-modal-head{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.teacher-layout .teacher-modal-head h3{color:#333;margin:0;font-size:18px;font-weight:700}.teacher-layout .teacher-close-btn{color:#999;cursor:pointer;background:0 0;border:none;width:32px;height:32px;font-size:22px;line-height:1}.teacher-layout .teacher-modal-body{flex-direction:column;gap:18px;padding:24px;display:flex;overflow:auto}.teacher-layout .teacher-modal-options{flex-direction:column;gap:0;display:flex}.teacher-layout .teacher-modal-foot{border-top:1px solid #e8e8e8;justify-content:flex-end;align-items:center;gap:10px;min-height:56px;padding:14px 24px;display:flex}.teacher-layout .teacher-modal-between{justify-content:space-between}.teacher-layout .teacher-radio-line{align-items:center;gap:14px;margin:8px 0 12px;display:flex}.teacher-layout .teacher-line-textarea{resize:vertical;width:100%;min-height:96px;padding:10px}.teacher-layout .teacher-form-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.teacher-layout .teacher-form-row .short{width:100px}.teacher-layout .teacher-compact-table th,.teacher-layout .teacher-compact-table td{height:42px}.teacher-layout .teacher-compact-table select,.teacher-layout .teacher-compact-table input{width:100%}.teacher-layout .exam-settings-score-row{align-items:center;gap:12px;margin-bottom:4px;display:flex}.teacher-layout .exam-settings-score-label{color:#333;font-size:18px;font-weight:600}.teacher-layout .exam-settings-total-input{text-align:center;border:2px solid #b7d4ff;border-radius:8px;height:40px;font-size:18px;font-weight:600;box-shadow:inset 0 0 0 1px #1677ff0a;width:108px!important}.teacher-layout .exam-settings-score-unit{color:#333;font-size:18px;font-weight:600}.teacher-layout .exam-settings-table-wrap{background:#fff;border:1px solid #edf0f5;border-radius:10px;overflow:hidden}.teacher-layout .exam-settings-table{table-layout:fixed;margin-top:0}.teacher-layout .exam-settings-table thead th{color:#333;background:#f7f9fc;border-bottom:1px solid #edf0f5;height:46px;font-size:13px;font-weight:700}.teacher-layout .exam-settings-table tbody td{vertical-align:middle;background:#fff;border-bottom:1px solid #f0f2f5;height:50px}.teacher-layout .exam-settings-table tbody tr:last-child td{border-bottom:none}.teacher-layout .exam-settings-table select,.teacher-layout .exam-settings-table input{background:#fff;border:1px solid #d9dfe8;border-radius:8px;height:36px;padding:0 10px;font-size:14px}.teacher-layout .exam-settings-table select:focus,.teacher-layout .exam-settings-table input:focus{border-color:#1677ff;outline:none;box-shadow:0 0 0 3px #1677ff1f}.teacher-layout .exam-settings-col-type{width:124px}.teacher-layout .exam-settings-col-score{width:96px}.teacher-layout .exam-settings-col-count{width:118px}.teacher-layout .exam-settings-col-source{width:372px}.teacher-layout .exam-settings-col-source select{white-space:nowrap;text-overflow:clip;width:100%;min-width:0;max-width:100%;padding-right:28px;font-size:14px;display:block}.teacher-layout .exam-settings-col-delete{text-align:right;width:88px;padding-right:18px!important}.teacher-layout .exam-settings-add-btn{align-self:flex-start;margin-top:-2px;font-size:16px}.teacher-layout .teacher-question-list{gap:10px;margin-top:10px;display:grid}.teacher-layout .teacher-question-item{border:1px solid #e8e8e8;border-radius:4px;grid-template-columns:18px minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px;display:grid}.teacher-layout .teacher-question-item p{color:#333;margin:0}.teacher-layout .teacher-option-text{font-size:12px;color:#666!important;margin-top:6px!important}.teacher-layout .teacher-option-item{color:#666;grid-template-columns:24px minmax(0,1fr);align-items:start;column-gap:6px;font-size:12px;display:grid}.teacher-layout .teacher-option-key{color:#333;font-weight:600}.teacher-layout .teacher-option-value{word-break:break-word;min-width:0}.teacher-layout .teacher-answer-text{color:#52c41a;white-space:nowrap;font-size:14px}.teacher-layout .teacher-upload-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.teacher-layout .teacher-upload-pane{border:1px solid #e8e8e8;border-radius:4px;padding:12px}.teacher-layout .teacher-upload-pane h4{color:#1677ff;margin:0;font-size:16px}.teacher-layout .teacher-upload-pane p{color:#666;margin:8px 0;font-size:12px}.teacher-layout .teacher-template-row{align-items:center;gap:8px;display:flex}.teacher-layout .teacher-excel-tag{color:#52c41a;font-weight:600}.teacher-layout .teacher-upload-drop{color:#666;text-align:center;cursor:pointer;border:1px dashed #d9d9d9;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;margin-top:10px;display:flex}.teacher-layout .teacher-upload-drop small{color:#999;font-size:12px}.teacher-layout .teacher-option-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;display:grid}.teacher-layout .teacher-option-grid label{color:#666;align-items:center;gap:6px;display:flex}.teacher-layout .teacher-option-grid input{flex:1}.teacher-layout .teacher-answer-group{color:#666;align-items:center;gap:10px;margin-top:8px;display:flex}.teacher-layout .teacher-upload-inline-btns{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.teacher-layout .teacher-recorded-box{border:1px solid #e8e8e8;border-radius:4px;margin-top:12px;padding:10px}.teacher-layout .teacher-recorded-box h4{color:#333;margin:0 0 10px;font-size:14px}.teacher-layout .teacher-drag-over{outline-offset:-4px;outline:2px dashed #1677ff}.teacher-layout .empty-cell{text-align:center;color:#999}@media (width<=1280px){.teacher-layout .teacher-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-layout .teacher-upload-grid{grid-template-columns:1fr}}@media (width<=768px){.teacher-layout{grid-template-rows:auto auto 1fr;grid-template-columns:1fr}.teacher-layout .topbar{flex-wrap:wrap;height:auto;padding:12px}.teacher-layout .brand-main{font-size:22px}.teacher-layout .brand-sub{font-size:20px}.teacher-layout .top-user{justify-content:flex-end;width:100%;font-size:16px}.teacher-layout .sidebar{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-right:none;padding:8px}.teacher-layout .side-menu{flex-direction:row;gap:8px;overflow:auto}.teacher-layout .collapse-btn{display:none}.teacher-layout .sidebar-logout-btn{display:inline-flex}.teacher-layout .main{padding:10px}.teacher-layout .teacher-panel,.teacher-layout .teacher-points-card{padding:12px}.teacher-layout .teacher-course-box,.teacher-layout .teacher-toolbar,.teacher-layout .teacher-tabs-row,.teacher-layout .teacher-toolbar-left,.teacher-layout .teacher-toolbar-right,.teacher-layout .teacher-quick-row,.teacher-layout .teacher-filter-line{flex-direction:column;align-items:stretch}.teacher-layout .teacher-course-switch{margin-left:0}.teacher-layout .teacher-search,.teacher-layout .teacher-search-slim{width:100%}.teacher-layout .table-wrap{overflow-x:auto}.teacher-layout .table{min-width:960px}.teacher-layout .teacher-modal-exam,.teacher-layout .teacher-modal-bank,.teacher-layout .teacher-modal-upload{width:calc(100vw - 24px);height:auto;max-height:calc(100vh - 24px)}.teacher-layout .exam-settings-score-row{flex-wrap:wrap}}.tq-modal-mask{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tq-modal-card{background:#fff;border-radius:8px;flex-direction:column;width:960px;height:800px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001f}.tq-modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;width:24px;height:24px;font-size:24px;position:absolute;top:16px;right:16px}.tq-modal-close:before{content:"×";color:inherit;text-align:center;font-size:24px;line-height:24px;transition:color .2s;display:block}.tq-modal-close:hover:before{color:#1f2329}.tq-modal-content{box-sizing:border-box;flex-direction:column;height:100%;padding:24px;display:flex}.tq-modal-top{gap:24px;margin-bottom:24px;display:flex}.tq-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;flex:1;padding:20px;display:flex}.tq-card-left{flex:1}.tq-card-right{flex:1.2}.tq-card-title{margin-bottom:16px;font-size:16px;font-weight:600}.tq-card-title-left{color:#1677ff;border-left:3px solid #1677ff;padding-left:8px}.tq-card-title-right{color:#fff;background:#1677ff;border-radius:4px;padding:4px 12px;display:inline-block}.tq-card-tip{color:#6b7280;margin-bottom:16px;font-size:14px}.tq-template-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.tq-excel-icon{background:#2ecc71;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.tq-excel-icon:before{content:"";background:url("data:image/svg+xml;utf8,<svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><rect width=\"16\" height=\"16\" rx=\"3\" fill=\"%232ecc71\"/><path d=\"M4.5 4.5h7v7h-7v-7zm1.5 1.5v4h4v-4h-4z\" fill=\"%23fff\"/></svg>") 50%/contain no-repeat;width:16px;height:16px;display:block}.tq-template-name{color:#1f2329;font-size:14px}.tq-link{color:#1677ff;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;align-items:center;gap:4px;padding:0;font-size:14px;text-decoration:none;transition:border-color .2s;display:flex}.tq-link:hover{border-bottom:1px solid #1677ff}.tq-link-danger{color:#f5222d}.tq-template-download .tq-link-icon:before{content:"";vertical-align:middle;background:url("data:image/svg+xml;utf8,<svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8 2v8m0 0l-3-3m3 3l3-3\" stroke=\"%231677ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect x=\"3\" y=\"12\" width=\"10\" height=\"2\" rx=\"1\" fill=\"%231677ff\"/></svg>") 50%/contain no-repeat;width:16px;height:16px;display:inline-block}.tq-upload-zone{text-align:center;cursor:pointer;border:2px dashed #e5e7eb;border-radius:8px;flex-direction:column;align-items:center;padding:40px 20px;transition:border-color .2s;display:flex}.tq-upload-zone:hover,.tq-upload-zone.tq-upload-hover{border-color:#1677ff}.tq-upload-cloud{background:url("data:image/svg+xml;utf8,<svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M16 22V14m0 8l-4-4m4 4l4-4\" stroke=\"%231677ff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M24 24a6 6 0 00-6-6h-1a7 7 0 10-7 7h14z\" stroke=\"%231677ff\" stroke-width=\"2\"/></svg>") 50%/contain no-repeat;width:32px;height:32px;margin-bottom:12px}.tq-upload-text{margin-bottom:8px;font-size:14px}.tq-upload-tip{color:#6b7280;font-size:12px}.tq-form-row{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.tq-form-label{color:#1f2329;font-size:14px;font-weight:500}.tq-form-select,.tq-form-textarea{color:#1f2329;background:#fff;border:1px solid #e5e7eb;border-radius:4px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.tq-form-select:focus,.tq-form-textarea:focus,.tq-option-input:focus{border-color:#1677ff}.tq-form-textarea{resize:vertical;height:80px}.tq-option-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.tq-option-item{align-items:center;gap:8px;display:flex}.tq-option-label{width:20px;font-weight:600}.tq-option-input{color:#1f2329;background:#fff;border:1px solid #e5e7eb;border-radius:4px;outline:none;flex:1;padding:8px 12px;font-size:14px;transition:border-color .2s}.tq-answer-group{align-items:center;gap:24px;display:flex}.tq-radio-item{align-items:center;gap:8px;display:flex}.tq-radio{appearance:none;cursor:pointer;border:1px solid #e5e7eb;border-radius:50%;outline:none;width:16px;height:16px;transition:border-color .2s;position:relative}.tq-radio:checked{background:#1677ff;border-color:#1677ff}.tq-radio:checked:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:4px;left:4px}.tq-radio-label{color:#1f2329;font-size:14px}.tq-form-btns{align-self:flex-end;gap:12px;display:flex}.tq-btn{cursor:pointer;border:none;border-radius:4px;outline:none;padding:8px 16px;font-family:inherit;font-size:14px;transition:background .2s,color .2s}.tq-btn-primary{color:#fff;background:#1677ff;border:none}.tq-btn-primary:hover{background:#1565d8}.tq-btn-secondary{color:#6b7280;background:#fff;border:1px solid #e5e7eb}.tq-btn-secondary:hover{background:#f3f4f6}.tq-btn-border{color:#1677ff;background:#fff;border:1px solid #1677ff}.tq-btn-border:hover{background:#e6f0ff}.tq-list-section{margin-top:12px}.tq-list-title{margin-bottom:16px;font-size:16px;font-weight:600}.tq-list-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.tq-table{border-collapse:collapse;width:100%;font-size:14px}.tq-table th{color:#1f2329;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-weight:500}.tq-table td{color:#1f2329;border-bottom:1px solid #e5e7eb;padding:12px 16px}.tq-list-content{white-space:pre-wrap;word-break:break-all}.tq-list-empty{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:40px 0;display:flex}.tq-empty-icon{background:url("data:image/svg+xml;utf8,<svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><rect x=\"8\" y=\"12\" width=\"32\" height=\"24\" rx=\"4\" fill=\"%23f3f4f6\" stroke=\"%23d1d5db\" stroke-width=\"2\"/><rect x=\"16\" y=\"20\" width=\"16\" height=\"8\" rx=\"2\" fill=\"%23d1d5db\"/><path d=\"M24 28v-4\" stroke=\"%23fff\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>") 50%/contain no-repeat;width:48px;height:48px;margin-bottom:12px}.tq-empty-text{color:#6b7280;font-size:14px}.tq-modal-footer{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}@media (width<=1280px){.tq-modal-card{width:98vw;height:98vh}.tq-modal-content{padding:12px}.tq-modal-top{flex-direction:column;gap:12px}}.upload-modal-mask{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.upload-modal{background:#fff;border-radius:8px;flex-direction:column;width:900px;max-width:98vw;height:min(940px,94vh);max-height:94vh;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026}.upload-modal-header{justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.upload-modal-title{color:#262626;font-size:16px;font-weight:700}.upload-modal-close{color:#bfbfbf;cursor:pointer;background:0 0;border:none;border-radius:50%;width:32px;height:32px;font-size:24px;transition:color .2s}.upload-modal-close:hover{color:#262626}.upload-modal-body{flex-direction:column;flex:auto;gap:24px;min-height:0;padding:0 24px 24px;display:flex;overflow:hidden auto}.upload-modal-main{flex:none;align-items:stretch;gap:24px;min-height:0;margin-top:24px;margin-bottom:0;display:flex}.upload-modal-col{flex-direction:column;align-self:stretch;min-width:0;display:flex}.upload-modal-col-left{flex:0 0 40%;max-width:340px}.upload-modal-col-right{flex:1 1 0;min-width:0}.upload-panel-card{box-sizing:border-box;background:#f3faff;border:1px solid #e3f0ff;border-radius:12px;height:100%;min-height:430px;padding:14px 14px 16px}.upload-panel-card-left,.upload-panel-card-right{flex-direction:column;flex:auto;display:flex}.method-tag{color:#1890ff;background:#e6f7ff;border-radius:6px;justify-content:center;align-items:center;width:fit-content;min-width:168px;max-width:220px;margin-bottom:12px;padding:6px 14px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:inset 0 0 0 1px #1890ff0f}.method-desc{color:#595959;margin-bottom:16px;font-size:13px}.template-row{align-items:center;gap:12px;margin-bottom:20px;display:flex}.excel-icon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.template-name{color:#262626;font-size:14px}.template-download{color:#1890ff;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;text-decoration:underline;transition:color .2s;display:flex}.template-download:hover{color:#1565d8}.upload-area{cursor:pointer;background:#fff;border:1px dashed #d9d9d9;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:200px;margin-top:0;margin-bottom:0;transition:border-color .2s;display:flex}.upload-area:hover,.upload-area.upload-hover{border-color:#1890ff}.upload-cloud{justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 8px;display:flex}.upload-area-text{color:#595959;font-size:14px}.upload-area-tip{color:#8c8c8c;font-size:12px}.question-form{flex-direction:column;flex:auto;gap:0;margin-top:0;display:flex}.question-form-fields{background:#fff;border:1px solid #e8f1ff;border-radius:12px;flex-direction:column;padding:16px;display:flex;box-shadow:0 8px 20px #1890ff0d}.question-form-row{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.question-form-row-bar{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}.question-list-title{color:#262626;font-size:14px;font-weight:600}.question-form-bar-btns{gap:8px;display:flex}.btn{cursor:pointer;color:#595959;background:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:none;justify-content:center;align-items:center;height:32px;padding:0 16px;font-family:inherit;font-size:14px;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn-small{height:28px;padding:0 12px;font-size:13px}.btn-primary{color:#fff;background:#1890ff;border:none}.btn-primary:hover{background:#1565d8}.btn-secondary{color:#595959;background:#fff;border:1px solid #d9d9d9}.btn-secondary:hover{background:#f3f4f6}.btn-border{color:#1890ff;background:#fff;border:1px solid #1890ff}.btn-border:hover{background:#e6f7ff}.form-label{color:#262626;font-size:14px;font-weight:500}.form-label-row{align-items:baseline;gap:8px;display:flex}.form-label-tip{color:#8c8c8c;font-size:12px;font-weight:400}.form-select{color:#262626;appearance:none;background:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:none;width:100%;height:32px;padding:0 12px;font-size:14px;transition:border-color .2s}.form-select:focus{border-color:#1890ff}.form-textarea{color:#262626;resize:vertical;border:1px solid #d9d9d9;border-radius:4px;outline:none;width:100%;height:80px;padding:8px 12px;font-size:14px;transition:border-color .2s}.form-textarea:focus{border-color:#1890ff}.options-grid{grid-template-columns:1fr 1fr;gap:12px;max-width:580px;display:grid}.option-item{align-items:center;gap:8px;max-width:160px;display:flex}.option-label{color:#262626;background:#f5f5f5;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:14px;font-weight:600;display:flex}.option-input{color:#262626;background:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:none;flex:0 0 160px;width:160px;max-width:160px;height:32px;padding:0 10px;font-size:14px;transition:border-color .2s}.option-input:focus{border-color:#1890ff}.answer-group{align-items:center;gap:24px;display:flex}.radio-item{align-items:center;gap:8px;display:flex}.radio{appearance:none;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:50%;outline:none;width:16px;height:16px;transition:border-color .2s;position:relative}.radio:checked{background:#1890ff;border-color:#1890ff}.radio:checked:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:4px;left:4px}.radio-label{color:#262626;font-size:14px}.question-form-row-btns{border-top:1px solid #f5f7fb;flex-direction:row;justify-content:flex-end;gap:8px;margin-top:12px;margin-bottom:0;padding-top:4px}.question-table-section{background:#fff;border:1px solid #edf1f6;border-radius:14px;flex:none;margin-top:0;padding:18px 18px 14px}.question-table-title{color:#262626;margin:0 0 16px;font-size:14px;font-weight:600}.question-table-wrap{background:#fff;border:1px solid #f0f0f0;border-radius:8px;flex-direction:column;min-height:120px;max-height:260px;display:flex;overflow:hidden}.question-table{border-collapse:collapse;width:100%;font-size:14px}.question-table thead th{color:#595959;text-align:left;background:#fafafa;border-bottom:1px solid #f0f0f0;height:48px;padding:0 16px;font-size:12px;font-weight:600}.question-table tbody td{color:#262626;vertical-align:middle;text-align:left;border-bottom:1px solid #f0f0f0;height:48px;padding:0 16px;font-size:14px}.table-content{white-space:pre-wrap;word-break:break-all}.table-link-danger{color:#f5222d;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.question-table-empty{color:#bfbfbf;background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:120px;display:flex}.upload-modal-footer{background:#fff;border-top:1px solid #f0f0f0;flex:none;justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}@media (width<=1100px){.upload-modal{width:98vw}}@media (width<=900px){.upload-modal-main{flex-direction:column;gap:16px}.upload-modal-col-left{width:100%;max-width:none}.method-tag{min-width:0;max-width:none}.question-form-fields{padding:14px}}.uploaded-questions{background-color:var(--primary-bg);border-radius:8px;margin-top:16px;padding:16px}.questions-table{border-collapse:collapse;text-align:left;width:100%}.questions-table th,.questions-table td{border:1px solid var(--line);padding:8px}.questions-table th{background-color:var(--primary-bg);color:var(--text-main);font-weight:700}.questions-table td{color:var(--text-sub)}.delete-btn{background-color:var(--danger);color:var(--white);cursor:pointer;border:none;border-radius:4px;padding:4px 8px}.delete-btn:hover{background-color:#d11a2a}.card{background-color:var(--primary-bg);border-radius:8px;margin-bottom:16px;padding:16px;box-shadow:0 2px 4px #0000001a}.card.white{background-color:var(--white)}.card-title{color:var(--text-main);margin-bottom:8px;font-size:14px;font-weight:700}.card-content{color:var(--text-sub);font-size:12px}.upload-cloud{background-image:url(/path/to/new-icon.svg);background-repeat:no-repeat;background-size:contain;width:50px;height:50px;margin:0 auto}.card-blue{background-color:var(--primary-bg);border-radius:8px;margin-bottom:16px;padding:16px;box-shadow:0 2px 4px #0000001a}.card-blue.short{width:80%;margin:0 auto}.card-blue .card-title{color:var(--text-main);margin-bottom:8px;font-size:14px;font-weight:700}.card-blue .card-content{color:var(--text-sub);font-size:12px}.upload-modal-col-left .card-blue,.upload-modal-col-right .card-blue{width:90%;margin:0 auto}.empty-table{height:180px;min-height:120px;color:var(--text-tip);flex-direction:column;justify-content:center;align-items:center;font-size:18px;display:flex}.empty-icon{margin-bottom:8px}.empty-text{color:var(--text-tip);font-size:18px}.select-wrapper{align-items:center;display:flex;position:relative}.select-wrapper .form-select{width:100%;padding-right:32px}.select-arrow{pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}
