/* Legacy styles for 09012025 - restore multi-color blocks, gradients and special callouts */

.theme-09012025 .main-content {
  background: linear-gradient(180deg, rgba(12,16,22,0.92), rgba(8,12,18,0.98));
}

.theme-09012025 .info-box {
  background: linear-gradient(90deg, rgba(167,139,250,0.06), rgba(110,168,254,0.04));
  border-left: 6px solid #a78bfa;
}

.theme-09012025 .animated-border-box {
  border: 2px solid rgba(167,139,250,0.18);
  animation: pulse-border 3s ease-in-out infinite;
}

.theme-09012025 .model-card {
  border: 1px solid rgba(110,168,254,0.12);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.theme-09012025 .gradient {
  background: linear-gradient(90deg, #a78bfa 0%, #6ea8fe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
