:root {
  color-scheme: dark;
  font-family: "Barlow", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #071014;
  color: #eef7f5;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(100, 213, 197, 0.12), transparent 34rem),
    linear-gradient(180deg, #081318 0%, #05090c 100%);
}

main {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #e2b85f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1, h2 { font-family: "Chakra Petch", ui-sans-serif, system-ui, sans-serif; }
h1 { margin: 0; font-size: clamp(2rem, 7vw, 3.4rem); line-height: 1; }
h2 { margin-top: 36px; color: #8de3d6; font-size: 1.15rem; }
p, li { color: #bdccce; line-height: 1.65; }
strong { color: #f4f8f7; }
a { color: #8de3d6; text-underline-offset: 3px; }

.lede {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid rgba(100, 213, 197, 0.25);
  border-radius: 14px;
  background: rgba(12, 26, 31, 0.76);
  color: #d9e7e5;
}

.meta {
  margin-top: 14px;
  color: #829397;
  font-size: 0.85rem;
}

nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

code {
  color: #f0d599;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
