.App{min-height:100vh;background-color:#f5f5f5}.App-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem 0;text-align:center;box-shadow:0 2px 10px #0000001a}.App-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.App-header p{font-size:1.1rem;opacity:.9}.ad-container{background:white;padding:1rem;margin:1rem auto;max-width:1200px;text-align:center;border-radius:8px;box-shadow:0 2px 8px #0000001a}.ad-container ins{display:block;margin:0 auto}.tab-container{display:flex;justify-content:center;background:white;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.tab-button{padding:1rem 2rem;border:none;background:transparent;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.tab-button:hover{background-color:#f8f9fa}.tab-button.active{color:#667eea;border-bottom-color:#667eea;background-color:#f8f9fa}.json-viewer{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;min-height:calc(100vh - 200px)}.input-section{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.input-section h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.json-input{width:100%;height:400px;padding:1rem;border:2px solid #e9ecef;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;resize:vertical;transition:border-color .3s ease}.json-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.parse-button{margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.parse-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.error-message{margin-top:1rem;padding:.75rem 1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:6px;font-size:.9rem}.output-section{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.output-section h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.tree-container{max-height:600px;overflow-y:auto;border:1px solid #e9ecef;border-radius:6px;padding:1rem;background-color:#fafafa}.placeholder{text-align:center;color:#6c757d;padding:2rem;font-style:italic}.json-root-container{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6}.json-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.json-root-label{font-weight:700;color:#333;background-color:#e3f2fd;padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.json-bracket{color:#666;font-weight:700}.toggle-button{background:none;border:none;color:#667eea;font-size:1.2rem;font-weight:700;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center}.toggle-button:hover{background-color:#f0f0f0}.toggle-button.collapsed{color:#999}.type-indicator{color:#666;font-size:.8rem;margin-left:auto}.json-children{margin-left:1.5rem;border-left:2px dashed #e0e0e0;padding-left:1rem}.json-item{margin:.25rem 0}.json-key-value{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.json-key{color:#06c;font-weight:500}.json-colon{color:#666}.json-comma{color:#666;margin-left:.25rem}.json-string{color:#28a745}.json-number{color:#fd7e14}.json-boolean{color:#6f42c1}.json-null{color:#dc3545;font-style:italic}.about-us{max-width:1200px;margin:0 auto;padding:2rem}.about-container h1{text-align:center;color:#333;margin-bottom:2rem;font-size:2.5rem}.about-section{background:white;padding:2rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.about-section h2{color:#667eea;margin-bottom:1rem;font-size:1.5rem}.about-section p{line-height:1.6;color:#555;margin-bottom:1rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.tool-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.tool-card h3{color:#333;margin-bottom:.5rem}.tool-card p{color:#666;font-size:.9rem}.about-section ul{padding-left:1.5rem;color:#555}.about-section li{margin-bottom:.5rem;line-height:1.5}.contact-us{max-width:1200px;margin:0 auto;padding:2rem}.contact-container h1{text-align:center;color:#333;margin-bottom:2rem;font-size:2.5rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.contact-info,.contact-form{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.contact-info h2,.contact-form h2{color:#667eea;margin-bottom:1.5rem;font-size:1.5rem}.info-item{margin-bottom:1.5rem}.info-item h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}.info-item p,.info-item a{color:#555;line-height:1.5}.info-item a{color:#667eea;text-decoration:none}.info-item a:hover{text-decoration:underline}.info-item ul{padding-left:1.5rem;margin-top:.5rem}.info-item li{margin-bottom:.3rem;color:#555}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.submit-btn{background:#667eea;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background:#5a6fd8}.faq-section{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.faq-section h2{color:#667eea;margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.faq-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea}.faq-item h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}.faq-item p{color:#555;line-height:1.5}.privacy-policy{max-width:1000px;margin:0 auto;padding:2rem}.privacy-container h1{text-align:center;color:#333;margin-bottom:1rem;font-size:2.5rem}.last-updated{text-align:center;color:#666;margin-bottom:2rem;font-style:italic}.policy-section{background:white;padding:2rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.policy-section h2{color:#667eea;margin-bottom:1rem;font-size:1.3rem}.policy-section p{line-height:1.6;color:#555;margin-bottom:1rem}.policy-section a{color:#667eea;text-decoration:none}.policy-section a:hover{text-decoration:underline}@media (max-width: 768px){.json-viewer{grid-template-columns:1fr;padding:0 1rem}.App-header h1{font-size:2rem}.tab-button{padding:.75rem 1rem;font-size:1rem}.contact-content,.tools-grid,.faq-grid{grid-template-columns:1fr}.about-us,.contact-us,.privacy-policy{padding:1rem}.about-container h1,.contact-container h1,.privacy-container h1{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{height:100vh;display:flex;flex-direction:column}.json-viewer{display:flex;flex-direction:column;height:100vh;background:#fff}.header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.header h1{font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.header p{opacity:.9;font-size:.9rem}.toolbar{background:#f8f9fa;padding:1rem 2rem;border-bottom:1px solid #e9ecef;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.toolbar button{padding:.5rem 1rem;border:none;border-radius:6px;background:#007bff;color:#fff;cursor:pointer;font-size:.9rem;transition:all .2s}.toolbar button:hover{background:#0056b3}.toolbar button.secondary{background:#6c757d}.toolbar button.secondary:hover{background:#545b62}.toolbar button.danger{background:#dc3545}.toolbar button.danger:hover{background:#c82333}.toolbar input{padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;min-width:200px}.content{flex:1;display:flex;overflow:hidden}.editor-container{flex:0 0 40%;display:flex;flex-direction:column;border-right:1px solid #e9ecef}.editor-header{padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-weight:500;color:#495057}.monaco-editor{flex:1}.viewer-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.viewer-header{padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-weight:500;color:#495057;display:flex;justify-content:space-between;align-items:center}.json-tree{flex:1;overflow:auto;padding:1rem;background:#fff}.json-container,.json-root-container{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;margin:2px 0}.json-header{display:flex;align-items:center;cursor:pointer;padding:2px 4px;border-radius:3px;transition:background-color .2s}.json-header:hover{background-color:#f8f9fa}.json-root-label{font-weight:600;color:#495057;margin-right:4px}.json-primitive{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.5;padding:2px 4px}.json-key{color:#06c;font-weight:500;display:inline-flex;align-items:center}.json-key:before{content:"■";color:#007bff;font-size:8px;margin-right:6px;display:inline-block}.json-string{color:#080}.json-number{color:#a00}.json-boolean{color:#a0a}.json-null{color:#888;font-style:italic}.json-bracket,.json-comma,.json-colon{color:#666}.toggle-button{background:#007bff;border:none;cursor:pointer;color:#fff;font-size:12px;font-weight:700;width:20px;height:20px;border-radius:3px;margin-right:8px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.toggle-button:hover{background:#0056b3;transform:scale(1.1)}.toggle-button.collapsed{background:#28a745}.toggle-button.collapsed:hover{background:#218838}.json-children{margin-left:20px;margin-top:4px;position:relative}.json-children:before{content:"";position:absolute;left:-10px;top:0;bottom:0;width:1px;border-left:1px dashed #ccc}.json-item{position:relative;padding:2px 0;margin:1px 0}.json-item:before{content:"";position:absolute;left:-10px;top:50%;width:10px;height:1px;border-top:1px dashed #ccc}.json-item:last-child:before{border-top:none}.json-item:last-child:after{content:"";position:absolute;left:-10px;top:50%;bottom:0;width:1px;border-left:1px dashed #ccc}.json-key-value{display:inline-flex;align-items:center;flex-wrap:wrap}.json-key-value .json-key,.json-key-value .json-colon{margin-right:4px}.type-indicator{font-size:.8rem;color:#6c757d;margin-left:8px;font-style:italic;background:#f8f9fa;padding:2px 6px;border-radius:3px}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border:1px solid #f5c6cb;border-radius:4px;margin:1rem}.success-message{background:#d4edda;color:#155724;padding:1rem;border:1px solid #c3e6cb;border-radius:4px;margin:1rem}@media (max-width: 768px){.content{flex-direction:column}.editor-container{flex:none;height:40vh;border-right:none;border-bottom:1px solid #e9ecef}.toolbar{flex-direction:column;align-items:stretch}.toolbar input{min-width:auto}}
