:root{--bg-color:#fff;--bg-color-200:#fbfbfb;--bg-color-400:#f0f0f0;--font-color:#1c1c1c;--font-color-200:#252525;--font-color-400:#9e9e9e;--font-menu-hover-color:#000;--font-placeholder-color:#e2e8f0;--font-disabled-color:#999;--selected-color:#e73e54;--box-shadow:inset 0 -1px 0 0 #eaeaea;--img-border-radius:8px;--link-color:#1a0dab;--code-block-bg:#f5f6f9;--code-block-text-color:#2a2a2a;--code-block-keyword:#651fff;--code-block-comment:#467790;--code-block-string:#da0079;--code-block-attr:#225f7e;--primary-color:#f8ce5f;--white:#fff;--light-gray:#f0f0f0;--lighten-blue:#eaecef;--light-blue:#e4e6eb;--blue-gray:#697177;--gray:#9e9e9e;--dark:#111;--dark-blue:#1e2943;--background-color:var(--white);--header-menu-color:var(--white);--background-alt-color:var(--lighten-blue);--background-alt-color-2:var(--light-blue);--text-color:var(--dark);--text-alt-color:var(--blue-gray);--heading-font-color:var(--dark);--link-color:var(--dark);--link-color-hover:var(--dark);--button-color:#320101;--button-background-color:var(--primary-color);--button-background-hover:#edc352;--border-color:var(--light-blue);--border-alt-color:var(--white);--th-color:var(--light-gray);--tr-color:var(--light-gray);--syntax-highlighting-background:var(--light-gray);--theme-toggle-classic-duration:500ms;--code-highlight-bg:#e4e4e4;--dot-color:rgba(0,0,0,.2)}:root[data-theme=dark]{--bg-color:#1d1e22;--bg-color-200:#1d1d1d;--bg-color-400:#171717;--font-color:#fff;--font-color-200:hsla(0,0%,100%,.8);--font-color-400:hsla(0,0%,100%,.6);--font-menu-hover-color:#e2e8f0;--font-placeholder-color:#e2e8f0;--font-disabled-color:#e2e8f0;--selected-color:#e73e54;--box-shadow:inset 0 -1px 0 0 #333;--link-color:#8ab4f8;--code-block-bg:#292d3e;--code-block-text-color:#959dcb;--code-block-keyword:#c792ea;--code-block-comment:#676e95;--code-block-string:#f07178;--code-block-attr:#ffcb6b;--primary-color:#fbdab1;--white:#fff;--light-gray:#f5f5f5;--gray:#9a9a9a;--dark:#2a2b2d;--dark-blue:#181818;--background-color:var(--dark-blue);--header-menu-color:var(--dark);--background-alt-color:var(--dark);--background-alt-color-2:#262729;--text-color:var(--gray);--text-alt-color:var(--gray);--heading-font-color:var(--light-gray);--link-color:var(--light-gray);--link-color-hover:var(--light-gray);--button-color:var(--dark);--button-background-color:var(--primary-color);--button-background-hover:#d3b795;--border-color:#333;--border-alt-color:#333;--th-color:var(--dark);--tr-color:var(--dark);--syntax-highlighting-background:var(--dark);--code-highlight-bg:#212538;--dot-color:hsla(0,0%,100%,.2)}.github-link:before{background-position:50%;background-repeat:no-repeat;background-size:20px;content:"";display:inline-block;height:20px;margin:0 4px;vertical-align:sub;width:20px}@font-face{font-display:fallback;font-family:consolas;src:url(https://static.kelen.cc/fonts/consolas/Consolas.woff2)format("woff2"),url(https://static.kelen.cc/fonts/consolas/Consolas.woff)format("woff"),url(https://static.kelen.cc/fonts/consolas/Consolas.ttf)format("truetype"),url(https://static.kelen.cc/fonts/consolas/Consolas.eot)format("embedded-opentype"),url(https://static.kelen.cc/fonts/consolas/Consolas.svg)format("svg")}@font-face{font-display:fallback;font-family:jetbrains-mono;src:url(https://static.kelen.cc/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2)format("woff2"),url(https://static.kelen.cc/fonts/jetbrains-mono/JetBrainsMono-Regular.woff)format("woff")}@font-face{font-display:fallback;font-family:poppins;src:url(https://static.kelen.cc/fonts/poppins/poppins-regular-webfont.woff2)format("woff2"),url(https://static.kelen.cc/fonts/poppins/poppins-regular-webfont.woff)format("woff")}body,html{background-color:#fff;background-color:var(--bg-color);color:#1c1c1c;color:var(--font-color);font-family:poppins,-apple-system,Arial,sans-serif,BlinkMacSystemFont,PingFang SC;width:100%;-webkit-text-size-adjust:100%;font-display:fallback;scroll-padding-top:64px}body{padding-top:64px}html{overflow-x:hidden}a{color:#111;color:var(--link-color);-webkit-text-decoration:none;text-decoration:none}.a__hover{text-decoration-thickness:1.5px;text-underline-offset:3px}.a__hover:hover{-webkit-text-decoration:underline;text-decoration:underline}.unstyle-a{color:#252525!important;color:var(--font-color-200)!important}a,button,div,input,textarea{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4{color:#1c1c1c;color:var(--font-color);line-height:1.5;word-break:break-word}.flex-1{flex:1}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background-color:transparent;border-radius:0}::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#d6dee1;border:4px solid transparent;border-radius:0}::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}::-moz-placeholder{color:#252525;color:var(--font-color-200)}::placeholder{color:#252525;color:var(--font-color-200)}::view-transition-group(root){animation-duration:.7s;animation-timing-function:var(--expo-out)}::view-transition-new(root){animation-name:reveal-light}.dark::view-transition-old(root),::view-transition-old(root){z-index:-1}.dark::view-transition-new(root){animation-name:reveal-dark}@keyframes reveal-dark{0%{clip-path:polygon(50% -71%,-50% 71%,50% 171%,171% 50%)}to{clip-path:polygon(50% -71%,-50% 71%,-50% 71%,50% -71%)}}@keyframes reveal-light{0%{clip-path:polygon(171% 50%,50% 171%,50% 171%,171% 50%)}to{clip-path:polygon(171% 50%,50% 171%,-50% 71%,50% -71%)}}[data-theme=dark] .scroll-top svg{fill:#1c1c1c!important;fill:var(--font-color)!important}.scroll-top{bottom:30px;cursor:pointer;display:inline-block;position:fixed;right:30px;transform:scale3d(0,0,0);transition:transform .4s ease;width:30px;z-index:99}.scale-in{transform:scaleX(1)}.adsbygoogle{margin:0 auto;text-align:center}.adsbygoogle[data-ad-status=unfilled]{display:none!important}.adsbygoogle[data-ad-status=unfilled]+.ads-loading{display:none}.adsbygoogle[data-ad-status=filled]{display:block!important}.adsbygoogle[data-ad-status=filled]+.ads-loading{display:none}.google-ad-row{align-items:center;background-color:#fbfbfb;background-color:var(--bg-color-200);display:flex;justify-content:center;margin:32px auto;max-width:100%;position:relative;width:100%}.google-ad-row .ads-loading{height:100%;left:0;position:absolute;top:0;width:100%}.google-ad-row .ads-loading:before{animation:progress-sze6ck 2s infinite backwards;background:linear-gradient(0deg,#2e52a4,#2e52a4 50%,transparent 0,transparent);background-repeat:no-repeat;background-size:100% 200%;border:5px solid #dfdfdf;border-radius:12px;content:" ";display:block;height:48px;left:calc(50% - 9px);position:absolute;top:calc(50% - 24px);width:18px}@media screen and (max-width:768px){.google-ad-row{margin:12px auto}}ins{background-color:#fbfbfb;background-color:var(--bg-color-200);min-height:120px!important;position:relative}ins:before{align-items:center;color:#848484;content:"ADVERTISEMENT";display:flex;font-size:16px;font-weight:400;height:100%;justify-content:center;left:0;opacity:.5;position:absolute;top:0;width:100%}@keyframes progress-sze6ck{0%{background-position:0 0;transform:rotate(0)}25%{background-position:0 100%;transform:rotate(0)}50%{background-position:0 100%;transform:rotate(180deg)}75%{background-position:0 200%;transform:rotate(180deg)}to{background-position:0 200%;transform:rotate(1turn)}}.google-ad-col{height:360px;margin-top:18px;width:100%}._cat{color:#252525;color:var(--font-color-200);font-size:14px;font-weight:500;margin-bottom:16px;position:relative;text-transform:uppercase;z-index:99}._textLineAnimation{background-image:linear-gradient(transparent calc(100% - 2px),#1c1c1c 2px);background-image:linear-gradient(transparent calc(100% - 2px),var(--font-color) 2px);background-repeat:no-repeat;background-size:0 100%;transition:background-size 1s}._textLineAnimation:hover{background-size:100% 100%}._small-article-title{color:#1c1c1c;color:var(--font-color);font-size:24px;font-weight:700;line-height:1.4;margin:12px 0}._small-article-desc{color:#252525;color:var(--font-color-200);display:-webkit-box;font-size:16px;line-height:1.5;margin-bottom:5px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-box-pack:center;align-items:center}.mb-24{margin-bottom:24px!important}.horizontal-line{background-color:#fbfbfb;background-color:var(--bg-color-200);height:1px;margin:32px 0;width:100%}.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{transition:all .3s ease-in-out}@media(min-width:1100px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1100px!important;padding:0 24px}}@media(min-width:1500px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px!important;padding:0 32px}}.font-12{font-size:12px}.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-box-pack:center;align-items:center}.max-width-1024{margin:0 auto;max-width:1024px}.theme-toggle__classic{height:28px;width:28px}.square{border-radius:8px;overflow:hidden;padding-top:100%;position:relative;width:100%}.article-tag{background-color:#eaecef;background-color:var(--background-alt-color);border-radius:60px;color:#111;color:var(--heading-font-color);margin:3px 6px 3px 0;padding:6px 16px;text-transform:capitalize;transition:all .2s}.article-date,.article-tag{font-size:12px;font-weight:500}.article-date{color:#697177;color:var(--text-alt-color);line-height:1;text-transform:uppercase}.section-title-wrap{margin-bottom:32px}.section-title{font-size:32px;margin-bottom:0}.section-inner{border-bottom:1px solid #e4e6eb;border-bottom:1px solid var(--border-color)}.see-more{align-items:center;background:#f8ce5f;background:var(--button-background-color);border:none;border-radius:60px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;outline:none;padding:8px 18px;-webkit-text-decoration:none;text-decoration:none;transition:all .2s;will-change:transform}.see-more,.see-more:hover{color:#320101;color:var(--button-color)}.see-more:hover{background:#edc352;background:var(--button-background-hover)}.header{align-items:center;backdrop-filter:saturate(180%)blur(20px);-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid rgba(0,0,0,.1);color:#1c1c1c;color:var(--font-color);display:flex;height:64px;left:0;position:fixed;right:0;top:0;transition:all .3s ease;width:100%;z-index:999}[data-theme=dark] .header{background-color:rgba(29,29,31,.8);border-bottom:1px solid hsla(0,0%,100%,.1)}.header .header-logo-wrap{line-height:0;margin-right:20px;width:80px}.header .header-logo-wrap .header-logo{align-items:center;color:#1c1c1c;color:var(--font-color);display:inline-flex;font-weight:bolder;position:relative;transition:opacity .3s ease;z-index:10}.header .header-logo-wrap .header-logo:hover{opacity:.7}.header .header-toggle-btn{display:none;font-size:36px;z-index:1001}.header .menu-wrap{flex:1;position:relative}.header .menu{align-items:center;display:flex;justify-content:flex-start;list-style:none;margin:0;padding:0}.header .menu .menu-item{margin:0 8px;position:relative}.header .menu .menu-item>.menu-text,.header .menu .menu-item>a{border-radius:6px;color:#1c1c1c;color:var(--font-color);cursor:pointer;display:block;font-weight:400;padding:8px 12px;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;white-space:nowrap}.header .menu .menu-item>.menu-text:hover,.header .menu .menu-item>a:hover{color:#1c1c1c;color:var(--font-color)}.header .menu .menu-item .sub-menu{border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,8%);line-height:1.2;list-style:none;margin:0;min-width:200px;opacity:0;padding:12px 0;top:calc(100% + 8px);transform:translateX(-50%)translateY(-10px);transition:opacity .3s cubic-bezier(.25,.46,.45,.94),visibility .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden;z-index:1000}.header .menu .menu-item .sub-menu,.header .menu .menu-item .sub-menu:before{backdrop-filter:saturate(180%)blur(20px);-webkit-backdrop-filter:saturate(180%)blur(20px);background:hsla(0,0%,100%,.95);border:1px solid rgba(0,0,0,8%);left:50%;position:absolute}.header .menu .menu-item .sub-menu:before{border-bottom:none;border-right:none;content:"";height:12px;top:-6px;transform:translateX(-50%)rotate(45deg);width:12px}[data-theme=dark] .header .menu .menu-item .sub-menu{background:rgba(29,29,31,.95);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 8px 32px rgba(0,0,0,.4),0 2px 8px rgba(0,0,0,.2)}[data-theme=dark] .header .menu .menu-item .sub-menu:before{background:rgba(29,29,31,.95);border-color:hsla(0,0%,100%,.12)}.header .menu .menu-item .sub-menu li{margin:0}.header .menu .menu-item .sub-menu li:first-child a{border-top-left-radius:12px;border-top-right-radius:12px}.header .menu .menu-item .sub-menu li:last-child a{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.header .menu .menu-item .sub-menu li a{border-bottom:1px solid rgba(0,0,0,4%);color:#1c1c1c;color:var(--font-color);display:block;font-size:15px;font-weight:500;padding:14px 20px;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:color .2s ease,-webkit-text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease,-webkit-text-decoration .2s ease}[data-theme=dark] .header .menu .menu-item .sub-menu li a{border-bottom-color:hsla(0,0%,100%,6%)}.header .menu .menu-item .sub-menu li a:hover{color:#f8ce5f;color:var(--primary-color,#007aff);-webkit-text-decoration:underline;text-decoration:underline}.header .menu .menu-item .sub-menu li:last-child a{border-bottom:none}.header .menu .menu-item:hover .sub-menu{opacity:1;transform:translateX(-50%)translateY(0);visibility:visible}.header .header-search{align-items:center;background:rgba(0,0,0,4%);border-radius:18px;display:inline-flex;height:36px;margin-left:auto;min-width:200px;padding:0 16px;position:relative;transition:all .3s ease}[data-theme=dark] .header .header-search{background:hsla(0,0%,100%,8%)}.header .header-search:focus-within{background:rgba(0,0,0,8%);transform:scale(1.02)}[data-theme=dark] .header .header-search:focus-within{background:hsla(0,0%,100%,.12)}.header .header-search .header-search__icon{color:rgba(0,0,0,.6);font-size:16px;left:16px;position:absolute;transition:color .3s ease}[data-theme=dark] .header .header-search .header-search__icon{color:hsla(0,0%,100%,.6)}.header .header-search .header-search__input{background:0 0;border:none;border-radius:0;color:#1c1c1c;color:var(--font-color);font-size:14px;height:100%;outline:none;padding-left:24px;padding-right:8px;width:100%;z-index:1}.header .header-search .header-search__input::-moz-placeholder{color:rgba(0,0,0,.5);font-size:14px}.header .header-search .header-search__input::placeholder{color:rgba(0,0,0,.5);font-size:14px}[data-theme=dark] .header .header-search .header-search__input::-moz-placeholder{color:hsla(0,0%,100%,.5)}[data-theme=dark] .header .header-search .header-search__input::placeholder{color:hsla(0,0%,100%,.5)}.header .header-search .header-search__border-helper{display:none}.mobile-menu-overlay{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(0,0,0,.4);height:100vh;opacity:0;pointer-events:none;transition:all .3s ease;visibility:hidden;z-index:997}.mobile-menu,.mobile-menu-overlay{left:0;position:fixed;top:0;width:100%}.mobile-menu{backdrop-filter:saturate(180%)blur(20px);-webkit-backdrop-filter:saturate(180%)blur(20px);background:hsla(0,0%,100%,.95);display:flex;flex-direction:column;height:100%;transform:translateY(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:998}[data-theme=dark] .mobile-menu{background:rgba(28,28,28,.95)}.mobile-menu .mobile-search-fixed{backdrop-filter:saturate(180%)blur(20px);-webkit-backdrop-filter:saturate(180%)blur(20px);background:hsla(0,0%,100%,.95);border-bottom:1px solid rgba(0,0,0,8%);padding:80px 20px 16px;position:sticky;top:0;z-index:999}[data-theme=dark] .mobile-menu .mobile-search-fixed{background:rgba(28,28,28,.95);border-bottom:1px solid hsla(0,0%,100%,.1)}.mobile-menu .mobile-search-fixed .header-search{align-items:center;background:rgba(0,0,0,4%);border-radius:18px;display:inline-flex;height:36px;margin:0;min-width:auto;padding:0 16px;position:relative;transition:all .3s ease;width:100%}[data-theme=dark] .mobile-menu .mobile-search-fixed .header-search{background:hsla(0,0%,100%,8%)}.mobile-menu .mobile-search-fixed .header-search:focus-within{background:rgba(0,0,0,8%);transform:scale(1.02)}[data-theme=dark] .mobile-menu .mobile-search-fixed .header-search:focus-within{background:hsla(0,0%,100%,.12)}.mobile-menu .mobile-search-fixed .header-search .header-search__icon{color:rgba(0,0,0,.6);font-size:16px;left:16px;position:absolute;transition:color .3s ease}[data-theme=dark] .mobile-menu .mobile-search-fixed .header-search .header-search__icon{color:hsla(0,0%,100%,.6)}.mobile-menu .mobile-search-fixed .header-search .header-search__input{background:0 0;border:none;border-radius:0;color:#1c1c1c;color:var(--font-color);font-size:14px;height:100%;outline:none;padding-left:24px;padding-right:8px;width:100%;z-index:1}.mobile-menu .mobile-search-fixed .header-search .header-search__input::-moz-placeholder{color:rgba(0,0,0,.5);font-size:14px}.mobile-menu .mobile-search-fixed .header-search .header-search__input::placeholder{color:rgba(0,0,0,.5);font-size:14px}[data-theme=dark] .mobile-menu .mobile-search-fixed .header-search .header-search__input::-moz-placeholder{color:hsla(0,0%,100%,.5)}[data-theme=dark] .mobile-menu .mobile-search-fixed .header-search .header-search__input::placeholder{color:hsla(0,0%,100%,.5)}.mobile-menu .mobile-search-fixed .header-search .header-search__border-helper{display:none}.mobile-menu .mobile-menu-content{flex:1;overflow-y:auto;padding:12px;-webkit-overflow-scrolling:touch}.mobile-menu .mobile-menu-content .mobile-menu-item{margin-bottom:8px}.mobile-menu .mobile-menu-content .mobile-menu-item>.menu-text,.mobile-menu .mobile-menu-content .mobile-menu-item>a{background:rgba(0,0,0,2%);border-radius:12px;color:#1c1c1c;color:var(--font-color);cursor:pointer;display:block;font-size:17px;font-weight:400;padding:16px 20px;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}[data-theme=dark] .mobile-menu .mobile-menu-content .mobile-menu-item>.menu-text,[data-theme=dark] .mobile-menu .mobile-menu-content .mobile-menu-item>a{background:hsla(0,0%,100%,5%)}.mobile-menu .mobile-menu-content .mobile-menu-item>.menu-text:active,.mobile-menu .mobile-menu-content .mobile-menu-item>.menu-text:hover,.mobile-menu .mobile-menu-content .mobile-menu-item>a:active,.mobile-menu .mobile-menu-content .mobile-menu-item>a:hover{background:rgba(0,0,0,6%);transform:scale(.98)}[data-theme=dark] .mobile-menu .mobile-menu-content .mobile-menu-item>.menu-text:active,[data-theme=dark] .mobile-menu .mobile-menu-content .mobile-menu-item>.menu-text:hover,[data-theme=dark] .mobile-menu .mobile-menu-content .mobile-menu-item>a:active,[data-theme=dark] .mobile-menu .mobile-menu-content .mobile-menu-item>a:hover{background:hsla(0,0%,100%,.1)}.mobile-menu .mobile-menu-content .mobile-menu-item .mobile-sub-menu{background:0 0;border-radius:0;list-style:none;margin:8px 0 0;overflow:visible;padding:0}.mobile-menu .mobile-menu-content .mobile-menu-item .mobile-sub-menu li{line-height:1.2;margin:0}.mobile-menu .mobile-menu-content .mobile-menu-item .mobile-sub-menu li a{background:0 0;border-bottom:1px solid rgba(0,0,0,.1);color:#1c1c1c;color:var(--font-color);display:block;font-size:15px;padding:12px 20px 12px 40px;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease}[data-theme=dark] .mobile-menu .mobile-menu-content .mobile-menu-item .mobile-sub-menu li a{border-bottom:1px solid hsla(0,0%,100%,.15)}.mobile-menu .mobile-menu-content .mobile-menu-item .mobile-sub-menu li a:active,.mobile-menu .mobile-menu-content .mobile-menu-item .mobile-sub-menu li a:hover{background:0 0;color:#f8ce5f;color:var(--primary-color,#007aff);padding-left:44px}.mobile-menu .mobile-menu-content .mobile-menu-item .mobile-sub-menu li a:last-child{border-bottom:none}.mobile-menu-open{overflow:hidden}.mobile-menu-open .mobile-menu-overlay{opacity:1;pointer-events:auto;visibility:visible}.mobile-menu-open .mobile-menu{transform:translateY(0)}@media screen and (max-width:820px){.header .header-search{display:none!important}.header .header-left{flex:1}.header .menu,.header .menu-wrap{display:none!important}.header .header-toggle-btn{display:block!important}.menu,.menu-wrap{display:none!important}}@media screen and (min-width:821px){.mobile-menu,.mobile-menu-overlay{display:none!important}}.headroom{transition:transform .2s linear;will-change:transform}.headroom--pinned{box-shadow:inset 0 -1px #eaeaea;box-shadow:var(--box-shadow);transform:translateY(0)}.headroom--unpinned{transform:translateY(-100%)}.menu-ham{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .4s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:999}.menu-ham .bottom,.menu-ham .top{stroke-dasharray:40 121}.menu-ham.active .bottom,.menu-ham.active .top{stroke-dashoffset:-68px}.menu-ham-rotate.active{transform:rotate(45deg)}.menu-ham-rotate-180.active{transform:rotate(180deg)}.line{fill:none;transition:stroke-dasharray .4s,stroke-dashoffset .4s;stroke:currentColor;stroke-width:5.5;stroke-linecap:round}.theme-toggle{align-items:center;background:0 0;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:32px;height:42px;justify-content:center;margin-left:16px;position:relative;transition:all .3s ease;width:42px;z-index:1002}.theme-toggle:hover{background:rgba(0,0,0,4%);transform:scale(1.05)}[data-theme=dark] .theme-toggle:hover{background:hsla(0,0%,100%,8%)}.theme-toggle:active{transform:scale(.95)}.theme-toggle.theme-toggle--reversed .theme-toggle__classic{transform:scaleX(-1)}.theme-toggle__classic path{transform-origin:center;transition-duration:.4s;transition-duration:calc(var(--theme-toggle-classic-duration)*.8);transition-timing-function:cubic-bezier(0,0,.15,1.25)}.theme-toggle__classic g path{transition-delay:.1s;transition-delay:calc(var(--theme-toggle-classic-duration)*.2);transition-property:opacity,transform}.theme-toggle__classic :first-child path{transition-property:transform,d}.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic g path,[data-theme=dark] .theme-toggle:not(label).theme-toggle .theme-toggle__classic g path{opacity:0;transform:scale(.5)rotate(45deg);transition-delay:0s}.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic :first-child path,[data-theme=dark] .theme-toggle:not(label).theme-toggle .theme-toggle__classic :first-child path{d:path("M-12 5h30a1 1 0 0 0 9 13v24h-39Z");transition-delay:.1s;transition-delay:calc(var(--theme-toggle-classic-duration)*.2)}@supports not (d:path("")){.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic :first-child path,[data-theme=dark] .theme-toggle:not(label).theme-toggle .theme-toggle__classic :first-child path{transform:translate3d(-12px,10px,0)}}.theme-toggle input[type=checkbox]{display:none}.theme-toggle .theme-toggle-sr{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}@media(prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}.main-title-wrap{margin:60px auto}.main-title-wrap .main-title{text-align:center}.post-item{border-radius:10px;display:flex;flex:none;flex-direction:column;margin-bottom:24px;padding-bottom:17px;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;z-index:0}.post-item:after{border-radius:16px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all 0s,background .2s ease;z-index:-1}.post-item:hover:after{background-color:#fbfbfb;background-color:var(--bg-color-200);bottom:-10px;left:-16px;right:-16px;top:-16px}.post-item img{border-radius:10px;height:100%;width:100%}.post-item .post-tag{color:#646b81;margin:21px 0 8px;text-transform:uppercase}.post-item .post-title{color:#1c1e29;line-height:30px}.post-item .small-article .image-wrap{border-radius:8px;border-radius:var(--img-border-radius);margin-bottom:17px;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000);overflow:hidden;padding-top:75%;position:relative}.post-item .small-article .image-wrap img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:.3s;width:100%}.post-item .small-article .cat{color:#252525;color:var(--font-color-200);font-size:14px;font-weight:500;margin-bottom:16px;position:relative;text-transform:uppercase;z-index:99}.post-item .small-article .article-desc{color:#252525;color:var(--font-color-200);display:-webkit-box;font-size:16px;line-height:1.5;margin-bottom:5px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-box-pack:center;align-items:center}.post-item .small-article h3{color:#1c1c1c;color:var(--font-color);font-size:24px;font-weight:700;line-height:1.4;margin:12px 0}.pagination{clear:both;display:block;margin:60px auto;text-align:center}.pagination .k-pagination-num-wrap{align-items:center;display:inline-flex;justify-content:center;list-style:none;margin:20px 0;padding:0;width:100%}.pagination .k-pagination-disabled,.pagination .k-pagination-dot,.pagination .k-pagination-num{align-items:center;color:#1c1c1c;color:var(--font-color);cursor:pointer;display:inline-flex;height:40px;justify-content:center;margin:0 6px;max-width:10%;text-align:center;width:40px}.pagination .k-pagination-disabled{color:#252525;color:var(--font-color-200);pointer-events:none}.pagination .k-pagination-num-active{border-bottom:2px solid #1c1c1c;border-bottom:2px solid var(--font-color);pointer-events:none}@media(max-width:576px){.pagination .k-pagination-disabled,.pagination .k-pagination-dot,.pagination .k-pagination-num{width:30px}}.social-link{padding:0}.social-link li{display:inline-block}.social-link .s-icon{width:28px}.footer-container{background-color:#fbfbfb;background-color:var(--bg-color-200);color:#252525;color:var(--font-color-200);font-size:14px;height:240px;padding:24px}.footer-container a{color:inherit}.footer-container ul{list-style:none;padding:0}.footer-container .work-list li{margin:12px 4px}.footer-container .iconfont{font-size:28px}.footer-container .copyright-container{border-top:1px solid #e4e6eb;border-top:1px solid var(--border-color);padding-top:24px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f5f6f9;background:var(--code-block-bg);color:#2a2a2a;color:var(--code-block-text-color)}.hljs-comment{color:#467790;color:var(--code-block-comment)}.hljs-tag{color:#8796b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#2a2a2a;color:var(--code-block-text-color)}.hljs-operator{opacity:.7}.hljs-attr,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-name,.hljs-number,.hljs-selector-tag,.hljs-symbol,.hljs-template-variable,.hljs-variable,.hljs-variable.constant_{color:#da0079;color:var(--code-block-string)}.hljs-class .hljs-title,.hljs-strong,.hljs-title,.hljs-title.class_{color:#225f7e;color:var(--code-block-attr)}.hljs-strong{font-weight:700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#225f7e;color:var(--code-block-attr)}.diff .hljs-meta,.hljs-attribute,.hljs-built_in,.hljs-doctag,.hljs-emphasis,.hljs-function .hljs-title,.hljs-keyword,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,.hljs-section,.hljs-template-tag,.hljs-title.function_,.hljs-type,.ruby .hljs-property{color:#651fff;color:var(--code-block-keyword)}.hljs-emphasis{font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#651fff;color:var(--code-block-keyword)}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}.post-header{overflow:hidden}.post-header .bread{align-items:center;display:flex;font-size:14px;list-style:none;margin-bottom:12px;padding:0}.post-header .bread li{margin-right:8px;position:relative}.post-header .bread li:after{content:"/";display:inline-block}.post-header .bread li:last-child:after{content:none}.post-header .post-header-wrap{display:flex;height:540px}.post-header .post-header-wrap .image-wrapper{width:45%}.post-header .post-header-wrap .image-cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post-header .post-header-wrap .post-title-wrap{align-items:flex-start;background-color:#fbfbfb;background-color:var(--bg-color-200);height:480px;padding:120px 40px;position:relative;width:65%}.post-header .post-header-wrap .post-title-wrap:after{background-color:#fbfbfb;background-color:var(--bg-color-200);content:"";height:100%;left:100%;position:absolute;top:0;width:100vw}.post-header .post-header-wrap .post-title-wrap .post-title-info{color:#697177;color:var(--text-alt-color);font-size:14px;margin:12px 0}.post-header .post-header-wrap .post-category{color:#e73e54;font-size:14px;font-weight:600;margin-bottom:10px}.post-header .post-header-wrap .post-title{background-image:linear-gradient(transparent calc(100% - 2px),#1c1c1c 2px);background-image:linear-gradient(transparent calc(100% - 2px),var(--font-color) 2px);background-repeat:no-repeat;background-size:0 100%;display:inline;font-size:56px;-webkit-text-decoration:none;text-decoration:none;transition:background-size 1s}.post-header .post-header-wrap .post-title:hover{background-size:100% 100%}.post-header .post-header-wrap .post-time{color:#252525;color:var(--font-color-200);font-family:consolas;font-size:14px;margin-top:12px}.main-container{margin:60px auto}.bytemd-preview,.post-container{margin:20px auto;max-width:840px;position:relative}@media screen and (max-width:1100px){.bytemd-preview,.post-container{max-width:720px}}.bytemd-preview .section-row,.post-container .section-row{max-width:1500px}.bytemd-preview h1,.bytemd-preview h2,.bytemd-preview h3,.bytemd-preview h4,.post-container h1,.post-container h2,.post-container h3,.post-container h4{align-items:center;display:flex}.bytemd-preview h1,.post-container h1{margin:48px 0 24px}.bytemd-preview h2,.post-container h2{margin:36px 0 24px}.bytemd-preview h3,.post-container h3{margin:24px 0 12px}.bytemd-preview h4,.post-container h4{margin:12px 0 6px}.bytemd-preview h5,.post-container h5{margin:6px 0 3px}.bytemd-preview h6,.post-container h6{margin:2px 0}.bytemd-preview a,.bytemd-preview u,.post-container a,.post-container u{word-break:break-all}.bytemd-preview .post-cover,.post-container .post-cover{background-position:50%;background-size:cover;display:block;overflow:hidden;padding-top:50%;position:relative;width:100%}.bytemd-preview .editor-markdown-body,.bytemd-preview .post-content,.post-container .editor-markdown-body,.post-container .post-content{color:#252525;color:var(--font-color-200);line-height:2}.bytemd-preview .editor-markdown-body p,.bytemd-preview .post-content p,.post-container .editor-markdown-body p,.post-container .post-content p{margin:12px 0}.bytemd-preview .editor-markdown-body h1 .copy-link,.bytemd-preview .editor-markdown-body h2 .copy-link,.bytemd-preview .editor-markdown-body h3 .copy-link,.bytemd-preview .editor-markdown-body h4 .copy-link,.bytemd-preview .editor-markdown-body h5 .copy-link,.bytemd-preview .editor-markdown-body h6 .copy-link,.bytemd-preview .post-content h1 .copy-link,.bytemd-preview .post-content h2 .copy-link,.bytemd-preview .post-content h3 .copy-link,.bytemd-preview .post-content h4 .copy-link,.bytemd-preview .post-content h5 .copy-link,.bytemd-preview .post-content h6 .copy-link,.post-container .editor-markdown-body h1 .copy-link,.post-container .editor-markdown-body h2 .copy-link,.post-container .editor-markdown-body h3 .copy-link,.post-container .editor-markdown-body h4 .copy-link,.post-container .editor-markdown-body h5 .copy-link,.post-container .editor-markdown-body h6 .copy-link,.post-container .post-content h1 .copy-link,.post-container .post-content h2 .copy-link,.post-container .post-content h3 .copy-link,.post-container .post-content h4 .copy-link,.post-container .post-content h5 .copy-link,.post-container .post-content h6 .copy-link{cursor:pointer;opacity:0;transition:opacity .2s ease-in-out .2s;visibility:hidden}.bytemd-preview .editor-markdown-body h1:hover .copy-link,.bytemd-preview .editor-markdown-body h2:hover .copy-link,.bytemd-preview .editor-markdown-body h3:hover .copy-link,.bytemd-preview .editor-markdown-body h4:hover .copy-link,.bytemd-preview .editor-markdown-body h5:hover .copy-link,.bytemd-preview .editor-markdown-body h6:hover .copy-link,.bytemd-preview .post-content h1:hover .copy-link,.bytemd-preview .post-content h2:hover .copy-link,.bytemd-preview .post-content h3:hover .copy-link,.bytemd-preview .post-content h4:hover .copy-link,.bytemd-preview .post-content h5:hover .copy-link,.bytemd-preview .post-content h6:hover .copy-link,.post-container .editor-markdown-body h1:hover .copy-link,.post-container .editor-markdown-body h2:hover .copy-link,.post-container .editor-markdown-body h3:hover .copy-link,.post-container .editor-markdown-body h4:hover .copy-link,.post-container .editor-markdown-body h5:hover .copy-link,.post-container .editor-markdown-body h6:hover .copy-link,.post-container .post-content h1:hover .copy-link,.post-container .post-content h2:hover .copy-link,.post-container .post-content h3:hover .copy-link,.post-container .post-content h4:hover .copy-link,.post-container .post-content h5:hover .copy-link,.post-container .post-content h6:hover .copy-link{opacity:1;visibility:visible}.bytemd-preview .editor-markdown-body [data-w-e-type=video],.bytemd-preview .editor-markdown-body video,.bytemd-preview .post-content [data-w-e-type=video],.bytemd-preview .post-content video,.post-container .editor-markdown-body [data-w-e-type=video],.post-container .editor-markdown-body video,.post-container .post-content [data-w-e-type=video],.post-container .post-content video{display:flex;justify-content:center;margin:20px 0}.bytemd-preview .editor-markdown-body [data-w-e-type=image-source],.bytemd-preview .editor-markdown-body figure,.bytemd-preview .post-content [data-w-e-type=image-source],.bytemd-preview .post-content figure,.post-container .editor-markdown-body [data-w-e-type=image-source],.post-container .editor-markdown-body figure,.post-container .post-content [data-w-e-type=image-source],.post-container .post-content figure{border:1px solid #e4e6eb;border:1px solid var(--border-color);border-radius:4px;margin:1rem auto;max-width:100%;overflow:hidden;text-align:center;width:-moz-fit-content;width:fit-content}.bytemd-preview .editor-markdown-body [data-w-e-type=image-source] figcaption,.bytemd-preview .editor-markdown-body figure figcaption,.bytemd-preview .post-content [data-w-e-type=image-source] figcaption,.bytemd-preview .post-content figure figcaption,.post-container .editor-markdown-body [data-w-e-type=image-source] figcaption,.post-container .editor-markdown-body figure figcaption,.post-container .post-content [data-w-e-type=image-source] figcaption,.post-container .post-content figure figcaption{border-bottom:none;border-top:1px solid #e4e6eb;border-top:1px solid var(--border-color);color:#999;font-size:12px;padding:6px 0;text-align:center}.bytemd-preview .editor-markdown-body a,.bytemd-preview .post-content a,.post-container .editor-markdown-body a,.post-container .post-content a{display:inline;margin:0 4px;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:#f8ce5f;text-decoration-color:var(--primary-color);text-underline-offset:4px;word-break:break-word}.bytemd-preview .editor-markdown-body table,.bytemd-preview .post-content table,.post-container .editor-markdown-body table,.post-container .post-content table{border:1px solid #e4e6eb;border:1px solid var(--border-color);border-collapse:separate;border-spacing:2px;display:inline-block;font-size:14px;max-width:100%;overflow-x:auto;width:auto}.bytemd-preview .editor-markdown-body table tr td,.bytemd-preview .editor-markdown-body table tr th,.bytemd-preview .post-content table tr td,.bytemd-preview .post-content table tr th,.post-container .editor-markdown-body table tr td,.post-container .editor-markdown-body table tr th,.post-container .post-content table tr td,.post-container .post-content table tr th{border:none;min-width:100px;padding:8px 6px}.bytemd-preview .editor-markdown-body table tr:nth-child(2n),.bytemd-preview .post-content table tr:nth-child(2n),.post-container .editor-markdown-body table tr:nth-child(2n),.post-container .post-content table tr:nth-child(2n){background-color:#fbfbfb;background-color:var(--bg-color-200)}.bytemd-preview .editor-markdown-body ul,.bytemd-preview .post-content ul,.post-container .editor-markdown-body ul,.post-container .post-content ul{list-style:disc;margin:12px 0}.bytemd-preview .editor-markdown-body ul ul,.bytemd-preview .post-content ul ul,.post-container .editor-markdown-body ul ul,.post-container .post-content ul ul{list-style:circle}.bytemd-preview .editor-markdown-body ol,.bytemd-preview .post-content ol,.post-container .editor-markdown-body ol,.post-container .post-content ol{list-style:decimal}.bytemd-preview .editor-markdown-body li,.bytemd-preview .post-content li,.post-container .editor-markdown-body li,.post-container .post-content li{margin-bottom:12px}.bytemd-preview .editor-markdown-body img,.bytemd-preview .post-content img,.post-container .editor-markdown-body img,.post-container .post-content img{display:block;height:auto!important;margin:0 auto;max-width:100%!important}.bytemd-preview .editor-markdown-body blockquote,.bytemd-preview .post-content blockquote,.post-container .editor-markdown-body blockquote,.post-container .post-content blockquote{border-left:4px solid #d3d3d3;color:#9e9e9e;color:var(--font-color-400);margin:1.4em 0;padding-left:1em}.bytemd-preview .editor-markdown-body blockquote p,.bytemd-preview .post-content blockquote p,.post-container .editor-markdown-body blockquote p,.post-container .post-content blockquote p{font-weight:600}.bytemd-preview .editor-markdown-body :not(pre)>code,.bytemd-preview .post-content :not(pre)>code,.post-container .editor-markdown-body :not(pre)>code,.post-container .post-content :not(pre)>code{background:rgba(175,184,193,.2);border-radius:4px;color:#252525;color:var(--font-color-200);font-family:jetbrains-mono,Courier New,Courier,monospace;font-size:14px;font-weight:200!important;padding:4px;vertical-align:middle}.bytemd-preview .editor-markdown-body pre>code,.bytemd-preview .post-content pre>code,.post-container .editor-markdown-body pre>code,.post-container .post-content pre>code{background-color:transparent;border-radius:4px;font-family:jetbrains-mono,Courier New,Courier,monospace;overflow:auto;padding:0}.bytemd-preview .editor-markdown-body pre,.bytemd-preview .post-content pre,.post-container .editor-markdown-body pre,.post-container .post-content pre{position:relative}.bytemd-preview .editor-markdown-body .code-block,.bytemd-preview .post-content .code-block,.post-container .editor-markdown-body .code-block,.post-container .post-content .code-block{margin:32px 0;position:relative}.bytemd-preview .editor-markdown-body .code-block .copy-code,.bytemd-preview .post-content .code-block .copy-code,.post-container .editor-markdown-body .code-block .copy-code,.post-container .post-content .code-block .copy-code{cursor:pointer;font-size:14px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .2s ease-in-out .2s;z-index:10}.bytemd-preview .editor-markdown-body .code-block:hover .copy-code,.bytemd-preview .post-content .code-block:hover .copy-code,.post-container .editor-markdown-body .code-block:hover .copy-code,.post-container .post-content .code-block:hover .copy-code{opacity:1}.bytemd-preview .editor-markdown-body .code-block-body,.bytemd-preview .post-content .code-block-body,.post-container .editor-markdown-body .code-block-body,.post-container .post-content .code-block-body{overflow-x:auto;overscroll-behavior-x:none;position:relative}.bytemd-preview .editor-markdown-body .hljs,.bytemd-preview .post-content .hljs,.post-container .editor-markdown-body .hljs,.post-container .post-content .hljs{font-size:15px;margin:0 auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:#d0d7de;border-radius:4px;box-shadow:0 .8px 2px rgba(0,0,0,.032),0 2.7px 6.7px rgba(0,0,0,.048),0 12px 30px rgba(0,0,0,8%);line-height:1.5;min-width:100%;padding:16px 0;width:-moz-max-content;width:max-content}.bytemd-preview .editor-markdown-body .hljs *,.bytemd-preview .post-content .hljs *,.post-container .editor-markdown-body .hljs *,.post-container .post-content .hljs *{font-weight:400!important}.bytemd-preview .editor-markdown-body .hljs .code-line,.bytemd-preview .post-content .hljs .code-line,.post-container .editor-markdown-body .hljs .code-line,.post-container .post-content .hljs .code-line{padding-right:16px}.bytemd-preview .editor-markdown-body .hljs .code-line:before,.bytemd-preview .post-content .hljs .code-line:before,.post-container .editor-markdown-body .hljs .code-line:before,.post-container .post-content .hljs .code-line:before{background-color:#f5f6f9;background-color:var(--code-block-bg);color:#9e9e9e;color:var(--font-color-400);content:attr(data-line-number);display:inline-block;left:0;margin-right:6px;padding:0 12px;position:sticky;text-align:right;width:42px}.bytemd-preview .editor-markdown-body .hljs .highlighted-line,.bytemd-preview .post-content .hljs .highlighted-line,.post-container .editor-markdown-body .hljs .highlighted-line,.post-container .post-content .hljs .highlighted-line{background-color:#e4e4e4;background-color:var(--code-highlight-bg);display:block}.bytemd-preview .editor-markdown-body .cp_embed_wrapper,.bytemd-preview .post-content .cp_embed_wrapper,.post-container .editor-markdown-body .cp_embed_wrapper,.post-container .post-content .cp_embed_wrapper{margin:24px 0}.bytemd-preview .editor-markdown-body .tag,.bytemd-preview .post-content .tag,.post-container .editor-markdown-body .tag,.post-container .post-content .tag{border:1px solid #bfbfbf;border-radius:18px;color:#252525;color:var(--font-color-200);font-size:13px;padding:4px 10px;-webkit-text-decoration:none;text-decoration:none;transition:background .4s ease-in-out}.bytemd-preview .editor-markdown-body .tag:hover,.bytemd-preview .post-content .tag:hover,.post-container .editor-markdown-body .tag:hover,.post-container .post-content .tag:hover{background-color:#f0f0f0;background-color:var(--bg-color-400)}.bytemd-preview .editor-markdown-body .post-tags,.bytemd-preview .post-content .post-tags,.post-container .editor-markdown-body .post-tags,.post-container .post-content .post-tags{margin:12px 0}.bytemd-preview .editor-markdown-body .copyright,.bytemd-preview .post-content .copyright,.post-container .editor-markdown-body .copyright,.post-container .post-content .copyright{color:#252525;color:var(--font-color-200);font-size:12px;font-weight:600;margin:20px 0}.original-txt{color:#252525;color:var(--font-color-200);font-size:14px}.original-txt a{color:inherit}.original-txt a:hover{color:#1c1c1c;color:var(--font-color)}.post-top-wrap{height:100%;margin-right:-284px;position:absolute;right:0;top:0}@media screen and (max-width:1360px){.post-top-wrap{display:none}}.post-toc{color:#9e9e9e;color:var(--font-color-400);font-size:14px;height:50vh;overflow:auto;position:sticky;right:0;top:30%;width:240px}.post-toc .toc-item{align-items:center;cursor:pointer;display:flex;gap:6px;margin-bottom:6px;overflow:hidden}.post-toc .toc-item.active{color:#1c1c1c;color:var(--font-color)}.post-toc .toc-item.active .toc-line{background:#1c1c1c;background:var(--font-color)}.post-toc .toc-item.active .toc-text{color:#1c1c1c;color:var(--font-color);opacity:1}.post-toc .toc-line{background:#fff;background:var(--bg-color);border-radius:20px;cursor:pointer;display:inline-block;height:4px;transition:background .5s;vertical-align:middle;width:16px}.post-toc .toc-text{flex:1;font-weight:bolder;opacity:.4;transition:opacity .5s;word-break:break-all}.post-toc:hover .toc-text{opacity:1}.post-toc .toc-level-h3 .toc-line{width:12px}.post-toc .toc-level-h3 .toc-text{flex:1;margin-left:12px;overflow:hidden}.related-title{margin:60px auto;text-align:center}@media screen and (max-width:1500px){.post-header .post-header-wrap .image-wrapper{width:50%}.post-header .post-header-wrap .post-title{font-size:48px}.post-header .post-header-wrap .post-title-wrap{width:50%}}@media screen and (max-width:1100px){.post-header .post-header-wrap .image-wrapper{width:45%}.post-header .post-header-wrap .post-title{font-size:36px}.post-header .post-header-wrap .post-title-wrap{width:50%}}@media screen and (max-width:768px){.post-header .post-header-wrap{display:flex;flex-direction:column;height:auto;width:100%}.post-header .post-header-wrap .image-wrapper{width:100%}.post-header .post-header-wrap .image-cover{height:240px;-o-object-fit:cover;object-fit:cover}.post-header .post-header-wrap .post-title-wrap{background-color:#fbfbfb;background-color:var(--bg-color-200);height:auto;padding:24px;position:relative;width:100%}.post-header .post-header-wrap .post-title-wrap:after{background-color:#fbfbfb;background-color:var(--bg-color-200);content:"";height:100%;left:100%;position:absolute;top:0;width:100vw}.post-header .post-header-wrap .post-title{font-size:32px;margin:0}.post-header .post-header-wrap .post-time{color:#252525;color:var(--font-color-200);font-size:14px;margin-top:20px}}.medium-zoom-image--opened,.medium-zoom-overlay{z-index:999}.atk-list-no-comment{font-size:14px #9e9e9e!important;font-size:14px var(--font-color-400)!important;font-weight:bolder}.atk-grp-switcher span{padding:0 10px!important}.pre{align-items:stretch;background:var(--frame-background);border:1px solid hsla(0,0%,100%,.3);border-radius:10px;display:flex;flex-direction:column;min-height:120px;padding-top:10px;transition:all .3s ease}.dot-wrap{display:flex;gap:6px}.dot-wrap .dot{background:rgba(0,0,0,.2);background:var(--dot-color);border-radius:50%;height:12px;width:12px}.article-summary{background-color:#fbfbfb;background-color:var(--bg-color-200);border:1px solid #e4e6eb;border:1px solid var(--border-color);border-radius:4px;margin:20px 0}.article-summary h4{border-bottom:1px solid #e4e6eb;border-bottom:1px solid var(--border-color);padding:12px}.article-summary #typing{font-size:14px;line-height:1.5;padding:12px}.artalk,.atk-layer-wrap{--at-color-font:#2a2e2e;--at-color-deep:#2a2e2e;--at-color-sub:#757575;--at-color-grey:#747474;--at-color-meta:#697182;--at-color-border:#eceff2;--at-color-light:#4285f4;--at-color-bg:#fff;--at-color-bg-transl:hsla(0,0%,100%,.94);--at-color-bg-grey:#f3f4f5;--at-color-bg-grey-transl:hsla(0,0%,96%,.75);--at-color-bg-light:rgba(29,161,242,.1);--at-color-main:#0083ff;--at-color-red:#ff5652;--at-color-pink:#fa5a57;--at-color-yellow:#ff7c37;--at-color-green:#4caf50;--at-color-gradient:linear-gradient(180deg,transparent,#fff)}html[data-theme=dark] .artalk{--at-color-font:#fff;--at-color-deep:#e7e7e7;--at-color-sub:#e7e7e7;--at-color-grey:#fff;--at-color-meta:#fff;--at-color-border:#2d3235;--at-color-light:#687a86;--at-color-bg:var(--bg-color,#1e2224);--at-color-bg-transl:rgba(30,34,36,.95);--at-color-bg-grey:#46494e;--at-color-bg-grey-transl:rgba(8,8,8,.95);--at-color-bg-light:rgba(29,161,242,.1);--at-color-main:#0083ff;--at-color-red:#ff5652;--at-color-pink:#fa5a57;--at-color-yellow:#ff7c37;--at-color-green:#4caf50;--at-color-gradient:linear-gradient(180deg,transparent,#1e2224)}.atk-comment-wrap{border-bottom:1px solid transparent;overflow:hidden;position:relative}.atk-comment-wrap.atk-flash-once{animation:atkFlashOnce 1s ease-in-out 0s}@keyframes atkFlashOnce{0%{background:rgba(0,131,255,.2)}to{background:0 0}}.atk-comment-wrap.atk-unread:before{background:var(--at-color-main);content:" ";height:80%;left:0;position:absolute;top:10%;width:3px}.atk-comment-wrap.atk-openable{cursor:pointer}.atk-comment-wrap.atk-openable:hover{background:var(--at-color-bg-grey)}.atk-comment-wrap.atk-openable .atk-height-limit:after{background:0 0!important}.atk-comment-wrap:last-child{border-bottom:none}.atk-comment{display:block;padding:10px}.atk-comment>.atk-avatar{display:block;float:left;padding:2px 0}.atk-comment>.atk-avatar img{border-radius:4px;height:50px;width:50px}.atk-comment>.atk-main{display:block;margin-left:63px}.atk-comment>.atk-main>.atk-header{align-items:center;display:flex;flex-wrap:wrap;font-size:13px;line-height:1.5;margin-bottom:.5em;overflow:hidden;position:relative}.atk-comment>.atk-main>.atk-header .atk-item{align-items:center;color:var(--at-color-meta);display:flex;margin-bottom:2px;margin-top:2px}.atk-comment>.atk-main>.atk-header .atk-item:not(:last-child){margin-right:6px}.atk-comment>.atk-main>.atk-header .atk-item.atk-nick,.atk-comment>.atk-main>.atk-header .atk-item.atk-nick a{font-size:14px;font-weight:bolder;-webkit-text-decoration:none;text-decoration:none}.atk-comment>.atk-main>.atk-header .atk-badge,.atk-comment>.atk-main>.atk-header .atk-pinned-badge,.atk-comment>.atk-main>.atk-header .atk-region-badge,.atk-comment>.atk-main>.atk-header .atk-ua,.atk-comment>.atk-main>.atk-header .badge{background:var(--at-color-bg-grey);border-radius:4px;color:var(--at-color-meta);display:inline-block;line-height:17px;padding:0 6px}.atk-comment>.atk-main>.atk-header .atk-badge-wrap>:last-child,.atk-comment>.atk-main>.atk-header .atk-badge:not(:last-child),.atk-comment>.atk-main>.atk-header .atk-pinned-badge:not(:last-child),.atk-comment>.atk-main>.atk-header .atk-region-badge:not(:last-child),.atk-comment>.atk-main>.atk-header .atk-ua:not(:last-child),.atk-comment>.atk-main>.atk-header .badge:not(:last-child){margin-right:6px}.atk-comment>.atk-main>.atk-header .atk-badge{color:#fff}.atk-comment>.atk-main>.atk-header .atk-pinned-badge{background:#f44336;color:#fff}.atk-comment>.atk-main>.atk-header .atk-verified-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231d9bf0' viewBox='0 0 22 22'%3E%3Cpath d='M20.396 11a3.49 3.49 0 0 0-2.008-3.062 3.47 3.47 0 0 0-.742-3.584 3.474 3.474 0 0 0-3.584-.742A3.47 3.47 0 0 0 11 1.604a3.46 3.46 0 0 0-3.053 2.008 3.47 3.47 0 0 0-1.902-.14c-.635.13-1.22.436-1.69.882a3.461 3.461 0 0 0-.734 3.584A3.49 3.49 0 0 0 1.604 11a3.496 3.496 0 0 0 2.017 3.062 3.471 3.471 0 0 0 .733 3.584 3.49 3.49 0 0 0 3.584.742A3.49 3.49 0 0 0 11 20.396a3.48 3.48 0 0 0 3.062-2.007 3.335 3.335 0 0 0 4.326-4.327A3.49 3.49 0 0 0 20.396 11M9.662 14.85l-3.429-3.428 1.293-1.302 2.072 2.072 4.4-4.794 1.347 1.246z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:1.4em;width:1.4em}@media only screen and (max-width:768px){.atk-comment>.atk-main>.atk-header .atk-ua-wrap{display:block}}.atk-comment>.atk-main>.atk-body{display:block;overflow:hidden;position:relative}.atk-comment>.atk-main>.atk-body img{max-width:100%}.atk-comment>.atk-main>.atk-body>.atk-content{color:--at-color-font;color:var(--font-color-200,--at-color-font);font-size:14px;line-height:1.5;word-break:break-word}.atk-comment>.atk-main>.atk-body>.atk-content.atk-type-collapsed{border:3px solid var(--at-color-bg-grey);border-bottom:0;border-radius:8px 8px 0 0;margin-bottom:-5px;padding:5px 10px}.atk-comment>.atk-main>.atk-body>.atk-content>:first-child{margin-top:0}.atk-comment>.atk-main>.atk-body>.atk-content>:last-child{margin-bottom:0}.atk-comment>.atk-main>.atk-body>.atk-content .atk-height-limit-btn{bottom:5px}.atk-comment>.atk-main>.atk-body>.atk-pending{background:var(--at-color-bg-grey);border-left:4px solid #f44336;color:var(--at-color-meta);display:block;font-size:13px;margin:3px 0;padding:10px 18px}.atk-comment>.atk-main>.atk-body>.atk-reply-to{border-left:3px solid var(--at-color-border);margin-bottom:10px;margin-top:10px;padding:5px 15px;position:relative}.atk-comment>.atk-main>.atk-body>.atk-reply-to .atk-meta{font-size:15px}.atk-comment>.atk-main>.atk-body>.atk-reply-to .atk-meta .atk-nick{color:var(--at-color-main)}.atk-comment>.atk-main>.atk-body>.atk-reply-to .atk-content{margin-top:5px}.atk-comment>.atk-main>.atk-body>.atk-collapsed{background:var(--at-color-bg-grey);border-radius:8px;display:block;font-size:13px;margin:3px 0;padding:10px 18px}.atk-comment>.atk-main>.atk-body>.atk-collapsed .atk-text{color:var(--at-color-meta)}.atk-comment>.atk-main>.atk-body>.atk-collapsed .atk-show-btn{color:var(--at-color-main);cursor:pointer;margin-left:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.atk-comment>.atk-main>.atk-body>.atk-collapsed .atk-show-btn:hover{color:var(--at-color-main)}.atk-comment>.atk-main>.atk-footer{margin-top:5px}.atk-comment>.atk-main>.atk-footer .atk-actions{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.atk-comment>.atk-main>.atk-footer .atk-actions>span{color:var(--at-color-meta);cursor:pointer;display:inline-flex;font-size:13px;line-height:25px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.atk-comment>.atk-main>.atk-footer .atk-actions>span.atk-error,.atk-comment>.atk-main>.atk-footer .atk-actions>span.atk-error:hover{color:var(--at-color-red)}.atk-comment>.atk-main>.atk-footer .atk-actions>span:not(:last-child):not(.atk-hide){margin-right:16px}.atk-comment>.atk-main>.atk-footer .atk-actions>span:hover{color:var(--at-color-deep)}.atk-comment .atk-height-limit:after{background:var(--at-color-gradient);bottom:0;content:" ";display:block;height:80px;overflow:hidden;position:absolute;width:100%;z-index:1}.atk-comment .atk-height-limit-btn{background:var(--at-color-bg);border:1px solid var(--at-color-border);border-radius:8px;bottom:10px;color:var(--at-color-meta);cursor:pointer;font-size:15px;left:50%;padding:1px 20px;position:absolute;transform:translateX(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.atk-comment .atk-height-limit-btn:hover{background:var(--at-color-bg-grey)}.atk-comment .atk-height-limit .atk-height-limit .atk-height-limit-btn{display:none}.atk-comment .atk-height-limit-scroll{background:linear-gradient(var(--at-color-bg) 1px,transparent 1px calc(100% - 1px))top,linear-gradient(transparent calc(100% - 1px),var(--at-color-bg) calc(100% - 1px) 1px)bottom,linear-gradient(var(--at-color-border) 1px,transparent 1px calc(100% - 1px))top,linear-gradient(transparent calc(100% - 1px),var(--at-color-border) calc(100% - 1px) 1px)bottom;background-attachment:local,local,scroll,scroll;background-color:transparent;background-repeat:no-repeat;background-size:100% 1px,100% 1px,100% 1px,100% 1px;margin-top:10px;overflow-y:auto}.atk-comment-children>.atk-comment-wrap{border-bottom-color:transparent;border-left:1px dashed transparent;margin-top:10px}.atk-comment-children>.atk-comment-wrap:not(:last-child){margin-bottom:10px}.atk-comment-children>.atk-comment-wrap>.atk-comment{padding:0}.atk-comment-children>.atk-comment-wrap>.atk-comment .atk-reply-at{font-size:14px;margin-left:2px}.atk-comment-children>.atk-comment-wrap>.atk-comment .atk-reply-at>.atk-arrow:before{border-bottom:4px solid var(--at-color-grey);border-left:3px solid transparent;border-right:3px solid transparent;content:"";display:inline-block;margin-top:-1px;transform:rotate(90deg);vertical-align:middle}.atk-comment-children>.atk-comment-wrap>.atk-comment .atk-reply-at>.atk-nick{color:var(--at-color-main);cursor:pointer;margin-right:6px}.atk-comment-children>.atk-comment-wrap>.atk-comment>.atk-avatar img{height:36px;width:36px}.atk-comment-children>.atk-comment-wrap>.atk-comment>.atk-main{margin-left:47px}.artalk>.atk-list{position:relative}.artalk>.atk-list>.atk-list-header{display:flex;flex-direction:row;padding:10px 17px}.artalk>.atk-list>.atk-list-header .atk-text{display:inline-block}.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap{cursor:pointer;position:relative}.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-arrow-down-icon{border-left:3px solid transparent;border-right:3px solid transparent;border-top:5px solid var(--at-color-grey);cursor:pointer;display:inline-block;margin-left:.8rem;margin-top:-1px;vertical-align:middle}.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap:hover .atk-dropdown{display:block}.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-dropdown{background-color:var(--at-color-bg);border:1px solid var(--at-color-border);border-radius:8px;display:none;height:auto!important;list-style:none;margin:0;max-height:calc(100vh - 2.7rem);overflow-y:auto;padding:.6rem 0;position:absolute;right:0;text-align:center;top:100%;white-space:nowrap;width:100%;z-index:3}.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-dropdown-item a,.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-dropdown-item span{border-bottom:none;display:block;font-weight:400;line-height:2rem;padding:0 1.5rem;position:relative}.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-dropdown-item a,.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-dropdown-item a:hover,.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-dropdown-item span:hover,.artalk>.atk-list>.atk-list-header .atk-dropdown-wrap .atk-dropdown-item.active span{color:var(--at-color-main)}.artalk>.atk-list>.atk-list-header .atk-comment-count{font-size:15px}.artalk>.atk-list>.atk-list-header .atk-comment-count .atk-comment-count-num{font-size:22px;margin-right:4px}.artalk>.atk-list>.atk-list-header .atk-right-action{align-items:center;display:flex;flex:1;flex-direction:row;justify-content:flex-end}.artalk>.atk-list>.atk-list-header .atk-right-action>span{color:var(--at-color-meta);cursor:pointer;font-size:14px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.artalk>.atk-list>.atk-list-header .atk-right-action>span.atk-on,.artalk>.atk-list>.atk-list-header .atk-right-action>span.atk-on *{color:var(--at-color-main)}.artalk>.atk-list>.atk-list-header .atk-right-action>span:not(:last-child):not(.atk-hide){margin-right:10px;padding-right:10px}.artalk>.atk-list>.atk-list-header .atk-right-action>span .atk-unread-badge{background:var(--at-color-pink);border-radius:8px;color:#fff;font-size:12px;height:16px;left:-6px;line-height:16px;min-width:16px;padding:0 3px;position:absolute;text-align:center;top:-5px}.artalk>.atk-list>.atk-list-body{min-height:150px}.artalk>.atk-list>.atk-list-footer{text-align:right}@media only screen and (max-width:768px){.artalk>.atk-list>.atk-list-footer{float:none;text-align:center}}.artalk>.atk-list>.atk-list-footer .atk-copyright{color:var(--at-color-meta);display:block;font-size:12px;padding-right:15px}.artalk>.atk-list>.atk-list-footer .atk-copyright a{color:var(--at-color-main);-webkit-text-decoration:none;text-decoration:none}.atk-list-no-comment{align-items:center;display:flex;font-size:19px;height:150px;justify-content:center;text-align:center;word-break:break-word}.atk-list-read-more{border-top:1px dashed var(--at-color-border);margin-top:28px;padding-bottom:25px}@media only screen and (max-width:768px){.atk-list-read-more{padding-bottom:10px}}.atk-list-read-more.atk-err .atk-text{color:var(--at-color-red)!important}.atk-list-read-more .atk-list-read-more-inner{align-content:center;align-items:center;background:var(--at-color-bg);border:1px solid transparent;border-color:var(--at-color-border);border-radius:8px;cursor:pointer;display:flex;flex-direction:row;font-size:14px;height:30px;justify-content:center;margin:-15px auto 0;padding:0 15px;place-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:120px}.atk-list-read-more .atk-list-read-more-inner>.atk-loading-icon{height:15px;width:15px}.atk-list-read-more .atk-list-read-more-inner>.atk-text{color:var(--at-color-meta)}.atk-list-read-more .atk-list-read-more-inner:hover{background:var(--at-color-bg-grey)}.atk-pagination{display:flex;flex-direction:row;justify-content:center;padding:10px 0;position:relative}.atk-pagination>.atk-btn,.atk-pagination>.atk-input{background:var(--at-color-bg);border:1px solid var(--at-color-border);border-radius:3px;height:30px;padding:0 5px;text-align:center}.atk-pagination>.atk-btn{align-items:center;cursor:pointer;display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:60px}.atk-pagination>.atk-btn:hover{background:var(--at-color-bg-grey)}.atk-pagination>.atk-btn.atk-disabled{color:var(--at-color-sub)}.atk-pagination>.atk-btn.atk-disabled:hover{background:repeat;background:initial;cursor:default}.atk-pagination>.atk-input{background:0 0;color:var(--at-color-font);font-size:18px;outline:none;width:60px}.atk-pagination>.atk-input:focus{border-color:var(--at-color-main)}.atk-pagination>:not(:last-child){margin-right:10px}.atk-main-editor{background:var(--at-color-bg);border-radius:8px;display:flex;flex-direction:column;gap:12px;margin-bottom:10px;position:relative;--bg-color:var(--background-alt-color)}.atk-main-editor input::-moz-placeholder,.atk-main-editor textarea::-moz-placeholder{color:var(--font-color-200);font-size:14px}.atk-main-editor input::placeholder,.atk-main-editor textarea::placeholder{color:var(--font-color-200);font-size:14px}.atk-main-editor input,.atk-main-editor textarea{font-size:14px;line-height:1.5}@media only screen and (max-width:768px){.atk-main-editor{margin-bottom:7px}}.atk-main-editor.editor-traveling{margin-bottom:10px;margin-top:5px}.atk-main-editor>.atk-header{display:flex;flex-direction:row;gap:8px}.atk-main-editor>.atk-header input{background:var(--bg-color);border:1px solid transparent;border-bottom:1px solid var(--at-color-border);border-radius:4px;box-sizing:content-box;flex:1;outline:none;padding:12px;resize:none;width:100%}.atk-main-editor>.atk-textarea-wrap{background:var(--bg-color);border-radius:4px;position:relative}.atk-main-editor>.atk-textarea-wrap>.atk-textarea{background-color:transparent;border:0 solid transparent;color:var(--at-color-font);display:block;margin-top:2px;min-height:120px;overflow:hidden;padding:12px;resize:none;width:100%;word-wrap:break-word;outline:none}.atk-main-editor>.atk-textarea-wrap>.atk-comment-closed{background-color:var(--at-color-bg);border-top:1px solid var(--at-color-border);color:var(--at-color-meta);font-size:12px;margin-top:10px;padding:5px 15px;pointer-events:none}.atk-main-editor .atl-textarea-footer{padding:12px}.atk-main-editor .atk-plug-panel-wrap{animation:atkFadeIn .3s both;background-color:var(--bg-color);box-shadow:0 8px 40px -8px rgba(0,0,0,.22);font-weight:500;height:180px;overflow:hidden;position:absolute;top:calc(100% + 12px);transition:height .2s ease-in-out;width:100%;z-index:99}.atk-main-editor .atk-bottom{display:flex;flex-wrap:wrap;justify-content:space-between}.atk-main-editor .atk-bottom>.atk-item{align-items:center;display:flex;flex-direction:row}.atk-main-editor .atk-bottom>.atk-bottom-left>.atk-state-wrap{margin-right:5px}.atk-main-editor .atk-bottom>.atk-bottom-left>.atk-plug-btn-wrap{align-items:center;display:flex;flex-direction:row;row-gap:5px}.atk-main-editor .atk-bottom .atk-plug-btn{align-items:center;border-radius:4px;color:var(--at-color-grey);cursor:pointer;display:flex;font-size:14px;height:30px;justify-content:center;justify-items:center;line-height:30px;padding:0 10px;place-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-break:keep-all}.atk-main-editor .atk-bottom .atk-plug-btn:not(:last-child){margin-right:5px}.atk-main-editor .atk-bottom .atk-plug-btn:hover{background:var(--at-color-bg-grey)}.atk-main-editor .atk-bottom .atk-plug-btn.active{color:var(--at-color-main)}.atk-main-editor .atk-bottom .atk-plug-btn.active svg.markdown path{fill:var(--at-color-main)}.atk-main-editor .atk-bottom .atk-plug-btn i{align-items:center;color:var(--at-color-grey);display:flex;justify-content:center;justify-items:center;place-items:center}.atk-main-editor .atk-bottom .atk-plug-btn i:not(:first-child){margin-left:4px}.atk-main-editor .atk-bottom .atk-state-btn{align-items:center;background:var(--at-color-bg-grey-transl);border-radius:4px;cursor:pointer;display:flex;flex-direction:row;font-size:14px;height:30px;justify-content:center;justify-items:center;overflow:hidden;padding:0 0 0 10px;place-items:center;position:relative;z-index:2}.atk-main-editor .atk-bottom .atk-state-btn:hover .atk-cancel{background:rgba(0,0,0,4%)}@media only screen and (max-width:768px){.atk-main-editor .atk-bottom .atk-state-btn{padding:0}.atk-main-editor .atk-bottom .atk-state-btn .atk-text-wrap{display:none}}.atk-main-editor .atk-bottom .atk-state-btn .atk-text-wrap{max-width:8em;overflow:hidden;padding:0 8px 0 2px;text-overflow:ellipsis;white-space:nowrap}.atk-main-editor .atk-bottom .atk-state-btn .atk-cancel{align-items:center;background:rgba(0,0,0,2%);display:flex;font-weight:700;height:100%;justify-content:center;justify-items:center;padding:0 10px;place-items:center}.atk-main-editor .atk-bottom .atk-send-btn{background:#4176ff;border:none;border-radius:18px;color:#fff;cursor:pointer;font-size:14px;height:36px;margin:0;min-width:7.3em;outline:none;transition:opacity .3s ease-in-out}@media only screen and (max-width:768px){.atk-main-editor .atk-bottom .atk-send-btn{min-width:6em}}.atk-main-editor .atk-bottom .atk-send-btn:active{opacity:.9}.atk-main-editor>.atk-notify-wrap{bottom:40px;opacity:.83;position:absolute;right:-2px;width:225px;z-index:3}.atk-sidebar-layer{background:var(--at-color-bg);height:100%;position:fixed;right:0;top:0;transform:translate(430px);transition:transform .45s cubic-bezier(.23,1,.32,1)0s;width:430px;z-index:99999}@media only screen and (max-width:430px){.atk-sidebar-layer{width:100%}}.atk-sidebar-layer .atk-sidebar-inner{height:100%;position:relative}.atk-sidebar-layer .atk-sidebar-header{align-items:center;display:flex;flex-direction:row;position:absolute;right:0;top:0;z-index:99999}.atk-sidebar-layer .atk-sidebar-header .atk-sidebar-close{align-content:center;align-items:center;cursor:pointer;display:flex;flex-direction:column;font-size:22px;height:60px;justify-content:center;margin-left:10px;place-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:60px}.atk-sidebar-layer .atk-sidebar-header .atk-sidebar-close:hover :after{background-color:rgba(232,17,35,.9)}.atk-sidebar-layer .atk-sidebar-iframe-wrap{height:100%;position:relative}.atk-sidebar-layer .atk-sidebar-iframe-wrap iframe{border:0;height:100%;width:100%}.atk-sidebar-layer .atk-sidebar-iframe-wrap .atk-err-alert{background:var(--at-color-bg);border-radius:4px;left:50%;padding:40px 30px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:80%;z-index:9999}.atk-sidebar-layer .atk-sidebar-iframe-wrap .atk-err-alert .atk-title{color:var(--at-color-font);font-size:1.4em;margin-bottom:20px}.atk-sidebar-layer .atk-sidebar-iframe-wrap .atk-err-alert .atk-text{color:var(--at-color-font)}.atk-sidebar-layer .atk-sidebar-iframe-wrap .atk-err-alert .atk-text span{color:var(--at-color-main);cursor:pointer}.artalk{min-height:200px;position:relative;width:100%}.artalk,.atk-layer-wrap{color:var(--at-color-font);word-wrap:break-word;word-break:break-word}.artalk *,.atk-layer-wrap *{box-sizing:border-box}.artalk button,.artalk input,.artalk optgroup,.artalk select,.artalk textarea,.atk-layer-wrap button,.atk-layer-wrap input,.atk-layer-wrap optgroup,.atk-layer-wrap select,.atk-layer-wrap textarea{color:inherit;font-family:inherit;font-size:inherit}.artalk code,.atk-layer-wrap code{background-color:var(--at-color-bg-grey);border-radius:2px;color:var(--at-color-font);display:inline-block;font-family:source code pro,Consolas,Monaco,Menlo,sans-serif;font-size:.9em;margin:0 .05em;padding:0 .4em;vertical-align:middle}.artalk pre,.atk-layer-wrap pre{line-height:0;margin:10px 0 0;padding:0}.artalk pre code *,.atk-layer-wrap pre code *{font-family:source code pro,Consolas,Monaco,Menlo,sans-serif}.artalk pre code,.atk-layer-wrap pre code{background-color:var(--at-color-bg-grey);color:var(--at-color-font);display:block;line-height:normal;margin:0;padding:10px 15px;white-space:pre-wrap!important}.artalk a,.atk-layer-wrap a{color:var(--at-color-main);-webkit-text-decoration:none;text-decoration:none}.artalk blockquote,.atk-layer-wrap blockquote{background:var(--at-color-bg-grey);border-left:4px solid #687a86;color:var(--at-color-font);margin:10px 0;padding:10px 20px;position:static}.artalk p:first-child,.atk-layer-wrap p:first-child{margin-top:0}.artalk p:last-child,.atk-layer-wrap p:last-child{margin-bottom:0}.artalk img,.atk-layer-wrap img{max-width:100%}.artalk table,.atk-layer-wrap table{border-collapse:collapse;border-spacing:0;font-size:.96em;margin-bottom:1.5em;width:100%}.artalk td,.artalk th,.atk-layer-wrap td,.atk-layer-wrap th{border:1px solid var(--at-color-border);padding:4px 8px 4px 10px;text-align:left}.artalk td,.atk-layer-wrap td{vertical-align:top}.artalk tr:nth-child(2n),.atk-layer-wrap tr:nth-child(2n){background-color:var(--at-color-bg-grey)}.artalk ul,.atk-layer-wrap ul{list-style:disc}.artalk ol,.atk-layer-wrap ol{list-style:decimal}.artalk li+li,.atk-layer-wrap li+li{margin-top:8px}.artalk li>ol,.artalk li>ul,.atk-layer-wrap li>ol,.atk-layer-wrap li>ul{margin:8px 0 0}.atk-hide{display:none!important}.atk-error-layer,.atk-full-layer,.atk-layer-dialog-wrap,.atk-loading{align-items:center;background:var(--at-color-bg);display:flex;flex-flow:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:4}.atk-loading-spinner{height:50px;position:relative;width:50px}.atk-loading-spinner svg{animation:atkRotate 2s linear infinite;height:100%;left:0;position:absolute;top:0;transform-origin:center center;width:100%}.atk-loading-spinner svg circle{stroke-dasharray:1,200;stroke-dashoffset:0;animation:atkDash 1.5s ease-in-out infinite,atkColor 6s ease-in-out infinite;stroke-linecap:round}@keyframes atkDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes atkColor{0%,to{stroke:#ff5652}40%{stroke:#2196f3}66%{stroke:#32c787}80%,90%{stroke:#ffc107}}@keyframes atkLoadingIconRotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.atk-loading-icon{animation:atkLoadingIconRotate .4s linear infinite;border-color:#29d transparent transparent #29d;border-radius:50%;border-style:solid;border-width:1px;box-sizing:border-box;height:18px;width:18px}.atk-fade-in{animation:atkFadeIn .3s both}.atk-fade-out{animation:atkFadeOut .2s both}.atk-rotate{animation:atkRotate 2s linear infinite}@keyframes atkFadeIn{0%{opacity:0}to{opacity:1}}@keyframes atkFadeOut{to{opacity:0}}@keyframes atkRotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.atk-icon:after{background-color:var(--at-color-deep);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1em;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:1em}.atk-icon-sync:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%234E5969' stroke-width='2' d='M4.991 4.876a7.083 7.083 0 0 0 3.726 11.976M14.418 15.482l.59-.59A7.083 7.083 0 0 0 11.28 2.917'/%3E%3Cpath fill='%23C4C4C4' stroke='%234E5969' stroke-width='2' d='m6.171 4.993-.59-.59-.588-.589H6.17zM13.83 15.008l.59.59.588.589H13.83z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%234E5969' stroke-width='2' d='M4.991 4.876a7.083 7.083 0 0 0 3.726 11.976M14.418 15.482l.59-.59A7.083 7.083 0 0 0 11.28 2.917'/%3E%3Cpath fill='%23C4C4C4' stroke='%234E5969' stroke-width='2' d='m6.171 4.993-.59-.59-.588-.589H6.17zM13.83 15.008l.59.59.588.589H13.83z'/%3E%3C/svg%3E")}.atk-icon-del:after{background-color:var(--at-color-red)!important;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23D06565' stroke-width='2' d='M2.292 5.042h2.52m0 0v13.291c0 .254.206.459.459.459h11.458a.46.46 0 0 0 .459-.459V5.042m-12.375 0h2.52m9.855 0h2.52m-2.52 0h-2.521m-7.334 0V3.208h7.334v1.834m-7.334 0h7.334M9.167 8.25v6.875m3.666-6.875v6.875'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23D06565' stroke-width='2' d='M2.292 5.042h2.52m0 0v13.291c0 .254.206.459.459.459h11.458a.46.46 0 0 0 .459-.459V5.042m-12.375 0h2.52m9.855 0h2.52m-2.52 0h-2.521m-7.334 0V3.208h7.334v1.834m-7.334 0h7.334M9.167 8.25v6.875m3.666-6.875v6.875'/%3E%3C/svg%3E")}.atk-icon-edit:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath stroke='%234E5969' stroke-width='1.5' d='m9.706 4.085 2.902 2.979M1 13.02 11.738 2l2.901 2.979L3.903 16H1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath stroke='%234E5969' stroke-width='1.5' d='m9.706 4.085 2.902 2.979M1 13.02 11.738 2l2.901 2.979L3.903 16H1z'/%3E%3C/svg%3E")}.atk-icon-check:after,.atk-icon-yes:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='25'%20height='25'%20fill='none'%20viewBox='0%200%2025%2025'%3E%3Cpath%20stroke='%234E5969'%20d='M21.707%205.755%209.922%2017.54l-6.63-6.629'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='25'%20height='25'%20fill='none'%20viewBox='0%200%2025%2025'%3E%3Cpath%20stroke='%234E5969'%20d='M21.707%205.755%209.922%2017.54l-6.63-6.629'/%3E%3C/svg%3E")}.atk-icon-plus:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20fill='none'%20viewBox='0%200%2020%2020'%3E%3Cpath%20stroke='%234E5969'%20stroke-width='2'%20d='M2.083%2010h15.834M10%202.083v15.834'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20fill='none'%20viewBox='0%200%2020%2020'%3E%3Cpath%20stroke='%234E5969'%20stroke-width='2'%20d='M2.083%2010h15.834M10%202.083v15.834'/%3E%3C/svg%3E")}.atk-icon-close-slim:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%234E5969' d='M19.866 5.134 12.5 12.5l-7.366 7.366M5.134 5.134 12.5 12.5l7.366 7.366'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%234E5969' d='M19.866 5.134 12.5 12.5l-7.366 7.366M5.134 5.134 12.5 12.5l7.366 7.366'/%3E%3C/svg%3E")}.atk-icon-arrow-left:after{-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M6.545 8 11 12.667 9.727 14 4 8l5.727-6L11 3.333z"/></svg>');mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M6.545 8 11 12.667 9.727 14 4 8l5.727-6L11 3.333z"/></svg>')}.atk-icon-close:after,.atk-icon-no:after{-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" stroke="currentColor" stroke-width="0" viewBox="0 0 512 512"><path stroke="none" d="M405 136.798 375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z"/></svg>');mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" stroke="currentColor" stroke-width="0" viewBox="0 0 512 512"><path stroke="none" d="M405 136.798 375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z"/></svg>')}.atk-error-layer{background-color:var(--at-color-bg-transl)}.atk-error-layer .atk-error-title{color:var(--at-color-red)}.atk-error-layer .atk-warn-title{color:var(--at-color-yellow)}.atk-error-layer .atk-error-title,.atk-error-layer .atk-warn-title{display:inline-block;font-size:20px;letter-spacing:-.5px;margin-bottom:20px;padding:0 15px}.atk-error-layer .atk-error-text{padding:0 20px;text-align:center}.atk-error-layer .atk-error-text *{color:var(--at-color-deep)}.atk-error-layer .atk-error-text a{color:var(--at-color-meta)}.atk-version-check-notice{background:var(--at-color-bg-grey);border-radius:8px;font-size:14px;margin-bottom:10px;padding:10px 20px}.atk-version-check-notice .atk-info{color:var(--at-color-meta)}.atk-version-check-notice .atk-ignore-btn{cursor:pointer;float:right}.atk-version-check-notice .atk-ignore-btn:hover{opacity:.8}.atk-layer-dialog-wrap{background-color:var(--at-color-bg-transl)}.atk-layer-dialog-wrap>.atk-layer-dialog{width:25%}.atk-layer-dialog-wrap>.atk-layer-dialog>.atk-layer-dialog-content .atk-captcha-img{border-right:1px solid var(--at-color-border);cursor:pointer;height:auto;margin-right:10px;padding-right:10px;vertical-align:bottom;width:170px}.atk-layer-dialog-wrap>.atk-layer-dialog>.atk-layer-dialog-content input{background-color:var(--at-color-bg);border:1px solid var(--at-color-border);border-radius:4px;display:block;line-height:34px;margin-bottom:5px;margin-top:10px;outline:none;padding:0 6px;text-align:center;width:100%}.atk-layer-dialog-wrap>.atk-layer-dialog>.atk-layer-dialog-actions{display:flex;flex-direction:row}.atk-layer-dialog-wrap>.atk-layer-dialog>.atk-layer-dialog-actions button{background:0 0;border:1px solid var(--at-color-main);border-radius:4px;color:var(--at-color-main);cursor:pointer;display:block;flex:1;line-height:30px;outline:none;padding:0 15px}.atk-layer-dialog-wrap>.atk-layer-dialog>.atk-layer-dialog-actions button:active{background:var(--at-color-main);color:#fff}.atk-layer-dialog-wrap>.atk-layer-dialog>.atk-layer-dialog-actions button:not(:last-child){margin-right:5px}.atk-layer-dialog-wrap>.atk-layer-dialog>.atk-layer-dialog-actions button.error{background:#ff5652;border-color:#ff5652;color:#fff}.atk-layer-dialog-wrap>.atk-layer-dialog .atk-checker-iframe-wrap{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999998}.atk-layer-dialog-wrap>.atk-layer-dialog .atk-checker-iframe-wrap>iframe{border:0;height:100%;width:100%}.atk-layer-dialog-wrap>.atk-layer-dialog .atk-checker-iframe-wrap .atk-close-btn{align-content:center;align-items:center;cursor:pointer;display:flex;flex-direction:column;height:50px;justify-content:center;margin-left:10px;place-content:center;position:fixed;right:20px;top:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px;z-index:999999}.atk-layer-dialog-wrap>.atk-layer-dialog .atk-checker-iframe-wrap .atk-close-btn:hover .atk-icon-close:after{background-color:rgba(232,17,35,.9)}@media only screen and (max-width:768px){.atk-layer-dialog-wrap>.atk-layer-dialog{width:90%!important}}.atk-notify{background-color:#2c2c2c;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:14px;overflow:hidden;padding:5px 15px}.atk-notify:not(:last-child){margin-bottom:3px}.atk-notify .atk-notify-content{color:#fff}.atk-layer-wrap .atk-layer-mask{background:rgba(0,0,0,.3);height:100%;left:0;position:fixed;top:0;width:100%;z-index:99998}.atk-layer-wrap .atk-layer-item{height:100%;position:fixed;right:0;top:0;width:100%;z-index:99999}.atk-common-action-btn.atk-btn-confirm,.atk-common-action-btn.atk-btn-warn{color:var(--at-color-yellow)!important}.atk-common-action-btn.atk-btn-error{color:var(--at-color-red)!important}.atk-common-action-btn.atk-btn-success{color:var(--at-color-green)!important}img[atk-emoticon]{display:inline;display:initial;max-height:60px}.atk-editor-plug-emoticons{height:100%;width:100%}.atk-editor-plug-emoticons>.atk-grp-wrap{height:100%;overflow-x:hidden;overflow-y:scroll;width:100%}.atk-editor-plug-emoticons>.atk-grp-wrap>.atk-grp{display:flex;flex-direction:row;flex-wrap:wrap;padding:5px 10px 35px}.atk-editor-plug-emoticons>.atk-grp-wrap>.atk-grp[data-type=image]>.atk-item{height:63px;width:63px}.atk-editor-plug-emoticons>.atk-grp-wrap>.atk-grp[data-type=emoji]>.atk-item{font-size:24px}.atk-editor-plug-emoticons>.atk-grp-wrap>.atk-grp>.atk-item{align-items:center;cursor:pointer;display:flex;font-size:15px;justify-content:center;margin:2px;min-width:35px;padding:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.atk-editor-plug-emoticons>.atk-grp-wrap>.atk-grp>.atk-item>img{max-height:100%;width:auto}.atk-editor-plug-emoticons>.atk-grp-wrap>.atk-grp>.atk-item:hover{background:var(--at-color-bg-grey)}.atk-editor-plug-emoticons>.atk-grp-switcher{background:var(--at-color-bg-transl);border-bottom:1px solid var(--at-color-border);border-top:1px solid var(--at-color-border);bottom:0;font-size:14px;height:30px;left:0;position:absolute;width:100%}.atk-editor-plug-emoticons>.atk-grp-switcher>span{cursor:pointer;display:block;float:left;line-height:30px;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.atk-editor-plug-emoticons>.atk-grp-switcher>span.active,.atk-editor-plug-emoticons>.atk-grp-switcher>span:hover{background:var(--at-color-bg-grey)}.atk-editor-plug-preview{height:100%;overflow-x:hidden;overflow-y:scroll;padding:10px 15px;width:100%}