.bg{color:#f8f8f2;background-color:#272822}.chroma{color:#f8f8f2;background-color:#272822}.chroma .err{color:#960050;background-color:#1e0010}.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:#3c3d38}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nf{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}:root{--primary:#82368C;--primary-dark:#662070;--gray-800:#1f2937;--gray-600:#4b5563;--gray-200:#e5e7eb}*{box-sizing:border-box}h1{margin:0;padding:0}a{color:var(--primary-dark)}a:visited{color:var(--primary)}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--gray-800)}.container{max-width:900px;margin:0 auto;padding:0 1rem}nav{background:#fff;padding:1rem 0;border-bottom:1px solid var(--gray-200);position:relative}.nav-container{display:flex;justify-content:space-between;align-items:center;position:relative;flex-wrap:wrap;gap:.5rem}.site-title{font-size:.8rem;font-weight:500;flex:1}.site-title a{color:var(--gray-800);text-decoration:none}.site-title a:hover{color:var(--primary)}.mobile-menu-button{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:0 0;border:none;cursor:pointer;padding:0;z-index:10;margin-left:auto}.mobile-menu-button span{width:100%;height:2px;background:var(--gray-800);transition:all .3s linear}.nav-links{display:none;position:absolute;right:0;top:calc(100% + .5rem);background:#fff;padding:1rem;box-shadow:0 2px 5px rgba(0,0,0,.1);width:200px;flex-direction:column;gap:0;list-style:none}.nav-links.active{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.5rem;text-align:center;text-decoration:none;color:var(--gray-600);font-weight:500}.nav-links a:hover{color:var(--gray-800)}.nav-cta{color:var(--primary)!important}main{padding:4rem 0}img.cover{width:100%;max-width:300px;min-width:200px;height:auto;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.hero{display:grid;grid-template-columns:1fr;gap:4rem;text-align:center}.hero-image{text-align:center}.hero-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--gray-800)}.about{display:grid;grid-template-columns:1fr;gap:4rem;text-align:center}.about-image{text-align:center}.about-content .description{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem}.description{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem}.button-group{display:flex;gap:1rem;justify-content:center}.button{display:inline-block;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:500;transition:all .15s ease}a.primary{background:var(--primary);color:#fff}a.primary:hover{background:var(--primary-dark)}a.secondary{background:#fff;color:var(--gray-800);border:1px solid var(--gray-200)}a.secondary:hover{background:var(--gray-200)}pre{overflow-x:auto;padding:1rem;border-radius:.375rem;margin:1rem 0}pre code{background:0 0;padding:0}code{background:var(--gray-200);padding:.125rem .25rem;border-radius:.25rem;font-size:.875em}footer{border-top:1px solid var(--gray-200)}@media(min-width:768px){.nav-container{flex-wrap:nowrap;gap:2rem}.site-title{font-size:.875rem;flex:none}.mobile-menu-button{display:none}.nav-links{display:flex;position:static;background:0 0;padding:0;box-shadow:none;width:auto;flex-direction:row;gap:2rem;justify-content:flex-end}.nav-links li{width:auto}.nav-links a{display:inline;padding:0;text-align:left}.hero{grid-template-columns:2fr 1fr;text-align:left}.hero .hero-content{order:1}.hero .hero-image{order:2}.about{grid-template-columns:1fr 2fr;text-align:left}.button-group{justify-content:flex-start}.float{float:left;margin-right:2em}hr{display:block;margin-top:2em;clear:both}}