@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: "Princess Sofia";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/princess-sofia-latin-ext-400-normal.woff2") format("woff2"), url("../assets/fonts/princess-sofia-latin-ext-400-normal.woff") format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Princess Sofia";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/princess-sofia-latin-400-normal.woff2") format("woff2"), url("../assets/fonts/princess-sofia-latin-400-normal.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Share Tech Mono";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/share-tech-mono-latin-400-normal.woff2") format("woff2"), url("../assets/fonts/share-tech-mono-latin-400-normal.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: Orbitron;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/orbitron-latin-600-normal.woff2") format("woff2"), url("../assets/fonts/orbitron-latin-600-normal.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@view-transition {
  navigation: auto;
}
body > nav {
  view-transition-name: site-nav;
}

main {
  view-transition-name: page-main;
}

body > footer {
  view-transition-name: site-footer;
}

.cart-icon {
  view-transition-name: cart-icon;
}

#theme-switcher-button {
  view-transition-name: theme-switcher;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) {
    animation: none;
  }
}
:root {
  --color-bg: #fafafa;
  --body-background-alt: #f3f4f6;
  --color-card-bg: #fff;
  --color-text: #1f2937;
  --color-text-muted: #6b7280;
  --color-link: #2563eb;
  --color-link-hover: #1d4ed8;
  --link-decoration: none;
  --link-decoration-hover: underline;
  --link-decoration-style: solid;
  --color-tint: #dbeafe;
  --color-secondary: #7c3aed;
  --color-accent: rgb(93.0392156863%, 93.0392156863%, 93.0392156863%);
  --color-hover-bg: rgba(0, 0, 0, 0.05);
  --color-contrast-text: #fff;
  --color-contrast-text-muted: rgba(255, 255, 255, 0.8);
  --color-gradient-start: rgba(106, 90, 205, 0.2);
  --color-gradient-end: rgba(236, 72, 153, 0.2);
  --color-error: #c00;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.12);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.18);
  --color-video-play-bg: #212121;
  --color-video-play-hover: #ef4444;
  --body-background: #fafafa;
  --color-dark-bg: #1f2937;
  --color-dark-bg-alt: rgb(10.3333333333%, 13.6666666667%, 18.3333333333%);
  --font-family-body: system-ui, -apple-system, blinkmacsystemfont, Segoe UI, roboto, Helvetica Neue, arial, sans-serif;
  --font-family-heading: system-ui, -apple-system, blinkmacsystemfont, Segoe UI, roboto, Helvetica Neue, arial, sans-serif;
  --font-family-mono: ui-monospace, sfmono-regular, SF Mono, menlo, consolas, monospace;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-md: 1.125rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 2.5rem;
  --font-size-4xl: 3rem;
  --font-size-5xl: 4rem;
  --space-unit: 8px;
  --space-xs: var(--space-unit);
  --space-sm: calc(var(--space-unit) * 2);
  --space-md: calc(var(--space-unit) * 3);
  --space-lg: calc(var(--space-unit) * 4);
  --space-xl: calc(var(--space-unit) * 6);
  --space-2xl: calc(var(--space-unit) * 8);
  --space-3xl: calc(var(--space-unit) * 12);
  --space-4xl: calc(var(--space-unit) * 16);
  --right-column-width: 16rem;
  --section-padding-y-sm: calc(var(--space-3xl) * 0.6);
  --section-padding-y-md: var(--space-3xl);
  --section-padding-y-main-sm: calc(var(--space-3xl) * 0.3);
  --section-padding-y-main-md: calc(var(--space-3xl) * 0.5);
  --section-padding-y-compact-sm: calc(var(--space-2xl) * 0.6);
  --section-padding-y-compact-md: var(--space-2xl);
  --border: 2px solid var(--color-text);
  --border-radius: 8px;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  --list-marker-content: "• ";
  --list-marker-color: var(--color-link);
}

