/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-serif: 'Source Serif 4', Georgia, serif;
    --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    --color-amber-500: #f0a324;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cbd5e1;
    --color-slate-400: #94a3b8;
    --color-slate-500: #64748b;
    --color-slate-600: #475569;
    --color-slate-700: #334155;
    --color-slate-800: #1e293b;
    --color-slate-900: #0f172a;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-mauve-50: #faf7fd;
    --color-mauve-100: #f4edfc;
    --color-mauve-200: #ebdefa;
    --color-mauve-400: #d49bf4;
    --color-mauve-500: #c16feb;
    --color-mauve-600: #a94ddb;
    --color-mauve-700: #913bc0;
    --color-mint-500: #45be7a;
    --color-coral-500: #ed5f52;
    --color-icy-500: #3db0e8;
    --font-heading: var(--font-serif);
    --font-body: var(--font-sans);
    --color-primary-50: var(--color-mauve-50);
    --color-primary-100: var(--color-mauve-100);
    --color-primary-200: var(--color-mauve-200);
    --color-primary-400: var(--color-mauve-400);
    --color-primary-500: var(--color-mauve-500);
    --color-primary-600: var(--color-mauve-600);
    --color-primary-700: var(--color-mauve-700);
    --footer-brand-name: 'lazyslides';
    --color-background: #ffffff;
    --color-surface: var(--color-slate-50);
    --color-surface-alt: var(--color-slate-100);
    --color-border: var(--color-slate-200);
    --color-text: var(--color-slate-700);
    --color-text-heading: var(--color-slate-900);
    --color-text-muted: var(--color-slate-500);
    --color-text-subtle: var(--color-slate-400);
    --color-primary: var(--color-primary-500);
    --color-primary-dark: var(--color-primary-700);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
