/* 班级管理模块样式（创建班级 + 班级管理）—— 从 account.html 抽出。
 * Model A：班级 = 花名册，与课程解耦（无课程单选 / 课程标签 / 改课程）。
 * 共享样式（.admin-overlay / .admin-panel / .admin-search / .auth-submit /
 * .batch-table / .batch-class-info / .hidden 等）仍由 account.html 的 <style> 提供。 */

.cc-field-label { font-size:0.82rem; color:rgba(255,255,255,0.6); margin:12px 0 6px; }
.cc-stu-row { display:flex; align-items:center; gap:10px; padding:8px 12px; border-radius:8px; border:1px solid rgba(255,255,255,0.06); background:rgba(255,255,255,0.03); margin-bottom:4px; font-size:0.85rem; transition:background 0.15s; }
.cc-stu-row:hover { background:rgba(255,255,255,0.07); }
.cc-stu-row input[type=checkbox] { width:16px; height:16px; accent-color:#d4af37; }
.cc-stu-row .uname { flex:1; color:#e0d5c0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.cc-stu-row .uinfo { font-size:0.72rem; color:rgba(255,255,255,0.35); white-space:nowrap; }
.cc-count { font-size:0.76rem; color:#ffd780; margin:4px 0 6px; min-height:14px; }
.mc-row { display:flex; align-items:center; gap:10px; flex-wrap:wrap; padding:10px 14px; margin-bottom:6px; border-radius:10px; border:1px solid rgba(255,255,255,0.08); background:rgba(255,255,255,0.04); font-size:0.85rem; }
.mc-row .mname { color:#e0d5c0; font-weight:500; min-width:70px; }
.mc-row .mcode { font-size:0.72rem; color:rgba(255,255,255,0.4); }