.design-system {
  --section-padding-y: var(--section-padding-y-sm);
  scroll-behavior: smooth;
  font-family: var(--font-family-body);
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
}
main .design-system {
  --section-padding-y: var(--section-padding-y-main-sm);
}
@media screen and (min-width: 769px) {
  main .design-system {
    --section-padding-y: var(--section-padding-y-main-md);
  }
}
.design-system *,
.design-system *::before,
.design-system *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.design-system h1,
.design-system h2,
.design-system h3,
.design-system h4,
.design-system h5,
.design-system h6 {
  font-family: var(--font-family-heading, var(--font-family-body));
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}
.design-system h1 {
  font-size: var(--font-size-3xl, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .design-system h1 {
    font-size: var(--font-size-4xl, 3rem);
  }
}
@media screen and (min-width: 1001px) {
  .design-system h1 {
    font-size: var(--font-size-5xl, 4rem);
  }
}
.design-system h2 {
  font-size: var(--font-size-2xl, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .design-system h2 {
    font-size: var(--font-size-3xl, 2.5rem);
  }
}
.design-system h3 {
  font-size: var(--font-size-xl, 1.5rem);
  font-weight: 600;
  line-height: 1.375;
}
@media screen and (min-width: 769px) {
  .design-system h3 {
    font-size: var(--font-size-2xl, 2rem);
  }
}
.design-system h4 {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
}
.design-system p {
  line-height: 1.625;
}
.design-system a:not(.btn) {
  color: var(--color-link);
  text-decoration: var(--link-decoration);
  text-decoration-style: var(--link-decoration-style);
  transition: color 150ms ease;
}
.design-system a:not(.btn):hover {
  text-decoration: var(--link-decoration-hover);
}
.design-system code {
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: var(--font-family-mono);
  font-size: 0.9em;
  background: var(--body-background-alt);
}
.design-system pre {
  overflow-x: auto;
  padding: var(--space-md, 24px);
  border-radius: 8px;
  color: #f9fafb;
  background: #1f2937;
}
.design-system pre code {
  padding: 0;
  color: inherit;
  background: none;
}
.design-system details::details-content {
  display: none;
}
.design-system details[open]::details-content {
  display: block;
}
.design-system img,
.design-system .image-wrapper {
  display: block;
  max-width: 100%;
  height: auto;
}
.design-system .image-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.design-system ul:not([class]),
.design-system ol:not([class]) {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 8px);
  align-items: stretch;
  justify-content: flex-start;
  padding-left: var(--space-lg, 32px);
}
.design-system [data-reveal] {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}
.design-system [data-reveal=left] {
  transform: translateX(-30px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=left].is-visible {
  transform: translateX(0);
  opacity: 1;
}
.design-system [data-reveal=right] {
  transform: translateX(30px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=right].is-visible {
  transform: translateX(0);
  opacity: 1;
}
.design-system [data-reveal=scale] {
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=scale].is-visible {
  transform: scale(1);
  opacity: 1;
}
.design-system .container,
.design-system .container-wide,
.design-system .container-narrow {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg, 32px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .container {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: var(--space-md, 24px);
}
@media screen and (min-width: 769px) {
  .design-system .container {
    padding-inline: var(--space-lg, 32px);
  }
}
.design-system .container-wide {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--space-md, 24px);
}
@media screen and (min-width: 769px) {
  .design-system .container-wide {
    padding-inline: var(--space-lg, 32px);
  }
}
.design-system .container-narrow {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  padding-inline: var(--space-md, 24px);
}
@media screen and (min-width: 769px) {
  .design-system .container-narrow {
    padding-inline: var(--space-lg, 32px);
  }
}
.design-system section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
.design-system section.compact {
  --section-padding-y: var(--section-padding-y-compact-sm);
}
@media screen and (min-width: 769px) {
  .design-system section.compact {
    --section-padding-y: var(--section-padding-y-compact-md);
  }
}
.design-system section.dark {
  --color-bg: var(--color-dark-bg);
  --body-background-alt: #374151;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --color-card-bg: #374151;
  --color-tint: #374151;
  color: #f9fafb;
  background: var(--color-dark-bg);
}
.design-system section.gradient {
  background: linear-gradient(135deg, var(--color-gradient-start) 0%, var(--color-gradient-end) 100%);
}
.design-system section:has(.split-full) {
  padding-top: 0;
  padding-bottom: 0;
}
.design-system section:has(> .hero) {
  padding-top: 0;
  padding-bottom: 0;
}
.design-system > .section-header {
  padding: var(--space-xl, 48px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--color-card-bg);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  align-items: stretch;
  justify-content: flex-start;
  text-align: center;
}
.design-system > .section-header.gradient h1,
.design-system > .section-header.gradient h2,
.design-system > .section-header.gradient h3,
.design-system > .section-header.gradient h4,
.design-system > .section-header.gradient h5,
.design-system > .section-header.gradient h6 {
  background: linear-gradient(135deg, var(--color-link) 0%, var(--color-secondary) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.design-system [role=doc-subtitle] address {
  font-weight: 700;
  font-style: normal;
}
.design-system [role=doc-subtitle] time {
  color: var(--color-text-muted);
}
.design-system [role=doc-subtitle] figure {
  max-width: 100px;
}
.design-system [role=doc-subtitle] figure a {
  overflow: hidden;
  display: block;
  border-radius: 50%;
}
.design-system [role=doc-subtitle] figure img {
  display: block;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.design-system:not(body, section) {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system > section:nth-child(even),
.design-system main > section:nth-child(even) {
  background: var(--body-background-alt);
}
.design-system > section.dark:nth-child(even),
.design-system main > section.dark:nth-child(even) {
  background: var(--color-dark-bg-alt);
}
@media screen and (min-width: 769px) {
  .design-system {
    --section-padding-y: var(--section-padding-y-md);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system {
    scroll-behavior: auto;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system [data-reveal] {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

body.design-system {
  margin: 0;
  padding: 0;
  background: var(--body-background);
}

.design-system .skip-link {
  position: fixed;
  z-index: 500;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: translateY(-100%);
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  border: 1px solid var(--color-link);
  border-radius: 0 0 8px;
  font-size: var(--font-size-base, 1rem);
  color: var(--color-link);
  background: var(--color-card-bg);
  transition: transform 150ms ease-out;
}
.design-system .skip-link:focus {
  transform: translateY(0);
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system .skip-link {
    transition: none;
  }
}

.design-system nav {
  box-shadow: var(--box-shadow);
}
.design-system nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.design-system nav a {
  color: var(--color-link);
}
.design-system nav a.active {
  color: var(--color-text);
}
.design-system nav li:has(> ul a.active) > a {
  color: var(--color-text);
}
.design-system nav .nav-thumbnails a {
  display: flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  text-decoration: none;
}
.design-system nav .nav-thumbnails .image-wrapper {
  overflow: hidden;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: var(--border-radius);
}
.design-system nav .nav-thumbnails .image-wrapper picture,
.design-system nav .nav-thumbnails .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .design-system nav .nav-thumbnails .image-wrapper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html:has(body.design-system.sticky-mobile-nav) {
    scroll-padding-top: 5rem;
  }
  .design-system.sticky-mobile-nav {
    padding-top: 5rem;
  }
  .design-system.sticky-mobile-nav nav {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    padding: var(--space-xs, 8px);
    border-radius: 0;
    background: var(--color-bg);
  }
  .design-system.sticky-mobile-nav nav .toggle {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip-path: inset(50%);
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ ul {
    right: 0;
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span {
    background: transparent;
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .design-system.sticky-mobile-nav nav .toggle-label {
    cursor: pointer;
    position: absolute !important;
    z-index: 200;
    top: 50% !important;
    right: var(--space-sm, 16px) !important;
    transform: translateY(-50%);
    display: block !important;
    width: 30px;
    height: 24px;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span,
  .design-system.sticky-mobile-nav nav .toggle-label span::before,
  .design-system.sticky-mobile-nav nav .toggle-label span::after {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: var(--color-text);
    transition: all 250ms ease;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span {
    top: 11px;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span::before, .design-system.sticky-mobile-nav nav .toggle-label span::after {
    content: "";
  }
  .design-system.sticky-mobile-nav nav .toggle-label span::before {
    top: -8px;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span::after {
    top: 8px;
  }
  .design-system.sticky-mobile-nav nav > ul {
    position: fixed;
    top: 3rem;
    right: -100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm, 16px);
    box-sizing: border-box;
    width: 70%;
    max-width: 300px;
    height: calc(100vh - 3rem);
    height: calc(100dvh - 3rem);
    margin: 0;
    padding: var(--space-sm, 16px);
    padding-bottom: calc(var(--space-sm, 16px) + env(safe-area-inset-bottom));
    list-style: none;
    background: var(--color-bg);
    transition: right 250ms ease;
    -webkit-overflow-scrolling: touch;
  }
  .design-system.sticky-mobile-nav nav > ul .toggle-label {
    display: block;
  }
  .design-system.sticky-mobile-nav nav > ul li {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm, 16px);
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
  }
  .design-system.sticky-mobile-nav nav > ul li ul {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm, 16px);
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .design-system .toggle,
  .design-system .toggle-label,
  .design-system .mobile-menu-toggle {
    display: none !important;
  }
  .design-system.left-nav nav {
    align-items: start;
    margin-bottom: var(--space-sm, 16px);
  }
  .design-system.left-nav nav ul {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm, 16px);
  }
  .design-system.left-nav nav ul,
  .design-system.left-nav nav ul li {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm, 16px);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .design-system.left-nav nav ul li ul {
    padding-left: var(--space-sm, 16px);
    font-size: 1rem;
  }
  .design-system.horizontal-nav nav {
    justify-content: center;
    margin-bottom: calc(var(--space-lg, 32px) / 2);
  }
  .design-system.horizontal-nav nav > ul > li:has(> ul) > a {
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
  }
  .design-system.horizontal-nav nav > ul > li:has(> ul) > a::after {
    content: "";
    transform: rotate(45deg);
    display: inline-block;
    padding: 3px;
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    transition: transform 0.2s ease;
  }
  .design-system.horizontal-nav nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 var(--space-lg, 32px);
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .design-system.horizontal-nav nav ul li {
    position: relative;
    align-self: baseline;
    text-align: left;
  }
  .design-system.horizontal-nav nav ul li > ul {
    position: absolute;
    z-index: 1;
    top: 1.7rem;
    left: -2px;
    display: none;
    flex-direction: column;
    gap: var(--space-xs, 8px);
    width: auto;
    height: auto;
    padding: var(--space-xs, 8px);
    border: var(--border);
    border-radius: var(--border-radius);
    white-space: nowrap;
    background: var(--color-bg);
  }
  .design-system.horizontal-nav nav ul li > ul::before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--space-xs, 8px));
    right: 0;
    left: 0;
    height: var(--space-xs, 8px);
  }
  .design-system.horizontal-nav nav ul li > ul li {
    position: relative;
  }
  .design-system.horizontal-nav nav ul li > ul li > ul {
    top: calc(-1 * var(--space-xs, 8px));
    left: 100%;
    flex-direction: column;
    gap: var(--space-xs, 8px);
    margin-left: var(--space-xs, 8px);
  }
  .design-system.horizontal-nav nav ul li > ul li > ul::before {
    inset: 0 auto 0 calc(-1 * var(--space-xs, 8px));
    width: var(--space-xs, 8px);
    height: auto;
  }
  .design-system.horizontal-nav nav {
    position: sticky;
    z-index: 200;
    top: var(--space-sm, 16px);
    margin-inline: var(--space-sm, 16px);
    padding-block: var(--space-xs, 8px);
    padding-inline: var(--space-lg, 32px);
    border-radius: var(--border-radius);
    background: var(--color-bg);
  }
}
.design-system:not(.nav-can-hover) nav > ul > li:has(> ul) {
  flex-flow: row wrap;
}
.design-system:not(.nav-can-hover) nav > ul > li:has(> ul) > a {
  flex: 1;
}
.design-system:not(.nav-can-hover) nav > ul > li:has(> ul) > a::after {
  display: none;
}
.design-system:not(.nav-can-hover) nav .nav-caret {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border: none;
  appearance: none;
  background: none;
}
.design-system:not(.nav-can-hover) nav .nav-caret::after {
  content: "";
  transform: rotate(45deg);
  display: inline-block;
  padding: 3px;
  border: solid var(--color-link);
  border-width: 0 2px 2px 0;
  transition: transform 0.2s ease;
}
.design-system:not(.nav-can-hover) nav > ul > li.expanded > .nav-caret::after {
  transform: rotate(-45deg);
}
.design-system:not(.nav-can-hover) nav > ul > li:has(> ul) > ul {
  display: none;
  flex-basis: 100%;
}
.design-system:not(.nav-can-hover) nav > ul > li.expanded > ul {
  display: flex;
}
.design-system.nav-can-hover.horizontal-nav nav > ul > li:hover > a::after {
  transform: rotate(-45deg);
}
.design-system.nav-can-hover.horizontal-nav nav ul li:hover > ul {
  display: flex;
}

.design-system .prose {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .prose ul:not([class]) > li::marker {
  content: var(--list-marker-content);
  color: var(--list-marker-color);
}
.design-system .prose blockquote {
  max-width: 680px;
  margin-inline: auto;
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  border-left: 4px solid var(--color-link);
  font-size: var(--font-size-md, 1.125rem);
  font-style: italic;
  line-height: 1.625;
  color: var(--color-text-muted);
}
.design-system .prose .scrollable-table {
  overflow-x: auto;
  max-width: 100%;
  margin: var(--space-md, 24px) 0;
}
.design-system .prose .scrollable-table > table {
  min-width: 100%;
  margin: 0;
}
.design-system .prose table {
  overflow: hidden;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.design-system .prose thead {
  color: var(--color-contrast-text);
  background: var(--color-link);
}
.design-system .prose th {
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  font-weight: 600;
  text-align: left;
}
.design-system .prose td {
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.design-system .prose tbody tr:nth-child(even) {
  background: var(--body-background-alt);
}

.design-system .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  font-size: var(--font-size-2xl, 2rem);
  color: var(--color-text);
  background: var(--color-tint);
}

.design-system ol.breadcrumbs {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--space-md, 24px);
}
@media screen and (min-width: 769px) {
  .design-system ol.breadcrumbs {
    padding-inline: var(--space-lg, 32px);
  }
}
.design-system ol.breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  gap: var(--space-xs, 8px);
  align-items: center;
  padding-block: var(--space-sm, 16px);
  font-size: var(--font-size-sm, 0.875rem);
  list-style: none;
}
.design-system ol.breadcrumbs li {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs, 8px);
  align-items: center;
}
.design-system ol.breadcrumbs a {
  color: var(--color-link);
  text-decoration: none;
  transition: color 150ms ease;
}
.design-system ol.breadcrumbs a:hover {
  text-decoration: underline;
}
.design-system ol.breadcrumbs .separator {
  color: var(--color-text-muted);
}
.design-system ol.breadcrumbs span[aria-current] {
  font-weight: 600;
  color: var(--color-text);
}

.design-system .btn {
  cursor: pointer;
  display: inline-flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: center;
  padding: var(--space-sm, 16px) var(--space-lg, 32px);
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: var(--font-size-base, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.design-system .btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.design-system .btn:focus {
  outline: none;
}
.design-system .btn:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .btn {
  text-decoration: none;
}
.design-system .btn:hover {
  text-decoration: none;
}
.design-system .btn--primary {
  cursor: pointer;
  display: inline-flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: center;
  padding: var(--space-sm, 16px) var(--space-lg, 32px);
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: var(--font-size-base, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.design-system .btn--primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.design-system .btn--primary {
  color: var(--color-contrast-text);
  background: var(--color-link);
}
.design-system .btn--primary:hover:not(:disabled) {
  transform: translateY(-1px);
  color: var(--color-contrast-text);
  background: var(--color-link-hover);
}
.design-system .btn--primary:active:not(:disabled) {
  transform: translateY(0);
}
.design-system .btn--primary:hover {
  text-decoration: none;
}
.design-system .btn--secondary {
  cursor: pointer;
  display: inline-flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: center;
  padding: var(--space-sm, 16px) var(--space-lg, 32px);
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: var(--font-size-base, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.design-system .btn--secondary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.design-system .btn--secondary {
  border-color: var(--color-link);
  color: var(--color-link);
  background: transparent;
}
.design-system .btn--secondary:hover:not(:disabled) {
  color: var(--color-contrast-text);
  background: var(--color-link);
}
.design-system .btn--ghost {
  cursor: pointer;
  display: inline-flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: center;
  padding: var(--space-sm, 16px) var(--space-lg, 32px);
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: var(--font-size-base, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.design-system .btn--ghost:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.design-system .btn--ghost {
  color: var(--color-text);
  background: transparent;
}
.design-system .btn--ghost:hover:not(:disabled) {
  background: var(--color-hover-bg);
}
.design-system .btn--lg {
  padding: var(--space-md, 24px) var(--space-xl, 48px);
  font-size: var(--font-size-md, 1.125rem);
}
.design-system .btn--sm {
  padding: var(--space-xs, 8px) var(--space-md, 24px);
  font-size: var(--font-size-sm, 0.875rem);
}

.design-system .hero {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg, 32px);
  align-items: center;
  justify-content: center;
  padding: var(--section-padding-y) var(--space-md, 24px);
}
@media screen and (min-width: 769px) {
  .design-system .hero {
    padding: var(--section-padding-y) var(--space-lg, 32px);
  }
}
.design-system .hero {
  text-align: center;
}
.design-system .hero .prose {
  align-items: center;
  max-width: 900px;
}
.design-system .hero .prose p {
  font-size: var(--font-size-md, 1.125rem);
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .design-system .hero .prose p {
    font-size: var(--font-size-lg, 1.25rem);
  }
}
.design-system .hero .prose p {
  max-width: 680px;
  color: var(--color-text-muted);
}
.design-system .badge {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5;
  display: inline-flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  padding: var(--space-xs, 8px) var(--space-sm, 16px);
  border-radius: 9999px;
  font-weight: 600;
  color: var(--color-text);
  background: var(--color-tint);
}
.design-system .actions {
  display: flex;
  flex-direction: row;
  gap: var(--space-md, 24px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.design-system ul.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md, 24px);
  list-style: none;
}
.design-system div.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md, 24px);
}
.design-system .feature-card,
.design-system .add-on-card {
  padding: var(--space-lg, 32px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--color-card-bg);
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .feature-card ul,
.design-system .add-on-card ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .feature-card li::marker,
.design-system .add-on-card li::marker {
  color: var(--list-marker-color);
}
.design-system .feature-card ul {
  list-style: "★ ";
}
.design-system .add-on-card ul {
  list-style: "+ ";
}
.design-system section.dark .feature {
  --color-card-bg: var(--color-dark-bg-alt);
}
.design-system > section.dark:nth-child(even) .feature,
.design-system main > section.dark:nth-child(even) .feature {
  --color-card-bg: #1f2937;
}
.design-system .feature {
  padding: var(--space-md, 24px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--color-card-bg);
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .feature:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .feature:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .feature:focus-within {
  border-color: var(--color-link);
}
.design-system .feature {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: var(--space-xs, 8px) var(--space-md, 24px);
  align-items: start;
  height: 100%;
}
.design-system .feature .icon {
  grid-column: 1;
  grid-row: 1;
}
.design-system .feature h3,
.design-system .feature h4 {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.design-system .feature .prose {
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
  grid-column: 1/-1;
  grid-row: 2;
  color: var(--color-text-muted);
}
.design-system .feature pre {
  grid-column: 1/-1;
}
.design-system .feature h3:first-child,
.design-system .feature h4:first-child {
  grid-column: 1/-1;
}

.design-system dl.stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xl, 48px);
  justify-content: center;
}
.design-system div.stats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xl, 48px);
  justify-content: center;
}
.design-system .stat {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: flex-start;
  min-width: 150px;
  padding: var(--space-xs, 8px) var(--space-sm, 16px);
  text-align: center;
}
.design-system .stat dt {
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
  order: 1;
  color: var(--color-text-muted);
}
.design-system .stat dd {
  order: 0;
}
.design-system .stat dd strong {
  font-size: var(--font-size-4xl, 3rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-link);
}
@media screen and (min-width: 769px) {
  .design-system .stat dd strong {
    font-size: var(--font-size-5xl, 4rem);
  }
}

.design-system .cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg, 32px);
  align-items: center;
  justify-content: center;
  border: none;
  text-align: center;
  padding: clamp(var(--space-lg, 32px), 6vw, var(--space-3xl, 96px));
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: var(--color-card-bg);
  background: linear-gradient(135deg, var(--color-link) 0%, var(--color-secondary) 100%);
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
  color: var(--color-contrast-text);
}
.design-system .cta p {
  font-size: var(--font-size-md, 1.125rem);
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .design-system .cta p {
    font-size: var(--font-size-lg, 1.25rem);
  }
}
.design-system .cta p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.9;
}
.design-system .cta a:not(.btn) {
  color: var(--color-contrast-text);
  text-decoration: underline;
}
.design-system .cta .btn--secondary {
  border-color: var(--color-contrast-text);
  color: var(--color-contrast-text);
}
.design-system .cta .btn--secondary:hover {
  color: var(--color-link);
  background: var(--color-contrast-text);
}

.design-system .callout {
  display: flex;
  flex-direction: row;
  gap: var(--space-md, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--space-md, 24px) var(--space-lg, 32px);
  border-left: 4px solid currentcolor;
  border-radius: 12px;
  color: var(--callout-fg);
  background: var(--callout-bg);
}
.design-system .callout--info {
  --callout-bg: var(--color-tint);
  --callout-fg: var(--color-link);
}
.design-system .callout--warning {
  --callout-bg: #fef3c7;
  --callout-fg: #92400e;
}
.design-system .callout--success {
  --callout-bg: #d1fae5;
  --callout-fg: #065f46;
}
.design-system .callout--danger {
  --callout-bg: #fee2e2;
  --callout-fg: #991b1b;
}
.design-system .callout__icon {
  flex: 0 0 auto;
  font-size: var(--font-size-xl, 1.5rem);
  line-height: 1;
}
.design-system .callout__title {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
  color: var(--callout-fg);
}
.design-system .callout__content > :first-child {
  margin-top: 0;
}
.design-system .callout__content > :last-child {
  margin-bottom: 0;
}

.design-system .split,
.design-system .split-callout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--space-2xl, 64px);
}
@media screen and (min-width: 769px) {
  .design-system .split,
  .design-system .split-callout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3xl, 96px);
  }
}
@media screen and (min-width: 769px) {
  .design-system .split--reverse > :first-child,
  .design-system .split-callout--reverse > :first-child {
    order: 2;
  }
  .design-system .split--reverse > :last-child,
  .design-system .split-callout--reverse > :last-child {
    order: 1;
  }
}
.design-system .split {
  align-items: start;
}
.design-system .split > figure {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.design-system .split > figure img {
  width: 100%;
  height: auto;
}
.design-system .split > figure figcaption {
  padding: var(--space-xs, 8px) var(--space-sm, 16px);
  font-size: var(--font-size-sm, 0.875rem);
  font-style: italic;
  background: var(--color-card-bg);
}
.design-system .split > figure .video-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
.design-system .split > figure .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.design-system .split > figure .video-facade {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
}
.design-system .split > figure .video-facade .image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.design-system .split > figure .video-facade .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system .split > figure .video-facade .image-wrapper {
  aspect-ratio: 16/9;
}
.design-system .split > figure .video-facade .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system .split > figure .video-facade .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 150ms ease, opacity 150ms ease;
}
.design-system .split > figure .video-facade .video-play-button svg {
  display: block;
}
.design-system .split > figure .video-facade .video-play-button .video-play-bg {
  fill: var(--color-video-play-bg);
  fill-opacity: 0.8;
}
.design-system .split > figure .video-facade .video-play-button .video-play-icon {
  fill: var(--color-contrast-text);
}
.design-system .split > figure .video-facade:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.design-system .split > figure .video-facade:hover .video-play-button .video-play-bg {
  fill: var(--color-video-play-hover);
  fill-opacity: 1;
}
.design-system .split > figure .video-facade.video-facade--no-thumbnail {
  aspect-ratio: 16/9;
  background: var(--body-background-alt);
}
.design-system .split-full {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .design-system .split-full {
    flex-direction: row;
  }
}
.design-system .split-full .left,
.design-system .split-full .right {
  padding: var(--section-padding-y) var(--space-md, 24px);
}
@media screen and (min-width: 769px) {
  .design-system .split-full .left,
  .design-system .split-full .right {
    padding: var(--section-padding-y) var(--space-lg, 32px);
  }
}
.design-system .split-full .left,
.design-system .split-full .right {
  display: flex;
  flex: 1;
}
.design-system .split-full .left > *,
.design-system .split-full .right > * {
  justify-content: center;
  width: 100%;
  max-width: calc(1200px / 2);
}
.design-system .split-full .left {
  justify-content: flex-end;
  background: var(--body-background-alt);
}
@media screen and (min-width: 769px) {
  .design-system .split-full .left > * {
    padding-right: var(--space-2xl, 64px);
  }
}
.design-system .split-full .right {
  justify-content: flex-start;
  background: var(--color-card-bg);
}
@media screen and (min-width: 769px) {
  .design-system .split-full .right > * {
    padding-left: var(--space-2xl, 64px);
  }
}
.design-system .split-full.dark-left .right, .design-system .split-full.dark-right .left {
  background: transparent;
}
.design-system .split-full.dark-left .left, .design-system .split-full.dark-right .right {
  --color-bg: var(--color-dark-bg);
  --body-background-alt: #374151;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --color-card-bg: #374151;
  --color-tint: #374151;
  color: #f9fafb;
  background: var(--color-dark-bg);
  --split-btn-color: #f9fafb;
  --split-btn-hover-bg: #f9fafb;
  --split-btn-hover-color: #1f2937;
}
.design-system .split-full.primary-left .left, .design-system .split-full.primary-right .right {
  --split-btn-color: var(--color-contrast-text);
  --split-btn-hover-bg: var(--color-contrast-text);
  --split-btn-hover-color: #1f2937;
  background: var(--color-link);
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
  color: var(--color-contrast-text);
}
.design-system .split-full.dark-left .left .btn, .design-system .split-full.dark-right .right .btn, .design-system .split-full.primary-left .left .btn, .design-system .split-full.primary-right .right .btn {
  border-color: var(--split-btn-color);
  color: var(--split-btn-color);
}
.design-system .split-full.dark-left .left .btn:hover:not(:disabled), .design-system .split-full.dark-right .right .btn:hover:not(:disabled), .design-system .split-full.primary-left .left .btn:hover:not(:disabled), .design-system .split-full.primary-right .right .btn:hover:not(:disabled) {
  color: var(--split-btn-hover-color);
  background: var(--split-btn-hover-bg);
}

.design-system .split-callout {
  align-items: center;
}
.design-system .callout-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: center;
  justify-content: center;
  padding: clamp(var(--space-lg, 32px), 6vw, var(--space-3xl, 96px));
  border-radius: 24px;
  text-align: center;
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
  color: var(--color-contrast-text);
}
.design-system .callout-box--primary {
  background: var(--color-link);
}
.design-system .callout-box--secondary {
  background: var(--color-secondary);
}
.design-system .callout-box--gradient {
  background: linear-gradient(135deg, var(--color-link) 0%, var(--color-secondary) 100%);
}
.design-system .callout-box__icon {
  font-size: var(--font-size-4xl, 3rem);
}
.design-system .callout-box__title {
  font-size: var(--font-size-xl, 1.5rem);
  font-weight: 600;
  line-height: 1.375;
}
@media screen and (min-width: 769px) {
  .design-system .callout-box__title {
    font-size: var(--font-size-2xl, 2rem);
  }
}
.design-system .callout-box__subtitle {
  font-size: var(--font-size-md, 1.125rem);
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .design-system .callout-box__subtitle {
    font-size: var(--font-size-lg, 1.25rem);
  }
}
.design-system .callout-box__subtitle {
  opacity: 0.9;
}

.design-system .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--space-lg, 32px);
}
@media screen and (min-width: 769px) {
  .design-system .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg, 32px);
  }
}
@media screen and (min-width: 1001px) {
  .design-system .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl, 48px);
  }
}
@media screen and (min-width: 769px) {
  .design-system .grid--2 {
    gap: var(--space-xl, 48px);
  }
}
@media screen and (min-width: 1001px) {
  .design-system .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.design-system .grid--4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--space-md, 24px);
}
@media screen and (min-width: 651px) {
  .design-system .grid--4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md, 24px);
  }
}
@media screen and (min-width: 1001px) {
  .design-system .grid--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg, 32px);
  }
}
.design-system ul.grid,
.design-system ul.grid--2,
.design-system ul.grid--4 {
  padding-left: 0;
  list-style: none;
}

