:root {
  --bg-a: #ffd1e9;
  --bg-b: #ff8ac8;
  --bg-c: #fff2fb;
  --card: rgba(255, 255, 255, 0.74);
  --card-strong: rgba(255, 255, 255, 0.88);
  --control-bg: rgba(255, 255, 255, 0.24);
  --option-bg: rgba(255, 255, 255, 0.34);
  --result-bg: rgba(255, 255, 255, 0.18);
  --notice-bg-a: rgba(255, 255, 255, 0.34);
  --notice-bg-b: rgba(255, 255, 255, 0.16);
  --text: #5b2446;
  --muted: rgba(91, 36, 70, 0.72);
  --accent: #ff4fa9;
  --accent-2: #a855f7;
  --line: rgba(255, 255, 255, 0.55);
  --shadow: rgba(185, 42, 119, 0.28);
  --danger: #8f3555;
  --success: #8b2d72;
  --star: rgba(255, 255, 255, 0.92);
}

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

html,
body {
  min-height: 100%;
  margin: 0;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Noto Sans KR", "Segoe UI", sans-serif;
  color: var(--text);
  background: #12091f;
  overflow-x: hidden;
}

button {
  font: inherit;
}

.app {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 22% 18%, var(--bg-c) 0 8%, transparent 35%),
    radial-gradient(circle at 78% 6%, rgba(255,255,255,0.54) 0 6%, transparent 28%),
    linear-gradient(145deg, var(--bg-a), var(--bg-b) 52%, var(--bg-c));
  transition: background 900ms ease, color 700ms ease;
}

.theme-0,
.theme-1 {
  --bg-a: #ffd4ec;
  --bg-b: #ff83c5;
  --bg-c: #fff2fb;
  --card: rgba(255, 255, 255, 0.76);
  --card-strong: rgba(255, 255, 255, 0.9);
  --text: #5a1d45;
  --muted: rgba(90, 29, 69, 0.72);
  --accent: #ff4fa9;
  --accent-2: #ff88d2;
  --shadow: rgba(202, 41, 130, 0.32);
}

.theme-2 {
  --bg-a: #ffc8e8;
  --bg-b: #f593d2;
  --bg-c: #f9dcff;
  --card: rgba(255, 255, 255, 0.74);
  --text: #55204e;
  --muted: rgba(85, 32, 78, 0.72);
  --accent: #ec4899;
  --accent-2: #c084fc;
  --shadow: rgba(163, 65, 150, 0.28);
}

.theme-3 {
  --bg-a: #f3b5ee;
  --bg-b: #bb86fc;
  --bg-c: #ffd6ee;
  --card: rgba(255, 255, 255, 0.69);
  --text: #43205b;
  --muted: rgba(67, 32, 91, 0.72);
  --accent: #c026d3;
  --accent-2: #7c3aed;
  --shadow: rgba(97, 56, 158, 0.28);
}

.theme-4 {
  --bg-a: #b98cff;
  --bg-b: #6d5dfc;
  --bg-c: #ffbce7;
  --card: rgba(255, 255, 255, 0.62);
  --text: #2b194f;
  --muted: rgba(43, 25, 79, 0.75);
  --accent: #8b5cf6;
  --accent-2: #ec4899;
  --shadow: rgba(55, 35, 130, 0.34);
}

.theme-5 {
  --bg-a: #5147bb;
  --bg-b: #1e2f71;
  --bg-c: #b76fff;
  --card: rgba(20, 18, 58, 0.76);
  --card-strong: rgba(255, 255, 255, 0.18);
  --control-bg: rgba(255, 255, 255, 0.16);
  --option-bg: rgba(255, 255, 255, 0.13);
  --result-bg: rgba(11, 13, 38, 0.58);
  --notice-bg-a: rgba(255, 255, 255, 0.20);
  --notice-bg-b: rgba(255, 255, 255, 0.10);
  --text: #fff9ff;
  --muted: rgba(255, 249, 255, 0.82);
  --accent: #d8b4fe;
  --accent-2: #f0abfc;
  --line: rgba(255, 255, 255, 0.26);
  --shadow: rgba(4, 9, 34, 0.56);
}

