:root{--gray-1: #111111;--gray-2: #191919;--gray-3: #222222;--gray-4: #2a2a2a;--gray-5: #313131;--gray-6: #3a3a3a;--gray-7: #484848;--gray-8: #606060;--gray-9: #6e6e6e;--gray-10: #7b7b7b;--gray-11: #b4b4b4;--gray-12: #eeeeee;--accent-1: #1a0c0e;--accent-2: #201012;--accent-3: #3c1419;--accent-4: #541a20;--accent-5: #6a2028;--accent-6: #832832;--accent-7: #a3323f;--accent-8: #cc404f;--accent-9: #ff5369;--accent-10: #ff6b7d;--accent-11: #ff8a98;--accent-12: #ffd1d6;--green-9: #30a46c;--green-11: #4cc38a;--red-9: #ff5369;--red-11: #ff8a98;--yellow-9: #f5d90a;--yellow-11: #f0c000;--bg-1: var(--gray-1);--bg-2: var(--gray-2);--bg-3: var(--gray-3);--border: var(--gray-4);--text-dim: var(--gray-9);--text-muted: var(--gray-11);--text: var(--gray-12);--accent: var(--accent-9);--accent-bright: var(--accent-11)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:var(--gray-1);color:var(--gray-12);font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.6}#app{display:flex;flex-direction:column;height:100%;max-width:900px;margin:0 auto;padding:1rem}.header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--gray-2);border:1px solid var(--gray-4);border-radius:8px 8px 0 0;border-bottom:none}.logo{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;letter-spacing:.1em;color:var(--accent-9)}.logo-img{height:24px;width:auto}.tabs{display:flex;gap:.25rem}.tab{background:transparent;border:none;padding:.4rem .75rem;font-family:inherit;font-size:.75rem;color:var(--gray-9);cursor:pointer;border-radius:4px;transition:all .15s ease}.tab:hover{color:var(--gray-11);background:var(--gray-3)}.tab.active{color:var(--accent-9);background:var(--gray-3)}.header-right{display:flex;align-items:center;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;color:var(--gray-9);transition:color .15s ease}.social-link:hover{color:var(--gray-12)}.status{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--gray-11)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green-9);animation:pulse 2s ease-in-out infinite}.status-dot.thinking{background:var(--accent-9);animation:pulse .5s ease-in-out infinite}.status-dot.typing{background:var(--accent-11);animation:pulse .3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.terminal-container{flex:1;display:flex;flex-direction:column;min-height:0}.terminal{flex:1;display:flex;flex-direction:column;background:var(--gray-2);border:1px solid var(--gray-4);border-top:none;border-bottom:none;overflow:hidden}.terminal-output{flex:1;padding:1rem;overflow-y:auto;scroll-behavior:smooth}.terminal-output::-webkit-scrollbar{width:8px}.terminal-output::-webkit-scrollbar-track{background:var(--gray-3)}.terminal-output::-webkit-scrollbar-thumb{background:var(--gray-6);border-radius:4px}.terminal-output::-webkit-scrollbar-thumb:hover{background:var(--gray-7)}.line{margin-bottom:.25rem;white-space:pre-wrap;word-break:break-word}.line.command{color:var(--gray-12)}.line.command .prompt{color:var(--gray-9);margin-right:.5rem}.line.output{color:var(--gray-11)}.line.agent{color:var(--accent-11)}.line.agent:before{content:"[agent] ";color:var(--accent-9);font-weight:500}.line.success{color:var(--green-11)}.line.error{color:var(--red-11)}.line.system{color:var(--gray-9);font-style:italic}.line.highlight{color:var(--accent-9)}.terminal-input-line{display:flex;align-items:center;padding:.75rem 1rem;background:var(--gray-3);border-top:1px solid var(--gray-4)}.terminal-input-line .prompt{color:var(--gray-9);margin-right:.5rem;-webkit-user-select:none;user-select:none}.terminal-input{flex:1;background:transparent;border:none;outline:none;color:var(--gray-12);font-family:inherit;font-size:inherit;caret-color:var(--accent-9)}.terminal-input::placeholder{color:var(--gray-7)}.terminal-input:disabled{opacity:.5;cursor:not-allowed}.footer{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--gray-2);border:1px solid var(--gray-4);border-radius:0 0 8px 8px;font-size:.75rem;color:var(--gray-9)}.footer code{background:var(--gray-4);padding:.15rem .4rem;border-radius:4px;color:var(--gray-11)}.separator{color:var(--gray-6)}.ascii{color:var(--accent-9);line-height:1.2;font-size:.85em}.typing-cursor{display:inline-block;width:.6em;height:1.1em;background:var(--accent-9);margin-left:2px;animation:blink .7s step-end infinite;vertical-align:text-bottom}@keyframes blink{50%{opacity:0}}.main-content{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--gray-2);border:1px solid var(--gray-4);border-top:none;border-radius:0 0 8px 8px;overflow:hidden}.tab-content{display:none;flex:1;flex-direction:column;overflow:hidden}.tab-content.active{display:flex}.page-content{flex:1;padding:2rem;overflow-y:auto;line-height:1.8}.page-content h1{font-size:1.5rem;font-weight:600;color:var(--accent-9);margin-bottom:.5rem}.page-content .lead{font-size:1rem;color:var(--gray-11);margin-bottom:2rem}.page-content h2{font-size:1.1rem;font-weight:600;color:var(--gray-12);margin-top:2rem;margin-bottom:.75rem}.page-content p{color:var(--gray-11);margin-bottom:1rem}.page-content ul{margin-left:1.5rem;margin-bottom:1rem;color:var(--gray-11)}.page-content li{margin-bottom:.5rem}.page-content a{color:var(--accent-9);text-decoration:none}.page-content a:hover{text-decoration:underline}.page-content section{margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}.feature-card{background:var(--gray-3);border:1px solid var(--gray-4);border-radius:8px;padding:1.25rem;transition:border-color .15s ease}.feature-card:hover{border-color:var(--accent-9)}.feature-icon{font-size:1.5rem;margin-bottom:.75rem}.feature-card h3{font-size:.9rem;font-weight:600;color:var(--gray-12);margin-bottom:.5rem}.feature-card p{font-size:.8rem;color:var(--gray-9);margin:0;line-height:1.5}.commands-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;margin-top:1rem}.command-item{font-size:.85rem;color:var(--gray-11)}.command-item code{background:var(--gray-4);padding:.15rem .4rem;border-radius:4px;color:var(--accent-9);margin-right:.5rem}.demo-notice{display:flex;gap:1rem;background:var(--accent-3);border:1px solid var(--accent-6);border-radius:8px;padding:1.25rem;margin-bottom:2rem}.demo-notice-icon{font-size:2rem;flex-shrink:0}.demo-notice-content h3{font-size:1rem;font-weight:600;color:var(--accent-11);margin-bottom:.25rem}.demo-notice-content p{font-size:.9rem;color:var(--gray-11);margin:0}.roadmap-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.roadmap-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--gray-3);border-radius:6px;border:1px solid var(--gray-4)}.roadmap-status{font-size:.9rem;width:1.2rem;text-align:center;flex-shrink:0}.roadmap-item.completed .roadmap-status{color:var(--green-11)}.roadmap-item.in-progress .roadmap-status{color:var(--accent-9)}.roadmap-item.planned .roadmap-status{color:var(--gray-9)}.roadmap-text{font-size:.9rem;color:var(--gray-11)}.roadmap-item.completed .roadmap-text{color:var(--gray-12)}#tab-terminal .terminal-container{flex:1;display:flex;flex-direction:column;min-height:0}#tab-terminal .terminal{border-radius:0;border:none}#tab-terminal .footer{border-radius:0;border-left:none;border-right:none;border-bottom:none}@media(max-width:768px){.header{flex-wrap:wrap;gap:.5rem}.tabs{order:3;width:100%;justify-content:center;border-top:1px solid var(--gray-4);margin-top:.5rem;padding-top:.5rem}.status{order:2}.features-grid{grid-template-columns:1fr}.page-content{padding:1.5rem 1rem}}@media(max-width:600px){#app{padding:.5rem}.footer{flex-direction:column;gap:.25rem}.separator{display:none}.commands-list{grid-template-columns:1fr}}
