﻿body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:14px;color:#2c3e50;margin:0;padding:20px;background:linear-gradient(135deg, #e8f6ff 0%, #f6fbff 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, #0f6ba7, #0a4873);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:620px}.input-section{flex:1;padding:20px;border-right:2px solid #e2f1fd}.input-section .section-title{font-size:16px;font-weight:600;margin-bottom:15px;color:#1f3a56}.input-section .controls{margin-bottom:15px;display:flex;gap:10px;flex-wrap:wrap}.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:#1abc9c;color:#fff}.input-section .controls .btn.btn-primary:hover{background:#17a589}.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 #d0e7f8;border-radius:5px;padding:15px;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:13px;line-height:1.5;resize:vertical;outline:none;background:#fafdff;color:#1f3a56;max-height:580px;transition:border-color .3s ease,background .3s ease}.input-section .input-area textarea:focus{border-color:#0f6ba7;background:#fff}.input-section .input-area textarea::placeholder{color:#9fb4c8;font-style:italic}.input-section .input-area textarea.input-error{border-color:#e74c3c;background:#fff5f5}.input-section .link-area{margin-top:20px;display:flex;flex-direction:column;gap:8px}.input-section .link-area label{font-weight:500;font-size:13px;color:#1f3a56}.input-section .link-area .link-wrapper{display:flex;gap:10px}.input-section .link-area .link-wrapper input[type=url]{flex:1;padding:10px 12px;border:2px solid #d0e7f8;border-radius:5px;font-size:13px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.input-section .link-area .link-wrapper input[type=url]:focus{border-color:#1abc9c;box-shadow:0 0 0 3px rgba(26,188,156,.2)}.input-section .link-area .link-wrapper .btn{padding:10px 16px;border:none;border-radius:5px;cursor:pointer;font-size:13px;font-weight:500;transition:all .3s ease}.input-section .link-area .link-wrapper .btn.btn-info{background:#0f6ba7;color:#fff}.input-section .link-area .link-wrapper .btn.btn-info:hover{background:#0d5788}.input-section .link-area .hint{font-size:12px;color:#6b7b8f}.input-section .status-message{margin-top:15px;min-height:18px;font-size:13px;font-weight:500;color:#e74c3c}.sidebar{width:300px;background:#f2f8fd;padding:20px}.sidebar .section-title{font-size:16px;font-weight:600;margin-bottom:15px;color:#1f3a56}.sidebar .tips-list{list-style:none;padding:0;margin:0}.sidebar .tips-list li{padding:8px 0;font-size:13px;color:#4a5d73;border-bottom:1px solid #d9e7f4}.sidebar .tips-list li:last-child{border-bottom:none}.sidebar .tips-list li:before{content:"🧩";margin-right:8px}.sidebar .action-buttons{margin-top:30px;display:flex;flex-direction:column;gap:10px}.sidebar .action-buttons .btn{width:100%;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-warning{background:#f39c12;color:#fff}.sidebar .action-buttons .btn.btn-warning:hover{background:#d9840c}.sidebar .action-buttons .btn.btn-info{background:#0f6ba7;color:#fff}.sidebar .action-buttons .btn.btn-info:hover{background:#0d5788}.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:#1f3a56;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:#14212e;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:340px;overflow-y:auto}.output-section .output-area pre::-webkit-scrollbar{width:8px;height:8px}.output-section .output-area pre::-webkit-scrollbar-track{background:#1f2d3a}.output-section .output-area pre::-webkit-scrollbar-thumb{background:#5c6a77;border-radius:4px}.json-key{color:#5dade2 !important}.json-string{color:#58d68d !important}.json-number{color:#f7dc6f !important}.json-boolean{color:#e67e22 !important}.json-null{color:#e74c3c !important}.json-punctuation{color:#ecf0f1 !important}.status-success{color:#27ae60 !important}.status-warning{color:#f39c12 !important}.status-error{color:#e74c3c !important}@media(max-width: 768px){body{padding:10px}.main-content{flex-direction:column}.input-section{border-right:none;border-bottom:2px solid #e2f1fd}.sidebar{width:100%}.controls{flex-direction:column}.controls .btn{width:100%}.link-area .link-wrapper{flex-direction:column}.link-area .link-wrapper .btn{width:100%;text-align:center}}
