@charset "UTF-8";
/*
 * Mirror of public/css/tokens.css for the Jekyll blog surface.
 *
 * Spec: DESIGN.md
 */
/* Fonts ---------------------------------------------------------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/inter-latin.c9407645.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/inter-latin-ext.a28eb6d3.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-latin.01817351.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-latin-ext.cbca0011.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-italic-latin.a99fb127.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-italic-latin-ext.750e9629.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Metric-adjusted fallbacks (mirror of public/css/tokens.css). */
@font-face {
  font-family: "Inter Fallback";
  src: local("Helvetica Neue"), local("Arial");
  size-adjust: 107.4%;
  ascent-override: 90%;
  descent-override: 22.43%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Newsreader Fallback";
  src: local("Charter"), local("Iowan Old Style"), local("Georgia");
  size-adjust: 100%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
}
/* Tokens --------------------------------------------------------- */
:root {
  --font-serif: "Newsreader", "Newsreader Fallback", Charter, "Iowan Old Style", Georgia, serif;
  --font-sans: "Inter", "Inter Fallback", -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --paper: oklch(98.5% 0.006 85);
  --paper-deep: oklch(96% 0.008 85);
  --paper-sunk: oklch(93% 0.010 85);
  --rule: oklch(88% 0.012 85);
  --rule-strong: oklch(78% 0.014 85);
  --ink: oklch(22% 0.018 270);
  --ink-soft: oklch(38% 0.018 270);
  --ink-faint: oklch(58% 0.016 270);
  --accent: oklch(52% 0.13 220);
  --accent-deep: oklch(40% 0.12 220);
  --accent-wash: oklch(94% 0.022 220);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 36px;
  --space-7: 56px;
  --space-8: 88px;
  --space-9: 128px;
  --radius-1: 2px;
  --radius-2: 4px;
  --measure: 68ch;
}

::selection {
  background: var(--accent-wash);
  color: var(--ink);
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 19px/1.55 "Newsreader", Charter, "Iowan Old Style", Georgia, serif;
  color: #2a2a35;
  background-color: #fbf9f4;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 16px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 16.15px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 32px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #1a3556;
  text-decoration: none;
}
a:visited {
  color: #08111b;
}
a:hover {
  color: #2a2a35;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #6f6f7a;
  border-left: 4px solid #d7d4cc;
  padding-left: 16px;
  font-size: 21.375px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 17.8125px;
  border: 1px solid #d7d4cc;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(960px - (32px * 2));
  max-width: calc(960px - 32px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(960px - (32px));
    max-width: calc(960px - (32px));
    padding-right: 16px;
    padding-left: 16px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #6f6f7a;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 32px;
  width: 100%;
  text-align: left;
  color: #535368;
  border-collapse: collapse;
  border: 1px solid #d7d4cc;
}
table tr:nth-child(even) {
  background-color: #e4e2dd;
}
table th, table td {
  padding: 10.6666666656px 16px;
}
table th {
  background-color: #dedbd5;
  border: 1px solid #cecac1;
  border-bottom-color: #bcb7aa;
}
table td {
  border: 1px solid #d7d4cc;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #4a4a55;
  border-bottom: 1px solid #d7d4cc;
  min-height: 59.68px;
  position: relative;
}

.site-title {
  font-size: 30.875px;
  font-weight: 300;
  line-height: 66.2625px;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
}
.site-title, .site-title:visited {
  color: #4a4a55;
}

.site-nav {
  float: right;
  line-height: 66.2625px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #2a2a35;
  line-height: 1.55;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 16px;
    background-color: #fbf9f4;
    border: 1px solid #d7d4cc;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #4a4a55;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #d7d4cc;
  padding: 32px 0;
}

.footer-heading {
  font-size: 21.375px;
  margin-bottom: 16px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 17.8125px;
  color: #6f6f7a;
  margin-left: -16px;
}

.footer-col {
  float: left;
  margin-bottom: 16px;
  padding-left: 16px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (32px / 2));
  width: calc(35% - 32px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (32px / 2));
  width: calc(20% - 32px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (32px / 2));
  width: calc(45% - 32px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (32px / 2));
    width: calc(50% - 32px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (32px / 2));
    width: calc(100% - 32px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (32px / 2));
    width: calc(100% - 32px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 32px 0;
  flex: 1;
}

.page-heading {
  font-size: 38px;
}

.post-list-heading {
  font-size: 33.25px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 32px;
}

.post-meta {
  font-size: 16.15px;
  color: #6f6f7a;
}

.post-link {
  display: block;
  font-size: 28.5px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 32px;
}

.post-title {
  font-size: 49.875px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 42.75px;
  }
}

