.FX-module__wrDG8G__container{color:#e0e0e0;background:#0a0a0a;min-height:100vh;padding:1.5rem;font-family:Courier New,monospace}.FX-module__wrDG8G__header{border-bottom:2px solid #ff8c00;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.FX-module__wrDG8G__header h1{color:#ff8c00;margin:0;font-size:1.6em}.FX-module__wrDG8G__subtitle{color:#888;margin:.3rem 0 0;font-size:.85em}.FX-module__wrDG8G__headerActions{align-items:center;gap:1rem;display:flex}.FX-module__wrDG8G__updateTime{color:#666;font-size:.85em}.FX-module__wrDG8G__refreshBtn{color:#000;cursor:pointer;background:#ff8c00;border:none;border-radius:3px;padding:.5rem 1.2rem;font-family:inherit;font-weight:700}.FX-module__wrDG8G__refreshBtn:disabled{opacity:.6;cursor:not-allowed}.FX-module__wrDG8G__summaryBar{background:#1a1a1a;border:1px solid #333;border-radius:4px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1rem;padding:1rem;display:grid}.FX-module__wrDG8G__summaryItem{text-align:center}.FX-module__wrDG8G__summaryLabel{color:#888;text-transform:uppercase;margin-bottom:.3rem;font-size:.75em;display:block}.FX-module__wrDG8G__summaryValue{font-size:1em;font-weight:700}.FX-module__wrDG8G__strengthSection{background:#1a1a1a;border:1px solid #333;border-radius:4px;margin-bottom:1rem;padding:1rem}.FX-module__wrDG8G__strengthSection h3{color:#ff8c00;margin:0 0 1rem;font-size:1em}.FX-module__wrDG8G__strengthGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;display:grid}.FX-module__wrDG8G__strengthItem{grid-template-columns:50px 1fr 50px;align-items:center;gap:.5rem;padding:.4rem 0;display:grid}.FX-module__wrDG8G__currencyName{color:#e0e0e0;font-weight:700}.FX-module__wrDG8G__strengthBar{color:#fff;text-shadow:0 1px 2px #00000080;border-radius:3px;justify-content:center;align-items:center;min-width:50px;height:24px;font-size:.8em;font-weight:600;display:flex}.FX-module__wrDG8G__carryRate{color:#888;text-align:right;font-size:.85em}.FX-module__wrDG8G__tabs{border-bottom:1px solid #333;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.FX-module__wrDG8G__tab{color:#888;cursor:pointer;background:0 0;border:1px solid #333;border-radius:3px 3px 0 0;padding:.6rem 1.2rem;font-family:inherit;transition:all .2s}.FX-module__wrDG8G__tab:hover{color:#e0e0e0;background:#ff8c001a}.FX-module__wrDG8G__activeTab{color:#000;background:#ff8c00;border-color:#ff8c00;font-weight:600}.FX-module__wrDG8G__tabContent{background:#1a1a1a;border:1px solid #333;border-radius:4px;min-height:350px}.FX-module__wrDG8G__tableWrapper{overflow-x:auto}.FX-module__wrDG8G__dataTable{border-collapse:collapse;width:100%;font-size:.85em}.FX-module__wrDG8G__dataTable th{text-align:center;color:#888;white-space:nowrap;background:#0b1220;border-bottom:2px solid #ff8c00;padding:.8rem .5rem;font-size:.85em;position:sticky;top:0}.FX-module__wrDG8G__dataTable td{text-align:center;border-bottom:1px solid #222;padding:.6rem .5rem}.FX-module__wrDG8G__dataTable tbody tr:hover{background:#ff8c001a}.FX-module__wrDG8G__dataTable td:first-child{text-align:left;padding-left:1rem}.FX-module__wrDG8G__positive{color:#2a2}.FX-module__wrDG8G__negative{color:#c44}.FX-module__wrDG8G__neutral{color:#888}.FX-module__wrDG8G__bullish{color:#2a2}.FX-module__wrDG8G__bearish{color:#c44}.FX-module__wrDG8G__signalBadge{border-radius:3px;padding:.25rem .5rem;font-size:.75em;font-weight:700;display:inline-block}.FX-module__wrDG8G__signalBadge.FX-module__wrDG8G__bullish{background:#2a23;border:1px solid #2a2}.FX-module__wrDG8G__signalBadge.FX-module__wrDG8G__bearish{background:#c443;border:1px solid #c44}.FX-module__wrDG8G__signalBadge.FX-module__wrDG8G__neutral{background:#6663;border:1px solid #666}.FX-module__wrDG8G__synthesisTab{padding:1.5rem}.FX-module__wrDG8G__synthesisTab h3{color:#ff8c00;margin:0 0 1rem}.FX-module__wrDG8G__synthesisText{margin:0;font-size:.95em;line-height:1.7}.FX-module__wrDG8G__synthLoading{color:#888;align-items:center;gap:1rem;padding:2rem;display:flex}.FX-module__wrDG8G__synthPlaceholder{color:#666;font-style:italic}.FX-module__wrDG8G__loadingOverlay{z-index:1000;background:#0a0a0af2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.FX-module__wrDG8G__loadingContent{text-align:center}.FX-module__wrDG8G__loadingContent h2{color:#ff8c00;margin:1.5rem 0 .5rem}.FX-module__wrDG8G__loadingContent p{color:#888}.FX-module__wrDG8G__spinner{border:4px solid #333;border-top-color:#ff8c00;border-radius:50%;width:50px;height:50px;margin:0 auto;animation:1s linear infinite FX-module__wrDG8G__spin}.FX-module__wrDG8G__spinnerSmall{border:3px solid #333;border-top-color:#ff8c00;border-radius:50%;width:24px;height:24px;animation:1s linear infinite FX-module__wrDG8G__spin}@keyframes FX-module__wrDG8G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.FX-module__wrDG8G__header{flex-direction:column;align-items:flex-start;gap:1rem}.FX-module__wrDG8G__summaryBar{grid-template-columns:repeat(2,1fr)}.FX-module__wrDG8G__strengthGrid{grid-template-columns:1fr}}