.design-system .block-columns-section {
  padding: var(--section-padding-y) 0;
}
.design-system .block-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl, 48px);
}
@media screen and (min-width: 769px) {
  .design-system .block-columns {
    gap: var(--space-2xl, 64px);
  }
  .design-system .block-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .design-system .block-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .design-system .block-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.design-system .block-column {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg, 32px);
  min-width: 0;
}

@media screen and (min-width: 1001px) {
  .design-system.two-columns .page-columns {
    display: grid;
    grid-template-columns: 1fr var(--right-column-width, 16rem);
  }
  .design-system.two-columns .page-columns > main {
    min-width: 0;
  }
}
.design-system .right-column {
  padding: var(--space-md) var(--space-sm);
}
.design-system .right-column .slider-container .items.slider {
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.design-system .right-column .slider-container .items.slider > li {
  width: 100%;
  min-width: 0;
}
.design-system .right-column ul.items:not(.slider, .masonry) > li {
  flex-basis: 100%;
  max-width: 100%;
}

.design-system .slider-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.design-system .slider-container:not(:has(.slider.overflowing)) .slider-nav {
  display: none;
}
.design-system .slider {
  scroll-behavior: smooth;
  scrollbar-color: var(--color-text-muted) transparent;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
  overflow: auto hidden;
  display: flex;
  gap: var(--space-lg, 32px);
  padding-bottom: var(--space-sm, 16px);
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.design-system .slider::-webkit-scrollbar {
  height: 6px;
}
.design-system .slider::-webkit-scrollbar-track {
  background: transparent;
}
.design-system .slider::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background: var(--color-text-muted);
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system .slider {
    scroll-behavior: auto;
  }
}
.design-system .slider > * {
  scroll-snap-align: start;
  flex-shrink: 0;
}
.design-system .slider > .feature,
.design-system .slider > article,
.design-system .slider > li {
  width: 280px;
}
@media screen and (min-width: 769px) {
  .design-system .slider > .feature,
  .design-system .slider > article,
  .design-system .slider > li {
    width: 320px;
  }
}
.design-system .slider-nav {
  display: flex;
  flex-direction: row;
  gap: var(--space-md, 24px);
  align-items: center;
  justify-content: center;
}
.design-system a.slider-prev,
.design-system a.slider-next {
  cursor: pointer;
  display: inline-flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: center;
  padding: var(--space-sm, 16px) var(--space-lg, 32px);
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: var(--font-size-base, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.design-system a.slider-prev:disabled,
.design-system a.slider-next:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.design-system a.slider-prev:focus,
.design-system a.slider-next:focus {
  outline: none;
}
.design-system a.slider-prev:focus-visible,
.design-system a.slider-next:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system a.slider-prev,
.design-system a.slider-next {
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--body-background-alt);
  border-radius: 9999px;
  font-size: var(--font-size-lg, 1.25rem);
  color: var(--color-text);
  text-decoration: none;
  background: var(--color-card-bg);
  transition: all 150ms ease;
}
.design-system a.slider-prev:hover:not([disabled]),
.design-system a.slider-next:hover:not([disabled]) {
  border-color: var(--color-link);
  color: #fff;
  background: var(--color-link);
}
.design-system a.slider-prev[disabled],
.design-system a.slider-next[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
.design-system .dark a.slider-prev,
.design-system .dark a.slider-next {
  border-color: #374151;
  color: #f9fafb;
  background: var(--color-card-bg);
}

.design-system ul.items {
  --item-padding-inline: var(--space-md, 24px);
  --item-gap: var(--space-sm, 16px);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg, 32px);
  list-style: none;
}
.design-system ul.items:not(.slider, .masonry) > li {
  flex: 1 1 280px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .design-system ul.items:not(.slider, .masonry) > li {
    max-width: calc(50% - var(--space-lg, 32px) / 2);
  }
}
@media screen and (min-width: 1001px) {
  .design-system ul.items:not(.slider, .masonry) > li {
    max-width: calc(33.333% - var(--space-lg, 32px) * 2 / 3);
  }
}
.design-system ul.items.slider {
  flex-wrap: nowrap;
}
.design-system ul.items.masonry {
  position: relative;
  display: block;
}
.design-system ul.items.masonry > li {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  transition: border-color 250ms ease, outline-color 250ms ease;
}
.design-system ul.items > li {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--color-card-bg);
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system ul.items > li:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system ul.items > li:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system ul.items > li:focus-within {
  border-color: var(--color-link);
}
.design-system ul.items > li.featured {
  border-color: var(--color-accent);
}
.design-system ul.items > li h3,
.design-system ul.items > li .price,
.design-system ul.items > li p:not(.price) {
  padding-inline: var(--item-padding-inline);
}
.design-system ul.items > li:not(:has(> :not(.image-link))) {
  padding-bottom: 0;
}
.design-system ul.items > li:has(> :not(.image-link)) {
  padding-bottom: var(--item-padding-inline);
}
.design-system ul.items > li .image-link {
  overflow: hidden;
  display: block;
}
.design-system ul.items > li .image-link .image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.design-system ul.items > li .image-link .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system ul.items > li .image-link img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.design-system ul.items > li .video-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
.design-system ul.items > li .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.design-system ul.items > li .video-facade {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
}
.design-system ul.items > li .video-facade .image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.design-system ul.items > li .video-facade .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system ul.items > li .video-facade .image-wrapper {
  aspect-ratio: 16/9;
}
.design-system ul.items > li .video-facade .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system ul.items > li .video-facade .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 150ms ease, opacity 150ms ease;
}
.design-system ul.items > li .video-facade .video-play-button svg {
  display: block;
}
.design-system ul.items > li .video-facade .video-play-button .video-play-bg {
  fill: var(--color-video-play-bg);
  fill-opacity: 0.8;
}
.design-system ul.items > li .video-facade .video-play-button .video-play-icon {
  fill: var(--color-contrast-text);
}
.design-system ul.items > li .video-facade:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.design-system ul.items > li .video-facade:hover .video-play-button .video-play-bg {
  fill: var(--color-video-play-hover);
  fill-opacity: 1;
}
.design-system ul.items > li .video-facade.video-facade--no-thumbnail {
  aspect-ratio: 16/9;
  background: var(--body-background-alt);
}
.design-system ul.items > li h3 {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
}
.design-system ul.items > li h3 a {
  color: var(--color-text);
  text-decoration: none;
}
.design-system ul.items > li h3 a:hover {
  color: var(--color-link);
}
.design-system ul.items > li .price {
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-link);
}
.design-system ul.items > li p:not(.price) {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5;
  color: var(--color-text-muted);
}
.design-system ul.items > li > .button {
  cursor: pointer;
  display: inline-flex;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: center;
  padding: var(--space-sm, 16px) var(--space-lg, 32px);
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: var(--font-size-base, 1rem);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.design-system ul.items > li > .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.design-system ul.items > li > .button {
  color: var(--color-contrast-text);
  background: var(--color-link);
}
.design-system ul.items > li > .button:hover:not(:disabled) {
  transform: translateY(-1px);
  color: var(--color-contrast-text);
  background: var(--color-link-hover);
}
.design-system ul.items > li > .button:active:not(:disabled) {
  transform: translateY(0);
}
.design-system ul.items > li > .button {
  margin-block-start: auto;
  margin-inline: var(--item-padding-inline);
}
.design-system ul.items.video-cards > li:hover {
  transform: none;
}
.design-system ul.items.expanded:not(.slider) > li {
  flex: 1 1 100%;
  min-width: calc(33.333% - var(--space-lg, 32px));
  max-width: 100%;
}

.design-system .code-block {
  position: relative;
}
.design-system .code-block .code-block-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  border-radius: 8px 8px 0 0;
  font-size: var(--font-size-sm, 0.875rem);
  color: #9ca3af;
  background: #374151;
}
.design-system .code-block .dots {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs, 8px);
  align-items: center;
  justify-content: flex-start;
}
.design-system .code-block .dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.design-system .code-block .dots span:nth-child(1) {
  background: #ef4444;
}
.design-system .code-block .dots span:nth-child(2) {
  background: #f59e0b;
}
.design-system .code-block .dots span:nth-child(3) {
  background: #10b981;
}
.design-system .code-block pre {
  padding: var(--space-md, 24px);
  border-radius: 0 0 8px 8px;
  color: #f9fafb;
  background: #1f2937;
}
.design-system .code-block pre code {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.625;
  color: #f9fafb;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  background: none;
}

