@import"https://fonts.googleapis.com/css2?family=Anton&family=Fira+Code:wght@400;500&display=swap";:root{--brand-a: #ffb4a2;--brand-b: #96aaff;--off-white: #f5f2ea;--bg: var(--off-white);--right-bg: var(--off-white);--left-accent: var(--brand-a);--sidebar-bg: #1C0F13;--surface: #fdfaf4;--text: #1C0F13;--muted: #1f1f1f;--border: #0e0e0e;--accent: #1C0F13;--accent-soft: #efece3;--shadow: none;--radius: 12px;--content-width: 62rem}:root[data-color-mode=swapped]{--left-accent: var(--brand-b)}:root[data-color-mode=offwhite]{--left-accent: var(--off-white)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;height:100vh;font-family:Fira Code,IBM Plex Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:var(--right-bg);color:var(--text);line-height:1.6;overflow:hidden}a{color:var(--accent);text-underline-offset:.15em}img{max-width:100%;height:auto}h1,h2,h3,h4{font-family:Anton,Arial Black,sans-serif;line-height:1.08;letter-spacing:.02em;text-transform:uppercase;margin-bottom:.55rem}h1{font-size:clamp(2rem,2.2vw + 1.3rem,3.15rem);background:var(--left-accent);padding:10px}h1.about-title{font-size:2.6rem}h2{font-size:clamp(1.4rem,1.1vw + 1rem,2.05rem);margin-top:2rem;background:var(--left-accent);padding:10px}:root[data-color-mode=offwhite] h1,:root[data-color-mode=offwhite] h2{background:var(--surface)}p,li{font-size:clamp(1rem,.14vw + .97rem,1.06rem);font-family:Fira Code,IBM Plex Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}code,pre,kbd{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}pre{border:1px solid var(--border);border-radius:10px;padding:1rem;overflow-x:auto;background:#8fa4f7;color:#000;position:relative}:not(pre)>code{background:var(--accent-soft);border:1px solid var(--border);border-radius:6px;padding:.12rem .32rem}table{width:100%;border-collapse:collapse;margin:1.5rem 0}th,td{border:1px solid var(--border);padding:.52rem;text-align:left}blockquote{margin:1.5rem 0;padding-left:.9rem;border-left:3px solid #000;color:var(--muted)}.skip-link{position:absolute;left:.5rem;top:-4rem;background:#fff;border:1px solid #000;border-radius:8px;padding:.5rem .8rem;z-index:40}.skip-link:focus{top:.5rem}:focus-visible{outline:3px solid #000;outline-offset:3px}.site-shell{height:100vh;display:grid;grid-template-columns:minmax(240px,33.333vw) 1fr}.sidebar{background:var(--sidebar-bg);color:#fff;padding:2rem 1.3rem 1.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;position:sticky;top:0;height:100vh}.profile{color:inherit;text-decoration:none;display:grid;justify-items:center;gap:.86rem;margin-top:8vh}.profile img{width:208px;height:208px;border-radius:20px;border:2px solid var(--left-accent);object-fit:cover}.profile .name{color:var(--left-accent);font-family:Anton,Arial Black,sans-serif;font-size:3.55rem;text-transform:uppercase;white-space:nowrap;max-width:none}.profile .role{color:var(--left-accent);font-family:Fira Code,IBM Plex Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1.5rem;letter-spacing:.2rem;line-height:.9}.profile .title{color:var(--left-accent);max-width:18rem;font-size:1.06rem;line-height:1.35;text-wrap:balance;font-family:Fira Code,IBM Plex Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.connect p{margin:0 0 .55rem;font-family:Anton,Arial Black,sans-serif;font-size:1.05rem;text-transform:uppercase;letter-spacing:.03em;color:var(--left-accent)}.connect ul{margin:0;padding:0;list-style:none;display:flex;gap:.7rem;justify-content:center;align-items:center}.connect a{color:#fff;width:2rem;height:2rem;border:1px solid var(--left-accent);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.connect a:hover,.connect a:focus-visible{border-color:#fff}.connect svg{width:1.15rem;height:1.15rem;fill:var(--left-accent)}.connect svg:hover{fill:#fff}.connect{margin-top:auto;width:100%;padding-bottom:2rem;padding-top:2rem;border-bottom:1px dotted var(--left-accent)}main{background:var(--right-bg);color:#000;width:100%;height:100vh;overflow-y:auto;padding:2rem min(3vw,2rem) 3rem}.palette-toggle{width:100%;margin-top:.4rem;display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.palette-toggle p{margin:0;font-size:.82rem;letter-spacing:.03em;color:var(--left-accent);white-space:nowrap}.palette-buttons{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.4rem}.palette-buttons button{border:1px solid var(--left-accent);background:transparent;color:var(--left-accent);border-radius:999px;padding:.2rem .55rem;font:inherit;font-size:.72rem;cursor:pointer}.palette-buttons button[aria-pressed=true]{background:var(--left-accent);color:#1c0f13}.palette-toggle-mobile{display:none;width:100%;margin-top:.6rem;border:1px dotted var(--left-accent);border-radius:10px;padding:.5rem .55rem .6rem}.palette-toggle-mobile summary{cursor:pointer;list-style:none;color:var(--left-accent);font-size:.82rem;letter-spacing:.03em;text-transform:uppercase}.palette-toggle-mobile summary::-webkit-details-marker{display:none}.palette-toggle-mobile .palette-buttons{margin-top:.5rem;justify-content:center}main>*{width:min(100%,var(--content-width));margin-inline:auto}body.post-page main>*{width:min(100%,72rem)}body.post-page .content :where(p,ul,ol,blockquote){max-width:74ch}@media(max-width:900px){body{height:auto;min-height:100vh;overflow:auto}.site-shell{height:auto;grid-template-columns:1fr}.sidebar{padding:1rem;gap:1rem;position:static;height:auto}.profile{grid-auto-flow:row;justify-items:center;align-items:center;gap:.8rem;margin-top:0}.profile img{width:200px;height:200px}.profile .name{font-size:3rem}.profile .title{font-size:.94rem;max-width:100%}.connect{margin-top:.8rem}.connect ul{flex-wrap:wrap}.palette-toggle{display:none}.palette-toggle-mobile{display:block}main{height:auto;overflow:visible;padding-top:1.3rem}}
