[v-cloak] { display: none; }

html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  overflow-y: auto;
  max-width: 100vw;
  /* 防止动画导致高度变化触发滚动条 */
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden !important;
  /* 防止动画导致高度变化触发滚动条 */
  min-height: 100vh;
  height: auto;
}

/* 科技风格渐变背景 - 固定到视口，避免滚动时上下分离 */
body {
  background: 
    radial-gradient(ellipse at 20% 30%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(168, 85, 247, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 70%),
    linear-gradient(180deg, #0f172a 0%, #1e293b 25%, #312e81 50%, #1e293b 75%, #0f172a 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: 0% 50%, 0% 0%, 0% 0%, 0% 50%;
  background-attachment: fixed, fixed, fixed, fixed;
  /* 移除所有动画，避免触发滚动条 */
  position: relative;
  min-height: 100vh;
  height: auto;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* 防止动画导致布局重排 */
  will-change: auto;
}

/* 移除所有动画，避免触发滚动条 */
/* @keyframes gradientShift {
  0% { background-position: 0% 50%, 0% 0%, 0% 0%, 0% 50%; }
  50% { background-position: 0% 50%, 0% 0%, 0% 0%, 25% 50%; }
  100% { background-position: 0% 50%, 0% 0%, 0% 0%, 0% 50%; }
} */

/* @keyframes backgroundPulse {
  0%, 100% { filter: brightness(1) contrast(1); }
  50% { filter: brightness(1.05) contrast(1.02); }
} */

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  background-image: 
    linear-gradient(rgba(99, 102, 241, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(168, 85, 247, 0.08) 2px, transparent 2px),
    linear-gradient(90deg, rgba(168, 85, 247, 0.08) 2px, transparent 2px),
    radial-gradient(circle at 15% 25%, rgba(99, 102, 241, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(168, 85, 247, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
  /* 限制背景尺寸，避免超出视口 */
  background-size: 40px 40px, 40px 40px, 200px 200px, 200px 200px, min(600px, 50vw) min(600px, 50vh), min(600px, 50vw) min(600px, 50vh), min(1000px, 80vw) min(1000px, 80vh);
  pointer-events: none;
  z-index: 0;
  /* 移除所有动画，避免触发滚动条 */
  opacity: 0.9;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  background: 
    /* 使用视口单位而不是固定像素值，避免超出视口 */
    radial-gradient(ellipse 60vw 40vh at 10% 20%, rgba(99, 102, 241, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50vw 35vh at 90% 80%, rgba(168, 85, 247, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40vw 30vh at 50% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  /* 移除 lightMove 动画，避免触发滚动条 */
}

/* 移除所有动画，避免触发滚动条 */
/* @keyframes gridPulse {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 1; }
} */

/* @keyframes gridMove {
  0% { background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0; }
  100% { background-position: 40px 40px, 40px 40px, 200px 200px, 200px 200px, 100px 100px, -100px -100px, 50px 50px; }
} */

/* @keyframes lightMove {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.8; }
  33% { transform: translate(20px, -30px) scale(1.05); opacity: 1; }
  66% { transform: translate(-20px, 30px) scale(0.95); opacity: 0.9; }
} */

#app {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow-x: hidden;
}

#app::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(99, 102, 241, 0.6), transparent),
    radial-gradient(2px 2px at 60% 70%, rgba(168, 85, 247, 0.6), transparent),
    radial-gradient(1px 1px at 50% 50%, rgba(59, 130, 246, 0.8), transparent),
    radial-gradient(1px 1px at 80% 20%, rgba(99, 102, 241, 0.5), transparent),
    radial-gradient(2px 2px at 30% 80%, rgba(168, 85, 247, 0.5), transparent);
  background-repeat: repeat;
  background-size: 200px 200px, 300px 300px, 150px 150px, 250px 250px, 180px 180px;
  pointer-events: none;
  z-index: 0;
  /* 移除 sparkle 动画，避免触发滚动条 */
  opacity: 0.6;
}

/* 移除 sparkle 动画，避免 transform 触发滚动条 */
/* @keyframes sparkle {
  0%, 100% { opacity: 0.4; transform: translate(0, 0); }
  25% { opacity: 0.8; transform: translate(10px, -10px); }
  50% { opacity: 0.6; transform: translate(-10px, 10px); }
  75% { opacity: 0.9; transform: translate(5px, 5px); }
} */

/* .tech-card / .kpi-card / .profile-card 表面见 /css/tech-surface.css */

/* 个人中心 .tech-card 圆角略大 */
.tech-card {
  border-radius: 12px;
}
/* 筛选栏内快捷按钮 - 与输入框同高 44px、统一圆角 */
.filter-quick-btn {
  height: 44px;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid var(--tech-border-card);
  background: var(--tech-surface-input);
  color: var(--tech-text-body);
  transition: all 0.2s;
}
.filter-quick-btn:hover {
  background: rgba(99, 102, 241, 0.2);
  border-color: rgba(99, 102, 241, 0.6);
  color: var(--tech-text-title);
}
/* 筛选栏内主按钮（刷新、进入系统）与本月/上月同高 */
.filter-bar-btn {
  height: 44px;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0 20px !important; /* 覆盖 .btn-primary 的 10px 20px，避免被压扁 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 深色模式样式 */
body.dark-mode {
  background-color: #0f172a;
  color: #e2e8f0;
}

body.dark-mode .bg-white {
  background-color: #1e293b !important;
}

body.dark-mode .bg-gray-50 {
  background-color: #0f172a !important;
}

body.dark-mode .bg-gray-100 {
  background-color: #1e293b !important;
}

body.dark-mode .text-gray-900 {
  color: #f1f5f9 !important;
}

body.dark-mode .text-gray-700 {
  color: #cbd5e1 !important;
}

body.dark-mode .text-gray-600 {
  color: #94a3b8 !important;
}

body.dark-mode .text-gray-500 {
  color: #64748b !important;
}

body.dark-mode .border-gray-200 {
  border-color: #334155 !important;
}

body.dark-mode .border-gray-100 {
  border-color: #334155 !important;
}

body.dark-mode .profile-card {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
}

body.dark-mode .stat-card {
  background-color: #1e293b;
  border-color: #334155;
}

body.dark-mode .stat-value {
  color: #f1f5f9;
}

body.dark-mode .stat-label {
  color: #94a3b8;
}

body.dark-mode .btn-secondary {
  background-color: #1e293b;
  color: #cbd5e1;
  border-color: #334155;
}

body.dark-mode .btn-secondary:hover {
  background-color: #334155;
  border-color: #475569;
}

body.dark-mode .form-input {
  background-color: rgba(15, 23, 42, 0.7);
  border-color: #334155;
  color: #f1f5f9;
}

body.dark-mode .form-input:focus {
  border-color: #3b82f6;
  background-color: rgba(15, 23, 42, 0.9);
}

/* 确保密码输入框在深色模式下也使用统一的背景色 */
body.dark-mode .form-input[type="password"] {
  background-color: rgba(15, 23, 42, 0.7) !important;
  color: #f1f5f9 !important;
}

body.dark-mode .form-input[type="password"]:focus {
  background-color: rgba(15, 23, 42, 0.9) !important;
}

body.dark-mode .form-input:disabled {
  background-color: #0f172a;
  color: #64748b;
}

body.dark-mode .admin-table {
  background: #1e293b;
}

body.dark-mode .admin-table th {
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border-color: #334155;
  color: #f1f5f9;
}

body.dark-mode .admin-table td {
  border-color: #334155;
  color: #cbd5e1;
}

body.dark-mode .admin-table tbody tr:nth-child(even) {
  background-color: #0f172a;
}

body.dark-mode .admin-table tbody tr:hover {
  background-color: #334155;
}

body.dark-mode .table-container {
  border-color: #334155;
}

body.dark-mode .sidebar-item:hover {
  background-color: rgba(59, 130, 246, 0.2);
}

body.dark-mode .sidebar-item.active {
  background-color: rgba(59, 130, 246, 0.25);
}

body.dark-mode .toast {
  background-color: #1e293b;
  border-color: #334155;
  color: #f1f5f9;
}

body.dark-mode .badge-success {
  background-color: #065f46;
  color: #d1fae5;
}

body.dark-mode .badge-warning {
  background-color: #92400e;
  color: #fef3c7;
}

body.dark-mode .badge-info {
  background-color: #1e40af;
  color: #dbeafe;
}

body.dark-mode .badge-danger {
  background-color: #991b1b;
  color: #fee2e2;
}

/* 侧边栏导航项样式 - 增强对比度和可见性 */
#app > .max-w-7xl .text-gray-400,
#app .text-xs.text-gray-400 {
  color: var(--tech-text-label);
}

#app > .max-w-7xl .text-gray-300 {
  color: var(--tech-text-body);
}

.sidebar-item {
  transition: all 0.2s;
  cursor: pointer;
  background: var(--tech-surface-nested);
  border: 1px solid rgba(99, 102, 241, 0.2);
  color: var(--tech-text-body);
  margin-bottom: 4px;
}

.sidebar-item:hover {
  background: rgba(99, 102, 241, 0.25);
  border-color: rgba(99, 102, 241, 0.5);
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.sidebar-item.active {
  background: rgba(99, 102, 241, 0.35);
  border-left: 4px solid rgba(99, 102, 241, 0.8);
  border-color: rgba(99, 102, 241, 0.5);
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.4);
  font-weight: 600;
}

.profile-card {
  border-radius: 12px;
  padding: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.profile-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 48px rgba(99, 102, 241, 0.45),
    0 0 0 1px rgba(99, 102, 241, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 32px rgba(99, 102, 241, 0.25);
}

.btn-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3);
}

.btn-secondary {
  background: white;
  color: #475569;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #cbd5e1;
  transition: all 0.2s;
  cursor: pointer;
}

.btn-secondary:hover {
  background: #f8fafc;
  border-color: #94a3b8;
}

.btn-danger {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.btn-danger:hover {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  box-shadow: 0 4px 6px rgba(239, 68, 68, 0.3);
}

.form-input {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 6px;
  font-size: var(--tech-fs-sm);
  transition: all 0.2s;
  backdrop-filter: blur(8px);
}

.form-input:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.form-input[type="password"] {
  background-color: var(--tech-surface-input) !important;
  color: var(--tech-text-body) !important;
}

.form-input[type="password"]:focus {
  background-color: var(--tech-surface-input) !important;
  color: var(--tech-text-title) !important;
}

input.form-input[type="password"]:-webkit-autofill,
input.form-input[type="password"]:-webkit-autofill:hover,
input.form-input[type="password"]:-webkit-autofill:focus,
input.form-input[type="password"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(30, 41, 59, 0.92) inset !important;
  -webkit-text-fill-color: var(--tech-text-body) !important;
  box-shadow: 0 0 0 1000px rgba(30, 41, 59, 0.92) inset !important;
}

input.form-input[type="password"]:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--tech-text-title) !important;
}

.form-input:disabled {
  background-color: rgba(15, 23, 42, 0.4);
  color: var(--tech-text-muted);
  cursor: not-allowed;
}

.form-label {
  display: block;
  font-size: var(--tech-fs-sm);
  font-weight: 600;
  color: var(--tech-text-title);
  margin-bottom: 8px;
}

.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

/* 岗位标签字体放大两号 */
.badge.badge-info.position-badge {
  font-size: 18px;
  padding: 6px 16px;
}

.badge-success {
  background-color: #d1fae5;
  color: #065f46;
}

.badge-warning {
  background-color: #fef3c7;
  color: #92400e;
}

.badge-info {
  background-color: #dbeafe;
  color: #1e40af;
}

.badge-danger {
  background-color: #fee2e2;
  color: #991b1b;
}

.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  animation: slideIn 0.3s ease;
  min-width: 300px;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.toast.success {
  border-left: 4px solid #10b981;
}

.toast.error {
  border-left: 4px solid #ef4444;
}

.toast.warning {
  border-left: 4px solid #f59e0b;
}

.avatar-upload {
  position: relative;
  display: inline-block;
}

.avatar-upload:hover .avatar-overlay {
  opacity: 1;
}

.avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}

/* 表格容器：不限制高度，让整个月所有行一次性展示，由页面整体滚动；仅保留横向滚动条 */
.table-container {
  max-height: none;
  overflow-y: visible;
  overflow-x: auto;
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 8px;
  background: var(--tech-surface-nested);
}

.admin-table {
  border-collapse: collapse;
  width: 100%;
  font-size: var(--tech-fs-sm);
  background: transparent;
}

.admin-table th {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(147, 51, 234, 0.2) 100%);
  border: 1px solid rgba(59, 130, 246, 0.35);
  padding: 12px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 10;
}

.admin-table td {
  border: 1px solid rgba(59, 130, 246, 0.15);
  padding: 12px;
}

.admin-table tbody tr {
  transition: background-color 0.15s ease;
}

.admin-table tbody tr:nth-child(odd) {
  background-color: var(--tech-surface-nested);
}

.admin-table tbody tr:nth-child(even) {
  background-color: var(--tech-surface-table-row-even);
}

.admin-table tbody tr:hover {
  background-color: rgba(59, 130, 246, 0.18);
}

.summary-text {
  font-size: var(--tech-fs-sm);
  color: var(--tech-text-body);
}

.summary-text .summary-count {
  color: #38bdf8;
  font-weight: 600;
}

.summary-text .summary-amount {
  color: #4ade80;
  font-weight: 600;
}

.loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f4f6;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.mobile-overview-grid {
  display: none;
}

.mobile-view-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border-radius: 10px;
  background: var(--tech-surface-table);
  border: 1px solid rgba(59, 130, 246, 0.25);
}
.mobile-view-toggle button {
  min-height: 34px;
  min-width: 76px;
  border: 0;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--tech-text-body);
  background: transparent;
  cursor: pointer;
}
.mobile-view-toggle button.active {
  background: rgba(56, 189, 248, 0.24);
  color: var(--tech-text-title);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.35);
}
.mobile-record-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.mobile-record-card {
  border: 1px solid rgba(59, 130, 246, 0.24);
  border-radius: 10px;
  background: var(--tech-surface-nested);
  padding: 10px;
}
.mobile-record-card .title {
  color: var(--tech-text-title);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.mobile-record-grid {
  display: grid;
  grid-template-columns: 88px 1fr;
  row-gap: 4px;
  column-gap: 8px;
  font-size: 12px;
}
.mobile-record-grid .label {
  color: var(--tech-text-label);
}
.mobile-record-grid .value {
  color: var(--tech-text-body);
  word-break: break-all;
}
.mobile-record-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.mobile-record-actions .btn-primary {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 12px;
}
.mobile-sheet-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 10px;
}
.mobile-sheet-day {
  border: 1px solid rgba(59, 130, 246, 0.24);
  border-radius: 10px;
  background: var(--tech-surface-nested);
  overflow: hidden;
}
.mobile-sheet-day > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  color: var(--tech-text-title);
  font-size: 13px;
  font-weight: 700;
  background: var(--tech-surface-nested);
}
.mobile-sheet-day > summary::-webkit-details-marker {
  display: none;
}
.mobile-sheet-day-body {
  padding: 10px 12px;
  border-top: 1px dashed rgba(59, 130, 246, 0.2);
}
.mobile-sheet-profit-list {
  margin: 0;
  padding-left: 16px;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.6;
}
.mobile-sheet-total {
  color: #4ade80;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 769px) {
  .mobile-profile-details {
    margin-top: 0;
    border: none;
    background: transparent;
    padding: 0;
  }
  .mobile-profile-details > summary {
    display: none;
  }
  .mobile-profile-details > div {
    display: grid !important;
  }
}

