.custom-node{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:.75rem;min-width:200px;font-family:var(--font-source-code),monospace}.node-content{display:flex;flex-direction:column;gap:.5rem}.node-title{font-size:12px;font-weight:600;color:white;text-align:center;text-transform:uppercase;letter-spacing:.5px;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.node-inputs{display:flex;flex-direction:column;gap:.5rem}.node-input-row{display:flex;gap:.5rem;align-items:center}.node-input,.node-select{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:.375rem .5rem;color:white;font-family:var(--font-source-code),monospace;font-size:11px;flex:1}.node-select{min-width:70px;max-width:80px;flex-shrink:0}.node-select option{background:rgba(0,0,0,.95);color:white}.node-select option.inactive-token,.node-select option:disabled{opacity:.4;color:rgba(255,255,255,.4);cursor:not-allowed}.node-input:focus,.node-select:focus{outline:none;border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08)}.node-input::placeholder{color:rgba(255,255,255,.4)}.node-input[readonly]{background:rgba(255,255,255,.02);border-color:rgba(255,255,255,.08);color:rgba(255,255,255,.6);cursor:not-allowed}.strategy-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);display:flex;align-items:stretch;justify-content:stretch;z-index:10000;padding:0;animation:fadeIn .3s ease}.strategy-modal{background:rgba(0,0,0,.95);border:none;border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden;box-shadow:none;animation:slideUp .3s ease;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.strategy-modal-close{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:.5rem;color:rgba(255,255,255,.7);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;position:absolute;top:2rem;right:2rem}.strategy-modal-close:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);color:rgba(255,255,255,.9)}.strategy-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);gap:2rem;position:relative}.strategy-modal-header-content{display:flex;flex-direction:column;gap:1.5rem;flex:1}.strategy-modal-header-main{display:flex;flex-direction:column;gap:.5rem}.strategy-modal-stats-top{display:flex;align-items:center;gap:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;backdrop-filter:blur(10px);width:fit-content}.strategy-modal-stat-item{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;padding:0 1rem;position:relative}.strategy-modal-stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60%;background:rgba(255,255,255,.1)}.strategy-modal-stat-label{font-family:var(--font-source-code),monospace;font-size:8px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.8px;font-weight:500;line-height:1.2}.strategy-modal-stat-value{font-size:15px;line-height:1.2;letter-spacing:.3px}.strategy-modal-stat-value,.strategy-modal-title{font-family:var(--font-source-code),monospace;font-weight:700;color:rgba(255,255,255,.95)}.strategy-modal-title{font-size:24px;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.strategy-modal-author{font-family:var(--font-source-code),monospace;font-size:12px;color:rgba(255,255,255,.6);margin:0}.strategy-modal-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;overflow-y:auto;flex:1}@media (max-width:1200px){.strategy-modal-content{grid-template-columns:1fr}}.strategy-modal-info{display:flex;flex-direction:column;gap:1.5rem}.strategy-modal-categories{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.strategy-modal-description{font-family:var(--font-source-code),monospace;font-size:14px;color:rgba(255,255,255,.8);line-height:1.6;margin:0}.strategy-modal-io-section{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);border-radius:8px}.strategy-modal-io-content{display:flex;align-items:center;gap:1rem}.strategy-modal-io-inputs,.strategy-modal-io-outputs{flex:1;display:flex;flex-direction:column;gap:.5rem}.strategy-modal-io-title{font-family:var(--font-source-code),monospace;font-size:10px;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px}.strategy-modal-io-items{display:flex;flex-direction:column;gap:.5rem}.strategy-modal-io-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.strategy-modal-io-coin{font-size:13px;color:rgba(255,255,255,.9)}.strategy-modal-io-arrow,.strategy-modal-io-coin{font-family:var(--font-source-code),monospace;font-weight:600}.strategy-modal-io-arrow{font-size:20px;color:rgba(255,255,255,.4);flex-shrink:0}.strategy-modal-steps-section{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.strategy-modal-steps-header{display:flex;align-items:center;gap:.5rem}.strategy-modal-steps-label{font-family:var(--font-source-code),monospace;font-size:11px;font-weight:600;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.5px}.strategy-steps-list{display:flex;flex-direction:column;gap:.75rem;max-height:210px;overflow-y:auto;padding-right:.5rem}.strategy-steps-list::-webkit-scrollbar{width:6px}.strategy-steps-list::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.strategy-steps-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.strategy-steps-list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.strategy-step-item{display:flex;gap:.75rem;padding:.75rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s ease;min-height:60px;flex-shrink:0}.strategy-step-item:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15)}.strategy-step-number{width:24px;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;font-family:var(--font-source-code),monospace;font-size:11px;font-weight:600;color:rgba(255,255,255,.9)}.strategy-step-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.strategy-step-title{font-family:var(--font-source-code),monospace;font-size:13px;font-weight:600;color:rgba(255,255,255,.95);text-transform:uppercase;letter-spacing:.3px}.strategy-step-details{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.strategy-step-amount,.strategy-step-chain,.strategy-step-coin,.strategy-step-strategy,.strategy-step-type{display:inline-block;padding:.25rem .5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:4px;font-family:var(--font-source-code),monospace;font-size:9px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.3px}.strategy-step-type{background:rgba(0,255,255,.1);border-color:rgba(0,255,255,.2);color:rgba(0,255,255,.9)}.strategy-step-chain{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.2);color:rgba(139,92,246,.9)}.strategy-modal-category-badge{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:rgba(255,255,255,.7)}.strategy-modal-category-badge,.strategy-modal-network-badge{display:inline-block;padding:.375rem .75rem;font-family:var(--font-source-code),monospace;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.strategy-modal-network-badge{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:6px;color:rgba(255,255,255,.6)}.strategy-modal-preview{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:500px;height:100%;overflow:hidden;align-self:start}.strategy-preview-title{font-family:var(--font-source-code),monospace;font-size:14px;font-weight:600;color:rgba(255,255,255,.9);margin:0;text-transform:uppercase;letter-spacing:.5px}.strategy-preview-flow{flex:1;min-height:400px;height:450px;max-height:450px;border-radius:8px;overflow:hidden;background:rgba(0,0,0,.3);position:relative;display:flex;align-items:center;justify-content:center}.strategy-preview-flow .react-flow,.strategy-preview-flow>div{width:100%!important;height:100%!important}.strategy-preview-flow .react-flow{background:transparent}.strategy-preview-flow .react-flow__viewport{width:100%!important;height:100%!important}.strategy-preview-flow .react-flow__node{cursor:default}.strategy-preview-flow .react-flow__edge-path{stroke:rgba(255,255,255,.3);stroke-width:2}.strategy-preview-flow .react-flow__controls{background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1)}.strategy-preview-flow .react-flow__controls-button{background:rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.1)}.strategy-preview-flow .react-flow__controls-button:hover{background:rgba(255,255,255,.1)}.strategy-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:rgba(255,255,255,.4);font-family:var(--font-source-code),monospace;font-size:12px;min-height:300px;height:100%}.strategy-preview-placeholder svg{opacity:.3}.strategy-modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.strategy-modal-btn{padding:.75rem 1.5rem;border-radius:8px;font-family:var(--font-source-code),monospace;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;border:1px solid;display:flex;align-items:center;gap:.5rem}.strategy-modal-btn-run{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.4);color:rgba(34,197,94,.9)}.strategy-modal-btn-run:hover{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.6);transform:translateY(-2px);box-shadow:0 4px 12px rgba(34,197,94,.2)}.strategy-modal-btn-edit{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.9)}.strategy-modal-btn-edit:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.strategy-modal-btn-like{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7);padding:.75rem 1.5rem;min-width:auto}.strategy-modal-btn-like:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.3);color:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.strategy-modal-btn-like.active{background:rgba(255,107,107,.1);border-color:rgba(255,107,107,.3);color:rgba(255,107,107,.9)}.strategy-modal-btn-like.active:hover{background:rgba(255,107,107,.15);border-color:rgba(255,107,107,.4)}.strategy-modal-btn svg{width:16px;height:16px;flex-shrink:0}@media (max-width:768px){.strategy-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0}.strategy-modal,.strategy-modal-overlay{padding:0!important;margin:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;max-width:100vw!important;max-height:100vh!important;max-height:100dvh!important;overflow:hidden}.strategy-modal{min-width:100vw!important;min-height:100vh!important;min-height:100dvh!important;border-radius:0!important}.strategy-modal-header{padding:1.5rem 1rem}.strategy-modal-close{top:1.5rem;right:1rem}.strategy-modal-content{padding:1.5rem 1rem}.strategy-modal-actions{padding:1rem;flex-wrap:wrap}.strategy-modal-btn{flex:1;min-width:calc(50% - .5rem)}}.run-mode-view{width:calc(100% - 3rem);height:calc(100% - 80px);max-width:1200px;margin:1rem auto 0;padding:1.5rem 0;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.run-mode-view.loaded{opacity:1;transform:translateY(0)}.run-mode-header{margin-bottom:2rem}.run-mode-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.run-mode-header-right{display:flex;align-items:flex-start;gap:1rem}.run-mode-view-switcher{display:flex;gap:.25rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.15rem;margin-right:1rem}.run-mode-view-btn{padding:.5rem 1rem;background:transparent;border:none;border-radius:4px;color:rgba(255,255,255,.5);font-family:var(--font-source-code),monospace;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.run-mode-view-btn:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.8)}.run-mode-view-btn.active{background:rgba(255,255,255,.1);color:white;font-weight:600}.run-mode-view-btn svg{width:14px;height:14px;flex-shrink:0}.run-mode-controls-stack{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.run-mode-favorites-toggle{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:rgba(255,255,255,.5);cursor:pointer;transition:all .2s ease;padding:0}.run-mode-favorites-toggle:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:rgba(255,193,7,.8)}.run-mode-favorites-toggle.active{background:rgba(255,193,7,.15);border-color:rgba(255,193,7,.4);color:rgba(255,193,7,1)}.run-mode-favorites-toggle svg{width:14px;height:14px}.run-mode-view-toggle{display:flex;gap:.25rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.15rem}.view-toggle-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;color:rgba(255,255,255,.5);cursor:pointer;transition:all .2s ease;padding:0}.view-toggle-btn:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.8)}.view-toggle-btn.active{background:rgba(255,255,255,.1);color:white}.view-toggle-btn svg{width:12px;height:12px}.run-mode-title{font-size:32px;font-weight:700;color:white;letter-spacing:2px;margin:0 0 .75rem}.run-mode-subtitle,.run-mode-title{text-transform:uppercase;font-family:var(--font-source-code),monospace}.run-mode-subtitle{font-size:13px;color:rgba(255,255,255,.5);margin:0;letter-spacing:.5px}.run-mode-list{padding:0 1rem}.run-mode-list.cards-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.run-mode-list.list-view{display:flex;flex-direction:column;gap:.75rem}.run-mode-empty{text-align:center;padding:6rem 2rem;color:rgba(255,255,255,.4);font-family:var(--font-source-code),monospace;grid-column:1/-1}.run-mode-empty-icon{font-size:48px;margin-bottom:1rem;opacity:.6}.run-mode-empty-title{font-size:16px;color:rgba(255,255,255,.6);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.run-mode-empty-hint{font-size:12px;color:rgba(255,255,255,.3);margin:0}.run-mode-strategy-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.run-mode-strategy-card:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.run-mode-strategy-card.running{border-color:rgba(34,197,94,.3);background:rgba(34,197,94,.05);position:relative}.strategy-running-indicator{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);border-radius:4px;font-size:9px;color:rgba(34,197,94,1);font-family:var(--font-source-code),monospace;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:5}.strategy-running-indicator .status-dot{width:4px;height:4px;border-radius:50%;background:rgba(34,197,94,1);animation:pulse 2s ease-in-out infinite}.strategy-publish-btn{flex:1;min-width:0;padding:.75rem .5rem;display:flex;align-items:center;justify-content:center;gap:.375rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.7);font-family:var(--font-source-code),monospace;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;flex-shrink:1}.strategy-publish-btn:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.9)}.strategy-publish-btn.active{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.4);color:rgba(59,130,246,1)}.strategy-publish-btn.active:hover{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.5)}.strategy-publish-btn svg{width:14px;height:14px;flex-shrink:0}.strategy-publish-btn span{flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strategy-delete-btn,.strategy-details-btn,.strategy-edit-btn{flex:1;min-width:0;min-height:36px;padding:.75rem .5rem;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.5);cursor:pointer;transition:all .2s ease;flex-shrink:1}.strategy-details-btn:hover,.strategy-edit-btn:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.9)}.strategy-delete-btn:hover{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.3);color:rgba(239,68,68,1)}.strategy-delete-btn svg,.strategy-details-btn svg,.strategy-edit-btn svg{width:14px;height:14px;flex-shrink:0}.run-mode-strategy-card.list-item{padding:1.25rem 1.5rem;border-radius:8px;flex-direction:row;gap:1.5rem}.run-mode-strategy-card.list-item .strategy-card-main{align-items:center;flex:1;gap:1.5rem}.run-mode-strategy-card.list-item .strategy-card-info{flex:1;min-width:0}.run-mode-strategy-card.list-item .strategy-card-header-row{margin-bottom:.5rem}.run-mode-strategy-card.list-item .strategy-card-description{margin-bottom:.5rem;font-size:12px}.run-mode-strategy-card.list-item .strategy-card-meta{margin-top:.25rem}.run-mode-strategy-card.list-item .strategy-card-action{flex-shrink:0}.run-mode-strategy-card.list-item .strategy-card-footer{display:none}.strategy-card-main{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.strategy-card-info{flex:1;min-width:0}.strategy-card-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.strategy-loop-toggle{flex:1;min-width:0;min-height:36px;padding:.75rem .5rem;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.4);cursor:pointer;transition:all .2s ease;flex-shrink:1}.strategy-loop-toggle:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7)}.strategy-loop-toggle.active{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.4);color:rgba(59,130,246,1)}.strategy-loop-toggle.active:hover{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.5)}.strategy-loop-toggle svg{width:14px;height:14px}.strategy-card-title{font-size:16px;font-weight:600;color:white;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-source-code),monospace;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strategy-status-badge{display:none}.status-dot{width:6px;height:6px;border-radius:50%;background:rgba(34,197,94,1);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.strategy-card-description{font-size:13px;color:rgba(255,255,255,.7);font-family:var(--font-source-code),monospace;margin:0 0 .75rem;line-height:1.5;letter-spacing:.3px}.strategy-card-meta{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.strategy-meta-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05);position:relative}.strategy-meta-row:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 30%,transparent)}.strategy-meta-label{font-size:11px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px;font-weight:500;flex-shrink:0}.strategy-meta-label,.strategy-meta-value{font-family:var(--font-source-code),monospace}.strategy-meta-value{font-size:12px;color:rgba(255,255,255,.8);font-weight:600;text-align:right;flex:1;margin-left:1rem}.strategy-meta-item{font-size:11px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-source-code),monospace;font-weight:500;display:flex;align-items:center;gap:.25rem}.strategy-meta-item.loop-indicator{color:rgba(59,130,246,.8)}.strategy-meta-item.loop-indicator svg{width:10px;height:10px}.strategy-play-btn,.strategy-stop-btn{flex:1;min-width:0;height:auto;min-height:36px;padding:.75rem .5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid;flex-shrink:1}.strategy-play-btn{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.3);color:rgba(34,197,94,.9)}.strategy-play-btn:hover{background:rgba(34,197,94,.2);border-color:rgba(34,197,94,.5);color:rgba(34,197,94,1);box-shadow:0 0 12px rgba(34,197,94,.3);transform:scale(1.05)}.strategy-stop-btn{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:rgba(239,68,68,.9)}.strategy-stop-btn:hover{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5);color:rgba(239,68,68,1);box-shadow:0 0 12px rgba(239,68,68,.3);transform:scale(1.05)}.strategy-play-btn svg,.strategy-stop-btn svg{width:16px;height:16px}.strategy-status-badge span:not(.status-dot){line-height:1}.strategy-card-actions{margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.strategy-card-actions-group{display:flex;align-items:stretch;justify-content:stretch;gap:.5rem;width:100%}.strategy-card-footer{padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:1.5rem}.strategy-footer-stat{display:flex;align-items:center;gap:.5rem}.strategy-footer-label{font-size:11px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-source-code),monospace;font-weight:500}.strategy-footer-value{font-size:13px;font-weight:600;color:rgba(34,197,94,1);font-family:var(--font-source-code),monospace}.desktop-only{display:block}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.run-mode-controls-stack{gap:0}.run-mode-view-toggle.desktop-only{display:none!important}}.userdash-view{width:calc(100% - 3rem);height:fit-content;max-width:1400px;margin:0 auto;padding:0 0 2rem;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;box-sizing:border-box;overflow-y:auto;overflow-x:hidden}.userdash-view::-webkit-scrollbar{display:none}.userdash-view{scrollbar-width:none;-ms-overflow-style:none}.userdash-view.loaded{opacity:1;transform:translateY(0);height:fit-content;margin-top:0;padding-top:0;overflow:visible}.userdash-content-wrapper{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.userdash-header{width:100%;display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.userdash-title{color:white;font-size:2rem;font-weight:600;margin:0}.userdash-address,.userdash-title{font-family:var(--font-source-code),monospace}.userdash-address{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.6);font-size:.875rem}.userdash-address-label{text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.userdash-address-value{color:white;font-weight:500}.userdash-copy-button{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.25rem .5rem;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.userdash-copy-button:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.userdash-balances{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.userdash-balance-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease}.userdash-balance-card:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2)}.userdash-balance-header{display:flex;justify-content:space-between;align-items:center}.userdash-balance-title{color:rgba(255,255,255,.8);font-size:.875rem;font-weight:500;margin:0}.userdash-balance-network,.userdash-balance-title{text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-source-code),monospace}.userdash-balance-network{color:rgba(255,255,255,.5);font-size:.75rem;background:rgba(255,255,255,.05);padding:.25rem .5rem;border-radius:4px}.userdash-balance-content{display:flex;align-items:baseline;gap:.5rem}.userdash-balance-content-multi{display:flex;flex-direction:column;gap:1rem}.userdash-balance-item-multi{display:flex;align-items:baseline;gap:.5rem}.userdash-balance-amount{color:white;font-size:2.5rem;font-weight:600;font-family:var(--font-source-code),monospace;line-height:1}.userdash-balance-currency{color:rgba(255,255,255,.7);font-size:1.25rem;font-weight:500;font-family:var(--font-source-code),monospace}.userdash-balance-loading{color:rgba(255,255,255,.6);font-size:1rem;font-family:var(--font-source-code),monospace}.userdash-balance-description{color:rgba(255,255,255,.5);font-size:.75rem;font-family:var(--font-source-code),monospace;margin-top:.5rem}.userdash-actions{width:100%;display:flex;gap:1rem;margin-top:1rem}.userdash-action-button{flex:1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1rem 1.5rem;color:white;font-family:var(--font-source-code),monospace;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.userdash-action-button:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3);transform:translateY(-1px)}.userdash-action-button:active{transform:translateY(0)}.userdash-empty-state{width:100%;text-align:center;padding:4rem 2rem;color:rgba(255,255,255,.6)}.userdash-empty-state h2{color:white;font-size:1.5rem;margin-bottom:.5rem;font-family:var(--font-source-code),monospace}.userdash-empty-state p{font-size:1rem;font-family:var(--font-source-code),monospace}.userdash-mode-toggle{color:rgba(255,255,255,.4);cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.userdash-mode-toggle:hover{color:rgba(255,255,255,.7)}.userdash-mode-toggle.active{color:white;font-weight:600}.userdash-transaction-content{display:flex;flex-direction:column;gap:.75rem}.userdash-input-group{display:flex;gap:.5rem;align-items:stretch}.userdash-input{flex:1;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:white;font-family:var(--font-source-code),monospace;font-size:.875rem;transition:all .2s ease}.userdash-input::placeholder{color:rgba(255,255,255,.4)}.userdash-input:focus{outline:none;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.08)}.userdash-select{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:white;font-family:var(--font-source-code),monospace;font-size:.875rem;cursor:pointer;transition:all .2s ease;min-width:100px}.userdash-select:focus{outline:none;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.08)}.userdash-select option{background:#1a1a1a;color:white}.userdash-confirm-button{width:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.875rem 1.5rem;color:white;font-family:var(--font-source-code),monospace;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.userdash-confirm-button:hover:not(:disabled){background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);transform:translateY(-1px)}.userdash-confirm-button:active:not(:disabled){transform:translateY(0)}.userdash-confirm-button:disabled{opacity:.5;cursor:not-allowed}