@keyframes grow-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.progress{position:fixed;background:var(--progress_bar_color);z-index:10;left:0;top:99dvh;width:100vw;height:1dvh;transform-origin:0 50%;animation:grow-progress auto linear;animation-timeline:--page-scroll;animation-range:0% calc(100% - 8600px)}@media screen and (prefers-reduce-motion){.progress{animation:none}}.post-layout{display:flex;flex-direction:column;align-items:flex-start;gap:100px;width:100%}.post-container-header{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;align-items:center;gap:50px;width:100%}@media (max-width: 390px){.post-container-header-h1{font-size:1.5rem}}.post-container-header-img{display:flex;flex-direction:row;justify-content:center;align-items:center}.post-container-header-date-published{font-size:.8rem}.img-top{width:300px;max-width:100%;height:auto;z-index:9}.img-blur{width:300px;max-width:100%;height:auto;z-index:8;position:absolute;filter:blur(7px)}.post-container-header-h1{margin:0;padding:0;text-align:center}.post-body{display:flex;flex-direction:row;align-content:flex-start;justify-content:flex-start;align-items:flex-start;max-width:var(--max_width);width:100%}.post-body h1{display:none}.post-index{display:flex;flex-direction:column;gap:20px;position:sticky;top:var(--sticky_top_default);max-width:var(--max_width_index);max-height:100vh;overflow-y:auto;overflow-x:auto;margin-top:100px}@media (max-width: 1500px){.post-index{display:none}}.post-index a{text-decoration:none}.post-index h1,.post-index h2,.post-index h3,.post-index h4,.post-index h5,.post-index h6{margin:0;padding:0}.post-index h2{font-size:medium}.post-index h3{padding-left:6px;font-size:small}.post-index h4{padding-left:12px;font-size:smaller}.post-index h5{padding-left:18px;font-size:x-small}.post-index h6{padding-left:24px;font-size:x-small}.post-body-content{padding-left:20px;margin-left:50px;max-width:var(--max_width_content);width:100%}@media (max-width: 1500px){.post-body-content{padding-inline:0px;margin-left:0}}.post-body-content h2,.post-body-content h3{position:static}@keyframes reveral{entry 0% {transform: scale(.8) translateY(100px); opacity: 0;} entry 100% {transform: scale(1) translateY(0); opacity: 1;}}.post-body-content img{max-width:100%;height:auto;animation:auto linear reveral both;animation-timeline:view();animation-range:entry 50% cover 50%}@media screen and (prefers-reduce-motion){.post-body-content img{animation:none}}.section-block-markdown-cell p code,.section-block-markdown-cell table code,.section-block-markdown-cell ol li code,.section-block-markdown-cell ul li code,.section-block-markdown-cell .highlight,.section-block-markdown-cell h2 code,.section-block-markdown-cell h3 code,.section-block-markdown-cell h4 code,.section-block-markdown-cell h5 code,.section-block-markdown-cell h6 code,.post-index .anchor-link h2 code,.post-index .anchor-link h3 code,.post-index .anchor-link h4 code,.post-index .anchor-link h5 code,.post-index .anchor-link h6 code{background-color:var(--inline_code_block_background_color);color:var(--inline_code_block_font_color);border:1px solid var(--inline_code_block_border_color);padding:0 5px;border-radius:7px;opacity:.8;text-wrap:pretty}.section-block-markdown-cell .highlight{background-color:var(--highlight_code_block_background_color);color:var(--highlight_code_block_font_color);box-shadow:3px 3px 6px #ffffff4d;padding:10px;margin:20px;width:fit-content}.section-block-markdown-cell .highlight pre{text-wrap:pretty;word-break:break-word;margin:3px 0}.section-block-markdown-cell p,.section-block-code-cell- .input-code .highlight pre,.output-wrapper .output-area .output-subarea-output-stream-output-stdout-output-text pre,.output-wrapper .output-area .output-subarea-output-stream-output-stderr-output-text pre,.output-wrapper .output-area .output-text-output-subarea pre,.output-wrapper .output-area .output-text-output-subareaoutput_execute_result pre,pre,.output-wrapper .output-area .prompt-output-prompt .section-block-markdown-cell{text-wrap:pretty;word-break:break-word}p img{width:auto;height:auto}.input-cell-code .c,.input-cell-code .c1,.input-cell-code .cm,.input-cell-code .cs,.input-cell-code .ch{color:#79d779;font-style:italic}.input-cell-code .cp{color:#9c6500}.input-cell-code .cpf{color:#79d779;font-style:italic}.input-cell-code .k,.input-cell-code .kc,.input-cell-code .kd,.input-cell-code .kn{color:#ff8fff;font-weight:700}.input-cell-code .kp{color:#ff8fff}.input-cell-code .kr{color:#ff8fff;font-weight:700}.input-cell-code .kt{color:#b00040}.input-cell-code .s,.input-cell-code .s1,.input-cell-code .s2,.input-cell-code .sb,.input-cell-code .sc{color:#ffa63a}.input-cell-code .sd{color:#ffa63a;font-style:italic}.input-cell-code .se{color:#aa5d1f;font-weight:700}.input-cell-code .sh{color:#ffa63a}.input-cell-code .si{color:#a45a77;font-weight:700}.input-cell-code .sr{color:#a45a77}.input-cell-code .ss{color:#19177c}.input-cell-code .sx{color:var(--code_block_font_color)}.input-cell-code .sa,.input-cell-code .dl{color:#ffa63a}.input-cell-code .n{color:#a2c9db}.input-cell-code .na{color:#687822}.input-cell-code .nb{color:var(--code_block_font_color)}.input-cell-code .nc{color:#79d779;font-weight:700}.input-cell-code .nd{color:#a2f}.input-cell-code .ne{color:#79d779;font-weight:700}.input-cell-code .nf{color:#dfdf86}.input-cell-code .ni{color:#717171;font-weight:700}.input-cell-code .nl{color:#767600}.input-cell-code .nn{color:#79d779;font-weight:700}.input-cell-code .no{color:#800}.input-cell-code .nt{color:var(--code_block_font_color) font-weight: bold}.input-cell-code .nv{color:#19177c}.input-cell-code .bp{color:var(--code_block_font_color)}.input-cell-code .fm{color:#dfdf86}.input-cell-code .vc,.input-cell-code .vg,.input-cell-code .vi,.input-cell-code .vm{color:#19177c}.input-cell-code .m,.input-cell-code .mb,.input-cell-code .mf,.input-cell-code .mh,.input-cell-code .mi,.input-cell-code .mo,.input-cell-code .il{color:#ffffa6}.input-cell-code .o,.input-cell-code .ow{color:var(--code_block_font_color)}.input-cell-code .p{color:#ff0}.input-cell-code .w{color:#bbb}.input-cell-code .err{color:#e40000}.input-cell-code .hll{background-color:#ffc}.input-cell-code .gd{color:#a00000}.input-cell-code .ge{font-style:italic}.input-cell-code .ges{font-weight:700;font-style:italic}.input-cell-code .gr{color:#e40000}.input-cell-code .gh{color:navy;font-weight:700}.input-cell-code .gi{color:#008400}.input-cell-code .go{color:#717171}.input-cell-code .gp{color:navy;font-weight:700}.input-cell-code .gs{font-weight:700}.input-cell-code .gu{color:purple;font-weight:700}.input-cell-code .gt{color:#04d}.ansi-blue-fg{color:#9797ff}.ansi-cyan-fg{color:#0ff}.ansi-green-fg,.ansi-green-intense-fg{color:#50cb50}.ansi-bold{font-weight:700}.ansi-red-fg,.ansi-red-intense-fg{color:#fd7d7d;font-weight:700}.ansi-yellow-fg,.ansi-yellow-intense-fg{color:#ff0}.ansi-magenta-fg,.ansi-magenta-intense-fg{color:#ff57ff}.ansi-white-fg{color:#fff}.ansi-black-fg,.ansi-black-intense-fg{color:#000}.ansi-blue-intense-fg{color:#5c5cff;font-weight:700}.ansi-cyan-intense-fg{color:#0ff;font-weight:700}.ansi-default-inverse-fg{color:#000;background-color:#fff}.ansi-default-inverse-bg{background-color:#fff;color:#000}.ansi-yellow-bg{background-color:#ff0;color:#000}.l{color:#fff}.l-Scalar,.l-Scalar-Plain{color:#ba2121}.input-cell-code .l{color:#fff}.input-cell-code .l-Scalar,.input-cell-code .l-Scalar-Plain{color:#ba2121}.input-cell-code .nx{color:#fff}.math{font-style:italic;font-family:Computer Modern,"Latin Modern Math",Times New Roman,serif;line-height:1.4;color:var(--code_block_font_color)}.math-inline{font-style:italic;font-family:Computer Modern,"Latin Modern Math",Times New Roman,serif;padding:2px 4px;margin:0 2px;background-color:#ffffff0d;border-radius:3px;border:1px solid rgba(255,255,255,.1);display:inline-block;vertical-align:middle}.math-display{font-style:italic;font-family:Computer Modern,"Latin Modern Math",Times New Roman,serif;display:block;text-align:center;margin:20px auto;padding:15px 20px;border:1px solid var(--code_block_border_color);border-radius:7px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;max-width:100%;width:fit-content}.MathJax,.katex{font-size:1.1em!important}.MathJax_Display,.katex-display{margin:20px 0!important;padding:15px;background-color:var(--code_block_background_color);border:1px solid var(--code_block_border_color);border-radius:8px;overflow-x:auto}.math .mfrac,.katex .mfrac{vertical-align:middle}.math .msqrt,.katex .sqrt{padding:2px}.math .msubsup,.katex .msubsup{line-height:1.2}.math .matrix,.katex .matrix{padding:5px;border:1px solid rgba(255,255,255,.2);border-radius:4px}@media (max-width: 768px){.math-display{padding:10px;margin:15px 0;font-size:.9em}.math-inline{font-size:.95em}}.math-numbered{position:relative;padding-right:60px}.math-numbered:after{content:attr(data-equation-number);position:absolute;right:15px;top:50%;transform:translateY(-50%);font-style:normal;font-size:.9em;color:var(--inline_code_block_font_color);background-color:var(--inline_code_block_background_color);padding:2px 8px;border-radius:4px;border:1px solid var(--inline_code_block_border_color)}.math .symbol{font-weight:700;color:#ffa63a}.math .operator{color:#ff8fff;font-weight:700;margin:0 2px}.math .variable{color:#a2c9db;font-style:italic}.math .constant{color:var(--code_block_font_color);font-weight:700}.math-display{animation:auto linear reveral both;animation-timeline:view();animation-range:entry 70% cover 30%}@media screen and (prefers-reduce-motion){.math-display{animation:none}}.latex-code{font-family:Fira Code,Consolas,monospace;background-color:var(--inline_code_block_background_color);color:var(--inline_code_block_font_color);padding:2px 6px;border-radius:4px;font-size:.9em;border:1px solid var(--inline_code_block_border_color)}.math-display:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px);transition:all .3s ease}@media screen and (prefers-reduce-motion){.math-display:hover{transform:none}}.math-fraction{display:inline-block;vertical-align:middle;text-align:center;font-style:italic;margin:0 2px}.math-fraction-numerator{display:block;border-bottom:1px solid currentColor;padding-bottom:2px;margin-bottom:2px;font-size:.9em;line-height:1}.math-fraction-denominator{display:block;padding-top:2px;margin-top:2px;font-size:.9em;line-height:1}.math-inline .math-fraction{font-size:.85em;margin:0 1px}.math-inline .math-fraction-numerator,.math-inline .math-fraction-denominator{font-size:.8em;padding:1px 0;margin:1px 0}.math-display .math-fraction{font-size:1.1em;margin:0 3px}.math-display .math-fraction-numerator,.math-display .math-fraction-denominator{font-size:1em;padding:3px 0;margin:2px 0}.math-fraction .math-fraction{font-size:.8em;margin:0 1px}.math-fraction .math-fraction-numerator,.math-fraction .math-fraction-denominator{font-size:.75em;padding:1px 0;margin:1px 0}@media (max-width: 768px){.math-fraction{font-size:.9em}.math-inline .math-fraction{font-size:.8em}.math-display .math-fraction{font-size:1em}}blockquote{background-color:var(--code_block_background_color);color:var(--code_block_font_color);border-left:5px solid var(--code_block_border_color);padding:2px 0 2px 10px;margin-left:20px}@media (max-width: 418px){h3 a img{width:15px}h4 a img{width:14px}h5 a img{width:13px}}iframe{width:100%;height:100vh;border:1px solid var(--inline_code_background_color);box-shadow:3px 3px 6px #ffffff4d;border-radius:7px}.output-wrapper,.output-area,.output-html-rendered-html-output-subareaoutput_execute_result{width:100%;max-width:100%}.output-html-rendered-html-output-subareaoutput_execute_result div{width:100%;max-width:100vw;white-space:nowrap}table{overflow-x:auto;max-width:100%;white-space:nowrap}table thead tr th,table tbody tr td,li{text-wrap:pretty;word-break:break-word}