.theme-6 {
  --bg-a: #1b275f;
  --bg-b: #07112f;
  --bg-c: #6b4bc3;
  --card: rgba(10, 15, 47, 0.80);
  --card-strong: rgba(255, 255, 255, 0.17);
  --control-bg: rgba(255, 255, 255, 0.15);
  --option-bg: rgba(255, 255, 255, 0.12);
  --result-bg: rgba(5, 9, 31, 0.62);
  --notice-bg-a: rgba(255, 255, 255, 0.19);
  --notice-bg-b: rgba(255, 255, 255, 0.09);
  --text: #fffaff;
  --muted: rgba(255, 250, 255, 0.82);
  --accent: #c4b5fd;
  --accent-2: #93c5fd;
  --line: rgba(255, 255, 255, 0.25);
  --shadow: rgba(1, 4, 22, 0.62);
}

.theme-7 {
  --bg-a: #101b45;
  --bg-b: #050816;
  --bg-c: #39408a;
  --card: rgba(6, 10, 31, 0.82);
  --card-strong: rgba(255, 255, 255, 0.16);
  --control-bg: rgba(255, 255, 255, 0.14);
  --option-bg: rgba(255, 255, 255, 0.115);
  --result-bg: rgba(3, 6, 22, 0.66);
  --notice-bg-a: rgba(255, 255, 255, 0.18);
  --notice-bg-b: rgba(255, 255, 255, 0.085);
  --text: #fffaff;
  --muted: rgba(255, 250, 255, 0.82);
  --accent: #b7c7ff;
  --accent-2: #f0abfc;
  --line: rgba(255, 255, 255, 0.24);
  --shadow: rgba(0, 0, 0, 0.66);
}

.theme-8 {
  --bg-a: #090e26;
  --bg-b: #02030b;
  --bg-c: #20275e;
  --card: rgba(4, 7, 24, 0.84);
  --card-strong: rgba(255, 255, 255, 0.15);
  --control-bg: rgba(255, 255, 255, 0.13);
  --option-bg: rgba(255, 255, 255, 0.105);
  --result-bg: rgba(2, 4, 16, 0.70);
  --notice-bg-a: rgba(255, 255, 255, 0.17);
  --notice-bg-b: rgba(255, 255, 255, 0.08);
  --text: #fffaff;
  --muted: rgba(255, 250, 255, 0.82);
  --accent: #c4d7ff;
  --accent-2: #e9d5ff;
  --line: rgba(255, 255, 255, 0.23);
  --shadow: rgba(0, 0, 0, 0.72);
}

.theme-9 {
  --bg-a: #050715;
  --bg-b: #000006;
  --bg-c: #151b42;
  --card: rgba(2, 4, 16, 0.86);
  --card-strong: rgba(255, 255, 255, 0.145);
  --control-bg: rgba(255, 255, 255, 0.125);
  --option-bg: rgba(255, 255, 255, 0.10);
  --result-bg: rgba(0, 1, 9, 0.72);
  --notice-bg-a: rgba(255, 255, 255, 0.165);
  --notice-bg-b: rgba(255, 255, 255, 0.075);
  --text: #fffaff;
  --muted: rgba(255, 250, 255, 0.82);
  --accent: #dbeafe;
  --accent-2: #f5d0fe;
  --line: rgba(255, 255, 255, 0.22);
  --shadow: rgba(0, 0, 0, 0.76);
}

