/* latin-ext */
@font-face {
  font-family: "Princess Sofia";
  font-style: normal;
  font-weight: 400;
  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-style: normal;
  font-weight: 400;
  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-style: normal;
  font-weight: 400;
  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-style: normal;
  font-weight: 600;
  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;
}
:root {
  --color-bg: #fafafa;
  --body-background-alt: #f3f4f6;
  --color-card-bg: #ffffff;
  --color-text: #1f2937;
  --color-text-muted: #6b7280;
  --color-link: #2563eb;
  --color-link-hover: #1d4ed8;
  --color-tint: #dbeafe;
  --color-secondary: #7c3aed;
  --color-accent: rgb(237.25, 237.25, 237.25);
  --color-hover-bg: rgba(0, 0, 0, 0.05);
  --color-contrast-text: #ffffff;
  --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);
  --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;
  --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;
  --border: 2px solid var(--color-text);
  --border-radius: 8px;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.design-system *,
.design-system *::before,
.design-system *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.design-system {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system {
    scroll-behavior: auto;
  }
}
.design-system {
  font-family: var(--font-family-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}
.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: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .design-system h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1001px) {
  .design-system h1 {
    font-size: 4rem;
  }
}
.design-system h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .design-system h2 {
    font-size: 2.5rem;
  }
}
.design-system h3 {
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .design-system h3 {
    font-size: 2rem;
  }
}
.design-system h4 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
}
.design-system p {
  line-height: 1.625;
}
.design-system a:not(.btn) {
  color: var(--color-link);
  text-decoration: underline;
  transition: color 150ms ease;
}
.design-system a:not(.btn):hover {
  text-decoration: underline;
}
.design-system code {
  font-family: var(--font-family-mono);
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  background: var(--body-background-alt);
  border-radius: 4px;
}
.design-system pre {
  padding: 24px;
  background: #1f2937;
  color: #f9fafb;
  border-radius: 8px;
  overflow-x: auto;
}
.design-system pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.design-system img,
.design-system .image-wrapper {
  max-width: 100%;
  height: auto;
  display: block;
}
body.page .content .design-system img, body.page .content .design-system .image-wrapper {
  max-width: 100%;
}
.design-system ul:not([class]),
.design-system ol:not([class]) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 32px;
}
.design-system [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.design-system [data-reveal=left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=left].is-visible {
  opacity: 1;
  transform: translateX(0);
}
.design-system [data-reveal=right] {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=right].is-visible {
  opacity: 1;
  transform: translateX(0);
}
.design-system [data-reveal=scale] {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=scale].is-visible {
  opacity: 1;
  transform: scale(1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.design-system .container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .container {
    padding-inline: 32px;
  }
}
.design-system .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .container--narrow {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .container--narrow {
    padding-inline: 32px;
  }
}
.design-system .container--default {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .container--default {
    padding-inline: 32px;
  }
}
.design-system section {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .design-system section {
    padding-top: 57.6px;
    padding-bottom: 57.6px;
  }
}
.design-system section.compact {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .design-system section.compact {
    padding-top: 38.4px;
    padding-bottom: 38.4px;
  }
}
.design-system section.alt {
  background: var(--body-background-alt);
}
.design-system section.dark {
  background: #1f2937;
  color: #f9fafb;
  --color-bg: #1f2937;
  --body-background-alt: #374151;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --color-card-bg: #374151;
}
.design-system section.gradient {
  background: linear-gradient(135deg, var(--color-gradient-start) 0%, var(--color-gradient-end) 100%);
}
.design-system > .section-header {
  padding: 48px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  display: flex;
  flex-direction: column;
  gap: 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-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.design-system:not(body):not(section) {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: stretch;
  justify-content: flex-start;
}

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

.design-system > section:nth-child(odd) {
  background: var(--color-bg);
}

.design-system > section:nth-child(even) {
  background: var(--body-background-alt);
}

.design-system nav {
  box-shadow: var(--box-shadow);
}
.design-system nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.design-system nav a {
  color: var(--color-link);
}
.design-system nav a.active, .design-system nav a:has(+ ul a.active) {
  color: var(--color-text);
}
.design-system nav .nav-thumbnails a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.design-system nav .nav-thumbnails .image-wrapper {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.design-system nav .nav-thumbnails .image-wrapper picture,
.design-system nav .nav-thumbnails .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system nav .nav-thumbnails span {
  flex: 1;
}
@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;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    border-radius: 0;
    z-index: 200;
    background: var(--color-bg);
    padding: 8px;
  }
  .design-system.sticky-mobile-nav nav .toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .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 {
    transform: rotate(45deg);
    top: 0;
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  .design-system.sticky-mobile-nav nav .toggle-label {
    display: block !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 200;
    height: 24px;
    width: 30px;
    cursor: pointer;
  }
  .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 {
    display: block;
    background: var(--color-text);
    height: 2px;
    width: 30px;
    position: absolute;
    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;
    background: var(--color-bg);
    top: 3rem;
    right: -100%;
    bottom: 0;
    width: 70%;
    max-width: 300px;
    overflow-x: scroll;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin: 0;
    list-style: none;
    transition: right 250ms ease;
  }
  .design-system.sticky-mobile-nav nav > ul .toggle-label {
    display: block;
  }
  .design-system.sticky-mobile-nav nav > ul li {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .design-system.sticky-mobile-nav nav > ul li ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }
  .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul {
    padding-right: 40px;
  }
  .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul li:has(> ul) {
    position: relative;
  }
  .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul li:has(> ul) > .mobile-menu-toggle {
    position: absolute;
    right: -2.5rem;
    top: 1rem;
    width: 2.5rem;
    height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul li:has(> ul) > .mobile-menu-toggle::after {
    content: "";
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 150ms ease;
  }
  .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul li:has(> ul).expanded > .mobile-menu-toggle::after {
    transform: rotate(-135deg);
  }
  .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul li:has(> ul) > ul {
    display: none;
  }
  .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul li:has(> ul).expanded > ul, .design-system.sticky-mobile-nav nav:has(.mobile-menu-toggle) > ul li:has(> ul):has(> ul a.active) > ul {
    display: flex;
  }
}
@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: 16px;
  }
  .design-system.left-nav nav ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .design-system.left-nav nav ul,
  .design-system.left-nav nav ul li {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .design-system.left-nav nav ul li ul {
    padding-left: 16px;
    font-size: 1rem;
  }
  .design-system.horizontal-nav nav {
    margin-bottom: 16px;
    justify-content: center;
  }
  .design-system.horizontal-nav nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0 32px;
    flex-wrap: wrap;
  }
  .design-system.horizontal-nav nav ul li {
    text-align: left;
    position: relative;
  }
  .design-system.horizontal-nav nav ul li > ul {
    flex-direction: column;
    gap: 8px;
    background: var(--color-bg);
    border: var(--border);
    border-radius: var(--border-radius);
    display: none;
    height: auto;
    left: -2px;
    padding: 8px;
    position: absolute;
    top: 1.7rem;
    white-space: nowrap;
    width: auto;
    z-index: 1;
  }
  .design-system.horizontal-nav nav ul li > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 8px;
  }
  .design-system.horizontal-nav nav ul li > ul li {
    position: relative;
  }
  .design-system.horizontal-nav nav ul li > ul li > ul {
    flex-direction: column;
    gap: 8px;
    top: -8px;
    left: 100%;
    margin-left: 8px;
  }
  .design-system.horizontal-nav nav ul li > ul li > ul::before {
    top: 0;
    bottom: 0;
    left: -8px;
    right: auto;
    width: 8px;
    height: auto;
  }
  .design-system.horizontal-nav nav ul li > ul li:hover > ul {
    display: flex;
  }
  .design-system.horizontal-nav nav ul li:hover > ul {
    display: flex;
  }
  .design-system.horizontal-nav nav {
    position: sticky;
    top: 16px;
    z-index: 200;
    background: var(--color-bg);
    padding-inline: 32px;
    padding-block: 8px;
    margin-inline: 16px;
    border-radius: var(--border-radius);
  }
}

.design-system ol.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 16px 24px;
  gap: 8px;
  font-size: 0.875rem;
}
.design-system ol.breadcrumbs li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.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] {
  color: var(--color-text);
  font-weight: 600;
}

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

