:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{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}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.app-header{background:#fffffff2;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000001a}.app-header h1{color:#333;margin-bottom:.5rem;font-size:2.5rem}.app-header p{color:#666;font-size:1.1rem}.app-content{display:grid;grid-template-columns:350px 1fr;gap:1.5rem;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.left-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 16px #0000001a;height:fit-content}.tunnel-list{display:flex;flex-direction:column;gap:1rem}.tunnel-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tunnel-list-header h2{font-size:1.3rem;color:#333}.refresh-button{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.refresh-button:hover{background:#5568d3;transform:translateY(-1px)}.tunnel-items{display:flex;flex-direction:column;gap:.75rem}.tunnel-item{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff;color:#333}.tunnel-item:hover{border-color:#667eea;background:#f8f9ff}.tunnel-item.selected{border-color:#667eea;background:#667eea;color:#fff}.tunnel-id{font-weight:700;font-size:1.1rem;margin-bottom:.5rem;color:inherit}.tunnel-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;opacity:.8}.tunnel-item.selected .tunnel-meta{opacity:.9}.tunnel-list.loading,.tunnel-list.error{text-align:center;padding:2rem}.tunnel-list.error button{margin-top:1rem;background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.right-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 16px #0000001a}.no-selection{display:flex;justify-content:center;align-items:center;height:400px;color:#999;font-size:1.2rem}.method-executor{display:flex;flex-direction:column;gap:1.5rem}.executor-header{border-bottom:2px solid #f0f0f0;padding-bottom:1rem}.executor-header h2{font-size:1.5rem;color:#333;margin-bottom:.5rem}.client-id{color:#666;font-size:.95rem}.client-id strong{color:#667eea}.request-type-selector{display:flex;align-items:center;gap:1rem}.request-type-selector label{font-weight:600;color:#333}.request-type-selector select{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;cursor:pointer;transition:border-color .2s}.request-type-selector select:focus{outline:none;border-color:#667eea}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{font-family:Courier New,monospace;resize:vertical}.grpc-form,.http-form,.custom-form{display:flex;flex-direction:column;gap:1rem}.execute-button{background:#667eea;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.execute-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.execute-button:disabled{background:#ccc;cursor:not-allowed}.error-message{background:#fee;border:2px solid #fcc;border-radius:8px;padding:1rem;color:#c33}.response-container{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1rem}.response-container h3{color:#333;margin-bottom:1rem}.response-container pre{background:#fff;border:1px solid #ddd;border-radius:6px;padding:1rem;overflow-x:auto;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;color:#000!important}@media(max-width:1024px){.app-content{grid-template-columns:1fr}}
