/* Stili personalizzati AI & SaaS Compass */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Tipografia Markdown per le recensioni */
.prose h2 {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1e293b;
}

.prose h3 {
  color: #38bdf8;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose p {
  color: #cbd5e1;
  margin-bottom: 1.25rem;
  line-height: 1.75;
}

.prose ul, .prose ol {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.prose ul li {
  list-style-type: disc;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}

.prose strong {
  color: #f1f5f9;
  font-weight: 700;
}

.prose table {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.prose table th {
  background-color: #020617;
  padding: 0.75rem 1rem;
  border: 1px solid #1e293b;
  color: #38bdf8;
  font-weight: 700;
}

.prose table td {
  padding: 0.75rem 1rem;
  border: 1px solid #1e293b;
  color: #cbd5e1;
}

.prose table tr:nth-child(even) {
  background-color: rgba(30, 41, 59, 0.3);
}

.prose blockquote {
  border-left: 4px solid #0ea5e9;
  padding-left: 1rem;
  font-style: italic;
  color: #94a3b8;
  background-color: rgba(14, 165, 233, 0.05);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  margin-bottom: 1.5rem;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #020617;
}

::-webkit-scrollbar-thumb {
  background: #1e293b;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #334155;
}
