[x-cloak] { display: none !important; }

.prose-hosting h1 { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.875rem; font-weight: 700; margin-bottom: 1rem; }
.prose-hosting h2 { font-size: 1.25rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.prose-hosting p { margin-bottom: 0.75rem; line-height: 1.7; }
.prose-hosting ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 0.75rem; }

.hero-panel {
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(61, 138, 114, 0.28), transparent 55%),
    radial-gradient(900px 400px at 90% 0%, rgba(51, 57, 70, 0.18), transparent 50%),
    linear-gradient(180deg, #f6f7f9 0%, #eceef2 100%);
}
.dark .hero-panel {
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(61, 138, 114, 0.22), transparent 55%),
    radial-gradient(900px 400px at 90% 0%, rgba(15, 34, 30, 0.7), transparent 50%),
    linear-gradient(180deg, #22262f 0%, #0f221e 100%);
}
