@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-layout{background:#f5f7fa;flex-direction:column;height:100vh;display:flex}.app-toolbar{z-index:100;background:#fff;border-bottom:1px solid #e8ecf1;justify-content:space-between;align-items:center;min-height:52px;padding:8px 16px;display:flex;box-shadow:0 1px 3px #0000000a}.toolbar-left{align-items:center;gap:12px;display:flex}.toolbar-right{align-items:center;gap:8px;display:flex}.app-logo{color:#1677ff;letter-spacing:-.3px;align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.app-logo .logo-icon{color:#fff;background:linear-gradient(135deg,#1677ff,#4096ff);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.file-info{color:#667085;background:#f6f8fc;border-radius:6px;align-items:center;gap:8px;padding:4px 12px;font-size:13px;display:flex}.file-info .file-name{color:#344054;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:500;overflow:hidden}.app-body{flex:1;display:flex;overflow:hidden}.app-sidebar{background:#0a1628;border-right:1px solid #1a2744;flex-direction:column;width:280px;min-width:280px;display:flex;overflow:hidden}.sidebar-header{border-bottom:1px solid #1a2744;padding:16px}.sidebar-title{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:11px;font-weight:600}.sidebar-tree{flex:1;padding:8px;overflow-y:auto}.sidebar-tree .ant-tree{color:#cbd5e1;background:0 0}.sidebar-tree .ant-tree .ant-tree-node-content-wrapper{color:#cbd5e1;border-radius:6px;transition:all .2s}.sidebar-tree .ant-tree .ant-tree-node-content-wrapper:hover{color:#fff;background:#ffffff14}.sidebar-tree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected{color:#60a5fa!important;background:#1677ff33!important}.sidebar-tree .ant-tree .ant-tree-switcher{color:#64748b}.sidebar-tree .ant-tree .ant-tree-treenode{padding:2px 0}.tree-class-node{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.tree-class-name{font-size:13px}.tree-subject-node{color:#94a3b8;font-size:13px;font-weight:600}.app-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.excel-paste-panel{background:#fff;border-bottom:1px solid #e8ecf1;padding:16px}.excel-paste-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.excel-paste-title{color:#344054;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.excel-paste-textarea textarea{font-family:SF Mono,Cascadia Code,Fira Code,monospace!important;font-size:12px!important;line-height:1.6!important}.excel-paste-footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.grade-table-container{flex:1;padding:8px 16px 16px;overflow:hidden}.grade-table-container .ant-table-wrapper{height:100%}.grade-table-container .ant-table{font-size:13px}.grade-table-container .ant-table-thead>tr>th{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;font-size:12px;font-weight:600}.grade-table-container .ant-table-cell{padding:6px 10px!important}.grade-table-container .ant-table-cell-fix-left-last:after{box-shadow:inset 6px 0 8px -4px #00000014!important}.cell-edited{background:#f6ffed!important;border-left:3px solid #52c41a!important}.cell-imported{background:#fffbe6!important;border-left:3px solid #faad14!important}.cell-error{background:#fff2f0!important;border-left:3px solid #ff4d4f!important}.cell-editing{padding:2px!important}.cell-editing .ant-input-number{border-color:#1677ff;width:100%;box-shadow:0 0 0 2px #1677ff33}.grade-cell{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;min-width:50px;transition:background .15s}.grade-cell:hover{background:#e6f4ff!important}.grade-value{font-variant-numeric:tabular-nums}.app-statusbar{color:#667085;background:#f5f7fa;border-top:1px solid #e8ecf1;align-items:center;gap:16px;height:32px;min-height:32px;padding:0 16px;font-size:12px;display:flex}.statusbar-item{align-items:center;gap:4px;display:flex}.statusbar-divider{background:#d0d5dd;width:1px;height:14px}.mapping-row{border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:8px 0;display:flex}.mapping-row:last-child{border-bottom:none}.mapping-excel-col{flex:1;font-size:13px;font-weight:500}.mapping-arrow{color:#1677ff;flex-shrink:0;font-size:16px}.mapping-fg-col{flex:1.5}.welcome-state{color:#98a2b3;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.welcome-icon{color:#d0d5dd;font-size:64px}.welcome-text{font-size:16px;font-weight:500}.welcome-hint{color:#98a2b3;font-size:13px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#98a2b3}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.pulse{animation:2s infinite pulse}
