/*
  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}.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 .err{color:#ed8796}.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 .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 .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 .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 .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 .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 .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.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}}.bg{color:#f8f8f2;background-color:#282a36}.chroma{color:#f8f8f2;background-color:#282a36}.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;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#ff79c6}.chroma .kc{color:#ff79c6}.chroma .kd{color:#8be9fd;font-style:italic}.chroma .kn{color:#ff79c6}.chroma .kp{color:#ff79c6}.chroma .kr{color:#ff79c6}.chroma .kt{color:#8be9fd}.chroma .na{color:#50fa7b}.chroma .nb{color:#8be9fd;font-style:italic}.chroma .nc{color:#50fa7b}.chroma .nf{color:#50fa7b}.chroma .nl{color:#8be9fd;font-style:italic}.chroma .nt{color:#ff79c6}.chroma .nv{color:#8be9fd;font-style:italic}.chroma .vc{color:#8be9fd;font-style:italic}.chroma .vg{color:#8be9fd;font-style:italic}.chroma .vi{color:#8be9fd;font-style:italic}.chroma .s{color:#f1fa8c}.chroma .sa{color:#f1fa8c}.chroma .sb{color:#f1fa8c}.chroma .sc{color:#f1fa8c}.chroma .dl{color:#f1fa8c}.chroma .sd{color:#f1fa8c}.chroma .s2{color:#f1fa8c}.chroma .se{color:#f1fa8c}.chroma .sh{color:#f1fa8c}.chroma .si{color:#f1fa8c}.chroma .sx{color:#f1fa8c}.chroma .sr{color:#f1fa8c}.chroma .s1{color:#f1fa8c}.chroma .ss{color:#f1fa8c}.chroma .m{color:#bd93f9}.chroma .mb{color:#bd93f9}.chroma .mf{color:#bd93f9}.chroma .mh{color:#bd93f9}.chroma .mi{color:#bd93f9}.chroma .il{color:#bd93f9}.chroma .mo{color:#bd93f9}.chroma .o{color:#ff79c6}.chroma .ow{color:#ff79c6}.chroma .c{color:#6272a4}.chroma .ch{color:#6272a4}.chroma .cm{color:#6272a4}.chroma .c1{color:#6272a4}.chroma .cs{color:#6272a4}.chroma .cp{color:#ff79c6}.chroma .cpf{color:#ff79c6}.chroma .gd{color:#f55}.chroma .ge{text-decoration:underline}.chroma .gh{font-weight:700}.chroma .gi{color:#50fa7b;font-weight:700}.chroma .go{color:#44475a}.chroma .gu{font-weight:700}.chroma .gl{text-decoration:underline}body.dark{background:radial-gradient(circle at top center,rgba(24,57,132,.025),transparent 22%),linear-gradient(180deg,#000000 0%,#010204 32%,#000102 100%)}body.dark::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(73,136,227,.015),transparent 18%),radial-gradient(circle at 50% 100%,rgba(13,25,54,.025),transparent 22%);z-index:-2}body.dark .main{width:100%;max-width:100%;padding:0;overflow-x:clip}body.dark .header{position:sticky;top:0;z-index:100;background:rgba(10,14,39,.42);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(59,130,246,.1)}body.dark .nav{max-width:min(1280px,calc(100vw - 2rem))}body.dark .logo a,body.dark #menu a,body.dark .footer,body.dark .top-link{color:var(--content)}body.dark .logo a{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}body.dark .logo img{filter:drop-shadow(0 0 16px rgba(99,179,255,.3))}body.dark #menu{gap:1.1rem;overflow-x:visible!important;overflow-y:visible!important;scrollbar-width:none;-ms-overflow-style:none}body.dark #menu::-webkit-scrollbar{display:none}body.dark #menu a span{border-bottom-width:1px;border-bottom-color:transparent;transition:color .2s ease,border-color .2s ease}body.dark #menu a:hover span,body.dark #menu .active{color:var(--link);border-bottom-color:rgba(99,179,255,.56)}body.dark .header.deepsea-header{background:0 0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);border-bottom:1px solid transparent;transition:background-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease,border-color .3s ease}body.dark .header.deepsea-header.deepsea-header-home{position:fixed;inset:0 0 auto}body.dark .header.deepsea-header.deepsea-header-page{position:sticky}body.dark .header.deepsea-header.is-scrolled{background:rgba(6,10,24,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:rgba(59,130,246,7%)}body.dark .nav.deepsea-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:3rem;max-width:min(1280px,calc(100vw - 10rem));padding:1.5rem 0;line-height:1}.deepsea-nav-brand{display:flex;align-items:center}.deepsea-logo-link{display:inline-flex;align-items:center;transition:transform .2s ease}.deepsea-logo-link:hover{transform:scale(1.05)}.deepsea-header-logo{height:2.5rem;width:auto;filter:drop-shadow(0 0 10px rgba(0,163,255,.22))}.deepsea-nav-utilities{display:flex;align-items:center;gap:1.25rem}.deepsea-header-socials .social-icons{display:flex;gap:1.25rem;line-height:1}.deepsea-header-socials .social-icons a{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(59,130,246,.26);background:0 0;overflow:hidden;position:relative;transition:transform .2s ease,border-color .2s ease}.deepsea-header-socials .social-icons a::before,.deepsea-footer-socials .social-icons a::before,.deepsea-social-row .social-icons a::before{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(0,163,255,.1);transform:scale(0);opacity:0;transition:transform .25s ease,opacity .25s ease}.deepsea-header-socials .social-icons a:hover::before,.deepsea-footer-socials .social-icons a:hover::before,.deepsea-social-row .social-icons a:hover::before{transform:scale(1);opacity:1}.deepsea-header-socials .social-icons a:hover{transform:scale(1.1);border-color:rgba(0,163,255,.8)}.deepsea-header-socials .social-icons a svg,.deepsea-footer-socials .social-icons a svg,.deepsea-social-row .social-icons a svg{position:relative;z-index:1;color:rgba(96,165,250,.92);width:1rem;height:1rem}body.dark .deepsea-lang-switch{display:flex;gap:.35rem;margin:0}body.dark .deepsea-lang-switch a,body.dark .deepsea-menu a{color:#d1d5db}body.dark .deepsea-menu{display:flex;justify-content:center;align-items:center;gap:2.8rem;margin:0;line-height:1;overflow:visible}body.dark .deepsea-menu a{position:relative;font-size:.95rem;letter-spacing:.06em;transition:color .3s ease}body.dark .deepsea-menu a span{border-bottom:0;transition:color .2s ease}body.dark .deepsea-menu a::after{content:"";position:absolute;left:0;bottom:-.35rem;width:0;height:1px;background:linear-gradient(90deg,#3b82f6,#00a3ff);transition:width .3s ease}body.dark .deepsea-menu a:hover,body.dark .deepsea-menu .active{color:#60a5fa}body.dark .deepsea-menu a:hover::after,body.dark .deepsea-menu a:focus-visible::after,body.dark .deepsea-menu .active::after,body.dark .deepsea-menu a .active::after{width:100%}body.dark #theme-toggle{border-radius:999px;background:rgba(255,255,255,4%);border:1px solid rgba(96,165,250,.18)}body.dark .footer.deepsea-footer-shell{position:relative;overflow:hidden;width:100%;max-width:none;margin:4rem 0 0;padding:5rem 2rem 2rem;border-top:1px solid rgba(96,165,250,.2);text-align:left}body.dark .footer.deepsea-footer-shell::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 80% 40% at 50% 100%,rgba(96,165,250,8%),transparent 62%),linear-gradient(to top,rgba(10,14,39,.3),transparent 60%)}.deepsea-footer-glow{position:absolute;left:0;right:0;bottom:0;height:50rem;pointer-events:none;transform:translateY(35%);opacity:.22;transition:opacity .6s ease;background:radial-gradient(ellipse 150% 100% at 50% 100%,rgba(96,165,250,.24) 0%,rgba(96,165,250,.12) 30%,rgba(96,165,250,4%) 52%,transparent 72%),radial-gradient(ellipse 120% 100% at 50% 100%,rgba(96,165,250,.28) 0%,rgba(96,165,250,.13) 40%,transparent 72%)}.deepsea-footer-shell.is-at-bottom .deepsea-footer-glow{opacity:1}.deepsea-footer-glow::after{content:"";position:absolute;left:50%;bottom:0;width:80%;height:25rem;transform:translate(-50%,50%);border-radius:999px;background:rgba(96,165,250,.34);filter:blur(118px)}.deepsea-footer-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;text-align:left}.deepsea-footer-grid{display:grid;grid-template-columns:minmax(0,2fr)minmax(0,1fr)minmax(0,1fr);gap:3rem;margin-bottom:3rem}.deepsea-footer-brand{max-width:36rem;text-align:left}.deepsea-footer-logo{height:3rem;width:auto;margin-bottom:1rem;filter:drop-shadow(0 0 15px rgba(0,163,255,.4))}.deepsea-footer-copy,.deepsea-footer-column li,.deepsea-footer-bottom{color:#9ca3af}.deepsea-footer-copy{max-width:36rem;margin-inline:0;font-size:.9rem;line-height:1.8;text-align:left}.deepsea-footer-nowrap{white-space:nowrap}.deepsea-footer-socials{margin-top:1.75rem}.deepsea-footer-socials .social-icons{display:flex;justify-content:flex-start;gap:1rem}.deepsea-footer-socials .social-icons a{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(59,130,246,.3);background:0 0;position:relative;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.deepsea-footer-socials .social-icons a:hover{border-color:rgba(0,163,255,.6);transform:translateY(-2px)scale(1.1)}.deepsea-footer-column{text-align:left}.deepsea-footer-column h4{margin:0 0 1rem;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.02em;text-align:left}.deepsea-footer-column ul{list-style:none;padding:0;margin:0;display:grid;justify-items:start;gap:.65rem;text-align:left}.deepsea-footer-column a,.deepsea-footer-bottom a{color:#9ca3af;font-size:.82rem;text-decoration:none;border-bottom:0}.deepsea-footer-column a:hover,.deepsea-footer-bottom a:hover{color:#60a5fa;text-decoration:none;border-bottom:0}.deepsea-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:1px solid rgba(59,130,246,.1);color:#6b7280;font-size:.9rem}.deepsea-footer-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.deepsea-home{position:relative;display:grid;gap:0}.deepsea-home-effects{position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none;opacity:.56;mix-blend-mode:screen}.deepsea-page-effects{inset:0 auto auto 0;z-index:1;height:auto}.deepsea-home-prototype{padding-bottom:3rem}.deepsea-home-section{position:relative;z-index:2;padding:6rem 2rem 0}.deepsea-home-section:last-child{padding-bottom:2rem}.deepsea-home-heading{margin:0 auto 3rem;max-width:1280px}.deepsea-home-heading h2{margin:0;font-size:clamp(1.55rem,2.1vw,1.9rem);line-height:1.15;letter-spacing:.08em}.deepsea-home-heading p{margin:.65rem 0 0;color:rgba(148,163,184,.78);font-size:.95rem;line-height:1.65}.deepsea-home-heading-centered{text-align:center;margin-bottom:5rem}.deepsea-home-heading-row{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:3rem}.deepsea-hero-prototype{position:relative;z-index:2;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;width:100%}.deepsea-hero-video-wrap,.deepsea-hero-video,.deepsea-hero-overlay{position:absolute;inset:0}.deepsea-hero-video-wrap{z-index:0;overflow:hidden;background:#000}.deepsea-hero-video{width:100%;height:100%;object-fit:cover}.deepsea-hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(1,3,8,.44)),radial-gradient(circle at center,rgba(96,165,250,.8%),transparent 42%)}.deepsea-hero-prototype-inner{position:relative;z-index:2;max-width:60rem;width:100%;margin:8.7rem auto 0;padding-inline:2rem;text-align:center}.deepsea-hero-logo{display:block;width:auto;height:clamp(2.75rem,3.75vw,3.45rem);margin:0 auto 2.8rem;filter:drop-shadow(0 0 14px rgba(0,163,255,.18))}.deepsea-hero-prototype h1{width:fit-content;margin:0 auto;font-size:clamp(1.8rem,2.5vw,2.25rem);line-height:1.12;font-weight:700;color:rgba(255,255,255,.72);letter-spacing:.01em;text-align:center;white-space:nowrap}.deepsea-hero-subtitle{max-width:42rem;margin:1.6rem auto 0;color:rgba(96,165,250,.62);font-size:clamp(.92rem,1.1vw,1rem);line-height:1.55;text-align:center}.deepsea-social-row{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:3.1rem}.deepsea-social-row .social-icons{display:inline-flex;gap:1.5rem}.deepsea-social-row .social-icons a{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:0 0;border:1px solid rgba(59,130,246,.25);box-shadow:none;position:relative;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.deepsea-social-row .social-icons a:hover{transform:scale(1.1);border-color:rgba(0,163,255,.8)}.deepsea-social-row .social-icons a svg{width:1rem;height:1rem}.deepsea-about-prototype{padding-top:8rem}.deepsea-about-columns{max-width:1152px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 4rem}.deepsea-about-column{color:#d1d5db;font-size:1rem;line-height:1.95}.deepsea-about-column p{margin:0 0 1.6rem}.deepsea-about-column a{color:#60a5fa}.deepsea-section-link{display:inline-flex;align-items:center;gap:.45rem;color:#9ca3af;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.deepsea-section-link:hover{color:#fff}.deepsea-grid{display:grid;gap:1.5rem}.deepsea-grid.deepsea-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.deepsea-grid.deepsea-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.deepsea-grid.deepsea-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.deepsea-feature-stack,.deepsea-insight-grid-prototype,.deepsea-web3-capability-grid,.deepsea-web3-report-list{max-width:1320px;margin:0 auto}.deepsea-feature-stack,.deepsea-insight-grid-prototype,.deepsea-web3-capability-grid{gap:1.5rem}.deepsea-feature-stack{display:grid;gap:1.5rem}.deepsea-feature-card,.deepsea-insight-card,.deepsea-web3-capability-card,.deepsea-web3-report-card,.deepsea-card,.post-entry.deepsea-card,.first-entry.deepsea-card,.web3-skill-card,.web3-report-entry{position:relative;overflow:hidden;background:rgba(23,37,84,.2);border:1px solid rgba(59,130,246,.2);border-radius:24px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 0 0 1px rgba(255,255,255,.012),0 18px 60px rgba(0,0,0,.18);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.deepsea-feature-card::before,.deepsea-insight-card::before,.deepsea-web3-capability-card::before,.deepsea-web3-report-card::before,.deepsea-card::before,.web3-skill-card::before,.web3-report-entry::before{content:"";position:absolute;border-radius:999px;pointer-events:none}.deepsea-feature-card::before{top:50%;left:0;width:16rem;height:16rem;transform:translate(-50%,-50%);background:rgba(96,165,250,.3);filter:blur(60px);transition:background-color .5s ease}.deepsea-feature-card::after{content:"";position:absolute;top:50%;right:0;width:16rem;height:16rem;transform:translate(50%,-50%);border-radius:999px;background:rgba(255,255,255,.15);filter:blur(60px);pointer-events:none;transition:background-color .5s ease}.deepsea-feature-card:hover::before{background:rgba(96,165,250,.6)}.deepsea-feature-card:hover::after{background:rgba(255,255,255,.3)}.deepsea-insight-card::before{top:-5rem;right:-5rem;width:12rem;height:12rem;background:rgba(255,255,255,.15);filter:blur(50px);transition:background-color .5s ease}.deepsea-insight-card::after{content:"";position:absolute;bottom:-5rem;left:-5rem;width:12rem;height:12rem;border-radius:999px;background:rgba(96,165,250,.3);filter:blur(50px);pointer-events:none;transition:background-color .5s ease}.deepsea-insight-card:hover::before{background:rgba(255,255,255,.3)}.deepsea-insight-card:hover::after{background:rgba(96,165,250,.6)}.deepsea-card.deepsea-web3-capability-card::before{bottom:-2.5rem;right:-2.5rem;width:8rem;height:8rem;background:rgba(96,165,250,.3);filter:blur(40px);transition:background-color .5s ease}.deepsea-card.deepsea-web3-capability-card:hover::before{background:rgba(96,165,250,.6)}.deepsea-card::before,.web3-skill-card::before,.web3-report-entry::before{bottom:-4rem;right:-4rem;width:10rem;height:10rem;background:radial-gradient(circle,rgba(96,165,250,.035),transparent 68%)}.deepsea-web3-report-card::before{display:none}.deepsea-web3-report-card::after{content:"";position:absolute;top:50%;right:2.5rem;width:12rem;height:12rem;transform:translateY(-50%);border-radius:999px;background:rgba(255,255,255,.1);filter:blur(50px);pointer-events:none;transition:background-color .5s ease}.deepsea-web3-report-card:hover::after{background:rgba(255,255,255,.3)}.deepsea-feature-card:hover{transform:translateX(5px);border-color:rgba(59,130,246,.5);box-shadow:0 0 0 1px rgba(96,165,250,.16),0 24px 80px rgba(0,20,56,.42)}.deepsea-feature-card:hover .deepsea-card-title,.deepsea-insight-card:hover .deepsea-card-title,.deepsea-web3-capability-card:hover .deepsea-card-title,.deepsea-web3-report-card:hover .deepsea-card-title{color:#60a5fa}.deepsea-insight-card:hover,.deepsea-web3-capability-card:hover,.deepsea-card:hover,.web3-skill-card:hover,.web3-report-entry:hover,.post-entry.deepsea-card:hover,.first-entry.deepsea-card:hover{transform:translateY(-5px);border-color:rgba(59,130,246,.5);box-shadow:0 0 0 1px rgba(96,165,250,.16),0 24px 80px rgba(0,20,56,.42)}.deepsea-web3-report-card:hover{transform:translateX(5px);border-color:rgba(59,130,246,.5);box-shadow:0 0 0 1px rgba(96,165,250,.12),0 18px 64px rgba(0,20,56,.34)}.deepsea-feature-link,.deepsea-insight-link,.deepsea-web3-block-link{position:relative;z-index:1;display:block;color:inherit}.deepsea-card-body{position:relative;z-index:1;padding:1.5rem}.deepsea-feature-link{display:grid;grid-template-columns:minmax(7.5rem,.62fr)minmax(0,4fr);gap:1.25rem;align-items:flex-start;padding:2rem;min-height:10.75rem}.deepsea-feature-meta{padding-top:.25rem}.deepsea-feature-title-row,.deepsea-card-title-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.deepsea-card-title-row{margin-top:1rem}.deepsea-card-title-row-compact{margin-top:0}.deepsea-feature-mark{display:inline-block;flex:none;width:1.5rem;height:1.5rem;margin-top:.2rem;background:#60a5fa;-webkit-mask:url(/images/darknavy_shenlan_mark.png)center/contain no-repeat;mask:url(/images/darknavy_shenlan_mark.png)center/contain no-repeat}.deepsea-card-date,.deepsea-card-meta,.post-meta,.entry-footer,.breadcrumbs,.deepsea-empty{color:rgba(148,163,184,.74)}.deepsea-card-date,.deepsea-card-meta,.post-meta,.entry-footer{font-size:.82rem}.deepsea-card-title{margin:.85rem 0 0;font-size:clamp(1.15rem,2vw,1.6rem);line-height:1.35;color:#fff;transition:color .3s ease}.deepsea-feature-card .deepsea-card-title{margin:0;max-width:58rem;font-size:clamp(1.35rem,1.75vw,1.65rem);font-weight:500;line-height:1.32}.deepsea-card-summary{margin:.9rem 0 0;color:rgba(148,163,184,.82);line-height:1.75}.deepsea-feature-card .deepsea-card-summary{display:-webkit-box;margin:0;max-width:58rem;font-size:1rem;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deepsea-insight-card .deepsea-card-body{display:flex;flex-direction:column;min-height:20rem}.deepsea-insight-card .deepsea-card-date{margin-bottom:1rem;font-size:.88rem}.deepsea-insight-card .deepsea-card-title-row{margin:0 0 1rem}.deepsea-insight-card .deepsea-card-title{margin:0;font-size:clamp(1.12rem,1.45vw,1.28rem);font-weight:500;line-height:1.38}.deepsea-insight-card .deepsea-card-summary{display:-webkit-box;margin-top:auto;font-size:.9rem;line-height:1.65;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.deepsea-card-tags,.post-tags{display:flex;flex-wrap:wrap;gap:.55rem;padding:0;margin:1rem 0 0;list-style:none}.deepsea-pill,.post-tags li a,.web3-chain-badge,.web3-vuln-badge,.web3-loss-badge,.web3-artifact-pill,.web3-skill-tech{display:inline-flex;align-items:center;gap:.35rem;padding:.24rem .62rem;border-radius:999px;border:1px solid rgba(148,163,184,.12);background:rgba(7,9,14,.58);color:rgba(147,197,253,.72);font-size:.68rem;line-height:1.2}.deepsea-web3-block-heading{max-width:1280px;margin:0 auto 1.6rem;padding-inline:.25rem}.deepsea-web3-block-heading h3{margin:0;color:rgba(255,255,255,.94);font-size:clamp(1rem,1.25vw,1.25rem);font-weight:600;line-height:1.25}.deepsea-web3-report-heading{margin-top:4.25rem}.deepsea-web3-inline-meta,.deepsea-web3-report-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1rem;color:#9ca3af}.deepsea-web3-report-list{display:grid;gap:1rem;margin-top:1.5rem}.deepsea-web3-capability-card .deepsea-card-body{padding:1.5rem}.deepsea-web3-capability-card .deepsea-card-title-row{margin:0 0 .75rem}.deepsea-web3-capability-card .deepsea-card-title{margin:0;color:rgba(255,255,255,.96);font-size:clamp(1.08rem,1.35vw,1.25rem);font-weight:600;line-height:1.35}.deepsea-web3-capability-card .deepsea-card-summary{margin-top:0;color:rgba(209,213,219,.72);font-size:.88rem;line-height:1.6}.deepsea-web3-capability-card .deepsea-web3-inline-meta{margin-top:1rem;color:rgba(96,165,250,.92);font-size:.86rem;font-weight:500}.deepsea-web3-report-card .deepsea-card-body{padding:1.35rem 1.55rem}.deepsea-web3-report-card .deepsea-card-title{margin-top:0;font-size:clamp(1rem,1.35vw,1.25rem)}.deepsea-web3-report-card .deepsea-web3-report-meta{margin-top:.65rem;gap:.5rem;color:rgba(148,163,184,.72);font-size:.8rem}.deepsea-list-page,.deepsea-single-page{display:grid;gap:1.5rem}.deepsea-list-header{width:min(100%,1320px);margin:0 auto 1rem;padding:3.4rem 0 1.5rem;border-bottom:1px solid rgba(96,165,250,.1)}.deepsea-list-header .breadcrumbs{margin-bottom:1rem}.deepsea-list-header .deepsea-section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem}.deepsea-list-header .deepsea-section-header h1{font-size:clamp(1.55rem,2.1vw,1.9rem);letter-spacing:.08em;text-transform:uppercase}.deepsea-list-header .deepsea-section-copy{max-width:44rem;margin:.65rem 0 0;color:rgba(148,163,184,.78);font-size:.95rem}.deepsea-list-section{width:min(100%,1320px);margin:0 auto}.deepsea-list-section+.deepsea-list-section{margin-top:3.2rem}.deepsea-page-header,.post-single{position:relative;overflow:hidden;padding:clamp(1.6rem,3vw,2.5rem);border-radius:28px;background:var(--deepsea-surface-strong);border:1px solid rgba(99,179,255,.12);box-shadow:var(--deepsea-glow)}.deepsea-page-header::before,.post-single::before{content:"";position:absolute;inset:0;background:var(--deepsea-gradient);opacity:.9;z-index:0}.deepsea-page-header>*,.post-single>*{position:relative;z-index:1}.deepsea-section-header h1{margin:0;font-size:clamp(1.75rem,2.8vw,2.5rem);line-height:1.18}.deepsea-section-header h2{margin:0;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.22}.deepsea-list-section .deepsea-section-header{margin-bottom:1.4rem;padding:0 .25rem .85rem;border-bottom:1px solid rgba(96,165,250,.1)}.deepsea-list-section .deepsea-section-header h2{color:rgba(255,255,255,.94);font-size:clamp(1rem,1.25vw,1.25rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.deepsea-section-copy{color:rgba(148,163,184,.78);font-size:.95rem;line-height:1.65}.post-single .post-header{margin-top:0}.post-single .post-title{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.16;margin-bottom:1rem}.post-single .post-meta,.post-single .breadcrumbs,.deepsea-page-header .breadcrumbs{gap:.45rem}.post-single .post-content{margin-top:1.75rem;color:var(--content)}.post-single .post-content>:first-child{margin-top:0}.post-single .post-content p,.post-single .post-content li,.post-single .post-content blockquote{color:rgba(209,213,219,.86);font-size:.98rem;line-height:1.86}.post-single .post-content h2,.post-single .post-content h3,.post-single .post-content h4{scroll-margin-top:6rem}.post-single .post-content h2{font-size:clamp(1.35rem,2.2vw,1.85rem);padding-bottom:.8rem;border-bottom:1px solid rgba(99,179,255,.16)}.post-single .post-content blockquote{margin:1.8rem 0;padding:.4rem 0 .4rem 1rem;border-inline-start:3px solid rgba(99,179,255,.42);background:rgba(99,179,255,5%);border-radius:0 18px 18px 0}.post-single .post-content table,.post-single .post-content pre,.post-single .post-content iframe,.post-single .post-content video,.post-single .post-content img{border-radius:18px;overflow:hidden}.post-single .post-content pre code,.post-single .post-content .highlight{border-radius:18px}.post-single .post-content hr{background:linear-gradient(90deg,transparent,rgba(99,179,255,.28),transparent);height:1px}.post-single .toc{border-radius:22px;background:rgba(7,16,38,.82);border:1px solid rgba(99,179,255,.14)}.post-single .toc summary{cursor:pointer}.post-single .post-footer{margin-top:2rem}.post-single .post-footer.deepsea-article-footer-actions{margin-top:.25rem}.post-nav-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.deepsea-article-category-pill{padding:.42rem .9rem;color:rgba(147,197,253,.92);font-size:.84rem;letter-spacing:.06em;text-transform:uppercase}.deepsea-article-section-link,.deepsea-artifact-cta{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;color:rgba(96,165,250,.9);font-size:.9rem;letter-spacing:.04em;transition:color .25s ease,transform .25s ease}.deepsea-article-section-link:hover,.deepsea-artifact-cta:hover{color:#bfdbfe;transform:translateX(-3px)}.deepsea-article-section-link:hover{color:rgba(148,163,184,.9)!important}.deepsea-artifact-cta{width:fit-content;margin-bottom:1.25rem;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(96,165,250,.22);background:linear-gradient(135deg,rgba(59,130,246,.13),rgba(14,165,233,4%));box-shadow:0 12px 48px rgba(0,20,56,.2)}.deepsea-artifact-cta:hover{transform:translateX(3px);border-color:rgba(96,165,250,.46)}.deepsea-article-section-link{margin-top:1.25rem;color:rgba(148,163,184,.64)!important;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.deepsea-article-section-link .title,.deepsea-article-section-link .title span{color:inherit;font-size:inherit;letter-spacing:inherit;text-transform:inherit}.deepsea-article-footer .paginav{display:grid;gap:.9rem 2rem;width:min(100%,56rem);margin:1.25rem auto 0;border:0;background:0 0;line-height:1.45}.deepsea-article-footer .paginav.deepsea-paginav-inline{grid-template-columns:minmax(0,1fr)minmax(0,1fr)}.deepsea-article-footer .paginav.deepsea-paginav-split{grid-template-columns:1fr}.deepsea-article-footer .paginav a{width:100%;padding:0;border:0;border-radius:0;background:0 0;text-align:left;transition:color .25s ease,transform .25s ease,border-color .25s ease}.deepsea-article-footer .paginav a:hover{background:0 0;transform:translateX(3px)}.deepsea-article-footer .paginav .prev,.deepsea-article-footer .paginav .next{width:100%;max-width:100%;margin-inline-start:0}.deepsea-article-footer .paginav .prev{text-align:left}.deepsea-article-footer .paginav .next{margin-left:0;text-align:right}.deepsea-article-footer .paginav .title{color:rgba(148,163,184,.64);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.deepsea-article-footer .paginav .title span{color:inherit;font-size:inherit}.deepsea-article-footer .paginav span:not(.title){color:rgba(255,255,255,.86);font-size:.95rem}.deepsea-article-footer .paginav span:hover:not(.title){box-shadow:none}.deepsea-paginav-compact a{display:flex;align-items:baseline;gap:.75rem;min-width:0;padding-bottom:.7rem;border-bottom:1px solid rgba(96,165,250,.1)}.deepsea-paginav-compact .prev{justify-content:flex-start}.deepsea-paginav-compact .next{justify-content:flex-end}.deepsea-paginav-inline .prev,.deepsea-paginav-split .prev{justify-content:flex-start;text-align:left}.deepsea-paginav-inline .next,.deepsea-paginav-split .next{justify-content:flex-end;text-align:right}.deepsea-paginav-inline .prev{grid-column:1;justify-self:stretch}.deepsea-paginav-inline .next{grid-column:2;justify-self:stretch}.deepsea-paginav-split .prev{grid-column:1;justify-self:stretch}.deepsea-paginav-split .next{grid-column:1;justify-self:stretch}.deepsea-paginav-compact a span:not(.title){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-nav-links a,.post-single .post-footer a,.web3-artifact-link{color:var(--link)}.deepsea-list-research-stack{width:min(100%,1320px)}.deepsea-list-research-link{grid-template-columns:minmax(7.5rem,.55fr)minmax(0,3.2fr)minmax(10rem,.9fr)}.deepsea-list-research-card:not(.has-cover) .deepsea-list-research-link{grid-template-columns:minmax(7.5rem,.55fr)minmax(0,4fr)}.deepsea-list-research-cover{align-self:center;min-height:5.6rem;max-height:7rem;margin:0;border-radius:18px;overflow:hidden;border:1px solid rgba(59,130,246,.13);background:rgba(4,7,12,.76)}.deepsea-list-research-cover img{width:100%;height:100%;object-fit:cover;opacity:.82}.deepsea-list-research-meta{margin-top:.85rem;font-size:.76rem}.deepsea-list-research-card .deepsea-card-title{font-size:clamp(1.08rem,1.45vw,1.35rem)}.deepsea-list-research-card .deepsea-card-summary{font-size:.9rem}.page-footer{width:min(100%,1320px);margin:1.5rem auto 0}.pagination{display:flex;align-items:center;justify-content:center;gap:.6rem}.pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .72rem;border-radius:999px;border:1px solid rgba(96,165,250,.14);background:rgba(7,16,38,.58);color:rgba(147,197,253,.72);font-size:.76rem;line-height:1;text-decoration:none;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.pagination a:hover{border-color:rgba(96,165,250,.42);background:rgba(59,130,246,.12);color:#bfdbfe}.pagination .next{margin-inline-start:0}.deepsea-list-grid{display:grid;gap:1.1rem}.deepsea-list-grid.deepsea-list-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.deepsea-list-grid .post-entry,.deepsea-list-grid .first-entry{margin:0}.deepsea-list-grid .entry-content{-webkit-line-clamp:4}.deepsea-empty{padding:1.5rem;border-radius:20px;border:1px dashed rgba(99,179,255,.18);background:rgba(7,16,38,.5)}.deepsea-article-header{background:rgba(0,0,0,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:rgba(96,165,250,8%)}body.dark .nav.deepsea-article-nav{display:block;max-width:min(1280px,calc(100vw - 4rem));padding:1.5rem 0}.deepsea-article-nav-inner{max-width:80rem;margin:0 auto}.deepsea-article-back{display:inline-flex;align-items:center;gap:.55rem;color:#60a5fa;transition:color .25s ease,transform .25s ease}.deepsea-article-back:hover{color:#93c5fd;transform:translateX(-2px)}.deepsea-article-shell{width:min(100%,82rem);margin:0 auto;padding:3.9rem 2rem 5rem;background:0 0;border:0;border-radius:0;box-shadow:none;overflow:visible}.deepsea-article-shell::before{display:none}.deepsea-article-hero{max-width:56rem;margin:0 auto 3rem}.deepsea-article-meta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.deepsea-article-meta-row .post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;color:#9ca3af;font-size:.95rem}.deepsea-article-shell .post-title{margin:0;max-width:56rem;font-size:clamp(2rem,3.3vw,3rem);line-height:1.25}.deepsea-article-content{max-width:56rem;margin:0 auto}.deepsea-article-eyebrow{margin-bottom:1.35rem}.deepsea-article-post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem;color:rgba(148,163,184,.72);font-size:.82rem}.deepsea-article-content p,.deepsea-article-content li{color:rgba(209,213,219,.86);font-size:1rem;line-height:1.88}.deepsea-article-content h2{margin-top:3.2rem;margin-bottom:1.2rem;color:rgba(255,255,255,.94);border-bottom-color:rgba(96,165,250,.16);font-size:clamp(1.4rem,2vw,1.85rem)}.deepsea-article-content h3,.deepsea-article-content h4{color:#fff}.deepsea-article-content img[style]{margin-left:0!important;margin-right:0!important;zoom:normal!important}.deepsea-article-content video[style],.deepsea-article-content iframe[style]{margin-left:0!important;margin-right:0!important}.deepsea-article-content>p:has(>img:only-child){margin:2.25rem 0}.deepsea-article-content>p:has(>img:only-child) img{margin:0}.deepsea-article-content>p:has(>img:only-child)+p{margin-top:.8rem}.deepsea-article-content img,.deepsea-article-content video,.deepsea-article-content iframe,.deepsea-article-content table,.deepsea-article-content pre,.deepsea-article-content .highlight{display:block;width:100%;max-width:100%;height:auto;margin:2.25rem 0;border:1px solid rgba(59,130,246,.13);background:radial-gradient(circle at center,rgba(96,165,250,.055),transparent 58%),rgba(4,7,12,.88);box-shadow:0 0 0 1px rgba(255,255,255,.015),0 20px 70px rgba(0,18,48,.22)}.deepsea-article-content blockquote{color:#9ca3af;border-inline-start-color:rgba(96,165,250,.42);background:linear-gradient(90deg,rgba(96,165,250,.035),transparent 72%);font-style:italic}.deepsea-article-footer{display:block;width:min(100%,56rem);max-width:56rem;margin:0 auto;padding-top:2rem;border-top:0;text-align:left}.deepsea-article-footer>*{width:100%}.deepsea-article-footer>.deepsea-artifact-cta{width:fit-content}.deepsea-article-signoff{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(96,165,250,.1);text-align:center}.deepsea-article-signoff p{margin:0;color:#9ca3af;font-size:.95rem;line-height:1.9}.deepsea-article-signoff a{color:#60a5fa}@media(max-width:1024px){.deepsea-grid.deepsea-grid-4,.deepsea-grid.deepsea-grid-3,.deepsea-list-grid.deepsea-list-grid-2,.deepsea-grid.deepsea-grid-2,.deepsea-about-columns,.deepsea-home-heading-row,.deepsea-feature-link,.deepsea-footer-grid{grid-template-columns:1fr}body.dark .nav.deepsea-nav{grid-template-columns:1fr;justify-items:center;gap:1rem}.deepsea-nav-utilities{width:100%;justify-content:center;flex-wrap:wrap}.deepsea-home-heading-row{display:flex;flex-direction:column;align-items:start}.deepsea-feature-link,.deepsea-list-research-link{display:block}.deepsea-feature-title-row{margin-top:1.5rem}.deepsea-feature-meta,.deepsea-feature-content,.deepsea-list-research-cover{width:100%}.deepsea-feature-content{margin-top:1.5rem}.deepsea-article-shell{width:min(100%,72rem);padding:7rem 1.5rem 4rem}.deepsea-article-shell .post-title{font-size:clamp(2rem,4.8vw,3rem)}}@media(max-width:768px){body.dark .main,body.dark .nav{max-width:100vw}body.dark .nav.deepsea-nav{padding:1rem 0;max-width:min(100vw,calc(100vw - 2rem))}body.dark .deepsea-menu{gap:1rem;overflow-x:visible;overflow-y:visible;flex-wrap:wrap;justify-content:center;padding-bottom:0}.deepsea-home-section{padding:4.5rem 1rem 0}.deepsea-hero-prototype{min-height:auto;padding:6rem 1rem 4rem}.deepsea-hero-prototype-inner{padding-inline:1rem}.deepsea-hero-prototype h1{white-space:normal}.deepsea-social-row .social-icons{gap:1rem}.post-single,.deepsea-page-header,.deepsea-section,.deepsea-feature-card,.deepsea-insight-card,.deepsea-web3-capability-card,.deepsea-web3-report-card{border-radius:22px}.deepsea-footer-shell{padding-left:1rem;padding-right:1rem}.deepsea-footer-bottom{flex-direction:column;align-items:flex-start}.deepsea-article-nav-inner{width:100%}.deepsea-article-shell{padding:6.5rem 1rem 3.5rem}.deepsea-article-footer .paginav{gap:1rem}.deepsea-article-shell .post-title{font-size:clamp(1.75rem,7.5vw,2.6rem)}}.dark{--main-width:1200px;--theme:#000102;--entry:rgba(5, 7, 12, 0.78);--code-bg:rgba(6, 8, 14, 0.86);--code-block-bg:rgba(5, 7, 12, 0.96);--border:rgba(148, 163, 184, 0.1);--primary:#f6fbff;--secondary:rgba(209, 213, 219, 0.7);--tertiary:rgba(39, 46, 58, 0.36);--content:#eef6ff;--content-secondary:rgba(188, 198, 214, 0.76);--link:#60a5fa;--link-hover:#93c5fd;--deepsea-surface:rgba(5, 7, 12, 0.78);--deepsea-surface-strong:rgba(5, 7, 12, 0.94);--deepsea-glow:0 0 0 1px rgba(148, 163, 184, 0.08), 0 18px 60px rgba(0, 0, 0, 0.38);--deepsea-glow-strong:0 0 0 1px rgba(148, 163, 184, 0.12), 0 24px 80px rgba(0, 0, 0, 0.5);--deepsea-gradient:radial-gradient(circle at top left, rgba(96, 165, 250, 0.035), transparent 34%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.025), transparent 28%), linear-gradient(180deg, rgba(0, 1, 2, 0.98), rgba(0, 1, 2, 0.96))}.entry-link:hover{background:rgba(46,46,51,.3)!important}.logo a img,.logo a svg{border-radius:0!important}.post-content table{border-collapse:collapse;width:100%;margin:1em 0}.post-content table th,.post-content table td{border:1px solid rgba(255,255,255,.15);padding:6px 12px}.post-content table th{background:rgba(255,255,255,5%);font-weight:600}.post-content table tr:hover{background:rgba(255,255,255,3%)}.web3-section-heading{font-size:1.25rem;font-weight:700;margin:2rem 0 1rem}.web3-search-box{max-width:1320px;margin:0 auto 1.5rem}.web3-search-input{width:min(100%,28rem);padding:.72rem .95rem;border:1px solid rgba(96,165,250,.18);border-radius:999px;background:rgba(7,16,38,.62);color:var(--content);font-size:.86rem;outline:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.web3-search-input:focus{border-color:rgba(96,165,250,.58)}.web3-report-entry{margin-bottom:0}.web3-report-entry .deepsea-card-summary{margin-top:.75rem;max-width:56rem;color:rgba(148,163,184,.76);font-size:.86rem;line-height:1.6}.web3-report-meta-list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.web3-chain-badge{display:inline-block;padding:1px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.web3-chain-ethereum{background:rgba(122,162,247,.15);color:#7aa2f7}.web3-chain-bsc{background:rgba(247,118,142,.15);color:#f7768e}.web3-chain-arbitrum{background:rgba(125,207,255,.15);color:#7dcfff}.web3-chain-base{background:rgba(122,162,247,.15);color:#7aa2f7}.web3-chain-polygon{background:rgba(158,206,106,.15);color:#9ece6a}.web3-chain-polygon-zkevm{background:rgba(158,206,106,.15);color:#9ece6a}.web3-chain-linea{background:rgba(187,154,247,.15);color:#bb9af7}.web3-chain-optimism{background:rgba(224,175,104,.15);color:#e0af68}.web3-chain-avalanche{background:rgba(187,154,247,.15);color:#bb9af7}.web3-loss-badge{color:#f7768e;font-weight:500}.web3-vuln-badge{background:rgba(224,175,104,.12);color:#e0af68;padding:1px 6px;border-radius:4px}.web3-artifact-link{position:relative;z-index:3;pointer-events:auto;text-decoration:none}.web3-artifact-link:hover{color:#fff;text-decoration:none}.pagination-pages{display:inline-flex;gap:.35rem;align-items:center}.pagination-page.active{border-color:rgba(96,165,250,.56);background:rgba(59,130,246,.18);color:rgba(255,255,255,.92);font-weight:600}