.prompt-window{width:100%;height:100%;min-height:0;background:#2d2d2d;border-radius:8px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;overflow:hidden}.prompt-window__output{flex:1;min-height:0;padding:1rem 1.25rem;overflow-y:auto;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.9375rem;line-height:1.5;color:#e0e0e0}.prompt-window__line{word-break:break-word}.prompt-window__line--input{color:#7dd3fc;margin-bottom:.25rem}.prompt-window__line--output{color:#d1d5db;margin-bottom:.5rem}.prompt-window__line--error{color:#f87171}.prompt-window__form{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#252525;border-top:1px solid #404040}.prompt-window__prompt{color:#7dd3fc;font-family:ui-monospace,Menlo,monospace;font-size:.9375rem;-webkit-user-select:none;user-select:none}.prompt-window__input{flex:1;background:transparent;border:none;color:#e0e0e0;font-family:inherit;font-size:.9375rem;outline:none}.prompt-window__input::placeholder{color:#6b7280}.app{width:100%;max-width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;padding:1rem;box-sizing:border-box}.app__header{width:100%;text-align:center;margin:0 0 .5rem;padding-bottom:.75rem}.app__header-logo{width:25%;height:auto;display:block;margin:0 auto}.app__info{width:50vw;min-width:280px;display:flex;flex-direction:row;margin-bottom:0;padding:.5rem 0;background:#2d2d2d;font-size:.9375rem;color:#7dd3fc;box-sizing:border-box}.app__info-col{width:50%;min-width:0;padding:0 1rem;box-sizing:border-box}.app__info-col--left{text-align:left}.app__info-col--right{text-align:right}.app__stage{width:50vw;height:50vh;min-width:280px;min-height:240px;display:flex;flex-direction:row;align-items:stretch;gap:0;flex-shrink:0}.app__prompt{width:70%;min-width:0;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;border-right:3px solid #000}.app__prompt .prompt-window{width:100%;height:100%;min-height:0}.app__prompt .app__loading,.app__prompt .app__error{margin:0;padding:1rem;color:#d1d5db;font-size:.9375rem}.app__prompt .app__error{color:#f87171}.app__character{width:30%;min-width:0;display:flex;align-items:center;justify-content:center;padding:0;background:#2d2d2d;overflow:hidden}.character-doll{width:100%;height:100%;max-width:100%;border-radius:0;overflow:hidden;background:transparent;border:none;display:flex;align-items:center;justify-content:center}.character-doll img{max-height:100%;width:auto;max-width:100%;object-fit:contain}.character-doll__placeholder{display:none;width:100%;height:100%;align-items:center;justify-content:center;color:#6b7280;font-size:.75rem}.character-doll__placeholder.visible{display:flex}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;background:linear-gradient(to bottom,#4a4a4a,#000);color:#e0e0e0}
