* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

:root {
  --header-safe-height: 8.5rem;
}

body {
  isolation: isolate;
  font-family: 'Noto Serif JP', 'Helvetica Neue', -apple-system, sans-serif;
  background:
    radial-gradient(ellipse at 50% -12%, rgba(210, 236, 248, .46) 0%, rgba(238, 245, 244, .18) 35%, transparent 64%),
    radial-gradient(ellipse at -8% 86%, rgba(184, 226, 217, .2) 0%, transparent 45%),
    radial-gradient(ellipse at 108% 76%, rgba(214, 201, 238, .2) 0%, transparent 46%),
    linear-gradient(160deg, #fbfcfa 0%, #f5f9f8 48%, #f8f6fb 100%);
  color: #1A1A1A;
}

body::before {
  content: '';
  position: fixed;
  inset: -12%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 24%, rgba(190, 229, 237, .22) 0%, transparent 30%),
    radial-gradient(circle at 78% 68%, rgba(205, 190, 237, .17) 0%, transparent 31%),
    radial-gradient(circle at 42% 92%, rgba(171, 224, 210, .16) 0%, transparent 34%);
  opacity: .72;
  transform: translate3d(0, 0, 0) scale(1.02);
  animation: hologramDrift 16s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.screen {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-safe-height) + env(safe-area-inset-top)) 1.8rem 2.5rem;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s ease, transform .5s ease;
  pointer-events: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.screen-scroll {
  justify-content: flex-start;
  overflow-y: auto;
  padding-top: calc(var(--header-safe-height) + env(safe-area-inset-top));
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
}

.screen-scroll > * {
  flex-shrink: 0;
}

.screen.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.screen.exit {
  opacity: 0;
  transform: translateY(-12px);
}

#screen-q1 {
  overflow: hidden;
  padding: 0;
}

.q1-scroll-viewport {
  position: absolute;
  inset: calc(var(--header-safe-height) + env(safe-area-inset-top)) 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding: 1rem 1.8rem calc(5.5rem + env(safe-area-inset-bottom));
  -webkit-overflow-scrolling: touch;
}

.q1-scroll-viewport > .q1-step {
  flex-shrink: 0;
}