.post-content {
  margin-bottom: 32px;
}
.post-content h2 {
  font-size: 38px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 33.25px;
  }
}
.post-content h3 {
  font-size: 30.875px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 26.125px;
  }
}
.post-content h4 {
  font-size: 23.75px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 21.375px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/**
 * Language labels for code blocks
 */
div.highlighter-rouge {
  position: relative;
}
div.highlighter-rouge::before {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 1px 6px;
  font-size: 0.65rem;
  font-family: "Newsreader", Charter, "Iowan Old Style", Georgia, serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6f6f7a;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 3px 0 3px;
  border: 1px solid #d7d4cc;
  border-top: none;
  border-right: none;
  z-index: 1;
}
div.highlighter-rouge.language-text::before {
  content: "text";
}
div.highlighter-rouge.language-plaintext::before {
  content: "text";
}
div.highlighter-rouge.language-markdown::before {
  content: "markdown";
}
div.highlighter-rouge.language-bash::before {
  content: "bash";
}
div.highlighter-rouge.language-shell::before {
  content: "shell";
}
div.highlighter-rouge.language-typescript::before {
  content: "typescript";
}
div.highlighter-rouge.language-javascript::before {
  content: "javascript";
}
div.highlighter-rouge.language-json::before {
  content: "json";
}
div.highlighter-rouge.language-yaml::before {
  content: "yaml";
}
div.highlighter-rouge.language-html::before {
  content: "html";
}
div.highlighter-rouge.language-css::before {
  content: "css";
}
div.highlighter-rouge.language-scss::before {
  content: "scss";
}
div.highlighter-rouge.language-python::before {
  content: "python";
}
div.highlighter-rouge.language-ruby::before {
  content: "ruby";
}

/*
 * Blog landing — featured row + filter rail + recent tile list.
 *
 * Consumes the shared design tokens (--paper, --ink, --rule, --accent,
 * --font-serif, --font-sans, --space-*) from _tj-tokens.scss so the page
 * sits on the same dot-grid substrate as the home and resume surfaces.
 *
 * No card chrome, no box-shadows. Hairline dividers between entries; the
 * dot-grid shows through transparent surfaces.
 *
 * Reference: PRODUCT.md, DESIGN.md.
 */
.landing {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-6) 0 var(--space-8);
  color: var(--ink);
  font-family: var(--font-serif);
}
.landing a {
  color: inherit;
  text-decoration: none;
}

.landing-eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 0 0 var(--space-5);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--rule);
}

/* Featured row -------------------------------------------------------- */
.landing-featured {
  margin-bottom: var(--space-8);
}
.landing-featured .featured-entry {
  padding: var(--space-6) 0 var(--space-6);
  border-bottom: 1px solid var(--rule);
}
.landing-featured .featured-entry:last-child {
  border-bottom: none;
  padding-bottom: var(--space-3);
}
.landing-featured .featured-entry:first-of-type {
  padding-top: var(--space-3);
}
.landing-featured .featured-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 1.4rem + 1.6vw, 40px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.012em;
  margin: 0 0 var(--space-3);
  color: var(--ink);
}
.landing-featured .featured-title a {
  transition: color 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.landing-featured .featured-title a:hover, .landing-featured .featured-title a:focus-visible {
  color: var(--accent);
}
.landing-featured .featured-dek {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 0 var(--space-4);
  max-width: 60ch;
}
.landing-featured .featured-meta {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink-faint);
  margin: 0;
  letter-spacing: 0.01em;
}
.landing-featured .featured-meta time {
  font-variant-numeric: tabular-nums;
}
.landing-featured .featured-meta .cat {
  font-weight: 500;
  color: var(--ink-soft);
}

/* Filter rail --------------------------------------------------------- */
.landing-filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-7);
  font-family: var(--font-sans);
  scroll-margin-top: var(--space-5);
}
.landing-filters .chip {
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-2);
  padding: 6px 14px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}
.landing-filters .chip:hover, .landing-filters .chip:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  text-decoration: none;
}
.landing-filters .chip--active {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.landing-filters .chip--active:hover, .landing-filters .chip--active:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--paper);
}
.landing-filters .chip--active .chip-count {
  color: inherit;
  opacity: 0.72;
}
.landing-filters .chip-count {
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  color: var(--ink-faint);
}

