@charset "UTF-8";:root{--wrap-width: 780px;--radius: 4px;--font-family-primary: "Iowan Old Style", "Palatino Linotype";--font-size-primary: 1.2em;--font-family-monospace: ui-monospace, "Cascadia Code", "Source Code Pro", menlo, consola, "DejaVu Sans Mono";--font-size-code: 1em;--font-weight-normal: 500;--shadow-card: 0 4px 8px light-dark(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));--shadow-image: 0 8px 24px light-dark(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));--image-filter: brightness(.8);--book-cover-filter: brightness(1)}:root{color-scheme:light dark;--orange: #d08770;--yellow: #ebcb8b;--green: #a3be8c;--turquoise: #8fbcbb;--cyan: #88c0d0;--blue: #81a1c1;--purple: #b48ead;--red: #bf616a;--gray: #6c6f74;--black: #2e3440;--black-bis: #3b4252;--black-quad: #4c566a;--white: #eceff4;--white-bis: #e5e9f0;--white-ter: #d8dee9;--terracotta: #a55a40;--steel-blue: #465a7a;--ice: #f6fafb;--sky-blue: #a8c6e0;--cream: #faf2e2;--amber: #e89a02;--text-color: light-dark(var(--black-quad), var(--white));--background-color: light-dark(var(--white), var(--black));--accent-color: light-dark(var(--terracotta), var(--orange));--link-color: light-dark(var(--steel-blue), var(--white-ter));--border-color: light-dark(var(--white-ter), var(--black-quad));--code-bg: light-dark(var(--white-ter), var(--black-quad));--blockquote-bg: light-dark(var(--white-bis), var(--black-quad));--message-bg: light-dark(var(--white-bis), var(--black-quad));--message-color: light-dark(var(--black-quad), var(--white));--message-link-color: light-dark(var(--black), var(--white));--table-header-color: light-dark(var(--black-quad), var(--white));--title-color: light-dark(var(--black-quad), var(--white));--strong-color: light-dark(var(--black), var(--white));--tag-color: light-dark(var(--white), var(--white));--post-bg: light-dark(var(--white-bis), var(--black-quad));--footer-bg: light-dark(var(--white-bis), var(--black-bis));--author-color: light-dark(var(--black-bis), var(--white-ter));--navbar-item-bg: light-dark(var(--white-bis), var(--black-bis));--button-bg: light-dark(var(--white), var(--black-bis));--button-color: light-dark(var(--steel-blue), var(--white-ter));--button-hover-bg: light-dark(var(--black-quad), var(--white-ter));--button-hover-color: light-dark(var(--white-bis), var(--black-bis));--info-bg: light-dark(var(--ice), var(--sky-blue));--warning-bg: light-dark(var(--cream), var(--amber));--hover-bg: light-dark(var(--white-ter), var(--black-quad));--background-color-oled: #000000;--footer-bg-oled: #0a0a0a;--text-color-mobile: var(--white-bis);--link-color-mobile: var(--turquoise)}*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul{list-style-type:none;padding:0;margin:0}html,body{height:100%}html{background-color:var(--background-color);color:var(--text-color)}body{display:flex;flex-direction:column;font-family:var(--font-family-primary),serif;font-size:var(--font-size-primary);font-weight:var(--font-weight-normal);line-height:1.5;color:var(--text-color);background-color:var(--background-color)}h1{font-size:3rem}.subtitle{font-size:1.5rem;font-weight:400;color:var(--accent-color);margin-top:.25rem;margin-bottom:0}article header .title{margin-bottom:.25rem}article header .subtitle{margin-bottom:.75rem}article header nav.meta{margin-bottom:.5rem}article header hr{margin-top:1rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}body>header{margin-top:2rem}main{margin-top:2rem}aside{margin-top:2rem}header,main{margin-left:auto;margin-right:auto;width:var(--wrap-width)}main{flex:1 0 auto}footer{flex-shrink:0;padding:1rem;margin-left:auto;margin-right:auto;width:var(--wrap-width)}footer .left{float:left}footer .right{float:right;display:flex;gap:1em}table{border-collapse:collapse;width:100%}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}th{text-align:left;color:var(--table-header-color)}th,td{border:1px solid var(--border-color);padding:.5rem}pre code{font-family:var(--font-family-monospace),monospace;font-size:var(--font-size-code)}a{color:var(--link-color);text-decoration:none}a:hover{color:var(--accent-color);text-decoration:underline}em{color:var(--accent-color);font-weight:700}hr{background-color:var(--border-color);border:none;display:block;height:2px}article header{margin-bottom:2rem}section{margin-bottom:1rem}body>header>nav{display:flex;align-items:center;justify-content:space-between;position:relative}body>header>nav ul{display:flex;flex-grow:1;align-items:stretch;justify-content:flex-start;gap:.5rem;list-style:none;padding:0;margin:0}body>header>nav ul>li{display:flex;align-items:center}body>header>nav ul+button{margin-left:.5rem}body>header>nav a,body>header>nav button{display:flex;align-items:center;justify-content:center}body>header>nav a{padding:.5rem .75rem;color:var(--link-color);position:relative;text-decoration:none}body>header>nav a:after{content:"";position:absolute;bottom:.25rem;left:.75rem;right:.75rem;height:2px;background-image:linear-gradient(-90deg,var(--purple),var(--turquoise));opacity:0}body>header>nav a:hover:after,body>header>nav a[aria-current=page]:after{opacity:1}body>header>nav a:hover,body>header>nav a[aria-current=page]{background-color:transparent;color:var(--text-color);text-decoration:none}body>header>nav button{padding:.5rem;border:none;background:transparent;color:var(--link-color);cursor:pointer;border-radius:4px;transition:color .2s ease}body>header>nav button:hover{background:transparent;color:var(--text-color)}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}img{filter:var(--image-filter);max-width:100%;height:auto}.mobile-menu-toggle{display:none;padding:.5rem;border:1px solid var(--border-color);background-color:var(--button-bg);color:var(--button-color);border-radius:8px;cursor:pointer}.mobile-menu-toggle .close-icon,.mobile-menu-toggle[aria-expanded=true] .menu-icon{display:none}.mobile-menu-toggle[aria-expanded=true] .close-icon{display:block}.meta{display:flex;justify-content:space-between}.meta .left{align-self:flex-start}.meta .left p{font-size:1rem}.meta .right{align-self:flex-end}.hero{display:grid;grid-template-columns:4fr 2fr}.hero .description{display:flex;flex-direction:column;gap:1rem}.hero .description h1{font-size:3rem;background-image:linear-gradient(-90deg,var(--purple),var(--turquoise));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero .decoration{justify-self:right}.sun,.moon{display:none}button#toggle .moon{display:block}button#toggle:hover{cursor:pointer}:root[data-theme=dark] button#toggle .moon{display:none}:root[data-theme=dark] button#toggle .sun{display:block}.me:hover{transform:scaleX(-1)}figure.me{width:128px;height:128px}figure.me img{transform:scaleX(-1)}.has-text-weight-bold{font-weight:700}.is-italic{font-style:italic}.feed-title{display:flex;align-items:center;gap:.5rem}.feed-title .lucide-icon{width:1.25rem;height:1.25rem}.feed-title.writing-icon .lucide-icon{color:var(--blue)}.feed-title.notes-icon .lucide-icon{color:var(--orange)}.feed-title.highlights-icon .lucide-icon{color:var(--yellow)}ul.feed{padding:0;margin:0;list-style:none}ul.feed li a{display:flex;gap:.5rem;padding:.5rem .75rem;align-items:center;justify-content:space-between;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid var(--border-color);transition:background-color .15s ease}ul.feed li a:hover{background-color:var(--hover-bg)}ul.feed li:last-child a{border-bottom:none}ul.feed li a .date,ul.feed li a .entry-details{font-size:small}.highlight{margin-bottom:1em}.copy-code{position:absolute;top:4px;right:4px;border-radius:var(--radius);user-select:none;background:light-dark(var(--black-quad),var(--white-ter));color:light-dark(var(--white),var(--black));border:none;padding:4px 8px;font-size:12px;cursor:pointer;z-index:10;opacity:0;transition:opacity .2s ease}.highlight:hover .copy-code,pre:hover .copy-code{opacity:1}pre[class*=language-]{position:relative}.highlight pre{border-radius:var(--radius)}.highlight,pre{position:relative}.anchor a{opacity:0;transition:opacity .2s ease-in}.anchor:hover a{opacity:1;transition:opacity .2s ease-in}h4.subtitle{font-size:1em}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:var(--text-color);margin-bottom:.5rem}.content blockquote{background-color:var(--blockquote-bg);border-left:8px solid var(--white-ter);border-radius:var(--radius);padding:1rem;font-style:italic}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul li ul{list-style:circle outside;margin-left:1em;margin-top:0}.content.list-note ul{list-style:none;margin-left:0;padding:0}.content.list-note ul>li{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.content.list-note ul>li:last-child{border-bottom:none}.content.list-note ul>li>p{margin:.5rem 0 0;font-size:1.2rem}.content.list-note ul>li ul{margin-top:.5rem}pre{overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal;max-width:100%}p code{background-color:var(--code-bg);color:light-dark(var(--black),var(--white));font-weight:700;padding:.25em;border-radius:var(--radius)}.message{border-radius:var(--radius);margin-bottom:1.5rem;font-size:1rem}.message .message-body{padding:1em 1.5em;border-radius:var(--radius);border-style:solid;border-width:0 0 0 6px;border-color:var(--white-ter);background-color:var(--message-bg);color:var(--message-color)}.message .message-body em,.message .message-body a{color:var(--message-link-color)}.is-info .message-body{border-color:var(--turquoise);background-color:var(--info-bg);color:var(--black)}.is-warning .message-body{border-color:var(--yellow);background-color:var(--warning-bg);color:var(--black)}.accent,.dropcap{background-image:linear-gradient(-90deg,var(--purple),var(--turquoise));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.dropcap{float:left;font-size:6rem;font-weight:700;line-height:1;margin:.1em .1em .2em 0;padding:.1em}.dropcap:before,.dropcap:after{content:"";display:block}.dropcap:before{margin-top:-.2em}.dropcap:after{margin-bottom:-.15em}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.content a{color:light-dark(var(--black),var(--yellow));text-decoration:underline}.content a:hover{color:var(--accent-color)}.tag{color:var(--link-color);white-space:nowrap}.tag:hover{color:var(--accent-color)}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;margin-top:2rem}.book-card{transition:transform .3s ease}.book-card:hover{transform:translateY(-5px)}.book-card-cover{aspect-ratio:2/3;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow-card);margin-bottom:1rem}.book-card-cover img{width:100%;height:100%;object-fit:cover}.book-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--blue) 0%,var(--orange) 100%);display:flex;align-items:center;justify-content:center;color:var(--white-ter);font-weight:700;text-align:center;padding:1rem}.book-card-author{color:var(--author-color);font-size:.9rem;margin:.25rem 0}.book-cover-image{width:100%;height:auto;border-radius:8px;box-shadow:var(--shadow-image)}.book{display:flex;gap:.5em}.book-cover{width:20%}.book-cover img{border-radius:8px;box-shadow:var(--shadow-image);transition:transform .2s ease;filter:var(--book-cover-filter)}.book-cover:hover img{transform:scale(1.05)}.book-review{width:80%}@media(min-width:768px)and (max-width:1023px){:root{--wrap-width: 740px}.hero .description{order:1}.hero .description h1{font-size:2.5rem}.hero .decoration{order:2}}@media(max-width:767px){:root{--wrap-width: 95%;--font-size-primary: 1.125rem;--mobile-line-height: 1.6}html,body{overflow-x:hidden;max-width:100vw;line-height:var(--mobile-line-height)}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}h5{font-size:1rem}section{padding:1rem .5rem}article header{text-align:center;margin-bottom:2.5rem}article header h1{font-size:2.25rem;margin-bottom:.5rem}article header p{font-size:1.125rem;color:var(--text-color);max-width:90%;margin-left:auto;margin-right:auto}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;min-height:44px;min-width:44px}body>header>nav>ul{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:8px;padding:.5rem;gap:.25rem;z-index:100;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease}body>header>nav>ul.is-open{display:flex;opacity:1;transform:translateY(0)}body>header>nav>ul>li>a{min-height:44px;display:flex;align-items:center;width:100%;border:none;border-radius:0}body>header>nav>ul+button{border:none;padding:.5rem;margin-top:0;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}body>header>nav a,body>header>nav button{font-size:.9rem}footer{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer a,.footer button{min-height:44px;min-width:44px;padding:.5rem}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.hero .description{width:100%;order:2}.hero .description h1{font-size:2rem}.hero .decoration{width:100%;order:1}.hero .me{width:96px;height:96px;margin:0 auto}.hero .me img{width:96px;height:96px}ul.feed li a{flex-direction:column;align-items:flex-start;white-space:normal;padding:.75rem;gap:.25rem}ul.feed li a .title{font-size:1.125rem;line-height:1.4}ul.feed li a .entry-details{display:flex;gap:.75rem;font-size:.875rem;color:var(--text-color)}ul.feed li a .date{display:inline}.book{flex-direction:column}.books-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}:root[data-theme=dark]{--background-color: var(--background-color-oled);--footer-bg: var(--footer-bg-oled);--text-color: var(--text-color-mobile);--link-color: var(--link-color-mobile)}@media(hover:none)and (max-width:767px){a:active,button:active{opacity:.8;transform:scale(.98)}a:focus-visible,button:focus-visible{outline:3px solid var(--accent-color);outline-offset:2px}}@media(prefers-reduced-motion:no-preference){a,button{transition:opacity .2s ease,transform .2s ease}}body>header>nav>ul{transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.content{margin:0 auto;max-width:95%}.content>*:first-child{margin-top:0}}:root{--prism-bg: #2e3440;--prism-comment: #636f88;--prism-number: #b48ead;--prism-punctuation: #81a1c1;--prism-property: #81a1c1;--prism-string: #a3be8c;--prism-function: #88c0d0;--prism-keyword: #81a1c1;--prism-regex: #ebcb8b;--prism-operator: #81a1c1;--prism-text: #f8f8f2}@media(prefers-color-scheme:light){:root{--prism-bg: #2e3440;--prism-comment: #9aa8be;--prism-number: #d087a0;--prism-punctuation: #c2cbe6;--prism-property: #c2cbe6;--prism-string: #a3c978;--prism-function: #c2cbe6;--prism-keyword: #c2cbe6;--prism-regex: #ebcb8b;--prism-operator: #c2cbe6;--prism-text: #f8f8f2}}code[class*=language-],pre[class*=language-]{color:var(--prism-text);background:none;font-family:Fira Code,Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:var(--prism-bg)}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:var(--prism-comment)}.token.punctuation{color:var(--prism-punctuation)}.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:var(--prism-property)}.token.number{color:var(--prism-number)}.token.boolean{color:var(--prism-property)}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:var(--prism-string)}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:var(--prism-operator)}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:var(--prism-function)}.token.keyword{color:var(--prism-keyword)}.token.regex,.token.important{color:var(--prism-regex)}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid var(--black-quad);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:var(--gray);display:block;padding-right:.8em;text-align:right}
