﻿body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:14px;color:#333;margin:0;padding:20px;background:linear-gradient(135deg, #f0ecff 0%, #f7f9ff 100%);min-height:100vh}.container{max-width:1200px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.08);overflow:hidden}.header{background:linear-gradient(135deg, #8e44ad, #5b2c6f);color:#fff;text-align:center;padding:20px}.header h1{margin:0;font-size:24px;font-weight:600;line-height:1.4}.main-content{display:flex;min-height:600px}.input-section{flex:1;padding:20px;border-right:2px solid #ece8fb}.input-section .section-title{font-size:16px;font-weight:600;margin-bottom:15px;color:#2c3e50}.input-section .controls{margin-bottom:15px;display:flex;gap:10px;flex-wrap:wrap}.input-section .controls label{display:flex;align-items:center;gap:5px;font-size:13px;cursor:pointer;color:#4a4a4a}.input-section .controls label input[type=checkbox]{margin:0}.input-section .controls .btn{padding:8px 15px;border:none;border-radius:5px;cursor:pointer;font-size:13px;transition:all .3s ease}.input-section .controls .btn.btn-primary{background:#3498db;color:#fff}.input-section .controls .btn.btn-primary:hover{background:#2980b9}.input-section .controls .btn.btn-secondary{background:#95a5a6;color:#fff}.input-section .controls .btn.btn-secondary:hover{background:#7f8c8d}.input-section .input-area textarea{width:100%;height:400px;border:2px solid #ddd9f7;border-radius:5px;padding:15px;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:13px;line-height:1.5;resize:vertical;outline:none;background:#faf9ff;color:#2c3e50;max-height:560px;transition:border-color .3s ease,background .3s ease}.input-section .input-area textarea:focus{border-color:#8e44ad;background:#fff}.input-section .input-area textarea::placeholder{color:#999;font-style:italic}.sidebar{width:300px;background:#f6f6ff;padding:20px}.sidebar .section-title{font-size:16px;font-weight:600;margin-bottom:15px;color:#2c3e50}.sidebar .tips-list{list-style:none;padding:0;margin:0}.sidebar .tips-list li{padding:8px 0;font-size:13px;color:#555;border-bottom:1px solid #e3e2f7}.sidebar .tips-list li:last-child{border-bottom:none}.sidebar .tips-list li:before{content:"⚙️";margin-right:8px}.sidebar .action-buttons{margin-top:30px}.sidebar .action-buttons .btn{width:100%;margin-bottom:10px;padding:12px;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.sidebar .action-buttons .btn.btn-success{background:#27ae60;color:#fff}.sidebar .action-buttons .btn.btn-success:hover{background:#229954}.sidebar .action-buttons .btn.btn-info{background:#2980b9;color:#fff}.sidebar .action-buttons .btn.btn-info:hover{background:#1f6391}.sidebar .action-buttons .btn.btn-warning{background:#f39c12;color:#fff}.sidebar .action-buttons .btn.btn-warning:hover{background:#e67e22}.output-section{margin-top:20px;padding:0 20px 20px}.output-section .output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.output-section .output-header .section-title{font-size:16px;font-weight:600;color:#2c3e50;margin:0}.output-section .output-header .copy-btn{padding:6px 12px;background:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background .3s ease}.output-section .output-header .copy-btn:hover{background:#c0392b}.output-section .output-area pre{background:#1f2533;color:#ecf0f1;padding:20px;border-radius:5px;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:13px;line-height:1.45;overflow-x:auto;margin:0;white-space:pre-wrap;word-wrap:break-word;max-height:320px;overflow-y:auto}.output-section .output-area pre::-webkit-scrollbar{width:8px;height:8px}.output-section .output-area pre::-webkit-scrollbar-track{background:#2f3645}.output-section .output-area pre::-webkit-scrollbar-thumb{background:#6c6f7a;border-radius:4px}.js-keyword{color:#9b59b6 !important;font-weight:600}.js-boolean{color:#e67e22 !important;font-weight:500}.js-number{color:#f1c40f !important}.js-string{color:#2ecc71 !important}.js-comment{color:#95a5a6 !important;font-style:italic}.js-regex{color:#e74c3c !important}@media(max-width: 768px){body{padding:10px}.main-content{flex-direction:column}.input-section{border-right:none;border-bottom:2px solid #ece8fb}.sidebar{width:100%}.controls{flex-direction:column}.controls .btn{width:100%}}
