*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;height:100vh;background-color:#f0f0f0;overflow:hidden}.app-container{display:flex;height:100vh;overflow-x:hidden;overflow-y:hidden}.sidebar-wrapper{width:250px;max-width:500px;position:relative}.sidebar{width:100%;height:100%;background-color:#2c3e50;color:#fff;display:flex;flex-direction:column;overflow:auto}.resize-handle{position:absolute;top:0;right:0;width:8px;height:100%;background-color:#1a252f;cursor:col-resize;z-index:10}.resize-handle:hover{background-color:#3498db}.sidebar-header{padding:16px;background-color:#1a252f;text-align:center}.sidebar-header a{display:inline-block}.sidebar-content{padding:16px;flex:1}.main{flex:1;display:flex;flex-direction:column;overflow:hidden}.top-pane{background-color:#ecf0f1;padding:16px;border-bottom:1px solid #bdc3c7;transition:height .3s ease;overflow:visible;min-height:80px}.top-pane.collapsed{height:0;padding:0;border:none}.pane-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pane-toggle{background:none;border:none;cursor:pointer;font-size:16px;color:#2c3e50}.xpath-input-container{display:flex;gap:8px;position:relative;overflow:visible;width:100%}.xpath-input{flex:1;min-width:0;padding:8px;font-size:14px;border:1px solid #bdc3c7;border-radius:4px}.clear-xpath-button{background:none;border:none;color:#95a5a6;font-size:20px;line-height:1;padding:8px 12px;cursor:pointer;border-radius:4px;transition:color .2s,background-color .2s;display:flex;align-items:center;justify-content:center}.clear-xpath-button:hover{color:#f44;background-color:#fee}.clear-xpath-button:focus{outline:none;box-shadow:0 0 0 2px #3498db4d}.xpath-query-title{background-color:#000;color:#fff!important;padding:6px 12px;border-radius:4px;font-size:14px;font-weight:700;display:inline-block;margin-right:12px}.xpath-toolbar-buttons{display:flex;gap:8px;margin-left:16px;align-items:center}.xpath-toolbar-buttons .button{padding:8px 16px;font-size:14px}.example-buttons-container{display:inline-flex;margin-left:8px;gap:10px}.example-button{padding:8px 16px;background-color:#8a2be2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.example-button:hover{background-color:#7a1fd2}.xpath-input{flex:1;padding:8px;font-size:14px;border:1px solid #bdc3c7;border-radius:4px}.lower-pane{flex:1;background-color:#fff;padding:16px;display:flex;flex-direction:column;overflow:hidden;min-height:0}.tabs{display:flex;border-bottom:1px solid #bdc3c7;margin-bottom:12px}.tab-button{padding:8px 16px;background-color:#8a2be2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;margin-right:8px}.tab-button:hover{background-color:#7a1fd2}.tab-button.active{background-color:#6a1b9a;font-weight:700}.tab-content{display:none;flex:1;background-color:#f8f9fa;border-radius:4px;overflow:auto;position:relative}.tab-content.active{display:flex;flex-direction:column}.button{padding:8px 16px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer}.button:hover{background-color:#2980b9}.zoom-button{padding:6px 12px;background-color:#ecf0f1;color:#2c3e50;border:none;border-radius:4px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center}.zoom-button:hover{background-color:#bdc3c7}.color-controls{display:inline-flex;align-items:center;margin-left:8px}.color-picker-label{display:inline-flex;align-items:center;margin-left:4px}.color-picker{width:28px;height:28px;padding:0;border:2px solid #bdc3c7;border-radius:4px;cursor:pointer;background:none}.color-picker:hover{border-color:#3498db}.color-picker::-webkit-color-swatch-wrapper{padding:0}.color-picker::-webkit-color-swatch{border:none;border-radius:3px}.history-button{background:none;border:none;color:#2c3e50;cursor:pointer;font-size:14px;padding:4px 8px;margin-left:8px}.history-button:hover{text-decoration:underline}.modal-overlay{position:fixed;z-index:1001;left:0;top:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.modal-content{background-color:#fff;padding:20px;border-radius:8px;width:80%;max-width:600px;max-height:80vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #eee}.close-modal{background:none;border:none;font-size:20px;cursor:pointer;color:#666}.close-modal:hover{color:#000}.delete-all-button{background-color:#f44;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:14px;margin-right:10px}.delete-all-button:hover{background-color:#c00}.history-item{padding:8px;border-bottom:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.history-item:hover{background-color:#f5f5f5}.history-item:last-child{border-bottom:none}.delete-history{background:none;border:none;color:#f44;cursor:pointer;font-size:14px;padding:4px;margin-left:8px}.delete-history:hover{color:#c00}.history-query{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-item{display:block;padding:4px;border-radius:2px;margin-bottom:4px;background-color:#f8f9fa}.result-item:hover{background-color:#e3f2fd;cursor:pointer}.tooltip{position:fixed;background-color:#2c3e50;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;z-index:1000;max-width:400px;max-height:200px;overflow:auto;display:none;line-height:1.4}.tooltip br{margin:2px 0}.tooltip strong{color:#f1c40f}.file-editor-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;overflow:visible}.file-editor-toolbar{display:flex;justify-content:flex-end;padding:4px 0;background-color:#f8f9fa;flex-wrap:wrap;gap:8px;flex-shrink:0;width:100%;max-width:100%}.file-editor{flex:1;width:100%;padding:8px;font-family:monospace;font-size:12px;border:1px solid #bdc3c7;border-radius:4px;overflow:auto;outline:none;resize:none;min-height:0}.file-editor:focus{border-color:#3498db}pre{margin:0;padding:0;display:block}.file-editor-wrapper pre{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column}code{display:block;width:100%;min-height:0;flex:1;padding:8px;font-family:monospace;font-size:12px;border:1px solid #bdc3c7;border-radius:4px;background-color:#272822;color:#f8f8f2;overflow:auto;outline:none;white-space:pre-wrap;word-break:break-all;box-sizing:border-box}code[contenteditable=true]{min-height:0;flex:1;overflow:auto}code.language-xml,code.language-xml *{white-space:pre-wrap!important;word-break:break-all!important;overflow-wrap:anywhere!important}code span,code[contenteditable=true] span{white-space:pre-wrap!important;word-break:break-all!important}code:focus{outline:none;border-color:#3498db}.file-input{display:none}.empty-state{color:#666;text-align:center;padding:20px}.file-history{display:flex;flex-direction:column}.file-history-header{font-weight:700;padding-bottom:4px;border-bottom:1px solid #34495e}.file-history-item{display:flex;align-items:center;padding:6px 0;border-bottom:1px solid #34495e}.file-history-item:last-child{border-bottom:none}.file-history-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ecf0f1}.file-history-name:hover{color:#fff;text-decoration:underline}.result-gutter{width:40px;padding:8px 0;text-align:right;color:#999;border-right:1px solid #ddd;margin-right:16px;-webkit-user-select:none;user-select:none;background-color:#f8f9fa}.result-gutter div{padding:4px 8px;font-size:12px;color:#999}.result-content-wrapper{padding:8px;min-height:0;overflow:hidden}.result-row{display:flex;padding:4px 0;border-radius:2px;margin-bottom:4px;background-color:inherit;width:100%;max-width:100%}.result-row:hover{background-color:#3498db33;cursor:pointer}.result-gutter-item{min-width:50px;height:24px;padding:0 8px;text-align:center;color:#fff;border-right:1px solid #ddd;margin-right:16px;-webkit-user-select:none;user-select:none;background-color:#3498db;font-size:12px;line-height:24px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.result-count-badge{min-width:24px;height:20px;padding:0 6px;text-align:center;color:#fff;-webkit-user-select:none;user-select:none;background-color:#f44;font-size:11px;line-height:20px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;margin-left:8px;flex-shrink:0}.result-content{flex:1;width:100%;padding:8px;font-family:monospace;font-size:12px;border:1px solid #bdc3c7;border-radius:4px;overflow:auto;outline:none;resize:none;min-height:0;background-color:inherit;color:inherit;max-width:100%}.result-content-inner{flex:1;padding:4px 8px}.readme-modal{max-width:800px;max-height:80vh;background-color:#2c3e50;color:#ecf0f1}.readme-content{padding:16px;overflow:auto;max-height:60vh;color:#ecf0f1}.readme-content h1,.readme-content h2,.readme-content h3{margin-top:0;margin-bottom:16px;color:#ecf0f1}.readme-content h1{font-size:24px;border-bottom:1px solid #34495e;padding-bottom:8px}.readme-content h2{font-size:20px}.readme-content h3{font-size:18px}.readme-content p{margin:12px 0;line-height:1.6;color:#bdc3c7}.readme-content ul,.readme-content ol{margin:12px 0;padding-left:24px}.readme-content li{margin:8px 0;line-height:1.6;color:#bdc3c7}.readme-content pre{white-space:pre;font-family:monospace;font-size:12px;background-color:#1a252f;padding:16px;border-radius:4px;overflow:auto;margin:12px 0;word-break:normal;color:#f8f8f2}.readme-content code{font-family:monospace;font-size:12px;background-color:#1a252f;padding:2px 4px;border-radius:3px;color:#f8f8f2}.readme-content pre code{font-family:monospace;white-space:pre;word-break:normal;color:#f8f8f2}.readme-content blockquote{border-left:4px solid #3498db;padding-left:16px;margin:12px 0;color:#95a5a6}.readme-content a{color:#3498db;text-decoration:none}.readme-content a:hover{text-decoration:underline}.readme-content table{border-collapse:collapse;width:100%;margin:12px 0}.readme-content th,.readme-content td{border:1px solid #34495e;padding:8px;text-align:left;color:#bdc3c7}.readme-content th{background-color:#1a252f}.readme-content hr{border:none;border-top:1px solid #34495e;margin:16px 0}.xpath-examples-modal{max-width:700px;max-height:80vh;background-color:#2c3e50;color:#ecf0f1}.xpath-examples-content{padding:16px;overflow:auto;max-height:60vh}.xpath-examples-list{display:flex;flex-direction:column;gap:12px}.xpath-example-item{padding:12px;background-color:#34495e;border-radius:4px;cursor:pointer;transition:background-color .2s}.xpath-example-item:hover{background-color:#3d566e}.xpath-example-header{margin-bottom:8px}.xpath-example-xpath{font-family:monospace;font-size:13px;color:#f8f8f2;background-color:#1a252f;padding:4px 8px;border-radius:3px;display:inline-block}.xpath-example-description{font-size:13px;color:#bdc3c7;line-height:1.5}.xpath-reference-modal{max-width:700px;max-height:80vh;background-color:#2c3e50;color:#ecf0f1}.xpath-reference-content{padding:16px;overflow:auto;max-height:60vh}.xpath-function-search-container{margin-bottom:16px}.xpath-function-search{width:100%;padding:8px 12px;font-size:14px;border:1px solid #34495e;border-radius:4px;background-color:#34495e;color:#ecf0f1;outline:none}.xpath-function-search::placeholder{color:#95a5a6}.xpath-function-search:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db4d}.xpath-functions-list{display:flex;flex-direction:column;gap:12px}.xpath-function-item{padding:12px;background-color:#34495e;border-radius:4px;cursor:pointer;transition:background-color .2s}.xpath-function-item:hover{background-color:#3d566e}.xpath-function-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.xpath-function-name{font-weight:700;font-size:16px;color:#ecf0f1}.copy-function-button{padding:4px 12px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px}.copy-function-button:hover{background-color:#2980b9}.xpath-function-example{margin:8px 0;padding:8px;background-color:#1a252f;border-radius:4px;overflow:auto}.xpath-function-example code{font-family:monospace;font-size:13px;color:#f8f8f2;white-space:pre-wrap;word-break:break-all}.xpath-function-description{font-size:13px;color:#bdc3c7;line-height:1.5}.xpath-dropdown{position:absolute;top:100%;left:0;right:0;min-width:100%;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid #bdc3c7;border-top:none;border-radius:0 0 4px 4px;z-index:10000;box-shadow:0 2px 4px #0000001a}.xpath-dropdown-item{padding:8px 12px;cursor:pointer;color:#2c3e50;font-size:14px;display:flex;justify-content:space-between;align-items:center}.xpath-dropdown-item:hover{background-color:#ecf0f1}.zoom-controls{display:inline-flex;align-items:center}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;color:#fff}.loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:16px;font-weight:700}.copy-notification{position:fixed;bottom:24px;right:24px;background-color:#27ae60;color:#fff;padding:12px 24px;border-radius:4px;box-shadow:0 4px 12px #0000004d;z-index:2000;animation:slideIn .3s ease-out,fadeOut .3s ease-in 3.7s forwards;font-size:14px}.error-notification{position:fixed;bottom:24px;right:24px;background-color:#e74c3c;color:#fff;padding:12px 24px;border-radius:4px;box-shadow:0 4px 12px #0000004d;z-index:2000;animation:slideIn .3s ease-out,fadeOut .3s ease-in 3.7s forwards;font-size:14px;max-width:400px;word-wrap:break-word}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.readme-button{background-color:#8e44ad!important;color:#fff!important;border:none!important}.readme-button:hover{background-color:#7d3c98!important}.sidebar-divider{border:none;border-top:1px solid #444;margin:8px 0;width:100%}.user-config-button{background-color:#8a2be2!important;color:#fff!important}.user-config-button:hover{background-color:#7a1fd2!important}