.theme-letter {
  --bg-a: #030718;
  --bg-b: #000004;
  --bg-c: #151f48;
  --card: rgba(2, 5, 18, 0.72);
  --card-strong: rgba(255, 255, 255, 0.12);
  --control-bg: rgba(255, 255, 255, 0.12);
  --option-bg: rgba(255, 255, 255, 0.10);
  --result-bg: rgba(0, 1, 9, 0.68);
  --notice-bg-a: rgba(255, 255, 255, 0.16);
  --notice-bg-b: rgba(255, 255, 255, 0.075);
  --text: #fffaf8;
  --muted: rgba(255, 250, 248, 0.82);
  --accent: #fce7f3;
  --accent-2: #bfdbfe;
  --line: rgba(255, 255, 255, 0.22);
  --shadow: rgba(0, 0, 0, 0.76);
}

.ambient,
.particle-layer,
.star-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ambient {
  overflow: hidden;
}

.glow {
  position: absolute;
  width: 42vmax;
  height: 42vmax;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.48;
  transform: translate3d(0, 0, 0);
  animation: drift 12s ease-in-out infinite alternate;
}

.glow-a {
  left: -22vmax;
  top: -10vmax;
  background: rgba(255, 255, 255, 0.75);
}

.glow-b {
  right: -24vmax;
  top: 12vmax;
  background: rgba(255, 118, 198, 0.42);
  animation-duration: 15s;
}

.glow-c {
  left: 12vmax;
  bottom: -28vmax;
  background: rgba(147, 197, 253, 0.38);
  animation-duration: 18s;
}

.star-field {
  opacity: 0;
  transition: opacity 700ms ease;
}

.theme-5 .star-field,
.theme-6 .star-field,
.theme-7 .star-field,
.theme-8 .star-field,
.theme-9 .star-field,
.theme-letter .star-field {
  opacity: 0.9;
}

.star-field-a {
  background-image:
    radial-gradient(circle, rgba(255,255,255,.84) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,255,255,.52) 0 1px, transparent 1.5px);
  background-size: 64px 64px, 112px 112px;
  background-position: 0 0, 30px 18px;
  animation: starsMove 44s linear infinite;
}

.star-field-b {
  background-image: radial-gradient(circle, rgba(255,255,255,.72) 0 1px, transparent 1.8px);
  background-size: 142px 142px;
  background-position: 24px 12px;
  animation: starsMove 70s linear infinite reverse;
}

.particle {
  position: absolute;
  left: var(--x);
  bottom: -40px;
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  color: rgba(255, 255, 255, var(--opacity));
  text-shadow: 0 0 16px rgba(255,255,255,.62);
  transform: translate3d(0, 0, 0) rotate(var(--rotate));
  animation: floatUp var(--duration) linear var(--delay) infinite;
  font-size: var(--size);
}

.screen {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  margin: 0 auto;
  padding: calc(14px + env(safe-area-inset-top)) clamp(12px, 4.4vw, 20px) calc(18px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: clamp(22px, 5.5vw, 30px) clamp(16px, 4.6vw, 22px);
  background: var(--card);
  box-shadow: 0 24px 80px var(--shadow), inset 0 1px 0 rgba(255,255,255,.45);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transform-origin: center;
  animation: panelIn 620ms cubic-bezier(.2,.9,.2,1) both;
}

.title-panel {
  min-height: min(78svh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.magic-card {
  position: relative;
  width: min(78vw, 320px);
  min-height: 370px;
  margin: 0 auto 28px;
  padding: 24px 18px;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,219,242,.62)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.9), transparent 42%);
  border: 2px solid rgba(255,255,255,.85);
  box-shadow: 0 22px 70px rgba(255, 55, 166, .32);
  color: #6c174e;
  animation: cardBreathe 2200ms ease-in-out infinite alternate;
}

.magic-card::before,
.magic-card::after {
  content: "✦";
  position: absolute;
  color: rgba(255, 71, 170, .56);
  font-size: 28px;
  animation: twinkle 1.6s ease-in-out infinite alternate;
}

.magic-card::before {
  top: 20px;
  left: 22px;
}

.magic-card::after {
  right: 22px;
  bottom: 20px;
  animation-delay: .55s;
}

.kicker {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}

