*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.terminal-container{width:90vw;max-width:1000px;height:80vh;background:#1e1e1e;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace}.terminal-header{background:#323233;padding:10px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #1e1e1e}.terminal-buttons{display:flex;gap:8px}.terminal-button{width:12px;height:12px;border-radius:50%}.terminal-button.close{background:#ff5f56}.terminal-button.minimize{background:#ffbd2e}.terminal-button.maximize{background:#27c93f}.terminal-title{color:#a0a0a0;font-size:12px;flex:1;text-align:center}.terminal-body{flex:1;overflow-y:auto;padding:20px;background:#1e1e1e;color:#0f0}.terminal-entry{margin-bottom:1rem}.terminal-input-line{display:flex;align-items:center;gap:8px;margin-bottom:.5rem}.terminal-prompt{color:#0f0;font-weight:700}.terminal-command{color:#fff}.terminal-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-family:inherit;font-size:14px;caret-color:#0f0}.terminal-output pre{margin:0;white-space:pre-wrap;color:#0f0;font-size:14px;line-height:1.6}.terminal-output h3{color:#0f0;margin:0 0 1rem;font-size:1.2rem}.terminal-output h4{color:#0f0;margin:1rem 0 .5rem;font-size:1rem}.terminal-output p{color:#0f0;margin:.5rem 0;line-height:1.6}.terminal-output a{color:#0af;text-decoration:none}.terminal-output a:hover{text-decoration:underline}.terminal-output .project{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.terminal-output .project:last-child{border-bottom:none}.terminal-suggestions{display:flex;flex-wrap:wrap;gap:10px;margin-top:.5rem;padding:.5rem;background:#2a2a2a;border-radius:4px}.suggestion{color:#0af;font-size:12px;cursor:pointer}.suggestion:hover{text-decoration:underline}.terminal-body::-webkit-scrollbar{width:8px}.terminal-body::-webkit-scrollbar-track{background:#1e1e1e}.terminal-body::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.terminal-body::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:768px){.terminal-container{width:95vw;height:90vh}.terminal-body{padding:15px}}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;padding:20px}