.design-system .hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
@media screen and (min-width: 769px) {
  .design-system .hero {
    padding: 0 32px;
  }
}
.design-system .hero h1 {
  max-width: 900px;
}
.design-system .hero .lead {
  font-size: 1.125rem;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .design-system .hero .lead {
    font-size: 1.25rem;
  }
}
.design-system .hero .lead {
  color: var(--color-text-muted);
  max-width: 680px;
}
.design-system .badge {
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--color-tint);
  color: var(--color-text);
  border-radius: 9999px;
  font-weight: 600;
}
.design-system .actions {
  display: flex;
  flex-direction: row;
  gap: 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: 24px;
  list-style: none;
}
.design-system div.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.design-system .feature {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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 {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 24px;
  align-items: start;
}
.design-system .feature .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--color-tint);
  color: var(--color-text);
  border-radius: 8px;
  font-size: 2rem;
  grid-row: 1;
  grid-column: 1;
}
.design-system .feature h3,
.design-system .feature h4 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
}
.design-system .feature p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  grid-row: 2;
  grid-column: 1/-1;
}
.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: 48px;
  justify-content: center;
}
.design-system div.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}
.design-system .stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 150px;
  padding: 8px 16px;
}
.design-system .stat dt {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  order: 1;
}
.design-system .stat dd {
  order: 0;
}
.design-system .stat dd strong {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-link);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .design-system .stat dd strong {
    font-size: 4rem;
  }
}

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