.title {
  margin: 0;
  font-size: clamp(2.35rem, 12vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
  font-weight: 950;
  text-shadow: 0 6px 24px rgba(255,255,255,.42);
}

.title small {
  display: block;
  margin-top: 8px;
  font-size: .44em;
  letter-spacing: .05em;
}

.subtitle {
  margin: 0 auto;
  max-width: 28em;
  line-height: 1.82;
  color: var(--muted);
  word-break: keep-all;
}

.prologue-text {
  margin: 2px 0 28px;
  display: grid;
  gap: 16px;
  text-align: center;
  font-size: clamp(1.15rem, 5vw, 1.55rem);
  line-height: 1.76;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.prologue-text p {
  margin: 0;
}

.prologue-text .pause {
  opacity: .72;
  font-size: .95em;
}

.btn {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 16px 20px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 16px 38px var(--shadow);
  cursor: pointer;
  transform: translateY(0);
  transition: transform 160ms ease, filter 160ms ease, opacity 160ms ease;
  min-height: 54px;
}

.btn:active {
  transform: translateY(2px) scale(.99);
}

.btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.btn-ghost {
  margin-top: 10px;
  background: var(--result-bg);
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.quiz-panel {
  align-self: stretch;
  margin: auto 0;
  padding: 20px 16px 18px;
}

.quiz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--control-bg);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.progress {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 10px;
  border-radius: 999px;
  background: var(--control-bg);
  border: 1px solid var(--line);
}

.progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transition: width 420ms ease;
}

.question {
  margin: 0 0 18px;
  font-size: clamp(1.48rem, 7vw, 2.25rem);
  line-height: 1.24;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

.options {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.option {
  width: 100%;
  min-height: 62px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 14px 14px;
  text-align: left;
  background: var(--option-bg);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32);
  cursor: pointer;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  transition: transform 160ms ease, background 180ms ease, border 180ms ease, box-shadow 180ms ease;
}

.option:active {
  transform: scale(.99);
}

.option-num {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.38);
  border: 1px solid var(--line);
  font-weight: 950;
  font-size: .94rem;
}

.option-text {
  font-weight: 850;
  line-height: 1.36;
  word-break: keep-all;
}

.option.selected {
  background: var(--card-strong);
  box-shadow: 0 16px 34px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.5);
}

.option.correct {
  border-color: rgba(255,255,255,.7);
}

.option.wrong {
  opacity: .88;
}

.result-card {
  min-height: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: var(--result-bg);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24);
  transform-origin: top;
  animation: resultIn 360ms ease both;
}

.result-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 0;
}

.result-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  font-weight: 950;
  font-size: .78rem;
  background: rgba(255,255,255,.28);
  border: 1px solid var(--line);
}

.result-title {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
}

.explanation {
  padding: 12px 14px 16px;
  white-space: pre-line;
  line-height: 1.78;
  font-size: 1rem;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.notice {
  margin: 12px 0 0;
  padding: 13px 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--notice-bg-a), var(--notice-bg-b));
  border: 1px solid rgba(255,255,255,.44);
  font-weight: 950;
  text-align: center;
  line-height: 1.45;
  animation: noticePulse 1.5s ease-in-out infinite alternate;
}

.actions {
  margin-top: 14px;
}

.q10-hint {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--result-bg);
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.55;
  word-break: keep-all;
}

.letter-wrap {
  align-self: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: letterIn 1100ms ease both;
}

.letter-card {
  margin: 0 auto;
  padding: 34px 20px 42px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 24px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.14);
}