.design-system footer {
  --section-padding-y: var(--section-padding-y-compact-sm);
}
@media screen and (min-width: 769px) {
  .design-system footer {
    --section-padding-y: var(--section-padding-y-compact-md);
  }
}
.design-system footer {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  --color-bg: var(--color-dark-bg);
  --body-background-alt: #374151;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --color-card-bg: #374151;
  --color-tint: #374151;
  color: #f9fafb;
  background: var(--color-dark-bg);
  color: #9ca3af;
  text-align: center;
}
.design-system footer a {
  color: #d1d5db;
}
.design-system footer a:hover {
  color: #fff;
}
.design-system footer p {
  margin: 0 0 var(--space-sm, 16px);
}
.design-system footer .language-links {
  display: flex;
  flex-direction: row;
  gap: var(--space-md, 24px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 var(--space-md, 24px);
  padding: 0;
  list-style: none;
}
.design-system footer .socials {
  display: flex;
  flex-direction: row;
  gap: var(--space-lg, 32px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: min(75%, 30rem);
  margin: 0 auto var(--space-md, 24px);
  padding: 0;
  font-size: 2rem;
  list-style: none;
}

.design-system section:has(> .image-background),
.design-system section:has(> .container-wide > .image-background),
.design-system section:has(> .container-narrow > .image-background) {
  padding: 0;
}
.design-system .image-background {
  position: relative;
  overflow: clip;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  background: #1f2937;
}
.design-system .image-background::after {
  content: "";
  grid-area: 1/1;
  width: 0;
  padding-top: 37.5%;
}
@media screen and (max-width: 768px) {
  .design-system .image-background::after {
    padding-top: 75%;
  }
}
.design-system .image-background > div {
  position: absolute;
  inset: 0;
}
.design-system .image-background > div .image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.design-system .image-background > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system .image-background > figure {
  --color-tint: var(--color-link);
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
  color: var(--color-contrast-text);
  position: relative;
  z-index: 1;
  grid-area: 1/1;
  margin: 0;
  padding: var(--space-lg, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-system .image-background figcaption {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: var(--space-md, 24px);
}
@media screen and (min-width: 769px) {
  .design-system .image-background figcaption {
    padding-inline: var(--space-lg, 32px);
  }
}
.design-system .image-background figcaption {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg, 32px);
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}
.design-system .image-background figcaption .prose {
  align-items: center;
  max-width: 900px;
}
.design-system .image-background figcaption .prose p {
  max-width: 680px;
}
.design-system .image-background figcaption h1, .design-system .image-background figcaption h2, .design-system .image-background figcaption h3, .design-system .image-background figcaption h4, .design-system .image-background figcaption h5, .design-system .image-background figcaption h6 {
  color: var(--color-contrast-text);
  text-shadow: var(--shadow-sm);
}
.design-system .image-background figcaption p {
  color: var(--color-contrast-text-muted);
  text-shadow: var(--shadow-sm);
}
.design-system .image-background figcaption .btn, .design-system .image-background figcaption a.btn {
  border-color: transparent;
  color: var(--color-link);
  background: var(--color-contrast-text-muted);
}
.design-system .image-background figcaption .btn:hover, .design-system .image-background figcaption a.btn:hover {
  color: var(--color-link);
  background: var(--color-contrast-text);
}
.design-system .image-background figcaption .btn--primary, .design-system .image-background figcaption a.btn--primary {
  border-color: transparent;
  color: var(--color-contrast-text);
  background: var(--color-link);
}
.design-system .image-background figcaption .btn--primary:hover, .design-system .image-background figcaption a.btn--primary:hover {
  color: var(--color-contrast-text);
  background: var(--color-link-hover);
}
.design-system .image-background > figure {
  z-index: 3;
}
.design-system .image-background.tinted {
  isolation: isolate;
  position: relative;
  color: #fff;
}
.design-system .image-background.tinted::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 6, 0.35) 0%, rgba(10, 8, 6, 0.55) 100%);
}
.design-system .image-background.parallax > div {
  will-change: transform;
  inset: -10%;
}

