@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "FOT-RodinNTLGPro-M";
  src: url("/fonts/FOT-RodinNTLGPro-M.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FOT-RodinNTLGPro-DB";
  src: url("/fonts/FOT-RodinNTLGPro-DB.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FOT-RodinNTLGPro-EB";
  src: url("/fonts/FOT-RodinNTLGPro-EB.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.app-en,
.app-ja {
  font-family: "FOT-RodinNTLGPro-DB", sans-serif;
}
.app-en h1,
.app-en h2,
.app-en h3,
.app-ja h1,
.app-ja h2,
.app-ja h3 {
  font-family: "FOT-RodinNTLGPro-EB";
  font-weight: normal;
}
.app-en p,
.app-en button,
.app-en select,
.app-en label,
.app-ja p,
.app-ja button,
.app-ja select,
.app-ja label {
  font-family: "FOT-RodinNTLGPro-DB", sans-serif;
  font-weight: normal;
}
.app-en h1,
.app-ja h1 {
  line-height: 3rem;
}
.app-en h2,
.app-en h3,
.app-ja h2,
.app-ja h3 {
  line-height: 2.25rem;
}
.app-en p,
.app-en label, .app-en li,
.app-ja p,
.app-ja label,
.app-ja li {
  line-height: 1.5rem;
}
.app-en button,
.app-en select,
.app-ja button,
.app-ja select {
  font-family: "FOT-RodinNTLGPro-EB", sans-serif;
}
.app-en button p,
.app-en select p,
.app-ja button p,
.app-ja select p {
  font-family: "FOT-RodinNTLGPro-DB", sans-serif;
}
.app-en #sidebar h3,
.app-en #sidebar p,
.app-ja #sidebar h3,
.app-ja #sidebar p {
  font-family: "FOT-RodinNTLGPro-DB", sans-serif;
}
.app-en #flavor-text,
.app-ja #flavor-text {
  font-family: "FOT-RodinNTLGPro-M", sans-serif;
}
[class^=app-]:not(.app-en):not(.app-ja) {
  font-family: "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", "Noto Sans HK", "Noto Sans KR", "Noto Sans", sans-serif;
}
[class^=app-]:not(.app-en):not(.app-ja) button,
[class^=app-]:not(.app-en):not(.app-ja) select {
  font-family: "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", "Noto Sans HK", "Noto Sans KR", "Noto Sans", sans-serif;
  font-weight: 800;
}
[class^=app-]:not(.app-en):not(.app-ja) button p,
[class^=app-]:not(.app-en):not(.app-ja) select p {
  font-weight: 400;
}
[class^=app-]:not(.app-en):not(.app-ja) button.btn-circle {
  font-family: "Noto Sans", sans-serif;
}
h1,
h2 {
  font-weight: 900;
}
h1,
h2,
h3,
p,
label {
  color: #444466;
  user-select: none;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
p {
  font-size: 16px;
}
ul {
  margin-left: 16px;
}
button {
  border: none;
  margin: 10px 0px;
  cursor: pointer;
  user-select: none;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button.btn-regular {
  padding: 8px 50px;
  font-size: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  min-width: 200px;
  min-height: 60px;
}
button.btn-circle {
  font-family: "Noto Sans";
  font-size: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  min-width: 60px;
  min-height: 60px;
}
button.btn-extend-width {
  width: 100%;
}
button.btn-blue {
  background-color: #77eedd;
  color: #444466;
}
button.btn-pink {
  background-color: #ff5599;
  color: #ffffff;
}
button.btn-blue:active,
button.btn-pink:active {
  background-color: #e3fcf8;
  color: #77eddd;
}
button.btn-blue:active i,
button.btn-pink:active i {
  color: #77eddd;
}
button.btn-white {
  background-color: #ffffff;
  color: #444466;
}
button.btn-white:active {
  background-color: #a1f4ec;
  color: #ffffff;
}
button.btn-white:active i {
  color: #ffffff;
}
button.btn-red {
  background-color: #ff2b2b;
  color: #ffffff;
}
button.btn-red:active {
  background-color: #000000;
  color: #ffffff;
}
button.btn-red:active i {
  color: #ffffff;
}
button.btn-orange {
  background-color: #ffbb00;
  color: #444466;
}
button.btn-100 {
  width: 100%;
}
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  vertical-align: middle;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(68, 68, 102, 0.5);
}
input[type=checkbox]::before {
  content: "";
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #ffffff;
}
input[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24' fill='none'%3E%3Cline x1='2.82843' y1='9.17157' x2='14.8284' y2='21.1716' stroke='%23FF77AC' stroke-width='8'/%3E%3Cline x1='9.17157' y1='21.1716' x2='27.1716' y2='3.17157' stroke='%23FF77AC' stroke-width='8'/%3E%3C/svg%3E");
  background-size: 70%;
}
.checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px 0;
}
.checkbox__label {
  font-size: 20px;
  margin-left: 20px;
  color: #444466;
}
.custom-radio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  min-height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  margin-right: 20px;
}
.custom-radio-button .checkmark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #77eedd;
  display: none;
}
.custom-radio-button input[type=radio]:checked + .checkmark {
  display: inline-block;
}
.custom-radio-button input[type=radio] {
  display: none;
}
.radio__label {
  font-size: 20px;
  color: #444466;
}
input[type=text],
input[type=number] {
  font-family: inherit;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  font-size: 20px;
  padding: 10px 50px 10px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-pencil' viewBox='0 0 16 16'%3E%3Cpath d='M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  color: #444466;
  width: 100%;
  margin: 10px 0px;
  word-wrap: break-word;
}
textarea {
  font-family: inherit;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  font-size: 20px;
  padding: 8px 50px 8px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-pencil' viewBox='0 0 16 16'%3E%3Cpath d='M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168zM11.207 2.5 13.5 4.793 14.793 3.5 12.5 1.207zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293zm-9.761 5.175-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 20px;
  line-height: 30px;
  color: #444466;
  width: 100%;
  resize: vertical;
  margin: 10px 0px;
  word-wrap: break-word;
}
textarea:read-only {
  background-image: none;
}
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  height: 5px;
  margin: 15px 0;
  width: 100%;
  touch-action: none;
}
input[type=range]:disabled {
  cursor: not-allowed;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #77eedd;
  height: 5px;
}
input[type=range]::-moz-range-track {
  background: #77eedd;
  height: 5px;
}
input[type=range]:disabled:-webkit-slider-runnable-track {
  background: rgba(20, 159, 138, 0.3333333333);
  height: 5px;
}
input[type=range]:disabled::-moz-range-track {
  background: rgba(20, 159, 138, 0.3333333333);
  height: 5px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  border: 3px #ffffff solid;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  height: 20px;
  width: 20px;
  margin-top: -7px;
}
input[type=range]::-moz-range-thumb {
  border: 3px #ffffff solid;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  height: 20px;
  width: 20px;
}
select {
  border: none;
  padding: 10px 50px 10px 20px;
  font-size: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 8px 0px rgba(68, 68, 102, 0.5);
  min-width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='50' width='50' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><path d='M7 9l5 8 5-8z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  margin: 10px 0px;
  color: #444466;
  cursor: pointer;
  min-height: 60px;
}
select:disabled {
  background-color: #ebebf2;
  cursor: progress;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.fixed {
  position: fixed;
}
.top-left {
  top: 0;
  left: 0;
  padding: inherit;
}
.top-right {
  top: 0;
  right: 0;
  padding: inherit;
}
.bottom-left {
  bottom: 0;
  left: 0;
  padding: inherit;
}
.bottom-right {
  bottom: 0;
  right: 0;
  padding: inherit;
}
.bottom {
  bottom: 0;
  padding: inherit;
}
.right {
  right: 0;
  padding: inherit;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
}
.flex-vertical {
  display: flex;
  flex-direction: column;
}
.flex-horizontal {
  display: flex;
  flex-direction: row;
}
.justify-end {
  justify-content: end;
}
.items-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.extend-width {
  min-width: 100%;
}
.space-between {
  justify-content: space-between;
}
.white {
  color: #ffffff;
}
.orange {
  color: #ffbb00;
}
.width-100 {
  width: 100%;
}
.dvw80 {
  width: 80dvw;
}
.full-screen {
  width: 100dvw;
  height: 100dvh;
}
.padding-20 {
  padding: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
#error-img {
  height: 20dvh;
}
#error-traceback {
  height: 80%;
  font-size: 1em;
  font-family: monospace;
}
.padding-top-bottom-10 {
  padding: 10px 0px;
}
.padding-left-right-10 {
  padding: 0px 10px;
}
.padding-10 {
  padding: 10px 10px;
}
.link {
  color: #ff5599;
  text-decoration: underline;
  font-weight: 800;
  cursor: pointer;
}
.gap-10 {
  gap: 10px;
}
.translators {
  width: 40px;
  height: 40px;
}
.translators img {
  border-radius: 999px;
  height: 100%;
  width: 100% !important;
  max-width: 100% !important;
}
.outline-blue-4 {
  outline: 4px solid #77eedd;
}
.blue {
  color: #ff77ac;
}
#content {
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
}
@media (width > 768px) {
  #content {
    height: 100dvh;
  }
}
@media (width <= 768px) {
  #content {
    height: 500px;
  }
}
#content-background {
  position: absolute;
  filter: blur(25px);
  -webkit-filter: blur(25px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100dvh;
}
#flavor-text {
  position: absolute;
  bottom: 0;
  padding: inherit;
  color: #ffffff;
  animation: fade-out 10s ease-in-out forwards;
  text-align: center;
  max-width: 70%;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#sidebar {
  padding: 25px;
  background-color: #ebebf2;
}
@media (width > 768px) {
  #sidebar {
    height: 100dvh;
    min-width: 300px;
    max-width: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (width <= 768px) {
  #sidebar {
    min-height: 100dvh;
    min-width: 100dvw;
  }
}
#sidebar h1,
#sidebar p {
  word-wrap: break-all;
}
.sidebar__select {
  font-size: 32px;
}
.option {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #d1d1d1;
}
.option__background {
  padding-top: 10px;
}
#background-picker {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 180px;
  width: 100%;
  border-radius: 10px;
  border: 2px #ffffff solid;
  cursor: pointer;
}
.background-bookmark {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffbb00;
  font-size: 2em;
  padding: 5px 10px;
}
#picker {
  padding: 70px 10px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7333333333);
  height: 100dvh;
  min-width: 100dvw;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  overflow: auto;
}
#picker-filter {
  min-width: 80dvw;
  position: fixed;
  top: 10px;
  z-index: 9999;
}
.picker-type-div {
  padding-top: 20px;
  padding-bottom: 50px;
}
.picker-item {
  height: 200px;
  border-radius: 10px;
  border: 2px solid;
  border-color: #ffffff;
  aspect-ratio: 1/1;
  margin: 10px 0px;
  cursor: pointer;
}
@media (width <= 768px) {
  .picker-item {
    min-width: 80dvw;
  }
}
@media (width > 768px) {
  .picker-item {
    width: 200px;
    margin: 10px;
  }
}
.picker-item-selected {
  border-color: #ff5599;
  outline: 5px solid #ff5599;
  animation: flash 1s infinite;
}
@keyframes flash {
  0%, 100% {
    border-color: #ff5599;
    outline-color: #ff5599;
  }
  50% {
    border-color: #77eedd;
    outline-color: #77eedd;
  }
}
@media (width > 768px) {
  .picker-item:hover {
    z-index: 10;
    cursor: pointer;
    transform: scale(1.5);
  }
}
#picker-close {
  position: fixed;
  right: 25px;
  bottom: 25px;
  filter: drop-shadow(0px 0px 2px #000);
  z-index: 10000;
}
.layer-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: end;
}
.layer-buttons > button > i {
  font-size: 32px;
}
@media (width <= 768px) {
  #hide-sidebar {
    display: none;
  }
}
#sidebar-select {
  padding: inherit;
}
@media (width <= 768px) {
  #sidebar-select {
    bottom: 0;
    right: 0;
    z-index: 999;
  }
}
@media (width > 768px) {
  #sidebar-select {
    top: 0;
    right: 0;
  }
}
@media (width <= 768px) {
  #download-clear-buttons,
  #settings {
    z-index: 999;
  }
}
.transform-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.transform-icons > div > i {
  font-size: 20px;
  margin-left: 10px;
}
#announcements {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100dvw;
  padding: 16px;
}
@media (width <= 768px) {
  #announcements {
    position: sticky;
  }
}
#announcements > p,
#announcements > h2,
#announcements > ul {
  color: #ffffff;
}
#announcements > p > a {
  color: #77eedd;
  font-weight: 800;
}
@media (width <= 768px) {
  #support-button {
    z-index: 999;
  }
}
.screen {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7333333333);
  height: 100dvh;
  width: 100vw;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: auto;
}
.screen h2 {
  padding-top: 10px;
}
.screen p {
  padding-bottom: 5px;
}
#export-screen .window {
  width: 90dvw;
  min-height: 80dvh;
  max-width: 768px;
}
.window {
  display: flex;
  flex-direction: column;
  background-color: #ebebf2;
  padding: 20px;
  border-radius: 20px;
  max-width: 768px;
  max-height: 80dvh;
  overflow: visible;
  animation: open_window 0.05s linear;
}
.window img {
  max-width: 70%;
}
@media (width <= 768px) {
  .window img {
    width: 50%;
  }
}
.window .width-100 {
  width: 100%;
  max-width: 100%;
}
.window__90_width .window {
  width: 90dvw;
  max-width: 768px;
}
@keyframes open_window {
  0% {
    transform: scale(50%);
  }
  100% {
    transform: scale(100%);
  }
}
.window__content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
  height: 100%;
}
.window__content select {
  box-sizing: border-box;
}
.window__content textarea {
  height: 100%;
  font-size: 1em;
  font-family: monospace;
}
.window-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.window__buttons {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (width <= 768px) {
  .window__buttons {
    flex-direction: column;
  }
}
@media (width > 768px) {
  .window__buttons {
    flex-direction: row;
  }
}
.window__buttons button {
  margin: 10px;
}
.window__divider {
  width: 100%;
  margin: 4px 0px;
}
.middle-information-div {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 100dvw;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  animation: fadein 0.1s linear;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.middle-information {
  display: flex;
  flex-direction: column;
  width: 100dvw;
  padding: 20px 10dvw;
  background-color: #444466;
  color: #ffffff;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.middle-information p,
.middle-information h1,
.middle-information h2,
.middle-information h3 {
  color: #ffffff;
  text-align: center;
}
.loading-container {
  height: 100px;
  width: 100px;
  position: relative;
  opacity: 100%;
  transition: opacity 0.1s;
  pointer-events: none;
  user-select: none;
}
.loading-fill {
  height: 100px;
  width: 100px;
  position: absolute;
  pointer-events: none;
  user-select: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s;
}
body {
  min-height: 100dvh;
}
main {
  display: flex;
  height: 100%;
}
@media (width > 768px) {
  main {
    flex-direction: row;
  }
}
@media (width <= 768px) {
  main {
    flex-direction: column;
  }
}
img {
  box-shadow: none;
  border: 0px;
  object-fit: cover;
}
#canvas {
  width: 90%;
  font-family: "FOT-RodinNTLGPro-DB", "FOT-RodinNTLGPro-EB";
  border: #00ccbb 2px solid;
}
@media (width <= 768px) {
  #canvas {
    position: fixed;
    z-index: 1;
    top: 20px;
  }
}
#canvas-test {
  height: 100%;
  font-family: "FOT-RodinNTLGPro-DB", "FOT-RodinNTLGPro-EB";
  width: 100%;
}
i {
  color: #444466;
}
a {
  user-select: none;
}
pre {
  word-wrap: break-word;
}

/*# sourceMappingURL=main.css.map */