.mtanim-container {
  --cell-width: 26px;
  --cell-height: 38px;
  --cell-font-size: 19px;
  --max-rows: 4;
  width: calc(var(--max-cols) * var(--cell-width));
  height: calc(var(--max-rows) * var(--cell-height));
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: Philosopher, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-weight: 500
}
@media (min-width: 360px) {
  .mtanim-container {
    --cell-width: 30px;
    --cell-height: 44px;
    --cell-font-size: 22px
  }
}
@media (min-width: 400px) {
  .mtanim-container {
    --cell-width: 35px;
    --cell-height: 52px;
    --cell-font-size: 26px
  }
}
@media (min-width: 640px) {
  .mtanim-container {
    --cell-width: 32px;
    --cell-height: 45px;
    --cell-font-size: 21px;
    /*--max-rows: 3*/
  }
	.mtanim-slide{
		left:20px;
	}
}
@media (min-width: 1024px) {
  .mtanim-container {
    --cell-width: 33px;
    --cell-height: 44px;
    --cell-font-size: 22px
  }
}
@media (min-width: 1280px) {
  .mtanim-container {
    --cell-width: 50px;
    --cell-height: 70px;
    --cell-font-size: 31px
  }
}
.mtanim-slide {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column
}
.mtanim-cell {
  width: var(--cell-width);
  height: var(--cell-height);
  font-size: var(--cell-font-size);
  line-height: 100%;
  box-sizing: border-box;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.mtanim-cell span {
  position: relative;
  width: 100%;
  text-align: center;
  color:#fff;
}
.mtanim-cell[data-span] {
  align-items: flex-start
}
.mtanim-cell[data-span] span {
  width: calc(var(--cell-width) * 2)
}
.mtanim-cell[data-color=C] {
  --tw-text-opacity: 1;
  color: rgb(37 166 233/var(--tw-text-opacity))
}
.mtanim-cell[data-color=M] {
  --tw-text-opacity: 1;
  color: rgb(168 127 251/var(--tw-text-opacity))
}
.mtanim-cell[data-color=Y] {
  --tw-text-opacity: 1;
  color: rgb(255 194 110/var(--tw-text-opacity))
}
.mtanim-cell[data-color=G] {
  --tw-text-opacity: 1;
  color: rgb(23 184 119/var(--tw-text-opacity))
}
.mtanim-cell.is-random {
  --tw-text-opacity: 1;
  color: rgb(46 60 81/var(--tw-text-opacity))
}
.mtanim-cell.is-symbol {
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
.mtanim-cell.is-space span {
  visibility: hidden
}
.mtanim-cell:not(.is-space) {
  --tw-bg-opacity: 1;
  background-color: transparent !important;
  --tw-shadow-color: #ffffff;
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: 0 0 0 .5px #2e3c51 inset, 0 0 0 .5px #ffffff;
  opacity:0.4;
}
.title:where(.astro-PBGV5GGZ), .rich-text:where(.astro-PBGV5GGZ) {
  @media (min-width: 1024px) {
    max-width: var(--max-width-when-narrow, none)
  }
  @media (max-width: 639px) {
    max-width: var(--max-width-when-narrow, none)
  }
}
.rich-text:where(.astro-PBGV5GGZ) .small {
  font-size: 10px
}
.terminal-line.svelte-170vqfe {
  display: flex;
  gap: .5rem
}
.timestamp.svelte-170vqfe {
  color: #5d6a7d;
  white-space: nowrap
}