/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 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);color-scheme:light}:root[data-theme=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);color-scheme:dark}.list{background:var(--code-bg)}[data-theme=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;text-underline-offset:.25rem;text-decoration:underline}.top-link{position:fixed;bottom:4rem;right:2rem;z-index:99;background:var(--tertiary);width:2.5rem;height:2.5rem;padding:10px;border-radius:64px;transition:visibility .3s,opacity .3s cubic-bezier(.4,0,1,1)}.hidden{visibility:hidden;opacity:0}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.header-nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin:auto;line-height:var(--header-height);padding:0 var(--gap);column-gap:var(--gap)}.header-nav a{display:block}.logo,.menu{display:flex}.logo{align-items:center;column-gap:.55rem;flex-wrap:wrap}.logo a{font-size:24px;font-weight:700;display:flex;align-items:center;column-gap:.55rem}.logo a img,.logo a svg{pointer-events:none;border-radius:6px}.theme-toggle{padding:0 .4rem}[data-theme=dark] .moon{display:none}[data-theme=light] .sun{display:none}.logo-switches{display:inline-flex;gap:.4rem;align-items:inherit;min-height:stretch;flex-wrap:inherit}.logo-switches>*{min-height:inherit;align-items:center;display:inline-flex}.nav-sep{color:var(--secondary)}.lang-menu *{display:inherit;min-height:inherit;align-items:inherit}.lang-menu a{font-size:1rem;font-weight:500;padding:0 .4rem;display:inline-flex}.menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap)}.menu a{font-size:16px}.menu .active{font-weight:500;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px}.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}.md-content h3,.md-content h4,.md-content h5,.md-content h6{margin:24px 0 16px}.md-content h1{margin:40px auto 32px;font-size:40px}.md-content h2{margin:32px auto 24px;font-size:32px}.md-content h3{font-size:24px}.md-content h4{font-size:16px}.md-content h5{font-size:14px}.md-content h6{font-size:12px}.md-content a:not(.anchor){text-underline-offset:.3rem;text-decoration:underline}.md-content del{text-decoration:line-through}.md-content dl:not(:last-child),.md-content ol:not(:last-child),.md-content p:not(:last-child),.md-content figure:not(:last-child),.md-content ul:not(:last-child){margin-bottom:var(--content-gap)}.md-content ol,.md-content ul{padding-inline-start:1.25rem}.md-content li{margin-top:.3rem}.md-content li p{margin-bottom:0}.md-content dl{display:flex;flex-wrap:wrap;margin:0}.md-content dt{width:25%;font-weight:700}.md-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.md-content dd~dd,.md-content dt~dt{margin-top:10px}.md-content table{margin-bottom:var(--content-gap)}.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:6px 13px;line-height:1.5;border:1px solid var(--border)}.md-content table th{text-align:start}.md-content table:not(.highlighttable) td code:only-child{margin:auto 0}.md-content .highlight table{border-radius:var(--radius)}.md-content .highlight:not(table){margin-bottom:var(--content-gap);background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.md-content li>.highlight{margin-inline-end:0}.md-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.md-content .highlight pre{margin:0}.md-content .highlighttable{table-layout:fixed}.md-content .highlighttable td:first-child{width:40px}.md-content .highlighttable td .linenodiv{padding-inline-end:0!important}.md-content .highlighttable td .highlight,.md-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{padding:.2rem .3rem;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:.2rem}.md-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}.md-content blockquote{margin:1rem 0;padding-inline-start:1rem;border-inline-start:.3rem solid var(--content)}.md-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.md-content iframe{max-width:100%}.md-content img{border-radius:var(--radius);margin:1rem 0}.md-content img[src*="#center"]{margin:1rem auto}.md-content figure.align-center{text-align:center}.md-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.md-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.md-content h1:hover .anchor,.md-content h2:hover .anchor,.md-content h3:hover .anchor,.md-content h4:hover .anchor,.md-content h5:hover .anchor,.md-content h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5em;font-weight:500;user-select:none}.anchor:hover{color:var(--content)!important}.md-content img.in-text{display:inline;margin:auto}mark{border-radius:2px;padding:0 2px}audio{display:block;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:2.5rem;margin-bottom:var(--content-gap)}audio::-webkit-media-controls-enclosure{border-radius:0}video{border:1px solid var(--code-bg);border-radius:var(--radius);max-width:100%}.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-header h2{font-size:40px}.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{--content-gap:0.5rem;-webkit-line-clamp:unset;margin:0}.home-info .social-icons a:first-of-type{padding-inline-start:0}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .25s ease;border:1px solid var(--border)}.post-entry:hover,.post-entry:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.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}.home-info .entry-content p{margin-block-start:1em;margin-block-end:1em}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:var(--radius)}.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;display:flex;flex-direction:column;gap:.5rem}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-underline-offset:.3rem;text-decoration:underline}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-size:40px}.post-description{margin-top:10px}.post-meta{margin-top:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumbs a{font-size:16px}.breadcrumbs svg{height:1em}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.post-meta a,.toc a:hover{text-underline-offset:.3rem;text-decoration:underline}.post-meta a{color:var(--secondary);text-decoration-style:dotted}details.toc{margin-bottom:var(--content-gap);background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border)}[data-theme=dark] details.toc{background:var(--entry)}details.toc summary{padding:.3rem 1.2rem;border-radius:var(--radius)}details summary{cursor:pointer;display:list-item;width:100%;margin-inline-start:0;user-select:none}details .title{display:inline;font-weight:500;margin-inline-start:.2rem}details{interpolate-size:allow-keywords}details::details-content{height:0;opacity:0;overflow:clip;transition:height 150ms ease,opacity 150ms ease,content-visibility 150ms allow-discrete}details[open]::details-content{height:auto;opacity:1}details .inner{margin:0 2.4rem;padding-bottom:.6rem}details li ul{margin-inline-start:var(--gap)}.post-content{color:var(--content);margin:30px 0}.post-footer{margin-top:var(--content-gap)}.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}.paginav{display:flex;line-height:1.2}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:.8rem;color:var(--secondary)}.paginav a{width:50%;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-radius:var(--radius)}.paginav span:hover:not(.title){text-underline-offset:.2rem;text-decoration:underline}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}.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:1rem}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;gap:1rem}.button{background:var(--tertiary);border-radius:var(--radius);padding:.4rem .8rem}.searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}.searchResults li{list-style:none;border-radius:var(--radius);padding:10px 15px;position:relative;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--entry);transition:transform .25s ease;border:1px solid var(--border)}.searchResults{margin:var(--content-gap)0;width:100%;display:flex;flex-direction:column;gap:10px}.searchResults li:hover,.searchResults li:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.searchResults li .entry-link:focus{outline:2px solid var(--secondary);outline-offset:-2px}.terms-tags{display:flex;flex-wrap:wrap;gap:1em;margin-top:var(--content-gap)}.terms-tags li{display:inline-block;font-weight:500}.terms-tags a{display:block;padding:4px 10px;background:var(--tertiary);border-radius:var(--radius);transition:transform .1s}.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%}@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}}:root{--font-heading:"Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--font-body:"Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--radius:2px;--main-width:760px;--nav-width:1096px;--rail-width:300px;--gap:12px;--pad-x:20px;--accent:#548eab;--accent-hover:#427a96;--accent-dim:rgba(84, 142, 171, 0.08);--accent-line:rgba(84, 142, 171, 0.34);--theme:#f0f0f0;--entry:#ffffff;--primary:#333333;--secondary:#8f8f8f;--tertiary:#d9d9d9;--content:#333333;--border:#e2e2e2;--code-bg:#f4f4f4;--code-block-bg:#2b2f33;--header-bg:#313c45;--header-fg:#ffffff;--header-dim:rgba(255, 255, 255, 0.72);--header-line:rgba(255, 255, 255, 0.14);color-scheme:light}:root[data-theme=dark]{--accent:#6aa9e0;--accent-hover:#86bbe8;--accent-dim:rgba(106, 169, 224, 0.10);--accent-line:rgba(106, 169, 224, 0.34);--theme:#1a1a1a;--entry:#262626;--primary:#e8e8e8;--secondary:#9a9a9a;--tertiary:#3a3a3a;--content:#d2d2d2;--border:#333333;--code-bg:#2c2c2c;--code-block-bg:#141414;--header-bg:#242424;--header-fg:#f0f0f0;--header-dim:rgba(255, 255, 255, 0.62);--header-line:rgba(255, 255, 255, 0.10);color-scheme:dark}html{background:var(--theme)}body{font-family:var(--font-body);background:var(--theme);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,.entry-header h1,.entry-header h2,.post-title,.post-single .post-title{font-family:var(--font-heading);font-weight:600;letter-spacing:0;color:var(--primary)}a{text-decoration-thickness:1px;text-underline-offset:3px}::selection{background:var(--accent);color:#fff}.list{background:0 0}.main{max-width:none;margin:0;padding:0}.header{background:var(--header-bg);border-bottom:0;color:var(--header-fg);backdrop-filter:none;-webkit-backdrop-filter:none;position:sticky;top:0;z-index:100}.header-nav{max-width:var(--nav-width);margin:0 auto;padding:0 24px;min-height:54px;display:flex;align-items:center;column-gap:26px;flex-wrap:nowrap;line-height:54px}.ds-brand{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-heading);font-weight:600;font-size:19px;color:var(--header-fg);text-decoration:none;flex-shrink:0}.ds-brand svg{width:22px;height:22px;color:var(--header-fg);opacity:.92}.ds-brand:hover{color:#fff;opacity:.9}.menu{font-family:var(--font-body);font-size:15px;gap:22px;margin:0;flex:initial;overflow-x:auto}.menu li a span::before{content:none}.menu li a span{color:var(--header-dim)}.menu li a span.active{color:#fff;font-weight:500}.menu li a:hover span{color:#fff}.ds-nav-right{margin-left:auto;display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.theme-toggle{color:var(--header-dim);background:0 0;border:0;cursor:pointer;padding:0}.theme-toggle:hover{color:#fff}.lang-menu{display:inline-flex;gap:4px;font-size:13px;margin:0}.lang-menu a{color:var(--header-dim);text-decoration:none}.lang-menu a:hover{color:#fff}.ds-tg{display:inline-flex;align-items:center;color:var(--header-fg);opacity:.85}.ds-tg:hover{opacity:1}.ds-layout{max-width:var(--nav-width);margin:0 auto;padding:18px 24px 56px;display:grid;grid-template-columns:minmax(0,1fr)var(--rail-width);gap:14px;align-items:start}.ds-main{min-width:0}.ds-feed{display:flex;flex-direction:column;gap:var(--gap)}.ds-page-header{background:var(--entry);padding:20px var(--pad-x);margin-bottom:var(--gap)}.ds-page-header h1{font-size:clamp(24px,3.4vw,32px);margin:4px 0 8px}.ds-page-desc{color:var(--secondary);font-size:15px;margin:0}.ds-page-intro{color:var(--content);font-size:15.5px;margin-top:10px}.ds-page-intro p{margin:0}.ds-intro{background:var(--entry);padding:24px var(--pad-x)22px}.ds-intro-kicker{font-family:var(--font-body);font-size:13px;color:var(--secondary);margin:0 0 10px}.ds-intro-title{font-size:clamp(24px,3.2vw,33px);line-height:1.2;font-weight:600;margin:0 0 12px;max-width:30ch;color:var(--primary)}.ds-intro-body{font-size:16px;line-height:1.62;color:var(--content);max-width:72ch}.ds-intro-body p{margin:0 0 10px}.ds-intro-body p:last-child{margin-bottom:0}.ds-intro-links{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:16px;font-size:14px}.ds-intro-links a{color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent-line);transition:color .15s ease,border-color .15s ease}.ds-intro-links a:hover{color:var(--accent-hover);border-color:var(--accent-hover)}.ds-term{margin:20px 0 2px;border-radius:var(--radius);background:var(--code-block-bg);overflow:hidden}.ds-term-bar{display:flex;align-items:center;gap:7px;padding:9px 14px;border-bottom:1px solid rgba(255,255,255,8%)}.ds-term-bar span{width:10px;height:10px;border-radius:50%;background:#3a4453}.ds-term-bar span:nth-child(1){background:#ff5f57}.ds-term-bar span:nth-child(2){background:#febc2e}.ds-term-bar span:nth-child(3){background:#28c840}.ds-term-bar em{font-family:var(--font-mono);font-size:11.5px;font-style:normal;color:#7b8794;margin-left:6px}.ds-term pre{margin:0;padding:14px 16px;overflow-x:auto;background:0 0}.ds-term pre code{font-family:var(--font-mono);font-size:12.5px;line-height:1.7;color:#b9c4d2;background:0 0;border:0;padding:0;white-space:pre}.ds-term .t-p{color:#6aa9e0}.ds-term .t-d{color:#566372}.ds-term .t-ok{color:#4ade80}.ds-term .t-num{color:#eef0fa}.ds-card{background:var(--entry);border:0;border-radius:0;padding:16px var(--pad-x);transition:box-shadow .15s ease}.ds-card:hover{box-shadow:0 1px 4px rgba(0,0,0,8%)}.ds-card-inner{min-width:0}.entry-cover{margin:-16px calc(-1 * var(--pad-x))14px}.entry-cover img{width:100%;height:auto;display:block}.entry-cover figcaption{font-size:12.5px;color:var(--secondary);padding:6px var(--pad-x)0}.ds-toprow{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12.5px;color:var(--secondary);margin-bottom:8px}.ds-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600;text-decoration:none}.ds-kicker:hover{color:var(--accent-hover)}.ds-author{color:var(--secondary)}.ds-sep{color:var(--tertiary)}.ds-card-title{font-size:20px;line-height:1.3;font-weight:600;margin:0 0 8px}.ds-card-title a{color:var(--primary);text-decoration:none}.ds-card:hover .ds-card-title a{color:var(--accent)}.ds-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12.5px;color:var(--secondary);margin-bottom:9px}.ds-diff{color:var(--accent)}.ds-hubs{display:flex;flex-wrap:wrap;gap:6px 10px;margin-bottom:10px}.ds-hub{color:var(--secondary);font-size:13px;text-decoration:none}.ds-hub:hover{color:var(--accent)}.ds-hubs-inline{margin:0;gap:6px 8px}.ds-hubs-inline .ds-hub::after{content:",";color:var(--tertiary);margin-left:1px}.ds-hubs-inline .ds-hub:last-child::after{content:""}.ds-excerpt{color:var(--content);font-size:15px;line-height:1.55;margin:0 0 12px}.ds-more{color:var(--accent);font-size:14px;text-decoration:none;font-weight:400}.ds-more:hover{color:var(--accent-hover)}.ds-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;font-size:14px}.ds-pagination a{color:var(--accent);text-decoration:none}.ds-pagination a:hover{color:var(--accent-hover)}.ds-page-num{color:var(--secondary);font-size:13px}.ds-sidebar{display:flex;flex-direction:column;gap:var(--gap);position:sticky;top:72px}.ds-widget{background:var(--entry);padding:16px 18px}.ds-widget-title{font-family:var(--font-body);font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:600;margin:0 0 10px}.ds-widget p{font-size:13.5px;line-height:1.55;color:var(--content);margin:0 0 10px}.ds-widget p:last-child{margin-bottom:0}.ds-widget-note p{color:var(--secondary);font-size:12.5px}.ds-btn{display:inline-flex;align-items:center;gap:7px;background:var(--accent);color:#fff;text-decoration:none;padding:8px 14px;border-radius:var(--radius);font-size:13px;font-weight:500}.ds-btn:hover{background:var(--accent-hover);color:#fff}.ds-hub-cloud{display:flex;flex-wrap:wrap;gap:8px 12px}.ds-hub-cloud .ds-hub{font-size:13px}.ds-count{color:var(--secondary);font-size:11px;margin-left:6px}.ds-article{background:var(--entry);padding:24px var(--pad-x)28px}.ds-article .breadcrumbs{margin-bottom:8px}.ds-article-title{font-size:clamp(26px,3.6vw,36px);line-height:1.2;font-weight:600;margin:8px 0 12px}.ds-article-desc{font-size:16.5px;color:var(--secondary);margin:0 0 12px}.ds-article .ds-meta{margin-bottom:4px}.ds-article-content{margin-top:18px}.ds-article-footer{margin-top:26px}.md-content{font-size:17px;line-height:1.7;color:var(--content)}.md-content h2{font-size:24px;font-weight:600;margin-top:2em;padding-bottom:6px;border-bottom:1px solid var(--border)}.md-content h3{font-size:19px;font-weight:600;margin-top:1.7em}.md-content blockquote{border-left:3px solid var(--accent);background:var(--accent-dim);padding:2px 18px;border-radius:0;color:var(--content)}.md-content code,.md-content kbd{font-family:var(--font-mono);font-size:.86em}.md-content table{font-size:15px;border-collapse:collapse}.md-content table th,.md-content table td{border:1px solid var(--border);padding:7px 11px}.md-content table th{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--primary);background:var(--code-bg);text-align:left}.md-content a{color:var(--accent);font-weight:400}.md-content a:hover{color:var(--accent-hover)}.md-content img{max-width:100%;height:auto}.terms-tags a,.post-tags a{font-family:var(--font-body);font-size:13px;border:0;border-radius:0;padding:0;background:0 0;color:var(--accent)}.post-tags a:hover{color:var(--accent-hover)}.post-tags{gap:4px 10px}.breadcrumbs{font-family:var(--font-body);font-size:13px;color:var(--secondary)}.toc{background:var(--entry);border:0;border-radius:0;margin-bottom:var(--gap);padding:14px 18px}.toc summary{font-size:13px;font-weight:600;color:var(--primary)}.toc .inner{font-size:13.5px}.ds-footer{background:var(--header-bg);border-top:0;margin-top:0;padding:0;max-width:100%;color:var(--header-fg)}.ds-footer-inner{max-width:var(--nav-width);margin:0 auto;padding:34px 24px 22px;font-size:14px}.ds-footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px}.ds-footer-brand{max-width:38ch}.ds-footer-logo{font-family:var(--font-heading);font-size:18px;font-weight:600;color:#fff;text-decoration:none}.ds-footer-brand p{color:var(--header-dim);margin:8px 0 0;line-height:1.55}.ds-footer-cols{display:flex;gap:56px}.ds-footer-cols h4{font-family:var(--font-body);font-size:13px;color:#fff;font-weight:600;margin:0 0 10px}.ds-footer-cols ul{list-style:none;padding:0;margin:0}.ds-footer-cols li{margin-bottom:7px}.ds-footer-cols a{color:var(--header-dim);text-decoration:none;font-size:14px}.ds-footer-cols a:hover{color:#fff}.ds-footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:30px;padding-top:14px;border-top:1px solid var(--header-line);font-size:12.5px;color:var(--header-dim)}@media(max-width:1000px){.ds-layout{grid-template-columns:minmax(0,1fr)}.ds-sidebar{display:none}}@media(max-width:640px){.header-nav{padding:0 16px;column-gap:14px}.ds-brand-name{display:none}.menu{gap:16px;font-size:14px}.ds-layout{padding:12px 0 40px;gap:0}.ds-page-header,.ds-intro,.ds-card,.ds-article{padding-left:16px;padding-right:16px}.entry-cover{margin-left:-16px;margin-right:-16px}.ds-footer-cols{gap:36px}.ds-footer-inner{padding:28px 16px 20px}}@font-face{font-family:fira sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/fira-sans/fira-sans-400-cyrillic-ext.woff2)format('woff2');unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:fira sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/fira-sans/fira-sans-400-cyrillic.woff2)format('woff2');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:fira sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/fira-sans/fira-sans-400-latin-ext.woff2)format('woff2');unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:fira sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/fira-sans/fira-sans-400-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:fira sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/fira-sans/fira-sans-500-cyrillic-ext.woff2)format('woff2');unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:fira sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/fira-sans/fira-sans-500-cyrillic.woff2)format('woff2');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:fira sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/fira-sans/fira-sans-500-latin-ext.woff2)format('woff2');unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:fira sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/fira-sans/fira-sans-500-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:fira sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/fira-sans/fira-sans-600-cyrillic-ext.woff2)format('woff2');unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:fira sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/fira-sans/fira-sans-600-cyrillic.woff2)format('woff2');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:fira sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/fira-sans/fira-sans-600-latin-ext.woff2)format('woff2');unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:fira sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/fira-sans/fira-sans-600-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:fira sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/fira-sans/fira-sans-700-cyrillic-ext.woff2)format('woff2');unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:fira sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/fira-sans/fira-sans-700-cyrillic.woff2)format('woff2');unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:fira sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/fira-sans/fira-sans-700-latin-ext.woff2)format('woff2');unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:fira sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/fira-sans/fira-sans-700-latin.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}