a{text-decoration:none}.theme--light a{color:#464646}.theme--dark a{color:#eee}.theme--light a:hover{color:#6086b4}.theme--dark a:hover{color:#6086b4}blockquote{margin-left:0;margin-right:0;padding:.1em 1em}.theme--light blockquote{background:#eee;border-left:5px solid #6086b4}.theme--dark blockquote{background:#464646;border-left:5px solid #6086b4}blockquote p:first-of-type{font-size:1.2em;font-weight:700;margin-left:.5em}blockquote p:nth-of-type(2){margin-top:-1em}blockquote p:not(:first-of-type){margin-left:2.2em}blockquote a{padding:2px;border-radius:4px}.theme--light blockquote a{background-color:#fff}.theme--dark blockquote a{background-color:#152028}.theme--light blockquote.success{background:#cfeada;border-left-color:#51d88a}.theme--dark blockquote.success{background:#486354;border-left-color:#51d88a}.theme--light blockquote.failure{background:#eed0cf;border-left-color:#ef5753}.theme--dark blockquote.failure{background:#684949;border-left-color:#ef5753}.theme--light blockquote.warning{background:#f1e5c0;border-left-color:#ffc107}.theme--dark blockquote.warning{background:#6b5f39;border-left-color:#ffc107}.theme--light blockquote.disclaimer{background:#dfdfdf;border-left-color:#a4a4a4}.theme--dark blockquote.disclaimer{background:#595959;border-left-color:#a4a4a4}.theme--light blockquote.tip{background:#f1eeda;border-left-color:#ffee8c}.theme--dark blockquote.tip{background:#6b6854;border-left-color:#ffee8c}p{line-height:1.9em}*{font-family:inherit}body{font-family:pinghei,pingfang sc,helvetica neue,work sans,hiragino sans gb,sans-serif;font-size:1.6rem}.html{-webkit-font-smoothing:antialiased;font-size:62.5%}.body{width:100%;margin:0 auto}.theme--light .body{color:#464646;background-color:#fff}.theme--dark .body{color:#eee;background-color:#152028}.header{backdrop-filter:blur(20px);width:100%;position:fixed;z-index:1;top:0}.theme--light .header{background-color:rgba(255,255,255,.7);box-shadow:0 0 5px rgba(10,10,10,.2)}.theme--dark .header{background-color:rgba(21,32,40,.7);box-shadow:0 0 5px rgba(0,0,0,.4)}@media screen and (min-width:961px){.header{position:sticky}.theme--light .header{box-shadow:5px 0 5px rgba(10,10,10,.2)}.theme--dark .header{box-shadow:5px 0 5px rgba(0,0,0,.4)}}@media print{.header{display:none}}.nav{display:none}@media screen and (min-width:961px){.nav{display:flex;justify-content:space-between;align-items:center;box-shadow:none}}.nav__list{margin:0;list-style:none;padding:0;width:100%}@media screen and (min-width:961px){.nav__list{display:flex;padding:24px 30px}.theme--light .nav__list{background-color:#fff}.theme--dark .nav__list{background-color:#152028}.nav__list--end{flex-shrink:1;justify-content:flex-end}}.nav__list-item{padding:16px 0;text-transform:uppercase;text-align:center;white-space:nowrap}@media screen and (min-width:961px){.nav__list-item{padding-top:0;padding-bottom:0}.nav__list-item:not(:last-child){padding-right:20px}}.nav__link--active{padding-bottom:24px}@media screen and (min-width:961px){.theme--light .nav__link--active{border-bottom:1px solid #464646}.theme--dark .nav__link--active{border-bottom:1px solid #eee}}.nav--active{display:block}.animated{transition:top .8s linear;animation-duration:1s;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translateY(-20px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{-moz-transform:translateY(-20px)}100%{-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{-o-transform:translateY(-20px)}100%{-o-transform:translateY(0)}}@keyframes fadeInDown{0%{transform:translateY(-20px)}100%{transform:translateY(0)}}.category{padding:4px 6px;border-radius:2px;display:inline-block;font-size:1.4rem;backdrop-filter:blur(5px);margin:5px 8px 5px 0}.theme--light .category{border:1px solid #eee;background-color:rgba(226.1,226.1,226.1,.55);color:#464646!important}.theme--dark .category{border:1px solid #384249;background-color:rgba(66.5,66.5,66.5,.55);color:#eee!important}.theme--light .category:hover{border:1px solid #9f9f9f}.theme--dark .category:hover{border:1px solid #9f9f9f}.tag{display:inline-block;font-size:1.4rem;margin:5px 8px 5px 0}.theme--light .tag{color:#9f9f9f}.theme--dark .tag{color:#9f9f9f}.tag::before{content:"#"}.wrapper{display:flex;flex-direction:column}@media screen and (min-width:961px){.wrapper{flex-direction:row}}@media screen and (min-width:1921px){.wrapper{justify-content:center}}.wrapper__main{width:100%}@media screen and (min-width:961px){.wrapper__main{width:60%}}@media screen and (min-width:1921px){.wrapper__main{width:48%}}.wrapper__main--fullscreen{margin-top:20px}@media screen and (min-width:961px){.wrapper__main--fullscreen{width:100%;margin-top:0}}@media screen and (min-width:1921px){.wrapper__main--fullscreen{width:1920px}}.wrapper__sidebar{width:100%;padding:16px 0}@media screen and (min-width:961px){.wrapper__sidebar{width:40%;padding:0}}@media screen and (min-width:1921px){.wrapper__sidebar{width:32%}}.wrapper__sidebar--hidden{display:none}.sidebar{margin-top:40px}@media screen and (min-width:961px){.sidebar{z-index:2;position:fixed;height:100%;margin-top:0;width:inherit;display:flex;flex-direction:column}.theme--light .sidebar{box-shadow:0 0 5px rgba(10,10,10,.2);margin-right:4px}.theme--dark .sidebar{box-shadow:0 0 5px rgba(0,0,0,.4);margin-right:4px}}@media screen and (min-width:961px){.sidebar__content{display:flex;flex-direction:column;flex-grow:1;justify-content:center}}.sidebar__list{list-style:none;padding:0;text-align:center}.sidebar__list-item{display:inline;padding:0 4px;line-height:0}.sidebar__introduction{top:40%;text-align:center}.sidebar__introduction-description{margin:0 1em}.sidebar__introduction-profileimage{width:127px;height:127px;border-radius:50%}.sidebar__introduction-title{text-transform:uppercase;font-weight:700;letter-spacing:2px;line-height:1;margin:1em}.sidebar__introduction-title a{font-size:3.2rem}.sidebar__introduction-title h1{margin:0}.sidebar__posts{margin:1.5em 0 0;text-align:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center}.sidebar__post-link{display:inline-block;padding:.3em 1em;border-radius:999px;color:#eee;font-size:.95em;font-weight:500;text-decoration:none;border:1.5px solid transparent;transition:background .2s,color .2s,border .2s;margin-bottom:.25em}.theme--light .sidebar__post-link:nth-child(1){background:#a3c9f9}.theme--light .sidebar__post-link:nth-child(2){background:#f9d1d1}.theme--light .sidebar__post-link:nth-child(3){background:#b8e2d3}.theme--light .sidebar__post-link:nth-child(4){background:#ffe5b4}.theme--light .sidebar__post-link:nth-child(5){background:#e2d5f7}.theme--light .sidebar__post-link:hover,.theme--light .sidebar__post-link:focus{background:#fff;border:1px solid #eee;text-decoration:none}.theme--dark .theme--light .sidebar__post-link:nth-child(1){background:#a3c9f9}.theme--dark .theme--light .sidebar__post-link:nth-child(2){background:#f9d1d1}.theme--dark .theme--light .sidebar__post-link:nth-child(3){background:#b8e2d3}.theme--dark .theme--light .sidebar__post-link:nth-child(4){background:#ffe5b4}.theme--dark .theme--light .sidebar__post-link:nth-child(5){background:#e2d5f7}.theme--dark .theme--light .sidebar__post-link:hover,.theme--dark .theme--light .sidebar__post-link:focus{background:#464646;border:1px solid #eee}.theme--dark .sidebar__post-link:nth-child(1){background:#3a5379}.theme--dark .sidebar__post-link:nth-child(2){background:#7a4c58}.theme--dark .sidebar__post-link:nth-child(3){background:#3d6656}.theme--dark .sidebar__post-link:nth-child(4){background:#7a6240}.theme--dark .sidebar__post-link:nth-child(5){background:#5a4c7a}.theme--dark .sidebar__post-link:hover,.theme--dark .sidebar__post-link:focus{background:#152028;border:1px solid #384249;text-decoration:none}.theme--dark .theme--dark .sidebar__post-link:nth-child(1){background:#3a5379}.theme--dark .theme--dark .sidebar__post-link:nth-child(2){background:#7a4c58}.theme--dark .theme--dark .sidebar__post-link:nth-child(3){background:#3d6656}.theme--dark .theme--dark .sidebar__post-link:nth-child(4){background:#7a6240}.theme--dark .theme--dark .sidebar__post-link:nth-child(5){background:#5a4c7a}.theme--dark .theme--dark .sidebar__post-link:hover,.theme--dark .theme--dark .sidebar__post-link:focus{background:#eee;border:1px solid #384249}.search{display:flex;flex-direction:column;margin:1.5em 30px 0;position:relative}.search label{margin:auto;padding:5px 5px 5px 8px;border-radius:24px;min-width:16px;display:flex;position:relative}.theme--light .search label{background:#e2d5f7}.theme--dark .search label{background:#5a4c7a}.search label::after{content:"Search";padding:0 .7rem;font-weight:400;font-size:.9em;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif}.search:hover label,.search.active label,.search label:has(+#search__text:focus){padding:5px;margin-right:.5rem}.search:hover label::after,.search.active label::after,.search label:has(+#search__text:focus)::after{content:"";padding:0}.search:hover #search__text,.search.active #search__text,.search #search__text:focus{width:100%;opacity:1;padding:0 .5em;border-width:1px}.searchbox{display:flex;width:100%}#search__text{opacity:0;border-radius:.2rem;outline:none;line-height:3rem;width:0;overflow-x:hidden;transition:width 200ms}.theme--light #search__text{border:0 solid #e2d5f7;background:#fff;caret-color:#464646;color:#464646}.theme--dark #search__text{border:0 solid #5a4c7a;background:#152028;caret-color:#eee;color:#eee}.theme--light #search__text:focus{border:1px solid #9f9f9f}.theme--dark #search__text:focus{border:1px solid #9f9f9f}.theme--light #search__text::placeholder{color:#9f9f9f}.theme--dark #search__text::placeholder{color:#9f9f9f}#search__text[type=search]::-webkit-search-cancel-button{appearance:none}#search__suggestions{border-radius:.2rem;width:100%}@media screen and (min-width:961px){#search__suggestions{left:3rem;top:4rem;position:absolute;width:calc(100% - 3rem);z-index:1000}.theme--light #search__suggestions{background:#fff;box-shadow:0 .5rem 1rem #eeeeee}.theme--dark #search__suggestions{background:#152028;box-shadow:0 .5rem 1rem #464646}}.search__suggestions--hidden{display:none}.search__no-results{padding:5px;text-align:center}@media screen and (min-width:961px){.search__no-results{text-align:left}}.search__suggestion-item{display:flex;align-items:center;padding:1rem;gap:1rem}.theme--light .search__suggestion-item:not(:last-child){border-bottom:0 dashed #eee}.theme--dark .search__suggestion-item:not(:last-child){border-bottom:0 dashed #464646}.search__suggestion-item:focus,.search__suggestion-item:focus-visible,.search__suggestion-item:hover{cursor:pointer;outline:none}.theme--light .search__suggestion-item:focus,.theme--light .search__suggestion-item:focus-visible,.theme--light .search__suggestion-item:hover{background:rgba(238,238,238,.4)}.theme--dark .search__suggestion-item:focus,.theme--dark .search__suggestion-item:focus-visible,.theme--dark .search__suggestion-item:hover{background:rgba(70,70,70,.4)}.search__suggestion-item img{width:40px;height:40px;object-fit:cover;border-radius:4px}.search__suggestion-title{font-weight:500}.theme--light .search__suggestion-title span{color:#9f9f9f}.theme--dark .search__suggestion-title span{color:#9f9f9f}.search__suggestion-title span:last-of-type{font-size:.75em}.footer{text-align:center;margin:0 auto;bottom:0;width:100%;padding-bottom:20px;flex:0;position:relative}.footer__list{list-style:none;padding:0;display:flex;justify-content:center}.footer__item{font-size:1.4rem}.footer__item:not(:first-of-type)::before{content:"·";padding:4px}.footer__item a{font-size:1.4rem}.footer__sidebar{display:none}@media screen and (min-width:961px){.footer__sidebar{display:inline-block}}@media screen and (min-width:961px){.footer__base{display:none}}.pagination{margin:30px;padding:0 0 56px;text-align:center}.pagination__list{list-style:none;margin:0;padding:0;height:13px}.pagination__list-item{margin:0 2px;display:inline;line-height:1;text-decoration:none}.theme--light .pagination__list-item{color:#464646}.theme--dark .pagination__list-item{color:#eee}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto;padding:6px}.navbar-burger__line{display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.theme--light .navbar-burger__line{background-color:#464646}.theme--dark .navbar-burger__line{background-color:#eee}.navbar-burger__line:nth-child(1){top:calc(50% - 6px)}.navbar-burger__line:nth-child(2){top:calc(50% - 1px)}.navbar-burger__line:nth-child(3){top:calc(50% + 4px)}@media screen and (min-width:961px){.navbar-burger{display:none}}.comment{margin:30px}.comment .utterances{max-width:unset}.optionswitch{position:relative}.optionswitch__label{cursor:pointer;white-space:nowrap}.optionswitch__list{display:none;list-style:none;padding:0;position:relative}@media screen and (min-width:961px){.optionswitch__list{border-radius:5px;position:absolute;top:32px}.theme--light .optionswitch__list{background:#eee;box-shadow:0 8px 16px rgba(10,10,10,.1)}.theme--dark .optionswitch__list{background:#464646;box-shadow:0 8px 16px rgba(0,0,0,.4)}}.optionswitch__list-item{background:0 0;display:block;line-height:1;bottom:0;text-align:center;white-space:nowrap;padding-top:24px}.theme--light .optionswitch__list-item{color:#464646}.theme--dark .optionswitch__list-item{color:#eee}@media screen and (min-width:961px){.optionswitch__list-item{padding:12px}}.optionswitch__triangle{display:none}.optionswitch__triangle::before{content:"";border-radius:2px 0 0 0;height:14px;left:25%;overflow:hidden;position:absolute;transform:rotate(45deg)translateY(0)translatex(10px);width:14px}.theme--light .optionswitch__triangle::before{background:#eee;box-shadow:0 8px 16px rgba(10,10,10,.1);border-color:#eee}.theme--dark .optionswitch__triangle::before{background:#464646;box-shadow:0 8px 16px rgba(0,0,0,.4);border-color:#464646}.optionswitch__picker:checked~.optionswitch__list{display:block}@media screen and (min-width:961px){.optionswitch__picker:checked~.optionswitch__triangle{display:block}}.post{margin:30px}.theme--light .post{background-color:#fff}.theme--dark .post{background-color:#152028}.post__meta{display:flex;flex-wrap:wrap;list-style:none;padding:0}.post__meta-item:not(:last-child){margin-right:1.25rem}.post__meta-icon{margin-right:2px}.post__meta-text:not(:last-child){margin-right:4px}.post__thumbnail{width:100%;height:25em;object-fit:cover;display:block;transition:opacity .2s ease}@media screen and (max-width:480px){.post__thumbnail{height:15em}}.post__thumbnail.hd-loading{filter:brightness(.98)}.post__thumbnail-wrapper{border-radius:4px;width:100%;margin-bottom:1em;overflow:hidden;transition:box-shadow .3s ease;position:relative}.theme--light .post__thumbnail-wrapper{box-shadow:0 8px 16px rgba(10,10,10,.1)}.theme--dark .post__thumbnail-wrapper{box-shadow:0 8px 16px rgba(0,0,0,.4)}.post__thumbnail-overlay{position:absolute;cursor:default;pointer-events:none;bottom:0;display:flex;justify-content:space-between;width:100%;padding-top:20px;font-weight:600}.theme--light .post__thumbnail-overlay{background:linear-gradient(0,rgba(0,0,0,.5),transparent)}.theme--dark .post__thumbnail-overlay{background:linear-gradient(0,rgba(0,0,0,.5),transparent)}@media screen and (max-width:480px){.post__thumbnail-overlay{flex-direction:column-reverse;height:100%}.theme--light .post__thumbnail-overlay{background:linear-gradient(0,rgba(0,0,0,.5),transparent,transparent,transparent)}.theme--dark .post__thumbnail-overlay{background:linear-gradient(0,rgba(0,0,0,.5),transparent,transparent,transparent)}}.post__thumbnail-overlay em+span{margin-left:1px}.post__thumbnail-overlay a{pointer-events:all}.post__thumbnail-overlay .left,.post__thumbnail-overlay .right,.post__thumbnail-overlay .middle{display:flex;align-content:end;flex-wrap:wrap;flex-shrink:1;width:calc(100% - 10px)}.post__thumbnail-overlay .left{gap:5px;padding:5px 8px;text-wrap:nowrap;color:#eee}.post__thumbnail-overlay .left a{color:#eee}.theme--light .post__thumbnail-overlay .left a:hover{color:#6086b4}.theme--dark .post__thumbnail-overlay .left a:hover{color:#6086b4}.post__thumbnail-overlay .right{text-align:right;justify-content:end;padding:7px 5px 3px;flex-shrink:1;text-wrap:nowrap;width:auto}.post__thumbnail-overlay .right .category{font-size:1.2rem;margin:3px;text-wrap:nowrap}.post__thumbnail-overlay .middle{flex:1;pointer-events:none}.theme--light .post__content a{color:#6086b4}.theme--dark .post__content a{color:#6086b4}.theme--light .post__content .chroma{background-color:#eee;display:block;border-bottom:1px solid #eee}.theme--dark .post__content .chroma{background-color:#464646;display:block;border-bottom:1px solid #464646}.post__content .upper{text-transform:uppercase}.theme--light .post__content hr{border-color:rgba(240.55,240.55,240.55,.65)}.theme--dark .post__content hr{border-color:rgba(97.75,97.75,97.75,.65)}.post__content code{font-family:monospace}.post__content pre{padding:5px;overflow-x:auto;position:relative}.theme--light .post__content pre{background-color:#eee}.theme--dark .post__content pre{background-color:#464646}@media screen and (max-width:480px){.post__content pre{width:calc(100% + 50px);left:-30px}}.post__content h1{font-size:3.6rem;font-weight:200;letter-spacing:1px}.post__content h1 a{font-size:3.6rem}.theme--light .post__content h1 a{color:#464646}.theme--dark .post__content h1 a{color:#eee}.post__content h2{font-size:2.4rem;font-weight:400;letter-spacing:1px}.post__content h2 a{font-size:2.4rem}.theme--light .post__content h2 a{color:#464646}.theme--dark .post__content h2 a{color:#eee}.post__content h3{font-size:2.1rem;font-weight:600;letter-spacing:1px}.post__content h3 a{font-size:2.1rem}.theme--light .post__content h3 a{color:#464646}.theme--dark .post__content h3 a{color:#eee}.post__content h4{font-size:1.9rem;font-weight:1000;letter-spacing:1px}.post__content h4 a{font-size:1.9rem}.theme--light .post__content h4 a{color:#464646}.theme--dark .post__content h4 a{color:#eee}.post__content ul,.post__content ol{line-height:1.9em;font-weight:400;word-wrap:break-word}.post__content img{display:block;margin-left:auto;margin-right:auto;max-width:100%;transition:opacity .2s ease;position:relative}.post__content img[data-hd-src].hd-loading{filter:brightness(.98)}@media screen and (max-width:480px){.post__content img{max-width:calc(100% + 60px);width:calc(100% + 60px);height:auto;left:-30px}}@media screen and (max-width:480px){.post__content blockquote{padding:1px 30px 1px 11px;position:relative;left:-30px;width:calc(100% + 14px)}}@media screen and (max-width:480px){.post__content blockquote img{width:100%;left:unset}}.post__content figure{max-width:100%;height:auto;margin:0 auto;text-align:center}.post__content figure.big{max-width:87.5%}.post__content figure.medium{max-width:75%}.post__content figure.small{max-width:50%}.post__content figure.tiny{max-width:25%}@media screen and (min-width:961px){.post__content figure.right{max-width:50%;float:right;margin:0 0 0 1.5em}}@media screen and (min-width:961px){.post__content figure.left{max-width:50%;float:left;margin-right:1.5em}}.post__footer{padding:0 0 12px}.theme--light .post__footer{border-bottom:1px solid #eee}.theme--dark .post__footer{border-bottom:1px solid #384249}.post__footer-date{font-size:1.4rem;margin-right:10px;margin-left:5px}.post:only-of-type .post__footer{padding:12px 0}.alert{padding:1rem;border-style:solid;border-radius:.25rem;border-width:2px;margin-top:1rem}.theme--light .alert{border-color:#ffc107}.theme--dark .alert{border-color:#ffc107}.alert__indicator{display:inline-block;border-radius:9999px;padding:.5rem;width:1.7rem;height:1.7rem;text-align:center;font-weight:800;margin-right:.75rem}.theme--light .alert__indicator{color:#fff;background-color:#ffc107}.theme--dark .alert__indicator{color:#152028;background-color:#ffc107}.portfolio{position:relative;padding-left:0;padding-right:0;padding-bottom:0;padding-top:48px}.portfolio:first-of-type{padding-top:12px}@media screen and (min-width:961px){.portfolio{padding:36px 48px}}.portfolio.post__content{padding:2px 48px 36px}@media screen and (min-width:961px){.portfolio.post__content{padding:0 48px 36px}}.portfolio:not(.post__content)::before{content:"";position:absolute;top:10%;left:10%;bottom:10%;right:10%;background:0 0;border-radius:.5em}@media screen and (min-width:961px){.theme--light .portfolio:not(.post__content)::before{border:1px solid #eee}.theme--dark .portfolio:not(.post__content)::before{border:1px solid #384249}}.portfolio__title{letter-spacing:1px;font-size:2.6rem;line-height:1;font-weight:300}.portfolio__name{letter-spacing:1px;font-size:2.2rem;line-height:1.3em;font-weight:500}.portfolio__image{max-width:100%;min-width:100%;overflow:hidden;object-fit:cover;border-bottom:0;display:block;position:relative}.portfolio__image-wrapper{display:block;background-color:#fff;position:relative;overflow:hidden;left:-30px;width:100svw}.portfolio__image-wrapper--right,.portfolio__image-wrapper--left{margin-right:auto;margin-left:auto;max-width:inherit}.theme--light .portfolio__image-wrapper--right,.theme--light .portfolio__image-wrapper--left{background-color:#fff}.theme--dark .portfolio__image-wrapper--right,.theme--dark .portfolio__image-wrapper--left{background-color:#152028}@media screen and (min-width:961px){.portfolio__image-wrapper--right,.portfolio__image-wrapper--left{left:0;width:60%;object-fit:contain;max-width:none;border-radius:.5em;padding:0}.theme--light .portfolio__image-wrapper--right,.theme--light .portfolio__image-wrapper--left{border:1px solid #eee}.theme--dark .portfolio__image-wrapper--right,.theme--dark .portfolio__image-wrapper--left{border:1px solid #464646}}@media screen and (min-width:961px){.portfolio__image-wrapper--left{margin-right:auto;margin-left:0}}@media screen and (min-width:961px){.portfolio__image-wrapper--right{margin-right:0;margin-left:auto}}.portfolio__image-wrapper+.portfolio__description{margin-top:-30px}@media screen and (min-width:961px){.portfolio__image-wrapper+.portfolio__description{margin-top:-48px}}.portfolio__description{padding:32px;position:relative;border-radius:.5em}.theme--light .portfolio__description{border:1px solid #eee;background:rgba(238,238,238,.5);box-shadow:0 5px 10px rgba(241.8,241.8,241.8,.6)}.theme--dark .portfolio__description{border:1px solid #384249;background:rgba(70,70,70,.5);box-shadow:0 5px 10px rgba(31.2,41.1,48.3,.6)}@media screen and (min-width:961px){.portfolio__description{padding:48px}}.portfolio__description--left,.portfolio__description--right{padding-top:16px;backdrop-filter:blur(10px)}.theme--light .portfolio__description--left,.theme--light .portfolio__description--right{border-bottom:1px solid #eee}.theme--dark .portfolio__description--left,.theme--dark .portfolio__description--right{border-bottom:1px solid #384249}@media screen and (min-width:961px){.portfolio__description--left,.portfolio__description--right{padding-top:32px;border-bottom:0;width:60%}}@media screen and (min-width:961px){.portfolio__description--right{margin-left:auto}}.portfolio__meta{display:flex;flex-wrap:wrap;list-style:none;padding:0;row-gap:.8rem}.theme--light .portfolio__meta{color:#9f9f9f}.theme--dark .portfolio__meta{color:#9f9f9f}.portfolio__meta-item:not(:last-child){margin-right:1.25rem}.portfolio__button{font-weight:400;display:inline-block;position:relative;outline:0;text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap;font-style:normal;border-radius:999em;padding:10px 15px}.theme--light .portfolio__button{background:#fff;color:#6086b4;border:1px solid #eee}.theme--dark .portfolio__button{background:#152028;color:#6086b4;border:1px solid #464646}.portfolio__button:hover{display:inline-block;position:relative;outline:0;background:0 0;text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap;font-weight:400;font-style:normal;border-radius:999em}.portfolio__button-wrapper{padding-bottom:1em}.page_404{text-align:center;padding-top:50px}.archive{margin:30px}.archive__heading{font-size:2.4rem;font-weight:600;line-height:2.2em}.theme--light .archive__heading{color:#464646}.theme--dark .archive__heading{color:#eee}.archive__list{padding:0}.archive__list-item{display:flex;justify-content:space-between;padding-bottom:5px;list-style-type:none}.archive__list-date{text-align:right}.theme--light .archive__list-date{color:#9f9f9f}.theme--dark .archive__list-date{color:#9f9f9f}.archive__list-title{display:inline-block;flex:.96}.archive__list-title.styled{text-transform:uppercase}.theme--light .archive__list-title{color:#464646}.theme--dark .archive__list-title{color:#eee}.theme--light .archive__list-title:hover{color:#6086b4}.theme--dark .archive__list-title:hover{color:#6086b4}.notice{display:flex;flex-direction:column}.theme--light .notice{background-color:#bfcfe1}.theme--dark .notice{background-color:#334960}.theme--light .notice--update{background-color:#b9efd0}.theme--dark .notice--update{background-color:#2d6a4f}.theme--light .notice--warning{background-color:#f9bcba}.theme--dark .notice--warning{background-color:#6c3639}.notice__title{background-color:#6086b4;align-self:flex-end;font-weight:300;letter-spacing:.025em;padding:.2rem .5rem}.theme--light .notice__title{color:#fff}.theme--dark .notice__title{color:#152028}.notice__title--update{background-color:#51d88a}.notice__title--warning{background-color:#ef5753}.notice__content{padding:8px 8px 1rem 1rem}.share-buttons{display:inline-block}.share-buttons a{padding:5px 6px 2px;display:inline-block;cursor:pointer;border-radius:4px;text-decoration:none;transition:background-color .3s ease;backdrop-filter:blur(2px)}.theme--light .share-buttons a{color:#eee;background-color:rgba(10,10,10,0);box-shadow:0 0 2px rgba(10,10,10,.2);text-shadow:0 0 3px rgba(10,10,10,.2)}.theme--dark .share-buttons a{color:#eee;background-color:rgba(0,0,0,.1);box-shadow:0 0 2px rgba(0,0,0,.4);text-shadow:0 0 3px rgba(0,0,0,.4)}.theme--light .share-buttons a:hover{color:#6086b4;background-color:transparent}.theme--dark .share-buttons a:hover{color:#6086b4;background-color:transparent}.post__meta .share-buttons a{padding:0 5px;background-color:unset;box-shadow:unset;text-shadow:unset}.theme--light .post__meta .share-buttons a{color:#464646}.theme--dark .post__meta .share-buttons a{color:#eee}.post__meta .share-buttons a:hover{background-color:unset}.theme--light .post__meta .share-buttons a:hover{color:#6086b4}.theme--dark .post__meta .share-buttons a:hover{color:#6086b4}.post__footer+.share-buttons{display:block;margin-top:2rem}.post__footer+.share-buttons a{margin-right:0;margin-bottom:10px;font-size:1.1em;padding:.5em 1em;box-shadow:unset;text-shadow:unset}.theme--light .post__footer+.share-buttons a{color:#464646;background-color:rgba(10,10,10,.2)}.theme--dark .post__footer+.share-buttons a{color:#eee;background-color:rgba(0,0,0,.4)}.theme--light .post__footer+.share-buttons a:hover{color:#6086b4;background-color:#fff}.theme--dark .post__footer+.share-buttons a:hover{color:#6086b4;background-color:#152028}.notifs-overlay{position:fixed;bottom:10px;right:0;display:flex;flex-direction:column;gap:10px}.notifs-overlay .copy-notification{position:relative;right:-50px;opacity:0;border-radius:4px;color:#eee;background-color:#464646;padding:8px;min-width:max-content;max-width:calc(50svw - 50px);transition:300ms cubic-bezier(.68,-.55,.265,1.55)}.notifs-overlay .copy-notification.visible{right:10px;opacity:1}.medium-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 300ms;will-change:opacity}.theme--light .medium-zoom-overlay{background:#fff}.theme--dark .medium-zoom-overlay{background:#152028}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform 300ms cubic-bezier(.2,0,.2,1)!important;z-index:100}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}.newsletter .sib-form{text-align:center;background-color:transparent;padding:0 20px;margin:30px 0 86px}.newsletter .sib-form #sib-container input{color:#333}.newsletter .sib-form #sib-container input:-ms-input-placeholder{text-align:left;font-family:Helvetica,sans-serif;color:#c0ccda}.newsletter .sib-form #sib-container input::placeholder{text-align:left;font-family:Helvetica,sans-serif;color:#c0ccda}.newsletter .sib-form #sib-container textarea::placeholder{text-align:left;font-family:Helvetica,sans-serif;color:#c0ccda}.newsletter .sib-form #sib-container a{text-decoration:underline;color:#2bb2fc}.newsletter .sib-form #error-message{font-size:16px;text-align:left;font-family:Helvetica,sans-serif;color:#661d1d;background-color:#ffeded;border-radius:3px;border-color:#ff4949;max-width:540px}.newsletter .sib-form #success-message{font-size:16px;text-align:left;font-family:Helvetica,sans-serif;color:#085229;background-color:#e7faf0;border-radius:3px;border-color:#13ce66;max-width:540px}.newsletter .sib-form #sib-container{text-align:center;background-color:transparent;max-width:540px;border-radius:4px;border-width:1px;border-color:#c0ccd9;border-style:solid;direction:ltr}.theme--light .newsletter .sib-form #sib-container{box-shadow:0 8px 16px rgba(10,10,10,.1)}.theme--dark .newsletter .sib-form #sib-container{box-shadow:0 8px 16px rgba(0,0,0,.4)}.newsletter .sib-form #sib-form .sib-form-block{padding:8px 16px}.theme--light .newsletter .sib-form #sib-form .sib-form-block .sib-text-form-block{color:#9f9f9f}.theme--dark .newsletter .sib-form #sib-form .sib-form-block .sib-text-form-block{color:#9f9f9f}.newsletter .sib-form #sib-form>div:nth-of-type(1)>.sib-form-block{font-size:32px;text-align:left;font-weight:700;font-family:Helvetica,sans-serif;background-color:transparent}.newsletter .sib-form #sib-form>div:nth-of-type(2)>.sib-form-block{font-size:16px;text-align:left;font-family:Helvetica,sans-serif;background-color:transparent}.newsletter .sib-form #sib-form .entry__label{font-weight:700;text-align:left;font-size:16px;font-family:Helvetica,sans-serif}.newsletter .sib-form #sib-form .entry__error{padding:10px;line-height:1.2em;font-size:16px;text-align:left;font-family:Helvetica,sans-serif;color:#661d1d;background-color:#ffeded;border-radius:3px;border-color:#ff4949}.newsletter .sib-form #sib-form .entry__specification{font-size:12px;text-align:left;font-family:Helvetica,sans-serif}.newsletter .sib-form #sib-form .checkbox__label{font-size:14px;text-align:left;font-family:Helvetica,sans-serif;background-color:transparent}.newsletter .sib-form #sib-form>div:nth-of-type(4)>.sib-form-block{text-align:left}.newsletter .sib-form #sib-form .sib-form-block__button{font-size:16px;text-align:center;font-weight:700;font-family:Helvetica,sans-serif;text-transform:uppercase;color:#fff;background-color:#3e4857;border-radius:3px;border-width:0;width:100%;margin-bottom:8px}.newsletter .sib-form #sib-form .sib-form-block__button.is-disabled{opacity:.5;cursor:not-allowed}.newsletter .sib-form #sib-form .sib-optin,.newsletter .sib-form #sib-form .sib-form__declaration{transition:max-height .5s ease,padding .5s ease,margin .5s ease;max-height:0;overflow:hidden;padding:0 16px}.newsletter .sib-form #sib-form .is-visible{max-height:500px;padding:8px 16px}.newsletter .sib-form #sib-form .sib-form__declaration{font-size:14px;text-align:left;font-family:Helvetica,sans-serif;background-color:transparent}.theme--light .newsletter .sib-form #sib-form .sib-form__declaration{color:#9f9f9f}.theme--dark .newsletter .sib-form #sib-form .sib-form__declaration{color:#9f9f9f}.post__content .newsletter .sib-form{padding:0;margin:60px 0}@media screen and (max-width:400px){.sib-form #sib-container{padding:16px 0}.newsletter .sib-form #sib-form>div:nth-of-type(1)>.sib-form-block{font-size:28px}}@media screen and (max-width:500px){.post__content .sib-form{margin:30px 0}.sib-form #sib-container{padding:16px 9px}}.contact-form{margin-top:30px}.form-style{width:100%}.form-style ul{padding:0;margin:0;list-style:none}.form-style ul li{display:block;margin-bottom:10px;min-height:35px}.theme--light .form-style ul li{background-color:#fff;color:#464646}.theme--dark .form-style ul li{background-color:#152028;color:#eee}.form-style ul li .field-style{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:8px;outline:none;font-family:inherit}.theme--light .form-style ul li .field-style{border:1px solid #eee;background-color:#fff;color:#464646}.theme--dark .form-style ul li .field-style{border:1px solid #384249;background-color:#152028;color:#eee}.form-style ul li .field-style:focus{box-shadow:0 0 5px;border:1px solid}.form-style ul li .field-split{width:49%}.form-style ul li .field-full{width:100%}.form-style ul li input.align-left{float:left}.form-style ul li input.align-right{float:right}.form-style ul li textarea{width:100%;height:auto}.form-style ul li input[type=button],.form-style ul li input[type=submit]{display:inline-block;cursor:pointer;text-decoration:none;width:100%}.form-style input[name=_gotcha]{display:none}#TableOfContents{display:block;background:0 0}#TableOfContents ul{list-style:none;line-height:1.9em;margin:0}#TableOfContents>ul{padding-left:0}#TableOfContents li a{display:inherit;color:#6086b4}#TableOfContents li a:hover{display:inherit}table{display:table;width:80%;border-collapse:collapse}tr{display:table-row}th,td{display:table-cell;padding:8px}.theme--light th,.theme--light td{border:1px solid #eee}.theme--dark th,.theme--dark td{border:1px solid #384249}