.design-system .split {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 64px;
  align-items: start;
}
@media screen and (min-width: 769px) {
  .design-system .split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px;
  }
}
@media screen and (min-width: 769px) {
  .design-system .split--reverse > :first-child {
    order: 2;
  }
  .design-system .split--reverse > :last-child {
    order: 1;
  }
}
.design-system .split > figure {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.design-system .split > figure img {
  width: 100%;
  height: auto;
}
.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 {
  flex: 1;
  padding: 96px 24px;
  display: flex;
}
@media screen and (min-width: 769px) {
  .design-system .split-full .left,
  .design-system .split-full .right {
    padding: 96px 32px;
  }
}
.design-system .split-full .left > *,
.design-system .split-full .right > * {
  width: 100%;
  max-width: calc(1200px / 2);
  justify-content: center;
}
.design-system .split-full .left {
  background: var(--body-background-alt);
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .design-system .split-full .left > * {
    padding-right: 64px;
  }
}
.design-system .split-full .right {
  background: var(--color-card-bg);
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .design-system .split-full .right > * {
    padding-left: 64px;
  }
}
.design-system .split-full.dark-left .right, .design-system .split-full.dark-right .left {
  background: var(--color-bg);
}
.design-system .split-full.dark-left .left, .design-system .split-full.dark-right .right {
  background: #1f2937;
  color: #f9fafb;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --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 {
  background: var(--color-link);
  color: var(--color-contrast-text);
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
  --split-btn-color: var(--color-contrast-text);
  --split-btn-hover-bg: var(--color-contrast-text);
  --split-btn-hover-color: #1f2937;
}
.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) {
  background: var(--split-btn-hover-bg);
  color: var(--split-btn-hover-color);
}

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

