/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Instrument Sans", sans-serif;
    --font-serif: "Newsreader", serif;
    --font-mono: "JetBrains Mono", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #123f3a;
    --color-primary-500: #17655d;
    --color-primary-700: #123f3a;
    --color-primary-900: #0b2623;
    --color-secondary-100: #f0eee7;
    --color-secondary-500: #727b77;
    --color-secondary-600: #5d6965;
    --color-secondary-700: #424d49;
    --color-accent: #cdea63;
    --color-accent-soft: #eaf6b5;
    --color-neutral: #14201d;
    --color-background: #f4f5f0;
    --color-surface: #fcfcf8;
    --color-code: #0d1715;
    --color-code-muted: #8fa19b;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
  }
  body {
    margin: 0;
    background: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(21, 29, 27, .035) calc(100% - 1px)) 0 0 / min(8vw, 7rem) 100%,	var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .2em;
  }
  button,	input,	textarea,	select {
    font: inherit;
  }
  ::selection {
    background: var(--color-accent);
    color: var(--color-primary-900);
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .ne-container {
    width: min(100% - 2rem, 1180px);
    margin-inline: auto;
  }
  .ne-container--reading {
    width: min(100% - 2rem, 760px);
    margin-inline: auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(21, 29, 27, .12);
    background: rgba(247, 244, 236, .9);
    backdrop-filter: blur(18px);
  }
  .site-header__inner {
    min-height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .site-brand {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    text-decoration: none;
  }
  .site-brand__mark {
    width: 2.45rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-accent);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: -.03em;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  }
  .site-brand__text {
    display: grid;
    line-height: 1.12;
  }
  .site-brand__name {
    font-weight: 700;
    letter-spacing: -.03em;
  }
  .site-brand__descriptor {
    color: var(--color-secondary-600);
    font-size: .72rem;
    letter-spacing: .02em;
  }
  .site-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .site-nav--mobile {
    display: none;
  }
  .site-nav__list {
    display: flex;
    align-items: center;
    gap: 1.55rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-nav a {
    position: relative;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
  }
  .site-nav__list a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -.35rem;
    height: 1px;
    background: var(--color-primary);
    transition: right .25s ease;
  }
  .site-nav__list a:hover::after,	.site-nav__list .current-menu-item a::after {
    right: 0;
  }
  .ne-button,	.site-nav__subscribe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 2.8rem;
    padding: .72rem 1.1rem;
    border: 1px solid var(--color-primary);
    border-radius: 999px;
    background: var(--color-primary);
    color: var(--color-surface);
    font-size: .9rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
  }
  .ne-button:hover,	.site-nav__subscribe:hover {
    transform: translateY(-2px);
    background: var(--color-accent);
    color: var(--color-primary-900);
  }
  .ne-button--ghost {
    background: transparent;
    color: var(--color-primary);
  }
  .ne-button--ghost:hover {
    background: var(--color-primary);
    color: var(--color-surface);
  }
  .site-nav__toggle {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(21, 29, 27, .18);
    border-radius: 50%;
    background: transparent;
    color: var(--color-neutral);
  }
  .site-nav__toggle svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .ne-eyebrow {
    margin: 0;
    color: var(--color-primary-500);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .ne-hero {
    padding: clamp(4rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
    border-bottom: 1px solid rgba(21, 29, 27, .13);
  }
  .ne-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(270px, .72fr);
    gap: clamp(2.5rem, 8vw, 8rem);
    align-items: end;
  }
  .ne-hero h1 {
    max-width: 11.5ch;
    margin: 1.1rem 0 1.4rem;
    font-size: clamp(3.25rem, 7.6vw, 7.2rem);
    line-height: .92;
    letter-spacing: -.072em;
    font-weight: 700;
    text-wrap: balance;
  }
  .ne-hero__intro {
    max-width: 48rem;
    margin: 0;
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    line-height: 1.42;
  }
  .ne-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
  }
  .ne-research-console {
    position: relative;
    overflow: hidden;
    padding: 1.1rem;
    border: 1px solid rgba(20,32,29,.1);
    border-radius: 1rem;
    background: rgba(252,252,248,.94);
    box-shadow: 0 1.6rem 4rem rgba(18,63,58,.12);
  }
  .ne-research-console::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 8%, rgba(205,234,99,.22), transparent 28%);
    pointer-events: none;
  }
  .ne-research-console__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .35rem .35rem 1rem;
    color: var(--color-secondary-600);
    font-family: var(--font-mono);
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .ne-live-status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--color-primary-500);
  }
  .ne-live-status span {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: var(--color-accent);
    box-shadow: 0 0 0 .25rem rgba(205,234,99,.18);
  }
  .ne-experiment-list {
    position: relative;
    display: grid;
    gap: .7rem;
  }
  .ne-experiment {
    display: grid;
    grid-template-columns: 6rem minmax(0,1fr) auto;
    gap: .8rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid rgba(20,32,29,.09);
    border-radius: .72rem;
    background: var(--color-surface);
    text-decoration: none;
    box-shadow: 0 .4rem 1.3rem rgba(18,63,58,.045);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .ne-experiment:hover {
    transform: translateY(-3px);
    border-color: rgba(18,63,58,.22);
    box-shadow: 0 .9rem 2rem rgba(18,63,58,.1);
  }
  .ne-experiment__stage {
    color: var(--color-primary-500);
    font-family: var(--font-mono);
    font-size: .65rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .ne-experiment strong {
    font-size: .88rem;
    line-height: 1.3;
  }
  .ne-experiment__arrow {
    color: var(--color-secondary-500);
    transition: transform .2s ease;
  }
  .ne-experiment:hover .ne-experiment__arrow {
    transform: translate(.12rem,-.12rem);
  }
  .ne-research-loop {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .35rem;
    margin-top: .9rem;
    padding: .75rem .35rem .15rem;
    color: var(--color-secondary-600);
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .ne-research-loop i {
    color: var(--color-primary-500);
    font-style: normal;
  }
  .ne-section {
    padding: clamp(4rem, 7vw, 7rem) 0;
    border-bottom: 1px solid rgba(21, 29, 27, .13);
  }
  .ne-section__heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .ne-section__heading h2 {
    max-width: 16ch;
    margin: .5rem 0 0;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.055em;
  }
  .ne-text-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
  }
  .ne-text-link span {
    transition: transform .2s ease;
  }
  .ne-text-link:hover span {
    transform: translateX(.25rem);
  }
  .ne-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
    background: var(--color-surface);
    border: 1px solid rgba(21,29,27,.12);
    box-shadow: 0 1.6rem 4rem rgba(18,63,58,.08);
  }
  .ne-feature__media {
    position: relative;
    min-height: 30rem;
    overflow: hidden;
    background: var(--color-primary);
  }
  .ne-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
  }
  .ne-feature:hover .ne-feature__media img {
    transform: scale(1.025);
  }
  .ne-feature__fallback {
    height: 100%;
    min-height: 30rem;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: radial-gradient(circle at 75% 25%, rgba(215,241,113,.2), transparent 28%),	linear-gradient(145deg, var(--color-primary-900), var(--color-primary));
    color: var(--color-accent);
    font-family: var(--font-mono);
    font-size: clamp(2rem, 6vw, 5rem);
    letter-spacing: -.08em;
  }
  .ne-feature__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.5rem);
  }
  .ne-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .9rem;
    align-items: center;
    margin: 0;
    color: var(--color-secondary-600);
    font-family: var(--font-mono);
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .ne-feature h3 {
    margin: 1rem 0 1.15rem;
    font-size: clamp(2rem, 3.5vw, 3.55rem);
    line-height: 1.03;
    letter-spacing: -.05em;
  }
  .ne-feature h3 a {
    text-decoration: none;
  }
  .ne-feature__excerpt {
    margin: 0 0 1.5rem;
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
    font-size: 1.18rem;
    line-height: 1.55;
  }
  .ne-topic-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(21,29,27,.15);
    border-left: 1px solid rgba(21,29,27,.15);
  }
  .ne-topic {
    min-height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    border-right: 1px solid rgba(21,29,27,.15);
    border-bottom: 1px solid rgba(21,29,27,.15);
    text-decoration: none;
    transition: background .25s ease, color .25s ease;
  }
  .ne-topic:hover {
    background: var(--color-primary);
    color: var(--color-surface);
  }
  .ne-topic__number {
    color: var(--color-primary-500);
    font-family: var(--font-mono);
    font-size: .72rem;
  }
  .ne-topic:hover .ne-topic__number {
    color: var(--color-accent);
  }
  .ne-topic h3 {
    margin: 2rem 0 .5rem;
    font-size: 1.35rem;
    line-height: 1.15;
    letter-spacing: -.035em;
  }
  .ne-topic p {
    margin: 0;
    color: var(--color-secondary-600);
    font-size: .9rem;
  }
  .ne-topic:hover p {
    color: rgba(255,255,255,.72);
  }
  .ne-post-list {
    border-top: 1px solid rgba(21,29,27,.16);
  }
  .ne-post-row {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(21,29,27,.16);
  }
  .ne-post-row__category {
    color: var(--color-primary-500);
    font-family: var(--font-mono);
    font-size: .72rem;
    text-transform: uppercase;
  }
  .ne-post-row h3 {
    margin: 0;
    font-size: clamp(1.15rem, 2.2vw, 1.65rem);
    line-height: 1.22;
    letter-spacing: -.03em;
  }
  .ne-post-row h3 a {
    text-decoration: none;
    background-image: linear-gradient(var(--color-primary), var(--color-primary));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .25s ease;
  }
  .ne-post-row:hover h3 a {
    background-size: 100% 1px;
  }
  .ne-post-row__time {
    color: var(--color-secondary-600);
    font-family: var(--font-mono);
    font-size: .72rem;
    white-space: nowrap;
  }
  .ne-about-strip {
    display: grid;
    grid-template-columns: 11rem minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: center;
  }
  .ne-about-strip__mark {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-accent);
    color: var(--color-primary-900);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.06em;
  }
  .ne-about-strip h2 {
    margin: 0 0 .65rem;
    font-size: clamp(2rem, 3vw, 3.25rem);
    letter-spacing: -.05em;
  }
  .ne-about-strip p {
    max-width: 50rem;
    margin: 0;
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
    font-size: 1.18rem;
  }
  .ne-newsletter {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: var(--color-primary-900);
    color: var(--color-surface);
  }
  .ne-newsletter__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
    align-items: center;
  }
  .ne-newsletter h2 {
    max-width: 16ch;
    margin: 0 0 .6rem;
    font-size: clamp(2.25rem, 4vw, 4.2rem);
    line-height: 1;
    letter-spacing: -.055em;
  }
  .ne-newsletter p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-family: var(--font-serif);
    font-size: 1.15rem;
  }
  .ne-newsletter .ne-button {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-primary-900);
  }
  .ne-newsletter .ne-button:hover {
    background: var(--color-surface);
    border-color: var(--color-surface);
  }
  .site-footer {
    padding: 3rem 0;
    background: var(--color-primary-900);
    color: rgba(255,255,255,.68);
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: end;
  }
  .site-footer__brand {
    color: var(--color-surface);
    font-weight: 700;
  }
  .site-footer p {
    margin: .35rem 0 0;
    font-size: .86rem;
  }
  .site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: .86rem;
  }
  .site-footer__links a {
    text-decoration: none;
  }
  .site-footer__links a:hover {
    color: var(--color-accent);
  }
  .reading-progress {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    pointer-events: none;
  }
  .admin-bar .reading-progress {
    top: 32px;
  }
  .reading-progress__bar {
    width: 100%;
    height: 100%;
    background: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
  }
  .article-header {
    padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
    border-bottom: 1px solid rgba(21,29,27,.15);
  }
  .article-header__grid {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
  }
  .article-header__rail {
    padding-top: .7rem;
  }
  .article-header__rail p {
    margin: .5rem 0 0;
    color: var(--color-secondary-600);
    font-family: var(--font-mono);
    font-size: .72rem;
    text-transform: uppercase;
  }
  .article-header h1 {
    max-width: 16ch;
    margin: 0;
    font-size: clamp(3rem, 6.8vw, 6.8rem);
    line-height: .98;
    letter-spacing: -.068em;
    text-wrap: balance;
  }
  .article-header__deck {
    max-width: 45rem;
    margin: 1.5rem 0 0;
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.48;
  }
  .article-hero {
    width: min(100% - 2rem, 1180px);
    margin: clamp(2rem, 5vw, 4rem) auto 0;
  }
  .article-hero img {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: cover;
    background: var(--color-primary);
  }
  .article-layout {
    width: min(100% - 2rem, 1050px);
    display: grid;
    grid-template-columns: minmax(0, 760px) 220px;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
    margin: clamp(3rem, 7vw, 6rem) auto;
  }
  .entry-content {
    min-width: 0;
    color: #26302d;
    font-family: var(--font-serif);
    font-size: clamp(1.12rem, 1.5vw, 1.25rem);
    line-height: 1.78;
  }
  .entry-content > *:first-child {
    margin-top: 0;
  }
  .entry-content p {
    margin: 0 0 1.5em;
  }
  .entry-content h2,	.entry-content h3,	.entry-content h4 {
    font-family: var(--font-sans);
    color: var(--color-neutral);
    letter-spacing: -.04em;
    scroll-margin-top: 7rem;
  }
  .entry-content h2 {
    margin: 2.2em 0 .72em;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.08;
  }
  .entry-content h3 {
    margin: 2em 0 .65em;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.15;
  }
  .entry-content a {
    color: var(--color-primary-500);
    text-decoration-color: rgba(23,101,93,.35);
  }
  .entry-content a:hover {
    text-decoration-color: currentColor;
  }
  .entry-content blockquote {
    margin: 2.25rem 0;
    padding: .4rem 0 .4rem 1.6rem;
    border-left: 4px solid var(--color-accent);
    color: var(--color-primary);
    font-size: 1.18em;
    font-style: normal;
  }
  .entry-content blockquote p:last-child {
    margin-bottom: 0;
  }
  .entry-content figure {
    margin-block: 2.5rem;
  }
  .entry-content figcaption {
    margin-top: .7rem;
    color: var(--color-secondary-600);
    font-family: var(--font-sans);
    font-size: .78rem;
    text-align: center;
  }
  .entry-content img {
    border-radius: .25rem;
  }
  .entry-content ul,	.entry-content ol {
    padding-left: 1.35em;
    margin-bottom: 1.5em;
  }
  .entry-content li {
    margin-bottom: .45em;
  }
  .entry-content code:not(pre code) {
    padding: .14em .34em;
    border: 1px solid rgba(21,29,27,.12);
    border-radius: .25rem;
    background: var(--color-secondary-100);
    color: var(--color-primary-700);
    font-family: var(--font-mono);
    font-size: .82em;
  }
  .article-toc {
    position: sticky;
    top: 7rem;
    padding-top: 1rem;
    border-top: 2px solid var(--color-neutral);
    font-family: var(--font-sans);
  }
  .article-toc__title {
    display: block;
    margin-bottom: .9rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .article-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .article-toc__list li {
    margin: 0 0 .65rem;
  }
  .article-toc__list li.is-subsection {
    padding-left: .8rem;
  }
  .article-toc__list a {
    color: var(--color-secondary-600);
    font-size: .82rem;
    line-height: 1.35;
    text-decoration: none;
  }
  .article-toc__list a:hover {
    color: var(--color-primary);
  }
  .article-footer {
    width: min(100% - 2rem, 760px);
    margin: 0 auto clamp(4rem, 8vw, 7rem);
    padding-top: 2rem;
    border-top: 1px solid rgba(21,29,27,.15);
  }
  .article-taxonomy {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
  }
  .article-taxonomy a {
    padding: .42rem .7rem;
    border: 1px solid rgba(21,29,27,.18);
    border-radius: 999px;
    font-size: .78rem;
    text-decoration: none;
  }
  .article-taxonomy a:hover {
    background: var(--color-accent-soft);
  }
  .post-navigation {
    width: min(100% - 2rem, 1050px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1px;
    margin: 0 auto clamp(4rem, 8vw, 7rem);
    background: rgba(21,29,27,.15);
    border: 1px solid rgba(21,29,27,.15);
  }
  .post-navigation a {
    min-height: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--color-surface);
    text-decoration: none;
  }
  .post-navigation a:hover {
    background: var(--color-accent-soft);
  }
  .post-navigation__label {
    color: var(--color-secondary-600);
    font-family: var(--font-mono);
    font-size: .7rem;
    text-transform: uppercase;
  }
  .post-navigation__title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.25;
  }
  .entry-content .intro-text,	.entry-content > p:first-child {
    color: var(--color-primary);
    font-size: 1.15em;
    line-height: 1.6;
  }
  .entry-content hr {
    width: 4rem;
    margin: 3.5rem 0;
    border: 0;
    border-top: 2px solid var(--color-accent);
  }
  .entry-content table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-sans);
    font-size: .9rem;
    line-height: 1.5;
  }
  .entry-content th,	.entry-content td {
    padding: .85rem .9rem;
    border-bottom: 1px solid rgba(21,29,27,.15);
    text-align: left;
    vertical-align: top;
  }
  .entry-content th {
    background: var(--color-primary);
    color: var(--color-surface);
    font-size: .75rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .entry-content tbody tr:nth-child(even) {
    background: rgba(255,254,249,.7);
  }
  .entry-content .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-content {
    padding-top: clamp(3rem, 7vw, 6rem);
    padding-bottom: clamp(4rem, 9vw, 8rem);
  }
  .page-content__image {
    margin: 0 0 3rem;
  }
  .ne-code-shell,	.entry-content .wp-block-code,	.entry-content [class*="code-block-pro"] {
    margin: 2.5rem 0;
    border: 1px solid rgba(215,241,113,.18);
    border-radius: .55rem;
    background: var(--color-code);
    box-shadow: 0 1.3rem 3.5rem rgba(11,38,35,.16);
    overflow: hidden;
  }
  .ne-code-shell .wp-block-code {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .ne-code-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3rem;
    padding: .65rem .9rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: #14201e;
    color: var(--color-code-muted);
    font-family: var(--font-mono);
    font-size: .72rem;
  }
  .ne-code-language {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ne-code-copy {
    flex: 0 0 auto;
    padding: .35rem .62rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: .3rem;
    background: transparent;
    color: #dce7e2;
    font-family: var(--font-mono);
    font-size: .68rem;
    cursor: pointer;
  }
  .ne-code-copy:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
  }
  .entry-content pre {
    margin: 2.5rem 0;
    padding: 1.3rem 1.4rem 1.5rem;
    overflow-x: auto;
    background: var(--color-code);
    color: #e6eee9;
    font-family: var(--font-mono);
    font-size: .86rem;
    line-height: 1.75;
    tab-size: 2;
    -webkit-overflow-scrolling: touch;
  }
  .ne-code-shell pre,	.entry-content .wp-block-code pre,	.entry-content [class*="code-block-pro"] pre {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .entry-content pre code {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
  .entry-content [class*="code-block-pro"] button {
    font-family: var(--font-mono);
  }
  .entry-content .hljs-keyword,	.entry-content .token.keyword,	.entry-content .token.operator {
    color: #d7f171;
  }
  .entry-content .hljs-string,	.entry-content .token.string {
    color: #9fd7c3;
  }
  .entry-content .hljs-comment,	.entry-content .token.comment {
    color: #7e918a;
    font-style: italic;
  }
  .entry-content .hljs-number,	.entry-content .token.number,	.entry-content .token.boolean {
    color: #f5b97b;
  }
  .archive-header,	.page-header {
    padding: clamp(4rem, 8vw, 7rem) 0 3rem;
    border-bottom: 1px solid rgba(21,29,27,.15);
  }
  .archive-header h1,	.page-header h1 {
    max-width: 15ch;
    margin: .6rem 0 0;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .98;
    letter-spacing: -.065em;
  }
  .archive-header__description {
    max-width: 44rem;
    margin-top: 1rem;
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
    font-size: 1.2rem;
  }
  .archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1px;
    margin: clamp(3rem, 6vw, 5rem) 0;
    background: rgba(21,29,27,.15);
    border: 1px solid rgba(21,29,27,.15);
  }
  .archive-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: var(--color-surface);
  }
  .archive-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--color-primary);
  }
  .archive-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }
  .archive-card:hover .archive-card__image img {
    transform: scale(1.025);
  }
  .archive-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
  }
  .archive-card h2 {
    margin: .8rem 0 .7rem;
    font-size: clamp(1.45rem, 2.5vw, 2.15rem);
    line-height: 1.12;
    letter-spacing: -.045em;
  }
  .archive-card h2 a {
    text-decoration: none;
  }
  .archive-card__excerpt {
    color: var(--color-secondary-700);
    font-family: var(--font-serif);
  }
  .pagination {
    margin-bottom: clamp(4rem, 8vw, 7rem);
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
  }
  .page-numbers {
    min-width: 2.6rem;
    min-height: 2.6rem;
    display: inline-grid;
    place-items: center;
    padding: .4rem .7rem;
    border: 1px solid rgba(21,29,27,.18);
    text-decoration: none;
  }
  .page-numbers.current,	.page-numbers:hover {
    background: var(--color-primary);
    color: var(--color-surface);
  }
  .search-form {
    display: flex;
    gap: .5rem;
  }
  .search-field {
    width: 100%;
    min-height: 3rem;
    padding: .65rem .85rem;
    border: 1px solid rgba(21,29,27,.22);
    background: var(--color-surface);
    color: var(--color-neutral);
  }
  .search-submit {
    padding: .65rem 1rem;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-surface);
    font-weight: 600;
    cursor: pointer;
  }
  .comments-area {
    width: min(100% - 2rem, 760px);
    margin: 0 auto clamp(4rem, 8vw, 7rem);
  }
  .comments-title {
    font-size: 1.8rem;
    letter-spacing: -.04em;
  }
  .comment-list {
    list-style: none;
    padding: 0;
  }
  .comment-body {
    padding: 1.4rem 0;
    border-top: 1px solid rgba(21,29,27,.15);
  }
  .comment-meta {
    font-size: .82rem;
  }
  .site-header {
    background: rgba(244,245,240,.9);
  }
  .ne-feature {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 1.7rem 4.5rem rgba(18,63,58,.1);
  }
  .ne-topic-grid {
    gap: 1rem;
    border: 0;
    background: transparent;
  }
  .ne-topic {
    border: 1px solid rgba(20,32,29,.09);
    border-radius: .85rem;
    background: var(--color-surface);
    box-shadow: 0 .8rem 2.2rem rgba(18,63,58,.055);
    transition: transform .22s ease, box-shadow .22s ease, background .25s ease, color .25s ease;
  }
  .ne-topic:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.25rem 3rem rgba(18,63,58,.12);
  }
  .archive-grid {
    gap: 1.15rem;
    border: 0;
    background: transparent;
  }
  .archive-card {
    overflow: hidden;
    border: 1px solid rgba(20,32,29,.09);
    border-radius: .9rem;
    box-shadow: 0 1rem 2.8rem rgba(18,63,58,.07);
    transition: transform .22s ease, box-shadow .22s ease;
  }
  .archive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.4rem 3.4rem rgba(18,63,58,.12);
  }
  .ne-code-shell,	.entry-content .wp-block-code,	.entry-content [class*="code-block-pro"] {
    border-radius: .8rem;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
  }
  @media (max-width: 900px) {
    .ne-hero__grid,	.ne-feature,	.article-header__grid,	.article-layout {
      grid-template-columns: 1fr;
    }
    .ne-research-console {
      max-width: 38rem;
    }
    .ne-feature__media,	.ne-feature__fallback {
      min-height: 22rem;
    }
    .ne-topic-grid {
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .article-header__rail {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem 1rem;
    }
    .article-toc {
      display: none;
    }
    .ne-about-strip {
      grid-template-columns: 8rem minmax(0,1fr);
    }
    .ne-about-strip .ne-button {
      grid-column: 2;
      justify-self: start;
    }
  }
  @media (max-width: 720px) {
    body.admin-bar .site-header {
      top: 46px;
    }
    .site-header__inner {
      min-height: 4.6rem;
      flex-wrap: wrap;
      padding-block: .75rem;
    }
    .site-brand__descriptor {
      display: none;
    }
    .site-nav__toggle {
      display: grid;
      place-items: center;
    }
    .site-nav--desktop {
      display: none;
    }
    .site-nav--mobile {
      display: block;
    }
    .site-nav {
      width: 100%;
      display: block;
      padding: .75rem 0 .4rem;
      border-top: 1px solid rgba(21,29,27,.12);
    }
    .site-nav__list {
      display: grid;
      gap: 0;
    }
    .site-nav__list a {
      display: block;
      padding: .7rem 0;
    }
    .site-nav__list a::after {
      display: none;
    }
    .site-nav__subscribe {
      width: 100%;
      margin-top: .6rem;
    }
    .ne-hero h1 {
      font-size: clamp(3.1rem, 16vw, 5.1rem);
    }
    .ne-section__heading,	.ne-newsletter__inner,	.site-footer__inner {
      grid-template-columns: 1fr;
      align-items: start;
    }
    .ne-section__heading {
      display: grid;
    }
    .ne-topic-grid,	.archive-grid {
      grid-template-columns: 1fr;
    }
    .ne-topic {
      min-height: 11rem;
    }
    .ne-post-row {
      grid-template-columns: 1fr auto;
      gap: .45rem 1rem;
    }
    .ne-post-row__category {
      grid-column: 1 / -1;
    }
    .ne-about-strip {
      grid-template-columns: 5.5rem 1fr;
    }
    .ne-about-strip .ne-button {
      grid-column: 1 / -1;
    }
    .article-header h1 {
      font-size: clamp(2.8rem, 14vw, 5rem);
    }
    .post-navigation {
      grid-template-columns: 1fr;
    }
    .site-footer__links {
      justify-content: flex-start;
    }
  }
  @media (max-width: 420px) {
    .ne-container,	.ne-container--reading,	.article-hero,	.article-layout,	.article-footer,	.post-navigation,	.comments-area {
      width: min(100% - 1.25rem, 1180px);
    }
    .ne-hero {
      padding-top: 3rem;
    }
    .ne-feature__copy {
      padding: 1.5rem;
    }
    .ne-feature__media,	.ne-feature__fallback {
      min-height: 16rem;
    }
    .entry-content pre {
      font-size: .78rem;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
