/* 移动端 Element UI 适配 */
html, body { -webkit-tap-highlight-color: transparent; padding: 0; margin: 0; position: absolute; width: 100%; height: 100%; }
.page { 
  min-height: 100vh;  
  padding: 0px 12px; background: #f0f2f5; }
/* .page { min-height: 100vh; padding: 12px 12px 72px; background: #f0f2f5; } */
.page-header {
  background: linear-gradient(135deg, #1989fa 0%, #0d6efd 100%);
  margin: -12px -12px 16px;
  padding: 20px 16px 16px;
  color: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 12px rgba(25, 137, 250, 0.35);
}
.page-header h1 { font-size: 20px; font-weight: 600; margin: 0; color: #fff; }
.page-header .sub { font-size: 13px; opacity: 0.9; margin-top: 6px; }
.page-header a, .page-header .link { color: #fff; cursor: pointer; font-size: 14px; }
.bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; height: 56px;
  background: #fff; display: flex; border-top: 1px solid #ebedf0;
  z-index: 500; box-shadow: 0 -2px 8px rgba(0,0,0,.06);
}
.bottom-nav .nav-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; color: #646566; font-size: 11px; cursor: pointer;
  padding: 4px 0;
}
.bottom-nav .nav-item i { font-size: 20px; margin-bottom: 2px; }
.bottom-nav .nav-item.active { color: #1989fa; font-weight: 600; }
.stat-card .el-statistic__head { font-size: 12px; color: #909399; }
.stat-card .el-statistic__content { font-size: 24px; font-weight: 700; }
.vehicle-card { margin-bottom: 12px; }
.vehicle-card .plate {
  font-size: 20px; font-weight: 700; letter-spacing: 2px; color: #303133;
  padding: 4px 0 8px;
}
.vehicle-img {
  width: 100%; max-height: 180px; object-fit: contain;
  background: #f5f7fa; border-radius: 8px; margin: 8px 0;
}
.user-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.user-row .meta { flex: 1; min-width: 120px; }
.el-dialog { max-width: 96vw; margin: 0 auto !important; }
.el-message-box { max-width: 90vw; }
.el-tabs__header { margin-bottom: 12px; }
.el-card { border-radius: 10px; margin-bottom: 12px; }
.el-card__body { padding: 14px; }
.empty-tip { text-align: center; color: #909399; padding: 32px 16px; font-size: 14px; }
.tag-entry { background: #67c23a; }
.tag-exit { background: #f56c6c; }
.login-wrap {  margin: 0 auto; }
.login-logo { text-align: center; padding: 48px 0 28px; }
.login-logo h1 { font-size: 24px; color: #303133; margin: 12px 0 0; }
.login-logo p { color: #909399; font-size: 14px; margin-top: 8px; }
