/* Auto-generated: extracted class names from LandingPage.jsx + BlogPage.jsx */
/* NOTE: These are mostly Tailwind utility class names. This file only declares empty selectors */
/* so it will NOT reproduce Tailwind styling unless you implement rules or use Tailwind @apply. */

.a\:no-underline {
  /* Remove underline from anchor tags */
  text-decoration: none;
}

.a\:text-blue-600 {
  /* Anchor text uses the Tailwind blue-600 color */
  color: rgb(37 99 235);
}

.absolute {
  /* Absolutely position the element */
  position: absolute;
}

.animate-spin {
  /* Rotate continuously */
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.backdrop-blur-sm {
  /* Apply a small backdrop blur */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.bg-blue-100 {
  /* Light blue background */
  background-color: rgb(219 234 254);
}

.bg-blue-500 {
  /* Primary blue background */
  background-color: rgb(59 130 246);
}

.bg-blue-500\/10 {
  /* Blue-500 with 10% opacity background */
  background-color: rgba(59, 130, 246, 0.1);
}

.bg-blue-600 {
  /* Slightly darker blue background */
  background-color: rgb(37 99 235);
}

.bg-blue-900\/20 {
  /* Dark blue background with 20% opacity */
  background-color: rgba(12, 74, 110, 0.2);
}

.bg-blue-900\/30 {
  /* Dark blue background with 30% opacity */
  background-color: rgba(12, 74, 110, 0.3);
}

.bg-gradient-to-br {
  /* Gradient background from top left to bottom right */
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  /* Gradient background from bottom to top */
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gray-50 {
  /* Very light gray background */
  background-color: rgb(249 250 251);
}

.bg-gray-800 {
  /* Dark gray background */
  background-color: rgb(31 41 55);
}

.bg-gray-800\/30 {
  /* Dark gray background with 30% opacity */
  background-color: rgba(31, 41, 55, 0.3);
}

.bg-gray-800\/40 {
  /* Dark gray background with 40% opacity */
  background-color: rgba(31, 41, 55, 0.4);
}

.bg-gray-800\/50 {
  /* Dark gray background with 50% opacity */
  background-color: rgba(31, 41, 55, 0.5);
}

.bg-gray-800\/60 {
  /* Dark gray background with 60% opacity */
  background-color: rgba(31, 41, 55, 0.6);
}

.bg-gray-800\/80 {
  /* Dark gray background with 80% opacity */
  background-color: rgba(31, 41, 55, 0.8);
}

.hover\:bg-gray-800 {
  /* Very dark gray background on hover */
  &:hover {
    background-color: rgb(31 41 55);
  }
}

.hover\:bg-gray-800\/60 {
  /* Very dark gray background with 60% opacity on hover */
  &:hover {
    background-color: rgba(31, 41, 55, 0.6);
  }
}

.bg-gray-900 {
  /* Very dark gray background */
  background-color: rgb(17 24 39);
}

.bg-gray-900\/50 {
  /* Very dark gray background with 50% opacity */
  background-color: rgba(17, 24, 39, 0.5);
}

.bg-gray-900\/80 {
  /* Very dark gray background with 80% opacity */
  background-color: rgba(17, 24, 39, 0.8);
}

.bg-green-600 {
  /* Medium green background */
  background-color: rgb(22 163 74);
}

.bg-white {
  /* White background */
  background-color: rgb(255 255 255);
}

.block {
  /* Block display */
  display: block;
}

.blockquote\:bg-gray-50 {
  /* Light gray background for blockquotes */
  blockquote {
    background-color: rgb(249 250 251);
  }
}

.blockquote\:border-blue-500 {
  /* Blue border on blockquotes */
  blockquote {
    border-color: rgb(59 130 246);
  }
}

.blockquote\:border-l-4 {
  /* Left border width for blockquotes */
  blockquote {
    border-left-width: 4px;
    border-style: solid;
  }
}

.blockquote\:italic {
  /* Italic text inside blockquotes */
  blockquote {
    font-style: italic;
  }
}

.blockquote\:pl-4 {
  /* Padding left on blockquotes */
  blockquote {
    padding-left: 1rem;
  }
}

.blockquote\:pr-4 {
  /* Padding right on blockquotes */
  blockquote {
    padding-right: 1rem;
  }
}

.blockquote\:py-2 {
  /* Vertical padding on blockquotes */
  blockquote {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.blockquote\:rounded-r {
  /* Round the right corners of blockquotes */
  blockquote {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

.border {
  /* Default border width and style */
  border-width: 1px;
  border-style: solid;
}

.border-b {
  /* Border only on bottom */
  border-bottom-width: 1px;
  border-style: solid;
}

.border-blue-500 {
  /* Border color blue */
  border-color: rgb(59 130 246);
}

.border-blue-900\/50 {
  /* Dark blue border with 50% opacity */
  border-color: rgba(12, 74, 110, 0.5);
}

.border-gray-200 {
  /* Light gray border */
  border-color: rgb(229 231 235);
}

.border-gray-500 {
  /* Medium gray border */
  border-color: rgb(107 114 128);
}

.border-gray-700 {
  /* Dark gray border */
  border-color: rgb(55 65 81);
}

.border-gray-800 {
  /* Very dark gray border */
  border-color: rgb(31 41 55);
}

.border-none {
  /* Remove borders */
  border-style: none;
}

.border-white\/10 {
  /* White border with 10% opacity */
  border-color: rgba(255, 255, 255, 0.1);
}

.border-brick-red{
	border-color: var(--border);
}

.duration-200 {
  /* 200ms transition duration */
  transition-duration: 200ms;
}

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

.duration-500 {
  /* 500ms transition duration */
  transition-duration: 500ms;
}

.duration-700 {
  /* 700ms transition duration */
  transition-duration: 700ms;
}

.flex {
  /* Flex display */
  display: flex;
}

.flex-1 {
  /* Flex grow and shrink equally */
  flex: 1 1 0%;
}

.flex-col {
  /* Arrange flex children in a column */
  flex-direction: column;
}

.flex-grow {
  /* Allow item to grow */
  flex-grow: 1;
}

.flex-shrink-0 {
  /* Do not shrink the element */
  flex-shrink: 0;
}

.flex-wrap {
  /* Allow items to wrap */
  flex-wrap: wrap;
}

.font-bold {
  /* Bold text */
  font-weight: 700;
}

.font-extrabold {
  /* Extra bold text */
  font-weight: 800;
}

.font-medium {
  /* Medium font weight */
  font-weight: 500;
}

.font-semibold {
  /* Semi-bold text */
  font-weight: 600;
}

.from-blue-500 {
  /* Start gradient with blue-500 */
  --tw-gradient-from: rgb(59 130 246);
  --tw-gradient-to: rgb(59 130 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600 {
  /* Start gradient with blue-600 */
  --tw-gradient-from: rgb(37 99 235);
  --tw-gradient-to: rgb(37 99 235 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-950 {
  /* Start gradient with blue-950 */
  --tw-gradient-from: rgb(2 6 23);
  --tw-gradient-to: rgb(2 6 23 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/80 {
  /* Start gradient with gray-900 at 80% opacity */
  --tw-gradient-from: rgba(17, 24, 39, 0.8);
  --tw-gradient-to: rgba(17, 24, 39, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.gap-1 {
  /* Gap between grid/flex items of 0.25rem */
  gap: 0.25rem;
}

.gap-12 {
  /* Gap between items of 3rem */
  gap: 3rem;
}

.gap-2 {
  /* Gap between items of 0.5rem */
  gap: 0.5rem;
}

.gap-3 {
  /* Gap between items of 0.75rem */
  gap: 0.75rem;
}

.gap-4 {
  /* Gap between items of 1rem */
  gap: 1rem;
}

.gap-6 {
  /* Gap between items of 1.5rem */
  gap: 1.5rem;
}

.gap-8 {
  /* Gap between items of 2rem */
  gap: 2rem;
}

.grid {
  /* Use CSS Grid layout */
  display: grid;
}

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

.group {
  /* Marker class for group-hover variants */
  /* no additional styles */
}

.group-hover\:bg-transparent {
  /* When parent group is hovered, make background transparent */
  .group:hover & {
    background-color: transparent;
  }
}

.group-hover\:opacity-100 {
  /* When parent group is hovered, set opacity to full */
  .group:hover & {
    opacity: 1;
  }
}

.group-hover\:scale-105 {
  /* Scale element slightly when parent group is hovered */
  .group:hover & {
    transform: scale(1.05);
  }
}

.group-hover\:text-blue-600 {
  /* Blue text on group hover */
  .group:hover & {
    color: rgb(37 99 235);
  }
}

.group-hover\:text-white {
  /* White text on group hover */
  .group:hover & {
    color: rgb(255 255 255);
  }
}

.h-1 {
  /* Height of 0.25rem */
  height: 0.25rem;
}

.h-10 {
  /* Height of 2.5rem */
  height: 2.5rem;
}

.h-12 {
  /* Height of 3rem */
  height: 3rem;
}

.h-24 {
  /* Height of 6rem */
  height: 6rem;
}

.h-3 {
  /* Height of 0.75rem */
  height: 0.75rem;
}

.h-4 {
  /* Height of 1rem */
  height: 1rem;
}

.h-5 {
  /* Height of 1.25rem */
  height: 1.25rem;
}

.h-6 {
  /* Height of 1.5rem */
  height: 1.5rem;
}

.h-64 {
  /* Height of 16rem */
  height: 16rem;
}

.h-8 {
  /* Height of 2rem */
  height: 2rem;
}

.h-full {
  /* Height fills its parent */
  height: 100%;
}

.headings\:font-bold {
  /* Bold weight for heading elements */
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }
}

.headings\:text-gray-900 {
  /* Dark gray color for heading elements */
  h1, h2, h3, h4, h5, h6 {
    color: rgb(17 24 39);
  }
}

.hover\:-translate-y-1 {
  /* Move element up on hover */
  &:hover {
    transform: translateY(-0.25rem);
  }
}

.hover\:a\:underline {
  /* Underline anchor tags on hover */
  &:hover a {
    text-decoration: underline;
  }
}

.hover\:bg-blue-200 {
  /* Light blue background on hover */
  &:hover {
    background-color: rgb(191 219 254);
  }
}

.hover\:bg-blue-50 {
  /* Very light blue background on hover */
  &:hover {
    background-color: rgb(239 246 255);
  }
}

.hover\:bg-blue-500 {
  /* Primary blue background on hover */
  &:hover {
    background-color: rgb(59 130 246);
  }
}

.hover\:bg-blue-700 {
  /* Darker blue background on hover */
  &:hover {
    background-color: rgb(29 78 216);
  }
}

.hover\:bg-gray-700 {
  /* Dark gray background on hover */
  &:hover {
    background-color: rgb(55 65 81);
  }
}

.hover\:bg-green-700 {
  /* Dark green background on hover */
  &:hover {
    background-color: rgb(21 128 61);
  }
}

.hover\:border-blue-300 {
  /* Light blue border on hover */
  &:hover {
    border-color: rgb(147 197 253);
  }
}

.hover\:border-blue-500\/50 {
  /* Blue border with 50% opacity on hover */
  &:hover {
    border-color: rgba(59, 130, 246, 0.5);
  }
}

.hover\:border-purple-500\/50 {
  /* Purple border with 50% opacity on hover */
  &:hover {
    border-color: rgba(168, 85, 247, 0.5);
  }
}

.hover\:no-underline {
  /* Remove underline on hover */
  &:hover {
    text-decoration: none;
  }
}

.hover\:shadow-md {
  /* Medium box shadow on hover */
  &:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
}

.hover\:text-blue-400 {
  /* Lighter blue text on hover */
  &:hover {
    color: rgb(96 165 250);
  }
}

.hover\:text-blue-600 {
  /* Darker blue text on hover */
  &:hover {
    color: rgb(37 99 235);
  }
}

.img\:rounded-xl {
  /* Rounded corners on img elements */
  img {
    border-radius: 0.75rem;
  }
}

.inset-0 {
  /* Stretch to all edges */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.italic {
  /* Italic text */
  font-style: italic;
}

.items-center {
  /* Center items along cross axis */
  align-items: center;
}

.items-start {
  /* Align items at the start */
  align-items: flex-start;
}

.justify-between {
  /* Space items evenly with first and last flush */
  justify-content: space-between;
}

.justify-center {
  /* Center items along main axis */
  justify-content: center;
}

.leading-relaxed {
  /* Relaxed line height */
  line-height: 1.625;
}

.leading-tight {
  /* Tight line height */
  line-height: 1.25;
}

.lg\:col-span-4 {
  /* Span 4 columns on large screens */
  @media (min-width: 1024px) {
    & {
      grid-column: span 4 / span 4;
    }
  }
}

.lg\:col-span-8 {
  /* Span 8 columns on large screens */
  @media (min-width: 1024px) {
    & {
      grid-column: span 8 / span 8;
    }
  }
}

.lg\:grid-cols-12 {
  /* Twelve column grid on large screens */
  @media (min-width: 1024px) {
    & {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
}

.lg\:grid-cols-3 {
  /* Three column grid on large screens */
  @media (min-width: 1024px) {
    & {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

.lg\:grid-cols-4 {
  /* Four column grid on large screens */
  @media (min-width: 1024px) {
    & {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

.lg\:px-8 {
  /* Horizontal padding on large screens */
  @media (min-width: 1024px) {
    & {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
}

.lg\:text-7xl {
  /* Very large text on large screens */
  @media (min-width: 1024px) {
    & {
      font-size: 4.5rem;
      line-height: 1;
    }
  }
}

.line-clamp-2 {
  /* Limit text to two lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.max-w-2xl {
  /* Maximum width of 42rem */
  max-width: 42rem;
}

.max-w-3xl {
  /* Maximum width of 48rem */
  max-width: 48rem;
}

.max-w-4xl {
  /* Maximum width of 56rem */
  max-width: 56rem;
}

.max-w-7xl {
  /* Maximum width of 80rem */
  max-width: 80rem;
}

.max-w-none {
  /* No maximum width */
  max-width: none;
}

.mb-1 {
  /* Margin bottom 0.25rem */
  margin-bottom: 0.25rem;
}

.mb-10 {
  /* Margin bottom 2.5rem */
  margin-bottom: 2.5rem;
}

.mb-12 {
  /* Margin bottom 3rem */
  margin-bottom: 3rem;
}

.mb-2 {
  /* Margin bottom 0.5rem */
  margin-bottom: 0.5rem;
}

.mb-3 {
  /* Margin bottom 0.75rem */
  margin-bottom: 0.75rem;
}

.mb-4 {
  /* Margin bottom 1rem */
  margin-bottom: 1rem;
}

.mb-6 {
  /* Margin bottom 1.5rem */
  margin-bottom: 1.5rem;
}

.mb-8 {
  /* Margin bottom 2rem */
  margin-bottom: 2rem;
}

.md\:grid-cols-2 {
  /* Two column grid on medium screens */
  @media (min-width: 768px) {
    & {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

.md\:grid-cols-3 {
  /* Three column grid on medium screens */
  @media (min-width: 768px) {
    & {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

.md\:p-10 {
  /* Padding on medium screens */
  @media (min-width: 768px) {
    & {
      padding: 2.5rem;
    }
  }
}

.md\:p-12 {
  /* Larger padding on medium screens */
  @media (min-width: 768px) {
    & {
      padding: 3rem;
    }
  }
}

.md\:text-2xl {
  /* Larger text on medium screens */
  @media (min-width: 768px) {
    & {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
}

.md\:text-4xl {
  /* Extra large text on medium screens */
  @media (min-width: 768px) {
    & {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
}

.md\:text-5xl {
  /* Huge text on medium screens */
  @media (min-width: 768px) {
    & {
      font-size: 3rem;
      line-height: 1;
    }
  }
}

.md\:text-6xl {
  /* Even larger text on medium screens */
  @media (min-width: 768px) {
    & {
      font-size: 3.75rem;
      line-height: 1;
    }
  }
}

.min-h-\[400px\] {
  /* Minimum height of 400px */
  min-height: 400px;
}

.min-h-\[60vh\] {
  /* Minimum height of 60vh */
  min-height: 60vh;
}

.min-h-screen {
  /* Minimum height equal to viewport height */
  min-height: 100vh;
}

.ml-1 {
  /* Margin left 0.25rem */
  margin-left: 0.25rem;
}

.ml-2 {
  /* Margin left 0.5rem */
  margin-left: 0.5rem;
}

.mt-0\.5 {
  /* Margin top 0.125rem */
  margin-top: 0.125rem;
}

.mt-1 {
  /* Margin top 0.25rem */
  margin-top: 0.25rem;
}

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

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

.mt-8 {
  /* Margin top 2rem */
  margin-top: 2rem;
}

.mx-auto {
  /* Horizontally center with automatic margins */
  margin-left: auto;
  margin-right: auto;
}

.object-cover {
  /* Cover the container with the replaced object */
  object-fit: cover;
}

.opacity-0 {
  /* Fully transparent */
  opacity: 0;
}

.opacity-10 {
  /* 10% opacity */
  opacity: 0.1;
}

.opacity-20 {
  /* 20% opacity */
  opacity: 0.2;
}

.overflow-hidden {
  /* Hide overflowing content */
  overflow: hidden;
}


/* PADDING */
.p-2 { padding: 0.5rem;           /* Padding 0.5rem */ }
.p-4 { padding: 1rem;             /* Padding 1rem */ }
.p-6 { padding: 1.5rem;           /* Padding 1.5rem */ }
.p-8 { padding: 2rem;             /* Padding 2rem */ }

.pl-4 { padding-left: 1rem; }
.pl-8 { padding-left: 2rem;       /* Padding left 2rem */ }

.pb-2 { padding-bottom: 0.5rem;   /* Padding bottom 0.5rem */ }  
.pb-4 { padding-bottom: 1rem;     /* Padding bottom 1rem */ }
.pb-8 { padding-bottom: 2rem;     /* Padding bottom 2rem */ }
.pb-20 { padding-bottom: 5rem;    /* Padding bottom 5rem */ }

.pt-20 { padding-top: 5rem;       /* Padding top 5rem */}

.px-3 {                           /* Horizontal padding 0.75rem */
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {                           /* Horizontal padding 1rem */
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {                           /* Horizontal padding 2rem */
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {                           /* Vertical padding 0.25rem */
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-6 {                           /* Vertical padding 1.5rem */
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-12 {                          /* Vertical padding 3rem */
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 { /* Vertical padding 4rem */ 
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 { /* Vertical padding 5rem */
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* End-of PADDING */




.p\:mb-6 {
  /* Add bottom margin to paragraphs */
  p {
    margin-bottom: 1.5rem;
  }
}






.prose {
  /* Base typography styles */
  font-size: 1rem;
  line-height: 1.75;
  color: rgb(55 65 81);
  max-width: 65ch;
}

.prose-blue {
  /* Override link color in prose elements */
  a {
    color: rgb(37 99 235);
  }
}

.prose-invert {
  /* Inverted colors for dark mode prose */
  color: rgb(243 244 246);
  background-color: rgb(17 24 39);
}

.prose-lg {
  /* Larger typography for prose */
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 65ch;
}



.relative {
  /* Relatively position the element */
  position: relative;
}

.right-0 {
  /* Align to the right edge */
  right: 0;
}

.rotate-180 {
  /* Rotate element 180 degrees */
  transform: rotate(180deg);
}

.rounded-2xl {
  /* Extra large border radius */
  border-radius: 1rem;
}

.rounded-full {
  /* Fully rounded corners */
  border-radius: 9999px;
}

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

.rounded-xl {
  /* Extra large border radius */
  border-radius: 0.75rem;
}

.shadow-2xl {
  /* Very large drop shadow */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-blue-900\/50 {
  /* Dark blue tinted shadow */
  box-shadow: 0 25px 50px -12px rgba(12, 74, 110, 0.5);
}

.shadow-lg {
  /* Large drop shadow */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-sm {
  /* Small drop shadow */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  /* Extra large drop shadow */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.shrink-0 {
  /* Prevent flex item from shrinking */
  flex-shrink: 0;
}

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

.sm\:px-6 {
  /* Horizontal padding on small screens */
  @media (min-width: 640px) {
    & {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
}

.space-x-2 {
  /* Horizontal spacing between direct children */
  > :not([hidden]) ~ :not([hidden]) {
    margin-left: 0.5rem;
  }
}

.space-y-12 {
  /* Vertical spacing of 3rem between direct children */
  > :not([hidden]) ~ :not([hidden]) {
    margin-top: 3rem;
  }
}

.space-y-24 {
  /* Vertical spacing of 6rem between direct children */
  > :not([hidden]) ~ :not([hidden]) {
    margin-top: 6rem;
  }
}

.space-y-3 {
  /* Vertical spacing of 0.75rem between direct children */
  > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.75rem;
  }
}

.space-y-4 {
  /* Vertical spacing of 1rem between direct children */
  > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
  }
}

.space-y-8 {
  /* Vertical spacing of 2rem between direct children */
  > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem;
  }
}

.text-2xl {
  /* Font size 1.5rem with line height 2rem */
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.text-blue-100 {
  /* Very light blue text */
  color: rgb(219 234 254);
}

.text-blue-400 {
  /* Light blue text */
  color: rgb(96 165 250);
}

.text-blue-500 {
  /* Primary blue text */
  color: rgb(59 130 246);
}

.text-blue-500\/40 {
  /* Primary blue text with 40% opacity */
  color: rgba(59, 130, 246, 0.4);
}

.text-blue-500\/70 {
  /* Primary blue text with 70% opacity */
  color: rgba(59, 130, 246, 0.7);
}

.text-blue-600 {
  /* Slightly darker blue text */
  color: rgb(37 99 235);
}

.text-blue-700 {
  /* Dark blue text */
  color: rgb(29 78 216);
}

.text-center {
  /* Center text horizontally */
  text-align: center;
}

.text-gray-100 {
  /* Very light gray text */
  color: rgb(243 244 246);
}

.text-gray-300 {
  /* Light gray text */
  color: rgb(209 213 219);
}

.text-gray-400 {
  /* Medium light gray text */
  color: rgb(156 163 175);
}

.text-gray-500 {
  /* Medium gray text */
  color: rgb(107 114 128);
}

.text-gray-600 {
  /* Darker gray text */
  color: rgb(75 85 99);
}

.text-gray-700 {
  /* Dark gray text */
  color: rgb(55 65 81);
}

.text-gray-900 {
  /* Very dark gray text */
  color: rgb(17 24 39);
}

.text-green-500 {
  /* Green text */
  color: rgb(34 197 94);
}

.text-left {
  /* Left align text */
  text-align: left;
}

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

.text-purple-400 {
  /* Medium light purple text */
  color: rgb(192 132 252);
}

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

.text-white {
  /* White text */
  color: rgb(255 255 255);
}

.text-xl {
  /* Extra large text */
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  /* Extra small text */
  font-size: 0.75rem;
  line-height: 1rem;
}

.to-purple-600 {
  /* End gradient with purple-600 */
  --tw-gradient-to: rgb(147 51 234);
}

.to-purple-700 {
  /* End gradient with purple-700 */
  --tw-gradient-to: rgb(126 34 206);
}

.to-purple-950 {
  /* End gradient with purple-950 */
  --tw-gradient-to: rgb(59 7 100);
}

.to-transparent {
  /* End gradient with transparency */
  --tw-gradient-to: transparent;
}

.top-0 {
  /* Align to the top edge */
  top: 0;
}

.tracking-tight {
  /* Slightly tightened letter spacing */
  letter-spacing: -0.025em;
}

.transform {
  /* Enable transform properties by initializing variables */
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transition-all {
  /* Transition all properties */
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-colors {
  /* Transition color and background related properties */
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-opacity {
  /* Transition opacity */
  transition-property: opacity;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-transform {
  /* Transition transform */
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.via-gray-900 {
  /* Middle color stop for gradients */
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39), var(--tw-gradient-to);
}

.w-10 {
  /* Width of 2.5rem */
  width: 2.5rem;
}

.w-12 {
  /* Width of 3rem */
  width: 3rem;
}

.w-20 {
  /* Width of 5rem */
  width: 5rem;
}

.w-3 {
  /* Width of 0.75rem */
  width: 0.75rem;
}

.w-4 {
  /* Width of 1rem */
  width: 1rem;
}

.w-5 {
  /* Width of 1.25rem */
  width: 1.25rem;
}

.w-6 {
  /* Width of 1.5rem */
  width: 1.5rem;
}

.w-64 {
  /* Width of 16rem */
  width: 16rem;
}

.w-8 {
  /* Width of 2rem */
  width: 2rem;
}

.w-full {
  /* Width fills its parent */
  width: 100%;
}

.z-0 {
  /* z-index of 0 */
  z-index: 0;
}

.z-10 {
  /* z-index of 10 */
  z-index: 10;
}
