/* Event-specific template overrides */
[data-template="conference"] {
  --card: 0 0% 94%;
  --ring: 12 87% 64%;
  --input: 12 20% 90%;
  --muted: 12 10% 98%;
  --accent: 192 69% 64%;
  --border: 12 20% 90%;
  --popover: 0 0% 100%;
  --primary: 12 87% 64%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 24 20% 95%;
  --background: 0 0% 100%;
  --foreground: 212 40% 34%;
  --destructive: 0 84% 60%;
  --card-foreground: 212 40% 34%;
  --muted-foreground: 212 30% 54%;
  --accent-foreground: 192 20% 8%;
  --popover-foreground: 212 40% 34%;
  --primary-foreground: 12 20% 8%;
  --success-foreground: 0 0% 98%;
  --warning-foreground: 0 0% 9%;
  --secondary-foreground: 24 20% 8%;
  --destructive-foreground: 0 0% 98%;
}

[data-template="conference"].dark, .dark [data-template="conference"] {
  --card: 0 0% 12%;
  --ring: 12 90% 79%;
  --input: 0 0% 15%;
  --muted: 0 0% 10%;
  --accent: 192 69% 74%;
  --border: 0 0% 15%;
  --popover: 0 0% 9%;
  --primary: 12 90% 79%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 24 20% 80%;
  --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(--background));
  color: hsl(var(--foreground));
}

[data-template="conference"] .section-agenda {
  background: hsl(var(--background));
  color: hsl(var(--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(--background));
  color: hsl(var(--foreground));
}

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

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

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

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

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

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

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