.design-system .slider-container {
  display: flex;
  flex-direction: column;
  gap: 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 {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: var(--color-text-muted) transparent;
}
.design-system .slider::-webkit-scrollbar {
  height: 6px;
}
.design-system .slider::-webkit-scrollbar-track {
  background: transparent;
}
.design-system .slider::-webkit-scrollbar-thumb {
  background: var(--color-text-muted);
  border-radius: 9999px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system .slider {
    scroll-behavior: auto;
  }
}
.design-system .slider > * {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.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: 24px;
  align-items: center;
  justify-content: center;
}
.design-system .slider-prev,
.design-system .slider-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .slider-prev:disabled,
.design-system .slider-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .slider-prev:focus,
.design-system .slider-next:focus {
  outline: none;
}
.design-system .slider-prev:focus-visible,
.design-system .slider-next:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .slider-prev,
.design-system .slider-next {
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--color-card-bg);
  border: 1px solid var(--body-background-alt);
  border-radius: 9999px;
  color: var(--color-text);
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .slider-prev:hover:not([disabled]),
.design-system .slider-next:hover:not([disabled]) {
  background: var(--color-link);
  border-color: var(--color-link);
  color: #ffffff;
}
.design-system .slider-prev[disabled],
.design-system .slider-next[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.design-system .dark .slider-prev,
.design-system .dark .slider-next {
  background: var(--color-card-bg);
  border-color: #374151;
  color: #f9fafb;
}
.design-system .dark .slider-prev:hover:not([disabled]),
.design-system .dark .slider-next:hover:not([disabled]) {
  background: var(--color-link);
  border-color: var(--color-link);
}

.design-system ul.items {
  --item-padding-inline: 24px;
  --item-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 32px;
}
.design-system ul.items:not(.slider) > li {
  flex: 1 1 280px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .design-system ul.items:not(.slider) > li {
    max-width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1001px) {
  .design-system ul.items:not(.slider) > li {
    max-width: calc(33.333% - 21.3333333333px);
  }
}
.design-system ul.items.slider {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-text-muted) transparent;
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system ul.items.slider {
    scroll-behavior: auto;
  }
}
.design-system ul.items.slider > li {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 280px;
}
@media screen and (min-width: 769px) {
  .design-system ul.items.slider > li {
    width: 320px;
  }
}
.design-system ul.items > li {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  overflow: hidden;
  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 h3,
.design-system ul.items > li .price,
.design-system ul.items > li p:not(.price),
.design-system ul.items > li ul.list-item-specs {
  padding-inline: var(--item-padding-inline);
}
.design-system ul.items > li > :last-child:not(.image-link):not(.video-wrapper):not(.video-facade) {
  padding-bottom: var(--item-padding-inline);
}
.design-system ul.items > li .image-link {
  display: block;
  overflow: hidden;
}
.design-system ul.items > li .image-link .image-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 150ms ease;
}
.design-system ul.items > li .image-link:hover img {
  transform: scale(1.05);
}
.design-system ul.items > li .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.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 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.design-system ul.items > li .video-facade .image-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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;
  transition: transform 150ms ease;
}
.design-system ul.items > li .video-facade:hover .image-wrapper img {
  transform: scale(1.05);
}
.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 {
  background: var(--body-background-alt);
  aspect-ratio: 16/9;
}
.design-system ul.items > li h3 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
}
.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: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-link);
}
.design-system ul.items > li p:not(.price) {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.design-system ul.items > li ul.list-item-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-block-start: auto;
  list-style: none;
}
.design-system ul.items > li ul.list-item-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.design-system ul.items > li ul.list-item-specs li svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.design-system ul.items > li ul.list-item-specs li span {
  white-space: nowrap;
}
.design-system ul.items.video-cards > li:hover {
  transform: none;
}

.design-system .reviews-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .design-system .reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .design-system .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.design-system .reviews-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.design-system .reviews-grid > li {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .design-system .reviews-grid > li {
    text-align: center;
  }
}
.design-system .reviews-grid .review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.design-system .reviews-grid .rating {
  font-size: 1.25rem;
}
.design-system .reviews-grid .date {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin-inline-start: auto;
}
.design-system .reviews-grid .review {
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.625;
}
.design-system .reviews-grid .products {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--color-text-muted);
}
.design-system .reviews-grid .products a {
  color: var(--color-link);
  text-decoration: none;
}
.design-system .reviews-grid .products a:hover {
  text-decoration: underline;
}
.design-system .reviews-grid .author-info {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-block-start: auto;
}
@media screen and (max-width: 768px) {
  .design-system .reviews-grid .author-info {
    flex-direction: column;
    align-items: center;
  }
}
.design-system .reviews-grid .author-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}
.design-system .reviews-grid .author-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  font-size: 0.875rem;
}
.design-system .reviews-grid .name {
  font-weight: 600;
  color: var(--color-text);
}
.design-system .reviews-grid .review-link {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-link);
  text-decoration: none;
}
.design-system .reviews-grid .review-link:hover {
  text-decoration: underline;
}

