﻿body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:14px;color:#333;margin:0;padding:20px;background:linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 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,.1);overflow:hidden}.header{background:linear-gradient(135deg, #e67e22, #d35400);color:#fff;text-align:center;padding:20px}.header h1{margin:0;font-size:24px;font-weight:600}.main-content{display:flex;min-height:600px}.input-section{flex:1;padding:20px;border-right:2px solid #e0e0e0}.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}.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 #ddd;border-radius:5px;padding:15px;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:13px;line-height:1.5;resize:vertical;outline:none;background:#fafafa;max-height:550px}.input-section .input-area textarea:focus{border-color:#e67e22;background:#fff}.input-section .input-area textarea::placeholder{color:#999;font-style:italic}.sidebar{width:300px;background:#f8f9fa;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 #e0e0e0}.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:#3498db;color:#fff}.sidebar .action-buttons .btn.btn-info:hover{background:#2980b9}.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:5px 10px;background:#e74c3c;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px}.output-section .output-header .copy-btn:hover{background:#c0392b}.output-section .output-area pre{background:#2c3e50;color:#ecf0f1;padding:20px;border-radius:5px;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:13px;line-height:1.4;overflow-x:auto;margin:0;white-space:pre-wrap;word-wrap:break-word;max-height:300px;overflow-y:auto}.output-section .output-area pre::-webkit-scrollbar{width:8px;height:8px}.output-section .output-area pre::-webkit-scrollbar-track{background:#34495e}.output-section .output-area pre::-webkit-scrollbar-thumb{background:#7f8c8d;border-radius:4px}.tag{color:#e74c3c !important;font-weight:bold}.attribute-name{color:#3498db !important}.attribute-value{color:#27ae60 !important}.html-comment{color:#95a5a6 !important;font-style:italic}@media(max-width: 768px){body{padding:10px}.main-content{flex-direction:column}.input-section{border-right:none;border-bottom:2px solid #e0e0e0}.sidebar{width:100%}.controls{flex-direction:column}.controls .btn{width:100%}}
