/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2025 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap;align-items:center}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg) !important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0 !important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg) !important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.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:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset !important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}.author-contact{margin-top:2rem !important;padding:1.5rem !important;border-top:1px solid rgba(159,239,0,.3) !important;text-align:center !important;background:rgba(1,4,9,.3) !important;border-radius:10px !important}.author-contact h4{margin-bottom:1rem !important;color:var(--htb-green) !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:1px !important;font-size:1em !important}.social-icons{display:flex !important;justify-content:center !important;gap:1rem !important;flex-wrap:wrap !important;margin:1rem 0 !important}.social-icons a{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:2.5rem !important;height:2.5rem !important;background:rgba(1,4,9,.8) !important;border:1px solid rgba(159,239,0,.4) !important;border-radius:50% !important;text-decoration:none !important;color:var(--htb-text-light) !important;transition:all .3s ease !important;position:relative !important;overflow:hidden !important}.social-icons a::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background:radial-gradient(circle at center,rgba(159,239,0,.1) 0%,transparent 70%) !important;transform:scale(0) !important;transition:transform .3s ease !important;border-radius:50% !important}.social-icons a:hover{color:var(--htb-green) !important;border-color:var(--htb-green) !important;box-shadow:0 0 15px rgba(159,239,0,.4) !important;transform:translateY(-2px) !important}.social-icons a:hover::before{transform:scale(1) !important}.social-icons a svg{width:1.2rem !important;height:1.2rem !important;transition:all .3s ease !important;z-index:1 !important;position:relative !important}.social-icons a:hover svg{filter:drop-shadow(0 0 5px rgba(159,239,0,.6)) !important}.author-contact p{margin-top:1rem !important;font-size:.9rem !important;color:var(--htb-text-gray) !important;line-height:1.5 !important}@media(max-width:768px){.social-icons{gap:.8rem !important}.social-icons a{width:2.2rem !important;height:2.2rem !important}.social-icons a svg{width:1rem !important;height:1rem !important}}:root{--code-bg:rgba(1, 4, 9, 0.9) !important;--code-block-bg:var(--htb-bg-darker) !important}.post-content code{background:rgba(1,4,9,.9) !important;color:var(--htb-green) !important;border:1px solid rgba(159,239,0,.4) !important;padding:3px 6px !important;border-radius:4px !important;font-size:.9em !important;font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace !important;margin:0 2px !important}.post-content pre code{background:var(--htb-bg-darker) !important;color:#cad3f5 !important;border:none !important;margin:0 !important;padding:16px !important;border-radius:8px !important;display:block !important;overflow-x:auto !important;line-height:1.6 !important;white-space:pre !important;tab-size:4 !important;-moz-tab-size:4 !important;text-indent:0 !important}.post-content .highlight{background:var(--htb-bg-darker) !important;border-radius:8px !important;border:1px solid rgba(159,239,0,.2) !important;margin:20px 0 !important;overflow:hidden !important}.post-content .highlight:not(table){background:var(--htb-bg-darker) !important}.chroma{background-color:var(--htb-bg-darker) !important;color:#cad3f5 !important;white-space:pre !important;tab-size:4 !important;-moz-tab-size:4 !important}.chroma *{text-indent:0 !important;margin-left:0 !important;padding-left:0 !important}.chroma .lnt,.chroma .ln{padding-left:8px !important;padding-right:8px !important}.post-content .highlight table{background:var(--htb-bg-darker) !important;border:none !important;border-radius:8px !important;margin:0 !important}.post-content .highlight table td{background:var(--htb-bg-darker) !important;border:none !important;padding:0 !important}.post-content .highlight table td:first-child{background:rgba(1,4,9,.7) !important;border-right:1px solid rgba(159,239,0,.2) !important;width:40px !important}.post-content .highlight table td:last-child{background:var(--htb-bg-darker) !important;width:100% !important}.chroma .lnt,.chroma .ln{color:rgba(159,239,0,.6) !important;background:0 0 !important;padding:0 8px !important;user-select:none !important}.post-content .highlight table td:last-child pre{background:0 0 !important;border:none !important;margin:0 !important;padding:16px !important;white-space:pre !important;tab-size:4 !important;-moz-tab-size:4 !important;text-indent:0 !important}.post-content .highlight table td:last-child code{background:0 0 !important;color:#cad3f5 !important;border:none !important;padding:0 !important;margin:0 !important;white-space:pre !important;tab-size:4 !important;-moz-tab-size:4 !important;text-indent:0 !important}.chroma .line{white-space:pre !important;text-indent:0 !important}.chroma .cl{white-space:pre !important;text-indent:0 !important;padding-left:0 !important;margin-left:0 !important}.post-content a code{background:rgba(1,4,9,.9) !important;color:var(--htb-green) !important;border:1px solid rgba(159,239,0,.4) !important}.post-content a:hover code{background:rgba(159,239,0,.1) !important;border-color:var(--htb-green) !important}.chroma .k{color:#c6a0f6 !important}.chroma .s{color:#a6da95 !important}.chroma .c1{color:#6e738d !important}.chroma .nf{color:#8aadf4 !important}.chroma .nb{color:#f5bde6 !important}.chroma .mi{color:#f5a97f !important}.chroma .o{color:var(--htb-green) !important}.post-content .highlight pre code::-webkit-scrollbar{height:8px !important}.post-content .highlight pre code::-webkit-scrollbar-track{background:rgba(1,4,9,.5) !important;border-radius:4px !important}.post-content .highlight pre code::-webkit-scrollbar-thumb{background:rgba(159,239,0,.3) !important;border-radius:4px !important}.post-content .highlight pre code::-webkit-scrollbar-thumb:hover{background:rgba(159,239,0,.5) !important}.featured-posts{margin-top:3rem}.featured-posts .page-header{text-align:center;margin-bottom:2rem;padding:2rem 0;border-bottom:2px solid rgba(159,239,0,.2)}.featured-posts .page-header h2{background:linear-gradient(45deg,#9fef00,#7fb800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.featured-posts .page-header p{color:var(--secondary);font-style:italic;font-size:1.1rem}.featured-posts .post-entry{background:linear-gradient(145deg,#0d1117,#161b22);border:1px solid #21262d;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.4)}.featured-posts .post-entry::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#9fef00,#7fb800);transform:scaleX(0);transition:transform .3s ease}.featured-posts .post-entry:hover{background:linear-gradient(145deg,#161b22,#1c2128);border-color:#9fef00;transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 20px rgba(159,239,0,.1)}.featured-posts .post-entry:hover::before{transform:scaleX(1)}.featured-posts .post-entry .entry-header h2{color:#f0f6fc;font-size:1.3rem;margin-bottom:.75rem;transition:color .3s ease;font-weight:600}.featured-posts .post-entry:hover .entry-header h2{color:#9fef00;text-shadow:0 0 10px rgba(159,239,0,.3)}.featured-posts .post-entry .entry-content{color:#8b949e;line-height:1.6;margin-bottom:1rem}.featured-posts .post-entry .entry-footer{padding:0;margin-top:12px;border:none}.featured-posts .post-entry .entry-footer .post-meta{display:flex !important;justify-content:space-between !important;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;font-size:.9rem;color:var(--tertiary)}.featured-posts .post-entry .entry-footer .post-tags-meta{display:flex !important;flex-wrap:wrap;flex-direction:row-reverse !important;justify-content:flex-end !important;gap:4px;margin:0;order:2}.featured-posts .tag-item a{background:linear-gradient(135deg,#9fef00,#7fb800) !important;color:#000 !important;text-decoration:none;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:600;line-height:1.2;border:1px solid transparent;transition:all .2s ease;box-shadow:0 2px 4px rgba(159,239,0,.2)}.featured-posts .tag-item a:hover{background:linear-gradient(135deg,#7fb800,#9fef00) !important;color:#000 !important;transform:translateY(-1px);box-shadow:0 4px 8px rgba(159,239,0,.4)}.view-all-posts{text-align:center;margin-top:3rem;padding:2rem 0}.view-all-button{display:inline-block;background:linear-gradient(45deg,#9fef00,#7fb800);color:#000;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(159,239,0,.3)}.view-all-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(159,239,0,.4);background:linear-gradient(45deg,#7fb800,#9fef00)}@media(max-width:768px){.featured-posts .post-entry{padding:1rem;margin-bottom:1rem}.featured-posts .page-header h2{font-size:1.5rem}.profile{padding:1rem}}.post-entry{background:linear-gradient(145deg,#0d1117,#161b22);border:1px solid #21262d;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.4)}.post-entry::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#9fef00,#7fb800);transform:scaleX(0);transition:transform .3s ease}.post-entry:hover{background:linear-gradient(145deg,#161b22,#1c2128);border-color:#9fef00;transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 20px rgba(159,239,0,.1)}.post-entry:hover::before{transform:scaleX(1)}.post-entry .entry-header h2{color:#f0f6fc;font-weight:600;transition:color .3s ease}.post-entry:hover .entry-header h2{color:#9fef00;text-shadow:0 0 10px rgba(159,239,0,.3)}.post-entry .entry-content{color:#8b949e;line-height:1.6}table{width:100%;border-collapse:separate;border-spacing:0;margin:1.5rem 0;background:0 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.4);border:1px solid #21262d}table thead{background:linear-gradient(45deg,#9fef00,#7fb800);position:relative}table thead th{color:#000 !important;font-weight:700;padding:1.2rem 1rem;text-align:left;font-size:1rem;border:none;position:relative;background:inherit;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.1)}table thead th:first-child{border-top-left-radius:12px}table thead th:last-child{border-top-right-radius:12px}table thead th:first-child{border-top-left-radius:12px}table thead th:last-child{border-top-right-radius:12px}table tbody tr{background:rgba(13,17,23,.95);transition:all .3s ease;border:none}table tbody tr:nth-child(even){background:rgba(22,27,34,.95)}table tbody tr:hover{background:rgba(28,33,40,.98);box-shadow:inset 0 0 0 1px rgba(159,239,0,.4)}table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}table tbody td{padding:1.2rem 1rem;color:#e6edf3;border:none;border-right:1px solid rgba(48,54,61,.8);border-bottom:1px solid rgba(48,54,61,.8);font-size:.95rem;line-height:1.6;background:inherit;font-weight:400}table tbody td:last-child{border-right:none}table tbody tr:last-child td{border-bottom:none}table code{background:rgba(40,46,54,.9);color:#9fef00 !important;padding:.3rem .5rem;border-radius:5px;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.88rem;border:1px solid rgba(159,239,0,.3);font-weight:500;letter-spacing:.02em}table strong{color:#fff;font-weight:600}table a{color:#58a6ff;text-decoration:none;transition:color .2s ease}table a:hover{color:#9fef00;text-decoration:underline}@media(max-width:768px){table{font-size:.85rem;margin:1rem 0}table thead th,table tbody td{padding:1rem .7rem}table thead th{font-size:.9rem}table tbody td{font-size:.85rem;line-height:1.5}table code{font-size:.8rem;padding:.2rem .4rem}}:root{--htb-green:#9fef00;--htb-dark-green:#7fb800;--htb-bg-dark:#0d1117;--htb-bg-darker:#010409;--htb-text-light:#e6edf3;--htb-text-gray:#7d8590;--htb-border:#30363d;--htb-accent:#238636;--htb-red:#ff4757}body{background:linear-gradient(135deg,var(--htb-bg-darker) 0%,var(--htb-bg-dark) 100%);color:var(--htb-text-light);font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace}.header{background:rgba(13,17,23,.95);border-bottom:2px solid var(--htb-green);backdrop-filter:blur(10px)}.logo{color:var(--htb-green) !important;font-weight:700;text-shadow:0 0 10px var(--htb-green)}.nav a{color:var(--htb-text-light);transition:all .3s ease}.nav a:hover{color:var(--htb-green);text-shadow:0 0 5px var(--htb-green)}.main{background:rgba(13,17,23,.8);border-radius:10px;margin-top:20px;box-shadow:0 0 20px rgba(159,239,0,.1)}.post-title{color:var(--htb-green);font-weight:700;text-shadow:0 0 10px rgba(159,239,0,.3)}.post-meta{color:var(--htb-text-gray)}pre:not(.highlight pre):not(.lntable pre){background:var(--htb-bg-darker) !important;border-radius:8px;padding:16px !important;margin:16px 0;overflow-x:auto}code{background:0 0 !important;border-radius:4px;font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace}.highlight{background:var(--htb-bg-darker) !important;border-radius:8px;margin:16px 0;border-left:4px solid var(--htb-green);overflow:hidden}.highlight pre{background:var(--htb-bg-darker) !important;border:none;margin:0;padding:0;border-radius:0}.highlight table{background:var(--htb-bg-darker) !important;border-spacing:0;border-collapse:collapse;margin:0;padding:0;width:100%;border:none !important;border-radius:0 !important;box-shadow:none !important}.highlight table td{background:var(--htb-bg-darker) !important;padding:0;margin:0;border:none;vertical-align:top}.highlight table td:first-child{width:50px;min-width:50px;text-align:right;padding:0;border-right:1px solid var(--htb-border);user-select:none}.highlight table td:last-child{padding:0;width:auto}.highlight .lnt{color:var(--htb-text-gray) !important;background:0 0 !important;display:inline-block;line-height:1.5;font-size:.9em;padding:0;margin:0}.highlight table td:last-child pre{background:var(--htb-bg-darker) !important;padding:0 !important;border:none !important;border-radius:0 !important}.highlight table td:last-child code{background:0 0 !important;padding:0 !important;line-height:1.5}.highlight .lntable{background:var(--htb-bg-darker) !important}.highlight .lntd{background:var(--htb-bg-darker) !important}.highlight .ln{display:none !important}:not(pre)>code{background:rgba(1,4,9,.9) !important;color:var(--htb-green) !important;padding:3px 6px;border-radius:4px;border:1px solid rgba(159,239,0,.4);font-size:.9em;font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace}a{color:var(--htb-green);text-decoration:none}a:hover{color:var(--htb-dark-green);text-shadow:0 0 5px var(--htb-green)}.btn,button{background:linear-gradient(135deg,var(--htb-green),var(--htb-dark-green));color:var(--htb-bg-dark);border:none;padding:10px 20px;border-radius:5px;font-weight:700;transition:all .3s ease}.btn:hover,button:hover{box-shadow:0 0 15px rgba(159,239,0,.5);transform:translateY(-2px)}.toc{background:rgba(1,4,9,.9);border:1px solid var(--htb-green);border-radius:10px;padding:15px;margin:20px 0;box-shadow:0 0 15px rgba(159,239,0,.2)}.toc-title{color:var(--htb-green);font-weight:700;text-align:center;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.toc ul{list-style:none;padding-left:15px}.toc li::before{color:var(--htb-green);font-weight:700}.toc a{color:var(--htb-text-light);transition:color .3s ease}.toc a:hover{color:var(--htb-green)}.tag{background:rgba(159,239,0,.1);color:var(--htb-green);border:1px solid rgba(159,239,0,.3);padding:3px 8px;border-radius:15px;font-size:.8em;margin:2px;display:inline-block}.category{background:linear-gradient(135deg,var(--htb-green),var(--htb-dark-green));color:var(--htb-bg-dark);padding:4px 10px;border-radius:5px;font-weight:700;font-size:.9em}.footer{background:var(--htb-bg-darker);border-top:2px solid var(--htb-green);color:var(--htb-text-gray);text-align:center;padding:20px 0}.search-input{background:var(--htb-bg-darker);border:2px solid var(--htb-green);color:var(--htb-text-light);padding:10px 15px;border-radius:25px;outline:none}.search-input:focus{box-shadow:0 0 15px rgba(159,239,0,.5)}blockquote{border-left:4px solid var(--htb-green);background:rgba(159,239,0,5%);padding:15px 20px;margin:20px 0;border-radius:0 5px 5px 0}.post-content table:not(.lntable),table:not(.lntable){border-collapse:collapse;width:100% !important;max-width:100%;background:var(--htb-bg-darker);border:2px solid var(--htb-green);border-radius:8px;overflow:hidden;margin:20px 0;box-shadow:0 0 15px rgba(159,239,0,.1);table-layout:auto}.post-content th:not(.lntable th),th:not(.lntable th){background:linear-gradient(135deg,var(--htb-green),var(--htb-dark-green));color:var(--htb-bg-dark);font-weight:700;padding:15px 12px;text-align:left;font-size:14px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--htb-green)}.post-content td:not(.lntd),td:not(.lntd){padding:12px;border-bottom:1px solid var(--htb-border);color:var(--htb-text-light);vertical-align:top;word-wrap:break-word}.post-content tr:not(.lntable tr):nth-child(even),tr:not(.lntable tr):nth-child(even){background:rgba(159,239,0,3%)}.post-content tr:not(.lntable tr):hover,tr:not(.lntable tr):hover{background:rgba(159,239,0,8%);transition:all .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--htb-bg-darker)}::-webkit-scrollbar-thumb{background:var(--htb-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--htb-dark-green)}@keyframes glow{0%{text-shadow:0 0 5px var(--htb-green)}50%{text-shadow:0 0 20px var(--htb-green),0 0 30px var(--htb-green)}100%{text-shadow:0 0 5px var(--htb-green)}}.glow-text{animation:glow 2s ease-in-out infinite alternate}@media(max-width:768px){body{font-size:14px}.main{margin:10px;padding:15px}}.copy-button{background:var(--htb-green);color:var(--htb-bg-dark);border:none;padding:6px 12px;border-radius:4px;font-size:.8em;cursor:pointer;transition:all .3s ease;font-weight:700}.copy-button:hover{background:var(--htb-dark-green);box-shadow:0 0 10px rgba(159,239,0,.5)}.post-content{width:100%;max-width:100%;overflow-x:auto}.post-content table{display:table;width:100% !important;margin-left:0;margin-right:0}.post-content .highlight{width:100%;max-width:100%}@media(max-width:768px){table{font-size:14px}th,td{padding:8px 6px}.highlight pre{padding:12px;font-size:14px}.highlight table td:first-child{width:40px;min-width:40px;padding-right:8px}.highlight table td:last-child{padding-left:12px}}.highlight *{box-sizing:border-box}div.highlight table.lntable{background:var(--htb-bg-darker) !important;width:100% !important;border-spacing:0 !important;border-collapse:collapse !important;border:none !important;border-radius:0 !important;box-shadow:none !important;margin:0 !important}div.highlight table.lntable tr{background:var(--htb-bg-darker) !important}div.highlight table.lntable tr:nth-child(even){background:var(--htb-bg-darker) !important}div.highlight table.lntable tr:hover{background:var(--htb-bg-darker) !important}div.highlight table.lntable td.lntd{background:var(--htb-bg-darker) !important;border:none !important;padding:0 !important;vertical-align:baseline !important;border-bottom:none !important;line-height:1.6 !important}div.highlight table.lntable td.lntd:first-child{width:50px !important;min-width:50px !important;text-align:right !important;padding:16px 8px 16px 16px !important;border-right:1px solid var(--htb-border) !important}div.highlight table.lntable td.lntd:first-child pre{padding:0 !important;margin:0 !important;background:var(--htb-bg-darker) !important;border:none !important;text-align:right !important;border-radius:0 !important;line-height:1.6 !important;font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace !important;font-size:14px !important;box-sizing:border-box !important}div.highlight table.lntable td.lntd:first-child pre code{background:var(--htb-bg-darker) !important}div.highlight table.lntable td.lntd:last-child{padding:16px !important;width:auto !important}div.highlight table.lntable td.lntd:last-child pre{padding:0 !important;margin:0 !important;background:var(--htb-bg-darker) !important;border:none !important;border-radius:0 !important;line-height:1.6 !important;font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace !important;font-size:14px !important;box-sizing:border-box !important}div.highlight table.lntable td.lntd:last-child pre code{background:var(--htb-bg-darker) !important}div.highlight table.lntable td.lntd{vertical-align:baseline !important;line-height:1.6 !important}div.highlight table.lntable td.lntd pre{vertical-align:baseline !important}div.highlight table.lntable span.lnt,div.highlight table.lntable span.line{box-sizing:border-box !important;vertical-align:top !important}div.highlight table.lntable td.lntd:last-child span.line{display:block !important;line-height:1.6 !important;padding:0 !important;margin:0 !important}div.highlight table.lntable td.lntd:last-child span.line:empty::before{content:" " !important;white-space:pre !important}div.highlight table.lntable td.lntd:last-child span.cl{color:var(--htb-text-light) !important;font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace !important;font-size:14px !important;line-height:1.6 !important;display:inline !important}div.highlight table.lntable span.lnt{color:var(--htb-text-gray) !important;background:0 0 !important;user-select:none !important;display:block !important;font-size:14px !important;line-height:1.6 !important;padding:0 !important;margin:0 !important;text-align:right !important;font-family:fira code,jetbrains mono,Monaco,cascadia code,monospace !important}.post-tags a,.share-buttons,.paginav{background:var(--htb-bg-dark) !important}div.highlight table.lntable td.lntd:first-child,div.highlight table.lntable td.lntd:first-child *,div.highlight table.lntable td.lntd:first-child pre,div.highlight table.lntable td.lntd:first-child pre *,div.highlight table.lntable td.lntd:first-child code,div.highlight table.lntable td.lntd:first-child code *{background:var(--htb-bg-darker) !important;background-color:var(--htb-bg-darker) !important}div.highlight table.lntable td.lntd:last-child,div.highlight table.lntable td.lntd:last-child *,div.highlight table.lntable td.lntd:last-child pre,div.highlight table.lntable td.lntd:last-child pre *,div.highlight table.lntable td.lntd:last-child code,div.highlight table.lntable td.lntd:last-child code *{background:var(--htb-bg-darker) !important;background-color:var(--htb-bg-darker) !important}.page-footer{margin:40px 0 !important;display:flex !important;justify-content:center !important}.pagination{display:flex !important;align-items:center !important;gap:8px !important;background:var(--htb-bg-darker,#010409) !important;border:1px solid rgba(159,239,0,.3) !important;border-radius:8px !important;padding:16px 20px !important;box-shadow:0 2px 10px rgba(0,0,0,.3) !important;flex-wrap:nowrap !important}.pagination a,.pagination .current{color:var(--htb-green,#9fef00) !important;padding:8px 12px !important;border-radius:6px !important;transition:all .3s ease !important;text-decoration:none !important;font-weight:500 !important;min-width:40px !important;text-align:center !important;display:inline-block !important;border:none !important;background:0 0 !important;line-height:1.4 !important;font-size:14px !important}.pagination a:hover{background:rgba(159,239,0,.1) !important;color:#fff !important;text-shadow:0 0 8px var(--htb-green,#9fef00) !important;transform:translateY(-1px) !important}.pagination .current{background:var(--htb-green,#9fef00) !important;color:var(--htb-bg-darker,#010409) !important;font-weight:700 !important;box-shadow:0 0 10px rgba(159,239,0,.3) !important}.pagination .prev,.pagination .next{padding:8px 16px !important;font-weight:600 !important}.paginav{background:var(--htb-bg-darker,#010409) !important;border:1px solid rgba(159,239,0,.3) !important;border-radius:8px !important;margin:30px 0 !important;padding:0 !important;box-shadow:0 2px 10px rgba(0,0,0,.3) !important;display:flex !important;line-height:30px !important}.paginav a{background:0 0 !important;color:var(--htb-green,#9fef00) !important;padding:16px 20px !important;border-radius:8px !important;transition:all .3s ease !important;border:none !important;text-decoration:none !important;display:block !important}.paginav a:hover{background:rgba(159,239,0,.1) !important;color:#fff !important;text-shadow:0 0 8px var(--htb-green,#9fef00) !important}.paginav .title{color:rgba(159,239,0,.8) !important;font-size:12px !important;font-weight:600 !important;letter-spacing:1.2px !important;text-transform:uppercase !important;margin-bottom:4px !important;display:block !important}.paginav .prev,.paginav .next{width:50% !important}.paginav .next{margin-inline-start:auto !important;text-align:right !important}.paginav .prev::before,.paginav .next::after{display:none !important}@media(max-width:768px){.pagination{flex-wrap:wrap !important;gap:6px !important;padding:12px 16px !important}.pagination a,.pagination .current{padding:6px 10px !important;min-width:36px !important;font-size:14px !important}.pagination .prev,.pagination .next{padding:6px 12px !important}.paginav{flex-direction:column !important;gap:8px !important}.paginav .prev,.paginav .next{width:100% !important;align-items:center !important;text-align:center !important}.paginav .next{margin-inline-start:0 !important}}.post-tags a{background:var(--htb-bg-darker,#010409) !important;color:var(--htb-green,#9fef00) !important;border:1px solid rgba(159,239,0,.3) !important;border-radius:20px !important;padding:6px 16px !important;font-size:13px !important;font-weight:500 !important;transition:all .3s ease !important;text-decoration:none !important;display:inline-block !important;margin:4px 6px 4px 0 !important}.post-tags a:hover{background:rgba(159,239,0,.1) !important;color:#fff !important;border-color:var(--htb-green,#9fef00) !important;text-shadow:0 0 6px var(--htb-green,#9fef00) !important;transform:translateY(-1px) !important;box-shadow:0 2px 8px rgba(159,239,0,.2) !important}.profile img{border-radius:50% !important;box-shadow:0 8px 32px rgba(159,239,0,.3) !important;border:3px solid rgba(159,239,0,.5) !important;transition:all .3s ease !important}.profile img:hover{transform:scale(1.05) !important;box-shadow:0 12px 48px rgba(159,239,0,.5) !important}.profile{text-align:center !important;padding:2rem !important;min-height:auto !important;height:auto !important}.profile .profile_inner{gap:6px !important}.first-entry{min-height:auto !important;height:auto !important;padding:2rem 0 !important}.main{min-height:auto !important}.profile .profile_inner h1{background:linear-gradient(45deg,#9fef00,#7fb800) !important;-webkit-background-clip:text !important;-webkit-text-fill-color:transparent !important;background-clip:text !important;font-weight:700 !important;margin-bottom:.5rem !important}.profile .profile_inner .subtitle{color:var(--secondary) !important;font-style:italic !important;margin-bottom:.8rem !important}.profile .buttons{display:none !important}.profile .social-icons{margin-top:1.2rem !important;display:flex !important;justify-content:center !important;gap:1rem !important}.profile .social-icons a{color:var(--secondary) !important;transition:all .3s ease !important}.profile .social-icons a:hover{color:#9fef00 !important;transform:translateY(-2px) !important}.content-container{display:flex !important;max-width:none !important;margin:0 !important;position:relative !important;width:100% !important}.main-content{flex:1 !important;width:100% !important;padding-right:0 !important;max-width:none !important}.main-content .post-content{max-width:1000px !important;margin:0 auto !important}.main-content .post-header,.main-content .post-footer{max-width:1000px !important;margin:0 auto !important}.toc-sidebar{position:fixed !important;top:80px !important;right:20px !important;width:280px !important;max-height:calc(100vh - 100px) !important;overflow-y:auto !important;z-index:100 !important;padding:20px !important;background:rgba(1,4,9,.95) !important;border:1px solid var(--htb-green) !important;border-radius:10px !important;box-shadow:0 0 20px rgba(159,239,0,.3) !important;backdrop-filter:blur(10px) !important;transition:transform .3s ease,opacity .3s ease !important}.toc-content{transition:all .3s ease !important;overflow:hidden !important}.toc-sidebar.collapsed .toc-content{display:none !important}.toc-sidebar.collapsed .toc-title{margin-bottom:0 !important}.toc-toggle{position:absolute !important;top:10px !important;right:10px !important;background:rgba(1,4,9,.8) !important;border:1px solid var(--htb-green) !important;color:var(--htb-green) !important;cursor:pointer !important;font-size:1em !important;padding:4px 8px !important;border-radius:4px !important;transition:all .3s ease !important;z-index:101 !important;min-width:24px !important;text-align:center !important}.toc-toggle:hover{background:rgba(159,239,0,.2) !important;color:#9fef00 !important;text-shadow:0 0 5px rgba(159,239,0,.5) !important;transform:scale(1.1) !important}.toc-sidebar .toc-title{color:var(--htb-green);font-weight:700;text-align:center;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px;font-size:.9em;border-bottom:1px solid rgba(159,239,0,.3);padding-bottom:8px}.toc-sidebar ul{list-style:none;padding:0;margin:0}.toc-sidebar li{margin:5px 0;position:relative}.toc-sidebar li::before{color:var(--htb-green);font-weight:700;font-size:.8em}.toc-sidebar a{color:var(--htb-text-light);text-decoration:none;transition:all .3s ease;font-size:.85em;line-height:1.4;display:block;padding:2px 0}.toc-sidebar a:hover{color:var(--htb-green);text-shadow:0 0 5px rgba(159,239,0,.5)}.toc-sidebar ul ul{margin-left:15px;border-left:1px solid rgba(159,239,0,.2);padding-left:10px}.toc-sidebar ul ul li::before{color:rgba(159,239,0,.7)}.toc-sidebar ul ul ul li::before{color:rgba(159,239,0,.5)}.toc-sidebar::-webkit-scrollbar{width:6px}.toc-sidebar::-webkit-scrollbar-track{background:rgba(1,4,9,.3);border-radius:3px}.toc-sidebar::-webkit-scrollbar-thumb{background:var(--htb-green);border-radius:3px}.toc-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(159,239,0,.8)}.toc-sidebar .active{color:var(--htb-green) !important;font-weight:700;text-shadow:0 0 8px rgba(159,239,0,.6)}@media(max-width:1400px){.toc-sidebar{right:15px !important;width:260px !important}}@media(max-width:1200px){.toc-sidebar{right:10px !important;width:240px !important}}@media(max-width:1100px){.toc-sidebar{right:5px !important;width:180px !important}.main-content .post-content,.main-content .post-header,.main-content .post-footer{max-width:800px !important}}@media(max-width:1080px){.toc-sidebar{right:3px !important;width:160px !important;padding:15px !important}.main-content .post-content,.main-content .post-header,.main-content .post-footer{max-width:750px !important}.toc-sidebar .toc-title{font-size:.8em !important}.toc-sidebar a{font-size:.8em;line-height:1.3}}@media(max-width:1000px){.toc-sidebar{right:5px !important;width:200px !important}.main-content .post-content,.main-content .post-header,.main-content .post-footer{max-width:700px !important}}@media(max-width:992px){.toc-sidebar{right:5px !important;width:220px !important}}@media(max-width:900px){.content-container{flex-direction:column !important}.main-content .post-content,.main-content .post-header,.main-content .post-footer{max-width:100% !important;margin:0 !important;padding:0 20px !important}.toc-sidebar{position:relative !important;top:auto !important;right:auto !important;width:100% !important;max-height:none !important;margin:0 20px 20px !important;order:-1 !important}.toc-sidebar .toc-title{text-align:left !important}}.main-content .post-content,.main-content .post-header,.main-content .post-footer{max-width:100%;margin:0;padding:0 20px}.toc-sidebar{position:relative;top:auto;right:auto;width:100%;max-height:none;margin:0 20px 20px;order:-1}.toc-sidebar .toc-title{text-align:left}@media(max-width:768px){.content-container{flex-direction:column}.main-content{padding-right:0}.main-content .post-content,.main-content .post-header,.main-content .post-footer{max-width:100%;margin:0;padding:0 15px}.toc-sidebar{position:relative;top:auto;right:auto;width:calc(100% - 30px);max-height:none;margin:0 15px 20px;order:-1;padding:15px}.toc-sidebar .toc-title{text-align:left;font-size:.8em}.toc-sidebar a{font-size:.8em}}.toc:not(.toc-sidebar){display:none}.post-single{padding-right:0}html{scroll-behavior:smooth}h1[id],h2[id],h3[id],h4[id],h5[id],h6[id]{scroll-margin-top:80px}.social-share-card{width:1200px;height:630px;background:linear-gradient(135deg,#0d1117 0%,#010409 100%);display:flex;align-items:center;justify-content:center;position:relative;font-family:fira code,monospace}.social-share-content{text-align:center;color:#e6edf3}.social-share-avatar{width:200px;height:200px;border-radius:50%;margin:0 auto 2rem;box-shadow:0 0 50px rgba(159,239,0,.5);border:4px solid #9fef00}.social-share-title{font-size:3rem;font-weight:700;background:linear-gradient(45deg,#9fef00,#7fb800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.social-share-subtitle{font-size:1.5rem;color:#7d8590;margin-bottom:2rem}.social-share-description{font-size:1.2rem;color:#e6edf3;max-width:600px}.post-meta{color:var(--secondary);font-size:14px;display:flex !important;justify-content:space-between !important;align-items:center;flex-wrap:wrap;gap:8px;margin:12px 0;padding:0;border:none}.post-date{color:var(--secondary);font-size:14px;font-weight:400;order:1;flex-shrink:0}.post-tags-meta{display:flex !important;flex-wrap:wrap;flex-direction:row-reverse !important;justify-content:flex-end !important;gap:4px;margin:0;order:2}.tag-item{display:inline-block}.tag-item a{background:linear-gradient(135deg,#9fef00,#7fb800);color:#000;text-decoration:none;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:600;line-height:1.2;border:1px solid transparent;transition:all .2s ease;box-shadow:0 2px 4px rgba(159,239,0,.2)}.tag-item a:hover{background:linear-gradient(135deg,#7fb800,#9fef00);color:#000;transform:translateY(-1px);box-shadow:0 4px 8px rgba(159,239,0,.4)}@media(max-width:767px){.post-meta{font-size:13px;flex-direction:column;align-items:flex-start;gap:6px}.post-date{order:1;width:100%}.post-tags-meta{order:2;width:100%;justify-content:flex-start !important;flex-direction:row-reverse !important}.tag-item a{font-size:11px;padding:1px 4px}}.entry-footer{padding:0;margin-top:12px;border:none}.entry-footer .post-meta{margin:0}.post-content table,.entry-content table,article table{width:100%;border-collapse:separate;border-spacing:0;margin:1.5rem 0;background:0 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.4);border:1px solid #21262d}.post-content table thead,.entry-content table thead,article table thead{background:linear-gradient(45deg,#9fef00,#7fb800);position:relative}.post-content table thead th,.entry-content table thead th,article table thead th{color:#000 !important;font-weight:700;padding:1.2rem 1rem;text-align:left;font-size:1rem;border:none;position:relative;background:inherit;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.post-content table thead th:first-child,.entry-content table thead th:first-child,article table thead th:first-child{border-top-left-radius:12px}.post-content table thead th:last-child,.entry-content table thead th:last-child,article table thead th:last-child{border-top-right-radius:12px}.post-content table thead th::after,.entry-content table thead th::after,article table thead th::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:rgba(0,0,0,.2)}.post-content table tbody tr,.entry-content table tbody tr,article table tbody tr{background:rgba(13,17,23,.95);transition:all .3s ease;border:none}.post-content table tbody tr:nth-child(even),.entry-content table tbody tr:nth-child(even),article table tbody tr:nth-child(even){background:rgba(22,27,34,.95)}.post-content table tbody tr:hover,.entry-content table tbody tr:hover,article table tbody tr:hover{background:rgba(28,33,40,.98);box-shadow:inset 0 0 0 1px rgba(159,239,0,.4)}.post-content table tbody tr:last-child td:first-child,.entry-content table tbody tr:last-child td:first-child,article table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.post-content table tbody tr:last-child td:last-child,.entry-content table tbody tr:last-child td:last-child,article table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.post-content table tbody td,.entry-content table tbody td,article table tbody td{padding:1.2rem 1rem;color:#e6edf3;border:none;border-right:1px solid rgba(48,54,61,.8);border-bottom:1px solid rgba(48,54,61,.8);font-size:.95rem;line-height:1.6;background:inherit;font-weight:400}.post-content table tbody td:last-child,.entry-content table tbody td:last-child,article table tbody td:last-child{border-right:none}.post-content table tbody tr:last-child td,.entry-content table tbody tr:last-child td,article table tbody tr:last-child td{border-bottom:none}.post-content table code,.entry-content table code,article table code{background:rgba(40,46,54,.9);color:#9fef00 !important;padding:.3rem .5rem;border-radius:5px;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.88rem;border:1px solid rgba(159,239,0,.3);font-weight:500;letter-spacing:.02em}.post-content table strong,.entry-content table strong,article table strong{color:#fff;font-weight:600}.post-content table a,.entry-content table a,article table a{color:#58a6ff;text-decoration:none;transition:color .2s ease}.post-content table a:hover,.entry-content table a:hover,article table a:hover{color:#9fef00;text-decoration:underline}@media(max-width:768px){.post-content table,.entry-content table,article table{font-size:.85rem;margin:1rem 0}.post-content table thead th,.post-content table tbody td,.entry-content table thead th,.entry-content table tbody td,article table thead th,article table tbody td{padding:1rem .7rem}.post-content table thead th,.entry-content table thead th,article table thead th{font-size:.9rem}.post-content table tbody td,.entry-content table tbody td,article table tbody td{font-size:.85rem;line-height:1.5}.post-content table code,.entry-content table code,article table code{font-size:.8rem;padding:.2rem .4rem}}