@charset "UTF-8";:root{color-scheme:light dark}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark] body{background-color:#0f1115;color:#e6e6e6}html[data-theme=dark] a{color:#c6b6ff}html[data-theme=dark] .nav,html[data-theme=dark] .burger__container,html[data-theme=dark] footer{background:#0f1115}html[data-theme=dark] .burger__meat{background:#f2f2f2}html[data-theme=dark] .nav__list a{color:#9aa0a6}html[data-theme=dark] .nav__list a.active,html[data-theme=dark] .nav__list a:hover,html[data-theme=dark] .post__title a,html[data-theme=dark] .pagination__title{color:#f2f2f2}html[data-theme=dark] .post__date,html[data-theme=dark] .pagination__label,html[data-theme=dark] .tag__link,html[data-theme=dark] #TableOfContents a{color:#9aa0a6}html[data-theme=dark] #TableOfContents a.active{color:#e6e6e6}html[data-theme=dark] .post blockquote a{color:#c6b6ff}html[data-theme=dark] pre,html[data-theme=dark] code,html[data-theme=dark] pre code{background-color:#1b1f27;color:#e6e6e6}html[data-theme=dark] .pagination__item:hover{background-color:#1b1f27}html[data-theme=dark] .tag__link{background:rgba(144,19,254,.2);color:#c6b6ff}html[data-theme=dark] .tag__link:hover{background:rgba(144,19,254,.3)}html[data-theme=dark] .post__content ul li::before{color:#9aa0a6}html[data-theme=dark] .social-icons__icon{filter:invert(1)}html[data-theme=dark] table thead{background:#1b1f27}html[data-theme=dark] table th,html[data-theme=dark] table td{border-color:#2a2f3a}html[data-theme=dark] .pagination__item .pagination__label,html[data-theme=dark] .pagination__item .pagination__title{color:inherit}html[data-theme=dark] .pagination__item{color:#e6e6e6}html[data-theme=dark] .paginator{filter:invert(1)}html[data-theme=dark] .building-section p,html[data-theme=dark] .trusted-section p{color:#e6e6e6}html[data-theme=dark] .logo-item{color:#e6e6e6;border-color:#e6e6e6;background:0 0}html[data-theme=dark] .logo-image{filter:brightness(0)invert(1);opacity:.85}@media(prefers-color-scheme:dark){html:not([data-theme]) body{background-color:#0f1115;color:#e6e6e6}html:not([data-theme]) a{color:#c6b6ff}html:not([data-theme]) .nav,html:not([data-theme]) .burger__container,html:not([data-theme]) footer{background:#0f1115}html:not([data-theme]) .burger__meat{background:#f2f2f2}html:not([data-theme]) .nav__list a{color:#9aa0a6}html:not([data-theme]) .nav__list a.active,html:not([data-theme]) .nav__list a:hover,html:not([data-theme]) .post__title a,html:not([data-theme]) .pagination__title{color:#f2f2f2}html:not([data-theme]) .post__date,html:not([data-theme]) .pagination__label,html:not([data-theme]) .tag__link,html:not([data-theme]) #TableOfContents a{color:#9aa0a6}html:not([data-theme]) #TableOfContents a.active{color:#e6e6e6}html:not([data-theme]) .post blockquote a{color:#c6b6ff}html:not([data-theme]) pre,html:not([data-theme]) code,html:not([data-theme]) pre code{background-color:#1b1f27;color:#e6e6e6}html:not([data-theme]) .pagination__item:hover{background-color:#1b1f27}html:not([data-theme]) .tag__link{background:rgba(144,19,254,.2);color:#c6b6ff}html:not([data-theme]) .tag__link:hover{background:rgba(144,19,254,.3)}html:not([data-theme]) .post__content ul li::before{color:#9aa0a6}html:not([data-theme]) .social-icons__icon{filter:invert(1)}html:not([data-theme]) table thead{background:#1b1f27}html:not([data-theme]) table th,html:not([data-theme]) table td{border-color:#2a2f3a}html:not([data-theme]) .pagination__item .pagination__label,html:not([data-theme]) .pagination__item .pagination__title{color:inherit}html:not([data-theme]) .pagination__item{color:#e6e6e6}html:not([data-theme]) .paginator{filter:invert(1)}html:not([data-theme]) .building-section p,html:not([data-theme]) .trusted-section p{color:#e6e6e6}html:not([data-theme]) .logo-item{color:#e6e6e6;border-color:#e6e6e6;background:0 0}html:not([data-theme]) .logo-image{filter:brightness(0)invert(1);opacity:.85}}.theme-toggle{background:0 0;border:1px solid;border-radius:999px;color:inherit;cursor:pointer;height:1.6rem;width:1.6rem;padding:0;display:inline-flex;align-items:center;justify-content:center;position:fixed;top:1.25rem;right:1.25rem;z-index:2}.theme-toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}.theme-toggle__icon::before{content:"☾";font-size:.9rem;line-height:1}.theme-toggle[data-theme=dark] .theme-toggle__icon::before{content:"☀︎"}