/* Event-specific template overrides */
[data-template="conference"] {
  --card: 156 60% 89%;
  --ring: 145 51% 30%;
  --input: 145 20% 90%;
  --muted: 145 10% 98%;
  --accent: 325 41% 30%;
  --border: 145 20% 90%;
  --popover: 156 60% 95%;
  --primary: 145 51% 30%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 188 78% 41%;
  --background: 156 60% 95%;
  --foreground: 210 11% 15%;
  --destructive: 0 84% 60%;
  --card-foreground: 210 11% 15%;
  --muted-foreground: 210 11% 35%;
  --accent-foreground: 325 41% 98%;
  --popover-foreground: 210 11% 15%;
  --primary-foreground: 145 51% 98%;
  --success-foreground: 0 0% 98%;
  --warning-foreground: 0 0% 9%;
  --secondary-foreground: 188 78% 98%;
  --destructive-foreground: 0 0% 98%;
}

[data-template="conference"].dark, .dark [data-template="conference"] {
  --card: 0 0% 12%;
  --ring: 145 61% 60%;
  --input: 0 0% 15%;
  --muted: 0 0% 10%;
  --accent: 325 41% 55%;
  --border: 0 0% 15%;
  --popover: 0 0% 9%;
  --primary: 145 61% 60%;
  --success: 142 76% 36%;
  --warning: 43 96% 56%;
  --secondary: 188 70% 61%;
  --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(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-home .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-agenda {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-agenda .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-footer {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
[data-template="conference"] .section-footer .prose a {
  color: hsl(var(--primary-foreground) / 0.75) !important;
}

[data-template="conference"] .section-header {
  background: hsl(var(--background));
  color: hsl(var(--foreground));
}
[data-template="conference"] .section-header .prose a {
  color: hsl(var(--foreground) / 0.75) !important;
}

[data-template="conference"] .section-tickets {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-tickets .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-sponsors {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-sponsors .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-abstracts {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-abstracts .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-exhibitors {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-exhibitors .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-accommodation {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-accommodation .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-custom_page_1 {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-custom_page_1 .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

[data-template="conference"] .section-custom_page_2 {
  background: hsl(var(--muted));
  color: hsl(var(--muted-foreground));
}
[data-template="conference"] .section-custom_page_2 .prose a {
  color: hsl(var(--muted-foreground) / 0.75) !important;
}

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