/* 就业工作台管理后台样式 */
.login-wrap { height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #001529 0%, #003a70 100%); }
.login-card { width: 400px; background: #fff; border-radius: 16px; padding: 40px 36px 28px;
  box-shadow: 0 16px 48px rgba(0,0,0,.25); text-align: center; }
.login-logo { font-size: 44px; }
.login-title { font-size: 20px; margin: 10px 0 4px; color: #1f2d3d; }
.login-sub { font-size: 13px; color: #909399; margin-bottom: 24px; }
.login-advanced { text-align: left; margin-bottom: 4px; border: none; }
.login-advanced .el-collapse-item__header { font-size: 12px; color: #909399; height: 36px; }
.login-tip { font-size: 12px; color: #c0c4cc; margin-top: 16px; }

.sidebar { background: #001529; transition: width .2s; overflow-x: hidden; }
.sidebar .el-menu { border-right: none; }
.brand { height: 60px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; }
.brand-icon { font-size: 24px; }
.brand-text { font-size: 16px; font-weight: 600; letter-spacing: 1px; white-space: nowrap; }
.mi { margin-left: 8px; }

.topbar { background: #fff; display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 1px 4px rgba(0,21,41,.08); z-index: 5; }
.topbar-left { display: flex; align-items: center; gap: 14px; }
.page-title { font-size: 15px; font-weight: 600; color: #303133; }
.user-chip { cursor: pointer; font-size: 13px; color: #606266; display: flex; align-items: center; gap: 6px; }

.main-area { background: #f0f2f5; padding: 16px; overflow-y: auto; }

/* 通用卡片与工具栏 */
.toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 14px; }
.toolbar .grow { flex: 1; }
.card { background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; margin-bottom: 16px; }
.stat-card { background: #fff; border-radius: 10px; padding: 18px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.stat-card .num { font-size: 28px; font-weight: 700; color: #303133; }
.stat-card .label { font-size: 13px; color: #909399; margin-top: 4px; }
.stat-card.warn .num { color: #f56c6c; }
.stat-card.good .num { color: #67c23a; }
.stat-card.primary .num { color: #409eff; }
.pager { display: flex; justify-content: flex-end; margin-top: 14px; }
.perm-group { margin-bottom: 8px; }

@media (max-width: 768px) {
  .login-card { width: 92%; padding: 30px 22px 20px; }
  .main-area { padding: 10px; }
  .el-aside { position: fixed; z-index: 100; height: 100%; }
}
