pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1e1e1e;color:#dcdcdc}.hljs-keyword,.hljs-link,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta .hljs-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212}.hljs-addition,.hljs-deletion{display:inline-block;width:100%}.hljs-deletion{background-color:#600}.prose table{width:100%;margin-top:2rem;margin-bottom:2rem;border-collapse:collapse;overflow:hidden;font-size:.95rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);background-color:#0f1724}.prose thead{background-color:#0a1422}.prose th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#fff;border-bottom:1px solid #1e2a3b}.prose th:first-child{border-left:3px solid #08e878}.prose tbody tr{border-bottom:1px solid #1e2a3b;transition:background-color .2s ease}.prose tbody tr:nth-child(2n){background-color:#111927}.prose tbody tr:hover{background-color:#192337}.prose td{padding:.75rem 1rem;color:hsla(0,0%,100%,.7)}.prose tbody tr:hover td{color:#fff}.prose blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid #08e878;background-color:#0f1724;border-radius:0 8px 8px 0;font-style:italic;box-shadow:0 4px 16px rgba(0,0,0,.1);position:relative}.prose blockquote:before{content:"\201C";position:absolute;top:-15px;left:10px;font-size:4rem;color:rgba(8,232,120,.2);font-family:serif}.prose blockquote p{color:hsla(0,0%,100%,.8);margin-bottom:.5rem;position:relative;z-index:1}.prose blockquote cite{display:block;color:hsla(0,0%,100%,.6);font-size:.9rem;font-style:normal;margin-top:.5rem;text-align:right}.prose ol,.prose ul{margin:1.5rem 0;padding-left:1.5rem}.prose ul{list-style:none}.prose ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:hsla(0,0%,100%,.7)}.prose ul li:before{content:"";position:absolute;left:0;top:.7rem;width:8px;height:8px;background-color:#08e878;border-radius:50%}.prose ol{counter-reset:item;list-style:none}.prose ol li{position:relative;padding-left:2rem;margin-bottom:.75rem;counter-increment:item;color:hsla(0,0%,100%,.7)}.prose ol li:before{content:counter(item);content:counter(item) ".";position:absolute;left:0;top:0;font-weight:600;color:#08e878}.prose ul>li>ul>li:before{display:none}.prose code{background-color:#192337;color:#08e878;padding:.2rem .4rem;border-radius:4px;font-family:SF Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85em}.prose pre{background-color:#0a1422;padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;box-shadow:0 4px 16px rgba(0,0,0,.15);border:1px solid #1e2a3b}.prose pre code{background-color:transparent;padding:0;color:hsla(0,0%,100%,.8);display:block;line-height:1.6}.prose hr{margin:3rem 0;border:0;height:1px;background:linear-gradient(90deg,transparent,rgba(8,232,120,.5),transparent)}.prose img{border-radius:8px;max-width:100%;height:auto;box-shadow:0 4px 20px rgba(0,0,0,.2);display:block;margin:2rem auto}.prose figcaption{text-align:center;font-size:.85rem;color:hsla(0,0%,100%,.6);margin-top:.75rem;font-style:italic}.prose mark{background-color:rgba(8,232,120,.15);color:#08e878;padding:.1rem .3rem;border-radius:3px}.prose strong{font-weight:600;color:hsla(0,0%,100%,.95)}.prose em{font-style:italic;color:hsla(0,0%,100%,.8)}.prose a{color:#08e878;text-decoration:none;position:relative;transition:all .2s ease}.prose a:hover{color:#06c666}.prose a:after{content:"";position:absolute;width:100%;height:1px;bottom:-2px;left:0;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.prose a:hover:after{transform:scaleX(1);transform-origin:left}.info-box{margin:2rem 0;padding:1.5rem;border-radius:8px;background-color:#192337;border-left:4px solid;box-shadow:0 4px 16px rgba(0,0,0,.1)}.info-box-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.info-box p{margin-bottom:.5rem}.info-box p:last-child{margin-bottom:0}.info-box.note{border-color:#3b82f6;background-color:rgba(59,130,246,.1)}.info-box.tip{border-color:#08e878;background-color:rgba(8,232,120,.1)}.info-box.warning{border-color:#f59e0b;background-color:rgba(245,158,11,.1)}.info-box.danger{border-color:#ef4444;background-color:rgba(239,68,68,.1)}.prose h1{font-size:2.5rem;font-weight:700;line-height:1.2;color:#f1f5f9;margin-bottom:1rem}.prose h2{font-size:1.8rem;font-weight:600;color:#f1f5f9;margin-top:3rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.prose h2:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:#08e878}.prose h3{font-size:1.4rem;font-weight:600;color:#f1f5f9;margin-top:2rem;margin-bottom:1rem}.prose p{margin-bottom:1.5rem;color:hsla(0,0%,100%,.7)}.table-container{overflow-x:auto;margin:2rem 0;border-radius:8px}.highlight{color:#08e878;font-weight:600}.numeric{text-align:right;font-variant-numeric:tabular-nums}.status{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.85rem;font-weight:500;text-align:center}.status-success{background-color:rgba(8,232,120,.15);color:#08e878}.status-warning{background-color:rgba(255,170,0,.15);color:#fa0}.status-danger{background-color:rgba(255,76,81,.15);color:#ff4c51}@media (max-width:768px){.mobile-hide{display:none}.prose td,.prose th{padding:.5rem .75rem;font-size:.85rem}.prose blockquote{padding:1rem 1.25rem}.prose h1{font-size:1.8rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}}