@font-face {
  font-family: Onest;
  src: url("data:font/truetype;charset=utf-8;base64,AAEAAAAQAQAABAAAAAAABBKABAAACAAEADIAIAYAB1AAASAFAAEUALMAEEASkAAEA3AAAAQAEgAUAhYA1AAFAFgAKwAlAF8APQBAADUAPgAlAEwAOgBNADEAQQA7AEcARwBAAEAAOgAoACsAOgApAA==");
}
:root {
  --font: "Onest Bold";
}
.react-colorful__last-control {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
._centered_spsl3_11 > input {
  text-align: center;
}
._time_14z0e_1 {
  color: var(--time);
  font-size: var(--font-size);
}
._card_1b58e_1 {
  position: relative;
  aspect-ratio: 1;
  max-width: 100%;
  max-height: 100%;
  margin: 1px;
  border-radius: 10%;
  overflow: hidden;
}
._card_1b58e_1:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--card);
}
._card_1b58e_1:before {
  filter: brightness(130%);
}
._card_1b58e_1:hover:before {
  filter: brightness(150%);
}
._card_1b58e_1:active:before {
  filter: brightness(175%);
}
body[data-color-scheme="light"] ._card_1b58e_1:before {
  filter: brightness(88%);
}
body[data-color-scheme="light"] ._card_1b58e_1:hover:before {
  filter: brightness(80%);
}
body[data-color-scheme="light"] ._card_1b58e_1:active:before {
  filter: brightness(75%);
}
._card_1b58e_1,
._card_1b58e_1 * {
  transition: all 0.25s;
  cursor: pointer;
}
._card_1b58e_1 > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._card_1b58e_1._realistic_1b58e_97:active > ._logo-wrapper_1b58e_97 {
  transform: scale(0.95) !important;
}
._card_1b58e_1._clicked_1b58e_103 * {
  cursor: default;
}
._card_1b58e_1._realistic_1b58e_97:active {
  box-shadow: 0 0 10px 1px #000 inset;
}
._hint_1b58e_119 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--card);
  font-size: 250%;
  opacity: 0;
  transform: rotate(35deg) translate(-10%);
  transition: all 0.2s;
}
._hint_1b58e_119 {
  filter: brightness(180%);
}
body[data-color-scheme="light"] ._hint_1b58e_119 {
  filter: brightness(80%);
}
._hint_1b58e_119._active_1b58e_159 {
  transform: rotate(35deg) translate(20%);
  opacity: 1;
  transition: all 2.5s ease;
}
._plate_1b58e_171 {
  position: absolute;
  width: 60%;
  aspect-ratio: 1;
  z-index: 10000;
  border-radius: 50%;
  background: var(--secondary);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: right top;
  transition: background-size 0.6s, opacity 0.3s ease-out;
}
._card_1b58e_1:hover ._plate_1b58e_171,
._card_1b58e_1:active ._plate_1b58e_171,
._plate_1b58e_171._detached_1b58e_195 {
  background-size: 100% 100%;
}
._plate_1b58e_171:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #2a2a2a;
  transition: opacity 0.6s;
}
._plate_1b58e_171:before {
  opacity: 0.3;
}
._card_1b58e_1:hover ._plate_1b58e_171:before,
._card_1b58e_1:active ._plate_1b58e_171:before,
._plate_1b58e_171._detached_1b58e_195:before {
  opacity: 0.1;
}
body[data-color-scheme="light"] ._plate_1b58e_171:before {
  opacity: 0.2;
}
body[data-color-scheme="light"]
  ._card_1b58e_1:hover
  ._plate_1b58e_171:before,
body[data-color-scheme="light"]
  ._card_1b58e_1:active
  ._plate_1b58e_171:before,
