input.svelte-z9gpua {
  position: absolute;
  top: var(--size-2);
  right: var(--size-2);
  bottom: var(--size-2);
  left: var(--size-2);
  flex: 1 1 0%;
  transform: translateX(-0.1px);
  outline: none;
  border: none;
  background: transparent;
}
span.svelte-z9gpua {
  flex: 1 1 0%;
  outline: none;
  padding: var(--size-2);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.header.svelte-z9gpua {
  transform: translateX(0);
  font: var(--weight-bold);
}
.edit.svelte-z9gpua {
  opacity: 0;
  pointer-events: none;
}
table.svelte-1xyl3gk.svelte-1xyl3gk {
  position: relative;
  /* overflow-y: scroll;
  overflow-x: scroll; */
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  color: var(--body-text-color);
  font-size: var(--input-text-size);
  line-height: var(--line-md);
  font-family: var(--font-mono);
  border-spacing: 0;
  width: 100%;
  scroll-snap-type: x proximity;
  border-collapse: separate;
}
table.svelte-1xyl3gk .svelte-1xyl3gk:is(thead, tfoot, tbody) {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
tbody.svelte-1xyl3gk.svelte-1xyl3gk {
  overflow-x: scroll;
  overflow-y: hidden;
}
table.svelte-1xyl3gk tbody.svelte-1xyl3gk {
  padding-top: var(--bw-svt-p-top);
  padding-bottom: var(--bw-svt-p-bottom);
}
tbody.svelte-1xyl3gk.svelte-1xyl3gk {
  position: relative;
  box-sizing: border-box;
  border: 0px solid currentColor;
}
tbody.svelte-1xyl3gk > tr:last-child {
  border: none;
}
table.svelte-1xyl3gk td {
  scroll-snap-align: start;
}
tbody.svelte-1xyl3gk > tr:nth-child(even) {
  background: var(--table-even-background-fill);
}
thead.svelte-1xyl3gk.svelte-1xyl3gk {
  position: sticky;
  top: 0;
  left: 0;
  z-index: var(--layer-1);
  overflow: hidden;
}
.cell-menu.svelte-1ygaf0d.svelte-1ygaf0d {
  position: fixed;
  z-index: var(--layer-2);
  background: var(--background-fill-primary);
  border: 1px solid var(--border-color-primary);
  border-radius: var(--radius-sm);
  padding: var(--size-1);
  display: flex;
  flex-direction: column;
  gap: var(--size-1);
  box-shadow: var(--shadow-drop-lg);
  min-width: 150px;
}
.cell-menu.svelte-1ygaf0d button.svelte-1ygaf0d {
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: var(--size-1) var(--size-2);
  border-radius: var(--radius-sm);
  color: var(--body-text-color);
  font-size: var(--text-sm);
  transition: background-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: var(--size-2);
}
.cell-menu.svelte-1ygaf0d button.svelte-1ygaf0d:hover {
  background-color: var(--background-fill-secondary);
}
.cell-menu.svelte-1ygaf0d button.svelte-1ygaf0d svg {
  fill: currentColor;
  transition: fill 0.2s;
}
.cell-menu.svelte-1ygaf0d button.svelte-1ygaf0d:hover svg {
  fill: var(--color-accent);
}
.button-wrap.svelte-1pch949:hover svg.svelte-1pch949.svelte-1pch949 {
  color: var(--color-accent);
}
.button-wrap.svelte-1pch949 svg.svelte-1pch949.svelte-1pch949 {
  margin-right: var(--size-1);
  margin-left: -5px;
}
.label.svelte-1pch949 p.svelte-1pch949.svelte-1pch949 {
  position: relative;
  z-index: var(--layer-4);
  margin-bottom: var(--size-2);
  color: var(--block-label-text-color);
  font-size: var(--block-label-text-size);
}
.table-wrap.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  position: relative;
  transition: 150ms;
  /* border: 1px solid var(--border-color-primary); */
  border-radius: var(--table-radius);
  overflow: hidden;
}
.table-wrap.svelte-1pch949.svelte-1pch949.svelte-1pch949:focus-within {
  outline: none;
  background-color: none;
}
.dragging.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  border-color: var(--color-accent);
}
.no-wrap.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  white-space: nowrap;
}
table.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  position: absolute;
  opacity: 0;
  transition: 150ms;
  width: var(--size-full);
  table-layout: auto;
  color: var(--body-text-color);
  font-size: var(--input-text-size);
  line-height: var(--line-md);
  font-family: var(--font-mono);
  border-spacing: 0;
}
div.svelte-1pch949:not(.no-wrap) td.svelte-1pch949.svelte-1pch949 {
  overflow-wrap: anywhere;
}
div.no-wrap.svelte-1pch949 td.svelte-1pch949.svelte-1pch949 {
  overflow-x: hidden;
}
table.fixed-layout.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  table-layout: fixed;
}
thead.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: var(--layer-1);
  box-shadow: var(--shadow-drop);
}
tr.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  border-bottom: 1px solid var(--border-color-primary);
  text-align: left;
}
tr.svelte-1pch949 > .svelte-1pch949 + .svelte-1pch949 {
  border-right-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-color: var(--border-color-primary);
}
th.svelte-1pch949.svelte-1pch949.svelte-1pch949,
td.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  --ring-color: transparent;
  position: relative;
  outline: none;
  box-shadow: inset 0 0 0 1px var(--ring-color);
  padding: 0;
}
th.svelte-1pch949.svelte-1pch949.svelte-1pch949:first-child {
  border-top-left-radius: var(--table-radius);
}
th.svelte-1pch949.svelte-1pch949.svelte-1pch949:last-child {
  border-top-right-radius: var(--table-radius);
}
th.focus.svelte-1pch949.svelte-1pch949.svelte-1pch949,
td.focus.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  --ring-color: var(--color-accent);
}
tr.svelte-1pch949:last-child td.svelte-1pch949.svelte-1pch949:first-child {
  border-bottom-left-radius: var(--table-radius);
}
tr.svelte-1pch949:last-child td.svelte-1pch949.svelte-1pch949:last-child {
  border-bottom-right-radius: var(--table-radius);
}
tr.svelte-1pch949 th.svelte-1pch949.svelte-1pch949 {
  background: var(--table-even-background-fill);
}
th.svelte-1pch949 svg.svelte-1pch949.svelte-1pch949 {
  fill: currentColor;
  font-size: 10px;
}
.sort-button.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: 150ms;
  cursor: pointer;
  padding: var(--size-2);
  color: var(--body-text-color-subdued);
  line-height: var(--text-sm);
}
.sort-button.svelte-1pch949.svelte-1pch949.svelte-1pch949:hover {
  color: var(--body-text-color);
}
.des.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  transform: scaleY(-1);
}
.sort-button.sorted.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  color: var(--color-accent);
}
.editing.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  background: var(--table-editing);
}
.cell-wrap.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  display: flex;
  align-items: center;
  outline: none;
  height: auto;
  min-height: var(--size-5);
  overflow: visible;
  padding: 8px 0;
}
.header-content.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-grow: 1;
  min-width: 0;
}
.controls-wrap.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  display: flex;
  justify-content: flex-end;
  padding-top: var(--size-2);
}
.row_odd.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  background: var(--table-odd-background-fill);
}
.row_odd.focus.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  background: var(--background-fill-primary);
}
table.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  border-collapse: separate;
}
.cell-menu-button.svelte-1pch949.svelte-1pch949.svelte-1pch949 {
  flex-shrink: 0;
  display: none;
  background-color: var(--block-background-fill);
  border: 1px solid var(--border-color-primary);
  border-radius: var(--block-radius);
  width: var(--size-5);
  height: var(--size-5);
  min-width: var(--size-5);
  padding: 0;
  margin-right: var(--spacing-sm);
  z-index: var(--layer-1);
}
.cell-menu-button.svelte-1pch949.svelte-1pch949.svelte-1pch949:hover {
  background-color: var(--color-bg-hover);
}
td.focus.svelte-1pch949 .cell-menu-button.svelte-1pch949.svelte-1pch949 {
  display: flex;
  align-items: center;
  justify-content: center;
}
th.svelte-1pch949 .header-content.svelte-1pch949.svelte-1pch949 {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
