*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:#ffffffde;background-color:#1a1a1a;min-height:100vh}#app{min-height:100vh;display:flex;align-items:center;justify-content:center}.terminal-container.svelte-maclc7{width:100%;max-width:900px;padding:1rem}.terminal-window.svelte-maclc7{background:#0a0a0a;border-radius:8px;border:1px solid #333;box-shadow:0 8px 32px #000c;overflow:hidden}.terminal-header.svelte-maclc7{background:#1a1a1a;padding:.75rem 1rem;border-bottom:1px solid #333;display:flex;align-items:center;gap:1rem;position:relative}.terminal-buttons.svelte-maclc7{display:flex;gap:.5rem}.terminal-button.svelte-maclc7{width:12px;height:12px;border-radius:50%;transition:transform .2s,opacity .2s;cursor:pointer;display:block}.terminal-button.svelte-maclc7:hover{transform:scale(1.15);opacity:.8}.terminal-button.close.svelte-maclc7{background:#ff5f56}.terminal-button.minimize.svelte-maclc7{background:#ffbd2e}.terminal-button.maximize.svelte-maclc7{background:#27c93f}.terminal-title.svelte-maclc7{color:#666;font-size:.875rem;font-family:Courier New,Courier,monospace}.terminal-content.svelte-maclc7{padding:1.5rem;font-family:Courier New,Courier,monospace;font-size:1rem;line-height:1.5;color:#0f0;height:600px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.terminal-content.svelte-maclc7::-webkit-scrollbar{display:none}@media (max-width: 768px){.terminal-container.svelte-maclc7{padding:.5rem}.terminal-content.svelte-maclc7{padding:1rem;font-size:.875rem}.terminal-header.svelte-maclc7{padding:.5rem .75rem}.terminal-button.svelte-maclc7{width:10px;height:10px}.terminal-title.svelte-maclc7{font-size:.75rem}}.typewriter.svelte-1qpa6k4{cursor:pointer;-webkit-user-select:none;user-select:none}.typing-cursor.svelte-1qpa6k4{animation:svelte-1qpa6k4-blink .7s step-end infinite}.typing-cursor.hidden.svelte-1qpa6k4{display:none}@keyframes svelte-1qpa6k4-blink{0%,50%{opacity:1}51%,to{opacity:0}}.choice.svelte-1ehof1c{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin:0;background:transparent;border:1px solid #00ff00;border-radius:4px;color:#0f0;font-family:Courier New,Courier,monospace;font-size:1rem;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.choice.svelte-1ehof1c:hover{background:#00ff001a;border-color:#0f0;box-shadow:0 0 10px #00ff004d;transform:translate(4px)}.choice.svelte-1ehof1c:active{transform:translate(2px)}.choice-indicator.svelte-1ehof1c{font-weight:700;font-size:1.2rem}.choice-text.svelte-1ehof1c{flex:1}main.svelte-1n46o8q{width:100%;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.history-block.svelte-1n46o8q{margin-bottom:1.5rem}.command-line.svelte-1n46o8q{display:flex;gap:.5rem;margin-bottom:1.25rem;align-items:flex-start}.prompt.svelte-1n46o8q{color:#0f0;font-weight:700}.user-input.svelte-1n46o8q{color:#0f0;font-weight:700;opacity:.7}.response-text.svelte-1n46o8q{margin-bottom:.5rem;white-space:pre-wrap;line-height:1.6}.choices.svelte-1n46o8q{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem;animation:svelte-1n46o8q-fadeInUp .4s ease-out}@keyframes svelte-1n46o8q-fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cursor.svelte-1n46o8q{display:inline-block;animation:svelte-1n46o8q-blink 1s step-end infinite;color:#0f0}@keyframes svelte-1n46o8q-blink{0%,50%{opacity:1}51%,to{opacity:0}}.debug-overlay.svelte-1n46o8q{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000}.debug-menu.svelte-1n46o8q{background:#1a1a1a;border:2px solid #00ff00;border-radius:8px;padding:1.5rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 0 30px #00ff004d}.debug-header.svelte-1n46o8q{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #333}.debug-header.svelte-1n46o8q h3:where(.svelte-1n46o8q){color:#0f0;margin:0;font-family:Courier New,Courier,monospace;font-size:1.25rem}.debug-close.svelte-1n46o8q{background:transparent;border:1px solid #666;color:#0f0;font-size:1.25rem;width:30px;height:30px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.debug-close.svelte-1n46o8q:hover{background:#0f0;color:#000;border-color:#0f0}.debug-info.svelte-1n46o8q{margin-bottom:1.5rem;font-family:Courier New,Courier,monospace;color:#0f0}.debug-info.svelte-1n46o8q p:where(.svelte-1n46o8q){margin:.5rem 0}.debug-hint.svelte-1n46o8q{font-size:.875rem;color:#666}.debug-nodes.svelte-1n46o8q h4:where(.svelte-1n46o8q){color:#0f0;font-family:Courier New,Courier,monospace;margin-bottom:1rem}.debug-node-list.svelte-1n46o8q{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.debug-node-button.svelte-1n46o8q{background:transparent;border:1px solid #00ff00;color:#0f0;padding:.75rem;font-family:Courier New,Courier,monospace;cursor:pointer;border-radius:4px;transition:all .2s;font-size:.875rem}.debug-node-button.svelte-1n46o8q:hover{background:#00ff001a;transform:translateY(-2px)}.debug-node-button.active.svelte-1n46o8q{background:#0f0;color:#000;font-weight:700}@media (max-width: 768px){main.svelte-1n46o8q{padding:.5rem}.choices.svelte-1n46o8q{margin:1rem 0}.response-text.svelte-1n46o8q,.history-block.svelte-1n46o8q{margin-bottom:1rem}}
