.sidebar{width:240px;height:100%;background-color:#fff;color:#333;display:flex;flex-direction:column;flex-shrink:0;transition:width .3s ease;border-right:1px solid #e5e7eb;box-shadow:2px 0 8px #0000000d}.sidebar.collapsed{width:50px}.sidebar-header{padding:20px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar.collapsed .sidebar-header{padding:20px 8px;justify-content:center}.sidebar-title{font-size:24px;font-weight:700;color:#1f2937;margin:0;letter-spacing:.5px;white-space:nowrap;overflow:hidden;cursor:pointer;transition:color .2s ease}.sidebar-title:hover{color:#2563eb}.collapse-btn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:18px;padding:4px 8px;border-radius:4px;transition:background-color .2s ease,color .2s ease;flex-shrink:0}.collapse-btn:hover{background-color:#f3f4f6;color:#1f2937}.sidebar-menu{flex:1;overflow-y:auto;padding:8px 0}.menu-item-wrapper{width:100%}.menu-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;color:#4b5563;font-size:14px}.menu-item:hover{background-color:#f3f4f6}.menu-item.active{background-color:#eff6ff;color:#2563eb;border-right:3px solid #2563eb}.menu-label{flex:1}.menu-arrow{width:8px;height:8px;border-right:1.5px solid #9ca3af;border-bottom:1.5px solid #9ca3af;transform:rotate(-45deg);transition:transform .2s ease;flex-shrink:0}.menu-arrow.expanded{transform:rotate(45deg)}.menu-children{background-color:#fafafa}.main-layout{display:flex;height:100%;width:100%}.main-content{flex:1;overflow:auto;background-color:#f5f5f5;padding:24px 24px 0}.dashboard-page{display:flex;align-items:center;justify-content:center;height:100%;background-color:#fafafa}.welcome-container{text-align:center}.welcome-title{font-size:32px;font-weight:600;color:#333;margin:0 0 8px}.welcome-subtitle{font-size:16px;color:#666;margin:0 0 32px}.welcome-instruction{padding:16px 24px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.welcome-instruction p{font-size:14px;color:#999;margin:0}.json-datasource-dialog{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a}.dialog-main{display:flex;flex:1;overflow:hidden}.dialog-left-panel{flex:1;min-width:400px;max-width:50%;padding:20px;border-right:1px solid #e5e7eb;overflow-y:auto}.dialog-right-panel{flex:1;min-width:400px;display:flex;flex-direction:column;overflow:hidden}.form-row{display:flex;align-items:center;margin-bottom:16px;gap:16px}.form-label{min-width:140px;font-size:14px;color:#333;display:flex;align-items:center;gap:4px}.form-label.required:before{content:"*";color:#e74c3c;margin-right:2px}.required:before{content:"*";color:#e74c3c;margin-right:2px}.form-input{flex:1;height:36px;padding:0 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;color:#333;background-color:#fafafa}.form-input:focus{outline:none;border-color:#e88a5d;box-shadow:0 0 0 2px #e88a5d1a}.form-input.invalid{border-bottom:2px solid #ff4d4f}.form-input.invalid:focus{border-color:#d9d9d9;border-bottom:2px solid #ff4d4f;box-shadow:none}.form-input::placeholder{color:#999}.form-select{flex:1;height:36px;padding:0 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;color:#333;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.form-select:focus{outline:none;border-color:#e88a5d}.toggle-wrapper{display:flex;align-items:center;gap:8px;margin-left:auto}.toggle-label{font-size:14px;color:#666}.toggle-switch{position:relative;width:44px;height:22px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#e88a5d;border-radius:22px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background-color:#e88a5d}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.section-container{margin-bottom:20px}.section-header{display:flex;align-items:center;padding:8px 0;cursor:pointer;gap:12px}.section-title{font-size:14px;font-weight:500;color:#333;display:flex;align-items:center;gap:4px;flex-shrink:0}.section-divider{flex:1;height:1px;background-color:#d9d9d9}.section-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.section-arrow{width:8px;height:8px;border-right:1.5px solid #666;border-bottom:1.5px solid #666;transform:rotate(-45deg);transition:transform .2s ease}.section-arrow.expanded{transform:rotate(45deg)}.section-content{padding-top:8px}.help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #999;border-radius:50%;font-size:11px;color:#999;cursor:help}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:#666;cursor:pointer;font-size:16px;border-radius:4px}.icon-btn:hover{background-color:#f0f0f0}.icon-btn.small{width:20px;height:20px;font-size:14px}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th{text-align:left;padding:10px 8px;color:#666;font-weight:500;border-bottom:1px solid #e5e7eb}.data-table td{padding:10px 8px;color:#333;border-bottom:1px solid #f0f0f0}.data-table tbody tr:nth-child(odd){background-color:#ededed}.data-table tbody tr:hover{background-color:#fafafa}.data-table tbody tr.selected-row,.data-table tbody tr.selected-row:nth-child(odd),.data-table tbody tr.selected-row:hover{background-color:#e88a5d;color:#fff}.data-table .selected-row td,.data-table .selected-row .icon-btn{color:#fff}.data-table .selected-row:hover{background-color:#e88a5d}.action-cell{display:flex;gap:4px;justify-content:flex-end}.row-action-wrapper{position:relative;display:inline-flex}.row-action-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:100;min-width:100px;padding:4px 0}.row-action-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:13px;color:#333;white-space:nowrap}.row-action-item:hover{background-color:#f5f5f5}.row-action-item.delete{color:#333}.row-action-icon{font-size:14px}.row-action-icon-img{width:16px;height:16px}.action-icon{width:16px;height:16px;vertical-align:middle}.validated-badge{display:inline-flex;align-items:center;gap:4px;color:#000}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background-color:#000;color:#fff;border-radius:50%;font-size:10px}.selected-row .validated-badge{color:#fff}.selected-row .check-icon{background-color:#fff;color:#52c41a}.tabs-header{display:flex;border-bottom:1px solid #e5e7eb;padding:0 20px}.tab-btn{padding:12px 20px;border:none;background:none;font-size:14px;color:#666;cursor:pointer;position:relative}.tab-btn.active{color:#e88a5d}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#e88a5d}.tabs-content{flex:1;overflow-y:auto;padding:20px}.setting-tab .form-row{margin-bottom:20px}.setting-section{margin-bottom:24px}.setting-section-title{font-size:14px;font-weight:600;color:#333;margin-bottom:16px}.setting-section-header{display:flex;align-items:center;cursor:pointer;padding:8px 0;margin-bottom:8px;gap:12px}.setting-section-header .setting-section-title{margin-bottom:0;flex-shrink:0}.setting-section-header .section-divider{flex:1;height:1px;background-color:#e88a5d}.setting-section-header .section-arrow{flex-shrink:0}.setting-section-content{padding-top:8px}.authorization-row{flex:1;display:flex;gap:8px}.authorization-row .form-select{flex:1}.section-actions-inline{display:flex;align-items:center;gap:8px;margin-left:auto}.nav-arrow{font-size:18px;color:#999}.pre-query-options{display:flex;gap:24px}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333}.radio-label input[type=radio]{display:none}.radio-custom{width:16px;height:16px;border:2px solid #e88a5d;border-radius:50%;position:relative}.radio-label input[type=radio]:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#e88a5d;border-radius:50%}.json-path-row{padding-left:156px}.json-path-row .form-input{max-width:200px}.action-buttons{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.btn{padding:8px 20px;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}.btn-primary{background-color:#e88a5d;color:#fff}.btn-primary:hover{background-color:#d67a4d}.btn-secondary{background-color:#fff;color:#333;border:1px solid #d9d9d9}.btn-secondary:hover{border-color:#e88a5d;color:#e88a5d}.preview-tab{height:100%}.preview-table-wrapper{overflow-x:auto}.preview-table{min-width:1200px;border-collapse:collapse;font-size:13px}.preview-table th{text-align:left;padding:12px 16px;color:#333;font-weight:600;border-bottom:1px solid #e5e7eb;white-space:nowrap;min-width:160px;position:relative}.column-header{display:flex;align-items:center;gap:8px;position:relative}.column-type-selector{display:flex;align-items:center;gap:2px;cursor:pointer;padding:2px 4px;border-radius:4px;transition:background-color .2s}.column-type-selector:hover{background-color:#f0f0f0}.column-type-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:12px;font-weight:600;color:#e88a5d}.column-type-icon.number,.column-type-icon.text,.column-type-icon.date,.column-type-icon.datetime{color:#e88a5d}.column-type-icon.boolean{color:#e88a5d;font-size:10px}.column-type-arrow{width:6px;height:6px;border-right:1.5px solid #999;border-bottom:1.5px solid #999;transform:rotate(45deg);margin-left:2px}.column-label{font-weight:600;color:#333}.column-type-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:140px;z-index:100;overflow:hidden}.dropdown-item{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;font-size:14px;font-weight:400;color:#333;transition:background-color .2s}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item.active{background-color:#e88a5d;color:#fff}.dropdown-item.active .dropdown-icon{color:#fff}.dropdown-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:14px;font-weight:600}.dropdown-icon.number,.dropdown-icon.text{color:#333}.dropdown-icon.date,.dropdown-icon.datetime{color:#e88a5d}.dropdown-icon.boolean{color:#52c41a;font-size:10px}.dropdown-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.dropdown-icon-img{width:12px;height:12px}.column-type-icon-img{width:12px;height:12px;filter:invert(56%) sepia(67%) saturate(467%) hue-rotate(338deg) brightness(97%) contrast(88%)}.preview-table td{padding:12px 16px;color:#666;border-bottom:1px solid #f0f0f0;max-width:400px}.preview-table tr:hover{background-color:#fafafa}.dialog-footer{width:100%;height:60px;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:0 20px;border-top:1px solid #e5e7eb;background-color:#fff}.dialog-footer .btn{height:40px;padding:0 24px;display:flex;align-items:center;justify-content:center}.right-panel-content.pre-request-setting{padding:20px;overflow-y:auto}.pre-request-setting .section-container,.pre-request-setting .form-row{margin-bottom:16px}.form-control-with-icon{flex:1;display:flex;align-items:center;gap:8px}.form-control-with-icon .form-input,.form-control-with-icon .form-select{flex:1}.setting-icon{color:#1890ff;font-size:16px}.cell-with-dropdown{display:flex;align-items:center;gap:4px}.cell-dropdown-arrow{color:#999;font-size:10px}.param-table th,.param-table td{min-width:auto}.param-table th:first-child,.param-table td:first-child{width:80px}.param-table th:nth-child(2),.param-table td:nth-child(2){width:100px}.param-table th:nth-child(3),.param-table td:nth-child(3){width:100px}.param-table th:nth-child(4),.param-table td:nth-child(4){width:80px}.header-table th:first-child,.header-table td:first-child{width:40%}.header-table th:nth-child(2),.header-table td:nth-child(2){width:50%}.variable-table th:first-child,.variable-table td:first-child{width:40%}.variable-table th:nth-child(2),.variable-table td:nth-child(2){width:50%}.placeholder-message{padding:40px;text-align:center;color:#999;font-size:14px}.dialog-left-panel>.section-container>.section-header .section-divider{background-color:#e88a5d}.pre-request-setting .section-container .section-header .section-divider{display:none}.pre-request-setting .section-container .section-header{justify-content:space-between}.pre-request-setting .section-container .section-header .section-actions{margin-left:auto}.pre-request-setting .setting-section>.setting-section-title~.form-row,.pre-request-setting .setting-section>.setting-section-title~.section-container{margin-left:10px;margin-right:10px}.pre-request-setting .setting-section-content{padding-left:10px;padding-right:10px}.setting-tab .setting-section>.setting-section-title~.form-row{margin-left:10px;margin-right:10px}.setting-tab .setting-section-content{padding-left:10px;padding-right:10px}.right-panel-content.base-address-setting{padding:20px;overflow-y:auto}.base-address-setting .form-row,.base-address-setting .section-container{margin-bottom:16px}.base-address-setting .section-container .section-header .section-divider{display:none}.base-address-setting .section-container .section-header{justify-content:space-between}.base-address-setting .section-container .section-header .section-actions{margin-left:auto}.base-address-setting .setting-section>.setting-section-title~.form-row,.base-address-setting .setting-section>.setting-section-title~.section-container{margin-left:10px;margin-right:10px}.base-address-setting .setting-section-content{padding-left:10px;padding-right:10px}.input-with-tooltip{position:relative;flex:1;display:flex}.input-with-tooltip .form-input{width:100%}.validation-tooltip{position:absolute;bottom:calc(100% + 8px);left:0;background-color:#c75050;color:#fff;padding:8px 12px;border-radius:4px;font-size:13px;white-space:nowrap;z-index:1000;box-shadow:0 2px 8px #00000026;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;pointer-events:none}.validation-tooltip:after{content:"";position:absolute;top:100%;left:20px;border-width:6px;border-style:solid;border-color:#c75050 transparent transparent transparent}.input-with-tooltip:hover .validation-tooltip{opacity:1;visibility:visible}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-dialog{background-color:#fff;border-radius:4px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:80vh}.pre-request-preview-dialog{width:560px;min-height:400px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#e88a5d;border-radius:4px 4px 0 0}.modal-title{font-size:14px;font-weight:500;color:#fff}.modal-close-btn{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;line-height:1;opacity:.8}.modal-close-btn:hover{opacity:1}.modal-body{flex:1;padding:16px;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;padding:12px 16px;border-top:1px solid #e5e7eb}.preview-request-table{width:100%;border-collapse:collapse;font-size:14px}.preview-request-table th{text-align:left;padding:10px 12px;color:#333;font-weight:500;border-bottom:1px solid #e5e7eb}.preview-request-table td{padding:10px 12px;color:#333;border-bottom:1px solid #f0f0f0}.preview-request-table tbody tr:nth-child(odd){background-color:#e9e9ed}.preview-request-table tbody tr:nth-child(2n){background-color:#fff}.error-toast{display:flex;align-items:stretch;background-color:#f1450c;border-radius:100px;overflow:hidden;width:500px;margin:0 auto 16px}.error-toast-icon{display:flex;align-items:center;justify-content:center;width:60px;background-color:#0000001a;border-radius:100px 0 0 100px}.error-check{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid #fff;border-radius:50%;color:#fff;font-size:18px;font-weight:700}.error-toast-content{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.error-toast-message{color:#fff;font-size:14px;line-height:1.4}.error-toast-actions{display:flex;gap:12px}.error-toast-btn{background-color:#0003;border:none;color:#fff;padding:6px 16px;border-radius:4px;font-size:13px;cursor:pointer;transition:background-color .2s}.error-toast-btn:hover{background-color:#0000004d}.json-datasource-dialog-design2 .dialog-left-panel{min-width:250px;max-width:calc(50% - 150px)}.postman-panel{display:flex;flex-direction:column;height:100%;background-color:#fff}.postman-placeholder{display:flex;align-items:center;justify-content:center}.postman-name-row{display:flex;align-items:center;padding:16px 16px 0;background-color:#fff;gap:16px}.postman-name-label{font-size:14px;color:#333;min-width:80px;flex-shrink:0}.postman-name-label .required-star{color:#e53935}.postman-name-input-wrapper{flex:1;position:relative}.postman-name-input{width:100%;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#fff;box-sizing:border-box}.postman-name-input::placeholder{color:#999}.postman-name-input:focus{outline:none;border-color:#e88a5d}.postman-name-input.invalid{border-bottom:2px solid #ff4d4f}.postman-name-input.invalid:focus{border-color:#e5e7eb;border-bottom:2px solid #ff4d4f;box-shadow:none}.postman-name-error-tooltip{position:absolute;bottom:calc(100% + 8px);left:0;background-color:#c75050;color:#fff;padding:8px 12px;border-radius:4px;font-size:13px;white-space:nowrap;z-index:1000;box-shadow:0 2px 8px #00000026;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;pointer-events:none}.postman-name-error-tooltip:after{content:"";position:absolute;top:100%;left:20px;border-width:6px;border-style:solid;border-color:#c75050 transparent transparent transparent}.postman-name-input-wrapper:hover .postman-name-error-tooltip{opacity:1;visibility:visible}.postman-url-bar{display:flex;align-items:center;gap:0;padding:16px 16px 0;background-color:#fff}.postman-method-select{height:40px;padding:0 12px;border:1px solid #e5e7eb;border-right:none;border-radius:4px 0 0 4px;background-color:#fff;font-size:14px;font-weight:500;color:#333;cursor:pointer;min-width:80px}.postman-method-select:focus{outline:none;border-color:#e88a5d}.postman-baseaddress-select{height:40px;padding:0 12px;border:1px solid #e5e7eb;border-left:none;border-right:none;background-color:#fff;font-size:14px;color:#333;cursor:pointer;min-width:140px}.postman-baseaddress-select:focus{outline:none;border-color:#e88a5d}.postman-baseaddress-select.placeholder{color:#999}.postman-baseaddress-select option{color:#333}.postman-url-input{flex:1;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-left:none;border-right:none;font-size:14px;color:#333}.postman-url-input::placeholder{color:#999}.postman-url-input:focus{outline:none}.postman-validate-btn{display:flex;align-items:center;justify-content:center;height:40px;padding:0 24px;background-color:#e88a5d;color:#fff;border:none;border-radius:0 4px 4px 0;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.postman-validate-btn:hover{background-color:#d67a4d}.postman-tabs{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-top:16px;background-color:#fff;border-bottom:1px solid #e5e7eb}.postman-tabs-left{display:flex;align-items:center;gap:0}.postman-tabs-right{display:flex;align-items:center}.postman-tab{padding:12px 16px;border:none;background:none;font-size:13px;color:#666;cursor:pointer;position:relative;transition:color .2s}.postman-tab:hover{color:#333}.postman-tab.active{color:#e88a5d}.postman-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#e88a5d}.tab-count{color:#52c41a;margin-left:2px}.postman-cookies-link{color:#2196f3;font-size:13px;cursor:pointer}.postman-cookies-link:hover{text-decoration:underline}.postman-tab-content{flex:1;overflow-y:auto;padding:16px}.postman-section-header{margin-bottom:12px}.postman-section-title{font-size:13px;font-weight:500;color:#333}.postman-kv-table{width:100%;border-collapse:collapse;font-size:13px}.postman-kv-table th{text-align:left;padding:8px 12px;color:#666;font-weight:500;border-bottom:1px solid #e5e7eb}.postman-kv-table td{padding:4px 8px;border-bottom:1px solid #f0f0f0}.postman-checkbox-col{width:32px;text-align:center}.postman-checkbox-col input[type=checkbox]{cursor:pointer}.postman-bulk-edit{text-align:right;color:#2196f3;cursor:pointer;font-weight:400}.postman-kv-input{width:100%;padding:8px 12px;border:1px solid transparent;border-radius:4px;font-size:13px;color:#333;background-color:transparent;transition:border-color .2s,background-color .2s}.postman-kv-input::placeholder{color:#bbb}.postman-kv-input:hover{background-color:#f9f9f9}.postman-kv-input:focus{outline:none;border-color:#e88a5d;background-color:#fff}.postman-auth-tab{padding:0}.auth-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.auth-row:last-child{margin-bottom:0}.auth-label{font-size:14px;color:#333;min-width:140px}.auth-select-wrapper{flex:1;display:flex;align-items:center;gap:8px}.auth-select{flex:1;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#fafafa;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.auth-select:focus{outline:none;border-color:#e88a5d}.auth-add-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:#666;cursor:pointer;font-size:18px;border-radius:4px}.auth-add-btn:hover{background-color:#f0f0f0}.postman-label{font-size:13px;color:#666;min-width:80px}.postman-body-tab{padding:8px 0}.postman-body-options{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.postman-radio-label{display:flex;align-items:center;gap:6px;font-size:13px;color:#333;cursor:pointer}.postman-radio-label input[type=radio]{cursor:pointer;accent-color:#e88a5d}.postman-other-tab{padding:0}.other-form-row{display:flex;align-items:center;margin-bottom:16px}.other-form-row:last-child{margin-bottom:0}.other-label{min-width:100px;font-size:14px;color:#333;flex-shrink:0}.other-label.required:before{content:"*";color:#e74c3c;margin-right:2px}.other-select{flex:1;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#fafafa;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.other-select:focus{outline:none;border-color:#e88a5d}.prequery-row{align-items:flex-start}.prequery-radio-group{display:flex;align-items:center;gap:80px;flex:1}.prequery-radio-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer}.prequery-radio-label input[type=radio]{display:none}.prequery-radio-custom{width:16px;height:16px;border:2px solid #ccc;border-radius:50%;position:relative;transition:border-color .2s}.prequery-radio-label input[type=radio]:checked+.prequery-radio-custom{border-color:#e88a5d}.prequery-radio-label input[type=radio]:checked+.prequery-radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#e88a5d;border-radius:50%}.prequery-input-row{margin-left:100px;margin-top:16px}.prequery-input{width:100%;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#f5f5f5}.prequery-input:focus{outline:none;border-color:#e88a5d}.prequery-textarea{width:100%;min-height:150px;padding:12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#f5f5f5;resize:vertical;font-family:inherit}.prequery-textarea:focus{outline:none;border-color:#e88a5d}.postman-settings-tab{padding:8px 0}.postman-setting-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.postman-setting-input{flex:1;max-width:300px;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:13px;color:#333;background-color:#f9f9f9}.postman-setting-input:focus{outline:none;border-color:#e88a5d}.postman-headers-tab{padding:0}.header-section{background-color:#fff;margin-bottom:16px}.header-section:last-child{margin-bottom:0}.header-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.header-section-title{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;flex-shrink:0}.header-section-title .help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #999;border-radius:50%;font-size:11px;color:#999;cursor:help}.header-section-actions{flex-shrink:0}.header-table{width:100%;border-collapse:collapse;font-size:13px}.header-table th{text-align:left;padding:12px 16px;color:#333;font-weight:500;border-bottom:1px solid #e5e7eb;background-color:#fff}.header-table th:first-child{width:40%}.header-table th:nth-child(2){width:auto}.header-table th:last-child,.header-table td:last-child{width:50px;text-align:right;padding-right:8px}.header-table td{padding:12px 16px;color:#333;border-bottom:1px solid #f0f0f0}.header-table tbody tr:nth-child(odd) td{background-color:#f5f5f5}.header-table tbody tr:nth-child(2n) td{background-color:#fff}.header-action-cell{width:50px;text-align:right;padding-right:8px}.param-section{background-color:#fff;margin-bottom:16px}.param-section:last-child{margin-bottom:0}.param-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.param-section-title{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;flex-shrink:0}.param-section-title .help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #999;border-radius:50%;font-size:11px;color:#999;cursor:help}.param-section-title .required-star{color:#e53935}.param-section-line{display:none}.param-section-actions{flex-shrink:0}.param-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.param-table th:nth-child(1),.param-table td:nth-child(1),.param-table th:nth-child(2),.param-table td:nth-child(2),.param-table th:nth-child(3),.param-table td:nth-child(3),.param-table th:nth-child(4),.param-table td:nth-child(4),.param-table th:nth-child(5),.param-table td:nth-child(5){width:18%}.param-table th:last-child,.param-table td:last-child{width:50px;text-align:right;padding-right:8px}.param-table th{text-align:left;padding:12px 16px;color:#333;font-weight:500;border-bottom:1px solid #e5e7eb;background-color:#fff}.param-table td{padding:8px 16px;color:#333;border-bottom:1px solid #f0f0f0;background-color:#f5f5f5}.param-table tbody tr:nth-child(odd) td{background-color:#f5f5f5}.param-table tbody tr:nth-child(2n) td{background-color:#fff}.param-input{width:100%;padding:6px 0;border:none;background:transparent;font-size:13px;color:#333}.param-input:focus{outline:none}.param-select-wrapper{display:flex;align-items:center}.param-select{padding:6px 24px 6px 0;border:none;background:transparent;font-size:13px;color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center}.param-select:focus{outline:none}.param-action-cell{width:50px;text-align:right;padding-right:8px}.param-delete-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;cursor:pointer;color:#666;opacity:.6;transition:opacity .2s}.param-delete-btn:hover{opacity:1}.param-delete-btn svg{width:16px;height:16px}.preview-section{border-top:1px solid #e5e7eb;background-color:#fff}.preview-section.collapsed{flex:0 0 auto}.preview-section.expanded{flex:1;display:flex;flex-direction:column;overflow:hidden}.preview-section-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer}.preview-section-title{font-size:14px;font-weight:500;color:#333;flex-shrink:0}.preview-section-divider{flex:1;height:1px;background-color:#d9d9d9}.preview-section-arrow{width:8px;height:8px;border-right:1.5px solid #666;border-bottom:1.5px solid #666;transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0}.preview-section-arrow.expanded{transform:rotate(-135deg)}.preview-section-content{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0 16px 16px;min-height:0}.preview-section .preview-table-wrapper{flex:1;overflow:auto;min-height:0}.preview-section .preview-table{min-width:1200px;border-collapse:collapse;font-size:13px}.preview-section .preview-table th{text-align:left;padding:0 16px;height:40px;max-height:40px;color:#333;font-weight:600;border-bottom:1px solid #e5e7eb;white-space:nowrap;min-width:160px;position:relative}.preview-section .preview-table td{padding:0 16px;height:40px;max-height:40px;color:#666;border-bottom:1px solid #f0f0f0;max-width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-section .preview-table tr:hover{background-color:#fafafa}.prerequest-content{padding:16px}.prerequest-form-row{display:flex;align-items:center;margin-bottom:16px}.prerequest-label{min-width:120px;font-size:14px;color:#333;flex-shrink:0;display:flex;align-items:center;gap:4px}.prerequest-label .required-star{color:#e74c3c}.prerequest-label .help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #999;border-radius:50%;font-size:11px;color:#999;cursor:help;margin-left:4px}.prerequest-input-wrapper{flex:1}.prerequest-input{width:100%;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#fafafa}.prerequest-input:focus{outline:none;border-color:#e88a5d}.prerequest-input.invalid{border-color:#ff4d4f}.prerequest-url-wrapper{flex:1;display:flex;align-items:center;gap:8px}.prerequest-url-input{flex:1}.prerequest-validate-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0}.prerequest-validate-btn .validate-icon{width:20px;height:20px}.prerequest-select-wrapper{flex:1;display:flex;align-items:center;gap:8px}.prerequest-select{flex:1;height:36px;padding:0 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;color:#333;background-color:#fafafa;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.prerequest-select:focus{outline:none;border-color:#e88a5d}.prerequest-add-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;font-size:20px;color:#666}.prerequest-add-btn:hover{color:#e88a5d}.prerequest-section{margin-bottom:16px}.prerequest-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.prerequest-section-title{display:flex;align-items:center;gap:4px;font-size:14px;color:#333}.prerequest-section-title .required-star{color:#e74c3c}.prerequest-section-title .help-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #999;border-radius:50%;font-size:11px;color:#999;cursor:help}.prerequest-section-actions{display:flex;align-items:center;gap:8px}.section-toggle{cursor:pointer;color:#666;font-size:12px;transition:transform .2s}.section-toggle.expanded{transform:rotate(180deg)}.prerequest-table{width:100%;border-collapse:collapse;font-size:13px}.prerequest-table th{text-align:left;padding:12px 16px;color:#333;font-weight:500;border-bottom:1px solid #e5e7eb;background-color:#fff}.prerequest-table td{padding:12px 16px;color:#333;border-bottom:1px solid #f0f0f0}.prerequest-table tbody tr:nth-child(odd) td{background-color:#f5f5f5}.prerequest-table tbody tr:nth-child(2n) td{background-color:#fff}.prerequest-table-cell{vertical-align:middle}.prerequest-table-cell.action-cell{text-align:right;width:50px}.cell-with-dropdown{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.cell-with-dropdown .dropdown-arrow{color:#999;font-size:10px}.prerequest-divider{display:flex;align-items:center;gap:16px;margin:24px 0 16px}.prerequest-divider-text{font-size:14px;color:#e88a5d;white-space:nowrap}.prerequest-divider-line{flex:1;height:1px;background-color:#e88a5d}.preview-table.prerequest-preview-table{min-width:auto;width:100%}.ba-validate-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;flex-shrink:0}.ba-validate-btn:hover svg{stroke:#d67a4d}.endpoint-action-cell{text-align:right;white-space:nowrap}.endpoint-action-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;cursor:pointer;color:#666;opacity:.6;transition:opacity .2s;vertical-align:middle}.endpoint-action-btn:hover{opacity:1}.endpoint-action-btn svg{width:16px;height:16px}.data-table .selected-row .endpoint-action-btn{color:#fff}.response-tabs{display:flex;align-items:center;gap:0;margin-bottom:16px;border-bottom:1px solid #e5e7eb}.response-tab{padding:8px 16px;border:none;background:none;font-size:13px;color:#666;cursor:pointer;position:relative;transition:color .2s}.response-tab:hover{color:#333}.response-tab.active{color:#e88a5d}.response-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#e88a5d}.response-tab-content{padding:0}.response-tab-content .prequery-row{margin-bottom:16px}.response-tab-content .prequery-input-row{margin-left:0;margin-top:16px}.request-chain-section{margin-top:16px}.request-chain-title{font-size:13px;color:#333;margin-bottom:8px}.request-chain-content{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#f5f5f5;border-radius:4px}.request-chain-item{font-size:13px;color:#333}.request-chain-arrow{flex-shrink:0}.json-datasource-dialog-design2 .dialog-right-panel .postman-panel .preview-section.expanded{min-height:460px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
