.csv-viewer{flex-direction:column;height:100%;display:flex;overflow:hidden}.csv-viewer>.tool-panel:first-child{flex-shrink:0}.csv-viewer>.tool-panel:last-child{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.csv-viewer>.tool-panel:last-child .tool-panel-content{flex:1;min-height:0;overflow:hidden}.csv-viewer .csv-input-section{height:180px}.csv-viewer .csv-input-section .code-editor{height:100%!important}.csv-viewer .csv-table-section{border:1px solid var(--border-color);background-color:var(--bg-color);border-radius:4px;height:100%;overflow:auto}.csv-viewer .csv-table-section .csv-table{border-collapse:collapse;width:100%;font-size:14px}.csv-viewer .csv-table-section .csv-table th,.csv-viewer .csv-table-section .csv-table td{text-align:left;border:1px solid var(--border-color);vertical-align:top;min-width:80px;max-width:300px;padding:8px 12px}.csv-viewer .csv-table-section .csv-table td{white-space:pre-wrap;word-break:break-word}.csv-viewer .csv-table-section .csv-table th{white-space:nowrap;text-overflow:ellipsis;background-color:var(--bg-secondary);z-index:1;font-weight:600;position:sticky;top:0;overflow:hidden}.csv-viewer .csv-table-section .csv-table tr:hover td{background-color:var(--bg-secondary)}.csv-viewer .csv-table-section .csv-empty{height:200px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.csv-viewer .csv-stats{color:var(--text-secondary);gap:1rem;font-size:13px;display:flex}
