/* ==========================================================================
   drimadhariri.com — tailwind-compat.css
   Self-hosted replacement for cdn.tailwindcss.com, covering the exact
   utility classes used inside the 28 clinical-study posts that were built
   with an AI-generated Tailwind template. Values match Tailwind's official
   default design tokens, so nothing should look different once each post's
   CDN <script> tag is removed and this file replaces it.

   Scoped entirely under .entry-content — never touches theme chrome.
   Enqueue AFTER design-system.css (see how-to-wire-it-up.md).
   ========================================================================== */

@keyframes tw-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

/* Tailwind's CDN script also injects a base reset ("Preflight") that
   neutralizes default browser styling (blue underlined links, default
   list bullets, etc.) before utility classes apply. Removing the CDN
   script removes that reset too, so any element that relied on it to
   NOT look like a default browser element falls back to the theme's own
   defaults instead. Most visible case: buttons/badges built as <a> tags
   with no explicit color class, meant to inherit white from a dark
   hero/card ancestor, that fall back to the theme's blue link color.
   Scoped to a[class] only, so plain prose links typed into the ~260
   normal Gutenberg posts (which have no class attribute) are untouched. */
.entry-content a[class] {
  color: inherit;
  text-decoration: inherit;
}

.entry-content .font-bold { font-weight: 700; }
.entry-content .border { border-width: 1px; }
.entry-content .rounded-2xl { border-radius: 1rem; }
.entry-content .text-slate-700 { color: #334155; }
.entry-content .border-slate-200 { border-color: #e2e8f0; }
.entry-content .px-4 { padding-left: 1rem; padding-right: 1rem; }
.entry-content .bg-white { background-color: #ffffff; }
.entry-content .rounded-xl { border-radius: 0.75rem; }
.entry-content .text-slate-900 { color: #0f172a; }
.entry-content .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.entry-content .p-4 { padding: 1rem; }
.entry-content .block { display: block; }
.entry-content .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.entry-content .p-6 { padding: 1.5rem; }
.entry-content .shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.entry-content .p-5 { padding: 1.25rem; }
.entry-content .mb-2 { margin-bottom: 0.5rem; }
.entry-content .bg-slate-50 { background-color: #f8fafc; }
.entry-content .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.entry-content .flex { display: flex; }
.entry-content .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.entry-content .text-xs { font-size: 0.75rem; line-height: 1rem; }
.entry-content .transition { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.entry-content .rounded-3xl { border-radius: 1.5rem; }
.entry-content .mb-3 { margin-bottom: 0.75rem; }
.entry-content .mb-4 { margin-bottom: 1rem; }
.entry-content .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.entry-content .p-8 { padding: 2rem; }
.entry-content .hover\:bg-blue-50:hover { background-color: #eff6ff; }
.entry-content .hover\:text-blue-900:hover { color: #1e3a8a; }
.entry-content .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.entry-content .leading-9 { line-height: 2.25rem; }
.entry-content .mb-7 { margin-bottom: 1.75rem; }
.entry-content .rounded-full { border-radius: 9999px; }
.entry-content .bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.entry-content a[class].text-white { color: #ffffff; }
.entry-content .text-white { color: #ffffff; }
.entry-content .grid { display: grid; }
.entry-content .p-3 { padding: 0.75rem; }
.entry-content .items-center { align-items: center; }
.entry-content .mb-6 { margin-bottom: 1.5rem; }
.entry-content .border-b { border-bottom-width: 1px; }
.entry-content .gap-5 { gap: 1.25rem; }
.entry-content .leading-relaxed { line-height: 1.625; }
.entry-content .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.entry-content .leading-10 { line-height: 2.5rem; }
.entry-content .text-blue-900 { color: #1e3a8a; }
.entry-content .text-slate-600 { color: #475569; }
.entry-content .bg-blue-50 { background-color: #eff6ff; }
.entry-content .scroll-mt-20 { scroll-margin-top: 5rem; }
.entry-content .leading-8 { line-height: 2rem; }
.entry-content .mx-auto { margin-left: auto; margin-right: auto; }
.entry-content .border-blue-200 { border-color: #bfdbfe; }
.entry-content .text-blue-950 { color: #172554; }
.entry-content .flex-col { flex-direction: column; }
.entry-content .text-slate-500 { color: #64748b; }
.entry-content .justify-center { justify-content: center; }
.entry-content .gap-4 { gap: 1rem; }
.entry-content .text-teal-700 { color: #0f766e; }
.entry-content .gap-3 { gap: 0.75rem; }
.entry-content .border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.entry-content .mb-5 { margin-bottom: 1.25rem; }
.entry-content .border-r-4 { border-right-width: 4px; }
.entry-content .p-2 { padding: 0.5rem; }
.entry-content .inline-flex { display: inline-flex; }
.entry-content .max-w-7xl { max-width: 80rem; }
.entry-content .font-extrabold { font-weight: 800; }
.entry-content .text-2xl { font-size: 1.5rem; line-height: 2rem; }
.entry-content .space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.entry-content .tracking-wider { letter-spacing: 0.05em; }
.entry-content .text-red-950 { color: #450a0a; }
.entry-content .gap-2 { gap: 0.5rem; }
.entry-content .shrink-0 { flex-shrink: 0; }
.entry-content .border-amber-200 { border-color: #fde68a; }
.entry-content .rounded { border-radius: 0.25rem; }
.entry-content .border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.entry-content .mb-1 { margin-bottom: 0.25rem; }
.entry-content .text-base { font-size: 1rem; line-height: 1.5rem; }
.entry-content .text-red-900 { color: #7f1d1d; }
.entry-content .bg-amber-50 { background-color: #fffbeb; }
.entry-content .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.entry-content .mt-7 { margin-top: 1.75rem; }
.entry-content .border-green-200 { border-color: #bbf7d0; }
.entry-content .justify-between { justify-content: space-between; }
.entry-content .text-blue-800 { color: #1e40af; }
.entry-content .bg-blue-800\/60 { background-color: rgba(30, 64, 175, 0.6); }
.entry-content .mt-2 { margin-top: 0.5rem; }
.entry-content .font-medium { font-weight: 500; }
.entry-content .border-red-200 { border-color: #fecaca; }
.entry-content .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.entry-content .hover\:bg-teal-50:hover { background-color: #f0fdfa; }
.entry-content .bg-green-50 { background-color: #f0fdf4; }
.entry-content .text-amber-950 { color: #451a03; }
.entry-content .text-center { text-align: center; }
.entry-content .w-full { width: 100%; }
.entry-content .mt-1 { margin-top: 0.25rem; }
.entry-content .mt-4 { margin-top: 1rem; }
.entry-content .hover\:bg-red-50:hover { background-color: #fef2f2; }
.entry-content .p-7 { padding: 1.75rem; }
.entry-content .hover\:text-red-900:hover { color: #7f1d1d; }
.entry-content .text-green-950 { color: #052e16; }
.entry-content .border-l { border-left-width: 1px; }
.entry-content .space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.entry-content .text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.entry-content .max-w-6xl { max-width: 72rem; }
.entry-content .bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.entry-content .bg-red-50 { background-color: #fef2f2; }
.entry-content .space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.entry-content .items-start { align-items: flex-start; }
.entry-content .bg-blue-950 { background-color: #172554; }
.entry-content .bg-slate-100 { background-color: #f1f5f9; }
.entry-content .bg-blue-900 { background-color: #1e3a8a; }
.entry-content .text-right { text-align: right; }
.entry-content .bg-teal-900 { background-color: #134e4a; }
.entry-content .flex-wrap { flex-wrap: wrap; }
.entry-content .overflow-x-auto { overflow-x: auto; }
.entry-content .border-teal-200 { border-color: #99f6e4; }
.entry-content .mt-6 { margin-top: 1.5rem; }
.entry-content .text-green-700 { color: #15803d; }
.entry-content .hover\:bg-slate-100:hover { background-color: #f1f5f9; }
.entry-content .border-collapse { border-collapse: collapse; }
.entry-content .hidden { display: none; }
.entry-content .flex-1 { flex: 1 1 0%; }
.entry-content .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.entry-content .py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.entry-content .w-10 { width: 2.5rem; }
.entry-content .h-10 { height: 2.5rem; }
.entry-content .max-w-4xl { max-width: 56rem; }
.entry-content .text-green-600 { color: #16a34a; }
.entry-content .mt-5 { margin-top: 1.25rem; }
.entry-content .bg-teal-50 { background-color: #f0fdfa; }
.entry-content .border-purple-200 { border-color: #e9d5ff; }
.entry-content .text-green-800 { color: #166534; }
.entry-content .text-purple-950 { color: #3b0764; }
.entry-content .text-teal-900 { color: #134e4a; }
.entry-content .relative { position: relative; }
.entry-content .text-amber-800 { color: #92400e; }
.entry-content .top-0 { top: 0; }
.entry-content .font-semibold { font-weight: 600; }
.entry-content .rounded-lg { border-radius: 0.5rem; }
.entry-content .hover\:bg-slate-200:hover { background-color: #e2e8f0; }
.entry-content .text-blue-700 { color: #1d4ed8; }
.entry-content .mt-8 { margin-top: 2rem; }
.entry-content .text-blue-100 { color: #dbeafe; }
.entry-content .mt-10 { margin-top: 2.5rem; }
.entry-content .z-50 { z-index: 50; }
.entry-content .fixed { position: fixed; }
.entry-content .duration-300 { transition-duration: 300ms; }
.entry-content .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.entry-content .border-t { border-top-width: 1px; }
.entry-content .shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.entry-content .bg-teal-100 { background-color: #ccfbf1; }
.entry-content .text-amber-700 { color: #b45309; }
.entry-content .text-amber-900 { color: #78350f; }
.entry-content .text-teal-200 { color: #99f6e4; }
.entry-content .border-amber-500 { border-color: #f59e0b; }
.entry-content .hover\:bg-blue-950:hover { background-color: #172554; }
.entry-content .size-full { width: 100%; height: auto; }
.entry-content .space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.entry-content .border-green-600 { border-color: #16a34a; }
.entry-content .border-blue-100 { border-color: #dbeafe; }
.entry-content .bg-purple-50 { background-color: #faf5ff; }
.entry-content .space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.entry-content .mb-8 { margin-bottom: 2rem; }
.entry-content .hover\:bg-slate-50:hover { background-color: #f8fafc; }
.entry-content .py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.entry-content .text-teal-950 { color: #042f2e; }
.entry-content .border-red-100 { border-color: #fee2e2; }
.entry-content .max-w-5xl { max-width: 64rem; }
.entry-content .bg-green-100 { background-color: #dcfce7; }
.entry-content .text-red-800 { color: #991b1b; }
.entry-content .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.entry-content .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.entry-content .py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.entry-content .py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.entry-content .gap-10 { gap: 2.5rem; }
.entry-content .sticky { position: sticky; }
.entry-content .min-h-screen { min-height: 100vh; }
.entry-content .w-72 { width: 18rem; }
.entry-content .overflow-y-auto { overflow-y: auto; }
.entry-content .hover\:bg-white\/20:hover { background-color: rgba(255, 255, 255, 0.2); }
.entry-content .pb-1 { padding-bottom: 0.25rem; }
.entry-content .border-blue-600 { border-color: #2563eb; }
.entry-content .bg-amber-100 { background-color: #fef3c7; }
.entry-content .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.entry-content .w-6 { width: 1.5rem; }
.entry-content .h-6 { height: 1.5rem; }
.entry-content .z-40 { z-index: 40; }
.entry-content .overflow-x-hidden { overflow-x: hidden; }
.entry-content .w-fit { width: fit-content; }
.entry-content .py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.entry-content .leading-snug { line-height: 1.375; }
.entry-content .text-red-500 { color: #ef4444; }
.entry-content .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.entry-content .text-purple-700 { color: #7e22ce; }
.entry-content .hover\:border-teal-300:hover { border-color: #5eead4; }
.entry-content .group:hover .group-hover\:text-teal-900 { color: #134e4a; }
.entry-content .text-slate-800 { color: #1e293b; }
.entry-content .pr-3 { padding-right: 0.75rem; }
.entry-content .list-disc { list-style-type: disc; }
.entry-content .text-teal-100 { color: #ccfbf1; }
.entry-content .text-teal-50 { color: #f0fdfa; }
.entry-content .gap-6 { gap: 1.5rem; }
.entry-content .from-blue-950 { --tw-gradient-from: #172554; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.entry-content .pt-3 { padding-top: 0.75rem; }
.entry-content .leading-7 { line-height: 1.75rem; }
.entry-content .bg-slate-900 { background-color: #0f172a; }
.entry-content .via-blue-900 { --tw-gradient-via: #1e3a8a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.entry-content .to-blue-800 { --tw-gradient-to: #1e40af; }
.entry-content .w-1\/4 { width: 25%; }
.entry-content .h-screen { height: 100vh; }
.entry-content .hover\:bg-teal-950:hover { background-color: #042f2e; }
.entry-content .from-blue-900 { --tw-gradient-from: #1e3a8a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.entry-content .to-blue-700 { --tw-gradient-to: #1d4ed8; }
.entry-content .inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.entry-content .bg-slate-900\/40 { background-color: rgba(15, 23, 42, 0.4); }
.entry-content .transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.entry-content .right-0 { right: 0; }
.entry-content .w-5 { width: 1.25rem; }
.entry-content .h-5 { height: 1.25rem; }
.entry-content .border-red-800 { border-color: #991b1b; }
.entry-content .from-slate-950 { --tw-gradient-from: #020617; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.entry-content .mt-9 { margin-top: 2.25rem; }
.entry-content .text-red-700 { color: #b91c1c; }
.entry-content .hover\:bg-amber-50:hover { background-color: #fffbeb; }
.entry-content .space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.entry-content .text-green-900 { color: #14532d; }
.entry-content .self-start { align-self: flex-start; }
.entry-content .text-purple-800 { color: #6b21a8; }
.entry-content .translate-x-full { transform: translateX(100%); }
.entry-content .transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.entry-content .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.entry-content .absolute { position: absolute; }
.entry-content .bg-teal-950 { background-color: #042f2e; }
.entry-content .to-slate-950 { --tw-gradient-to: #020617; }
.entry-content .text-blue-200 { color: #bfdbfe; }
.entry-content .text-blue-50 { color: #eff6ff; }
.entry-content .duration-200 { transition-duration: 200ms; }
.entry-content .border-blue-700 { border-color: #1d4ed8; }
.entry-content .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.entry-content .pr-2 { padding-right: 0.5rem; }
.entry-content .w-11 { width: 2.75rem; }
.entry-content .h-11 { height: 2.75rem; }
.entry-content .pr-4 { padding-right: 1rem; }
.entry-content .pt-7 { padding-top: 1.75rem; }
.entry-content .mt-3 { margin-top: 0.75rem; }
.entry-content .from-teal-950 { --tw-gradient-from: #042f2e; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.entry-content .hover\:text-amber-900:hover { color: #78350f; }
.entry-content .inline-block { display: inline-block; }
.entry-content .top-\[61px\] { top: 61px; }
.entry-content .h-\[calc\(100vh-61px\)\] { height: calc(100vh - 61px); }
.entry-content .pr-5 { padding-right: 1.25rem; }
.entry-content .-mx-5 { margin-left: -1.25rem; margin-right: -1.25rem; }
.entry-content .rounded-tr-xl { border-top-right-radius: 0.75rem; }
.entry-content .rounded-tl-xl { border-top-left-radius: 0.75rem; }
.entry-content .bg-purple-100 { background-color: #f3e8ff; }
.entry-content .border-purple-500 { border-color: #a855f7; }
.entry-content .bg-yellow-50 { background-color: #fefce8; }
.entry-content .border-yellow-200 { border-color: #fef08a; }
.entry-content .divide-slate-200 > :not([hidden]) ~ :not([hidden]) { border-color: #e2e8f0; }
.entry-content .bg-red-50\/60 { background-color: rgba(254, 242, 242, 0.6); }
.entry-content .border-emerald-200 { border-color: #a7f3d0; }
.entry-content .text-emerald-900 { color: #064e3b; }
.entry-content .pb-3 { padding-bottom: 0.75rem; }
.entry-content .text-slate-950 { color: #020617; }
.entry-content .text-teal-800 { color: #115e59; }
.entry-content .via-teal-950 { --tw-gradient-via: #042f2e; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.entry-content .to-teal-800 { --tw-gradient-to: #115e59; }
.entry-content .-mt-6 { margin-top: -1.5rem; }
.entry-content .z-10 { z-index: 10; }
.entry-content .hover\:bg-purple-50:hover { background-color: #faf5ff; }
.entry-content .border-red-600 { border-color: #dc2626; }
.entry-content .w-12 { width: 3rem; }
.entry-content .h-12 { height: 3rem; }
.entry-content .bg-red-100 { background-color: #fee2e2; }
.entry-content .text-blue-600 { color: #2563eb; }
.entry-content .border-amber-100 { border-color: #fef3c7; }
.entry-content .antialiased { -webkit-font-smoothing: antialiased; }
.entry-content .w-1\/3 { width: 33.333333%; }
.entry-content .whitespace-nowrap { white-space: nowrap; }
.entry-content .text-slate-400 { color: #94a3b8; }
.entry-content .border-slate-100 { border-color: #f1f5f9; }
.entry-content .from-red-950 { --tw-gradient-from: #450a0a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.entry-content .to-red-800 { --tw-gradient-to: #991b1b; }
.entry-content .text-red-100 { color: #fee2e2; }
.entry-content .right-\[-9px\] { right: -9px; }
.entry-content .bg-red-800 { background-color: #991b1b; }
.entry-content .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.entry-content .py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.entry-content .text-slate-300 { color: #cbd5e1; }
.entry-content .bg-red-900 { background-color: #7f1d1d; }
.entry-content .bg-blue-50\/50 { background-color: rgba(239, 246, 255, 0.5); }
.entry-content .text-5xl { font-size: 3rem; line-height: 1; }
.entry-content .leading-tight { line-height: 1.25; }
.entry-content .bg-amber-50\/40 { background-color: rgba(255, 251, 235, 0.4); }
.entry-content .text-yellow-800 { color: #854d0e; }
.entry-content .bg-orange-50 { background-color: #fff7ed; }
.entry-content .border-orange-200 { border-color: #fed7aa; }
.entry-content .text-orange-800 { color: #9a3412; }
.entry-content .bg-red-950 { background-color: #450a0a; }
.entry-content .w-8 { width: 2rem; }
.entry-content .h-8 { height: 2rem; }
.entry-content .bg-red-700 { background-color: #b91c1c; }
.entry-content .bg-emerald-50 { background-color: #ecfdf5; }
.entry-content .text-emerald-700 { color: #047857; }
.entry-content .text-emerald-950 { color: #022c22; }
.entry-content .right-\[-52px\] { right: -52px; }
.entry-content .top-1 { top: 0.25rem; }
.entry-content .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.entry-content .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.entry-content .border-red-900 { border-color: #7f1d1d; }
.entry-content .my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.entry-content .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.entry-content .border-indigo-200 { border-color: #c7d2fe; }
.entry-content .border-red-300 { border-color: #fca5a5; }
.entry-content .items-end { align-items: flex-end; }
.entry-content .hover\:bg-green-50:hover { background-color: #f0fdf4; }
.entry-content .w-2\/4 { width: 50%; }
.entry-content .bg-amber-50\/50 { background-color: rgba(255, 251, 235, 0.5); }
.entry-content .animate-pulse { animation: tw-pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
.entry-content .min-w-\[550px\] { min-width: 550px; }
.entry-content .border-green-100 { border-color: #dcfce7; }
.entry-content .bg-orange-100 { background-color: #ffedd5; }
.entry-content .border-orange-500 { border-color: #f97316; }
.entry-content .text-orange-950 { color: #431407; }
.entry-content .text-orange-700 { color: #c2410c; }
.entry-content .min-w-\[600px\] { min-width: 600px; }
.entry-content .text-red-200 { color: #fecaca; }
.entry-content .bg-emerald-50\/40 { background-color: rgba(236, 253, 245, 0.4); }
.entry-content .text-emerald-800 { color: #065f46; }
.entry-content .border-r-2 { border-right-width: 2px; }
.entry-content .border-slate-700 { border-color: #334155; }
.entry-content .text-red-400 { color: #f87171; }
.entry-content .border-slate-900 { border-color: #0f172a; }
.entry-content .list-inside { list-style-position: inside; }
.entry-content .via-slate-900 { --tw-gradient-via: #0f172a; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.entry-content .to-blue-950 { --tw-gradient-to: #172554; }
.entry-content .bg-blue-500\/20 { background-color: rgba(59, 130, 246, 0.2); }
.entry-content .text-blue-300 { color: #93c5fd; }
.entry-content .border-blue-400\/30 { border-color: rgba(96, 165, 250, 0.3); }
.entry-content .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.375rem; }
.entry-content .bg-amber-50\/60 { background-color: rgba(255, 251, 235, 0.6); }
.entry-content .bg-emerald-800\/80 { background-color: rgba(6, 95, 70, 0.8); }
.entry-content .bg-blue-800\/80 { background-color: rgba(30, 64, 175, 0.8); }
.entry-content .bg-amber-800\/80 { background-color: rgba(146, 64, 14, 0.8); }
.entry-content .bg-red-800\/80 { background-color: rgba(153, 27, 27, 0.8); }
.entry-content .bg-indigo-50 { background-color: #eef2ff; }
.entry-content .text-indigo-950 { color: #1e1b4b; }
.entry-content .border-teal-600 { border-color: #0d9488; }
.entry-content .border-purple-600 { border-color: #9333ea; }
.entry-content .my-7 { margin-top: 1.75rem; margin-bottom: 1.75rem; }
.entry-content .pt-6 { padding-top: 1.5rem; }
.entry-content .min-w-\[650px\] { min-width: 650px; }
.entry-content .bg-green-50\/50 { background-color: rgba(240, 253, 244, 0.5); }
.entry-content .bg-red-50\/80 { background-color: rgba(254, 242, 242, 0.8); }
.entry-content .pr-6 { padding-right: 1.5rem; }
.entry-content .w-3\/4 { width: 75%; }
.entry-content .bg-amber-50\/30 { background-color: rgba(255, 251, 235, 0.3); }
.entry-content .bg-green-700 { background-color: #15803d; }
.entry-content .w-2\/3 { width: 66.666667%; }
.entry-content .bg-blue-800 { background-color: #1e40af; }
.entry-content .hover\:bg-blue-900:hover { background-color: #1e3a8a; }
.entry-content .py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.entry-content .shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.entry-content .py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.entry-content .bg-purple-800 { background-color: #6b21a8; }
.entry-content .via-blue-950 { --tw-gradient-via: #172554; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.entry-content .to-blue-900 { --tw-gradient-to: #1e3a8a; }
.entry-content .uppercase { text-transform: uppercase; }
.entry-content .bg-emerald-400\/15 { background-color: rgba(52, 211, 153, 0.15); }
.entry-content .border-emerald-300\/30 { border-color: rgba(110, 231, 183, 0.3); }
.entry-content .text-emerald-100 { color: #d1fae5; }
.entry-content .break-all { word-break: break-all; }
.entry-content .backdrop-blur-sm { backdrop-filter: blur(4px); }
.entry-content .shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.entry-content .hover\:bg-red-50\/50:hover { background-color: rgba(254, 242, 242, 0.5); }
.entry-content .bg-blue-50\/40 { background-color: rgba(239, 246, 255, 0.4); }
.entry-content .bg-red-50\/40 { background-color: rgba(254, 242, 242, 0.4); }
.entry-content .border-amber-600 { border-color: #d97706; }
.entry-content .bg-red-50\/20 { background-color: rgba(254, 242, 242, 0.2); }
.entry-content .bg-amber-50\/20 { background-color: rgba(255, 251, 235, 0.2); }
.entry-content .border-red-950 { border-color: #450a0a; }
.entry-content .bg-red-50\/50 { background-color: rgba(254, 242, 242, 0.5); }
.entry-content .text-slate-100 { color: #f1f5f9; }
.entry-content .bg-slate-800 { background-color: #1e293b; }
.entry-content .text-amber-300 { color: #fcd34d; }
.entry-content .pr-10 { padding-right: 2.5rem; }
.entry-content .bg-red-950\/5 { background-color: rgba(69, 10, 10, 0.05); }
.entry-content .my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.entry-content .bg-red-950\/80 { background-color: rgba(69, 10, 10, 0.8); }
.entry-content .pt-1 { padding-top: 0.25rem; }
.entry-content .bg-red-50\/30 { background-color: rgba(254, 242, 242, 0.3); }
.entry-content .bg-emerald-50\/30 { background-color: rgba(236, 253, 245, 0.3); }
.entry-content .list-decimal { list-style-type: decimal; }
.entry-content .pl-4 { padding-left: 1rem; }
.entry-content .border-emerald-100 { border-color: #d1fae5; }
.entry-content .bg-blue-100 { background-color: #dbeafe; }
.entry-content .bg-indigo-100 { background-color: #e0e7ff; }
.entry-content .text-indigo-900 { color: #312e81; }
.entry-content .bg-yellow-100 { background-color: #fef9c3; }
.entry-content .border-yellow-500 { border-color: #eab308; }
.entry-content .text-yellow-950 { color: #422006; }
.entry-content .text-yellow-700 { color: #a16207; }

@media (min-width: 640px) {
  .entry-content .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .entry-content .sm\:flex-row { flex-direction: row; }
  .entry-content .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .entry-content .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .entry-content .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .entry-content .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .entry-content .sm\:pr-12 { padding-right: 3rem; }
  .entry-content .sm\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .entry-content .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .entry-content .md\:flex-row { flex-direction: row; }
  .entry-content .md\:justify-between { justify-content: space-between; }
  .entry-content .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .entry-content .md\:items-center { align-items: center; }
  .entry-content .md\:items-start { align-items: flex-start; }
  .entry-content .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .entry-content .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .entry-content .md\:col-span-2 { grid-column: span 2 / span 2; }
  .entry-content .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .entry-content .md\:w-auto { width: auto; }
}

@media (min-width: 1024px) {
  .entry-content .lg\:rounded-3xl { border-radius: 1.5rem; }
  .entry-content .lg\:p-8 { padding: 2rem; }
  .entry-content .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .entry-content .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .entry-content .lg\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
  .entry-content .lg\:mb-6 { margin-bottom: 1.5rem; }
  .entry-content .lg\:p-4 { padding: 1rem; }
  .entry-content .lg\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .entry-content .lg\:leading-10 { line-height: 2.5rem; }
  .entry-content .lg\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .entry-content .lg\:hidden { display: none; }
  .entry-content .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .entry-content .lg\:sticky { position: sticky; }
  .entry-content .lg\:p-6 { padding: 1.5rem; }
  .entry-content .lg\:mb-8 { margin-bottom: 2rem; }
  .entry-content .lg\:top-6 { top: 1.5rem; }
  .entry-content .lg\:block { display: block; }
  .entry-content .lg\:py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .entry-content .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .entry-content .lg\:mt-6 { margin-top: 1.5rem; }
  .entry-content .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
  .entry-content .lg\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .entry-content .lg\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
  .entry-content .lg\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .entry-content .lg\:grid-cols-\[290px_minmax\(0\,1fr\)\] { grid-template-columns: 290px minmax(0,1fr); }
  .entry-content .lg\:flex { display: flex; }
  .entry-content .lg\:leading-9 { line-height: 2.25rem; }
  .entry-content .lg\:translate-x-0 { transform: translateX(0); }
  .entry-content .lg\:grid-cols-\[280px_minmax\(0\,1fr\)\] { grid-template-columns: 280px minmax(0,1fr); }
  .entry-content .lg\:h-screen { height: 100vh; }
  .entry-content .lg\:pr-4 { padding-right: 1rem; }
  .entry-content .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .entry-content .lg\:top-0 { top: 0; }
  .entry-content .lg\:mx-0 { margin-left: 0; margin-right: 0; }
  .entry-content .lg\:px-0 { padding-left: 0; padding-right: 0; }
  .entry-content .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
  .entry-content .lg\:mb-12 { margin-bottom: 3rem; }
  .entry-content .lg\:gap-6 { gap: 1.5rem; }
  .entry-content .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .entry-content .lg\:gap-5 { gap: 1.25rem; }
  .entry-content .lg\:leading-8 { line-height: 2rem; }
  .entry-content .lg\:mb-10 { margin-bottom: 2.5rem; }
  .entry-content .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
  .entry-content .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
  .entry-content .lg\:gap-4 { gap: 1rem; }
  .entry-content .lg\:mb-3 { margin-bottom: 0.75rem; }
  .entry-content .lg\:z-30 { z-index: 30; }
  .entry-content .lg\:shadow-none { box-shadow: none; }
  .entry-content .lg\:pr-6 { padding-right: 1.5rem; }
}