.design-system .search-box {
  overflow: hidden;
  display: flex;
  min-width: fit-content;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: border-color 150ms ease;
}
.design-system .search-box:focus-within {
  border-color: var(--color-link);
  box-shadow: 0 0 0 3px var(--color-tint);
}
.design-system .search-box input[type=search] {
  flex: 1;
  width: 10rem;
  min-width: 0;
  margin: 0;
  padding: var(--space-sm, 16px);
  border: none;
  font-family: inherit;
  background: var(--color-card-bg);
  outline: none;
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
}
.design-system .search-box input[type=search]::placeholder {
  color: var(--color-text-muted);
}
.design-system .search-box button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  border: none;
  border-radius: 0 8px 8px 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: var(--font-size-base, 1rem);
  color: var(--color-contrast-text);
  background: var(--color-link);
  transition: background 150ms ease;
}
.design-system .search-box button:hover {
  background: var(--color-link-hover);
}
.design-system #search-results {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
  margin-top: var(--space-md, 24px);
}
.design-system .search-message {
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
  margin: 0;
  color: var(--color-text-muted);
}
.design-system .search-results-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.design-system .search-result {
  padding: var(--space-md, 24px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: var(--color-card-bg);
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .search-result:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .search-result:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .search-result:focus-within {
  border-color: var(--color-link);
}
.design-system .search-result:hover {
  border-color: var(--color-link);
}
.design-system a.search-result__link {
  display: flex;
  gap: var(--space-md, 24px);
  color: inherit;
  text-decoration: none;
}
.design-system .search-result__image {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  border-radius: 4px;
  object-fit: cover;
}
.design-system .search-result__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 8px);
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
}
.design-system .search-result__body h3 {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
  margin: 0;
  color: var(--color-link);
}
.design-system .search-result__body p {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5;
  margin: 0;
  color: var(--color-text-muted);
}
.design-system .search-result__body p mark {
  padding-inline: 2px;
  border-radius: 2px;
  color: var(--color-text);
  background: var(--color-tint);
}
.design-system .search-load-more {
  align-self: center;
}
.design-system .search-load-more[hidden] {
  display: none;
}

