.nexus-fx-chart{--nexus-bg:#ffffff;--nexus-text:#101828;--nexus-muted:#667085;--nexus-border:#d0d5dd;--nexus-soft:#f9fafb;--nexus-active:#111827;--nexus-active-text:#ffffff;width:100%;box-sizing:border-box;border:1px solid var(--nexus-border);border-radius:18px;background:var(--nexus-bg);color:var(--nexus-text);overflow:hidden;box-shadow:0 12px 35px rgb(16 24 40 / .08);margin:24px 0}.nexus-fx-chart,.nexus-fx-chart *{box-sizing:border-box}.nexus-fx-chart--dark{--nexus-bg:#0b1220;--nexus-text:#f8fafc;--nexus-muted:#cbd5e1;--nexus-border:#1e293b;--nexus-soft:#111827;--nexus-active:#f8fafc;--nexus-active-text:#0b1220}.nexus-fx-chart__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid var(--nexus-border);background:var(--nexus-soft)}.nexus-fx-chart__title{margin:0;font-size:clamp(20px, 2vw, 28px);line-height:1.2;color:var(--nexus-text)}.nexus-fx-chart__subtitle{margin:8px 0 0;color:var(--nexus-muted);font-size:14px;line-height:1.5}.nexus-fx-chart__toggle{display:inline-flex;gap:8px;padding:6px;border:1px solid var(--nexus-border);border-radius:999px;background:var(--nexus-bg);flex:0 0 auto}.nexus-fx-chart__button{appearance:none;border:0;border-radius:999px;background:#fff0;color:var(--nexus-text);cursor:pointer;font-weight:700;line-height:1.15;padding:10px 14px;min-width:120px;transition:background-color 160ms ease,color 160ms ease,transform 160ms ease}.nexus-fx-chart__button:hover,.nexus-fx-chart__button:focus-visible{transform:translateY(-1px);outline:none}.nexus-fx-chart__button.is-active{background:var(--nexus-active);color:var(--nexus-active-text)}.nexus-fx-chart__button span{display:block;font-size:11px;font-weight:500;opacity:.82;margin-top:3px}.nexus-fx-chart__body{position:relative;width:100%;height:var(--nexus-chart-height,620px);min-height:350px;background:var(--nexus-bg)}.nexus-fx-chart__widget{width:100%;height:100%}.nexus-fx-chart__widget iframe{width:100%!important;height:100%!important}.nexus-fx-chart__loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--nexus-bg);color:var(--nexus-muted);font-size:14px;z-index:2}.nexus-fx-chart__note{margin:0;padding:14px 20px;border-top:1px solid var(--nexus-border);color:var(--nexus-muted);font-size:12px;line-height:1.5}@media (max-width:720px){.nexus-fx-chart__header{display:block}.nexus-fx-chart__toggle{display:flex;margin-top:16px;width:100%}.nexus-fx-chart__button{min-width:0;width:50%;padding:10px 8px;font-size:13px}.nexus-fx-chart__body{height:min(var(--nexus-chart-height, 620px), 520px)}}