/* Event-specific template overrides */
[data-template="conference"] {
  --card: 60 1% 31%;
  --ring: 152 66% 77%;
  --input: 152 20% 20%;
  --muted: 152 10% 10%;
  --accent: 332 53% 77%;
  --border: 152 20% 20%;
  --popover: 60 1% 25%;
  --primary: 152 66% 77%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 216 89% 55%;
  --background: 60 1% 25%;
  --foreground: 0 0% 100%;
  --destructive: 0 84% 60%;
  --card-foreground: 0 0% 100%;
  --muted-foreground: 0 0% 65%;
  --accent-foreground: 332 20% 8%;
  --popover-foreground: 0 0% 100%;
  --primary-foreground: 152 20% 8%;
  --success-foreground: 0 0% 98%;
  --warning-foreground: 0 0% 9%;
  --secondary-foreground: 216 20% 8%;
  --destructive-foreground: 0 0% 98%;
}

[data-template="conference"].dark, .dark [data-template="conference"] {
  --card: 0 0% 12%;
  --ring: 152 76% 92%;
  --input: 0 0% 15%;
  --muted: 0 0% 10%;
  --accent: 332 53% 87%;
  --border: 0 0% 15%;
  --popover: 0 0% 9%;
  --primary: 152 76% 92%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 216 70% 75%;
  --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(--secondary));
  color: hsl(var(--secondary-foreground));
}

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

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

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

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

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

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

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

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

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

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

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