.design-system .code-block {
  position: relative;
}
.design-system .code-block .code-block-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #374151;
  border-radius: 8px 8px 0 0;
  color: #9ca3af;
  font-size: 0.875rem;
}
.design-system .code-block .dots {
  display: flex;
  flex-direction: row;
  gap: 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: 24px;
  background: #1f2937;
  border-radius: 0 0 8px 8px;
  color: #f9fafb;
}
.design-system .code-block pre code {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #f9fafb;
  background: none;
  white-space: pre-wrap;
  word-break: break-word;
}

.design-system footer {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .design-system footer {
    padding-top: 38.4px;
    padding-bottom: 38.4px;
  }
}
.design-system footer {
  background: #1f2937;
  color: #9ca3af;
  text-align: center;
}
.design-system footer a {
  color: #d1d5db;
}
.design-system footer a:hover {
  color: #ffffff;
}
.design-system footer p {
  margin: 0 0 16px;
}
.design-system footer .socials {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.design-system section:has(> .video-background),
.design-system section:has(> .container > .video-background) {
  padding: 0;
}
.design-system .video-background {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1f2937;
}
.design-system .video-background > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
  border: 0;
}
@supports (aspect-ratio: 16/9) {
  .design-system .video-background > iframe {
    width: 177.77vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
  }
}
.design-system .video-background > figure {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-contrast-text);
  padding: 32px;
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
}
.design-system .video-background figcaption {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .video-background figcaption {
    padding-inline: 32px;
  }
}
.design-system .video-background figcaption {
  text-align: center;
  max-width: 100%;
}
.design-system .video-background figcaption h1, .design-system .video-background figcaption h2, .design-system .video-background figcaption h3, .design-system .video-background figcaption h4, .design-system .video-background figcaption h5, .design-system .video-background figcaption h6 {
  color: var(--color-contrast-text);
  text-shadow: var(--shadow-sm);
}
.design-system .video-background figcaption p {
  color: var(--color-contrast-text-muted);
  text-shadow: var(--shadow-sm);
}
.design-system .video-background figcaption .btn, .design-system .video-background figcaption a.btn {
  background: var(--color-contrast-text-muted);
  color: var(--color-text);
  border-color: transparent;
}
.design-system .video-background figcaption .btn:hover, .design-system .video-background figcaption a.btn:hover {
  background: var(--color-contrast-text);
}
.design-system .video-background figcaption .btn--primary {
  background: var(--color-link);
  color: var(--color-contrast-text);
  border-color: transparent;
}
.design-system .video-background figcaption .btn--primary:hover {
  background: var(--color-link-hover);
}

.design-system section:has(> .image-background),
.design-system section:has(> .container > .image-background) {
  padding: 0;
}
.design-system .image-background {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #1f2937;
}
.design-system .image-background > div {
  position: absolute;
  inset: 0;
}
.design-system .image-background > div img,
.design-system .image-background > div .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system .image-background > div .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system .image-background > figure {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-contrast-text);
  padding: 32px;
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
}
.design-system .image-background figcaption {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .image-background figcaption {
    padding-inline: 32px;
  }
}
.design-system .image-background figcaption {
  text-align: center;
  max-width: 100%;
}
.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 {
  background: var(--color-contrast-text-muted);
  color: var(--color-text);
  border-color: transparent;
}
.design-system .image-background figcaption .btn:hover, .design-system .image-background figcaption a.btn:hover {
  background: var(--color-contrast-text);
}
.design-system .image-background figcaption .btn--primary {
  background: var(--color-link);
  color: var(--color-contrast-text);
  border-color: transparent;
}
.design-system .image-background figcaption .btn--primary:hover {
  background: var(--color-link-hover);
}
.design-system .image-background--parallax > div {
  inset: -15%;
}
@supports (animation-timeline: scroll()) {
  .design-system .image-background--parallax > div {
    animation: parallax-scroll linear;
    animation-timeline: scroll(nearest block);
    animation-range: entry 0% exit 100%;
  }
}

