*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#1e3c72,#2a5298);min-height:100vh;padding:20px}.container{max-width:1600px;margin:0 auto}header{text-align:center;color:#fff;margin-bottom:30px}header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.1rem;opacity:.95}.main-content{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:start}.controls{display:flex;flex-direction:column;gap:12px;padding:20px 0;min-width:140px}.panel{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;overflow:hidden;display:flex;flex-direction:column;height:600px}.panel-header{background:linear-gradient(135deg,#1e3c72,#2a5298);padding:15px 20px;border-bottom:2px solid #1a3461;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;gap:15px;align-items:center;flex:1}.panel-header h2{font-size:1.2rem;color:#fff;font-weight:600;white-space:nowrap}.view-toggle{display:flex;gap:5px;background:#ffffff1a;border-radius:6px;padding:3px}.view-btn{padding:6px 14px;border:none;background:transparent;color:#ffffffb3;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.view-btn:hover{color:#fff;background:#ffffff1a}.view-btn.active{background:#fff;color:#1e3c72}.tree-controls{display:flex;gap:5px}.tree-control-btn{padding:6px 12px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.tree-control-btn:hover{background:#fff3;border-color:#ffffff80}.text-area{flex:1;width:100%;padding:20px;border:none;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;resize:none;outline:none;background:#f8f9fa}.text-area::placeholder{color:#adb5bd}.text-area:focus{background:#fff}.btn{padding:12px 20px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1a3461,#245085)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.message-container{position:fixed;top:20px;right:20px;z-index:1000;max-width:400px}.message{padding:15px 20px;border-radius:8px;margin-bottom:10px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease;font-size:.95rem}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.message-error{background:#f8d7da;color:#721c24;border-left:4px solid #dc3545}.message-success{background:#d4edda;color:#155724;border-left:4px solid #28a745}.message-info{background:#d1ecf1;color:#0c5460;border-left:4px solid #17a2b8}.loading-indicator{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:30px 40px;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;align-items:center;gap:15px;z-index:2000}.spinner{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #2a5298;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.main-content{grid-template-columns:1fr;grid-template-rows:auto auto auto}.controls{flex-direction:row;flex-wrap:wrap;justify-content:center;order:2}.input-panel{order:1}.output-panel{order:3}.panel{height:400px}.btn{flex:1;min-width:100px}}@media(max-width:768px){header h1{font-size:2rem}.panel{height:300px}.controls{gap:8px}.btn{padding:10px 16px;font-size:.9rem}}.version-info{position:fixed;bottom:10px;right:10px;color:#fff;font-size:.85rem;opacity:.7;background:#0000004d;padding:5px 12px;border-radius:20px;font-weight:500}.tree-view{flex:1;overflow:auto;padding:20px;background:#f8f9fa;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6}.tree-node{margin-left:20px}.tree-key{color:#1e3c72;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.tree-key:hover{text-decoration:underline}.tree-toggle{display:inline-block;width:16px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#666;font-weight:700}.tree-value{color:#2a5298}.tree-value.string{color:#0d8050}.tree-value.number{color:#c92a2a}.tree-value.boolean{color:#5f3dc4}.tree-value.null{color:#868e96}.tree-collapsed{color:#868e96;font-style:italic}.history-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0003;transition:right .3s ease;z-index:3000;display:flex;flex-direction:column}.history-sidebar.open{right:0}.history-header{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.history-header h3{margin:0;font-size:1.3rem}.close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.close-btn:hover{background:#fff3}.history-actions{padding:15px 20px;border-bottom:1px solid #e9ecef}.btn-small{padding:8px 16px;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-danger-small{background:#dc3545;color:#fff}.btn-danger-small:hover{background:#c82333}.history-list{flex:1;overflow-y:auto;padding:10px}.history-item{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:12px;margin-bottom:10px;cursor:pointer;transition:all .2s ease}.history-item:hover{background:#e9ecef;border-color:#adb5bd;transform:translate(-2px)}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.history-item-time{font-size:.75rem;color:#6c757d}.history-item-delete{background:none;border:none;color:#dc3545;cursor:pointer;font-size:1.2rem;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.history-item-delete:hover{background:#dc35451a}.history-item-preview{font-family:Consolas,Monaco,Courier New,monospace;font-size:.8rem;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-height:40px}.history-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2999;display:none}.history-overlay.open{display:block}.history-empty{text-align:center;color:#6c757d;padding:40px 20px;font-size:.95rem}@media(max-width:768px){.history-sidebar{width:100%;right:-100%}}.seo-content{max-width:1200px;margin:60px auto 40px;padding:40px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;color:#333;line-height:1.8}.seo-content h2{color:#1e3c72;font-size:1.8rem;margin-bottom:20px;border-bottom:3px solid #2a5298;padding-bottom:10px}.seo-content h3{color:#2a5298;font-size:1.4rem;margin-top:30px;margin-bottom:15px}.seo-content p{margin-bottom:15px;font-size:1rem;color:#495057}.seo-content ul{margin:20px 0;padding-left:25px}.seo-content li{margin-bottom:12px;font-size:1rem;color:#495057}.seo-content strong{color:#1e3c72;font-weight:600}@media(max-width:768px){.seo-content{padding:25px;margin:40px 10px 20px}.seo-content h2{font-size:1.5rem}.seo-content h3{font-size:1.2rem}.seo-content p,.seo-content li{font-size:.95rem}}