body[data-color-scheme="light"]
  ._plate_1b58e_171._detached_1b58e_195:before {
  opacity: 0;
}
._logo-wrapper_1b58e_97 {
  height: 100%;
}
._logo_1b58e_97 {
  width: 40%;
  margin: 10%;
  z-index: 10001;
}
._logo_1b58e_97 svg {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Splide Carousel Styles */
.splide__track {
  height: calc(50vh - var(--menu-offset) - 40px);
}
.splide__slide__row {
  justify-content: center;
}
.splide__slide--col {
  width: unset !important;
  aspect-ratio: 1;
}
.splide__slide--col:last-child {
  margin-right: 0 !important;
}
.splide__arrow {
  background: var(--primary) !important;
}
.splide__arrow svg {
  fill: var(--secondary) !important;
}
.splide__pagination__page {
  background: var(--primary) !important;
}
.splide__pagination__page:not(.is-active) {
  filter: contrast(35%) !important;
}

/* Container and Layout Styles */
._container_j9nsy_57 {
  width: auto;
  height: calc(50vh - var(--menu-offset) - 40px);
  margin: 20px 0;
  overflow: hidden;
}
._container_j9nsy_57 .card {
  width: 100%;
  height: 100%;
}

/* Base Splide Library Styles */
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}

/* Arrow and Navigation Styles */
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

/* Pagination Styles */
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

/* Progress Bar */
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

/* Slide Focus and Interaction */
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in
    .splide__track
    > .splide__list
    > .splide__slide:focus {
    border-color: #0bf;
  }
}

/* Toggle Controls */
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

/* Navigation Track */
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

/* RTL Support */
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

/* Vertical (TTB) Support */
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* Layout Container Styles */
._container_pjz11_1 {
  position: absolute;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
}
._wrapper_pjz11_17 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(50vh - var(--menu-offset));
  font-size: 5em;
  padding: 0 15%;
  overflow: hidden;
  z-index: 1;
}
._wrapper_pjz11_17:first-child {
  align-items: end;
}
._wrapper_pjz11_17:last-child {
  align-items: start;
}
._wrapper_pjz11_17 > * {
  width: 100%;
  text-align: center;
}
._svg_pjz11_59 {
  top: 0;
  position: absolute;
  height: 100vh;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

/* Modal and Dialog Styles */
._container_nc56x_1 {
  top: 1em;
  left: 50vw;
  transform: translate(-50%);
  position: absolute;
  background: var(--secondary);
  border: 5px solid var(--primary);
  border-radius: 1em;
  padding: 0.75em 1em;
  z-index: 10000;
}
._title_nc56x_25 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 5px;
  font-size: 1.3em;
}
._title_nc56x_25 > svg {
  color: var(--accent);
}
._description_nc56x_51 {
  margin-top: 10px;
  text-align: center;
}

/* Background Animation */
@keyframes _bg-animation_16qa1_1 {
  0% {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}

._viewport_16qa1_17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  background: var(--secondary);
  background-size: 130% 130%;
  animation: _bg-animation_16qa1_1 8s infinite alternate ease-in-out;
}
._container_16qa1_49 {
  min-width: var(--diagonal);
  min-height: var(--diagonal);
  transform: rotate(var(--rotation-angle));
}
._marquee_16qa1_61 {
  opacity: var(--text-opacity);
  color: var(--text-color);
  font-size: var(--text-size);
  font-weight: 700;
  text-transform: uppercase;
}
._row_16qa1_77 {
  height: var(--diagonal);
  width: min-content;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
}
._row_16qa1_77 > * {
  white-space: nowrap;
  margin-right: 1ch;
}
._row_16qa1_77 > *:nth-child(odd) {
  margin-left: -50%;
}

