/*
  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 .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%}@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}}@font-face{font-family:spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/spectral-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:spectral;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/spectral-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}:root{--main-width:1120px;--nav-width:var(--main-width);--figure-width:38%;--figure-max:380px;--accent:#b45309;--accent-strong:#92400e;--accent-soft:rgba(180, 83, 9, 0.10);--theme:#faf7f2;--grid-minor:rgba(120, 90, 40, 0.045);--grid-major:rgba(120, 90, 40, 0.075);--font-title:"Spectral", "Iowan Old Style", "Palatino Linotype", Palatino,
                Georgia, "Times New Roman", serif;--trace:#2a8a3c;--trace-a:0.40;--trace-size:800px 240px;--trace-sinus:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22240%22%20viewBox%3D%220%200%20800%20240%22%3E%3Cpath%20d%3D%22M0%20120L8%20107L16%2095L24%2083L32%2072L40%2061L48%2052L56%2043L64%2036L72%2030L80%2025L88%2022L96%2020L104%2020L112%2022L120%2025L128%2030L136%2036L144%2043L152%2052L160%2061L168%2072L176%2083L184%2095L192%20107L200%20120L208%20133L216%20145L224%20157L232%20168L240%20179L248%20188L256%20197L264%20204L272%20210L280%20215L288%20218L296%20220L304%20220L312%20218L320%20215L328%20210L336%20204L344%20197L352%20188L360%20179L368%20168L376%20157L384%20145L392%20133L400%20120L408%20107L416%2095L424%2083L432%2072L440%2061L448%2052L456%2043L464%2036L472%2030L480%2025L488%2022L496%2020L504%2020L512%2022L520%2025L528%2030L536%2036L544%2043L552%2052L560%2061L568%2072L576%2083L584%2095L592%20107L600%20120L608%20133L616%20145L624%20157L632%20168L640%20179L648%20188L656%20197L664%20204L672%20210L680%20215L688%20218L696%20220L704%20220L712%20218L720%20215L728%20210L736%20204L744%20197L752%20188L760%20179L768%20168L776%20157L784%20145L792%20133L800%20120%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.28%22%20stroke-width%3D%227%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0%20120L8%20107L16%2095L24%2083L32%2072L40%2061L48%2052L56%2043L64%2036L72%2030L80%2025L88%2022L96%2020L104%2020L112%2022L120%2025L128%2030L136%2036L144%2043L152%2052L160%2061L168%2072L176%2083L184%2095L192%20107L200%20120L208%20133L216%20145L224%20157L232%20168L240%20179L248%20188L256%20197L264%20204L272%20210L280%20215L288%20218L296%20220L304%20220L312%20218L320%20215L328%20210L336%20204L344%20197L352%20188L360%20179L368%20168L376%20157L384%20145L392%20133L400%20120L408%20107L416%2095L424%2083L432%2072L440%2061L448%2052L456%2043L464%2036L472%2030L480%2025L488%2022L496%2020L504%2020L512%2022L520%2025L528%2030L536%2036L544%2043L552%2052L560%2061L568%2072L576%2083L584%2095L592%20107L600%20120L608%20133L616%20145L624%20157L632%20168L640%20179L648%20188L656%20197L664%20204L672%20210L680%20215L688%20218L696%20220L704%20220L712%20218L720%20215L728%20210L736%20204L744%20197L752%20188L760%20179L768%20168L776%20157L784%20145L792%20133L800%20120%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");--trace-amorti:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22240%22%20viewBox%3D%220%200%20800%20240%22%3E%3Cpath%20d%3D%22M0%20195L80%20195L80%2025L86%2029L92%2036L98%2045L104%2057L110%2070L116%2084L122%2099L128%20114L134%20128L140%20141L146%20153L152%20163L158%20171L164%20177L170%20181L176%20183L182%20182L188%20179L194%20174L200%20168L206%20160L212%20152L218%20142L224%20133L230%20123L236%20114L242%20105L248%2098L254%2091L260%2086L266%2082L272%2080L278%2079L284%2080L290%2082L296%2085L302%2089L308%2094L314%20100L320%20106L326%20112L332%20119L338%20125L344%20130L350%20135L356%20139L362%20143L368%20145L374%20146L380%20147L386%20146L392%20145L398%20143L404%20140L410%20136L416%20133L422%20129L428%20125L434%20120L440%20117L446%20113L452%20110L458%20107L464%20105L470%20104L476%20103L482%20103L488%20103L494%20104L500%20105L506%20107L512%20110L518%20112L524%20115L530%20117L536%20120L542%20123L548%20125L554%20127L560%20129L566%20130L572%20131L578%20131L584%20131L590%20131L596%20130L602%20129L608%20128L614%20127L620%20125L626%20123L632%20122L638%20120L644%20118L650%20117L656%20115L662%20114L668%20113L674%20113L680%20113L686%20113L692%20113L698%20113L704%20114L710%20115L716%20116L722%20117L728%20118L734%20119L740%20120L746%20121L752%20122L758%20123L764%20124L770%20124L776%20125L782%20125L788%20125L794%20125L800%20124%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.28%22%20stroke-width%3D%227%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0%20195L80%20195L80%2025L86%2029L92%2036L98%2045L104%2057L110%2070L116%2084L122%2099L128%20114L134%20128L140%20141L146%20153L152%20163L158%20171L164%20177L170%20181L176%20183L182%20182L188%20179L194%20174L200%20168L206%20160L212%20152L218%20142L224%20133L230%20123L236%20114L242%20105L248%2098L254%2091L260%2086L266%2082L272%2080L278%2079L284%2080L290%2082L296%2085L302%2089L308%2094L314%20100L320%20106L326%20112L332%20119L338%20125L344%20130L350%20135L356%20139L362%20143L368%20145L374%20146L380%20147L386%20146L392%20145L398%20143L404%20140L410%20136L416%20133L422%20129L428%20125L434%20120L440%20117L446%20113L452%20110L458%20107L464%20105L470%20104L476%20103L482%20103L488%20103L494%20104L500%20105L506%20107L512%20110L518%20112L524%20115L530%20117L536%20120L542%20123L548%20125L554%20127L560%20129L566%20130L572%20131L578%20131L584%20131L590%20131L596%20130L602%20129L608%20128L614%20127L620%20125L626%20123L632%20122L638%20120L644%20118L650%20117L656%20115L662%20114L668%20113L674%20113L680%20113L686%20113L692%20113L698%20113L704%20114L710%20115L716%20116L722%20117L728%20118L734%20119L740%20120L746%20121L752%20122L758%20123L764%20124L770%20124L776%20125L782%20125L788%20125L794%20125L800%20124%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");--trace-lissajous:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22240%22%20viewBox%3D%220%200%20800%20240%22%3E%3Cpath%20d%3D%22M400%20187L417%20192L433%20196L449%20200L465%20203L480%20206L494%20209L507%20211L519%20213L529%20214L539%20215L546%20215L552%20215L557%20214L559%20213L560%20212L559%20210L557%20207L552%20205L546%20201L539%20198L529%20194L519%20189L507%20185L494%20180L480%20174L465%20169L449%20163L433%20157L417%20151L400%20145L383%20138L367%20132L351%20125L335%20118L320%20112L306%20105L293%2099L281%2092L271%2086L261%2080L254%2074L248%2068L243%2063L241%2058L240%2053L241%2048L243%2044L248%2040L254%2037L261%2034L271%2031L281%2029L293%2027L306%2026L320%2025L335%2025L351%2025L367%2026L383%2027L400%2028L417%2030L433%2033L449%2035L465%2039L480%2042L494%2046L507%2051L519%2055L529%2060L539%2066L546%2071L552%2077L557%2083L559%2089L560%2095L559%20102L557%20108L552%20115L546%20122L539%20128L529%20135L519%20141L507%20148L494%20154L480%20160L465%20166L449%20172L433%20177L417%20182L400%20187L383%20192L367%20196L351%20200L335%20203L320%20206L306%20209L293%20211L281%20213L271%20214L261%20215L254%20215L248%20215L243%20214L241%20213L240%20212L241%20210L243%20207L248%20205L254%20201L261%20198L271%20194L281%20189L293%20185L306%20180L320%20174L335%20169L351%20163L367%20157L383%20151L400%20145L417%20138L433%20132L449%20125L465%20118L480%20112L494%20105L507%2099L519%2092L529%2086L539%2080L546%2074L552%2068L557%2063L559%2058L560%2053L559%2048L557%2044L552%2040L546%2037L539%2034L529%2031L519%2029L507%2027L494%2026L480%2025L465%2025L449%2025L433%2026L417%2027L400%2028L383%2030L367%2033L351%2035L335%2039L320%2042L306%2046L293%2051L281%2055L271%2060L261%2066L254%2071L248%2077L243%2083L241%2089L240%2095L241%20102L243%20108L248%20115L254%20122L261%20128L271%20135L281%20141L293%20148L306%20154L320%20160L335%20166L351%20172L367%20177L383%20182L400%20187Z%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.28%22%20stroke-width%3D%227%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M400%20187L417%20192L433%20196L449%20200L465%20203L480%20206L494%20209L507%20211L519%20213L529%20214L539%20215L546%20215L552%20215L557%20214L559%20213L560%20212L559%20210L557%20207L552%20205L546%20201L539%20198L529%20194L519%20189L507%20185L494%20180L480%20174L465%20169L449%20163L433%20157L417%20151L400%20145L383%20138L367%20132L351%20125L335%20118L320%20112L306%20105L293%2099L281%2092L271%2086L261%2080L254%2074L248%2068L243%2063L241%2058L240%2053L241%2048L243%2044L248%2040L254%2037L261%2034L271%2031L281%2029L293%2027L306%2026L320%2025L335%2025L351%2025L367%2026L383%2027L400%2028L417%2030L433%2033L449%2035L465%2039L480%2042L494%2046L507%2051L519%2055L529%2060L539%2066L546%2071L552%2077L557%2083L559%2089L560%2095L559%20102L557%20108L552%20115L546%20122L539%20128L529%20135L519%20141L507%20148L494%20154L480%20160L465%20166L449%20172L433%20177L417%20182L400%20187L383%20192L367%20196L351%20200L335%20203L320%20206L306%20209L293%20211L281%20213L271%20214L261%20215L254%20215L248%20215L243%20214L241%20213L240%20212L241%20210L243%20207L248%20205L254%20201L261%20198L271%20194L281%20189L293%20185L306%20180L320%20174L335%20169L351%20163L367%20157L383%20151L400%20145L417%20138L433%20132L449%20125L465%20118L480%20112L494%20105L507%2099L519%2092L529%2086L539%2080L546%2074L552%2068L557%2063L559%2058L560%2053L559%2048L557%2044L552%2040L546%2037L539%2034L529%2031L519%2029L507%2027L494%2026L480%2025L465%2025L449%2025L433%2026L417%2027L400%2028L383%2030L367%2033L351%2035L335%2039L320%2042L306%2046L293%2051L281%2055L271%2060L261%2066L254%2071L248%2077L243%2083L241%2089L240%2095L241%20102L243%20108L248%20115L254%20122L261%20128L271%20135L281%20141L293%20148L306%20154L320%20160L335%20166L351%20172L367%20177L383%20182L400%20187Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");--trace-carre:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22240%22%20viewBox%3D%220%200%20800%20240%22%3E%3Cpath%20d%3D%22M0%20205L12%2035L200%2035L212%20205L400%20205L412%2035L600%2035L612%20205L800%20205%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.28%22%20stroke-width%3D%227%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0%20205L12%2035L200%2035L212%20205L400%20205L412%2035L600%2035L612%20205L800%20205%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");--trace-triangle:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22240%22%20viewBox%3D%220%200%20800%20240%22%3E%3Cpath%20d%3D%22M0%20210L200%2030L400%20210L600%2030L800%20210%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.28%22%20stroke-width%3D%227%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0%20210L200%2030L400%20210L600%2030L800%20210%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");--trace-dent-de-scie:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22240%22%20viewBox%3D%220%200%20800%20240%22%3E%3Cpath%20d%3D%22M0%20210L390%2030L400%20210L790%2030L800%20210%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.28%22%20stroke-width%3D%227%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0%20210L390%2030L400%20210L790%2030L800%20210%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");--trace-ligne:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22800%22%20height%3D%22240%22%20viewBox%3D%220%200%20800%20240%22%3E%3Cpath%20d%3D%22M0%20120L496%20120L499%2093L501%2071L504%2055L506%2050L509%2055L511%2071L514%2093L516%20120L800%20120%22%20stroke%3D%22%23fff%22%20stroke-opacity%3D%22.28%22%20stroke-width%3D%227%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0%20120L496%20120L499%2093L501%2071L504%2055L506%2050L509%2055L511%2071L514%2093L516%20120L800%20120%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");--trace-svg:var(--trace-ligne)}:root[data-theme=dark]{--accent:#fbbf24;--accent-strong:#f59e0b;--accent-soft:rgba(251, 191, 36, 0.12);--theme:rgb(29, 30, 32);--grid-minor:rgba(139, 238, 150, 0.04);--grid-major:rgba(139, 238, 150, 0.07);--trace:#8bee96}body{background-color:var(--theme)}body.list{background:var(--theme)}body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:repeating-linear-gradient(0,var(--grid-major) 0 1px,transparent 1px 100px),repeating-linear-gradient(90deg,var(--grid-major) 0 1px,transparent 1px 100px),repeating-linear-gradient(0,var(--grid-minor) 0 1px,transparent 1px 20px),repeating-linear-gradient(90deg,var(--grid-minor) 0 1px,transparent 1px 20px)}body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-color:var(--trace);opacity:var(--trace-a);-webkit-mask-image:var(--trace-svg);mask-image:var(--trace-svg);-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:var(--trace-size);mask-size:var(--trace-size)}@media(min-width:1024px){:root{--trace-size:1600px 480px}}.post-single,.not-found{background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);padding:var(--gap)}.post-content p:not(.centre):not(.droite):not(.epigraphe):not(.encadre-titre):not(.encadre-soustitre):not(.encadre-etiquette),.post-content blockquote p{text-align:justify;-webkit-hyphens:auto;hyphens:auto;-webkit-hyphenate-limit-before:4;-webkit-hyphenate-limit-after:3;hyphenate-limit-chars:8 4 3}.post-content .post-fig-cap p,.post-content .galerie-cap p{text-align:center;hyphens:manual}@media(max-width:500px){.post-content p:not(.centre):not(.droite):not(.epigraphe):not(.encadre-titre):not(.encadre-soustitre):not(.encadre-etiquette),.post-content blockquote p{-webkit-hyphenate-limit-before:3;-webkit-hyphenate-limit-after:2;hyphenate-limit-chars:6 3 2}}.logo a,.post-title,.entry-header h2,.first-entry .entry-header h1,.page-header h1,.page-header h2,.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-family:var(--font-title);letter-spacing:-.01em;font-weight:600}.post-title{line-height:1.2}.post-content h2{padding-bottom:.3rem;border-bottom:2px solid var(--accent-soft)}.post-content a{color:var(--accent);text-decoration-color:var(--accent-soft);text-decoration-thickness:2px;transition:text-decoration-color .15s ease}.post-content a:hover{text-decoration-color:var(--accent)}.menu .active{border-bottom-color:var(--accent)}.top-link{color:var(--accent)}.post-tags a,.terms-tags a{border-radius:4px;color:var(--accent-strong);background:var(--accent-soft);border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.post-tags a:hover,.terms-tags a:hover{background:0 0;border-color:var(--accent)}:root[data-theme=dark] .post-tags a,:root[data-theme=dark] .terms-tags a{color:var(--accent)}.post-header .post-tags{margin-top:.9rem}.post-entry{box-shadow:0 1px 2px rgba(0,0,0,4%);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.post-entry:hover,.post-entry:focus-within{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,8%);border-color:var(--accent)}:root[data-theme=dark] .post-entry{box-shadow:none}:root[data-theme=dark] .post-entry:hover{box-shadow:0 6px 18px rgba(0,0,0,.35)}.entry-header h2{transition:color .15s ease}.post-entry:hover .entry-header h2{color:var(--accent-strong)}:root[data-theme=dark] .post-entry:hover .entry-header h2{color:var(--accent)}.entry-cover{overflow:hidden;border-radius:var(--radius);margin-bottom:var(--content-gap)}.entry-cover img{width:100%;height:293px;object-fit:cover;display:block;transition:transform .35s ease}.post-entry:hover .entry-cover img{transform:scale(1.03)}.entry-cover.cadrage-entier{background:var(--code-bg);box-shadow:inset 0 0 0 1px var(--border)}.entry-cover.cadrage-entier img{object-fit:contain;padding:1rem}.post-entry:hover .entry-cover.cadrage-entier img{transform:none}.post-content .post-fig{display:block;max-width:100%;margin-inline:auto}img{height:auto}.post-content .post-fig img{display:block;width:100%;max-width:min(100%,calc(85vh * var(--ratio,100)));height:auto;margin-inline:auto;border-radius:var(--radius)}.post-content .post-fig-cap{display:block;margin-top:.5rem;font-size:.85em;line-height:1.45;text-align:center;color:var(--secondary);font-style:italic}.post-content .post-fig-cap p{margin:0}.post-content .galerie{display:flex;flex-wrap:wrap;gap:10px;margin:1.4rem 0 .2rem;clear:both}.post-content .galerie-item{display:block;min-width:180px;border-radius:var(--radius);overflow:hidden}.post-content .galerie-item img{display:block;width:100%;height:auto;max-height:none;margin:0;border-radius:0}.post-content .galerie-cap{margin:.5rem 0 1.4rem;font-size:.85em;line-height:1.45;text-align:center;font-style:italic;color:var(--secondary)}@media(max-width:560px){.post-content .galerie{display:grid}.post-content .galerie-item{flex:none!important;min-width:0}}.post-content .post-fig.img-portrait{float:right;width:var(--figure-width);max-width:var(--figure-max);margin:.3rem 0 1rem 1.6rem}.post-content .post-fig.img-portrait img{width:100%;max-width:100%;max-height:none}.post-content h1,.post-content h2,.post-content h3,.post-content h4{clear:both}.post-content::after{content:"";display:block;clear:both}@media(max-width:720px){.post-content .post-fig.img-portrait{float:none;width:100%;max-width:100%;margin:1rem 0}.entry-cover img{height:360px}}.post-content details.toc,details.toc{border-left:3px solid var(--accent-soft)}details.toc .details,details.toc summary .title{font-family:var(--font-title)}details.toc a{color:var(--accent)}.highlight{border-radius:8px;margin:1.5rem 0}blockquote{border-inline-start-color:var(--accent)!important}.post-content .encadre{margin:2.5rem 0 1rem;padding:2rem 1.6rem 2.4rem;background:var(--theme);border:1px solid var(--tertiary);border-radius:var(--radius)}.post-content .encadre-etiquette{margin:0 0 .6rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.post-content .encadre-titre{margin:0;font-family:var(--font-title);font-weight:600;font-size:1.9rem;line-height:1.15}.post-content .encadre-soustitre{margin:.4rem 0 0;color:var(--secondary);font-style:italic}.post-content .encadre-sommaire{padding:1rem 1.2rem;background:var(--entry);border:1px solid var(--border);border-radius:var(--radius)}.post-content .encadre-sommaire-titre{margin:0 0 .5rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--secondary)}.post-content .encadre-sommaire ol{margin:0;padding-left:2.4em;list-style:upper-roman}.post-content .encadre-sommaire li{margin:.15rem 0}.post-content .encadre-sommaire li::marker{color:var(--secondary)}.post-content .encadre-sommaire a{box-shadow:none}.post-content .encadre-corps{line-height:1.75;counter-reset:chapitre}.post-content .encadre-corps>h2{margin:3rem 0 1.4rem}.post-content .encadre-corps>h2::before{counter-increment:chapitre;content:counter(chapitre,upper-roman)". ";color:var(--secondary)}.post-content .encadre-corps>h2:first-child{margin-top:0}.post-content .encadre-corps blockquote{border-left:2px solid var(--accent);font-style:italic}.post-content .encadre-corps .centre{text-align:center}.post-content .encadre-corps .droite{text-align:right}.post-content .encadre-corps .epigraphe{margin-bottom:2.5rem;color:var(--secondary)}.post-content .encadre-corps .pc{font-variant:small-caps}.post-content .encadre-nouvelle .encadre-tete{text-align:center;margin-bottom:1.8rem}.post-content .encadre-nouvelle .encadre-sommaire,.post-content .encadre-nouvelle .encadre-corps{max-width:37rem;margin-inline:auto}.post-content .encadre-nouvelle .encadre-sommaire{margin-bottom:2.4rem}.post-content .encadre-nouvelle .encadre-corps>h2{text-align:center;font-size:1.35rem}.post-content .encadre-essai .encadre-tete,.post-content .encadre-essai .encadre-corps{max-width:44rem;margin-inline:auto}.post-content .encadre-essai .encadre-tete{margin-bottom:1.6rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border)}.post-content .encadre-essai .encadre-sommaire{max-width:30rem;margin:0 auto 2.2rem max(0px,calc((100% - 44rem)/2))}.post-content .encadre-essai .encadre-corps>h2{font-size:1.25rem;margin:2.6rem 0 1.1rem}@media(max-width:640px){body{font-size:17px}.post-single,.not-found{padding:var(--gap)10px calc(var(--gap) + 6px)}.post-title{font-size:28px}.page-header h1{font-size:26px}}@media(max-width:500px){body{font-size:16px}}.page-footer .defilement-etat{margin:.6rem 0 0;font-size:.85em;color:var(--secondary);text-align:center}.post-content .post-video video{display:block;width:100%;height:auto;max-height:85vh;border-radius:var(--radius);background:#000}