.design-system .guide-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .guide-navigation a {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5;
  color: var(--color-link);
  text-decoration: none;
}
.design-system .guide-navigation a:hover {
  text-decoration: underline;
}
.design-system .guide-categories-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
  list-style: none;
}
.design-system .guide-categories-list > li {
  padding: var(--space-lg, 32px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--color-card-bg);
  display: flex;
  flex-direction: row;
  gap: var(--space-md, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .guide-categories-list > li:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .guide-categories-list > li:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .guide-categories-list > li:focus-within {
  border-color: var(--color-link);
}
.design-system .guide-categories-list > li .guide-category-icon {
  flex-shrink: 0;
}
.design-system .guide-categories-list > li .guide-category-icon svg {
  width: 3rem;
  height: 3rem;
  color: var(--color-link);
}
.design-system .guide-categories-list > li .guide-category-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 8px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .guide-categories-list > li .guide-category-info a {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
  color: var(--color-text);
  text-decoration: none;
}
.design-system .guide-categories-list > li .guide-category-info a:hover {
  color: var(--color-link);
}
.design-system .guide-categories-list > li .guide-category-info p {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5;
  color: var(--color-text-muted);
}
.design-system .guide-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  align-items: stretch;
  justify-content: flex-start;
  list-style: none;
}
.design-system .guide-list > li {
  padding: var(--space-lg, 32px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--color-card-bg);
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .guide-list > li:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .guide-list > li:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .guide-list > li:focus-within {
  border-color: var(--color-link);
}
.design-system .guide-list > li a {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
  color: var(--color-text);
  text-decoration: none;
}
.design-system .guide-list > li a:hover {
  color: var(--color-link);
}
.design-system .guide-list > li p {
  font-size: var(--font-size-sm, 0.875rem);
  line-height: 1.5;
  color: var(--color-text-muted);
}

.design-system #theme-switcher-button {
  cursor: pointer;
  position: fixed;
  z-index: 500;
  right: var(--space-md, 24px);
  bottom: var(--space-md, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  font-size: var(--font-size-xl, 1.5rem);
  color: var(--color-text);
  background: var(--color-bg);
  box-shadow: var(--shadow-sm);
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.design-system #theme-switcher-button:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-md);
}
.design-system #theme-switcher-button:active {
  transform: scale(0.95);
}

.design-system .iframe-embed {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-inline: auto;
  border-radius: 8px;
}
.design-system .iframe-embed > iframe {
  display: block;
  width: 100%;
  border: 0;
}
.design-system .iframe-embed--responsive > iframe {
  height: 100%;
}

.design-system .link-button {
  display: flex;
  justify-content: center;
}

.design-system ul.link-columns {
  columns: 1;
  column-gap: var(--space-lg, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 651px) {
  .design-system ul.link-columns {
    columns: 2;
  }
}
@media screen and (min-width: 769px) {
  .design-system ul.link-columns {
    columns: 3;
  }
}
@media screen and (min-width: 1001px) {
  .design-system ul.link-columns {
    columns: 4;
  }
}
.design-system ul.link-columns > li {
  break-inside: avoid;
  padding: var(--space-xs, 8px) 0;
}
.design-system ul.link-columns a {
  color: var(--color-link);
  text-decoration: none;
}
.design-system ul.link-columns a:hover, .design-system ul.link-columns a:focus {
  text-decoration: underline;
}

.design-system .icon-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  max-width: 680px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.design-system .icon-links__link {
  display: flex;
  gap: var(--space-sm, 16px);
  align-items: center;
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.design-system .icon-links__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.design-system .icon-links__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
}
.design-system .icon-links__icon svg {
  width: 100%;
  height: 100%;
}
.design-system .icon-links__text {
  text-align: left;
}

.design-system ul.downloads {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  max-width: 680px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.design-system ul.downloads > li {
  margin: 0;
}
.design-system a.downloads__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: var(--space-md, 24px);
  align-items: center;
  padding: var(--space-sm, 16px) var(--space-md, 24px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
}
.design-system a.downloads__link:hover, .design-system a.downloads__link:focus-visible {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.04);
}
.design-system .downloads__icon {
  width: 2.25em;
  height: 2.25em;
  line-height: 0;
}
.design-system .downloads__icon > svg,
.design-system .downloads__icon > img {
  display: block;
  width: 100%;
  height: 100%;
}
.design-system .downloads__body {
  display: grid;
  grid-auto-rows: auto;
  row-gap: 2px;
  min-width: 0;
}
.design-system .downloads__label {
  font-weight: 600;
}
.design-system .downloads__meta {
  font-size: var(--font-size-sm, 0.875rem);
  opacity: 0.7;
}
.design-system .downloads__affordance {
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

:root {
  --marquee-speed: 30s;
  --marquee-height: 50px;
}

.design-system .marquee-images {
  overflow: hidden;
  min-width: 0;
}
.design-system .marquee-images--has-header {
  margin-top: var(--space-md, 24px);
}
.design-system .marquee-images__track {
  display: flex;
  align-items: center;
  width: max-content;
}
.design-system .marquee-images--ready .marquee-images__track {
  animation: marquee-scroll var(--marquee-speed, 30s) linear infinite;
}
.design-system .marquee-images__link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.design-system .marquee-images .image-wrapper {
  flex-shrink: 0;
  aspect-ratio: auto !important;
  width: auto !important;
  max-width: none !important;
  height: var(--marquee-height, 50px);
  margin: 0 var(--space-xl, 48px);
}
.design-system .marquee-images .image-wrapper img {
  width: auto;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.design-system .faqs {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .faqs dt {
  font-size: var(--font-size-lg, 1.25rem);
  font-weight: 600;
  line-height: 1.375;
}
.design-system .faqs dd {
  font-size: var(--font-size-base, 1rem);
  line-height: 1.5;
  line-height: 1.625;
  color: var(--color-text-muted);
}

.design-system .stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 24px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--sm {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--lg {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg, 32px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--xl {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl, 48px);
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .row {
  display: flex;
  flex-direction: row;
  gap: var(--space-md, 24px);
  align-items: center;
  justify-content: flex-start;
}
.design-system .row--sm {
  display: flex;
  flex-direction: row;
  gap: var(--space-sm, 16px);
  align-items: center;
  justify-content: flex-start;
}
.design-system .row--lg {
  display: flex;
  flex-direction: row;
  gap: var(--space-lg, 32px);
  align-items: center;
  justify-content: flex-start;
}
.design-system .text-center {
  text-align: center;
}
.design-system .text-muted {
  color: var(--color-text-muted);
}
.design-system .text-primary {
  color: var(--color-link);
}
.design-system .sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

dialog.image-popup {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
}
dialog.image-popup::backdrop {
  background: rgba(0, 0, 0, 0.88);
  animation: image-popup-fade-in 250ms ease;
}
dialog.image-popup[open] {
  display: flex;
  flex-direction: column;
  animation: image-popup-fade-in 250ms ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  dialog.image-popup, dialog.image-popup::backdrop {
    animation: none;
  }
}

@keyframes image-popup-fade-in {
  from {
    opacity: 0;
  }
}
dialog.image-popup .popup-close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: var(--space-xs, 8px);
  right: var(--space-xs, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: none;
  transition: background-color 150ms ease;
}
dialog.image-popup .popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
dialog.image-popup .popup-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
dialog.image-popup .popup-close svg {
  width: 1.5rem;
  height: 1.5rem;
}

dialog.image-popup .popup-stage {
  position: relative;
  display: flex;
  flex: 1;
  min-height: 0;
}

dialog.image-popup .popup-track {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  display: flex;
  flex: 1;
  overflow-x: auto;
  overscroll-behavior-x: contain;
}
dialog.image-popup .popup-track::-webkit-scrollbar {
  display: none;
}
dialog.image-popup .popup-track:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
@media screen and (prefers-reduced-motion: reduce) {
  dialog.image-popup .popup-track {
    scroll-behavior: auto;
  }
}

dialog.image-popup .popup-slide {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: var(--space-sm, 16px);
}
@media screen and (min-width: 769px) {
  dialog.image-popup .popup-slide {
    padding: var(--space-md, 24px);
  }
}
dialog.image-popup .popup-slide .image-wrapper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
dialog.image-popup .popup-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

dialog.image-popup .popup-nav {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0 var(--space-sm, 16px);
  border: none;
  color: #fff;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transition: opacity 150ms ease;
}
dialog.image-popup .popup-nav:hover, dialog.image-popup .popup-nav:focus-visible {
  opacity: 1;
}
dialog.image-popup .popup-nav:focus-visible {
  outline: none;
}
dialog.image-popup .popup-nav:focus-visible .popup-nav-icon {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
dialog.image-popup .popup-nav[data-nav=prev] {
  left: 0;
  justify-content: flex-start;
}
dialog.image-popup .popup-nav[data-nav=next] {
  right: 0;
  justify-content: flex-end;
}
dialog.image-popup .popup-nav[aria-disabled=true] {
  cursor: default;
}
dialog.image-popup .popup-nav[aria-disabled=true] .popup-nav-icon {
  opacity: 0.35;
}
dialog.image-popup .popup-nav[hidden] {
  display: none;
}
@media (hover: none) and (pointer: coarse) {
  dialog.image-popup .popup-nav {
    display: none;
  }
}
dialog.image-popup .popup-nav .popup-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  dialog.image-popup .popup-nav .popup-nav-icon {
    width: 3.25rem;
    height: 3.25rem;
  }
}
dialog.image-popup .popup-nav .popup-nav-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 769px) {
  dialog.image-popup .popup-nav .popup-nav-icon svg {
    width: 2rem;
    height: 2rem;
  }
}

dialog.image-popup .popup-thumbs {
  scroll-behavior: smooth;
  scrollbar-width: none;
  display: flex;
  gap: var(--space-xs, 8px);
  margin: 0;
  padding: var(--space-xs, 8px) var(--space-sm, 16px);
  padding-bottom: calc(var(--space-xs, 8px) + env(safe-area-inset-bottom));
  overflow-x: auto;
  list-style: none;
}
dialog.image-popup .popup-thumbs::-webkit-scrollbar {
  display: none;
}
dialog.image-popup .popup-thumbs[hidden] {
  display: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  dialog.image-popup .popup-thumbs {
    scroll-behavior: auto;
  }
}
dialog.image-popup .popup-thumbs > li {
  flex: 0 0 auto;
}
dialog.image-popup .popup-thumbs > li:first-child {
  margin-inline-start: auto;
}
dialog.image-popup .popup-thumbs > li:last-child {
  margin-inline-end: auto;
}

dialog.image-popup .popup-thumb {
  cursor: pointer;
  display: block;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
  opacity: 0.45;
  transition: opacity 150ms ease;
}
dialog.image-popup .popup-thumb:hover, dialog.image-popup .popup-thumb:focus-visible {
  opacity: 0.8;
}
dialog.image-popup .popup-thumb[aria-current=true] {
  opacity: 1;
}
dialog.image-popup .popup-thumb:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
dialog.image-popup .popup-thumb .image-wrapper {
  overflow: hidden;
  width: auto;
  height: 3.5rem;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  dialog.image-popup .popup-thumb .image-wrapper {
    height: 4.5rem;
  }
}
dialog.image-popup .popup-thumb img {
  display: block;
  width: auto;
  height: 100%;
}

dialog.image-popup .popup-status {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

html:has(dialog.image-popup[open]) {
  scrollbar-gutter: stable;
  overflow: hidden;
}

.gallery-full-size-images {
  display: none;
}

.current-image-link {
  cursor: zoom-in;
  display: block;
}
.current-image-link:focus {
  outline: none;
}
.current-image-link:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}

/**
 * Read More - CSS-only expandable content sections
 *
 * Uses the checkbox hack pattern for pure CSS toggling:
 * - Hidden checkbox inside the paragraph
 * - Label acts as the clickable trigger (inline with text)
 * - Sibling selectors show/hide content
 * - Label disappears when expanded (one-way toggle)
 *
 * Structure:
 * <p>Visible text <input><label>Read more…</label><span class="read-more-content">rest of line</span></p>
 * <div class="read-more-content">following paragraphs</div>
 */
.read-more-toggle {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.read-more-label {
  cursor: pointer;
  font-weight: bold;
  color: var(--color-link);
  text-decoration: var(--link-decoration);
  text-decoration-style: var(--link-decoration-style);
}
.read-more-label:hover, .read-more-label:focus {
  color: var(--color-link-hover);
  text-decoration: var(--link-decoration-hover);
}
.read-more-label:focus-visible {
  border-radius: var(--border-radius);
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}

.read-more-content {
  display: none;
}

.read-more-toggle:checked + .read-more-label {
  display: none;
}
.read-more-toggle:checked ~ .read-more-content {
  display: inline;
}

p:has(.read-more-toggle:checked) + .read-more-content {
  display: block;
}

.design-system ul.items > li {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.design-system ul.items > li.scroll-visible {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
  .design-system ul.items > li {
    transform: none;
    opacity: 1;
    transition: none;
  }
}
noscript p {
  margin: 2rem 0;
  padding: 1rem;
  border: 2px solid #c41e3a;
  border-radius: var(--border-radius);
  color: #c41e3a;
  background-color: #ffe6e6;
}

.theme-editor .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.theme-editor small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  opacity: 0.8;
}
.theme-editor #bunny-fonts {
  width: 100%;
}
.theme-editor .border-controls {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.theme-editor .border-width {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.theme-editor .border-width input {
  width: 4rem;
}
.theme-editor .border-style select {
  min-width: 5rem;
}
.theme-editor .border-color input {
  min-width: 2.5rem;
  height: 2.5rem;
}
.theme-editor #theme-output {
  margin: 1rem 0;
}
.theme-editor .editor-tabs ul {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}
.theme-editor .tab-link.active {
  font-weight: bold;
}
.theme-editor .tab-content {
  display: none;
}
.theme-editor .tab-content.active {
  display: block;
}
.theme-editor label {
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.25rem;
}
.theme-editor label.no-checkbox {
  display: block;
}
.theme-editor fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.theme-editor fieldset legend {
  margin-bottom: 0.25rem;
  padding: 0;
}
.theme-editor input[type=checkbox] {
  cursor: pointer;
  margin: 0;
}
.theme-editor input:disabled,
.theme-editor select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  .theme-editor .editor-tabs ul {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
  .theme-editor .grid {
    grid-template-columns: 1fr;
  }
  .theme-editor .border-controls {
    flex-wrap: wrap;
  }
}

:root {
  --color-bg: #fafafa;
  --body-background: #fafafa;
  --body-background-alt: #f0f1f3;
  --color-card-bg: #fff;
  --color-text: #1f2937;
  --color-text-muted: #6b7280;
  --color-link: #2563eb;
  --color-link-hover: #1d4ed8;
  --color-tint: #dbeafe;
  --color-secondary: #7c3aed;
  --color-accent: #ebebeb;
  --color-hover-bg: rgb(0 0 0 / 5%);
}

html[data-theme="90s-computer"] {
  --width-content: 1100px;
  --color-bg: #c0c0c0;
  --color-card-bg: #c8c8c8;
  --color-accent: #a8a8a8;
  --body-background: #008080
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%2300b3b3' fill-opacity='0.15'/%3E%3C/svg%3E");
  --body-background-alt: #006e6e
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%2300b3b3' fill-opacity='0.15'/%3E%3C/svg%3E");
  --color-text: #000;
  --color-link: #00f;
  --color-tint: #d0d0ff;
  --color-link-hover: #f00;
  --color-gradient-start: rgb(0 128 128 / 20%);
  --color-gradient-end: rgb(0 0 255 / 20%);
  --border: 2px outset #c0c0c0;
  --border-radius: 0;
  --box-shadow: inset -1px -1px #000, inset 1px 1px #fff;
  --font-family-heading: "MS Sans Serif", "Chicago", sans-serif;
  --font-family-body: "MS Sans Serif", "Chicago", sans-serif;
  --line-height: 1.3;
  --link-decoration: underline;
  --link-decoration-hover: underline;
  --link-decoration-style: solid;
  --list-marker-content: "■ ";
  --list-marker-color: #000080;
}

html[data-theme=floral] {
  --width-content: 1100px;
  --color-bg: #ffe0f0;
  --color-card-bg: #fff0f8;
  --color-accent: #ffd0e8;
  --body-background: #ffc0e0
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%23ff69b4' fill-opacity='0.15'/%3E%3C/svg%3E");
  --body-background-alt: #f8b0d8
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%23ff69b4' fill-opacity='0.15'/%3E%3C/svg%3E");
  --color-text: #d1006c;
  --color-link: #ff69b4;
  --color-tint: #ffe0ef;
  --color-link-hover: #ff1493;
  --color-contrast-text: #1a1a1a;
  --color-contrast-text-muted: rgb(0 0 0 / 70%);
  --color-gradient-start: rgb(255 105 180 / 20%);
  --color-gradient-end: rgb(255 182 193 / 20%);
  --border: 3px solid #ffb6c1;
  --border-radius: 25px;
  --box-shadow: 5px 5px 15px rgb(255 182 193 / 50%);
  --font-family-heading: "Princess Sofia", "Brush Script MT", cursive;
  --font-family-body: georgia, "Times New Roman", serif;
  --line-height: 1.6;
  --link-decoration: none;
  --link-decoration-hover: underline;
  --link-decoration-style: wavy;
  --list-marker-content: "✿ ";
  --list-marker-color: #ff69b4;
}

html[data-theme=hacker] {
  --width-content: 1100px;
  --color-bg: #000;
  --color-card-bg: #0a0f0a;
  --color-accent: #0a120a;
  --body-background: #0a0a0a
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z' fill='%2300ff00' fill-opacity='0.04'/%3E%3C/svg%3E");
  --body-background-alt: #0f1a0f
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z' fill='%2300ff00' fill-opacity='0.04'/%3E%3C/svg%3E");
  --color-text: #0f0;
  --color-link: #0f0;
  --color-tint: #0a1f0a;
  --color-link-hover: #3f3;
  --color-contrast-text: #000;
  --color-contrast-text-muted: rgb(0 0 0 / 70%);
  --color-gradient-start: rgb(0 255 0 / 20%);
  --color-gradient-end: rgb(0 180 0 / 20%);
  --border: 2px solid #0f0;
  --border-radius: 0;
  --box-shadow: 0 0 10px #0f0;
  --font-family-heading: "Share Tech Mono", "Lucida Console", "Courier New", monospace;
  --font-family-body: "Share Tech Mono", "Lucida Console", "Courier New", monospace;
  --line-height: 1.2;
  --link-decoration: none;
  --link-decoration-hover: underline;
  --link-decoration-style: solid;
  --list-marker-content: "> ";
  --list-marker-color: #0f0;
}

html[data-theme=monochrome] {
  --width-content: 1200px;
  --color-bg: #1a1a1a;
  --color-card-bg: #222;
  --color-accent: #222;
  --body-background: #2a2a2a
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.05' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'/%3E%3C/svg%3E");
  --body-background-alt: #323232
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.05' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'/%3E%3C/svg%3E");
  --color-text: #e0e0e0;
  --color-link: #fff;
  --color-tint: #2a2a2a;
  --color-link-hover: #ccc;
  --color-contrast-text: #1a1a1a;
  --color-contrast-text-muted: rgb(0 0 0 / 70%);
  --color-gradient-start: rgb(255 255 255 / 20%);
  --color-gradient-end: rgb(128 128 128 / 20%);
  --border: 1px solid #808080;
  --border-radius: 2px;
  --box-shadow: 0 0 20px rgb(255 255 255 / 10%);
  --font-family-heading: system-ui, sans-serif;
  --font-family-body: system-ui, sans-serif;
  --line-height: 1.4;
  --link-decoration: underline;
  --link-decoration-hover: underline;
  --link-decoration-style: solid;
  --list-marker-content: "— ";
  --list-marker-color: #808080;
}

html[data-theme=neon] {
  --width-content: 1100px;
  --color-bg: #0a0a0a;
  --color-card-bg: #12101a;
  --color-accent: #150a18;
  --body-background: #1a0a1a
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23ff00ff' fill-opacity='0.07'/%3E%3C/svg%3E");
  --body-background-alt: #221228
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23ff00ff' fill-opacity='0.07'/%3E%3C/svg%3E");
  --color-text: #f0f;
  --color-link: #0ff;
  --color-tint: #002a2a;
  --color-link-hover: #ff0;
  --color-contrast-text: #0a0a0a;
  --color-contrast-text-muted: rgb(0 0 0 / 70%);
  --color-gradient-start: rgb(255 0 255 / 20%);
  --color-gradient-end: rgb(0 255 255 / 20%);
  --border: 2px solid #f0f;
  --border-radius: 12px;
  --box-shadow: 0 0 8px rgb(255 0 255 / 50%);
  --font-family-heading: "Orbitron", bahnschrift, "DIN Alternate", "Franklin Gothic Medium", sans-serif;
  --font-family-body: "Orbitron", avenir, montserrat, corbel, sans-serif;
  --line-height: 1.5;
  --link-decoration: none;
  --link-decoration-hover: underline;
  --link-decoration-style: double;
  --list-marker-content: "◆ ";
  --list-marker-color: #0ff;
}

html[data-theme=ocean] {
  --width-content: 1400px;
  --color-bg: #001f3f;
  --color-card-bg: #002850;
  --color-accent: #002b54;
  --body-background: #002a55
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='26' viewBox='0 0 52 26'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' fill='%230074d9' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
  --body-background-alt: #036
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='26' viewBox='0 0 52 26'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' fill='%230074d9' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
  --color-text: #7fdbff;
  --color-link: #39cccc;
  --color-tint: #0a2a2a;
  --color-link-hover: #7fdbff;
  --color-contrast-text: #001f3f;
  --color-contrast-text-muted: rgb(0 31 63 / 80%);
  --color-gradient-start: rgb(0 116 217 / 20%);
  --color-gradient-end: rgb(57 204 204 / 20%);
  --border: 2px solid #0074d9;
  --border-radius: 0;
  --box-shadow: 8px 8px 16px rgb(0 0 0 / 40%);
  --font-family-heading: "Courier New", monospace;
  --font-family-body: "Courier New", monospace;
  --line-height: 1.8;
  --link-decoration: underline;
  --link-decoration-hover: none;
  --link-decoration-style: wavy;
  --list-marker-content: "〜 ";
  --list-marker-color: #39cccc;
}

html[data-theme=old-mac] {
  --width-content: 1100px;
  --color-bg: #ddd;
  --color-card-bg: #e8e8e8;
  --color-accent: #ccc;
  --body-background: #eee
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Cpath fill='%23000000' fill-opacity='0.05' d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/svg%3E");
  --body-background-alt: #e4e4e8
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Cpath fill='%23000000' fill-opacity='0.05' d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/svg%3E");
  --color-text: #000;
  --color-link: #00e;
  --color-tint: #d8d8f8;
  --color-link-hover: #551a8b;
  --color-gradient-start: rgb(0 0 238 / 20%);
  --color-gradient-end: rgb(85 26 139 / 20%);
  --border: 1px solid #000;
  --border-radius: 4px;
  --box-shadow: 2px 2px 0 rgb(0 0 0 / 50%);
  --font-family-heading: chicago, charcoal, sans-serif;
  --font-family-body: geneva, sans-serif;
  --line-height: 1.4;
  --link-decoration: underline;
  --link-decoration-hover: underline;
  --link-decoration-style: solid;
  --list-marker-content: "◇ ";
  --list-marker-color: #000;
}

html[data-theme=rainbow] {
  --width-content: 1200px;
  --color-bg: #fff;
  --color-card-bg: #fff;
  --color-accent: #f0e8f8;
  --body-background: #f0f0f0
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='12' viewBox='0 0 40 12'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23ff6b6b' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  --body-background-alt: #e8e0f0
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='12' viewBox='0 0 40 12'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23ff6b6b' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  --color-text: #333;
  --color-link: #f0f;
  --color-tint: #f0e0f5;
  --color-link-hover: #f6f;
  --color-contrast-text: #1a1a1a;
  --color-contrast-text-muted: rgb(0 0 0 / 70%);
  --color-gradient-start: rgb(255 107 107 / 20%);
  --color-gradient-end: rgb(177 156 217 / 20%);
  --border: 3px solid #ff6b6b;
  --border-radius: 15px;
  --box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
  --font-family-heading: "Comic Sans MS", "Marker Felt", fantasy;
  --font-family-body: "Trebuchet MS", verdana, sans-serif;
  --line-height: 1.6;
  --link-decoration: none;
  --link-decoration-hover: underline;
  --link-decoration-style: wavy;
  --list-marker-content: "★ ";
  --list-marker-color: #ff6b6b;
}

html[data-theme=sunset] {
  --width-content: 1400px;
  --color-bg: #3d1e6d;
  --color-card-bg: #462578;
  --color-accent: #4a2880;
  --body-background: #4d2d7d
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='0' cy='24' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='48' cy='24' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='24' cy='0' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='24' cy='48' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3C/svg%3E");
  --body-background-alt: #583590
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='0' cy='24' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='48' cy='24' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='24' cy='0' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3Ccircle cx='24' cy='48' r='16' fill='none' stroke='%23f4a261' stroke-opacity='0.08' stroke-width='1'/%3E%3C/svg%3E");
  --color-text: #f4a261;
  --color-link: #e76f51;
  --color-tint: #2d1610;
  --color-link-hover: #f4a261;
  --color-contrast-text: #1a1a1a;
  --color-contrast-text-muted: rgb(0 0 0 / 70%);
  --color-gradient-start: rgb(136 67 242 / 20%);
  --color-gradient-end: rgb(231 111 81 / 20%);
  --border: 3px solid #8843f2;
  --border-radius: 15px;
  --box-shadow: 10px 10px 20px rgb(0 0 0 / 30%);
  --font-family-heading: impact, sans-serif;
  --font-family-body: arial, sans-serif;
  --line-height: 1.5;
  --link-decoration: none;
  --link-decoration-hover: underline;
  --link-decoration-style: double;
  --list-marker-content: "● ";
  --list-marker-color: #e76f51;
}

:root {
  --theme-list: "default,90s-computer,floral,hacker,monochrome,neon,ocean,old-mac,rainbow,sunset";
  --theme-default-name: "Default";
  --theme-90s-computer-name: "90s Computer";
  --theme-floral-name: "Floral";
  --theme-hacker-name: "Hacker";
  --theme-monochrome-name: "Monochrome";
  --theme-neon-name: "Neon";
  --theme-ocean-name: "Ocean";
  --theme-old-mac-name: "Old Mac";
  --theme-rainbow-name: "Rainbow";
  --theme-sunset-name: "Sunset";
}