/* MightyPossum Frontend Styles - Compiled */

/* Base styles */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --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;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --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;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

/* Base layer */
body {
  min-height: 100vh;
  background-color: #121212;
  color: #E0E0E0;
  font-family: system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* Component layer */
.btn-primary {
  background-color: #DC143C;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
}

.btn-primary:hover {
  background-color: #8B0000;
}

.btn-secondary {
  background-color: #333;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
}

.btn-secondary:hover {
  background-color: #4b5563;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-container {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* MightyPossum Brand Color Utilities */

/* Backgrounds */
.bg-mp-red { background-color: #DC143C; }
.bg-mp-dark-red { background-color: #8B0000; }
.bg-mp-darker-red { background-color: #B22222; }
.bg-mp-bg { background-color: #121212; }
.bg-mp-bg-light { background-color: #181818; }
.bg-mp-bg-lighter { background-color: #1a1a1a; }
.bg-mp-bg-dark { background-color: #222; }
.bg-mp-bg-darker { background-color: #2a2a2a; }
.bg-mp-text { background-color: #E0E0E0; }
.bg-mp-text-muted { background-color: #AAAAAA; }
.bg-mp-text-light { background-color: #ddd; }
.bg-mp-border { background-color: #333; }

/* Text Colors */
.text-mp-red { color: #DC143C; }
.text-mp-dark-red { color: #8B0000; }
.text-mp-darker-red { color: #B22222; }
.text-mp-bg { color: #121212; }
.text-mp-bg-light { color: #181818; }
.text-mp-bg-lighter { color: #1a1a1a; }
.text-mp-bg-dark { color: #222; }
.text-mp-bg-darker { color: #2a2a2a; }
.text-mp-text { color: #E0E0E0; }
.text-mp-text-muted { color: #AAAAAA; }
.text-mp-text-light { color: #ddd; }
.text-mp-border { color: #333; }

/* Border Colors */
.border-mp-red { border-color: #DC143C; }
.border-mp-dark-red { border-color: #8B0000; }
.border-mp-darker-red { border-color: #B22222; }
.border-mp-bg { border-color: #121212; }
.border-mp-bg-light { border-color: #181818; }
.border-mp-bg-lighter { border-color: #1a1a1a; }
.border-mp-bg-dark { border-color: #222; }
.border-mp-bg-darker { border-color: #2a2a2a; }
.border-mp-text { border-color: #E0E0E0; }
.border-mp-text-muted { border-color: #AAAAAA; }
.border-mp-text-light { border-color: #ddd; }
.border-mp-border { border-color: #333; }

/* Hover States */
.hover\:bg-mp-red:hover { background-color: #DC143C; }
.hover\:bg-mp-dark-red:hover { background-color: #8B0000; }
.hover\:bg-mp-darker-red:hover { background-color: #B22222; }
.hover\:bg-mp-bg:hover { background-color: #121212; }
.hover\:bg-mp-bg-light:hover { background-color: #181818; }
.hover\:bg-mp-bg-lighter:hover { background-color: #1a1a1a; }
.hover\:bg-mp-bg-dark:hover { background-color: #222; }
.hover\:bg-mp-bg-darker:hover { background-color: #2a2a2a; }
.hover\:bg-mp-text:hover { background-color: #E0E0E0; }
.hover\:bg-mp-text-muted:hover { background-color: #AAAAAA; }
.hover\:bg-mp-text-light:hover { background-color: #ddd; }
.hover\:bg-mp-border:hover { background-color: #333; }

.hover\:text-mp-red:hover { color: #DC143C; }
.hover\:text-mp-dark-red:hover { color: #8B0000; }
.hover\:text-mp-darker-red:hover { color: #B22222; }
.hover\:text-mp-bg:hover { color: #121212; }
.hover\:text-mp-bg-light:hover { color: #181818; }
.hover\:text-mp-bg-lighter:hover { color: #1a1a1a; }
.hover\:text-mp-bg-dark:hover { color: #222; }
.hover\:text-mp-bg-darker:hover { color: #2a2a2a; }
.hover\:text-mp-text:hover { color: #E0E0E0; }
.hover\:text-mp-text-muted:hover { color: #AAAAAA; }
.hover\:text-mp-text-light:hover { color: #ddd; }
.hover\:text-mp-border:hover { color: #333; }

/* Focus States */
.focus\:ring-mp-red:focus { --tw-ring-color: #DC143C; }
.focus\:ring-mp-dark-red:focus { --tw-ring-color: #8B0000; }
.focus\:ring-mp-darker-red:focus { --tw-ring-color: #B22222; }
.focus\:ring-mp-bg:focus { --tw-ring-color: #121212; }
.focus\:ring-mp-bg-light:focus { --tw-ring-color: #181818; }
.focus\:ring-mp-bg-lighter:focus { --tw-ring-color: #1a1a1a; }
.focus\:ring-mp-bg-dark:focus { --tw-ring-color: #222; }
.focus\:ring-mp-bg-darker:focus { --tw-ring-color: #2a2a2a; }
.focus\:ring-mp-text:focus { --tw-ring-color: #E0E0E0; }
.focus\:ring-mp-text-muted:focus { --tw-ring-color: #AAAAAA; }
.focus\:ring-mp-text-light:focus { --tw-ring-color: #ddd; }
.focus\:ring-mp-border:focus { --tw-ring-color: #333; }

/* Gradient From Colors */
.from-mp-red { --tw-gradient-from: #DC143C var(--tw-gradient-from-position); --tw-gradient-to: rgb(220 20 60 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-mp-dark-red { --tw-gradient-from: #8B0000 var(--tw-gradient-from-position); --tw-gradient-to: rgb(139 0 0 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-mp-darker-red { --tw-gradient-from: #B22222 var(--tw-gradient-from-position); --tw-gradient-to: rgb(178 34 34 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-mp-bg { --tw-gradient-from: #121212 var(--tw-gradient-from-position); --tw-gradient-to: rgb(18 18 18 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-mp-bg-light { --tw-gradient-from: #181818 var(--tw-gradient-from-position); --tw-gradient-to: rgb(24 24 24 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-mp-bg-lighter { --tw-gradient-from: #1a1a1a var(--tw-gradient-from-position); --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-mp-bg-dark { --tw-gradient-from: #222 var(--tw-gradient-from-position); --tw-gradient-to: rgb(34 34 34 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-mp-bg-darker { --tw-gradient-from: #2a2a2a var(--tw-gradient-from-position); --tw-gradient-to: rgb(42 42 42 / 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }

/* Gradient To Colors */
.to-mp-red { --tw-gradient-to: #DC143C var(--tw-gradient-to-position); }
.to-mp-dark-red { --tw-gradient-to: #8B0000 var(--tw-gradient-to-position); }
.to-mp-darker-red { --tw-gradient-to: #B22222 var(--tw-gradient-to-position); }
.to-mp-bg { --tw-gradient-to: #121212 var(--tw-gradient-to-position); }
.to-mp-bg-light { --tw-gradient-to: #181818 var(--tw-gradient-to-position); }
.to-mp-bg-lighter { --tw-gradient-to: #1a1a1a var(--tw-gradient-to-position); }
.to-mp-bg-dark { --tw-gradient-to: #222 var(--tw-gradient-to-position); }
.to-mp-bg-darker { --tw-gradient-to: #2a2a2a var(--tw-gradient-to-position); }

/* Animation Classes */
@keyframes pulse-subtle {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 1; }
}

.animate-pulse-subtle {
  animation: pulse-subtle 2s infinite;
}

.text-white {
  color: #ffffff;
}

.hover\:bg-\[\#555\]:hover {
  background-color: #555;
}

.hover\:bg-\[\#8B0000\]:hover {
  background-color: #8B0000;
}

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

/* Layout utilities */
.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

.italic {
  font-style: italic;
}

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

/* Responsive utilities */
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
  
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  
  .md\:w-2\/3 {
    width: 66.666667%;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Additional utility classes */
.min-h-screen { min-height: 100vh; }
.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"; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.rounded { border-radius: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.max-w-4xl { max-width: 56rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Standard Tailwind utilities needed by the application */
.text-white { color: rgb(255 255 255); }
.bg-gray-400 { background-color: rgb(156 163 175); }
.bg-gray-600 { background-color: rgb(75 85 99); }
.hover\:bg-gray-600:hover { background-color: rgb(75 85 99); }
.text-center { text-align: center; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.hidden { display: none; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.top-0 { top: 0px; }
.left-0 { left: 0px; }
.right-0 { right: 0px; }
.bottom-0 { bottom: 0px; }
.z-50 { z-index: 50; }
.z-10 { z-index: 10; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); }
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-full { border-radius: 9999px; }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.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; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.cursor-pointer { cursor: pointer; }
.select-none { user-select: none; }
.resize-none { resize: none; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --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(2px + 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); }
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }

/* Responsive utilities */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:hidden { display: none; }
  .md\:flex { display: flex; }
  .md\:w-1\/2 { width: 50%; }
  .md\:w-1\/3 { width: 33.333333%; }
  .md\:w-2\/3 { width: 66.666667%; }
  .md\:text-left { text-align: left; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
}

@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:w-1\/4 { width: 25%; }
  .lg\:w-3\/4 { width: 75%; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
}

/* Additional component styles */
.gradient-text {
  background: linear-gradient(45deg, #DC143C, #B22222);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.site-title {
  text-decoration: none;
  transition: all 0.3s ease;
}

.site-title:hover {
  color: #DC143C;
  transform: scale(1.05);
}