.subject-container[data-v-f5ff33da]{padding:20px;min-height:calc(100vh - 116px);background:#f5f7fa}.subject-grid[data-v-f5ff33da]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.subject-card[data-v-f5ff33da]{width:100%;height:160px;background:#fff;border-radius:8px;border:1px solid #e1e3e7;cursor:pointer;transition:all .3s ease;overflow:hidden;position:relative}.subject-card[data-v-f5ff33da]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.subject-card.add-card[data-v-f5ff33da]{display:flex;align-items:center;justify-content:center;border:2px dashed #dcdfe6;background:#fafafa}.subject-card.add-card[data-v-f5ff33da]:hover{border-color:#409eff;background:#f0f7ff}.subject-card.add-card .card-content[data-v-f5ff33da]{text-align:center;color:#409eff;font-size:18px}.subject-card.add-card .card-content .add-icon[data-v-f5ff33da]{margin-bottom:8px;font-size:48px}.subject-card.add-card .card-content .add-text[data-v-f5ff33da]{margin:0;font-weight:500}.subject-card .course-cover[data-v-f5ff33da]{width:100%;height:100%;position:relative;overflow:hidden}.subject-card .course-cover img[data-v-f5ff33da]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.subject-card .course-cover .cover-placeholder[data-v-f5ff33da]{width:100%;height:100%;background:#d9e9f6;display:flex;align-items:center;justify-content:center}.subject-card .course-cover .cover-placeholder img[data-v-f5ff33da]{width:100%;height:100%}.subject-card .course-overlay[data-v-f5ff33da]{position:absolute;bottom:-4px;left:0;right:0}.subject-card .course-overlay .course-info[data-v-f5ff33da]{display:flex;justify-content:space-between;align-items:center;padding:16px;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.6));transform:translateY(0);transition:transform .3s ease}.subject-card .course-overlay .course-info .course-name[data-v-f5ff33da]{color:#fff;font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.5);flex:1;margin-right:12px}.subject-card .course-overlay .course-info .action-arrow[data-v-f5ff33da]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.8);font-size:16px;animation:bounce-f5ff33da 1.5s ease-in-out infinite;flex-shrink:0}.subject-card .course-overlay .course-actions[data-v-f5ff33da]{position:absolute;bottom:-44px;left:0;right:0;display:flex;justify-content:center;gap:8px;padding:8px 16px;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 -2px 8px rgba(0,0,0,.05);transition:bottom .3s ease}.subject-card .course-overlay .course-actions .el-button[data-v-f5ff33da]{padding:4px 12px;font-size:12px}.subject-card:hover .course-info[data-v-f5ff33da]{transform:translateY(-43px)}.subject-card:hover .course-actions[data-v-f5ff33da]{bottom:3px}@keyframes bounce-f5ff33da{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}