@charset "UTF-8";:root{--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-500:#adb5bd;--color-link:#0055bb;--color-visited-link:#8440f1;--body-background:white;--body-font-color:black;--icon-filter:none;--hint-color-info:#6bf;--hint-color-warning:#fd6;--hint-color-danger:#f66}@media(prefers-color-scheme:dark){:root{--gray-100:rgba(255, 255, 255, 0.1);--gray-200:rgba(255, 255, 255, 0.2);--gray-500:rgba(255, 255, 255, 0.5);--color-link:#84b2ff;--color-visited-link:#b88dff;--body-background:#343a40;--body-font-color:#e9ecef;--icon-filter:brightness(0) invert(1);--hint-color-info:#6bf;--hint-color-warning:#fd6;--hint-color-danger:#f66}}/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.flex{display:flex}.flex-auto{flex:auto}.flex-even{flex:1 1}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.mx-auto{margin:0 auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}input.toggle{height:0;width:0;overflow:hidden;opacity:0;position:absolute}.clearfix::after{content:"";display:table;clear:both}html{font-size:16px;scroll-behavior:smooth;touch-action:manipulation}body{min-width:20rem;color:var(--body-font-color);background:var(--body-background);letter-spacing:.33px;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}body *{box-sizing:inherit}h1,h2,h3,h4,h5{font-weight:400}a{text-decoration:none;color:var(--color-link)}img{vertical-align:baseline}:focus{outline-style:auto;outline-color:currentColor;outline-color:-webkit-focus-ring-color}aside nav ul{padding:0;margin:0;list-style:none}aside nav ul li{margin:1em 0;position:relative}aside nav ul a{display:block}aside nav ul a:hover{opacity:.5}aside nav ul ul{padding-inline-start:1rem}ul.pagination{display:flex;justify-content:center;list-style-type:none;padding-inline-start:0}ul.pagination .page-item a{padding:1rem}.container{max-width:80rem;margin:0 auto}.book-icon{filter:var(--icon-filter)}.book-brand{margin-top:0;margin-bottom:1rem}.book-brand img{height:1.5em;width:1.5em;margin-inline-end:.5rem}.book-menu{flex:0 0 16rem;font-size:.875rem}.book-menu .book-menu-content{width:16rem;padding:1rem;background:var(--body-background);position:fixed;top:0;bottom:0;overflow-x:hidden;overflow-y:auto}.book-menu a,.book-menu label{color:inherit;cursor:pointer;word-wrap:break-word}.book-menu a.active{color:var(--color-link)}.book-menu input.toggle+label+ul{display:none}.book-menu input.toggle:checked+label+ul{display:block}.book-menu input.toggle+label::after{content:"▸"}.book-menu input.toggle:checked+label::after{content:"▾"}body[dir=rtl] .book-menu input.toggle+label::after{content:"◂"}body[dir=rtl] .book-menu input.toggle:checked+label::after{content:"▾"}.book-section-flat{margin:2rem 0}.book-section-flat>a,.book-section-flat>span,.book-section-flat>label{font-weight:bolder}.book-section-flat>ul{padding-inline-start:0}.book-page{min-width:20rem;flex-grow:1;padding:1rem}.book-post{margin-bottom:3rem}.book-header{display:none;margin-bottom:1rem}.book-header label{line-height:0}.book-header img.book-icon{height:1.5em;width:1.5em}.book-search{position:relative;margin:1rem 0;border-bottom:1px solid transparent}.book-search input{width:100%;padding:.5rem;border:0;border-radius:.25rem;background:var(--gray-100);color:var(--body-font-color)}.book-search input:required+.book-search-spinner{display:block}.book-search .book-search-spinner{position:absolute;top:0;margin:.5rem;margin-inline-start:calc(100% - 1.5rem);width:1rem;height:1rem;border:1px solid transparent;border-top-color:var(--body-font-color);border-radius:50%;animation:spin 1s ease infinite}@keyframes spin{100%{transform:rotate(360deg)}}.book-search small{opacity:.5}.book-toc{flex:0 0 16rem;font-size:.75rem}.book-toc .book-toc-content{width:16rem;padding:1rem;position:fixed;top:0;bottom:0;overflow-x:hidden;overflow-y:auto}.book-toc img{height:1em;width:1em}.book-toc nav>ul>li:first-child{margin-top:0}.book-footer{padding-top:1rem;font-size:.875rem}.book-footer img{height:1em;width:1em;margin-inline-end:.5rem}.book-comments{margin-top:1rem}.book-languages{margin-block-end:2rem}.book-languages .book-icon{height:1em;width:1em;margin-inline-end:.5em}.book-languages ul{padding-inline-start:1.5em}.book-menu-content,.book-toc-content,.book-page,.book-header aside,.markdown{transition:.2s ease-in-out;transition-property:transform,margin,opacity,visibility;will-change:transform,margin,opacity}@media screen and (max-width:56rem){#menu-control,#toc-control{display:inline}.book-menu{visibility:hidden;margin-inline-start:-16rem;font-size:16px;z-index:1}.book-toc{display:none}.book-header{display:block}#menu-control:focus~main label[for=menu-control]{outline-style:auto;outline-color:currentColor;outline-color:-webkit-focus-ring-color}#menu-control:checked~main .book-menu{visibility:initial}#menu-control:checked~main .book-menu .book-menu-content{transform:translateX(16rem);box-shadow:0 0 .5rem rgba(0,0,0,.1)}#menu-control:checked~main .book-page{opacity:.25}#menu-control:checked~main .book-menu-overlay{display:block;position:absolute;top:0;bottom:0;left:0;right:0}#toc-control:focus~main label[for=toc-control]{outline-style:auto;outline-color:currentColor;outline-color:-webkit-focus-ring-color}#toc-control:checked~main .book-header aside{display:block}body[dir=rtl] #menu-control:checked~main .book-menu .book-menu-content{transform:translateX(-16rem)}}@media screen and (min-width:80rem){.book-page,.book-menu .book-menu-content,.book-toc .book-toc-content{padding:2rem 1rem}}@font-face{font-family:abel;src:url(/fonts/Abel-Regular.ttf)format("truetype")}@font-face{font-family:amiri;src:url(/fonts/Amiri-Regular.ttf)format("truetype")}@font-face{font-family:audiowide;src:url(/fonts/audiowide-v9-latin-regular.ttf)format("truetype")}@font-face{font-family:cinzel;src:url(/fonts/Cinzel-Regular.ttf)format("truetype")}@font-face{font-family:constantine;src:url(/fonts/Constantine.ttf)format("truetype")}@font-face{font-family:cousine;src:url(/fonts/Cousine-Regular.ttf)format("truetype")}@font-face{font-family:cousine;font-weight:700;src:url(/fonts/Cousine-Bold.ttf)format("truetype")}@font-face{font-family:cousine;font-style:italic;src:url(/fonts/Cousine-Italic.ttf)format("truetype")}@font-face{font-family:cousine;font-weight:700;font-style:italic;src:url(/fonts/Cousine-BoldItalic.ttf)format("truetype")}@font-face{font-family:cormorant garamond;src:url(/fonts/CormorantGaramond-Regular.ttf)format("truetype")}@font-face{font-family:cormorant garamond;font-weight:700;src:url(/fonts/CormorantGaramond-Bold.ttf)format("truetype")}@font-face{font-family:cormorant garamond;font-style:italic;src:url(/fonts/CormorantGaramond-Italic.ttf)format("truetype")}@font-face{font-family:cormorant garamond;font-weight:700;font-style:italic;src:url(/fonts/CormorantGaramond-BoldItalic.ttf)format("truetype")}@font-face{font-family:departure mono;src:url(/fonts/DepartureMono-Regular.woff2)format("woff2")}@font-face{font-family:eb garamond;src:url(/fonts/EBGaramond-Regular.ttf)format("truetype")}@font-face{font-family:eb garamond;font-weight:700;src:url(/fonts/EBGaramond-Bold.ttf)format("truetype")}@font-face{font-family:eb garamond;font-style:italic;src:url(/fonts/EBGaramond-Italic.ttf)format("truetype")}@font-face{font-family:eb garamond;font-weight:700;font-style:italic;src:url(/fonts/EBGaramond-BoldItalic.ttf)format("truetype")}@font-face{font-family:monster of fantasy;src:url("/fonts/MONSTER OF FANTASY.woff2")format("woff2")}@font-face{font-family:ocr a extended;src:url(/fonts/OCRAEXT.ttf)format("truetype")}@font-face{font-family:alegreya;src:url(/fonts/dRegular.woff)format("woff")}@font-face{font-family:alegreya;font-weight:700;src:url(/fonts/Alegreya-Bold.woff)format("woff")}@font-face{font-family:alegreya;font-style:italic;src:url(/fonts/Alegreya-Italic.woff)format("woff")}@font-face{font-family:alegreya;font-weight:700;font-style:italic;src:url(/fonts/Alegreya-BoldItalic.woff)format("woff")}@font-face{font-family:jetbrains mono;src:url(/fonts/JetBrainsMono-Regular.ttf)format("truetype")}@font-face{font-family:jetbrains mono;font-weight:700;src:url(/fonts/JetBrainsMono-Bold.ttf)format("truetype")}@font-face{font-family:jetbrains mono;font-style:italic;src:url(/fonts/JetBrainsMono-Italic.ttf)format("truetype")}@font-face{font-family:jetbrains mono;font-weight:700;font-style:italic;src:url(/fonts/JetBrainsMono-BoldItalic.ttf)format("truetype")}@font-face{font-family:roboto condensed;src:url(/fonts/RobotoCondensed-Regular.ttf)format("truetype")}@font-face{font-family:roboto condensed;font-weight:700;src:url(/fonts/RobotoCondensed-Bold.ttf)format("truetype")}@font-face{font-family:roboto condensed;font-style:italic;src:url(/fonts/RobotoCondensed-Italic.ttf)format("truetype")}@font-face{font-family:roboto condensed;font-weight:700;font-style:italic;src:url(/fonts/RobotoCondensed-BoldItalic.ttf)format("truetype")}body{font-family:roboto condensed}h1,h2,h3,h4,h5,h6{font-family:roboto condensed}h1>a>span,h2>a>span,h3>a>span,h4>a>span,h5>a>span,h6>a>span{font-family:roboto condensed}p,li,li>a{font-family:roboto condensed}div.book-toc-content.celestial-bodies{font-family:cousine}div.book-toc-content.celestial-bodies h1,div.book-toc-content.celestial-bodies h2,div.book-toc-content.celestial-bodies h3{font-family:departure mono}div.book-toc-content.celestial-bodies h1>a>span,div.book-toc-content.celestial-bodies h2>a>span,div.book-toc-content.celestial-bodies h3>a>span{font-family:cousine}div.book-toc-content.celestial-bodies p,div.book-toc-content.celestial-bodies li,div.book-toc-content.celestial-bodies li>a{font-family:cousine}div.book-toc-content.apocalypse-frame{font-family:abel}div.book-toc-content.apocalypse-frame h1,div.book-toc-content.apocalypse-frame h2,div.book-toc-content.apocalypse-frame h3{font-family:abel}div.book-toc-content.apocalypse-frame h1>a>span,div.book-toc-content.apocalypse-frame h2>a>span,div.book-toc-content.apocalypse-frame h3>a>span{font-family:abel}div.book-toc-content.apocalypse-frame p,div.book-toc-content.apocalypse-frame li,div.book-toc-content.apocalypse-frame li>a{font-family:abel}div.book-toc-content.thirty-sixth-way{font-family:eb garamond}div.book-toc-content.thirty-sixth-way h1,div.book-toc-content.thirty-sixth-way h2,div.book-toc-content.thirty-sixth-way h3{font-family:amiri}div.book-toc-content.thirty-sixth-way h1>a>span,div.book-toc-content.thirty-sixth-way h2>a>span,div.book-toc-content.thirty-sixth-way h3>a>span{font-family:eb garamond}div.book-toc-content.thirty-sixth-way p,div.book-toc-content.thirty-sixth-way li,div.book-toc-content.thirty-sixth-way li>a{font-family:eb garamond}div.book-toc-content.total-effect{font-family:eb garamond}div.book-toc-content.total-effect h1,div.book-toc-content.total-effect h2,div.book-toc-content.total-effect h3{font-family:eb garamond}div.book-toc-content.total-effect h1>a>span,div.book-toc-content.total-effect h2>a>span,div.book-toc-content.total-effect h3>a>span{font-family:eb garamond}div.book-toc-content.total-effect p,div.book-toc-content.total-effect li,div.book-toc-content.total-effect li>a{font-family:eb garamond}div.book-toc-content.nova-burnout{background-color:#1a0404;font-family:roboto condensed;color:#fff}div.book-toc-content.nova-burnout a.active{color:#fab95b}div.book-toc-content.nova-burnout h1,div.book-toc-content.nova-burnout h2,div.book-toc-content.nova-burnout h3{font-family:roboto condensed}div.book-toc-content.nova-burnout h1>a>span,div.book-toc-content.nova-burnout h2>a>span,div.book-toc-content.nova-burnout h3>a>span{font-family:roboto condensed}div.book-toc-content.nova-burnout p,div.book-toc-content.nova-burnout li,div.book-toc-content.nova-burnout li>a{font-family:roboto condensed}div.book-menu-content.celestial-bodies{font-family:cousine}div.book-menu-content.celestial-bodies h1,div.book-menu-content.celestial-bodies h2,div.book-menu-content.celestial-bodies h3{font-family:cousine}div.book-menu-content.celestial-bodies h1>a>span,div.book-menu-content.celestial-bodies h2>a>span,div.book-menu-content.celestial-bodies h3>a>span{font-family:cousine}div.book-menu-content.celestial-bodies p,div.book-menu-content.celestial-bodies li,div.book-menu-content.celestial-bodies li>a{font-family:cousine}div.book-menu-content.apocalypse-frame{font-family:abel}div.book-menu-content.apocalypse-frame h1,div.book-menu-content.apocalypse-frame h2,div.book-menu-content.apocalypse-frame h3{font-family:abel}div.book-menu-content.apocalypse-frame h1>a>span,div.book-menu-content.apocalypse-frame h2>a>span,div.book-menu-content.apocalypse-frame h3>a>span{font-family:abel}div.book-menu-content.apocalypse-frame p,div.book-menu-content.apocalypse-frame li,div.book-menu-content.apocalypse-frame li>a{font-family:abel}div.book-menu-content.nova-burnout{background-color:#1a0404;font-family:roboto condensed;color:#fff}div.book-menu-content.nova-burnout a.active{color:#fab95b}div.book-menu-content.nova-burnout h1,div.book-menu-content.nova-burnout h2,div.book-menu-content.nova-burnout h3{font-family:roboto condensed}div.book-menu-content.nova-burnout h1>a>span,div.book-menu-content.nova-burnout h2>a>span,div.book-menu-content.nova-burnout h3>a>span{font-family:roboto condensed}div.book-menu-content.nova-burnout p,div.book-menu-content.nova-burnout li,div.book-menu-content.nova-burnout li>a{font-family:roboto condensed}div.book-menu-content.thirty-sixth-way{font-family:eb garamond}div.book-menu-content.thirty-sixth-way h1,div.book-menu-content.thirty-sixth-way h2,div.book-menu-content.thirty-sixth-way h3{font-family:amiri}div.book-menu-content.thirty-sixth-way h1>a>span,div.book-menu-content.thirty-sixth-way h2>a>span,div.book-menu-content.thirty-sixth-way h3>a>span{font-family:eb garamond}div.book-menu-content.thirty-sixth-way p,div.book-menu-content.thirty-sixth-way li,div.book-menu-content.thirty-sixth-way li>a{font-family:eb garamond}div.book-menu-content.total-effect{font-family:eb garamond}div.book-menu-content.total-effect h1,div.book-menu-content.total-effect h2,div.book-menu-content.total-effect h3{font-family:eb garamond}div.book-menu-content.total-effect h1>a>span,div.book-menu-content.total-effect h2>a>span,div.book-menu-content.total-effect h3>a>span{font-family:eb garamond}div.book-menu-content.total-effect p,div.book-menu-content.total-effect li,div.book-menu-content.total-effect li>a{font-family:eb garamond}div.book-menu-content.anointed{background-color:#141414;font-family:cormorant garamond}div.book-menu-content.anointed h1,div.book-menu-content.anointed h2,div.book-menu-content.anointed h3{font-family:cormorant garamond}div.book-menu-content.anointed h1>a>span,div.book-menu-content.anointed h2>a>span,div.book-menu-content.anointed h3>a>span{font-family:cormorant garamond}div.book-menu-content.anointed p,div.book-menu-content.anointed li,div.book-menu-content.anointed li>a{font-family:cormorant garamond}body div.book-page article.markdown blockquote.shop{background-color:#242833;color:#fff}body.celestial-bodies strong{color:#e5007e}body.celestial-bodies div.book-page h1,body.celestial-bodies div.book-page h2,body.celestial-bodies div.book-page h3{font-family:departure mono}body.celestial-bodies div.book-page h1>a>span,body.celestial-bodies div.book-page h2>a>span,body.celestial-bodies div.book-page h3>a>span{font-family:cousine}body.celestial-bodies div.book-page p,body.celestial-bodies div.book-page li,body.celestial-bodies div.book-page li>a,body.celestial-bodies div.book-page tr,body.celestial-bodies div.book-page th{font-family:cousine}body.celestial-bodies div.book-toc-content{font-family:cousine}body.celestial-bodies div.book-menu-content{font-family:cousine}body.celestial-bodies div.book-menu-content h1,body.celestial-bodies div.book-menu-content h2,body.celestial-bodies div.book-menu-content h3{font-family:cousine}body.celestial-bodies div.book-menu-content h1>a>span,body.celestial-bodies div.book-menu-content h2>a>span,body.celestial-bodies div.book-menu-content h3>a>span{font-family:cousine}body.celestial-bodies div.book-menu-content p,body.celestial-bodies div.book-menu-content li,body.celestial-bodies div.book-menu-content li>a{font-family:cousine}body.anointed{background-color:#141414}body.anointed div.book-page{color:#fff}body.anointed a{color:#d3d3d3}body.anointed h1,body.anointed h2,body.anointed h3,body.anointed h4{font-family:cinzel}body.anointed h1>a>span,body.anointed h2>a>span,body.anointed h3>a>span,body.anointed h4>a>span{font-family:cormorant garamond}body.anointed p,body.anointed li,body.anointed li>a,body.anointed tr,body.anointed th{font-family:cormorant garamond}body.anointed div.book-menu-content{background-color:#141414;font-family:cormorant garamond}body.anointed div.book-menu-content h1,body.anointed div.book-menu-content h2,body.anointed div.book-menu-content h3{font-family:cormorant garamond}body.anointed div.book-menu-content h1>a>span,body.anointed div.book-menu-content h2>a>span,body.anointed div.book-menu-content h3>a>span{font-family:cormorant garamond}body.anointed div.book-menu-content p,body.anointed div.book-menu-content li,body.anointed div.book-menu-content li>a{font-family:cormorant garamond}body.nova-burnout{background-color:#1a0404}body.nova-burnout div.book-page{background-color:#1a0404;color:#fff}body.nova-burnout div.book-page span.red{color:red}body.nova-burnout div.book-page a{color:#fab95b}body.nova-burnout div.book-page h1,body.nova-burnout div.book-page h2,body.nova-burnout div.book-page h3,body.nova-burnout div.book-page h4{font-family:anonymous pro;font-weight:700}body.nova-burnout div.book-page h1>a>span,body.nova-burnout div.book-page h2>a>span,body.nova-burnout div.book-page h3>a>span,body.nova-burnout div.book-page h4>a>span{font-family:roboto condensed}body.nova-burnout div.book-page p,body.nova-burnout div.book-page li,body.nova-burnout div.book-page li>a,body.nova-burnout div.book-page tr,body.nova-burnout div.book-page th{font-family:roboto condensed}body.nova-burnout div.book-toc-content{background-color:#1a0404;font-family:roboto condensed;color:#fff}body.nova-burnout div.book-toc-content a.active{color:#fab95b}body.nova-burnout div.book-toc-content h1,body.nova-burnout div.book-toc-content h2,body.nova-burnout div.book-toc-content h3{font-family:roboto condensed}body.nova-burnout div.book-toc-content h1>a>span,body.nova-burnout div.book-toc-content h2>a>span,body.nova-burnout div.book-toc-content h3>a>span{font-family:roboto condensed}body.nova-burnout div.book-toc-content p,body.nova-burnout div.book-toc-content li,body.nova-burnout div.book-toc-content li>a{font-family:roboto condensed}body.nova-burnout div.book-menu-content{background-color:#1a0404;font-family:roboto condensed;color:#fff}body.nova-burnout div.book-menu-content a.active{color:#fab95b}body.nova-burnout div.book-menu-content h1,body.nova-burnout div.book-menu-content h2,body.nova-burnout div.book-menu-content h3{font-family:roboto condensed}body.nova-burnout div.book-menu-content h1>a>span,body.nova-burnout div.book-menu-content h2>a>span,body.nova-burnout div.book-menu-content h3>a>span{font-family:roboto condensed}body.nova-burnout div.book-menu-content p,body.nova-burnout div.book-menu-content li,body.nova-burnout div.book-menu-content li>a{font-family:roboto condensed}body.apocalypse-frame div.book-page h1,body.apocalypse-frame div.book-page h2,body.apocalypse-frame div.book-page h3{font-family:audiowide}body.apocalypse-frame div.book-page h1>a>span,body.apocalypse-frame div.book-page h2>a>span,body.apocalypse-frame div.book-page h3>a>span{font-family:abel}body.apocalypse-frame div.book-page p,body.apocalypse-frame div.book-page li,body.apocalypse-frame div.book-page li>a,body.apocalypse-frame div.book-page tr,body.apocalypse-frame div.book-page th{font-family:abel}body.apocalypse-frame div.book-toc-content{font-family:abel}body.apocalypse-frame div.book-menu-content{font-family:abel}body.apocalypse-frame div.book-menu-content h1,body.apocalypse-frame div.book-menu-content h2,body.apocalypse-frame div.book-menu-content h3{font-family:abel}body.apocalypse-frame div.book-menu-content h1>a>span,body.apocalypse-frame div.book-menu-content h2>a>span,body.apocalypse-frame div.book-menu-content h3>a>span{font-family:abel}body.apocalypse-frame div.book-menu-content p,body.apocalypse-frame div.book-menu-content li,body.apocalypse-frame div.book-menu-content li>a{font-family:abel}body.total-effect div.book-page h1,body.total-effect div.book-page h2,body.total-effect div.book-page h3{font-family:eb garamond}body.total-effect div.book-page h1>a>span,body.total-effect div.book-page h2>a>span,body.total-effect div.book-page h3>a>span{font-family:eb garamond}body.total-effect div.book-page p,body.total-effect div.book-page li,body.total-effect div.book-page li>a,body.total-effect div.book-page tr,body.total-effect div.book-page th{font-family:eb garamond}body.total-effect div.book-toc-content{font-family:eb garamond}body.total-effect div.book-toc-content h1,body.total-effect div.book-toc-content h2,body.total-effect div.book-toc-content h3{font-family:eb garamond}body.total-effect div.book-toc-content h1>a>span,body.total-effect div.book-toc-content h2>a>span,body.total-effect div.book-toc-content h3>a>span{font-family:eb garamond}body.total-effect div.book-toc-content p,body.total-effect div.book-toc-content li,body.total-effect div.book-toc-content li>a{font-family:eb garamond}body.total-effect div.book-menu-content{font-family:eb garamond}body.total-effect div.book-menu-content h1,body.total-effect div.book-menu-content h2,body.total-effect div.book-menu-content h3{font-family:eb garamond}body.total-effect div.book-menu-content h1>a>span,body.total-effect div.book-menu-content h2>a>span,body.total-effect div.book-menu-content h3>a>span{font-family:eb garamond}body.total-effect div.book-menu-content p,body.total-effect div.book-menu-content li,body.total-effect div.book-menu-content li>a{font-family:eb garamond}body.total-effect blockquote{background-color:#f5f5f5}@media(prefers-color-scheme:dark){body.total-effect blockquote{background-color:#393f45}}body.total-effect blockquote.valiant h1,body.total-effect blockquote.valiant h2,body.total-effect blockquote.valiant h3{font-family:monster of fantasy}body.total-effect blockquote.valiant h4{font-family:monster of fantasy;font-size:1.1em;font-weight:400}body.total-effect blockquote.valiant p,body.total-effect blockquote.valiant li,body.total-effect blockquote.valiant li>a,body.total-effect blockquote.valiant tr,body.total-effect blockquote.valiant th{font-family:alegreya}body.total-effect blockquote.machinations h1,body.total-effect blockquote.machinations h2,body.total-effect blockquote.machinations h3{font-family:constantine}body.total-effect blockquote.machinations h4{font-family:constantine;font-size:1.1em;font-weight:400}body.total-effect blockquote.machinations p,body.total-effect blockquote.machinations li,body.total-effect blockquote.machinations li>a,body.total-effect blockquote.machinations tr,body.total-effect blockquote.machinations th{font-family:roboto condensed}body.total-effect blockquote.liminal h1,body.total-effect blockquote.liminal h2,body.total-effect blockquote.liminal h3{font-family:ocr a extended;text-transform:uppercase;letter-spacing:.25rem}body.total-effect blockquote.liminal h4{font-family:ocr a extended;font-size:1.1em;font-weight:400;text-transform:uppercase;letter-spacing:.25rem}body.total-effect blockquote.liminal p,body.total-effect blockquote.liminal li,body.total-effect blockquote.liminal li>a,body.total-effect blockquote.liminal tr,body.total-effect blockquote.liminal th{font-family:jetbrains mono;font-size:14px}body.valiant-horizon div.book-page h1,body.valiant-horizon div.book-page h2,body.valiant-horizon div.book-page h3{font-family:monster of fantasy;text-transform:uppercase;-moz-font-feature-settings:"salt" 1;-webkit-font-feature-settings:"salt" 1;font-feature-settings:"salt" 1}body.valiant-horizon div.book-page h1>a>span,body.valiant-horizon div.book-page h2>a>span,body.valiant-horizon div.book-page h3>a>span{text-transform:none;font-family:alegreya}body.valiant-horizon div.book-page p,body.valiant-horizon div.book-page li,body.valiant-horizon div.book-page li>a{font-family:alegreya}body.valiant-horizon div.book-toc-content{font-family:alegreya}body.valiant-horizon div.book-toc-content h1,body.valiant-horizon div.book-toc-content h2,body.valiant-horizon div.book-toc-content h3{font-family:monster of fantasy;text-transform:uppercase;-moz-font-feature-settings:"salt" 1;-webkit-font-feature-settings:"salt" 1;font-feature-settings:"salt" 1}body.valiant-horizon div.book-toc-content h1>a>span,body.valiant-horizon div.book-toc-content h2>a>span,body.valiant-horizon div.book-toc-content h3>a>span{text-transform:none;font-family:alegreya}body.valiant-horizon div.book-toc-content p,body.valiant-horizon div.book-toc-content li,body.valiant-horizon div.book-toc-content li>a{font-family:alegreya}body.valiant-horizon div.book-menu-content{font-family:alegreya}body.valiant-horizon div.book-menu-content h1,body.valiant-horizon div.book-menu-content h2,body.valiant-horizon div.book-menu-content h3{font-family:monster of fantasy;text-transform:uppercase;-moz-font-feature-settings:"salt" 1;-webkit-font-feature-settings:"salt" 1;font-feature-settings:"salt" 1}body.valiant-horizon div.book-menu-content h1>a>span,body.valiant-horizon div.book-menu-content h2>a>span,body.valiant-horizon div.book-menu-content h3>a>span{text-transform:none;font-family:alegreya}body.valiant-horizon div.book-menu-content p,body.valiant-horizon div.book-menu-content li,body.valiant-horizon div.book-menu-content li>a{font-family:alegreya}body.liminal-void div.book-page h1,body.liminal-void div.book-page h2,body.liminal-void div.book-page h3{font-family:ocr a extended;text-transform:uppercase;letter-spacing:.25rem}body.liminal-void div.book-page h1>a>span,body.liminal-void div.book-page h2>a>span,body.liminal-void div.book-page h3>a>span{text-transform:none;letter-spacing:normal;font-family:jetbrains mono}body.liminal-void div.book-page p,body.liminal-void div.book-page li,body.liminal-void div.book-page li>a{font-family:jetbrains mono}body.liminal-void div.book-toc-content{font-family:jetbrains mono}body.liminal-void div.book-toc-content h1,body.liminal-void div.book-toc-content h2,body.liminal-void div.book-toc-content h3{font-family:ocr a extended;text-transform:uppercase;letter-spacing:.25rem}body.liminal-void div.book-toc-content h1>a>span,body.liminal-void div.book-toc-content h2>a>span,body.liminal-void div.book-toc-content h3>a>span{text-transform:none;letter-spacing:normal;font-family:jetbrains mono}body.liminal-void div.book-toc-content p,body.liminal-void div.book-toc-content li,body.liminal-void div.book-toc-content li>a{font-family:jetbrains mono}body.liminal-void div.book-menu-content{font-family:jetbrains mono}body.liminal-void div.book-menu-content h1,body.liminal-void div.book-menu-content h2,body.liminal-void div.book-menu-content h3{font-family:ocr a extended;text-transform:uppercase;letter-spacing:.25rem}body.liminal-void div.book-menu-content h1>a>span,body.liminal-void div.book-menu-content h2>a>span,body.liminal-void div.book-menu-content h3>a>span{text-transform:none;letter-spacing:normal;font-family:jetbrains mono}body.liminal-void div.book-menu-content p,body.liminal-void div.book-menu-content li,body.liminal-void div.book-menu-content li>a{font-family:jetbrains mono}body.thirty-sixth-way div.book-page h1,body.thirty-sixth-way div.book-page h2{font-family:amiri}body.thirty-sixth-way div.book-page h3{font-family:amiri;font-size:20px}body.thirty-sixth-way div.book-page h4{font-family:amiri;font-style:italic;font-weight:400;font-size:18px}body.thirty-sixth-way div.book-page p,body.thirty-sixth-way div.book-page li,body.thirty-sixth-way div.book-page li>a,body.thirty-sixth-way div.book-page tr,body.thirty-sixth-way div.book-page strong,body.thirty-sixth-way div.book-page em{font-family:eb garamond}body.thirty-sixth-way div.book-page th{font-family:eb garamond;font-style:italic;font-weight:400}body.thirty-sixth-way div.book-page .book-columns div{font-family:eb garamond}body.thirty-sixth-way div.book-page blockquote{background-color:#f5f5f5}@media(prefers-color-scheme:dark){body.thirty-sixth-way div.book-page blockquote{background-color:#393f45}}body.thirty-sixth-way div.book-toc-content{font-family:eb garamond}body.thirty-sixth-way div.book-toc-content h1,body.thirty-sixth-way div.book-toc-content h2,body.thirty-sixth-way div.book-toc-content h3{font-family:amiri}body.thirty-sixth-way div.book-toc-content h1>a>span,body.thirty-sixth-way div.book-toc-content h2>a>span,body.thirty-sixth-way div.book-toc-content h3>a>span{font-family:eb garamond}body.thirty-sixth-way div.book-toc-content p,body.thirty-sixth-way div.book-toc-content li,body.thirty-sixth-way div.book-toc-content li>a{font-family:eb garamond}body.thirty-sixth-way div.book-menu-content{font-family:eb garamond}body.thirty-sixth-way div.book-menu-content h1,body.thirty-sixth-way div.book-menu-content h2,body.thirty-sixth-way div.book-menu-content h3{font-family:amiri}body.thirty-sixth-way div.book-menu-content h1>a>span,body.thirty-sixth-way div.book-menu-content h2>a>span,body.thirty-sixth-way div.book-menu-content h3>a>span{font-family:eb garamond}body.thirty-sixth-way div.book-menu-content p,body.thirty-sixth-way div.book-menu-content li,body.thirty-sixth-way div.book-menu-content li>a{font-family:eb garamond}@media print{.book-menu,.book-footer,.book-toc{display:none}.book-header,.book-header aside{display:block}main{display:block!important}}.markdown{line-height:1.6}.markdown>:first-child{margin-top:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{font-weight:400;line-height:1;margin-top:1.5em;margin-bottom:1rem}.markdown h1 a.anchor,.markdown h2 a.anchor,.markdown h3 a.anchor,.markdown h4 a.anchor,.markdown h5 a.anchor,.markdown h6 a.anchor{opacity:0;font-size:.75em;vertical-align:middle;text-decoration:none}.markdown h1:hover a.anchor,.markdown h1 a.anchor:focus,.markdown h2:hover a.anchor,.markdown h2 a.anchor:focus,.markdown h3:hover a.anchor,.markdown h3 a.anchor:focus,.markdown h4:hover a.anchor,.markdown h4 a.anchor:focus,.markdown h5:hover a.anchor,.markdown h5 a.anchor:focus,.markdown h6:hover a.anchor,.markdown h6 a.anchor:focus{opacity:initial}.markdown h4,.markdown h5,.markdown h6{font-weight:bolder}.markdown h5{font-size:.875em}.markdown h6{font-size:.75em}.markdown b,.markdown optgroup,.markdown strong{font-weight:bolder}.markdown a{text-decoration:none}.markdown a:hover{text-decoration:underline}.markdown a:visited{color:var(--color-visited-link)}.markdown img{max-width:100%;height:auto}.markdown code{padding:0 .25rem;background:var(--gray-200);border-radius:.25rem;font-size:.875em}.markdown pre{padding:1rem;background:var(--gray-100);border-radius:.25rem;overflow-x:auto}.markdown pre code{padding:0;background:0 0}.markdown p{word-wrap:break-word}.markdown blockquote{margin:1rem 0;padding:.5rem 1rem .5rem .75rem;border-inline-start:.25rem solid var(--gray-200);border-radius:.25rem}.markdown blockquote :first-child{margin-top:0}.markdown blockquote :last-child{margin-bottom:0}.markdown table{overflow:auto;display:block;border-spacing:0;border-collapse:collapse;margin-top:1rem;margin-bottom:1rem}.markdown table tr th,.markdown table tr td{padding:.5rem 1rem;border:1px solid var(--gray-200)}.markdown table tr:nth-child(2n){background:var(--gray-100)}.markdown hr{height:1px;border:none;background:var(--gray-200)}.markdown ul,.markdown ol{padding-inline-start:2rem}.markdown dl dt{font-weight:bolder;margin-top:1rem}.markdown dl dd{margin-inline-start:0;margin-bottom:1rem}.markdown .highlight table tr td:nth-child(1) pre{margin:0;padding-inline-end:0}.markdown .highlight table tr td:nth-child(2) pre{margin:0;padding-inline-start:0}.markdown details{padding:1rem;border:1px solid var(--gray-200);border-radius:.25rem}.markdown details summary{line-height:1;padding:1rem;margin:-1rem;cursor:pointer}.markdown details[open] summary{margin-bottom:0}.markdown figure{margin:1rem 0}.markdown figure figcaption p{margin-top:0}.markdown-inner>:first-child{margin-top:0}.markdown-inner>:last-child{margin-bottom:0}.markdown .book-expand{margin-top:1rem;margin-bottom:1rem;border:1px solid var(--gray-200);border-radius:.25rem;overflow:hidden}.markdown .book-expand .book-expand-head{background:var(--gray-100);padding:.5rem 1rem;cursor:pointer}.markdown .book-expand .book-expand-content{display:none;padding:1rem}.markdown .book-expand input[type=checkbox]:checked+.book-expand-content{display:block}.markdown .book-tabs{margin-top:1rem;margin-bottom:1rem;border:1px solid var(--gray-200);border-radius:.25rem;overflow:hidden;display:flex;flex-wrap:wrap}.markdown .book-tabs label{display:inline-block;padding:.5rem 1rem;border-bottom:1px transparent;cursor:pointer}.markdown .book-tabs .book-tabs-content{order:999;width:100%;border-top:1px solid var(--gray-100);padding:1rem;display:none}.markdown .book-tabs input[type=radio]:checked+label{border-bottom:1px solid var(--color-link)}.markdown .book-tabs input[type=radio]:checked+label+.book-tabs-content{display:block}.markdown .book-tabs input[type=radio]:focus+label{outline-style:auto;outline-color:currentColor;outline-color:-webkit-focus-ring-color}.markdown .book-columns{margin-left:-1rem;margin-right:-1rem}.markdown .book-columns>div{margin:1rem 0;min-width:10rem;padding:0 1rem}.markdown a.book-btn{display:inline-block;font-size:.875rem;color:var(--color-link);line-height:2rem;padding:0 1rem;border:1px solid var(--color-link);border-radius:.25rem;cursor:pointer}.markdown a.book-btn:hover{text-decoration:none}.markdown .book-hint.info{border-color:#6bf;background-color:rgba(102,187,255,.1)}.markdown .book-hint.warning{border-color:#fd6;background-color:rgba(255,221,102,.1)}.markdown .book-hint.danger{border-color:#f66;background-color:rgba(255,102,102,.1)}@media(min-width:56rem){body.thirty-sixth-way .book-columns br{display:inline}}body.thirty-sixth-way blockquote{background-color:#f5f5f5}@media(prefers-color-scheme:dark){body.thirty-sixth-way blockquote{background-color:#393f45}}@media(prefers-color-scheme:dark){.hide-when-dark{display:none}}@media(prefers-color-scheme:light){.hide-when-light{display:none}}.link-containment{container:holder/inline-size}@container holder (min-width:1200px){.link-containment .link-holder {
    width: 1125px; } }@container holder (min-width:992px) and (max-width:1199px){.link-containment .link-holder {
    width: 830px; } }@container holder (min-width:768px) and (max-width:991px){.link-containment .link-holder {
    width: 765px; } }@container holder (min-width:576px) and (max-width:767px){.link-containment .link-holder {
    width: 536px; } }@container holder (min-width:320px) and (max-width:575px){.link-containment .link-holder {
    width: 340px; } }.link-containment .link-holder a{display:inline-block}.link-containment .link-holder a img{width:88px;height:30px;margin-left:2px;margin-right:2px}@container holder (min-width:1200px){.link-containment .link-holder a:nth-child(18n) {
    margin-right: 45px; }
  .link-containment .link-holder a:nth-child(18n+1) {
    margin-left: 45px; } }@container holder (min-width:992px) and (max-width:1199px){.link-containment .link-holder a:nth-child(16n) {
    margin-right: 45px; }
  .link-containment .link-holder a:nth-child(16n+1) {
    margin-left: 45px; } }@container holder (min-width:768px) and (max-width:991px){.link-containment .link-holder a:nth-child(14n) {
    margin-right: 45px; }
  .link-containment .link-holder a:nth-child(14n+1) {
    margin-left: 45px; } }@container holder (min-width:576px) and (max-width:767px){.link-containment .link-holder a:nth-child(10n) {
    margin-right: 45px; }
  .link-containment .link-holder a:nth-child(10n+1) {
    margin-left: 45px; } }@container holder (min-width:320px) and (max-width:575px){.link-containment .link-holder a:nth-child(6n) {
    margin-right: 45px; }
  .link-containment .link-holder a:nth-child(6n+1) {
    margin-left: 45px; } }