@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --primary:        #1a6b42;
  --primary-dark:   #1a6b42;
  --primary-mid:    #1a6b42;
  --primary-light:  #27a060;
  --accent:         #52c788;
  --accent-light:   #52c78844;
  --text-white:     #ffffff;
  --text-soft:      #ffffffbb;
  --text-dim:       #ffffff66;
  --glass:          rgba(255,255,255,0.07);
  --glass-border:   rgba(255,255,255,0.12);
  --card-border:    #52c78844;
  --shadow-green:   0 8px 32px #1a6b4266;
  --shadow-card:    0 20px 60px rgba(0,0,0,0.5);
}

html, body, * {
  font-family: 'Poppins', -apple-system, sans-serif !important;
}

html, body {
  background: linear-gradient(135deg, #0a1f12 0%, #0f3320 100%) !important;
  background-attachment: fixed !important;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: #000000;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.top-bar, .admin-topbar-themed {
  background: #0a1f12ee !important;
}
.bottom-bar {
  background: #0a1f12dd !important;
}
.stats-strip {
  background: #0a1f1299 !important;
}
.scan-ring {
  border-color: #52c788 !important;
}
.scan-icon-inner {
  background: linear-gradient(135deg, #1a6b42, #52c788) !important;
  box-shadow: 0 0 40px #52c78880 !important;
}
.clock-time {
  color: #52c788 !important;
}
.mode-badge.active, .result-progress-bar {
  background: linear-gradient(135deg, #1a6b42, #52c788) !important;
}
.result-card {
  background: #0d2b18f5 !important;
}
.idle-title {
  color: #ffffff !important;
}
