header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.article-title{margin:2rem 0 0}.content-meta{color:var(--gray);margin-top:0}.content-meta[show-comma=true]>span:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>span:not(:last-child):after{content:","}.tags{flex-wrap:wrap;justify-self:end;gap:.4rem;margin:1rem 0;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{background-color:var(--highlight);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem}.page-title{margin:0;font-size:1.75rem}.search{min-width:fit-content;max-width:14rem}@media (max-width:800px){.search{flex-grow:.3}}.search>.search-button{background-color:var(--lightgray);font-family:inherit;font-size:inherit;text-align:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:100%;height:2rem;padding:0;display:flex}.search>.search-button>p{padding:0 1rem;display:inline}.search>.search-button svg{cursor:pointer;width:18px;min-width:18px;margin:0 .5rem}.search>.search-button svg .search-path{stroke:var(--darkgray);stroke-width:2px;transition:stroke .5s}.search>#search-container{contain:layout;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow-y:auto}.search>#search-container.active{display:inline-block}.search>#search-container>#search-space{width:65%;margin-top:12vh;margin-left:auto;margin-right:auto}@media (max-width:1200px){.search>#search-container>#search-space{width:90%}}.search>#search-container>#search-space>*{background:var(--light);border-radius:7px;width:100%;margin-bottom:2em;box-shadow:0 14px 50px #1b21301f,0 10px 30px #1b213029}.search>#search-container>#search-space>input{box-sizing:border-box;font-family:var(--bodyFont);color:var(--dark);border:1px solid var(--lightgray);padding:.5em 1em;font-size:1.1em}.search>#search-container>#search-space>input:focus{outline:none}.search>#search-container>#search-space>#search-layout{border:1px solid var(--lightgray);box-sizing:border-box;flex-direction:row;flex:0 0 100%;display:none}.search>#search-container>#search-space>#search-layout.display-results{display:flex}.search>#search-container>#search-space>#search-layout[data-preview]>#results-container{flex:0 0 min(30%,450px)}@media not ((min-width:800px) and (max-width:1200px)){.search>#search-container>#search-space>#search-layout[data-preview] .result-card>p.preview{display:none}.search>#search-container>#search-space>#search-layout[data-preview]>div:first-child{border-right:1px solid var(--lightgray);border-top-right-radius:unset;border-bottom-right-radius:unset}.search>#search-container>#search-space>#search-layout[data-preview]>div:last-child{border-top-left-radius:unset;border-bottom-left-radius:unset}}.search>#search-container>#search-space>#search-layout>div{border-radius:5px;height:63vh}@media (min-width:800px) and (max-width:1200px){.search>#search-container>#search-space>#search-layout>#preview-container{display:none!important}.search>#search-container>#search-space>#search-layout[data-preview]>#results-container{flex:0 0 100%;width:100%;height:auto}}.search>#search-container>#search-space>#search-layout .highlight{background:color-mix(in srgb,var(--tertiary)60%,#fff0);border-radius:5px;scroll-margin-top:2rem}.search>#search-container>#search-space>#search-layout>#preview-container{color:var(--dark);padding:0 2rem;font-family:inherit;font-weight:400;line-height:1.5em;display:block;overflow:hidden auto}.search>#search-container>#search-space>#search-layout>#preview-container .preview-inner{width:min(800px,100%);margin:0 auto}.search>#search-container>#search-space>#search-layout>#preview-container a[role=anchor]{background-color:#0000}.search>#search-container>#search-space>#search-layout>#results-container{overflow-y:auto}.search>#search-container>#search-space>#search-layout>#results-container .result-card{cursor:pointer;border-bottom:1px solid var(--lightgray);box-sizing:border-box;text-transform:none;text-align:left;font-family:inherit;font-size:100%;line-height:1.15;font-weight:inherit;outline:none;width:100%;margin:0;padding:1em;transition:background .2s;display:block;overflow:hidden}.search>#search-container>#search-space>#search-layout>#results-container .result-card:hover,.search>#search-container>#search-space>#search-layout>#results-container .result-card:focus,.search>#search-container>#search-space>#search-layout>#results-container .result-card.focus{background:var(--lightgray)}.search>#search-container>#search-space>#search-layout>#results-container .result-card>h3{margin:0}.search>#search-container>#search-space>#search-layout>#results-container .result-card>ul.tags{margin-top:.45rem;margin-bottom:0}.search>#search-container>#search-space>#search-layout>#results-container .result-card>ul>li>p{background-color:var(--highlight);color:var(--secondary);border-radius:8px;margin:0 .1rem;padding:.2rem .4rem;font-weight:700;line-height:1.4rem}.search>#search-container>#search-space>#search-layout>#results-container .result-card>ul>li>p.match-tag{color:var(--tertiary)}.search>#search-container>#search-space>#search-layout>#results-container .result-card>p{margin-bottom:0}.darkmode{cursor:pointer;text-align:inherit;background:0 0;border:none;width:20px;height:20px;margin:0 10px;padding:0;position:relative}.darkmode svg{fill:var(--darkgray);width:20px;height:20px;transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>#dayIcon{display:none}:root[saved-theme=dark] .darkmode>#nightIcon,:root .darkmode>#dayIcon{display:inline}:root .darkmode>#nightIcon{display:none}.explorer{flex-direction:column;display:flex;overflow-y:hidden}@media not (max-width:800px){.explorer.desktop-only{display:flex}}button#explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button#explorer h2{margin:0;font-size:1rem;display:inline-block}button#explorer .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button#explorer.collapsed .fold{transform:rotate(-90deg)}.folder-outer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out;display:grid}.folder-outer.open{grid-template-rows:1fr}.folder-outer>ul{overflow:hidden}#explorer-content{visibility:visible;max-height:100%;margin-top:.5rem;list-style:none;transition:max-height .35s,visibility linear;overflow:hidden auto}#explorer-content.collapsed{visibility:hidden;max-height:0;transition:max-height .35s,visibility 0s linear .35s}#explorer-content ul{margin:.08rem 0;padding:0;list-style:none;transition:max-height .35s,transform .35s,opacity .2s}#explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}#explorer-content>#explorer-ul{max-height:none}svg{pointer-events:all}svg>polyline{pointer-events:none}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}.no-background:after{background:0 0!important}#explorer-end{height:4px;margin:0}.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.5em 0;position:relative;overflow:hidden}.graph>.graph-outer>#global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>#global-graph-icon:hover{background-color:var(--lightgray)}.graph>#global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>#global-graph-outer.active{display:inline-block}.graph>#global-graph-outer>#global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1200px){.graph>#global-graph-outer>#global-graph-container{width:90%}}.toc{flex-direction:column;display:flex}.toc.desktop-only{max-height:40%;display:flex}button#toc{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button#toc h3{margin:0;font-size:1rem;display:inline-block}button#toc .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button#toc.collapsed .fold{transform:rotate(-90deg)}#toc-content{visibility:visible;max-height:100%;list-style:none;transition:max-height .35s,visibility linear;position:relative;overflow:hidden auto}#toc-content.collapsed{visibility:hidden;max-height:0;transition:max-height .35s,visibility 0s linear .35s}#toc-content.collapsed>.overflow:after{opacity:0}#toc-content ul{margin:.5rem 0;padding:0;list-style:none}#toc-content ul>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}#toc-content ul>li>a.in-view{opacity:.75}#toc-content>ul.overflow{width:100%;max-height:none}#toc-content .depth-0{padding-left:0}#toc-content .depth-1{padding-left:1rem}#toc-content .depth-2{padding-left:2rem}#toc-content .depth-3{padding-left:3rem}#toc-content .depth-4{padding-left:4rem}#toc-content .depth-5{padding-left:5rem}#toc-content .depth-6{padding-left:6rem}.backlinks{flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul{margin:.5rem 0;padding:0;list-style:none}.backlinks>ul>li>a{background-color:#0000}.backlinks>.overflow{height:auto}.backlinks>.overflow:after{display:none}@media (max-width:1200px){.backlinks>.overflow{height:250px}}footer{text-align:left;opacity:.7;margin-bottom:4rem}footer ul{flex-direction:row;gap:1rem;margin:-1rem 0 0;padding:0;list-style:none;display:flex}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;visibility:hidden;opacity:0;padding:1rem;transition:opacity .3s,visibility .3s;position:absolute;overflow:visible}.popover>.popover-inner{font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);white-space:normal;border-radius:5px;width:30rem;max-height:20rem;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}@media (max-width:800px){.popover{display:none!important}}a:hover .popover,.popover:hover{animation:.3s .2s forwards dropin}.gold-dragon-profile{color:#2c2c2c;background:#fdfbf7;border:2px solid #d4af37;border-radius:4px;outline:4px solid #d4af3726;max-width:650px;margin:20px auto;padding:30px;font-family:Garamond,Georgia,serif;position:relative;box-shadow:0 15px 45px #d4af371a}.gold-dragon-profile:before{content:"✧";color:#d4af37;background:#fdfbf7;padding:0 10px;font-size:1.5rem;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.regal-header{text-align:center;margin-bottom:25px}.regal-image-container{background:#fff;border:1px solid #d4af37;border-radius:50%;width:160px;height:160px;margin:0 auto 15px;padding:8px;box-shadow:0 5px 15px #0000000d}.regal-image-container img{object-fit:cover;border-radius:50%;width:100%;height:100%}.regal-title h1{color:#b8860b;letter-spacing:3px;text-transform:uppercase;border-bottom:2px solid #d4af37;margin:0;padding-bottom:5px;font-size:2.4rem;display:inline-block}.regal-subtitle{color:#8b7d6b;letter-spacing:4px;text-transform:uppercase;margin-top:8px;font-size:.9rem;display:block}.regal-stats{border-top:1px double #d4af37;border-bottom:1px double #d4af37;justify-content:space-around;margin:20px 0;padding:15px 0;display:flex}.stat-block{text-align:center}.stat-label{color:#d4af37;text-transform:uppercase;font-size:.75rem;font-weight:700;display:block}.stat-value{font-size:1.1rem;font-weight:500}.regal-prose{text-align:justify;color:#444;padding:0 20px;font-size:1.05rem;line-height:1.8}.regal-prose:first-letter{float:left;color:#d4af37;margin-right:8px;font-size:3.5rem;font-weight:700;line-height:1}.bronze-dragon-profile{background:linear-gradient(135deg,#b87333 0%,#8c6239 40%,#2e8b57 100%);border:3px solid #2e8b57;border-radius:10px;outline:5px solid #b8733359;max-width:650px;margin:20px auto;padding:6px;font-family:Garamond,Georgia,serif;position:relative;box-shadow:0 20px 50px #00000040,0 0 25px #2e8b5759}.bronze-dragon-profile:after{content:"";z-index:0;background:linear-gradient(#f6f1e6 0%,#efe7d6 100%);border:1px solid #00000014;border-radius:6px;position:absolute;inset:10px;box-shadow:inset 0 0 25px #00000014,inset 0 0 0 2px #b8733326}.bronze-dragon-profile>*{z-index:1;color:#2b2b2b;background:0 0;position:relative}.bronze-dragon-profile:before{content:"🐉";color:#f6f1e6;background:#2e8b57;border-radius:20px;padding:2px 14px;font-size:1.2rem;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 0 15px #2e8b5799}.storm-header{text-align:center;margin-bottom:20px;padding:20px 15px 10px}.storm-image-container{background:#fff;border:3px solid #b87333;border-radius:50%;width:160px;height:160px;margin:0 auto 15px;padding:8px;box-shadow:0 0 15px #b8733366}.storm-image-container img{object-fit:cover;border-radius:50%;width:100%;height:100%}.storm-title h1{letter-spacing:4px;text-transform:uppercase;color:#8c4f24;border-bottom:3px solid #2e8b57;margin:0;padding-bottom:6px;font-size:2.5rem;display:inline-block}.storm-subtitle{color:#355f52;letter-spacing:3px;text-transform:uppercase;margin-top:8px;font-size:.9rem;display:block}.storm-stats{border-top:2px double #2e8b57;border-bottom:2px double #b87333;justify-content:space-around;margin:10px 15px 20px;padding:15px 10px;display:flex}.storm-stat-block{text-align:center}.storm-stat-label{color:#2e8b57;text-transform:uppercase;font-size:.75rem;font-weight:700;display:block}.storm-stat-value{color:#fff;font-size:1.1rem;font-weight:600}.tymora-blessing{text-align:center;color:#2e8b57;letter-spacing:2px;text-transform:uppercase;background:#2e8b5714;border:1px solid #2e8b5766;border-radius:4px;margin:0 15px 15px;padding:8px;font-size:.85rem}.storm-prose{text-align:justify;color:#fff;padding:0 25px 25px;font-size:1.05rem;line-height:1.8}.storm-prose:first-letter{float:left;color:#b87333;margin-right:8px;font-size:3.6rem;font-weight:700;line-height:1}.avernus-card{text-align:center;background:linear-gradient(#230000fa,#5a0a0af5,#140000fc);border-top:2px solid #ff4632b3;border-bottom:2px solid #ff4632b3;border-radius:0;width:100%;max-width:100%;margin:30px 0;padding:50px 0 10px;animation:8s ease-in-out infinite avernusCardGlow;position:relative;overflow:hidden;box-shadow:0 0 35px #ff3c2859,0 0 80px #ff1e0a33,inset 0 0 70px #ff28001f}.avernus-card:before{content:"";pointer-events:none;opacity:.5;background-image:radial-gradient(circle at 15% 80%,#ff783c99 1px,#0000 2px),radial-gradient(circle at 75% 65%,#ff502880 1px,#0000 2px),radial-gradient(circle at 40% 25%,#ff8c5073 1px,#0000 2px),radial-gradient(circle at 85% 15%,#ff5a3266 1px,#0000 2px);animation:20s linear infinite emberFloatCard;position:absolute;inset:0}.avernus-card:after{content:"";pointer-events:none;background:radial-gradient(circle at top,#ff5a3c2e,#0000 65%);position:absolute;inset:0}@keyframes avernusCardGlow{0%{box-shadow:0 0 30px #ff3c284d,0 0 60px #ff1e0a2e,inset 0 0 50px #ff280014}50%{box-shadow:0 0 60px #ff46288c,0 0 120px #ff1e0a4d,inset 0 0 90px #ff3c142e}to{box-shadow:0 0 30px #ff3c284d,0 0 60px #ff1e0a2e,inset 0 0 50px #ff280014}}@keyframes emberFloatCard{0%{opacity:.25;transform:translateY(12px)}50%{opacity:.7;transform:translateY(-12px)}to{opacity:.25;transform:translateY(12px)}}.avernus-image{z-index:2;border:1px solid #ff785a66;border-radius:16px;width:320px;max-width:92%;margin-bottom:6px;position:relative;box-shadow:0 0 28px #ff503c73,0 0 70px #ff1e0a40}.avernus-name{letter-spacing:.12em;color:#ffb3a6;z-index:2;text-shadow:0 0 10px #ff785a,0 0 25px #ff3c28cc,0 0 50px #ff1e0aa6;margin-bottom:8px;font-size:1.8em;font-weight:700;position:relative}.avernus-symbol{color:#ff6b5a;text-shadow:0 0 12px #ff3c28,0 0 28px #ff1e0a99;margin:0 12px}.avernus-title{letter-spacing:.16em;text-transform:uppercase;color:#ffaa96f2;z-index:2;text-shadow:0 0 12px #ff503c80,0 0 25px #ff28144d;border-top:1px solid #ff5a4673;width:100%;margin-top:10px;padding:18px 0 28px;font-size:1em;position:relative}.player-card{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(135deg,#0f172ab3,#2563eb40,#6d28d940);border:1px solid #8b5cf680;border-radius:18px;flex-direction:column;align-items:center;width:160px;padding:18px;font-style:italic;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 0 25px #3b82f626,0 0 35px #a855f726}.player-card:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 0 35px #3b82f64d,0 0 45px #a855f74d}.player-card img{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:100px;height:100px;margin-bottom:10px;transition:transform .3s,border-color .3s}.player-card:hover img{border-color:#ffd700cc;transform:scale(1.1)}.player-name{margin-bottom:3px;font-size:1.1rem;font-weight:700}.character-class{color:#eee;font-size:.85rem;font-style:italic}.player-grid{flex-wrap:wrap;justify-content:center;gap:20px;padding:10px;display:flex}.tiamat-theme.player-grid{background:0 0;border:none;flex-wrap:wrap;justify-content:center;gap:25px;padding:10px;display:flex}.tiamat-theme .player-card{text-align:center;cursor:pointer;background:linear-gradient(145deg,#141414cc 0%,#8b000026 25%,#001f3f1a 50%,#0032001a 75%,#dcdcdc0d 100%);border:1px solid #d3af3759;border-radius:12px;flex-direction:column;align-items:center;width:170px;padding:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}.tiamat-theme .player-card:hover{border-color:#d4af37;transform:translateY(-5px);box-shadow:0 8px 20px #0006,0 0 15px #d3af3726}.tiamat-theme .player-card img{object-fit:cover;border:2px solid #d3af3766;border-radius:8px;width:110px;height:110px;margin-bottom:12px;transition:all .3s}.tiamat-theme .player-card:hover img{border-color:#d4af37;transform:scale(1.05)}.tiamat-theme .player-name{color:#d4af37;letter-spacing:.5px;margin-bottom:4px;font-size:1.1rem;font-weight:700}.tiamat-theme .character-class{color:var(--text-muted);font-size:.85rem;font-style:italic}.tiamat-theme .player-card:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff05 1px,#0000 1px);background-size:12px 12px;width:100%;height:100%;position:absolute;top:0;left:0}.trailblazer-theme.player-grid{background:0 0;border:none;flex-wrap:wrap;justify-content:center;gap:25px;padding:10px;display:flex}.trailblazer-theme .player-card{text-align:center;cursor:pointer;background:linear-gradient(145deg,#261c14f2 0%,#3b291ccc 50%,#543a2799 100%);border:1px solid #b8860b59;border-radius:10px;flex-direction:column;align-items:center;width:170px;padding:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000080}.trailblazer-theme .player-card:hover{border-color:#daa520;transform:translateY(-5px);box-shadow:0 8px 24px #0009,0 0 15px #daa5201a}.trailblazer-theme .player-card img{object-fit:cover;border:2px solid #b8860b66;border-radius:6px;width:110px;height:110px;margin-bottom:12px;transition:all .3s}.trailblazer-theme .player-card:hover img{border-color:#ffca3a;transform:scale(1.03)}.trailblazer-theme .player-name{color:#ffca3a;letter-spacing:.2px;margin-bottom:4px;font-size:1.1rem;font-weight:700}.trailblazer-theme .character-class{color:#bfa68a;font-size:.85rem;font-style:italic}.trailblazer-theme .player-card:before{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3C%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.redbox{box-shadow:none;background-color:#d32f2f1f;border-left:4px solid #892323;border-radius:6px;margin:.5em 0;padding:.75em 1em}.redbox-dark{box-shadow:none;background-color:#8923232e;border-left:4px solid #5e1717;border-radius:6px;margin:.5em 0;padding:.75em 1em}.redbox p,.redbox-dark p{margin:.25em 0}.markdown-rendered .redbox,.markdown-rendered .redbox-dark{max-width:100%}.letterbox{box-shadow:none;color:#2b2b2b;background:#f4ecd8;border:1px solid #c9b68a;border-radius:8px;margin:1em 0;padding:1.25em 1.5em;font-family:Georgia,Times New Roman,serif;line-height:1.6}.letterbox-header{color:#6b5b3e;border-bottom:1px solid #c9b68a;margin-bottom:.75em;padding-bottom:.5em;font-size:.9em;font-style:italic}.letterbox p{margin:.6em 0}.letterbox-signature{text-align:right;color:#4a3f2a;margin-top:1.25em;font-style:italic}.letterbox-dark{background:#e9dfc3;border:1px solid #b8a574}.tiamat-box{box-shadow:none;background-color:#b4282814;border-left:4px solid #d4af37;border-radius:6px;margin:.5em 0;padding:.75em 1em}.tiamat-box-dark{box-shadow:none;background-color:#7814141f;border-left:4px solid #8b2525;border-radius:6px;margin:.5em 0;padding:.75em 1em}.tiamat-box p,.tiamat-box-dark p{margin:.25em 0}.markdown-rendered .tiamat-box,.markdown-rendered .tiamat-box-dark{max-width:100%}.avernus-quote{background:linear-gradient(135deg,#190000f5,#460505eb,#140000fa);border-left:4px solid #ff5a46e6;border-radius:12px;width:100%;margin:35px 0;padding:26px 30px;animation:6s ease-in-out infinite avernusGlow;position:relative;overflow:hidden;box-shadow:0 0 25px #ff321440,0 0 60px #ff140026,inset 0 0 35px #ff3c1414}@keyframes avernusGlow{0%{box-shadow:0 0 20px #ff321433,0 0 40px #ff14001f,inset 0 0 25px #ff3c140f}50%{box-shadow:0 0 45px #ff461e66,0 0 90px #ff1e0040,inset 0 0 55px #ff501e26}to{box-shadow:0 0 20px #ff321433,0 0 40px #ff14001f,inset 0 0 25px #ff3c140f}}.avernus-quote:before{content:"";pointer-events:none;opacity:.6;background-image:radial-gradient(circle at 20% 80%,#ff783c99 1px,#0000 2px),radial-gradient(circle at 70% 60%,#ff502880 1px,#0000 2px),radial-gradient(circle at 40% 30%,#ff8c5080 1px,#0000 2px),radial-gradient(circle at 85% 20%,#ff5a3266 1px,#0000 2px);animation:18s linear infinite emberFloat;position:absolute;inset:0}@keyframes emberFloat{0%{opacity:.3;transform:translateY(10px)}50%{opacity:.7;transform:translateY(-10px)}to{opacity:.3;transform:translateY(10px)}}.avernus-quote-text{color:#ffd8cf;z-index:2;text-shadow:0 0 6px #ff785a59,0 0 18px #ff3c2833;font-size:1.08em;line-height:1.75;position:relative}.avernus-quote-author{text-align:right;letter-spacing:.16em;text-transform:uppercase;color:#ffaa96f2;z-index:2;text-shadow:0 0 10px #ff503c73;margin-top:16px;font-size:.9em;position:relative}.goldbox{box-shadow:none;background-color:#daa5201f;border-left:4px solid #b8860b;border-radius:6px;margin:.5em 0;padding:.75em 1em}.goldbox-dark{box-shadow:none;background-color:#b8860b2e;border-left:4px solid #8b6508;border-radius:6px;margin:.5em 0;padding:.75em 1em}.goldbox p,.goldbox-dark p{margin:.25em 0}.markdown-rendered .goldbox,.markdown-rendered .goldbox-dark{max-width:100%}.callout[data-callout=galaxy]{--callout-icon:lucide-book-marked;--callout-color:140,90,255;background:linear-gradient(135deg,#0f172ab3,#2563eb40,#6d28d940);border:1px solid #2f117680;border-radius:18px;padding:18px;font-style:italic;box-shadow:0 0 25px #3b82f626,0 0 35px #a855f726}.callout[data-callout=galaxy] .callout-icon svg{color:#fff!important;stroke:#fff!important}.callout[data-callout=galaxy] .callout-title{color:var(--text-normal)}.callout[data-callout=tiamat]{box-shadow:none;--callout-icon:lucide-crown;--callout-color:212,175,55;background:linear-gradient(135deg,#8b232314,#1e1e1e0d,#d4af370d);border:1px solid #d4af374d;border-radius:12px;padding:18px}.callout[data-callout=tiamat] .callout-title{color:#d4af37;font-weight:700}.callout[data-callout=tiamat] .callout-icon svg{color:#d4af37!important;stroke:#d4af37!important}.callout[data-callout=tiamat] .callout-content{line-height:1.6}.avernus-dossier{background:linear-gradient(135deg,#190000e6,#370808e0,#140000eb);border:1px solid #ff5a4640;border-radius:12px;width:100%;margin:25px 0;padding:22px 26px;position:relative;box-shadow:0 0 18px #ff3c282e,inset 0 0 25px #ff28000d}.avernus-dossier-header{letter-spacing:.18em;text-transform:uppercase;color:#ffb3a6;text-shadow:0 0 8px #ff503c59;border-bottom:1px solid #ff5a4659;margin-bottom:16px;padding-bottom:8px;font-size:1.1em}.avernus-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px 24px;display:grid}.avernus-stat{flex-direction:column;display:flex}.avernus-stat-label{letter-spacing:.18em;text-transform:uppercase;color:#ff9682b3;margin-bottom:3px;font-size:.75em}.avernus-stat-value{color:#ffd8cf;text-shadow:0 0 6px #ff503c26;font-size:1em}.callout[data-callout=trailblazer]{--callout-icon:lucide-compass;--callout-color:218,165,32;background:linear-gradient(135deg,#261c14f2,#4e362499);border:1.5px solid #b8860b66;border-radius:10px;padding:18px;box-shadow:4px 6px 15px #0006}.callout[data-callout=trailblazer] .callout-title{text-transform:none;color:#ffca3a;letter-spacing:.02em;font-size:1.1em;font-weight:700}.callout[data-callout=trailblazer] .callout-content{color:#dcc8ae;line-height:1.5}.callout[data-callout=trailblazer] .callout-icon svg{filter:drop-shadow(0 2px 3px #0009);color:#daa520!important;stroke:#daa520!important}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E");border-radius:5px;padding:0 1rem;transition:max-height .3s;overflow-y:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=todo]{--callout-icon:var(--callout-icon-todo)}.callout[data-callout=tip]{--color:#00bfa5;--border:#00bfa544;--bg:#00bfa510;--callout-icon:var(--callout-icon-tip)}.callout[data-callout=success]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:var(--callout-icon-success)}.callout[data-callout=question]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:var(--callout-icon-question)}.callout[data-callout=warning]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-warning)}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:var(--callout-icon-failure)}.callout[data-callout=bug]{--callout-icon:var(--callout-icon-bug)}.callout[data-callout=danger]{--callout-icon:var(--callout-icon-danger)}.callout[data-callout=example]{--color:#7a43b5;--border:#7a43b544;--bg:#7a43b510;--callout-icon:var(--callout-icon-example)}.callout[data-callout=quote]{--color:var(--secondary);--border:var(--lightgray);--callout-icon:var(--callout-icon-quote)}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size)var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}body,section{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb,var(--tertiary)60%,#fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math{color:var(--darkgray);fill:var(--darkgray);-webkit-hyphens:auto;hyphens:auto}p,ul,text,a,li,ol,ul,.katex,.math{overflow-wrap:anywhere}.math.math-display{text-align:center}strong{font-weight:600}a{color:var(--secondary);font-weight:600;text-decoration:none;transition:color .2s}a:hover{color:var(--tertiary)!important}a.internal{background-color:var(--highlight);border-radius:5px;padding:0 .1rem;line-height:1.4rem;text-decoration:none}a.internal:has(>img){background-color:none;border-radius:0;padding:0}a.internal.tag-link:before{content:"#"}a.external .external-icon{height:1ex;margin:0 .15em}a.external .external-icon>path{fill:var(--dark)}.desktop-only{display:initial}@media (max-width:800px){.desktop-only{display:none}}.mobile-only{display:none}@media (max-width:800px){.mobile-only{display:initial}}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size:2rem}.page article li:has(>input[type=checkbox]){padding-left:0;list-style-type:none}.page article li:has(>input[type=checkbox]:checked){text-decoration:line-through;-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}.page article li>*{margin-top:0;margin-bottom:0}.page article p>strong{color:var(--dark)}.page>#quartz-body{grid-template:"grid-sidebar-left grid-header grid-sidebar-right""grid-sidebar-left grid-center grid-sidebar-right""grid-sidebar-left grid-footer grid-sidebar-right"/320px auto 320px;gap:5px;display:grid}@media (max-width:1200px){.page>#quartz-body{grid-template:"grid-sidebar-left grid-header""grid-sidebar-left grid-center""grid-sidebar-left grid-sidebar-right""grid-sidebar-left grid-footer"/320px auto;gap:5px}}@media (max-width:800px){.page>#quartz-body{grid-template:"grid-sidebar-left""grid-header""grid-center""grid-sidebar-right""grid-footer"/auto;gap:5px}}@media (max-width:1200px){.page>#quartz-body{padding:0 1rem}}@media (max-width:800px){.page>#quartz-body{margin:0 auto}}.page>#quartz-body .sidebar{box-sizing:border-box;gap:2rem;height:100vh;padding:6rem 2rem 2rem;display:flex;position:sticky;top:0}.page>#quartz-body .sidebar.left{z-index:1;flex-direction:column;grid-area:grid-sidebar-left}@media (max-width:800px){.page>#quartz-body .sidebar.left{position:initial;height:unset;flex-direction:row;align-items:center;gap:0;padding:2rem 0 0;display:flex}}.page>#quartz-body .sidebar.right{flex-direction:column;grid-area:grid-sidebar-right;margin-right:0}@media (max-width:800px){.page>#quartz-body .sidebar.right{margin-left:inherit;margin-right:inherit}}@media (max-width:1200px){.page>#quartz-body .sidebar.right{position:initial;height:unset;flex-direction:row;width:100%;padding:0}.page>#quartz-body .sidebar.right>*{flex:1}.page>#quartz-body .sidebar.right>.toc{display:none}}.page>#quartz-body .page-header,.page>#quartz-body .page-footer{margin-top:1rem}.page>#quartz-body .page-header{grid-area:grid-header;margin:6rem 0 0}@media (max-width:800px){.page>#quartz-body .page-header{margin-top:0;padding:0}}.page>#quartz-body .center>article{grid-area:grid-center}.page>#quartz-body footer{grid-area:grid-footer}.page>#quartz-body .center,.page>#quartz-body footer{min-width:100%;max-width:100%;margin-left:auto;margin-right:auto}@media (max-width:1200px){.page>#quartz-body .center,.page>#quartz-body footer{margin-right:0}}@media (max-width:800px){.page>#quartz-body .center,.page>#quartz-body footer{margin-left:0}}.page>#quartz-body footer{margin-left:0}.footnotes{border-top:1px solid var(--lightgray);margin-top:2rem}input[type=checkbox]{color:var(--secondary);border:1px solid var(--lightgray);background-color:var(--light);appearance:none;border-radius:3px;width:16px;height:16px;margin-inline:-1.4rem .2rem;position:relative;transform:translateY(2px)}input[type=checkbox]:checked{border-color:var(--secondary);background-color:var(--secondary)}input[type=checkbox]:checked:after{content:"";border:solid var(--light);border-width:0 2px 2px 0;width:4px;height:8px;display:block;position:absolute;top:1px;left:4px;transform:rotate(45deg)}blockquote{border-left:3px solid var(--secondary);margin:1rem 0;padding-left:1rem;transition:border-color .2s}h1,h2,h3,h4,h5,h6,thead{font-family:var(--headerFont);color:var(--dark);font-weight:revert;margin-bottom:0}article>h1>a[role=anchor],article>h2>a[role=anchor],article>h3>a[role=anchor],article>h4>a[role=anchor],article>h5>a[role=anchor],article>h6>a[role=anchor],article>thead>a[role=anchor]{color:var(--dark);background-color:#0000}h1[id]>a[href^=\#],h2[id]>a[href^=\#],h3[id]>a[href^=\#],h4[id]>a[href^=\#],h5[id]>a[href^=\#],h6[id]>a[href^=\#]{opacity:0;font-family:var(--codeFont);-webkit-user-select:none;user-select:none;margin:0 .5rem;transition:opacity .2s;transform:translateY(-.1rem)}h1[id]:hover>a,h2[id]:hover>a,h3[id]:hover>a,h4[id]:hover>a,h5[id]:hover>a,h6[id]:hover>a{opacity:1}h1{margin-top:2.25rem;margin-bottom:1rem;font-size:1.75rem}h2{margin-top:1.9rem;margin-bottom:1rem;font-size:1.4rem}h3{margin-top:1.62rem;margin-bottom:1rem;font-size:1.12rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:1rem;font-size:1rem}figure[data-rehype-pretty-code-figure]{margin:0;line-height:1.6rem;position:relative}figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{font-family:var(--codeFont);border:1px solid var(--lightgray);color:var(--darkgray);border-radius:5px;width:max-content;margin-bottom:-.5rem;padding:.1rem .5rem;font-size:.9rem}figure[data-rehype-pretty-code-figure]>pre{padding:0}pre{font-family:var(--codeFont);border:1px solid var(--lightgray);border-radius:5px;padding:0 .5rem;position:relative;overflow-x:auto}pre:has(>code.mermaid){border:none}pre>code{counter-reset:line;counter-increment:line 0;background:0 0;padding:.5rem 0;font-size:.85rem;display:grid;overflow-x:auto}pre>code [data-highlighted-chars]{background-color:var(--highlight);border-radius:5px}pre>code>[data-line]{box-sizing:border-box;border-left:3px solid #0000;padding:0 .25rem}pre>code>[data-line][data-highlighted-line]{background-color:var(--highlight);border-left:3px solid var(--secondary)}pre>code>[data-line]:before{content:counter(line);counter-increment:line;text-align:right;color:#738a9499;width:1rem;margin-right:1rem;display:inline-block}pre>code[data-line-numbers-max-digits="2"]>[data-line]:before{width:2rem}pre>code[data-line-numbers-max-digits="3"]>[data-line]:before{width:3rem}code{color:var(--dark);font-size:.9em;font-family:var(--codeFont);background:var(--lightgray);border-radius:5px;padding:.1rem .2rem}tbody,li,p{line-height:1.6rem}.table-container{overflow-x:auto}.table-container>table{border-collapse:collapse;margin:1rem;padding:1.5rem}.table-container>table th,.table-container>table td{min-width:75px}.table-container>table>*{line-height:2rem}th{text-align:left;border-bottom:2px solid var(--gray);padding:.4rem .7rem}td{padding:.2rem .7rem}tr{border-bottom:1px solid var(--lightgray)}tr:last-child{border-bottom:none}img{border-radius:5px;max-width:100%;margin:1rem 0}p>img+em{display:block;transform:translateY(-1rem)}hr{background-color:var(--lightgray);border:none;width:100%;height:1px;margin:2rem auto}audio,video{border-radius:5px;width:100%}.spacer{flex:auto}div:has(>.overflow){max-height:100%;display:flex;overflow-y:auto}ul.overflow,ol.overflow{content:"";clear:both;max-height:100%;overflow-y:auto}ul.overflow>li:last-of-type,ol.overflow>li:last-of-type{margin-bottom:30px}.transclude ul{padding-left:1rem}.katex-display{overflow:auto hidden}.external-embed.youtube,iframe.pdf{aspect-ratio:16/9;border-radius:5px;width:100%;height:100%}:root{--light:#faf8f8;--lightgray:#e5e5e5;--gray:#b8b8b8;--darkgray:#4e4e4e;--dark:#2b2b2b;--secondary:#284b63;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#fff23688;--headerFont:"Schibsted Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--bodyFont:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--codeFont:"IBM Plex Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}:root[saved-theme=dark]{--light:#161618;--lightgray:#393639;--gray:#646464;--darkgray:#d4d4d4;--dark:#ebebec;--secondary:#7b97aa;--tertiary:#84a59d;--highlight:#8f9fa926;--textHighlight:#b3aa0288}