.chatbot-demo,.dashboard-demo{width:100%;height:280px;background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative}.demo-container{padding:12px;height:100%;display:flex;flex-direction:column;overflow:hidden;font-size:11px}.demo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.demo-title{font-size:14px;font-weight:600;color:#1f2937}.demo-status{font-size:10px;color:#6b7280}.demo-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.metric{background:#f3f4f6;padding:8px;border-radius:6px;text-align:center}.metric-label{font-size:9px;color:#6b7280;margin-bottom:4px}.metric-value{font-size:16px;font-weight:700;color:#1f2937;margin-bottom:2px}.metric-change{font-size:9px;color:#10b981}.pulse-number{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.demo-charts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.chart-box{background:#f9fafb;padding:6px;border-radius:4px}.chart-label{font-size:9px;color:#6b7280;margin-bottom:4px}.mini-bars{display:flex;align-items:flex-end;gap:2px;height:25px}.mini-bar{flex:1;background:#7c3aed;border-radius:2px;animation:barGrow 1s ease-out forwards}.mini-bar:first-child{animation-delay:0s}.mini-bar:nth-child(2){animation-delay:.1s}.mini-bar:nth-child(3){animation-delay:.2s}.mini-bar:nth-child(4){animation-delay:.3s}.mini-bar:nth-child(5){animation-delay:.4s}.mini-bar:nth-child(6){animation-delay:.5s}.mini-bar:nth-child(7){animation-delay:.6s}@keyframes barGrow{0%{height:0}}.trend-line{height:25px}.mini-chart{width:100%;height:100%}.demo-activity{flex:1;overflow:hidden}.activity-header{font-size:10px;font-weight:600;color:#4b5563;margin-bottom:6px}.live-dot{color:#10b981;animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.activity-items{display:flex;flex-direction:column;gap:4px}.activity-item{display:flex;align-items:center;gap:6px;font-size:10px;opacity:0}.activity-item,.slide-in{animation:slideIn .5s ease-out forwards}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dot.high{background:#ef4444}.dot.medium{background:#f59e0b}.dot.low{background:#10b981}.activity-text{flex:1;color:#1f2937}.activity-time{font-size:9px;color:#9ca3af}.chat-header{gap:8px;padding-bottom:8px;border-bottom:1px solid #e5e7eb;margin-bottom:8px}.chat-avatar,.chat-header{display:flex;align-items:center}.chat-avatar{position:relative;width:32px;height:32px;background:linear-gradient(135deg,#7c3aed,#6366f1);border-radius:50%;justify-content:center}.avatar-emoji{font-size:16px}.online-dot{position:absolute;bottom:0;right:0;width:8px;height:8px;background:#10b981;border:2px solid white;border-radius:50%}.chat-info{flex:1}.chat-name{font-size:12px;font-weight:600;color:#1f2937}.chat-status{font-size:9px;color:#10b981}.chat-messages{flex:1;overflow-y:auto;margin-bottom:8px;display:flex;flex-direction:column;gap:6px}.chat-message{display:flex;align-items:flex-start;gap:6px;opacity:0}.chat-message,.fade-in{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chat-message.ai{justify-content:flex-start}.chat-message.user{justify-content:flex-end;flex-direction:row-reverse}.msg-avatar{font-size:14px;flex-shrink:0}.msg-bubble{background:#f3f4f6;padding:6px 10px;border-radius:12px;max-width:70%;font-size:10px;line-height:1.4}.user .msg-bubble{background:#7c3aed;color:white}.typing-indicator{display:flex;gap:3px;padding:8px;background:#f3f4f6;border-radius:12px;width:-moz-fit-content;width:fit-content;margin-left:20px}.typing-dot{width:4px;height:4px;background:#6b7280;border-radius:50%;animation:typingDot 1.4s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-input-area{display:flex;gap:6px;padding-top:8px;border-top:1px solid #e5e7eb}.chat-input{flex:1;padding:4px 8px;border:1px solid #d1d5db;border-radius:16px;font-size:10px;background:#f9fafb}.send-btn{width:28px;height:28px;border-radius:50%;background:#7c3aed;color:white;border:none;display:flex;align-items:center;justify-content:center;font-size:14px;opacity:.5;cursor:not-allowed}@media (max-width:768px){.chatbot-demo,.dashboard-demo{height:240px}.demo-container{padding:10px}.demo-metrics{grid-template-columns:1fr 1fr}}