::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--colors-surface-high);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--colors-divider);background-clip:padding-box;border:2px solid #0000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--colors-text-secondary);background-clip:padding-box}::-webkit-scrollbar-corner{background:var(--colors-surface-high)}*{scrollbar-width:thin;scrollbar-color:var(--colors-divider) var(--colors-surface-high)}::-webkit-scrollbar:horizontal{height:12px}::-webkit-scrollbar:vertical{width:12px}.md-table-wrapper{border:1px solid var(--colors-divider);border-radius:8px;width:100%;min-width:0;max-width:100%;margin:8px 0;display:block;overflow:hidden}.md-table-first{margin-top:0}.md-table-last{margin-bottom:0}.md-table-scroll{scrollbar-width:thin;scrollbar-color:var(--colors-divider) transparent;width:100%;display:block;overflow:auto hidden}.md-table-scroll::-webkit-scrollbar{-webkit-appearance:none;height:10px}.md-table-scroll::-webkit-scrollbar-track{background:0 0}.md-table-scroll::-webkit-scrollbar-thumb{background:var(--colors-divider);background-clip:padding-box;border:2px solid #0000;border-radius:5px}.md-table-wrapper:hover .md-table-scroll::-webkit-scrollbar-thumb{background:var(--colors-text-secondary);background-clip:padding-box}.md-table-scroll:hover::-webkit-scrollbar-thumb{background:var(--colors-text-secondary);background-clip:padding-box}.md-table{border-collapse:collapse;min-width:max-content;color:var(--colors-text)}.md-table th,.md-table td{border-right:1px solid var(--colors-divider);border-bottom:1px solid var(--colors-divider);text-align:left;vertical-align:top;color:var(--colors-text);padding:8px 12px;font-family:IBMPlexSans-Regular,sans-serif;font-size:16px;line-height:24px}.md-table th{background:var(--colors-surface-high);font-family:IBMPlexSans-SemiBold,sans-serif;font-weight:600}.md-table th:last-child,.md-table td:last-child{border-right:none}.md-table tr:last-child td{border-bottom:none}