/* Generated by scripts/build-blog.mjs — do not edit by hand. */
.bl-page {
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0f1720;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.bl-page *, .bl-page *::before, .bl-page *::after { box-sizing: border-box; }
.bl-page img { max-width: 100%; }

/* nav */
.bl-nav {
  display: flex; align-items: center; gap: 30px;
  padding: 16px clamp(20px, 5vw, 56px);
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,17,25,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.bl-brand { display: flex; align-items: center; }
.bl-brand img { height: 56px; width: auto; display: block; object-fit: contain; }
.bl-nav-links { display: flex; gap: 30px; margin-left: 18px; }
.bl-nav-links a {
  font-size: 14.5px; font-weight: 500; text-decoration: none;
  color: rgba(255,255,255,.72);
}
.bl-nav-links a:hover { color: #fff; }
.bl-nav-links a[aria-current="page"] { color: #fff; font-weight: 600; }
.bl-nav-cta { margin-left: auto; display: flex; gap: 12px; align-items: center; }
.bl-signin { font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,.82); text-decoration: none; }
.bl-start {
  background: #e8a33d; color: #1a1206; text-decoration: none;
  padding: 11px 20px; border-radius: 9999px; font-weight: 700; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  box-shadow: 0 8px 22px -10px rgba(232,163,61,.6);
  transition: transform 160ms, filter 160ms;
}
.bl-start:hover { transform: translateY(-2px); filter: brightness(1.04); }
.bl-start-lg { padding: 15px 26px; font-size: 15.5px; font-weight: 800; }

/* layout */
.bl-main { max-width: 1240px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

/* index */
.bl-index-head { padding: 64px 0 40px; max-width: 760px; }
.bl-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 6px 14px; border-radius: 9999px; background: #fff;
  border: 1px solid hsl(222 16% 91%); font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: #0f1720;
  box-shadow: 0 2px 10px -6px rgba(15,23,32,.2);
}
.bl-eyebrow i { width: 7px; height: 7px; border-radius: 9999px; background: linear-gradient(135deg,#ff8a3d 0%,#c64fcb 50%,#4f6cff 100%); }
.bl-index-head h1 {
  margin: 18px 0 14px; font-size: clamp(34px, 5vw, 54px); line-height: 1.06;
  letter-spacing: -.035em; font-weight: 800;
}
.bl-index-head h1 em {
  font-style: normal; background: linear-gradient(135deg,#ff8a3d 0%,#c64fcb 50%,#4f6cff 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bl-standfirst { margin: 0; font-size: 18px; line-height: 1.6; color: #3d4654; }

.bl-grid {
  list-style: none; margin: 0 0 64px; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.bl-card {
  border: 1px solid hsl(222 16% 91%); border-radius: 16px; overflow: hidden; background: #fff;
  box-shadow: 0 16px 36px -24px rgba(15,23,32,.34);
  transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms;
}
.bl-card:hover { transform: translateY(-6px); box-shadow: 0 26px 46px -24px rgba(15,23,32,.4); }
.bl-card-link { text-decoration: none; color: inherit; display: block; height: 100%; }
.bl-card-img { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; display: block; }
.bl-card-img-fallback { background: linear-gradient(135deg,#ff8a3d 0%,#c64fcb 50%,#4f6cff 100%); opacity: .9; }
.bl-card-body { padding: 20px 20px 22px; }

/* Newest post reads as the lead story — keeps the page composed whether
   there is 1 article or 20. Collapses back to a plain card on narrow screens. */
.bl-grid > .bl-card:first-child { grid-column: 1 / -1; }
.bl-grid > .bl-card:first-child .bl-card-link {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch;
}
.bl-grid > .bl-card:first-child .bl-card-img { height: 100%; aspect-ratio: auto; min-height: 260px; }
.bl-grid > .bl-card:first-child .bl-card-body { padding: 34px; align-self: center; }
.bl-grid > .bl-card:first-child .bl-card-body h2 { font-size: 30px; margin: 12px 0 10px; }
.bl-grid > .bl-card:first-child .bl-card-desc { font-size: 16px; }
.bl-card-body h2 { margin: 10px 0 8px; font-size: 20px; line-height: 1.28; letter-spacing: -.02em; font-weight: 800; }
.bl-card-desc { margin: 0 0 14px; font-size: 14.5px; line-height: 1.55; color: #3d4654; }
.bl-empty { grid-column: 1 / -1; color: #6b7480; font-size: 16px; }
.bl-empty a { color: #f7931e; }

.bl-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; }
.bl-tags li {
  font-family: var(--mono); font-size: 10.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: #f7931e;
  background: rgba(247,147,30,.1); border-radius: 9999px; padding: 4px 9px;
}
.bl-meta {
  margin: 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  font-family: var(--mono); font-size: 12px; color: #6b7480;
}

/* article */
.bl-article { max-width: 760px; margin: 0 auto; padding: 40px 0 0; }
.bl-crumbs { font-size: 13px; color: #6b7480; margin-bottom: 24px; }
.bl-crumbs a { color: #6b7480; text-decoration: none; }
.bl-crumbs a:hover { color: #f7931e; }
.bl-art-head h1 {
  margin: 16px 0 16px; font-size: clamp(32px, 4.6vw, 46px); line-height: 1.1;
  letter-spacing: -.035em; font-weight: 800;
}
.bl-art-head .bl-standfirst { margin-bottom: 18px; font-size: 19px; color: #3d4654; }
.bl-cover { width: 100%; height: auto; border-radius: 16px; margin: 32px 0 8px; border: 1px solid hsl(222 16% 91%); }

.bl-prose { font-size: 18px; line-height: 1.75; color: #3d4654; margin-top: 34px; }
/* Owl spacing: zero every block, then space only BETWEEN siblings. Element
   selectors below (h2/ul/blockquote) out-specify these and keep their own
   rhythm — so don't add a bare `.bl-prose p` margin rule here, it would
   out-specify `> * + *` and collapse the paragraph gaps entirely. */
.bl-prose > * { margin: 0; }
.bl-prose > * + * { margin-top: 1.25em; }
.bl-prose h2 {
  margin: 2em 0 .6em; font-size: 29px; line-height: 1.22; letter-spacing: -.025em;
  font-weight: 800; color: #0f1720; scroll-margin-top: 96px;
}
.bl-prose h3 {
  margin: 1.7em 0 .5em; font-size: 21px; line-height: 1.3; letter-spacing: -.015em;
  font-weight: 700; color: #0f1720; scroll-margin-top: 96px;
}
.bl-prose a { color: #f7931e; text-decoration: underline; text-underline-offset: 2px; }
.bl-prose a:hover { text-decoration-thickness: 2px; }
.bl-prose strong { color: #0f1720; font-weight: 700; }
.bl-prose ul, .bl-prose ol { margin: 1.1em 0; padding-left: 1.3em; }
.bl-prose li { margin: .45em 0; }
.bl-prose li::marker { color: #f7931e; }
.bl-prose blockquote {
  margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 3px solid transparent;
  border-image: linear-gradient(135deg,#ff8a3d 0%,#c64fcb 50%,#4f6cff 100%) 1; font-size: 19px; color: #0f1720;
}
.bl-prose blockquote p { margin: 0; }
.bl-prose code {
  font-family: var(--mono); font-size: .86em; background: #f7f6f3;
  border: 1px solid hsl(222 16% 91%); border-radius: 6px; padding: 2px 6px; color: #0f1720;
}
.bl-prose pre {
  background: #0b1119; color: #e8edf4; border-radius: 12px; padding: 18px 20px;
  overflow-x: auto; font-family: var(--mono); font-size: 13.5px; line-height: 1.6;
}
.bl-prose pre code { background: none; border: none; padding: 0; color: inherit; font-size: inherit; }
.bl-prose img { border-radius: 12px; border: 1px solid hsl(222 16% 91%); display: block; }
.bl-prose hr { border: none; border-top: 1px solid hsl(222 16% 91%); margin: 2.4em 0; }
.bl-prose table {
  width: 100%; border-collapse: collapse; font-size: 15px; display: block; overflow-x: auto;
}
.bl-prose th, .bl-prose td { border: 1px solid hsl(222 16% 91%); padding: 10px 12px; text-align: left; }
.bl-prose th { background: #f7f6f3; color: #0f1720; font-weight: 700; }

/* cta */
.bl-cta {
  max-width: 760px; margin: 64px auto; padding: 32px;
  border: 1px solid hsl(222 16% 91%); border-radius: 18px; background: #f7f6f3;
  display: flex; align-items: center; gap: 26px; justify-content: space-between;
}
.bl-cta-copy h2 { margin: 0 0 8px; font-size: 24px; line-height: 1.25; letter-spacing: -.02em; font-weight: 800; color: #0f1720; }
.bl-cta-copy p { margin: 0; font-size: 15px; line-height: 1.55; color: #3d4654; }
.bl-back { max-width: 760px; margin: 0 auto 64px; font-size: 15px; }
.bl-back a { color: #f7931e; text-decoration: none; font-weight: 600; }

/* footer */
.bl-footer {
  background: #0b1119; color: rgba(255,255,255,.55); padding: 30px clamp(20px, 5vw, 56px);
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  align-items: center; font-size: 13.5px; border-top: 1px solid rgba(255,255,255,.08);
}
.bl-foot-brand { display: flex; align-items: center; gap: 11px; }
.bl-foot-brand img { height: 40px; width: auto; display: block; object-fit: contain; }
.bl-foot-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.bl-foot-links a { color: rgba(255,255,255,.55); text-decoration: none; }
.bl-foot-links a:hover { color: rgba(255,255,255,.85); }

@media (max-width: 980px) { .bl-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .bl-nav-links { display: none; } }
@media (max-width: 860px) {
  .bl-grid { grid-template-columns: 1fr; }
  .bl-grid > .bl-card:first-child .bl-card-link { grid-template-columns: 1fr; }
  .bl-grid > .bl-card:first-child .bl-card-img { min-height: 0; aspect-ratio: 1200 / 630; }
  .bl-grid > .bl-card:first-child .bl-card-body { padding: 20px 20px 22px; }
  .bl-grid > .bl-card:first-child .bl-card-body h2 { font-size: 22px; }
  .bl-cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .bl-signin { display: none; }
  .bl-prose { font-size: 17px; }
}
