/*
 * Launch91 — Static Tailwind Utilities
 * Generated from all classes used across the theme.
 * Replaces cdn.tailwindcss.com (~300KB render-blocking JS).
 *
 * Design tokens from tailwind.config:
 *   launch91-blue:    #0055FF
 *   launch91-orange:  #FF4400
 *   launch91-bg:      #F4F4F0
 *   launch91-surface:  #FFFFFF
 *   launch91-black:   #000000
 *   font-heading:     'Space Mono', monospace
 *   font-body:        'IBM Plex Mono', monospace
 *
 * @package Launch91
 */

/* ==========================================================================
   Reset / Base (Tailwind Preflight subset)
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
a { color: inherit; text-decoration: inherit; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button, [role="button"] { cursor: pointer; }
ul, ol { list-style: none; margin: 0; padding: 0; }
p { margin: 0; }

/* ==========================================================================
   Layout
   ========================================================================== */
.block { display: block; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.inline-block { display: inline-block; }

.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-wrap { flex-wrap: wrap; }

.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.col-span-full { grid-column: 1 / -1; }

.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }

/* ==========================================================================
   Sizing
   ========================================================================== */
.w-0 { width: 0px; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-full { width: 100%; }

.h-0 { height: 0px; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-full { height: 100%; }
.h-auto { height: auto; }
.h-\[3px\] { height: 3px; }
.h-\[160px\] { height: 160px; }
.h-\[200px\] { height: 200px; }
.h-\[300px\] { height: 300px; }

.min-w-0 { min-width: 0px; }
.min-h-\[60vh\] { min-height: 60vh; }
.min-h-screen { min-height: 100vh; }

.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-\[800px\] { max-width: 820px; }
.max-w-\[900px\] { max-width: 900px; }
.max-w-\[1400px\] { max-width: 1440px; }
.max-h-\[500px\] { max-height: 500px; }

.aspect-video { aspect-ratio: 16 / 9; }

/* ==========================================================================
   Spacing
   ========================================================================== */
.m-0 { margin: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.ml-2 { margin-left: 0.5rem; }

.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-16 { padding: 4rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-\[2px\] { padding-top: 2px; padding-bottom: 2px; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-16 { padding-top: 4rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pl-3 { padding-left: 0.75rem; }

/* ==========================================================================
   Positioning
   ========================================================================== */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.top-6 { top: 1.5rem; }
.bottom-4 { bottom: 1rem; }
.bottom-6 { bottom: 1.5rem; }
.left-0 { left: 0; }
.left-4 { left: 1rem; }
.right-4 { right: 1rem; }
.right-6 { right: 1.5rem; }

.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }
.z-\[999\] { z-index: 999; }

/* ==========================================================================
   Typography
   ========================================================================== */
.font-heading { font-family: 'Space Mono', monospace; }
.font-body { font-family: 'IBM Plex Mono', monospace; }
.font-mono { font-family: 'IBM Plex Mono', monospace; }
.font-bold { font-weight: 700; }
.uppercase { text-transform: uppercase; }
.tracking-tighter { letter-spacing: -0.05em; }
.whitespace-nowrap { white-space: nowrap; }
.underline { text-decoration-line: underline; }
.decoration-2 { text-decoration-thickness: 2px; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.align-middle { vertical-align: middle; }

.text-\[9px\] { font-size: 9px; line-height: 1; }
.text-\[10px\] { font-size: 10px; line-height: 1; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.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-8xl { font-size: 6rem; line-height: 1; }

.text-center { text-align: center; }
.text-left { text-align: left; }

.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ==========================================================================
   Colors — Text
   ========================================================================== */
.text-white { color: #fff; }
.text-black { color: #000; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-launch91-blue { color: #0055FF; }

/* ==========================================================================
   Colors — Background
   ========================================================================== */
.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }
.bg-black\/80 { background-color: rgba(0, 0, 0, 0.8); }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-gray-700 { background-color: #374151; }
.bg-gray-800 { background-color: #1f2937; }
.bg-gray-900 { background-color: #111827; }
.bg-launch91-bg { background-color: #F4F4F0; }
.bg-launch91-black { background-color: #000000; }
.bg-launch91-blue { background-color: #0055FF; }
.bg-launch91-orange { background-color: #FF4400; }
.bg-launch91-surface { background-color: #FFFFFF; }

/* ==========================================================================
   Borders
   ========================================================================== */
.border-2 { border-width: 2px; }
.border-3 { border-width: 3px; }
.border-b { border-bottom-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.border-b-3 { border-bottom-width: 3px; }
.border-b-4 { border-bottom-width: 4px; }
.border-t { border-top-width: 1px; }
.border-t-2 { border-top-width: 2px; }
.border-t-3 { border-top-width: 3px; }
.border-t-4 { border-top-width: 4px; }
.border-l-4 { border-left-width: 4px; }

/* Triangle borders for play button */
.border-t-\[15px\] { border-top-width: 15px; }
.border-b-\[15px\] { border-bottom-width: 15px; }
.border-l-\[25px\] { border-left-width: 25px; }
.border-t-transparent { border-top-color: transparent; }
.border-b-transparent { border-bottom-color: transparent; }
.border-l-white { border-left-color: #fff; }

.border-black { border-color: #000; }
.border-white { border-color: #fff; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-dashed { border-style: dashed; }
.border-launch91-blue { border-color: #0055FF; }
.border-launch91-orange { border-color: #FF4400; }

.rounded-full { border-radius: 9999px; }

/* ==========================================================================
   Effects
   ========================================================================== */
.shadow-brutalist { box-shadow: 4px 4px 0px 0px rgba(0,0,0,1); }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.object-cover { object-fit: cover; }
.cursor-pointer { cursor: pointer; }

/* ==========================================================================
   Transitions
   ========================================================================== */
.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-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* ==========================================================================
   Interactivity / States
   ========================================================================== */
.hover\:bg-black:hover { background-color: #000; }
.hover\:bg-white:hover { background-color: #fff; }
.hover\:bg-launch91-blue:hover { background-color: #0055FF; }
.hover\:bg-launch91-orange:hover { background-color: #FF4400; }
.hover\:text-black:hover { color: #000; }
.hover\:text-white:hover { color: #fff; }
.hover\:text-launch91-blue:hover { color: #0055FF; }
.hover\:text-launch91-orange:hover { color: #FF4400; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:border-black:hover { border-color: #000; }
.hover\:border-launch91-blue:hover { border-color: #0055FF; }

.group:hover .group-hover\:text-launch91-blue { color: #0055FF; }
.group:hover .group-hover\:text-launch91-orange { color: #FF4400; }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:grayscale-0 { filter: grayscale(0%); }

.focus\:ring-0:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

/* ==========================================================================
   Responsive — sm (640px+)
   ========================================================================== */
@media (min-width: 640px) {
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ==========================================================================
   Responsive — md (768px+)
   ========================================================================== */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:gap-6 { gap: 1.5rem; }
  .md\:gap-12 { gap: 3rem; }
  .md\:px-8 { padding-left: 3rem; padding-right: 3rem; }
  .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:p-6 { padding: 1.5rem; }
  .md\:p-8 { padding: 2rem; }
  .md\:w-32 { width: 8rem; }
  .md\:h-32 { height: 8rem; }
  .md\:h-\[450px\] { height: 450px; }
  .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .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-9xl { font-size: 8rem; line-height: 1; }
}

/* ==========================================================================
   Responsive — lg (1024px+)
   ========================================================================== */
@media (min-width: 1024px) {
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:col-span-8 { grid-column: span 8 / span 8; }
  .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\:px-16 { padding-left: 4rem; padding-right: 4rem; }
}

/* ==========================================================================
   Tailwind Forms Plugin Reset (subset)
   ========================================================================== */
[type='email'],
[type='search'],
[type='text'],
textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
[type='email']:focus,
[type='search']:focus,
[type='text']:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #2563eb;
  --tw-ring-color: #2563eb;
}

/* ==========================================================================
   Scrollbar hide utility
   ========================================================================== */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
