:root{--arrow-background:"#1F2833"!important}@font-face{font-family:Kode Mono;src:url(/fonts/KodeMono-Regular.ttf);font-weight:400;font-style:normal}@font-face{font-family:Kode Mono;src:url(/fonts/KodeMono-Bold.ttf);font-weight:700;font-style:normal}@font-face{font-family:Kode Mono;src:url(/fonts/KodeMono-Medium.ttf);font-weight:500;font-style:normal}@font-face{font-family:Kode Mono;src:url(/fonts/KodeMono-SemiBold.ttf);font-weight:600;font-style:normal}@font-face{font-family:Kode Mono;src:url(/fonts/KodeMono-VariableFont_wght.ttf);font-weight:600;font-style:normal}body{font-family:Kode Mono;line-height:1.6;margin:0}.logo-container{justify-content:center;margin-bottom:20px}.header-logo{height:auto;width:300px;max-width:100%}.container{max-width:1000px;margin:0 auto;background-color:var(--container-background);padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}h1,h2{color:var(--primary-color)}.input-group{margin-bottom:15px}label{display:block;margin-bottom:5px;font-weight:700}input,select,textarea{width:100%;padding:10px;border:1px solid var(--border-color);border-radius:4px;box-sizing:border-box;font-family:inherit}.status-box{margin-top:20px;padding:15px;background-color:#e8eaf6;border-radius:4px;min-height:30px}.progress-bar{height:20px;background-color:#e0e0e0;border-radius:10px;margin-top:10px;overflow:hidden}.progress-value{height:100%;background-color:var(--primary-color);width:0;transition:width .3s ease}.logs{margin-top:20px;min-height:200px;max-height:300px;overflow-y:auto;padding:10px;background-color:#f5f5f5;border-radius:4px;font-family:monospace;border:1px solid var(--border-color)}.log-entry{margin-bottom:5px;padding:5px;border-bottom:1px solid #eee}.log-entry:last-child{border-bottom:none}.success{color:var(--success-color)}.error{color:var(--error-color)}.warning{color:var(--warning-color)}.info{color:var(--info-color)}.token-input{display:flex}.token-input button{margin-left:10px;white-space:nowrap}.result-panel{background-color:#f1f8e9;border-radius:8px;padding:16px;margin-top:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.result-data{overflow:auto;max-height:600px}.result-panel h3{margin-top:0;color:#2e7d32;font-size:1.5rem;border-bottom:1px solid #e0e0e0;padding-bottom:8px}.summary-section{background-color:#f9fcf5;border-radius:6px;padding:12px 16px;margin-bottom:16px;border-left:4px solid #8bc34a}.result-panel h4{margin-top:0;color:#1a237e;font-size:1.2rem}.result-panel table{border-collapse:collapse;width:100%;margin-bottom:20px}.result-panel th{background-color:#e8eaf6;color:#1a237e;text-align:left;padding:10px;font-weight:600}.result-panel td{padding:8px 10px;border-bottom:1px solid #e0e0e0}.token-cell{font-family:monospace;font-size:.9rem;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-cell{font-weight:500}.status-cell.success{color:#2e7d32}.status-cell.failed{color:#c62828}.profit-cell{font-family:monospace;text-align:right;color:#2e7d32;font-weight:500}.sandwich-details{margin-top:20px}.detailed-sandwich-card{background-color:#e8f5e9;border-radius:6px;padding:12px 16px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);border-left:4px solid #4caf50}.detailed-sandwich-card h5{margin-top:0;margin-bottom:10px;color:#1a237e;font-size:1rem}.sandwich-stage{display:flex;margin-bottom:6px;padding:4px 0}.stage-label{min-width:100px;font-weight:500;color:#455a64}.stage-data{font-family:monospace}.sandwich-profit{display:flex;margin-top:10px;padding-top:8px;border-top:1px dashed #e0e0e0}.stage-data.profit{color:#2e7d32;font-weight:600}.token-stats-container{display:flex;flex-wrap:wrap;gap:10px}.token-card{border:1px solid var(--border-color);border-radius:4px;padding:15px;width:calc(50% - 10px);box-sizing:border-box}.token-card h4{margin-top:0;border-bottom:1px solid #eee;padding-bottom:5px}.simulation-mode-banner{background-color:#f9f9f9;border:1px solid #e0e0e0;padding:10px;margin-bottom:15px;border-radius:4px;display:flex;align-items:center}.simulation-mode-banner .icon{font-size:24px;margin-right:10px;color:#666}@media (max-width:768px){.token-card{width:100%}.execution-stages{flex-direction:column;align-items:flex-start}.execution-stages:before{height:100%;width:2px;top:0;left:15px}.stage{flex-direction:row;margin-bottom:10px}.stage-label{margin-left:10px}}.toggle-switch{display:flex;align-items:center;margin-left:auto}.switch{position:relative;display:inline-block;width:60px;height:34px;margin-right:10px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--success-color)}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:white}input:checked+.slider{background-color:var(--success-color)}input:checked+.slider:before{transform:translateX(26px)}input:not(:checked)+.slider{background-color:#999}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.auth-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:100;justify-content:center;align-items:center}.auth-modal.visible{display:flex}.auth-content{background-color:white;border-radius:8px;padding:20px;width:400px;max-width:90%;box-shadow:0 4px 20px rgba(0,0,0,.2);position:relative}.auth-tabs{display:flex;border-bottom:1px solid var(--border-color);margin-bottom:20px}.auth-tab{padding:10px 20px;cursor:pointer;font-weight:700;color:#777}.auth-tab.active{border-bottom:3px solid var(--primary-color);color:var(--primary-color)}.auth-panel{display:none}.auth-panel.active{display:block}.close-auth{position:absolute;top:10px;right:10px;font-size:24px;cursor:pointer;color:#999}.close-auth:hover{color:#333}.user-status{justify-content:space-between;padding:10px 15px;background-color:#e8eaf6;border-radius:4px;margin-bottom:20px}.user-avatar,.user-info,.user-status{display:flex;align-items:center}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:var(--primary-color);color:white;justify-content:center;font-weight:700;margin-right:10px}.wallet-status{margin-left:20px;padding:5px 10px;border-radius:4px;font-size:14px}.wallet-connected{background-color:#e8f5e9;color:var(--success-color)}.wallet-disconnected{background-color:#ffebee;color:var(--error-color)}.auth-actions button{margin-left:10px}.main-content{display:none}.main-content.visible{display:block}.columns{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.column{flex:1;min-width:300px}.config-section{border:1px solid #e0e0e0;border-radius:8px;padding:15px;margin-bottom:15px;background-color:#f9f9f9}.config-section h4{margin-top:0;margin-bottom:15px;color:#00FEA7;border-bottom:1px solid #00fea7;padding-bottom:8px}.explorer-link{display:inline-block;padding:3px 8px;color:#00FEA7;border-radius:4px;font-size:12px;text-decoration:none;font-weight:500;border:1px solid #00fea7;transition:background-color .2s}.explorer-link:hover{text-decoration:none;opacity:.8}.tx-link{display:inline-block;margin-left:8px;color:#0277bd;text-decoration:none;transition:color .2s;padding:2px 6px;background-color:#e3f2fd;border-radius:4px;font-size:12px;font-family:sans-serif}.tx-link:hover{color:#0277bd;background-color:#bbdefb}.tx-icon{font-size:13px}.tx-missing{display:inline-block;margin-left:8px;color:#757575;font-size:12px;font-style:italic;font-family:sans-serif}.app-header{justify-content:space-between;padding:1rem;background-color:#0a0e17;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.app-header,.logo-container{display:flex;align-items:center}.logo-container{gap:.75rem}.logo-image{border-radius:8px}.app-title{font-size:1.5rem;font-weight:600;margin:0;color:#4caf50}.environment-badge{display:inline-block;margin-left:10px;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.environment-badge.development{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.environment-badge.production{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.wallet-balance{color:#4ade80;font-weight:500;display:inline-block;margin-left:.25rem}.wallet-status{display:flex;align-items:center;margin-top:.25rem;font-size:.875rem;color:#d1d5db}.wallet-connected{color:#4ade80}.wallet-selector{position:relative;display:inline-block;z-index:100}.wallet-selector-button{background:#2a374b;color:white;border:none;border-radius:4px;padding:8px 12px;cursor:pointer;font-size:14px;margin-right:10px;display:flex;align-items:center}.wallet-selector-button:hover{background:#374d6b}.wallet-dropdown{position:absolute;top:110%;right:0;background-color:#2a3744;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.3);min-width:240px;z-index:10;overflow:hidden;border:1px solid #3a4956;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.wallet-option{padding:12px 15px;cursor:pointer;display:flex;flex-direction:column;transition:background-color .2s;border-bottom:1px solid #3a4956}.wallet-option:last-child{border-bottom:none}.wallet-option:hover{background-color:#3a4956}.wallet-option.selected{background-color:#3e5770}.wallet-option.add-new{background-color:#2c3e50;color:#88c3ff;font-weight:500}.wallet-option.add-new:hover{background-color:#3c526a}.wallet-name{font-weight:500;margin-bottom:3px}.wallet-address{font-size:12px;color:#a0aec0}:root{--chakra-colors-black:#000000!important}.chakra-progress__range{background:linear-gradient(90deg,#FD7311,#FEF9F6)!important;border-radius:30px}