/* Tailwind CSS - Minimal build for index.html */

/* Base styles */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

/* Typography */
h1, h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

svg {
  display: block;
  vertical-align: middle;
}

/* Utility classes used in index.html */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-white {
  background-color: #fff;
}

.bg-zinc-900 {
  background-color: #18181b;
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-900 {
  color: #111827;
}

.text-gray-600 {
  color: #4b5563;
}

.text-blue-700 {
  color: #1d4ed8;
}

.dark .dark\:bg-black {
  background-color: #000;
}

.dark .dark\:text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.dark .dark\:bg-zinc-900 {
  background-color: #18181b;
}

.dark .dark\:text-white {
  color: #fff;
}

.dark .dark\:ring-zinc-800 {
  --tw-ring-color: #27272a;
}

.dark .dark\:hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.dark .dark\:hover\:ring-zinc-700:hover {
  --tw-ring-color: #3f3f46;
}

.dark .dark\:focus-visible\:ring-\[#FF2D20\]:focus-visible {
  --tw-ring-color: #FF2D20;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.leading-8 {
  line-height: 2rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.min-h-screen {
  min-height: 100vh;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.rounded-lg {
  border-radius: 0.5rem;
}

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

.shadow-\[0px_14px_34px_0px_rgba\(0\,0\,0\,0\.08\)\] {
  box-shadow: 0px 14px 34px 0px rgba(0,0,0,0.08);
}

.ring-1 {
  --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(1px + 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);
}

.ring-white\/\[0\.05\] {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.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;
}

.duration-300 {
  transition-duration: 300ms;
}

.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:ring-black\/20:hover {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-\[#FF2D20\]:focus-visible {
  --tw-ring-color: #FF2D20;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.self-center {
  align-self: center;
}

.fill-blue-500 {
  fill: #3b82f6;
}

.stroke-blue-700 {
  stroke: #1d4ed8;
}

.stroke-blue-500 {
  stroke: #3b82f6;
}

.text-blue-500 {
  color: #3b82f6;
}

/* Responsive utilities */
@media (min-width: 640px) {
  .sm\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .sm\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .sm\:size-16 {
    width: 4rem;
    height: 4rem;
  }
  
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .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\:gap-8 {
    gap: 2rem;
  }
  
  .lg\:max-w-7xl {
    max-width: 80rem;
  }
  
  .lg\:justify-center {
    justify-content: center;
  }
  
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  
  .lg\:text-center {
    text-align: center;
  }
  
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
}

/* Additional utilities for smooth transitions */
.sm\/relaxed {
  line-height: 1.625;
}

/* Ring utilities */
:root {
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
