.prompt-window{width:100%;max-width:36rem;min-height:20rem;background:#2d2d2d;border-radius:8px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;overflow:hidden}.prompt-window__output{flex:1;padding:1rem 1.25rem;overflow-y:auto;max-height:16rem;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__form{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{min-height:100%;background:#4a4a4a;display:flex;align-items:center;justify-content:center;padding:1rem}*{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:#4a4a4a;color:#e0e0e0}
