/* Event-specific template overrides */
[data-template="conference"] {
  --card: 0 0% 94%;
  --ring: 215 65% 88%;
  --input: 215 20% 90%;
  --muted: 215 10% 98%;
  --accent: 35 52% 88%;
  --border: 215 20% 90%;
  --popover: 0 0% 100%;
  --primary: 215 65% 88%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 294 41% 45%;
  --background: 0 0% 100%;
  --foreground: 207 62% 18%;
  --destructive: 0 84% 60%;
  --card-foreground: 207 62% 18%;
  --muted-foreground: 207 30% 38%;
  --accent-foreground: 35 20% 8%;
  --popover-foreground: 207 62% 18%;
  --primary-foreground: 215 20% 8%;
  --success-foreground: 0 0% 98%;
  --warning-foreground: 0 0% 9%;
  --secondary-foreground: 294 41% 98%;
  --destructive-foreground: 0 0% 98%;
}

[data-template="conference"].dark, .dark [data-template="conference"] {
  --card: 0 0% 12%;
  --ring: 215 75% 103%;
  --input: 0 0% 15%;
  --muted: 0 0% 10%;
  --accent: 35 52% 98%;
  --border: 0 0% 15%;
  --popover: 0 0% 9%;
  --primary: 215 75% 103%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 294 41% 65%;
  --background: 0 0% 9%;
  --foreground: 0 0% 95%;
  --destructive: 0 62% 50%;
  --card-foreground: 0 0% 95%;
  --muted-foreground: 0 0% 63%;
  --accent-foreground: 0 0% 9%;
  --popover-foreground: 0 0% 95%;
  --primary-foreground: 0 0% 9%;
  --success-foreground: 0 0% 98%;
  --warning-foreground: 0 0% 9%;
  --secondary-foreground: 0 0% 9%;
  --destructive-foreground: 0 0% 98%;
}

/* Section Schemes */
[data-template="conference"] .section-home {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

[data-template="conference"] .section-agenda {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

[data-template="conference"] .section-footer {
  background: hsl(var(--foreground));
  color: hsl(var(--background));
}

[data-template="conference"] .section-header {
  background: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}

[data-template="conference"] .section-tickets {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

[data-template="conference"] .section-sponsors {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

[data-template="conference"] .section-abstracts {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}

[data-template="conference"] .section-exhibitors {
  background: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}

[data-template="conference"] .section-accommodation {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}

[data-template="conference"] .section-custom_page_1 {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

[data-template="conference"] .section-custom_page_2 {
  background: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}

[data-template="conference"] {
  --radius: 6px;
}