*,:before,:after{box-sizing:border-box}:not(dialog){margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{--font-family:-apple-system, BlinkMacSystemFont, Avenir, Helvetica, Arial, sans-serif;--font-family-heading:"Outfit", -apple-system, BlinkMacSystemFont, "DM Sans", Avenir, Helvetica, Arial, sans-serif;--font-family-monospace:Menlo, var(--font-google-sans-code), monospace;--color-bg-light:#90d5ff;--color-text-light:#090933;--color-bg-dark:#272757;--color-text-dark:#e0e9e9;--color-header-bg-light:#a8dcab;--color-header-text-light:#090933;--color-header-bg-dark:#069494;--color-header-text-dark:#e0e9e9;--color-footer-bg-light:#a8dcab;--color-footer-text-light:#090933;--color-footer-bg-dark:#069494;--color-footer-text-dark:#e0e9e9;--color-bg-primary:var(--color-bg-light);--color-text-primary:var(--color-text-light);--color-header-bg-primary:var(--color-header-bg-light);--color-header-text-primary:var(--color-header-text-light);--color-footer-bg-primary:var(--color-footer-bg-light);--color-footer-text-primary:var(--color-footer-text-light);--container-max-width:80rem;--color-text-muted-light:#4a4a63;--color-text-muted-dark:#b8c0c0;--color-text-muted:var(--color-text-muted-light);background-color:var(--color-bg-primary);color:var(--color-text-primary)}:root.dark{--color-bg-primary:var(--color-bg-dark);--color-text-primary:var(--color-text-dark);--color-header-bg-primary:var(--color-header-bg-dark);--color-header-text-primary:var(--color-header-text-dark);--color-footer-bg-primary:var(--color-footer-bg-dark);--color-footer-text-primary:var(--color-footer-text-dark);--color-text-muted:var(--color-text-muted-dark)}body{font-family:var(--font-family);font-display:swap;flex-direction:column;height:100%;min-height:100svh;display:flex}a{color:inherit;text-decoration:underline}a:hover,a:focus-visible{text-decoration:none}button{color:inherit;font:inherit}strong{font-family:var(--font-handlee);text-shadow:0 0 .5px}.sun-icon{display:none}.moon-icon,.dark .sun-icon{display:block}.dark .moon-icon{display:none}.skip-link{background:var(--color-bg-primary);color:var(--color-text-primary);z-index:100;border-radius:0 0 .5rem;padding:.75rem 1.25rem;text-decoration:none;transition:top .15s;position:absolute;top:-3rem;left:0}.skip-link:focus{top:0}.main-container{width:100%;max-width:var(--container-max-width);box-sizing:border-box;flex:1;margin:2.5rem auto;padding-left:1rem;padding-right:1rem}.header{background-color:var(--color-header-bg-primary);color:var(--color-header-text-primary);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:relative}.navbar{align-items:center;gap:1rem;display:flex}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-slot{align-items:center;min-height:3rem;display:flex}.theme-toggle{color:inherit;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.1rem;line-height:1}.nav-toggle{cursor:pointer;background:0 0;border:none}.nav-links{background:var(--color-header-bg-primary);flex-direction:column;gap:2rem;width:100%;max-height:0;padding:0 2rem;transition:padding .35s,max-height .35s;display:flex;position:absolute;top:100%;left:0;overflow:hidden}.nav-links li{list-style:none}.nav-links li a{color:inherit;border-radius:.5rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .15s;display:block}.nav-links li a:hover{background-color:color-mix(in srgb, currentColor 12%, transparent);text-decoration:none}.nav-links{font-weight:600}.nav-links.is-open{border-top:1px solid var(--color-text-primary);max-height:350px;padding:2rem}.inlineBlockEle{margin-top:0;margin-bottom:0;margin-right:1.5rem;display:inline-block}.footer{background-color:var(--color-footer-bg-primary);color:var(--color-footer-text-primary);padding:3rem 2rem 1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));text-align:center}.footer a{text-decoration:none}.footer a:hover{text-decoration:underline}h1,h2,h3,h4,h5{font-family:var(--font-family-heading)}table{border-collapse:collapse;border:1px solid var(--color-header-text-primary);width:100%}table tr:nth-child(2n){background:var(--color-header-bg-primary)}td,th{border-bottom:1px solid var(--color-header-text-primary);padding:.25rem .75rem}th{background:var(--color-header-bg-primary);font-family:var(--font-handlee);font-size:1.2rem}blockquote{border-left:8px solid var(--color-header-text-primary);background:var(--color-header-bg-primary);font-family:var(--font-handlee);border-radius:.5rem;margin:0 .75rem;padding:1rem;font-size:1.2rem}pre{border-radius:.5rem;padding:.75rem}pre,code{font-family:var(--font-family-monospace)}p code{color:#da3b87;background-color:#f6f6f6;border:1px solid #f774d0;border-radius:.25rem;padding:.125rem .5rem;line-height:2.5}.projects{background-color:#caa478;border-radius:.5rem;gap:2rem;margin:auto;padding-top:2rem;padding-bottom:2rem;display:grid}.card{background-color:#feff9c;border-radius:.5rem;margin-left:4rem;margin-right:4rem;overflow:hidden;box-shadow:0 8px 20px #0000001a}.card:hover{box-shadow:0 8px 20px #feff9c}.card img{object-fit:cover;width:100%;height:180px}.card-content{padding:1.5rem}.card-content h3{color:#da3b87;font-size:1.5rem;font-family:var(--font-handlee)}.page-column .card-content p{font-size:1.2rem;line-height:1.5;font-family:var(--font-handlee);color:#000;margin-bottom:.25em}.page-column .card-content ul>li{font-size:1.2rem;line-height:1.5;font-family:var(--font-handlee);color:#000}.page-column .card-content a{color:#da3b87;text-decoration:underline}.page-column .card-content a:hover,.page-column .card-content a:focus-visible{text-decoration:none}.page-column .card-content ul{margin-top:0;margin-bottom:0}.logo{font-family:var(--font-handlee);font-size:x-large;font-weight:600;text-decoration:none}.blogList{padding:0;list-style:none}.blogListItem{margin-bottom:.25rem}.blogCard{align-items:baseline;gap:1rem;display:flex}.blogDate{width:6.5rem;color:var(--color-text-muted);flex-shrink:0;font-size:.9rem}.blogLink{border-radius:.5rem;flex:1;margin-left:-1rem;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:block}.blogLink:hover{background-color:color-mix(in srgb, currentColor 12%, transparent);text-decoration:underline}.page-column{max-width:40rem;margin-left:auto;margin-right:auto}.page-column h1{margin-top:0;margin-bottom:1.5rem}.page-column p{margin-top:0;margin-bottom:1.25em;line-height:1.6}.page-column ul{margin-top:0;margin-bottom:1.5em;padding-left:1.5rem;line-height:1.6}.page-column li{margin-bottom:.4em}.prose{max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.7}.prose>:first-child{margin-top:0}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5{margin-top:1em;margin-bottom:.75em;line-height:1.25}.prose h1{margin-top:0;font-size:2.25rem}.prose h2{border-bottom:1px solid var(--color-text-primary);padding-bottom:.3em;font-size:1.75rem}.prose h3{font-size:1.35rem}.prose h4,.prose h5{font-size:1.1rem}.prose p{margin-top:0;margin-bottom:1.25em}.prose a{text-underline-offset:.15em}.prose ul,.prose ol{margin-top:0;margin-bottom:1.25em;padding-left:1.5em}.prose li{margin-bottom:.4em}.prose li>ul,.prose li>ol{margin-top:.4em;margin-bottom:0}.prose blockquote{margin-top:1.5em;margin-bottom:1.5em}.prose blockquote p:last-child{margin-bottom:0}.prose pre{margin-top:1.5em;margin-bottom:1.5em;overflow-x:auto}.prose table{margin-top:1.5em;margin-bottom:1.5em}.prose img{border-radius:.5rem;max-width:100%;height:auto;margin-top:1.5em;margin-bottom:1.5em}.prose figure{margin:1.5em 0}.prose figcaption{text-align:center;opacity:.75;margin-top:.5em;font-size:.9rem}.prose hr{border:none;border-top:1px solid var(--color-text-primary);margin:2.5em 0}@media (width>=768px){.prose{font-size:1.0625rem}.header{padding:1.5rem 4rem}.nav-toggle{display:none}.nav-links{border-top:none;flex-direction:row;width:auto;max-height:none;display:flex;position:static;overflow:visible}.nav-links.is-open{border-top:none}}@media (width>=1280px){.prose{max-width:46rem}.header{padding:1.5rem 8rem}.nav-links{border-top:none;flex-direction:row;width:auto;max-height:none;display:flex;position:static;overflow:visible}.nav-links.is-open{border-top:none}}@media (width>=1536px){.header{padding:1.5rem 8rem}.nav-links{border-top:none;flex-direction:row;width:auto;max-height:none;display:flex;position:static;overflow:visible}.nav-links.is-open{border-top:none}}