@keyframes parallax-scroll {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(10%);
  }
}
.design-system .contact-form-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 64px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .design-system .contact-form-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px;
  }
}
.design-system .contact-form-block > .text {
  text-align: center;
}
.design-system .contact-form-block > .form {
  width: 100%;
}
.design-system .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .contact-form > label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-text);
}
.design-system .contact-form input[type=text],
.design-system .contact-form input[type=email],
.design-system .contact-form input[type=tel],
.design-system .contact-form input[type=url],
.design-system .contact-form input[type=number],
.design-system .contact-form textarea,
.design-system .contact-form select {
  width: 100%;
  padding: 16px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: border-color 150ms ease;
}
.design-system .contact-form input[type=text]::placeholder,
.design-system .contact-form input[type=email]::placeholder,
.design-system .contact-form input[type=tel]::placeholder,
.design-system .contact-form input[type=url]::placeholder,
.design-system .contact-form input[type=number]::placeholder,
.design-system .contact-form textarea::placeholder,
.design-system .contact-form select::placeholder {
  color: var(--color-text-muted);
}
.design-system .contact-form input[type=text]:focus,
.design-system .contact-form input[type=email]:focus,
.design-system .contact-form input[type=tel]:focus,
.design-system .contact-form input[type=url]:focus,
.design-system .contact-form input[type=number]:focus,
.design-system .contact-form textarea:focus,
.design-system .contact-form select:focus {
  outline: none;
  border-color: var(--color-link);
  box-shadow: 0 0 0 3px var(--color-tint);
}
.design-system .contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.design-system .contact-form select {
  cursor: pointer;
}
.design-system .contact-form fieldset.radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  border: none;
  padding: 0;
}
.design-system .contact-form fieldset.radio-group legend {
  font-weight: 600;
  margin-bottom: 8px;
}
.design-system .contact-form fieldset.radio-group .radio-option {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .contact-form fieldset.radio-group .radio-option input[type=radio] {
  accent-color: var(--color-link);
}
.design-system .contact-form fieldset.radio-group .radio-option label {
  font-weight: 400;
  cursor: pointer;
}
.design-system .contact-form > button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .contact-form > button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .contact-form > button[type=submit] {
  background: var(--color-link);
  color: var(--color-contrast-text);
}
.design-system .contact-form > button[type=submit]:hover:not(:disabled) {
  background: var(--color-link-hover);
  color: var(--color-contrast-text);
  transform: translateY(-1px);
}
.design-system .contact-form > button[type=submit]:active:not(:disabled) {
  transform: translateY(0);
}
.design-system .contact-form > button[type=submit] {
  align-self: flex-start;
  margin-top: 8px;
}

.design-system #theme-switcher-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 500;
  background: var(--color-bg);
  color: var(--color-text);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 0;
}
.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 .cart-icon {
  position: fixed;
  bottom: 24px;
  left: 24px;
  padding: 8px 16px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 500;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-bg);
  color: var(--color-text);
  gap: 8px;
  font-family: var(--font-family-body);
  font-size: 1rem;
  box-shadow: var(--shadow-sm);
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.design-system .cart-icon:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}
.design-system .cart-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.design-system .cart-icon .cart-count {
  font-size: 0.75rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .design-system .cart-icon {
    bottom: 16px;
    left: 16px;
  }
}
@keyframes cartBounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.design-system .cart-icon.cart-bounce {
  animation: cartBounce 0.6s ease;
}

