/* Admin Background Styles */
.admin-bg {
  background-image: url('/Revo/img/bbb.jpg'), url('../img/bbb.jpg'), url('../../img/bbb.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Fallback gradient if image doesn't load */
  background: linear-gradient(135deg, #081341 0%, #06047b 100%);
}

.admin-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}