.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.markdown-body{background-color:var(--background);color:var(--foreground)}.markdown-body a,.markdown-body a:hover{color:var(--primary)}.markdown-body em,.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6,.markdown-body p{border-color:var(--border);background-color:var(--background);color:var(--foreground)}.markdown-body table{width:100%!important;min-width:100%!important;margin:20px 0;border-collapse:collapse;border-spacing:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);display:table!important}.markdown-body table td,.markdown-body table th{min-width:80px}.markdown-body table thead,.markdown-body table thead tr{background:linear-gradient(135deg,#07c160,#05a850)}.markdown-body table thead th,.markdown-body table thead tr th,.markdown-body table>thead>tr>th{color:#fff!important;font-weight:700!important;text-align:left!important;padding:12px 16px!important;font-size:15px!important;border:none!important;background:transparent!important}.markdown-body table tbody tr{transition:background-color .2s ease}.markdown-body table tbody tr:nth-child(2n){background:#f9f9f9}.markdown-body table tbody tr:hover{background:rgba(7,193,96,.05)}.markdown-body table tbody td,.markdown-body table tbody tr td{padding:12px 16px;font-size:14px;color:#333;border:1px solid #e8e8e8;border-right:none;border-left:none;word-wrap:break-word;overflow-wrap:break-word}.markdown-body table tbody tr:last-child td{border-bottom:none}.dark .markdown-body table{background:transparent!important;box-shadow:0 2px 8px rgba(0,0,0,.3)}.dark .markdown-body table tbody tr{background:#18181b}.dark .markdown-body table tbody tr:nth-child(2n){background:#27272a}.dark .markdown-body table tbody tr:hover{background:rgba(7,193,96,.1)}.dark .markdown-body table tbody td,.dark .markdown-body table tbody tr td{color:#e4e4e7;border-color:#3f3f46}.markdown-body pre{background-color:var(--background);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem;overflow-x:auto}.markdown-body pre code{white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.markdown-body ol,.markdown-body ul{padding-left:1.5em!important}.markdown-body ul{list-style-type:disc!important}.markdown-body ol{list-style-type:decimal!important}.markdown-body ul ul{list-style-type:circle!important;padding-left:1.5em!important}.markdown-body ul ul ul{list-style-type:square!important}.markdown-body li{margin-top:.25em!important;margin-bottom:.25em!important}#nice{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;padding:20px}#nice p{margin:16px 0;line-height:1.8;letter-spacing:.5px;font-size:16px;color:#333;word-break:break-word;text-align:left}#nice h1{font-size:28px;font-weight:700;color:#07c160;text-align:center;padding:10px 0 15px;margin:30px 0 20px;border-bottom:2px solid #07c160;position:relative}#nice h1:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#07c160;border-radius:2px}#nice h1 a{color:#07c160;border-bottom-color:rgba(7,193,96,.5)}#nice h1 a:hover{color:#05a850;border-bottom-color:#07c160}#nice h2{font-size:22px;font-weight:700;color:#fff;background:linear-gradient(135deg,#07c160,#05a850);display:inline-block;padding:8px 20px;margin:30px 0 20px;border-radius:6px;box-shadow:0 2px 8px rgba(7,193,96,.3);position:relative}#nice h2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:rgba(255,255,255,.3);border-radius:6px 0 0 6px}#nice h2 a{color:#fff;border-bottom-color:rgba(255,255,255,.5)}#nice h2 a:hover{color:#fff;border-bottom-color:#fff}#nice h3{font-size:20px;font-weight:700;color:#333;border-left:5px solid #07c160;padding-left:15px;margin:25px 0 15px;line-height:1.4}#nice h3 a,#nice h4{color:#07c160;font-weight:700}#nice h4{font-size:18px;margin:20px 0 12px;padding-left:10px;border-left:3px solid #07c160}#nice h4 a{color:#07c160;font-weight:700}#nice h5{font-size:16px;font-weight:700;color:#666;margin:18px 0 10px}#nice h5 a{color:#07c160;font-weight:700}#nice h6{font-size:15px;font-weight:700;color:#888;margin:16px 0 8px}#nice ul{margin:16px 0;padding-left:30px;list-style:disc}#nice ul li{margin:8px 0;padding-left:8px;line-height:1.8;font-size:15px;color:#333}#nice ul li::marker{color:#07c160}#nice ol{margin:16px 0;padding-left:30px;list-style:decimal}#nice ol li{margin:8px 0;padding-left:8px;line-height:1.8;font-size:15px;color:#333}#nice ol li::marker{color:#07c160;font-weight:700}#nice blockquote{margin:20px 0;padding:15px 20px;border-left:5px solid #07c160;border-radius:0 6px 6px 0;background:linear-gradient(90deg,rgba(7,193,96,.05),rgba(7,193,96,.02));position:relative}#nice blockquote:before{content:'"';position:absolute;top:10px;left:10px;font-size:30px;color:rgba(7,193,96,.3);font-family:Georgia,serif;line-height:1}#nice blockquote p{margin:8px 0;padding-left:20px;color:#555;background-color:transparent;font-size:15px;line-height:1.8;text-indent:0}#nice blockquote p:first-child{margin-top:0}#nice blockquote p:last-child{margin-bottom:0}#nice a{color:#07c160;text-decoration:none;border-bottom:1px solid rgba(7,193,96,.3);transition:all .3s ease;padding-bottom:2px}#nice a:hover{color:#05a850;border-bottom-color:#07c160}#nice strong{font-weight:700;color:inherit}#nice em{font-style:italic;color:#666}#nice em strong,#nice strong em{font-weight:700;font-style:italic;color:inherit}#nice hr{height:1px;margin:30px 0;padding:0;border:none;background:linear-gradient(90deg,transparent,#07c160,transparent);opacity:.3}#nice img{max-width:60%;height:auto;display:block;margin:20px 0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}#nice img:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15)}#nice figcaption{display:block;text-align:center;font-size:13px;color:#999;margin-top:8px;font-style:italic}#nice code{padding:2px 6px;margin:0 2px;font-size:14px;background:rgba(7,193,96,.1);color:#07c160;border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;word-break:break-word}#nice pre{margin:20px 0;padding:0;border-radius:8px;background:#f6f8fa;overflow:auto;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative}#nice pre code{display:block;padding:16px 20px;overflow-x:auto;background:transparent;color:#333;font-size:14px;line-height:1.6;font-family:Consolas,Monaco,Courier New,monospace;white-space:pre-wrap;word-wrap:break-word;word-break:break-all}#nice pre code::-webkit-scrollbar{height:8px}#nice pre code::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}#nice pre code::-webkit-scrollbar-track{background:#f0f0f0}.code-copy-button{position:absolute;top:8px;right:8px;padding:6px 8px;background:rgba(255,255,255,.9);border:1px solid #e1e4e8;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#586069;z-index:10}.code-copy-button:hover{background:#fff;border-color:#07c160;color:#07c160}.code-copy-button svg{width:16px;height:16px}#nice table{width:100%;margin:20px 0;border-collapse:collapse;border-spacing:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}#nice table thead{background:linear-gradient(135deg,#07c160,#05a850)}#nice table thead th,#nice table thead tr th,#nice table>thead>tr>th{color:#fff!important;font-weight:700!important;text-align:left!important;padding:12px 16px!important;font-size:15px!important;border:none!important;background:transparent!important}#nice table tbody tr{transition:background-color .2s ease}#nice table tbody tr:nth-child(2n){background:#f9f9f9}#nice table tbody tr:hover{background:rgba(7,193,96,.05)}#nice table tbody td,#nice table tbody tr td{padding:12px 16px;font-size:14px;color:#333;border:1px solid #e8e8e8;border-right:none;border-left:none}#nice table tbody tr:last-child td{border-bottom:none}#nice del{text-decoration:line-through;color:#999;opacity:.7}#nice input[type=checkbox]{margin-right:8px;accent-color:#07c160}#nice .footnote-ref{color:#07c160;font-size:12px;vertical-align:super}#nice .footnotes{margin-top:40px;padding-top:20px;border-top:1px solid #e8e8e8;font-size:14px;color:#666}#nice .katex{font-size:1.1em}#nice .katex-display{margin:20px 0;overflow-x:auto;overflow-y:hidden}@media (max-width:768px){#nice{padding:12px}#nice h1{font-size:24px}#nice h2{font-size:20px;padding:6px 16px}#nice h3{font-size:18px}#nice p{font-size:15px}#nice pre code,#nice table{font-size:13px}}@media (prefers-color-scheme:dark){#nice,#nice h3,#nice p{color:#e4e4e7}#nice h5{color:#a1a1aa}#nice h6{color:#71717a}#nice blockquote{background:linear-gradient(90deg,rgba(7,193,96,.1),rgba(7,193,96,.05))}#nice blockquote p{color:#d4d4d8}#nice em{color:#a1a1aa}#nice img{box-shadow:0 4px 12px rgba(0,0,0,.3)}#nice img:hover{box-shadow:0 6px 16px rgba(0,0,0,.4)}#nice figcaption{color:#71717a}#nice code{background:rgba(7,193,96,.15);color:#4ade80}#nice pre{background:#1e1e1e;box-shadow:0 2px 8px rgba(0,0,0,.3)}#nice pre code{color:#e4e4e7}#nice pre code::-webkit-scrollbar-thumb{background:#52525b}#nice pre code::-webkit-scrollbar-track{background:#27272a}#nice table{box-shadow:0 2px 8px rgba(0,0,0,.3)}#nice table thead th,#nice table thead tr th,#nice table>thead>tr>th{color:#fff!important;background:transparent!important}#nice table tbody tr:nth-child(2n){background:#27272a}#nice table tbody tr:hover{background:rgba(7,193,96,.1)}#nice table tbody td,#nice table tbody tr td{color:#e4e4e7;border-color:#3f3f46}#nice ol li,#nice ul li{color:#e4e4e7}#nice .footnotes{border-top-color:#3f3f46;color:#a1a1aa}}.dark #nice,.dark #nice h3,.dark #nice p{color:#e4e4e7}.dark #nice h5{color:#a1a1aa}.dark #nice h6{color:#71717a}.dark #nice blockquote{background:linear-gradient(90deg,rgba(7,193,96,.1),rgba(7,193,96,.05))}.dark #nice blockquote p{color:#d4d4d8}.dark #nice em{color:#a1a1aa}.dark #nice img{box-shadow:0 4px 12px rgba(0,0,0,.3)}.dark #nice img:hover{box-shadow:0 6px 16px rgba(0,0,0,.4)}.dark #nice figcaption{color:#71717a}.dark #nice code{background:rgba(7,193,96,.15);color:#4ade80}.dark #nice pre{background:#1e1e1e;box-shadow:0 2px 8px rgba(0,0,0,.3)}.dark #nice pre code{color:#e4e4e7}.dark #nice pre code::-webkit-scrollbar-thumb{background:#52525b}.dark #nice pre code::-webkit-scrollbar-track{background:#27272a}.dark .code-copy-button{background:rgba(39,39,42,.9);border-color:#3f3f46;color:#a1a1aa}.dark .code-copy-button:hover{background:#27272a;border-color:#07c160;color:#07c160}.dark #nice table{box-shadow:0 2px 8px rgba(0,0,0,.3)}.dark #nice table thead th,.dark #nice table thead tr th,.dark #nice table>thead>tr>th{color:#fff!important;background:transparent!important}.dark #nice table tbody tr:nth-child(2n){background:#27272a}.dark #nice table tbody tr:hover{background:rgba(7,193,96,.1)}.dark #nice table tbody td,.dark #nice table tbody tr td{color:#e4e4e7;border-color:#3f3f46}.dark #nice ol li,.dark #nice ul li{color:#e4e4e7}.dark #nice .footnotes{border-top-color:#3f3f46;color:#a1a1aa}