@charset "UTF-8";.help-overlay.svelte-1x7b771{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999999;padding:2rem}.help-container.svelte-1x7b771{width:90%;max-width:1000px;max-height:85vh;background-color:var(--md-sys-color-surface);border-radius:1rem;box-shadow:0 10px 25px #0003;overflow:hidden;display:flex;flex-direction:column}.help-header.svelte-1x7b771{padding:1rem;display:flex;justify-content:space-between;align-items:center;background-color:var(--md-sys-color-surface-variant)}.help-header.svelte-1x7b771 h2:where(.svelte-1x7b771){margin:0;color:var(--md-sys-color-on-surface-variant)}.help-header.svelte-1x7b771 .close-button:where(.svelte-1x7b771){background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--md-sys-color-on-surface-variant);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.help-header.svelte-1x7b771 .close-button:where(.svelte-1x7b771):hover{background-color:#0000001a}.help-content.svelte-1x7b771{flex:1;overflow-y:auto;padding:1rem}.help-header.svelte-1x7b771{margin-bottom:1rem;padding:.75rem;background-color:var(--md-sys-color-surface-variant);border-radius:.5rem}.help-header.svelte-1x7b771 p:where(.svelte-1x7b771){margin:0;color:var(--md-sys-color-on-surface-variant);font-size:.9rem;text-align:center}.commands-grid.svelte-1x7b771{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem}.command-item.svelte-1x7b771{padding:.5rem;border-radius:.4rem;background-color:var(--md-sys-color-surface-variant);transition:background-color .2s ease}.command-item.svelte-1x7b771:hover{background-color:var(--md-sys-color-primary-container)}.command-name.svelte-1x7b771{font-weight:700;font-family:monospace;font-size:.9rem;color:var(--md-sys-color-primary);margin-bottom:.2rem}.command-description.svelte-1x7b771{color:var(--md-sys-color-on-surface-variant);font-size:.8rem;line-height:1.3;margin-bottom:.2rem}.command-aliases.svelte-1x7b771{color:var(--md-sys-color-secondary);font-size:.65rem;font-family:monospace;opacity:.7;font-style:italic}.game-commands-section.svelte-1x7b771{margin-bottom:2rem;padding:1rem;border:1px solid var(--md-sys-color-outline);border-radius:.75rem;background-color:rgba(var(--md-sys-color-surface-variant-rgb),.3)}.story-commands-section.svelte-1x7b771{padding:1rem;border:2px solid var(--md-sys-color-primary);border-radius:.75rem;background-color:rgba(var(--md-sys-color-primary-rgb),.05)}.section-title.svelte-1x7b771{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:var(--md-sys-color-primary);text-align:center;border-bottom:2px solid var(--md-sys-color-primary);padding-bottom:.5rem}.command-item.story-command.svelte-1x7b771{background-color:var(--md-sys-color-primary-container);border:1px solid var(--md-sys-color-primary)}.command-item.story-command.svelte-1x7b771:hover{background-color:var(--md-sys-color-secondary-container);border-color:var(--md-sys-color-secondary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.command-item.story-command.svelte-1x7b771 .command-name:where(.svelte-1x7b771){color:var(--md-sys-color-primary);font-weight:700}.command-item.story-command.svelte-1x7b771 .command-description:where(.svelte-1x7b771){color:var(--md-sys-color-on-primary-container)}.command-item.story-command.executed.svelte-1x7b771{position:relative;box-shadow:0 0 0 2px rgba(var(--md-sys-color-tertiary-rgb),.3);background-color:rgba(var(--md-sys-color-tertiary-container-rgb),.7)}.command-item.story-command.executed.svelte-1x7b771:after{content:"✓";position:absolute;top:.25rem;right:.25rem;color:var(--md-sys-color-tertiary);font-size:.8rem;font-weight:700;opacity:.6}.command-item.story-command.executed.svelte-1x7b771:hover{box-shadow:0 0 0 2px rgba(var(--md-sys-color-tertiary-rgb),.5);background-color:rgba(var(--md-sys-color-tertiary-container-rgb),.9)}.chat-box.svelte-2vqc73{position:fixed;top:10vh;left:50%;transform:translate(-50%);width:min(95%,80vh);height:40vh;background:var(--component-bg-chatbox, rgba(0, 0, 0, .9))!important;border-radius:1rem;overflow:hidden;-webkit-backdrop-filter:var(--component-blur, blur(10px));backdrop-filter:var(--component-blur, blur(10px));display:flex;flex-direction:column;z-index:10}.chat-header.svelte-2vqc73{position:absolute;top:0;right:0;width:auto;display:flex;flex-direction:column;gap:.5rem;z-index:30;padding:.5rem}.toggle-messages-button.svelte-2vqc73,.toggle-keystaff-button.svelte-2vqc73,.toggle-hud-button.svelte-2vqc73,.toggle-superhud-button.svelte-2vqc73{width:30px;height:30px;border-radius:50%;background-color:#0000004d;color:var(--md-sys-color-outline);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;margin:0;padding:0;transition:all .2s ease;position:relative;border:none}.toggle-messages-button.svelte-2vqc73:hover,.toggle-keystaff-button.svelte-2vqc73:hover,.toggle-hud-button.svelte-2vqc73:hover,.toggle-superhud-button.svelte-2vqc73:hover{color:var(--md-sys-color-primary);transform:scale(1.1);background-color:#00000080}.toggle-keystaff-button.svelte-2vqc73 svg:where(.svelte-2vqc73){width:14px;height:14px;transform-origin:center}.toggle-keystaff-button.svelte-2vqc73:hover{color:gold}.toggle-keystaff-button.svelte-2vqc73:hover svg:where(.svelte-2vqc73){animation:svelte-2vqc73-spin 1s forwards}.toggle-hud-button.svelte-2vqc73 svg:where(.svelte-2vqc73){width:16px;height:16px}.toggle-hud-button.svelte-2vqc73:hover{color:#3498db}.toggle-superhud-button.svelte-2vqc73 svg:where(.svelte-2vqc73){width:16px;height:16px}.toggle-superhud-button.svelte-2vqc73:hover{color:#e74c3c}@keyframes svelte-2vqc73-pulse{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.1);opacity:1}}@keyframes svelte-2vqc73-spin{0%{transform:scale(1) rotate(0)}to{transform:scale(1.3) rotate(45deg)}}.messages.svelte-2vqc73{flex:1;padding:1rem .5rem;overflow-y:auto}.messages.empty.svelte-2vqc73{padding:0;background:transparent}.message.svelte-2vqc73{padding:.5rem 1rem;margin-bottom:.5rem;border-radius:.5rem;max-width:80%}.message.dialogue.svelte-2vqc73{background:var(--md-sys-color-surface-variant);align-self:flex-start;margin-right:auto}.message.dialogue.svelte-2vqc73:before{content:attr(data-speaker) ": ";font-weight:700}.message.user.svelte-2vqc73{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);align-self:flex-end;margin-left:auto}.message.boot-sequence.svelte-2vqc73{background:#00ff001a!important;color:#0f0!important;font-family:monospace!important;text-shadow:0 0 5px #00ff00!important;border:1px solid rgba(0,255,0,.3)!important}.input-area.svelte-2vqc73{display:flex;gap:.5rem;padding:1rem;border-top:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.input-area.svelte-2vqc73:before,.input-area.svelte-2vqc73:after{content:"";position:absolute;left:0;right:0;height:3rem;pointer-events:none;z-index:5;opacity:0;transition:opacity .2s ease}.input-area.svelte-2vqc73:before{top:0;background:linear-gradient(to bottom,var(--component-bg-chatbox, rgba(0, 0, 0, .9)) 90%,rgba(0,0,0,.7) 95%,transparent 100%);opacity:0}.input-area.svelte-2vqc73:after{bottom:0;background:linear-gradient(to top,var(--component-bg-chatbox, rgba(0, 0, 0, .9)) 90%,rgba(0,0,0,.7) 95%,transparent 100%);opacity:0}.input-area.show-top-fade.svelte-2vqc73:before{opacity:1}.input-area.show-bottom-fade.svelte-2vqc73:after{opacity:1}.input-area.svelte-2vqc73 textarea:where(.svelte-2vqc73){flex:1;background:var(--input-field-bg, var(--input-field-color, transparent));border:transparent;border-radius:8px;padding:.75rem .75rem 3rem;color:transparent;caret-color:#ffffff4d;font-size:2rem;font-family:inherit;resize:none;height:10rem;line-height:2.5rem;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap;word-wrap:break-word;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.input-area.svelte-2vqc73 textarea:where(.svelte-2vqc73):not(:where(.svelte-2vqc73):focus){border-color:#00ff9d66;box-shadow:0 0 15px #00ff9d33}.input-area.svelte-2vqc73 textarea:where(.svelte-2vqc73):focus{outline:none;border-color:#fff3;box-shadow:none}.prompt-text.svelte-2vqc73,.prompt-text2.svelte-2vqc73,.prompt-text3.svelte-2vqc73,.input-text.svelte-2vqc73{position:absolute;font-family:inherit;pointer-events:none;transition:all .1s ease,opacity .15s ease;white-space:pre-wrap;z-index:2;padding:0;overflow:visible}.prompt-text[data-input-mode=normal].svelte-2vqc73,.input-text[data-input-mode=normal].svelte-2vqc73{left:1.8rem;top:1.8rem;color:#fff6;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.prompt-text[data-input-mode=constitutionTesting].svelte-2vqc73,.input-text[data-input-mode=constitutionTesting].svelte-2vqc73{left:1.8rem;top:1.8rem;color:#fff6;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:break-all!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:pre-wrap!important;display:block;text-align:left;-webkit-hyphens:none!important;hyphens:none!important;letter-spacing:normal!important}.prompt-text[data-input-mode=constitutionTesting].svelte-2vqc73 .line:where(.svelte-2vqc73),.input-text[data-input-mode=constitutionTesting].svelte-2vqc73 .line:where(.svelte-2vqc73){display:block;height:2.5rem;width:100%;margin-bottom:.2rem}.prompt-text2[data-input-mode=normal].svelte-2vqc73,.prompt-text2[data-input-mode=constitutionTesting].svelte-2vqc73{left:1.8rem;top:4.4rem;color:#ffffff4d;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.prompt-text3[data-input-mode=normal].svelte-2vqc73,.prompt-text3[data-input-mode=constitutionTesting].svelte-2vqc73{left:1.8rem;top:7rem;color:#fff3;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.input-text[data-input-mode=normal].svelte-2vqc73,.input-text[data-input-mode=constitutionTesting].svelte-2vqc73{left:1.8rem;top:1.8rem;color:#fff;caret-color:transparent;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.input-area.svelte-2vqc73 textarea[data-input-mode=normal]:where(.svelte-2vqc73){font-size:2rem;line-height:2.5rem;word-break:normal;word-wrap:normal;overflow-wrap:normal}.input-area.svelte-2vqc73 textarea[data-input-mode=constitutionTesting]:where(.svelte-2vqc73){font-size:2rem;line-height:2.5rem;word-break:break-all!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:pre-wrap!important}.prompt-text.svelte-2vqc73 span:where(.svelte-2vqc73),.prompt-text2.svelte-2vqc73 span:where(.svelte-2vqc73),.prompt-text3.svelte-2vqc73 span:where(.svelte-2vqc73),.input-text.svelte-2vqc73 span:where(.svelte-2vqc73){transition:opacity .1s ease;display:inline-block;height:2.5rem;padding-bottom:.3rem;vertical-align:top}.inline-char.svelte-2vqc73{display:inline!important;height:auto!important;vertical-align:baseline!important;padding-bottom:0!important;white-space:normal!important;word-break:normal!important;word-spacing:normal!important;letter-spacing:normal!important}.input-area.svelte-2vqc73 textarea[data-input-mode=individual]:where(.svelte-2vqc73){font-size:5rem;line-height:3.75rem;padding-top:2.95rem;text-align:center;color:#fff;caret-color:#fff;overflow-y:auto}.prompt-text[data-input-mode=individual].svelte-2vqc73,.input-text[data-input-mode=individual].svelte-2vqc73{font-size:5rem;line-height:3.75rem;top:4rem;color:#ffffffe6;text-align:center;left:0;width:100%}.prompt-text2[data-input-mode=individual].svelte-2vqc73{font-size:3rem;line-height:2.75rem;top:7rem;color:#fff9;text-align:center;left:0;width:100%}.prompt-text3[data-input-mode=individual].svelte-2vqc73{font-size:2rem;line-height:2.75rem;top:9.5rem;color:#fff6;text-align:center;left:0;width:100%}.input-text[data-input-mode=individual].svelte-2vqc73{font-size:5rem;line-height:3.75rem;top:4rem;color:#fff;text-align:center;left:0;width:100%}.input-area.svelte-2vqc73 textarea[data-input-mode=dexterityTraining]:where(.svelte-2vqc73){font-size:3rem;line-height:3.5rem;text-align:left;padding-top:1rem;color:#fff0;caret-color:#fff;overflow-y:auto}.prompt-text[data-input-mode=dexterityTraining].svelte-2vqc73,.input-text[data-input-mode=dexterityTraining].svelte-2vqc73{font-size:3rem;line-height:3.5rem;top:2rem;color:#fff9;text-align:left;left:1.8rem;width:calc(100% - 3.6rem)}.prompt-text2[data-input-mode=dexterityTraining].svelte-2vqc73{font-size:2rem;line-height:3rem;top:5.5rem;color:#fff6;text-align:left;left:1.8rem;width:calc(100% - 3.6rem)}.prompt-text3[data-input-mode=dexterityTraining].svelte-2vqc73{font-size:1.5rem;line-height:3rem;top:8rem;color:#ffffff4d;text-align:left;left:1.8rem;width:calc(100% - 3.6rem)}.input-text[data-input-mode=dexterityTraining].svelte-2vqc73{font-size:3rem;line-height:3.5rem;top:2rem;color:#fff;text-align:left;left:1.8rem;width:calc(100% - 3.6rem)}.input-area.svelte-2vqc73 textarea[data-input-mode=constitutionTraining]:where(.svelte-2vqc73){font-size:3rem;line-height:3.5rem;text-align:center;padding-top:1rem;color:#fff0;caret-color:#fff;overflow-y:auto}.input-area.svelte-2vqc73 textarea[data-input-mode=constitutionTraining].empty-input:where(.svelte-2vqc73){text-indent:-1ch}.prompt-text[data-input-mode=constitutionTraining].svelte-2vqc73,.input-text[data-input-mode=constitutionTraining].svelte-2vqc73{font-size:3rem;line-height:3.5rem;top:2rem;color:#fff9;text-align:center;left:0;width:100%}.prompt-text2[data-input-mode=constitutionTraining].svelte-2vqc73{font-size:2rem;line-height:3rem;top:5.5rem;color:#fff6;text-align:center;left:0;width:100%}.prompt-text3[data-input-mode=constitutionTraining].svelte-2vqc73{font-size:1.5rem;line-height:3rem;top:8rem;color:#ffffff4d;text-align:center;left:0;width:100%}.input-text[data-input-mode=constitutionTraining].svelte-2vqc73{font-size:3rem;line-height:3.5rem;top:2rem;color:#fff;text-align:center;left:0;width:100%}.input-area.svelte-2vqc73 textarea:where(.svelte-2vqc73)::-webkit-scrollbar{width:8px}.input-area.svelte-2vqc73 textarea:where(.svelte-2vqc73)::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}.input-area.svelte-2vqc73 textarea:where(.svelte-2vqc73)::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.input-area.svelte-2vqc73 textarea:where(.svelte-2vqc73)::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.input-area.svelte-2vqc73:after{content:"";position:absolute;left:1.8rem;bottom:5.7rem;width:calc(100% - 3.6rem);height:3.5rem;background-color:#00ff9d08;pointer-events:none;z-index:1}.textarea-line-indicator.svelte-2vqc73{position:absolute;left:0;width:100%;height:3.5rem;background-color:#00ff9d08;z-index:1;pointer-events:none}.input-area.svelte-2vqc73 textarea[data-input-mode=dexterityTest]:where(.svelte-2vqc73){font-size:2rem;line-height:2.5rem;word-break:normal;word-wrap:normal;overflow-wrap:normal}.prompt-text[data-input-mode=dexterityTest].svelte-2vqc73{left:1.8rem;top:1.8rem;color:#fff6;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.prompt-text2[data-input-mode=dexterityTest].svelte-2vqc73{left:1.8rem;top:4.4rem;color:#ffffff4d;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.prompt-text3[data-input-mode=dexterityTest].svelte-2vqc73{left:1.8rem;top:7rem;color:#fff3;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.input-text[data-input-mode=dexterityTest].svelte-2vqc73{left:1.8rem;top:1.8rem;color:#fff;caret-color:transparent;font-size:2rem;line-height:2.5rem;width:calc(100% - 3.6rem);word-break:normal;word-wrap:normal;overflow-wrap:normal;white-space:pre-wrap;display:block;text-align:left}.keystaff-container.svelte-2vqc73{position:absolute;top:0;left:0;width:100%;height:50%;z-index:5}
