.Editor_editor__RhgoE {
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template: auto / 1fr;
}

  .Editor_editor__RhgoE:after {
    content: attr(data-value) " ";
    visibility: hidden;
  }

  .Editor_editor__RhgoE .line {
    display: inline-block;
    width: calc(100% + 32px);
    padding: 0 16px;
    margin: 0 -16px;
    transition:
      width 0.2s,
      padding 0.2s,
      margin 0.2s;
  }

  .Editor_editor__RhgoE .line:before {
      position: relative;
      left: 6px;
      display: inline-block;
      width: 1rem;
      margin-right: 1.5rem;
      margin-left: -2.5rem;
      color: var(--line-number);
      content: attr(data-line);
      opacity: 0;
      text-align: right;
      transition: opacity 0.2s;
    }

  .Editor_editor__RhgoE .highlighted-line {
    position: relative;
    background-color: var(--trumanwong-highlight) !important;
  }

  .Editor_editor__RhgoE .highlighted-line:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1px;
      width: 2px;
      background-color: var(--trumanwong-highlight-border);
      content: "";
    }

  .Editor_editor__RhgoE code {
    word-wrap: normal !important;
    word-break: normal !important;
  }

.Editor_isHighlightingLines__R1vx_ .line:hover {
    background-color: var(--trumanwong-highlight-hover);
    cursor: default;
  }

.Editor_isHighlightingLines__R1vx_ .Editor_textarea__bHcDS {
    z-index: -1;
  }

.Editor_textarea__bHcDS,
.Editor_formatted__kXTdZ,
.Editor_editor__RhgoE:after {
  padding: var(--editor-padding);
  margin: 0;
  counter-increment: step 0;
  counter-reset: step;
  font-family: inherit;
  font-size: 15px;
  font-variant-ligatures: none;
  font-weight: inherit;
  grid-area: 1 / 1 / 2 / 2;
  letter-spacing: 0.1px;
  line-height: 22.5px;
  tab-size: 2;
  transition: padding 0.2s;
  white-space: pre-wrap;
}

.Editor_showLineNumbers__syGKT {
  --line-number-padding: 3rem;
}

.Editor_showLineNumbers__syGKT .Editor_textarea__bHcDS,
  .Editor_showLineNumbers__syGKT .Editor_formatted__kXTdZ,
  .Editor_showLineNumbers__syGKT .Editor_editor__RhgoE:after {
    padding-left: var(--line-number-padding);
  }

.Editor_showLineNumbers__syGKT .line {
    width: calc(100% + 16px + var(--line-number-padding));
    padding: 0 16px 0 var(--line-number-padding);
    margin: 0 -16px 0 calc(-1 * var(--line-number-padding));
  }

.Editor_showLineNumbers__syGKT .line:before {
      opacity: 1;
    }

.Editor_showLineNumbers__syGKT.Editor_showLineNumbersLarge__4fJlt {
    --line-number-padding: 3.5rem;
  }

.Editor_textarea__bHcDS {
  z-index: 2;
  overflow: hidden;
  min-height: min-content;
  border: none;
  background: transparent;
  caret-color: var(--trumanwong-foreground);
  resize: none;
  -webkit-text-fill-color: transparent;
  text-size-adjust: none;
}

.Editor_textarea__bHcDS:focus {
    border: none;
    outline: none;
  }

.Editor_formatted__kXTdZ > pre {
  margin: 0;
  background-color: initial !important;
  font-family: inherit;
  white-space: pre-wrap;
}

.Editor_formatted__kXTdZ > pre > code {
  font-family: inherit;
}

.Editor_plainText__gCi2y {
  color: var(--trumanwong-foreground);
}

.Editor_jetBrainsMono__8SU5t {
  font-family: var(--font-mono), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", monospace;
  font-weight: 800;
}

.Editor_ibmPlexMono__YDh18 {
  font-family: var(--font-ibmplexmono), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", monospace;
  font-weight: 500;
}

.Editor_firaCode__3WtR6 {
  font-family: var(--font-firacode), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", monospace;
  font-weight: 400;
}

.Editor_geistMono__GQQFE {
  font-family: var(--font-geist-mono), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", monospace;
  font-weight: 400;
}

.Editor_soehneMono__K5fb4 {
  font-family: var(--font-soehne-mono), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", monospace;
  font-weight: 400;
}

.Editor_robotoMono__bczNI {
  font-family: var(--font-roboto-mono), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", monospace;
  font-weight: 400;
}

.Editor_commitMono__SmCkw {
  font-family: var(--font-commitmono), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", monospace;
  font-weight: 400;
}

.FlashMessage_container__VdVZN {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 13, 13.9);
  inset: 0;
}

.FlashMessage_flash__wI_nf {
  display: flex;
  height: 36px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 100px;
  backdrop-filter: blur(24px);
  background: #2b2b2b;
  font-size: 13px;
  gap: 8px;
}

.FlashMessage_enter__PbJ__ {
  opacity: 0;
}

.FlashMessage_enterActive__6q5P5 {
  opacity: 1;
  transition: opacity 500ms;
}

.FlashMessage_exit__mRcA2 {
  opacity: 1;
}

.FlashMessage_exitActive__nTW7i {
  opacity: 0;
  transition: opacity 500ms;
}

.FlashMessage_unlockContainer__K3Y5y {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(13, 13, 13.9);
  gap: 20px;
  inset: 0;
}

.FlashMessage_unlockFlash__wP0mR {
  display: flex;
  height: 36px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 100px;
  animation: FlashMessage_fadeSlideIn__YBUdO 500ms 200ms cubic-bezier(0.4, 0, 0.22, 0.96) forwards;
  font-size: 13px;
  gap: 8px;
  opacity: 0;
}

