/* Cronos App — legibilidade mobile (neon suave, cores limpas) */

:root {
  --glow-heading: 0 0 6px rgba(57, 255, 20, 0.5), 0 0 18px rgba(57, 255, 20, 0.2);
  --glow-brand: 0 0 8px rgba(57, 255, 20, 0.45);
  --text-muted-readable: hsl(120 20% 72%);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media (max-width: 767px) {
  body {
    font-family: "Inter", "Share Tech Mono", system-ui, sans-serif;
    line-height: 1.65;
  }

  body::before {
    background:
      radial-gradient(circle at 50% 0%, rgba(57, 255, 20, 0.02), transparent 18rem),
      radial-gradient(ellipse at center, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.82) 40%, rgba(0, 0, 0, 0.96) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.97) 100%) !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0.03em;
    text-shadow: 0 0 10px rgba(57, 255, 20, 0.18);
  }

  .text-brand,
  .text-brand:hover {
    color: var(--brand-color, #39ff14);
    text-shadow: none;
  }

  .hero-title {
    font-family: "Inter", "Share Tech Mono", system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-shadow: none;
    -webkit-text-stroke: 0;
  }

  .hero-title .text-brand {
    font-weight: 900;
  }

  .hero-badge {
    font-family: "Inter", "Share Tech Mono", system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-shadow: none;
  }

  .site-logo {
    font-family: "Share Tech Mono", monospace;
    letter-spacing: 0.1em !important;
    text-shadow: none;
  }

  p,
  li,
  .text-gray-300,
  .text-gray-400,
  .muted {
    color: var(--text-muted-readable);
  }

  .text-gray-200 {
    color: hsl(120 15% 88%);
  }

  .btn-neon {
    letter-spacing: 0.06em;
    text-shadow: none;
  }

  #matrix-bg {
    opacity: 0.55;
  }
}