.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem;max-width:450px;width:100%}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#333;font-size:2rem;margin-bottom:.5rem}.login-header p{color:#666;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{background:#fee;color:#c33;padding:1rem;border-radius:8px;font-size:.9rem;text-align:center}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#333;font-weight:600;font-size:.9rem}.form-group input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.login-button{padding:1rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s,transform .1s;margin-top:.5rem}.login-button:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.login-footer{margin-top:2rem;text-align:center}.login-footer p{color:#999;font-size:.85rem}@media (max-width: 500px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}}.form-field{margin-bottom:1.5rem}.form-field label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-field .required{color:#e74c3c;margin-left:.25rem}.form-field input[type=text],.form-field input[type=number],.form-field select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-field input:focus,.form-field select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-field select[multiple]{height:auto;min-height:120px}.form-field.readonly input,.form-field.readonly select{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.form-field .field-description{margin-top:.5rem;font-size:.875rem;color:#666;font-style:italic}.form-field.checkbox-field{margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:auto;margin-right:.75rem;cursor:pointer;transform:scale(1.2)}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed}.checkbox-label span{font-weight:500;color:#333}@media (max-width: 768px){.form-field input,.form-field select{font-size:16px}}.create-bot-page{max-width:800px;margin:0 auto;padding:2rem}.create-bot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.create-bot-header h1{margin:0;color:#2c3e50}.create-bot-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #eee}.form-section:last-of-type{border-bottom:none;margin-bottom:2rem}.form-section h2{margin-top:0;margin-bottom:1.5rem;color:#34495e;font-size:1.5rem;font-weight:600}.strategy-description{background:#e8f5e9;border-left:4px solid #2e7d32;padding:1rem;margin-top:1rem;border-radius:4px;font-size:.95rem;line-height:1.5;color:#1b5e20}.strategy-description strong{color:#1b5e20}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #eee}.btn-primary,.btn-secondary{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#ecf0f1;color:#2c3e50}.btn-secondary:hover{background:#bdc3c7}.error-message{background:#fee;border:1px solid #fcc;border-radius:4px;padding:1rem;margin-bottom:1.5rem;color:#c33}@media (max-width: 768px){.create-bot-page{padding:1rem}.create-bot-header{flex-direction:column;align-items:flex-start;gap:1rem}.create-bot-form{padding:1.5rem}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.wallet-page{max-width:900px;margin:0 auto;padding:2rem}.wallet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.wallet-header h1{margin:0;color:#2c3e50;font-size:1.75rem}.wallet-section{background:#fff;border-radius:8px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.wallet-section h2{margin-top:0;margin-bottom:1rem;color:#34495e;font-size:1.25rem;font-weight:600}.wallet-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.wallet-section-header h2{margin-bottom:0}.btn-refresh{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-refresh:hover:not(:disabled){background:#5568d3}.btn-refresh:disabled{opacity:.7;cursor:not-allowed}.wallet-error{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem}.wallet-loading{color:#666;padding:1rem 0;font-size:.95rem}.wallet-balances{margin-top:.5rem}.balances-table{width:100%;border-collapse:collapse;font-size:.95rem}.balances-table th,.balances-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid #eee}.balances-table th{color:#555;font-weight:600}.balances-table td{color:#333}.wallet-total{margin-top:1rem;margin-bottom:0;padding-top:.75rem;border-top:2px solid #eee;font-size:1.1rem;color:#333}.wallet-total strong{color:#2c3e50}.wallet-addresses{display:flex;flex-direction:column;gap:.75rem}.address-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.address-label{flex:0 0 140px;font-weight:600;color:#555;font-size:.9rem}.address-value{flex:1 1 200px;font-family:ui-monospace,monospace;font-size:.85rem;word-break:break-all;color:#333}.btn-copy{flex:0 0 auto;padding:.35rem .65rem;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background .2s}.btn-copy:hover{background:#e0e0e0}.wallet-form .form-row{margin-bottom:1rem}.wallet-form .form-row label{display:block;margin-bottom:.35rem;font-weight:600;color:#555;font-size:.9rem}.wallet-form .form-row input,.wallet-form .form-row select{width:100%;max-width:400px;padding:.6rem .75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .2s}.wallet-form .form-row input:focus,.wallet-form .form-row select:focus{outline:none;border-color:#667eea}.wallet-form .form-actions{margin-top:1.25rem}.wallet-form .btn-primary{padding:.6rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.wallet-form .btn-primary:hover:not(:disabled){background:#5568d3}.wallet-form .btn-primary:disabled{opacity:.6;cursor:not-allowed}.wallet-form .btn-secondary{padding:.6rem 1.25rem;background:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.wallet-form .btn-secondary:hover{background:#e0e0e0}.tx-result{margin-top:1rem;padding:.75rem;border-radius:6px;font-size:.95rem}.tx-result.tx-success{background:#d4edda;color:#155724}.tx-result.tx-success .tx-link{color:#0d47a1;font-weight:600;text-decoration:underline}.tx-result.tx-success .tx-link:hover{color:#1565c0}.tx-result.tx-error{background:#f8d7da;color:#721c24}.wallet-page .btn-secondary{padding:.5rem 1.25rem;background:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.wallet-page .btn-secondary:hover{background:#e0e0e0}*{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;display:flex;flex-direction:column}.header{background:#fffffff2;padding:2rem;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.header p{color:#666;font-size:1.1rem}.header-user{display:flex;align-items:center;gap:1rem}.user-info{color:#333;font-weight:600;padding:.5rem 1rem;background:#f0f0f0;border-radius:8px}.logout-button{padding:.5rem 1.5rem;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.logout-button:hover{background:#c82333}.main{flex:1;max-width:1400px;margin:0 auto;padding:2rem;width:100%}.register-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.register-section h2{margin-bottom:1rem;color:#333}.register-form{display:flex;gap:1rem}.register-form input{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.register-form input:focus{outline:none;border-color:#667eea}.register-form button{padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.register-form button:hover:not(:disabled){background:#5568d3}.register-form button:disabled{background:#ccc;cursor:not-allowed}.bots-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{color:#333}.refresh-btn{padding:.5rem 1rem;background:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s}.refresh-btn:hover:not(:disabled){background:#e0e0e0}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.btn-create{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #667eea66;transition:transform .2s,box-shadow .2s}.btn-create:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-create:active{transform:translateY(0)}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem}.loading{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.no-bots{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.bots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.bot-card{border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:box-shadow .3s,transform .3s}.bot-card:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-2px)}.bot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.bot-header h3{color:#333;font-size:1.3rem}.status-badge{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.status-running{background:#d4edda;color:#155724}.status-stopped{background:#f8d7da;color:#721c24}.status-complete{background:#b2f5be;color:#056e29;font-weight:700}.status-error{background:#f8d7da;color:#721c24}.status-starting{background:#fff3cd;color:#856404}.bot-details{margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.detail-row:last-child{border-bottom:none}.detail-row .label{font-weight:600;color:#666}.detail-row .value{color:#333;text-align:right}.error-detail{background:#fff3cd;padding:.5rem;border-radius:4px;flex-direction:column;align-items:flex-start}.error-detail .value{margin-top:.25rem;color:#856404;font-size:.9rem;word-break:break-word;text-align:left}.bot-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem}.bot-actions button{padding:.75rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-start{background:#28a745;color:#fff}.btn-start:hover:not(:disabled){background:#218838}.btn-stop{background:#dc3545;color:#fff}.btn-stop:hover:not(:disabled){background:#c82333}.btn-reload{background:#ffc107;color:#333}.btn-reload:hover:not(:disabled){background:#e0a800}.btn-logs{background:#17a2b8;color:#fff}.btn-logs:hover:not(:disabled){background:#138496}.btn-wallet{background:#28a745;color:#fff}.btn-wallet:hover:not(:disabled){background:#218838}.btn-edit{background:#6f42c1;color:#fff}.btn-edit:hover:not(:disabled){background:#59359a}.bot-actions button:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:1000px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #f0f0f0}.modal-header h2{color:#333;font-size:1.5rem}.modal-close{background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:background .3s}.modal-close:hover{background:#e0e0e0}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.state-section{margin-bottom:2rem}.state-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.state-header h3{color:#333;font-size:1.2rem}.state-content{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;min-height:100px}.state-content pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,monospace;font-size:.9rem;color:#333}.logs-section{margin-top:2rem}.logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.logs-header h3{color:#333;font-size:1.2rem}.logs-controls{display:flex;gap:.5rem;align-items:center}.auto-refresh-toggle{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.auto-refresh-toggle input[type=checkbox]{width:16px;height:16px}.btn-refresh-small,.btn-clear-small{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s}.btn-refresh-small{background:#f0f0f0}.btn-refresh-small:hover:not(:disabled){background:#e0e0e0}.btn-refresh-small:disabled{opacity:.6;cursor:not-allowed}.btn-clear-small{background:#dc3545;color:#fff}.btn-clear-small:hover{background:#c82333}.logs-content{background:#1e1e1e;border-radius:8px;padding:1rem;max-height:400px;overflow-y:auto}.logs-list{display:flex;flex-direction:column;gap:.5rem}.log-entry{display:flex;gap:.75rem;padding:.5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.85rem;background:#ffffff0d}.log-timestamp{color:#888;white-space:nowrap}.log-level{font-weight:700;white-space:nowrap}.log-message{color:#ddd;word-wrap:break-word;white-space:pre-wrap}.log-error{border-left:3px solid #dc3545}.log-error .log-level{color:#ff6b6b}.log-warning{border-left:3px solid #ffc107}.log-warning .log-level{color:#ffd93d}.log-info{border-left:3px solid #17a2b8}.log-info .log-level{color:#4dabf7}.log-debug{border-left:3px solid #6c757d}.log-debug .log-level{color:#adb5bd}.loading-small{text-align:center;padding:2rem;color:#666}.no-logs,.no-data{text-align:center;padding:2rem;color:#888}.footer{background:#fffffff2;padding:1.5rem;text-align:center;color:#666;box-shadow:0 -2px 10px #0000001a}@media (max-width: 768px){.header h1{font-size:1.8rem}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.header-user{width:100%;justify-content:space-between}.register-form{flex-direction:column}.bots-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.modal-content{max-width:100%;max-height:100vh;border-radius:0}.bot-actions{grid-template-columns:1fr}}: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%}
