:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;--display: flex;--place-items: center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #3b82f6;--primary-dark: #2563eb;--primary-light: #60a5fa;--surface-color: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--surface-color);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.app{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.app-header{background:#fff;border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:1.5rem}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:8px;color:#fff;flex-shrink:0}.logo-text{display:flex;flex-direction:column;gap:.15rem}.logo-title{font-size:1.1rem;font-weight:600;color:#1e293b;letter-spacing:-.01em;white-space:nowrap}.logo-subtitle{font-size:.7rem;color:#64748b;white-space:nowrap}.header-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#64748b;text-decoration:none;font-size:.8rem;font-weight:500;transition:color .2s ease;position:relative;white-space:nowrap}.nav-link:hover{color:#1e293b}.nav-link.active{color:#3b82f6}.nav-link.active:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:2px}.app-content{max-width:1200px;margin:0 auto;padding:1.5rem 1rem;flex:1}.hero-section{text-align:center;margin:1.5rem 0 2rem}.hero-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.upload-container{max-width:500px;margin:0 auto;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.upload-container:hover{transform:translateY(-2px);box-shadow:0 8px 12px -2px #0000001a}.upload-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#f0f9ff;border-radius:.75rem;color:#3b82f6}.upload-cta{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;border-radius:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:1rem}.upload-cta:hover{transform:translateY(-1px);box-shadow:0 4px 6px #3b82f633}.charts-showcase{margin:3rem 0;padding:3rem 0;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.section-header{display:flex;align-items:center;justify-content:center!important;gap:1rem;padding:2rem;margin-bottom:2rem;width:100%}.section-icon{font-size:2.5rem;color:#fff;background:linear-gradient(135deg,#1e40af,#3b82f6);padding:1rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.section-text{display:flex;flex-direction:column;align-items:center;text-align:center}.section-text h2{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-text p{font-size:1.1rem;color:#64748b;margin:0;max-width:500px;text-align:center}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:16px;padding:16px;max-width:100%;margin:0 auto}.chart-card{display:flex;flex-direction:column;align-items:center;padding:12px;border-radius:8px;cursor:pointer;transition:transform .2s ease}.chart-card:hover{transform:translateY(-2px)}.chart-icon{width:50px;height:50px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:12px;color:#fff;transition:transform .2s ease}.chart-icon .material-icons-round{font-size:24px}.chart-card:hover .chart-icon{transform:scale(1.05)}.chart-info{text-align:center}.chart-name{margin:0;font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.slider-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;border:none;padding:0;cursor:pointer;transition:background-color .2s ease}.slider-dot.active{background:#3b82f6}.data-section{margin-top:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.app-footer{background:#fff;border-top:1px solid #e2e8f0;margin-top:3rem;padding:2rem 0 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-section h3{color:#1e293b;font-size:.9rem;font-weight:600;margin:0 0 .75rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{color:#64748b;font-size:.8rem;margin-bottom:.4rem;transition:color .2s ease;cursor:pointer}.footer-section li:hover{color:#3b82f6}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer-logo .logo-icon{width:24px;height:24px;background:#f1f5f9;color:#3b82f6}.footer-logo span{font-size:1rem;font-weight:600;color:#1e293b}.footer-description{color:#64748b;font-size:.8rem;line-height:1.4;margin:0}.footer-bottom{margin-top:2rem;padding:1rem 0;border-top:1px solid #e2e8f0;text-align:center}.footer-bottom p{color:#64748b;font-size:.8rem;margin:0}.loading,.error{text-align:center;padding:2rem;color:#64748b;font-size:.9rem}.error{color:#ef4444}@media (min-width: 768px){.charts-container{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));max-width:1200px}}@media (max-width: 1024px){.header-content{flex-direction:column;gap:.75rem;align-items:flex-start}.header-left,.header-nav{width:100%;justify-content:space-between}.footer-content{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-section:first-child{grid-column:1 / -1}}@media (max-width: 768px){.header-left{flex-direction:column;align-items:flex-start;gap:.75rem}.logo-container{width:100%;justify-content:center}.header-nav{flex-wrap:wrap;gap:.75rem;justify-content:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem}.upload-container{padding:1.25rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo{justify-content:center}.footer-section ul{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.footer-section li{margin:0}}.file-upload{text-align:center}.file-upload h2{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.upload-description{font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.dropzone{border:2px dashed var(--border-color);border-radius:1rem;padding:2rem;cursor:pointer;transition:all .2s ease;background:#f8fafc}.dropzone:hover{border-color:var(--primary-color);background:#f1f5f9}.dropzone.active{border-color:var(--primary-color);background:var(--primary-light);color:#fff}.dropzone.uploading{border-style:solid;background:#fff;pointer-events:none}.upload-prompt{display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-icon{font-size:2rem;margin-bottom:.5rem}.file-types{font-size:.75rem;color:var(--text-secondary)}.upload-status{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-secondary)}.loading-spinner{width:2rem;height:2rem;border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.upload-error{margin-top:1rem;padding:.75rem 1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.error-icon{font-size:1rem}.data-table-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;width:100%;max-width:1200px;margin:1rem auto}.data-table-header{padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.header-info h2{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.data-preview{font-size:.8rem;color:#64748b}.header-stats{display:flex;gap:1.5rem}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1rem;font-weight:600;color:#1e293b}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th{background:#f8fafc;color:#475569;font-weight:500;text-align:left;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;white-space:nowrap;position:sticky;top:0;z-index:10}.data-table td{padding:.75rem 1rem;color:#1e293b;border-bottom:1px solid #f1f5f9;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table tbody tr:hover{background:#f8fafc}.table-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.pagination-button{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s ease;min-width:80px;display:flex;align-items:center;justify-content:center}.pagination-button:hover:not(:disabled){background:#3b82f6;border-color:#3b82f6;color:#fff}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.page-info{color:#64748b;font-size:.875rem;padding:0 1rem;white-space:nowrap}.rows-info{color:#64748b;font-size:.875rem;white-space:nowrap}.data-loading,.data-error,.data-empty{padding:2rem;text-align:center;color:#64748b;font-size:.9rem}.data-error{color:#ef4444}.table-actions{display:flex;gap:1rem;margin-left:auto}.suggest-charts-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.suggest-charts-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.suggest-charts-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.suggest-charts-btn .material-icons-round{font-size:1.25rem}@media (max-width: 1024px){.pagination-button{min-width:40px;padding:.5rem}}@media (max-width: 768px){.data-table-container{margin:.5rem}.data-table-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-stats{width:100%;justify-content:flex-start}.table-footer{flex-direction:column;gap:1rem;align-items:flex-start}.pagination{width:100%;justify-content:space-between;flex-wrap:wrap}.rows-info{width:100%;text-align:center}.data-table th,.data-table td{padding:.5rem .75rem;font-size:.8rem}}.suggestion-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.suggestion-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;width:90%;max-width:1200px;max-height:90vh;overflow-y:auto;position:relative;animation:slideIn .3s ease-out}.suggestion-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.suggestion-header h2{margin:0;display:flex;align-items:center;gap:8px;font-size:1.5rem;color:#333}.header-actions{display:flex;align-items:center;gap:16px;margin-left:20px}.back-button{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;transition:background-color .2s;white-space:nowrap}.close-button{background:none;border:none;cursor:pointer;color:#666;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s;position:static!important}.suggestion-content{padding:20px}.suggestion-intro{margin:0 0 20px;color:#666}.suggestion-cards{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.suggestion-card{background:#f8f9fa;border-radius:8px;padding:16px;display:flex;gap:16px;align-items:flex-start;transition:transform .2s,box-shadow .2s;animation:fadeIn .5s ease-out forwards;opacity:0;position:relative}.suggestion-icon{background:#e3f2fd;color:#2196f3;width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center}.suggestion-details{flex:1}.suggestion-details h3{margin:0 0 8px;color:#333}.suggestion-details p{margin:0 0 16px;color:#666;font-size:.9rem}.confidence-meter{display:flex;align-items:center;gap:12px}.confidence-fill{height:100%;background:#2196f3;border-radius:2px;transition:width .3s ease-out}.confidence-label{font-size:.8rem;color:#666;white-space:nowrap}.suggestion-actions{margin-top:24px;display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid #eee}.generate-button{background:#2196f3;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.generate-button:hover:not(:disabled){background:#1976d2}.generate-button:disabled{background:#ccc;cursor:not-allowed}.generate-button .material-icons-round{font-size:18px}.generate-button .material-icons-round.spinning{animation:spin 1s linear infinite}.generated-charts{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));padding:20px}.chart-container{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000001a;height:300px;animation:fadeIn .5s ease-out forwards}.suggestion-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;z-index:1000}.suggestions-container{display:flex;gap:20px;margin-bottom:20px}.suggestions-section{flex:1;padding:15px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f8f9fa}.suggestions-section h3{margin-top:0;padding-bottom:10px;border-bottom:2px solid #007bff;color:#2c3e50}.suggestion-item{display:flex;align-items:flex-start;padding:10px;margin-bottom:10px;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;transition:background-color .2s}.suggestion-item:hover{background-color:#f0f4f8}.suggestion-item.recommended{border-left:4px solid #28a745}.suggestion-item.other{border-left:4px solid #6c757d}.checkbox-container{margin-right:10px;display:flex;align-items:center}.checkbox-container input[type=checkbox]{margin:0;cursor:pointer}.suggestion-content{flex-grow:1}.suggestion-header{display:flex;align-items:center;margin-bottom:5px}.suggestion-type{font-weight:700;margin-right:10px}.confidence-badge{padding:2px 8px;border-radius:12px;font-size:.8em;background-color:#e9ecef}.confidence-badge.high{background-color:#d4edda;color:#155724}.confidence-badge.medium{background-color:#fff3cd;color:#856404}.confidence-badge.low{background-color:#f8d7da;color:#721c24}.suggestion-reason{font-size:.9em;color:#6c757d}.chart-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.chart-wrapper{background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 5px #0000001a;height:300px}.button-container{display:flex;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:1px solid #e0e0e0}.button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.button.primary{background-color:#007bff;color:#fff}.button.primary:hover{background-color:#0056b3}.button.secondary{background-color:#6c757d;color:#fff}.button.secondary:hover{background-color:#545b62}.loading{display:flex;justify-content:center;align-items:center;height:100px}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.other-charts-section{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.other-charts-section h3{font-size:1.1em;color:#666;margin-bottom:15px}.other-charts-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.other-chart-item{display:flex;align-items:center;padding:10px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:4px;transition:background-color .2s}.other-chart-item:hover{background:#f0f4f8}.other-chart-item .chart-checkbox{width:18px!important;height:18px!important;margin-right:10px;cursor:pointer;opacity:1!important;position:static!important;appearance:auto!important;-webkit-appearance:auto!important}.other-chart-item .suggestion-icon{margin-right:10px}.other-chart-item .suggestion-icon .material-icons-round{color:#1976d2;font-size:24px}.other-chart-item .suggestion-details{flex:1}.other-chart-item .suggestion-details h3{margin:0;font-size:1em;color:#333;font-weight:500}.section-header{display:flex;align-items:center;padding:0 20px;margin-bottom:0}.section-content-spacer{display:flex;justify-content:space-between!important}.section-header h3{margin:0;font-size:1.2em;color:#333}.header-divider{height:1px;background-color:#e0e0e0;margin:20px}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{to{opacity:1}}.chat-widget-button{position:fixed;bottom:20px;right:1.5%;width:56px;height:56px;border-radius:50%;background:#0d6efd;border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1000}.chat-widget-button:hover{transform:scale(1.05);background:#0b5ed7}.chat-widget-button .material-icons-round{color:#fff;font-size:24px}.data-chat-widget{position:fixed;bottom:20px;right:5%;width:400px;height:600px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;transition:all .3s ease;z-index:1000}.data-chat-widget.expanded{width:90%;height:90vh;max-width:1200px;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.chat-header{padding:16px 20px;background:#f8f9fa;border-bottom:1px solid #eee;border-radius:12px 12px 0 0;cursor:pointer}.header-content{display:flex;align-items:center;gap:12px}.header-content h3{margin:0;flex:1;font-size:16px;font-weight:500;color:#333}.header-content .material-icons-round{color:#666;font-size:20px}.dashboard-title{padding:12px 20px;background:#fff;border-bottom:1px solid #eee;display:none}.chat-widget-container.expanded .dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-title input{width:50%;min-width:200px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;color:#333;background:#fff}.dashboard-title input:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 2px #0d6efd40}.chat-widget-button-container{position:fixed;bottom:20px;right:1%;z-index:1000}.chat-widget-button{width:56px;height:56px;border-radius:50%;background-color:#1976d2;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003;transition:all .3s ease}.chat-widget-button:hover{background-color:#1565c0;transform:scale(1.05)}.chat-widget-hint{position:absolute;bottom:70px;right:10px;background-color:#fff;padding:8px 16px;border-radius:8px;box-shadow:0 2px 8px #0000001a;animation:fadeIn .3s ease;white-space:nowrap}.chat-widget-hint:after{content:"";position:absolute;bottom:-8px;right:24px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white}.chat-widget-container{position:fixed;bottom:20px;right:1.5%;width:400px;height:600px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;z-index:1000;overflow:hidden}.chat-widget-container.expanded{width:90%;height:90vh;top:8vh;right:1.5%;bottom:auto}.chat-widget-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8f9fa;border-bottom:1px solid #eee}.header-title .material-icons-round{color:#666;font-size:20px}.header-title h3{margin:0;font-size:16px;font-weight:500;color:#333}.header-actions{display:flex;gap:8px}.header-actions button{background:none;border:none;padding:8px;cursor:pointer;border-radius:6px;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.header-actions button:hover{background:#e9ecef;color:#333}.chat-widget-close{color:#666}.chat-widget-close:hover{color:#dc3545;background:#dc35451a}.toggle-button.active{color:#0d6efd;background:#e7f1ff}.export-actions{display:flex;gap:8px;flex-shrink:0}.export-button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;color:#666;font-size:14px;cursor:pointer;transition:all .2s ease}.export-button:hover{background:#f8f9fa;border-color:#ccc;color:#333}.chat-widget-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.chat-widget-messages{flex:1;overflow-y:auto;padding:16px}.chat-widget-welcome{background-color:#f5f5f5;padding:16px;border-radius:8px;margin-bottom:16px}.chat-widget-welcome h4{margin:0 0 8px;color:#1976d2}.chat-widget-welcome ul{margin:8px 0;padding-left:24px}.chat-widget-welcome li{color:#666;margin:4px 0}.message{margin-bottom:16px;max-width:85%}.message.user{margin-left:auto}.message-content{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:12px 16px;border-radius:12px;background-color:#f5f5f5;max-width:80%}.message.user .message-content{background-color:var(--primary-color);color:#fff;margin-left:auto}.copy-button{opacity:0;border:none;background:none;padding:.25rem;cursor:pointer;color:#fff;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;margin-left:8px;border-radius:4px}.copy-button:hover{background-color:#ffffff1a}.message:hover .copy-button{opacity:1}.copy-button .material-icons-round{font-size:1rem}.sql-query{margin-top:8px;background-color:#f8f9fa;border-radius:8px;overflow:hidden}.sql-header{padding:8px 12px;background-color:#e3f2fd;color:#1976d2;display:flex;align-items:center;gap:8px;font-size:.9em}.sql-query code{display:block;padding:12px;white-space:pre-wrap;font-family:Consolas,monospace;font-size:.9em}.results-container{margin-top:12px}.results-table{background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.results-table th{background-color:#f5f5f5;padding:8px 12px;text-align:left;font-weight:600;border-bottom:1px solid #e0e0e0}.results-table td{padding:8px 12px;border-bottom:1px solid #e0e0e0}.visualize-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;margin:12px;transition:background-color .2s}.visualize-button:hover{background-color:#1565c0}.message-timestamp{font-size:.8em;color:#999;margin-top:4px}.chat-widget-input{padding:16px;border-top:1px solid #e0e0e0;display:flex;gap:8px}.chat-widget-input input{flex:1;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;outline:none}.chat-widget-input input:focus{border-color:#1976d2}.chat-widget-input button{background-color:#1976d2;color:#fff;border:none;border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.chat-widget-input button:hover:not(:disabled){background-color:#1565c0}.chat-widget-input button:disabled{background-color:#ccc;cursor:not-allowed}.typing-indicator{display:flex;gap:4px;padding:12px 16px;background-color:#f5f5f5;border-radius:12px;width:fit-content}.typing-indicator span{width:8px;height:8px;background-color:#999;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.view-query-link{background:none;border:none;color:#1976d2;text-decoration:underline;cursor:pointer;padding:0;margin-left:8px;font-size:.9em}.view-query-link:hover{color:#1565c0;text-decoration:none}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-widget-container.expanded .results-table{max-height:60vh;overflow-y:auto}.chat-widget-container.expanded .chart-container{height:400px}.query-data-pop-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.query-data-pop-content{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:90%;max-width:1200px;max-height:90vh;overflow-y:auto;position:relative;animation:slideIn .3s ease-out}.header{padding:16px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#fff}.header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px}.header .material-icons-round{font-size:24px}.header-title,.header-actions{display:flex;align-items:center;gap:8px}.query-details{padding:20px}.detail-item{margin-bottom:20px}.detail-item strong{display:block;margin-bottom:8px;color:#333;font-size:1.1rem}.user-question{background:#f8f9fa;padding:16px;border-radius:8px;color:#333;font-size:1rem;line-height:1.5;margin-bottom:24px}.detail-item pre{background:#f8f9fa;color:#333;padding:16px;border-radius:8px;overflow-x:auto;font-family:Courier New,Courier,monospace;font-size:.9rem;margin:0;border:1px solid #eee}.query-results{padding:0 20px 20px}.query-results h3{margin:0 0 16px;color:#333;font-size:1.2rem}.results-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #eee}.results-table table{width:100%;border-collapse:collapse}.results-table th{background:#f8f9fa;padding:12px 16px;text-align:left;font-weight:600;color:#333;border-bottom:1px solid #eee}.results-table td{padding:12px 16px;border-bottom:1px solid #eee;color:#666}.loading{padding:20px;text-align:center;color:#666;display:flex;align-items:center;justify-content:center;gap:8px}.spinning{animation:spin 1s linear infinite}.error{background:#ffebee;color:#d32f2f;padding:12px 16px;border-radius:8px;margin-top:16px;font-size:.9rem;display:flex;align-items:center;gap:8px}.error:before{content:"error";font-family:Material Icons Round;font-size:20px}.question-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee;background:#fff}.header-left{display:flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:600;color:#333}.header-right{display:flex;align-items:center;gap:12px}.back-button{display:flex;align-items:center;gap:4px;padding:8px 12px;border:none;background:none;color:#666;font-size:.9rem;cursor:pointer;border-radius:6px;transition:background-color .2s}.close-button{background:none;border:none;color:#666;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.question-content{flex:1;padding:20px;overflow-y:auto}.suggestions-view{height:100%;display:flex;flex-direction:column;background:#fff}.suggestion-container{display:flex;flex-direction:column;height:100%}.suggestion-header{padding:16px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#fff}.header-title{display:flex;align-items:center;gap:8px}.header-title h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.header-title .material-icons-round{color:#1a1a1a;font-size:24px}.header-actions{display:flex;align-items:center;gap:8px}.back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:none;color:#666;font-size:.875rem;cursor:pointer;border-radius:6px;transition:background-color .2s}.back-button:hover{background-color:#f5f5f5}.back-button .material-icons-round{font-size:20px}.close-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:#666;cursor:pointer;border-radius:50%;transition:background-color .2s}.close-button:hover{background-color:#f5f5f5}.close-button .material-icons-round{font-size:20px}.suggestion-content{padding:24px;flex:1;overflow-y:auto}.suggestion-intro{margin:0 0 24px;color:#666;font-size:.875rem}.suggestion-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.suggestion-card{display:flex;gap:16px;padding:16px;background:#f8f9fa;border-radius:8px;transition:background-color .2s;position:relative}.suggestion-card:hover{background-color:#f0f4f8}.suggestion-card.selected{background-color:#e3f2fd}.suggestion-checkbox{position:absolute;top:16px;right:16px}.suggestion-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#2196f3}.suggestion-icon{width:40px;height:40px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.suggestion-icon .material-icons-round{color:#2196f3;font-size:24px}.suggestion-details{flex:1;padding-right:40px}.suggestion-details h3{margin:0 0 4px;font-size:1rem;font-weight:600;color:#1a1a1a}.suggestion-details p{margin:0 0 12px;font-size:.875rem;color:#666;line-height:1.5}.confidence-meter{display:flex;align-items:center;gap:8px}.confidence-track{flex:1;height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.confidence-fill{height:100%;background:#2196f3;border-radius:2px}.confidence-label{font-size:.75rem;color:#666;white-space:nowrap}.suggestion-actions{margin-top:24px;display:flex;justify-content:flex-end}.generate-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#2196f3;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.generate-button:disabled{background:#e0e0e0;cursor:not-allowed}.generate-button:not(:disabled):hover{background:#1976d2}.generate-button .material-icons-round{font-size:20px}.error{margin-top:16px;padding:12px;background:#ffebee;color:#d32f2f;border-radius:6px;font-size:.875rem;display:flex;align-items:center;gap:8px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-top:20px;padding:0 20px}.chart-container{background:#fff;border-radius:8px;padding:20px;border:1px solid #eee;height:400px;width:100%;position:relative}.chart-container>div:not(.chart-actions){width:100%!important;height:100%!important;position:relative;padding:20px}.chart-actions{position:absolute;top:15px;left:20px;z-index:10}.add-to-dashboard-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#2196f3;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #2196f333}.add-to-dashboard-button:hover{background:#1976d2;box-shadow:0 4px 8px #2196f34d}.add-to-dashboard-button .material-icons-round{font-size:20px}.no-charts{text-align:center;padding:40px;color:#666;background:#f8f9fa;border-radius:8px;margin-top:20px}.other-charts-section{margin-top:32px;padding-top:24px;border-top:1px solid #eee}.other-charts-section h3{margin:0 0 16px;font-size:1rem;font-weight:600;color:#1a1a1a}.other-charts-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.other-chart-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:6px;transition:background-color .2s;position:relative}.other-chart-item:hover{background-color:#f0f4f8}.other-chart-item .chart-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#2196f3}.other-chart-item .suggestion-icon{width:32px;height:32px;min-width:32px;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center}.other-chart-item .suggestion-icon .material-icons-round{color:#2196f3;font-size:20px}.other-chart-item .chart-type-label{font-size:.875rem;color:#1a1a1a;font-weight:500}.export-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:4px;background-color:#2196f3;color:#fff;cursor:pointer;font-size:14px;margin-left:8px;transition:background-color .2s}.export-button:hover{background-color:#1976d2}.export-button .material-icons-round{font-size:18px}.export-buttons{display:flex;gap:12px;align-items:center}.chart-suggestion-button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#2196f3;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #2196f34d}.chart-suggestion-button:hover{background:#1976d2;box-shadow:0 4px 8px #2196f366;transform:translateY(-1px)}.chart-suggestion-button:active{transform:translateY(0);box-shadow:0 2px 4px #2196f34d}.chart-suggestion-button .material-icons-round{font-size:20px}.add-to-dashboard-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:6px;background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-right:12px}.add-to-dashboard-btn:hover{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 2px 8px #1976d24d}.add-to-dashboard-btn:active{transform:translateY(1px)}.add-to-dashboard-btn:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.add-to-dashboard-btn .material-icons-round{font-size:18px}.pagination{display:flex;align-items:center;gap:.5rem}.pagination-button{padding:.5rem 1rem;border:1px solid var(--border-color);background-color:#fff;color:var(--text-color);cursor:pointer;border-radius:4px;font-size:.9rem;transition:all .2s}.pagination-button:hover:not(:disabled){background-color:var(--hover-color);border-color:var(--primary-color);color:var(--text-color)}.pagination-button:disabled{opacity:.5;cursor:not-allowed;background-color:var(--disabled-color);color:var(--text-color)}.page-info{margin:0 1rem;color:var(--text-color);font-size:.9rem}.rows-info{color:var(--text-color);font-size:.9rem}.table-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid var(--border-color);--background-color: var(--background-color);margin-top:1rem}.query-textarea{width:100%;min-height:100px;padding:.5rem;font-family:monospace;font-size:.9rem;border:1px solid var(--border-color);border-radius:4px;background-color:var(--background-color);color:var(--text-color);resize:vertical;margin:.5rem 0}.query-actions{display:flex;gap:.5rem;margin-top:.5rem}.run-button,.revert-button,.edit-button{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:4px;background-color:#fff;color:var(--text-color);cursor:pointer;font-size:.9rem;transition:all .2s}.run-button:hover,.revert-button:hover,.edit-button:hover{background-color:var(--hover-color);border-color:var(--primary-color);color:var(--text-color)}.run-button{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.run-button:hover{background-color:var(--primary-color);color:#000}.revert-button{background-color:var(--background-color)}.edit-button{margin-right:.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideIn .3s ease-out;min-width:300px;max-width:400px}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast p{margin:0;font-size:14px;color:#333}.toast-success{border-left:4px solid #4caf50}.toast-error{border-left:4px solid #f44336}.toast-info{border-left:4px solid #2196f3}.toast .material-icons-round{font-size:20px}.toast-success .material-icons-round{color:#4caf50}.toast-error .material-icons-round{color:#f44336}.toast-info .material-icons-round{color:#2196f3}.toast-close{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;margin-left:8px;cursor:pointer;color:#666;border-radius:4px}.toast-close:hover{background:#f5f5f5}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.dashboard{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:20px;overflow-y:auto;height:calc(100vh - 60px);width:100%}.dashboard-grid{margin:0 auto}.dashboard-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;display:flex;flex-direction:column;height:500px;transition:box-shadow .2s ease,transform .1s ease}.dashboard-item:hover{box-shadow:0 4px 8px #0000001a}.dashboard-item.dragging{box-shadow:0 8px 16px #0000001a;transform:scale(1.02);opacity:.9}.dashboard-item:hover{box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a;transform:translateY(-2px)}.item-header{padding:16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;cursor:move;background:#fafafa;user-select:none}.item-header:hover{background:#f5f5f5}.item-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.item-header button{background:none;border:none;padding:8px;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.item-header button:hover{background:#f1f5f9;color:#ef4444}.remove-item-button{background:none;border:none;padding:4px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.remove-item-button:hover{background:#f5f5f5;color:#f44}.item-content{flex:1;overflow:hidden;padding:16px;position:relative}.item-content>canvas{width:100%!important;height:100%!important;position:absolute!important;top:0;left:0;padding:16px}.results-table{width:100%;height:100%;overflow:auto;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.05)}.results-table table{width:100%;border-collapse:collapse;font-size:14px}.results-table thead{position:sticky;top:0;z-index:2;background:#f8fafc}.results-table th{background:#f8fafc;padding:12px 16px;text-align:left;font-weight:600;color:#475569;border-bottom:1px solid rgba(0,0,0,.05);white-space:nowrap;box-shadow:0 1px 2px #0000001a;font-size:13px;letter-spacing:.02em;text-transform:uppercase}.results-table td{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05);color:#334155;font-size:14px;transition:background .2s}.results-table tr:hover td{background:#f1f5f9}.results-table tr:last-child td{border-bottom:none}.query-result-table{width:100%;height:100%;overflow:auto;position:absolute;inset:0;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px}.query-result-table table{width:100%;border-collapse:separate;border-spacing:0}.query-result-table thead{position:sticky;top:0;z-index:1;background:#f8fafc}.query-result-table th{background:#f8fafc;position:sticky;top:0;z-index:1;white-space:nowrap;padding:8px 16px}.query-result-table td{white-space:nowrap;padding:8px 16px;border-bottom:1px solid #e2e8f0}.query-result-table th,.query-result-table td{padding:8px;text-align:left;border-bottom:1px solid #e2e8f0}.query-result-table th{background-color:#f8fafc;font-weight:600;color:#475569}.query-result-table tr:nth-child(2n){background-color:#f8fafc}.query-result-table tr:hover{background-color:#f1f5f9}.empty-dashboard{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;gap:16px}.empty-dashboard .material-icons-round{font-size:48px;color:#999}.empty-dashboard span{font-size:48px;color:#94a3b8;margin-bottom:16px}.empty-dashboard p{margin:0;font-size:15px;line-height:1.6;max-width:330px;text-align:center;color:#64748b}.dashboard-placeholder{background:#f5f5f5;border:2px dashed #ddd;border-radius:8px;margin:8px}.dashboard.dragging-over{background:#fafafa}.dashboard::-webkit-scrollbar,.item-content::-webkit-scrollbar,.results-table::-webkit-scrollbar{width:8px;height:8px}.dashboard::-webkit-scrollbar-track,.item-content::-webkit-scrollbar-track,.results-table::-webkit-scrollbar-track{background:transparent}.dashboard::-webkit-scrollbar-thumb,.item-content::-webkit-scrollbar-thumb,.results-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dashboard::-webkit-scrollbar-thumb:hover,.item-content::-webkit-scrollbar-thumb:hover,.results-table::-webkit-scrollbar-thumb:hover{background:#94a3b8}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item.react-grid-placeholder{background:#f1f5f9;border-radius:16px;border:2px dashed #cbd5e1;opacity:.5}