/* ========== 移动端：汉堡菜单、安全区、减弱动效 ========== */
@media (max-width: 768px) {
  .flex.h-\[calc\(100vh-73px\)\] {
    display: block;
    height: auto !important;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
  nav h1 { white-space: nowrap; font-size: 1.1rem; }

  aside.w-64 {
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.22);
  }
  aside.w-64 .p-4 {
    padding: 12px;
  }
  aside.w-64 .mb-6 {
    margin-bottom: 10px;
  }
  aside.w-64 .w-20.h-20 {
    width: 60px;
    height: 60px;
  }
  .badge.badge-info.position-badge {
    font-size: 14px;
    padding: 4px 10px;
  }

  nav.space-y-1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .sidebar-item {
    margin-bottom: 0;
  }
  .sidebar-item.w-full {
    padding: 10px 10px !important;
    min-height: 44px;
    justify-content: center;
    gap: 6px;
  }
  .sidebar-item.w-full span:last-child {
    font-size: 12px;
    line-height: 1.2;
  }

  main.flex-1 {
    padding: 12px !important;
  }
  h2.text-2xl {
    font-size: 1.25rem !important;
  }
  .profile-card {
    padding: 14px;
  }
  .profile-card:hover {
    transform: none;
  }
  .form-input {
    min-height: 44px;
  }
  .btn-primary, .btn-secondary, .btn-danger {
    min-height: 44px;
    padding: 10px 14px;
  }

  .mobile-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .mobile-overview-card {
    border: 1px solid rgba(59, 130, 246, 0.24);
    border-radius: 10px;
    background: rgba(30, 41, 59, 0.72);
    padding: 10px;
  }
  .mobile-overview-label {
    color: #94a3b8;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .mobile-overview-value {
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-profile-details {
    margin-top: 4px;
    border: 1px dashed rgba(59, 130, 246, 0.35);
    border-radius: 10px;
    padding: 10px;
    background: rgba(15, 23, 42, 0.35);
  }
  .mobile-profile-details > summary {
    cursor: pointer;
    color: #7dd3fc;
    font-size: 13px;
    font-weight: 600;
    outline: none;
  }

  .table-container {
    border-radius: 10px;
  }
  .admin-table {
    min-width: 680px;
    font-size: 12px;
  }
  .admin-table th,
  .admin-table td {
    padding: 8px;
  }
  .mobile-record-card .badge {
    font-size: 11px;
    padding: 2px 8px;
  }
}
@media (min-width: 769px) { .nav-drawer-overlay, .nav-drawer-panel { display: none !important; } }
