@font-face { font-family: "Onest"; font-weight: 400; src: url("/assets/fonts/Onest-Regular.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Onest"; font-weight: 500; src: url("/assets/fonts/Onest-Medium.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Onest"; font-weight: 600; src: url("/assets/fonts/Onest-SemiBold.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Onest"; font-weight: 700; src: url("/assets/fonts/Onest-Bold.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Manrope"; font-weight: 800; src: url("/assets/fonts/Manrope-ExtraBold.woff2") format("woff2"); font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: #F4F4F6;
  color: #121C2D;
  font-family: "Onest", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
}
a { color: inherit; text-decoration: none; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
  background: #EDEEF2;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
body { position: relative; overflow-x: hidden; min-height: 100vh; }
.glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(720px 560px at 90% 8%, rgba(0,109,250,0.26), transparent 60%),
    radial-gradient(560px 480px at 8% 36%, rgba(46,155,255,0.18), transparent 62%),
    radial-gradient(640px 520px at 94% 78%, rgba(0,109,250,0.14), transparent 60%);
}
.shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.page__main { flex: 1 0 auto; padding-bottom: 48px; }
.nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 22px;
  border-bottom: 1px solid #E1E3EA;
}
.nav__mark { display: block; height: 22px; width: auto; }
.nav__meta {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #006DFA;
}
.nav__back {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #006DFA;
}
.nav__back:hover { color: #0050C8; }
.hero { padding: 48px 0 28px; }
.hero__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #006DFA;
}
.hero__title {
  margin: 0;
  font-family: "Manrope", "Onest", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.hero__lead {
  margin: 16px 0 0;
  max-width: 36em;
  font-size: 1.125rem;
  line-height: 1.55;
  color: #3A4558;
}
.feed { display: flex; flex-direction: column; gap: 0; }
.entry {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid rgba(18, 28, 45, 0.1);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.entry:hover .headline {
  color: #006DFA;
  background-size: 100% 2px;
}
.meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #5B667A;
}
.meta time { font-weight: 500; }
.kind {
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #006DFA;
  line-height: 1;
}
/* feed list: kind under title */
.entry .kind { margin-top: 8px; }
.headline {
  display: inline;
  margin: 0;
  font-family: "Manrope", "Onest", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #121C2D;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size .25s ease, color .18s ease;
}
.summary {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #3A4558;
}
.detail-hero {
  padding: 40px 0 8px;
  text-align: center;
}
.detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 10px 14px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #5B667A;
}
.detail-hero__meta time {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #8B93AA;
}
.detail-hero__meta .kind {
  margin-top: 0;
}
.detail-hero h1 {
  margin: 0 auto;
  max-width: 18em;
  font-family: "Manrope", "Onest", sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.prose {
  margin-top: 28px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1C2638;
}
.prose > :first-child { margin-top: 0; }
.prose h2 {
  margin: 2em 0 0.6em;
  font-family: "Manrope", "Onest", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.prose p, .prose ul { margin: 0 0 1.1em; }
.prose a { color: #006DFA; text-decoration: underline; text-underline-offset: 2px; }
.prose ul { padding-left: 1.2em; }
.prose li { margin: 0.35em 0; }
.prose .embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.5em 0;
  border-radius: 8px;
  overflow: hidden;
  background: #EDEEF2;
}
.prose .embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.site-footer {
  margin-top: auto;
  width: 100%;
  border-top: 1px solid #E1E3EA;
  background: rgba(244, 244, 246, 0.92);
}
.site-footer__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 32px 28px;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.site-footer__col a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #121C2D;
}
.site-footer__col a:hover { color: #006DFA; }
.site-footer__raise {
  margin: 0;
  padding: 18px 32px;
  border-top: 1px solid #E1E3EA;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #5B667A;
}
.site-footer__raise a {
  color: #006DFA;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.site-footer__raise a:hover { color: #0050C8; }
@media (max-width: 640px) {
  .page { padding: 0 20px; }
  .entry { grid-template-columns: 1fr; gap: 8px; }
  .site-footer__inner { padding: 28px 20px 22px; }
  .site-footer__raise { padding: 16px 20px; text-align: left; }
}

/* notify */
/* coalesce status fix */

