@font-face {
font-family: "Space Grotesk";
font-style: normal;
font-weight: 400;
font-display: swap;
src: local("Space Grotesk"), local("SpaceGrotesk-Regular"),
url("assets/fonts/SpaceGrotesk-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Space Grotesk";
font-style: normal;
font-weight: 600;
font-display: swap;
src: local("Space Grotesk SemiBold"), local("SpaceGrotesk-SemiBold"),
url("assets/fonts/SpaceGrotesk-SemiBold.woff2") format("woff2");
}
@font-face {
font-family: "Space Grotesk";
font-style: normal;
font-weight: 700 900;
font-display: swap;
src: local("Space Grotesk Bold"), local("SpaceGrotesk-Bold"),
url("assets/fonts/SpaceGrotesk-Bold.woff2") format("woff2");
}
:root {
--cyan:     #23c0c3;
--cyan-ink: #0b6e70;
--mark:    var(--ink);
--bg:      #ffffff;
--raise:   #faf9f9;
--ink:     #142d40;
--muted:   #3e4f60;
--faint:   #70808f;
--rule:    #e7e2e2;
--rule-2:  #d7cfcf;
--term-bg:     #ffffff;
--term-chrome: linear-gradient(180deg, #f5f2f2 0%, #eae4e4 100%);
--term-line:   #d7cfcf;
--term-err:    #b03a2e;
--shadow-term: 0 1px 0 rgba(20, 45, 64, 0.04),
0 24px 48px -12px rgba(20, 45, 64, 0.18),
0 8px 16px -8px rgba(20, 45, 64, 0.1);
--git-hash:   #9a6700;
--git-branch: #1a7f37;
--sans: "Space Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
"Liberation Mono", monospace;
--mark-here: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 2'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23000'/%3E%3C/svg%3E");
--icon-moon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M10.6 7.5A5 5 0 1 1 4.5 1.4a4.1 4.1 0 0 0 6.1 6.1z' fill='%23000'/%3E%3C/svg%3E");
--icon-sun: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='2.5' fill='%23000'/%3E%3Cg stroke='%23000' stroke-width='1.3' stroke-linecap='square'%3E%3Cpath d='M6 .7v1.5M6 9.8v1.5M.7 6h1.5M9.8 6h1.5M2.3 2.3l1 1M8.7 8.7l1 1M9.7 2.3l-1 1M3.3 8.7l-1 1'/%3E%3C/g%3E%3C/svg%3E");
--icon-menu: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cg fill='%23000'%3E%3Crect x='1' y='2.4' width='10' height='1.3'/%3E%3Crect x='1' y='5.35' width='10' height='1.3'/%3E%3Crect x='1' y='8.3' width='10' height='1.3'/%3E%3C/g%3E%3C/svg%3E");
--icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cg fill='%23000'%3E%3Crect x='5.35' y='1' width='1.3' height='10' transform='rotate(45 6 6)'/%3E%3Crect x='5.35' y='1' width='1.3' height='10' transform='rotate(-45 6 6)'/%3E%3C/g%3E%3C/svg%3E");
--rail-w: 232px;
--measure: 660px;
--measure-text: 62ch;
--measure-wide: 72ch;
--pad: 56px;
--status-h: 32px;
color-scheme: light;
}
:root[data-theme="dark"] {
--cyan-ink: #4fd8da;
--mark:    var(--cyan);
--bg:      #0c1c27;
--raise:   #12293a;
--ink:     #e7eef3;
--muted:   #aec0cd;
--faint:   #7b91a0;
--rule:    #1e3849;
--rule-2:  #2b4a5e;
--term-bg:     #091620;
--term-chrome: linear-gradient(180deg, #1a3547 0%, #14293a 100%);
--term-line:   #2b4a5e;
--term-err:    #ff8b7a;
--shadow-term: 0 24px 48px -12px rgba(0, 0, 0, 0.5),
0 8px 16px -8px rgba(0, 0, 0, 0.4);
--git-hash:   #d3a95c;
--git-branch: #57c26b;
color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) {
--cyan-ink: #4fd8da;
--mark:    var(--cyan);
--bg:      #0c1c27;
--raise:   #12293a;
--ink:     #e7eef3;
--muted:   #aec0cd;
--faint:   #7b91a0;
--rule:    #1e3849;
--rule-2:  #2b4a5e;
--term-bg:     #091620;
--term-chrome: linear-gradient(180deg, #1a3547 0%, #14293a 100%);
--term-line:   #2b4a5e;
--term-err:    #ff8b7a;
--shadow-term: 0 24px 48px -12px rgba(0, 0, 0, 0.5),
0 8px 16px -8px rgba(0, 0, 0, 0.4);
--git-hash:   #d3a95c;
--git-branch: #57c26b;
color-scheme: dark;
}
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
margin: 0;
background: var(--bg);
color: var(--ink);
font-family: var(--sans);
font-size: 16.5px;
line-height: 1.66;
-webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -0.022em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.skip {
position: absolute; left: -9999px; top: 0; z-index: 10;
padding: 10px 16px; background: var(--ink); color: var(--bg);
font-family: var(--mono); font-size: 12px;
}
.skip:focus { left: 0; }
.sr {
position: absolute; width: 1px; height: 1px;
margin: -1px; padding: 0; overflow: hidden;
clip-path: inset(50%); white-space: nowrap;
}
.rail {
position: fixed;
inset: 0 auto 0 0;
width: var(--rail-w);
display: flex;
flex-direction: column;
gap: 32px;
padding: 34px 26px 30px;
border-right: 1px solid var(--rule);
background: var(--bg);
z-index: 5;
}
.rail-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}
.wordmark { display: block; padding: 10px 12px; margin: -10px -12px; }
.wordmark img { height: 28px; width: auto; }
.wordmark-dark { display: none; }
:root[data-theme="dark"] .wordmark-light { display: none; }
:root[data-theme="dark"] .wordmark-dark { display: block; }
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .wordmark-light { display: none; }
:root:not([data-theme="light"]) .wordmark-dark { display: block; }
}
.rail-tools { display: flex; gap: 8px; margin-top: 2px; }
.theme-mini {
display: none;
place-items: center;
width: 24px; height: 24px;
padding: 0;
background: transparent;
border: 1px solid var(--rule-2);
cursor: pointer;
}
.theme-mini:hover { border-color: var(--cyan); }
.theme-mini-glyph {
width: 12px; height: 12px;
background-color: var(--faint);
-webkit-mask: var(--icon-moon) center / contain no-repeat;
mask: var(--icon-moon) center / contain no-repeat;
}
:root[data-theme="dark"] .theme-mini-glyph {
-webkit-mask-image: var(--icon-sun);
mask-image: var(--icon-sun);
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) .theme-mini-glyph {
-webkit-mask-image: var(--icon-sun);
mask-image: var(--icon-sun);
}
}
.rail-toggle {
flex: none;
display: none;
place-items: center;
width: 24px; height: 24px;
padding: 0;
background: transparent;
border: 1px solid var(--rule-2);
cursor: pointer;
}
.rail-toggle:hover { border-color: var(--cyan); }
.rail-toggle-glyph { background-color: var(--faint); }
.rail-toggle:hover .rail-toggle-glyph { background-color: var(--cyan); }
.rail-top { padding-bottom: 20px; border-bottom: 1px solid var(--rule); }
.index { flex: 1; }
.index ol { display: flex; flex-direction: column; }
.index a {
display: flex;
align-items: baseline;
gap: 12px;
padding: 6px 0;
font-family: var(--mono);
font-size: 12.5px;
letter-spacing: 0.01em;
text-decoration: none;
color: var(--muted);
}
.index .no {
font-size: 10.5px;
letter-spacing: 0.08em;
color: var(--faint);
}
.index a:hover { color: var(--ink); }
.index a:hover .no { color: var(--ink); }
.index li.here a { color: var(--ink); font-weight: 600; }
.index li.here .no { color: var(--cyan-ink); font-weight: 600; }
.index-out {
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid var(--rule);
}
.index > .index-out:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.rail-bottom { display: flex; flex-direction: column; gap: 16px; }
.rail-fine {
font-family: var(--mono);
font-size: 10.5px;
line-height: 1.7;
letter-spacing: 0.04em;
color: var(--faint);
}
.page {
margin-left: var(--rail-w);
padding-bottom: var(--status-h);
}
.block {
padding: clamp(40px, 4vw, 64px) var(--pad);
}
.landing-fold {
display: flex;
flex-direction: column;
min-height: 100vh;
min-height: 100svh;
}
.landing-fold > #intro { margin-block: auto; }
#intro { padding-block: clamp(44px, 6vh, 96px) clamp(32px, 4vh, 72px); }
#clients { padding-block: clamp(36px, 5vh, 72px) clamp(24px, 3.5vh, 44px); }
.intro-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: clamp(28px, 5vw, 76px);
}
.intro-text { min-width: 0; max-width: var(--measure); }
.intro-row .mosaic { flex: 0 1 auto; }
.prose {
max-width: var(--measure-text);
margin-top: 20px;
color: var(--muted);
}
.prose.big {
max-width: 54ch;
font-size: 19.5px;
line-height: 1.55;
color: var(--ink);
}
.mosaic {
width: clamp(170px, 24vw, 300px);
height: auto;
margin: 0;
-webkit-tap-highlight-color: transparent;
}
.mosaic-gl { display: block; aspect-ratio: 6 / 8; }
.vimterm {
width: min(860px, 94vw);
padding: 0;
border: 1px solid #181a1f;
border-radius: 10px;
background: #282c34;
color: #abb2bf;
box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
overflow: hidden;
transition: opacity 0.14s ease;
}
@starting-style {
.vimterm[open] { opacity: 0; }
}
.vimterm::backdrop { background: rgba(9, 14, 20, 0.52); }
.vimterm .term-chrome {
background: #21252b;
border-bottom-color: #181a1f;
touch-action: none;
-webkit-user-select: none;
user-select: none;
}
.vimterm .term-title { color: #9da5b4; }
.traffic .t-close {
width: 12px; height: 12px;
padding: 0;
border: 0;
border-radius: 50%;
background: #ff5f57;
box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.18);
cursor: pointer;
}
.vim-body { position: relative; overflow: hidden; }
.vim-screen {
display: block;
width: 100%;
height: min(62vh, 500px);
}
.vim-input {
position: absolute;
top: 0; left: 0;
width: 1px; height: 1px;
padding: 0;
border: 0;
opacity: 0;
}
.vim-stderr {
position: absolute;
left: 0; right: 0; bottom: 0;
margin: 0;
padding: 4px 14px;
background: #282c34;
font-family: var(--mono);
font-size: 11.5px;
line-height: 1.5;
color: #e06c75;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.vim-stderr:empty { display: none; }
.vimterm.booting .vim-body::before {
content: "";
position: absolute;
top: 12px; left: 14px;
width: 9px; height: 18px;
background: #abb2bf;
animation: vim-blink 1.1s steps(1) infinite;
}
@keyframes vim-blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
.vimterm { transition: none; }
.vimterm.booting .vim-body::before { animation: none; }
}
h1 {
max-width: 21ch;
font-size: clamp(31px, 4.2vw, 46px);
line-height: 1.08;
letter-spacing: -0.03em;
font-weight: 800;
text-wrap: balance;
}
h2, .h-title {
display: flex;
align-items: center;
gap: 12px;
font-size: clamp(21px, 2.4vw, 25px);
letter-spacing: -0.018em;
font-weight: 600;
}
.h-title { line-height: inherit; }
.h-mark {
width: 13px; height: 13px; flex: none;
background-color: var(--mark);
-webkit-mask: var(--mark-here) center / contain no-repeat;
mask: var(--mark-here) center / contain no-repeat;
}
.offer { max-width: var(--measure); margin-top: 40px; border-top: 1px solid var(--rule); }
.offer li {
display: flex;
gap: 20px;
padding: 22px 0;
border-bottom: 1px solid var(--rule);
}
.offer .glyph { width: 26px; height: 26px; flex: none; margin-top: 3px; color: var(--mark); }
.offer h3 { font-size: 16.5px; }
.offer p { margin-top: 4px; font-size: 15.5px; color: var(--muted); }
.job {
max-width: var(--measure-text);
margin-top: 52px;
padding-top: 24px;
border-top: 1px solid var(--rule);
}
.job-meta {
display: flex;
flex-wrap: wrap;
gap: 8px 20px;
margin-bottom: 18px;
color: var(--faint);
font: 12px/1.4 var(--mono);
letter-spacing: .04em;
text-transform: uppercase;
}
.job h3 {
margin-top: 30px;
font-size: 16.5px;
}
.job p, .job ul {
margin-top: 8px;
color: var(--muted);
}
.job li {
position: relative;
margin-top: 10px;
padding-left: 18px;
}
.job li::before {
content: "";
position: absolute;
top: .67em;
left: 1px;
width: 7px;
height: 7px;
background: var(--mark);
-webkit-mask: var(--mark-here) center / contain no-repeat;
mask: var(--mark-here) center / contain no-repeat;
}
.gitfeed {
max-width: var(--measure-wide);
margin: 40px 0 0;
font-family: var(--mono);
font-size: 13px;
line-height: 1.72;
color: var(--ink);
text-align: left;
overflow-wrap: break-word;
}
.gl {
position: relative;
padding: 6px 12px 8px calc(12px + 2ch);
cursor: default;
}
.gl + .gl { margin-top: 14px; }
.gl:hover, .gl.sel { background: var(--raise); }
.gl-star {
position: absolute;
left: 12px;
top: 6px;
color: var(--faint);
}
.gl:hover .gl-star, .gl.sel .gl-star { color: var(--cyan); }
.gl:not(:last-of-type)::after {
content: "";
position: absolute;
left: calc(12px + 0.5ch);
top: 30px;
bottom: -14px;
width: 1px;
background: var(--rule-2);
}
.gl-head { white-space: normal; }
.gl-hash { color: var(--git-hash); }
.gl-refs { color: var(--faint); }
.gl-headref { color: var(--cyan-ink); }
.gl-branch { color: var(--git-branch); }
.gl-subject {
margin-top: 2px;
font-family: var(--mono);
font-size: 13px;
font-weight: 600;
letter-spacing: 0;
color: var(--ink);
}
.gl-body {
max-width: var(--measure-text);
margin-top: 2px;
color: var(--muted);
}
.gl-tags { margin-top: 2px; color: var(--cyan-ink); }
.marquee {
overflow: hidden;
padding: 6px 0 10px;
border-top: 1px solid var(--rule);
border-bottom: 1px solid var(--rule);
-webkit-mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
mask: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track {
display: flex;
width: max-content;
animation: reel 64s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes reel { to { transform: translateX(-50%); } }
.reel {
display: grid;
grid-auto-flow: column;
grid-template-rows: repeat(2, 92px);
align-items: center;
}
.reel li {
display: flex;
align-items: center;
justify-content: center;
padding: 0 34px;
}
.reel li:nth-child(odd):last-child { grid-row: span 2; }
.reel a { display: block; }
.reel a:focus-visible { outline-offset: 6px; }
.logo {
display: block;
--area: 3600;
height: calc(33px * var(--k, 1));
height: calc(sqrt(var(--area) / var(--a)) * 1px * var(--k, 1));
aspect-ratio: var(--a);
background-color: var(--muted);
-webkit-mask: var(--src) center / contain no-repeat;
mask: var(--src) center / contain no-repeat;
transition: background-color 0.14s linear;
}
.reel li:hover .logo { background-color: var(--cyan); }
.terminal {
max-width: var(--measure);
margin: 34px 0 0;
border: 1px solid var(--term-line);
border-radius: 12px;
background: var(--term-bg);
box-shadow: var(--shadow-term);
overflow: hidden;
}
.term-chrome {
position: relative;
display: flex;
align-items: center;
height: 38px;
padding: 0 14px;
background: var(--term-chrome);
border-bottom: 1px solid var(--term-line);
}
.traffic { display: flex; gap: 8px; }
.traffic i {
display: block;
width: 12px; height: 12px;
border-radius: 50%;
box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.18);
}
.traffic .red { background: #ff5f57; }
.traffic .yellow { background: #febc2e; }
.traffic .green { background: #28c840; }
.term-title {
position: absolute;
left: 50%; top: 50%;
transform: translate(-50%, -50%);
font-family: var(--mono);
font-size: 11.5px;
letter-spacing: 0.02em;
color: var(--faint);
white-space: nowrap;
user-select: none;
}
.term-title .ico {
display: inline-block;
vertical-align: -2px;
width: 11px; height: 11px;
margin-right: 7px;
border-radius: 2px;
background-color: var(--cyan);
-webkit-mask: var(--mark-here) center / contain no-repeat;
mask: var(--mark-here) center / contain no-repeat;
}
.term-body {
padding: 18px 26px 20px;
height: 360px;
overflow-y: auto;
font-family: var(--mono);
font-size: 13px;
line-height: 1.72;
color: var(--ink);
cursor: text;
overflow-wrap: break-word;
}
.tl { min-height: 1.72em; white-space: pre-wrap; }
.tl-faint, .t-faint { color: var(--faint); }
.tl-err { color: var(--term-err); }
.tl-head { color: var(--ink); font-weight: 600; }
.tl-kv .t-key, .tl-cmdhelp .t-cmd { color: var(--faint); }
.tl-cmdhelp .t-cmd {
display: inline-block;
min-width: 17ch;
color: var(--cyan-ink);
}
.tl-kv a { color: var(--ink); text-decoration-color: var(--cyan); text-underline-offset: 3px; }
.tl-ls-row span, .tl-ls-long span { margin-right: 2.2ch; }
.t-exec { color: var(--cyan-ink); font-weight: 600; }
.t-file { color: var(--ink); }
.t-typed { color: var(--ink); }
.term-line { display: flex; align-items: baseline; gap: 0.8ch; }
.ps1 { flex: none; color: var(--cyan-ink); user-select: none; white-space: nowrap; }
.ps1-path { color: var(--faint); }
.tl-echo .ps1 { margin-right: 0; }
.term-cmd {
flex: 1 1 auto;
min-width: 0;
margin: 0;
padding: 0;
background: transparent;
border: 0;
outline: 0;
font: inherit;
color: var(--ink);
caret-color: var(--cyan);
}
.term-fallback { padding: 16px 26px; font-family: var(--mono); font-size: 13px; }
.foot { display: none; }
@media (max-width: 900px) {
.foot {
display: flex;
justify-content: flex-start;
gap: 30px;
margin-top: 20px;
padding: 22px var(--pad) 56px;
border-top: 1px solid var(--rule);
font-family: var(--mono);
font-size: 11px;
letter-spacing: 0.05em;
color: var(--faint);
}
.foot a { color: var(--faint); text-decoration-color: var(--rule-2); }
.foot a:hover { color: var(--ink); }
}
.status {
position: fixed;
left: var(--rail-w); right: 0; bottom: 0;
z-index: 6;
display: flex;
align-items: center;
gap: 22px;
height: var(--status-h);
padding: 0 20px;
border-top: 1px solid var(--rule);
background: var(--raise);
font-family: var(--mono);
font-size: 11.5px;
letter-spacing: 0.03em;
color: var(--faint);
white-space: nowrap;
}
.st-file { color: var(--ink); font-weight: 600; }
.st-sec { color: var(--muted); }
.st-right { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.st-theme {
padding: 0;
border: 0;
background: none;
font: inherit;
letter-spacing: inherit;
color: var(--cyan-ink);
cursor: pointer;
}
.st-theme:hover { text-decoration: underline; text-underline-offset: 3px; }
.st-pct { min-width: 3ch; text-align: right; color: var(--muted); }
@media (max-width: 900px) {
:root { --pad: 26px; }
.intro-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 0 clamp(16px, 4vw, 28px);
align-items: start;
}
.intro-text { display: contents; }
.intro-text h1 { grid-column: 1; }
.intro-text .prose { grid-column: 1 / -1; }
.intro-row .mosaic {
grid-column: 2;
grid-row: 1;
width: clamp(68px, 19vw, 92px);
align-self: center;
}
.rail {
position: static;
width: auto;
flex-direction: column;
gap: 16px;
padding: 18px var(--pad) 14px;
border-right: 0;
border-bottom: 1px solid var(--rule);
}
.rail-top { padding-bottom: 0; border-bottom: 0; }
.rail-head { align-items: center; }
.theme-mini { display: grid; }
.rail-toggle { display: grid; }
.index { display: none; border-top: 1px solid var(--rule); padding-top: 14px; }
:root[data-menu="open"] .index { display: block; }
.index ol { flex-flow: row wrap; gap: 6px 22px; }
.index a { padding: 5px 0; gap: 8px; font-size: 14px; }
.index .no { font-size: 11.5px; }
.rail-toggle-glyph {
width: 14px; height: 14px;
-webkit-mask-image: var(--icon-menu);
mask-image: var(--icon-menu);
}
:root[data-menu="open"] .rail-toggle-glyph {
-webkit-mask-image: var(--icon-close);
mask-image: var(--icon-close);
}
.rail-bottom { display: none; }
.page { margin-left: 0; }
.landing-fold { min-height: calc(100svh - 64px); }
.landing-fold > #intro { margin-block: 0; }
#intro { padding-block: 30px 22px; }
#clients { padding-block: 22px 16px; }
.gitfeed { font-size: 12.5px; }
.gl { padding-right: 4px; }
.reel { grid-template-rows: repeat(2, 62px); }
.reel li { padding: 0 20px; }
.logo { --area: 2400; }
.term-title { display: none; }
.term-body { padding: 14px 16px; font-size: 12.5px; height: 300px; }
.tl-cmdhelp .t-cmd { min-width: 0; margin-right: 1.5ch; }
.status { display: none; }
.page { padding-bottom: 0; }
}
@media (min-width: 901px) and (max-height: 780px) {
.reel { grid-template-rows: repeat(2, 76px); }
.logo { --area: 2800; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
.marquee { -webkit-mask: none; mask: none; overflow-x: auto; }
.marquee-track { animation: none; }
* { transition-duration: 0.01ms !important; }
}
@media print {
.rail, .status, .marquee, .terminal, .skip { display: none; }
.page { margin-left: 0; padding-bottom: 0; }
}
.postlist { max-width: var(--measure-wide); margin-top: 12px; }
.post-item { padding: 24px 0; border-bottom: 1px solid var(--rule); }
.post-meta {
font-family: var(--mono);
font-size: 11.5px;
letter-spacing: 0.04em;
color: var(--faint);
}
.post-title {
display: block;
margin-top: 7px;
font-size: 18px;
line-height: 1.35;
letter-spacing: -0.014em;
}
.post-title a { text-decoration: none; }
.post-title a:hover { color: var(--cyan-ink); }
.post-sum {
max-width: var(--measure-text);
margin-top: 7px;
font-size: 14.5px;
line-height: 1.6;
color: var(--muted);
}
.post-tags {
margin-top: 9px;
font-family: var(--mono);
font-size: 12px;
letter-spacing: 0.01em;
color: var(--cyan-ink);
}
.post-tags a { color: inherit; text-decoration: none; }
.post-tags a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tag-note { font-family: var(--mono); font-size: 12.5px; color: var(--muted); }
.tag-note a { color: var(--cyan-ink); text-decoration: none; }
.tag-note a:hover { text-decoration: underline; text-underline-offset: 3px; }
.post .block { padding-block: clamp(26px, 3.2vw, 40px); }
.post .post-head { padding-top: clamp(48px, 6vw, 80px); }
.post-eyebrow {
font-family: var(--mono);
font-size: 12px;
letter-spacing: 0.04em;
color: var(--faint);
}
.post-eyebrow a { color: var(--cyan-ink); text-decoration: none; }
.post-eyebrow a:hover { text-decoration: underline; text-underline-offset: 3px; }
.post h1 {
max-width: 30ch;
margin-top: 16px;
font-size: clamp(25px, 3vw, 36px);
line-height: 1.15;
letter-spacing: -0.025em;
font-weight: 800;
text-wrap: balance;
}
.post h3 {
max-width: var(--measure-text);
margin-top: 30px;
font-size: 16.5px;
}
.prose code, .post h3 code, .post-sum code, .post li code {
font-family: var(--mono);
font-size: 0.86em;
padding: 1.5px 5px;
background: var(--raise);
border: 1px solid var(--rule);
border-radius: 5px;
overflow-wrap: break-word;
}
math { font-size: 1.02em; }
.eq {
margin: 16px 0;
padding-left: 2ch;
overflow: auto hidden;
}
.eq math[display="block"] {
width: fit-content;
margin: 0;
font-size: 1.15em;
}
.eq-label { max-width: var(--measure-text); margin-top: 22px; color: var(--ink); font-weight: 600; }
.codewin {
max-width: var(--measure-wide);
margin: 26px 0;
border: 1px solid var(--term-line);
border-radius: 12px;
background: var(--term-bg);
box-shadow: var(--shadow-term);
overflow: hidden;
}
.codewin pre {
margin: 0;
padding: 16px 20px;
overflow-x: auto;
font-family: var(--mono);
font-size: 12.5px;
line-height: 1.7;
color: var(--ink);
}
.codewin .kw { color: var(--cyan-ink); }
.codewin .cm { color: var(--faint); }
.refs { max-width: var(--measure-wide); margin-top: 14px; }
.refs li { padding: 4px 0; font-family: var(--mono); font-size: 12.5px; overflow-wrap: break-word; }
.refs a { color: var(--cyan-ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.post figure { max-width: var(--measure-wide); margin: 26px 0; }
.post figure img {
display: block;
width: 100%; height: auto;
border: 1px solid var(--rule);
border-radius: 8px;
background: var(--raise);
}
.post figcaption {
margin-top: 8px;
font-family: var(--mono);
font-size: 11.5px;
line-height: 1.55;
letter-spacing: 0.02em;
color: var(--faint);
}
.post .page ol:not(.refs),
.post .page ul:not(.refs) {
max-width: var(--measure-text);
margin: 14px 0;
padding-left: 1.7em;
color: var(--muted);
}
.post .page ol:not(.refs) > li { list-style: decimal; padding: 3px 0; }
.post .page ul:not(.refs) > li { list-style: disc; padding: 3px 0; }
.post .page ol:not(.refs) > li::marker,
.post .page ul:not(.refs) > li::marker { color: var(--faint); }
@media (max-width: 900px) {
.codewin .term-title { display: block; font-size: 10.5px; }
.codewin pre { font-size: 12px; padding: 13px 15px; }
.post figure { margin: 18px 0; }
}
