/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; tab-size: 4; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; line-height: 1.5; }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: inherit; }
h1, h2, h3, h4 { font-size: inherit; font-weight: inherit; }
ol, ul { list-style: none; }

/* === Utilities === */
.absolute { position: absolute; }
.aspect-video { aspect-ratio: 16 / 9; }
.backdrop-blur-xl { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.bg-brand-400 { background-color: #34d399; }
.bg-brand-500 { background-color: #10b981; }
.bg-brand-500\/20 { background-color: rgba(16, 185, 129, 0.2); }
.bg-brand-950\/50 { background-color: rgba(2, 44, 34, 0.5); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-slate-400 { background-color: #94a3b8; }
.bg-slate-800\/50 { background-color: rgba(30, 41, 59, 0.5); }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-900\/30 { background-color: rgba(15, 23, 42, 0.3); }
.bg-slate-900\/50 { background-color: rgba(15, 23, 42, 0.5); }
.bg-slate-900\/80 { background-color: rgba(15, 23, 42, 0.8); }
.bg-slate-950 { background-color: #020617; }
.bg-slate-950\/50 { background-color: rgba(2, 6, 23, 0.5); }
.bg-slate-950\/80 { background-color: rgba(2, 6, 23, 0.8); }
.block { display: block; }
.border { border-width: 1px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-brand-400 { border-color: #34d399; }
.border-brand-500\/30 { border-color: rgba(16, 185, 129, 0.3); }
.border-brand-800\/50 { border-color: rgba(6, 95, 70, 0.5); }
.border-slate-700 { border-color: #334155; }
.border-slate-800 { border-color: #1e293b; }
.border-slate-800\/50 { border-color: rgba(30, 41, 59, 0.5); }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; border-style: solid; }
.break-all { word-break: break-all; }
.cursor-pointer { cursor: pointer; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.font-mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }
.font-sans { font-family: 'Inter', system-ui, -apple-system, sans-serif; }
.font-semibold { font-weight: 600; }
.from-brand-600\/10 { --tw-gradient-from: rgba(5, 150, 105, 0.1); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-brand-600\/20 { --tw-gradient-from: rgba(5, 150, 105, 0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-12 { gap: 3rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.grid { display: grid; }
.h-9 { height: 2.25rem; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.h-0\.5 { height: 0.125rem; }
.h-16 { height: 4rem; }
.h-2 { height: 0.5rem; }
.h-20 { height: 5rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.hidden { display: none; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.inset-0 { inset: 0px; }
.items-baseline { align-items: baseline; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.leading-relaxed { line-height: 1.625; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.min-h-screen { min-height: 100vh; }
.mt-24 { margin-top: 6rem; }
.mt-4 { margin-top: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto }
.my-4 { margin-top: 1rem; margin-bottom: 1rem }
.my-8 { margin-top: 2rem; margin-bottom: 2rem }
.overflow-hidden { overflow: hidden; }
.p-2 { padding: 0.5rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-4 { padding-bottom: 1rem; }
.placeholder-slate-500::placeholder { color: #64748b; }
.pointer-events-none { pointer-events: none; }
.pt-16 { padding-top: 4rem; }
.pt-32 { padding-top: 8rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.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 }
.px-8 { padding-left: 2rem; padding-right: 2rem }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem }
.py-12 { padding-top: 3rem; padding-bottom: 3rem }
.py-16 { padding-top: 4rem; padding-bottom: 4rem }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem }
.py-20 { padding-top: 5rem; padding-bottom: 5rem }
.py-24 { padding-top: 6rem; padding-bottom: 6rem }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem }
.py-4 { padding-top: 1rem; padding-bottom: 1rem }
.relative { position: relative; }
.resize-none { resize: none; }
.rounded { border-radius: 0.25rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.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-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.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-brand-300 { color: #6ee7b7; }
.text-brand-400 { color: #34d399; }
.text-brand-500\/20 { color: rgba(16, 185, 129, 0.2); }
.text-center { text-align: center; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-slate-100 { color: #f1f5f9; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-950 { color: #020617; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-white { color: #ffffff; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.to-emerald-600\/10 { --tw-gradient-to: rgba(5, 150, 105, 0.1); }
.to-emerald-600\/20 { --tw-gradient-to: rgba(5, 150, 105, 0.2); }
.top-0 { top: 0px; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.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; }
.uppercase { text-transform: uppercase; }
.w-2 { width: 0.5rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-full { width: 100%; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.hover\:bg-brand-600:hover { background-color: #059669; }
.hover\:bg-brand-950\/50:hover { background-color: rgba(2, 44, 34, 0.5); }
.hover\:bg-slate-800:hover { background-color: #1e293b; }
.hover\:bg-slate-800\/50:hover { background-color: rgba(30, 41, 59, 0.5); }
.hover\:bg-slate-900\/50:hover { background-color: rgba(15, 23, 42, 0.5); }
.hover\:border-slate-600:hover { border-color: #475569; }
.hover\:border-slate-700:hover { border-color: #334155; }
.hover\:border-slate-700\/50:hover { border-color: rgba(51, 65, 85, 0.5); }
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:text-brand-300:hover { color: #6ee7b7; }
.hover\:text-brand-400:hover { color: #34d399; }
.hover\:text-slate-100:hover { color: #f1f5f9; }
.hover\:text-slate-200:hover { color: #e2e8f0; }
.hover\:text-slate-300:hover { color: #cbd5e1; }
.focus\:border-brand-500:focus { border-color: #10b981; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px var(--tw-ring-color, rgba(59, 130, 246, 0.5)); }
.focus\:ring-brand-500:focus { --tw-ring-color: #10b981; }
.group:hover .group-hover\:text-brand-400 { color: #34d399; }
.group:hover .group-hover\:text-slate-400 { color: #94a3b8; }

/* === sm (640px+) === */
@media (min-width: 640px) {
  .sm\:block { display: block; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem }
  .sm\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* === md (768px+) === */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:flex { display: flex; }
  .md\:flex-row { flex-direction: row; }
  .md\:gap-12 { gap: 3rem; }
  .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\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:hidden { display: none; }
  .md\:mb-0 { margin-bottom: 0px; }
  .md\:mt-0 { margin-top: 0px; }
  .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-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
}

/* === lg (1024px+) === */
@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem }
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }