﻿.container{width:clamp(min(640px + 3em, 100%), calc(100% - 9rem), 820px);margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem}.d-flex{display:flex}.flex-wrap{flex-wrap:wrap}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.gap-3{gap:1rem}.m-0{margin:0}.list-unstyled{list-style:none;padding-left:0}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.btn{display:inline-block;padding:0.35rem 0.85rem;border-radius:4px;cursor:pointer;font-size:0.875rem;font-weight:400;text-align:center;white-space:nowrap;border:1px solid transparent;text-decoration:none}.btn-sm{padding:0.25rem 0.65rem;font-size:0.8rem}.btn-outline-secondary{color:var(--muted);border-color:var(--rule);background:transparent}.btn-outline-secondary:hover{background:var(--rule);color:var(--fg)}body{font-family:var(--font-body);font-size:17px;line-height:1.65}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-0.01em;margin-top:2.25rem;margin-bottom:1rem}h1{font-size:2.6rem}h2{font-size:2rem}h3{font-size:1.55rem}h4{font-size:1.25rem}article.post,article.note,article.thing{font-size:1.08rem;line-height:1.75}article.post p,article.note p,article.thing p{margin-bottom:1.3rem}article.post blockquote,article.note blockquote,article.thing blockquote{border-left:2px solid var(--rule);padding:0.25rem 1.25rem;color:var(--muted);font-style:italic;margin:1.75rem 0}article.post table,article.note table,article.thing table{width:100%;margin:1.75rem 0;border-collapse:collapse;font-size:0.97rem}article.post table th,article.post table td,article.note table th,article.note table td,article.thing table th,article.thing table td{padding:0.45rem 0.75rem;border-bottom:1px solid var(--rule);text-align:left}article.post table th,article.note table th,article.thing table th{font-family:var(--font-body);font-weight:700;font-size:0.88rem;text-transform:uppercase;letter-spacing:0.04em}article.post h2,article.post h3,article.note h2,article.note h3,article.thing h2,article.thing h3{position:relative}article.post h2:hover .anchor-link,article.post h3:hover .anchor-link,article.note h2:hover .anchor-link,article.note h3:hover .anchor-link,article.thing h2:hover .anchor-link,article.thing h3:hover .anchor-link{opacity:1}article.post img,article.note img,article.thing img{max-width:100%;height:auto;border-radius:4px;display:block;margin:1.5rem auto}article.post hr,article.note hr,article.thing hr{border:none;border-top:1px solid var(--rule);margin:2.5rem 0}article.post figure,article.note figure,article.thing figure{margin:1.75rem 0}article.post figure img,article.note figure img,article.thing figure img{max-width:100%;height:auto;border-radius:4px;display:block;margin:0 auto}article.post figure figcaption,article.note figure figcaption,article.thing figure figcaption{margin-top:0.5rem;font-size:0.875rem;color:var(--muted);text-align:center;line-height:1.45}article.post figure figcaption .fig-credit,article.note figure figcaption .fig-credit,article.thing figure figcaption .fig-credit{font-style:italic}article.post figure figcaption .fig-credit::before,article.note figure figcaption .fig-credit::before,article.thing figure figcaption .fig-credit::before{content:" — "}article.post .video-figure,article.note .video-figure,article.thing .video-figure{margin:1.75rem 0}article.post .video-figure figcaption,article.note .video-figure figcaption,article.thing .video-figure figcaption{margin-top:0.5rem;font-size:0.875rem;color:var(--muted);text-align:center}a.anchor-link{position:absolute;right:100%;top:0;bottom:0;display:flex;align-items:center;padding-right:0.35rem;color:var(--muted);opacity:0;transition:opacity 0.15s;font-size:0.6em}a.anchor-link:hover{color:var(--fg)}.post-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--rule)}.post-header h1{margin-top:0}.post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:0.4rem;color:var(--muted);font-size:0.88rem;font-weight:300;margin-top:0.5rem;margin-bottom:0}.section-header{margin-bottom:0.5rem;padding-bottom:1.25rem}.section-header h1{margin-top:0}.section-header .lead{font-weight:300;color:var(--muted);font-size:1.1rem}:root{--bg:       #faf8f5;--fg:       #1a1a1a;--muted:    #6c757d;--subtle:   #525c65;--rule:     #e5e7eb;--card-bg:  #fefdf9;--code-bg:  #fefdf9;--code-fg:  #24292e;--shadow:        0 2px 10px rgba(0, 0, 0, 0.14);--selection-bg:  rgba(26, 26, 26, 0.12)}[data-theme="dark"]{--bg:      #1a1816;--fg:      #ebebeb;--muted:   #909090;--subtle:  #a8a8a8;--rule:    #2e2b28;--card-bg: #211e1b;--code-bg: #1e1c1a;--code-fg: #e0e0e0;--shadow:        0 2px 12px rgba(0, 0, 0, 0.5);--selection-bg:  rgba(235, 235, 235, 0.15)}div.highlight{position:relative;background:var(--code-bg);border-radius:7px;margin:1.75rem 0.6rem;box-shadow:var(--shadow);overflow:hidden}:not(.highlight) pre{background:var(--code-bg);color:var(--code-fg);font-family:var(--font-mono);font-size:0.88em;padding:0.35rem 0.25rem;border-radius:3px}code:not(pre code){background:var(--code-bg);color:var(--code-fg);font-family:var(--font-mono);font-size:0.88em;padding:0.05rem 0.25rem;border-radius:3px}.copy-btn{position:absolute;top:0.45rem;right:0.5rem;padding:0.2rem 0.35rem;background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1;opacity:0;transition:opacity 0.15s, color 0.15s}.copy-btn:hover{color:var(--fg)}.highlight:hover .copy-btn{opacity:1}.highlight pre.chroma{background:transparent;margin:0;padding:1rem 1.25rem;overflow-x:auto;font-family:var(--font-mono);font-size:0.89rem;line-height:1.55;color:var(--code-fg)}.chroma .c,.chroma .ch,.chroma .cm,.chroma .c1,.chroma .cs,.chroma .cp,.chroma .cpf{color:#6a737d;font-style:italic}.chroma .k,.chroma .kc,.chroma .kd,.chroma .kn,.chroma .kp,.chroma .kr,.chroma .kt{color:#d73a49}.chroma .s,.chroma .sa,.chroma .sb,.chroma .sc,.chroma .dl,.chroma .sd,.chroma .s2,.chroma .se,.chroma .sh,.chroma .si,.chroma .sx,.chroma .sr,.chroma .s1,.chroma .ss{color:#032f62}.chroma .n,.chroma .na,.chroma .nb,.chroma .bp,.chroma .nc,.chroma .no,.chroma .nd,.chroma .ni,.chroma .ne,.chroma .nf,.chroma .fm,.chroma .py,.chroma .nl,.chroma .nn,.chroma .nt,.chroma .nx,.chroma .nv,.chroma .vc,.chroma .vg,.chroma .vi,.chroma .vm{color:#6f42c1}.chroma .m,.chroma .mb,.chroma .mf,.chroma .mh,.chroma .mi,.chroma .il,.chroma .mo,.chroma .mx{color:#005cc5}.chroma .o,.chroma .ow{color:#d73a49}.chroma .p{color:var(--code-fg)}.chroma .err{color:#b31d28}.chroma .gd{color:#b31d28;background:#ffeef0}.chroma .gi{color:#22863a;background:#f0fff4}[data-theme="dark"] .chroma .c,[data-theme="dark"] .chroma .ch,[data-theme="dark"] .chroma .cm,[data-theme="dark"] .chroma .c1,[data-theme="dark"] .chroma .cs,[data-theme="dark"] .chroma .cp,[data-theme="dark"] .chroma .cpf{color:#8b949e}[data-theme="dark"] .chroma .k,[data-theme="dark"] .chroma .kc,[data-theme="dark"] .chroma .kd,[data-theme="dark"] .chroma .kn,[data-theme="dark"] .chroma .kp,[data-theme="dark"] .chroma .kr,[data-theme="dark"] .chroma .kt{color:#ff7b72}[data-theme="dark"] .chroma .s,[data-theme="dark"] .chroma .sa,[data-theme="dark"] .chroma .sb,[data-theme="dark"] .chroma .sc,[data-theme="dark"] .chroma .dl,[data-theme="dark"] .chroma .sd,[data-theme="dark"] .chroma .s2,[data-theme="dark"] .chroma .se,[data-theme="dark"] .chroma .sh,[data-theme="dark"] .chroma .si,[data-theme="dark"] .chroma .sx,[data-theme="dark"] .chroma .sr,[data-theme="dark"] .chroma .s1,[data-theme="dark"] .chroma .ss{color:#a5d6ff}[data-theme="dark"] .chroma .n,[data-theme="dark"] .chroma .na,[data-theme="dark"] .chroma .nb,[data-theme="dark"] .chroma .bp,[data-theme="dark"] .chroma .nc,[data-theme="dark"] .chroma .no,[data-theme="dark"] .chroma .nd,[data-theme="dark"] .chroma .ni,[data-theme="dark"] .chroma .ne,[data-theme="dark"] .chroma .nf,[data-theme="dark"] .chroma .fm,[data-theme="dark"] .chroma .py,[data-theme="dark"] .chroma .nl,[data-theme="dark"] .chroma .nn,[data-theme="dark"] .chroma .nt,[data-theme="dark"] .chroma .nx,[data-theme="dark"] .chroma .nv,[data-theme="dark"] .chroma .vc,[data-theme="dark"] .chroma .vg,[data-theme="dark"] .chroma .vi,[data-theme="dark"] .chroma .vm{color:#d2a8ff}[data-theme="dark"] .chroma .m,[data-theme="dark"] .chroma .mb,[data-theme="dark"] .chroma .mf,[data-theme="dark"] .chroma .mh,[data-theme="dark"] .chroma .mi,[data-theme="dark"] .chroma .il,[data-theme="dark"] .chroma .mo,[data-theme="dark"] .chroma .mx{color:#79c0ff}[data-theme="dark"] .chroma .o,[data-theme="dark"] .chroma .ow{color:#ff7b72}[data-theme="dark"] .chroma .err{color:#ffa198}[data-theme="dark"] .chroma .gd{color:#ffa198;background:rgba(248,81,73,0.15)}[data-theme="dark"] .chroma .gi{color:#aff5b4;background:rgba(46,160,67,0.15)}pre.chroma:has(.ln){counter-reset:line}.chroma:has(.ln) .ln{display:none}.chroma:has(.ln) .cl{display:block}.lntable{display:block}.lntd{display:block}.lntd:first-child{display:none}.lntable pre.chroma{counter-reset:line}.lntable .cl{display:block}.chroma:has(.ln) .cl::before,.lntable .cl::before{counter-increment:line;content:counter(line);display:inline-block;min-width:2ch;margin-right:1.25rem;color:var(--muted);text-align:right;font-variant-numeric:tabular-nums}.card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill, minmax(270px, 1fr));margin:2rem 0;list-style:none;padding:0}.card-grid--masonry{display:block;columns:2 270px;column-gap:1.5rem}.card-grid--masonry>.card{break-inside:avoid;margin-bottom:1.5rem}.card{position:relative;container-type:inline-size;background:var(--card-bg);border:1px solid var(--rule);border-left:3px solid var(--fg);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;color:inherit;transition:transform 0.15s ease, box-shadow 0.15s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.card .card-link{color:inherit;border-bottom:none}.card .card-link::after{content:"";position:absolute;inset:0;z-index:0}.card .card-image{aspect-ratio:16 / 9;background-size:cover;background-position:center;background-color:var(--code-bg)}.card .card-image.card-image--contain{background-size:contain;background-repeat:no-repeat}.card .card-image.card-image--generated{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, hsl(var(--card-hue), 28%, 88%), hsl(calc(var(--card-hue) + 30), 35%, 80%));overflow:hidden}.card .card-image.card-image--generated .card-image-text{font-family:var(--font-graphic);font-size:clamp(1.5rem, 9cqi, 2.5rem);font-weight:700;text-align:center;padding:0.75rem 1rem;line-height:1.2;color:hsl(var(--card-hue), 25%, 22%);word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.card .card-body{padding:1.1rem 1.25rem;flex:1;display:flex;flex-direction:column}.card .card-title{font-family:var(--font-display);font-size:1.45rem;font-weight:700;line-height:1.2;margin-bottom:0.5rem;letter-spacing:-0.005em}.card .card-excerpt{color:var(--subtle);font-size:0.93rem;line-height:1.55;flex:1}.card .card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:0.4rem;font-size:0.8rem;color:var(--muted);font-weight:300;margin-top:0.85rem}.post-list{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.post-list .card.post-row{flex-direction:row;align-items:stretch;border-left:1px solid var(--rule);padding:0}.post-list .card.post-row:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.post-list .card.post-row:hover .card-title-arrow{opacity:1;transform:translateX(0)}.post-list .card.post-row .card-body{flex:1;padding:1.1rem 1.25rem}.post-list .card.post-row .card-image{order:1;width:208px;aspect-ratio:unset;flex-shrink:0;border-radius:4px;align-self:stretch;margin:1.1rem 1.25rem 1.1rem 0}.post-list .card.post-row .card-title{font-size:1.25rem;margin-bottom:0.4rem}.post-list .card.post-row .card-title-arrow{opacity:0;transform:translateX(-6px);transition:opacity 0.15s ease, transform 0.15s ease;display:inline-block;margin-left:0.35rem;font-size:1rem;vertical-align:0.03em}.post-list .card.post-row .card-meta{margin-top:auto;padding-top:0.75rem}@media (max-width: 850px){.post-list .card.post-row{display:flow-root;padding:1.1rem 1.25rem}.post-list .card.post-row .card-image{float:right;width:33%;aspect-ratio:4 / 3;margin:0 0 0.5rem 1rem}.post-list .card.post-row .card-body{display:block;padding:0}.post-list .card.post-row .card-meta{clear:both;padding-top:0.5rem}}@media (max-width: 850px) and (max-width: 620px){.post-list .card.post-row .card-image{aspect-ratio:1}}.card .card-image.card-image--generated.card-image--image-themed{background:var(--themed-bg-light)}.card .card-image.card-image--generated.card-image--image-themed .card-image-text{color:var(--themed-text-light)}[data-theme="dark"] .card .card-image.card-image--generated.card-image--image-themed{background:var(--themed-bg-dark)}[data-theme="dark"] .card .card-image.card-image--generated.card-image--image-themed .card-image-text{color:var(--themed-text-dark)}[data-theme="dark"] .card .card-image.card-image--generated{background:linear-gradient(135deg, hsl(var(--card-hue), 22%, 22%), hsl(calc(var(--card-hue) + 30), 28%, 18%))}[data-theme="dark"] .card .card-image.card-image--generated .card-image-text{color:hsl(var(--card-hue), 20%, 85%)}.card .card-image.card-image--generated.card-image--textured{position:relative;background:none}.card .card-image.card-image--generated.card-image--textured::before{content:"";position:absolute;inset:0;background:url("/img/textures/plastered.webp") center/cover no-repeat;z-index:0}.card .card-image.card-image--generated.card-image--textured .card-image-text{position:relative;z-index:1;color:#262626}[data-theme="dark"] .card .card-image.card-image--generated.card-image--textured::before{filter:brightness(0.4) contrast(1.5)}[data-theme="dark"] .card .card-image.card-image--generated.card-image--textured .card-image-text{color:#ebebeb}.tag{position:relative;z-index:1;display:inline-block;font-size:0.6rem;font-weight:600;letter-spacing:0.03em;text-transform:uppercase;padding:0.15em 0.55em;border:1px solid var(--rule);border-radius:3px;color:var(--muted);background:transparent;white-space:nowrap;transition:color 0.15s, border-color 0.15s}.tag:hover{border-color:var(--fg);text-decoration:none}.notes-list .tag,.note .tag,.card-meta .tag,.post-meta .tag{padding:0;border:none;border-radius:0;text-decoration:none;border-bottom:none;font-size:0.75em;line-height:1}.notes-list .tag:not(:last-child),.note .tag:not(:last-child),.card-meta .tag:not(:last-child),.post-meta .tag:not(:last-child){padding-right:0.5em}.notes-list .tag:hover,.note .tag:hover,.card-meta .tag:hover,.post-meta .tag:hover{color:var(--fg)}.card-meta time+.tag,.post-meta span:not(.meta-sep)+.tag{margin-left:1.5em}.meta-sep{padding:0 1.2em;color:var(--muted);font-size:0.8em;line-height:1;user-select:none}.notes-list{margin-top:1.0rem;margin-bottom:0rem}.notes-list li{padding:1.5rem 0}.notes-list li:not(:last-child){border-bottom:1px dashed var(--rule)}.notes-list li:first-child{padding-top:0}.notes-list h3{font-size:1.25rem;font-weight:700;margin:0 0 0.5rem}.notes-list h3 a{border-bottom:none;text-decoration:none}.notes-list h3 a:hover{text-shadow:0.2px 0 0 currentColor}.notes-list h3 a:hover .notes-title-arrow{opacity:1;transform:translateX(0)}.notes-list .notes-title-arrow{opacity:0;transform:translateX(-6px);transition:opacity 0.15s ease, transform 0.15s ease;display:inline-block;margin-left:0.35rem;font-size:1rem;vertical-align:0.03em}.notes-list .note-subtitle{color:var(--subtle);font-size:0.93rem;margin:0 0 0.35rem}@keyframes fade-in-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.notes-list li,.post-list .card,.card-grid .card{opacity:0;animation:fade-in-up 0.35s ease forwards;animation-delay:.42s}.notes-list li:nth-child(1),.post-list .card:nth-child(1),.card-grid .card:nth-child(1){animation-delay:0s}.notes-list li:nth-child(2),.post-list .card:nth-child(2),.card-grid .card:nth-child(2){animation-delay:.06s}.notes-list li:nth-child(3),.post-list .card:nth-child(3),.card-grid .card:nth-child(3){animation-delay:.12s}.notes-list li:nth-child(4),.post-list .card:nth-child(4),.card-grid .card:nth-child(4){animation-delay:.18s}.notes-list li:nth-child(5),.post-list .card:nth-child(5),.card-grid .card:nth-child(5){animation-delay:.24s}.notes-list li:nth-child(6),.post-list .card:nth-child(6),.card-grid .card:nth-child(6){animation-delay:.3s}.notes-list li:nth-child(7),.post-list .card:nth-child(7),.card-grid .card:nth-child(7){animation-delay:.36s}.notes-list li:nth-child(8),.post-list .card:nth-child(8),.card-grid .card:nth-child(8){animation-delay:.42s}@media (prefers-reduced-motion: reduce){.notes-list li,.post-list .card,.card-grid .card{opacity:1;animation:none}}.side-by-side{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.75rem 0}.side-by-side>div>*:first-child{margin-top:0}@media (max-width: 600px){.side-by-side{grid-template-columns:1fr}}.evidence{border-left:3px solid var(--fg);background:var(--code-bg);padding:1rem 1.4rem;border-radius:0 6px 6px 0;margin:1.75rem 0;font-style:italic;font-size:1.04rem;line-height:1.65}.evidence p:last-child{margin-bottom:0}.breaker{text-align:center;margin:3.5rem 0;user-select:none}.breaker::before{content:"✦  ✦  ✦";color:var(--muted);font-size:0.65rem;letter-spacing:0.5rem}.video-embed{position:relative;padding-bottom:56.25%;margin:0}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:6px}.share-btn{margin-left:auto;background:none;border:none;padding:0;cursor:pointer;color:var(--muted);font-size:1.15rem;line-height:1;display:flex;align-items:center;transition:color 0.15s}.share-btn:hover{color:var(--fg)}.tweet-embed,.bluesky-embed-wrapper,.mastodon-embed-wrapper{margin:1.75rem 0}.mastodon-embed-wrapper .mastodon-embed{width:min(600px, 100%);}.gist-embed{margin:1.75rem 0}.gist-embed .gist-data{max-height:var(--gist-height, none);overflow-y:auto}.gist .gist-file{border:1px solid var(--rule) !important;border-radius:7px                   !important;overflow:hidden                !important}[data-theme="dark"] .gist .gist-file,[data-theme="dark"] .gist .gist-data,[data-theme="dark"] .gist .gist-meta{background-color:var(--code-bg) !important;border-color:var(--rule) !important}[data-theme="dark"] .gist .blob-num{background-color:var(--code-bg) !important;color:var(--muted) !important;border-color:var(--rule) !important}[data-theme="dark"] .gist .blob-code{background-color:var(--code-bg) !important;color:var(--code-fg) !important}[data-theme="dark"] .gist .gist-meta{color:var(--muted) !important}[data-theme="dark"] .gist .gist-meta a{color:var(--muted) !important}.post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--rule);font-size:0.9rem;color:var(--muted)}.post-nav a{color:var(--muted)}.post-nav a:hover{color:var(--fg)}.post-nav .post-nav-next{text-align:right}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.modal-overlay[aria-hidden="true"]{display:none}.modal-box{background:var(--card-bg);border:1px solid var(--rule);border-left:3px solid var(--fg);border-radius:8px;max-width:480px;width:100%;padding:1.75rem;position:relative;container-type:inline-size;box-shadow:0 8px 32px rgba(0,0,0,0.18)}.modal-box .modal-close{position:absolute;top:0.25rem;right:0.35rem;background:none;border:none;font-size:1.4rem;font-weight:600;line-height:1;color:var(--muted);cursor:pointer;padding:0 0.2rem}.modal-box .modal-close:hover{color:var(--fg)}.modal-box .modal-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:4px;margin-bottom:1.25rem;display:block}.modal-box .modal-image.modal-image--contain{aspect-ratio:auto;object-fit:contain}.modal-box .modal-image--generated{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, hsl(var(--card-hue), 28%, 88%), hsl(calc(var(--card-hue) + 30), 35%, 80%));overflow:hidden;border-radius:4px;margin-bottom:1.25rem}.modal-box .modal-image--generated .modal-image-text{font-family:var(--font-graphic);font-size:clamp(1.5rem, 9cqi, 2.5rem);font-weight:700;text-align:center;padding:1rem 1.5rem;line-height:1.2;color:hsl(var(--card-hue), 25%, 22%);word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.modal-box .modal-title{font-family:var(--font-display);font-size:1.6rem;font-weight:700;line-height:1.2;margin:0 2rem 0.75rem 0}.modal-box .modal-body{color:var(--muted);font-size:0.97rem;line-height:1.6;margin-bottom:1.4rem;white-space:pre-line}.modal-box .modal-actions{display:flex;flex-wrap:wrap;gap:0.5rem}.giscus-wrapper{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--rule)}details{border-radius:6px;background:var(--code-bg);padding:0.75rem 1rem}details summary{cursor:pointer;list-style:none;font-weight:600;color:var(--fg);user-select:none}details summary::before{content:"❯";display:inline-block;margin-right:0.5rem;font-size:0.65rem;transition:transform 0.15s ease;color:var(--muted)}details summary::-webkit-details-marker{display:none}details[open]>summary::before{transform:rotate(90deg)}details>*:not(summary):first-of-type{margin-top:0.75rem}details>*:last-child{margin-bottom:0}.zoomable{cursor:zoom-in}#lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.88);display:flex;align-items:center;justify-content:center;z-index:2000;cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%3E%3Cline%20x1='4'%20y1='4'%20x2='16'%20y2='16'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3E%3Cline%20x1='16'%20y1='4'%20x2='4'%20y2='16'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3E%3C/svg%3E") 10 10,pointer;padding:1.5rem}#lightbox[aria-hidden="true"]{display:none}#lightbox .lightbox-stage{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}#lightbox img{max-width:100%;max-height:100%;object-fit:contain;display:block;user-select:none}#lightbox img.can-zoom{cursor:zoom-in}#lightbox img:not(.can-zoom){cursor:zoom-out}#lightbox.is-zoomed .lightbox-stage{touch-action:none}#lightbox.is-zoomed img{max-width:none;max-height:none;width:auto;height:auto;flex-shrink:0;cursor:grab}#lightbox.is-zoomed img.is-grabbing{cursor:grabbing}.page-error{padding-top:1rem}.page-error h1{font-size:clamp(3rem, 8vw, 4rem);line-height:1;letter-spacing:-0.02em;margin:0 0 0.4rem}.page-error p.tagline{font-weight:300;font-size:1.2rem;color:var(--muted);margin:0 0 1.5rem}.modal-box .modal-image--generated.modal-image--image-themed{background:var(--themed-bg-light)}.modal-box .modal-image--generated.modal-image--image-themed .modal-image-text{color:var(--themed-text-light)}[data-theme="dark"] .modal-box .modal-image--generated.modal-image--image-themed{background:var(--themed-bg-dark)}[data-theme="dark"] .modal-box .modal-image--generated.modal-image--image-themed .modal-image-text{color:var(--themed-text-dark)}[data-theme="dark"] .modal-box .modal-image--generated{background:linear-gradient(135deg, hsl(var(--card-hue), 22%, 22%), hsl(calc(var(--card-hue) + 30), 28%, 18%))}[data-theme="dark"] .modal-box .modal-image--generated .modal-image-text{color:hsl(var(--card-hue), 20%, 85%)}.modal-box .modal-image--generated.modal-image--textured{position:relative;background:none}.modal-box .modal-image--generated.modal-image--textured::before{content:"";position:absolute;inset:0;background:url("/img/textures/plastered.webp") center/cover no-repeat;z-index:0}.modal-box .modal-image--generated.modal-image--textured .modal-image-text{position:relative;z-index:1;color:#262626}[data-theme="dark"] .modal-box .modal-image--generated.modal-image--textured::before{filter:brightness(0.4) contrast(1.5)}[data-theme="dark"] .modal-box .modal-image--generated.modal-image--textured .modal-image-text{color:#ebebeb}*,*::before,*::after{box-sizing:border-box}::selection{background:var(--selection-bg);color:var(--fg)}html,body{background-color:var(--bg);color:var(--fg);transition:background-color 0.2s, color 0.2s;margin:0}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:inherit;text-decoration:none;border-bottom:1px dotted currentColor}a:hover{border-bottom-style:solid}a.brand,.nav-links a,.socials a,.card a:not(.tag),a.anchor-link{border-bottom:none}.card[data-modal-title]{cursor:pointer}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:var(--bg);padding:0.5rem 1rem;z-index:999}.site-header{border-bottom:1px solid var(--rule)}.site-header .brand{font-family:var(--font-display);font-weight:700;font-size:1.5rem;letter-spacing:-0.01em;color:var(--fg)}.site-header .nav-links{font-size:0.9rem;font-weight:300;gap:clamp(0.5rem, 2.5vw, 1.5rem)}.site-header .nav-links a,.site-header .nav-links button{white-space:nowrap}.site-header .nav-links a{color:var(--fg)}.site-header #theme-toggle{background:transparent;border:1px solid var(--rule);color:var(--fg);padding:0.2rem 0.55rem;border-radius:4px;cursor:pointer;font-size:0.85rem;line-height:1.6}.site-header #theme-toggle:hover{background:var(--rule)}.site-footer{color:var(--muted);margin-top:1.0rem;font-size:0.88rem}.site-footer .socials{gap:1.25rem;flex-wrap:wrap}.site-footer .socials a{color:var(--muted);display:inline-flex;align-items:center}.site-footer .socials a i{font-size:1rem;line-height:1;opacity:0;margin-left:0.35em;transform:translateX(-6px);transition:opacity 0.15s ease, transform 0.15s ease}.site-footer .socials a span{white-space:nowrap;text-transform:lowercase}.site-footer .socials a:hover{color:var(--fg)}.site-footer .socials a:hover i{opacity:1;transform:translateX(0)}main.container{padding-top:2.5rem}.landing{padding-bottom:1rem}.landing-name{font-family:var(--font-display);font-weight:700;font-size:clamp(3rem, 8vw, 4rem);line-height:1;letter-spacing:-0.02em;margin:0 0 0.4rem}.landing-tagline{font-weight:300;font-size:1.2rem;color:var(--muted);margin:0 0 2rem}.landing-body{margin-top:1.75rem}.landing-body p{font-size:1.05rem;line-height:1.7;margin-bottom:0.85rem}.landing-body p strong{font-weight:500}.landing-body h2,.landing-body .detail-h2{font-family:var(--font-body);font-size:0.78rem;font-weight:600;text-transform:uppercase;letter-spacing:0.09em;color:var(--muted);line-height:1}.landing-body h2{margin:2.5rem 0 0.75rem}
