.http-client-container{display:flex;height:calc(100vh - 100px);min-height:700px;background:#f8fafc;gap:0}.left-sidebar{width:280px;background:linear-gradient(135deg,rgba(102,126,234,0.05) 0,rgba(118,75,162,0.05) 100%);border-right:2px solid rgba(102,126,234,0.2);display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.left-sidebar[style*="width"]{transition:none}@container (max-width:250px){.sidebar-header{flex-direction:column;gap:8px}.sidebar-actions{width:100%;justify-content:center}}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;flex-wrap:wrap}.sidebar-header h3{margin:0;font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-actions{display:flex;gap:8px}.btn-add{background:rgba(255,255,255,0.2);border:none;color:white;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:13px;transition:all 0.3s}.btn-bulk-export{background:rgba(245,158,11,0.3);border:1px solid rgba(245,158,11,0.5);color:white;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:13px;transition:all 0.3s}.btn-bulk-import{background:rgba(34,197,94,0.3);border:1px solid rgba(34,197,94,0.5);color:white;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:13px;transition:all 0.3s}.btn-add:hover{background:rgba(255,255,255,0.3);transform:scale(1.05)}.btn-bulk-export:hover{background:rgba(245,158,11,0.5);border-color:rgba(245,158,11,0.8);transform:scale(1.05);box-shadow:0 2px 8px rgba(245,158,11,0.4)}.btn-bulk-import:hover{background:rgba(34,197,94,0.5);border-color:rgba(34,197,94,0.8);transform:scale(1.05);box-shadow:0 2px 8px rgba(34,197,94,0.4)}.sidebar-search{padding:12px;background:rgba(255,255,255,0.5);border-bottom:1px solid rgba(102,126,234,0.15);position:relative}.sidebar-search input{width:calc(100% - 24px);max-width:100%;padding:8px 32px 8px 12px;border:1px solid rgba(102,126,234,0.2);border-radius:6px;font-size:13px;outline:none;transition:all 0.3s;box-sizing:border-box}.sidebar-search input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.search-clear-btn{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:none;background:rgba(102,126,234,0.1);color:#667eea;border-radius:50%;cursor:pointer;font-size:14px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;transition:all 0.2s}.search-clear-btn:hover{background:rgba(102,126,234,0.2)}.request-list{flex:1;overflow-y:auto;padding:8px}.request-item{display:flex;align-items:center;padding:12px;margin-bottom:6px;background:white;border:2px solid rgba(102,126,234,0.1);border-radius:8px;cursor:pointer;transition:all 0.3s;gap:10px;position:relative;flex-wrap:wrap}.request-item.dragging{opacity:0.5;cursor:move}.request-drag-handle{cursor:move;color:#94a3b8;font-size:16px;padding:4px;user-select:none;transition:color 0.3s;flex-shrink:0}.request-drag-handle:hover{color:#667eea}.request-item:hover{border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,0.15);transform:translateY(-2px)}.request-item.active{background:linear-gradient(135deg,rgba(102,126,234,0.1) 0,rgba(118,75,162,0.1) 100%);border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,0.2)}.request-method{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;color:white;min-width:50px;text-align:center;flex-shrink:0}.request-method.get{background:linear-gradient(135deg,#10b981 0,#059669 100%)}.request-method.post{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%)}.request-method.put{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.request-method.delete{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%)}.request-method.patch{background:linear-gradient(135deg,#8b5cf6 0,#7c3aed 100%)}.request-info{flex:1;min-width:0}.request-name{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:color 0.3s}.request-name:hover{color:#667eea}.request-url-preview{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.btn-delete{background:rgba(239,68,68,0.1);border:none;color:#ef4444;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:12px;opacity:0;transition:all 0.3s;flex-shrink:0}.request-item:hover .btn-delete{opacity:1}.btn-delete:hover{background:#ef4444;color:white}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid rgba(102,126,234,0.08)}.top-toolbar{display:flex;justify-content:space-between;padding:8px 12px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);flex-wrap:wrap;gap:8px;flex-shrink:0}.toolbar-group{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.toolbar-btn{padding:6px 10px;background:rgba(255,255,255,0.95);border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;color:#667eea;transition:all 0.3s;white-space:nowrap}.toolbar-btn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,0.15)}.toolbar-btn.ai-btn{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:white;font-weight:600}.toolbar-btn.ai-btn:hover{background:linear-gradient(135deg,#059669 0,#047857 100%)}.toolbar-btn-small{padding:0 10px;background:rgba(255,255,255,0.2);color:#fff;border:1px solid rgba(255,255,255,0.3);border-radius:4px;cursor:pointer;font-size:11px;white-space:nowrap;height:28px;line-height:26px;display:inline-flex;align-items:center;box-sizing:border-box}.toolbar-btn-small:hover{background:rgba(255,255,255,0.3)}.dark-mode-btn{font-size:16px;transition:all 0.3s}.dark-mode-btn:hover{transform:scale(1.1)}body.dark-mode .dark-mode-btn{background:linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);border-color:rgba(251,191,36,0.5);box-shadow:0 0 12px rgba(251,191,36,0.4)}.request-panel{background:white;padding:16px;overflow-y:auto;flex-shrink:0;border-right:1px solid rgba(102,126,234,0.08)}.request-line{display:flex;gap:8px;margin-bottom:16px}.method-select{padding:10px 14px;border:2px solid rgba(102,126,234,0.2);border-radius:6px;font-size:13px;font-weight:600;color:#1e293b;background:white;cursor:pointer;outline:none;transition:all 0.3s;min-width:100px}.method-select:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.url-input{flex:1;padding:10px 14px;border:2px solid rgba(102,126,234,0.2);border-radius:6px;font-size:13px;outline:none;transition:all 0.3s}.url-input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.btn-send{padding:10px 24px;background:linear-gradient(135deg,#10b981 0,#059669 100%);border:none;border-radius:6px;color:white;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s;white-space:nowrap}.btn-send:hover{background:linear-gradient(135deg,#059669 0,#047857 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,0.3)}.btn-cancel{padding:10px 20px;background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);border:none;border-radius:6px;color:white;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s;white-space:nowrap}.btn-cancel:hover{background:linear-gradient(135deg,#dc2626 0,#b91c1c 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,0.3)}.btn-save{padding:10px 20px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border:none;border-radius:6px;color:white;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s}.btn-save:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,0.3)}.btn-save-as{padding:10px 18px;background:linear-gradient(135deg,#8b5cf6 0,#6d28d9 100%);border:none;border-radius:6px;color:white;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s;opacity:0.85}.btn-save-as:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,0.3);opacity:1}.request-tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:2px solid #e2e8f0}.tab{padding:10px 16px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;transition:all 0.3s}.tab:hover{color:#667eea;background:rgba(102,126,234,0.05)}.tab.active{color:#667eea;border-bottom-color:#667eea}.tab-content{display:none}.tab-content.active{display:block}.key-value-editor{margin-bottom:12px}.kv-row{display:flex;gap:8px;margin-bottom:8px;transition:all 0.3s}.kv-row.highlight-new{animation:highlightNew 1s ease}.kv-row.highlight-update{animation:highlightUpdate 1s ease}@keyframes highlightNew{0%{background:rgba(34,197,94,0.3);transform:scale(1.02)}100%{background:transparent;transform:scale(1)}}@keyframes highlightUpdate{0%{background:rgba(59,130,246,0.3);transform:scale(1.02)}100%{background:transparent;transform:scale(1)}}.kv-key,.kv-value{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;outline:none;transition:all 0.3s}.kv-key:focus,.kv-value:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.kv-delete{background:rgba(239,68,68,0.1);border:none;color:#ef4444;padding:8px 14px;border-radius:4px;cursor:pointer;font-size:16px;transition:all 0.3s}.kv-delete:hover{background:#ef4444;color:white}.btn-add-row{padding:8px 16px;background:rgba(102,126,234,0.1);border:1px dashed #667eea;border-radius:4px;color:#667eea;font-size:12px;font-weight:600;cursor:pointer;transition:all 0.3s;flex:1}.btn-add-row:hover{background:rgba(102,126,234,0.2)}.btn-header-reference{padding:8px 16px;background:rgba(34,197,94,0.1);border:1px dashed rgba(34,197,94,0.6);border-radius:4px;color:#22c55e;font-size:12px;font-weight:600;cursor:pointer;transition:all 0.3s;white-space:nowrap}.btn-header-reference:hover{background:rgba(34,197,94,0.2);border-color:#22c55e}.body-type-selector{display:flex;gap:16px;margin-bottom:12px}.body-type-selector label{display:flex;align-items:center;gap:6px;font-size:13px;cursor:pointer;color:#475569}.body-textarea{width:100%;min-height:150px;padding:12px;border:1px solid #e2e8f0;border-radius:6px;font-family:'Courier New',monospace;font-size:13px;outline:none;resize:vertical;transition:all 0.3s}.body-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.auth-type-selector{margin-bottom:12px}.auth-type-selector select{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;outline:none;transition:all 0.3s}.auth-input{width:100%;padding:8px 12px;margin-bottom:8px;border:1px solid #e2e8f0;border-radius:4px;font-size:13px;outline:none;transition:all 0.3s}.auth-input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.view-json-icon{position:absolute;top:12px;right:12px;padding:6px 12px;background:rgba(102,126,234,0.1);border:1px solid rgba(102,126,234,0.2);border-radius:4px;color:#667eea;font-size:11px;font-weight:600;text-decoration:none;cursor:pointer;transition:all 0.3s;z-index:10}.view-json-icon:hover{background:#667eea;color:white;transform:translateY(-1px);box-shadow:0 2px 8px rgba(102,126,234,0.3)}.response-json-icon{top:8px;right:8px}.resize-divider{height:8px;background:linear-gradient(135deg,rgba(102,126,234,0.1) 0,rgba(118,75,162,0.1) 100%);cursor:ns-resize;display:flex;align-items:center;justify-content:center;transition:background 0.3s;position:relative;z-index:10}.resize-divider:hover{background:linear-gradient(135deg,rgba(102,126,234,0.2) 0,rgba(118,75,162,0.2) 100%)}.resize-divider.dragging{background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.resize-handle{color:#94a3b8;font-size:12px;user-select:none;pointer-events:none}.resize-divider:hover .resize-handle{color:#667eea}.resize-divider.dragging .resize-handle{color:white}.sidebar-resize-divider{width:8px;background:linear-gradient(180deg,rgba(102,126,234,0.1) 0,rgba(118,75,162,0.1) 100%);cursor:ew-resize;display:flex;align-items:center;justify-content:center;transition:background 0.3s;position:relative;z-index:10;flex-shrink:0}.sidebar-resize-divider:hover{background:linear-gradient(180deg,rgba(102,126,234,0.2) 0,rgba(118,75,162,0.2) 100%)}.sidebar-resize-divider.dragging{background:linear-gradient(180deg,#667eea 0,#764ba2 100%)}.sidebar-resize-divider .resize-handle{writing-mode:vertical-lr;transform:rotate(90deg)}.left-sidebar.sidebar-narrow .sidebar-header{padding:12px}.left-sidebar.sidebar-narrow .sidebar-header h3{font-size:14px}.left-sidebar.sidebar-narrow .btn-add,.left-sidebar.sidebar-narrow .btn-bulk-export,.left-sidebar.sidebar-narrow .btn-bulk-import{padding:5px 8px;font-size:12px}.left-sidebar.sidebar-compact .sidebar-header{flex-direction:column;gap:8px;padding:10px}.left-sidebar.sidebar-compact .sidebar-header h3{font-size:13px;width:100%;text-align:center}.left-sidebar.sidebar-compact .sidebar-actions{width:100%;justify-content:center}.left-sidebar.sidebar-compact .sidebar-search{padding:8px}.left-sidebar.sidebar-compact .request-item{padding:8px;gap:6px}.left-sidebar.sidebar-compact .request-method{font-size:10px;min-width:45px;padding:3px 6px}.left-sidebar.sidebar-compact .request-name{font-size:12px}.left-sidebar.sidebar-compact .request-url-preview{font-size:10px}.left-sidebar.sidebar-minimal .sidebar-header{flex-direction:column;gap:6px;padding:8px}.left-sidebar.sidebar-minimal .sidebar-header h3{font-size:12px;width:100%;text-align:center}.left-sidebar.sidebar-minimal .sidebar-actions{width:100%;justify-content:center}.left-sidebar.sidebar-minimal .btn-add,.left-sidebar.sidebar-minimal .btn-bulk-export,.left-sidebar.sidebar-minimal .btn-bulk-import{padding:4px 6px;font-size:11px}.left-sidebar.sidebar-minimal .sidebar-search{padding:6px}.left-sidebar.sidebar-minimal .request-drag-handle{display:none}.left-sidebar.sidebar-minimal .request-item{padding:6px;flex-direction:column;align-items:flex-start}.left-sidebar.sidebar-minimal .request-method{font-size:9px;min-width:40px;padding:2px 4px}.left-sidebar.sidebar-minimal .request-info{width:100%}.left-sidebar.sidebar-minimal .request-name{font-size:11px;margin-bottom:4px}.left-sidebar.sidebar-minimal .request-url-preview{font-size:9px}.left-sidebar.sidebar-minimal .btn-delete{position:absolute;top:4px;right:4px;padding:2px 6px;font-size:11px}.left-sidebar.sidebar-micro .sidebar-header{flex-direction:column;gap:4px;padding:6px}.left-sidebar.sidebar-micro .sidebar-header h3{font-size:11px;width:100%;text-align:center}.left-sidebar.sidebar-micro .sidebar-actions{width:100%;justify-content:center;gap:4px}.left-sidebar.sidebar-micro .btn-add,.left-sidebar.sidebar-micro .btn-bulk-export,.left-sidebar.sidebar-micro .btn-bulk-import{padding:3px 5px;font-size:10px}.left-sidebar.sidebar-micro .sidebar-search{padding:4px}.left-sidebar.sidebar-micro .sidebar-search input{font-size:11px;padding:6px 24px 6px 8px}.left-sidebar.sidebar-micro .search-clear-btn{right:10px;width:16px;height:16px;font-size:12px}.left-sidebar.sidebar-micro .request-drag-handle{display:none}.left-sidebar.sidebar-micro .request-list{padding:4px}.left-sidebar.sidebar-micro .request-item{padding:4px;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:4px}.left-sidebar.sidebar-micro .request-method{font-size:8px;min-width:35px;padding:2px 3px}.left-sidebar.sidebar-micro .request-info{width:100%}.left-sidebar.sidebar-micro .request-name{font-size:10px;margin-bottom:2px}.left-sidebar.sidebar-micro .request-url-preview{font-size:8px;line-height:1.2}.left-sidebar.sidebar-micro .btn-delete{position:absolute;top:2px;right:2px;padding:1px 4px;font-size:10px}.response-panel{flex:1;min-height:500px;display:flex;flex-direction:column;background:white;overflow:hidden;border-right:1px solid rgba(102,126,234,0.08)}.response-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,rgba(102,126,234,0.05) 0,rgba(118,75,162,0.05) 100%);border-bottom:2px solid rgba(102,126,234,0.1)}.response-header h3{margin:0;font-size:15px;font-weight:600;color:#1e293b}.response-actions{display:flex;gap:8px}.btn-copy,.btn-format,.btn-download{padding:6px 12px;background:rgba(102,126,234,0.1);border:1px solid rgba(102,126,234,0.2);border-radius:4px;color:#667eea;font-size:11px;font-weight:600;cursor:pointer;transition:all 0.3s}.btn-copy:hover,.btn-format:hover,.btn-download:hover{background:#667eea;color:white}.response-tabs{display:flex;gap:4px;padding:0 16px;background:#f8fafc;border-bottom:2px solid #e2e8f0}.response-content{flex:1;overflow:hidden;position:relative}.response-tab-content{display:none;height:100%;overflow:auto}.response-tab-content.active{display:block}.response-body,.response-headers,.response-raw{padding:16px;margin:0;font-family:'Courier New',monospace;font-size:12px;line-height:1.6;color:#1e293b;white-space:pre-wrap;word-break:break-word;min-height:100px;height:100%;max-height:100%;overflow-y:auto;scroll-behavior:smooth}.status-bar{display:flex;justify-content:space-around;align-items:center;padding:14px 24px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;font-size:13px;box-shadow:0 -2px 10px rgba(0,0,0,0.1);border-top:1px solid rgba(255,255,255,0.15);margin-top:8px;position:relative}.status-bar::before{content:'';position:absolute;top:-8px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0,rgba(102,126,234,0.15) 20%,rgba(102,126,234,0.15) 80%,transparent 100%)}.status-item{display:flex;gap:8px;align-items:center;padding:6px 12px;background:rgba(255,255,255,0.15);border-radius:6px;transition:all 0.3s}.status-item:hover{background:rgba(255,255,255,0.25);transform:translateY(-2px)}.status-label{color:rgba(255,255,255,0.85);font-weight:600}.status-value{color:#fff;font-weight:700;font-size:14px}.modal-panel{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;z-index:10000}.modal-content{background:white;border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,0.3);max-width:700px;width:90%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-content.template-modal{max-width:900px;width:95%;max-height:85vh}.modal-content.header-reference-modal{max-width:800px;width:95%;max-height:85vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white}.modal-header h3{margin:0;font-size:16px;font-weight:600}.btn-close{background:rgba(255,255,255,0.2);border:none;color:white;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:16px;transition:all 0.3s}.btn-close:hover{background:rgba(255,255,255,0.3)}.modal-body{padding:16px;overflow-y:auto;flex:1}.template-categories{display:flex;flex-direction:column;gap:16px}.template-category{border-bottom:1px solid #e2e8f0;padding-bottom:12px}.template-category:last-child{border-bottom:none;padding-bottom:0}.template-category h4{margin:0 0 8px 0;font-size:14px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:6px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.template-card{background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);border-radius:6px;padding:12px;cursor:pointer;text-align:center;transition:all 0.3s;border:2px solid transparent}.template-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,0.25);border-color:#667eea}.template-icon{font-size:32px;margin-bottom:6px}.template-name{font-size:13px;font-weight:600;color:#333;margin-bottom:3px}.template-desc{font-size:11px;color:#666;line-height:1.3}.header-reference-search{margin-bottom:16px}.header-reference-search input{width:100%;padding:10px 14px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;outline:none;transition:all 0.3s;box-sizing:border-box}.header-reference-search input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1)}.header-reference-categories{display:flex;flex-direction:column;gap:20px}.header-reference-category{border-bottom:1px solid #e2e8f0;padding-bottom:16px}.header-reference-category:last-child{border-bottom:none;padding-bottom:0}.header-reference-category h4{margin:0 0 12px 0;font-size:14px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:6px}.header-reference-list{display:grid;gap:8px}.header-reference-item{display:grid;grid-template-columns:180px 1fr 150px;gap:12px;align-items:center;padding:12px;background:#f8fafc;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all 0.3s}.header-reference-item:hover{background:#e0e7ff;border-color:#667eea;transform:translateX(4px);box-shadow:0 2px 8px rgba(102,126,234,0.2)}.header-reference-key{font-family:'Courier New',monospace;font-size:13px;font-weight:600;color:#667eea;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-reference-value{font-family:'Courier New',monospace;font-size:12px;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:white;padding:4px 8px;border-radius:4px;border:1px solid #e2e8f0}.header-reference-desc{font-size:12px;color:#64748b;text-align:right}.shortcut-list{display:grid;gap:8px}.shortcut-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:6px;transition:all 0.3s}.shortcut-item:hover{background:#e2e8f0}.shortcut-key{background:white;padding:6px 12px;border-radius:4px;font-family:'Courier New',monospace;font-size:12px;border:1px solid #e2e8f0;color:#667eea;font-weight:600}.history-list{display:grid;gap:12px}.history-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;transition:all 0.3s;cursor:pointer}.history-item:hover{background:#e2e8f0;border-color:#667eea;box-shadow:0 2px 8px rgba(102,126,234,0.2)}.history-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.history-method{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;color:white;text-transform:uppercase}.history-method.get{background:#10b981}.history-method.post{background:#3b82f6}.history-method.put{background:#f59e0b}.history-method.delete{background:#ef4444}.history-method.patch{background:#8b5cf6}.history-url{flex:1;font-family:'Courier New',monospace;font-size:13px;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;user-select:text}.history-time{font-size:12px;color:#64748b;margin-top:4px}.history-status{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;margin-left:8px}.history-status.success{background:rgba(16,185,129,0.1);color:#059669}.history-status.error{background:rgba(239,68,68,0.1);color:#dc2626}.history-empty{text-align:center;padding:40px 20px;color:#64748b;font-size:14px}body.dark-mode{background:#0f172a;color:#e2e8f0}body.dark-mode .http-client-container{background:#1e293b}body.dark-mode .left-sidebar{background:linear-gradient(135deg,rgba(30,41,59,0.8) 0,rgba(15,23,42,0.8) 100%);border-right-color:rgba(100,116,139,0.3)}body.dark-mode .btn-add{background:rgba(148,163,184,0.2);border-color:rgba(148,163,184,0.3)}body.dark-mode .btn-add:hover{background:rgba(148,163,184,0.3)}body.dark-mode .btn-bulk-export{background:rgba(251,146,60,0.2);border-color:rgba(251,146,60,0.4)}body.dark-mode .btn-bulk-export:hover{background:rgba(251,146,60,0.35);border-color:rgba(251,146,60,0.6);box-shadow:0 2px 8px rgba(251,146,60,0.3)}body.dark-mode .btn-bulk-import{background:rgba(74,222,128,0.2);border-color:rgba(74,222,128,0.4)}body.dark-mode .btn-bulk-import:hover{background:rgba(74,222,128,0.35);border-color:rgba(74,222,128,0.6);box-shadow:0 2px 8px rgba(74,222,128,0.3)}body.dark-mode .request-item{background:#334155;border-color:rgba(100,116,139,0.3)}body.dark-mode .request-item.active{background:linear-gradient(135deg,rgba(102,126,234,0.2) 0,rgba(118,75,162,0.2) 100%)}body.dark-mode .request-name{color:#e2e8f0}body.dark-mode .request-name:hover{color:#a5b4fc}body.dark-mode .request-drag-handle{color:#64748b}body.dark-mode .request-drag-handle:hover{color:#a5b4fc}body.dark-mode .request-panel,body.dark-mode .response-panel{background:#1e293b}body.dark-mode .main-content{border-left-color:rgba(100,116,139,0.2)}body.dark-mode .request-panel,body.dark-mode .response-panel{border-right-color:rgba(100,116,139,0.2)}body.dark-mode .resize-divider{background:linear-gradient(135deg,rgba(51,65,85,0.5) 0,rgba(30,41,59,0.5) 100%)}body.dark-mode .resize-divider:hover{background:linear-gradient(135deg,rgba(102,126,234,0.3) 0,rgba(118,75,162,0.3) 100%)}body.dark-mode .resize-divider.dragging{background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}body.dark-mode .resize-handle{color:#64748b}body.dark-mode .resize-divider:hover .resize-handle{color:#a5b4fc}body.dark-mode .resize-divider.dragging .resize-handle{color:white}body.dark-mode .sidebar-resize-divider{background:linear-gradient(180deg,rgba(51,65,85,0.5) 0,rgba(30,41,59,0.5) 100%)}body.dark-mode .sidebar-resize-divider:hover{background:linear-gradient(180deg,rgba(102,126,234,0.3) 0,rgba(118,75,162,0.3) 100%)}body.dark-mode .sidebar-resize-divider.dragging{background:linear-gradient(180deg,#667eea 0,#764ba2 100%)}body.dark-mode .method-select,body.dark-mode .url-input,body.dark-mode .kv-key,body.dark-mode .kv-value,body.dark-mode .body-textarea,body.dark-mode .auth-input{background:#334155;border-color:rgba(100,116,139,0.3);color:#e2e8f0}body.dark-mode .search-clear-btn{background:rgba(100,116,139,0.3);color:#94a3b8}body.dark-mode .search-clear-btn:hover{background:rgba(100,116,139,0.5);color:#e2e8f0}body.dark-mode .view-json-icon{background:rgba(100,116,139,0.3);border-color:rgba(100,116,139,0.5);color:#94a3b8}body.dark-mode .view-json-icon:hover{background:#667eea;color:white}body.dark-mode .response-body,body.dark-mode .response-headers,body.dark-mode .response-raw{background:#0f172a;color:#e2e8f0}body.dark-mode .modal-content{background:#1e293b;color:#e2e8f0}body.dark-mode .template-card{background:linear-gradient(135deg,#334155 0,#1e293b 100%)}body.dark-mode .template-name{color:#e2e8f0}body.dark-mode .template-desc{color:#94a3b8}body.dark-mode .template-category{border-bottom-color:rgba(100,116,139,0.3)}body.dark-mode .template-category h4{color:#e2e8f0}body.dark-mode .shortcut-item{background:#334155}body.dark-mode .shortcut-item:hover{background:#475569}body.dark-mode .shortcut-key{background:#1e293b;border-color:rgba(100,116,139,0.3);color:#a5b4fc}body.dark-mode .history-item{background:#334155;border-color:rgba(100,116,139,0.3)}body.dark-mode .history-item:hover{background:#475569;border-color:#667eea}body.dark-mode .history-url{color:#e2e8f0}body.dark-mode .history-time{color:#94a3b8}body.dark-mode .history-empty{color:#94a3b8}body.dark-mode .status-bar::before{background:linear-gradient(90deg,transparent 0,rgba(100,116,139,0.3) 20%,rgba(100,116,139,0.3) 80%,transparent 100%)}body.dark-mode .status-bar{border-top-color:rgba(148,163,184,0.25)}body.dark-mode .btn-header-reference{background:rgba(34,197,94,0.2);border-color:rgba(34,197,94,0.4);color:#4ade80}body.dark-mode .btn-header-reference:hover{background:rgba(34,197,94,0.3);border-color:#22c55e}body.dark-mode .header-reference-search input{background:#0f172a;border-color:rgba(100,116,139,0.3);color:#e2e8f0}body.dark-mode .header-reference-search input:focus{border-color:#667eea}body.dark-mode .header-reference-category{border-bottom-color:rgba(100,116,139,0.3)}body.dark-mode .header-reference-category h4{color:#e2e8f0}body.dark-mode .header-reference-item{background:#334155;border-color:transparent}body.dark-mode .header-reference-item:hover{background:#475569;border-color:#667eea}body.dark-mode .header-reference-key{color:#a5b4fc}body.dark-mode .header-reference-value{background:#1e293b;border-color:rgba(100,116,139,0.3);color:#94a3b8}body.dark-mode .header-reference-desc{color:#64748b}@media (max-width:768px){.http-client-container{flex-direction:column}.left-sidebar{width:100%;max-height:200px}.request-line{flex-wrap:wrap}.method-select{width:100%}.url-input{width:100%}}.http-client-container.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;height:100vh;width:100vw;background:#f8fafc}body.dark-mode .http-client-container.fullscreen{background:#1e293b}.http-client-container.fullscreen .left-sidebar{max-height:none}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-panel{animation:fadeIn 0.3s ease}.notification{position:fixed;top:20px;right:20px;padding:14px 24px;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:white;border-radius:8px;box-shadow:0 6px 16px rgba(16,185,129,0.4);z-index:10001;max-width:400px;word-wrap:break-word;font-size:14px;font-weight:500;opacity:0;transform:translateX(100px);transition:all 0.3s cubic-bezier(0.68,-0.55,0.265,1.55)}.notification.show{opacity:1;transform:translateX(0)}.notification-error{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);box-shadow:0 6px 16px rgba(239,68,68,0.4)}.notification-success{background:linear-gradient(135deg,#10b981 0,#059669 100%);box-shadow:0 6px 16px rgba(16,185,129,0.4)}.notification-info{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);box-shadow:0 6px 16px rgba(59,130,246,0.4)}.notification-warning{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);box-shadow:0 6px 16px rgba(245,158,11,0.4)}.btn-send:disabled{opacity:0.7;cursor:not-allowed}