.terminal[data-astro-cid-eqg5l7fp]{background:#0a0a0a;border-radius:8px;border:1px solid #404040;box-shadow:0 4px 20px #0000004d;overflow:hidden;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.4;color:#e0e0e0;width:100%;max-width:1200px;margin:0 auto;min-height:400px}.terminal-header[data-astro-cid-eqg5l7fp]{background:#2d2d2d;padding:12px 16px;display:flex;align-items:center;border-bottom:1px solid #404040}.terminal-controls[data-astro-cid-eqg5l7fp]{display:flex;gap:8px;margin-right:16px}.terminal-control[data-astro-cid-eqg5l7fp]{width:12px;height:12px;border-radius:50%;cursor:pointer}.terminal-control[data-astro-cid-eqg5l7fp].close{background:#ff5f56}.terminal-control[data-astro-cid-eqg5l7fp].minimize{background:#ffbd2e}.terminal-control[data-astro-cid-eqg5l7fp].maximize{background:#27ca3f}.terminal-title[data-astro-cid-eqg5l7fp]{color:#b0b0b0;font-size:13px;font-weight:500}.terminal-body[data-astro-cid-eqg5l7fp]{padding:0;min-height:300px;height:400px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}@media (max-width: 768px){.terminal[data-astro-cid-eqg5l7fp]{width:100%;max-width:none;margin:0;border-radius:0;min-height:100vh}.terminal-header[data-astro-cid-eqg5l7fp]{padding:10px 12px}.terminal-controls[data-astro-cid-eqg5l7fp]{gap:6px;margin-right:12px}.terminal-control[data-astro-cid-eqg5l7fp]{width:10px;height:10px}.terminal-body[data-astro-cid-eqg5l7fp]{height:calc(100vh - 60px)}}.tabs[data-astro-cid-xlvzfuxv]{display:flex;flex-direction:column;height:100%}.tabs-header[data-astro-cid-xlvzfuxv]{display:flex;flex-direction:row;background:#2d2d2d;border-bottom:1px solid #404040;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#555 #2d2d2d;-ms-overflow-style:auto;white-space:nowrap;align-items:stretch;scroll-behavior:smooth}.tabs-header[data-astro-cid-xlvzfuxv]>[data-astro-cid-xlvzfuxv]{display:contents}.add-tab-btn[data-astro-cid-xlvzfuxv]{display:inline-flex!important;align-items:center;justify-content:center;background:#404040;border:none;color:#b0b0b0;font-size:16px;font-weight:700;padding:8px 12px;cursor:pointer;transition:all .2s ease;min-width:40px;height:100%;border-left:1px solid #555;flex-shrink:0}.add-tab-btn[data-astro-cid-xlvzfuxv]:hover{background:#555;color:#0f8}.add-tab-btn[data-astro-cid-xlvzfuxv]:active{background:#666}.tabs-header[data-astro-cid-xlvzfuxv]::-webkit-scrollbar{height:6px}.tabs-header[data-astro-cid-xlvzfuxv]::-webkit-scrollbar-track{background:#2d2d2d}.tabs-header[data-astro-cid-xlvzfuxv]::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.tabs-header[data-astro-cid-xlvzfuxv]::-webkit-scrollbar-thumb:hover{background:#777}.tabs-content[data-astro-cid-xlvzfuxv]{flex:1;overflow-y:auto;overflow-x:hidden}.tabs-content[data-astro-cid-xlvzfuxv]>[data-astro-cid-xlvzfuxv]{height:100%}.no-tabs-message[data-astro-cid-xlvzfuxv]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;text-align:center;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.terminal-ascii[data-astro-cid-xlvzfuxv]{margin-bottom:30px}.terminal-ascii[data-astro-cid-xlvzfuxv] pre[data-astro-cid-xlvzfuxv]{color:#0f8;font-size:12px;line-height:1.2;margin:0;white-space:pre}.error-message[data-astro-cid-xlvzfuxv]{max-width:600px;width:100%}.error-message[data-astro-cid-xlvzfuxv] .command-line[data-astro-cid-xlvzfuxv]{margin-bottom:10px}.error-message[data-astro-cid-xlvzfuxv] .command-result[data-astro-cid-xlvzfuxv]{line-height:1.6;margin-bottom:20px;text-align:left}@media (max-width: 768px){.tabs-header[data-astro-cid-xlvzfuxv]{padding:0}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:#0a0a0a;min-height:100vh}body{padding:20px;overflow-x:hidden}@media (max-width: 768px){html,body{height:100vh;overflow:hidden}body{padding:0}}.tab{display:inline-flex;flex-direction:row;align-items:center;padding:8px 16px;background:#2d2d2d;border-right:1px solid #404040;cursor:pointer;user-select:none;transition:background-color .2s ease;position:relative;min-width:120px;max-width:200px;flex-shrink:0;vertical-align:top}.tab:hover{background:#3a3a3a}.tab.active{background:#1a1a1a;color:#e0e0e0}.tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#007acc}.tab-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#b0b0b0}.tab.active .tab-label{color:#e0e0e0}.tab-close{background:none;border:none;color:#888;cursor:pointer;font-size:16px;line-height:1;padding:0;margin-left:8px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:all .2s ease}.tab-close:hover{background:#ff5f56;color:#fff}@media (max-width: 768px){.tab{padding:6px 12px;min-width:100px;max-width:150px}.tab-label{font-size:12px}.tab-close{width:14px;height:14px;font-size:14px}}.command-input{display:flex;align-items:center;padding:0 16px 16px;background:#0a0a0a;font-family:Monaco,Menlo,Ubuntu Mono,monospace;flex-shrink:0;font-size:14px;line-height:1.6}.command-prompt{color:#0f8;font-weight:700;margin-right:8px;user-select:none;font-size:14px}.command-field{background:transparent;border:none;color:#e0e0e0;font-family:inherit;font-size:14px;outline:none;flex:1;caret-color:#0f8;line-height:1.6}.command-field::placeholder{color:#666}.command-output{padding:16px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6;background:#0a0a0a;overflow-wrap:break-word;white-space:normal}.command-line{margin-bottom:8px;color:#e0e0e0;display:flex;align-items:flex-start;overflow-wrap:break-word}.command-text{color:#e0e0e0;font-weight:500}.command-result{margin-bottom:12px;color:#b0b0b0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.6;overflow-wrap:break-word;white-space:normal}.command-completion{color:#0f8;font-style:italic;margin-bottom:4px;background:#00ff881a;padding:4px 8px;border-radius:4px;border-left:3px solid #00ff88}.command-line .command-text{color:gold}.command-output::-webkit-scrollbar{width:6px}.command-output::-webkit-scrollbar-track{background:#1a1a1a}.command-output::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.command-output::-webkit-scrollbar-thumb:hover{background:#777}
