@import url("https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css");

html {
  scroll-behavior: smooth;
}

body {
  color: #111827;
  background: #f9fafb;
}

.prose {
  max-width: 72rem;
  color: #374151;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  color: #111827;
  font-weight: 700;
}

.prose h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.prose h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.prose p,
.prose li {
  line-height: 1.75;
}

.prose p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.prose ul,
.prose ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.prose ul {
  list-style: disc;
}

.prose ol {
  list-style: decimal;
}

.prose a {
  color: #2563eb;
  text-decoration: none;
}

.prose a:hover {
  text-decoration: underline;
}

.prose code {
  color: #111827;
  background: #f3f4f6;
  padding: 0.125rem 0.375rem;
  border-radius: 0.375rem;
}

.prose pre {
  white-space: pre-wrap;
  word-break: break-word;
  background: #111827;
  color: #f9fafb;
  padding: 1rem;
  border-radius: 0.75rem;
  overflow: auto;
}

.probe-legacy-container {
  margin-top: 1.5rem;
}

.min-h-screen.bg-gray-50 > .max-w-7xl {
  max-width: 100%;
  padding-top: 0;
}

.min-h-screen.bg-gray-50 > .max-w-7xl > header.mb-8 {
  display: none;
}

.min-h-screen.bg-gray-50 > .max-w-7xl > main.prose {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.min-h-screen.bg-gray-50 > .max-w-7xl > main.prose > h1:first-child,
.min-h-screen.bg-gray-50 > .max-w-7xl > main.prose > p:first-of-type {
  display: none;
}

.min-h-screen.bg-gray-50 > .max-w-7xl > main.prose > .probe-legacy-container {
  margin-top: 0;
}

.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.text-balance {
  text-wrap: balance;
}
