/* [project]/components/tables/TableGrid.module.css [app-client] (css) */
.TableGrid-module__3A678G__sheet .Spreadsheet {
  color: #ffffffd9;
  --background-color: transparent;
  background: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__table {
  border-collapse: collapse;
}

:is(.TableGrid-module__3A678G__sheet .Spreadsheet__cell, .TableGrid-module__3A678G__sheet .Spreadsheet__header) {
  color: #ffffffd9;
  vertical-align: middle;
  background: none;
  border: 1px solid #ffffff14;
  min-width: 104px;
  height: 26px;
  padding: 0 8px;
  font-size: 13px;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__header {
  color: #fff6;
  text-align: center;
  background: #ffffff0a;
  min-width: 0;
  font-size: 11px;
  font-weight: 500;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__header--selected {
  color: #fff;
  background: #3b82f62e;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__cell--readonly {
  color: #ffffffd9;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__active-cell {
  border: 2px solid #3b82f6;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__active-cell--edit {
  background: #161616;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__floating-rect--selected {
  background: #3b82f614;
  border: 2px solid #3b82f6;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__floating-rect--copied {
  border: 2px dashed #60a5fa;
}

.TableGrid-module__3A678G__sheet .Spreadsheet__data-editor input {
  color: #fff;
  width: 100%;
  height: 100%;
  font: inherit;
  background: #161616;
  border: none;
  outline: none;
  padding: 0 8px;
}

.TableGrid-module__3A678G__sheet .rs-num .Spreadsheet__data-viewer {
  text-align: right;
  display: block;
}

:is(.TableGrid-module__3A678G__sheetCompact .Spreadsheet__cell, .TableGrid-module__3A678G__sheetCompact .Spreadsheet__header) {
  min-width: 84px;
  font-size: 11px;
}

.TableGrid-module__3A678G__paper .Spreadsheet {
  color: #1f2937;
  --background-color: #fff;
}

:is(.TableGrid-module__3A678G__paper .Spreadsheet__cell, .TableGrid-module__3A678G__paper .Spreadsheet__header) {
  color: #1f2937;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.TableGrid-module__3A678G__paper .Spreadsheet__header {
  color: #6b7280;
  background: #f3f4f6;
}

.TableGrid-module__3A678G__paper .Spreadsheet__cell--readonly {
  color: #1f2937;
}

.TableGrid-module__3A678G__paper .Spreadsheet__data-editor input {
  color: #111827;
  background: #fff;
}

.TableGrid-module__3A678G__paper .Spreadsheet__active-cell {
  border: 2px solid #3b82f6;
}

.TableGrid-module__3A678G__agentGlow {
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  border-radius: 0;
  transition: opacity .5s;
  position: absolute;
  inset: 0;
}

.TableGrid-module__3A678G__agentCursor {
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-9999px, -9999px);
}

.TableGrid-module__3A678G__agentCursorBox {
  width: var(--cw, 0px);
  height: var(--ch, 0px);
  background: #3b82f61a;
  border: 2px solid #3b82f6f2;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 1px #3b82f659, 0 0 14px 2px #3b82f68c;
}

.TableGrid-module__3A678G__agentCursorPointer {
  filter: drop-shadow(0 0 4px #3b82f6f2) drop-shadow(0 0 11px #3b82f699);
  position: absolute;
  top: 9px;
  left: 12px;
}

@keyframes TableGrid-module__3A678G__agentCursorVanish {
  0% {
    opacity: 1;
    filter: blur() brightness();
    transform: translateY(0)scale(1);
  }

  35% {
    opacity: .92;
    filter: blur(.4px) brightness(1.28);
    transform: translateY(-2px)scale(1.05);
  }

  100% {
    opacity: 0;
    filter: blur(2.4px) brightness();
    transform: translateY(-7px)scale(1.14);
  }
}

.TableGrid-module__3A678G__agentCursorVanish .TableGrid-module__3A678G__agentCursorBox, .TableGrid-module__3A678G__agentCursorVanish .TableGrid-module__3A678G__agentCursorPointer {
  animation: .62s cubic-bezier(.33, 0, .2, 1) forwards TableGrid-module__3A678G__agentCursorVanish;
}

.TableGrid-module__3A678G__agentGlowOn {
  opacity: 1;
  animation: 2.4s ease-in-out infinite TableGrid-module__3A678G__agentGlowPulse;
}

@keyframes TableGrid-module__3A678G__agentGlowPulse {
  0%, 100% {
    box-shadow: inset 0 0 22px 2px #3b82f657, inset 0 0 60px 8px #3b82f624;
  }

  50% {
    box-shadow: inset 0 0 42px 6px #3b82f6a8, inset 0 0 120px 24px #3b82f652;
  }
}

.TableGrid-module__3A678G__agentGlowVanish {
  animation: .62s cubic-bezier(.33, 0, .2, 1) forwards TableGrid-module__3A678G__agentGlowVanish;
  box-shadow: inset 0 0 32px 4px #3b82f680, inset 0 0 90px 16px #3b82f63b;
}

@keyframes TableGrid-module__3A678G__agentGlowVanish {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=components_tables_TableGrid_module_1gr-u_c.css.map*/