@keyframes FlashMessage_fadeSlideIn__YBUdO {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

.FlashMessage_coin__3xoUW {
  position: relative;
  width: 88px;
  height: 88px;
  animation-duration: 1500ms;
  animation-name: FlashMessage_flip__g1PqG;
  animation-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transform-style: preserve-3d;
}

.FlashMessage_coin__3xoUW svg {
    width: 36px;
    height: auto;
  }

@keyframes FlashMessage_flip__g1PqG {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.FlashMessage_coinSide__D4opi {
  position: absolute;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backface-visibility: hidden;
  background: white;
}

.FlashMessage_coinSide__D4opi.FlashMessage_coinBack__mygBO {
  transform: rotateY(180deg);
}

.ResizableFrame_resizableFrame__e0xSZ {
  position: relative;
  display: inline-block;
}

  .ResizableFrame_resizableFrame__e0xSZ.ResizableFrame_isResizing__0ruJ5 {
    user-select: none;
  }

.ResizableFrame_windowSizeDragPoint__7hc_O {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 24px;
  height: 24px;
  cursor: col-resize;
  transform: translate(var(--translate-x), -50%);
  user-select: none;
}

.ResizableFrame_windowSizeDragPoint__7hc_O:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: white;
    content: "";
    transform: translate(-50%, -50%);
  }

.ResizableFrame_left__0Yyfc {
  left: 0;
  --translate-x: -50%;
}

.ResizableFrame_right__8b4RP {
  right: 0;
  --translate-x: 50%;
}

.ResizableFrame_resetWidthContainer__KGf6_ {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.ResizableFrame_resetWidth__wWj2j {
  display: inline-flex;
  flex-direction: column;
  align-items: center;

  margin: 1em;
  color: rgba(255, 255, 255, var(--text-opacity));

  cursor: pointer;

  font-size: 11px;
  gap: 0.6em;
  transition: color 200ms;
  --text-opacity: 0.4;
}

.ResizableFrame_resetWidth__wWj2j:hover {
    --text-opacity: 0.7;
  }

.ResizableFrame_fadeEnter__psWjd {
  opacity: 0;
}

.ResizableFrame_fadeEnterActive__Rj8k_ {
  opacity: 1;
  transition: opacity 200ms;
}

.ResizableFrame_fadeExit__uXq50 {
  opacity: 1;
}

.ResizableFrame_fadeExitActive__ANUGE {
  opacity: 0;
  transition: opacity 200ms;
}

.ResizableFrame_ruler__znDDb {
  position: absolute;
  right: 0;
  left: 0;
  border-right: 1px solid var(--color);

  border-left: 1px solid var(--color);

  margin: 1em 0;
  color: var(--color);

  font-size: 11px;

  text-align: center;

  --color: rgba(255 255 255 / 0.3);
}

.ResizableFrame_ruler__znDDb > span {
    padding: 0 1em;
    background-color: #0d0d0d;
  }

.ResizableFrame_ruler__znDDb:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px solid var(--color);
    content: "";
  }

.Frame_frameContainer__m1EFA {
  display: flex;
  justify-content: center;
  grid-area: content;
  transform: scale(0.6);
}

  @media (min-width: 768px) {.Frame_frameContainer__m1EFA {
    transform: scale(1)
}
  }

.Frame_outerFrame__NNJ2m {
  position: relative;
  overflow: hidden;
  min-width: 520px;
  max-width: 920px;
}

.Frame_frame__P00LX {
  transition: padding 200ms;
}

.Frame_transparentPattern__4MM_F {
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(45deg, #1d1d1d 25%, transparent 0),
    linear-gradient(-45deg, #1d1d1d 25%, transparent 0), linear-gradient(45deg, transparent 75%, #1d1d1d 0),
    linear-gradient(-45deg, transparent 75%, #1d1d1d 0);
  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0;
  background-size: 20px 20px;
  inset: 0;
}

.Frame_window__93v6z {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 10px;
  border: 1px solid hsl(0 0% 100% / 0.3);
  border-radius: 10px;
  background: var(--frame-background);
  transition: all ease 0.3s;
}

.Frame_window__93v6z.Frame_withBorder__LVQ5b {
    border: none;
    box-shadow:
      0 0 0 1px var(--frame-highlight-border),
      0 0 0 1.5px var(--frame-shadow-border);
  }

.Frame_window__93v6z.Frame_withShadow__Bshwf {
    border: none;
    box-shadow:
      0 0 0 1px var(--frame-highlight-border),
      0 0 0 1.5px var(--frame-shadow-border),
      0 2.8px 2.2px rgba(0, 0, 0, 0.034),
      0 6.7px 5.3px rgba(0, 0, 0, 0.048),
      0 12.5px 10px rgba(0, 0, 0, 0.06),
      0 22.3px 17.9px rgba(0, 0, 0, 0.072),
      0 41.8px 33.4px rgba(0, 0, 0, 0.086),
      0 100px 80px rgba(0, 0, 0, 0.12);
  }

.Frame_header__ma4WB {
  display: grid;
  height: 24px;
  align-items: center;
  padding: 0 16px;
  grid-gap: 12px;
  grid-template-columns: 48px 1fr 48px;
}

.Frame_controls__eNon9 {
  display: flex;
  gap: 6px;
}

.Frame_control__8NOhx {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: var(--frame-control-color);
}

.Frame_fileName__OVSQV {
  position: relative;
  display: flex;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: var(--frame-title-placeholder-color);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 12px;
  text-align: center;
}

.Frame_fileName__OVSQV > input:focus + span {
    display: none;
  }

.Frame_fileName__OVSQV > input {
    position: absolute;
    width: 100%;
    border: none;
    margin: 0;
    background-color: transparent;
    color: var(--frame-title-color);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    inset: 0;
    letter-spacing: 0.32px;
    line-height: 12px;
    text-align: center;
  }

.Frame_fileName__OVSQV > input:focus {
      outline: none;
    }

/* Vercel Theme Frame */

.Frame_vercelFrame__6Ko57 {
  background: black;
}

.Frame_vercelFrameLightMode__gNs9k {
  background: white;
}

.Frame_vercelFrameLightMode__gNs9k .Frame_vercelGridlinesHorizontal__smW3y:before,
    .Frame_vercelFrameLightMode__gNs9k .Frame_vercelGridlinesHorizontal__smW3y:after,
    .Frame_vercelFrameLightMode__gNs9k .Frame_vercelGridlinesVertical__p3zVh:before,
    .Frame_vercelFrameLightMode__gNs9k .Frame_vercelGridlinesVertical__p3zVh:after {
      background: #ebebeb;
    }

.Frame_vercelFrameLightMode__gNs9k .Frame_vercelBracketLeft__s0MZE:before,
    .Frame_vercelFrameLightMode__gNs9k .Frame_vercelBracketLeft__s0MZE:after,
    .Frame_vercelFrameLightMode__gNs9k .Frame_vercelBracketRight__tPSBt:before,
    .Frame_vercelFrameLightMode__gNs9k .Frame_vercelBracketRight__tPSBt:after {
      background: #a8a8a8;
    }

.Frame_vercelWindow__O51zs {
  position: relative;
}

.Frame_vercelGridlinesHorizontal__smW3y:before,
  .Frame_vercelGridlinesHorizontal__smW3y:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150px;
    width: 1200px;
    height: 1px;
    background: #1a1a1a;
    content: "";
  }

.Frame_vercelGridlinesHorizontal__smW3y:after {
    top: auto;
    bottom: 0;
  }

.Frame_vercelGridlinesVertical__p3zVh:before,
  .Frame_vercelGridlinesVertical__p3zVh:after {
    position: absolute;
    top: -150px;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% + 300px);
    background: #1a1a1a;
    content: "";
  }

.Frame_vercelGridlinesVertical__p3zVh:after {
    right: 0;
    left: auto;
  }

.Frame_vercelBracketLeft__s0MZE,
.Frame_vercelBracketRight__tPSBt {
  position: absolute;
  top: -12px;
  left: -12px;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
}

.Frame_vercelBracketLeft__s0MZE:before,
  .Frame_vercelBracketLeft__s0MZE:after,
  .Frame_vercelBracketRight__tPSBt:before,
  .Frame_vercelBracketRight__tPSBt:after {
    position: absolute;
    background: #515356;
    content: "";
  }

.Frame_vercelBracketLeft__s0MZE:before, .Frame_vercelBracketRight__tPSBt:before {
    top: 12px;
    width: 100%;
    height: 1px;
  }

.Frame_vercelBracketLeft__s0MZE:after, .Frame_vercelBracketRight__tPSBt:after {
    left: 12px;
    width: 1px;
    height: 100%;
  }

.Frame_vercelBracketRight__tPSBt {
  top: auto;
  right: -12px;
  bottom: -12px;
  left: auto;
}

/* Supabase theme frame */

.Frame_supabaseFrame__AQ1jK {
  background: #121212;
}

.Frame_supabaseWindow__fz1dw {
  border: 1px solid #292929;
  border-radius: 6px;
  background: #171717;
}

.Frame_supabaseHeader__LPGpN {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #292929;
  background: #1f1f1f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  gap: 12px;
}

.Frame_supabaseFileName__Goaqm {
  position: relative;
  display: grid;
  height: 40px;
  align-items: center;
  color: #fafafa;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 40px;
  vertical-align: top;
}

.Frame_supabaseFileName__Goaqm input,
  .Frame_supabaseFileName__Goaqm > span,
  .Frame_supabaseFileName__Goaqm:after {
    position: static;
    z-index: 2;
    width: auto;
    min-width: 1em;
    padding: 0;
    border: none;
    margin: 0;
    appearance: none;
    background: none;
    font: inherit;
    grid-area: 1 / 2;
    resize: none;
    text-align: left;
  }

.Frame_supabaseFileName__Goaqm > span {
    position: relative;
    z-index: 1;
  }

.Frame_supabaseFileName__Goaqm input {
    color: inherit;
  }

.Frame_supabaseFileName__Goaqm:after {
    content: attr(data-value) " ";
    visibility: hidden;
  }

.Frame_supabaseFileName__Goaqm:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    content: "";
  }

.Frame_supabaseLanguage__fUOlD {
  height: 40px;
  color: #898989;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 40px;
}

.Frame_supabaseFrameLightMode__zmA27 {
  background: #fcfcfc;
}

.Frame_supabaseFrameLightMode__zmA27 .Frame_supabaseWindow__fz1dw {
    border-color: #dfdfdf;
    background: #ffffff;
  }

.Frame_supabaseFrameLightMode__zmA27 .Frame_supabaseHeader__LPGpN {
    border-color: #dfdfdf;
    background: #fcfcfc;
  }

.Frame_supabaseFrameLightMode__zmA27 .Frame_supabaseFileName__Goaqm {
    color: #171717;
  }

.Frame_supabaseFrameLightMode__zmA27 .Frame_supabaseLanguage__fUOlD {
    color: #707070;
  }

/* Tailwind Frame */
.Frame_tailwindFrame__iMqbs {
  position: relative;
  background: #0f172a;
}

.Frame_tailwindWindow__ruKKI {
  position: relative;
  z-index: 1;
  border: 1px solid color(display-p3 0.8235 0.9451 1 / 0.25);
  border-radius: 8px;
  background: color(display-p3 0.1176 0.1608 0.2314);
}

.Frame_tailwindBeams__vmsMq {
  position: absolute;
  z-index: 0;
  top: -200px;
  left: 50%;

  width: 1293px;
  max-width: none;
  height: auto;
  pointer-events: none;
  transform: translateX(calc(-50% - 200px));
}

.Frame_tailwindHeader__zzXof {
  height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.Frame_tailwindHeader__zzXof .Frame_control__8NOhx {
    width: 10px;
    height: 10px;
    background-color: color(display-p3 0.2781 0.3345 0.4136);
  }

.Frame_tailwindGridlinesHorizontal__eDNY_:before,
  .Frame_tailwindGridlinesHorizontal__eDNY_:after {
    position: absolute;
    z-index: 2;
    top: -1.5rem;
    bottom: 0;
    left: -4rem;
    width: calc(100% + 8rem);
    height: 1px;
    background: color(display-p3 1 1 1 / 0.1);
    content: "";
    -webkit-mask-image: linear-gradient(to left, transparent, white 4rem, white calc(100% - 4rem), transparent);
    mask-image: linear-gradient(to left, transparent, white 4rem, white calc(100% - 4rem), transparent);
  }

.Frame_tailwindGridlinesHorizontal__eDNY_:after {
    top: auto;
    bottom: -1.5rem;
  }

.Frame_tailwindGridlinesVertical__b9_4j:before,
  .Frame_tailwindGridlinesVertical__b9_4j:after {
    position: absolute;
    z-index: 2;
    top: -4rem;
    bottom: 0;
    left: -1.5rem;
    width: 1px;
    height: calc(100% + 8rem);
    background: color(display-p3 1 1 1 / 0.1);
    content: "";
    -webkit-mask-image: linear-gradient(to top, transparent, white 4rem, white calc(100% - 4rem), transparent);
    mask-image: linear-gradient(to top, transparent, white 4rem, white calc(100% - 4rem), transparent);
  }

.Frame_tailwindGridlinesVertical__b9_4j:after {
    right: -1.5rem;
    left: auto;
  }

.Frame_tailwindGradient__i79dU {
  position: absolute;
  z-index: -1;
  top: calc(100% + 1.5rem);
  left: 20px;
  overflow: hidden;
  width: 100%;
  height: 32px;
  margin-top: -1px;
}

.Frame_tailwindGradient__i79dU > div {
    display: flex;
    width: clamp(14rem, 80%, 40rem);
    height: 2px;
    margin-top: -1px;
  }

.Frame_tailwindGradient1__uoQLi {
  width: 100%;
  flex: none;
  background: linear-gradient(
    90deg,
    color(display-p3 0.2196 0.7412 0.9725 / 0) 0%,
    color(display-p3 0.0549 0.6471 0.9137) 32.29%,
    color(display-p3 0.9255 0.2824 0.6 / 0.3) 67.19%,
    color(display-p3 0.9255 0.2824 0.6 / 0) 100%
  );
  filter: blur(4px);
}

.Frame_tailwindGradient2__BKT64 {
  margin-left: -100%;
  filter: blur(1px);
}

.Frame_tailwindFrameLightMode__vUBaC {
  background: color(display-p3 1 1 1);
}

.Frame_tailwindFrameLightMode__vUBaC.Frame_noBackground__Uefio .Frame_tailwindWindow__ruKKI {
      background: rgb(255 255 255 / 100%);
    }

.Frame_tailwindFrameLightMode__vUBaC .Frame_tailwindWindow__ruKKI {
    background: rgb(255 255 255 / 75%);
    box-shadow:
      0 0 0 1px color(display-p3 0.0572 0.0889 0.1628 / 0.1),
      0px 2px 4px 0px color(display-p3 0 0 0 / 0.06);
  }

.Frame_tailwindFrameLightMode__vUBaC.Frame_isSafari__w1KpN .Frame_tailwindWindow__ruKKI {
      border: 1px solid color(display-p3 0.0078 0.0235 0.0902 / 0.1);
      box-shadow: none;
    }

.Frame_tailwindFrameLightMode__vUBaC .Frame_tailwindHeader__zzXof {
    border-color: rgb(0 0 0 / 10%);
  }

.Frame_tailwindFrameLightMode__vUBaC .Frame_control__8NOhx {
    background-color: color(display-p3 0.8863 0.9098 0.9412);
  }

.Frame_tailwindFrameLightMode__vUBaC .Frame_tailwindGridlinesHorizontal__eDNY_:before,
    .Frame_tailwindFrameLightMode__vUBaC .Frame_tailwindGridlinesHorizontal__eDNY_:after,
    .Frame_tailwindFrameLightMode__vUBaC .Frame_tailwindGridlinesVertical__b9_4j:before,
    .Frame_tailwindFrameLightMode__vUBaC .Frame_tailwindGridlinesVertical__b9_4j:after {
      background: color(display-p3 0.0078 0.0235 0.0902 / 0.1);
    }

.Frame_tailwindFrameLightMode__vUBaC .Frame_tailwindBeams__vmsMq {
    top: 0;
    transform: translateX(-50%);
  }

/* Clerk Frame */

.Frame_clerkFrame__We7YB {
  background: #222222;
}

.Frame_clerkPattern__xTU5u {
  position: absolute;
  bottom: 0;
  left: -32px;
  width: calc(100% + 64px);
  height: 128px;
  mask-image: radial-gradient(farthest-side at 50% 100%, black, transparent);
  pointer-events: none;
}

.Frame_clerkWindow__v9A4c {
  position: relative;
  padding: 3px;
  border-radius: 8px;
  background: #111111;
  box-shadow:
    0 0 0 1px rgb(0 0 0 / 35%),
    0 1px 0 0 rgb(255 255 255 / 3%) inset,
    0 0 0 6px rgb(0 0 0 / 8%),
    0 72px 29px 0 rgb(0 0 0 / 2%),
    0 41px 24px 0 rgb(0 0 0 / 7%),
    0 18px 18px 0 rgb(0 0 0 / 11%),
    0 5px 10px 0 rgb(0 0 0 / 13%);
}

.Frame_clerkCode__8Nqm_ {
  border-radius: 5px;
  background: #191919;
  box-shadow:
    0 0 0 1px rgb(0 0 0 / 8%),
    0 14px 6px 0 rgb(0 0 0 / 4%),
    0 8px 5px 0 rgb(0 0 0 / 12%),
    0 3px 3px 0 rgb(0 0 0 / 20%),
    0 1px 2px 0 rgb(0 0 0 / 23%);
  --line-number: #484848;
}

.Frame_clerkHeader__AOoZu {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 20px;
}

.Frame_clerkFrameLightMode__LXQhY {
  background: #f9f9f9;
}

.Frame_clerkFrameLightMode__LXQhY .Frame_clerkWindow__v9A4c {
    background: #f8f8f8;
    box-shadow:
      0 0 0 8px rgb(0 0 0 / 2%),
      0 1px 0 0 rgb(255 255 255 / 80%) inset,
      0 0 0 1px rgb(0 0 0 / 4%),
      0 113px 32px 0 rgb(0 0 0 / 0%),
      0 72px 29px 0 rgb(0 0 0 / 1%),
      0 41px 24px 0 rgb(0 0 0 / 2%),
      0 18px 18px 0 rgb(0 0 0 / 4%),
      0 5px 10px 0 rgb(0 0 0 / 4%);
  }

.Frame_clerkFrameLightMode__LXQhY .Frame_clerkPattern__xTU5u {
    opacity: 0.2;
  }

.Frame_clerkFrameLightMode__LXQhY .Frame_clerkCode__8Nqm_ {
    --line-number: #c9c9c9;
    background: #ffffff;
    box-shadow:
      0 0 0 1px rgb(0 0 0 / 2%),
      0 14px 6px 0 rgb(0 0 0 / 1%),
      0 8px 5px 0 rgb(0 0 0 / 3%),
      0 3px 3px 0 rgb(0 0 0 / 5%),
      0 1px 2px 0 rgb(0 0 0 / 6%);
  }

/* OpenAI Frame */

.Frame_openAIFrame__ChdjH {
  --line-number: rgba(255, 255, 255, 0.2);
  background: #121a29;
  font-family: var(--font-soehne-mono);
}

/* Make non-highlighted lines grayscale */

.Frame_openAIFrame__ChdjH:has(.highlighted-line) .line:not(.highlighted-line) {
      filter: grayscale(1);
      opacity: 0.5;
      transition:
        filter 1s,
        opacity 1s;
    }

.Frame_openAIFrame__ChdjH .Frame_isHighlightingLines__Og_kd .line:not(.highlighted-line):hover {
      filter: none !important;
      opacity: 1 !important;
    }

.Frame_openAIWindow__OM11g {
  position: relative;
  z-index: 1;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #232b41;
  box-shadow:
    0px 100px 89px 0px rgba(0, 0, 0, 0.07),
    0px 41.778px 37.182px 0px rgba(0, 0, 0, 0.05),
    0px 22.336px 19.879px 0px rgba(0, 0, 0, 0.04),
    0px 12.522px 11.144px 0px rgba(0, 0, 0, 0.04),
    0px 6.65px 5.919px 0px rgba(0, 0, 0, 0.03),
    0px 2.767px 2.463px 0px rgba(0, 0, 0, 0.02);
}

.Frame_openAIFrameLightMode__RaFDH {
  background: linear-gradient(238deg, #f1f0f4 0%, #f8f8fd 100%);
  --line-number: hsla(240, 12%, 71%, 1);
}

.Frame_openAIFrameLightMode__RaFDH .Frame_openAIWindow__OM11g {
    position: relative;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow:
      0px 73px 83px 0px rgba(0, 0, 0, 0.03),
      0px 4.855px 5.52px 0px rgba(0, 0, 0, 0.01),
      0px 2.02px 2.297px 0px rgba(0, 0, 0, 0.01);
  }

/* Prisma Frame */

.Frame_prismaFrame__J34nm {
  --gradient-angle: 140deg;
  background: linear-gradient(var(--gradient-angle), #0c1d26 0%, #0a0c17 100%);
}

.Frame_prismaWindow__eHa_x {
  position: relative;
  overflow: visible;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background-color: var(--background);
  --radius: 10px;
  --frame-border-gradient: linear-gradient(var(--gradient-angle), #3e4083, #16544f);
  --background: hsla(223, 41%, 7%, 75%);
}

.Frame_prismaWindow__eHa_x [data-frameborder]:before {
      position: absolute;
      border: 1px solid transparent;
      border-radius: var(--radius);
      background: var(--frame-border-gradient) border-box;
      content: "";
      inset: 0;
      mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      mask-composite: exclude;
      pointer-events: none;
    }

.Frame_prismaWindow__eHa_x [data-frameborder]:nth-of-type(1):before {
      inset: -1px;
    }

.Frame_prismaWindow__eHa_x [data-frameborder]:nth-of-type(2):before {
      border-radius: calc(var(--radius) + 6px);
      inset: -6px;
      opacity: 50%;
    }

.Frame_prismaWindow__eHa_x [data-frameborder]:nth-of-type(3):before {
      border-radius: calc(var(--radius) + 11px);
      inset: -11px;
      opacity: 30%;
    }

.Frame_prismaWindow__eHa_x [data-frameborder]:nth-of-type(4):before {
      border-radius: calc(var(--radius) + 16px);
      inset: -16px;
      opacity: 10%;
    }

.Frame_prismaHeader__gHpTx {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 20px;
}

.Frame_prismaFrameLightMode__l7HCf {
  background: linear-gradient(140deg, #e8e8ff 0%, #e7fefc 100%);
}

.Frame_prismaFrameLightMode__l7HCf.Frame_noBackground__Uefio .Frame_prismaWindow__eHa_x {
      --background: hsl(193, 72%, 96%, 0.9);
    }

.Frame_prismaFrameLightMode__l7HCf .Frame_prismaWindow__eHa_x {
    --background: hsl(193, 72%, 96%, 0.5);
    --frame-border-gradient: linear-gradient(var(--gradient-angle), #6164cc, #31baaf);
  }

/* Mintlify Frame */
.Frame_mintlifyFrame__kuH_u {
  background: #121212;
}

.Frame_mintlifyWindow__9CWEe {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background: #070a08;
  box-shadow:
    0px 173px 48px 0px rgba(0, 0, 0, 0),
    0px 110px 44px 0px rgba(0, 0, 0, 0.01),
    0px 62px 37px 0px rgba(0, 0, 0, 0.05),
    0px 28px 28px 0px rgba(0, 0, 0, 0.09),
    0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}

.Frame_mintlifyHeader__a4JNh {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #141818;
  background: #010201;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  gap: 12px;
}

.Frame_mintlifyFileName__y3cHP {
  position: relative;
  display: grid;
  height: 40px;
  align-items: center;
  color: #55d799;
  font-size: 12px;
  line-height: 40px;
  vertical-align: top;
}

.Frame_mintlifyFileName__y3cHP input,
  .Frame_mintlifyFileName__y3cHP > span,
  .Frame_mintlifyFileName__y3cHP:after {
    position: static;
    z-index: 2;
    width: auto;
    min-width: 1em;
    padding: 0 16px;
    border: none;
    margin: 0;
    appearance: none;
    background: none;
    font: var(--font-inter);
    font-weight: 500;
    grid-area: 1 / 2;
    letter-spacing: 0.4px;
    resize: none;
    text-align: left;
  }

.Frame_mintlifyFileName__y3cHP > span {
    position: relative;
    z-index: 1;
  }

.Frame_mintlifyFileName__y3cHP input {
    color: inherit;
  }

.Frame_mintlifyFileName__y3cHP:after {
    content: attr(data-value) " ";
    visibility: hidden;
  }

.Frame_mintlifyFileName__y3cHP:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    content: "";
  }

.Frame_mintlifyPatternWrapper__SwIi4 {
  position: absolute;
  top: 0;
  right: -25px;
  width: 700px;
  height: 600px;
  background: radial-gradient(49.63% 57.02% at 58.99% -7.2%, rgba(13, 147, 115, 0.1) 39.4%, rgba(0, 0, 0, 0) 100%);
}

.Frame_mintlifyPattern__XxxDO {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  max-width: none;
}

.Frame_mintlifyFrameLightMode__2Gkhg {
  background: #f6fbf9;
}

.Frame_mintlifyFrameLightMode__2Gkhg .Frame_mintlifyWindow__9CWEe {
    border-color: #dfdfdf;
    background: #ffffff;
    box-shadow:
      0px 173px 48px 0px rgba(0, 0, 0, 0),
      0px 110px 44px 0px rgba(0, 0, 0, 0.01),
      0px 62px 37px 0px rgba(0, 0, 0, 0.03),
      0px 28px 28px 0px rgba(0, 0, 0, 0.05),
      0px 7px 15px 0px rgba(0, 0, 0, 0.06);
  }

.Frame_mintlifyFrameLightMode__2Gkhg .Frame_mintlifyHeader__a4JNh {
    border-color: #dfdfdf;
    background: #fcfcfc;
  }

.Frame_mintlifyFrameLightMode__2Gkhg .Frame_mintlifyFileName__y3cHP {
    color: #0d9373;
  }

.Frame_mintlifyFrameLightMode__2Gkhg .Frame_mintlifyLanguage__WVacE {
    color: #707070;
  }

/* ElevenLabs Theme Frame */

.Frame_elevenLabsFrame__duVpb {
  --background: #111;
  --border-color: #353535;
  --dot-color: white;

  background: var(--background);
}

.Frame_elevenLabsFrame__duVpb [data-grid="true"] {
    background: var(--border-color);
  }

.Frame_elevenLabsFrame__duVpb [data-dot="true"] {
    background: var(--dot-color);
  }

.Frame_elevenLabsFrame__duVpb .highlighted-line:after {
    z-index: 1 !important;
    left: 0px !important;
    width: 1px !important;
  }

.Frame_elevenLabsFrameLightMode__7Aix5 {
  --background: #fff;
  --border-color: #e5e7eb;
  --dot-color: black;
}

.Frame_elevenLabsWindow__YLGSs {
  position: relative;
}

.Frame_elevenLabsWindow__YLGSs:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    content: "";
    pointer-events: none;
  }

.Frame_elevenLabsEditor__Jzew2 {
  position: relative;
  border-radius: 24px;
  background: var(--background);
}

.Frame_elevenLabsCircle__B1Pde {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--border-color);
  border-radius: 9999px;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.Frame_elevenLabsGridlineHorizontalTop__sMqIp,
.Frame_elevenLabsGridlineHorizontalCenter__rMjZM,
.Frame_elevenLabsGridlineHorizontalBottom__dncnF {
  position: absolute;
  left: -150px;
  width: 1200px;
  height: 1px;
  background: var(--border-color);
  content: "";
}

.Frame_elevenLabsGridlineHorizontalTop__sMqIp {
  top: 0;
}

.Frame_elevenLabsGridlineHorizontalCenter__rMjZM {
  top: 50%;
  transform: translateY(-50%);
}

.Frame_elevenLabsGridlineHorizontalBottom__dncnF {
  bottom: 0;
}

.Frame_elevenLabsGridlineVerticalLeft__lS_ZL,
.Frame_elevenLabsGridlineVerticalCenter__pi23a,
.Frame_elevenLabsGridlineVerticalRight__v82Ok {
  position: absolute;
  top: -150px;
  bottom: 0;
  width: 1px;
  height: calc(100% + 300px);
  background: var(--border-color);
  content: "";
}

.Frame_elevenLabsGridlineVerticalLeft__lS_ZL {
  left: 0;
}

.Frame_elevenLabsGridlineVerticalCenter__pi23a {
  left: 50%;
  transform: translateX(-50%);
}

.Frame_elevenLabsGridlineVerticalRight__v82Ok {
  right: 0;
}

.Frame_elevenLabsDotTopLeft__odB5t,
.Frame_elevenLabsDotTopRight__35Qs3,
.Frame_elevenLabsDotBottomLeft__Ccitc,
.Frame_elevenLabsDotBottomRight__1T_WZ {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  display: flex;
  width: 3px;
  height: 3px;
}

.Frame_elevenLabsDotBottomRight__1T_WZ {
  top: auto;
  right: -1px;
  bottom: -1px;
  left: auto;
}

.Frame_elevenLabsDotBottomLeft__Ccitc {
  top: auto;
  bottom: -1px;
  left: -1px;
}

.Frame_elevenLabsDotTopLeft__odB5t {
  top: -1px;
  left: -1px;
}

.Frame_elevenLabsDotTopRight__35Qs3 {
  top: -1px;
  right: -1px;
  left: auto;
}

.Frame_elevenLabsGridlineCornerTopLeft__BOLnJ,
.Frame_elevenLabsGridlineCornerTopRight__nJN8K,
.Frame_elevenLabsGridlineCornerBottomRight__2nJK7,
.Frame_elevenLabsGridlineCornerBottomLeft__y__VF {
  position: absolute;
}

.Frame_elevenLabsGridlineCornerTopLeft__BOLnJ {
  top: -200px;
  left: 0;
  width: 1px;
  height: 200px;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}

.Frame_elevenLabsGridlineCornerTopRight__nJN8K {
  top: -200px;
  right: 0;
  width: 1px;
  height: 200px;
  transform: rotate(45deg);
  transform-origin: bottom left;
}

.Frame_elevenLabsGridlineCornerBottomRight__2nJK7 {
  right: 0;
  bottom: -200px;
  width: 1px;
  height: 200px;
  transform: rotate(-45deg);
  transform-origin: top left;
}

.Frame_elevenLabsGridlineCornerBottomLeft__y__VF {
  bottom: -200px;
  left: 0;
  width: 1px;
  height: 200px;
  transform: rotate(45deg);
  transform-origin: top right;
}

/* All Themes */

.Frame_bitmap__ybvCt {
  --frame-background: rgba(255, 255, 255, 0.95);
}

.Frame_bitmap__ybvCt.Frame_withBackground__IzASl {
    background-color: black;
    background-image: url("https://cdn.trumanwl.com/static/images/code/assets/manifesto.png") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }

.Frame_bitmap__ybvCt.Frame_darkMode__UOBsv {
    --frame-background: rgba(0, 0, 0, 0.88);
  }

.Frame_noir__XNwYb {
  --frame-background: rgba(255, 255, 255, 0.95);
}

.Frame_noir__XNwYb.Frame_withBackground__IzASl {
    background-image: url("https://cdn.trumanwl.com/static/images/code/assets/distortion.png") !important;
    background-position: center;
    background-size: cover;
  }

.Frame_noir__XNwYb.Frame_darkMode__UOBsv {
    --frame-background: rgba(0, 0, 0, 0.9);
  }

.Frame_ice__c6758 {
  --background: #f6f6f6;
  --dot-color: rgba(0, 0, 0, 0.12);
}

.Frame_ice__c6758.Frame_withBackground__IzASl {
    background-color: var(--background) !important;
    background-image: radial-gradient(var(--dot-color) 1px, transparent 0) !important;
    background-position: -8.5px -8.5px;
    background-repeat: repeat;
    background-size: 17px 17px;
    inset: 0;
  }

.Frame_ice__c6758 .Frame_withShadow__Bshwf {
    border: none;
    box-shadow:
      0 0 0 1px var(--frame-highlight-border),
      0 0 0 1.5px var(--frame-shadow-border),
      0 4px 6px rgba(0, 0, 0, 0.05);
  }

.Frame_ice__c6758.Frame_darkMode__UOBsv {
    --background: #0e0e0e;
    --dot-color: rgba(255, 255, 255, 0.09);
  }

.Frame_noBackground__Uefio {
  background: none;
}

.Frame_noBackground__Uefio [data-grid="true"],
  .Frame_noBackground__Uefio [data-dot="true"] {
    display: none;
  }

.Frame_resend__TF6Cg {
  --frame-background: hsla(0, 0%, 100%, 0.72);
  --selection-background: #00cc9937;
  --selection-text-color: #007763fd;
  --frame-header-background: hsla(0, 0%, 100%, 0.1);
  --frame-border: hsla(0, 0%, 24%, 0.13);
  --frame-border-radius: 8px;
  --frame-text-color: hsl(0, 0%, 0%);
}

.Frame_resend__TF6Cg::selection {
    background: var(--selection-background);
    color: var(--selection-text-color);
  }

.Frame_resend__TF6Cg.Frame_darkMode__UOBsv {
    --frame-background: hsla(0, 0%, 0%, 0.88);
    --frame-header-background: hsla(0, 0%, 0%, 0.9);
    --frame-border: hsla(0, 0%, 24%, 0.13);
    --frame-text-color: hsl(0, 0%, 98%);
    --selection-background: #00fff61d;
    --selection-text-color: #67ffded2;
  }

.Frame_resendWindow__BfVhn {
  position: relative;
  z-index: 1;
  border: 0.5px solid var(--frame-border);
  border-radius: var(--frame-border-radius);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: var(--frame-background);
}

.Frame_resendHeader__uDV4T {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid var(--frame-border);
  background: var(--frame-header-background);
  border-top-left-radius: calc(var(--frame-border-radius) - 0.5px);
  border-top-right-radius: calc(var(--frame-border-radius) - 0.5px);
  gap: 12px;
}

.Frame_resendFileName__mTO_8 {
  position: relative;
  display: grid;
  height: 40px;
  align-items: center;
  color: var(--frame-text-color);
  font-size: 14px;
  line-height: 40px;
  vertical-align: top;
}

.Frame_resendFileName__mTO_8 input,
  .Frame_resendFileName__mTO_8 > span,
  .Frame_resendFileName__mTO_8:after {
    position: static;
    z-index: 2;
    width: auto;
    min-width: 1em;
    padding: 0;
    border: none;
    margin: 0;
    appearance: none;
    background: none;
    font: inherit;
    grid-area: 1 / 2;
    resize: none;
    text-align: left;
  }

.Frame_resendFileName__mTO_8 > span {
    position: relative;
    z-index: 1;
  }

.Frame_resendFileName__mTO_8 input {
    color: inherit;
  }

.Frame_resendFileName__mTO_8:after {
    content: attr(data-value) " ";
    visibility: hidden;
  }

.Frame_resendLanguage__ramVS {
  height: 40px;
  color: #898989;
  font-size: 14px;
  line-height: 40px;
}

.Controls_controls__EmS9o {
  position: relative;

  z-index: 20;
  bottom: -1px;
  left: 0;

  display: flex;
  max-width: 750px;
  align-items: center;

  padding: 24px;

  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--panel-background);

  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.6);
  gap: 32px;
  overflow-x: auto;
}

  @media (min-width: 768px) {.Controls_controls__EmS9o {
    left: 50%;
    overflow: initial;
    width: auto;
    max-width: 750px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: translateX(-50%)
}
  }

.ControlContainer_container__7_B8i {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.ControlContainer_controlTitle___IBK4 {
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 14px;
  white-space: nowrap;
}

.ControlContainer_control__zdjH2 {
  display: flex;
  height: 24px;
  align-items: center;
}

.LanguageControl_loadingShimmer__7eP9C {
  position: relative;
}
  .LanguageControl_loadingShimmer__7eP9C:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: LanguageControl_shimmer__n5ek7 1s 0.5s infinite linear;

    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0) 100%
    );

    background-size: 200% 100%;
    content: "";
  }
  @keyframes LanguageControl_shimmer__n5ek7 {
    to {
      background-position: -200% 0;
    }
  }

.PaddingControl_toggleGroup__hmstJ {
  display: flex;
  gap: 8px;
}

.PaddingControl_toggleGroupItem__jeCo5 {
  display: flex;
  justify-content: center;

  padding: 4px 6px;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;

  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 16px;

  transition: color 200ms, background-color 200ms;

  --focus-ring-color: rgba(255, 255, 255, 0.1);
}

.PaddingControl_toggleGroupItem__jeCo5:hover {
    color: white;
  }

.PaddingControl_toggleGroupItem__jeCo5:focus {
    box-shadow: 0 0 0 2px var(--panel-background), 0 0 0 4px var(--focus-ring-color);
    outline: none;
  }

.PaddingControl_toggleGroupItem__jeCo5[aria-checked="true"] {
    background: var(--focus-ring-color);
    color: white;
  }

.ThemeControl_themePreview__ZZQ69 {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ThemeControl_logo___m0qd {
  width: 14px;
  height: auto;
  color: white;
}

.code_app__TJyso {
  display: grid;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  grid-template-areas:
    "top"
    "content"
    "footer";
  grid-template-columns: 1fr;
  grid-template-rows: 15px auto 110px;
  isolation: isolate;
}
  .code_app__TJyso svg {
    width: 16px;
    height: 16px;
  }

.code_footer__BQqrY {
  display: flex;
  height: 200px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
  background-image: url("https://cdn.trumanwl.com/static/images/code/assets/footer-background.jpg");
  background-position: center -5px;
  background-repeat: no-repeat;
  background-size: 700px 245px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;

  font-weight: 500;
  gap: 40px;
  grid-area: footer;
  letter-spacing: 0.1px;
  line-height: 14px;
}

.code_footer__BQqrY > * {
    display: flex;
    height: 22px;
    align-items: center;
  }

.code_footerLink__yWyOX {
  transition: color 300ms ease;
}

.code_footerLink__yWyOX > svg {
    width: 1em;
    height: 1em;
    margin-left: 4px;
    transition: transform 200ms;
  }

.code_footerLink__yWyOX:hover {
    color: white;
  }

.code_footerLink__yWyOX:hover > svg {
      transform: translate(2px, -2px);
    }

.code_madeBy__9Fb6X {
  gap: 9px;
}

.code_logoLink__BkAv_ {
  display: flex;
  align-items: center;
  transition: transform 300ms ease;
}

.code_logoLink__BkAv_:hover {
    transform: scale(1.05);
  }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/2ded110f016def8c-s.p.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/7814c99164fef43e-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/8c2fb1ef45990e32-s.p.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/5d67ea6166c76fab-s.p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/a7de1893c596972f-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/cd226506cd1f1dee-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/2ded110f016def8c-s.p.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/7814c99164fef43e-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/8c2fb1ef45990e32-s.p.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/5d67ea6166c76fab-s.p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/a7de1893c596972f-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/cd226506cd1f1dee-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/2ded110f016def8c-s.p.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/7814c99164fef43e-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/8c2fb1ef45990e32-s.p.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/5d67ea6166c76fab-s.p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/a7de1893c596972f-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/cd226506cd1f1dee-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/2ded110f016def8c-s.p.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/7814c99164fef43e-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8c2fb1ef45990e32-s.p.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/5d67ea6166c76fab-s.p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/a7de1893c596972f-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/cd226506cd1f1dee-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/2ded110f016def8c-s.p.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/7814c99164fef43e-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8c2fb1ef45990e32-s.p.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/5d67ea6166c76fab-s.p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a7de1893c596972f-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/cd226506cd1f1dee-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/2ded110f016def8c-s.p.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/7814c99164fef43e-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8c2fb1ef45990e32-s.p.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/5d67ea6166c76fab-s.p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/a7de1893c596972f-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/cd226506cd1f1dee-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/2ded110f016def8c-s.p.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/7814c99164fef43e-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/8c2fb1ef45990e32-s.p.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/5d67ea6166c76fab-s.p.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/a7de1893c596972f-s.p.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/cd226506cd1f1dee-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Roboto Mono Fallback';src: local("Arial");ascent-override: 77.84%;descent-override: 20.13%;line-gap-override: 0.00%;size-adjust: 134.61%
}.__className_271a55 {font-family: 'Roboto Mono', 'Roboto Mono Fallback';font-style: italic
}.__variable_271a55 {--font-mono: 'Roboto Mono', 'Roboto Mono Fallback'
}

