pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}:root{--max-width:800px;--padding:1rem;font-family:Courier New,Courier,monospace}*{box-sizing:border-box;margin:0;padding:0}body{padding:var(--padding);line-height:1.6}header,section{max-width:var(--max-width);padding:2rem var(--padding);margin:0 auto}h1,h2,h3,p,ul{margin-bottom:1rem}ul{padding-left:1.5rem}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:inherit;cursor:pointer;border-bottom:1px solid #0000;text-decoration:none}.nav-links a:hover{border-bottom:1px solid #000}button.cta{color:#fff;cursor:pointer;background:#000;border:none;width:100%;max-width:24rem;padding:1rem 2rem;font-family:inherit;font-size:1.2rem}button.cta:hover{opacity:.9}button.cta-small{padding:.5rem 1rem;font-size:1rem}@keyframes highlight{0%{background:#0000000d}to{background:0 0}}section:target{animation:2s ease-out highlight}.user-info{max-width:400px;margin:0 auto 2rem;padding:1rem}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:700;display:block}.form-group input{border:1px solid #ccc;border-radius:4px;width:100%;padding:.5rem}.error-message{color:#dc3545;margin-top:.5rem;font-size:.875rem}.pricing-tiers{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.meta-row{align-items:center;gap:.75rem;min-height:28px;margin-bottom:.5rem;display:flex}.meta-row label{opacity:.9;align-items:center;gap:.35rem;font-size:1rem;display:inline-flex}.tier{border:1px solid #000;flex-direction:column;padding:1.5rem;display:flex}.tier .price{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.price-block{flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:.75rem;display:flex}.price-row{align-items:baseline;gap:.5rem;margin-bottom:.75rem;display:flex}.price-row .price{margin:0;font-size:1.6rem;font-weight:700}.price-row .old-price{color:#666;font-size:1.2rem;text-decoration:line-through}.button-block{justify-content:center;margin-top:auto;display:flex}.tier>p:not(.price):not(.tier-footnote){min-height:3rem;margin-bottom:1rem}.tier-footnote{text-align:center;opacity:.85;margin-top:.5rem;font-size:.95rem;font-style:italic}.tier ul{margin:0 0 1rem;padding-left:0;list-style:none}.tier ul li{padding-left:1.25rem;line-height:1.5;position:relative}.tier ul li:before{content:"✓";color:#1a7f37;font-weight:700;position:absolute;top:0;left:0}.tier button{margin:1rem 0}.success-page{max-width:var(--max-width);padding:0 var(--padding);margin:2rem auto}.license-key-container{border:1px solid #000;border-radius:4px;margin:2rem 0;padding:1.5rem}.license-key-display{background:#f5f5f5;border-radius:4px;align-items:center;gap:1rem;margin:1rem 0;padding:1rem;display:flex}.license-key-display code{word-break:break-all;font-size:1.2rem}.copy-button{white-space:nowrap;padding:.5rem 1rem;transition:background-color .2s}.copy-button.copied{color:#fff;background-color:#4caf50}.important-note{margin-top:1rem;font-weight:700}.next-steps{margin:2rem 0}.next-steps ol{margin-top:1rem}.next-steps li{margin-bottom:1rem}.upgrade-page{max-width:var(--max-width);padding:0 var(--padding);margin:2rem auto}.upgrade-form{max-width:400px;margin:2rem auto}.secondary-button{color:#000;cursor:pointer;background:#fff;border:1px solid #000;margin-left:1rem;padding:.5rem 1rem;font-family:inherit}.secondary-button:hover{background:#f5f5f5}.blog-posts{flex-direction:column;gap:2rem;display:flex}.blog-post-preview{border-bottom:1px solid #eee;padding:1.5rem 0}.blog-post-preview:last-child{border-bottom:none}.blog-post-preview h2{margin-bottom:.5rem}.blog-post-preview h2 a{color:inherit;text-decoration:none}.blog-post-preview h2 a:hover{text-decoration:underline}.blog-meta{color:#666;gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.blog-excerpt{color:#333;margin-bottom:1rem}.read-more{color:inherit;font-weight:700;text-decoration:none}.read-more:hover{text-decoration:underline}.back-link{color:inherit;margin-bottom:2rem;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.blog-post-header{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem}.blog-post-header h1{margin-bottom:.5rem}.blog-content{line-height:1.8}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{margin:2rem 0 1rem}.blog-content p{margin-bottom:1.5rem}.blog-content ul,.blog-content ol{margin-bottom:1.5rem;padding-left:2rem}.blog-content li{margin-bottom:.5rem}.blog-content code{background:#f5f5f5;border-radius:3px;padding:.2rem .4rem;font-family:Courier New,Courier,monospace}.blog-content pre{background:#0d1117;border-radius:4px;margin-bottom:1.5rem;padding:.5rem 1rem;position:relative;overflow-x:auto}.blog-content pre code{background:0 0;padding:0}.blog-content blockquote{color:#666;border-left:4px solid #ddd;margin:1.5rem 0;padding-left:1rem;font-style:italic}@media (width<=600px){header nav{flex-direction:column;align-items:center;gap:1rem}.button-block{justify-content:center}button.cta{width:100%}.meta-row{justify-content:center}}.faq-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:.5rem 0;transition:background-color .2s;display:flex}.faq-toggle:hover{background-color:#0000000d;padding-right:.5rem}.faq-toggle:focus{outline-offset:2px;outline:2px solid #000}.faq-content{transition:max-height .3s ease-in-out,padding .3s ease-in-out;overflow:hidden}.faq-content.collapsed{max-height:0;padding:0}.faq-content.expanded{max-height:1000px;padding:1rem 0;animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-content img{border:1px solid #ddd;border-radius:4px;max-width:100%;height:auto;margin:1rem auto;display:block}.docs-container{max-width:var(--max-width);padding:2rem var(--padding);margin:0 auto}.docs-container img{border:1px solid #ddd;border-radius:4px;max-width:100%;height:auto;margin:1rem auto;display:block}.docs-section{margin-bottom:3rem}.docs-step{margin-bottom:2rem}.docs-faq{margin-top:2rem}.docs-faq h3{margin-top:2rem;margin-bottom:1rem}.cta-link{color:#fff;background:#000;margin-top:1rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;display:inline-block}.cta-link:hover{opacity:.9}.code-block-container{margin-bottom:1.5rem;position:relative}.code-copy-button{cursor:pointer;color:#e6edf3;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:background-color .2s;position:absolute;top:.5rem;right:.5rem}.code-copy-button:hover{background:#fff3}.code-copy-button.copied{color:#fff;background:#4caf50}
