@charset "UTF-8";*{box-sizing:border-box}html,body{background:#fafafa;color:#2c2c2c;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif;font-size:16px;line-height:1.7;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.container{max-width:960px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:#2c2c2c;margin:1.5em 0 .8em;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif}h1{font-size:1.5rem;margin-top:0}h2{font-size:1.3rem}h3{font-size:1.2rem}h4{font-size:1.1rem}h5{font-size:1rem}h6{font-size:.9rem}a{color:#ff6b35;text-decoration:none;transition:color .2s ease,border-bottom-color .2s ease;border-bottom:1px solid transparent}a:hover{color:#ff4602;border-bottom-color:initial}a:visited{color:#ff581c}.site-header{background:rgba(255,255,255,.98);border-bottom:1px solid #ffe0b2;backdrop-filter:blur(12px);padding:24px 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,5%)}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;padding:0 24px}.logo{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif;font-size:1.75rem;font-weight:700;color:#ff6b35;text-decoration:none;letter-spacing:-.025em}.logo:hover{color:#ff9800}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:8px}.site-nav .menu-item .menu-item-link{color:#666;text-decoration:none;padding:12px 16px;border-radius:6px;background:0 0;font-size:.9rem;font-weight:500;transition:all .2s ease;border:1px solid transparent}.site-nav .menu-item .menu-item-link:hover{color:#ff6b35;background:rgba(255,107,53,4%);border-color:#ffe0b2}.site-nav .menu-item .menu-item-link:active{transform:translateY(1px)}.main{min-height:calc(100vh - 200px);padding:48px 0}.posts .post,.post-list .post{background:#fff;border:1px solid #ffe0b2;border-radius:12px;padding:32px;margin-bottom:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,5%)}.posts .post:hover,.post-list .post:hover{border-color:#ff8a65;box-shadow:0 8px 25px rgba(255,107,53,.12);transform:translateY(-2px)}.posts .post .post-header,.post-list .post .post-header{margin-bottom:20px}.posts .post .post-header .post-title,.post-list .post .post-header .post-title{margin:0 0 12px;font-size:1.5rem;font-weight:600;color:#2c2c2c}.posts .post .post-header .post-title a,.post-list .post .post-header .post-title a{color:inherit;text-decoration:none;transition:color .2s ease}.posts .post .post-header .post-title a:hover,.post-list .post .post-header .post-title a:hover{color:#ff6b35}.posts .post .post-header .post-meta,.post-list .post .post-header .post-meta{color:#666;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:16px}.posts .post .post-header .post-meta .post-time,.post-list .post .post-header .post-meta .post-time{display:flex;align-items:center}.posts .post .post-header .post-meta .post-time::before,.post-list .post .post-header .post-meta .post-time::before{content:"📅";margin-right:6px}.posts .post .post-header .post-meta .post-category a,.post-list .post .post-header .post-meta .post-category a{color:#ff6b35;background:rgba(255,107,53,.1);padding:4px 12px;border-radius:16px;text-decoration:none;font-size:.8rem;font-weight:600;border:1px solid transparent;transition:all .2s ease}.posts .post .post-header .post-meta .post-category a:hover,.post-list .post .post-header .post-meta .post-category a:hover{background:#ff6b35;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,53,.3)}.posts .post .post-summary,.post-list .post .post-summary{color:#2c2c2c;line-height:1.7;font-size:1rem;margin-bottom:20px}.posts .post .read-more-link,.post-list .post .read-more-link{color:#ff9800;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;transition:all .2s ease}.posts .post .read-more-link::after,.post-list .post .read-more-link::after{content:"→";margin-left:8px;transition:transform .2s ease}.posts .post .read-more-link:hover,.post-list .post .read-more-link:hover{color:#d68000}.posts .post .read-more-link:hover::after,.post-list .post .read-more-link:hover::after{transform:translateX(4px)}.post{background:#fff;border-radius:8px;padding:0;margin-bottom:48px;box-shadow:0 2px 8px rgba(0,0,0,5%)}.post .post-header{padding:50px 50px 30px;margin-bottom:0;border-bottom:none;background:linear-gradient(135deg,#fafafa 0%,#ffffff 100%)}.post .post-header .post-title{font-size:2.2rem;font-weight:800;color:#2c2c2c;margin:0 0 20px;letter-spacing:-.03em;line-height:1.2;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif;position:relative}.post .post-header .post-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#ff6b35,#ff9800);border-radius:2px}.post .post-header .post-meta{margin-top:16px;color:#666;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.post .post-header .post-meta .post-time{color:#2c2c2c;font-weight:600}.post .post-header .post-meta .post-time::before{content:"📅 ";margin-right:6px}.post .post-header .post-meta .post-categories{display:flex;align-items:center;gap:8px}.post .post-header .post-meta .post-categories::before{content:"📁";margin-right:4px}.post .post-header .post-meta .post-categories a{color:#ff6b35;background:rgba(255,107,53,8%);padding:4px 10px;border-radius:12px;text-decoration:none;font-size:.85rem;font-weight:600;border:1px solid rgba(255,107,53,.15);transition:all .2s ease}.post .post-header .post-meta .post-categories a:hover{background:#ff6b35;color:#fff;transform:translateY(-1px)}.post .post-header .post-meta .post-tags{display:flex;align-items:center;gap:8px}.post .post-header .post-meta .post-tags::before{content:"🏷️";margin-right:4px}.post .post-header .post-meta .post-tags a{color:#666;background:#f0f0f0;padding:3px 8px;border-radius:8px;text-decoration:none;font-size:.8rem;font-weight:500;transition:all .2s ease}.post .post-header .post-meta .post-tags a:hover{background:#e0e0e0;color:#2c2c2c}.post .post-content{line-height:1.7;color:#2c2c2c;font-size:1.05rem;max-width:100%;overflow-wrap:break-word;padding:40px 50px 50px;margin:0}.post .post-content h1,.post .post-content h2,.post .post-content h3,.post .post-content h4,.post .post-content h5,.post .post-content h6{color:#2c2c2c;font-weight:700;margin:2em 0 1em;scroll-margin-top:20px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif;background:0 0;border-left:none;border-bottom:2px solid #f0f0f0;border-radius:0;padding:0 0 8px;margin-left:0;margin-right:0;width:100%;box-sizing:border-box;word-break:break-word;overflow-wrap:break-word}.post .post-content h1{font-size:1.4rem;margin-top:0;border-bottom-color:#ff6b35;color:#ff6b35}.post .post-content h2{font-size:1.25rem;border-bottom-color:#e8e8e8}.post .post-content h3{font-size:1.15rem;border-bottom-color:#f0f0f0}.post .post-content h4{font-size:1.1rem;border-bottom-color:#f5f5f5}.post .post-content h5{font-size:1.05rem;border-bottom-color:#f8f8f8}.post .post-content h6{font-size:1rem;border-bottom-color:#fafafa}.post .post-content p{margin:1.2em 0;font-size:1.05rem;line-height:1.7;text-indent:0;padding:0;word-wrap:break-word;overflow-wrap:break-word}.post .post-content p::before,.post .post-content p::after{display:none!important}.post .post-content ul,.post .post-content ol{padding-left:25px;margin:1.5em 0}.post .post-content ul li,.post .post-content ol li{margin-bottom:10px;font-size:1.05rem;line-height:1.7;word-wrap:break-word}.post .post-content pre,.post .post-content .highlight pre,.post .post-content .highlight>.chroma pre,.post .post-content figure.highlight pre,.post .post-content figure.highlight>.chroma pre,.post .post-content .highlight .code pre,.post .post-content .chroma .lntd:last-child pre{background:#f8f9fa!important;border:1px solid #e9ecef!important;border-radius:0!important;padding:24px 28px!important;overflow-x:auto;margin:2em 0;font-size:.9rem!important;box-shadow:0 1px 3px rgba(0,0,0,5%)!important;position:relative;word-wrap:break-word;max-width:100%;font-family:sf mono,consolas,monaco,inconsolata,monospace!important;color:#2c2c2c!important}.post .post-content .highlight,.post .post-content .highlight>.chroma,.post .post-content figure.highlight,.post .post-content figure.highlight>.chroma,.post .post-content .chroma,.post .post-content .highlight .code,.post .post-content .highlight table{border-radius:0!important}.post .post-content pre code,.post .post-content .highlight pre code,.post .post-content .highlight>.chroma pre code,.post .post-content figure.highlight pre code,.post .post-content figure.highlight>.chroma pre code,.post .post-content .highlight .code pre code,.post .post-content .chroma pre{background:0 0!important;color:#2c2c2c!important;padding:0!important;margin:0!important;font-family:inherit!important;font-size:inherit!important;line-height:1.6;white-space:pre;word-wrap:break-word;overflow-wrap:break-word}.post .post-content pre code *,.post .post-content .highlight pre code *,.post .post-content .highlight>.chroma pre code *,.post .post-content figure.highlight pre code *,.post .post-content figure.highlight>.chroma pre code *,.post .post-content .highlight .code pre code *,.post .post-content .chroma pre *{color:inherit!important}.post .post-content .highlight table,.post .post-content .highlight>.chroma table{background:0 0!important;border:none!important;box-shadow:none!important;margin:0!important}.post .post-content .highlight table::after,.post .post-content .highlight>.chroma table::after{display:none!important}.post .post-content .highlight .gutter,.post .post-content .highlight>.chroma .lntd:first-child{display:none!important}.post .post-content .highlight .code,.post .post-content .highlight>.chroma .lntd:last-child{width:100%!important}.post .post-content .highlight .code pre,.post .post-content .highlight>.chroma .lntd:last-child pre{padding:0!important;background:0 0!important;margin:0!important}.post .post-content .highlight .code .k,.post .post-content .highlight .code .kc,.post .post-content .highlight .code .kd,.post .post-content .highlight .code .kn,.post .post-content .highlight .code .kp,.post .post-content .highlight .code .kr,.post .post-content .highlight .code .kt,.post .post-content .highlight>.chroma .k,.post .post-content .highlight>.chroma .kc,.post .post-content .highlight>.chroma .kd,.post .post-content .highlight>.chroma .kn,.post .post-content .highlight>.chroma .kp,.post .post-content .highlight>.chroma .kr,.post .post-content .highlight>.chroma .kt,.post .post-content figure.highlight .k,.post .post-content figure.highlight .kc,.post .post-content figure.highlight .kd,.post .post-content figure.highlight .kn,.post .post-content figure.highlight .kp,.post .post-content figure.highlight .kr,.post .post-content figure.highlight .kt,.post .post-content .chroma .k,.post .post-content .chroma .kc,.post .post-content .chroma .kd,.post .post-content .chroma .kn,.post .post-content .chroma .kp,.post .post-content .chroma .kr,.post .post-content .chroma .kt{color:#d73a49!important}.post .post-content .highlight .code .n,.post .post-content .highlight .code .na,.post .post-content .highlight .code .nb,.post .post-content .highlight .code .nc,.post .post-content .highlight .code .nd,.post .post-content .highlight .code .ni,.post .post-content .highlight .code .ne,.post .post-content .highlight .code .nf,.post .post-content .highlight .code .nl,.post .post-content .highlight .code .nn,.post .post-content .highlight .code .nx,.post .post-content .highlight .code .py,.post .post-content .highlight .code .nt,.post .post-content .highlight .code .nv,.post .post-content .highlight .code .vc,.post .post-content .highlight .code .vg,.post .post-content .highlight .code .vi,.post .post-content .highlight .code .vm,.post .post-content .highlight>.chroma .n,.post .post-content .highlight>.chroma .na,.post .post-content .highlight>.chroma .nb,.post .post-content .highlight>.chroma .nc,.post .post-content .highlight>.chroma .nd,.post .post-content .highlight>.chroma .ni,.post .post-content .highlight>.chroma .ne,.post .post-content .highlight>.chroma .nf,.post .post-content .highlight>.chroma .nl,.post .post-content .highlight>.chroma .nn,.post .post-content .highlight>.chroma .nx,.post .post-content .highlight>.chroma .py,.post .post-content .highlight>.chroma .nt,.post .post-content .highlight>.chroma .nv,.post .post-content .highlight>.chroma .vc,.post .post-content .highlight>.chroma .vg,.post .post-content .highlight>.chroma .vi,.post .post-content .highlight>.chroma .vm,.post .post-content figure.highlight .n,.post .post-content figure.highlight .na,.post .post-content figure.highlight .nb,.post .post-content figure.highlight .nc,.post .post-content figure.highlight .nd,.post .post-content figure.highlight .ni,.post .post-content figure.highlight .ne,.post .post-content figure.highlight .nf,.post .post-content figure.highlight .nl,.post .post-content figure.highlight .nn,.post .post-content figure.highlight .nx,.post .post-content figure.highlight .py,.post .post-content figure.highlight .nt,.post .post-content figure.highlight .nv,.post .post-content figure.highlight .vc,.post .post-content figure.highlight .vg,.post .post-content figure.highlight .vi,.post .post-content figure.highlight .vm,.post .post-content .chroma .n,.post .post-content .chroma .na,.post .post-content .chroma .nb,.post .post-content .chroma .nc,.post .post-content .chroma .nd,.post .post-content .chroma .ni,.post .post-content .chroma .ne,.post .post-content .chroma .nf,.post .post-content .chroma .nl,.post .post-content .chroma .nn,.post .post-content .chroma .nx,.post .post-content .chroma .py,.post .post-content .chroma .nt,.post .post-content .chroma .nv,.post .post-content .chroma .vc,.post .post-content .chroma .vg,.post .post-content .chroma .vi,.post .post-content .chroma .vm{color:#005cc5!important}.post .post-content .highlight .code .l,.post .post-content .highlight .code .ld,.post .post-content .highlight .code .s,.post .post-content .highlight .code .sa,.post .post-content .highlight .code .sb,.post .post-content .highlight .code .sc,.post .post-content .highlight .code .dl,.post .post-content .highlight .code .sd,.post .post-content .highlight .code .s2,.post .post-content .highlight .code .se,.post .post-content .highlight .code .sh,.post .post-content .highlight .code .si,.post .post-content .highlight .code .sx,.post .post-content .highlight .code .sr,.post .post-content .highlight .code .s1,.post .post-content .highlight .code .ss,.post .post-content .highlight>.chroma .l,.post .post-content .highlight>.chroma .ld,.post .post-content .highlight>.chroma .s,.post .post-content .highlight>.chroma .sa,.post .post-content .highlight>.chroma .sb,.post .post-content .highlight>.chroma .sc,.post .post-content .highlight>.chroma .dl,.post .post-content .highlight>.chroma .sd,.post .post-content .highlight>.chroma .s2,.post .post-content .highlight>.chroma .se,.post .post-content .highlight>.chroma .sh,.post .post-content .highlight>.chroma .si,.post .post-content .highlight>.chroma .sx,.post .post-content .highlight>.chroma .sr,.post .post-content .highlight>.chroma .s1,.post .post-content .highlight>.chroma .ss,.post .post-content figure.highlight .l,.post .post-content figure.highlight .ld,.post .post-content figure.highlight .s,.post .post-content figure.highlight .sa,.post .post-content figure.highlight .sb,.post .post-content figure.highlight .sc,.post .post-content figure.highlight .dl,.post .post-content figure.highlight .sd,.post .post-content figure.highlight .s2,.post .post-content figure.highlight .se,.post .post-content figure.highlight .sh,.post .post-content figure.highlight .si,.post .post-content figure.highlight .sx,.post .post-content figure.highlight .sr,.post .post-content figure.highlight .s1,.post .post-content figure.highlight .ss,.post .post-content .chroma .l,.post .post-content .chroma .ld,.post .post-content .chroma .s,.post .post-content .chroma .sa,.post .post-content .chroma .sb,.post .post-content .chroma .sc,.post .post-content .chroma .dl,.post .post-content .chroma .sd,.post .post-content .chroma .s2,.post .post-content .chroma .se,.post .post-content .chroma .sh,.post .post-content .chroma .si,.post .post-content .chroma .sx,.post .post-content .chroma .sr,.post .post-content .chroma .s1,.post .post-content .chroma .ss{color:#032f62!important}.post .post-content .highlight .code .m,.post .post-content .highlight .code .mb,.post .post-content .highlight .code .mf,.post .post-content .highlight .code .mh,.post .post-content .highlight .code .mi,.post .post-content .highlight .code .il,.post .post-content .highlight .code .mo,.post .post-content .highlight>.chroma .m,.post .post-content .highlight>.chroma .mb,.post .post-content .highlight>.chroma .mf,.post .post-content .highlight>.chroma .mh,.post .post-content .highlight>.chroma .mi,.post .post-content .highlight>.chroma .il,.post .post-content .highlight>.chroma .mo,.post .post-content figure.highlight .m,.post .post-content figure.highlight .mb,.post .post-content figure.highlight .mf,.post .post-content figure.highlight .mh,.post .post-content figure.highlight .mi,.post .post-content figure.highlight .il,.post .post-content figure.highlight .mo,.post .post-content .chroma .m,.post .post-content .chroma .mb,.post .post-content .chroma .mf,.post .post-content .chroma .mh,.post .post-content .chroma .mi,.post .post-content .chroma .il,.post .post-content .chroma .mo{color:#005cc5!important;font-weight:600!important}.post .post-content .highlight .code .c,.post .post-content .highlight .code .ch,.post .post-content .highlight .code .cm,.post .post-content .highlight .code .cp,.post .post-content .highlight .code .cpf,.post .post-content .highlight .code .cs,.post .post-content .highlight .code .c1,.post .post-content .highlight .code .cd,.post .post-content .highlight>.chroma .c,.post .post-content .highlight>.chroma .ch,.post .post-content .highlight>.chroma .cm,.post .post-content .highlight>.chroma .cp,.post .post-content .highlight>.chroma .cpf,.post .post-content .highlight>.chroma .cs,.post .post-content .highlight>.chroma .c1,.post .post-content .highlight>.chroma .cd,.post .post-content figure.highlight .c,.post .post-content figure.highlight .ch,.post .post-content figure.highlight .cm,.post .post-content figure.highlight .cp,.post .post-content figure.highlight .cpf,.post .post-content figure.highlight .cs,.post .post-content figure.highlight .c1,.post .post-content figure.highlight .cd,.post .post-content .chroma .c,.post .post-content .chroma .ch,.post .post-content .chroma .cm,.post .post-content .chroma .cp,.post .post-content .chroma .cpf,.post .post-content .chroma .cs,.post .post-content .chroma .c1,.post .post-content .chroma .cd{color:#6a737d!important;font-style:italic!important}.post .post-content .highlight .code .p,.post .post-content .highlight .code .o,.post .post-content .highlight .code .ow,.post .post-content .highlight>.chroma .p,.post .post-content .highlight>.chroma .o,.post .post-content .highlight>.chroma .ow,.post .post-content figure.highlight .p,.post .post-content figure.highlight .o,.post .post-content figure.highlight .ow,.post .post-content .chroma .p,.post .post-content .chroma .o,.post .post-content .chroma .ow{color:#24292e!important}.post .post-content .highlight .code .gi,.post .post-content .highlight>.chroma .gi,.post .post-content figure.highlight .gi,.post .post-content .chroma .gi{color:#22863a!important}.post .post-content .highlight .code .gd,.post .post-content .highlight>.chroma .gd,.post .post-content figure.highlight .gd,.post .post-content .chroma .gd{color:#cb2431!important}.post .post-content .highlight .code .lnt,.post .post-content .highlight .code .ln,.post .post-content .highlight>.chroma .lnt,.post .post-content .highlight>.chroma .ln,.post .post-content figure.highlight .lnt,.post .post-content figure.highlight .ln,.post .post-content .chroma .lnt,.post .post-content .chroma .ln{display:none!important}.post .post-content .highlight .code .hl,.post .post-content .highlight>.chroma .hl,.post .post-content figure.highlight .hl,.post .post-content .chroma .hl{background-color:rgba(255,107,53,.1)!important;display:block!important}.post .post-content .chroma .k{color:#d73a49!important}.post .post-content .chroma .n{color:#005cc5!important}.post .post-content .chroma .s{color:#032f62!important}.post .post-content .chroma .m{color:#005cc5!important;font-weight:600!important}.post .post-content .chroma .c{color:#6a737d!important;font-style:italic!important}.post .post-content .chroma .nf{color:#6f42c1!important}.post .post-content .lntable .lntd:first-child,.post .post-content .chroma .lntd:first-child,.post .post-content .lntable .ln,.post .post-content .chroma .ln,.post .post-content .chroma .lnt{display:none!important;visibility:hidden!important}.post .post-content .lntable .lntd:last-child,.post .post-content .chroma .lntd:last-child{width:100%!important;max-width:100%!important}.post .post-content code:not(pre code){background:rgba(255,107,53,8%);color:#ff6b35;padding:2px 5px;border-radius:0!important;font-size:.85em;font-weight:500;border:1px solid rgba(255,107,53,.15);font-family:sf mono,consolas,monaco,inconsolata,monospace;display:inline;word-wrap:break-word}.post .post-content blockquote{border-left:3px solid #ff6b35;background:rgba(255,107,53,3%);padding:15px 20px;margin:1.8em 0;color:#666;border-radius:0 4px 4px 0;font-style:italic;font-size:1.05rem;line-height:1.7;word-wrap:break-word}.post .post-content table{width:100%;border-collapse:collapse;margin:2em 0;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,5%)}.post .post-content table th,.post .post-content table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0;font-size:.95rem}.post .post-content table th{background:#f8f9fa;font-weight:600;color:#2c2c2c;font-size:.9rem;text-transform:uppercase;letter-spacing:.3px}.post .post-content table tr:hover{background:rgba(255,107,53,3%)}.post .post-content table tr:last-child td{border-bottom:none}.post .post-content a{color:#ff6b35;text-decoration:none;border-bottom:1px solid rgba(255,107,53,.3);transition:all .2s ease;word-wrap:break-word}.post .post-content a:hover{color:#ff4d0c;border-bottom-color:rgba(255,107,53,.6)}.post .post-content img{max-width:100%;height:auto;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,5%);margin:2em 0;display:block}.post-footer .post-nav .prev,.post-footer .post-nav .next{font-size:.85rem!important;font-weight:600}@media(max-width:768px){.post-footer .post-nav .prev,.post-footer .post-nav .next{font-size:.8rem!important}}.archive .archive-title{margin-bottom:40px}.archive .archive-title .archive-name{color:#2c2c2c;font-size:1.5rem;font-weight:600;border-bottom:2px solid #ff6b35;padding-bottom:8px;display:inline-block}.archive .archive-post{padding:16px 20px;margin-bottom:8px;background:#fff;border:1px solid #ffe0b2;border-radius:8px;transition:all .2s ease}.archive .archive-post:hover{border-color:#ff6b35;background:rgba(255,107,53,4%);transform:translateX(4px)}.archive .archive-post .archive-post-time{color:#666;font-size:.875rem;font-weight:500;margin-right:16px}.archive .archive-post .archive-post-title{font-weight:500}.archive .archive-post .archive-post-title a{color:#2c2c2c;text-decoration:none}.archive .archive-post .archive-post-title a:hover{color:#ff6b35}.terms .terms-title{text-align:center;margin-bottom:50px;font-size:1.3rem;font-weight:600;color:#666;border-bottom:1px solid #e5e5e5;padding-bottom:12px;display:inline-block;letter-spacing:.5px}.terms .terms-tags{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;max-width:100%}.terms .terms-tags .terms-link{background:#fff;border:1px solid #e0e0e0;color:#2c2c2c;padding:8px 14px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;border-radius:0!important;box-shadow:0 1px 2px rgba(0,0,0,5%);display:inline-flex;align-items:center;gap:8px;min-height:36px;color:#2c2c2c;line-height:1}.terms .terms-tags .terms-link .terms-count{background:#f5f5f5;color:#2c2c2c;padding:4px 8px;border-radius:0!important;font-size:.85rem;font-weight:600;min-width:24px;text-align:center;border:1px solid #e0e0e0;line-height:1}.terms .terms-tags .terms-link:hover{background:#f8f8f8;border-color:#ff6b35;color:#ff6b35;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.1)}.terms .terms-tags .terms-link:hover .terms-count{background:rgba(255,107,53,.1);color:#ff6b35;border-color:rgba(255,107,53,.3)}.pagination{display:flex;justify-content:center;gap:8px;margin:48px 0}.pagination .page-item .page-link{background:#fff;border:1px solid #ffe0b2;color:#2c2c2c;padding:12px 16px;text-decoration:none;font-weight:500;transition:all .2s ease;border-radius:8px;min-width:48px;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,5%)}.pagination .page-item .page-link:hover{background:#ff6b35;color:#fff;border-color:#ff6b35;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,53,.3)}.pagination .page-item.active .page-link{background:#ff9800;border-color:#ff9800;color:#fff}.footer{background:#fff;color:#666;padding:48px 0;margin-top:80px;border-top:1px solid #ffe0b2}.footer .footer-content{text-align:center;font-size:.9rem}.footer .footer-content .copyright{margin-bottom:16px}.footer .footer-content .copyright a{color:#ff6b35;text-decoration:none}.footer .footer-content .copyright a:hover{color:#ff9800}.footer .social{margin-top:24px}.footer .social .social-link{color:#666;text-decoration:none;margin:0 12px;font-size:1.2rem;transition:color .2s ease}.footer .social .social-link:hover{color:#ff6b35}::selection{background:rgba(255,107,53,.2);color:#2c2c2c}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#ffe0b2;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffccbc}*:focus{outline:2px solid #ff6b35;outline-offset:2px}@media(max-width:768px){.container{padding:0 16px}.header-content{padding:0 16px;flex-direction:column;gap:16px}.logo{font-size:1.5rem}.site-nav ul{justify-content:center}.post .post-header{padding:30px 20px 20px}.post .post-header .post-title{font-size:1.6rem;line-height:1.3}.post .post-header .post-title::after{width:40px;height:2px}.post .post-header .post-meta{flex-direction:column;align-items:flex-start;gap:12px;font-size:.9rem}.post .post-header .post-meta .post-categories,.post .post-header .post-meta .post-tags{flex-wrap:wrap}.post .post-content{padding:20px}.post .post-content{font-size:1rem;line-height:1.6}.post .post-content h1,.post .post-content h2,.post .post-content h3,.post .post-content h4,.post .post-content h5,.post .post-content h6{padding:0;margin:1.8em 0 .8em}.post .post-content h1{font-size:1.3rem}.post .post-content h2{font-size:1.2rem}.post .post-content h3{font-size:1.15rem}.post .post-content h4{font-size:1.1rem}.post .post-content h5{font-size:1.05rem}.post .post-content h6{font-size:1rem}.post .post-content p{font-size:1rem;margin:1.1em 0}.post .post-content ul,.post .post-content ol{padding-left:20px}.post .post-content pre{padding:15px 18px!important;font-size:.85rem!important}.post .post-content blockquote{padding:12px 16px;margin:1.5em 0}.post .post-content table th,.post .post-content table td{padding:10px 12px;font-size:.9rem}.terms .terms-tags .terms-link{font-size:.8rem;padding:8px 16px}}pre,code,.highlight,.chroma,figure.highlight,.highlight pre,.chroma pre,.highlight code,.chroma code,.highlight table,.chroma table,.highlight .code,.chroma .lntd,.highlight .gutter,.lntable{border-radius:0!important}pre,.highlight pre,.chroma pre,figure.highlight pre,.highlight .code pre,.chroma .lntd:last-child pre{padding:24px 28px!important}pre *,.highlight pre *,.chroma pre *,figure.highlight pre *,.highlight .code pre *,.chroma .lntd:last-child pre *{line-height:1.6!important}@font-face{font-family:chancery;src:url(../fonts/chancery/apple-chancery-webfont.eot);src:local("Apple Chancery"),url(../fonts/chancery/apple-chancery-webfont.eot?#iefix)format("embedded-opentype"),url(../fonts/chancery/apple-chancery-webfont.woff2)format("woff2"),url(../fonts/chancery/apple-chancery-webfont.woff)format("woff"),url(../fonts/chancery/apple-chancery-webfont.ttf)format("truetype"),url(../fonts/chancery/apple-chancery-webfont.svg#apple-chancery)format("svg");font-weight:lighter;font-style:normal;font-display:swap}/*!normalize.css v3.0.2 | MIT License | git.io/normalize*/html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{font-size:16px;box-sizing:border-box}body{padding:0;margin:0;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background:#fff;scroll-behavior:smooth;border-top:3px solid #ff6b35}@media screen and (max-width:960px){body{border-top:0}}::selection{background:#ff6b35;color:#fff}img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}a{color:#333;text-decoration:none}h1{font-size:26px;font-family:merriweather,georgia,times new roman,serif}h2{font-size:24px;font-family:merriweather,georgia,times new roman,serif}h3{font-size:20px;font-family:merriweather,georgia,times new roman,serif}h4{font-size:16px;font-family:merriweather,georgia,times new roman,serif}h5{font-size:14px;font-family:merriweather,georgia,times new roman,serif}h6{font-size:14px;font-family:merriweather,georgia,times new roman,serif}.container{margin:0 auto;width:960px}@media screen and (max-width:960px){.container{width:100%;box-shadow:-1px -5px 5px #bdbdbd}}.content-wrapper{padding:0 24px}.video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@font-face{font-family:iconfont;src:url(../fonts/iconfont/iconfont.eot);src:url(../fonts/iconfont/iconfont.eot#iefix)format("embedded-opentype"),url(../fonts/iconfont/iconfont.woff)format("woff"),url(../fonts/iconfont/iconfont.ttf)format("truetype"),url(../fonts/iconfont/iconfont.svg#iconfont)format("svg");font-display:swap}.post .post-content details.admonition summary:after,.post .post-content .admonition .admonition-title:before,.iconfont{font-family:iconfont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-text-stroke-width:.2px;cursor:pointer;letter-spacing:0;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-bilibili:before{content:"\e900";font-size:.9em;position:relative;top:-4px}.icon-instagram:before{font-size:.95em;content:"\e611";position:relative;top:1px}.icon-douban:before{content:"\e610";position:relative;top:2px}.icon-tumblr:before{content:"\e69f";font-size:.85em;position:relative;top:-2px}.icon-linkedin:before{content:"\e60d";position:relative;top:-2px}.icon-twitter:before{content:"\e600"}.icon-weibo:before{content:"\e602";position:relative;top:2px}.icon-stack-overflow:before{content:"\e902";font-size:.85em;position:relative;top:-4px}.icon-email:before{content:"\e605";position:relative;top:-2px}.icon-facebook:before{content:"\e601";font-size:.95em;position:relative;top:-2px}.icon-gitlab:before{content:"\e901";font-size:.9em;position:relative;top:-4px}.icon-github:before{content:"\e606";position:relative;top:-1px}.icon-rss:before{content:"\e604"}.icon-google:before{content:"\e609";position:relative;top:2px}.icon-zhihu:before{content:"\e607";font-size:.9em}.icon-pocket:before{content:"\e856";position:relative;top:2px}.icon-heart:before{content:"\e608"}.icon-right:before{content:"\e60a"}.icon-left:before{content:"\e60b"}.icon-up:before{content:"\e60c"}.icon-close:before{content:"\e60f"}.icon-link:before{content:"\e909"}.header{padding:20px}.header:before,.header:after{content:" ";display:table}.header:after{clear:both}.header .logo-wrapper{float:left}.header .logo-wrapper .logo{font-size:48px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif}@media screen and (max-width:960px){.header .logo-wrapper{display:none}}.header .site-navbar{float:right}.header .site-navbar .menu{display:inline-block;position:relative;padding-left:0;padding-right:25px;font-family:merriweather,georgia,times new roman,serif}.header .site-navbar .menu .menu-item{display:inline-block;display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.header .site-navbar .menu .menu-item+.menu-item{margin-left:10px}.header .site-navbar .menu .menu-item:before{content:'';position:absolute;z-index:-1;height:2px;bottom:0;left:51%;right:51%;background:#ff6b35;transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}.header .site-navbar .menu .menu-item.active:before,.header .site-navbar .menu .menu-item:active:before,.header .site-navbar .menu .menu-item:focus:before,.header .site-navbar .menu .menu-item:hover:before{right:0;left:0}.header .site-navbar .menu .menu-item-link{font-size:18px}@media screen and (max-width:960px){.header .site-navbar{display:none}}.header .language-selector{float:right}@media screen and (max-width:960px){.header{padding:50px 0 0;text-align:center}.header .language-selector{display:none}}.posts{margin-bottom:20px;border-bottom:1px solid #fff3e0}.post{padding:1.5em 0}.post+.post{border-top:1px solid #fff3e0}.post .post-header{margin-bottom:20px}.post .post-header .post-title{margin:0;font-size:27px;font-weight:400;font-family:merriweather,georgia,times new roman,serif}.post .post-header .post-link{display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.post .post-header .post-link:before{content:'';position:absolute;z-index:-1;height:2px;bottom:0;left:51%;right:51%;background:#ff6b35;transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}.post .post-header .post-link.active:before,.post .post-header .post-link:active:before,.post .post-header .post-link:focus:before,.post .post-header .post-link:hover:before{right:0;left:0}.post .post-header .post-meta{font-size:14px;color:#5d4037}.post .post-header .post-meta .post-time{font-size:15px}.post .post-header .post-meta .post-category{display:inline}.post .post-header .post-meta .post-category a{color:inherit}.post .post-header .post-meta .post-category a::before{content:'·'}.post .post-header .post-meta .post-category a:hover{color:#ff6b35}.post .post-header .post-meta .more-meta::before{content:'·'}.post .post-toc{position:absolute;width:200px;margin-left:945px;padding:10px;font-family:merriweather,georgia,times new roman,serif;border-radius:5px;background:rgba(248,249,250,.6);box-shadow:1px 1px 2px rgba(0,0,0,.125);word-wrap:break-word;box-sizing:border-box}.post .post-toc .post-toc-title{margin:0 10px;font-size:20px;font-weight:400;text-transform:uppercase}.post .post-toc .post-toc-content{font-size:15px}.post .post-toc .post-toc-content.always-active ul{display:block}.post .post-toc .post-toc-content>nav>ul{margin:10px 0}.post .post-toc .post-toc-content ul{padding-left:20px;list-style:square}.post .post-toc .post-toc-content ul ul{padding-left:15px;display:none}.post .post-toc .post-toc-content ul .has-active>ul{display:block}.post .post-toc .post-toc-content .toc-link.active{color:#ff6b35}@media screen and (max-width:1345px){.post .post-toc{display:none}}.post .post-content{word-wrap:break-word}.post .post-content h1{font-weight:400;font-family:merriweather,georgia,times new roman,serif}.post .post-content h1 .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.post .post-content h1 .anchor:hover{border-bottom:initial}.post .post-content h1 .anchor .icon-link{visibility:hidden;font-size:16px;display:contents}.post .post-content h1 .anchor .icon-link:before{vertical-align:middle}.post .post-content h1:hover .icon-link{visibility:visible}.post .post-content h2{font-weight:400;font-family:merriweather,georgia,times new roman,serif}.post .post-content h2 .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.post .post-content h2 .anchor:hover{border-bottom:initial}.post .post-content h2 .anchor .icon-link{visibility:hidden;font-size:16px;display:contents}.post .post-content h2 .anchor .icon-link:before{vertical-align:middle}.post .post-content h2:hover .icon-link{visibility:visible}.post .post-content h3{font-weight:400;font-family:merriweather,georgia,times new roman,serif}.post .post-content h3 .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.post .post-content h3 .anchor:hover{border-bottom:initial}.post .post-content h3 .anchor .icon-link{visibility:hidden;font-size:16px;display:contents}.post .post-content h3 .anchor .icon-link:before{vertical-align:middle}.post .post-content h3:hover .icon-link{visibility:visible}.post .post-content h4{font-weight:400;font-family:merriweather,georgia,times new roman,serif}.post .post-content h4 .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.post .post-content h4 .anchor:hover{border-bottom:initial}.post .post-content h4 .anchor .icon-link{visibility:hidden;font-size:16px;display:contents}.post .post-content h4 .anchor .icon-link:before{vertical-align:middle}.post .post-content h4:hover .icon-link{visibility:visible}.post .post-content h5{font-weight:400;font-family:merriweather,georgia,times new roman,serif}.post .post-content h5 .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.post .post-content h5 .anchor:hover{border-bottom:initial}.post .post-content h5 .anchor .icon-link{visibility:hidden;font-size:16px;display:contents}.post .post-content h5 .anchor .icon-link:before{vertical-align:middle}.post .post-content h5:hover .icon-link{visibility:visible}.post .post-content h6{font-weight:400;font-family:merriweather,georgia,times new roman,serif}.post .post-content h6 .anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.post .post-content h6 .anchor:hover{border-bottom:initial}.post .post-content h6 .anchor .icon-link{visibility:hidden;font-size:16px;display:contents}.post .post-content h6 .anchor .icon-link:before{vertical-align:middle}.post .post-content h6:hover .icon-link{visibility:visible}.post .post-content a{color:#ff6b35;word-break:break-all}.post .post-content a:hover{border-bottom:1px solid #ff6b35}.post .post-content a.fancybox{border:0}.post .post-content blockquote{margin:2em 0;padding:10px 20px;position:relative;color:rgba(52,73,94,.8);background-color:rgba(255,107,53,5%);border-left:3px solid rgba(255,107,53,.3);box-shadow:1px 1px 2px rgba(0,0,0,.125)}.post .post-content blockquote p{margin:0}.post .post-content img{display:inline-block;max-width:100%}.post .post-content .table-wrapper{overflow-x:auto}.post .post-content .table-wrapper>table{max-width:100%;margin:10px 0;border-spacing:0;box-shadow:2px 2px 3px rgba(0,0,0,.125)}.post .post-content .table-wrapper>table thead{background:#f8f9fa}.post .post-content .table-wrapper>table th,.post .post-content .table-wrapper>table td{padding:5px 15px;border:1px double #eff1f4}.post .post-content .table-wrapper>table tr:hover{background-color:#f8f9fa}.post .post-content code,.post .post-content pre{padding:7px;font-size:.9em;font-family:Consolas,Monaco,Menlo,dejavu sans mono,bitstream vera sans mono,courier new,monospace;background:#f8f9fa}.post .post-content code{padding:3px 5px;border-radius:4px;color:#c7254e}.post .post-content pre>code{display:block}.post .post-content figure.highlight{margin:1em 0;border-radius:5px;overflow-x:auto;box-shadow:1px 1px 2px rgba(0,0,0,.125);position:relative}.post .post-content figure.highlight table{position:relative}.post .post-content figure.highlight table::after{position:absolute;top:0;right:0;left:0;padding:2px 7px;font-size:.9em;font-weight:700;color:#a4a4a4;background:#eff1f4;content:'Code'}.post .post-content figure.highlight.language-bash>table::after{content:"Bash"}.post .post-content figure.highlight.language-c>table::after{content:"C"}.post .post-content figure.highlight.language-cs>table::after{content:"C#"}.post .post-content figure.highlight.language-cpp>table::after{content:"C++"}.post .post-content figure.highlight.language-css>table::after{content:"CSS"}.post .post-content figure.highlight.language-coffeescript>table::after{content:"CoffeeScript"}.post .post-content figure.highlight.language-html>table::after{content:"HTML"}.post .post-content figure.highlight.language-xml>table::after{content:"XML"}.post .post-content figure.highlight.language-http>table::after{content:"HTTP"}.post .post-content figure.highlight.language-json>table::after{content:"JSON"}.post .post-content figure.highlight.language-java>table::after{content:"Java"}.post .post-content figure.highlight.language-js>table::after{content:"JavaScript"}.post .post-content figure.highlight.language-javascript>table::after{content:"JavaScript"}.post .post-content figure.highlight.language-makefile>table::after{content:"Makefile"}.post .post-content figure.highlight.language-markdown>table::after{content:"Markdown"}.post .post-content figure.highlight.language-objectivec>table::after{content:"Objective-C"}.post .post-content figure.highlight.language-php>table::after{content:"PHP"}.post .post-content figure.highlight.language-perl>table::after{content:"Perl"}.post .post-content figure.highlight.language-python>table::after{content:"Python"}.post .post-content figure.highlight.language-ruby>table::after{content:"Ruby"}.post .post-content figure.highlight.language-sql>table::after{content:"SQL"}.post .post-content figure.highlight.language-shell>table::after{content:"Shell"}.post .post-content figure.highlight.language-erlang>table::after{content:"Erlang"}.post .post-content figure.highlight.language-go>table::after{content:"Go"}.post .post-content figure.highlight.language-go-html-template>table::after{content:"Go HTML Template"}.post .post-content figure.highlight.language-groovy>table::after{content:"Groovy"}.post .post-content figure.highlight.language-haskell>table::after{content:"Haskell"}.post .post-content figure.highlight.language-kotlin>table::after{content:"Kotlin"}.post .post-content figure.highlight.language-clojure>table::after{content:"Clojure"}.post .post-content figure.highlight.language-less>table::after{content:"Less"}.post .post-content figure.highlight.language-lisp>table::after{content:"Lisp"}.post .post-content figure.highlight.language-lua>table::after{content:"Lua"}.post .post-content figure.highlight.language-matlab>table::after{content:"Matlab"}.post .post-content figure.highlight.language-rust>table::after{content:"Rust"}.post .post-content figure.highlight.language-scss>table::after{content:"Scss"}.post .post-content figure.highlight.language-scala>table::after{content:"Scala"}.post .post-content figure.highlight.language-swift>table::after{content:"Swift"}.post .post-content figure.highlight.language-typescript>table::after{content:"TypeScript"}.post .post-content figure.highlight.language-yml>table::after{content:"YAML"}.post .post-content figure.highlight.language-yaml>table::after{content:"YAML"}.post .post-content figure.highlight.language-toml>table::after{content:"TOML"}.post .post-content figure.highlight.language-diff>table::after{content:"Diff"}.post .post-content figure.highlight .code pre{margin:0;padding:30px 10px 10px}.post .post-content figure.highlight .gutter{width:10px;color:#bdbdbd}.post .post-content figure.highlight .gutter pre{margin:0;padding:30px 7px 10px}.post .post-content figure.highlight .line{height:1em}.post .post-content figure.highlight table,.post .post-content figure.highlight tr,.post .post-content figure.highlight td{margin:0;padding:0;width:100%;border-collapse:collapse}.post .post-content figure.highlight .code .hljs-comment,.post .post-content figure.highlight .code .hljs-quote{color:#93a1a1}.post .post-content figure.highlight .code .hljs-keyword,.post .post-content figure.highlight .code .hljs-selector-tag,.post .post-content figure.highlight .code .hljs-addition{color:#859900}.post .post-content figure.highlight .code .hljs-number,.post .post-content figure.highlight .code .hljs-string,.post .post-content figure.highlight .code .hljs-meta .hljs-meta-string,.post .post-content figure.highlight .code .hljs-literal,.post .post-content figure.highlight .code .hljs-doctag,.post .post-content figure.highlight .code .hljs-regexp{color:#2aa198}.post .post-content figure.highlight .code .hljs-title,.post .post-content figure.highlight .code .hljs-section,.post .post-content figure.highlight .code .hljs-name,.post .post-content figure.highlight .code .hljs-selector-id,.post .post-content figure.highlight .code .hljs-selector-class{color:#268bd2}.post .post-content figure.highlight .code .hljs-attribute,.post .post-content figure.highlight .code .hljs-attr,.post .post-content figure.highlight .code .hljs-variable,.post .post-content figure.highlight .code .hljs-template-variable,.post .post-content figure.highlight .code .hljs-class .hljs-title,.post .post-content figure.highlight .code .hljs-type{color:#b58900}.post .post-content figure.highlight .code .hljs-symbol,.post .post-content figure.highlight .code .hljs-bullet,.post .post-content figure.highlight .code .hljs-subst,.post .post-content figure.highlight .code .hljs-meta,.post .post-content figure.highlight .code .hljs-meta .hljs-keyword,.post .post-content figure.highlight .code .hljs-selector-attr,.post .post-content figure.highlight .code .hljs-selector-pseudo,.post .post-content figure.highlight .code .hljs-link{color:#cb4b16}.post .post-content figure.highlight .code .hljs-built_in,.post .post-content figure.highlight .code .hljs-deletion{color:#dc322f}.post .post-content figure.highlight .code .hljs-formula{background:#eee8d5}.post .post-content figure.highlight .code .hljs-emphasis{font-style:italic}.post .post-content figure.highlight .code .hljs-strong{font-weight:700}.post .post-content .highlight>.chroma{margin:1em 0;border-radius:5px;overflow-x:auto;box-shadow:1px 1px 2px rgba(0,0,0,.125);position:relative;background:#f8f9fa}.post .post-content .highlight>.chroma code{padding:0}.post .post-content .highlight>.chroma table{position:relative}.post .post-content .highlight>.chroma table::after{position:absolute;top:0;right:0;left:0;padding:2px 7px;font-size:.9em;font-weight:700;color:#a4a4a4;background:#eff1f4;content:'Code'}.post .post-content .highlight>.chroma.language-bash>table::after{content:"Bash"}.post .post-content .highlight>.chroma.language-c>table::after{content:"C"}.post .post-content .highlight>.chroma.language-cs>table::after{content:"C#"}.post .post-content .highlight>.chroma.language-cpp>table::after{content:"C++"}.post .post-content .highlight>.chroma.language-css>table::after{content:"CSS"}.post .post-content .highlight>.chroma.language-coffeescript>table::after{content:"CoffeeScript"}.post .post-content .highlight>.chroma.language-html>table::after{content:"HTML"}.post .post-content .highlight>.chroma.language-xml>table::after{content:"XML"}.post .post-content .highlight>.chroma.language-http>table::after{content:"HTTP"}.post .post-content .highlight>.chroma.language-json>table::after{content:"JSON"}.post .post-content .highlight>.chroma.language-java>table::after{content:"Java"}.post .post-content .highlight>.chroma.language-js>table::after{content:"JavaScript"}.post .post-content .highlight>.chroma.language-javascript>table::after{content:"JavaScript"}.post .post-content .highlight>.chroma.language-makefile>table::after{content:"Makefile"}.post .post-content .highlight>.chroma.language-markdown>table::after{content:"Markdown"}.post .post-content .highlight>.chroma.language-objectivec>table::after{content:"Objective-C"}.post .post-content .highlight>.chroma.language-php>table::after{content:"PHP"}.post .post-content .highlight>.chroma.language-perl>table::after{content:"Perl"}.post .post-content .highlight>.chroma.language-python>table::after{content:"Python"}.post .post-content .highlight>.chroma.language-ruby>table::after{content:"Ruby"}.post .post-content .highlight>.chroma.language-sql>table::after{content:"SQL"}.post .post-content .highlight>.chroma.language-shell>table::after{content:"Shell"}.post .post-content .highlight>.chroma.language-erlang>table::after{content:"Erlang"}.post .post-content .highlight>.chroma.language-go>table::after{content:"Go"}.post .post-content .highlight>.chroma.language-go-html-template>table::after{content:"Go HTML Template"}.post .post-content .highlight>.chroma.language-groovy>table::after{content:"Groovy"}.post .post-content .highlight>.chroma.language-haskell>table::after{content:"Haskell"}.post .post-content .highlight>.chroma.language-kotlin>table::after{content:"Kotlin"}.post .post-content .highlight>.chroma.language-clojure>table::after{content:"Clojure"}.post .post-content .highlight>.chroma.language-less>table::after{content:"Less"}.post .post-content .highlight>.chroma.language-lisp>table::after{content:"Lisp"}.post .post-content .highlight>.chroma.language-lua>table::after{content:"Lua"}.post .post-content .highlight>.chroma.language-matlab>table::after{content:"Matlab"}.post .post-content .highlight>.chroma.language-rust>table::after{content:"Rust"}.post .post-content .highlight>.chroma.language-scss>table::after{content:"Scss"}.post .post-content .highlight>.chroma.language-scala>table::after{content:"Scala"}.post .post-content .highlight>.chroma.language-swift>table::after{content:"Swift"}.post .post-content .highlight>.chroma.language-typescript>table::after{content:"TypeScript"}.post .post-content .highlight>.chroma.language-yml>table::after{content:"YAML"}.post .post-content .highlight>.chroma.language-yaml>table::after{content:"YAML"}.post .post-content .highlight>.chroma.language-toml>table::after{content:"TOML"}.post .post-content .highlight>.chroma.language-diff>table::after{content:"Diff"}.post .post-content .highlight>.chroma .lntd{line-height:1em}.post .post-content .highlight>.chroma .lntd:first-child{width:10px}.post .post-content .highlight>.chroma .lntd:first-child pre{margin:0;padding:30px 7px 10px}.post .post-content .highlight>.chroma .lntd:last-child{vertical-align:top}.post .post-content .highlight>.chroma .lntd:last-child pre{margin:0;padding:30px 10px 10px}.post .post-content .highlight>.chroma table,.post .post-content .highlight>.chroma tr,.post .post-content .highlight>.chroma td{margin:0;padding:0;width:100%;border-collapse:collapse}.post .post-content .highlight>.chroma .lnt{color:#bdbdbd}.post .post-content .highlight>.chroma .hl{display:block;width:100%;background-color:#ffc}.post .post-content .highlight>.chroma .k{color:#859900}.post .post-content .highlight>.chroma .kc{color:#859900;font-weight:700}.post .post-content .highlight>.chroma .kd{color:#859900}.post .post-content .highlight>.chroma .kn{color:#dc322f;font-weight:700}.post .post-content .highlight>.chroma .kp{color:#859900}.post .post-content .highlight>.chroma .kr{color:#859900}.post .post-content .highlight>.chroma .kt{color:#859900;font-weight:700}.post .post-content .highlight>.chroma .n{color:#268bd2}.post .post-content .highlight>.chroma .na{color:#268bd2}.post .post-content .highlight>.chroma .nb{color:#cb4b16}.post .post-content .highlight>.chroma .bp{color:#268bd2}.post .post-content .highlight>.chroma .nc{color:#cb4b16}.post .post-content .highlight>.chroma .no{color:#268bd2}.post .post-content .highlight>.chroma .nd{color:#268bd2}.post .post-content .highlight>.chroma .ni{color:#268bd2}.post .post-content .highlight>.chroma .ne{color:#268bd2}.post .post-content .highlight>.chroma .nf{color:#268bd2}.post .post-content .highlight>.chroma .fm{color:#268bd2}.post .post-content .highlight>.chroma .nl{color:#268bd2}.post .post-content .highlight>.chroma .nn{color:#268bd2}.post .post-content .highlight>.chroma .nx{color:#268bd2}.post .post-content .highlight>.chroma .py{color:#268bd2}.post .post-content .highlight>.chroma .nt{color:#268bd2;font-weight:700}.post .post-content .highlight>.chroma .nv{color:#268bd2}.post .post-content .highlight>.chroma .vc{color:#268bd2}.post .post-content .highlight>.chroma .vg{color:#268bd2}.post .post-content .highlight>.chroma .vi{color:#268bd2}.post .post-content .highlight>.chroma .vm{color:#268bd2}.post .post-content .highlight>.chroma .l{color:#2aa198}.post .post-content .highlight>.chroma .ld{color:#2aa198}.post .post-content .highlight>.chroma .s{color:#2aa198}.post .post-content .highlight>.chroma .sa{color:#2aa198}.post .post-content .highlight>.chroma .sb{color:#2aa198}.post .post-content .highlight>.chroma .sc{color:#2aa198}.post .post-content .highlight>.chroma .dl{color:#2aa198}.post .post-content .highlight>.chroma .sd{color:#2aa198}.post .post-content .highlight>.chroma .s2{color:#2aa198}.post .post-content .highlight>.chroma .se{color:#2aa198}.post .post-content .highlight>.chroma .sh{color:#2aa198}.post .post-content .highlight>.chroma .si{color:#2aa198}.post .post-content .highlight>.chroma .sx{color:#2aa198}.post .post-content .highlight>.chroma .sr{color:#2aa198}.post .post-content .highlight>.chroma .s1{color:#2aa198}.post .post-content .highlight>.chroma .ss{color:#2aa198}.post .post-content .highlight>.chroma .m{color:#2aa198;font-weight:700}.post .post-content .highlight>.chroma .mb{color:#2aa198;font-weight:700}.post .post-content .highlight>.chroma .mf{color:#2aa198;font-weight:700}.post .post-content .highlight>.chroma .mh{color:#2aa198;font-weight:700}.post .post-content .highlight>.chroma .mi{color:#2aa198;font-weight:700}.post .post-content .highlight>.chroma .il{color:#2aa198;font-weight:700}.post .post-content .highlight>.chroma .mo{color:#2aa198;font-weight:700}.post .post-content .highlight>.chroma .ow{color:#859900}.post .post-content .highlight>.chroma .c{color:#93a1a1;font-style:italic}.post .post-content .highlight>.chroma .ch{color:#93a1a1;font-style:italic}.post .post-content .highlight>.chroma .cm{color:#93a1a1;font-style:italic}.post .post-content .highlight>.chroma .c1{color:#93a1a1;font-style:italic}.post .post-content .highlight>.chroma .cs{color:#93a1a1;font-style:italic}.post .post-content .highlight>.chroma .cp{color:#93a1a1;font-style:italic}.post .post-content .highlight>.chroma .cpf{color:#93a1a1;font-style:italic}.post .post-content .highlight>.chroma .g{color:#d33682}.post .post-content .highlight>.chroma .gd{color:#b58900}.post .post-content .highlight>.chroma .ge{color:#d33682}.post .post-content .highlight>.chroma .gr{color:#d33682}.post .post-content .highlight>.chroma .gh{color:#d33682}.post .post-content .highlight>.chroma .gi{color:#859900}.post .post-content .highlight>.chroma .go{color:#d33682}.post .post-content .highlight>.chroma .gp{color:#d33682}.post .post-content .highlight>.chroma .gs{color:#d33682}.post .post-content .highlight>.chroma .gu{color:#d33682}.post .post-content .highlight>.chroma .gt{color:#d33682}.post .post-content .admonition{box-shadow:0 2px 2px rgba(0,0,0,.14),0 1px 5px rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);position:relative;margin:.9765em 0;padding:0 .75rem;border-left:.25rem solid #448aff;border-radius:.125rem;overflow:auto}.post .post-content .admonition .admonition-title{margin:0 -.75rem;padding:.5rem .75rem .5rem 2.5rem;border-bottom:.1rem solid rgba(68,138,255,.1);background-color:rgba(68,138,255,.1);font-weight:700}.post .post-content .admonition .admonition-title:before{cursor:auto;position:absolute;left:.75rem;top:.75rem}.post .post-content .admonition.note{border-left-color:#448aff}.post .post-content .admonition.note .admonition-title:before{color:#448aff;content:"\e903"}.post .post-content .admonition.abstract{border-left-color:#00b0ff}.post .post-content .admonition.abstract .admonition-title{background-color:rgba(0,176,255,.1)}.post .post-content .admonition.abstract .admonition-title:before{color:#00b0ff;content:"\e9bb"}.post .post-content .admonition.info{border-left-color:#00b8d4}.post .post-content .admonition.info .admonition-title{background-color:rgba(0,184,212,.1)}.post .post-content .admonition.info .admonition-title:before{color:#00b8d4;content:"\ea0c"}.post .post-content .admonition.tip{border-left-color:#00bfa5}.post .post-content .admonition.tip .admonition-title{background-color:rgba(0,191,165,.1)}.post .post-content .admonition.tip .admonition-title:before{color:#00bfa5;content:"\e906"}.post .post-content .admonition.success{border-left-color:#00c853}.post .post-content .admonition.success .admonition-title{background-color:rgba(0,200,83,.1)}.post .post-content .admonition.success .admonition-title:before{color:#00c853;content:"\ea10"}.post .post-content .admonition.question{border-left-color:#64dd17}.post .post-content .admonition.question .admonition-title{background-color:rgba(100,221,23,.1)}.post .post-content .admonition.question .admonition-title:before{color:#64dd17;content:"\ea09"}.post .post-content .admonition.warning{border-left-color:#ff9100}.post .post-content .admonition.warning .admonition-title{background-color:rgba(255,145,0,.1)}.post .post-content .admonition.warning .admonition-title:before{color:#ff9100;content:"\ea07"}.post .post-content .admonition.failure{border-left-color:#ff5252}.post .post-content .admonition.failure .admonition-title{background-color:rgba(255,82,82,.1)}.post .post-content .admonition.failure .admonition-title:before{color:#ff5252;content:"\ea0f"}.post .post-content .admonition.danger{border-left-color:#ff1744}.post .post-content .admonition.danger .admonition-title{background-color:rgba(255,23,68,.1)}.post .post-content .admonition.danger .admonition-title:before{color:#ff1744;content:"\e905"}.post .post-content .admonition.bug{border-left-color:#f50057}.post .post-content .admonition.bug .admonition-title{background-color:rgba(245,0,87,.1)}.post .post-content .admonition.bug .admonition-title:before{color:#f50057;content:"\e907"}.post .post-content .admonition.example{border-left-color:#651fff}.post .post-content .admonition.example .admonition-title{background-color:rgba(101,31,255,.1)}.post .post-content .admonition.example .admonition-title:before{color:#651fff;content:"\e9b9"}.post .post-content .admonition.quote{border-left-color:#9e9e9e}.post .post-content .admonition.quote .admonition-title{background-color:rgba(158,158,158,.1)}.post .post-content .admonition.quote .admonition-title:before{color:#9e9e9e;content:"\e904"}.post .post-content .admonition:last-child{margin-bottom:.75rem}.post .post-content details.admonition summary{display:block;outline:none;cursor:pointer}.post .post-content details.admonition summary::-webkit-details-marker{display:none}.post .post-content details.admonition summary:after{position:absolute;top:.75rem;right:.75rem;color:rgba(0,0,0,.26);content:"\e908"}.post .post-content details.admonition[open]>summary:after{transform:rotate(180deg)}.post .post-content .post-summary{margin-bottom:1em}.post .post-content .read-more .read-more-link{color:#ff6b35;font-size:1.1em;font-family:merriweather,georgia,times new roman,serif}.post .post-content .read-more .read-more-link:hover{border-bottom:1px solid #ff6b35}.post .post-content kbd{display:inline-block;padding:.25em;background-color:#fafafa;border:1px solid #dbdbdb;border-bottom-color:#b5b5b5;border-radius:3px;box-shadow:inset 0 -1px #b5b5b5;font-size:.8em;line-height:1.25;font-family:sfmono-regular,liberation mono,roboto mono,Menlo,Monaco,Consolas,courier new,Courier,monospace;color:#4a4a4a}.post .post-content dl dt::after{content:':'}.post .post-content figure.center{text-align:center}.post .post-content figure.right{text-align:right}.post .post-content figure.left{text-align:left}.post .post-content figure figcaption h4{color:#b5b5b5;font-size:.9rem}.post .post-content hr{margin:1rem 0;position:relative;border-top:2px dashed #ff6b35;border-bottom:none}.post .post-content .footnote-ref>a{font-weight:700;margin-left:3px}.post .post-content .footnote-ref>a:before{content:"["}.post .post-content .footnote-ref>a:after{content:"]"}.post .post-content .task-list{list-style:none;padding-left:1.5rem}.post .post-content .align-center{text-align:center}.post .post-content .align-right{text-align:right}.post .post-content .align-left{text-align:left}.post .post-content .MJXc-display{overflow-x:auto;overflow-y:hidden;padding-right:1px}.post .post-copyright{margin-top:20px;padding-top:10px;border-top:1px dashed #fff3e0}.post .post-copyright .copyright-item{margin:5px 0}.post .post-copyright .copyright-item a{color:#ff6b35;word-wrap:break-word}.post .post-copyright .copyright-item a:hover{border-bottom:1px solid #ff6b35}.post .post-copyright .copyright-item .item-title{display:inline-block;min-width:5rem;margin-right:.5rem;text-align:right}.post .post-copyright .copyright-item .item-title:after{content:" :"}.post .post-reward{margin-top:20px;padding-top:10px;text-align:center;border-top:1px dashed #fff3e0}.post .post-reward .reward-button{margin:15px 0;padding:3px 7px;display:inline-block;color:#ff6b35;border:1px solid #ff6b35;border-radius:5px;cursor:pointer}.post .post-reward .reward-button:hover{color:#fff;background-color:#ff6b35;transition:.5s}.post .post-reward #reward:checked~.qr-code{display:block}.post .post-reward #reward:checked~.reward-button{display:none}.post .post-reward .qr-code{display:none}.post .post-reward .qr-code .qr-code-image{display:inline-block;min-width:200px;width:40%;margin-top:15px}.post .post-reward .qr-code .qr-code-image span{display:inline-block;width:100%;margin:8px 0}.post .post-reward .qr-code .image{width:200px;height:200px}.post .post-footer{margin-top:20px;border-top:1px solid #fff3e0;font-family:merriweather,georgia,times new roman,serif}.post .post-footer .post-tags{padding:15px 0}.post .post-footer .post-tags a{margin-right:5px;color:#ff6b35;word-break:break-all}.post .post-footer .post-tags a::before{content:'#'}.post .post-footer .post-nav{margin:1em 0}.post .post-footer .post-nav:before,.post .post-footer .post-nav:after{content:" ";display:table}.post .post-footer .post-nav:after{clear:both}.post .post-footer .post-nav .prev,.post .post-footer .post-nav .next{font-weight:600;font-size:18px;font-family:merriweather,georgia,times new roman,serif;transition-property:transform;transition-timing-function:ease-out;transition-duration:.3s}.post .post-footer .post-nav .prev{float:left}.post .post-footer .post-nav .prev:hover{color:#ff6b35;transform:translateX(-4px)}.post .post-footer .post-nav .next{float:right}.post .post-footer .post-nav .next:hover{color:#ff6b35;transform:translateX(4px)}.post .post-footer .post-nav .nav-mobile{display:none}@media screen and (max-width:960px){.post .post-footer .post-nav .nav-default{display:none}.post .post-footer .post-nav .nav-mobile{display:inline}}.post .post-outdated .hint{position:relative;margin-top:20px;margin-bottom:20px;padding:5px 10px;border-left:4px solid #42acf3;background-color:#eff5ff;border-color:#42acf3}.post .post-outdated .warn{position:relative;margin-top:20px;margin-bottom:20px;padding:5px 10px;border-left:4px solid #f9cf63;background-color:#ffffc0;border-color:#f9cf63}.pagination{margin:2em 0}.pagination:before,.pagination:after{content:" ";display:table}.pagination:after{clear:both}.pagination .prev,.pagination .next{font-weight:600;font-size:20px;font-family:merriweather,georgia,times new roman,serif;transition-property:transform;transition-timing-function:ease-out;transition-duration:.3s}.pagination .prev{float:left}.pagination .prev:hover{color:#ff6b35;transform:translateX(-4px)}.pagination .next{float:right}.pagination .next:hover{color:#ff6b35;transform:translateX(4px)}.footer{margin-top:2em}.footer .social-links{text-align:center}.footer .social-links .iconfont{font-size:30px}.footer .social-links .iconfont+.iconfont{margin-left:10px}.footer .social-links .iconfont:hover{color:#ff6b35}.footer .copyright{margin:10px 0;color:#5d4037;text-align:center;font-family:merriweather,georgia,times new roman,serif}.footer .copyright .hexo-link,.footer .copyright .theme-link{color:#ff6b35}.footer .copyright .copyright-year{display:block}.footer .copyright .copyright-year .heart{font-size:14px;margin:4px}.archive{margin:2em 0;max-width:550px}.archive .archive-title{font-family:merriweather,georgia,times new roman,serif}.archive .archive-title.tag,.archive .archive-title.category{margin:15px 0}.archive .archive-title .archive-name{margin:0;display:inline-block;font-weight:400;font-size:30px;line-height:32px}.archive .archive-title .archive-post-counter{color:#5d4037}.archive .collection-title{font-family:merriweather,georgia,times new roman,serif}.archive .collection-title .archive-year{margin:15px 0;font-weight:400;font-size:28px;line-height:30px}.archive .archive-post{padding:3px 20px;border-left:1px solid #bdbdbd}.archive .archive-post .archive-post-time{margin-right:10px;color:#5d4037}.archive .archive-post .archive-post-title .archive-post-link{color:#ff6b35}.archive .archive-post::first-child{margin-top:10px}.archive .archive-post:hover{border-left:3px solid #ff6b35;transition:.2s ease-out;transform:translateX(4px)}.archive .archive-post:hover .archive-post-time{color:#3d2a24}.archive .archive-post:hover .archive-post-title .archive-post-link{color:#ff4602}@media screen and (max-width:960px){.archive{margin-left:auto;margin-right:auto}.archive .archive-title .archive-name{font-size:26px}.archive .collection-title .archive-year{margin:10px 0;font-size:24px}.archive .archive-post{padding:5px 10px}.archive .archive-post .archive-post-time{font-size:13px;display:block}}.terms{margin:2em 0 3em;text-align:center;font-family:merriweather,georgia,times new roman,serif}.terms .terms-title{display:inline-block;font-size:18px;color:#ff6b35;border-bottom:2px solid #ff6b35}.terms .terms-tags{margin:10px 0}.terms .terms-tags .terms-link{display:inline-block;position:relative;margin:5px 10px;word-wrap:break-word;transition-duration:.2s;transition-property:transform;transition-timing-function:ease-out}.terms .terms-tags .terms-link .terms-count{display:inline-block;position:relative;top:-8px;right:-2px;color:#ff6b35;font-size:12px}.terms .terms-tags .terms-link:active,.terms .terms-tags .terms-link:focus,.terms .terms-tags .terms-link:hover{color:#ff6b35;transform:scale(1.1)}.slideout-menu{position:fixed;top:0;left:0;bottom:0;width:180px;min-height:100vh;overflow-y:hidden;-webkit-overflow-scrolling:touch;z-index:0;display:none}.slideout-menu .language-selector{padding-left:30px}.slideout-panel{position:relative;z-index:1;background-color:#fff;min-height:100vh}.slideout-open,.slideout-open body,.slideout-open .slideout-panel{overflow:hidden}.slideout-open .slideout-menu{display:block}.mobile-navbar{display:none;position:fixed;top:0;left:0;width:100%;height:50px;background:#fff;box-shadow:0 2px 2px #bdbdbd;text-align:center;transition:transform 300ms ease;z-index:99}.mobile-navbar.fixed-open{transform:translate3d(180px,0,0)}.mobile-navbar .mobile-header-logo{display:inline-block;margin-right:50px}.mobile-navbar .mobile-header-logo .logo{font-size:22px;line-height:50px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,Arial,sans-serif}.mobile-navbar .mobile-navbar-icon{color:#ff6b35;height:50px;width:50px;font-size:24px;text-align:center;float:left;position:relative;transition:background .5s}@keyframes clickfirst{0%{transform:translateY(6px)rotate(0)}100%{transform:translateY(0)rotate(45deg)}}@keyframes clickmid{0%{opacity:1}100%{opacity:0}}@keyframes clicklast{0%{transform:translateY(-6px)rotate(0)}100%{transform:translateY(0)rotate(-45deg)}}@keyframes outfirst{0%{transform:translateY(0)rotate(-45deg)}100%{transform:translateY(-6px)rotate(0)}}@keyframes outmid{0%{opacity:0}100%{opacity:1}}@keyframes outlast{0%{transform:translateY(0)rotate(45deg)}100%{transform:translateY(6px)rotate(0)}}.mobile-navbar .mobile-navbar-icon span{position:absolute;left:15px;top:25px;left:calc((100% - 20px)/2);top:calc((100% - 1px)/2);width:20px;height:1px;background-color:#ff6b35}.mobile-navbar .mobile-navbar-icon span:nth-child(1){transform:translateY(6px)rotate(0)}.mobile-navbar .mobile-navbar-icon span:nth-child(3){transform:translateY(-6px)rotate(0)}.mobile-navbar .mobile-navbar-icon.icon-click span:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:clickfirst}.mobile-navbar .mobile-navbar-icon.icon-click span:nth-child(2){animation-duration:.2s;animation-fill-mode:both;animation-name:clickmid}.mobile-navbar .mobile-navbar-icon.icon-click span:nth-child(3){animation-duration:.5s;animation-fill-mode:both;animation-name:clicklast}.mobile-navbar .mobile-navbar-icon.icon-out span:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:outfirst}.mobile-navbar .mobile-navbar-icon.icon-out span:nth-child(2){animation-duration:.2s;animation-fill-mode:both;animation-name:outmid}.mobile-navbar .mobile-navbar-icon.icon-out span:nth-child(3){animation-duration:.5s;animation-fill-mode:both;animation-name:outlast}.mobile-menu{background-color:rgba(248,249,250,.5)}.mobile-menu .mobile-menu-list{position:relative;list-style:none;margin-top:50px;padding:0;border-top:1px solid #f8f9fa}.mobile-menu .mobile-menu-list .mobile-menu-item{padding:10px 30px;border-bottom:1px solid #f8f9fa}.mobile-menu .mobile-menu-list a{font-size:18px;font-family:merriweather,georgia,times new roman,serif}.mobile-menu .mobile-menu-list a:hover{color:#ff6b35}@media screen and (max-width:960px){.mobile-navbar{display:block}}.back-to-top{display:none;position:fixed;right:20px;bottom:20px;transition-property:transform;transition-timing-function:ease-out;transition-duration:.3s;z-index:10}.back-to-top:hover{transform:translateY(-5px)}@media screen and (max-width:960px){.back-to-top{display:none!important}}.not-found{text-align:center}.not-found .error-emoji{color:#363636;font-size:3rem}.not-found .error-text{color:#797979;font-size:1.25rem}.not-found .error-link{margin-top:2rem}.not-found .error-link a{color:#ff6b35}.language-selector{width:max-content}.language-selector .languages-list{padding:0;background:#eff1f4}.language-selector .languages-list .language-item{display:inline-block;list-style-type:none;text-transform:uppercase;font-family:merriweather,georgia,times new roman,serif;font-size:18px;padding:0 10px}.language-selector .languages-list .language-item.active{background:#ff6b35}.language-selector .languages-list .language-item.active>a{color:#fff}