:root {
  --background: #000;
  --foreground: #fff;
  --muted-foreground: rgba(255,255,255,0.58);
  --accent: rgba(255,255,255,0.08);
  --accent-foreground: #fff;
}

*, ::before, ::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }

.font-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.font-display { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.tabular-nums { font-variant-numeric: tabular-nums; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.top-3 { top: .75rem; }
.top-8 { top: 2rem; }
.-top-4 { top: -1rem; }
.right-0 { right: 0; }
.right-3 { right: .75rem; }
.right-8 { right: 2rem; }
.bottom-0 { bottom: 0; }
.bottom-8 { bottom: 2rem; }
.bottom-12 { bottom: 3rem; }
.-bottom-1 { bottom: -.25rem; }
.left-0 { left: 0; }
.left-8 { left: 2rem; }
.left-1\/2 { left: 50%; }
.-left-4 { left: -1rem; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[2\] { z-index: 2; }
.pointer-events-none { pointer-events: none; }

.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-baseline { align-items: baseline; }
.items-stretch { align-items: stretch; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: .25rem; }
.gap-1\.5 { gap: .375rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-9 { gap: 2.25rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-x-12 { column-gap: 3rem; }
.gap-y-4 { row-gap: 1rem; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }

.mx-auto { margin-left: auto; margin-right: auto; }
.ml-2 { margin-left: .5rem; }
.-mr-16 { margin-right: -4rem; }
.mt-0 { margin-top: 0; }
.mt-0\.5 { margin-top: .125rem; }
.mt-2 { margin-top: .5rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mt-20 { margin-top: 5rem; }
.-mt-16 { margin-top: -4rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.mb-24 { margin-bottom: 6rem; }

.p-0 { padding: 0; }
.p-2 { padding: .5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-12 { padding-top: 3rem; }
.pt-28 { padding-top: 7rem; }
.pt-32 { padding-top: 8rem; }
.pb-0 { padding-bottom: 0; }
.pb-8 { padding-bottom: 2rem; }
.pb-32 { padding-bottom: 8rem; }

.w-0 { width: 0; }
.w-1\.5 { width: .375rem; }
.w-2 { width: .5rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-32 { width: 8rem; }
.w-48 { width: 12rem; }
.w-3\/4 { width: 75%; }
.w-\[42\%\] { width: 42%; }
.w-\[55\%\] { width: 55%; }
.w-\[400px\] { width: 400px; }
.w-\[600px\] { width: 600px; }
.w-full { width: 100%; }
.w-screen { width: 100vw; }
.w-px { width: 1px; }
.h-1 { height: .25rem; }
.h-1\.5 { height: .375rem; }
.h-2 { height: .5rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.h-20 { height: 5rem; }
.h-32 { height: 8rem; }
.h-3\/4 { height: 75%; }
.h-96 { height: 24rem; }
.h-\[320px\] { height: 320px; }
.h-\[340px\] { height: 340px; }
.h-\[400px\] { height: 400px; }
.h-\[650px\] { height: 650px; }
.h-\[85\%\] { height: 85%; }
.h-auto { height: auto; }
.h-full { height: 100%; }
.h-px { height: 1px; }
.min-h-screen { min-height: 100vh; }
.min-h-\[400px\] { min-height: 400px; }
.min-h-\[500px\] { min-height: 500px; }
.max-w-xs { max-width: 20rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-\[1400px\] { max-width: 1400px; }

.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-center { object-position: center; }
.object-bottom { object-position: bottom; }
.object-right { object-position: right; }
.object-left-top { object-position: left top; }

.rounded-full { border-radius: 999px; }
.border { border: 1px solid rgba(255,255,255,.1); }
.border-t { border-top: 1px solid rgba(255,255,255,.1); }
.border-b { border-bottom: 1px solid rgba(255,255,255,.1); }
.border-l { border-left: 1px solid rgba(255,255,255,.1); }
.border-r { border-right: 1px solid rgba(255,255,255,.1); }
.border-white\/10 { border-color: rgba(255,255,255,.1); }
.border-white\/25 { border-color: rgba(255,255,255,.25); }
.border-white\/60 { border-color: rgba(255,255,255,.6); }
.border-foreground { border-color: var(--foreground); }
.border-foreground\/10 { border-color: rgba(255,255,255,.1); }
.border-foreground\/20 { border-color: rgba(255,255,255,.2); }
.border-foreground\/30 { border-color: rgba(255,255,255,.3); }
.border-background\/10 { border-color: rgba(0,0,0,.1); }
.border-background\/20 { border-color: rgba(0,0,0,.2); }
.border-background\/40 { border-color: rgba(0,0,0,.4); }
.shadow-xs { box-shadow: 0 1px 2px rgba(0,0,0,.08); }

.bg-black, .bg-\[\#000000\] { background-color: #000; }
.bg-white { background-color: #fff; }
.bg-transparent { background-color: transparent; }
.bg-foreground { background-color: var(--foreground); }
.bg-background { background-color: var(--background); }
.bg-background\/5 { background-color: rgba(0,0,0,.05); }
.bg-background\/10 { background-color: rgba(0,0,0,.1); }
.bg-background\/20 { background-color: rgba(0,0,0,.2); }
.bg-foreground\/10 { background-color: rgba(255,255,255,.1); }
.bg-foreground\/20 { background-color: rgba(255,255,255,.2); }
.bg-foreground\/30 { background-color: rgba(255,255,255,.3); }
.bg-foreground\/\[0\.02\] { background-color: rgba(255,255,255,.02); }
.bg-foreground\/\[0\.04\] { background-color: rgba(255,255,255,.04); }
.bg-white\/10 { background-color: rgba(255,255,255,.1); }
.bg-white\/20 { background-color: rgba(255,255,255,.2); }
.bg-white\/30 { background-color: rgba(255,255,255,.3); }
.bg-white\/\[0\.02\] { background-color: rgba(255,255,255,.02); }
.bg-\[\#eca8d6\] { background-color: #eca8d6; }
.bg-\[\#eca8d6\]\/10 { background-color: rgba(236,168,214,.1); }
.bg-\[\#eca8d6\]\/50 { background-color: rgba(236,168,214,.5); }
.bg-\[oklch\(0\.09_0\.01_260\)\] { background-color: #08090b; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops, transparent, #000)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops, transparent, #000)); }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-xs { font-size: .75rem; line-height: 1rem; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }
.text-\[200px\] { font-size: 200px; }
.text-\[clamp\(2rem\,6vw\,7rem\)\] { font-size: clamp(2rem,6vw,7rem); }
.font-medium { font-weight: 500; }
.uppercase { text-transform: uppercase; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.leading-\[0\.85\] { line-height: .85; }
.leading-\[0\.9\] { line-height: .9; }
.leading-\[0\.92\] { line-height: .92; }
.leading-\[0\.95\] { line-height: .95; }
.leading-\[1\.2\] { line-height: 1.2; }
.tracking-tight { letter-spacing: -.025em; }
.tracking-wider { letter-spacing: .05em; }
.tracking-widest { letter-spacing: .1em; }
.whitespace-nowrap { white-space: nowrap; }
.underline { text-decoration-line: underline; }
.underline-offset-4 { text-underline-offset: 4px; }

.text-white { color: #fff; }
.text-black { color: #000; }
.text-foreground { color: var(--foreground); }
.text-muted-foreground { color: var(--muted-foreground); }
.text-background { color: var(--background); }
.text-background\/5 { color: rgba(0,0,0,.05); }
.text-background\/30 { color: rgba(0,0,0,.3); }
.text-background\/35 { color: rgba(0,0,0,.35); }
.text-background\/40 { color: rgba(0,0,0,.4); }
.text-background\/60 { color: rgba(0,0,0,.6); }
.text-foreground\/60 { color: rgba(255,255,255,.6); }
.text-white\/10 { color: rgba(255,255,255,.1); }
.text-white\/20 { color: rgba(255,255,255,.2); }
.text-white\/30 { color: rgba(255,255,255,.3); }
.text-white\/40 { color: rgba(255,255,255,.4); }
.text-white\/50 { color: rgba(255,255,255,.5); }
.text-white\/60 { color: rgba(255,255,255,.6); }
.text-white\/70 { color: rgba(255,255,255,.7); }
.text-\[\#eca8d6\] { color: #eca8d6; }

.opacity-0 { opacity: 0; }
.opacity-20 { opacity: .2; }
.opacity-60 { opacity: .6; }
.opacity-70 { opacity: .7; }
.opacity-80 { opacity: .8; }
.blur-\[100px\] { filter: blur(100px); }
.scale-x-0 { transform: scaleX(0); }
.origin-left { transform-origin: left; }
.-translate-x-1 { transform: translateX(-.25rem); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.transition-all { transition-property: all; transition-duration: .2s; }
.transition-colors { transition-property: color, background-color, border-color; transition-duration: .2s; }
.transition-transform { transition-property: transform; transition-duration: .2s; }
.duration-300 { transition-duration: .3s; }
.duration-500 { transition-duration: .5s; }
.select-none { user-select: none; }

.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

.hover\:text-white:hover { color: #fff; }
.hover\:text-foreground:hover { color: var(--foreground); }
.hover\:text-muted-foreground:hover { color: var(--muted-foreground); }
.hover\:text-accent-foreground:hover { color: var(--accent-foreground); }
.hover\:bg-white\/90:hover { background-color: rgba(255,255,255,.9); }
.hover\:bg-foreground\/90:hover { background-color: rgba(255,255,255,.9); }
.hover\:bg-foreground\/5:hover { background-color: rgba(255,255,255,.05); }
.hover\:bg-accent:hover { background-color: var(--accent); }
.hover\:border-white\/50:hover { border-color: rgba(255,255,255,.5); }
.hover\:border-foreground:hover { border-color: var(--foreground); }
.hover\:border-foreground\/30:hover { border-color: rgba(255,255,255,.3); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:translate-x-0 { transform: translateX(0); }
.group:hover .group-hover\:translate-x-1 { transform: translateX(.25rem); }
.group:hover .group-hover\:translate-x-2 { transform: translateX(.5rem); }
.group:hover .group-hover\:w-full { width: 100%; }

.from-background { --tw-gradient-from: var(--background); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-black { --tw-gradient-from: #000; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-black\/20 { --tw-gradient-from: rgba(0,0,0,.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-black\/40 { --tw-gradient-from: rgba(0,0,0,.4); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-black\/70 { --tw-gradient-from: rgba(0,0,0,.7); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.via-transparent { --tw-gradient-stops: var(--tw-gradient-from, transparent), transparent, var(--tw-gradient-to, transparent); }
.via-black\/30 { --tw-gradient-stops: var(--tw-gradient-from, transparent), rgba(0,0,0,.3), var(--tw-gradient-to, transparent); }
.via-background\/60 { --tw-gradient-stops: var(--tw-gradient-from, transparent), rgba(0,0,0,.6), var(--tw-gradient-to, transparent); }
.to-black { --tw-gradient-to: #000; }
.to-black\/40 { --tw-gradient-to: rgba(0,0,0,.4); }
.to-black\/60 { --tw-gradient-to: rgba(0,0,0,.6); }
.to-transparent { --tw-gradient-to: transparent; }

@keyframes pulse { 50% { opacity: .5; } }
.animate-pulse { animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite; }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .md\:h-\[420px\] { height: 420px; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0,1fr)); }
  .lg\:grid-cols-\[auto_1fr\] { grid-template-columns: auto 1fr; }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:col-span-8 { grid-column: span 8 / span 8; }
  .lg\:col-span-12 { grid-column: span 12 / span 12; }
  .lg\:col-start-1 { grid-column-start: 1; }
  .lg\:items-center { align-items: center; }
  .lg\:justify-between { justify-content: space-between; }
  .lg\:gap-0 { gap: 0; }
  .lg\:gap-6 { gap: 1.5rem; }
  .lg\:gap-8 { gap: 2rem; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:gap-20 { gap: 5rem; }
  .lg\:p-8 { padding: 2rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:p-12 { padding: 3rem; }
  .lg\:p-14 { padding: 3.5rem; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .lg\:px-16 { padding-left: 4rem; padding-right: 4rem; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .lg\:py-40 { padding-top: 10rem; padding-bottom: 10rem; }
  .lg\:pt-40 { padding-top: 10rem; }
  .lg\:pb-4 { padding-bottom: 1rem; }
  .lg\:pb-32 { padding-bottom: 8rem; }
  .lg\:pb-40 { padding-bottom: 10rem; }
  .lg\:mb-0 { margin-bottom: 0; }
  .lg\:mb-32 { margin-bottom: 8rem; }
  .lg\:-mt-24 { margin-top: -6rem; }
  .lg\:-mx-2 { margin-left: -.5rem; margin-right: -.5rem; }
  .lg\:h-auto { height: auto; }
  .lg\:h-\[640px\] { height: 640px; }
  .lg\:w-72 { width: 18rem; }
  .lg\:max-w-\[50\%\] { max-width: 50%; }
  .lg\:max-w-\[55\%\] { max-width: 55%; }
  .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-8xl { font-size: 6rem; line-height: 1; }
  .lg\:text-\[72px\] { font-size: 72px; }
  .lg\:text-\[128px\] { font-size: 128px; }
  .lg\:text-\[140px\] { font-size: 140px; }
  .lg\:text-\[10rem\] { font-size: 10rem; }
  .lg\:scale-105 { transform: scale(1.05); }
  .lg\:z-10 { z-index: 10; }
}

@media (min-width: 1280px) {
  .xl\:flex { display: flex; }
  .xl\:hidden { display: none; }
  .xl\:w-80 { width: 20rem; }
  .xl\:text-5xl { font-size: 3rem; line-height: 1; }
}
