/*
  PaperMod v7
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2024 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}@import 'https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Patrick+Hand&display=swap';*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:eb garamond,serif;font-size:16px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none;color:purple;border-bottom:1px solid transparent;transition:color .3s,border-color .3s}a:hover,a:focus{color:#07c;border-bottom:1px solid}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:24px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:20px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);pointer-events:none;width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:24px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg) !important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0 !important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg) !important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset !important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}@font-face{font-family:Caprasimo;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/caprasimo-400.ttf)format("truetype")}@font-face{font-family:Gelasio;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/gelasio-400.ttf)format("truetype")}:root{--paper:#f7f0de;--sheet:#fffaf0;--forest:#234438;--ink:#253d33;--muted:#596457;--tomato:#70428c;--pink:#d5c5e7;--teaching-bg:#51365f;--sky:#bfd4d7;--sunflower:#ebc85b;--rule:#d4cfb9;--display:Caprasimo, Georgia, serif;--body:"Trebuchet MS", "Segoe UI", sans-serif;--theme:var(--paper);--entry:var(--sheet);--primary:var(--ink);--secondary:var(--muted);--tertiary:var(--rule);--content:var(--ink);--border:var(--rule);--code-bg:#ece5d3;--code-block-bg:#23392f;--main-width:1100px;--nav-width:1200px;--gap:28px;--radius:4px}.dark{--paper:#1d2b25;--sheet:#273930;--ink:#f3ecd9;--muted:#c0c8b8;--tomato:#d5b2eb;--rule:#506053;--theme:var(--paper);--entry:var(--sheet);--primary:var(--ink);--secondary:var(--muted);--tertiary:var(--rule);--content:var(--ink);--border:var(--rule);--code-bg:#304239;--code-block-bg:#15221b}html{scroll-behavior:smooth;scroll-padding-top:24px}body,body.list{background:var(--paper);color:var(--ink);font-family:var(--body)}body{font-size:16px;line-height:1.65}button,input,textarea{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-underline-offset:5px;border-bottom:0}a:hover,a:focus{color:inherit;border-bottom:0}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--tomato);outline-offset:6px}[hidden]{display:none !important}h1,h2,h3{color:inherit;text-wrap:balance;line-height:1.1}h1,h2{font-family:var(--display);font-weight:400;letter-spacing:-.025em}h3{font-weight:700}em{font-family:Gelasio,Georgia,serif;font-weight:400}.main{padding:0 var(--gap)}.doodle{display:block;width:100%;height:100%}.handwritten{font-family:Gelasio,Georgia,serif;font-style:italic}.skip-link{position:absolute;left:20px;top:-100px;padding:10px 20px;background:var(--sheet);z-index:100}.skip-link:focus{top:12px}.header{border-bottom:1px solid var(--rule)}.nav{min-height:94px;align-items:center;gap:22px;flex-wrap:nowrap;padding:12px 28px;line-height:1.4}.logo,#menu{margin:0}.logo{flex-shrink:0}.logo a{display:flex;gap:9px;align-items:center;font-family:var(--display);font-size:26px;font-weight:400;letter-spacing:-.04em;text-decoration:none}.logo a .doodle{width:34px;height:34px;margin:0;transform:none;color:var(--tomato)}.logo-dot{color:var(--tomato)}#menu{gap:21px;margin-left:auto;overflow:visible}#menu li+li{margin:0}#menu a{padding:10px 0;font-size:13px;font-weight:600}#menu .active{border-bottom:2px solid var(--tomato);padding-bottom:5px}.site-controls{display:flex;gap:5px;flex-shrink:0}.site-controls button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--rule);border-radius:50%;background:0 0;cursor:pointer;color:var(--ink)}.site-controls button:hover{background:var(--code-bg)}button#theme-toggle{margin:0;font-size:18px}.welcome{position:relative;display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:58px;padding:78px 0 66px}.welcome-copy{position:relative;z-index:1}.welcome h1{position:relative;font-size:clamp(64px,7.5vw,96px);line-height:.98;margin:0 0 25px}.welcome h1>span:first-of-type{color:var(--tomato)}.greeting-flower{display:inline-block;width:63px;height:63px;margin-left:13px;transform:rotate(-16deg);color:var(--tomato)}.welcome-description{max-width:44ch;font-size:17px;line-height:1.8}.welcome-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin:26px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:48px;padding:11px 23px;border:1px solid var(--forest);border-radius:6px;background:var(--forest);color:#fff6e5;font-weight:700;font-size:14px;text-decoration:none;transition:box-shadow .2s,transform .2s}.button:hover{box-shadow:3px 4px 0 var(--tomato);transform:translate(-1px,-2px);text-decoration:none}.button:hover,.button:focus,.demo-link:hover,.demo-link:focus,.github-link:hover,.github-link:focus,.event-details-btn:hover,.event-details-btn:focus{color:#fff6e5}.button span,.text-link span{font-size:20px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid;padding-bottom:4px}.work-note{font-size:12px;color:var(--muted);line-height:1.7}.welcome-links{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:18px;font-size:14px}.welcome-links a{text-decoration:underline}.memory-desk{position:relative;padding:37px 20px 10px 8px;min-width:0}.photo-stack{position:relative;margin:0 5px 0 0;transform:rotate(5deg)}.photo-stack::before,.photo-stack::after{content:"";position:absolute;inset:12px 18px;border:1px solid #d3c9b4;background:var(--pink);z-index:-1;transform:rotate(-12deg)}.photo-stack::after{transform:rotate(-6deg);background:var(--sunflower)}.instant-photo{background:#fffbf0;padding:13px 13px 0;color:#234438;box-shadow:3px 7px 15px #17261c20}.instant-photo img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.memory-photo img{object-position:70% center}.instant-photo figcaption{padding:17px 6px 21px;text-align:center;font-size:15px;line-height:1.5}.memory-photo figcaption{min-height:93px}.memory-photo figcaption>span,.memory-photo figcaption a{display:block}.memory-photo figcaption a{margin-top:6px;font-size:11px;text-decoration:underline;text-underline-offset:3px;font-weight:600}.desk-sun{position:absolute;width:93px;height:93px;top:-29px;right:-10px;z-index:1;color:var(--tomato)}.motion-ready .desk-sun{animation:sun-turn 40s linear infinite}.desk-note{position:absolute;font-size:16px;line-height:1.2;left:-18px;top:-6px;transform:rotate(-8deg)}.desk-leaf{position:absolute;bottom:48px;left:-46px;width:105px;height:105px;transform:rotate(-20deg);color:var(--ink);pointer-events:none}.memory-controls{position:relative;margin-top:31px;display:flex;align-items:center;justify-content:space-between;gap:10px}.camera-button{display:inline-flex;align-items:center;gap:10px;border:0;background:0 0;color:var(--ink);padding:5px;cursor:pointer;font-size:12px;font-weight:700}.camera-button .doodle{width:43px;height:43px}.camera-button:hover span{text-decoration:underline;text-underline-offset:4px}.moment-count{flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums}.developing img{animation:photo-develop 850ms cubic-bezier(.16,1,.3,1)}@keyframes photo-develop{from{filter:sepia(.8)saturate(.3)contrast(.65)brightness(1.3)}to{filter:none}}@keyframes sun-turn{to{transform:rotate(360deg)}}.interest-ribbon{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:17px 26px;padding:19px 14px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);color:var(--ink);font-size:14px}.interest-ribbon [aria-hidden]{color:var(--tomato);font-size:22px;line-height:1}.section-space{margin-top:90px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px}.section-heading h2,.outside h2{font-size:clamp(34px,4.4vw,49px)}.section-heading p{color:var(--muted);font-size:14px;max-width:35ch}.curiosity-paths{display:grid;grid-template-columns:1fr 1fr 1fr;gap:25px;padding:9px 5px}.path-note{display:flex;flex-direction:column;position:relative;padding:24px 27px 27px;color:var(--forest);border:1px solid #23443825;box-shadow:2px 4px #23443818;text-decoration:none}.path-note:hover{text-decoration:none}.path-build{background:var(--sunflower);transform:rotate(-2deg)}.path-write{background:var(--pink);transform:rotate(1.5deg)translateY(12px)}.path-explore{background:var(--sky);transform:rotate(-1deg)}.path-art{display:flex;align-items:center;height:75px;margin-bottom:14px}.path-art .doodle{width:89px;height:89px}.code-flower{display:inline-flex;align-items:center;gap:7px;font-size:52px;font-family:Georgia,serif}.code-flower span{font-size:64px;color:#70428c;line-height:1}.scribble-art svg{width:130px}.path-note h3{font-family:var(--display);font-weight:400;font-size:30px;margin:0 0 15px}.path-note p{font-size:14px;line-height:1.7;margin:0 0 25px;max-width:26ch}.path-link{margin-top:auto;display:flex;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid #23443844;font-size:12px;font-weight:700}.path-note:hover .path-link{text-decoration:underline}.together{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;padding:60px 53px;color:#fff5df;background:var(--teaching-bg);border-radius:7px 70px 7px 7px}.together-photo{position:relative;min-width:0}.together-photo .instant-photo{transform:rotate(-5deg)}.together-photo img{aspect-ratio:1.1;object-position:center}.together-flower{position:absolute;right:-34px;bottom:-32px;width:86px;height:86px;color:var(--pink);transform:rotate(15deg)}.together h2{font-size:clamp(36px,4.5vw,53px);margin-bottom:23px}.together h2 em{color:var(--sunflower)}.together-copy>p{font-size:15px;line-height:1.8;margin-bottom:24px}.button-light{background:var(--sunflower);color:var(--forest);border-color:var(--sunflower)}.button-light:hover,.button-light:focus,.path-note:hover,.path-note:focus{color:var(--forest)}.lesson-link{display:grid;gap:12px;margin-top:25px}.lesson-link a{display:flex;justify-content:space-between;gap:15px;padding-top:12px;border-top:1px solid #fff5df44;font-size:12px}.journal-entries{border-top:1px solid var(--ink)}.journal-entry{display:grid;grid-template-columns:120px 1fr 1fr;align-items:baseline;gap:30px;padding:27px 0;border-bottom:1px solid var(--rule)}.journal-entry time{font-size:12px;color:var(--muted)}.journal-entry h3{font-family:Gelasio,Georgia,serif;font-size:24px;font-weight:400;line-height:1.3}.journal-entry h3 span{font-size:18px;color:var(--tomato);white-space:nowrap}.journal-entry p{font-size:13px;color:var(--muted);line-height:1.75}.outside{display:grid;grid-template-columns:.95fr 1fr;align-items:center;gap:60px}.outside-copy>.doodle{width:66px;height:66px;color:var(--tomato);margin-bottom:18px}.outside h2{margin-bottom:23px}.outside-copy p{font-size:15px;line-height:1.8;margin-bottom:25px;max-width:39ch}.landscape-print{background:var(--sky);color:var(--forest);padding:14px;transform:rotate(2deg);box-shadow:4px 5px #23443815}.landscape-print img{width:100%;height:auto;aspect-ratio:1.22;object-fit:cover}.landscape-print figcaption{display:grid;gap:5px;padding:16px 2px 6px;text-align:center}.landscape-print .handwritten{font-size:20px}.landscape-print figcaption>span:last-child{font-size:11px}.stay-in-touch{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:34px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin-bottom:40px}.stay-in-touch>.doodle{width:72px;height:72px;color:var(--tomato);flex-shrink:0}.stay-in-touch h2{font-size:34px;margin-bottom:9px}.stay-in-touch p{font-size:13px;color:var(--muted)}.stay-in-touch .button{margin-left:auto;white-space:nowrap}.page-header{margin:50px 0 40px;padding:0 0 28px;border-bottom:1px solid var(--rule)}.page-header h1{color:var(--tomato);font-size:clamp(42px,6vw,70px)}.page-description,.post-description{font-size:17px;line-height:1.8;color:var(--muted);margin-top:18px;max-width:65ch}.project-grid{margin-top:32px}.featured-projects{margin-bottom:50px}.featured-projects>h2{font-size:30px;margin-bottom:28px}.projects-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.project-card{padding:27px;background:var(--sheet);border:1px solid var(--rule);display:flex;flex-direction:column}.project-card.featured{margin-bottom:22px;background:var(--sky);color:var(--forest)}.project-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:start;gap:18px}.project-header h3{font-family:Gelasio,Georgia,serif;font-size:26px;font-weight:400;line-height:1.25;max-width:25ch}.project-links{display:flex;gap:9px}.demo-link,.github-link,.event-details-btn{display:inline-flex;align-items:center;gap:5px;background:var(--forest);color:#fff6e5;padding:8px 12px;border-radius:3px;font-size:12px;font-weight:600;min-height:36px}.project-description{margin:20px 0;font-size:15px;line-height:1.8}.project-meta{margin-top:auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px;border-top:1px solid var(--rule);padding-top:14px;font-size:12px}.featured .project-meta{border-color:#23443844}.archive-year{margin-top:38px;border-color:var(--rule)}.archive-year-header{font-size:34px;font-family:var(--display)}.archive-count{font:12px var(--body);color:var(--muted)}.archive-month{border-color:var(--rule)}.archive-month-header{font-family:var(--body);font-size:17px}.archive-entry{margin-bottom:20px;padding:0 0 20px;position:relative}.archive-entry-title{font-family:Gelasio,Georgia,serif;font-size:22px;font-weight:400;line-height:1.35}.archive-meta{color:var(--muted);font-size:12px;margin-top:10px}.archive-entry .entry-link:focus-visible{outline:3px solid var(--tomato);outline-offset:5px}.event-entry{border-bottom:1px solid var(--rule);padding-bottom:25px}.event-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:13px 0}.event-type,.event-topic,.project-stack li{display:inline-block;font-size:12px;background:var(--code-bg);color:var(--ink);border:1px solid var(--rule);padding:4px 10px}.event-summary{color:var(--muted);font-size:15px}.event-read-more{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;font-size:13px;margin-top:20px}.event-read-more a{text-decoration:underline;font-weight:600}.no-events{padding:30px;border:1px dashed var(--rule)}.events-memory{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin-bottom:55px}.events-memory img{aspect-ratio:1.5}.events-memory>div h2{font-size:35px;margin-bottom:18px}.events-memory>div p{color:var(--muted);font-size:15px}.events-memory>div a{display:inline-block;margin-top:20px}.post-single{max-width:780px;margin:50px auto}.post-header{margin-bottom:32px}.post-title{font-size:clamp(34px,5.2vw,56px)}.post-meta{color:var(--muted);margin-top:22px;font-size:13px}.post-content{font-size:17px;line-height:1.85;color:var(--ink)}.post-content p,.post-content ul,.post-content ol{max-width:70ch}.post-content h2{font-family:Gelasio,Georgia,serif;font-size:30px;line-height:1.35;margin-top:48px}.post-content h3{font-size:24px}.post-content a{color:var(--tomato)}.post-content blockquote{border-inline-start:1px solid var(--tomato);color:var(--muted);font-family:Gelasio,Georgia,serif;padding-inline-start:24px}.post-content img{border-radius:2px}.post-content pre{background:var(--code-block-bg) !important}.post-content pre code{color:#f7f0de}.post-content code{font-size:.85em}.post-content table{max-width:100%}.post-entry{background:0 0;border:0;border-bottom:1px solid var(--rule);padding:24px 0;border-radius:0}.entry-header h2{font:28px Gelasio,Georgia,serif}.entry-content{color:var(--muted);line-height:1.8}.entry-footer{color:var(--muted);font-size:12px}.project-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.project-action{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid var(--ink);border-radius:3px;font-size:14px}.project-action.is-primary{background:var(--forest);color:#fff6e5;border-color:var(--forest)}.project-demo-note{font-size:13px;color:var(--muted);margin-top:10px}.project-stack{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin-top:18px}.project-back{margin-top:25px}.content-crumbs{position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:5px 12px;padding:16px 0;margin-bottom:35px;border-bottom:1px solid var(--rule);background:var(--paper)}.crumb{padding:7px 11px;font-size:14px;border-radius:3px}.crumb.is-active{background:var(--forest);color:#fff6e5}.crumb-sep{color:var(--muted)}.hub-section{margin-bottom:55px;scroll-margin-top:150px}.hub-section-head{margin-bottom:22px}.hub-section-head h2{font-size:35px}.hub-blurb{color:var(--muted);margin-top:10px}.hub-list{list-style:none;padding:0}.hub-item{display:grid;grid-template-columns:130px 1fr;gap:28px;padding:25px 0;border-top:1px solid var(--rule)}.hub-date{font-size:12px;color:var(--muted)}.hub-title{font-family:Gelasio,Georgia,serif;font-size:25px;font-weight:400;line-height:1.35}.hub-venue{color:var(--tomato);font-size:13px;margin-top:7px}.hub-summary{font-size:15px;color:var(--muted);margin-top:13px;max-width:70ch}.hub-secondary{margin-top:10px;font-size:14px;text-decoration:underline}.polaroid-wall{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;padding:25px 20px 60px}.polaroid{width:min(100%,420px);background:#fffbf0;padding:16px 16px 0;box-shadow:3px 8px 16px #17261c25;transform:rotate(var(--tilt,-2deg));color:var(--forest)}.polaroid-photo{aspect-ratio:1;overflow:hidden}.polaroid-photo img{width:100%;height:100%;object-fit:cover}.polaroid-note{display:flex;flex-direction:column;gap:5px;text-align:center;padding:22px 6px 28px}.polaroid-title{font:italic 22px Gelasio,Georgia,serif}.polaroid-place{font-size:12px}#searchbox input{border:1px solid var(--ink);border-radius:4px;padding:15px 20px;background:var(--sheet);color:var(--ink)}#searchResults .post-entry{padding:20px;border:1px solid var(--rule)}.footer{max-width:1100px;font-size:12px;margin:50px auto 0;padding:25px 20px 10px}.garden-signoff{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;padding:0 24px 35px;color:var(--muted);font-size:12px}.garden-signoff .social-icons{display:flex;gap:14px;padding:0}.garden-signoff .social-icons a{padding:5px;display:inline-flex}.garden-signoff .social-icons svg{width:19px;height:19px}.top-link{background:var(--forest);color:#fff6e5;border-radius:50%}.top-link:hover{color:#fff6e5}.dark .path-note:focus-visible,.together :focus-visible{outline-color:var(--sunflower)}.dark .button:not(.button-light),.dark .demo-link,.dark .github-link,.dark .event-details-btn{border-color:var(--rule)}@media(max-width:1100px){.nav{flex-wrap:wrap;gap:8px 20px;padding:15px 28px}.logo{order:0}.site-controls{order:1;margin-left:auto}#menu{order:2;width:100%;margin:0;justify-content:space-between;gap:12px}.welcome{gap:28px;padding-top:65px}.welcome h1{font-size:clamp(60px,8vw,85px)}.greeting-flower{width:44px;height:44px;margin-left:8px}.memory-desk{padding-right:20px}.together{gap:40px;padding:45px 35px}.path-note{padding:20px}}@media(max-width:700px){:root{--gap:22px}.nav{padding:15px 22px 8px}.logo a{font-size:23px}#menu{flex-wrap:wrap;justify-content:flex-start;gap:0 19px;white-space:normal}#menu a{font-size:12px;padding:9px 0}.site-controls button{width:34px;height:34px}.welcome{grid-template-columns:1fr;gap:38px;padding:43px 0 35px}.welcome h1{font-size:clamp(59px,14.5vw,83px)}.greeting-flower{width:49px;height:49px}.welcome-description{font-size:16px;max-width:46ch}.welcome-actions{gap:20px}.work-note br{display:none}.memory-desk{width:min(100%,390px);margin:0 auto;padding:30px 25px 0}.desk-note{left:3px}.desk-sun{width:70px;height:70px;right:0;top:-15px}.desk-leaf{left:-4px;width:77px;height:77px}.memory-controls{gap:8px}.camera-button{font-size:11px}.camera-button .doodle{width:36px;height:36px}.interest-ribbon{gap:10px 14px;font-size:12px}.interest-ribbon [aria-hidden]{font-size:16px}.section-space{margin-top:58px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:26px}.section-heading h2,.outside h2{font-size:37px}.curiosity-paths{grid-template-columns:1fr;gap:22px;padding:5px}.path-note{padding:24px}.path-note h3 br{display:none}.path-note h3{font-size:28px;max-width:75%}.path-art{position:absolute;right:20px;top:14px;width:57px;height:57px}.path-art .doodle{width:57px;height:57px}.code-flower{font-size:29px;gap:2px}.code-flower span{font-size:35px}.path-note p{max-width:80%;margin-bottom:16px}.path-write{transform:rotate(1deg)}.path-build{transform:rotate(-1deg)}.together{grid-template-columns:1fr;gap:45px;padding:32px 24px;border-top-right-radius:48px}.together-photo{margin:5px 12px}.together-photo img{aspect-ratio:1.3}.together-flower{width:68px;height:68px;right:-25px}.together h2{font-size:43px}.journal-entry{grid-template-columns:1fr;gap:12px;padding:25px 0}.journal-entry h3{font-size:26px}.journal-entry p{font-size:14px}.outside{grid-template-columns:1fr;gap:30px}.landscape-print{margin:0 5px}.stay-in-touch{flex-wrap:wrap;gap:18px;padding:27px 0}.stay-in-touch>.doodle{width:44px;height:44px}.stay-in-touch h2{font-size:27px}.stay-in-touch>div{flex:1}.stay-in-touch .button{margin-left:62px}.page-header{margin:35px 0 30px}.page-header h1{font-size:47px}.projects-list,.events-memory{grid-template-columns:1fr}.project-card{padding:22px}.hub-item{grid-template-columns:1fr;gap:9px}.hub-title{font-size:23px}.crumb{font-size:12px;padding:6px 7px}.content-crumbs{gap:5px}.post-single{margin-top:35px}.post-content{font-size:16px}.archive-month{display:block}.archive-month-header{margin:10px 0 22px}.footer{margin-top:35px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none !important;transition:none !important}}.motion-paused *,.motion-paused *::before,.motion-paused *::after{animation:none !important;transition:none !important}