.changelog h1,.changelog h2{text-align:left}.changelog-entry{list-style-type:disc outside;padding-left:1.25rem;margin:.5rem auto 1.25rem;max-width:70ch}.change{text-align:left}body.changelog>ul{list-style:disc outside;padding-left:1.25rem;margin:.5rem auto 1.25rem;max-width:70ch}body.changelog ul ul{margin-left:1.25rem}#context-menu{background:#5d5447;border:1px solid #5d5447;box-shadow:2px 2px 5px #00000080;font-family:Trebuchet MS,Arial,sans-serif}#menu-title{background:#000;color:#5d5447;padding:4px;margin-bottom:2px}#button-container{border:1px solid #000;display:flex;flex-direction:column}.menu-button{background:#5d5447;border:none;display:flex;align-items:center;padding:6px 8px;cursor:pointer;font-size:14px;width:100%;text-align:left}.left-text{color:#fff;text-shadow:1px 1px 2px black;white-space:pre}.right-text{color:#ff9040;text-shadow:1px 1px 2px black}.menu-button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.menu-button:hover .left-text{color:#ff0}.menu-button:hover{filter:brightness(1.05)}@media(prefers-reduced-motion:reduce){.menu-button{transition:none}}#assistant-launcher{position:fixed;right:1.25rem;bottom:1.25rem;z-index:40;padding:.8rem 1rem;border:1px solid #1b1b1b;border-radius:10px;background:linear-gradient(180deg,#696055,#51493f);color:#f3e7cd;box-shadow:0 10px 24px #00000059;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,.7)}#assistant-launcher:hover{filter:brightness(1.08)}.assistant-bot{position:fixed;right:1.25rem;bottom:4.9rem;z-index:41;width:min(24rem,calc(100vw - 2rem));height:min(32rem,calc(100vh - 8rem));display:flex;flex-direction:column;border:1px solid #100f0e;border-radius:8px;overflow:hidden;background:#3f3a33;box-shadow:0 20px 45px #00000073}.assistant-bot__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.9rem 1rem;background:linear-gradient(180deg,#000,#1a1a1a);color:#d4b072;border-bottom:1px solid #5d5447;text-shadow:1px 1px 0 rgba(0,0,0,.7)}.assistant-bot__header p{margin:.2rem 0 0;font-size:.85rem;color:#c5c5c5}.assistant-bot__close{min-width:2rem;min-height:2rem;padding:0;border:1px solid #000;border-radius:4px;background:#5d5447;color:#fff;font-weight:700;text-transform:uppercase}.assistant-bot__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent),#35312c}.assistant-bot__message{max-width:85%;padding:.7rem .85rem;border:1px solid #1d1a17;border-radius:6px;box-shadow:0 4px 10px #00000026}.assistant-bot__message p{margin:.25rem 0 0;text-align:left}.assistant-bot__message--bot{align-self:flex-start;background:#5d5447;color:#fff}.assistant-bot__message--user{align-self:flex-end;background:#21455a;color:#eef7fb}.assistant-bot__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.assistant-bot__composer{display:grid;grid-template-columns:1fr auto;gap:.65rem;padding:.9rem;border-top:1px solid #5d5447;background:#2f2b26}.assistant-bot__composer input{min-width:0;padding:.75rem .9rem;border:1px solid #5d5447;border-radius:4px;background:#1f1d1a;color:#e0e0e0}.assistant-bot__composer input::placeholder{color:#9f9f9f}.assistant-bot__composer button{padding:.75rem 1rem;border:1px solid #000;border-radius:4px;background:linear-gradient(180deg,#696055,#51493f);color:#f3e7cd;font-weight:700;text-shadow:1px 1px 0 rgba(0,0,0,.7)}.assistant-bot__composer button:hover,.assistant-bot__close:hover{filter:brightness(1.08)}@media(max-width:600px){#assistant-launcher{right:.75rem;bottom:.75rem}.assistant-bot{right:.75rem;bottom:4.3rem;width:calc(100vw - 1.5rem);height:min(28rem,calc(100vh - 6rem))}}.config-menu{display:inline-flex;flex-direction:column;align-items:stretch;gap:0;border:2px solid black;margin:0 auto}.config-menu .toggle-btn{display:flex;justify-content:space-between;align-items:center;border-radius:5px;flex:1 0 auto;width:100%}.config-menu .toggle-btn.active{background-color:green}.acknowledgements{text-align:center;margin:2rem auto}.acknowledgements ul{list-style-position:inside;display:inline-block;text-align:left;padding-left:0;margin:1rem auto}.acknowledgements li{margin:.5rem 0}#options-button{background-color:gray;transition:background-color .1s}#options-button.active,#options-button:active{background-color:#555}.faq{max-width:900px;margin:24px auto 64px;padding:0 16px;display:flex;flex-direction:column;gap:1rem}.question{font-weight:600;margin-top:1rem}.answer{margin-left:.75rem;color:var(--muted, #bdbdbd);line-height:1.5}:root{--node-size: 40px;--gap-sm: 5px;--gap-md: 10px;--border-width: 2px;--state-incomplete-bg: transparent;--state-complete-bg: #0e8f2b;--state-skipped-bg: var(--state-complete-bg);--state-skipped-triangle: yellow;--node-border: hsl(0, 0%, 67%)}.chart{display:flex;flex-flow:row wrap;column-gap:var(--gap-md);row-gap:50px;align-items:center;justify-content:center;margin-top:10px}.node-group{display:grid;grid-template-rows:var(--node-size) var(--node-size);grid-auto-columns:var(--node-size);grid-auto-flow:column dense;grid-gap:var(--gap-sm);margin:2px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.node-group:has(>.node:only-child){display:flex;justify-content:center;align-items:center}.node-group>.node{display:flex;justify-content:center;align-items:center;width:var(--node-size);height:var(--node-size);border:var(--border-width) solid var(--node-border)}.node-group>.node>img{width:var(--node-size);height:var(--node-size);object-fit:scale-down}.node-group>.node>.skill{width:var(--node-size);height:var(--node-size);display:flex;flex-direction:column;justify-content:center;align-items:center}.node-group>.node>.skill>img{width:20px;height:20px;object-fit:scale-down}.node-group>.node>.skill>span{font-size:.8rem}.incomplete{background-color:var(--state-incomplete-bg)}.complete{background-color:var(--state-complete-bg)}.chart>.arrow{display:flex;justify-content:center;align-items:center;width:var(--node-size);height:var(--node-size);font-size:30px}@media(max-width:600px){.chart{display:flex;flex-direction:column;align-items:center;row-gap:14px}.node-group:not(:has(.node:nth-child(9))){display:grid;position:relative;grid-template-rows:var(--node-size);justify-content:center;align-items:center;width:100vw}.node-group>.node{flex:0 0 var(--node-size);height:var(--node-size)}.chart>.arrow{margin:6px 0;text-align:center;transform:rotate(90deg)}}#show-button{display:block;margin:1em auto;background-color:gray}:root{--node-border: #aaaaaa;--state-complete-bg: #0e8f2b;--state-skipped-bg: var(--state-complete-bg);--bg: #2c2c2c;--fg: #e0e0e0}body{background:var(--bg);color:var(--fg)}h1,h2,p,ul,li{text-align:center}a{color:#6af;text-decoration:underline}a:visited{color:#a8f}.subtitle{font-size:.85em;font-style:italic;color:#aaa;text-align:center;display:block;margin-top:-10px;margin-bottom:30px}ul,li{text-align:left}li{display:list-item}
