*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,Monaco,Menlo,monospace;background-color:#000;color:#f90;line-height:1.4;overflow-x:hidden}.terminal{max-width:1200px;margin:0 auto;padding:21px;height:100vh;display:flex;flex-direction:column}.header{text-align:left;margin-bottom:15px;border-bottom:1px solid #333;padding-bottom:8px}.terminal-title{font-size:24px;font-weight:700;color:#f90;text-shadow:0 0 10px rgba(255,153,0,.3);margin-bottom:5px}#version{font-size:12px;opacity:.7;font-weight:400;color:#ccc}.terminal-subtitle{font-size:14px;color:#666;font-style:italic}.input-section{margin-bottom:10px;flex:1;display:flex;flex-direction:column}.prompt-row{display:flex;align-items:center;gap:15px;margin-bottom:10px}.prompt{color:#f90;font-weight:700;font-size:16px}.paste-button{background-color:#1a1a1a;border:1px solid #ff9900;color:#f90;font-family:inherit;font-size:12px;padding:4px 8px;border-radius:3px;cursor:pointer;transition:all .3s ease;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;outline:none}.paste-button:hover{background-color:#f90;color:#0a0a0a}.paste-button:active{transform:translateY(1px)}#input-field{width:100%;background-color:#000;border:2px solid #333;border-radius:4px;color:#f90;font-family:inherit;font-size:14px;padding:15px;resize:none;flex:1;transition:border-color .3s ease;cursor:default}#input-field:focus{outline:none;border-color:#f90;box-shadow:0 0 10px #f903}#input-field::placeholder{color:#666;font-style:italic}.output-section{flex:2;margin-bottom:21px;display:flex;flex-direction:column}.output-header{display:flex;align-items:center;gap:15px;margin-bottom:10px}.output-label{color:#f90;font-weight:700;font-size:16px}.string-type{color:#f90;font-size:12px;background-color:#000;padding:2px 6px!important;border-radius:3px;border:1px solid #333;display:none}.string-type:not(:empty){display:inline-block}.string-type.error{border:1px solid #ff4444;color:#f44}.output-content{background-color:#000;border:1px solid #333;border-radius:4px;padding:20px;flex:1;font-size:13px;overflow-x:auto;white-space:pre;word-break:normal}.json-key{color:#f90}.json-string{color:#fa0}.json-number{color:#fc0}.json-boolean{color:#f60}.json-null{color:#666}.output-content.error{color:#f90;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.success{color:#f90}.terminal-footer{margin-top:auto;padding-top:21px;border-top:1px solid #333}.footer-text{font-size:12px;color:#666;text-align:center}.footer-text a{color:#f90;text-decoration:none}.footer-text a:hover{color:#fa0;text-decoration:underline}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 768px){.terminal{padding:21px}.terminal-title{font-size:20px}.output-content{font-size:12px;padding:15px}.output-header{gap:10px}.terminal-footer{padding-bottom:10px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#f90;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fa0}