/* Recent list --------------------------------------------------------- */
.landing-recent .recent-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-recent .recent-item {
  display: grid;
  grid-template-columns: 4ch 1fr;
  gap: 0 var(--space-5);
  padding: var(--space-5) 0;
  border-bottom: 1px solid var(--rule);
}
.landing-recent .recent-item:last-child {
  border-bottom: none;
}
.landing-recent .recent-year {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
  padding-top: 8px;
}
.landing-recent .recent-body {
  min-width: 0;
}
.landing-recent .recent-title {
  display: inline;
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--ink);
  transition: color 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.landing-recent .recent-title:hover, .landing-recent .recent-title:focus-visible {
  color: var(--accent);
}
.landing-recent .recent-dek {
  margin: var(--space-2) 0 0;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 62ch;
}

/* Pager + RSS --------------------------------------------------------- */
.landing .pager {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: var(--space-7) 0 0;
  padding: 0;
  border: none;
  font-family: var(--font-sans);
}
.landing .pager li {
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
}
.landing .pager a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 180ms ease;
}
.landing .pager a:hover, .landing .pager a:focus-visible {
  color: var(--accent);
}
.landing .pager .next {
  margin-left: auto;
}

.landing .rss-subscribe {
  margin-top: var(--space-6);
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink-faint);
}
.landing .rss-subscribe a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Responsive ---------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .landing {
    padding: var(--space-5) 0 var(--space-7);
  }
  .landing-featured {
    margin-bottom: var(--space-7);
  }
  .landing-featured .featured-entry {
    padding: var(--space-5) 0 var(--space-5);
  }
  .landing-filters {
    margin-bottom: var(--space-6);
  }
  .landing-recent .recent-item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: var(--space-4) 0;
  }
  .landing-recent .recent-year {
    padding-top: 0;
    font-size: 11px;
  }
}
/* Project additions on top of minima --------------------------------- */
ul.pager {
  text-align: center;
  list-style: none;
}

ul.pager li {
  display: inline;
  border: 1px solid var(--rule-strong);
  padding: var(--space-2) var(--space-3);
  margin: var(--space-1);
}

ul.pager li a {
  color: var(--ink);
  text-decoration: none;
}

ul.pager li a:hover, ul.pager li a:focus {
  color: var(--accent);
}

/* Override minima rules that don't pick up from theme-level $vars
 * because they reference Sass functions on color literals.
 */
body {
  font-family: var(--font-serif);
  color: var(--ink);
  background-color: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header,
.site-footer {
  font-family: var(--font-sans);
  border-color: var(--rule-strong);
}

.site-title,
.site-title:visited {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--ink);
}

.site-nav .page-link {
  color: var(--ink-soft);
}

.site-nav .page-link:hover,
.site-nav .page-link:focus {
  color: var(--accent);
  text-decoration: underline;
}

a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover, a:focus {
  color: var(--accent-deep);
  text-decoration-thickness: 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.15;
  color: var(--ink);
}

.post-meta {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}

.post-list-heading {
  font-family: var(--font-serif);
}

.post-list h2,
.post-list h3 {
  font-family: var(--font-serif);
}

.post-list a,
.post-link {
  color: var(--ink);
}

.post-list a:hover,
.post-link:hover {
  color: var(--accent);
}

blockquote {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ink-soft);
  border: none;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: var(--space-4) 0;
  margin: var(--space-5) 0;
}

/* Stacked blockquotes (e.g. consecutive judge excerpts) share one rule
 * instead of doubling: when one directly follows another, drop its top
 * border and margin so the preceding bottom border is the single divider,
 * with equal padding on each side. */
blockquote + blockquote {
  border-top: none;
  margin-top: 0;
}

pre, code {
  font-family: var(--font-mono);
  background-color: var(--paper-deep);
  border: 1px solid var(--rule);
  border-radius: var(--radius-1);
}

pre {
  padding: var(--space-4);
}

code {
  padding: 1px 4px;
}

pre code {
  border: 0;
  padding: 0;
  background: none;
}

/* Expansion sections — native <details>/<summary> in post bodies.
 * Editorial, rule-based: a clickable sans-serif header + caret, a hairline
 * rule under the summary when open, even token padding on the disclosed
 * content. No fill / no wrapping box, so nested <pre>/<table> surfaces don't
 * become boxes-in-a-box. */
.post-content details {
  margin: var(--space-5) 0;
}

.post-content summary {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  min-height: 44px; /* touch target */
  box-sizing: border-box;
  list-style: none; /* drop Firefox marker */
  transition: color 150ms cubic-bezier(0.22, 1, 0.36, 1);
}

.post-content summary::-webkit-details-marker {
  display: none;
} /* Safari/Chrome */
/* Custom caret: rotates right -> down on open. */
.post-content summary::before {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--ink-faint);
  border-bottom: 1.5px solid var(--ink-faint);
  transform: rotate(-45deg);
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1);
}

