.tg-chat-header,.tg-demo-live-tag{display:flex;align-items:center;color:#fff}.tg-demo-wrapper{position:relative;max-width:520px}.tg-demo-live-tag{position:absolute;top:-12px;right:20px;gap:6px;background:#ef4444;padding:6px 14px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.5px;z-index:10;box-shadow:0 4px 15px rgba(239,68,68,.4)}.tg-live-dot{width:6px;height:6px;background:#fff;border-radius:50%;animation:1s infinite tg-pulse}@keyframes tg-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.tg-chat{background:#fff;border-radius:16px;box-shadow:0 25px 80px rgba(0,0,0,.15);overflow:hidden;border:1px solid #e2e8f0}.tg-chat-header{gap:12px;padding:16px 20px;background:linear-gradient(135deg,var(--primary,#070078) 0,#0a0a7f 100%)}.tg-chat-avatar,.tg-chat-status{align-items:center;display:flex}.tg-chat-avatar{position:relative;width:44px;height:44px;background:rgba(255,255,255,.2);border-radius:50%;justify-content:center;font-size:1.1rem;flex-shrink:0}.tg-avatar-pulse{position:absolute;inset:-3px;border:2px solid var(--accent,#10b981);border-radius:50%;animation:2s infinite tg-pulse}.tg-chat-title{flex:1}.tg-chat-title h3{margin:0 0 .15rem;font-size:.95rem;font-weight:700}.tg-chat-status{gap:6px;font-size:.7rem;color:rgba(255,255,255,.8)}.tg-status-dot{width:6px;height:6px;background:var(--accent,#10b981);border-radius:50%}.tg-chat-indicators{display:flex;gap:8px;margin-left:auto}.tg-indicator{width:30px;height:30px;background:rgba(255,255,255,.1);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:rgba(255,255,255,.5);transition:.3s}.tg-indicator.active{background:rgba(16,185,129,.2);color:var(--accent,#10b981)}.tg-chat-messages{height:320px;overflow-y:auto;padding:16px;background:#f8fafc;scroll-behavior:smooth;display:flex;flex-direction:column;gap:12px}.tg-msg{display:flex;gap:10px;opacity:0;transform:translateY(10px);transition:.3s}.tg-msg.show{opacity:1;transform:translateY(0)}.tg-msg.user{flex-direction:row-reverse}.tg-msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0;background:linear-gradient(135deg,var(--primary,#070078),var(--accent,#10b981));color:#fff}.tg-msg-bubble{max-width:85%;padding:12px 14px;border-radius:12px;font-size:.8rem;line-height:1.5}.tg-msg.user .tg-msg-bubble{background:var(--primary,#070078);color:#fff;border-radius:12px 12px 0}.tg-msg.bot .tg-msg-bubble{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:0 12px 12px;box-shadow:0 2px 6px rgba(0,0,0,.04)}.tg-typing .tg-msg-bubble{padding:14px 16px}.tg-typing-dots{display:flex;gap:4px}.tg-typing-dots span{width:7px;height:7px;background:#94a3b8;border-radius:50%;animation:1.4s infinite tg-typing-bounce}.tg-typing-dots span:nth-child(2){animation-delay:.2s}.tg-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes tg-typing-bounce{0%,100%,60%{transform:translateY(0)}30%{transform:translateY(-5px)}}.tg-chat-input{padding:12px 16px;background:#fff;border-top:1px solid #e2e8f0}.tg-input-wrapper{display:flex;gap:8px}.tg-input-wrapper input{flex:1;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.8rem;outline:0}.tg-input-wrapper button:disabled,.tg-input-wrapper input:disabled{cursor:not-allowed;opacity:.6}.tg-input-wrapper button{width:40px;height:40px;background:var(--primary,#070078);border:none;border-radius:8px;color:#fff;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.tg-input-hint{text-align:center;margin:8px 0 0;font-size:.7rem;color:#64748b}.tg-input-hint a{color:var(--primary,#070078);font-weight:600}.tg-data-feed{margin-top:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px}.tg-feed-item{display:flex;align-items:center;gap:8px;font-size:.75rem;color:rgba(255,255,255,.6)}.demo-header,.demo-title{align-items:center;display:flex}.tg-feed-item i{font-size:.4rem;color:#64748b}.tg-feed-item i.active{color:var(--accent,#10b981);animation:1s infinite tg-pulse}.demo-header{justify-content:space-between;flex-wrap:wrap;gap:8px;padding:8px 10px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;border-radius:6px 6px 0 0;margin:-12px -14px 10px}.demo-title{gap:6px;font-size:.8rem;font-weight:700;color:#0f172a}.demo-title i{font-size:.7rem;color:var(--primary,#070078)}.demo-price-group{display:flex;align-items:center;gap:8px}.demo-price{font-size:1.1rem;font-weight:800;color:#0f172a}.demo-price-currency{font-size:.6rem;font-weight:500;color:#64748b;margin-left:2px}.demo-change{font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:4px}.demo-change.up,.demo-ma-badge.above,.demo-metric-tag.bullish,.demo-sr-icon.support{background:#dcfce7;color:#15803d}.demo-change.down,.demo-ma-badge.below,.demo-metric-tag.bearish,.demo-sr-icon.resistance{background:#fee2e2;color:#dc2626}.demo-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e2e8f0;margin:10px 0;border-radius:6px;overflow:hidden}.demo-metric{display:flex;flex-direction:column;align-items:center;padding:8px 6px;background:#f8fafc}.demo-metric-label{font-size:.55rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}.demo-metric-tag,.demo-risk-card .label{letter-spacing:.3px;text-transform:uppercase}.demo-metric-value{font-size:.95rem;font-weight:800;color:#0f172a}.demo-metric-value.up,.demo-sent-card .value.positive,.demo-sent-signal.pos{color:#15803d}.demo-metric-value.down,.demo-sent-card .value.negative,.demo-sent-signal.neg{color:#dc2626}.demo-metric-value.warn{color:#d97706}.demo-metric-tag{font-size:.5rem;font-weight:700;padding:2px 6px;border-radius:3px;margin-top:3px}.demo-metric-tag.neutral{background:#f1f5f9;color:#64748b}.demo-metric-tag.oversold{background:#fef3c7;color:#b45309}.demo-sr-row{display:flex;justify-content:center;gap:20px;padding:8px 0;margin:8px 0;background:#fafafa;border-radius:6px}.demo-sr-item{display:flex;align-items:center;gap:6px;font-size:.7rem}.demo-sr-icon{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.55rem}.demo-ma-header,.demo-ma-row{display:grid;grid-template-columns:1fr 1fr 80px;padding:6px 10px}.demo-sr-label{color:#64748b;font-weight:500}.demo-ma-value,.demo-sr-value{font-weight:700;color:#0f172a}.demo-ma-table{margin:10px 0;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.demo-risk-section,.demo-sentiment,.demo-trend{margin:8px 0}.demo-ma-header{background:#f1f5f9;font-size:.55rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.demo-ma-row{font-size:.7rem;border-top:1px solid #f1f5f9;align-items:center}.demo-ma-row:first-of-type{border-top:none}.demo-ma-row.highlight{background:#fffbeb}.demo-ma-name{color:#475569;font-weight:500}.demo-ma-status{text-align:right}.demo-ma-badge{font-size:.5rem;font-weight:700;padding:2px 6px;border-radius:3px;text-transform:uppercase}.demo-trend{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f8fafc;border-radius:6px}.demo-trend-label{font-size:.65rem;font-weight:600;color:#64748b;white-space:nowrap}.demo-trend-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.demo-trend-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#fbbf24,#f97316,#ef4444)}.demo-trend-value{font-size:.75rem;font-weight:800;color:#dc2626;min-width:35px;text-align:right}.demo-risk-grid,.demo-sent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:8px}.demo-risk-card{display:flex;flex-direction:column;align-items:center;padding:8px 6px;border-radius:8px;text-align:center}.demo-risk-card i{font-size:1rem;margin-bottom:4px}.demo-risk-card .label{font-size:.55rem;font-weight:600;opacity:.85;margin-bottom:2px}.demo-risk-card .level{font-size:.75rem;font-weight:800}.demo-risk-card.high{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border:1px solid #fecaca}.demo-risk-card.med{background:linear-gradient(135deg,#fffbeb,#fef3c7);color:#b45309;border:1px solid #fde68a}.demo-risk-card.low{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d;border:1px solid #bbf7d0}.demo-risk-list{display:flex;flex-direction:column;gap:4px}.demo-risk-item{display:flex;align-items:flex-start;gap:8px;padding:6px 8px;background:#f8fafc;border-radius:4px;font-size:.65rem;color:#475569;line-height:1.4}.demo-risk-item i{color:#94a3b8;font-size:.6rem;margin-top:1px;flex-shrink:0;width:14px}.demo-sent-card{display:flex;flex-direction:column;align-items:center;padding:8px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.demo-sent-card .value{font-size:1rem;font-weight:800;color:#0f172a}.demo-sent-card .value.neutral{color:#64748b}.demo-insight i,.demo-sent-card .value.primary{color:var(--primary,#070078)}.demo-sent-card .label{font-size:.5rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.demo-sent-signals{display:flex;justify-content:center;gap:10px}.demo-sent-signal{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:700}.demo-sector-head,.demo-sent-bar-labels{justify-content:space-between;display:flex}.demo-sent-signal i{font-size:.55rem}.demo-sent-bar-container{margin-top:8px}.demo-sent-bar-labels{font-size:.55rem;color:#64748b;margin-bottom:3px}.demo-sent-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;display:flex}.demo-sent-bar-fill{height:100%}.demo-sent-bar-fill.pos{background:#22c55e}.demo-sent-bar-fill.neutral{background:#94a3b8}.demo-sent-bar-fill.neg{background:#ef4444}.demo-insight{display:flex;gap:8px;margin-top:10px;padding:10px 12px;background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(16,185,129,.05));border-left:3px solid var(--primary,#070078);border-radius:0 6px 6px 0}.demo-insight i{font-size:.7rem;margin-top:1px;flex-shrink:0}.demo-insight-text{font-size:.68rem;color:#334155;line-height:1.55}.demo-sector{display:flex;flex-direction:column;padding:8px 10px;margin:6px 0;border-radius:4px;font-size:.75rem}.demo-info-box,.demo-stock-card{padding:10px;border-radius:6px;background:#f8fafc}.demo-sector.green{background:rgba(16,185,129,.1);border-left:2px solid #10b981}.demo-sector.red{background:rgba(239,68,68,.1);border-left:2px solid #ef4444}.demo-sector-head{align-items:center}.demo-perf{font-weight:700}.demo-perf.up,.demo-table .up{color:#10b981}.demo-perf.down,.demo-table .down{color:#ef4444}.demo-sector-meta{font-size:.65rem;color:#64748b;margin-top:2px}.demo-table{width:100%;font-size:.75rem;margin:8px 0;border-collapse:collapse}.demo-table td{padding:6px 8px;border-bottom:1px solid #f1f5f9}.demo-info-box{font-size:.75rem;line-height:1.6}.demo-stock-card{margin:6px 0}.demo-stock-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.demo-badge-change{font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:4px}.demo-badge-change.up,.tg-change-light.up{background:rgba(16,185,129,.15);color:#10b981}.demo-badge-change.down{background:rgba(239,68,68,.15);color:#ef4444}.demo-stock-card p{font-size:.7rem;color:#64748b;margin:0;line-height:1.4}.demo-analysis-section{margin:10px 0;padding:10px;background:#f8fafc;border-radius:6px}.demo-analysis-section h4{font-size:.75rem;font-weight:700;color:var(--primary,#070078);margin:0 0 8px}.demo-analysis-section ul{margin:0;padding-left:16px;font-size:.7rem;line-height:1.6}.demo-analysis-section li{margin-bottom:2px}.demo-summary-box{background:rgba(16,185,129,.08);padding:12px;border-radius:8px;border:1px solid #10b981;font-size:.7rem;line-height:1.6}.tg-comparison-section-light{background:var(--off-white,#f8fafc);padding:5rem 0}.tg-comparison-light{display:grid;grid-template-columns:1fr 80px 1fr;gap:2rem;align-items:stretch}.tg-compare-card-light{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.tg-compare-card-light.tg-regular-light{opacity:.85}.tg-compare-card-light.tg-powered-light{border-color:rgba(16,185,129,.4);box-shadow:0 4px 30px rgba(16,185,129,.15)}.tg-compare-header-light{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0}.tg-compare-icon-light{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.tg-compare-icon-light.bad,.tg-compare-tag-light.bad{background:rgba(239,68,68,.1);color:#ef4444}.tg-compare-icon-light.good,.tg-compare-tag-light.good{background:rgba(16,185,129,.1);color:#10b981}.tg-compare-header-light h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.tg-compare-tag-light{display:inline-block;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.tg-compare-brain-light{margin-bottom:1.5rem}.tg-brain-visual-light{text-align:center;margin-bottom:1.25rem}.tg-brain-core-light{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .6rem;font-size:1.75rem;position:relative}.tg-brain-visual-light.limited .tg-brain-core-light,.tg-sample-output-light.bad .tg-sample-a-light>i{background:#f1f5f9;color:#94a3b8}.tg-brain-visual-light.powered .tg-brain-core-light,.tg-sample-output-light.good .tg-sample-a-light>i{background:linear-gradient(135deg,#10b981,var(--primary,#070078));color:#fff}.tg-brain-rings-light{position:absolute;inset:0}.tg-brain-core-light.active .tg-brain-rings-light span{position:absolute;inset:-8px;border:2px solid #10b981;border-radius:50%;opacity:0;animation:2s infinite tg-ring-pulse-light}.tg-brain-core-light.active .tg-brain-rings-light span:nth-child(2){animation-delay:.5s}.tg-brain-core-light.active .tg-brain-rings-light span:nth-child(3){animation-delay:1s}@keyframes tg-ring-pulse-light{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.5);opacity:0}}.tg-brain-label-light{font-size:.8rem;color:#64748b}.tg-data-streams-light{display:flex;flex-direction:column;gap:.4rem}.tg-stream-item-light{display:flex;align-items:center;gap:.6rem;padding:.5rem .85rem;border-radius:6px;font-size:.8rem;position:relative;overflow:hidden}.tg-stream-item-light.disconnected{background:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.2);color:#ef4444;padding:.7rem .85rem}.tg-stream-item-light.connected{background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.2);color:#10b981;padding:.6rem .85rem}.tg-stream-info{display:flex;flex-direction:column;flex:1;min-width:0}.tg-stream-title{font-weight:600;font-size:.8rem;color:#10b981}.tg-stream-detail{font-size:.65rem;color:#64748b;margin-top:.1rem}.tg-stream-flow-light{position:absolute;right:0;top:0;bottom:0;width:100%;background:linear-gradient(90deg,transparent,rgba(16,185,129,.15),transparent);animation:2s infinite tg-stream-flow-light}.tg-stream-item-light:first-child .tg-stream-flow-light{animation-delay:0s}.tg-stream-item-light:nth-child(2) .tg-stream-flow-light{animation-delay:.3s}.tg-stream-item-light:nth-child(3) .tg-stream-flow-light{animation-delay:.6s}.tg-stream-item-light:nth-child(4) .tg-stream-flow-light{animation-delay:.9s}@keyframes tg-stream-flow-light{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.tg-sample-output-light{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem}.tg-sample-a-light>i,.tg-sample-q-light i,.tg-vs-light span{border-radius:50%;display:flex}.tg-sample-output-light.good{background:rgba(16,185,129,.03);border-color:rgba(16,185,129,.2)}.tg-sample-q-light{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.85rem;color:#334155}.tg-sample-q-light i{width:24px;height:24px;background:var(--primary,#070078);align-items:center;justify-content:center;font-size:.65rem;color:#fff}.tg-sample-a-light{display:flex;gap:.6rem}.tg-sample-a-light>i{width:24px;height:24px;align-items:center;justify-content:center;font-size:.65rem;flex-shrink:0}.tg-sample-a-light p{font-size:.8rem;line-height:1.55;color:#64748b;margin:0}.tg-sample-output-light.good .tg-sample-a-light p{color:#334155}.tg-live{color:#10b981;font-weight:700}.tg-change-light{font-size:.75rem;font-weight:600;padding:.1rem .35rem;border-radius:3px}.tg-vs-light{display:flex;align-items:center;justify-content:center}.tg-vs-light span{width:55px;height:55px;background:linear-gradient(135deg,var(--primary,#070078),#10b981);align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:.9rem;box-shadow:0 4px 20px rgba(7,0,120,.25)}.tg-comparison-cta-light{display:flex;justify-content:center;gap:1rem;margin-top:3rem}@media (max-width:1100px){.tg-comparison-light{grid-template-columns:1fr;gap:1.5rem}.tg-vs-light{transform:rotate(90deg);margin:1rem 0}}@media (max-width:768px){.tg-demo-wrapper{max-width:100%}.tg-chat-messages{height:280px}.tg-chat-header{flex-wrap:wrap;gap:8px}.tg-chat-indicators{margin-left:0;margin-top:8px;width:100%}.demo-metrics{gap:1px}.demo-metric,.demo-risk-card{padding:6px 4px}.demo-metric-value{font-size:.85rem}.demo-risk-grid,.demo-sent-grid{gap:4px}.tg-stream-detail{font-size:.6rem}.tg-stream-title{font-size:.75rem}.tg-comparison-cta-light{flex-direction:column;align-items:center}.tg-comparison-cta-light .btn-primary,.tg-comparison-cta-light .btn-secondary{width:100%;max-width:300px;justify-content:center}}@media (max-width:480px){.demo-header{flex-direction:column;align-items:flex-start;gap:6px}.demo-price-group{width:100%;justify-content:space-between}}