.top-controls-rail {
  position: relative;
  z-index: 220;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: calc(var(--header-safe-height) + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 1rem 1rem;
  pointer-events: none;
}

.top-controls-rail > * {
  pointer-events: auto;
}

.btn-back {
  position: static;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(107, 144, 128, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  box-shadow: inset 0 0 0 1px rgba(110, 196, 191, .18), inset 0 1px 0 rgba(255, 255, 255, .6), 0 8px 24px rgba(72, 112, 124, .07);
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: opacity .3s, background .2s;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.btn-back.visible {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.btn-back svg {
  display: block;
}

.btn-back:active svg path {
  stroke: #6B9080;
}

.btn-back:focus-visible,
.theme-mode-btn:focus-visible,
.language-chip:focus-visible,
.account-chip:focus-visible,
.language-menu button:focus-visible,
.v17-writing:focus-visible,
.btn:focus-visible,
.btn-nm:focus-visible,
.measurement-range:focus-visible,
.v17-start-option:focus-visible,
.quiet-action:focus-visible {
  outline: 2px solid #6B9080;
  outline-offset: 3px;
}

.settings-cluster {
  position: static;
  display: flex;
  align-items: center;
  gap: 6px;
}

.theme-mode-btn {
  position: static;
  min-width: 62px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(105, 192, 188, .26);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(250, 255, 254, .48), rgba(213, 240, 237, .34), rgba(232, 220, 248, .37));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 0 0 1px rgba(255, 255, 255, .22), 0 8px 24px rgba(75, 119, 132, .08);
  color: #77736E;
  font-family: 'Noto Serif JP', serif;
  font-size: .65rem;
  letter-spacing: .08em;
  cursor: default;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.language-control,
.account-control {
  position: relative;
}

.language-chip,
.account-chip {
  height: 30px;
  min-width: 82px;
  padding: 0 10px;
  border: 1px solid rgba(109, 185, 183, .32);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .62), rgba(221, 244, 242, .44), rgba(235, 225, 249, .48));
  box-shadow: 0 6px 20px rgba(90, 145, 150, .1), inset 0 1px 0 rgba(255, 255, 255, .72), 0 0 14px rgba(135, 214, 209, .1);
  color: #657674;
  font-family: 'Noto Serif JP', serif;
  font-size: .63rem;
  letter-spacing: .03em;
  cursor: pointer;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.account-chip {
  min-width: 70px;
  cursor: default;
}

.language-chip-arrow {
  display: inline-block;
  margin-left: 4px;
  font-size: .58rem;
  transition: transform .2s;
}

.language-chip[aria-expanded='true'] .language-chip-arrow {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  width: 140px;
  padding: 6px;
  border: 1px solid rgba(109, 185, 183, .25);
  border-radius: 16px;
  background: rgba(248, 252, 251, .9);
  box-shadow: 0 14px 34px rgba(67, 108, 120, .13), inset 0 1px 0 rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.language-menu[hidden] {
  display: none;
}

.language-menu button {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #50605e;
  font-family: 'Noto Serif JP', serif;
  font-size: .7rem;
  letter-spacing: .04em;
  text-align: left;
  cursor: pointer;
}

.language-menu button:active,
.language-menu button.selected {
  background: linear-gradient(120deg, rgba(190, 230, 224, .42), rgba(224, 214, 243, .34));
  color: #315753;
}

.os-space {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
  mix-blend-mode: soft-light;
  opacity: .92;
}

.os-aurora {
  position: absolute;
  inset: -16%;
  opacity: .7;
  transform: translate3d(0, 0, 0);
  background:
    radial-gradient(ellipse at 50% 8%, rgba(205, 239, 246, .42), transparent 33%),
    radial-gradient(ellipse at 8% 76%, rgba(158, 223, 211, .2), transparent 36%),
    radial-gradient(ellipse at 92% 70%, rgba(202, 180, 237, .2), transparent 38%);
  animation: osAuroraShift 22s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.os-aurora-secondary {
  position: absolute;
  inset: -10%;
  opacity: .46;
  background:
    radial-gradient(circle at 74% 20%, rgba(187, 217, 248, .22), transparent 26%),
    radial-gradient(circle at 28% 82%, rgba(203, 190, 239, .2), transparent 30%),
    radial-gradient(circle at 50% 58%, rgba(189, 235, 224, .16), transparent 34%);
  animation: osAuroraCounter 28s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.os-space::before,
.os-space::after,
.os-ripple {
  content: '';
  position: absolute;
  width: min(140vmin, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 31px, rgba(104, 188, 188, .22) 32px, rgba(185, 168, 224, .13) 33px, transparent 35px 64px);
  opacity: .2;
  -webkit-mask-image: radial-gradient(circle, transparent 0, rgba(0, 0, 0, .8) 18%, #000 56%, transparent 79%);
  mask-image: radial-gradient(circle, transparent 0, rgba(0, 0, 0, .8) 18%, #000 56%, transparent 79%);
  will-change: transform, opacity;
}

.os-space::before {
  left: -62vmin;
  top: 24%;
  animation: rippleDriftA 20s ease-in-out infinite alternate;
}

.os-space::after {
  right: -70vmin;
  top: -10%;
  animation: rippleDriftB 24s ease-in-out infinite alternate;
}

.os-ripple {
  left: 10%;
  bottom: -58vmin;
  opacity: .14;
  animation: rippleDriftC 22s ease-in-out infinite alternate;
}

.entry-shell,
.route-shell {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.route-shell {
  align-items: center;
}

.screen-title {
  max-width: 300px;
  margin: 0 auto 1.5rem;
  color: #1A1A1A;
  font-family: 'Noto Serif JP', serif;
  font-size: .97rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
  white-space: pre-line;
  text-shadow: 0 1px 16px rgba(82, 147, 150, .08);
  text-wrap: balance;
}

.v17-writing {
  width: 100%;
  max-width: 330px;
  min-height: 132px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(108, 181, 179, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .23);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 10px 25px rgba(75, 112, 124, .045);
  color: #1A1A1A;
  font-family: 'Noto Serif JP', serif;
  font-size: .94rem;
  font-weight: 300;
  line-height: 1.8;
  outline: none;
  resize: vertical;
  -webkit-appearance: none;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.v17-writing:focus {
  border-color: rgba(83, 191, 186, .6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .64), 0 0 0 3px rgba(108, 211, 205, .065), 0 10px 28px rgba(75, 142, 148, .08);
}

.theme-entry-input {
  min-height: 4.1rem;
  max-height: 13rem;
}

.btn {
  align-self: center;
  margin-top: 2rem;
  padding: 14px 52px;
  border: 1px solid rgba(116, 187, 184, .34);
  border-radius: 999px;
  background: linear-gradient(112deg, rgba(244, 253, 251, .72), rgba(205, 236, 232, .62) 45%, rgba(224, 215, 243, .6));
  box-shadow: 0 12px 34px rgba(70, 129, 137, .11), inset 0 1px 0 rgba(255, 255, 255, .88), inset 0 -1px 0 rgba(98, 178, 175, .14), 0 0 24px rgba(112, 211, 204, .08);
  color: #25433f;
  font-family: 'Noto Serif JP', serif;
  font-size: .95rem;
  letter-spacing: .08em;
  cursor: pointer;
  transition: opacity .3s, transform .15s;
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  backdrop-filter: blur(12px) saturate(1.08);
}

.btn:active:not(:disabled) {
  transform: scale(.97);
}

.btn:disabled {
  opacity: .3;
  cursor: default;
  box-shadow: none;
}

.discovery-section {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.discovery-heading {
  margin-bottom: 1.25rem;
  color: #A8A8A2;
  font-family: 'Noto Serif JP', serif;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}

.discovery-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

.v17-start-option {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(107, 144, 128, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .18);
  color: #1A1A1A;
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .15s;
}

.v17-start-option:active {
  transform: scale(.985);
  border-color: #6B9080;
  background: rgba(107, 144, 128, .08);
}

.v17-start-option-title {
  font-size: .9rem;
  line-height: 1.55;
  letter-spacing: .08em;
}

.v17-start-option-desc {
  color: #77736E;
  font-size: .72rem;
  line-height: 1.75;
  letter-spacing: .04em;
  white-space: pre-line;
}

.quiet-action {
  align-self: center;
  min-height: 42px;
  margin-top: 1.2rem;
  padding: 10px 22px;
  border: 1px solid rgba(107, 144, 128, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #6B9080;
  font-family: 'Noto Serif JP', serif;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .08em;
  cursor: pointer;
  transition: opacity .2s, border-color .2s, background .2s;
}

.quiet-action:active {
  opacity: .82;
  border-color: rgba(107, 144, 128, .4);
  background: rgba(107, 144, 128, .08);
}

.route-label {
  margin-bottom: 0;
}

.v17-step {
  width: 100%;
  max-width: 380px;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.v17-theme-quote {
  max-width: 340px;
  margin-bottom: 2rem;
  color: #1A1A1A;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.16rem, 4.7vw, 1.42rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .035em;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.v17-step-copy {
  max-width: 320px;
  margin-bottom: 1.8rem;
  color: #625F5A;
  font-family: 'Noto Serif JP', serif;
  font-size: .96rem;
  font-weight: 300;
  line-height: 2.05;
  letter-spacing: .035em;
  white-space: pre-line;
  text-wrap: balance;
}

.before-axis {
  margin-top: 0;
}

.score-num {
  min-height: 2.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  color: #C47A5A;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.score-num.shown {
  visibility: visible;
}

.slider-wrap {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.measurement-range {
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #D4DDD8;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.measurement-range::-webkit-slider-thumb {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #6B9080;
  box-shadow: 0 2px 8px rgba(107, 144, 128, .3);
  cursor: pointer;
  -webkit-appearance: none;
}

.measurement-range::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #6B9080;
  box-shadow: 0 2px 8px rgba(107, 144, 128, .3);
  cursor: pointer;
}

.measurement-range.is-ghost::-webkit-slider-thumb {
  border: 1px solid rgba(107, 144, 128, .46);
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 2px 8px rgba(107, 144, 128, .1);
}

.measurement-range.is-ghost::-moz-range-thumb {
  border: 1px solid rgba(107, 144, 128, .46);
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 2px 8px rgba(107, 144, 128, .1);
}

.slider-labels {
  width: 100%;
  margin-top: .6rem;
  display: flex;
  justify-content: space-between;
  color: #9C9C96;
  font-size: .7rem;
}

.v17-step-helper {
  margin: .75rem 0 .15rem;
  color: #A8A8A2;
  font-family: 'Noto Serif JP', serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .05em;
  white-space: pre-line;
}

.btn-nm {
  margin-top: .9rem;
  padding: 8px 22px;
  border: 1.5px solid #E4E4DE;
  border-radius: 30px;
  background: transparent;
  color: #8F8F88;
  font-family: 'Noto Serif JP', serif;
  font-size: .8rem;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s, transform .15s;
}

.btn-nm:active {
  transform: scale(.97);
}

.btn-nm.selected {
  border-color: #6B9080;
  background: #F2F7F5;
  color: #6B9080;
}

.q1-theme {
  margin-bottom: .85rem;
}

.q1-question {
  margin-top: 0;
  margin-bottom: .85rem;
}

.q1-prompt {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: .75rem .35rem 1rem;
  margin-bottom: 1.15rem;
  background: rgba(248, 250, 249, .9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.q1-writing {
  flex: 0 0 auto;
}

.q1-skip {
  margin-top: .65rem;
}

.q2-source {
  margin-bottom: 1.5rem;
}

.q2-question {
  margin-top: 0;
  margin-bottom: .3rem;
}

.q2-write-all {
  margin: 0 0 1.25rem;
  color: #77736E;
  font-size: .78rem;
}

.q2-writing {
  flex: 0 0 auto;
}

.q2-skip {
  margin-top: .65rem;
}

.after-step {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.completion-step {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.completion-theme {
  margin-bottom: 1.5rem;
}

.completion-axis {
  margin-top: 0;
  margin-bottom: 1.1rem;
}

.completion-sequence {
  max-width: 340px;
  color: #C47A5A;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.05rem, 4.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .04em;
  text-align: center;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.deep-mode-step,
.deep-entry-step,
.deep-before-step {
  max-width: 380px;
}

.deep-mode-choice {
  width: min(330px, 100%);
  margin-top: 1rem;
}

.deep-entry-step .v17-writing {
  margin-top: .5rem;
}

.deep-question-step,
.deep-after-step {
  max-width: 380px;
}

.deep-question-step .v17-writing {
  margin-top: .5rem;
}

.deep-answer-write-all {
  margin-top: .75rem;
}

.deep-no-answer {
  margin-top: .65rem;
}

.deep-completion-step {
  max-width: 380px;
}

.deep-completion-theme {
  margin-bottom: 1.5rem;
}

.deep-completion-axis {
  margin-bottom: 1.1rem;
}

@keyframes hologramDrift {
  0% { opacity: .58; transform: translate3d(-1.2%, -.6%, 0) scale(1.01); }
  50% { opacity: .74; transform: translate3d(.8%, .7%, 0) scale(1.035); }
  100% { opacity: .62; transform: translate3d(1.3%, -.2%, 0) scale(1.02); }
}

@keyframes osAuroraShift {
  0% { opacity: .5; transform: translate3d(-1.5%, -.7%, 0) scale(1.01); }
  50% { opacity: .72; transform: translate3d(.8%, 1%, 0) scale(1.035); }
  100% { opacity: .56; transform: translate3d(1.5%, -.2%, 0) scale(1.02); }
}

@keyframes osAuroraCounter {
  0% { transform: translate3d(1%, .5%, 0) scale(1.02); }
  100% { transform: translate3d(-1.2%, -.8%, 0) scale(1.045); }
}

@keyframes rippleDriftA {
  0% { opacity: .16; transform: scale(.97); }
  100% { opacity: .24; transform: translate3d(1.2%, -.7%, 0) scale(1.045); }
}

@keyframes rippleDriftB {
  0% { opacity: .14; transform: scale(.98); }
  100% { opacity: .21; transform: translate3d(-1%, .8%, 0) scale(1.04); }
}

@keyframes rippleDriftC {
  0% { opacity: .13; transform: scale(.98); }
  100% { opacity: .2; transform: translate3d(.5%, -1%, 0) scale(1.035); }
}

@media (max-width: 520px) {
  :root {
    --header-safe-height: 7.5rem;
  }

  .top-controls-rail {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .settings-cluster {
    gap: 4px;
  }

  .theme-mode-btn {
    min-width: 54px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .language-chip {
    min-width: 76px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .account-chip {
    min-width: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .screen {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .v17-writing {
    min-height: 8.5rem;
  }

  .btn {
    min-height: 48px;
    padding-right: 38px;
    padding-left: 38px;
  }

  .before-step {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .q1-step {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .q2-step {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .after-step {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 370px) {
  .theme-mode-btn,
  .language-chip,
  .account-chip {
    min-width: 0;
    font-size: .58rem;
  }

  .language-chip-arrow {
    margin-left: 2px;
  }
}

@media (max-height: 640px) {
  .screen {
    padding-right: 1.4rem;
    padding-bottom: 1.8rem;
    padding-left: 1.4rem;
  }

  .screen-scroll {
    padding-top: calc(var(--header-safe-height) + env(safe-area-inset-top));
    padding-bottom: calc(3rem + env(safe-area-inset-bottom));
  }

  .discovery-section {
    margin-top: 2.35rem;
  }

  .v17-theme-quote {
    margin-bottom: 1.25rem;
  }

  .v17-step-copy {
    margin-bottom: 1.1rem;
  }

  .score-num {
    margin-bottom: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  .os-aurora,
  .os-aurora-secondary,
  .os-space::before,
  .os-space::after,
  .os-ripple {
    animation: none;
    transform: none;
  }

  .os-space {
    opacity: .72;
    mix-blend-mode: normal;
  }

  .screen {
    transition-duration: .01ms;
  }
}