.post-content details[open] > summary::before {
  transform: rotate(45deg);
}

.post-content summary:hover,
.post-content summary:focus-visible {
  color: var(--accent);
}

.post-content summary:hover::before,
.post-content summary:focus-visible::before {
  border-color: var(--accent);
}

/* Open: space below the summary, then evenly-padded content. No rule here —
 * the first disclosed element (blockquote / table) carries its own top hairline,
 * so adding one to the summary would stack two lines. */
.post-content details[open] > summary {
  margin-bottom: var(--space-4);
}

/* Light editorial hang-indent on disclosed content (dropped on mobile). */
.post-content details[open] > :not(summary) {
  padding-left: var(--space-4);
}

/* Neutralize leading/trailing child margins so the padding reads even. */
.post-content details > :not(summary):first-of-type {
  margin-top: 0;
}

.post-content details > :last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .post-content details[open] > :not(summary) {
    padding-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .post-content summary,
  .post-content summary::before {
    transition: none;
  }
}
/* Shared chrome — matches public/css/main.css and resume.scss. */
.tj-header {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: var(--space-3) 0;
  font-family: var(--font-sans);
}

.tj-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-5);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-5);
}

.tj-wordmark {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.005em;
}

.tj-wordmark:hover, .tj-wordmark:focus {
  color: var(--accent);
}

.tj-nav {
  display: flex;
  gap: var(--space-5);
}

.tj-nav-link {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  text-decoration: none;
}

.tj-nav-link:hover, .tj-nav-link:focus {
  color: var(--accent);
  text-decoration: none;
}

.tj-nav-link.is-active {
  color: var(--accent);
}

@media (max-width: 480px) {
  .tj-header-inner {
    flex-wrap: wrap;
    gap: var(--space-3);
  }
  .tj-nav {
    gap: var(--space-4);
  }
}
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: var(--space-1) var(--space-3);
  font-family: var(--font-sans);
  font-size: 13px;
  background: var(--paper);
  color: var(--accent);
  text-decoration: underline;
  border-bottom: 1px solid var(--accent);
}

.skip-to-content:focus {
  left: 8px;
  top: 8px;
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Shared site footer — mirrors src/templates/page.html.erb +
 * public/css/main.css so the blog matches the glossary/home/resume. */
.tj-footer {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  text-align: center;
  padding: var(--space-7) var(--space-5) var(--space-6);
  border-top: 1px solid var(--rule);
  background: var(--paper);
}

.tj-footer p {
  margin: 0 auto;
  max-width: var(--measure);
}

.tj-footer-links {
  margin-bottom: var(--space-3) !important;
}

.tj-footer-meta {
  color: var(--ink-faint);
  font-size: 12px;
}

.tj-footer-label {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-right: var(--space-2);
}

.tj-footer a {
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-strong);
}

.tj-footer a:hover,
.tj-footer a:focus {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.tj-footer-meta a {
  color: var(--ink-faint);
}

.tj-footer span[aria-hidden=true] {
  margin: 0 var(--space-2);
  color: var(--ink-faint);
}

@media (min-width: 960px) {
  .tj-footer p {
    max-width: 960px;
  }
}
/* Dot-grid substrate — matches the home page. Absolutely positioned
 * within body so it scrolls with the page; body's min-height: 100vh
 * keeps it covering the full screen on short pages. The page content
 * stacks above via z-index: 1 on body's direct children. */
body {
  position: relative;
  min-height: 100vh;
}

body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, oklch(78% 0.014 85/0.45) 1px, transparent 1.6px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
  animation: tj-grid-fade-in 600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body > * {
  position: relative;
  z-index: 1;
}

@keyframes tj-grid-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  body::before {
    animation: none;
  }
}
/* Cursor warp. The gradient above is never replaced: it stays in the
 * scrolling content so it scrolls and rubber-bands with the page like part of
 * the paper. /js/dot-warp.b0d9edd7.js rides a small canvas above it, following the
 * pointer and repainting only the dots that actually move. The class beats
 * `body > *` on specificity, so the canvas stays behind content. */
/* Exactly the host's box, so it adds no scrollable overflow, and it clips the
 * canvas so the canvas cannot either. Without this the canvas hangs past the
 * edge when the cursor is near one, raising scrollbars and then running away
 * as scrolling drags it further out. */
.dot-warp-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  animation: tj-grid-fade-in 600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dot-warp-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .dot-warp-layer {
    display: none;
  }
}
@media print {
  .dot-warp-layer {
    display: none;
  }
}
/* Global focus ring — DESIGN.md spec: 2px solid --accent, 2px offset. */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--radius-1);
}

/*# sourceMappingURL=main.css.map */