:root{--tv-accent:#3d8ef8;--tv-accent-glow:#3d8ef840;--tv-green:#26a69a;--tv-red:#ef5350}.TradingViewDemo-module__9w0TzG__page{height:100%;min-height:0;font-family:var(--font-inter,"Inter", system-ui, sans-serif);flex-direction:column;flex:1;transition:background .3s;display:flex;overflow:hidden}.TradingViewDemo-module__9w0TzG__page[data-theme=dark]{--bg-primary:#0b0e14;--bg-surface:#131720;--bg-surface-2:#1a2030;--bg-surface-3:#232c40;--border:#ffffff0f;--text-primary:#e6eaf0;--text-secondary:#8a99b2;--text-muted:#4d5d75;background:var(--bg-primary);color:var(--text-primary)}.TradingViewDemo-module__9w0TzG__page[data-theme=light]{--bg-primary:#f0f3f9;--bg-surface:#fff;--bg-surface-2:#eaeff7;--bg-surface-3:#dde4f0;--border:#00000014;--text-primary:#1a2336;--text-secondary:#5c6f8c;--text-muted:#9aabc4;background:var(--bg-primary);color:var(--text-primary)}.TradingViewDemo-module__9w0TzG__topBar{background:var(--bg-surface);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;height:52px;padding:0 16px;display:flex;position:relative}.TradingViewDemo-module__9w0TzG__brand{white-space:nowrap;align-items:center;gap:8px;margin-right:8px;display:flex}.TradingViewDemo-module__9w0TzG__brandDot{background:var(--tv-accent);width:8px;height:8px;box-shadow:0 0 8px var(--tv-accent-glow);border-radius:50%;animation:2s infinite TradingViewDemo-module__9w0TzG__pulse}@keyframes TradingViewDemo-module__9w0TzG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.TradingViewDemo-module__9w0TzG__brandName{background:linear-gradient(135deg, var(--tv-accent), #8b5cf6);-webkit-text-fill-color:transparent;letter-spacing:-.3px;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:700}.TradingViewDemo-module__9w0TzG__brandTag{background:var(--bg-surface-3);color:var(--text-secondary);border:1px solid var(--border);letter-spacing:.3px;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:500}.TradingViewDemo-module__9w0TzG__symbolSection{position:relative}.TradingViewDemo-module__9w0TzG__symbolCurrent{background:var(--bg-surface-2);border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.TradingViewDemo-module__9w0TzG__symbolCurrent:hover{border-color:var(--tv-accent);color:var(--tv-accent);box-shadow:0 0 0 3px var(--tv-accent-glow)}.TradingViewDemo-module__9w0TzG__symbolLabel{color:var(--text-primary);font-size:14px;font-weight:700}.TradingViewDemo-module__9w0TzG__symbolDropdown{background:var(--bg-surface);border:1px solid var(--border);z-index:999;border-radius:12px;width:250px;animation:.15s TradingViewDemo-module__9w0TzG__fadeDown;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 20px 60px #0006}@keyframes TradingViewDemo-module__9w0TzG__fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.TradingViewDemo-module__9w0TzG__symbolSearchInput{background:var(--bg-surface-2);border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text-primary);outline:none;padding:12px 16px;font-size:13px}.TradingViewDemo-module__9w0TzG__symbolSearchInput::placeholder{color:var(--text-muted)}.TradingViewDemo-module__9w0TzG__symbolList{max-height:240px;list-style:none;overflow-y:auto}.TradingViewDemo-module__9w0TzG__symbolList::-webkit-scrollbar{width:4px}.TradingViewDemo-module__9w0TzG__symbolList::-webkit-scrollbar-track{background:0 0}.TradingViewDemo-module__9w0TzG__symbolList::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.TradingViewDemo-module__9w0TzG__symbolItem{cursor:pointer;justify-content:space-between;align-items:center;padding:10px 16px;transition:background .15s;display:flex}.TradingViewDemo-module__9w0TzG__symbolItem:hover{background:var(--bg-surface-2)}.TradingViewDemo-module__9w0TzG__symbolItemActive{background:#3d8ef81a}.TradingViewDemo-module__9w0TzG__symbolItemTicker{color:var(--text-primary);font-size:13px;font-weight:700}.TradingViewDemo-module__9w0TzG__symbolItemName{color:var(--text-muted);font-size:12px}.TradingViewDemo-module__9w0TzG__quickSymbols{gap:4px;display:flex}.TradingViewDemo-module__9w0TzG__quickSymBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;transition:all .15s}.TradingViewDemo-module__9w0TzG__quickSymBtn:hover{border-color:var(--tv-accent);color:var(--tv-accent);background:var(--tv-accent-glow)}.TradingViewDemo-module__9w0TzG__quickSymActive{box-shadow:0 2px 12px var(--tv-accent-glow);background:var(--tv-accent)!important;border-color:var(--tv-accent)!important;color:#fff!important}.TradingViewDemo-module__9w0TzG__intervalGroup{background:var(--bg-surface-2);border:1px solid var(--border);border-radius:8px;gap:2px;margin-left:auto;padding:3px;display:flex}.TradingViewDemo-module__9w0TzG__ivBtn{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:5px;padding:3px 9px;font-size:11px;font-weight:600;transition:all .15s}.TradingViewDemo-module__9w0TzG__ivBtn:hover{color:var(--text-primary);background:var(--bg-surface-3)}.TradingViewDemo-module__9w0TzG__ivBtnActive{box-shadow:0 2px 8px var(--tv-accent-glow);background:var(--tv-accent)!important;color:#fff!important}.TradingViewDemo-module__9w0TzG__themeToggle{background:var(--bg-surface-2);border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:7px;transition:all .2s;display:flex}.TradingViewDemo-module__9w0TzG__themeToggle:hover{border-color:var(--tv-accent);color:var(--tv-accent);background:var(--tv-accent-glow)}.TradingViewDemo-module__9w0TzG__featureBar{background:var(--bg-surface-2);border-bottom:1px solid var(--border);white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;padding:6px 16px;display:flex;overflow-x:auto}.TradingViewDemo-module__9w0TzG__featureBar::-webkit-scrollbar{display:none}.TradingViewDemo-module__9w0TzG__featurePill{color:var(--text-secondary);background:var(--bg-surface);border:1px solid var(--border);white-space:nowrap;cursor:default;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:500;transition:all .2s}.TradingViewDemo-module__9w0TzG__featurePill:hover{border-color:var(--tv-accent);color:var(--tv-accent)}.TradingViewDemo-module__9w0TzG__workspace,.TradingViewDemo-module__9w0TzG__chartShell{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.TradingViewDemo-module__9w0TzG__instrumentBar{background:var(--bg-surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.TradingViewDemo-module__9w0TzG__instrumentSymbolRow{align-items:center;gap:12px;margin:0;padding:0;display:flex}.TradingViewDemo-module__9w0TzG__instrumentSymbol{color:var(--tv-accent);font-size:16px;font-weight:700}.TradingViewDemo-module__9w0TzG__instrumentExchange{color:var(--text-secondary);background:var(--bg-surface-2);border-radius:4px;padding:2px 8px;font-size:12px}.TradingViewDemo-module__9w0TzG__instrumentStatus{color:var(--tv-green);border-radius:4px;padding:2px 8px;font-size:12px}.TradingViewDemo-module__9w0TzG__instrumentName{color:var(--text-primary);margin:4px 0 0;padding:0;font-size:18px;font-weight:700}.TradingViewDemo-module__9w0TzG__instrumentActions{flex-shrink:0;gap:8px;display:flex}.TradingViewDemo-module__9w0TzG__tradeAction{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.TradingViewDemo-module__9w0TzG__buyAction{background:var(--tv-green);color:#fff}.TradingViewDemo-module__9w0TzG__buyAction:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #26a69a4d}.TradingViewDemo-module__9w0TzG__sellAction{background:var(--tv-red);color:#fff}.TradingViewDemo-module__9w0TzG__sellAction:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #ef53504d}.TradingViewDemo-module__9w0TzG__tradeAction:disabled{opacity:.5;cursor:not-allowed}.TradingViewDemo-module__9w0TzG__chartRow{flex-direction:row;flex:1;min-height:0;display:flex;overflow:hidden}.TradingViewDemo-module__9w0TzG__dockPanel{border-left:1px solid var(--border);background:var(--bg-surface);scrollbar-width:none;flex-shrink:0;width:340px;max-width:40%;min-height:0;max-height:100%;overflow:hidden auto}.TradingViewDemo-module__9w0TzG__dockPanel::-webkit-scrollbar{display:none}.TradingViewDemo-module__9w0TzG__dockPanel>*{min-height:0;height:auto!important}.TradingViewDemo-module__9w0TzG__chartWrapper{flex:1;height:100%;min-height:0;position:relative;overflow:hidden}.TradingViewDemo-module__9w0TzG__chartFrame{border:none;width:100%;height:100%;display:block;position:absolute;inset:0}.TradingViewDemo-module__9w0TzG__footer{background:var(--bg-surface);border-top:1px solid var(--border);height:32px;color:var(--text-muted);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;padding:0 16px;font-size:11px;display:flex;overflow:hidden}.TradingViewDemo-module__9w0TzG__footer strong{color:var(--text-secondary)}.TradingViewDemo-module__9w0TzG__footerDivider{opacity:.3}.TradingViewDemo-module__9w0TzG__footerLink{color:var(--tv-accent);margin-left:auto;text-decoration:none;transition:opacity .15s}.TradingViewDemo-module__9w0TzG__footerLink:hover{opacity:.7;text-decoration:underline}@media (max-width:768px){.TradingViewDemo-module__9w0TzG__brandTag,.TradingViewDemo-module__9w0TzG__quickSymbols,.TradingViewDemo-module__9w0TzG__featureBar,.TradingViewDemo-module__9w0TzG__intervalGroup .TradingViewDemo-module__9w0TzG__ivBtn:nth-child(n+5){display:none}.TradingViewDemo-module__9w0TzG__topBar{gap:8px}}@media (max-width:480px){.TradingViewDemo-module__9w0TzG__intervalGroup{display:none}}
