:root{font-family:Inter,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;-webkit-text-size-adjust:100%}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;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.App{min-height:100vh;padding:20px}.app-header{text-align:center;margin-bottom:40px;color:#fff}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.app-header p{font-size:1.1rem;opacity:.9}.container{max-width:1200px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.rpc-section,.wallet-section,.transfer-section,.logs-section{padding:30px;border-bottom:1px solid #f0f0f0}.logs-section{border-bottom:none}.rpc-section h2,.wallet-section h2,.transfer-section h2,.logs-section h2{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#333;display:flex;align-items:center;gap:10px}.rpc-config{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;margin-bottom:20px}.rpc-input-group{display:flex;flex-direction:column}.rpc-input-group label{display:block;margin-bottom:8px;font-weight:500;color:#555}.rpc-input-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:10px;font-size:14px;transition:all .3s ease;background:#fafbfc}.rpc-input-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.rpc-actions{margin-bottom:20px}.connection-status{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#d4edda;border:1px solid #c3e6cb;border-radius:10px;color:#155724;font-weight:500;margin-bottom:20px}.status-indicator{width:12px;height:12px;border-radius:50%;background:#28a745;animation:pulse 2s infinite}.status-indicator.connected{background:#28a745}@keyframes pulse{0%{box-shadow:0 0 #28a745b3}70%{box-shadow:0 0 0 10px #28a74500}to{box-shadow:0 0 #28a74500}}.error-message{padding:12px 16px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:10px;color:#721c24;margin-bottom:20px;font-weight:500}.predefined-rpcs h3{font-size:1.1rem;font-weight:600;margin-bottom:15px;color:#333}.rpc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.rpc-preset{padding:10px 16px;border:2px solid #e1e5e9;border-radius:8px;background:#f8f9fa;color:#555;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.rpc-preset:hover{border-color:#667eea;background:#f0f2ff}.rpc-preset.active{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.wallet-input-section{margin-bottom:30px}.input-group{width:100%}.input-group label{display:block;margin-bottom:8px;font-weight:500;color:#555}.input-group textarea,.input-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:10px;font-size:14px;transition:all .3s ease;background:#fafbfc;color:#333;font-family:Courier New,monospace}.input-group textarea:focus,.input-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.input-group textarea{resize:vertical;min-height:120px}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.btn-secondary{background:#f8f9fa;color:#555;border:2px solid #e1e5e9}.btn-secondary:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.btn-large{padding:16px 32px;font-size:16px}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-remove{background:#ff6b6b;color:#fff;border:none;border-radius:8px;padding:8px;cursor:pointer;transition:all .3s ease}.btn-remove:hover{background:#ff5252;transform:scale(1.1)}.wallet-list h3{font-size:1.2rem;font-weight:600;margin-bottom:15px;color:#333}.no-wallets{text-align:center;color:#999;font-style:italic;padding:40px 20px}.wallet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px}.wallet-card{display:flex;align-items:center;justify-content:space-between;padding:15px;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef;transition:all .3s ease}.wallet-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.wallet-info{display:flex;align-items:center;gap:12px;flex:1}.wallet-icon{color:#667eea}.wallet-details{flex:1}.wallet-address{font-weight:600;color:#333;font-family:Courier New,monospace;font-size:14px}.wallet-private-key{font-size:12px;color:#666;font-family:Courier New,monospace;margin-top:2px}.wallet-balance{font-size:11px;color:#28a745;font-weight:500;margin-top:4px}.transfer-config{margin-bottom:30px}.config-item{margin-bottom:20px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;color:#333}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#667eea}.amount-range{margin-top:20px;padding:20px;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.range-inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px}.transaction-count{margin-top:20px;padding:20px;background:#f0f2ff;border-radius:12px;border:2px solid #d1d5db}.transaction-count .input-group label{display:flex;align-items:center;gap:8px;font-weight:600;color:#4f46e5}.transaction-count input{max-width:200px;font-weight:600;color:#4f46e5;border-color:#4f46e5}.transaction-count input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.gas-optimization{margin-top:20px;padding:20px;background:#fff3cd;border-radius:12px;border:2px solid #ffeaa7}.gas-optimization h4{font-size:1rem;font-weight:600;color:#856404;margin-bottom:15px}.gas-settings{display:flex;flex-direction:column;gap:10px}.gas-input-group{display:flex;align-items:center;gap:10px}.gas-input-group .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;color:#856404;font-size:14px}.gas-input-group .checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#f39c12}.transfer-actions{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.transfer-logs{max-height:300px;overflow-y:auto;border:2px solid #e9ecef;border-radius:12px;background:#f8f9fa}.log-entry{padding:12px 16px;border-bottom:1px solid #e9ecef;font-family:Courier New,monospace;font-size:13px;color:#333}.log-entry:last-child{border-bottom:none}@media (max-width: 768px){.App{padding:10px}.app-header h1{font-size:2rem}.rpc-config,.range-inputs,.wallet-grid{grid-template-columns:1fr}.transfer-actions{flex-direction:column;align-items:stretch}.rpc-section,.wallet-section,.transfer-section,.logs-section{padding:20px}.rpc-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.transaction-count input{max-width:100%}}.transfer-logs::-webkit-scrollbar{width:8px}.transfer-logs::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.transfer-logs::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.transfer-logs::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
