.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-symbols-outlined.filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

[x-cloak] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, sans-serif;
}

.login-mesh {
  background-color: #f8f9ff;
  background-image:
    radial-gradient(at 0% 0%, rgba(30, 58, 138, 0.12) 0, transparent 50%),
    radial-gradient(at 100% 0%, rgba(253, 196, 37, 0.15) 0, transparent 45%),
    radial-gradient(at 50% 100%, rgba(0, 74, 49, 0.08) 0, transparent 50%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
}

.nav-active {
  background-color: #dce9ff;
  color: #00236f;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 35, 111, 0.08);
}

.zao-card {
  border-radius: 1rem;
  border: 1px solid rgba(197, 197, 211, 0.5);
  background: #ffffff;
  box-shadow: 0 4px 24px -4px rgba(0, 35, 111, 0.1);
}

.zao-badge-success {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  background: rgba(111, 251, 190, 0.35);
  padding: 0.25rem 0.75rem;
  font-size: 12px;
  font-weight: 600;
  color: #004a31;
}

.zao-badge-pending {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  background: #ffdf9a;
  padding: 0.25rem 0.75rem;
  font-size: 12px;
  font-weight: 600;
  color: #6d5200;
}

.zao-stat-bar {
  height: 0.5rem;
  border-radius: 9999px;
  background: #e5eeff;
  overflow: hidden;
}

.zao-stat-bar-fill {
  height: 100%;
  border-radius: 9999px;
  transition: width 0.35s ease;
}

.zao-stat-bar-fill--attendance {
  background: linear-gradient(90deg, #004a31, #27c38a);
}

.zao-stat-bar-fill--grade-high {
  background: linear-gradient(90deg, #1e3a8a, #4059aa);
}

.zao-stat-bar-fill--grade-mid {
  background: linear-gradient(90deg, #6d5200, #fdc425);
}

.zao-stat-bar-fill--grade-low {
  background: linear-gradient(90deg, #93000a, #ba1a1a);
}
