:root{--sans:"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--serif:"IBM Plex Serif", Georgia, Times, serif;--mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--bg:#ffffff;--bg-card:#ffffff;--text:#141414;--text-2:rgba(20, 20, 20, 0.66);--muted:rgba(20, 20, 20, 0.44);--accent:#141414;--accent-hover:#000000;--border:#e4e4e4;--border-soft:rgba(0, 0, 0, 0.07);--code-bg:#f5f5f5;--accent-soft:rgba(0, 0, 0, 0.07);--crown:#c9962e}html.dark{--bg:#0b0c0e;--bg-card:#131417;--text:rgba(245, 245, 245, 0.92);--text-2:rgba(245, 245, 245, 0.62);--muted:rgba(245, 245, 245, 0.42);--accent:#f5f5f5;--accent-hover:#ffffff;--border:rgba(255, 255, 255, 0.14);--border-soft:rgba(255, 255, 255, 0.08);--code-bg:#1b1c1f;--accent-soft:rgba(255, 255, 255, 0.14);--crown:#e0b054}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:17px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::selection{background:var(--accent-soft)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.post-content a:not(.link-card),.hero-tagline a{text-decoration:underline;text-decoration-color:var(--muted);text-decoration-thickness:1px;text-underline-offset:3px}.post-content a:not(.link-card):hover,.hero-tagline a:hover{text-decoration-color:initial}img{max-width:100%;height:auto}.site-header,.main,.site-footer{max-width:740px;margin:0 auto;padding:0 clamp(1.1rem,4vw,1.5rem)}.site-nav{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0 .6rem}.site-name{font-weight:600;font-size:.95rem;color:var(--text)}.site-name:hover{color:var(--accent);text-decoration:none}.nav-right{display:flex;align-items:center;gap:.45rem}.site-name{display:inline-flex;align-items:center;gap:.45rem}.site-crown{color:var(--crown);flex-shrink:0;margin-top:-2px}.nav-link{font-size:.88rem;font-weight:500;color:var(--accent);margin-right:.4rem}.nav-link::after{content:"\2197";font-size:.72em;margin-left:.22em;opacity:.65;display:inline-block}.nav-link:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.nav-link:hover::after{text-decoration:none}.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:0 0;border-radius:6px;color:var(--muted);cursor:pointer;padding:0}.nav-icon:hover{color:var(--accent);background:var(--border-soft);text-decoration:none}#icon-sun{display:none}html.dark #icon-sun{display:block}html.dark #icon-moon{display:none}.home{padding:clamp(1.5rem,5vw,3rem)0 2rem}.hero-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.hero-name{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;column-gap:.55rem;font-size:clamp(1.4rem,3.4vw,1.85rem);line-height:1.2;letter-spacing:-.01em}.hero-by{font-family:var(--serif);font-weight:400;color:var(--text-2)}.hero-hex{font-family:var(--mono);font-weight:500;font-size:.92em;color:var(--crown)}.hero-word{font-family:var(--serif);font-weight:600}.hero-coin{flex-shrink:0;display:inline-flex;padding:3px;border:1.5px dashed var(--crown);border-radius:50%;transition:transform .25s ease}.hero-coin img{display:block;width:clamp(42px,5.5vw,54px);height:auto;border-radius:50%;border:2px solid var(--crown)}.hero-coin:hover{transform:rotate(-8deg)}.vh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hero-tagline{margin:.3rem 0 0;max-width:52ch;color:var(--text-2);font-size:1rem;line-height:1.6}.home-divider{border:none;border-top:1px solid var(--border);margin:clamp(1.6rem,4vw,2.3rem)0 0}.home-writings{margin:1.5rem 0 .2rem;font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.post-list{list-style:none;margin:0;padding:0}.post-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.25rem;padding:.55rem 0;color:var(--text);transition:padding-left .14s ease}.post-row:hover{text-decoration:none;padding-left:.35rem}.post-row-title{font-size:.93rem;line-height:1.45;transition:color .12s ease}.post-row:hover .post-row-title{color:var(--accent)}.post-row-date{flex-shrink:0;font-size:.82rem;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.post{padding:clamp(1.5rem,5vw,3rem)0 1rem}.post-title{margin:0 0 .6rem;font-family:var(--serif);font-size:clamp(1.65rem,4vw,2.1rem);font-weight:600;line-height:1.25;letter-spacing:-.005em}.post-meta{font-size:.88rem;color:var(--muted);font-variant-numeric:tabular-nums}.post-content{margin-top:clamp(1.6rem,3vw,2.2rem);font-size:1.02rem;line-height:1.72}.post-content p{margin:0 0 1.35rem}.post-content h2,.post-content h3,.post-content h4{font-family:var(--serif);font-weight:600;line-height:1.3;margin:2.4rem 0 .9rem}.post-content h2{font-size:1.45rem}.post-content h3{font-size:1.18rem}.post-content h4{font-size:1.02rem}.post-content ul,.post-content ol{margin:0 0 1.35rem;padding-left:1.5rem}.post-content li{margin-bottom:.45rem}.post-content li p{margin-bottom:.45rem}.post-content blockquote{margin:1.6rem 0;padding:.15rem 0 .15rem 1.1rem;border-left:3px solid var(--accent);color:var(--text-2)}.post-content blockquote p{margin-bottom:.6rem}.post-content hr{border:none;border-top:1px solid var(--border);margin:2.4rem auto;width:100%}.post-content code{font-family:var(--mono);font-size:.88em;background:var(--code-bg);border-radius:4px;padding:.12em .35em}.post-content pre{background:var(--code-bg);border:1px solid var(--border-soft);border-radius:8px;padding:1rem 1.2rem;overflow-x:auto;margin:0 0 1.35rem}.post-content pre code{background:0 0;padding:0;font-size:.85rem}.post-content table{border-collapse:collapse;margin:0 0 1.35rem;width:100%;display:block;overflow-x:auto;font-size:.92rem}.post-content th,.post-content td{border:1px solid var(--border);padding:.45rem .7rem;text-align:left}.post-figure{margin:2rem 0;text-align:center}.post-figure img{border-radius:6px;border:1px solid var(--border-soft);background:var(--bg-card)}.post-figure figcaption{margin-top:.55rem;font-size:.84rem;line-height:1.5;color:var(--muted);overflow-wrap:anywhere}.post-content .katex-display{overflow-x:auto;overflow-y:hidden;padding:.2rem 0;margin:1.6rem 0}.post-content .katex{font-size:1.05em}.post-content :is(#references,#resources,#some-resources,#further-reading,#citations){margin-top:3.2rem;padding-top:1.3rem;border-top:1px solid var(--border);font-size:.82rem;font-family:var(--sans);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.post-content :is(#references,#resources,#some-resources,#further-reading,#citations)~ol,.post-content :is(#references,#resources,#some-resources,#further-reading,#citations)~ul{font-size:.88rem;line-height:1.6;color:var(--text-2);padding-left:1.4rem}.post-content :is(#references,#resources,#some-resources,#further-reading,#citations)~ol li,.post-content :is(#references,#resources,#some-resources,#further-reading,#citations)~ul li{margin-bottom:.45rem;overflow-wrap:anywhere}.post-content :is(#references,#resources,#some-resources,#further-reading,#citations)~p{font-size:.9rem;color:var(--text-2)}.tweet-card{margin:2rem auto;max-width:560px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1rem 1.15rem .85rem;font-size:.94rem;line-height:1.5;text-align:left}.tweet-head{display:flex;align-items:center;gap:.6rem}.tweet-avatar{width:40px;height:40px;border-radius:50%;border:none;flex-shrink:0}.tweet-avatar-sm{width:20px;height:20px}.tweet-who{display:flex;flex-direction:column;line-height:1.25;min-width:0}.tweet-name{font-weight:600;color:var(--text);font-size:.92rem}.tweet-name:hover{color:var(--accent);text-decoration:none}.tweet-handle{color:var(--muted);font-size:.84rem}.tweet-xlink{margin-left:auto;color:var(--muted);flex-shrink:0}.tweet-xlink:hover{color:var(--accent)}.tweet-replyto{margin-top:.55rem;font-size:.82rem;color:var(--muted)}.tweet-body{margin-top:.6rem;color:var(--text);overflow-wrap:anywhere}.tweet-body a{overflow-wrap:anywhere}.tweet-media{display:block;margin-top:.75rem;border-radius:8px;border:1px solid var(--border-soft);width:100%}.tweet-video{position:relative;display:block;margin-top:.75rem}.tweet-video img{display:block;border-radius:8px;border:1px solid var(--border-soft);width:100%}.tweet-video-badge{position:absolute;left:.6rem;bottom:.6rem;background:rgba(0,0,0,.72);color:#fff;font-size:.78rem;padding:.25rem .6rem;border-radius:999px}.tweet-quoted{margin:.75rem 0 0;padding:.65rem .8rem;border:1px solid var(--border-soft);border-left:1px solid var(--border-soft);border-radius:8px;font-size:.88rem;color:var(--text-2)}.tweet-quoted .tweet-head{gap:.4rem;flex-direction:row;align-items:center}.tweet-quoted .tweet-name{font-size:.85rem}.tweet-quoted .tweet-body{margin-top:.35rem}.tweet-foot{margin-top:.65rem;font-size:.8rem}.tweet-foot a{color:var(--muted)}.tweet-foot a:hover{color:var(--accent)}.tweet-missing .tweet-body{color:var(--muted);font-style:italic;margin-top:0}.link-card{display:flex;flex-direction:column;gap:.15rem;margin:1.6rem 0;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;color:var(--text)}.link-card:hover{border-color:var(--accent);text-decoration:none;color:var(--text)}.link-card-title{font-size:.95rem;font-weight:500;line-height:1.4}.link-card:hover .link-card-title{color:var(--accent)}.link-card-site{font-size:.78rem;color:var(--muted)}.post-footer{margin-top:3rem;padding-top:1.1rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;font-size:.86rem}.provenance{color:var(--muted)}.site-footer{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;justify-content:space-between;padding-top:1rem;padding-bottom:2.2rem;margin-top:2.5rem;font-size:.82rem;color:var(--muted)}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--accent)}@media(max-width:540px){.post-row{flex-direction:column;gap:.1rem;align-items:flex-start;padding:.5rem 0}.post-row:hover{padding-left:0}.post-list li{border-bottom:1px solid var(--border-soft)}.post-list li:last-child{border-bottom:none}}body,.site-header,.tweet-card,.link-card{transition:background-color .2s ease,border-color .2s ease,color .2s ease}@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;animation:none!important}}