.kg-card{margin:2rem 0}.kg-card figcaption,figure.kg-card figcaption{padding:.875rem 0 0;font-size:.8125rem;line-height:1.5;text-align:center;color:var(--muted-foreground)}.kg-image-card{margin:2rem 0}.kg-image,.kg-image-card img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:.375rem}.kg-image-card img[width][height]{width:auto;max-width:100%}.kg-bookmark-card{margin:2rem 0}.kg-bookmark-container{display:flex;flex-direction:column;overflow:hidden;border-radius:.5rem;border:1px solid var(--border);background:var(--card);text-decoration:none!important;transition:border-color .2s ease,box-shadow .2s ease}.kg-bookmark-container:hover{border-color:rgba(20,184,166,.5);box-shadow:0 2px 8px rgba(0,0,0,.08)}@media (min-width:640px){.kg-bookmark-container{flex-direction:row}}.kg-bookmark-content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:1rem 1.25rem;min-width:0;order:1}@media (min-width:640px){.kg-bookmark-content{padding:1.25rem 1.5rem}}.kg-bookmark-title{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:var(--foreground)}.kg-bookmark-description,.kg-bookmark-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kg-bookmark-description{font-size:.8125rem;line-height:1.5;margin-bottom:.625rem;color:var(--muted-foreground)}.kg-bookmark-metadata{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;font-size:.75rem;line-height:1.4;color:var(--muted-foreground)}.kg-bookmark-icon{width:1rem;height:1rem;border-radius:.125rem;flex-shrink:0}.kg-bookmark-author{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.kg-bookmark-author:after{content:"\2022";margin:0 .375rem;color:var(--muted-foreground);opacity:.5}.kg-bookmark-author:last-child:after{display:none}.kg-bookmark-publisher{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.kg-bookmark-thumbnail{position:relative;flex:0 0 auto;width:100%;aspect-ratio:16/9;overflow:hidden;order:0}@media (min-width:640px){.kg-bookmark-thumbnail{width:160px;aspect-ratio:auto;min-height:100%;order:2}}.kg-bookmark-thumbnail img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.kg-callout-card{display:flex;align-items:flex-start;gap:.875rem;padding:1.125rem 1.25rem;margin:2rem 0;border-radius:.375rem}.kg-callout-card,.kg-callout-card-grey{background:var(--muted)}.kg-callout-card-white{background:var(--card);border:1px solid var(--border)}.kg-callout-card-blue{background:rgba(59,130,246,.1)}.kg-callout-card-green{background:rgba(34,197,94,.1)}.kg-callout-card-yellow{background:rgba(234,179,8,.1)}.kg-callout-card-red{background:rgba(239,68,68,.1)}.kg-callout-card-pink{background:rgba(236,72,153,.1)}.kg-callout-card-purple{background:rgba(168,85,247,.1)}.kg-callout-card-accent{background:rgba(20,184,166,.1)}.kg-callout-emoji{font-size:1.125rem;line-height:1.5;flex-shrink:0}.kg-callout-text{flex:1;font-size:.9375rem;line-height:1.6;min-width:0}.kg-callout-text p{margin:0}.kg-callout-text p+p{margin-top:.75rem}.kg-toggle-card{margin:2rem 0;border:1px solid var(--border);border-radius:.375rem;overflow:hidden;background:var(--card)}.kg-toggle-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:transparent;cursor:pointer;user-select:none;transition:background-color .15s ease}.kg-toggle-heading:hover{background:var(--muted)}.kg-toggle-heading-text{font-weight:600;font-size:.9375rem;line-height:1.5;flex:1;color:var(--foreground)}.kg-toggle-heading-text h4{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit}.kg-toggle-card-icon{width:1rem;height:1rem;flex-shrink:0;margin-top:.1875rem;color:var(--muted-foreground);transition:transform .2s ease}.kg-toggle-card[data-kg-toggle-state=open] .kg-toggle-card-icon{transform:rotate(180deg)}.kg-toggle-content{padding:0 1.25rem 1.25rem;display:none;font-size:.9375rem;line-height:1.6;color:var(--foreground)}.kg-toggle-card[data-kg-toggle-state=open] .kg-toggle-content{display:block}.kg-toggle-content p{margin:0}.kg-toggle-content p+p{margin-top:.75rem}.kg-button-card{margin:2rem 0;display:flex;justify-content:flex-start}.kg-button-card.kg-align-center{justify-content:center}.kg-button-card.kg-align-right{justify-content:flex-end}.kg-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6875rem 1.375rem;font-weight:600;font-size:.875rem;line-height:1.25;text-decoration:none!important;border-radius:.375rem;border:none;transition:background-color .15s ease,transform .1s ease;cursor:pointer}.kg-btn:active{transform:scale(.98)}.kg-btn-accent{background:#14b8a6;color:#fff}.kg-btn-accent:hover{background:#0d9488}.kg-gallery-card{margin:2.5rem 0}.kg-gallery-card+.kg-gallery-card{margin-top:1rem}.kg-gallery-container{display:flex;flex-direction:column;gap:.5rem}.kg-gallery-row{display:flex;flex-direction:row;gap:.5rem;align-items:stretch}.kg-gallery-image{position:relative;flex:1 1 0%;overflow:hidden;border-radius:.375rem;min-width:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:box-shadow .2s ease,transform .2s ease;cursor:zoom-in}.kg-gallery-image:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.15);transform:translateY(-1px)}.kg-gallery-image img{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;aspect-ratio:auto}.kg-gallery-card figcaption{padding:.75rem 0 0;font-size:.875rem;line-height:1.5;text-align:center;color:var(--muted-foreground)}.kg-gallery-row:has(.kg-gallery-image:only-child) .kg-gallery-image{max-width:100%}.kg-gallery-row:has(.kg-gallery-image:nth-child(2):last-child) .kg-gallery-image{flex:1 1 50%}.kg-gallery-row:has(.kg-gallery-image:nth-child(3):last-child) .kg-gallery-image{flex:1 1 33.333%}.kg-gallery-image img[width][height]{aspect-ratio:attr(width) /attr(height)}@media (max-width:640px){.kg-gallery-card{margin:1.5rem 0}.kg-gallery-container,.kg-gallery-row{gap:.375rem}.kg-gallery-row:has(.kg-gallery-image:nth-child(3)){flex-wrap:wrap}.kg-gallery-row:has(.kg-gallery-image:nth-child(3)) .kg-gallery-image{flex:1 1 calc(50% - 0.1875rem);min-width:calc(50% - .1875rem)}.kg-gallery-image{border-radius:.25rem}.kg-gallery-card figcaption{padding:.5rem .25rem 0;font-size:.8125rem}}.kg-gallery-card.kg-width-wide{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem);max-width:none}@media (max-width:640px){.kg-gallery-card.kg-width-wide{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}}.kg-gallery-card.kg-width-full{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;max-width:none}.kg-gallery-card.kg-width-full .kg-gallery-image{border-radius:0}.kg-gallery-image a{display:block;width:100%;height:100%}.kg-gallery-image a img{transition:transform .3s ease}.kg-gallery-image a:hover img{transform:scale(1.02)}.kg-file-card{margin:2rem 0}.kg-file-card-container{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:.375rem;background:var(--card);text-decoration:none!important;transition:border-color .15s ease}.kg-file-card-container:hover{border-color:rgba(20,184,166,.5)}.kg-file-card-contents{flex:1;min-width:0}.kg-file-card-title{font-weight:600;font-size:.9375rem;line-height:1.4;color:var(--foreground);margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kg-file-card-caption{font-size:.8125rem;line-height:1.4;color:var(--muted-foreground);margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kg-file-card-metadata{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--muted-foreground)}.kg-file-card-filename{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kg-file-card-filesize{text-transform:uppercase;flex-shrink:0}.kg-file-card-filesize:before{content:"\2022";margin-right:.375rem;opacity:.5}.kg-file-card-icon{width:2rem;height:2rem;flex-shrink:0;color:#14b8a6}.kg-file-card-icon svg{width:100%;height:100%}.kg-product-card{margin:2rem 0;border:1px solid var(--border);border-radius:.5rem;overflow:hidden;background:var(--card)}.kg-product-card-container{padding:1.25rem}.kg-product-card-image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--muted)}.kg-product-card-image img{width:100%;height:100%;object-fit:cover}.kg-product-card-title-container{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.kg-product-card-title{font-weight:700;font-size:1rem;line-height:1.4;color:var(--foreground);margin:0}.kg-product-card-rating{display:flex;gap:.125rem;flex-shrink:0;color:#eab308}.kg-product-card-rating svg{width:1rem;height:1rem}.kg-product-card-description{font-size:.875rem;line-height:1.6;color:var(--muted-foreground);margin-bottom:1rem}.kg-product-card-description p{margin:0}.kg-product-card-button{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-weight:600;font-size:.875rem;text-decoration:none!important;border-radius:.375rem;background:#14b8a6;color:#fff;transition:background-color .15s ease}.kg-product-card-button:hover{background:#0d9488}.kg-header-card{position:relative;margin:2rem 0;padding:3rem 1.5rem;border-radius:.5rem;overflow:hidden;text-align:center;background:var(--muted)}@media (min-width:640px){.kg-header-card{padding:4rem 2rem}}.kg-header-card-image{position:absolute;inset:0;z-index:0}.kg-header-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.6))}.kg-header-card-image img{width:100%;height:100%;object-fit:cover}.kg-header-card-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.kg-header-card-heading{font-size:1.5rem;font-weight:800;line-height:1.2;margin:0 0 .5rem;color:#fff}@media (min-width:640px){.kg-header-card-heading{font-size:2rem}}.kg-header-card-subheading{font-size:1rem;line-height:1.5;margin:0 0 1.5rem;color:hsla(0,0%,100%,.9)}@media (min-width:640px){.kg-header-card-subheading{font-size:1.125rem}}.kg-header-card-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:.875rem;text-decoration:none!important;border-radius:.375rem;background:#fff;color:#000;transition:background-color .15s ease,transform .1s ease}.kg-header-card-button:hover{background:hsla(0,0%,100%,.9)}.kg-header-card-button:active{transform:scale(.98)}.kg-audio-card{margin:2rem 0;border:1px solid var(--border);border-radius:.5rem;overflow:hidden;background:var(--card)}.kg-audio-thumbnail{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem}.kg-audio-thumbnail.placeholder{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:var(--muted);border-radius:.375rem;color:var(--muted-foreground)}.kg-audio-thumbnail img{width:3.5rem;height:3.5rem;border-radius:.375rem;object-fit:cover;flex-shrink:0}.kg-audio-title{font-weight:600;font-size:.9375rem;line-height:1.4;color:var(--foreground)}.kg-audio-player{padding:0 1.25rem 1rem}.kg-audio-player audio{width:100%;height:2.5rem;border-radius:.25rem}.kg-audio-player-container{display:flex;flex-direction:column;gap:.5rem}.kg-audio-hide{display:none}.kg-video-card{margin:2rem 0;border-radius:.5rem;overflow:hidden}.kg-video-container{position:relative;width:100%;aspect-ratio:16/9;background:#000}.kg-video-container video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.kg-video-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);cursor:pointer;transition:background-color .15s ease}.kg-video-overlay:hover{background:rgba(0,0,0,.4)}.kg-video-play-icon{width:4rem;height:4rem;background:hsla(0,0%,100%,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.kg-video-overlay:hover .kg-video-play-icon{transform:scale(1.05)}.kg-video-play-icon svg{width:1.5rem;height:1.5rem;margin-left:.25rem;color:#000}.kg-video-card figcaption{padding:.75rem 0 0;font-size:.8125rem;line-height:1.5;text-align:center;color:var(--muted-foreground)}.kg-embed-card{margin:2rem 0}.kg-embed-card iframe{width:100%;border-radius:.375rem;border:none}.kg-embed-card .fluid-width-video-wrapper,.kg-embed-card>div[style*=padding]{position:relative;overflow:hidden;border-radius:.375rem}.kg-embed-card .fluid-width-video-wrapper embed,.kg-embed-card .fluid-width-video-wrapper iframe,.kg-embed-card .fluid-width-video-wrapper object{position:absolute;top:0;left:0;width:100%;height:100%}.kg-embed-card .twitter-tweet{margin:0 auto!important}.kg-embed-card .instagram-media{margin:0 auto!important;min-width:0!important;max-width:100%!important}.kg-width-wide{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem);max-width:none}.kg-width-full{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;max-width:none}.kg-width-full,.kg-width-full img{border-radius:0}@media (max-width:640px){.kg-width-wide{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}}.kg-signup-card{margin:2rem 0;padding:2.5rem 1.5rem;border-radius:.5rem;background:var(--muted);text-align:center}@media (min-width:640px){.kg-signup-card{padding:3rem 2rem}}.kg-signup-card-heading{font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .375rem;color:var(--foreground)}@media (min-width:640px){.kg-signup-card-heading{font-size:1.5rem}}.kg-signup-card-subheading{font-size:.9375rem;line-height:1.5;margin:0 0 1.5rem;color:var(--muted-foreground)}.kg-signup-card-form{display:flex;flex-direction:column;gap:.5rem;max-width:400px;margin:0 auto}@media (min-width:480px){.kg-signup-card-form{flex-direction:row}}.kg-signup-card-input{flex:1;padding:.6875rem 1rem;font-size:.875rem;border:1px solid var(--border);border-radius:.375rem;background:var(--background);color:var(--foreground);min-width:0}.kg-signup-card-input:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 2px rgba(20,184,166,.2)}.kg-signup-card-input::placeholder{color:var(--muted-foreground)}.kg-signup-card-button{padding:.6875rem 1.25rem;font-weight:600;font-size:.875rem;border:none;border-radius:.375rem;background:#14b8a6;color:#fff;cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.kg-signup-card-button:hover{background:#0d9488}.kg-signup-card.kg-has-image{position:relative;background:transparent}.kg-signup-card.kg-has-image:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);border-radius:.5rem}.kg-signup-card.kg-has-image .kg-signup-card-heading,.kg-signup-card.kg-has-image .kg-signup-card-subheading{color:#fff;position:relative;z-index:1}.kg-signup-card.kg-has-image .kg-signup-card-form{position:relative;z-index:1}.kg-divider{border:none;text-align:center;margin:2.5rem 0}.kg-divider:before{content:"\2022\2022\2022";letter-spacing:.75em;font-size:1rem;color:var(--muted-foreground)}.kg-nft-card{margin:2rem 0;border:1px solid var(--border);border-radius:.5rem;overflow:hidden;background:var(--card);text-decoration:none!important;display:block;transition:border-color .15s ease}.kg-nft-card:hover{border-color:rgba(20,184,166,.5)}.kg-nft-image{width:100%;aspect-ratio:1/1;object-fit:cover}.kg-nft-metadata{padding:1rem 1.25rem}.kg-nft-header{margin-bottom:.375rem}.kg-nft-title{font-weight:600;font-size:1rem;line-height:1.4;color:var(--foreground);margin:0}.kg-nft-creator{font-size:.8125rem;line-height:1.4;color:var(--muted-foreground)}.kg-nft-creator-name{color:var(--foreground);font-weight:500}.kg-before-after-card{margin:2rem 0;border-radius:.5rem;overflow:hidden;position:relative}blockquote:not(.kg-blockquote-alt){border-left:3px solid #14b8a6;padding-left:1.25rem;margin:1.5rem 0;font-style:italic;color:var(--muted-foreground)}.kg-blockquote-alt{border:none;padding:0;margin:2rem 0;text-align:center;font-size:1.25rem;font-weight:500;line-height:1.5;font-style:normal;color:var(--foreground);position:relative}@media (min-width:640px){.kg-blockquote-alt{font-size:1.375rem;padding:0 2rem}}.kg-blockquote-alt:before{content:"\201C";display:block;font-size:3rem;line-height:1;color:#14b8a6;margin-bottom:.5rem}.kg-email-card{padding:1.25rem;background:rgba(20,184,166,.1);border-left:3px solid #14b8a6}.kg-cta-card,.kg-email-card{margin:2rem 0;border-radius:.5rem}.kg-cta-card{padding:1.5rem;background:var(--muted);display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.kg-cta-card{flex-direction:row;align-items:center}}.kg-cta-card-image{width:100%;max-width:120px;aspect-ratio:1/1;border-radius:.375rem;object-fit:cover;flex-shrink:0}.kg-cta-card-content{flex:1;min-width:0}.kg-cta-card-sponsor{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:.375rem}.kg-cta-card-title{font-weight:600;font-size:1rem;line-height:1.4;color:var(--foreground);margin-bottom:.375rem}.kg-cta-card-description{font-size:.875rem;line-height:1.5;color:var(--muted-foreground);margin-bottom:.75rem}.kg-cta-card-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-weight:600;font-size:.8125rem;text-decoration:none!important;border-radius:.375rem;background:#14b8a6;color:#fff;transition:background-color .15s ease}.kg-cta-card-button:hover{background:#0d9488}.gh-content{font-size:1.0625rem;line-height:1.75}.gh-content>:first-child{margin-top:0!important}.gh-content h2+h3,.gh-content h3+h4{margin-top:1.5rem}.gh-content .kg-image-card{margin:2rem 0}.gh-content .kg-image-card img{margin:0 auto}.gh-content .kg-image-card figcaption{margin-top:.75rem;text-align:center;font-size:.875rem;color:var(--muted-foreground)}.gh-content pre{position:relative}.gh-content pre code{display:block;padding:1.25rem;font-size:.875rem;line-height:1.6;overflow-x:auto}.gh-content .kg-html-card,.gh-content .kg-markdown-card{margin:1.5rem 0}.gh-content a:not([class]){color:#14b8a6;text-decoration:none;transition:color .15s ease}.gh-content a:not([class]):hover{color:#0d9488;text-decoration:underline;text-underline-offset:3px}.gh-content ol ul,.gh-content ul ul{list-style-type:circle;margin-top:.5rem;margin-bottom:.5rem}.gh-content ol ul ul,.gh-content ul ul ul{list-style-type:square}.gh-content ol ol,.gh-content ul ol{list-style-type:lower-alpha;margin-top:.5rem;margin-bottom:.5rem}.gh-content blockquote{position:relative;font-style:normal}.gh-content blockquote p:last-child{margin-bottom:0}.gh-content blockquote cite{display:block;margin-top:1rem;font-size:.875rem;font-style:normal;color:var(--muted-foreground)}.gh-content blockquote cite:before{content:"\2014 "}.gh-content aside{padding:1.5rem;margin:2rem 0;border-left:4px solid rgba(20,184,166,.5);background:var(--muted);border-radius:0 .5rem .5rem 0}.gh-content dl{margin:1.5rem 0}.gh-content dt{font-weight:600;color:var(--foreground);margin-top:1.5rem}.gh-content dt:first-child{margin-top:0}.gh-content dd{margin-left:1.5rem;margin-top:.5rem;color:var(--muted-foreground)}.gh-content kbd{display:inline-block;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.8125rem;line-height:1.4;color:var(--foreground);background:var(--muted);border:1px solid var(--border);border-radius:.25rem;box-shadow:0 1px 0 var(--border)}.gh-content mark{background:rgba(234,179,8,.3);color:inherit;padding:.125rem .25rem;border-radius:.125rem}.gh-content abbr[title]{text-decoration:underline dotted;cursor:help}.gh-content small{font-size:.875rem}.gh-content sub,.gh-content sup{font-size:.75rem;line-height:0;position:relative;vertical-align:baseline}.gh-content sup{top:-.5em}.gh-content sub{bottom:-.25em}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.toc-sidebar{font-size:.8125rem;max-height:calc(100vh - 8rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.toc-sidebar::-webkit-scrollbar{width:3px}.toc-sidebar::-webkit-scrollbar-track{background:transparent}.toc-sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.toc-link{line-height:1.5;word-break:break-word}.toc-link-active{transition:color .2s ease,border-color .2s ease}.toc-mobile nav{animation:toc-slide-down .2s ease-out}@keyframes toc-slide-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.toc-mobile nav{animation:none}}@media (max-width:640px){.gh-content{font-size:1rem}.gh-content h1{font-size:1.75rem}.gh-content h2{font-size:1.5rem}.gh-content h3{font-size:1.25rem}.gh-content h4{font-size:1.125rem}.gh-content blockquote{padding-left:1rem}.gh-content aside{padding:1rem;margin:1.5rem 0}}.hljs{background:hsl(var(--muted)/.3)!important}.hljs-attr,.hljs-attribute{color:#93c5fd!important}.hljs-built_in{color:#94a3f7!important}.hljs-bullet,.hljs-literal{color:#a5f3fc!important}.hljs-code{color:#86efac!important}.hljs-link,.hljs-section{color:#a5f3fc!important}.hljs-operator{color:#e67e22!important}.hljs-title{color:#93c5fd!important}.hljs-number{color:#a5f3fc!important}.hljs-regexp,.hljs-string{color:#86efac!important}.hljs-type{color:#93c5fd!important}.hljs-meta,.hljs-meta-string{color:#9ca3af!important}.hljs-comment,.hljs-quote{color:#6b7280!important}.hljs-keyword{color:#c084fc!important}.hljs-name,.hljs-selector-tag,.hljs-tag{color:#93c5fd!important}.ProseMirror h1{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem;margin-top:1.5rem}.ProseMirror h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;margin-top:1.25rem}.ProseMirror h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;margin-top:1rem}.ProseMirror p{color:#d1d5db;margin-bottom:.75rem;line-height:1.625}.ProseMirror ul{list-style-type:disc}.ProseMirror ol,.ProseMirror ul{list-style-position:inside;margin-bottom:1rem;color:#d1d5db}.ProseMirror ol{list-style-type:decimal}.ProseMirror li{margin-bottom:.25rem}.ProseMirror blockquote{border-left:4px solid #14b8a6;padding-left:1rem;font-style:italic;color:#9ca3af;margin-bottom:1rem}.ProseMirror code{background-color:#374151;color:#5eead4;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.ProseMirror pre{background-color:#1f2937;color:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem}.ProseMirror pre code{background-color:transparent;color:inherit;padding:0}.ProseMirror a{color:#5eead4;text-decoration:underline}.ProseMirror a:hover{color:#99f6e4}.ProseMirror img{max-width:100%;height:auto;border-radius:.5rem;margin-top:1rem;margin-bottom:1rem}.ProseMirror strong{font-weight:700;color:#fff}.ProseMirror em{font-style:italic}.ProseMirror s{text-decoration:line-through}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#6b7280;pointer-events:none;height:0}.ProseMirror .hljs{background-color:#1f2937;color:#f3f4f6}.ProseMirror .hljs-keyword{color:#c084fc}.ProseMirror .hljs-string{color:#86efac}.ProseMirror .hljs-number{color:#93c5fd}.ProseMirror .hljs-comment{color:#6b7280}.ProseMirror .hljs-function{color:#facc15}.ProseMirror .hljs-variable{color:#67e8f9}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}