:root{--font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--bg: #000000;--surface: #161616;--surface-2: #1f1f1f;--surface-3: #2a2a2a;--text: #ffffff;--muted: #a3a3a3;--faint: #8a8a8a;--accent: #1273e8;--accent-hover: #0e63cc;--accent-text: #1d9bf0;--accent-soft: rgba(18, 115, 232, .24);--success: #3ecf8e;--danger: #ff8080;--hue-blue: #1d9bf0;--hue-violet: #a855f7;--hue-teal: #00d3b8;--hue-amber: #ffb020;--hue-rose: #ff5c7a;--hue-green: #22d06a;--s-1: .25rem;--s-2: .5rem;--s-3: .75rem;--s-4: 1rem;--s-5: 1.5rem;--s-6: 2rem;--s-7: 3rem;--s-8: 4rem;--r-sm: 10px;--r-md: 18px;--r-pill: 999px;--shadow: none;--shadow-lift: none;--ease: cubic-bezier(.22, 1, .36, 1);--sidebar-w: 264px;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1rem;line-height:1.6;letter-spacing:-.005em}img{display:block;max-width:100%}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;letter-spacing:-.025em;line-height:1.15;text-wrap:balance}p{margin:0;text-wrap:pretty}ul,ol{margin:0;padding:0;list-style:none}#root{min-height:100vh}:focus-visible{outline:3px solid var(--accent-text);outline-offset:2px;border-radius:var(--r-sm)}.skip-link{position:fixed;top:var(--s-3);left:var(--s-3);z-index:200;padding:var(--s-3) var(--s-4);background:var(--accent);color:#fff;font-weight:600;border-radius:var(--r-pill);transform:translateY(-200%);transition:transform .2s var(--ease)}.skip-link:focus-visible{transform:translateY(0)}.spam-trap{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden;pointer-events:none}.frame{min-height:100vh;margin-left:var(--sidebar-w)}.shell{width:100%;max-width:1040px;margin-inline:auto;padding-inline:var(--s-4)}.shell--narrow{max-width:720px}@media(min-width:768px){.shell{padding-inline:var(--s-6)}}.section{padding-block:var(--s-7)}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s-4);margin-bottom:var(--s-5)}.section__title{font-size:1.5rem;font-weight:700}.grid-2{display:grid;grid-template-columns:1fr;gap:var(--s-4)}@media(min-width:760px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.hero{padding-top:clamp(2.5rem,8vh,5rem);padding-bottom:var(--s-4)}.hero__inner{display:flex;flex-direction:column;align-items:flex-start;gap:var(--s-4)}.hero__title{font-size:clamp(2rem,4vw + 1rem,3rem);font-weight:800}.hero__title--name{display:inline-flex;align-items:center;gap:var(--s-2)}.hero__head{display:flex;flex-direction:column;gap:var(--s-1)}.hero__handle{color:var(--muted);font-size:1rem;font-weight:500}.hero__lead{max-width:58ch;color:var(--muted);font-size:1.0625rem}.hero__lead--bio{color:var(--text);font-size:1.1875rem;max-width:46ch}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--s-3);margin-top:var(--s-2)}.meta-row{display:flex;flex-wrap:wrap;gap:var(--s-2) var(--s-5);color:var(--muted);font-size:.875rem;font-weight:500}.meta-row li{display:inline-flex;align-items:center;gap:var(--s-2)}.meta-row svg{color:var(--faint);flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--s-2);height:2.5rem;padding-inline:var(--s-4);border:0;border-radius:var(--r-pill);background:transparent;color:var(--text);font-size:.9375rem;font-weight:600;white-space:nowrap;transition:background-color .18s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease)}.btn-lg{height:2.75rem;padding-inline:var(--s-5);font-size:.9375rem}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-quiet{background:var(--surface-2);color:var(--text)}.btn-quiet:hover{background:var(--surface-3)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn svg{flex-shrink:0;transition:transform .18s var(--ease)}.btn:hover svg{transform:translate(2px)}.link-arrow{display:inline-flex;align-items:center;gap:var(--s-2);color:var(--accent-text);font-size:.9375rem;font-weight:600;transition:gap .18s var(--ease)}.link-arrow:hover{gap:var(--s-3)}.back-link{display:inline-flex;align-items:center;gap:var(--s-2);margin-bottom:var(--s-5);color:var(--muted);font-size:.9375rem;font-weight:600;transition:color .18s var(--ease)}.back-link:hover{color:var(--text)}.panel{background:var(--surface);border-radius:var(--r-md);padding:var(--s-5)}.work-list{display:flex;flex-direction:column;gap:var(--s-1);margin-inline:calc(var(--s-4) * -1)}.card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--s-4);padding:var(--s-4);border-radius:var(--r-md);transition:background-color .18s var(--ease)}.card:hover,.card:focus-within{background:var(--surface)}.card__main{display:flex;flex-direction:column;gap:var(--s-1);min-width:0}.card__side{display:flex;align-items:center;gap:var(--s-3);flex-shrink:0;color:var(--muted)}.card__arrow{transition:transform .18s var(--ease),color .18s var(--ease)}.card:hover .card__arrow,.card:focus-within .card__arrow{transform:translate(3px);color:var(--text)}.card:hover .card__title{color:var(--accent-text)}.card__link:after{content:"";position:absolute;inset:0;border-radius:inherit}.card__link{color:inherit}.card:hover .card__more,.card:focus-within .card__more{color:var(--accent-text);gap:var(--s-3)}.card__more{display:inline-flex;align-items:center;gap:var(--s-2);color:var(--muted);font-size:.9375rem;font-weight:600;transition:color .18s var(--ease),gap .18s var(--ease)}.card__action{position:relative;z-index:1;color:var(--muted);font-size:.875rem;font-weight:600}.card__action:hover{color:var(--text)}.card__title{font-size:1.125rem;font-weight:700;transition:color .18s var(--ease)}.card__text{color:var(--muted);font-size:.9375rem}.card__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--s-3);margin-top:var(--s-4)}.card__foot .btn{flex:0 0 auto}.panel__title{font-size:1.125rem;font-weight:700;margin-bottom:var(--s-2)}.panel__text{color:var(--muted)}.panel--success{background:#3ecf8e1f}.panel--success .panel__title{color:var(--success)}.tag-list{display:flex;flex-wrap:wrap;gap:var(--s-2)}.tag{padding:.3rem var(--s-3);border-radius:var(--r-pill);background:var(--surface-3);color:var(--text);font-size:.8125rem;font-weight:500}.detail__body{display:grid;gap:var(--s-4)}.detail__body .panel__text{max-width:68ch}.detail__actions{display:flex;flex-wrap:wrap;gap:var(--s-3);margin-top:var(--s-5)}.cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--s-5);padding:var(--s-6);background:var(--surface);border-radius:var(--r-md)}.cta__title{font-size:clamp(1.5rem,2.5vw + .5rem,2rem);font-weight:800}.cta__lead{margin-top:var(--s-2);color:var(--muted)}.avatar{position:relative;margin:0;flex-shrink:0;width:3rem;height:3rem}.avatar--sm{width:2.5rem;height:2.5rem}.avatar--lg{width:6.5rem;height:6.5rem}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:var(--r-pill);background:var(--surface-2)}.avatar__dot{position:absolute;right:1px;bottom:1px;width:10px;height:10px;border-radius:var(--r-pill);background:var(--success);box-shadow:0 0 0 2.5px var(--bg)}.avatar--sm .avatar__dot{width:9px;height:9px}.avatar--lg .avatar__dot{right:4px;bottom:4px;width:14px;height:14px;box-shadow:0 0 0 3px var(--bg)}.verified{display:inline-flex;width:1.15em;height:1.15em;color:var(--accent-text);flex-shrink:0}.verified svg{width:100%;height:100%}.identity{display:inline-flex;align-items:center;gap:var(--s-3);min-width:0;padding:var(--s-2);margin:calc(var(--s-2) * -1);border-radius:var(--r-md);transition:background-color .18s var(--ease)}.identity:hover{background:var(--surface)}.identity__meta{display:flex;flex-direction:column;min-width:0}.identity__name{display:inline-flex;align-items:center;gap:var(--s-1);font-size:.9375rem;font-weight:700;line-height:1.25}.identity__handle{color:var(--muted);font-size:.8125rem;line-height:1.3}.identity__role{color:var(--faint);font-size:.78125rem;line-height:1.3}.sidebar{position:fixed;inset:0 auto 0 0;z-index:60;display:flex;flex-direction:column;gap:var(--s-5);width:var(--sidebar-w);padding:var(--s-5) var(--s-4);background:var(--bg);overflow-y:auto}.sidebar__nav{flex:1}.sidebar__nav ul{display:flex;flex-direction:column;gap:2px}.nav-link{display:flex;align-items:center;gap:var(--s-3);padding:var(--s-3) var(--s-4);border-radius:var(--r-pill);color:var(--muted);font-size:.9375rem;font-weight:600;transition:background-color .18s var(--ease),color .18s var(--ease)}.nav-link:hover{background:var(--surface);color:var(--text)}.nav-link.is-active{background:var(--surface-2);color:var(--text);font-weight:700}.nav-link__icon{display:inline-flex;width:20px;height:20px;flex-shrink:0}.nav-link__icon svg{width:100%;height:100%}.nav-link__icon{color:var(--accent-text)}.sidebar__foot{display:flex;flex-direction:column;gap:var(--s-3)}.sidebar__copy{color:var(--faint);font-size:.78125rem}.social{display:flex;gap:var(--s-2)}.social a{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--r-pill);background:var(--surface);color:var(--muted);transition:background-color .18s var(--ease),color .18s var(--ease),transform .18s var(--ease)}.social a:hover{background:var(--surface-3);color:var(--text)}.topbar,.drawer{display:none}@media(max-width:899px){.frame{margin-left:0}.sidebar{display:none}.topbar{position:sticky;top:0;z-index:70;display:flex;align-items:center;justify-content:space-between;gap:var(--s-3);padding:var(--s-3) var(--s-4);background:var(--bg)}.topbar__toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:.75rem;border:0;border-radius:var(--r-sm);background:var(--surface-2);transition:background-color .18s var(--ease)}.topbar__toggle:hover{background:var(--surface-3)}.topbar__toggle span{display:block;height:2px;border-radius:2px;background:var(--text);transition:transform .24s var(--ease),opacity .16s var(--ease)}.topbar[data-open=true] .topbar__toggle span:first-child{transform:translateY(7px) rotate(45deg)}.topbar[data-open=true] .topbar__toggle span:nth-child(2){opacity:0}.topbar[data-open=true] .topbar__toggle span:last-child{transform:translateY(-7px) rotate(-45deg)}.drawer{position:fixed;inset:4.25rem 0 0;z-index:65;display:block;padding:var(--s-4);background:var(--bg);overflow-y:auto;opacity:0;transform:translateY(-1rem);visibility:hidden;transition:opacity .24s var(--ease),transform .24s var(--ease),visibility .24s}.drawer[data-open=true]{opacity:1;transform:translateY(0);visibility:visible}.drawer ul{display:flex;flex-direction:column;gap:var(--s-2)}.drawer__link{display:block;padding:var(--s-4) var(--s-5);border-radius:var(--r-pill);background:var(--surface);color:var(--text);font-size:1.125rem;font-weight:600;transition:background-color .18s var(--ease)}.drawer__link:hover,.drawer__link.is-active{background:var(--surface-2)}.drawer__link.is-active{color:var(--accent-text)}.drawer__foot{margin-top:var(--s-5)}}.form{display:flex;flex-direction:column;gap:var(--s-5);padding:var(--s-6);background:var(--surface);border-radius:var(--r-md)}.form__row{display:grid;gap:var(--s-4)}@media(min-width:640px){.form__row--split{grid-template-columns:repeat(2,minmax(0,1fr))}}.field{display:flex;flex-direction:column;gap:var(--s-2)}.field__label{font-size:.875rem;font-weight:600;color:var(--text)}.field__hint{color:var(--faint);font-size:.8125rem}.input{width:100%;min-height:3rem;padding:var(--s-3) var(--s-4);border:0;border-radius:var(--r-sm);background:var(--surface-2);color:var(--text);font-size:1rem;transition:background-color .18s var(--ease),box-shadow .18s var(--ease)}.input::placeholder{color:var(--faint)}.input:hover{background:var(--surface-3)}.input:focus{outline:none;background:var(--surface-3);box-shadow:0 0 0 3px var(--accent-soft),inset 0 0 0 2px var(--accent-text)}.input--area{min-height:10rem;resize:vertical;line-height:1.6}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.captcha{min-height:65px}.form__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--s-4)}.form__note{color:var(--faint);font-size:.8125rem}.form__status{color:var(--danger);font-size:.9375rem;font-weight:500}.form__status:empty{display:none}.links{min-height:100vh;padding:clamp(2.5rem,8vh,5rem) var(--s-4) var(--s-8);background:var(--bg)}.links__inner{width:100%;max-width:480px;margin-inline:auto;display:flex;flex-direction:column;gap:var(--s-6)}.links__head{display:flex;flex-direction:column;align-items:center;gap:var(--s-2);text-align:center}.links__name{display:inline-flex;align-items:center;gap:var(--s-2);margin-top:var(--s-3);font-size:1.5rem;font-weight:800}.links__handle{color:var(--muted);font-size:.9375rem}.links__bio{max-width:34ch;color:var(--muted);font-size:.9375rem}.links__group{display:flex;flex-direction:column;gap:var(--s-3)}.links__group-title{font-size:.75rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);text-align:center}.links__stack{display:flex;flex-direction:column;gap:var(--s-3)}.links__item{display:flex;align-items:center;justify-content:space-between;gap:var(--s-4);padding:var(--s-4);border-radius:var(--r-md);background:var(--surface);color:var(--text);transition:background-color .18s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease)}.links__item:hover{background:var(--surface-2)}.links__item-text{display:flex;flex-direction:column;min-width:0}.links__item-text strong{font-size:1rem;font-weight:600}.links__item-text small{color:var(--muted);font-size:.8125rem}.links__foot{display:flex;justify-content:center}.page{animation:page-in .32s var(--ease) both}@keyframes page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rise{animation:rise .42s var(--ease) both}.rise-1{animation-delay:40ms}.rise-2{animation-delay:.1s}.rise-3{animation-delay:.16s}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.reveal{transition:opacity .48s var(--ease),transform .48s var(--ease)}.js-reveal .reveal:not(.is-visible){opacity:0;transform:translateY(14px)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.js-reveal .reveal:not(.is-visible){opacity:1;transform:none}.btn:hover,.links__item:hover,.social a:hover{transform:none}}.chip{display:inline-flex;align-items:center;justify-content:flex-start;flex-shrink:0}.chip--blue{color:var(--hue-blue)}.chip--violet{color:var(--hue-violet)}.chip--teal{color:var(--hue-teal)}.chip--amber{color:var(--hue-amber)}.chip--rose{color:var(--hue-rose)}.chip--green{color:var(--hue-green)}.grid-3{display:grid;grid-template-columns:1fr;gap:var(--s-4)}@media(min-width:700px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1040px){.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.feature-list{display:grid;grid-template-columns:1fr;gap:var(--s-6) var(--s-7);margin-top:var(--s-6)}@media(min-width:760px){.feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.feature{display:flex;align-items:flex-start;gap:var(--s-4)}.feature__body{display:flex;flex-direction:column;gap:var(--s-1)}.feature__title{font-size:1.0625rem;font-weight:700}.feature__text{color:var(--muted);font-size:.9375rem}.section__title--lead{font-size:clamp(1.75rem,3vw + .5rem,2.25rem);font-weight:800;margin-bottom:var(--s-3)}.section__lead{max-width:62ch;margin-bottom:var(--s-6);color:var(--muted);font-size:1.0625rem}.prose{max-width:68ch;margin-bottom:var(--s-4);color:var(--muted);font-size:1.0625rem}.panel__meta{margin-top:var(--s-2);color:var(--faint);font-size:.875rem}.timeline{display:flex;flex-direction:column;gap:var(--s-3);counter-reset:none}.timeline__item{padding:var(--s-5);border-radius:var(--r-md);background:var(--surface)}.timeline__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--s-2) var(--s-4)}.timeline__role{font-size:1.125rem;font-weight:700}.timeline__period{color:var(--faint);font-size:.875rem;font-variant-numeric:tabular-nums;white-space:nowrap}.timeline__org{margin-top:2px;color:var(--accent-text);font-size:.9375rem;font-weight:600}.timeline__text{margin-top:var(--s-3);max-width:72ch;color:var(--muted);font-size:.9375rem}.timeline__takeaway{position:relative;margin-top:var(--s-3);padding-left:var(--s-4);color:var(--text);font-size:.9375rem}.timeline__takeaway:before{content:"";position:absolute;left:0;top:.2em;bottom:.2em;width:2px;border-radius:2px;background:color-mix(in srgb,var(--accent-text) 55%,transparent)}.chatbtn{position:fixed;right:var(--s-5);bottom:var(--s-5);z-index:80;display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:var(--r-pill);background:var(--accent);color:#fff;transition:background-color .18s var(--ease)}.chatbtn:hover{background:var(--accent-hover)}.chatpanel{position:fixed;right:var(--s-5);bottom:calc(var(--s-5) + 4rem);z-index:80;display:flex;flex-direction:column;width:min(24rem,calc(100vw - 2 * var(--s-5)));height:min(30rem,calc(100vh - 8rem));border-radius:var(--r-md);background:var(--surface);overflow:hidden;opacity:0;transform:translateY(12px) scale(.98);transform-origin:bottom right;visibility:hidden;transition:opacity .22s var(--ease),transform .22s var(--ease),visibility .22s}.chatpanel[data-open=true]{opacity:1;transform:none;visibility:visible}.chatpanel__head{padding:var(--s-4) var(--s-5);background:var(--surface-2)}.chatpanel__title{font-size:.9375rem;font-weight:700}.chatpanel__note{margin-top:2px;color:var(--faint);font-size:.75rem}.chatpanel__log{flex:1;display:flex;flex-direction:column;gap:var(--s-3);padding:var(--s-4);overflow-y:auto;overscroll-behavior:contain}.chatpanel__empty{display:flex;flex-direction:column;gap:var(--s-3);color:var(--muted);font-size:.875rem}.chatpanel__openers{display:flex;flex-direction:column;gap:var(--s-2);align-items:flex-start}.opener{padding:var(--s-2) var(--s-4);border-radius:var(--r-pill);background:var(--surface-2);color:var(--text);font-size:.8125rem;font-weight:500;text-align:left;transition:background-color .18s var(--ease)}.opener:hover{background:var(--surface-3)}.bubble{max-width:88%;padding:var(--s-3) var(--s-4);border-radius:var(--r-md);font-size:.875rem;line-height:1.55;white-space:pre-wrap}.bubble--user{align-self:flex-end;background:var(--accent);color:#fff}.bubble--assistant{align-self:flex-start;background:var(--surface-2);color:var(--text)}.bubble--typing{color:var(--faint)}.chatpanel__error{color:var(--danger);font-size:.8125rem}.chatpanel__composer{display:flex;align-items:center;gap:var(--s-2);padding:var(--s-3);background:var(--surface-2)}.chatpanel__input{flex:1;min-width:0;height:2.5rem;padding:0 var(--s-4);border:0;border-radius:var(--r-pill);background:var(--surface-3);color:var(--text);font-size:.875rem}.chatpanel__input::placeholder{color:var(--faint)}.chatpanel__input:focus{outline:none;box-shadow:0 0 0 2px var(--accent-soft)}.chatpanel__send{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:var(--r-pill);background:var(--accent);color:#fff;transition:background-color .18s var(--ease)}.chatpanel__send:hover:not(:disabled){background:var(--accent-hover)}.chatpanel__send:disabled{opacity:.45;cursor:not-allowed}@media(max-width:560px){.chatpanel{right:var(--s-3);left:var(--s-3);bottom:calc(var(--s-3) + 4rem);width:auto}.chatbtn{right:var(--s-3);bottom:var(--s-3)}}.timeline__where{color:var(--faint);font-weight:500}.bubble__link{color:var(--accent-text);font-weight:600;text-decoration:underline;text-underline-offset:2px}.bubble--user .bubble__link{color:#fff}.bubble__link:hover{text-decoration-thickness:2px}.shell--reading{max-width:720px}.postlist{display:flex;flex-direction:column;gap:var(--s-4)}.postmeta{display:flex;flex-wrap:wrap;gap:var(--s-2) var(--s-5);color:var(--faint);font-size:.8125rem}.postmeta span{display:inline-flex;align-items:center;gap:var(--s-2)}.prose-body{margin-top:var(--s-5);color:var(--muted);font-size:1.0625rem;line-height:1.75}.prose-body__h2{margin-top:var(--s-7);margin-bottom:var(--s-3);color:var(--text);font-size:1.5rem;font-weight:700}.prose-body__h3{margin-top:var(--s-6);margin-bottom:var(--s-2);color:var(--text);font-size:1.1875rem;font-weight:700}.prose-body__p{margin-bottom:var(--s-4)}.prose-body__list{margin-bottom:var(--s-4);display:flex;flex-direction:column;gap:var(--s-2);padding-left:var(--s-5);list-style:disc}.prose-body__list li{padding-left:var(--s-1)}.prose-body__quote{position:relative;margin:var(--s-5) 0;padding-left:var(--s-5);color:var(--text)}.prose-body__quote:before{content:"";position:absolute;left:0;top:.25em;bottom:.25em;width:3px;border-radius:3px;background:var(--accent-text)}.prose-body__pre{margin-bottom:var(--s-4);padding:var(--s-4);border-radius:var(--r-sm);background:var(--surface-2);overflow-x:auto;font-size:.875rem;line-height:1.6}.prose__code{padding:.15em .4em;border-radius:6px;background:var(--surface-2);color:var(--text);font-size:.9em}.prose__link,.prose-body a{color:var(--accent-text);font-weight:600;text-decoration:underline;text-underline-offset:2px}.postlist .card{flex-direction:column;align-items:flex-start}
