/* Legacy styles for 07012025 - restore gradients and custom colored blocks from original site
   These are approximations; refine later by copying exact CSS if available */

/* Bring back richer gradients */
.theme-07012025 .main-content {
  background: linear-gradient(180deg, rgba(16,23,31,0.9), rgba(11,18,25,0.95));
  border: 1px solid rgba(255,255,255,0.03);
}

.theme-07012025 .info-box {
  background: linear-gradient(135deg, rgba(40,50,80,0.25), rgba(30,40,60,0.2));
  border-left: 6px solid #5fb0ff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.45);
}

.theme-07012025 .code-format-explanation {
  background: linear-gradient(90deg, rgba(60,150,90,0.06), rgba(60,150,90,0.02));
  border-left: 4px solid #3caf5f;
}

.theme-07012025 .model-card {
  background: linear-gradient(135deg, rgba(20,30,40,0.9), rgba(10,20,30,0.95));
  border: 1px solid rgba(95,176,255,0.08);
}

.theme-07012025 .gradient {
  background: linear-gradient(90deg, #6ea8fe 0%, #f6c76c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
