/*
 * discover-tw.css — static Tailwind utility replacement for discover route pages
 *
 * Generated by hand (tailwindcss CLI unavailable in build environment) from
 * source-confirmed class inventory across all 9 routes + hub (10 files).
 * Replaces the cdn.tailwindcss.com runtime script + inline tailwind.config block.
 * Custom colors sourced verbatim from the inline tailwind.config present in every
 * file before this fix (paper/ink/rule palette + variants).
 *
 * All classes used are nav/body-wrapper utilities (all 10 files) and two
 * paragraph-spacing utilities on the two 12-row routes (im-too-reactive,
 * how-to-control-emotions). No other Tailwind utilities appear in the discover
 * surface — confirmed by full class extraction 2026-05-26.
 *
 * @see docs/inc/INC-20260526-tailwind-cdn-csp.md
 */

/* ── Body / page wrapper ─────────────────────────────────────────────────── */

.bg-paper {
  background-color: rgb(249, 247, 242);
}

.text-ink {
  color: rgb(12, 13, 10);
}

/* ── Sticky nav header ───────────────────────────────────────────────────── */

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

.z-40 {
  z-index: 40;
}

/* bg-paper/95 — paper color at 95% opacity (Tailwind v3 opacity modifier) */
.bg-paper\/95 {
  background-color: rgba(249, 247, 242, 0.95);
}

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

.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-rule {
  border-color: rgb(28, 28, 24);
}

/* ── Nav inner layout ────────────────────────────────────────────────────── */

.h-16 {
  height: 4rem;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 2rem;
}

/* ── Paragraph spacing (12-row routes: im-too-reactive, how-to-control-emotions) */

.mt-5 {
  margin-top: 1.25rem;
}