.letter-to {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: clamp(1.65rem, 8vw, 2.7rem);
  line-height: 1.24;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.letter-intro {
  margin: 0 0 34px;
  display: grid;
  gap: 12px;
  color: rgba(255,250,248,.86);
  font-size: clamp(1.14rem, 5.2vw, 1.58rem);
  line-height: 1.72;
  letter-spacing: -0.045em;
  font-weight: 750;
  word-break: keep-all;
}

.letter-intro p,
.letter-body p {
  margin: 0;
}

.letter-body {
  white-space: pre-line;
  color: rgba(255,250,248,.88);
  font-size: clamp(1.03rem, 4.6vw, 1.22rem);
  line-height: 2.02;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.letter-placeholder {
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px dashed rgba(255,255,255,.27);
  background: rgba(255,255,255,.055);
  color: rgba(255,250,248,.72);
}

.fade-out {
  animation: fadeOut 260ms ease both;
}


.theme-5 .panel,
.theme-6 .panel,
.theme-7 .panel,
.theme-8 .panel,
.theme-9 .panel {
  box-shadow: 0 24px 90px var(--shadow), inset 0 1px 0 rgba(255,255,255,.16);
}

.theme-5 .question,
.theme-6 .question,
.theme-7 .question,
.theme-8 .question,
.theme-9 .question,
.theme-5 .option-text,
.theme-6 .option-text,
.theme-7 .option-text,
.theme-8 .option-text,
.theme-9 .option-text,
.theme-5 .explanation,
.theme-6 .explanation,
.theme-7 .explanation,
.theme-8 .explanation,
.theme-9 .explanation {
  text-shadow: 0 2px 16px rgba(0,0,0,.34);
}

@supports not (height: 100dvh) {
  .app,
  .screen {
    min-height: 100svh;
  }
}

@media (max-width: 380px) {
  .screen {
    padding-left: 12px;
    padding-right: 12px;
  }

  .quiz-panel {
    padding: 18px 13px 16px;
    border-radius: 28px;
  }

  .question {
    font-size: clamp(1.28rem, 6.4vw, 1.7rem);
    line-height: 1.3;
  }

  .option {
    min-height: 56px;
    border-radius: 19px;
    padding: 12px 12px;
  }

  .explanation {
    font-size: .96rem;
    line-height: 1.72;
  }
}

@media (max-height: 700px) and (max-width: 520px) {
  .screen {
    align-items: flex-start;
  }

  .title-panel {
    min-height: auto;
  }

  .magic-card {
    min-height: 320px;
    margin-bottom: 20px;
  }

  .quiz-header {
    margin-bottom: 14px;
  }

  .question {
    margin-bottom: 14px;
  }

  .options {
    gap: 8px;
    margin-bottom: 12px;
  }
}

@media (min-width: 600px) {
  .screen {
    padding: 32px 22px;
  }

  .panel {
    padding: 32px 26px;
  }

  .quiz-panel {
    padding: 24px 22px 22px;
  }

  .letter-card {
    padding: 48px 36px 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

@keyframes drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to { transform: translate3d(6%, 5%, 0) scale(1.08); }
}

@keyframes starsMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-70px, 80px, 0); }
}

@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--rotate)) scale(.75);
  }
  10% { opacity: var(--opacity); }
  80% { opacity: var(--opacity); }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), -112svh, 0) rotate(calc(var(--rotate) + 86deg)) scale(1.12);
  }
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(.985);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes fadeOut {
  from { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0); }
  to { opacity: 0; transform: translate3d(0,-8px,0) scale(.99); filter: blur(8px); }
}

@keyframes cardBreathe {
  from { transform: translate3d(0, 0, 0) rotate(-1deg); }
  to { transform: translate3d(0, -8px, 0) rotate(1deg); }
}

@keyframes twinkle {
  from { opacity: .38; transform: scale(.86) rotate(0); }
  to { opacity: 1; transform: scale(1.16) rotate(18deg); }
}

@keyframes resultIn {
  from { opacity: 0; transform: translate3d(0, -8px, 0) scaleY(.98); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scaleY(1); }
}

@keyframes noticePulse {
  from { box-shadow: 0 0 0 rgba(255,255,255,0); transform: translateY(0); }
  to { box-shadow: 0 0 24px rgba(255,255,255,.24); transform: translateY(-1px); }
}

@keyframes letterIn {
  from { opacity: 0; filter: blur(12px); transform: translate3d(0, 16px, 0); }
  to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
}
