.styles-module__EuhfFq__container{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.styles-module__EuhfFq__mainContent{max-width:1200px;padding:40px}.styles-module__EuhfFq__header{margin-bottom:40px}.styles-module__EuhfFq__pageTitle{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:8px;font-size:32px;font-weight:600}.styles-module__EuhfFq__pageSubtitle{color:var(--text-secondary);font-size:14px}.styles-module__EuhfFq__section{margin-bottom:40px}.styles-module__EuhfFq__sectionTitle{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:20px;font-size:16px;font-weight:600;display:flex}.styles-module__EuhfFq__selectedChannelBadge{background:var(--primary-soft);color:var(--primary);border-radius:99px;padding:4px 10px;font-size:12px;font-weight:500}.styles-module__EuhfFq__channelGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.styles-module__EuhfFq__channelCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;align-items:center;gap:12px;padding:14px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__EuhfFq__channelCard:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-2px)}.styles-module__EuhfFq__channelCardSelected{border-color:var(--primary);background:#2997ff14}.styles-module__EuhfFq__channelImage,.styles-module__EuhfFq__channelImagePlaceholder{border-radius:50%;flex-shrink:0;width:40px;height:40px}.styles-module__EuhfFq__channelImagePlaceholder{color:var(--text-secondary);background:#ffffff14;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.styles-module__EuhfFq__channelName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.styles-module__EuhfFq__paramsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:24px;display:grid}.styles-module__EuhfFq__paramGroup{flex-direction:column;gap:8px;display:flex}.styles-module__EuhfFq__paramLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.styles-module__EuhfFq__paramInput{font-size:14px;font-family:var(--font-mono);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff0a;outline:none;padding:12px 14px;transition:border-color .15s}.styles-module__EuhfFq__paramInput::placeholder{color:var(--text-tertiary)}.styles-module__EuhfFq__paramInput:focus{border-color:var(--primary)}.styles-module__EuhfFq__paramInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module__EuhfFq__paramInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.styles-module__EuhfFq__paramInput[type=number]{-moz-appearance:textfield}.styles-module__EuhfFq__windowToggle{background:#7676801f;border-radius:8px;padding:2px;display:flex}.styles-module__EuhfFq__windowBtn{color:var(--text-secondary);border-radius:6px;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s}.styles-module__EuhfFq__windowBtn:hover{color:var(--text-primary)}.styles-module__EuhfFq__windowBtnActive{color:var(--text-primary);background:#63636666;box-shadow:0 3px 8px #0000001f}.styles-module__EuhfFq__simulateBtn{color:#000;background:var(--primary);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:10px;padding:14px 32px;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__EuhfFq__simulateBtn:hover:not(:disabled){box-shadow:0 8px 24px var(--primary-glow);transform:translateY(-2px)}.styles-module__EuhfFq__simulateBtn:disabled{opacity:.7;cursor:not-allowed}.styles-module__EuhfFq__btnSpinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite styles-module__EuhfFq__spin}.styles-module__EuhfFq__simError{border-radius:var(--radius-sm);color:var(--red);background:#ff453a1a;border:1px solid #ff453a33;margin-bottom:20px;padding:12px 16px;font-size:13px}.styles-module__EuhfFq__loadingState,.styles-module__EuhfFq__errorState{text-align:center;color:var(--text-secondary);padding:60px 0;font-size:14px}.styles-module__EuhfFq__loadingSpinner{border:2px solid #ffffff1a;border-top-color:var(--text-primary);border-radius:50%;width:24px;height:24px;margin:0 auto 16px;animation:.8s linear infinite styles-module__EuhfFq__spin}@keyframes styles-module__EuhfFq__spin{to{transform:rotate(360deg)}}.styles-module__EuhfFq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out styles-module__EuhfFq__fadeIn;display:flex;position:fixed;inset:0}.styles-module__EuhfFq__modal{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);width:90%;max-width:600px;max-height:85vh;animation:.25s cubic-bezier(.4,0,.2,1) styles-module__EuhfFq__scaleIn;overflow:hidden}@keyframes styles-module__EuhfFq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes styles-module__EuhfFq__scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.styles-module__EuhfFq__modalHeader{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.styles-module__EuhfFq__modalTitle{color:var(--text-primary);font-size:18px;font-weight:600}.styles-module__EuhfFq__modalClose{width:32px;height:32px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.styles-module__EuhfFq__modalClose:hover{color:var(--text-primary);background:#ffffff14}.styles-module__EuhfFq__modalClose svg{width:18px;height:18px}.styles-module__EuhfFq__modalBody{max-height:calc(85vh - 80px);padding:24px;overflow-y:auto}.styles-module__EuhfFq__resultSection{margin-bottom:24px}.styles-module__EuhfFq__resultChannel{color:var(--text-primary);margin-bottom:8px;font-size:20px;font-weight:600}.styles-module__EuhfFq__resultParams{color:var(--text-secondary);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.styles-module__EuhfFq__metricsGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.styles-module__EuhfFq__metricCard{border:1px solid var(--divider);border-radius:var(--radius-md);background:#ffffff08;flex-direction:column;gap:4px;padding:16px;display:flex}.styles-module__EuhfFq__metricLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-size:11px}.styles-module__EuhfFq__metricValue{font-size:22px;font-weight:700;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__EuhfFq__tradeBreakdown{border-radius:var(--radius-md);background:#ffffff05;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px;display:flex}.styles-module__EuhfFq__breakdownItem{flex-direction:column;gap:2px;min-width:80px;display:flex}.styles-module__EuhfFq__breakdownLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-size:10px}.styles-module__EuhfFq__breakdownValue{font-size:15px;font-weight:600;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__EuhfFq__tradesSection{border-top:1px solid var(--divider);padding-top:20px}.styles-module__EuhfFq__tradesTitle{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:600}.styles-module__EuhfFq__tradesList{flex-direction:column;gap:8px;max-height:200px;display:flex;overflow-y:auto}.styles-module__EuhfFq__tradeRow{border-radius:var(--radius-sm);background:#ffffff05;grid-template-columns:1fr auto auto auto;align-items:center;gap:16px;padding:10px 12px;font-size:13px;display:grid}.styles-module__EuhfFq__tradeSymbol{color:var(--text-primary);font-weight:600}.styles-module__EuhfFq__tradeExit{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.styles-module__EuhfFq__tradeReturn,.styles-module__EuhfFq__tradePnl{font-family:var(--font-mono);font-weight:600}.styles-module__EuhfFq__positive{color:var(--green)}.styles-module__EuhfFq__negative{color:var(--red)}.styles-module__EuhfFq__neutral{color:var(--text-secondary)}@media (max-width:1024px){.styles-module__EuhfFq__container{grid-template-columns:1fr}.styles-module__EuhfFq__mainContent{padding:24px}}@media (max-width:600px){.styles-module__EuhfFq__metricsGrid{grid-template-columns:1fr}.styles-module__EuhfFq__tradeRow{grid-template-columns:1fr 1fr;gap:8px}}