.design-system .stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--sm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--lg {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--xl {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .row--sm {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .row--lg {
  display: flex;
  flex-direction: row;
  gap: 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;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --color-bg: #fafafa;
  --body-background: #fafafa;
  --body-background-alt: #f0f1f3;
  --color-card-bg: #ffffff;
  --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: rgba(0, 0, 0, 0.05);
}

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: #000000;
  --color-link: #0000ff;
  --color-tint: #d0d0ff;
  --color-link-hover: #ff0000;
  --color-gradient-start: rgba(0, 128, 128, 0.2);
  --color-gradient-end: rgba(0, 0, 255, 0.2);
  --border: 2px outset #c0c0c0;
  --border-radius: 0;
  --box-shadow: inset -1px -1px #000000, inset 1px 1px #ffffff;
  --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;
}

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: rgba(0, 0, 0, 0.7);
  --color-gradient-start: rgba(255, 105, 180, 0.2);
  --color-gradient-end: rgba(255, 182, 193, 0.2);
  --border: 3px solid #ffb6c1;
  --border-radius: 25px;
  --box-shadow: 5px 5px 15px rgba(255, 182, 193, 0.5);
  --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;
}

html[data-theme=hacker] {
  --width-content: 1100px;
  --color-bg: #000000;
  --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: #00ff00;
  --color-link: #00ff00;
  --color-tint: #0a1f0a;
  --color-link-hover: #33ff33;
  --color-contrast-text: #000000;
  --color-contrast-text-muted: rgba(0, 0, 0, 0.7);
  --color-gradient-start: rgba(0, 255, 0, 0.2);
  --color-gradient-end: rgba(0, 180, 0, 0.2);
  --border: 2px solid #00ff00;
  --border-radius: 0;
  --box-shadow: 0 0 10px #00ff00;
  --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;
}

html[data-theme=monochrome] {
  --width-content: 1200px;
  --color-bg: #1a1a1a;
  --color-card-bg: #222222;
  --color-accent: #222222;
  --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: #ffffff;
  --color-tint: #2a2a2a;
  --color-link-hover: #cccccc;
  --color-contrast-text: #1a1a1a;
  --color-contrast-text-muted: rgba(0, 0, 0, 0.7);
  --color-gradient-start: rgba(255, 255, 255, 0.2);
  --color-gradient-end: rgba(128, 128, 128, 0.2);
  --border: 1px solid #808080;
  --border-radius: 2px;
  --box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  --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;
}

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: #ff00ff;
  --color-link: #00ffff;
  --color-tint: #002a2a;
  --color-link-hover: #ffff00;
  --color-contrast-text: #0a0a0a;
  --color-contrast-text-muted: rgba(0, 0, 0, 0.7);
  --color-gradient-start: rgba(255, 0, 255, 0.2);
  --color-gradient-end: rgba(0, 255, 255, 0.2);
  --border: 2px solid #ff00ff;
  --border-radius: 12px;
  --box-shadow: 0 0 8px rgba(255, 0, 255, 0.5);
  --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;
}

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: #003366
    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: rgba(0, 31, 63, 0.8);
  --color-gradient-start: rgba(0, 116, 217, 0.2);
  --color-gradient-end: rgba(57, 204, 204, 0.2);
  --border: 2px solid #0074d9;
  --border-radius: 0;
  --box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.4);
  --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;
}

html[data-theme=old-mac] {
  --width-content: 1100px;
  --color-bg: #dddddd;
  --color-card-bg: #e8e8e8;
  --color-accent: #cccccc;
  --body-background: #eeeeee
    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: #000000;
  --color-link: #0000ee;
  --color-tint: #d8d8f8;
  --color-link-hover: #551a8b;
  --color-gradient-start: rgba(0, 0, 238, 0.2);
  --color-gradient-end: rgba(85, 26, 139, 0.2);
  --border: 1px solid #000000;
  --border-radius: 4px;
  --box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  --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;
}

html[data-theme=rainbow] {
  --width-content: 1200px;
  --color-bg: #fff;
  --color-card-bg: #ffffff;
  --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: #ff00ff;
  --color-tint: #f0e0f5;
  --color-link-hover: #ff66ff;
  --color-contrast-text: #1a1a1a;
  --color-contrast-text-muted: rgba(0, 0, 0, 0.7);
  --color-gradient-start: rgba(255, 107, 107, 0.2);
  --color-gradient-end: rgba(177, 156, 217, 0.2);
  --border: 3px solid #ff6b6b;
  --border-radius: 15px;
  --box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  --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;
}

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: rgba(0, 0, 0, 0.7);
  --color-gradient-start: rgba(136, 67, 242, 0.2);
  --color-gradient-end: rgba(231, 111, 81, 0.2);
  --border: 3px solid #8843f2;
  --border-radius: 15px;
  --box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  --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;
}

: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";
}