:where(.reveal) {
  --reveal-margin: 0;
  --r-background-color: var(--color-background);
  --r-main-color: var(--color-text);
  --r-heading-color: var(--color-text-heading);
  --r-main-font: var(--font-body);
  --r-heading-font: var(--font-heading);
  --r-code-font: var(--font-mono);
  --r-link-color: var(--color-primary);
  --r-link-color-hover: var(--color-primary-dark);
  --r-selection-background-color: var(--color-primary);
  --r-selection-color: white;
}
.reveal {
  --r-main-font-size: 14px;
  --slide-padding: 40px;
}
.reveal .slides > section, .reveal .slides > section > section {
  overflow: hidden;
}
@layer base {
  .reveal.overview .slides > section {
    display: flex !important;
    flex-direction: column;
    opacity: 1 !important;
  }
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--color-text-heading);
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}
.reveal h1 {
  font-size: 36px;
  font-weight: 700;
}
.reveal h2 {
  font-size: 24px;
}
.reveal h3 {
  font-size: 18px;
}
.reveal h4 {
  font-size: 14px;
}
.reveal p, .reveal li {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text);
}
.reveal ul {
  display: block;
  text-align: left;
  margin: 0;
  padding-left: 1.5em;
  list-style-type: disc;
}
.reveal ol {
  display: block;
  text-align: left;
  margin: 0;
  padding-left: 1.5em;
  list-style-type: decimal;
}
.reveal li {
  margin-bottom: 8px;
}
.reveal ul li::marker {
  color: var(--color-primary-500);
}
.reveal ol li::marker {
  font-weight: 600;
  color: var(--color-primary-600);
}
.reveal ul ul {
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 2em;
  list-style-type: circle;
}
.reveal ul ul li {
  font-size: 12px;
  margin-bottom: 4px;
}
.reveal ul ul li::marker {
  color: var(--color-slate-400);
}
.reveal strong {
  font-weight: 600;
  color: var(--color-text-heading);
}
.reveal em {
  font-style: italic;
}
.reveal p {
  margin-bottom: 12px;
}
.reveal pre {
  width: 100%;
  font-size: 11px;
  margin: 12px 0;
  box-shadow: none;
}
.reveal code {
  font-family: var(--font-mono);
}
.reveal pre code {
  padding: 12px;
  max-height: 250px;
  border-radius: 4px;
  background: #272822;
  color: #f8f8f2;
  border: none;
}
.reveal p code, .reveal li code {
  background: var(--color-slate-100);
  padding: 1px 4px;
  border-radius: 2px;
  font-size: 0.9em;
  color: var(--color-primary-700);
}
.reveal .slides section.slide-title {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: var(--slide-padding);
}
.reveal .slides section.slide-title .logo {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-primary-600) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(193, 111, 235, 0.3);
}
.reveal .slides section.slide-title .logo svg {
  width: 20px;
  height: 20px;
  color: white;
}
.reveal .slides section.slide-title h1 {
  font-size: 36px;
  margin-bottom: 8px;
}
.reveal .slides section.slide-title .subtitle {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary-600);
  margin-bottom: 20px;
}
.reveal .slides section.slide-title .decorative-line {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary-400), var(--color-primary-600));
  border-radius: 1px;
  margin-bottom: 20px;
}
.reveal .slides section.slide-title .author {
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--color-text-muted);
}
.reveal .slides section.slide-section {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: var(--slide-padding);
}
.reveal .slides section.slide-section h2 {
  font-size: 32px;
  color: var(--color-primary-700);
  margin-bottom: 8px;
}
.reveal .slides section.slide-section .subtitle {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text-muted);
}
.reveal .slides section.slide-content {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-content .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
}
.reveal .slides section.slide-content .slide-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-content .slide-header h2 {
  margin-bottom: 0;
}
.reveal .slides section.slide-content .slide-header .lead {
  font-size: 12px;
  color: var(--color-text-muted);
  margin-top: 6px;
}
.reveal .slides section.slide-content .slide-body ul, .reveal .slides section.slide-content .slide-body ol {
  flex: 1;
}
.reveal .slides section.slide-content li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.reveal .slides section.slide-content .slide-body > p:not(.lead) {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}
.reveal .slides section.slide-center {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-center .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 0;
}
.reveal .slides section.slide-center h2 {
  margin-bottom: 12px;
}
.reveal .slides section.slide-center p {
  max-width: 450px;
  font-size: 16px;
  line-height: 1.6;
}
.reveal .slides section.slide-center img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 6px;
  margin-top: 16px;
  flex-shrink: 1;
}
.reveal .slides section.slide-hero {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  height: 100%;
  padding: 0;
  color: white;
  overflow: hidden;
  background: var(--color-slate-600);
}
.reveal .slides section.slide-hero[data-background-color], .reveal .slides section.slide-hero[data-background-image], .reveal .slides section.slide-hero[data-background] {
  background: transparent;
}
.reveal .slides section.slide-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.6);
  z-index: 1;
}
.reveal .slides section.slide-hero > * {
  position: relative;
  z-index: 2;
}
.reveal .slides section.slide-hero .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
}
.reveal .slides section.slide-hero h1 {
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
}
.reveal .slides section.slide-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  max-width: 400px;
}
.reveal .slides section.slide-hero .text-box {
  background: rgba(255, 255, 255, 0.97);
  padding: 20px 24px;
  border-radius: 6px;
  text-align: left;
  max-width: 380px;
  margin-top: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-left: 3px solid var(--color-primary-500);
}
.reveal .slides section.slide-hero .text-box li + li {
  margin-top: 4px;
}
.reveal .slides section.slide-hero .text-box h3 {
  color: var(--color-primary-700);
  font-size: 14px;
  margin-bottom: 6px;
}
.reveal .slides section.slide-hero .text-box p, .reveal .slides section.slide-hero .text-box li {
  color: var(--color-text);
  font-size: 11px;
}
.reveal .slides section.slide-metrics {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-metrics .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
}
.reveal .slides section.slide-metrics .slide-header {
  text-align: center;
  margin-bottom: 24px;
}
.reveal .slides section.slide-metrics .metrics-grid {
  display: grid;
  gap: 16px;
  flex: 1;
  align-content: center;
  padding-bottom: 40px;
}
.reveal .slides section.slide-metrics .metrics-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.reveal .slides section.slide-metrics .metrics-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.reveal .slides section.slide-metrics .metrics-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.reveal .slides section.slide-metrics .metric-card {
  background: var(--color-slate-50);
  border: 1px solid var(--color-slate-200);
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
}
.reveal .slides section.slide-metrics .metric-card .value {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  color: var(--color-slate-800);
  line-height: 1;
  margin-bottom: 10px;
}
.reveal .slides section.slide-metrics .metric-card .value.mint {
  color: var(--color-mint-500);
}
.reveal .slides section.slide-metrics .metric-card .value.coral {
  color: var(--color-coral-500);
}
.reveal .slides section.slide-metrics .metric-card .value.icy {
  color: var(--color-icy-500);
}
.reveal .slides section.slide-metrics .metric-card .value.amber {
  color: var(--color-amber-500);
}
.reveal .slides section.slide-metrics .metric-card .label {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.reveal .slides section.slide-metrics .metric-card .context {
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1.5;
  color: var(--color-text-subtle);
  margin-top: 6px;
}
.reveal .slides section.slide-comparison {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-comparison .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
}
.reveal .slides section.slide-comparison .slide-header {
  text-align: center;
  margin-bottom: 20px;
}
.reveal .slides section.slide-comparison table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  flex: 1;
}
.reveal .slides section.slide-comparison th {
  width: 50%;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.reveal .slides section.slide-comparison th:first-child {
  background: var(--color-slate-200);
  color: var(--color-text-muted);
  border-radius: 6px 0 0 0;
  text-align: left;
}
.reveal .slides section.slide-comparison th:last-child {
  background: var(--color-primary-600);
  color: white;
  border-radius: 0 6px 0 0;
  text-align: left;
}
.reveal .slides section.slide-comparison td {
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  border-bottom: 1px solid var(--color-slate-200);
  vertical-align: middle;
  text-align: left;
}
.reveal .slides section.slide-comparison td:first-child {
  background: var(--color-slate-50);
  color: var(--color-text-muted);
}
.reveal .slides section.slide-comparison td:last-child {
  background: var(--color-primary-50);
  color: var(--color-text);
}
.reveal .slides section.slide-comparison tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
  border-bottom: none;
}
.reveal .slides section.slide-comparison tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
  border-bottom: none;
}
.reveal .slides section.slide-comparison .icon-bad {
  color: var(--color-coral-500);
  font-weight: 700;
  margin-right: 6px;
}
.reveal .slides section.slide-comparison .icon-good {
  color: var(--color-mint-500);
  font-weight: 700;
  margin-right: 6px;
}
.reveal .slides section.slide-comparison.highlight-left th:first-child {
  background: var(--color-primary-600);
  color: white;
}
.reveal .slides section.slide-comparison.highlight-left th:last-child {
  background: var(--color-slate-200);
  color: var(--color-text-muted);
}
.reveal .slides section.slide-comparison.highlight-left td:first-child {
  background: var(--color-primary-50);
  color: var(--color-text);
}
.reveal .slides section.slide-comparison.highlight-left td:last-child {
  background: var(--color-slate-50);
  color: var(--color-text-muted);
}
.reveal .slides section.slide-comparison.highlight-none th:first-child, .reveal .slides section.slide-comparison.highlight-none th:last-child {
  background: var(--color-slate-200);
  color: var(--color-text-muted);
}
.reveal .slides section.slide-comparison.highlight-none td:first-child, .reveal .slides section.slide-comparison.highlight-none td:last-child {
  background: var(--color-slate-50);
  color: var(--color-text);
}
.reveal .slides section.slide-table {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-table .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
}
.reveal .slides section.slide-table .slide-header {
  text-align: center;
  margin-bottom: 20px;
}
.reveal .slides section.slide-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  flex: 1;
}
.reveal .slides section.slide-table th {
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--color-slate-200);
  color: var(--color-text-heading);
  text-align: left;
  border-bottom: 2px solid var(--color-slate-300);
}
.reveal .slides section.slide-table th:first-child {
  border-radius: 6px 0 0 0;
}
.reveal .slides section.slide-table th:last-child {
  border-radius: 0 6px 0 0;
}
.reveal .slides section.slide-table td {
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 12px;
  background: var(--color-slate-50);
  color: var(--color-text);
  border-bottom: 1px solid var(--color-slate-200);
  vertical-align: middle;
  text-align: left;
}
.reveal .slides section.slide-table tr:nth-child(even) td {
  background: var(--color-background);
}
.reveal .slides section.slide-table tr:last-child td {
  border-bottom: none;
}
.reveal .slides section.slide-table tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
.reveal .slides section.slide-table tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
.reveal .slides section.slide-columns {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
  text-align: left;
}
.reveal .slides section.slide-columns .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
}
.reveal .slides section.slide-columns .slide-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-columns .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  flex: 1;
}
.reveal .slides section.slide-columns .column h3 {
  color: var(--color-primary-700);
  margin-bottom: 8px;
}
.reveal .slides section.slide-columns .column p {
  margin-bottom: 10px;
}
.reveal .slides section.slide-three-columns {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
  text-align: left;
}
.reveal .slides section.slide-three-columns .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
}
.reveal .slides section.slide-three-columns .slide-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-three-columns .three-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  flex: 1;
}
.reveal .slides section.slide-three-columns .column h3 {
  color: var(--color-primary-700);
  margin-bottom: 8px;
}
.reveal .slides section.slide-three-columns .column p {
  margin-bottom: 10px;
}
.reveal .slides section.slide-three-columns .column li {
  font-size: 12px;
  margin-bottom: 6px;
}
.reveal .slides section.slide-quote {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-quote .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
}
.reveal .slides section.slide-quote .quote-mark {
  font-family: var(--font-heading);
  font-size: 100px;
  color: var(--color-primary-200);
  line-height: 0.5;
  margin-bottom: 10px;
}
.reveal .slides section.slide-quote blockquote {
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: italic;
  color: var(--color-text);
  max-width: 450px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.reveal .slides section.slide-quote .attribution {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--color-text-muted);
}
.reveal .slides section.slide-quote .attribution strong {
  color: var(--color-text-heading);
  display: block;
  margin-bottom: 4px;
}
.reveal .slides section.slide-image-overlay {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.reveal .slides section.slide-image-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 1;
}
.reveal .slides section.slide-image-overlay .slide-body {
  flex: 1;
  position: relative;
}
.reveal .slides section.slide-image-overlay .overlay-box {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.97);
  padding: 16px 20px;
  border-radius: 6px;
  max-width: 250px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-left: 3px solid var(--color-primary-500);
}
.reveal .slides section.slide-image-overlay .overlay-box.top-left {
  top: 40px;
  left: 40px;
}
.reveal .slides section.slide-image-overlay .overlay-box.top-right {
  top: 40px;
  right: 40px;
}
.reveal .slides section.slide-image-overlay .overlay-box.bottom-left {
  bottom: 40px;
  left: 40px;
}
.reveal .slides section.slide-image-overlay .overlay-box.bottom-right {
  bottom: 40px;
  right: 40px;
}
.reveal .slides section.slide-image-overlay .overlay-box h3 {
  color: var(--color-primary-700);
  font-size: 16px;
  margin-bottom: 8px;
}
.reveal .slides section.slide-image-overlay .overlay-box p {
  font-size: 11px;
  margin-bottom: 8px;
}
.reveal .slides section.slide-image-overlay .overlay-box p:last-child {
  margin-bottom: 0;
}
.reveal .slides section.slide-image-overlay .overlay-box li {
  font-size: 10px;
}
.reveal .slides section.slide-code {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
  text-align: left;
}
.reveal .slides section.slide-code .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reveal .slides section.slide-code .slide-header {
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.reveal .slides section.slide-code pre {
  margin: 0;
  max-width: 700px;
  width: 100%;
}
.reveal .slides section.slide-code .caption {
  font-size: 9px;
  color: var(--color-text-muted);
  margin-top: 8px;
  text-align: center;
}
.reveal .slides section.slide-timeline {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-timeline .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.reveal .slides section.slide-timeline .slide-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-timeline .timeline-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reveal .slides section.slide-timeline .timeline-axis {
  position: absolute;
  left: 0;
  right: 20px;
  top: 50%;
  height: 3px;
  background: var(--color-slate-200);
  transform: translateY(-50%);
  z-index: 1;
}
.reveal .slides section.slide-timeline .timeline-axis::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--color-slate-300);
}
.reveal .slides section.slide-timeline .timeline-events {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.reveal .slides section.slide-timeline .timeline-event {
  position: relative;
  flex: 1;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reveal .slides section.slide-timeline .event-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: var(--color-background);
  border: 3px solid var(--color-primary-500);
  border-radius: 50%;
  z-index: 3;
}
.reveal .slides section.slide-timeline .event-connector {
  position: absolute;
  left: 50%;
  width: 2px;
  background: var(--color-slate-300);
  transform: translateX(-50%);
  z-index: 2;
}
.reveal .slides section.slide-timeline .event-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-slate-50);
  border: 1px solid var(--color-slate-200);
  border-radius: 6px;
  padding: 12px 14px;
  text-align: center;
  width: 140px;
  z-index: 4;
}
.reveal .slides section.slide-timeline .timeline-event.above .event-connector {
  top: calc(50% - 7px);
  bottom: auto;
  height: 50px;
  transform: translateX(-50%) translateY(-100%);
}
.reveal .slides section.slide-timeline .timeline-event.above .event-card {
  bottom: calc(50% + 50px + 7px);
  top: auto;
}
.reveal .slides section.slide-timeline .timeline-event.below .event-connector {
  top: calc(50% + 7px);
  height: 50px;
}
.reveal .slides section.slide-timeline .timeline-event.below .event-card {
  top: calc(50% + 50px + 7px);
  bottom: auto;
}
.reveal .slides section.slide-timeline .event-date {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-primary-600);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.reveal .slides section.slide-timeline .event-title {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-slate-900);
  margin-bottom: 4px;
}
.reveal .slides section.slide-timeline .event-text {
  font-size: 10px;
  color: var(--color-text-muted);
  line-height: 1.4;
}
.reveal .slides section.slide-funnel {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-funnel .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.reveal .slides section.slide-funnel .slide-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-funnel .funnel-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.reveal .slides section.slide-funnel .funnel-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reveal .slides section.slide-funnel .funnel-row {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20px;
  align-items: center;
  min-height: 48px;
}
.reveal .slides section.slide-funnel .funnel-stage-wrapper {
  display: flex;
  justify-content: center;
}
.reveal .slides section.slide-funnel .funnel-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 4px;
  transition: transform 0.2s ease;
}
.reveal .slides section.slide-funnel .funnel-stage:hover {
  transform: scale(1.02);
}
.reveal .slides section.slide-funnel .stage-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.reveal .slides section.slide-funnel .funnel-stage.stage-1 {
  background: var(--color-primary-100);
  color: var(--color-primary-700);
  width: 100%;
}
.reveal .slides section.slide-funnel .funnel-stage.stage-2 {
  background: var(--color-primary-200);
  color: var(--color-primary-700);
  width: 85%;
}
.reveal .slides section.slide-funnel .funnel-stage.stage-3 {
  background: var(--color-primary-400);
  color: white;
  width: 70%;
}
.reveal .slides section.slide-funnel .funnel-stage.stage-4 {
  background: var(--color-primary-500);
  color: white;
  width: 55%;
}
.reveal .slides section.slide-funnel .funnel-stage.stage-5 {
  background: var(--color-primary-600);
  color: white;
  width: 42%;
}
.reveal .slides section.slide-funnel .funnel-stage.stage-6 {
  background: var(--color-primary-700);
  color: white;
  width: 30%;
}
.reveal .slides section.slide-funnel .funnel-stage.stage-7 {
  background: var(--color-primary-800, #7a2fa0);
  color: white;
  width: 20%;
}
.reveal .slides section.slide-funnel .funnel-annotation {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reveal .slides section.slide-funnel .annotation-arrow {
  color: var(--color-primary-400);
  font-size: 18px;
  flex-shrink: 0;
}
.reveal .slides section.slide-funnel .annotation-text {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-text);
  line-height: 1.5;
}
.reveal .slides section.slide-split {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-split .slide-body {
  flex: 1;
  padding: 0;
  min-height: 0;
}
.reveal .slides section.slide-split .split-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100%;
}
.reveal .slides section.slide-split .split-image {
  overflow: hidden;
}
.reveal .slides section.slide-split .split-image .glightbox {
  display: block;
  width: 100%;
  height: 100%;
}
.reveal .slides section.slide-split .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reveal .slides section.slide-split .split-content {
  padding: var(--slide-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.reveal .slides section.slide-split .slide-header {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-split .slide-header h2 {
  margin-bottom: 0;
}
.reveal .slides section.slide-split-wide {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}
.reveal .slides section.slide-split-wide .slide-body {
  flex: 1;
  padding: 0;
  min-height: 0;
}
.reveal .slides section.slide-split-wide .split-wide-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100%;
}
.reveal .slides section.slide-split-wide .split-wide-content {
  padding: var(--slide-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.reveal .slides section.slide-split-wide .split-wide-content .slide-header {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-split-wide .split-wide-content .slide-header h2 {
  margin-bottom: 0;
  font-size: 20px;
}
.reveal .slides section.slide-split-wide .split-wide-content li {
  font-size: 12px;
  margin-bottom: 8px;
}
.reveal .slides section.slide-split-wide .split-wide-image {
  overflow: hidden;
}
.reveal .slides section.slide-split-wide .split-wide-image .glightbox {
  display: block;
  width: 100%;
  height: 100%;
}
.reveal .slides section.slide-split-wide .split-wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reveal .slides section.slide-split .split-image.image-contain, .reveal .slides section.slide-split-wide .split-wide-image.image-contain {
  background: var(--color-slate-900);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reveal .slides section.slide-split .split-image.image-contain img, .reveal .slides section.slide-split-wide .split-wide-image.image-contain img {
  object-fit: contain;
}
.reveal .text-mauve {
  color: var(--color-mauve-600);
}
.reveal .text-mint {
  color: var(--color-mint-500);
}
.reveal .text-coral {
  color: var(--color-coral-500);
}
.reveal .text-amber {
  color: var(--color-amber-500);
}
.reveal .text-icy {
  color: var(--color-icy-500);
}
.reveal .text-muted {
  color: var(--color-text-muted);
}
.reveal .bg-surface {
  background: var(--color-surface);
}
.reveal .bg-surface-alt {
  background: var(--color-surface-alt);
}
.reveal .slides section[data-background-image]:not(.slide-hero):not(.slide-image-overlay)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.6);
  z-index: 1;
}
.reveal .slides section[data-background-image]:not(.slide-hero):not(.slide-image-overlay) > * {
  position: relative;
  z-index: 2;
}
.reveal .slides section[data-background-image]:not(.slide-hero):not(.slide-image-overlay) h1, .reveal .slides section[data-background-image]:not(.slide-hero):not(.slide-image-overlay) h2 {
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.reveal .slides section.slide-section[data-background-image] .subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.reveal .slides section.slide-title[data-background-image] .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.reveal .slides section.slide-title[data-background-image] .author {
  color: rgba(255, 255, 255, 0.7);
}
.reveal .slides section.slide-title[data-background-image] .decorative-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7));
}
.reveal .slides section.slide-quote[data-background-image] blockquote, .reveal .slides section.slide-quote[data-background-color] blockquote {
  color: white;
}
.reveal .slides section.slide-quote[data-background-image] .quote-mark, .reveal .slides section.slide-quote[data-background-color] .quote-mark {
  color: rgba(255, 255, 255, 0.25);
}
.reveal .slides section.slide-quote[data-background-image] .attribution, .reveal .slides section.slide-quote[data-background-image] .attribution strong, .reveal .slides section.slide-quote[data-background-color] .attribution, .reveal .slides section.slide-quote[data-background-color] .attribution strong {
  color: rgba(255, 255, 255, 0.8);
}
.reveal .slides section.slide-columns[data-background-image] .column, .reveal .slides section.slide-three-columns[data-background-image] .column {
  background: rgba(0, 0, 0, 0.35);
  padding: 16px;
  border-radius: 6px;
}
.reveal .slides section.slide-columns[data-background-image] .column h3, .reveal .slides section.slide-three-columns[data-background-image] .column h3 {
  color: rgba(255, 255, 255, 0.95);
}
.reveal .slides section.slide-columns[data-background-image] .column p, .reveal .slides section.slide-columns[data-background-image] .column li, .reveal .slides section.slide-three-columns[data-background-image] .column p, .reveal .slides section.slide-three-columns[data-background-image] .column li {
  color: rgba(255, 255, 255, 0.9);
}
.reveal .slides section.slide-columns[data-background-image] li::marker, .reveal .slides section.slide-three-columns[data-background-image] li::marker {
  color: rgba(255, 255, 255, 0.5);
}
.reveal .slides section[data-background-image]:not(.slide-hero):not(.slide-image-overlay) .slide-header {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.reveal .progress {
  background: var(--color-slate-300);
  color: var(--color-primary-500);
  height: 4px;
  transition: height 0.2s ease;
}
.reveal:has(.section-progress-dots:hover) .progress, .reveal:has(.progress:hover) .progress {
  height: 20px;
}
.reveal .controls {
  color: var(--color-primary-500);
}
.reveal .controls button {
  color: var(--color-primary-500);
}
.reveal .controls button:hover {
  color: var(--color-primary-700);
}
.reveal aside.notes {
  display: none;
}
.slide-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.reveal section[data-auto-animate] {
  overflow: visible;
}
.slide-footer {
  position: relative;
  z-index: 10;
  height: 48px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--color-slate-500);
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--color-slate-400);
  min-width: 80px;
}
.footer-left .current {
  font-weight: 600;
  color: var(--color-primary-600);
  font-size: 14px;
}
.footer-left .separator {
  color: var(--color-slate-300);
}
.footer-left .total {
  color: var(--color-slate-400);
}
.footer-center {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-slate-500);
  font-weight: 500;
}
.footer-center .logo-small {
  width: 16px;
  height: 16px;
  background: var(--footer-logo-url, linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-primary-600) 100%));
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-center .logo-small .default-logo {
  width: 10px;
  height: 10px;
  color: white;
}
.footer-center .footer-brand-name::before {
  content: var(--footer-brand-name);
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 80px;
  justify-content: flex-end;
}
.footer-right a {
  color: var(--color-slate-400);
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer-right a:hover {
  color: var(--color-primary-600);
}
.footer-right .ref-label {
  color: var(--color-slate-400);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-right .ref-link {
  color: var(--color-primary-500);
  font-weight: 500;
}
.slide-footer.minimal {
  background: transparent;
  border-top: none;
}
.reveal .slides section.slide-hero .slide-footer, .reveal .slides section.slide-image-overlay .slide-footer {
  position: relative;
  z-index: 2;
}
.reveal .slides .slide-footer {
  display: none;
}
.pdf-export .reveal .slides .slide-footer {
  display: flex;
}
#viewport-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#viewport-footer .slide-footer {
  height: 32px;
  padding: 0 20px;
  font-size: 11px;
}
.pdf-export #viewport-footer {
  display: none;
}
.citation {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: var(--color-slate-100);
  border-radius: 4px;
  font-size: 11px;
}
.citation-number {
  width: 16px;
  height: 16px;
  background: var(--color-primary-500);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
}
.citation-text {
  color: var(--color-slate-500);
}
.citation a.citation-text {
  color: var(--color-primary-500);
  text-decoration: none;
  transition: color 0.15s ease;
}
.citation a.citation-text:hover {
  color: var(--color-primary-600);
}
.sources-flyout {
  position: relative;
}
.sources-trigger {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.65rem;
  background: var(--color-surface-muted, var(--color-slate-100));
  border: 1px solid var(--color-border);
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
  font-family: var(--font-body);
}
.sources-trigger:hover {
  opacity: 1;
}
.source-count {
  background: var(--color-primary);
  color: white;
  padding: 0 0.35rem;
  border-radius: 9999px;
  font-size: 0.6rem;
}
.sources-panel {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 0.5rem;
  min-width: 280px;
  max-width: 400px;
  background: var(--color-surface, var(--color-slate-50));
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
}
.sources-flyout.open .sources-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sources-header {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  font-size: 0.7rem;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
}
.sources-list {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
}
.sources-list li {
  padding: 0.35rem 0.75rem;
  font-size: 0.65rem;
  display: flex;
  gap: 0.5rem;
}
.sources-list a {
  color: var(--color-primary);
  text-decoration: none;
}
.sources-list a:hover {
  text-decoration: underline;
}
.source-number {
  color: var(--color-text-muted);
  min-width: 1rem;
}
@media print {
  html, body {
    background: var(--color-background) !important;
  }
  .reveal .slides section {
    page-break-after: always;
  }
}
.pdf-export {
  background: var(--color-background) !important;
}
.pdf-export .section-progress-dots, .pdf-export .reveal .controls, .pdf-export .reveal .progress {
  display: none !important;
}
.reveal .slides section .glightbox {
  cursor: zoom-in;
  display: block;
}
.reveal .slides section .glightbox img {
  transition: transform 0.2s ease;
}
.reveal .slides section .glightbox:hover img {
  transform: scale(1.02);
}
.reveal .slides section.slide-agenda {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
  text-align: left;
}
.reveal .slides section.slide-agenda .slide-body {
  flex: 1;
  padding: var(--slide-padding);
  padding-bottom: 12px;
  min-height: 0;
}
.reveal .slides section.slide-agenda .slide-header {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-primary-500);
}
.reveal .slides section.slide-agenda .slide-header h2 {
  margin-bottom: 0;
}
.reveal .slides section.slide-agenda .agenda-list {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0;
}
.reveal .slides section.slide-agenda .agenda-list li {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--color-text);
}
.reveal .slides section.slide-agenda .agenda-list li::marker {
  font-weight: 600;
  color: var(--color-primary-600);
}
.reveal .slides section.slide-agenda .agenda-list a {
  color: var(--color-text-heading);
  text-decoration: none;
}
.reveal .slides section.slide-agenda .agenda-list a:hover {
  color: var(--color-primary-600);
}
.section-progress-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 11;
  pointer-events: none;
}
.section-progress-dots .section-dot {
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 4px;
  background: var(--color-background);
  cursor: pointer;
  pointer-events: auto;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.section-progress-dots:hover .section-dot, .reveal:has(.progress:hover) .section-progress-dots .section-dot {
  width: 20px;
  height: 20px;
}
.section-progress-dots .section-dot:hover {
  background: var(--color-primary-400);
  transform: translateX(-50%) scale(1.3);
}
.section-progress-dots .section-dot.active {
  background: var(--color-primary-500);
  border-color: var(--color-primary-200);
}
.section-progress-dots .section-dot::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  background: var(--color-slate-800);
  color: white;
  font-size: 12px;
  font-family: var(--font-body);
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  margin-bottom: 8px;
}
.section-progress-dots .section-dot:hover::after {
  opacity: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