/* SVG and Clip Path Styles */
._svg_3l95s_1 {
  position: absolute;
  height: 100vh;
  overflow: visible;
  margin-left: calc((var(--thickness) / -2) - 1px);
  padding-right: calc(var(--thickness) / 2);
  z-index: 1;
}
._clip-container_3l95s_17 {
  clip-path: url(#quick-look-clip-path);
  height: 100vh;
  width: 100vw;
  overflow: visible;
  position: absolute;
  z-index: 1;
  transform: translate(-1px);
}
._label-container_3l95s_35 {
  position: absolute;
  height: 100vh;
  width: calc(50vh - var(--thickness));
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
._label_3l95s_35 {
  padding: 0 5px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--textColor);
  font-size: var(--fontSize);
  text-transform: uppercase;
  text-align: center;
}

/* Suggestions Container */
._container_12lgi_1 {
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  font-size: var(--font-size-suggestions);
}
._container_12lgi_1._default_12lgi_21 {
  height: calc(50vh - 50% - 40px);
  margin-top: 20px;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
._suggestion_12lgi_39 > div {
  color: var(--suggestions);
  display: flex;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 7px 20px;
  border-radius: 15px;
  cursor: pointer;
}
._suggestion_12lgi_39._history-source_12lgi_63 > div {
  text-decoration: underline;
  text-decoration-color: var(--visited);
  text-underline-offset: 5px;
  text-decoration-thickness: 0.1em;
}
._prefix_12lgi_77 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5ch;
  background-color: var(--prefix);
  padding: 0 0.5ch;
  border-radius: 10px;
  color: var(--secondary);
}
._suggestion_12lgi_39 > div {
  border: 5px solid transparent;
}
._suggestion_12lgi_39._selected_12lgi_107 > div {
  border: 5px solid var(--primary);
}
._suggestion_12lgi_39:active > div,
.forwarding ._suggestion_12lgi_39._selected_12lgi_107 > div {
  background: var(--primary);
  color: var(--secondary);
}

/* Markdown Content Styles */
._md-container_cds68_1 {
  margin-right: 1em;
}
._md-container_cds68_1 * {
  user-select: text !important;
}
._md-container_cds68_1 code {
  backdrop-filter: contrast(0.8);
  padding-left: 6px;
  padding-right: 6px;
}
._md-container_cds68_1 pre {
  backdrop-filter: contrast(0.8);
  padding: 10px;
  border-radius: 10px;
  overflow-x: auto;
}
._md-container_cds68_1 > *:first-child {
  margin-top: 0;
}
._md-container_cds68_1 > *:last-child {
  margin-bottom: 0;
}
._icon_cds68_49 {
  position: absolute;
  width: 2em;
  height: 2em;
  top: calc(-50vh + 50% + 20px);
  left: -20px;
  transform: translate(-100%);
  border-radius: 50%;
  padding: 5px;
  background: var(--accent);
  color: var(--secondary);
}

/* Search and AI Completion */
._container_znqbx_1 {
  width: 100%;
  position: relative;
  margin-left: calc(50vh + 5vw);
  margin-right: 5vw;
}
._ai-completion_znqbx_15 {
  bottom: 100%;
  position: absolute;
  width: 100%;
  height: calc(50vh - 50% - 40px);
  font-size: 1.3em;
  font-family: Onest;
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
._field_znqbx_39 {
  outline: none;
  background: transparent;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  resize: none;
  border: none;
  color: var(--query);
  font-size: var(--font-size);
  text-align: center;
  text-transform: uppercase;
  font-family: inherit;
  cursor: default;
}

/* Settings Button */
._container_jgho0_1 {
  position: absolute;
  margin: 1.5em;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s;
}
._container_jgho0_1._visited_jgho0_15 {
  opacity: 0;
}
._container_jgho0_1._visited_jgho0_15:hover {
  opacity: 1;
}
._container_jgho0_1 > svg {
  display: inline;
  width: 1.75em;
  height: 1.75em;
}

/* Mobile Warning and Layout */
._container_1sk4l_1 {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}
._mobile-warning_1sk4l_19 {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
._mobile-warning_1sk4l_19 > div {
  text-align: center;
}
._ignore-mobile-button_1sk4l_41 {
  text-decoration: underline;
  cursor: pointer;
}
._cancel-button_1sk4l_51 {
  position: absolute;
  left: 50%;
  bottom: 1em;
  transform: translate(-50%);
  z-index: 10000;
  cursor: pointer;
  font-size: x-large;
  padding: 0.5em 1em;
  border-radius: 1em;
  border: 5px solid var(--primary);
  background: var(--secondary);
  color: var(--primary);
}

/* Main App Styles */
.app {
  background: var(--background);
  color: var(--primary);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.app * {
  user-select: none;
}
.app *::selection {
  background: var(--accent);
  color: var(--secondary);
}
.app *::-moz-selection {
  background: var(--accent);
  color: var(--secondary);
}
.app *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.app *::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}
.app *::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.5);
}

/* Base HTML Elements */
body,
html,
#root {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  position: relative;
  font-family: var(--font), Arial, Helvetica, sans-serif;
  color: var(--primary);
}
code {
  display: inline-block;
  background: var(--joy-palette-background-level3);
  border: 1px solid var(--joy-palette-background-level1);
  padding: 3px;
  border-radius: 5px;
}

/* Utility Classes */
.marquee {
  justify-content: space-around;
}
.JoyTooltip-root {
  z-index: 10000 !important;
}