/* Custom utility classes to supplement tree-shaken Tailwind bundle */

/* Layout & Spacing */
.max-w-3xl { max-width: 48rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-14 { gap: 3.5rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-12 > * + * { margin-top: 3rem; }
.space-y-14 > * + * { margin-top: 3.5rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-14 { margin-top: 3.5rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-14 { margin-bottom: 3.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.pt-16 { padding-top: 4rem; }
.w-20 { width: 5rem; }
.h-24 { height: 6rem; }
.w-32 { width: 8rem; }
.h-32 { height: 8rem; }
.w-40 { width: 10rem; }
.h-40 { height: 10rem; }

/* Typography */
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.leading-tight { line-height: 1.25; }
.text-right { text-align: right; }

/* Effects */
.ring-2 { --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-ring-inset: ; box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width, 0px)) var(--tw-ring-color); }
.ring-4 { --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-ring-inset: ; box-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width, 0px)) var(--tw-ring-color); }
.ring-white\/70 { --tw-ring-color: rgba(255, 255, 255, 0.7); }
.duration-500 { transition-duration: 500ms; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-0.125rem); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:scale-100:hover { transform: scale(1); }
.hover\:scale-95:hover { transform: scale(0.95); }
.blur-lg { filter: blur(16px); }
.blur-xl { filter: blur(24px); }
.backdrop-blur { backdrop-filter: blur(8px); }
.z-30 { z-index: 30; }
.-z-10 { z-index: -10; }
.rounded-2xl { border-radius: 1rem; }
.list-inside { list-style-position: inside; }

/* Colors */
.bg-emerald-50 { background-color: #ecfdf5; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-purple-50 { background-color: #faf5ff; }
.bg-rose-50 { background-color: #fff1f2; }
.border-l-2 { border-left-width: 2px; }
.dark\:ring-stone-700\/70 { --tw-ring-color: rgba(68, 64, 60, 0.7); }
.dark\:brightness-\[0\.88\] { filter: brightness(0.88); }
.dark\:hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05); }
.dark\:hover\:bg-accent\/50:hover { background-color: color-mix(in srgb, var(--accent) 50%, transparent); }

/* Dark mode colors */
html.dark .dark\:bg-emerald-900\/20 { background-color: rgba(6, 78, 59, 0.2); }
html.dark .dark\:bg-blue-900\/20 { background-color: rgba(30, 58, 138, 0.2); }
html.dark .dark\:bg-amber-900\/20 { background-color: rgba(120, 53, 15, 0.2); }
html.dark .dark\:bg-purple-900\/20 { background-color: rgba(88, 28, 135, 0.2); }
html.dark .dark\:bg-rose-900\/20 { background-color: rgba(136, 19, 55, 0.2); }

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

/* Responsive md */
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:gap-10 { gap: 2.5rem; }
  .md\:gap-14 { gap: 3.5rem; }
  .md\:p-6 { padding: 1.5rem; }
  .md\:p-8 { padding: 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\:w-28 { width: 7rem; }
  .md\:h-28 { height: 7rem; }
  .md\:w-32 { width: 8rem; }
  .md\:h-32 { height: 8rem; }
}

/* Responsive lg */
@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:ml-64 { margin-left: 16rem; }
  .lg\:pt-0 { padding-top: 0; }
  .lg\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:w-32 { width: 8rem; }
  .lg\:h-32 { height: 8rem; }
}
