@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f5f5;height:100vh;overflow:hidden;margin:0}#root{height:100vh;width:100vw}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}.chart-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;border:1px solid #f0f0f0;transition:all .3s ease;cursor:grab}.chart-card:active{cursor:grabbing}.chart-card:hover{box-shadow:0 4px 16px #e31e2426;transform:translateY(-2px)}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.chart-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.chart-actions{display:flex;gap:8px}.chart-action-btn,.unpin-btn{background:none;border:none;color:#e31e24;cursor:pointer;padding:6px;border-radius:6px;transition:background .2s;font-size:18px}.chart-action-btn:hover,.unpin-btn:hover{background:#fff0f0}.chart-container{position:relative;height:250px;transition:background .2s;border-radius:8px}.chart-container:hover{background:#fafafa}.chat-overlay{position:fixed;right:0;top:0;height:100vh;width:450px;background:#fff;border-left:1px solid #e5e5e5;z-index:100;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a}.chat-section{flex:1;display:flex;flex-direction:column}.chat-header{padding:20px 24px;background:linear-gradient(135deg,#e31e24,#c8102e);color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-header-left{display:flex;align-items:center;gap:12px}.chat-icon{width:36px;height:36px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.chat-header-text h3{font-size:18px;font-weight:600;margin:0}.chat-header-text p{font-size:13px;opacity:.9;margin:2px 0 0}.close-chat-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-chat-btn:hover{background:#ffffff4d}.chat-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.message{display:flex;gap:12px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.message.ai .message-avatar{background:linear-gradient(135deg,#e31e24,#c8102e)}.message.user .message-avatar{background:#f0f0f0}.message-content{max-width:75%}.message-bubble{padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}.message.ai .message-bubble{background:#f8f8f8;color:#1a1a1a;border-bottom-left-radius:4px}.message.user .message-bubble{background:#e31e24;color:#fff;border-bottom-right-radius:4px}.typing-indicator{display:flex;gap:4px;padding:4px 0}.typing-dot{width:8px;height:8px;border-radius:50%;background:#999;animation:typing 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-10px);opacity:1}}.chat-suggestions{padding:12px 24px;display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #f0f0f0}.suggestion-chip{padding:8px 14px;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:16px;font-size:13px;cursor:pointer;transition:all .2s}.suggestion-chip:hover{background:#fff0f0;border-color:#e31e24;color:#e31e24}.chat-input-area{padding:20px 24px;border-top:1px solid #e5e5e5;background:#fff}.input-wrapper{display:flex;gap:12px;align-items:flex-end}.chat-input{flex:1;padding:12px 16px;border:1px solid #e5e5e5;border-radius:12px;font-size:14px;resize:none;font-family:inherit;min-height:48px;max-height:120px;transition:border-color .2s}.chat-input:focus{outline:none;border-color:#e31e24}.send-btn{width:48px;height:48px;background:linear-gradient(135deg,#e31e24,#c8102e);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:20px;transition:transform .2s;flex-shrink:0}.send-btn:hover:not(:disabled){transform:scale(1.05)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.saved-charts-panel{width:300px;background:#fafafa;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;overflow:hidden}.saved-charts-header{padding:20px 24px;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.saved-charts-header h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}.saved-charts-count{background:#e31e24;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.saved-charts-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.empty-saved-charts{text-align:center;padding:60px 20px;color:#999}.empty-saved-charts-icon{font-size:48px;margin-bottom:12px;opacity:.3}.empty-saved-charts h4{font-size:16px;font-weight:600;margin:0 0 8px;color:#666}.empty-saved-charts p{font-size:13px;margin:0}.saved-chart-item{background:#fff;border-radius:8px;padding:12px;border:1px solid #e5e5e5;transition:all .2s}.saved-chart-item:hover{box-shadow:0 2px 8px #00000014;border-color:#e31e24}.saved-chart-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.saved-chart-item-title{font-size:14px;font-weight:600;color:#1a1a1a;flex:1;line-height:1.3}.saved-chart-item-actions{display:flex;gap:4px}.saved-chart-item-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;font-size:14px;transition:background .2s}.saved-chart-item-btn:hover{background:#f0f0f0}.saved-chart-item-btn.pin{color:#e31e24}.saved-chart-item-btn.delete{color:#666}.saved-chart-item-btn.delete:hover{background:#fff0f0;color:#e31e24}.saved-chart-item-info{display:flex;gap:6px;font-size:11px;color:#999;margin-bottom:8px}.saved-chart-item-thumbnail{height:120px;background:#f8f8f8;border-radius:6px;padding:8px;overflow:hidden}.data-table-area{height:0;background:#fafafa;border-top:1px solid #e5e5e5;overflow:hidden;transition:height .3s ease}.data-table-area.active{height:540px}.data-table-header{padding:16px 24px;background:#fff;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.data-table-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}.close-table-btn{background:none;border:none;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:18px;transition:background .2s}.close-table-btn:hover{background:#f0f0f0}.data-table-content{padding:16px 24px;overflow:auto;height:calc(100% - 57px)}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.data-table thead{background:#f8f8f8}.data-table th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:#666;border-bottom:2px solid #e5e5e5}.data-table td{padding:10px 14px;font-size:14px;color:#1a1a1a;border-bottom:1px solid #f0f0f0}.data-table tbody tr:hover{background:#f8f8f8}.data-table tbody tr:last-child td{border-bottom:none}.container{display:flex;height:100vh;position:relative}.dashboard-panel{flex:1;background:#fff;display:flex;flex-direction:column;overflow:hidden}.dashboard-content{flex:1;padding:24px;overflow-y:auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.logo-section{display:flex;align-items:center;gap:16px}.logo{width:48px;height:48px;background:#e31e24;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.logo img{width:100%;height:100%;object-fit:contain}.dashboard-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.dashboard-subtitle{font-size:14px;color:#666;margin:4px 0 0}.header-actions{display:flex;gap:12px;align-items:center}.badge{display:inline-block;padding:6px 14px;background:#fff0f0;color:#e31e24;border-radius:20px;font-size:13px;font-weight:600}.ai-chat-toggle-btn{padding:10px 20px;background:linear-gradient(135deg,#e31e24,#c8102e);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #e31e2433}.ai-chat-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e31e244d}.pinned-charts{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px}.empty-state{text-align:center;padding:80px 20px;color:#999}.empty-state-icon{font-size:64px;margin-bottom:16px;opacity:.3}.empty-state h3{font-size:20px;font-weight:600;margin:0 0 8px;color:#666}.empty-state p{font-size:14px;margin:0}
