:root {
  --paper: #f8f1e3;
  --card: #fffdf8;
  --ink: #1f1b16;
  --ink-2: #5b5248;
  --line: #ddd2bf;
  --tomato: #e8553e;
  --tomato-d: #a83421;
  --mustard: #f4c24a;
  --gold: #ffd23f;
  --silver: #c3c7ce;
  --green: #16a34a;
  --red: #dc2626;
  --mustard-l: #fae4a6;
  --teal-l: #cfe8e2;
  --blue-d: #2f5fc4;
  --blue-l: #dbe5f8;
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 400 15.5px/1.5 var(--body); color: var(--ink); background: var(--paper); }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); margin: 0; letter-spacing: -0.02em; line-height: 1.1; }
p { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--blue-d); outline-offset: 2px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(820px, 100% - 32px); margin-inline: auto; }

.top { display: flex; justify-content: space-between; align-items: center; gap: 10px 12px; padding: 16px 0 12px; flex-wrap: wrap; border-bottom: 1px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 8px; font: 800 17px/1.1 var(--display); text-decoration: none; letter-spacing: -0.02em; }
.brand small { display: block; font: 500 12.5px/1.2 var(--body); letter-spacing: 0; color: var(--ink-2); }
.brand small b { color: var(--tomato); }
.brand img { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--ink); background: #fff; padding: 2px; image-rendering: pixelated; }
.top-r { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.top ul { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 14px; font-size: 14px; font-weight: 500; margin-right: 6px; }
.top ul a { text-decoration: none; text-underline-offset: 4px; }
.top ul a:hover, .top ul a[aria-current] { text-decoration: underline; text-decoration-color: var(--tomato); }
.top ul li { display: flex; align-items: center; }
.top ul .icon { display: inline-flex; align-items: center; gap: 5px; }
.top ul .icon svg { display: block; width: 16px; height: 16px; }
.rss { display: inline-flex; align-items: center; gap: 5px; font: 700 12.5px/1 var(--body); text-decoration: none; padding: 5px 8px; border: 1px solid var(--ink); background: var(--card); }
.rss svg { width: 11px; height: 11px; color: #c7521c; }
.rss:hover { background: var(--mustard-l); }

/* intro */
.intro.single { grid-template-columns: 1fr; }
.intro { display: grid; grid-template-columns: 1fr 340px; gap: 30px; align-items: start; padding: 26px 0 4px; }
h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 10px; }
.lede { color: #3a332b; }
.lede b { color: var(--ink); }
.how { display: inline-flex; align-items: baseline; gap: 8px; margin-top: 10px; font-size: 14px; }
.how a { font-weight: 700; text-decoration: underline; text-decoration-color: var(--tomato); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.how a:hover { color: var(--tomato-d); }

.hear { background: var(--mustard); border: 1px solid var(--ink); padding: 15px 17px 17px; margin-top: 4px; }
.hear-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.hear-head .rss { margin: -3px -5px 0 0; }
.hear h2 { font-size: 19px; font-weight: 800; margin-bottom: 4px; }
.hear p { font-size: 14.5px; line-height: 1.45; margin-bottom: 12px; }
.sub { display: flex; }
.sub input { flex: 1; min-width: 0; font: 400 15px var(--body); padding: 8px 10px; border: 1px solid var(--ink); border-right: 0; background: var(--card); color: var(--ink); border-radius: 0; }
.sub input::placeholder { color: #75695a; }
.sub button { font: 700 14.5px var(--body); border: 1px solid var(--ink); cursor: pointer; background: var(--ink); color: var(--card); padding: 8px 13px; border-radius: 0; }
.sub button:hover { background: var(--tomato-d); }
.sub[hidden] { display: none; }
.sub button:disabled { opacity: 0.6; cursor: default; }
.sub-msg:empty { display: none; }
.sub-msg { margin-top: 10px; font-size: 14.5px; font-weight: 700; }
.sub-msg.error { color: var(--tomato-d); }

/* sections */
.sec { margin-top: 40px; }
.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 10px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.sec-head h2 { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.sec-head h2 small { font: 500 13.5px var(--body); color: var(--ink-2); letter-spacing: 0; margin-left: 6px; }
.more { font-size: 13.5px; font-weight: 700; text-decoration: none; white-space: nowrap; text-underline-offset: 3px; }
.more:hover { color: var(--tomato-d); text-decoration: underline; }

.stamp { display: inline-block; font: 800 10px/1 var(--display); letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; padding: 3px 5px 2px; border: 1px solid currentColor; }
.s-build { color: var(--ink); background: var(--mustard); }
.s-soon { color: var(--ink); background: var(--card); border-style: dashed; }

/* this week */
.week-bar:last-child { border-bottom: 0; }
.week { margin-top: 30px; border: 1px solid var(--ink); background: var(--card); }
.week-bar { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 6px 12px; background: var(--teal-l); border-bottom: 1px solid var(--ink); }
.kick { font: 700 11.5px var(--body); letter-spacing: 0.12em; text-transform: uppercase; }
.week-body { display: grid; grid-template-columns: 330px 1fr; gap: 20px; padding: 14px; }
.week-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.week h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.03em; }
.week h2 a { text-decoration: none; }
.week h2 a:hover { text-decoration: underline; text-decoration-color: var(--tomato); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.pitch { font-size: 16px; margin-top: 4px; color: #3a332b; }
.latest { margin-top: 12px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.4; }
.latest li { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.latest li:last-child { border-bottom: 0; }
.latest time { font-weight: 700; color: var(--tomato-d); font-size: 12.5px; padding-top: 1px; }

/* share preview, mirrors /projects/ .site-card */
.site-card { display: block; position: relative; overflow: hidden; border: 1px solid var(--ink); background: #000; text-decoration: none; align-self: start; }
.share { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; transition: filter 0.2s ease; }
.site-card:hover .share { filter: brightness(0.9); }
.site-card .ident, .site-card .headline { position: absolute; left: 8px; right: 8px; display: flex; }
.site-card .ident { top: 8px; }
.site-card .headline { bottom: 8px; }
.ident-pill, .headline-pill { min-width: 0; max-width: 100%; border-radius: 5px; background: rgba(11, 17, 24, 0.5); backdrop-filter: blur(8px) saturate(1.2); color: #fff; }
.ident-pill { display: inline-flex; align-items: center; gap: 5px; height: 22px; padding: 4px 8px 4px 4px; overflow: hidden; }
.ident-pill .favicon { width: 14px; height: 14px; border-radius: 4px; flex: none; }
.ident-pill .domain { font: normal 13px/1.4 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.headline-pill { display: block; height: 22px; padding: 4px 7px; font-size: 13px; line-height: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* week strip */
.weeks { display: grid; grid-template-columns: repeat(26, 1fr); gap: 3px; }
.weeks a, .weeks span { display: flex; align-items: center; justify-content: center; aspect-ratio: 1; font: 700 11px/1 var(--body); font-variant-numeric: tabular-nums; text-decoration: none; color: #fff; border: 2px solid var(--ink); }
.weeks .up { color: #6f6455; background: var(--card); border-color: var(--line); font-weight: 500; }
.weeks .live { background: var(--green); }
.weeks .profit { background: var(--gold); color: var(--ink); border-radius: 50%; }
.weeks .sustain { background: var(--silver); color: var(--ink); border-radius: 50%; }
.weeks .killed { background: var(--red); }
.weeks .cur { background: #d4d4d4; color: var(--ink); border-style: dashed; }
.weeks a:hover { background: var(--ink); color: var(--card); }
.strip-foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 16px; margin-top: 8px; font-size: 13px; color: var(--ink-2); }
.strip-foot b { color: var(--ink); }
.legend { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.strip-foot + .rows, .strip-foot + .empty { margin-top: 14px; border-top: 1px solid var(--line); }
.legend i { display: inline-block; width: 12px; height: 12px; margin-right: 5px; vertical-align: -1px; border: 2px solid var(--ink); }
.legend .profit { background: var(--gold); border-radius: 50%; }
.legend .sustain { background: var(--silver); border-radius: 50%; }
.legend .live { background: var(--green); }
.legend .killed { background: var(--red); }
.legend .cur { background: #d4d4d4; border-style: dashed; }
.legend .up { background: var(--card); border-color: var(--line); }

/* startups */
.rows li { border-bottom: 1px solid var(--line); }
.rows a { display: grid; grid-template-columns: 34px 1fr auto 76px; align-items: baseline; gap: 12px; padding: 7px 0; text-decoration: none; }
.rows a:hover .nm { color: var(--tomato-d); text-decoration: underline; }
.wk { font-size: 12.5px; color: #75695a; font-variant-numeric: tabular-nums; }
.nm { font: 700 15.5px var(--display); letter-spacing: -0.01em; }
.tl { color: var(--ink-2); font-size: 14px; margin-left: 8px; }
.users { font-size: 13px; color: var(--ink-2); text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.rows .st { font-size: 12.5px; white-space: nowrap; color: var(--ink); }
.rows .st::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 6px; vertical-align: 1px; background: var(--ink); }
.rows .st::before { background: var(--green); border: 1px solid var(--ink); }
.rows .st.profit { font-weight: 700; }
.rows .st.profit::before { background: var(--gold); }
.rows .st.sustain::before { background: var(--silver); }
.rows .st.build::before { background: #d4d4d4; border-style: dashed; }
.rows .st.killed { color: #75695a; }
.rows .st.killed::before { background: transparent; border: 1px solid #75695a; }
.gone .nm { color: var(--ink-2); }
.empty { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: 14px; }

/* updates: the daily log, back in use once week 1 starts */
.notebook { border: 1px solid var(--ink); background: var(--card); padding: 6px 0 8px; background-image: linear-gradient(90deg, transparent 84px, var(--line) 84px 85px, transparent 85px); }
.notebook li { display: grid; grid-template-columns: 84px 1fr auto; align-items: baseline; gap: 0 12px; padding: 5px 16px 5px 0; border-bottom: 1px solid #efe7d8; font-size: 14.5px; line-height: 1.45; }
.notebook li:last-child { border-bottom: 0; }
.notebook time { text-align: right; padding-right: 12px; font-size: 12.5px; color: var(--ink-2); white-space: nowrap; font-variant-numeric: tabular-nums; }
.notebook .txt { padding-left: 8px; }
.tag { font: 600 11.5px var(--body); color: var(--ink-2); text-decoration: none; white-space: nowrap; padding: 0 6px; border: 1px solid var(--line); background: var(--paper); }
a.tag:hover { border-color: var(--ink); color: var(--ink); }
.notebook .post { background: var(--blue-l); }
.notebook .post .txt a { font: 700 15px var(--display); letter-spacing: -0.01em; text-decoration: none; text-underline-offset: 3px; }
.notebook .post .txt a:hover { text-decoration: underline; color: var(--blue-d); }
.notebook .post .txt::before { content: "Blog"; font: 800 9.5px/1 var(--display); letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: var(--blue-d); padding: 2px 4px 1px; margin-right: 8px; vertical-align: 2px; }
.notebook .wkrow { display: block; padding: 9px 0 3px 97px; border-bottom: 0; font: 800 11px var(--display); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); }
.notebook .wkrow:first-child { padding-top: 4px; }
.notebook .wkrow a { text-decoration: none; color: var(--ink); }
.notebook .wkrow a:hover { color: var(--tomato-d); }

/* open source */
.repos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.repo { display: block; height: 100%; padding: 8px 10px 9px; text-decoration: none; background: var(--card); border: 1px solid var(--ink); }
.repo:hover { background: var(--mustard-l); }
.repo-top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 3px; margin-bottom: 4px; }
.repo b { font: 800 14.5px var(--display); letter-spacing: -0.01em; }
.repo .st { font-size: 12px; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.repo .st::before { content: "\2605"; color: #c98a00; margin-right: 3px; }
.repo p { font-size: 12.5px; line-height: 1.35; color: var(--ink-2); }
.repos li:first-child .repo { background: var(--mustard); }
.repos li:first-child .repo p { color: var(--ink); }
.repos li:first-child .repo-top { border-color: rgba(31, 27, 22, 0.3); }
.repos li:first-child .repo .st::before { color: var(--ink); }

/* also made */
.also { display: grid; grid-template-columns: 1.25fr 1fr; gap: 0 32px; }
.also h3 { font: 800 11px var(--display); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); margin: 2px 0 4px; }
.credits li a { display: flex; align-items: center; gap: 10px; padding: 4px 0; text-decoration: none; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.credits img { flex: none; width: 36px; height: 24px; object-fit: cover; object-position: top; border: 1px solid var(--ink); background: #eee; }
.credits .nm { font: 400 14.5px var(--body); letter-spacing: 0; }
.credits .dom { margin-left: auto; font-size: 12.5px; color: var(--ink-2); }
.credits a:hover .nm, .demos li a:hover { color: var(--tomato-d); }
.demos li a { display: flex; justify-content: space-between; gap: 8px; padding: 4px 0; min-height: 33px; align-items: center; text-decoration: none; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.demos li a span { font-size: 12.5px; color: var(--ink-2); }

footer { margin: 48px auto 0; padding: 14px 0 32px; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; color: var(--ink-2); }
footer .sig { display: flex; align-items: center; gap: 8px; }
footer img { width: 24px; height: 24px; image-rendering: pixelated; border-radius: 50%; border: 1px solid var(--ink); background: var(--mustard); }
footer ul { display: flex; flex-wrap: wrap; gap: 2px 12px; }
footer a { text-underline-offset: 2px; }
footer a:hover { color: var(--ink); }

/* blog index list */
.posts li { border-bottom: 1px solid var(--line); }
.posts .yr { border-bottom: 0; padding: 18px 0 4px; font: 800 11px var(--display); letter-spacing: 0.1em; color: var(--ink-2); }
.posts .yr:first-child { padding-top: 2px; }
.posts a { display: block; padding: 9px 2px; text-decoration: none; }
.posts a:hover .nm { color: var(--tomato-d); text-decoration: underline; text-underline-offset: 3px; }
.posts .when { font-size: 12.5px; color: #75695a; }
.posts .nm { font: 700 16px var(--display); letter-spacing: -0.01em; }
.posts .tl { display: block; color: var(--ink-2); font-size: 14px; margin-top: 1px; }

/* card grids: /projects/ and /demo/ */
.plain { padding-top: 26px; }
.plain h1 { line-height: 1.05; }
.plain .lede { font-size: 17px; }
.plain .sec-head { margin: 38px 0 14px; }
.plain .lede + .cards { margin-top: 30px; }
.projects, .cards { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.projects { gap: 18px; }
.card { display: block; padding: 14px 16px; border: 1px solid var(--ink); background: var(--card); text-decoration: none; }
.card:hover { background: var(--mustard-l); }
.card h2 { font: 700 17px var(--display); letter-spacing: -0.01em; margin: 0 0 4px; }
.card p { font-size: 14.5px; line-height: 1.45; color: var(--ink-2); }

/* long-form posts: /blog/<slug>/ and /startups/<slug>/ */
.post { max-width: 660px; margin: 0 auto; padding: 30px 0 10px; font-size: 17px; line-height: 1.65; color: #2e2822; }
.post.narrow { max-width: 620px; }
.post h1 { font-size: 38px; line-height: 1.05; margin-bottom: 12px; }
.post h2 { font-size: 24px; margin: 34px 0 10px; }
.post h3 { font-size: 19px; margin: 34px 0 10px; }
.post.narrow h2 { font-size: 22px; }
.post p { margin-bottom: 14px; }
.post a { text-underline-offset: 3px; text-decoration-color: var(--tomato); }
.post .deck { font-size: 19px; line-height: 1.5; color: var(--ink-2); padding-bottom: 20px; margin-bottom: 24px; border-bottom: 1px solid var(--ink); }
.post .meta { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-bottom: 20px; margin-bottom: 26px; border-bottom: 1px solid var(--ink); font-size: 14px; color: var(--ink-2); }
.post .meta a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); text-decoration: none; }
.post .meta a:hover { text-decoration: underline; }
.post .meta .logo { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--ink); background: #fff; padding: 2px; }
.post ul, .post ol { list-style: revert; margin: 0 0 14px; padding-left: 22px; }
.post li { margin-bottom: 6px; }
.post.narrow ul { list-style: none; padding-left: 0; }
.post.narrow ul li { position: relative; padding-left: 18px; margin: 6px 0 0; }
.post.narrow ul li::before { content: ""; position: absolute; left: 3px; top: 0.72em; width: 6px; height: 6px; background: var(--tomato-d); }
.post blockquote { margin: 20px 0; padding: 2px 0 2px 16px; border-left: 3px solid var(--mustard); color: var(--ink-2); }
.post blockquote p:last-child { margin-bottom: 0; }
.post table { width: 100%; border-collapse: collapse; margin-bottom: 18px; font-size: 15px; }
.post th, .post td { border-bottom: 1px solid var(--line); padding: 7px 10px 7px 0; text-align: left; }
.post img, .post video, .post iframe { display: block; max-width: 100%; margin: 20px 0; border: 1px solid var(--ink); background: var(--card); }
.post hr { border: 0; border-top: 1px solid var(--line); margin: 30px 0; }
.post .statuses { margin-top: 14px; border-top: 1px solid var(--line); }
.post .hear { margin-top: 36px; line-height: 1.5; }
.post .hear h2 { font-size: 17px; margin: 0 0 3px; }

/* status list on the launch post */
.statuses div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.45; }
.statuses dt { font-weight: 700; display: flex; align-items: center; gap: 8px; }
.statuses dd { margin: 0; color: var(--ink-2); }
.statuses i { width: 14px; height: 14px; border: 2px solid var(--ink); flex: none; }
.statuses .profit { background: var(--gold); border-radius: 50%; }
.statuses .sustain { background: var(--silver); border-radius: 50%; }
.statuses .live { background: var(--green); }
.statuses .killed { background: var(--red); }
.statuses .cur { background: #d4d4d4; border-style: dashed; }

/* code, and the one post with a live demo */
.post code { font: 400 14.5px/1.5 ui-monospace, "SF Mono", Menlo, monospace; background: var(--mustard-l); padding: 1px 5px; border-radius: 3px; }
.post pre { margin: 0 0 18px; padding: 14px 16px; overflow-x: auto; background: #fff; border: 1px solid var(--ink); color: #2e2822; }
.post pre code { background: none; padding: 0; color: inherit; font-size: 14px; }
.post form:not(.sub) { margin: 0 0 18px; }
.post form:not(.sub) textarea, .post form:not(.sub) input { display: block; width: 100%; font: 400 14px/1.6 ui-monospace, "SF Mono", Menlo, monospace; color: #2e2822; background: #fff; border: 1px solid var(--ink); border-radius: 0; padding: 12px 14px; resize: vertical; }
.post form:not(.sub) textarea:focus, .post form:not(.sub) input:focus { outline: none; border-color: var(--tomato); }
.post form:not(.sub) button { font: 800 13px var(--display); letter-spacing: 0.08em; text-transform: uppercase; color: var(--card); background: var(--ink); border: 1px solid var(--ink); border-radius: 0; padding: 9px 16px; margin-top: 10px; cursor: pointer; }
.post form:not(.sub) button:hover { background: var(--tomato-d); border-color: var(--tomato-d); }
.token.comment, .token.prolog, .token.doctype, .token.cdata { color: #8a8578; }
.token.punctuation { color: #6b6257; }
.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted { color: #a8471b; }
.token.boolean, .token.number { color: #96591a; }
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #2a7a3f; }
.token.operator, .token.entity, .token.url, .token.variable { color: #2e2822; }
.token.atrule, .token.attr-value, .token.function, .token.class-name { color: #2f5fc4; }
.token.keyword { color: #9c2f8f; }
.token.regex, .token.important { color: #96591a; }

@media (max-width: 700px) {
  .week-body { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 640px) {
  .top ul { gap: 2px 11px; margin-right: 0; }
  .brand { font-size: 16px; }
  body { font-size: 15px; }
  .intro { grid-template-columns: 1fr; gap: 18px; padding-top: 20px; }
  h1 { font-size: 27px; }
  .week-body { padding: 12px; }
  .week h2 { font-size: 25px; }
  .weeks { grid-template-columns: repeat(13, 1fr); }
  .weeks a, .weeks span { font-size: 11.5px; }
  .rows a { grid-template-columns: 30px 1fr auto; gap: 0 10px; }
  .rows .tl { display: block; margin-left: 0; font-size: 13px; }
  .rows .wk { grid-row: 1 / span 2; }
  .rows a > span:nth-child(2) { grid-row: 1 / span 2; }
  .rows .st { grid-column: 3; grid-row: 1; justify-self: end; }
  .rows .users { grid-column: 3; grid-row: 2; font-size: 12px; }
  .sec-head h2 small { display: none; }
  .notebook { background-image: linear-gradient(90deg, transparent 58px, var(--line) 58px 59px, transparent 59px); }
  .notebook .dw { display: none; }
  .notebook li { grid-template-columns: 58px 1fr; padding-right: 12px; }
  .notebook time { padding-right: 8px; font-size: 12px; }
  .notebook .tag { grid-column: 2; justify-self: start; margin: 2px 0 0 8px; }
  .notebook .wkrow { padding-left: 67px; }
  .repos { grid-template-columns: 1fr 1fr; }
  .repos li:first-child { grid-column: 1 / -1; }
  .credits .dom { display: none; }
  .also { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 640px) {
  .post { padding-top: 22px; }
  .post:not(.narrow) { font-size: 16px; }
  .post h1 { font-size: 30px; }
}
@media (max-width: 380px) {
  .repos { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
