body { font-family: 'Inter', sans-serif; }
.min-h-screen { min-height: 100vh; background: #1a1a1a; color: white; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.flex { display: flex; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.space-x-4 > * + * { margin-left: 1rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.font-bold { font-weight: 700; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.text-center { text-align: center; }
.max-w-4xl { max-width: 56rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-6 { margin-bottom: 1.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.md\:text-6xl { font-size: 3.75rem; line-height: 1; }
.leading-tight { line-height: 1.25; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.mb-8 { margin-bottom: 2rem; }
.max-w-2xl { max-width: 42rem; }
.flex-col { flex-direction: column; }
.sm\:flex-row { flex-direction: row; }
.gap-4 { gap: 1rem; }
.justify-center { justify-content: center; }
.h-11 { height: 2.75rem; }
.rounded-md { border-radius: 0.375rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.font-medium { font-weight: 500; }
.inline-flex { display: inline-flex; }
.whitespace-nowrap { white-space: nowrap; }
.text-zinc-300 { color: #d4d4d8; }
.text-zinc-400 { color: #a1a1aa; }
.bg-zinc-800 { background-color: #27272a; }
.border { border-width: 1px; }
.border-zinc-700 { border-color: #3f3f46; }
.rounded-lg { border-radius: 0.5rem; }
.p-6 { padding: 1.5rem; }
.grid { display: grid; }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-8 { gap: 2rem; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.bg-green-600\/20 { background-color: rgba(34, 197, 94, 0.2); }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.mb-4 { margin-bottom: 1rem; }
.font-semibold { font-weight: 600; }
.leading-none { line-height: 1; }
.tracking-tight { letter-spacing: -0.025em; }
.text-white { color: white; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.mb-16 { margin-bottom: 4rem; }
.text-green-400 { color: #95f20d; }
.bg-zinc-900 { background-color: #18181b; }
.bg-zinc-950 { background-color: #09090b; }
.pt-0 { padding-top: 0; }
.overflow-x-auto { overflow-x: auto; }
.md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.max-w-5xl { max-width: 64rem; }
.relative { position: relative; }
.absolute { position: absolute; }
.top-3 { top: 0.75rem; }
.left-1\/2 { left: 50%; }
.transform { transform: translateX(-50%); }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.bg-green-600 { background-color: #16a34a; }
.border-green-600\/30 { border-color: rgba(34, 197, 94, 0.3); }
.bg-green-600\/10 { background-color: rgba(34, 197, 94, 0.1); }
.space-y-4 > * + * { margin-top: 1rem; }
.space-x-2 > * + * { margin-left: 0.5rem; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.bg-zinc-700 { background-color: #3f3f46; }
.hover\:bg-zinc-600:hover { background-color: #52525b; }
.hover\:bg-green-700:hover { background-color: #15803d; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-green-600 { --tw-gradient-from: #16a34a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)); }
.to-green-700 { --tw-gradient-to: #15803d; }
.text-green-100 { color: #dcfce7; }
.border-t { border-top-width: 1px; }
.border-zinc-800 { border-color: #27272a; }
.md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.md\:flex-row { flex-direction: row; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.shrink-0 { flex-shrink: 0; }
.h-1px { height: 1px; }
.w-full { width: 100%; }
.inline { display: inline; }
.h-4 { height: 1rem; }
.w-4 { width: 1rem; }
.text-red-500 { color: #ef4444; }
.button { display: inline-block; padding: 0.75rem 1.5rem; border-radius: 0.375rem; text-decoration: none; font-weight: 500; transition: all 0.2s; }
.button.primary { background-color: #95f20d; color: #1a1a1a; }
.button.primary:hover { background-color: #7dd20a; }
.button.secondary { background-color: transparent; color: #95f20d; border: 1px solid #95f20d; }
.button.secondary:hover { background-color: #95f20d; color: #1a1a1a; }
.logo { height: 60px; width: auto; }
.hero { text-align: center; padding: 4rem 0; }
.tagline { font-size: 1.25rem; color: #d4d4d8; margin: 2rem 0; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta { margin-top: 2rem; }
.sep { margin: 0 1rem; color: #666; }
.code-sample { margin-top: 4rem; text-align: center; }
.code-sample h2 { color: #95f20d; font-size: 1.5rem; margin-bottom: 1rem; }
.code-sample p { color: #d4d4d8; margin-bottom: 2rem; }
.code-sample pre { background-color: #09090b; border: 1px solid #3f3f46; border-radius: 0.5rem; padding: 1.5rem; text-align: left; overflow-x: auto; max-width: 600px; margin: 0 auto; }
.code-sample code { color: #d4d4d8; font-family: 'Monaco', 'Menlo', monospace; }
