:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.input-form{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;background:#151a2399;border-radius:8px;border:1px solid rgba(230,83,105,.2);transition:border-color .3s ease}.input-form:focus-within{border-color:#e6536966}.prompt{color:#e65369;font-weight:700;-webkit-user-select:none;user-select:none}.input-field{flex:1;background:transparent;border:none;color:#fbf6ed;font-family:Courier New,Monaco,monospace;font-size:18px;outline:none;caret-color:#e65369}.input-field::selection{background:#e6536933}.output-line{margin-bottom:.75rem;line-height:1.6;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.output-line pre{margin:0;font-family:Courier New,Monaco,monospace;font-size:18px;white-space:pre-wrap;word-wrap:break-word}.input-line{color:#fbf6ed;margin-bottom:.5rem}.input-line .prompt{color:#e65369}.output{color:#fbf6ed}.prompt-line{color:#fbbf24;font-style:italic;margin-top:.5rem}.error{color:#ff6b6b;background:#ff6b6b1a;padding:.5rem;border-radius:4px;border-left:3px solid #ff6b6b}.syntax-variable{color:#f5ce56}.syntax-function{color:#e68053}.terminal-wrapper{width:min(1400px,95vw);max-width:1400px;display:flex;flex-direction:column;gap:1rem}.terminal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem}.terminal-header-left{display:flex;flex-direction:column;align-items:flex-start}.terminal-title{font-size:2rem;font-weight:700;color:#e65369;margin-bottom:.25rem}.terminal-subtitle{font-size:20px;color:#e6e6e699;font-style:italic}.terminal-header-right{display:flex;flex-direction:column;align-items:flex-end;font-size:20px;color:#e6e6e699}.terminal{height:min(800px,85vh);background:#1e2430f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fbf6ed;font-family:Courier New,Monaco,monospace;font-size:18px;padding:2.5rem 3rem;overflow-y:auto;display:flex;flex-direction:column;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0d}.terminal-content{flex:1;overflow-y:auto;padding-bottom:1rem}.terminal-content::-webkit-scrollbar{width:8px}.terminal-content::-webkit-scrollbar-track{background:#151a2380;border-radius:4px}.terminal-content::-webkit-scrollbar-thumb{background:#3a4556cc;border-radius:4px}.terminal-content::-webkit-scrollbar-thumb:hover{background:#4a5566e6}.terminal-content{scroll-behavior:smooth}@media(max-width:768px){.terminal{width:95vw;height:90vh;padding:1rem;border-radius:12px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,Monaco,monospace;background:linear-gradient(135deg,#0f1419,#1a1f2e);color:#fbf6ed;overflow:hidden;display:flex;justify-content:center;align-items:center;min-height:100vh}#root{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.loading,.error{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;font-size:1rem}.error{color:#ff6b6b}
