body{margin:0;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{background:#0a0e27;display:flex;justify-content:center;align-items:center;min-height:100vh;font-family:Courier New,Courier,monospace;padding:20px}.terminal{width:100%;max-width:800px;background:#1a1d2e;border-radius:8px;box-shadow:0 20px 60px #00000080;overflow:hidden}.terminal-header{background:#2d3142;padding:12px 16px;display:flex;align-items:center;gap:12px}.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:#8b92a8;font-size:14px;flex:1;text-align:center}.terminal-body{padding:24px;min-height:400px;background:#1a1d2e}pre{color:#00ff41;font-family:Courier New,Courier,monospace;font-size:16px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.terminal{max-width:100%}pre{font-size:14px}}
