code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.prose h1{font-size:2.25rem;margin-top:2.5rem;margin-bottom:1.25rem;font-weight:700;color:#e5e5e5;font-family:Kanit,sans-serif;line-height:1.2;position:relative;padding-bottom:.5rem}.prose h1:after{content:"";position:absolute;bottom:0;left:0;width:4rem;height:3px;background-color:#f27781;border-radius:3px}.prose h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem;font-weight:600;color:#e5e5e5;font-family:Kanit,sans-serif;line-height:1.3;position:relative;padding-bottom:.25rem}.prose h2:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:2px;background-color:#f27781;opacity:.7;border-radius:2px}.prose h3{font-size:1.35rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;color:#e5e5e5;font-family:Kanit,sans-serif;line-height:1.4}.prose h4{font-size:1.15rem;margin-top:1.25rem;margin-bottom:.5rem;font-weight:600;color:#e5e5e5;font-family:Kanit,sans-serif}.prose p{margin-bottom:1.25rem;color:#b0b0b0;line-height:1.7;font-size:1.05rem}.prose strong{color:#e5e5e5;font-weight:600}.prose em{font-style:italic;color:#b0b0b0}.prose ul,.prose ol{margin:1rem 0 1.5rem;padding-left:1.75rem;color:#b0b0b0}.prose ul{list-style-type:none}.prose ul li{position:relative;margin-bottom:.75rem;padding-left:.5rem}.prose ul li:before{content:"";position:absolute;left:-1.25rem;top:.5rem;width:.5rem;height:.5rem;background-color:#f27781;border-radius:50%}.prose ol{list-style-type:decimal;counter-reset:list-counter}.prose ol li{counter-increment:list-counter;position:relative;margin-bottom:.75rem}.prose ol li::marker{color:#f27781;font-weight:600}.prose table{width:100%;margin:2rem 0;border-collapse:collapse;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px #0000001a}.prose table th{background-color:#3d3d3d;color:#e5e5e5;font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:2px solid #F27781}.prose table td{padding:.75rem 1rem;border-bottom:1px solid #3D3D3D;color:#b0b0b0}.prose table tr{background-color:#2d2d2d}.prose table tr:nth-child(2n){background-color:#333}.prose table tr:hover{background-color:#3d3d3d}.prose a{color:#f27781;text-decoration:none;transition:color .2s}.prose a:hover{color:#ff9aa2;text-decoration:underline}.prose blockquote{border-left:4px solid #F27781;padding:1rem 1.5rem;margin:1.5rem 0;background-color:#f277810d;border-radius:0 .5rem .5rem 0;position:relative;font-style:italic;color:#b0b0b0}.prose blockquote:before{content:'"';font-family:Georgia,serif;font-size:3rem;position:absolute;left:.5rem;top:-.5rem;color:#f2778133}.prose code{background-color:#3d3d3d;padding:.2rem .4rem;border-radius:.25rem;font-size:.875em;color:#e5e5e5}.prose pre{background-color:#2d2d2d;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0;border:1px solid #3D3D3D;box-shadow:0 4px 6px #0000001a;position:relative}.prose pre:before{content:attr(data-language);position:absolute;top:0;right:0;color:gray;font-size:.75rem;font-family:monospace;background-color:#3d3d3d;padding:.25rem .5rem;border-radius:0 .5rem;text-transform:uppercase}.prose pre code{background-color:transparent;padding:0;color:#e5e5e5;font-family:Fira Code,Consolas,monospace;font-size:.9rem;line-height:1.5;display:block}.prose pre.line-numbers{padding-left:3.8rem;counter-reset:linenumber}.prose pre.line-numbers code{position:relative}.prose pre.line-numbers code>span{display:block;position:relative;line-height:1.5}.prose pre.line-numbers code>span:before{content:counter(linenumber);counter-increment:linenumber;position:absolute;left:-3.5rem;width:3rem;text-align:right;color:gray;border-right:1px solid #3D3D3D;padding-right:.5rem}.prose img{border-radius:.5rem;margin-top:1rem;margin-bottom:1rem}.prose hr{border:none;height:2px;background:linear-gradient(to right,transparent,#F27781,transparent);margin:2.5rem 0;opacity:.3}.prose .callout{border-radius:.5rem;padding:2.5rem 1.5rem 1.5rem;margin:1.5rem 0;position:relative;border-left:4px solid;background-color:#3d3d3d4d}.prose .callout:before{position:absolute;top:.75rem;left:1rem;font-weight:600;font-family:Kanit,sans-serif}.prose .callout-content{padding-left:0}.prose .callout.info{border-color:#3498db;background-color:#3498db1a}.prose .callout.info:before{content:"ℹ️ Info";color:#3498db}.prose .callout.tip{border-color:#2ecc71;background-color:#2ecc711a}.prose .callout.tip:before{content:"💡 Tip";color:#2ecc71}.prose .callout.warning{border-color:#f39c12;background-color:#f39c121a}.prose .callout.warning:before{content:"⚠️ Warning";color:#f39c12}.prose .callout.danger{border-color:#e74c3c;background-color:#e74c3c1a}.prose .callout.danger:before{content:"🚫 Danger";color:#e74c3c}.prose .callout p:last-child{margin-bottom:0}.prose figure{margin:2rem 0}.prose figure img{width:100%;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.prose figcaption{text-align:center;font-size:.875rem;color:gray;margin-top:.5rem;font-style:italic}.prose pre{position:relative}.copy-code-button{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem;background-color:#3d3d3d;color:#b0b0b0;border:none;border-radius:.25rem;cursor:pointer;opacity:0;transition:opacity .2s,background-color .2s,color .2s}.prose pre:hover .copy-code-button{opacity:1}.copy-code-button:hover{background-color:#4d4d4d;color:#e5e5e5}.copy-code-button.copy-success{background-color:#2ecc71;color:#fff}
