/* Statische Tailwind-Utilities — ersetzt tailwindcdn.min.js (kein Runtime-JIT) */
*, *::before, *::after { box-sizing: border-box; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.relative { position: relative; }
.fixed { position: fixed; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.w-full { width: 100%; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.min-w-0 { min-width: 0; }
.min-h-screen { min-height: 100vh; }
.max-w-none { max-width: none; }
.mx-auto { margin-left: auto; margin-right: auto; }
.m-0 { margin: 0; }
.mb-0 { margin-bottom: 0; }
.mb-8 { margin-bottom: 2rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-0 { margin-top: 0; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-12 { padding-top: 3rem; }
.pt-20 { padding-top: 5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-12 { padding-bottom: 3rem; }
.pl-0 { padding-left: 0; }
.pr-0 { padding-right: 0; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.text-left { text-align: left; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-\[10px\] { font-size: 10px; }
.text-\[var\(--text\)\] { color: var(--text); }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-\[0\.15em\] { letter-spacing: 0.15em; }
.tracking-\[0\.18em\] { letter-spacing: 0.18em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.tracking-\[-0\.03em\] { letter-spacing: -0.03em; }
.leading-normal { line-height: 1.5; }
.leading-none { line-height: 1; }
.leading-\[1\.65\] { line-height: 1.65; }
.leading-\[1\.55\] { line-height: 1.55; }
.leading-\[1\.06\] { line-height: 1.06; }
.opacity-80 { opacity: 0.8; }
.bg-black { background-color: #000; }
.bg-transparent { background-color: transparent; }
.z-\[100\] { z-index: 100; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-visible { overflow-y: visible; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.max-w-\[1600px\] { max-width: 1600px; }
.max-w-\[800px\] { max-width: 800px; }
.max-w-3xl { max-width: 48rem; }
.-top-\[8px\] { top: -8px; }
.w-\[17px\] { width: 17px; }
.h-\[17px\] { height: 17px; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.hover\:opacity-90:hover { opacity: 0.9; }
.underline { text-decoration-line: underline; }
.rounded-\[6px\] { border-radius: 6px; }
.border { border-width: 1px; }
.border-\[var\(--btn-border\)\] { border-color: var(--btn-border); }
.\!font-medium { font-weight: 500 !important; }
.text-\[clamp\(2rem\,5vw\,4\.5rem\)\] { font-size: clamp(2rem, 5vw, 4.5rem); }
.text-\[clamp\(1\.1rem\,1\.5vw\,1\.4rem\)\] { font-size: clamp(1.1rem, 1.5vw, 1.4rem); }
.text-\[clamp\(1\.1rem\,1\.8vw\,1\.5rem\)\] { font-size: clamp(1.1rem, 1.8vw, 1.5rem); }
@media (min-width: 640px) {
  .sm\:inline { display: inline; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
}
@media (min-width: 768px) {
  .md\:inline { display: inline; }
  .md\:flex-row { flex-direction: row; }
  .md\:justify-between { justify-content: space-between; }
  .md\:justify-end { justify-content: flex-end; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:max-w-none { max-width: none; }
  .md\:w-6 { width: 1.5rem; }
  .md\:h-6 { height: 1.5rem; }
  .md\:w-\[21px\] { width: 21px; }
  .md\:h-\[21px\] { height: 21px; }
  .md\:gap-2\.5 { gap: 0.625rem; }
  .md\:gap-3 { gap: 0.75rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:gap-10 { gap: 2.5rem; }
  .md\:gap-12 { gap: 3rem; }
  .md\:gap-14 { gap: 3.5rem; }
  .md\:py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
  .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .md\:pt-4 { padding-top: 1rem; }
  .md\:pt-12 { padding-top: 3rem; }
  .md\:pt-20 { padding-top: 5rem; }
  .md\:pt-32 { padding-top: 8rem; }
  .md\:pb-16 { padding-bottom: 4rem; }
  .md\:pb-24 { padding-bottom: 6rem; }
  .md\:text-\[1\.0625rem\] { font-size: 1.0625rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-xs { font-size: 0.75rem; line-height: 1rem; }
  .md\:mt-6 { margin-top: 1.5rem; }
  .md\:mt-8 { margin-top: 2rem; }
  .md\:mt-20 { margin-top: 5rem; }
  .md\:mb-12 { margin-bottom: 3rem; }
  .md\:mb-12 { margin-bottom: 3rem; }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 2.5rem; }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) { margin-top: 3rem; }
}
@media (min-width: 1024px) {
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
}
