/* Space Grotesk Font - Self-hosted */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("data:font/woff2;base64,d09GMgABAAAAABMIAA8AAAAAKAAAABKzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbg0ocg1QGYACEWAhECYM8EQwKgfhYgdMBC4MGAAE2AiQDhxAEIAWFDAeFfBuYI1GUbrpI9isJ2z1jm4LYGx+GwggjBrv//z9TalRV1MZ6Y0fR2G5jWqO2YhEJzaA9pMNBJFSnWVCbYpqaSj1MQvikr1/1sTNN3f//91hOCRFJ5/+SCZFIJPJ/wP7rVLfTqXQunWbq1O7p7N3vnN3uvN3/XO/c/3/uGMSu4uYiVtSuYhcdIUTEjRBxo4i4UYiIGyHiRhERIkREfPH/P7WqSJZF0myR") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("data:font/woff2;base64,d09GMgABAAAAABL8AA8AAAAAJwAABKcAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbg0ocg1QGYACEWAhECYM8EQwKgfRYgdEBC4MGAAE2AiQDhxAEIAWFDAeFfBuWI1GUbrpI9isJ2z1jm4LYGx+GwggjBrv//z9TalRV1MZ6Y0fR2G5jWqO2YhEJzaA9pMNBJFSnWVCbYpqaSj1MQvikr1/1sTNN3f//91hOCRFJ5/+SCZFIJPJ/wP7rVLfTqXQunWbq1O7p7N3vnN3uvN3/XO/c/3/uGMSu4uYiVtSuYhcdIUTEjRBxo4i4UYiIGyHiRhERIkREfPH/P7WqSJZF0myR") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("data:font/woff2;base64,d09GMgABAAAAABL8AA8AAAAAJwAABKcAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbg0ocg1QGYACEWAhECYM8EQwKgfRYgdEBC4MGAAE2AiQDhxAEIAWFDAeFfBuWI1GUbrpI9isJ2z1jm4LYGx+GwggjBrv//z9TalRV1MZ6Y0fR2G5jWqO2YhEJzaA9pMNBJFSnWVCbYpqaSj1MQvikr1/1sTNN3f//91hOCRFJ5/+SCZFIJPJ/wP7rVLfTqXQunWbq1O7p7N3vnN3uvN3/XO/c/3/uGMSu4uYiVtSuYhcdIUTEjRBxo4i4UYiIGyHiRhERIkREfPH/P7WqSJZF0myR") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("data:font/woff2;base64,d09GMgABAAAAABMIAA8AAAAAKAAAABKzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbg0ocg1QGYACEWAhECYM8EQwKgfhYgdMBC4MGAAE2AiQDhxAEIAWFDAeFfBuYI1GUbrpI9isJ2z1jm4LYGx+GwggjBrv//z9TalRV1MZ6Y0fR2G5jWqO2YhEJzaA9pMNBJFSnWVCbYpqaSj1MQvikr1/1sTNN3f//91hOCRFJ5/+SCZFIJPJ/wP7rVLfTqXQunWbq1O7p7N3vnN3uvN3/XO/c/3/uGMSu4uYiVtSuYhcdIUTEjRBxo4i4UYiIGyHiRhERIkREfPH/P7WqSJZF0myR") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("data:font/woff2;base64,d09GMgABAAAAABMIAA8AAAAAKAAAABKzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbg0ocg1QGYACEWAhECYM8EQwKgfhYgdMBC4MGAAE2AiQDhxAEIAWFDAeFfBuYI1GUbrpI9isJ2z1jm4LYGx+GwggjBrv//z9TalRV1MZ6Y0fR2G5jWqO2YhEJzaA9pMNBJFSnWVCbYpqaSj1MQvikr1/1sTNN3f//91hOCRFJ5/+SCZFIJPJ/wP7rVLfTqXQunWbq1O7p7N3vnN3uvN3/XO/c/3/uGMSu4uYiVtSuYhcdIUTEjRBxo4i4UYiIGyHiRhERIkREfPH/P7WqSJZF0myR") format("woff2");
}

/* Tailwind-like Base Reset */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

* {
  margin: 0;
  padding: 0;
}

/* Layout */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

/* Flexbox */
.items-center {
  align-items: center;
}

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

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

.justify-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

/* Spacing */
.gap-3 {
  gap: 0.75rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2>*+* {
  margin-top: 0.5rem;
}

.space-y-4>*+* {
  margin-top: 1rem;
}

.space-y-6>*+* {
  margin-top: 1.5rem;
}

.space-y-8>*+* {
  margin-top: 2rem;
}

/* Padding */
.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Margin */
.m-0 {
  margin: 0;
}

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

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

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

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

.mt-12 {
  margin-top: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.w-10 {
  width: 2.5rem;
}

.w-full {
  width: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

/* Positioning */
.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.z-50 {
  z-index: 50;
}

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

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

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

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

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

/* Colors */
.text-white {
  color: #ffffff;
}

.text-gray-300 {
  color: #d1d5db;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-500 {
  color: #6b7280;
}

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

.text-orange-400 {
  color: #fb923c;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

/* Borders */
.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-800 {
  border-color: #1f2937;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

/* Transforms */
.transform {
  transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

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

.transition-colors {
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Hover States */
.hover\:text-white:hover {
  color: #ffffff;
}

.hover\:text-orange-400:hover {
  color: #fb923c;
}

.hover\:text-orange-300:hover {
  color: #fdba74;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

/* Group Hover */
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

/* Underline */
.underline {
  text-decoration: underline;
}

/* Responsive - Medium screens and up (768px) */
@media (min-width: 768px) {
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .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-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}