.app{display:flex;flex-direction:column;height:100vh;background-color:#f4f5f7}.header{background-color:#fff;height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-left,.header-right{display:flex;align-items:center;gap:12px}.logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px}.logo img{border-radius:4px}.logo span{color:#1f2937}.header-divider{width:1px;height:20px;background-color:#e5e7eb}.header-subtitle{color:#6b7280;font-size:13px;font-weight:500}.status-badge{display:flex;align-items:center;gap:6px;padding:4px 10px;background-color:#ecfdf5;border-radius:9999px;font-size:12px;font-weight:500;color:#059669}.status-badge.disconnected{background-color:#fef2f2;color:#dc2626}.status-dot{width:6px;height:6px;background-color:#10b981;border-radius:50%}.status-dot.disconnected{background-color:#dc2626}.main-container{display:flex;flex:1;overflow:hidden}.sidebar{width:180px;background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow-y:auto}.nav-section{padding:8px}.nav-label{padding:6px 10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.nav-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;background:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;color:#4b5563;transition:all .15s ease;text-align:left}.nav-item:hover{background-color:#f3f4f6;color:#1f2937}.nav-item.active{background-color:#fff7ed;color:#ea580c}.nav-item.active .nav-icon{color:#f6821f}.nav-icon{display:flex;align-items:center;justify-content:center;color:#9ca3af}.nav-item:hover .nav-icon{color:#6b7280}.nav-badge{margin-left:auto;background-color:#f6821f;color:#fff;font-size:10px;font-weight:600;padding:1px 6px;border-radius:9999px;min-width:18px;text-align:center}.sidebar-footer{margin-top:auto;padding:10px 16px;border-top:1px solid #e5e7eb}.version-info{font-size:11px;color:#9ca3af}.workspace{flex:1;padding:16px;overflow-y:auto;background-color:#f4f5f7}.panel{background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000a}.panel-header{padding:14px 20px;border-bottom:1px solid #e5e7eb}.panel-header h2{font-size:16px;font-weight:600;color:#111827;margin-bottom:2px}.panel-header p{font-size:13px;color:#6b7280}.panel-content{padding:16px 20px}.form-section{margin-bottom:16px}.form-section:last-child{margin-bottom:0}.form-section h3{font-size:12px;font-weight:600;color:#374151;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px}.form-grid.cols-4{grid-template-columns:repeat(4,1fr)}.form-group{display:flex;flex-direction:column;gap:4px}.form-group.full-width{grid-column:span 2}.form-group label{font-size:12px;font-weight:500;color:#374151}.form-group input,.form-group select{padding:8px 10px;font-size:13px;font-family:inherit;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#1f2937;transition:all .15s ease}.form-group input:hover,.form-group select:hover{border-color:#9ca3af}.form-group input:focus,.form-group select:focus{outline:none;border-color:#f6821f;box-shadow:0 0 0 2px #f6821f1a}.form-group input::placeholder{color:#9ca3af}.form-group input.readonly{background-color:#f9fafb;color:#6b7280;cursor:default}.form-group input.readonly:hover,.form-group input.readonly:focus{border-color:#d1d5db;box-shadow:none}.form-hint{font-size:11px;color:#9ca3af}.scenario-hint{font-size:12px;color:#6b7280;font-style:italic;margin-bottom:12px}.scenario-hint b{font-weight:600;color:#374151;font-style:normal}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid #f3f4f6}.btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;border:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#f6821f;color:#fff}.btn-primary:hover:not(:disabled){background-color:#ea580c}.btn-primary:active:not(:disabled){background-color:#c2410c}.btn-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.result-box{padding:12px;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.result-box .status-badge{display:inline-flex;margin-bottom:8px}.status-badge.success{background-color:#ecfdf5;color:#059669}.status-badge.failed{background-color:#fef2f2;color:#dc2626}.status-badge.pending{background-color:#fffbeb;color:#d97706}.json-viewer{background-color:#1f2937;color:#d1d5db;padding:12px;border-radius:6px;font-family:SF Mono,Cascadia Code,Fira Code,monospace;font-size:12px;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-break:break-word;margin-top:8px}.event-log{max-height:calc(100vh - 200px);overflow-y:auto}.event-item{padding:10px 16px;border-bottom:1px solid #f3f4f6;border-left:3px solid #d1d5db;cursor:pointer;transition:background-color .1s ease}.event-item:hover{background-color:#f9fafb}.event-item-header{display:flex;align-items:center;gap:10px}.event-type-badge{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.event-summary{flex:1;font-size:12px;color:#4b5563;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-time{font-size:11px;color:#9ca3af;flex-shrink:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 1024px){.form-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sidebar{width:160px}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f9fafb;color:#1f2937;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
