.app{width:100vw;height:100vh;padding:0;margin:0;background:#fff;overflow:hidden;position:relative;display:flex;flex-direction:column}.app h1{position:fixed;top:10px;left:10px;z-index:1000;margin:0;font-size:18px;color:#333;background:#ffffffe6;padding:5px 10px;border-radius:4px}.plot-container{flex:0 0 65%;width:100%;height:65%;overflow:hidden}.table-container{flex:0 0 35%;width:100%;overflow:hidden;display:flex;flex-direction:column;border-top:1px solid #ddd;background:#fafafa}.table-header{flex:0 0 auto;padding:10px;background:#f0f0f0;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;font-size:12px}.table-header label{display:flex;align-items:center;gap:5px;cursor:pointer}.table-header input[type=checkbox]{cursor:pointer}.table-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;width:100%}.mutations-table{width:100%;border-collapse:collapse;font-size:12px}.mutations-table thead{position:sticky;top:0;background:#e8e8e8;z-index:10}.mutations-table thead tr.search-row{background:#f5f5f5}.mutations-table thead tr.search-row th{padding:4px 2px;border-bottom:1px solid #ddd}.mutations-table thead tr.search-row input{width:100%;padding:4px;font-size:11px;border:1px solid #ccc;border-radius:2px;box-sizing:border-box}.mutations-table thead tr.search-row input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 3px #2196f34d}.mutations-table th{padding:8px;text-align:left;border-right:1px solid #ddd;border-bottom:1px solid #999;font-weight:700;white-space:nowrap}.mutations-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.mutations-table th.sortable:hover{background:#d0d0d0}.mutations-table td{padding:6px 8px;border-right:1px solid #ddd;border-bottom:1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mutations-table tbody tr:hover{background:#f0f8ff}.mutations-table tr.hidden{opacity:.4;background:#f5f5f5}.mutations-table input[type=checkbox]{cursor:pointer}svg{max-width:100%;height:auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;margin:0;padding:0;width:100%;height:100%}#root{width:100%;height:100%}
